diff --git a/docs/ast/source/string.js.json b/docs/ast/source/string.js.json index b2878bc0..5493d805 100644 --- a/docs/ast/source/string.js.json +++ b/docs/ast/source/string.js.json @@ -1,6 +1,135 @@ { "type": "Program", "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "removeDiacritics", + "range": [ + 18, + 34 + ], + "loc": { + "start": { + "line": 1, + "column": 18 + }, + "end": { + "line": 1, + "column": 34 + } + } + }, + "imported": { + "type": "Identifier", + "name": "remove", + "range": [ + 8, + 14 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 14 + } + } + }, + "range": [ + 8, + 34 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 34 + } + } + } + ], + "source": { + "type": "Literal", + "value": "diacritics", + "raw": "'diacritics'", + "range": [ + 41, + 53 + ], + "loc": { + "start": { + "line": 1, + "column": 41 + }, + "end": { + "line": 1, + "column": 53 + } + } + }, + "range": [ + 0, + 54 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 54 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * String utilities\n ", + "range": [ + 56, + 83 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 5, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Removes whitespace from both sides of passed string\n * @param {String} text\n * @return {String}\n ", + "range": [ + 85, + 192 + ], + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 11, + "column": 3 + } + } + } + ] + }, { "type": "ExportNamedDeclaration", "declaration": { @@ -12,16 +141,16 @@ "type": "Identifier", "name": "trim", "range": [ - 150, - 154 + 206, + 210 ], "loc": { "start": { - "line": 10, + "line": 12, "column": 13 }, "end": { - "line": 10, + "line": 12, "column": 17 } } @@ -34,17 +163,17 @@ "type": "Identifier", "name": "text", "range": [ - 157, - 161 + 214, + 218 ], "loc": { "start": { - "line": 10, - "column": 20 + "line": 12, + "column": 21 }, "end": { - "line": 10, - "column": 24 + "line": 12, + "column": 25 } } } @@ -61,16 +190,16 @@ "type": "Identifier", "name": "text", "range": [ - 175, - 179 + 233, + 237 ], "loc": { "start": { - "line": 11, + "line": 13, "column": 8 }, "end": { - "line": 11, + "line": 13, "column": 12 } } @@ -79,31 +208,31 @@ "type": "Identifier", "name": "trim", "range": [ - 180, - 184 + 238, + 242 ], "loc": { "start": { - "line": 11, + "line": 13, "column": 13 }, "end": { - "line": 11, + "line": 13, "column": 17 } } }, "range": [ - 175, - 184 + 233, + 242 ], "loc": { "start": { - "line": 11, + "line": 13, "column": 8 }, "end": { - "line": 11, + "line": 13, "column": 17 } } @@ -122,16 +251,16 @@ "type": "Identifier", "name": "text", "range": [ - 203, - 207 + 261, + 265 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 15 }, "end": { - "line": 12, + "line": 14, "column": 19 } } @@ -140,94 +269,94 @@ "type": "Identifier", "name": "trim", "range": [ - 208, - 212 + 266, + 270 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 20 }, "end": { - "line": 12, + "line": 14, "column": 24 } } }, "range": [ - 203, - 212 + 261, + 270 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 15 }, "end": { - "line": 12, + "line": 14, "column": 24 } } }, "arguments": [], "range": [ - 203, - 214 + 261, + 272 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 15 }, "end": { - "line": 12, + "line": 14, "column": 26 } } }, "range": [ - 196, - 215 + 254, + 273 ], "loc": { "start": { - "line": 12, + "line": 14, "column": 8 }, "end": { - "line": 12, + "line": 14, "column": 27 } } } ], "range": [ - 186, - 221 + 244, + 279 ], "loc": { "start": { - "line": 11, + "line": 13, "column": 19 }, "end": { - "line": 13, + "line": 15, "column": 5 } } }, "alternate": null, "range": [ - 171, - 221 + 229, + 279 ], "loc": { "start": { - "line": 11, + "line": 13, "column": 4 }, "end": { - "line": 13, + "line": 15, "column": 5 } } @@ -243,16 +372,16 @@ "type": "Identifier", "name": "text", "range": [ - 233, - 237 + 291, + 295 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 11 }, "end": { - "line": 14, + "line": 16, "column": 15 } } @@ -261,31 +390,31 @@ "type": "Identifier", "name": "replace", "range": [ - 238, - 245 + 296, + 303 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 16 }, "end": { - "line": 14, + "line": 16, "column": 23 } } }, "range": [ - 233, - 245 + 291, + 303 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 11 }, "end": { - "line": 14, + "line": 16, "column": 23 } } @@ -300,16 +429,16 @@ "flags": "g" }, "range": [ - 246, - 258 + 304, + 316 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 24 }, "end": { - "line": 14, + "line": 16, "column": 36 } } @@ -319,63 +448,63 @@ "value": "", "raw": "''", "range": [ - 260, - 262 + 318, + 320 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 38 }, "end": { - "line": 14, + "line": 16, "column": 40 } } } ], "range": [ - 233, - 263 + 291, + 321 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 11 }, "end": { - "line": 14, + "line": 16, "column": 41 } } }, "range": [ - 226, - 264 + 284, + 322 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 4 }, "end": { - "line": 14, + "line": 16, "column": 42 } } } ], "range": [ - 165, - 266 + 223, + 324 ], "loc": { "start": { - "line": 10, - "column": 28 + "line": 12, + "column": 30 }, "end": { - "line": 15, + "line": 17, "column": 1 } } @@ -383,31 +512,31 @@ "generator": false, "expression": false, "range": [ - 157, - 266 + 213, + 324 ], "loc": { "start": { - "line": 10, + "line": 12, "column": 20 }, "end": { - "line": 15, + "line": 17, "column": 1 } } }, "range": [ - 150, - 266 + 206, + 324 ], "loc": { "start": { - "line": 10, + "line": 12, "column": 13 }, "end": { - "line": 15, + "line": 17, "column": 1 } }, @@ -416,16 +545,16 @@ "type": "Block", "value": "*\n * Checks if passed string is empty\n * @param {String} text\n * @return {Boolean}\n ", "range": [ - 268, - 356 + 326, + 414 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 0 }, "end": { - "line": 21, + "line": 23, "column": 3 } } @@ -435,16 +564,16 @@ ], "kind": "const", "range": [ - 144, - 357 + 200, + 415 ], "loc": { "start": { - "line": 10, + "line": 12, "column": 7 }, "end": { - "line": 22, + "line": 24, "column": 0 } }, @@ -453,16 +582,16 @@ "type": "Block", "value": "*\n * String utilities\n ", "range": [ - 0, - 27 + 56, + 83 ], "loc": { "start": { - "line": 1, + "line": 3, "column": 0 }, "end": { - "line": 3, + "line": 5, "column": 3 } } @@ -471,16 +600,16 @@ "type": "Block", "value": "*\n * Removes whitespace from both sides of passed string\n * @param {String} text\n * @return {String}\n ", "range": [ - 29, - 136 + 85, + 192 ], "loc": { "start": { - "line": 5, + "line": 7, "column": 0 }, "end": { - "line": 9, + "line": 11, "column": 3 } } @@ -491,16 +620,16 @@ "specifiers": [], "source": null, "range": [ - 137, - 357 + 193, + 415 ], "loc": { "start": { - "line": 10, + "line": 12, "column": 0 }, "end": { - "line": 22, + "line": 24, "column": 0 } }, @@ -509,16 +638,16 @@ "type": "Block", "value": "*\n * String utilities\n ", "range": [ - 0, - 27 + 56, + 83 ], "loc": { "start": { - "line": 1, + "line": 3, "column": 0 }, "end": { - "line": 3, + "line": 5, "column": 3 } } @@ -527,16 +656,16 @@ "type": "Block", "value": "*\n * Removes whitespace from both sides of passed string\n * @param {String} text\n * @return {String}\n ", "range": [ - 29, - 136 + 85, + 192 ], "loc": { "start": { - "line": 5, + "line": 7, "column": 0 }, "end": { - "line": 9, + "line": 11, "column": 3 } } @@ -554,16 +683,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 370, - 377 + 428, + 435 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 13 }, "end": { - "line": 22, + "line": 24, "column": 20 } } @@ -576,16 +705,16 @@ "type": "Identifier", "name": "text", "range": [ - 381, - 385 + 439, + 443 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 24 }, "end": { - "line": 22, + "line": 24, "column": 28 } } @@ -600,16 +729,16 @@ "type": "Identifier", "name": "trim", "range": [ - 390, - 394 + 448, + 452 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 33 }, "end": { - "line": 22, + "line": 24, "column": 37 } } @@ -619,32 +748,32 @@ "type": "Identifier", "name": "text", "range": [ - 395, - 399 + 453, + 457 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 38 }, "end": { - "line": 22, + "line": 24, "column": 42 } } } ], "range": [ - 390, - 400 + 448, + 458 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 33 }, "end": { - "line": 22, + "line": 24, "column": 43 } } @@ -654,31 +783,31 @@ "value": "", "raw": "''", "range": [ - 405, - 407 + 463, + 465 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 48 }, "end": { - "line": 22, + "line": 24, "column": 50 } } }, "range": [ - 390, - 407 + 448, + 465 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 33 }, "end": { - "line": 22, + "line": 24, "column": 50 } } @@ -686,31 +815,31 @@ "generator": false, "expression": true, "range": [ - 380, - 407 + 438, + 465 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 23 }, "end": { - "line": 22, + "line": 24, "column": 50 } } }, "range": [ - 370, - 407 + 428, + 465 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 13 }, "end": { - "line": 22, + "line": 24, "column": 50 } } @@ -718,16 +847,16 @@ ], "kind": "const", "range": [ - 364, - 408 + 422, + 466 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 7 }, "end": { - "line": 22, + "line": 24, "column": 51 } }, @@ -736,16 +865,16 @@ "type": "Block", "value": "*\n * Checks if passed string is empty\n * @param {String} text\n * @return {Boolean}\n ", "range": [ - 268, - 356 + 326, + 414 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 0 }, "end": { - "line": 21, + "line": 23, "column": 3 } } @@ -756,16 +885,16 @@ "type": "Block", "value": "*\n * Makes regex safe string by escaping special characters from passed string\n * @param {String} text\n * @return {String} escaped string\n ", "range": [ - 410, - 553 + 468, + 611 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 0 }, "end": { - "line": 28, + "line": 30, "column": 3 } } @@ -775,16 +904,16 @@ "specifiers": [], "source": null, "range": [ - 357, - 408 + 415, + 466 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 0 }, "end": { - "line": 22, + "line": 24, "column": 51 } }, @@ -793,16 +922,16 @@ "type": "Block", "value": "*\n * Checks if passed string is empty\n * @param {String} text\n * @return {Boolean}\n ", "range": [ - 268, - 356 + 326, + 414 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 0 }, "end": { - "line": 21, + "line": 23, "column": 3 } } @@ -813,16 +942,16 @@ "type": "Block", "value": "*\n * Makes regex safe string by escaping special characters from passed string\n * @param {String} text\n * @return {String} escaped string\n ", "range": [ - 410, - 553 + 468, + 611 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 0 }, "end": { - "line": 28, + "line": 30, "column": 3 } } @@ -840,16 +969,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 567, - 573 + 625, + 631 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 13 }, "end": { - "line": 29, + "line": 31, "column": 19 } } @@ -862,17 +991,17 @@ "type": "Identifier", "name": "text", "range": [ - 576, - 580 + 635, + 639 ], "loc": { "start": { - "line": 29, - "column": 22 + "line": 31, + "column": 23 }, "end": { - "line": 29, - "column": 26 + "line": 31, + "column": 27 } } } @@ -889,16 +1018,16 @@ "type": "Identifier", "name": "chars", "range": [ - 594, - 599 + 654, + 659 ], "loc": { "start": { - "line": 30, + "line": 32, "column": 8 }, "end": { - "line": 30, + "line": 32, "column": 13 } } @@ -912,31 +1041,31 @@ "flags": "g" }, "range": [ - 602, - 626 + 662, + 686 ], "loc": { "start": { - "line": 30, + "line": 32, "column": 16 }, "end": { - "line": 30, + "line": 32, "column": 40 } } }, "range": [ - 594, - 626 + 654, + 686 ], "loc": { "start": { - "line": 30, + "line": 32, "column": 8 }, "end": { - "line": 30, + "line": 32, "column": 40 } } @@ -944,16 +1073,16 @@ ], "kind": "let", "range": [ - 590, - 627 + 650, + 687 ], "loc": { "start": { - "line": 30, + "line": 32, "column": 4 }, "end": { - "line": 30, + "line": 32, "column": 41 } } @@ -967,16 +1096,16 @@ "type": "Identifier", "name": "escMatch", "range": [ - 636, - 644 + 696, + 704 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 16 } } @@ -986,31 +1115,31 @@ "value": "\\$&", "raw": "'\\\\$&'", "range": [ - 647, - 653 + 707, + 713 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 19 }, "end": { - "line": 31, + "line": 33, "column": 25 } } }, "range": [ - 636, - 653 + 696, + 713 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 25 } } @@ -1018,16 +1147,16 @@ ], "kind": "let", "range": [ - 632, - 654 + 692, + 714 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 4 }, "end": { - "line": 31, + "line": 33, "column": 26 } } @@ -1045,16 +1174,16 @@ "type": "Identifier", "name": "String", "range": [ - 666, - 672 + 726, + 732 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 11 }, "end": { - "line": 32, + "line": 34, "column": 17 } } @@ -1064,32 +1193,32 @@ "type": "Identifier", "name": "text", "range": [ - 673, - 677 + 733, + 737 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 18 }, "end": { - "line": 32, + "line": 34, "column": 22 } } } ], "range": [ - 666, - 678 + 726, + 738 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 11 }, "end": { - "line": 32, + "line": 34, "column": 23 } } @@ -1098,31 +1227,31 @@ "type": "Identifier", "name": "replace", "range": [ - 679, - 686 + 739, + 746 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 24 }, "end": { - "line": 32, + "line": 34, "column": 31 } } }, "range": [ - 666, - 686 + 726, + 746 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 11 }, "end": { - "line": 32, + "line": 34, "column": 31 } } @@ -1132,16 +1261,16 @@ "type": "Identifier", "name": "chars", "range": [ - 687, - 692 + 747, + 752 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 32 }, "end": { - "line": 32, + "line": 34, "column": 37 } } @@ -1150,63 +1279,63 @@ "type": "Identifier", "name": "escMatch", "range": [ - 694, - 702 + 754, + 762 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 39 }, "end": { - "line": 32, + "line": 34, "column": 47 } } } ], "range": [ - 666, - 703 + 726, + 763 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 11 }, "end": { - "line": 32, + "line": 34, "column": 48 } } }, "range": [ - 659, - 704 + 719, + 764 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 4 }, "end": { - "line": 32, + "line": 34, "column": 49 } } } ], "range": [ - 584, - 706 + 644, + 766 ], "loc": { "start": { - "line": 29, - "column": 30 + "line": 31, + "column": 32 }, "end": { - "line": 33, + "line": 35, "column": 1 } } @@ -1214,31 +1343,31 @@ "generator": false, "expression": false, "range": [ - 576, - 706 + 634, + 766 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 22 }, "end": { - "line": 33, + "line": 35, "column": 1 } } }, "range": [ - 567, - 706 + 625, + 766 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 13 }, "end": { - "line": 33, + "line": 35, "column": 1 } }, @@ -1247,16 +1376,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 708, - 897 + 768, + 957 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 0 }, "end": { - "line": 40, + "line": 42, "column": 3 } } @@ -1266,16 +1395,16 @@ ], "kind": "const", "range": [ - 561, - 898 + 619, + 958 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 7 }, "end": { - "line": 41, + "line": 43, "column": 0 } }, @@ -1284,16 +1413,16 @@ "type": "Block", "value": "*\n * Makes regex safe string by escaping special characters from passed string\n * @param {String} text\n * @return {String} escaped string\n ", "range": [ - 410, - 553 + 468, + 611 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 0 }, "end": { - "line": 28, + "line": 30, "column": 3 } } @@ -1304,16 +1433,16 @@ "specifiers": [], "source": null, "range": [ - 554, - 898 + 612, + 958 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 0 }, "end": { - "line": 41, + "line": 43, "column": 0 } }, @@ -1322,16 +1451,16 @@ "type": "Block", "value": "*\n * Makes regex safe string by escaping special characters from passed string\n * @param {String} text\n * @return {String} escaped string\n ", "range": [ - 410, - 553 + 468, + 611 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 0 }, "end": { - "line": 28, + "line": 30, "column": 3 } } @@ -1349,16 +1478,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 911, - 920 + 971, + 980 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 13 }, "end": { - "line": 41, + "line": 43, "column": 22 } } @@ -1371,16 +1500,16 @@ "type": "Identifier", "name": "text", "range": [ - 924, - 928 + 984, + 988 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 26 }, "end": { - "line": 41, + "line": 43, "column": 30 } } @@ -1391,16 +1520,16 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 930, - 943 + 990, + 1003 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 32 }, "end": { - "line": 41, + "line": 43, "column": 45 } } @@ -1410,31 +1539,31 @@ "value": false, "raw": "false", "range": [ - 946, - 951 + 1006, + 1011 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 48 }, "end": { - "line": 41, + "line": 43, "column": 53 } } }, "range": [ - 930, - 951 + 990, + 1011 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 32 }, "end": { - "line": 41, + "line": 43, "column": 53 } } @@ -1452,32 +1581,32 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 967, - 980 + 1027, + 1040 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 9 }, "end": { - "line": 42, + "line": 44, "column": 22 } } }, "prefix": true, "range": [ - 966, - 980 + 1026, + 1040 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 8 }, "end": { - "line": 42, + "line": 44, "column": 22 } } @@ -1496,16 +1625,16 @@ "type": "Identifier", "name": "text", "range": [ - 999, - 1003 + 1059, + 1063 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 15 }, "end": { - "line": 43, + "line": 45, "column": 19 } } @@ -1514,94 +1643,94 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 1004, - 1015 + 1064, + 1075 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 20 }, "end": { - "line": 43, + "line": 45, "column": 31 } } }, "range": [ - 999, - 1015 + 1059, + 1075 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 15 }, "end": { - "line": 43, + "line": 45, "column": 31 } } }, "arguments": [], "range": [ - 999, - 1017 + 1059, + 1077 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 15 }, "end": { - "line": 43, + "line": 45, "column": 33 } } }, "range": [ - 992, - 1018 + 1052, + 1078 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, + "line": 45, "column": 34 } } } ], "range": [ - 982, - 1024 + 1042, + 1084 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 24 }, "end": { - "line": 44, + "line": 46, "column": 5 } } }, "alternate": null, "range": [ - 962, - 1024 + 1022, + 1084 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 4 }, "end": { - "line": 44, + "line": 46, "column": 5 } } @@ -1612,47 +1741,47 @@ "type": "Identifier", "name": "text", "range": [ - 1036, - 1040 + 1096, + 1100 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 11 }, "end": { - "line": 45, + "line": 47, "column": 15 } } }, "range": [ - 1029, - 1041 + 1089, + 1101 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 4 }, "end": { - "line": 45, + "line": 47, "column": 16 } } } ], "range": [ - 956, - 1043 + 1016, + 1103 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 58 }, "end": { - "line": 46, + "line": 48, "column": 1 } } @@ -1660,49 +1789,49 @@ "generator": false, "expression": false, "range": [ - 923, - 1043 + 983, + 1103 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 25 }, "end": { - "line": 46, + "line": 48, "column": 1 } } }, "range": [ - 911, - 1043 + 971, + 1103 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 13 }, "end": { - "line": 46, + "line": 48, "column": 1 } }, "trailingComments": [ { "type": "Block", - "value": "*\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 ", + "value": "*\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 * @param {Boolean} ignoreDiacritics Ignore diacritics\n * @return {Boolean}\n ", "range": [ - 1045, - 1318 + 1105, + 1456 ], "loc": { "start": { - "line": 48, + "line": 50, "column": 0 }, "end": { - "line": 55, + "line": 58, "column": 3 } } @@ -1712,16 +1841,16 @@ ], "kind": "const", "range": [ - 905, - 1319 + 965, + 1457 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 7 }, "end": { - "line": 56, + "line": 59, "column": 0 } }, @@ -1730,16 +1859,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 708, - 897 + 768, + 957 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 0 }, "end": { - "line": 40, + "line": 42, "column": 3 } } @@ -1750,16 +1879,16 @@ "specifiers": [], "source": null, "range": [ - 898, - 1319 + 958, + 1457 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 0 }, "end": { - "line": 56, + "line": 59, "column": 0 } }, @@ -1768,16 +1897,16 @@ "type": "Block", "value": "*\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 ", "range": [ - 708, - 897 + 768, + 957 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 0 }, "end": { - "line": 40, + "line": 42, "column": 3 } } @@ -1795,16 +1924,16 @@ "type": "Identifier", "name": "contains", "range": [ - 1332, - 1340 + 1470, + 1478 ], "loc": { "start": { - "line": 56, + "line": 59, "column": 13 }, "end": { - "line": 56, + "line": 59, "column": 21 } } @@ -1817,17 +1946,17 @@ "type": "Identifier", "name": "term", "range": [ - 1348, - 1352 + 1482, + 1486 ], "loc": { "start": { - "line": 57, - "column": 5 + "line": 59, + "column": 25 }, "end": { - "line": 57, - "column": 9 + "line": 59, + "column": 29 } } }, @@ -1835,17 +1964,17 @@ "type": "Identifier", "name": "data", "range": [ - 1354, - 1358 + 1488, + 1492 ], "loc": { "start": { - "line": 57, - "column": 11 + "line": 59, + "column": 31 }, "end": { - "line": 57, - "column": 15 + "line": 59, + "column": 35 } } }, @@ -1855,17 +1984,17 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 1360, - 1370 + 1494, + 1504 ], "loc": { "start": { - "line": 57, - "column": 17 + "line": 59, + "column": 37 }, "end": { - "line": 57, - "column": 27 + "line": 59, + "column": 47 } } }, @@ -1874,32 +2003,32 @@ "value": false, "raw": "false", "range": [ - 1373, - 1378 + 1507, + 1512 ], "loc": { "start": { - "line": 57, - "column": 30 + "line": 59, + "column": 50 }, "end": { - "line": 57, - "column": 35 + "line": 59, + "column": 55 } } }, "range": [ - 1360, - 1378 + 1494, + 1512 ], "loc": { "start": { - "line": 57, - "column": 17 + "line": 59, + "column": 37 }, "end": { - "line": 57, - "column": 35 + "line": 59, + "column": 55 } } }, @@ -1909,17 +2038,17 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 1380, - 1393 + 1514, + 1527 ], "loc": { "start": { - "line": 57, - "column": 37 + "line": 59, + "column": 57 }, "end": { - "line": 57, - "column": 50 + "line": 59, + "column": 70 } } }, @@ -1928,32 +2057,86 @@ "value": false, "raw": "false", "range": [ - 1396, - 1401 + 1530, + 1535 ], "loc": { "start": { - "line": 57, - "column": 53 + "line": 59, + "column": 73 }, "end": { - "line": 57, - "column": 58 + "line": 59, + "column": 78 } } }, "range": [ - 1380, - 1401 + 1514, + 1535 ], "loc": { "start": { - "line": 57, - "column": 37 + "line": 59, + "column": 57 }, "end": { - "line": 57, - "column": 58 + "line": 59, + "column": 78 + } + } + }, + { + "type": "AssignmentPattern", + "left": { + "type": "Identifier", + "name": "ignoreDiacritics", + "range": [ + 1541, + 1557 + ], + "loc": { + "start": { + "line": 60, + "column": 4 + }, + "end": { + "line": 60, + "column": 20 + } + } + }, + "right": { + "type": "Literal", + "value": false, + "raw": "false", + "range": [ + 1560, + 1565 + ], + "loc": { + "start": { + "line": 60, + "column": 23 + }, + "end": { + "line": 60, + "column": 28 + } + } + }, + "range": [ + 1541, + 1565 + ], + "loc": { + "start": { + "line": 60, + "column": 4 + }, + "end": { + "line": 60, + "column": 28 } } } @@ -1970,50 +2153,50 @@ "type": "Identifier", "name": "regexp", "range": [ - 1548, - 1554 + 1700, + 1706 ], "loc": { "start": { - "line": 60, - "column": 12 + "line": 63, + "column": 8 }, "end": { - "line": 60, - "column": 18 + "line": 63, + "column": 14 } } }, "init": null, "range": [ - 1548, - 1554 + 1700, + 1706 ], "loc": { "start": { - "line": 60, - "column": 12 + "line": 63, + "column": 8 }, "end": { - "line": 60, - "column": 18 + "line": 63, + "column": 14 } } } ], "kind": "let", "range": [ - 1544, - 1555 + 1696, + 1707 ], "loc": { "start": { - "line": 60, - "column": 8 + "line": 63, + "column": 4 }, "end": { - "line": 60, - "column": 19 + "line": 63, + "column": 15 } }, "leadingComments": [ @@ -2021,17 +2204,17 @@ "type": "Line", "value": " Improved by Cedric Wartel (cwl) automatic exact match for selects and", "range": [ - 1416, - 1488 + 1576, + 1648 ], "loc": { "start": { - "line": 58, - "column": 8 + "line": 61, + "column": 4 }, "end": { - "line": 58, - "column": 80 + "line": 61, + "column": 76 } } }, @@ -2039,17 +2222,17 @@ "type": "Line", "value": " special characters are now filtered", "range": [ - 1497, - 1535 + 1653, + 1691 ], "loc": { "start": { - "line": 59, - "column": 8 + "line": 62, + "column": 4 }, "end": { - "line": 59, - "column": 46 + "line": 62, + "column": 42 } } } @@ -2064,17 +2247,17 @@ "type": "Identifier", "name": "modifier", "range": [ - 1568, - 1576 + 1716, + 1724 ], "loc": { "start": { - "line": 61, - "column": 12 + "line": 64, + "column": 8 }, "end": { - "line": 61, - "column": 20 + "line": 64, + "column": 16 } } }, @@ -2084,17 +2267,17 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 1579, - 1592 + 1727, + 1740 ], "loc": { "start": { - "line": 61, - "column": 23 + "line": 64, + "column": 19 }, "end": { - "line": 61, - "column": 36 + "line": 64, + "column": 32 } } }, @@ -2103,17 +2286,17 @@ "value": "g", "raw": "'g'", "range": [ - 1595, - 1598 + 1743, + 1746 ], "loc": { "start": { - "line": 61, - "column": 39 + "line": 64, + "column": 35 }, "end": { - "line": 61, - "column": 42 + "line": 64, + "column": 38 } } }, @@ -2122,64 +2305,335 @@ "value": "gi", "raw": "'gi'", "range": [ - 1601, - 1605 + 1749, + 1753 ], "loc": { "start": { - "line": 61, - "column": 45 + "line": 64, + "column": 41 }, "end": { - "line": 61, - "column": 49 + "line": 64, + "column": 45 } } }, "range": [ - 1579, - 1605 + 1727, + 1753 ], "loc": { "start": { - "line": 61, - "column": 23 + "line": 64, + "column": 19 }, "end": { - "line": 61, - "column": 49 + "line": 64, + "column": 45 } } }, "range": [ - 1568, - 1605 + 1716, + 1753 ], "loc": { "start": { - "line": 61, - "column": 12 + "line": 64, + "column": 8 }, "end": { - "line": 61, - "column": 49 + "line": 64, + "column": 45 } } } ], "kind": "let", "range": [ - 1564, - 1606 + 1712, + 1754 ], "loc": { "start": { - "line": 61, - "column": 8 + "line": 64, + "column": 4 }, "end": { - "line": 61, - "column": 50 + "line": 64, + "column": 46 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "Identifier", + "name": "ignoreDiacritics", + "range": [ + 1763, + 1779 + ], + "loc": { + "start": { + "line": 65, + "column": 8 + }, + "end": { + "line": 65, + "column": 24 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "term", + "range": [ + 1791, + 1795 + ], + "loc": { + "start": { + "line": 66, + "column": 8 + }, + "end": { + "line": 66, + "column": 12 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "removeDiacritics", + "range": [ + 1798, + 1814 + ], + "loc": { + "start": { + "line": 66, + "column": 15 + }, + "end": { + "line": 66, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "term", + "range": [ + 1815, + 1819 + ], + "loc": { + "start": { + "line": 66, + "column": 32 + }, + "end": { + "line": 66, + "column": 36 + } + } + } + ], + "range": [ + 1798, + 1820 + ], + "loc": { + "start": { + "line": 66, + "column": 15 + }, + "end": { + "line": 66, + "column": 37 + } + } + }, + "range": [ + 1791, + 1820 + ], + "loc": { + "start": { + "line": 66, + "column": 8 + }, + "end": { + "line": 66, + "column": 37 + } + } + }, + "range": [ + 1791, + 1821 + ], + "loc": { + "start": { + "line": 66, + "column": 8 + }, + "end": { + "line": 66, + "column": 38 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "data", + "range": [ + 1830, + 1834 + ], + "loc": { + "start": { + "line": 67, + "column": 8 + }, + "end": { + "line": 67, + "column": 12 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "removeDiacritics", + "range": [ + 1837, + 1853 + ], + "loc": { + "start": { + "line": 67, + "column": 15 + }, + "end": { + "line": 67, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "data", + "range": [ + 1854, + 1858 + ], + "loc": { + "start": { + "line": 67, + "column": 32 + }, + "end": { + "line": 67, + "column": 36 + } + } + } + ], + "range": [ + 1837, + 1859 + ], + "loc": { + "start": { + "line": 67, + "column": 15 + }, + "end": { + "line": 67, + "column": 37 + } + } + }, + "range": [ + 1830, + 1859 + ], + "loc": { + "start": { + "line": 67, + "column": 8 + }, + "end": { + "line": 67, + "column": 37 + } + } + }, + "range": [ + 1830, + 1860 + ], + "loc": { + "start": { + "line": 67, + "column": 8 + }, + "end": { + "line": 67, + "column": 38 + } + } + } + ], + "range": [ + 1781, + 1866 + ], + "loc": { + "start": { + "line": 65, + "column": 26 + }, + "end": { + "line": 68, + "column": 5 + } + } + }, + "alternate": null, + "range": [ + 1759, + 1866 + ], + "loc": { + "start": { + "line": 65, + "column": 4 + }, + "end": { + "line": 68, + "column": 5 } } }, @@ -2189,17 +2643,17 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 1619, - 1629 + 1875, + 1885 ], "loc": { "start": { - "line": 62, - "column": 12 + "line": 69, + "column": 8 }, "end": { - "line": 62, - "column": 22 + "line": 69, + "column": 18 } } }, @@ -2215,17 +2669,17 @@ "type": "Identifier", "name": "regexp", "range": [ - 1645, - 1651 + 1897, + 1903 ], "loc": { "start": { - "line": 63, - "column": 12 + "line": 70, + "column": 8 }, "end": { - "line": 63, - "column": 18 + "line": 70, + "column": 14 } } }, @@ -2235,17 +2689,17 @@ "type": "Identifier", "name": "RegExp", "range": [ - 1658, - 1664 + 1910, + 1916 ], "loc": { "start": { - "line": 63, - "column": 25 + "line": 70, + "column": 21 }, "end": { - "line": 63, - "column": 31 + "line": 70, + "column": 27 } } }, @@ -2261,17 +2715,17 @@ "value": "(^\\s*)", "raw": "'(^\\\\s*)'", "range": [ - 1665, - 1674 + 1917, + 1926 ], "loc": { "start": { - "line": 63, - "column": 32 + "line": 70, + "column": 28 }, "end": { - "line": 63, - "column": 41 + "line": 70, + "column": 37 } } }, @@ -2281,17 +2735,17 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 1677, - 1683 + 1929, + 1935 ], "loc": { "start": { - "line": 63, - "column": 44 + "line": 70, + "column": 40 }, "end": { - "line": 63, - "column": 50 + "line": 70, + "column": 46 } } }, @@ -2300,48 +2754,48 @@ "type": "Identifier", "name": "term", "range": [ - 1684, - 1688 + 1936, + 1940 ], "loc": { "start": { - "line": 63, - "column": 51 + "line": 70, + "column": 47 }, "end": { - "line": 63, - "column": 55 + "line": 70, + "column": 51 } } } ], "range": [ - 1677, - 1689 + 1929, + 1941 ], "loc": { "start": { - "line": 63, - "column": 44 + "line": 70, + "column": 40 }, "end": { - "line": 63, - "column": 56 + "line": 70, + "column": 52 } } }, "range": [ - 1665, - 1689 + 1917, + 1941 ], "loc": { "start": { - "line": 63, - "column": 32 + "line": 70, + "column": 28 }, "end": { - "line": 63, - "column": 56 + "line": 70, + "column": 52 } } }, @@ -2350,32 +2804,32 @@ "value": "(\\s*$)", "raw": "'(\\\\s*$)'", "range": [ - 1692, - 1701 + 1944, + 1953 ], "loc": { "start": { - "line": 63, - "column": 59 + "line": 70, + "column": 55 }, "end": { - "line": 63, - "column": 68 + "line": 70, + "column": 64 } } }, "range": [ - 1665, - 1701 + 1917, + 1953 ], "loc": { "start": { - "line": 63, - "column": 32 + "line": 70, + "column": 28 }, "end": { - "line": 63, - "column": 68 + "line": 70, + "column": 64 } } }, @@ -2383,79 +2837,79 @@ "type": "Identifier", "name": "modifier", "range": [ - 1719, - 1727 + 1967, + 1975 ], "loc": { "start": { - "line": 64, - "column": 16 + "line": 71, + "column": 12 }, "end": { - "line": 64, - "column": 24 + "line": 71, + "column": 20 } } } ], "range": [ - 1654, - 1728 + 1906, + 1976 ], "loc": { "start": { - "line": 63, - "column": 21 + "line": 70, + "column": 17 }, "end": { - "line": 64, - "column": 25 + "line": 71, + "column": 21 } } }, "range": [ - 1645, - 1728 + 1897, + 1976 ], "loc": { "start": { - "line": 63, - "column": 12 + "line": 70, + "column": 8 }, "end": { - "line": 64, - "column": 25 + "line": 71, + "column": 21 } } }, "range": [ - 1645, - 1729 + 1897, + 1977 ], "loc": { "start": { - "line": 63, - "column": 12 + "line": 70, + "column": 8 }, "end": { - "line": 64, - "column": 26 + "line": 71, + "column": 22 } } } ], "range": [ - 1631, - 1739 + 1887, + 1983 ], "loc": { "start": { - "line": 62, - "column": 24 + "line": 69, + "column": 20 }, "end": { - "line": 65, - "column": 9 + "line": 72, + "column": 5 } } }, @@ -2471,17 +2925,17 @@ "type": "Identifier", "name": "regexp", "range": [ - 1759, - 1765 + 1999, + 2005 ], "loc": { "start": { - "line": 66, - "column": 12 + "line": 73, + "column": 8 }, "end": { - "line": 66, - "column": 18 + "line": 73, + "column": 14 } } }, @@ -2491,17 +2945,17 @@ "type": "Identifier", "name": "RegExp", "range": [ - 1772, - 1778 + 2012, + 2018 ], "loc": { "start": { - "line": 66, - "column": 25 + "line": 73, + "column": 21 }, "end": { - "line": 66, - "column": 31 + "line": 73, + "column": 27 } } }, @@ -2512,17 +2966,17 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 1779, - 1785 + 2019, + 2025 ], "loc": { "start": { - "line": 66, - "column": 32 + "line": 73, + "column": 28 }, "end": { - "line": 66, - "column": 38 + "line": 73, + "column": 34 } } }, @@ -2531,33 +2985,33 @@ "type": "Identifier", "name": "term", "range": [ - 1786, - 1790 + 2026, + 2030 ], "loc": { "start": { - "line": 66, - "column": 39 + "line": 73, + "column": 35 }, "end": { - "line": 66, - "column": 43 + "line": 73, + "column": 39 } } } ], "range": [ - 1779, - 1791 + 2019, + 2031 ], "loc": { "start": { - "line": 66, - "column": 32 + "line": 73, + "column": 28 }, "end": { - "line": 66, - "column": 44 + "line": 73, + "column": 40 } } }, @@ -2565,94 +3019,94 @@ "type": "Identifier", "name": "modifier", "range": [ - 1793, - 1801 + 2033, + 2041 ], "loc": { "start": { - "line": 66, - "column": 46 + "line": 73, + "column": 42 }, "end": { - "line": 66, - "column": 54 + "line": 73, + "column": 50 } } } ], "range": [ - 1768, - 1802 + 2008, + 2042 ], "loc": { "start": { - "line": 66, - "column": 21 + "line": 73, + "column": 17 }, "end": { - "line": 66, - "column": 55 + "line": 73, + "column": 51 } } }, "range": [ - 1759, - 1802 + 1999, + 2042 ], "loc": { "start": { - "line": 66, - "column": 12 + "line": 73, + "column": 8 }, "end": { - "line": 66, - "column": 55 + "line": 73, + "column": 51 } } }, "range": [ - 1759, - 1803 + 1999, + 2043 ], "loc": { "start": { - "line": 66, - "column": 12 + "line": 73, + "column": 8 }, "end": { - "line": 66, - "column": 56 + "line": 73, + "column": 52 } } } ], "range": [ - 1745, - 1813 + 1989, + 2049 ], "loc": { "start": { - "line": 65, - "column": 15 + "line": 72, + "column": 11 }, "end": { - "line": 67, - "column": 9 + "line": 74, + "column": 5 } } }, "range": [ - 1615, - 1813 + 1871, + 2049 ], "loc": { "start": { - "line": 62, - "column": 8 + "line": 69, + "column": 4 }, "end": { - "line": 67, - "column": 9 + "line": 74, + "column": 5 } } }, @@ -2667,17 +3121,17 @@ "type": "Identifier", "name": "regexp", "range": [ - 1829, - 1835 + 2061, + 2067 ], "loc": { "start": { - "line": 68, - "column": 15 + "line": 75, + "column": 11 }, "end": { - "line": 68, - "column": 21 + "line": 75, + "column": 17 } } }, @@ -2685,32 +3139,32 @@ "type": "Identifier", "name": "test", "range": [ - 1836, - 1840 + 2068, + 2072 ], "loc": { "start": { - "line": 68, - "column": 22 + "line": 75, + "column": 18 }, "end": { - "line": 68, - "column": 26 + "line": 75, + "column": 22 } } }, "range": [ - 1829, - 1840 + 2061, + 2072 ], "loc": { "start": { - "line": 68, - "column": 15 + "line": 75, + "column": 11 }, "end": { - "line": 68, - "column": 26 + "line": 75, + "column": 22 } } }, @@ -2719,130 +3173,130 @@ "type": "Identifier", "name": "data", "range": [ - 1841, - 1845 + 2073, + 2077 ], "loc": { "start": { - "line": 68, - "column": 27 + "line": 75, + "column": 23 }, "end": { - "line": 68, - "column": 31 + "line": 75, + "column": 27 } } } ], "range": [ - 1829, - 1846 + 2061, + 2078 ], "loc": { "start": { - "line": 68, - "column": 15 + "line": 75, + "column": 11 }, "end": { - "line": 68, - "column": 32 + "line": 75, + "column": 28 } } }, "range": [ - 1822, - 1847 + 2054, + 2079 ], "loc": { "start": { - "line": 68, - "column": 8 + "line": 75, + "column": 4 }, "end": { - "line": 68, - "column": 33 + "line": 75, + "column": 29 } } } ], "range": [ - 1406, - 1853 + 1570, + 2081 ], "loc": { "start": { - "line": 57, - "column": 63 + "line": 60, + "column": 33 }, "end": { - "line": 69, - "column": 5 + "line": 76, + "column": 1 } } }, "generator": false, "expression": false, "range": [ - 1347, - 1853 + 1481, + 2081 ], "loc": { "start": { - "line": 57, - "column": 4 + "line": 59, + "column": 24 }, "end": { - "line": 69, - "column": 5 + "line": 76, + "column": 1 } } }, "range": [ - 1332, - 1853 + 1470, + 2081 ], "loc": { "start": { - "line": 56, + "line": 59, "column": 13 }, "end": { - "line": 69, - "column": 5 + "line": 76, + "column": 1 } } } ], "kind": "const", "range": [ - 1326, - 1854 + 1464, + 2082 ], "loc": { "start": { - "line": 56, + "line": 59, "column": 7 }, "end": { - "line": 70, + "line": 77, "column": 0 } }, "leadingComments": [ { "type": "Block", - "value": "*\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 ", + "value": "*\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 * @param {Boolean} ignoreDiacritics Ignore diacritics\n * @return {Boolean}\n ", "range": [ - 1045, - 1318 + 1105, + 1456 ], "loc": { "start": { - "line": 48, + "line": 50, "column": 0 }, "end": { - "line": 55, + "line": 58, "column": 3 } } @@ -2853,34 +3307,34 @@ "specifiers": [], "source": null, "range": [ - 1319, - 1854 + 1457, + 2082 ], "loc": { "start": { - "line": 56, + "line": 59, "column": 0 }, "end": { - "line": 70, + "line": 77, "column": 0 } }, "leadingComments": [ { "type": "Block", - "value": "*\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 ", + "value": "*\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 * @param {Boolean} ignoreDiacritics Ignore diacritics\n * @return {Boolean}\n ", "range": [ - 1045, - 1318 + 1105, + 1456 ], "loc": { "start": { - "line": 48, + "line": 50, "column": 0 }, "end": { - "line": 55, + "line": 58, "column": 3 } } @@ -2890,16 +3344,16 @@ ], "sourceType": "module", "range": [ - 137, - 1854 + 0, + 2082 ], "loc": { "start": { - "line": 10, + "line": 1, "column": 0 }, "end": { - "line": 70, + "line": 77, "column": 0 } }, @@ -2908,16 +3362,16 @@ "type": "Block", "value": "*\n * String utilities\n ", "range": [ - 0, - 27 + 56, + 83 ], "loc": { "start": { - "line": 1, + "line": 3, "column": 0 }, "end": { - "line": 3, + "line": 5, "column": 3 } } @@ -2926,16 +3380,16 @@ "type": "Block", "value": "*\n * Removes whitespace from both sides of passed string\n * @param {String} text\n * @return {String}\n ", "range": [ - 29, - 136 + 85, + 192 ], "loc": { "start": { - "line": 5, + "line": 7, "column": 0 }, "end": { - "line": 9, + "line": 11, "column": 3 } } @@ -2944,16 +3398,16 @@ "type": "Block", "value": "*\n * Checks if passed string is empty\n * @param {String} text\n * @return {Boolean}\n ", "range": [ - 268, - 356 + 326, + 414 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 0 }, "end": { - "line": 21, + "line": 23, "column": 3 } } @@ -2962,16 +3416,16 @@ "type": "Block", "value": "*\n * Makes regex safe string by escaping special characters from passed string\n * @param {String} text\n * @return {String} escaped string\n ", "range": [ - 410, - 553 + 468, + 611 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 0 }, "end": { - "line": 28, + "line": 30, "column": 3 } } @@ -2980,34 +3434,34 @@ "type": "Block", "value": "*\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 ", "range": [ - 708, - 897 + 768, + 957 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 0 }, "end": { - "line": 40, + "line": 42, "column": 3 } } }, { "type": "Block", - "value": "*\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 ", + "value": "*\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 * @param {Boolean} ignoreDiacritics Ignore diacritics\n * @return {Boolean}\n ", "range": [ - 1045, - 1318 + 1105, + 1456 ], "loc": { "start": { - "line": 48, + "line": 50, "column": 0 }, "end": { - "line": 55, + "line": 58, "column": 3 } } @@ -3016,17 +3470,17 @@ "type": "Line", "value": " Improved by Cedric Wartel (cwl) automatic exact match for selects and", "range": [ - 1416, - 1488 + 1576, + 1648 ], "loc": { "start": { - "line": 58, - "column": 8 + "line": 61, + "column": 4 }, "end": { - "line": 58, - "column": 80 + "line": 61, + "column": 76 } } }, @@ -3034,17 +3488,17 @@ "type": "Line", "value": " special characters are now filtered", "range": [ - 1497, - 1535 + 1653, + 1691 ], "loc": { "start": { - "line": 59, - "column": 8 + "line": 62, + "column": 4 }, "end": { - "line": 59, - "column": 46 + "line": 62, + "column": 42 } } } diff --git a/docs/ast/source/tablefilter.js.json b/docs/ast/source/tablefilter.js.json index 47bebff5..076a7016 100644 --- a/docs/ast/source/tablefilter.js.json +++ b/docs/ast/source/tablefilter.js.json @@ -17137,10 +17137,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", + "value": "*\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n ", "range": [ 10450, - 10548 + 10557 ], "loc": { "start": { @@ -17166,8 +17166,8 @@ "object": { "type": "ThisExpression", "range": [ - 10557, - 10561 + 10566, + 10570 ], "loc": { "start": { @@ -17182,10 +17182,10 @@ }, "property": { "type": "Identifier", - "name": "linkedFilters", + "name": "ignoreDiacritics", "range": [ - 10562, - 10575 + 10571, + 10587 ], "loc": { "start": { @@ -17194,13 +17194,13 @@ }, "end": { "line": 389, - "column": 26 + "column": 29 } } }, "range": [ - 10557, - 10575 + 10566, + 10587 ], "loc": { "start": { @@ -17209,104 +17209,67 @@ }, "end": { "line": 389, - "column": 26 + "column": 29 } } }, "right": { - "type": "CallExpression", - "callee": { + "type": "MemberExpression", + "computed": false, + "object": { "type": "Identifier", - "name": "Boolean", + "name": "f", "range": [ - 10578, - 10585 + 10590, + 10591 ], "loc": { "start": { "line": 389, - "column": 29 + "column": 32 }, "end": { "line": 389, - "column": 36 + "column": 33 } } }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 10586, - 10587 - ], - "loc": { - "start": { - "line": 389, - "column": 37 - }, - "end": { - "line": 389, - "column": 38 - } - } + "property": { + "type": "Identifier", + "name": "ignore_diacritics", + "range": [ + 10592, + 10609 + ], + "loc": { + "start": { + "line": 389, + "column": 34 }, - "property": { - "type": "Identifier", - "name": "linked_filters", - "range": [ - 10588, - 10602 - ], - "loc": { - "start": { - "line": 389, - "column": 39 - }, - "end": { - "line": 389, - "column": 53 - } - } - }, - "range": [ - 10586, - 10602 - ], - "loc": { - "start": { - "line": 389, - "column": 37 - }, - "end": { - "line": 389, - "column": 53 - } + "end": { + "line": 389, + "column": 51 } } - ], + }, "range": [ - 10578, - 10603 + 10590, + 10609 ], "loc": { "start": { "line": 389, - "column": 29 + "column": 32 }, "end": { "line": 389, - "column": 54 + "column": 51 } } }, "range": [ - 10557, - 10603 + 10566, + 10609 ], "loc": { "start": { @@ -17315,13 +17278,13 @@ }, "end": { "line": 389, - "column": 54 + "column": 51 } } }, "range": [ - 10557, - 10604 + 10566, + 10610 ], "loc": { "start": { @@ -17330,16 +17293,16 @@ }, "end": { "line": 389, - "column": 55 + "column": 52 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", + "value": "*\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n ", "range": [ 10450, - 10548 + 10557 ], "loc": { "start": { @@ -17356,10 +17319,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", + "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10614, - 10770 + 10620, + 10718 ], "loc": { "start": { @@ -17367,7 +17330,7 @@ "column": 8 }, "end": { - "line": 395, + "line": 394, "column": 11 } } @@ -17385,16 +17348,235 @@ "object": { "type": "ThisExpression", "range": [ - 10779, - 10783 + 10727, + 10731 ], "loc": { "start": { - "line": 396, + "line": 395, "column": 8 }, "end": { - "line": 396, + "line": 395, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "linkedFilters", + "range": [ + 10732, + 10745 + ], + "loc": { + "start": { + "line": 395, + "column": 13 + }, + "end": { + "line": 395, + "column": 26 + } + } + }, + "range": [ + 10727, + 10745 + ], + "loc": { + "start": { + "line": 395, + "column": 8 + }, + "end": { + "line": 395, + "column": 26 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 10748, + 10755 + ], + "loc": { + "start": { + "line": 395, + "column": 29 + }, + "end": { + "line": 395, + "column": 36 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 10756, + 10757 + ], + "loc": { + "start": { + "line": 395, + "column": 37 + }, + "end": { + "line": 395, + "column": 38 + } + } + }, + "property": { + "type": "Identifier", + "name": "linked_filters", + "range": [ + 10758, + 10772 + ], + "loc": { + "start": { + "line": 395, + "column": 39 + }, + "end": { + "line": 395, + "column": 53 + } + } + }, + "range": [ + 10756, + 10772 + ], + "loc": { + "start": { + "line": 395, + "column": 37 + }, + "end": { + "line": 395, + "column": 53 + } + } + } + ], + "range": [ + 10748, + 10773 + ], + "loc": { + "start": { + "line": 395, + "column": 29 + }, + "end": { + "line": 395, + "column": 54 + } + } + }, + "range": [ + 10727, + 10773 + ], + "loc": { + "start": { + "line": 395, + "column": 8 + }, + "end": { + "line": 395, + "column": 54 + } + } + }, + "range": [ + 10727, + 10774 + ], + "loc": { + "start": { + "line": 395, + "column": 8 + }, + "end": { + "line": 395, + "column": 55 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", + "range": [ + 10620, + 10718 + ], + "loc": { + "start": { + "line": 391, + "column": 8 + }, + "end": { + "line": 394, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", + "range": [ + 10784, + 10940 + ], + "loc": { + "start": { + "line": 397, + "column": 8 + }, + "end": { + "line": 401, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 10949, + 10953 + ], + "loc": { + "start": { + "line": 402, + "column": 8 + }, + "end": { + "line": 402, "column": 12 } } @@ -17403,31 +17585,31 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 10784, - 10806 + 10954, + 10976 ], "loc": { "start": { - "line": 396, + "line": 402, "column": 13 }, "end": { - "line": 396, + "line": 402, "column": 35 } } }, "range": [ - 10779, - 10806 + 10949, + 10976 ], "loc": { "start": { - "line": 396, + "line": 402, "column": 8 }, "end": { - "line": 396, + "line": 402, "column": 35 } } @@ -17438,16 +17620,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10809, - 10816 + 10979, + 10986 ], "loc": { "start": { - "line": 396, + "line": 402, "column": 38 }, "end": { - "line": 396, + "line": 402, "column": 45 } } @@ -17460,16 +17642,16 @@ "type": "Identifier", "name": "f", "range": [ - 10817, - 10818 + 10987, + 10988 ], "loc": { "start": { - "line": 396, + "line": 402, "column": 46 }, "end": { - "line": 396, + "line": 402, "column": 47 } } @@ -17478,77 +17660,77 @@ "type": "Identifier", "name": "disable_excluded_options", "range": [ - 10819, - 10843 + 10989, + 11013 ], "loc": { "start": { - "line": 396, + "line": 402, "column": 48 }, "end": { - "line": 396, + "line": 402, "column": 72 } } }, "range": [ - 10817, - 10843 + 10987, + 11013 ], "loc": { "start": { - "line": 396, + "line": 402, "column": 46 }, "end": { - "line": 396, + "line": 402, "column": 72 } } } ], "range": [ - 10809, - 10844 + 10979, + 11014 ], "loc": { "start": { - "line": 396, + "line": 402, "column": 38 }, "end": { - "line": 396, + "line": 402, "column": 73 } } }, "range": [ - 10779, - 10844 + 10949, + 11014 ], "loc": { "start": { - "line": 396, + "line": 402, "column": 8 }, "end": { - "line": 396, + "line": 402, "column": 73 } } }, "range": [ - 10779, - 10845 + 10949, + 11015 ], "loc": { "start": { - "line": 396, + "line": 402, "column": 8 }, "end": { - "line": 396, + "line": 402, "column": 74 } }, @@ -17557,16 +17739,16 @@ "type": "Block", "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", "range": [ - 10614, - 10770 + 10784, + 10940 ], "loc": { "start": { - "line": 391, + "line": 397, "column": 8 }, "end": { - "line": 395, + "line": 401, "column": 11 } } @@ -17577,159 +17759,12 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 10855, - 10944 + 11025, + 11114 ], "loc": { "start": { - "line": 398, - "column": 8 - }, - "end": { - "line": 402, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 10953, - 10957 - ], - "loc": { - "start": { - "line": 403, - "column": 8 - }, - "end": { - "line": 403, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "activeFilterId", - "range": [ - 10958, - 10972 - ], - "loc": { - "start": { - "line": 403, - "column": 13 - }, - "end": { - "line": 403, - "column": 27 - } - } - }, - "range": [ - 10953, - 10972 - ], - "loc": { - "start": { - "line": 403, - "column": 8 - }, - "end": { - "line": 403, - "column": 27 - } - } - }, - "right": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 10975, - 10979 - ], - "loc": { - "start": { - "line": 403, - "column": 30 - }, - "end": { - "line": 403, - "column": 34 - } - } - }, - "range": [ - 10953, - 10979 - ], - "loc": { - "start": { - "line": 403, - "column": 8 - }, - "end": { - "line": 403, - "column": 34 - } - } - }, - "range": [ - 10953, - 10980 - ], - "loc": { - "start": { - "line": 403, - "column": 8 - }, - "end": { - "line": 403, - "column": 35 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", - "range": [ - 10855, - 10944 - ], - "loc": { - "start": { - "line": 398, - "column": 8 - }, - "end": { - "line": 402, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", - "range": [ - 10990, - 11103 - ], - "loc": { - "start": { - "line": 405, + "line": 404, "column": 8 }, "end": { @@ -17751,8 +17786,8 @@ "object": { "type": "ThisExpression", "range": [ - 11112, - 11116 + 11123, + 11127 ], "loc": { "start": { @@ -17767,10 +17802,10 @@ }, "property": { "type": "Identifier", - "name": "hasVisibleRows", + "name": "activeFilterId", "range": [ - 11117, - 11131 + 11128, + 11142 ], "loc": { "start": { @@ -17784,8 +17819,8 @@ } }, "range": [ - 11112, - 11131 + 11123, + 11142 ], "loc": { "start": { @@ -17798,22 +17833,169 @@ } } }, + "right": { + "type": "Literal", + "value": null, + "raw": "null", + "range": [ + 11145, + 11149 + ], + "loc": { + "start": { + "line": 409, + "column": 30 + }, + "end": { + "line": 409, + "column": 34 + } + } + }, + "range": [ + 11123, + 11149 + ], + "loc": { + "start": { + "line": 409, + "column": 8 + }, + "end": { + "line": 409, + "column": 34 + } + } + }, + "range": [ + 11123, + 11150 + ], + "loc": { + "start": { + "line": 409, + "column": 8 + }, + "end": { + "line": 409, + "column": 35 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", + "range": [ + 11025, + 11114 + ], + "loc": { + "start": { + "line": 404, + "column": 8 + }, + "end": { + "line": 408, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", + "range": [ + 11160, + 11273 + ], + "loc": { + "start": { + "line": 411, + "column": 8 + }, + "end": { + "line": 414, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 11282, + 11286 + ], + "loc": { + "start": { + "line": 415, + "column": 8 + }, + "end": { + "line": 415, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "hasVisibleRows", + "range": [ + 11287, + 11301 + ], + "loc": { + "start": { + "line": 415, + "column": 13 + }, + "end": { + "line": 415, + "column": 27 + } + } + }, + "range": [ + 11282, + 11301 + ], + "loc": { + "start": { + "line": 415, + "column": 8 + }, + "end": { + "line": 415, + "column": 27 + } + } + }, "right": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "Boolean", "range": [ - 11134, - 11141 + 11304, + 11311 ], "loc": { "start": { - "line": 409, + "line": 415, "column": 30 }, "end": { - "line": 409, + "line": 415, "column": 37 } } @@ -17826,16 +18008,16 @@ "type": "Identifier", "name": "f", "range": [ - 11142, - 11143 + 11312, + 11313 ], "loc": { "start": { - "line": 409, + "line": 415, "column": 38 }, "end": { - "line": 409, + "line": 415, "column": 39 } } @@ -17844,77 +18026,77 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 11144, - 11163 + 11314, + 11333 ], "loc": { "start": { - "line": 409, + "line": 415, "column": 40 }, "end": { - "line": 409, + "line": 415, "column": 59 } } }, "range": [ - 11142, - 11163 + 11312, + 11333 ], "loc": { "start": { - "line": 409, + "line": 415, "column": 38 }, "end": { - "line": 409, + "line": 415, "column": 59 } } } ], "range": [ - 11134, - 11164 + 11304, + 11334 ], "loc": { "start": { - "line": 409, + "line": 415, "column": 30 }, "end": { - "line": 409, + "line": 415, "column": 60 } } }, "range": [ - 11112, - 11164 + 11282, + 11334 ], "loc": { "start": { - "line": 409, + "line": 415, "column": 8 }, "end": { - "line": 409, + "line": 415, "column": 60 } } }, "range": [ - 11112, - 11165 + 11282, + 11335 ], "loc": { "start": { - "line": 409, + "line": 415, "column": 8 }, "end": { - "line": 409, + "line": 415, "column": 61 } }, @@ -17923,16 +18105,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 10990, - 11103 + 11160, + 11273 ], "loc": { "start": { - "line": 405, + "line": 411, "column": 8 }, "end": { - "line": 408, + "line": 414, "column": 11 } } @@ -17943,16 +18125,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11175, - 11276 + 11345, + 11446 ], "loc": { "start": { - "line": 411, + "line": 417, "column": 8 }, "end": { - "line": 414, + "line": 420, "column": 11 } } @@ -17970,16 +18152,16 @@ "object": { "type": "ThisExpression", "range": [ - 11285, - 11289 + 11455, + 11459 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 8 }, "end": { - "line": 415, + "line": 421, "column": 12 } } @@ -17988,31 +18170,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 11290, - 11301 + 11460, + 11471 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 13 }, "end": { - "line": 415, + "line": 421, "column": 24 } } }, "range": [ - 11285, - 11301 + 11455, + 11471 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 8 }, "end": { - "line": 415, + "line": 421, "column": 24 } } @@ -18025,16 +18207,16 @@ "object": { "type": "ThisExpression", "range": [ - 11304, - 11308 + 11474, + 11478 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 27 }, "end": { - "line": 415, + "line": 421, "column": 31 } } @@ -18043,31 +18225,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 11309, - 11323 + 11479, + 11493 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 32 }, "end": { - "line": 415, + "line": 421, "column": 46 } } }, "range": [ - 11304, - 11323 + 11474, + 11493 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 27 }, "end": { - "line": 415, + "line": 421, "column": 46 } } @@ -18079,16 +18261,16 @@ "type": "Identifier", "name": "f", "range": [ - 11326, - 11327 + 11496, + 11497 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 49 }, "end": { - "line": 415, + "line": 421, "column": 50 } } @@ -18097,31 +18279,31 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 11328, - 11347 + 11498, + 11517 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 51 }, "end": { - "line": 415, + "line": 421, "column": 70 } } }, "range": [ - 11326, - 11347 + 11496, + 11517 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 49 }, "end": { - "line": 415, + "line": 421, "column": 70 } } @@ -18130,61 +18312,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11350, - 11352 + 11520, + 11522 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 73 }, "end": { - "line": 415, + "line": 421, "column": 75 } } }, "range": [ - 11304, - 11352 + 11474, + 11522 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 27 }, "end": { - "line": 415, + "line": 421, "column": 75 } } }, "range": [ - 11285, - 11352 + 11455, + 11522 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 8 }, "end": { - "line": 415, + "line": 421, "column": 75 } } }, "range": [ - 11285, - 11353 + 11455, + 11523 ], "loc": { "start": { - "line": 415, + "line": 421, "column": 8 }, "end": { - "line": 415, + "line": 421, "column": 76 } }, @@ -18193,227 +18375,8 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11175, - 11276 - ], - "loc": { - "start": { - "line": 411, - "column": 8 - }, - "end": { - "line": 414, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", - "range": [ - 11363, - 11459 - ], - "loc": { - "start": { - "line": 417, - "column": 8 - }, - "end": { - "line": 420, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 11468, - 11472 - ], - "loc": { - "start": { - "line": 421, - "column": 8 - }, - "end": { - "line": 421, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "isExternalFlt", - "range": [ - 11473, - 11486 - ], - "loc": { - "start": { - "line": 421, - "column": 13 - }, - "end": { - "line": 421, - "column": 26 - } - } - }, - "range": [ - 11468, - 11486 - ], - "loc": { - "start": { - "line": 421, - "column": 8 - }, - "end": { - "line": 421, - "column": 26 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 11489, - 11496 - ], - "loc": { - "start": { - "line": 421, - "column": 29 - }, - "end": { - "line": 421, - "column": 36 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 11497, - 11498 - ], - "loc": { - "start": { - "line": 421, - "column": 37 - }, - "end": { - "line": 421, - "column": 38 - } - } - }, - "property": { - "type": "Identifier", - "name": "external_flt_grid", - "range": [ - 11499, - 11516 - ], - "loc": { - "start": { - "line": 421, - "column": 39 - }, - "end": { - "line": 421, - "column": 56 - } - } - }, - "range": [ - 11497, - 11516 - ], - "loc": { - "start": { - "line": 421, - "column": 37 - }, - "end": { - "line": 421, - "column": 56 - } - } - } - ], - "range": [ - 11489, - 11517 - ], - "loc": { - "start": { - "line": 421, - "column": 29 - }, - "end": { - "line": 421, - "column": 57 - } - } - }, - "range": [ - 11468, - 11517 - ], - "loc": { - "start": { - "line": 421, - "column": 8 - }, - "end": { - "line": 421, - "column": 57 - } - } - }, - "range": [ - 11468, - 11518 - ], - "loc": { - "start": { - "line": 421, - "column": 8 - }, - "end": { - "line": 421, - "column": 58 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", - "range": [ - 11363, - 11459 + 11345, + 11446 ], "loc": { "start": { @@ -18430,10 +18393,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", + "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11528, - 11643 + 11533, + 11629 ], "loc": { "start": { @@ -18459,8 +18422,8 @@ "object": { "type": "ThisExpression", "range": [ - 11652, - 11656 + 11638, + 11642 ], "loc": { "start": { @@ -18475,10 +18438,10 @@ }, "property": { "type": "Identifier", - "name": "externalFltTgtIds", + "name": "isExternalFlt", "range": [ - 11657, - 11674 + 11643, + 11656 ], "loc": { "start": { @@ -18487,13 +18450,13 @@ }, "end": { "line": 427, - "column": 30 + "column": 26 } } }, "range": [ - 11652, - 11674 + 11638, + 11656 ], "loc": { "start": { @@ -18502,6 +18465,225 @@ }, "end": { "line": 427, + "column": 26 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 11659, + 11666 + ], + "loc": { + "start": { + "line": 427, + "column": 29 + }, + "end": { + "line": 427, + "column": 36 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 11667, + 11668 + ], + "loc": { + "start": { + "line": 427, + "column": 37 + }, + "end": { + "line": 427, + "column": 38 + } + } + }, + "property": { + "type": "Identifier", + "name": "external_flt_grid", + "range": [ + 11669, + 11686 + ], + "loc": { + "start": { + "line": 427, + "column": 39 + }, + "end": { + "line": 427, + "column": 56 + } + } + }, + "range": [ + 11667, + 11686 + ], + "loc": { + "start": { + "line": 427, + "column": 37 + }, + "end": { + "line": 427, + "column": 56 + } + } + } + ], + "range": [ + 11659, + 11687 + ], + "loc": { + "start": { + "line": 427, + "column": 29 + }, + "end": { + "line": 427, + "column": 57 + } + } + }, + "range": [ + 11638, + 11687 + ], + "loc": { + "start": { + "line": 427, + "column": 8 + }, + "end": { + "line": 427, + "column": 57 + } + } + }, + "range": [ + 11638, + 11688 + ], + "loc": { + "start": { + "line": 427, + "column": 8 + }, + "end": { + "line": 427, + "column": 58 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", + "range": [ + 11533, + 11629 + ], + "loc": { + "start": { + "line": 423, + "column": 8 + }, + "end": { + "line": 426, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", + "range": [ + 11698, + 11813 + ], + "loc": { + "start": { + "line": 429, + "column": 8 + }, + "end": { + "line": 432, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 11822, + 11826 + ], + "loc": { + "start": { + "line": 433, + "column": 8 + }, + "end": { + "line": 433, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "externalFltTgtIds", + "range": [ + 11827, + 11844 + ], + "loc": { + "start": { + "line": 433, + "column": 13 + }, + "end": { + "line": 433, + "column": 30 + } + } + }, + "range": [ + 11822, + 11844 + ], + "loc": { + "start": { + "line": 433, + "column": 8 + }, + "end": { + "line": 433, "column": 30 } } @@ -18516,16 +18698,16 @@ "type": "Identifier", "name": "f", "range": [ - 11677, - 11678 + 11847, + 11848 ], "loc": { "start": { - "line": 427, + "line": 433, "column": 33 }, "end": { - "line": 427, + "line": 433, "column": 34 } } @@ -18534,31 +18716,31 @@ "type": "Identifier", "name": "external_flt_grid_ids", "range": [ - 11679, - 11700 + 11849, + 11870 ], "loc": { "start": { - "line": 427, + "line": 433, "column": 35 }, "end": { - "line": 427, + "line": 433, "column": 56 } } }, "range": [ - 11677, - 11700 + 11847, + 11870 ], "loc": { "start": { - "line": 427, + "line": 433, "column": 33 }, "end": { - "line": 427, + "line": 433, "column": 56 } } @@ -18567,61 +18749,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11704, - 11706 + 11874, + 11876 ], "loc": { "start": { - "line": 427, + "line": 433, "column": 60 }, "end": { - "line": 427, + "line": 433, "column": 62 } } }, "range": [ - 11677, - 11706 + 11847, + 11876 ], "loc": { "start": { - "line": 427, + "line": 433, "column": 33 }, "end": { - "line": 427, + "line": 433, "column": 62 } } }, "range": [ - 11652, - 11706 + 11822, + 11876 ], "loc": { "start": { - "line": 427, + "line": 433, "column": 8 }, "end": { - "line": 427, + "line": 433, "column": 62 } } }, "range": [ - 11652, - 11707 + 11822, + 11877 ], "loc": { "start": { - "line": 427, + "line": 433, "column": 8 }, "end": { - "line": 427, + "line": 433, "column": 63 } }, @@ -18630,16 +18812,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11528, - 11643 + 11698, + 11813 ], "loc": { "start": { - "line": 423, + "line": 429, "column": 8 }, "end": { - "line": 426, + "line": 432, "column": 11 } } @@ -18650,16 +18832,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 11717, - 11814 + 11887, + 11984 ], "loc": { "start": { - "line": 429, + "line": 435, "column": 8 }, "end": { - "line": 432, + "line": 438, "column": 11 } } @@ -18677,16 +18859,16 @@ "object": { "type": "ThisExpression", "range": [ - 11823, - 11827 + 11993, + 11997 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 8 }, "end": { - "line": 433, + "line": 439, "column": 12 } } @@ -18695,31 +18877,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 11828, - 11843 + 11998, + 12013 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 13 }, "end": { - "line": 433, + "line": 439, "column": 28 } } }, "range": [ - 11823, - 11843 + 11993, + 12013 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 8 }, "end": { - "line": 433, + "line": 439, "column": 28 } } @@ -18732,16 +18914,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 11846, - 11850 + 12016, + 12020 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 31 }, "end": { - "line": 433, + "line": 439, "column": 35 } } @@ -18754,16 +18936,16 @@ "type": "Identifier", "name": "f", "range": [ - 11851, - 11852 + 12021, + 12022 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 36 }, "end": { - "line": 433, + "line": 439, "column": 37 } } @@ -18772,47 +18954,47 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 11853, - 11870 + 12023, + 12040 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 38 }, "end": { - "line": 433, + "line": 439, "column": 55 } } }, "range": [ - 11851, - 11870 + 12021, + 12040 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 36 }, "end": { - "line": 433, + "line": 439, "column": 55 } } } ], "range": [ - 11846, - 11871 + 12016, + 12041 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 31 }, "end": { - "line": 433, + "line": 439, "column": 56 } } @@ -18824,16 +19006,16 @@ "type": "Identifier", "name": "f", "range": [ - 11886, - 11887 + 12056, + 12057 ], "loc": { "start": { - "line": 434, + "line": 440, "column": 12 }, "end": { - "line": 434, + "line": 440, "column": 13 } } @@ -18842,31 +19024,31 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 11888, - 11905 + 12058, + 12075 ], "loc": { "start": { - "line": 434, + "line": 440, "column": 14 }, "end": { - "line": 434, + "line": 440, "column": 31 } } }, "range": [ - 11886, - 11905 + 12056, + 12075 ], "loc": { "start": { - "line": 434, + "line": 440, "column": 12 }, "end": { - "line": 434, + "line": 440, "column": 31 } } @@ -18876,61 +19058,61 @@ "value": null, "raw": "null", "range": [ - 11908, - 11912 + 12078, + 12082 ], "loc": { "start": { - "line": 434, + "line": 440, "column": 34 }, "end": { - "line": 434, + "line": 440, "column": 38 } } }, "range": [ - 11846, - 11912 + 12016, + 12082 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 31 }, "end": { - "line": 434, + "line": 440, "column": 38 } } }, "range": [ - 11823, - 11912 + 11993, + 12082 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 8 }, "end": { - "line": 434, + "line": 440, "column": 38 } } }, "range": [ - 11823, - 11913 + 11993, + 12083 ], "loc": { "start": { - "line": 433, + "line": 439, "column": 8 }, "end": { - "line": 434, + "line": 440, "column": 39 } }, @@ -18939,16 +19121,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 11717, - 11814 + 11887, + 11984 ], "loc": { "start": { - "line": 429, + "line": 435, "column": 8 }, "end": { - "line": 432, + "line": 438, "column": 11 } } @@ -18959,16 +19141,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 11923, - 12027 + 12093, + 12197 ], "loc": { "start": { - "line": 436, + "line": 442, "column": 8 }, "end": { - "line": 439, + "line": 445, "column": 11 } } @@ -18986,16 +19168,16 @@ "object": { "type": "ThisExpression", "range": [ - 12036, - 12040 + 12206, + 12210 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 8 }, "end": { - "line": 440, + "line": 446, "column": 12 } } @@ -19004,31 +19186,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 12041, - 12056 + 12211, + 12226 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 13 }, "end": { - "line": 440, + "line": 446, "column": 28 } } }, "range": [ - 12036, - 12056 + 12206, + 12226 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 8 }, "end": { - "line": 440, + "line": 446, "column": 28 } } @@ -19039,16 +19221,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12059, - 12066 + 12229, + 12236 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 31 }, "end": { - "line": 440, + "line": 446, "column": 38 } } @@ -19061,16 +19243,16 @@ "type": "Identifier", "name": "f", "range": [ - 12067, - 12068 + 12237, + 12238 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 39 }, "end": { - "line": 440, + "line": 446, "column": 40 } } @@ -19079,77 +19261,77 @@ "type": "Identifier", "name": "single_filter", "range": [ - 12069, - 12082 + 12239, + 12252 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 41 }, "end": { - "line": 440, + "line": 446, "column": 54 } } }, "range": [ - 12067, - 12082 + 12237, + 12252 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 39 }, "end": { - "line": 440, + "line": 446, "column": 54 } } } ], "range": [ - 12059, - 12083 + 12229, + 12253 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 31 }, "end": { - "line": 440, + "line": 446, "column": 55 } } }, "range": [ - 12036, - 12083 + 12206, + 12253 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 8 }, "end": { - "line": 440, + "line": 446, "column": 55 } } }, "range": [ - 12036, - 12084 + 12206, + 12254 ], "loc": { "start": { - "line": 440, + "line": 446, "column": 8 }, "end": { - "line": 440, + "line": 446, "column": 56 } }, @@ -19158,16 +19340,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 11923, - 12027 + 12093, + 12197 ], "loc": { "start": { - "line": 436, + "line": 442, "column": 8 }, "end": { - "line": 439, + "line": 445, "column": 11 } } @@ -19178,16 +19360,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12094, - 12205 + 12264, + 12375 ], "loc": { "start": { - "line": 442, + "line": 448, "column": 8 }, "end": { - "line": 445, + "line": 451, "column": 11 } } @@ -19205,16 +19387,16 @@ "object": { "type": "ThisExpression", "range": [ - 12214, - 12218 + 12384, + 12388 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 8 }, "end": { - "line": 446, + "line": 452, "column": 12 } } @@ -19223,31 +19405,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 12219, - 12233 + 12389, + 12403 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 13 }, "end": { - "line": 446, + "line": 452, "column": 27 } } }, "range": [ - 12214, - 12233 + 12384, + 12403 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 8 }, "end": { - "line": 446, + "line": 452, "column": 27 } } @@ -19260,16 +19442,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12236, - 12240 + 12406, + 12410 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 30 }, "end": { - "line": 446, + "line": 452, "column": 34 } } @@ -19282,16 +19464,16 @@ "type": "Identifier", "name": "f", "range": [ - 12241, - 12242 + 12411, + 12412 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 35 }, "end": { - "line": 446, + "line": 452, "column": 36 } } @@ -19300,47 +19482,47 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 12243, - 12259 + 12413, + 12429 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 37 }, "end": { - "line": 446, + "line": 452, "column": 53 } } }, "range": [ - 12241, - 12259 + 12411, + 12429 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 35 }, "end": { - "line": 446, + "line": 452, "column": 53 } } } ], "range": [ - 12236, - 12260 + 12406, + 12430 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 30 }, "end": { - "line": 446, + "line": 452, "column": 54 } } @@ -19352,16 +19534,16 @@ "type": "Identifier", "name": "f", "range": [ - 12275, - 12276 + 12445, + 12446 ], "loc": { "start": { - "line": 447, + "line": 453, "column": 12 }, "end": { - "line": 447, + "line": 453, "column": 13 } } @@ -19370,31 +19552,31 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 12277, - 12293 + 12447, + 12463 ], "loc": { "start": { - "line": 447, + "line": 453, "column": 14 }, "end": { - "line": 447, + "line": 453, "column": 30 } } }, "range": [ - 12275, - 12293 + 12445, + 12463 ], "loc": { "start": { - "line": 447, + "line": 453, "column": 12 }, "end": { - "line": 447, + "line": 453, "column": 30 } } @@ -19404,61 +19586,61 @@ "value": null, "raw": "null", "range": [ - 12296, - 12300 + 12466, + 12470 ], "loc": { "start": { - "line": 447, + "line": 453, "column": 33 }, "end": { - "line": 447, + "line": 453, "column": 37 } } }, "range": [ - 12236, - 12300 + 12406, + 12470 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 30 }, "end": { - "line": 447, + "line": 453, "column": 37 } } }, "range": [ - 12214, - 12300 + 12384, + 12470 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 8 }, "end": { - "line": 447, + "line": 453, "column": 37 } } }, "range": [ - 12214, - 12301 + 12384, + 12471 ], "loc": { "start": { - "line": 446, + "line": 452, "column": 8 }, "end": { - "line": 447, + "line": 453, "column": 38 } }, @@ -19467,16 +19649,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12094, - 12205 + 12264, + 12375 ], "loc": { "start": { - "line": 442, + "line": 448, "column": 8 }, "end": { - "line": 445, + "line": 451, "column": 11 } } @@ -19487,16 +19669,16 @@ "type": "Block", "value": "*\n * List of columns implementing custom filtering\n * @type {Array}\n ", "range": [ - 12311, - 12408 + 12481, + 12578 ], "loc": { "start": { - "line": 449, + "line": 455, "column": 8 }, "end": { - "line": 452, + "line": 458, "column": 11 } } @@ -19514,16 +19696,16 @@ "object": { "type": "ThisExpression", "range": [ - 12417, - 12421 + 12587, + 12591 ], "loc": { "start": { - "line": 453, + "line": 459, "column": 8 }, "end": { - "line": 453, + "line": 459, "column": 12 } } @@ -19532,31 +19714,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 12422, - 12440 + 12592, + 12610 ], "loc": { "start": { - "line": 453, + "line": 459, "column": 13 }, "end": { - "line": 453, + "line": 459, "column": 31 } } }, "range": [ - 12417, - 12440 + 12587, + 12610 ], "loc": { "start": { - "line": 453, + "line": 459, "column": 8 }, "end": { - "line": 453, + "line": 459, "column": 31 } } @@ -19570,16 +19752,16 @@ "type": "Identifier", "name": "f", "range": [ - 12443, - 12444 + 12613, + 12614 ], "loc": { "start": { - "line": 453, + "line": 459, "column": 34 }, "end": { - "line": 453, + "line": 459, "column": 35 } } @@ -19588,31 +19770,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 12445, - 12466 + 12615, + 12636 ], "loc": { "start": { - "line": 453, + "line": 459, "column": 36 }, "end": { - "line": 453, + "line": 459, "column": 57 } } }, "range": [ - 12443, - 12466 + 12613, + 12636 ], "loc": { "start": { - "line": 453, + "line": 459, "column": 34 }, "end": { - "line": 453, + "line": 459, "column": 57 } } @@ -19624,16 +19806,16 @@ "type": "Identifier", "name": "f", "range": [ - 12481, - 12482 + 12651, + 12652 ], "loc": { "start": { - "line": 454, + "line": 460, "column": 12 }, "end": { - "line": 454, + "line": 460, "column": 13 } } @@ -19642,31 +19824,31 @@ "type": "Identifier", "name": "custom_cell_data_cols", "range": [ - 12483, - 12504 + 12653, + 12674 ], "loc": { "start": { - "line": 454, + "line": 460, "column": 14 }, "end": { - "line": 454, + "line": 460, "column": 35 } } }, "range": [ - 12481, - 12504 + 12651, + 12674 ], "loc": { "start": { - "line": 454, + "line": 460, "column": 12 }, "end": { - "line": 454, + "line": 460, "column": 35 } } @@ -19675,61 +19857,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12507, - 12509 + 12677, + 12679 ], "loc": { "start": { - "line": 454, + "line": 460, "column": 38 }, "end": { - "line": 454, + "line": 460, "column": 40 } } }, "range": [ - 12443, - 12509 + 12613, + 12679 ], "loc": { "start": { - "line": 453, + "line": 459, "column": 34 }, "end": { - "line": 454, + "line": 460, "column": 40 } } }, "range": [ - 12417, - 12509 + 12587, + 12679 ], "loc": { "start": { - "line": 453, + "line": 459, "column": 8 }, "end": { - "line": 454, + "line": 460, "column": 40 } } }, "range": [ - 12417, - 12510 + 12587, + 12680 ], "loc": { "start": { - "line": 453, + "line": 459, "column": 8 }, "end": { - "line": 454, + "line": 460, "column": 41 } }, @@ -19738,16 +19920,16 @@ "type": "Block", "value": "*\n * List of columns implementing custom filtering\n * @type {Array}\n ", "range": [ - 12311, - 12408 + 12481, + 12578 ], "loc": { "start": { - "line": 449, + "line": 455, "column": 8 }, "end": { - "line": 452, + "line": 458, "column": 11 } } @@ -19758,16 +19940,16 @@ "type": "Block", "value": "*\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n ", "range": [ - 12520, - 12635 + 12690, + 12805 ], "loc": { "start": { - "line": 456, + "line": 462, "column": 8 }, "end": { - "line": 459, + "line": 465, "column": 11 } } @@ -19785,16 +19967,16 @@ "object": { "type": "ThisExpression", "range": [ - 12644, - 12648 + 12814, + 12818 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 8 }, "end": { - "line": 460, + "line": 466, "column": 12 } } @@ -19803,31 +19985,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 12649, - 12663 + 12819, + 12833 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 13 }, "end": { - "line": 460, + "line": 466, "column": 27 } } }, "range": [ - 12644, - 12663 + 12814, + 12833 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 8 }, "end": { - "line": 460, + "line": 466, "column": 27 } } @@ -19840,16 +20022,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12666, - 12670 + 12836, + 12840 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 30 }, "end": { - "line": 460, + "line": 466, "column": 34 } } @@ -19862,16 +20044,16 @@ "type": "Identifier", "name": "f", "range": [ - 12671, - 12672 + 12841, + 12842 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 35 }, "end": { - "line": 460, + "line": 466, "column": 36 } } @@ -19880,47 +20062,47 @@ "type": "Identifier", "name": "custom_cell_data", "range": [ - 12673, - 12689 + 12843, + 12859 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 37 }, "end": { - "line": 460, + "line": 466, "column": 53 } } }, "range": [ - 12671, - 12689 + 12841, + 12859 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 35 }, "end": { - "line": 460, + "line": 466, "column": 53 } } } ], "range": [ - 12666, - 12690 + 12836, + 12860 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 30 }, "end": { - "line": 460, + "line": 466, "column": 54 } } @@ -19932,16 +20114,16 @@ "type": "Identifier", "name": "f", "range": [ - 12705, - 12706 + 12875, + 12876 ], "loc": { "start": { - "line": 461, + "line": 467, "column": 12 }, "end": { - "line": 461, + "line": 467, "column": 13 } } @@ -19950,31 +20132,31 @@ "type": "Identifier", "name": "custom_cell_data", "range": [ - 12707, - 12723 + 12877, + 12893 ], "loc": { "start": { - "line": 461, + "line": 467, "column": 14 }, "end": { - "line": 461, + "line": 467, "column": 30 } } }, "range": [ - 12705, - 12723 + 12875, + 12893 ], "loc": { "start": { - "line": 461, + "line": 467, "column": 12 }, "end": { - "line": 461, + "line": 467, "column": 30 } } @@ -19984,61 +20166,61 @@ "value": null, "raw": "null", "range": [ - 12726, - 12730 + 12896, + 12900 ], "loc": { "start": { - "line": 461, + "line": 467, "column": 33 }, "end": { - "line": 461, + "line": 467, "column": 37 } } }, "range": [ - 12666, - 12730 + 12836, + 12900 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 30 }, "end": { - "line": 461, + "line": 467, "column": 37 } } }, "range": [ - 12644, - 12730 + 12814, + 12900 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 8 }, "end": { - "line": 461, + "line": 467, "column": 37 } } }, "range": [ - 12644, - 12731 + 12814, + 12901 ], "loc": { "start": { - "line": 460, + "line": 466, "column": 8 }, "end": { - "line": 461, + "line": 467, "column": 38 } }, @@ -20047,16 +20229,16 @@ "type": "Block", "value": "*\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n ", "range": [ - 12520, - 12635 + 12690, + 12805 ], "loc": { "start": { - "line": 456, + "line": 462, "column": 8 }, "end": { - "line": 459, + "line": 465, "column": 11 } } @@ -20067,16 +20249,16 @@ "type": "Block", "value": "*\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n ", "range": [ - 12741, - 12907 + 12911, + 13077 ], "loc": { "start": { - "line": 463, + "line": 469, "column": 8 }, "end": { - "line": 467, + "line": 473, "column": 11 } } @@ -20094,16 +20276,16 @@ "object": { "type": "ThisExpression", "range": [ - 12916, - 12920 + 13086, + 13090 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 8 }, "end": { - "line": 468, + "line": 474, "column": 12 } } @@ -20112,31 +20294,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 12921, - 12930 + 13091, + 13100 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 13 }, "end": { - "line": 468, + "line": 474, "column": 22 } } }, "range": [ - 12916, - 12930 + 13086, + 13100 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 8 }, "end": { - "line": 468, + "line": 474, "column": 22 } } @@ -20151,16 +20333,16 @@ "type": "Identifier", "name": "f", "range": [ - 12933, - 12934 + 13103, + 13104 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 25 }, "end": { - "line": 468, + "line": 474, "column": 26 } } @@ -20169,31 +20351,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 12935, - 12944 + 13105, + 13114 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 27 }, "end": { - "line": 468, + "line": 474, "column": 36 } } }, "range": [ - 12933, - 12944 + 13103, + 13114 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 25 }, "end": { - "line": 468, + "line": 474, "column": 36 } } @@ -20203,61 +20385,61 @@ "value": "", "raw": "''", "range": [ - 12948, - 12950 + 13118, + 13120 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 40 }, "end": { - "line": 468, + "line": 474, "column": 42 } } }, "range": [ - 12933, - 12950 + 13103, + 13120 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 25 }, "end": { - "line": 468, + "line": 474, "column": 42 } } }, "range": [ - 12916, - 12950 + 13086, + 13120 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 8 }, "end": { - "line": 468, + "line": 474, "column": 42 } } }, "range": [ - 12916, - 12951 + 13086, + 13121 ], "loc": { "start": { - "line": 468, + "line": 474, "column": 8 }, "end": { - "line": 468, + "line": 474, "column": 43 } }, @@ -20266,16 +20448,16 @@ "type": "Block", "value": "*\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n ", "range": [ - 12741, - 12907 + 12911, + 13077 ], "loc": { "start": { - "line": 463, + "line": 469, "column": 8 }, "end": { - "line": 467, + "line": 473, "column": 11 } } @@ -20286,16 +20468,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 12961, - 13086 + 13131, + 13256 ], "loc": { "start": { - "line": 470, + "line": 476, "column": 8 }, "end": { - "line": 474, + "line": 480, "column": 11 } } @@ -20313,16 +20495,16 @@ "object": { "type": "ThisExpression", "range": [ - 13095, - 13099 + 13265, + 13269 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 8 }, "end": { - "line": 475, + "line": 481, "column": 12 } } @@ -20331,31 +20513,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 13100, - 13116 + 13270, + 13286 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 13 }, "end": { - "line": 475, + "line": 481, "column": 29 } } }, "range": [ - 13095, - 13116 + 13265, + 13286 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 8 }, "end": { - "line": 475, + "line": 481, "column": 29 } } @@ -20366,16 +20548,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 13119, - 13126 + 13289, + 13296 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 32 }, "end": { - "line": 475, + "line": 481, "column": 39 } } @@ -20387,16 +20569,16 @@ "object": { "type": "ThisExpression", "range": [ - 13127, - 13131 + 13297, + 13301 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 40 }, "end": { - "line": 475, + "line": 481, "column": 44 } } @@ -20405,77 +20587,77 @@ "type": "Identifier", "name": "watermark", "range": [ - 13132, - 13141 + 13302, + 13311 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 45 }, "end": { - "line": 475, + "line": 481, "column": 54 } } }, "range": [ - 13127, - 13141 + 13297, + 13311 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 40 }, "end": { - "line": 475, + "line": 481, "column": 54 } } } ], "range": [ - 13119, - 13142 + 13289, + 13312 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 32 }, "end": { - "line": 475, + "line": 481, "column": 55 } } }, "range": [ - 13095, - 13142 + 13265, + 13312 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 8 }, "end": { - "line": 475, + "line": 481, "column": 55 } } }, "range": [ - 13095, - 13143 + 13265, + 13313 ], "loc": { "start": { - "line": 475, + "line": 481, "column": 8 }, "end": { - "line": 475, + "line": 481, "column": 56 } }, @@ -20484,231 +20666,12 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 12961, - 13086 + 13131, + 13256 ], "loc": { "start": { - "line": 470, - "column": 8 - }, - "end": { - "line": 474, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", - "range": [ - 13153, - 13235 - ], - "loc": { - "start": { - "line": 477, - "column": 8 - }, - "end": { - "line": 480, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 13244, - 13248 - ], - "loc": { - "start": { - "line": 481, - "column": 8 - }, - "end": { - "line": 481, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "toolBarTgtId", - "range": [ - 13249, - 13261 - ], - "loc": { - "start": { - "line": 481, - "column": 13 - }, - "end": { - "line": 481, - "column": 25 - } - } - }, - "range": [ - 13244, - 13261 - ], - "loc": { - "start": { - "line": 481, - "column": 8 - }, - "end": { - "line": 481, - "column": 25 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 13264, - 13265 - ], - "loc": { - "start": { - "line": 481, - "column": 28 - }, - "end": { - "line": 481, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "toolbar_target_id", - "range": [ - 13266, - 13283 - ], - "loc": { - "start": { - "line": 481, - "column": 30 - }, - "end": { - "line": 481, - "column": 47 - } - } - }, - "range": [ - 13264, - 13283 - ], - "loc": { - "start": { - "line": 481, - "column": 28 - }, - "end": { - "line": 481, - "column": 47 - } - } - }, - "right": { - "type": "Literal", - "value": null, - "raw": "null", - "range": [ - 13287, - 13291 - ], - "loc": { - "start": { - "line": 481, - "column": 51 - }, - "end": { - "line": 481, - "column": 55 - } - } - }, - "range": [ - 13264, - 13291 - ], - "loc": { - "start": { - "line": 481, - "column": 28 - }, - "end": { - "line": 481, - "column": 55 - } - } - }, - "range": [ - 13244, - 13291 - ], - "loc": { - "start": { - "line": 481, - "column": 8 - }, - "end": { - "line": 481, - "column": 55 - } - } - }, - "range": [ - 13244, - 13292 - ], - "loc": { - "start": { - "line": 481, - "column": 8 - }, - "end": { - "line": 481, - "column": 56 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", - "range": [ - 13153, - 13235 - ], - "loc": { - "start": { - "line": 477, + "line": 476, "column": 8 }, "end": { @@ -20721,10 +20684,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", + "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13302, - 13402 + 13323, + 13405 ], "loc": { "start": { @@ -20750,8 +20713,8 @@ "object": { "type": "ThisExpression", "range": [ - 13411, - 13415 + 13414, + 13418 ], "loc": { "start": { @@ -20766,10 +20729,10 @@ }, "property": { "type": "Identifier", - "name": "help", + "name": "toolBarTgtId", "range": [ - 13416, - 13420 + 13419, + 13431 ], "loc": { "start": { @@ -20778,13 +20741,13 @@ }, "end": { "line": 487, - "column": 17 + "column": 25 } } }, "range": [ - 13411, - 13420 + 13414, + 13431 ], "loc": { "start": { @@ -20793,6 +20756,225 @@ }, "end": { "line": 487, + "column": 25 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 13434, + 13435 + ], + "loc": { + "start": { + "line": 487, + "column": 28 + }, + "end": { + "line": 487, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "toolbar_target_id", + "range": [ + 13436, + 13453 + ], + "loc": { + "start": { + "line": 487, + "column": 30 + }, + "end": { + "line": 487, + "column": 47 + } + } + }, + "range": [ + 13434, + 13453 + ], + "loc": { + "start": { + "line": 487, + "column": 28 + }, + "end": { + "line": 487, + "column": 47 + } + } + }, + "right": { + "type": "Literal", + "value": null, + "raw": "null", + "range": [ + 13457, + 13461 + ], + "loc": { + "start": { + "line": 487, + "column": 51 + }, + "end": { + "line": 487, + "column": 55 + } + } + }, + "range": [ + 13434, + 13461 + ], + "loc": { + "start": { + "line": 487, + "column": 28 + }, + "end": { + "line": 487, + "column": 55 + } + } + }, + "range": [ + 13414, + 13461 + ], + "loc": { + "start": { + "line": 487, + "column": 8 + }, + "end": { + "line": 487, + "column": 55 + } + } + }, + "range": [ + 13414, + 13462 + ], + "loc": { + "start": { + "line": 487, + "column": 8 + }, + "end": { + "line": 487, + "column": 56 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", + "range": [ + 13323, + 13405 + ], + "loc": { + "start": { + "line": 483, + "column": 8 + }, + "end": { + "line": 486, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", + "range": [ + 13472, + 13572 + ], + "loc": { + "start": { + "line": 489, + "column": 8 + }, + "end": { + "line": 492, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 13581, + 13585 + ], + "loc": { + "start": { + "line": 493, + "column": 8 + }, + "end": { + "line": 493, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "help", + "range": [ + 13586, + 13590 + ], + "loc": { + "start": { + "line": 493, + "column": 13 + }, + "end": { + "line": 493, + "column": 17 + } + } + }, + "range": [ + 13581, + 13590 + ], + "loc": { + "start": { + "line": 493, + "column": 8 + }, + "end": { + "line": 493, "column": 17 } } @@ -20805,16 +20987,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 13423, - 13430 + 13593, + 13600 ], "loc": { "start": { - "line": 487, + "line": 493, "column": 20 }, "end": { - "line": 487, + "line": 493, "column": 27 } } @@ -20827,16 +21009,16 @@ "type": "Identifier", "name": "f", "range": [ - 13431, - 13432 + 13601, + 13602 ], "loc": { "start": { - "line": 487, + "line": 493, "column": 28 }, "end": { - "line": 487, + "line": 493, "column": 29 } } @@ -20845,47 +21027,47 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 13433, - 13450 + 13603, + 13620 ], "loc": { "start": { - "line": 487, + "line": 493, "column": 30 }, "end": { - "line": 487, + "line": 493, "column": 47 } } }, "range": [ - 13431, - 13450 + 13601, + 13620 ], "loc": { "start": { - "line": 487, + "line": 493, "column": 28 }, "end": { - "line": 487, + "line": 493, "column": 47 } } } ], "range": [ - 13423, - 13451 + 13593, + 13621 ], "loc": { "start": { - "line": 487, + "line": 493, "column": 20 }, "end": { - "line": 487, + "line": 493, "column": 48 } } @@ -20894,16 +21076,16 @@ "type": "Identifier", "name": "undefined", "range": [ - 13466, - 13475 + 13636, + 13645 ], "loc": { "start": { - "line": 488, + "line": 494, "column": 12 }, "end": { - "line": 488, + "line": 494, "column": 21 } } @@ -20914,16 +21096,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13478, - 13485 + 13648, + 13655 ], "loc": { "start": { - "line": 488, + "line": 494, "column": 24 }, "end": { - "line": 488, + "line": 494, "column": 31 } } @@ -20936,16 +21118,16 @@ "type": "Identifier", "name": "f", "range": [ - 13486, - 13487 + 13656, + 13657 ], "loc": { "start": { - "line": 488, + "line": 494, "column": 32 }, "end": { - "line": 488, + "line": 494, "column": 33 } } @@ -20954,92 +21136,92 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 13488, - 13505 + 13658, + 13675 ], "loc": { "start": { - "line": 488, + "line": 494, "column": 34 }, "end": { - "line": 488, + "line": 494, "column": 51 } } }, "range": [ - 13486, - 13505 + 13656, + 13675 ], "loc": { "start": { - "line": 488, + "line": 494, "column": 32 }, "end": { - "line": 488, + "line": 494, "column": 51 } } } ], "range": [ - 13478, - 13506 + 13648, + 13676 ], "loc": { "start": { - "line": 488, + "line": 494, "column": 24 }, "end": { - "line": 488, + "line": 494, "column": 52 } } }, "range": [ - 13423, - 13506 + 13593, + 13676 ], "loc": { "start": { - "line": 487, + "line": 493, "column": 20 }, "end": { - "line": 488, + "line": 494, "column": 52 } } }, "range": [ - 13411, - 13506 + 13581, + 13676 ], "loc": { "start": { - "line": 487, + "line": 493, "column": 8 }, "end": { - "line": 488, + "line": 494, "column": 52 } } }, "range": [ - 13411, - 13507 + 13581, + 13677 ], "loc": { "start": { - "line": 487, + "line": 493, "column": 8 }, "end": { - "line": 488, + "line": 494, "column": 53 } }, @@ -21048,16 +21230,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13302, - 13402 + 13472, + 13572 ], "loc": { "start": { - "line": 483, + "line": 489, "column": 8 }, "end": { - "line": 486, + "line": 492, "column": 11 } } @@ -21068,16 +21250,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13517, - 13616 + 13687, + 13786 ], "loc": { "start": { - "line": 490, + "line": 496, "column": 8 }, "end": { - "line": 493, + "line": 499, "column": 11 } } @@ -21095,16 +21277,16 @@ "object": { "type": "ThisExpression", "range": [ - 13625, - 13629 + 13795, + 13799 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 8 }, "end": { - "line": 494, + "line": 500, "column": 12 } } @@ -21113,31 +21295,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 13630, - 13642 + 13800, + 13812 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 13 }, "end": { - "line": 494, + "line": 500, "column": 25 } } }, "range": [ - 13625, - 13642 + 13795, + 13812 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 8 }, "end": { - "line": 494, + "line": 500, "column": 25 } } @@ -21148,16 +21330,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13645, - 13652 + 13815, + 13822 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 28 }, "end": { - "line": 494, + "line": 500, "column": 35 } } @@ -21170,16 +21352,16 @@ "type": "Identifier", "name": "f", "range": [ - 13653, - 13654 + 13823, + 13824 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 36 }, "end": { - "line": 494, + "line": 500, "column": 37 } } @@ -21188,77 +21370,77 @@ "type": "Identifier", "name": "popup_filters", "range": [ - 13655, - 13668 + 13825, + 13838 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 38 }, "end": { - "line": 494, + "line": 500, "column": 51 } } }, "range": [ - 13653, - 13668 + 13823, + 13838 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 36 }, "end": { - "line": 494, + "line": 500, "column": 51 } } } ], "range": [ - 13645, - 13669 + 13815, + 13839 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 28 }, "end": { - "line": 494, + "line": 500, "column": 52 } } }, "range": [ - 13625, - 13669 + 13795, + 13839 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 8 }, "end": { - "line": 494, + "line": 500, "column": 52 } } }, "range": [ - 13625, - 13670 + 13795, + 13840 ], "loc": { "start": { - "line": 494, + "line": 500, "column": 8 }, "end": { - "line": 494, + "line": 500, "column": 53 } }, @@ -21267,227 +21449,8 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13517, - 13616 - ], - "loc": { - "start": { - "line": 490, - "column": 8 - }, - "end": { - "line": 493, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", - "range": [ - 13680, - 13797 - ], - "loc": { - "start": { - "line": 496, - "column": 8 - }, - "end": { - "line": 499, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 13806, - 13810 - ], - "loc": { - "start": { - "line": 500, - "column": 8 - }, - "end": { - "line": 500, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "markActiveColumns", - "range": [ - 13811, - 13828 - ], - "loc": { - "start": { - "line": 500, - "column": 13 - }, - "end": { - "line": 500, - "column": 30 - } - } - }, - "range": [ - 13806, - 13828 - ], - "loc": { - "start": { - "line": 500, - "column": 8 - }, - "end": { - "line": 500, - "column": 30 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 13831, - 13838 - ], - "loc": { - "start": { - "line": 500, - "column": 33 - }, - "end": { - "line": 500, - "column": 40 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 13839, - 13840 - ], - "loc": { - "start": { - "line": 500, - "column": 41 - }, - "end": { - "line": 500, - "column": 42 - } - } - }, - "property": { - "type": "Identifier", - "name": "mark_active_columns", - "range": [ - 13841, - 13860 - ], - "loc": { - "start": { - "line": 500, - "column": 43 - }, - "end": { - "line": 500, - "column": 62 - } - } - }, - "range": [ - 13839, - 13860 - ], - "loc": { - "start": { - "line": 500, - "column": 41 - }, - "end": { - "line": 500, - "column": 62 - } - } - } - ], - "range": [ - 13831, - 13861 - ], - "loc": { - "start": { - "line": 500, - "column": 33 - }, - "end": { - "line": 500, - "column": 63 - } - } - }, - "range": [ - 13806, - 13861 - ], - "loc": { - "start": { - "line": 500, - "column": 8 - }, - "end": { - "line": 500, - "column": 63 - } - } - }, - "range": [ - 13806, - 13862 - ], - "loc": { - "start": { - "line": 500, - "column": 8 - }, - "end": { - "line": 500, - "column": 64 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", - "range": [ - 13680, - 13797 + 13687, + 13786 ], "loc": { "start": { @@ -21504,10 +21467,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", + "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 13872, - 13964 + 13850, + 13967 ], "loc": { "start": { @@ -21533,8 +21496,8 @@ "object": { "type": "ThisExpression", "range": [ - 13973, - 13977 + 13976, + 13980 ], "loc": { "start": { @@ -21549,10 +21512,10 @@ }, "property": { "type": "Identifier", - "name": "activeColumnsCssClass", + "name": "markActiveColumns", "range": [ - 13978, - 13999 + 13981, + 13998 ], "loc": { "start": { @@ -21561,13 +21524,13 @@ }, "end": { "line": 506, - "column": 34 + "column": 30 } } }, "range": [ - 13973, - 13999 + 13976, + 13998 ], "loc": { "start": { @@ -21576,6 +21539,225 @@ }, "end": { "line": 506, + "column": 30 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 14001, + 14008 + ], + "loc": { + "start": { + "line": 506, + "column": 33 + }, + "end": { + "line": 506, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 14009, + 14010 + ], + "loc": { + "start": { + "line": 506, + "column": 41 + }, + "end": { + "line": 506, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "mark_active_columns", + "range": [ + 14011, + 14030 + ], + "loc": { + "start": { + "line": 506, + "column": 43 + }, + "end": { + "line": 506, + "column": 62 + } + } + }, + "range": [ + 14009, + 14030 + ], + "loc": { + "start": { + "line": 506, + "column": 41 + }, + "end": { + "line": 506, + "column": 62 + } + } + } + ], + "range": [ + 14001, + 14031 + ], + "loc": { + "start": { + "line": 506, + "column": 33 + }, + "end": { + "line": 506, + "column": 63 + } + } + }, + "range": [ + 13976, + 14031 + ], + "loc": { + "start": { + "line": 506, + "column": 8 + }, + "end": { + "line": 506, + "column": 63 + } + } + }, + "range": [ + 13976, + 14032 + ], + "loc": { + "start": { + "line": 506, + "column": 8 + }, + "end": { + "line": 506, + "column": 64 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", + "range": [ + 13850, + 13967 + ], + "loc": { + "start": { + "line": 502, + "column": 8 + }, + "end": { + "line": 505, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", + "range": [ + 14042, + 14134 + ], + "loc": { + "start": { + "line": 508, + "column": 8 + }, + "end": { + "line": 511, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 14143, + 14147 + ], + "loc": { + "start": { + "line": 512, + "column": 8 + }, + "end": { + "line": 512, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "activeColumnsCssClass", + "range": [ + 14148, + 14169 + ], + "loc": { + "start": { + "line": 512, + "column": 13 + }, + "end": { + "line": 512, + "column": 34 + } + } + }, + "range": [ + 14143, + 14169 + ], + "loc": { + "start": { + "line": 512, + "column": 8 + }, + "end": { + "line": 512, "column": 34 } } @@ -21590,16 +21772,16 @@ "type": "Identifier", "name": "f", "range": [ - 14002, - 14003 + 14172, + 14173 ], "loc": { "start": { - "line": 506, + "line": 512, "column": 37 }, "end": { - "line": 506, + "line": 512, "column": 38 } } @@ -21608,31 +21790,31 @@ "type": "Identifier", "name": "active_columns_css_class", "range": [ - 14004, - 14028 + 14174, + 14198 ], "loc": { "start": { - "line": 506, + "line": 512, "column": 39 }, "end": { - "line": 506, + "line": 512, "column": 63 } } }, "range": [ - 14002, - 14028 + 14172, + 14198 ], "loc": { "start": { - "line": 506, + "line": 512, "column": 37 }, "end": { - "line": 506, + "line": 512, "column": 63 } } @@ -21642,61 +21824,61 @@ "value": "activeHeader", "raw": "'activeHeader'", "range": [ - 14044, - 14058 + 14214, + 14228 ], "loc": { "start": { - "line": 507, + "line": 513, "column": 12 }, "end": { - "line": 507, + "line": 513, "column": 26 } } }, "range": [ - 14002, - 14058 + 14172, + 14228 ], "loc": { "start": { - "line": 506, + "line": 512, "column": 37 }, "end": { - "line": 507, + "line": 513, "column": 26 } } }, "range": [ - 13973, - 14058 + 14143, + 14228 ], "loc": { "start": { - "line": 506, + "line": 512, "column": 8 }, "end": { - "line": 507, + "line": 513, "column": 26 } } }, "range": [ - 13973, - 14059 + 14143, + 14229 ], "loc": { "start": { - "line": 506, + "line": 512, "column": 8 }, "end": { - "line": 507, + "line": 513, "column": 27 } }, @@ -21705,16 +21887,16 @@ "type": "Block", "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", "range": [ - 13872, - 13964 + 14042, + 14134 ], "loc": { "start": { - "line": 502, + "line": 508, "column": 8 }, "end": { - "line": 505, + "line": 511, "column": 11 } } @@ -21725,16 +21907,16 @@ "type": "Block", "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14069, - 14176 + 14239, + 14346 ], "loc": { "start": { - "line": 509, + "line": 515, "column": 8 }, "end": { - "line": 512, + "line": 518, "column": 11 } } @@ -21752,16 +21934,16 @@ "object": { "type": "ThisExpression", "range": [ - 14185, - 14189 + 14355, + 14359 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 8 }, "end": { - "line": 513, + "line": 519, "column": 12 } } @@ -21770,31 +21952,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 14190, - 14210 + 14360, + 14380 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 13 }, "end": { - "line": 513, + "line": 519, "column": 33 } } }, "range": [ - 14185, - 14210 + 14355, + 14380 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 8 }, "end": { - "line": 513, + "line": 519, "column": 33 } } @@ -21807,16 +21989,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 14213, - 14217 + 14383, + 14387 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 36 }, "end": { - "line": 513, + "line": 519, "column": 40 } } @@ -21829,16 +22011,16 @@ "type": "Identifier", "name": "f", "range": [ - 14218, - 14219 + 14388, + 14389 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 41 }, "end": { - "line": 513, + "line": 519, "column": 42 } } @@ -21847,47 +22029,47 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 14220, - 14243 + 14390, + 14413 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 43 }, "end": { - "line": 513, + "line": 519, "column": 66 } } }, "range": [ - 14218, - 14243 + 14388, + 14413 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 41 }, "end": { - "line": 513, + "line": 519, "column": 66 } } } ], "range": [ - 14213, - 14244 + 14383, + 14414 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 36 }, "end": { - "line": 513, + "line": 519, "column": 67 } } @@ -21899,16 +22081,16 @@ "type": "Identifier", "name": "f", "range": [ - 14259, - 14260 + 14429, + 14430 ], "loc": { "start": { - "line": 514, + "line": 520, "column": 12 }, "end": { - "line": 514, + "line": 520, "column": 13 } } @@ -21917,31 +22099,31 @@ "type": "Identifier", "name": "on_before_active_column", "range": [ - 14261, - 14284 + 14431, + 14454 ], "loc": { "start": { - "line": 514, + "line": 520, "column": 14 }, "end": { - "line": 514, + "line": 520, "column": 37 } } }, "range": [ - 14259, - 14284 + 14429, + 14454 ], "loc": { "start": { - "line": 514, + "line": 520, "column": 12 }, "end": { - "line": 514, + "line": 520, "column": 37 } } @@ -21951,61 +22133,61 @@ "value": null, "raw": "null", "range": [ - 14287, - 14291 + 14457, + 14461 ], "loc": { "start": { - "line": 514, + "line": 520, "column": 40 }, "end": { - "line": 514, + "line": 520, "column": 44 } } }, "range": [ - 14213, - 14291 + 14383, + 14461 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 36 }, "end": { - "line": 514, + "line": 520, "column": 44 } } }, "range": [ - 14185, - 14291 + 14355, + 14461 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 8 }, "end": { - "line": 514, + "line": 520, "column": 44 } } }, "range": [ - 14185, - 14292 + 14355, + 14462 ], "loc": { "start": { - "line": 513, + "line": 519, "column": 8 }, "end": { - "line": 514, + "line": 520, "column": 45 } }, @@ -22014,16 +22196,16 @@ "type": "Block", "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14069, - 14176 + 14239, + 14346 ], "loc": { "start": { - "line": 509, + "line": 515, "column": 8 }, "end": { - "line": 512, + "line": 518, "column": 11 } } @@ -22034,16 +22216,16 @@ "type": "Block", "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14302, - 14408 + 14472, + 14578 ], "loc": { "start": { - "line": 516, + "line": 522, "column": 8 }, "end": { - "line": 519, + "line": 525, "column": 11 } } @@ -22061,16 +22243,16 @@ "object": { "type": "ThisExpression", "range": [ - 14417, - 14421 + 14587, + 14591 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 8 }, "end": { - "line": 520, + "line": 526, "column": 12 } } @@ -22079,31 +22261,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 14422, - 14441 + 14592, + 14611 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 13 }, "end": { - "line": 520, + "line": 526, "column": 32 } } }, "range": [ - 14417, - 14441 + 14587, + 14611 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 8 }, "end": { - "line": 520, + "line": 526, "column": 32 } } @@ -22116,16 +22298,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 14444, - 14448 + 14614, + 14618 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 35 }, "end": { - "line": 520, + "line": 526, "column": 39 } } @@ -22138,16 +22320,16 @@ "type": "Identifier", "name": "f", "range": [ - 14449, - 14450 + 14619, + 14620 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 40 }, "end": { - "line": 520, + "line": 526, "column": 41 } } @@ -22156,47 +22338,47 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 14451, - 14473 + 14621, + 14643 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 42 }, "end": { - "line": 520, + "line": 526, "column": 64 } } }, "range": [ - 14449, - 14473 + 14619, + 14643 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 40 }, "end": { - "line": 520, + "line": 526, "column": 64 } } } ], "range": [ - 14444, - 14474 + 14614, + 14644 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 35 }, "end": { - "line": 520, + "line": 526, "column": 65 } } @@ -22208,16 +22390,16 @@ "type": "Identifier", "name": "f", "range": [ - 14489, - 14490 + 14659, + 14660 ], "loc": { "start": { - "line": 521, + "line": 527, "column": 12 }, "end": { - "line": 521, + "line": 527, "column": 13 } } @@ -22226,31 +22408,31 @@ "type": "Identifier", "name": "on_after_active_column", "range": [ - 14491, - 14513 + 14661, + 14683 ], "loc": { "start": { - "line": 521, + "line": 527, "column": 14 }, "end": { - "line": 521, + "line": 527, "column": 36 } } }, "range": [ - 14489, - 14513 + 14659, + 14683 ], "loc": { "start": { - "line": 521, + "line": 527, "column": 12 }, "end": { - "line": 521, + "line": 527, "column": 36 } } @@ -22260,61 +22442,61 @@ "value": null, "raw": "null", "range": [ - 14516, - 14520 + 14686, + 14690 ], "loc": { "start": { - "line": 521, + "line": 527, "column": 39 }, "end": { - "line": 521, + "line": 527, "column": 43 } } }, "range": [ - 14444, - 14520 + 14614, + 14690 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 35 }, "end": { - "line": 521, + "line": 527, "column": 43 } } }, "range": [ - 14417, - 14520 + 14587, + 14690 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 8 }, "end": { - "line": 521, + "line": 527, "column": 43 } } }, "range": [ - 14417, - 14521 + 14587, + 14691 ], "loc": { "start": { - "line": 520, + "line": 526, "column": 8 }, "end": { - "line": 521, + "line": 527, "column": 44 } }, @@ -22323,16 +22505,16 @@ "type": "Block", "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14302, - 14408 + 14472, + 14578 ], "loc": { "start": { - "line": 516, + "line": 522, "column": 8 }, "end": { - "line": 519, + "line": 525, "column": 11 } } @@ -22343,16 +22525,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14531, - 14585 + 14701, + 14755 ], "loc": { "start": { - "line": 523, + "line": 529, "column": 8 }, "end": { - "line": 523, + "line": 529, "column": 62 } } @@ -22361,16 +22543,16 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n ", "range": [ - 14594, - 14707 + 14764, + 14877 ], "loc": { "start": { - "line": 524, + "line": 530, "column": 8 }, "end": { - "line": 527, + "line": 533, "column": 11 } } @@ -22388,16 +22570,16 @@ "object": { "type": "ThisExpression", "range": [ - 14716, - 14720 + 14886, + 14890 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 8 }, "end": { - "line": 528, + "line": 534, "column": 12 } } @@ -22406,31 +22588,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 14721, - 14735 + 14891, + 14905 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 13 }, "end": { - "line": 528, + "line": 534, "column": 27 } } }, "range": [ - 14716, - 14735 + 14886, + 14905 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 8 }, "end": { - "line": 528, + "line": 534, "column": 27 } } @@ -22445,16 +22627,16 @@ "type": "Identifier", "name": "f", "range": [ - 14738, - 14739 + 14908, + 14909 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 30 }, "end": { - "line": 528, + "line": 534, "column": 31 } } @@ -22463,31 +22645,31 @@ "type": "Identifier", "name": "display_all_text", "range": [ - 14740, - 14756 + 14910, + 14926 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 32 }, "end": { - "line": 528, + "line": 534, "column": 48 } } }, "range": [ - 14738, - 14756 + 14908, + 14926 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 30 }, "end": { - "line": 528, + "line": 534, "column": 48 } } @@ -22497,61 +22679,61 @@ "value": "Clear", "raw": "'Clear'", "range": [ - 14760, - 14767 + 14930, + 14937 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 52 }, "end": { - "line": 528, + "line": 534, "column": 59 } } }, "range": [ - 14738, - 14767 + 14908, + 14937 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 30 }, "end": { - "line": 528, + "line": 534, "column": 59 } } }, "range": [ - 14716, - 14767 + 14886, + 14937 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 8 }, "end": { - "line": 528, + "line": 534, "column": 59 } } }, "range": [ - 14716, - 14768 + 14886, + 14938 ], "loc": { "start": { - "line": 528, + "line": 534, "column": 8 }, "end": { - "line": 528, + "line": 534, "column": 60 } }, @@ -22560,16 +22742,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14531, - 14585 + 14701, + 14755 ], "loc": { "start": { - "line": 523, + "line": 529, "column": 8 }, "end": { - "line": 523, + "line": 529, "column": 62 } } @@ -22578,227 +22760,8 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n ", "range": [ - 14594, - 14707 - ], - "loc": { - "start": { - "line": 524, - "column": 8 - }, - "end": { - "line": 527, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", - "range": [ - 14778, - 14898 - ], - "loc": { - "start": { - "line": 530, - "column": 8 - }, - "end": { - "line": 533, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 14907, - 14911 - ], - "loc": { - "start": { - "line": 534, - "column": 8 - }, - "end": { - "line": 534, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "enableEmptyOption", - "range": [ - 14912, - 14929 - ], - "loc": { - "start": { - "line": 534, - "column": 13 - }, - "end": { - "line": 534, - "column": 30 - } - } - }, - "range": [ - 14907, - 14929 - ], - "loc": { - "start": { - "line": 534, - "column": 8 - }, - "end": { - "line": 534, - "column": 30 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 14932, - 14939 - ], - "loc": { - "start": { - "line": 534, - "column": 33 - }, - "end": { - "line": 534, - "column": 40 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 14940, - 14941 - ], - "loc": { - "start": { - "line": 534, - "column": 41 - }, - "end": { - "line": 534, - "column": 42 - } - } - }, - "property": { - "type": "Identifier", - "name": "enable_empty_option", - "range": [ - 14942, - 14961 - ], - "loc": { - "start": { - "line": 534, - "column": 43 - }, - "end": { - "line": 534, - "column": 62 - } - } - }, - "range": [ - 14940, - 14961 - ], - "loc": { - "start": { - "line": 534, - "column": 41 - }, - "end": { - "line": 534, - "column": 62 - } - } - } - ], - "range": [ - 14932, - 14962 - ], - "loc": { - "start": { - "line": 534, - "column": 33 - }, - "end": { - "line": 534, - "column": 63 - } - } - }, - "range": [ - 14907, - 14962 - ], - "loc": { - "start": { - "line": 534, - "column": 8 - }, - "end": { - "line": 534, - "column": 63 - } - } - }, - "range": [ - 14907, - 14963 - ], - "loc": { - "start": { - "line": 534, - "column": 8 - }, - "end": { - "line": 534, - "column": 64 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", - "range": [ - 14778, - 14898 + 14764, + 14877 ], "loc": { "start": { @@ -22815,10 +22778,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", + "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 14973, - 15073 + 14948, + 15068 ], "loc": { "start": { @@ -22844,8 +22807,8 @@ "object": { "type": "ThisExpression", "range": [ - 15082, - 15086 + 15077, + 15081 ], "loc": { "start": { @@ -22860,10 +22823,10 @@ }, "property": { "type": "Identifier", - "name": "emptyText", + "name": "enableEmptyOption", "range": [ - 15087, - 15096 + 15082, + 15099 ], "loc": { "start": { @@ -22872,13 +22835,13 @@ }, "end": { "line": 540, - "column": 22 + "column": 30 } } }, "range": [ - 15082, - 15096 + 15077, + 15099 ], "loc": { "start": { @@ -22887,6 +22850,225 @@ }, "end": { "line": 540, + "column": 30 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 15102, + 15109 + ], + "loc": { + "start": { + "line": 540, + "column": 33 + }, + "end": { + "line": 540, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 15110, + 15111 + ], + "loc": { + "start": { + "line": 540, + "column": 41 + }, + "end": { + "line": 540, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "enable_empty_option", + "range": [ + 15112, + 15131 + ], + "loc": { + "start": { + "line": 540, + "column": 43 + }, + "end": { + "line": 540, + "column": 62 + } + } + }, + "range": [ + 15110, + 15131 + ], + "loc": { + "start": { + "line": 540, + "column": 41 + }, + "end": { + "line": 540, + "column": 62 + } + } + } + ], + "range": [ + 15102, + 15132 + ], + "loc": { + "start": { + "line": 540, + "column": 33 + }, + "end": { + "line": 540, + "column": 63 + } + } + }, + "range": [ + 15077, + 15132 + ], + "loc": { + "start": { + "line": 540, + "column": 8 + }, + "end": { + "line": 540, + "column": 63 + } + } + }, + "range": [ + 15077, + 15133 + ], + "loc": { + "start": { + "line": 540, + "column": 8 + }, + "end": { + "line": 540, + "column": 64 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", + "range": [ + 14948, + 15068 + ], + "loc": { + "start": { + "line": 536, + "column": 8 + }, + "end": { + "line": 539, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", + "range": [ + 15143, + 15243 + ], + "loc": { + "start": { + "line": 542, + "column": 8 + }, + "end": { + "line": 545, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 15252, + 15256 + ], + "loc": { + "start": { + "line": 546, + "column": 8 + }, + "end": { + "line": 546, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "emptyText", + "range": [ + 15257, + 15266 + ], + "loc": { + "start": { + "line": 546, + "column": 13 + }, + "end": { + "line": 546, + "column": 22 + } + } + }, + "range": [ + 15252, + 15266 + ], + "loc": { + "start": { + "line": 546, + "column": 8 + }, + "end": { + "line": 546, "column": 22 } } @@ -22901,16 +23083,16 @@ "type": "Identifier", "name": "f", "range": [ - 15099, - 15100 + 15269, + 15270 ], "loc": { "start": { - "line": 540, + "line": 546, "column": 25 }, "end": { - "line": 540, + "line": 546, "column": 26 } } @@ -22919,31 +23101,31 @@ "type": "Identifier", "name": "empty_text", "range": [ - 15101, - 15111 + 15271, + 15281 ], "loc": { "start": { - "line": 540, + "line": 546, "column": 27 }, "end": { - "line": 540, + "line": 546, "column": 37 } } }, "range": [ - 15099, - 15111 + 15269, + 15281 ], "loc": { "start": { - "line": 540, + "line": 546, "column": 25 }, "end": { - "line": 540, + "line": 546, "column": 37 } } @@ -22953,61 +23135,61 @@ "value": "(Empty)", "raw": "'(Empty)'", "range": [ - 15115, - 15124 + 15285, + 15294 ], "loc": { "start": { - "line": 540, + "line": 546, "column": 41 }, "end": { - "line": 540, + "line": 546, "column": 50 } } }, "range": [ - 15099, - 15124 + 15269, + 15294 ], "loc": { "start": { - "line": 540, + "line": 546, "column": 25 }, "end": { - "line": 540, + "line": 546, "column": 50 } } }, "range": [ - 15082, - 15124 + 15252, + 15294 ], "loc": { "start": { - "line": 540, + "line": 546, "column": 8 }, "end": { - "line": 540, + "line": 546, "column": 50 } } }, "range": [ - 15082, - 15125 + 15252, + 15295 ], "loc": { "start": { - "line": 540, + "line": 546, "column": 8 }, "end": { - "line": 540, + "line": 546, "column": 51 } }, @@ -23016,16 +23198,16 @@ "type": "Block", "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 14973, - 15073 + 15143, + 15243 ], "loc": { "start": { - "line": 536, + "line": 542, "column": 8 }, "end": { - "line": 539, + "line": 545, "column": 11 } } @@ -23036,231 +23218,12 @@ "type": "Block", "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 15135, - 15270 + 15305, + 15440 ], "loc": { "start": { - "line": 542, - "column": 8 - }, - "end": { - "line": 546, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 15279, - 15283 - ], - "loc": { - "start": { - "line": 547, - "column": 8 - }, - "end": { - "line": 547, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "enableNonEmptyOption", - "range": [ - 15284, - 15304 - ], - "loc": { - "start": { - "line": 547, - "column": 13 - }, - "end": { - "line": 547, - "column": 33 - } - } - }, - "range": [ - 15279, - 15304 - ], - "loc": { - "start": { - "line": 547, - "column": 8 - }, - "end": { - "line": 547, - "column": 33 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 15307, - 15314 - ], - "loc": { - "start": { - "line": 547, - "column": 36 - }, - "end": { - "line": 547, - "column": 43 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 15315, - 15316 - ], - "loc": { - "start": { - "line": 547, - "column": 44 - }, - "end": { - "line": 547, - "column": 45 - } - } - }, - "property": { - "type": "Identifier", - "name": "enable_non_empty_option", - "range": [ - 15317, - 15340 - ], - "loc": { - "start": { - "line": 547, - "column": 46 - }, - "end": { - "line": 547, - "column": 69 - } - } - }, - "range": [ - 15315, - 15340 - ], - "loc": { - "start": { - "line": 547, - "column": 44 - }, - "end": { - "line": 547, - "column": 69 - } - } - } - ], - "range": [ - 15307, - 15341 - ], - "loc": { - "start": { - "line": 547, - "column": 36 - }, - "end": { - "line": 547, - "column": 70 - } - } - }, - "range": [ - 15279, - 15341 - ], - "loc": { - "start": { - "line": 547, - "column": 8 - }, - "end": { - "line": 547, - "column": 70 - } - } - }, - "range": [ - 15279, - 15342 - ], - "loc": { - "start": { - "line": 547, - "column": 8 - }, - "end": { - "line": 547, - "column": 71 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", - "range": [ - 15135, - 15270 - ], - "loc": { - "start": { - "line": 542, - "column": 8 - }, - "end": { - "line": 546, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", - "range": [ - 15352, - 15456 - ], - "loc": { - "start": { - "line": 549, + "line": 548, "column": 8 }, "end": { @@ -23282,8 +23245,8 @@ "object": { "type": "ThisExpression", "range": [ - 15465, - 15469 + 15449, + 15453 ], "loc": { "start": { @@ -23298,10 +23261,10 @@ }, "property": { "type": "Identifier", - "name": "nonEmptyText", + "name": "enableNonEmptyOption", "range": [ - 15470, - 15482 + 15454, + 15474 ], "loc": { "start": { @@ -23310,13 +23273,13 @@ }, "end": { "line": 553, - "column": 25 + "column": 33 } } }, "range": [ - 15465, - 15482 + 15449, + 15474 ], "loc": { "start": { @@ -23325,6 +23288,225 @@ }, "end": { "line": 553, + "column": 33 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 15477, + 15484 + ], + "loc": { + "start": { + "line": 553, + "column": 36 + }, + "end": { + "line": 553, + "column": 43 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 15485, + 15486 + ], + "loc": { + "start": { + "line": 553, + "column": 44 + }, + "end": { + "line": 553, + "column": 45 + } + } + }, + "property": { + "type": "Identifier", + "name": "enable_non_empty_option", + "range": [ + 15487, + 15510 + ], + "loc": { + "start": { + "line": 553, + "column": 46 + }, + "end": { + "line": 553, + "column": 69 + } + } + }, + "range": [ + 15485, + 15510 + ], + "loc": { + "start": { + "line": 553, + "column": 44 + }, + "end": { + "line": 553, + "column": 69 + } + } + } + ], + "range": [ + 15477, + 15511 + ], + "loc": { + "start": { + "line": 553, + "column": 36 + }, + "end": { + "line": 553, + "column": 70 + } + } + }, + "range": [ + 15449, + 15511 + ], + "loc": { + "start": { + "line": 553, + "column": 8 + }, + "end": { + "line": 553, + "column": 70 + } + } + }, + "range": [ + 15449, + 15512 + ], + "loc": { + "start": { + "line": 553, + "column": 8 + }, + "end": { + "line": 553, + "column": 71 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", + "range": [ + 15305, + 15440 + ], + "loc": { + "start": { + "line": 548, + "column": 8 + }, + "end": { + "line": 552, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", + "range": [ + 15522, + 15626 + ], + "loc": { + "start": { + "line": 555, + "column": 8 + }, + "end": { + "line": 558, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 15635, + 15639 + ], + "loc": { + "start": { + "line": 559, + "column": 8 + }, + "end": { + "line": 559, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "nonEmptyText", + "range": [ + 15640, + 15652 + ], + "loc": { + "start": { + "line": 559, + "column": 13 + }, + "end": { + "line": 559, + "column": 25 + } + } + }, + "range": [ + 15635, + 15652 + ], + "loc": { + "start": { + "line": 559, + "column": 8 + }, + "end": { + "line": 559, "column": 25 } } @@ -23339,16 +23521,16 @@ "type": "Identifier", "name": "f", "range": [ - 15485, - 15486 + 15655, + 15656 ], "loc": { "start": { - "line": 553, + "line": 559, "column": 28 }, "end": { - "line": 553, + "line": 559, "column": 29 } } @@ -23357,31 +23539,31 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 15487, - 15501 + 15657, + 15671 ], "loc": { "start": { - "line": 553, + "line": 559, "column": 30 }, "end": { - "line": 553, + "line": 559, "column": 44 } } }, "range": [ - 15485, - 15501 + 15655, + 15671 ], "loc": { "start": { - "line": 553, + "line": 559, "column": 28 }, "end": { - "line": 553, + "line": 559, "column": 44 } } @@ -23391,61 +23573,61 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 15505, - 15518 + 15675, + 15688 ], "loc": { "start": { - "line": 553, + "line": 559, "column": 48 }, "end": { - "line": 553, + "line": 559, "column": 61 } } }, "range": [ - 15485, - 15518 + 15655, + 15688 ], "loc": { "start": { - "line": 553, + "line": 559, "column": 28 }, "end": { - "line": 553, + "line": 559, "column": 61 } } }, "range": [ - 15465, - 15518 + 15635, + 15688 ], "loc": { "start": { - "line": 553, + "line": 559, "column": 8 }, "end": { - "line": 553, + "line": 559, "column": 61 } } }, "range": [ - 15465, - 15519 + 15635, + 15689 ], "loc": { "start": { - "line": 553, + "line": 559, "column": 8 }, "end": { - "line": 553, + "line": 559, "column": 62 } }, @@ -23454,16 +23636,16 @@ "type": "Block", "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15352, - 15456 + 15522, + 15626 ], "loc": { "start": { - "line": 549, + "line": 555, "column": 8 }, "end": { - "line": 552, + "line": 558, "column": 11 } } @@ -23474,16 +23656,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", "range": [ - 15529, - 15677 + 15699, + 15847 ], "loc": { "start": { - "line": 555, + "line": 561, "column": 8 }, "end": { - "line": 559, + "line": 565, "column": 11 } } @@ -23501,16 +23683,16 @@ "object": { "type": "ThisExpression", "range": [ - 15686, - 15690 + 15856, + 15860 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 8 }, "end": { - "line": 560, + "line": 566, "column": 12 } } @@ -23519,31 +23701,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 15691, - 15702 + 15861, + 15872 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 13 }, "end": { - "line": 560, + "line": 566, "column": 24 } } }, "range": [ - 15686, - 15702 + 15856, + 15872 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 8 }, "end": { - "line": 560, + "line": 566, "column": 24 } } @@ -23560,16 +23742,16 @@ "type": "Identifier", "name": "f", "range": [ - 15705, - 15706 + 15875, + 15876 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 27 }, "end": { - "line": 560, + "line": 566, "column": 28 } } @@ -23578,31 +23760,31 @@ "type": "Identifier", "name": "on_change", "range": [ - 15707, - 15716 + 15877, + 15886 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 29 }, "end": { - "line": 560, + "line": 566, "column": 38 } } }, "range": [ - 15705, - 15716 + 15875, + 15886 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 27 }, "end": { - "line": 560, + "line": 566, "column": 38 } } @@ -23612,31 +23794,31 @@ "value": false, "raw": "false", "range": [ - 15721, - 15726 + 15891, + 15896 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 43 }, "end": { - "line": 560, + "line": 566, "column": 48 } } }, "range": [ - 15705, - 15726 + 15875, + 15896 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 27 }, "end": { - "line": 560, + "line": 566, "column": 48 } } @@ -23646,16 +23828,16 @@ "value": false, "raw": "false", "range": [ - 15729, - 15734 + 15899, + 15904 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 51 }, "end": { - "line": 560, + "line": 566, "column": 56 } } @@ -23665,61 +23847,61 @@ "value": true, "raw": "true", "range": [ - 15737, - 15741 + 15907, + 15911 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 59 }, "end": { - "line": 560, + "line": 566, "column": 63 } } }, "range": [ - 15705, - 15741 + 15875, + 15911 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 27 }, "end": { - "line": 560, + "line": 566, "column": 63 } } }, "range": [ - 15686, - 15741 + 15856, + 15911 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 8 }, "end": { - "line": 560, + "line": 566, "column": 63 } } }, "range": [ - 15686, - 15742 + 15856, + 15912 ], "loc": { "start": { - "line": 560, + "line": 566, "column": 8 }, "end": { - "line": 560, + "line": 566, "column": 64 } }, @@ -23728,16 +23910,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", "range": [ - 15529, - 15677 + 15699, + 15847 ], "loc": { "start": { - "line": 555, + "line": 561, "column": 8 }, "end": { - "line": 559, + "line": 565, "column": 11 } } @@ -23748,16 +23930,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n ", "range": [ - 15752, - 15915 + 15922, + 16085 ], "loc": { "start": { - "line": 562, + "line": 568, "column": 8 }, "end": { - "line": 566, + "line": 572, "column": 11 } } @@ -23775,16 +23957,16 @@ "object": { "type": "ThisExpression", "range": [ - 15924, - 15928 + 16094, + 16098 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 8 }, "end": { - "line": 567, + "line": 573, "column": 12 } } @@ -23793,31 +23975,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 15929, - 15936 + 16099, + 16106 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 13 }, "end": { - "line": 567, + "line": 573, "column": 20 } } }, "range": [ - 15924, - 15936 + 16094, + 16106 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 8 }, "end": { - "line": 567, + "line": 573, "column": 20 } } @@ -23834,16 +24016,16 @@ "type": "Identifier", "name": "f", "range": [ - 15939, - 15940 + 16109, + 16110 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 23 }, "end": { - "line": 567, + "line": 573, "column": 24 } } @@ -23852,31 +24034,31 @@ "type": "Identifier", "name": "sort_select", "range": [ - 15941, - 15952 + 16111, + 16122 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 25 }, "end": { - "line": 567, + "line": 573, "column": 36 } } }, "range": [ - 15939, - 15952 + 16109, + 16122 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 23 }, "end": { - "line": 567, + "line": 573, "column": 36 } } @@ -23886,31 +24068,31 @@ "value": false, "raw": "false", "range": [ - 15957, - 15962 + 16127, + 16132 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 41 }, "end": { - "line": 567, + "line": 573, "column": 46 } } }, "range": [ - 15939, - 15962 + 16109, + 16132 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 23 }, "end": { - "line": 567, + "line": 573, "column": 46 } } @@ -23920,16 +24102,16 @@ "value": false, "raw": "false", "range": [ - 15965, - 15970 + 16135, + 16140 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 49 }, "end": { - "line": 567, + "line": 573, "column": 54 } } @@ -23939,61 +24121,61 @@ "value": true, "raw": "true", "range": [ - 15973, - 15977 + 16143, + 16147 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 57 }, "end": { - "line": 567, + "line": 573, "column": 61 } } }, "range": [ - 15939, - 15977 + 16109, + 16147 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 23 }, "end": { - "line": 567, + "line": 573, "column": 61 } } }, "range": [ - 15924, - 15977 + 16094, + 16147 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 8 }, "end": { - "line": 567, + "line": 573, "column": 61 } } }, "range": [ - 15924, - 15978 + 16094, + 16148 ], "loc": { "start": { - "line": 567, + "line": 573, "column": 8 }, "end": { - "line": 567, + "line": 573, "column": 62 } }, @@ -24002,16 +24184,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n ", "range": [ - 15752, - 15915 + 15922, + 16085 ], "loc": { "start": { - "line": 562, + "line": 568, "column": 8 }, "end": { - "line": 566, + "line": 572, "column": 11 } } @@ -24022,16 +24204,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 15988, - 16164 + 16158, + 16334 ], "loc": { "start": { - "line": 569, + "line": 575, "column": 8 }, "end": { - "line": 574, + "line": 580, "column": 11 } } @@ -24049,16 +24231,16 @@ "object": { "type": "ThisExpression", "range": [ - 16173, - 16177 + 16343, + 16347 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 8 }, "end": { - "line": 575, + "line": 581, "column": 12 } } @@ -24067,31 +24249,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 16178, - 16190 + 16348, + 16360 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 13 }, "end": { - "line": 575, + "line": 581, "column": 25 } } }, "range": [ - 16173, - 16190 + 16343, + 16360 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 8 }, "end": { - "line": 575, + "line": 581, "column": 25 } } @@ -24102,16 +24284,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16193, - 16200 + 16363, + 16370 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 28 }, "end": { - "line": 575, + "line": 581, "column": 35 } } @@ -24124,16 +24306,16 @@ "type": "Identifier", "name": "f", "range": [ - 16201, - 16202 + 16371, + 16372 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 36 }, "end": { - "line": 575, + "line": 581, "column": 37 } } @@ -24142,77 +24324,77 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 16203, - 16215 + 16373, + 16385 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 38 }, "end": { - "line": 575, + "line": 581, "column": 50 } } }, "range": [ - 16201, - 16215 + 16371, + 16385 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 36 }, "end": { - "line": 575, + "line": 581, "column": 50 } } } ], "range": [ - 16193, - 16216 + 16363, + 16386 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 28 }, "end": { - "line": 575, + "line": 581, "column": 51 } } }, "range": [ - 16173, - 16216 + 16343, + 16386 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 8 }, "end": { - "line": 575, + "line": 581, "column": 51 } } }, "range": [ - 16173, - 16217 + 16343, + 16387 ], "loc": { "start": { - "line": 575, + "line": 581, "column": 8 }, "end": { - "line": 575, + "line": 581, "column": 52 } }, @@ -24221,16 +24403,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 15988, - 16164 + 16158, + 16334 ], "loc": { "start": { - "line": 569, + "line": 575, "column": 8 }, "end": { - "line": 574, + "line": 580, "column": 11 } } @@ -24241,16 +24423,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16227, - 16364 + 16397, + 16534 ], "loc": { "start": { - "line": 577, + "line": 583, "column": 8 }, "end": { - "line": 581, + "line": 587, "column": 11 } } @@ -24268,16 +24450,16 @@ "object": { "type": "ThisExpression", "range": [ - 16373, - 16377 + 16543, + 16547 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 8 }, "end": { - "line": 582, + "line": 588, "column": 12 } } @@ -24286,31 +24468,31 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 16378, - 16388 + 16548, + 16558 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 13 }, "end": { - "line": 582, + "line": 588, "column": 23 } } }, "range": [ - 16373, - 16388 + 16543, + 16558 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 8 }, "end": { - "line": 582, + "line": 588, "column": 23 } } @@ -24323,16 +24505,16 @@ "object": { "type": "ThisExpression", "range": [ - 16391, - 16395 + 16561, + 16565 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 26 }, "end": { - "line": 582, + "line": 588, "column": 30 } } @@ -24341,31 +24523,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 16396, - 16408 + 16566, + 16578 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 31 }, "end": { - "line": 582, + "line": 588, "column": 43 } } }, "range": [ - 16391, - 16408 + 16561, + 16578 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 26 }, "end": { - "line": 582, + "line": 588, "column": 43 } } @@ -24377,16 +24559,16 @@ "type": "Identifier", "name": "f", "range": [ - 16411, - 16412 + 16581, + 16582 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 46 }, "end": { - "line": 582, + "line": 588, "column": 47 } } @@ -24395,31 +24577,31 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 16413, - 16425 + 16583, + 16595 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 48 }, "end": { - "line": 582, + "line": 588, "column": 60 } } }, "range": [ - 16411, - 16425 + 16581, + 16595 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 46 }, "end": { - "line": 582, + "line": 588, "column": 60 } } @@ -24428,61 +24610,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 16428, - 16430 + 16598, + 16600 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 63 }, "end": { - "line": 582, + "line": 588, "column": 65 } } }, "range": [ - 16391, - 16430 + 16561, + 16600 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 26 }, "end": { - "line": 582, + "line": 588, "column": 65 } } }, "range": [ - 16373, - 16430 + 16543, + 16600 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 8 }, "end": { - "line": 582, + "line": 588, "column": 65 } } }, "range": [ - 16373, - 16431 + 16543, + 16601 ], "loc": { "start": { - "line": 582, + "line": 588, "column": 8 }, "end": { - "line": 582, + "line": 588, "column": 66 } }, @@ -24491,16 +24673,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16227, - 16364 + 16397, + 16534 ], "loc": { "start": { - "line": 577, + "line": 583, "column": 8 }, "end": { - "line": 581, + "line": 587, "column": 11 } } @@ -24511,16 +24693,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 16441, - 16618 + 16611, + 16788 ], "loc": { "start": { - "line": 584, + "line": 590, "column": 8 }, "end": { - "line": 589, + "line": 595, "column": 11 } } @@ -24538,16 +24720,16 @@ "object": { "type": "ThisExpression", "range": [ - 16627, - 16631 + 16797, + 16801 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 8 }, "end": { - "line": 590, + "line": 596, "column": 12 } } @@ -24556,31 +24738,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 16632, - 16645 + 16802, + 16815 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 13 }, "end": { - "line": 590, + "line": 596, "column": 26 } } }, "range": [ - 16627, - 16645 + 16797, + 16815 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 8 }, "end": { - "line": 590, + "line": 596, "column": 26 } } @@ -24591,16 +24773,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16648, - 16655 + 16818, + 16825 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 29 }, "end": { - "line": 590, + "line": 596, "column": 36 } } @@ -24613,16 +24795,16 @@ "type": "Identifier", "name": "f", "range": [ - 16656, - 16657 + 16826, + 16827 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 37 }, "end": { - "line": 590, + "line": 596, "column": 38 } } @@ -24631,77 +24813,77 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 16658, - 16671 + 16828, + 16841 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 39 }, "end": { - "line": 590, + "line": 596, "column": 52 } } }, "range": [ - 16656, - 16671 + 16826, + 16841 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 37 }, "end": { - "line": 590, + "line": 596, "column": 52 } } } ], "range": [ - 16648, - 16672 + 16818, + 16842 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 29 }, "end": { - "line": 590, + "line": 596, "column": 53 } } }, "range": [ - 16627, - 16672 + 16797, + 16842 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 8 }, "end": { - "line": 590, + "line": 596, "column": 53 } } }, "range": [ - 16627, - 16673 + 16797, + 16843 ], "loc": { "start": { - "line": 590, + "line": 596, "column": 8 }, "end": { - "line": 590, + "line": 596, "column": 54 } }, @@ -24710,16 +24892,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 16441, - 16618 + 16611, + 16788 ], "loc": { "start": { - "line": 584, + "line": 590, "column": 8 }, "end": { - "line": 589, + "line": 595, "column": 11 } } @@ -24730,16 +24912,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16683, - 16821 + 16853, + 16991 ], "loc": { "start": { - "line": 592, + "line": 598, "column": 8 }, "end": { - "line": 596, + "line": 602, "column": 11 } } @@ -24757,16 +24939,16 @@ "object": { "type": "ThisExpression", "range": [ - 16830, - 16834 + 17000, + 17004 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 8 }, "end": { - "line": 597, + "line": 603, "column": 12 } } @@ -24775,31 +24957,31 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 16835, - 16846 + 17005, + 17016 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 13 }, "end": { - "line": 597, + "line": 603, "column": 24 } } }, "range": [ - 16830, - 16846 + 17000, + 17016 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 8 }, "end": { - "line": 597, + "line": 603, "column": 24 } } @@ -24812,16 +24994,16 @@ "object": { "type": "ThisExpression", "range": [ - 16849, - 16853 + 17019, + 17023 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 27 }, "end": { - "line": 597, + "line": 603, "column": 31 } } @@ -24830,31 +25012,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 16854, - 16867 + 17024, + 17037 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 32 }, "end": { - "line": 597, + "line": 603, "column": 45 } } }, "range": [ - 16849, - 16867 + 17019, + 17037 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 27 }, "end": { - "line": 597, + "line": 603, "column": 45 } } @@ -24866,16 +25048,16 @@ "type": "Identifier", "name": "f", "range": [ - 16870, - 16871 + 17040, + 17041 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 48 }, "end": { - "line": 597, + "line": 603, "column": 49 } } @@ -24884,31 +25066,31 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 16872, - 16885 + 17042, + 17055 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 50 }, "end": { - "line": 597, + "line": 603, "column": 63 } } }, "range": [ - 16870, - 16885 + 17040, + 17055 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 48 }, "end": { - "line": 597, + "line": 603, "column": 63 } } @@ -24917,61 +25099,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 16888, - 16890 + 17058, + 17060 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 66 }, "end": { - "line": 597, + "line": 603, "column": 68 } } }, "range": [ - 16849, - 16890 + 17019, + 17060 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 27 }, "end": { - "line": 597, + "line": 603, "column": 68 } } }, "range": [ - 16830, - 16890 + 17000, + 17060 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 8 }, "end": { - "line": 597, + "line": 603, "column": 68 } } }, "range": [ - 16830, - 16891 + 17000, + 17061 ], "loc": { "start": { - "line": 597, + "line": 603, "column": 8 }, "end": { - "line": 597, + "line": 603, "column": 69 } }, @@ -24980,16 +25162,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16683, - 16821 + 16853, + 16991 ], "loc": { "start": { - "line": 592, + "line": 598, "column": 8 }, "end": { - "line": 596, + "line": 602, "column": 11 } } @@ -25000,16 +25182,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 16901, - 17044 + 17071, + 17214 ], "loc": { "start": { - "line": 599, + "line": 605, "column": 8 }, "end": { - "line": 603, + "line": 609, "column": 11 } } @@ -25027,16 +25209,16 @@ "object": { "type": "ThisExpression", "range": [ - 17053, - 17057 + 17223, + 17227 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 8 }, "end": { - "line": 604, + "line": 610, "column": 12 } } @@ -25045,31 +25227,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 17058, - 17073 + 17228, + 17243 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 13 }, "end": { - "line": 604, + "line": 610, "column": 28 } } }, "range": [ - 17053, - 17073 + 17223, + 17243 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 8 }, "end": { - "line": 604, + "line": 610, "column": 28 } } @@ -25080,16 +25262,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 17076, - 17083 + 17246, + 17253 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 31 }, "end": { - "line": 604, + "line": 610, "column": 38 } } @@ -25102,16 +25284,16 @@ "type": "Identifier", "name": "f", "range": [ - 17084, - 17085 + 17254, + 17255 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 39 }, "end": { - "line": 604, + "line": 610, "column": 40 } } @@ -25120,77 +25302,77 @@ "type": "Identifier", "name": "load_filters_on_demand", "range": [ - 17086, - 17108 + 17256, + 17278 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 41 }, "end": { - "line": 604, + "line": 610, "column": 63 } } }, "range": [ - 17084, - 17108 + 17254, + 17278 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 39 }, "end": { - "line": 604, + "line": 610, "column": 63 } } } ], "range": [ - 17076, - 17109 + 17246, + 17279 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 31 }, "end": { - "line": 604, + "line": 610, "column": 64 } } }, "range": [ - 17053, - 17109 + 17223, + 17279 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 8 }, "end": { - "line": 604, + "line": 610, "column": 64 } } }, "range": [ - 17053, - 17110 + 17223, + 17280 ], "loc": { "start": { - "line": 604, + "line": 610, "column": 8 }, "end": { - "line": 604, + "line": 610, "column": 65 } }, @@ -25199,16 +25381,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 16901, - 17044 + 17071, + 17214 ], "loc": { "start": { - "line": 599, + "line": 605, "column": 8 }, "end": { - "line": 603, + "line": 609, "column": 11 } } @@ -25219,16 +25401,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 17120, - 17238 + 17290, + 17408 ], "loc": { "start": { - "line": 606, + "line": 612, "column": 8 }, "end": { - "line": 609, + "line": 615, "column": 11 } } @@ -25246,16 +25428,16 @@ "object": { "type": "ThisExpression", "range": [ - 17247, - 17251 + 17417, + 17421 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 8 }, "end": { - "line": 610, + "line": 616, "column": 12 } } @@ -25264,31 +25446,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 17252, - 17268 + 17422, + 17438 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 13 }, "end": { - "line": 610, + "line": 616, "column": 29 } } }, "range": [ - 17247, - 17268 + 17417, + 17438 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 8 }, "end": { - "line": 610, + "line": 616, "column": 29 } } @@ -25299,16 +25481,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 17271, - 17276 + 17441, + 17446 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 32 }, "end": { - "line": 610, + "line": 616, "column": 37 } } @@ -25321,16 +25503,16 @@ "type": "Identifier", "name": "f", "range": [ - 17277, - 17278 + 17447, + 17448 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 38 }, "end": { - "line": 610, + "line": 616, "column": 39 } } @@ -25339,77 +25521,77 @@ "type": "Identifier", "name": "custom_options", "range": [ - 17279, - 17293 + 17449, + 17463 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 40 }, "end": { - "line": 610, + "line": 616, "column": 54 } } }, "range": [ - 17277, - 17293 + 17447, + 17463 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 38 }, "end": { - "line": 610, + "line": 616, "column": 54 } } } ], "range": [ - 17271, - 17294 + 17441, + 17464 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 32 }, "end": { - "line": 610, + "line": 616, "column": 55 } } }, "range": [ - 17247, - 17294 + 17417, + 17464 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 8 }, "end": { - "line": 610, + "line": 616, "column": 55 } } }, "range": [ - 17247, - 17295 + 17417, + 17465 ], "loc": { "start": { - "line": 610, + "line": 616, "column": 8 }, "end": { - "line": 610, + "line": 616, "column": 56 } }, @@ -25418,16 +25600,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 17120, - 17238 + 17290, + 17408 ], "loc": { "start": { - "line": 606, + "line": 612, "column": 8 }, "end": { - "line": 609, + "line": 615, "column": 11 } } @@ -25438,16 +25620,16 @@ "type": "Block", "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", "range": [ - 17305, - 17777 + 17475, + 17947 ], "loc": { "start": { - "line": 612, + "line": 618, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 11 } } @@ -25465,16 +25647,16 @@ "object": { "type": "ThisExpression", "range": [ - 17786, - 17790 + 17956, + 17960 ], "loc": { "start": { - "line": 629, + "line": 635, "column": 8 }, "end": { - "line": 629, + "line": 635, "column": 12 } } @@ -25483,31 +25665,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 17791, - 17804 + 17961, + 17974 ], "loc": { "start": { - "line": 629, + "line": 635, "column": 13 }, "end": { - "line": 629, + "line": 635, "column": 26 } } }, "range": [ - 17786, - 17804 + 17956, + 17974 ], "loc": { "start": { - "line": 629, + "line": 635, "column": 8 }, "end": { - "line": 629, + "line": 635, "column": 26 } } @@ -25519,16 +25701,16 @@ "type": "Identifier", "name": "f", "range": [ - 17807, - 17808 + 17977, + 17978 ], "loc": { "start": { - "line": 629, + "line": 635, "column": 29 }, "end": { - "line": 629, + "line": 635, "column": 30 } } @@ -25537,61 +25719,61 @@ "type": "Identifier", "name": "custom_options", "range": [ - 17809, - 17823 + 17979, + 17993 ], "loc": { "start": { - "line": 629, + "line": 635, "column": 31 }, "end": { - "line": 629, + "line": 635, "column": 45 } } }, "range": [ - 17807, - 17823 + 17977, + 17993 ], "loc": { "start": { - "line": 629, + "line": 635, "column": 29 }, "end": { - "line": 629, + "line": 635, "column": 45 } } }, "range": [ - 17786, - 17823 + 17956, + 17993 ], "loc": { "start": { - "line": 629, + "line": 635, "column": 8 }, "end": { - "line": 629, + "line": 635, "column": 45 } } }, "range": [ - 17786, - 17824 + 17956, + 17994 ], "loc": { "start": { - "line": 629, + "line": 635, "column": 8 }, "end": { - "line": 629, + "line": 635, "column": 46 } }, @@ -25600,16 +25782,16 @@ "type": "Block", "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", "range": [ - 17305, - 17777 + 17475, + 17947 ], "loc": { "start": { - "line": 612, + "line": 618, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 11 } } @@ -25620,16 +25802,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 17834, - 17860 + 18004, + 18030 ], "loc": { "start": { - "line": 631, + "line": 637, "column": 8 }, "end": { - "line": 631, + "line": 637, "column": 34 } } @@ -25638,16 +25820,16 @@ "type": "Block", "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", "range": [ - 17869, - 17986 + 18039, + 18156 ], "loc": { "start": { - "line": 632, + "line": 638, "column": 8 }, "end": { - "line": 635, + "line": 641, "column": 11 } } @@ -25665,16 +25847,16 @@ "object": { "type": "ThisExpression", "range": [ - 17995, - 17999 + 18165, + 18169 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 12 } } @@ -25683,31 +25865,31 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 18000, - 18011 + 18170, + 18181 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 13 }, "end": { - "line": 636, + "line": 642, "column": 24 } } }, "range": [ - 17995, - 18011 + 18165, + 18181 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 24 } } @@ -25722,16 +25904,16 @@ "type": "Identifier", "name": "f", "range": [ - 18014, - 18015 + 18184, + 18185 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 27 }, "end": { - "line": 636, + "line": 642, "column": 28 } } @@ -25740,31 +25922,31 @@ "type": "Identifier", "name": "regexp_operator", "range": [ - 18016, - 18031 + 18186, + 18201 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 29 }, "end": { - "line": 636, + "line": 642, "column": 44 } } }, "range": [ - 18014, - 18031 + 18184, + 18201 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 27 }, "end": { - "line": 636, + "line": 642, "column": 44 } } @@ -25774,61 +25956,61 @@ "value": "rgx:", "raw": "'rgx:'", "range": [ - 18035, - 18041 + 18205, + 18211 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 48 }, "end": { - "line": 636, + "line": 642, "column": 54 } } }, "range": [ - 18014, - 18041 + 18184, + 18211 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 27 }, "end": { - "line": 636, + "line": 642, "column": 54 } } }, "range": [ - 17995, - 18041 + 18165, + 18211 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 54 } } }, "range": [ - 17995, - 18042 + 18165, + 18212 ], "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 55 } }, @@ -25837,16 +26019,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 17834, - 17860 + 18004, + 18030 ], "loc": { "start": { - "line": 631, + "line": 637, "column": 8 }, "end": { - "line": 631, + "line": 637, "column": 34 } } @@ -25855,16 +26037,16 @@ "type": "Block", "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", "range": [ - 17869, - 17986 + 18039, + 18156 ], "loc": { "start": { - "line": 632, + "line": 638, "column": 8 }, "end": { - "line": 635, + "line": 641, "column": 11 } } @@ -25875,16 +26057,16 @@ "type": "Block", "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", "range": [ - 18052, - 18165 + 18222, + 18335 ], "loc": { "start": { - "line": 638, + "line": 644, "column": 8 }, "end": { - "line": 641, + "line": 647, "column": 11 } } @@ -25902,16 +26084,16 @@ "object": { "type": "ThisExpression", "range": [ - 18174, - 18178 + 18344, + 18348 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 8 }, "end": { - "line": 642, + "line": 648, "column": 12 } } @@ -25920,31 +26102,31 @@ "type": "Identifier", "name": "emOperator", "range": [ - 18179, - 18189 + 18349, + 18359 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 13 }, "end": { - "line": 642, + "line": 648, "column": 23 } } }, "range": [ - 18174, - 18189 + 18344, + 18359 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 8 }, "end": { - "line": 642, + "line": 648, "column": 23 } } @@ -25959,16 +26141,16 @@ "type": "Identifier", "name": "f", "range": [ - 18192, - 18193 + 18362, + 18363 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 26 }, "end": { - "line": 642, + "line": 648, "column": 27 } } @@ -25977,31 +26159,31 @@ "type": "Identifier", "name": "empty_operator", "range": [ - 18194, - 18208 + 18364, + 18378 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 28 }, "end": { - "line": 642, + "line": 648, "column": 42 } } }, "range": [ - 18192, - 18208 + 18362, + 18378 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 26 }, "end": { - "line": 642, + "line": 648, "column": 42 } } @@ -26011,61 +26193,61 @@ "value": "[empty]", "raw": "'[empty]'", "range": [ - 18212, - 18221 + 18382, + 18391 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 46 }, "end": { - "line": 642, + "line": 648, "column": 55 } } }, "range": [ - 18192, - 18221 + 18362, + 18391 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 26 }, "end": { - "line": 642, + "line": 648, "column": 55 } } }, "range": [ - 18174, - 18221 + 18344, + 18391 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 8 }, "end": { - "line": 642, + "line": 648, "column": 55 } } }, "range": [ - 18174, - 18222 + 18344, + 18392 ], "loc": { "start": { - "line": 642, + "line": 648, "column": 8 }, "end": { - "line": 642, + "line": 648, "column": 56 } }, @@ -26074,16 +26256,16 @@ "type": "Block", "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", "range": [ - 18052, - 18165 + 18222, + 18335 ], "loc": { "start": { - "line": 638, + "line": 644, "column": 8 }, "end": { - "line": 641, + "line": 647, "column": 11 } } @@ -26094,16 +26276,16 @@ "type": "Block", "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", "range": [ - 18232, - 18352 + 18402, + 18522 ], "loc": { "start": { - "line": 644, + "line": 650, "column": 8 }, "end": { - "line": 647, + "line": 653, "column": 11 } } @@ -26121,16 +26303,16 @@ "object": { "type": "ThisExpression", "range": [ - 18361, - 18365 + 18531, + 18535 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 8 }, "end": { - "line": 648, + "line": 654, "column": 12 } } @@ -26139,31 +26321,31 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 18366, - 18376 + 18536, + 18546 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 13 }, "end": { - "line": 648, + "line": 654, "column": 23 } } }, "range": [ - 18361, - 18376 + 18531, + 18546 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 8 }, "end": { - "line": 648, + "line": 654, "column": 23 } } @@ -26178,16 +26360,16 @@ "type": "Identifier", "name": "f", "range": [ - 18379, - 18380 + 18549, + 18550 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 26 }, "end": { - "line": 648, + "line": 654, "column": 27 } } @@ -26196,31 +26378,31 @@ "type": "Identifier", "name": "nonempty_operator", "range": [ - 18381, - 18398 + 18551, + 18568 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 28 }, "end": { - "line": 648, + "line": 654, "column": 45 } } }, "range": [ - 18379, - 18398 + 18549, + 18568 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 26 }, "end": { - "line": 648, + "line": 654, "column": 45 } } @@ -26230,61 +26412,61 @@ "value": "[nonempty]", "raw": "'[nonempty]'", "range": [ - 18402, - 18414 + 18572, + 18584 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 49 }, "end": { - "line": 648, + "line": 654, "column": 61 } } }, "range": [ - 18379, - 18414 + 18549, + 18584 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 26 }, "end": { - "line": 648, + "line": 654, "column": 61 } } }, "range": [ - 18361, - 18414 + 18531, + 18584 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 8 }, "end": { - "line": 648, + "line": 654, "column": 61 } } }, "range": [ - 18361, - 18415 + 18531, + 18585 ], "loc": { "start": { - "line": 648, + "line": 654, "column": 8 }, "end": { - "line": 648, + "line": 654, "column": 62 } }, @@ -26293,16 +26475,16 @@ "type": "Block", "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", "range": [ - 18232, - 18352 + 18402, + 18522 ], "loc": { "start": { - "line": 644, + "line": 650, "column": 8 }, "end": { - "line": 647, + "line": 653, "column": 11 } } @@ -26313,16 +26495,16 @@ "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18425, - 18532 + 18595, + 18702 ], "loc": { "start": { - "line": 650, + "line": 656, "column": 8 }, "end": { - "line": 653, + "line": 659, "column": 11 } } @@ -26340,16 +26522,16 @@ "object": { "type": "ThisExpression", "range": [ - 18541, - 18545 + 18711, + 18715 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 8 }, "end": { - "line": 654, + "line": 660, "column": 12 } } @@ -26358,31 +26540,31 @@ "type": "Identifier", "name": "orOperator", "range": [ - 18546, - 18556 + 18716, + 18726 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 13 }, "end": { - "line": 654, + "line": 660, "column": 23 } } }, "range": [ - 18541, - 18556 + 18711, + 18726 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 8 }, "end": { - "line": 654, + "line": 660, "column": 23 } } @@ -26397,16 +26579,16 @@ "type": "Identifier", "name": "f", "range": [ - 18559, - 18560 + 18729, + 18730 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 26 }, "end": { - "line": 654, + "line": 660, "column": 27 } } @@ -26415,31 +26597,31 @@ "type": "Identifier", "name": "or_operator", "range": [ - 18561, - 18572 + 18731, + 18742 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 28 }, "end": { - "line": 654, + "line": 660, "column": 39 } } }, "range": [ - 18559, - 18572 + 18729, + 18742 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 26 }, "end": { - "line": 654, + "line": 660, "column": 39 } } @@ -26449,61 +26631,61 @@ "value": "||", "raw": "'||'", "range": [ - 18576, - 18580 + 18746, + 18750 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 43 }, "end": { - "line": 654, + "line": 660, "column": 47 } } }, "range": [ - 18559, - 18580 + 18729, + 18750 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 26 }, "end": { - "line": 654, + "line": 660, "column": 47 } } }, "range": [ - 18541, - 18580 + 18711, + 18750 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 8 }, "end": { - "line": 654, + "line": 660, "column": 47 } } }, "range": [ - 18541, - 18581 + 18711, + 18751 ], "loc": { "start": { - "line": 654, + "line": 660, "column": 8 }, "end": { - "line": 654, + "line": 660, "column": 48 } }, @@ -26512,16 +26694,16 @@ "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18425, - 18532 + 18595, + 18702 ], "loc": { "start": { - "line": 650, + "line": 656, "column": 8 }, "end": { - "line": 653, + "line": 659, "column": 11 } } @@ -26532,16 +26714,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18591, - 18699 + 18761, + 18869 ], "loc": { "start": { - "line": 656, + "line": 662, "column": 8 }, "end": { - "line": 659, + "line": 665, "column": 11 } } @@ -26559,16 +26741,16 @@ "object": { "type": "ThisExpression", "range": [ - 18708, - 18712 + 18878, + 18882 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 8 }, "end": { - "line": 660, + "line": 666, "column": 12 } } @@ -26577,31 +26759,31 @@ "type": "Identifier", "name": "anOperator", "range": [ - 18713, - 18723 + 18883, + 18893 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 13 }, "end": { - "line": 660, + "line": 666, "column": 23 } } }, "range": [ - 18708, - 18723 + 18878, + 18893 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 8 }, "end": { - "line": 660, + "line": 666, "column": 23 } } @@ -26616,16 +26798,16 @@ "type": "Identifier", "name": "f", "range": [ - 18726, - 18727 + 18896, + 18897 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 26 }, "end": { - "line": 660, + "line": 666, "column": 27 } } @@ -26634,31 +26816,31 @@ "type": "Identifier", "name": "and_operator", "range": [ - 18728, - 18740 + 18898, + 18910 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 28 }, "end": { - "line": 660, + "line": 666, "column": 40 } } }, "range": [ - 18726, - 18740 + 18896, + 18910 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 26 }, "end": { - "line": 660, + "line": 666, "column": 40 } } @@ -26668,61 +26850,61 @@ "value": "&&", "raw": "'&&'", "range": [ - 18744, - 18748 + 18914, + 18918 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 44 }, "end": { - "line": 660, + "line": 666, "column": 48 } } }, "range": [ - 18726, - 18748 + 18896, + 18918 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 26 }, "end": { - "line": 660, + "line": 666, "column": 48 } } }, "range": [ - 18708, - 18748 + 18878, + 18918 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 8 }, "end": { - "line": 660, + "line": 666, "column": 48 } } }, "range": [ - 18708, - 18749 + 18878, + 18919 ], "loc": { "start": { - "line": 660, + "line": 666, "column": 8 }, "end": { - "line": 660, + "line": 666, "column": 49 } }, @@ -26731,16 +26913,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18591, - 18699 + 18761, + 18869 ], "loc": { "start": { - "line": 656, + "line": 662, "column": 8 }, "end": { - "line": 659, + "line": 665, "column": 11 } } @@ -26751,16 +26933,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 18759, - 18867 + 18929, + 19037 ], "loc": { "start": { - "line": 662, + "line": 668, "column": 8 }, "end": { - "line": 665, + "line": 671, "column": 11 } } @@ -26778,16 +26960,16 @@ "object": { "type": "ThisExpression", "range": [ - 18876, - 18880 + 19046, + 19050 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 8 }, "end": { - "line": 666, + "line": 672, "column": 12 } } @@ -26796,31 +26978,31 @@ "type": "Identifier", "name": "grOperator", "range": [ - 18881, - 18891 + 19051, + 19061 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 13 }, "end": { - "line": 666, + "line": 672, "column": 23 } } }, "range": [ - 18876, - 18891 + 19046, + 19061 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 8 }, "end": { - "line": 666, + "line": 672, "column": 23 } } @@ -26835,16 +27017,16 @@ "type": "Identifier", "name": "f", "range": [ - 18894, - 18895 + 19064, + 19065 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 26 }, "end": { - "line": 666, + "line": 672, "column": 27 } } @@ -26853,31 +27035,31 @@ "type": "Identifier", "name": "greater_operator", "range": [ - 18896, - 18912 + 19066, + 19082 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 28 }, "end": { - "line": 666, + "line": 672, "column": 44 } } }, "range": [ - 18894, - 18912 + 19064, + 19082 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 26 }, "end": { - "line": 666, + "line": 672, "column": 44 } } @@ -26887,61 +27069,61 @@ "value": ">", "raw": "'>'", "range": [ - 18916, - 18919 + 19086, + 19089 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 48 }, "end": { - "line": 666, + "line": 672, "column": 51 } } }, "range": [ - 18894, - 18919 + 19064, + 19089 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 26 }, "end": { - "line": 666, + "line": 672, "column": 51 } } }, "range": [ - 18876, - 18919 + 19046, + 19089 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 8 }, "end": { - "line": 666, + "line": 672, "column": 51 } } }, "range": [ - 18876, - 18920 + 19046, + 19090 ], "loc": { "start": { - "line": 666, + "line": 672, "column": 8 }, "end": { - "line": 666, + "line": 672, "column": 52 } }, @@ -26950,16 +27132,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 18759, - 18867 + 18929, + 19037 ], "loc": { "start": { - "line": 662, + "line": 668, "column": 8 }, "end": { - "line": 665, + "line": 671, "column": 11 } } @@ -26970,16 +27152,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 18930, - 19036 + 19100, + 19206 ], "loc": { "start": { - "line": 668, + "line": 674, "column": 8 }, "end": { - "line": 671, + "line": 677, "column": 11 } } @@ -26997,16 +27179,16 @@ "object": { "type": "ThisExpression", "range": [ - 19045, - 19049 + 19215, + 19219 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 8 }, "end": { - "line": 672, + "line": 678, "column": 12 } } @@ -27015,31 +27197,31 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 19050, - 19060 + 19220, + 19230 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 13 }, "end": { - "line": 672, + "line": 678, "column": 23 } } }, "range": [ - 19045, - 19060 + 19215, + 19230 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 8 }, "end": { - "line": 672, + "line": 678, "column": 23 } } @@ -27054,16 +27236,16 @@ "type": "Identifier", "name": "f", "range": [ - 19063, - 19064 + 19233, + 19234 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 26 }, "end": { - "line": 672, + "line": 678, "column": 27 } } @@ -27072,31 +27254,31 @@ "type": "Identifier", "name": "lower_operator", "range": [ - 19065, - 19079 + 19235, + 19249 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 28 }, "end": { - "line": 672, + "line": 678, "column": 42 } } }, "range": [ - 19063, - 19079 + 19233, + 19249 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 26 }, "end": { - "line": 672, + "line": 678, "column": 42 } } @@ -27106,61 +27288,61 @@ "value": "<", "raw": "'<'", "range": [ - 19083, - 19086 + 19253, + 19256 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 46 }, "end": { - "line": 672, + "line": 678, "column": 49 } } }, "range": [ - 19063, - 19086 + 19233, + 19256 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 26 }, "end": { - "line": 672, + "line": 678, "column": 49 } } }, "range": [ - 19045, - 19086 + 19215, + 19256 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 8 }, "end": { - "line": 672, + "line": 678, "column": 49 } } }, "range": [ - 19045, - 19087 + 19215, + 19257 ], "loc": { "start": { - "line": 672, + "line": 678, "column": 8 }, "end": { - "line": 672, + "line": 678, "column": 50 } }, @@ -27169,16 +27351,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 18930, - 19036 + 19100, + 19206 ], "loc": { "start": { - "line": 668, + "line": 674, "column": 8 }, "end": { - "line": 671, + "line": 677, "column": 11 } } @@ -27189,16 +27371,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 19097, - 19213 + 19267, + 19383 ], "loc": { "start": { - "line": 674, + "line": 680, "column": 8 }, "end": { - "line": 677, + "line": 683, "column": 11 } } @@ -27216,16 +27398,16 @@ "object": { "type": "ThisExpression", "range": [ - 19222, - 19226 + 19392, + 19396 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 8 }, "end": { - "line": 678, + "line": 684, "column": 12 } } @@ -27234,31 +27416,31 @@ "type": "Identifier", "name": "leOperator", "range": [ - 19227, - 19237 + 19397, + 19407 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 13 }, "end": { - "line": 678, + "line": 684, "column": 23 } } }, "range": [ - 19222, - 19237 + 19392, + 19407 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 8 }, "end": { - "line": 678, + "line": 684, "column": 23 } } @@ -27273,16 +27455,16 @@ "type": "Identifier", "name": "f", "range": [ - 19240, - 19241 + 19410, + 19411 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 26 }, "end": { - "line": 678, + "line": 684, "column": 27 } } @@ -27291,31 +27473,31 @@ "type": "Identifier", "name": "lower_equal_operator", "range": [ - 19242, - 19262 + 19412, + 19432 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 28 }, "end": { - "line": 678, + "line": 684, "column": 48 } } }, "range": [ - 19240, - 19262 + 19410, + 19432 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 26 }, "end": { - "line": 678, + "line": 684, "column": 48 } } @@ -27325,61 +27507,61 @@ "value": "<=", "raw": "'<='", "range": [ - 19266, - 19270 + 19436, + 19440 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 52 }, "end": { - "line": 678, + "line": 684, "column": 56 } } }, "range": [ - 19240, - 19270 + 19410, + 19440 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 26 }, "end": { - "line": 678, + "line": 684, "column": 56 } } }, "range": [ - 19222, - 19270 + 19392, + 19440 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 8 }, "end": { - "line": 678, + "line": 684, "column": 56 } } }, "range": [ - 19222, - 19271 + 19392, + 19441 ], "loc": { "start": { - "line": 678, + "line": 684, "column": 8 }, "end": { - "line": 678, + "line": 684, "column": 57 } }, @@ -27388,16 +27570,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 19097, - 19213 + 19267, + 19383 ], "loc": { "start": { - "line": 674, + "line": 680, "column": 8 }, "end": { - "line": 677, + "line": 683, "column": 11 } } @@ -27408,16 +27590,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19281, - 19399 + 19451, + 19569 ], "loc": { "start": { - "line": 680, + "line": 686, "column": 8 }, "end": { - "line": 683, + "line": 689, "column": 11 } } @@ -27435,16 +27617,16 @@ "object": { "type": "ThisExpression", "range": [ - 19408, - 19412 + 19578, + 19582 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 8 }, "end": { - "line": 684, + "line": 690, "column": 12 } } @@ -27453,31 +27635,31 @@ "type": "Identifier", "name": "geOperator", "range": [ - 19413, - 19423 + 19583, + 19593 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 13 }, "end": { - "line": 684, + "line": 690, "column": 23 } } }, "range": [ - 19408, - 19423 + 19578, + 19593 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 8 }, "end": { - "line": 684, + "line": 690, "column": 23 } } @@ -27492,16 +27674,16 @@ "type": "Identifier", "name": "f", "range": [ - 19426, - 19427 + 19596, + 19597 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 26 }, "end": { - "line": 684, + "line": 690, "column": 27 } } @@ -27510,31 +27692,31 @@ "type": "Identifier", "name": "greater_equal_operator", "range": [ - 19428, - 19450 + 19598, + 19620 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 28 }, "end": { - "line": 684, + "line": 690, "column": 50 } } }, "range": [ - 19426, - 19450 + 19596, + 19620 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 26 }, "end": { - "line": 684, + "line": 690, "column": 50 } } @@ -27544,61 +27726,61 @@ "value": ">=", "raw": "'>='", "range": [ - 19454, - 19458 + 19624, + 19628 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 54 }, "end": { - "line": 684, + "line": 690, "column": 58 } } }, "range": [ - 19426, - 19458 + 19596, + 19628 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 26 }, "end": { - "line": 684, + "line": 690, "column": 58 } } }, "range": [ - 19408, - 19458 + 19578, + 19628 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 8 }, "end": { - "line": 684, + "line": 690, "column": 58 } } }, "range": [ - 19408, - 19459 + 19578, + 19629 ], "loc": { "start": { - "line": 684, + "line": 690, "column": 8 }, "end": { - "line": 684, + "line": 690, "column": 59 } }, @@ -27607,16 +27789,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19281, - 19399 + 19451, + 19569 ], "loc": { "start": { - "line": 680, + "line": 686, "column": 8 }, "end": { - "line": 683, + "line": 689, "column": 11 } } @@ -27627,16 +27809,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19469, - 19575 + 19639, + 19745 ], "loc": { "start": { - "line": 686, + "line": 692, "column": 8 }, "end": { - "line": 689, + "line": 695, "column": 11 } } @@ -27654,16 +27836,16 @@ "object": { "type": "ThisExpression", "range": [ - 19584, - 19588 + 19754, + 19758 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 8 }, "end": { - "line": 690, + "line": 696, "column": 12 } } @@ -27672,31 +27854,31 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 19589, - 19599 + 19759, + 19769 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 13 }, "end": { - "line": 690, + "line": 696, "column": 23 } } }, "range": [ - 19584, - 19599 + 19754, + 19769 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 8 }, "end": { - "line": 690, + "line": 696, "column": 23 } } @@ -27711,16 +27893,16 @@ "type": "Identifier", "name": "f", "range": [ - 19602, - 19603 + 19772, + 19773 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 26 }, "end": { - "line": 690, + "line": 696, "column": 27 } } @@ -27729,31 +27911,31 @@ "type": "Identifier", "name": "different_operator", "range": [ - 19604, - 19622 + 19774, + 19792 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 28 }, "end": { - "line": 690, + "line": 696, "column": 46 } } }, "range": [ - 19602, - 19622 + 19772, + 19792 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 26 }, "end": { - "line": 690, + "line": 696, "column": 46 } } @@ -27763,61 +27945,61 @@ "value": "!", "raw": "'!'", "range": [ - 19626, - 19629 + 19796, + 19799 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 50 }, "end": { - "line": 690, + "line": 696, "column": 53 } } }, "range": [ - 19602, - 19629 + 19772, + 19799 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 26 }, "end": { - "line": 690, + "line": 696, "column": 53 } } }, "range": [ - 19584, - 19629 + 19754, + 19799 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 8 }, "end": { - "line": 690, + "line": 696, "column": 53 } } }, "range": [ - 19584, - 19630 + 19754, + 19800 ], "loc": { "start": { - "line": 690, + "line": 696, "column": 8 }, "end": { - "line": 690, + "line": 696, "column": 54 } }, @@ -27826,16 +28008,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19469, - 19575 + 19639, + 19745 ], "loc": { "start": { - "line": 686, + "line": 692, "column": 8 }, "end": { - "line": 689, + "line": 695, "column": 11 } } @@ -27846,16 +28028,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19640, - 19740 + 19810, + 19910 ], "loc": { "start": { - "line": 692, + "line": 698, "column": 8 }, "end": { - "line": 695, + "line": 701, "column": 11 } } @@ -27873,16 +28055,16 @@ "object": { "type": "ThisExpression", "range": [ - 19749, - 19753 + 19919, + 19923 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 8 }, "end": { - "line": 696, + "line": 702, "column": 12 } } @@ -27891,31 +28073,31 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 19754, - 19764 + 19924, + 19934 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 13 }, "end": { - "line": 696, + "line": 702, "column": 23 } } }, "range": [ - 19749, - 19764 + 19919, + 19934 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 8 }, "end": { - "line": 696, + "line": 702, "column": 23 } } @@ -27930,16 +28112,16 @@ "type": "Identifier", "name": "f", "range": [ - 19767, - 19768 + 19937, + 19938 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 26 }, "end": { - "line": 696, + "line": 702, "column": 27 } } @@ -27948,31 +28130,31 @@ "type": "Identifier", "name": "like_operator", "range": [ - 19769, - 19782 + 19939, + 19952 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 28 }, "end": { - "line": 696, + "line": 702, "column": 41 } } }, "range": [ - 19767, - 19782 + 19937, + 19952 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 26 }, "end": { - "line": 696, + "line": 702, "column": 41 } } @@ -27982,61 +28164,61 @@ "value": "*", "raw": "'*'", "range": [ - 19786, - 19789 + 19956, + 19959 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 45 }, "end": { - "line": 696, + "line": 702, "column": 48 } } }, "range": [ - 19767, - 19789 + 19937, + 19959 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 26 }, "end": { - "line": 696, + "line": 702, "column": 48 } } }, "range": [ - 19749, - 19789 + 19919, + 19959 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 8 }, "end": { - "line": 696, + "line": 702, "column": 48 } } }, "range": [ - 19749, - 19790 + 19919, + 19960 ], "loc": { "start": { - "line": 696, + "line": 702, "column": 8 }, "end": { - "line": 696, + "line": 702, "column": 49 } }, @@ -28045,16 +28227,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19640, - 19740 + 19810, + 19910 ], "loc": { "start": { - "line": 692, + "line": 698, "column": 8 }, "end": { - "line": 695, + "line": 701, "column": 11 } } @@ -28065,16 +28247,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19800, - 19911 + 19970, + 20081 ], "loc": { "start": { - "line": 698, + "line": 704, "column": 8 }, "end": { - "line": 701, + "line": 707, "column": 11 } } @@ -28092,16 +28274,16 @@ "object": { "type": "ThisExpression", "range": [ - 19920, - 19924 + 20090, + 20094 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 8 }, "end": { - "line": 702, + "line": 708, "column": 12 } } @@ -28110,31 +28292,31 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 19925, - 19935 + 20095, + 20105 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 13 }, "end": { - "line": 702, + "line": 708, "column": 23 } } }, "range": [ - 19920, - 19935 + 20090, + 20105 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 8 }, "end": { - "line": 702, + "line": 708, "column": 23 } } @@ -28149,16 +28331,16 @@ "type": "Identifier", "name": "f", "range": [ - 19938, - 19939 + 20108, + 20109 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 26 }, "end": { - "line": 702, + "line": 708, "column": 27 } } @@ -28167,31 +28349,31 @@ "type": "Identifier", "name": "equal_operator", "range": [ - 19940, - 19954 + 20110, + 20124 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 28 }, "end": { - "line": 702, + "line": 708, "column": 42 } } }, "range": [ - 19938, - 19954 + 20108, + 20124 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 26 }, "end": { - "line": 702, + "line": 708, "column": 42 } } @@ -28201,61 +28383,61 @@ "value": "=", "raw": "'='", "range": [ - 19958, - 19961 + 20128, + 20131 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 46 }, "end": { - "line": 702, + "line": 708, "column": 49 } } }, "range": [ - 19938, - 19961 + 20108, + 20131 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 26 }, "end": { - "line": 702, + "line": 708, "column": 49 } } }, "range": [ - 19920, - 19961 + 20090, + 20131 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 8 }, "end": { - "line": 702, + "line": 708, "column": 49 } } }, "range": [ - 19920, - 19962 + 20090, + 20132 ], "loc": { "start": { - "line": 702, + "line": 708, "column": 8 }, "end": { - "line": 702, + "line": 708, "column": 50 } }, @@ -28264,16 +28446,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19800, - 19911 + 19970, + 20081 ], "loc": { "start": { - "line": 698, + "line": 704, "column": 8 }, "end": { - "line": 701, + "line": 707, "column": 11 } } @@ -28284,16 +28466,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19972, - 20079 + 20142, + 20249 ], "loc": { "start": { - "line": 704, + "line": 710, "column": 8 }, "end": { - "line": 707, + "line": 713, "column": 11 } } @@ -28311,16 +28493,16 @@ "object": { "type": "ThisExpression", "range": [ - 20088, - 20092 + 20258, + 20262 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 8 }, "end": { - "line": 708, + "line": 714, "column": 12 } } @@ -28329,31 +28511,31 @@ "type": "Identifier", "name": "stOperator", "range": [ - 20093, - 20103 + 20263, + 20273 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 13 }, "end": { - "line": 708, + "line": 714, "column": 23 } } }, "range": [ - 20088, - 20103 + 20258, + 20273 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 8 }, "end": { - "line": 708, + "line": 714, "column": 23 } } @@ -28368,16 +28550,16 @@ "type": "Identifier", "name": "f", "range": [ - 20106, - 20107 + 20276, + 20277 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 26 }, "end": { - "line": 708, + "line": 714, "column": 27 } } @@ -28386,31 +28568,31 @@ "type": "Identifier", "name": "start_with_operator", "range": [ - 20108, - 20127 + 20278, + 20297 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 28 }, "end": { - "line": 708, + "line": 714, "column": 47 } } }, "range": [ - 20106, - 20127 + 20276, + 20297 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 26 }, "end": { - "line": 708, + "line": 714, "column": 47 } } @@ -28420,61 +28602,61 @@ "value": "{", "raw": "'{'", "range": [ - 20131, - 20134 + 20301, + 20304 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 51 }, "end": { - "line": 708, + "line": 714, "column": 54 } } }, "range": [ - 20106, - 20134 + 20276, + 20304 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 26 }, "end": { - "line": 708, + "line": 714, "column": 54 } } }, "range": [ - 20088, - 20134 + 20258, + 20304 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 8 }, "end": { - "line": 708, + "line": 714, "column": 54 } } }, "range": [ - 20088, - 20135 + 20258, + 20305 ], "loc": { "start": { - "line": 708, + "line": 714, "column": 8 }, "end": { - "line": 708, + "line": 714, "column": 55 } }, @@ -28483,16 +28665,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19972, - 20079 + 20142, + 20249 ], "loc": { "start": { - "line": 704, + "line": 710, "column": 8 }, "end": { - "line": 707, + "line": 713, "column": 11 } } @@ -28503,16 +28685,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20145, - 20250 + 20315, + 20420 ], "loc": { "start": { - "line": 710, + "line": 716, "column": 8 }, "end": { - "line": 713, + "line": 719, "column": 11 } } @@ -28530,16 +28712,16 @@ "object": { "type": "ThisExpression", "range": [ - 20259, - 20263 + 20429, + 20433 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 8 }, "end": { - "line": 714, + "line": 720, "column": 12 } } @@ -28548,31 +28730,31 @@ "type": "Identifier", "name": "enOperator", "range": [ - 20264, - 20274 + 20434, + 20444 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 13 }, "end": { - "line": 714, + "line": 720, "column": 23 } } }, "range": [ - 20259, - 20274 + 20429, + 20444 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 8 }, "end": { - "line": 714, + "line": 720, "column": 23 } } @@ -28587,16 +28769,16 @@ "type": "Identifier", "name": "f", "range": [ - 20277, - 20278 + 20447, + 20448 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 26 }, "end": { - "line": 714, + "line": 720, "column": 27 } } @@ -28605,31 +28787,31 @@ "type": "Identifier", "name": "end_with_operator", "range": [ - 20279, - 20296 + 20449, + 20466 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 28 }, "end": { - "line": 714, + "line": 720, "column": 45 } } }, "range": [ - 20277, - 20296 + 20447, + 20466 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 26 }, "end": { - "line": 714, + "line": 720, "column": 45 } } @@ -28639,61 +28821,61 @@ "value": "}", "raw": "'}'", "range": [ - 20300, - 20303 + 20470, + 20473 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 49 }, "end": { - "line": 714, + "line": 720, "column": 52 } } }, "range": [ - 20277, - 20303 + 20447, + 20473 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 26 }, "end": { - "line": 714, + "line": 720, "column": 52 } } }, "range": [ - 20259, - 20303 + 20429, + 20473 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 8 }, "end": { - "line": 714, + "line": 720, "column": 52 } } }, "range": [ - 20259, - 20304 + 20429, + 20474 ], "loc": { "start": { - "line": 714, + "line": 720, "column": 8 }, "end": { - "line": 714, + "line": 720, "column": 53 } }, @@ -28702,16 +28884,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20145, - 20250 + 20315, + 20420 ], "loc": { "start": { - "line": 710, + "line": 716, "column": 8 }, "end": { - "line": 713, + "line": 719, "column": 11 } } @@ -28722,16 +28904,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20314, - 20354 + 20484, + 20524 ], "loc": { "start": { - "line": 716, + "line": 722, "column": 8 }, "end": { - "line": 716, + "line": 722, "column": 48 } } @@ -28740,245 +28922,8 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20364, - 20440 - ], - "loc": { - "start": { - "line": 718, - "column": 8 - }, - "end": { - "line": 721, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 20449, - 20453 - ], - "loc": { - "start": { - "line": 722, - "column": 8 - }, - "end": { - "line": 722, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "separator", - "range": [ - 20454, - 20463 - ], - "loc": { - "start": { - "line": 722, - "column": 13 - }, - "end": { - "line": 722, - "column": 22 - } - } - }, - "range": [ - 20449, - 20463 - ], - "loc": { - "start": { - "line": 722, - "column": 8 - }, - "end": { - "line": 722, - "column": 22 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 20466, - 20467 - ], - "loc": { - "start": { - "line": 722, - "column": 25 - }, - "end": { - "line": 722, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "separator", - "range": [ - 20468, - 20477 - ], - "loc": { - "start": { - "line": 722, - "column": 27 - }, - "end": { - "line": 722, - "column": 36 - } - } - }, - "range": [ - 20466, - 20477 - ], - "loc": { - "start": { - "line": 722, - "column": 25 - }, - "end": { - "line": 722, - "column": 36 - } - } - }, - "right": { - "type": "Literal", - "value": ",", - "raw": "','", - "range": [ - 20481, - 20484 - ], - "loc": { - "start": { - "line": 722, - "column": 40 - }, - "end": { - "line": 722, - "column": 43 - } - } - }, - "range": [ - 20466, - 20484 - ], - "loc": { - "start": { - "line": 722, - "column": 25 - }, - "end": { - "line": 722, - "column": 43 - } - } - }, - "range": [ - 20449, - 20484 - ], - "loc": { - "start": { - "line": 722, - "column": 8 - }, - "end": { - "line": 722, - "column": 43 - } - } - }, - "range": [ - 20449, - 20485 - ], - "loc": { - "start": { - "line": 722, - "column": 8 - }, - "end": { - "line": 722, - "column": 44 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": " this.curExp = f.cur_exp || '^[¥£€$]';", - "range": [ - 20314, - 20354 - ], - "loc": { - "start": { - "line": 716, - "column": 8 - }, - "end": { - "line": 716, - "column": 48 - } - } - }, - { - "type": "Block", - "value": "*\n * Stored values separator\n * @type {String}\n ", - "range": [ - 20364, - 20440 - ], - "loc": { - "start": { - "line": 718, - "column": 8 - }, - "end": { - "line": 721, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", - "range": [ - 20495, - 20581 + 20534, + 20610 ], "loc": { "start": { @@ -29004,8 +28949,8 @@ "object": { "type": "ThisExpression", "range": [ - 20590, - 20594 + 20619, + 20623 ], "loc": { "start": { @@ -29020,10 +28965,10 @@ }, "property": { "type": "Identifier", - "name": "rowsCounter", + "name": "separator", "range": [ - 20595, - 20606 + 20624, + 20633 ], "loc": { "start": { @@ -29032,13 +28977,13 @@ }, "end": { "line": 728, - "column": 24 + "column": 22 } } }, "range": [ - 20590, - 20606 + 20619, + 20633 ], "loc": { "start": { @@ -29047,6 +28992,243 @@ }, "end": { "line": 728, + "column": 22 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 20636, + 20637 + ], + "loc": { + "start": { + "line": 728, + "column": 25 + }, + "end": { + "line": 728, + "column": 26 + } + } + }, + "property": { + "type": "Identifier", + "name": "separator", + "range": [ + 20638, + 20647 + ], + "loc": { + "start": { + "line": 728, + "column": 27 + }, + "end": { + "line": 728, + "column": 36 + } + } + }, + "range": [ + 20636, + 20647 + ], + "loc": { + "start": { + "line": 728, + "column": 25 + }, + "end": { + "line": 728, + "column": 36 + } + } + }, + "right": { + "type": "Literal", + "value": ",", + "raw": "','", + "range": [ + 20651, + 20654 + ], + "loc": { + "start": { + "line": 728, + "column": 40 + }, + "end": { + "line": 728, + "column": 43 + } + } + }, + "range": [ + 20636, + 20654 + ], + "loc": { + "start": { + "line": 728, + "column": 25 + }, + "end": { + "line": 728, + "column": 43 + } + } + }, + "range": [ + 20619, + 20654 + ], + "loc": { + "start": { + "line": 728, + "column": 8 + }, + "end": { + "line": 728, + "column": 43 + } + } + }, + "range": [ + 20619, + 20655 + ], + "loc": { + "start": { + "line": 728, + "column": 8 + }, + "end": { + "line": 728, + "column": 44 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " this.curExp = f.cur_exp || '^[¥£€$]';", + "range": [ + 20484, + 20524 + ], + "loc": { + "start": { + "line": 722, + "column": 8 + }, + "end": { + "line": 722, + "column": 48 + } + } + }, + { + "type": "Block", + "value": "*\n * Stored values separator\n * @type {String}\n ", + "range": [ + 20534, + 20610 + ], + "loc": { + "start": { + "line": 724, + "column": 8 + }, + "end": { + "line": 727, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", + "range": [ + 20665, + 20751 + ], + "loc": { + "start": { + "line": 730, + "column": 8 + }, + "end": { + "line": 733, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 20760, + 20764 + ], + "loc": { + "start": { + "line": 734, + "column": 8 + }, + "end": { + "line": 734, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "rowsCounter", + "range": [ + 20765, + 20776 + ], + "loc": { + "start": { + "line": 734, + "column": 13 + }, + "end": { + "line": 734, + "column": 24 + } + } + }, + "range": [ + 20760, + 20776 + ], + "loc": { + "start": { + "line": 734, + "column": 8 + }, + "end": { + "line": 734, "column": 24 } } @@ -29057,16 +29239,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20609, - 20616 + 20779, + 20786 ], "loc": { "start": { - "line": 728, + "line": 734, "column": 27 }, "end": { - "line": 728, + "line": 734, "column": 34 } } @@ -29079,16 +29261,16 @@ "type": "Identifier", "name": "f", "range": [ - 20617, - 20618 + 20787, + 20788 ], "loc": { "start": { - "line": 728, + "line": 734, "column": 35 }, "end": { - "line": 728, + "line": 734, "column": 36 } } @@ -29097,77 +29279,77 @@ "type": "Identifier", "name": "rows_counter", "range": [ - 20619, - 20631 + 20789, + 20801 ], "loc": { "start": { - "line": 728, + "line": 734, "column": 37 }, "end": { - "line": 728, + "line": 734, "column": 49 } } }, "range": [ - 20617, - 20631 + 20787, + 20801 ], "loc": { "start": { - "line": 728, + "line": 734, "column": 35 }, "end": { - "line": 728, + "line": 734, "column": 49 } } } ], "range": [ - 20609, - 20632 + 20779, + 20802 ], "loc": { "start": { - "line": 728, + "line": 734, "column": 27 }, "end": { - "line": 728, + "line": 734, "column": 50 } } }, "range": [ - 20590, - 20632 + 20760, + 20802 ], "loc": { "start": { - "line": 728, + "line": 734, "column": 8 }, "end": { - "line": 728, + "line": 734, "column": 50 } } }, "range": [ - 20590, - 20633 + 20760, + 20803 ], "loc": { "start": { - "line": 728, + "line": 734, "column": 8 }, "end": { - "line": 728, + "line": 734, "column": 51 } }, @@ -29176,16 +29358,16 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20495, - 20581 + 20665, + 20751 ], "loc": { "start": { - "line": 724, + "line": 730, "column": 8 }, "end": { - "line": 727, + "line": 733, "column": 11 } } @@ -29196,16 +29378,16 @@ "type": "Block", "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", "range": [ - 20643, - 20727 + 20813, + 20897 ], "loc": { "start": { - "line": 730, + "line": 736, "column": 8 }, "end": { - "line": 733, + "line": 739, "column": 11 } } @@ -29223,16 +29405,16 @@ "object": { "type": "ThisExpression", "range": [ - 20736, - 20740 + 20906, + 20910 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 8 }, "end": { - "line": 734, + "line": 740, "column": 12 } } @@ -29241,31 +29423,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 20741, - 20750 + 20911, + 20920 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 13 }, "end": { - "line": 734, + "line": 740, "column": 22 } } }, "range": [ - 20736, - 20750 + 20906, + 20920 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 8 }, "end": { - "line": 734, + "line": 740, "column": 22 } } @@ -29276,16 +29458,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20753, - 20760 + 20923, + 20930 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 25 }, "end": { - "line": 734, + "line": 740, "column": 32 } } @@ -29298,16 +29480,16 @@ "type": "Identifier", "name": "f", "range": [ - 20761, - 20762 + 20931, + 20932 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 33 }, "end": { - "line": 734, + "line": 740, "column": 34 } } @@ -29316,77 +29498,77 @@ "type": "Identifier", "name": "status_bar", "range": [ - 20763, - 20773 + 20933, + 20943 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 35 }, "end": { - "line": 734, + "line": 740, "column": 45 } } }, "range": [ - 20761, - 20773 + 20931, + 20943 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 33 }, "end": { - "line": 734, + "line": 740, "column": 45 } } } ], "range": [ - 20753, - 20774 + 20923, + 20944 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 25 }, "end": { - "line": 734, + "line": 740, "column": 46 } } }, "range": [ - 20736, - 20774 + 20906, + 20944 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 8 }, "end": { - "line": 734, + "line": 740, "column": 46 } } }, "range": [ - 20736, - 20775 + 20906, + 20945 ], "loc": { "start": { - "line": 734, + "line": 740, "column": 8 }, "end": { - "line": 734, + "line": 740, "column": 47 } }, @@ -29395,16 +29577,16 @@ "type": "Block", "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", "range": [ - 20643, - 20727 + 20813, + 20897 ], "loc": { "start": { - "line": 730, + "line": 736, "column": 8 }, "end": { - "line": 733, + "line": 739, "column": 11 } } @@ -29415,16 +29597,16 @@ "type": "Block", "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", "range": [ - 20785, - 20885 + 20955, + 21055 ], "loc": { "start": { - "line": 736, + "line": 742, "column": 8 }, "end": { - "line": 739, + "line": 745, "column": 11 } } @@ -29442,16 +29624,16 @@ "object": { "type": "ThisExpression", "range": [ - 20894, - 20898 + 21064, + 21068 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 8 }, "end": { - "line": 740, + "line": 746, "column": 12 } } @@ -29460,31 +29642,31 @@ "type": "Identifier", "name": "loader", "range": [ - 20899, - 20905 + 21069, + 21075 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 13 }, "end": { - "line": 740, + "line": 746, "column": 19 } } }, "range": [ - 20894, - 20905 + 21064, + 21075 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 8 }, "end": { - "line": 740, + "line": 746, "column": 19 } } @@ -29495,16 +29677,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20908, - 20915 + 21078, + 21085 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 22 }, "end": { - "line": 740, + "line": 746, "column": 29 } } @@ -29517,16 +29699,16 @@ "type": "Identifier", "name": "f", "range": [ - 20916, - 20917 + 21086, + 21087 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 30 }, "end": { - "line": 740, + "line": 746, "column": 31 } } @@ -29535,77 +29717,77 @@ "type": "Identifier", "name": "loader", "range": [ - 20918, - 20924 + 21088, + 21094 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 32 }, "end": { - "line": 740, + "line": 746, "column": 38 } } }, "range": [ - 20916, - 20924 + 21086, + 21094 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 30 }, "end": { - "line": 740, + "line": 746, "column": 38 } } } ], "range": [ - 20908, - 20925 + 21078, + 21095 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 22 }, "end": { - "line": 740, + "line": 746, "column": 39 } } }, "range": [ - 20894, - 20925 + 21064, + 21095 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 8 }, "end": { - "line": 740, + "line": 746, "column": 39 } } }, "range": [ - 20894, - 20926 + 21064, + 21096 ], "loc": { "start": { - "line": 740, + "line": 746, "column": 8 }, "end": { - "line": 740, + "line": 746, "column": 40 } }, @@ -29614,16 +29796,16 @@ "type": "Block", "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", "range": [ - 20785, - 20885 + 20955, + 21055 ], "loc": { "start": { - "line": 736, + "line": 742, "column": 8 }, "end": { - "line": 739, + "line": 745, "column": 11 } } @@ -29634,16 +29816,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 20936, - 20978 + 21106, + 21148 ], "loc": { "start": { - "line": 742, + "line": 748, "column": 8 }, "end": { - "line": 742, + "line": 748, "column": 50 } } @@ -29652,245 +29834,8 @@ "type": "Block", "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", "range": [ - 20987, - 21073 - ], - "loc": { - "start": { - "line": 743, - "column": 8 - }, - "end": { - "line": 746, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 21082, - 21086 - ], - "loc": { - "start": { - "line": 747, - "column": 8 - }, - "end": { - "line": 747, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "displayBtn", - "range": [ - 21087, - 21097 - ], - "loc": { - "start": { - "line": 747, - "column": 13 - }, - "end": { - "line": 747, - "column": 23 - } - } - }, - "range": [ - 21082, - 21097 - ], - "loc": { - "start": { - "line": 747, - "column": 8 - }, - "end": { - "line": 747, - "column": 23 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 21100, - 21107 - ], - "loc": { - "start": { - "line": 747, - "column": 26 - }, - "end": { - "line": 747, - "column": 33 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 21108, - 21109 - ], - "loc": { - "start": { - "line": 747, - "column": 34 - }, - "end": { - "line": 747, - "column": 35 - } - } - }, - "property": { - "type": "Identifier", - "name": "btn", - "range": [ - 21110, - 21113 - ], - "loc": { - "start": { - "line": 747, - "column": 36 - }, - "end": { - "line": 747, - "column": 39 - } - } - }, - "range": [ - 21108, - 21113 - ], - "loc": { - "start": { - "line": 747, - "column": 34 - }, - "end": { - "line": 747, - "column": 39 - } - } - } - ], - "range": [ - 21100, - 21114 - ], - "loc": { - "start": { - "line": 747, - "column": 26 - }, - "end": { - "line": 747, - "column": 40 - } - } - }, - "range": [ - 21082, - 21114 - ], - "loc": { - "start": { - "line": 747, - "column": 8 - }, - "end": { - "line": 747, - "column": 40 - } - } - }, - "range": [ - 21082, - 21115 - ], - "loc": { - "start": { - "line": 747, - "column": 8 - }, - "end": { - "line": 747, - "column": 41 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "** validation - reset buttons/links **", - "range": [ - 20936, - 20978 - ], - "loc": { - "start": { - "line": 742, - "column": 8 - }, - "end": { - "line": 742, - "column": 50 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", - "range": [ - 20987, - 21073 - ], - "loc": { - "start": { - "line": 743, - "column": 8 - }, - "end": { - "line": 746, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Define filters submission button text\n * @type {String}\n ", - "range": [ - 21125, - 21215 + 21157, + 21243 ], "loc": { "start": { @@ -29916,8 +29861,8 @@ "object": { "type": "ThisExpression", "range": [ - 21224, - 21228 + 21252, + 21256 ], "loc": { "start": { @@ -29932,10 +29877,10 @@ }, "property": { "type": "Identifier", - "name": "btnText", + "name": "displayBtn", "range": [ - 21229, - 21236 + 21257, + 21267 ], "loc": { "start": { @@ -29944,13 +29889,13 @@ }, "end": { "line": 753, - "column": 20 + "column": 23 } } }, "range": [ - 21224, - 21236 + 21252, + 21267 ], "loc": { "start": { @@ -29959,6 +29904,243 @@ }, "end": { "line": 753, + "column": 23 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 21270, + 21277 + ], + "loc": { + "start": { + "line": 753, + "column": 26 + }, + "end": { + "line": 753, + "column": 33 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 21278, + 21279 + ], + "loc": { + "start": { + "line": 753, + "column": 34 + }, + "end": { + "line": 753, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "btn", + "range": [ + 21280, + 21283 + ], + "loc": { + "start": { + "line": 753, + "column": 36 + }, + "end": { + "line": 753, + "column": 39 + } + } + }, + "range": [ + 21278, + 21283 + ], + "loc": { + "start": { + "line": 753, + "column": 34 + }, + "end": { + "line": 753, + "column": 39 + } + } + } + ], + "range": [ + 21270, + 21284 + ], + "loc": { + "start": { + "line": 753, + "column": 26 + }, + "end": { + "line": 753, + "column": 40 + } + } + }, + "range": [ + 21252, + 21284 + ], + "loc": { + "start": { + "line": 753, + "column": 8 + }, + "end": { + "line": 753, + "column": 40 + } + } + }, + "range": [ + 21252, + 21285 + ], + "loc": { + "start": { + "line": 753, + "column": 8 + }, + "end": { + "line": 753, + "column": 41 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "** validation - reset buttons/links **", + "range": [ + 21106, + 21148 + ], + "loc": { + "start": { + "line": 748, + "column": 8 + }, + "end": { + "line": 748, + "column": 50 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", + "range": [ + 21157, + 21243 + ], + "loc": { + "start": { + "line": 749, + "column": 8 + }, + "end": { + "line": 752, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Define filters submission button text\n * @type {String}\n ", + "range": [ + 21295, + 21385 + ], + "loc": { + "start": { + "line": 755, + "column": 8 + }, + "end": { + "line": 758, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 21394, + 21398 + ], + "loc": { + "start": { + "line": 759, + "column": 8 + }, + "end": { + "line": 759, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "btnText", + "range": [ + 21399, + 21406 + ], + "loc": { + "start": { + "line": 759, + "column": 13 + }, + "end": { + "line": 759, + "column": 20 + } + } + }, + "range": [ + 21394, + 21406 + ], + "loc": { + "start": { + "line": 759, + "column": 8 + }, + "end": { + "line": 759, "column": 20 } } @@ -29973,16 +30155,16 @@ "type": "Identifier", "name": "f", "range": [ - 21239, - 21240 + 21409, + 21410 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 23 }, "end": { - "line": 753, + "line": 759, "column": 24 } } @@ -29991,31 +30173,31 @@ "type": "Identifier", "name": "btn_text", "range": [ - 21241, - 21249 + 21411, + 21419 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 25 }, "end": { - "line": 753, + "line": 759, "column": 33 } } }, "range": [ - 21239, - 21249 + 21409, + 21419 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 23 }, "end": { - "line": 753, + "line": 759, "column": 33 } } @@ -30031,16 +30213,16 @@ "object": { "type": "ThisExpression", "range": [ - 21255, - 21259 + 21425, + 21429 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 39 }, "end": { - "line": 753, + "line": 759, "column": 43 } } @@ -30049,47 +30231,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 21260, - 21271 + 21430, + 21441 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 44 }, "end": { - "line": 753, + "line": 759, "column": 55 } } }, "range": [ - 21255, - 21271 + 21425, + 21441 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 39 }, "end": { - "line": 753, + "line": 759, "column": 55 } } }, "prefix": true, "range": [ - 21254, - 21271 + 21424, + 21441 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 38 }, "end": { - "line": 753, + "line": 759, "column": 55 } } @@ -30099,16 +30281,16 @@ "value": "Go", "raw": "'Go'", "range": [ - 21274, - 21278 + 21444, + 21448 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 58 }, "end": { - "line": 753, + "line": 759, "column": 62 } } @@ -30118,76 +30300,76 @@ "value": "", "raw": "''", "range": [ - 21281, - 21283 + 21451, + 21453 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 65 }, "end": { - "line": 753, + "line": 759, "column": 67 } } }, "range": [ - 21254, - 21283 + 21424, + 21453 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 38 }, "end": { - "line": 753, + "line": 759, "column": 67 } } }, "range": [ - 21239, - 21284 + 21409, + 21454 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 23 }, "end": { - "line": 753, + "line": 759, "column": 68 } } }, "range": [ - 21224, - 21284 + 21394, + 21454 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 8 }, "end": { - "line": 753, + "line": 759, "column": 68 } } }, "range": [ - 21224, - 21285 + 21394, + 21455 ], "loc": { "start": { - "line": 753, + "line": 759, "column": 8 }, "end": { - "line": 753, + "line": 759, "column": 69 } }, @@ -30196,16 +30378,16 @@ "type": "Block", "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 21125, - 21215 + 21295, + 21385 ], "loc": { "start": { - "line": 749, + "line": 755, "column": 8 }, "end": { - "line": 752, + "line": 758, "column": 11 } } @@ -30216,16 +30398,16 @@ "type": "Block", "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21295, - 21387 + 21465, + 21557 ], "loc": { "start": { - "line": 755, + "line": 761, "column": 8 }, "end": { - "line": 758, + "line": 764, "column": 11 } } @@ -30243,16 +30425,16 @@ "object": { "type": "ThisExpression", "range": [ - 21396, - 21400 + 21566, + 21570 ], "loc": { "start": { - "line": 759, + "line": 765, "column": 8 }, "end": { - "line": 759, + "line": 765, "column": 12 } } @@ -30261,31 +30443,31 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 21401, - 21412 + 21571, + 21582 ], "loc": { "start": { - "line": 759, + "line": 765, "column": 13 }, "end": { - "line": 759, + "line": 765, "column": 24 } } }, "range": [ - 21396, - 21412 + 21566, + 21582 ], "loc": { "start": { - "line": 759, + "line": 765, "column": 8 }, "end": { - "line": 759, + "line": 765, "column": 24 } } @@ -30300,16 +30482,16 @@ "type": "Identifier", "name": "f", "range": [ - 21415, - 21416 + 21585, + 21586 ], "loc": { "start": { - "line": 759, + "line": 765, "column": 27 }, "end": { - "line": 759, + "line": 765, "column": 28 } } @@ -30318,31 +30500,31 @@ "type": "Identifier", "name": "btn_css_class", "range": [ - 21417, - 21430 + 21587, + 21600 ], "loc": { "start": { - "line": 759, + "line": 765, "column": 29 }, "end": { - "line": 759, + "line": 765, "column": 42 } } }, "range": [ - 21415, - 21430 + 21585, + 21600 ], "loc": { "start": { - "line": 759, + "line": 765, "column": 27 }, "end": { - "line": 759, + "line": 765, "column": 42 } } @@ -30358,16 +30540,16 @@ "object": { "type": "ThisExpression", "range": [ - 21448, - 21452 + 21618, + 21622 ], "loc": { "start": { - "line": 760, + "line": 766, "column": 14 }, "end": { - "line": 760, + "line": 766, "column": 18 } } @@ -30376,47 +30558,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 21453, - 21464 + 21623, + 21634 ], "loc": { "start": { - "line": 760, + "line": 766, "column": 19 }, "end": { - "line": 760, + "line": 766, "column": 30 } } }, "range": [ - 21448, - 21464 + 21618, + 21634 ], "loc": { "start": { - "line": 760, + "line": 766, "column": 14 }, "end": { - "line": 760, + "line": 766, "column": 30 } } }, "prefix": true, "range": [ - 21447, - 21464 + 21617, + 21634 ], "loc": { "start": { - "line": 760, + "line": 766, "column": 13 }, "end": { - "line": 760, + "line": 766, "column": 30 } } @@ -30426,16 +30608,16 @@ "value": "btnflt", "raw": "'btnflt'", "range": [ - 21467, - 21475 + 21637, + 21645 ], "loc": { "start": { - "line": 760, + "line": 766, "column": 33 }, "end": { - "line": 760, + "line": 766, "column": 41 } } @@ -30445,76 +30627,76 @@ "value": "btnflt_icon", "raw": "'btnflt_icon'", "range": [ - 21478, - 21491 + 21648, + 21661 ], "loc": { "start": { - "line": 760, + "line": 766, "column": 44 }, "end": { - "line": 760, + "line": 766, "column": 57 } } }, "range": [ - 21447, - 21491 + 21617, + 21661 ], "loc": { "start": { - "line": 760, + "line": 766, "column": 13 }, "end": { - "line": 760, + "line": 766, "column": 57 } } }, "range": [ - 21415, - 21492 + 21585, + 21662 ], "loc": { "start": { - "line": 759, + "line": 765, "column": 27 }, "end": { - "line": 760, + "line": 766, "column": 58 } } }, "range": [ - 21396, - 21492 + 21566, + 21662 ], "loc": { "start": { - "line": 759, + "line": 765, "column": 8 }, "end": { - "line": 760, + "line": 766, "column": 58 } } }, "range": [ - 21396, - 21493 + 21566, + 21663 ], "loc": { "start": { - "line": 759, + "line": 765, "column": 8 }, "end": { - "line": 760, + "line": 766, "column": 59 } }, @@ -30523,16 +30705,16 @@ "type": "Block", "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21295, - 21387 + 21465, + 21557 ], "loc": { "start": { - "line": 755, + "line": 761, "column": 8 }, "end": { - "line": 758, + "line": 764, "column": 11 } } @@ -30543,16 +30725,16 @@ "type": "Block", "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21503, - 21576 + 21673, + 21746 ], "loc": { "start": { - "line": 762, + "line": 768, "column": 8 }, "end": { - "line": 765, + "line": 771, "column": 11 } } @@ -30570,16 +30752,16 @@ "object": { "type": "ThisExpression", "range": [ - 21585, - 21589 + 21755, + 21759 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 8 }, "end": { - "line": 766, + "line": 772, "column": 12 } } @@ -30588,31 +30770,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 21590, - 21598 + 21760, + 21768 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 13 }, "end": { - "line": 766, + "line": 772, "column": 21 } } }, "range": [ - 21585, - 21598 + 21755, + 21768 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 8 }, "end": { - "line": 766, + "line": 772, "column": 21 } } @@ -30623,16 +30805,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 21601, - 21608 + 21771, + 21778 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 24 }, "end": { - "line": 766, + "line": 772, "column": 31 } } @@ -30645,16 +30827,16 @@ "type": "Identifier", "name": "f", "range": [ - 21609, - 21610 + 21779, + 21780 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 32 }, "end": { - "line": 766, + "line": 772, "column": 33 } } @@ -30663,77 +30845,77 @@ "type": "Identifier", "name": "btn_reset", "range": [ - 21611, - 21620 + 21781, + 21790 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 34 }, "end": { - "line": 766, + "line": 772, "column": 43 } } }, "range": [ - 21609, - 21620 + 21779, + 21790 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 32 }, "end": { - "line": 766, + "line": 772, "column": 43 } } } ], "range": [ - 21601, - 21621 + 21771, + 21791 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 24 }, "end": { - "line": 766, + "line": 772, "column": 44 } } }, "range": [ - 21585, - 21621 + 21755, + 21791 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 8 }, "end": { - "line": 766, + "line": 772, "column": 44 } } }, "range": [ - 21585, - 21622 + 21755, + 21792 ], "loc": { "start": { - "line": 766, + "line": 772, "column": 8 }, "end": { - "line": 766, + "line": 772, "column": 45 } }, @@ -30742,16 +30924,16 @@ "type": "Block", "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21503, - 21576 + 21673, + 21746 ], "loc": { "start": { - "line": 762, + "line": 768, "column": 8 }, "end": { - "line": 765, + "line": 771, "column": 11 } } @@ -30762,16 +30944,16 @@ "type": "Block", "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21632, - 21728 + 21802, + 21898 ], "loc": { "start": { - "line": 768, + "line": 774, "column": 8 }, "end": { - "line": 771, + "line": 777, "column": 11 } } @@ -30789,16 +30971,16 @@ "object": { "type": "ThisExpression", "range": [ - 21737, - 21741 + 21907, + 21911 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 8 }, "end": { - "line": 772, + "line": 778, "column": 12 } } @@ -30807,31 +30989,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 21742, - 21755 + 21912, + 21925 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 13 }, "end": { - "line": 772, + "line": 778, "column": 26 } } }, "range": [ - 21737, - 21755 + 21907, + 21925 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 8 }, "end": { - "line": 772, + "line": 778, "column": 26 } } @@ -30844,16 +31026,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 21758, - 21762 + 21928, + 21932 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 29 }, "end": { - "line": 772, + "line": 778, "column": 33 } } @@ -30866,16 +31048,16 @@ "type": "Identifier", "name": "f", "range": [ - 21763, - 21764 + 21933, + 21934 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 34 }, "end": { - "line": 772, + "line": 778, "column": 35 } } @@ -30884,47 +31066,47 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 21765, - 21780 + 21935, + 21950 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 36 }, "end": { - "line": 772, + "line": 778, "column": 51 } } }, "range": [ - 21763, - 21780 + 21933, + 21950 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 34 }, "end": { - "line": 772, + "line": 778, "column": 51 } } } ], "range": [ - 21758, - 21781 + 21928, + 21951 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 29 }, "end": { - "line": 772, + "line": 778, "column": 52 } } @@ -30936,16 +31118,16 @@ "type": "Identifier", "name": "f", "range": [ - 21796, - 21797 + 21966, + 21967 ], "loc": { "start": { - "line": 773, + "line": 779, "column": 12 }, "end": { - "line": 773, + "line": 779, "column": 13 } } @@ -30954,31 +31136,31 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 21798, - 21813 + 21968, + 21983 ], "loc": { "start": { - "line": 773, + "line": 779, "column": 14 }, "end": { - "line": 773, + "line": 779, "column": 29 } } }, "range": [ - 21796, - 21813 + 21966, + 21983 ], "loc": { "start": { - "line": 773, + "line": 779, "column": 12 }, "end": { - "line": 773, + "line": 779, "column": 29 } } @@ -30988,61 +31170,61 @@ "value": null, "raw": "null", "range": [ - 21816, - 21820 + 21986, + 21990 ], "loc": { "start": { - "line": 773, + "line": 779, "column": 32 }, "end": { - "line": 773, + "line": 779, "column": 36 } } }, "range": [ - 21758, - 21820 + 21928, + 21990 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 29 }, "end": { - "line": 773, + "line": 779, "column": 36 } } }, "range": [ - 21737, - 21820 + 21907, + 21990 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 8 }, "end": { - "line": 773, + "line": 779, "column": 36 } } }, "range": [ - 21737, - 21821 + 21907, + 21991 ], "loc": { "start": { - "line": 772, + "line": 778, "column": 8 }, "end": { - "line": 773, + "line": 779, "column": 37 } }, @@ -31051,16 +31233,16 @@ "type": "Block", "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21632, - 21728 + 21802, + 21898 ], "loc": { "start": { - "line": 768, + "line": 774, "column": 8 }, "end": { - "line": 771, + "line": 777, "column": 11 } } @@ -31071,16 +31253,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 21831, - 21926 + 22001, + 22096 ], "loc": { "start": { - "line": 775, + "line": 781, "column": 8 }, "end": { - "line": 778, + "line": 784, "column": 11 } } @@ -31098,16 +31280,16 @@ "object": { "type": "ThisExpression", "range": [ - 21935, - 21939 + 22105, + 22109 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 8 }, "end": { - "line": 779, + "line": 785, "column": 12 } } @@ -31116,31 +31298,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 21940, - 21952 + 22110, + 22122 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 13 }, "end": { - "line": 779, + "line": 785, "column": 25 } } }, "range": [ - 21935, - 21952 + 22105, + 22122 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 8 }, "end": { - "line": 779, + "line": 785, "column": 25 } } @@ -31153,16 +31335,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 21955, - 21959 + 22125, + 22129 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 28 }, "end": { - "line": 779, + "line": 785, "column": 32 } } @@ -31175,16 +31357,16 @@ "type": "Identifier", "name": "f", "range": [ - 21960, - 21961 + 22130, + 22131 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 33 }, "end": { - "line": 779, + "line": 785, "column": 34 } } @@ -31193,47 +31375,47 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 21962, - 21976 + 22132, + 22146 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 35 }, "end": { - "line": 779, + "line": 785, "column": 49 } } }, "range": [ - 21960, - 21976 + 22130, + 22146 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 33 }, "end": { - "line": 779, + "line": 785, "column": 49 } } } ], "range": [ - 21955, - 21977 + 22125, + 22147 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 28 }, "end": { - "line": 779, + "line": 785, "column": 50 } } @@ -31245,16 +31427,16 @@ "type": "Identifier", "name": "f", "range": [ - 21980, - 21981 + 22150, + 22151 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 53 }, "end": { - "line": 779, + "line": 785, "column": 54 } } @@ -31263,31 +31445,31 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 21982, - 21996 + 22152, + 22166 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 55 }, "end": { - "line": 779, + "line": 785, "column": 69 } } }, "range": [ - 21980, - 21996 + 22150, + 22166 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 53 }, "end": { - "line": 779, + "line": 785, "column": 69 } } @@ -31297,61 +31479,61 @@ "value": null, "raw": "null", "range": [ - 21999, - 22003 + 22169, + 22173 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 72 }, "end": { - "line": 779, + "line": 785, "column": 76 } } }, "range": [ - 21955, - 22003 + 22125, + 22173 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 28 }, "end": { - "line": 779, + "line": 785, "column": 76 } } }, "range": [ - 21935, - 22003 + 22105, + 22173 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 8 }, "end": { - "line": 779, + "line": 785, "column": 76 } } }, "range": [ - 21935, - 22004 + 22105, + 22174 ], "loc": { "start": { - "line": 779, + "line": 785, "column": 8 }, "end": { - "line": 779, + "line": 785, "column": 77 } }, @@ -31360,16 +31542,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 21831, - 21926 + 22001, + 22096 ], "loc": { "start": { - "line": 775, + "line": 781, "column": 8 }, "end": { - "line": 778, + "line": 784, "column": 11 } } @@ -31380,16 +31562,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 22014, - 22091 + 22184, + 22261 ], "loc": { "start": { - "line": 781, + "line": 787, "column": 8 }, "end": { - "line": 784, + "line": 790, "column": 11 } } @@ -31407,16 +31589,16 @@ "object": { "type": "ThisExpression", "range": [ - 22100, - 22104 + 22270, + 22274 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 8 }, "end": { - "line": 785, + "line": 791, "column": 12 } } @@ -31425,31 +31607,31 @@ "type": "Identifier", "name": "paging", "range": [ - 22105, - 22111 + 22275, + 22281 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 13 }, "end": { - "line": 785, + "line": 791, "column": 19 } } }, "range": [ - 22100, - 22111 + 22270, + 22281 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 8 }, "end": { - "line": 785, + "line": 791, "column": 19 } } @@ -31460,16 +31642,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 22114, - 22121 + 22284, + 22291 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 22 }, "end": { - "line": 785, + "line": 791, "column": 29 } } @@ -31482,16 +31664,16 @@ "type": "Identifier", "name": "f", "range": [ - 22122, - 22123 + 22292, + 22293 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 30 }, "end": { - "line": 785, + "line": 791, "column": 31 } } @@ -31500,77 +31682,77 @@ "type": "Identifier", "name": "paging", "range": [ - 22124, - 22130 + 22294, + 22300 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 32 }, "end": { - "line": 785, + "line": 791, "column": 38 } } }, "range": [ - 22122, - 22130 + 22292, + 22300 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 30 }, "end": { - "line": 785, + "line": 791, "column": 38 } } } ], "range": [ - 22114, - 22131 + 22284, + 22301 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 22 }, "end": { - "line": 785, + "line": 791, "column": 39 } } }, "range": [ - 22100, - 22131 + 22270, + 22301 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 8 }, "end": { - "line": 785, + "line": 791, "column": 39 } } }, "range": [ - 22100, - 22132 + 22270, + 22302 ], "loc": { "start": { - "line": 785, + "line": 791, "column": 8 }, "end": { - "line": 785, + "line": 791, "column": 40 } }, @@ -31579,16 +31761,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 22014, - 22091 + 22184, + 22261 ], "loc": { "start": { - "line": 781, + "line": 787, "column": 8 }, "end": { - "line": 784, + "line": 790, "column": 11 } } @@ -31599,16 +31781,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 22142, - 22236 + 22312, + 22406 ], "loc": { "start": { - "line": 787, + "line": 793, "column": 8 }, "end": { - "line": 791, + "line": 797, "column": 11 } } @@ -31626,16 +31808,16 @@ "object": { "type": "ThisExpression", "range": [ - 22245, - 22249 + 22415, + 22419 ], "loc": { "start": { - "line": 792, + "line": 798, "column": 8 }, "end": { - "line": 792, + "line": 798, "column": 12 } } @@ -31644,31 +31826,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 22250, - 22262 + 22420, + 22432 ], "loc": { "start": { - "line": 792, + "line": 798, "column": 13 }, "end": { - "line": 792, + "line": 798, "column": 25 } } }, "range": [ - 22245, - 22262 + 22415, + 22432 ], "loc": { "start": { - "line": 792, + "line": 798, "column": 8 }, "end": { - "line": 792, + "line": 798, "column": 25 } } @@ -31678,46 +31860,46 @@ "value": 0, "raw": "0", "range": [ - 22265, - 22266 + 22435, + 22436 ], "loc": { "start": { - "line": 792, + "line": 798, "column": 28 }, "end": { - "line": 792, + "line": 798, "column": 29 } } }, "range": [ - 22245, - 22266 + 22415, + 22436 ], "loc": { "start": { - "line": 792, + "line": 798, "column": 8 }, "end": { - "line": 792, + "line": 798, "column": 29 } } }, "range": [ - 22245, - 22267 + 22415, + 22437 ], "loc": { "start": { - "line": 792, + "line": 798, "column": 8 }, "end": { - "line": 792, + "line": 798, "column": 30 } }, @@ -31726,16 +31908,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 22142, - 22236 + 22312, + 22406 ], "loc": { "start": { - "line": 787, + "line": 793, "column": 8 }, "end": { - "line": 791, + "line": 797, "column": 11 } } @@ -31746,231 +31928,12 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22277, - 22414 + 22447, + 22584 ], "loc": { "start": { - "line": 794, - "column": 8 - }, - "end": { - "line": 798, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 22423, - 22427 - ], - "loc": { - "start": { - "line": 799, - "column": 8 - }, - "end": { - "line": 799, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "autoFilter", - "range": [ - 22428, - 22438 - ], - "loc": { - "start": { - "line": 799, - "column": 13 - }, - "end": { - "line": 799, - "column": 23 - } - } - }, - "range": [ - 22423, - 22438 - ], - "loc": { - "start": { - "line": 799, - "column": 8 - }, - "end": { - "line": 799, - "column": 23 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 22441, - 22448 - ], - "loc": { - "start": { - "line": 799, - "column": 26 - }, - "end": { - "line": 799, - "column": 33 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 22449, - 22450 - ], - "loc": { - "start": { - "line": 799, - "column": 34 - }, - "end": { - "line": 799, - "column": 35 - } - } - }, - "property": { - "type": "Identifier", - "name": "auto_filter", - "range": [ - 22451, - 22462 - ], - "loc": { - "start": { - "line": 799, - "column": 36 - }, - "end": { - "line": 799, - "column": 47 - } - } - }, - "range": [ - 22449, - 22462 - ], - "loc": { - "start": { - "line": 799, - "column": 34 - }, - "end": { - "line": 799, - "column": 47 - } - } - } - ], - "range": [ - 22441, - 22463 - ], - "loc": { - "start": { - "line": 799, - "column": 26 - }, - "end": { - "line": 799, - "column": 48 - } - } - }, - "range": [ - 22423, - 22463 - ], - "loc": { - "start": { - "line": 799, - "column": 8 - }, - "end": { - "line": 799, - "column": 48 - } - } - }, - "range": [ - 22423, - 22464 - ], - "loc": { - "start": { - "line": 799, - "column": 8 - }, - "end": { - "line": 799, - "column": 49 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", - "range": [ - 22277, - 22414 - ], - "loc": { - "start": { - "line": 794, - "column": 8 - }, - "end": { - "line": 798, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", - "range": [ - 22474, - 22553 - ], - "loc": { - "start": { - "line": 801, + "line": 800, "column": 8 }, "end": { @@ -31992,8 +31955,8 @@ "object": { "type": "ThisExpression", "range": [ - 22562, - 22566 + 22593, + 22597 ], "loc": { "start": { @@ -32008,10 +31971,10 @@ }, "property": { "type": "Identifier", - "name": "autoFilterDelay", + "name": "autoFilter", "range": [ - 22567, - 22582 + 22598, + 22608 ], "loc": { "start": { @@ -32020,13 +31983,13 @@ }, "end": { "line": 805, - "column": 28 + "column": 23 } } }, "range": [ - 22562, - 22582 + 22593, + 22608 ], "loc": { "start": { @@ -32035,6 +31998,225 @@ }, "end": { "line": 805, + "column": 23 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 22611, + 22618 + ], + "loc": { + "start": { + "line": 805, + "column": 26 + }, + "end": { + "line": 805, + "column": 33 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 22619, + 22620 + ], + "loc": { + "start": { + "line": 805, + "column": 34 + }, + "end": { + "line": 805, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "auto_filter", + "range": [ + 22621, + 22632 + ], + "loc": { + "start": { + "line": 805, + "column": 36 + }, + "end": { + "line": 805, + "column": 47 + } + } + }, + "range": [ + 22619, + 22632 + ], + "loc": { + "start": { + "line": 805, + "column": 34 + }, + "end": { + "line": 805, + "column": 47 + } + } + } + ], + "range": [ + 22611, + 22633 + ], + "loc": { + "start": { + "line": 805, + "column": 26 + }, + "end": { + "line": 805, + "column": 48 + } + } + }, + "range": [ + 22593, + 22633 + ], + "loc": { + "start": { + "line": 805, + "column": 8 + }, + "end": { + "line": 805, + "column": 48 + } + } + }, + "range": [ + 22593, + 22634 + ], + "loc": { + "start": { + "line": 805, + "column": 8 + }, + "end": { + "line": 805, + "column": 49 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", + "range": [ + 22447, + 22584 + ], + "loc": { + "start": { + "line": 800, + "column": 8 + }, + "end": { + "line": 804, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", + "range": [ + 22644, + 22723 + ], + "loc": { + "start": { + "line": 807, + "column": 8 + }, + "end": { + "line": 810, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 22732, + 22736 + ], + "loc": { + "start": { + "line": 811, + "column": 8 + }, + "end": { + "line": 811, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "autoFilterDelay", + "range": [ + 22737, + 22752 + ], + "loc": { + "start": { + "line": 811, + "column": 13 + }, + "end": { + "line": 811, + "column": 28 + } + } + }, + "range": [ + 22732, + 22752 + ], + "loc": { + "start": { + "line": 811, + "column": 8 + }, + "end": { + "line": 811, "column": 28 } } @@ -32050,16 +32232,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 22586, - 22591 + 22756, + 22761 ], "loc": { "start": { - "line": 805, + "line": 811, "column": 32 }, "end": { - "line": 805, + "line": 811, "column": 37 } } @@ -32072,16 +32254,16 @@ "type": "Identifier", "name": "f", "range": [ - 22592, - 22593 + 22762, + 22763 ], "loc": { "start": { - "line": 805, + "line": 811, "column": 38 }, "end": { - "line": 805, + "line": 811, "column": 39 } } @@ -32090,63 +32272,63 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 22594, - 22611 + 22764, + 22781 ], "loc": { "start": { - "line": 805, + "line": 811, "column": 40 }, "end": { - "line": 805, + "line": 811, "column": 57 } } }, "range": [ - 22592, - 22611 + 22762, + 22781 ], "loc": { "start": { - "line": 805, + "line": 811, "column": 38 }, "end": { - "line": 805, + "line": 811, "column": 57 } } } ], "range": [ - 22586, - 22612 + 22756, + 22782 ], "loc": { "start": { - "line": 805, + "line": 811, "column": 32 }, "end": { - "line": 805, + "line": 811, "column": 58 } } }, "prefix": true, "range": [ - 22585, - 22612 + 22755, + 22782 ], "loc": { "start": { - "line": 805, + "line": 811, "column": 31 }, "end": { - "line": 805, + "line": 811, "column": 58 } } @@ -32158,16 +32340,16 @@ "type": "Identifier", "name": "f", "range": [ - 22627, - 22628 + 22797, + 22798 ], "loc": { "start": { - "line": 806, + "line": 812, "column": 12 }, "end": { - "line": 806, + "line": 812, "column": 13 } } @@ -32176,31 +32358,31 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 22629, - 22646 + 22799, + 22816 ], "loc": { "start": { - "line": 806, + "line": 812, "column": 14 }, "end": { - "line": 806, + "line": 812, "column": 31 } } }, "range": [ - 22627, - 22646 + 22797, + 22816 ], "loc": { "start": { - "line": 806, + "line": 812, "column": 12 }, "end": { - "line": 806, + "line": 812, "column": 31 } } @@ -32209,61 +32391,61 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 22649, - 22666 + 22819, + 22836 ], "loc": { "start": { - "line": 806, + "line": 812, "column": 34 }, "end": { - "line": 806, + "line": 812, "column": 51 } } }, "range": [ - 22585, - 22666 + 22755, + 22836 ], "loc": { "start": { - "line": 805, + "line": 811, "column": 31 }, "end": { - "line": 806, + "line": 812, "column": 51 } } }, "range": [ - 22562, - 22666 + 22732, + 22836 ], "loc": { "start": { - "line": 805, + "line": 811, "column": 8 }, "end": { - "line": 806, + "line": 812, "column": 51 } } }, "range": [ - 22562, - 22667 + 22732, + 22837 ], "loc": { "start": { - "line": 805, + "line": 811, "column": 8 }, "end": { - "line": 806, + "line": 812, "column": 52 } }, @@ -32272,16 +32454,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22474, - 22553 + 22644, + 22723 ], "loc": { "start": { - "line": 801, + "line": 807, "column": 8 }, "end": { - "line": 804, + "line": 810, "column": 11 } } @@ -32292,16 +32474,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 22677, - 22782 + 22847, + 22952 ], "loc": { "start": { - "line": 808, + "line": 814, "column": 8 }, "end": { - "line": 812, + "line": 818, "column": 11 } } @@ -32319,16 +32501,16 @@ "object": { "type": "ThisExpression", "range": [ - 22791, - 22795 + 22961, + 22965 ], "loc": { "start": { - "line": 813, + "line": 819, "column": 8 }, "end": { - "line": 813, + "line": 819, "column": 12 } } @@ -32337,31 +32519,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 22796, - 22808 + 22966, + 22978 ], "loc": { "start": { - "line": 813, + "line": 819, "column": 13 }, "end": { - "line": 813, + "line": 819, "column": 25 } } }, "range": [ - 22791, - 22808 + 22961, + 22978 ], "loc": { "start": { - "line": 813, + "line": 819, "column": 8 }, "end": { - "line": 813, + "line": 819, "column": 25 } } @@ -32371,46 +32553,46 @@ "value": null, "raw": "null", "range": [ - 22811, - 22815 + 22981, + 22985 ], "loc": { "start": { - "line": 813, + "line": 819, "column": 28 }, "end": { - "line": 813, + "line": 819, "column": 32 } } }, "range": [ - 22791, - 22815 + 22961, + 22985 ], "loc": { "start": { - "line": 813, + "line": 819, "column": 8 }, "end": { - "line": 813, + "line": 819, "column": 32 } } }, "range": [ - 22791, - 22816 + 22961, + 22986 ], "loc": { "start": { - "line": 813, + "line": 819, "column": 8 }, "end": { - "line": 813, + "line": 819, "column": 33 } }, @@ -32419,16 +32601,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 22677, - 22782 + 22847, + 22952 ], "loc": { "start": { - "line": 808, + "line": 814, "column": 8 }, "end": { - "line": 812, + "line": 818, "column": 11 } } @@ -32439,16 +32621,16 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 22826, - 22922 + 22996, + 23092 ], "loc": { "start": { - "line": 815, + "line": 821, "column": 8 }, "end": { - "line": 819, + "line": 825, "column": 11 } } @@ -32466,16 +32648,16 @@ "object": { "type": "ThisExpression", "range": [ - 22931, - 22935 + 23101, + 23105 ], "loc": { "start": { - "line": 820, + "line": 826, "column": 8 }, "end": { - "line": 820, + "line": 826, "column": 12 } } @@ -32484,31 +32666,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 22936, - 22951 + 23106, + 23121 ], "loc": { "start": { - "line": 820, + "line": 826, "column": 13 }, "end": { - "line": 820, + "line": 826, "column": 28 } } }, "range": [ - 22931, - 22951 + 23101, + 23121 ], "loc": { "start": { - "line": 820, + "line": 826, "column": 8 }, "end": { - "line": 820, + "line": 826, "column": 28 } } @@ -32518,46 +32700,46 @@ "value": null, "raw": "null", "range": [ - 22954, - 22958 + 23124, + 23128 ], "loc": { "start": { - "line": 820, + "line": 826, "column": 31 }, "end": { - "line": 820, + "line": 826, "column": 35 } } }, "range": [ - 22931, - 22958 + 23101, + 23128 ], "loc": { "start": { - "line": 820, + "line": 826, "column": 8 }, "end": { - "line": 820, + "line": 826, "column": 35 } } }, "range": [ - 22931, - 22959 + 23101, + 23129 ], "loc": { "start": { - "line": 820, + "line": 826, "column": 8 }, "end": { - "line": 820, + "line": 826, "column": 36 } }, @@ -32566,231 +32748,12 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 22826, - 22922 + 22996, + 23092 ], "loc": { "start": { - "line": 815, - "column": 8 - }, - "end": { - "line": 819, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", - "range": [ - 22969, - 23060 - ], - "loc": { - "start": { - "line": 822, - "column": 8 - }, - "end": { - "line": 825, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 23069, - 23073 - ], - "loc": { - "start": { - "line": 826, - "column": 8 - }, - "end": { - "line": 826, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "highlightKeywords", - "range": [ - 23074, - 23091 - ], - "loc": { - "start": { - "line": 826, - "column": 13 - }, - "end": { - "line": 826, - "column": 30 - } - } - }, - "range": [ - 23069, - 23091 - ], - "loc": { - "start": { - "line": 826, - "column": 8 - }, - "end": { - "line": 826, - "column": 30 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 23094, - 23101 - ], - "loc": { - "start": { - "line": 826, - "column": 33 - }, - "end": { - "line": 826, - "column": 40 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 23102, - 23103 - ], - "loc": { - "start": { - "line": 826, - "column": 41 - }, - "end": { - "line": 826, - "column": 42 - } - } - }, - "property": { - "type": "Identifier", - "name": "highlight_keywords", - "range": [ - 23104, - 23122 - ], - "loc": { - "start": { - "line": 826, - "column": 43 - }, - "end": { - "line": 826, - "column": 61 - } - } - }, - "range": [ - 23102, - 23122 - ], - "loc": { - "start": { - "line": 826, - "column": 41 - }, - "end": { - "line": 826, - "column": 61 - } - } - } - ], - "range": [ - 23094, - 23123 - ], - "loc": { - "start": { - "line": 826, - "column": 33 - }, - "end": { - "line": 826, - "column": 62 - } - } - }, - "range": [ - 23069, - 23123 - ], - "loc": { - "start": { - "line": 826, - "column": 8 - }, - "end": { - "line": 826, - "column": 62 - } - } - }, - "range": [ - 23069, - 23124 - ], - "loc": { - "start": { - "line": 826, - "column": 8 - }, - "end": { - "line": 826, - "column": 63 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", - "range": [ - 22969, - 23060 - ], - "loc": { - "start": { - "line": 822, + "line": 821, "column": 8 }, "end": { @@ -32803,10 +32766,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", + "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 23134, - 23226 + 23139, + 23230 ], "loc": { "start": { @@ -32832,8 +32795,8 @@ "object": { "type": "ThisExpression", "range": [ - 23235, - 23239 + 23239, + 23243 ], "loc": { "start": { @@ -32848,10 +32811,10 @@ }, "property": { "type": "Identifier", - "name": "noResults", + "name": "highlightKeywords", "range": [ - 23240, - 23249 + 23244, + 23261 ], "loc": { "start": { @@ -32860,13 +32823,13 @@ }, "end": { "line": 832, - "column": 22 + "column": 30 } } }, "range": [ - 23235, - 23249 + 23239, + 23261 ], "loc": { "start": { @@ -32875,6 +32838,225 @@ }, "end": { "line": 832, + "column": 30 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 23264, + 23271 + ], + "loc": { + "start": { + "line": 832, + "column": 33 + }, + "end": { + "line": 832, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 23272, + 23273 + ], + "loc": { + "start": { + "line": 832, + "column": 41 + }, + "end": { + "line": 832, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "highlight_keywords", + "range": [ + 23274, + 23292 + ], + "loc": { + "start": { + "line": 832, + "column": 43 + }, + "end": { + "line": 832, + "column": 61 + } + } + }, + "range": [ + 23272, + 23292 + ], + "loc": { + "start": { + "line": 832, + "column": 41 + }, + "end": { + "line": 832, + "column": 61 + } + } + } + ], + "range": [ + 23264, + 23293 + ], + "loc": { + "start": { + "line": 832, + "column": 33 + }, + "end": { + "line": 832, + "column": 62 + } + } + }, + "range": [ + 23239, + 23293 + ], + "loc": { + "start": { + "line": 832, + "column": 8 + }, + "end": { + "line": 832, + "column": 62 + } + } + }, + "range": [ + 23239, + 23294 + ], + "loc": { + "start": { + "line": 832, + "column": 8 + }, + "end": { + "line": 832, + "column": 63 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", + "range": [ + 23139, + 23230 + ], + "loc": { + "start": { + "line": 828, + "column": 8 + }, + "end": { + "line": 831, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", + "range": [ + 23304, + 23396 + ], + "loc": { + "start": { + "line": 834, + "column": 8 + }, + "end": { + "line": 837, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 23405, + 23409 + ], + "loc": { + "start": { + "line": 838, + "column": 8 + }, + "end": { + "line": 838, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "noResults", + "range": [ + 23410, + 23419 + ], + "loc": { + "start": { + "line": 838, + "column": 13 + }, + "end": { + "line": 838, + "column": 22 + } + } + }, + "range": [ + 23405, + 23419 + ], + "loc": { + "start": { + "line": 838, + "column": 8 + }, + "end": { + "line": 838, "column": 22 } } @@ -32888,16 +33070,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 23252, - 23257 + 23422, + 23427 ], "loc": { "start": { - "line": 832, + "line": 838, "column": 25 }, "end": { - "line": 832, + "line": 838, "column": 30 } } @@ -32910,16 +33092,16 @@ "type": "Identifier", "name": "f", "range": [ - 23258, - 23259 + 23428, + 23429 ], "loc": { "start": { - "line": 832, + "line": 838, "column": 31 }, "end": { - "line": 832, + "line": 838, "column": 32 } } @@ -32928,47 +33110,47 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 23260, - 23278 + 23430, + 23448 ], "loc": { "start": { - "line": 832, + "line": 838, "column": 33 }, "end": { - "line": 832, + "line": 838, "column": 51 } } }, "range": [ - 23258, - 23278 + 23428, + 23448 ], "loc": { "start": { - "line": 832, + "line": 838, "column": 31 }, "end": { - "line": 832, + "line": 838, "column": 51 } } } ], "range": [ - 23252, - 23279 + 23422, + 23449 ], "loc": { "start": { - "line": 832, + "line": 838, "column": 25 }, "end": { - "line": 832, + "line": 838, "column": 52 } } @@ -32979,16 +33161,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23295, - 23302 + 23465, + 23472 ], "loc": { "start": { - "line": 833, + "line": 839, "column": 12 }, "end": { - "line": 833, + "line": 839, "column": 19 } } @@ -33001,16 +33183,16 @@ "type": "Identifier", "name": "f", "range": [ - 23303, - 23304 + 23473, + 23474 ], "loc": { "start": { - "line": 833, + "line": 839, "column": 20 }, "end": { - "line": 833, + "line": 839, "column": 21 } } @@ -33019,92 +33201,92 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 23305, - 23323 + 23475, + 23493 ], "loc": { "start": { - "line": 833, + "line": 839, "column": 22 }, "end": { - "line": 833, + "line": 839, "column": 40 } } }, "range": [ - 23303, - 23323 + 23473, + 23493 ], "loc": { "start": { - "line": 833, + "line": 839, "column": 20 }, "end": { - "line": 833, + "line": 839, "column": 40 } } } ], "range": [ - 23295, - 23324 + 23465, + 23494 ], "loc": { "start": { - "line": 833, + "line": 839, "column": 12 }, "end": { - "line": 833, + "line": 839, "column": 41 } } }, "range": [ - 23252, - 23324 + 23422, + 23494 ], "loc": { "start": { - "line": 832, + "line": 838, "column": 25 }, "end": { - "line": 833, + "line": 839, "column": 41 } } }, "range": [ - 23235, - 23324 + 23405, + 23494 ], "loc": { "start": { - "line": 832, + "line": 838, "column": 8 }, "end": { - "line": 833, + "line": 839, "column": 41 } } }, "range": [ - 23235, - 23325 + 23405, + 23495 ], "loc": { "start": { - "line": 832, + "line": 838, "column": 8 }, "end": { - "line": 833, + "line": 839, "column": 42 } }, @@ -33113,16 +33295,16 @@ "type": "Block", "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 23134, - 23226 + 23304, + 23396 ], "loc": { "start": { - "line": 828, + "line": 834, "column": 8 }, "end": { - "line": 831, + "line": 837, "column": 11 } } @@ -33133,16 +33315,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23335, - 23413 + 23505, + 23583 ], "loc": { "start": { - "line": 835, + "line": 841, "column": 8 }, "end": { - "line": 838, + "line": 844, "column": 11 } } @@ -33160,16 +33342,16 @@ "object": { "type": "ThisExpression", "range": [ - 23422, - 23426 + 23592, + 23596 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 8 }, "end": { - "line": 839, + "line": 845, "column": 12 } } @@ -33178,31 +33360,31 @@ "type": "Identifier", "name": "state", "range": [ - 23427, - 23432 + 23597, + 23602 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 13 }, "end": { - "line": 839, + "line": 845, "column": 18 } } }, "range": [ - 23422, - 23432 + 23592, + 23602 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 8 }, "end": { - "line": 839, + "line": 845, "column": 18 } } @@ -33216,16 +33398,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 23435, - 23440 + 23605, + 23610 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 21 }, "end": { - "line": 839, + "line": 845, "column": 26 } } @@ -33238,16 +33420,16 @@ "type": "Identifier", "name": "f", "range": [ - 23441, - 23442 + 23611, + 23612 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 27 }, "end": { - "line": 839, + "line": 845, "column": 28 } } @@ -33256,47 +33438,47 @@ "type": "Identifier", "name": "state", "range": [ - 23443, - 23448 + 23613, + 23618 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 29 }, "end": { - "line": 839, + "line": 845, "column": 34 } } }, "range": [ - 23441, - 23448 + 23611, + 23618 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 27 }, "end": { - "line": 839, + "line": 845, "column": 34 } } } ], "range": [ - 23435, - 23449 + 23605, + 23619 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 21 }, "end": { - "line": 839, + "line": 845, "column": 35 } } @@ -33307,16 +33489,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23453, - 23460 + 23623, + 23630 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 39 }, "end": { - "line": 839, + "line": 845, "column": 46 } } @@ -33329,16 +33511,16 @@ "type": "Identifier", "name": "f", "range": [ - 23461, - 23462 + 23631, + 23632 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 47 }, "end": { - "line": 839, + "line": 845, "column": 48 } } @@ -33347,92 +33529,92 @@ "type": "Identifier", "name": "state", "range": [ - 23463, - 23468 + 23633, + 23638 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 49 }, "end": { - "line": 839, + "line": 845, "column": 54 } } }, "range": [ - 23461, - 23468 + 23631, + 23638 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 47 }, "end": { - "line": 839, + "line": 845, "column": 54 } } } ], "range": [ - 23453, - 23469 + 23623, + 23639 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 39 }, "end": { - "line": 839, + "line": 845, "column": 55 } } }, "range": [ - 23435, - 23469 + 23605, + 23639 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 21 }, "end": { - "line": 839, + "line": 845, "column": 55 } } }, "range": [ - 23422, - 23469 + 23592, + 23639 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 8 }, "end": { - "line": 839, + "line": 845, "column": 55 } } }, "range": [ - 23422, - 23470 + 23592, + 23640 ], "loc": { "start": { - "line": 839, + "line": 845, "column": 8 }, "end": { - "line": 839, + "line": 845, "column": 56 } }, @@ -33441,16 +33623,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23335, - 23413 + 23505, + 23583 ], "loc": { "start": { - "line": 835, + "line": 841, "column": 8 }, "end": { - "line": 838, + "line": 844, "column": 11 } } @@ -33461,16 +33643,16 @@ "type": "Block", "value": "** data types **", "range": [ - 23480, - 23500 + 23650, + 23670 ], "loc": { "start": { - "line": 841, + "line": 847, "column": 8 }, "end": { - "line": 841, + "line": 847, "column": 28 } } @@ -33479,16 +33661,16 @@ "type": "Block", "value": "*\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n ", "range": [ - 23510, - 23677 + 23680, + 23847 ], "loc": { "start": { - "line": 843, + "line": 849, "column": 8 }, "end": { - "line": 847, + "line": 853, "column": 11 } } @@ -33506,16 +33688,16 @@ "object": { "type": "ThisExpression", "range": [ - 23686, - 23690 + 23856, + 23860 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 8 }, "end": { - "line": 848, + "line": 854, "column": 12 } } @@ -33524,31 +33706,31 @@ "type": "Identifier", "name": "locale", "range": [ - 23691, - 23697 + 23861, + 23867 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 13 }, "end": { - "line": 848, + "line": 854, "column": 19 } } }, "range": [ - 23686, - 23697 + 23856, + 23867 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 8 }, "end": { - "line": 848, + "line": 854, "column": 19 } } @@ -33563,16 +33745,16 @@ "type": "Identifier", "name": "f", "range": [ - 23700, - 23701 + 23870, + 23871 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 22 }, "end": { - "line": 848, + "line": 854, "column": 23 } } @@ -33581,31 +33763,31 @@ "type": "Identifier", "name": "locale", "range": [ - 23702, - 23708 + 23872, + 23878 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 24 }, "end": { - "line": 848, + "line": 854, "column": 30 } } }, "range": [ - 23700, - 23708 + 23870, + 23878 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 22 }, "end": { - "line": 848, + "line": 854, "column": 30 } } @@ -33615,61 +33797,61 @@ "value": "en", "raw": "'en'", "range": [ - 23712, - 23716 + 23882, + 23886 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 34 }, "end": { - "line": 848, + "line": 854, "column": 38 } } }, "range": [ - 23700, - 23716 + 23870, + 23886 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 22 }, "end": { - "line": 848, + "line": 854, "column": 38 } } }, "range": [ - 23686, - 23716 + 23856, + 23886 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 8 }, "end": { - "line": 848, + "line": 854, "column": 38 } } }, "range": [ - 23686, - 23717 + 23856, + 23887 ], "loc": { "start": { - "line": 848, + "line": 854, "column": 8 }, "end": { - "line": 848, + "line": 854, "column": 39 } }, @@ -33678,16 +33860,16 @@ "type": "Block", "value": "** data types **", "range": [ - 23480, - 23500 + 23650, + 23670 ], "loc": { "start": { - "line": 841, + "line": 847, "column": 8 }, "end": { - "line": 841, + "line": 847, "column": 28 } } @@ -33696,16 +33878,16 @@ "type": "Block", "value": "*\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n ", "range": [ - 23510, - 23677 + 23680, + 23847 ], "loc": { "start": { - "line": 843, + "line": 849, "column": 8 }, "end": { - "line": 847, + "line": 853, "column": 11 } } @@ -33716,16 +33898,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 23727, - 23834 + 23897, + 24004 ], "loc": { "start": { - "line": 850, + "line": 856, "column": 8 }, "end": { - "line": 853, + "line": 859, "column": 11 } } @@ -33743,16 +33925,16 @@ "object": { "type": "ThisExpression", "range": [ - 23843, - 23847 + 24013, + 24017 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 8 }, "end": { - "line": 854, + "line": 860, "column": 12 } } @@ -33761,31 +33943,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 23848, - 23866 + 24018, + 24036 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 13 }, "end": { - "line": 854, + "line": 860, "column": 31 } } }, "range": [ - 23843, - 23866 + 24013, + 24036 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 8 }, "end": { - "line": 854, + "line": 860, "column": 31 } } @@ -33800,16 +33982,16 @@ "type": "Identifier", "name": "f", "range": [ - 23869, - 23870 + 24039, + 24040 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 34 }, "end": { - "line": 854, + "line": 860, "column": 35 } } @@ -33818,31 +34000,31 @@ "type": "Identifier", "name": "thousands_separator", "range": [ - 23871, - 23890 + 24041, + 24060 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 36 }, "end": { - "line": 854, + "line": 860, "column": 55 } } }, "range": [ - 23869, - 23890 + 24039, + 24060 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 34 }, "end": { - "line": 854, + "line": 860, "column": 55 } } @@ -33852,61 +34034,61 @@ "value": ",", "raw": "','", "range": [ - 23894, - 23897 + 24064, + 24067 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 59 }, "end": { - "line": 854, + "line": 860, "column": 62 } } }, "range": [ - 23869, - 23897 + 24039, + 24067 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 34 }, "end": { - "line": 854, + "line": 860, "column": 62 } } }, "range": [ - 23843, - 23897 + 24013, + 24067 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 8 }, "end": { - "line": 854, + "line": 860, "column": 62 } } }, "range": [ - 23843, - 23898 + 24013, + 24068 ], "loc": { "start": { - "line": 854, + "line": 860, "column": 8 }, "end": { - "line": 854, + "line": 860, "column": 63 } }, @@ -33915,16 +34097,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 23727, - 23834 + 23897, + 24004 ], "loc": { "start": { - "line": 850, + "line": 856, "column": 8 }, "end": { - "line": 853, + "line": 859, "column": 11 } } @@ -33935,16 +34117,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 23908, - 24013 + 24078, + 24183 ], "loc": { "start": { - "line": 856, + "line": 862, "column": 8 }, "end": { - "line": 859, + "line": 865, "column": 11 } } @@ -33962,16 +34144,16 @@ "object": { "type": "ThisExpression", "range": [ - 24022, - 24026 + 24192, + 24196 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 8 }, "end": { - "line": 860, + "line": 866, "column": 12 } } @@ -33980,31 +34162,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 24027, - 24043 + 24197, + 24213 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 13 }, "end": { - "line": 860, + "line": 866, "column": 29 } } }, "range": [ - 24022, - 24043 + 24192, + 24213 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 8 }, "end": { - "line": 860, + "line": 866, "column": 29 } } @@ -34019,16 +34201,16 @@ "type": "Identifier", "name": "f", "range": [ - 24046, - 24047 + 24216, + 24217 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 32 }, "end": { - "line": 860, + "line": 866, "column": 33 } } @@ -34037,31 +34219,31 @@ "type": "Identifier", "name": "decimal_separator", "range": [ - 24048, - 24065 + 24218, + 24235 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 34 }, "end": { - "line": 860, + "line": 866, "column": 51 } } }, "range": [ - 24046, - 24065 + 24216, + 24235 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 32 }, "end": { - "line": 860, + "line": 866, "column": 51 } } @@ -34071,61 +34253,61 @@ "value": ".", "raw": "'.'", "range": [ - 24069, - 24072 + 24239, + 24242 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 55 }, "end": { - "line": 860, + "line": 866, "column": 58 } } }, "range": [ - 24046, - 24072 + 24216, + 24242 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 32 }, "end": { - "line": 860, + "line": 866, "column": 58 } } }, "range": [ - 24022, - 24072 + 24192, + 24242 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 8 }, "end": { - "line": 860, + "line": 866, "column": 58 } } }, "range": [ - 24022, - 24073 + 24192, + 24243 ], "loc": { "start": { - "line": 860, + "line": 866, "column": 8 }, "end": { - "line": 860, + "line": 866, "column": 59 } }, @@ -34134,16 +34316,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 23908, - 24013 + 24078, + 24183 ], "loc": { "start": { - "line": 856, + "line": 862, "column": 8 }, "end": { - "line": 859, + "line": 865, "column": 11 } } @@ -34154,16 +34336,16 @@ "type": "Block", "value": "*\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n ", "range": [ - 24083, - 24203 + 24253, + 24373 ], "loc": { "start": { - "line": 862, + "line": 868, "column": 8 }, "end": { - "line": 866, + "line": 872, "column": 11 } } @@ -34181,16 +34363,16 @@ "object": { "type": "ThisExpression", "range": [ - 24212, - 24216 + 24382, + 24386 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 8 }, "end": { - "line": 867, + "line": 873, "column": 12 } } @@ -34199,31 +34381,31 @@ "type": "Identifier", "name": "hasColTypes", "range": [ - 24217, - 24228 + 24387, + 24398 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 13 }, "end": { - "line": 867, + "line": 873, "column": 24 } } }, "range": [ - 24212, - 24228 + 24382, + 24398 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 8 }, "end": { - "line": 867, + "line": 873, "column": 24 } } @@ -34234,16 +34416,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 24231, - 24238 + 24401, + 24408 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 27 }, "end": { - "line": 867, + "line": 873, "column": 34 } } @@ -34256,16 +34438,16 @@ "type": "Identifier", "name": "f", "range": [ - 24239, - 24240 + 24409, + 24410 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 35 }, "end": { - "line": 867, + "line": 873, "column": 36 } } @@ -34274,77 +34456,77 @@ "type": "Identifier", "name": "col_types", "range": [ - 24241, - 24250 + 24411, + 24420 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 37 }, "end": { - "line": 867, + "line": 873, "column": 46 } } }, "range": [ - 24239, - 24250 + 24409, + 24420 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 35 }, "end": { - "line": 867, + "line": 873, "column": 46 } } } ], "range": [ - 24231, - 24251 + 24401, + 24421 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 27 }, "end": { - "line": 867, + "line": 873, "column": 47 } } }, "range": [ - 24212, - 24251 + 24382, + 24421 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 8 }, "end": { - "line": 867, + "line": 873, "column": 47 } } }, "range": [ - 24212, - 24252 + 24382, + 24422 ], "loc": { "start": { - "line": 867, + "line": 873, "column": 8 }, "end": { - "line": 867, + "line": 873, "column": 48 } }, @@ -34353,16 +34535,16 @@ "type": "Block", "value": "*\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n ", "range": [ - 24083, - 24203 + 24253, + 24373 ], "loc": { "start": { - "line": 862, + "line": 868, "column": 8 }, "end": { - "line": 866, + "line": 872, "column": 11 } } @@ -34373,16 +34555,16 @@ "type": "Block", "value": "*\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n ", "range": [ - 24262, - 24860 + 24432, + 25030 ], "loc": { "start": { - "line": 869, + "line": 875, "column": 8 }, "end": { - "line": 882, + "line": 888, "column": 11 } } @@ -34400,16 +34582,16 @@ "object": { "type": "ThisExpression", "range": [ - 24869, - 24873 + 25039, + 25043 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 8 }, "end": { - "line": 883, + "line": 889, "column": 12 } } @@ -34418,31 +34600,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 24874, - 24882 + 25044, + 25052 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 13 }, "end": { - "line": 883, + "line": 889, "column": 21 } } }, "range": [ - 24869, - 24882 + 25039, + 25052 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 8 }, "end": { - "line": 883, + "line": 889, "column": 21 } } @@ -34455,16 +34637,16 @@ "object": { "type": "ThisExpression", "range": [ - 24885, - 24889 + 25055, + 25059 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 24 }, "end": { - "line": 883, + "line": 889, "column": 28 } } @@ -34473,31 +34655,31 @@ "type": "Identifier", "name": "hasColTypes", "range": [ - 24890, - 24901 + 25060, + 25071 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 29 }, "end": { - "line": 883, + "line": 889, "column": 40 } } }, "range": [ - 24885, - 24901 + 25055, + 25071 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 24 }, "end": { - "line": 883, + "line": 889, "column": 40 } } @@ -34509,16 +34691,16 @@ "type": "Identifier", "name": "f", "range": [ - 24904, - 24905 + 25074, + 25075 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 43 }, "end": { - "line": 883, + "line": 889, "column": 44 } } @@ -34527,31 +34709,31 @@ "type": "Identifier", "name": "col_types", "range": [ - 24906, - 24915 + 25076, + 25085 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 45 }, "end": { - "line": 883, + "line": 889, "column": 54 } } }, "range": [ - 24904, - 24915 + 25074, + 25085 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 43 }, "end": { - "line": 883, + "line": 889, "column": 54 } } @@ -34560,61 +34742,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 24918, - 24920 + 25088, + 25090 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 57 }, "end": { - "line": 883, + "line": 889, "column": 59 } } }, "range": [ - 24885, - 24920 + 25055, + 25090 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 24 }, "end": { - "line": 883, + "line": 889, "column": 59 } } }, "range": [ - 24869, - 24920 + 25039, + 25090 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 8 }, "end": { - "line": 883, + "line": 889, "column": 59 } } }, "range": [ - 24869, - 24921 + 25039, + 25091 ], "loc": { "start": { - "line": 883, + "line": 889, "column": 8 }, "end": { - "line": 883, + "line": 889, "column": 60 } }, @@ -34623,16 +34805,16 @@ "type": "Block", "value": "*\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n ", "range": [ - 24262, - 24860 + 24432, + 25030 ], "loc": { "start": { - "line": 869, + "line": 875, "column": 8 }, "end": { - "line": 882, + "line": 888, "column": 11 } } @@ -34643,16 +34825,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 24931, - 24953 + 25101, + 25123 ], "loc": { "start": { - "line": 885, + "line": 891, "column": 8 }, "end": { - "line": 885, + "line": 891, "column": 30 } } @@ -34661,16 +34843,16 @@ "type": "Block", "value": "*\n * Main prefix\n * @private\n ", "range": [ - 24962, - 25020 + 25132, + 25190 ], "loc": { "start": { - "line": 886, + "line": 892, "column": 8 }, "end": { - "line": 889, + "line": 895, "column": 11 } } @@ -34688,16 +34870,16 @@ "object": { "type": "ThisExpression", "range": [ - 25029, - 25033 + 25199, + 25203 ], "loc": { "start": { - "line": 890, + "line": 896, "column": 8 }, "end": { - "line": 890, + "line": 896, "column": 12 } } @@ -34706,31 +34888,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 25034, - 25040 + 25204, + 25210 ], "loc": { "start": { - "line": 890, + "line": 896, "column": 13 }, "end": { - "line": 890, + "line": 896, "column": 19 } } }, "range": [ - 25029, - 25040 + 25199, + 25210 ], "loc": { "start": { - "line": 890, + "line": 896, "column": 8 }, "end": { - "line": 890, + "line": 896, "column": 19 } } @@ -34740,46 +34922,46 @@ "value": "TF", "raw": "'TF'", "range": [ - 25043, - 25047 + 25213, + 25217 ], "loc": { "start": { - "line": 890, + "line": 896, "column": 22 }, "end": { - "line": 890, + "line": 896, "column": 26 } } }, "range": [ - 25029, - 25047 + 25199, + 25217 ], "loc": { "start": { - "line": 890, + "line": 896, "column": 8 }, "end": { - "line": 890, + "line": 896, "column": 26 } } }, "range": [ - 25029, - 25048 + 25199, + 25218 ], "loc": { "start": { - "line": 890, + "line": 896, "column": 8 }, "end": { - "line": 890, + "line": 896, "column": 27 } }, @@ -34788,16 +34970,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 24931, - 24953 + 25101, + 25123 ], "loc": { "start": { - "line": 885, + "line": 891, "column": 8 }, "end": { - "line": 885, + "line": 891, "column": 30 } } @@ -34806,16 +34988,16 @@ "type": "Block", "value": "*\n * Main prefix\n * @private\n ", "range": [ - 24962, - 25020 + 25132, + 25190 ], "loc": { "start": { - "line": 886, + "line": 892, "column": 8 }, "end": { - "line": 889, + "line": 895, "column": 11 } } @@ -34826,16 +35008,16 @@ "type": "Block", "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", "range": [ - 25058, - 25142 + 25228, + 25312 ], "loc": { "start": { - "line": 892, + "line": 898, "column": 8 }, "end": { - "line": 895, + "line": 901, "column": 11 } } @@ -34853,16 +35035,16 @@ "object": { "type": "ThisExpression", "range": [ - 25151, - 25155 + 25321, + 25325 ], "loc": { "start": { - "line": 896, + "line": 902, "column": 8 }, "end": { - "line": 896, + "line": 902, "column": 12 } } @@ -34871,31 +35053,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 25156, - 25163 + 25326, + 25333 ], "loc": { "start": { - "line": 896, + "line": 902, "column": 13 }, "end": { - "line": 896, + "line": 902, "column": 20 } } }, "range": [ - 25151, - 25163 + 25321, + 25333 ], "loc": { "start": { - "line": 896, + "line": 902, "column": 8 }, "end": { - "line": 896, + "line": 902, "column": 20 } } @@ -34905,46 +35087,46 @@ "value": "flt", "raw": "'flt'", "range": [ - 25166, - 25171 + 25336, + 25341 ], "loc": { "start": { - "line": 896, + "line": 902, "column": 23 }, "end": { - "line": 896, + "line": 902, "column": 28 } } }, "range": [ - 25151, - 25171 + 25321, + 25341 ], "loc": { "start": { - "line": 896, + "line": 902, "column": 8 }, "end": { - "line": 896, + "line": 902, "column": 28 } } }, "range": [ - 25151, - 25172 + 25321, + 25342 ], "loc": { "start": { - "line": 896, + "line": 902, "column": 8 }, "end": { - "line": 896, + "line": 902, "column": 29 } }, @@ -34953,16 +35135,16 @@ "type": "Block", "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", "range": [ - 25058, - 25142 + 25228, + 25312 ], "loc": { "start": { - "line": 892, + "line": 898, "column": 8 }, "end": { - "line": 895, + "line": 901, "column": 11 } } @@ -34973,16 +35155,16 @@ "type": "Block", "value": "*\n * Button's ID prefix\n * @private\n ", "range": [ - 25182, - 25247 + 25352, + 25417 ], "loc": { "start": { - "line": 898, + "line": 904, "column": 8 }, "end": { - "line": 901, + "line": 907, "column": 11 } } @@ -35000,16 +35182,16 @@ "object": { "type": "ThisExpression", "range": [ - 25256, - 25260 + 25426, + 25430 ], "loc": { "start": { - "line": 902, + "line": 908, "column": 8 }, "end": { - "line": 902, + "line": 908, "column": 12 } } @@ -35018,31 +35200,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 25261, - 25274 + 25431, + 25444 ], "loc": { "start": { - "line": 902, + "line": 908, "column": 13 }, "end": { - "line": 902, + "line": 908, "column": 26 } } }, "range": [ - 25256, - 25274 + 25426, + 25444 ], "loc": { "start": { - "line": 902, + "line": 908, "column": 8 }, "end": { - "line": 902, + "line": 908, "column": 26 } } @@ -35052,46 +35234,46 @@ "value": "btn", "raw": "'btn'", "range": [ - 25277, - 25282 + 25447, + 25452 ], "loc": { "start": { - "line": 902, + "line": 908, "column": 29 }, "end": { - "line": 902, + "line": 908, "column": 34 } } }, "range": [ - 25256, - 25282 + 25426, + 25452 ], "loc": { "start": { - "line": 902, + "line": 908, "column": 8 }, "end": { - "line": 902, + "line": 908, "column": 34 } } }, "range": [ - 25256, - 25283 + 25426, + 25453 ], "loc": { "start": { - "line": 902, + "line": 908, "column": 8 }, "end": { - "line": 902, + "line": 908, "column": 35 } }, @@ -35100,16 +35282,16 @@ "type": "Block", "value": "*\n * Button's ID prefix\n * @private\n ", "range": [ - 25182, - 25247 + 25352, + 25417 ], "loc": { "start": { - "line": 898, + "line": 904, "column": 8 }, "end": { - "line": 901, + "line": 907, "column": 11 } } @@ -35120,16 +35302,16 @@ "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 25293, - 25367 + 25463, + 25537 ], "loc": { "start": { - "line": 904, + "line": 910, "column": 8 }, "end": { - "line": 907, + "line": 913, "column": 11 } } @@ -35147,16 +35329,16 @@ "object": { "type": "ThisExpression", "range": [ - 25376, - 25380 + 25546, + 25550 ], "loc": { "start": { - "line": 908, + "line": 914, "column": 8 }, "end": { - "line": 908, + "line": 914, "column": 12 } } @@ -35165,31 +35347,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 25381, - 25391 + 25551, + 25561 ], "loc": { "start": { - "line": 908, + "line": 914, "column": 13 }, "end": { - "line": 908, + "line": 914, "column": 23 } } }, "range": [ - 25376, - 25391 + 25546, + 25561 ], "loc": { "start": { - "line": 908, + "line": 914, "column": 8 }, "end": { - "line": 908, + "line": 914, "column": 23 } } @@ -35199,46 +35381,46 @@ "value": "inf_", "raw": "'inf_'", "range": [ - 25394, - 25400 + 25564, + 25570 ], "loc": { "start": { - "line": 908, + "line": 914, "column": 26 }, "end": { - "line": 908, + "line": 914, "column": 32 } } }, "range": [ - 25376, - 25400 + 25546, + 25570 ], "loc": { "start": { - "line": 908, + "line": 914, "column": 8 }, "end": { - "line": 908, + "line": 914, "column": 32 } } }, "range": [ - 25376, - 25401 + 25546, + 25571 ], "loc": { "start": { - "line": 908, + "line": 914, "column": 8 }, "end": { - "line": 908, + "line": 914, "column": 33 } }, @@ -35247,16 +35429,16 @@ "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 25293, - 25367 + 25463, + 25537 ], "loc": { "start": { - "line": 904, + "line": 910, "column": 8 }, "end": { - "line": 907, + "line": 913, "column": 11 } } @@ -35267,16 +35449,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25411, - 25488 + 25581, + 25658 ], "loc": { "start": { - "line": 910, + "line": 916, "column": 8 }, "end": { - "line": 913, + "line": 919, "column": 11 } } @@ -35294,16 +35476,16 @@ "object": { "type": "ThisExpression", "range": [ - 25497, - 25501 + 25667, + 25671 ], "loc": { "start": { - "line": 914, + "line": 920, "column": 8 }, "end": { - "line": 914, + "line": 920, "column": 12 } } @@ -35312,31 +35494,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 25502, - 25510 + 25672, + 25680 ], "loc": { "start": { - "line": 914, + "line": 920, "column": 13 }, "end": { - "line": 914, + "line": 920, "column": 21 } } }, "range": [ - 25497, - 25510 + 25667, + 25680 ], "loc": { "start": { - "line": 914, + "line": 920, "column": 8 }, "end": { - "line": 914, + "line": 920, "column": 21 } } @@ -35346,46 +35528,46 @@ "value": "ldiv_", "raw": "'ldiv_'", "range": [ - 25513, - 25520 + 25683, + 25690 ], "loc": { "start": { - "line": 914, + "line": 920, "column": 24 }, "end": { - "line": 914, + "line": 920, "column": 31 } } }, "range": [ - 25497, - 25520 + 25667, + 25690 ], "loc": { "start": { - "line": 914, + "line": 920, "column": 8 }, "end": { - "line": 914, + "line": 920, "column": 31 } } }, "range": [ - 25497, - 25521 + 25667, + 25691 ], "loc": { "start": { - "line": 914, + "line": 920, "column": 8 }, "end": { - "line": 914, + "line": 920, "column": 32 } }, @@ -35394,16 +35576,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25411, - 25488 + 25581, + 25658 ], "loc": { "start": { - "line": 910, + "line": 916, "column": 8 }, "end": { - "line": 913, + "line": 919, "column": 11 } } @@ -35414,16 +35596,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25531, - 25609 + 25701, + 25779 ], "loc": { "start": { - "line": 916, + "line": 922, "column": 8 }, "end": { - "line": 919, + "line": 925, "column": 11 } } @@ -35441,16 +35623,16 @@ "object": { "type": "ThisExpression", "range": [ - 25618, - 25622 + 25788, + 25792 ], "loc": { "start": { - "line": 920, + "line": 926, "column": 8 }, "end": { - "line": 920, + "line": 926, "column": 12 } } @@ -35459,31 +35641,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 25623, - 25631 + 25793, + 25801 ], "loc": { "start": { - "line": 920, + "line": 926, "column": 13 }, "end": { - "line": 920, + "line": 926, "column": 21 } } }, "range": [ - 25618, - 25631 + 25788, + 25801 ], "loc": { "start": { - "line": 920, + "line": 926, "column": 8 }, "end": { - "line": 920, + "line": 926, "column": 21 } } @@ -35493,46 +35675,46 @@ "value": "rdiv_", "raw": "'rdiv_'", "range": [ - 25634, - 25641 + 25804, + 25811 ], "loc": { "start": { - "line": 920, + "line": 926, "column": 24 }, "end": { - "line": 920, + "line": 926, "column": 31 } } }, "range": [ - 25618, - 25641 + 25788, + 25811 ], "loc": { "start": { - "line": 920, + "line": 926, "column": 8 }, "end": { - "line": 920, + "line": 926, "column": 31 } } }, "range": [ - 25618, - 25642 + 25788, + 25812 ], "loc": { "start": { - "line": 920, + "line": 926, "column": 8 }, "end": { - "line": 920, + "line": 926, "column": 32 } }, @@ -35541,16 +35723,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25531, - 25609 + 25701, + 25779 ], "loc": { "start": { - "line": 916, + "line": 922, "column": 8 }, "end": { - "line": 919, + "line": 925, "column": 11 } } @@ -35561,16 +35743,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25652, - 25731 + 25822, + 25901 ], "loc": { "start": { - "line": 922, + "line": 928, "column": 8 }, "end": { - "line": 925, + "line": 931, "column": 11 } } @@ -35588,16 +35770,16 @@ "object": { "type": "ThisExpression", "range": [ - 25740, - 25744 + 25910, + 25914 ], "loc": { "start": { - "line": 926, + "line": 932, "column": 8 }, "end": { - "line": 926, + "line": 932, "column": 12 } } @@ -35606,31 +35788,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 25745, - 25753 + 25915, + 25923 ], "loc": { "start": { - "line": 926, + "line": 932, "column": 13 }, "end": { - "line": 926, + "line": 932, "column": 21 } } }, "range": [ - 25740, - 25753 + 25910, + 25923 ], "loc": { "start": { - "line": 926, + "line": 932, "column": 8 }, "end": { - "line": 926, + "line": 932, "column": 21 } } @@ -35640,46 +35822,46 @@ "value": "mdiv_", "raw": "'mdiv_'", "range": [ - 25756, - 25763 + 25926, + 25933 ], "loc": { "start": { - "line": 926, + "line": 932, "column": 24 }, "end": { - "line": 926, + "line": 932, "column": 31 } } }, "range": [ - 25740, - 25763 + 25910, + 25933 ], "loc": { "start": { - "line": 926, + "line": 932, "column": 8 }, "end": { - "line": 926, + "line": 932, "column": 31 } } }, "range": [ - 25740, - 25764 + 25910, + 25934 ], "loc": { "start": { - "line": 926, + "line": 932, "column": 8 }, "end": { - "line": 926, + "line": 932, "column": 32 } }, @@ -35688,16 +35870,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25652, - 25731 + 25822, + 25901 ], "loc": { "start": { - "line": 922, + "line": 928, "column": 8 }, "end": { - "line": 925, + "line": 931, "column": 11 } } @@ -35708,16 +35890,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 25774, - 25841 + 25944, + 26011 ], "loc": { "start": { - "line": 928, + "line": 934, "column": 8 }, "end": { - "line": 931, + "line": 937, "column": 11 } } @@ -35735,16 +35917,16 @@ "object": { "type": "ThisExpression", "range": [ - 25850, - 25854 + 26020, + 26024 ], "loc": { "start": { - "line": 932, + "line": 938, "column": 8 }, "end": { - "line": 932, + "line": 938, "column": 12 } } @@ -35753,31 +35935,31 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 25855, - 25869 + 26025, + 26039 ], "loc": { "start": { - "line": 932, + "line": 938, "column": 13 }, "end": { - "line": 932, + "line": 938, "column": 27 } } }, "range": [ - 25850, - 25869 + 26020, + 26039 ], "loc": { "start": { - "line": 932, + "line": 938, "column": 8 }, "end": { - "line": 932, + "line": 938, "column": 27 } } @@ -35787,46 +35969,46 @@ "value": "resp", "raw": "'resp'", "range": [ - 25872, - 25878 + 26042, + 26048 ], "loc": { "start": { - "line": 932, + "line": 938, "column": 30 }, "end": { - "line": 932, + "line": 938, "column": 36 } } }, "range": [ - 25850, - 25878 + 26020, + 26048 ], "loc": { "start": { - "line": 932, + "line": 938, "column": 8 }, "end": { - "line": 932, + "line": 938, "column": 36 } } }, "range": [ - 25850, - 25879 + 26020, + 26049 ], "loc": { "start": { - "line": 932, + "line": 938, "column": 8 }, "end": { - "line": 932, + "line": 938, "column": 37 } }, @@ -35835,16 +36017,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 25774, - 25841 + 25944, + 26011 ], "loc": { "start": { - "line": 928, + "line": 934, "column": 8 }, "end": { - "line": 931, + "line": 937, "column": 11 } } @@ -35855,16 +36037,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 25889, - 25909 + 26059, + 26079 ], "loc": { "start": { - "line": 934, + "line": 940, "column": 8 }, "end": { - "line": 934, + "line": 940, "column": 28 } } @@ -35873,16 +36055,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 25918, - 26015 + 26088, + 26185 ], "loc": { "start": { - "line": 935, + "line": 941, "column": 8 }, "end": { - "line": 939, + "line": 945, "column": 11 } } @@ -35900,16 +36082,16 @@ "object": { "type": "ThisExpression", "range": [ - 26024, - 26028 + 26194, + 26198 ], "loc": { "start": { - "line": 940, + "line": 946, "column": 8 }, "end": { - "line": 940, + "line": 946, "column": 12 } } @@ -35918,31 +36100,31 @@ "type": "Identifier", "name": "extensions", "range": [ - 26029, - 26039 + 26199, + 26209 ], "loc": { "start": { - "line": 940, + "line": 946, "column": 13 }, "end": { - "line": 940, + "line": 946, "column": 23 } } }, "range": [ - 26024, - 26039 + 26194, + 26209 ], "loc": { "start": { - "line": 940, + "line": 946, "column": 8 }, "end": { - "line": 940, + "line": 946, "column": 23 } } @@ -35954,16 +36136,16 @@ "type": "Identifier", "name": "f", "range": [ - 26042, - 26043 + 26212, + 26213 ], "loc": { "start": { - "line": 940, + "line": 946, "column": 26 }, "end": { - "line": 940, + "line": 946, "column": 27 } } @@ -35972,61 +36154,61 @@ "type": "Identifier", "name": "extensions", "range": [ - 26044, - 26054 + 26214, + 26224 ], "loc": { "start": { - "line": 940, + "line": 946, "column": 28 }, "end": { - "line": 940, + "line": 946, "column": 38 } } }, "range": [ - 26042, - 26054 + 26212, + 26224 ], "loc": { "start": { - "line": 940, + "line": 946, "column": 26 }, "end": { - "line": 940, + "line": 946, "column": 38 } } }, "range": [ - 26024, - 26054 + 26194, + 26224 ], "loc": { "start": { - "line": 940, + "line": 946, "column": 8 }, "end": { - "line": 940, + "line": 946, "column": 38 } } }, "range": [ - 26024, - 26055 + 26194, + 26225 ], "loc": { "start": { - "line": 940, + "line": 946, "column": 8 }, "end": { - "line": 940, + "line": 946, "column": 39 } }, @@ -36035,16 +36217,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 25889, - 25909 + 26059, + 26079 ], "loc": { "start": { - "line": 934, + "line": 940, "column": 8 }, "end": { - "line": 934, + "line": 940, "column": 28 } } @@ -36053,16 +36235,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 25918, - 26015 + 26088, + 26185 ], "loc": { "start": { - "line": 935, + "line": 941, "column": 8 }, "end": { - "line": 939, + "line": 945, "column": 11 } } @@ -36073,16 +36255,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 26065, - 26178 + 26235, + 26348 ], "loc": { "start": { - "line": 942, + "line": 948, "column": 8 }, "end": { - "line": 946, + "line": 952, "column": 11 } } @@ -36100,16 +36282,16 @@ "object": { "type": "ThisExpression", "range": [ - 26187, - 26191 + 26357, + 26361 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 8 }, "end": { - "line": 947, + "line": 953, "column": 12 } } @@ -36118,31 +36300,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 26192, - 26205 + 26362, + 26375 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 13 }, "end": { - "line": 947, + "line": 953, "column": 26 } } }, "range": [ - 26187, - 26205 + 26357, + 26375 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 8 }, "end": { - "line": 947, + "line": 953, "column": 26 } } @@ -36153,16 +36335,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 26208, - 26215 + 26378, + 26385 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 29 }, "end": { - "line": 947, + "line": 953, "column": 36 } } @@ -36174,16 +36356,16 @@ "object": { "type": "ThisExpression", "range": [ - 26216, - 26220 + 26386, + 26390 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 37 }, "end": { - "line": 947, + "line": 953, "column": 41 } } @@ -36192,77 +36374,77 @@ "type": "Identifier", "name": "extensions", "range": [ - 26221, - 26231 + 26391, + 26401 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 42 }, "end": { - "line": 947, + "line": 953, "column": 52 } } }, "range": [ - 26216, - 26231 + 26386, + 26401 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 37 }, "end": { - "line": 947, + "line": 953, "column": 52 } } } ], "range": [ - 26208, - 26232 + 26378, + 26402 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 29 }, "end": { - "line": 947, + "line": 953, "column": 53 } } }, "range": [ - 26187, - 26232 + 26357, + 26402 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 8 }, "end": { - "line": 947, + "line": 953, "column": 53 } } }, "range": [ - 26187, - 26233 + 26357, + 26403 ], "loc": { "start": { - "line": 947, + "line": 953, "column": 8 }, "end": { - "line": 947, + "line": 953, "column": 54 } }, @@ -36271,16 +36453,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 26065, - 26178 + 26235, + 26348 ], "loc": { "start": { - "line": 942, + "line": 948, "column": 8 }, "end": { - "line": 946, + "line": 952, "column": 11 } } @@ -36291,16 +36473,16 @@ "type": "Block", "value": "** themes **", "range": [ - 26243, - 26259 + 26413, + 26429 ], "loc": { "start": { - "line": 949, + "line": 955, "column": 8 }, "end": { - "line": 949, + "line": 955, "column": 24 } } @@ -36309,16 +36491,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 26268, - 26342 + 26438, + 26512 ], "loc": { "start": { - "line": 950, + "line": 956, "column": 8 }, "end": { - "line": 953, + "line": 959, "column": 11 } } @@ -36336,16 +36518,16 @@ "object": { "type": "ThisExpression", "range": [ - 26351, - 26355 + 26521, + 26525 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 8 }, "end": { - "line": 954, + "line": 960, "column": 12 } } @@ -36354,31 +36536,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 26356, - 26374 + 26526, + 26544 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 13 }, "end": { - "line": 954, + "line": 960, "column": 31 } } }, "range": [ - 26351, - 26374 + 26521, + 26544 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 8 }, "end": { - "line": 954, + "line": 960, "column": 31 } } @@ -36389,16 +36571,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 26377, - 26384 + 26547, + 26554 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 34 }, "end": { - "line": 954, + "line": 960, "column": 41 } } @@ -36411,16 +36593,16 @@ "type": "Identifier", "name": "f", "range": [ - 26385, - 26386 + 26555, + 26556 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 42 }, "end": { - "line": 954, + "line": 960, "column": 43 } } @@ -36429,77 +36611,77 @@ "type": "Identifier", "name": "enable_default_theme", "range": [ - 26387, - 26407 + 26557, + 26577 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 44 }, "end": { - "line": 954, + "line": 960, "column": 64 } } }, "range": [ - 26385, - 26407 + 26555, + 26577 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 42 }, "end": { - "line": 954, + "line": 960, "column": 64 } } } ], "range": [ - 26377, - 26408 + 26547, + 26578 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 34 }, "end": { - "line": 954, + "line": 960, "column": 65 } } }, "range": [ - 26351, - 26408 + 26521, + 26578 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 8 }, "end": { - "line": 954, + "line": 960, "column": 65 } } }, "range": [ - 26351, - 26409 + 26521, + 26579 ], "loc": { "start": { - "line": 954, + "line": 960, "column": 8 }, "end": { - "line": 954, + "line": 960, "column": 66 } }, @@ -36508,16 +36690,16 @@ "type": "Block", "value": "** themes **", "range": [ - 26243, - 26259 + 26413, + 26429 ], "loc": { "start": { - "line": 949, + "line": 955, "column": 8 }, "end": { - "line": 949, + "line": 955, "column": 24 } } @@ -36526,16 +36708,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 26268, - 26342 + 26438, + 26512 ], "loc": { "start": { - "line": 950, + "line": 956, "column": 8 }, "end": { - "line": 953, + "line": 959, "column": 11 } } @@ -36546,16 +36728,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26419, - 26529 + 26589, + 26699 ], "loc": { "start": { - "line": 956, + "line": 962, "column": 8 }, "end": { - "line": 960, + "line": 966, "column": 11 } } @@ -36573,16 +36755,16 @@ "object": { "type": "ThisExpression", "range": [ - 26538, - 26542 + 26708, + 26712 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 8 }, "end": { - "line": 961, + "line": 967, "column": 12 } } @@ -36591,31 +36773,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 26543, - 26552 + 26713, + 26722 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 13 }, "end": { - "line": 961, + "line": 967, "column": 22 } } }, "range": [ - 26538, - 26552 + 26708, + 26722 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 8 }, "end": { - "line": 961, + "line": 967, "column": 22 } } @@ -36629,16 +36811,16 @@ "object": { "type": "ThisExpression", "range": [ - 26556, - 26560 + 26726, + 26730 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 26 }, "end": { - "line": 961, + "line": 967, "column": 30 } } @@ -36647,31 +36829,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 26561, - 26579 + 26731, + 26749 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 31 }, "end": { - "line": 961, + "line": 967, "column": 49 } } }, "range": [ - 26556, - 26579 + 26726, + 26749 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 26 }, "end": { - "line": 961, + "line": 967, "column": 49 } } @@ -36682,16 +36864,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 26583, - 26590 + 26753, + 26760 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 53 }, "end": { - "line": 961, + "line": 967, "column": 60 } } @@ -36704,16 +36886,16 @@ "type": "Identifier", "name": "f", "range": [ - 26591, - 26592 + 26761, + 26762 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 61 }, "end": { - "line": 961, + "line": 967, "column": 62 } } @@ -36722,92 +36904,92 @@ "type": "Identifier", "name": "themes", "range": [ - 26593, - 26599 + 26763, + 26769 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 63 }, "end": { - "line": 961, + "line": 967, "column": 69 } } }, "range": [ - 26591, - 26599 + 26761, + 26769 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 61 }, "end": { - "line": 961, + "line": 967, "column": 69 } } } ], "range": [ - 26583, - 26600 + 26753, + 26770 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 53 }, "end": { - "line": 961, + "line": 967, "column": 70 } } }, "range": [ - 26556, - 26600 + 26726, + 26770 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 26 }, "end": { - "line": 961, + "line": 967, "column": 70 } } }, "range": [ - 26538, - 26601 + 26708, + 26771 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 8 }, "end": { - "line": 961, + "line": 967, "column": 71 } } }, "range": [ - 26538, - 26602 + 26708, + 26772 ], "loc": { "start": { - "line": 961, + "line": 967, "column": 8 }, "end": { - "line": 961, + "line": 967, "column": 72 } }, @@ -36816,16 +36998,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26419, - 26529 + 26589, + 26699 ], "loc": { "start": { - "line": 956, + "line": 962, "column": 8 }, "end": { - "line": 960, + "line": 966, "column": 11 } } @@ -36836,16 +37018,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26612, - 26724 + 26782, + 26894 ], "loc": { "start": { - "line": 963, + "line": 969, "column": 8 }, "end": { - "line": 967, + "line": 973, "column": 11 } } @@ -36863,16 +37045,16 @@ "object": { "type": "ThisExpression", "range": [ - 26733, - 26737 + 26903, + 26907 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 8 }, "end": { - "line": 968, + "line": 974, "column": 12 } } @@ -36881,31 +37063,31 @@ "type": "Identifier", "name": "themes", "range": [ - 26738, - 26744 + 26908, + 26914 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 13 }, "end": { - "line": 968, + "line": 974, "column": 19 } } }, "range": [ - 26733, - 26744 + 26903, + 26914 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 8 }, "end": { - "line": 968, + "line": 974, "column": 19 } } @@ -36920,16 +37102,16 @@ "type": "Identifier", "name": "f", "range": [ - 26747, - 26748 + 26917, + 26918 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 22 }, "end": { - "line": 968, + "line": 974, "column": 23 } } @@ -36938,31 +37120,31 @@ "type": "Identifier", "name": "themes", "range": [ - 26749, - 26755 + 26919, + 26925 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 24 }, "end": { - "line": 968, + "line": 974, "column": 30 } } }, "range": [ - 26747, - 26755 + 26917, + 26925 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 22 }, "end": { - "line": 968, + "line": 974, "column": 30 } } @@ -36971,61 +37153,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 26759, - 26761 + 26929, + 26931 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 34 }, "end": { - "line": 968, + "line": 974, "column": 36 } } }, "range": [ - 26747, - 26761 + 26917, + 26931 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 22 }, "end": { - "line": 968, + "line": 974, "column": 36 } } }, "range": [ - 26733, - 26761 + 26903, + 26931 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 8 }, "end": { - "line": 968, + "line": 974, "column": 36 } } }, "range": [ - 26733, - 26762 + 26903, + 26932 ], "loc": { "start": { - "line": 968, + "line": 974, "column": 8 }, "end": { - "line": 968, + "line": 974, "column": 37 } }, @@ -37034,16 +37216,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26612, - 26724 + 26782, + 26894 ], "loc": { "start": { - "line": 963, + "line": 969, "column": 8 }, "end": { - "line": 967, + "line": 973, "column": 11 } } @@ -37054,16 +37236,16 @@ "type": "Block", "value": "*\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26772, - 26953 + 26942, + 27123 ], "loc": { "start": { - "line": 970, + "line": 976, "column": 8 }, "end": { - "line": 975, + "line": 981, "column": 11 } } @@ -37081,16 +37263,16 @@ "object": { "type": "ThisExpression", "range": [ - 26962, - 26966 + 27132, + 27136 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 8 }, "end": { - "line": 976, + "line": 982, "column": 12 } } @@ -37099,31 +37281,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 26967, - 26977 + 27137, + 27147 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 13 }, "end": { - "line": 976, + "line": 982, "column": 23 } } }, "range": [ - 26962, - 26977 + 27132, + 27147 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 8 }, "end": { - "line": 976, + "line": 982, "column": 23 } } @@ -37138,16 +37320,16 @@ "type": "Identifier", "name": "f", "range": [ - 26980, - 26981 + 27150, + 27151 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 26 }, "end": { - "line": 976, + "line": 982, "column": 27 } } @@ -37156,31 +37338,31 @@ "type": "Identifier", "name": "themes_path", "range": [ - 26982, - 26993 + 27152, + 27163 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 28 }, "end": { - "line": 976, + "line": 982, "column": 39 } } }, "range": [ - 26980, - 26993 + 27150, + 27163 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 26 }, "end": { - "line": 976, + "line": 982, "column": 39 } } @@ -37194,16 +37376,16 @@ "object": { "type": "ThisExpression", "range": [ - 26997, - 27001 + 27167, + 27171 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 43 }, "end": { - "line": 976, + "line": 982, "column": 47 } } @@ -37212,31 +37394,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 27002, - 27011 + 27172, + 27181 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 48 }, "end": { - "line": 976, + "line": 982, "column": 57 } } }, "range": [ - 26997, - 27011 + 27167, + 27181 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 43 }, "end": { - "line": 976, + "line": 982, "column": 57 } } @@ -37246,76 +37428,76 @@ "value": "themes/", "raw": "'themes/'", "range": [ - 27014, - 27023 + 27184, + 27193 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 60 }, "end": { - "line": 976, + "line": 982, "column": 69 } } }, "range": [ - 26997, - 27023 + 27167, + 27193 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 43 }, "end": { - "line": 976, + "line": 982, "column": 69 } } }, "range": [ - 26980, - 27023 + 27150, + 27193 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 26 }, "end": { - "line": 976, + "line": 982, "column": 69 } } }, "range": [ - 26962, - 27023 + 27132, + 27193 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 8 }, "end": { - "line": 976, + "line": 982, "column": 69 } } }, "range": [ - 26962, - 27024 + 27132, + 27194 ], "loc": { "start": { - "line": 976, + "line": 982, "column": 8 }, "end": { - "line": 976, + "line": 982, "column": 70 } }, @@ -37324,16 +37506,16 @@ "type": "Block", "value": "*\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26772, - 26953 + 26942, + 27123 ], "loc": { "start": { - "line": 970, + "line": 976, "column": 8 }, "end": { - "line": 975, + "line": 981, "column": 11 } } @@ -37344,16 +37526,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 27034, - 27112 + 27204, + 27282 ], "loc": { "start": { - "line": 978, + "line": 984, "column": 8 }, "end": { - "line": 981, + "line": 987, "column": 11 } } @@ -37371,16 +37553,16 @@ "object": { "type": "ThisExpression", "range": [ - 27121, - 27125 + 27291, + 27295 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 8 }, "end": { - "line": 982, + "line": 988, "column": 12 } } @@ -37389,31 +37571,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 27126, - 27136 + 27296, + 27306 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 13 }, "end": { - "line": 982, + "line": 988, "column": 23 } } }, "range": [ - 27121, - 27136 + 27291, + 27306 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 8 }, "end": { - "line": 982, + "line": 988, "column": 23 } } @@ -37424,16 +37606,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 27139, - 27146 + 27309, + 27316 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 26 }, "end": { - "line": 982, + "line": 988, "column": 33 } } @@ -37446,16 +37628,16 @@ "type": "Identifier", "name": "f", "range": [ - 27147, - 27148 + 27317, + 27318 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 34 }, "end": { - "line": 982, + "line": 988, "column": 35 } } @@ -37464,77 +37646,77 @@ "type": "Identifier", "name": "responsive", "range": [ - 27149, - 27159 + 27319, + 27329 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 36 }, "end": { - "line": 982, + "line": 988, "column": 46 } } }, "range": [ - 27147, - 27159 + 27317, + 27329 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 34 }, "end": { - "line": 982, + "line": 988, "column": 46 } } } ], "range": [ - 27139, - 27160 + 27309, + 27330 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 26 }, "end": { - "line": 982, + "line": 988, "column": 47 } } }, "range": [ - 27121, - 27160 + 27291, + 27330 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 8 }, "end": { - "line": 982, + "line": 988, "column": 47 } } }, "range": [ - 27121, - 27161 + 27291, + 27331 ], "loc": { "start": { - "line": 982, + "line": 988, "column": 8 }, "end": { - "line": 982, + "line": 988, "column": 48 } }, @@ -37543,16 +37725,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 27034, - 27112 + 27204, + 27282 ], "loc": { "start": { - "line": 978, + "line": 984, "column": 8 }, "end": { - "line": 981, + "line": 987, "column": 11 } } @@ -37563,16 +37745,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 27171, - 27235 + 27341, + 27405 ], "loc": { "start": { - "line": 984, + "line": 990, "column": 8 }, "end": { - "line": 987, + "line": 993, "column": 11 } } @@ -37590,16 +37772,16 @@ "object": { "type": "ThisExpression", "range": [ - 27244, - 27248 + 27414, + 27418 ], "loc": { "start": { - "line": 988, + "line": 994, "column": 8 }, "end": { - "line": 988, + "line": 994, "column": 12 } } @@ -37608,31 +37790,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 27249, - 27252 + 27419, + 27422 ], "loc": { "start": { - "line": 988, + "line": 994, "column": 13 }, "end": { - "line": 988, + "line": 994, "column": 16 } } }, "range": [ - 27244, - 27252 + 27414, + 27422 ], "loc": { "start": { - "line": 988, + "line": 994, "column": 8 }, "end": { - "line": 988, + "line": 994, "column": 16 } } @@ -37641,46 +37823,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 27255, - 27257 + 27425, + 27427 ], "loc": { "start": { - "line": 988, + "line": 994, "column": 19 }, "end": { - "line": 988, + "line": 994, "column": 21 } } }, "range": [ - 27244, - 27257 + 27414, + 27427 ], "loc": { "start": { - "line": 988, + "line": 994, "column": 8 }, "end": { - "line": 988, + "line": 994, "column": 21 } } }, "range": [ - 27244, - 27258 + 27414, + 27428 ], "loc": { "start": { - "line": 988, + "line": 994, "column": 8 }, "end": { - "line": 988, + "line": 994, "column": 22 } }, @@ -37689,16 +37871,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 27171, - 27235 + 27341, + 27405 ], "loc": { "start": { - "line": 984, + "line": 990, "column": 8 }, "end": { - "line": 987, + "line": 993, "column": 11 } } @@ -37709,16 +37891,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 27268, - 27334 + 27438, + 27504 ], "loc": { "start": { - "line": 990, + "line": 996, "column": 8 }, "end": { - "line": 993, + "line": 999, "column": 11 } } @@ -37736,16 +37918,16 @@ "object": { "type": "ThisExpression", "range": [ - 27343, - 27347 + 27513, + 27517 ], "loc": { "start": { - "line": 994, + "line": 1000, "column": 8 }, "end": { - "line": 994, + "line": 1000, "column": 12 } } @@ -37754,31 +37936,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 27348, - 27359 + 27518, + 27529 ], "loc": { "start": { - "line": 994, + "line": 1000, "column": 13 }, "end": { - "line": 994, + "line": 1000, "column": 24 } } }, "range": [ - 27343, - 27359 + 27513, + 27529 ], "loc": { "start": { - "line": 994, + "line": 1000, "column": 8 }, "end": { - "line": 994, + "line": 1000, "column": 24 } } @@ -37787,46 +37969,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 27362, - 27364 + 27532, + 27534 ], "loc": { "start": { - "line": 994, + "line": 1000, "column": 27 }, "end": { - "line": 994, + "line": 1000, "column": 29 } } }, "range": [ - 27343, - 27364 + 27513, + 27534 ], "loc": { "start": { - "line": 994, + "line": 1000, "column": 8 }, "end": { - "line": 994, + "line": 1000, "column": 29 } } }, "range": [ - 27343, - 27365 + 27513, + 27535 ], "loc": { "start": { - "line": 994, + "line": 1000, "column": 8 }, "end": { - "line": 994, + "line": 1000, "column": 30 } }, @@ -37835,16 +38017,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 27268, - 27334 + 27438, + 27504 ], "loc": { "start": { - "line": 990, + "line": 996, "column": 8 }, "end": { - "line": 993, + "line": 999, "column": 11 } } @@ -37854,7 +38036,7 @@ ], "range": [ 1920, - 27371 + 27541 ], "loc": { "start": { @@ -37862,7 +38044,7 @@ "column": 25 }, "end": { - "line": 995, + "line": 1001, "column": 5 } } @@ -37871,7 +38053,7 @@ "expression": false, "range": [ 1910, - 27371 + 27541 ], "loc": { "start": { @@ -37879,7 +38061,7 @@ "column": 15 }, "end": { - "line": 995, + "line": 1001, "column": 5 } } @@ -37888,7 +38070,7 @@ "computed": false, "range": [ 1899, - 27371 + 27541 ], "loc": { "start": { @@ -37896,7 +38078,7 @@ "column": 4 }, "end": { - "line": 995, + "line": 1001, "column": 5 } }, @@ -37925,16 +38107,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27377, - 27426 + 27547, + 27596 ], "loc": { "start": { - "line": 997, + "line": 1003, "column": 4 }, "end": { - "line": 999, + "line": 1005, "column": 7 } } @@ -37948,16 +38130,16 @@ "type": "Identifier", "name": "init", "range": [ - 27431, - 27435 + 27601, + 27605 ], "loc": { "start": { - "line": 1000, + "line": 1006, "column": 4 }, "end": { - "line": 1000, + "line": 1006, "column": 8 } } @@ -37977,16 +38159,16 @@ "object": { "type": "ThisExpression", "range": [ - 27452, - 27456 + 27622, + 27626 ], "loc": { "start": { - "line": 1001, + "line": 1007, "column": 12 }, "end": { - "line": 1001, + "line": 1007, "column": 16 } } @@ -37995,31 +38177,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 27457, - 27468 + 27627, + 27638 ], "loc": { "start": { - "line": 1001, + "line": 1007, "column": 17 }, "end": { - "line": 1001, + "line": 1007, "column": 28 } } }, "range": [ - 27452, - 27468 + 27622, + 27638 ], "loc": { "start": { - "line": 1001, + "line": 1007, "column": 12 }, "end": { - "line": 1001, + "line": 1007, "column": 28 } } @@ -38031,48 +38213,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 27484, - 27491 + 27654, + 27661 ], "loc": { "start": { - "line": 1002, + "line": 1008, "column": 12 }, "end": { - "line": 1002, + "line": 1008, "column": 19 } } } ], "range": [ - 27470, - 27501 + 27640, + 27671 ], "loc": { "start": { - "line": 1001, + "line": 1007, "column": 30 }, "end": { - "line": 1003, + "line": 1009, "column": 9 } } }, "alternate": null, "range": [ - 27448, - 27501 + 27618, + 27671 ], "loc": { "start": { - "line": 1001, + "line": 1007, "column": 8 }, "end": { - "line": 1003, + "line": 1009, "column": 9 } } @@ -38086,16 +38268,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27515, - 27518 + 27685, + 27688 ], "loc": { "start": { - "line": 1005, + "line": 1011, "column": 12 }, "end": { - "line": 1005, + "line": 1011, "column": 15 } } @@ -38106,16 +38288,16 @@ "object": { "type": "ThisExpression", "range": [ - 27521, - 27525 + 27691, + 27695 ], "loc": { "start": { - "line": 1005, + "line": 1011, "column": 18 }, "end": { - "line": 1005, + "line": 1011, "column": 22 } } @@ -38124,46 +38306,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 27526, - 27529 + 27696, + 27699 ], "loc": { "start": { - "line": 1005, + "line": 1011, "column": 23 }, "end": { - "line": 1005, + "line": 1011, "column": 26 } } }, "range": [ - 27521, - 27529 + 27691, + 27699 ], "loc": { "start": { - "line": 1005, + "line": 1011, "column": 18 }, "end": { - "line": 1005, + "line": 1011, "column": 26 } } }, "range": [ - 27515, - 27529 + 27685, + 27699 ], "loc": { "start": { - "line": 1005, + "line": 1011, "column": 12 }, "end": { - "line": 1005, + "line": 1011, "column": 26 } } @@ -38171,16 +38353,16 @@ ], "kind": "let", "range": [ - 27511, - 27530 + 27681, + 27700 ], "loc": { "start": { - "line": 1005, + "line": 1011, "column": 8 }, "end": { - "line": 1005, + "line": 1011, "column": 27 } } @@ -38194,16 +38376,16 @@ "type": "Identifier", "name": "n", "range": [ - 27543, - 27544 + 27713, + 27714 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 12 }, "end": { - "line": 1006, + "line": 1012, "column": 13 } } @@ -38216,16 +38398,16 @@ "object": { "type": "ThisExpression", "range": [ - 27547, - 27551 + 27717, + 27721 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 16 }, "end": { - "line": 1006, + "line": 1012, "column": 20 } } @@ -38234,31 +38416,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 27552, - 27567 + 27722, + 27737 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 21 }, "end": { - "line": 1006, + "line": 1012, "column": 36 } } }, "range": [ - 27547, - 27567 + 27717, + 27737 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 16 }, "end": { - "line": 1006, + "line": 1012, "column": 36 } } @@ -38268,16 +38450,16 @@ "value": 1, "raw": "1", "range": [ - 27570, - 27571 + 27740, + 27741 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 39 }, "end": { - "line": 1006, + "line": 1012, "column": 40 } } @@ -38288,16 +38470,16 @@ "object": { "type": "ThisExpression", "range": [ - 27574, - 27578 + 27744, + 27748 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 43 }, "end": { - "line": 1006, + "line": 1012, "column": 47 } } @@ -38306,61 +38488,61 @@ "type": "Identifier", "name": "nbCells", "range": [ - 27579, - 27586 + 27749, + 27756 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 48 }, "end": { - "line": 1006, + "line": 1012, "column": 55 } } }, "range": [ - 27574, - 27586 + 27744, + 27756 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 43 }, "end": { - "line": 1006, + "line": 1012, "column": 55 } } }, "range": [ - 27547, - 27586 + 27717, + 27756 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 16 }, "end": { - "line": 1006, + "line": 1012, "column": 55 } } }, "range": [ - 27543, - 27586 + 27713, + 27756 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 12 }, "end": { - "line": 1006, + "line": 1012, "column": 55 } } @@ -38368,16 +38550,16 @@ ], "kind": "let", "range": [ - 27539, - 27587 + 27709, + 27757 ], "loc": { "start": { - "line": 1006, + "line": 1012, "column": 8 }, "end": { - "line": 1006, + "line": 1012, "column": 56 } } @@ -38391,32 +38573,32 @@ "type": "Identifier", "name": "inpclass", "range": [ - 27600, - 27608 + 27770, + 27778 ], "loc": { "start": { - "line": 1007, + "line": 1013, "column": 12 }, "end": { - "line": 1007, + "line": 1013, "column": 20 } } }, "init": null, "range": [ - 27600, - 27608 + 27770, + 27778 ], "loc": { "start": { - "line": 1007, + "line": 1013, "column": 12 }, "end": { - "line": 1007, + "line": 1013, "column": 20 } } @@ -38424,16 +38606,16 @@ ], "kind": "let", "range": [ - 27596, - 27609 + 27766, + 27779 ], "loc": { "start": { - "line": 1007, + "line": 1013, "column": 8 }, "end": { - "line": 1007, + "line": 1013, "column": 21 } }, @@ -38442,16 +38624,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 27619, - 27653 + 27789, + 27823 ], "loc": { "start": { - "line": 1009, + "line": 1015, "column": 8 }, "end": { - "line": 1009, + "line": 1015, "column": 42 } } @@ -38468,16 +38650,16 @@ "object": { "type": "ThisExpression", "range": [ - 27662, - 27666 + 27832, + 27836 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 8 }, "end": { - "line": 1010, + "line": 1016, "column": 12 } } @@ -38486,31 +38668,31 @@ "type": "Identifier", "name": "import", "range": [ - 27667, - 27673 + 27837, + 27843 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 13 }, "end": { - "line": 1010, + "line": 1016, "column": 19 } } }, "range": [ - 27662, - 27673 + 27832, + 27843 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 8 }, "end": { - "line": 1010, + "line": 1016, "column": 19 } } @@ -38522,16 +38704,16 @@ "object": { "type": "ThisExpression", "range": [ - 27674, - 27678 + 27844, + 27848 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 20 }, "end": { - "line": 1010, + "line": 1016, "column": 24 } } @@ -38540,31 +38722,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 27679, - 27691 + 27849, + 27861 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 25 }, "end": { - "line": 1010, + "line": 1016, "column": 37 } } }, "range": [ - 27674, - 27691 + 27844, + 27861 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 20 }, "end": { - "line": 1010, + "line": 1016, "column": 37 } } @@ -38575,16 +38757,16 @@ "object": { "type": "ThisExpression", "range": [ - 27693, - 27697 + 27863, + 27867 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 39 }, "end": { - "line": 1010, + "line": 1016, "column": 43 } } @@ -38593,31 +38775,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 27698, - 27708 + 27868, + 27878 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 44 }, "end": { - "line": 1010, + "line": 1016, "column": 54 } } }, "range": [ - 27693, - 27708 + 27863, + 27878 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 39 }, "end": { - "line": 1010, + "line": 1016, "column": 54 } } @@ -38627,16 +38809,16 @@ "value": null, "raw": "null", "range": [ - 27710, - 27714 + 27880, + 27884 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 56 }, "end": { - "line": 1010, + "line": 1016, "column": 60 } } @@ -38646,47 +38828,47 @@ "value": "link", "raw": "'link'", "range": [ - 27716, - 27722 + 27886, + 27892 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 62 }, "end": { - "line": 1010, + "line": 1016, "column": 68 } } } ], "range": [ - 27662, - 27723 + 27832, + 27893 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 8 }, "end": { - "line": 1010, + "line": 1016, "column": 69 } } }, "range": [ - 27662, - 27724 + 27832, + 27894 ], "loc": { "start": { - "line": 1010, + "line": 1016, "column": 8 }, "end": { - "line": 1010, + "line": 1016, "column": 70 } }, @@ -38695,16 +38877,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 27619, - 27653 + 27789, + 27823 ], "loc": { "start": { - "line": 1009, + "line": 1015, "column": 8 }, "end": { - "line": 1009, + "line": 1015, "column": 42 } } @@ -38715,16 +38897,16 @@ "type": "Line", "value": "loads theme", "range": [ - 27734, - 27747 + 27904, + 27917 ], "loc": { "start": { - "line": 1012, + "line": 1018, "column": 8 }, "end": { - "line": 1012, + "line": 1018, "column": 21 } } @@ -38739,16 +38921,16 @@ "object": { "type": "ThisExpression", "range": [ - 27760, - 27764 + 27930, + 27934 ], "loc": { "start": { - "line": 1013, + "line": 1019, "column": 12 }, "end": { - "line": 1013, + "line": 1019, "column": 16 } } @@ -38757,31 +38939,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 27765, - 27774 + 27935, + 27944 ], "loc": { "start": { - "line": 1013, + "line": 1019, "column": 17 }, "end": { - "line": 1013, + "line": 1019, "column": 26 } } }, "range": [ - 27760, - 27774 + 27930, + 27944 ], "loc": { "start": { - "line": 1013, + "line": 1019, "column": 12 }, "end": { - "line": 1013, + "line": 1019, "column": 26 } } @@ -38799,16 +38981,16 @@ "object": { "type": "ThisExpression", "range": [ - 27790, - 27794 + 27960, + 27964 ], "loc": { "start": { - "line": 1014, + "line": 1020, "column": 12 }, "end": { - "line": 1014, + "line": 1020, "column": 16 } } @@ -38817,94 +38999,94 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 27795, - 27805 + 27965, + 27975 ], "loc": { "start": { - "line": 1014, + "line": 1020, "column": 17 }, "end": { - "line": 1014, + "line": 1020, "column": 27 } } }, "range": [ - 27790, - 27805 + 27960, + 27975 ], "loc": { "start": { - "line": 1014, + "line": 1020, "column": 12 }, "end": { - "line": 1014, + "line": 1020, "column": 27 } } }, "arguments": [], "range": [ - 27790, - 27807 + 27960, + 27977 ], "loc": { "start": { - "line": 1014, + "line": 1020, "column": 12 }, "end": { - "line": 1014, + "line": 1020, "column": 29 } } }, "range": [ - 27790, - 27808 + 27960, + 27978 ], "loc": { "start": { - "line": 1014, + "line": 1020, "column": 12 }, "end": { - "line": 1014, + "line": 1020, "column": 30 } } } ], "range": [ - 27776, - 27818 + 27946, + 27988 ], "loc": { "start": { - "line": 1013, + "line": 1019, "column": 28 }, "end": { - "line": 1015, + "line": 1021, "column": 9 } } }, "alternate": null, "range": [ - 27756, - 27818 + 27926, + 27988 ], "loc": { "start": { - "line": 1013, + "line": 1019, "column": 8 }, "end": { - "line": 1015, + "line": 1021, "column": 9 } }, @@ -38913,16 +39095,16 @@ "type": "Line", "value": "loads theme", "range": [ - 27734, - 27747 + 27904, + 27917 ], "loc": { "start": { - "line": 1012, + "line": 1018, "column": 8 }, "end": { - "line": 1012, + "line": 1018, "column": 21 } } @@ -38933,16 +39115,16 @@ "type": "Line", "value": " Instanciate sugar date wrapper", "range": [ - 27828, - 27861 + 27998, + 28031 ], "loc": { "start": { - "line": 1017, + "line": 1023, "column": 8 }, "end": { - "line": 1017, + "line": 1023, "column": 41 } } @@ -38961,16 +39143,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27875, - 27878 + 28045, + 28048 ], "loc": { "start": { - "line": 1018, + "line": 1024, "column": 13 }, "end": { - "line": 1018, + "line": 1024, "column": 16 } } @@ -38979,47 +39161,47 @@ "type": "Identifier", "name": "dateType", "range": [ - 27879, - 27887 + 28049, + 28057 ], "loc": { "start": { - "line": 1018, + "line": 1024, "column": 17 }, "end": { - "line": 1018, + "line": 1024, "column": 25 } } }, "range": [ - 27875, - 27887 + 28045, + 28057 ], "loc": { "start": { - "line": 1018, + "line": 1024, "column": 13 }, "end": { - "line": 1018, + "line": 1024, "column": 25 } } }, "prefix": true, "range": [ - 27874, - 27887 + 28044, + 28057 ], "loc": { "start": { - "line": 1018, + "line": 1024, "column": 12 }, "end": { - "line": 1018, + "line": 1024, "column": 25 } } @@ -39039,16 +39221,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27903, - 27906 + 28073, + 28076 ], "loc": { "start": { - "line": 1019, + "line": 1025, "column": 12 }, "end": { - "line": 1019, + "line": 1025, "column": 15 } } @@ -39057,31 +39239,31 @@ "type": "Identifier", "name": "dateType", "range": [ - 27907, - 27915 + 28077, + 28085 ], "loc": { "start": { - "line": 1019, + "line": 1025, "column": 16 }, "end": { - "line": 1019, + "line": 1025, "column": 24 } } }, "range": [ - 27903, - 27915 + 28073, + 28085 ], "loc": { "start": { - "line": 1019, + "line": 1025, "column": 12 }, "end": { - "line": 1019, + "line": 1025, "column": 24 } } @@ -39092,16 +39274,16 @@ "type": "Identifier", "name": "DateType", "range": [ - 27922, - 27930 + 28092, + 28100 ], "loc": { "start": { - "line": 1019, + "line": 1025, "column": 31 }, "end": { - "line": 1019, + "line": 1025, "column": 39 } } @@ -39110,94 +39292,94 @@ { "type": "ThisExpression", "range": [ - 27931, - 27935 + 28101, + 28105 ], "loc": { "start": { - "line": 1019, + "line": 1025, "column": 40 }, "end": { - "line": 1019, + "line": 1025, "column": 44 } } } ], "range": [ - 27918, - 27936 + 28088, + 28106 ], "loc": { "start": { - "line": 1019, + "line": 1025, "column": 27 }, "end": { - "line": 1019, + "line": 1025, "column": 45 } } }, "range": [ - 27903, - 27936 + 28073, + 28106 ], "loc": { "start": { - "line": 1019, + "line": 1025, "column": 12 }, "end": { - "line": 1019, + "line": 1025, "column": 45 } } }, "range": [ - 27903, - 27937 + 28073, + 28107 ], "loc": { "start": { - "line": 1019, + "line": 1025, "column": 12 }, "end": { - "line": 1019, + "line": 1025, "column": 46 } } } ], "range": [ - 27889, - 27947 + 28059, + 28117 ], "loc": { "start": { - "line": 1018, + "line": 1024, "column": 27 }, "end": { - "line": 1020, + "line": 1026, "column": 9 } } }, "alternate": null, "range": [ - 27870, - 27947 + 28040, + 28117 ], "loc": { "start": { - "line": 1018, + "line": 1024, "column": 8 }, "end": { - "line": 1020, + "line": 1026, "column": 9 } }, @@ -39206,16 +39388,16 @@ "type": "Line", "value": " Instanciate sugar date wrapper", "range": [ - 27828, - 27861 + 27998, + 28031 ], "loc": { "start": { - "line": 1017, + "line": 1023, "column": 8 }, "end": { - "line": 1017, + "line": 1023, "column": 41 } } @@ -39236,16 +39418,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27956, - 27959 + 28126, + 28129 ], "loc": { "start": { - "line": 1021, + "line": 1027, "column": 8 }, "end": { - "line": 1021, + "line": 1027, "column": 11 } } @@ -39254,31 +39436,31 @@ "type": "Identifier", "name": "dateType", "range": [ - 27960, - 27968 + 28130, + 28138 ], "loc": { "start": { - "line": 1021, + "line": 1027, "column": 12 }, "end": { - "line": 1021, + "line": 1027, "column": 20 } } }, "range": [ - 27956, - 27968 + 28126, + 28138 ], "loc": { "start": { - "line": 1021, + "line": 1027, "column": 8 }, "end": { - "line": 1021, + "line": 1027, "column": 20 } } @@ -39287,62 +39469,62 @@ "type": "Identifier", "name": "init", "range": [ - 27969, - 27973 + 28139, + 28143 ], "loc": { "start": { - "line": 1021, + "line": 1027, "column": 21 }, "end": { - "line": 1021, + "line": 1027, "column": 25 } } }, "range": [ - 27956, - 27973 + 28126, + 28143 ], "loc": { "start": { - "line": 1021, + "line": 1027, "column": 8 }, "end": { - "line": 1021, + "line": 1027, "column": 25 } } }, "arguments": [], "range": [ - 27956, - 27975 + 28126, + 28145 ], "loc": { "start": { - "line": 1021, + "line": 1027, "column": 8 }, "end": { - "line": 1021, + "line": 1027, "column": 27 } } }, "range": [ - 27956, - 27976 + 28126, + 28146 ], "loc": { "start": { - "line": 1021, + "line": 1027, "column": 8 }, "end": { - "line": 1021, + "line": 1027, "column": 28 } }, @@ -39351,16 +39533,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 27986, - 28045 + 28156, + 28215 ], "loc": { "start": { - "line": 1023, + "line": 1029, "column": 8 }, "end": { - "line": 1023, + "line": 1029, "column": 67 } } @@ -39379,16 +39561,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28059, - 28062 + 28229, + 28232 ], "loc": { "start": { - "line": 1024, + "line": 1030, "column": 13 }, "end": { - "line": 1024, + "line": 1030, "column": 16 } } @@ -39397,47 +39579,47 @@ "type": "Identifier", "name": "help", "range": [ - 28063, - 28067 + 28233, + 28237 ], "loc": { "start": { - "line": 1024, + "line": 1030, "column": 17 }, "end": { - "line": 1024, + "line": 1030, "column": 21 } } }, "range": [ - 28059, - 28067 + 28229, + 28237 ], "loc": { "start": { - "line": 1024, + "line": 1030, "column": 13 }, "end": { - "line": 1024, + "line": 1030, "column": 21 } } }, "prefix": true, "range": [ - 28058, - 28067 + 28228, + 28237 ], "loc": { "start": { - "line": 1024, + "line": 1030, "column": 12 }, "end": { - "line": 1024, + "line": 1030, "column": 21 } } @@ -39457,16 +39639,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28083, - 28086 + 28253, + 28256 ], "loc": { "start": { - "line": 1025, + "line": 1031, "column": 12 }, "end": { - "line": 1025, + "line": 1031, "column": 15 } } @@ -39475,31 +39657,31 @@ "type": "Identifier", "name": "help", "range": [ - 28087, - 28091 + 28257, + 28261 ], "loc": { "start": { - "line": 1025, + "line": 1031, "column": 16 }, "end": { - "line": 1025, + "line": 1031, "column": 20 } } }, "range": [ - 28083, - 28091 + 28253, + 28261 ], "loc": { "start": { - "line": 1025, + "line": 1031, "column": 12 }, "end": { - "line": 1025, + "line": 1031, "column": 20 } } @@ -39510,16 +39692,16 @@ "type": "Identifier", "name": "Help", "range": [ - 28098, - 28102 + 28268, + 28272 ], "loc": { "start": { - "line": 1025, + "line": 1031, "column": 27 }, "end": { - "line": 1025, + "line": 1031, "column": 31 } } @@ -39528,94 +39710,94 @@ { "type": "ThisExpression", "range": [ - 28103, - 28107 + 28273, + 28277 ], "loc": { "start": { - "line": 1025, + "line": 1031, "column": 32 }, "end": { - "line": 1025, + "line": 1031, "column": 36 } } } ], "range": [ - 28094, - 28108 + 28264, + 28278 ], "loc": { "start": { - "line": 1025, + "line": 1031, "column": 23 }, "end": { - "line": 1025, + "line": 1031, "column": 37 } } }, "range": [ - 28083, - 28108 + 28253, + 28278 ], "loc": { "start": { - "line": 1025, + "line": 1031, "column": 12 }, "end": { - "line": 1025, + "line": 1031, "column": 37 } } }, "range": [ - 28083, - 28109 + 28253, + 28279 ], "loc": { "start": { - "line": 1025, + "line": 1031, "column": 12 }, "end": { - "line": 1025, + "line": 1031, "column": 38 } } } ], "range": [ - 28069, - 28119 + 28239, + 28289 ], "loc": { "start": { - "line": 1024, + "line": 1030, "column": 23 }, "end": { - "line": 1026, + "line": 1032, "column": 9 } } }, "alternate": null, "range": [ - 28054, - 28119 + 28224, + 28289 ], "loc": { "start": { - "line": 1024, + "line": 1030, "column": 8 }, "end": { - "line": 1026, + "line": 1032, "column": 9 } }, @@ -39624,16 +39806,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 27986, - 28045 + 28156, + 28215 ], "loc": { "start": { - "line": 1023, + "line": 1029, "column": 8 }, "end": { - "line": 1023, + "line": 1029, "column": 67 } } @@ -39648,16 +39830,16 @@ "object": { "type": "ThisExpression", "range": [ - 28132, - 28136 + 28302, + 28306 ], "loc": { "start": { - "line": 1027, + "line": 1033, "column": 12 }, "end": { - "line": 1027, + "line": 1033, "column": 16 } } @@ -39666,31 +39848,31 @@ "type": "Identifier", "name": "help", "range": [ - 28137, - 28141 + 28307, + 28311 ], "loc": { "start": { - "line": 1027, + "line": 1033, "column": 17 }, "end": { - "line": 1027, + "line": 1033, "column": 21 } } }, "range": [ - 28132, - 28141 + 28302, + 28311 ], "loc": { "start": { - "line": 1027, + "line": 1033, "column": 12 }, "end": { - "line": 1027, + "line": 1033, "column": 21 } } @@ -39712,16 +39894,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28157, - 28160 + 28327, + 28330 ], "loc": { "start": { - "line": 1028, + "line": 1034, "column": 12 }, "end": { - "line": 1028, + "line": 1034, "column": 15 } } @@ -39730,31 +39912,31 @@ "type": "Identifier", "name": "help", "range": [ - 28161, - 28165 + 28331, + 28335 ], "loc": { "start": { - "line": 1028, + "line": 1034, "column": 16 }, "end": { - "line": 1028, + "line": 1034, "column": 20 } } }, "range": [ - 28157, - 28165 + 28327, + 28335 ], "loc": { "start": { - "line": 1028, + "line": 1034, "column": 12 }, "end": { - "line": 1028, + "line": 1034, "column": 20 } } @@ -39763,94 +39945,94 @@ "type": "Identifier", "name": "init", "range": [ - 28166, - 28170 + 28336, + 28340 ], "loc": { "start": { - "line": 1028, + "line": 1034, "column": 21 }, "end": { - "line": 1028, + "line": 1034, "column": 25 } } }, "range": [ - 28157, - 28170 + 28327, + 28340 ], "loc": { "start": { - "line": 1028, + "line": 1034, "column": 12 }, "end": { - "line": 1028, + "line": 1034, "column": 25 } } }, "arguments": [], "range": [ - 28157, - 28172 + 28327, + 28342 ], "loc": { "start": { - "line": 1028, + "line": 1034, "column": 12 }, "end": { - "line": 1028, + "line": 1034, "column": 27 } } }, "range": [ - 28157, - 28173 + 28327, + 28343 ], "loc": { "start": { - "line": 1028, + "line": 1034, "column": 12 }, "end": { - "line": 1028, + "line": 1034, "column": 28 } } } ], "range": [ - 28143, - 28183 + 28313, + 28353 ], "loc": { "start": { - "line": 1027, + "line": 1033, "column": 23 }, "end": { - "line": 1029, + "line": 1035, "column": 9 } } }, "alternate": null, "range": [ - 28128, - 28183 + 28298, + 28353 ], "loc": { "start": { - "line": 1027, + "line": 1033, "column": 8 }, "end": { - "line": 1029, + "line": 1035, "column": 9 } } @@ -39863,16 +40045,16 @@ "object": { "type": "ThisExpression", "range": [ - 28197, - 28201 + 28367, + 28371 ], "loc": { "start": { - "line": 1031, + "line": 1037, "column": 12 }, "end": { - "line": 1031, + "line": 1037, "column": 16 } } @@ -39881,31 +40063,31 @@ "type": "Identifier", "name": "state", "range": [ - 28202, - 28207 + 28372, + 28377 ], "loc": { "start": { - "line": 1031, + "line": 1037, "column": 17 }, "end": { - "line": 1031, + "line": 1037, "column": 22 } } }, "range": [ - 28197, - 28207 + 28367, + 28377 ], "loc": { "start": { - "line": 1031, + "line": 1037, "column": 12 }, "end": { - "line": 1031, + "line": 1037, "column": 22 } } @@ -39925,16 +40107,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28228, - 28231 + 28398, + 28401 ], "loc": { "start": { - "line": 1032, + "line": 1038, "column": 17 }, "end": { - "line": 1032, + "line": 1038, "column": 20 } } @@ -39943,47 +40125,47 @@ "type": "Identifier", "name": "state", "range": [ - 28232, - 28237 + 28402, + 28407 ], "loc": { "start": { - "line": 1032, + "line": 1038, "column": 21 }, "end": { - "line": 1032, + "line": 1038, "column": 26 } } }, "range": [ - 28228, - 28237 + 28398, + 28407 ], "loc": { "start": { - "line": 1032, + "line": 1038, "column": 17 }, "end": { - "line": 1032, + "line": 1038, "column": 26 } } }, "prefix": true, "range": [ - 28227, - 28237 + 28397, + 28407 ], "loc": { "start": { - "line": 1032, + "line": 1038, "column": 16 }, "end": { - "line": 1032, + "line": 1038, "column": 26 } } @@ -40003,16 +40185,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28257, - 28260 + 28427, + 28430 ], "loc": { "start": { - "line": 1033, + "line": 1039, "column": 16 }, "end": { - "line": 1033, + "line": 1039, "column": 19 } } @@ -40021,31 +40203,31 @@ "type": "Identifier", "name": "state", "range": [ - 28261, - 28266 + 28431, + 28436 ], "loc": { "start": { - "line": 1033, + "line": 1039, "column": 20 }, "end": { - "line": 1033, + "line": 1039, "column": 25 } } }, "range": [ - 28257, - 28266 + 28427, + 28436 ], "loc": { "start": { - "line": 1033, + "line": 1039, "column": 16 }, "end": { - "line": 1033, + "line": 1039, "column": 25 } } @@ -40056,16 +40238,16 @@ "type": "Identifier", "name": "State", "range": [ - 28273, - 28278 + 28443, + 28448 ], "loc": { "start": { - "line": 1033, + "line": 1039, "column": 32 }, "end": { - "line": 1033, + "line": 1039, "column": 37 } } @@ -40074,94 +40256,94 @@ { "type": "ThisExpression", "range": [ - 28279, - 28283 + 28449, + 28453 ], "loc": { "start": { - "line": 1033, + "line": 1039, "column": 38 }, "end": { - "line": 1033, + "line": 1039, "column": 42 } } } ], "range": [ - 28269, - 28284 + 28439, + 28454 ], "loc": { "start": { - "line": 1033, + "line": 1039, "column": 28 }, "end": { - "line": 1033, + "line": 1039, "column": 43 } } }, "range": [ - 28257, - 28284 + 28427, + 28454 ], "loc": { "start": { - "line": 1033, + "line": 1039, "column": 16 }, "end": { - "line": 1033, + "line": 1039, "column": 43 } } }, "range": [ - 28257, - 28285 + 28427, + 28455 ], "loc": { "start": { - "line": 1033, + "line": 1039, "column": 16 }, "end": { - "line": 1033, + "line": 1039, "column": 44 } } } ], "range": [ - 28239, - 28299 + 28409, + 28469 ], "loc": { "start": { - "line": 1032, + "line": 1038, "column": 28 }, "end": { - "line": 1034, + "line": 1040, "column": 13 } } }, "alternate": null, "range": [ - 28223, - 28299 + 28393, + 28469 ], "loc": { "start": { - "line": 1032, + "line": 1038, "column": 12 }, "end": { - "line": 1034, + "line": 1040, "column": 13 } } @@ -40180,16 +40362,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28312, - 28315 + 28482, + 28485 ], "loc": { "start": { - "line": 1035, + "line": 1041, "column": 12 }, "end": { - "line": 1035, + "line": 1041, "column": 15 } } @@ -40198,31 +40380,31 @@ "type": "Identifier", "name": "state", "range": [ - 28316, - 28321 + 28486, + 28491 ], "loc": { "start": { - "line": 1035, + "line": 1041, "column": 16 }, "end": { - "line": 1035, + "line": 1041, "column": 21 } } }, "range": [ - 28312, - 28321 + 28482, + 28491 ], "loc": { "start": { - "line": 1035, + "line": 1041, "column": 12 }, "end": { - "line": 1035, + "line": 1041, "column": 21 } } @@ -40231,94 +40413,94 @@ "type": "Identifier", "name": "init", "range": [ - 28322, - 28326 + 28492, + 28496 ], "loc": { "start": { - "line": 1035, + "line": 1041, "column": 22 }, "end": { - "line": 1035, + "line": 1041, "column": 26 } } }, "range": [ - 28312, - 28326 + 28482, + 28496 ], "loc": { "start": { - "line": 1035, + "line": 1041, "column": 12 }, "end": { - "line": 1035, + "line": 1041, "column": 26 } } }, "arguments": [], "range": [ - 28312, - 28328 + 28482, + 28498 ], "loc": { "start": { - "line": 1035, + "line": 1041, "column": 12 }, "end": { - "line": 1035, + "line": 1041, "column": 28 } } }, "range": [ - 28312, - 28329 + 28482, + 28499 ], "loc": { "start": { - "line": 1035, + "line": 1041, "column": 12 }, "end": { - "line": 1035, + "line": 1041, "column": 29 } } } ], "range": [ - 28209, - 28339 + 28379, + 28509 ], "loc": { "start": { - "line": 1031, + "line": 1037, "column": 24 }, "end": { - "line": 1036, + "line": 1042, "column": 9 } } }, "alternate": null, "range": [ - 28193, - 28339 + 28363, + 28509 ], "loc": { "start": { - "line": 1031, + "line": 1037, "column": 8 }, "end": { - "line": 1036, + "line": 1042, "column": 9 } } @@ -40331,16 +40513,16 @@ "object": { "type": "ThisExpression", "range": [ - 28353, - 28357 + 28523, + 28527 ], "loc": { "start": { - "line": 1038, + "line": 1044, "column": 12 }, "end": { - "line": 1038, + "line": 1044, "column": 16 } } @@ -40349,31 +40531,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 28358, - 28368 + 28528, + 28538 ], "loc": { "start": { - "line": 1038, + "line": 1044, "column": 17 }, "end": { - "line": 1038, + "line": 1044, "column": 27 } } }, "range": [ - 28353, - 28368 + 28523, + 28538 ], "loc": { "start": { - "line": 1038, + "line": 1044, "column": 12 }, "end": { - "line": 1038, + "line": 1044, "column": 27 } } @@ -40393,16 +40575,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28389, - 28392 + 28559, + 28562 ], "loc": { "start": { - "line": 1039, + "line": 1045, "column": 17 }, "end": { - "line": 1039, + "line": 1045, "column": 20 } } @@ -40411,47 +40593,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 28393, - 28403 + 28563, + 28573 ], "loc": { "start": { - "line": 1039, + "line": 1045, "column": 21 }, "end": { - "line": 1039, + "line": 1045, "column": 31 } } }, "range": [ - 28389, - 28403 + 28559, + 28573 ], "loc": { "start": { - "line": 1039, + "line": 1045, "column": 17 }, "end": { - "line": 1039, + "line": 1045, "column": 31 } } }, "prefix": true, "range": [ - 28388, - 28403 + 28558, + 28573 ], "loc": { "start": { - "line": 1039, + "line": 1045, "column": 16 }, "end": { - "line": 1039, + "line": 1045, "column": 31 } } @@ -40471,16 +40653,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28423, - 28426 + 28593, + 28596 ], "loc": { "start": { - "line": 1040, + "line": 1046, "column": 16 }, "end": { - "line": 1040, + "line": 1046, "column": 19 } } @@ -40489,31 +40671,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 28427, - 28437 + 28597, + 28607 ], "loc": { "start": { - "line": 1040, + "line": 1046, "column": 20 }, "end": { - "line": 1040, + "line": 1046, "column": 30 } } }, "range": [ - 28423, - 28437 + 28593, + 28607 ], "loc": { "start": { - "line": 1040, + "line": 1046, "column": 16 }, "end": { - "line": 1040, + "line": 1046, "column": 30 } } @@ -40524,16 +40706,16 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 28444, - 28454 + 28614, + 28624 ], "loc": { "start": { - "line": 1040, + "line": 1046, "column": 37 }, "end": { - "line": 1040, + "line": 1046, "column": 47 } } @@ -40542,94 +40724,94 @@ { "type": "ThisExpression", "range": [ - 28455, - 28459 + 28625, + 28629 ], "loc": { "start": { - "line": 1040, + "line": 1046, "column": 48 }, "end": { - "line": 1040, + "line": 1046, "column": 52 } } } ], "range": [ - 28440, - 28460 + 28610, + 28630 ], "loc": { "start": { - "line": 1040, + "line": 1046, "column": 33 }, "end": { - "line": 1040, + "line": 1046, "column": 53 } } }, "range": [ - 28423, - 28460 + 28593, + 28630 ], "loc": { "start": { - "line": 1040, + "line": 1046, "column": 16 }, "end": { - "line": 1040, + "line": 1046, "column": 53 } } }, "range": [ - 28423, - 28461 + 28593, + 28631 ], "loc": { "start": { - "line": 1040, + "line": 1046, "column": 16 }, "end": { - "line": 1040, + "line": 1046, "column": 54 } } } ], "range": [ - 28405, - 28475 + 28575, + 28645 ], "loc": { "start": { - "line": 1039, + "line": 1045, "column": 33 }, "end": { - "line": 1041, + "line": 1047, "column": 13 } } }, "alternate": null, "range": [ - 28384, - 28475 + 28554, + 28645 ], "loc": { "start": { - "line": 1039, + "line": 1045, "column": 12 }, "end": { - "line": 1041, + "line": 1047, "column": 13 } } @@ -40648,16 +40830,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28488, - 28491 + 28658, + 28661 ], "loc": { "start": { - "line": 1042, + "line": 1048, "column": 12 }, "end": { - "line": 1042, + "line": 1048, "column": 15 } } @@ -40666,31 +40848,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 28492, - 28502 + 28662, + 28672 ], "loc": { "start": { - "line": 1042, + "line": 1048, "column": 16 }, "end": { - "line": 1042, + "line": 1048, "column": 26 } } }, "range": [ - 28488, - 28502 + 28658, + 28672 ], "loc": { "start": { - "line": 1042, + "line": 1048, "column": 12 }, "end": { - "line": 1042, + "line": 1048, "column": 26 } } @@ -40699,94 +40881,94 @@ "type": "Identifier", "name": "init", "range": [ - 28503, - 28507 + 28673, + 28677 ], "loc": { "start": { - "line": 1042, + "line": 1048, "column": 27 }, "end": { - "line": 1042, + "line": 1048, "column": 31 } } }, "range": [ - 28488, - 28507 + 28658, + 28677 ], "loc": { "start": { - "line": 1042, + "line": 1048, "column": 12 }, "end": { - "line": 1042, + "line": 1048, "column": 31 } } }, "arguments": [], "range": [ - 28488, - 28509 + 28658, + 28679 ], "loc": { "start": { - "line": 1042, + "line": 1048, "column": 12 }, "end": { - "line": 1042, + "line": 1048, "column": 33 } } }, "range": [ - 28488, - 28510 + 28658, + 28680 ], "loc": { "start": { - "line": 1042, + "line": 1048, "column": 12 }, "end": { - "line": 1042, + "line": 1048, "column": 34 } } } ], "range": [ - 28370, - 28520 + 28540, + 28690 ], "loc": { "start": { - "line": 1038, + "line": 1044, "column": 29 }, "end": { - "line": 1043, + "line": 1049, "column": 9 } } }, "alternate": null, "range": [ - 28349, - 28520 + 28519, + 28690 ], "loc": { "start": { - "line": 1038, + "line": 1044, "column": 8 }, "end": { - "line": 1043, + "line": 1049, "column": 9 } } @@ -40799,16 +40981,16 @@ "object": { "type": "ThisExpression", "range": [ - 28534, - 28538 + 28704, + 28708 ], "loc": { "start": { - "line": 1045, + "line": 1051, "column": 12 }, "end": { - "line": 1045, + "line": 1051, "column": 16 } } @@ -40817,31 +40999,31 @@ "type": "Identifier", "name": "loader", "range": [ - 28539, - 28545 + 28709, + 28715 ], "loc": { "start": { - "line": 1045, + "line": 1051, "column": 17 }, "end": { - "line": 1045, + "line": 1051, "column": 23 } } }, "range": [ - 28534, - 28545 + 28704, + 28715 ], "loc": { "start": { - "line": 1045, + "line": 1051, "column": 12 }, "end": { - "line": 1045, + "line": 1051, "column": 23 } } @@ -40861,16 +41043,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28566, - 28569 + 28736, + 28739 ], "loc": { "start": { - "line": 1046, + "line": 1052, "column": 17 }, "end": { - "line": 1046, + "line": 1052, "column": 20 } } @@ -40879,47 +41061,47 @@ "type": "Identifier", "name": "loader", "range": [ - 28570, - 28576 + 28740, + 28746 ], "loc": { "start": { - "line": 1046, + "line": 1052, "column": 21 }, "end": { - "line": 1046, + "line": 1052, "column": 27 } } }, "range": [ - 28566, - 28576 + 28736, + 28746 ], "loc": { "start": { - "line": 1046, + "line": 1052, "column": 17 }, "end": { - "line": 1046, + "line": 1052, "column": 27 } } }, "prefix": true, "range": [ - 28565, - 28576 + 28735, + 28746 ], "loc": { "start": { - "line": 1046, + "line": 1052, "column": 16 }, "end": { - "line": 1046, + "line": 1052, "column": 27 } } @@ -40939,16 +41121,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28596, - 28599 + 28766, + 28769 ], "loc": { "start": { - "line": 1047, + "line": 1053, "column": 16 }, "end": { - "line": 1047, + "line": 1053, "column": 19 } } @@ -40957,31 +41139,31 @@ "type": "Identifier", "name": "loader", "range": [ - 28600, - 28606 + 28770, + 28776 ], "loc": { "start": { - "line": 1047, + "line": 1053, "column": 20 }, "end": { - "line": 1047, + "line": 1053, "column": 26 } } }, "range": [ - 28596, - 28606 + 28766, + 28776 ], "loc": { "start": { - "line": 1047, + "line": 1053, "column": 16 }, "end": { - "line": 1047, + "line": 1053, "column": 26 } } @@ -40992,16 +41174,16 @@ "type": "Identifier", "name": "Loader", "range": [ - 28613, - 28619 + 28783, + 28789 ], "loc": { "start": { - "line": 1047, + "line": 1053, "column": 33 }, "end": { - "line": 1047, + "line": 1053, "column": 39 } } @@ -41010,94 +41192,94 @@ { "type": "ThisExpression", "range": [ - 28620, - 28624 + 28790, + 28794 ], "loc": { "start": { - "line": 1047, + "line": 1053, "column": 40 }, "end": { - "line": 1047, + "line": 1053, "column": 44 } } } ], "range": [ - 28609, - 28625 + 28779, + 28795 ], "loc": { "start": { - "line": 1047, + "line": 1053, "column": 29 }, "end": { - "line": 1047, + "line": 1053, "column": 45 } } }, "range": [ - 28596, - 28625 + 28766, + 28795 ], "loc": { "start": { - "line": 1047, + "line": 1053, "column": 16 }, "end": { - "line": 1047, + "line": 1053, "column": 45 } } }, "range": [ - 28596, - 28626 + 28766, + 28796 ], "loc": { "start": { - "line": 1047, + "line": 1053, "column": 16 }, "end": { - "line": 1047, + "line": 1053, "column": 46 } } } ], "range": [ - 28578, - 28640 + 28748, + 28810 ], "loc": { "start": { - "line": 1046, + "line": 1052, "column": 29 }, "end": { - "line": 1048, + "line": 1054, "column": 13 } } }, "alternate": null, "range": [ - 28561, - 28640 + 28731, + 28810 ], "loc": { "start": { - "line": 1046, + "line": 1052, "column": 12 }, "end": { - "line": 1048, + "line": 1054, "column": 13 } } @@ -41116,16 +41298,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28653, - 28656 + 28823, + 28826 ], "loc": { "start": { - "line": 1049, + "line": 1055, "column": 12 }, "end": { - "line": 1049, + "line": 1055, "column": 15 } } @@ -41134,31 +41316,31 @@ "type": "Identifier", "name": "loader", "range": [ - 28657, - 28663 + 28827, + 28833 ], "loc": { "start": { - "line": 1049, + "line": 1055, "column": 16 }, "end": { - "line": 1049, + "line": 1055, "column": 22 } } }, "range": [ - 28653, - 28663 + 28823, + 28833 ], "loc": { "start": { - "line": 1049, + "line": 1055, "column": 12 }, "end": { - "line": 1049, + "line": 1055, "column": 22 } } @@ -41167,94 +41349,94 @@ "type": "Identifier", "name": "init", "range": [ - 28664, - 28668 + 28834, + 28838 ], "loc": { "start": { - "line": 1049, + "line": 1055, "column": 23 }, "end": { - "line": 1049, + "line": 1055, "column": 27 } } }, "range": [ - 28653, - 28668 + 28823, + 28838 ], "loc": { "start": { - "line": 1049, + "line": 1055, "column": 12 }, "end": { - "line": 1049, + "line": 1055, "column": 27 } } }, "arguments": [], "range": [ - 28653, - 28670 + 28823, + 28840 ], "loc": { "start": { - "line": 1049, + "line": 1055, "column": 12 }, "end": { - "line": 1049, + "line": 1055, "column": 29 } } }, "range": [ - 28653, - 28671 + 28823, + 28841 ], "loc": { "start": { - "line": 1049, + "line": 1055, "column": 12 }, "end": { - "line": 1049, + "line": 1055, "column": 30 } } } ], "range": [ - 28547, - 28681 + 28717, + 28851 ], "loc": { "start": { - "line": 1045, + "line": 1051, "column": 25 }, "end": { - "line": 1050, + "line": 1056, "column": 9 } } }, "alternate": null, "range": [ - 28530, - 28681 + 28700, + 28851 ], "loc": { "start": { - "line": 1045, + "line": 1051, "column": 8 }, "end": { - "line": 1050, + "line": 1056, "column": 9 } } @@ -41267,16 +41449,16 @@ "object": { "type": "ThisExpression", "range": [ - 28695, - 28699 + 28865, + 28869 ], "loc": { "start": { - "line": 1052, + "line": 1058, "column": 12 }, "end": { - "line": 1052, + "line": 1058, "column": 16 } } @@ -41285,31 +41467,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 28700, - 28717 + 28870, + 28887 ], "loc": { "start": { - "line": 1052, + "line": 1058, "column": 17 }, "end": { - "line": 1052, + "line": 1058, "column": 34 } } }, "range": [ - 28695, - 28717 + 28865, + 28887 ], "loc": { "start": { - "line": 1052, + "line": 1058, "column": 12 }, "end": { - "line": 1052, + "line": 1058, "column": 34 } } @@ -41329,16 +41511,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28733, - 28736 + 28903, + 28906 ], "loc": { "start": { - "line": 1053, + "line": 1059, "column": 12 }, "end": { - "line": 1053, + "line": 1059, "column": 15 } } @@ -41347,31 +41529,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 28737, - 28753 + 28907, + 28923 ], "loc": { "start": { - "line": 1053, + "line": 1059, "column": 16 }, "end": { - "line": 1053, + "line": 1059, "column": 32 } } }, "range": [ - 28733, - 28753 + 28903, + 28923 ], "loc": { "start": { - "line": 1053, + "line": 1059, "column": 12 }, "end": { - "line": 1053, + "line": 1059, "column": 32 } } @@ -41382,16 +41564,16 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 28760, - 28776 + 28930, + 28946 ], "loc": { "start": { - "line": 1053, + "line": 1059, "column": 39 }, "end": { - "line": 1053, + "line": 1059, "column": 55 } } @@ -41400,62 +41582,62 @@ { "type": "ThisExpression", "range": [ - 28777, - 28781 + 28947, + 28951 ], "loc": { "start": { - "line": 1053, + "line": 1059, "column": 56 }, "end": { - "line": 1053, + "line": 1059, "column": 60 } } } ], "range": [ - 28756, - 28782 + 28926, + 28952 ], "loc": { "start": { - "line": 1053, + "line": 1059, "column": 35 }, "end": { - "line": 1053, + "line": 1059, "column": 61 } } }, "range": [ - 28733, - 28782 + 28903, + 28952 ], "loc": { "start": { - "line": 1053, + "line": 1059, "column": 12 }, "end": { - "line": 1053, + "line": 1059, "column": 61 } } }, "range": [ - 28733, - 28783 + 28903, + 28953 ], "loc": { "start": { - "line": 1053, + "line": 1059, "column": 12 }, "end": { - "line": 1053, + "line": 1059, "column": 62 } } @@ -41474,16 +41656,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28796, - 28799 + 28966, + 28969 ], "loc": { "start": { - "line": 1054, + "line": 1060, "column": 12 }, "end": { - "line": 1054, + "line": 1060, "column": 15 } } @@ -41492,31 +41674,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 28800, - 28816 + 28970, + 28986 ], "loc": { "start": { - "line": 1054, + "line": 1060, "column": 16 }, "end": { - "line": 1054, + "line": 1060, "column": 32 } } }, "range": [ - 28796, - 28816 + 28966, + 28986 ], "loc": { "start": { - "line": 1054, + "line": 1060, "column": 12 }, "end": { - "line": 1054, + "line": 1060, "column": 32 } } @@ -41525,94 +41707,94 @@ "type": "Identifier", "name": "init", "range": [ - 28817, - 28821 + 28987, + 28991 ], "loc": { "start": { - "line": 1054, + "line": 1060, "column": 33 }, "end": { - "line": 1054, + "line": 1060, "column": 37 } } }, "range": [ - 28796, - 28821 + 28966, + 28991 ], "loc": { "start": { - "line": 1054, + "line": 1060, "column": 12 }, "end": { - "line": 1054, + "line": 1060, "column": 37 } } }, "arguments": [], "range": [ - 28796, - 28823 + 28966, + 28993 ], "loc": { "start": { - "line": 1054, + "line": 1060, "column": 12 }, "end": { - "line": 1054, + "line": 1060, "column": 39 } } }, "range": [ - 28796, - 28824 + 28966, + 28994 ], "loc": { "start": { - "line": 1054, + "line": 1060, "column": 12 }, "end": { - "line": 1054, + "line": 1060, "column": 40 } } } ], "range": [ - 28719, - 28834 + 28889, + 29004 ], "loc": { "start": { - "line": 1052, + "line": 1058, "column": 36 }, "end": { - "line": 1055, + "line": 1061, "column": 9 } } }, "alternate": null, "range": [ - 28691, - 28834 + 28861, + 29004 ], "loc": { "start": { - "line": 1052, + "line": 1058, "column": 8 }, "end": { - "line": 1055, + "line": 1061, "column": 9 } } @@ -41625,16 +41807,16 @@ "object": { "type": "ThisExpression", "range": [ - 28848, - 28852 + 29018, + 29022 ], "loc": { "start": { - "line": 1057, + "line": 1063, "column": 12 }, "end": { - "line": 1057, + "line": 1063, "column": 16 } } @@ -41643,31 +41825,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 28853, - 28865 + 29023, + 29035 ], "loc": { "start": { - "line": 1057, + "line": 1063, "column": 17 }, "end": { - "line": 1057, + "line": 1063, "column": 29 } } }, "range": [ - 28848, - 28865 + 29018, + 29035 ], "loc": { "start": { - "line": 1057, + "line": 1063, "column": 12 }, "end": { - "line": 1057, + "line": 1063, "column": 29 } } @@ -41687,16 +41869,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28886, - 28889 + 29056, + 29059 ], "loc": { "start": { - "line": 1058, + "line": 1064, "column": 17 }, "end": { - "line": 1058, + "line": 1064, "column": 20 } } @@ -41705,47 +41887,47 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 28890, - 28901 + 29060, + 29071 ], "loc": { "start": { - "line": 1058, + "line": 1064, "column": 21 }, "end": { - "line": 1058, + "line": 1064, "column": 32 } } }, "range": [ - 28886, - 28901 + 29056, + 29071 ], "loc": { "start": { - "line": 1058, + "line": 1064, "column": 17 }, "end": { - "line": 1058, + "line": 1064, "column": 32 } } }, "prefix": true, "range": [ - 28885, - 28901 + 29055, + 29071 ], "loc": { "start": { - "line": 1058, + "line": 1064, "column": 16 }, "end": { - "line": 1058, + "line": 1064, "column": 32 } } @@ -41765,16 +41947,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28921, - 28924 + 29091, + 29094 ], "loc": { "start": { - "line": 1059, + "line": 1065, "column": 16 }, "end": { - "line": 1059, + "line": 1065, "column": 19 } } @@ -41783,31 +41965,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 28925, - 28936 + 29095, + 29106 ], "loc": { "start": { - "line": 1059, + "line": 1065, "column": 20 }, "end": { - "line": 1059, + "line": 1065, "column": 31 } } }, "range": [ - 28921, - 28936 + 29091, + 29106 ], "loc": { "start": { - "line": 1059, + "line": 1065, "column": 16 }, "end": { - "line": 1059, + "line": 1065, "column": 31 } } @@ -41818,16 +42000,16 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 28943, - 28954 + 29113, + 29124 ], "loc": { "start": { - "line": 1059, + "line": 1065, "column": 38 }, "end": { - "line": 1059, + "line": 1065, "column": 49 } } @@ -41836,94 +42018,94 @@ { "type": "ThisExpression", "range": [ - 28955, - 28959 + 29125, + 29129 ], "loc": { "start": { - "line": 1059, + "line": 1065, "column": 50 }, "end": { - "line": 1059, + "line": 1065, "column": 54 } } } ], "range": [ - 28939, - 28960 + 29109, + 29130 ], "loc": { "start": { - "line": 1059, + "line": 1065, "column": 34 }, "end": { - "line": 1059, + "line": 1065, "column": 55 } } }, "range": [ - 28921, - 28960 + 29091, + 29130 ], "loc": { "start": { - "line": 1059, + "line": 1065, "column": 16 }, "end": { - "line": 1059, + "line": 1065, "column": 55 } } }, "range": [ - 28921, - 28961 + 29091, + 29131 ], "loc": { "start": { - "line": 1059, + "line": 1065, "column": 16 }, "end": { - "line": 1059, + "line": 1065, "column": 56 } } } ], "range": [ - 28903, - 28975 + 29073, + 29145 ], "loc": { "start": { - "line": 1058, + "line": 1064, "column": 34 }, "end": { - "line": 1060, + "line": 1066, "column": 13 } } }, "alternate": null, "range": [ - 28881, - 28975 + 29051, + 29145 ], "loc": { "start": { - "line": 1058, + "line": 1064, "column": 12 }, "end": { - "line": 1060, + "line": 1066, "column": 13 } } @@ -41942,16 +42124,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28988, - 28991 + 29158, + 29161 ], "loc": { "start": { - "line": 1061, + "line": 1067, "column": 12 }, "end": { - "line": 1061, + "line": 1067, "column": 15 } } @@ -41960,31 +42142,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 28992, - 29003 + 29162, + 29173 ], "loc": { "start": { - "line": 1061, + "line": 1067, "column": 16 }, "end": { - "line": 1061, + "line": 1067, "column": 27 } } }, "range": [ - 28988, - 29003 + 29158, + 29173 ], "loc": { "start": { - "line": 1061, + "line": 1067, "column": 12 }, "end": { - "line": 1061, + "line": 1067, "column": 27 } } @@ -41993,94 +42175,94 @@ "type": "Identifier", "name": "init", "range": [ - 29004, - 29008 + 29174, + 29178 ], "loc": { "start": { - "line": 1061, + "line": 1067, "column": 28 }, "end": { - "line": 1061, + "line": 1067, "column": 32 } } }, "range": [ - 28988, - 29008 + 29158, + 29178 ], "loc": { "start": { - "line": 1061, + "line": 1067, "column": 12 }, "end": { - "line": 1061, + "line": 1067, "column": 32 } } }, "arguments": [], "range": [ - 28988, - 29010 + 29158, + 29180 ], "loc": { "start": { - "line": 1061, + "line": 1067, "column": 12 }, "end": { - "line": 1061, + "line": 1067, "column": 34 } } }, "range": [ - 28988, - 29011 + 29158, + 29181 ], "loc": { "start": { - "line": 1061, + "line": 1067, "column": 12 }, "end": { - "line": 1061, + "line": 1067, "column": 35 } } } ], "range": [ - 28867, - 29021 + 29037, + 29191 ], "loc": { "start": { - "line": 1057, + "line": 1063, "column": 31 }, "end": { - "line": 1062, + "line": 1068, "column": 9 } } }, "alternate": null, "range": [ - 28844, - 29021 + 29014, + 29191 ], "loc": { "start": { - "line": 1057, + "line": 1063, "column": 8 }, "end": { - "line": 1062, + "line": 1068, "column": 9 } }, @@ -42089,16 +42271,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 29031, - 29062 + 29201, + 29232 ], "loc": { "start": { - "line": 1064, + "line": 1070, "column": 8 }, "end": { - "line": 1064, + "line": 1070, "column": 39 } } @@ -42116,16 +42298,16 @@ "object": { "type": "ThisExpression", "range": [ - 29076, - 29080 + 29246, + 29250 ], "loc": { "start": { - "line": 1065, + "line": 1071, "column": 13 }, "end": { - "line": 1065, + "line": 1071, "column": 17 } } @@ -42134,47 +42316,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 29081, - 29088 + 29251, + 29258 ], "loc": { "start": { - "line": 1065, + "line": 1071, "column": 18 }, "end": { - "line": 1065, + "line": 1071, "column": 25 } } }, "range": [ - 29076, - 29088 + 29246, + 29258 ], "loc": { "start": { - "line": 1065, + "line": 1071, "column": 13 }, "end": { - "line": 1065, + "line": 1071, "column": 25 } } }, "prefix": true, "range": [ - 29075, - 29088 + 29245, + 29258 ], "loc": { "start": { - "line": 1065, + "line": 1071, "column": 12 }, "end": { - "line": 1065, + "line": 1071, "column": 25 } } @@ -42192,16 +42374,16 @@ "object": { "type": "ThisExpression", "range": [ - 29104, - 29108 + 29274, + 29278 ], "loc": { "start": { - "line": 1066, + "line": 1072, "column": 12 }, "end": { - "line": 1066, + "line": 1072, "column": 16 } } @@ -42210,78 +42392,78 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 29109, - 29123 + 29279, + 29293 ], "loc": { "start": { - "line": 1066, + "line": 1072, "column": 17 }, "end": { - "line": 1066, + "line": 1072, "column": 31 } } }, "range": [ - 29104, - 29123 + 29274, + 29293 ], "loc": { "start": { - "line": 1066, + "line": 1072, "column": 12 }, "end": { - "line": 1066, + "line": 1072, "column": 31 } } }, "arguments": [], "range": [ - 29104, - 29125 + 29274, + 29295 ], "loc": { "start": { - "line": 1066, + "line": 1072, "column": 12 }, "end": { - "line": 1066, + "line": 1072, "column": 33 } } }, "range": [ - 29104, - 29126 + 29274, + 29296 ], "loc": { "start": { - "line": 1066, + "line": 1072, "column": 12 }, "end": { - "line": 1066, + "line": 1072, "column": 34 } } } ], "range": [ - 29090, - 29136 + 29260, + 29306 ], "loc": { "start": { - "line": 1065, + "line": 1071, "column": 27 }, "end": { - "line": 1067, + "line": 1073, "column": 9 } } @@ -42298,16 +42480,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 29160, - 29166 + 29330, + 29336 ], "loc": { "start": { - "line": 1068, + "line": 1074, "column": 16 }, "end": { - "line": 1068, + "line": 1074, "column": 22 } } @@ -42320,16 +42502,16 @@ "object": { "type": "ThisExpression", "range": [ - 29169, - 29173 + 29339, + 29343 ], "loc": { "start": { - "line": 1068, + "line": 1074, "column": 25 }, "end": { - "line": 1068, + "line": 1074, "column": 29 } } @@ -42338,62 +42520,62 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 29174, - 29191 + 29344, + 29361 ], "loc": { "start": { - "line": 1068, + "line": 1074, "column": 30 }, "end": { - "line": 1068, + "line": 1074, "column": 47 } } }, "range": [ - 29169, - 29191 + 29339, + 29361 ], "loc": { "start": { - "line": 1068, + "line": 1074, "column": 25 }, "end": { - "line": 1068, + "line": 1074, "column": 47 } } }, "arguments": [], "range": [ - 29169, - 29193 + 29339, + 29363 ], "loc": { "start": { - "line": 1068, + "line": 1074, "column": 25 }, "end": { - "line": 1068, + "line": 1074, "column": 49 } } }, "range": [ - 29160, - 29193 + 29330, + 29363 ], "loc": { "start": { - "line": 1068, + "line": 1074, "column": 16 }, "end": { - "line": 1068, + "line": 1074, "column": 49 } } @@ -42401,16 +42583,16 @@ ], "kind": "let", "range": [ - 29156, - 29194 + 29326, + 29364 ], "loc": { "start": { - "line": 1068, + "line": 1074, "column": 12 }, "end": { - "line": 1068, + "line": 1074, "column": 50 } } @@ -42426,16 +42608,16 @@ "object": { "type": "ThisExpression", "range": [ - 29208, - 29212 + 29378, + 29382 ], "loc": { "start": { - "line": 1070, + "line": 1076, "column": 12 }, "end": { - "line": 1070, + "line": 1076, "column": 16 } } @@ -42444,31 +42626,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 29213, - 29229 + 29383, + 29399 ], "loc": { "start": { - "line": 1070, + "line": 1076, "column": 17 }, "end": { - "line": 1070, + "line": 1076, "column": 33 } } }, "range": [ - 29208, - 29229 + 29378, + 29399 ], "loc": { "start": { - "line": 1070, + "line": 1076, "column": 12 }, "end": { - "line": 1070, + "line": 1076, "column": 33 } } @@ -42481,16 +42663,16 @@ "object": { "type": "ThisExpression", "range": [ - 29232, - 29236 + 29402, + 29406 ], "loc": { "start": { - "line": 1070, + "line": 1076, "column": 36 }, "end": { - "line": 1070, + "line": 1076, "column": 40 } } @@ -42499,77 +42681,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 29237, - 29246 + 29407, + 29416 ], "loc": { "start": { - "line": 1070, + "line": 1076, "column": 41 }, "end": { - "line": 1070, + "line": 1076, "column": 50 } } }, "range": [ - 29232, - 29246 + 29402, + 29416 ], "loc": { "start": { - "line": 1070, + "line": 1076, "column": 36 }, "end": { - "line": 1070, + "line": 1076, "column": 50 } } }, "arguments": [], "range": [ - 29232, - 29248 + 29402, + 29418 ], "loc": { "start": { - "line": 1070, + "line": 1076, "column": 36 }, "end": { - "line": 1070, + "line": 1076, "column": 52 } } }, "range": [ - 29208, - 29248 + 29378, + 29418 ], "loc": { "start": { - "line": 1070, + "line": 1076, "column": 12 }, "end": { - "line": 1070, + "line": 1076, "column": 52 } } }, "range": [ - 29208, - 29249 + 29378, + 29419 ], "loc": { "start": { - "line": 1070, + "line": 1076, "column": 12 }, "end": { - "line": 1070, + "line": 1076, "column": 53 } }, @@ -42578,16 +42760,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 29263, - 29282 + 29433, + 29452 ], "loc": { "start": { - "line": 1072, + "line": 1078, "column": 12 }, "end": { - "line": 1072, + "line": 1078, "column": 31 } } @@ -42605,16 +42787,16 @@ "type": "Identifier", "name": "i", "range": [ - 29304, - 29305 + 29474, + 29475 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 21 }, "end": { - "line": 1073, + "line": 1079, "column": 22 } } @@ -42624,31 +42806,31 @@ "value": 0, "raw": "0", "range": [ - 29308, - 29309 + 29478, + 29479 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 25 }, "end": { - "line": 1073, + "line": 1079, "column": 26 } } }, "range": [ - 29304, - 29309 + 29474, + 29479 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 21 }, "end": { - "line": 1073, + "line": 1079, "column": 26 } } @@ -42656,16 +42838,16 @@ ], "kind": "let", "range": [ - 29300, - 29309 + 29470, + 29479 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 17 }, "end": { - "line": 1073, + "line": 1079, "column": 26 } } @@ -42677,16 +42859,16 @@ "type": "Identifier", "name": "i", "range": [ - 29311, - 29312 + 29481, + 29482 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 28 }, "end": { - "line": 1073, + "line": 1079, "column": 29 } } @@ -42695,31 +42877,31 @@ "type": "Identifier", "name": "n", "range": [ - 29315, - 29316 + 29485, + 29486 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 32 }, "end": { - "line": 1073, + "line": 1079, "column": 33 } } }, "range": [ - 29311, - 29316 + 29481, + 29486 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 28 }, "end": { - "line": 1073, + "line": 1079, "column": 33 } } @@ -42731,32 +42913,32 @@ "type": "Identifier", "name": "i", "range": [ - 29318, - 29319 + 29488, + 29489 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 35 }, "end": { - "line": 1073, + "line": 1079, "column": 36 } } }, "prefix": false, "range": [ - 29318, - 29321 + 29488, + 29491 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 35 }, "end": { - "line": 1073, + "line": 1079, "column": 38 } } @@ -42777,16 +42959,16 @@ "object": { "type": "ThisExpression", "range": [ - 29341, - 29345 + 29511, + 29515 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 16 }, "end": { - "line": 1074, + "line": 1080, "column": 20 } } @@ -42795,31 +42977,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 29346, - 29353 + 29516, + 29523 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 21 }, "end": { - "line": 1074, + "line": 1080, "column": 28 } } }, "range": [ - 29341, - 29353 + 29511, + 29523 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 16 }, "end": { - "line": 1074, + "line": 1080, "column": 28 } } @@ -42828,31 +43010,31 @@ "type": "Identifier", "name": "emit", "range": [ - 29354, - 29358 + 29524, + 29528 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 29 }, "end": { - "line": 1074, + "line": 1080, "column": 33 } } }, "range": [ - 29341, - 29358 + 29511, + 29528 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 16 }, "end": { - "line": 1074, + "line": 1080, "column": 33 } } @@ -42863,16 +43045,16 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 29359, - 29379 + 29529, + 29549 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 34 }, "end": { - "line": 1074, + "line": 1080, "column": 54 } } @@ -42880,16 +43062,16 @@ { "type": "ThisExpression", "range": [ - 29381, - 29385 + 29551, + 29555 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 56 }, "end": { - "line": 1074, + "line": 1080, "column": 60 } } @@ -42898,47 +43080,47 @@ "type": "Identifier", "name": "i", "range": [ - 29387, - 29388 + 29557, + 29558 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 62 }, "end": { - "line": 1074, + "line": 1080, "column": 63 } } } ], "range": [ - 29341, - 29389 + 29511, + 29559 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 16 }, "end": { - "line": 1074, + "line": 1080, "column": 64 } } }, "range": [ - 29341, - 29390 + 29511, + 29560 ], "loc": { "start": { - "line": 1074, + "line": 1080, "column": 16 }, "end": { - "line": 1074, + "line": 1080, "column": 65 } } @@ -42952,16 +43134,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29412, - 29419 + 29582, + 29589 ], "loc": { "start": { - "line": 1076, + "line": 1082, "column": 20 }, "end": { - "line": 1076, + "line": 1082, "column": 27 } } @@ -42972,16 +43154,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 29422, - 29431 + 29592, + 29601 ], "loc": { "start": { - "line": 1076, + "line": 1082, "column": 30 }, "end": { - "line": 1076, + "line": 1082, "column": 39 } } @@ -42993,16 +43175,16 @@ "object": { "type": "ThisExpression", "range": [ - 29432, - 29436 + 29602, + 29606 ], "loc": { "start": { - "line": 1076, + "line": 1082, "column": 40 }, "end": { - "line": 1076, + "line": 1082, "column": 44 } } @@ -43011,62 +43193,62 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 29437, - 29447 + 29607, + 29617 ], "loc": { "start": { - "line": 1076, + "line": 1082, "column": 45 }, "end": { - "line": 1076, + "line": 1082, "column": 55 } } }, "range": [ - 29432, - 29447 + 29602, + 29617 ], "loc": { "start": { - "line": 1076, + "line": 1082, "column": 40 }, "end": { - "line": 1076, + "line": 1082, "column": 55 } } } ], "range": [ - 29422, - 29448 + 29592, + 29618 ], "loc": { "start": { - "line": 1076, + "line": 1082, "column": 30 }, "end": { - "line": 1076, + "line": 1082, "column": 56 } } }, "range": [ - 29412, - 29448 + 29582, + 29618 ], "loc": { "start": { - "line": 1076, + "line": 1082, "column": 20 }, "end": { - "line": 1076, + "line": 1082, "column": 56 } } @@ -43077,16 +43259,16 @@ "type": "Identifier", "name": "col", "range": [ - 29470, - 29473 + 29640, + 29643 ], "loc": { "start": { - "line": 1077, + "line": 1083, "column": 20 }, "end": { - "line": 1077, + "line": 1083, "column": 23 } } @@ -43099,16 +43281,16 @@ "object": { "type": "ThisExpression", "range": [ - 29476, - 29480 + 29646, + 29650 ], "loc": { "start": { - "line": 1077, + "line": 1083, "column": 26 }, "end": { - "line": 1077, + "line": 1083, "column": 30 } } @@ -43117,31 +43299,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 29481, - 29494 + 29651, + 29664 ], "loc": { "start": { - "line": 1077, + "line": 1083, "column": 31 }, "end": { - "line": 1077, + "line": 1083, "column": 44 } } }, "range": [ - 29476, - 29494 + 29646, + 29664 ], "loc": { "start": { - "line": 1077, + "line": 1083, "column": 26 }, "end": { - "line": 1077, + "line": 1083, "column": 44 } } @@ -43151,47 +43333,47 @@ "type": "Identifier", "name": "i", "range": [ - 29495, - 29496 + 29665, + 29666 ], "loc": { "start": { - "line": 1077, + "line": 1083, "column": 45 }, "end": { - "line": 1077, + "line": 1083, "column": 46 } } } ], "range": [ - 29476, - 29497 + 29646, + 29667 ], "loc": { "start": { - "line": 1077, + "line": 1083, "column": 26 }, "end": { - "line": 1077, + "line": 1083, "column": 47 } } }, "range": [ - 29470, - 29497 + 29640, + 29667 ], "loc": { "start": { - "line": 1077, + "line": 1083, "column": 20 }, "end": { - "line": 1077, + "line": 1083, "column": 47 } } @@ -43199,16 +43381,16 @@ ], "kind": "let", "range": [ - 29408, - 29498 + 29578, + 29668 ], "loc": { "start": { - "line": 1076, + "line": 1082, "column": 16 }, "end": { - "line": 1077, + "line": 1083, "column": 48 } } @@ -43221,16 +43403,16 @@ "object": { "type": "ThisExpression", "range": [ - 29520, - 29524 + 29690, + 29694 ], "loc": { "start": { - "line": 1079, + "line": 1085, "column": 20 }, "end": { - "line": 1079, + "line": 1085, "column": 24 } } @@ -43239,31 +43421,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 29525, - 29540 + 29695, + 29710 ], "loc": { "start": { - "line": 1079, + "line": 1085, "column": 25 }, "end": { - "line": 1079, + "line": 1085, "column": 40 } } }, "range": [ - 29520, - 29540 + 29690, + 29710 ], "loc": { "start": { - "line": 1079, + "line": 1085, "column": 20 }, "end": { - "line": 1079, + "line": 1085, "column": 40 } } @@ -43283,16 +43465,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29564, - 29571 + 29734, + 29741 ], "loc": { "start": { - "line": 1080, + "line": 1086, "column": 20 }, "end": { - "line": 1080, + "line": 1086, "column": 27 } } @@ -43301,31 +43483,31 @@ "type": "Identifier", "name": "colSpan", "range": [ - 29572, - 29579 + 29742, + 29749 ], "loc": { "start": { - "line": 1080, + "line": 1086, "column": 28 }, "end": { - "line": 1080, + "line": 1086, "column": 35 } } }, "range": [ - 29564, - 29579 + 29734, + 29749 ], "loc": { "start": { - "line": 1080, + "line": 1086, "column": 20 }, "end": { - "line": 1080, + "line": 1086, "column": 35 } } @@ -43336,16 +43518,16 @@ "object": { "type": "ThisExpression", "range": [ - 29582, - 29586 + 29752, + 29756 ], "loc": { "start": { - "line": 1080, + "line": 1086, "column": 38 }, "end": { - "line": 1080, + "line": 1086, "column": 42 } } @@ -43354,93 +43536,93 @@ "type": "Identifier", "name": "nbCells", "range": [ - 29587, - 29594 + 29757, + 29764 ], "loc": { "start": { - "line": 1080, + "line": 1086, "column": 43 }, "end": { - "line": 1080, + "line": 1086, "column": 50 } } }, "range": [ - 29582, - 29594 + 29752, + 29764 ], "loc": { "start": { - "line": 1080, + "line": 1086, "column": 38 }, "end": { - "line": 1080, + "line": 1086, "column": 50 } } }, "range": [ - 29564, - 29594 + 29734, + 29764 ], "loc": { "start": { - "line": 1080, + "line": 1086, "column": 20 }, "end": { - "line": 1080, + "line": 1086, "column": 50 } } }, "range": [ - 29564, - 29595 + 29734, + 29765 ], "loc": { "start": { - "line": 1080, + "line": 1086, "column": 20 }, "end": { - "line": 1080, + "line": 1086, "column": 51 } } } ], "range": [ - 29542, - 29613 + 29712, + 29783 ], "loc": { "start": { - "line": 1079, + "line": 1085, "column": 42 }, "end": { - "line": 1081, + "line": 1087, "column": 17 } } }, "alternate": null, "range": [ - 29516, - 29613 + 29686, + 29783 ], "loc": { "start": { - "line": 1079, + "line": 1085, "column": 16 }, "end": { - "line": 1081, + "line": 1087, "column": 17 } } @@ -43456,16 +43638,16 @@ "object": { "type": "ThisExpression", "range": [ - 29635, - 29639 + 29805, + 29809 ], "loc": { "start": { - "line": 1082, + "line": 1088, "column": 21 }, "end": { - "line": 1082, + "line": 1088, "column": 25 } } @@ -43474,47 +43656,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 29640, - 29650 + 29810, + 29820 ], "loc": { "start": { - "line": 1082, + "line": 1088, "column": 26 }, "end": { - "line": 1082, + "line": 1088, "column": 36 } } }, "range": [ - 29635, - 29650 + 29805, + 29820 ], "loc": { "start": { - "line": 1082, + "line": 1088, "column": 21 }, "end": { - "line": 1082, + "line": 1088, "column": 36 } } }, "prefix": true, "range": [ - 29634, - 29650 + 29804, + 29820 ], "loc": { "start": { - "line": 1082, + "line": 1088, "column": 20 }, "end": { - "line": 1082, + "line": 1088, "column": 36 } } @@ -43533,16 +43715,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 29674, - 29680 + 29844, + 29850 ], "loc": { "start": { - "line": 1083, + "line": 1089, "column": 20 }, "end": { - "line": 1083, + "line": 1089, "column": 26 } } @@ -43551,31 +43733,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 29681, - 29692 + 29851, + 29862 ], "loc": { "start": { - "line": 1083, + "line": 1089, "column": 27 }, "end": { - "line": 1083, + "line": 1089, "column": 38 } } }, "range": [ - 29674, - 29692 + 29844, + 29862 ], "loc": { "start": { - "line": 1083, + "line": 1089, "column": 20 }, "end": { - "line": 1083, + "line": 1089, "column": 38 } } @@ -43585,79 +43767,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29693, - 29700 + 29863, + 29870 ], "loc": { "start": { - "line": 1083, + "line": 1089, "column": 39 }, "end": { - "line": 1083, + "line": 1089, "column": 46 } } } ], "range": [ - 29674, - 29701 + 29844, + 29871 ], "loc": { "start": { - "line": 1083, + "line": 1089, "column": 20 }, "end": { - "line": 1083, + "line": 1089, "column": 47 } } }, "range": [ - 29674, - 29702 + 29844, + 29872 ], "loc": { "start": { - "line": 1083, + "line": 1089, "column": 20 }, "end": { - "line": 1083, + "line": 1089, "column": 48 } } } ], "range": [ - 29652, - 29720 + 29822, + 29890 ], "loc": { "start": { - "line": 1082, + "line": 1088, "column": 38 }, "end": { - "line": 1084, + "line": 1090, "column": 17 } } }, "alternate": null, "range": [ - 29630, - 29720 + 29800, + 29890 ], "loc": { "start": { - "line": 1082, + "line": 1088, "column": 16 }, "end": { - "line": 1084, + "line": 1090, "column": 17 } } @@ -43671,16 +43853,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 29737, - 29745 + 29907, + 29915 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 16 }, "end": { - "line": 1085, + "line": 1091, "column": 24 } } @@ -43697,16 +43879,16 @@ "type": "Identifier", "name": "i", "range": [ - 29749, - 29750 + 29919, + 29920 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 28 }, "end": { - "line": 1085, + "line": 1091, "column": 29 } } @@ -43718,16 +43900,16 @@ "type": "Identifier", "name": "n", "range": [ - 29755, - 29756 + 29925, + 29926 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 34 }, "end": { - "line": 1085, + "line": 1091, "column": 35 } } @@ -43737,46 +43919,46 @@ "value": 1, "raw": "1", "range": [ - 29759, - 29760 + 29929, + 29930 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 38 }, "end": { - "line": 1085, + "line": 1091, "column": 39 } } }, "range": [ - 29755, - 29760 + 29925, + 29930 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 34 }, "end": { - "line": 1085, + "line": 1091, "column": 39 } } }, "range": [ - 29749, - 29760 + 29919, + 29930 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 28 }, "end": { - "line": 1085, + "line": 1091, "column": 39 } } @@ -43787,16 +43969,16 @@ "object": { "type": "ThisExpression", "range": [ - 29764, - 29768 + 29934, + 29938 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 43 }, "end": { - "line": 1085, + "line": 1091, "column": 47 } } @@ -43805,46 +43987,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 29769, - 29779 + 29939, + 29949 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 48 }, "end": { - "line": 1085, + "line": 1091, "column": 58 } } }, "range": [ - 29764, - 29779 + 29934, + 29949 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 43 }, "end": { - "line": 1085, + "line": 1091, "column": 58 } } }, "range": [ - 29749, - 29779 + 29919, + 29949 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 28 }, "end": { - "line": 1085, + "line": 1091, "column": 58 } } @@ -43855,16 +44037,16 @@ "object": { "type": "ThisExpression", "range": [ - 29803, - 29807 + 29973, + 29977 ], "loc": { "start": { - "line": 1086, + "line": 1092, "column": 20 }, "end": { - "line": 1086, + "line": 1092, "column": 24 } } @@ -43873,31 +44055,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 29808, - 29824 + 29978, + 29994 ], "loc": { "start": { - "line": 1086, + "line": 1092, "column": 25 }, "end": { - "line": 1086, + "line": 1092, "column": 41 } } }, "range": [ - 29803, - 29824 + 29973, + 29994 ], "loc": { "start": { - "line": 1086, + "line": 1092, "column": 20 }, "end": { - "line": 1086, + "line": 1092, "column": 41 } } @@ -43908,16 +44090,16 @@ "object": { "type": "ThisExpression", "range": [ - 29827, - 29831 + 29997, + 30001 ], "loc": { "start": { - "line": 1086, + "line": 1092, "column": 44 }, "end": { - "line": 1086, + "line": 1092, "column": 48 } } @@ -43926,76 +44108,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 29832, - 29843 + 30002, + 30013 ], "loc": { "start": { - "line": 1086, + "line": 1092, "column": 49 }, "end": { - "line": 1086, + "line": 1092, "column": 60 } } }, "range": [ - 29827, - 29843 + 29997, + 30013 ], "loc": { "start": { - "line": 1086, + "line": 1092, "column": 44 }, "end": { - "line": 1086, + "line": 1092, "column": 60 } } }, "range": [ - 29748, - 29843 + 29918, + 30013 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 27 }, "end": { - "line": 1086, + "line": 1092, "column": 60 } } }, "range": [ - 29737, - 29843 + 29907, + 30013 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 16 }, "end": { - "line": 1086, + "line": 1092, "column": 60 } } }, "range": [ - 29737, - 29844 + 29907, + 30014 ], "loc": { "start": { - "line": 1085, + "line": 1091, "column": 16 }, "end": { - "line": 1086, + "line": 1092, "column": 61 } }, @@ -44004,16 +44186,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29862, - 29894 + 30032, + 30064 ], "loc": { "start": { - "line": 1088, + "line": 1094, "column": 16 }, "end": { - "line": 1088, + "line": 1094, "column": 48 } } @@ -44028,16 +44210,16 @@ "object": { "type": "ThisExpression", "range": [ - 29915, - 29919 + 30085, + 30089 ], "loc": { "start": { - "line": 1089, + "line": 1095, "column": 20 }, "end": { - "line": 1089, + "line": 1095, "column": 24 } } @@ -44046,31 +44228,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 29920, - 29935 + 30090, + 30105 ], "loc": { "start": { - "line": 1089, + "line": 1095, "column": 25 }, "end": { - "line": 1089, + "line": 1095, "column": 40 } } }, "range": [ - 29915, - 29935 + 30085, + 30105 ], "loc": { "start": { - "line": 1089, + "line": 1095, "column": 20 }, "end": { - "line": 1089, + "line": 1095, "column": 40 } } @@ -44087,16 +44269,16 @@ "type": "Identifier", "name": "col", "range": [ - 29959, - 29962 + 30129, + 30132 ], "loc": { "start": { - "line": 1090, + "line": 1096, "column": 20 }, "end": { - "line": 1090, + "line": 1096, "column": 23 } } @@ -44105,46 +44287,46 @@ "type": "Identifier", "name": "INPUT", "range": [ - 29965, - 29970 + 30135, + 30140 ], "loc": { "start": { - "line": 1090, + "line": 1096, "column": 26 }, "end": { - "line": 1090, + "line": 1096, "column": 31 } } }, "range": [ - 29959, - 29970 + 30129, + 30140 ], "loc": { "start": { - "line": 1090, + "line": 1096, "column": 20 }, "end": { - "line": 1090, + "line": 1096, "column": 31 } } }, "range": [ - 29959, - 29971 + 30129, + 30141 ], "loc": { "start": { - "line": 1090, + "line": 1096, "column": 20 }, "end": { - "line": 1090, + "line": 1096, "column": 32 } } @@ -44158,16 +44340,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 29992, - 30000 + 30162, + 30170 ], "loc": { "start": { - "line": 1091, + "line": 1097, "column": 20 }, "end": { - "line": 1091, + "line": 1097, "column": 28 } } @@ -44178,16 +44360,16 @@ "object": { "type": "ThisExpression", "range": [ - 30003, - 30007 + 30173, + 30177 ], "loc": { "start": { - "line": 1091, + "line": 1097, "column": 31 }, "end": { - "line": 1091, + "line": 1097, "column": 35 } } @@ -44196,93 +44378,93 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 30008, - 30025 + 30178, + 30195 ], "loc": { "start": { - "line": 1091, + "line": 1097, "column": 36 }, "end": { - "line": 1091, + "line": 1097, "column": 53 } } }, "range": [ - 30003, - 30025 + 30173, + 30195 ], "loc": { "start": { - "line": 1091, + "line": 1097, "column": 31 }, "end": { - "line": 1091, + "line": 1097, "column": 53 } } }, "range": [ - 29992, - 30025 + 30162, + 30195 ], "loc": { "start": { - "line": 1091, + "line": 1097, "column": 20 }, "end": { - "line": 1091, + "line": 1097, "column": 53 } } }, "range": [ - 29992, - 30026 + 30162, + 30196 ], "loc": { "start": { - "line": 1091, + "line": 1097, "column": 20 }, "end": { - "line": 1091, + "line": 1097, "column": 54 } } } ], "range": [ - 29937, - 30044 + 30107, + 30214 ], "loc": { "start": { - "line": 1089, + "line": 1095, "column": 42 }, "end": { - "line": 1092, + "line": 1098, "column": 17 } } }, "alternate": null, "range": [ - 29911, - 30044 + 30081, + 30214 ], "loc": { "start": { - "line": 1089, + "line": 1095, "column": 16 }, "end": { - "line": 1092, + "line": 1098, "column": 17 } }, @@ -44291,16 +44473,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29862, - 29894 + 30032, + 30064 ], "loc": { "start": { - "line": 1088, + "line": 1094, "column": 16 }, "end": { - "line": 1088, + "line": 1094, "column": 48 } } @@ -44311,16 +44493,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 30062, - 30081 + 30232, + 30251 ], "loc": { "start": { - "line": 1094, + "line": 1100, "column": 16 }, "end": { - "line": 1094, + "line": 1100, "column": 35 } } @@ -44339,16 +44521,16 @@ "type": "Identifier", "name": "col", "range": [ - 30102, - 30105 + 30272, + 30275 ], "loc": { "start": { - "line": 1095, + "line": 1101, "column": 20 }, "end": { - "line": 1095, + "line": 1101, "column": 23 } } @@ -44357,31 +44539,31 @@ "type": "Identifier", "name": "SELECT", "range": [ - 30110, - 30116 + 30280, + 30286 ], "loc": { "start": { - "line": 1095, + "line": 1101, "column": 28 }, "end": { - "line": 1095, + "line": 1101, "column": 34 } } }, "range": [ - 30102, - 30116 + 30272, + 30286 ], "loc": { "start": { - "line": 1095, + "line": 1101, "column": 20 }, "end": { - "line": 1095, + "line": 1101, "column": 34 } } @@ -44393,16 +44575,16 @@ "type": "Identifier", "name": "col", "range": [ - 30120, - 30123 + 30290, + 30293 ], "loc": { "start": { - "line": 1095, + "line": 1101, "column": 38 }, "end": { - "line": 1095, + "line": 1101, "column": 41 } } @@ -44411,46 +44593,46 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 30128, - 30136 + 30298, + 30306 ], "loc": { "start": { - "line": 1095, + "line": 1101, "column": 46 }, "end": { - "line": 1095, + "line": 1101, "column": 54 } } }, "range": [ - 30120, - 30136 + 30290, + 30306 ], "loc": { "start": { - "line": 1095, + "line": 1101, "column": 38 }, "end": { - "line": 1095, + "line": 1101, "column": 54 } } }, "range": [ - 30102, - 30136 + 30272, + 30306 ], "loc": { "start": { - "line": 1095, + "line": 1101, "column": 20 }, "end": { - "line": 1095, + "line": 1101, "column": 54 } } @@ -44470,16 +44652,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30165, - 30168 + 30335, + 30338 ], "loc": { "start": { - "line": 1096, + "line": 1102, "column": 25 }, "end": { - "line": 1096, + "line": 1102, "column": 28 } } @@ -44488,47 +44670,47 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30169, - 30177 + 30339, + 30347 ], "loc": { "start": { - "line": 1096, + "line": 1102, "column": 29 }, "end": { - "line": 1096, + "line": 1102, "column": 37 } } }, "range": [ - 30165, - 30177 + 30335, + 30347 ], "loc": { "start": { - "line": 1096, + "line": 1102, "column": 25 }, "end": { - "line": 1096, + "line": 1102, "column": 37 } } }, "prefix": true, "range": [ - 30164, - 30177 + 30334, + 30347 ], "loc": { "start": { - "line": 1096, + "line": 1102, "column": 24 }, "end": { - "line": 1096, + "line": 1102, "column": 37 } } @@ -44548,16 +44730,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30205, - 30208 + 30375, + 30378 ], "loc": { "start": { - "line": 1097, + "line": 1103, "column": 24 }, "end": { - "line": 1097, + "line": 1103, "column": 27 } } @@ -44566,31 +44748,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30209, - 30217 + 30379, + 30387 ], "loc": { "start": { - "line": 1097, + "line": 1103, "column": 28 }, "end": { - "line": 1097, + "line": 1103, "column": 36 } } }, "range": [ - 30205, - 30217 + 30375, + 30387 ], "loc": { "start": { - "line": 1097, + "line": 1103, "column": 24 }, "end": { - "line": 1097, + "line": 1103, "column": 36 } } @@ -44601,16 +44783,16 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 30224, - 30232 + 30394, + 30402 ], "loc": { "start": { - "line": 1097, + "line": 1103, "column": 43 }, "end": { - "line": 1097, + "line": 1103, "column": 51 } } @@ -44619,94 +44801,94 @@ { "type": "ThisExpression", "range": [ - 30233, - 30237 + 30403, + 30407 ], "loc": { "start": { - "line": 1097, + "line": 1103, "column": 52 }, "end": { - "line": 1097, + "line": 1103, "column": 56 } } } ], "range": [ - 30220, - 30238 + 30390, + 30408 ], "loc": { "start": { - "line": 1097, + "line": 1103, "column": 39 }, "end": { - "line": 1097, + "line": 1103, "column": 57 } } }, "range": [ - 30205, - 30238 + 30375, + 30408 ], "loc": { "start": { - "line": 1097, + "line": 1103, "column": 24 }, "end": { - "line": 1097, + "line": 1103, "column": 57 } } }, "range": [ - 30205, - 30239 + 30375, + 30409 ], "loc": { "start": { - "line": 1097, + "line": 1103, "column": 24 }, "end": { - "line": 1097, + "line": 1103, "column": 58 } } } ], "range": [ - 30179, - 30261 + 30349, + 30431 ], "loc": { "start": { - "line": 1096, + "line": 1102, "column": 39 }, "end": { - "line": 1098, + "line": 1104, "column": 21 } } }, "alternate": null, "range": [ - 30160, - 30261 + 30330, + 30431 ], "loc": { "start": { - "line": 1096, + "line": 1102, "column": 20 }, "end": { - "line": 1098, + "line": 1104, "column": 21 } } @@ -44725,16 +44907,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30282, - 30285 + 30452, + 30455 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 20 }, "end": { - "line": 1099, + "line": 1105, "column": 23 } } @@ -44743,31 +44925,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30286, - 30294 + 30456, + 30464 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 24 }, "end": { - "line": 1099, + "line": 1105, "column": 32 } } }, "range": [ - 30282, - 30294 + 30452, + 30464 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 20 }, "end": { - "line": 1099, + "line": 1105, "column": 32 } } @@ -44776,31 +44958,31 @@ "type": "Identifier", "name": "init", "range": [ - 30295, - 30299 + 30465, + 30469 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 33 }, "end": { - "line": 1099, + "line": 1105, "column": 37 } } }, "range": [ - 30282, - 30299 + 30452, + 30469 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 20 }, "end": { - "line": 1099, + "line": 1105, "column": 37 } } @@ -44810,16 +44992,16 @@ "type": "Identifier", "name": "i", "range": [ - 30300, - 30301 + 30470, + 30471 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 38 }, "end": { - "line": 1099, + "line": 1105, "column": 39 } } @@ -44830,16 +45012,16 @@ "object": { "type": "ThisExpression", "range": [ - 30303, - 30307 + 30473, + 30477 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 41 }, "end": { - "line": 1099, + "line": 1105, "column": 45 } } @@ -44848,31 +45030,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 30308, - 30321 + 30478, + 30491 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 46 }, "end": { - "line": 1099, + "line": 1105, "column": 59 } } }, "range": [ - 30303, - 30321 + 30473, + 30491 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 41 }, "end": { - "line": 1099, + "line": 1105, "column": 59 } } @@ -44881,63 +45063,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30323, - 30330 + 30493, + 30500 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 61 }, "end": { - "line": 1099, + "line": 1105, "column": 68 } } } ], "range": [ - 30282, - 30331 + 30452, + 30501 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 20 }, "end": { - "line": 1099, + "line": 1105, "column": 69 } } }, "range": [ - 30282, - 30332 + 30452, + 30502 ], "loc": { "start": { - "line": 1099, + "line": 1105, "column": 20 }, "end": { - "line": 1099, + "line": 1105, "column": 70 } } } ], "range": [ - 30138, - 30350 + 30308, + 30520 ], "loc": { "start": { - "line": 1095, + "line": 1101, "column": 56 }, "end": { - "line": 1100, + "line": 1106, "column": 17 } }, @@ -44946,16 +45128,16 @@ "type": "Line", "value": " checklist", "range": [ - 30367, - 30379 + 30537, + 30549 ], "loc": { "start": { - "line": 1101, + "line": 1107, "column": 16 }, "end": { - "line": 1101, + "line": 1107, "column": 28 } } @@ -44971,16 +45153,16 @@ "type": "Identifier", "name": "col", "range": [ - 30405, - 30408 + 30575, + 30578 ], "loc": { "start": { - "line": 1102, + "line": 1108, "column": 25 }, "end": { - "line": 1102, + "line": 1108, "column": 28 } } @@ -44989,31 +45171,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 30413, - 30422 + 30583, + 30592 ], "loc": { "start": { - "line": 1102, + "line": 1108, "column": 33 }, "end": { - "line": 1102, + "line": 1108, "column": 42 } } }, "range": [ - 30405, - 30422 + 30575, + 30592 ], "loc": { "start": { - "line": 1102, + "line": 1108, "column": 25 }, "end": { - "line": 1102, + "line": 1108, "column": 42 } } @@ -45033,16 +45215,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30451, - 30454 + 30621, + 30624 ], "loc": { "start": { - "line": 1103, + "line": 1109, "column": 25 }, "end": { - "line": 1103, + "line": 1109, "column": 28 } } @@ -45051,47 +45233,47 @@ "type": "Identifier", "name": "checkList", "range": [ - 30455, - 30464 + 30625, + 30634 ], "loc": { "start": { - "line": 1103, + "line": 1109, "column": 29 }, "end": { - "line": 1103, + "line": 1109, "column": 38 } } }, "range": [ - 30451, - 30464 + 30621, + 30634 ], "loc": { "start": { - "line": 1103, + "line": 1109, "column": 25 }, "end": { - "line": 1103, + "line": 1109, "column": 38 } } }, "prefix": true, "range": [ - 30450, - 30464 + 30620, + 30634 ], "loc": { "start": { - "line": 1103, + "line": 1109, "column": 24 }, "end": { - "line": 1103, + "line": 1109, "column": 38 } } @@ -45111,16 +45293,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30492, - 30495 + 30662, + 30665 ], "loc": { "start": { - "line": 1104, + "line": 1110, "column": 24 }, "end": { - "line": 1104, + "line": 1110, "column": 27 } } @@ -45129,31 +45311,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 30496, - 30505 + 30666, + 30675 ], "loc": { "start": { - "line": 1104, + "line": 1110, "column": 28 }, "end": { - "line": 1104, + "line": 1110, "column": 37 } } }, "range": [ - 30492, - 30505 + 30662, + 30675 ], "loc": { "start": { - "line": 1104, + "line": 1110, "column": 24 }, "end": { - "line": 1104, + "line": 1110, "column": 37 } } @@ -45164,16 +45346,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 30512, - 30521 + 30682, + 30691 ], "loc": { "start": { - "line": 1104, + "line": 1110, "column": 44 }, "end": { - "line": 1104, + "line": 1110, "column": 53 } } @@ -45182,94 +45364,94 @@ { "type": "ThisExpression", "range": [ - 30522, - 30526 + 30692, + 30696 ], "loc": { "start": { - "line": 1104, + "line": 1110, "column": 54 }, "end": { - "line": 1104, + "line": 1110, "column": 58 } } } ], "range": [ - 30508, - 30527 + 30678, + 30697 ], "loc": { "start": { - "line": 1104, + "line": 1110, "column": 40 }, "end": { - "line": 1104, + "line": 1110, "column": 59 } } }, "range": [ - 30492, - 30527 + 30662, + 30697 ], "loc": { "start": { - "line": 1104, + "line": 1110, "column": 24 }, "end": { - "line": 1104, + "line": 1110, "column": 59 } } }, "range": [ - 30492, - 30528 + 30662, + 30698 ], "loc": { "start": { - "line": 1104, + "line": 1110, "column": 24 }, "end": { - "line": 1104, + "line": 1110, "column": 60 } } } ], "range": [ - 30466, - 30550 + 30636, + 30720 ], "loc": { "start": { - "line": 1103, + "line": 1109, "column": 40 }, "end": { - "line": 1105, + "line": 1111, "column": 21 } } }, "alternate": null, "range": [ - 30446, - 30550 + 30616, + 30720 ], "loc": { "start": { - "line": 1103, + "line": 1109, "column": 20 }, "end": { - "line": 1105, + "line": 1111, "column": 21 } } @@ -45288,16 +45470,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30571, - 30574 + 30741, + 30744 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 20 }, "end": { - "line": 1106, + "line": 1112, "column": 23 } } @@ -45306,31 +45488,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 30575, - 30584 + 30745, + 30754 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 24 }, "end": { - "line": 1106, + "line": 1112, "column": 33 } } }, "range": [ - 30571, - 30584 + 30741, + 30754 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 20 }, "end": { - "line": 1106, + "line": 1112, "column": 33 } } @@ -45339,31 +45521,31 @@ "type": "Identifier", "name": "init", "range": [ - 30585, - 30589 + 30755, + 30759 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 34 }, "end": { - "line": 1106, + "line": 1112, "column": 38 } } }, "range": [ - 30571, - 30589 + 30741, + 30759 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 20 }, "end": { - "line": 1106, + "line": 1112, "column": 38 } } @@ -45373,16 +45555,16 @@ "type": "Identifier", "name": "i", "range": [ - 30590, - 30591 + 30760, + 30761 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 39 }, "end": { - "line": 1106, + "line": 1112, "column": 40 } } @@ -45393,16 +45575,16 @@ "object": { "type": "ThisExpression", "range": [ - 30593, - 30597 + 30763, + 30767 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 42 }, "end": { - "line": 1106, + "line": 1112, "column": 46 } } @@ -45411,31 +45593,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 30598, - 30611 + 30768, + 30781 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 47 }, "end": { - "line": 1106, + "line": 1112, "column": 60 } } }, "range": [ - 30593, - 30611 + 30763, + 30781 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 42 }, "end": { - "line": 1106, + "line": 1112, "column": 60 } } @@ -45444,63 +45626,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30613, - 30620 + 30783, + 30790 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 62 }, "end": { - "line": 1106, + "line": 1112, "column": 69 } } } ], "range": [ - 30571, - 30621 + 30741, + 30791 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 20 }, "end": { - "line": 1106, + "line": 1112, "column": 70 } } }, "range": [ - 30571, - 30622 + 30741, + 30792 ], "loc": { "start": { - "line": 1106, + "line": 1112, "column": 20 }, "end": { - "line": 1106, + "line": 1112, "column": 71 } } } ], "range": [ - 30424, - 30640 + 30594, + 30810 ], "loc": { "start": { - "line": 1102, + "line": 1108, "column": 44 }, "end": { - "line": 1107, + "line": 1113, "column": 17 } } @@ -45518,16 +45700,16 @@ "object": { "type": "ThisExpression", "range": [ - 30668, - 30672 + 30838, + 30842 ], "loc": { "start": { - "line": 1108, + "line": 1114, "column": 20 }, "end": { - "line": 1108, + "line": 1114, "column": 24 } } @@ -45536,31 +45718,31 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 30673, - 30690 + 30843, + 30860 ], "loc": { "start": { - "line": 1108, + "line": 1114, "column": 25 }, "end": { - "line": 1108, + "line": 1114, "column": 42 } } }, "range": [ - 30668, - 30690 + 30838, + 30860 ], "loc": { "start": { - "line": 1108, + "line": 1114, "column": 20 }, "end": { - "line": 1108, + "line": 1114, "column": 42 } } @@ -45570,16 +45752,16 @@ "type": "Identifier", "name": "i", "range": [ - 30691, - 30692 + 30861, + 30862 ], "loc": { "start": { - "line": 1108, + "line": 1114, "column": 43 }, "end": { - "line": 1108, + "line": 1114, "column": 44 } } @@ -45588,16 +45770,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 30694, - 30702 + 30864, + 30872 ], "loc": { "start": { - "line": 1108, + "line": 1114, "column": 46 }, "end": { - "line": 1108, + "line": 1114, "column": 54 } } @@ -45606,78 +45788,78 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30704, - 30711 + 30874, + 30881 ], "loc": { "start": { - "line": 1108, + "line": 1114, "column": 56 }, "end": { - "line": 1108, + "line": 1114, "column": 63 } } } ], "range": [ - 30668, - 30712 + 30838, + 30882 ], "loc": { "start": { - "line": 1108, + "line": 1114, "column": 20 }, "end": { - "line": 1108, + "line": 1114, "column": 64 } } }, "range": [ - 30668, - 30713 + 30838, + 30883 ], "loc": { "start": { - "line": 1108, + "line": 1114, "column": 20 }, "end": { - "line": 1108, + "line": 1114, "column": 65 } } } ], "range": [ - 30646, - 30731 + 30816, + 30901 ], "loc": { "start": { - "line": 1107, + "line": 1113, "column": 23 }, "end": { - "line": 1109, + "line": 1115, "column": 17 } } }, "range": [ - 30401, - 30731 + 30571, + 30901 ], "loc": { "start": { - "line": 1102, + "line": 1108, "column": 21 }, "end": { - "line": 1109, + "line": 1115, "column": 17 } }, @@ -45686,16 +45868,16 @@ "type": "Line", "value": " checklist", "range": [ - 30367, - 30379 + 30537, + 30549 ], "loc": { "start": { - "line": 1101, + "line": 1107, "column": 16 }, "end": { - "line": 1101, + "line": 1107, "column": 28 } } @@ -45703,16 +45885,16 @@ ] }, "range": [ - 30098, - 30731 + 30268, + 30901 ], "loc": { "start": { - "line": 1095, + "line": 1101, "column": 16 }, "end": { - "line": 1109, + "line": 1115, "column": 17 } }, @@ -45721,16 +45903,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 30062, - 30081 + 30232, + 30251 ], "loc": { "start": { - "line": 1094, + "line": 1100, "column": 16 }, "end": { - "line": 1094, + "line": 1100, "column": 35 } } @@ -45741,16 +45923,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30749, - 30775 + 30919, + 30945 ], "loc": { "start": { - "line": 1111, + "line": 1117, "column": 16 }, "end": { - "line": 1111, + "line": 1117, "column": 42 } } @@ -45769,16 +45951,16 @@ "type": "Identifier", "name": "i", "range": [ - 30796, - 30797 + 30966, + 30967 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 20 }, "end": { - "line": 1112, + "line": 1118, "column": 21 } } @@ -45790,16 +45972,16 @@ "type": "Identifier", "name": "n", "range": [ - 30802, - 30803 + 30972, + 30973 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 26 }, "end": { - "line": 1112, + "line": 1118, "column": 27 } } @@ -45809,46 +45991,46 @@ "value": 1, "raw": "1", "range": [ - 30806, - 30807 + 30976, + 30977 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 30 }, "end": { - "line": 1112, + "line": 1118, "column": 31 } } }, "range": [ - 30802, - 30807 + 30972, + 30977 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 26 }, "end": { - "line": 1112, + "line": 1118, "column": 31 } } }, "range": [ - 30796, - 30807 + 30966, + 30977 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 20 }, "end": { - "line": 1112, + "line": 1118, "column": 31 } } @@ -45859,16 +46041,16 @@ "object": { "type": "ThisExpression", "range": [ - 30811, - 30815 + 30981, + 30985 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 35 }, "end": { - "line": 1112, + "line": 1118, "column": 39 } } @@ -45877,46 +46059,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 30816, - 30826 + 30986, + 30996 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 40 }, "end": { - "line": 1112, + "line": 1118, "column": 50 } } }, "range": [ - 30811, - 30826 + 30981, + 30996 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 35 }, "end": { - "line": 1112, + "line": 1118, "column": 50 } } }, "range": [ - 30796, - 30826 + 30966, + 30996 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 20 }, "end": { - "line": 1112, + "line": 1118, "column": 50 } } @@ -45934,16 +46116,16 @@ "object": { "type": "ThisExpression", "range": [ - 30850, - 30854 + 31020, + 31024 ], "loc": { "start": { - "line": 1113, + "line": 1119, "column": 20 }, "end": { - "line": 1113, + "line": 1119, "column": 24 } } @@ -45952,31 +46134,31 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 30855, - 30873 + 31025, + 31043 ], "loc": { "start": { - "line": 1113, + "line": 1119, "column": 25 }, "end": { - "line": 1113, + "line": 1119, "column": 43 } } }, "range": [ - 30850, - 30873 + 31020, + 31043 ], "loc": { "start": { - "line": 1113, + "line": 1119, "column": 20 }, "end": { - "line": 1113, + "line": 1119, "column": 43 } } @@ -45986,16 +46168,16 @@ "type": "Identifier", "name": "i", "range": [ - 30874, - 30875 + 31044, + 31045 ], "loc": { "start": { - "line": 1113, + "line": 1119, "column": 44 }, "end": { - "line": 1113, + "line": 1119, "column": 45 } } @@ -46004,79 +46186,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30877, - 30884 + 31047, + 31054 ], "loc": { "start": { - "line": 1113, + "line": 1119, "column": 47 }, "end": { - "line": 1113, + "line": 1119, "column": 54 } } } ], "range": [ - 30850, - 30885 + 31020, + 31055 ], "loc": { "start": { - "line": 1113, + "line": 1119, "column": 20 }, "end": { - "line": 1113, + "line": 1119, "column": 55 } } }, "range": [ - 30850, - 30886 + 31020, + 31056 ], "loc": { "start": { - "line": 1113, + "line": 1119, "column": 20 }, "end": { - "line": 1113, + "line": 1119, "column": 56 } } } ], "range": [ - 30828, - 30904 + 30998, + 31074 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 52 }, "end": { - "line": 1114, + "line": 1120, "column": 17 } } }, "alternate": null, "range": [ - 30792, - 30904 + 30962, + 31074 ], "loc": { "start": { - "line": 1112, + "line": 1118, "column": 16 }, "end": { - "line": 1114, + "line": 1120, "column": 17 } }, @@ -46085,16 +46267,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30749, - 30775 + 30919, + 30945 ], "loc": { "start": { - "line": 1111, + "line": 1117, "column": 16 }, "end": { - "line": 1111, + "line": 1117, "column": 42 } } @@ -46114,16 +46296,16 @@ "object": { "type": "ThisExpression", "range": [ - 30922, - 30926 + 31092, + 31096 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 16 }, "end": { - "line": 1116, + "line": 1122, "column": 20 } } @@ -46132,31 +46314,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 30927, - 30934 + 31097, + 31104 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 21 }, "end": { - "line": 1116, + "line": 1122, "column": 28 } } }, "range": [ - 30922, - 30934 + 31092, + 31104 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 16 }, "end": { - "line": 1116, + "line": 1122, "column": 28 } } @@ -46165,31 +46347,31 @@ "type": "Identifier", "name": "emit", "range": [ - 30935, - 30939 + 31105, + 31109 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 29 }, "end": { - "line": 1116, + "line": 1122, "column": 33 } } }, "range": [ - 30922, - 30939 + 31092, + 31109 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 16 }, "end": { - "line": 1116, + "line": 1122, "column": 33 } } @@ -46200,16 +46382,16 @@ "value": "after-filter-init", "raw": "'after-filter-init'", "range": [ - 30940, - 30959 + 31110, + 31129 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 34 }, "end": { - "line": 1116, + "line": 1122, "column": 53 } } @@ -46217,16 +46399,16 @@ { "type": "ThisExpression", "range": [ - 30961, - 30965 + 31131, + 31135 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 55 }, "end": { - "line": 1116, + "line": 1122, "column": 59 } } @@ -46235,78 +46417,78 @@ "type": "Identifier", "name": "i", "range": [ - 30967, - 30968 + 31137, + 31138 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 61 }, "end": { - "line": 1116, + "line": 1122, "column": 62 } } } ], "range": [ - 30922, - 30969 + 31092, + 31139 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 16 }, "end": { - "line": 1116, + "line": 1122, "column": 63 } } }, "range": [ - 30922, - 30970 + 31092, + 31140 ], "loc": { "start": { - "line": 1116, + "line": 1122, "column": 16 }, "end": { - "line": 1116, + "line": 1122, "column": 64 } } } ], "range": [ - 29323, - 30984 + 29493, + 31154 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 40 }, "end": { - "line": 1117, + "line": 1123, "column": 13 } } }, "range": [ - 29295, - 30984 + 29465, + 31154 ], "loc": { "start": { - "line": 1073, + "line": 1079, "column": 12 }, "end": { - "line": 1117, + "line": 1123, "column": 13 } }, @@ -46315,16 +46497,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 29263, - 29282 + 29433, + 29452 ], "loc": { "start": { - "line": 1072, + "line": 1078, "column": 12 }, "end": { - "line": 1072, + "line": 1078, "column": 31 } } @@ -46344,16 +46526,16 @@ "object": { "type": "ThisExpression", "range": [ - 30998, - 31002 + 31168, + 31172 ], "loc": { "start": { - "line": 1119, + "line": 1125, "column": 12 }, "end": { - "line": 1119, + "line": 1125, "column": 16 } } @@ -46362,31 +46544,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 31003, - 31010 + 31173, + 31180 ], "loc": { "start": { - "line": 1119, + "line": 1125, "column": 17 }, "end": { - "line": 1119, + "line": 1125, "column": 24 } } }, "range": [ - 30998, - 31010 + 31168, + 31180 ], "loc": { "start": { - "line": 1119, + "line": 1125, "column": 12 }, "end": { - "line": 1119, + "line": 1125, "column": 24 } } @@ -46395,31 +46577,31 @@ "type": "Identifier", "name": "on", "range": [ - 31011, - 31013 + 31181, + 31183 ], "loc": { "start": { - "line": 1119, + "line": 1125, "column": 25 }, "end": { - "line": 1119, + "line": 1125, "column": 27 } } }, "range": [ - 30998, - 31013 + 31168, + 31183 ], "loc": { "start": { - "line": 1119, + "line": 1125, "column": 12 }, "end": { - "line": 1119, + "line": 1125, "column": 27 } } @@ -46433,32 +46615,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 31015, - 31029 + 31185, + 31199 ], "loc": { "start": { - "line": 1119, + "line": 1125, "column": 29 }, "end": { - "line": 1119, + "line": 1125, "column": 43 } } } ], "range": [ - 31014, - 31030 + 31184, + 31200 ], "loc": { "start": { - "line": 1119, + "line": 1125, "column": 28 }, "end": { - "line": 1119, + "line": 1125, "column": 44 } } @@ -46471,16 +46653,16 @@ "type": "Identifier", "name": "tf", "range": [ - 31049, - 31051 + 31219, + 31221 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 17 }, "end": { - "line": 1120, + "line": 1126, "column": 19 } } @@ -46489,16 +46671,16 @@ "type": "Identifier", "name": "filter", "range": [ - 31053, - 31059 + 31223, + 31229 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 21 }, "end": { - "line": 1120, + "line": 1126, "column": 27 } } @@ -46512,16 +46694,16 @@ "object": { "type": "ThisExpression", "range": [ - 31064, - 31068 + 31234, + 31238 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 32 }, "end": { - "line": 1120, + "line": 1126, "column": 36 } } @@ -46530,31 +46712,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 31069, - 31086 + 31239, + 31256 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 37 }, "end": { - "line": 1120, + "line": 1126, "column": 54 } } }, "range": [ - 31064, - 31086 + 31234, + 31256 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 32 }, "end": { - "line": 1120, + "line": 1126, "column": 54 } } @@ -46567,16 +46749,16 @@ "type": "Identifier", "name": "filter", "range": [ - 31087, - 31093 + 31257, + 31263 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 55 }, "end": { - "line": 1120, + "line": 1126, "column": 61 } } @@ -46585,47 +46767,47 @@ "type": "Identifier", "name": "id", "range": [ - 31094, - 31096 + 31264, + 31266 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 62 }, "end": { - "line": 1120, + "line": 1126, "column": 64 } } }, "range": [ - 31087, - 31096 + 31257, + 31266 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 55 }, "end": { - "line": 1120, + "line": 1126, "column": 64 } } } ], "range": [ - 31064, - 31097 + 31234, + 31267 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 32 }, "end": { - "line": 1120, + "line": 1126, "column": 65 } } @@ -46633,78 +46815,78 @@ "generator": false, "expression": true, "range": [ - 31048, - 31097 + 31218, + 31267 ], "loc": { "start": { - "line": 1120, + "line": 1126, "column": 16 }, "end": { - "line": 1120, + "line": 1126, "column": 65 } } } ], "range": [ - 30998, - 31098 + 31168, + 31268 ], "loc": { "start": { - "line": 1119, + "line": 1125, "column": 12 }, "end": { - "line": 1120, + "line": 1126, "column": 66 } } }, "range": [ - 30998, - 31099 + 31168, + 31269 ], "loc": { "start": { - "line": 1119, + "line": 1125, "column": 12 }, "end": { - "line": 1120, + "line": 1126, "column": 67 } } } ], "range": [ - 29142, - 31110 + 29312, + 31280 ], "loc": { "start": { - "line": 1067, + "line": 1073, "column": 15 }, "end": { - "line": 1122, + "line": 1128, "column": 9 } } }, "range": [ - 29071, - 31110 + 29241, + 31280 ], "loc": { "start": { - "line": 1065, + "line": 1071, "column": 8 }, "end": { - "line": 1122, + "line": 1128, "column": 9 } }, @@ -46713,16 +46895,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 29031, - 29062 + 29201, + 29232 ], "loc": { "start": { - "line": 1064, + "line": 1070, "column": 8 }, "end": { - "line": 1064, + "line": 1070, "column": 39 } } @@ -46733,16 +46915,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 31110, - 31127 + 31280, + 31297 ], "loc": { "start": { - "line": 1122, + "line": 1128, "column": 9 }, "end": { - "line": 1122, + "line": 1128, "column": 26 } } @@ -46751,16 +46933,16 @@ "type": "Block", "value": " Features ", "range": [ - 31137, - 31151 + 31307, + 31321 ], "loc": { "start": { - "line": 1124, + "line": 1130, "column": 8 }, "end": { - "line": 1124, + "line": 1130, "column": 22 } } @@ -46775,16 +46957,16 @@ "object": { "type": "ThisExpression", "range": [ - 31164, - 31168 + 31334, + 31338 ], "loc": { "start": { - "line": 1125, + "line": 1131, "column": 12 }, "end": { - "line": 1125, + "line": 1131, "column": 16 } } @@ -46793,31 +46975,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 31169, - 31183 + 31339, + 31353 ], "loc": { "start": { - "line": 1125, + "line": 1131, "column": 17 }, "end": { - "line": 1125, + "line": 1131, "column": 31 } } }, "range": [ - 31164, - 31183 + 31334, + 31353 ], "loc": { "start": { - "line": 1125, + "line": 1131, "column": 12 }, "end": { - "line": 1125, + "line": 1131, "column": 31 } } @@ -46838,16 +47020,16 @@ "object": { "type": "ThisExpression", "range": [ - 31199, - 31203 + 31369, + 31373 ], "loc": { "start": { - "line": 1126, + "line": 1132, "column": 12 }, "end": { - "line": 1126, + "line": 1132, "column": 16 } } @@ -46856,31 +47038,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 31204, - 31211 + 31374, + 31381 ], "loc": { "start": { - "line": 1126, + "line": 1132, "column": 17 }, "end": { - "line": 1126, + "line": 1132, "column": 24 } } }, "range": [ - 31199, - 31211 + 31369, + 31381 ], "loc": { "start": { - "line": 1126, + "line": 1132, "column": 12 }, "end": { - "line": 1126, + "line": 1132, "column": 24 } } @@ -46889,31 +47071,31 @@ "type": "Identifier", "name": "on", "range": [ - 31212, - 31214 + 31382, + 31384 ], "loc": { "start": { - "line": 1126, + "line": 1132, "column": 25 }, "end": { - "line": 1126, + "line": 1132, "column": 27 } } }, "range": [ - 31199, - 31214 + 31369, + 31384 ], "loc": { "start": { - "line": 1126, + "line": 1132, "column": 12 }, "end": { - "line": 1126, + "line": 1132, "column": 27 } } @@ -46927,32 +47109,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 31216, - 31233 + 31386, + 31403 ], "loc": { "start": { - "line": 1126, + "line": 1132, "column": 29 }, "end": { - "line": 1126, + "line": 1132, "column": 46 } } } ], "range": [ - 31215, - 31234 + 31385, + 31404 ], "loc": { "start": { - "line": 1126, + "line": 1132, "column": 28 }, "end": { - "line": 1126, + "line": 1132, "column": 47 } } @@ -46969,16 +47151,16 @@ "object": { "type": "ThisExpression", "range": [ - 31258, - 31262 + 31428, + 31432 ], "loc": { "start": { - "line": 1127, + "line": 1133, "column": 22 }, "end": { - "line": 1127, + "line": 1133, "column": 26 } } @@ -46987,47 +47169,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 31263, - 31280 + 31433, + 31450 ], "loc": { "start": { - "line": 1127, + "line": 1133, "column": 27 }, "end": { - "line": 1127, + "line": 1133, "column": 44 } } }, "range": [ - 31258, - 31280 + 31428, + 31450 ], "loc": { "start": { - "line": 1127, + "line": 1133, "column": 22 }, "end": { - "line": 1127, + "line": 1133, "column": 44 } } }, "arguments": [], "range": [ - 31258, - 31282 + 31428, + 31452 ], "loc": { "start": { - "line": 1127, + "line": 1133, "column": 22 }, "end": { - "line": 1127, + "line": 1133, "column": 46 } } @@ -47035,47 +47217,47 @@ "generator": false, "expression": true, "range": [ - 31252, - 31282 + 31422, + 31452 ], "loc": { "start": { - "line": 1127, + "line": 1133, "column": 16 }, "end": { - "line": 1127, + "line": 1133, "column": 46 } } } ], "range": [ - 31199, - 31283 + 31369, + 31453 ], "loc": { "start": { - "line": 1126, + "line": 1132, "column": 12 }, "end": { - "line": 1127, + "line": 1133, "column": 47 } } }, "range": [ - 31199, - 31284 + 31369, + 31454 ], "loc": { "start": { - "line": 1126, + "line": 1132, "column": 12 }, "end": { - "line": 1127, + "line": 1133, "column": 48 } } @@ -47090,16 +47272,16 @@ "object": { "type": "ThisExpression", "range": [ - 31297, - 31301 + 31467, + 31471 ], "loc": { "start": { - "line": 1128, + "line": 1134, "column": 12 }, "end": { - "line": 1128, + "line": 1134, "column": 16 } } @@ -47108,94 +47290,94 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 31302, - 31319 + 31472, + 31489 ], "loc": { "start": { - "line": 1128, + "line": 1134, "column": 17 }, "end": { - "line": 1128, + "line": 1134, "column": 34 } } }, "range": [ - 31297, - 31319 + 31467, + 31489 ], "loc": { "start": { - "line": 1128, + "line": 1134, "column": 12 }, "end": { - "line": 1128, + "line": 1134, "column": 34 } } }, "arguments": [], "range": [ - 31297, - 31321 + 31467, + 31491 ], "loc": { "start": { - "line": 1128, + "line": 1134, "column": 12 }, "end": { - "line": 1128, + "line": 1134, "column": 36 } } }, "range": [ - 31297, - 31322 + 31467, + 31492 ], "loc": { "start": { - "line": 1128, + "line": 1134, "column": 12 }, "end": { - "line": 1128, + "line": 1134, "column": 37 } } } ], "range": [ - 31185, - 31332 + 31355, + 31502 ], "loc": { "start": { - "line": 1125, + "line": 1131, "column": 33 }, "end": { - "line": 1129, + "line": 1135, "column": 9 } } }, "alternate": null, "range": [ - 31160, - 31332 + 31330, + 31502 ], "loc": { "start": { - "line": 1125, + "line": 1131, "column": 8 }, "end": { - "line": 1129, + "line": 1135, "column": 9 } }, @@ -47204,16 +47386,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 31110, - 31127 + 31280, + 31297 ], "loc": { "start": { - "line": 1122, + "line": 1128, "column": 9 }, "end": { - "line": 1122, + "line": 1128, "column": 26 } } @@ -47222,16 +47404,16 @@ "type": "Block", "value": " Features ", "range": [ - 31137, - 31151 + 31307, + 31321 ], "loc": { "start": { - "line": 1124, + "line": 1130, "column": 8 }, "end": { - "line": 1124, + "line": 1130, "column": 22 } } @@ -47246,16 +47428,16 @@ "object": { "type": "ThisExpression", "range": [ - 31345, - 31349 + 31515, + 31519 ], "loc": { "start": { - "line": 1130, + "line": 1136, "column": 12 }, "end": { - "line": 1130, + "line": 1136, "column": 16 } } @@ -47264,31 +47446,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 31350, - 31361 + 31520, + 31531 ], "loc": { "start": { - "line": 1130, + "line": 1136, "column": 17 }, "end": { - "line": 1130, + "line": 1136, "column": 28 } } }, "range": [ - 31345, - 31361 + 31515, + 31531 ], "loc": { "start": { - "line": 1130, + "line": 1136, "column": 12 }, "end": { - "line": 1130, + "line": 1136, "column": 28 } } @@ -47308,16 +47490,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31377, - 31380 + 31547, + 31550 ], "loc": { "start": { - "line": 1131, + "line": 1137, "column": 12 }, "end": { - "line": 1131, + "line": 1137, "column": 15 } } @@ -47326,31 +47508,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 31381, - 31392 + 31551, + 31562 ], "loc": { "start": { - "line": 1131, + "line": 1137, "column": 16 }, "end": { - "line": 1131, + "line": 1137, "column": 27 } } }, "range": [ - 31377, - 31392 + 31547, + 31562 ], "loc": { "start": { - "line": 1131, + "line": 1137, "column": 12 }, "end": { - "line": 1131, + "line": 1137, "column": 27 } } @@ -47361,16 +47543,16 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 31399, - 31410 + 31569, + 31580 ], "loc": { "start": { - "line": 1131, + "line": 1137, "column": 34 }, "end": { - "line": 1131, + "line": 1137, "column": 45 } } @@ -47379,62 +47561,62 @@ { "type": "ThisExpression", "range": [ - 31411, - 31415 + 31581, + 31585 ], "loc": { "start": { - "line": 1131, + "line": 1137, "column": 46 }, "end": { - "line": 1131, + "line": 1137, "column": 50 } } } ], "range": [ - 31395, - 31416 + 31565, + 31586 ], "loc": { "start": { - "line": 1131, + "line": 1137, "column": 30 }, "end": { - "line": 1131, + "line": 1137, "column": 51 } } }, "range": [ - 31377, - 31416 + 31547, + 31586 ], "loc": { "start": { - "line": 1131, + "line": 1137, "column": 12 }, "end": { - "line": 1131, + "line": 1137, "column": 51 } } }, "range": [ - 31377, - 31417 + 31547, + 31587 ], "loc": { "start": { - "line": 1131, + "line": 1137, "column": 12 }, "end": { - "line": 1131, + "line": 1137, "column": 52 } } @@ -47453,16 +47635,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31430, - 31433 + 31600, + 31603 ], "loc": { "start": { - "line": 1132, + "line": 1138, "column": 12 }, "end": { - "line": 1132, + "line": 1138, "column": 15 } } @@ -47471,31 +47653,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 31434, - 31445 + 31604, + 31615 ], "loc": { "start": { - "line": 1132, + "line": 1138, "column": 16 }, "end": { - "line": 1132, + "line": 1138, "column": 27 } } }, "range": [ - 31430, - 31445 + 31600, + 31615 ], "loc": { "start": { - "line": 1132, + "line": 1138, "column": 12 }, "end": { - "line": 1132, + "line": 1138, "column": 27 } } @@ -47504,94 +47686,94 @@ "type": "Identifier", "name": "init", "range": [ - 31446, - 31450 + 31616, + 31620 ], "loc": { "start": { - "line": 1132, + "line": 1138, "column": 28 }, "end": { - "line": 1132, + "line": 1138, "column": 32 } } }, "range": [ - 31430, - 31450 + 31600, + 31620 ], "loc": { "start": { - "line": 1132, + "line": 1138, "column": 12 }, "end": { - "line": 1132, + "line": 1138, "column": 32 } } }, "arguments": [], "range": [ - 31430, - 31452 + 31600, + 31622 ], "loc": { "start": { - "line": 1132, + "line": 1138, "column": 12 }, "end": { - "line": 1132, + "line": 1138, "column": 34 } } }, "range": [ - 31430, - 31453 + 31600, + 31623 ], "loc": { "start": { - "line": 1132, + "line": 1138, "column": 12 }, "end": { - "line": 1132, + "line": 1138, "column": 35 } } } ], "range": [ - 31363, - 31463 + 31533, + 31633 ], "loc": { "start": { - "line": 1130, + "line": 1136, "column": 30 }, "end": { - "line": 1133, + "line": 1139, "column": 9 } } }, "alternate": null, "range": [ - 31341, - 31463 + 31511, + 31633 ], "loc": { "start": { - "line": 1130, + "line": 1136, "column": 8 }, "end": { - "line": 1133, + "line": 1139, "column": 9 } } @@ -47604,16 +47786,16 @@ "object": { "type": "ThisExpression", "range": [ - 31476, - 31480 + 31646, + 31650 ], "loc": { "start": { - "line": 1134, + "line": 1140, "column": 12 }, "end": { - "line": 1134, + "line": 1140, "column": 16 } } @@ -47622,31 +47804,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 31481, - 31490 + 31651, + 31660 ], "loc": { "start": { - "line": 1134, + "line": 1140, "column": 17 }, "end": { - "line": 1134, + "line": 1140, "column": 26 } } }, "range": [ - 31476, - 31490 + 31646, + 31660 ], "loc": { "start": { - "line": 1134, + "line": 1140, "column": 12 }, "end": { - "line": 1134, + "line": 1140, "column": 26 } } @@ -47666,16 +47848,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31506, - 31509 + 31676, + 31679 ], "loc": { "start": { - "line": 1135, + "line": 1141, "column": 12 }, "end": { - "line": 1135, + "line": 1141, "column": 15 } } @@ -47684,31 +47866,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 31510, - 31519 + 31680, + 31689 ], "loc": { "start": { - "line": 1135, + "line": 1141, "column": 16 }, "end": { - "line": 1135, + "line": 1141, "column": 25 } } }, "range": [ - 31506, - 31519 + 31676, + 31689 ], "loc": { "start": { - "line": 1135, + "line": 1141, "column": 12 }, "end": { - "line": 1135, + "line": 1141, "column": 25 } } @@ -47719,16 +47901,16 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 31526, - 31535 + 31696, + 31705 ], "loc": { "start": { - "line": 1135, + "line": 1141, "column": 32 }, "end": { - "line": 1135, + "line": 1141, "column": 41 } } @@ -47737,62 +47919,62 @@ { "type": "ThisExpression", "range": [ - 31536, - 31540 + 31706, + 31710 ], "loc": { "start": { - "line": 1135, + "line": 1141, "column": 42 }, "end": { - "line": 1135, + "line": 1141, "column": 46 } } } ], "range": [ - 31522, - 31541 + 31692, + 31711 ], "loc": { "start": { - "line": 1135, + "line": 1141, "column": 28 }, "end": { - "line": 1135, + "line": 1141, "column": 47 } } }, "range": [ - 31506, - 31541 + 31676, + 31711 ], "loc": { "start": { - "line": 1135, + "line": 1141, "column": 12 }, "end": { - "line": 1135, + "line": 1141, "column": 47 } } }, "range": [ - 31506, - 31542 + 31676, + 31712 ], "loc": { "start": { - "line": 1135, + "line": 1141, "column": 12 }, "end": { - "line": 1135, + "line": 1141, "column": 48 } } @@ -47811,16 +47993,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31555, - 31558 + 31725, + 31728 ], "loc": { "start": { - "line": 1136, + "line": 1142, "column": 12 }, "end": { - "line": 1136, + "line": 1142, "column": 15 } } @@ -47829,31 +48011,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 31559, - 31568 + 31729, + 31738 ], "loc": { "start": { - "line": 1136, + "line": 1142, "column": 16 }, "end": { - "line": 1136, + "line": 1142, "column": 25 } } }, "range": [ - 31555, - 31568 + 31725, + 31738 ], "loc": { "start": { - "line": 1136, + "line": 1142, "column": 12 }, "end": { - "line": 1136, + "line": 1142, "column": 25 } } @@ -47862,94 +48044,94 @@ "type": "Identifier", "name": "init", "range": [ - 31569, - 31573 + 31739, + 31743 ], "loc": { "start": { - "line": 1136, + "line": 1142, "column": 26 }, "end": { - "line": 1136, + "line": 1142, "column": 30 } } }, "range": [ - 31555, - 31573 + 31725, + 31743 ], "loc": { "start": { - "line": 1136, + "line": 1142, "column": 12 }, "end": { - "line": 1136, + "line": 1142, "column": 30 } } }, "arguments": [], "range": [ - 31555, - 31575 + 31725, + 31745 ], "loc": { "start": { - "line": 1136, + "line": 1142, "column": 12 }, "end": { - "line": 1136, + "line": 1142, "column": 32 } } }, "range": [ - 31555, - 31576 + 31725, + 31746 ], "loc": { "start": { - "line": 1136, + "line": 1142, "column": 12 }, "end": { - "line": 1136, + "line": 1142, "column": 33 } } } ], "range": [ - 31492, - 31586 + 31662, + 31756 ], "loc": { "start": { - "line": 1134, + "line": 1140, "column": 28 }, "end": { - "line": 1137, + "line": 1143, "column": 9 } } }, "alternate": null, "range": [ - 31472, - 31586 + 31642, + 31756 ], "loc": { "start": { - "line": 1134, + "line": 1140, "column": 8 }, "end": { - "line": 1137, + "line": 1143, "column": 9 } } @@ -47962,16 +48144,16 @@ "object": { "type": "ThisExpression", "range": [ - 31599, - 31603 + 31769, + 31773 ], "loc": { "start": { - "line": 1138, + "line": 1144, "column": 12 }, "end": { - "line": 1138, + "line": 1144, "column": 16 } } @@ -47980,31 +48162,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31604, - 31610 + 31774, + 31780 ], "loc": { "start": { - "line": 1138, + "line": 1144, "column": 17 }, "end": { - "line": 1138, + "line": 1144, "column": 23 } } }, "range": [ - 31599, - 31610 + 31769, + 31780 ], "loc": { "start": { - "line": 1138, + "line": 1144, "column": 12 }, "end": { - "line": 1138, + "line": 1144, "column": 23 } } @@ -48024,16 +48206,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31631, - 31634 + 31801, + 31804 ], "loc": { "start": { - "line": 1139, + "line": 1145, "column": 17 }, "end": { - "line": 1139, + "line": 1145, "column": 20 } } @@ -48042,47 +48224,47 @@ "type": "Identifier", "name": "paging", "range": [ - 31635, - 31641 + 31805, + 31811 ], "loc": { "start": { - "line": 1139, + "line": 1145, "column": 21 }, "end": { - "line": 1139, + "line": 1145, "column": 27 } } }, "range": [ - 31631, - 31641 + 31801, + 31811 ], "loc": { "start": { - "line": 1139, + "line": 1145, "column": 17 }, "end": { - "line": 1139, + "line": 1145, "column": 27 } } }, "prefix": true, "range": [ - 31630, - 31641 + 31800, + 31811 ], "loc": { "start": { - "line": 1139, + "line": 1145, "column": 16 }, "end": { - "line": 1139, + "line": 1145, "column": 27 } } @@ -48102,16 +48284,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31661, - 31664 + 31831, + 31834 ], "loc": { "start": { - "line": 1140, + "line": 1146, "column": 16 }, "end": { - "line": 1140, + "line": 1146, "column": 19 } } @@ -48120,31 +48302,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31665, - 31671 + 31835, + 31841 ], "loc": { "start": { - "line": 1140, + "line": 1146, "column": 20 }, "end": { - "line": 1140, + "line": 1146, "column": 26 } } }, "range": [ - 31661, - 31671 + 31831, + 31841 ], "loc": { "start": { - "line": 1140, + "line": 1146, "column": 16 }, "end": { - "line": 1140, + "line": 1146, "column": 26 } } @@ -48155,16 +48337,16 @@ "type": "Identifier", "name": "Paging", "range": [ - 31678, - 31684 + 31848, + 31854 ], "loc": { "start": { - "line": 1140, + "line": 1146, "column": 33 }, "end": { - "line": 1140, + "line": 1146, "column": 39 } } @@ -48173,62 +48355,62 @@ { "type": "ThisExpression", "range": [ - 31685, - 31689 + 31855, + 31859 ], "loc": { "start": { - "line": 1140, + "line": 1146, "column": 40 }, "end": { - "line": 1140, + "line": 1146, "column": 44 } } } ], "range": [ - 31674, - 31690 + 31844, + 31860 ], "loc": { "start": { - "line": 1140, + "line": 1146, "column": 29 }, "end": { - "line": 1140, + "line": 1146, "column": 45 } } }, "range": [ - 31661, - 31690 + 31831, + 31860 ], "loc": { "start": { - "line": 1140, + "line": 1146, "column": 16 }, "end": { - "line": 1140, + "line": 1146, "column": 45 } } }, "range": [ - 31661, - 31691 + 31831, + 31861 ], "loc": { "start": { - "line": 1140, + "line": 1146, "column": 16 }, "end": { - "line": 1140, + "line": 1146, "column": 46 } } @@ -48247,16 +48429,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31708, - 31711 + 31878, + 31881 ], "loc": { "start": { - "line": 1141, + "line": 1147, "column": 16 }, "end": { - "line": 1141, + "line": 1147, "column": 19 } } @@ -48265,31 +48447,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31712, - 31718 + 31882, + 31888 ], "loc": { "start": { - "line": 1141, + "line": 1147, "column": 20 }, "end": { - "line": 1141, + "line": 1147, "column": 26 } } }, "range": [ - 31708, - 31718 + 31878, + 31888 ], "loc": { "start": { - "line": 1141, + "line": 1147, "column": 16 }, "end": { - "line": 1141, + "line": 1147, "column": 26 } } @@ -48298,78 +48480,78 @@ "type": "Identifier", "name": "init", "range": [ - 31719, - 31723 + 31889, + 31893 ], "loc": { "start": { - "line": 1141, + "line": 1147, "column": 27 }, "end": { - "line": 1141, + "line": 1147, "column": 31 } } }, "range": [ - 31708, - 31723 + 31878, + 31893 ], "loc": { "start": { - "line": 1141, + "line": 1147, "column": 16 }, "end": { - "line": 1141, + "line": 1147, "column": 31 } } }, "arguments": [], "range": [ - 31708, - 31725 + 31878, + 31895 ], "loc": { "start": { - "line": 1141, + "line": 1147, "column": 16 }, "end": { - "line": 1141, + "line": 1147, "column": 33 } } }, "range": [ - 31708, - 31726 + 31878, + 31896 ], "loc": { "start": { - "line": 1141, + "line": 1147, "column": 16 }, "end": { - "line": 1141, + "line": 1147, "column": 34 } } } ], "range": [ - 31643, - 31740 + 31813, + 31910 ], "loc": { "start": { - "line": 1139, + "line": 1145, "column": 29 }, "end": { - "line": 1142, + "line": 1148, "column": 13 } } @@ -48391,16 +48573,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31764, - 31767 + 31934, + 31937 ], "loc": { "start": { - "line": 1143, + "line": 1149, "column": 16 }, "end": { - "line": 1143, + "line": 1149, "column": 19 } } @@ -48409,31 +48591,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31768, - 31774 + 31938, + 31944 ], "loc": { "start": { - "line": 1143, + "line": 1149, "column": 20 }, "end": { - "line": 1143, + "line": 1149, "column": 26 } } }, "range": [ - 31764, - 31774 + 31934, + 31944 ], "loc": { "start": { - "line": 1143, + "line": 1149, "column": 16 }, "end": { - "line": 1143, + "line": 1149, "column": 26 } } @@ -48442,125 +48624,125 @@ "type": "Identifier", "name": "reset", "range": [ - 31775, - 31780 + 31945, + 31950 ], "loc": { "start": { - "line": 1143, + "line": 1149, "column": 27 }, "end": { - "line": 1143, + "line": 1149, "column": 32 } } }, "range": [ - 31764, - 31780 + 31934, + 31950 ], "loc": { "start": { - "line": 1143, + "line": 1149, "column": 16 }, "end": { - "line": 1143, + "line": 1149, "column": 32 } } }, "arguments": [], "range": [ - 31764, - 31782 + 31934, + 31952 ], "loc": { "start": { - "line": 1143, + "line": 1149, "column": 16 }, "end": { - "line": 1143, + "line": 1149, "column": 34 } } }, "range": [ - 31764, - 31783 + 31934, + 31953 ], "loc": { "start": { - "line": 1143, + "line": 1149, "column": 16 }, "end": { - "line": 1143, + "line": 1149, "column": 35 } } } ], "range": [ - 31746, - 31797 + 31916, + 31967 ], "loc": { "start": { - "line": 1142, + "line": 1148, "column": 19 }, "end": { - "line": 1144, + "line": 1150, "column": 13 } } }, "range": [ - 31626, - 31797 + 31796, + 31967 ], "loc": { "start": { - "line": 1139, + "line": 1145, "column": 12 }, "end": { - "line": 1144, + "line": 1150, "column": 13 } } } ], "range": [ - 31612, - 31807 + 31782, + 31977 ], "loc": { "start": { - "line": 1138, + "line": 1144, "column": 25 }, "end": { - "line": 1145, + "line": 1151, "column": 9 } } }, "alternate": null, "range": [ - 31595, - 31807 + 31765, + 31977 ], "loc": { "start": { - "line": 1138, + "line": 1144, "column": 8 }, "end": { - "line": 1145, + "line": 1151, "column": 9 } } @@ -48573,16 +48755,16 @@ "object": { "type": "ThisExpression", "range": [ - 31820, - 31824 + 31990, + 31994 ], "loc": { "start": { - "line": 1146, + "line": 1152, "column": 12 }, "end": { - "line": 1146, + "line": 1152, "column": 16 } } @@ -48591,31 +48773,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 31825, - 31833 + 31995, + 32003 ], "loc": { "start": { - "line": 1146, + "line": 1152, "column": 17 }, "end": { - "line": 1146, + "line": 1152, "column": 25 } } }, "range": [ - 31820, - 31833 + 31990, + 32003 ], "loc": { "start": { - "line": 1146, + "line": 1152, "column": 12 }, "end": { - "line": 1146, + "line": 1152, "column": 25 } } @@ -48635,16 +48817,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31849, - 31852 + 32019, + 32022 ], "loc": { "start": { - "line": 1147, + "line": 1153, "column": 12 }, "end": { - "line": 1147, + "line": 1153, "column": 15 } } @@ -48653,31 +48835,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 31853, - 31864 + 32023, + 32034 ], "loc": { "start": { - "line": 1147, + "line": 1153, "column": 16 }, "end": { - "line": 1147, + "line": 1153, "column": 27 } } }, "range": [ - 31849, - 31864 + 32019, + 32034 ], "loc": { "start": { - "line": 1147, + "line": 1153, "column": 12 }, "end": { - "line": 1147, + "line": 1153, "column": 27 } } @@ -48688,16 +48870,16 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 31871, - 31882 + 32041, + 32052 ], "loc": { "start": { - "line": 1147, + "line": 1153, "column": 34 }, "end": { - "line": 1147, + "line": 1153, "column": 45 } } @@ -48706,62 +48888,62 @@ { "type": "ThisExpression", "range": [ - 31883, - 31887 + 32053, + 32057 ], "loc": { "start": { - "line": 1147, + "line": 1153, "column": 46 }, "end": { - "line": 1147, + "line": 1153, "column": 50 } } } ], "range": [ - 31867, - 31888 + 32037, + 32058 ], "loc": { "start": { - "line": 1147, + "line": 1153, "column": 30 }, "end": { - "line": 1147, + "line": 1153, "column": 51 } } }, "range": [ - 31849, - 31888 + 32019, + 32058 ], "loc": { "start": { - "line": 1147, + "line": 1153, "column": 12 }, "end": { - "line": 1147, + "line": 1153, "column": 51 } } }, "range": [ - 31849, - 31889 + 32019, + 32059 ], "loc": { "start": { - "line": 1147, + "line": 1153, "column": 12 }, "end": { - "line": 1147, + "line": 1153, "column": 52 } } @@ -48780,16 +48962,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31902, - 31905 + 32072, + 32075 ], "loc": { "start": { - "line": 1148, + "line": 1154, "column": 12 }, "end": { - "line": 1148, + "line": 1154, "column": 15 } } @@ -48798,31 +48980,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 31906, - 31917 + 32076, + 32087 ], "loc": { "start": { - "line": 1148, + "line": 1154, "column": 16 }, "end": { - "line": 1148, + "line": 1154, "column": 27 } } }, "range": [ - 31902, - 31917 + 32072, + 32087 ], "loc": { "start": { - "line": 1148, + "line": 1154, "column": 12 }, "end": { - "line": 1148, + "line": 1154, "column": 27 } } @@ -48831,94 +49013,94 @@ "type": "Identifier", "name": "init", "range": [ - 31918, - 31922 + 32088, + 32092 ], "loc": { "start": { - "line": 1148, + "line": 1154, "column": 28 }, "end": { - "line": 1148, + "line": 1154, "column": 32 } } }, "range": [ - 31902, - 31922 + 32072, + 32092 ], "loc": { "start": { - "line": 1148, + "line": 1154, "column": 12 }, "end": { - "line": 1148, + "line": 1154, "column": 32 } } }, "arguments": [], "range": [ - 31902, - 31924 + 32072, + 32094 ], "loc": { "start": { - "line": 1148, + "line": 1154, "column": 12 }, "end": { - "line": 1148, + "line": 1154, "column": 34 } } }, "range": [ - 31902, - 31925 + 32072, + 32095 ], "loc": { "start": { - "line": 1148, + "line": 1154, "column": 12 }, "end": { - "line": 1148, + "line": 1154, "column": 35 } } } ], "range": [ - 31835, - 31935 + 32005, + 32105 ], "loc": { "start": { - "line": 1146, + "line": 1152, "column": 27 }, "end": { - "line": 1149, + "line": 1155, "column": 9 } } }, "alternate": null, "range": [ - 31816, - 31935 + 31986, + 32105 ], "loc": { "start": { - "line": 1146, + "line": 1152, "column": 8 }, "end": { - "line": 1149, + "line": 1155, "column": 9 } } @@ -48934,16 +49116,16 @@ "object": { "type": "ThisExpression", "range": [ - 31949, - 31953 + 32119, + 32123 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 12 }, "end": { - "line": 1151, + "line": 1157, "column": 16 } } @@ -48952,31 +49134,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 31954, - 31966 + 32124, + 32136 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 17 }, "end": { - "line": 1151, + "line": 1157, "column": 29 } } }, "range": [ - 31949, - 31966 + 32119, + 32136 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 12 }, "end": { - "line": 1151, + "line": 1157, "column": 29 } } @@ -48990,16 +49172,16 @@ "object": { "type": "ThisExpression", "range": [ - 31971, - 31975 + 32141, + 32145 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 34 }, "end": { - "line": 1151, + "line": 1157, "column": 38 } } @@ -49008,62 +49190,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 31976, - 31986 + 32146, + 32156 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 39 }, "end": { - "line": 1151, + "line": 1157, "column": 49 } } }, "range": [ - 31971, - 31986 + 32141, + 32156 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 34 }, "end": { - "line": 1151, + "line": 1157, "column": 49 } } }, "prefix": true, "range": [ - 31970, - 31986 + 32140, + 32156 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 33 }, "end": { - "line": 1151, + "line": 1157, "column": 49 } } }, "range": [ - 31949, - 31986 + 32119, + 32156 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 12 }, "end": { - "line": 1151, + "line": 1157, "column": 49 } } @@ -49081,16 +49263,16 @@ "object": { "type": "ThisExpression", "range": [ - 32002, - 32006 + 32172, + 32176 ], "loc": { "start": { - "line": 1152, + "line": 1158, "column": 12 }, "end": { - "line": 1152, + "line": 1158, "column": 16 } } @@ -49099,94 +49281,94 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 32007, - 32019 + 32177, + 32189 ], "loc": { "start": { - "line": 1152, + "line": 1158, "column": 17 }, "end": { - "line": 1152, + "line": 1158, "column": 29 } } }, "range": [ - 32002, - 32019 + 32172, + 32189 ], "loc": { "start": { - "line": 1152, + "line": 1158, "column": 12 }, "end": { - "line": 1152, + "line": 1158, "column": 29 } } }, "arguments": [], "range": [ - 32002, - 32021 + 32172, + 32191 ], "loc": { "start": { - "line": 1152, + "line": 1158, "column": 12 }, "end": { - "line": 1152, + "line": 1158, "column": 31 } } }, "range": [ - 32002, - 32022 + 32172, + 32192 ], "loc": { "start": { - "line": 1152, + "line": 1158, "column": 12 }, "end": { - "line": 1152, + "line": 1158, "column": 32 } } } ], "range": [ - 31988, - 32032 + 32158, + 32202 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 51 }, "end": { - "line": 1153, + "line": 1159, "column": 9 } } }, "alternate": null, "range": [ - 31945, - 32032 + 32115, + 32202 ], "loc": { "start": { - "line": 1151, + "line": 1157, "column": 8 }, "end": { - "line": 1153, + "line": 1159, "column": 9 } } @@ -49199,16 +49381,16 @@ "object": { "type": "ThisExpression", "range": [ - 32045, - 32049 + 32215, + 32219 ], "loc": { "start": { - "line": 1154, + "line": 1160, "column": 12 }, "end": { - "line": 1154, + "line": 1160, "column": 16 } } @@ -49217,31 +49399,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 32050, - 32063 + 32220, + 32233 ], "loc": { "start": { - "line": 1154, + "line": 1160, "column": 17 }, "end": { - "line": 1154, + "line": 1160, "column": 30 } } }, "range": [ - 32045, - 32063 + 32215, + 32233 ], "loc": { "start": { - "line": 1154, + "line": 1160, "column": 12 }, "end": { - "line": 1154, + "line": 1160, "column": 30 } } @@ -49261,16 +49443,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32079, - 32082 + 32249, + 32252 ], "loc": { "start": { - "line": 1155, + "line": 1161, "column": 12 }, "end": { - "line": 1155, + "line": 1161, "column": 15 } } @@ -49279,31 +49461,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 32083, - 32096 + 32253, + 32266 ], "loc": { "start": { - "line": 1155, + "line": 1161, "column": 16 }, "end": { - "line": 1155, + "line": 1161, "column": 29 } } }, "range": [ - 32079, - 32096 + 32249, + 32266 ], "loc": { "start": { - "line": 1155, + "line": 1161, "column": 12 }, "end": { - "line": 1155, + "line": 1161, "column": 29 } } @@ -49314,16 +49496,16 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 32103, - 32116 + 32273, + 32286 ], "loc": { "start": { - "line": 1155, + "line": 1161, "column": 36 }, "end": { - "line": 1155, + "line": 1161, "column": 49 } } @@ -49332,62 +49514,62 @@ { "type": "ThisExpression", "range": [ - 32117, - 32121 + 32287, + 32291 ], "loc": { "start": { - "line": 1155, + "line": 1161, "column": 50 }, "end": { - "line": 1155, + "line": 1161, "column": 54 } } } ], "range": [ - 32099, - 32122 + 32269, + 32292 ], "loc": { "start": { - "line": 1155, + "line": 1161, "column": 32 }, "end": { - "line": 1155, + "line": 1161, "column": 55 } } }, "range": [ - 32079, - 32122 + 32249, + 32292 ], "loc": { "start": { - "line": 1155, + "line": 1161, "column": 12 }, "end": { - "line": 1155, + "line": 1161, "column": 55 } } }, "range": [ - 32079, - 32123 + 32249, + 32293 ], "loc": { "start": { - "line": 1155, + "line": 1161, "column": 12 }, "end": { - "line": 1155, + "line": 1161, "column": 56 } } @@ -49406,16 +49588,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32136, - 32139 + 32306, + 32309 ], "loc": { "start": { - "line": 1156, + "line": 1162, "column": 12 }, "end": { - "line": 1156, + "line": 1162, "column": 15 } } @@ -49424,31 +49606,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 32140, - 32153 + 32310, + 32323 ], "loc": { "start": { - "line": 1156, + "line": 1162, "column": 16 }, "end": { - "line": 1156, + "line": 1162, "column": 29 } } }, "range": [ - 32136, - 32153 + 32306, + 32323 ], "loc": { "start": { - "line": 1156, + "line": 1162, "column": 12 }, "end": { - "line": 1156, + "line": 1162, "column": 29 } } @@ -49457,94 +49639,94 @@ "type": "Identifier", "name": "init", "range": [ - 32154, - 32158 + 32324, + 32328 ], "loc": { "start": { - "line": 1156, + "line": 1162, "column": 30 }, "end": { - "line": 1156, + "line": 1162, "column": 34 } } }, "range": [ - 32136, - 32158 + 32306, + 32328 ], "loc": { "start": { - "line": 1156, + "line": 1162, "column": 12 }, "end": { - "line": 1156, + "line": 1162, "column": 34 } } }, "arguments": [], "range": [ - 32136, - 32160 + 32306, + 32330 ], "loc": { "start": { - "line": 1156, + "line": 1162, "column": 12 }, "end": { - "line": 1156, + "line": 1162, "column": 36 } } }, "range": [ - 32136, - 32161 + 32306, + 32331 ], "loc": { "start": { - "line": 1156, + "line": 1162, "column": 12 }, "end": { - "line": 1156, + "line": 1162, "column": 37 } } } ], "range": [ - 32065, - 32171 + 32235, + 32341 ], "loc": { "start": { - "line": 1154, + "line": 1160, "column": 32 }, "end": { - "line": 1157, + "line": 1163, "column": 9 } } }, "alternate": null, "range": [ - 32041, - 32171 + 32211, + 32341 ], "loc": { "start": { - "line": 1154, + "line": 1160, "column": 8 }, "end": { - "line": 1157, + "line": 1163, "column": 9 } } @@ -49557,16 +49739,16 @@ "object": { "type": "ThisExpression", "range": [ - 32184, - 32188 + 32354, + 32358 ], "loc": { "start": { - "line": 1158, + "line": 1164, "column": 12 }, "end": { - "line": 1158, + "line": 1164, "column": 16 } } @@ -49575,31 +49757,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32189, - 32198 + 32359, + 32368 ], "loc": { "start": { - "line": 1158, + "line": 1164, "column": 17 }, "end": { - "line": 1158, + "line": 1164, "column": 26 } } }, "range": [ - 32184, - 32198 + 32354, + 32368 ], "loc": { "start": { - "line": 1158, + "line": 1164, "column": 12 }, "end": { - "line": 1158, + "line": 1164, "column": 26 } } @@ -49619,16 +49801,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32219, - 32222 + 32389, + 32392 ], "loc": { "start": { - "line": 1159, + "line": 1165, "column": 17 }, "end": { - "line": 1159, + "line": 1165, "column": 20 } } @@ -49637,47 +49819,47 @@ "type": "Identifier", "name": "noResults", "range": [ - 32223, - 32232 + 32393, + 32402 ], "loc": { "start": { - "line": 1159, + "line": 1165, "column": 21 }, "end": { - "line": 1159, + "line": 1165, "column": 30 } } }, "range": [ - 32219, - 32232 + 32389, + 32402 ], "loc": { "start": { - "line": 1159, + "line": 1165, "column": 17 }, "end": { - "line": 1159, + "line": 1165, "column": 30 } } }, "prefix": true, "range": [ - 32218, - 32232 + 32388, + 32402 ], "loc": { "start": { - "line": 1159, + "line": 1165, "column": 16 }, "end": { - "line": 1159, + "line": 1165, "column": 30 } } @@ -49697,16 +49879,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32252, - 32255 + 32422, + 32425 ], "loc": { "start": { - "line": 1160, + "line": 1166, "column": 16 }, "end": { - "line": 1160, + "line": 1166, "column": 19 } } @@ -49715,31 +49897,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32256, - 32265 + 32426, + 32435 ], "loc": { "start": { - "line": 1160, + "line": 1166, "column": 20 }, "end": { - "line": 1160, + "line": 1166, "column": 29 } } }, "range": [ - 32252, - 32265 + 32422, + 32435 ], "loc": { "start": { - "line": 1160, + "line": 1166, "column": 16 }, "end": { - "line": 1160, + "line": 1166, "column": 29 } } @@ -49750,16 +49932,16 @@ "type": "Identifier", "name": "NoResults", "range": [ - 32272, - 32281 + 32442, + 32451 ], "loc": { "start": { - "line": 1160, + "line": 1166, "column": 36 }, "end": { - "line": 1160, + "line": 1166, "column": 45 } } @@ -49768,94 +49950,94 @@ { "type": "ThisExpression", "range": [ - 32282, - 32286 + 32452, + 32456 ], "loc": { "start": { - "line": 1160, + "line": 1166, "column": 46 }, "end": { - "line": 1160, + "line": 1166, "column": 50 } } } ], "range": [ - 32268, - 32287 + 32438, + 32457 ], "loc": { "start": { - "line": 1160, + "line": 1166, "column": 32 }, "end": { - "line": 1160, + "line": 1166, "column": 51 } } }, "range": [ - 32252, - 32287 + 32422, + 32457 ], "loc": { "start": { - "line": 1160, + "line": 1166, "column": 16 }, "end": { - "line": 1160, + "line": 1166, "column": 51 } } }, "range": [ - 32252, - 32288 + 32422, + 32458 ], "loc": { "start": { - "line": 1160, + "line": 1166, "column": 16 }, "end": { - "line": 1160, + "line": 1166, "column": 52 } } } ], "range": [ - 32234, - 32302 + 32404, + 32472 ], "loc": { "start": { - "line": 1159, + "line": 1165, "column": 32 }, "end": { - "line": 1161, + "line": 1167, "column": 13 } } }, "alternate": null, "range": [ - 32214, - 32302 + 32384, + 32472 ], "loc": { "start": { - "line": 1159, + "line": 1165, "column": 12 }, "end": { - "line": 1161, + "line": 1167, "column": 13 } } @@ -49874,16 +50056,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32315, - 32318 + 32485, + 32488 ], "loc": { "start": { - "line": 1162, + "line": 1168, "column": 12 }, "end": { - "line": 1162, + "line": 1168, "column": 15 } } @@ -49892,31 +50074,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32319, - 32328 + 32489, + 32498 ], "loc": { "start": { - "line": 1162, + "line": 1168, "column": 16 }, "end": { - "line": 1162, + "line": 1168, "column": 25 } } }, "range": [ - 32315, - 32328 + 32485, + 32498 ], "loc": { "start": { - "line": 1162, + "line": 1168, "column": 12 }, "end": { - "line": 1162, + "line": 1168, "column": 25 } } @@ -49925,94 +50107,94 @@ "type": "Identifier", "name": "init", "range": [ - 32329, - 32333 + 32499, + 32503 ], "loc": { "start": { - "line": 1162, + "line": 1168, "column": 26 }, "end": { - "line": 1162, + "line": 1168, "column": 30 } } }, "range": [ - 32315, - 32333 + 32485, + 32503 ], "loc": { "start": { - "line": 1162, + "line": 1168, "column": 12 }, "end": { - "line": 1162, + "line": 1168, "column": 30 } } }, "arguments": [], "range": [ - 32315, - 32335 + 32485, + 32505 ], "loc": { "start": { - "line": 1162, + "line": 1168, "column": 12 }, "end": { - "line": 1162, + "line": 1168, "column": 32 } } }, "range": [ - 32315, - 32336 + 32485, + 32506 ], "loc": { "start": { - "line": 1162, + "line": 1168, "column": 12 }, "end": { - "line": 1162, + "line": 1168, "column": 33 } } } ], "range": [ - 32200, - 32346 + 32370, + 32516 ], "loc": { "start": { - "line": 1158, + "line": 1164, "column": 28 }, "end": { - "line": 1163, + "line": 1169, "column": 9 } } }, "alternate": null, "range": [ - 32180, - 32346 + 32350, + 32516 ], "loc": { "start": { - "line": 1158, + "line": 1164, "column": 8 }, "end": { - "line": 1163, + "line": 1169, "column": 9 } }, @@ -50021,16 +50203,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 32356, - 32388 + 32526, + 32558 ], "loc": { "start": { - "line": 1165, + "line": 1171, "column": 8 }, "end": { - "line": 1165, + "line": 1171, "column": 40 } } @@ -50048,16 +50230,16 @@ "object": { "type": "ThisExpression", "range": [ - 32402, - 32406 + 32572, + 32576 ], "loc": { "start": { - "line": 1166, + "line": 1172, "column": 13 }, "end": { - "line": 1166, + "line": 1172, "column": 17 } } @@ -50066,47 +50248,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 32407, - 32417 + 32577, + 32587 ], "loc": { "start": { - "line": 1166, + "line": 1172, "column": 18 }, "end": { - "line": 1166, + "line": 1172, "column": 28 } } }, "range": [ - 32402, - 32417 + 32572, + 32587 ], "loc": { "start": { - "line": 1166, + "line": 1172, "column": 13 }, "end": { - "line": 1166, + "line": 1172, "column": 28 } } }, "prefix": true, "range": [ - 32401, - 32417 + 32571, + 32587 ], "loc": { "start": { - "line": 1166, + "line": 1172, "column": 12 }, "end": { - "line": 1166, + "line": 1172, "column": 28 } } @@ -50122,16 +50304,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 32433, - 32441 + 32603, + 32611 ], "loc": { "start": { - "line": 1167, + "line": 1173, "column": 12 }, "end": { - "line": 1167, + "line": 1173, "column": 20 } } @@ -50143,16 +50325,16 @@ "object": { "type": "ThisExpression", "range": [ - 32442, - 32446 + 32612, + 32616 ], "loc": { "start": { - "line": 1167, + "line": 1173, "column": 21 }, "end": { - "line": 1167, + "line": 1173, "column": 25 } } @@ -50161,31 +50343,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 32447, - 32450 + 32617, + 32620 ], "loc": { "start": { - "line": 1167, + "line": 1173, "column": 26 }, "end": { - "line": 1167, + "line": 1173, "column": 29 } } }, "range": [ - 32442, - 32450 + 32612, + 32620 ], "loc": { "start": { - "line": 1167, + "line": 1173, "column": 21 }, "end": { - "line": 1167, + "line": 1173, "column": 29 } } @@ -50196,16 +50378,16 @@ "object": { "type": "ThisExpression", "range": [ - 32452, - 32456 + 32622, + 32626 ], "loc": { "start": { - "line": 1167, + "line": 1173, "column": 31 }, "end": { - "line": 1167, + "line": 1173, "column": 35 } } @@ -50214,62 +50396,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 32457, - 32463 + 32627, + 32633 ], "loc": { "start": { - "line": 1167, + "line": 1173, "column": 36 }, "end": { - "line": 1167, + "line": 1173, "column": 42 } } }, "range": [ - 32452, - 32463 + 32622, + 32633 ], "loc": { "start": { - "line": 1167, + "line": 1173, "column": 31 }, "end": { - "line": 1167, + "line": 1173, "column": 42 } } } ], "range": [ - 32433, - 32464 + 32603, + 32634 ], "loc": { "start": { - "line": 1167, + "line": 1173, "column": 12 }, "end": { - "line": 1167, + "line": 1173, "column": 43 } } }, "range": [ - 32433, - 32465 + 32603, + 32635 ], "loc": { "start": { - "line": 1167, + "line": 1173, "column": 12 }, "end": { - "line": 1167, + "line": 1173, "column": 44 } } @@ -50282,16 +50464,16 @@ "object": { "type": "ThisExpression", "range": [ - 32482, - 32486 + 32652, + 32656 ], "loc": { "start": { - "line": 1168, + "line": 1174, "column": 16 }, "end": { - "line": 1168, + "line": 1174, "column": 20 } } @@ -50300,31 +50482,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 32487, - 32497 + 32657, + 32667 ], "loc": { "start": { - "line": 1168, + "line": 1174, "column": 21 }, "end": { - "line": 1168, + "line": 1174, "column": 31 } } }, "range": [ - 32482, - 32497 + 32652, + 32667 ], "loc": { "start": { - "line": 1168, + "line": 1174, "column": 16 }, "end": { - "line": 1168, + "line": 1174, "column": 31 } } @@ -50340,16 +50522,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 32517, - 32525 + 32687, + 32695 ], "loc": { "start": { - "line": 1169, + "line": 1175, "column": 16 }, "end": { - "line": 1169, + "line": 1175, "column": 24 } } @@ -50361,16 +50543,16 @@ "object": { "type": "ThisExpression", "range": [ - 32526, - 32530 + 32696, + 32700 ], "loc": { "start": { - "line": 1169, + "line": 1175, "column": 25 }, "end": { - "line": 1169, + "line": 1175, "column": 29 } } @@ -50379,31 +50561,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 32531, - 32534 + 32701, + 32704 ], "loc": { "start": { - "line": 1169, + "line": 1175, "column": 30 }, "end": { - "line": 1169, + "line": 1175, "column": 33 } } }, "range": [ - 32526, - 32534 + 32696, + 32704 ], "loc": { "start": { - "line": 1169, + "line": 1175, "column": 25 }, "end": { - "line": 1169, + "line": 1175, "column": 33 } } @@ -50414,16 +50596,16 @@ "object": { "type": "ThisExpression", "range": [ - 32536, - 32540 + 32706, + 32710 ], "loc": { "start": { - "line": 1169, + "line": 1175, "column": 35 }, "end": { - "line": 1169, + "line": 1175, "column": 39 } } @@ -50432,126 +50614,126 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 32541, - 32555 + 32711, + 32725 ], "loc": { "start": { - "line": 1169, + "line": 1175, "column": 40 }, "end": { - "line": 1169, + "line": 1175, "column": 54 } } }, "range": [ - 32536, - 32555 + 32706, + 32725 ], "loc": { "start": { - "line": 1169, + "line": 1175, "column": 35 }, "end": { - "line": 1169, + "line": 1175, "column": 54 } } } ], "range": [ - 32517, - 32556 + 32687, + 32726 ], "loc": { "start": { - "line": 1169, + "line": 1175, "column": 16 }, "end": { - "line": 1169, + "line": 1175, "column": 55 } } }, "range": [ - 32517, - 32557 + 32687, + 32727 ], "loc": { "start": { - "line": 1169, + "line": 1175, "column": 16 }, "end": { - "line": 1169, + "line": 1175, "column": 56 } } } ], "range": [ - 32499, - 32571 + 32669, + 32741 ], "loc": { "start": { - "line": 1168, + "line": 1174, "column": 33 }, "end": { - "line": 1170, + "line": 1176, "column": 13 } } }, "alternate": null, "range": [ - 32478, - 32571 + 32648, + 32741 ], "loc": { "start": { - "line": 1168, + "line": 1174, "column": 12 }, "end": { - "line": 1170, + "line": 1176, "column": 13 } } } ], "range": [ - 32419, - 32581 + 32589, + 32751 ], "loc": { "start": { - "line": 1166, + "line": 1172, "column": 30 }, "end": { - "line": 1171, + "line": 1177, "column": 9 } } }, "alternate": null, "range": [ - 32397, - 32581 + 32567, + 32751 ], "loc": { "start": { - "line": 1166, + "line": 1172, "column": 8 }, "end": { - "line": 1171, + "line": 1177, "column": 9 } }, @@ -50560,16 +50742,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 32356, - 32388 + 32526, + 32558 ], "loc": { "start": { - "line": 1165, + "line": 1171, "column": 8 }, "end": { - "line": 1165, + "line": 1171, "column": 40 } } @@ -50580,16 +50762,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 32591, - 32613 + 32761, + 32783 ], "loc": { "start": { - "line": 1173, + "line": 1179, "column": 8 }, "end": { - "line": 1173, + "line": 1179, "column": 30 } } @@ -50604,16 +50786,16 @@ "object": { "type": "ThisExpression", "range": [ - 32626, - 32630 + 32796, + 32800 ], "loc": { "start": { - "line": 1174, + "line": 1180, "column": 12 }, "end": { - "line": 1174, + "line": 1180, "column": 16 } } @@ -50622,31 +50804,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 32631, - 32644 + 32801, + 32814 ], "loc": { "start": { - "line": 1174, + "line": 1180, "column": 17 }, "end": { - "line": 1174, + "line": 1180, "column": 30 } } }, "range": [ - 32626, - 32644 + 32796, + 32814 ], "loc": { "start": { - "line": 1174, + "line": 1180, "column": 12 }, "end": { - "line": 1174, + "line": 1180, "column": 30 } } @@ -50664,16 +50846,16 @@ "object": { "type": "ThisExpression", "range": [ - 32660, - 32664 + 32830, + 32834 ], "loc": { "start": { - "line": 1175, + "line": 1181, "column": 12 }, "end": { - "line": 1175, + "line": 1181, "column": 16 } } @@ -50682,94 +50864,94 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 32665, - 32679 + 32835, + 32849 ], "loc": { "start": { - "line": 1175, + "line": 1181, "column": 17 }, "end": { - "line": 1175, + "line": 1181, "column": 31 } } }, "range": [ - 32660, - 32679 + 32830, + 32849 ], "loc": { "start": { - "line": 1175, + "line": 1181, "column": 12 }, "end": { - "line": 1175, + "line": 1181, "column": 31 } } }, "arguments": [], "range": [ - 32660, - 32681 + 32830, + 32851 ], "loc": { "start": { - "line": 1175, + "line": 1181, "column": 12 }, "end": { - "line": 1175, + "line": 1181, "column": 33 } } }, "range": [ - 32660, - 32682 + 32830, + 32852 ], "loc": { "start": { - "line": 1175, + "line": 1181, "column": 12 }, "end": { - "line": 1175, + "line": 1181, "column": 34 } } } ], "range": [ - 32646, - 32692 + 32816, + 32862 ], "loc": { "start": { - "line": 1174, + "line": 1180, "column": 32 }, "end": { - "line": 1176, + "line": 1182, "column": 9 } } }, "alternate": null, "range": [ - 32622, - 32692 + 32792, + 32862 ], "loc": { "start": { - "line": 1174, + "line": 1180, "column": 8 }, "end": { - "line": 1176, + "line": 1182, "column": 9 } }, @@ -50778,16 +50960,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 32591, - 32613 + 32761, + 32783 ], "loc": { "start": { - "line": 1173, + "line": 1179, "column": 8 }, "end": { - "line": 1173, + "line": 1179, "column": 30 } } @@ -50798,16 +50980,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32702, - 32724 + 32872, + 32894 ], "loc": { "start": { - "line": 1178, + "line": 1184, "column": 8 }, "end": { - "line": 1178, + "line": 1184, "column": 30 } } @@ -50822,16 +51004,16 @@ "object": { "type": "ThisExpression", "range": [ - 32737, - 32741 + 32907, + 32911 ], "loc": { "start": { - "line": 1179, + "line": 1185, "column": 12 }, "end": { - "line": 1179, + "line": 1185, "column": 16 } } @@ -50840,31 +51022,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 32742, - 32759 + 32912, + 32929 ], "loc": { "start": { - "line": 1179, + "line": 1185, "column": 17 }, "end": { - "line": 1179, + "line": 1185, "column": 34 } } }, "range": [ - 32737, - 32759 + 32907, + 32929 ], "loc": { "start": { - "line": 1179, + "line": 1185, "column": 12 }, "end": { - "line": 1179, + "line": 1185, "column": 34 } } @@ -50885,16 +51067,16 @@ "object": { "type": "ThisExpression", "range": [ - 32775, - 32779 + 32945, + 32949 ], "loc": { "start": { - "line": 1180, + "line": 1186, "column": 12 }, "end": { - "line": 1180, + "line": 1186, "column": 16 } } @@ -50903,31 +51085,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 32780, - 32787 + 32950, + 32957 ], "loc": { "start": { - "line": 1180, + "line": 1186, "column": 17 }, "end": { - "line": 1180, + "line": 1186, "column": 24 } } }, "range": [ - 32775, - 32787 + 32945, + 32957 ], "loc": { "start": { - "line": 1180, + "line": 1186, "column": 12 }, "end": { - "line": 1180, + "line": 1186, "column": 24 } } @@ -50936,31 +51118,31 @@ "type": "Identifier", "name": "on", "range": [ - 32788, - 32790 + 32958, + 32960 ], "loc": { "start": { - "line": 1180, + "line": 1186, "column": 25 }, "end": { - "line": 1180, + "line": 1186, "column": 27 } } }, "range": [ - 32775, - 32790 + 32945, + 32960 ], "loc": { "start": { - "line": 1180, + "line": 1186, "column": 12 }, "end": { - "line": 1180, + "line": 1186, "column": 27 } } @@ -50974,32 +51156,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 32792, - 32810 + 32962, + 32980 ], "loc": { "start": { - "line": 1180, + "line": 1186, "column": 29 }, "end": { - "line": 1180, + "line": 1186, "column": 47 } } } ], "range": [ - 32791, - 32811 + 32961, + 32981 ], "loc": { "start": { - "line": 1180, + "line": 1186, "column": 28 }, "end": { - "line": 1180, + "line": 1186, "column": 48 } } @@ -51016,16 +51198,16 @@ "object": { "type": "ThisExpression", "range": [ - 32835, - 32839 + 33005, + 33009 ], "loc": { "start": { - "line": 1181, + "line": 1187, "column": 22 }, "end": { - "line": 1181, + "line": 1187, "column": 26 } } @@ -51034,47 +51216,47 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 32840, - 32858 + 33010, + 33028 ], "loc": { "start": { - "line": 1181, + "line": 1187, "column": 27 }, "end": { - "line": 1181, + "line": 1187, "column": 45 } } }, "range": [ - 32835, - 32858 + 33005, + 33028 ], "loc": { "start": { - "line": 1181, + "line": 1187, "column": 22 }, "end": { - "line": 1181, + "line": 1187, "column": 45 } } }, "arguments": [], "range": [ - 32835, - 32860 + 33005, + 33030 ], "loc": { "start": { - "line": 1181, + "line": 1187, "column": 22 }, "end": { - "line": 1181, + "line": 1187, "column": 47 } } @@ -51082,47 +51264,47 @@ "generator": false, "expression": true, "range": [ - 32829, - 32860 + 32999, + 33030 ], "loc": { "start": { - "line": 1181, + "line": 1187, "column": 16 }, "end": { - "line": 1181, + "line": 1187, "column": 47 } } } ], "range": [ - 32775, - 32861 + 32945, + 33031 ], "loc": { "start": { - "line": 1180, + "line": 1186, "column": 12 }, "end": { - "line": 1181, + "line": 1187, "column": 48 } } }, "range": [ - 32775, - 32862 + 32945, + 33032 ], "loc": { "start": { - "line": 1180, + "line": 1186, "column": 12 }, "end": { - "line": 1181, + "line": 1187, "column": 49 } } @@ -51140,16 +51322,16 @@ "object": { "type": "ThisExpression", "range": [ - 32875, - 32879 + 33045, + 33049 ], "loc": { "start": { - "line": 1182, + "line": 1188, "column": 12 }, "end": { - "line": 1182, + "line": 1188, "column": 16 } } @@ -51158,31 +51340,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 32880, - 32887 + 33050, + 33057 ], "loc": { "start": { - "line": 1182, + "line": 1188, "column": 17 }, "end": { - "line": 1182, + "line": 1188, "column": 24 } } }, "range": [ - 32875, - 32887 + 33045, + 33057 ], "loc": { "start": { - "line": 1182, + "line": 1188, "column": 12 }, "end": { - "line": 1182, + "line": 1188, "column": 24 } } @@ -51191,31 +51373,31 @@ "type": "Identifier", "name": "on", "range": [ - 32888, - 32890 + 33058, + 33060 ], "loc": { "start": { - "line": 1182, + "line": 1188, "column": 25 }, "end": { - "line": 1182, + "line": 1188, "column": 27 } } }, "range": [ - 32875, - 32890 + 33045, + 33060 ], "loc": { "start": { - "line": 1182, + "line": 1188, "column": 12 }, "end": { - "line": 1182, + "line": 1188, "column": 27 } } @@ -51229,32 +51411,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 32892, - 32908 + 33062, + 33078 ], "loc": { "start": { - "line": 1182, + "line": 1188, "column": 29 }, "end": { - "line": 1182, + "line": 1188, "column": 45 } } } ], "range": [ - 32891, - 32909 + 33061, + 33079 ], "loc": { "start": { - "line": 1182, + "line": 1188, "column": 28 }, "end": { - "line": 1182, + "line": 1188, "column": 46 } } @@ -51267,16 +51449,16 @@ "type": "Identifier", "name": "tf", "range": [ - 32928, - 32930 + 33098, + 33100 ], "loc": { "start": { - "line": 1183, + "line": 1189, "column": 17 }, "end": { - "line": 1183, + "line": 1189, "column": 19 } } @@ -51285,16 +51467,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 32932, - 32940 + 33102, + 33110 ], "loc": { "start": { - "line": 1183, + "line": 1189, "column": 21 }, "end": { - "line": 1183, + "line": 1189, "column": 29 } } @@ -51308,16 +51490,16 @@ "object": { "type": "ThisExpression", "range": [ - 32945, - 32949 + 33115, + 33119 ], "loc": { "start": { - "line": 1183, + "line": 1189, "column": 34 }, "end": { - "line": 1183, + "line": 1189, "column": 38 } } @@ -51326,31 +51508,31 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 32950, - 32966 + 33120, + 33136 ], "loc": { "start": { - "line": 1183, + "line": 1189, "column": 39 }, "end": { - "line": 1183, + "line": 1189, "column": 55 } } }, "range": [ - 32945, - 32966 + 33115, + 33136 ], "loc": { "start": { - "line": 1183, + "line": 1189, "column": 34 }, "end": { - "line": 1183, + "line": 1189, "column": 55 } } @@ -51360,32 +51542,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 32967, - 32975 + 33137, + 33145 ], "loc": { "start": { - "line": 1183, + "line": 1189, "column": 56 }, "end": { - "line": 1183, + "line": 1189, "column": 64 } } } ], "range": [ - 32945, - 32976 + 33115, + 33146 ], "loc": { "start": { - "line": 1183, + "line": 1189, "column": 34 }, "end": { - "line": 1183, + "line": 1189, "column": 65 } } @@ -51393,79 +51575,79 @@ "generator": false, "expression": true, "range": [ - 32927, - 32976 + 33097, + 33146 ], "loc": { "start": { - "line": 1183, + "line": 1189, "column": 16 }, "end": { - "line": 1183, + "line": 1189, "column": 65 } } } ], "range": [ - 32875, - 32977 + 33045, + 33147 ], "loc": { "start": { - "line": 1182, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1189, "column": 66 } } }, "range": [ - 32875, - 32978 + 33045, + 33148 ], "loc": { "start": { - "line": 1182, + "line": 1188, "column": 12 }, "end": { - "line": 1183, + "line": 1189, "column": 67 } } } ], "range": [ - 32761, - 32988 + 32931, + 33158 ], "loc": { "start": { - "line": 1179, + "line": 1185, "column": 36 }, "end": { - "line": 1184, + "line": 1190, "column": 9 } } }, "alternate": null, "range": [ - 32733, - 32988 + 32903, + 33158 ], "loc": { "start": { - "line": 1179, + "line": 1185, "column": 8 }, "end": { - "line": 1184, + "line": 1190, "column": 9 } }, @@ -51474,16 +51656,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32702, - 32724 + 32872, + 32894 ], "loc": { "start": { - "line": 1178, + "line": 1184, "column": 8 }, "end": { - "line": 1178, + "line": 1184, "column": 30 } } @@ -51498,16 +51680,16 @@ "object": { "type": "ThisExpression", "range": [ - 33001, - 33005 + 33171, + 33175 ], "loc": { "start": { - "line": 1185, + "line": 1191, "column": 12 }, "end": { - "line": 1185, + "line": 1191, "column": 16 } } @@ -51516,31 +51698,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 33006, - 33019 + 33176, + 33189 ], "loc": { "start": { - "line": 1185, + "line": 1191, "column": 17 }, "end": { - "line": 1185, + "line": 1191, "column": 30 } } }, "range": [ - 33001, - 33019 + 33171, + 33189 ], "loc": { "start": { - "line": 1185, + "line": 1191, "column": 12 }, "end": { - "line": 1185, + "line": 1191, "column": 30 } } @@ -51561,16 +51743,16 @@ "object": { "type": "ThisExpression", "range": [ - 33035, - 33039 + 33205, + 33209 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 12 }, "end": { - "line": 1186, + "line": 1192, "column": 16 } } @@ -51579,31 +51761,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 33040, - 33047 + 33210, + 33217 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 17 }, "end": { - "line": 1186, + "line": 1192, "column": 24 } } }, "range": [ - 33035, - 33047 + 33205, + 33217 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 12 }, "end": { - "line": 1186, + "line": 1192, "column": 24 } } @@ -51612,31 +51794,31 @@ "type": "Identifier", "name": "on", "range": [ - 33048, - 33050 + 33218, + 33220 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 25 }, "end": { - "line": 1186, + "line": 1192, "column": 27 } } }, "range": [ - 33035, - 33050 + 33205, + 33220 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 12 }, "end": { - "line": 1186, + "line": 1192, "column": 27 } } @@ -51650,32 +51832,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 33052, - 33069 + 33222, + 33239 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 29 }, "end": { - "line": 1186, + "line": 1192, "column": 46 } } } ], "range": [ - 33051, - 33070 + 33221, + 33240 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 28 }, "end": { - "line": 1186, + "line": 1192, "column": 47 } } @@ -51692,16 +51874,16 @@ "object": { "type": "ThisExpression", "range": [ - 33078, - 33082 + 33248, + 33252 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 55 }, "end": { - "line": 1186, + "line": 1192, "column": 59 } } @@ -51710,47 +51892,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 33083, - 33094 + 33253, + 33264 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 60 }, "end": { - "line": 1186, + "line": 1192, "column": 71 } } }, "range": [ - 33078, - 33094 + 33248, + 33264 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 55 }, "end": { - "line": 1186, + "line": 1192, "column": 71 } } }, "arguments": [], "range": [ - 33078, - 33096 + 33248, + 33266 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 55 }, "end": { - "line": 1186, + "line": 1192, "column": 73 } } @@ -51758,79 +51940,79 @@ "generator": false, "expression": true, "range": [ - 33072, - 33096 + 33242, + 33266 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 49 }, "end": { - "line": 1186, + "line": 1192, "column": 73 } } } ], "range": [ - 33035, - 33097 + 33205, + 33267 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 12 }, "end": { - "line": 1186, + "line": 1192, "column": 74 } } }, "range": [ - 33035, - 33098 + 33205, + 33268 ], "loc": { "start": { - "line": 1186, + "line": 1192, "column": 12 }, "end": { - "line": 1186, + "line": 1192, "column": 75 } } } ], "range": [ - 33021, - 33108 + 33191, + 33278 ], "loc": { "start": { - "line": 1185, + "line": 1191, "column": 32 }, "end": { - "line": 1187, + "line": 1193, "column": 9 } } }, "alternate": null, "range": [ - 32997, - 33108 + 33167, + 33278 ], "loc": { "start": { - "line": 1185, + "line": 1191, "column": 8 }, "end": { - "line": 1187, + "line": 1193, "column": 9 } }, @@ -51839,16 +52021,16 @@ "type": "Block", "value": "*\n * @inherited\n ", "range": [ - 33118, - 33155 + 33288, + 33325 ], "loc": { "start": { - "line": 1189, + "line": 1195, "column": 8 }, "end": { - "line": 1191, + "line": 1197, "column": 11 } } @@ -51866,16 +52048,16 @@ "object": { "type": "ThisExpression", "range": [ - 33164, - 33168 + 33334, + 33338 ], "loc": { "start": { - "line": 1192, + "line": 1198, "column": 8 }, "end": { - "line": 1192, + "line": 1198, "column": 12 } } @@ -51884,31 +52066,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 33169, - 33180 + 33339, + 33350 ], "loc": { "start": { - "line": 1192, + "line": 1198, "column": 13 }, "end": { - "line": 1192, + "line": 1198, "column": 24 } } }, "range": [ - 33164, - 33180 + 33334, + 33350 ], "loc": { "start": { - "line": 1192, + "line": 1198, "column": 8 }, "end": { - "line": 1192, + "line": 1198, "column": 24 } } @@ -51918,46 +52100,46 @@ "value": true, "raw": "true", "range": [ - 33183, - 33187 + 33353, + 33357 ], "loc": { "start": { - "line": 1192, + "line": 1198, "column": 27 }, "end": { - "line": 1192, + "line": 1198, "column": 31 } } }, "range": [ - 33164, - 33187 + 33334, + 33357 ], "loc": { "start": { - "line": 1192, + "line": 1198, "column": 8 }, "end": { - "line": 1192, + "line": 1198, "column": 31 } } }, "range": [ - 33164, - 33188 + 33334, + 33358 ], "loc": { "start": { - "line": 1192, + "line": 1198, "column": 8 }, "end": { - "line": 1192, + "line": 1198, "column": 32 } }, @@ -51966,16 +52148,16 @@ "type": "Block", "value": "*\n * @inherited\n ", "range": [ - 33118, - 33155 + 33288, + 33325 ], "loc": { "start": { - "line": 1189, + "line": 1195, "column": 8 }, "end": { - "line": 1191, + "line": 1197, "column": 11 } } @@ -51990,16 +52172,16 @@ "object": { "type": "ThisExpression", "range": [ - 33202, - 33206 + 33372, + 33376 ], "loc": { "start": { - "line": 1194, + "line": 1200, "column": 12 }, "end": { - "line": 1194, + "line": 1200, "column": 16 } } @@ -52008,31 +52190,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 33207, - 33222 + 33377, + 33392 ], "loc": { "start": { - "line": 1194, + "line": 1200, "column": 17 }, "end": { - "line": 1194, + "line": 1200, "column": 32 } } }, "range": [ - 33202, - 33222 + 33372, + 33392 ], "loc": { "start": { - "line": 1194, + "line": 1200, "column": 12 }, "end": { - "line": 1194, + "line": 1200, "column": 32 } } @@ -52053,16 +52235,16 @@ "object": { "type": "ThisExpression", "range": [ - 33238, - 33242 + 33408, + 33412 ], "loc": { "start": { - "line": 1195, + "line": 1201, "column": 12 }, "end": { - "line": 1195, + "line": 1201, "column": 16 } } @@ -52071,31 +52253,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 33243, - 33258 + 33413, + 33428 ], "loc": { "start": { - "line": 1195, + "line": 1201, "column": 17 }, "end": { - "line": 1195, + "line": 1201, "column": 32 } } }, "range": [ - 33238, - 33258 + 33408, + 33428 ], "loc": { "start": { - "line": 1195, + "line": 1201, "column": 12 }, "end": { - "line": 1195, + "line": 1201, "column": 32 } } @@ -52104,31 +52286,31 @@ "type": "Identifier", "name": "call", "range": [ - 33259, - 33263 + 33429, + 33433 ], "loc": { "start": { - "line": 1195, + "line": 1201, "column": 33 }, "end": { - "line": 1195, + "line": 1201, "column": 37 } } }, "range": [ - 33238, - 33263 + 33408, + 33433 ], "loc": { "start": { - "line": 1195, + "line": 1201, "column": 12 }, "end": { - "line": 1195, + "line": 1201, "column": 37 } } @@ -52139,16 +52321,16 @@ "value": null, "raw": "null", "range": [ - 33264, - 33268 + 33434, + 33438 ], "loc": { "start": { - "line": 1195, + "line": 1201, "column": 38 }, "end": { - "line": 1195, + "line": 1201, "column": 42 } } @@ -52156,79 +52338,79 @@ { "type": "ThisExpression", "range": [ - 33270, - 33274 + 33440, + 33444 ], "loc": { "start": { - "line": 1195, + "line": 1201, "column": 44 }, "end": { - "line": 1195, + "line": 1201, "column": 48 } } } ], "range": [ - 33238, - 33275 + 33408, + 33445 ], "loc": { "start": { - "line": 1195, + "line": 1201, "column": 12 }, "end": { - "line": 1195, + "line": 1201, "column": 49 } } }, "range": [ - 33238, - 33276 + 33408, + 33446 ], "loc": { "start": { - "line": 1195, + "line": 1201, "column": 12 }, "end": { - "line": 1195, + "line": 1201, "column": 50 } } } ], "range": [ - 33224, - 33286 + 33394, + 33456 ], "loc": { "start": { - "line": 1194, + "line": 1200, "column": 34 }, "end": { - "line": 1196, + "line": 1202, "column": 9 } } }, "alternate": null, "range": [ - 33198, - 33286 + 33368, + 33456 ], "loc": { "start": { - "line": 1194, + "line": 1200, "column": 8 }, "end": { - "line": 1196, + "line": 1202, "column": 9 } } @@ -52246,16 +52428,16 @@ "object": { "type": "ThisExpression", "range": [ - 33295, - 33299 + 33465, + 33469 ], "loc": { "start": { - "line": 1197, + "line": 1203, "column": 8 }, "end": { - "line": 1197, + "line": 1203, "column": 12 } } @@ -52264,31 +52446,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 33300, - 33307 + 33470, + 33477 ], "loc": { "start": { - "line": 1197, + "line": 1203, "column": 13 }, "end": { - "line": 1197, + "line": 1203, "column": 20 } } }, "range": [ - 33295, - 33307 + 33465, + 33477 ], "loc": { "start": { - "line": 1197, + "line": 1203, "column": 8 }, "end": { - "line": 1197, + "line": 1203, "column": 20 } } @@ -52297,31 +52479,31 @@ "type": "Identifier", "name": "emit", "range": [ - 33308, - 33312 + 33478, + 33482 ], "loc": { "start": { - "line": 1197, + "line": 1203, "column": 21 }, "end": { - "line": 1197, + "line": 1203, "column": 25 } } }, "range": [ - 33295, - 33312 + 33465, + 33482 ], "loc": { "start": { - "line": 1197, + "line": 1203, "column": 8 }, "end": { - "line": 1197, + "line": 1203, "column": 25 } } @@ -52332,16 +52514,16 @@ "value": "initialized", "raw": "'initialized'", "range": [ - 33313, - 33326 + 33483, + 33496 ], "loc": { "start": { - "line": 1197, + "line": 1203, "column": 26 }, "end": { - "line": 1197, + "line": 1203, "column": 39 } } @@ -52349,63 +52531,63 @@ { "type": "ThisExpression", "range": [ - 33328, - 33332 + 33498, + 33502 ], "loc": { "start": { - "line": 1197, + "line": 1203, "column": 41 }, "end": { - "line": 1197, + "line": 1203, "column": 45 } } } ], "range": [ - 33295, - 33333 + 33465, + 33503 ], "loc": { "start": { - "line": 1197, + "line": 1203, "column": 8 }, "end": { - "line": 1197, + "line": 1203, "column": 46 } } }, "range": [ - 33295, - 33334 + 33465, + 33504 ], "loc": { "start": { - "line": 1197, + "line": 1203, "column": 8 }, "end": { - "line": 1197, + "line": 1203, "column": 47 } } } ], "range": [ - 27438, - 33340 + 27608, + 33510 ], "loc": { "start": { - "line": 1000, + "line": 1006, "column": 11 }, "end": { - "line": 1198, + "line": 1204, "column": 5 } } @@ -52413,16 +52595,16 @@ "generator": false, "expression": false, "range": [ - 27435, - 33340 + 27605, + 33510 ], "loc": { "start": { - "line": 1000, + "line": 1006, "column": 8 }, "end": { - "line": 1198, + "line": 1204, "column": 5 } } @@ -52430,16 +52612,16 @@ "kind": "method", "computed": false, "range": [ - 27431, - 33340 + 27601, + 33510 ], "loc": { "start": { - "line": 1000, + "line": 1006, "column": 4 }, "end": { - "line": 1198, + "line": 1204, "column": 5 } }, @@ -52448,16 +52630,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27377, - 27426 + 27547, + 27596 ], "loc": { "start": { - "line": 997, + "line": 1003, "column": 4 }, "end": { - "line": 999, + "line": 1005, "column": 7 } } @@ -52468,16 +52650,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 33346, - 33409 + 33516, + 33579 ], "loc": { "start": { - "line": 1200, + "line": 1206, "column": 4 }, "end": { - "line": 1203, + "line": 1209, "column": 7 } } @@ -52491,16 +52673,16 @@ "type": "Identifier", "name": "detectKey", "range": [ - 33414, - 33423 + 33584, + 33593 ], "loc": { "start": { - "line": 1204, + "line": 1210, "column": 4 }, "end": { - "line": 1204, + "line": 1210, "column": 13 } } @@ -52513,16 +52695,16 @@ "type": "Identifier", "name": "evt", "range": [ - 33424, - 33427 + 33594, + 33597 ], "loc": { "start": { - "line": 1204, + "line": 1210, "column": 14 }, "end": { - "line": 1204, + "line": 1210, "column": 17 } } @@ -52542,16 +52724,16 @@ "object": { "type": "ThisExpression", "range": [ - 33444, - 33448 + 33614, + 33618 ], "loc": { "start": { - "line": 1205, + "line": 1211, "column": 13 }, "end": { - "line": 1205, + "line": 1211, "column": 17 } } @@ -52560,47 +52742,47 @@ "type": "Identifier", "name": "enterKey", "range": [ - 33449, - 33457 + 33619, + 33627 ], "loc": { "start": { - "line": 1205, + "line": 1211, "column": 18 }, "end": { - "line": 1205, + "line": 1211, "column": 26 } } }, "range": [ - 33444, - 33457 + 33614, + 33627 ], "loc": { "start": { - "line": 1205, + "line": 1211, "column": 13 }, "end": { - "line": 1205, + "line": 1211, "column": 26 } } }, "prefix": true, "range": [ - 33443, - 33457 + 33613, + 33627 ], "loc": { "start": { - "line": 1205, + "line": 1211, "column": 12 }, "end": { - "line": 1205, + "line": 1211, "column": 26 } } @@ -52612,48 +52794,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 33473, - 33480 + 33643, + 33650 ], "loc": { "start": { - "line": 1206, + "line": 1212, "column": 12 }, "end": { - "line": 1206, + "line": 1212, "column": 19 } } } ], "range": [ - 33459, - 33490 + 33629, + 33660 ], "loc": { "start": { - "line": 1205, + "line": 1211, "column": 28 }, "end": { - "line": 1207, + "line": 1213, "column": 9 } } }, "alternate": null, "range": [ - 33439, - 33490 + 33609, + 33660 ], "loc": { "start": { - "line": 1205, + "line": 1211, "column": 8 }, "end": { - "line": 1207, + "line": 1213, "column": 9 } } @@ -52664,16 +52846,16 @@ "type": "Identifier", "name": "evt", "range": [ - 33503, - 33506 + 33673, + 33676 ], "loc": { "start": { - "line": 1208, + "line": 1214, "column": 12 }, "end": { - "line": 1208, + "line": 1214, "column": 15 } } @@ -52690,16 +52872,16 @@ "type": "Identifier", "name": "key", "range": [ - 33526, - 33529 + 33696, + 33699 ], "loc": { "start": { - "line": 1209, + "line": 1215, "column": 16 }, "end": { - "line": 1209, + "line": 1215, "column": 19 } } @@ -52710,16 +52892,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 33532, - 33539 + 33702, + 33709 ], "loc": { "start": { - "line": 1209, + "line": 1215, "column": 22 }, "end": { - "line": 1209, + "line": 1215, "column": 29 } } @@ -52729,47 +52911,47 @@ "type": "Identifier", "name": "evt", "range": [ - 33540, - 33543 + 33710, + 33713 ], "loc": { "start": { - "line": 1209, + "line": 1215, "column": 30 }, "end": { - "line": 1209, + "line": 1215, "column": 33 } } } ], "range": [ - 33532, - 33544 + 33702, + 33714 ], "loc": { "start": { - "line": 1209, + "line": 1215, "column": 22 }, "end": { - "line": 1209, + "line": 1215, "column": 34 } } }, "range": [ - 33526, - 33544 + 33696, + 33714 ], "loc": { "start": { - "line": 1209, + "line": 1215, "column": 16 }, "end": { - "line": 1209, + "line": 1215, "column": 34 } } @@ -52777,16 +52959,16 @@ ], "kind": "let", "range": [ - 33522, - 33545 + 33692, + 33715 ], "loc": { "start": { - "line": 1209, + "line": 1215, "column": 12 }, "end": { - "line": 1209, + "line": 1215, "column": 35 } } @@ -52800,16 +52982,16 @@ "type": "Identifier", "name": "key", "range": [ - 33562, - 33565 + 33732, + 33735 ], "loc": { "start": { - "line": 1210, + "line": 1216, "column": 16 }, "end": { - "line": 1210, + "line": 1216, "column": 19 } } @@ -52818,31 +53000,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 33570, - 33579 + 33740, + 33749 ], "loc": { "start": { - "line": 1210, + "line": 1216, "column": 24 }, "end": { - "line": 1210, + "line": 1216, "column": 33 } } }, "range": [ - 33562, - 33579 + 33732, + 33749 ], "loc": { "start": { - "line": 1210, + "line": 1216, "column": 16 }, "end": { - "line": 1210, + "line": 1216, "column": 33 } } @@ -52860,16 +53042,16 @@ "object": { "type": "ThisExpression", "range": [ - 33599, - 33603 + 33769, + 33773 ], "loc": { "start": { - "line": 1211, + "line": 1217, "column": 16 }, "end": { - "line": 1211, + "line": 1217, "column": 20 } } @@ -52878,62 +53060,62 @@ "type": "Identifier", "name": "filter", "range": [ - 33604, - 33610 + 33774, + 33780 ], "loc": { "start": { - "line": 1211, + "line": 1217, "column": 21 }, "end": { - "line": 1211, + "line": 1217, "column": 27 } } }, "range": [ - 33599, - 33610 + 33769, + 33780 ], "loc": { "start": { - "line": 1211, + "line": 1217, "column": 16 }, "end": { - "line": 1211, + "line": 1217, "column": 27 } } }, "arguments": [], "range": [ - 33599, - 33612 + 33769, + 33782 ], "loc": { "start": { - "line": 1211, + "line": 1217, "column": 16 }, "end": { - "line": 1211, + "line": 1217, "column": 29 } } }, "range": [ - 33599, - 33613 + 33769, + 33783 ], "loc": { "start": { - "line": 1211, + "line": 1217, "column": 16 }, "end": { - "line": 1211, + "line": 1217, "column": 30 } } @@ -52946,16 +53128,16 @@ "type": "Identifier", "name": "cancelEvt", "range": [ - 33630, - 33639 + 33800, + 33809 ], "loc": { "start": { - "line": 1212, + "line": 1218, "column": 16 }, "end": { - "line": 1212, + "line": 1218, "column": 25 } } @@ -52965,47 +53147,47 @@ "type": "Identifier", "name": "evt", "range": [ - 33640, - 33643 + 33810, + 33813 ], "loc": { "start": { - "line": 1212, + "line": 1218, "column": 26 }, "end": { - "line": 1212, + "line": 1218, "column": 29 } } } ], "range": [ - 33630, - 33644 + 33800, + 33814 ], "loc": { "start": { - "line": 1212, + "line": 1218, "column": 16 }, "end": { - "line": 1212, + "line": 1218, "column": 30 } } }, "range": [ - 33630, - 33645 + 33800, + 33815 ], "loc": { "start": { - "line": 1212, + "line": 1218, "column": 16 }, "end": { - "line": 1212, + "line": 1218, "column": 31 } } @@ -53018,16 +53200,16 @@ "type": "Identifier", "name": "stopEvt", "range": [ - 33662, - 33669 + 33832, + 33839 ], "loc": { "start": { - "line": 1213, + "line": 1219, "column": 16 }, "end": { - "line": 1213, + "line": 1219, "column": 23 } } @@ -53037,63 +53219,63 @@ "type": "Identifier", "name": "evt", "range": [ - 33670, - 33673 + 33840, + 33843 ], "loc": { "start": { - "line": 1213, + "line": 1219, "column": 24 }, "end": { - "line": 1213, + "line": 1219, "column": 27 } } } ], "range": [ - 33662, - 33674 + 33832, + 33844 ], "loc": { "start": { - "line": 1213, + "line": 1219, "column": 16 }, "end": { - "line": 1213, + "line": 1219, "column": 28 } } }, "range": [ - 33662, - 33675 + 33832, + 33845 ], "loc": { "start": { - "line": 1213, + "line": 1219, "column": 16 }, "end": { - "line": 1213, + "line": 1219, "column": 29 } } } ], "range": [ - 33581, - 33689 + 33751, + 33859 ], "loc": { "start": { - "line": 1210, + "line": 1216, "column": 35 }, "end": { - "line": 1214, + "line": 1220, "column": 13 } } @@ -53112,16 +53294,16 @@ "object": { "type": "ThisExpression", "range": [ - 33713, - 33717 + 33883, + 33887 ], "loc": { "start": { - "line": 1215, + "line": 1221, "column": 16 }, "end": { - "line": 1215, + "line": 1221, "column": 20 } } @@ -53130,31 +53312,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 33718, - 33730 + 33888, + 33900 ], "loc": { "start": { - "line": 1215, + "line": 1221, "column": 21 }, "end": { - "line": 1215, + "line": 1221, "column": 33 } } }, "range": [ - 33713, - 33730 + 33883, + 33900 ], "loc": { "start": { - "line": 1215, + "line": 1221, "column": 16 }, "end": { - "line": 1215, + "line": 1221, "column": 33 } } @@ -53164,46 +53346,46 @@ "value": true, "raw": "true", "range": [ - 33733, - 33737 + 33903, + 33907 ], "loc": { "start": { - "line": 1215, + "line": 1221, "column": 36 }, "end": { - "line": 1215, + "line": 1221, "column": 40 } } }, "range": [ - 33713, - 33737 + 33883, + 33907 ], "loc": { "start": { - "line": 1215, + "line": 1221, "column": 16 }, "end": { - "line": 1215, + "line": 1221, "column": 40 } } }, "range": [ - 33713, - 33738 + 33883, + 33908 ], "loc": { "start": { - "line": 1215, + "line": 1221, "column": 16 }, "end": { - "line": 1215, + "line": 1221, "column": 41 } } @@ -53219,16 +53401,16 @@ "type": "Identifier", "name": "root", "range": [ - 33755, - 33759 + 33925, + 33929 ], "loc": { "start": { - "line": 1216, + "line": 1222, "column": 16 }, "end": { - "line": 1216, + "line": 1222, "column": 20 } } @@ -53237,31 +53419,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 33760, - 33773 + 33930, + 33943 ], "loc": { "start": { - "line": 1216, + "line": 1222, "column": 21 }, "end": { - "line": 1216, + "line": 1222, "column": 34 } } }, "range": [ - 33755, - 33773 + 33925, + 33943 ], "loc": { "start": { - "line": 1216, + "line": 1222, "column": 16 }, "end": { - "line": 1216, + "line": 1222, "column": 34 } } @@ -53273,16 +53455,16 @@ "object": { "type": "ThisExpression", "range": [ - 33774, - 33778 + 33944, + 33948 ], "loc": { "start": { - "line": 1216, + "line": 1222, "column": 35 }, "end": { - "line": 1216, + "line": 1222, "column": 39 } } @@ -53291,62 +53473,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33779, - 33794 + 33949, + 33964 ], "loc": { "start": { - "line": 1216, + "line": 1222, "column": 40 }, "end": { - "line": 1216, + "line": 1222, "column": 55 } } }, "range": [ - 33774, - 33794 + 33944, + 33964 ], "loc": { "start": { - "line": 1216, + "line": 1222, "column": 35 }, "end": { - "line": 1216, + "line": 1222, "column": 55 } } } ], "range": [ - 33755, - 33795 + 33925, + 33965 ], "loc": { "start": { - "line": 1216, + "line": 1222, "column": 16 }, "end": { - "line": 1216, + "line": 1222, "column": 56 } } }, "range": [ - 33755, - 33796 + 33925, + 33966 ], "loc": { "start": { - "line": 1216, + "line": 1222, "column": 16 }, "end": { - "line": 1216, + "line": 1222, "column": 57 } } @@ -53362,16 +53544,16 @@ "object": { "type": "ThisExpression", "range": [ - 33813, - 33817 + 33983, + 33987 ], "loc": { "start": { - "line": 1217, + "line": 1223, "column": 16 }, "end": { - "line": 1217, + "line": 1223, "column": 20 } } @@ -53380,31 +53562,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33818, - 33833 + 33988, + 34003 ], "loc": { "start": { - "line": 1217, + "line": 1223, "column": 21 }, "end": { - "line": 1217, + "line": 1223, "column": 36 } } }, "range": [ - 33813, - 33833 + 33983, + 34003 ], "loc": { "start": { - "line": 1217, + "line": 1223, "column": 16 }, "end": { - "line": 1217, + "line": 1223, "column": 36 } } @@ -53414,125 +53596,125 @@ "value": null, "raw": "null", "range": [ - 33836, - 33840 + 34006, + 34010 ], "loc": { "start": { - "line": 1217, + "line": 1223, "column": 39 }, "end": { - "line": 1217, + "line": 1223, "column": 43 } } }, "range": [ - 33813, - 33840 + 33983, + 34010 ], "loc": { "start": { - "line": 1217, + "line": 1223, "column": 16 }, "end": { - "line": 1217, + "line": 1223, "column": 43 } } }, "range": [ - 33813, - 33841 + 33983, + 34011 ], "loc": { "start": { - "line": 1217, + "line": 1223, "column": 16 }, "end": { - "line": 1217, + "line": 1223, "column": 44 } } } ], "range": [ - 33695, - 33855 + 33865, + 34025 ], "loc": { "start": { - "line": 1214, + "line": 1220, "column": 19 }, "end": { - "line": 1218, + "line": 1224, "column": 13 } } }, "range": [ - 33558, - 33855 + 33728, + 34025 ], "loc": { "start": { - "line": 1210, + "line": 1216, "column": 12 }, "end": { - "line": 1218, + "line": 1224, "column": 13 } } } ], "range": [ - 33508, - 33865 + 33678, + 34035 ], "loc": { "start": { - "line": 1208, + "line": 1214, "column": 17 }, "end": { - "line": 1219, + "line": 1225, "column": 9 } } }, "alternate": null, "range": [ - 33499, - 33865 + 33669, + 34035 ], "loc": { "start": { - "line": 1208, + "line": 1214, "column": 8 }, "end": { - "line": 1219, + "line": 1225, "column": 9 } } } ], "range": [ - 33429, - 33871 + 33599, + 34041 ], "loc": { "start": { - "line": 1204, + "line": 1210, "column": 19 }, "end": { - "line": 1220, + "line": 1226, "column": 5 } } @@ -53540,16 +53722,16 @@ "generator": false, "expression": false, "range": [ - 33423, - 33871 + 33593, + 34041 ], "loc": { "start": { - "line": 1204, + "line": 1210, "column": 13 }, "end": { - "line": 1220, + "line": 1226, "column": 5 } } @@ -53557,16 +53739,16 @@ "kind": "method", "computed": false, "range": [ - 33414, - 33871 + 33584, + 34041 ], "loc": { "start": { - "line": 1204, + "line": 1210, "column": 4 }, "end": { - "line": 1220, + "line": 1226, "column": 5 } }, @@ -53575,16 +53757,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 33346, - 33409 + 33516, + 33579 ], "loc": { "start": { - "line": 1200, + "line": 1206, "column": 4 }, "end": { - "line": 1203, + "line": 1209, "column": 7 } } @@ -53595,16 +53777,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": [ - 33877, - 34010 + 34047, + 34180 ], "loc": { "start": { - "line": 1222, + "line": 1228, "column": 4 }, "end": { - "line": 1226, + "line": 1232, "column": 7 } } @@ -53618,16 +53800,16 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 34015, - 34022 + 34185, + 34192 ], "loc": { "start": { - "line": 1227, + "line": 1233, "column": 4 }, "end": { - "line": 1227, + "line": 1233, "column": 11 } } @@ -53640,16 +53822,16 @@ "type": "Identifier", "name": "evt", "range": [ - 34023, - 34026 + 34193, + 34196 ], "loc": { "start": { - "line": 1227, + "line": 1233, "column": 12 }, "end": { - "line": 1227, + "line": 1233, "column": 15 } } @@ -53669,16 +53851,16 @@ "object": { "type": "ThisExpression", "range": [ - 34043, - 34047 + 34213, + 34217 ], "loc": { "start": { - "line": 1228, + "line": 1234, "column": 13 }, "end": { - "line": 1228, + "line": 1234, "column": 17 } } @@ -53687,47 +53869,47 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 34048, - 34058 + 34218, + 34228 ], "loc": { "start": { - "line": 1228, + "line": 1234, "column": 18 }, "end": { - "line": 1228, + "line": 1234, "column": 28 } } }, "range": [ - 34043, - 34058 + 34213, + 34228 ], "loc": { "start": { - "line": 1228, + "line": 1234, "column": 13 }, "end": { - "line": 1228, + "line": 1234, "column": 28 } } }, "prefix": true, "range": [ - 34042, - 34058 + 34212, + 34228 ], "loc": { "start": { - "line": 1228, + "line": 1234, "column": 12 }, "end": { - "line": 1228, + "line": 1234, "column": 28 } } @@ -53739,48 +53921,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 34074, - 34081 + 34244, + 34251 ], "loc": { "start": { - "line": 1229, + "line": 1235, "column": 12 }, "end": { - "line": 1229, + "line": 1235, "column": 19 } } } ], "range": [ - 34060, - 34091 + 34230, + 34261 ], "loc": { "start": { - "line": 1228, + "line": 1234, "column": 30 }, "end": { - "line": 1230, + "line": 1236, "column": 9 } } }, "alternate": null, "range": [ - 34038, - 34091 + 34208, + 34261 ], "loc": { "start": { - "line": 1228, + "line": 1234, "column": 8 }, "end": { - "line": 1230, + "line": 1236, "column": 9 } } @@ -53794,16 +53976,16 @@ "type": "Identifier", "name": "key", "range": [ - 34104, - 34107 + 34274, + 34277 ], "loc": { "start": { - "line": 1231, + "line": 1237, "column": 12 }, "end": { - "line": 1231, + "line": 1237, "column": 15 } } @@ -53814,16 +53996,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 34110, - 34117 + 34280, + 34287 ], "loc": { "start": { - "line": 1231, + "line": 1237, "column": 18 }, "end": { - "line": 1231, + "line": 1237, "column": 25 } } @@ -53833,47 +54015,47 @@ "type": "Identifier", "name": "evt", "range": [ - 34118, - 34121 + 34288, + 34291 ], "loc": { "start": { - "line": 1231, + "line": 1237, "column": 26 }, "end": { - "line": 1231, + "line": 1237, "column": 29 } } } ], "range": [ - 34110, - 34122 + 34280, + 34292 ], "loc": { "start": { - "line": 1231, + "line": 1237, "column": 18 }, "end": { - "line": 1231, + "line": 1237, "column": 30 } } }, "range": [ - 34104, - 34122 + 34274, + 34292 ], "loc": { "start": { - "line": 1231, + "line": 1237, "column": 12 }, "end": { - "line": 1231, + "line": 1237, "column": 30 } } @@ -53881,16 +54063,16 @@ ], "kind": "let", "range": [ - 34100, - 34123 + 34270, + 34293 ], "loc": { "start": { - "line": 1231, + "line": 1237, "column": 8 }, "end": { - "line": 1231, + "line": 1237, "column": 31 } } @@ -53906,16 +54088,16 @@ "object": { "type": "ThisExpression", "range": [ - 34132, - 34136 + 34302, + 34306 ], "loc": { "start": { - "line": 1232, + "line": 1238, "column": 8 }, "end": { - "line": 1232, + "line": 1238, "column": 12 } } @@ -53924,31 +54106,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34137, - 34149 + 34307, + 34319 ], "loc": { "start": { - "line": 1232, + "line": 1238, "column": 13 }, "end": { - "line": 1232, + "line": 1238, "column": 25 } } }, "range": [ - 34132, - 34149 + 34302, + 34319 ], "loc": { "start": { - "line": 1232, + "line": 1238, "column": 8 }, "end": { - "line": 1232, + "line": 1238, "column": 25 } } @@ -53958,46 +54140,46 @@ "value": false, "raw": "false", "range": [ - 34152, - 34157 + 34322, + 34327 ], "loc": { "start": { - "line": 1232, + "line": 1238, "column": 28 }, "end": { - "line": 1232, + "line": 1238, "column": 33 } } }, "range": [ - 34132, - 34157 + 34302, + 34327 ], "loc": { "start": { - "line": 1232, + "line": 1238, "column": 8 }, "end": { - "line": 1232, + "line": 1238, "column": 33 } } }, "range": [ - 34132, - 34158 + 34302, + 34328 ], "loc": { "start": { - "line": 1232, + "line": 1238, "column": 8 }, "end": { - "line": 1232, + "line": 1238, "column": 34 } } @@ -54008,16 +54190,16 @@ "type": "Identifier", "name": "filter", "range": [ - 34177, - 34183 + 34347, + 34353 ], "loc": { "start": { - "line": 1234, + "line": 1240, "column": 17 }, "end": { - "line": 1234, + "line": 1240, "column": 23 } } @@ -54037,16 +54219,16 @@ "type": "Identifier", "name": "root", "range": [ - 34200, - 34204 + 34370, + 34374 ], "loc": { "start": { - "line": 1235, + "line": 1241, "column": 12 }, "end": { - "line": 1235, + "line": 1241, "column": 16 } } @@ -54055,31 +54237,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 34205, - 34218 + 34375, + 34388 ], "loc": { "start": { - "line": 1235, + "line": 1241, "column": 17 }, "end": { - "line": 1235, + "line": 1241, "column": 30 } } }, "range": [ - 34200, - 34218 + 34370, + 34388 ], "loc": { "start": { - "line": 1235, + "line": 1241, "column": 12 }, "end": { - "line": 1235, + "line": 1241, "column": 30 } } @@ -54091,16 +54273,16 @@ "object": { "type": "ThisExpression", "range": [ - 34219, - 34223 + 34389, + 34393 ], "loc": { "start": { - "line": 1235, + "line": 1241, "column": 31 }, "end": { - "line": 1235, + "line": 1241, "column": 35 } } @@ -54109,62 +54291,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34224, - 34239 + 34394, + 34409 ], "loc": { "start": { - "line": 1235, + "line": 1241, "column": 36 }, "end": { - "line": 1235, + "line": 1241, "column": 51 } } }, "range": [ - 34219, - 34239 + 34389, + 34409 ], "loc": { "start": { - "line": 1235, + "line": 1241, "column": 31 }, "end": { - "line": 1235, + "line": 1241, "column": 51 } } } ], "range": [ - 34200, - 34240 + 34370, + 34410 ], "loc": { "start": { - "line": 1235, + "line": 1241, "column": 12 }, "end": { - "line": 1235, + "line": 1241, "column": 52 } } }, "range": [ - 34200, - 34241 + 34370, + 34411 ], "loc": { "start": { - "line": 1235, + "line": 1241, "column": 12 }, "end": { - "line": 1235, + "line": 1241, "column": 53 } } @@ -54180,16 +54362,16 @@ "object": { "type": "ThisExpression", "range": [ - 34254, - 34258 + 34424, + 34428 ], "loc": { "start": { - "line": 1236, + "line": 1242, "column": 12 }, "end": { - "line": 1236, + "line": 1242, "column": 16 } } @@ -54198,31 +54380,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34259, - 34274 + 34429, + 34444 ], "loc": { "start": { - "line": 1236, + "line": 1242, "column": 17 }, "end": { - "line": 1236, + "line": 1242, "column": 32 } } }, "range": [ - 34254, - 34274 + 34424, + 34444 ], "loc": { "start": { - "line": 1236, + "line": 1242, "column": 12 }, "end": { - "line": 1236, + "line": 1242, "column": 32 } } @@ -54232,46 +54414,46 @@ "value": null, "raw": "null", "range": [ - 34277, - 34281 + 34447, + 34451 ], "loc": { "start": { - "line": 1236, + "line": 1242, "column": 35 }, "end": { - "line": 1236, + "line": 1242, "column": 39 } } }, "range": [ - 34254, - 34281 + 34424, + 34451 ], "loc": { "start": { - "line": 1236, + "line": 1242, "column": 12 }, "end": { - "line": 1236, + "line": 1242, "column": 39 } } }, "range": [ - 34254, - 34282 + 34424, + 34452 ], "loc": { "start": { - "line": 1236, + "line": 1242, "column": 12 }, "end": { - "line": 1236, + "line": 1242, "column": 40 } } @@ -54287,16 +54469,16 @@ "object": { "type": "ThisExpression", "range": [ - 34300, - 34304 + 34470, + 34474 ], "loc": { "start": { - "line": 1237, + "line": 1243, "column": 17 }, "end": { - "line": 1237, + "line": 1243, "column": 21 } } @@ -54305,47 +54487,47 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34305, - 34317 + 34475, + 34487 ], "loc": { "start": { - "line": 1237, + "line": 1243, "column": 22 }, "end": { - "line": 1237, + "line": 1243, "column": 34 } } }, "range": [ - 34300, - 34317 + 34470, + 34487 ], "loc": { "start": { - "line": 1237, + "line": 1243, "column": 17 }, "end": { - "line": 1237, + "line": 1243, "column": 34 } } }, "prefix": true, "range": [ - 34299, - 34317 + 34469, + 34487 ], "loc": { "start": { - "line": 1237, + "line": 1243, "column": 16 }, "end": { - "line": 1237, + "line": 1243, "column": 34 } } @@ -54363,16 +54545,16 @@ "object": { "type": "ThisExpression", "range": [ - 34337, - 34341 + 34507, + 34511 ], "loc": { "start": { - "line": 1238, + "line": 1244, "column": 16 }, "end": { - "line": 1238, + "line": 1244, "column": 20 } } @@ -54381,62 +54563,62 @@ "type": "Identifier", "name": "filter", "range": [ - 34342, - 34348 + 34512, + 34518 ], "loc": { "start": { - "line": 1238, + "line": 1244, "column": 21 }, "end": { - "line": 1238, + "line": 1244, "column": 27 } } }, "range": [ - 34337, - 34348 + 34507, + 34518 ], "loc": { "start": { - "line": 1238, + "line": 1244, "column": 16 }, "end": { - "line": 1238, + "line": 1244, "column": 27 } } }, "arguments": [], "range": [ - 34337, - 34350 + 34507, + 34520 ], "loc": { "start": { - "line": 1238, + "line": 1244, "column": 16 }, "end": { - "line": 1238, + "line": 1244, "column": 29 } } }, "range": [ - 34337, - 34351 + 34507, + 34521 ], "loc": { "start": { - "line": 1238, + "line": 1244, "column": 16 }, "end": { - "line": 1238, + "line": 1244, "column": 30 } } @@ -54452,16 +54634,16 @@ "object": { "type": "ThisExpression", "range": [ - 34368, - 34372 + 34538, + 34542 ], "loc": { "start": { - "line": 1239, + "line": 1245, "column": 16 }, "end": { - "line": 1239, + "line": 1245, "column": 20 } } @@ -54470,31 +54652,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34373, - 34385 + 34543, + 34555 ], "loc": { "start": { - "line": 1239, + "line": 1245, "column": 21 }, "end": { - "line": 1239, + "line": 1245, "column": 33 } } }, "range": [ - 34368, - 34385 + 34538, + 34555 ], "loc": { "start": { - "line": 1239, + "line": 1245, "column": 16 }, "end": { - "line": 1239, + "line": 1245, "column": 33 } } @@ -54504,94 +54686,94 @@ "value": null, "raw": "null", "range": [ - 34388, - 34392 + 34558, + 34562 ], "loc": { "start": { - "line": 1239, + "line": 1245, "column": 36 }, "end": { - "line": 1239, + "line": 1245, "column": 40 } } }, "range": [ - 34368, - 34392 + 34538, + 34562 ], "loc": { "start": { - "line": 1239, + "line": 1245, "column": 16 }, "end": { - "line": 1239, + "line": 1245, "column": 40 } } }, "range": [ - 34368, - 34393 + 34538, + 34563 ], "loc": { "start": { - "line": 1239, + "line": 1245, "column": 16 }, "end": { - "line": 1239, + "line": 1245, "column": 41 } } } ], "range": [ - 34319, - 34407 + 34489, + 34577 ], "loc": { "start": { - "line": 1237, + "line": 1243, "column": 36 }, "end": { - "line": 1240, + "line": 1246, "column": 13 } } }, "alternate": null, "range": [ - 34295, - 34407 + 34465, + 34577 ], "loc": { "start": { - "line": 1237, + "line": 1243, "column": 12 }, "end": { - "line": 1240, + "line": 1246, "column": 13 } } } ], "range": [ - 34186, - 34417 + 34356, + 34587 ], "loc": { "start": { - "line": 1234, + "line": 1240, "column": 26 }, "end": { - "line": 1241, + "line": 1247, "column": 9 } } @@ -54599,16 +54781,16 @@ "generator": false, "expression": false, "range": [ - 34168, - 34417 + 34338, + 34587 ], "loc": { "start": { - "line": 1234, + "line": 1240, "column": 8 }, "end": { - "line": 1241, + "line": 1247, "column": 9 } } @@ -54634,16 +54816,16 @@ "type": "Identifier", "name": "key", "range": [ - 34431, - 34434 + 34601, + 34604 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 12 }, "end": { - "line": 1243, + "line": 1249, "column": 15 } } @@ -54652,31 +54834,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 34439, - 34448 + 34609, + 34618 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 20 }, "end": { - "line": 1243, + "line": 1249, "column": 29 } } }, "range": [ - 34431, - 34448 + 34601, + 34618 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 12 }, "end": { - "line": 1243, + "line": 1249, "column": 29 } } @@ -54688,16 +54870,16 @@ "type": "Identifier", "name": "key", "range": [ - 34452, - 34455 + 34622, + 34625 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 33 }, "end": { - "line": 1243, + "line": 1249, "column": 36 } } @@ -54706,46 +54888,46 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 34460, - 34467 + 34630, + 34637 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 41 }, "end": { - "line": 1243, + "line": 1249, "column": 48 } } }, "range": [ - 34452, - 34467 + 34622, + 34637 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 33 }, "end": { - "line": 1243, + "line": 1249, "column": 48 } } }, "range": [ - 34431, - 34467 + 34601, + 34637 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 12 }, "end": { - "line": 1243, + "line": 1249, "column": 48 } } @@ -54757,16 +54939,16 @@ "type": "Identifier", "name": "key", "range": [ - 34471, - 34474 + 34641, + 34644 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 52 }, "end": { - "line": 1243, + "line": 1249, "column": 55 } } @@ -54775,46 +54957,46 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 34479, - 34486 + 34649, + 34656 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 60 }, "end": { - "line": 1243, + "line": 1249, "column": 67 } } }, "range": [ - 34471, - 34486 + 34641, + 34656 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 52 }, "end": { - "line": 1243, + "line": 1249, "column": 67 } } }, "range": [ - 34431, - 34486 + 34601, + 34656 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 12 }, "end": { - "line": 1243, + "line": 1249, "column": 67 } } @@ -54826,16 +55008,16 @@ "type": "Identifier", "name": "key", "range": [ - 34502, - 34505 + 34672, + 34675 ], "loc": { "start": { - "line": 1244, + "line": 1250, "column": 12 }, "end": { - "line": 1244, + "line": 1250, "column": 15 } } @@ -54844,46 +55026,46 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 34510, - 34522 + 34680, + 34692 ], "loc": { "start": { - "line": 1244, + "line": 1250, "column": 20 }, "end": { - "line": 1244, + "line": 1250, "column": 32 } } }, "range": [ - 34502, - 34522 + 34672, + 34692 ], "loc": { "start": { - "line": 1244, + "line": 1250, "column": 12 }, "end": { - "line": 1244, + "line": 1250, "column": 32 } } }, "range": [ - 34431, - 34522 + 34601, + 34692 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 12 }, "end": { - "line": 1244, + "line": 1250, "column": 32 } } @@ -54895,16 +55077,16 @@ "type": "Identifier", "name": "key", "range": [ - 34526, - 34529 + 34696, + 34699 ], "loc": { "start": { - "line": 1244, + "line": 1250, "column": 36 }, "end": { - "line": 1244, + "line": 1250, "column": 39 } } @@ -54913,46 +55095,46 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 34534, - 34548 + 34704, + 34718 ], "loc": { "start": { - "line": 1244, + "line": 1250, "column": 44 }, "end": { - "line": 1244, + "line": 1250, "column": 58 } } }, "range": [ - 34526, - 34548 + 34696, + 34718 ], "loc": { "start": { - "line": 1244, + "line": 1250, "column": 36 }, "end": { - "line": 1244, + "line": 1250, "column": 58 } } }, "range": [ - 34431, - 34548 + 34601, + 34718 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 12 }, "end": { - "line": 1244, + "line": 1250, "column": 58 } } @@ -54971,16 +55153,16 @@ "object": { "type": "ThisExpression", "range": [ - 34568, - 34572 + 34738, + 34742 ], "loc": { "start": { - "line": 1245, + "line": 1251, "column": 16 }, "end": { - "line": 1245, + "line": 1251, "column": 20 } } @@ -54989,31 +55171,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34573, - 34588 + 34743, + 34758 ], "loc": { "start": { - "line": 1245, + "line": 1251, "column": 21 }, "end": { - "line": 1245, + "line": 1251, "column": 36 } } }, "range": [ - 34568, - 34588 + 34738, + 34758 ], "loc": { "start": { - "line": 1245, + "line": 1251, "column": 16 }, "end": { - "line": 1245, + "line": 1251, "column": 36 } } @@ -55023,31 +55205,31 @@ "value": null, "raw": "null", "range": [ - 34593, - 34597 + 34763, + 34767 ], "loc": { "start": { - "line": 1245, + "line": 1251, "column": 41 }, "end": { - "line": 1245, + "line": 1251, "column": 45 } } }, "range": [ - 34568, - 34597 + 34738, + 34767 ], "loc": { "start": { - "line": 1245, + "line": 1251, "column": 16 }, "end": { - "line": 1245, + "line": 1251, "column": 45 } } @@ -55066,16 +55248,16 @@ "object": { "type": "ThisExpression", "range": [ - 34617, - 34621 + 34787, + 34791 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 16 }, "end": { - "line": 1246, + "line": 1252, "column": 20 } } @@ -55084,31 +55266,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34622, - 34637 + 34792, + 34807 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 21 }, "end": { - "line": 1246, + "line": 1252, "column": 36 } } }, "range": [ - 34617, - 34637 + 34787, + 34807 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 16 }, "end": { - "line": 1246, + "line": 1252, "column": 36 } } @@ -55122,16 +55304,16 @@ "type": "Identifier", "name": "root", "range": [ - 34640, - 34644 + 34810, + 34814 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 39 }, "end": { - "line": 1246, + "line": 1252, "column": 43 } } @@ -55140,31 +55322,31 @@ "type": "Identifier", "name": "setInterval", "range": [ - 34645, - 34656 + 34815, + 34826 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 44 }, "end": { - "line": 1246, + "line": 1252, "column": 55 } } }, "range": [ - 34640, - 34656 + 34810, + 34826 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 39 }, "end": { - "line": 1246, + "line": 1252, "column": 55 } } @@ -55179,16 +55361,16 @@ "type": "Identifier", "name": "filter", "range": [ - 34657, - 34663 + 34827, + 34833 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 56 }, "end": { - "line": 1246, + "line": 1252, "column": 62 } } @@ -55197,31 +55379,31 @@ "type": "Identifier", "name": "bind", "range": [ - 34664, - 34668 + 34834, + 34838 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 63 }, "end": { - "line": 1246, + "line": 1252, "column": 67 } } }, "range": [ - 34657, - 34668 + 34827, + 34838 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 56 }, "end": { - "line": 1246, + "line": 1252, "column": 67 } } @@ -55230,32 +55412,32 @@ { "type": "ThisExpression", "range": [ - 34669, - 34673 + 34839, + 34843 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 68 }, "end": { - "line": 1246, + "line": 1252, "column": 72 } } } ], "range": [ - 34657, - 34674 + 34827, + 34844 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 56 }, "end": { - "line": 1246, + "line": 1252, "column": 73 } } @@ -55266,16 +55448,16 @@ "object": { "type": "ThisExpression", "range": [ - 34696, - 34700 + 34866, + 34870 ], "loc": { "start": { - "line": 1247, + "line": 1253, "column": 20 }, "end": { - "line": 1247, + "line": 1253, "column": 24 } } @@ -55284,125 +55466,125 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 34701, - 34716 + 34871, + 34886 ], "loc": { "start": { - "line": 1247, + "line": 1253, "column": 25 }, "end": { - "line": 1247, + "line": 1253, "column": 40 } } }, "range": [ - 34696, - 34716 + 34866, + 34886 ], "loc": { "start": { - "line": 1247, + "line": 1253, "column": 20 }, "end": { - "line": 1247, + "line": 1253, "column": 40 } } } ], "range": [ - 34640, - 34717 + 34810, + 34887 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 39 }, "end": { - "line": 1247, + "line": 1253, "column": 41 } } }, "range": [ - 34617, - 34717 + 34787, + 34887 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 16 }, "end": { - "line": 1247, + "line": 1253, "column": 41 } } }, "range": [ - 34617, - 34718 + 34787, + 34888 ], "loc": { "start": { - "line": 1246, + "line": 1252, "column": 16 }, "end": { - "line": 1247, + "line": 1253, "column": 42 } } } ], "range": [ - 34599, - 34732 + 34769, + 34902 ], "loc": { "start": { - "line": 1245, + "line": 1251, "column": 47 }, "end": { - "line": 1248, + "line": 1254, "column": 13 } } }, "alternate": null, "range": [ - 34564, - 34732 + 34734, + 34902 ], "loc": { "start": { - "line": 1245, + "line": 1251, "column": 12 }, "end": { - "line": 1248, + "line": 1254, "column": 13 } } } ], "range": [ - 34550, - 34742 + 34720, + 34912 ], "loc": { "start": { - "line": 1244, + "line": 1250, "column": 60 }, "end": { - "line": 1249, + "line": 1255, "column": 9 } } @@ -55421,16 +55603,16 @@ "type": "Identifier", "name": "root", "range": [ - 34762, - 34766 + 34932, + 34936 ], "loc": { "start": { - "line": 1250, + "line": 1256, "column": 12 }, "end": { - "line": 1250, + "line": 1256, "column": 16 } } @@ -55439,31 +55621,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 34767, - 34780 + 34937, + 34950 ], "loc": { "start": { - "line": 1250, + "line": 1256, "column": 17 }, "end": { - "line": 1250, + "line": 1256, "column": 30 } } }, "range": [ - 34762, - 34780 + 34932, + 34950 ], "loc": { "start": { - "line": 1250, + "line": 1256, "column": 12 }, "end": { - "line": 1250, + "line": 1256, "column": 30 } } @@ -55475,16 +55657,16 @@ "object": { "type": "ThisExpression", "range": [ - 34781, - 34785 + 34951, + 34955 ], "loc": { "start": { - "line": 1250, + "line": 1256, "column": 31 }, "end": { - "line": 1250, + "line": 1256, "column": 35 } } @@ -55493,62 +55675,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34786, - 34801 + 34956, + 34971 ], "loc": { "start": { - "line": 1250, + "line": 1256, "column": 36 }, "end": { - "line": 1250, + "line": 1256, "column": 51 } } }, "range": [ - 34781, - 34801 + 34951, + 34971 ], "loc": { "start": { - "line": 1250, + "line": 1256, "column": 31 }, "end": { - "line": 1250, + "line": 1256, "column": 51 } } } ], "range": [ - 34762, - 34802 + 34932, + 34972 ], "loc": { "start": { - "line": 1250, + "line": 1256, "column": 12 }, "end": { - "line": 1250, + "line": 1256, "column": 52 } } }, "range": [ - 34762, - 34803 + 34932, + 34973 ], "loc": { "start": { - "line": 1250, + "line": 1256, "column": 12 }, "end": { - "line": 1250, + "line": 1256, "column": 53 } } @@ -55564,16 +55746,16 @@ "object": { "type": "ThisExpression", "range": [ - 34816, - 34820 + 34986, + 34990 ], "loc": { "start": { - "line": 1251, + "line": 1257, "column": 12 }, "end": { - "line": 1251, + "line": 1257, "column": 16 } } @@ -55582,31 +55764,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34821, - 34836 + 34991, + 35006 ], "loc": { "start": { - "line": 1251, + "line": 1257, "column": 17 }, "end": { - "line": 1251, + "line": 1257, "column": 32 } } }, "range": [ - 34816, - 34836 + 34986, + 35006 ], "loc": { "start": { - "line": 1251, + "line": 1257, "column": 12 }, "end": { - "line": 1251, + "line": 1257, "column": 32 } } @@ -55616,93 +55798,93 @@ "value": null, "raw": "null", "range": [ - 34839, - 34843 + 35009, + 35013 ], "loc": { "start": { - "line": 1251, + "line": 1257, "column": 35 }, "end": { - "line": 1251, + "line": 1257, "column": 39 } } }, "range": [ - 34816, - 34843 + 34986, + 35013 ], "loc": { "start": { - "line": 1251, + "line": 1257, "column": 12 }, "end": { - "line": 1251, + "line": 1257, "column": 39 } } }, "range": [ - 34816, - 34844 + 34986, + 35014 ], "loc": { "start": { - "line": 1251, + "line": 1257, "column": 12 }, "end": { - "line": 1251, + "line": 1257, "column": 40 } } } ], "range": [ - 34748, - 34854 + 34918, + 35024 ], "loc": { "start": { - "line": 1249, + "line": 1255, "column": 15 }, "end": { - "line": 1252, + "line": 1258, "column": 9 } } }, "range": [ - 34427, - 34854 + 34597, + 35024 ], "loc": { "start": { - "line": 1243, + "line": 1249, "column": 8 }, "end": { - "line": 1252, + "line": 1258, "column": 9 } } } ], "range": [ - 34028, - 34860 + 34198, + 35030 ], "loc": { "start": { - "line": 1227, + "line": 1233, "column": 17 }, "end": { - "line": 1253, + "line": 1259, "column": 5 } } @@ -55710,16 +55892,16 @@ "generator": false, "expression": false, "range": [ - 34022, - 34860 + 34192, + 35030 ], "loc": { "start": { - "line": 1227, + "line": 1233, "column": 11 }, "end": { - "line": 1253, + "line": 1259, "column": 5 } } @@ -55727,16 +55909,16 @@ "kind": "method", "computed": false, "range": [ - 34015, - 34860 + 34185, + 35030 ], "loc": { "start": { - "line": 1227, + "line": 1233, "column": 4 }, "end": { - "line": 1253, + "line": 1259, "column": 5 } }, @@ -55745,16 +55927,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": [ - 33877, - 34010 + 34047, + 34180 ], "loc": { "start": { - "line": 1222, + "line": 1228, "column": 4 }, "end": { - "line": 1226, + "line": 1232, "column": 7 } } @@ -55765,16 +55947,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34866, - 34949 + 35036, + 35119 ], "loc": { "start": { - "line": 1255, + "line": 1261, "column": 4 }, "end": { - "line": 1257, + "line": 1263, "column": 7 } } @@ -55788,16 +55970,16 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 34954, - 34963 + 35124, + 35133 ], "loc": { "start": { - "line": 1258, + "line": 1264, "column": 4 }, "end": { - "line": 1258, + "line": 1264, "column": 13 } } @@ -55817,16 +55999,16 @@ "object": { "type": "ThisExpression", "range": [ - 34980, - 34984 + 35150, + 35154 ], "loc": { "start": { - "line": 1259, + "line": 1265, "column": 12 }, "end": { - "line": 1259, + "line": 1265, "column": 16 } } @@ -55835,31 +56017,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 34985, - 34995 + 35155, + 35165 ], "loc": { "start": { - "line": 1259, + "line": 1265, "column": 17 }, "end": { - "line": 1259, + "line": 1265, "column": 27 } } }, "range": [ - 34980, - 34995 + 35150, + 35165 ], "loc": { "start": { - "line": 1259, + "line": 1265, "column": 12 }, "end": { - "line": 1259, + "line": 1265, "column": 27 } } @@ -55878,16 +56060,16 @@ "object": { "type": "ThisExpression", "range": [ - 35011, - 35015 + 35181, + 35185 ], "loc": { "start": { - "line": 1260, + "line": 1266, "column": 12 }, "end": { - "line": 1260, + "line": 1266, "column": 16 } } @@ -55896,31 +56078,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 35016, - 35028 + 35186, + 35198 ], "loc": { "start": { - "line": 1260, + "line": 1266, "column": 17 }, "end": { - "line": 1260, + "line": 1266, "column": 29 } } }, "range": [ - 35011, - 35028 + 35181, + 35198 ], "loc": { "start": { - "line": 1260, + "line": 1266, "column": 12 }, "end": { - "line": 1260, + "line": 1266, "column": 29 } } @@ -55930,94 +56112,94 @@ "value": true, "raw": "true", "range": [ - 35031, - 35035 + 35201, + 35205 ], "loc": { "start": { - "line": 1260, + "line": 1266, "column": 32 }, "end": { - "line": 1260, + "line": 1266, "column": 36 } } }, "range": [ - 35011, - 35035 + 35181, + 35205 ], "loc": { "start": { - "line": 1260, + "line": 1266, "column": 12 }, "end": { - "line": 1260, + "line": 1266, "column": 36 } } }, "range": [ - 35011, - 35036 + 35181, + 35206 ], "loc": { "start": { - "line": 1260, + "line": 1266, "column": 12 }, "end": { - "line": 1260, + "line": 1266, "column": 37 } } } ], "range": [ - 34997, - 35046 + 35167, + 35216 ], "loc": { "start": { - "line": 1259, + "line": 1265, "column": 29 }, "end": { - "line": 1261, + "line": 1267, "column": 9 } } }, "alternate": null, "range": [ - 34976, - 35046 + 35146, + 35216 ], "loc": { "start": { - "line": 1259, + "line": 1265, "column": 8 }, "end": { - "line": 1261, + "line": 1267, "column": 9 } } } ], "range": [ - 34966, - 35052 + 35136, + 35222 ], "loc": { "start": { - "line": 1258, + "line": 1264, "column": 16 }, "end": { - "line": 1262, + "line": 1268, "column": 5 } } @@ -56025,16 +56207,16 @@ "generator": false, "expression": false, "range": [ - 34963, - 35052 + 35133, + 35222 ], "loc": { "start": { - "line": 1258, + "line": 1264, "column": 13 }, "end": { - "line": 1262, + "line": 1268, "column": 5 } } @@ -56042,16 +56224,16 @@ "kind": "method", "computed": false, "range": [ - 34954, - 35052 + 35124, + 35222 ], "loc": { "start": { - "line": 1258, + "line": 1264, "column": 4 }, "end": { - "line": 1262, + "line": 1268, "column": 5 } }, @@ -56060,16 +56242,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34866, - 34949 + 35036, + 35119 ], "loc": { "start": { - "line": 1255, + "line": 1261, "column": 4 }, "end": { - "line": 1257, + "line": 1263, "column": 7 } } @@ -56080,16 +56262,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 35058, - 35123 + 35228, + 35293 ], "loc": { "start": { - "line": 1264, + "line": 1270, "column": 4 }, "end": { - "line": 1267, + "line": 1273, "column": 7 } } @@ -56103,16 +56285,16 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 35128, - 35138 + 35298, + 35308 ], "loc": { "start": { - "line": 1268, + "line": 1274, "column": 4 }, "end": { - "line": 1268, + "line": 1274, "column": 14 } } @@ -56125,16 +56307,16 @@ "type": "Identifier", "name": "evt", "range": [ - 35139, - 35142 + 35309, + 35312 ], "loc": { "start": { - "line": 1268, + "line": 1274, "column": 15 }, "end": { - "line": 1268, + "line": 1274, "column": 18 } } @@ -56152,16 +56334,16 @@ "type": "Identifier", "name": "elm", "range": [ - 35158, - 35161 + 35328, + 35331 ], "loc": { "start": { - "line": 1269, + "line": 1275, "column": 12 }, "end": { - "line": 1269, + "line": 1275, "column": 15 } } @@ -56172,16 +56354,16 @@ "type": "Identifier", "name": "targetEvt", "range": [ - 35164, - 35173 + 35334, + 35343 ], "loc": { "start": { - "line": 1269, + "line": 1275, "column": 18 }, "end": { - "line": 1269, + "line": 1275, "column": 27 } } @@ -56191,47 +56373,47 @@ "type": "Identifier", "name": "evt", "range": [ - 35174, - 35177 + 35344, + 35347 ], "loc": { "start": { - "line": 1269, + "line": 1275, "column": 28 }, "end": { - "line": 1269, + "line": 1275, "column": 31 } } } ], "range": [ - 35164, - 35178 + 35334, + 35348 ], "loc": { "start": { - "line": 1269, + "line": 1275, "column": 18 }, "end": { - "line": 1269, + "line": 1275, "column": 32 } } }, "range": [ - 35158, - 35178 + 35328, + 35348 ], "loc": { "start": { - "line": 1269, + "line": 1275, "column": 12 }, "end": { - "line": 1269, + "line": 1275, "column": 32 } } @@ -56239,16 +56421,16 @@ ], "kind": "let", "range": [ - 35154, - 35179 + 35324, + 35349 ], "loc": { "start": { - "line": 1269, + "line": 1275, "column": 8 }, "end": { - "line": 1269, + "line": 1275, "column": 33 } } @@ -56266,16 +56448,16 @@ "object": { "type": "ThisExpression", "range": [ - 35188, - 35192 + 35358, + 35362 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 8 }, "end": { - "line": 1270, + "line": 1276, "column": 12 } } @@ -56284,31 +56466,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 35193, - 35200 + 35363, + 35370 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 13 }, "end": { - "line": 1270, + "line": 1276, "column": 20 } } }, "range": [ - 35188, - 35200 + 35358, + 35370 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 8 }, "end": { - "line": 1270, + "line": 1276, "column": 20 } } @@ -56317,31 +56499,31 @@ "type": "Identifier", "name": "emit", "range": [ - 35201, - 35205 + 35371, + 35375 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 21 }, "end": { - "line": 1270, + "line": 1276, "column": 25 } } }, "range": [ - 35188, - 35205 + 35358, + 35375 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 8 }, "end": { - "line": 1270, + "line": 1276, "column": 25 } } @@ -56352,16 +56534,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 35206, - 35220 + 35376, + 35390 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 26 }, "end": { - "line": 1270, + "line": 1276, "column": 40 } } @@ -56369,16 +56551,16 @@ { "type": "ThisExpression", "range": [ - 35222, - 35226 + 35392, + 35396 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 42 }, "end": { - "line": 1270, + "line": 1276, "column": 46 } } @@ -56387,63 +56569,63 @@ "type": "Identifier", "name": "elm", "range": [ - 35228, - 35231 + 35398, + 35401 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 48 }, "end": { - "line": 1270, + "line": 1276, "column": 51 } } } ], "range": [ - 35188, - 35232 + 35358, + 35402 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 8 }, "end": { - "line": 1270, + "line": 1276, "column": 52 } } }, "range": [ - 35188, - 35233 + 35358, + 35403 ], "loc": { "start": { - "line": 1270, + "line": 1276, "column": 8 }, "end": { - "line": 1270, + "line": 1276, "column": 53 } } } ], "range": [ - 35144, - 35239 + 35314, + 35409 ], "loc": { "start": { - "line": 1268, + "line": 1274, "column": 20 }, "end": { - "line": 1271, + "line": 1277, "column": 5 } } @@ -56451,16 +56633,16 @@ "generator": false, "expression": false, "range": [ - 35138, - 35239 + 35308, + 35409 ], "loc": { "start": { - "line": 1268, + "line": 1274, "column": 14 }, "end": { - "line": 1271, + "line": 1277, "column": 5 } } @@ -56468,16 +56650,16 @@ "kind": "method", "computed": false, "range": [ - 35128, - 35239 + 35298, + 35409 ], "loc": { "start": { - "line": 1268, + "line": 1274, "column": 4 }, "end": { - "line": 1271, + "line": 1277, "column": 5 } }, @@ -56486,16 +56668,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 35058, - 35123 + 35228, + 35293 ], "loc": { "start": { - "line": 1264, + "line": 1270, "column": 4 }, "end": { - "line": 1267, + "line": 1273, "column": 7 } } @@ -56506,16 +56688,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 35245, - 35333 + 35415, + 35503 ], "loc": { "start": { - "line": 1273, + "line": 1279, "column": 4 }, "end": { - "line": 1275, + "line": 1281, "column": 7 } } @@ -56529,16 +56711,16 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 35338, - 35347 + 35508, + 35517 ], "loc": { "start": { - "line": 1276, + "line": 1282, "column": 4 }, "end": { - "line": 1276, + "line": 1282, "column": 13 } } @@ -56558,16 +56740,16 @@ "object": { "type": "ThisExpression", "range": [ - 35364, - 35368 + 35534, + 35538 ], "loc": { "start": { - "line": 1277, + "line": 1283, "column": 12 }, "end": { - "line": 1277, + "line": 1283, "column": 16 } } @@ -56576,31 +56758,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 35369, - 35379 + 35539, + 35549 ], "loc": { "start": { - "line": 1277, + "line": 1283, "column": 17 }, "end": { - "line": 1277, + "line": 1283, "column": 27 } } }, "range": [ - 35364, - 35379 + 35534, + 35549 ], "loc": { "start": { - "line": 1277, + "line": 1283, "column": 12 }, "end": { - "line": 1277, + "line": 1283, "column": 27 } } @@ -56619,16 +56801,16 @@ "object": { "type": "ThisExpression", "range": [ - 35395, - 35399 + 35565, + 35569 ], "loc": { "start": { - "line": 1278, + "line": 1284, "column": 12 }, "end": { - "line": 1278, + "line": 1284, "column": 16 } } @@ -56637,31 +56819,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 35400, - 35412 + 35570, + 35582 ], "loc": { "start": { - "line": 1278, + "line": 1284, "column": 17 }, "end": { - "line": 1278, + "line": 1284, "column": 29 } } }, "range": [ - 35395, - 35412 + 35565, + 35582 ], "loc": { "start": { - "line": 1278, + "line": 1284, "column": 12 }, "end": { - "line": 1278, + "line": 1284, "column": 29 } } @@ -56671,46 +56853,46 @@ "value": false, "raw": "false", "range": [ - 35415, - 35420 + 35585, + 35590 ], "loc": { "start": { - "line": 1278, + "line": 1284, "column": 32 }, "end": { - "line": 1278, + "line": 1284, "column": 37 } } }, "range": [ - 35395, - 35420 + 35565, + 35590 ], "loc": { "start": { - "line": 1278, + "line": 1284, "column": 12 }, "end": { - "line": 1278, + "line": 1284, "column": 37 } } }, "range": [ - 35395, - 35421 + 35565, + 35591 ], "loc": { "start": { - "line": 1278, + "line": 1284, "column": 12 }, "end": { - "line": 1278, + "line": 1284, "column": 38 } } @@ -56726,16 +56908,16 @@ "type": "Identifier", "name": "root", "range": [ - 35434, - 35438 + 35604, + 35608 ], "loc": { "start": { - "line": 1279, + "line": 1285, "column": 12 }, "end": { - "line": 1279, + "line": 1285, "column": 16 } } @@ -56744,31 +56926,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 35439, - 35452 + 35609, + 35622 ], "loc": { "start": { - "line": 1279, + "line": 1285, "column": 17 }, "end": { - "line": 1279, + "line": 1285, "column": 30 } } }, "range": [ - 35434, - 35452 + 35604, + 35622 ], "loc": { "start": { - "line": 1279, + "line": 1285, "column": 12 }, "end": { - "line": 1279, + "line": 1285, "column": 30 } } @@ -56780,16 +56962,16 @@ "object": { "type": "ThisExpression", "range": [ - 35453, - 35457 + 35623, + 35627 ], "loc": { "start": { - "line": 1279, + "line": 1285, "column": 31 }, "end": { - "line": 1279, + "line": 1285, "column": 35 } } @@ -56798,94 +56980,94 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 35458, - 35473 + 35628, + 35643 ], "loc": { "start": { - "line": 1279, + "line": 1285, "column": 36 }, "end": { - "line": 1279, + "line": 1285, "column": 51 } } }, "range": [ - 35453, - 35473 + 35623, + 35643 ], "loc": { "start": { - "line": 1279, + "line": 1285, "column": 31 }, "end": { - "line": 1279, + "line": 1285, "column": 51 } } } ], "range": [ - 35434, - 35474 + 35604, + 35644 ], "loc": { "start": { - "line": 1279, + "line": 1285, "column": 12 }, "end": { - "line": 1279, + "line": 1285, "column": 52 } } }, "range": [ - 35434, - 35475 + 35604, + 35645 ], "loc": { "start": { - "line": 1279, + "line": 1285, "column": 12 }, "end": { - "line": 1279, + "line": 1285, "column": 53 } } } ], "range": [ - 35381, - 35485 + 35551, + 35655 ], "loc": { "start": { - "line": 1277, + "line": 1283, "column": 29 }, "end": { - "line": 1280, + "line": 1286, "column": 9 } } }, "alternate": null, "range": [ - 35360, - 35485 + 35530, + 35655 ], "loc": { "start": { - "line": 1277, + "line": 1283, "column": 8 }, "end": { - "line": 1280, + "line": 1286, "column": 9 } } @@ -56903,16 +57085,16 @@ "object": { "type": "ThisExpression", "range": [ - 35494, - 35498 + 35664, + 35668 ], "loc": { "start": { - "line": 1281, + "line": 1287, "column": 8 }, "end": { - "line": 1281, + "line": 1287, "column": 12 } } @@ -56921,31 +57103,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 35499, - 35506 + 35669, + 35676 ], "loc": { "start": { - "line": 1281, + "line": 1287, "column": 13 }, "end": { - "line": 1281, + "line": 1287, "column": 20 } } }, "range": [ - 35494, - 35506 + 35664, + 35676 ], "loc": { "start": { - "line": 1281, + "line": 1287, "column": 8 }, "end": { - "line": 1281, + "line": 1287, "column": 20 } } @@ -56954,31 +57136,31 @@ "type": "Identifier", "name": "emit", "range": [ - 35507, - 35511 + 35677, + 35681 ], "loc": { "start": { - "line": 1281, + "line": 1287, "column": 21 }, "end": { - "line": 1281, + "line": 1287, "column": 25 } } }, "range": [ - 35494, - 35511 + 35664, + 35681 ], "loc": { "start": { - "line": 1281, + "line": 1287, "column": 8 }, "end": { - "line": 1281, + "line": 1287, "column": 25 } } @@ -56989,16 +57171,16 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 35512, - 35525 + 35682, + 35695 ], "loc": { "start": { - "line": 1281, + "line": 1287, "column": 26 }, "end": { - "line": 1281, + "line": 1287, "column": 39 } } @@ -57006,63 +57188,63 @@ { "type": "ThisExpression", "range": [ - 35527, - 35531 + 35697, + 35701 ], "loc": { "start": { - "line": 1281, + "line": 1287, "column": 41 }, "end": { - "line": 1281, + "line": 1287, "column": 45 } } } ], "range": [ - 35494, - 35532 + 35664, + 35702 ], "loc": { "start": { - "line": 1281, + "line": 1287, "column": 8 }, "end": { - "line": 1281, + "line": 1287, "column": 46 } } }, "range": [ - 35494, - 35533 + 35664, + 35703 ], "loc": { "start": { - "line": 1281, + "line": 1287, "column": 8 }, "end": { - "line": 1281, + "line": 1287, "column": 47 } } } ], "range": [ - 35350, - 35539 + 35520, + 35709 ], "loc": { "start": { - "line": 1276, + "line": 1282, "column": 16 }, "end": { - "line": 1282, + "line": 1288, "column": 5 } } @@ -57070,16 +57252,16 @@ "generator": false, "expression": false, "range": [ - 35347, - 35539 + 35517, + 35709 ], "loc": { "start": { - "line": 1276, + "line": 1282, "column": 13 }, "end": { - "line": 1282, + "line": 1288, "column": 5 } } @@ -57087,16 +57269,16 @@ "kind": "method", "computed": false, "range": [ - 35338, - 35539 + 35508, + 35709 ], "loc": { "start": { - "line": 1276, + "line": 1282, "column": 4 }, "end": { - "line": 1282, + "line": 1288, "column": 5 } }, @@ -57105,16 +57287,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 35245, - 35333 + 35415, + 35503 ], "loc": { "start": { - "line": 1273, + "line": 1279, "column": 4 }, "end": { - "line": 1275, + "line": 1281, "column": 7 } } @@ -57125,16 +57307,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 35545, - 35600 + 35715, + 35770 ], "loc": { "start": { - "line": 1284, + "line": 1290, "column": 4 }, "end": { - "line": 1286, + "line": 1292, "column": 7 } } @@ -57148,16 +57330,16 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 35605, - 35622 + 35775, + 35792 ], "loc": { "start": { - "line": 1287, + "line": 1293, "column": 4 }, "end": { - "line": 1287, + "line": 1293, "column": 21 } } @@ -57177,16 +57359,16 @@ "object": { "type": "ThisExpression", "range": [ - 35832, - 35836 + 36002, + 36006 ], "loc": { "start": { - "line": 1291, + "line": 1297, "column": 12 }, "end": { - "line": 1291, + "line": 1297, "column": 16 } } @@ -57195,31 +57377,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35837, - 35847 + 36007, + 36017 ], "loc": { "start": { - "line": 1291, + "line": 1297, "column": 17 }, "end": { - "line": 1291, + "line": 1297, "column": 27 } } }, "range": [ - 35832, - 35847 + 36002, + 36017 ], "loc": { "start": { - "line": 1291, + "line": 1297, "column": 12 }, "end": { - "line": 1291, + "line": 1297, "column": 27 } } @@ -57231,48 +57413,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 35863, - 35870 + 36033, + 36040 ], "loc": { "start": { - "line": 1292, + "line": 1298, "column": 12 }, "end": { - "line": 1292, + "line": 1298, "column": 19 } } } ], "range": [ - 35849, - 35880 + 36019, + 36050 ], "loc": { "start": { - "line": 1291, + "line": 1297, "column": 29 }, "end": { - "line": 1293, + "line": 1299, "column": 9 } } }, "alternate": null, "range": [ - 35828, - 35880 + 35998, + 36050 ], "loc": { "start": { - "line": 1291, + "line": 1297, "column": 8 }, "end": { - "line": 1293, + "line": 1299, "column": 9 } }, @@ -57281,16 +57463,16 @@ "type": "Line", "value": " TODO: prevent filters row generation for popup filters too,", "range": [ - 35635, - 35697 + 35805, + 35867 ], "loc": { "start": { - "line": 1288, + "line": 1294, "column": 8 }, "end": { - "line": 1288, + "line": 1294, "column": 70 } } @@ -57299,16 +57481,16 @@ "type": "Line", "value": " to reduce and simplify headers row index adjusting across lib modules", "range": [ - 35706, - 35778 + 35876, + 35948 ], "loc": { "start": { - "line": 1289, + "line": 1295, "column": 8 }, "end": { - "line": 1289, + "line": 1295, "column": 80 } } @@ -57317,16 +57499,16 @@ "type": "Line", "value": " (GridLayout, PopupFilter etc)", "range": [ - 35787, - 35819 + 35957, + 35989 ], "loc": { "start": { - "line": 1290, + "line": 1296, "column": 8 }, "end": { - "line": 1290, + "line": 1296, "column": 40 } } @@ -57342,32 +57524,32 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35893, - 35899 + 36063, + 36069 ], "loc": { "start": { - "line": 1294, + "line": 1300, "column": 12 }, "end": { - "line": 1294, + "line": 1300, "column": 18 } } }, "init": null, "range": [ - 35893, - 35899 + 36063, + 36069 ], "loc": { "start": { - "line": 1294, + "line": 1300, "column": 12 }, "end": { - "line": 1294, + "line": 1300, "column": 18 } } @@ -57375,16 +57557,16 @@ ], "kind": "let", "range": [ - 35889, - 35900 + 36059, + 36070 ], "loc": { "start": { - "line": 1294, + "line": 1300, "column": 8 }, "end": { - "line": 1294, + "line": 1300, "column": 19 } } @@ -57398,16 +57580,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35914, - 35919 + 36084, + 36089 ], "loc": { "start": { - "line": 1296, + "line": 1302, "column": 12 }, "end": { - "line": 1296, + "line": 1302, "column": 17 } } @@ -57418,16 +57600,16 @@ "type": "Identifier", "name": "tag", "range": [ - 35922, - 35925 + 36092, + 36095 ], "loc": { "start": { - "line": 1296, + "line": 1302, "column": 20 }, "end": { - "line": 1296, + "line": 1302, "column": 23 } } @@ -57439,16 +57621,16 @@ "object": { "type": "ThisExpression", "range": [ - 35926, - 35930 + 36096, + 36100 ], "loc": { "start": { - "line": 1296, + "line": 1302, "column": 24 }, "end": { - "line": 1296, + "line": 1302, "column": 28 } } @@ -57457,31 +57639,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 35931, - 35934 + 36101, + 36104 ], "loc": { "start": { - "line": 1296, + "line": 1302, "column": 29 }, "end": { - "line": 1296, + "line": 1302, "column": 32 } } }, "range": [ - 35926, - 35934 + 36096, + 36104 ], "loc": { "start": { - "line": 1296, + "line": 1302, "column": 24 }, "end": { - "line": 1296, + "line": 1302, "column": 32 } } @@ -57491,47 +57673,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 35936, - 35943 + 36106, + 36113 ], "loc": { "start": { - "line": 1296, + "line": 1302, "column": 34 }, "end": { - "line": 1296, + "line": 1302, "column": 41 } } } ], "range": [ - 35922, - 35944 + 36092, + 36114 ], "loc": { "start": { - "line": 1296, + "line": 1302, "column": 20 }, "end": { - "line": 1296, + "line": 1302, "column": 42 } } }, "range": [ - 35914, - 35944 + 36084, + 36114 ], "loc": { "start": { - "line": 1296, + "line": 1302, "column": 12 }, "end": { - "line": 1296, + "line": 1302, "column": 42 } } @@ -57539,16 +57721,16 @@ ], "kind": "let", "range": [ - 35910, - 35945 + 36080, + 36115 ], "loc": { "start": { - "line": 1296, + "line": 1302, "column": 8 }, "end": { - "line": 1296, + "line": 1302, "column": 43 } } @@ -57565,16 +57747,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35958, - 35963 + 36128, + 36133 ], "loc": { "start": { - "line": 1297, + "line": 1303, "column": 12 }, "end": { - "line": 1297, + "line": 1303, "column": 17 } } @@ -57583,31 +57765,31 @@ "type": "Identifier", "name": "length", "range": [ - 35964, - 35970 + 36134, + 36140 ], "loc": { "start": { - "line": 1297, + "line": 1303, "column": 18 }, "end": { - "line": 1297, + "line": 1303, "column": 24 } } }, "range": [ - 35958, - 35970 + 36128, + 36140 ], "loc": { "start": { - "line": 1297, + "line": 1303, "column": 12 }, "end": { - "line": 1297, + "line": 1303, "column": 24 } } @@ -57617,31 +57799,31 @@ "value": 0, "raw": "0", "range": [ - 35973, - 35974 + 36143, + 36144 ], "loc": { "start": { - "line": 1297, + "line": 1303, "column": 27 }, "end": { - "line": 1297, + "line": 1303, "column": 28 } } }, "range": [ - 35958, - 35974 + 36128, + 36144 ], "loc": { "start": { - "line": 1297, + "line": 1303, "column": 12 }, "end": { - "line": 1297, + "line": 1303, "column": 28 } } @@ -57658,16 +57840,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35990, - 35996 + 36160, + 36166 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 12 }, "end": { - "line": 1298, + "line": 1304, "column": 18 } } @@ -57684,16 +57866,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35999, - 36004 + 36169, + 36174 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 21 }, "end": { - "line": 1298, + "line": 1304, "column": 26 } } @@ -57703,31 +57885,31 @@ "value": 0, "raw": "0", "range": [ - 36005, - 36006 + 36175, + 36176 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 27 }, "end": { - "line": 1298, + "line": 1304, "column": 28 } } }, "range": [ - 35999, - 36007 + 36169, + 36177 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 21 }, "end": { - "line": 1298, + "line": 1304, "column": 29 } } @@ -57736,31 +57918,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 36008, - 36017 + 36178, + 36187 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 30 }, "end": { - "line": 1298, + "line": 1304, "column": 39 } } }, "range": [ - 35999, - 36017 + 36169, + 36187 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 21 }, "end": { - "line": 1298, + "line": 1304, "column": 39 } } @@ -57772,16 +57954,16 @@ "object": { "type": "ThisExpression", "range": [ - 36018, - 36022 + 36188, + 36192 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 40 }, "end": { - "line": 1298, + "line": 1304, "column": 44 } } @@ -57790,93 +57972,93 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 36023, - 36038 + 36193, + 36208 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 45 }, "end": { - "line": 1298, + "line": 1304, "column": 60 } } }, "range": [ - 36018, - 36038 + 36188, + 36208 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 40 }, "end": { - "line": 1298, + "line": 1304, "column": 60 } } } ], "range": [ - 35999, - 36039 + 36169, + 36209 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 21 }, "end": { - "line": 1298, + "line": 1304, "column": 61 } } }, "range": [ - 35990, - 36039 + 36160, + 36209 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 12 }, "end": { - "line": 1298, + "line": 1304, "column": 61 } } }, "range": [ - 35990, - 36040 + 36160, + 36210 ], "loc": { "start": { - "line": 1298, + "line": 1304, "column": 12 }, "end": { - "line": 1298, + "line": 1304, "column": 62 } } } ], "range": [ - 35976, - 36050 + 36146, + 36220 ], "loc": { "start": { - "line": 1297, + "line": 1303, "column": 30 }, "end": { - "line": 1299, + "line": 1305, "column": 9 } } @@ -57893,16 +58075,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36070, - 36076 + 36240, + 36246 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 12 }, "end": { - "line": 1300, + "line": 1306, "column": 18 } } @@ -57918,16 +58100,16 @@ "object": { "type": "ThisExpression", "range": [ - 36079, - 36083 + 36249, + 36253 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 21 }, "end": { - "line": 1300, + "line": 1306, "column": 25 } } @@ -57936,31 +58118,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 36084, - 36087 + 36254, + 36257 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 26 }, "end": { - "line": 1300, + "line": 1306, "column": 29 } } }, "range": [ - 36079, - 36087 + 36249, + 36257 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 21 }, "end": { - "line": 1300, + "line": 1306, "column": 29 } } @@ -57969,31 +58151,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 36088, - 36097 + 36258, + 36267 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 30 }, "end": { - "line": 1300, + "line": 1306, "column": 39 } } }, "range": [ - 36079, - 36097 + 36249, + 36267 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 21 }, "end": { - "line": 1300, + "line": 1306, "column": 39 } } @@ -58005,16 +58187,16 @@ "object": { "type": "ThisExpression", "range": [ - 36098, - 36102 + 36268, + 36272 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 40 }, "end": { - "line": 1300, + "line": 1306, "column": 44 } } @@ -58023,108 +58205,108 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 36103, - 36118 + 36273, + 36288 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 45 }, "end": { - "line": 1300, + "line": 1306, "column": 60 } } }, "range": [ - 36098, - 36118 + 36268, + 36288 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 40 }, "end": { - "line": 1300, + "line": 1306, "column": 60 } } } ], "range": [ - 36079, - 36119 + 36249, + 36289 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 21 }, "end": { - "line": 1300, + "line": 1306, "column": 61 } } }, "range": [ - 36070, - 36119 + 36240, + 36289 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 12 }, "end": { - "line": 1300, + "line": 1306, "column": 61 } } }, "range": [ - 36070, - 36120 + 36240, + 36290 ], "loc": { "start": { - "line": 1300, + "line": 1306, "column": 12 }, "end": { - "line": 1300, + "line": 1306, "column": 62 } } } ], "range": [ - 36056, - 36130 + 36226, + 36300 ], "loc": { "start": { - "line": 1299, + "line": 1305, "column": 15 }, "end": { - "line": 1301, + "line": 1307, "column": 9 } } }, "range": [ - 35954, - 36130 + 36124, + 36300 ], "loc": { "start": { - "line": 1297, + "line": 1303, "column": 8 }, "end": { - "line": 1301, + "line": 1307, "column": 9 } } @@ -58141,16 +58323,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36140, - 36146 + 36310, + 36316 ], "loc": { "start": { - "line": 1303, + "line": 1309, "column": 8 }, "end": { - "line": 1303, + "line": 1309, "column": 14 } } @@ -58159,31 +58341,31 @@ "type": "Identifier", "name": "className", "range": [ - 36147, - 36156 + 36317, + 36326 ], "loc": { "start": { - "line": 1303, + "line": 1309, "column": 15 }, "end": { - "line": 1303, + "line": 1309, "column": 24 } } }, "range": [ - 36140, - 36156 + 36310, + 36326 ], "loc": { "start": { - "line": 1303, + "line": 1309, "column": 8 }, "end": { - "line": 1303, + "line": 1309, "column": 24 } } @@ -58194,16 +58376,16 @@ "object": { "type": "ThisExpression", "range": [ - 36159, - 36163 + 36329, + 36333 ], "loc": { "start": { - "line": 1303, + "line": 1309, "column": 27 }, "end": { - "line": 1303, + "line": 1309, "column": 31 } } @@ -58212,61 +58394,61 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 36164, - 36179 + 36334, + 36349 ], "loc": { "start": { - "line": 1303, + "line": 1309, "column": 32 }, "end": { - "line": 1303, + "line": 1309, "column": 47 } } }, "range": [ - 36159, - 36179 + 36329, + 36349 ], "loc": { "start": { - "line": 1303, + "line": 1309, "column": 27 }, "end": { - "line": 1303, + "line": 1309, "column": 47 } } }, "range": [ - 36140, - 36179 + 36310, + 36349 ], "loc": { "start": { - "line": 1303, + "line": 1309, "column": 8 }, "end": { - "line": 1303, + "line": 1309, "column": 47 } } }, "range": [ - 36140, - 36180 + 36310, + 36350 ], "loc": { "start": { - "line": 1303, + "line": 1309, "column": 8 }, "end": { - "line": 1303, + "line": 1309, "column": 48 } } @@ -58279,16 +58461,16 @@ "object": { "type": "ThisExpression", "range": [ - 36194, - 36198 + 36364, + 36368 ], "loc": { "start": { - "line": 1305, + "line": 1311, "column": 12 }, "end": { - "line": 1305, + "line": 1311, "column": 16 } } @@ -58297,31 +58479,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 36199, - 36212 + 36369, + 36382 ], "loc": { "start": { - "line": 1305, + "line": 1311, "column": 17 }, "end": { - "line": 1305, + "line": 1311, "column": 30 } } }, "range": [ - 36194, - 36212 + 36364, + 36382 ], "loc": { "start": { - "line": 1305, + "line": 1311, "column": 12 }, "end": { - "line": 1305, + "line": 1311, "column": 30 } } @@ -58344,16 +58526,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36228, - 36234 + 36398, + 36404 ], "loc": { "start": { - "line": 1306, + "line": 1312, "column": 12 }, "end": { - "line": 1306, + "line": 1312, "column": 18 } } @@ -58362,31 +58544,31 @@ "type": "Identifier", "name": "style", "range": [ - 36235, - 36240 + 36405, + 36410 ], "loc": { "start": { - "line": 1306, + "line": 1312, "column": 19 }, "end": { - "line": 1306, + "line": 1312, "column": 24 } } }, "range": [ - 36228, - 36240 + 36398, + 36410 ], "loc": { "start": { - "line": 1306, + "line": 1312, "column": 12 }, "end": { - "line": 1306, + "line": 1312, "column": 24 } } @@ -58395,31 +58577,31 @@ "type": "Identifier", "name": "display", "range": [ - 36241, - 36248 + 36411, + 36418 ], "loc": { "start": { - "line": 1306, + "line": 1312, "column": 25 }, "end": { - "line": 1306, + "line": 1312, "column": 32 } } }, "range": [ - 36228, - 36248 + 36398, + 36418 ], "loc": { "start": { - "line": 1306, + "line": 1312, "column": 12 }, "end": { - "line": 1306, + "line": 1312, "column": 32 } } @@ -58428,78 +58610,78 @@ "type": "Identifier", "name": "NONE", "range": [ - 36251, - 36255 + 36421, + 36425 ], "loc": { "start": { - "line": 1306, + "line": 1312, "column": 35 }, "end": { - "line": 1306, + "line": 1312, "column": 39 } } }, "range": [ - 36228, - 36255 + 36398, + 36425 ], "loc": { "start": { - "line": 1306, + "line": 1312, "column": 12 }, "end": { - "line": 1306, + "line": 1312, "column": 39 } } }, "range": [ - 36228, - 36256 + 36398, + 36426 ], "loc": { "start": { - "line": 1306, + "line": 1312, "column": 12 }, "end": { - "line": 1306, + "line": 1312, "column": 40 } } } ], "range": [ - 36214, - 36266 + 36384, + 36436 ], "loc": { "start": { - "line": 1305, + "line": 1311, "column": 32 }, "end": { - "line": 1307, + "line": 1313, "column": 9 } } }, "alternate": null, "range": [ - 36190, - 36266 + 36360, + 36436 ], "loc": { "start": { - "line": 1305, + "line": 1311, "column": 8 }, "end": { - "line": 1307, + "line": 1313, "column": 9 } } @@ -58517,16 +58699,16 @@ "object": { "type": "ThisExpression", "range": [ - 36276, - 36280 + 36446, + 36450 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 8 }, "end": { - "line": 1309, + "line": 1315, "column": 12 } } @@ -58535,31 +58717,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 36281, - 36288 + 36451, + 36458 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 13 }, "end": { - "line": 1309, + "line": 1315, "column": 20 } } }, "range": [ - 36276, - 36288 + 36446, + 36458 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 8 }, "end": { - "line": 1309, + "line": 1315, "column": 20 } } @@ -58568,31 +58750,31 @@ "type": "Identifier", "name": "emit", "range": [ - 36289, - 36293 + 36459, + 36463 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 21 }, "end": { - "line": 1309, + "line": 1315, "column": 25 } } }, "range": [ - 36276, - 36293 + 36446, + 36463 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 8 }, "end": { - "line": 1309, + "line": 1315, "column": 25 } } @@ -58603,16 +58785,16 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 36294, - 36316 + 36464, + 36486 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 26 }, "end": { - "line": 1309, + "line": 1315, "column": 48 } } @@ -58620,16 +58802,16 @@ { "type": "ThisExpression", "range": [ - 36318, - 36322 + 36488, + 36492 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 50 }, "end": { - "line": 1309, + "line": 1315, "column": 54 } } @@ -58638,47 +58820,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36324, - 36330 + 36494, + 36500 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 56 }, "end": { - "line": 1309, + "line": 1315, "column": 62 } } } ], "range": [ - 36276, - 36331 + 36446, + 36501 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 8 }, "end": { - "line": 1309, + "line": 1315, "column": 63 } } }, "range": [ - 36276, - 36332 + 36446, + 36502 ], "loc": { "start": { - "line": 1309, + "line": 1315, "column": 8 }, "end": { - "line": 1309, + "line": 1315, "column": 64 } } @@ -58689,47 +58871,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36348, - 36354 + 36518, + 36524 ], "loc": { "start": { - "line": 1310, + "line": 1316, "column": 15 }, "end": { - "line": 1310, + "line": 1316, "column": 21 } } }, "range": [ - 36341, - 36355 + 36511, + 36525 ], "loc": { "start": { - "line": 1310, + "line": 1316, "column": 8 }, "end": { - "line": 1310, + "line": 1316, "column": 22 } } } ], "range": [ - 35625, - 36361 + 35795, + 36531 ], "loc": { "start": { - "line": 1287, + "line": 1293, "column": 24 }, "end": { - "line": 1311, + "line": 1317, "column": 5 } } @@ -58737,16 +58919,16 @@ "generator": false, "expression": false, "range": [ - 35622, - 36361 + 35792, + 36531 ], "loc": { "start": { - "line": 1287, + "line": 1293, "column": 21 }, "end": { - "line": 1311, + "line": 1317, "column": 5 } } @@ -58754,16 +58936,16 @@ "kind": "method", "computed": false, "range": [ - 35605, - 36361 + 35775, + 36531 ], "loc": { "start": { - "line": 1287, + "line": 1293, "column": 4 }, "end": { - "line": 1311, + "line": 1317, "column": 5 } }, @@ -58772,16 +58954,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 35545, - 35600 + 35715, + 35770 ], "loc": { "start": { - "line": 1284, + "line": 1290, "column": 4 }, "end": { - "line": 1286, + "line": 1292, "column": 7 } } @@ -58792,16 +58974,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 36367, - 36414 + 36537, + 36584 ], "loc": { "start": { - "line": 1313, + "line": 1319, "column": 4 }, "end": { - "line": 1315, + "line": 1321, "column": 7 } } @@ -58815,16 +58997,16 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 36419, - 36433 + 36589, + 36603 ], "loc": { "start": { - "line": 1316, + "line": 1322, "column": 4 }, "end": { - "line": 1316, + "line": 1322, "column": 18 } } @@ -58844,16 +59026,16 @@ "object": { "type": "ThisExpression", "range": [ - 36450, - 36454 + 36620, + 36624 ], "loc": { "start": { - "line": 1317, + "line": 1323, "column": 12 }, "end": { - "line": 1317, + "line": 1323, "column": 16 } } @@ -58862,31 +59044,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 36455, - 36462 + 36625, + 36632 ], "loc": { "start": { - "line": 1317, + "line": 1323, "column": 17 }, "end": { - "line": 1317, + "line": 1323, "column": 24 } } }, "range": [ - 36450, - 36462 + 36620, + 36632 ], "loc": { "start": { - "line": 1317, + "line": 1323, "column": 12 }, "end": { - "line": 1317, + "line": 1323, "column": 24 } } @@ -58898,48 +59080,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 36478, - 36485 + 36648, + 36655 ], "loc": { "start": { - "line": 1318, + "line": 1324, "column": 12 }, "end": { - "line": 1318, + "line": 1324, "column": 19 } } } ], "range": [ - 36464, - 36495 + 36634, + 36665 ], "loc": { "start": { - "line": 1317, + "line": 1323, "column": 26 }, "end": { - "line": 1319, + "line": 1325, "column": 9 } } }, "alternate": null, "range": [ - 36446, - 36495 + 36616, + 36665 ], "loc": { "start": { - "line": 1317, + "line": 1323, "column": 8 }, "end": { - "line": 1319, + "line": 1325, "column": 9 } } @@ -58955,16 +59137,16 @@ "object": { "type": "ThisExpression", "range": [ - 36504, - 36508 + 36674, + 36678 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 8 }, "end": { - "line": 1320, + "line": 1326, "column": 12 } } @@ -58973,31 +59155,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 36509, - 36515 + 36679, + 36685 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 13 }, "end": { - "line": 1320, + "line": 1326, "column": 19 } } }, "range": [ - 36504, - 36515 + 36674, + 36685 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 8 }, "end": { - "line": 1320, + "line": 1326, "column": 19 } } @@ -59013,16 +59195,16 @@ "object": { "type": "ThisExpression", "range": [ - 36518, - 36522 + 36688, + 36692 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 22 }, "end": { - "line": 1320, + "line": 1326, "column": 26 } } @@ -59031,31 +59213,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 36523, - 36529 + 36693, + 36699 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 27 }, "end": { - "line": 1320, + "line": 1326, "column": 33 } } }, "range": [ - 36518, - 36529 + 36688, + 36699 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 22 }, "end": { - "line": 1320, + "line": 1326, "column": 33 } } @@ -59065,31 +59247,31 @@ "value": 0, "raw": "0", "range": [ - 36532, - 36533 + 36702, + 36703 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 36 }, "end": { - "line": 1320, + "line": 1326, "column": 37 } } }, "range": [ - 36518, - 36533 + 36688, + 36703 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 22 }, "end": { - "line": 1320, + "line": 1326, "column": 37 } } @@ -59103,16 +59285,16 @@ "object": { "type": "ThisExpression", "range": [ - 36536, - 36540 + 36706, + 36710 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 40 }, "end": { - "line": 1320, + "line": 1326, "column": 44 } } @@ -59121,31 +59303,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 36541, - 36547 + 36711, + 36717 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 45 }, "end": { - "line": 1320, + "line": 1326, "column": 51 } } }, "range": [ - 36536, - 36547 + 36706, + 36717 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 40 }, "end": { - "line": 1320, + "line": 1326, "column": 51 } } @@ -59155,31 +59337,31 @@ "value": 1, "raw": "1", "range": [ - 36550, - 36551 + 36720, + 36721 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 54 }, "end": { - "line": 1320, + "line": 1326, "column": 55 } } }, "range": [ - 36536, - 36551 + 36706, + 36721 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 40 }, "end": { - "line": 1320, + "line": 1326, "column": 55 } } @@ -59189,61 +59371,61 @@ "value": 0, "raw": "0", "range": [ - 36554, - 36555 + 36724, + 36725 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 58 }, "end": { - "line": 1320, + "line": 1326, "column": 59 } } }, "range": [ - 36518, - 36555 + 36688, + 36725 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 22 }, "end": { - "line": 1320, + "line": 1326, "column": 59 } } }, "range": [ - 36504, - 36555 + 36674, + 36725 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 8 }, "end": { - "line": 1320, + "line": 1326, "column": 59 } } }, "range": [ - 36504, - 36556 + 36674, + 36726 ], "loc": { "start": { - "line": 1320, + "line": 1326, "column": 8 }, "end": { - "line": 1320, + "line": 1326, "column": 60 } } @@ -59259,16 +59441,16 @@ "object": { "type": "ThisExpression", "range": [ - 36565, - 36569 + 36735, + 36739 ], "loc": { "start": { - "line": 1321, + "line": 1327, "column": 8 }, "end": { - "line": 1321, + "line": 1327, "column": 12 } } @@ -59277,31 +59459,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 36570, - 36586 + 36740, + 36756 ], "loc": { "start": { - "line": 1321, + "line": 1327, "column": 13 }, "end": { - "line": 1321, + "line": 1327, "column": 29 } } }, "range": [ - 36565, - 36586 + 36735, + 36756 ], "loc": { "start": { - "line": 1321, + "line": 1327, "column": 8 }, "end": { - "line": 1321, + "line": 1327, "column": 29 } } @@ -59314,16 +59496,16 @@ "object": { "type": "ThisExpression", "range": [ - 36589, - 36593 + 36759, + 36763 ], "loc": { "start": { - "line": 1321, + "line": 1327, "column": 32 }, "end": { - "line": 1321, + "line": 1327, "column": 36 } } @@ -59332,93 +59514,93 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 36594, - 36603 + 36764, + 36773 ], "loc": { "start": { - "line": 1321, + "line": 1327, "column": 37 }, "end": { - "line": 1321, + "line": 1327, "column": 46 } } }, "range": [ - 36589, - 36603 + 36759, + 36773 ], "loc": { "start": { - "line": 1321, + "line": 1327, "column": 32 }, "end": { - "line": 1321, + "line": 1327, "column": 46 } } }, "arguments": [], "range": [ - 36589, - 36605 + 36759, + 36775 ], "loc": { "start": { - "line": 1321, + "line": 1327, "column": 32 }, "end": { - "line": 1321, + "line": 1327, "column": 48 } } }, "range": [ - 36565, - 36605 + 36735, + 36775 ], "loc": { "start": { - "line": 1321, + "line": 1327, "column": 8 }, "end": { - "line": 1321, + "line": 1327, "column": 48 } } }, "range": [ - 36565, - 36606 + 36735, + 36776 ], "loc": { "start": { - "line": 1321, + "line": 1327, "column": 8 }, "end": { - "line": 1321, + "line": 1327, "column": 49 } } } ], "range": [ - 36436, - 36612 + 36606, + 36782 ], "loc": { "start": { - "line": 1316, + "line": 1322, "column": 21 }, "end": { - "line": 1322, + "line": 1328, "column": 5 } } @@ -59426,16 +59608,16 @@ "generator": false, "expression": false, "range": [ - 36433, - 36612 + 36603, + 36782 ], "loc": { "start": { - "line": 1316, + "line": 1322, "column": 18 }, "end": { - "line": 1322, + "line": 1328, "column": 5 } } @@ -59443,16 +59625,16 @@ "kind": "method", "computed": false, "range": [ - 36419, - 36612 + 36589, + 36782 ], "loc": { "start": { - "line": 1316, + "line": 1322, "column": 4 }, "end": { - "line": 1322, + "line": 1328, "column": 5 } }, @@ -59461,16 +59643,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 36367, - 36414 + 36537, + 36584 ], "loc": { "start": { - "line": 1313, + "line": 1319, "column": 4 }, "end": { - "line": 1315, + "line": 1321, "column": 7 } } @@ -59481,16 +59663,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": [ - 36618, - 36837 + 36788, + 37007 ], "loc": { "start": { - "line": 1324, + "line": 1330, "column": 4 }, "end": { - "line": 1329, + "line": 1335, "column": 7 } } @@ -59504,16 +59686,16 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 36842, - 36859 + 37012, + 37029 ], "loc": { "start": { - "line": 1330, + "line": 1336, "column": 4 }, "end": { - "line": 1330, + "line": 1336, "column": 21 } } @@ -59526,16 +59708,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36860, - 36868 + 37030, + 37038 ], "loc": { "start": { - "line": 1330, + "line": 1336, "column": 22 }, "end": { - "line": 1330, + "line": 1336, "column": 30 } } @@ -59544,16 +59726,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 36870, - 36878 + 37040, + 37048 ], "loc": { "start": { - "line": 1330, + "line": 1336, "column": 32 }, "end": { - "line": 1330, + "line": 1336, "column": 40 } } @@ -59562,16 +59744,16 @@ "type": "Identifier", "name": "container", "range": [ - 36880, - 36889 + 37050, + 37059 ], "loc": { "start": { - "line": 1330, + "line": 1336, "column": 42 }, "end": { - "line": 1330, + "line": 1336, "column": 51 } } @@ -59589,16 +59771,16 @@ "type": "Identifier", "name": "col", "range": [ - 36905, - 36908 + 37075, + 37078 ], "loc": { "start": { - "line": 1331, + "line": 1337, "column": 12 }, "end": { - "line": 1331, + "line": 1337, "column": 15 } } @@ -59611,16 +59793,16 @@ "object": { "type": "ThisExpression", "range": [ - 36911, - 36915 + 37081, + 37085 ], "loc": { "start": { - "line": 1331, + "line": 1337, "column": 18 }, "end": { - "line": 1331, + "line": 1337, "column": 22 } } @@ -59629,31 +59811,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 36916, - 36929 + 37086, + 37099 ], "loc": { "start": { - "line": 1331, + "line": 1337, "column": 23 }, "end": { - "line": 1331, + "line": 1337, "column": 36 } } }, "range": [ - 36911, - 36929 + 37081, + 37099 ], "loc": { "start": { - "line": 1331, + "line": 1337, "column": 18 }, "end": { - "line": 1331, + "line": 1337, "column": 36 } } @@ -59663,47 +59845,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36930, - 36938 + 37100, + 37108 ], "loc": { "start": { - "line": 1331, + "line": 1337, "column": 37 }, "end": { - "line": 1331, + "line": 1337, "column": 45 } } } ], "range": [ - 36911, - 36939 + 37081, + 37109 ], "loc": { "start": { - "line": 1331, + "line": 1337, "column": 18 }, "end": { - "line": 1331, + "line": 1337, "column": 46 } } }, "range": [ - 36905, - 36939 + 37075, + 37109 ], "loc": { "start": { - "line": 1331, + "line": 1337, "column": 12 }, "end": { - "line": 1331, + "line": 1337, "column": 46 } } @@ -59711,16 +59893,16 @@ ], "kind": "let", "range": [ - 36901, - 36940 + 37071, + 37110 ], "loc": { "start": { - "line": 1331, + "line": 1337, "column": 8 }, "end": { - "line": 1331, + "line": 1337, "column": 47 } } @@ -59734,16 +59916,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 36953, - 36969 + 37123, + 37139 ], "loc": { "start": { - "line": 1332, + "line": 1338, "column": 12 }, "end": { - "line": 1332, + "line": 1338, "column": 28 } } @@ -59756,16 +59938,16 @@ "object": { "type": "ThisExpression", "range": [ - 36972, - 36976 + 37142, + 37146 ], "loc": { "start": { - "line": 1332, + "line": 1338, "column": 31 }, "end": { - "line": 1332, + "line": 1338, "column": 35 } } @@ -59774,31 +59956,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 36977, - 36990 + 37147, + 37160 ], "loc": { "start": { - "line": 1332, + "line": 1338, "column": 36 }, "end": { - "line": 1332, + "line": 1338, "column": 49 } } }, "range": [ - 36972, - 36990 + 37142, + 37160 ], "loc": { "start": { - "line": 1332, + "line": 1338, "column": 31 }, "end": { - "line": 1332, + "line": 1338, "column": 49 } } @@ -59812,16 +59994,16 @@ "object": { "type": "ThisExpression", "range": [ - 37005, - 37009 + 37175, + 37179 ], "loc": { "start": { - "line": 1333, + "line": 1339, "column": 12 }, "end": { - "line": 1333, + "line": 1339, "column": 16 } } @@ -59830,31 +60012,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 37010, - 37027 + 37180, + 37197 ], "loc": { "start": { - "line": 1333, + "line": 1339, "column": 17 }, "end": { - "line": 1333, + "line": 1339, "column": 34 } } }, "range": [ - 37005, - 37027 + 37175, + 37197 ], "loc": { "start": { - "line": 1333, + "line": 1339, "column": 12 }, "end": { - "line": 1333, + "line": 1339, "column": 34 } } @@ -59863,31 +60045,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37028, - 37036 + 37198, + 37206 ], "loc": { "start": { - "line": 1333, + "line": 1339, "column": 35 }, "end": { - "line": 1333, + "line": 1339, "column": 43 } } }, "range": [ - 37005, - 37037 + 37175, + 37207 ], "loc": { "start": { - "line": 1333, + "line": 1339, "column": 12 }, "end": { - "line": 1333, + "line": 1339, "column": 44 } } @@ -59897,46 +60079,46 @@ "value": null, "raw": "null", "range": [ - 37040, - 37044 + 37210, + 37214 ], "loc": { "start": { - "line": 1333, + "line": 1339, "column": 47 }, "end": { - "line": 1333, + "line": 1339, "column": 51 } } }, "range": [ - 36972, - 37044 + 37142, + 37214 ], "loc": { "start": { - "line": 1332, + "line": 1338, "column": 31 }, "end": { - "line": 1333, + "line": 1339, "column": 51 } } }, "range": [ - 36953, - 37044 + 37123, + 37214 ], "loc": { "start": { - "line": 1332, + "line": 1338, "column": 12 }, "end": { - "line": 1333, + "line": 1339, "column": 51 } } @@ -59944,16 +60126,16 @@ ], "kind": "let", "range": [ - 36949, - 37045 + 37119, + 37215 ], "loc": { "start": { - "line": 1332, + "line": 1338, "column": 8 }, "end": { - "line": 1333, + "line": 1339, "column": 52 } } @@ -59967,16 +60149,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 37058, - 37065 + 37228, + 37235 ], "loc": { "start": { - "line": 1334, + "line": 1340, "column": 12 }, "end": { - "line": 1334, + "line": 1340, "column": 19 } } @@ -59990,16 +60172,16 @@ "type": "Identifier", "name": "col", "range": [ - 37068, - 37071 + 37238, + 37241 ], "loc": { "start": { - "line": 1334, + "line": 1340, "column": 22 }, "end": { - "line": 1334, + "line": 1340, "column": 25 } } @@ -60008,31 +60190,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 37076, - 37081 + 37246, + 37251 ], "loc": { "start": { - "line": 1334, + "line": 1340, "column": 30 }, "end": { - "line": 1334, + "line": 1340, "column": 35 } } }, "range": [ - 37068, - 37081 + 37238, + 37251 ], "loc": { "start": { - "line": 1334, + "line": 1340, "column": 22 }, "end": { - "line": 1334, + "line": 1340, "column": 35 } } @@ -60042,16 +60224,16 @@ "value": "text", "raw": "'text'", "range": [ - 37084, - 37090 + 37254, + 37260 ], "loc": { "start": { - "line": 1334, + "line": 1340, "column": 38 }, "end": { - "line": 1334, + "line": 1340, "column": 44 } } @@ -60061,46 +60243,46 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 37093, - 37101 + 37263, + 37271 ], "loc": { "start": { - "line": 1334, + "line": 1340, "column": 47 }, "end": { - "line": 1334, + "line": 1340, "column": 55 } } }, "range": [ - 37068, - 37101 + 37238, + 37271 ], "loc": { "start": { - "line": 1334, + "line": 1340, "column": 22 }, "end": { - "line": 1334, + "line": 1340, "column": 55 } } }, "range": [ - 37058, - 37101 + 37228, + 37271 ], "loc": { "start": { - "line": 1334, + "line": 1340, "column": 12 }, "end": { - "line": 1334, + "line": 1340, "column": 55 } } @@ -60108,16 +60290,16 @@ ], "kind": "let", "range": [ - 37054, - 37102 + 37224, + 37272 ], "loc": { "start": { - "line": 1334, + "line": 1340, "column": 8 }, "end": { - "line": 1334, + "line": 1340, "column": 56 } } @@ -60131,16 +60313,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37115, - 37118 + 37285, + 37288 ], "loc": { "start": { - "line": 1335, + "line": 1341, "column": 12 }, "end": { - "line": 1335, + "line": 1341, "column": 15 } } @@ -60151,16 +60333,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 37121, - 37130 + 37291, + 37300 ], "loc": { "start": { - "line": 1335, + "line": 1341, "column": 18 }, "end": { - "line": 1335, + "line": 1341, "column": 27 } } @@ -60170,16 +60352,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 37131, - 37136 + 37301, + 37306 ], "loc": { "start": { - "line": 1335, + "line": 1341, "column": 28 }, "end": { - "line": 1335, + "line": 1341, "column": 33 } } @@ -60192,16 +60374,16 @@ "value": "id", "raw": "'id'", "range": [ - 37151, - 37155 + 37321, + 37325 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 13 }, "end": { - "line": 1336, + "line": 1342, "column": 17 } } @@ -60221,16 +60403,16 @@ "object": { "type": "ThisExpression", "range": [ - 37157, - 37161 + 37327, + 37331 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 19 }, "end": { - "line": 1336, + "line": 1342, "column": 23 } } @@ -60239,31 +60421,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 37162, - 37169 + 37332, + 37339 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 24 }, "end": { - "line": 1336, + "line": 1342, "column": 31 } } }, "range": [ - 37157, - 37169 + 37327, + 37339 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 19 }, "end": { - "line": 1336, + "line": 1342, "column": 31 } } @@ -60272,31 +60454,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37172, - 37180 + 37342, + 37350 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 34 }, "end": { - "line": 1336, + "line": 1342, "column": 42 } } }, "range": [ - 37157, - 37180 + 37327, + 37350 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 19 }, "end": { - "line": 1336, + "line": 1342, "column": 42 } } @@ -60306,31 +60488,31 @@ "value": "_", "raw": "'_'", "range": [ - 37183, - 37186 + 37353, + 37356 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 45 }, "end": { - "line": 1336, + "line": 1342, "column": 48 } } }, "range": [ - 37157, - 37186 + 37327, + 37356 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 19 }, "end": { - "line": 1336, + "line": 1342, "column": 48 } } @@ -60341,16 +60523,16 @@ "object": { "type": "ThisExpression", "range": [ - 37189, - 37193 + 37359, + 37363 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 51 }, "end": { - "line": 1336, + "line": 1342, "column": 55 } } @@ -60359,62 +60541,62 @@ "type": "Identifier", "name": "id", "range": [ - 37194, - 37196 + 37364, + 37366 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 56 }, "end": { - "line": 1336, + "line": 1342, "column": 58 } } }, "range": [ - 37189, - 37196 + 37359, + 37366 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 51 }, "end": { - "line": 1336, + "line": 1342, "column": 58 } } }, "range": [ - 37157, - 37196 + 37327, + 37366 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 19 }, "end": { - "line": 1336, + "line": 1342, "column": 58 } } } ], "range": [ - 37150, - 37197 + 37320, + 37367 ], "loc": { "start": { - "line": 1336, + "line": 1342, "column": 12 }, "end": { - "line": 1336, + "line": 1342, "column": 59 } } @@ -60427,16 +60609,16 @@ "value": "type", "raw": "'type'", "range": [ - 37212, - 37218 + 37382, + 37388 ], "loc": { "start": { - "line": 1337, + "line": 1343, "column": 13 }, "end": { - "line": 1337, + "line": 1343, "column": 19 } } @@ -60445,32 +60627,32 @@ "type": "Identifier", "name": "inptype", "range": [ - 37220, - 37227 + 37390, + 37397 ], "loc": { "start": { - "line": 1337, + "line": 1343, "column": 21 }, "end": { - "line": 1337, + "line": 1343, "column": 28 } } } ], "range": [ - 37211, - 37228 + 37381, + 37398 ], "loc": { "start": { - "line": 1337, + "line": 1343, "column": 12 }, "end": { - "line": 1337, + "line": 1343, "column": 29 } } @@ -60483,16 +60665,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 37231, - 37235 + 37401, + 37405 ], "loc": { "start": { - "line": 1337, + "line": 1343, "column": 32 }, "end": { - "line": 1337, + "line": 1343, "column": 36 } } @@ -60501,63 +60683,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37237, - 37245 + 37407, + 37415 ], "loc": { "start": { - "line": 1337, + "line": 1343, "column": 38 }, "end": { - "line": 1337, + "line": 1343, "column": 46 } } } ], "range": [ - 37230, - 37246 + 37400, + 37416 ], "loc": { "start": { - "line": 1337, + "line": 1343, "column": 31 }, "end": { - "line": 1337, + "line": 1343, "column": 47 } } } ], "range": [ - 37121, - 37247 + 37291, + 37417 ], "loc": { "start": { - "line": 1335, + "line": 1341, "column": 18 }, "end": { - "line": 1337, + "line": 1343, "column": 48 } } }, "range": [ - 37115, - 37247 + 37285, + 37417 ], "loc": { "start": { - "line": 1335, + "line": 1341, "column": 12 }, "end": { - "line": 1337, + "line": 1343, "column": 48 } } @@ -60565,16 +60747,16 @@ ], "kind": "let", "range": [ - 37111, - 37248 + 37281, + 37418 ], "loc": { "start": { - "line": 1335, + "line": 1341, "column": 8 }, "end": { - "line": 1337, + "line": 1343, "column": 49 } } @@ -60591,16 +60773,16 @@ "type": "Identifier", "name": "inptype", "range": [ - 37262, - 37269 + 37432, + 37439 ], "loc": { "start": { - "line": 1339, + "line": 1345, "column": 12 }, "end": { - "line": 1339, + "line": 1345, "column": 19 } } @@ -60610,31 +60792,31 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 37274, - 37282 + 37444, + 37452 ], "loc": { "start": { - "line": 1339, + "line": 1345, "column": 24 }, "end": { - "line": 1339, + "line": 1345, "column": 32 } } }, "range": [ - 37262, - 37282 + 37432, + 37452 ], "loc": { "start": { - "line": 1339, + "line": 1345, "column": 12 }, "end": { - "line": 1339, + "line": 1345, "column": 32 } } @@ -60645,16 +60827,16 @@ "object": { "type": "ThisExpression", "range": [ - 37286, - 37290 + 37456, + 37460 ], "loc": { "start": { - "line": 1339, + "line": 1345, "column": 36 }, "end": { - "line": 1339, + "line": 1345, "column": 40 } } @@ -60663,46 +60845,46 @@ "type": "Identifier", "name": "watermark", "range": [ - 37291, - 37300 + 37461, + 37470 ], "loc": { "start": { - "line": 1339, + "line": 1345, "column": 41 }, "end": { - "line": 1339, + "line": 1345, "column": 50 } } }, "range": [ - 37286, - 37300 + 37456, + 37470 ], "loc": { "start": { - "line": 1339, + "line": 1345, "column": 36 }, "end": { - "line": 1339, + "line": 1345, "column": 50 } } }, "range": [ - 37262, - 37300 + 37432, + 37470 ], "loc": { "start": { - "line": 1339, + "line": 1345, "column": 12 }, "end": { - "line": 1339, + "line": 1345, "column": 50 } } @@ -60721,16 +60903,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37316, - 37319 + 37486, + 37489 ], "loc": { "start": { - "line": 1340, + "line": 1346, "column": 12 }, "end": { - "line": 1340, + "line": 1346, "column": 15 } } @@ -60739,31 +60921,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 37320, - 37332 + 37490, + 37502 ], "loc": { "start": { - "line": 1340, + "line": 1346, "column": 16 }, "end": { - "line": 1340, + "line": 1346, "column": 28 } } }, "range": [ - 37316, - 37332 + 37486, + 37502 ], "loc": { "start": { - "line": 1340, + "line": 1346, "column": 12 }, "end": { - "line": 1340, + "line": 1346, "column": 28 } } @@ -60774,16 +60956,16 @@ "value": "placeholder", "raw": "'placeholder'", "range": [ - 37333, - 37346 + 37503, + 37516 ], "loc": { "start": { - "line": 1340, + "line": 1346, "column": 29 }, "end": { - "line": 1340, + "line": 1346, "column": 42 } } @@ -60796,16 +60978,16 @@ "object": { "type": "ThisExpression", "range": [ - 37364, - 37368 + 37534, + 37538 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 16 }, "end": { - "line": 1341, + "line": 1347, "column": 20 } } @@ -60814,31 +60996,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 37369, - 37385 + 37539, + 37555 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 21 }, "end": { - "line": 1341, + "line": 1347, "column": 37 } } }, "range": [ - 37364, - 37385 + 37534, + 37555 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 16 }, "end": { - "line": 1341, + "line": 1347, "column": 37 } } @@ -60855,16 +61037,16 @@ "object": { "type": "ThisExpression", "range": [ - 37389, - 37393 + 37559, + 37563 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 41 }, "end": { - "line": 1341, + "line": 1347, "column": 45 } } @@ -60873,31 +61055,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 37394, - 37403 + 37564, + 37573 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 46 }, "end": { - "line": 1341, + "line": 1347, "column": 55 } } }, "range": [ - 37389, - 37403 + 37559, + 37573 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 41 }, "end": { - "line": 1341, + "line": 1347, "column": 55 } } @@ -60906,31 +61088,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37404, - 37412 + 37574, + 37582 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 56 }, "end": { - "line": 1341, + "line": 1347, "column": 64 } } }, "range": [ - 37389, - 37413 + 37559, + 37583 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 41 }, "end": { - "line": 1341, + "line": 1347, "column": 65 } } @@ -60940,31 +61122,31 @@ "value": "", "raw": "''", "range": [ - 37417, - 37419 + 37587, + 37589 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 69 }, "end": { - "line": 1341, + "line": 1347, "column": 71 } } }, "range": [ - 37389, - 37419 + 37559, + 37589 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 41 }, "end": { - "line": 1341, + "line": 1347, "column": 71 } } @@ -60975,16 +61157,16 @@ "object": { "type": "ThisExpression", "range": [ - 37443, - 37447 + 37613, + 37617 ], "loc": { "start": { - "line": 1342, + "line": 1348, "column": 20 }, "end": { - "line": 1342, + "line": 1348, "column": 24 } } @@ -60993,109 +61175,109 @@ "type": "Identifier", "name": "watermark", "range": [ - 37448, - 37457 + 37618, + 37627 ], "loc": { "start": { - "line": 1342, + "line": 1348, "column": 25 }, "end": { - "line": 1342, + "line": 1348, "column": 34 } } }, "range": [ - 37443, - 37457 + 37613, + 37627 ], "loc": { "start": { - "line": 1342, + "line": 1348, "column": 20 }, "end": { - "line": 1342, + "line": 1348, "column": 34 } } }, "range": [ - 37364, - 37457 + 37534, + 37627 ], "loc": { "start": { - "line": 1341, + "line": 1347, "column": 16 }, "end": { - "line": 1342, + "line": 1348, "column": 34 } } } ], "range": [ - 37316, - 37471 + 37486, + 37641 ], "loc": { "start": { - "line": 1340, + "line": 1346, "column": 12 }, "end": { - "line": 1343, + "line": 1349, "column": 13 } } }, "range": [ - 37316, - 37472 + 37486, + 37642 ], "loc": { "start": { - "line": 1340, + "line": 1346, "column": 12 }, "end": { - "line": 1343, + "line": 1349, "column": 14 } } } ], "range": [ - 37302, - 37482 + 37472, + 37652 ], "loc": { "start": { - "line": 1339, + "line": 1345, "column": 52 }, "end": { - "line": 1344, + "line": 1350, "column": 9 } } }, "alternate": null, "range": [ - 37258, - 37482 + 37428, + 37652 ], "loc": { "start": { - "line": 1339, + "line": 1345, "column": 8 }, "end": { - "line": 1344, + "line": 1350, "column": 9 } } @@ -61112,16 +61294,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37491, - 37494 + 37661, + 37664 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 8 }, "end": { - "line": 1345, + "line": 1351, "column": 11 } } @@ -61130,31 +61312,31 @@ "type": "Identifier", "name": "className", "range": [ - 37495, - 37504 + 37665, + 37674 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 12 }, "end": { - "line": 1345, + "line": 1351, "column": 21 } } }, "range": [ - 37491, - 37504 + 37661, + 37674 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 8 }, "end": { - "line": 1345, + "line": 1351, "column": 21 } } @@ -61166,16 +61348,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 37507, - 37515 + 37677, + 37685 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 24 }, "end": { - "line": 1345, + "line": 1351, "column": 32 } } @@ -61186,16 +61368,16 @@ "object": { "type": "ThisExpression", "range": [ - 37519, - 37523 + 37689, + 37693 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 36 }, "end": { - "line": 1345, + "line": 1351, "column": 40 } } @@ -61204,76 +61386,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 37524, - 37535 + 37694, + 37705 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 41 }, "end": { - "line": 1345, + "line": 1351, "column": 52 } } }, "range": [ - 37519, - 37535 + 37689, + 37705 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 36 }, "end": { - "line": 1345, + "line": 1351, "column": 52 } } }, "range": [ - 37507, - 37535 + 37677, + 37705 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 24 }, "end": { - "line": 1345, + "line": 1351, "column": 52 } } }, "range": [ - 37491, - 37535 + 37661, + 37705 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 8 }, "end": { - "line": 1345, + "line": 1351, "column": 52 } } }, "range": [ - 37491, - 37536 + 37661, + 37706 ], "loc": { "start": { - "line": 1345, + "line": 1351, "column": 8 }, "end": { - "line": 1345, + "line": 1351, "column": 53 } } @@ -61286,16 +61468,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37545, - 37551 + 37715, + 37721 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 8 }, "end": { - "line": 1346, + "line": 1352, "column": 14 } } @@ -61305,16 +61487,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37552, - 37555 + 37722, + 37725 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 15 }, "end": { - "line": 1346, + "line": 1352, "column": 18 } } @@ -61324,16 +61506,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 37557, - 37564 + 37727, + 37734 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 20 }, "end": { - "line": 1346, + "line": 1352, "column": 27 } } @@ -61346,16 +61528,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37567, - 37570 + 37737, + 37740 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 30 }, "end": { - "line": 1346, + "line": 1352, "column": 33 } } @@ -61369,16 +61551,16 @@ "object": { "type": "ThisExpression", "range": [ - 37575, - 37579 + 37745, + 37749 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 38 }, "end": { - "line": 1346, + "line": 1352, "column": 42 } } @@ -61387,31 +61569,31 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 37580, - 37590 + 37750, + 37760 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 43 }, "end": { - "line": 1346, + "line": 1352, "column": 53 } } }, "range": [ - 37575, - 37590 + 37745, + 37760 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 38 }, "end": { - "line": 1346, + "line": 1352, "column": 53 } } @@ -61421,32 +61603,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37591, - 37594 + 37761, + 37764 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 54 }, "end": { - "line": 1346, + "line": 1352, "column": 57 } } } ], "range": [ - 37575, - 37595 + 37745, + 37765 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 38 }, "end": { - "line": 1346, + "line": 1352, "column": 58 } } @@ -61454,47 +61636,47 @@ "generator": false, "expression": true, "range": [ - 37566, - 37595 + 37736, + 37765 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 29 }, "end": { - "line": 1346, + "line": 1352, "column": 58 } } } ], "range": [ - 37545, - 37596 + 37715, + 37766 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 8 }, "end": { - "line": 1346, + "line": 1352, "column": 59 } } }, "range": [ - 37545, - 37597 + 37715, + 37767 ], "loc": { "start": { - "line": 1346, + "line": 1352, "column": 8 }, "end": { - "line": 1346, + "line": 1352, "column": 60 } }, @@ -61503,16 +61685,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37607, - 37645 + 37777, + 37815 ], "loc": { "start": { - "line": 1348, + "line": 1354, "column": 8 }, "end": { - "line": 1348, + "line": 1354, "column": 46 } } @@ -61525,16 +61707,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37658, - 37674 + 37828, + 37844 ], "loc": { "start": { - "line": 1349, + "line": 1355, "column": 12 }, "end": { - "line": 1349, + "line": 1355, "column": 28 } } @@ -61555,16 +61737,16 @@ "type": "Identifier", "name": "elm", "range": [ - 37690, - 37693 + 37860, + 37863 ], "loc": { "start": { - "line": 1350, + "line": 1356, "column": 12 }, "end": { - "line": 1350, + "line": 1356, "column": 15 } } @@ -61574,32 +61756,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37694, - 37710 + 37864, + 37880 ], "loc": { "start": { - "line": 1350, + "line": 1356, "column": 16 }, "end": { - "line": 1350, + "line": 1356, "column": 32 } } } ], "range": [ - 37690, - 37711 + 37860, + 37881 ], "loc": { "start": { - "line": 1350, + "line": 1356, "column": 12 }, "end": { - "line": 1350, + "line": 1356, "column": 33 } } @@ -61608,31 +61790,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37712, - 37723 + 37882, + 37893 ], "loc": { "start": { - "line": 1350, + "line": 1356, "column": 34 }, "end": { - "line": 1350, + "line": 1356, "column": 45 } } }, "range": [ - 37690, - 37723 + 37860, + 37893 ], "loc": { "start": { - "line": 1350, + "line": 1356, "column": 12 }, "end": { - "line": 1350, + "line": 1356, "column": 45 } } @@ -61642,63 +61824,63 @@ "type": "Identifier", "name": "inp", "range": [ - 37724, - 37727 + 37894, + 37897 ], "loc": { "start": { - "line": 1350, + "line": 1356, "column": 46 }, "end": { - "line": 1350, + "line": 1356, "column": 49 } } } ], "range": [ - 37690, - 37728 + 37860, + 37898 ], "loc": { "start": { - "line": 1350, + "line": 1356, "column": 12 }, "end": { - "line": 1350, + "line": 1356, "column": 50 } } }, "range": [ - 37690, - 37729 + 37860, + 37899 ], "loc": { "start": { - "line": 1350, + "line": 1356, "column": 12 }, "end": { - "line": 1350, + "line": 1356, "column": 51 } } } ], "range": [ - 37676, - 37739 + 37846, + 37909 ], "loc": { "start": { - "line": 1349, + "line": 1355, "column": 30 }, "end": { - "line": 1351, + "line": 1357, "column": 9 } } @@ -61717,16 +61899,16 @@ "type": "Identifier", "name": "container", "range": [ - 37759, - 37768 + 37929, + 37938 ], "loc": { "start": { - "line": 1352, + "line": 1358, "column": 12 }, "end": { - "line": 1352, + "line": 1358, "column": 21 } } @@ -61735,31 +61917,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37769, - 37780 + 37939, + 37950 ], "loc": { "start": { - "line": 1352, + "line": 1358, "column": 22 }, "end": { - "line": 1352, + "line": 1358, "column": 33 } } }, "range": [ - 37759, - 37780 + 37929, + 37950 ], "loc": { "start": { - "line": 1352, + "line": 1358, "column": 12 }, "end": { - "line": 1352, + "line": 1358, "column": 33 } } @@ -61769,78 +61951,78 @@ "type": "Identifier", "name": "inp", "range": [ - 37781, - 37784 + 37951, + 37954 ], "loc": { "start": { - "line": 1352, + "line": 1358, "column": 34 }, "end": { - "line": 1352, + "line": 1358, "column": 37 } } } ], "range": [ - 37759, - 37785 + 37929, + 37955 ], "loc": { "start": { - "line": 1352, + "line": 1358, "column": 12 }, "end": { - "line": 1352, + "line": 1358, "column": 38 } } }, "range": [ - 37759, - 37786 + 37929, + 37956 ], "loc": { "start": { - "line": 1352, + "line": 1358, "column": 12 }, "end": { - "line": 1352, + "line": 1358, "column": 39 } } } ], "range": [ - 37745, - 37796 + 37915, + 37966 ], "loc": { "start": { - "line": 1351, + "line": 1357, "column": 15 }, "end": { - "line": 1353, + "line": 1359, "column": 9 } } }, "range": [ - 37654, - 37796 + 37824, + 37966 ], "loc": { "start": { - "line": 1349, + "line": 1355, "column": 8 }, "end": { - "line": 1353, + "line": 1359, "column": 9 } }, @@ -61849,16 +62031,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37607, - 37645 + 37777, + 37815 ], "loc": { "start": { - "line": 1348, + "line": 1354, "column": 8 }, "end": { - "line": 1348, + "line": 1354, "column": 46 } } @@ -61878,16 +62060,16 @@ "object": { "type": "ThisExpression", "range": [ - 37806, - 37810 + 37976, + 37980 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 8 }, "end": { - "line": 1355, + "line": 1361, "column": 12 } } @@ -61896,31 +62078,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 37811, - 37817 + 37981, + 37987 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 13 }, "end": { - "line": 1355, + "line": 1361, "column": 19 } } }, "range": [ - 37806, - 37817 + 37976, + 37987 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 8 }, "end": { - "line": 1355, + "line": 1361, "column": 19 } } @@ -61929,31 +62111,31 @@ "type": "Identifier", "name": "push", "range": [ - 37818, - 37822 + 37988, + 37992 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 20 }, "end": { - "line": 1355, + "line": 1361, "column": 24 } } }, "range": [ - 37806, - 37822 + 37976, + 37992 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 8 }, "end": { - "line": 1355, + "line": 1361, "column": 24 } } @@ -61966,16 +62148,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37823, - 37826 + 37993, + 37996 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 25 }, "end": { - "line": 1355, + "line": 1361, "column": 28 } } @@ -61984,62 +62166,62 @@ "type": "Identifier", "name": "id", "range": [ - 37827, - 37829 + 37997, + 37999 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 29 }, "end": { - "line": 1355, + "line": 1361, "column": 31 } } }, "range": [ - 37823, - 37829 + 37993, + 37999 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 25 }, "end": { - "line": 1355, + "line": 1361, "column": 31 } } } ], "range": [ - 37806, - 37830 + 37976, + 38000 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 8 }, "end": { - "line": 1355, + "line": 1361, "column": 32 } } }, "range": [ - 37806, - 37831 + 37976, + 38001 ], "loc": { "start": { - "line": 1355, + "line": 1361, "column": 8 }, "end": { - "line": 1355, + "line": 1361, "column": 33 } } @@ -62052,16 +62234,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37841, - 37847 + 38011, + 38017 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 8 }, "end": { - "line": 1357, + "line": 1363, "column": 14 } } @@ -62071,16 +62253,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37848, - 37851 + 38018, + 38021 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 15 }, "end": { - "line": 1357, + "line": 1363, "column": 18 } } @@ -62090,16 +62272,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 37853, - 37863 + 38023, + 38033 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 20 }, "end": { - "line": 1357, + "line": 1363, "column": 30 } } @@ -62112,16 +62294,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37866, - 37869 + 38036, + 38039 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 33 }, "end": { - "line": 1357, + "line": 1363, "column": 36 } } @@ -62135,16 +62317,16 @@ "object": { "type": "ThisExpression", "range": [ - 37874, - 37878 + 38044, + 38048 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 41 }, "end": { - "line": 1357, + "line": 1363, "column": 45 } } @@ -62153,31 +62335,31 @@ "type": "Identifier", "name": "detectKey", "range": [ - 37879, - 37888 + 38049, + 38058 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 46 }, "end": { - "line": 1357, + "line": 1363, "column": 55 } } }, "range": [ - 37874, - 37888 + 38044, + 38058 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 41 }, "end": { - "line": 1357, + "line": 1363, "column": 55 } } @@ -62187,32 +62369,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37889, - 37892 + 38059, + 38062 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 56 }, "end": { - "line": 1357, + "line": 1363, "column": 59 } } } ], "range": [ - 37874, - 37893 + 38044, + 38063 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 41 }, "end": { - "line": 1357, + "line": 1363, "column": 60 } } @@ -62220,47 +62402,47 @@ "generator": false, "expression": true, "range": [ - 37865, - 37893 + 38035, + 38063 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 32 }, "end": { - "line": 1357, + "line": 1363, "column": 60 } } } ], "range": [ - 37841, - 37894 + 38011, + 38064 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 8 }, "end": { - "line": 1357, + "line": 1363, "column": 61 } } }, "range": [ - 37841, - 37895 + 38011, + 38065 ], "loc": { "start": { - "line": 1357, + "line": 1363, "column": 8 }, "end": { - "line": 1357, + "line": 1363, "column": 62 } } @@ -62273,16 +62455,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37904, - 37910 + 38074, + 38080 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 8 }, "end": { - "line": 1358, + "line": 1364, "column": 14 } } @@ -62292,16 +62474,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37911, - 37914 + 38081, + 38084 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 15 }, "end": { - "line": 1358, + "line": 1364, "column": 18 } } @@ -62311,16 +62493,16 @@ "value": "keydown", "raw": "'keydown'", "range": [ - 37916, - 37925 + 38086, + 38095 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 20 }, "end": { - "line": 1358, + "line": 1364, "column": 29 } } @@ -62337,16 +62519,16 @@ "object": { "type": "ThisExpression", "range": [ - 37933, - 37937 + 38103, + 38107 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 37 }, "end": { - "line": 1358, + "line": 1364, "column": 41 } } @@ -62355,47 +62537,47 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 37938, - 37947 + 38108, + 38117 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 42 }, "end": { - "line": 1358, + "line": 1364, "column": 51 } } }, "range": [ - 37933, - 37947 + 38103, + 38117 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 37 }, "end": { - "line": 1358, + "line": 1364, "column": 51 } } }, "arguments": [], "range": [ - 37933, - 37949 + 38103, + 38119 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 37 }, "end": { - "line": 1358, + "line": 1364, "column": 53 } } @@ -62403,47 +62585,47 @@ "generator": false, "expression": true, "range": [ - 37927, - 37949 + 38097, + 38119 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 31 }, "end": { - "line": 1358, + "line": 1364, "column": 53 } } } ], "range": [ - 37904, - 37950 + 38074, + 38120 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 8 }, "end": { - "line": 1358, + "line": 1364, "column": 54 } } }, "range": [ - 37904, - 37951 + 38074, + 38121 ], "loc": { "start": { - "line": 1358, + "line": 1364, "column": 8 }, "end": { - "line": 1358, + "line": 1364, "column": 55 } } @@ -62456,16 +62638,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37960, - 37966 + 38130, + 38136 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 8 }, "end": { - "line": 1359, + "line": 1365, "column": 14 } } @@ -62475,16 +62657,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37967, - 37970 + 38137, + 38140 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 15 }, "end": { - "line": 1359, + "line": 1365, "column": 18 } } @@ -62494,16 +62676,16 @@ "value": "keyup", "raw": "'keyup'", "range": [ - 37972, - 37979 + 38142, + 38149 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 20 }, "end": { - "line": 1359, + "line": 1365, "column": 27 } } @@ -62516,16 +62698,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37982, - 37985 + 38152, + 38155 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 30 }, "end": { - "line": 1359, + "line": 1365, "column": 33 } } @@ -62539,16 +62721,16 @@ "object": { "type": "ThisExpression", "range": [ - 37990, - 37994 + 38160, + 38164 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 38 }, "end": { - "line": 1359, + "line": 1365, "column": 42 } } @@ -62557,31 +62739,31 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 37995, - 38002 + 38165, + 38172 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 43 }, "end": { - "line": 1359, + "line": 1365, "column": 50 } } }, "range": [ - 37990, - 38002 + 38160, + 38172 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 38 }, "end": { - "line": 1359, + "line": 1365, "column": 50 } } @@ -62591,32 +62773,32 @@ "type": "Identifier", "name": "evt", "range": [ - 38003, - 38006 + 38173, + 38176 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 51 }, "end": { - "line": 1359, + "line": 1365, "column": 54 } } } ], "range": [ - 37990, - 38007 + 38160, + 38177 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 38 }, "end": { - "line": 1359, + "line": 1365, "column": 55 } } @@ -62624,47 +62806,47 @@ "generator": false, "expression": true, "range": [ - 37981, - 38007 + 38151, + 38177 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 29 }, "end": { - "line": 1359, + "line": 1365, "column": 55 } } } ], "range": [ - 37960, - 38008 + 38130, + 38178 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 8 }, "end": { - "line": 1359, + "line": 1365, "column": 56 } } }, "range": [ - 37960, - 38009 + 38130, + 38179 ], "loc": { "start": { - "line": 1359, + "line": 1365, "column": 8 }, "end": { - "line": 1359, + "line": 1365, "column": 57 } } @@ -62677,16 +62859,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 38018, - 38024 + 38188, + 38194 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 8 }, "end": { - "line": 1360, + "line": 1366, "column": 14 } } @@ -62696,16 +62878,16 @@ "type": "Identifier", "name": "inp", "range": [ - 38025, - 38028 + 38195, + 38198 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 15 }, "end": { - "line": 1360, + "line": 1366, "column": 18 } } @@ -62715,16 +62897,16 @@ "value": "blur", "raw": "'blur'", "range": [ - 38030, - 38036 + 38200, + 38206 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 20 }, "end": { - "line": 1360, + "line": 1366, "column": 26 } } @@ -62741,16 +62923,16 @@ "object": { "type": "ThisExpression", "range": [ - 38044, - 38048 + 38214, + 38218 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 34 }, "end": { - "line": 1360, + "line": 1366, "column": 38 } } @@ -62759,47 +62941,47 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 38049, - 38058 + 38219, + 38228 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 39 }, "end": { - "line": 1360, + "line": 1366, "column": 48 } } }, "range": [ - 38044, - 38058 + 38214, + 38228 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 34 }, "end": { - "line": 1360, + "line": 1366, "column": 48 } } }, "arguments": [], "range": [ - 38044, - 38060 + 38214, + 38230 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 34 }, "end": { - "line": 1360, + "line": 1366, "column": 50 } } @@ -62807,63 +62989,63 @@ "generator": false, "expression": true, "range": [ - 38038, - 38060 + 38208, + 38230 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 28 }, "end": { - "line": 1360, + "line": 1366, "column": 50 } } } ], "range": [ - 38018, - 38061 + 38188, + 38231 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 8 }, "end": { - "line": 1360, + "line": 1366, "column": 51 } } }, "range": [ - 38018, - 38062 + 38188, + 38232 ], "loc": { "start": { - "line": 1360, + "line": 1366, "column": 8 }, "end": { - "line": 1360, + "line": 1366, "column": 52 } } } ], "range": [ - 36891, - 38068 + 37061, + 38238 ], "loc": { "start": { - "line": 1330, + "line": 1336, "column": 53 }, "end": { - "line": 1361, + "line": 1367, "column": 5 } } @@ -62871,16 +63053,16 @@ "generator": false, "expression": false, "range": [ - 36859, - 38068 + 37029, + 38238 ], "loc": { "start": { - "line": 1330, + "line": 1336, "column": 21 }, "end": { - "line": 1361, + "line": 1367, "column": 5 } } @@ -62888,16 +63070,16 @@ "kind": "method", "computed": false, "range": [ - 36842, - 38068 + 37012, + 38238 ], "loc": { "start": { - "line": 1330, + "line": 1336, "column": 4 }, "end": { - "line": 1361, + "line": 1367, "column": 5 } }, @@ -62906,16 +63088,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": [ - 36618, - 36837 + 36788, + 37007 ], "loc": { "start": { - "line": 1324, + "line": 1330, "column": 4 }, "end": { - "line": 1329, + "line": 1335, "column": 7 } } @@ -62926,16 +63108,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 38074, - 38223 + 38244, + 38393 ], "loc": { "start": { - "line": 1363, + "line": 1369, "column": 4 }, "end": { - "line": 1367, + "line": 1373, "column": 7 } } @@ -62949,16 +63131,16 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 38228, - 38246 + 38398, + 38416 ], "loc": { "start": { - "line": 1368, + "line": 1374, "column": 4 }, "end": { - "line": 1368, + "line": 1374, "column": 22 } } @@ -62971,16 +63153,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38247, - 38255 + 38417, + 38425 ], "loc": { "start": { - "line": 1368, + "line": 1374, "column": 23 }, "end": { - "line": 1368, + "line": 1374, "column": 31 } } @@ -62989,16 +63171,16 @@ "type": "Identifier", "name": "container", "range": [ - 38257, - 38266 + 38427, + 38436 ], "loc": { "start": { - "line": 1368, + "line": 1374, "column": 33 }, "end": { - "line": 1368, + "line": 1374, "column": 42 } } @@ -63016,16 +63198,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38282, - 38298 + 38452, + 38468 ], "loc": { "start": { - "line": 1369, + "line": 1375, "column": 12 }, "end": { - "line": 1369, + "line": 1375, "column": 28 } } @@ -63038,16 +63220,16 @@ "object": { "type": "ThisExpression", "range": [ - 38301, - 38305 + 38471, + 38475 ], "loc": { "start": { - "line": 1369, + "line": 1375, "column": 31 }, "end": { - "line": 1369, + "line": 1375, "column": 35 } } @@ -63056,31 +63238,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 38306, - 38319 + 38476, + 38489 ], "loc": { "start": { - "line": 1369, + "line": 1375, "column": 36 }, "end": { - "line": 1369, + "line": 1375, "column": 49 } } }, "range": [ - 38301, - 38319 + 38471, + 38489 ], "loc": { "start": { - "line": 1369, + "line": 1375, "column": 31 }, "end": { - "line": 1369, + "line": 1375, "column": 49 } } @@ -63094,16 +63276,16 @@ "object": { "type": "ThisExpression", "range": [ - 38334, - 38338 + 38504, + 38508 ], "loc": { "start": { - "line": 1370, + "line": 1376, "column": 12 }, "end": { - "line": 1370, + "line": 1376, "column": 16 } } @@ -63112,31 +63294,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 38339, - 38356 + 38509, + 38526 ], "loc": { "start": { - "line": 1370, + "line": 1376, "column": 17 }, "end": { - "line": 1370, + "line": 1376, "column": 34 } } }, "range": [ - 38334, - 38356 + 38504, + 38526 ], "loc": { "start": { - "line": 1370, + "line": 1376, "column": 12 }, "end": { - "line": 1370, + "line": 1376, "column": 34 } } @@ -63145,31 +63327,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38357, - 38365 + 38527, + 38535 ], "loc": { "start": { - "line": 1370, + "line": 1376, "column": 35 }, "end": { - "line": 1370, + "line": 1376, "column": 43 } } }, "range": [ - 38334, - 38366 + 38504, + 38536 ], "loc": { "start": { - "line": 1370, + "line": 1376, "column": 12 }, "end": { - "line": 1370, + "line": 1376, "column": 44 } } @@ -63179,46 +63361,46 @@ "value": null, "raw": "null", "range": [ - 38369, - 38373 + 38539, + 38543 ], "loc": { "start": { - "line": 1370, + "line": 1376, "column": 47 }, "end": { - "line": 1370, + "line": 1376, "column": 51 } } }, "range": [ - 38301, - 38373 + 38471, + 38543 ], "loc": { "start": { - "line": 1369, + "line": 1375, "column": 31 }, "end": { - "line": 1370, + "line": 1376, "column": 51 } } }, "range": [ - 38282, - 38373 + 38452, + 38543 ], "loc": { "start": { - "line": 1369, + "line": 1375, "column": 12 }, "end": { - "line": 1370, + "line": 1376, "column": 51 } } @@ -63226,16 +63408,16 @@ ], "kind": "let", "range": [ - 38278, - 38374 + 38448, + 38544 ], "loc": { "start": { - "line": 1369, + "line": 1375, "column": 8 }, "end": { - "line": 1370, + "line": 1376, "column": 52 } } @@ -63249,16 +63431,16 @@ "type": "Identifier", "name": "btn", "range": [ - 38387, - 38390 + 38557, + 38560 ], "loc": { "start": { - "line": 1371, + "line": 1377, "column": 12 }, "end": { - "line": 1371, + "line": 1377, "column": 15 } } @@ -63269,16 +63451,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 38393, - 38402 + 38563, + 38572 ], "loc": { "start": { - "line": 1371, + "line": 1377, "column": 18 }, "end": { - "line": 1371, + "line": 1377, "column": 27 } } @@ -63288,16 +63470,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 38403, - 38408 + 38573, + 38578 ], "loc": { "start": { - "line": 1371, + "line": 1377, "column": 28 }, "end": { - "line": 1371, + "line": 1377, "column": 33 } } @@ -63310,16 +63492,16 @@ "value": "id", "raw": "'id'", "range": [ - 38423, - 38427 + 38593, + 38597 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 13 }, "end": { - "line": 1372, + "line": 1378, "column": 17 } } @@ -63339,16 +63521,16 @@ "object": { "type": "ThisExpression", "range": [ - 38429, - 38433 + 38599, + 38603 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 19 }, "end": { - "line": 1372, + "line": 1378, "column": 23 } } @@ -63357,31 +63539,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 38434, - 38447 + 38604, + 38617 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 24 }, "end": { - "line": 1372, + "line": 1378, "column": 37 } } }, "range": [ - 38429, - 38447 + 38599, + 38617 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 19 }, "end": { - "line": 1372, + "line": 1378, "column": 37 } } @@ -63390,31 +63572,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38450, - 38458 + 38620, + 38628 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 40 }, "end": { - "line": 1372, + "line": 1378, "column": 48 } } }, "range": [ - 38429, - 38458 + 38599, + 38628 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 19 }, "end": { - "line": 1372, + "line": 1378, "column": 48 } } @@ -63424,31 +63606,31 @@ "value": "_", "raw": "'_'", "range": [ - 38461, - 38464 + 38631, + 38634 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 51 }, "end": { - "line": 1372, + "line": 1378, "column": 54 } } }, "range": [ - 38429, - 38464 + 38599, + 38634 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 19 }, "end": { - "line": 1372, + "line": 1378, "column": 54 } } @@ -63459,16 +63641,16 @@ "object": { "type": "ThisExpression", "range": [ - 38467, - 38471 + 38637, + 38641 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 57 }, "end": { - "line": 1372, + "line": 1378, "column": 61 } } @@ -63477,62 +63659,62 @@ "type": "Identifier", "name": "id", "range": [ - 38472, - 38474 + 38642, + 38644 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 62 }, "end": { - "line": 1372, + "line": 1378, "column": 64 } } }, "range": [ - 38467, - 38474 + 38637, + 38644 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 57 }, "end": { - "line": 1372, + "line": 1378, "column": 64 } } }, "range": [ - 38429, - 38474 + 38599, + 38644 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 19 }, "end": { - "line": 1372, + "line": 1378, "column": 64 } } } ], "range": [ - 38422, - 38475 + 38592, + 38645 ], "loc": { "start": { - "line": 1372, + "line": 1378, "column": 12 }, "end": { - "line": 1372, + "line": 1378, "column": 65 } } @@ -63545,16 +63727,16 @@ "value": "type", "raw": "'type'", "range": [ - 38490, - 38496 + 38660, + 38666 ], "loc": { "start": { - "line": 1373, + "line": 1379, "column": 13 }, "end": { - "line": 1373, + "line": 1379, "column": 19 } } @@ -63564,32 +63746,32 @@ "value": "button", "raw": "'button'", "range": [ - 38498, - 38506 + 38668, + 38676 ], "loc": { "start": { - "line": 1373, + "line": 1379, "column": 21 }, "end": { - "line": 1373, + "line": 1379, "column": 29 } } } ], "range": [ - 38489, - 38507 + 38659, + 38677 ], "loc": { "start": { - "line": 1373, + "line": 1379, "column": 12 }, "end": { - "line": 1373, + "line": 1379, "column": 30 } } @@ -63602,16 +63784,16 @@ "value": "value", "raw": "'value'", "range": [ - 38510, - 38517 + 38680, + 38687 ], "loc": { "start": { - "line": 1373, + "line": 1379, "column": 33 }, "end": { - "line": 1373, + "line": 1379, "column": 40 } } @@ -63622,16 +63804,16 @@ "object": { "type": "ThisExpression", "range": [ - 38519, - 38523 + 38689, + 38693 ], "loc": { "start": { - "line": 1373, + "line": 1379, "column": 42 }, "end": { - "line": 1373, + "line": 1379, "column": 46 } } @@ -63640,78 +63822,78 @@ "type": "Identifier", "name": "btnText", "range": [ - 38524, - 38531 + 38694, + 38701 ], "loc": { "start": { - "line": 1373, + "line": 1379, "column": 47 }, "end": { - "line": 1373, + "line": 1379, "column": 54 } } }, "range": [ - 38519, - 38531 + 38689, + 38701 ], "loc": { "start": { - "line": 1373, + "line": 1379, "column": 42 }, "end": { - "line": 1373, + "line": 1379, "column": 54 } } } ], "range": [ - 38509, - 38532 + 38679, + 38702 ], "loc": { "start": { - "line": 1373, + "line": 1379, "column": 32 }, "end": { - "line": 1373, + "line": 1379, "column": 55 } } } ], "range": [ - 38393, - 38533 + 38563, + 38703 ], "loc": { "start": { - "line": 1371, + "line": 1377, "column": 18 }, "end": { - "line": 1373, + "line": 1379, "column": 56 } } }, "range": [ - 38387, - 38533 + 38557, + 38703 ], "loc": { "start": { - "line": 1371, + "line": 1377, "column": 12 }, "end": { - "line": 1373, + "line": 1379, "column": 56 } } @@ -63719,16 +63901,16 @@ ], "kind": "let", "range": [ - 38383, - 38534 + 38553, + 38704 ], "loc": { "start": { - "line": 1371, + "line": 1377, "column": 8 }, "end": { - "line": 1373, + "line": 1379, "column": 57 } } @@ -63745,16 +63927,16 @@ "type": "Identifier", "name": "btn", "range": [ - 38543, - 38546 + 38713, + 38716 ], "loc": { "start": { - "line": 1374, + "line": 1380, "column": 8 }, "end": { - "line": 1374, + "line": 1380, "column": 11 } } @@ -63763,31 +63945,31 @@ "type": "Identifier", "name": "className", "range": [ - 38547, - 38556 + 38717, + 38726 ], "loc": { "start": { - "line": 1374, + "line": 1380, "column": 12 }, "end": { - "line": 1374, + "line": 1380, "column": 21 } } }, "range": [ - 38543, - 38556 + 38713, + 38726 ], "loc": { "start": { - "line": 1374, + "line": 1380, "column": 8 }, "end": { - "line": 1374, + "line": 1380, "column": 21 } } @@ -63798,16 +63980,16 @@ "object": { "type": "ThisExpression", "range": [ - 38559, - 38563 + 38729, + 38733 ], "loc": { "start": { - "line": 1374, + "line": 1380, "column": 24 }, "end": { - "line": 1374, + "line": 1380, "column": 28 } } @@ -63816,61 +63998,61 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 38564, - 38575 + 38734, + 38745 ], "loc": { "start": { - "line": 1374, + "line": 1380, "column": 29 }, "end": { - "line": 1374, + "line": 1380, "column": 40 } } }, "range": [ - 38559, - 38575 + 38729, + 38745 ], "loc": { "start": { - "line": 1374, + "line": 1380, "column": 24 }, "end": { - "line": 1374, + "line": 1380, "column": 40 } } }, "range": [ - 38543, - 38575 + 38713, + 38745 ], "loc": { "start": { - "line": 1374, + "line": 1380, "column": 8 }, "end": { - "line": 1374, + "line": 1380, "column": 40 } } }, "range": [ - 38543, - 38576 + 38713, + 38746 ], "loc": { "start": { - "line": 1374, + "line": 1380, "column": 8 }, "end": { - "line": 1374, + "line": 1380, "column": 41 } }, @@ -63879,16 +64061,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 38586, - 38624 + 38756, + 38794 ], "loc": { "start": { - "line": 1376, + "line": 1382, "column": 8 }, "end": { - "line": 1376, + "line": 1382, "column": 46 } } @@ -63901,16 +64083,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38637, - 38653 + 38807, + 38823 ], "loc": { "start": { - "line": 1377, + "line": 1383, "column": 12 }, "end": { - "line": 1377, + "line": 1383, "column": 28 } } @@ -63931,16 +64113,16 @@ "type": "Identifier", "name": "elm", "range": [ - 38669, - 38672 + 38839, + 38842 ], "loc": { "start": { - "line": 1378, + "line": 1384, "column": 12 }, "end": { - "line": 1378, + "line": 1384, "column": 15 } } @@ -63950,32 +64132,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38673, - 38689 + 38843, + 38859 ], "loc": { "start": { - "line": 1378, + "line": 1384, "column": 16 }, "end": { - "line": 1378, + "line": 1384, "column": 32 } } } ], "range": [ - 38669, - 38690 + 38839, + 38860 ], "loc": { "start": { - "line": 1378, + "line": 1384, "column": 12 }, "end": { - "line": 1378, + "line": 1384, "column": 33 } } @@ -63984,31 +64166,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 38691, - 38702 + 38861, + 38872 ], "loc": { "start": { - "line": 1378, + "line": 1384, "column": 34 }, "end": { - "line": 1378, + "line": 1384, "column": 45 } } }, "range": [ - 38669, - 38702 + 38839, + 38872 ], "loc": { "start": { - "line": 1378, + "line": 1384, "column": 12 }, "end": { - "line": 1378, + "line": 1384, "column": 45 } } @@ -64018,63 +64200,63 @@ "type": "Identifier", "name": "btn", "range": [ - 38703, - 38706 + 38873, + 38876 ], "loc": { "start": { - "line": 1378, + "line": 1384, "column": 46 }, "end": { - "line": 1378, + "line": 1384, "column": 49 } } } ], "range": [ - 38669, - 38707 + 38839, + 38877 ], "loc": { "start": { - "line": 1378, + "line": 1384, "column": 12 }, "end": { - "line": 1378, + "line": 1384, "column": 50 } } }, "range": [ - 38669, - 38708 + 38839, + 38878 ], "loc": { "start": { - "line": 1378, + "line": 1384, "column": 12 }, "end": { - "line": 1378, + "line": 1384, "column": 51 } } } ], "range": [ - 38655, - 38718 + 38825, + 38888 ], "loc": { "start": { - "line": 1377, + "line": 1383, "column": 30 }, "end": { - "line": 1379, + "line": 1385, "column": 9 } } @@ -64093,16 +64275,16 @@ "type": "Identifier", "name": "container", "range": [ - 38738, - 38747 + 38908, + 38917 ], "loc": { "start": { - "line": 1380, + "line": 1386, "column": 12 }, "end": { - "line": 1380, + "line": 1386, "column": 21 } } @@ -64111,31 +64293,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 38748, - 38759 + 38918, + 38929 ], "loc": { "start": { - "line": 1380, + "line": 1386, "column": 22 }, "end": { - "line": 1380, + "line": 1386, "column": 33 } } }, "range": [ - 38738, - 38759 + 38908, + 38929 ], "loc": { "start": { - "line": 1380, + "line": 1386, "column": 12 }, "end": { - "line": 1380, + "line": 1386, "column": 33 } } @@ -64145,78 +64327,78 @@ "type": "Identifier", "name": "btn", "range": [ - 38760, - 38763 + 38930, + 38933 ], "loc": { "start": { - "line": 1380, + "line": 1386, "column": 34 }, "end": { - "line": 1380, + "line": 1386, "column": 37 } } } ], "range": [ - 38738, - 38764 + 38908, + 38934 ], "loc": { "start": { - "line": 1380, + "line": 1386, "column": 12 }, "end": { - "line": 1380, + "line": 1386, "column": 38 } } }, "range": [ - 38738, - 38765 + 38908, + 38935 ], "loc": { "start": { - "line": 1380, + "line": 1386, "column": 12 }, "end": { - "line": 1380, + "line": 1386, "column": 39 } } } ], "range": [ - 38724, - 38775 + 38894, + 38945 ], "loc": { "start": { - "line": 1379, + "line": 1385, "column": 15 }, "end": { - "line": 1381, + "line": 1387, "column": 9 } } }, "range": [ - 38633, - 38775 + 38803, + 38945 ], "loc": { "start": { - "line": 1377, + "line": 1383, "column": 8 }, "end": { - "line": 1381, + "line": 1387, "column": 9 } }, @@ -64225,16 +64407,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 38586, - 38624 + 38756, + 38794 ], "loc": { "start": { - "line": 1376, + "line": 1382, "column": 8 }, "end": { - "line": 1376, + "line": 1382, "column": 46 } } @@ -64249,16 +64431,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 38785, - 38791 + 38955, + 38961 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 8 }, "end": { - "line": 1383, + "line": 1389, "column": 14 } } @@ -64268,16 +64450,16 @@ "type": "Identifier", "name": "btn", "range": [ - 38792, - 38795 + 38962, + 38965 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 15 }, "end": { - "line": 1383, + "line": 1389, "column": 18 } } @@ -64287,16 +64469,16 @@ "value": "click", "raw": "'click'", "range": [ - 38797, - 38804 + 38967, + 38974 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 20 }, "end": { - "line": 1383, + "line": 1389, "column": 27 } } @@ -64313,16 +64495,16 @@ "object": { "type": "ThisExpression", "range": [ - 38812, - 38816 + 38982, + 38986 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 35 }, "end": { - "line": 1383, + "line": 1389, "column": 39 } } @@ -64331,47 +64513,47 @@ "type": "Identifier", "name": "filter", "range": [ - 38817, - 38823 + 38987, + 38993 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 40 }, "end": { - "line": 1383, + "line": 1389, "column": 46 } } }, "range": [ - 38812, - 38823 + 38982, + 38993 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 35 }, "end": { - "line": 1383, + "line": 1389, "column": 46 } } }, "arguments": [], "range": [ - 38812, - 38825 + 38982, + 38995 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 35 }, "end": { - "line": 1383, + "line": 1389, "column": 48 } } @@ -64379,63 +64561,63 @@ "generator": false, "expression": true, "range": [ - 38806, - 38825 + 38976, + 38995 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 29 }, "end": { - "line": 1383, + "line": 1389, "column": 48 } } } ], "range": [ - 38785, - 38826 + 38955, + 38996 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 8 }, "end": { - "line": 1383, + "line": 1389, "column": 49 } } }, "range": [ - 38785, - 38827 + 38955, + 38997 ], "loc": { "start": { - "line": 1383, + "line": 1389, "column": 8 }, "end": { - "line": 1383, + "line": 1389, "column": 50 } } } ], "range": [ - 38268, - 38833 + 38438, + 39003 ], "loc": { "start": { - "line": 1368, + "line": 1374, "column": 44 }, "end": { - "line": 1384, + "line": 1390, "column": 5 } } @@ -64443,16 +64625,16 @@ "generator": false, "expression": false, "range": [ - 38246, - 38833 + 38416, + 39003 ], "loc": { "start": { - "line": 1368, + "line": 1374, "column": 22 }, "end": { - "line": 1384, + "line": 1390, "column": 5 } } @@ -64460,16 +64642,16 @@ "kind": "method", "computed": false, "range": [ - 38228, - 38833 + 38398, + 39003 ], "loc": { "start": { - "line": 1368, + "line": 1374, "column": 4 }, "end": { - "line": 1384, + "line": 1390, "column": 5 } }, @@ -64478,16 +64660,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 38074, - 38223 + 38244, + 38393 ], "loc": { "start": { - "line": 1363, + "line": 1369, "column": 4 }, "end": { - "line": 1367, + "line": 1373, "column": 7 } } @@ -64498,16 +64680,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": [ - 38839, - 38973 + 39009, + 39143 ], "loc": { "start": { - "line": 1386, + "line": 1392, "column": 4 }, "end": { - "line": 1390, + "line": 1396, "column": 7 } } @@ -64521,16 +64703,16 @@ "type": "Identifier", "name": "feature", "range": [ - 38978, - 38985 + 39148, + 39155 ], "loc": { "start": { - "line": 1391, + "line": 1397, "column": 4 }, "end": { - "line": 1391, + "line": 1397, "column": 11 } } @@ -64543,16 +64725,16 @@ "type": "Identifier", "name": "name", "range": [ - 38986, - 38990 + 39156, + 39160 ], "loc": { "start": { - "line": 1391, + "line": 1397, "column": 12 }, "end": { - "line": 1391, + "line": 1397, "column": 16 } } @@ -64572,16 +64754,16 @@ "object": { "type": "ThisExpression", "range": [ - 39009, - 39013 + 39179, + 39183 ], "loc": { "start": { - "line": 1392, + "line": 1398, "column": 15 }, "end": { - "line": 1392, + "line": 1398, "column": 19 } } @@ -64590,31 +64772,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 39014, - 39017 + 39184, + 39187 ], "loc": { "start": { - "line": 1392, + "line": 1398, "column": 20 }, "end": { - "line": 1392, + "line": 1398, "column": 23 } } }, "range": [ - 39009, - 39017 + 39179, + 39187 ], "loc": { "start": { - "line": 1392, + "line": 1398, "column": 15 }, "end": { - "line": 1392, + "line": 1398, "column": 23 } } @@ -64623,62 +64805,62 @@ "type": "Identifier", "name": "name", "range": [ - 39018, - 39022 + 39188, + 39192 ], "loc": { "start": { - "line": 1392, + "line": 1398, "column": 24 }, "end": { - "line": 1392, + "line": 1398, "column": 28 } } }, "range": [ - 39009, - 39023 + 39179, + 39193 ], "loc": { "start": { - "line": 1392, + "line": 1398, "column": 15 }, "end": { - "line": 1392, + "line": 1398, "column": 29 } } }, "range": [ - 39002, - 39024 + 39172, + 39194 ], "loc": { "start": { - "line": 1392, + "line": 1398, "column": 8 }, "end": { - "line": 1392, + "line": 1398, "column": 30 } } } ], "range": [ - 38992, - 39030 + 39162, + 39200 ], "loc": { "start": { - "line": 1391, + "line": 1397, "column": 18 }, "end": { - "line": 1393, + "line": 1399, "column": 5 } } @@ -64686,16 +64868,16 @@ "generator": false, "expression": false, "range": [ - 38985, - 39030 + 39155, + 39200 ], "loc": { "start": { - "line": 1391, + "line": 1397, "column": 11 }, "end": { - "line": 1393, + "line": 1399, "column": 5 } } @@ -64703,16 +64885,16 @@ "kind": "method", "computed": false, "range": [ - 38978, - 39030 + 39148, + 39200 ], "loc": { "start": { - "line": 1391, + "line": 1397, "column": 4 }, "end": { - "line": 1393, + "line": 1399, "column": 5 } }, @@ -64721,16 +64903,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": [ - 38839, - 38973 + 39009, + 39143 ], "loc": { "start": { - "line": 1386, + "line": 1392, "column": 4 }, "end": { - "line": 1390, + "line": 1396, "column": 7 } } @@ -64741,16 +64923,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 39036, - 39120 + 39206, + 39290 ], "loc": { "start": { - "line": 1395, + "line": 1401, "column": 4 }, "end": { - "line": 1397, + "line": 1403, "column": 7 } } @@ -64764,16 +64946,16 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 39125, - 39139 + 39295, + 39309 ], "loc": { "start": { - "line": 1398, + "line": 1404, "column": 4 }, "end": { - "line": 1398, + "line": 1404, "column": 18 } } @@ -64794,16 +64976,16 @@ "type": "Identifier", "name": "exts", "range": [ - 39156, - 39160 + 39326, + 39330 ], "loc": { "start": { - "line": 1399, + "line": 1405, "column": 12 }, "end": { - "line": 1399, + "line": 1405, "column": 16 } } @@ -64814,16 +64996,16 @@ "object": { "type": "ThisExpression", "range": [ - 39163, - 39167 + 39333, + 39337 ], "loc": { "start": { - "line": 1399, + "line": 1405, "column": 19 }, "end": { - "line": 1399, + "line": 1405, "column": 23 } } @@ -64832,46 +65014,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 39168, - 39178 + 39338, + 39348 ], "loc": { "start": { - "line": 1399, + "line": 1405, "column": 24 }, "end": { - "line": 1399, + "line": 1405, "column": 34 } } }, "range": [ - 39163, - 39178 + 39333, + 39348 ], "loc": { "start": { - "line": 1399, + "line": 1405, "column": 19 }, "end": { - "line": 1399, + "line": 1405, "column": 34 } } }, "range": [ - 39156, - 39178 + 39326, + 39348 ], "loc": { "start": { - "line": 1399, + "line": 1405, "column": 12 }, "end": { - "line": 1399, + "line": 1405, "column": 34 } } @@ -64879,16 +65061,16 @@ ], "kind": "let", "range": [ - 39152, - 39179 + 39322, + 39349 ], "loc": { "start": { - "line": 1399, + "line": 1405, "column": 8 }, "end": { - "line": 1399, + "line": 1405, "column": 35 } }, @@ -64897,16 +65079,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 39188, - 39241 + 39358, + 39411 ], "loc": { "start": { - "line": 1400, + "line": 1406, "column": 8 }, "end": { - "line": 1400, + "line": 1406, "column": 61 } } @@ -64922,16 +65104,16 @@ "type": "Identifier", "name": "__webpack_public_path__", "range": [ - 39250, - 39273 + 39420, + 39443 ], "loc": { "start": { - "line": 1401, + "line": 1407, "column": 8 }, "end": { - "line": 1401, + "line": 1407, "column": 31 } } @@ -64942,16 +65124,16 @@ "object": { "type": "ThisExpression", "range": [ - 39276, - 39280 + 39446, + 39450 ], "loc": { "start": { - "line": 1401, + "line": 1407, "column": 34 }, "end": { - "line": 1401, + "line": 1407, "column": 38 } } @@ -64960,61 +65142,61 @@ "type": "Identifier", "name": "basePath", "range": [ - 39281, - 39289 + 39451, + 39459 ], "loc": { "start": { - "line": 1401, + "line": 1407, "column": 39 }, "end": { - "line": 1401, + "line": 1407, "column": 47 } } }, "range": [ - 39276, - 39289 + 39446, + 39459 ], "loc": { "start": { - "line": 1401, + "line": 1407, "column": 34 }, "end": { - "line": 1401, + "line": 1407, "column": 47 } } }, "range": [ - 39250, - 39289 + 39420, + 39459 ], "loc": { "start": { - "line": 1401, + "line": 1407, "column": 8 }, "end": { - "line": 1401, + "line": 1407, "column": 47 } } }, "range": [ - 39250, - 39290 + 39420, + 39460 ], "loc": { "start": { - "line": 1401, + "line": 1407, "column": 8 }, "end": { - "line": 1401, + "line": 1407, "column": 48 } }, @@ -65023,16 +65205,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 39188, - 39241 + 39358, + 39411 ], "loc": { "start": { - "line": 1400, + "line": 1406, "column": 8 }, "end": { - "line": 1400, + "line": 1406, "column": 61 } } @@ -65052,16 +65234,16 @@ "object": { "type": "ThisExpression", "range": [ - 39300, - 39304 + 39470, + 39474 ], "loc": { "start": { - "line": 1403, + "line": 1409, "column": 8 }, "end": { - "line": 1403, + "line": 1409, "column": 12 } } @@ -65070,31 +65252,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 39305, - 39312 + 39475, + 39482 ], "loc": { "start": { - "line": 1403, + "line": 1409, "column": 13 }, "end": { - "line": 1403, + "line": 1409, "column": 20 } } }, "range": [ - 39300, - 39312 + 39470, + 39482 ], "loc": { "start": { - "line": 1403, + "line": 1409, "column": 8 }, "end": { - "line": 1403, + "line": 1409, "column": 20 } } @@ -65103,31 +65285,31 @@ "type": "Identifier", "name": "emit", "range": [ - 39313, - 39317 + 39483, + 39487 ], "loc": { "start": { - "line": 1403, + "line": 1409, "column": 21 }, "end": { - "line": 1403, + "line": 1409, "column": 25 } } }, "range": [ - 39300, - 39317 + 39470, + 39487 ], "loc": { "start": { - "line": 1403, + "line": 1409, "column": 8 }, "end": { - "line": 1403, + "line": 1409, "column": 25 } } @@ -65138,16 +65320,16 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 39318, - 39345 + 39488, + 39515 ], "loc": { "start": { - "line": 1403, + "line": 1409, "column": 26 }, "end": { - "line": 1403, + "line": 1409, "column": 53 } } @@ -65155,47 +65337,47 @@ { "type": "ThisExpression", "range": [ - 39347, - 39351 + 39517, + 39521 ], "loc": { "start": { - "line": 1403, + "line": 1409, "column": 55 }, "end": { - "line": 1403, + "line": 1409, "column": 59 } } } ], "range": [ - 39300, - 39352 + 39470, + 39522 ], "loc": { "start": { - "line": 1403, + "line": 1409, "column": 8 }, "end": { - "line": 1403, + "line": 1409, "column": 60 } } }, "range": [ - 39300, - 39353 + 39470, + 39523 ], "loc": { "start": { - "line": 1403, + "line": 1409, "column": 8 }, "end": { - "line": 1403, + "line": 1409, "column": 61 } } @@ -65211,16 +65393,16 @@ "type": "Identifier", "name": "i", "range": [ - 39371, - 39372 + 39541, + 39542 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 17 }, "end": { - "line": 1404, + "line": 1410, "column": 18 } } @@ -65230,31 +65412,31 @@ "value": 0, "raw": "0", "range": [ - 39375, - 39376 + 39545, + 39546 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 21 }, "end": { - "line": 1404, + "line": 1410, "column": 22 } } }, "range": [ - 39371, - 39376 + 39541, + 39546 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 17 }, "end": { - "line": 1404, + "line": 1410, "column": 22 } } @@ -65265,16 +65447,16 @@ "type": "Identifier", "name": "len", "range": [ - 39378, - 39381 + 39548, + 39551 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 24 }, "end": { - "line": 1404, + "line": 1410, "column": 27 } } @@ -65286,16 +65468,16 @@ "type": "Identifier", "name": "exts", "range": [ - 39384, - 39388 + 39554, + 39558 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 30 }, "end": { - "line": 1404, + "line": 1410, "column": 34 } } @@ -65304,46 +65486,46 @@ "type": "Identifier", "name": "length", "range": [ - 39389, - 39395 + 39559, + 39565 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 35 }, "end": { - "line": 1404, + "line": 1410, "column": 41 } } }, "range": [ - 39384, - 39395 + 39554, + 39565 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 30 }, "end": { - "line": 1404, + "line": 1410, "column": 41 } } }, "range": [ - 39378, - 39395 + 39548, + 39565 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 24 }, "end": { - "line": 1404, + "line": 1410, "column": 41 } } @@ -65351,16 +65533,16 @@ ], "kind": "let", "range": [ - 39367, - 39395 + 39537, + 39565 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 13 }, "end": { - "line": 1404, + "line": 1410, "column": 41 } } @@ -65372,16 +65554,16 @@ "type": "Identifier", "name": "i", "range": [ - 39397, - 39398 + 39567, + 39568 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 43 }, "end": { - "line": 1404, + "line": 1410, "column": 44 } } @@ -65390,31 +65572,31 @@ "type": "Identifier", "name": "len", "range": [ - 39401, - 39404 + 39571, + 39574 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 47 }, "end": { - "line": 1404, + "line": 1410, "column": 50 } } }, "range": [ - 39397, - 39404 + 39567, + 39574 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 43 }, "end": { - "line": 1404, + "line": 1410, "column": 50 } } @@ -65426,32 +65608,32 @@ "type": "Identifier", "name": "i", "range": [ - 39406, - 39407 + 39576, + 39577 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 52 }, "end": { - "line": 1404, + "line": 1410, "column": 53 } } }, "prefix": false, "range": [ - 39406, - 39409 + 39576, + 39579 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 52 }, "end": { - "line": 1404, + "line": 1410, "column": 55 } } @@ -65468,16 +65650,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39429, - 39432 + 39599, + 39602 ], "loc": { "start": { - "line": 1405, + "line": 1411, "column": 16 }, "end": { - "line": 1405, + "line": 1411, "column": 19 } } @@ -65489,16 +65671,16 @@ "type": "Identifier", "name": "exts", "range": [ - 39435, - 39439 + 39605, + 39609 ], "loc": { "start": { - "line": 1405, + "line": 1411, "column": 22 }, "end": { - "line": 1405, + "line": 1411, "column": 26 } } @@ -65507,46 +65689,46 @@ "type": "Identifier", "name": "i", "range": [ - 39440, - 39441 + 39610, + 39611 ], "loc": { "start": { - "line": 1405, + "line": 1411, "column": 27 }, "end": { - "line": 1405, + "line": 1411, "column": 28 } } }, "range": [ - 39435, - 39442 + 39605, + 39612 ], "loc": { "start": { - "line": 1405, + "line": 1411, "column": 22 }, "end": { - "line": 1405, + "line": 1411, "column": 29 } } }, "range": [ - 39429, - 39442 + 39599, + 39612 ], "loc": { "start": { - "line": 1405, + "line": 1411, "column": 16 }, "end": { - "line": 1405, + "line": 1411, "column": 29 } } @@ -65554,16 +65736,16 @@ ], "kind": "let", "range": [ - 39425, - 39443 + 39595, + 39613 ], "loc": { "start": { - "line": 1405, + "line": 1411, "column": 12 }, "end": { - "line": 1405, + "line": 1411, "column": 30 } } @@ -65582,16 +65764,16 @@ "object": { "type": "ThisExpression", "range": [ - 39461, - 39465 + 39631, + 39635 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 17 }, "end": { - "line": 1406, + "line": 1412, "column": 21 } } @@ -65600,31 +65782,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 39466, - 39477 + 39636, + 39647 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 22 }, "end": { - "line": 1406, + "line": 1412, "column": 33 } } }, "range": [ - 39461, - 39477 + 39631, + 39647 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 17 }, "end": { - "line": 1406, + "line": 1412, "column": 33 } } @@ -65636,16 +65818,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39478, - 39481 + 39648, + 39651 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 34 }, "end": { - "line": 1406, + "line": 1412, "column": 37 } } @@ -65654,62 +65836,62 @@ "type": "Identifier", "name": "name", "range": [ - 39482, - 39486 + 39652, + 39656 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 38 }, "end": { - "line": 1406, + "line": 1412, "column": 42 } } }, "range": [ - 39478, - 39486 + 39648, + 39656 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 34 }, "end": { - "line": 1406, + "line": 1412, "column": 42 } } }, "range": [ - 39461, - 39487 + 39631, + 39657 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 17 }, "end": { - "line": 1406, + "line": 1412, "column": 43 } } }, "prefix": true, "range": [ - 39460, - 39487 + 39630, + 39657 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 16 }, "end": { - "line": 1406, + "line": 1412, "column": 43 } } @@ -65727,16 +65909,16 @@ "object": { "type": "ThisExpression", "range": [ - 39507, - 39511 + 39677, + 39681 ], "loc": { "start": { - "line": 1407, + "line": 1413, "column": 16 }, "end": { - "line": 1407, + "line": 1413, "column": 20 } } @@ -65745,31 +65927,31 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 39512, - 39525 + 39682, + 39695 ], "loc": { "start": { - "line": 1407, + "line": 1413, "column": 21 }, "end": { - "line": 1407, + "line": 1413, "column": 34 } } }, "range": [ - 39507, - 39525 + 39677, + 39695 ], "loc": { "start": { - "line": 1407, + "line": 1413, "column": 16 }, "end": { - "line": 1407, + "line": 1413, "column": 34 } } @@ -65779,110 +65961,110 @@ "type": "Identifier", "name": "ext", "range": [ - 39526, - 39529 + 39696, + 39699 ], "loc": { "start": { - "line": 1407, + "line": 1413, "column": 35 }, "end": { - "line": 1407, + "line": 1413, "column": 38 } } } ], "range": [ - 39507, - 39530 + 39677, + 39700 ], "loc": { "start": { - "line": 1407, + "line": 1413, "column": 16 }, "end": { - "line": 1407, + "line": 1413, "column": 39 } } }, "range": [ - 39507, - 39531 + 39677, + 39701 ], "loc": { "start": { - "line": 1407, + "line": 1413, "column": 16 }, "end": { - "line": 1407, + "line": 1413, "column": 40 } } } ], "range": [ - 39489, - 39545 + 39659, + 39715 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 45 }, "end": { - "line": 1408, + "line": 1414, "column": 13 } } }, "alternate": null, "range": [ - 39456, - 39545 + 39626, + 39715 ], "loc": { "start": { - "line": 1406, + "line": 1412, "column": 12 }, "end": { - "line": 1408, + "line": 1414, "column": 13 } } } ], "range": [ - 39411, - 39555 + 39581, + 39725 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 57 }, "end": { - "line": 1409, + "line": 1415, "column": 9 } } }, "range": [ - 39362, - 39555 + 39532, + 39725 ], "loc": { "start": { - "line": 1404, + "line": 1410, "column": 8 }, "end": { - "line": 1409, + "line": 1415, "column": 9 } } @@ -65900,16 +66082,16 @@ "object": { "type": "ThisExpression", "range": [ - 39564, - 39568 + 39734, + 39738 ], "loc": { "start": { - "line": 1410, + "line": 1416, "column": 8 }, "end": { - "line": 1410, + "line": 1416, "column": 12 } } @@ -65918,31 +66100,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 39569, - 39576 + 39739, + 39746 ], "loc": { "start": { - "line": 1410, + "line": 1416, "column": 13 }, "end": { - "line": 1410, + "line": 1416, "column": 20 } } }, "range": [ - 39564, - 39576 + 39734, + 39746 ], "loc": { "start": { - "line": 1410, + "line": 1416, "column": 8 }, "end": { - "line": 1410, + "line": 1416, "column": 20 } } @@ -65951,31 +66133,31 @@ "type": "Identifier", "name": "emit", "range": [ - 39577, - 39581 + 39747, + 39751 ], "loc": { "start": { - "line": 1410, + "line": 1416, "column": 21 }, "end": { - "line": 1410, + "line": 1416, "column": 25 } } }, "range": [ - 39564, - 39581 + 39734, + 39751 ], "loc": { "start": { - "line": 1410, + "line": 1416, "column": 8 }, "end": { - "line": 1410, + "line": 1416, "column": 25 } } @@ -65986,16 +66168,16 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 39582, - 39608 + 39752, + 39778 ], "loc": { "start": { - "line": 1410, + "line": 1416, "column": 26 }, "end": { - "line": 1410, + "line": 1416, "column": 52 } } @@ -66003,63 +66185,63 @@ { "type": "ThisExpression", "range": [ - 39610, - 39614 + 39780, + 39784 ], "loc": { "start": { - "line": 1410, + "line": 1416, "column": 54 }, "end": { - "line": 1410, + "line": 1416, "column": 58 } } } ], "range": [ - 39564, - 39615 + 39734, + 39785 ], "loc": { "start": { - "line": 1410, + "line": 1416, "column": 8 }, "end": { - "line": 1410, + "line": 1416, "column": 59 } } }, "range": [ - 39564, - 39616 + 39734, + 39786 ], "loc": { "start": { - "line": 1410, + "line": 1416, "column": 8 }, "end": { - "line": 1410, + "line": 1416, "column": 60 } } } ], "range": [ - 39142, - 39622 + 39312, + 39792 ], "loc": { "start": { - "line": 1398, + "line": 1404, "column": 21 }, "end": { - "line": 1411, + "line": 1417, "column": 5 } } @@ -66067,16 +66249,16 @@ "generator": false, "expression": false, "range": [ - 39139, - 39622 + 39309, + 39792 ], "loc": { "start": { - "line": 1398, + "line": 1404, "column": 18 }, "end": { - "line": 1411, + "line": 1417, "column": 5 } } @@ -66084,16 +66266,16 @@ "kind": "method", "computed": false, "range": [ - 39125, - 39622 + 39295, + 39792 ], "loc": { "start": { - "line": 1398, + "line": 1404, "column": 4 }, "end": { - "line": 1411, + "line": 1417, "column": 5 } }, @@ -66102,16 +66284,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 39036, - 39120 + 39206, + 39290 ], "loc": { "start": { - "line": 1395, + "line": 1401, "column": 4 }, "end": { - "line": 1397, + "line": 1403, "column": 7 } } @@ -66122,16 +66304,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 39628, - 39723 + 39798, + 39893 ], "loc": { "start": { - "line": 1413, + "line": 1419, "column": 4 }, "end": { - "line": 1416, + "line": 1422, "column": 7 } } @@ -66145,16 +66327,16 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 39728, - 39741 + 39898, + 39911 ], "loc": { "start": { - "line": 1417, + "line": 1423, "column": 4 }, "end": { - "line": 1417, + "line": 1423, "column": 17 } } @@ -66167,16 +66349,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39742, - 39745 + 39912, + 39915 ], "loc": { "start": { - "line": 1417, + "line": 1423, "column": 18 }, "end": { - "line": 1417, + "line": 1423, "column": 21 } } @@ -66197,32 +66379,32 @@ "type": "Identifier", "name": "ext", "range": [ - 39762, - 39765 + 39932, + 39935 ], "loc": { "start": { - "line": 1418, + "line": 1424, "column": 13 }, "end": { - "line": 1418, + "line": 1424, "column": 16 } } }, "prefix": true, "range": [ - 39761, - 39765 + 39931, + 39935 ], "loc": { "start": { - "line": 1418, + "line": 1424, "column": 12 }, "end": { - "line": 1418, + "line": 1424, "column": 16 } } @@ -66237,16 +66419,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39770, - 39773 + 39940, + 39943 ], "loc": { "start": { - "line": 1418, + "line": 1424, "column": 21 }, "end": { - "line": 1418, + "line": 1424, "column": 24 } } @@ -66255,62 +66437,62 @@ "type": "Identifier", "name": "name", "range": [ - 39774, - 39778 + 39944, + 39948 ], "loc": { "start": { - "line": 1418, + "line": 1424, "column": 25 }, "end": { - "line": 1418, + "line": 1424, "column": 29 } } }, "range": [ - 39770, - 39778 + 39940, + 39948 ], "loc": { "start": { - "line": 1418, + "line": 1424, "column": 21 }, "end": { - "line": 1418, + "line": 1424, "column": 29 } } }, "prefix": true, "range": [ - 39769, - 39778 + 39939, + 39948 ], "loc": { "start": { - "line": 1418, + "line": 1424, "column": 20 }, "end": { - "line": 1418, + "line": 1424, "column": 29 } } }, "range": [ - 39761, - 39778 + 39931, + 39948 ], "loc": { "start": { - "line": 1418, + "line": 1424, "column": 12 }, "end": { - "line": 1418, + "line": 1424, "column": 29 } } @@ -66322,48 +66504,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 39794, - 39801 + 39964, + 39971 ], "loc": { "start": { - "line": 1419, + "line": 1425, "column": 12 }, "end": { - "line": 1419, + "line": 1425, "column": 19 } } } ], "range": [ - 39780, - 39811 + 39950, + 39981 ], "loc": { "start": { - "line": 1418, + "line": 1424, "column": 31 }, "end": { - "line": 1420, + "line": 1426, "column": 9 } } }, "alternate": null, "range": [ - 39757, - 39811 + 39927, + 39981 ], "loc": { "start": { - "line": 1418, + "line": 1424, "column": 8 }, "end": { - "line": 1420, + "line": 1426, "column": 9 } } @@ -66377,16 +66559,16 @@ "type": "Identifier", "name": "name", "range": [ - 39825, - 39829 + 39995, + 39999 ], "loc": { "start": { - "line": 1422, + "line": 1428, "column": 12 }, "end": { - "line": 1422, + "line": 1428, "column": 16 } } @@ -66398,16 +66580,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39832, - 39835 + 40002, + 40005 ], "loc": { "start": { - "line": 1422, + "line": 1428, "column": 19 }, "end": { - "line": 1422, + "line": 1428, "column": 22 } } @@ -66416,46 +66598,46 @@ "type": "Identifier", "name": "name", "range": [ - 39836, - 39840 + 40006, + 40010 ], "loc": { "start": { - "line": 1422, + "line": 1428, "column": 23 }, "end": { - "line": 1422, + "line": 1428, "column": 27 } } }, "range": [ - 39832, - 39840 + 40002, + 40010 ], "loc": { "start": { - "line": 1422, + "line": 1428, "column": 19 }, "end": { - "line": 1422, + "line": 1428, "column": 27 } } }, "range": [ - 39825, - 39840 + 39995, + 40010 ], "loc": { "start": { - "line": 1422, + "line": 1428, "column": 12 }, "end": { - "line": 1422, + "line": 1428, "column": 27 } } @@ -66463,16 +66645,16 @@ ], "kind": "let", "range": [ - 39821, - 39841 + 39991, + 40011 ], "loc": { "start": { - "line": 1422, + "line": 1428, "column": 8 }, "end": { - "line": 1422, + "line": 1428, "column": 28 } } @@ -66486,16 +66668,16 @@ "type": "Identifier", "name": "path", "range": [ - 39854, - 39858 + 40024, + 40028 ], "loc": { "start": { - "line": 1423, + "line": 1429, "column": 12 }, "end": { - "line": 1423, + "line": 1429, "column": 16 } } @@ -66507,16 +66689,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39861, - 39864 + 40031, + 40034 ], "loc": { "start": { - "line": 1423, + "line": 1429, "column": 19 }, "end": { - "line": 1423, + "line": 1429, "column": 22 } } @@ -66525,46 +66707,46 @@ "type": "Identifier", "name": "path", "range": [ - 39865, - 39869 + 40035, + 40039 ], "loc": { "start": { - "line": 1423, + "line": 1429, "column": 23 }, "end": { - "line": 1423, + "line": 1429, "column": 27 } } }, "range": [ - 39861, - 39869 + 40031, + 40039 ], "loc": { "start": { - "line": 1423, + "line": 1429, "column": 19 }, "end": { - "line": 1423, + "line": 1429, "column": 27 } } }, "range": [ - 39854, - 39869 + 40024, + 40039 ], "loc": { "start": { - "line": 1423, + "line": 1429, "column": 12 }, "end": { - "line": 1423, + "line": 1429, "column": 27 } } @@ -66572,16 +66754,16 @@ ], "kind": "let", "range": [ - 39850, - 39870 + 40020, + 40040 ], "loc": { "start": { - "line": 1423, + "line": 1429, "column": 8 }, "end": { - "line": 1423, + "line": 1429, "column": 28 } } @@ -66595,32 +66777,32 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39883, - 39893 + 40053, + 40063 ], "loc": { "start": { - "line": 1424, + "line": 1430, "column": 12 }, "end": { - "line": 1424, + "line": 1430, "column": 22 } } }, "init": null, "range": [ - 39883, - 39893 + 40053, + 40063 ], "loc": { "start": { - "line": 1424, + "line": 1430, "column": 12 }, "end": { - "line": 1424, + "line": 1430, "column": 22 } } @@ -66628,16 +66810,16 @@ ], "kind": "let", "range": [ - 39879, - 39894 + 40049, + 40064 ], "loc": { "start": { - "line": 1424, + "line": 1430, "column": 8 }, "end": { - "line": 1424, + "line": 1430, "column": 23 } } @@ -66651,16 +66833,16 @@ "type": "Identifier", "name": "name", "range": [ - 39908, - 39912 + 40078, + 40082 ], "loc": { "start": { - "line": 1426, + "line": 1432, "column": 12 }, "end": { - "line": 1426, + "line": 1432, "column": 16 } } @@ -66669,31 +66851,31 @@ "type": "Identifier", "name": "path", "range": [ - 39916, - 39920 + 40086, + 40090 ], "loc": { "start": { - "line": 1426, + "line": 1432, "column": 20 }, "end": { - "line": 1426, + "line": 1432, "column": 24 } } }, "range": [ - 39908, - 39920 + 40078, + 40090 ], "loc": { "start": { - "line": 1426, + "line": 1432, "column": 12 }, "end": { - "line": 1426, + "line": 1432, "column": 24 } } @@ -66710,16 +66892,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39936, - 39946 + 40106, + 40116 ], "loc": { "start": { - "line": 1427, + "line": 1433, "column": 12 }, "end": { - "line": 1427, + "line": 1433, "column": 22 } } @@ -66734,16 +66916,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39949, - 39952 + 40119, + 40122 ], "loc": { "start": { - "line": 1427, + "line": 1433, "column": 25 }, "end": { - "line": 1427, + "line": 1433, "column": 28 } } @@ -66752,31 +66934,31 @@ "type": "Identifier", "name": "path", "range": [ - 39953, - 39957 + 40123, + 40127 ], "loc": { "start": { - "line": 1427, + "line": 1433, "column": 29 }, "end": { - "line": 1427, + "line": 1433, "column": 33 } } }, "range": [ - 39949, - 39957 + 40119, + 40127 ], "loc": { "start": { - "line": 1427, + "line": 1433, "column": 25 }, "end": { - "line": 1427, + "line": 1433, "column": 33 } } @@ -66785,77 +66967,77 @@ "type": "Identifier", "name": "name", "range": [ - 39960, - 39964 + 40130, + 40134 ], "loc": { "start": { - "line": 1427, + "line": 1433, "column": 36 }, "end": { - "line": 1427, + "line": 1433, "column": 40 } } }, "range": [ - 39949, - 39964 + 40119, + 40134 ], "loc": { "start": { - "line": 1427, + "line": 1433, "column": 25 }, "end": { - "line": 1427, + "line": 1433, "column": 40 } } }, "range": [ - 39936, - 39964 + 40106, + 40134 ], "loc": { "start": { - "line": 1427, + "line": 1433, "column": 12 }, "end": { - "line": 1427, + "line": 1433, "column": 40 } } }, "range": [ - 39936, - 39965 + 40106, + 40135 ], "loc": { "start": { - "line": 1427, + "line": 1433, "column": 12 }, "end": { - "line": 1427, + "line": 1433, "column": 41 } } } ], "range": [ - 39922, - 39975 + 40092, + 40145 ], "loc": { "start": { - "line": 1426, + "line": 1432, "column": 26 }, "end": { - "line": 1428, + "line": 1434, "column": 9 } } @@ -66872,16 +67054,16 @@ "type": "Identifier", "name": "name", "range": [ - 39995, - 39999 + 40165, + 40169 ], "loc": { "start": { - "line": 1429, + "line": 1435, "column": 12 }, "end": { - "line": 1429, + "line": 1435, "column": 16 } } @@ -66895,16 +67077,16 @@ "type": "Identifier", "name": "name", "range": [ - 40002, - 40006 + 40172, + 40176 ], "loc": { "start": { - "line": 1429, + "line": 1435, "column": 19 }, "end": { - "line": 1429, + "line": 1435, "column": 23 } } @@ -66913,31 +67095,31 @@ "type": "Identifier", "name": "replace", "range": [ - 40007, - 40014 + 40177, + 40184 ], "loc": { "start": { - "line": 1429, + "line": 1435, "column": 24 }, "end": { - "line": 1429, + "line": 1435, "column": 31 } } }, "range": [ - 40002, - 40014 + 40172, + 40184 ], "loc": { "start": { - "line": 1429, + "line": 1435, "column": 19 }, "end": { - "line": 1429, + "line": 1435, "column": 31 } } @@ -66948,16 +67130,16 @@ "value": ".js", "raw": "'.js'", "range": [ - 40015, - 40020 + 40185, + 40190 ], "loc": { "start": { - "line": 1429, + "line": 1435, "column": 32 }, "end": { - "line": 1429, + "line": 1435, "column": 37 } } @@ -66967,62 +67149,62 @@ "value": "", "raw": "''", "range": [ - 40022, - 40024 + 40192, + 40194 ], "loc": { "start": { - "line": 1429, + "line": 1435, "column": 39 }, "end": { - "line": 1429, + "line": 1435, "column": 41 } } } ], "range": [ - 40002, - 40025 + 40172, + 40195 ], "loc": { "start": { - "line": 1429, + "line": 1435, "column": 19 }, "end": { - "line": 1429, + "line": 1435, "column": 42 } } }, "range": [ - 39995, - 40025 + 40165, + 40195 ], "loc": { "start": { - "line": 1429, + "line": 1435, "column": 12 }, "end": { - "line": 1429, + "line": 1435, "column": 42 } } }, "range": [ - 39995, - 40026 + 40165, + 40196 ], "loc": { "start": { - "line": 1429, + "line": 1435, "column": 12 }, "end": { - "line": 1429, + "line": 1435, "column": 43 } } @@ -67036,16 +67218,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 40039, - 40049 + 40209, + 40219 ], "loc": { "start": { - "line": 1430, + "line": 1436, "column": 12 }, "end": { - "line": 1430, + "line": 1436, "column": 22 } } @@ -67060,16 +67242,16 @@ "value": "extensions/{}/{}", "raw": "'extensions/{}/{}'", "range": [ - 40052, - 40070 + 40222, + 40240 ], "loc": { "start": { - "line": 1430, + "line": 1436, "column": 25 }, "end": { - "line": 1430, + "line": 1436, "column": 43 } } @@ -67078,31 +67260,31 @@ "type": "Identifier", "name": "replace", "range": [ - 40071, - 40078 + 40241, + 40248 ], "loc": { "start": { - "line": 1430, + "line": 1436, "column": 44 }, "end": { - "line": 1430, + "line": 1436, "column": 51 } } }, "range": [ - 40052, - 40078 + 40222, + 40248 ], "loc": { "start": { - "line": 1430, + "line": 1436, "column": 25 }, "end": { - "line": 1430, + "line": 1436, "column": 51 } } @@ -67117,16 +67299,16 @@ "flags": "g" }, "range": [ - 40079, - 40084 + 40249, + 40254 ], "loc": { "start": { - "line": 1430, + "line": 1436, "column": 52 }, "end": { - "line": 1430, + "line": 1436, "column": 57 } } @@ -67135,93 +67317,93 @@ "type": "Identifier", "name": "name", "range": [ - 40086, - 40090 + 40256, + 40260 ], "loc": { "start": { - "line": 1430, + "line": 1436, "column": 59 }, "end": { - "line": 1430, + "line": 1436, "column": 63 } } } ], "range": [ - 40052, - 40091 + 40222, + 40261 ], "loc": { "start": { - "line": 1430, + "line": 1436, "column": 25 }, "end": { - "line": 1430, + "line": 1436, "column": 64 } } }, "range": [ - 40039, - 40091 + 40209, + 40261 ], "loc": { "start": { - "line": 1430, + "line": 1436, "column": 12 }, "end": { - "line": 1430, + "line": 1436, "column": 64 } } }, "range": [ - 40039, - 40092 + 40209, + 40262 ], "loc": { "start": { - "line": 1430, + "line": 1436, "column": 12 }, "end": { - "line": 1430, + "line": 1436, "column": 65 } } } ], "range": [ - 39981, - 40102 + 40151, + 40272 ], "loc": { "start": { - "line": 1428, + "line": 1434, "column": 15 }, "end": { - "line": 1431, + "line": 1437, "column": 9 } } }, "range": [ - 39904, - 40102 + 40074, + 40272 ], "loc": { "start": { - "line": 1426, + "line": 1432, "column": 8 }, "end": { - "line": 1431, + "line": 1437, "column": 9 } }, @@ -67230,16 +67412,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 40112, - 40142 + 40282, + 40312 ], "loc": { "start": { - "line": 1433, + "line": 1439, "column": 8 }, "end": { - "line": 1433, + "line": 1439, "column": 38 } } @@ -67254,16 +67436,16 @@ "type": "Identifier", "name": "require", "range": [ - 40151, - 40158 + 40321, + 40328 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 8 }, "end": { - "line": 1434, + "line": 1440, "column": 15 } } @@ -67280,16 +67462,16 @@ "value": "./", "raw": "'./'", "range": [ - 40160, - 40164 + 40330, + 40334 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 17 }, "end": { - "line": 1434, + "line": 1440, "column": 21 } } @@ -67298,47 +67480,47 @@ "type": "Identifier", "name": "modulePath", "range": [ - 40167, - 40177 + 40337, + 40347 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 24 }, "end": { - "line": 1434, + "line": 1440, "column": 34 } } }, "range": [ - 40160, - 40177 + 40330, + 40347 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 17 }, "end": { - "line": 1434, + "line": 1440, "column": 34 } } } ], "range": [ - 40159, - 40178 + 40329, + 40348 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 16 }, "end": { - "line": 1434, + "line": 1440, "column": 35 } } @@ -67351,16 +67533,16 @@ "type": "Identifier", "name": "mod", "range": [ - 40181, - 40184 + 40351, + 40354 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 38 }, "end": { - "line": 1434, + "line": 1440, "column": 41 } } @@ -67378,16 +67560,16 @@ "type": "Identifier", "name": "inst", "range": [ - 40240, - 40244 + 40410, + 40414 ], "loc": { "start": { - "line": 1436, + "line": 1442, "column": 16 }, "end": { - "line": 1436, + "line": 1442, "column": 20 } } @@ -67401,16 +67583,16 @@ "type": "Identifier", "name": "mod", "range": [ - 40251, - 40254 + 40421, + 40424 ], "loc": { "start": { - "line": 1436, + "line": 1442, "column": 27 }, "end": { - "line": 1436, + "line": 1442, "column": 30 } } @@ -67419,31 +67601,31 @@ "type": "Identifier", "name": "default", "range": [ - 40255, - 40262 + 40425, + 40432 ], "loc": { "start": { - "line": 1436, + "line": 1442, "column": 31 }, "end": { - "line": 1436, + "line": 1442, "column": 38 } } }, "range": [ - 40251, - 40262 + 40421, + 40432 ], "loc": { "start": { - "line": 1436, + "line": 1442, "column": 27 }, "end": { - "line": 1436, + "line": 1442, "column": 38 } } @@ -67452,16 +67634,16 @@ { "type": "ThisExpression", "range": [ - 40263, - 40267 + 40433, + 40437 ], "loc": { "start": { - "line": 1436, + "line": 1442, "column": 39 }, "end": { - "line": 1436, + "line": 1442, "column": 43 } } @@ -67470,47 +67652,47 @@ "type": "Identifier", "name": "ext", "range": [ - 40269, - 40272 + 40439, + 40442 ], "loc": { "start": { - "line": 1436, + "line": 1442, "column": 45 }, "end": { - "line": 1436, + "line": 1442, "column": 48 } } } ], "range": [ - 40247, - 40273 + 40417, + 40443 ], "loc": { "start": { - "line": 1436, + "line": 1442, "column": 23 }, "end": { - "line": 1436, + "line": 1442, "column": 49 } } }, "range": [ - 40240, - 40273 + 40410, + 40443 ], "loc": { "start": { - "line": 1436, + "line": 1442, "column": 16 }, "end": { - "line": 1436, + "line": 1442, "column": 49 } } @@ -67518,16 +67700,16 @@ ], "kind": "let", "range": [ - 40236, - 40274 + 40406, + 40444 ], "loc": { "start": { - "line": 1436, + "line": 1442, "column": 12 }, "end": { - "line": 1436, + "line": 1442, "column": 50 } }, @@ -67536,16 +67718,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 40203, - 40223 + 40373, + 40393 ], "loc": { "start": { - "line": 1435, + "line": 1441, "column": 12 }, "end": { - "line": 1435, + "line": 1441, "column": 32 } } @@ -67556,16 +67738,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 40287, - 40306 + 40457, + 40476 ], "loc": { "start": { - "line": 1437, + "line": 1443, "column": 12 }, "end": { - "line": 1437, + "line": 1443, "column": 31 } } @@ -67583,16 +67765,16 @@ "type": "Identifier", "name": "inst", "range": [ - 40319, - 40323 + 40489, + 40493 ], "loc": { "start": { - "line": 1438, + "line": 1444, "column": 12 }, "end": { - "line": 1438, + "line": 1444, "column": 16 } } @@ -67601,62 +67783,62 @@ "type": "Identifier", "name": "init", "range": [ - 40324, - 40328 + 40494, + 40498 ], "loc": { "start": { - "line": 1438, + "line": 1444, "column": 17 }, "end": { - "line": 1438, + "line": 1444, "column": 21 } } }, "range": [ - 40319, - 40328 + 40489, + 40498 ], "loc": { "start": { - "line": 1438, + "line": 1444, "column": 12 }, "end": { - "line": 1438, + "line": 1444, "column": 21 } } }, "arguments": [], "range": [ - 40319, - 40330 + 40489, + 40500 ], "loc": { "start": { - "line": 1438, + "line": 1444, "column": 12 }, "end": { - "line": 1438, + "line": 1444, "column": 23 } } }, "range": [ - 40319, - 40331 + 40489, + 40501 ], "loc": { "start": { - "line": 1438, + "line": 1444, "column": 12 }, "end": { - "line": 1438, + "line": 1444, "column": 24 } }, @@ -67665,16 +67847,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 40287, - 40306 + 40457, + 40476 ], "loc": { "start": { - "line": 1437, + "line": 1443, "column": 12 }, "end": { - "line": 1437, + "line": 1443, "column": 31 } } @@ -67695,16 +67877,16 @@ "object": { "type": "ThisExpression", "range": [ - 40344, - 40348 + 40514, + 40518 ], "loc": { "start": { - "line": 1439, + "line": 1445, "column": 12 }, "end": { - "line": 1439, + "line": 1445, "column": 16 } } @@ -67713,31 +67895,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40349, - 40360 + 40519, + 40530 ], "loc": { "start": { - "line": 1439, + "line": 1445, "column": 17 }, "end": { - "line": 1439, + "line": 1445, "column": 28 } } }, "range": [ - 40344, - 40360 + 40514, + 40530 ], "loc": { "start": { - "line": 1439, + "line": 1445, "column": 12 }, "end": { - "line": 1439, + "line": 1445, "column": 28 } } @@ -67746,31 +67928,31 @@ "type": "Identifier", "name": "name", "range": [ - 40361, - 40365 + 40531, + 40535 ], "loc": { "start": { - "line": 1439, + "line": 1445, "column": 29 }, "end": { - "line": 1439, + "line": 1445, "column": 33 } } }, "range": [ - 40344, - 40366 + 40514, + 40536 ], "loc": { "start": { - "line": 1439, + "line": 1445, "column": 12 }, "end": { - "line": 1439, + "line": 1445, "column": 34 } } @@ -67779,62 +67961,62 @@ "type": "Identifier", "name": "inst", "range": [ - 40369, - 40373 + 40539, + 40543 ], "loc": { "start": { - "line": 1439, + "line": 1445, "column": 37 }, "end": { - "line": 1439, + "line": 1445, "column": 41 } } }, "range": [ - 40344, - 40373 + 40514, + 40543 ], "loc": { "start": { - "line": 1439, + "line": 1445, "column": 12 }, "end": { - "line": 1439, + "line": 1445, "column": 41 } } }, "range": [ - 40344, - 40374 + 40514, + 40544 ], "loc": { "start": { - "line": 1439, + "line": 1445, "column": 12 }, "end": { - "line": 1439, + "line": 1445, "column": 42 } } } ], "range": [ - 40189, - 40384 + 40359, + 40554 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 46 }, "end": { - "line": 1440, + "line": 1446, "column": 9 } } @@ -67842,47 +68024,47 @@ "generator": false, "expression": false, "range": [ - 40180, - 40384 + 40350, + 40554 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 37 }, "end": { - "line": 1440, + "line": 1446, "column": 9 } } } ], "range": [ - 40151, - 40385 + 40321, + 40555 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 8 }, "end": { - "line": 1440, + "line": 1446, "column": 10 } } }, "range": [ - 40151, - 40386 + 40321, + 40556 ], "loc": { "start": { - "line": 1434, + "line": 1440, "column": 8 }, "end": { - "line": 1440, + "line": 1446, "column": 11 } }, @@ -67891,16 +68073,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 40112, - 40142 + 40282, + 40312 ], "loc": { "start": { - "line": 1433, + "line": 1439, "column": 8 }, "end": { - "line": 1433, + "line": 1439, "column": 38 } } @@ -67909,16 +68091,16 @@ } ], "range": [ - 39747, - 40392 + 39917, + 40562 ], "loc": { "start": { - "line": 1417, + "line": 1423, "column": 23 }, "end": { - "line": 1441, + "line": 1447, "column": 5 } } @@ -67926,16 +68108,16 @@ "generator": false, "expression": false, "range": [ - 39741, - 40392 + 39911, + 40562 ], "loc": { "start": { - "line": 1417, + "line": 1423, "column": 17 }, "end": { - "line": 1441, + "line": 1447, "column": 5 } } @@ -67943,16 +68125,16 @@ "kind": "method", "computed": false, "range": [ - 39728, - 40392 + 39898, + 40562 ], "loc": { "start": { - "line": 1417, + "line": 1423, "column": 4 }, "end": { - "line": 1441, + "line": 1447, "column": 5 } }, @@ -67961,16 +68143,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 39628, - 39723 + 39798, + 39893 ], "loc": { "start": { - "line": 1413, + "line": 1419, "column": 4 }, "end": { - "line": 1416, + "line": 1422, "column": 7 } } @@ -67981,16 +68163,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 40398, - 40541 + 40568, + 40711 ], "loc": { "start": { - "line": 1443, + "line": 1449, "column": 4 }, "end": { - "line": 1447, + "line": 1453, "column": 7 } } @@ -68004,16 +68186,16 @@ "type": "Identifier", "name": "extension", "range": [ - 40546, - 40555 + 40716, + 40725 ], "loc": { "start": { - "line": 1448, + "line": 1454, "column": 4 }, "end": { - "line": 1448, + "line": 1454, "column": 13 } } @@ -68026,16 +68208,16 @@ "type": "Identifier", "name": "name", "range": [ - 40556, - 40560 + 40726, + 40730 ], "loc": { "start": { - "line": 1448, + "line": 1454, "column": 14 }, "end": { - "line": 1448, + "line": 1454, "column": 18 } } @@ -68055,16 +68237,16 @@ "object": { "type": "ThisExpression", "range": [ - 40579, - 40583 + 40749, + 40753 ], "loc": { "start": { - "line": 1449, + "line": 1455, "column": 15 }, "end": { - "line": 1449, + "line": 1455, "column": 19 } } @@ -68073,31 +68255,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40584, - 40595 + 40754, + 40765 ], "loc": { "start": { - "line": 1449, + "line": 1455, "column": 20 }, "end": { - "line": 1449, + "line": 1455, "column": 31 } } }, "range": [ - 40579, - 40595 + 40749, + 40765 ], "loc": { "start": { - "line": 1449, + "line": 1455, "column": 15 }, "end": { - "line": 1449, + "line": 1455, "column": 31 } } @@ -68106,62 +68288,62 @@ "type": "Identifier", "name": "name", "range": [ - 40596, - 40600 + 40766, + 40770 ], "loc": { "start": { - "line": 1449, + "line": 1455, "column": 32 }, "end": { - "line": 1449, + "line": 1455, "column": 36 } } }, "range": [ - 40579, - 40601 + 40749, + 40771 ], "loc": { "start": { - "line": 1449, + "line": 1455, "column": 15 }, "end": { - "line": 1449, + "line": 1455, "column": 37 } } }, "range": [ - 40572, - 40602 + 40742, + 40772 ], "loc": { "start": { - "line": 1449, + "line": 1455, "column": 8 }, "end": { - "line": 1449, + "line": 1455, "column": 38 } } } ], "range": [ - 40562, - 40608 + 40732, + 40778 ], "loc": { "start": { - "line": 1448, + "line": 1454, "column": 20 }, "end": { - "line": 1450, + "line": 1456, "column": 5 } } @@ -68169,16 +68351,16 @@ "generator": false, "expression": false, "range": [ - 40555, - 40608 + 40725, + 40778 ], "loc": { "start": { - "line": 1448, + "line": 1454, "column": 13 }, "end": { - "line": 1450, + "line": 1456, "column": 5 } } @@ -68186,16 +68368,16 @@ "kind": "method", "computed": false, "range": [ - 40546, - 40608 + 40716, + 40778 ], "loc": { "start": { - "line": 1448, + "line": 1454, "column": 4 }, "end": { - "line": 1450, + "line": 1456, "column": 5 } }, @@ -68204,16 +68386,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 40398, - 40541 + 40568, + 40711 ], "loc": { "start": { - "line": 1443, + "line": 1449, "column": 4 }, "end": { - "line": 1447, + "line": 1453, "column": 7 } } @@ -68224,16 +68406,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 40614, - 40744 + 40784, + 40914 ], "loc": { "start": { - "line": 1452, + "line": 1458, "column": 4 }, "end": { - "line": 1456, + "line": 1462, "column": 7 } } @@ -68247,16 +68429,16 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 40749, - 40761 + 40919, + 40931 ], "loc": { "start": { - "line": 1457, + "line": 1463, "column": 4 }, "end": { - "line": 1457, + "line": 1463, "column": 16 } } @@ -68269,16 +68451,16 @@ "type": "Identifier", "name": "name", "range": [ - 40762, - 40766 + 40932, + 40936 ], "loc": { "start": { - "line": 1457, + "line": 1463, "column": 17 }, "end": { - "line": 1457, + "line": 1463, "column": 21 } } @@ -68298,16 +68480,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 40786, - 40793 + 40956, + 40963 ], "loc": { "start": { - "line": 1458, + "line": 1464, "column": 16 }, "end": { - "line": 1458, + "line": 1464, "column": 23 } } @@ -68322,16 +68504,16 @@ "object": { "type": "ThisExpression", "range": [ - 40794, - 40798 + 40964, + 40968 ], "loc": { "start": { - "line": 1458, + "line": 1464, "column": 24 }, "end": { - "line": 1458, + "line": 1464, "column": 28 } } @@ -68340,31 +68522,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40799, - 40810 + 40969, + 40980 ], "loc": { "start": { - "line": 1458, + "line": 1464, "column": 29 }, "end": { - "line": 1458, + "line": 1464, "column": 40 } } }, "range": [ - 40794, - 40810 + 40964, + 40980 ], "loc": { "start": { - "line": 1458, + "line": 1464, "column": 24 }, "end": { - "line": 1458, + "line": 1464, "column": 40 } } @@ -68373,94 +68555,94 @@ "type": "Identifier", "name": "name", "range": [ - 40811, - 40815 + 40981, + 40985 ], "loc": { "start": { - "line": 1458, + "line": 1464, "column": 41 }, "end": { - "line": 1458, + "line": 1464, "column": 45 } } }, "range": [ - 40794, - 40816 + 40964, + 40986 ], "loc": { "start": { - "line": 1458, + "line": 1464, "column": 24 }, "end": { - "line": 1458, + "line": 1464, "column": 46 } } } ], "range": [ - 40786, - 40817 + 40956, + 40987 ], "loc": { "start": { - "line": 1458, + "line": 1464, "column": 16 }, "end": { - "line": 1458, + "line": 1464, "column": 47 } } }, "prefix": true, "range": [ - 40785, - 40817 + 40955, + 40987 ], "loc": { "start": { - "line": 1458, + "line": 1464, "column": 15 }, "end": { - "line": 1458, + "line": 1464, "column": 47 } } }, "range": [ - 40778, - 40818 + 40948, + 40988 ], "loc": { "start": { - "line": 1458, + "line": 1464, "column": 8 }, "end": { - "line": 1458, + "line": 1464, "column": 48 } } } ], "range": [ - 40768, - 40824 + 40938, + 40994 ], "loc": { "start": { - "line": 1457, + "line": 1463, "column": 23 }, "end": { - "line": 1459, + "line": 1465, "column": 5 } } @@ -68468,16 +68650,16 @@ "generator": false, "expression": false, "range": [ - 40761, - 40824 + 40931, + 40994 ], "loc": { "start": { - "line": 1457, + "line": 1463, "column": 16 }, "end": { - "line": 1459, + "line": 1465, "column": 5 } } @@ -68485,16 +68667,16 @@ "kind": "method", "computed": false, "range": [ - 40749, - 40824 + 40919, + 40994 ], "loc": { "start": { - "line": 1457, + "line": 1463, "column": 4 }, "end": { - "line": 1459, + "line": 1465, "column": 5 } }, @@ -68503,16 +68685,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 40614, - 40744 + 40784, + 40914 ], "loc": { "start": { - "line": 1452, + "line": 1458, "column": 4 }, "end": { - "line": 1456, + "line": 1462, "column": 7 } } @@ -68523,16 +68705,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 40830, - 40911 + 41000, + 41081 ], "loc": { "start": { - "line": 1461, + "line": 1467, "column": 4 }, "end": { - "line": 1463, + "line": 1469, "column": 7 } } @@ -68546,16 +68728,16 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 40916, - 40933 + 41086, + 41103 ], "loc": { "start": { - "line": 1464, + "line": 1470, "column": 4 }, "end": { - "line": 1464, + "line": 1470, "column": 21 } } @@ -68576,16 +68758,16 @@ "type": "Identifier", "name": "exts", "range": [ - 40950, - 40954 + 41120, + 41124 ], "loc": { "start": { - "line": 1465, + "line": 1471, "column": 12 }, "end": { - "line": 1465, + "line": 1471, "column": 16 } } @@ -68596,16 +68778,16 @@ "object": { "type": "ThisExpression", "range": [ - 40957, - 40961 + 41127, + 41131 ], "loc": { "start": { - "line": 1465, + "line": 1471, "column": 19 }, "end": { - "line": 1465, + "line": 1471, "column": 23 } } @@ -68614,46 +68796,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 40962, - 40972 + 41132, + 41142 ], "loc": { "start": { - "line": 1465, + "line": 1471, "column": 24 }, "end": { - "line": 1465, + "line": 1471, "column": 34 } } }, "range": [ - 40957, - 40972 + 41127, + 41142 ], "loc": { "start": { - "line": 1465, + "line": 1471, "column": 19 }, "end": { - "line": 1465, + "line": 1471, "column": 34 } } }, "range": [ - 40950, - 40972 + 41120, + 41142 ], "loc": { "start": { - "line": 1465, + "line": 1471, "column": 12 }, "end": { - "line": 1465, + "line": 1471, "column": 34 } } @@ -68661,16 +68843,16 @@ ], "kind": "let", "range": [ - 40946, - 40973 + 41116, + 41143 ], "loc": { "start": { - "line": 1465, + "line": 1471, "column": 8 }, "end": { - "line": 1465, + "line": 1471, "column": 35 } } @@ -68686,16 +68868,16 @@ "type": "Identifier", "name": "i", "range": [ - 40992, - 40993 + 41162, + 41163 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 17 }, "end": { - "line": 1467, + "line": 1473, "column": 18 } } @@ -68705,31 +68887,31 @@ "value": 0, "raw": "0", "range": [ - 40996, - 40997 + 41166, + 41167 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 21 }, "end": { - "line": 1467, + "line": 1473, "column": 22 } } }, "range": [ - 40992, - 40997 + 41162, + 41167 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 17 }, "end": { - "line": 1467, + "line": 1473, "column": 22 } } @@ -68740,16 +68922,16 @@ "type": "Identifier", "name": "len", "range": [ - 40999, - 41002 + 41169, + 41172 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 24 }, "end": { - "line": 1467, + "line": 1473, "column": 27 } } @@ -68761,16 +68943,16 @@ "type": "Identifier", "name": "exts", "range": [ - 41005, - 41009 + 41175, + 41179 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 30 }, "end": { - "line": 1467, + "line": 1473, "column": 34 } } @@ -68779,46 +68961,46 @@ "type": "Identifier", "name": "length", "range": [ - 41010, - 41016 + 41180, + 41186 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 35 }, "end": { - "line": 1467, + "line": 1473, "column": 41 } } }, "range": [ - 41005, - 41016 + 41175, + 41186 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 30 }, "end": { - "line": 1467, + "line": 1473, "column": 41 } } }, "range": [ - 40999, - 41016 + 41169, + 41186 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 24 }, "end": { - "line": 1467, + "line": 1473, "column": 41 } } @@ -68826,16 +69008,16 @@ ], "kind": "let", "range": [ - 40988, - 41016 + 41158, + 41186 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 13 }, "end": { - "line": 1467, + "line": 1473, "column": 41 } } @@ -68847,16 +69029,16 @@ "type": "Identifier", "name": "i", "range": [ - 41018, - 41019 + 41188, + 41189 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 43 }, "end": { - "line": 1467, + "line": 1473, "column": 44 } } @@ -68865,31 +69047,31 @@ "type": "Identifier", "name": "len", "range": [ - 41022, - 41025 + 41192, + 41195 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 47 }, "end": { - "line": 1467, + "line": 1473, "column": 50 } } }, "range": [ - 41018, - 41025 + 41188, + 41195 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 43 }, "end": { - "line": 1467, + "line": 1473, "column": 50 } } @@ -68901,32 +69083,32 @@ "type": "Identifier", "name": "i", "range": [ - 41027, - 41028 + 41197, + 41198 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 52 }, "end": { - "line": 1467, + "line": 1473, "column": 53 } } }, "prefix": false, "range": [ - 41027, - 41030 + 41197, + 41200 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 52 }, "end": { - "line": 1467, + "line": 1473, "column": 55 } } @@ -68943,16 +69125,16 @@ "type": "Identifier", "name": "ext", "range": [ - 41050, - 41053 + 41220, + 41223 ], "loc": { "start": { - "line": 1468, + "line": 1474, "column": 16 }, "end": { - "line": 1468, + "line": 1474, "column": 19 } } @@ -68964,16 +69146,16 @@ "type": "Identifier", "name": "exts", "range": [ - 41056, - 41060 + 41226, + 41230 ], "loc": { "start": { - "line": 1468, + "line": 1474, "column": 22 }, "end": { - "line": 1468, + "line": 1474, "column": 26 } } @@ -68982,46 +69164,46 @@ "type": "Identifier", "name": "i", "range": [ - 41061, - 41062 + 41231, + 41232 ], "loc": { "start": { - "line": 1468, + "line": 1474, "column": 27 }, "end": { - "line": 1468, + "line": 1474, "column": 28 } } }, "range": [ - 41056, - 41063 + 41226, + 41233 ], "loc": { "start": { - "line": 1468, + "line": 1474, "column": 22 }, "end": { - "line": 1468, + "line": 1474, "column": 29 } } }, "range": [ - 41050, - 41063 + 41220, + 41233 ], "loc": { "start": { - "line": 1468, + "line": 1474, "column": 16 }, "end": { - "line": 1468, + "line": 1474, "column": 29 } } @@ -69029,16 +69211,16 @@ ], "kind": "let", "range": [ - 41046, - 41064 + 41216, + 41234 ], "loc": { "start": { - "line": 1468, + "line": 1474, "column": 12 }, "end": { - "line": 1468, + "line": 1474, "column": 30 } } @@ -69052,16 +69234,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 41081, - 41092 + 41251, + 41262 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 16 }, "end": { - "line": 1469, + "line": 1475, "column": 27 } } @@ -69075,16 +69257,16 @@ "object": { "type": "ThisExpression", "range": [ - 41095, - 41099 + 41265, + 41269 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 30 }, "end": { - "line": 1469, + "line": 1475, "column": 34 } } @@ -69093,31 +69275,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 41100, - 41111 + 41270, + 41281 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 35 }, "end": { - "line": 1469, + "line": 1475, "column": 46 } } }, "range": [ - 41095, - 41111 + 41265, + 41281 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 30 }, "end": { - "line": 1469, + "line": 1475, "column": 46 } } @@ -69129,16 +69311,16 @@ "type": "Identifier", "name": "ext", "range": [ - 41112, - 41115 + 41282, + 41285 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 47 }, "end": { - "line": 1469, + "line": 1475, "column": 50 } } @@ -69147,61 +69329,61 @@ "type": "Identifier", "name": "name", "range": [ - 41116, - 41120 + 41286, + 41290 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 51 }, "end": { - "line": 1469, + "line": 1475, "column": 55 } } }, "range": [ - 41112, - 41120 + 41282, + 41290 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 47 }, "end": { - "line": 1469, + "line": 1475, "column": 55 } } }, "range": [ - 41095, - 41121 + 41265, + 41291 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 30 }, "end": { - "line": 1469, + "line": 1475, "column": 56 } } }, "range": [ - 41081, - 41121 + 41251, + 41291 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 16 }, "end": { - "line": 1469, + "line": 1475, "column": 56 } } @@ -69209,16 +69391,16 @@ ], "kind": "let", "range": [ - 41077, - 41122 + 41247, + 41292 ], "loc": { "start": { - "line": 1469, + "line": 1475, "column": 12 }, "end": { - "line": 1469, + "line": 1475, "column": 57 } } @@ -69229,16 +69411,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 41139, - 41150 + 41309, + 41320 ], "loc": { "start": { - "line": 1470, + "line": 1476, "column": 16 }, "end": { - "line": 1470, + "line": 1476, "column": 27 } } @@ -69257,16 +69439,16 @@ "type": "Identifier", "name": "extInstance", "range": [ - 41170, - 41181 + 41340, + 41351 ], "loc": { "start": { - "line": 1471, + "line": 1477, "column": 16 }, "end": { - "line": 1471, + "line": 1477, "column": 27 } } @@ -69275,62 +69457,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 41182, - 41189 + 41352, + 41359 ], "loc": { "start": { - "line": 1471, + "line": 1477, "column": 28 }, "end": { - "line": 1471, + "line": 1477, "column": 35 } } }, "range": [ - 41170, - 41189 + 41340, + 41359 ], "loc": { "start": { - "line": 1471, + "line": 1477, "column": 16 }, "end": { - "line": 1471, + "line": 1477, "column": 35 } } }, "arguments": [], "range": [ - 41170, - 41191 + 41340, + 41361 ], "loc": { "start": { - "line": 1471, + "line": 1477, "column": 16 }, "end": { - "line": 1471, + "line": 1477, "column": 37 } } }, "range": [ - 41170, - 41192 + 41340, + 41362 ], "loc": { "start": { - "line": 1471, + "line": 1477, "column": 16 }, "end": { - "line": 1471, + "line": 1477, "column": 38 } } @@ -69349,16 +69531,16 @@ "object": { "type": "ThisExpression", "range": [ - 41209, - 41213 + 41379, + 41383 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 16 }, "end": { - "line": 1472, + "line": 1478, "column": 20 } } @@ -69367,31 +69549,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 41214, - 41225 + 41384, + 41395 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 21 }, "end": { - "line": 1472, + "line": 1478, "column": 32 } } }, "range": [ - 41209, - 41225 + 41379, + 41395 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 16 }, "end": { - "line": 1472, + "line": 1478, "column": 32 } } @@ -69403,16 +69585,16 @@ "type": "Identifier", "name": "ext", "range": [ - 41226, - 41229 + 41396, + 41399 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 33 }, "end": { - "line": 1472, + "line": 1478, "column": 36 } } @@ -69421,46 +69603,46 @@ "type": "Identifier", "name": "name", "range": [ - 41230, - 41234 + 41400, + 41404 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 37 }, "end": { - "line": 1472, + "line": 1478, "column": 41 } } }, "range": [ - 41226, - 41234 + 41396, + 41404 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 33 }, "end": { - "line": 1472, + "line": 1478, "column": 41 } } }, "range": [ - 41209, - 41235 + 41379, + 41405 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 16 }, "end": { - "line": 1472, + "line": 1478, "column": 42 } } @@ -69469,125 +69651,125 @@ "type": "Identifier", "name": "undefined", "range": [ - 41238, - 41247 + 41408, + 41417 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 45 }, "end": { - "line": 1472, + "line": 1478, "column": 54 } } }, "range": [ - 41209, - 41247 + 41379, + 41417 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 16 }, "end": { - "line": 1472, + "line": 1478, "column": 54 } } }, "range": [ - 41209, - 41248 + 41379, + 41418 ], "loc": { "start": { - "line": 1472, + "line": 1478, "column": 16 }, "end": { - "line": 1472, + "line": 1478, "column": 55 } } } ], "range": [ - 41152, - 41262 + 41322, + 41432 ], "loc": { "start": { - "line": 1470, + "line": 1476, "column": 29 }, "end": { - "line": 1473, + "line": 1479, "column": 13 } } }, "alternate": null, "range": [ - 41135, - 41262 + 41305, + 41432 ], "loc": { "start": { - "line": 1470, + "line": 1476, "column": 12 }, "end": { - "line": 1473, + "line": 1479, "column": 13 } } } ], "range": [ - 41032, - 41272 + 41202, + 41442 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 57 }, "end": { - "line": 1474, + "line": 1480, "column": 9 } } }, "range": [ - 40983, - 41272 + 41153, + 41442 ], "loc": { "start": { - "line": 1467, + "line": 1473, "column": 8 }, "end": { - "line": 1474, + "line": 1480, "column": 9 } } } ], "range": [ - 40936, - 41278 + 41106, + 41448 ], "loc": { "start": { - "line": 1464, + "line": 1470, "column": 24 }, "end": { - "line": 1475, + "line": 1481, "column": 5 } } @@ -69595,16 +69777,16 @@ "generator": false, "expression": false, "range": [ - 40933, - 41278 + 41103, + 41448 ], "loc": { "start": { - "line": 1464, + "line": 1470, "column": 21 }, "end": { - "line": 1475, + "line": 1481, "column": 5 } } @@ -69612,16 +69794,16 @@ "kind": "method", "computed": false, "range": [ - 40916, - 41278 + 41086, + 41448 ], "loc": { "start": { - "line": 1464, + "line": 1470, "column": 4 }, "end": { - "line": 1475, + "line": 1481, "column": 5 } }, @@ -69630,16 +69812,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 40830, - 40911 + 41000, + 41081 ], "loc": { "start": { - "line": 1461, + "line": 1467, "column": 4 }, "end": { - "line": 1463, + "line": 1469, "column": 7 } } @@ -69650,16 +69832,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 41284, - 41350 + 41454, + 41520 ], "loc": { "start": { - "line": 1477, + "line": 1483, "column": 4 }, "end": { - "line": 1479, + "line": 1485, "column": 7 } } @@ -69673,16 +69855,16 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 41355, - 41365 + 41525, + 41535 ], "loc": { "start": { - "line": 1480, + "line": 1486, "column": 4 }, "end": { - "line": 1480, + "line": 1486, "column": 14 } } @@ -69703,16 +69885,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41382, - 41388 + 41552, + 41558 ], "loc": { "start": { - "line": 1481, + "line": 1487, "column": 12 }, "end": { - "line": 1481, + "line": 1487, "column": 18 } } @@ -69723,16 +69905,16 @@ "object": { "type": "ThisExpression", "range": [ - 41391, - 41395 + 41561, + 41565 ], "loc": { "start": { - "line": 1481, + "line": 1487, "column": 21 }, "end": { - "line": 1481, + "line": 1487, "column": 25 } } @@ -69741,46 +69923,46 @@ "type": "Identifier", "name": "themes", "range": [ - 41396, - 41402 + 41566, + 41572 ], "loc": { "start": { - "line": 1481, + "line": 1487, "column": 26 }, "end": { - "line": 1481, + "line": 1487, "column": 32 } } }, "range": [ - 41391, - 41402 + 41561, + 41572 ], "loc": { "start": { - "line": 1481, + "line": 1487, "column": 21 }, "end": { - "line": 1481, + "line": 1487, "column": 32 } } }, "range": [ - 41382, - 41402 + 41552, + 41572 ], "loc": { "start": { - "line": 1481, + "line": 1487, "column": 12 }, "end": { - "line": 1481, + "line": 1487, "column": 32 } } @@ -69788,16 +69970,16 @@ ], "kind": "let", "range": [ - 41378, - 41403 + 41548, + 41573 ], "loc": { "start": { - "line": 1481, + "line": 1487, "column": 8 }, "end": { - "line": 1481, + "line": 1487, "column": 33 } } @@ -69815,16 +69997,16 @@ "object": { "type": "ThisExpression", "range": [ - 41412, - 41416 + 41582, + 41586 ], "loc": { "start": { - "line": 1482, + "line": 1488, "column": 8 }, "end": { - "line": 1482, + "line": 1488, "column": 12 } } @@ -69833,31 +70015,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 41417, - 41424 + 41587, + 41594 ], "loc": { "start": { - "line": 1482, + "line": 1488, "column": 13 }, "end": { - "line": 1482, + "line": 1488, "column": 20 } } }, "range": [ - 41412, - 41424 + 41582, + 41594 ], "loc": { "start": { - "line": 1482, + "line": 1488, "column": 8 }, "end": { - "line": 1482, + "line": 1488, "column": 20 } } @@ -69866,31 +70048,31 @@ "type": "Identifier", "name": "emit", "range": [ - 41425, - 41429 + 41595, + 41599 ], "loc": { "start": { - "line": 1482, + "line": 1488, "column": 21 }, "end": { - "line": 1482, + "line": 1488, "column": 25 } } }, "range": [ - 41412, - 41429 + 41582, + 41599 ], "loc": { "start": { - "line": 1482, + "line": 1488, "column": 8 }, "end": { - "line": 1482, + "line": 1488, "column": 25 } } @@ -69901,16 +70083,16 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 41430, - 41453 + 41600, + 41623 ], "loc": { "start": { - "line": 1482, + "line": 1488, "column": 26 }, "end": { - "line": 1482, + "line": 1488, "column": 49 } } @@ -69918,47 +70100,47 @@ { "type": "ThisExpression", "range": [ - 41455, - 41459 + 41625, + 41629 ], "loc": { "start": { - "line": 1482, + "line": 1488, "column": 51 }, "end": { - "line": 1482, + "line": 1488, "column": 55 } } } ], "range": [ - 41412, - 41460 + 41582, + 41630 ], "loc": { "start": { - "line": 1482, + "line": 1488, "column": 8 }, "end": { - "line": 1482, + "line": 1488, "column": 56 } } }, "range": [ - 41412, - 41461 + 41582, + 41631 ], "loc": { "start": { - "line": 1482, + "line": 1488, "column": 8 }, "end": { - "line": 1482, + "line": 1488, "column": 57 } }, @@ -69967,16 +70149,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41471, - 41493 + 41641, + 41663 ], "loc": { "start": { - "line": 1484, + "line": 1490, "column": 8 }, "end": { - "line": 1484, + "line": 1490, "column": 30 } } @@ -69991,16 +70173,16 @@ "object": { "type": "ThisExpression", "range": [ - 41506, - 41510 + 41676, + 41680 ], "loc": { "start": { - "line": 1485, + "line": 1491, "column": 12 }, "end": { - "line": 1485, + "line": 1491, "column": 16 } } @@ -70009,31 +70191,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 41511, - 41529 + 41681, + 41699 ], "loc": { "start": { - "line": 1485, + "line": 1491, "column": 17 }, "end": { - "line": 1485, + "line": 1491, "column": 35 } } }, "range": [ - 41506, - 41529 + 41676, + 41699 ], "loc": { "start": { - "line": 1485, + "line": 1491, "column": 12 }, "end": { - "line": 1485, + "line": 1491, "column": 35 } } @@ -70050,16 +70232,16 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 41549, - 41561 + 41719, + 41731 ], "loc": { "start": { - "line": 1486, + "line": 1492, "column": 16 }, "end": { - "line": 1486, + "line": 1492, "column": 28 } } @@ -70073,16 +70255,16 @@ "type": "Identifier", "name": "name", "range": [ - 41566, - 41570 + 41736, + 41740 ], "loc": { "start": { - "line": 1486, + "line": 1492, "column": 33 }, "end": { - "line": 1486, + "line": 1492, "column": 37 } } @@ -70092,16 +70274,16 @@ "value": "default", "raw": "'default'", "range": [ - 41572, - 41581 + 41742, + 41751 ], "loc": { "start": { - "line": 1486, + "line": 1492, "column": 39 }, "end": { - "line": 1486, + "line": 1492, "column": 48 } } @@ -70111,47 +70293,47 @@ "shorthand": false, "computed": false, "range": [ - 41566, - 41581 + 41736, + 41751 ], "loc": { "start": { - "line": 1486, + "line": 1492, "column": 33 }, "end": { - "line": 1486, + "line": 1492, "column": 48 } } } ], "range": [ - 41564, - 41583 + 41734, + 41753 ], "loc": { "start": { - "line": 1486, + "line": 1492, "column": 31 }, "end": { - "line": 1486, + "line": 1492, "column": 50 } } }, "range": [ - 41549, - 41583 + 41719, + 41753 ], "loc": { "start": { - "line": 1486, + "line": 1492, "column": 16 }, "end": { - "line": 1486, + "line": 1492, "column": 50 } } @@ -70159,16 +70341,16 @@ ], "kind": "let", "range": [ - 41545, - 41584 + 41715, + 41754 ], "loc": { "start": { - "line": 1486, + "line": 1492, "column": 12 }, "end": { - "line": 1486, + "line": 1492, "column": 51 } } @@ -70186,16 +70368,16 @@ "object": { "type": "ThisExpression", "range": [ - 41597, - 41601 + 41767, + 41771 ], "loc": { "start": { - "line": 1487, + "line": 1493, "column": 12 }, "end": { - "line": 1487, + "line": 1493, "column": 16 } } @@ -70204,31 +70386,31 @@ "type": "Identifier", "name": "themes", "range": [ - 41602, - 41608 + 41772, + 41778 ], "loc": { "start": { - "line": 1487, + "line": 1493, "column": 17 }, "end": { - "line": 1487, + "line": 1493, "column": 23 } } }, "range": [ - 41597, - 41608 + 41767, + 41778 ], "loc": { "start": { - "line": 1487, + "line": 1493, "column": 12 }, "end": { - "line": 1487, + "line": 1493, "column": 23 } } @@ -70237,31 +70419,31 @@ "type": "Identifier", "name": "push", "range": [ - 41609, - 41613 + 41779, + 41783 ], "loc": { "start": { - "line": 1487, + "line": 1493, "column": 24 }, "end": { - "line": 1487, + "line": 1493, "column": 28 } } }, "range": [ - 41597, - 41613 + 41767, + 41783 ], "loc": { "start": { - "line": 1487, + "line": 1493, "column": 12 }, "end": { - "line": 1487, + "line": 1493, "column": 28 } } @@ -70271,79 +70453,79 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 41614, - 41626 + 41784, + 41796 ], "loc": { "start": { - "line": 1487, + "line": 1493, "column": 29 }, "end": { - "line": 1487, + "line": 1493, "column": 41 } } } ], "range": [ - 41597, - 41627 + 41767, + 41797 ], "loc": { "start": { - "line": 1487, + "line": 1493, "column": 12 }, "end": { - "line": 1487, + "line": 1493, "column": 42 } } }, "range": [ - 41597, - 41628 + 41767, + 41798 ], "loc": { "start": { - "line": 1487, + "line": 1493, "column": 12 }, "end": { - "line": 1487, + "line": 1493, "column": 43 } } } ], "range": [ - 41531, - 41638 + 41701, + 41808 ], "loc": { "start": { - "line": 1485, + "line": 1491, "column": 37 }, "end": { - "line": 1488, + "line": 1494, "column": 9 } } }, "alternate": null, "range": [ - 41502, - 41638 + 41672, + 41808 ], "loc": { "start": { - "line": 1485, + "line": 1491, "column": 8 }, "end": { - "line": 1488, + "line": 1494, "column": 9 } }, @@ -70352,16 +70534,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41471, - 41493 + 41641, + 41663 ], "loc": { "start": { - "line": 1484, + "line": 1490, "column": 8 }, "end": { - "line": 1484, + "line": 1490, "column": 30 } } @@ -70376,16 +70558,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 41651, - 41658 + 41821, + 41828 ], "loc": { "start": { - "line": 1489, + "line": 1495, "column": 12 }, "end": { - "line": 1489, + "line": 1495, "column": 19 } } @@ -70395,32 +70577,32 @@ "type": "Identifier", "name": "themes", "range": [ - 41659, - 41665 + 41829, + 41835 ], "loc": { "start": { - "line": 1489, + "line": 1495, "column": 20 }, "end": { - "line": 1489, + "line": 1495, "column": 26 } } } ], "range": [ - 41651, - 41666 + 41821, + 41836 ], "loc": { "start": { - "line": 1489, + "line": 1495, "column": 12 }, "end": { - "line": 1489, + "line": 1495, "column": 27 } } @@ -70439,16 +70621,16 @@ "type": "Identifier", "name": "i", "range": [ - 41691, - 41692 + 41861, + 41862 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 21 }, "end": { - "line": 1490, + "line": 1496, "column": 22 } } @@ -70458,31 +70640,31 @@ "value": 0, "raw": "0", "range": [ - 41695, - 41696 + 41865, + 41866 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 25 }, "end": { - "line": 1490, + "line": 1496, "column": 26 } } }, "range": [ - 41691, - 41696 + 41861, + 41866 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 21 }, "end": { - "line": 1490, + "line": 1496, "column": 26 } } @@ -70493,16 +70675,16 @@ "type": "Identifier", "name": "len", "range": [ - 41698, - 41701 + 41868, + 41871 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 28 }, "end": { - "line": 1490, + "line": 1496, "column": 31 } } @@ -70514,16 +70696,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41704, - 41710 + 41874, + 41880 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 34 }, "end": { - "line": 1490, + "line": 1496, "column": 40 } } @@ -70532,46 +70714,46 @@ "type": "Identifier", "name": "length", "range": [ - 41711, - 41717 + 41881, + 41887 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 41 }, "end": { - "line": 1490, + "line": 1496, "column": 47 } } }, "range": [ - 41704, - 41717 + 41874, + 41887 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 34 }, "end": { - "line": 1490, + "line": 1496, "column": 47 } } }, "range": [ - 41698, - 41717 + 41868, + 41887 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 28 }, "end": { - "line": 1490, + "line": 1496, "column": 47 } } @@ -70579,16 +70761,16 @@ ], "kind": "let", "range": [ - 41687, - 41717 + 41857, + 41887 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 17 }, "end": { - "line": 1490, + "line": 1496, "column": 47 } } @@ -70600,16 +70782,16 @@ "type": "Identifier", "name": "i", "range": [ - 41719, - 41720 + 41889, + 41890 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 49 }, "end": { - "line": 1490, + "line": 1496, "column": 50 } } @@ -70618,31 +70800,31 @@ "type": "Identifier", "name": "len", "range": [ - 41723, - 41726 + 41893, + 41896 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 53 }, "end": { - "line": 1490, + "line": 1496, "column": 56 } } }, "range": [ - 41719, - 41726 + 41889, + 41896 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 49 }, "end": { - "line": 1490, + "line": 1496, "column": 56 } } @@ -70654,32 +70836,32 @@ "type": "Identifier", "name": "i", "range": [ - 41728, - 41729 + 41898, + 41899 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 58 }, "end": { - "line": 1490, + "line": 1496, "column": 59 } } }, "prefix": false, "range": [ - 41728, - 41731 + 41898, + 41901 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 58 }, "end": { - "line": 1490, + "line": 1496, "column": 61 } } @@ -70696,16 +70878,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41755, - 41760 + 41925, + 41930 ], "loc": { "start": { - "line": 1491, + "line": 1497, "column": 20 }, "end": { - "line": 1491, + "line": 1497, "column": 25 } } @@ -70717,16 +70899,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41763, - 41769 + 41933, + 41939 ], "loc": { "start": { - "line": 1491, + "line": 1497, "column": 28 }, "end": { - "line": 1491, + "line": 1497, "column": 34 } } @@ -70735,46 +70917,46 @@ "type": "Identifier", "name": "i", "range": [ - 41770, - 41771 + 41940, + 41941 ], "loc": { "start": { - "line": 1491, + "line": 1497, "column": 35 }, "end": { - "line": 1491, + "line": 1497, "column": 36 } } }, "range": [ - 41763, - 41772 + 41933, + 41942 ], "loc": { "start": { - "line": 1491, + "line": 1497, "column": 28 }, "end": { - "line": 1491, + "line": 1497, "column": 37 } } }, "range": [ - 41755, - 41772 + 41925, + 41942 ], "loc": { "start": { - "line": 1491, + "line": 1497, "column": 20 }, "end": { - "line": 1491, + "line": 1497, "column": 37 } } @@ -70782,16 +70964,16 @@ ], "kind": "let", "range": [ - 41751, - 41773 + 41921, + 41943 ], "loc": { "start": { - "line": 1491, + "line": 1497, "column": 16 }, "end": { - "line": 1491, + "line": 1497, "column": 38 } } @@ -70805,16 +70987,16 @@ "type": "Identifier", "name": "name", "range": [ - 41794, - 41798 + 41964, + 41968 ], "loc": { "start": { - "line": 1492, + "line": 1498, "column": 20 }, "end": { - "line": 1492, + "line": 1498, "column": 24 } } @@ -70826,16 +71008,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41801, - 41806 + 41971, + 41976 ], "loc": { "start": { - "line": 1492, + "line": 1498, "column": 27 }, "end": { - "line": 1492, + "line": 1498, "column": 32 } } @@ -70844,46 +71026,46 @@ "type": "Identifier", "name": "name", "range": [ - 41807, - 41811 + 41977, + 41981 ], "loc": { "start": { - "line": 1492, + "line": 1498, "column": 33 }, "end": { - "line": 1492, + "line": 1498, "column": 37 } } }, "range": [ - 41801, - 41811 + 41971, + 41981 ], "loc": { "start": { - "line": 1492, + "line": 1498, "column": 27 }, "end": { - "line": 1492, + "line": 1498, "column": 37 } } }, "range": [ - 41794, - 41811 + 41964, + 41981 ], "loc": { "start": { - "line": 1492, + "line": 1498, "column": 20 }, "end": { - "line": 1492, + "line": 1498, "column": 37 } } @@ -70891,16 +71073,16 @@ ], "kind": "let", "range": [ - 41790, - 41812 + 41960, + 41982 ], "loc": { "start": { - "line": 1492, + "line": 1498, "column": 16 }, "end": { - "line": 1492, + "line": 1498, "column": 38 } } @@ -70914,16 +71096,16 @@ "type": "Identifier", "name": "path", "range": [ - 41833, - 41837 + 42003, + 42007 ], "loc": { "start": { - "line": 1493, + "line": 1499, "column": 20 }, "end": { - "line": 1493, + "line": 1499, "column": 24 } } @@ -70935,16 +71117,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41840, - 41845 + 42010, + 42015 ], "loc": { "start": { - "line": 1493, + "line": 1499, "column": 27 }, "end": { - "line": 1493, + "line": 1499, "column": 32 } } @@ -70953,46 +71135,46 @@ "type": "Identifier", "name": "path", "range": [ - 41846, - 41850 + 42016, + 42020 ], "loc": { "start": { - "line": 1493, + "line": 1499, "column": 33 }, "end": { - "line": 1493, + "line": 1499, "column": 37 } } }, "range": [ - 41840, - 41850 + 42010, + 42020 ], "loc": { "start": { - "line": 1493, + "line": 1499, "column": 27 }, "end": { - "line": 1493, + "line": 1499, "column": 37 } } }, "range": [ - 41833, - 41850 + 42003, + 42020 ], "loc": { "start": { - "line": 1493, + "line": 1499, "column": 20 }, "end": { - "line": 1493, + "line": 1499, "column": 37 } } @@ -71000,16 +71182,16 @@ ], "kind": "let", "range": [ - 41829, - 41851 + 41999, + 42021 ], "loc": { "start": { - "line": 1493, + "line": 1499, "column": 16 }, "end": { - "line": 1493, + "line": 1499, "column": 38 } } @@ -71023,16 +71205,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 41872, - 41879 + 42042, + 42049 ], "loc": { "start": { - "line": 1494, + "line": 1500, "column": 20 }, "end": { - "line": 1494, + "line": 1500, "column": 27 } } @@ -71046,16 +71228,16 @@ "object": { "type": "ThisExpression", "range": [ - 41882, - 41886 + 42052, + 42056 ], "loc": { "start": { - "line": 1494, + "line": 1500, "column": 30 }, "end": { - "line": 1494, + "line": 1500, "column": 34 } } @@ -71064,31 +71246,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 41887, - 41893 + 42057, + 42063 ], "loc": { "start": { - "line": 1494, + "line": 1500, "column": 35 }, "end": { - "line": 1494, + "line": 1500, "column": 41 } } }, "range": [ - 41882, - 41893 + 42052, + 42063 ], "loc": { "start": { - "line": 1494, + "line": 1500, "column": 30 }, "end": { - "line": 1494, + "line": 1500, "column": 41 } } @@ -71097,46 +71279,46 @@ "type": "Identifier", "name": "name", "range": [ - 41896, - 41900 + 42066, + 42070 ], "loc": { "start": { - "line": 1494, + "line": 1500, "column": 44 }, "end": { - "line": 1494, + "line": 1500, "column": 48 } } }, "range": [ - 41882, - 41900 + 42052, + 42070 ], "loc": { "start": { - "line": 1494, + "line": 1500, "column": 30 }, "end": { - "line": 1494, + "line": 1500, "column": 48 } } }, "range": [ - 41872, - 41900 + 42042, + 42070 ], "loc": { "start": { - "line": 1494, + "line": 1500, "column": 20 }, "end": { - "line": 1494, + "line": 1500, "column": 48 } } @@ -71144,16 +71326,16 @@ ], "kind": "let", "range": [ - 41868, - 41901 + 42038, + 42071 ], "loc": { "start": { - "line": 1494, + "line": 1500, "column": 16 }, "end": { - "line": 1494, + "line": 1500, "column": 49 } } @@ -71167,16 +71349,16 @@ "type": "Identifier", "name": "name", "range": [ - 41922, - 41926 + 42092, + 42096 ], "loc": { "start": { - "line": 1495, + "line": 1501, "column": 20 }, "end": { - "line": 1495, + "line": 1501, "column": 24 } } @@ -71188,47 +71370,47 @@ "type": "Identifier", "name": "path", "range": [ - 41931, - 41935 + 42101, + 42105 ], "loc": { "start": { - "line": 1495, + "line": 1501, "column": 29 }, "end": { - "line": 1495, + "line": 1501, "column": 33 } } }, "prefix": true, "range": [ - 41930, - 41935 + 42100, + 42105 ], "loc": { "start": { - "line": 1495, + "line": 1501, "column": 28 }, "end": { - "line": 1495, + "line": 1501, "column": 33 } } }, "range": [ - 41922, - 41935 + 42092, + 42105 ], "loc": { "start": { - "line": 1495, + "line": 1501, "column": 20 }, "end": { - "line": 1495, + "line": 1501, "column": 33 } } @@ -71245,16 +71427,16 @@ "type": "Identifier", "name": "path", "range": [ - 41959, - 41963 + 42129, + 42133 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 20 }, "end": { - "line": 1496, + "line": 1502, "column": 24 } } @@ -71277,16 +71459,16 @@ "object": { "type": "ThisExpression", "range": [ - 41966, - 41970 + 42136, + 42140 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 27 }, "end": { - "line": 1496, + "line": 1502, "column": 31 } } @@ -71295,31 +71477,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 41971, - 41981 + 42141, + 42151 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 32 }, "end": { - "line": 1496, + "line": 1502, "column": 42 } } }, "range": [ - 41966, - 41981 + 42136, + 42151 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 27 }, "end": { - "line": 1496, + "line": 1502, "column": 42 } } @@ -71328,31 +71510,31 @@ "type": "Identifier", "name": "name", "range": [ - 41984, - 41988 + 42154, + 42158 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 45 }, "end": { - "line": 1496, + "line": 1502, "column": 49 } } }, "range": [ - 41966, - 41988 + 42136, + 42158 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 27 }, "end": { - "line": 1496, + "line": 1502, "column": 49 } } @@ -71362,31 +71544,31 @@ "value": "/", "raw": "'/'", "range": [ - 41991, - 41994 + 42161, + 42164 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 52 }, "end": { - "line": 1496, + "line": 1502, "column": 55 } } }, "range": [ - 41966, - 41994 + 42136, + 42164 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 27 }, "end": { - "line": 1496, + "line": 1502, "column": 55 } } @@ -71395,31 +71577,31 @@ "type": "Identifier", "name": "name", "range": [ - 41997, - 42001 + 42167, + 42171 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 58 }, "end": { - "line": 1496, + "line": 1502, "column": 62 } } }, "range": [ - 41966, - 42001 + 42136, + 42171 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 27 }, "end": { - "line": 1496, + "line": 1502, "column": 62 } } @@ -71429,77 +71611,77 @@ "value": ".css", "raw": "'.css'", "range": [ - 42004, - 42010 + 42174, + 42180 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 65 }, "end": { - "line": 1496, + "line": 1502, "column": 71 } } }, "range": [ - 41966, - 42010 + 42136, + 42180 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 27 }, "end": { - "line": 1496, + "line": 1502, "column": 71 } } }, "range": [ - 41959, - 42010 + 42129, + 42180 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 20 }, "end": { - "line": 1496, + "line": 1502, "column": 71 } } }, "range": [ - 41959, - 42011 + 42129, + 42181 ], "loc": { "start": { - "line": 1496, + "line": 1502, "column": 20 }, "end": { - "line": 1496, + "line": 1502, "column": 72 } } } ], "range": [ - 41937, - 42029 + 42107, + 42199 ], "loc": { "start": { - "line": 1495, + "line": 1501, "column": 35 }, "end": { - "line": 1497, + "line": 1503, "column": 17 } } @@ -71516,32 +71698,32 @@ "type": "Identifier", "name": "name", "range": [ - 42056, - 42060 + 42226, + 42230 ], "loc": { "start": { - "line": 1498, + "line": 1504, "column": 26 }, "end": { - "line": 1498, + "line": 1504, "column": 30 } } }, "prefix": true, "range": [ - 42055, - 42060 + 42225, + 42230 ], "loc": { "start": { - "line": 1498, + "line": 1504, "column": 25 }, "end": { - "line": 1498, + "line": 1504, "column": 30 } } @@ -71553,16 +71735,16 @@ "type": "Identifier", "name": "theme", "range": [ - 42064, - 42069 + 42234, + 42239 ], "loc": { "start": { - "line": 1498, + "line": 1504, "column": 34 }, "end": { - "line": 1498, + "line": 1504, "column": 39 } } @@ -71571,46 +71753,46 @@ "type": "Identifier", "name": "path", "range": [ - 42070, - 42074 + 42240, + 42244 ], "loc": { "start": { - "line": 1498, + "line": 1504, "column": 40 }, "end": { - "line": 1498, + "line": 1504, "column": 44 } } }, "range": [ - 42064, - 42074 + 42234, + 42244 ], "loc": { "start": { - "line": 1498, + "line": 1504, "column": 34 }, "end": { - "line": 1498, + "line": 1504, "column": 44 } } }, "range": [ - 42055, - 42074 + 42225, + 42244 ], "loc": { "start": { - "line": 1498, + "line": 1504, "column": 25 }, "end": { - "line": 1498, + "line": 1504, "column": 44 } } @@ -71627,16 +71809,16 @@ "type": "Identifier", "name": "name", "range": [ - 42098, - 42102 + 42268, + 42272 ], "loc": { "start": { - "line": 1499, + "line": 1505, "column": 20 }, "end": { - "line": 1499, + "line": 1505, "column": 24 } } @@ -71651,16 +71833,16 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 42105, - 42115 + 42275, + 42285 ], "loc": { "start": { - "line": 1499, + "line": 1505, "column": 27 }, "end": { - "line": 1499, + "line": 1505, "column": 37 } } @@ -71669,31 +71851,31 @@ "type": "Identifier", "name": "replace", "range": [ - 42116, - 42123 + 42286, + 42293 ], "loc": { "start": { - "line": 1499, + "line": 1505, "column": 38 }, "end": { - "line": 1499, + "line": 1505, "column": 45 } } }, "range": [ - 42105, - 42123 + 42275, + 42293 ], "loc": { "start": { - "line": 1499, + "line": 1505, "column": 27 }, "end": { - "line": 1499, + "line": 1505, "column": 45 } } @@ -71704,16 +71886,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 42124, - 42129 + 42294, + 42299 ], "loc": { "start": { - "line": 1499, + "line": 1505, "column": 46 }, "end": { - "line": 1499, + "line": 1505, "column": 51 } } @@ -71722,109 +71904,109 @@ "type": "Identifier", "name": "i", "range": [ - 42131, - 42132 + 42301, + 42302 ], "loc": { "start": { - "line": 1499, + "line": 1505, "column": 53 }, "end": { - "line": 1499, + "line": 1505, "column": 54 } } } ], "range": [ - 42105, - 42133 + 42275, + 42303 ], "loc": { "start": { - "line": 1499, + "line": 1505, "column": 27 }, "end": { - "line": 1499, + "line": 1505, "column": 55 } } }, "range": [ - 42098, - 42133 + 42268, + 42303 ], "loc": { "start": { - "line": 1499, + "line": 1505, "column": 20 }, "end": { - "line": 1499, + "line": 1505, "column": 55 } } }, "range": [ - 42098, - 42134 + 42268, + 42304 ], "loc": { "start": { - "line": 1499, + "line": 1505, "column": 20 }, "end": { - "line": 1499, + "line": 1505, "column": 56 } } } ], "range": [ - 42076, - 42152 + 42246, + 42322 ], "loc": { "start": { - "line": 1498, + "line": 1504, "column": 46 }, "end": { - "line": 1500, + "line": 1506, "column": 17 } } }, "alternate": null, "range": [ - 42051, - 42152 + 42221, + 42322 ], "loc": { "start": { - "line": 1498, + "line": 1504, "column": 21 }, "end": { - "line": 1500, + "line": 1506, "column": 17 } } }, "range": [ - 41918, - 42152 + 42088, + 42322 ], "loc": { "start": { - "line": 1495, + "line": 1501, "column": 16 }, "end": { - "line": 1500, + "line": 1506, "column": 17 } } @@ -71842,16 +72024,16 @@ "object": { "type": "ThisExpression", "range": [ - 42175, - 42179 + 42345, + 42349 ], "loc": { "start": { - "line": 1502, + "line": 1508, "column": 21 }, "end": { - "line": 1502, + "line": 1508, "column": 25 } } @@ -71860,31 +72042,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 42180, - 42190 + 42350, + 42360 ], "loc": { "start": { - "line": 1502, + "line": 1508, "column": 26 }, "end": { - "line": 1502, + "line": 1508, "column": 36 } } }, "range": [ - 42175, - 42190 + 42345, + 42360 ], "loc": { "start": { - "line": 1502, + "line": 1508, "column": 21 }, "end": { - "line": 1502, + "line": 1508, "column": 36 } } @@ -71894,16 +72076,16 @@ "type": "Identifier", "name": "path", "range": [ - 42191, - 42195 + 42361, + 42365 ], "loc": { "start": { - "line": 1502, + "line": 1508, "column": 37 }, "end": { - "line": 1502, + "line": 1508, "column": 41 } } @@ -71913,48 +72095,48 @@ "value": "link", "raw": "'link'", "range": [ - 42197, - 42203 + 42367, + 42373 ], "loc": { "start": { - "line": 1502, + "line": 1508, "column": 43 }, "end": { - "line": 1502, + "line": 1508, "column": 49 } } } ], "range": [ - 42175, - 42204 + 42345, + 42374 ], "loc": { "start": { - "line": 1502, + "line": 1508, "column": 21 }, "end": { - "line": 1502, + "line": 1508, "column": 50 } } }, "prefix": true, "range": [ - 42174, - 42204 + 42344, + 42374 ], "loc": { "start": { - "line": 1502, + "line": 1508, "column": 20 }, "end": { - "line": 1502, + "line": 1508, "column": 50 } } @@ -71972,16 +72154,16 @@ "object": { "type": "ThisExpression", "range": [ - 42228, - 42232 + 42398, + 42402 ], "loc": { "start": { - "line": 1503, + "line": 1509, "column": 20 }, "end": { - "line": 1503, + "line": 1509, "column": 24 } } @@ -71990,31 +72172,31 @@ "type": "Identifier", "name": "import", "range": [ - 42233, - 42239 + 42403, + 42409 ], "loc": { "start": { - "line": 1503, + "line": 1509, "column": 25 }, "end": { - "line": 1503, + "line": 1509, "column": 31 } } }, "range": [ - 42228, - 42239 + 42398, + 42409 ], "loc": { "start": { - "line": 1503, + "line": 1509, "column": 20 }, "end": { - "line": 1503, + "line": 1509, "column": 31 } } @@ -72024,16 +72206,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 42240, - 42247 + 42410, + 42417 ], "loc": { "start": { - "line": 1503, + "line": 1509, "column": 32 }, "end": { - "line": 1503, + "line": 1509, "column": 39 } } @@ -72042,16 +72224,16 @@ "type": "Identifier", "name": "path", "range": [ - 42249, - 42253 + 42419, + 42423 ], "loc": { "start": { - "line": 1503, + "line": 1509, "column": 41 }, "end": { - "line": 1503, + "line": 1509, "column": 45 } } @@ -72061,16 +72243,16 @@ "value": null, "raw": "null", "range": [ - 42255, - 42259 + 42425, + 42429 ], "loc": { "start": { - "line": 1503, + "line": 1509, "column": 47 }, "end": { - "line": 1503, + "line": 1509, "column": 51 } } @@ -72080,142 +72262,142 @@ "value": "link", "raw": "'link'", "range": [ - 42261, - 42267 + 42431, + 42437 ], "loc": { "start": { - "line": 1503, + "line": 1509, "column": 53 }, "end": { - "line": 1503, + "line": 1509, "column": 59 } } } ], "range": [ - 42228, - 42268 + 42398, + 42438 ], "loc": { "start": { - "line": 1503, + "line": 1509, "column": 20 }, "end": { - "line": 1503, + "line": 1509, "column": 60 } } }, "range": [ - 42228, - 42269 + 42398, + 42439 ], "loc": { "start": { - "line": 1503, + "line": 1509, "column": 20 }, "end": { - "line": 1503, + "line": 1509, "column": 61 } } } ], "range": [ - 42206, - 42287 + 42376, + 42457 ], "loc": { "start": { - "line": 1502, + "line": 1508, "column": 52 }, "end": { - "line": 1504, + "line": 1510, "column": 17 } } }, "alternate": null, "range": [ - 42170, - 42287 + 42340, + 42457 ], "loc": { "start": { - "line": 1502, + "line": 1508, "column": 16 }, "end": { - "line": 1504, + "line": 1510, "column": 17 } } } ], "range": [ - 41733, - 42301 + 41903, + 42471 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 63 }, "end": { - "line": 1505, + "line": 1511, "column": 13 } } }, "range": [ - 41682, - 42301 + 41852, + 42471 ], "loc": { "start": { - "line": 1490, + "line": 1496, "column": 12 }, "end": { - "line": 1505, + "line": 1511, "column": 13 } } } ], "range": [ - 41668, - 42311 + 41838, + 42481 ], "loc": { "start": { - "line": 1489, + "line": 1495, "column": 29 }, "end": { - "line": 1506, + "line": 1512, "column": 9 } } }, "alternate": null, "range": [ - 41647, - 42311 + 41817, + 42481 ], "loc": { "start": { - "line": 1489, + "line": 1495, "column": 8 }, "end": { - "line": 1506, + "line": 1512, "column": 9 } }, @@ -72224,16 +72406,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42321, - 42347 + 42491, + 42517 ], "loc": { "start": { - "line": 1508, + "line": 1514, "column": 8 }, "end": { - "line": 1508, + "line": 1514, "column": 34 } } @@ -72251,16 +72433,16 @@ "object": { "type": "ThisExpression", "range": [ - 42356, - 42360 + 42526, + 42530 ], "loc": { "start": { - "line": 1509, + "line": 1515, "column": 8 }, "end": { - "line": 1509, + "line": 1515, "column": 12 } } @@ -72269,31 +72451,31 @@ "type": "Identifier", "name": "loader", "range": [ - 42361, - 42367 + 42531, + 42537 ], "loc": { "start": { - "line": 1509, + "line": 1515, "column": 13 }, "end": { - "line": 1509, + "line": 1515, "column": 19 } } }, "range": [ - 42356, - 42367 + 42526, + 42537 ], "loc": { "start": { - "line": 1509, + "line": 1515, "column": 8 }, "end": { - "line": 1509, + "line": 1515, "column": 19 } } @@ -72303,46 +72485,46 @@ "value": true, "raw": "true", "range": [ - 42370, - 42374 + 42540, + 42544 ], "loc": { "start": { - "line": 1509, + "line": 1515, "column": 22 }, "end": { - "line": 1509, + "line": 1515, "column": 26 } } }, "range": [ - 42356, - 42374 + 42526, + 42544 ], "loc": { "start": { - "line": 1509, + "line": 1515, "column": 8 }, "end": { - "line": 1509, + "line": 1515, "column": 26 } } }, "range": [ - 42356, - 42375 + 42526, + 42545 ], "loc": { "start": { - "line": 1509, + "line": 1515, "column": 8 }, "end": { - "line": 1509, + "line": 1515, "column": 27 } }, @@ -72351,16 +72533,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42321, - 42347 + 42491, + 42517 ], "loc": { "start": { - "line": 1508, + "line": 1514, "column": 8 }, "end": { - "line": 1508, + "line": 1514, "column": 34 } } @@ -72380,16 +72562,16 @@ "object": { "type": "ThisExpression", "range": [ - 42385, - 42389 + 42555, + 42559 ], "loc": { "start": { - "line": 1511, + "line": 1517, "column": 8 }, "end": { - "line": 1511, + "line": 1517, "column": 12 } } @@ -72398,31 +72580,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 42390, - 42397 + 42560, + 42567 ], "loc": { "start": { - "line": 1511, + "line": 1517, "column": 13 }, "end": { - "line": 1511, + "line": 1517, "column": 20 } } }, "range": [ - 42385, - 42397 + 42555, + 42567 ], "loc": { "start": { - "line": 1511, + "line": 1517, "column": 8 }, "end": { - "line": 1511, + "line": 1517, "column": 20 } } @@ -72431,31 +72613,31 @@ "type": "Identifier", "name": "emit", "range": [ - 42398, - 42402 + 42568, + 42572 ], "loc": { "start": { - "line": 1511, + "line": 1517, "column": 21 }, "end": { - "line": 1511, + "line": 1517, "column": 25 } } }, "range": [ - 42385, - 42402 + 42555, + 42572 ], "loc": { "start": { - "line": 1511, + "line": 1517, "column": 8 }, "end": { - "line": 1511, + "line": 1517, "column": 25 } } @@ -72466,16 +72648,16 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 42403, - 42425 + 42573, + 42595 ], "loc": { "start": { - "line": 1511, + "line": 1517, "column": 26 }, "end": { - "line": 1511, + "line": 1517, "column": 48 } } @@ -72483,63 +72665,63 @@ { "type": "ThisExpression", "range": [ - 42427, - 42431 + 42597, + 42601 ], "loc": { "start": { - "line": 1511, + "line": 1517, "column": 50 }, "end": { - "line": 1511, + "line": 1517, "column": 54 } } } ], "range": [ - 42385, - 42432 + 42555, + 42602 ], "loc": { "start": { - "line": 1511, + "line": 1517, "column": 8 }, "end": { - "line": 1511, + "line": 1517, "column": 55 } } }, "range": [ - 42385, - 42433 + 42555, + 42603 ], "loc": { "start": { - "line": 1511, + "line": 1517, "column": 8 }, "end": { - "line": 1511, + "line": 1517, "column": 56 } } } ], "range": [ - 41368, - 42439 + 41538, + 42609 ], "loc": { "start": { - "line": 1480, + "line": 1486, "column": 17 }, "end": { - "line": 1512, + "line": 1518, "column": 5 } } @@ -72547,16 +72729,16 @@ "generator": false, "expression": false, "range": [ - 41365, - 42439 + 41535, + 42609 ], "loc": { "start": { - "line": 1480, + "line": 1486, "column": 14 }, "end": { - "line": 1512, + "line": 1518, "column": 5 } } @@ -72564,16 +72746,16 @@ "kind": "method", "computed": false, "range": [ - 41355, - 42439 + 41525, + 42609 ], "loc": { "start": { - "line": 1480, + "line": 1486, "column": 4 }, "end": { - "line": 1512, + "line": 1518, "column": 5 } }, @@ -72582,16 +72764,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 41284, - 41350 + 41454, + 41520 ], "loc": { "start": { - "line": 1477, + "line": 1483, "column": 4 }, "end": { - "line": 1479, + "line": 1485, "column": 7 } } @@ -72602,16 +72784,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42445, - 42563 + 42615, + 42733 ], "loc": { "start": { - "line": 1514, + "line": 1520, "column": 4 }, "end": { - "line": 1517, + "line": 1523, "column": 7 } } @@ -72625,16 +72807,16 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 42568, - 42581 + 42738, + 42751 ], "loc": { "start": { - "line": 1518, + "line": 1524, "column": 4 }, "end": { - "line": 1518, + "line": 1524, "column": 17 } } @@ -72649,16 +72831,16 @@ "type": "Identifier", "name": "name", "range": [ - 42582, - 42586 + 42752, + 42756 ], "loc": { "start": { - "line": 1518, + "line": 1524, "column": 18 }, "end": { - "line": 1518, + "line": 1524, "column": 22 } } @@ -72668,31 +72850,31 @@ "value": "default", "raw": "'default'", "range": [ - 42589, - 42598 + 42759, + 42768 ], "loc": { "start": { - "line": 1518, + "line": 1524, "column": 25 }, "end": { - "line": 1518, + "line": 1524, "column": 34 } } }, "range": [ - 42582, - 42598 + 42752, + 42768 ], "loc": { "start": { - "line": 1518, + "line": 1524, "column": 18 }, "end": { - "line": 1518, + "line": 1524, "column": 34 } } @@ -72709,16 +72891,16 @@ "type": "Identifier", "name": "elm", "range": [ - 42617, - 42620 + 42787, + 42790 ], "loc": { "start": { - "line": 1519, + "line": 1525, "column": 15 }, "end": { - "line": 1519, + "line": 1525, "column": 18 } } @@ -72733,16 +72915,16 @@ "object": { "type": "ThisExpression", "range": [ - 42621, - 42625 + 42791, + 42795 ], "loc": { "start": { - "line": 1519, + "line": 1525, "column": 19 }, "end": { - "line": 1519, + "line": 1525, "column": 23 } } @@ -72751,31 +72933,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 42626, - 42632 + 42796, + 42802 ], "loc": { "start": { - "line": 1519, + "line": 1525, "column": 24 }, "end": { - "line": 1519, + "line": 1525, "column": 30 } } }, "range": [ - 42621, - 42632 + 42791, + 42802 ], "loc": { "start": { - "line": 1519, + "line": 1525, "column": 19 }, "end": { - "line": 1519, + "line": 1525, "column": 30 } } @@ -72784,78 +72966,78 @@ "type": "Identifier", "name": "name", "range": [ - 42635, - 42639 + 42805, + 42809 ], "loc": { "start": { - "line": 1519, + "line": 1525, "column": 33 }, "end": { - "line": 1519, + "line": 1525, "column": 37 } } }, "range": [ - 42621, - 42639 + 42791, + 42809 ], "loc": { "start": { - "line": 1519, + "line": 1525, "column": 19 }, "end": { - "line": 1519, + "line": 1525, "column": 37 } } } ], "range": [ - 42617, - 42640 + 42787, + 42810 ], "loc": { "start": { - "line": 1519, + "line": 1525, "column": 15 }, "end": { - "line": 1519, + "line": 1525, "column": 38 } } }, "range": [ - 42610, - 42641 + 42780, + 42811 ], "loc": { "start": { - "line": 1519, + "line": 1525, "column": 8 }, "end": { - "line": 1519, + "line": 1525, "column": 39 } } } ], "range": [ - 42600, - 42647 + 42770, + 42817 ], "loc": { "start": { - "line": 1518, + "line": 1524, "column": 36 }, "end": { - "line": 1520, + "line": 1526, "column": 5 } } @@ -72863,16 +73045,16 @@ "generator": false, "expression": false, "range": [ - 42581, - 42647 + 42751, + 42817 ], "loc": { "start": { - "line": 1518, + "line": 1524, "column": 17 }, "end": { - "line": 1520, + "line": 1526, "column": 5 } } @@ -72880,16 +73062,16 @@ "kind": "method", "computed": false, "range": [ - 42568, - 42647 + 42738, + 42817 ], "loc": { "start": { - "line": 1518, + "line": 1524, "column": 4 }, "end": { - "line": 1520, + "line": 1526, "column": 5 } }, @@ -72898,16 +73080,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42445, - 42563 + 42615, + 42733 ], "loc": { "start": { - "line": 1514, + "line": 1520, "column": 4 }, "end": { - "line": 1517, + "line": 1523, "column": 7 } } @@ -72918,16 +73100,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42653, - 42691 + 42823, + 42861 ], "loc": { "start": { - "line": 1522, + "line": 1528, "column": 4 }, "end": { - "line": 1524, + "line": 1530, "column": 7 } } @@ -72941,16 +73123,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 42696, - 42703 + 42866, + 42873 ], "loc": { "start": { - "line": 1525, + "line": 1531, "column": 4 }, "end": { - "line": 1525, + "line": 1531, "column": 11 } } @@ -72973,16 +73155,16 @@ "object": { "type": "ThisExpression", "range": [ - 42721, - 42725 + 42891, + 42895 ], "loc": { "start": { - "line": 1526, + "line": 1532, "column": 13 }, "end": { - "line": 1526, + "line": 1532, "column": 17 } } @@ -72991,47 +73173,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 42726, - 42737 + 42896, + 42907 ], "loc": { "start": { - "line": 1526, + "line": 1532, "column": 18 }, "end": { - "line": 1526, + "line": 1532, "column": 29 } } }, "range": [ - 42721, - 42737 + 42891, + 42907 ], "loc": { "start": { - "line": 1526, + "line": 1532, "column": 13 }, "end": { - "line": 1526, + "line": 1532, "column": 29 } } }, "prefix": true, "range": [ - 42720, - 42737 + 42890, + 42907 ], "loc": { "start": { - "line": 1526, + "line": 1532, "column": 12 }, "end": { - "line": 1526, + "line": 1532, "column": 29 } } @@ -73043,48 +73225,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 42753, - 42760 + 42923, + 42930 ], "loc": { "start": { - "line": 1527, + "line": 1533, "column": 12 }, "end": { - "line": 1527, + "line": 1533, "column": 19 } } } ], "range": [ - 42739, - 42770 + 42909, + 42940 ], "loc": { "start": { - "line": 1526, + "line": 1532, "column": 31 }, "end": { - "line": 1528, + "line": 1534, "column": 9 } } }, "alternate": null, "range": [ - 42716, - 42770 + 42886, + 42940 ], "loc": { "start": { - "line": 1526, + "line": 1532, "column": 8 }, "end": { - "line": 1528, + "line": 1534, "column": 9 } } @@ -73098,16 +73280,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 42784, - 42787 + 42954, + 42957 ], "loc": { "start": { - "line": 1530, + "line": 1536, "column": 12 }, "end": { - "line": 1530, + "line": 1536, "column": 15 } } @@ -73118,16 +73300,16 @@ "object": { "type": "ThisExpression", "range": [ - 42790, - 42794 + 42960, + 42964 ], "loc": { "start": { - "line": 1530, + "line": 1536, "column": 18 }, "end": { - "line": 1530, + "line": 1536, "column": 22 } } @@ -73136,46 +73318,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 42795, - 42798 + 42965, + 42968 ], "loc": { "start": { - "line": 1530, + "line": 1536, "column": 23 }, "end": { - "line": 1530, + "line": 1536, "column": 26 } } }, "range": [ - 42790, - 42798 + 42960, + 42968 ], "loc": { "start": { - "line": 1530, + "line": 1536, "column": 18 }, "end": { - "line": 1530, + "line": 1536, "column": 26 } } }, "range": [ - 42784, - 42798 + 42954, + 42968 ], "loc": { "start": { - "line": 1530, + "line": 1536, "column": 12 }, "end": { - "line": 1530, + "line": 1536, "column": 26 } } @@ -73183,16 +73365,16 @@ ], "kind": "let", "range": [ - 42780, - 42799 + 42950, + 42969 ], "loc": { "start": { - "line": 1530, + "line": 1536, "column": 8 }, "end": { - "line": 1530, + "line": 1536, "column": 27 } } @@ -73206,16 +73388,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 42812, - 42819 + 42982, + 42989 ], "loc": { "start": { - "line": 1531, + "line": 1537, "column": 12 }, "end": { - "line": 1531, + "line": 1537, "column": 19 } } @@ -73226,16 +73408,16 @@ "object": { "type": "ThisExpression", "range": [ - 42822, - 42826 + 42992, + 42996 ], "loc": { "start": { - "line": 1531, + "line": 1537, "column": 22 }, "end": { - "line": 1531, + "line": 1537, "column": 26 } } @@ -73244,46 +73426,46 @@ "type": "Identifier", "name": "emitter", "range": [ - 42827, - 42834 + 42997, + 43004 ], "loc": { "start": { - "line": 1531, + "line": 1537, "column": 27 }, "end": { - "line": 1531, + "line": 1537, "column": 34 } } }, "range": [ - 42822, - 42834 + 42992, + 43004 ], "loc": { "start": { - "line": 1531, + "line": 1537, "column": 22 }, "end": { - "line": 1531, + "line": 1537, "column": 34 } } }, "range": [ - 42812, - 42834 + 42982, + 43004 ], "loc": { "start": { - "line": 1531, + "line": 1537, "column": 12 }, "end": { - "line": 1531, + "line": 1537, "column": 34 } } @@ -73291,16 +73473,16 @@ ], "kind": "let", "range": [ - 42808, - 42835 + 42978, + 43005 ], "loc": { "start": { - "line": 1531, + "line": 1537, "column": 8 }, "end": { - "line": 1531, + "line": 1537, "column": 35 } } @@ -73316,16 +73498,16 @@ "object": { "type": "ThisExpression", "range": [ - 42849, - 42853 + 43019, + 43023 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 12 }, "end": { - "line": 1533, + "line": 1539, "column": 16 } } @@ -73334,31 +73516,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 42854, - 42867 + 43024, + 43037 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 17 }, "end": { - "line": 1533, + "line": 1539, "column": 30 } } }, "range": [ - 42849, - 42867 + 43019, + 43037 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 12 }, "end": { - "line": 1533, + "line": 1539, "column": 30 } } @@ -73372,16 +73554,16 @@ "object": { "type": "ThisExpression", "range": [ - 42872, - 42876 + 43042, + 43046 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 35 }, "end": { - "line": 1533, + "line": 1539, "column": 39 } } @@ -73390,62 +73572,62 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 42877, - 42889 + 43047, + 43059 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 40 }, "end": { - "line": 1533, + "line": 1539, "column": 52 } } }, "range": [ - 42872, - 42889 + 43042, + 43059 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 35 }, "end": { - "line": 1533, + "line": 1539, "column": 52 } } }, "prefix": true, "range": [ - 42871, - 42889 + 43041, + 43059 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 34 }, "end": { - "line": 1533, + "line": 1539, "column": 52 } } }, "range": [ - 42849, - 42889 + 43019, + 43059 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 12 }, "end": { - "line": 1533, + "line": 1539, "column": 52 } } @@ -73463,16 +73645,16 @@ "object": { "type": "ThisExpression", "range": [ - 42905, - 42909 + 43075, + 43079 ], "loc": { "start": { - "line": 1534, + "line": 1540, "column": 12 }, "end": { - "line": 1534, + "line": 1540, "column": 16 } } @@ -73481,94 +73663,94 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 42910, - 42928 + 43080, + 43098 ], "loc": { "start": { - "line": 1534, + "line": 1540, "column": 17 }, "end": { - "line": 1534, + "line": 1540, "column": 35 } } }, "range": [ - 42905, - 42928 + 43075, + 43098 ], "loc": { "start": { - "line": 1534, + "line": 1540, "column": 12 }, "end": { - "line": 1534, + "line": 1540, "column": 35 } } }, "arguments": [], "range": [ - 42905, - 42930 + 43075, + 43100 ], "loc": { "start": { - "line": 1534, + "line": 1540, "column": 12 }, "end": { - "line": 1534, + "line": 1540, "column": 37 } } }, "range": [ - 42905, - 42931 + 43075, + 43101 ], "loc": { "start": { - "line": 1534, + "line": 1540, "column": 12 }, "end": { - "line": 1534, + "line": 1540, "column": 38 } } } ], "range": [ - 42891, - 42941 + 43061, + 43111 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 54 }, "end": { - "line": 1535, + "line": 1541, "column": 9 } } }, "alternate": null, "range": [ - 42845, - 42941 + 43015, + 43111 ], "loc": { "start": { - "line": 1533, + "line": 1539, "column": 8 }, "end": { - "line": 1535, + "line": 1541, "column": 9 } } @@ -73581,16 +73763,16 @@ "object": { "type": "ThisExpression", "range": [ - 42954, - 42958 + 43124, + 43128 ], "loc": { "start": { - "line": 1536, + "line": 1542, "column": 12 }, "end": { - "line": 1536, + "line": 1542, "column": 16 } } @@ -73599,31 +73781,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 42959, - 42965 + 43129, + 43135 ], "loc": { "start": { - "line": 1536, + "line": 1542, "column": 17 }, "end": { - "line": 1536, + "line": 1542, "column": 23 } } }, "range": [ - 42954, - 42965 + 43124, + 43135 ], "loc": { "start": { - "line": 1536, + "line": 1542, "column": 12 }, "end": { - "line": 1536, + "line": 1542, "column": 23 } } @@ -73641,16 +73823,16 @@ "object": { "type": "ThisExpression", "range": [ - 42981, - 42985 + 43151, + 43155 ], "loc": { "start": { - "line": 1537, + "line": 1543, "column": 12 }, "end": { - "line": 1537, + "line": 1543, "column": 16 } } @@ -73659,94 +73841,94 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 42986, - 42999 + 43156, + 43169 ], "loc": { "start": { - "line": 1537, + "line": 1543, "column": 17 }, "end": { - "line": 1537, + "line": 1543, "column": 30 } } }, "range": [ - 42981, - 42999 + 43151, + 43169 ], "loc": { "start": { - "line": 1537, + "line": 1543, "column": 12 }, "end": { - "line": 1537, + "line": 1543, "column": 30 } } }, "arguments": [], "range": [ - 42981, - 43001 + 43151, + 43171 ], "loc": { "start": { - "line": 1537, + "line": 1543, "column": 12 }, "end": { - "line": 1537, + "line": 1543, "column": 32 } } }, "range": [ - 42981, - 43002 + 43151, + 43172 ], "loc": { "start": { - "line": 1537, + "line": 1543, "column": 12 }, "end": { - "line": 1537, + "line": 1543, "column": 33 } } } ], "range": [ - 42967, - 43012 + 43137, + 43182 ], "loc": { "start": { - "line": 1536, + "line": 1542, "column": 25 }, "end": { - "line": 1538, + "line": 1544, "column": 9 } } }, "alternate": null, "range": [ - 42950, - 43012 + 43120, + 43182 ], "loc": { "start": { - "line": 1536, + "line": 1542, "column": 8 }, "end": { - "line": 1538, + "line": 1544, "column": 9 } } @@ -73759,16 +73941,16 @@ "object": { "type": "ThisExpression", "range": [ - 43025, - 43029 + 43195, + 43199 ], "loc": { "start": { - "line": 1539, + "line": 1545, "column": 12 }, "end": { - "line": 1539, + "line": 1545, "column": 16 } } @@ -73777,31 +73959,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 43030, - 43047 + 43200, + 43217 ], "loc": { "start": { - "line": 1539, + "line": 1545, "column": 17 }, "end": { - "line": 1539, + "line": 1545, "column": 34 } } }, "range": [ - 43025, - 43047 + 43195, + 43217 ], "loc": { "start": { - "line": 1539, + "line": 1545, "column": 12 }, "end": { - "line": 1539, + "line": 1545, "column": 34 } } @@ -73819,16 +74001,16 @@ "object": { "type": "ThisExpression", "range": [ - 43063, - 43067 + 43233, + 43237 ], "loc": { "start": { - "line": 1540, + "line": 1546, "column": 12 }, "end": { - "line": 1540, + "line": 1546, "column": 16 } } @@ -73837,62 +74019,62 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 43068, - 43086 + 43238, + 43256 ], "loc": { "start": { - "line": 1540, + "line": 1546, "column": 17 }, "end": { - "line": 1540, + "line": 1546, "column": 35 } } }, "range": [ - 43063, - 43086 + 43233, + 43256 ], "loc": { "start": { - "line": 1540, + "line": 1546, "column": 12 }, "end": { - "line": 1540, + "line": 1546, "column": 35 } } }, "arguments": [], "range": [ - 43063, - 43088 + 43233, + 43258 ], "loc": { "start": { - "line": 1540, + "line": 1546, "column": 12 }, "end": { - "line": 1540, + "line": 1546, "column": 37 } } }, "range": [ - 43063, - 43089 + 43233, + 43259 ], "loc": { "start": { - "line": 1540, + "line": 1546, "column": 12 }, "end": { - "line": 1540, + "line": 1546, "column": 38 } } @@ -73908,16 +74090,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43102, - 43109 + 43272, + 43279 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 12 }, "end": { - "line": 1541, + "line": 1547, "column": 19 } } @@ -73926,31 +74108,31 @@ "type": "Identifier", "name": "off", "range": [ - 43110, - 43113 + 43280, + 43283 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 20 }, "end": { - "line": 1541, + "line": 1547, "column": 23 } } }, "range": [ - 43102, - 43113 + 43272, + 43283 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 12 }, "end": { - "line": 1541, + "line": 1547, "column": 23 } } @@ -73964,32 +74146,32 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 43115, - 43133 + 43285, + 43303 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 25 }, "end": { - "line": 1541, + "line": 1547, "column": 43 } } } ], "range": [ - 43114, - 43134 + 43284, + 43304 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 24 }, "end": { - "line": 1541, + "line": 1547, "column": 44 } } @@ -74006,16 +74188,16 @@ "object": { "type": "ThisExpression", "range": [ - 43142, - 43146 + 43312, + 43316 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 52 }, "end": { - "line": 1541, + "line": 1547, "column": 56 } } @@ -74024,47 +74206,47 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 43147, - 43165 + 43317, + 43335 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 57 }, "end": { - "line": 1541, + "line": 1547, "column": 75 } } }, "range": [ - 43142, - 43165 + 43312, + 43335 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 52 }, "end": { - "line": 1541, + "line": 1547, "column": 75 } } }, "arguments": [], "range": [ - 43142, - 43167 + 43312, + 43337 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 52 }, "end": { - "line": 1541, + "line": 1547, "column": 77 } } @@ -74072,47 +74254,47 @@ "generator": false, "expression": true, "range": [ - 43136, - 43167 + 43306, + 43337 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 46 }, "end": { - "line": 1541, + "line": 1547, "column": 77 } } } ], "range": [ - 43102, - 43168 + 43272, + 43338 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 12 }, "end": { - "line": 1541, + "line": 1547, "column": 78 } } }, "range": [ - 43102, - 43169 + 43272, + 43339 ], "loc": { "start": { - "line": 1541, + "line": 1547, "column": 12 }, "end": { - "line": 1541, + "line": 1547, "column": 79 } } @@ -74128,16 +74310,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43182, - 43189 + 43352, + 43359 ], "loc": { "start": { - "line": 1542, + "line": 1548, "column": 12 }, "end": { - "line": 1542, + "line": 1548, "column": 19 } } @@ -74146,31 +74328,31 @@ "type": "Identifier", "name": "off", "range": [ - 43190, - 43193 + 43360, + 43363 ], "loc": { "start": { - "line": 1542, + "line": 1548, "column": 20 }, "end": { - "line": 1542, + "line": 1548, "column": 23 } } }, "range": [ - 43182, - 43193 + 43352, + 43363 ], "loc": { "start": { - "line": 1542, + "line": 1548, "column": 12 }, "end": { - "line": 1542, + "line": 1548, "column": 23 } } @@ -74184,32 +74366,32 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 43195, - 43211 + 43365, + 43381 ], "loc": { "start": { - "line": 1542, + "line": 1548, "column": 25 }, "end": { - "line": 1542, + "line": 1548, "column": 41 } } } ], "range": [ - 43194, - 43212 + 43364, + 43382 ], "loc": { "start": { - "line": 1542, + "line": 1548, "column": 24 }, "end": { - "line": 1542, + "line": 1548, "column": 42 } } @@ -74222,16 +74404,16 @@ "type": "Identifier", "name": "tf", "range": [ - 43231, - 43233 + 43401, + 43403 ], "loc": { "start": { - "line": 1543, + "line": 1549, "column": 17 }, "end": { - "line": 1543, + "line": 1549, "column": 19 } } @@ -74240,16 +74422,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 43235, - 43243 + 43405, + 43413 ], "loc": { "start": { - "line": 1543, + "line": 1549, "column": 21 }, "end": { - "line": 1543, + "line": 1549, "column": 29 } } @@ -74263,16 +74445,16 @@ "object": { "type": "ThisExpression", "range": [ - 43248, - 43252 + 43418, + 43422 ], "loc": { "start": { - "line": 1543, + "line": 1549, "column": 34 }, "end": { - "line": 1543, + "line": 1549, "column": 38 } } @@ -74281,31 +74463,31 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 43253, - 43269 + 43423, + 43439 ], "loc": { "start": { - "line": 1543, + "line": 1549, "column": 39 }, "end": { - "line": 1543, + "line": 1549, "column": 55 } } }, "range": [ - 43248, - 43269 + 43418, + 43439 ], "loc": { "start": { - "line": 1543, + "line": 1549, "column": 34 }, "end": { - "line": 1543, + "line": 1549, "column": 55 } } @@ -74315,32 +74497,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 43270, - 43278 + 43440, + 43448 ], "loc": { "start": { - "line": 1543, + "line": 1549, "column": 56 }, "end": { - "line": 1543, + "line": 1549, "column": 64 } } } ], "range": [ - 43248, - 43279 + 43418, + 43449 ], "loc": { "start": { - "line": 1543, + "line": 1549, "column": 34 }, "end": { - "line": 1543, + "line": 1549, "column": 65 } } @@ -74348,79 +74530,79 @@ "generator": false, "expression": true, "range": [ - 43230, - 43279 + 43400, + 43449 ], "loc": { "start": { - "line": 1543, + "line": 1549, "column": 16 }, "end": { - "line": 1543, + "line": 1549, "column": 65 } } } ], "range": [ - 43182, - 43280 + 43352, + 43450 ], "loc": { "start": { - "line": 1542, + "line": 1548, "column": 12 }, "end": { - "line": 1543, + "line": 1549, "column": 66 } } }, "range": [ - 43182, - 43281 + 43352, + 43451 ], "loc": { "start": { - "line": 1542, + "line": 1548, "column": 12 }, "end": { - "line": 1543, + "line": 1549, "column": 67 } } } ], "range": [ - 43049, - 43291 + 43219, + 43461 ], "loc": { "start": { - "line": 1539, + "line": 1545, "column": 36 }, "end": { - "line": 1544, + "line": 1550, "column": 9 } } }, "alternate": null, "range": [ - 43021, - 43291 + 43191, + 43461 ], "loc": { "start": { - "line": 1539, + "line": 1545, "column": 8 }, "end": { - "line": 1544, + "line": 1550, "column": 9 } } @@ -74433,16 +74615,16 @@ "object": { "type": "ThisExpression", "range": [ - 43304, - 43308 + 43474, + 43478 ], "loc": { "start": { - "line": 1545, + "line": 1551, "column": 12 }, "end": { - "line": 1545, + "line": 1551, "column": 16 } } @@ -74451,31 +74633,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 43309, - 43322 + 43479, + 43492 ], "loc": { "start": { - "line": 1545, + "line": 1551, "column": 17 }, "end": { - "line": 1545, + "line": 1551, "column": 30 } } }, "range": [ - 43304, - 43322 + 43474, + 43492 ], "loc": { "start": { - "line": 1545, + "line": 1551, "column": 12 }, "end": { - "line": 1545, + "line": 1551, "column": 30 } } @@ -74493,16 +74675,16 @@ "object": { "type": "ThisExpression", "range": [ - 43338, - 43342 + 43508, + 43512 ], "loc": { "start": { - "line": 1546, + "line": 1552, "column": 12 }, "end": { - "line": 1546, + "line": 1552, "column": 16 } } @@ -74511,94 +74693,94 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 43343, - 43360 + 43513, + 43530 ], "loc": { "start": { - "line": 1546, + "line": 1552, "column": 17 }, "end": { - "line": 1546, + "line": 1552, "column": 34 } } }, "range": [ - 43338, - 43360 + 43508, + 43530 ], "loc": { "start": { - "line": 1546, + "line": 1552, "column": 12 }, "end": { - "line": 1546, + "line": 1552, "column": 34 } } }, "arguments": [], "range": [ - 43338, - 43362 + 43508, + 43532 ], "loc": { "start": { - "line": 1546, + "line": 1552, "column": 12 }, "end": { - "line": 1546, + "line": 1552, "column": 36 } } }, "range": [ - 43338, - 43363 + 43508, + 43533 ], "loc": { "start": { - "line": 1546, + "line": 1552, "column": 12 }, "end": { - "line": 1546, + "line": 1552, "column": 37 } } } ], "range": [ - 43324, - 43373 + 43494, + 43543 ], "loc": { "start": { - "line": 1545, + "line": 1551, "column": 32 }, "end": { - "line": 1547, + "line": 1553, "column": 9 } } }, "alternate": null, "range": [ - 43300, - 43373 + 43470, + 43543 ], "loc": { "start": { - "line": 1545, + "line": 1551, "column": 8 }, "end": { - "line": 1547, + "line": 1553, "column": 9 } } @@ -74613,16 +74795,16 @@ "object": { "type": "ThisExpression", "range": [ - 43383, - 43387 + 43553, + 43557 ], "loc": { "start": { - "line": 1549, + "line": 1555, "column": 8 }, "end": { - "line": 1549, + "line": 1555, "column": 12 } } @@ -74631,62 +74813,62 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 43388, - 43403 + 43558, + 43573 ], "loc": { "start": { - "line": 1549, + "line": 1555, "column": 13 }, "end": { - "line": 1549, + "line": 1555, "column": 28 } } }, "range": [ - 43383, - 43403 + 43553, + 43573 ], "loc": { "start": { - "line": 1549, + "line": 1555, "column": 8 }, "end": { - "line": 1549, + "line": 1555, "column": 28 } } }, "arguments": [], "range": [ - 43383, - 43405 + 43553, + 43575 ], "loc": { "start": { - "line": 1549, + "line": 1555, "column": 8 }, "end": { - "line": 1549, + "line": 1555, "column": 30 } } }, "range": [ - 43383, - 43406 + 43553, + 43576 ], "loc": { "start": { - "line": 1549, + "line": 1555, "column": 8 }, "end": { - "line": 1549, + "line": 1555, "column": 31 } } @@ -74702,16 +74884,16 @@ "object": { "type": "ThisExpression", "range": [ - 43420, - 43424 + 43590, + 43594 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 12 }, "end": { - "line": 1551, + "line": 1557, "column": 16 } } @@ -74720,31 +74902,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 43425, - 43432 + 43595, + 43602 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 17 }, "end": { - "line": 1551, + "line": 1557, "column": 24 } } }, "range": [ - 43420, - 43432 + 43590, + 43602 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 12 }, "end": { - "line": 1551, + "line": 1557, "column": 24 } } @@ -74758,16 +74940,16 @@ "object": { "type": "ThisExpression", "range": [ - 43437, - 43441 + 43607, + 43611 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 29 }, "end": { - "line": 1551, + "line": 1557, "column": 33 } } @@ -74776,62 +74958,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 43442, - 43452 + 43612, + 43622 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 34 }, "end": { - "line": 1551, + "line": 1557, "column": 44 } } }, "range": [ - 43437, - 43452 + 43607, + 43622 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 29 }, "end": { - "line": 1551, + "line": 1557, "column": 44 } } }, "prefix": true, "range": [ - 43436, - 43452 + 43606, + 43622 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 28 }, "end": { - "line": 1551, + "line": 1557, "column": 44 } } }, "range": [ - 43420, - 43452 + 43590, + 43622 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 12 }, "end": { - "line": 1551, + "line": 1557, "column": 44 } } @@ -74852,16 +75034,16 @@ "object": { "type": "ThisExpression", "range": [ - 43468, - 43472 + 43638, + 43642 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 12 }, "end": { - "line": 1552, + "line": 1558, "column": 16 } } @@ -74870,31 +75052,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 43473, - 43476 + 43643, + 43646 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 17 }, "end": { - "line": 1552, + "line": 1558, "column": 20 } } }, "range": [ - 43468, - 43476 + 43638, + 43646 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 12 }, "end": { - "line": 1552, + "line": 1558, "column": 20 } } @@ -74903,31 +75085,31 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 43477, - 43486 + 43647, + 43656 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 21 }, "end": { - "line": 1552, + "line": 1558, "column": 30 } } }, "range": [ - 43468, - 43486 + 43638, + 43656 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 12 }, "end": { - "line": 1552, + "line": 1558, "column": 30 } } @@ -74939,16 +75121,16 @@ "object": { "type": "ThisExpression", "range": [ - 43487, - 43491 + 43657, + 43661 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 31 }, "end": { - "line": 1552, + "line": 1558, "column": 35 } } @@ -74957,94 +75139,94 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 43492, - 43507 + 43662, + 43677 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 36 }, "end": { - "line": 1552, + "line": 1558, "column": 51 } } }, "range": [ - 43487, - 43507 + 43657, + 43677 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 31 }, "end": { - "line": 1552, + "line": 1558, "column": 51 } } } ], "range": [ - 43468, - 43508 + 43638, + 43678 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 12 }, "end": { - "line": 1552, + "line": 1558, "column": 52 } } }, "range": [ - 43468, - 43509 + 43638, + 43679 ], "loc": { "start": { - "line": 1552, + "line": 1558, "column": 12 }, "end": { - "line": 1552, + "line": 1558, "column": 53 } } } ], "range": [ - 43454, - 43519 + 43624, + 43689 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 46 }, "end": { - "line": 1553, + "line": 1559, "column": 9 } } }, "alternate": null, "range": [ - 43416, - 43519 + 43586, + 43689 ], "loc": { "start": { - "line": 1551, + "line": 1557, "column": 8 }, "end": { - "line": 1553, + "line": 1559, "column": 9 } }, @@ -75053,16 +75235,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 43529, - 43555 + 43699, + 43725 ], "loc": { "start": { - "line": 1555, + "line": 1561, "column": 8 }, "end": { - "line": 1555, + "line": 1561, "column": 34 } } @@ -75080,16 +75262,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43564, - 43571 + 43734, + 43741 ], "loc": { "start": { - "line": 1556, + "line": 1562, "column": 8 }, "end": { - "line": 1556, + "line": 1562, "column": 15 } } @@ -75098,31 +75280,31 @@ "type": "Identifier", "name": "emit", "range": [ - 43572, - 43576 + 43742, + 43746 ], "loc": { "start": { - "line": 1556, + "line": 1562, "column": 16 }, "end": { - "line": 1556, + "line": 1562, "column": 20 } } }, "range": [ - 43564, - 43576 + 43734, + 43746 ], "loc": { "start": { - "line": 1556, + "line": 1562, "column": 8 }, "end": { - "line": 1556, + "line": 1562, "column": 20 } } @@ -75133,16 +75315,16 @@ "value": "destroy", "raw": "'destroy'", "range": [ - 43577, - 43586 + 43747, + 43756 ], "loc": { "start": { - "line": 1556, + "line": 1562, "column": 21 }, "end": { - "line": 1556, + "line": 1562, "column": 30 } } @@ -75150,47 +75332,47 @@ { "type": "ThisExpression", "range": [ - 43588, - 43592 + 43758, + 43762 ], "loc": { "start": { - "line": 1556, + "line": 1562, "column": 32 }, "end": { - "line": 1556, + "line": 1562, "column": 36 } } } ], "range": [ - 43564, - 43593 + 43734, + 43763 ], "loc": { "start": { - "line": 1556, + "line": 1562, "column": 8 }, "end": { - "line": 1556, + "line": 1562, "column": 37 } } }, "range": [ - 43564, - 43594 + 43734, + 43764 ], "loc": { "start": { - "line": 1556, + "line": 1562, "column": 8 }, "end": { - "line": 1556, + "line": 1562, "column": 38 } }, @@ -75199,16 +75381,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 43529, - 43555 + 43699, + 43725 ], "loc": { "start": { - "line": 1555, + "line": 1561, "column": 8 }, "end": { - "line": 1555, + "line": 1561, "column": 34 } } @@ -75219,16 +75401,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 43604, - 43622 + 43774, + 43792 ], "loc": { "start": { - "line": 1558, + "line": 1564, "column": 8 }, "end": { - "line": 1558, + "line": 1564, "column": 26 } } @@ -75237,16 +75419,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 43631, - 43681 + 43801, + 43851 ], "loc": { "start": { - "line": 1559, + "line": 1565, "column": 8 }, "end": { - "line": 1559, + "line": 1565, "column": 58 } } @@ -75269,16 +75451,16 @@ "type": "Identifier", "name": "Object", "range": [ - 43690, - 43696 + 43860, + 43866 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 8 }, "end": { - "line": 1560, + "line": 1566, "column": 14 } } @@ -75287,31 +75469,31 @@ "type": "Identifier", "name": "keys", "range": [ - 43697, - 43701 + 43867, + 43871 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 15 }, "end": { - "line": 1560, + "line": 1566, "column": 19 } } }, "range": [ - 43690, - 43701 + 43860, + 43871 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 8 }, "end": { - "line": 1560, + "line": 1566, "column": 19 } } @@ -75321,32 +75503,32 @@ "type": "Identifier", "name": "Mod", "range": [ - 43702, - 43705 + 43872, + 43875 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 20 }, "end": { - "line": 1560, + "line": 1566, "column": 23 } } } ], "range": [ - 43690, - 43706 + 43860, + 43876 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 8 }, "end": { - "line": 1560, + "line": 1566, "column": 24 } } @@ -75355,31 +75537,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 43707, - 43714 + 43877, + 43884 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 25 }, "end": { - "line": 1560, + "line": 1566, "column": 32 } } }, "range": [ - 43690, - 43714 + 43860, + 43884 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 8 }, "end": { - "line": 1560, + "line": 1566, "column": 32 } } @@ -75393,16 +75575,16 @@ "type": "Identifier", "name": "key", "range": [ - 43725, - 43728 + 43895, + 43898 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 43 }, "end": { - "line": 1560, + "line": 1566, "column": 46 } } @@ -75420,16 +75602,16 @@ "type": "Identifier", "name": "feature", "range": [ - 43748, - 43755 + 43918, + 43925 ], "loc": { "start": { - "line": 1561, + "line": 1567, "column": 16 }, "end": { - "line": 1561, + "line": 1567, "column": 23 } } @@ -75441,16 +75623,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 43758, - 43761 + 43928, + 43931 ], "loc": { "start": { - "line": 1561, + "line": 1567, "column": 26 }, "end": { - "line": 1561, + "line": 1567, "column": 29 } } @@ -75459,46 +75641,46 @@ "type": "Identifier", "name": "key", "range": [ - 43762, - 43765 + 43932, + 43935 ], "loc": { "start": { - "line": 1561, + "line": 1567, "column": 30 }, "end": { - "line": 1561, + "line": 1567, "column": 33 } } }, "range": [ - 43758, - 43766 + 43928, + 43936 ], "loc": { "start": { - "line": 1561, + "line": 1567, "column": 26 }, "end": { - "line": 1561, + "line": 1567, "column": 34 } } }, "range": [ - 43748, - 43766 + 43918, + 43936 ], "loc": { "start": { - "line": 1561, + "line": 1567, "column": 16 }, "end": { - "line": 1561, + "line": 1567, "column": 34 } } @@ -75506,16 +75688,16 @@ ], "kind": "let", "range": [ - 43744, - 43767 + 43914, + 43937 ], "loc": { "start": { - "line": 1561, + "line": 1567, "column": 12 }, "end": { - "line": 1561, + "line": 1567, "column": 35 } } @@ -75529,16 +75711,16 @@ "type": "Identifier", "name": "feature", "range": [ - 43784, - 43791 + 43954, + 43961 ], "loc": { "start": { - "line": 1562, + "line": 1568, "column": 16 }, "end": { - "line": 1562, + "line": 1568, "column": 23 } } @@ -75549,16 +75731,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 43795, - 43799 + 43965, + 43969 ], "loc": { "start": { - "line": 1562, + "line": 1568, "column": 27 }, "end": { - "line": 1562, + "line": 1568, "column": 31 } } @@ -75571,16 +75753,16 @@ "type": "Identifier", "name": "feature", "range": [ - 43800, - 43807 + 43970, + 43977 ], "loc": { "start": { - "line": 1562, + "line": 1568, "column": 32 }, "end": { - "line": 1562, + "line": 1568, "column": 39 } } @@ -75589,62 +75771,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 43808, - 43815 + 43978, + 43985 ], "loc": { "start": { - "line": 1562, + "line": 1568, "column": 40 }, "end": { - "line": 1562, + "line": 1568, "column": 47 } } }, "range": [ - 43800, - 43815 + 43970, + 43985 ], "loc": { "start": { - "line": 1562, + "line": 1568, "column": 32 }, "end": { - "line": 1562, + "line": 1568, "column": 47 } } } ], "range": [ - 43795, - 43816 + 43965, + 43986 ], "loc": { "start": { - "line": 1562, + "line": 1568, "column": 27 }, "end": { - "line": 1562, + "line": 1568, "column": 48 } } }, "range": [ - 43784, - 43816 + 43954, + 43986 ], "loc": { "start": { - "line": 1562, + "line": 1568, "column": 16 }, "end": { - "line": 1562, + "line": 1568, "column": 48 } } @@ -75663,16 +75845,16 @@ "type": "Identifier", "name": "feature", "range": [ - 43836, - 43843 + 44006, + 44013 ], "loc": { "start": { - "line": 1563, + "line": 1569, "column": 16 }, "end": { - "line": 1563, + "line": 1569, "column": 23 } } @@ -75681,110 +75863,110 @@ "type": "Identifier", "name": "destroy", "range": [ - 43844, - 43851 + 44014, + 44021 ], "loc": { "start": { - "line": 1563, + "line": 1569, "column": 24 }, "end": { - "line": 1563, + "line": 1569, "column": 31 } } }, "range": [ - 43836, - 43851 + 44006, + 44021 ], "loc": { "start": { - "line": 1563, + "line": 1569, "column": 16 }, "end": { - "line": 1563, + "line": 1569, "column": 31 } } }, "arguments": [], "range": [ - 43836, - 43853 + 44006, + 44023 ], "loc": { "start": { - "line": 1563, + "line": 1569, "column": 16 }, "end": { - "line": 1563, + "line": 1569, "column": 33 } } }, "range": [ - 43836, - 43854 + 44006, + 44024 ], "loc": { "start": { - "line": 1563, + "line": 1569, "column": 16 }, "end": { - "line": 1563, + "line": 1569, "column": 34 } } } ], "range": [ - 43818, - 43868 + 43988, + 44038 ], "loc": { "start": { - "line": 1562, + "line": 1568, "column": 50 }, "end": { - "line": 1564, + "line": 1570, "column": 13 } } }, "alternate": null, "range": [ - 43780, - 43868 + 43950, + 44038 ], "loc": { "start": { - "line": 1562, + "line": 1568, "column": 12 }, "end": { - "line": 1564, + "line": 1570, "column": 13 } } } ], "range": [ - 43730, - 43878 + 43900, + 44048 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 48 }, "end": { - "line": 1565, + "line": 1571, "column": 9 } } @@ -75792,47 +75974,47 @@ "generator": false, "expression": false, "range": [ - 43715, - 43878 + 43885, + 44048 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 33 }, "end": { - "line": 1565, + "line": 1571, "column": 9 } } } ], "range": [ - 43690, - 43879 + 43860, + 44049 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 8 }, "end": { - "line": 1565, + "line": 1571, "column": 10 } } }, "range": [ - 43690, - 43880 + 43860, + 44050 ], "loc": { "start": { - "line": 1560, + "line": 1566, "column": 8 }, "end": { - "line": 1565, + "line": 1571, "column": 11 } }, @@ -75841,16 +76023,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 43604, - 43622 + 43774, + 43792 ], "loc": { "start": { - "line": 1558, + "line": 1564, "column": 8 }, "end": { - "line": 1558, + "line": 1564, "column": 26 } } @@ -75859,16 +76041,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 43631, - 43681 + 43801, + 43851 ], "loc": { "start": { - "line": 1559, + "line": 1565, "column": 8 }, "end": { - "line": 1559, + "line": 1565, "column": 58 } } @@ -75879,16 +76061,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43890, - 43914 + 44060, + 44084 ], "loc": { "start": { - "line": 1567, + "line": 1573, "column": 8 }, "end": { - "line": 1567, + "line": 1573, "column": 32 } } @@ -75903,16 +76085,16 @@ "object": { "type": "ThisExpression", "range": [ - 43927, - 43931 + 44097, + 44101 ], "loc": { "start": { - "line": 1568, + "line": 1574, "column": 12 }, "end": { - "line": 1568, + "line": 1574, "column": 16 } } @@ -75921,31 +76103,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 43932, - 43946 + 44102, + 44116 ], "loc": { "start": { - "line": 1568, + "line": 1574, "column": 17 }, "end": { - "line": 1568, + "line": 1574, "column": 31 } } }, "range": [ - 43927, - 43946 + 44097, + 44116 ], "loc": { "start": { - "line": 1568, + "line": 1574, "column": 12 }, "end": { - "line": 1568, + "line": 1574, "column": 31 } } @@ -75964,16 +76146,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43962, - 43969 + 44132, + 44139 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 12 }, "end": { - "line": 1569, + "line": 1575, "column": 19 } } @@ -75982,31 +76164,31 @@ "type": "Identifier", "name": "off", "range": [ - 43970, - 43973 + 44140, + 44143 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 20 }, "end": { - "line": 1569, + "line": 1575, "column": 23 } } }, "range": [ - 43962, - 43973 + 44132, + 44143 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 12 }, "end": { - "line": 1569, + "line": 1575, "column": 23 } } @@ -76020,32 +76202,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 43975, - 43992 + 44145, + 44162 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 25 }, "end": { - "line": 1569, + "line": 1575, "column": 42 } } } ], "range": [ - 43974, - 43993 + 44144, + 44163 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 24 }, "end": { - "line": 1569, + "line": 1575, "column": 43 } } @@ -76062,16 +76244,16 @@ "object": { "type": "ThisExpression", "range": [ - 44001, - 44005 + 44171, + 44175 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 51 }, "end": { - "line": 1569, + "line": 1575, "column": 55 } } @@ -76080,47 +76262,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 44006, - 44023 + 44176, + 44193 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 56 }, "end": { - "line": 1569, + "line": 1575, "column": 73 } } }, "range": [ - 44001, - 44023 + 44171, + 44193 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 51 }, "end": { - "line": 1569, + "line": 1575, "column": 73 } } }, "arguments": [], "range": [ - 44001, - 44025 + 44171, + 44195 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 51 }, "end": { - "line": 1569, + "line": 1575, "column": 75 } } @@ -76128,79 +76310,79 @@ "generator": false, "expression": true, "range": [ - 43995, - 44025 + 44165, + 44195 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 45 }, "end": { - "line": 1569, + "line": 1575, "column": 75 } } } ], "range": [ - 43962, - 44026 + 44132, + 44196 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 12 }, "end": { - "line": 1569, + "line": 1575, "column": 76 } } }, "range": [ - 43962, - 44027 + 44132, + 44197 ], "loc": { "start": { - "line": 1569, + "line": 1575, "column": 12 }, "end": { - "line": 1569, + "line": 1575, "column": 77 } } } ], "range": [ - 43948, - 44037 + 44118, + 44207 ], "loc": { "start": { - "line": 1568, + "line": 1574, "column": 33 }, "end": { - "line": 1570, + "line": 1576, "column": 9 } } }, "alternate": null, "range": [ - 43923, - 44037 + 44093, + 44207 ], "loc": { "start": { - "line": 1568, + "line": 1574, "column": 8 }, "end": { - "line": 1570, + "line": 1576, "column": 9 } }, @@ -76209,16 +76391,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43890, - 43914 + 44060, + 44084 ], "loc": { "start": { - "line": 1567, + "line": 1573, "column": 8 }, "end": { - "line": 1567, + "line": 1573, "column": 32 } } @@ -76233,16 +76415,16 @@ "object": { "type": "ThisExpression", "range": [ - 44050, - 44054 + 44220, + 44224 ], "loc": { "start": { - "line": 1571, + "line": 1577, "column": 12 }, "end": { - "line": 1571, + "line": 1577, "column": 16 } } @@ -76251,31 +76433,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 44055, - 44068 + 44225, + 44238 ], "loc": { "start": { - "line": 1571, + "line": 1577, "column": 17 }, "end": { - "line": 1571, + "line": 1577, "column": 30 } } }, "range": [ - 44050, - 44068 + 44220, + 44238 ], "loc": { "start": { - "line": 1571, + "line": 1577, "column": 12 }, "end": { - "line": 1571, + "line": 1577, "column": 30 } } @@ -76294,16 +76476,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 44084, - 44091 + 44254, + 44261 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 12 }, "end": { - "line": 1572, + "line": 1578, "column": 19 } } @@ -76312,31 +76494,31 @@ "type": "Identifier", "name": "off", "range": [ - 44092, - 44095 + 44262, + 44265 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 20 }, "end": { - "line": 1572, + "line": 1578, "column": 23 } } }, "range": [ - 44084, - 44095 + 44254, + 44265 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 12 }, "end": { - "line": 1572, + "line": 1578, "column": 23 } } @@ -76350,32 +76532,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 44097, - 44114 + 44267, + 44284 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 25 }, "end": { - "line": 1572, + "line": 1578, "column": 42 } } } ], "range": [ - 44096, - 44115 + 44266, + 44285 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 24 }, "end": { - "line": 1572, + "line": 1578, "column": 43 } } @@ -76392,16 +76574,16 @@ "object": { "type": "ThisExpression", "range": [ - 44123, - 44127 + 44293, + 44297 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 51 }, "end": { - "line": 1572, + "line": 1578, "column": 55 } } @@ -76410,47 +76592,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 44128, - 44139 + 44298, + 44309 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 56 }, "end": { - "line": 1572, + "line": 1578, "column": 67 } } }, "range": [ - 44123, - 44139 + 44293, + 44309 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 51 }, "end": { - "line": 1572, + "line": 1578, "column": 67 } } }, "arguments": [], "range": [ - 44123, - 44141 + 44293, + 44311 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 51 }, "end": { - "line": 1572, + "line": 1578, "column": 69 } } @@ -76458,79 +76640,79 @@ "generator": false, "expression": true, "range": [ - 44117, - 44141 + 44287, + 44311 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 45 }, "end": { - "line": 1572, + "line": 1578, "column": 69 } } } ], "range": [ - 44084, - 44142 + 44254, + 44312 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 12 }, "end": { - "line": 1572, + "line": 1578, "column": 70 } } }, "range": [ - 44084, - 44143 + 44254, + 44313 ], "loc": { "start": { - "line": 1572, + "line": 1578, "column": 12 }, "end": { - "line": 1572, + "line": 1578, "column": 71 } } } ], "range": [ - 44070, - 44153 + 44240, + 44323 ], "loc": { "start": { - "line": 1571, + "line": 1577, "column": 32 }, "end": { - "line": 1573, + "line": 1579, "column": 9 } } }, "alternate": null, "range": [ - 44046, - 44153 + 44216, + 44323 ], "loc": { "start": { - "line": 1571, + "line": 1577, "column": 8 }, "end": { - "line": 1573, + "line": 1579, "column": 9 } } @@ -76548,16 +76730,16 @@ "object": { "type": "ThisExpression", "range": [ - 44162, - 44166 + 44332, + 44336 ], "loc": { "start": { - "line": 1574, + "line": 1580, "column": 8 }, "end": { - "line": 1574, + "line": 1580, "column": 12 } } @@ -76566,31 +76748,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 44167, - 44174 + 44337, + 44344 ], "loc": { "start": { - "line": 1574, + "line": 1580, "column": 13 }, "end": { - "line": 1574, + "line": 1580, "column": 20 } } }, "range": [ - 44162, - 44174 + 44332, + 44344 ], "loc": { "start": { - "line": 1574, + "line": 1580, "column": 8 }, "end": { - "line": 1574, + "line": 1580, "column": 20 } } @@ -76599,31 +76781,31 @@ "type": "Identifier", "name": "off", "range": [ - 44175, - 44178 + 44345, + 44348 ], "loc": { "start": { - "line": 1574, + "line": 1580, "column": 21 }, "end": { - "line": 1574, + "line": 1580, "column": 24 } } }, "range": [ - 44162, - 44178 + 44332, + 44348 ], "loc": { "start": { - "line": 1574, + "line": 1580, "column": 8 }, "end": { - "line": 1574, + "line": 1580, "column": 24 } } @@ -76637,32 +76819,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 44180, - 44194 + 44350, + 44364 ], "loc": { "start": { - "line": 1574, + "line": 1580, "column": 26 }, "end": { - "line": 1574, + "line": 1580, "column": 40 } } } ], "range": [ - 44179, - 44195 + 44349, + 44365 ], "loc": { "start": { - "line": 1574, + "line": 1580, "column": 25 }, "end": { - "line": 1574, + "line": 1580, "column": 41 } } @@ -76675,16 +76857,16 @@ "type": "Identifier", "name": "tf", "range": [ - 44210, - 44212 + 44380, + 44382 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 13 }, "end": { - "line": 1575, + "line": 1581, "column": 15 } } @@ -76693,16 +76875,16 @@ "type": "Identifier", "name": "filter", "range": [ - 44214, - 44220 + 44384, + 44390 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 17 }, "end": { - "line": 1575, + "line": 1581, "column": 23 } } @@ -76716,16 +76898,16 @@ "object": { "type": "ThisExpression", "range": [ - 44225, - 44229 + 44395, + 44399 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 28 }, "end": { - "line": 1575, + "line": 1581, "column": 32 } } @@ -76734,31 +76916,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 44230, - 44247 + 44400, + 44417 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 33 }, "end": { - "line": 1575, + "line": 1581, "column": 50 } } }, "range": [ - 44225, - 44247 + 44395, + 44417 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 28 }, "end": { - "line": 1575, + "line": 1581, "column": 50 } } @@ -76771,16 +76953,16 @@ "type": "Identifier", "name": "filter", "range": [ - 44248, - 44254 + 44418, + 44424 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 51 }, "end": { - "line": 1575, + "line": 1581, "column": 57 } } @@ -76789,47 +76971,47 @@ "type": "Identifier", "name": "id", "range": [ - 44255, - 44257 + 44425, + 44427 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 58 }, "end": { - "line": 1575, + "line": 1581, "column": 60 } } }, "range": [ - 44248, - 44257 + 44418, + 44427 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 51 }, "end": { - "line": 1575, + "line": 1581, "column": 60 } } } ], "range": [ - 44225, - 44258 + 44395, + 44428 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 28 }, "end": { - "line": 1575, + "line": 1581, "column": 61 } } @@ -76837,47 +77019,47 @@ "generator": false, "expression": true, "range": [ - 44209, - 44258 + 44379, + 44428 ], "loc": { "start": { - "line": 1575, + "line": 1581, "column": 12 }, "end": { - "line": 1575, + "line": 1581, "column": 61 } } } ], "range": [ - 44162, - 44259 + 44332, + 44429 ], "loc": { "start": { - "line": 1574, + "line": 1580, "column": 8 }, "end": { - "line": 1575, + "line": 1581, "column": 62 } } }, "range": [ - 44162, - 44260 + 44332, + 44430 ], "loc": { "start": { - "line": 1574, + "line": 1580, "column": 8 }, "end": { - "line": 1575, + "line": 1581, "column": 63 } } @@ -76890,16 +77072,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 44270, - 44281 + 44440, + 44451 ], "loc": { "start": { - "line": 1577, + "line": 1583, "column": 8 }, "end": { - "line": 1577, + "line": 1583, "column": 19 } } @@ -76911,16 +77093,16 @@ "object": { "type": "ThisExpression", "range": [ - 44282, - 44286 + 44452, + 44456 ], "loc": { "start": { - "line": 1577, + "line": 1583, "column": 20 }, "end": { - "line": 1577, + "line": 1583, "column": 24 } } @@ -76929,31 +77111,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 44287, - 44290 + 44457, + 44460 ], "loc": { "start": { - "line": 1577, + "line": 1583, "column": 25 }, "end": { - "line": 1577, + "line": 1583, "column": 28 } } }, "range": [ - 44282, - 44290 + 44452, + 44460 ], "loc": { "start": { - "line": 1577, + "line": 1583, "column": 20 }, "end": { - "line": 1577, + "line": 1583, "column": 28 } } @@ -76964,16 +77146,16 @@ "object": { "type": "ThisExpression", "range": [ - 44292, - 44296 + 44462, + 44466 ], "loc": { "start": { - "line": 1577, + "line": 1583, "column": 30 }, "end": { - "line": 1577, + "line": 1583, "column": 34 } } @@ -76982,62 +77164,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 44297, - 44303 + 44467, + 44473 ], "loc": { "start": { - "line": 1577, + "line": 1583, "column": 35 }, "end": { - "line": 1577, + "line": 1583, "column": 41 } } }, "range": [ - 44292, - 44303 + 44462, + 44473 ], "loc": { "start": { - "line": 1577, + "line": 1583, "column": 30 }, "end": { - "line": 1577, + "line": 1583, "column": 41 } } } ], "range": [ - 44270, - 44304 + 44440, + 44474 ], "loc": { "start": { - "line": 1577, + "line": 1583, "column": 8 }, "end": { - "line": 1577, + "line": 1583, "column": 42 } } }, "range": [ - 44270, - 44305 + 44440, + 44475 ], "loc": { "start": { - "line": 1577, + "line": 1583, "column": 8 }, "end": { - "line": 1577, + "line": 1583, "column": 43 } } @@ -77050,16 +77232,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 44314, - 44325 + 44484, + 44495 ], "loc": { "start": { - "line": 1578, + "line": 1584, "column": 8 }, "end": { - "line": 1578, + "line": 1584, "column": 19 } } @@ -77071,16 +77253,16 @@ "object": { "type": "ThisExpression", "range": [ - 44326, - 44330 + 44496, + 44500 ], "loc": { "start": { - "line": 1578, + "line": 1584, "column": 20 }, "end": { - "line": 1578, + "line": 1584, "column": 24 } } @@ -77089,31 +77271,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 44331, - 44334 + 44501, + 44504 ], "loc": { "start": { - "line": 1578, + "line": 1584, "column": 25 }, "end": { - "line": 1578, + "line": 1584, "column": 28 } } }, "range": [ - 44326, - 44334 + 44496, + 44504 ], "loc": { "start": { - "line": 1578, + "line": 1584, "column": 20 }, "end": { - "line": 1578, + "line": 1584, "column": 28 } } @@ -77124,16 +77306,16 @@ "object": { "type": "ThisExpression", "range": [ - 44336, - 44340 + 44506, + 44510 ], "loc": { "start": { - "line": 1578, + "line": 1584, "column": 30 }, "end": { - "line": 1578, + "line": 1584, "column": 34 } } @@ -77142,62 +77324,62 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 44341, - 44355 + 44511, + 44525 ], "loc": { "start": { - "line": 1578, + "line": 1584, "column": 35 }, "end": { - "line": 1578, + "line": 1584, "column": 49 } } }, "range": [ - 44336, - 44355 + 44506, + 44525 ], "loc": { "start": { - "line": 1578, + "line": 1584, "column": 30 }, "end": { - "line": 1578, + "line": 1584, "column": 49 } } } ], "range": [ - 44314, - 44356 + 44484, + 44526 ], "loc": { "start": { - "line": 1578, + "line": 1584, "column": 8 }, "end": { - "line": 1578, + "line": 1584, "column": 50 } } }, "range": [ - 44314, - 44357 + 44484, + 44527 ], "loc": { "start": { - "line": 1578, + "line": 1584, "column": 8 }, "end": { - "line": 1578, + "line": 1584, "column": 51 } } @@ -77213,16 +77395,16 @@ "object": { "type": "ThisExpression", "range": [ - 44367, - 44371 + 44537, + 44541 ], "loc": { "start": { - "line": 1580, + "line": 1586, "column": 8 }, "end": { - "line": 1580, + "line": 1586, "column": 12 } } @@ -77231,31 +77413,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 44372, - 44384 + 44542, + 44554 ], "loc": { "start": { - "line": 1580, + "line": 1586, "column": 13 }, "end": { - "line": 1580, + "line": 1586, "column": 25 } } }, "range": [ - 44367, - 44384 + 44537, + 44554 ], "loc": { "start": { - "line": 1580, + "line": 1586, "column": 8 }, "end": { - "line": 1580, + "line": 1586, "column": 25 } } @@ -77265,46 +77447,46 @@ "value": 0, "raw": "0", "range": [ - 44387, - 44388 + 44557, + 44558 ], "loc": { "start": { - "line": 1580, + "line": 1586, "column": 28 }, "end": { - "line": 1580, + "line": 1586, "column": 29 } } }, "range": [ - 44367, - 44388 + 44537, + 44558 ], "loc": { "start": { - "line": 1580, + "line": 1586, "column": 8 }, "end": { - "line": 1580, + "line": 1586, "column": 29 } } }, "range": [ - 44367, - 44389 + 44537, + 44559 ], "loc": { "start": { - "line": 1580, + "line": 1586, "column": 8 }, "end": { - "line": 1580, + "line": 1586, "column": 30 } } @@ -77320,16 +77502,16 @@ "object": { "type": "ThisExpression", "range": [ - 44398, - 44402 + 44568, + 44572 ], "loc": { "start": { - "line": 1581, + "line": 1587, "column": 8 }, "end": { - "line": 1581, + "line": 1587, "column": 12 } } @@ -77338,31 +77520,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 44403, - 44417 + 44573, + 44587 ], "loc": { "start": { - "line": 1581, + "line": 1587, "column": 13 }, "end": { - "line": 1581, + "line": 1587, "column": 27 } } }, "range": [ - 44398, - 44417 + 44568, + 44587 ], "loc": { "start": { - "line": 1581, + "line": 1587, "column": 8 }, "end": { - "line": 1581, + "line": 1587, "column": 27 } } @@ -77371,46 +77553,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 44420, - 44422 + 44590, + 44592 ], "loc": { "start": { - "line": 1581, + "line": 1587, "column": 30 }, "end": { - "line": 1581, + "line": 1587, "column": 32 } } }, "range": [ - 44398, - 44422 + 44568, + 44592 ], "loc": { "start": { - "line": 1581, + "line": 1587, "column": 8 }, "end": { - "line": 1581, + "line": 1587, "column": 32 } } }, "range": [ - 44398, - 44423 + 44568, + 44593 ], "loc": { "start": { - "line": 1581, + "line": 1587, "column": 8 }, "end": { - "line": 1581, + "line": 1587, "column": 33 } } @@ -77426,16 +77608,16 @@ "object": { "type": "ThisExpression", "range": [ - 44432, - 44436 + 44602, + 44606 ], "loc": { "start": { - "line": 1582, + "line": 1588, "column": 8 }, "end": { - "line": 1582, + "line": 1588, "column": 12 } } @@ -77444,31 +77626,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 44437, - 44443 + 44607, + 44613 ], "loc": { "start": { - "line": 1582, + "line": 1588, "column": 13 }, "end": { - "line": 1582, + "line": 1588, "column": 19 } } }, "range": [ - 44432, - 44443 + 44602, + 44613 ], "loc": { "start": { - "line": 1582, + "line": 1588, "column": 8 }, "end": { - "line": 1582, + "line": 1588, "column": 19 } } @@ -77477,46 +77659,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 44446, - 44448 + 44616, + 44618 ], "loc": { "start": { - "line": 1582, + "line": 1588, "column": 22 }, "end": { - "line": 1582, + "line": 1588, "column": 24 } } }, "range": [ - 44432, - 44448 + 44602, + 44618 ], "loc": { "start": { - "line": 1582, + "line": 1588, "column": 8 }, "end": { - "line": 1582, + "line": 1588, "column": 24 } } }, "range": [ - 44432, - 44449 + 44602, + 44619 ], "loc": { "start": { - "line": 1582, + "line": 1588, "column": 8 }, "end": { - "line": 1582, + "line": 1588, "column": 25 } } @@ -77532,16 +77714,16 @@ "object": { "type": "ThisExpression", "range": [ - 44458, - 44462 + 44628, + 44632 ], "loc": { "start": { - "line": 1583, + "line": 1589, "column": 8 }, "end": { - "line": 1583, + "line": 1589, "column": 12 } } @@ -77550,31 +77732,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 44463, - 44474 + 44633, + 44644 ], "loc": { "start": { - "line": 1583, + "line": 1589, "column": 13 }, "end": { - "line": 1583, + "line": 1589, "column": 24 } } }, "range": [ - 44458, - 44474 + 44628, + 44644 ], "loc": { "start": { - "line": 1583, + "line": 1589, "column": 8 }, "end": { - "line": 1583, + "line": 1589, "column": 24 } } @@ -77584,62 +77766,62 @@ "value": false, "raw": "false", "range": [ - 44477, - 44482 + 44647, + 44652 ], "loc": { "start": { - "line": 1583, + "line": 1589, "column": 27 }, "end": { - "line": 1583, + "line": 1589, "column": 32 } } }, "range": [ - 44458, - 44482 + 44628, + 44652 ], "loc": { "start": { - "line": 1583, + "line": 1589, "column": 8 }, "end": { - "line": 1583, + "line": 1589, "column": 32 } } }, "range": [ - 44458, - 44483 + 44628, + 44653 ], "loc": { "start": { - "line": 1583, + "line": 1589, "column": 8 }, "end": { - "line": 1583, + "line": 1589, "column": 33 } } } ], "range": [ - 42706, - 44489 + 42876, + 44659 ], "loc": { "start": { - "line": 1525, + "line": 1531, "column": 14 }, "end": { - "line": 1584, + "line": 1590, "column": 5 } } @@ -77647,16 +77829,16 @@ "generator": false, "expression": false, "range": [ - 42703, - 44489 + 42873, + 44659 ], "loc": { "start": { - "line": 1525, + "line": 1531, "column": 11 }, "end": { - "line": 1584, + "line": 1590, "column": 5 } } @@ -77664,16 +77846,16 @@ "kind": "method", "computed": false, "range": [ - 42696, - 44489 + 42866, + 44659 ], "loc": { "start": { - "line": 1525, + "line": 1531, "column": 4 }, "end": { - "line": 1584, + "line": 1590, "column": 5 } }, @@ -77682,16 +77864,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42653, - 42691 + 42823, + 42861 ], "loc": { "start": { - "line": 1522, + "line": 1528, "column": 4 }, "end": { - "line": 1524, + "line": 1530, "column": 7 } } @@ -77702,16 +77884,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 44495, - 44584 + 44665, + 44754 ], "loc": { "start": { - "line": 1586, + "line": 1592, "column": 4 }, "end": { - "line": 1588, + "line": 1594, "column": 7 } } @@ -77725,16 +77907,16 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 44589, - 44599 + 44759, + 44769 ], "loc": { "start": { - "line": 1589, + "line": 1595, "column": 4 }, "end": { - "line": 1589, + "line": 1595, "column": 14 } } @@ -77754,16 +77936,16 @@ "object": { "type": "ThisExpression", "range": [ - 44616, - 44620 + 44786, + 44790 ], "loc": { "start": { - "line": 1590, + "line": 1596, "column": 12 }, "end": { - "line": 1590, + "line": 1596, "column": 16 } } @@ -77772,31 +77954,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44621, - 44627 + 44791, + 44797 ], "loc": { "start": { - "line": 1590, + "line": 1596, "column": 17 }, "end": { - "line": 1590, + "line": 1596, "column": 23 } } }, "range": [ - 44616, - 44627 + 44786, + 44797 ], "loc": { "start": { - "line": 1590, + "line": 1596, "column": 12 }, "end": { - "line": 1590, + "line": 1596, "column": 23 } } @@ -77808,48 +77990,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 44643, - 44650 + 44813, + 44820 ], "loc": { "start": { - "line": 1591, + "line": 1597, "column": 12 }, "end": { - "line": 1591, + "line": 1597, "column": 19 } } } ], "range": [ - 44629, - 44660 + 44799, + 44830 ], "loc": { "start": { - "line": 1590, + "line": 1596, "column": 25 }, "end": { - "line": 1592, + "line": 1598, "column": 9 } } }, "alternate": null, "range": [ - 44612, - 44660 + 44782, + 44830 ], "loc": { "start": { - "line": 1590, + "line": 1596, "column": 8 }, "end": { - "line": 1592, + "line": 1598, "column": 9 } }, @@ -77858,16 +78040,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44670, - 44693 + 44840, + 44863 ], "loc": { "start": { - "line": 1594, + "line": 1600, "column": 8 }, "end": { - "line": 1594, + "line": 1600, "column": 31 } } @@ -77883,16 +78065,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 44706, - 44712 + 44876, + 44882 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 12 }, "end": { - "line": 1595, + "line": 1601, "column": 18 } } @@ -77903,16 +78085,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44715, - 44724 + 44885, + 44894 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 21 }, "end": { - "line": 1595, + "line": 1601, "column": 30 } } @@ -77923,16 +78105,16 @@ "value": "div", "raw": "'div'", "range": [ - 44725, - 44730 + 44895, + 44900 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 31 }, "end": { - "line": 1595, + "line": 1601, "column": 36 } } @@ -77945,16 +78127,16 @@ "value": "id", "raw": "'id'", "range": [ - 44733, - 44737 + 44903, + 44907 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 39 }, "end": { - "line": 1595, + "line": 1601, "column": 43 } } @@ -77968,16 +78150,16 @@ "object": { "type": "ThisExpression", "range": [ - 44739, - 44743 + 44909, + 44913 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 45 }, "end": { - "line": 1595, + "line": 1601, "column": 49 } } @@ -77986,31 +78168,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 44744, - 44754 + 44914, + 44924 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 50 }, "end": { - "line": 1595, + "line": 1601, "column": 60 } } }, "range": [ - 44739, - 44754 + 44909, + 44924 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 45 }, "end": { - "line": 1595, + "line": 1601, "column": 60 } } @@ -78021,16 +78203,16 @@ "object": { "type": "ThisExpression", "range": [ - 44757, - 44761 + 44927, + 44931 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 63 }, "end": { - "line": 1595, + "line": 1601, "column": 67 } } @@ -78039,93 +78221,93 @@ "type": "Identifier", "name": "id", "range": [ - 44762, - 44764 + 44932, + 44934 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 68 }, "end": { - "line": 1595, + "line": 1601, "column": 70 } } }, "range": [ - 44757, - 44764 + 44927, + 44934 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 63 }, "end": { - "line": 1595, + "line": 1601, "column": 70 } } }, "range": [ - 44739, - 44764 + 44909, + 44934 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 45 }, "end": { - "line": 1595, + "line": 1601, "column": 70 } } } ], "range": [ - 44732, - 44765 + 44902, + 44935 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 38 }, "end": { - "line": 1595, + "line": 1601, "column": 71 } } } ], "range": [ - 44715, - 44766 + 44885, + 44936 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 21 }, "end": { - "line": 1595, + "line": 1601, "column": 72 } } }, "range": [ - 44706, - 44766 + 44876, + 44936 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 12 }, "end": { - "line": 1595, + "line": 1601, "column": 72 } } @@ -78133,16 +78315,16 @@ ], "kind": "let", "range": [ - 44702, - 44767 + 44872, + 44937 ], "loc": { "start": { - "line": 1595, + "line": 1601, "column": 8 }, "end": { - "line": 1595, + "line": 1601, "column": 73 } }, @@ -78151,16 +78333,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44670, - 44693 + 44840, + 44863 ], "loc": { "start": { - "line": 1594, + "line": 1600, "column": 8 }, "end": { - "line": 1594, + "line": 1600, "column": 31 } } @@ -78179,16 +78361,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 44776, - 44782 + 44946, + 44952 ], "loc": { "start": { - "line": 1596, + "line": 1602, "column": 8 }, "end": { - "line": 1596, + "line": 1602, "column": 14 } } @@ -78197,31 +78379,31 @@ "type": "Identifier", "name": "className", "range": [ - 44783, - 44792 + 44953, + 44962 ], "loc": { "start": { - "line": 1596, + "line": 1602, "column": 15 }, "end": { - "line": 1596, + "line": 1602, "column": 24 } } }, "range": [ - 44776, - 44792 + 44946, + 44962 ], "loc": { "start": { - "line": 1596, + "line": 1602, "column": 8 }, "end": { - "line": 1596, + "line": 1602, "column": 24 } } @@ -78232,16 +78414,16 @@ "object": { "type": "ThisExpression", "range": [ - 44795, - 44799 + 44965, + 44969 ], "loc": { "start": { - "line": 1596, + "line": 1602, "column": 27 }, "end": { - "line": 1596, + "line": 1602, "column": 31 } } @@ -78250,61 +78432,61 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 44800, - 44814 + 44970, + 44984 ], "loc": { "start": { - "line": 1596, + "line": 1602, "column": 32 }, "end": { - "line": 1596, + "line": 1602, "column": 46 } } }, "range": [ - 44795, - 44814 + 44965, + 44984 ], "loc": { "start": { - "line": 1596, + "line": 1602, "column": 27 }, "end": { - "line": 1596, + "line": 1602, "column": 46 } } }, "range": [ - 44776, - 44814 + 44946, + 44984 ], "loc": { "start": { - "line": 1596, + "line": 1602, "column": 8 }, "end": { - "line": 1596, + "line": 1602, "column": 46 } } }, "range": [ - 44776, - 44815 + 44946, + 44985 ], "loc": { "start": { - "line": 1596, + "line": 1602, "column": 8 }, "end": { - "line": 1596, + "line": 1602, "column": 47 } }, @@ -78313,16 +78495,16 @@ "type": "Line", "value": "custom container", "range": [ - 44825, - 44843 + 44995, + 45013 ], "loc": { "start": { - "line": 1598, + "line": 1604, "column": 8 }, "end": { - "line": 1598, + "line": 1604, "column": 26 } } @@ -78337,16 +78519,16 @@ "object": { "type": "ThisExpression", "range": [ - 44856, - 44860 + 45026, + 45030 ], "loc": { "start": { - "line": 1599, + "line": 1605, "column": 12 }, "end": { - "line": 1599, + "line": 1605, "column": 16 } } @@ -78355,31 +78537,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 44861, - 44873 + 45031, + 45043 ], "loc": { "start": { - "line": 1599, + "line": 1605, "column": 17 }, "end": { - "line": 1599, + "line": 1605, "column": 29 } } }, "range": [ - 44856, - 44873 + 45026, + 45043 ], "loc": { "start": { - "line": 1599, + "line": 1605, "column": 12 }, "end": { - "line": 1599, + "line": 1605, "column": 29 } } @@ -78400,16 +78582,16 @@ "type": "Identifier", "name": "elm", "range": [ - 44889, - 44892 + 45059, + 45062 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 12 }, "end": { - "line": 1600, + "line": 1606, "column": 15 } } @@ -78421,16 +78603,16 @@ "object": { "type": "ThisExpression", "range": [ - 44893, - 44897 + 45063, + 45067 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 16 }, "end": { - "line": 1600, + "line": 1606, "column": 20 } } @@ -78439,47 +78621,47 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 44898, - 44910 + 45068, + 45080 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 21 }, "end": { - "line": 1600, + "line": 1606, "column": 33 } } }, "range": [ - 44893, - 44910 + 45063, + 45080 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 16 }, "end": { - "line": 1600, + "line": 1606, "column": 33 } } } ], "range": [ - 44889, - 44911 + 45059, + 45081 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 12 }, "end": { - "line": 1600, + "line": 1606, "column": 34 } } @@ -78488,31 +78670,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44912, - 44923 + 45082, + 45093 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 35 }, "end": { - "line": 1600, + "line": 1606, "column": 46 } } }, "range": [ - 44889, - 44923 + 45059, + 45093 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 12 }, "end": { - "line": 1600, + "line": 1606, "column": 46 } } @@ -78522,63 +78704,63 @@ "type": "Identifier", "name": "infdiv", "range": [ - 44924, - 44930 + 45094, + 45100 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 47 }, "end": { - "line": 1600, + "line": 1606, "column": 53 } } } ], "range": [ - 44889, - 44931 + 45059, + 45101 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 12 }, "end": { - "line": 1600, + "line": 1606, "column": 54 } } }, "range": [ - 44889, - 44932 + 45059, + 45102 ], "loc": { "start": { - "line": 1600, + "line": 1606, "column": 12 }, "end": { - "line": 1600, + "line": 1606, "column": 55 } } } ], "range": [ - 44875, - 44942 + 45045, + 45112 ], "loc": { "start": { - "line": 1599, + "line": 1605, "column": 31 }, "end": { - "line": 1601, + "line": 1607, "column": 9 } }, @@ -78587,16 +78769,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44951, - 44964 + 45121, + 45134 ], "loc": { "start": { - "line": 1602, + "line": 1608, "column": 8 }, "end": { - "line": 1602, + "line": 1608, "column": 21 } } @@ -78611,16 +78793,16 @@ "object": { "type": "ThisExpression", "range": [ - 44982, - 44986 + 45152, + 45156 ], "loc": { "start": { - "line": 1603, + "line": 1609, "column": 17 }, "end": { - "line": 1603, + "line": 1609, "column": 21 } } @@ -78629,31 +78811,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44987, - 44997 + 45157, + 45167 ], "loc": { "start": { - "line": 1603, + "line": 1609, "column": 22 }, "end": { - "line": 1603, + "line": 1609, "column": 32 } } }, "range": [ - 44982, - 44997 + 45152, + 45167 ], "loc": { "start": { - "line": 1603, + "line": 1609, "column": 17 }, "end": { - "line": 1603, + "line": 1609, "column": 32 } } @@ -78670,16 +78852,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 45017, - 45027 + 45187, + 45197 ], "loc": { "start": { - "line": 1604, + "line": 1610, "column": 16 }, "end": { - "line": 1604, + "line": 1610, "column": 26 } } @@ -78693,16 +78875,16 @@ "object": { "type": "ThisExpression", "range": [ - 45030, - 45034 + 45200, + 45204 ], "loc": { "start": { - "line": 1604, + "line": 1610, "column": 29 }, "end": { - "line": 1604, + "line": 1610, "column": 33 } } @@ -78711,31 +78893,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 45035, - 45038 + 45205, + 45208 ], "loc": { "start": { - "line": 1604, + "line": 1610, "column": 34 }, "end": { - "line": 1604, + "line": 1610, "column": 37 } } }, "range": [ - 45030, - 45038 + 45200, + 45208 ], "loc": { "start": { - "line": 1604, + "line": 1610, "column": 29 }, "end": { - "line": 1604, + "line": 1610, "column": 37 } } @@ -78744,46 +78926,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 45039, - 45049 + 45209, + 45219 ], "loc": { "start": { - "line": 1604, + "line": 1610, "column": 38 }, "end": { - "line": 1604, + "line": 1610, "column": 48 } } }, "range": [ - 45030, - 45049 + 45200, + 45219 ], "loc": { "start": { - "line": 1604, + "line": 1610, "column": 29 }, "end": { - "line": 1604, + "line": 1610, "column": 48 } } }, "range": [ - 45017, - 45049 + 45187, + 45219 ], "loc": { "start": { - "line": 1604, + "line": 1610, "column": 16 }, "end": { - "line": 1604, + "line": 1610, "column": 48 } } @@ -78791,16 +78973,16 @@ ], "kind": "let", "range": [ - 45013, - 45050 + 45183, + 45220 ], "loc": { "start": { - "line": 1604, + "line": 1610, "column": 12 }, "end": { - "line": 1604, + "line": 1610, "column": 49 } } @@ -78819,16 +79001,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 45063, - 45073 + 45233, + 45243 ], "loc": { "start": { - "line": 1605, + "line": 1611, "column": 12 }, "end": { - "line": 1605, + "line": 1611, "column": 22 } } @@ -78837,31 +79019,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 45074, - 45085 + 45244, + 45255 ], "loc": { "start": { - "line": 1605, + "line": 1611, "column": 23 }, "end": { - "line": 1605, + "line": 1611, "column": 34 } } }, "range": [ - 45063, - 45085 + 45233, + 45255 ], "loc": { "start": { - "line": 1605, + "line": 1611, "column": 12 }, "end": { - "line": 1605, + "line": 1611, "column": 34 } } @@ -78870,31 +79052,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45086, - 45097 + 45256, + 45267 ], "loc": { "start": { - "line": 1605, + "line": 1611, "column": 35 }, "end": { - "line": 1605, + "line": 1611, "column": 46 } } }, "range": [ - 45063, - 45097 + 45233, + 45267 ], "loc": { "start": { - "line": 1605, + "line": 1611, "column": 12 }, "end": { - "line": 1605, + "line": 1611, "column": 46 } } @@ -78904,47 +79086,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 45098, - 45104 + 45268, + 45274 ], "loc": { "start": { - "line": 1605, + "line": 1611, "column": 47 }, "end": { - "line": 1605, + "line": 1611, "column": 53 } } } ], "range": [ - 45063, - 45105 + 45233, + 45275 ], "loc": { "start": { - "line": 1605, + "line": 1611, "column": 12 }, "end": { - "line": 1605, + "line": 1611, "column": 54 } } }, "range": [ - 45063, - 45106 + 45233, + 45276 ], "loc": { "start": { - "line": 1605, + "line": 1611, "column": 12 }, "end": { - "line": 1605, + "line": 1611, "column": 55 } } @@ -78961,16 +79143,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 45119, - 45125 + 45289, + 45295 ], "loc": { "start": { - "line": 1606, + "line": 1612, "column": 12 }, "end": { - "line": 1606, + "line": 1612, "column": 18 } } @@ -78979,31 +79161,31 @@ "type": "Identifier", "name": "className", "range": [ - 45126, - 45135 + 45296, + 45305 ], "loc": { "start": { - "line": 1606, + "line": 1612, "column": 19 }, "end": { - "line": 1606, + "line": 1612, "column": 28 } } }, "range": [ - 45119, - 45135 + 45289, + 45305 ], "loc": { "start": { - "line": 1606, + "line": 1612, "column": 12 }, "end": { - "line": 1606, + "line": 1612, "column": 28 } } @@ -79015,16 +79197,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 45138, - 45148 + 45308, + 45318 ], "loc": { "start": { - "line": 1606, + "line": 1612, "column": 31 }, "end": { - "line": 1606, + "line": 1612, "column": 41 } } @@ -79033,77 +79215,77 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 45149, - 45163 + 45319, + 45333 ], "loc": { "start": { - "line": 1606, + "line": 1612, "column": 42 }, "end": { - "line": 1606, + "line": 1612, "column": 56 } } }, "range": [ - 45138, - 45163 + 45308, + 45333 ], "loc": { "start": { - "line": 1606, + "line": 1612, "column": 31 }, "end": { - "line": 1606, + "line": 1612, "column": 56 } } }, "range": [ - 45119, - 45163 + 45289, + 45333 ], "loc": { "start": { - "line": 1606, + "line": 1612, "column": 12 }, "end": { - "line": 1606, + "line": 1612, "column": 56 } } }, "range": [ - 45119, - 45164 + 45289, + 45334 ], "loc": { "start": { - "line": 1606, + "line": 1612, "column": 12 }, "end": { - "line": 1606, + "line": 1612, "column": 57 } } } ], "range": [ - 44999, - 45174 + 45169, + 45344 ], "loc": { "start": { - "line": 1603, + "line": 1609, "column": 34 }, "end": { - "line": 1607, + "line": 1613, "column": 9 } }, @@ -79112,16 +79294,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 45183, - 45223 + 45353, + 45393 ], "loc": { "start": { - "line": 1608, + "line": 1614, "column": 8 }, "end": { - "line": 1608, + "line": 1614, "column": 48 } } @@ -79140,16 +79322,16 @@ "type": "Identifier", "name": "cont", "range": [ - 45255, - 45259 + 45425, + 45429 ], "loc": { "start": { - "line": 1610, + "line": 1616, "column": 16 }, "end": { - "line": 1610, + "line": 1616, "column": 20 } } @@ -79160,16 +79342,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45262, - 45271 + 45432, + 45441 ], "loc": { "start": { - "line": 1610, + "line": 1616, "column": 23 }, "end": { - "line": 1610, + "line": 1616, "column": 32 } } @@ -79180,47 +79362,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 45272, - 45281 + 45442, + 45451 ], "loc": { "start": { - "line": 1610, + "line": 1616, "column": 33 }, "end": { - "line": 1610, + "line": 1616, "column": 42 } } } ], "range": [ - 45262, - 45282 + 45432, + 45452 ], "loc": { "start": { - "line": 1610, + "line": 1616, "column": 23 }, "end": { - "line": 1610, + "line": 1616, "column": 43 } } }, "range": [ - 45255, - 45282 + 45425, + 45452 ], "loc": { "start": { - "line": 1610, + "line": 1616, "column": 16 }, "end": { - "line": 1610, + "line": 1616, "column": 43 } } @@ -79228,16 +79410,16 @@ ], "kind": "let", "range": [ - 45251, - 45283 + 45421, + 45453 ], "loc": { "start": { - "line": 1610, + "line": 1616, "column": 12 }, "end": { - "line": 1610, + "line": 1616, "column": 44 } } @@ -79253,16 +79435,16 @@ "type": "Identifier", "name": "cont", "range": [ - 45296, - 45300 + 45466, + 45470 ], "loc": { "start": { - "line": 1611, + "line": 1617, "column": 12 }, "end": { - "line": 1611, + "line": 1617, "column": 16 } } @@ -79271,31 +79453,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45301, - 45312 + 45471, + 45482 ], "loc": { "start": { - "line": 1611, + "line": 1617, "column": 17 }, "end": { - "line": 1611, + "line": 1617, "column": 28 } } }, "range": [ - 45296, - 45312 + 45466, + 45482 ], "loc": { "start": { - "line": 1611, + "line": 1617, "column": 12 }, "end": { - "line": 1611, + "line": 1617, "column": 28 } } @@ -79305,47 +79487,47 @@ "type": "Identifier", "name": "infdiv", "range": [ - 45313, - 45319 + 45483, + 45489 ], "loc": { "start": { - "line": 1611, + "line": 1617, "column": 29 }, "end": { - "line": 1611, + "line": 1617, "column": 35 } } } ], "range": [ - 45296, - 45320 + 45466, + 45490 ], "loc": { "start": { - "line": 1611, + "line": 1617, "column": 12 }, "end": { - "line": 1611, + "line": 1617, "column": 36 } } }, "range": [ - 45296, - 45321 + 45466, + 45491 ], "loc": { "start": { - "line": 1611, + "line": 1617, "column": 12 }, "end": { - "line": 1611, + "line": 1617, "column": 37 } } @@ -79363,16 +79545,16 @@ "object": { "type": "ThisExpression", "range": [ - 45334, - 45338 + 45504, + 45508 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 12 }, "end": { - "line": 1612, + "line": 1618, "column": 16 } } @@ -79381,31 +79563,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 45339, - 45342 + 45509, + 45512 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 17 }, "end": { - "line": 1612, + "line": 1618, "column": 20 } } }, "range": [ - 45334, - 45342 + 45504, + 45512 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 12 }, "end": { - "line": 1612, + "line": 1618, "column": 20 } } @@ -79414,31 +79596,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 45343, - 45355 + 45513, + 45525 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 21 }, "end": { - "line": 1612, + "line": 1618, "column": 33 } } }, "range": [ - 45334, - 45355 + 45504, + 45525 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 12 }, "end": { - "line": 1612, + "line": 1618, "column": 33 } } @@ -79448,16 +79630,16 @@ "type": "Identifier", "name": "cont", "range": [ - 45356, - 45360 + 45526, + 45530 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 34 }, "end": { - "line": 1612, + "line": 1618, "column": 38 } } @@ -79471,16 +79653,16 @@ "object": { "type": "ThisExpression", "range": [ - 45362, - 45366 + 45532, + 45536 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 40 }, "end": { - "line": 1612, + "line": 1618, "column": 44 } } @@ -79489,31 +79671,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 45367, - 45370 + 45537, + 45540 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 45 }, "end": { - "line": 1612, + "line": 1618, "column": 48 } } }, "range": [ - 45362, - 45370 + 45532, + 45540 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 40 }, "end": { - "line": 1612, + "line": 1618, "column": 48 } } @@ -79522,78 +79704,78 @@ "type": "Identifier", "name": "firstChild", "range": [ - 45371, - 45381 + 45541, + 45551 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 49 }, "end": { - "line": 1612, + "line": 1618, "column": 59 } } }, "range": [ - 45362, - 45381 + 45532, + 45551 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 40 }, "end": { - "line": 1612, + "line": 1618, "column": 59 } } } ], "range": [ - 45334, - 45382 + 45504, + 45552 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 12 }, "end": { - "line": 1612, + "line": 1618, "column": 60 } } }, "range": [ - 45334, - 45383 + 45504, + 45553 ], "loc": { "start": { - "line": 1612, + "line": 1618, "column": 12 }, "end": { - "line": 1612, + "line": 1618, "column": 61 } } } ], "range": [ - 45237, - 45393 + 45407, + 45563 ], "loc": { "start": { - "line": 1609, + "line": 1615, "column": 13 }, "end": { - "line": 1613, + "line": 1619, "column": 9 } }, @@ -79602,16 +79784,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 45183, - 45223 + 45353, + 45393 ], "loc": { "start": { - "line": 1608, + "line": 1614, "column": 8 }, "end": { - "line": 1608, + "line": 1614, "column": 48 } } @@ -79619,16 +79801,16 @@ ] }, "range": [ - 44978, - 45393 + 45148, + 45563 ], "loc": { "start": { - "line": 1603, + "line": 1609, "column": 13 }, "end": { - "line": 1613, + "line": 1619, "column": 9 } }, @@ -79637,16 +79819,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44951, - 44964 + 45121, + 45134 ], "loc": { "start": { - "line": 1602, + "line": 1608, "column": 8 }, "end": { - "line": 1602, + "line": 1608, "column": 21 } } @@ -79654,16 +79836,16 @@ ] }, "range": [ - 44852, - 45393 + 45022, + 45563 ], "loc": { "start": { - "line": 1599, + "line": 1605, "column": 8 }, "end": { - "line": 1613, + "line": 1619, "column": 9 } }, @@ -79672,16 +79854,16 @@ "type": "Line", "value": "custom container", "range": [ - 44825, - 44843 + 44995, + 45013 ], "loc": { "start": { - "line": 1598, + "line": 1604, "column": 8 }, "end": { - "line": 1598, + "line": 1604, "column": 26 } } @@ -79699,16 +79881,16 @@ "object": { "type": "ThisExpression", "range": [ - 45402, - 45406 + 45572, + 45576 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 8 }, "end": { - "line": 1614, + "line": 1620, "column": 12 } } @@ -79717,31 +79899,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45407, - 45413 + 45577, + 45583 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 13 }, "end": { - "line": 1614, + "line": 1620, "column": 19 } } }, "range": [ - 45402, - 45413 + 45572, + 45583 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 8 }, "end": { - "line": 1614, + "line": 1620, "column": 19 } } @@ -79752,16 +79934,16 @@ "type": "Identifier", "name": "elm", "range": [ - 45416, - 45419 + 45586, + 45589 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 22 }, "end": { - "line": 1614, + "line": 1620, "column": 25 } } @@ -79776,16 +79958,16 @@ "object": { "type": "ThisExpression", "range": [ - 45420, - 45424 + 45590, + 45594 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 26 }, "end": { - "line": 1614, + "line": 1620, "column": 30 } } @@ -79794,31 +79976,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 45425, - 45435 + 45595, + 45605 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 31 }, "end": { - "line": 1614, + "line": 1620, "column": 41 } } }, "range": [ - 45420, - 45435 + 45590, + 45605 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 26 }, "end": { - "line": 1614, + "line": 1620, "column": 41 } } @@ -79829,16 +80011,16 @@ "object": { "type": "ThisExpression", "range": [ - 45438, - 45442 + 45608, + 45612 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 44 }, "end": { - "line": 1614, + "line": 1620, "column": 48 } } @@ -79847,92 +80029,92 @@ "type": "Identifier", "name": "id", "range": [ - 45443, - 45445 + 45613, + 45615 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 49 }, "end": { - "line": 1614, + "line": 1620, "column": 51 } } }, "range": [ - 45438, - 45445 + 45608, + 45615 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 44 }, "end": { - "line": 1614, + "line": 1620, "column": 51 } } }, "range": [ - 45420, - 45445 + 45590, + 45615 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 26 }, "end": { - "line": 1614, + "line": 1620, "column": 51 } } } ], "range": [ - 45416, - 45446 + 45586, + 45616 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 22 }, "end": { - "line": 1614, + "line": 1620, "column": 52 } } }, "range": [ - 45402, - 45446 + 45572, + 45616 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 8 }, "end": { - "line": 1614, + "line": 1620, "column": 52 } } }, "range": [ - 45402, - 45447 + 45572, + 45617 ], "loc": { "start": { - "line": 1614, + "line": 1620, "column": 8 }, "end": { - "line": 1614, + "line": 1620, "column": 53 } }, @@ -79941,16 +80123,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 45457, - 45503 + 45627, + 45673 ], "loc": { "start": { - "line": 1616, + "line": 1622, "column": 8 }, "end": { - "line": 1616, + "line": 1622, "column": 54 } } @@ -79966,16 +80148,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 45516, - 45520 + 45686, + 45690 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 12 }, "end": { - "line": 1617, + "line": 1623, "column": 16 } } @@ -79986,16 +80168,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45523, - 45532 + 45693, + 45702 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 19 }, "end": { - "line": 1617, + "line": 1623, "column": 28 } } @@ -80006,16 +80188,16 @@ "value": "div", "raw": "'div'", "range": [ - 45533, - 45538 + 45703, + 45708 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 29 }, "end": { - "line": 1617, + "line": 1623, "column": 34 } } @@ -80028,16 +80210,16 @@ "value": "id", "raw": "'id'", "range": [ - 45541, - 45545 + 45711, + 45715 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 37 }, "end": { - "line": 1617, + "line": 1623, "column": 41 } } @@ -80051,16 +80233,16 @@ "object": { "type": "ThisExpression", "range": [ - 45547, - 45551 + 45717, + 45721 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 43 }, "end": { - "line": 1617, + "line": 1623, "column": 47 } } @@ -80069,31 +80251,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 45552, - 45560 + 45722, + 45730 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 48 }, "end": { - "line": 1617, + "line": 1623, "column": 56 } } }, "range": [ - 45547, - 45560 + 45717, + 45730 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 43 }, "end": { - "line": 1617, + "line": 1623, "column": 56 } } @@ -80104,16 +80286,16 @@ "object": { "type": "ThisExpression", "range": [ - 45563, - 45567 + 45733, + 45737 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 59 }, "end": { - "line": 1617, + "line": 1623, "column": 63 } } @@ -80122,93 +80304,93 @@ "type": "Identifier", "name": "id", "range": [ - 45568, - 45570 + 45738, + 45740 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 64 }, "end": { - "line": 1617, + "line": 1623, "column": 66 } } }, "range": [ - 45563, - 45570 + 45733, + 45740 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 59 }, "end": { - "line": 1617, + "line": 1623, "column": 66 } } }, "range": [ - 45547, - 45570 + 45717, + 45740 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 43 }, "end": { - "line": 1617, + "line": 1623, "column": 66 } } } ], "range": [ - 45540, - 45571 + 45710, + 45741 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 36 }, "end": { - "line": 1617, + "line": 1623, "column": 67 } } } ], "range": [ - 45523, - 45572 + 45693, + 45742 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 19 }, "end": { - "line": 1617, + "line": 1623, "column": 68 } } }, "range": [ - 45516, - 45572 + 45686, + 45742 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 12 }, "end": { - "line": 1617, + "line": 1623, "column": 68 } } @@ -80216,16 +80398,16 @@ ], "kind": "let", "range": [ - 45512, - 45573 + 45682, + 45743 ], "loc": { "start": { - "line": 1617, + "line": 1623, "column": 8 }, "end": { - "line": 1617, + "line": 1623, "column": 69 } }, @@ -80234,16 +80416,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 45457, - 45503 + 45627, + 45673 ], "loc": { "start": { - "line": 1616, + "line": 1622, "column": 8 }, "end": { - "line": 1616, + "line": 1622, "column": 54 } } @@ -80262,16 +80444,16 @@ "type": "Identifier", "name": "ldiv", "range": [ - 45582, - 45586 + 45752, + 45756 ], "loc": { "start": { - "line": 1618, + "line": 1624, "column": 8 }, "end": { - "line": 1618, + "line": 1624, "column": 12 } } @@ -80280,31 +80462,31 @@ "type": "Identifier", "name": "className", "range": [ - 45587, - 45596 + 45757, + 45766 ], "loc": { "start": { - "line": 1618, + "line": 1624, "column": 13 }, "end": { - "line": 1618, + "line": 1624, "column": 22 } } }, "range": [ - 45582, - 45596 + 45752, + 45766 ], "loc": { "start": { - "line": 1618, + "line": 1624, "column": 8 }, "end": { - "line": 1618, + "line": 1624, "column": 22 } } @@ -80315,16 +80497,16 @@ "object": { "type": "ThisExpression", "range": [ - 45599, - 45603 + 45769, + 45773 ], "loc": { "start": { - "line": 1618, + "line": 1624, "column": 25 }, "end": { - "line": 1618, + "line": 1624, "column": 29 } } @@ -80333,61 +80515,61 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 45604, - 45616 + 45774, + 45786 ], "loc": { "start": { - "line": 1618, + "line": 1624, "column": 30 }, "end": { - "line": 1618, + "line": 1624, "column": 42 } } }, "range": [ - 45599, - 45616 + 45769, + 45786 ], "loc": { "start": { - "line": 1618, + "line": 1624, "column": 25 }, "end": { - "line": 1618, + "line": 1624, "column": 42 } } }, "range": [ - 45582, - 45616 + 45752, + 45786 ], "loc": { "start": { - "line": 1618, + "line": 1624, "column": 8 }, "end": { - "line": 1618, + "line": 1624, "column": 42 } } }, "range": [ - 45582, - 45617 + 45752, + 45787 ], "loc": { "start": { - "line": 1618, + "line": 1624, "column": 8 }, "end": { - "line": 1618, + "line": 1624, "column": 43 } } @@ -80403,16 +80585,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 45626, - 45632 + 45796, + 45802 ], "loc": { "start": { - "line": 1619, + "line": 1625, "column": 8 }, "end": { - "line": 1619, + "line": 1625, "column": 14 } } @@ -80421,31 +80603,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45633, - 45644 + 45803, + 45814 ], "loc": { "start": { - "line": 1619, + "line": 1625, "column": 15 }, "end": { - "line": 1619, + "line": 1625, "column": 26 } } }, "range": [ - 45626, - 45644 + 45796, + 45814 ], "loc": { "start": { - "line": 1619, + "line": 1625, "column": 8 }, "end": { - "line": 1619, + "line": 1625, "column": 26 } } @@ -80455,47 +80637,47 @@ "type": "Identifier", "name": "ldiv", "range": [ - 45645, - 45649 + 45815, + 45819 ], "loc": { "start": { - "line": 1619, + "line": 1625, "column": 27 }, "end": { - "line": 1619, + "line": 1625, "column": 31 } } } ], "range": [ - 45626, - 45650 + 45796, + 45820 ], "loc": { "start": { - "line": 1619, + "line": 1625, "column": 8 }, "end": { - "line": 1619, + "line": 1625, "column": 32 } } }, "range": [ - 45626, - 45651 + 45796, + 45821 ], "loc": { "start": { - "line": 1619, + "line": 1625, "column": 8 }, "end": { - "line": 1619, + "line": 1625, "column": 33 } } @@ -80511,16 +80693,16 @@ "object": { "type": "ThisExpression", "range": [ - 45660, - 45664 + 45830, + 45834 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 8 }, "end": { - "line": 1620, + "line": 1626, "column": 12 } } @@ -80529,31 +80711,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45665, - 45669 + 45835, + 45839 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 13 }, "end": { - "line": 1620, + "line": 1626, "column": 17 } } }, "range": [ - 45660, - 45669 + 45830, + 45839 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 8 }, "end": { - "line": 1620, + "line": 1626, "column": 17 } } @@ -80564,16 +80746,16 @@ "type": "Identifier", "name": "elm", "range": [ - 45672, - 45675 + 45842, + 45845 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 20 }, "end": { - "line": 1620, + "line": 1626, "column": 23 } } @@ -80588,16 +80770,16 @@ "object": { "type": "ThisExpression", "range": [ - 45676, - 45680 + 45846, + 45850 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 24 }, "end": { - "line": 1620, + "line": 1626, "column": 28 } } @@ -80606,31 +80788,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 45681, - 45689 + 45851, + 45859 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 29 }, "end": { - "line": 1620, + "line": 1626, "column": 37 } } }, "range": [ - 45676, - 45689 + 45846, + 45859 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 24 }, "end": { - "line": 1620, + "line": 1626, "column": 37 } } @@ -80641,16 +80823,16 @@ "object": { "type": "ThisExpression", "range": [ - 45692, - 45696 + 45862, + 45866 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 40 }, "end": { - "line": 1620, + "line": 1626, "column": 44 } } @@ -80659,92 +80841,92 @@ "type": "Identifier", "name": "id", "range": [ - 45697, - 45699 + 45867, + 45869 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 45 }, "end": { - "line": 1620, + "line": 1626, "column": 47 } } }, "range": [ - 45692, - 45699 + 45862, + 45869 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 40 }, "end": { - "line": 1620, + "line": 1626, "column": 47 } } }, "range": [ - 45676, - 45699 + 45846, + 45869 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 24 }, "end": { - "line": 1620, + "line": 1626, "column": 47 } } } ], "range": [ - 45672, - 45700 + 45842, + 45870 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 20 }, "end": { - "line": 1620, + "line": 1626, "column": 48 } } }, "range": [ - 45660, - 45700 + 45830, + 45870 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 8 }, "end": { - "line": 1620, + "line": 1626, "column": 48 } } }, "range": [ - 45660, - 45701 + 45830, + 45871 ], "loc": { "start": { - "line": 1620, + "line": 1626, "column": 8 }, "end": { - "line": 1620, + "line": 1626, "column": 49 } }, @@ -80753,16 +80935,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45711, - 45805 + 45881, + 45975 ], "loc": { "start": { - "line": 1622, + "line": 1628, "column": 8 }, "end": { - "line": 1623, + "line": 1629, "column": 52 } } @@ -80778,16 +80960,16 @@ "type": "Identifier", "name": "rdiv", "range": [ - 45818, - 45822 + 45988, + 45992 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 12 }, "end": { - "line": 1624, + "line": 1630, "column": 16 } } @@ -80798,16 +80980,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45825, - 45834 + 45995, + 46004 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 19 }, "end": { - "line": 1624, + "line": 1630, "column": 28 } } @@ -80818,16 +81000,16 @@ "value": "div", "raw": "'div'", "range": [ - 45835, - 45840 + 46005, + 46010 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 29 }, "end": { - "line": 1624, + "line": 1630, "column": 34 } } @@ -80840,16 +81022,16 @@ "value": "id", "raw": "'id'", "range": [ - 45843, - 45847 + 46013, + 46017 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 37 }, "end": { - "line": 1624, + "line": 1630, "column": 41 } } @@ -80863,16 +81045,16 @@ "object": { "type": "ThisExpression", "range": [ - 45849, - 45853 + 46019, + 46023 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 43 }, "end": { - "line": 1624, + "line": 1630, "column": 47 } } @@ -80881,31 +81063,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 45854, - 45862 + 46024, + 46032 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 48 }, "end": { - "line": 1624, + "line": 1630, "column": 56 } } }, "range": [ - 45849, - 45862 + 46019, + 46032 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 43 }, "end": { - "line": 1624, + "line": 1630, "column": 56 } } @@ -80916,16 +81098,16 @@ "object": { "type": "ThisExpression", "range": [ - 45865, - 45869 + 46035, + 46039 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 59 }, "end": { - "line": 1624, + "line": 1630, "column": 63 } } @@ -80934,93 +81116,93 @@ "type": "Identifier", "name": "id", "range": [ - 45870, - 45872 + 46040, + 46042 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 64 }, "end": { - "line": 1624, + "line": 1630, "column": 66 } } }, "range": [ - 45865, - 45872 + 46035, + 46042 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 59 }, "end": { - "line": 1624, + "line": 1630, "column": 66 } } }, "range": [ - 45849, - 45872 + 46019, + 46042 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 43 }, "end": { - "line": 1624, + "line": 1630, "column": 66 } } } ], "range": [ - 45842, - 45873 + 46012, + 46043 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 36 }, "end": { - "line": 1624, + "line": 1630, "column": 67 } } } ], "range": [ - 45825, - 45874 + 45995, + 46044 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 19 }, "end": { - "line": 1624, + "line": 1630, "column": 68 } } }, "range": [ - 45818, - 45874 + 45988, + 46044 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 12 }, "end": { - "line": 1624, + "line": 1630, "column": 68 } } @@ -81028,16 +81210,16 @@ ], "kind": "let", "range": [ - 45814, - 45875 + 45984, + 46045 ], "loc": { "start": { - "line": 1624, + "line": 1630, "column": 8 }, "end": { - "line": 1624, + "line": 1630, "column": 69 } }, @@ -81046,16 +81228,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45711, - 45805 + 45881, + 45975 ], "loc": { "start": { - "line": 1622, + "line": 1628, "column": 8 }, "end": { - "line": 1623, + "line": 1629, "column": 52 } } @@ -81074,16 +81256,16 @@ "type": "Identifier", "name": "rdiv", "range": [ - 45884, - 45888 + 46054, + 46058 ], "loc": { "start": { - "line": 1625, + "line": 1631, "column": 8 }, "end": { - "line": 1625, + "line": 1631, "column": 12 } } @@ -81092,31 +81274,31 @@ "type": "Identifier", "name": "className", "range": [ - 45889, - 45898 + 46059, + 46068 ], "loc": { "start": { - "line": 1625, + "line": 1631, "column": 13 }, "end": { - "line": 1625, + "line": 1631, "column": 22 } } }, "range": [ - 45884, - 45898 + 46054, + 46068 ], "loc": { "start": { - "line": 1625, + "line": 1631, "column": 8 }, "end": { - "line": 1625, + "line": 1631, "column": 22 } } @@ -81127,16 +81309,16 @@ "object": { "type": "ThisExpression", "range": [ - 45901, - 45905 + 46071, + 46075 ], "loc": { "start": { - "line": 1625, + "line": 1631, "column": 25 }, "end": { - "line": 1625, + "line": 1631, "column": 29 } } @@ -81145,61 +81327,61 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 45906, - 45918 + 46076, + 46088 ], "loc": { "start": { - "line": 1625, + "line": 1631, "column": 30 }, "end": { - "line": 1625, + "line": 1631, "column": 42 } } }, "range": [ - 45901, - 45918 + 46071, + 46088 ], "loc": { "start": { - "line": 1625, + "line": 1631, "column": 25 }, "end": { - "line": 1625, + "line": 1631, "column": 42 } } }, "range": [ - 45884, - 45918 + 46054, + 46088 ], "loc": { "start": { - "line": 1625, + "line": 1631, "column": 8 }, "end": { - "line": 1625, + "line": 1631, "column": 42 } } }, "range": [ - 45884, - 45919 + 46054, + 46089 ], "loc": { "start": { - "line": 1625, + "line": 1631, "column": 8 }, "end": { - "line": 1625, + "line": 1631, "column": 43 } } @@ -81215,16 +81397,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 45928, - 45934 + 46098, + 46104 ], "loc": { "start": { - "line": 1626, + "line": 1632, "column": 8 }, "end": { - "line": 1626, + "line": 1632, "column": 14 } } @@ -81233,31 +81415,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45935, - 45946 + 46105, + 46116 ], "loc": { "start": { - "line": 1626, + "line": 1632, "column": 15 }, "end": { - "line": 1626, + "line": 1632, "column": 26 } } }, "range": [ - 45928, - 45946 + 46098, + 46116 ], "loc": { "start": { - "line": 1626, + "line": 1632, "column": 8 }, "end": { - "line": 1626, + "line": 1632, "column": 26 } } @@ -81267,47 +81449,47 @@ "type": "Identifier", "name": "rdiv", "range": [ - 45947, - 45951 + 46117, + 46121 ], "loc": { "start": { - "line": 1626, + "line": 1632, "column": 27 }, "end": { - "line": 1626, + "line": 1632, "column": 31 } } } ], "range": [ - 45928, - 45952 + 46098, + 46122 ], "loc": { "start": { - "line": 1626, + "line": 1632, "column": 8 }, "end": { - "line": 1626, + "line": 1632, "column": 32 } } }, "range": [ - 45928, - 45953 + 46098, + 46123 ], "loc": { "start": { - "line": 1626, + "line": 1632, "column": 8 }, "end": { - "line": 1626, + "line": 1632, "column": 33 } } @@ -81323,16 +81505,16 @@ "object": { "type": "ThisExpression", "range": [ - 45962, - 45966 + 46132, + 46136 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 8 }, "end": { - "line": 1627, + "line": 1633, "column": 12 } } @@ -81341,31 +81523,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45967, - 45971 + 46137, + 46141 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 13 }, "end": { - "line": 1627, + "line": 1633, "column": 17 } } }, "range": [ - 45962, - 45971 + 46132, + 46141 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 8 }, "end": { - "line": 1627, + "line": 1633, "column": 17 } } @@ -81376,16 +81558,16 @@ "type": "Identifier", "name": "elm", "range": [ - 45974, - 45977 + 46144, + 46147 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 20 }, "end": { - "line": 1627, + "line": 1633, "column": 23 } } @@ -81400,16 +81582,16 @@ "object": { "type": "ThisExpression", "range": [ - 45978, - 45982 + 46148, + 46152 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 24 }, "end": { - "line": 1627, + "line": 1633, "column": 28 } } @@ -81418,31 +81600,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 45983, - 45991 + 46153, + 46161 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 29 }, "end": { - "line": 1627, + "line": 1633, "column": 37 } } }, "range": [ - 45978, - 45991 + 46148, + 46161 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 24 }, "end": { - "line": 1627, + "line": 1633, "column": 37 } } @@ -81453,16 +81635,16 @@ "object": { "type": "ThisExpression", "range": [ - 45994, - 45998 + 46164, + 46168 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 40 }, "end": { - "line": 1627, + "line": 1633, "column": 44 } } @@ -81471,92 +81653,92 @@ "type": "Identifier", "name": "id", "range": [ - 45999, - 46001 + 46169, + 46171 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 45 }, "end": { - "line": 1627, + "line": 1633, "column": 47 } } }, "range": [ - 45994, - 46001 + 46164, + 46171 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 40 }, "end": { - "line": 1627, + "line": 1633, "column": 47 } } }, "range": [ - 45978, - 46001 + 46148, + 46171 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 24 }, "end": { - "line": 1627, + "line": 1633, "column": 47 } } } ], "range": [ - 45974, - 46002 + 46144, + 46172 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 20 }, "end": { - "line": 1627, + "line": 1633, "column": 48 } } }, "range": [ - 45962, - 46002 + 46132, + 46172 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 8 }, "end": { - "line": 1627, + "line": 1633, "column": 48 } } }, "range": [ - 45962, - 46003 + 46132, + 46173 ], "loc": { "start": { - "line": 1627, + "line": 1633, "column": 8 }, "end": { - "line": 1627, + "line": 1633, "column": 49 } }, @@ -81565,16 +81747,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 46013, - 46057 + 46183, + 46227 ], "loc": { "start": { - "line": 1629, + "line": 1635, "column": 8 }, "end": { - "line": 1629, + "line": 1635, "column": 52 } } @@ -81590,16 +81772,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 46070, - 46074 + 46240, + 46244 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 12 }, "end": { - "line": 1630, + "line": 1636, "column": 16 } } @@ -81610,16 +81792,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 46077, - 46086 + 46247, + 46256 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 19 }, "end": { - "line": 1630, + "line": 1636, "column": 28 } } @@ -81630,16 +81812,16 @@ "value": "div", "raw": "'div'", "range": [ - 46087, - 46092 + 46257, + 46262 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 29 }, "end": { - "line": 1630, + "line": 1636, "column": 34 } } @@ -81652,16 +81834,16 @@ "value": "id", "raw": "'id'", "range": [ - 46095, - 46099 + 46265, + 46269 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 37 }, "end": { - "line": 1630, + "line": 1636, "column": 41 } } @@ -81675,16 +81857,16 @@ "object": { "type": "ThisExpression", "range": [ - 46101, - 46105 + 46271, + 46275 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 43 }, "end": { - "line": 1630, + "line": 1636, "column": 47 } } @@ -81693,31 +81875,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 46106, - 46114 + 46276, + 46284 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 48 }, "end": { - "line": 1630, + "line": 1636, "column": 56 } } }, "range": [ - 46101, - 46114 + 46271, + 46284 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 43 }, "end": { - "line": 1630, + "line": 1636, "column": 56 } } @@ -81728,16 +81910,16 @@ "object": { "type": "ThisExpression", "range": [ - 46117, - 46121 + 46287, + 46291 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 59 }, "end": { - "line": 1630, + "line": 1636, "column": 63 } } @@ -81746,93 +81928,93 @@ "type": "Identifier", "name": "id", "range": [ - 46122, - 46124 + 46292, + 46294 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 64 }, "end": { - "line": 1630, + "line": 1636, "column": 66 } } }, "range": [ - 46117, - 46124 + 46287, + 46294 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 59 }, "end": { - "line": 1630, + "line": 1636, "column": 66 } } }, "range": [ - 46101, - 46124 + 46271, + 46294 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 43 }, "end": { - "line": 1630, + "line": 1636, "column": 66 } } } ], "range": [ - 46094, - 46125 + 46264, + 46295 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 36 }, "end": { - "line": 1630, + "line": 1636, "column": 67 } } } ], "range": [ - 46077, - 46126 + 46247, + 46296 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 19 }, "end": { - "line": 1630, + "line": 1636, "column": 68 } } }, "range": [ - 46070, - 46126 + 46240, + 46296 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 12 }, "end": { - "line": 1630, + "line": 1636, "column": 68 } } @@ -81840,16 +82022,16 @@ ], "kind": "let", "range": [ - 46066, - 46127 + 46236, + 46297 ], "loc": { "start": { - "line": 1630, + "line": 1636, "column": 8 }, "end": { - "line": 1630, + "line": 1636, "column": 69 } }, @@ -81858,16 +82040,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 46013, - 46057 + 46183, + 46227 ], "loc": { "start": { - "line": 1629, + "line": 1635, "column": 8 }, "end": { - "line": 1629, + "line": 1635, "column": 52 } } @@ -81886,16 +82068,16 @@ "type": "Identifier", "name": "mdiv", "range": [ - 46136, - 46140 + 46306, + 46310 ], "loc": { "start": { - "line": 1631, + "line": 1637, "column": 8 }, "end": { - "line": 1631, + "line": 1637, "column": 12 } } @@ -81904,31 +82086,31 @@ "type": "Identifier", "name": "className", "range": [ - 46141, - 46150 + 46311, + 46320 ], "loc": { "start": { - "line": 1631, + "line": 1637, "column": 13 }, "end": { - "line": 1631, + "line": 1637, "column": 22 } } }, "range": [ - 46136, - 46150 + 46306, + 46320 ], "loc": { "start": { - "line": 1631, + "line": 1637, "column": 8 }, "end": { - "line": 1631, + "line": 1637, "column": 22 } } @@ -81939,16 +82121,16 @@ "object": { "type": "ThisExpression", "range": [ - 46153, - 46157 + 46323, + 46327 ], "loc": { "start": { - "line": 1631, + "line": 1637, "column": 25 }, "end": { - "line": 1631, + "line": 1637, "column": 29 } } @@ -81957,61 +82139,61 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 46158, - 46170 + 46328, + 46340 ], "loc": { "start": { - "line": 1631, + "line": 1637, "column": 30 }, "end": { - "line": 1631, + "line": 1637, "column": 42 } } }, "range": [ - 46153, - 46170 + 46323, + 46340 ], "loc": { "start": { - "line": 1631, + "line": 1637, "column": 25 }, "end": { - "line": 1631, + "line": 1637, "column": 42 } } }, "range": [ - 46136, - 46170 + 46306, + 46340 ], "loc": { "start": { - "line": 1631, + "line": 1637, "column": 8 }, "end": { - "line": 1631, + "line": 1637, "column": 42 } } }, "range": [ - 46136, - 46171 + 46306, + 46341 ], "loc": { "start": { - "line": 1631, + "line": 1637, "column": 8 }, "end": { - "line": 1631, + "line": 1637, "column": 43 } } @@ -82027,16 +82209,16 @@ "type": "Identifier", "name": "infdiv", "range": [ - 46180, - 46186 + 46350, + 46356 ], "loc": { "start": { - "line": 1632, + "line": 1638, "column": 8 }, "end": { - "line": 1632, + "line": 1638, "column": 14 } } @@ -82045,31 +82227,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 46187, - 46198 + 46357, + 46368 ], "loc": { "start": { - "line": 1632, + "line": 1638, "column": 15 }, "end": { - "line": 1632, + "line": 1638, "column": 26 } } }, "range": [ - 46180, - 46198 + 46350, + 46368 ], "loc": { "start": { - "line": 1632, + "line": 1638, "column": 8 }, "end": { - "line": 1632, + "line": 1638, "column": 26 } } @@ -82079,47 +82261,47 @@ "type": "Identifier", "name": "mdiv", "range": [ - 46199, - 46203 + 46369, + 46373 ], "loc": { "start": { - "line": 1632, + "line": 1638, "column": 27 }, "end": { - "line": 1632, + "line": 1638, "column": 31 } } } ], "range": [ - 46180, - 46204 + 46350, + 46374 ], "loc": { "start": { - "line": 1632, + "line": 1638, "column": 8 }, "end": { - "line": 1632, + "line": 1638, "column": 32 } } }, "range": [ - 46180, - 46205 + 46350, + 46375 ], "loc": { "start": { - "line": 1632, + "line": 1638, "column": 8 }, "end": { - "line": 1632, + "line": 1638, "column": 33 } } @@ -82135,16 +82317,16 @@ "object": { "type": "ThisExpression", "range": [ - 46214, - 46218 + 46384, + 46388 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 8 }, "end": { - "line": 1633, + "line": 1639, "column": 12 } } @@ -82153,31 +82335,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 46219, - 46223 + 46389, + 46393 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 13 }, "end": { - "line": 1633, + "line": 1639, "column": 17 } } }, "range": [ - 46214, - 46223 + 46384, + 46393 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 8 }, "end": { - "line": 1633, + "line": 1639, "column": 17 } } @@ -82188,16 +82370,16 @@ "type": "Identifier", "name": "elm", "range": [ - 46226, - 46229 + 46396, + 46399 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 20 }, "end": { - "line": 1633, + "line": 1639, "column": 23 } } @@ -82212,16 +82394,16 @@ "object": { "type": "ThisExpression", "range": [ - 46230, - 46234 + 46400, + 46404 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 24 }, "end": { - "line": 1633, + "line": 1639, "column": 28 } } @@ -82230,31 +82412,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 46235, - 46243 + 46405, + 46413 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 29 }, "end": { - "line": 1633, + "line": 1639, "column": 37 } } }, "range": [ - 46230, - 46243 + 46400, + 46413 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 24 }, "end": { - "line": 1633, + "line": 1639, "column": 37 } } @@ -82265,16 +82447,16 @@ "object": { "type": "ThisExpression", "range": [ - 46246, - 46250 + 46416, + 46420 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 40 }, "end": { - "line": 1633, + "line": 1639, "column": 44 } } @@ -82283,92 +82465,92 @@ "type": "Identifier", "name": "id", "range": [ - 46251, - 46253 + 46421, + 46423 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 45 }, "end": { - "line": 1633, + "line": 1639, "column": 47 } } }, "range": [ - 46246, - 46253 + 46416, + 46423 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 40 }, "end": { - "line": 1633, + "line": 1639, "column": 47 } } }, "range": [ - 46230, - 46253 + 46400, + 46423 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 24 }, "end": { - "line": 1633, + "line": 1639, "column": 47 } } } ], "range": [ - 46226, - 46254 + 46396, + 46424 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 20 }, "end": { - "line": 1633, + "line": 1639, "column": 48 } } }, "range": [ - 46214, - 46254 + 46384, + 46424 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 8 }, "end": { - "line": 1633, + "line": 1639, "column": 48 } } }, "range": [ - 46214, - 46255 + 46384, + 46425 ], "loc": { "start": { - "line": 1633, + "line": 1639, "column": 8 }, "end": { - "line": 1633, + "line": 1639, "column": 49 } }, @@ -82377,16 +82559,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 46265, - 46310 + 46435, + 46480 ], "loc": { "start": { - "line": 1635, + "line": 1641, "column": 8 }, "end": { - "line": 1635, + "line": 1641, "column": 53 } } @@ -82401,16 +82583,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 46323, - 46330 + 46493, + 46500 ], "loc": { "start": { - "line": 1636, + "line": 1642, "column": 12 }, "end": { - "line": 1636, + "line": 1642, "column": 19 } } @@ -82422,16 +82604,16 @@ "object": { "type": "ThisExpression", "range": [ - 46331, - 46335 + 46501, + 46505 ], "loc": { "start": { - "line": 1636, + "line": 1642, "column": 20 }, "end": { - "line": 1636, + "line": 1642, "column": 24 } } @@ -82440,47 +82622,47 @@ "type": "Identifier", "name": "help", "range": [ - 46336, - 46340 + 46506, + 46510 ], "loc": { "start": { - "line": 1636, + "line": 1642, "column": 25 }, "end": { - "line": 1636, + "line": 1642, "column": 29 } } }, "range": [ - 46331, - 46340 + 46501, + 46510 ], "loc": { "start": { - "line": 1636, + "line": 1642, "column": 20 }, "end": { - "line": 1636, + "line": 1642, "column": 29 } } } ], "range": [ - 46323, - 46341 + 46493, + 46511 ], "loc": { "start": { - "line": 1636, + "line": 1642, "column": 12 }, "end": { - "line": 1636, + "line": 1642, "column": 30 } } @@ -82505,16 +82687,16 @@ "object": { "type": "ThisExpression", "range": [ - 46485, - 46489 + 46655, + 46659 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 12 }, "end": { - "line": 1639, + "line": 1645, "column": 16 } } @@ -82523,31 +82705,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 46490, - 46493 + 46660, + 46663 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 17 }, "end": { - "line": 1639, + "line": 1645, "column": 20 } } }, "range": [ - 46485, - 46493 + 46655, + 46663 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 12 }, "end": { - "line": 1639, + "line": 1645, "column": 20 } } @@ -82556,31 +82738,31 @@ "type": "Identifier", "name": "help", "range": [ - 46494, - 46498 + 46664, + 46668 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 21 }, "end": { - "line": 1639, + "line": 1645, "column": 25 } } }, "range": [ - 46485, - 46498 + 46655, + 46668 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 12 }, "end": { - "line": 1639, + "line": 1645, "column": 25 } } @@ -82589,31 +82771,31 @@ "type": "Identifier", "name": "enabled", "range": [ - 46499, - 46506 + 46669, + 46676 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 26 }, "end": { - "line": 1639, + "line": 1645, "column": 33 } } }, "range": [ - 46485, - 46506 + 46655, + 46676 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 12 }, "end": { - "line": 1639, + "line": 1645, "column": 33 } } @@ -82623,46 +82805,46 @@ "value": true, "raw": "true", "range": [ - 46509, - 46513 + 46679, + 46683 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 36 }, "end": { - "line": 1639, + "line": 1645, "column": 40 } } }, "range": [ - 46485, - 46513 + 46655, + 46683 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 12 }, "end": { - "line": 1639, + "line": 1645, "column": 40 } } }, "range": [ - 46485, - 46514 + 46655, + 46684 ], "loc": { "start": { - "line": 1639, + "line": 1645, "column": 12 }, "end": { - "line": 1639, + "line": 1645, "column": 41 } }, @@ -82671,16 +82853,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 46357, - 46419 + 46527, + 46589 ], "loc": { "start": { - "line": 1637, + "line": 1643, "column": 12 }, "end": { - "line": 1637, + "line": 1643, "column": 74 } } @@ -82689,16 +82871,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 46432, - 46472 + 46602, + 46642 ], "loc": { "start": { - "line": 1638, + "line": 1644, "column": 12 }, "end": { - "line": 1638, + "line": 1644, "column": 52 } } @@ -82718,16 +82900,16 @@ "object": { "type": "ThisExpression", "range": [ - 46527, - 46531 + 46697, + 46701 ], "loc": { "start": { - "line": 1640, + "line": 1646, "column": 12 }, "end": { - "line": 1640, + "line": 1646, "column": 16 } } @@ -82736,31 +82918,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 46532, - 46539 + 46702, + 46709 ], "loc": { "start": { - "line": 1640, + "line": 1646, "column": 17 }, "end": { - "line": 1640, + "line": 1646, "column": 24 } } }, "range": [ - 46527, - 46539 + 46697, + 46709 ], "loc": { "start": { - "line": 1640, + "line": 1646, "column": 12 }, "end": { - "line": 1640, + "line": 1646, "column": 24 } } @@ -82769,31 +82951,31 @@ "type": "Identifier", "name": "emit", "range": [ - 46540, - 46544 + 46710, + 46714 ], "loc": { "start": { - "line": 1640, + "line": 1646, "column": 25 }, "end": { - "line": 1640, + "line": 1646, "column": 29 } } }, "range": [ - 46527, - 46544 + 46697, + 46714 ], "loc": { "start": { - "line": 1640, + "line": 1646, "column": 12 }, "end": { - "line": 1640, + "line": 1646, "column": 29 } } @@ -82804,16 +82986,16 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 46545, - 46556 + 46715, + 46726 ], "loc": { "start": { - "line": 1640, + "line": 1646, "column": 30 }, "end": { - "line": 1640, + "line": 1646, "column": 41 } } @@ -82821,79 +83003,79 @@ { "type": "ThisExpression", "range": [ - 46558, - 46562 + 46728, + 46732 ], "loc": { "start": { - "line": 1640, + "line": 1646, "column": 43 }, "end": { - "line": 1640, + "line": 1646, "column": 47 } } } ], "range": [ - 46527, - 46563 + 46697, + 46733 ], "loc": { "start": { - "line": 1640, + "line": 1646, "column": 12 }, "end": { - "line": 1640, + "line": 1646, "column": 48 } } }, "range": [ - 46527, - 46564 + 46697, + 46734 ], "loc": { "start": { - "line": 1640, + "line": 1646, "column": 12 }, "end": { - "line": 1640, + "line": 1646, "column": 49 } } } ], "range": [ - 46343, - 46574 + 46513, + 46744 ], "loc": { "start": { - "line": 1636, + "line": 1642, "column": 32 }, "end": { - "line": 1641, + "line": 1647, "column": 9 } } }, "alternate": null, "range": [ - 46319, - 46574 + 46489, + 46744 ], "loc": { "start": { - "line": 1636, + "line": 1642, "column": 8 }, "end": { - "line": 1641, + "line": 1647, "column": 9 } }, @@ -82902,16 +83084,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 46265, - 46310 + 46435, + 46480 ], "loc": { "start": { - "line": 1635, + "line": 1641, "column": 8 }, "end": { - "line": 1635, + "line": 1641, "column": 53 } } @@ -82920,16 +83102,16 @@ } ], "range": [ - 44602, - 46580 + 44772, + 46750 ], "loc": { "start": { - "line": 1589, + "line": 1595, "column": 17 }, "end": { - "line": 1642, + "line": 1648, "column": 5 } } @@ -82937,16 +83119,16 @@ "generator": false, "expression": false, "range": [ - 44599, - 46580 + 44769, + 46750 ], "loc": { "start": { - "line": 1589, + "line": 1595, "column": 14 }, "end": { - "line": 1642, + "line": 1648, "column": 5 } } @@ -82954,16 +83136,16 @@ "kind": "method", "computed": false, "range": [ - 44589, - 46580 + 44759, + 46750 ], "loc": { "start": { - "line": 1589, + "line": 1595, "column": 4 }, "end": { - "line": 1642, + "line": 1648, "column": 5 } }, @@ -82972,16 +83154,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 44495, - 44584 + 44665, + 44754 ], "loc": { "start": { - "line": 1586, + "line": 1592, "column": 4 }, "end": { - "line": 1588, + "line": 1594, "column": 7 } } @@ -82992,16 +83174,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 46586, - 46637 + 46756, + 46807 ], "loc": { "start": { - "line": 1644, + "line": 1650, "column": 4 }, "end": { - "line": 1646, + "line": 1652, "column": 7 } } @@ -83015,16 +83197,16 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 46642, - 46655 + 46812, + 46825 ], "loc": { "start": { - "line": 1647, + "line": 1653, "column": 4 }, "end": { - "line": 1647, + "line": 1653, "column": 17 } } @@ -83047,16 +83229,16 @@ "object": { "type": "ThisExpression", "range": [ - 46673, - 46677 + 46843, + 46847 ], "loc": { "start": { - "line": 1648, + "line": 1654, "column": 13 }, "end": { - "line": 1648, + "line": 1654, "column": 17 } } @@ -83065,47 +83247,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46678, - 46684 + 46848, + 46854 ], "loc": { "start": { - "line": 1648, + "line": 1654, "column": 18 }, "end": { - "line": 1648, + "line": 1654, "column": 24 } } }, "range": [ - 46673, - 46684 + 46843, + 46854 ], "loc": { "start": { - "line": 1648, + "line": 1654, "column": 13 }, "end": { - "line": 1648, + "line": 1654, "column": 24 } } }, "prefix": true, "range": [ - 46672, - 46684 + 46842, + 46854 ], "loc": { "start": { - "line": 1648, + "line": 1654, "column": 12 }, "end": { - "line": 1648, + "line": 1654, "column": 24 } } @@ -83117,48 +83299,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 46700, - 46707 + 46870, + 46877 ], "loc": { "start": { - "line": 1649, + "line": 1655, "column": 12 }, "end": { - "line": 1649, + "line": 1655, "column": 19 } } } ], "range": [ - 46686, - 46717 + 46856, + 46887 ], "loc": { "start": { - "line": 1648, + "line": 1654, "column": 26 }, "end": { - "line": 1650, + "line": 1656, "column": 9 } } }, "alternate": null, "range": [ - 46668, - 46717 + 46838, + 46887 ], "loc": { "start": { - "line": 1648, + "line": 1654, "column": 8 }, "end": { - "line": 1650, + "line": 1656, "column": 9 } } @@ -83171,16 +83353,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 46726, - 46735 + 46896, + 46905 ], "loc": { "start": { - "line": 1651, + "line": 1657, "column": 8 }, "end": { - "line": 1651, + "line": 1657, "column": 17 } } @@ -83192,16 +83374,16 @@ "object": { "type": "ThisExpression", "range": [ - 46736, - 46740 + 46906, + 46910 ], "loc": { "start": { - "line": 1651, + "line": 1657, "column": 18 }, "end": { - "line": 1651, + "line": 1657, "column": 22 } } @@ -83210,62 +83392,62 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46741, - 46747 + 46911, + 46917 ], "loc": { "start": { - "line": 1651, + "line": 1657, "column": 23 }, "end": { - "line": 1651, + "line": 1657, "column": 29 } } }, "range": [ - 46736, - 46747 + 46906, + 46917 ], "loc": { "start": { - "line": 1651, + "line": 1657, "column": 18 }, "end": { - "line": 1651, + "line": 1657, "column": 29 } } } ], "range": [ - 46726, - 46748 + 46896, + 46918 ], "loc": { "start": { - "line": 1651, + "line": 1657, "column": 8 }, "end": { - "line": 1651, + "line": 1657, "column": 30 } } }, "range": [ - 46726, - 46749 + 46896, + 46919 ], "loc": { "start": { - "line": 1651, + "line": 1657, "column": 8 }, "end": { - "line": 1651, + "line": 1657, "column": 31 } } @@ -83281,16 +83463,16 @@ "object": { "type": "ThisExpression", "range": [ - 46758, - 46762 + 46928, + 46932 ], "loc": { "start": { - "line": 1652, + "line": 1658, "column": 8 }, "end": { - "line": 1652, + "line": 1658, "column": 12 } } @@ -83299,31 +83481,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46763, - 46769 + 46933, + 46939 ], "loc": { "start": { - "line": 1652, + "line": 1658, "column": 13 }, "end": { - "line": 1652, + "line": 1658, "column": 19 } } }, "range": [ - 46758, - 46769 + 46928, + 46939 ], "loc": { "start": { - "line": 1652, + "line": 1658, "column": 8 }, "end": { - "line": 1652, + "line": 1658, "column": 19 } } @@ -83333,46 +83515,46 @@ "value": null, "raw": "null", "range": [ - 46772, - 46776 + 46942, + 46946 ], "loc": { "start": { - "line": 1652, + "line": 1658, "column": 22 }, "end": { - "line": 1652, + "line": 1658, "column": 26 } } }, "range": [ - 46758, - 46776 + 46928, + 46946 ], "loc": { "start": { - "line": 1652, + "line": 1658, "column": 8 }, "end": { - "line": 1652, + "line": 1658, "column": 26 } } }, "range": [ - 46758, - 46777 + 46928, + 46947 ], "loc": { "start": { - "line": 1652, + "line": 1658, "column": 8 }, "end": { - "line": 1652, + "line": 1658, "column": 27 } } @@ -83386,16 +83568,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46791, - 46794 + 46961, + 46964 ], "loc": { "start": { - "line": 1654, + "line": 1660, "column": 12 }, "end": { - "line": 1654, + "line": 1660, "column": 15 } } @@ -83406,16 +83588,16 @@ "object": { "type": "ThisExpression", "range": [ - 46797, - 46801 + 46967, + 46971 ], "loc": { "start": { - "line": 1654, + "line": 1660, "column": 18 }, "end": { - "line": 1654, + "line": 1660, "column": 22 } } @@ -83424,46 +83606,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 46802, - 46805 + 46972, + 46975 ], "loc": { "start": { - "line": 1654, + "line": 1660, "column": 23 }, "end": { - "line": 1654, + "line": 1660, "column": 26 } } }, "range": [ - 46797, - 46805 + 46967, + 46975 ], "loc": { "start": { - "line": 1654, + "line": 1660, "column": 18 }, "end": { - "line": 1654, + "line": 1660, "column": 26 } } }, "range": [ - 46791, - 46805 + 46961, + 46975 ], "loc": { "start": { - "line": 1654, + "line": 1660, "column": 12 }, "end": { - "line": 1654, + "line": 1660, "column": 26 } } @@ -83471,16 +83653,16 @@ ], "kind": "let", "range": [ - 46787, - 46806 + 46957, + 46976 ], "loc": { "start": { - "line": 1654, + "line": 1660, "column": 8 }, "end": { - "line": 1654, + "line": 1660, "column": 27 } } @@ -83494,16 +83676,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46819, - 46827 + 46989, + 46997 ], "loc": { "start": { - "line": 1655, + "line": 1661, "column": 12 }, "end": { - "line": 1655, + "line": 1661, "column": 20 } } @@ -83514,16 +83696,16 @@ "type": "Identifier", "name": "tag", "range": [ - 46830, - 46833 + 47000, + 47003 ], "loc": { "start": { - "line": 1655, + "line": 1661, "column": 23 }, "end": { - "line": 1655, + "line": 1661, "column": 26 } } @@ -83533,16 +83715,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46834, - 46837 + 47004, + 47007 ], "loc": { "start": { - "line": 1655, + "line": 1661, "column": 27 }, "end": { - "line": 1655, + "line": 1661, "column": 30 } } @@ -83552,47 +83734,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 46839, - 46848 + 47009, + 47018 ], "loc": { "start": { - "line": 1655, + "line": 1661, "column": 32 }, "end": { - "line": 1655, + "line": 1661, "column": 41 } } } ], "range": [ - 46830, - 46849 + 47000, + 47019 ], "loc": { "start": { - "line": 1655, + "line": 1661, "column": 23 }, "end": { - "line": 1655, + "line": 1661, "column": 42 } } }, "range": [ - 46819, - 46849 + 46989, + 47019 ], "loc": { "start": { - "line": 1655, + "line": 1661, "column": 12 }, "end": { - "line": 1655, + "line": 1661, "column": 42 } } @@ -83600,16 +83782,16 @@ ], "kind": "let", "range": [ - 46815, - 46850 + 46985, + 47020 ], "loc": { "start": { - "line": 1655, + "line": 1661, "column": 8 }, "end": { - "line": 1655, + "line": 1661, "column": 43 } } @@ -83626,16 +83808,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46863, - 46871 + 47033, + 47041 ], "loc": { "start": { - "line": 1656, + "line": 1662, "column": 12 }, "end": { - "line": 1656, + "line": 1662, "column": 20 } } @@ -83644,31 +83826,31 @@ "type": "Identifier", "name": "length", "range": [ - 46872, - 46878 + 47042, + 47048 ], "loc": { "start": { - "line": 1656, + "line": 1662, "column": 21 }, "end": { - "line": 1656, + "line": 1662, "column": 27 } } }, "range": [ - 46863, - 46878 + 47033, + 47048 ], "loc": { "start": { - "line": 1656, + "line": 1662, "column": 12 }, "end": { - "line": 1656, + "line": 1662, "column": 27 } } @@ -83678,31 +83860,31 @@ "value": 0, "raw": "0", "range": [ - 46881, - 46882 + 47051, + 47052 ], "loc": { "start": { - "line": 1656, + "line": 1662, "column": 30 }, "end": { - "line": 1656, + "line": 1662, "column": 31 } } }, "range": [ - 46863, - 46882 + 47033, + 47052 ], "loc": { "start": { - "line": 1656, + "line": 1662, "column": 12 }, "end": { - "line": 1656, + "line": 1662, "column": 31 } } @@ -83724,16 +83906,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 46898, - 46900 + 47068, + 47070 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 12 }, "end": { - "line": 1657, + "line": 1663, "column": 14 } } @@ -83742,31 +83924,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 46901, - 46908 + 47071, + 47078 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 15 }, "end": { - "line": 1657, + "line": 1663, "column": 22 } } }, "range": [ - 46898, - 46908 + 47068, + 47078 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 12 }, "end": { - "line": 1657, + "line": 1663, "column": 22 } } @@ -83775,31 +83957,31 @@ "type": "Identifier", "name": "call", "range": [ - 46909, - 46913 + 47079, + 47083 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 23 }, "end": { - "line": 1657, + "line": 1663, "column": 27 } } }, "range": [ - 46898, - 46913 + 47068, + 47083 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 12 }, "end": { - "line": 1657, + "line": 1663, "column": 27 } } @@ -83809,16 +83991,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46914, - 46922 + 47084, + 47092 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 28 }, "end": { - "line": 1657, + "line": 1663, "column": 36 } } @@ -83831,16 +84013,16 @@ "type": "Identifier", "name": "elm", "range": [ - 46925, - 46928 + 47095, + 47098 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 39 }, "end": { - "line": 1657, + "line": 1663, "column": 42 } } @@ -83855,16 +84037,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46933, - 46936 + 47103, + 47106 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 47 }, "end": { - "line": 1657, + "line": 1663, "column": 50 } } @@ -83873,31 +84055,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 46937, - 46948 + 47107, + 47118 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 51 }, "end": { - "line": 1657, + "line": 1663, "column": 62 } } }, "range": [ - 46933, - 46948 + 47103, + 47118 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 47 }, "end": { - "line": 1657, + "line": 1663, "column": 62 } } @@ -83907,32 +84089,32 @@ "type": "Identifier", "name": "elm", "range": [ - 46949, - 46952 + 47119, + 47122 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 63 }, "end": { - "line": 1657, + "line": 1663, "column": 66 } } } ], "range": [ - 46933, - 46953 + 47103, + 47123 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 47 }, "end": { - "line": 1657, + "line": 1663, "column": 67 } } @@ -83940,95 +84122,95 @@ "generator": false, "expression": true, "range": [ - 46924, - 46953 + 47094, + 47123 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 38 }, "end": { - "line": 1657, + "line": 1663, "column": 67 } } } ], "range": [ - 46898, - 46954 + 47068, + 47124 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 12 }, "end": { - "line": 1657, + "line": 1663, "column": 68 } } }, "range": [ - 46898, - 46955 + 47068, + 47125 ], "loc": { "start": { - "line": 1657, + "line": 1663, "column": 12 }, "end": { - "line": 1657, + "line": 1663, "column": 69 } } } ], "range": [ - 46884, - 46965 + 47054, + 47135 ], "loc": { "start": { - "line": 1656, + "line": 1662, "column": 33 }, "end": { - "line": 1658, + "line": 1664, "column": 9 } } }, "alternate": null, "range": [ - 46859, - 46965 + 47029, + 47135 ], "loc": { "start": { - "line": 1656, + "line": 1662, "column": 8 }, "end": { - "line": 1658, + "line": 1664, "column": 9 } } } ], "range": [ - 46658, - 46971 + 46828, + 47141 ], "loc": { "start": { - "line": 1647, + "line": 1653, "column": 20 }, "end": { - "line": 1659, + "line": 1665, "column": 5 } } @@ -84036,16 +84218,16 @@ "generator": false, "expression": false, "range": [ - 46655, - 46971 + 46825, + 47141 ], "loc": { "start": { - "line": 1647, + "line": 1653, "column": 17 }, "end": { - "line": 1659, + "line": 1665, "column": 5 } } @@ -84053,16 +84235,16 @@ "kind": "method", "computed": false, "range": [ - 46642, - 46971 + 46812, + 47141 ], "loc": { "start": { - "line": 1647, + "line": 1653, "column": 4 }, "end": { - "line": 1659, + "line": 1665, "column": 5 } }, @@ -84071,16 +84253,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 46586, - 46637 + 46756, + 46807 ], "loc": { "start": { - "line": 1644, + "line": 1650, "column": 4 }, "end": { - "line": 1646, + "line": 1652, "column": 7 } } @@ -84091,16 +84273,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46977, - 47034 + 47147, + 47204 ], "loc": { "start": { - "line": 1661, + "line": 1667, "column": 4 }, "end": { - "line": 1663, + "line": 1669, "column": 7 } } @@ -84114,16 +84296,16 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 47039, - 47057 + 47209, + 47227 ], "loc": { "start": { - "line": 1664, + "line": 1670, "column": 4 }, "end": { - "line": 1664, + "line": 1670, "column": 22 } } @@ -84146,16 +84328,16 @@ "object": { "type": "ThisExpression", "range": [ - 47075, - 47079 + 47245, + 47249 ], "loc": { "start": { - "line": 1665, + "line": 1671, "column": 13 }, "end": { - "line": 1665, + "line": 1671, "column": 17 } } @@ -84164,47 +84346,47 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 47080, - 47093 + 47250, + 47263 ], "loc": { "start": { - "line": 1665, + "line": 1671, "column": 18 }, "end": { - "line": 1665, + "line": 1671, "column": 31 } } }, "range": [ - 47075, - 47093 + 47245, + 47263 ], "loc": { "start": { - "line": 1665, + "line": 1671, "column": 13 }, "end": { - "line": 1665, + "line": 1671, "column": 31 } } }, "prefix": true, "range": [ - 47074, - 47093 + 47244, + 47263 ], "loc": { "start": { - "line": 1665, + "line": 1671, "column": 12 }, "end": { - "line": 1665, + "line": 1671, "column": 31 } } @@ -84216,48 +84398,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 47109, - 47116 + 47279, + 47286 ], "loc": { "start": { - "line": 1666, + "line": 1672, "column": 12 }, "end": { - "line": 1666, + "line": 1672, "column": 19 } } } ], "range": [ - 47095, - 47126 + 47265, + 47296 ], "loc": { "start": { - "line": 1665, + "line": 1671, "column": 33 }, "end": { - "line": 1667, + "line": 1673, "column": 9 } } }, "alternate": null, "range": [ - 47070, - 47126 + 47240, + 47296 ], "loc": { "start": { - "line": 1665, + "line": 1671, "column": 8 }, "end": { - "line": 1667, + "line": 1673, "column": 9 } } @@ -84271,16 +84453,16 @@ "type": "Identifier", "name": "ids", "range": [ - 47139, - 47142 + 47309, + 47312 ], "loc": { "start": { - "line": 1668, + "line": 1674, "column": 12 }, "end": { - "line": 1668, + "line": 1674, "column": 15 } } @@ -84291,16 +84473,16 @@ "object": { "type": "ThisExpression", "range": [ - 47145, - 47149 + 47315, + 47319 ], "loc": { "start": { - "line": 1668, + "line": 1674, "column": 18 }, "end": { - "line": 1668, + "line": 1674, "column": 22 } } @@ -84309,46 +84491,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 47150, - 47167 + 47320, + 47337 ], "loc": { "start": { - "line": 1668, + "line": 1674, "column": 23 }, "end": { - "line": 1668, + "line": 1674, "column": 40 } } }, "range": [ - 47145, - 47167 + 47315, + 47337 ], "loc": { "start": { - "line": 1668, + "line": 1674, "column": 18 }, "end": { - "line": 1668, + "line": 1674, "column": 40 } } }, "range": [ - 47139, - 47167 + 47309, + 47337 ], "loc": { "start": { - "line": 1668, + "line": 1674, "column": 12 }, "end": { - "line": 1668, + "line": 1674, "column": 40 } } @@ -84359,16 +84541,16 @@ "type": "Identifier", "name": "len", "range": [ - 47181, - 47184 + 47351, + 47354 ], "loc": { "start": { - "line": 1669, + "line": 1675, "column": 12 }, "end": { - "line": 1669, + "line": 1675, "column": 15 } } @@ -84380,16 +84562,16 @@ "type": "Identifier", "name": "ids", "range": [ - 47187, - 47190 + 47357, + 47360 ], "loc": { "start": { - "line": 1669, + "line": 1675, "column": 18 }, "end": { - "line": 1669, + "line": 1675, "column": 21 } } @@ -84398,46 +84580,46 @@ "type": "Identifier", "name": "length", "range": [ - 47191, - 47197 + 47361, + 47367 ], "loc": { "start": { - "line": 1669, + "line": 1675, "column": 22 }, "end": { - "line": 1669, + "line": 1675, "column": 28 } } }, "range": [ - 47187, - 47197 + 47357, + 47367 ], "loc": { "start": { - "line": 1669, + "line": 1675, "column": 18 }, "end": { - "line": 1669, + "line": 1675, "column": 28 } } }, "range": [ - 47181, - 47197 + 47351, + 47367 ], "loc": { "start": { - "line": 1669, + "line": 1675, "column": 12 }, "end": { - "line": 1669, + "line": 1675, "column": 28 } } @@ -84445,16 +84627,16 @@ ], "kind": "let", "range": [ - 47135, - 47198 + 47305, + 47368 ], "loc": { "start": { - "line": 1668, + "line": 1674, "column": 8 }, "end": { - "line": 1669, + "line": 1675, "column": 29 } } @@ -84470,16 +84652,16 @@ "type": "Identifier", "name": "ct", "range": [ - 47216, - 47218 + 47386, + 47388 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 17 }, "end": { - "line": 1670, + "line": 1676, "column": 19 } } @@ -84489,31 +84671,31 @@ "value": 0, "raw": "0", "range": [ - 47221, - 47222 + 47391, + 47392 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 22 }, "end": { - "line": 1670, + "line": 1676, "column": 23 } } }, "range": [ - 47216, - 47222 + 47386, + 47392 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 17 }, "end": { - "line": 1670, + "line": 1676, "column": 23 } } @@ -84521,16 +84703,16 @@ ], "kind": "let", "range": [ - 47212, - 47222 + 47382, + 47392 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 13 }, "end": { - "line": 1670, + "line": 1676, "column": 23 } } @@ -84542,16 +84724,16 @@ "type": "Identifier", "name": "ct", "range": [ - 47224, - 47226 + 47394, + 47396 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 25 }, "end": { - "line": 1670, + "line": 1676, "column": 27 } } @@ -84560,31 +84742,31 @@ "type": "Identifier", "name": "len", "range": [ - 47229, - 47232 + 47399, + 47402 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 30 }, "end": { - "line": 1670, + "line": 1676, "column": 33 } } }, "range": [ - 47224, - 47232 + 47394, + 47402 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 25 }, "end": { - "line": 1670, + "line": 1676, "column": 33 } } @@ -84596,32 +84778,32 @@ "type": "Identifier", "name": "ct", "range": [ - 47234, - 47236 + 47404, + 47406 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 35 }, "end": { - "line": 1670, + "line": 1676, "column": 37 } } }, "prefix": false, "range": [ - 47234, - 47238 + 47404, + 47408 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 35 }, "end": { - "line": 1670, + "line": 1676, "column": 39 } } @@ -84638,16 +84820,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 47258, - 47274 + 47428, + 47444 ], "loc": { "start": { - "line": 1671, + "line": 1677, "column": 16 }, "end": { - "line": 1671, + "line": 1677, "column": 32 } } @@ -84659,16 +84841,16 @@ "type": "Identifier", "name": "ids", "range": [ - 47277, - 47280 + 47447, + 47450 ], "loc": { "start": { - "line": 1671, + "line": 1677, "column": 35 }, "end": { - "line": 1671, + "line": 1677, "column": 38 } } @@ -84677,46 +84859,46 @@ "type": "Identifier", "name": "ct", "range": [ - 47281, - 47283 + 47451, + 47453 ], "loc": { "start": { - "line": 1671, + "line": 1677, "column": 39 }, "end": { - "line": 1671, + "line": 1677, "column": 41 } } }, "range": [ - 47277, - 47284 + 47447, + 47454 ], "loc": { "start": { - "line": 1671, + "line": 1677, "column": 35 }, "end": { - "line": 1671, + "line": 1677, "column": 42 } } }, "range": [ - 47258, - 47284 + 47428, + 47454 ], "loc": { "start": { - "line": 1671, + "line": 1677, "column": 16 }, "end": { - "line": 1671, + "line": 1677, "column": 42 } } @@ -84727,16 +84909,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 47302, - 47313 + 47472, + 47483 ], "loc": { "start": { - "line": 1672, + "line": 1678, "column": 16 }, "end": { - "line": 1672, + "line": 1678, "column": 27 } } @@ -84747,16 +84929,16 @@ "type": "Identifier", "name": "elm", "range": [ - 47316, - 47319 + 47486, + 47489 ], "loc": { "start": { - "line": 1672, + "line": 1678, "column": 30 }, "end": { - "line": 1672, + "line": 1678, "column": 33 } } @@ -84766,47 +84948,47 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 47320, - 47336 + 47490, + 47506 ], "loc": { "start": { - "line": 1672, + "line": 1678, "column": 34 }, "end": { - "line": 1672, + "line": 1678, "column": 50 } } } ], "range": [ - 47316, - 47337 + 47486, + 47507 ], "loc": { "start": { - "line": 1672, + "line": 1678, "column": 30 }, "end": { - "line": 1672, + "line": 1678, "column": 51 } } }, "range": [ - 47302, - 47337 + 47472, + 47507 ], "loc": { "start": { - "line": 1672, + "line": 1678, "column": 16 }, "end": { - "line": 1672, + "line": 1678, "column": 51 } } @@ -84814,16 +84996,16 @@ ], "kind": "let", "range": [ - 47254, - 47338 + 47424, + 47508 ], "loc": { "start": { - "line": 1671, + "line": 1677, "column": 12 }, "end": { - "line": 1672, + "line": 1678, "column": 52 } } @@ -84834,16 +85016,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 47355, - 47366 + 47525, + 47536 ], "loc": { "start": { - "line": 1673, + "line": 1679, "column": 16 }, "end": { - "line": 1673, + "line": 1679, "column": 27 } } @@ -84863,16 +85045,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 47386, - 47397 + 47556, + 47567 ], "loc": { "start": { - "line": 1674, + "line": 1680, "column": 16 }, "end": { - "line": 1674, + "line": 1680, "column": 27 } } @@ -84881,31 +85063,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 47398, - 47407 + 47568, + 47577 ], "loc": { "start": { - "line": 1674, + "line": 1680, "column": 28 }, "end": { - "line": 1674, + "line": 1680, "column": 37 } } }, "range": [ - 47386, - 47407 + 47556, + 47577 ], "loc": { "start": { - "line": 1674, + "line": 1680, "column": 16 }, "end": { - "line": 1674, + "line": 1680, "column": 37 } } @@ -84915,125 +85097,125 @@ "value": "", "raw": "''", "range": [ - 47410, - 47412 + 47580, + 47582 ], "loc": { "start": { - "line": 1674, + "line": 1680, "column": 40 }, "end": { - "line": 1674, + "line": 1680, "column": 42 } } }, "range": [ - 47386, - 47412 + 47556, + 47582 ], "loc": { "start": { - "line": 1674, + "line": 1680, "column": 16 }, "end": { - "line": 1674, + "line": 1680, "column": 42 } } }, "range": [ - 47386, - 47413 + 47556, + 47583 ], "loc": { "start": { - "line": 1674, + "line": 1680, "column": 16 }, "end": { - "line": 1674, + "line": 1680, "column": 43 } } } ], "range": [ - 47368, - 47427 + 47538, + 47597 ], "loc": { "start": { - "line": 1673, + "line": 1679, "column": 29 }, "end": { - "line": 1675, + "line": 1681, "column": 13 } } }, "alternate": null, "range": [ - 47351, - 47427 + 47521, + 47597 ], "loc": { "start": { - "line": 1673, + "line": 1679, "column": 12 }, "end": { - "line": 1675, + "line": 1681, "column": 13 } } } ], "range": [ - 47240, - 47437 + 47410, + 47607 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 41 }, "end": { - "line": 1676, + "line": 1682, "column": 9 } } }, "range": [ - 47207, - 47437 + 47377, + 47607 ], "loc": { "start": { - "line": 1670, + "line": 1676, "column": 8 }, "end": { - "line": 1676, + "line": 1682, "column": 9 } } } ], "range": [ - 47060, - 47443 + 47230, + 47613 ], "loc": { "start": { - "line": 1664, + "line": 1670, "column": 25 }, "end": { - "line": 1677, + "line": 1683, "column": 5 } } @@ -85041,16 +85223,16 @@ "generator": false, "expression": false, "range": [ - 47057, - 47443 + 47227, + 47613 ], "loc": { "start": { - "line": 1664, + "line": 1670, "column": 22 }, "end": { - "line": 1677, + "line": 1683, "column": 5 } } @@ -85058,16 +85240,16 @@ "kind": "method", "computed": false, "range": [ - 47039, - 47443 + 47209, + 47613 ], "loc": { "start": { - "line": 1664, + "line": 1670, "column": 4 }, "end": { - "line": 1677, + "line": 1683, "column": 5 } }, @@ -85076,16 +85258,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46977, - 47034 + 47147, + 47204 ], "loc": { "start": { - "line": 1661, + "line": 1667, "column": 4 }, "end": { - "line": 1663, + "line": 1669, "column": 7 } } @@ -85096,16 +85278,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": [ - 47449, - 47603 + 47619, + 47773 ], "loc": { "start": { - "line": 1679, + "line": 1685, "column": 4 }, "end": { - "line": 1683, + "line": 1689, "column": 7 } } @@ -85119,16 +85301,16 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 47608, - 47623 + 47778, + 47793 ], "loc": { "start": { - "line": 1684, + "line": 1690, "column": 4 }, "end": { - "line": 1684, + "line": 1690, "column": 19 } } @@ -85141,16 +85323,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47624, - 47632 + 47794, + 47802 ], "loc": { "start": { - "line": 1684, + "line": 1690, "column": 20 }, "end": { - "line": 1684, + "line": 1690, "column": 28 } } @@ -85170,16 +85352,16 @@ "object": { "type": "ThisExpression", "range": [ - 47651, - 47655 + 47821, + 47825 ], "loc": { "start": { - "line": 1685, + "line": 1691, "column": 15 }, "end": { - "line": 1685, + "line": 1691, "column": 19 } } @@ -85188,31 +85370,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 47656, - 47672 + 47826, + 47842 ], "loc": { "start": { - "line": 1685, + "line": 1691, "column": 20 }, "end": { - "line": 1685, + "line": 1691, "column": 36 } } }, "range": [ - 47651, - 47672 + 47821, + 47842 ], "loc": { "start": { - "line": 1685, + "line": 1691, "column": 15 }, "end": { - "line": 1685, + "line": 1691, "column": 36 } } @@ -85234,16 +85416,16 @@ "object": { "type": "ThisExpression", "range": [ - 47688, - 47692 + 47858, + 47862 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 12 }, "end": { - "line": 1686, + "line": 1692, "column": 16 } } @@ -85252,31 +85434,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47693, - 47706 + 47863, + 47876 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 17 }, "end": { - "line": 1686, + "line": 1692, "column": 30 } } }, "range": [ - 47688, - 47706 + 47858, + 47876 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 12 }, "end": { - "line": 1686, + "line": 1692, "column": 30 } } @@ -85285,31 +85467,31 @@ "type": "Identifier", "name": "cols", "range": [ - 47707, - 47711 + 47877, + 47881 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 31 }, "end": { - "line": 1686, + "line": 1692, "column": 35 } } }, "range": [ - 47688, - 47711 + 47858, + 47881 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 12 }, "end": { - "line": 1686, + "line": 1692, "column": 35 } } @@ -85318,31 +85500,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 47712, - 47719 + 47882, + 47889 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 36 }, "end": { - "line": 1686, + "line": 1692, "column": 43 } } }, "range": [ - 47688, - 47719 + 47858, + 47889 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 12 }, "end": { - "line": 1686, + "line": 1692, "column": 43 } } @@ -85352,32 +85534,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47720, - 47728 + 47890, + 47898 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 44 }, "end": { - "line": 1686, + "line": 1692, "column": 52 } } } ], "range": [ - 47688, - 47729 + 47858, + 47899 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 12 }, "end": { - "line": 1686, + "line": 1692, "column": 53 } } @@ -85390,93 +85572,93 @@ "value": 1, "raw": "1", "range": [ - 47735, - 47736 + 47905, + 47906 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 59 }, "end": { - "line": 1686, + "line": 1692, "column": 60 } } }, "prefix": true, "range": [ - 47734, - 47736 + 47904, + 47906 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 58 }, "end": { - "line": 1686, + "line": 1692, "column": 60 } } }, "range": [ - 47688, - 47736 + 47858, + 47906 ], "loc": { "start": { - "line": 1686, + "line": 1692, "column": 12 }, "end": { - "line": 1686, + "line": 1692, "column": 60 } } }, "range": [ - 47651, - 47736 + 47821, + 47906 ], "loc": { "start": { - "line": 1685, + "line": 1691, "column": 15 }, "end": { - "line": 1686, + "line": 1692, "column": 60 } } }, "range": [ - 47644, - 47737 + 47814, + 47907 ], "loc": { "start": { - "line": 1685, + "line": 1691, "column": 8 }, "end": { - "line": 1686, + "line": 1692, "column": 61 } } } ], "range": [ - 47634, - 47743 + 47804, + 47913 ], "loc": { "start": { - "line": 1684, + "line": 1690, "column": 30 }, "end": { - "line": 1687, + "line": 1693, "column": 5 } } @@ -85484,16 +85666,16 @@ "generator": false, "expression": false, "range": [ - 47623, - 47743 + 47793, + 47913 ], "loc": { "start": { - "line": 1684, + "line": 1690, "column": 19 }, "end": { - "line": 1687, + "line": 1693, "column": 5 } } @@ -85501,16 +85683,16 @@ "kind": "method", "computed": false, "range": [ - 47608, - 47743 + 47778, + 47913 ], "loc": { "start": { - "line": 1684, + "line": 1690, "column": 4 }, "end": { - "line": 1687, + "line": 1693, "column": 5 } }, @@ -85519,16 +85701,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": [ - 47449, - 47603 + 47619, + 47773 ], "loc": { "start": { - "line": 1679, + "line": 1685, "column": 4 }, "end": { - "line": 1683, + "line": 1689, "column": 7 } } @@ -85539,16 +85721,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": [ - 47749, - 47945 + 47919, + 48115 ], "loc": { "start": { - "line": 1689, + "line": 1695, "column": 4 }, "end": { - "line": 1694, + "line": 1700, "column": 7 } } @@ -85562,16 +85744,16 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 47950, - 47966 + 48120, + 48136 ], "loc": { "start": { - "line": 1695, + "line": 1701, "column": 4 }, "end": { - "line": 1695, + "line": 1701, "column": 20 } } @@ -85584,16 +85766,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47967, - 47975 + 48137, + 48145 ], "loc": { "start": { - "line": 1695, + "line": 1701, "column": 21 }, "end": { - "line": 1695, + "line": 1701, "column": 29 } } @@ -85613,16 +85795,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 47991, - 47998 + 48161, + 48168 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 12 }, "end": { - "line": 1696, + "line": 1702, "column": 19 } } @@ -85632,32 +85814,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47999, - 48007 + 48169, + 48177 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 20 }, "end": { - "line": 1696, + "line": 1702, "column": 28 } } } ], "range": [ - 47991, - 48008 + 48161, + 48178 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 12 }, "end": { - "line": 1696, + "line": 1702, "column": 29 } } @@ -85673,16 +85855,16 @@ "object": { "type": "ThisExpression", "range": [ - 48013, - 48017 + 48183, + 48187 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 34 }, "end": { - "line": 1696, + "line": 1702, "column": 38 } } @@ -85691,31 +85873,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 48018, - 48033 + 48188, + 48203 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 39 }, "end": { - "line": 1696, + "line": 1702, "column": 54 } } }, "range": [ - 48013, - 48033 + 48183, + 48203 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 34 }, "end": { - "line": 1696, + "line": 1702, "column": 54 } } @@ -85725,63 +85907,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 48034, - 48042 + 48204, + 48212 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 55 }, "end": { - "line": 1696, + "line": 1702, "column": 63 } } } ], "range": [ - 48013, - 48043 + 48183, + 48213 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 34 }, "end": { - "line": 1696, + "line": 1702, "column": 64 } } }, "prefix": true, "range": [ - 48012, - 48043 + 48182, + 48213 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 33 }, "end": { - "line": 1696, + "line": 1702, "column": 64 } } }, "range": [ - 47991, - 48043 + 48161, + 48213 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 12 }, "end": { - "line": 1696, + "line": 1702, "column": 64 } } @@ -85793,48 +85975,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 48059, - 48066 + 48229, + 48236 ], "loc": { "start": { - "line": 1697, + "line": 1703, "column": 12 }, "end": { - "line": 1697, + "line": 1703, "column": 19 } } } ], "range": [ - 48045, - 48076 + 48215, + 48246 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 66 }, "end": { - "line": 1698, + "line": 1704, "column": 9 } } }, "alternate": null, "range": [ - 47987, - 48076 + 48157, + 48246 ], "loc": { "start": { - "line": 1696, + "line": 1702, "column": 8 }, "end": { - "line": 1698, + "line": 1704, "column": 9 } } @@ -85848,16 +86030,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 48090, - 48103 + 48260, + 48273 ], "loc": { "start": { - "line": 1700, + "line": 1706, "column": 12 }, "end": { - "line": 1700, + "line": 1706, "column": 25 } } @@ -85868,16 +86050,16 @@ "object": { "type": "ThisExpression", "range": [ - 48106, - 48110 + 48276, + 48280 ], "loc": { "start": { - "line": 1700, + "line": 1706, "column": 28 }, "end": { - "line": 1700, + "line": 1706, "column": 32 } } @@ -85886,46 +86068,46 @@ "type": "Identifier", "name": "customOptions", "range": [ - 48111, - 48124 + 48281, + 48294 ], "loc": { "start": { - "line": 1700, + "line": 1706, "column": 33 }, "end": { - "line": 1700, + "line": 1706, "column": 46 } } }, "range": [ - 48106, - 48124 + 48276, + 48294 ], "loc": { "start": { - "line": 1700, + "line": 1706, "column": 28 }, "end": { - "line": 1700, + "line": 1706, "column": 46 } } }, "range": [ - 48090, - 48124 + 48260, + 48294 ], "loc": { "start": { - "line": 1700, + "line": 1706, "column": 12 }, "end": { - "line": 1700, + "line": 1706, "column": 46 } } @@ -85933,16 +86115,16 @@ ], "kind": "let", "range": [ - 48086, - 48125 + 48256, + 48295 ], "loc": { "start": { - "line": 1700, + "line": 1706, "column": 8 }, "end": { - "line": 1700, + "line": 1706, "column": 47 } } @@ -85956,16 +86138,16 @@ "type": "Identifier", "name": "cols", "range": [ - 48138, - 48142 + 48308, + 48312 ], "loc": { "start": { - "line": 1701, + "line": 1707, "column": 12 }, "end": { - "line": 1701, + "line": 1707, "column": 16 } } @@ -85977,16 +86159,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 48145, - 48158 + 48315, + 48328 ], "loc": { "start": { - "line": 1701, + "line": 1707, "column": 19 }, "end": { - "line": 1701, + "line": 1707, "column": 32 } } @@ -85995,46 +86177,46 @@ "type": "Identifier", "name": "cols", "range": [ - 48159, - 48163 + 48329, + 48333 ], "loc": { "start": { - "line": 1701, + "line": 1707, "column": 33 }, "end": { - "line": 1701, + "line": 1707, "column": 37 } } }, "range": [ - 48145, - 48163 + 48315, + 48333 ], "loc": { "start": { - "line": 1701, + "line": 1707, "column": 19 }, "end": { - "line": 1701, + "line": 1707, "column": 37 } } }, "range": [ - 48138, - 48163 + 48308, + 48333 ], "loc": { "start": { - "line": 1701, + "line": 1707, "column": 12 }, "end": { - "line": 1701, + "line": 1707, "column": 37 } } @@ -86042,16 +86224,16 @@ ], "kind": "let", "range": [ - 48134, - 48164 + 48304, + 48334 ], "loc": { "start": { - "line": 1701, + "line": 1707, "column": 8 }, "end": { - "line": 1701, + "line": 1707, "column": 38 } } @@ -86065,16 +86247,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48177, - 48183 + 48347, + 48353 ], "loc": { "start": { - "line": 1702, + "line": 1708, "column": 12 }, "end": { - "line": 1702, + "line": 1708, "column": 18 } } @@ -86083,31 +86265,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 48186, - 48188 + 48356, + 48358 ], "loc": { "start": { - "line": 1702, + "line": 1708, "column": 21 }, "end": { - "line": 1702, + "line": 1708, "column": 23 } } }, "range": [ - 48177, - 48188 + 48347, + 48358 ], "loc": { "start": { - "line": 1702, + "line": 1708, "column": 12 }, "end": { - "line": 1702, + "line": 1708, "column": 23 } } @@ -86118,16 +86300,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48190, - 48198 + 48360, + 48368 ], "loc": { "start": { - "line": 1702, + "line": 1708, "column": 25 }, "end": { - "line": 1702, + "line": 1708, "column": 33 } } @@ -86136,31 +86318,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 48201, - 48203 + 48371, + 48373 ], "loc": { "start": { - "line": 1702, + "line": 1708, "column": 36 }, "end": { - "line": 1702, + "line": 1708, "column": 38 } } }, "range": [ - 48190, - 48203 + 48360, + 48373 ], "loc": { "start": { - "line": 1702, + "line": 1708, "column": 25 }, "end": { - "line": 1702, + "line": 1708, "column": 38 } } @@ -86168,16 +86350,16 @@ ], "kind": "let", "range": [ - 48173, - 48204 + 48343, + 48374 ], "loc": { "start": { - "line": 1702, + "line": 1708, "column": 8 }, "end": { - "line": 1702, + "line": 1708, "column": 39 } } @@ -86191,16 +86373,16 @@ "type": "Identifier", "name": "index", "range": [ - 48217, - 48222 + 48387, + 48392 ], "loc": { "start": { - "line": 1703, + "line": 1709, "column": 12 }, "end": { - "line": 1703, + "line": 1709, "column": 17 } } @@ -86214,16 +86396,16 @@ "type": "Identifier", "name": "cols", "range": [ - 48225, - 48229 + 48395, + 48399 ], "loc": { "start": { - "line": 1703, + "line": 1709, "column": 20 }, "end": { - "line": 1703, + "line": 1709, "column": 24 } } @@ -86232,31 +86414,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 48230, - 48237 + 48400, + 48407 ], "loc": { "start": { - "line": 1703, + "line": 1709, "column": 25 }, "end": { - "line": 1703, + "line": 1709, "column": 32 } } }, "range": [ - 48225, - 48237 + 48395, + 48407 ], "loc": { "start": { - "line": 1703, + "line": 1709, "column": 20 }, "end": { - "line": 1703, + "line": 1709, "column": 32 } } @@ -86266,47 +86448,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 48238, - 48246 + 48408, + 48416 ], "loc": { "start": { - "line": 1703, + "line": 1709, "column": 33 }, "end": { - "line": 1703, + "line": 1709, "column": 41 } } } ], "range": [ - 48225, - 48247 + 48395, + 48417 ], "loc": { "start": { - "line": 1703, + "line": 1709, "column": 20 }, "end": { - "line": 1703, + "line": 1709, "column": 42 } } }, "range": [ - 48217, - 48247 + 48387, + 48417 ], "loc": { "start": { - "line": 1703, + "line": 1709, "column": 12 }, "end": { - "line": 1703, + "line": 1709, "column": 42 } } @@ -86314,16 +86496,16 @@ ], "kind": "let", "range": [ - 48213, - 48248 + 48383, + 48418 ], "loc": { "start": { - "line": 1703, + "line": 1709, "column": 8 }, "end": { - "line": 1703, + "line": 1709, "column": 43 } } @@ -86337,16 +86519,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 48261, - 48270 + 48431, + 48440 ], "loc": { "start": { - "line": 1704, + "line": 1710, "column": 12 }, "end": { - "line": 1704, + "line": 1710, "column": 21 } } @@ -86361,16 +86543,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 48273, - 48286 + 48443, + 48456 ], "loc": { "start": { - "line": 1704, + "line": 1710, "column": 24 }, "end": { - "line": 1704, + "line": 1710, "column": 37 } } @@ -86379,31 +86561,31 @@ "type": "Identifier", "name": "values", "range": [ - 48287, - 48293 + 48457, + 48463 ], "loc": { "start": { - "line": 1704, + "line": 1710, "column": 38 }, "end": { - "line": 1704, + "line": 1710, "column": 44 } } }, "range": [ - 48273, - 48293 + 48443, + 48463 ], "loc": { "start": { - "line": 1704, + "line": 1710, "column": 24 }, "end": { - "line": 1704, + "line": 1710, "column": 44 } } @@ -86412,46 +86594,46 @@ "type": "Identifier", "name": "index", "range": [ - 48294, - 48299 + 48464, + 48469 ], "loc": { "start": { - "line": 1704, + "line": 1710, "column": 45 }, "end": { - "line": 1704, + "line": 1710, "column": 50 } } }, "range": [ - 48273, - 48300 + 48443, + 48470 ], "loc": { "start": { - "line": 1704, + "line": 1710, "column": 24 }, "end": { - "line": 1704, + "line": 1710, "column": 51 } } }, "range": [ - 48261, - 48300 + 48431, + 48470 ], "loc": { "start": { - "line": 1704, + "line": 1710, "column": 12 }, "end": { - "line": 1704, + "line": 1710, "column": 51 } } @@ -86459,16 +86641,16 @@ ], "kind": "let", "range": [ - 48257, - 48301 + 48427, + 48471 ], "loc": { "start": { - "line": 1704, + "line": 1710, "column": 8 }, "end": { - "line": 1704, + "line": 1710, "column": 52 } } @@ -86482,16 +86664,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 48314, - 48322 + 48484, + 48492 ], "loc": { "start": { - "line": 1705, + "line": 1711, "column": 12 }, "end": { - "line": 1705, + "line": 1711, "column": 20 } } @@ -86506,16 +86688,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 48325, - 48338 + 48495, + 48508 ], "loc": { "start": { - "line": 1705, + "line": 1711, "column": 23 }, "end": { - "line": 1705, + "line": 1711, "column": 36 } } @@ -86524,31 +86706,31 @@ "type": "Identifier", "name": "texts", "range": [ - 48339, - 48344 + 48509, + 48514 ], "loc": { "start": { - "line": 1705, + "line": 1711, "column": 37 }, "end": { - "line": 1705, + "line": 1711, "column": 42 } } }, "range": [ - 48325, - 48344 + 48495, + 48514 ], "loc": { "start": { - "line": 1705, + "line": 1711, "column": 23 }, "end": { - "line": 1705, + "line": 1711, "column": 42 } } @@ -86557,46 +86739,46 @@ "type": "Identifier", "name": "index", "range": [ - 48345, - 48350 + 48515, + 48520 ], "loc": { "start": { - "line": 1705, + "line": 1711, "column": 43 }, "end": { - "line": 1705, + "line": 1711, "column": 48 } } }, "range": [ - 48325, - 48351 + 48495, + 48521 ], "loc": { "start": { - "line": 1705, + "line": 1711, "column": 23 }, "end": { - "line": 1705, + "line": 1711, "column": 49 } } }, "range": [ - 48314, - 48351 + 48484, + 48521 ], "loc": { "start": { - "line": 1705, + "line": 1711, "column": 12 }, "end": { - "line": 1705, + "line": 1711, "column": 49 } } @@ -86604,16 +86786,16 @@ ], "kind": "let", "range": [ - 48310, - 48352 + 48480, + 48522 ], "loc": { "start": { - "line": 1705, + "line": 1711, "column": 8 }, "end": { - "line": 1705, + "line": 1711, "column": 50 } } @@ -86627,16 +86809,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 48365, - 48372 + 48535, + 48542 ], "loc": { "start": { - "line": 1706, + "line": 1712, "column": 12 }, "end": { - "line": 1706, + "line": 1712, "column": 19 } } @@ -86651,16 +86833,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 48375, - 48388 + 48545, + 48558 ], "loc": { "start": { - "line": 1706, + "line": 1712, "column": 22 }, "end": { - "line": 1706, + "line": 1712, "column": 35 } } @@ -86669,31 +86851,31 @@ "type": "Identifier", "name": "sorts", "range": [ - 48389, - 48394 + 48559, + 48564 ], "loc": { "start": { - "line": 1706, + "line": 1712, "column": 36 }, "end": { - "line": 1706, + "line": 1712, "column": 41 } } }, "range": [ - 48375, - 48394 + 48545, + 48564 ], "loc": { "start": { - "line": 1706, + "line": 1712, "column": 22 }, "end": { - "line": 1706, + "line": 1712, "column": 41 } } @@ -86702,46 +86884,46 @@ "type": "Identifier", "name": "index", "range": [ - 48395, - 48400 + 48565, + 48570 ], "loc": { "start": { - "line": 1706, + "line": 1712, "column": 42 }, "end": { - "line": 1706, + "line": 1712, "column": 47 } } }, "range": [ - 48375, - 48401 + 48545, + 48571 ], "loc": { "start": { - "line": 1706, + "line": 1712, "column": 22 }, "end": { - "line": 1706, + "line": 1712, "column": 48 } } }, "range": [ - 48365, - 48401 + 48535, + 48571 ], "loc": { "start": { - "line": 1706, + "line": 1712, "column": 12 }, "end": { - "line": 1706, + "line": 1712, "column": 48 } } @@ -86749,16 +86931,16 @@ ], "kind": "let", "range": [ - 48361, - 48402 + 48531, + 48572 ], "loc": { "start": { - "line": 1706, + "line": 1712, "column": 8 }, "end": { - "line": 1706, + "line": 1712, "column": 49 } } @@ -86774,16 +86956,16 @@ "type": "Identifier", "name": "r", "range": [ - 48421, - 48422 + 48591, + 48592 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 17 }, "end": { - "line": 1708, + "line": 1714, "column": 18 } } @@ -86793,31 +86975,31 @@ "value": 0, "raw": "0", "range": [ - 48425, - 48426 + 48595, + 48596 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 21 }, "end": { - "line": 1708, + "line": 1714, "column": 22 } } }, "range": [ - 48421, - 48426 + 48591, + 48596 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 17 }, "end": { - "line": 1708, + "line": 1714, "column": 22 } } @@ -86828,16 +87010,16 @@ "type": "Identifier", "name": "len", "range": [ - 48428, - 48431 + 48598, + 48601 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 24 }, "end": { - "line": 1708, + "line": 1714, "column": 27 } } @@ -86849,16 +87031,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 48434, - 48443 + 48604, + 48613 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 30 }, "end": { - "line": 1708, + "line": 1714, "column": 39 } } @@ -86867,46 +87049,46 @@ "type": "Identifier", "name": "length", "range": [ - 48444, - 48450 + 48614, + 48620 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 40 }, "end": { - "line": 1708, + "line": 1714, "column": 46 } } }, "range": [ - 48434, - 48450 + 48604, + 48620 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 30 }, "end": { - "line": 1708, + "line": 1714, "column": 46 } } }, "range": [ - 48428, - 48450 + 48598, + 48620 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 24 }, "end": { - "line": 1708, + "line": 1714, "column": 46 } } @@ -86914,16 +87096,16 @@ ], "kind": "let", "range": [ - 48417, - 48450 + 48587, + 48620 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 13 }, "end": { - "line": 1708, + "line": 1714, "column": 46 } } @@ -86935,16 +87117,16 @@ "type": "Identifier", "name": "r", "range": [ - 48452, - 48453 + 48622, + 48623 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 48 }, "end": { - "line": 1708, + "line": 1714, "column": 49 } } @@ -86953,31 +87135,31 @@ "type": "Identifier", "name": "len", "range": [ - 48456, - 48459 + 48626, + 48629 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 52 }, "end": { - "line": 1708, + "line": 1714, "column": 55 } } }, "range": [ - 48452, - 48459 + 48622, + 48629 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 48 }, "end": { - "line": 1708, + "line": 1714, "column": 55 } } @@ -86989,32 +87171,32 @@ "type": "Identifier", "name": "r", "range": [ - 48461, - 48462 + 48631, + 48632 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 57 }, "end": { - "line": 1708, + "line": 1714, "column": 58 } } }, "prefix": false, "range": [ - 48461, - 48464 + 48631, + 48634 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 57 }, "end": { - "line": 1708, + "line": 1714, "column": 60 } } @@ -87033,16 +87215,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48480, - 48488 + 48650, + 48658 ], "loc": { "start": { - "line": 1709, + "line": 1715, "column": 12 }, "end": { - "line": 1709, + "line": 1715, "column": 20 } } @@ -87051,31 +87233,31 @@ "type": "Identifier", "name": "push", "range": [ - 48489, - 48493 + 48659, + 48663 ], "loc": { "start": { - "line": 1709, + "line": 1715, "column": 21 }, "end": { - "line": 1709, + "line": 1715, "column": 25 } } }, "range": [ - 48480, - 48493 + 48650, + 48663 ], "loc": { "start": { - "line": 1709, + "line": 1715, "column": 12 }, "end": { - "line": 1709, + "line": 1715, "column": 25 } } @@ -87088,16 +87270,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 48494, - 48503 + 48664, + 48673 ], "loc": { "start": { - "line": 1709, + "line": 1715, "column": 26 }, "end": { - "line": 1709, + "line": 1715, "column": 35 } } @@ -87106,62 +87288,62 @@ "type": "Identifier", "name": "r", "range": [ - 48504, - 48505 + 48674, + 48675 ], "loc": { "start": { - "line": 1709, + "line": 1715, "column": 36 }, "end": { - "line": 1709, + "line": 1715, "column": 37 } } }, "range": [ - 48494, - 48506 + 48664, + 48676 ], "loc": { "start": { - "line": 1709, + "line": 1715, "column": 26 }, "end": { - "line": 1709, + "line": 1715, "column": 38 } } } ], "range": [ - 48480, - 48507 + 48650, + 48677 ], "loc": { "start": { - "line": 1709, + "line": 1715, "column": 12 }, "end": { - "line": 1709, + "line": 1715, "column": 39 } } }, "range": [ - 48480, - 48508 + 48650, + 48678 ], "loc": { "start": { - "line": 1709, + "line": 1715, "column": 12 }, "end": { - "line": 1709, + "line": 1715, "column": 40 } } @@ -87175,16 +87357,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 48525, - 48533 + 48695, + 48703 ], "loc": { "start": { - "line": 1710, + "line": 1716, "column": 16 }, "end": { - "line": 1710, + "line": 1716, "column": 24 } } @@ -87193,31 +87375,31 @@ "type": "Identifier", "name": "r", "range": [ - 48534, - 48535 + 48704, + 48705 ], "loc": { "start": { - "line": 1710, + "line": 1716, "column": 25 }, "end": { - "line": 1710, + "line": 1716, "column": 26 } } }, "range": [ - 48525, - 48536 + 48695, + 48706 ], "loc": { "start": { - "line": 1710, + "line": 1716, "column": 16 }, "end": { - "line": 1710, + "line": 1716, "column": 27 } } @@ -87236,16 +87418,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48556, - 48562 + 48726, + 48732 ], "loc": { "start": { - "line": 1711, + "line": 1717, "column": 16 }, "end": { - "line": 1711, + "line": 1717, "column": 22 } } @@ -87254,31 +87436,31 @@ "type": "Identifier", "name": "push", "range": [ - 48563, - 48567 + 48733, + 48737 ], "loc": { "start": { - "line": 1711, + "line": 1717, "column": 23 }, "end": { - "line": 1711, + "line": 1717, "column": 27 } } }, "range": [ - 48556, - 48567 + 48726, + 48737 ], "loc": { "start": { - "line": 1711, + "line": 1717, "column": 16 }, "end": { - "line": 1711, + "line": 1717, "column": 27 } } @@ -87291,16 +87473,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 48568, - 48576 + 48738, + 48746 ], "loc": { "start": { - "line": 1711, + "line": 1717, "column": 28 }, "end": { - "line": 1711, + "line": 1717, "column": 36 } } @@ -87309,78 +87491,78 @@ "type": "Identifier", "name": "r", "range": [ - 48577, - 48578 + 48747, + 48748 ], "loc": { "start": { - "line": 1711, + "line": 1717, "column": 37 }, "end": { - "line": 1711, + "line": 1717, "column": 38 } } }, "range": [ - 48568, - 48579 + 48738, + 48749 ], "loc": { "start": { - "line": 1711, + "line": 1717, "column": 28 }, "end": { - "line": 1711, + "line": 1717, "column": 39 } } } ], "range": [ - 48556, - 48580 + 48726, + 48750 ], "loc": { "start": { - "line": 1711, + "line": 1717, "column": 16 }, "end": { - "line": 1711, + "line": 1717, "column": 40 } } }, "range": [ - 48556, - 48581 + 48726, + 48751 ], "loc": { "start": { - "line": 1711, + "line": 1717, "column": 16 }, "end": { - "line": 1711, + "line": 1717, "column": 41 } } } ], "range": [ - 48538, - 48595 + 48708, + 48765 ], "loc": { "start": { - "line": 1710, + "line": 1716, "column": 29 }, "end": { - "line": 1712, + "line": 1718, "column": 13 } } @@ -87399,16 +87581,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48619, - 48625 + 48789, + 48795 ], "loc": { "start": { - "line": 1713, + "line": 1719, "column": 16 }, "end": { - "line": 1713, + "line": 1719, "column": 22 } } @@ -87417,31 +87599,31 @@ "type": "Identifier", "name": "push", "range": [ - 48626, - 48630 + 48796, + 48800 ], "loc": { "start": { - "line": 1713, + "line": 1719, "column": 23 }, "end": { - "line": 1713, + "line": 1719, "column": 27 } } }, "range": [ - 48619, - 48630 + 48789, + 48800 ], "loc": { "start": { - "line": 1713, + "line": 1719, "column": 16 }, "end": { - "line": 1713, + "line": 1719, "column": 27 } } @@ -87454,16 +87636,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 48631, - 48640 + 48801, + 48810 ], "loc": { "start": { - "line": 1713, + "line": 1719, "column": 28 }, "end": { - "line": 1713, + "line": 1719, "column": 37 } } @@ -87472,124 +87654,124 @@ "type": "Identifier", "name": "r", "range": [ - 48641, - 48642 + 48811, + 48812 ], "loc": { "start": { - "line": 1713, + "line": 1719, "column": 38 }, "end": { - "line": 1713, + "line": 1719, "column": 39 } } }, "range": [ - 48631, - 48643 + 48801, + 48813 ], "loc": { "start": { - "line": 1713, + "line": 1719, "column": 28 }, "end": { - "line": 1713, + "line": 1719, "column": 40 } } } ], "range": [ - 48619, - 48644 + 48789, + 48814 ], "loc": { "start": { - "line": 1713, + "line": 1719, "column": 16 }, "end": { - "line": 1713, + "line": 1719, "column": 41 } } }, "range": [ - 48619, - 48645 + 48789, + 48815 ], "loc": { "start": { - "line": 1713, + "line": 1719, "column": 16 }, "end": { - "line": 1713, + "line": 1719, "column": 42 } } } ], "range": [ - 48601, - 48659 + 48771, + 48829 ], "loc": { "start": { - "line": 1712, + "line": 1718, "column": 19 }, "end": { - "line": 1714, + "line": 1720, "column": 13 } } }, "range": [ - 48521, - 48659 + 48691, + 48829 ], "loc": { "start": { - "line": 1710, + "line": 1716, "column": 12 }, "end": { - "line": 1714, + "line": 1720, "column": 13 } } } ], "range": [ - 48466, - 48669 + 48636, + 48839 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 62 }, "end": { - "line": 1715, + "line": 1721, "column": 9 } } }, "range": [ - 48412, - 48669 + 48582, + 48839 ], "loc": { "start": { - "line": 1708, + "line": 1714, "column": 8 }, "end": { - "line": 1715, + "line": 1721, "column": 9 } } @@ -87600,16 +87782,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 48682, - 48689 + 48852, + 48859 ], "loc": { "start": { - "line": 1716, + "line": 1722, "column": 12 }, "end": { - "line": 1716, + "line": 1722, "column": 19 } } @@ -87628,16 +87810,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48705, - 48713 + 48875, + 48883 ], "loc": { "start": { - "line": 1717, + "line": 1723, "column": 12 }, "end": { - "line": 1717, + "line": 1723, "column": 20 } } @@ -87646,62 +87828,62 @@ "type": "Identifier", "name": "sort", "range": [ - 48714, - 48718 + 48884, + 48888 ], "loc": { "start": { - "line": 1717, + "line": 1723, "column": 21 }, "end": { - "line": 1717, + "line": 1723, "column": 25 } } }, "range": [ - 48705, - 48718 + 48875, + 48888 ], "loc": { "start": { - "line": 1717, + "line": 1723, "column": 12 }, "end": { - "line": 1717, + "line": 1723, "column": 25 } } }, "arguments": [], "range": [ - 48705, - 48720 + 48875, + 48890 ], "loc": { "start": { - "line": 1717, + "line": 1723, "column": 12 }, "end": { - "line": 1717, + "line": 1723, "column": 27 } } }, "range": [ - 48705, - 48721 + 48875, + 48891 ], "loc": { "start": { - "line": 1717, + "line": 1723, "column": 12 }, "end": { - "line": 1717, + "line": 1723, "column": 28 } } @@ -87717,16 +87899,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48734, - 48740 + 48904, + 48910 ], "loc": { "start": { - "line": 1718, + "line": 1724, "column": 12 }, "end": { - "line": 1718, + "line": 1724, "column": 18 } } @@ -87735,94 +87917,94 @@ "type": "Identifier", "name": "sort", "range": [ - 48741, - 48745 + 48911, + 48915 ], "loc": { "start": { - "line": 1718, + "line": 1724, "column": 19 }, "end": { - "line": 1718, + "line": 1724, "column": 23 } } }, "range": [ - 48734, - 48745 + 48904, + 48915 ], "loc": { "start": { - "line": 1718, + "line": 1724, "column": 12 }, "end": { - "line": 1718, + "line": 1724, "column": 23 } } }, "arguments": [], "range": [ - 48734, - 48747 + 48904, + 48917 ], "loc": { "start": { - "line": 1718, + "line": 1724, "column": 12 }, "end": { - "line": 1718, + "line": 1724, "column": 25 } } }, "range": [ - 48734, - 48748 + 48904, + 48918 ], "loc": { "start": { - "line": 1718, + "line": 1724, "column": 12 }, "end": { - "line": 1718, + "line": 1724, "column": 26 } } } ], "range": [ - 48691, - 48758 + 48861, + 48928 ], "loc": { "start": { - "line": 1716, + "line": 1722, "column": 21 }, "end": { - "line": 1719, + "line": 1725, "column": 9 } } }, "alternate": null, "range": [ - 48678, - 48758 + 48848, + 48928 ], "loc": { "start": { - "line": 1716, + "line": 1722, "column": 8 }, "end": { - "line": 1719, + "line": 1725, "column": 9 } } @@ -87836,16 +88018,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48775, - 48783 + 48945, + 48953 ], "loc": { "start": { - "line": 1720, + "line": 1726, "column": 16 }, "end": { - "line": 1720, + "line": 1726, "column": 24 } } @@ -87854,63 +88036,63 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48785, - 48791 + 48955, + 48961 ], "loc": { "start": { - "line": 1720, + "line": 1726, "column": 26 }, "end": { - "line": 1720, + "line": 1726, "column": 32 } } } ], "range": [ - 48774, - 48792 + 48944, + 48962 ], "loc": { "start": { - "line": 1720, + "line": 1726, "column": 15 }, "end": { - "line": 1720, + "line": 1726, "column": 33 } } }, "range": [ - 48767, - 48793 + 48937, + 48963 ], "loc": { "start": { - "line": 1720, + "line": 1726, "column": 8 }, "end": { - "line": 1720, + "line": 1726, "column": 34 } } } ], "range": [ - 47977, - 48799 + 48147, + 48969 ], "loc": { "start": { - "line": 1695, + "line": 1701, "column": 31 }, "end": { - "line": 1721, + "line": 1727, "column": 5 } } @@ -87918,16 +88100,16 @@ "generator": false, "expression": false, "range": [ - 47966, - 48799 + 48136, + 48969 ], "loc": { "start": { - "line": 1695, + "line": 1701, "column": 20 }, "end": { - "line": 1721, + "line": 1727, "column": 5 } } @@ -87935,16 +88117,16 @@ "kind": "method", "computed": false, "range": [ - 47950, - 48799 + 48120, + 48969 ], "loc": { "start": { - "line": 1695, + "line": 1701, "column": 4 }, "end": { - "line": 1721, + "line": 1727, "column": 5 } }, @@ -87953,16 +88135,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": [ - 47749, - 47945 + 47919, + 48115 ], "loc": { "start": { - "line": 1689, + "line": 1695, "column": 4 }, "end": { - "line": 1694, + "line": 1700, "column": 7 } } @@ -87973,16 +88155,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": [ - 48805, - 49042 + 48975, + 49212 ], "loc": { "start": { - "line": 1723, + "line": 1729, "column": 4 }, "end": { - "line": 1727, + "line": 1733, "column": 7 } } @@ -87996,16 +88178,16 @@ "type": "Identifier", "name": "filter", "range": [ - 49047, - 49053 + 49217, + 49223 ], "loc": { "start": { - "line": 1728, + "line": 1734, "column": 4 }, "end": { - "line": 1728, + "line": 1734, "column": 10 } } @@ -88031,16 +88213,16 @@ "object": { "type": "ThisExpression", "range": [ - 49071, - 49075 + 49241, + 49245 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 13 }, "end": { - "line": 1729, + "line": 1735, "column": 17 } } @@ -88049,47 +88231,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 49076, - 49083 + 49246, + 49253 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 18 }, "end": { - "line": 1729, + "line": 1735, "column": 25 } } }, "range": [ - 49071, - 49083 + 49241, + 49253 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 13 }, "end": { - "line": 1729, + "line": 1735, "column": 25 } } }, "prefix": true, "range": [ - 49070, - 49083 + 49240, + 49253 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 12 }, "end": { - "line": 1729, + "line": 1735, "column": 25 } } @@ -88103,16 +88285,16 @@ "object": { "type": "ThisExpression", "range": [ - 49088, - 49092 + 49258, + 49262 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 30 }, "end": { - "line": 1729, + "line": 1735, "column": 34 } } @@ -88121,62 +88303,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 49093, - 49104 + 49263, + 49274 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 35 }, "end": { - "line": 1729, + "line": 1735, "column": 46 } } }, "range": [ - 49088, - 49104 + 49258, + 49274 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 30 }, "end": { - "line": 1729, + "line": 1735, "column": 46 } } }, "prefix": true, "range": [ - 49087, - 49104 + 49257, + 49274 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 29 }, "end": { - "line": 1729, + "line": 1735, "column": 46 } } }, "range": [ - 49070, - 49104 + 49240, + 49274 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 12 }, "end": { - "line": 1729, + "line": 1735, "column": 46 } } @@ -88188,48 +88370,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 49120, - 49127 + 49290, + 49297 ], "loc": { "start": { - "line": 1730, + "line": 1736, "column": 12 }, "end": { - "line": 1730, + "line": 1736, "column": 19 } } } ], "range": [ - 49106, - 49137 + 49276, + 49307 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 48 }, "end": { - "line": 1731, + "line": 1737, "column": 9 } } }, "alternate": null, "range": [ - 49066, - 49137 + 49236, + 49307 ], "loc": { "start": { - "line": 1729, + "line": 1735, "column": 8 }, "end": { - "line": 1731, + "line": 1737, "column": 9 } }, @@ -88238,16 +88420,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 49146, - 49172 + 49316, + 49342 ], "loc": { "start": { - "line": 1732, + "line": 1738, "column": 8 }, "end": { - "line": 1732, + "line": 1738, "column": 34 } } @@ -88262,16 +88444,16 @@ "object": { "type": "ThisExpression", "range": [ - 49185, - 49189 + 49355, + 49359 ], "loc": { "start": { - "line": 1733, + "line": 1739, "column": 12 }, "end": { - "line": 1733, + "line": 1739, "column": 16 } } @@ -88280,31 +88462,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 49190, - 49204 + 49360, + 49374 ], "loc": { "start": { - "line": 1733, + "line": 1739, "column": 17 }, "end": { - "line": 1733, + "line": 1739, "column": 31 } } }, "range": [ - 49185, - 49204 + 49355, + 49374 ], "loc": { "start": { - "line": 1733, + "line": 1739, "column": 12 }, "end": { - "line": 1733, + "line": 1739, "column": 31 } } @@ -88325,16 +88507,16 @@ "object": { "type": "ThisExpression", "range": [ - 49220, - 49224 + 49390, + 49394 ], "loc": { "start": { - "line": 1734, + "line": 1740, "column": 12 }, "end": { - "line": 1734, + "line": 1740, "column": 16 } } @@ -88343,31 +88525,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 49225, - 49239 + 49395, + 49409 ], "loc": { "start": { - "line": 1734, + "line": 1740, "column": 17 }, "end": { - "line": 1734, + "line": 1740, "column": 31 } } }, "range": [ - 49220, - 49239 + 49390, + 49409 ], "loc": { "start": { - "line": 1734, + "line": 1740, "column": 12 }, "end": { - "line": 1734, + "line": 1740, "column": 31 } } @@ -88376,31 +88558,31 @@ "type": "Identifier", "name": "call", "range": [ - 49240, - 49244 + 49410, + 49414 ], "loc": { "start": { - "line": 1734, + "line": 1740, "column": 32 }, "end": { - "line": 1734, + "line": 1740, "column": 36 } } }, "range": [ - 49220, - 49244 + 49390, + 49414 ], "loc": { "start": { - "line": 1734, + "line": 1740, "column": 12 }, "end": { - "line": 1734, + "line": 1740, "column": 36 } } @@ -88411,16 +88593,16 @@ "value": null, "raw": "null", "range": [ - 49245, - 49249 + 49415, + 49419 ], "loc": { "start": { - "line": 1734, + "line": 1740, "column": 37 }, "end": { - "line": 1734, + "line": 1740, "column": 41 } } @@ -88428,79 +88610,79 @@ { "type": "ThisExpression", "range": [ - 49251, - 49255 + 49421, + 49425 ], "loc": { "start": { - "line": 1734, + "line": 1740, "column": 43 }, "end": { - "line": 1734, + "line": 1740, "column": 47 } } } ], "range": [ - 49220, - 49256 + 49390, + 49426 ], "loc": { "start": { - "line": 1734, + "line": 1740, "column": 12 }, "end": { - "line": 1734, + "line": 1740, "column": 48 } } }, "range": [ - 49220, - 49257 + 49390, + 49427 ], "loc": { "start": { - "line": 1734, + "line": 1740, "column": 12 }, "end": { - "line": 1734, + "line": 1740, "column": 49 } } } ], "range": [ - 49206, - 49267 + 49376, + 49437 ], "loc": { "start": { - "line": 1733, + "line": 1739, "column": 33 }, "end": { - "line": 1735, + "line": 1741, "column": 9 } } }, "alternate": null, "range": [ - 49181, - 49267 + 49351, + 49437 ], "loc": { "start": { - "line": 1733, + "line": 1739, "column": 8 }, "end": { - "line": 1735, + "line": 1741, "column": 9 } }, @@ -88509,16 +88691,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 49146, - 49172 + 49316, + 49342 ], "loc": { "start": { - "line": 1732, + "line": 1738, "column": 8 }, "end": { - "line": 1732, + "line": 1738, "column": 34 } } @@ -88538,16 +88720,16 @@ "object": { "type": "ThisExpression", "range": [ - 49276, - 49280 + 49446, + 49450 ], "loc": { "start": { - "line": 1736, + "line": 1742, "column": 8 }, "end": { - "line": 1736, + "line": 1742, "column": 12 } } @@ -88556,31 +88738,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 49281, - 49288 + 49451, + 49458 ], "loc": { "start": { - "line": 1736, + "line": 1742, "column": 13 }, "end": { - "line": 1736, + "line": 1742, "column": 20 } } }, "range": [ - 49276, - 49288 + 49446, + 49458 ], "loc": { "start": { - "line": 1736, + "line": 1742, "column": 8 }, "end": { - "line": 1736, + "line": 1742, "column": 20 } } @@ -88589,31 +88771,31 @@ "type": "Identifier", "name": "emit", "range": [ - 49289, - 49293 + 49459, + 49463 ], "loc": { "start": { - "line": 1736, + "line": 1742, "column": 21 }, "end": { - "line": 1736, + "line": 1742, "column": 25 } } }, "range": [ - 49276, - 49293 + 49446, + 49463 ], "loc": { "start": { - "line": 1736, + "line": 1742, "column": 8 }, "end": { - "line": 1736, + "line": 1742, "column": 25 } } @@ -88624,16 +88806,16 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 49294, - 49312 + 49464, + 49482 ], "loc": { "start": { - "line": 1736, + "line": 1742, "column": 26 }, "end": { - "line": 1736, + "line": 1742, "column": 44 } } @@ -88641,47 +88823,47 @@ { "type": "ThisExpression", "range": [ - 49314, - 49318 + 49484, + 49488 ], "loc": { "start": { - "line": 1736, + "line": 1742, "column": 46 }, "end": { - "line": 1736, + "line": 1742, "column": 50 } } } ], "range": [ - 49276, - 49319 + 49446, + 49489 ], "loc": { "start": { - "line": 1736, + "line": 1742, "column": 8 }, "end": { - "line": 1736, + "line": 1742, "column": 51 } } }, "range": [ - 49276, - 49320 + 49446, + 49490 ], "loc": { "start": { - "line": 1736, + "line": 1742, "column": 8 }, "end": { - "line": 1736, + "line": 1742, "column": 52 } } @@ -88695,16 +88877,16 @@ "type": "Identifier", "name": "row", "range": [ - 49334, - 49337 + 49504, + 49507 ], "loc": { "start": { - "line": 1738, + "line": 1744, "column": 12 }, "end": { - "line": 1738, + "line": 1744, "column": 15 } } @@ -88718,16 +88900,16 @@ "object": { "type": "ThisExpression", "range": [ - 49340, - 49344 + 49510, + 49514 ], "loc": { "start": { - "line": 1738, + "line": 1744, "column": 18 }, "end": { - "line": 1738, + "line": 1744, "column": 22 } } @@ -88736,31 +88918,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 49345, - 49348 + 49515, + 49518 ], "loc": { "start": { - "line": 1738, + "line": 1744, "column": 23 }, "end": { - "line": 1738, + "line": 1744, "column": 26 } } }, "range": [ - 49340, - 49348 + 49510, + 49518 ], "loc": { "start": { - "line": 1738, + "line": 1744, "column": 18 }, "end": { - "line": 1738, + "line": 1744, "column": 26 } } @@ -88769,46 +88951,46 @@ "type": "Identifier", "name": "rows", "range": [ - 49349, - 49353 + 49519, + 49523 ], "loc": { "start": { - "line": 1738, + "line": 1744, "column": 27 }, "end": { - "line": 1738, + "line": 1744, "column": 31 } } }, "range": [ - 49340, - 49353 + 49510, + 49523 ], "loc": { "start": { - "line": 1738, + "line": 1744, "column": 18 }, "end": { - "line": 1738, + "line": 1744, "column": 31 } } }, "range": [ - 49334, - 49353 + 49504, + 49523 ], "loc": { "start": { - "line": 1738, + "line": 1744, "column": 12 }, "end": { - "line": 1738, + "line": 1744, "column": 31 } } @@ -88819,16 +89001,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 49367, - 49373 + 49537, + 49543 ], "loc": { "start": { - "line": 1739, + "line": 1745, "column": 12 }, "end": { - "line": 1739, + "line": 1745, "column": 18 } } @@ -88841,16 +89023,16 @@ "object": { "type": "ThisExpression", "range": [ - 49376, - 49380 + 49546, + 49550 ], "loc": { "start": { - "line": 1739, + "line": 1745, "column": 21 }, "end": { - "line": 1739, + "line": 1745, "column": 25 } } @@ -88859,31 +89041,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 49381, - 49390 + 49551, + 49560 ], "loc": { "start": { - "line": 1739, + "line": 1745, "column": 26 }, "end": { - "line": 1739, + "line": 1745, "column": 35 } } }, "range": [ - 49376, - 49390 + 49546, + 49560 ], "loc": { "start": { - "line": 1739, + "line": 1745, "column": 21 }, "end": { - "line": 1739, + "line": 1745, "column": 35 } } @@ -88894,47 +89076,47 @@ "value": true, "raw": "true", "range": [ - 49391, - 49395 + 49561, + 49565 ], "loc": { "start": { - "line": 1739, + "line": 1745, "column": 36 }, "end": { - "line": 1739, + "line": 1745, "column": 40 } } } ], "range": [ - 49376, - 49396 + 49546, + 49566 ], "loc": { "start": { - "line": 1739, + "line": 1745, "column": 21 }, "end": { - "line": 1739, + "line": 1745, "column": 41 } } }, "range": [ - 49367, - 49396 + 49537, + 49566 ], "loc": { "start": { - "line": 1739, + "line": 1745, "column": 12 }, "end": { - "line": 1739, + "line": 1745, "column": 41 } } @@ -88945,16 +89127,16 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 49410, - 49420 + 49580, + 49590 ], "loc": { "start": { - "line": 1740, + "line": 1746, "column": 12 }, "end": { - "line": 1740, + "line": 1746, "column": 22 } } @@ -88964,31 +89146,31 @@ "value": 0, "raw": "0", "range": [ - 49423, - 49424 + 49593, + 49594 ], "loc": { "start": { - "line": 1740, + "line": 1746, "column": 25 }, "end": { - "line": 1740, + "line": 1746, "column": 26 } } }, "range": [ - 49410, - 49424 + 49580, + 49594 ], "loc": { "start": { - "line": 1740, + "line": 1746, "column": 12 }, "end": { - "line": 1740, + "line": 1746, "column": 26 } } @@ -88996,16 +89178,16 @@ ], "kind": "let", "range": [ - 49330, - 49425 + 49500, + 49595 ], "loc": { "start": { - "line": 1738, + "line": 1744, "column": 8 }, "end": { - "line": 1740, + "line": 1746, "column": 27 } } @@ -89021,16 +89203,16 @@ "object": { "type": "ThisExpression", "range": [ - 49435, - 49439 + 49605, + 49609 ], "loc": { "start": { - "line": 1742, + "line": 1748, "column": 8 }, "end": { - "line": 1742, + "line": 1748, "column": 12 } } @@ -89039,31 +89221,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 49440, - 49454 + 49610, + 49624 ], "loc": { "start": { - "line": 1742, + "line": 1748, "column": 13 }, "end": { - "line": 1742, + "line": 1748, "column": 27 } } }, "range": [ - 49435, - 49454 + 49605, + 49624 ], "loc": { "start": { - "line": 1742, + "line": 1748, "column": 8 }, "end": { - "line": 1742, + "line": 1748, "column": 27 } } @@ -89072,46 +89254,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 49457, - 49459 + 49627, + 49629 ], "loc": { "start": { - "line": 1742, + "line": 1748, "column": 30 }, "end": { - "line": 1742, + "line": 1748, "column": 32 } } }, "range": [ - 49435, - 49459 + 49605, + 49629 ], "loc": { "start": { - "line": 1742, + "line": 1748, "column": 8 }, "end": { - "line": 1742, + "line": 1748, "column": 32 } } }, "range": [ - 49435, - 49460 + 49605, + 49630 ], "loc": { "start": { - "line": 1742, + "line": 1748, "column": 8 }, "end": { - "line": 1742, + "line": 1748, "column": 33 } }, @@ -89120,16 +89302,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 49469, - 49491 + 49639, + 49661 ], "loc": { "start": { - "line": 1743, + "line": 1749, "column": 8 }, "end": { - "line": 1743, + "line": 1749, "column": 30 } } @@ -89145,16 +89327,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 49504, - 49514 + 49674, + 49684 ], "loc": { "start": { - "line": 1744, + "line": 1750, "column": 12 }, "end": { - "line": 1744, + "line": 1750, "column": 22 } } @@ -89167,16 +89349,16 @@ "object": { "type": "ThisExpression", "range": [ - 49517, - 49521 + 49687, + 49691 ], "loc": { "start": { - "line": 1744, + "line": 1750, "column": 25 }, "end": { - "line": 1744, + "line": 1750, "column": 29 } } @@ -89185,62 +89367,62 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 49522, - 49537 + 49692, + 49707 ], "loc": { "start": { - "line": 1744, + "line": 1750, "column": 30 }, "end": { - "line": 1744, + "line": 1750, "column": 45 } } }, "range": [ - 49517, - 49537 + 49687, + 49707 ], "loc": { "start": { - "line": 1744, + "line": 1750, "column": 25 }, "end": { - "line": 1744, + "line": 1750, "column": 45 } } }, "arguments": [], "range": [ - 49517, - 49539 + 49687, + 49709 ], "loc": { "start": { - "line": 1744, + "line": 1750, "column": 25 }, "end": { - "line": 1744, + "line": 1750, "column": 47 } } }, "range": [ - 49504, - 49539 + 49674, + 49709 ], "loc": { "start": { - "line": 1744, + "line": 1750, "column": 12 }, "end": { - "line": 1744, + "line": 1750, "column": 47 } } @@ -89248,16 +89430,16 @@ ], "kind": "let", "range": [ - 49500, - 49540 + 49670, + 49710 ], "loc": { "start": { - "line": 1744, + "line": 1750, "column": 8 }, "end": { - "line": 1744, + "line": 1750, "column": 48 } }, @@ -89266,16 +89448,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 49469, - 49491 + 49639, + 49661 ], "loc": { "start": { - "line": 1743, + "line": 1749, "column": 8 }, "end": { - "line": 1743, + "line": 1749, "column": 30 } } @@ -89291,32 +89473,32 @@ "type": "Identifier", "name": "numData", "range": [ - 49554, - 49561 + 49724, + 49731 ], "loc": { "start": { - "line": 1746, + "line": 1752, "column": 12 }, "end": { - "line": 1746, + "line": 1752, "column": 19 } } }, "init": null, "range": [ - 49554, - 49561 + 49724, + 49731 ], "loc": { "start": { - "line": 1746, + "line": 1752, "column": 12 }, "end": { - "line": 1746, + "line": 1752, "column": 19 } } @@ -89324,16 +89506,16 @@ ], "kind": "let", "range": [ - 49550, - 49562 + 49720, + 49732 ], "loc": { "start": { - "line": 1746, + "line": 1752, "column": 8 }, "end": { - "line": 1746, + "line": 1752, "column": 20 } } @@ -89347,16 +89529,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 49575, - 49582 + 49745, + 49752 ], "loc": { "start": { - "line": 1747, + "line": 1753, "column": 12 }, "end": { - "line": 1747, + "line": 1753, "column": 19 } } @@ -89367,16 +89549,16 @@ "object": { "type": "ThisExpression", "range": [ - 49585, - 49589 + 49755, + 49759 ], "loc": { "start": { - "line": 1747, + "line": 1753, "column": 22 }, "end": { - "line": 1747, + "line": 1753, "column": 26 } } @@ -89385,46 +89567,46 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 49590, - 49606 + 49760, + 49776 ], "loc": { "start": { - "line": 1747, + "line": 1753, "column": 27 }, "end": { - "line": 1747, + "line": 1753, "column": 43 } } }, "range": [ - 49585, - 49606 + 49755, + 49776 ], "loc": { "start": { - "line": 1747, + "line": 1753, "column": 22 }, "end": { - "line": 1747, + "line": 1753, "column": 43 } } }, "range": [ - 49575, - 49606 + 49745, + 49776 ], "loc": { "start": { - "line": 1747, + "line": 1753, "column": 12 }, "end": { - "line": 1747, + "line": 1753, "column": 43 } } @@ -89432,16 +89614,16 @@ ], "kind": "let", "range": [ - 49571, - 49607 + 49741, + 49777 ], "loc": { "start": { - "line": 1747, + "line": 1753, "column": 8 }, "end": { - "line": 1747, + "line": 1753, "column": 44 } } @@ -89455,16 +89637,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 49620, - 49625 + 49790, + 49795 ], "loc": { "start": { - "line": 1748, + "line": 1754, "column": 12 }, "end": { - "line": 1748, + "line": 1754, "column": 17 } } @@ -89475,16 +89657,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49632, - 49638 + 49802, + 49808 ], "loc": { "start": { - "line": 1748, + "line": 1754, "column": 24 }, "end": { - "line": 1748, + "line": 1754, "column": 30 } } @@ -89496,16 +89678,16 @@ "object": { "type": "ThisExpression", "range": [ - 49639, - 49643 + 49809, + 49813 ], "loc": { "start": { - "line": 1748, + "line": 1754, "column": 31 }, "end": { - "line": 1748, + "line": 1754, "column": 35 } } @@ -89514,62 +89696,62 @@ "type": "Identifier", "name": "leOperator", "range": [ - 49644, - 49654 + 49814, + 49824 ], "loc": { "start": { - "line": 1748, + "line": 1754, "column": 36 }, "end": { - "line": 1748, + "line": 1754, "column": 46 } } }, "range": [ - 49639, - 49654 + 49809, + 49824 ], "loc": { "start": { - "line": 1748, + "line": 1754, "column": 31 }, "end": { - "line": 1748, + "line": 1754, "column": 46 } } } ], "range": [ - 49628, - 49655 + 49798, + 49825 ], "loc": { "start": { - "line": 1748, + "line": 1754, "column": 20 }, "end": { - "line": 1748, + "line": 1754, "column": 47 } } }, "range": [ - 49620, - 49655 + 49790, + 49825 ], "loc": { "start": { - "line": 1748, + "line": 1754, "column": 12 }, "end": { - "line": 1748, + "line": 1754, "column": 47 } } @@ -89580,16 +89762,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 49669, - 49674 + 49839, + 49844 ], "loc": { "start": { - "line": 1749, + "line": 1755, "column": 12 }, "end": { - "line": 1749, + "line": 1755, "column": 17 } } @@ -89600,16 +89782,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49681, - 49687 + 49851, + 49857 ], "loc": { "start": { - "line": 1749, + "line": 1755, "column": 24 }, "end": { - "line": 1749, + "line": 1755, "column": 30 } } @@ -89621,16 +89803,16 @@ "object": { "type": "ThisExpression", "range": [ - 49688, - 49692 + 49858, + 49862 ], "loc": { "start": { - "line": 1749, + "line": 1755, "column": 31 }, "end": { - "line": 1749, + "line": 1755, "column": 35 } } @@ -89639,62 +89821,62 @@ "type": "Identifier", "name": "geOperator", "range": [ - 49693, - 49703 + 49863, + 49873 ], "loc": { "start": { - "line": 1749, + "line": 1755, "column": 36 }, "end": { - "line": 1749, + "line": 1755, "column": 46 } } }, "range": [ - 49688, - 49703 + 49858, + 49873 ], "loc": { "start": { - "line": 1749, + "line": 1755, "column": 31 }, "end": { - "line": 1749, + "line": 1755, "column": 46 } } } ], "range": [ - 49677, - 49704 + 49847, + 49874 ], "loc": { "start": { - "line": 1749, + "line": 1755, "column": 20 }, "end": { - "line": 1749, + "line": 1755, "column": 47 } } }, "range": [ - 49669, - 49704 + 49839, + 49874 ], "loc": { "start": { - "line": 1749, + "line": 1755, "column": 12 }, "end": { - "line": 1749, + "line": 1755, "column": 47 } } @@ -89705,16 +89887,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 49718, - 49722 + 49888, + 49892 ], "loc": { "start": { - "line": 1750, + "line": 1756, "column": 12 }, "end": { - "line": 1750, + "line": 1756, "column": 16 } } @@ -89725,16 +89907,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49729, - 49735 + 49899, + 49905 ], "loc": { "start": { - "line": 1750, + "line": 1756, "column": 23 }, "end": { - "line": 1750, + "line": 1756, "column": 29 } } @@ -89746,16 +89928,16 @@ "object": { "type": "ThisExpression", "range": [ - 49736, - 49740 + 49906, + 49910 ], "loc": { "start": { - "line": 1750, + "line": 1756, "column": 30 }, "end": { - "line": 1750, + "line": 1756, "column": 34 } } @@ -89764,62 +89946,62 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 49741, - 49751 + 49911, + 49921 ], "loc": { "start": { - "line": 1750, + "line": 1756, "column": 35 }, "end": { - "line": 1750, + "line": 1756, "column": 45 } } }, "range": [ - 49736, - 49751 + 49906, + 49921 ], "loc": { "start": { - "line": 1750, + "line": 1756, "column": 30 }, "end": { - "line": 1750, + "line": 1756, "column": 45 } } } ], "range": [ - 49725, - 49752 + 49895, + 49922 ], "loc": { "start": { - "line": 1750, + "line": 1756, "column": 19 }, "end": { - "line": 1750, + "line": 1756, "column": 46 } } }, "range": [ - 49718, - 49752 + 49888, + 49922 ], "loc": { "start": { - "line": 1750, + "line": 1756, "column": 12 }, "end": { - "line": 1750, + "line": 1756, "column": 46 } } @@ -89830,16 +90012,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 49766, - 49770 + 49936, + 49940 ], "loc": { "start": { - "line": 1751, + "line": 1757, "column": 12 }, "end": { - "line": 1751, + "line": 1757, "column": 16 } } @@ -89850,16 +90032,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49777, - 49783 + 49947, + 49953 ], "loc": { "start": { - "line": 1751, + "line": 1757, "column": 23 }, "end": { - "line": 1751, + "line": 1757, "column": 29 } } @@ -89871,16 +90053,16 @@ "object": { "type": "ThisExpression", "range": [ - 49784, - 49788 + 49954, + 49958 ], "loc": { "start": { - "line": 1751, + "line": 1757, "column": 30 }, "end": { - "line": 1751, + "line": 1757, "column": 34 } } @@ -89889,62 +90071,62 @@ "type": "Identifier", "name": "grOperator", "range": [ - 49789, - 49799 + 49959, + 49969 ], "loc": { "start": { - "line": 1751, + "line": 1757, "column": 35 }, "end": { - "line": 1751, + "line": 1757, "column": 45 } } }, "range": [ - 49784, - 49799 + 49954, + 49969 ], "loc": { "start": { - "line": 1751, + "line": 1757, "column": 30 }, "end": { - "line": 1751, + "line": 1757, "column": 45 } } } ], "range": [ - 49773, - 49800 + 49943, + 49970 ], "loc": { "start": { - "line": 1751, + "line": 1757, "column": 19 }, "end": { - "line": 1751, + "line": 1757, "column": 46 } } }, "range": [ - 49766, - 49800 + 49936, + 49970 ], "loc": { "start": { - "line": 1751, + "line": 1757, "column": 12 }, "end": { - "line": 1751, + "line": 1757, "column": 46 } } @@ -89955,16 +90137,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 49814, - 49818 + 49984, + 49988 ], "loc": { "start": { - "line": 1752, + "line": 1758, "column": 12 }, "end": { - "line": 1752, + "line": 1758, "column": 16 } } @@ -89975,16 +90157,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49825, - 49831 + 49995, + 50001 ], "loc": { "start": { - "line": 1752, + "line": 1758, "column": 23 }, "end": { - "line": 1752, + "line": 1758, "column": 29 } } @@ -89996,16 +90178,16 @@ "object": { "type": "ThisExpression", "range": [ - 49832, - 49836 + 50002, + 50006 ], "loc": { "start": { - "line": 1752, + "line": 1758, "column": 30 }, "end": { - "line": 1752, + "line": 1758, "column": 34 } } @@ -90014,62 +90196,62 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 49837, - 49847 + 50007, + 50017 ], "loc": { "start": { - "line": 1752, + "line": 1758, "column": 35 }, "end": { - "line": 1752, + "line": 1758, "column": 45 } } }, "range": [ - 49832, - 49847 + 50002, + 50017 ], "loc": { "start": { - "line": 1752, + "line": 1758, "column": 30 }, "end": { - "line": 1752, + "line": 1758, "column": 45 } } } ], "range": [ - 49821, - 49848 + 49991, + 50018 ], "loc": { "start": { - "line": 1752, + "line": 1758, "column": 19 }, "end": { - "line": 1752, + "line": 1758, "column": 46 } } }, "range": [ - 49814, - 49848 + 49984, + 50018 ], "loc": { "start": { - "line": 1752, + "line": 1758, "column": 12 }, "end": { - "line": 1752, + "line": 1758, "column": 46 } } @@ -90080,16 +90262,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 49862, - 49867 + 50032, + 50037 ], "loc": { "start": { - "line": 1753, + "line": 1759, "column": 12 }, "end": { - "line": 1753, + "line": 1759, "column": 17 } } @@ -90100,16 +90282,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49874, - 49880 + 50044, + 50050 ], "loc": { "start": { - "line": 1753, + "line": 1759, "column": 24 }, "end": { - "line": 1753, + "line": 1759, "column": 30 } } @@ -90121,16 +90303,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 49881, - 49887 + 50051, + 50057 ], "loc": { "start": { - "line": 1753, + "line": 1759, "column": 31 }, "end": { - "line": 1753, + "line": 1759, "column": 37 } } @@ -90142,16 +90324,16 @@ "object": { "type": "ThisExpression", "range": [ - 49888, - 49892 + 50058, + 50062 ], "loc": { "start": { - "line": 1753, + "line": 1759, "column": 38 }, "end": { - "line": 1753, + "line": 1759, "column": 42 } } @@ -90160,78 +90342,78 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 49893, - 49903 + 50063, + 50073 ], "loc": { "start": { - "line": 1753, + "line": 1759, "column": 43 }, "end": { - "line": 1753, + "line": 1759, "column": 53 } } }, "range": [ - 49888, - 49903 + 50058, + 50073 ], "loc": { "start": { - "line": 1753, + "line": 1759, "column": 38 }, "end": { - "line": 1753, + "line": 1759, "column": 53 } } } ], "range": [ - 49881, - 49904 + 50051, + 50074 ], "loc": { "start": { - "line": 1753, + "line": 1759, "column": 31 }, "end": { - "line": 1753, + "line": 1759, "column": 54 } } } ], "range": [ - 49870, - 49905 + 50040, + 50075 ], "loc": { "start": { - "line": 1753, + "line": 1759, "column": 20 }, "end": { - "line": 1753, + "line": 1759, "column": 55 } } }, "range": [ - 49862, - 49905 + 50032, + 50075 ], "loc": { "start": { - "line": 1753, + "line": 1759, "column": 12 }, "end": { - "line": 1753, + "line": 1759, "column": 55 } } @@ -90242,16 +90424,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 49919, - 49924 + 50089, + 50094 ], "loc": { "start": { - "line": 1754, + "line": 1760, "column": 12 }, "end": { - "line": 1754, + "line": 1760, "column": 17 } } @@ -90262,16 +90444,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49931, - 49937 + 50101, + 50107 ], "loc": { "start": { - "line": 1754, + "line": 1760, "column": 24 }, "end": { - "line": 1754, + "line": 1760, "column": 30 } } @@ -90283,16 +90465,16 @@ "object": { "type": "ThisExpression", "range": [ - 49938, - 49942 + 50108, + 50112 ], "loc": { "start": { - "line": 1754, + "line": 1760, "column": 31 }, "end": { - "line": 1754, + "line": 1760, "column": 35 } } @@ -90301,62 +90483,62 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 49943, - 49953 + 50113, + 50123 ], "loc": { "start": { - "line": 1754, + "line": 1760, "column": 36 }, "end": { - "line": 1754, + "line": 1760, "column": 46 } } }, "range": [ - 49938, - 49953 + 50108, + 50123 ], "loc": { "start": { - "line": 1754, + "line": 1760, "column": 31 }, "end": { - "line": 1754, + "line": 1760, "column": 46 } } } ], "range": [ - 49927, - 49954 + 50097, + 50124 ], "loc": { "start": { - "line": 1754, + "line": 1760, "column": 20 }, "end": { - "line": 1754, + "line": 1760, "column": 47 } } }, "range": [ - 49919, - 49954 + 50089, + 50124 ], "loc": { "start": { - "line": 1754, + "line": 1760, "column": 12 }, "end": { - "line": 1754, + "line": 1760, "column": 47 } } @@ -90367,16 +90549,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 49968, - 49973 + 50138, + 50143 ], "loc": { "start": { - "line": 1755, + "line": 1761, "column": 12 }, "end": { - "line": 1755, + "line": 1761, "column": 17 } } @@ -90387,16 +90569,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 49980, - 49986 + 50150, + 50156 ], "loc": { "start": { - "line": 1755, + "line": 1761, "column": 24 }, "end": { - "line": 1755, + "line": 1761, "column": 30 } } @@ -90408,16 +90590,16 @@ "object": { "type": "ThisExpression", "range": [ - 49987, - 49991 + 50157, + 50161 ], "loc": { "start": { - "line": 1755, + "line": 1761, "column": 31 }, "end": { - "line": 1755, + "line": 1761, "column": 35 } } @@ -90426,62 +90608,62 @@ "type": "Identifier", "name": "stOperator", "range": [ - 49992, - 50002 + 50162, + 50172 ], "loc": { "start": { - "line": 1755, + "line": 1761, "column": 36 }, "end": { - "line": 1755, + "line": 1761, "column": 46 } } }, "range": [ - 49987, - 50002 + 50157, + 50172 ], "loc": { "start": { - "line": 1755, + "line": 1761, "column": 31 }, "end": { - "line": 1755, + "line": 1761, "column": 46 } } } ], "range": [ - 49976, - 50003 + 50146, + 50173 ], "loc": { "start": { - "line": 1755, + "line": 1761, "column": 20 }, "end": { - "line": 1755, + "line": 1761, "column": 47 } } }, "range": [ - 49968, - 50003 + 50138, + 50173 ], "loc": { "start": { - "line": 1755, + "line": 1761, "column": 12 }, "end": { - "line": 1755, + "line": 1761, "column": 47 } } @@ -90492,16 +90674,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 50017, - 50022 + 50187, + 50192 ], "loc": { "start": { - "line": 1756, + "line": 1762, "column": 12 }, "end": { - "line": 1756, + "line": 1762, "column": 17 } } @@ -90512,16 +90694,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 50029, - 50035 + 50199, + 50205 ], "loc": { "start": { - "line": 1756, + "line": 1762, "column": 24 }, "end": { - "line": 1756, + "line": 1762, "column": 30 } } @@ -90533,16 +90715,16 @@ "object": { "type": "ThisExpression", "range": [ - 50036, - 50040 + 50206, + 50210 ], "loc": { "start": { - "line": 1756, + "line": 1762, "column": 31 }, "end": { - "line": 1756, + "line": 1762, "column": 35 } } @@ -90551,62 +90733,62 @@ "type": "Identifier", "name": "enOperator", "range": [ - 50041, - 50051 + 50211, + 50221 ], "loc": { "start": { - "line": 1756, + "line": 1762, "column": 36 }, "end": { - "line": 1756, + "line": 1762, "column": 46 } } }, "range": [ - 50036, - 50051 + 50206, + 50221 ], "loc": { "start": { - "line": 1756, + "line": 1762, "column": 31 }, "end": { - "line": 1756, + "line": 1762, "column": 46 } } } ], "range": [ - 50025, - 50052 + 50195, + 50222 ], "loc": { "start": { - "line": 1756, + "line": 1762, "column": 20 }, "end": { - "line": 1756, + "line": 1762, "column": 47 } } }, "range": [ - 50017, - 50052 + 50187, + 50222 ], "loc": { "start": { - "line": 1756, + "line": 1762, "column": 12 }, "end": { - "line": 1756, + "line": 1762, "column": 47 } } @@ -90617,16 +90799,16 @@ "type": "Identifier", "name": "re_em", "range": [ - 50166, - 50171 + 50336, + 50341 ], "loc": { "start": { - "line": 1759, + "line": 1765, "column": 12 }, "end": { - "line": 1759, + "line": 1765, "column": 17 } } @@ -90637,16 +90819,16 @@ "object": { "type": "ThisExpression", "range": [ - 50174, - 50178 + 50344, + 50348 ], "loc": { "start": { - "line": 1759, + "line": 1765, "column": 20 }, "end": { - "line": 1759, + "line": 1765, "column": 24 } } @@ -90655,46 +90837,46 @@ "type": "Identifier", "name": "emOperator", "range": [ - 50179, - 50189 + 50349, + 50359 ], "loc": { "start": { - "line": 1759, + "line": 1765, "column": 25 }, "end": { - "line": 1759, + "line": 1765, "column": 35 } } }, "range": [ - 50174, - 50189 + 50344, + 50359 ], "loc": { "start": { - "line": 1759, + "line": 1765, "column": 20 }, "end": { - "line": 1759, + "line": 1765, "column": 35 } } }, "range": [ - 50166, - 50189 + 50336, + 50359 ], "loc": { "start": { - "line": 1759, + "line": 1765, "column": 12 }, "end": { - "line": 1759, + "line": 1765, "column": 35 } }, @@ -90703,16 +90885,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 50066, - 50105 + 50236, + 50275 ], "loc": { "start": { - "line": 1757, + "line": 1763, "column": 12 }, "end": { - "line": 1757, + "line": 1763, "column": 51 } } @@ -90721,16 +90903,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 50118, - 50153 + 50288, + 50323 ], "loc": { "start": { - "line": 1758, + "line": 1764, "column": 12 }, "end": { - "line": 1758, + "line": 1764, "column": 47 } } @@ -90743,16 +90925,16 @@ "type": "Identifier", "name": "re_nm", "range": [ - 50203, - 50208 + 50373, + 50378 ], "loc": { "start": { - "line": 1760, + "line": 1766, "column": 12 }, "end": { - "line": 1760, + "line": 1766, "column": 17 } } @@ -90763,16 +90945,16 @@ "object": { "type": "ThisExpression", "range": [ - 50211, - 50215 + 50381, + 50385 ], "loc": { "start": { - "line": 1760, + "line": 1766, "column": 20 }, "end": { - "line": 1760, + "line": 1766, "column": 24 } } @@ -90781,46 +90963,46 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 50216, - 50226 + 50386, + 50396 ], "loc": { "start": { - "line": 1760, + "line": 1766, "column": 25 }, "end": { - "line": 1760, + "line": 1766, "column": 35 } } }, "range": [ - 50211, - 50226 + 50381, + 50396 ], "loc": { "start": { - "line": 1760, + "line": 1766, "column": 20 }, "end": { - "line": 1760, + "line": 1766, "column": 35 } } }, "range": [ - 50203, - 50226 + 50373, + 50396 ], "loc": { "start": { - "line": 1760, + "line": 1766, "column": 12 }, "end": { - "line": 1760, + "line": 1766, "column": 35 } } @@ -90831,16 +91013,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 50240, - 50245 + 50410, + 50415 ], "loc": { "start": { - "line": 1761, + "line": 1767, "column": 12 }, "end": { - "line": 1761, + "line": 1767, "column": 17 } } @@ -90851,16 +91033,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 50252, - 50258 + 50422, + 50428 ], "loc": { "start": { - "line": 1761, + "line": 1767, "column": 24 }, "end": { - "line": 1761, + "line": 1767, "column": 30 } } @@ -90872,16 +91054,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 50259, - 50265 + 50429, + 50435 ], "loc": { "start": { - "line": 1761, + "line": 1767, "column": 31 }, "end": { - "line": 1761, + "line": 1767, "column": 37 } } @@ -90893,16 +91075,16 @@ "object": { "type": "ThisExpression", "range": [ - 50266, - 50270 + 50436, + 50440 ], "loc": { "start": { - "line": 1761, + "line": 1767, "column": 38 }, "end": { - "line": 1761, + "line": 1767, "column": 42 } } @@ -90911,78 +91093,78 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 50271, - 50282 + 50441, + 50452 ], "loc": { "start": { - "line": 1761, + "line": 1767, "column": 43 }, "end": { - "line": 1761, + "line": 1767, "column": 54 } } }, "range": [ - 50266, - 50282 + 50436, + 50452 ], "loc": { "start": { - "line": 1761, + "line": 1767, "column": 38 }, "end": { - "line": 1761, + "line": 1767, "column": 54 } } } ], "range": [ - 50259, - 50283 + 50429, + 50453 ], "loc": { "start": { - "line": 1761, + "line": 1767, "column": 31 }, "end": { - "line": 1761, + "line": 1767, "column": 55 } } } ], "range": [ - 50248, - 50284 + 50418, + 50454 ], "loc": { "start": { - "line": 1761, + "line": 1767, "column": 20 }, "end": { - "line": 1761, + "line": 1767, "column": 56 } } }, "range": [ - 50240, - 50284 + 50410, + 50454 ], "loc": { "start": { - "line": 1761, + "line": 1767, "column": 12 }, "end": { - "line": 1761, + "line": 1767, "column": 56 } } @@ -90990,16 +91172,16 @@ ], "kind": "let", "range": [ - 49616, - 50285 + 49786, + 50455 ], "loc": { "start": { - "line": 1748, + "line": 1754, "column": 8 }, "end": { - "line": 1761, + "line": 1767, "column": 57 } }, @@ -91008,16 +91190,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 50295, - 50317 + 50465, + 50487 ], "loc": { "start": { - "line": 1763, + "line": 1769, "column": 8 }, "end": { - "line": 1763, + "line": 1769, "column": 30 } } @@ -91030,16 +91212,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 50335, - 50344 + 50505, + 50514 ], "loc": { "start": { - "line": 1764, + "line": 1770, "column": 17 }, "end": { - "line": 1764, + "line": 1770, "column": 26 } } @@ -91049,16 +91231,16 @@ "type": "Identifier", "name": "str", "range": [ - 50345, - 50348 + 50515, + 50518 ], "loc": { "start": { - "line": 1764, + "line": 1770, "column": 27 }, "end": { - "line": 1764, + "line": 1770, "column": 30 } } @@ -91067,16 +91249,16 @@ "type": "Identifier", "name": "ok", "range": [ - 50350, - 50352 + 50520, + 50522 ], "loc": { "start": { - "line": 1764, + "line": 1770, "column": 32 }, "end": { - "line": 1764, + "line": 1770, "column": 34 } } @@ -91085,16 +91267,16 @@ "type": "Identifier", "name": "cell", "range": [ - 50354, - 50358 + 50524, + 50528 ], "loc": { "start": { - "line": 1764, + "line": 1770, "column": 36 }, "end": { - "line": 1764, + "line": 1770, "column": 40 } } @@ -91114,16 +91296,16 @@ "object": { "type": "ThisExpression", "range": [ - 50417, - 50421 + 50587, + 50591 ], "loc": { "start": { - "line": 1766, + "line": 1772, "column": 16 }, "end": { - "line": 1766, + "line": 1772, "column": 20 } } @@ -91132,31 +91314,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 50422, - 50439 + 50592, + 50609 ], "loc": { "start": { - "line": 1766, + "line": 1772, "column": 21 }, "end": { - "line": 1766, + "line": 1772, "column": 38 } } }, "range": [ - 50417, - 50439 + 50587, + 50609 ], "loc": { "start": { - "line": 1766, + "line": 1772, "column": 16 }, "end": { - "line": 1766, + "line": 1772, "column": 38 } } @@ -91165,31 +91347,31 @@ "type": "Identifier", "name": "ok", "range": [ - 50443, - 50445 + 50613, + 50615 ], "loc": { "start": { - "line": 1766, + "line": 1772, "column": 42 }, "end": { - "line": 1766, + "line": 1772, "column": 44 } } }, "range": [ - 50417, - 50445 + 50587, + 50615 ], "loc": { "start": { - "line": 1766, + "line": 1772, "column": 16 }, "end": { - "line": 1766, + "line": 1772, "column": 44 } } @@ -91206,16 +91388,16 @@ "type": "Identifier", "name": "str", "range": [ - 50465, - 50468 + 50635, + 50638 ], "loc": { "start": { - "line": 1767, + "line": 1773, "column": 16 }, "end": { - "line": 1767, + "line": 1773, "column": 19 } } @@ -91229,16 +91411,16 @@ "type": "Identifier", "name": "str", "range": [ - 50471, - 50474 + 50641, + 50644 ], "loc": { "start": { - "line": 1767, + "line": 1773, "column": 22 }, "end": { - "line": 1767, + "line": 1773, "column": 25 } } @@ -91247,31 +91429,31 @@ "type": "Identifier", "name": "replace", "range": [ - 50475, - 50482 + 50645, + 50652 ], "loc": { "start": { - "line": 1767, + "line": 1773, "column": 26 }, "end": { - "line": 1767, + "line": 1773, "column": 33 } } }, "range": [ - 50471, - 50482 + 50641, + 50652 ], "loc": { "start": { - "line": 1767, + "line": 1773, "column": 22 }, "end": { - "line": 1767, + "line": 1773, "column": 33 } } @@ -91281,16 +91463,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 50483, - 50488 + 50653, + 50658 ], "loc": { "start": { - "line": 1767, + "line": 1773, "column": 34 }, "end": { - "line": 1767, + "line": 1773, "column": 39 } } @@ -91300,62 +91482,62 @@ "value": "", "raw": "''", "range": [ - 50490, - 50492 + 50660, + 50662 ], "loc": { "start": { - "line": 1767, + "line": 1773, "column": 41 }, "end": { - "line": 1767, + "line": 1773, "column": 43 } } } ], "range": [ - 50471, - 50493 + 50641, + 50663 ], "loc": { "start": { - "line": 1767, + "line": 1773, "column": 22 }, "end": { - "line": 1767, + "line": 1773, "column": 44 } } }, "range": [ - 50465, - 50493 + 50635, + 50663 ], "loc": { "start": { - "line": 1767, + "line": 1773, "column": 16 }, "end": { - "line": 1767, + "line": 1773, "column": 44 } } }, "range": [ - 50465, - 50494 + 50635, + 50664 ], "loc": { "start": { - "line": 1767, + "line": 1773, "column": 16 }, "end": { - "line": 1767, + "line": 1773, "column": 45 } } @@ -91369,16 +91551,16 @@ "type": "Identifier", "name": "str", "range": [ - 50511, - 50514 + 50681, + 50684 ], "loc": { "start": { - "line": 1768, + "line": 1774, "column": 16 }, "end": { - "line": 1768, + "line": 1774, "column": 19 } } @@ -91392,16 +91574,16 @@ "type": "Identifier", "name": "str", "range": [ - 50517, - 50520 + 50687, + 50690 ], "loc": { "start": { - "line": 1768, + "line": 1774, "column": 22 }, "end": { - "line": 1768, + "line": 1774, "column": 25 } } @@ -91410,31 +91592,31 @@ "type": "Identifier", "name": "replace", "range": [ - 50521, - 50528 + 50691, + 50698 ], "loc": { "start": { - "line": 1768, + "line": 1774, "column": 26 }, "end": { - "line": 1768, + "line": 1774, "column": 33 } } }, "range": [ - 50517, - 50528 + 50687, + 50698 ], "loc": { "start": { - "line": 1768, + "line": 1774, "column": 22 }, "end": { - "line": 1768, + "line": 1774, "column": 33 } } @@ -91444,16 +91626,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 50529, - 50534 + 50699, + 50704 ], "loc": { "start": { - "line": 1768, + "line": 1774, "column": 34 }, "end": { - "line": 1768, + "line": 1774, "column": 39 } } @@ -91463,62 +91645,62 @@ "value": "", "raw": "''", "range": [ - 50536, - 50538 + 50706, + 50708 ], "loc": { "start": { - "line": 1768, + "line": 1774, "column": 41 }, "end": { - "line": 1768, + "line": 1774, "column": 43 } } } ], "range": [ - 50517, - 50539 + 50687, + 50709 ], "loc": { "start": { - "line": 1768, + "line": 1774, "column": 22 }, "end": { - "line": 1768, + "line": 1774, "column": 44 } } }, "range": [ - 50511, - 50539 + 50681, + 50709 ], "loc": { "start": { - "line": 1768, + "line": 1774, "column": 16 }, "end": { - "line": 1768, + "line": 1774, "column": 44 } } }, "range": [ - 50511, - 50540 + 50681, + 50710 ], "loc": { "start": { - "line": 1768, + "line": 1774, "column": 16 }, "end": { - "line": 1768, + "line": 1774, "column": 45 } } @@ -91532,16 +91714,16 @@ "type": "Identifier", "name": "str", "range": [ - 50557, - 50560 + 50727, + 50730 ], "loc": { "start": { - "line": 1769, + "line": 1775, "column": 16 }, "end": { - "line": 1769, + "line": 1775, "column": 19 } } @@ -91555,16 +91737,16 @@ "type": "Identifier", "name": "str", "range": [ - 50563, - 50566 + 50733, + 50736 ], "loc": { "start": { - "line": 1769, + "line": 1775, "column": 22 }, "end": { - "line": 1769, + "line": 1775, "column": 25 } } @@ -91573,31 +91755,31 @@ "type": "Identifier", "name": "replace", "range": [ - 50567, - 50574 + 50737, + 50744 ], "loc": { "start": { - "line": 1769, + "line": 1775, "column": 26 }, "end": { - "line": 1769, + "line": 1775, "column": 33 } } }, "range": [ - 50563, - 50574 + 50733, + 50744 ], "loc": { "start": { - "line": 1769, + "line": 1775, "column": 22 }, "end": { - "line": 1769, + "line": 1775, "column": 33 } } @@ -91607,16 +91789,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 50575, - 50580 + 50745, + 50750 ], "loc": { "start": { - "line": 1769, + "line": 1775, "column": 34 }, "end": { - "line": 1769, + "line": 1775, "column": 39 } } @@ -91626,62 +91808,62 @@ "value": "", "raw": "''", "range": [ - 50582, - 50584 + 50752, + 50754 ], "loc": { "start": { - "line": 1769, + "line": 1775, "column": 41 }, "end": { - "line": 1769, + "line": 1775, "column": 43 } } } ], "range": [ - 50563, - 50585 + 50733, + 50755 ], "loc": { "start": { - "line": 1769, + "line": 1775, "column": 22 }, "end": { - "line": 1769, + "line": 1775, "column": 44 } } }, "range": [ - 50557, - 50585 + 50727, + 50755 ], "loc": { "start": { - "line": 1769, + "line": 1775, "column": 16 }, "end": { - "line": 1769, + "line": 1775, "column": 44 } } }, "range": [ - 50557, - 50586 + 50727, + 50756 ], "loc": { "start": { - "line": 1769, + "line": 1775, "column": 16 }, "end": { - "line": 1769, + "line": 1775, "column": 45 } } @@ -91695,16 +91877,16 @@ "type": "Identifier", "name": "str", "range": [ - 50603, - 50606 + 50773, + 50776 ], "loc": { "start": { - "line": 1770, + "line": 1776, "column": 16 }, "end": { - "line": 1770, + "line": 1776, "column": 19 } } @@ -91718,16 +91900,16 @@ "type": "Identifier", "name": "str", "range": [ - 50609, - 50612 + 50779, + 50782 ], "loc": { "start": { - "line": 1770, + "line": 1776, "column": 22 }, "end": { - "line": 1770, + "line": 1776, "column": 25 } } @@ -91736,31 +91918,31 @@ "type": "Identifier", "name": "replace", "range": [ - 50613, - 50620 + 50783, + 50790 ], "loc": { "start": { - "line": 1770, + "line": 1776, "column": 26 }, "end": { - "line": 1770, + "line": 1776, "column": 33 } } }, "range": [ - 50609, - 50620 + 50779, + 50790 ], "loc": { "start": { - "line": 1770, + "line": 1776, "column": 22 }, "end": { - "line": 1770, + "line": 1776, "column": 33 } } @@ -91770,16 +91952,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 50621, - 50626 + 50791, + 50796 ], "loc": { "start": { - "line": 1770, + "line": 1776, "column": 34 }, "end": { - "line": 1770, + "line": 1776, "column": 39 } } @@ -91789,62 +91971,62 @@ "value": "", "raw": "''", "range": [ - 50628, - 50630 + 50798, + 50800 ], "loc": { "start": { - "line": 1770, + "line": 1776, "column": 41 }, "end": { - "line": 1770, + "line": 1776, "column": 43 } } } ], "range": [ - 50609, - 50631 + 50779, + 50801 ], "loc": { "start": { - "line": 1770, + "line": 1776, "column": 22 }, "end": { - "line": 1770, + "line": 1776, "column": 44 } } }, "range": [ - 50603, - 50631 + 50773, + 50801 ], "loc": { "start": { - "line": 1770, + "line": 1776, "column": 16 }, "end": { - "line": 1770, + "line": 1776, "column": 44 } } }, "range": [ - 50603, - 50632 + 50773, + 50802 ], "loc": { "start": { - "line": 1770, + "line": 1776, "column": 16 }, "end": { - "line": 1770, + "line": 1776, "column": 45 } } @@ -91858,16 +92040,16 @@ "type": "Identifier", "name": "w", "range": [ - 50653, - 50654 + 50823, + 50824 ], "loc": { "start": { - "line": 1771, + "line": 1777, "column": 20 }, "end": { - "line": 1771, + "line": 1777, "column": 21 } } @@ -91876,31 +92058,31 @@ "type": "Identifier", "name": "str", "range": [ - 50657, - 50660 + 50827, + 50830 ], "loc": { "start": { - "line": 1771, + "line": 1777, "column": 24 }, "end": { - "line": 1771, + "line": 1777, "column": 27 } } }, "range": [ - 50653, - 50660 + 50823, + 50830 ], "loc": { "start": { - "line": 1771, + "line": 1777, "column": 20 }, "end": { - "line": 1771, + "line": 1777, "column": 27 } } @@ -91908,16 +92090,16 @@ ], "kind": "let", "range": [ - 50649, - 50661 + 50819, + 50831 ], "loc": { "start": { - "line": 1771, + "line": 1777, "column": 16 }, "end": { - "line": 1771, + "line": 1777, "column": 28 } } @@ -91945,16 +92127,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 50682, - 50687 + 50852, + 50857 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 20 }, "end": { - "line": 1772, + "line": 1778, "column": 25 } } @@ -91963,31 +92145,31 @@ "type": "Identifier", "name": "test", "range": [ - 50688, - 50692 + 50858, + 50862 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 26 }, "end": { - "line": 1772, + "line": 1778, "column": 30 } } }, "range": [ - 50682, - 50692 + 50852, + 50862 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 20 }, "end": { - "line": 1772, + "line": 1778, "column": 30 } } @@ -91997,32 +92179,32 @@ "type": "Identifier", "name": "str", "range": [ - 50693, - 50696 + 50863, + 50866 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 31 }, "end": { - "line": 1772, + "line": 1778, "column": 34 } } } ], "range": [ - 50682, - 50697 + 50852, + 50867 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 20 }, "end": { - "line": 1772, + "line": 1778, "column": 35 } } @@ -92036,16 +92218,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 50701, - 50706 + 50871, + 50876 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 39 }, "end": { - "line": 1772, + "line": 1778, "column": 44 } } @@ -92054,31 +92236,31 @@ "type": "Identifier", "name": "test", "range": [ - 50707, - 50711 + 50877, + 50881 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 45 }, "end": { - "line": 1772, + "line": 1778, "column": 49 } } }, "range": [ - 50701, - 50711 + 50871, + 50881 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 39 }, "end": { - "line": 1772, + "line": 1778, "column": 49 } } @@ -92088,47 +92270,47 @@ "type": "Identifier", "name": "str", "range": [ - 50712, - 50715 + 50882, + 50885 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 50 }, "end": { - "line": 1772, + "line": 1778, "column": 53 } } } ], "range": [ - 50701, - 50716 + 50871, + 50886 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 39 }, "end": { - "line": 1772, + "line": 1778, "column": 54 } } }, "range": [ - 50682, - 50716 + 50852, + 50886 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 20 }, "end": { - "line": 1772, + "line": 1778, "column": 54 } } @@ -92142,16 +92324,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 50720, - 50724 + 50890, + 50894 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 58 }, "end": { - "line": 1772, + "line": 1778, "column": 62 } } @@ -92160,31 +92342,31 @@ "type": "Identifier", "name": "test", "range": [ - 50725, - 50729 + 50895, + 50899 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 63 }, "end": { - "line": 1772, + "line": 1778, "column": 67 } } }, "range": [ - 50720, - 50729 + 50890, + 50899 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 58 }, "end": { - "line": 1772, + "line": 1778, "column": 67 } } @@ -92194,47 +92376,47 @@ "type": "Identifier", "name": "str", "range": [ - 50730, - 50733 + 50900, + 50903 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 68 }, "end": { - "line": 1772, + "line": 1778, "column": 71 } } } ], "range": [ - 50720, - 50734 + 50890, + 50904 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 58 }, "end": { - "line": 1772, + "line": 1778, "column": 72 } } }, "range": [ - 50682, - 50734 + 50852, + 50904 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 20 }, "end": { - "line": 1772, + "line": 1778, "column": 72 } } @@ -92248,16 +92430,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 50758, - 50762 + 50928, + 50932 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 20 }, "end": { - "line": 1773, + "line": 1779, "column": 24 } } @@ -92266,31 +92448,31 @@ "type": "Identifier", "name": "test", "range": [ - 50763, - 50767 + 50933, + 50937 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 25 }, "end": { - "line": 1773, + "line": 1779, "column": 29 } } }, "range": [ - 50758, - 50767 + 50928, + 50937 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 20 }, "end": { - "line": 1773, + "line": 1779, "column": 29 } } @@ -92300,47 +92482,47 @@ "type": "Identifier", "name": "str", "range": [ - 50768, - 50771 + 50938, + 50941 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 30 }, "end": { - "line": 1773, + "line": 1779, "column": 33 } } } ], "range": [ - 50758, - 50772 + 50928, + 50942 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 20 }, "end": { - "line": 1773, + "line": 1779, "column": 34 } } }, "range": [ - 50682, - 50772 + 50852, + 50942 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 20 }, "end": { - "line": 1773, + "line": 1779, "column": 34 } } @@ -92354,16 +92536,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 50776, - 50780 + 50946, + 50950 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 38 }, "end": { - "line": 1773, + "line": 1779, "column": 42 } } @@ -92372,31 +92554,31 @@ "type": "Identifier", "name": "test", "range": [ - 50781, - 50785 + 50951, + 50955 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 43 }, "end": { - "line": 1773, + "line": 1779, "column": 47 } } }, "range": [ - 50776, - 50785 + 50946, + 50955 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 38 }, "end": { - "line": 1773, + "line": 1779, "column": 47 } } @@ -92406,47 +92588,47 @@ "type": "Identifier", "name": "str", "range": [ - 50786, - 50789 + 50956, + 50959 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 48 }, "end": { - "line": 1773, + "line": 1779, "column": 51 } } } ], "range": [ - 50776, - 50790 + 50946, + 50960 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 38 }, "end": { - "line": 1773, + "line": 1779, "column": 52 } } }, "range": [ - 50682, - 50790 + 50852, + 50960 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 20 }, "end": { - "line": 1773, + "line": 1779, "column": 52 } } @@ -92463,16 +92645,16 @@ "type": "Identifier", "name": "w", "range": [ - 50814, - 50815 + 50984, + 50985 ], "loc": { "start": { - "line": 1774, + "line": 1780, "column": 20 }, "end": { - "line": 1774, + "line": 1780, "column": 21 } } @@ -92483,16 +92665,16 @@ "type": "Identifier", "name": "getText", "range": [ - 50818, - 50825 + 50988, + 50995 ], "loc": { "start": { - "line": 1774, + "line": 1780, "column": 24 }, "end": { - "line": 1774, + "line": 1780, "column": 31 } } @@ -92502,94 +92684,94 @@ "type": "Identifier", "name": "cell", "range": [ - 50826, - 50830 + 50996, + 51000 ], "loc": { "start": { - "line": 1774, + "line": 1780, "column": 32 }, "end": { - "line": 1774, + "line": 1780, "column": 36 } } } ], "range": [ - 50818, - 50831 + 50988, + 51001 ], "loc": { "start": { - "line": 1774, + "line": 1780, "column": 24 }, "end": { - "line": 1774, + "line": 1780, "column": 37 } } }, "range": [ - 50814, - 50831 + 50984, + 51001 ], "loc": { "start": { - "line": 1774, + "line": 1780, "column": 20 }, "end": { - "line": 1774, + "line": 1780, "column": 37 } } }, "range": [ - 50814, - 50832 + 50984, + 51002 ], "loc": { "start": { - "line": 1774, + "line": 1780, "column": 20 }, "end": { - "line": 1774, + "line": 1780, "column": 38 } } } ], "range": [ - 50792, - 50850 + 50962, + 51020 ], "loc": { "start": { - "line": 1773, + "line": 1779, "column": 54 }, "end": { - "line": 1775, + "line": 1781, "column": 17 } } }, "alternate": null, "range": [ - 50678, - 50850 + 50848, + 51020 ], "loc": { "start": { - "line": 1772, + "line": 1778, "column": 16 }, "end": { - "line": 1775, + "line": 1781, "column": 17 } } @@ -92603,16 +92785,16 @@ "type": "Identifier", "name": "w", "range": [ - 50871, - 50872 + 51041, + 51042 ], "loc": { "start": { - "line": 1776, + "line": 1782, "column": 20 }, "end": { - "line": 1776, + "line": 1782, "column": 21 } } @@ -92622,31 +92804,31 @@ "value": "", "raw": "''", "range": [ - 50877, - 50879 + 51047, + 51049 ], "loc": { "start": { - "line": 1776, + "line": 1782, "column": 26 }, "end": { - "line": 1776, + "line": 1782, "column": 28 } } }, "range": [ - 50871, - 50879 + 51041, + 51049 ], "loc": { "start": { - "line": 1776, + "line": 1782, "column": 20 }, "end": { - "line": 1776, + "line": 1782, "column": 28 } } @@ -92667,16 +92849,16 @@ "object": { "type": "ThisExpression", "range": [ - 50903, - 50907 + 51073, + 51077 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 20 }, "end": { - "line": 1777, + "line": 1783, "column": 24 } } @@ -92685,31 +92867,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 50908, - 50915 + 51078, + 51085 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 25 }, "end": { - "line": 1777, + "line": 1783, "column": 32 } } }, "range": [ - 50903, - 50915 + 51073, + 51085 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 20 }, "end": { - "line": 1777, + "line": 1783, "column": 32 } } @@ -92718,31 +92900,31 @@ "type": "Identifier", "name": "emit", "range": [ - 50916, - 50920 + 51086, + 51090 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 33 }, "end": { - "line": 1777, + "line": 1783, "column": 37 } } }, "range": [ - 50903, - 50920 + 51073, + 51090 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 20 }, "end": { - "line": 1777, + "line": 1783, "column": 37 } } @@ -92753,16 +92935,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 50921, - 50940 + 51091, + 51110 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 38 }, "end": { - "line": 1777, + "line": 1783, "column": 57 } } @@ -92770,16 +92952,16 @@ { "type": "ThisExpression", "range": [ - 50942, - 50946 + 51112, + 51116 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 59 }, "end": { - "line": 1777, + "line": 1783, "column": 63 } } @@ -92788,16 +92970,16 @@ "type": "Identifier", "name": "cell", "range": [ - 50948, - 50952 + 51118, + 51122 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 65 }, "end": { - "line": 1777, + "line": 1783, "column": 69 } } @@ -92806,111 +92988,111 @@ "type": "Identifier", "name": "w", "range": [ - 50954, - 50955 + 51124, + 51125 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 71 }, "end": { - "line": 1777, + "line": 1783, "column": 72 } } } ], "range": [ - 50903, - 50956 + 51073, + 51126 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 20 }, "end": { - "line": 1777, + "line": 1783, "column": 73 } } }, "range": [ - 50903, - 50957 + 51073, + 51127 ], "loc": { "start": { - "line": 1777, + "line": 1783, "column": 20 }, "end": { - "line": 1777, + "line": 1783, "column": 74 } } } ], "range": [ - 50881, - 50975 + 51051, + 51145 ], "loc": { "start": { - "line": 1776, + "line": 1782, "column": 30 }, "end": { - "line": 1778, + "line": 1784, "column": 17 } } }, "alternate": null, "range": [ - 50867, - 50975 + 51037, + 51145 ], "loc": { "start": { - "line": 1776, + "line": 1782, "column": 16 }, "end": { - "line": 1778, + "line": 1784, "column": 17 } } } ], "range": [ - 50447, - 50989 + 50617, + 51159 ], "loc": { "start": { - "line": 1766, + "line": 1772, "column": 46 }, "end": { - "line": 1779, + "line": 1785, "column": 13 } } }, "alternate": null, "range": [ - 50413, - 50989 + 50583, + 51159 ], "loc": { "start": { - "line": 1766, + "line": 1772, "column": 12 }, "end": { - "line": 1779, + "line": 1785, "column": 13 } }, @@ -92919,16 +93101,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 50374, - 50400 + 50544, + 50570 ], "loc": { "start": { - "line": 1765, + "line": 1771, "column": 12 }, "end": { - "line": 1765, + "line": 1771, "column": 38 } } @@ -92937,16 +93119,16 @@ } ], "range": [ - 50360, - 50999 + 50530, + 51169 ], "loc": { "start": { - "line": 1764, + "line": 1770, "column": 42 }, "end": { - "line": 1780, + "line": 1786, "column": 9 } } @@ -92954,16 +93136,16 @@ "generator": false, "expression": false, "range": [ - 50326, - 50999 + 50496, + 51169 ], "loc": { "start": { - "line": 1764, + "line": 1770, "column": 8 }, "end": { - "line": 1780, + "line": 1786, "column": 9 } }, @@ -92972,16 +93154,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 50295, - 50317 + 50465, + 50487 ], "loc": { "start": { - "line": 1763, + "line": 1769, "column": 8 }, "end": { - "line": 1763, + "line": 1769, "column": 30 } } @@ -92992,16 +93174,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 51009, - 51051 + 51179, + 51221 ], "loc": { "start": { - "line": 1782, + "line": 1788, "column": 8 }, "end": { - "line": 1782, + "line": 1788, "column": 50 } } @@ -93014,16 +93196,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 51069, - 51075 + 51239, + 51245 ], "loc": { "start": { - "line": 1783, + "line": 1789, "column": 17 }, "end": { - "line": 1783, + "line": 1789, "column": 23 } } @@ -93033,16 +93215,16 @@ "type": "Identifier", "name": "sA", "range": [ - 51076, - 51078 + 51246, + 51248 ], "loc": { "start": { - "line": 1783, + "line": 1789, "column": 24 }, "end": { - "line": 1783, + "line": 1789, "column": 26 } } @@ -93051,16 +93233,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 51080, - 51088 + 51250, + 51258 ], "loc": { "start": { - "line": 1783, + "line": 1789, "column": 28 }, "end": { - "line": 1783, + "line": 1789, "column": 36 } } @@ -93069,16 +93251,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 51090, - 51096 + 51260, + 51266 ], "loc": { "start": { - "line": 1783, + "line": 1789, "column": 38 }, "end": { - "line": 1783, + "line": 1789, "column": 44 } } @@ -93096,16 +93278,16 @@ "type": "Identifier", "name": "sA", "range": [ - 51112, - 51114 + 51282, + 51284 ], "loc": { "start": { - "line": 1784, + "line": 1790, "column": 12 }, "end": { - "line": 1784, + "line": 1790, "column": 14 } } @@ -93116,16 +93298,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 51117, - 51126 + 51287, + 51296 ], "loc": { "start": { - "line": 1784, + "line": 1790, "column": 17 }, "end": { - "line": 1784, + "line": 1790, "column": 26 } } @@ -93135,16 +93317,16 @@ "type": "Identifier", "name": "sA", "range": [ - 51127, - 51129 + 51297, + 51299 ], "loc": { "start": { - "line": 1784, + "line": 1790, "column": 27 }, "end": { - "line": 1784, + "line": 1790, "column": 29 } } @@ -93155,16 +93337,16 @@ "object": { "type": "ThisExpression", "range": [ - 51131, - 51135 + 51301, + 51305 ], "loc": { "start": { - "line": 1784, + "line": 1790, "column": 31 }, "end": { - "line": 1784, + "line": 1790, "column": 35 } } @@ -93173,77 +93355,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 51136, - 51149 + 51306, + 51319 ], "loc": { "start": { - "line": 1784, + "line": 1790, "column": 36 }, "end": { - "line": 1784, + "line": 1790, "column": 49 } } }, "range": [ - 51131, - 51149 + 51301, + 51319 ], "loc": { "start": { - "line": 1784, + "line": 1790, "column": 31 }, "end": { - "line": 1784, + "line": 1790, "column": 49 } } } ], "range": [ - 51117, - 51150 + 51287, + 51320 ], "loc": { "start": { - "line": 1784, + "line": 1790, "column": 17 }, "end": { - "line": 1784, + "line": 1790, "column": 50 } } }, "range": [ - 51112, - 51150 + 51282, + 51320 ], "loc": { "start": { - "line": 1784, + "line": 1790, "column": 12 }, "end": { - "line": 1784, + "line": 1790, "column": 50 } } }, "range": [ - 51112, - 51151 + 51282, + 51321 ], "loc": { "start": { - "line": 1784, + "line": 1790, "column": 12 }, "end": { - "line": 1784, + "line": 1790, "column": 51 } } @@ -93257,16 +93439,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51169, - 51178 + 51339, + 51348 ], "loc": { "start": { - "line": 1786, + "line": 1792, "column": 16 }, "end": { - "line": 1786, + "line": 1792, "column": 25 } } @@ -93276,31 +93458,31 @@ "value": false, "raw": "false", "range": [ - 51181, - 51186 + 51351, + 51356 ], "loc": { "start": { - "line": 1786, + "line": 1792, "column": 28 }, "end": { - "line": 1786, + "line": 1792, "column": 33 } } }, "range": [ - 51169, - 51186 + 51339, + 51356 ], "loc": { "start": { - "line": 1786, + "line": 1792, "column": 16 }, "end": { - "line": 1786, + "line": 1792, "column": 33 } } @@ -93308,16 +93490,16 @@ ], "kind": "let", "range": [ - 51165, - 51187 + 51335, + 51357 ], "loc": { "start": { - "line": 1786, + "line": 1792, "column": 12 }, "end": { - "line": 1786, + "line": 1792, "column": 34 } }, @@ -93326,16 +93508,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 51201, - 51228 + 51371, + 51398 ], "loc": { "start": { - "line": 1788, + "line": 1794, "column": 12 }, "end": { - "line": 1788, + "line": 1794, "column": 39 } } @@ -93351,16 +93533,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 51245, - 51250 + 51415, + 51420 ], "loc": { "start": { - "line": 1789, + "line": 1795, "column": 16 }, "end": { - "line": 1789, + "line": 1795, "column": 21 } } @@ -93374,16 +93556,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 51253, - 51257 + 51423, + 51427 ], "loc": { "start": { - "line": 1789, + "line": 1795, "column": 24 }, "end": { - "line": 1789, + "line": 1795, "column": 28 } } @@ -93392,31 +93574,31 @@ "type": "Identifier", "name": "test", "range": [ - 51258, - 51262 + 51428, + 51432 ], "loc": { "start": { - "line": 1789, + "line": 1795, "column": 29 }, "end": { - "line": 1789, + "line": 1795, "column": 33 } } }, "range": [ - 51253, - 51262 + 51423, + 51432 ], "loc": { "start": { - "line": 1789, + "line": 1795, "column": 24 }, "end": { - "line": 1789, + "line": 1795, "column": 33 } } @@ -93426,47 +93608,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51263, - 51265 + 51433, + 51435 ], "loc": { "start": { - "line": 1789, + "line": 1795, "column": 34 }, "end": { - "line": 1789, + "line": 1795, "column": 36 } } } ], "range": [ - 51253, - 51266 + 51423, + 51436 ], "loc": { "start": { - "line": 1789, + "line": 1795, "column": 24 }, "end": { - "line": 1789, + "line": 1795, "column": 37 } } }, "range": [ - 51245, - 51266 + 51415, + 51436 ], "loc": { "start": { - "line": 1789, + "line": 1795, "column": 16 }, "end": { - "line": 1789, + "line": 1795, "column": 37 } } @@ -93477,16 +93659,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 51284, - 51289 + 51454, + 51459 ], "loc": { "start": { - "line": 1790, + "line": 1796, "column": 16 }, "end": { - "line": 1790, + "line": 1796, "column": 21 } } @@ -93500,16 +93682,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 51292, - 51297 + 51462, + 51467 ], "loc": { "start": { - "line": 1790, + "line": 1796, "column": 24 }, "end": { - "line": 1790, + "line": 1796, "column": 29 } } @@ -93518,31 +93700,31 @@ "type": "Identifier", "name": "test", "range": [ - 51298, - 51302 + 51468, + 51472 ], "loc": { "start": { - "line": 1790, + "line": 1796, "column": 30 }, "end": { - "line": 1790, + "line": 1796, "column": 34 } } }, "range": [ - 51292, - 51302 + 51462, + 51472 ], "loc": { "start": { - "line": 1790, + "line": 1796, "column": 24 }, "end": { - "line": 1790, + "line": 1796, "column": 34 } } @@ -93552,47 +93734,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51303, - 51305 + 51473, + 51475 ], "loc": { "start": { - "line": 1790, + "line": 1796, "column": 35 }, "end": { - "line": 1790, + "line": 1796, "column": 37 } } } ], "range": [ - 51292, - 51306 + 51462, + 51476 ], "loc": { "start": { - "line": 1790, + "line": 1796, "column": 24 }, "end": { - "line": 1790, + "line": 1796, "column": 38 } } }, "range": [ - 51284, - 51306 + 51454, + 51476 ], "loc": { "start": { - "line": 1790, + "line": 1796, "column": 16 }, "end": { - "line": 1790, + "line": 1796, "column": 38 } } @@ -93603,16 +93785,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 51324, - 51329 + 51494, + 51499 ], "loc": { "start": { - "line": 1791, + "line": 1797, "column": 16 }, "end": { - "line": 1791, + "line": 1797, "column": 21 } } @@ -93626,16 +93808,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 51332, - 51336 + 51502, + 51506 ], "loc": { "start": { - "line": 1791, + "line": 1797, "column": 24 }, "end": { - "line": 1791, + "line": 1797, "column": 28 } } @@ -93644,31 +93826,31 @@ "type": "Identifier", "name": "test", "range": [ - 51337, - 51341 + 51507, + 51511 ], "loc": { "start": { - "line": 1791, + "line": 1797, "column": 29 }, "end": { - "line": 1791, + "line": 1797, "column": 33 } } }, "range": [ - 51332, - 51341 + 51502, + 51511 ], "loc": { "start": { - "line": 1791, + "line": 1797, "column": 24 }, "end": { - "line": 1791, + "line": 1797, "column": 33 } } @@ -93678,47 +93860,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51342, - 51344 + 51512, + 51514 ], "loc": { "start": { - "line": 1791, + "line": 1797, "column": 34 }, "end": { - "line": 1791, + "line": 1797, "column": 36 } } } ], "range": [ - 51332, - 51345 + 51502, + 51515 ], "loc": { "start": { - "line": 1791, + "line": 1797, "column": 24 }, "end": { - "line": 1791, + "line": 1797, "column": 37 } } }, "range": [ - 51324, - 51345 + 51494, + 51515 ], "loc": { "start": { - "line": 1791, + "line": 1797, "column": 16 }, "end": { - "line": 1791, + "line": 1797, "column": 37 } } @@ -93729,16 +93911,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 51363, - 51368 + 51533, + 51538 ], "loc": { "start": { - "line": 1792, + "line": 1798, "column": 16 }, "end": { - "line": 1792, + "line": 1798, "column": 21 } } @@ -93752,16 +93934,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 51371, - 51376 + 51541, + 51546 ], "loc": { "start": { - "line": 1792, + "line": 1798, "column": 24 }, "end": { - "line": 1792, + "line": 1798, "column": 29 } } @@ -93770,31 +93952,31 @@ "type": "Identifier", "name": "test", "range": [ - 51377, - 51381 + 51547, + 51551 ], "loc": { "start": { - "line": 1792, + "line": 1798, "column": 30 }, "end": { - "line": 1792, + "line": 1798, "column": 34 } } }, "range": [ - 51371, - 51381 + 51541, + 51551 ], "loc": { "start": { - "line": 1792, + "line": 1798, "column": 24 }, "end": { - "line": 1792, + "line": 1798, "column": 34 } } @@ -93804,47 +93986,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51382, - 51384 + 51552, + 51554 ], "loc": { "start": { - "line": 1792, + "line": 1798, "column": 35 }, "end": { - "line": 1792, + "line": 1798, "column": 37 } } } ], "range": [ - 51371, - 51385 + 51541, + 51555 ], "loc": { "start": { - "line": 1792, + "line": 1798, "column": 24 }, "end": { - "line": 1792, + "line": 1798, "column": 38 } } }, "range": [ - 51363, - 51385 + 51533, + 51555 ], "loc": { "start": { - "line": 1792, + "line": 1798, "column": 16 }, "end": { - "line": 1792, + "line": 1798, "column": 38 } } @@ -93855,16 +94037,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 51403, - 51408 + 51573, + 51578 ], "loc": { "start": { - "line": 1793, + "line": 1799, "column": 16 }, "end": { - "line": 1793, + "line": 1799, "column": 21 } } @@ -93878,16 +94060,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 51411, - 51415 + 51581, + 51585 ], "loc": { "start": { - "line": 1793, + "line": 1799, "column": 24 }, "end": { - "line": 1793, + "line": 1799, "column": 28 } } @@ -93896,31 +94078,31 @@ "type": "Identifier", "name": "test", "range": [ - 51416, - 51420 + 51586, + 51590 ], "loc": { "start": { - "line": 1793, + "line": 1799, "column": 29 }, "end": { - "line": 1793, + "line": 1799, "column": 33 } } }, "range": [ - 51411, - 51420 + 51581, + 51590 ], "loc": { "start": { - "line": 1793, + "line": 1799, "column": 24 }, "end": { - "line": 1793, + "line": 1799, "column": 33 } } @@ -93930,47 +94112,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51421, - 51423 + 51591, + 51593 ], "loc": { "start": { - "line": 1793, + "line": 1799, "column": 34 }, "end": { - "line": 1793, + "line": 1799, "column": 36 } } } ], "range": [ - 51411, - 51424 + 51581, + 51594 ], "loc": { "start": { - "line": 1793, + "line": 1799, "column": 24 }, "end": { - "line": 1793, + "line": 1799, "column": 37 } } }, "range": [ - 51403, - 51424 + 51573, + 51594 ], "loc": { "start": { - "line": 1793, + "line": 1799, "column": 16 }, "end": { - "line": 1793, + "line": 1799, "column": 37 } } @@ -93981,16 +94163,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 51442, - 51447 + 51612, + 51617 ], "loc": { "start": { - "line": 1794, + "line": 1800, "column": 16 }, "end": { - "line": 1794, + "line": 1800, "column": 21 } } @@ -94004,16 +94186,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 51450, - 51455 + 51620, + 51625 ], "loc": { "start": { - "line": 1794, + "line": 1800, "column": 24 }, "end": { - "line": 1794, + "line": 1800, "column": 29 } } @@ -94022,31 +94204,31 @@ "type": "Identifier", "name": "test", "range": [ - 51456, - 51460 + 51626, + 51630 ], "loc": { "start": { - "line": 1794, + "line": 1800, "column": 30 }, "end": { - "line": 1794, + "line": 1800, "column": 34 } } }, "range": [ - 51450, - 51460 + 51620, + 51630 ], "loc": { "start": { - "line": 1794, + "line": 1800, "column": 24 }, "end": { - "line": 1794, + "line": 1800, "column": 34 } } @@ -94056,47 +94238,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51461, - 51463 + 51631, + 51633 ], "loc": { "start": { - "line": 1794, + "line": 1800, "column": 35 }, "end": { - "line": 1794, + "line": 1800, "column": 37 } } } ], "range": [ - 51450, - 51464 + 51620, + 51634 ], "loc": { "start": { - "line": 1794, + "line": 1800, "column": 24 }, "end": { - "line": 1794, + "line": 1800, "column": 38 } } }, "range": [ - 51442, - 51464 + 51612, + 51634 ], "loc": { "start": { - "line": 1794, + "line": 1800, "column": 16 }, "end": { - "line": 1794, + "line": 1800, "column": 38 } } @@ -94107,16 +94289,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 51482, - 51487 + 51652, + 51657 ], "loc": { "start": { - "line": 1795, + "line": 1801, "column": 16 }, "end": { - "line": 1795, + "line": 1801, "column": 21 } } @@ -94130,16 +94312,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 51490, - 51495 + 51660, + 51665 ], "loc": { "start": { - "line": 1795, + "line": 1801, "column": 24 }, "end": { - "line": 1795, + "line": 1801, "column": 29 } } @@ -94148,31 +94330,31 @@ "type": "Identifier", "name": "test", "range": [ - 51496, - 51500 + 51666, + 51670 ], "loc": { "start": { - "line": 1795, + "line": 1801, "column": 30 }, "end": { - "line": 1795, + "line": 1801, "column": 34 } } }, "range": [ - 51490, - 51500 + 51660, + 51670 ], "loc": { "start": { - "line": 1795, + "line": 1801, "column": 24 }, "end": { - "line": 1795, + "line": 1801, "column": 34 } } @@ -94182,47 +94364,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51501, - 51503 + 51671, + 51673 ], "loc": { "start": { - "line": 1795, + "line": 1801, "column": 35 }, "end": { - "line": 1795, + "line": 1801, "column": 37 } } } ], "range": [ - 51490, - 51504 + 51660, + 51674 ], "loc": { "start": { - "line": 1795, + "line": 1801, "column": 24 }, "end": { - "line": 1795, + "line": 1801, "column": 38 } } }, "range": [ - 51482, - 51504 + 51652, + 51674 ], "loc": { "start": { - "line": 1795, + "line": 1801, "column": 16 }, "end": { - "line": 1795, + "line": 1801, "column": 38 } } @@ -94233,16 +94415,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 51565, - 51570 + 51735, + 51740 ], "loc": { "start": { - "line": 1797, + "line": 1803, "column": 16 }, "end": { - "line": 1797, + "line": 1803, "column": 21 } } @@ -94256,16 +94438,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 51573, - 51578 + 51743, + 51748 ], "loc": { "start": { - "line": 1797, + "line": 1803, "column": 24 }, "end": { - "line": 1797, + "line": 1803, "column": 29 } } @@ -94274,31 +94456,31 @@ "type": "Identifier", "name": "test", "range": [ - 51579, - 51583 + 51749, + 51753 ], "loc": { "start": { - "line": 1797, + "line": 1803, "column": 30 }, "end": { - "line": 1797, + "line": 1803, "column": 34 } } }, "range": [ - 51573, - 51583 + 51743, + 51753 ], "loc": { "start": { - "line": 1797, + "line": 1803, "column": 24 }, "end": { - "line": 1797, + "line": 1803, "column": 34 } } @@ -94308,47 +94490,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51584, - 51586 + 51754, + 51756 ], "loc": { "start": { - "line": 1797, + "line": 1803, "column": 35 }, "end": { - "line": 1797, + "line": 1803, "column": 37 } } } ], "range": [ - 51573, - 51587 + 51743, + 51757 ], "loc": { "start": { - "line": 1797, + "line": 1803, "column": 24 }, "end": { - "line": 1797, + "line": 1803, "column": 38 } } }, "range": [ - 51565, - 51587 + 51735, + 51757 ], "loc": { "start": { - "line": 1797, + "line": 1803, "column": 16 }, "end": { - "line": 1797, + "line": 1803, "column": 38 } }, @@ -94357,16 +94539,16 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 51522, - 51548 + 51692, + 51718 ], "loc": { "start": { - "line": 1796, + "line": 1802, "column": 16 }, "end": { - "line": 1796, + "line": 1802, "column": 42 } } @@ -94379,16 +94561,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 51605, - 51610 + 51775, + 51780 ], "loc": { "start": { - "line": 1798, + "line": 1804, "column": 16 }, "end": { - "line": 1798, + "line": 1804, "column": 21 } } @@ -94402,16 +94584,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 51613, - 51618 + 51783, + 51788 ], "loc": { "start": { - "line": 1798, + "line": 1804, "column": 24 }, "end": { - "line": 1798, + "line": 1804, "column": 29 } } @@ -94420,31 +94602,31 @@ "type": "Identifier", "name": "test", "range": [ - 51619, - 51623 + 51789, + 51793 ], "loc": { "start": { - "line": 1798, + "line": 1804, "column": 30 }, "end": { - "line": 1798, + "line": 1804, "column": 34 } } }, "range": [ - 51613, - 51623 + 51783, + 51793 ], "loc": { "start": { - "line": 1798, + "line": 1804, "column": 24 }, "end": { - "line": 1798, + "line": 1804, "column": 34 } } @@ -94454,47 +94636,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51624, - 51626 + 51794, + 51796 ], "loc": { "start": { - "line": 1798, + "line": 1804, "column": 35 }, "end": { - "line": 1798, + "line": 1804, "column": 37 } } } ], "range": [ - 51613, - 51627 + 51783, + 51797 ], "loc": { "start": { - "line": 1798, + "line": 1804, "column": 24 }, "end": { - "line": 1798, + "line": 1804, "column": 38 } } }, "range": [ - 51605, - 51627 + 51775, + 51797 ], "loc": { "start": { - "line": 1798, + "line": 1804, "column": 16 }, "end": { - "line": 1798, + "line": 1804, "column": 38 } } @@ -94505,16 +94687,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 51645, - 51650 + 51815, + 51820 ], "loc": { "start": { - "line": 1799, + "line": 1805, "column": 16 }, "end": { - "line": 1799, + "line": 1805, "column": 21 } } @@ -94526,16 +94708,16 @@ "type": "Identifier", "name": "re_em", "range": [ - 51654, - 51659 + 51824, + 51829 ], "loc": { "start": { - "line": 1799, + "line": 1805, "column": 25 }, "end": { - "line": 1799, + "line": 1805, "column": 30 } } @@ -94544,46 +94726,46 @@ "type": "Identifier", "name": "sA", "range": [ - 51664, - 51666 + 51834, + 51836 ], "loc": { "start": { - "line": 1799, + "line": 1805, "column": 35 }, "end": { - "line": 1799, + "line": 1805, "column": 37 } } }, "range": [ - 51654, - 51666 + 51824, + 51836 ], "loc": { "start": { - "line": 1799, + "line": 1805, "column": 25 }, "end": { - "line": 1799, + "line": 1805, "column": 37 } } }, "range": [ - 51645, - 51667 + 51815, + 51837 ], "loc": { "start": { - "line": 1799, + "line": 1805, "column": 16 }, "end": { - "line": 1799, + "line": 1805, "column": 38 } } @@ -94594,16 +94776,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 51685, - 51690 + 51855, + 51860 ], "loc": { "start": { - "line": 1800, + "line": 1806, "column": 16 }, "end": { - "line": 1800, + "line": 1806, "column": 21 } } @@ -94615,16 +94797,16 @@ "type": "Identifier", "name": "re_nm", "range": [ - 51694, - 51699 + 51864, + 51869 ], "loc": { "start": { - "line": 1800, + "line": 1806, "column": 25 }, "end": { - "line": 1800, + "line": 1806, "column": 30 } } @@ -94633,46 +94815,46 @@ "type": "Identifier", "name": "sA", "range": [ - 51704, - 51706 + 51874, + 51876 ], "loc": { "start": { - "line": 1800, + "line": 1806, "column": 35 }, "end": { - "line": 1800, + "line": 1806, "column": 37 } } }, "range": [ - 51694, - 51706 + 51864, + 51876 ], "loc": { "start": { - "line": 1800, + "line": 1806, "column": 25 }, "end": { - "line": 1800, + "line": 1806, "column": 37 } } }, "range": [ - 51685, - 51707 + 51855, + 51877 ], "loc": { "start": { - "line": 1800, + "line": 1806, "column": 16 }, "end": { - "line": 1800, + "line": 1806, "column": 38 } } @@ -94683,16 +94865,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 51725, - 51730 + 51895, + 51900 ], "loc": { "start": { - "line": 1801, + "line": 1807, "column": 16 }, "end": { - "line": 1801, + "line": 1807, "column": 21 } } @@ -94706,16 +94888,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 51733, - 51738 + 51903, + 51908 ], "loc": { "start": { - "line": 1801, + "line": 1807, "column": 24 }, "end": { - "line": 1801, + "line": 1807, "column": 29 } } @@ -94724,31 +94906,31 @@ "type": "Identifier", "name": "test", "range": [ - 51739, - 51743 + 51909, + 51913 ], "loc": { "start": { - "line": 1801, + "line": 1807, "column": 30 }, "end": { - "line": 1801, + "line": 1807, "column": 34 } } }, "range": [ - 51733, - 51743 + 51903, + 51913 ], "loc": { "start": { - "line": 1801, + "line": 1807, "column": 24 }, "end": { - "line": 1801, + "line": 1807, "column": 34 } } @@ -94758,47 +94940,47 @@ "type": "Identifier", "name": "sA", "range": [ - 51744, - 51746 + 51914, + 51916 ], "loc": { "start": { - "line": 1801, + "line": 1807, "column": 35 }, "end": { - "line": 1801, + "line": 1807, "column": 37 } } } ], "range": [ - 51733, - 51747 + 51903, + 51917 ], "loc": { "start": { - "line": 1801, + "line": 1807, "column": 24 }, "end": { - "line": 1801, + "line": 1807, "column": 38 } } }, "range": [ - 51725, - 51747 + 51895, + 51917 ], "loc": { "start": { - "line": 1801, + "line": 1807, "column": 16 }, "end": { - "line": 1801, + "line": 1807, "column": 38 } } @@ -94806,16 +94988,16 @@ ], "kind": "let", "range": [ - 51241, - 51748 + 51411, + 51918 ], "loc": { "start": { - "line": 1789, + "line": 1795, "column": 12 }, "end": { - "line": 1801, + "line": 1807, "column": 39 } }, @@ -94824,16 +95006,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 51201, - 51228 + 51371, + 51398 ], "loc": { "start": { - "line": 1788, + "line": 1794, "column": 12 }, "end": { - "line": 1788, + "line": 1794, "column": 39 } } @@ -94844,16 +95026,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 51762, - 51801 + 51932, + 51971 ], "loc": { "start": { - "line": 1803, + "line": 1809, "column": 12 }, "end": { - "line": 1803, + "line": 1809, "column": 51 } } @@ -94870,16 +95052,16 @@ "object": { "type": "ThisExpression", "range": [ - 51818, - 51822 + 51988, + 51992 ], "loc": { "start": { - "line": 1804, + "line": 1810, "column": 16 }, "end": { - "line": 1804, + "line": 1810, "column": 20 } } @@ -94888,31 +95070,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 51823, - 51830 + 51993, + 52000 ], "loc": { "start": { - "line": 1804, + "line": 1810, "column": 21 }, "end": { - "line": 1804, + "line": 1810, "column": 28 } } }, "range": [ - 51818, - 51830 + 51988, + 52000 ], "loc": { "start": { - "line": 1804, + "line": 1810, "column": 16 }, "end": { - "line": 1804, + "line": 1810, "column": 28 } } @@ -94922,16 +95104,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 51831, - 51837 + 52001, + 52007 ], "loc": { "start": { - "line": 1804, + "line": 1810, "column": 29 }, "end": { - "line": 1804, + "line": 1810, "column": 35 } } @@ -94943,48 +95125,48 @@ "type": "Identifier", "name": "DATE", "range": [ - 51840, - 51844 + 52010, + 52014 ], "loc": { "start": { - "line": 1804, + "line": 1810, "column": 38 }, "end": { - "line": 1804, + "line": 1810, "column": 42 } } } ], "range": [ - 51839, - 51845 + 52009, + 52015 ], "loc": { "start": { - "line": 1804, + "line": 1810, "column": 37 }, "end": { - "line": 1804, + "line": 1810, "column": 43 } } } ], "range": [ - 51818, - 51846 + 51988, + 52016 ], "loc": { "start": { - "line": 1804, + "line": 1810, "column": 16 }, "end": { - "line": 1804, + "line": 1810, "column": 44 } } @@ -95001,32 +95183,32 @@ "type": "Identifier", "name": "dte1", "range": [ - 51870, - 51874 + 52040, + 52044 ], "loc": { "start": { - "line": 1805, + "line": 1811, "column": 20 }, "end": { - "line": 1805, + "line": 1811, "column": 24 } } }, "init": null, "range": [ - 51870, - 51874 + 52040, + 52044 ], "loc": { "start": { - "line": 1805, + "line": 1811, "column": 20 }, "end": { - "line": 1805, + "line": 1811, "column": 24 } } @@ -95037,32 +95219,32 @@ "type": "Identifier", "name": "dte2", "range": [ - 51876, - 51880 + 52046, + 52050 ], "loc": { "start": { - "line": 1805, + "line": 1811, "column": 26 }, "end": { - "line": 1805, + "line": 1811, "column": 30 } } }, "init": null, "range": [ - 51876, - 51880 + 52046, + 52050 ], "loc": { "start": { - "line": 1805, + "line": 1811, "column": 26 }, "end": { - "line": 1805, + "line": 1811, "column": 30 } } @@ -95070,16 +95252,16 @@ ], "kind": "let", "range": [ - 51866, - 51881 + 52036, + 52051 ], "loc": { "start": { - "line": 1805, + "line": 1811, "column": 16 }, "end": { - "line": 1805, + "line": 1811, "column": 31 } } @@ -95093,16 +95275,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 51903, - 51911 + 52073, + 52081 ], "loc": { "start": { - "line": 1807, + "line": 1813, "column": 20 }, "end": { - "line": 1807, + "line": 1813, "column": 28 } } @@ -95116,16 +95298,16 @@ "object": { "type": "ThisExpression", "range": [ - 51914, - 51918 + 52084, + 52088 ], "loc": { "start": { - "line": 1807, + "line": 1813, "column": 31 }, "end": { - "line": 1807, + "line": 1813, "column": 35 } } @@ -95134,31 +95316,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 51919, - 51922 + 52089, + 52092 ], "loc": { "start": { - "line": 1807, + "line": 1813, "column": 36 }, "end": { - "line": 1807, + "line": 1813, "column": 39 } } }, "range": [ - 51914, - 51922 + 52084, + 52092 ], "loc": { "start": { - "line": 1807, + "line": 1813, "column": 31 }, "end": { - "line": 1807, + "line": 1813, "column": 39 } } @@ -95167,46 +95349,46 @@ "type": "Identifier", "name": "dateType", "range": [ - 51923, - 51931 + 52093, + 52101 ], "loc": { "start": { - "line": 1807, + "line": 1813, "column": 40 }, "end": { - "line": 1807, + "line": 1813, "column": 48 } } }, "range": [ - 51914, - 51931 + 52084, + 52101 ], "loc": { "start": { - "line": 1807, + "line": 1813, "column": 31 }, "end": { - "line": 1807, + "line": 1813, "column": 48 } } }, "range": [ - 51903, - 51931 + 52073, + 52101 ], "loc": { "start": { - "line": 1807, + "line": 1813, "column": 20 }, "end": { - "line": 1807, + "line": 1813, "column": 48 } } @@ -95214,16 +95396,16 @@ ], "kind": "let", "range": [ - 51899, - 51932 + 52069, + 52102 ], "loc": { "start": { - "line": 1807, + "line": 1813, "column": 16 }, "end": { - "line": 1807, + "line": 1813, "column": 49 } } @@ -95237,16 +95419,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 51953, - 51964 + 52123, + 52134 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 20 }, "end": { - "line": 1808, + "line": 1814, "column": 31 } } @@ -95263,16 +95445,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 51967, - 51975 + 52137, + 52145 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 34 }, "end": { - "line": 1808, + "line": 1814, "column": 42 } } @@ -95281,31 +95463,31 @@ "type": "Identifier", "name": "isValid", "range": [ - 51976, - 51983 + 52146, + 52153 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 43 }, "end": { - "line": 1808, + "line": 1814, "column": 50 } } }, "range": [ - 51967, - 51983 + 52137, + 52153 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 34 }, "end": { - "line": 1808, + "line": 1814, "column": 50 } } @@ -95314,31 +95496,31 @@ "type": "Identifier", "name": "bind", "range": [ - 51984, - 51988 + 52154, + 52158 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 51 }, "end": { - "line": 1808, + "line": 1814, "column": 55 } } }, "range": [ - 51967, - 51988 + 52137, + 52158 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 34 }, "end": { - "line": 1808, + "line": 1814, "column": 55 } } @@ -95348,47 +95530,47 @@ "type": "Identifier", "name": "dateType", "range": [ - 51989, - 51997 + 52159, + 52167 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 56 }, "end": { - "line": 1808, + "line": 1814, "column": 64 } } } ], "range": [ - 51967, - 51998 + 52137, + 52168 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 34 }, "end": { - "line": 1808, + "line": 1814, "column": 65 } } }, "range": [ - 51953, - 51998 + 52123, + 52168 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 20 }, "end": { - "line": 1808, + "line": 1814, "column": 65 } } @@ -95396,16 +95578,16 @@ ], "kind": "let", "range": [ - 51949, - 51999 + 52119, + 52169 ], "loc": { "start": { - "line": 1808, + "line": 1814, "column": 16 }, "end": { - "line": 1808, + "line": 1814, "column": 66 } } @@ -95419,16 +95601,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 52020, - 52029 + 52190, + 52199 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 20 }, "end": { - "line": 1809, + "line": 1815, "column": 29 } } @@ -95445,16 +95627,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 52032, - 52040 + 52202, + 52210 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 32 }, "end": { - "line": 1809, + "line": 1815, "column": 40 } } @@ -95463,31 +95645,31 @@ "type": "Identifier", "name": "parse", "range": [ - 52041, - 52046 + 52211, + 52216 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 41 }, "end": { - "line": 1809, + "line": 1815, "column": 46 } } }, "range": [ - 52032, - 52046 + 52202, + 52216 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 32 }, "end": { - "line": 1809, + "line": 1815, "column": 46 } } @@ -95496,31 +95678,31 @@ "type": "Identifier", "name": "bind", "range": [ - 52047, - 52051 + 52217, + 52221 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 47 }, "end": { - "line": 1809, + "line": 1815, "column": 51 } } }, "range": [ - 52032, - 52051 + 52202, + 52221 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 32 }, "end": { - "line": 1809, + "line": 1815, "column": 51 } } @@ -95530,47 +95712,47 @@ "type": "Identifier", "name": "dateType", "range": [ - 52052, - 52060 + 52222, + 52230 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 52 }, "end": { - "line": 1809, + "line": 1815, "column": 60 } } } ], "range": [ - 52032, - 52061 + 52202, + 52231 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 32 }, "end": { - "line": 1809, + "line": 1815, "column": 61 } } }, "range": [ - 52020, - 52061 + 52190, + 52231 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 20 }, "end": { - "line": 1809, + "line": 1815, "column": 61 } } @@ -95578,16 +95760,16 @@ ], "kind": "let", "range": [ - 52016, - 52062 + 52186, + 52232 ], "loc": { "start": { - "line": 1809, + "line": 1815, "column": 16 }, "end": { - "line": 1809, + "line": 1815, "column": 62 } } @@ -95601,16 +95783,16 @@ "type": "Identifier", "name": "locale", "range": [ - 52083, - 52089 + 52253, + 52259 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 20 }, "end": { - "line": 1810, + "line": 1816, "column": 26 } } @@ -95630,16 +95812,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 52092, - 52100 + 52262, + 52270 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 29 }, "end": { - "line": 1810, + "line": 1816, "column": 37 } } @@ -95648,31 +95830,31 @@ "type": "Identifier", "name": "getOptions", "range": [ - 52101, - 52111 + 52271, + 52281 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 38 }, "end": { - "line": 1810, + "line": 1816, "column": 48 } } }, "range": [ - 52092, - 52111 + 52262, + 52281 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 29 }, "end": { - "line": 1810, + "line": 1816, "column": 48 } } @@ -95682,32 +95864,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 52112, - 52118 + 52282, + 52288 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 49 }, "end": { - "line": 1810, + "line": 1816, "column": 55 } } } ], "range": [ - 52092, - 52119 + 52262, + 52289 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 29 }, "end": { - "line": 1810, + "line": 1816, "column": 56 } } @@ -95716,31 +95898,31 @@ "type": "Identifier", "name": "locale", "range": [ - 52120, - 52126 + 52290, + 52296 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 57 }, "end": { - "line": 1810, + "line": 1816, "column": 63 } } }, "range": [ - 52092, - 52126 + 52262, + 52296 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 29 }, "end": { - "line": 1810, + "line": 1816, "column": 63 } } @@ -95751,16 +95933,16 @@ "object": { "type": "ThisExpression", "range": [ - 52130, - 52134 + 52300, + 52304 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 67 }, "end": { - "line": 1810, + "line": 1816, "column": 71 } } @@ -95769,61 +95951,61 @@ "type": "Identifier", "name": "locale", "range": [ - 52135, - 52141 + 52305, + 52311 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 72 }, "end": { - "line": 1810, + "line": 1816, "column": 78 } } }, "range": [ - 52130, - 52141 + 52300, + 52311 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 67 }, "end": { - "line": 1810, + "line": 1816, "column": 78 } } }, "range": [ - 52092, - 52141 + 52262, + 52311 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 29 }, "end": { - "line": 1810, + "line": 1816, "column": 78 } } }, "range": [ - 52083, - 52141 + 52253, + 52311 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 20 }, "end": { - "line": 1810, + "line": 1816, "column": 78 } } @@ -95831,16 +96013,16 @@ ], "kind": "let", "range": [ - 52079, - 52142 + 52249, + 52312 ], "loc": { "start": { - "line": 1810, + "line": 1816, "column": 16 }, "end": { - "line": 1810, + "line": 1816, "column": 79 } }, @@ -95849,16 +96031,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 52160, - 52185 + 52330, + 52355 ], "loc": { "start": { - "line": 1812, + "line": 1818, "column": 16 }, "end": { - "line": 1812, + "line": 1818, "column": 41 } } @@ -95874,16 +96056,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 52206, - 52213 + 52376, + 52383 ], "loc": { "start": { - "line": 1813, + "line": 1819, "column": 20 }, "end": { - "line": 1813, + "line": 1819, "column": 27 } } @@ -95895,16 +96077,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 52216, - 52221 + 52386, + 52391 ], "loc": { "start": { - "line": 1813, + "line": 1819, "column": 30 }, "end": { - "line": 1813, + "line": 1819, "column": 35 } } @@ -95915,16 +96097,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 52245, - 52256 + 52415, + 52426 ], "loc": { "start": { - "line": 1814, + "line": 1820, "column": 20 }, "end": { - "line": 1814, + "line": 1820, "column": 31 } } @@ -95939,16 +96121,16 @@ "type": "Identifier", "name": "sA", "range": [ - 52257, - 52259 + 52427, + 52429 ], "loc": { "start": { - "line": 1814, + "line": 1820, "column": 32 }, "end": { - "line": 1814, + "line": 1820, "column": 34 } } @@ -95957,31 +96139,31 @@ "type": "Identifier", "name": "replace", "range": [ - 52260, - 52267 + 52430, + 52437 ], "loc": { "start": { - "line": 1814, + "line": 1820, "column": 35 }, "end": { - "line": 1814, + "line": 1820, "column": 42 } } }, "range": [ - 52257, - 52267 + 52427, + 52437 ], "loc": { "start": { - "line": 1814, + "line": 1820, "column": 32 }, "end": { - "line": 1814, + "line": 1820, "column": 42 } } @@ -95991,16 +96173,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 52268, - 52272 + 52438, + 52442 ], "loc": { "start": { - "line": 1814, + "line": 1820, "column": 43 }, "end": { - "line": 1814, + "line": 1820, "column": 47 } } @@ -96010,32 +96192,32 @@ "value": "", "raw": "''", "range": [ - 52274, - 52276 + 52444, + 52446 ], "loc": { "start": { - "line": 1814, + "line": 1820, "column": 49 }, "end": { - "line": 1814, + "line": 1820, "column": 51 } } } ], "range": [ - 52257, - 52277 + 52427, + 52447 ], "loc": { "start": { - "line": 1814, + "line": 1820, "column": 32 }, "end": { - "line": 1814, + "line": 1820, "column": 52 } } @@ -96044,62 +96226,62 @@ "type": "Identifier", "name": "locale", "range": [ - 52279, - 52285 + 52449, + 52455 ], "loc": { "start": { - "line": 1814, + "line": 1820, "column": 54 }, "end": { - "line": 1814, + "line": 1820, "column": 60 } } } ], "range": [ - 52245, - 52286 + 52415, + 52456 ], "loc": { "start": { - "line": 1814, + "line": 1820, "column": 20 }, "end": { - "line": 1814, + "line": 1820, "column": 61 } } }, "range": [ - 52216, - 52286 + 52386, + 52456 ], "loc": { "start": { - "line": 1813, + "line": 1819, "column": 30 }, "end": { - "line": 1814, + "line": 1820, "column": 61 } } }, "range": [ - 52206, - 52286 + 52376, + 52456 ], "loc": { "start": { - "line": 1813, + "line": 1819, "column": 20 }, "end": { - "line": 1814, + "line": 1820, "column": 61 } } @@ -96107,16 +96289,16 @@ ], "kind": "let", "range": [ - 52202, - 52287 + 52372, + 52457 ], "loc": { "start": { - "line": 1813, + "line": 1819, "column": 16 }, "end": { - "line": 1814, + "line": 1820, "column": 62 } }, @@ -96125,16 +96307,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 52160, - 52185 + 52330, + 52355 ], "loc": { "start": { - "line": 1812, + "line": 1818, "column": 16 }, "end": { - "line": 1812, + "line": 1818, "column": 41 } } @@ -96150,16 +96332,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 52308, - 52316 + 52478, + 52486 ], "loc": { "start": { - "line": 1815, + "line": 1821, "column": 20 }, "end": { - "line": 1815, + "line": 1821, "column": 28 } } @@ -96171,16 +96353,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 52319, - 52324 + 52489, + 52494 ], "loc": { "start": { - "line": 1815, + "line": 1821, "column": 31 }, "end": { - "line": 1815, + "line": 1821, "column": 36 } } @@ -96191,16 +96373,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 52348, - 52359 + 52518, + 52529 ], "loc": { "start": { - "line": 1816, + "line": 1822, "column": 20 }, "end": { - "line": 1816, + "line": 1822, "column": 31 } } @@ -96215,16 +96397,16 @@ "type": "Identifier", "name": "sA", "range": [ - 52360, - 52362 + 52530, + 52532 ], "loc": { "start": { - "line": 1816, + "line": 1822, "column": 32 }, "end": { - "line": 1816, + "line": 1822, "column": 34 } } @@ -96233,31 +96415,31 @@ "type": "Identifier", "name": "replace", "range": [ - 52363, - 52370 + 52533, + 52540 ], "loc": { "start": { - "line": 1816, + "line": 1822, "column": 35 }, "end": { - "line": 1816, + "line": 1822, "column": 42 } } }, "range": [ - 52360, - 52370 + 52530, + 52540 ], "loc": { "start": { - "line": 1816, + "line": 1822, "column": 32 }, "end": { - "line": 1816, + "line": 1822, "column": 42 } } @@ -96267,16 +96449,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 52371, - 52376 + 52541, + 52546 ], "loc": { "start": { - "line": 1816, + "line": 1822, "column": 43 }, "end": { - "line": 1816, + "line": 1822, "column": 48 } } @@ -96286,32 +96468,32 @@ "value": "", "raw": "''", "range": [ - 52378, - 52380 + 52548, + 52550 ], "loc": { "start": { - "line": 1816, + "line": 1822, "column": 50 }, "end": { - "line": 1816, + "line": 1822, "column": 52 } } } ], "range": [ - 52360, - 52381 + 52530, + 52551 ], "loc": { "start": { - "line": 1816, + "line": 1822, "column": 32 }, "end": { - "line": 1816, + "line": 1822, "column": 53 } } @@ -96320,62 +96502,62 @@ "type": "Identifier", "name": "locale", "range": [ - 52383, - 52389 + 52553, + 52559 ], "loc": { "start": { - "line": 1816, + "line": 1822, "column": 55 }, "end": { - "line": 1816, + "line": 1822, "column": 61 } } } ], "range": [ - 52348, - 52390 + 52518, + 52560 ], "loc": { "start": { - "line": 1816, + "line": 1822, "column": 20 }, "end": { - "line": 1816, + "line": 1822, "column": 62 } } }, "range": [ - 52319, - 52390 + 52489, + 52560 ], "loc": { "start": { - "line": 1815, + "line": 1821, "column": 31 }, "end": { - "line": 1816, + "line": 1822, "column": 62 } } }, "range": [ - 52308, - 52390 + 52478, + 52560 ], "loc": { "start": { - "line": 1815, + "line": 1821, "column": 20 }, "end": { - "line": 1816, + "line": 1822, "column": 62 } } @@ -96383,16 +96565,16 @@ ], "kind": "let", "range": [ - 52304, - 52391 + 52474, + 52561 ], "loc": { "start": { - "line": 1815, + "line": 1821, "column": 16 }, "end": { - "line": 1816, + "line": 1822, "column": 63 } } @@ -96406,16 +96588,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 52412, - 52419 + 52582, + 52589 ], "loc": { "start": { - "line": 1817, + "line": 1823, "column": 20 }, "end": { - "line": 1817, + "line": 1823, "column": 27 } } @@ -96427,16 +96609,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 52422, - 52427 + 52592, + 52597 ], "loc": { "start": { - "line": 1817, + "line": 1823, "column": 30 }, "end": { - "line": 1817, + "line": 1823, "column": 35 } } @@ -96447,16 +96629,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 52451, - 52462 + 52621, + 52632 ], "loc": { "start": { - "line": 1818, + "line": 1824, "column": 20 }, "end": { - "line": 1818, + "line": 1824, "column": 31 } } @@ -96471,16 +96653,16 @@ "type": "Identifier", "name": "sA", "range": [ - 52463, - 52465 + 52633, + 52635 ], "loc": { "start": { - "line": 1818, + "line": 1824, "column": 32 }, "end": { - "line": 1818, + "line": 1824, "column": 34 } } @@ -96489,31 +96671,31 @@ "type": "Identifier", "name": "replace", "range": [ - 52466, - 52473 + 52636, + 52643 ], "loc": { "start": { - "line": 1818, + "line": 1824, "column": 35 }, "end": { - "line": 1818, + "line": 1824, "column": 42 } } }, "range": [ - 52463, - 52473 + 52633, + 52643 ], "loc": { "start": { - "line": 1818, + "line": 1824, "column": 32 }, "end": { - "line": 1818, + "line": 1824, "column": 42 } } @@ -96523,16 +96705,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 52474, - 52478 + 52644, + 52648 ], "loc": { "start": { - "line": 1818, + "line": 1824, "column": 43 }, "end": { - "line": 1818, + "line": 1824, "column": 47 } } @@ -96542,32 +96724,32 @@ "value": "", "raw": "''", "range": [ - 52480, - 52482 + 52650, + 52652 ], "loc": { "start": { - "line": 1818, + "line": 1824, "column": 49 }, "end": { - "line": 1818, + "line": 1824, "column": 51 } } } ], "range": [ - 52463, - 52483 + 52633, + 52653 ], "loc": { "start": { - "line": 1818, + "line": 1824, "column": 32 }, "end": { - "line": 1818, + "line": 1824, "column": 52 } } @@ -96576,62 +96758,62 @@ "type": "Identifier", "name": "locale", "range": [ - 52485, - 52491 + 52655, + 52661 ], "loc": { "start": { - "line": 1818, + "line": 1824, "column": 54 }, "end": { - "line": 1818, + "line": 1824, "column": 60 } } } ], "range": [ - 52451, - 52492 + 52621, + 52662 ], "loc": { "start": { - "line": 1818, + "line": 1824, "column": 20 }, "end": { - "line": 1818, + "line": 1824, "column": 61 } } }, "range": [ - 52422, - 52492 + 52592, + 52662 ], "loc": { "start": { - "line": 1817, + "line": 1823, "column": 30 }, "end": { - "line": 1818, + "line": 1824, "column": 61 } } }, "range": [ - 52412, - 52492 + 52582, + 52662 ], "loc": { "start": { - "line": 1817, + "line": 1823, "column": 20 }, "end": { - "line": 1818, + "line": 1824, "column": 61 } } @@ -96639,16 +96821,16 @@ ], "kind": "let", "range": [ - 52408, - 52493 + 52578, + 52663 ], "loc": { "start": { - "line": 1817, + "line": 1823, "column": 16 }, "end": { - "line": 1818, + "line": 1824, "column": 62 } } @@ -96662,16 +96844,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 52514, - 52522 + 52684, + 52692 ], "loc": { "start": { - "line": 1819, + "line": 1825, "column": 20 }, "end": { - "line": 1819, + "line": 1825, "column": 28 } } @@ -96683,16 +96865,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 52525, - 52530 + 52695, + 52700 ], "loc": { "start": { - "line": 1819, + "line": 1825, "column": 31 }, "end": { - "line": 1819, + "line": 1825, "column": 36 } } @@ -96703,16 +96885,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 52554, - 52565 + 52724, + 52735 ], "loc": { "start": { - "line": 1820, + "line": 1826, "column": 20 }, "end": { - "line": 1820, + "line": 1826, "column": 31 } } @@ -96727,16 +96909,16 @@ "type": "Identifier", "name": "sA", "range": [ - 52566, - 52568 + 52736, + 52738 ], "loc": { "start": { - "line": 1820, + "line": 1826, "column": 32 }, "end": { - "line": 1820, + "line": 1826, "column": 34 } } @@ -96745,31 +96927,31 @@ "type": "Identifier", "name": "replace", "range": [ - 52569, - 52576 + 52739, + 52746 ], "loc": { "start": { - "line": 1820, + "line": 1826, "column": 35 }, "end": { - "line": 1820, + "line": 1826, "column": 42 } } }, "range": [ - 52566, - 52576 + 52736, + 52746 ], "loc": { "start": { - "line": 1820, + "line": 1826, "column": 32 }, "end": { - "line": 1820, + "line": 1826, "column": 42 } } @@ -96779,16 +96961,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 52577, - 52582 + 52747, + 52752 ], "loc": { "start": { - "line": 1820, + "line": 1826, "column": 43 }, "end": { - "line": 1820, + "line": 1826, "column": 48 } } @@ -96798,32 +96980,32 @@ "value": "", "raw": "''", "range": [ - 52584, - 52586 + 52754, + 52756 ], "loc": { "start": { - "line": 1820, + "line": 1826, "column": 50 }, "end": { - "line": 1820, + "line": 1826, "column": 52 } } } ], "range": [ - 52566, - 52587 + 52736, + 52757 ], "loc": { "start": { - "line": 1820, + "line": 1826, "column": 32 }, "end": { - "line": 1820, + "line": 1826, "column": 53 } } @@ -96832,62 +97014,62 @@ "type": "Identifier", "name": "locale", "range": [ - 52589, - 52595 + 52759, + 52765 ], "loc": { "start": { - "line": 1820, + "line": 1826, "column": 55 }, "end": { - "line": 1820, + "line": 1826, "column": 61 } } } ], "range": [ - 52554, - 52596 + 52724, + 52766 ], "loc": { "start": { - "line": 1820, + "line": 1826, "column": 20 }, "end": { - "line": 1820, + "line": 1826, "column": 62 } } }, "range": [ - 52525, - 52596 + 52695, + 52766 ], "loc": { "start": { - "line": 1819, + "line": 1825, "column": 31 }, "end": { - "line": 1820, + "line": 1826, "column": 62 } } }, "range": [ - 52514, - 52596 + 52684, + 52766 ], "loc": { "start": { - "line": 1819, + "line": 1825, "column": 20 }, "end": { - "line": 1820, + "line": 1826, "column": 62 } } @@ -96895,16 +97077,16 @@ ], "kind": "let", "range": [ - 52510, - 52597 + 52680, + 52767 ], "loc": { "start": { - "line": 1819, + "line": 1825, "column": 16 }, "end": { - "line": 1820, + "line": 1826, "column": 63 } } @@ -96918,16 +97100,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 52618, - 52626 + 52788, + 52796 ], "loc": { "start": { - "line": 1821, + "line": 1827, "column": 20 }, "end": { - "line": 1821, + "line": 1827, "column": 28 } } @@ -96939,16 +97121,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 52629, - 52634 + 52799, + 52804 ], "loc": { "start": { - "line": 1821, + "line": 1827, "column": 31 }, "end": { - "line": 1821, + "line": 1827, "column": 36 } } @@ -96959,16 +97141,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 52658, - 52669 + 52828, + 52839 ], "loc": { "start": { - "line": 1822, + "line": 1828, "column": 20 }, "end": { - "line": 1822, + "line": 1828, "column": 31 } } @@ -96983,16 +97165,16 @@ "type": "Identifier", "name": "sA", "range": [ - 52670, - 52672 + 52840, + 52842 ], "loc": { "start": { - "line": 1822, + "line": 1828, "column": 32 }, "end": { - "line": 1822, + "line": 1828, "column": 34 } } @@ -97001,31 +97183,31 @@ "type": "Identifier", "name": "replace", "range": [ - 52673, - 52680 + 52843, + 52850 ], "loc": { "start": { - "line": 1822, + "line": 1828, "column": 35 }, "end": { - "line": 1822, + "line": 1828, "column": 42 } } }, "range": [ - 52670, - 52680 + 52840, + 52850 ], "loc": { "start": { - "line": 1822, + "line": 1828, "column": 32 }, "end": { - "line": 1822, + "line": 1828, "column": 42 } } @@ -97035,16 +97217,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 52681, - 52685 + 52851, + 52855 ], "loc": { "start": { - "line": 1822, + "line": 1828, "column": 43 }, "end": { - "line": 1822, + "line": 1828, "column": 47 } } @@ -97054,32 +97236,32 @@ "value": "", "raw": "''", "range": [ - 52687, - 52689 + 52857, + 52859 ], "loc": { "start": { - "line": 1822, + "line": 1828, "column": 49 }, "end": { - "line": 1822, + "line": 1828, "column": 51 } } } ], "range": [ - 52670, - 52690 + 52840, + 52860 ], "loc": { "start": { - "line": 1822, + "line": 1828, "column": 32 }, "end": { - "line": 1822, + "line": 1828, "column": 52 } } @@ -97088,62 +97270,62 @@ "type": "Identifier", "name": "locale", "range": [ - 52692, - 52698 + 52862, + 52868 ], "loc": { "start": { - "line": 1822, + "line": 1828, "column": 54 }, "end": { - "line": 1822, + "line": 1828, "column": 60 } } } ], "range": [ - 52658, - 52699 + 52828, + 52869 ], "loc": { "start": { - "line": 1822, + "line": 1828, "column": 20 }, "end": { - "line": 1822, + "line": 1828, "column": 61 } } }, "range": [ - 52629, - 52699 + 52799, + 52869 ], "loc": { "start": { - "line": 1821, + "line": 1827, "column": 31 }, "end": { - "line": 1822, + "line": 1828, "column": 61 } } }, "range": [ - 52618, - 52699 + 52788, + 52869 ], "loc": { "start": { - "line": 1821, + "line": 1827, "column": 20 }, "end": { - "line": 1822, + "line": 1828, "column": 61 } } @@ -97151,16 +97333,16 @@ ], "kind": "let", "range": [ - 52614, - 52700 + 52784, + 52870 ], "loc": { "start": { - "line": 1821, + "line": 1827, "column": 16 }, "end": { - "line": 1822, + "line": 1828, "column": 62 } } @@ -97174,16 +97356,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 52721, - 52729 + 52891, + 52899 ], "loc": { "start": { - "line": 1823, + "line": 1829, "column": 20 }, "end": { - "line": 1823, + "line": 1829, "column": 28 } } @@ -97195,16 +97377,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 52732, - 52737 + 52902, + 52907 ], "loc": { "start": { - "line": 1823, + "line": 1829, "column": 31 }, "end": { - "line": 1823, + "line": 1829, "column": 36 } } @@ -97215,16 +97397,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 52761, - 52772 + 52931, + 52942 ], "loc": { "start": { - "line": 1824, + "line": 1830, "column": 20 }, "end": { - "line": 1824, + "line": 1830, "column": 31 } } @@ -97239,16 +97421,16 @@ "type": "Identifier", "name": "sA", "range": [ - 52773, - 52775 + 52943, + 52945 ], "loc": { "start": { - "line": 1824, + "line": 1830, "column": 32 }, "end": { - "line": 1824, + "line": 1830, "column": 34 } } @@ -97257,31 +97439,31 @@ "type": "Identifier", "name": "replace", "range": [ - 52776, - 52783 + 52946, + 52953 ], "loc": { "start": { - "line": 1824, + "line": 1830, "column": 35 }, "end": { - "line": 1824, + "line": 1830, "column": 42 } } }, "range": [ - 52773, - 52783 + 52943, + 52953 ], "loc": { "start": { - "line": 1824, + "line": 1830, "column": 32 }, "end": { - "line": 1824, + "line": 1830, "column": 42 } } @@ -97291,16 +97473,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 52784, - 52789 + 52954, + 52959 ], "loc": { "start": { - "line": 1824, + "line": 1830, "column": 43 }, "end": { - "line": 1824, + "line": 1830, "column": 48 } } @@ -97310,32 +97492,32 @@ "value": "", "raw": "''", "range": [ - 52791, - 52793 + 52961, + 52963 ], "loc": { "start": { - "line": 1824, + "line": 1830, "column": 50 }, "end": { - "line": 1824, + "line": 1830, "column": 52 } } } ], "range": [ - 52773, - 52794 + 52943, + 52964 ], "loc": { "start": { - "line": 1824, + "line": 1830, "column": 32 }, "end": { - "line": 1824, + "line": 1830, "column": 53 } } @@ -97344,62 +97526,62 @@ "type": "Identifier", "name": "locale", "range": [ - 52796, - 52802 + 52966, + 52972 ], "loc": { "start": { - "line": 1824, + "line": 1830, "column": 55 }, "end": { - "line": 1824, + "line": 1830, "column": 61 } } } ], "range": [ - 52761, - 52803 + 52931, + 52973 ], "loc": { "start": { - "line": 1824, + "line": 1830, "column": 20 }, "end": { - "line": 1824, + "line": 1830, "column": 62 } } }, "range": [ - 52732, - 52803 + 52902, + 52973 ], "loc": { "start": { - "line": 1823, + "line": 1829, "column": 31 }, "end": { - "line": 1824, + "line": 1830, "column": 62 } } }, "range": [ - 52721, - 52803 + 52891, + 52973 ], "loc": { "start": { - "line": 1823, + "line": 1829, "column": 20 }, "end": { - "line": 1824, + "line": 1830, "column": 62 } } @@ -97407,16 +97589,16 @@ ], "kind": "let", "range": [ - 52717, - 52804 + 52887, + 52974 ], "loc": { "start": { - "line": 1823, + "line": 1829, "column": 16 }, "end": { - "line": 1824, + "line": 1830, "column": 63 } } @@ -97430,16 +97612,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 52822, - 52826 + 52992, + 52996 ], "loc": { "start": { - "line": 1826, + "line": 1832, "column": 16 }, "end": { - "line": 1826, + "line": 1832, "column": 20 } } @@ -97450,16 +97632,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 52829, - 52838 + 52999, + 53008 ], "loc": { "start": { - "line": 1826, + "line": 1832, "column": 23 }, "end": { - "line": 1826, + "line": 1832, "column": 32 } } @@ -97469,16 +97651,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 52839, - 52847 + 53009, + 53017 ], "loc": { "start": { - "line": 1826, + "line": 1832, "column": 33 }, "end": { - "line": 1826, + "line": 1832, "column": 41 } } @@ -97487,62 +97669,62 @@ "type": "Identifier", "name": "locale", "range": [ - 52849, - 52855 + 53019, + 53025 ], "loc": { "start": { - "line": 1826, + "line": 1832, "column": 43 }, "end": { - "line": 1826, + "line": 1832, "column": 49 } } } ], "range": [ - 52829, - 52856 + 52999, + 53026 ], "loc": { "start": { - "line": 1826, + "line": 1832, "column": 23 }, "end": { - "line": 1826, + "line": 1832, "column": 50 } } }, "range": [ - 52822, - 52856 + 52992, + 53026 ], "loc": { "start": { - "line": 1826, + "line": 1832, "column": 16 }, "end": { - "line": 1826, + "line": 1832, "column": 50 } } }, "range": [ - 52822, - 52857 + 52992, + 53027 ], "loc": { "start": { - "line": 1826, + "line": 1832, "column": 16 }, "end": { - "line": 1826, + "line": 1832, "column": 51 } }, @@ -97551,16 +97733,16 @@ "type": "Line", "value": " lower date", "range": [ - 52875, - 52888 + 53045, + 53058 ], "loc": { "start": { - "line": 1828, + "line": 1834, "column": 16 }, "end": { - "line": 1828, + "line": 1834, "column": 29 } } @@ -97573,16 +97755,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 52909, - 52916 + 53079, + 53086 ], "loc": { "start": { - "line": 1829, + "line": 1835, "column": 20 }, "end": { - "line": 1829, + "line": 1835, "column": 27 } } @@ -97599,16 +97781,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 52940, - 52944 + 53110, + 53114 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 20 }, "end": { - "line": 1830, + "line": 1836, "column": 24 } } @@ -97619,16 +97801,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 52947, - 52956 + 53117, + 53126 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 27 }, "end": { - "line": 1830, + "line": 1836, "column": 36 } } @@ -97643,16 +97825,16 @@ "type": "Identifier", "name": "sA", "range": [ - 52957, - 52959 + 53127, + 53129 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 37 }, "end": { - "line": 1830, + "line": 1836, "column": 39 } } @@ -97661,31 +97843,31 @@ "type": "Identifier", "name": "replace", "range": [ - 52960, - 52967 + 53130, + 53137 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 40 }, "end": { - "line": 1830, + "line": 1836, "column": 47 } } }, "range": [ - 52957, - 52967 + 53127, + 53137 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 37 }, "end": { - "line": 1830, + "line": 1836, "column": 47 } } @@ -97695,16 +97877,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 52968, - 52972 + 53138, + 53142 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 48 }, "end": { - "line": 1830, + "line": 1836, "column": 52 } } @@ -97714,32 +97896,32 @@ "value": "", "raw": "''", "range": [ - 52974, - 52976 + 53144, + 53146 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 54 }, "end": { - "line": 1830, + "line": 1836, "column": 56 } } } ], "range": [ - 52957, - 52977 + 53127, + 53147 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 37 }, "end": { - "line": 1830, + "line": 1836, "column": 57 } } @@ -97748,62 +97930,62 @@ "type": "Identifier", "name": "locale", "range": [ - 52979, - 52985 + 53149, + 53155 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 59 }, "end": { - "line": 1830, + "line": 1836, "column": 65 } } } ], "range": [ - 52947, - 52986 + 53117, + 53156 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 27 }, "end": { - "line": 1830, + "line": 1836, "column": 66 } } }, "range": [ - 52940, - 52986 + 53110, + 53156 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 20 }, "end": { - "line": 1830, + "line": 1836, "column": 66 } } }, "range": [ - 52940, - 52987 + 53110, + 53157 ], "loc": { "start": { - "line": 1830, + "line": 1836, "column": 20 }, "end": { - "line": 1830, + "line": 1836, "column": 67 } } @@ -97817,16 +97999,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53008, - 53017 + 53178, + 53187 ], "loc": { "start": { - "line": 1831, + "line": 1837, "column": 20 }, "end": { - "line": 1831, + "line": 1837, "column": 29 } } @@ -97838,16 +98020,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 53020, - 53024 + 53190, + 53194 ], "loc": { "start": { - "line": 1831, + "line": 1837, "column": 32 }, "end": { - "line": 1831, + "line": 1837, "column": 36 } } @@ -97856,77 +98038,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 53027, - 53031 + 53197, + 53201 ], "loc": { "start": { - "line": 1831, + "line": 1837, "column": 39 }, "end": { - "line": 1831, + "line": 1837, "column": 43 } } }, "range": [ - 53020, - 53031 + 53190, + 53201 ], "loc": { "start": { - "line": 1831, + "line": 1837, "column": 32 }, "end": { - "line": 1831, + "line": 1837, "column": 43 } } }, "range": [ - 53008, - 53031 + 53178, + 53201 ], "loc": { "start": { - "line": 1831, + "line": 1837, "column": 20 }, "end": { - "line": 1831, + "line": 1837, "column": 43 } } }, "range": [ - 53008, - 53032 + 53178, + 53202 ], "loc": { "start": { - "line": 1831, + "line": 1837, "column": 20 }, "end": { - "line": 1831, + "line": 1837, "column": 44 } } } ], "range": [ - 52918, - 53050 + 53088, + 53220 ], "loc": { "start": { - "line": 1829, + "line": 1835, "column": 29 }, "end": { - "line": 1832, + "line": 1838, "column": 17 } }, @@ -97935,16 +98117,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 53067, - 53086 + 53237, + 53256 ], "loc": { "start": { - "line": 1833, + "line": 1839, "column": 16 }, "end": { - "line": 1833, + "line": 1839, "column": 35 } } @@ -97957,16 +98139,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 53112, - 53120 + 53282, + 53290 ], "loc": { "start": { - "line": 1834, + "line": 1840, "column": 25 }, "end": { - "line": 1834, + "line": 1840, "column": 33 } } @@ -97983,16 +98165,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53144, - 53148 + 53314, + 53318 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 20 }, "end": { - "line": 1835, + "line": 1841, "column": 24 } } @@ -98003,16 +98185,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 53151, - 53160 + 53321, + 53330 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 27 }, "end": { - "line": 1835, + "line": 1841, "column": 36 } } @@ -98027,16 +98209,16 @@ "type": "Identifier", "name": "sA", "range": [ - 53161, - 53163 + 53331, + 53333 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 37 }, "end": { - "line": 1835, + "line": 1841, "column": 39 } } @@ -98045,31 +98227,31 @@ "type": "Identifier", "name": "replace", "range": [ - 53164, - 53171 + 53334, + 53341 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 40 }, "end": { - "line": 1835, + "line": 1841, "column": 47 } } }, "range": [ - 53161, - 53171 + 53331, + 53341 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 37 }, "end": { - "line": 1835, + "line": 1841, "column": 47 } } @@ -98079,16 +98261,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 53172, - 53177 + 53342, + 53347 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 48 }, "end": { - "line": 1835, + "line": 1841, "column": 53 } } @@ -98098,32 +98280,32 @@ "value": "", "raw": "''", "range": [ - 53179, - 53181 + 53349, + 53351 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 55 }, "end": { - "line": 1835, + "line": 1841, "column": 57 } } } ], "range": [ - 53161, - 53182 + 53331, + 53352 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 37 }, "end": { - "line": 1835, + "line": 1841, "column": 58 } } @@ -98132,62 +98314,62 @@ "type": "Identifier", "name": "locale", "range": [ - 53184, - 53190 + 53354, + 53360 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 60 }, "end": { - "line": 1835, + "line": 1841, "column": 66 } } } ], "range": [ - 53151, - 53191 + 53321, + 53361 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 27 }, "end": { - "line": 1835, + "line": 1841, "column": 67 } } }, "range": [ - 53144, - 53191 + 53314, + 53361 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 20 }, "end": { - "line": 1835, + "line": 1841, "column": 67 } } }, "range": [ - 53144, - 53192 + 53314, + 53362 ], "loc": { "start": { - "line": 1835, + "line": 1841, "column": 20 }, "end": { - "line": 1835, + "line": 1841, "column": 68 } } @@ -98201,16 +98383,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53213, - 53222 + 53383, + 53392 ], "loc": { "start": { - "line": 1836, + "line": 1842, "column": 20 }, "end": { - "line": 1836, + "line": 1842, "column": 29 } } @@ -98222,16 +98404,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 53225, - 53229 + 53395, + 53399 ], "loc": { "start": { - "line": 1836, + "line": 1842, "column": 32 }, "end": { - "line": 1836, + "line": 1842, "column": 36 } } @@ -98240,77 +98422,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 53233, - 53237 + 53403, + 53407 ], "loc": { "start": { - "line": 1836, + "line": 1842, "column": 40 }, "end": { - "line": 1836, + "line": 1842, "column": 44 } } }, "range": [ - 53225, - 53237 + 53395, + 53407 ], "loc": { "start": { - "line": 1836, + "line": 1842, "column": 32 }, "end": { - "line": 1836, + "line": 1842, "column": 44 } } }, "range": [ - 53213, - 53237 + 53383, + 53407 ], "loc": { "start": { - "line": 1836, + "line": 1842, "column": 20 }, "end": { - "line": 1836, + "line": 1842, "column": 44 } } }, "range": [ - 53213, - 53238 + 53383, + 53408 ], "loc": { "start": { - "line": 1836, + "line": 1842, "column": 20 }, "end": { - "line": 1836, + "line": 1842, "column": 45 } } } ], "range": [ - 53122, - 53256 + 53292, + 53426 ], "loc": { "start": { - "line": 1834, + "line": 1840, "column": 35 }, "end": { - "line": 1837, + "line": 1843, "column": 17 } }, @@ -98319,16 +98501,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 53273, - 53294 + 53443, + 53464 ], "loc": { "start": { - "line": 1838, + "line": 1844, "column": 16 }, "end": { - "line": 1838, + "line": 1844, "column": 37 } } @@ -98341,16 +98523,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 53320, - 53328 + 53490, + 53498 ], "loc": { "start": { - "line": 1839, + "line": 1845, "column": 25 }, "end": { - "line": 1839, + "line": 1845, "column": 33 } } @@ -98367,16 +98549,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53352, - 53356 + 53522, + 53526 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 20 }, "end": { - "line": 1840, + "line": 1846, "column": 24 } } @@ -98387,16 +98569,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 53359, - 53368 + 53529, + 53538 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 27 }, "end": { - "line": 1840, + "line": 1846, "column": 36 } } @@ -98411,16 +98593,16 @@ "type": "Identifier", "name": "sA", "range": [ - 53369, - 53371 + 53539, + 53541 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 37 }, "end": { - "line": 1840, + "line": 1846, "column": 39 } } @@ -98429,31 +98611,31 @@ "type": "Identifier", "name": "replace", "range": [ - 53372, - 53379 + 53542, + 53549 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 40 }, "end": { - "line": 1840, + "line": 1846, "column": 47 } } }, "range": [ - 53369, - 53379 + 53539, + 53549 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 37 }, "end": { - "line": 1840, + "line": 1846, "column": 47 } } @@ -98463,16 +98645,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 53380, - 53385 + 53550, + 53555 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 48 }, "end": { - "line": 1840, + "line": 1846, "column": 53 } } @@ -98482,32 +98664,32 @@ "value": "", "raw": "''", "range": [ - 53387, - 53389 + 53557, + 53559 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 55 }, "end": { - "line": 1840, + "line": 1846, "column": 57 } } } ], "range": [ - 53369, - 53390 + 53539, + 53560 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 37 }, "end": { - "line": 1840, + "line": 1846, "column": 58 } } @@ -98516,62 +98698,62 @@ "type": "Identifier", "name": "locale", "range": [ - 53392, - 53398 + 53562, + 53568 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 60 }, "end": { - "line": 1840, + "line": 1846, "column": 66 } } } ], "range": [ - 53359, - 53399 + 53529, + 53569 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 27 }, "end": { - "line": 1840, + "line": 1846, "column": 67 } } }, "range": [ - 53352, - 53399 + 53522, + 53569 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 20 }, "end": { - "line": 1840, + "line": 1846, "column": 67 } } }, "range": [ - 53352, - 53400 + 53522, + 53570 ], "loc": { "start": { - "line": 1840, + "line": 1846, "column": 20 }, "end": { - "line": 1840, + "line": 1846, "column": 68 } } @@ -98585,16 +98767,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53421, - 53430 + 53591, + 53600 ], "loc": { "start": { - "line": 1841, + "line": 1847, "column": 20 }, "end": { - "line": 1841, + "line": 1847, "column": 29 } } @@ -98606,16 +98788,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 53433, - 53437 + 53603, + 53607 ], "loc": { "start": { - "line": 1841, + "line": 1847, "column": 32 }, "end": { - "line": 1841, + "line": 1847, "column": 36 } } @@ -98624,77 +98806,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 53441, - 53445 + 53611, + 53615 ], "loc": { "start": { - "line": 1841, + "line": 1847, "column": 40 }, "end": { - "line": 1841, + "line": 1847, "column": 44 } } }, "range": [ - 53433, - 53445 + 53603, + 53615 ], "loc": { "start": { - "line": 1841, + "line": 1847, "column": 32 }, "end": { - "line": 1841, + "line": 1847, "column": 44 } } }, "range": [ - 53421, - 53445 + 53591, + 53615 ], "loc": { "start": { - "line": 1841, + "line": 1847, "column": 20 }, "end": { - "line": 1841, + "line": 1847, "column": 44 } } }, "range": [ - 53421, - 53446 + 53591, + 53616 ], "loc": { "start": { - "line": 1841, + "line": 1847, "column": 20 }, "end": { - "line": 1841, + "line": 1847, "column": 45 } } } ], "range": [ - 53330, - 53464 + 53500, + 53634 ], "loc": { "start": { - "line": 1839, + "line": 1845, "column": 35 }, "end": { - "line": 1842, + "line": 1848, "column": 17 } }, @@ -98703,16 +98885,16 @@ "type": "Line", "value": " greater date", "range": [ - 53481, - 53496 + 53651, + 53666 ], "loc": { "start": { - "line": 1843, + "line": 1849, "column": 16 }, "end": { - "line": 1843, + "line": 1849, "column": 31 } } @@ -98725,16 +98907,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 53522, - 53529 + 53692, + 53699 ], "loc": { "start": { - "line": 1844, + "line": 1850, "column": 25 }, "end": { - "line": 1844, + "line": 1850, "column": 32 } } @@ -98751,16 +98933,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53553, - 53557 + 53723, + 53727 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 20 }, "end": { - "line": 1845, + "line": 1851, "column": 24 } } @@ -98771,16 +98953,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 53560, - 53569 + 53730, + 53739 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 27 }, "end": { - "line": 1845, + "line": 1851, "column": 36 } } @@ -98795,16 +98977,16 @@ "type": "Identifier", "name": "sA", "range": [ - 53570, - 53572 + 53740, + 53742 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 37 }, "end": { - "line": 1845, + "line": 1851, "column": 39 } } @@ -98813,31 +98995,31 @@ "type": "Identifier", "name": "replace", "range": [ - 53573, - 53580 + 53743, + 53750 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 40 }, "end": { - "line": 1845, + "line": 1851, "column": 47 } } }, "range": [ - 53570, - 53580 + 53740, + 53750 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 37 }, "end": { - "line": 1845, + "line": 1851, "column": 47 } } @@ -98847,16 +99029,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 53581, - 53585 + 53751, + 53755 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 48 }, "end": { - "line": 1845, + "line": 1851, "column": 52 } } @@ -98866,32 +99048,32 @@ "value": "", "raw": "''", "range": [ - 53587, - 53589 + 53757, + 53759 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 54 }, "end": { - "line": 1845, + "line": 1851, "column": 56 } } } ], "range": [ - 53570, - 53590 + 53740, + 53760 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 37 }, "end": { - "line": 1845, + "line": 1851, "column": 57 } } @@ -98900,62 +99082,62 @@ "type": "Identifier", "name": "locale", "range": [ - 53592, - 53598 + 53762, + 53768 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 59 }, "end": { - "line": 1845, + "line": 1851, "column": 65 } } } ], "range": [ - 53560, - 53599 + 53730, + 53769 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 27 }, "end": { - "line": 1845, + "line": 1851, "column": 66 } } }, "range": [ - 53553, - 53599 + 53723, + 53769 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 20 }, "end": { - "line": 1845, + "line": 1851, "column": 66 } } }, "range": [ - 53553, - 53600 + 53723, + 53770 ], "loc": { "start": { - "line": 1845, + "line": 1851, "column": 20 }, "end": { - "line": 1845, + "line": 1851, "column": 67 } } @@ -98969,16 +99151,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53621, - 53630 + 53791, + 53800 ], "loc": { "start": { - "line": 1846, + "line": 1852, "column": 20 }, "end": { - "line": 1846, + "line": 1852, "column": 29 } } @@ -98990,16 +99172,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 53633, - 53637 + 53803, + 53807 ], "loc": { "start": { - "line": 1846, + "line": 1852, "column": 32 }, "end": { - "line": 1846, + "line": 1852, "column": 36 } } @@ -99008,77 +99190,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 53640, - 53644 + 53810, + 53814 ], "loc": { "start": { - "line": 1846, + "line": 1852, "column": 39 }, "end": { - "line": 1846, + "line": 1852, "column": 43 } } }, "range": [ - 53633, - 53644 + 53803, + 53814 ], "loc": { "start": { - "line": 1846, + "line": 1852, "column": 32 }, "end": { - "line": 1846, + "line": 1852, "column": 43 } } }, "range": [ - 53621, - 53644 + 53791, + 53814 ], "loc": { "start": { - "line": 1846, + "line": 1852, "column": 20 }, "end": { - "line": 1846, + "line": 1852, "column": 43 } } }, "range": [ - 53621, - 53645 + 53791, + 53815 ], "loc": { "start": { - "line": 1846, + "line": 1852, "column": 20 }, "end": { - "line": 1846, + "line": 1852, "column": 44 } } } ], "range": [ - 53531, - 53663 + 53701, + 53833 ], "loc": { "start": { - "line": 1844, + "line": 1850, "column": 34 }, "end": { - "line": 1847, + "line": 1853, "column": 17 } }, @@ -99087,16 +99269,16 @@ "type": "Line", "value": " different date", "range": [ - 53680, - 53697 + 53850, + 53867 ], "loc": { "start": { - "line": 1848, + "line": 1854, "column": 16 }, "end": { - "line": 1848, + "line": 1854, "column": 33 } } @@ -99109,16 +99291,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 53723, - 53731 + 53893, + 53901 ], "loc": { "start": { - "line": 1849, + "line": 1855, "column": 25 }, "end": { - "line": 1849, + "line": 1855, "column": 33 } } @@ -99135,16 +99317,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53755, - 53759 + 53925, + 53929 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 20 }, "end": { - "line": 1850, + "line": 1856, "column": 24 } } @@ -99155,16 +99337,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 53762, - 53771 + 53932, + 53941 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 27 }, "end": { - "line": 1850, + "line": 1856, "column": 36 } } @@ -99179,16 +99361,16 @@ "type": "Identifier", "name": "sA", "range": [ - 53772, - 53774 + 53942, + 53944 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 37 }, "end": { - "line": 1850, + "line": 1856, "column": 39 } } @@ -99197,31 +99379,31 @@ "type": "Identifier", "name": "replace", "range": [ - 53775, - 53782 + 53945, + 53952 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 40 }, "end": { - "line": 1850, + "line": 1856, "column": 47 } } }, "range": [ - 53772, - 53782 + 53942, + 53952 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 37 }, "end": { - "line": 1850, + "line": 1856, "column": 47 } } @@ -99231,16 +99413,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 53783, - 53787 + 53953, + 53957 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 48 }, "end": { - "line": 1850, + "line": 1856, "column": 52 } } @@ -99250,32 +99432,32 @@ "value": "", "raw": "''", "range": [ - 53789, - 53791 + 53959, + 53961 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 54 }, "end": { - "line": 1850, + "line": 1856, "column": 56 } } } ], "range": [ - 53772, - 53792 + 53942, + 53962 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 37 }, "end": { - "line": 1850, + "line": 1856, "column": 57 } } @@ -99284,62 +99466,62 @@ "type": "Identifier", "name": "locale", "range": [ - 53794, - 53800 + 53964, + 53970 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 59 }, "end": { - "line": 1850, + "line": 1856, "column": 65 } } } ], "range": [ - 53762, - 53801 + 53932, + 53971 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 27 }, "end": { - "line": 1850, + "line": 1856, "column": 66 } } }, "range": [ - 53755, - 53801 + 53925, + 53971 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 20 }, "end": { - "line": 1850, + "line": 1856, "column": 66 } } }, "range": [ - 53755, - 53802 + 53925, + 53972 ], "loc": { "start": { - "line": 1850, + "line": 1856, "column": 20 }, "end": { - "line": 1850, + "line": 1856, "column": 67 } } @@ -99353,16 +99535,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53823, - 53832 + 53993, + 54002 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 20 }, "end": { - "line": 1851, + "line": 1857, "column": 29 } } @@ -99379,16 +99561,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 53835, - 53839 + 54005, + 54009 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 32 }, "end": { - "line": 1851, + "line": 1857, "column": 36 } } @@ -99397,47 +99579,47 @@ "type": "Identifier", "name": "toString", "range": [ - 53840, - 53848 + 54010, + 54018 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 37 }, "end": { - "line": 1851, + "line": 1857, "column": 45 } } }, "range": [ - 53835, - 53848 + 54005, + 54018 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 32 }, "end": { - "line": 1851, + "line": 1857, "column": 45 } } }, "arguments": [], "range": [ - 53835, - 53850 + 54005, + 54020 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 32 }, "end": { - "line": 1851, + "line": 1857, "column": 47 } } @@ -99451,16 +99633,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53855, - 53859 + 54025, + 54029 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 52 }, "end": { - "line": 1851, + "line": 1857, "column": 56 } } @@ -99469,108 +99651,108 @@ "type": "Identifier", "name": "toString", "range": [ - 53860, - 53868 + 54030, + 54038 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 57 }, "end": { - "line": 1851, + "line": 1857, "column": 65 } } }, "range": [ - 53855, - 53868 + 54025, + 54038 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 52 }, "end": { - "line": 1851, + "line": 1857, "column": 65 } } }, "arguments": [], "range": [ - 53855, - 53870 + 54025, + 54040 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 52 }, "end": { - "line": 1851, + "line": 1857, "column": 67 } } }, "range": [ - 53835, - 53870 + 54005, + 54040 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 32 }, "end": { - "line": 1851, + "line": 1857, "column": 67 } } }, "range": [ - 53823, - 53870 + 53993, + 54040 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 20 }, "end": { - "line": 1851, + "line": 1857, "column": 67 } } }, "range": [ - 53823, - 53871 + 53993, + 54041 ], "loc": { "start": { - "line": 1851, + "line": 1857, "column": 20 }, "end": { - "line": 1851, + "line": 1857, "column": 68 } } } ], "range": [ - 53733, - 53889 + 53903, + 54059 ], "loc": { "start": { - "line": 1849, + "line": 1855, "column": 35 }, "end": { - "line": 1852, + "line": 1858, "column": 17 } }, @@ -99579,16 +99761,16 @@ "type": "Line", "value": " equal date", "range": [ - 53906, - 53919 + 54076, + 54089 ], "loc": { "start": { - "line": 1853, + "line": 1859, "column": 16 }, "end": { - "line": 1853, + "line": 1859, "column": 29 } } @@ -99601,16 +99783,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 53945, - 53953 + 54115, + 54123 ], "loc": { "start": { - "line": 1854, + "line": 1860, "column": 25 }, "end": { - "line": 1854, + "line": 1860, "column": 33 } } @@ -99627,16 +99809,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 53977, - 53981 + 54147, + 54151 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 20 }, "end": { - "line": 1855, + "line": 1861, "column": 24 } } @@ -99647,16 +99829,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 53984, - 53993 + 54154, + 54163 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 27 }, "end": { - "line": 1855, + "line": 1861, "column": 36 } } @@ -99671,16 +99853,16 @@ "type": "Identifier", "name": "sA", "range": [ - 53994, - 53996 + 54164, + 54166 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 37 }, "end": { - "line": 1855, + "line": 1861, "column": 39 } } @@ -99689,31 +99871,31 @@ "type": "Identifier", "name": "replace", "range": [ - 53997, - 54004 + 54167, + 54174 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 40 }, "end": { - "line": 1855, + "line": 1861, "column": 47 } } }, "range": [ - 53994, - 54004 + 54164, + 54174 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 37 }, "end": { - "line": 1855, + "line": 1861, "column": 47 } } @@ -99723,16 +99905,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 54005, - 54010 + 54175, + 54180 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 48 }, "end": { - "line": 1855, + "line": 1861, "column": 53 } } @@ -99742,32 +99924,32 @@ "value": "", "raw": "''", "range": [ - 54012, - 54014 + 54182, + 54184 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 55 }, "end": { - "line": 1855, + "line": 1861, "column": 57 } } } ], "range": [ - 53994, - 54015 + 54164, + 54185 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 37 }, "end": { - "line": 1855, + "line": 1861, "column": 58 } } @@ -99776,62 +99958,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54017, - 54023 + 54187, + 54193 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 60 }, "end": { - "line": 1855, + "line": 1861, "column": 66 } } } ], "range": [ - 53984, - 54024 + 54154, + 54194 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 27 }, "end": { - "line": 1855, + "line": 1861, "column": 67 } } }, "range": [ - 53977, - 54024 + 54147, + 54194 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 20 }, "end": { - "line": 1855, + "line": 1861, "column": 67 } } }, "range": [ - 53977, - 54025 + 54147, + 54195 ], "loc": { "start": { - "line": 1855, + "line": 1861, "column": 20 }, "end": { - "line": 1855, + "line": 1861, "column": 68 } } @@ -99845,16 +100027,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54046, - 54055 + 54216, + 54225 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 20 }, "end": { - "line": 1856, + "line": 1862, "column": 29 } } @@ -99871,16 +100053,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 54058, - 54062 + 54228, + 54232 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 32 }, "end": { - "line": 1856, + "line": 1862, "column": 36 } } @@ -99889,47 +100071,47 @@ "type": "Identifier", "name": "toString", "range": [ - 54063, - 54071 + 54233, + 54241 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 37 }, "end": { - "line": 1856, + "line": 1862, "column": 45 } } }, "range": [ - 54058, - 54071 + 54228, + 54241 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 32 }, "end": { - "line": 1856, + "line": 1862, "column": 45 } } }, "arguments": [], "range": [ - 54058, - 54073 + 54228, + 54243 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 32 }, "end": { - "line": 1856, + "line": 1862, "column": 47 } } @@ -99943,16 +100125,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 54078, - 54082 + 54248, + 54252 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 52 }, "end": { - "line": 1856, + "line": 1862, "column": 56 } } @@ -99961,108 +100143,108 @@ "type": "Identifier", "name": "toString", "range": [ - 54083, - 54091 + 54253, + 54261 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 57 }, "end": { - "line": 1856, + "line": 1862, "column": 65 } } }, "range": [ - 54078, - 54091 + 54248, + 54261 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 52 }, "end": { - "line": 1856, + "line": 1862, "column": 65 } } }, "arguments": [], "range": [ - 54078, - 54093 + 54248, + 54263 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 52 }, "end": { - "line": 1856, + "line": 1862, "column": 67 } } }, "range": [ - 54058, - 54093 + 54228, + 54263 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 32 }, "end": { - "line": 1856, + "line": 1862, "column": 67 } } }, "range": [ - 54046, - 54093 + 54216, + 54263 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 20 }, "end": { - "line": 1856, + "line": 1862, "column": 67 } } }, "range": [ - 54046, - 54094 + 54216, + 54264 ], "loc": { "start": { - "line": 1856, + "line": 1862, "column": 20 }, "end": { - "line": 1856, + "line": 1862, "column": 68 } } } ], "range": [ - 53955, - 54112 + 54125, + 54282 ], "loc": { "start": { - "line": 1854, + "line": 1860, "column": 35 }, "end": { - "line": 1857, + "line": 1863, "column": 17 } }, @@ -100071,16 +100253,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 54129, - 54190 + 54299, + 54360 ], "loc": { "start": { - "line": 1858, + "line": 1864, "column": 16 }, "end": { - "line": 1858, + "line": 1864, "column": 77 } } @@ -100098,16 +100280,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 54216, - 54221 + 54386, + 54391 ], "loc": { "start": { - "line": 1859, + "line": 1865, "column": 25 }, "end": { - "line": 1859, + "line": 1865, "column": 30 } } @@ -100116,31 +100298,31 @@ "type": "Identifier", "name": "test", "range": [ - 54222, - 54226 + 54392, + 54396 ], "loc": { "start": { - "line": 1859, + "line": 1865, "column": 31 }, "end": { - "line": 1859, + "line": 1865, "column": 35 } } }, "range": [ - 54216, - 54226 + 54386, + 54396 ], "loc": { "start": { - "line": 1859, + "line": 1865, "column": 25 }, "end": { - "line": 1859, + "line": 1865, "column": 35 } } @@ -100150,32 +100332,32 @@ "type": "Identifier", "name": "sA", "range": [ - 54227, - 54229 + 54397, + 54399 ], "loc": { "start": { - "line": 1859, + "line": 1865, "column": 36 }, "end": { - "line": 1859, + "line": 1865, "column": 38 } } } ], "range": [ - 54216, - 54230 + 54386, + 54400 ], "loc": { "start": { - "line": 1859, + "line": 1865, "column": 25 }, "end": { - "line": 1859, + "line": 1865, "column": 39 } } @@ -100192,16 +100374,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54266, - 54275 + 54436, + 54445 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 20 }, "end": { - "line": 1860, + "line": 1866, "column": 29 } } @@ -100212,16 +100394,16 @@ "type": "Identifier", "name": "contains", "range": [ - 54278, - 54286 + 54448, + 54456 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 32 }, "end": { - "line": 1860, + "line": 1866, "column": 40 } } @@ -100236,16 +100418,16 @@ "type": "Identifier", "name": "sA", "range": [ - 54287, - 54289 + 54457, + 54459 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 41 }, "end": { - "line": 1860, + "line": 1866, "column": 43 } } @@ -100254,31 +100436,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54290, - 54297 + 54460, + 54467 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 44 }, "end": { - "line": 1860, + "line": 1866, "column": 51 } } }, "range": [ - 54287, - 54297 + 54457, + 54467 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 41 }, "end": { - "line": 1860, + "line": 1866, "column": 51 } } @@ -100288,16 +100470,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 54298, - 54303 + 54468, + 54473 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 52 }, "end": { - "line": 1860, + "line": 1866, "column": 57 } } @@ -100307,32 +100489,32 @@ "value": "", "raw": "''", "range": [ - 54305, - 54307 + 54475, + 54477 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 59 }, "end": { - "line": 1860, + "line": 1866, "column": 61 } } } ], "range": [ - 54287, - 54308 + 54457, + 54478 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 41 }, "end": { - "line": 1860, + "line": 1866, "column": 62 } } @@ -100341,16 +100523,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 54310, - 54318 + 54480, + 54488 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 64 }, "end": { - "line": 1860, + "line": 1866, "column": 72 } } @@ -100360,16 +100542,16 @@ "value": false, "raw": "false", "range": [ - 54344, - 54349 + 54514, + 54519 ], "loc": { "start": { - "line": 1861, + "line": 1867, "column": 24 }, "end": { - "line": 1861, + "line": 1867, "column": 29 } } @@ -100380,16 +100562,16 @@ "object": { "type": "ThisExpression", "range": [ - 54351, - 54355 + 54521, + 54525 ], "loc": { "start": { - "line": 1861, + "line": 1867, "column": 31 }, "end": { - "line": 1861, + "line": 1867, "column": 35 } } @@ -100398,77 +100580,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 54356, - 54369 + 54526, + 54539 ], "loc": { "start": { - "line": 1861, + "line": 1867, "column": 36 }, "end": { - "line": 1861, + "line": 1867, "column": 49 } } }, "range": [ - 54351, - 54369 + 54521, + 54539 ], "loc": { "start": { - "line": 1861, + "line": 1867, "column": 31 }, "end": { - "line": 1861, + "line": 1867, "column": 49 } } } ], "range": [ - 54278, - 54370 + 54448, + 54540 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 32 }, "end": { - "line": 1861, + "line": 1867, "column": 50 } } }, "range": [ - 54266, - 54370 + 54436, + 54540 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1867, "column": 50 } } }, "range": [ - 54266, - 54371 + 54436, + 54541 ], "loc": { "start": { - "line": 1860, + "line": 1866, "column": 20 }, "end": { - "line": 1861, + "line": 1867, "column": 51 } }, @@ -100477,16 +100659,16 @@ "type": "Line", "value": " like date", "range": [ - 54233, - 54245 + 54403, + 54415 ], "loc": { "start": { - "line": 1859, + "line": 1865, "column": 42 }, "end": { - "line": 1859, + "line": 1865, "column": 54 } } @@ -100495,16 +100677,16 @@ } ], "range": [ - 54232, - 54389 + 54402, + 54559 ], "loc": { "start": { - "line": 1859, + "line": 1865, "column": 41 }, "end": { - "line": 1862, + "line": 1868, "column": 17 } } @@ -100517,16 +100699,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54415, - 54426 + 54585, + 54596 ], "loc": { "start": { - "line": 1863, + "line": 1869, "column": 25 }, "end": { - "line": 1863, + "line": 1869, "column": 36 } } @@ -100536,32 +100718,32 @@ "type": "Identifier", "name": "sA", "range": [ - 54427, - 54429 + 54597, + 54599 ], "loc": { "start": { - "line": 1863, + "line": 1869, "column": 37 }, "end": { - "line": 1863, + "line": 1869, "column": 39 } } } ], "range": [ - 54415, - 54430 + 54585, + 54600 ], "loc": { "start": { - "line": 1863, + "line": 1869, "column": 25 }, "end": { - "line": 1863, + "line": 1869, "column": 40 } } @@ -100578,16 +100760,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 54454, - 54458 + 54624, + 54628 ], "loc": { "start": { - "line": 1864, + "line": 1870, "column": 20 }, "end": { - "line": 1864, + "line": 1870, "column": 24 } } @@ -100598,16 +100780,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 54461, - 54470 + 54631, + 54640 ], "loc": { "start": { - "line": 1864, + "line": 1870, "column": 27 }, "end": { - "line": 1864, + "line": 1870, "column": 36 } } @@ -100617,16 +100799,16 @@ "type": "Identifier", "name": "sA", "range": [ - 54471, - 54473 + 54641, + 54643 ], "loc": { "start": { - "line": 1864, + "line": 1870, "column": 37 }, "end": { - "line": 1864, + "line": 1870, "column": 39 } } @@ -100635,62 +100817,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54475, - 54481 + 54645, + 54651 ], "loc": { "start": { - "line": 1864, + "line": 1870, "column": 41 }, "end": { - "line": 1864, + "line": 1870, "column": 47 } } } ], "range": [ - 54461, - 54482 + 54631, + 54652 ], "loc": { "start": { - "line": 1864, + "line": 1870, "column": 27 }, "end": { - "line": 1864, + "line": 1870, "column": 48 } } }, "range": [ - 54454, - 54482 + 54624, + 54652 ], "loc": { "start": { - "line": 1864, + "line": 1870, "column": 20 }, "end": { - "line": 1864, + "line": 1870, "column": 48 } } }, "range": [ - 54454, - 54483 + 54624, + 54653 ], "loc": { "start": { - "line": 1864, + "line": 1870, "column": 20 }, "end": { - "line": 1864, + "line": 1870, "column": 49 } } @@ -100704,16 +100886,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54504, - 54513 + 54674, + 54683 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 20 }, "end": { - "line": 1865, + "line": 1871, "column": 29 } } @@ -100730,16 +100912,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 54516, - 54520 + 54686, + 54690 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 32 }, "end": { - "line": 1865, + "line": 1871, "column": 36 } } @@ -100748,47 +100930,47 @@ "type": "Identifier", "name": "toString", "range": [ - 54521, - 54529 + 54691, + 54699 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 37 }, "end": { - "line": 1865, + "line": 1871, "column": 45 } } }, "range": [ - 54516, - 54529 + 54686, + 54699 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 32 }, "end": { - "line": 1865, + "line": 1871, "column": 45 } } }, "arguments": [], "range": [ - 54516, - 54531 + 54686, + 54701 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 32 }, "end": { - "line": 1865, + "line": 1871, "column": 47 } } @@ -100802,16 +100984,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 54536, - 54540 + 54706, + 54710 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 52 }, "end": { - "line": 1865, + "line": 1871, "column": 56 } } @@ -100820,108 +101002,108 @@ "type": "Identifier", "name": "toString", "range": [ - 54541, - 54549 + 54711, + 54719 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 57 }, "end": { - "line": 1865, + "line": 1871, "column": 65 } } }, "range": [ - 54536, - 54549 + 54706, + 54719 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 52 }, "end": { - "line": 1865, + "line": 1871, "column": 65 } } }, "arguments": [], "range": [ - 54536, - 54551 + 54706, + 54721 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 52 }, "end": { - "line": 1865, + "line": 1871, "column": 67 } } }, "range": [ - 54516, - 54551 + 54686, + 54721 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 32 }, "end": { - "line": 1865, + "line": 1871, "column": 67 } } }, "range": [ - 54504, - 54551 + 54674, + 54721 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 20 }, "end": { - "line": 1865, + "line": 1871, "column": 67 } } }, "range": [ - 54504, - 54552 + 54674, + 54722 ], "loc": { "start": { - "line": 1865, + "line": 1871, "column": 20 }, "end": { - "line": 1865, + "line": 1871, "column": 68 } } } ], "range": [ - 54432, - 54570 + 54602, + 54740 ], "loc": { "start": { - "line": 1863, + "line": 1869, "column": 42 }, "end": { - "line": 1866, + "line": 1872, "column": 17 } }, @@ -100930,16 +101112,16 @@ "type": "Line", "value": "empty", "range": [ - 54587, - 54594 + 54757, + 54764 ], "loc": { "start": { - "line": 1867, + "line": 1873, "column": 16 }, "end": { - "line": 1867, + "line": 1873, "column": 23 } } @@ -100952,16 +101134,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 54620, - 54625 + 54790, + 54795 ], "loc": { "start": { - "line": 1868, + "line": 1874, "column": 25 }, "end": { - "line": 1868, + "line": 1874, "column": 30 } } @@ -100978,16 +101160,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54649, - 54658 + 54819, + 54828 ], "loc": { "start": { - "line": 1869, + "line": 1875, "column": 20 }, "end": { - "line": 1869, + "line": 1875, "column": 29 } } @@ -100998,16 +101180,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 54661, - 54674 + 54831, + 54844 ], "loc": { "start": { - "line": 1869, + "line": 1875, "column": 32 }, "end": { - "line": 1869, + "line": 1875, "column": 45 } } @@ -101017,78 +101199,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 54675, - 54683 + 54845, + 54853 ], "loc": { "start": { - "line": 1869, + "line": 1875, "column": 46 }, "end": { - "line": 1869, + "line": 1875, "column": 54 } } } ], "range": [ - 54661, - 54684 + 54831, + 54854 ], "loc": { "start": { - "line": 1869, + "line": 1875, "column": 32 }, "end": { - "line": 1869, + "line": 1875, "column": 55 } } }, "range": [ - 54649, - 54684 + 54819, + 54854 ], "loc": { "start": { - "line": 1869, + "line": 1875, "column": 20 }, "end": { - "line": 1869, + "line": 1875, "column": 55 } } }, "range": [ - 54649, - 54685 + 54819, + 54855 ], "loc": { "start": { - "line": 1869, + "line": 1875, "column": 20 }, "end": { - "line": 1869, + "line": 1875, "column": 56 } } } ], "range": [ - 54627, - 54703 + 54797, + 54873 ], "loc": { "start": { - "line": 1868, + "line": 1874, "column": 32 }, "end": { - "line": 1870, + "line": 1876, "column": 17 } }, @@ -101097,16 +101279,16 @@ "type": "Line", "value": "non-empty", "range": [ - 54720, - 54731 + 54890, + 54901 ], "loc": { "start": { - "line": 1871, + "line": 1877, "column": 16 }, "end": { - "line": 1871, + "line": 1877, "column": 27 } } @@ -101119,16 +101301,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 54757, - 54762 + 54927, + 54932 ], "loc": { "start": { - "line": 1872, + "line": 1878, "column": 25 }, "end": { - "line": 1872, + "line": 1878, "column": 30 } } @@ -101145,16 +101327,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54786, - 54795 + 54956, + 54965 ], "loc": { "start": { - "line": 1873, + "line": 1879, "column": 20 }, "end": { - "line": 1873, + "line": 1879, "column": 29 } } @@ -101168,16 +101350,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 54799, - 54812 + 54969, + 54982 ], "loc": { "start": { - "line": 1873, + "line": 1879, "column": 33 }, "end": { - "line": 1873, + "line": 1879, "column": 46 } } @@ -101187,94 +101369,94 @@ "type": "Identifier", "name": "cellData", "range": [ - 54813, - 54821 + 54983, + 54991 ], "loc": { "start": { - "line": 1873, + "line": 1879, "column": 47 }, "end": { - "line": 1873, + "line": 1879, "column": 55 } } } ], "range": [ - 54799, - 54822 + 54969, + 54992 ], "loc": { "start": { - "line": 1873, + "line": 1879, "column": 33 }, "end": { - "line": 1873, + "line": 1879, "column": 56 } } }, "prefix": true, "range": [ - 54798, - 54822 + 54968, + 54992 ], "loc": { "start": { - "line": 1873, + "line": 1879, "column": 32 }, "end": { - "line": 1873, + "line": 1879, "column": 56 } } }, "range": [ - 54786, - 54822 + 54956, + 54992 ], "loc": { "start": { - "line": 1873, + "line": 1879, "column": 20 }, "end": { - "line": 1873, + "line": 1879, "column": 56 } } }, "range": [ - 54786, - 54823 + 54956, + 54993 ], "loc": { "start": { - "line": 1873, + "line": 1879, "column": 20 }, "end": { - "line": 1873, + "line": 1879, "column": 57 } } } ], "range": [ - 54764, - 54841 + 54934, + 55011 ], "loc": { "start": { - "line": 1872, + "line": 1878, "column": 32 }, "end": { - "line": 1874, + "line": 1880, "column": 17 } } @@ -101291,16 +101473,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54869, - 54878 + 55039, + 55048 ], "loc": { "start": { - "line": 1875, + "line": 1881, "column": 20 }, "end": { - "line": 1875, + "line": 1881, "column": 29 } } @@ -101311,16 +101493,16 @@ "type": "Identifier", "name": "contains", "range": [ - 54881, - 54889 + 55051, + 55059 ], "loc": { "start": { - "line": 1875, + "line": 1881, "column": 32 }, "end": { - "line": 1875, + "line": 1881, "column": 40 } } @@ -101330,16 +101512,16 @@ "type": "Identifier", "name": "sA", "range": [ - 54890, - 54892 + 55060, + 55062 ], "loc": { "start": { - "line": 1875, + "line": 1881, "column": 41 }, "end": { - "line": 1875, + "line": 1881, "column": 43 } } @@ -101348,16 +101530,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 54894, - 54902 + 55064, + 55072 ], "loc": { "start": { - "line": 1875, + "line": 1881, "column": 45 }, "end": { - "line": 1875, + "line": 1881, "column": 53 } } @@ -101370,16 +101552,16 @@ "object": { "type": "ThisExpression", "range": [ - 54928, - 54932 + 55098, + 55102 ], "loc": { "start": { - "line": 1876, + "line": 1882, "column": 24 }, "end": { - "line": 1876, + "line": 1882, "column": 28 } } @@ -101388,31 +101570,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 54933, - 54945 + 55103, + 55115 ], "loc": { "start": { - "line": 1876, + "line": 1882, "column": 29 }, "end": { - "line": 1876, + "line": 1882, "column": 41 } } }, "range": [ - 54928, - 54945 + 55098, + 55115 ], "loc": { "start": { - "line": 1876, + "line": 1882, "column": 24 }, "end": { - "line": 1876, + "line": 1882, "column": 41 } } @@ -101422,32 +101604,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 54946, - 54952 + 55116, + 55122 ], "loc": { "start": { - "line": 1876, + "line": 1882, "column": 42 }, "end": { - "line": 1876, + "line": 1882, "column": 48 } } } ], "range": [ - 54928, - 54953 + 55098, + 55123 ], "loc": { "start": { - "line": 1876, + "line": 1882, "column": 24 }, "end": { - "line": 1876, + "line": 1882, "column": 49 } } @@ -101458,16 +101640,16 @@ "object": { "type": "ThisExpression", "range": [ - 54955, - 54959 + 55125, + 55129 ], "loc": { "start": { - "line": 1876, + "line": 1882, "column": 51 }, "end": { - "line": 1876, + "line": 1882, "column": 55 } } @@ -101476,108 +101658,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 54960, - 54973 + 55130, + 55143 ], "loc": { "start": { - "line": 1876, + "line": 1882, "column": 56 }, "end": { - "line": 1876, + "line": 1882, "column": 69 } } }, "range": [ - 54955, - 54973 + 55125, + 55143 ], "loc": { "start": { - "line": 1876, + "line": 1882, "column": 51 }, "end": { - "line": 1876, + "line": 1882, "column": 69 } } } ], "range": [ - 54881, - 54974 + 55051, + 55144 ], "loc": { "start": { - "line": 1875, + "line": 1881, "column": 32 }, "end": { - "line": 1876, + "line": 1882, "column": 70 } } }, "range": [ - 54869, - 54974 + 55039, + 55144 ], "loc": { "start": { - "line": 1875, + "line": 1881, "column": 20 }, "end": { - "line": 1876, + "line": 1882, "column": 70 } } }, "range": [ - 54869, - 54975 + 55039, + 55145 ], "loc": { "start": { - "line": 1875, + "line": 1881, "column": 20 }, "end": { - "line": 1876, + "line": 1882, "column": 71 } } } ], "range": [ - 54847, - 54993 + 55017, + 55163 ], "loc": { "start": { - "line": 1874, + "line": 1880, "column": 23 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } } }, "range": [ - 54753, - 54993 + 54923, + 55163 ], "loc": { "start": { - "line": 1872, + "line": 1878, "column": 21 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } }, @@ -101586,16 +101768,16 @@ "type": "Line", "value": "non-empty", "range": [ - 54720, - 54731 + 54890, + 54901 ], "loc": { "start": { - "line": 1871, + "line": 1877, "column": 16 }, "end": { - "line": 1871, + "line": 1877, "column": 27 } } @@ -101603,16 +101785,16 @@ ] }, "range": [ - 54616, - 54993 + 54786, + 55163 ], "loc": { "start": { - "line": 1868, + "line": 1874, "column": 21 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } }, @@ -101621,16 +101803,16 @@ "type": "Line", "value": "empty", "range": [ - 54587, - 54594 + 54757, + 54764 ], "loc": { "start": { - "line": 1867, + "line": 1873, "column": 16 }, "end": { - "line": 1867, + "line": 1873, "column": 23 } } @@ -101638,31 +101820,31 @@ ] }, "range": [ - 54411, - 54993 + 54581, + 55163 ], "loc": { "start": { - "line": 1863, + "line": 1869, "column": 21 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } } }, "range": [ - 54212, - 54993 + 54382, + 55163 ], "loc": { "start": { - "line": 1859, + "line": 1865, "column": 21 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } }, @@ -101671,16 +101853,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 54129, - 54190 + 54299, + 54360 ], "loc": { "start": { - "line": 1858, + "line": 1864, "column": 16 }, "end": { - "line": 1858, + "line": 1864, "column": 77 } } @@ -101688,16 +101870,16 @@ ] }, "range": [ - 53941, - 54993 + 54111, + 55163 ], "loc": { "start": { - "line": 1854, + "line": 1860, "column": 21 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } }, @@ -101706,16 +101888,16 @@ "type": "Line", "value": " equal date", "range": [ - 53906, - 53919 + 54076, + 54089 ], "loc": { "start": { - "line": 1853, + "line": 1859, "column": 16 }, "end": { - "line": 1853, + "line": 1859, "column": 29 } } @@ -101723,16 +101905,16 @@ ] }, "range": [ - 53719, - 54993 + 53889, + 55163 ], "loc": { "start": { - "line": 1849, + "line": 1855, "column": 21 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } }, @@ -101741,16 +101923,16 @@ "type": "Line", "value": " different date", "range": [ - 53680, - 53697 + 53850, + 53867 ], "loc": { "start": { - "line": 1848, + "line": 1854, "column": 16 }, "end": { - "line": 1848, + "line": 1854, "column": 33 } } @@ -101758,16 +101940,16 @@ ] }, "range": [ - 53518, - 54993 + 53688, + 55163 ], "loc": { "start": { - "line": 1844, + "line": 1850, "column": 21 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } }, @@ -101776,16 +101958,16 @@ "type": "Line", "value": " greater date", "range": [ - 53481, - 53496 + 53651, + 53666 ], "loc": { "start": { - "line": 1843, + "line": 1849, "column": 16 }, "end": { - "line": 1843, + "line": 1849, "column": 31 } } @@ -101793,16 +101975,16 @@ ] }, "range": [ - 53316, - 54993 + 53486, + 55163 ], "loc": { "start": { - "line": 1839, + "line": 1845, "column": 21 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } }, @@ -101811,16 +101993,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 53273, - 53294 + 53443, + 53464 ], "loc": { "start": { - "line": 1838, + "line": 1844, "column": 16 }, "end": { - "line": 1838, + "line": 1844, "column": 37 } } @@ -101828,16 +102010,16 @@ ] }, "range": [ - 53108, - 54993 + 53278, + 55163 ], "loc": { "start": { - "line": 1834, + "line": 1840, "column": 21 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } }, @@ -101846,16 +102028,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 53067, - 53086 + 53237, + 53256 ], "loc": { "start": { - "line": 1833, + "line": 1839, "column": 16 }, "end": { - "line": 1833, + "line": 1839, "column": 35 } } @@ -101863,16 +102045,16 @@ ] }, "range": [ - 52905, - 54993 + 53075, + 55163 ], "loc": { "start": { - "line": 1829, + "line": 1835, "column": 16 }, "end": { - "line": 1877, + "line": 1883, "column": 17 } }, @@ -101881,16 +102063,16 @@ "type": "Line", "value": " lower date", "range": [ - 52875, - 52888 + 53045, + 53058 ], "loc": { "start": { - "line": 1828, + "line": 1834, "column": 16 }, "end": { - "line": 1828, + "line": 1834, "column": 29 } } @@ -101899,16 +102081,16 @@ } ], "range": [ - 51848, - 55007 + 52018, + 55177 ], "loc": { "start": { - "line": 1804, + "line": 1810, "column": 46 }, "end": { - "line": 1878, + "line": 1884, "column": 13 } } @@ -101926,16 +102108,16 @@ "object": { "type": "ThisExpression", "range": [ - 55048, - 55052 + 55218, + 55222 ], "loc": { "start": { - "line": 1881, + "line": 1887, "column": 20 }, "end": { - "line": 1881, + "line": 1887, "column": 24 } } @@ -101944,31 +102126,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 55053, - 55060 + 55223, + 55230 ], "loc": { "start": { - "line": 1881, + "line": 1887, "column": 25 }, "end": { - "line": 1881, + "line": 1887, "column": 32 } } }, "range": [ - 55048, - 55060 + 55218, + 55230 ], "loc": { "start": { - "line": 1881, + "line": 1887, "column": 20 }, "end": { - "line": 1881, + "line": 1887, "column": 32 } } @@ -101978,16 +102160,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 55061, - 55067 + 55231, + 55237 ], "loc": { "start": { - "line": 1881, + "line": 1887, "column": 33 }, "end": { - "line": 1881, + "line": 1887, "column": 39 } } @@ -101999,48 +102181,48 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 55070, - 55086 + 55240, + 55256 ], "loc": { "start": { - "line": 1881, + "line": 1887, "column": 42 }, "end": { - "line": 1881, + "line": 1887, "column": 58 } } } ], "range": [ - 55069, - 55087 + 55239, + 55257 ], "loc": { "start": { - "line": 1881, + "line": 1887, "column": 41 }, "end": { - "line": 1881, + "line": 1887, "column": 59 } } } ], "range": [ - 55048, - 55088 + 55218, + 55258 ], "loc": { "start": { - "line": 1881, + "line": 1887, "column": 20 }, "end": { - "line": 1881, + "line": 1887, "column": 60 } } @@ -102057,16 +102239,16 @@ "type": "Identifier", "name": "colType", "range": [ - 55116, - 55123 + 55286, + 55293 ], "loc": { "start": { - "line": 1882, + "line": 1888, "column": 24 }, "end": { - "line": 1882, + "line": 1888, "column": 31 } } @@ -102080,16 +102262,16 @@ "object": { "type": "ThisExpression", "range": [ - 55126, - 55130 + 55296, + 55300 ], "loc": { "start": { - "line": 1882, + "line": 1888, "column": 34 }, "end": { - "line": 1882, + "line": 1888, "column": 38 } } @@ -102098,31 +102280,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 55131, - 55139 + 55301, + 55309 ], "loc": { "start": { - "line": 1882, + "line": 1888, "column": 39 }, "end": { - "line": 1882, + "line": 1888, "column": 47 } } }, "range": [ - 55126, - 55139 + 55296, + 55309 ], "loc": { "start": { - "line": 1882, + "line": 1888, "column": 34 }, "end": { - "line": 1882, + "line": 1888, "column": 47 } } @@ -102131,46 +102313,46 @@ "type": "Identifier", "name": "colIdx", "range": [ - 55140, - 55146 + 55310, + 55316 ], "loc": { "start": { - "line": 1882, + "line": 1888, "column": 48 }, "end": { - "line": 1882, + "line": 1888, "column": 54 } } }, "range": [ - 55126, - 55147 + 55296, + 55317 ], "loc": { "start": { - "line": 1882, + "line": 1888, "column": 34 }, "end": { - "line": 1882, + "line": 1888, "column": 55 } } }, "range": [ - 55116, - 55147 + 55286, + 55317 ], "loc": { "start": { - "line": 1882, + "line": 1888, "column": 24 }, "end": { - "line": 1882, + "line": 1888, "column": 55 } } @@ -102178,16 +102360,16 @@ ], "kind": "let", "range": [ - 55112, - 55148 + 55282, + 55318 ], "loc": { "start": { - "line": 1882, + "line": 1888, "column": 20 }, "end": { - "line": 1882, + "line": 1888, "column": 56 } } @@ -102203,16 +102385,16 @@ "type": "Identifier", "name": "colType", "range": [ - 55173, - 55180 + 55343, + 55350 ], "loc": { "start": { - "line": 1883, + "line": 1889, "column": 24 }, "end": { - "line": 1883, + "line": 1889, "column": 31 } } @@ -102221,31 +102403,31 @@ "type": "Identifier", "name": "hasOwnProperty", "range": [ - 55181, - 55195 + 55351, + 55365 ], "loc": { "start": { - "line": 1883, + "line": 1889, "column": 32 }, "end": { - "line": 1883, + "line": 1889, "column": 46 } } }, "range": [ - 55173, - 55195 + 55343, + 55365 ], "loc": { "start": { - "line": 1883, + "line": 1889, "column": 24 }, "end": { - "line": 1883, + "line": 1889, "column": 46 } } @@ -102256,32 +102438,32 @@ "value": "decimal", "raw": "'decimal'", "range": [ - 55196, - 55205 + 55366, + 55375 ], "loc": { "start": { - "line": 1883, + "line": 1889, "column": 47 }, "end": { - "line": 1883, + "line": 1889, "column": 56 } } } ], "range": [ - 55173, - 55206 + 55343, + 55376 ], "loc": { "start": { - "line": 1883, + "line": 1889, "column": 24 }, "end": { - "line": 1883, + "line": 1889, "column": 57 } } @@ -102298,16 +102480,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 55234, - 55241 + 55404, + 55411 ], "loc": { "start": { - "line": 1884, + "line": 1890, "column": 24 }, "end": { - "line": 1884, + "line": 1890, "column": 31 } } @@ -102319,16 +102501,16 @@ "type": "Identifier", "name": "colType", "range": [ - 55244, - 55251 + 55414, + 55421 ], "loc": { "start": { - "line": 1884, + "line": 1890, "column": 34 }, "end": { - "line": 1884, + "line": 1890, "column": 41 } } @@ -102337,125 +102519,125 @@ "type": "Identifier", "name": "decimal", "range": [ - 55252, - 55259 + 55422, + 55429 ], "loc": { "start": { - "line": 1884, + "line": 1890, "column": 42 }, "end": { - "line": 1884, + "line": 1890, "column": 49 } } }, "range": [ - 55244, - 55259 + 55414, + 55429 ], "loc": { "start": { - "line": 1884, + "line": 1890, "column": 34 }, "end": { - "line": 1884, + "line": 1890, "column": 49 } } }, "range": [ - 55234, - 55259 + 55404, + 55429 ], "loc": { "start": { - "line": 1884, + "line": 1890, "column": 24 }, "end": { - "line": 1884, + "line": 1890, "column": 49 } } }, "range": [ - 55234, - 55260 + 55404, + 55430 ], "loc": { "start": { - "line": 1884, + "line": 1890, "column": 24 }, "end": { - "line": 1884, + "line": 1890, "column": 50 } } } ], "range": [ - 55208, - 55282 + 55378, + 55452 ], "loc": { "start": { - "line": 1883, + "line": 1889, "column": 59 }, "end": { - "line": 1885, + "line": 1891, "column": 21 } } }, "alternate": null, "range": [ - 55169, - 55282 + 55339, + 55452 ], "loc": { "start": { - "line": 1883, + "line": 1889, "column": 20 }, "end": { - "line": 1885, + "line": 1891, "column": 21 } } } ], "range": [ - 55090, - 55300 + 55260, + 55470 ], "loc": { "start": { - "line": 1881, + "line": 1887, "column": 62 }, "end": { - "line": 1886, + "line": 1892, "column": 17 } } }, "alternate": null, "range": [ - 55044, - 55300 + 55214, + 55470 ], "loc": { "start": { - "line": 1881, + "line": 1887, "column": 16 }, "end": { - "line": 1886, + "line": 1892, "column": 17 } }, @@ -102464,16 +102646,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 55317, - 55378 + 55487, + 55548 ], "loc": { "start": { - "line": 1887, + "line": 1893, "column": 16 }, "end": { - "line": 1887, + "line": 1893, "column": 77 } } @@ -102482,16 +102664,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 55395, - 55422 + 55565, + 55592 ], "loc": { "start": { - "line": 1888, + "line": 1894, "column": 16 }, "end": { - "line": 1888, + "line": 1894, "column": 43 } } @@ -102507,16 +102689,16 @@ "type": "Identifier", "name": "numData", "range": [ - 55439, - 55446 + 55609, + 55616 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 16 }, "end": { - "line": 1889, + "line": 1895, "column": 23 } } @@ -102530,16 +102712,16 @@ "type": "Identifier", "name": "Number", "range": [ - 55449, - 55455 + 55619, + 55625 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 26 }, "end": { - "line": 1889, + "line": 1895, "column": 32 } } @@ -102549,32 +102731,32 @@ "type": "Identifier", "name": "cellData", "range": [ - 55456, - 55464 + 55626, + 55634 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 33 }, "end": { - "line": 1889, + "line": 1895, "column": 41 } } } ], "range": [ - 55449, - 55465 + 55619, + 55635 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 26 }, "end": { - "line": 1889, + "line": 1895, "column": 42 } } @@ -102585,16 +102767,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 55469, - 55476 + 55639, + 55646 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 46 }, "end": { - "line": 1889, + "line": 1895, "column": 53 } } @@ -102604,16 +102786,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 55477, - 55485 + 55647, + 55655 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 54 }, "end": { - "line": 1889, + "line": 1895, "column": 62 } } @@ -102622,77 +102804,77 @@ "type": "Identifier", "name": "decimal", "range": [ - 55487, - 55494 + 55657, + 55664 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 64 }, "end": { - "line": 1889, + "line": 1895, "column": 71 } } } ], "range": [ - 55469, - 55495 + 55639, + 55665 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 46 }, "end": { - "line": 1889, + "line": 1895, "column": 72 } } }, "range": [ - 55449, - 55495 + 55619, + 55665 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 26 }, "end": { - "line": 1889, + "line": 1895, "column": 72 } } }, "range": [ - 55439, - 55495 + 55609, + 55665 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 16 }, "end": { - "line": 1889, + "line": 1895, "column": 72 } } }, "range": [ - 55439, - 55496 + 55609, + 55666 ], "loc": { "start": { - "line": 1889, + "line": 1895, "column": 16 }, "end": { - "line": 1889, + "line": 1895, "column": 73 } }, @@ -102701,16 +102883,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 55317, - 55378 + 55487, + 55548 ], "loc": { "start": { - "line": 1887, + "line": 1893, "column": 16 }, "end": { - "line": 1887, + "line": 1893, "column": 77 } } @@ -102719,16 +102901,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 55395, - 55422 + 55565, + 55592 ], "loc": { "start": { - "line": 1888, + "line": 1894, "column": 16 }, "end": { - "line": 1888, + "line": 1894, "column": 43 } } @@ -102739,16 +102921,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 55514, - 55576 + 55684, + 55746 ], "loc": { "start": { - "line": 1891, + "line": 1897, "column": 16 }, "end": { - "line": 1891, + "line": 1897, "column": 78 } } @@ -102757,16 +102939,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 55593, - 55601 + 55763, + 55771 ], "loc": { "start": { - "line": 1892, + "line": 1898, "column": 16 }, "end": { - "line": 1892, + "line": 1898, "column": 24 } } @@ -102775,16 +102957,16 @@ "type": "Line", "value": " lower equal", "range": [ - 55618, - 55632 + 55788, + 55802 ], "loc": { "start": { - "line": 1893, + "line": 1899, "column": 16 }, "end": { - "line": 1893, + "line": 1899, "column": 30 } } @@ -102797,16 +102979,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 55653, - 55658 + 55823, + 55828 ], "loc": { "start": { - "line": 1894, + "line": 1900, "column": 20 }, "end": { - "line": 1894, + "line": 1900, "column": 25 } } @@ -102823,16 +103005,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55682, - 55691 + 55852, + 55861 ], "loc": { "start": { - "line": 1895, + "line": 1901, "column": 20 }, "end": { - "line": 1895, + "line": 1901, "column": 29 } } @@ -102844,16 +103026,16 @@ "type": "Identifier", "name": "numData", "range": [ - 55694, - 55701 + 55864, + 55871 ], "loc": { "start": { - "line": 1895, + "line": 1901, "column": 32 }, "end": { - "line": 1895, + "line": 1901, "column": 39 } } @@ -102864,16 +103046,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 55705, - 55712 + 55875, + 55882 ], "loc": { "start": { - "line": 1895, + "line": 1901, "column": 43 }, "end": { - "line": 1895, + "line": 1901, "column": 50 } } @@ -102888,16 +103070,16 @@ "type": "Identifier", "name": "sA", "range": [ - 55738, - 55740 + 55908, + 55910 ], "loc": { "start": { - "line": 1896, + "line": 1902, "column": 24 }, "end": { - "line": 1896, + "line": 1902, "column": 26 } } @@ -102906,31 +103088,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55741, - 55748 + 55911, + 55918 ], "loc": { "start": { - "line": 1896, + "line": 1902, "column": 27 }, "end": { - "line": 1896, + "line": 1902, "column": 34 } } }, "range": [ - 55738, - 55748 + 55908, + 55918 ], "loc": { "start": { - "line": 1896, + "line": 1902, "column": 24 }, "end": { - "line": 1896, + "line": 1902, "column": 34 } } @@ -102940,16 +103122,16 @@ "type": "Identifier", "name": "re_le", "range": [ - 55749, - 55754 + 55919, + 55924 ], "loc": { "start": { - "line": 1896, + "line": 1902, "column": 35 }, "end": { - "line": 1896, + "line": 1902, "column": 40 } } @@ -102959,32 +103141,32 @@ "value": "", "raw": "''", "range": [ - 55756, - 55758 + 55926, + 55928 ], "loc": { "start": { - "line": 1896, + "line": 1902, "column": 42 }, "end": { - "line": 1896, + "line": 1902, "column": 44 } } } ], "range": [ - 55738, - 55759 + 55908, + 55929 ], "loc": { "start": { - "line": 1896, + "line": 1902, "column": 24 }, "end": { - "line": 1896, + "line": 1902, "column": 45 } } @@ -102993,93 +103175,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 55785, - 55792 + 55955, + 55962 ], "loc": { "start": { - "line": 1897, + "line": 1903, "column": 24 }, "end": { - "line": 1897, + "line": 1903, "column": 31 } } } ], "range": [ - 55705, - 55814 + 55875, + 55984 ], "loc": { "start": { - "line": 1895, + "line": 1901, "column": 43 }, "end": { - "line": 1898, + "line": 1904, "column": 21 } } }, "range": [ - 55694, - 55814 + 55864, + 55984 ], "loc": { "start": { - "line": 1895, + "line": 1901, "column": 32 }, "end": { - "line": 1898, + "line": 1904, "column": 21 } } }, "range": [ - 55682, - 55814 + 55852, + 55984 ], "loc": { "start": { - "line": 1895, + "line": 1901, "column": 20 }, "end": { - "line": 1898, + "line": 1904, "column": 21 } } }, "range": [ - 55682, - 55815 + 55852, + 55985 ], "loc": { "start": { - "line": 1895, + "line": 1901, "column": 20 }, "end": { - "line": 1898, + "line": 1904, "column": 22 } } } ], "range": [ - 55660, - 55833 + 55830, + 56003 ], "loc": { "start": { - "line": 1894, + "line": 1900, "column": 27 }, "end": { - "line": 1899, + "line": 1905, "column": 17 } }, @@ -103088,16 +103270,16 @@ "type": "Line", "value": "greater equal", "range": [ - 55850, - 55865 + 56020, + 56035 ], "loc": { "start": { - "line": 1900, + "line": 1906, "column": 16 }, "end": { - "line": 1900, + "line": 1906, "column": 31 } } @@ -103110,16 +103292,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 55891, - 55896 + 56061, + 56066 ], "loc": { "start": { - "line": 1901, + "line": 1907, "column": 25 }, "end": { - "line": 1901, + "line": 1907, "column": 30 } } @@ -103136,16 +103318,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55920, - 55929 + 56090, + 56099 ], "loc": { "start": { - "line": 1902, + "line": 1908, "column": 20 }, "end": { - "line": 1902, + "line": 1908, "column": 29 } } @@ -103157,16 +103339,16 @@ "type": "Identifier", "name": "numData", "range": [ - 55932, - 55939 + 56102, + 56109 ], "loc": { "start": { - "line": 1902, + "line": 1908, "column": 32 }, "end": { - "line": 1902, + "line": 1908, "column": 39 } } @@ -103177,16 +103359,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 55943, - 55950 + 56113, + 56120 ], "loc": { "start": { - "line": 1902, + "line": 1908, "column": 43 }, "end": { - "line": 1902, + "line": 1908, "column": 50 } } @@ -103201,16 +103383,16 @@ "type": "Identifier", "name": "sA", "range": [ - 55976, - 55978 + 56146, + 56148 ], "loc": { "start": { - "line": 1903, + "line": 1909, "column": 24 }, "end": { - "line": 1903, + "line": 1909, "column": 26 } } @@ -103219,31 +103401,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55979, - 55986 + 56149, + 56156 ], "loc": { "start": { - "line": 1903, + "line": 1909, "column": 27 }, "end": { - "line": 1903, + "line": 1909, "column": 34 } } }, "range": [ - 55976, - 55986 + 56146, + 56156 ], "loc": { "start": { - "line": 1903, + "line": 1909, "column": 24 }, "end": { - "line": 1903, + "line": 1909, "column": 34 } } @@ -103253,16 +103435,16 @@ "type": "Identifier", "name": "re_ge", "range": [ - 55987, - 55992 + 56157, + 56162 ], "loc": { "start": { - "line": 1903, + "line": 1909, "column": 35 }, "end": { - "line": 1903, + "line": 1909, "column": 40 } } @@ -103272,32 +103454,32 @@ "value": "", "raw": "''", "range": [ - 55994, - 55996 + 56164, + 56166 ], "loc": { "start": { - "line": 1903, + "line": 1909, "column": 42 }, "end": { - "line": 1903, + "line": 1909, "column": 44 } } } ], "range": [ - 55976, - 55997 + 56146, + 56167 ], "loc": { "start": { - "line": 1903, + "line": 1909, "column": 24 }, "end": { - "line": 1903, + "line": 1909, "column": 45 } } @@ -103306,93 +103488,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 56023, - 56030 + 56193, + 56200 ], "loc": { "start": { - "line": 1904, + "line": 1910, "column": 24 }, "end": { - "line": 1904, + "line": 1910, "column": 31 } } } ], "range": [ - 55943, - 56052 + 56113, + 56222 ], "loc": { "start": { - "line": 1902, + "line": 1908, "column": 43 }, "end": { - "line": 1905, + "line": 1911, "column": 21 } } }, "range": [ - 55932, - 56052 + 56102, + 56222 ], "loc": { "start": { - "line": 1902, + "line": 1908, "column": 32 }, "end": { - "line": 1905, + "line": 1911, "column": 21 } } }, "range": [ - 55920, - 56052 + 56090, + 56222 ], "loc": { "start": { - "line": 1902, + "line": 1908, "column": 20 }, "end": { - "line": 1905, + "line": 1911, "column": 21 } } }, "range": [ - 55920, - 56053 + 56090, + 56223 ], "loc": { "start": { - "line": 1902, + "line": 1908, "column": 20 }, "end": { - "line": 1905, + "line": 1911, "column": 22 } } } ], "range": [ - 55898, - 56071 + 56068, + 56241 ], "loc": { "start": { - "line": 1901, + "line": 1907, "column": 32 }, "end": { - "line": 1906, + "line": 1912, "column": 17 } }, @@ -103401,16 +103583,16 @@ "type": "Line", "value": "lower", "range": [ - 56088, - 56095 + 56258, + 56265 ], "loc": { "start": { - "line": 1907, + "line": 1913, "column": 16 }, "end": { - "line": 1907, + "line": 1913, "column": 23 } } @@ -103423,16 +103605,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 56121, - 56126 + 56291, + 56296 ], "loc": { "start": { - "line": 1908, + "line": 1914, "column": 25 }, "end": { - "line": 1908, + "line": 1914, "column": 30 } } @@ -103449,16 +103631,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56150, - 56159 + 56320, + 56329 ], "loc": { "start": { - "line": 1909, + "line": 1915, "column": 20 }, "end": { - "line": 1909, + "line": 1915, "column": 29 } } @@ -103470,16 +103652,16 @@ "type": "Identifier", "name": "numData", "range": [ - 56162, - 56169 + 56332, + 56339 ], "loc": { "start": { - "line": 1909, + "line": 1915, "column": 32 }, "end": { - "line": 1909, + "line": 1915, "column": 39 } } @@ -103490,16 +103672,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 56172, - 56179 + 56342, + 56349 ], "loc": { "start": { - "line": 1909, + "line": 1915, "column": 42 }, "end": { - "line": 1909, + "line": 1915, "column": 49 } } @@ -103514,16 +103696,16 @@ "type": "Identifier", "name": "sA", "range": [ - 56205, - 56207 + 56375, + 56377 ], "loc": { "start": { - "line": 1910, + "line": 1916, "column": 24 }, "end": { - "line": 1910, + "line": 1916, "column": 26 } } @@ -103532,31 +103714,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56208, - 56215 + 56378, + 56385 ], "loc": { "start": { - "line": 1910, + "line": 1916, "column": 27 }, "end": { - "line": 1910, + "line": 1916, "column": 34 } } }, "range": [ - 56205, - 56215 + 56375, + 56385 ], "loc": { "start": { - "line": 1910, + "line": 1916, "column": 24 }, "end": { - "line": 1910, + "line": 1916, "column": 34 } } @@ -103566,16 +103748,16 @@ "type": "Identifier", "name": "re_l", "range": [ - 56216, - 56220 + 56386, + 56390 ], "loc": { "start": { - "line": 1910, + "line": 1916, "column": 35 }, "end": { - "line": 1910, + "line": 1916, "column": 39 } } @@ -103585,32 +103767,32 @@ "value": "", "raw": "''", "range": [ - 56222, - 56224 + 56392, + 56394 ], "loc": { "start": { - "line": 1910, + "line": 1916, "column": 41 }, "end": { - "line": 1910, + "line": 1916, "column": 43 } } } ], "range": [ - 56205, - 56225 + 56375, + 56395 ], "loc": { "start": { - "line": 1910, + "line": 1916, "column": 24 }, "end": { - "line": 1910, + "line": 1916, "column": 44 } } @@ -103619,93 +103801,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 56251, - 56258 + 56421, + 56428 ], "loc": { "start": { - "line": 1911, + "line": 1917, "column": 24 }, "end": { - "line": 1911, + "line": 1917, "column": 31 } } } ], "range": [ - 56172, - 56280 + 56342, + 56450 ], "loc": { "start": { - "line": 1909, + "line": 1915, "column": 42 }, "end": { - "line": 1912, + "line": 1918, "column": 21 } } }, "range": [ - 56162, - 56280 + 56332, + 56450 ], "loc": { "start": { - "line": 1909, + "line": 1915, "column": 32 }, "end": { - "line": 1912, + "line": 1918, "column": 21 } } }, "range": [ - 56150, - 56280 + 56320, + 56450 ], "loc": { "start": { - "line": 1909, + "line": 1915, "column": 20 }, "end": { - "line": 1912, + "line": 1918, "column": 21 } } }, "range": [ - 56150, - 56281 + 56320, + 56451 ], "loc": { "start": { - "line": 1909, + "line": 1915, "column": 20 }, "end": { - "line": 1912, + "line": 1918, "column": 22 } } } ], "range": [ - 56128, - 56299 + 56298, + 56469 ], "loc": { "start": { - "line": 1908, + "line": 1914, "column": 32 }, "end": { - "line": 1913, + "line": 1919, "column": 17 } }, @@ -103714,16 +103896,16 @@ "type": "Line", "value": "greater", "range": [ - 56316, - 56325 + 56486, + 56495 ], "loc": { "start": { - "line": 1914, + "line": 1920, "column": 16 }, "end": { - "line": 1914, + "line": 1920, "column": 25 } } @@ -103736,16 +103918,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 56351, - 56356 + 56521, + 56526 ], "loc": { "start": { - "line": 1915, + "line": 1921, "column": 25 }, "end": { - "line": 1915, + "line": 1921, "column": 30 } } @@ -103762,16 +103944,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56380, - 56389 + 56550, + 56559 ], "loc": { "start": { - "line": 1916, + "line": 1922, "column": 20 }, "end": { - "line": 1916, + "line": 1922, "column": 29 } } @@ -103783,16 +103965,16 @@ "type": "Identifier", "name": "numData", "range": [ - 56392, - 56399 + 56562, + 56569 ], "loc": { "start": { - "line": 1916, + "line": 1922, "column": 32 }, "end": { - "line": 1916, + "line": 1922, "column": 39 } } @@ -103803,16 +103985,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 56402, - 56409 + 56572, + 56579 ], "loc": { "start": { - "line": 1916, + "line": 1922, "column": 42 }, "end": { - "line": 1916, + "line": 1922, "column": 49 } } @@ -103827,16 +104009,16 @@ "type": "Identifier", "name": "sA", "range": [ - 56435, - 56437 + 56605, + 56607 ], "loc": { "start": { - "line": 1917, + "line": 1923, "column": 24 }, "end": { - "line": 1917, + "line": 1923, "column": 26 } } @@ -103845,31 +104027,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56438, - 56445 + 56608, + 56615 ], "loc": { "start": { - "line": 1917, + "line": 1923, "column": 27 }, "end": { - "line": 1917, + "line": 1923, "column": 34 } } }, "range": [ - 56435, - 56445 + 56605, + 56615 ], "loc": { "start": { - "line": 1917, + "line": 1923, "column": 24 }, "end": { - "line": 1917, + "line": 1923, "column": 34 } } @@ -103879,16 +104061,16 @@ "type": "Identifier", "name": "re_g", "range": [ - 56446, - 56450 + 56616, + 56620 ], "loc": { "start": { - "line": 1917, + "line": 1923, "column": 35 }, "end": { - "line": 1917, + "line": 1923, "column": 39 } } @@ -103898,32 +104080,32 @@ "value": "", "raw": "''", "range": [ - 56452, - 56454 + 56622, + 56624 ], "loc": { "start": { - "line": 1917, + "line": 1923, "column": 41 }, "end": { - "line": 1917, + "line": 1923, "column": 43 } } } ], "range": [ - 56435, - 56455 + 56605, + 56625 ], "loc": { "start": { - "line": 1917, + "line": 1923, "column": 24 }, "end": { - "line": 1917, + "line": 1923, "column": 44 } } @@ -103932,93 +104114,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 56481, - 56488 + 56651, + 56658 ], "loc": { "start": { - "line": 1918, + "line": 1924, "column": 24 }, "end": { - "line": 1918, + "line": 1924, "column": 31 } } } ], "range": [ - 56402, - 56510 + 56572, + 56680 ], "loc": { "start": { - "line": 1916, + "line": 1922, "column": 42 }, "end": { - "line": 1919, + "line": 1925, "column": 21 } } }, "range": [ - 56392, - 56510 + 56562, + 56680 ], "loc": { "start": { - "line": 1916, + "line": 1922, "column": 32 }, "end": { - "line": 1919, + "line": 1925, "column": 21 } } }, "range": [ - 56380, - 56510 + 56550, + 56680 ], "loc": { "start": { - "line": 1916, + "line": 1922, "column": 20 }, "end": { - "line": 1919, + "line": 1925, "column": 21 } } }, "range": [ - 56380, - 56511 + 56550, + 56681 ], "loc": { "start": { - "line": 1916, + "line": 1922, "column": 20 }, "end": { - "line": 1919, + "line": 1925, "column": 22 } } } ], "range": [ - 56358, - 56529 + 56528, + 56699 ], "loc": { "start": { - "line": 1915, + "line": 1921, "column": 32 }, "end": { - "line": 1920, + "line": 1926, "column": 17 } }, @@ -104027,16 +104209,16 @@ "type": "Line", "value": "different", "range": [ - 56546, - 56557 + 56716, + 56727 ], "loc": { "start": { - "line": 1921, + "line": 1927, "column": 16 }, "end": { - "line": 1921, + "line": 1927, "column": 27 } } @@ -104049,16 +104231,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 56583, - 56588 + 56753, + 56758 ], "loc": { "start": { - "line": 1922, + "line": 1928, "column": 25 }, "end": { - "line": 1922, + "line": 1928, "column": 30 } } @@ -104075,16 +104257,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56612, - 56621 + 56782, + 56791 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 20 }, "end": { - "line": 1923, + "line": 1929, "column": 29 } } @@ -104097,16 +104279,16 @@ "type": "Identifier", "name": "contains", "range": [ - 56624, - 56632 + 56794, + 56802 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 32 }, "end": { - "line": 1923, + "line": 1929, "column": 40 } } @@ -104121,16 +104303,16 @@ "type": "Identifier", "name": "sA", "range": [ - 56633, - 56635 + 56803, + 56805 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 41 }, "end": { - "line": 1923, + "line": 1929, "column": 43 } } @@ -104139,31 +104321,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56636, - 56643 + 56806, + 56813 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 44 }, "end": { - "line": 1923, + "line": 1929, "column": 51 } } }, "range": [ - 56633, - 56643 + 56803, + 56813 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 41 }, "end": { - "line": 1923, + "line": 1929, "column": 51 } } @@ -104173,16 +104355,16 @@ "type": "Identifier", "name": "re_d", "range": [ - 56644, - 56648 + 56814, + 56818 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 52 }, "end": { - "line": 1923, + "line": 1929, "column": 56 } } @@ -104192,32 +104374,32 @@ "value": "", "raw": "''", "range": [ - 56650, - 56652 + 56820, + 56822 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 58 }, "end": { - "line": 1923, + "line": 1929, "column": 60 } } } ], "range": [ - 56633, - 56653 + 56803, + 56823 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 41 }, "end": { - "line": 1923, + "line": 1929, "column": 61 } } @@ -104226,16 +104408,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 56655, - 56663 + 56825, + 56833 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 63 }, "end": { - "line": 1923, + "line": 1929, "column": 71 } } @@ -104245,16 +104427,16 @@ "value": false, "raw": "false", "range": [ - 56689, - 56694 + 56859, + 56864 ], "loc": { "start": { - "line": 1924, + "line": 1930, "column": 24 }, "end": { - "line": 1924, + "line": 1930, "column": 29 } } @@ -104265,16 +104447,16 @@ "object": { "type": "ThisExpression", "range": [ - 56696, - 56700 + 56866, + 56870 ], "loc": { "start": { - "line": 1924, + "line": 1930, "column": 31 }, "end": { - "line": 1924, + "line": 1930, "column": 35 } } @@ -104283,47 +104465,47 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 56701, - 56714 + 56871, + 56884 ], "loc": { "start": { - "line": 1924, + "line": 1930, "column": 36 }, "end": { - "line": 1924, + "line": 1930, "column": 49 } } }, "range": [ - 56696, - 56714 + 56866, + 56884 ], "loc": { "start": { - "line": 1924, + "line": 1930, "column": 31 }, "end": { - "line": 1924, + "line": 1930, "column": 49 } } } ], "range": [ - 56624, - 56715 + 56794, + 56885 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 32 }, "end": { - "line": 1924, + "line": 1930, "column": 50 } } @@ -104333,16 +104515,16 @@ "value": false, "raw": "false", "range": [ - 56718, - 56723 + 56888, + 56893 ], "loc": { "start": { - "line": 1924, + "line": 1930, "column": 53 }, "end": { - "line": 1924, + "line": 1930, "column": 58 } } @@ -104352,77 +104534,77 @@ "value": true, "raw": "true", "range": [ - 56726, - 56730 + 56896, + 56900 ], "loc": { "start": { - "line": 1924, + "line": 1930, "column": 61 }, "end": { - "line": 1924, + "line": 1930, "column": 65 } } }, "range": [ - 56624, - 56730 + 56794, + 56900 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 32 }, "end": { - "line": 1924, + "line": 1930, "column": 65 } } }, "range": [ - 56612, - 56730 + 56782, + 56900 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 20 }, "end": { - "line": 1924, + "line": 1930, "column": 65 } } }, "range": [ - 56612, - 56731 + 56782, + 56901 ], "loc": { "start": { - "line": 1923, + "line": 1929, "column": 20 }, "end": { - "line": 1924, + "line": 1930, "column": 66 } } } ], "range": [ - 56590, - 56749 + 56760, + 56919 ], "loc": { "start": { - "line": 1922, + "line": 1928, "column": 32 }, "end": { - "line": 1925, + "line": 1931, "column": 17 } }, @@ -104431,16 +104613,16 @@ "type": "Line", "value": "like", "range": [ - 56766, - 56772 + 56936, + 56942 ], "loc": { "start": { - "line": 1926, + "line": 1932, "column": 16 }, "end": { - "line": 1926, + "line": 1932, "column": 22 } } @@ -104453,16 +104635,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 56798, - 56803 + 56968, + 56973 ], "loc": { "start": { - "line": 1927, + "line": 1933, "column": 25 }, "end": { - "line": 1927, + "line": 1933, "column": 30 } } @@ -104479,16 +104661,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56827, - 56836 + 56997, + 57006 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 20 }, "end": { - "line": 1928, + "line": 1934, "column": 29 } } @@ -104499,16 +104681,16 @@ "type": "Identifier", "name": "contains", "range": [ - 56839, - 56847 + 57009, + 57017 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 32 }, "end": { - "line": 1928, + "line": 1934, "column": 40 } } @@ -104523,16 +104705,16 @@ "type": "Identifier", "name": "sA", "range": [ - 56848, - 56850 + 57018, + 57020 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 41 }, "end": { - "line": 1928, + "line": 1934, "column": 43 } } @@ -104541,31 +104723,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56851, - 56858 + 57021, + 57028 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 44 }, "end": { - "line": 1928, + "line": 1934, "column": 51 } } }, "range": [ - 56848, - 56858 + 57018, + 57028 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 41 }, "end": { - "line": 1928, + "line": 1934, "column": 51 } } @@ -104575,16 +104757,16 @@ "type": "Identifier", "name": "re_lk", "range": [ - 56859, - 56864 + 57029, + 57034 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 52 }, "end": { - "line": 1928, + "line": 1934, "column": 57 } } @@ -104594,32 +104776,32 @@ "value": "", "raw": "''", "range": [ - 56866, - 56868 + 57036, + 57038 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 59 }, "end": { - "line": 1928, + "line": 1934, "column": 61 } } } ], "range": [ - 56848, - 56869 + 57018, + 57039 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 41 }, "end": { - "line": 1928, + "line": 1934, "column": 62 } } @@ -104628,16 +104810,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 56871, - 56879 + 57041, + 57049 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 64 }, "end": { - "line": 1928, + "line": 1934, "column": 72 } } @@ -104647,16 +104829,16 @@ "value": false, "raw": "false", "range": [ - 56905, - 56910 + 57075, + 57080 ], "loc": { "start": { - "line": 1929, + "line": 1935, "column": 24 }, "end": { - "line": 1929, + "line": 1935, "column": 29 } } @@ -104667,16 +104849,16 @@ "object": { "type": "ThisExpression", "range": [ - 56912, - 56916 + 57082, + 57086 ], "loc": { "start": { - "line": 1929, + "line": 1935, "column": 31 }, "end": { - "line": 1929, + "line": 1935, "column": 35 } } @@ -104685,93 +104867,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 56917, - 56930 + 57087, + 57100 ], "loc": { "start": { - "line": 1929, + "line": 1935, "column": 36 }, "end": { - "line": 1929, + "line": 1935, "column": 49 } } }, "range": [ - 56912, - 56930 + 57082, + 57100 ], "loc": { "start": { - "line": 1929, + "line": 1935, "column": 31 }, "end": { - "line": 1929, + "line": 1935, "column": 49 } } } ], "range": [ - 56839, - 56931 + 57009, + 57101 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 32 }, "end": { - "line": 1929, + "line": 1935, "column": 50 } } }, "range": [ - 56827, - 56931 + 56997, + 57101 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 20 }, "end": { - "line": 1929, + "line": 1935, "column": 50 } } }, "range": [ - 56827, - 56932 + 56997, + 57102 ], "loc": { "start": { - "line": 1928, + "line": 1934, "column": 20 }, "end": { - "line": 1929, + "line": 1935, "column": 51 } } } ], "range": [ - 56805, - 56950 + 56975, + 57120 ], "loc": { "start": { - "line": 1927, + "line": 1933, "column": 32 }, "end": { - "line": 1930, + "line": 1936, "column": 17 } }, @@ -104780,16 +104962,16 @@ "type": "Line", "value": "equal", "range": [ - 56967, - 56974 + 57137, + 57144 ], "loc": { "start": { - "line": 1931, + "line": 1937, "column": 16 }, "end": { - "line": 1931, + "line": 1937, "column": 23 } } @@ -104802,16 +104984,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 57000, - 57005 + 57170, + 57175 ], "loc": { "start": { - "line": 1932, + "line": 1938, "column": 25 }, "end": { - "line": 1932, + "line": 1938, "column": 30 } } @@ -104828,16 +105010,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57029, - 57038 + 57199, + 57208 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 20 }, "end": { - "line": 1933, + "line": 1939, "column": 29 } } @@ -104848,16 +105030,16 @@ "type": "Identifier", "name": "contains", "range": [ - 57041, - 57049 + 57211, + 57219 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 32 }, "end": { - "line": 1933, + "line": 1939, "column": 40 } } @@ -104872,16 +105054,16 @@ "type": "Identifier", "name": "sA", "range": [ - 57050, - 57052 + 57220, + 57222 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 41 }, "end": { - "line": 1933, + "line": 1939, "column": 43 } } @@ -104890,31 +105072,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57053, - 57060 + 57223, + 57230 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 44 }, "end": { - "line": 1933, + "line": 1939, "column": 51 } } }, "range": [ - 57050, - 57060 + 57220, + 57230 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 41 }, "end": { - "line": 1933, + "line": 1939, "column": 51 } } @@ -104924,16 +105106,16 @@ "type": "Identifier", "name": "re_eq", "range": [ - 57061, - 57066 + 57231, + 57236 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 52 }, "end": { - "line": 1933, + "line": 1939, "column": 57 } } @@ -104943,32 +105125,32 @@ "value": "", "raw": "''", "range": [ - 57068, - 57070 + 57238, + 57240 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 59 }, "end": { - "line": 1933, + "line": 1939, "column": 61 } } } ], "range": [ - 57050, - 57071 + 57220, + 57241 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 41 }, "end": { - "line": 1933, + "line": 1939, "column": 62 } } @@ -104977,16 +105159,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57073, - 57081 + 57243, + 57251 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 64 }, "end": { - "line": 1933, + "line": 1939, "column": 72 } } @@ -104996,16 +105178,16 @@ "value": true, "raw": "true", "range": [ - 57107, - 57111 + 57277, + 57281 ], "loc": { "start": { - "line": 1934, + "line": 1940, "column": 24 }, "end": { - "line": 1934, + "line": 1940, "column": 28 } } @@ -105016,16 +105198,16 @@ "object": { "type": "ThisExpression", "range": [ - 57113, - 57117 + 57283, + 57287 ], "loc": { "start": { - "line": 1934, + "line": 1940, "column": 30 }, "end": { - "line": 1934, + "line": 1940, "column": 34 } } @@ -105034,93 +105216,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 57118, - 57131 + 57288, + 57301 ], "loc": { "start": { - "line": 1934, + "line": 1940, "column": 35 }, "end": { - "line": 1934, + "line": 1940, "column": 48 } } }, "range": [ - 57113, - 57131 + 57283, + 57301 ], "loc": { "start": { - "line": 1934, + "line": 1940, "column": 30 }, "end": { - "line": 1934, + "line": 1940, "column": 48 } } } ], "range": [ - 57041, - 57132 + 57211, + 57302 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 32 }, "end": { - "line": 1934, + "line": 1940, "column": 49 } } }, "range": [ - 57029, - 57132 + 57199, + 57302 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 20 }, "end": { - "line": 1934, + "line": 1940, "column": 49 } } }, "range": [ - 57029, - 57133 + 57199, + 57303 ], "loc": { "start": { - "line": 1933, + "line": 1939, "column": 20 }, "end": { - "line": 1934, + "line": 1940, "column": 50 } } } ], "range": [ - 57007, - 57151 + 57177, + 57321 ], "loc": { "start": { - "line": 1932, + "line": 1938, "column": 32 }, "end": { - "line": 1935, + "line": 1941, "column": 17 } }, @@ -105129,16 +105311,16 @@ "type": "Line", "value": "starts with", "range": [ - 57168, - 57181 + 57338, + 57351 ], "loc": { "start": { - "line": 1936, + "line": 1942, "column": 16 }, "end": { - "line": 1936, + "line": 1942, "column": 29 } } @@ -105151,16 +105333,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 57207, - 57212 + 57377, + 57382 ], "loc": { "start": { - "line": 1937, + "line": 1943, "column": 25 }, "end": { - "line": 1937, + "line": 1943, "column": 30 } } @@ -105177,16 +105359,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57236, - 57245 + 57406, + 57415 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 20 }, "end": { - "line": 1938, + "line": 1944, "column": 29 } } @@ -105205,16 +105387,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57248, - 57256 + 57418, + 57426 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 32 }, "end": { - "line": 1938, + "line": 1944, "column": 40 } } @@ -105223,31 +105405,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 57257, - 57264 + 57427, + 57434 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 41 }, "end": { - "line": 1938, + "line": 1944, "column": 48 } } }, "range": [ - 57248, - 57264 + 57418, + 57434 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 32 }, "end": { - "line": 1938, + "line": 1944, "column": 48 } } @@ -105262,16 +105444,16 @@ "type": "Identifier", "name": "sA", "range": [ - 57265, - 57267 + 57435, + 57437 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 49 }, "end": { - "line": 1938, + "line": 1944, "column": 51 } } @@ -105280,31 +105462,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57268, - 57275 + 57438, + 57445 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 52 }, "end": { - "line": 1938, + "line": 1944, "column": 59 } } }, "range": [ - 57265, - 57275 + 57435, + 57445 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 49 }, "end": { - "line": 1938, + "line": 1944, "column": 59 } } @@ -105314,16 +105496,16 @@ "type": "Identifier", "name": "re_st", "range": [ - 57276, - 57281 + 57446, + 57451 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 60 }, "end": { - "line": 1938, + "line": 1944, "column": 65 } } @@ -105333,48 +105515,48 @@ "value": "", "raw": "''", "range": [ - 57283, - 57285 + 57453, + 57455 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 67 }, "end": { - "line": 1938, + "line": 1944, "column": 69 } } } ], "range": [ - 57265, - 57286 + 57435, + 57456 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 49 }, "end": { - "line": 1938, + "line": 1944, "column": 70 } } } ], "range": [ - 57248, - 57287 + 57418, + 57457 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 32 }, "end": { - "line": 1938, + "line": 1944, "column": 71 } } @@ -105384,31 +105566,31 @@ "value": 0, "raw": "0", "range": [ - 57292, - 57293 + 57462, + 57463 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 76 }, "end": { - "line": 1938, + "line": 1944, "column": 77 } } }, "range": [ - 57248, - 57293 + 57418, + 57463 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 32 }, "end": { - "line": 1938, + "line": 1944, "column": 77 } } @@ -105418,16 +105600,16 @@ "value": true, "raw": "true", "range": [ - 57320, - 57324 + 57490, + 57494 ], "loc": { "start": { - "line": 1939, + "line": 1945, "column": 24 }, "end": { - "line": 1939, + "line": 1945, "column": 28 } } @@ -105437,77 +105619,77 @@ "value": false, "raw": "false", "range": [ - 57327, - 57332 + 57497, + 57502 ], "loc": { "start": { - "line": 1939, + "line": 1945, "column": 31 }, "end": { - "line": 1939, + "line": 1945, "column": 36 } } }, "range": [ - 57248, - 57332 + 57418, + 57502 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 32 }, "end": { - "line": 1939, + "line": 1945, "column": 36 } } }, "range": [ - 57236, - 57332 + 57406, + 57502 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 20 }, "end": { - "line": 1939, + "line": 1945, "column": 36 } } }, "range": [ - 57236, - 57333 + 57406, + 57503 ], "loc": { "start": { - "line": 1938, + "line": 1944, "column": 20 }, "end": { - "line": 1939, + "line": 1945, "column": 37 } } } ], "range": [ - 57214, - 57351 + 57384, + 57521 ], "loc": { "start": { - "line": 1937, + "line": 1943, "column": 32 }, "end": { - "line": 1940, + "line": 1946, "column": 17 } }, @@ -105516,16 +105698,16 @@ "type": "Line", "value": "ends with", "range": [ - 57368, - 57379 + 57538, + 57549 ], "loc": { "start": { - "line": 1941, + "line": 1947, "column": 16 }, "end": { - "line": 1941, + "line": 1947, "column": 27 } } @@ -105538,16 +105720,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 57405, - 57410 + 57575, + 57580 ], "loc": { "start": { - "line": 1942, + "line": 1948, "column": 25 }, "end": { - "line": 1942, + "line": 1948, "column": 30 } } @@ -105564,16 +105746,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 57438, - 57447 + 57608, + 57617 ], "loc": { "start": { - "line": 1943, + "line": 1949, "column": 24 }, "end": { - "line": 1943, + "line": 1949, "column": 33 } } @@ -105587,16 +105769,16 @@ "type": "Identifier", "name": "sA", "range": [ - 57450, - 57452 + 57620, + 57622 ], "loc": { "start": { - "line": 1943, + "line": 1949, "column": 36 }, "end": { - "line": 1943, + "line": 1949, "column": 38 } } @@ -105605,31 +105787,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57453, - 57460 + 57623, + 57630 ], "loc": { "start": { - "line": 1943, + "line": 1949, "column": 39 }, "end": { - "line": 1943, + "line": 1949, "column": 46 } } }, "range": [ - 57450, - 57460 + 57620, + 57630 ], "loc": { "start": { - "line": 1943, + "line": 1949, "column": 36 }, "end": { - "line": 1943, + "line": 1949, "column": 46 } } @@ -105639,16 +105821,16 @@ "type": "Identifier", "name": "re_en", "range": [ - 57461, - 57466 + 57631, + 57636 ], "loc": { "start": { - "line": 1943, + "line": 1949, "column": 47 }, "end": { - "line": 1943, + "line": 1949, "column": 52 } } @@ -105658,47 +105840,47 @@ "value": "", "raw": "''", "range": [ - 57468, - 57470 + 57638, + 57640 ], "loc": { "start": { - "line": 1943, + "line": 1949, "column": 54 }, "end": { - "line": 1943, + "line": 1949, "column": 56 } } } ], "range": [ - 57450, - 57471 + 57620, + 57641 ], "loc": { "start": { - "line": 1943, + "line": 1949, "column": 36 }, "end": { - "line": 1943, + "line": 1949, "column": 57 } } }, "range": [ - 57438, - 57471 + 57608, + 57641 ], "loc": { "start": { - "line": 1943, + "line": 1949, "column": 24 }, "end": { - "line": 1943, + "line": 1949, "column": 57 } } @@ -105706,16 +105888,16 @@ ], "kind": "let", "range": [ - 57434, - 57472 + 57604, + 57642 ], "loc": { "start": { - "line": 1943, + "line": 1949, "column": 20 }, "end": { - "line": 1943, + "line": 1949, "column": 58 } } @@ -105729,16 +105911,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57493, - 57502 + 57663, + 57672 ], "loc": { "start": { - "line": 1944, + "line": 1950, "column": 20 }, "end": { - "line": 1944, + "line": 1950, "column": 29 } } @@ -105760,16 +105942,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57529, - 57537 + 57699, + 57707 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 24 }, "end": { - "line": 1945, + "line": 1951, "column": 32 } } @@ -105778,31 +105960,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 57538, - 57549 + 57708, + 57719 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 33 }, "end": { - "line": 1945, + "line": 1951, "column": 44 } } }, "range": [ - 57529, - 57549 + 57699, + 57719 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 24 }, "end": { - "line": 1945, + "line": 1951, "column": 44 } } @@ -105812,16 +105994,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 57550, - 57559 + 57720, + 57729 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 45 }, "end": { - "line": 1945, + "line": 1951, "column": 54 } } @@ -105836,16 +106018,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57561, - 57569 + 57731, + 57739 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 56 }, "end": { - "line": 1945, + "line": 1951, "column": 64 } } @@ -105854,31 +106036,31 @@ "type": "Identifier", "name": "length", "range": [ - 57570, - 57576 + 57740, + 57746 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 65 }, "end": { - "line": 1945, + "line": 1951, "column": 71 } } }, "range": [ - 57561, - 57576 + 57731, + 57746 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 56 }, "end": { - "line": 1945, + "line": 1951, "column": 71 } } @@ -105888,47 +106070,47 @@ "value": 1, "raw": "1", "range": [ - 57579, - 57580 + 57749, + 57750 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 74 }, "end": { - "line": 1945, + "line": 1951, "column": 75 } } }, "range": [ - 57561, - 57580 + 57731, + 57750 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 56 }, "end": { - "line": 1945, + "line": 1951, "column": 75 } } } ], "range": [ - 57529, - 57581 + 57699, + 57751 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 24 }, "end": { - "line": 1945, + "line": 1951, "column": 76 } } @@ -105946,16 +106128,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57615, - 57623 + 57785, + 57793 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 29 }, "end": { - "line": 1946, + "line": 1952, "column": 37 } } @@ -105964,31 +106146,31 @@ "type": "Identifier", "name": "length", "range": [ - 57624, - 57630 + 57794, + 57800 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 38 }, "end": { - "line": 1946, + "line": 1952, "column": 44 } } }, "range": [ - 57615, - 57630 + 57785, + 57800 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 29 }, "end": { - "line": 1946, + "line": 1952, "column": 44 } } @@ -105998,31 +106180,31 @@ "value": 1, "raw": "1", "range": [ - 57633, - 57634 + 57803, + 57804 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 47 }, "end": { - "line": 1946, + "line": 1952, "column": 48 } } }, "range": [ - 57615, - 57634 + 57785, + 57804 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 29 }, "end": { - "line": 1946, + "line": 1952, "column": 48 } } @@ -106037,16 +106219,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 57639, - 57648 + 57809, + 57818 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 53 }, "end": { - "line": 1946, + "line": 1952, "column": 62 } } @@ -106055,31 +106237,31 @@ "type": "Identifier", "name": "length", "range": [ - 57649, - 57655 + 57819, + 57825 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 63 }, "end": { - "line": 1946, + "line": 1952, "column": 69 } } }, "range": [ - 57639, - 57655 + 57809, + 57825 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 53 }, "end": { - "line": 1946, + "line": 1952, "column": 69 } } @@ -106089,61 +106271,61 @@ "value": 1, "raw": "1", "range": [ - 57658, - 57659 + 57828, + 57829 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 72 }, "end": { - "line": 1946, + "line": 1952, "column": 73 } } }, "range": [ - 57639, - 57659 + 57809, + 57829 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 53 }, "end": { - "line": 1946, + "line": 1952, "column": 73 } } }, "range": [ - 57614, - 57660 + 57784, + 57830 ], "loc": { "start": { - "line": 1946, + "line": 1952, "column": 28 }, "end": { - "line": 1946, + "line": 1952, "column": 74 } } }, "range": [ - 57529, - 57660 + 57699, + 57830 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 24 }, "end": { - "line": 1946, + "line": 1952, "column": 74 } } @@ -106160,16 +106342,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57692, - 57700 + 57862, + 57870 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 28 }, "end": { - "line": 1947, + "line": 1953, "column": 36 } } @@ -106178,31 +106360,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 57701, - 57712 + 57871, + 57882 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 37 }, "end": { - "line": 1947, + "line": 1953, "column": 48 } } }, "range": [ - 57692, - 57712 + 57862, + 57882 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 28 }, "end": { - "line": 1947, + "line": 1953, "column": 48 } } @@ -106212,16 +106394,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 57713, - 57722 + 57883, + 57892 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 49 }, "end": { - "line": 1947, + "line": 1953, "column": 58 } } @@ -106236,16 +106418,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 57724, - 57732 + 57894, + 57902 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 60 }, "end": { - "line": 1947, + "line": 1953, "column": 68 } } @@ -106254,31 +106436,31 @@ "type": "Identifier", "name": "length", "range": [ - 57733, - 57739 + 57903, + 57909 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 69 }, "end": { - "line": 1947, + "line": 1953, "column": 75 } } }, "range": [ - 57724, - 57739 + 57894, + 57909 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 60 }, "end": { - "line": 1947, + "line": 1953, "column": 75 } } @@ -106288,47 +106470,47 @@ "value": 1, "raw": "1", "range": [ - 57742, - 57743 + 57912, + 57913 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 78 }, "end": { - "line": 1947, + "line": 1953, "column": 79 } } }, "range": [ - 57724, - 57743 + 57894, + 57913 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 60 }, "end": { - "line": 1947, + "line": 1953, "column": 79 } } } ], "range": [ - 57692, - 57744 + 57862, + 57914 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 28 }, "end": { - "line": 1947, + "line": 1953, "column": 80 } } @@ -106341,62 +106523,62 @@ "value": 1, "raw": "1", "range": [ - 57776, - 57777 + 57946, + 57947 ], "loc": { "start": { - "line": 1948, + "line": 1954, "column": 31 }, "end": { - "line": 1948, + "line": 1954, "column": 32 } } }, "prefix": true, "range": [ - 57775, - 57777 + 57945, + 57947 ], "loc": { "start": { - "line": 1948, + "line": 1954, "column": 30 }, "end": { - "line": 1948, + "line": 1954, "column": 32 } } }, "range": [ - 57692, - 57777 + 57862, + 57947 ], "loc": { "start": { - "line": 1947, + "line": 1953, "column": 28 }, "end": { - "line": 1948, + "line": 1954, "column": 32 } } }, "range": [ - 57529, - 57777 + 57699, + 57947 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 24 }, "end": { - "line": 1948, + "line": 1954, "column": 32 } } @@ -106406,16 +106588,16 @@ "value": true, "raw": "true", "range": [ - 57780, - 57784 + 57950, + 57954 ], "loc": { "start": { - "line": 1948, + "line": 1954, "column": 35 }, "end": { - "line": 1948, + "line": 1954, "column": 39 } } @@ -106425,77 +106607,77 @@ "value": false, "raw": "false", "range": [ - 57787, - 57792 + 57957, + 57962 ], "loc": { "start": { - "line": 1948, + "line": 1954, "column": 42 }, "end": { - "line": 1948, + "line": 1954, "column": 47 } } }, "range": [ - 57529, - 57792 + 57699, + 57962 ], "loc": { "start": { - "line": 1945, + "line": 1951, "column": 24 }, "end": { - "line": 1948, + "line": 1954, "column": 47 } } }, "range": [ - 57493, - 57792 + 57663, + 57962 ], "loc": { "start": { - "line": 1944, + "line": 1950, "column": 20 }, "end": { - "line": 1948, + "line": 1954, "column": 47 } } }, "range": [ - 57493, - 57793 + 57663, + 57963 ], "loc": { "start": { - "line": 1944, + "line": 1950, "column": 20 }, "end": { - "line": 1948, + "line": 1954, "column": 48 } } } ], "range": [ - 57412, - 57811 + 57582, + 57981 ], "loc": { "start": { - "line": 1942, + "line": 1948, "column": 32 }, "end": { - "line": 1949, + "line": 1955, "column": 17 } }, @@ -106504,16 +106686,16 @@ "type": "Line", "value": "empty", "range": [ - 57828, - 57835 + 57998, + 58005 ], "loc": { "start": { - "line": 1950, + "line": 1956, "column": 16 }, "end": { - "line": 1950, + "line": 1956, "column": 23 } } @@ -106526,16 +106708,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 57861, - 57866 + 58031, + 58036 ], "loc": { "start": { - "line": 1951, + "line": 1957, "column": 25 }, "end": { - "line": 1951, + "line": 1957, "column": 30 } } @@ -106552,16 +106734,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57890, - 57899 + 58060, + 58069 ], "loc": { "start": { - "line": 1952, + "line": 1958, "column": 20 }, "end": { - "line": 1952, + "line": 1958, "column": 29 } } @@ -106572,16 +106754,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 57902, - 57915 + 58072, + 58085 ], "loc": { "start": { - "line": 1952, + "line": 1958, "column": 32 }, "end": { - "line": 1952, + "line": 1958, "column": 45 } } @@ -106591,78 +106773,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 57916, - 57924 + 58086, + 58094 ], "loc": { "start": { - "line": 1952, + "line": 1958, "column": 46 }, "end": { - "line": 1952, + "line": 1958, "column": 54 } } } ], "range": [ - 57902, - 57925 + 58072, + 58095 ], "loc": { "start": { - "line": 1952, + "line": 1958, "column": 32 }, "end": { - "line": 1952, + "line": 1958, "column": 55 } } }, "range": [ - 57890, - 57925 + 58060, + 58095 ], "loc": { "start": { - "line": 1952, + "line": 1958, "column": 20 }, "end": { - "line": 1952, + "line": 1958, "column": 55 } } }, "range": [ - 57890, - 57926 + 58060, + 58096 ], "loc": { "start": { - "line": 1952, + "line": 1958, "column": 20 }, "end": { - "line": 1952, + "line": 1958, "column": 56 } } } ], "range": [ - 57868, - 57944 + 58038, + 58114 ], "loc": { "start": { - "line": 1951, + "line": 1957, "column": 32 }, "end": { - "line": 1953, + "line": 1959, "column": 17 } }, @@ -106671,16 +106853,16 @@ "type": "Line", "value": "non-empty", "range": [ - 57961, - 57972 + 58131, + 58142 ], "loc": { "start": { - "line": 1954, + "line": 1960, "column": 16 }, "end": { - "line": 1954, + "line": 1960, "column": 27 } } @@ -106693,16 +106875,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 57998, - 58003 + 58168, + 58173 ], "loc": { "start": { - "line": 1955, + "line": 1961, "column": 25 }, "end": { - "line": 1955, + "line": 1961, "column": 30 } } @@ -106719,16 +106901,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58027, - 58036 + 58197, + 58206 ], "loc": { "start": { - "line": 1956, + "line": 1962, "column": 20 }, "end": { - "line": 1956, + "line": 1962, "column": 29 } } @@ -106742,16 +106924,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 58040, - 58053 + 58210, + 58223 ], "loc": { "start": { - "line": 1956, + "line": 1962, "column": 33 }, "end": { - "line": 1956, + "line": 1962, "column": 46 } } @@ -106761,94 +106943,94 @@ "type": "Identifier", "name": "cellData", "range": [ - 58054, - 58062 + 58224, + 58232 ], "loc": { "start": { - "line": 1956, + "line": 1962, "column": 47 }, "end": { - "line": 1956, + "line": 1962, "column": 55 } } } ], "range": [ - 58040, - 58063 + 58210, + 58233 ], "loc": { "start": { - "line": 1956, + "line": 1962, "column": 33 }, "end": { - "line": 1956, + "line": 1962, "column": 56 } } }, "prefix": true, "range": [ - 58039, - 58063 + 58209, + 58233 ], "loc": { "start": { - "line": 1956, + "line": 1962, "column": 32 }, "end": { - "line": 1956, + "line": 1962, "column": 56 } } }, "range": [ - 58027, - 58063 + 58197, + 58233 ], "loc": { "start": { - "line": 1956, + "line": 1962, "column": 20 }, "end": { - "line": 1956, + "line": 1962, "column": 56 } } }, "range": [ - 58027, - 58064 + 58197, + 58234 ], "loc": { "start": { - "line": 1956, + "line": 1962, "column": 20 }, "end": { - "line": 1956, + "line": 1962, "column": 57 } } } ], "range": [ - 58005, - 58082 + 58175, + 58252 ], "loc": { "start": { - "line": 1955, + "line": 1961, "column": 32 }, "end": { - "line": 1957, + "line": 1963, "column": 17 } }, @@ -106857,16 +107039,16 @@ "type": "Line", "value": "regexp", "range": [ - 58099, - 58107 + 58269, + 58277 ], "loc": { "start": { - "line": 1958, + "line": 1964, "column": 16 }, "end": { - "line": 1958, + "line": 1964, "column": 24 } } @@ -106879,16 +107061,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 58133, - 58138 + 58303, + 58308 ], "loc": { "start": { - "line": 1959, + "line": 1965, "column": 25 }, "end": { - "line": 1959, + "line": 1965, "column": 30 } } @@ -106910,16 +107092,16 @@ "type": "Identifier", "name": "srchArg", "range": [ - 58298, - 58305 + 58456, + 58463 ], "loc": { "start": { - "line": 1963, + "line": 1969, "column": 28 }, "end": { - "line": 1963, + "line": 1969, "column": 35 } } @@ -106933,16 +107115,16 @@ "type": "Identifier", "name": "sA", "range": [ - 58308, - 58310 + 58466, + 58468 ], "loc": { "start": { - "line": 1963, + "line": 1969, "column": 38 }, "end": { - "line": 1963, + "line": 1969, "column": 40 } } @@ -106951,31 +107133,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58311, - 58318 + 58469, + 58476 ], "loc": { "start": { - "line": 1963, + "line": 1969, "column": 41 }, "end": { - "line": 1963, + "line": 1969, "column": 48 } } }, "range": [ - 58308, - 58318 + 58466, + 58476 ], "loc": { "start": { - "line": 1963, + "line": 1969, "column": 38 }, "end": { - "line": 1963, + "line": 1969, "column": 48 } } @@ -106985,16 +107167,16 @@ "type": "Identifier", "name": "re_re", "range": [ - 58319, - 58324 + 58477, + 58482 ], "loc": { "start": { - "line": 1963, + "line": 1969, "column": 49 }, "end": { - "line": 1963, + "line": 1969, "column": 54 } } @@ -107004,47 +107186,47 @@ "value": "", "raw": "''", "range": [ - 58326, - 58328 + 58484, + 58486 ], "loc": { "start": { - "line": 1963, + "line": 1969, "column": 56 }, "end": { - "line": 1963, + "line": 1969, "column": 58 } } } ], "range": [ - 58308, - 58329 + 58466, + 58487 ], "loc": { "start": { - "line": 1963, + "line": 1969, "column": 38 }, "end": { - "line": 1963, + "line": 1969, "column": 59 } } }, "range": [ - 58298, - 58329 + 58456, + 58487 ], "loc": { "start": { - "line": 1963, + "line": 1969, "column": 28 }, "end": { - "line": 1963, + "line": 1969, "column": 59 } } @@ -107052,16 +107234,16 @@ ], "kind": "let", "range": [ - 58294, - 58330 + 58452, + 58488 ], "loc": { "start": { - "line": 1963, + "line": 1969, "column": 24 }, "end": { - "line": 1963, + "line": 1969, "column": 60 } }, @@ -107070,16 +107252,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 58248, - 58269 + 58406, + 58427 ], "loc": { "start": { - "line": 1962, + "line": 1968, "column": 24 }, "end": { - "line": 1962, + "line": 1968, "column": 45 } } @@ -107095,16 +107277,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 58359, - 58362 + 58517, + 58520 ], "loc": { "start": { - "line": 1964, + "line": 1970, "column": 28 }, "end": { - "line": 1964, + "line": 1970, "column": 31 } } @@ -107115,16 +107297,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 58369, - 58375 + 58527, + 58533 ], "loc": { "start": { - "line": 1964, + "line": 1970, "column": 38 }, "end": { - "line": 1964, + "line": 1970, "column": 44 } } @@ -107134,47 +107316,47 @@ "type": "Identifier", "name": "srchArg", "range": [ - 58376, - 58383 + 58534, + 58541 ], "loc": { "start": { - "line": 1964, + "line": 1970, "column": 45 }, "end": { - "line": 1964, + "line": 1970, "column": 52 } } } ], "range": [ - 58365, - 58384 + 58523, + 58542 ], "loc": { "start": { - "line": 1964, + "line": 1970, "column": 34 }, "end": { - "line": 1964, + "line": 1970, "column": 53 } } }, "range": [ - 58359, - 58384 + 58517, + 58542 ], "loc": { "start": { - "line": 1964, + "line": 1970, "column": 28 }, "end": { - "line": 1964, + "line": 1970, "column": 53 } } @@ -107182,16 +107364,16 @@ ], "kind": "let", "range": [ - 58355, - 58385 + 58513, + 58543 ], "loc": { "start": { - "line": 1964, + "line": 1970, "column": 24 }, "end": { - "line": 1964, + "line": 1970, "column": 54 } } @@ -107205,16 +107387,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58410, - 58419 + 58568, + 58577 ], "loc": { "start": { - "line": 1965, + "line": 1971, "column": 24 }, "end": { - "line": 1965, + "line": 1971, "column": 33 } } @@ -107228,16 +107410,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 58422, - 58425 + 58580, + 58583 ], "loc": { "start": { - "line": 1965, + "line": 1971, "column": 36 }, "end": { - "line": 1965, + "line": 1971, "column": 39 } } @@ -107246,31 +107428,31 @@ "type": "Identifier", "name": "test", "range": [ - 58426, - 58430 + 58584, + 58588 ], "loc": { "start": { - "line": 1965, + "line": 1971, "column": 40 }, "end": { - "line": 1965, + "line": 1971, "column": 44 } } }, "range": [ - 58422, - 58430 + 58580, + 58588 ], "loc": { "start": { - "line": 1965, + "line": 1971, "column": 36 }, "end": { - "line": 1965, + "line": 1971, "column": 44 } } @@ -107280,78 +107462,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 58431, - 58439 + 58589, + 58597 ], "loc": { "start": { - "line": 1965, + "line": 1971, "column": 45 }, "end": { - "line": 1965, + "line": 1971, "column": 53 } } } ], "range": [ - 58422, - 58440 + 58580, + 58598 ], "loc": { "start": { - "line": 1965, + "line": 1971, "column": 36 }, "end": { - "line": 1965, + "line": 1971, "column": 54 } } }, "range": [ - 58410, - 58440 + 58568, + 58598 ], "loc": { "start": { - "line": 1965, + "line": 1971, "column": 24 }, "end": { - "line": 1965, + "line": 1971, "column": 54 } } }, "range": [ - 58410, - 58441 + 58568, + 58599 ], "loc": { "start": { - "line": 1965, + "line": 1971, "column": 24 }, "end": { - "line": 1965, + "line": 1971, "column": 55 } } } ], "range": [ - 58222, - 58463 + 58380, + 58621 ], "loc": { "start": { - "line": 1961, + "line": 1967, "column": 24 }, "end": { - "line": 1966, + "line": 1972, "column": 21 } } @@ -107362,16 +107544,16 @@ "type": "Identifier", "name": "ex", "range": [ - 58471, - 58473 + 58629, + 58631 ], "loc": { "start": { - "line": 1966, + "line": 1972, "column": 29 }, "end": { - "line": 1966, + "line": 1972, "column": 31 } } @@ -107388,16 +107570,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58501, - 58510 + 58659, + 58668 ], "loc": { "start": { - "line": 1967, + "line": 1973, "column": 24 }, "end": { - "line": 1967, + "line": 1973, "column": 33 } } @@ -107407,112 +107589,112 @@ "value": false, "raw": "false", "range": [ - 58513, - 58518 + 58671, + 58676 ], "loc": { "start": { - "line": 1967, + "line": 1973, "column": 36 }, "end": { - "line": 1967, + "line": 1973, "column": 41 } } }, "range": [ - 58501, - 58518 + 58659, + 58676 ], "loc": { "start": { - "line": 1967, + "line": 1973, "column": 24 }, "end": { - "line": 1967, + "line": 1973, "column": 41 } } }, "range": [ - 58501, - 58519 + 58659, + 58677 ], "loc": { "start": { - "line": 1967, + "line": 1973, "column": 24 }, "end": { - "line": 1967, + "line": 1973, "column": 42 } } } ], "range": [ - 58475, - 58541 + 58633, + 58699 ], "loc": { "start": { - "line": 1966, + "line": 1972, "column": 33 }, "end": { - "line": 1968, + "line": 1974, "column": 21 } } }, "range": [ - 58464, - 58541 + 58622, + 58699 ], "loc": { "start": { - "line": 1966, + "line": 1972, "column": 22 }, "end": { - "line": 1968, + "line": 1974, "column": 21 } } }, "finalizer": null, "range": [ - 58218, - 58541 + 58376, + 58699 ], "loc": { "start": { - "line": 1961, + "line": 1967, "column": 20 }, "end": { - "line": 1968, + "line": 1974, "column": 21 } }, "leadingComments": [ { "type": "Line", - "value": "in case regexp fires an exception", + "value": "in case regexp throws", "range": [ - 58162, - 58197 + 58332, + 58355 ], "loc": { "start": { - "line": 1960, + "line": 1966, "column": 20 }, "end": { - "line": 1960, - "column": 55 + "line": 1966, + "column": 43 } } } @@ -107520,16 +107702,16 @@ } ], "range": [ - 58140, - 58559 + 58310, + 58717 ], "loc": { "start": { - "line": 1959, + "line": 1965, "column": 32 }, "end": { - "line": 1969, + "line": 1975, "column": 17 } } @@ -107549,16 +107731,16 @@ "type": "Identifier", "name": "numData", "range": [ - 58743, - 58750 + 58901, + 58908 ], "loc": { "start": { - "line": 1972, + "line": 1978, "column": 24 }, "end": { - "line": 1972, + "line": 1978, "column": 31 } } @@ -107571,16 +107753,16 @@ "object": { "type": "ThisExpression", "range": [ - 58778, - 58782 + 58936, + 58940 ], "loc": { "start": { - "line": 1973, + "line": 1979, "column": 24 }, "end": { - "line": 1973, + "line": 1979, "column": 28 } } @@ -107589,31 +107771,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 58783, - 58790 + 58941, + 58948 ], "loc": { "start": { - "line": 1973, + "line": 1979, "column": 29 }, "end": { - "line": 1973, + "line": 1979, "column": 36 } } }, "range": [ - 58778, - 58790 + 58936, + 58948 ], "loc": { "start": { - "line": 1973, + "line": 1979, "column": 24 }, "end": { - "line": 1973, + "line": 1979, "column": 36 } } @@ -107623,16 +107805,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 58791, - 58797 + 58949, + 58955 ], "loc": { "start": { - "line": 1973, + "line": 1979, "column": 37 }, "end": { - "line": 1973, + "line": 1979, "column": 43 } } @@ -107644,16 +107826,16 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 58800, - 58806 + 58958, + 58964 ], "loc": { "start": { - "line": 1973, + "line": 1979, "column": 46 }, "end": { - "line": 1973, + "line": 1979, "column": 52 } } @@ -107662,63 +107844,63 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 58808, - 58824 + 58966, + 58982 ], "loc": { "start": { - "line": 1973, + "line": 1979, "column": 54 }, "end": { - "line": 1973, + "line": 1979, "column": 70 } } } ], "range": [ - 58799, - 58825 + 58957, + 58983 ], "loc": { "start": { - "line": 1973, + "line": 1979, "column": 45 }, "end": { - "line": 1973, + "line": 1979, "column": 71 } } } ], "range": [ - 58778, - 58826 + 58936, + 58984 ], "loc": { "start": { - "line": 1973, + "line": 1979, "column": 24 }, "end": { - "line": 1973, + "line": 1979, "column": 72 } } }, "range": [ - 58743, - 58826 + 58901, + 58984 ], "loc": { "start": { - "line": 1972, + "line": 1978, "column": 24 }, "end": { - "line": 1973, + "line": 1979, "column": 72 } } @@ -107732,16 +107914,16 @@ "object": { "type": "ThisExpression", "range": [ - 58855, - 58859 + 59013, + 59017 ], "loc": { "start": { - "line": 1974, + "line": 1980, "column": 25 }, "end": { - "line": 1974, + "line": 1980, "column": 29 } } @@ -107750,62 +107932,62 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 58860, - 58875 + 59018, + 59033 ], "loc": { "start": { - "line": 1974, + "line": 1980, "column": 30 }, "end": { - "line": 1974, + "line": 1980, "column": 45 } } }, "range": [ - 58855, - 58875 + 59013, + 59033 ], "loc": { "start": { - "line": 1974, + "line": 1980, "column": 25 }, "end": { - "line": 1974, + "line": 1980, "column": 45 } } }, "prefix": true, "range": [ - 58854, - 58875 + 59012, + 59033 ], "loc": { "start": { - "line": 1974, + "line": 1980, "column": 24 }, "end": { - "line": 1974, + "line": 1980, "column": 45 } } }, "range": [ - 58743, - 58875 + 58901, + 59033 ], "loc": { "start": { - "line": 1972, + "line": 1978, "column": 24 }, "end": { - "line": 1974, + "line": 1980, "column": 45 } } @@ -107822,16 +108004,16 @@ "type": "Identifier", "name": "sA", "range": [ - 59120, - 59122 + 59278, + 59280 ], "loc": { "start": { - "line": 1978, + "line": 1984, "column": 24 }, "end": { - "line": 1978, + "line": 1984, "column": 26 } } @@ -107845,16 +108027,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 59125, - 59132 + 59283, + 59290 ], "loc": { "start": { - "line": 1978, + "line": 1984, "column": 29 }, "end": { - "line": 1978, + "line": 1984, "column": 36 } } @@ -107864,16 +108046,16 @@ "type": "Identifier", "name": "sA", "range": [ - 59133, - 59135 + 59291, + 59293 ], "loc": { "start": { - "line": 1978, + "line": 1984, "column": 37 }, "end": { - "line": 1978, + "line": 1984, "column": 39 } } @@ -107882,32 +108064,32 @@ "type": "Identifier", "name": "decimal", "range": [ - 59137, - 59144 + 59295, + 59302 ], "loc": { "start": { - "line": 1978, + "line": 1984, "column": 41 }, "end": { - "line": 1978, + "line": 1984, "column": 48 } } } ], "range": [ - 59125, - 59145 + 59283, + 59303 ], "loc": { "start": { - "line": 1978, + "line": 1984, "column": 29 }, "end": { - "line": 1978, + "line": 1984, "column": 49 } } @@ -107916,61 +108098,61 @@ "type": "Identifier", "name": "sA", "range": [ - 59149, - 59151 + 59307, + 59309 ], "loc": { "start": { - "line": 1978, + "line": 1984, "column": 53 }, "end": { - "line": 1978, + "line": 1984, "column": 55 } } }, "range": [ - 59125, - 59151 + 59283, + 59309 ], "loc": { "start": { - "line": 1978, + "line": 1984, "column": 29 }, "end": { - "line": 1978, + "line": 1984, "column": 55 } } }, "range": [ - 59120, - 59151 + 59278, + 59309 ], "loc": { "start": { - "line": 1978, + "line": 1984, "column": 24 }, "end": { - "line": 1978, + "line": 1984, "column": 55 } } }, "range": [ - 59120, - 59152 + 59278, + 59310 ], "loc": { "start": { - "line": 1978, + "line": 1984, "column": 24 }, "end": { - "line": 1978, + "line": 1984, "column": 56 } }, @@ -107979,16 +108161,16 @@ "type": "Line", "value": " parseNb can return 0 for strings which are not", "range": [ - 58903, - 58952 + 59061, + 59110 ], "loc": { "start": { - "line": 1975, + "line": 1981, "column": 24 }, "end": { - "line": 1975, + "line": 1981, "column": 73 } } @@ -107997,16 +108179,16 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 58977, - 59031 + 59135, + 59189 ], "loc": { "start": { - "line": 1976, + "line": 1982, "column": 24 }, "end": { - "line": 1976, + "line": 1982, "column": 78 } } @@ -108015,16 +108197,16 @@ "type": "Line", "value": " string. TODO: handle this in parseNb", "range": [ - 59056, - 59095 + 59214, + 59253 ], "loc": { "start": { - "line": 1977, + "line": 1983, "column": 24 }, "end": { - "line": 1977, + "line": 1983, "column": 63 } } @@ -108040,16 +108222,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59177, - 59186 + 59335, + 59344 ], "loc": { "start": { - "line": 1979, + "line": 1985, "column": 24 }, "end": { - "line": 1979, + "line": 1985, "column": 33 } } @@ -108064,16 +108246,16 @@ "type": "Identifier", "name": "numData", "range": [ - 59189, - 59196 + 59347, + 59354 ], "loc": { "start": { - "line": 1979, + "line": 1985, "column": 36 }, "end": { - "line": 1979, + "line": 1985, "column": 43 } } @@ -108082,31 +108264,31 @@ "type": "Identifier", "name": "sA", "range": [ - 59201, - 59203 + 59359, + 59361 ], "loc": { "start": { - "line": 1979, + "line": 1985, "column": 48 }, "end": { - "line": 1979, + "line": 1985, "column": 50 } } }, "range": [ - 59189, - 59203 + 59347, + 59361 ], "loc": { "start": { - "line": 1979, + "line": 1985, "column": 36 }, "end": { - "line": 1979, + "line": 1985, "column": 50 } } @@ -108117,16 +108299,16 @@ "type": "Identifier", "name": "contains", "range": [ - 59235, - 59243 + 59393, + 59401 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 28 }, "end": { - "line": 1980, + "line": 1986, "column": 36 } } @@ -108141,16 +108323,16 @@ "type": "Identifier", "name": "sA", "range": [ - 59244, - 59246 + 59402, + 59404 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 37 }, "end": { - "line": 1980, + "line": 1986, "column": 39 } } @@ -108159,47 +108341,47 @@ "type": "Identifier", "name": "toString", "range": [ - 59247, - 59255 + 59405, + 59413 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 40 }, "end": { - "line": 1980, + "line": 1986, "column": 48 } } }, "range": [ - 59244, - 59255 + 59402, + 59413 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 37 }, "end": { - "line": 1980, + "line": 1986, "column": 48 } } }, "arguments": [], "range": [ - 59244, - 59257 + 59402, + 59415 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 37 }, "end": { - "line": 1980, + "line": 1986, "column": 50 } } @@ -108213,16 +108395,16 @@ "type": "Identifier", "name": "numData", "range": [ - 59259, - 59266 + 59417, + 59424 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 52 }, "end": { - "line": 1980, + "line": 1986, "column": 59 } } @@ -108231,47 +108413,47 @@ "type": "Identifier", "name": "toString", "range": [ - 59267, - 59275 + 59425, + 59433 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 60 }, "end": { - "line": 1980, + "line": 1986, "column": 68 } } }, "range": [ - 59259, - 59275 + 59417, + 59433 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 52 }, "end": { - "line": 1980, + "line": 1986, "column": 68 } } }, "arguments": [], "range": [ - 59259, - 59277 + 59417, + 59435 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 52 }, "end": { - "line": 1980, + "line": 1986, "column": 70 } } @@ -108284,16 +108466,16 @@ "object": { "type": "ThisExpression", "range": [ - 59311, - 59315 + 59469, + 59473 ], "loc": { "start": { - "line": 1981, + "line": 1987, "column": 32 }, "end": { - "line": 1981, + "line": 1987, "column": 36 } } @@ -108302,31 +108484,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 59316, - 59328 + 59474, + 59486 ], "loc": { "start": { - "line": 1981, + "line": 1987, "column": 37 }, "end": { - "line": 1981, + "line": 1987, "column": 49 } } }, "range": [ - 59311, - 59328 + 59469, + 59486 ], "loc": { "start": { - "line": 1981, + "line": 1987, "column": 32 }, "end": { - "line": 1981, + "line": 1987, "column": 49 } } @@ -108336,32 +108518,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 59329, - 59335 + 59487, + 59493 ], "loc": { "start": { - "line": 1981, + "line": 1987, "column": 50 }, "end": { - "line": 1981, + "line": 1987, "column": 56 } } } ], "range": [ - 59311, - 59336 + 59469, + 59494 ], "loc": { "start": { - "line": 1981, + "line": 1987, "column": 32 }, "end": { - "line": 1981, + "line": 1987, "column": 57 } } @@ -108372,16 +108554,16 @@ "object": { "type": "ThisExpression", "range": [ - 59338, - 59342 + 59496, + 59500 ], "loc": { "start": { - "line": 1981, + "line": 1987, "column": 59 }, "end": { - "line": 1981, + "line": 1987, "column": 63 } } @@ -108390,108 +108572,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 59343, - 59356 + 59501, + 59514 ], "loc": { "start": { - "line": 1981, + "line": 1987, "column": 64 }, "end": { - "line": 1981, + "line": 1987, "column": 77 } } }, "range": [ - 59338, - 59356 + 59496, + 59514 ], "loc": { "start": { - "line": 1981, + "line": 1987, "column": 59 }, "end": { - "line": 1981, + "line": 1987, "column": 77 } } } ], "range": [ - 59235, - 59357 + 59393, + 59515 ], "loc": { "start": { - "line": 1980, + "line": 1986, "column": 28 }, "end": { - "line": 1981, + "line": 1987, "column": 78 } } }, "range": [ - 59189, - 59357 + 59347, + 59515 ], "loc": { "start": { - "line": 1979, + "line": 1985, "column": 36 }, "end": { - "line": 1981, + "line": 1987, "column": 78 } } }, "range": [ - 59177, - 59357 + 59335, + 59515 ], "loc": { "start": { - "line": 1979, + "line": 1985, "column": 24 }, "end": { - "line": 1981, + "line": 1987, "column": 78 } } }, "range": [ - 59177, - 59358 + 59335, + 59516 ], "loc": { "start": { - "line": 1979, + "line": 1985, "column": 24 }, "end": { - "line": 1981, + "line": 1987, "column": 79 } } } ], "range": [ - 58877, - 59380 + 59035, + 59538 ], "loc": { "start": { - "line": 1974, + "line": 1980, "column": 47 }, "end": { - "line": 1982, + "line": 1988, "column": 21 } } @@ -108508,16 +108690,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59490, - 59499 + 59648, + 59657 ], "loc": { "start": { - "line": 1984, + "line": 1990, "column": 24 }, "end": { - "line": 1984, + "line": 1990, "column": 33 } } @@ -108528,16 +108710,16 @@ "type": "Identifier", "name": "contains", "range": [ - 59502, - 59510 + 59660, + 59668 ], "loc": { "start": { - "line": 1984, + "line": 1990, "column": 36 }, "end": { - "line": 1984, + "line": 1990, "column": 44 } } @@ -108547,17 +108729,17 @@ "type": "Identifier", "name": "sA", "range": [ - 59511, - 59513 + 59698, + 59700 ], "loc": { "start": { - "line": 1984, - "column": 45 + "line": 1991, + "column": 28 }, "end": { - "line": 1984, - "column": 47 + "line": 1991, + "column": 30 } } }, @@ -108565,17 +108747,17 @@ "type": "Identifier", "name": "cellData", "range": [ - 59515, - 59523 + 59730, + 59738 ], "loc": { "start": { - "line": 1984, - "column": 49 + "line": 1992, + "column": 28 }, "end": { - "line": 1984, - "column": 57 + "line": 1992, + "column": 36 } } }, @@ -108587,16 +108769,16 @@ "object": { "type": "ThisExpression", "range": [ - 59553, - 59557 + 59768, + 59772 ], "loc": { "start": { - "line": 1985, + "line": 1993, "column": 28 }, "end": { - "line": 1985, + "line": 1993, "column": 32 } } @@ -108605,31 +108787,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 59558, - 59570 + 59773, + 59785 ], "loc": { "start": { - "line": 1985, + "line": 1993, "column": 33 }, "end": { - "line": 1985, + "line": 1993, "column": 45 } } }, "range": [ - 59553, - 59570 + 59768, + 59785 ], "loc": { "start": { - "line": 1985, + "line": 1993, "column": 28 }, "end": { - "line": 1985, + "line": 1993, "column": 45 } } @@ -108639,32 +108821,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 59571, - 59577 + 59786, + 59792 ], "loc": { "start": { - "line": 1985, + "line": 1993, "column": 46 }, "end": { - "line": 1985, + "line": 1993, "column": 52 } } } ], "range": [ - 59553, - 59578 + 59768, + 59793 ], "loc": { "start": { - "line": 1985, + "line": 1993, "column": 28 }, "end": { - "line": 1985, + "line": 1993, "column": 53 } } @@ -108675,17 +108857,17 @@ "object": { "type": "ThisExpression", "range": [ - 59580, - 59584 + 59823, + 59827 ], "loc": { "start": { - "line": 1985, - "column": 55 + "line": 1994, + "column": 28 }, "end": { - "line": 1985, - "column": 59 + "line": 1994, + "column": 32 } } }, @@ -108693,78 +108875,168 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 59585, - 59598 + 59828, + 59841 ], "loc": { "start": { - "line": 1985, - "column": 60 + "line": 1994, + "column": 33 }, "end": { - "line": 1985, - "column": 73 + "line": 1994, + "column": 46 } } }, "range": [ - 59580, - 59598 + 59823, + 59841 ], "loc": { "start": { - "line": 1985, - "column": 55 + "line": 1994, + "column": 28 }, "end": { - "line": 1985, - "column": 73 + "line": 1994, + "column": 46 + } + } + }, + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 59871, + 59875 + ], + "loc": { + "start": { + "line": 1995, + "column": 28 + }, + "end": { + "line": 1995, + "column": 32 + } + } + }, + "property": { + "type": "Identifier", + "name": "ignoresDiacritics", + "range": [ + 59876, + 59893 + ], + "loc": { + "start": { + "line": 1995, + "column": 33 + }, + "end": { + "line": 1995, + "column": 50 + } + } + }, + "range": [ + 59871, + 59893 + ], + "loc": { + "start": { + "line": 1995, + "column": 28 + }, + "end": { + "line": 1995, + "column": 50 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIdx", + "range": [ + 59894, + 59900 + ], + "loc": { + "start": { + "line": 1995, + "column": 51 + }, + "end": { + "line": 1995, + "column": 57 + } + } + } + ], + "range": [ + 59871, + 59901 + ], + "loc": { + "start": { + "line": 1995, + "column": 28 + }, + "end": { + "line": 1995, + "column": 58 } } } ], "range": [ - 59502, - 59599 + 59660, + 59927 ], "loc": { "start": { - "line": 1984, + "line": 1990, "column": 36 }, "end": { - "line": 1985, - "column": 74 + "line": 1996, + "column": 25 } } }, "range": [ - 59490, - 59599 + 59648, + 59927 ], "loc": { "start": { - "line": 1984, + "line": 1990, "column": 24 }, "end": { - "line": 1985, - "column": 74 + "line": 1996, + "column": 25 } } }, "range": [ - 59490, - 59600 + 59648, + 59928 ], "loc": { "start": { - "line": 1984, + "line": 1990, "column": 24 }, "end": { - "line": 1985, - "column": 75 + "line": 1996, + "column": 26 } }, "leadingComments": [ @@ -108772,16 +109044,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 59412, - 59465 + 59570, + 59623 ], "loc": { "start": { - "line": 1983, + "line": 1989, "column": 24 }, "end": { - "line": 1983, + "line": 1989, "column": 77 } } @@ -108790,31 +109062,31 @@ } ], "range": [ - 59386, - 59622 + 59544, + 59950 ], "loc": { "start": { - "line": 1982, + "line": 1988, "column": 27 }, "end": { - "line": 1986, + "line": 1997, "column": 21 } } }, "range": [ - 58739, - 59622 + 58897, + 59950 ], "loc": { "start": { - "line": 1972, + "line": 1978, "column": 20 }, "end": { - "line": 1986, + "line": 1997, "column": 21 } }, @@ -108823,16 +109095,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 58587, - 58646 + 58745, + 58804 ], "loc": { "start": { - "line": 1970, + "line": 1976, "column": 20 }, "end": { - "line": 1970, + "line": 1976, "column": 79 } } @@ -108841,16 +109113,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 58667, - 58718 + 58825, + 58876 ], "loc": { "start": { - "line": 1971, + "line": 1977, "column": 20 }, "end": { - "line": 1971, + "line": 1977, "column": 71 } } @@ -108859,31 +109131,31 @@ } ], "range": [ - 58565, - 59640 + 58723, + 59968 ], "loc": { "start": { - "line": 1969, + "line": 1975, "column": 23 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } } }, "range": [ - 58129, - 59640 + 58299, + 59968 ], "loc": { "start": { - "line": 1959, + "line": 1965, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -108892,16 +109164,16 @@ "type": "Line", "value": "regexp", "range": [ - 58099, - 58107 + 58269, + 58277 ], "loc": { "start": { - "line": 1958, + "line": 1964, "column": 16 }, "end": { - "line": 1958, + "line": 1964, "column": 24 } } @@ -108909,16 +109181,16 @@ ] }, "range": [ - 57994, - 59640 + 58164, + 59968 ], "loc": { "start": { - "line": 1955, + "line": 1961, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -108927,16 +109199,16 @@ "type": "Line", "value": "non-empty", "range": [ - 57961, - 57972 + 58131, + 58142 ], "loc": { "start": { - "line": 1954, + "line": 1960, "column": 16 }, "end": { - "line": 1954, + "line": 1960, "column": 27 } } @@ -108944,16 +109216,16 @@ ] }, "range": [ - 57857, - 59640 + 58027, + 59968 ], "loc": { "start": { - "line": 1951, + "line": 1957, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -108962,16 +109234,16 @@ "type": "Line", "value": "empty", "range": [ - 57828, - 57835 + 57998, + 58005 ], "loc": { "start": { - "line": 1950, + "line": 1956, "column": 16 }, "end": { - "line": 1950, + "line": 1956, "column": 23 } } @@ -108979,16 +109251,16 @@ ] }, "range": [ - 57401, - 59640 + 57571, + 59968 ], "loc": { "start": { - "line": 1942, + "line": 1948, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -108997,16 +109269,16 @@ "type": "Line", "value": "ends with", "range": [ - 57368, - 57379 + 57538, + 57549 ], "loc": { "start": { - "line": 1941, + "line": 1947, "column": 16 }, "end": { - "line": 1941, + "line": 1947, "column": 27 } } @@ -109014,16 +109286,16 @@ ] }, "range": [ - 57203, - 59640 + 57373, + 59968 ], "loc": { "start": { - "line": 1937, + "line": 1943, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -109032,16 +109304,16 @@ "type": "Line", "value": "starts with", "range": [ - 57168, - 57181 + 57338, + 57351 ], "loc": { "start": { - "line": 1936, + "line": 1942, "column": 16 }, "end": { - "line": 1936, + "line": 1942, "column": 29 } } @@ -109049,16 +109321,16 @@ ] }, "range": [ - 56996, - 59640 + 57166, + 59968 ], "loc": { "start": { - "line": 1932, + "line": 1938, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -109067,16 +109339,16 @@ "type": "Line", "value": "equal", "range": [ - 56967, - 56974 + 57137, + 57144 ], "loc": { "start": { - "line": 1931, + "line": 1937, "column": 16 }, "end": { - "line": 1931, + "line": 1937, "column": 23 } } @@ -109084,16 +109356,16 @@ ] }, "range": [ - 56794, - 59640 + 56964, + 59968 ], "loc": { "start": { - "line": 1927, + "line": 1933, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -109102,16 +109374,16 @@ "type": "Line", "value": "like", "range": [ - 56766, - 56772 + 56936, + 56942 ], "loc": { "start": { - "line": 1926, + "line": 1932, "column": 16 }, "end": { - "line": 1926, + "line": 1932, "column": 22 } } @@ -109119,16 +109391,16 @@ ] }, "range": [ - 56579, - 59640 + 56749, + 59968 ], "loc": { "start": { - "line": 1922, + "line": 1928, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -109137,16 +109409,16 @@ "type": "Line", "value": "different", "range": [ - 56546, - 56557 + 56716, + 56727 ], "loc": { "start": { - "line": 1921, + "line": 1927, "column": 16 }, "end": { - "line": 1921, + "line": 1927, "column": 27 } } @@ -109154,16 +109426,16 @@ ] }, "range": [ - 56347, - 59640 + 56517, + 59968 ], "loc": { "start": { - "line": 1915, + "line": 1921, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -109172,16 +109444,16 @@ "type": "Line", "value": "greater", "range": [ - 56316, - 56325 + 56486, + 56495 ], "loc": { "start": { - "line": 1914, + "line": 1920, "column": 16 }, "end": { - "line": 1914, + "line": 1920, "column": 25 } } @@ -109189,16 +109461,16 @@ ] }, "range": [ - 56117, - 59640 + 56287, + 59968 ], "loc": { "start": { - "line": 1908, + "line": 1914, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -109207,16 +109479,16 @@ "type": "Line", "value": "lower", "range": [ - 56088, - 56095 + 56258, + 56265 ], "loc": { "start": { - "line": 1907, + "line": 1913, "column": 16 }, "end": { - "line": 1907, + "line": 1913, "column": 23 } } @@ -109224,16 +109496,16 @@ ] }, "range": [ - 55887, - 59640 + 56057, + 59968 ], "loc": { "start": { - "line": 1901, + "line": 1907, "column": 21 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -109242,16 +109514,16 @@ "type": "Line", "value": "greater equal", "range": [ - 55850, - 55865 + 56020, + 56035 ], "loc": { "start": { - "line": 1900, + "line": 1906, "column": 16 }, "end": { - "line": 1900, + "line": 1906, "column": 31 } } @@ -109259,16 +109531,16 @@ ] }, "range": [ - 55649, - 59640 + 55819, + 59968 ], "loc": { "start": { - "line": 1894, + "line": 1900, "column": 16 }, "end": { - "line": 1987, + "line": 1998, "column": 17 } }, @@ -109277,16 +109549,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 55514, - 55576 + 55684, + 55746 ], "loc": { "start": { - "line": 1891, + "line": 1897, "column": 16 }, "end": { - "line": 1891, + "line": 1897, "column": 78 } } @@ -109295,16 +109567,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 55593, - 55601 + 55763, + 55771 ], "loc": { "start": { - "line": 1892, + "line": 1898, "column": 16 }, "end": { - "line": 1892, + "line": 1898, "column": 24 } } @@ -109313,16 +109585,16 @@ "type": "Line", "value": " lower equal", "range": [ - 55618, - 55632 + 55788, + 55802 ], "loc": { "start": { - "line": 1893, + "line": 1899, "column": 16 }, "end": { - "line": 1893, + "line": 1899, "column": 30 } } @@ -109331,31 +109603,31 @@ } ], "range": [ - 55026, - 59655 + 55196, + 59983 ], "loc": { "start": { - "line": 1880, + "line": 1886, "column": 17 }, "end": { - "line": 1989, + "line": 2000, "column": 13 } } }, "range": [ - 51814, - 59655 + 51984, + 59983 ], "loc": { "start": { - "line": 1804, + "line": 1810, "column": 12 }, "end": { - "line": 1989, + "line": 2000, "column": 13 } }, @@ -109364,16 +109636,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 51762, - 51801 + 51932, + 51971 ], "loc": { "start": { - "line": 1803, + "line": 1809, "column": 12 }, "end": { - "line": 1803, + "line": 1809, "column": 51 } } @@ -109384,16 +109656,16 @@ "type": "Line", "value": "else", "range": [ - 59655, - 59661 + 59983, + 59989 ], "loc": { "start": { - "line": 1989, + "line": 2000, "column": 13 }, "end": { - "line": 1989, + "line": 2000, "column": 19 } } @@ -109406,31 +109678,31 @@ "type": "Identifier", "name": "occurence", "range": [ - 59681, - 59690 + 60009, + 60018 ], "loc": { "start": { - "line": 1990, + "line": 2001, "column": 19 }, "end": { - "line": 1990, + "line": 2001, "column": 28 } } }, "range": [ - 59674, - 59691 + 60002, + 60019 ], "loc": { "start": { - "line": 1990, + "line": 2001, "column": 12 }, "end": { - "line": 1990, + "line": 2001, "column": 29 } }, @@ -109439,16 +109711,16 @@ "type": "Line", "value": "else", "range": [ - 59655, - 59661 + 59983, + 59989 ], "loc": { "start": { - "line": 1989, + "line": 2000, "column": 13 }, "end": { - "line": 1989, + "line": 2000, "column": 19 } } @@ -109457,16 +109729,16 @@ } ], "range": [ - 51098, - 59701 + 51268, + 60029 ], "loc": { "start": { - "line": 1783, + "line": 1789, "column": 46 }, "end": { - "line": 1991, + "line": 2002, "column": 9 } } @@ -109474,16 +109746,16 @@ "generator": false, "expression": false, "range": [ - 51060, - 59701 + 51230, + 60029 ], "loc": { "start": { - "line": 1783, + "line": 1789, "column": 8 }, "end": { - "line": 1991, + "line": 2002, "column": 9 } }, @@ -109492,16 +109764,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 51009, - 51051 + 51179, + 51221 ], "loc": { "start": { - "line": 1782, + "line": 1788, "column": 8 }, "end": { - "line": 1782, + "line": 1788, "column": 50 } } @@ -109512,16 +109784,16 @@ "type": "Line", "value": "fn", "range": [ - 59701, - 59705 + 60029, + 60033 ], "loc": { "start": { - "line": 1991, + "line": 2002, "column": 9 }, "end": { - "line": 1991, + "line": 2002, "column": 13 } } @@ -109539,16 +109811,16 @@ "type": "Identifier", "name": "k", "range": [ - 59724, - 59725 + 60052, + 60053 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 17 }, "end": { - "line": 1993, + "line": 2004, "column": 18 } } @@ -109559,16 +109831,16 @@ "object": { "type": "ThisExpression", "range": [ - 59728, - 59732 + 60056, + 60060 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 21 }, "end": { - "line": 1993, + "line": 2004, "column": 25 } } @@ -109577,46 +109849,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 59733, - 59739 + 60061, + 60067 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 26 }, "end": { - "line": 1993, + "line": 2004, "column": 32 } } }, "range": [ - 59728, - 59739 + 60056, + 60067 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 21 }, "end": { - "line": 1993, + "line": 2004, "column": 32 } } }, "range": [ - 59724, - 59739 + 60052, + 60067 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 17 }, "end": { - "line": 1993, + "line": 2004, "column": 32 } } @@ -109624,16 +109896,16 @@ ], "kind": "let", "range": [ - 59720, - 59739 + 60048, + 60067 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 13 }, "end": { - "line": 1993, + "line": 2004, "column": 32 } } @@ -109645,16 +109917,16 @@ "type": "Identifier", "name": "k", "range": [ - 59741, - 59742 + 60069, + 60070 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 34 }, "end": { - "line": 1993, + "line": 2004, "column": 35 } } @@ -109663,31 +109935,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 59745, - 59751 + 60073, + 60079 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 38 }, "end": { - "line": 1993, + "line": 2004, "column": 44 } } }, "range": [ - 59741, - 59751 + 60069, + 60079 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 34 }, "end": { - "line": 1993, + "line": 2004, "column": 44 } } @@ -109699,32 +109971,32 @@ "type": "Identifier", "name": "k", "range": [ - 59753, - 59754 + 60081, + 60082 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 46 }, "end": { - "line": 1993, + "line": 2004, "column": 47 } } }, "prefix": false, "range": [ - 59753, - 59756 + 60081, + 60084 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 46 }, "end": { - "line": 1993, + "line": 2004, "column": 49 } } @@ -109750,16 +110022,16 @@ "type": "Identifier", "name": "row", "range": [ - 59825, - 59828 + 60153, + 60156 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 12 }, "end": { - "line": 1995, + "line": 2006, "column": 15 } } @@ -109768,31 +110040,31 @@ "type": "Identifier", "name": "k", "range": [ - 59829, - 59830 + 60157, + 60158 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 16 }, "end": { - "line": 1995, + "line": 2006, "column": 17 } } }, "range": [ - 59825, - 59831 + 60153, + 60159 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 12 }, "end": { - "line": 1995, + "line": 2006, "column": 18 } } @@ -109801,31 +110073,31 @@ "type": "Identifier", "name": "style", "range": [ - 59832, - 59837 + 60160, + 60165 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 19 }, "end": { - "line": 1995, + "line": 2006, "column": 24 } } }, "range": [ - 59825, - 59837 + 60153, + 60165 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 12 }, "end": { - "line": 1995, + "line": 2006, "column": 24 } } @@ -109834,31 +110106,31 @@ "type": "Identifier", "name": "display", "range": [ - 59838, - 59845 + 60166, + 60173 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 25 }, "end": { - "line": 1995, + "line": 2006, "column": 32 } } }, "range": [ - 59825, - 59845 + 60153, + 60173 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 12 }, "end": { - "line": 1995, + "line": 2006, "column": 32 } } @@ -109868,46 +110140,46 @@ "value": "", "raw": "''", "range": [ - 59848, - 59850 + 60176, + 60178 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 35 }, "end": { - "line": 1995, + "line": 2006, "column": 37 } } }, "range": [ - 59825, - 59850 + 60153, + 60178 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 12 }, "end": { - "line": 1995, + "line": 2006, "column": 37 } } }, "range": [ - 59825, - 59851 + 60153, + 60179 ], "loc": { "start": { - "line": 1995, + "line": 2006, "column": 12 }, "end": { - "line": 1995, + "line": 2006, "column": 38 } }, @@ -109916,16 +110188,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 59772, - 59812 + 60100, + 60140 ], "loc": { "start": { - "line": 1994, + "line": 2005, "column": 12 }, "end": { - "line": 1994, + "line": 2005, "column": 52 } } @@ -109941,16 +110213,16 @@ "type": "Identifier", "name": "cells", "range": [ - 59869, - 59874 + 60197, + 60202 ], "loc": { "start": { - "line": 1997, + "line": 2008, "column": 16 }, "end": { - "line": 1997, + "line": 2008, "column": 21 } } @@ -109965,16 +110237,16 @@ "type": "Identifier", "name": "row", "range": [ - 59877, - 59880 + 60205, + 60208 ], "loc": { "start": { - "line": 1997, + "line": 2008, "column": 24 }, "end": { - "line": 1997, + "line": 2008, "column": 27 } } @@ -109983,31 +110255,31 @@ "type": "Identifier", "name": "k", "range": [ - 59881, - 59882 + 60209, + 60210 ], "loc": { "start": { - "line": 1997, + "line": 2008, "column": 28 }, "end": { - "line": 1997, + "line": 2008, "column": 29 } } }, "range": [ - 59877, - 59883 + 60205, + 60211 ], "loc": { "start": { - "line": 1997, + "line": 2008, "column": 24 }, "end": { - "line": 1997, + "line": 2008, "column": 30 } } @@ -110016,46 +110288,46 @@ "type": "Identifier", "name": "cells", "range": [ - 59884, - 59889 + 60212, + 60217 ], "loc": { "start": { - "line": 1997, + "line": 2008, "column": 31 }, "end": { - "line": 1997, + "line": 2008, "column": 36 } } }, "range": [ - 59877, - 59889 + 60205, + 60217 ], "loc": { "start": { - "line": 1997, + "line": 2008, "column": 24 }, "end": { - "line": 1997, + "line": 2008, "column": 36 } } }, "range": [ - 59869, - 59889 + 60197, + 60217 ], "loc": { "start": { - "line": 1997, + "line": 2008, "column": 16 }, "end": { - "line": 1997, + "line": 2008, "column": 36 } } @@ -110063,16 +110335,16 @@ ], "kind": "let", "range": [ - 59865, - 59890 + 60193, + 60218 ], "loc": { "start": { - "line": 1997, + "line": 2008, "column": 12 }, "end": { - "line": 1997, + "line": 2008, "column": 37 } } @@ -110086,16 +110358,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 59907, - 59914 + 60235, + 60242 ], "loc": { "start": { - "line": 1998, + "line": 2009, "column": 16 }, "end": { - "line": 1998, + "line": 2009, "column": 23 } } @@ -110107,16 +110379,16 @@ "type": "Identifier", "name": "cells", "range": [ - 59917, - 59922 + 60245, + 60250 ], "loc": { "start": { - "line": 1998, + "line": 2009, "column": 26 }, "end": { - "line": 1998, + "line": 2009, "column": 31 } } @@ -110125,46 +110397,46 @@ "type": "Identifier", "name": "length", "range": [ - 59923, - 59929 + 60251, + 60257 ], "loc": { "start": { - "line": 1998, + "line": 2009, "column": 32 }, "end": { - "line": 1998, + "line": 2009, "column": 38 } } }, "range": [ - 59917, - 59929 + 60245, + 60257 ], "loc": { "start": { - "line": 1998, + "line": 2009, "column": 26 }, "end": { - "line": 1998, + "line": 2009, "column": 38 } } }, "range": [ - 59907, - 59929 + 60235, + 60257 ], "loc": { "start": { - "line": 1998, + "line": 2009, "column": 16 }, "end": { - "line": 1998, + "line": 2009, "column": 38 } } @@ -110172,16 +110444,16 @@ ], "kind": "let", "range": [ - 59903, - 59930 + 60231, + 60258 ], "loc": { "start": { - "line": 1998, + "line": 2009, "column": 12 }, "end": { - "line": 1998, + "line": 2009, "column": 39 } }, @@ -110190,16 +110462,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 59944, - 59977 + 60272, + 60305 ], "loc": { "start": { - "line": 2000, + "line": 2011, "column": 12 }, "end": { - "line": 2000, + "line": 2011, "column": 45 } } @@ -110215,16 +110487,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 59994, - 60001 + 60322, + 60329 ], "loc": { "start": { - "line": 2001, + "line": 2012, "column": 16 }, "end": { - "line": 2001, + "line": 2012, "column": 23 } } @@ -110235,16 +110507,16 @@ "object": { "type": "ThisExpression", "range": [ - 60006, - 60010 + 60334, + 60338 ], "loc": { "start": { - "line": 2001, + "line": 2012, "column": 28 }, "end": { - "line": 2001, + "line": 2012, "column": 32 } } @@ -110253,46 +110525,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 60011, - 60018 + 60339, + 60346 ], "loc": { "start": { - "line": 2001, + "line": 2012, "column": 33 }, "end": { - "line": 2001, + "line": 2012, "column": 40 } } }, "range": [ - 60006, - 60018 + 60334, + 60346 ], "loc": { "start": { - "line": 2001, + "line": 2012, "column": 28 }, "end": { - "line": 2001, + "line": 2012, "column": 40 } } }, "range": [ - 59994, - 60018 + 60322, + 60346 ], "loc": { "start": { - "line": 2001, + "line": 2012, "column": 16 }, "end": { - "line": 2001, + "line": 2012, "column": 40 } } @@ -110304,48 +110576,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 60038, - 60047 + 60366, + 60375 ], "loc": { "start": { - "line": 2002, + "line": 2013, "column": 16 }, "end": { - "line": 2002, + "line": 2013, "column": 25 } } } ], "range": [ - 60020, - 60061 + 60348, + 60389 ], "loc": { "start": { - "line": 2001, + "line": 2012, "column": 42 }, "end": { - "line": 2003, + "line": 2014, "column": 13 } } }, "alternate": null, "range": [ - 59990, - 60061 + 60318, + 60389 ], "loc": { "start": { - "line": 2001, + "line": 2012, "column": 12 }, "end": { - "line": 2003, + "line": 2014, "column": 13 } }, @@ -110354,16 +110626,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 59944, - 59977 + 60272, + 60305 ], "loc": { "start": { - "line": 2000, + "line": 2011, "column": 12 }, "end": { - "line": 2000, + "line": 2011, "column": 45 } } @@ -110379,16 +110651,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60079, - 60088 + 60407, + 60416 ], "loc": { "start": { - "line": 2005, + "line": 2016, "column": 16 }, "end": { - "line": 2005, + "line": 2016, "column": 25 } } @@ -110397,31 +110669,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 60091, - 60093 + 60419, + 60421 ], "loc": { "start": { - "line": 2005, + "line": 2016, "column": 28 }, "end": { - "line": 2005, + "line": 2016, "column": 30 } } }, "range": [ - 60079, - 60093 + 60407, + 60421 ], "loc": { "start": { - "line": 2005, + "line": 2016, "column": 16 }, "end": { - "line": 2005, + "line": 2016, "column": 30 } } @@ -110432,16 +110704,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 60111, - 60121 + 60439, + 60449 ], "loc": { "start": { - "line": 2006, + "line": 2017, "column": 16 }, "end": { - "line": 2006, + "line": 2017, "column": 26 } } @@ -110451,31 +110723,31 @@ "value": true, "raw": "true", "range": [ - 60124, - 60128 + 60452, + 60456 ], "loc": { "start": { - "line": 2006, + "line": 2017, "column": 29 }, "end": { - "line": 2006, + "line": 2017, "column": 33 } } }, "range": [ - 60111, - 60128 + 60439, + 60456 ], "loc": { "start": { - "line": 2006, + "line": 2017, "column": 16 }, "end": { - "line": 2006, + "line": 2017, "column": 33 } } @@ -110486,16 +110758,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 60194, - 60211 + 60522, + 60539 ], "loc": { "start": { - "line": 2008, + "line": 2019, "column": 16 }, "end": { - "line": 2008, + "line": 2019, "column": 33 } } @@ -110505,31 +110777,31 @@ "value": false, "raw": "false", "range": [ - 60214, - 60219 + 60542, + 60547 ], "loc": { "start": { - "line": 2008, + "line": 2019, "column": 36 }, "end": { - "line": 2008, + "line": 2019, "column": 41 } } }, "range": [ - 60194, - 60219 + 60522, + 60547 ], "loc": { "start": { - "line": 2008, + "line": 2019, "column": 16 }, "end": { - "line": 2008, + "line": 2019, "column": 41 } }, @@ -110538,16 +110810,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 60146, - 60177 + 60474, + 60505 ], "loc": { "start": { - "line": 2007, + "line": 2018, "column": 16 }, "end": { - "line": 2007, + "line": 2018, "column": 47 } } @@ -110557,16 +110829,16 @@ ], "kind": "let", "range": [ - 60075, - 60220 + 60403, + 60548 ], "loc": { "start": { - "line": 2005, + "line": 2016, "column": 12 }, "end": { - "line": 2008, + "line": 2019, "column": 42 } }, @@ -110575,16 +110847,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 60234, - 60266 + 60562, + 60594 ], "loc": { "start": { - "line": 2010, + "line": 2021, "column": 12 }, "end": { - "line": 2010, + "line": 2021, "column": 44 } } @@ -110602,16 +110874,16 @@ "type": "Identifier", "name": "j", "range": [ - 60288, - 60289 + 60616, + 60617 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 21 }, "end": { - "line": 2011, + "line": 2022, "column": 22 } } @@ -110621,31 +110893,31 @@ "value": 0, "raw": "0", "range": [ - 60292, - 60293 + 60620, + 60621 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 25 }, "end": { - "line": 2011, + "line": 2022, "column": 26 } } }, "range": [ - 60288, - 60293 + 60616, + 60621 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 21 }, "end": { - "line": 2011, + "line": 2022, "column": 26 } } @@ -110653,16 +110925,16 @@ ], "kind": "let", "range": [ - 60284, - 60293 + 60612, + 60621 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 17 }, "end": { - "line": 2011, + "line": 2022, "column": 26 } } @@ -110674,16 +110946,16 @@ "type": "Identifier", "name": "j", "range": [ - 60295, - 60296 + 60623, + 60624 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 28 }, "end": { - "line": 2011, + "line": 2022, "column": 29 } } @@ -110692,31 +110964,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 60299, - 60306 + 60627, + 60634 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 32 }, "end": { - "line": 2011, + "line": 2022, "column": 39 } } }, "range": [ - 60295, - 60306 + 60623, + 60634 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 28 }, "end": { - "line": 2011, + "line": 2022, "column": 39 } } @@ -110728,32 +111000,32 @@ "type": "Identifier", "name": "j", "range": [ - 60308, - 60309 + 60636, + 60637 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 41 }, "end": { - "line": 2011, + "line": 2022, "column": 42 } } }, "prefix": false, "range": [ - 60308, - 60311 + 60636, + 60639 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 41 }, "end": { - "line": 2011, + "line": 2022, "column": 44 } } @@ -110770,16 +111042,16 @@ "type": "Identifier", "name": "sA", "range": [ - 60370, - 60372 + 60698, + 60700 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 20 }, "end": { - "line": 2013, + "line": 2024, "column": 22 } } @@ -110791,16 +111063,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 60375, - 60385 + 60703, + 60713 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 25 }, "end": { - "line": 2013, + "line": 2024, "column": 35 } } @@ -110813,16 +111085,16 @@ "object": { "type": "ThisExpression", "range": [ - 60386, - 60390 + 60714, + 60718 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 36 }, "end": { - "line": 2013, + "line": 2024, "column": 40 } } @@ -110831,31 +111103,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 60391, - 60406 + 60719, + 60734 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 41 }, "end": { - "line": 2013, + "line": 2024, "column": 56 } } }, "range": [ - 60386, - 60406 + 60714, + 60734 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 36 }, "end": { - "line": 2013, + "line": 2024, "column": 56 } } @@ -110865,16 +111137,16 @@ "value": 0, "raw": "0", "range": [ - 60409, - 60410 + 60737, + 60738 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 59 }, "end": { - "line": 2013, + "line": 2024, "column": 60 } } @@ -110883,61 +111155,61 @@ "type": "Identifier", "name": "j", "range": [ - 60413, - 60414 + 60741, + 60742 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 63 }, "end": { - "line": 2013, + "line": 2024, "column": 64 } } }, "range": [ - 60386, - 60414 + 60714, + 60742 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 36 }, "end": { - "line": 2013, + "line": 2024, "column": 64 } } }, "range": [ - 60375, - 60415 + 60703, + 60743 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 25 }, "end": { - "line": 2013, + "line": 2024, "column": 65 } } }, "range": [ - 60370, - 60415 + 60698, + 60743 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 20 }, "end": { - "line": 2013, + "line": 2024, "column": 65 } } @@ -110945,16 +111217,16 @@ ], "kind": "let", "range": [ - 60366, - 60416 + 60694, + 60744 ], "loc": { "start": { - "line": 2013, + "line": 2024, "column": 16 }, "end": { - "line": 2013, + "line": 2024, "column": 66 } }, @@ -110963,16 +111235,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 60331, - 60349 + 60659, + 60677 ], "loc": { "start": { - "line": 2012, + "line": 2023, "column": 16 }, "end": { - "line": 2012, + "line": 2023, "column": 34 } } @@ -110988,16 +111260,16 @@ "type": "Identifier", "name": "sA", "range": [ - 60438, - 60440 + 60766, + 60768 ], "loc": { "start": { - "line": 2015, + "line": 2026, "column": 20 }, "end": { - "line": 2015, + "line": 2026, "column": 22 } } @@ -111007,31 +111279,31 @@ "value": "", "raw": "''", "range": [ - 60445, - 60447 + 60773, + 60775 ], "loc": { "start": { - "line": 2015, + "line": 2026, "column": 27 }, "end": { - "line": 2015, + "line": 2026, "column": 29 } } }, "range": [ - 60438, - 60447 + 60766, + 60775 ], "loc": { "start": { - "line": 2015, + "line": 2026, "column": 20 }, "end": { - "line": 2015, + "line": 2026, "column": 29 } } @@ -111043,48 +111315,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 60471, - 60480 + 60799, + 60808 ], "loc": { "start": { - "line": 2016, + "line": 2027, "column": 20 }, "end": { - "line": 2016, + "line": 2027, "column": 29 } } } ], "range": [ - 60449, - 60498 + 60777, + 60826 ], "loc": { "start": { - "line": 2015, + "line": 2026, "column": 31 }, "end": { - "line": 2017, + "line": 2028, "column": 17 } } }, "alternate": null, "range": [ - 60434, - 60498 + 60762, + 60826 ], "loc": { "start": { - "line": 2015, + "line": 2026, "column": 16 }, "end": { - "line": 2017, + "line": 2028, "column": 17 } } @@ -111098,16 +111370,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 60520, - 60528 + 60848, + 60856 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 20 }, "end": { - "line": 2019, + "line": 2030, "column": 28 } } @@ -111118,16 +111390,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 60531, - 60540 + 60859, + 60868 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 31 }, "end": { - "line": 2019, + "line": 2030, "column": 40 } } @@ -111141,16 +111413,16 @@ "object": { "type": "ThisExpression", "range": [ - 60541, - 60545 + 60869, + 60873 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 41 }, "end": { - "line": 2019, + "line": 2030, "column": 45 } } @@ -111159,31 +111431,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 60546, - 60557 + 60874, + 60885 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 46 }, "end": { - "line": 2019, + "line": 2030, "column": 57 } } }, "range": [ - 60541, - 60557 + 60869, + 60885 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 41 }, "end": { - "line": 2019, + "line": 2030, "column": 57 } } @@ -111196,16 +111468,16 @@ "type": "Identifier", "name": "cells", "range": [ - 60558, - 60563 + 60886, + 60891 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 58 }, "end": { - "line": 2019, + "line": 2030, "column": 63 } } @@ -111214,47 +111486,47 @@ "type": "Identifier", "name": "j", "range": [ - 60564, - 60565 + 60892, + 60893 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 64 }, "end": { - "line": 2019, + "line": 2030, "column": 65 } } }, "range": [ - 60558, - 60566 + 60886, + 60894 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 58 }, "end": { - "line": 2019, + "line": 2030, "column": 66 } } } ], "range": [ - 60541, - 60567 + 60869, + 60895 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 41 }, "end": { - "line": 2019, + "line": 2030, "column": 67 } } @@ -111265,16 +111537,16 @@ "object": { "type": "ThisExpression", "range": [ - 60589, - 60593 + 60917, + 60921 ], "loc": { "start": { - "line": 2020, + "line": 2031, "column": 20 }, "end": { - "line": 2020, + "line": 2031, "column": 24 } } @@ -111283,62 +111555,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 60594, - 60607 + 60922, + 60935 ], "loc": { "start": { - "line": 2020, + "line": 2031, "column": 25 }, "end": { - "line": 2020, + "line": 2031, "column": 38 } } }, "range": [ - 60589, - 60607 + 60917, + 60935 ], "loc": { "start": { - "line": 2020, + "line": 2031, "column": 20 }, "end": { - "line": 2020, + "line": 2031, "column": 38 } } } ], "range": [ - 60531, - 60608 + 60859, + 60936 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 31 }, "end": { - "line": 2020, + "line": 2031, "column": 39 } } }, "range": [ - 60520, - 60608 + 60848, + 60936 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 20 }, "end": { - "line": 2020, + "line": 2031, "column": 39 } } @@ -111346,16 +111618,16 @@ ], "kind": "let", "range": [ - 60516, - 60609 + 60844, + 60937 ], "loc": { "start": { - "line": 2019, + "line": 2030, "column": 16 }, "end": { - "line": 2020, + "line": 2031, "column": 40 } }, @@ -111364,16 +111636,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 60627, - 60666 + 60955, + 60994 ], "loc": { "start": { - "line": 2022, + "line": 2033, "column": 16 }, "end": { - "line": 2022, + "line": 2033, "column": 55 } } @@ -111389,16 +111661,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 60687, - 60696 + 61015, + 61024 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 20 }, "end": { - "line": 2023, + "line": 2034, "column": 29 } } @@ -111417,16 +111689,16 @@ "type": "Identifier", "name": "sA", "range": [ - 60699, - 60701 + 61027, + 61029 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 32 }, "end": { - "line": 2023, + "line": 2034, "column": 34 } } @@ -111435,47 +111707,47 @@ "type": "Identifier", "name": "toString", "range": [ - 60702, - 60710 + 61030, + 61038 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 35 }, "end": { - "line": 2023, + "line": 2034, "column": 43 } } }, "range": [ - 60699, - 60710 + 61027, + 61038 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 32 }, "end": { - "line": 2023, + "line": 2034, "column": 43 } } }, "arguments": [], "range": [ - 60699, - 60712 + 61027, + 61040 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 32 }, "end": { - "line": 2023, + "line": 2034, "column": 45 } } @@ -111484,31 +111756,31 @@ "type": "Identifier", "name": "split", "range": [ - 60713, - 60718 + 61041, + 61046 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 46 }, "end": { - "line": 2023, + "line": 2034, "column": 51 } } }, "range": [ - 60699, - 60718 + 61027, + 61046 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 32 }, "end": { - "line": 2023, + "line": 2034, "column": 51 } } @@ -111520,16 +111792,16 @@ "object": { "type": "ThisExpression", "range": [ - 60719, - 60723 + 61047, + 61051 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 52 }, "end": { - "line": 2023, + "line": 2034, "column": 56 } } @@ -111538,62 +111810,62 @@ "type": "Identifier", "name": "orOperator", "range": [ - 60724, - 60734 + 61052, + 61062 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 57 }, "end": { - "line": 2023, + "line": 2034, "column": 67 } } }, "range": [ - 60719, - 60734 + 61047, + 61062 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 52 }, "end": { - "line": 2023, + "line": 2034, "column": 67 } } } ], "range": [ - 60699, - 60735 + 61027, + 61063 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 32 }, "end": { - "line": 2023, + "line": 2034, "column": 68 } } }, "range": [ - 60687, - 60735 + 61015, + 61063 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 20 }, "end": { - "line": 2023, + "line": 2034, "column": 68 } } @@ -111604,16 +111876,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 60816, - 60828 + 61144, + 61156 ], "loc": { "start": { - "line": 2025, + "line": 2036, "column": 20 }, "end": { - "line": 2025, + "line": 2036, "column": 32 } } @@ -111628,16 +111900,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 60831, - 60840 + 61159, + 61168 ], "loc": { "start": { - "line": 2025, + "line": 2036, "column": 35 }, "end": { - "line": 2025, + "line": 2036, "column": 44 } } @@ -111646,31 +111918,31 @@ "type": "Identifier", "name": "length", "range": [ - 60841, - 60847 + 61169, + 61175 ], "loc": { "start": { - "line": 2025, + "line": 2036, "column": 45 }, "end": { - "line": 2025, + "line": 2036, "column": 51 } } }, "range": [ - 60831, - 60847 + 61159, + 61175 ], "loc": { "start": { - "line": 2025, + "line": 2036, "column": 35 }, "end": { - "line": 2025, + "line": 2036, "column": 51 } } @@ -111680,46 +111952,46 @@ "value": 1, "raw": "1", "range": [ - 60850, - 60851 + 61178, + 61179 ], "loc": { "start": { - "line": 2025, + "line": 2036, "column": 54 }, "end": { - "line": 2025, + "line": 2036, "column": 55 } } }, "range": [ - 60831, - 60851 + 61159, + 61179 ], "loc": { "start": { - "line": 2025, + "line": 2036, "column": 35 }, "end": { - "line": 2025, + "line": 2036, "column": 55 } } }, "range": [ - 60816, - 60851 + 61144, + 61179 ], "loc": { "start": { - "line": 2025, + "line": 2036, "column": 20 }, "end": { - "line": 2025, + "line": 2036, "column": 55 } }, @@ -111728,16 +112000,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 60757, - 60795 + 61085, + 61123 ], "loc": { "start": { - "line": 2024, + "line": 2035, "column": 20 }, "end": { - "line": 2024, + "line": 2035, "column": 58 } } @@ -111750,16 +112022,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 60933, - 60943 + 61261, + 61271 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 20 }, "end": { - "line": 2027, + "line": 2038, "column": 30 } } @@ -111778,16 +112050,16 @@ "type": "Identifier", "name": "sA", "range": [ - 60946, - 60948 + 61274, + 61276 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 33 }, "end": { - "line": 2027, + "line": 2038, "column": 35 } } @@ -111796,47 +112068,47 @@ "type": "Identifier", "name": "toString", "range": [ - 60949, - 60957 + 61277, + 61285 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 36 }, "end": { - "line": 2027, + "line": 2038, "column": 44 } } }, "range": [ - 60946, - 60957 + 61274, + 61285 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 33 }, "end": { - "line": 2027, + "line": 2038, "column": 44 } } }, "arguments": [], "range": [ - 60946, - 60959 + 61274, + 61287 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 33 }, "end": { - "line": 2027, + "line": 2038, "column": 46 } } @@ -111845,31 +112117,31 @@ "type": "Identifier", "name": "split", "range": [ - 60960, - 60965 + 61288, + 61293 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 47 }, "end": { - "line": 2027, + "line": 2038, "column": 52 } } }, "range": [ - 60946, - 60965 + 61274, + 61293 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 33 }, "end": { - "line": 2027, + "line": 2038, "column": 52 } } @@ -111881,16 +112153,16 @@ "object": { "type": "ThisExpression", "range": [ - 60966, - 60970 + 61294, + 61298 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 53 }, "end": { - "line": 2027, + "line": 2038, "column": 57 } } @@ -111899,62 +112171,62 @@ "type": "Identifier", "name": "anOperator", "range": [ - 60971, - 60981 + 61299, + 61309 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 58 }, "end": { - "line": 2027, + "line": 2038, "column": 68 } } }, "range": [ - 60966, - 60981 + 61294, + 61309 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 53 }, "end": { - "line": 2027, + "line": 2038, "column": 68 } } } ], "range": [ - 60946, - 60982 + 61274, + 61310 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 33 }, "end": { - "line": 2027, + "line": 2038, "column": 69 } } }, "range": [ - 60933, - 60982 + 61261, + 61310 ], "loc": { "start": { - "line": 2027, + "line": 2038, "column": 20 }, "end": { - "line": 2027, + "line": 2038, "column": 69 } }, @@ -111963,16 +112235,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 60873, - 60912 + 61201, + 61240 ], "loc": { "start": { - "line": 2026, + "line": 2037, "column": 20 }, "end": { - "line": 2026, + "line": 2037, "column": 59 } } @@ -111985,16 +112257,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 61063, - 61076 + 61391, + 61404 ], "loc": { "start": { - "line": 2029, + "line": 2040, "column": 20 }, "end": { - "line": 2029, + "line": 2040, "column": 33 } } @@ -112009,16 +112281,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 61079, - 61089 + 61407, + 61417 ], "loc": { "start": { - "line": 2029, + "line": 2040, "column": 36 }, "end": { - "line": 2029, + "line": 2040, "column": 46 } } @@ -112027,31 +112299,31 @@ "type": "Identifier", "name": "length", "range": [ - 61090, - 61096 + 61418, + 61424 ], "loc": { "start": { - "line": 2029, + "line": 2040, "column": 47 }, "end": { - "line": 2029, + "line": 2040, "column": 53 } } }, "range": [ - 61079, - 61096 + 61407, + 61424 ], "loc": { "start": { - "line": 2029, + "line": 2040, "column": 36 }, "end": { - "line": 2029, + "line": 2040, "column": 53 } } @@ -112061,46 +112333,46 @@ "value": 1, "raw": "1", "range": [ - 61099, - 61100 + 61427, + 61428 ], "loc": { "start": { - "line": 2029, + "line": 2040, "column": 56 }, "end": { - "line": 2029, + "line": 2040, "column": 57 } } }, "range": [ - 61079, - 61100 + 61407, + 61428 ], "loc": { "start": { - "line": 2029, + "line": 2040, "column": 36 }, "end": { - "line": 2029, + "line": 2040, "column": 57 } } }, "range": [ - 61063, - 61100 + 61391, + 61428 ], "loc": { "start": { - "line": 2029, + "line": 2040, "column": 20 }, "end": { - "line": 2029, + "line": 2040, "column": 57 } }, @@ -112109,16 +112381,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 61004, - 61042 + 61332, + 61370 ], "loc": { "start": { - "line": 2028, + "line": 2039, "column": 20 }, "end": { - "line": 2028, + "line": 2039, "column": 58 } } @@ -112128,16 +112400,16 @@ ], "kind": "let", "range": [ - 60683, - 61101 + 61011, + 61429 ], "loc": { "start": { - "line": 2023, + "line": 2034, "column": 16 }, "end": { - "line": 2029, + "line": 2040, "column": 58 } }, @@ -112146,16 +112418,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 60627, - 60666 + 60955, + 60994 ], "loc": { "start": { - "line": 2022, + "line": 2033, "column": 16 }, "end": { - "line": 2022, + "line": 2033, "column": 55 } } @@ -112166,16 +112438,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 61119, - 61152 + 61447, + 61480 ], "loc": { "start": { - "line": 2031, + "line": 2042, "column": 16 }, "end": { - "line": 2031, + "line": 2042, "column": 49 } } @@ -112196,16 +112468,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 61173, - 61180 + 61501, + 61508 ], "loc": { "start": { - "line": 2032, + "line": 2043, "column": 20 }, "end": { - "line": 2032, + "line": 2043, "column": 27 } } @@ -112215,32 +112487,32 @@ "type": "Identifier", "name": "sA", "range": [ - 61181, - 61183 + 61509, + 61511 ], "loc": { "start": { - "line": 2032, + "line": 2043, "column": 28 }, "end": { - "line": 2032, + "line": 2043, "column": 30 } } } ], "range": [ - 61173, - 61184 + 61501, + 61512 ], "loc": { "start": { - "line": 2032, + "line": 2043, "column": 20 }, "end": { - "line": 2032, + "line": 2043, "column": 31 } } @@ -112249,31 +112521,31 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 61188, - 61200 + 61516, + 61528 ], "loc": { "start": { - "line": 2032, + "line": 2043, "column": 35 }, "end": { - "line": 2032, + "line": 2043, "column": 47 } } }, "range": [ - 61173, - 61200 + 61501, + 61528 ], "loc": { "start": { - "line": 2032, + "line": 2043, "column": 20 }, "end": { - "line": 2032, + "line": 2043, "column": 47 } } @@ -112282,31 +112554,31 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 61204, - 61217 + 61532, + 61545 ], "loc": { "start": { - "line": 2032, + "line": 2043, "column": 51 }, "end": { - "line": 2032, + "line": 2043, "column": 64 } } }, "range": [ - 61173, - 61217 + 61501, + 61545 ], "loc": { "start": { - "line": 2032, + "line": 2043, "column": 20 }, "end": { - "line": 2032, + "line": 2043, "column": 64 } } @@ -112323,32 +112595,32 @@ "type": "Identifier", "name": "cS", "range": [ - 61245, - 61247 + 61573, + 61575 ], "loc": { "start": { - "line": 2033, + "line": 2044, "column": 24 }, "end": { - "line": 2033, + "line": 2044, "column": 26 } } }, "init": null, "range": [ - 61245, - 61247 + 61573, + 61575 ], "loc": { "start": { - "line": 2033, + "line": 2044, "column": 24 }, "end": { - "line": 2033, + "line": 2044, "column": 26 } } @@ -112359,32 +112631,32 @@ "type": "Identifier", "name": "s", "range": [ - 61273, - 61274 + 61601, + 61602 ], "loc": { "start": { - "line": 2034, + "line": 2045, "column": 24 }, "end": { - "line": 2034, + "line": 2045, "column": 25 } } }, "init": null, "range": [ - 61273, - 61274 + 61601, + 61602 ], "loc": { "start": { - "line": 2034, + "line": 2045, "column": 24 }, "end": { - "line": 2034, + "line": 2045, "column": 25 } } @@ -112395,16 +112667,16 @@ "type": "Identifier", "name": "occur", "range": [ - 61300, - 61305 + 61628, + 61633 ], "loc": { "start": { - "line": 2035, + "line": 2046, "column": 24 }, "end": { - "line": 2035, + "line": 2046, "column": 29 } } @@ -112414,31 +112686,31 @@ "value": false, "raw": "false", "range": [ - 61308, - 61313 + 61636, + 61641 ], "loc": { "start": { - "line": 2035, + "line": 2046, "column": 32 }, "end": { - "line": 2035, + "line": 2046, "column": 37 } } }, "range": [ - 61300, - 61313 + 61628, + 61641 ], "loc": { "start": { - "line": 2035, + "line": 2046, "column": 24 }, "end": { - "line": 2035, + "line": 2046, "column": 37 } } @@ -112446,16 +112718,16 @@ ], "kind": "let", "range": [ - 61241, - 61314 + 61569, + 61642 ], "loc": { "start": { - "line": 2033, + "line": 2044, "column": 20 }, "end": { - "line": 2035, + "line": 2046, "column": 38 } } @@ -112468,16 +112740,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 61339, - 61346 + 61667, + 61674 ], "loc": { "start": { - "line": 2036, + "line": 2047, "column": 24 }, "end": { - "line": 2036, + "line": 2047, "column": 31 } } @@ -112487,32 +112759,32 @@ "type": "Identifier", "name": "sA", "range": [ - 61347, - 61349 + 61675, + 61677 ], "loc": { "start": { - "line": 2036, + "line": 2047, "column": 32 }, "end": { - "line": 2036, + "line": 2047, "column": 34 } } } ], "range": [ - 61339, - 61350 + 61667, + 61678 ], "loc": { "start": { - "line": 2036, + "line": 2047, "column": 24 }, "end": { - "line": 2036, + "line": 2047, "column": 35 } } @@ -112529,16 +112801,16 @@ "type": "Identifier", "name": "s", "range": [ - 61378, - 61379 + 61706, + 61707 ], "loc": { "start": { - "line": 2037, + "line": 2048, "column": 24 }, "end": { - "line": 2037, + "line": 2048, "column": 25 } } @@ -112547,62 +112819,62 @@ "type": "Identifier", "name": "sA", "range": [ - 61382, - 61384 + 61710, + 61712 ], "loc": { "start": { - "line": 2037, + "line": 2048, "column": 28 }, "end": { - "line": 2037, + "line": 2048, "column": 30 } } }, "range": [ - 61378, - 61384 + 61706, + 61712 ], "loc": { "start": { - "line": 2037, + "line": 2048, "column": 24 }, "end": { - "line": 2037, + "line": 2048, "column": 30 } } }, "range": [ - 61378, - 61385 + 61706, + 61713 ], "loc": { "start": { - "line": 2037, + "line": 2048, "column": 24 }, "end": { - "line": 2037, + "line": 2048, "column": 31 } } } ], "range": [ - 61352, - 61407 + 61680, + 61735 ], "loc": { "start": { - "line": 2036, + "line": 2047, "column": 37 }, "end": { - "line": 2038, + "line": 2049, "column": 21 } } @@ -112619,16 +112891,16 @@ "type": "Identifier", "name": "s", "range": [ - 61439, - 61440 + 61767, + 61768 ], "loc": { "start": { - "line": 2039, + "line": 2050, "column": 24 }, "end": { - "line": 2039, + "line": 2050, "column": 25 } } @@ -112639,16 +112911,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 61443, - 61455 + 61771, + 61783 ], "loc": { "start": { - "line": 2039, + "line": 2050, "column": 28 }, "end": { - "line": 2039, + "line": 2050, "column": 40 } } @@ -112657,16 +112929,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 61458, - 61467 + 61786, + 61795 ], "loc": { "start": { - "line": 2039, + "line": 2050, "column": 43 }, "end": { - "line": 2039, + "line": 2050, "column": 52 } } @@ -112675,92 +112947,92 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 61470, - 61480 + 61798, + 61808 ], "loc": { "start": { - "line": 2039, + "line": 2050, "column": 55 }, "end": { - "line": 2039, + "line": 2050, "column": 65 } } }, "range": [ - 61443, - 61480 + 61771, + 61808 ], "loc": { "start": { - "line": 2039, + "line": 2050, "column": 28 }, "end": { - "line": 2039, + "line": 2050, "column": 65 } } }, "range": [ - 61439, - 61480 + 61767, + 61808 ], "loc": { "start": { - "line": 2039, + "line": 2050, "column": 24 }, "end": { - "line": 2039, + "line": 2050, "column": 65 } } }, "range": [ - 61439, - 61481 + 61767, + 61809 ], "loc": { "start": { - "line": 2039, + "line": 2050, "column": 24 }, "end": { - "line": 2039, + "line": 2050, "column": 66 } } } ], "range": [ - 61413, - 61503 + 61741, + 61831 ], "loc": { "start": { - "line": 2038, + "line": 2049, "column": 27 }, "end": { - "line": 2040, + "line": 2051, "column": 21 } } }, "range": [ - 61335, - 61503 + 61663, + 61831 ], "loc": { "start": { - "line": 2036, + "line": 2047, "column": 20 }, "end": { - "line": 2040, + "line": 2051, "column": 21 } }, @@ -112769,16 +113041,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 61524, - 61574 + 61852, + 61902 ], "loc": { "start": { - "line": 2041, + "line": 2052, "column": 20 }, "end": { - "line": 2041, + "line": 2052, "column": 70 } } @@ -112796,16 +113068,16 @@ "type": "Identifier", "name": "w", "range": [ - 61604, - 61605 + 61932, + 61933 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 29 }, "end": { - "line": 2042, + "line": 2053, "column": 30 } } @@ -112815,31 +113087,31 @@ "value": 0, "raw": "0", "range": [ - 61608, - 61609 + 61936, + 61937 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 33 }, "end": { - "line": 2042, + "line": 2053, "column": 34 } } }, "range": [ - 61604, - 61609 + 61932, + 61937 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 29 }, "end": { - "line": 2042, + "line": 2053, "column": 34 } } @@ -112850,16 +113122,16 @@ "type": "Identifier", "name": "len", "range": [ - 61611, - 61614 + 61939, + 61942 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 36 }, "end": { - "line": 2042, + "line": 2053, "column": 39 } } @@ -112871,16 +113143,16 @@ "type": "Identifier", "name": "s", "range": [ - 61617, - 61618 + 61945, + 61946 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 42 }, "end": { - "line": 2042, + "line": 2053, "column": 43 } } @@ -112889,46 +113161,46 @@ "type": "Identifier", "name": "length", "range": [ - 61619, - 61625 + 61947, + 61953 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 44 }, "end": { - "line": 2042, + "line": 2053, "column": 50 } } }, "range": [ - 61617, - 61625 + 61945, + 61953 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 42 }, "end": { - "line": 2042, + "line": 2053, "column": 50 } } }, "range": [ - 61611, - 61625 + 61939, + 61953 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 36 }, "end": { - "line": 2042, + "line": 2053, "column": 50 } } @@ -112936,16 +113208,16 @@ ], "kind": "let", "range": [ - 61600, - 61625 + 61928, + 61953 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 25 }, "end": { - "line": 2042, + "line": 2053, "column": 50 } } @@ -112957,16 +113229,16 @@ "type": "Identifier", "name": "w", "range": [ - 61627, - 61628 + 61955, + 61956 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 52 }, "end": { - "line": 2042, + "line": 2053, "column": 53 } } @@ -112975,31 +113247,31 @@ "type": "Identifier", "name": "len", "range": [ - 61631, - 61634 + 61959, + 61962 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 56 }, "end": { - "line": 2042, + "line": 2053, "column": 59 } } }, "range": [ - 61627, - 61634 + 61955, + 61962 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 52 }, "end": { - "line": 2042, + "line": 2053, "column": 59 } } @@ -113011,32 +113283,32 @@ "type": "Identifier", "name": "w", "range": [ - 61636, - 61637 + 61964, + 61965 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 61 }, "end": { - "line": 2042, + "line": 2053, "column": 62 } } }, "prefix": false, "range": [ - 61636, - 61639 + 61964, + 61967 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 61 }, "end": { - "line": 2042, + "line": 2053, "column": 64 } } @@ -113053,16 +113325,16 @@ "type": "Identifier", "name": "cS", "range": [ - 61667, - 61669 + 61995, + 61997 ], "loc": { "start": { - "line": 2043, + "line": 2054, "column": 24 }, "end": { - "line": 2043, + "line": 2054, "column": 26 } } @@ -113073,16 +113345,16 @@ "type": "Identifier", "name": "trim", "range": [ - 61672, - 61676 + 62000, + 62004 ], "loc": { "start": { - "line": 2043, + "line": 2054, "column": 29 }, "end": { - "line": 2043, + "line": 2054, "column": 33 } } @@ -113095,16 +113367,16 @@ "type": "Identifier", "name": "s", "range": [ - 61677, - 61678 + 62005, + 62006 ], "loc": { "start": { - "line": 2043, + "line": 2054, "column": 34 }, "end": { - "line": 2043, + "line": 2054, "column": 35 } } @@ -113113,77 +113385,77 @@ "type": "Identifier", "name": "w", "range": [ - 61679, - 61680 + 62007, + 62008 ], "loc": { "start": { - "line": 2043, + "line": 2054, "column": 36 }, "end": { - "line": 2043, + "line": 2054, "column": 37 } } }, "range": [ - 61677, - 61681 + 62005, + 62009 ], "loc": { "start": { - "line": 2043, + "line": 2054, "column": 34 }, "end": { - "line": 2043, + "line": 2054, "column": 38 } } } ], "range": [ - 61672, - 61682 + 62000, + 62010 ], "loc": { "start": { - "line": 2043, + "line": 2054, "column": 29 }, "end": { - "line": 2043, + "line": 2054, "column": 39 } } }, "range": [ - 61667, - 61682 + 61995, + 62010 ], "loc": { "start": { - "line": 2043, + "line": 2054, "column": 24 }, "end": { - "line": 2043, + "line": 2054, "column": 39 } } }, "range": [ - 61667, - 61683 + 61995, + 62011 ], "loc": { "start": { - "line": 2043, + "line": 2054, "column": 24 }, "end": { - "line": 2043, + "line": 2054, "column": 40 } } @@ -113197,16 +113469,16 @@ "type": "Identifier", "name": "occur", "range": [ - 61708, - 61713 + 62036, + 62041 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 24 }, "end": { - "line": 2044, + "line": 2055, "column": 29 } } @@ -113220,16 +113492,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 61716, - 61722 + 62044, + 62050 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 32 }, "end": { - "line": 2044, + "line": 2055, "column": 38 } } @@ -113238,31 +113510,31 @@ "type": "Identifier", "name": "call", "range": [ - 61723, - 61727 + 62051, + 62055 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 39 }, "end": { - "line": 2044, + "line": 2055, "column": 43 } } }, "range": [ - 61716, - 61727 + 62044, + 62055 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 32 }, "end": { - "line": 2044, + "line": 2055, "column": 43 } } @@ -113271,16 +113543,16 @@ { "type": "ThisExpression", "range": [ - 61728, - 61732 + 62056, + 62060 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 44 }, "end": { - "line": 2044, + "line": 2055, "column": 48 } } @@ -113289,16 +113561,16 @@ "type": "Identifier", "name": "cS", "range": [ - 61734, - 61736 + 62062, + 62064 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 50 }, "end": { - "line": 2044, + "line": 2055, "column": 52 } } @@ -113307,16 +113579,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 61738, - 61746 + 62066, + 62074 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 54 }, "end": { - "line": 2044, + "line": 2055, "column": 62 } } @@ -113325,62 +113597,62 @@ "type": "Identifier", "name": "j", "range": [ - 61748, - 61749 + 62076, + 62077 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 64 }, "end": { - "line": 2044, + "line": 2055, "column": 65 } } } ], "range": [ - 61716, - 61750 + 62044, + 62078 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 32 }, "end": { - "line": 2044, + "line": 2055, "column": 66 } } }, "range": [ - 61708, - 61750 + 62036, + 62078 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 24 }, "end": { - "line": 2044, + "line": 2055, "column": 66 } } }, "range": [ - 61708, - 61751 + 62036, + 62079 ], "loc": { "start": { - "line": 2044, + "line": 2055, "column": 24 }, "end": { - "line": 2044, + "line": 2055, "column": 67 } } @@ -113396,16 +113668,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 61776, - 61785 + 62104, + 62113 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 24 }, "end": { - "line": 2045, + "line": 2056, "column": 33 } } @@ -113414,31 +113686,31 @@ "type": "Identifier", "name": "call", "range": [ - 61786, - 61790 + 62114, + 62118 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 34 }, "end": { - "line": 2045, + "line": 2056, "column": 38 } } }, "range": [ - 61776, - 61790 + 62104, + 62118 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 24 }, "end": { - "line": 2045, + "line": 2056, "column": 38 } } @@ -113447,16 +113719,16 @@ { "type": "ThisExpression", "range": [ - 61791, - 61795 + 62119, + 62123 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 39 }, "end": { - "line": 2045, + "line": 2056, "column": 43 } } @@ -113465,16 +113737,16 @@ "type": "Identifier", "name": "cS", "range": [ - 61797, - 61799 + 62125, + 62127 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 45 }, "end": { - "line": 2045, + "line": 2056, "column": 47 } } @@ -113483,16 +113755,16 @@ "type": "Identifier", "name": "occur", "range": [ - 61801, - 61806 + 62129, + 62134 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 49 }, "end": { - "line": 2045, + "line": 2056, "column": 54 } } @@ -113504,16 +113776,16 @@ "type": "Identifier", "name": "cells", "range": [ - 61808, - 61813 + 62136, + 62141 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 56 }, "end": { - "line": 2045, + "line": 2056, "column": 61 } } @@ -113522,62 +113794,62 @@ "type": "Identifier", "name": "j", "range": [ - 61814, - 61815 + 62142, + 62143 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 62 }, "end": { - "line": 2045, + "line": 2056, "column": 63 } } }, "range": [ - 61808, - 61816 + 62136, + 62144 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 56 }, "end": { - "line": 2045, + "line": 2056, "column": 64 } } } ], "range": [ - 61776, - 61817 + 62104, + 62145 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 24 }, "end": { - "line": 2045, + "line": 2056, "column": 65 } } }, "range": [ - 61776, - 61818 + 62104, + 62146 ], "loc": { "start": { - "line": 2045, + "line": 2056, "column": 24 }, "end": { - "line": 2045, + "line": 2056, "column": 66 } } @@ -113594,16 +113866,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 61848, - 61860 + 62176, + 62188 ], "loc": { "start": { - "line": 2046, + "line": 2057, "column": 29 }, "end": { - "line": 2046, + "line": 2057, "column": 41 } } @@ -113612,31 +113884,31 @@ "type": "Identifier", "name": "occur", "range": [ - 61864, - 61869 + 62192, + 62197 ], "loc": { "start": { - "line": 2046, + "line": 2057, "column": 45 }, "end": { - "line": 2046, + "line": 2057, "column": 50 } } }, "range": [ - 61848, - 61869 + 62176, + 62197 ], "loc": { "start": { - "line": 2046, + "line": 2057, "column": 29 }, "end": { - "line": 2046, + "line": 2057, "column": 50 } } @@ -113648,16 +113920,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 61903, - 61916 + 62231, + 62244 ], "loc": { "start": { - "line": 2047, + "line": 2058, "column": 29 }, "end": { - "line": 2047, + "line": 2058, "column": 42 } } @@ -113669,62 +113941,62 @@ "type": "Identifier", "name": "occur", "range": [ - 61921, - 61926 + 62249, + 62254 ], "loc": { "start": { - "line": 2047, + "line": 2058, "column": 47 }, "end": { - "line": 2047, + "line": 2058, "column": 52 } } }, "prefix": true, "range": [ - 61920, - 61926 + 62248, + 62254 ], "loc": { "start": { - "line": 2047, + "line": 2058, "column": 46 }, "end": { - "line": 2047, + "line": 2058, "column": 52 } } }, "range": [ - 61903, - 61926 + 62231, + 62254 ], "loc": { "start": { - "line": 2047, + "line": 2058, "column": 29 }, "end": { - "line": 2047, + "line": 2058, "column": 52 } } }, "range": [ - 61847, - 61927 + 62175, + 62255 ], "loc": { "start": { - "line": 2046, + "line": 2057, "column": 28 }, "end": { - "line": 2047, + "line": 2058, "column": 53 } } @@ -113736,48 +114008,48 @@ "type": "BreakStatement", "label": null, "range": [ - 61959, - 61965 + 62287, + 62293 ], "loc": { "start": { - "line": 2048, + "line": 2059, "column": 28 }, "end": { - "line": 2048, + "line": 2059, "column": 34 } } } ], "range": [ - 61929, - 61991 + 62257, + 62319 ], "loc": { "start": { - "line": 2047, + "line": 2058, "column": 55 }, "end": { - "line": 2049, + "line": 2060, "column": 25 } } }, "alternate": null, "range": [ - 61843, - 61991 + 62171, + 62319 ], "loc": { "start": { - "line": 2046, + "line": 2057, "column": 24 }, "end": { - "line": 2049, + "line": 2060, "column": 25 } } @@ -113793,16 +114065,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 62020, - 62027 + 62348, + 62355 ], "loc": { "start": { - "line": 2050, + "line": 2061, "column": 28 }, "end": { - "line": 2050, + "line": 2061, "column": 35 } } @@ -113812,32 +114084,32 @@ "type": "Identifier", "name": "sA", "range": [ - 62028, - 62030 + 62356, + 62358 ], "loc": { "start": { - "line": 2050, + "line": 2061, "column": 36 }, "end": { - "line": 2050, + "line": 2061, "column": 38 } } } ], "range": [ - 62020, - 62031 + 62348, + 62359 ], "loc": { "start": { - "line": 2050, + "line": 2061, "column": 28 }, "end": { - "line": 2050, + "line": 2061, "column": 39 } } @@ -113846,31 +114118,31 @@ "type": "Identifier", "name": "occur", "range": [ - 62035, - 62040 + 62363, + 62368 ], "loc": { "start": { - "line": 2050, + "line": 2061, "column": 43 }, "end": { - "line": 2050, + "line": 2061, "column": 48 } } }, "range": [ - 62020, - 62040 + 62348, + 62368 ], "loc": { "start": { - "line": 2050, + "line": 2061, "column": 28 }, "end": { - "line": 2050, + "line": 2061, "column": 48 } } @@ -113882,79 +114154,79 @@ "type": "BreakStatement", "label": null, "range": [ - 62072, - 62078 + 62400, + 62406 ], "loc": { "start": { - "line": 2051, + "line": 2062, "column": 28 }, "end": { - "line": 2051, + "line": 2062, "column": 34 } } } ], "range": [ - 62042, - 62104 + 62370, + 62432 ], "loc": { "start": { - "line": 2050, + "line": 2061, "column": 50 }, "end": { - "line": 2052, + "line": 2063, "column": 25 } } }, "alternate": null, "range": [ - 62016, - 62104 + 62344, + 62432 ], "loc": { "start": { - "line": 2050, + "line": 2061, "column": 24 }, "end": { - "line": 2052, + "line": 2063, "column": 25 } } } ], "range": [ - 61641, - 62126 + 61969, + 62454 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 66 }, "end": { - "line": 2053, + "line": 2064, "column": 21 } } }, "range": [ - 61595, - 62126 + 61923, + 62454 ], "loc": { "start": { - "line": 2042, + "line": 2053, "column": 20 }, "end": { - "line": 2053, + "line": 2064, "column": 21 } }, @@ -113963,16 +114235,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 61524, - 61574 + 61852, + 61902 ], "loc": { "start": { - "line": 2041, + "line": 2052, "column": 20 }, "end": { - "line": 2041, + "line": 2052, "column": 70 } } @@ -113991,16 +114263,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62147, - 62156 + 62475, + 62484 ], "loc": { "start": { - "line": 2054, + "line": 2065, "column": 20 }, "end": { - "line": 2054, + "line": 2065, "column": 29 } } @@ -114009,31 +114281,31 @@ "type": "Identifier", "name": "j", "range": [ - 62157, - 62158 + 62485, + 62486 ], "loc": { "start": { - "line": 2054, + "line": 2065, "column": 30 }, "end": { - "line": 2054, + "line": 2065, "column": 31 } } }, "range": [ - 62147, - 62159 + 62475, + 62487 ], "loc": { "start": { - "line": 2054, + "line": 2065, "column": 20 }, "end": { - "line": 2054, + "line": 2065, "column": 32 } } @@ -114042,62 +114314,62 @@ "type": "Identifier", "name": "occur", "range": [ - 62162, - 62167 + 62490, + 62495 ], "loc": { "start": { - "line": 2054, + "line": 2065, "column": 35 }, "end": { - "line": 2054, + "line": 2065, "column": 40 } } }, "range": [ - 62147, - 62167 + 62475, + 62495 ], "loc": { "start": { - "line": 2054, + "line": 2065, "column": 20 }, "end": { - "line": 2054, + "line": 2065, "column": 40 } } }, "range": [ - 62147, - 62168 + 62475, + 62496 ], "loc": { "start": { - "line": 2054, + "line": 2065, "column": 20 }, "end": { - "line": 2054, + "line": 2065, "column": 41 } } } ], "range": [ - 61219, - 62187 + 61547, + 62515 ], "loc": { "start": { - "line": 2032, + "line": 2043, "column": 66 }, "end": { - "line": 2056, + "line": 2067, "column": 17 } }, @@ -114106,16 +114378,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 62204, - 62229 + 62532, + 62557 ], "loc": { "start": { - "line": 2057, + "line": 2068, "column": 16 }, "end": { - "line": 2057, + "line": 2068, "column": 41 } } @@ -114137,16 +114409,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62273, - 62282 + 62601, + 62610 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 20 }, "end": { - "line": 2059, + "line": 2070, "column": 29 } } @@ -114155,31 +114427,31 @@ "type": "Identifier", "name": "j", "range": [ - 62283, - 62284 + 62611, + 62612 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 30 }, "end": { - "line": 2059, + "line": 2070, "column": 31 } } }, "range": [ - 62273, - 62285 + 62601, + 62613 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 20 }, "end": { - "line": 2059, + "line": 2070, "column": 32 } } @@ -114193,16 +114465,16 @@ "type": "Identifier", "name": "hasArg", "range": [ - 62288, - 62294 + 62616, + 62622 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 35 }, "end": { - "line": 2059, + "line": 2070, "column": 41 } } @@ -114211,31 +114483,31 @@ "type": "Identifier", "name": "call", "range": [ - 62295, - 62299 + 62623, + 62627 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 42 }, "end": { - "line": 2059, + "line": 2070, "column": 46 } } }, "range": [ - 62288, - 62299 + 62616, + 62627 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 35 }, "end": { - "line": 2059, + "line": 2070, "column": 46 } } @@ -114244,16 +114516,16 @@ { "type": "ThisExpression", "range": [ - 62300, - 62304 + 62628, + 62632 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 47 }, "end": { - "line": 2059, + "line": 2070, "column": 51 } } @@ -114264,16 +114536,16 @@ "type": "Identifier", "name": "trim", "range": [ - 62306, - 62310 + 62634, + 62638 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 53 }, "end": { - "line": 2059, + "line": 2070, "column": 57 } } @@ -114283,32 +114555,32 @@ "type": "Identifier", "name": "sA", "range": [ - 62311, - 62313 + 62639, + 62641 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 58 }, "end": { - "line": 2059, + "line": 2070, "column": 60 } } } ], "range": [ - 62306, - 62314 + 62634, + 62642 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 53 }, "end": { - "line": 2059, + "line": 2070, "column": 61 } } @@ -114317,16 +114589,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 62316, - 62324 + 62644, + 62652 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 63 }, "end": { - "line": 2059, + "line": 2070, "column": 71 } } @@ -114335,62 +114607,62 @@ "type": "Identifier", "name": "j", "range": [ - 62326, - 62327 + 62654, + 62655 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 73 }, "end": { - "line": 2059, + "line": 2070, "column": 74 } } } ], "range": [ - 62288, - 62328 + 62616, + 62656 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 35 }, "end": { - "line": 2059, + "line": 2070, "column": 75 } } }, "range": [ - 62273, - 62328 + 62601, + 62656 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 20 }, "end": { - "line": 2059, + "line": 2070, "column": 75 } } }, "range": [ - 62273, - 62329 + 62601, + 62657 ], "loc": { "start": { - "line": 2059, + "line": 2070, "column": 20 }, "end": { - "line": 2059, + "line": 2070, "column": 76 } } @@ -114406,16 +114678,16 @@ "type": "Identifier", "name": "highlight", "range": [ - 62350, - 62359 + 62678, + 62687 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 20 }, "end": { - "line": 2060, + "line": 2071, "column": 29 } } @@ -114424,31 +114696,31 @@ "type": "Identifier", "name": "call", "range": [ - 62360, - 62364 + 62688, + 62692 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 30 }, "end": { - "line": 2060, + "line": 2071, "column": 34 } } }, "range": [ - 62350, - 62364 + 62678, + 62692 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 20 }, "end": { - "line": 2060, + "line": 2071, "column": 34 } } @@ -114457,16 +114729,16 @@ { "type": "ThisExpression", "range": [ - 62365, - 62369 + 62693, + 62697 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 35 }, "end": { - "line": 2060, + "line": 2071, "column": 39 } } @@ -114475,16 +114747,16 @@ "type": "Identifier", "name": "sA", "range": [ - 62371, - 62373 + 62699, + 62701 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 41 }, "end": { - "line": 2060, + "line": 2071, "column": 43 } } @@ -114496,16 +114768,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62375, - 62384 + 62703, + 62712 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 45 }, "end": { - "line": 2060, + "line": 2071, "column": 54 } } @@ -114514,31 +114786,31 @@ "type": "Identifier", "name": "j", "range": [ - 62385, - 62386 + 62713, + 62714 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 55 }, "end": { - "line": 2060, + "line": 2071, "column": 56 } } }, "range": [ - 62375, - 62387 + 62703, + 62715 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 45 }, "end": { - "line": 2060, + "line": 2071, "column": 57 } } @@ -114550,16 +114822,16 @@ "type": "Identifier", "name": "cells", "range": [ - 62389, - 62394 + 62717, + 62722 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 59 }, "end": { - "line": 2060, + "line": 2071, "column": 64 } } @@ -114568,78 +114840,78 @@ "type": "Identifier", "name": "j", "range": [ - 62395, - 62396 + 62723, + 62724 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 65 }, "end": { - "line": 2060, + "line": 2071, "column": 66 } } }, "range": [ - 62389, - 62397 + 62717, + 62725 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 59 }, "end": { - "line": 2060, + "line": 2071, "column": 67 } } } ], "range": [ - 62350, - 62398 + 62678, + 62726 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 20 }, "end": { - "line": 2060, + "line": 2071, "column": 68 } } }, "range": [ - 62350, - 62399 + 62678, + 62727 ], "loc": { "start": { - "line": 2060, + "line": 2071, "column": 20 }, "end": { - "line": 2060, + "line": 2071, "column": 69 } } } ], "range": [ - 62251, - 62417 + 62579, + 62745 ], "loc": { "start": { - "line": 2058, + "line": 2069, "column": 21 }, "end": { - "line": 2061, + "line": 2072, "column": 17 } }, @@ -114648,16 +114920,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 62204, - 62229 + 62532, + 62557 ], "loc": { "start": { - "line": 2057, + "line": 2068, "column": 16 }, "end": { - "line": 2057, + "line": 2068, "column": 41 } } @@ -114665,16 +114937,16 @@ ] }, "range": [ - 61169, - 62417 + 61497, + 62745 ], "loc": { "start": { - "line": 2032, + "line": 2043, "column": 16 }, "end": { - "line": 2061, + "line": 2072, "column": 17 } }, @@ -114683,16 +114955,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 61119, - 61152 + 61447, + 61480 ], "loc": { "start": { - "line": 2031, + "line": 2042, "column": 16 }, "end": { - "line": 2031, + "line": 2042, "column": 49 } } @@ -114703,16 +114975,16 @@ "type": "Line", "value": "else single param", "range": [ - 62417, - 62436 + 62745, + 62764 ], "loc": { "start": { - "line": 2061, + "line": 2072, "column": 17 }, "end": { - "line": 2061, + "line": 2072, "column": 36 } } @@ -114731,16 +115003,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62459, - 62468 + 62787, + 62796 ], "loc": { "start": { - "line": 2063, + "line": 2074, "column": 21 }, "end": { - "line": 2063, + "line": 2074, "column": 30 } } @@ -114749,47 +115021,47 @@ "type": "Identifier", "name": "j", "range": [ - 62469, - 62470 + 62797, + 62798 ], "loc": { "start": { - "line": 2063, + "line": 2074, "column": 31 }, "end": { - "line": 2063, + "line": 2074, "column": 32 } } }, "range": [ - 62459, - 62471 + 62787, + 62799 ], "loc": { "start": { - "line": 2063, + "line": 2074, "column": 21 }, "end": { - "line": 2063, + "line": 2074, "column": 33 } } }, "prefix": true, "range": [ - 62458, - 62471 + 62786, + 62799 ], "loc": { "start": { - "line": 2063, + "line": 2074, "column": 20 }, "end": { - "line": 2063, + "line": 2074, "column": 33 } } @@ -114806,16 +115078,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 62495, - 62505 + 62823, + 62833 ], "loc": { "start": { - "line": 2064, + "line": 2075, "column": 20 }, "end": { - "line": 2064, + "line": 2075, "column": 30 } } @@ -114825,78 +115097,78 @@ "value": false, "raw": "false", "range": [ - 62508, - 62513 + 62836, + 62841 ], "loc": { "start": { - "line": 2064, + "line": 2075, "column": 33 }, "end": { - "line": 2064, + "line": 2075, "column": 38 } } }, "range": [ - 62495, - 62513 + 62823, + 62841 ], "loc": { "start": { - "line": 2064, + "line": 2075, "column": 20 }, "end": { - "line": 2064, + "line": 2075, "column": 38 } } }, "range": [ - 62495, - 62514 + 62823, + 62842 ], "loc": { "start": { - "line": 2064, + "line": 2075, "column": 20 }, "end": { - "line": 2064, + "line": 2075, "column": 39 } } } ], "range": [ - 62473, - 62532 + 62801, + 62860 ], "loc": { "start": { - "line": 2063, + "line": 2074, "column": 35 }, "end": { - "line": 2065, + "line": 2076, "column": 17 } } }, "alternate": null, "range": [ - 62454, - 62532 + 62782, + 62860 ], "loc": { "start": { - "line": 2063, + "line": 2074, "column": 16 }, "end": { - "line": 2065, + "line": 2076, "column": 17 } }, @@ -114905,16 +115177,16 @@ "type": "Line", "value": "else single param", "range": [ - 62417, - 62436 + 62745, + 62764 ], "loc": { "start": { - "line": 2061, + "line": 2072, "column": 17 }, "end": { - "line": 2061, + "line": 2072, "column": 36 } } @@ -114932,16 +115204,16 @@ "object": { "type": "ThisExpression", "range": [ - 62553, - 62557 + 62881, + 62885 ], "loc": { "start": { - "line": 2066, + "line": 2077, "column": 20 }, "end": { - "line": 2066, + "line": 2077, "column": 24 } } @@ -114950,31 +115222,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 62558, - 62573 + 62886, + 62901 ], "loc": { "start": { - "line": 2066, + "line": 2077, "column": 25 }, "end": { - "line": 2066, + "line": 2077, "column": 40 } } }, "range": [ - 62553, - 62573 + 62881, + 62901 ], "loc": { "start": { - "line": 2066, + "line": 2077, "column": 20 }, "end": { - "line": 2066, + "line": 2077, "column": 40 } } @@ -114986,16 +115258,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 62577, - 62586 + 62905, + 62914 ], "loc": { "start": { - "line": 2066, + "line": 2077, "column": 44 }, "end": { - "line": 2066, + "line": 2077, "column": 53 } } @@ -115004,46 +115276,46 @@ "type": "Identifier", "name": "j", "range": [ - 62587, - 62588 + 62915, + 62916 ], "loc": { "start": { - "line": 2066, + "line": 2077, "column": 54 }, "end": { - "line": 2066, + "line": 2077, "column": 55 } } }, "range": [ - 62577, - 62589 + 62905, + 62917 ], "loc": { "start": { - "line": 2066, + "line": 2077, "column": 44 }, "end": { - "line": 2066, + "line": 2077, "column": 56 } } }, "range": [ - 62553, - 62589 + 62881, + 62917 ], "loc": { "start": { - "line": 2066, + "line": 2077, "column": 20 }, "end": { - "line": 2066, + "line": 2077, "column": 56 } } @@ -115060,16 +115332,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 62613, - 62630 + 62941, + 62958 ], "loc": { "start": { - "line": 2067, + "line": 2078, "column": 20 }, "end": { - "line": 2067, + "line": 2078, "column": 37 } } @@ -115079,78 +115351,78 @@ "value": true, "raw": "true", "range": [ - 62633, - 62637 + 62961, + 62965 ], "loc": { "start": { - "line": 2067, + "line": 2078, "column": 40 }, "end": { - "line": 2067, + "line": 2078, "column": 44 } } }, "range": [ - 62613, - 62637 + 62941, + 62965 ], "loc": { "start": { - "line": 2067, + "line": 2078, "column": 20 }, "end": { - "line": 2067, + "line": 2078, "column": 44 } } }, "range": [ - 62613, - 62638 + 62941, + 62966 ], "loc": { "start": { - "line": 2067, + "line": 2078, "column": 20 }, "end": { - "line": 2067, + "line": 2078, "column": 45 } } } ], "range": [ - 62591, - 62656 + 62919, + 62984 ], "loc": { "start": { - "line": 2066, + "line": 2077, "column": 58 }, "end": { - "line": 2068, + "line": 2079, "column": 17 } } }, "alternate": null, "range": [ - 62549, - 62656 + 62877, + 62984 ], "loc": { "start": { - "line": 2066, + "line": 2077, "column": 16 }, "end": { - "line": 2068, + "line": 2079, "column": 17 } } @@ -115168,16 +115440,16 @@ "object": { "type": "ThisExpression", "range": [ - 62674, - 62678 + 63002, + 63006 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 16 }, "end": { - "line": 2070, + "line": 2081, "column": 20 } } @@ -115186,31 +115458,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 62679, - 62686 + 63007, + 63014 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 21 }, "end": { - "line": 2070, + "line": 2081, "column": 28 } } }, "range": [ - 62674, - 62686 + 63002, + 63014 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 16 }, "end": { - "line": 2070, + "line": 2081, "column": 28 } } @@ -115219,31 +115491,31 @@ "type": "Identifier", "name": "emit", "range": [ - 62687, - 62691 + 63015, + 63019 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 29 }, "end": { - "line": 2070, + "line": 2081, "column": 33 } } }, "range": [ - 62674, - 62691 + 63002, + 63019 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 16 }, "end": { - "line": 2070, + "line": 2081, "column": 33 } } @@ -115254,16 +115526,16 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 62692, - 62708 + 63020, + 63036 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 34 }, "end": { - "line": 2070, + "line": 2081, "column": 50 } } @@ -115271,16 +115543,16 @@ { "type": "ThisExpression", "range": [ - 62710, - 62714 + 63038, + 63042 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 52 }, "end": { - "line": 2070, + "line": 2081, "column": 56 } } @@ -115289,16 +115561,16 @@ "type": "Identifier", "name": "j", "range": [ - 62716, - 62717 + 63044, + 63045 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 58 }, "end": { - "line": 2070, + "line": 2081, "column": 59 } } @@ -115310,16 +115582,16 @@ "type": "Identifier", "name": "cells", "range": [ - 62719, - 62724 + 63047, + 63052 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 61 }, "end": { - "line": 2070, + "line": 2081, "column": 66 } } @@ -115328,93 +115600,93 @@ "type": "Identifier", "name": "j", "range": [ - 62725, - 62726 + 63053, + 63054 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 67 }, "end": { - "line": 2070, + "line": 2081, "column": 68 } } }, "range": [ - 62719, - 62727 + 63047, + 63055 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 61 }, "end": { - "line": 2070, + "line": 2081, "column": 69 } } } ], "range": [ - 62674, - 62728 + 63002, + 63056 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 16 }, "end": { - "line": 2070, + "line": 2081, "column": 70 } } }, "range": [ - 62674, - 62729 + 63002, + 63057 ], "loc": { "start": { - "line": 2070, + "line": 2081, "column": 16 }, "end": { - "line": 2070, + "line": 2081, "column": 71 } } } ], "range": [ - 60313, - 62743 + 60641, + 63071 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 46 }, "end": { - "line": 2071, + "line": 2082, "column": 13 } } }, "range": [ - 60279, - 62743 + 60607, + 63071 ], "loc": { "start": { - "line": 2011, + "line": 2022, "column": 12 }, "end": { - "line": 2071, + "line": 2082, "column": 13 } }, @@ -115423,16 +115695,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 60234, - 60266 + 60562, + 60594 ], "loc": { "start": { - "line": 2010, + "line": 2021, "column": 12 }, "end": { - "line": 2010, + "line": 2021, "column": 44 } } @@ -115443,16 +115715,16 @@ "type": "Line", "value": "for j", "range": [ - 62743, - 62750 + 63071, + 63078 ], "loc": { "start": { - "line": 2071, + "line": 2082, "column": 13 }, "end": { - "line": 2071, + "line": 2082, "column": 20 } } @@ -115470,16 +115742,16 @@ "object": { "type": "ThisExpression", "range": [ - 62768, - 62772 + 63096, + 63100 ], "loc": { "start": { - "line": 2073, + "line": 2084, "column": 16 }, "end": { - "line": 2073, + "line": 2084, "column": 20 } } @@ -115488,31 +115760,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 62773, - 62788 + 63101, + 63116 ], "loc": { "start": { - "line": 2073, + "line": 2084, "column": 21 }, "end": { - "line": 2073, + "line": 2084, "column": 36 } } }, "range": [ - 62768, - 62788 + 63096, + 63116 ], "loc": { "start": { - "line": 2073, + "line": 2084, "column": 16 }, "end": { - "line": 2073, + "line": 2084, "column": 36 } } @@ -115521,31 +115793,31 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 62792, - 62809 + 63120, + 63137 ], "loc": { "start": { - "line": 2073, + "line": 2084, "column": 40 }, "end": { - "line": 2073, + "line": 2084, "column": 57 } } }, "range": [ - 62768, - 62809 + 63096, + 63137 ], "loc": { "start": { - "line": 2073, + "line": 2084, "column": 16 }, "end": { - "line": 2073, + "line": 2084, "column": 57 } } @@ -115562,16 +115834,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 62829, - 62839 + 63157, + 63167 ], "loc": { "start": { - "line": 2074, + "line": 2085, "column": 16 }, "end": { - "line": 2074, + "line": 2085, "column": 26 } } @@ -115581,78 +115853,78 @@ "value": true, "raw": "true", "range": [ - 62842, - 62846 + 63170, + 63174 ], "loc": { "start": { - "line": 2074, + "line": 2085, "column": 29 }, "end": { - "line": 2074, + "line": 2085, "column": 33 } } }, "range": [ - 62829, - 62846 + 63157, + 63174 ], "loc": { "start": { - "line": 2074, + "line": 2085, "column": 16 }, "end": { - "line": 2074, + "line": 2085, "column": 33 } } }, "range": [ - 62829, - 62847 + 63157, + 63175 ], "loc": { "start": { - "line": 2074, + "line": 2085, "column": 16 }, "end": { - "line": 2074, + "line": 2085, "column": 34 } } } ], "range": [ - 62811, - 62861 + 63139, + 63189 ], "loc": { "start": { - "line": 2073, + "line": 2084, "column": 59 }, "end": { - "line": 2075, + "line": 2086, "column": 13 } } }, "alternate": null, "range": [ - 62764, - 62861 + 63092, + 63189 ], "loc": { "start": { - "line": 2073, + "line": 2084, "column": 12 }, "end": { - "line": 2075, + "line": 2086, "column": 13 } }, @@ -115661,16 +115933,16 @@ "type": "Line", "value": "for j", "range": [ - 62743, - 62750 + 63071, + 63078 ], "loc": { "start": { - "line": 2071, + "line": 2082, "column": 13 }, "end": { - "line": 2071, + "line": 2082, "column": 20 } } @@ -115686,32 +115958,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 62880, - 62890 + 63208, + 63218 ], "loc": { "start": { - "line": 2077, + "line": 2088, "column": 17 }, "end": { - "line": 2077, + "line": 2088, "column": 27 } } }, "prefix": true, "range": [ - 62879, - 62890 + 63207, + 63218 ], "loc": { "start": { - "line": 2077, + "line": 2088, "column": 16 }, "end": { - "line": 2077, + "line": 2088, "column": 27 } } @@ -115729,16 +116001,16 @@ "object": { "type": "ThisExpression", "range": [ - 62910, - 62914 + 63238, + 63242 ], "loc": { "start": { - "line": 2078, + "line": 2089, "column": 16 }, "end": { - "line": 2078, + "line": 2089, "column": 20 } } @@ -115747,31 +116019,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 62915, - 62926 + 63243, + 63254 ], "loc": { "start": { - "line": 2078, + "line": 2089, "column": 21 }, "end": { - "line": 2078, + "line": 2089, "column": 32 } } }, "range": [ - 62910, - 62926 + 63238, + 63254 ], "loc": { "start": { - "line": 2078, + "line": 2089, "column": 16 }, "end": { - "line": 2078, + "line": 2089, "column": 32 } } @@ -115781,16 +116053,16 @@ "type": "Identifier", "name": "k", "range": [ - 62927, - 62928 + 63255, + 63256 ], "loc": { "start": { - "line": 2078, + "line": 2089, "column": 33 }, "end": { - "line": 2078, + "line": 2089, "column": 34 } } @@ -115800,47 +116072,47 @@ "value": false, "raw": "false", "range": [ - 62930, - 62935 + 63258, + 63263 ], "loc": { "start": { - "line": 2078, + "line": 2089, "column": 36 }, "end": { - "line": 2078, + "line": 2089, "column": 41 } } } ], "range": [ - 62910, - 62936 + 63238, + 63264 ], "loc": { "start": { - "line": 2078, + "line": 2089, "column": 16 }, "end": { - "line": 2078, + "line": 2089, "column": 42 } } }, "range": [ - 62910, - 62937 + 63238, + 63265 ], "loc": { "start": { - "line": 2078, + "line": 2089, "column": 16 }, "end": { - "line": 2078, + "line": 2089, "column": 43 } } @@ -115854,63 +116126,63 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 62954, - 62964 + 63282, + 63292 ], "loc": { "start": { - "line": 2079, + "line": 2090, "column": 16 }, "end": { - "line": 2079, + "line": 2090, "column": 26 } } }, "prefix": false, "range": [ - 62954, - 62966 + 63282, + 63294 ], "loc": { "start": { - "line": 2079, + "line": 2090, "column": 16 }, "end": { - "line": 2079, + "line": 2090, "column": 28 } } }, "range": [ - 62954, - 62967 + 63282, + 63295 ], "loc": { "start": { - "line": 2079, + "line": 2090, "column": 16 }, "end": { - "line": 2079, + "line": 2090, "column": 29 } } } ], "range": [ - 62892, - 62981 + 63220, + 63309 ], "loc": { "start": { - "line": 2077, + "line": 2088, "column": 29 }, "end": { - "line": 2080, + "line": 2091, "column": 13 } } @@ -115928,16 +116200,16 @@ "object": { "type": "ThisExpression", "range": [ - 63005, - 63009 + 63333, + 63337 ], "loc": { "start": { - "line": 2081, + "line": 2092, "column": 16 }, "end": { - "line": 2081, + "line": 2092, "column": 20 } } @@ -115946,31 +116218,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 63010, - 63021 + 63338, + 63349 ], "loc": { "start": { - "line": 2081, + "line": 2092, "column": 21 }, "end": { - "line": 2081, + "line": 2092, "column": 32 } } }, "range": [ - 63005, - 63021 + 63333, + 63349 ], "loc": { "start": { - "line": 2081, + "line": 2092, "column": 16 }, "end": { - "line": 2081, + "line": 2092, "column": 32 } } @@ -115980,16 +116252,16 @@ "type": "Identifier", "name": "k", "range": [ - 63022, - 63023 + 63350, + 63351 ], "loc": { "start": { - "line": 2081, + "line": 2092, "column": 33 }, "end": { - "line": 2081, + "line": 2092, "column": 34 } } @@ -115999,78 +116271,78 @@ "value": true, "raw": "true", "range": [ - 63025, - 63029 + 63353, + 63357 ], "loc": { "start": { - "line": 2081, + "line": 2092, "column": 36 }, "end": { - "line": 2081, + "line": 2092, "column": 40 } } } ], "range": [ - 63005, - 63030 + 63333, + 63358 ], "loc": { "start": { - "line": 2081, + "line": 2092, "column": 16 }, "end": { - "line": 2081, + "line": 2092, "column": 41 } } }, "range": [ - 63005, - 63031 + 63333, + 63359 ], "loc": { "start": { - "line": 2081, + "line": 2092, "column": 16 }, "end": { - "line": 2081, + "line": 2092, "column": 42 } } } ], "range": [ - 62987, - 63045 + 63315, + 63373 ], "loc": { "start": { - "line": 2080, + "line": 2091, "column": 19 }, "end": { - "line": 2082, + "line": 2093, "column": 13 } } }, "range": [ - 62875, - 63045 + 63203, + 63373 ], "loc": { "start": { - "line": 2077, + "line": 2088, "column": 12 }, "end": { - "line": 2082, + "line": 2093, "column": 13 } } @@ -116088,16 +116360,16 @@ "object": { "type": "ThisExpression", "range": [ - 63059, - 63063 + 63387, + 63391 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 12 }, "end": { - "line": 2084, + "line": 2095, "column": 16 } } @@ -116106,31 +116378,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 63064, - 63071 + 63392, + 63399 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 17 }, "end": { - "line": 2084, + "line": 2095, "column": 24 } } }, "range": [ - 63059, - 63071 + 63387, + 63399 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 12 }, "end": { - "line": 2084, + "line": 2095, "column": 24 } } @@ -116139,31 +116411,31 @@ "type": "Identifier", "name": "emit", "range": [ - 63072, - 63076 + 63400, + 63404 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 25 }, "end": { - "line": 2084, + "line": 2095, "column": 29 } } }, "range": [ - 63059, - 63076 + 63387, + 63404 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 12 }, "end": { - "line": 2084, + "line": 2095, "column": 29 } } @@ -116174,16 +116446,16 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 63077, - 63092 + 63405, + 63420 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 30 }, "end": { - "line": 2084, + "line": 2095, "column": 45 } } @@ -116191,16 +116463,16 @@ { "type": "ThisExpression", "range": [ - 63094, - 63098 + 63422, + 63426 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 47 }, "end": { - "line": 2084, + "line": 2095, "column": 51 } } @@ -116209,16 +116481,16 @@ "type": "Identifier", "name": "k", "range": [ - 63100, - 63101 + 63428, + 63429 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 53 }, "end": { - "line": 2084, + "line": 2095, "column": 54 } } @@ -116232,16 +116504,16 @@ "object": { "type": "ThisExpression", "range": [ - 63119, - 63123 + 63447, + 63451 ], "loc": { "start": { - "line": 2085, + "line": 2096, "column": 16 }, "end": { - "line": 2085, + "line": 2096, "column": 20 } } @@ -116250,31 +116522,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 63124, - 63138 + 63452, + 63466 ], "loc": { "start": { - "line": 2085, + "line": 2096, "column": 21 }, "end": { - "line": 2085, + "line": 2096, "column": 35 } } }, "range": [ - 63119, - 63138 + 63447, + 63466 ], "loc": { "start": { - "line": 2085, + "line": 2096, "column": 16 }, "end": { - "line": 2085, + "line": 2096, "column": 35 } } @@ -116283,31 +116555,31 @@ "type": "Identifier", "name": "length", "range": [ - 63139, - 63145 + 63467, + 63473 ], "loc": { "start": { - "line": 2085, + "line": 2096, "column": 36 }, "end": { - "line": 2085, + "line": 2096, "column": 42 } } }, "range": [ - 63119, - 63145 + 63447, + 63473 ], "loc": { "start": { - "line": 2085, + "line": 2096, "column": 16 }, "end": { - "line": 2085, + "line": 2096, "column": 42 } } @@ -116316,78 +116588,78 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 63147, - 63157 + 63475, + 63485 ], "loc": { "start": { - "line": 2085, + "line": 2096, "column": 44 }, "end": { - "line": 2085, + "line": 2096, "column": 54 } } } ], "range": [ - 63059, - 63158 + 63387, + 63486 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 12 }, "end": { - "line": 2085, + "line": 2096, "column": 55 } } }, "range": [ - 63059, - 63159 + 63387, + 63487 ], "loc": { "start": { - "line": 2084, + "line": 2095, "column": 12 }, "end": { - "line": 2085, + "line": 2096, "column": 56 } } } ], "range": [ - 59758, - 63169 + 60086, + 63497 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 51 }, "end": { - "line": 2086, + "line": 2097, "column": 9 } } }, "range": [ - 59715, - 63169 + 60043, + 63497 ], "loc": { "start": { - "line": 1993, + "line": 2004, "column": 8 }, "end": { - "line": 2086, + "line": 2097, "column": 9 } }, @@ -116396,16 +116668,16 @@ "type": "Line", "value": "fn", "range": [ - 59701, - 59705 + 60029, + 60033 ], "loc": { "start": { - "line": 1991, + "line": 2002, "column": 9 }, "end": { - "line": 1991, + "line": 2002, "column": 13 } } @@ -116416,16 +116688,16 @@ "type": "Line", "value": " for k", "range": [ - 63169, - 63177 + 63497, + 63505 ], "loc": { "start": { - "line": 2086, + "line": 2097, "column": 9 }, "end": { - "line": 2086, + "line": 2097, "column": 17 } } @@ -116443,16 +116715,16 @@ "object": { "type": "ThisExpression", "range": [ - 63187, - 63191 + 63515, + 63519 ], "loc": { "start": { - "line": 2088, + "line": 2099, "column": 8 }, "end": { - "line": 2088, + "line": 2099, "column": 12 } } @@ -116461,31 +116733,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 63192, - 63204 + 63520, + 63532 ], "loc": { "start": { - "line": 2088, + "line": 2099, "column": 13 }, "end": { - "line": 2088, + "line": 2099, "column": 25 } } }, "range": [ - 63187, - 63204 + 63515, + 63532 ], "loc": { "start": { - "line": 2088, + "line": 2099, "column": 8 }, "end": { - "line": 2088, + "line": 2099, "column": 25 } } @@ -116494,46 +116766,46 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 63207, - 63217 + 63535, + 63545 ], "loc": { "start": { - "line": 2088, + "line": 2099, "column": 28 }, "end": { - "line": 2088, + "line": 2099, "column": 38 } } }, "range": [ - 63187, - 63217 + 63515, + 63545 ], "loc": { "start": { - "line": 2088, + "line": 2099, "column": 8 }, "end": { - "line": 2088, + "line": 2099, "column": 38 } } }, "range": [ - 63187, - 63218 + 63515, + 63546 ], "loc": { "start": { - "line": 2088, + "line": 2099, "column": 8 }, "end": { - "line": 2088, + "line": 2099, "column": 39 } }, @@ -116542,16 +116814,16 @@ "type": "Line", "value": " for k", "range": [ - 63169, - 63177 + 63497, + 63505 ], "loc": { "start": { - "line": 2086, + "line": 2097, "column": 9 }, "end": { - "line": 2086, + "line": 2097, "column": 17 } } @@ -116562,16 +116834,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 63228, - 63260 + 63556, + 63588 ], "loc": { "start": { - "line": 2090, + "line": 2101, "column": 8 }, "end": { - "line": 2090, + "line": 2101, "column": 40 } } @@ -116586,16 +116858,16 @@ "object": { "type": "ThisExpression", "range": [ - 63273, - 63277 + 63601, + 63605 ], "loc": { "start": { - "line": 2091, + "line": 2102, "column": 12 }, "end": { - "line": 2091, + "line": 2102, "column": 16 } } @@ -116604,31 +116876,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 63278, - 63291 + 63606, + 63619 ], "loc": { "start": { - "line": 2091, + "line": 2102, "column": 17 }, "end": { - "line": 2091, + "line": 2102, "column": 30 } } }, "range": [ - 63273, - 63291 + 63601, + 63619 ], "loc": { "start": { - "line": 2091, + "line": 2102, "column": 12 }, "end": { - "line": 2091, + "line": 2102, "column": 30 } } @@ -116649,16 +116921,16 @@ "object": { "type": "ThisExpression", "range": [ - 63307, - 63311 + 63635, + 63639 ], "loc": { "start": { - "line": 2092, + "line": 2103, "column": 12 }, "end": { - "line": 2092, + "line": 2103, "column": 16 } } @@ -116667,31 +116939,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 63312, - 63325 + 63640, + 63653 ], "loc": { "start": { - "line": 2092, + "line": 2103, "column": 17 }, "end": { - "line": 2092, + "line": 2103, "column": 30 } } }, "range": [ - 63307, - 63325 + 63635, + 63653 ], "loc": { "start": { - "line": 2092, + "line": 2103, "column": 12 }, "end": { - "line": 2092, + "line": 2103, "column": 30 } } @@ -116700,31 +116972,31 @@ "type": "Identifier", "name": "call", "range": [ - 63326, - 63330 + 63654, + 63658 ], "loc": { "start": { - "line": 2092, + "line": 2103, "column": 31 }, "end": { - "line": 2092, + "line": 2103, "column": 35 } } }, "range": [ - 63307, - 63330 + 63635, + 63658 ], "loc": { "start": { - "line": 2092, + "line": 2103, "column": 12 }, "end": { - "line": 2092, + "line": 2103, "column": 35 } } @@ -116735,16 +117007,16 @@ "value": null, "raw": "null", "range": [ - 63331, - 63335 + 63659, + 63663 ], "loc": { "start": { - "line": 2092, + "line": 2103, "column": 36 }, "end": { - "line": 2092, + "line": 2103, "column": 40 } } @@ -116752,79 +117024,79 @@ { "type": "ThisExpression", "range": [ - 63337, - 63341 + 63665, + 63669 ], "loc": { "start": { - "line": 2092, + "line": 2103, "column": 42 }, "end": { - "line": 2092, + "line": 2103, "column": 46 } } } ], "range": [ - 63307, - 63342 + 63635, + 63670 ], "loc": { "start": { - "line": 2092, + "line": 2103, "column": 12 }, "end": { - "line": 2092, + "line": 2103, "column": 47 } } }, "range": [ - 63307, - 63343 + 63635, + 63671 ], "loc": { "start": { - "line": 2092, + "line": 2103, "column": 12 }, "end": { - "line": 2092, + "line": 2103, "column": 48 } } } ], "range": [ - 63293, - 63353 + 63621, + 63681 ], "loc": { "start": { - "line": 2091, + "line": 2102, "column": 32 }, "end": { - "line": 2093, + "line": 2104, "column": 9 } } }, "alternate": null, "range": [ - 63269, - 63353 + 63597, + 63681 ], "loc": { "start": { - "line": 2091, + "line": 2102, "column": 8 }, "end": { - "line": 2093, + "line": 2104, "column": 9 } }, @@ -116833,16 +117105,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 63228, - 63260 + 63556, + 63588 ], "loc": { "start": { - "line": 2090, + "line": 2101, "column": 8 }, "end": { - "line": 2090, + "line": 2101, "column": 40 } } @@ -116862,16 +117134,16 @@ "object": { "type": "ThisExpression", "range": [ - 63363, - 63367 + 63691, + 63695 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 8 }, "end": { - "line": 2095, + "line": 2106, "column": 12 } } @@ -116880,31 +117152,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 63368, - 63375 + 63696, + 63703 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 13 }, "end": { - "line": 2095, + "line": 2106, "column": 20 } } }, "range": [ - 63363, - 63375 + 63691, + 63703 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 8 }, "end": { - "line": 2095, + "line": 2106, "column": 20 } } @@ -116913,31 +117185,31 @@ "type": "Identifier", "name": "emit", "range": [ - 63376, - 63380 + 63704, + 63708 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 21 }, "end": { - "line": 2095, + "line": 2106, "column": 25 } } }, "range": [ - 63363, - 63380 + 63691, + 63708 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 8 }, "end": { - "line": 2095, + "line": 2106, "column": 25 } } @@ -116948,16 +117220,16 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 63381, - 63398 + 63709, + 63726 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 26 }, "end": { - "line": 2095, + "line": 2106, "column": 43 } } @@ -116965,16 +117237,16 @@ { "type": "ThisExpression", "range": [ - 63400, - 63404 + 63728, + 63732 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 45 }, "end": { - "line": 2095, + "line": 2106, "column": 49 } } @@ -116983,63 +117255,63 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 63406, - 63416 + 63734, + 63744 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 51 }, "end": { - "line": 2095, + "line": 2106, "column": 61 } } } ], "range": [ - 63363, - 63417 + 63691, + 63745 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 8 }, "end": { - "line": 2095, + "line": 2106, "column": 62 } } }, "range": [ - 63363, - 63418 + 63691, + 63746 ], "loc": { "start": { - "line": 2095, + "line": 2106, "column": 8 }, "end": { - "line": 2095, + "line": 2106, "column": 63 } } } ], "range": [ - 49056, - 63424 + 49226, + 63752 ], "loc": { "start": { - "line": 1728, + "line": 1734, "column": 13 }, "end": { - "line": 2096, + "line": 2107, "column": 5 } } @@ -117047,16 +117319,16 @@ "generator": false, "expression": false, "range": [ - 49053, - 63424 + 49223, + 63752 ], "loc": { "start": { - "line": 1728, + "line": 1734, "column": 10 }, "end": { - "line": 2096, + "line": 2107, "column": 5 } } @@ -117064,16 +117336,16 @@ "kind": "method", "computed": false, "range": [ - 49047, - 63424 + 49217, + 63752 ], "loc": { "start": { - "line": 1728, + "line": 1734, "column": 4 }, "end": { - "line": 2096, + "line": 2107, "column": 5 } }, @@ -117082,16 +117354,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": [ - 48805, - 49042 + 48975, + 49212 ], "loc": { "start": { - "line": 1723, + "line": 1729, "column": 4 }, "end": { - "line": 1727, + "line": 1733, "column": 7 } } @@ -117102,16 +117374,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": [ - 63430, - 63814 + 63758, + 64142 ], "loc": { "start": { - "line": 2098, + "line": 2109, "column": 4 }, "end": { - "line": 2105, + "line": 2116, "column": 7 } } @@ -117125,16 +117397,16 @@ "type": "Identifier", "name": "getColValues", "range": [ - 63819, - 63831 + 64147, + 64159 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 4 }, "end": { - "line": 2106, + "line": 2117, "column": 16 } } @@ -117147,16 +117419,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63832, - 63840 + 64160, + 64168 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 17 }, "end": { - "line": 2106, + "line": 2117, "column": 25 } } @@ -117167,16 +117439,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 63842, - 63856 + 64170, + 64184 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 27 }, "end": { - "line": 2106, + "line": 2117, "column": 41 } } @@ -117186,31 +117458,31 @@ "value": false, "raw": "false", "range": [ - 63859, - 63864 + 64187, + 64192 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 44 }, "end": { - "line": 2106, + "line": 2117, "column": 49 } } }, "range": [ - 63842, - 63864 + 64170, + 64192 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 27 }, "end": { - "line": 2106, + "line": 2117, "column": 49 } } @@ -117221,16 +117493,16 @@ "type": "Identifier", "name": "num", "range": [ - 63866, - 63869 + 64194, + 64197 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 51 }, "end": { - "line": 2106, + "line": 2117, "column": 54 } } @@ -117240,31 +117512,31 @@ "value": false, "raw": "false", "range": [ - 63872, - 63877 + 64200, + 64205 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 57 }, "end": { - "line": 2106, + "line": 2117, "column": 62 } } }, "range": [ - 63866, - 63877 + 64194, + 64205 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 51 }, "end": { - "line": 2106, + "line": 2117, "column": 62 } } @@ -117275,16 +117547,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 63879, - 63886 + 64207, + 64214 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 64 }, "end": { - "line": 2106, + "line": 2117, "column": 71 } } @@ -117293,31 +117565,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 63889, - 63891 + 64217, + 64219 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 74 }, "end": { - "line": 2106, + "line": 2117, "column": 76 } } }, "range": [ - 63879, - 63891 + 64207, + 64219 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 64 }, "end": { - "line": 2106, + "line": 2117, "column": 76 } } @@ -117337,16 +117609,16 @@ "object": { "type": "ThisExpression", "range": [ - 63908, - 63912 + 64236, + 64240 ], "loc": { "start": { - "line": 2107, + "line": 2118, "column": 13 }, "end": { - "line": 2107, + "line": 2118, "column": 17 } } @@ -117355,47 +117627,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 63913, - 63920 + 64241, + 64248 ], "loc": { "start": { - "line": 2107, + "line": 2118, "column": 18 }, "end": { - "line": 2107, + "line": 2118, "column": 25 } } }, "range": [ - 63908, - 63920 + 64236, + 64248 ], "loc": { "start": { - "line": 2107, + "line": 2118, "column": 13 }, "end": { - "line": 2107, + "line": 2118, "column": 25 } } }, "prefix": true, "range": [ - 63907, - 63920 + 64235, + 64248 ], "loc": { "start": { - "line": 2107, + "line": 2118, "column": 12 }, "end": { - "line": 2107, + "line": 2118, "column": 25 } } @@ -117407,48 +117679,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 63936, - 63943 + 64264, + 64271 ], "loc": { "start": { - "line": 2108, + "line": 2119, "column": 12 }, "end": { - "line": 2108, + "line": 2119, "column": 19 } } } ], "range": [ - 63922, - 63953 + 64250, + 64281 ], "loc": { "start": { - "line": 2107, + "line": 2118, "column": 27 }, "end": { - "line": 2109, + "line": 2120, "column": 9 } } }, "alternate": null, "range": [ - 63903, - 63953 + 64231, + 64281 ], "loc": { "start": { - "line": 2107, + "line": 2118, "column": 8 }, "end": { - "line": 2109, + "line": 2120, "column": 9 } } @@ -117462,16 +117734,16 @@ "type": "Identifier", "name": "row", "range": [ - 63966, - 63969 + 64294, + 64297 ], "loc": { "start": { - "line": 2110, + "line": 2121, "column": 12 }, "end": { - "line": 2110, + "line": 2121, "column": 15 } } @@ -117485,16 +117757,16 @@ "object": { "type": "ThisExpression", "range": [ - 63972, - 63976 + 64300, + 64304 ], "loc": { "start": { - "line": 2110, + "line": 2121, "column": 18 }, "end": { - "line": 2110, + "line": 2121, "column": 22 } } @@ -117503,31 +117775,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 63977, - 63980 + 64305, + 64308 ], "loc": { "start": { - "line": 2110, + "line": 2121, "column": 23 }, "end": { - "line": 2110, + "line": 2121, "column": 26 } } }, "range": [ - 63972, - 63980 + 64300, + 64308 ], "loc": { "start": { - "line": 2110, + "line": 2121, "column": 18 }, "end": { - "line": 2110, + "line": 2121, "column": 26 } } @@ -117536,46 +117808,46 @@ "type": "Identifier", "name": "rows", "range": [ - 63981, - 63985 + 64309, + 64313 ], "loc": { "start": { - "line": 2110, + "line": 2121, "column": 27 }, "end": { - "line": 2110, + "line": 2121, "column": 31 } } }, "range": [ - 63972, - 63985 + 64300, + 64313 ], "loc": { "start": { - "line": 2110, + "line": 2121, "column": 18 }, "end": { - "line": 2110, + "line": 2121, "column": 31 } } }, "range": [ - 63966, - 63985 + 64294, + 64313 ], "loc": { "start": { - "line": 2110, + "line": 2121, "column": 12 }, "end": { - "line": 2110, + "line": 2121, "column": 31 } } @@ -117583,16 +117855,16 @@ ], "kind": "let", "range": [ - 63962, - 63986 + 64290, + 64314 ], "loc": { "start": { - "line": 2110, + "line": 2121, "column": 8 }, "end": { - "line": 2110, + "line": 2121, "column": 32 } } @@ -117606,16 +117878,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 63999, - 64005 + 64327, + 64333 ], "loc": { "start": { - "line": 2111, + "line": 2122, "column": 12 }, "end": { - "line": 2111, + "line": 2122, "column": 18 } } @@ -117628,16 +117900,16 @@ "object": { "type": "ThisExpression", "range": [ - 64008, - 64012 + 64336, + 64340 ], "loc": { "start": { - "line": 2111, + "line": 2122, "column": 21 }, "end": { - "line": 2111, + "line": 2122, "column": 25 } } @@ -117646,31 +117918,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 64013, - 64022 + 64341, + 64350 ], "loc": { "start": { - "line": 2111, + "line": 2122, "column": 26 }, "end": { - "line": 2111, + "line": 2122, "column": 35 } } }, "range": [ - 64008, - 64022 + 64336, + 64350 ], "loc": { "start": { - "line": 2111, + "line": 2122, "column": 21 }, "end": { - "line": 2111, + "line": 2122, "column": 35 } } @@ -117681,47 +117953,47 @@ "value": true, "raw": "true", "range": [ - 64023, - 64027 + 64351, + 64355 ], "loc": { "start": { - "line": 2111, + "line": 2122, "column": 36 }, "end": { - "line": 2111, + "line": 2122, "column": 40 } } } ], "range": [ - 64008, - 64028 + 64336, + 64356 ], "loc": { "start": { - "line": 2111, + "line": 2122, "column": 21 }, "end": { - "line": 2111, + "line": 2122, "column": 41 } } }, "range": [ - 63999, - 64028 + 64327, + 64356 ], "loc": { "start": { - "line": 2111, + "line": 2122, "column": 12 }, "end": { - "line": 2111, + "line": 2122, "column": 41 } } @@ -117729,16 +118001,16 @@ ], "kind": "let", "range": [ - 63995, - 64029 + 64323, + 64357 ], "loc": { "start": { - "line": 2111, + "line": 2122, "column": 8 }, "end": { - "line": 2111, + "line": 2122, "column": 42 } } @@ -117752,16 +118024,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 64042, - 64051 + 64370, + 64379 ], "loc": { "start": { - "line": 2112, + "line": 2123, "column": 12 }, "end": { - "line": 2112, + "line": 2123, "column": 21 } } @@ -117770,31 +118042,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 64054, - 64056 + 64382, + 64384 ], "loc": { "start": { - "line": 2112, + "line": 2123, "column": 24 }, "end": { - "line": 2112, + "line": 2123, "column": 26 } } }, "range": [ - 64042, - 64056 + 64370, + 64384 ], "loc": { "start": { - "line": 2112, + "line": 2123, "column": 12 }, "end": { - "line": 2112, + "line": 2123, "column": 26 } } @@ -117802,16 +118074,16 @@ ], "kind": "let", "range": [ - 64038, - 64057 + 64366, + 64385 ], "loc": { "start": { - "line": 2112, + "line": 2123, "column": 8 }, "end": { - "line": 2112, + "line": 2123, "column": 27 } } @@ -117822,16 +118094,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 64071, - 64085 + 64399, + 64413 ], "loc": { "start": { - "line": 2114, + "line": 2125, "column": 12 }, "end": { - "line": 2114, + "line": 2125, "column": 26 } } @@ -117850,16 +118122,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 64101, - 64110 + 64429, + 64438 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 12 }, "end": { - "line": 2115, + "line": 2126, "column": 21 } } @@ -117868,31 +118140,31 @@ "type": "Identifier", "name": "push", "range": [ - 64111, - 64115 + 64439, + 64443 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 22 }, "end": { - "line": 2115, + "line": 2126, "column": 26 } } }, "range": [ - 64101, - 64115 + 64429, + 64443 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 12 }, "end": { - "line": 2115, + "line": 2126, "column": 26 } } @@ -117909,16 +118181,16 @@ "object": { "type": "ThisExpression", "range": [ - 64116, - 64120 + 64444, + 64448 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 27 }, "end": { - "line": 2115, + "line": 2126, "column": 31 } } @@ -117927,47 +118199,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 64121, - 64135 + 64449, + 64463 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 32 }, "end": { - "line": 2115, + "line": 2126, "column": 46 } } }, "range": [ - 64116, - 64135 + 64444, + 64463 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 27 }, "end": { - "line": 2115, + "line": 2126, "column": 46 } } }, "arguments": [], "range": [ - 64116, - 64137 + 64444, + 64465 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 27 }, "end": { - "line": 2115, + "line": 2126, "column": 48 } } @@ -117976,94 +118248,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 64138, - 64146 + 64466, + 64474 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 49 }, "end": { - "line": 2115, + "line": 2126, "column": 57 } } }, "range": [ - 64116, - 64147 + 64444, + 64475 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 27 }, "end": { - "line": 2115, + "line": 2126, "column": 58 } } } ], "range": [ - 64101, - 64148 + 64429, + 64476 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 12 }, "end": { - "line": 2115, + "line": 2126, "column": 59 } } }, "range": [ - 64101, - 64149 + 64429, + 64477 ], "loc": { "start": { - "line": 2115, + "line": 2126, "column": 12 }, "end": { - "line": 2115, + "line": 2126, "column": 60 } } } ], "range": [ - 64087, - 64159 + 64415, + 64487 ], "loc": { "start": { - "line": 2114, + "line": 2125, "column": 28 }, "end": { - "line": 2116, + "line": 2127, "column": 9 } } }, "alternate": null, "range": [ - 64067, - 64159 + 64395, + 64487 ], "loc": { "start": { - "line": 2114, + "line": 2125, "column": 8 }, "end": { - "line": 2116, + "line": 2127, "column": 9 } } @@ -118079,16 +118351,16 @@ "type": "Identifier", "name": "i", "range": [ - 64178, - 64179 + 64506, + 64507 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 17 }, "end": { - "line": 2118, + "line": 2129, "column": 18 } } @@ -118099,16 +118371,16 @@ "object": { "type": "ThisExpression", "range": [ - 64182, - 64186 + 64510, + 64514 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 21 }, "end": { - "line": 2118, + "line": 2129, "column": 25 } } @@ -118117,46 +118389,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 64187, - 64193 + 64515, + 64521 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 26 }, "end": { - "line": 2118, + "line": 2129, "column": 32 } } }, "range": [ - 64182, - 64193 + 64510, + 64521 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 21 }, "end": { - "line": 2118, + "line": 2129, "column": 32 } } }, "range": [ - 64178, - 64193 + 64506, + 64521 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 17 }, "end": { - "line": 2118, + "line": 2129, "column": 32 } } @@ -118164,16 +118436,16 @@ ], "kind": "let", "range": [ - 64174, - 64193 + 64502, + 64521 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 13 }, "end": { - "line": 2118, + "line": 2129, "column": 32 } } @@ -118185,16 +118457,16 @@ "type": "Identifier", "name": "i", "range": [ - 64195, - 64196 + 64523, + 64524 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 34 }, "end": { - "line": 2118, + "line": 2129, "column": 35 } } @@ -118203,31 +118475,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 64199, - 64205 + 64527, + 64533 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 38 }, "end": { - "line": 2118, + "line": 2129, "column": 44 } } }, "range": [ - 64195, - 64205 + 64523, + 64533 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 34 }, "end": { - "line": 2118, + "line": 2129, "column": 44 } } @@ -118239,32 +118511,32 @@ "type": "Identifier", "name": "i", "range": [ - 64207, - 64208 + 64535, + 64536 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 46 }, "end": { - "line": 2118, + "line": 2129, "column": 47 } } }, "prefix": false, "range": [ - 64207, - 64210 + 64535, + 64538 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 46 }, "end": { - "line": 2118, + "line": 2129, "column": 49 } } @@ -118281,16 +118553,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 64230, - 64242 + 64558, + 64570 ], "loc": { "start": { - "line": 2119, + "line": 2130, "column": 16 }, "end": { - "line": 2119, + "line": 2130, "column": 28 } } @@ -118300,31 +118572,31 @@ "value": false, "raw": "false", "range": [ - 64245, - 64250 + 64573, + 64578 ], "loc": { "start": { - "line": 2119, + "line": 2130, "column": 31 }, "end": { - "line": 2119, + "line": 2130, "column": 36 } } }, "range": [ - 64230, - 64250 + 64558, + 64578 ], "loc": { "start": { - "line": 2119, + "line": 2130, "column": 16 }, "end": { - "line": 2119, + "line": 2130, "column": 36 } } @@ -118332,16 +118604,16 @@ ], "kind": "let", "range": [ - 64226, - 64251 + 64554, + 64579 ], "loc": { "start": { - "line": 2119, + "line": 2130, "column": 12 }, "end": { - "line": 2119, + "line": 2130, "column": 37 } }, @@ -118350,16 +118622,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 64264, - 64319 + 64592, + 64647 ], "loc": { "start": { - "line": 2120, + "line": 2131, "column": 12 }, "end": { - "line": 2120, + "line": 2131, "column": 67 } } @@ -118378,16 +118650,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 64336, - 64343 + 64664, + 64671 ], "loc": { "start": { - "line": 2121, + "line": 2132, "column": 16 }, "end": { - "line": 2121, + "line": 2132, "column": 23 } } @@ -118396,31 +118668,31 @@ "type": "Identifier", "name": "length", "range": [ - 64344, - 64350 + 64672, + 64678 ], "loc": { "start": { - "line": 2121, + "line": 2132, "column": 24 }, "end": { - "line": 2121, + "line": 2132, "column": 30 } } }, "range": [ - 64336, - 64350 + 64664, + 64678 ], "loc": { "start": { - "line": 2121, + "line": 2132, "column": 16 }, "end": { - "line": 2121, + "line": 2132, "column": 30 } } @@ -118430,31 +118702,31 @@ "value": 0, "raw": "0", "range": [ - 64353, - 64354 + 64681, + 64682 ], "loc": { "start": { - "line": 2121, + "line": 2132, "column": 33 }, "end": { - "line": 2121, + "line": 2132, "column": 34 } } }, "range": [ - 64336, - 64354 + 64664, + 64682 ], "loc": { "start": { - "line": 2121, + "line": 2132, "column": 16 }, "end": { - "line": 2121, + "line": 2132, "column": 34 } } @@ -118471,16 +118743,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 64374, - 64386 + 64702, + 64714 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 16 }, "end": { - "line": 2122, + "line": 2133, "column": 28 } } @@ -118497,16 +118769,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 64389, - 64396 + 64717, + 64724 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 31 }, "end": { - "line": 2122, + "line": 2133, "column": 38 } } @@ -118515,31 +118787,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 64397, - 64404 + 64725, + 64732 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 39 }, "end": { - "line": 2122, + "line": 2133, "column": 46 } } }, "range": [ - 64389, - 64404 + 64717, + 64732 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 31 }, "end": { - "line": 2122, + "line": 2133, "column": 46 } } @@ -118549,32 +118821,32 @@ "type": "Identifier", "name": "i", "range": [ - 64405, - 64406 + 64733, + 64734 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 47 }, "end": { - "line": 2122, + "line": 2133, "column": 48 } } } ], "range": [ - 64389, - 64407 + 64717, + 64735 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 31 }, "end": { - "line": 2122, + "line": 2133, "column": 49 } } @@ -118587,109 +118859,109 @@ "value": 1, "raw": "1", "range": [ - 64413, - 64414 + 64741, + 64742 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 55 }, "end": { - "line": 2122, + "line": 2133, "column": 56 } } }, "prefix": true, "range": [ - 64412, - 64414 + 64740, + 64742 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 54 }, "end": { - "line": 2122, + "line": 2133, "column": 56 } } }, "range": [ - 64389, - 64414 + 64717, + 64742 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 31 }, "end": { - "line": 2122, + "line": 2133, "column": 56 } } }, "range": [ - 64374, - 64414 + 64702, + 64742 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 16 }, "end": { - "line": 2122, + "line": 2133, "column": 56 } } }, "range": [ - 64374, - 64415 + 64702, + 64743 ], "loc": { "start": { - "line": 2122, + "line": 2133, "column": 16 }, "end": { - "line": 2122, + "line": 2133, "column": 57 } } } ], "range": [ - 64356, - 64429 + 64684, + 64757 ], "loc": { "start": { - "line": 2121, + "line": 2132, "column": 36 }, "end": { - "line": 2123, + "line": 2134, "column": 13 } } }, "alternate": null, "range": [ - 64332, - 64429 + 64660, + 64757 ], "loc": { "start": { - "line": 2121, + "line": 2132, "column": 12 }, "end": { - "line": 2123, + "line": 2134, "column": 13 } }, @@ -118698,16 +118970,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 64264, - 64319 + 64592, + 64647 ], "loc": { "start": { - "line": 2120, + "line": 2131, "column": 12 }, "end": { - "line": 2120, + "line": 2131, "column": 67 } } @@ -118723,16 +118995,16 @@ "type": "Identifier", "name": "cell", "range": [ - 64446, - 64450 + 64774, + 64778 ], "loc": { "start": { - "line": 2124, + "line": 2135, "column": 16 }, "end": { - "line": 2124, + "line": 2135, "column": 20 } } @@ -118747,16 +119019,16 @@ "type": "Identifier", "name": "row", "range": [ - 64453, - 64456 + 64781, + 64784 ], "loc": { "start": { - "line": 2124, + "line": 2135, "column": 23 }, "end": { - "line": 2124, + "line": 2135, "column": 26 } } @@ -118765,31 +119037,31 @@ "type": "Identifier", "name": "i", "range": [ - 64457, - 64458 + 64785, + 64786 ], "loc": { "start": { - "line": 2124, + "line": 2135, "column": 27 }, "end": { - "line": 2124, + "line": 2135, "column": 28 } } }, "range": [ - 64453, - 64459 + 64781, + 64787 ], "loc": { "start": { - "line": 2124, + "line": 2135, "column": 23 }, "end": { - "line": 2124, + "line": 2135, "column": 29 } } @@ -118798,46 +119070,46 @@ "type": "Identifier", "name": "cells", "range": [ - 64460, - 64465 + 64788, + 64793 ], "loc": { "start": { - "line": 2124, + "line": 2135, "column": 30 }, "end": { - "line": 2124, + "line": 2135, "column": 35 } } }, "range": [ - 64453, - 64465 + 64781, + 64793 ], "loc": { "start": { - "line": 2124, + "line": 2135, "column": 23 }, "end": { - "line": 2124, + "line": 2135, "column": 35 } } }, "range": [ - 64446, - 64465 + 64774, + 64793 ], "loc": { "start": { - "line": 2124, + "line": 2135, "column": 16 }, "end": { - "line": 2124, + "line": 2135, "column": 35 } } @@ -118848,16 +119120,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 64483, - 64490 + 64811, + 64818 ], "loc": { "start": { - "line": 2125, + "line": 2136, "column": 16 }, "end": { - "line": 2125, + "line": 2136, "column": 23 } } @@ -118869,16 +119141,16 @@ "type": "Identifier", "name": "cell", "range": [ - 64493, - 64497 + 64821, + 64825 ], "loc": { "start": { - "line": 2125, + "line": 2136, "column": 26 }, "end": { - "line": 2125, + "line": 2136, "column": 30 } } @@ -118887,46 +119159,46 @@ "type": "Identifier", "name": "length", "range": [ - 64498, - 64504 + 64826, + 64832 ], "loc": { "start": { - "line": 2125, + "line": 2136, "column": 31 }, "end": { - "line": 2125, + "line": 2136, "column": 37 } } }, "range": [ - 64493, - 64504 + 64821, + 64832 ], "loc": { "start": { - "line": 2125, + "line": 2136, "column": 26 }, "end": { - "line": 2125, + "line": 2136, "column": 37 } } }, "range": [ - 64483, - 64504 + 64811, + 64832 ], "loc": { "start": { - "line": 2125, + "line": 2136, "column": 16 }, "end": { - "line": 2125, + "line": 2136, "column": 37 } } @@ -118934,16 +119206,16 @@ ], "kind": "let", "range": [ - 64442, - 64505 + 64770, + 64833 ], "loc": { "start": { - "line": 2124, + "line": 2135, "column": 12 }, "end": { - "line": 2125, + "line": 2136, "column": 38 } }, @@ -118952,16 +119224,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 64519, - 64572 + 64847, + 64900 ], "loc": { "start": { - "line": 2127, + "line": 2138, "column": 12 }, "end": { - "line": 2127, + "line": 2138, "column": 65 } } @@ -118980,16 +119252,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 64589, - 64596 + 64917, + 64924 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 16 }, "end": { - "line": 2128, + "line": 2139, "column": 23 } } @@ -119000,16 +119272,16 @@ "object": { "type": "ThisExpression", "range": [ - 64601, - 64605 + 64929, + 64933 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 28 }, "end": { - "line": 2128, + "line": 2139, "column": 32 } } @@ -119018,46 +119290,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 64606, - 64613 + 64934, + 64941 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 33 }, "end": { - "line": 2128, + "line": 2139, "column": 40 } } }, "range": [ - 64601, - 64613 + 64929, + 64941 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 28 }, "end": { - "line": 2128, + "line": 2139, "column": 40 } } }, "range": [ - 64589, - 64613 + 64917, + 64941 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 16 }, "end": { - "line": 2128, + "line": 2139, "column": 40 } } @@ -119069,47 +119341,47 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 64618, - 64630 + 64946, + 64958 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 45 }, "end": { - "line": 2128, + "line": 2139, "column": 57 } } }, "prefix": true, "range": [ - 64617, - 64630 + 64945, + 64958 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 44 }, "end": { - "line": 2128, + "line": 2139, "column": 57 } } }, "range": [ - 64589, - 64630 + 64917, + 64958 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 16 }, "end": { - "line": 2128, + "line": 2139, "column": 57 } } @@ -119128,16 +119400,16 @@ "type": "Identifier", "name": "j", "range": [ - 64708, - 64709 + 65036, + 65037 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 25 }, "end": { - "line": 2130, + "line": 2141, "column": 26 } } @@ -119147,31 +119419,31 @@ "value": 0, "raw": "0", "range": [ - 64712, - 64713 + 65040, + 65041 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 29 }, "end": { - "line": 2130, + "line": 2141, "column": 30 } } }, "range": [ - 64708, - 64713 + 65036, + 65041 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 25 }, "end": { - "line": 2130, + "line": 2141, "column": 30 } } @@ -119179,16 +119451,16 @@ ], "kind": "let", "range": [ - 64704, - 64713 + 65032, + 65041 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 21 }, "end": { - "line": 2130, + "line": 2141, "column": 30 } } @@ -119200,16 +119472,16 @@ "type": "Identifier", "name": "j", "range": [ - 64715, - 64716 + 65043, + 65044 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 32 }, "end": { - "line": 2130, + "line": 2141, "column": 33 } } @@ -119218,31 +119490,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 64719, - 64726 + 65047, + 65054 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 36 }, "end": { - "line": 2130, + "line": 2141, "column": 43 } } }, "range": [ - 64715, - 64726 + 65043, + 65054 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 32 }, "end": { - "line": 2130, + "line": 2141, "column": 43 } } @@ -119254,32 +119526,32 @@ "type": "Identifier", "name": "j", "range": [ - 64728, - 64729 + 65056, + 65057 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 45 }, "end": { - "line": 2130, + "line": 2141, "column": 46 } } }, "prefix": false, "range": [ - 64728, - 64731 + 65056, + 65059 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 45 }, "end": { - "line": 2130, + "line": 2141, "column": 48 } } @@ -119299,16 +119571,16 @@ "type": "Identifier", "name": "j", "range": [ - 64759, - 64760 + 65087, + 65088 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 24 }, "end": { - "line": 2131, + "line": 2142, "column": 25 } } @@ -119317,31 +119589,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 64765, - 64773 + 65093, + 65101 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 30 }, "end": { - "line": 2131, + "line": 2142, "column": 38 } } }, "range": [ - 64759, - 64773 + 65087, + 65101 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 24 }, "end": { - "line": 2131, + "line": 2142, "column": 38 } } @@ -119362,16 +119634,16 @@ "type": "Identifier", "name": "row", "range": [ - 64777, - 64780 + 65105, + 65108 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 42 }, "end": { - "line": 2131, + "line": 2142, "column": 45 } } @@ -119380,31 +119652,31 @@ "type": "Identifier", "name": "i", "range": [ - 64781, - 64782 + 65109, + 65110 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 46 }, "end": { - "line": 2131, + "line": 2142, "column": 47 } } }, "range": [ - 64777, - 64783 + 65105, + 65111 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 42 }, "end": { - "line": 2131, + "line": 2142, "column": 48 } } @@ -119413,31 +119685,31 @@ "type": "Identifier", "name": "style", "range": [ - 64784, - 64789 + 65112, + 65117 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 49 }, "end": { - "line": 2131, + "line": 2142, "column": 54 } } }, "range": [ - 64777, - 64789 + 65105, + 65117 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 42 }, "end": { - "line": 2131, + "line": 2142, "column": 54 } } @@ -119446,31 +119718,31 @@ "type": "Identifier", "name": "display", "range": [ - 64790, - 64797 + 65118, + 65125 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 55 }, "end": { - "line": 2131, + "line": 2142, "column": 62 } } }, "range": [ - 64777, - 64797 + 65105, + 65125 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 42 }, "end": { - "line": 2131, + "line": 2142, "column": 62 } } @@ -119480,46 +119752,46 @@ "value": "", "raw": "''", "range": [ - 64802, - 64804 + 65130, + 65132 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 67 }, "end": { - "line": 2131, + "line": 2142, "column": 69 } } }, "range": [ - 64777, - 64804 + 65105, + 65132 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 42 }, "end": { - "line": 2131, + "line": 2142, "column": 69 } } }, "range": [ - 64759, - 64804 + 65087, + 65132 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 24 }, "end": { - "line": 2131, + "line": 2142, "column": 69 } } @@ -119531,48 +119803,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 64832, - 64841 + 65160, + 65169 ], "loc": { "start": { - "line": 2132, + "line": 2143, "column": 24 }, "end": { - "line": 2132, + "line": 2143, "column": 33 } } } ], "range": [ - 64806, - 64863 + 65134, + 65191 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 71 }, "end": { - "line": 2133, + "line": 2144, "column": 21 } } }, "alternate": null, "range": [ - 64755, - 64863 + 65083, + 65191 ], "loc": { "start": { - "line": 2131, + "line": 2142, "column": 20 }, "end": { - "line": 2133, + "line": 2144, "column": 21 } } @@ -119586,16 +119858,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 64888, - 64896 + 65216, + 65224 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 24 }, "end": { - "line": 2134, + "line": 2145, "column": 32 } } @@ -119608,16 +119880,16 @@ "object": { "type": "ThisExpression", "range": [ - 64899, - 64903 + 65227, + 65231 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 35 }, "end": { - "line": 2134, + "line": 2145, "column": 39 } } @@ -119626,31 +119898,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 64904, - 64915 + 65232, + 65243 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 40 }, "end": { - "line": 2134, + "line": 2145, "column": 51 } } }, "range": [ - 64899, - 64915 + 65227, + 65243 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 35 }, "end": { - "line": 2134, + "line": 2145, "column": 51 } } @@ -119663,16 +119935,16 @@ "type": "Identifier", "name": "cell", "range": [ - 64916, - 64920 + 65244, + 65248 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 52 }, "end": { - "line": 2134, + "line": 2145, "column": 56 } } @@ -119681,62 +119953,62 @@ "type": "Identifier", "name": "j", "range": [ - 64921, - 64922 + 65249, + 65250 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 57 }, "end": { - "line": 2134, + "line": 2145, "column": 58 } } }, "range": [ - 64916, - 64923 + 65244, + 65251 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 52 }, "end": { - "line": 2134, + "line": 2145, "column": 59 } } } ], "range": [ - 64899, - 64924 + 65227, + 65252 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 35 }, "end": { - "line": 2134, + "line": 2145, "column": 60 } } }, "range": [ - 64888, - 64924 + 65216, + 65252 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 24 }, "end": { - "line": 2134, + "line": 2145, "column": 60 } } @@ -119744,16 +120016,16 @@ ], "kind": "let", "range": [ - 64884, - 64925 + 65212, + 65253 ], "loc": { "start": { - "line": 2134, + "line": 2145, "column": 20 }, "end": { - "line": 2134, + "line": 2145, "column": 61 } } @@ -119767,16 +120039,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 64950, - 64957 + 65278, + 65285 ], "loc": { "start": { - "line": 2135, + "line": 2146, "column": 24 }, "end": { - "line": 2135, + "line": 2146, "column": 31 } } @@ -119787,16 +120059,16 @@ "object": { "type": "ThisExpression", "range": [ - 64960, - 64964 + 65288, + 65292 ], "loc": { "start": { - "line": 2135, + "line": 2146, "column": 34 }, "end": { - "line": 2135, + "line": 2146, "column": 38 } } @@ -119805,46 +120077,46 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 64965, - 64981 + 65293, + 65309 ], "loc": { "start": { - "line": 2135, + "line": 2146, "column": 39 }, "end": { - "line": 2135, + "line": 2146, "column": 55 } } }, "range": [ - 64960, - 64981 + 65288, + 65309 ], "loc": { "start": { - "line": 2135, + "line": 2146, "column": 34 }, "end": { - "line": 2135, + "line": 2146, "column": 55 } } }, "range": [ - 64950, - 64981 + 65278, + 65309 ], "loc": { "start": { - "line": 2135, + "line": 2146, "column": 24 }, "end": { - "line": 2135, + "line": 2146, "column": 55 } } @@ -119852,16 +120124,16 @@ ], "kind": "let", "range": [ - 64946, - 64982 + 65274, + 65310 ], "loc": { "start": { - "line": 2135, + "line": 2146, "column": 20 }, "end": { - "line": 2135, + "line": 2146, "column": 56 } } @@ -119876,16 +120148,16 @@ "object": { "type": "ThisExpression", "range": [ - 65007, - 65011 + 65335, + 65339 ], "loc": { "start": { - "line": 2136, + "line": 2147, "column": 24 }, "end": { - "line": 2136, + "line": 2147, "column": 28 } } @@ -119894,31 +120166,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 65012, - 65019 + 65340, + 65347 ], "loc": { "start": { - "line": 2136, + "line": 2147, "column": 29 }, "end": { - "line": 2136, + "line": 2147, "column": 36 } } }, "range": [ - 65007, - 65019 + 65335, + 65347 ], "loc": { "start": { - "line": 2136, + "line": 2147, "column": 24 }, "end": { - "line": 2136, + "line": 2147, "column": 36 } } @@ -119928,16 +120200,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 65020, - 65028 + 65348, + 65356 ], "loc": { "start": { - "line": 2136, + "line": 2147, "column": 37 }, "end": { - "line": 2136, + "line": 2147, "column": 45 } } @@ -119949,48 +120221,48 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 65031, - 65047 + 65359, + 65375 ], "loc": { "start": { - "line": 2136, + "line": 2147, "column": 48 }, "end": { - "line": 2136, + "line": 2147, "column": 64 } } } ], "range": [ - 65030, - 65048 + 65358, + 65376 ], "loc": { "start": { - "line": 2136, + "line": 2147, "column": 47 }, "end": { - "line": 2136, + "line": 2147, "column": 65 } } } ], "range": [ - 65007, - 65049 + 65335, + 65377 ], "loc": { "start": { - "line": 2136, + "line": 2147, "column": 24 }, "end": { - "line": 2136, + "line": 2147, "column": 66 } } @@ -120007,16 +120279,16 @@ "type": "Identifier", "name": "colType", "range": [ - 65081, - 65088 + 65409, + 65416 ], "loc": { "start": { - "line": 2137, + "line": 2148, "column": 28 }, "end": { - "line": 2137, + "line": 2148, "column": 35 } } @@ -120030,16 +120302,16 @@ "object": { "type": "ThisExpression", "range": [ - 65091, - 65095 + 65419, + 65423 ], "loc": { "start": { - "line": 2137, + "line": 2148, "column": 38 }, "end": { - "line": 2137, + "line": 2148, "column": 42 } } @@ -120048,31 +120320,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 65096, - 65104 + 65424, + 65432 ], "loc": { "start": { - "line": 2137, + "line": 2148, "column": 43 }, "end": { - "line": 2137, + "line": 2148, "column": 51 } } }, "range": [ - 65091, - 65104 + 65419, + 65432 ], "loc": { "start": { - "line": 2137, + "line": 2148, "column": 38 }, "end": { - "line": 2137, + "line": 2148, "column": 51 } } @@ -120081,46 +120353,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 65105, - 65113 + 65433, + 65441 ], "loc": { "start": { - "line": 2137, + "line": 2148, "column": 52 }, "end": { - "line": 2137, + "line": 2148, "column": 60 } } }, "range": [ - 65091, - 65114 + 65419, + 65442 ], "loc": { "start": { - "line": 2137, + "line": 2148, "column": 38 }, "end": { - "line": 2137, + "line": 2148, "column": 61 } } }, "range": [ - 65081, - 65114 + 65409, + 65442 ], "loc": { "start": { - "line": 2137, + "line": 2148, "column": 28 }, "end": { - "line": 2137, + "line": 2148, "column": 61 } } @@ -120128,16 +120400,16 @@ ], "kind": "let", "range": [ - 65077, - 65115 + 65405, + 65443 ], "loc": { "start": { - "line": 2137, + "line": 2148, "column": 24 }, "end": { - "line": 2137, + "line": 2148, "column": 62 } } @@ -120153,16 +120425,16 @@ "type": "Identifier", "name": "colType", "range": [ - 65144, - 65151 + 65472, + 65479 ], "loc": { "start": { - "line": 2138, + "line": 2149, "column": 28 }, "end": { - "line": 2138, + "line": 2149, "column": 35 } } @@ -120171,31 +120443,31 @@ "type": "Identifier", "name": "hasOwnProperty", "range": [ - 65152, - 65166 + 65480, + 65494 ], "loc": { "start": { - "line": 2138, + "line": 2149, "column": 36 }, "end": { - "line": 2138, + "line": 2149, "column": 50 } } }, "range": [ - 65144, - 65166 + 65472, + 65494 ], "loc": { "start": { - "line": 2138, + "line": 2149, "column": 28 }, "end": { - "line": 2138, + "line": 2149, "column": 50 } } @@ -120206,32 +120478,32 @@ "value": "decimal", "raw": "'decimal'", "range": [ - 65167, - 65176 + 65495, + 65504 ], "loc": { "start": { - "line": 2138, + "line": 2149, "column": 51 }, "end": { - "line": 2138, + "line": 2149, "column": 60 } } } ], "range": [ - 65144, - 65177 + 65472, + 65505 ], "loc": { "start": { - "line": 2138, + "line": 2149, "column": 28 }, "end": { - "line": 2138, + "line": 2149, "column": 61 } } @@ -120248,16 +120520,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 65209, - 65216 + 65537, + 65544 ], "loc": { "start": { - "line": 2139, + "line": 2150, "column": 28 }, "end": { - "line": 2139, + "line": 2150, "column": 35 } } @@ -120269,16 +120541,16 @@ "type": "Identifier", "name": "colType", "range": [ - 65219, - 65226 + 65547, + 65554 ], "loc": { "start": { - "line": 2139, + "line": 2150, "column": 38 }, "end": { - "line": 2139, + "line": 2150, "column": 45 } } @@ -120287,125 +120559,125 @@ "type": "Identifier", "name": "decimal", "range": [ - 65227, - 65234 + 65555, + 65562 ], "loc": { "start": { - "line": 2139, + "line": 2150, "column": 46 }, "end": { - "line": 2139, + "line": 2150, "column": 53 } } }, "range": [ - 65219, - 65234 + 65547, + 65562 ], "loc": { "start": { - "line": 2139, + "line": 2150, "column": 38 }, "end": { - "line": 2139, + "line": 2150, "column": 53 } } }, "range": [ - 65209, - 65234 + 65537, + 65562 ], "loc": { "start": { - "line": 2139, + "line": 2150, "column": 28 }, "end": { - "line": 2139, + "line": 2150, "column": 53 } } }, "range": [ - 65209, - 65235 + 65537, + 65563 ], "loc": { "start": { - "line": 2139, + "line": 2150, "column": 28 }, "end": { - "line": 2139, + "line": 2150, "column": 54 } } } ], "range": [ - 65179, - 65261 + 65507, + 65589 ], "loc": { "start": { - "line": 2138, + "line": 2149, "column": 63 }, "end": { - "line": 2140, + "line": 2151, "column": 25 } } }, "alternate": null, "range": [ - 65140, - 65261 + 65468, + 65589 ], "loc": { "start": { - "line": 2138, + "line": 2149, "column": 24 }, "end": { - "line": 2140, + "line": 2151, "column": 25 } } } ], "range": [ - 65051, - 65283 + 65379, + 65611 ], "loc": { "start": { - "line": 2136, + "line": 2147, "column": 68 }, "end": { - "line": 2141, + "line": 2152, "column": 21 } } }, "alternate": null, "range": [ - 65003, - 65283 + 65331, + 65611 ], "loc": { "start": { - "line": 2136, + "line": 2147, "column": 20 }, "end": { - "line": 2141, + "line": 2152, "column": 21 } } @@ -120419,16 +120691,16 @@ "type": "Identifier", "name": "data", "range": [ - 65308, - 65312 + 65636, + 65640 ], "loc": { "start": { - "line": 2142, + "line": 2153, "column": 24 }, "end": { - "line": 2142, + "line": 2153, "column": 28 } } @@ -120439,16 +120711,16 @@ "type": "Identifier", "name": "num", "range": [ - 65315, - 65318 + 65643, + 65646 ], "loc": { "start": { - "line": 2142, + "line": 2153, "column": 31 }, "end": { - "line": 2142, + "line": 2153, "column": 34 } } @@ -120462,16 +120734,16 @@ "type": "Identifier", "name": "Number", "range": [ - 65345, - 65351 + 65673, + 65679 ], "loc": { "start": { - "line": 2143, + "line": 2154, "column": 24 }, "end": { - "line": 2143, + "line": 2154, "column": 30 } } @@ -120481,32 +120753,32 @@ "type": "Identifier", "name": "cellData", "range": [ - 65352, - 65360 + 65680, + 65688 ], "loc": { "start": { - "line": 2143, + "line": 2154, "column": 31 }, "end": { - "line": 2143, + "line": 2154, "column": 39 } } } ], "range": [ - 65345, - 65361 + 65673, + 65689 ], "loc": { "start": { - "line": 2143, + "line": 2154, "column": 24 }, "end": { - "line": 2143, + "line": 2154, "column": 40 } } @@ -120517,16 +120789,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 65365, - 65372 + 65693, + 65700 ], "loc": { "start": { - "line": 2143, + "line": 2154, "column": 44 }, "end": { - "line": 2143, + "line": 2154, "column": 51 } } @@ -120536,16 +120808,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 65373, - 65381 + 65701, + 65709 ], "loc": { "start": { - "line": 2143, + "line": 2154, "column": 52 }, "end": { - "line": 2143, + "line": 2154, "column": 60 } } @@ -120554,47 +120826,47 @@ "type": "Identifier", "name": "decimal", "range": [ - 65383, - 65390 + 65711, + 65718 ], "loc": { "start": { - "line": 2143, + "line": 2154, "column": 62 }, "end": { - "line": 2143, + "line": 2154, "column": 69 } } } ], "range": [ - 65365, - 65391 + 65693, + 65719 ], "loc": { "start": { - "line": 2143, + "line": 2154, "column": 44 }, "end": { - "line": 2143, + "line": 2154, "column": 70 } } }, "range": [ - 65345, - 65391 + 65673, + 65719 ], "loc": { "start": { - "line": 2143, + "line": 2154, "column": 24 }, "end": { - "line": 2143, + "line": 2154, "column": 70 } } @@ -120603,46 +120875,46 @@ "type": "Identifier", "name": "cellData", "range": [ - 65418, - 65426 + 65746, + 65754 ], "loc": { "start": { - "line": 2144, + "line": 2155, "column": 24 }, "end": { - "line": 2144, + "line": 2155, "column": 32 } } }, "range": [ - 65315, - 65426 + 65643, + 65754 ], "loc": { "start": { - "line": 2142, + "line": 2153, "column": 31 }, "end": { - "line": 2144, + "line": 2155, "column": 32 } } }, "range": [ - 65308, - 65426 + 65636, + 65754 ], "loc": { "start": { - "line": 2142, + "line": 2153, "column": 24 }, "end": { - "line": 2144, + "line": 2155, "column": 32 } } @@ -120650,16 +120922,16 @@ ], "kind": "let", "range": [ - 65304, - 65427 + 65632, + 65755 ], "loc": { "start": { - "line": 2142, + "line": 2153, "column": 20 }, "end": { - "line": 2144, + "line": 2155, "column": 33 } } @@ -120675,16 +120947,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 65448, - 65457 + 65776, + 65785 ], "loc": { "start": { - "line": 2145, + "line": 2156, "column": 20 }, "end": { - "line": 2145, + "line": 2156, "column": 29 } } @@ -120693,31 +120965,31 @@ "type": "Identifier", "name": "push", "range": [ - 65458, - 65462 + 65786, + 65790 ], "loc": { "start": { - "line": 2145, + "line": 2156, "column": 30 }, "end": { - "line": 2145, + "line": 2156, "column": 34 } } }, "range": [ - 65448, - 65462 + 65776, + 65790 ], "loc": { "start": { - "line": 2145, + "line": 2156, "column": 20 }, "end": { - "line": 2145, + "line": 2156, "column": 34 } } @@ -120727,78 +120999,78 @@ "type": "Identifier", "name": "data", "range": [ - 65463, - 65467 + 65791, + 65795 ], "loc": { "start": { - "line": 2145, + "line": 2156, "column": 35 }, "end": { - "line": 2145, + "line": 2156, "column": 39 } } } ], "range": [ - 65448, - 65468 + 65776, + 65796 ], "loc": { "start": { - "line": 2145, + "line": 2156, "column": 20 }, "end": { - "line": 2145, + "line": 2156, "column": 40 } } }, "range": [ - 65448, - 65469 + 65776, + 65797 ], "loc": { "start": { - "line": 2145, + "line": 2156, "column": 20 }, "end": { - "line": 2145, + "line": 2156, "column": 41 } } } ], "range": [ - 64733, - 65487 + 65061, + 65815 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 50 }, "end": { - "line": 2146, + "line": 2157, "column": 17 } } }, "range": [ - 64699, - 65487 + 65027, + 65815 ], "loc": { "start": { - "line": 2130, + "line": 2141, "column": 16 }, "end": { - "line": 2146, + "line": 2157, "column": 17 } }, @@ -120807,16 +121079,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 64650, - 64682 + 64978, + 65010 ], "loc": { "start": { - "line": 2129, + "line": 2140, "column": 16 }, "end": { - "line": 2129, + "line": 2140, "column": 48 } } @@ -120825,32 +121097,32 @@ } ], "range": [ - 64632, - 65501 + 64960, + 65829 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 59 }, "end": { - "line": 2147, + "line": 2158, "column": 13 } } }, "alternate": null, "range": [ - 64585, - 65501 + 64913, + 65829 ], "loc": { "start": { - "line": 2128, + "line": 2139, "column": 12 }, "end": { - "line": 2147, + "line": 2158, "column": 13 } }, @@ -120859,16 +121131,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 64519, - 64572 + 64847, + 64900 ], "loc": { "start": { - "line": 2127, + "line": 2138, "column": 12 }, "end": { - "line": 2127, + "line": 2138, "column": 65 } } @@ -120877,31 +121149,31 @@ } ], "range": [ - 64212, - 65511 + 64540, + 65839 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 51 }, "end": { - "line": 2148, + "line": 2159, "column": 9 } } }, "range": [ - 64169, - 65511 + 64497, + 65839 ], "loc": { "start": { - "line": 2118, + "line": 2129, "column": 8 }, "end": { - "line": 2148, + "line": 2159, "column": 9 } } @@ -120912,47 +121184,47 @@ "type": "Identifier", "name": "colValues", "range": [ - 65527, - 65536 + 65855, + 65864 ], "loc": { "start": { - "line": 2149, + "line": 2160, "column": 15 }, "end": { - "line": 2149, + "line": 2160, "column": 24 } } }, "range": [ - 65520, - 65537 + 65848, + 65865 ], "loc": { "start": { - "line": 2149, + "line": 2160, "column": 8 }, "end": { - "line": 2149, + "line": 2160, "column": 25 } } } ], "range": [ - 63893, - 65543 + 64221, + 65871 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 78 }, "end": { - "line": 2150, + "line": 2161, "column": 5 } } @@ -120960,16 +121232,16 @@ "generator": false, "expression": false, "range": [ - 63831, - 65543 + 64159, + 65871 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 16 }, "end": { - "line": 2150, + "line": 2161, "column": 5 } } @@ -120977,16 +121249,16 @@ "kind": "method", "computed": false, "range": [ - 63819, - 65543 + 64147, + 65871 ], "loc": { "start": { - "line": 2106, + "line": 2117, "column": 4 }, "end": { - "line": 2150, + "line": 2161, "column": 5 } }, @@ -120995,16 +121267,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": [ - 63430, - 63814 + 63758, + 64142 ], "loc": { "start": { - "line": 2098, + "line": 2109, "column": 4 }, "end": { - "line": 2105, + "line": 2116, "column": 7 } } @@ -121015,16 +121287,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": [ - 65549, - 65701 + 65877, + 66029 ], "loc": { "start": { - "line": 2152, + "line": 2163, "column": 4 }, "end": { - "line": 2156, + "line": 2167, "column": 7 } } @@ -121038,16 +121310,16 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 65706, - 65720 + 66034, + 66048 ], "loc": { "start": { - "line": 2157, + "line": 2168, "column": 4 }, "end": { - "line": 2157, + "line": 2168, "column": 18 } } @@ -121060,16 +121332,16 @@ "type": "Identifier", "name": "index", "range": [ - 65721, - 65726 + 66049, + 66054 ], "loc": { "start": { - "line": 2157, + "line": 2168, "column": 19 }, "end": { - "line": 2157, + "line": 2168, "column": 24 } } @@ -121089,16 +121361,16 @@ "object": { "type": "ThisExpression", "range": [ - 65743, - 65747 + 66071, + 66075 ], "loc": { "start": { - "line": 2158, + "line": 2169, "column": 13 }, "end": { - "line": 2158, + "line": 2169, "column": 17 } } @@ -121107,47 +121379,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65748, - 65755 + 66076, + 66083 ], "loc": { "start": { - "line": 2158, + "line": 2169, "column": 18 }, "end": { - "line": 2158, + "line": 2169, "column": 25 } } }, "range": [ - 65743, - 65755 + 66071, + 66083 ], "loc": { "start": { - "line": 2158, + "line": 2169, "column": 13 }, "end": { - "line": 2158, + "line": 2169, "column": 25 } } }, "prefix": true, "range": [ - 65742, - 65755 + 66070, + 66083 ], "loc": { "start": { - "line": 2158, + "line": 2169, "column": 12 }, "end": { - "line": 2158, + "line": 2169, "column": 25 } } @@ -121159,48 +121431,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65771, - 65778 + 66099, + 66106 ], "loc": { "start": { - "line": 2159, + "line": 2170, "column": 12 }, "end": { - "line": 2159, + "line": 2170, "column": 19 } } } ], "range": [ - 65757, - 65788 + 66085, + 66116 ], "loc": { "start": { - "line": 2158, + "line": 2169, "column": 27 }, "end": { - "line": 2160, + "line": 2171, "column": 9 } } }, "alternate": null, "range": [ - 65738, - 65788 + 66066, + 66116 ], "loc": { "start": { - "line": 2158, + "line": 2169, "column": 8 }, "end": { - "line": 2160, + "line": 2171, "column": 9 } } @@ -121214,16 +121486,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65801, - 65809 + 66129, + 66137 ], "loc": { "start": { - "line": 2161, + "line": 2172, "column": 12 }, "end": { - "line": 2161, + "line": 2172, "column": 20 } } @@ -121233,31 +121505,31 @@ "value": "", "raw": "''", "range": [ - 65812, - 65814 + 66140, + 66142 ], "loc": { "start": { - "line": 2161, + "line": 2172, "column": 23 }, "end": { - "line": 2161, + "line": 2172, "column": 25 } } }, "range": [ - 65801, - 65814 + 66129, + 66142 ], "loc": { "start": { - "line": 2161, + "line": 2172, "column": 12 }, "end": { - "line": 2161, + "line": 2172, "column": 25 } } @@ -121265,16 +121537,16 @@ ], "kind": "let", "range": [ - 65797, - 65815 + 66125, + 66143 ], "loc": { "start": { - "line": 2161, + "line": 2172, "column": 8 }, "end": { - "line": 2161, + "line": 2172, "column": 26 } } @@ -121288,16 +121560,16 @@ "type": "Identifier", "name": "flt", "range": [ - 65828, - 65831 + 66156, + 66159 ], "loc": { "start": { - "line": 2162, + "line": 2173, "column": 12 }, "end": { - "line": 2162, + "line": 2173, "column": 15 } } @@ -121310,16 +121582,16 @@ "object": { "type": "ThisExpression", "range": [ - 65834, - 65838 + 66162, + 66166 ], "loc": { "start": { - "line": 2162, + "line": 2173, "column": 18 }, "end": { - "line": 2162, + "line": 2173, "column": 22 } } @@ -121328,31 +121600,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 65839, - 65855 + 66167, + 66183 ], "loc": { "start": { - "line": 2162, + "line": 2173, "column": 23 }, "end": { - "line": 2162, + "line": 2173, "column": 39 } } }, "range": [ - 65834, - 65855 + 66162, + 66183 ], "loc": { "start": { - "line": 2162, + "line": 2173, "column": 18 }, "end": { - "line": 2162, + "line": 2173, "column": 39 } } @@ -121362,47 +121634,47 @@ "type": "Identifier", "name": "index", "range": [ - 65856, - 65861 + 66184, + 66189 ], "loc": { "start": { - "line": 2162, + "line": 2173, "column": 40 }, "end": { - "line": 2162, + "line": 2173, "column": 45 } } } ], "range": [ - 65834, - 65862 + 66162, + 66190 ], "loc": { "start": { - "line": 2162, + "line": 2173, "column": 18 }, "end": { - "line": 2162, + "line": 2173, "column": 46 } } }, "range": [ - 65828, - 65862 + 66156, + 66190 ], "loc": { "start": { - "line": 2162, + "line": 2173, "column": 12 }, "end": { - "line": 2162, + "line": 2173, "column": 46 } } @@ -121410,16 +121682,16 @@ ], "kind": "let", "range": [ - 65824, - 65863 + 66152, + 66191 ], "loc": { "start": { - "line": 2162, + "line": 2173, "column": 8 }, "end": { - "line": 2162, + "line": 2173, "column": 47 } } @@ -121433,32 +121705,32 @@ "type": "Identifier", "name": "flt", "range": [ - 65877, - 65880 + 66205, + 66208 ], "loc": { "start": { - "line": 2163, + "line": 2174, "column": 13 }, "end": { - "line": 2163, + "line": 2174, "column": 16 } } }, "prefix": true, "range": [ - 65876, - 65880 + 66204, + 66208 ], "loc": { "start": { - "line": 2163, + "line": 2174, "column": 12 }, "end": { - "line": 2163, + "line": 2174, "column": 16 } } @@ -121472,63 +121744,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65903, - 65911 + 66231, + 66239 ], "loc": { "start": { - "line": 2164, + "line": 2175, "column": 19 }, "end": { - "line": 2164, + "line": 2175, "column": 27 } } }, "range": [ - 65896, - 65912 + 66224, + 66240 ], "loc": { "start": { - "line": 2164, + "line": 2175, "column": 12 }, "end": { - "line": 2164, + "line": 2175, "column": 28 } } } ], "range": [ - 65882, - 65922 + 66210, + 66250 ], "loc": { "start": { - "line": 2163, + "line": 2174, "column": 18 }, "end": { - "line": 2165, + "line": 2176, "column": 9 } } }, "alternate": null, "range": [ - 65872, - 65922 + 66200, + 66250 ], "loc": { "start": { - "line": 2163, + "line": 2174, "column": 8 }, "end": { - "line": 2165, + "line": 2176, "column": 9 } } @@ -121542,16 +121814,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65936, - 65946 + 66264, + 66274 ], "loc": { "start": { - "line": 2167, + "line": 2178, "column": 12 }, "end": { - "line": 2167, + "line": 2178, "column": 22 } } @@ -121564,16 +121836,16 @@ "object": { "type": "ThisExpression", "range": [ - 65949, - 65953 + 66277, + 66281 ], "loc": { "start": { - "line": 2167, + "line": 2178, "column": 25 }, "end": { - "line": 2167, + "line": 2178, "column": 29 } } @@ -121582,31 +121854,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 65954, - 65967 + 66282, + 66295 ], "loc": { "start": { - "line": 2167, + "line": 2178, "column": 30 }, "end": { - "line": 2167, + "line": 2178, "column": 43 } } }, "range": [ - 65949, - 65967 + 66277, + 66295 ], "loc": { "start": { - "line": 2167, + "line": 2178, "column": 25 }, "end": { - "line": 2167, + "line": 2178, "column": 43 } } @@ -121616,47 +121888,47 @@ "type": "Identifier", "name": "index", "range": [ - 65968, - 65973 + 66296, + 66301 ], "loc": { "start": { - "line": 2167, + "line": 2178, "column": 44 }, "end": { - "line": 2167, + "line": 2178, "column": 49 } } } ], "range": [ - 65949, - 65974 + 66277, + 66302 ], "loc": { "start": { - "line": 2167, + "line": 2178, "column": 25 }, "end": { - "line": 2167, + "line": 2178, "column": 50 } } }, "range": [ - 65936, - 65974 + 66264, + 66302 ], "loc": { "start": { - "line": 2167, + "line": 2178, "column": 12 }, "end": { - "line": 2167, + "line": 2178, "column": 50 } } @@ -121664,16 +121936,16 @@ ], "kind": "let", "range": [ - 65932, - 65975 + 66260, + 66303 ], "loc": { "start": { - "line": 2167, + "line": 2178, "column": 8 }, "end": { - "line": 2167, + "line": 2178, "column": 51 } } @@ -121690,16 +121962,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65988, - 65998 + 66316, + 66326 ], "loc": { "start": { - "line": 2168, + "line": 2179, "column": 12 }, "end": { - "line": 2168, + "line": 2179, "column": 22 } } @@ -121708,31 +121980,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 66003, - 66011 + 66331, + 66339 ], "loc": { "start": { - "line": 2168, + "line": 2179, "column": 27 }, "end": { - "line": 2168, + "line": 2179, "column": 35 } } }, "range": [ - 65988, - 66011 + 66316, + 66339 ], "loc": { "start": { - "line": 2168, + "line": 2179, "column": 12 }, "end": { - "line": 2168, + "line": 2179, "column": 35 } } @@ -121744,16 +122016,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66015, - 66025 + 66343, + 66353 ], "loc": { "start": { - "line": 2168, + "line": 2179, "column": 39 }, "end": { - "line": 2168, + "line": 2179, "column": 49 } } @@ -121762,46 +122034,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 66030, - 66039 + 66358, + 66367 ], "loc": { "start": { - "line": 2168, + "line": 2179, "column": 54 }, "end": { - "line": 2168, + "line": 2179, "column": 63 } } }, "range": [ - 66015, - 66039 + 66343, + 66367 ], "loc": { "start": { - "line": 2168, + "line": 2179, "column": 39 }, "end": { - "line": 2168, + "line": 2179, "column": 63 } } }, "range": [ - 65988, - 66039 + 66316, + 66367 ], "loc": { "start": { - "line": 2168, + "line": 2179, "column": 12 }, "end": { - "line": 2168, + "line": 2179, "column": 63 } } @@ -121818,16 +122090,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66055, - 66063 + 66383, + 66391 ], "loc": { "start": { - "line": 2169, + "line": 2180, "column": 12 }, "end": { - "line": 2169, + "line": 2180, "column": 20 } } @@ -121839,16 +122111,16 @@ "type": "Identifier", "name": "flt", "range": [ - 66066, - 66069 + 66394, + 66397 ], "loc": { "start": { - "line": 2169, + "line": 2180, "column": 23 }, "end": { - "line": 2169, + "line": 2180, "column": 26 } } @@ -121857,77 +122129,77 @@ "type": "Identifier", "name": "value", "range": [ - 66070, - 66075 + 66398, + 66403 ], "loc": { "start": { - "line": 2169, + "line": 2180, "column": 27 }, "end": { - "line": 2169, + "line": 2180, "column": 32 } } }, "range": [ - 66066, - 66075 + 66394, + 66403 ], "loc": { "start": { - "line": 2169, + "line": 2180, "column": 23 }, "end": { - "line": 2169, + "line": 2180, "column": 32 } } }, "range": [ - 66055, - 66075 + 66383, + 66403 ], "loc": { "start": { - "line": 2169, + "line": 2180, "column": 12 }, "end": { - "line": 2169, + "line": 2180, "column": 32 } } }, "range": [ - 66055, - 66076 + 66383, + 66404 ], "loc": { "start": { - "line": 2169, + "line": 2180, "column": 12 }, "end": { - "line": 2169, + "line": 2180, "column": 33 } } } ], "range": [ - 66041, - 66086 + 66369, + 66414 ], "loc": { "start": { - "line": 2168, + "line": 2179, "column": 65 }, "end": { - "line": 2170, + "line": 2181, "column": 9 } }, @@ -121936,16 +122208,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 66095, - 66111 + 66423, + 66439 ], "loc": { "start": { - "line": 2171, + "line": 2182, "column": 8 }, "end": { - "line": 2171, + "line": 2182, "column": 24 } } @@ -121961,16 +122233,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66129, - 66139 + 66457, + 66467 ], "loc": { "start": { - "line": 2172, + "line": 2183, "column": 17 }, "end": { - "line": 2172, + "line": 2183, "column": 27 } } @@ -121979,31 +122251,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 66144, - 66152 + 66472, + 66480 ], "loc": { "start": { - "line": 2172, + "line": 2183, "column": 32 }, "end": { - "line": 2172, + "line": 2183, "column": 40 } } }, "range": [ - 66129, - 66152 + 66457, + 66480 ], "loc": { "start": { - "line": 2172, + "line": 2183, "column": 17 }, "end": { - "line": 2172, + "line": 2183, "column": 40 } } @@ -122020,16 +122292,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66168, - 66176 + 66496, + 66504 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 12 }, "end": { - "line": 2173, + "line": 2184, "column": 20 } } @@ -122047,16 +122319,16 @@ "object": { "type": "ThisExpression", "range": [ - 66179, - 66183 + 66507, + 66511 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 23 }, "end": { - "line": 2173, + "line": 2184, "column": 27 } } @@ -122065,31 +122337,31 @@ "type": "Identifier", "name": "feature", "range": [ - 66184, - 66191 + 66512, + 66519 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 28 }, "end": { - "line": 2173, + "line": 2184, "column": 35 } } }, "range": [ - 66179, - 66191 + 66507, + 66519 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 23 }, "end": { - "line": 2173, + "line": 2184, "column": 35 } } @@ -122100,32 +122372,32 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 66192, - 66202 + 66520, + 66530 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 36 }, "end": { - "line": 2173, + "line": 2184, "column": 46 } } } ], "range": [ - 66179, - 66203 + 66507, + 66531 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 23 }, "end": { - "line": 2173, + "line": 2184, "column": 47 } } @@ -122134,31 +122406,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 66204, - 66213 + 66532, + 66541 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 48 }, "end": { - "line": 2173, + "line": 2184, "column": 57 } } }, "range": [ - 66179, - 66213 + 66507, + 66541 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 23 }, "end": { - "line": 2173, + "line": 2184, "column": 57 } } @@ -122168,78 +122440,78 @@ "type": "Identifier", "name": "index", "range": [ - 66214, - 66219 + 66542, + 66547 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 58 }, "end": { - "line": 2173, + "line": 2184, "column": 63 } } } ], "range": [ - 66179, - 66220 + 66507, + 66548 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 23 }, "end": { - "line": 2173, + "line": 2184, "column": 64 } } }, "range": [ - 66168, - 66220 + 66496, + 66548 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 12 }, "end": { - "line": 2173, + "line": 2184, "column": 64 } } }, "range": [ - 66168, - 66221 + 66496, + 66549 ], "loc": { "start": { - "line": 2173, + "line": 2184, "column": 12 }, "end": { - "line": 2173, + "line": 2184, "column": 65 } } } ], "range": [ - 66154, - 66231 + 66482, + 66559 ], "loc": { "start": { - "line": 2172, + "line": 2183, "column": 42 }, "end": { - "line": 2174, + "line": 2185, "column": 9 } }, @@ -122248,16 +122520,16 @@ "type": "Line", "value": "checklist", "range": [ - 66240, - 66251 + 66568, + 66579 ], "loc": { "start": { - "line": 2175, + "line": 2186, "column": 8 }, "end": { - "line": 2175, + "line": 2186, "column": 19 } } @@ -122273,16 +122545,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66269, - 66279 + 66597, + 66607 ], "loc": { "start": { - "line": 2176, + "line": 2187, "column": 17 }, "end": { - "line": 2176, + "line": 2187, "column": 27 } } @@ -122291,31 +122563,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 66284, - 66293 + 66612, + 66621 ], "loc": { "start": { - "line": 2176, + "line": 2187, "column": 32 }, "end": { - "line": 2176, + "line": 2187, "column": 41 } } }, "range": [ - 66269, - 66293 + 66597, + 66621 ], "loc": { "start": { - "line": 2176, + "line": 2187, "column": 17 }, "end": { - "line": 2176, + "line": 2187, "column": 41 } } @@ -122332,16 +122604,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66309, - 66317 + 66637, + 66645 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 12 }, "end": { - "line": 2177, + "line": 2188, "column": 20 } } @@ -122359,16 +122631,16 @@ "object": { "type": "ThisExpression", "range": [ - 66320, - 66324 + 66648, + 66652 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 23 }, "end": { - "line": 2177, + "line": 2188, "column": 27 } } @@ -122377,31 +122649,31 @@ "type": "Identifier", "name": "feature", "range": [ - 66325, - 66332 + 66653, + 66660 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 28 }, "end": { - "line": 2177, + "line": 2188, "column": 35 } } }, "range": [ - 66320, - 66332 + 66648, + 66660 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 23 }, "end": { - "line": 2177, + "line": 2188, "column": 35 } } @@ -122412,32 +122684,32 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 66333, - 66344 + 66661, + 66672 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 36 }, "end": { - "line": 2177, + "line": 2188, "column": 47 } } } ], "range": [ - 66320, - 66345 + 66648, + 66673 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 23 }, "end": { - "line": 2177, + "line": 2188, "column": 48 } } @@ -122446,31 +122718,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 66346, - 66355 + 66674, + 66683 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 49 }, "end": { - "line": 2177, + "line": 2188, "column": 58 } } }, "range": [ - 66320, - 66355 + 66648, + 66683 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 23 }, "end": { - "line": 2177, + "line": 2188, "column": 58 } } @@ -122480,94 +122752,94 @@ "type": "Identifier", "name": "index", "range": [ - 66356, - 66361 + 66684, + 66689 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 59 }, "end": { - "line": 2177, + "line": 2188, "column": 64 } } } ], "range": [ - 66320, - 66362 + 66648, + 66690 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 23 }, "end": { - "line": 2177, + "line": 2188, "column": 65 } } }, "range": [ - 66309, - 66362 + 66637, + 66690 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 12 }, "end": { - "line": 2177, + "line": 2188, "column": 65 } } }, "range": [ - 66309, - 66363 + 66637, + 66691 ], "loc": { "start": { - "line": 2177, + "line": 2188, "column": 12 }, "end": { - "line": 2177, + "line": 2188, "column": 66 } } } ], "range": [ - 66295, - 66373 + 66623, + 66701 ], "loc": { "start": { - "line": 2176, + "line": 2187, "column": 43 }, "end": { - "line": 2178, + "line": 2189, "column": 9 } } }, "alternate": null, "range": [ - 66265, - 66373 + 66593, + 66701 ], "loc": { "start": { - "line": 2176, + "line": 2187, "column": 13 }, "end": { - "line": 2178, + "line": 2189, "column": 9 } }, @@ -122576,16 +122848,16 @@ "type": "Line", "value": "checklist", "range": [ - 66240, - 66251 + 66568, + 66579 ], "loc": { "start": { - "line": 2175, + "line": 2186, "column": 8 }, "end": { - "line": 2175, + "line": 2186, "column": 19 } } @@ -122593,16 +122865,16 @@ ] }, "range": [ - 66125, - 66373 + 66453, + 66701 ], "loc": { "start": { - "line": 2172, + "line": 2183, "column": 13 }, "end": { - "line": 2178, + "line": 2189, "column": 9 } }, @@ -122611,16 +122883,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 66095, - 66111 + 66423, + 66439 ], "loc": { "start": { - "line": 2171, + "line": 2182, "column": 8 }, "end": { - "line": 2171, + "line": 2182, "column": 24 } } @@ -122628,16 +122900,16 @@ ] }, "range": [ - 65984, - 66373 + 66312, + 66701 ], "loc": { "start": { - "line": 2168, + "line": 2179, "column": 8 }, "end": { - "line": 2178, + "line": 2189, "column": 9 } }, @@ -122646,16 +122918,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 66382, - 66450 + 66710, + 66778 ], "loc": { "start": { - "line": 2179, + "line": 2190, "column": 8 }, "end": { - "line": 2179, + "line": 2190, "column": 76 } } @@ -122664,16 +122936,16 @@ "type": "Line", "value": "empty string", "range": [ - 66459, - 66473 + 66787, + 66801 ], "loc": { "start": { - "line": 2180, + "line": 2191, "column": 8 }, "end": { - "line": 2180, + "line": 2191, "column": 22 } } @@ -122694,16 +122966,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 66486, - 66493 + 66814, + 66821 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 12 }, "end": { - "line": 2181, + "line": 2192, "column": 19 } } @@ -122713,32 +122985,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66494, - 66502 + 66822, + 66830 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 20 }, "end": { - "line": 2181, + "line": 2192, "column": 28 } } } ], "range": [ - 66486, - 66503 + 66814, + 66831 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 12 }, "end": { - "line": 2181, + "line": 2192, "column": 29 } } @@ -122753,16 +123025,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66507, - 66515 + 66835, + 66843 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 33 }, "end": { - "line": 2181, + "line": 2192, "column": 41 } } @@ -122771,31 +123043,31 @@ "type": "Identifier", "name": "length", "range": [ - 66516, - 66522 + 66844, + 66850 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 42 }, "end": { - "line": 2181, + "line": 2192, "column": 48 } } }, "range": [ - 66507, - 66522 + 66835, + 66850 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 33 }, "end": { - "line": 2181, + "line": 2192, "column": 48 } } @@ -122805,46 +123077,46 @@ "value": 0, "raw": "0", "range": [ - 66527, - 66528 + 66855, + 66856 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 53 }, "end": { - "line": 2181, + "line": 2192, "column": 54 } } }, "range": [ - 66507, - 66528 + 66835, + 66856 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 33 }, "end": { - "line": 2181, + "line": 2192, "column": 54 } } }, "range": [ - 66486, - 66528 + 66814, + 66856 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 12 }, "end": { - "line": 2181, + "line": 2192, "column": 54 } } @@ -122862,16 +123134,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66545, - 66553 + 66873, + 66881 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 13 }, "end": { - "line": 2182, + "line": 2193, "column": 21 } } @@ -122880,31 +123152,31 @@ "type": "Identifier", "name": "length", "range": [ - 66554, - 66560 + 66882, + 66888 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 22 }, "end": { - "line": 2182, + "line": 2193, "column": 28 } } }, "range": [ - 66545, - 66560 + 66873, + 66888 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 13 }, "end": { - "line": 2182, + "line": 2193, "column": 28 } } @@ -122914,31 +123186,31 @@ "value": 1, "raw": "1", "range": [ - 66565, - 66566 + 66893, + 66894 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 33 }, "end": { - "line": 2182, + "line": 2193, "column": 34 } } }, "range": [ - 66545, - 66566 + 66873, + 66894 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 13 }, "end": { - "line": 2182, + "line": 2193, "column": 34 } } @@ -122953,16 +123225,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66570, - 66578 + 66898, + 66906 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 38 }, "end": { - "line": 2182, + "line": 2193, "column": 46 } } @@ -122972,31 +123244,31 @@ "value": 0, "raw": "0", "range": [ - 66579, - 66580 + 66907, + 66908 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 47 }, "end": { - "line": 2182, + "line": 2193, "column": 48 } } }, "range": [ - 66570, - 66581 + 66898, + 66909 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 38 }, "end": { - "line": 2182, + "line": 2193, "column": 49 } } @@ -123006,61 +123278,61 @@ "value": "", "raw": "''", "range": [ - 66586, - 66588 + 66914, + 66916 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 54 }, "end": { - "line": 2182, + "line": 2193, "column": 56 } } }, "range": [ - 66570, - 66588 + 66898, + 66916 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 38 }, "end": { - "line": 2182, + "line": 2193, "column": 56 } } }, "range": [ - 66545, - 66588 + 66873, + 66916 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 13 }, "end": { - "line": 2182, + "line": 2193, "column": 56 } } }, "range": [ - 66486, - 66589 + 66814, + 66917 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 12 }, "end": { - "line": 2182, + "line": 2193, "column": 57 } } @@ -123077,16 +123349,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66605, - 66613 + 66933, + 66941 ], "loc": { "start": { - "line": 2183, + "line": 2194, "column": 12 }, "end": { - "line": 2183, + "line": 2194, "column": 20 } } @@ -123096,78 +123368,78 @@ "value": "", "raw": "''", "range": [ - 66616, - 66618 + 66944, + 66946 ], "loc": { "start": { - "line": 2183, + "line": 2194, "column": 23 }, "end": { - "line": 2183, + "line": 2194, "column": 25 } } }, "range": [ - 66605, - 66618 + 66933, + 66946 ], "loc": { "start": { - "line": 2183, + "line": 2194, "column": 12 }, "end": { - "line": 2183, + "line": 2194, "column": 25 } } }, "range": [ - 66605, - 66619 + 66933, + 66947 ], "loc": { "start": { - "line": 2183, + "line": 2194, "column": 12 }, "end": { - "line": 2183, + "line": 2194, "column": 26 } } } ], "range": [ - 66591, - 66629 + 66919, + 66957 ], "loc": { "start": { - "line": 2182, + "line": 2193, "column": 59 }, "end": { - "line": 2184, + "line": 2195, "column": 9 } } }, "alternate": null, "range": [ - 66482, - 66629 + 66810, + 66957 ], "loc": { "start": { - "line": 2181, + "line": 2192, "column": 8 }, "end": { - "line": 2184, + "line": 2195, "column": 9 } }, @@ -123176,16 +123448,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 66382, - 66450 + 66710, + 66778 ], "loc": { "start": { - "line": 2179, + "line": 2190, "column": 8 }, "end": { - "line": 2179, + "line": 2190, "column": 76 } } @@ -123194,16 +123466,16 @@ "type": "Line", "value": "empty string", "range": [ - 66459, - 66473 + 66787, + 66801 ], "loc": { "start": { - "line": 2180, + "line": 2191, "column": 8 }, "end": { - "line": 2180, + "line": 2191, "column": 22 } } @@ -123216,47 +123488,47 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66646, - 66654 + 66974, + 66982 ], "loc": { "start": { - "line": 2186, + "line": 2197, "column": 15 }, "end": { - "line": 2186, + "line": 2197, "column": 23 } } }, "range": [ - 66639, - 66655 + 66967, + 66983 ], "loc": { "start": { - "line": 2186, + "line": 2197, "column": 8 }, "end": { - "line": 2186, + "line": 2197, "column": 24 } } } ], "range": [ - 65728, - 66661 + 66056, + 66989 ], "loc": { "start": { - "line": 2157, + "line": 2168, "column": 26 }, "end": { - "line": 2187, + "line": 2198, "column": 5 } } @@ -123264,16 +123536,16 @@ "generator": false, "expression": false, "range": [ - 65720, - 66661 + 66048, + 66989 ], "loc": { "start": { - "line": 2157, + "line": 2168, "column": 18 }, "end": { - "line": 2187, + "line": 2198, "column": 5 } } @@ -123281,16 +123553,16 @@ "kind": "method", "computed": false, "range": [ - 65706, - 66661 + 66034, + 66989 ], "loc": { "start": { - "line": 2157, + "line": 2168, "column": 4 }, "end": { - "line": 2187, + "line": 2198, "column": 5 } }, @@ -123299,16 +123571,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": [ - 65549, - 65701 + 65877, + 66029 ], "loc": { "start": { - "line": 2152, + "line": 2163, "column": 4 }, "end": { - "line": 2156, + "line": 2167, "column": 7 } } @@ -123319,16 +123591,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 66667, - 66759 + 66995, + 67087 ], "loc": { "start": { - "line": 2189, + "line": 2200, "column": 4 }, "end": { - "line": 2192, + "line": 2203, "column": 7 } } @@ -123342,16 +123614,16 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 66764, - 66779 + 67092, + 67107 ], "loc": { "start": { - "line": 2193, + "line": 2204, "column": 4 }, "end": { - "line": 2193, + "line": 2204, "column": 19 } } @@ -123374,16 +123646,16 @@ "object": { "type": "ThisExpression", "range": [ - 66797, - 66801 + 67125, + 67129 ], "loc": { "start": { - "line": 2194, + "line": 2205, "column": 13 }, "end": { - "line": 2194, + "line": 2205, "column": 17 } } @@ -123392,47 +123664,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 66802, - 66809 + 67130, + 67137 ], "loc": { "start": { - "line": 2194, + "line": 2205, "column": 18 }, "end": { - "line": 2194, + "line": 2205, "column": 25 } } }, "range": [ - 66797, - 66809 + 67125, + 67137 ], "loc": { "start": { - "line": 2194, + "line": 2205, "column": 13 }, "end": { - "line": 2194, + "line": 2205, "column": 25 } } }, "prefix": true, "range": [ - 66796, - 66809 + 67124, + 67137 ], "loc": { "start": { - "line": 2194, + "line": 2205, "column": 12 }, "end": { - "line": 2194, + "line": 2205, "column": 25 } } @@ -123444,48 +123716,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 66825, - 66832 + 67153, + 67160 ], "loc": { "start": { - "line": 2195, + "line": 2206, "column": 12 }, "end": { - "line": 2195, + "line": 2206, "column": 19 } } } ], "range": [ - 66811, - 66842 + 67139, + 67170 ], "loc": { "start": { - "line": 2194, + "line": 2205, "column": 27 }, "end": { - "line": 2196, + "line": 2207, "column": 9 } } }, "alternate": null, "range": [ - 66792, - 66842 + 67120, + 67170 ], "loc": { "start": { - "line": 2194, + "line": 2205, "column": 8 }, "end": { - "line": 2196, + "line": 2207, "column": 9 } } @@ -123499,16 +123771,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 66855, - 66865 + 67183, + 67193 ], "loc": { "start": { - "line": 2197, + "line": 2208, "column": 12 }, "end": { - "line": 2197, + "line": 2208, "column": 22 } } @@ -123517,31 +123789,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 66868, - 66870 + 67196, + 67198 ], "loc": { "start": { - "line": 2197, + "line": 2208, "column": 25 }, "end": { - "line": 2197, + "line": 2208, "column": 27 } } }, "range": [ - 66855, - 66870 + 67183, + 67198 ], "loc": { "start": { - "line": 2197, + "line": 2208, "column": 12 }, "end": { - "line": 2197, + "line": 2208, "column": 27 } } @@ -123549,16 +123821,16 @@ ], "kind": "let", "range": [ - 66851, - 66871 + 67179, + 67199 ], "loc": { "start": { - "line": 2197, + "line": 2208, "column": 8 }, "end": { - "line": 2197, + "line": 2208, "column": 28 } } @@ -123574,16 +123846,16 @@ "type": "Identifier", "name": "i", "range": [ - 66889, - 66890 + 67217, + 67218 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 17 }, "end": { - "line": 2198, + "line": 2209, "column": 18 } } @@ -123593,31 +123865,31 @@ "value": 0, "raw": "0", "range": [ - 66893, - 66894 + 67221, + 67222 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 21 }, "end": { - "line": 2198, + "line": 2209, "column": 22 } } }, "range": [ - 66889, - 66894 + 67217, + 67222 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 17 }, "end": { - "line": 2198, + "line": 2209, "column": 22 } } @@ -123628,16 +123900,16 @@ "type": "Identifier", "name": "len", "range": [ - 66896, - 66899 + 67224, + 67227 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 24 }, "end": { - "line": 2198, + "line": 2209, "column": 27 } } @@ -123651,16 +123923,16 @@ "object": { "type": "ThisExpression", "range": [ - 66902, - 66906 + 67230, + 67234 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 30 }, "end": { - "line": 2198, + "line": 2209, "column": 34 } } @@ -123669,31 +123941,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 66907, - 66913 + 67235, + 67241 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 35 }, "end": { - "line": 2198, + "line": 2209, "column": 41 } } }, "range": [ - 66902, - 66913 + 67230, + 67241 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 30 }, "end": { - "line": 2198, + "line": 2209, "column": 41 } } @@ -123702,46 +123974,46 @@ "type": "Identifier", "name": "length", "range": [ - 66914, - 66920 + 67242, + 67248 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 42 }, "end": { - "line": 2198, + "line": 2209, "column": 48 } } }, "range": [ - 66902, - 66920 + 67230, + 67248 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 30 }, "end": { - "line": 2198, + "line": 2209, "column": 48 } } }, "range": [ - 66896, - 66920 + 67224, + 67248 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 24 }, "end": { - "line": 2198, + "line": 2209, "column": 48 } } @@ -123749,16 +124021,16 @@ ], "kind": "let", "range": [ - 66885, - 66920 + 67213, + 67248 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 13 }, "end": { - "line": 2198, + "line": 2209, "column": 48 } } @@ -123770,16 +124042,16 @@ "type": "Identifier", "name": "i", "range": [ - 66922, - 66923 + 67250, + 67251 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 50 }, "end": { - "line": 2198, + "line": 2209, "column": 51 } } @@ -123788,31 +124060,31 @@ "type": "Identifier", "name": "len", "range": [ - 66926, - 66929 + 67254, + 67257 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 54 }, "end": { - "line": 2198, + "line": 2209, "column": 57 } } }, "range": [ - 66922, - 66929 + 67250, + 67257 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 50 }, "end": { - "line": 2198, + "line": 2209, "column": 57 } } @@ -123824,32 +124096,32 @@ "type": "Identifier", "name": "i", "range": [ - 66931, - 66932 + 67259, + 67260 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 59 }, "end": { - "line": 2198, + "line": 2209, "column": 60 } } }, "prefix": false, "range": [ - 66931, - 66934 + 67259, + 67262 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 59 }, "end": { - "line": 2198, + "line": 2209, "column": 62 } } @@ -123866,16 +124138,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 66954, - 66962 + 67282, + 67290 ], "loc": { "start": { - "line": 2199, + "line": 2210, "column": 16 }, "end": { - "line": 2199, + "line": 2210, "column": 24 } } @@ -123888,16 +124160,16 @@ "object": { "type": "ThisExpression", "range": [ - 66965, - 66969 + 67293, + 67297 ], "loc": { "start": { - "line": 2199, + "line": 2210, "column": 27 }, "end": { - "line": 2199, + "line": 2210, "column": 31 } } @@ -123906,31 +124178,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 66970, - 66984 + 67298, + 67312 ], "loc": { "start": { - "line": 2199, + "line": 2210, "column": 32 }, "end": { - "line": 2199, + "line": 2210, "column": 46 } } }, "range": [ - 66965, - 66984 + 67293, + 67312 ], "loc": { "start": { - "line": 2199, + "line": 2210, "column": 27 }, "end": { - "line": 2199, + "line": 2210, "column": 46 } } @@ -123940,47 +124212,47 @@ "type": "Identifier", "name": "i", "range": [ - 66985, - 66986 + 67313, + 67314 ], "loc": { "start": { - "line": 2199, + "line": 2210, "column": 47 }, "end": { - "line": 2199, + "line": 2210, "column": 48 } } } ], "range": [ - 66965, - 66987 + 67293, + 67315 ], "loc": { "start": { - "line": 2199, + "line": 2210, "column": 27 }, "end": { - "line": 2199, + "line": 2210, "column": 49 } } }, "range": [ - 66954, - 66987 + 67282, + 67315 ], "loc": { "start": { - "line": 2199, + "line": 2210, "column": 16 }, "end": { - "line": 2199, + "line": 2210, "column": 49 } } @@ -123988,16 +124260,16 @@ ], "kind": "let", "range": [ - 66950, - 66988 + 67278, + 67316 ], "loc": { "start": { - "line": 2199, + "line": 2210, "column": 12 }, "end": { - "line": 2199, + "line": 2210, "column": 50 } } @@ -124010,16 +124282,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 67005, - 67012 + 67333, + 67340 ], "loc": { "start": { - "line": 2200, + "line": 2211, "column": 16 }, "end": { - "line": 2200, + "line": 2211, "column": 23 } } @@ -124029,32 +124301,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 67013, - 67021 + 67341, + 67349 ], "loc": { "start": { - "line": 2200, + "line": 2211, "column": 24 }, "end": { - "line": 2200, + "line": 2211, "column": 32 } } } ], "range": [ - 67005, - 67022 + 67333, + 67350 ], "loc": { "start": { - "line": 2200, + "line": 2211, "column": 16 }, "end": { - "line": 2200, + "line": 2211, "column": 33 } } @@ -124073,16 +124345,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 67042, - 67052 + 67370, + 67380 ], "loc": { "start": { - "line": 2201, + "line": 2212, "column": 16 }, "end": { - "line": 2201, + "line": 2212, "column": 26 } } @@ -124091,31 +124363,31 @@ "type": "Identifier", "name": "push", "range": [ - 67053, - 67057 + 67381, + 67385 ], "loc": { "start": { - "line": 2201, + "line": 2212, "column": 27 }, "end": { - "line": 2201, + "line": 2212, "column": 31 } } }, "range": [ - 67042, - 67057 + 67370, + 67385 ], "loc": { "start": { - "line": 2201, + "line": 2212, "column": 16 }, "end": { - "line": 2201, + "line": 2212, "column": 31 } } @@ -124125,63 +124397,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 67058, - 67066 + 67386, + 67394 ], "loc": { "start": { - "line": 2201, + "line": 2212, "column": 32 }, "end": { - "line": 2201, + "line": 2212, "column": 40 } } } ], "range": [ - 67042, - 67067 + 67370, + 67395 ], "loc": { "start": { - "line": 2201, + "line": 2212, "column": 16 }, "end": { - "line": 2201, + "line": 2212, "column": 41 } } }, "range": [ - 67042, - 67068 + 67370, + 67396 ], "loc": { "start": { - "line": 2201, + "line": 2212, "column": 16 }, "end": { - "line": 2201, + "line": 2212, "column": 42 } } } ], "range": [ - 67024, - 67082 + 67352, + 67410 ], "loc": { "start": { - "line": 2200, + "line": 2211, "column": 35 }, "end": { - "line": 2202, + "line": 2213, "column": 13 } } @@ -124200,16 +124472,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 67106, - 67116 + 67434, + 67444 ], "loc": { "start": { - "line": 2203, + "line": 2214, "column": 16 }, "end": { - "line": 2203, + "line": 2214, "column": 26 } } @@ -124218,31 +124490,31 @@ "type": "Identifier", "name": "push", "range": [ - 67117, - 67121 + 67445, + 67449 ], "loc": { "start": { - "line": 2203, + "line": 2214, "column": 27 }, "end": { - "line": 2203, + "line": 2214, "column": 31 } } }, "range": [ - 67106, - 67121 + 67434, + 67449 ], "loc": { "start": { - "line": 2203, + "line": 2214, "column": 16 }, "end": { - "line": 2203, + "line": 2214, "column": 31 } } @@ -124254,16 +124526,16 @@ "type": "Identifier", "name": "trim", "range": [ - 67122, - 67126 + 67450, + 67454 ], "loc": { "start": { - "line": 2203, + "line": 2214, "column": 32 }, "end": { - "line": 2203, + "line": 2214, "column": 36 } } @@ -124273,125 +124545,125 @@ "type": "Identifier", "name": "fltValue", "range": [ - 67127, - 67135 + 67455, + 67463 ], "loc": { "start": { - "line": 2203, + "line": 2214, "column": 37 }, "end": { - "line": 2203, + "line": 2214, "column": 45 } } } ], "range": [ - 67122, - 67136 + 67450, + 67464 ], "loc": { "start": { - "line": 2203, + "line": 2214, "column": 32 }, "end": { - "line": 2203, + "line": 2214, "column": 46 } } } ], "range": [ - 67106, - 67137 + 67434, + 67465 ], "loc": { "start": { - "line": 2203, + "line": 2214, "column": 16 }, "end": { - "line": 2203, + "line": 2214, "column": 47 } } }, "range": [ - 67106, - 67138 + 67434, + 67466 ], "loc": { "start": { - "line": 2203, + "line": 2214, "column": 16 }, "end": { - "line": 2203, + "line": 2214, "column": 48 } } } ], "range": [ - 67088, - 67152 + 67416, + 67480 ], "loc": { "start": { - "line": 2202, + "line": 2213, "column": 19 }, "end": { - "line": 2204, + "line": 2215, "column": 13 } } }, "range": [ - 67001, - 67152 + 67329, + 67480 ], "loc": { "start": { - "line": 2200, + "line": 2211, "column": 12 }, "end": { - "line": 2204, + "line": 2215, "column": 13 } } } ], "range": [ - 66936, - 67162 + 67264, + 67490 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 64 }, "end": { - "line": 2205, + "line": 2216, "column": 9 } } }, "range": [ - 66880, - 67162 + 67208, + 67490 ], "loc": { "start": { - "line": 2198, + "line": 2209, "column": 8 }, "end": { - "line": 2205, + "line": 2216, "column": 9 } } @@ -124402,47 +124674,47 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 67178, - 67188 + 67506, + 67516 ], "loc": { "start": { - "line": 2206, + "line": 2217, "column": 15 }, "end": { - "line": 2206, + "line": 2217, "column": 25 } } }, "range": [ - 67171, - 67189 + 67499, + 67517 ], "loc": { "start": { - "line": 2206, + "line": 2217, "column": 8 }, "end": { - "line": 2206, + "line": 2217, "column": 26 } } } ], "range": [ - 66782, - 67195 + 67110, + 67523 ], "loc": { "start": { - "line": 2193, + "line": 2204, "column": 22 }, "end": { - "line": 2207, + "line": 2218, "column": 5 } } @@ -124450,16 +124722,16 @@ "generator": false, "expression": false, "range": [ - 66779, - 67195 + 67107, + 67523 ], "loc": { "start": { - "line": 2193, + "line": 2204, "column": 19 }, "end": { - "line": 2207, + "line": 2218, "column": 5 } } @@ -124467,16 +124739,16 @@ "kind": "method", "computed": false, "range": [ - 66764, - 67195 + 67092, + 67523 ], "loc": { "start": { - "line": 2193, + "line": 2204, "column": 4 }, "end": { - "line": 2207, + "line": 2218, "column": 5 } }, @@ -124485,16 +124757,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 66667, - 66759 + 66995, + 67087 ], "loc": { "start": { - "line": 2189, + "line": 2200, "column": 4 }, "end": { - "line": 2192, + "line": 2203, "column": 7 } } @@ -124505,16 +124777,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": [ - 67201, - 67364 + 67529, + 67692 ], "loc": { "start": { - "line": 2209, + "line": 2220, "column": 4 }, "end": { - "line": 2213, + "line": 2224, "column": 7 } } @@ -124528,16 +124800,16 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 67369, - 67380 + 67697, + 67708 ], "loc": { "start": { - "line": 2214, + "line": 2225, "column": 4 }, "end": { - "line": 2214, + "line": 2225, "column": 15 } } @@ -124550,16 +124822,16 @@ "type": "Identifier", "name": "index", "range": [ - 67381, - 67386 + 67709, + 67714 ], "loc": { "start": { - "line": 2214, + "line": 2225, "column": 16 }, "end": { - "line": 2214, + "line": 2225, "column": 21 } } @@ -124579,16 +124851,16 @@ "object": { "type": "ThisExpression", "range": [ - 67403, - 67407 + 67731, + 67735 ], "loc": { "start": { - "line": 2215, + "line": 2226, "column": 13 }, "end": { - "line": 2215, + "line": 2226, "column": 17 } } @@ -124597,47 +124869,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 67408, - 67415 + 67736, + 67743 ], "loc": { "start": { - "line": 2215, + "line": 2226, "column": 18 }, "end": { - "line": 2215, + "line": 2226, "column": 25 } } }, "range": [ - 67403, - 67415 + 67731, + 67743 ], "loc": { "start": { - "line": 2215, + "line": 2226, "column": 13 }, "end": { - "line": 2215, + "line": 2226, "column": 25 } } }, "prefix": true, "range": [ - 67402, - 67415 + 67730, + 67743 ], "loc": { "start": { - "line": 2215, + "line": 2226, "column": 12 }, "end": { - "line": 2215, + "line": 2226, "column": 25 } } @@ -124649,48 +124921,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 67431, - 67438 + 67759, + 67766 ], "loc": { "start": { - "line": 2216, + "line": 2227, "column": 12 }, "end": { - "line": 2216, + "line": 2227, "column": 19 } } } ], "range": [ - 67417, - 67448 + 67745, + 67776 ], "loc": { "start": { - "line": 2215, + "line": 2226, "column": 27 }, "end": { - "line": 2217, + "line": 2228, "column": 9 } } }, "alternate": null, "range": [ - 67398, - 67448 + 67726, + 67776 ], "loc": { "start": { - "line": 2215, + "line": 2226, "column": 8 }, "end": { - "line": 2217, + "line": 2228, "column": 9 } } @@ -124706,16 +124978,16 @@ "object": { "type": "ThisExpression", "range": [ - 67464, - 67468 + 67792, + 67796 ], "loc": { "start": { - "line": 2218, + "line": 2229, "column": 15 }, "end": { - "line": 2218, + "line": 2229, "column": 19 } } @@ -124724,31 +124996,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 67469, - 67475 + 67797, + 67803 ], "loc": { "start": { - "line": 2218, + "line": 2229, "column": 20 }, "end": { - "line": 2218, + "line": 2229, "column": 26 } } }, "range": [ - 67464, - 67475 + 67792, + 67803 ], "loc": { "start": { - "line": 2218, + "line": 2229, "column": 15 }, "end": { - "line": 2218, + "line": 2229, "column": 26 } } @@ -124757,62 +125029,62 @@ "type": "Identifier", "name": "index", "range": [ - 67476, - 67481 + 67804, + 67809 ], "loc": { "start": { - "line": 2218, + "line": 2229, "column": 27 }, "end": { - "line": 2218, + "line": 2229, "column": 32 } } }, "range": [ - 67464, - 67482 + 67792, + 67810 ], "loc": { "start": { - "line": 2218, + "line": 2229, "column": 15 }, "end": { - "line": 2218, + "line": 2229, "column": 33 } } }, "range": [ - 67457, - 67483 + 67785, + 67811 ], "loc": { "start": { - "line": 2218, + "line": 2229, "column": 8 }, "end": { - "line": 2218, + "line": 2229, "column": 34 } } } ], "range": [ - 67388, - 67489 + 67716, + 67817 ], "loc": { "start": { - "line": 2214, + "line": 2225, "column": 23 }, "end": { - "line": 2219, + "line": 2230, "column": 5 } } @@ -124820,16 +125092,16 @@ "generator": false, "expression": false, "range": [ - 67380, - 67489 + 67708, + 67817 ], "loc": { "start": { - "line": 2214, + "line": 2225, "column": 15 }, "end": { - "line": 2219, + "line": 2230, "column": 5 } } @@ -124837,16 +125109,16 @@ "kind": "method", "computed": false, "range": [ - 67369, - 67489 + 67697, + 67817 ], "loc": { "start": { - "line": 2214, + "line": 2225, "column": 4 }, "end": { - "line": 2219, + "line": 2230, "column": 5 } }, @@ -124855,16 +125127,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": [ - 67201, - 67364 + 67529, + 67692 ], "loc": { "start": { - "line": 2209, + "line": 2220, "column": 4 }, "end": { - "line": 2213, + "line": 2224, "column": 7 } } @@ -124875,16 +125147,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": [ - 67495, - 67896 + 67823, + 68224 ], "loc": { "start": { - "line": 2221, + "line": 2232, "column": 4 }, "end": { - "line": 2229, + "line": 2240, "column": 7 } } @@ -124898,16 +125170,16 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 67901, - 67917 + 68229, + 68245 ], "loc": { "start": { - "line": 2230, + "line": 2241, "column": 4 }, "end": { - "line": 2230, + "line": 2241, "column": 20 } } @@ -124920,16 +125192,16 @@ "type": "Identifier", "name": "type", "range": [ - 67918, - 67922 + 68246, + 68250 ], "loc": { "start": { - "line": 2230, + "line": 2241, "column": 21 }, "end": { - "line": 2230, + "line": 2241, "column": 25 } } @@ -124938,16 +125210,16 @@ "type": "Identifier", "name": "bool", "range": [ - 67924, - 67928 + 68252, + 68256 ], "loc": { "start": { - "line": 2230, + "line": 2241, "column": 27 }, "end": { - "line": 2230, + "line": 2241, "column": 31 } } @@ -124967,16 +125239,16 @@ "object": { "type": "ThisExpression", "range": [ - 67945, - 67949 + 68273, + 68277 ], "loc": { "start": { - "line": 2231, + "line": 2242, "column": 13 }, "end": { - "line": 2231, + "line": 2242, "column": 17 } } @@ -124985,47 +125257,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 67950, - 67957 + 68278, + 68285 ], "loc": { "start": { - "line": 2231, + "line": 2242, "column": 18 }, "end": { - "line": 2231, + "line": 2242, "column": 25 } } }, "range": [ - 67945, - 67957 + 68273, + 68285 ], "loc": { "start": { - "line": 2231, + "line": 2242, "column": 13 }, "end": { - "line": 2231, + "line": 2242, "column": 25 } } }, "prefix": true, "range": [ - 67944, - 67957 + 68272, + 68285 ], "loc": { "start": { - "line": 2231, + "line": 2242, "column": 12 }, "end": { - "line": 2231, + "line": 2242, "column": 25 } } @@ -125037,48 +125309,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 67973, - 67980 + 68301, + 68308 ], "loc": { "start": { - "line": 2232, + "line": 2243, "column": 12 }, "end": { - "line": 2232, + "line": 2243, "column": 19 } } } ], "range": [ - 67959, - 67990 + 68287, + 68318 ], "loc": { "start": { - "line": 2231, + "line": 2242, "column": 27 }, "end": { - "line": 2233, + "line": 2244, "column": 9 } } }, "alternate": null, "range": [ - 67940, - 67990 + 68268, + 68318 ], "loc": { "start": { - "line": 2231, + "line": 2242, "column": 8 }, "end": { - "line": 2233, + "line": 2244, "column": 9 } } @@ -125092,16 +125364,16 @@ "type": "Identifier", "name": "arr", "range": [ - 68003, - 68006 + 68331, + 68334 ], "loc": { "start": { - "line": 2234, + "line": 2245, "column": 12 }, "end": { - "line": 2234, + "line": 2245, "column": 15 } } @@ -125110,31 +125382,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 68009, - 68011 + 68337, + 68339 ], "loc": { "start": { - "line": 2234, + "line": 2245, "column": 18 }, "end": { - "line": 2234, + "line": 2245, "column": 20 } } }, "range": [ - 68003, - 68011 + 68331, + 68339 ], "loc": { "start": { - "line": 2234, + "line": 2245, "column": 12 }, "end": { - "line": 2234, + "line": 2245, "column": 20 } } @@ -125142,16 +125414,16 @@ ], "kind": "let", "range": [ - 67999, - 68012 + 68327, + 68340 ], "loc": { "start": { - "line": 2234, + "line": 2245, "column": 8 }, "end": { - "line": 2234, + "line": 2245, "column": 21 } } @@ -125167,16 +125439,16 @@ "type": "Identifier", "name": "i", "range": [ - 68030, - 68031 + 68358, + 68359 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 17 }, "end": { - "line": 2235, + "line": 2246, "column": 18 } } @@ -125186,31 +125458,31 @@ "value": 0, "raw": "0", "range": [ - 68034, - 68035 + 68362, + 68363 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 21 }, "end": { - "line": 2235, + "line": 2246, "column": 22 } } }, "range": [ - 68030, - 68035 + 68358, + 68363 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 17 }, "end": { - "line": 2235, + "line": 2246, "column": 22 } } @@ -125221,16 +125493,16 @@ "type": "Identifier", "name": "len", "range": [ - 68037, - 68040 + 68365, + 68368 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 24 }, "end": { - "line": 2235, + "line": 2246, "column": 27 } } @@ -125244,16 +125516,16 @@ "object": { "type": "ThisExpression", "range": [ - 68043, - 68047 + 68371, + 68375 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 30 }, "end": { - "line": 2235, + "line": 2246, "column": 34 } } @@ -125262,31 +125534,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 68048, - 68054 + 68376, + 68382 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 35 }, "end": { - "line": 2235, + "line": 2246, "column": 41 } } }, "range": [ - 68043, - 68054 + 68371, + 68382 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 30 }, "end": { - "line": 2235, + "line": 2246, "column": 41 } } @@ -125295,46 +125567,46 @@ "type": "Identifier", "name": "length", "range": [ - 68055, - 68061 + 68383, + 68389 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 42 }, "end": { - "line": 2235, + "line": 2246, "column": 48 } } }, "range": [ - 68043, - 68061 + 68371, + 68389 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 30 }, "end": { - "line": 2235, + "line": 2246, "column": 48 } } }, "range": [ - 68037, - 68061 + 68365, + 68389 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 24 }, "end": { - "line": 2235, + "line": 2246, "column": 48 } } @@ -125342,16 +125614,16 @@ ], "kind": "let", "range": [ - 68026, - 68061 + 68354, + 68389 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 13 }, "end": { - "line": 2235, + "line": 2246, "column": 48 } } @@ -125363,16 +125635,16 @@ "type": "Identifier", "name": "i", "range": [ - 68063, - 68064 + 68391, + 68392 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 50 }, "end": { - "line": 2235, + "line": 2246, "column": 51 } } @@ -125381,31 +125653,31 @@ "type": "Identifier", "name": "len", "range": [ - 68067, - 68070 + 68395, + 68398 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 54 }, "end": { - "line": 2235, + "line": 2246, "column": 57 } } }, "range": [ - 68063, - 68070 + 68391, + 68398 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 50 }, "end": { - "line": 2235, + "line": 2246, "column": 57 } } @@ -125417,32 +125689,32 @@ "type": "Identifier", "name": "i", "range": [ - 68072, - 68073 + 68400, + 68401 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 59 }, "end": { - "line": 2235, + "line": 2246, "column": 60 } } }, "prefix": false, "range": [ - 68072, - 68075 + 68400, + 68403 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 59 }, "end": { - "line": 2235, + "line": 2246, "column": 62 } } @@ -125459,16 +125731,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 68095, - 68102 + 68423, + 68430 ], "loc": { "start": { - "line": 2236, + "line": 2247, "column": 16 }, "end": { - "line": 2236, + "line": 2247, "column": 23 } } @@ -125481,16 +125753,16 @@ "object": { "type": "ThisExpression", "range": [ - 68105, - 68109 + 68433, + 68437 ], "loc": { "start": { - "line": 2236, + "line": 2247, "column": 26 }, "end": { - "line": 2236, + "line": 2247, "column": 30 } } @@ -125499,31 +125771,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 68110, - 68123 + 68438, + 68451 ], "loc": { "start": { - "line": 2236, + "line": 2247, "column": 31 }, "end": { - "line": 2236, + "line": 2247, "column": 44 } } }, "range": [ - 68105, - 68123 + 68433, + 68451 ], "loc": { "start": { - "line": 2236, + "line": 2247, "column": 26 }, "end": { - "line": 2236, + "line": 2247, "column": 44 } } @@ -125533,47 +125805,47 @@ "type": "Identifier", "name": "i", "range": [ - 68124, - 68125 + 68452, + 68453 ], "loc": { "start": { - "line": 2236, + "line": 2247, "column": 45 }, "end": { - "line": 2236, + "line": 2247, "column": 46 } } } ], "range": [ - 68105, - 68126 + 68433, + 68454 ], "loc": { "start": { - "line": 2236, + "line": 2247, "column": 26 }, "end": { - "line": 2236, + "line": 2247, "column": 47 } } }, "range": [ - 68095, - 68126 + 68423, + 68454 ], "loc": { "start": { - "line": 2236, + "line": 2247, "column": 16 }, "end": { - "line": 2236, + "line": 2247, "column": 47 } } @@ -125581,16 +125853,16 @@ ], "kind": "let", "range": [ - 68091, - 68127 + 68419, + 68455 ], "loc": { "start": { - "line": 2236, + "line": 2247, "column": 12 }, "end": { - "line": 2236, + "line": 2247, "column": 48 } } @@ -125604,16 +125876,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 68144, - 68151 + 68472, + 68479 ], "loc": { "start": { - "line": 2237, + "line": 2248, "column": 16 }, "end": { - "line": 2237, + "line": 2248, "column": 23 } } @@ -125627,16 +125899,16 @@ "type": "Identifier", "name": "type", "range": [ - 68156, - 68160 + 68484, + 68488 ], "loc": { "start": { - "line": 2237, + "line": 2248, "column": 28 }, "end": { - "line": 2237, + "line": 2248, "column": 32 } } @@ -125645,62 +125917,62 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 68161, - 68172 + 68489, + 68500 ], "loc": { "start": { - "line": 2237, + "line": 2248, "column": 33 }, "end": { - "line": 2237, + "line": 2248, "column": 44 } } }, "range": [ - 68156, - 68172 + 68484, + 68500 ], "loc": { "start": { - "line": 2237, + "line": 2248, "column": 28 }, "end": { - "line": 2237, + "line": 2248, "column": 44 } } }, "arguments": [], "range": [ - 68156, - 68174 + 68484, + 68502 ], "loc": { "start": { - "line": 2237, + "line": 2248, "column": 28 }, "end": { - "line": 2237, + "line": 2248, "column": 46 } } }, "range": [ - 68144, - 68174 + 68472, + 68502 ], "loc": { "start": { - "line": 2237, + "line": 2248, "column": 16 }, "end": { - "line": 2237, + "line": 2248, "column": 46 } } @@ -125717,16 +125989,16 @@ "type": "Identifier", "name": "a", "range": [ - 68198, - 68199 + 68526, + 68527 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 20 }, "end": { - "line": 2238, + "line": 2249, "column": 21 } } @@ -125737,16 +126009,16 @@ "type": "Identifier", "name": "bool", "range": [ - 68202, - 68206 + 68530, + 68534 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 24 }, "end": { - "line": 2238, + "line": 2249, "column": 28 } } @@ -125755,16 +126027,16 @@ "type": "Identifier", "name": "i", "range": [ - 68209, - 68210 + 68537, + 68538 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 31 }, "end": { - "line": 2238, + "line": 2249, "column": 32 } } @@ -125778,16 +126050,16 @@ "object": { "type": "ThisExpression", "range": [ - 68213, - 68217 + 68541, + 68545 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 35 }, "end": { - "line": 2238, + "line": 2249, "column": 39 } } @@ -125796,31 +126068,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 68218, - 68224 + 68546, + 68552 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 40 }, "end": { - "line": 2238, + "line": 2249, "column": 46 } } }, "range": [ - 68213, - 68224 + 68541, + 68552 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 35 }, "end": { - "line": 2238, + "line": 2249, "column": 46 } } @@ -125829,61 +126101,61 @@ "type": "Identifier", "name": "i", "range": [ - 68225, - 68226 + 68553, + 68554 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 47 }, "end": { - "line": 2238, + "line": 2249, "column": 48 } } }, "range": [ - 68213, - 68227 + 68541, + 68555 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 35 }, "end": { - "line": 2238, + "line": 2249, "column": 49 } } }, "range": [ - 68202, - 68227 + 68530, + 68555 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 24 }, "end": { - "line": 2238, + "line": 2249, "column": 49 } } }, "range": [ - 68198, - 68227 + 68526, + 68555 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 20 }, "end": { - "line": 2238, + "line": 2249, "column": 49 } } @@ -125891,16 +126163,16 @@ ], "kind": "let", "range": [ - 68194, - 68228 + 68522, + 68556 ], "loc": { "start": { - "line": 2238, + "line": 2249, "column": 16 }, "end": { - "line": 2238, + "line": 2249, "column": 50 } } @@ -125916,16 +126188,16 @@ "type": "Identifier", "name": "arr", "range": [ - 68245, - 68248 + 68573, + 68576 ], "loc": { "start": { - "line": 2239, + "line": 2250, "column": 16 }, "end": { - "line": 2239, + "line": 2250, "column": 19 } } @@ -125934,31 +126206,31 @@ "type": "Identifier", "name": "push", "range": [ - 68249, - 68253 + 68577, + 68581 ], "loc": { "start": { - "line": 2239, + "line": 2250, "column": 20 }, "end": { - "line": 2239, + "line": 2250, "column": 24 } } }, "range": [ - 68245, - 68253 + 68573, + 68581 ], "loc": { "start": { - "line": 2239, + "line": 2250, "column": 16 }, "end": { - "line": 2239, + "line": 2250, "column": 24 } } @@ -125968,110 +126240,110 @@ "type": "Identifier", "name": "a", "range": [ - 68254, - 68255 + 68582, + 68583 ], "loc": { "start": { - "line": 2239, + "line": 2250, "column": 25 }, "end": { - "line": 2239, + "line": 2250, "column": 26 } } } ], "range": [ - 68245, - 68256 + 68573, + 68584 ], "loc": { "start": { - "line": 2239, + "line": 2250, "column": 16 }, "end": { - "line": 2239, + "line": 2250, "column": 27 } } }, "range": [ - 68245, - 68257 + 68573, + 68585 ], "loc": { "start": { - "line": 2239, + "line": 2250, "column": 16 }, "end": { - "line": 2239, + "line": 2250, "column": 28 } } } ], "range": [ - 68176, - 68271 + 68504, + 68599 ], "loc": { "start": { - "line": 2237, + "line": 2248, "column": 48 }, "end": { - "line": 2240, + "line": 2251, "column": 13 } } }, "alternate": null, "range": [ - 68140, - 68271 + 68468, + 68599 ], "loc": { "start": { - "line": 2237, + "line": 2248, "column": 12 }, "end": { - "line": 2240, + "line": 2251, "column": 13 } } } ], "range": [ - 68077, - 68281 + 68405, + 68609 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 64 }, "end": { - "line": 2241, + "line": 2252, "column": 9 } } }, "range": [ - 68021, - 68281 + 68349, + 68609 ], "loc": { "start": { - "line": 2235, + "line": 2246, "column": 8 }, "end": { - "line": 2241, + "line": 2252, "column": 9 } } @@ -126082,47 +126354,47 @@ "type": "Identifier", "name": "arr", "range": [ - 68297, - 68300 + 68625, + 68628 ], "loc": { "start": { - "line": 2242, + "line": 2253, "column": 15 }, "end": { - "line": 2242, + "line": 2253, "column": 18 } } }, "range": [ - 68290, - 68301 + 68618, + 68629 ], "loc": { "start": { - "line": 2242, + "line": 2253, "column": 8 }, "end": { - "line": 2242, + "line": 2253, "column": 19 } } } ], "range": [ - 67930, - 68307 + 68258, + 68635 ], "loc": { "start": { - "line": 2230, + "line": 2241, "column": 33 }, "end": { - "line": 2243, + "line": 2254, "column": 5 } } @@ -126130,16 +126402,16 @@ "generator": false, "expression": false, "range": [ - 67917, - 68307 + 68245, + 68635 ], "loc": { "start": { - "line": 2230, + "line": 2241, "column": 20 }, "end": { - "line": 2243, + "line": 2254, "column": 5 } } @@ -126147,16 +126419,16 @@ "kind": "method", "computed": false, "range": [ - 67901, - 68307 + 68229, + 68635 ], "loc": { "start": { - "line": 2230, + "line": 2241, "column": 4 }, "end": { - "line": 2243, + "line": 2254, "column": 5 } }, @@ -126165,16 +126437,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": [ - 67495, - 67896 + 67823, + 68224 ], "loc": { "start": { - "line": 2221, + "line": 2232, "column": 4 }, "end": { - "line": 2229, + "line": 2240, "column": 7 } } @@ -126185,16 +126457,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": [ - 68313, - 68459 + 68641, + 68787 ], "loc": { "start": { - "line": 2245, + "line": 2256, "column": 4 }, "end": { - "line": 2249, + "line": 2260, "column": 7 } } @@ -126208,16 +126480,16 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 68464, - 68480 + 68792, + 68808 ], "loc": { "start": { - "line": 2250, + "line": 2261, "column": 4 }, "end": { - "line": 2250, + "line": 2261, "column": 20 } } @@ -126230,16 +126502,16 @@ "type": "Identifier", "name": "index", "range": [ - 68481, - 68486 + 68809, + 68814 ], "loc": { "start": { - "line": 2250, + "line": 2261, "column": 21 }, "end": { - "line": 2250, + "line": 2261, "column": 26 } } @@ -126257,16 +126529,16 @@ "type": "Identifier", "name": "fltId", "range": [ - 68502, - 68507 + 68830, + 68835 ], "loc": { "start": { - "line": 2251, + "line": 2262, "column": 12 }, "end": { - "line": 2251, + "line": 2262, "column": 17 } } @@ -126280,16 +126552,16 @@ "object": { "type": "ThisExpression", "range": [ - 68510, - 68514 + 68838, + 68842 ], "loc": { "start": { - "line": 2251, + "line": 2262, "column": 20 }, "end": { - "line": 2251, + "line": 2262, "column": 24 } } @@ -126298,31 +126570,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 68515, - 68521 + 68843, + 68849 ], "loc": { "start": { - "line": 2251, + "line": 2262, "column": 25 }, "end": { - "line": 2251, + "line": 2262, "column": 31 } } }, "range": [ - 68510, - 68521 + 68838, + 68849 ], "loc": { "start": { - "line": 2251, + "line": 2262, "column": 20 }, "end": { - "line": 2251, + "line": 2262, "column": 31 } } @@ -126331,46 +126603,46 @@ "type": "Identifier", "name": "index", "range": [ - 68522, - 68527 + 68850, + 68855 ], "loc": { "start": { - "line": 2251, + "line": 2262, "column": 32 }, "end": { - "line": 2251, + "line": 2262, "column": 37 } } }, "range": [ - 68510, - 68528 + 68838, + 68856 ], "loc": { "start": { - "line": 2251, + "line": 2262, "column": 20 }, "end": { - "line": 2251, + "line": 2262, "column": 38 } } }, "range": [ - 68502, - 68528 + 68830, + 68856 ], "loc": { "start": { - "line": 2251, + "line": 2262, "column": 12 }, "end": { - "line": 2251, + "line": 2262, "column": 38 } } @@ -126378,16 +126650,16 @@ ], "kind": "let", "range": [ - 68498, - 68529 + 68826, + 68857 ], "loc": { "start": { - "line": 2251, + "line": 2262, "column": 8 }, "end": { - "line": 2251, + "line": 2262, "column": 39 } } @@ -126400,16 +126672,16 @@ "type": "Identifier", "name": "elm", "range": [ - 68545, - 68548 + 68873, + 68876 ], "loc": { "start": { - "line": 2252, + "line": 2263, "column": 15 }, "end": { - "line": 2252, + "line": 2263, "column": 18 } } @@ -126419,63 +126691,63 @@ "type": "Identifier", "name": "fltId", "range": [ - 68549, - 68554 + 68877, + 68882 ], "loc": { "start": { - "line": 2252, + "line": 2263, "column": 19 }, "end": { - "line": 2252, + "line": 2263, "column": 24 } } } ], "range": [ - 68545, - 68555 + 68873, + 68883 ], "loc": { "start": { - "line": 2252, + "line": 2263, "column": 15 }, "end": { - "line": 2252, + "line": 2263, "column": 25 } } }, "range": [ - 68538, - 68556 + 68866, + 68884 ], "loc": { "start": { - "line": 2252, + "line": 2263, "column": 8 }, "end": { - "line": 2252, + "line": 2263, "column": 26 } } } ], "range": [ - 68488, - 68562 + 68816, + 68890 ], "loc": { "start": { - "line": 2250, + "line": 2261, "column": 28 }, "end": { - "line": 2253, + "line": 2264, "column": 5 } } @@ -126483,16 +126755,16 @@ "generator": false, "expression": false, "range": [ - 68480, - 68562 + 68808, + 68890 ], "loc": { "start": { - "line": 2250, + "line": 2261, "column": 20 }, "end": { - "line": 2253, + "line": 2264, "column": 5 } } @@ -126500,16 +126772,16 @@ "kind": "method", "computed": false, "range": [ - 68464, - 68562 + 68792, + 68890 ], "loc": { "start": { - "line": 2250, + "line": 2261, "column": 4 }, "end": { - "line": 2253, + "line": 2264, "column": 5 } }, @@ -126518,16 +126790,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": [ - 68313, - 68459 + 68641, + 68787 ], "loc": { "start": { - "line": 2245, + "line": 2256, "column": 4 }, "end": { - "line": 2249, + "line": 2260, "column": 7 } } @@ -126538,16 +126810,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": [ - 68568, - 68734 + 68896, + 69062 ], "loc": { "start": { - "line": 2255, + "line": 2266, "column": 4 }, "end": { - "line": 2259, + "line": 2270, "column": 7 } } @@ -126561,16 +126833,16 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 68739, - 68749 + 69067, + 69077 ], "loc": { "start": { - "line": 2260, + "line": 2271, "column": 4 }, "end": { - "line": 2260, + "line": 2271, "column": 14 } } @@ -126585,16 +126857,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 68750, - 68758 + 69078, + 69086 ], "loc": { "start": { - "line": 2260, + "line": 2271, "column": 15 }, "end": { - "line": 2260, + "line": 2271, "column": 23 } } @@ -126604,31 +126876,31 @@ "value": 0, "raw": "0", "range": [ - 68761, - 68762 + 69089, + 69090 ], "loc": { "start": { - "line": 2260, + "line": 2271, "column": 26 }, "end": { - "line": 2260, + "line": 2271, "column": 27 } } }, "range": [ - 68750, - 68762 + 69078, + 69090 ], "loc": { "start": { - "line": 2260, + "line": 2271, "column": 15 }, "end": { - "line": 2260, + "line": 2271, "column": 27 } } @@ -126646,16 +126918,16 @@ "type": "Identifier", "name": "tr", "range": [ - 68778, - 68780 + 69106, + 69108 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 12 }, "end": { - "line": 2261, + "line": 2272, "column": 14 } } @@ -126672,16 +126944,16 @@ "object": { "type": "ThisExpression", "range": [ - 68783, - 68787 + 69111, + 69115 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 17 }, "end": { - "line": 2261, + "line": 2272, "column": 21 } } @@ -126690,31 +126962,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 68788, - 68791 + 69116, + 69119 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 22 }, "end": { - "line": 2261, + "line": 2272, "column": 25 } } }, "range": [ - 68783, - 68791 + 69111, + 69119 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 17 }, "end": { - "line": 2261, + "line": 2272, "column": 25 } } @@ -126723,31 +126995,31 @@ "type": "Identifier", "name": "rows", "range": [ - 68792, - 68796 + 69120, + 69124 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 26 }, "end": { - "line": 2261, + "line": 2272, "column": 30 } } }, "range": [ - 68783, - 68796 + 69111, + 69124 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 17 }, "end": { - "line": 2261, + "line": 2272, "column": 30 } } @@ -126756,46 +127028,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 68797, - 68805 + 69125, + 69133 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 31 }, "end": { - "line": 2261, + "line": 2272, "column": 39 } } }, "range": [ - 68783, - 68806 + 69111, + 69134 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 17 }, "end": { - "line": 2261, + "line": 2272, "column": 40 } } }, "range": [ - 68778, - 68806 + 69106, + 69134 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 12 }, "end": { - "line": 2261, + "line": 2272, "column": 40 } } @@ -126803,16 +127075,16 @@ ], "kind": "let", "range": [ - 68774, - 68807 + 69102, + 69135 ], "loc": { "start": { - "line": 2261, + "line": 2272, "column": 8 }, "end": { - "line": 2261, + "line": 2272, "column": 41 } } @@ -126829,16 +127101,16 @@ "type": "Identifier", "name": "tr", "range": [ - 68823, - 68825 + 69151, + 69153 ], "loc": { "start": { - "line": 2262, + "line": 2273, "column": 15 }, "end": { - "line": 2262, + "line": 2273, "column": 17 } } @@ -126847,31 +127119,31 @@ "type": "Identifier", "name": "cells", "range": [ - 68826, - 68831 + 69154, + 69159 ], "loc": { "start": { - "line": 2262, + "line": 2273, "column": 18 }, "end": { - "line": 2262, + "line": 2273, "column": 23 } } }, "range": [ - 68823, - 68831 + 69151, + 69159 ], "loc": { "start": { - "line": 2262, + "line": 2273, "column": 15 }, "end": { - "line": 2262, + "line": 2273, "column": 23 } } @@ -126880,62 +127152,62 @@ "type": "Identifier", "name": "length", "range": [ - 68832, - 68838 + 69160, + 69166 ], "loc": { "start": { - "line": 2262, + "line": 2273, "column": 24 }, "end": { - "line": 2262, + "line": 2273, "column": 30 } } }, "range": [ - 68823, - 68838 + 69151, + 69166 ], "loc": { "start": { - "line": 2262, + "line": 2273, "column": 15 }, "end": { - "line": 2262, + "line": 2273, "column": 30 } } }, "range": [ - 68816, - 68839 + 69144, + 69167 ], "loc": { "start": { - "line": 2262, + "line": 2273, "column": 8 }, "end": { - "line": 2262, + "line": 2273, "column": 31 } } } ], "range": [ - 68764, - 68845 + 69092, + 69173 ], "loc": { "start": { - "line": 2260, + "line": 2271, "column": 29 }, "end": { - "line": 2263, + "line": 2274, "column": 5 } } @@ -126943,16 +127215,16 @@ "generator": false, "expression": false, "range": [ - 68749, - 68845 + 69077, + 69173 ], "loc": { "start": { - "line": 2260, + "line": 2271, "column": 14 }, "end": { - "line": 2263, + "line": 2274, "column": 5 } } @@ -126960,16 +127232,16 @@ "kind": "method", "computed": false, "range": [ - 68739, - 68845 + 69067, + 69173 ], "loc": { "start": { - "line": 2260, + "line": 2271, "column": 4 }, "end": { - "line": 2263, + "line": 2274, "column": 5 } }, @@ -126978,16 +127250,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": [ - 68568, - 68734 + 68896, + 69062 ], "loc": { "start": { - "line": 2255, + "line": 2266, "column": 4 }, "end": { - "line": 2259, + "line": 2270, "column": 7 } } @@ -126998,16 +127270,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": [ - 68851, - 69082 + 69179, + 69410 ], "loc": { "start": { - "line": 2265, + "line": 2276, "column": 4 }, "end": { - "line": 2270, + "line": 2281, "column": 7 } } @@ -127021,16 +127293,16 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 69087, - 69096 + 69415, + 69424 ], "loc": { "start": { - "line": 2271, + "line": 2282, "column": 4 }, "end": { - "line": 2271, + "line": 2282, "column": 13 } } @@ -127043,16 +127315,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69097, - 69111 + 69425, + 69439 ], "loc": { "start": { - "line": 2271, + "line": 2282, "column": 14 }, "end": { - "line": 2271, + "line": 2282, "column": 28 } } @@ -127070,16 +127342,16 @@ "type": "Identifier", "name": "s", "range": [ - 69127, - 69128 + 69455, + 69456 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 12 }, "end": { - "line": 2272, + "line": 2283, "column": 13 } } @@ -127092,16 +127364,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 69131, - 69138 + 69459, + 69466 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 16 }, "end": { - "line": 2272, + "line": 2283, "column": 23 } } @@ -127113,16 +127385,16 @@ "object": { "type": "ThisExpression", "range": [ - 69139, - 69143 + 69467, + 69471 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 24 }, "end": { - "line": 2272, + "line": 2283, "column": 28 } } @@ -127131,47 +127403,47 @@ "type": "Identifier", "name": "refRow", "range": [ - 69144, - 69150 + 69472, + 69478 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 29 }, "end": { - "line": 2272, + "line": 2283, "column": 35 } } }, "range": [ - 69139, - 69150 + 69467, + 69478 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 24 }, "end": { - "line": 2272, + "line": 2283, "column": 35 } } } ], "range": [ - 69131, - 69151 + 69459, + 69479 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 16 }, "end": { - "line": 2272, + "line": 2283, "column": 36 } } @@ -127181,16 +127453,16 @@ "value": 0, "raw": "0", "range": [ - 69154, - 69155 + 69482, + 69483 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 39 }, "end": { - "line": 2272, + "line": 2283, "column": 40 } } @@ -127201,16 +127473,16 @@ "object": { "type": "ThisExpression", "range": [ - 69158, - 69162 + 69486, + 69490 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 43 }, "end": { - "line": 2272, + "line": 2283, "column": 47 } } @@ -127219,61 +127491,61 @@ "type": "Identifier", "name": "refRow", "range": [ - 69163, - 69169 + 69491, + 69497 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 48 }, "end": { - "line": 2272, + "line": 2283, "column": 54 } } }, "range": [ - 69158, - 69169 + 69486, + 69497 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 43 }, "end": { - "line": 2272, + "line": 2283, "column": 54 } } }, "range": [ - 69131, - 69169 + 69459, + 69497 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 16 }, "end": { - "line": 2272, + "line": 2283, "column": 54 } } }, "range": [ - 69127, - 69169 + 69455, + 69497 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 12 }, "end": { - "line": 2272, + "line": 2283, "column": 54 } } @@ -127281,16 +127553,16 @@ ], "kind": "let", "range": [ - 69123, - 69170 + 69451, + 69498 ], "loc": { "start": { - "line": 2272, + "line": 2283, "column": 8 }, "end": { - "line": 2272, + "line": 2283, "column": 55 } } @@ -127304,16 +127576,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 69183, - 69187 + 69511, + 69515 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 12 }, "end": { - "line": 2273, + "line": 2284, "column": 16 } } @@ -127330,16 +127602,16 @@ "object": { "type": "ThisExpression", "range": [ - 69190, - 69194 + 69518, + 69522 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 19 }, "end": { - "line": 2273, + "line": 2284, "column": 23 } } @@ -127348,31 +127620,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 69195, - 69198 + 69523, + 69526 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 24 }, "end": { - "line": 2273, + "line": 2284, "column": 27 } } }, "range": [ - 69190, - 69198 + 69518, + 69526 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 19 }, "end": { - "line": 2273, + "line": 2284, "column": 27 } } @@ -127381,31 +127653,31 @@ "type": "Identifier", "name": "rows", "range": [ - 69199, - 69203 + 69527, + 69531 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 28 }, "end": { - "line": 2273, + "line": 2284, "column": 32 } } }, "range": [ - 69190, - 69203 + 69518, + 69531 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 19 }, "end": { - "line": 2273, + "line": 2284, "column": 32 } } @@ -127414,46 +127686,46 @@ "type": "Identifier", "name": "length", "range": [ - 69204, - 69210 + 69532, + 69538 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 33 }, "end": { - "line": 2273, + "line": 2284, "column": 39 } } }, "range": [ - 69190, - 69210 + 69518, + 69538 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 19 }, "end": { - "line": 2273, + "line": 2284, "column": 39 } } }, "range": [ - 69183, - 69210 + 69511, + 69538 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 12 }, "end": { - "line": 2273, + "line": 2284, "column": 39 } } @@ -127461,16 +127733,16 @@ ], "kind": "let", "range": [ - 69179, - 69211 + 69507, + 69539 ], "loc": { "start": { - "line": 2273, + "line": 2284, "column": 8 }, "end": { - "line": 2273, + "line": 2284, "column": 40 } } @@ -127481,16 +127753,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69224, - 69238 + 69552, + 69566 ], "loc": { "start": { - "line": 2274, + "line": 2285, "column": 12 }, "end": { - "line": 2274, + "line": 2285, "column": 26 } } @@ -127507,16 +127779,16 @@ "type": "Identifier", "name": "s", "range": [ - 69254, - 69255 + 69582, + 69583 ], "loc": { "start": { - "line": 2275, + "line": 2286, "column": 12 }, "end": { - "line": 2275, + "line": 2286, "column": 13 } } @@ -127526,78 +127798,78 @@ "value": 0, "raw": "0", "range": [ - 69258, - 69259 + 69586, + 69587 ], "loc": { "start": { - "line": 2275, + "line": 2286, "column": 16 }, "end": { - "line": 2275, + "line": 2286, "column": 17 } } }, "range": [ - 69254, - 69259 + 69582, + 69587 ], "loc": { "start": { - "line": 2275, + "line": 2286, "column": 12 }, "end": { - "line": 2275, + "line": 2286, "column": 17 } } }, "range": [ - 69254, - 69260 + 69582, + 69588 ], "loc": { "start": { - "line": 2275, + "line": 2286, "column": 12 }, "end": { - "line": 2275, + "line": 2286, "column": 18 } } } ], "range": [ - 69240, - 69270 + 69568, + 69598 ], "loc": { "start": { - "line": 2274, + "line": 2285, "column": 28 }, "end": { - "line": 2276, + "line": 2287, "column": 9 } } }, "alternate": null, "range": [ - 69220, - 69270 + 69548, + 69598 ], "loc": { "start": { - "line": 2274, + "line": 2285, "column": 8 }, "end": { - "line": 2276, + "line": 2287, "column": 9 } } @@ -127610,16 +127882,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 69286, - 69294 + 69614, + 69622 ], "loc": { "start": { - "line": 2277, + "line": 2288, "column": 15 }, "end": { - "line": 2277, + "line": 2288, "column": 23 } } @@ -127632,16 +127904,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 69295, - 69299 + 69623, + 69627 ], "loc": { "start": { - "line": 2277, + "line": 2288, "column": 24 }, "end": { - "line": 2277, + "line": 2288, "column": 28 } } @@ -127650,31 +127922,31 @@ "type": "Identifier", "name": "s", "range": [ - 69302, - 69303 + 69630, + 69631 ], "loc": { "start": { - "line": 2277, + "line": 2288, "column": 31 }, "end": { - "line": 2277, + "line": 2288, "column": 32 } } }, "range": [ - 69295, - 69303 + 69623, + 69631 ], "loc": { "start": { - "line": 2277, + "line": 2288, "column": 24 }, "end": { - "line": 2277, + "line": 2288, "column": 32 } } @@ -127684,63 +127956,63 @@ "value": 10, "raw": "10", "range": [ - 69305, - 69307 + 69633, + 69635 ], "loc": { "start": { - "line": 2277, + "line": 2288, "column": 34 }, "end": { - "line": 2277, + "line": 2288, "column": 36 } } } ], "range": [ - 69286, - 69308 + 69614, + 69636 ], "loc": { "start": { - "line": 2277, + "line": 2288, "column": 15 }, "end": { - "line": 2277, + "line": 2288, "column": 37 } } }, "range": [ - 69279, - 69309 + 69607, + 69637 ], "loc": { "start": { - "line": 2277, + "line": 2288, "column": 8 }, "end": { - "line": 2277, + "line": 2288, "column": 38 } } } ], "range": [ - 69113, - 69315 + 69441, + 69643 ], "loc": { "start": { - "line": 2271, + "line": 2282, "column": 30 }, "end": { - "line": 2278, + "line": 2289, "column": 5 } } @@ -127748,16 +128020,16 @@ "generator": false, "expression": false, "range": [ - 69096, - 69315 + 69424, + 69643 ], "loc": { "start": { - "line": 2271, + "line": 2282, "column": 13 }, "end": { - "line": 2278, + "line": 2289, "column": 5 } } @@ -127765,16 +128037,16 @@ "kind": "method", "computed": false, "range": [ - 69087, - 69315 + 69415, + 69643 ], "loc": { "start": { - "line": 2271, + "line": 2282, "column": 4 }, "end": { - "line": 2278, + "line": 2289, "column": 5 } }, @@ -127783,16 +128055,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": [ - 68851, - 69082 + 69179, + 69410 ], "loc": { "start": { - "line": 2265, + "line": 2276, "column": 4 }, "end": { - "line": 2270, + "line": 2281, "column": 7 } } @@ -127803,16 +128075,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": [ - 69321, - 69446 + 69649, + 69774 ], "loc": { "start": { - "line": 2280, + "line": 2291, "column": 4 }, "end": { - "line": 2284, + "line": 2295, "column": 7 } } @@ -127826,16 +128098,16 @@ "type": "Identifier", "name": "getCellData", "range": [ - 69451, - 69462 + 69779, + 69790 ], "loc": { "start": { - "line": 2285, + "line": 2296, "column": 4 }, "end": { - "line": 2285, + "line": 2296, "column": 15 } } @@ -127848,16 +128120,16 @@ "type": "Identifier", "name": "cell", "range": [ - 69463, - 69467 + 69791, + 69795 ], "loc": { "start": { - "line": 2285, + "line": 2296, "column": 16 }, "end": { - "line": 2285, + "line": 2296, "column": 20 } } @@ -127875,16 +128147,16 @@ "type": "Identifier", "name": "idx", "range": [ - 69483, - 69486 + 69811, + 69814 ], "loc": { "start": { - "line": 2286, + "line": 2297, "column": 12 }, "end": { - "line": 2286, + "line": 2297, "column": 15 } } @@ -127896,16 +128168,16 @@ "type": "Identifier", "name": "cell", "range": [ - 69489, - 69493 + 69817, + 69821 ], "loc": { "start": { - "line": 2286, + "line": 2297, "column": 18 }, "end": { - "line": 2286, + "line": 2297, "column": 22 } } @@ -127914,46 +128186,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 69494, - 69503 + 69822, + 69831 ], "loc": { "start": { - "line": 2286, + "line": 2297, "column": 23 }, "end": { - "line": 2286, + "line": 2297, "column": 32 } } }, "range": [ - 69489, - 69503 + 69817, + 69831 ], "loc": { "start": { - "line": 2286, + "line": 2297, "column": 18 }, "end": { - "line": 2286, + "line": 2297, "column": 32 } } }, "range": [ - 69483, - 69503 + 69811, + 69831 ], "loc": { "start": { - "line": 2286, + "line": 2297, "column": 12 }, "end": { - "line": 2286, + "line": 2297, "column": 32 } } @@ -127961,16 +128233,16 @@ ], "kind": "let", "range": [ - 69479, - 69504 + 69807, + 69832 ], "loc": { "start": { - "line": 2286, + "line": 2297, "column": 8 }, "end": { - "line": 2286, + "line": 2297, "column": 33 } }, @@ -127979,16 +128251,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 69513, - 69548 + 69841, + 69876 ], "loc": { "start": { - "line": 2287, + "line": 2298, "column": 8 }, "end": { - "line": 2287, + "line": 2298, "column": 43 } } @@ -128006,16 +128278,16 @@ "object": { "type": "ThisExpression", "range": [ - 69561, - 69565 + 69889, + 69893 ], "loc": { "start": { - "line": 2288, + "line": 2299, "column": 12 }, "end": { - "line": 2288, + "line": 2299, "column": 16 } } @@ -128024,31 +128296,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 69566, - 69580 + 69894, + 69908 ], "loc": { "start": { - "line": 2288, + "line": 2299, "column": 17 }, "end": { - "line": 2288, + "line": 2299, "column": 31 } } }, "range": [ - 69561, - 69580 + 69889, + 69908 ], "loc": { "start": { - "line": 2288, + "line": 2299, "column": 12 }, "end": { - "line": 2288, + "line": 2299, "column": 31 } } @@ -128067,16 +128339,16 @@ "object": { "type": "ThisExpression", "range": [ - 69596, - 69600 + 69924, + 69928 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 12 }, "end": { - "line": 2289, + "line": 2300, "column": 16 } } @@ -128085,31 +128357,31 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 69601, - 69619 + 69929, + 69947 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 17 }, "end": { - "line": 2289, + "line": 2300, "column": 35 } } }, "range": [ - 69596, - 69619 + 69924, + 69947 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 12 }, "end": { - "line": 2289, + "line": 2300, "column": 35 } } @@ -128118,31 +128390,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 69620, - 69627 + 69948, + 69955 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 36 }, "end": { - "line": 2289, + "line": 2300, "column": 43 } } }, "range": [ - 69596, - 69627 + 69924, + 69955 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 12 }, "end": { - "line": 2289, + "line": 2300, "column": 43 } } @@ -128152,32 +128424,32 @@ "type": "Identifier", "name": "idx", "range": [ - 69628, - 69631 + 69956, + 69959 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 44 }, "end": { - "line": 2289, + "line": 2300, "column": 47 } } } ], "range": [ - 69596, - 69632 + 69924, + 69960 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 12 }, "end": { - "line": 2289, + "line": 2300, "column": 48 } } @@ -128190,62 +128462,62 @@ "value": 1, "raw": "1", "range": [ - 69638, - 69639 + 69966, + 69967 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 54 }, "end": { - "line": 2289, + "line": 2300, "column": 55 } } }, "prefix": true, "range": [ - 69637, - 69639 + 69965, + 69967 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 53 }, "end": { - "line": 2289, + "line": 2300, "column": 55 } } }, "range": [ - 69596, - 69639 + 69924, + 69967 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 12 }, "end": { - "line": 2289, + "line": 2300, "column": 55 } } }, "range": [ - 69561, - 69639 + 69889, + 69967 ], "loc": { "start": { - "line": 2288, + "line": 2299, "column": 12 }, "end": { - "line": 2289, + "line": 2300, "column": 55 } } @@ -128266,16 +128538,16 @@ "object": { "type": "ThisExpression", "range": [ - 69662, - 69666 + 69990, + 69994 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 19 }, "end": { - "line": 2290, + "line": 2301, "column": 23 } } @@ -128284,31 +128556,31 @@ "type": "Identifier", "name": "customCellData", "range": [ - 69667, - 69681 + 69995, + 70009 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 24 }, "end": { - "line": 2290, + "line": 2301, "column": 38 } } }, "range": [ - 69662, - 69681 + 69990, + 70009 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 19 }, "end": { - "line": 2290, + "line": 2301, "column": 38 } } @@ -128317,31 +128589,31 @@ "type": "Identifier", "name": "call", "range": [ - 69682, - 69686 + 70010, + 70014 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 39 }, "end": { - "line": 2290, + "line": 2301, "column": 43 } } }, "range": [ - 69662, - 69686 + 69990, + 70014 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 19 }, "end": { - "line": 2290, + "line": 2301, "column": 43 } } @@ -128352,16 +128624,16 @@ "value": null, "raw": "null", "range": [ - 69687, - 69691 + 70015, + 70019 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 44 }, "end": { - "line": 2290, + "line": 2301, "column": 48 } } @@ -128369,16 +128641,16 @@ { "type": "ThisExpression", "range": [ - 69693, - 69697 + 70021, + 70025 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 50 }, "end": { - "line": 2290, + "line": 2301, "column": 54 } } @@ -128387,16 +128659,16 @@ "type": "Identifier", "name": "cell", "range": [ - 69699, - 69703 + 70027, + 70031 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 56 }, "end": { - "line": 2290, + "line": 2301, "column": 60 } } @@ -128405,63 +128677,63 @@ "type": "Identifier", "name": "idx", "range": [ - 69705, - 69708 + 70033, + 70036 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 62 }, "end": { - "line": 2290, + "line": 2301, "column": 65 } } } ], "range": [ - 69662, - 69709 + 69990, + 70037 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 19 }, "end": { - "line": 2290, + "line": 2301, "column": 66 } } }, "range": [ - 69655, - 69710 + 69983, + 70038 ], "loc": { "start": { - "line": 2290, + "line": 2301, "column": 12 }, "end": { - "line": 2290, + "line": 2301, "column": 67 } } } ], "range": [ - 69641, - 69720 + 69969, + 70048 ], "loc": { "start": { - "line": 2289, + "line": 2300, "column": 57 }, "end": { - "line": 2291, + "line": 2302, "column": 9 } } @@ -128477,16 +128749,16 @@ "type": "Identifier", "name": "getText", "range": [ - 69747, - 69754 + 70075, + 70082 ], "loc": { "start": { - "line": 2292, + "line": 2303, "column": 19 }, "end": { - "line": 2292, + "line": 2303, "column": 26 } } @@ -128496,78 +128768,78 @@ "type": "Identifier", "name": "cell", "range": [ - 69755, - 69759 + 70083, + 70087 ], "loc": { "start": { - "line": 2292, + "line": 2303, "column": 27 }, "end": { - "line": 2292, + "line": 2303, "column": 31 } } } ], "range": [ - 69747, - 69760 + 70075, + 70088 ], "loc": { "start": { - "line": 2292, + "line": 2303, "column": 19 }, "end": { - "line": 2292, + "line": 2303, "column": 32 } } }, "range": [ - 69740, - 69761 + 70068, + 70089 ], "loc": { "start": { - "line": 2292, + "line": 2303, "column": 12 }, "end": { - "line": 2292, + "line": 2303, "column": 33 } } } ], "range": [ - 69726, - 69771 + 70054, + 70099 ], "loc": { "start": { - "line": 2291, + "line": 2302, "column": 15 }, "end": { - "line": 2293, + "line": 2304, "column": 9 } } }, "range": [ - 69557, - 69771 + 69885, + 70099 ], "loc": { "start": { - "line": 2288, + "line": 2299, "column": 8 }, "end": { - "line": 2293, + "line": 2304, "column": 9 } }, @@ -128576,16 +128848,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 69513, - 69548 + 69841, + 69876 ], "loc": { "start": { - "line": 2287, + "line": 2298, "column": 8 }, "end": { - "line": 2287, + "line": 2298, "column": 43 } } @@ -128594,16 +128866,16 @@ } ], "range": [ - 69469, - 69777 + 69797, + 70105 ], "loc": { "start": { - "line": 2285, + "line": 2296, "column": 22 }, "end": { - "line": 2294, + "line": 2305, "column": 5 } } @@ -128611,16 +128883,16 @@ "generator": false, "expression": false, "range": [ - 69462, - 69777 + 69790, + 70105 ], "loc": { "start": { - "line": 2285, + "line": 2296, "column": 15 }, "end": { - "line": 2294, + "line": 2305, "column": 5 } } @@ -128628,16 +128900,16 @@ "kind": "method", "computed": false, "range": [ - 69451, - 69777 + 69779, + 70105 ], "loc": { "start": { - "line": 2285, + "line": 2296, "column": 4 }, "end": { - "line": 2294, + "line": 2305, "column": 5 } }, @@ -128646,16 +128918,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": [ - 69321, - 69446 + 69649, + 69774 ], "loc": { "start": { - "line": 2280, + "line": 2291, "column": 4 }, "end": { - "line": 2284, + "line": 2295, "column": 7 } } @@ -128666,16 +128938,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": [ - 69783, - 70187 + 70111, + 70515 ], "loc": { "start": { - "line": 2296, + "line": 2307, "column": 4 }, "end": { - "line": 2307, + "line": 2318, "column": 7 } } @@ -128689,16 +128961,16 @@ "type": "Identifier", "name": "getTableData", "range": [ - 70192, - 70204 + 70520, + 70532 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 4 }, "end": { - "line": 2308, + "line": 2319, "column": 16 } } @@ -128713,16 +128985,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70205, - 70219 + 70533, + 70547 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 17 }, "end": { - "line": 2308, + "line": 2319, "column": 31 } } @@ -128732,31 +129004,31 @@ "value": false, "raw": "false", "range": [ - 70222, - 70227 + 70550, + 70555 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 34 }, "end": { - "line": 2308, + "line": 2319, "column": 39 } } }, "range": [ - 70205, - 70227 + 70533, + 70555 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 17 }, "end": { - "line": 2308, + "line": 2319, "column": 39 } } @@ -128767,16 +129039,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70229, - 70246 + 70557, + 70574 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 41 }, "end": { - "line": 2308, + "line": 2319, "column": 58 } } @@ -128786,31 +129058,31 @@ "value": false, "raw": "false", "range": [ - 70249, - 70254 + 70577, + 70582 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 61 }, "end": { - "line": 2308, + "line": 2319, "column": 66 } } }, "range": [ - 70229, - 70254 + 70557, + 70582 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 41 }, "end": { - "line": 2308, + "line": 2319, "column": 66 } } @@ -128828,16 +129100,16 @@ "type": "Identifier", "name": "rows", "range": [ - 70270, - 70274 + 70598, + 70602 ], "loc": { "start": { - "line": 2309, + "line": 2320, "column": 12 }, "end": { - "line": 2309, + "line": 2320, "column": 16 } } @@ -128851,16 +129123,16 @@ "object": { "type": "ThisExpression", "range": [ - 70277, - 70281 + 70605, + 70609 ], "loc": { "start": { - "line": 2309, + "line": 2320, "column": 19 }, "end": { - "line": 2309, + "line": 2320, "column": 23 } } @@ -128869,31 +129141,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 70282, - 70285 + 70610, + 70613 ], "loc": { "start": { - "line": 2309, + "line": 2320, "column": 24 }, "end": { - "line": 2309, + "line": 2320, "column": 27 } } }, "range": [ - 70277, - 70285 + 70605, + 70613 ], "loc": { "start": { - "line": 2309, + "line": 2320, "column": 19 }, "end": { - "line": 2309, + "line": 2320, "column": 27 } } @@ -128902,46 +129174,46 @@ "type": "Identifier", "name": "rows", "range": [ - 70286, - 70290 + 70614, + 70618 ], "loc": { "start": { - "line": 2309, + "line": 2320, "column": 28 }, "end": { - "line": 2309, + "line": 2320, "column": 32 } } }, "range": [ - 70277, - 70290 + 70605, + 70618 ], "loc": { "start": { - "line": 2309, + "line": 2320, "column": 19 }, "end": { - "line": 2309, + "line": 2320, "column": 32 } } }, "range": [ - 70270, - 70290 + 70598, + 70618 ], "loc": { "start": { - "line": 2309, + "line": 2320, "column": 12 }, "end": { - "line": 2309, + "line": 2320, "column": 32 } } @@ -128949,16 +129221,16 @@ ], "kind": "let", "range": [ - 70266, - 70291 + 70594, + 70619 ], "loc": { "start": { - "line": 2309, + "line": 2320, "column": 8 }, "end": { - "line": 2309, + "line": 2320, "column": 33 } } @@ -128972,16 +129244,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 70304, - 70310 + 70632, + 70638 ], "loc": { "start": { - "line": 2310, + "line": 2321, "column": 12 }, "end": { - "line": 2310, + "line": 2321, "column": 18 } } @@ -128994,16 +129266,16 @@ "object": { "type": "ThisExpression", "range": [ - 70313, - 70317 + 70641, + 70645 ], "loc": { "start": { - "line": 2310, + "line": 2321, "column": 21 }, "end": { - "line": 2310, + "line": 2321, "column": 25 } } @@ -129012,31 +129284,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 70318, - 70327 + 70646, + 70655 ], "loc": { "start": { - "line": 2310, + "line": 2321, "column": 26 }, "end": { - "line": 2310, + "line": 2321, "column": 35 } } }, "range": [ - 70313, - 70327 + 70641, + 70655 ], "loc": { "start": { - "line": 2310, + "line": 2321, "column": 21 }, "end": { - "line": 2310, + "line": 2321, "column": 35 } } @@ -129047,47 +129319,47 @@ "value": true, "raw": "true", "range": [ - 70328, - 70332 + 70656, + 70660 ], "loc": { "start": { - "line": 2310, + "line": 2321, "column": 36 }, "end": { - "line": 2310, + "line": 2321, "column": 40 } } } ], "range": [ - 70313, - 70333 + 70641, + 70661 ], "loc": { "start": { - "line": 2310, + "line": 2321, "column": 21 }, "end": { - "line": 2310, + "line": 2321, "column": 41 } } }, "range": [ - 70304, - 70333 + 70632, + 70661 ], "loc": { "start": { - "line": 2310, + "line": 2321, "column": 12 }, "end": { - "line": 2310, + "line": 2321, "column": 41 } } @@ -129095,16 +129367,16 @@ ], "kind": "let", "range": [ - 70300, - 70334 + 70628, + 70662 ], "loc": { "start": { - "line": 2310, + "line": 2321, "column": 8 }, "end": { - "line": 2310, + "line": 2321, "column": 42 } } @@ -129118,16 +129390,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 70347, - 70354 + 70675, + 70682 ], "loc": { "start": { - "line": 2311, + "line": 2322, "column": 12 }, "end": { - "line": 2311, + "line": 2322, "column": 19 } } @@ -129136,31 +129408,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 70357, - 70359 + 70685, + 70687 ], "loc": { "start": { - "line": 2311, + "line": 2322, "column": 22 }, "end": { - "line": 2311, + "line": 2322, "column": 24 } } }, "range": [ - 70347, - 70359 + 70675, + 70687 ], "loc": { "start": { - "line": 2311, + "line": 2322, "column": 12 }, "end": { - "line": 2311, + "line": 2322, "column": 24 } } @@ -129168,16 +129440,16 @@ ], "kind": "let", "range": [ - 70343, - 70360 + 70671, + 70688 ], "loc": { "start": { - "line": 2311, + "line": 2322, "column": 8 }, "end": { - "line": 2311, + "line": 2322, "column": 25 } } @@ -129188,16 +129460,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70373, - 70387 + 70701, + 70715 ], "loc": { "start": { - "line": 2312, + "line": 2323, "column": 12 }, "end": { - "line": 2312, + "line": 2323, "column": 26 } } @@ -129214,16 +129486,16 @@ "type": "Identifier", "name": "headers", "range": [ - 70407, - 70414 + 70735, + 70742 ], "loc": { "start": { - "line": 2313, + "line": 2324, "column": 16 }, "end": { - "line": 2313, + "line": 2324, "column": 23 } } @@ -129236,16 +129508,16 @@ "object": { "type": "ThisExpression", "range": [ - 70417, - 70421 + 70745, + 70749 ], "loc": { "start": { - "line": 2313, + "line": 2324, "column": 26 }, "end": { - "line": 2313, + "line": 2324, "column": 30 } } @@ -129254,31 +129526,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 70422, - 70436 + 70750, + 70764 ], "loc": { "start": { - "line": 2313, + "line": 2324, "column": 31 }, "end": { - "line": 2313, + "line": 2324, "column": 45 } } }, "range": [ - 70417, - 70436 + 70745, + 70764 ], "loc": { "start": { - "line": 2313, + "line": 2324, "column": 26 }, "end": { - "line": 2313, + "line": 2324, "column": 45 } } @@ -129288,47 +129560,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70437, - 70454 + 70765, + 70782 ], "loc": { "start": { - "line": 2313, + "line": 2324, "column": 46 }, "end": { - "line": 2313, + "line": 2324, "column": 63 } } } ], "range": [ - 70417, - 70455 + 70745, + 70783 ], "loc": { "start": { - "line": 2313, + "line": 2324, "column": 26 }, "end": { - "line": 2313, + "line": 2324, "column": 64 } } }, "range": [ - 70407, - 70455 + 70735, + 70783 ], "loc": { "start": { - "line": 2313, + "line": 2324, "column": 16 }, "end": { - "line": 2313, + "line": 2324, "column": 64 } } @@ -129336,16 +129608,16 @@ ], "kind": "let", "range": [ - 70403, - 70456 + 70731, + 70784 ], "loc": { "start": { - "line": 2313, + "line": 2324, "column": 12 }, "end": { - "line": 2313, + "line": 2324, "column": 65 } } @@ -129361,16 +129633,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 70469, - 70476 + 70797, + 70804 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 12 }, "end": { - "line": 2314, + "line": 2325, "column": 19 } } @@ -129379,31 +129651,31 @@ "type": "Identifier", "name": "push", "range": [ - 70477, - 70481 + 70805, + 70809 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 20 }, "end": { - "line": 2314, + "line": 2325, "column": 24 } } }, "range": [ - 70469, - 70481 + 70797, + 70809 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 12 }, "end": { - "line": 2314, + "line": 2325, "column": 24 } } @@ -129420,16 +129692,16 @@ "object": { "type": "ThisExpression", "range": [ - 70483, - 70487 + 70811, + 70815 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 26 }, "end": { - "line": 2314, + "line": 2325, "column": 30 } } @@ -129438,47 +129710,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 70488, - 70506 + 70816, + 70834 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 31 }, "end": { - "line": 2314, + "line": 2325, "column": 49 } } }, "range": [ - 70483, - 70506 + 70811, + 70834 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 26 }, "end": { - "line": 2314, + "line": 2325, "column": 49 } } }, "arguments": [], "range": [ - 70483, - 70508 + 70811, + 70836 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 26 }, "end": { - "line": 2314, + "line": 2325, "column": 51 } } @@ -129487,95 +129759,95 @@ "type": "Identifier", "name": "headers", "range": [ - 70510, - 70517 + 70838, + 70845 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 53 }, "end": { - "line": 2314, + "line": 2325, "column": 60 } } } ], "range": [ - 70482, - 70518 + 70810, + 70846 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 25 }, "end": { - "line": 2314, + "line": 2325, "column": 61 } } } ], "range": [ - 70469, - 70519 + 70797, + 70847 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 12 }, "end": { - "line": 2314, + "line": 2325, "column": 62 } } }, "range": [ - 70469, - 70520 + 70797, + 70848 ], "loc": { "start": { - "line": 2314, + "line": 2325, "column": 12 }, "end": { - "line": 2314, + "line": 2325, "column": 63 } } } ], "range": [ - 70389, - 70530 + 70717, + 70858 ], "loc": { "start": { - "line": 2312, + "line": 2323, "column": 28 }, "end": { - "line": 2315, + "line": 2326, "column": 9 } } }, "alternate": null, "range": [ - 70369, - 70530 + 70697, + 70858 ], "loc": { "start": { - "line": 2312, + "line": 2323, "column": 8 }, "end": { - "line": 2315, + "line": 2326, "column": 9 } } @@ -129591,16 +129863,16 @@ "type": "Identifier", "name": "k", "range": [ - 70548, - 70549 + 70876, + 70877 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 17 }, "end": { - "line": 2316, + "line": 2327, "column": 18 } } @@ -129611,16 +129883,16 @@ "object": { "type": "ThisExpression", "range": [ - 70552, - 70556 + 70880, + 70884 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 21 }, "end": { - "line": 2316, + "line": 2327, "column": 25 } } @@ -129629,46 +129901,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 70557, - 70563 + 70885, + 70891 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 26 }, "end": { - "line": 2316, + "line": 2327, "column": 32 } } }, "range": [ - 70552, - 70563 + 70880, + 70891 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 21 }, "end": { - "line": 2316, + "line": 2327, "column": 32 } } }, "range": [ - 70548, - 70563 + 70876, + 70891 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 17 }, "end": { - "line": 2316, + "line": 2327, "column": 32 } } @@ -129676,16 +129948,16 @@ ], "kind": "let", "range": [ - 70544, - 70563 + 70872, + 70891 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 13 }, "end": { - "line": 2316, + "line": 2327, "column": 32 } } @@ -129697,16 +129969,16 @@ "type": "Identifier", "name": "k", "range": [ - 70565, - 70566 + 70893, + 70894 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 34 }, "end": { - "line": 2316, + "line": 2327, "column": 35 } } @@ -129715,31 +129987,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 70569, - 70575 + 70897, + 70903 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 38 }, "end": { - "line": 2316, + "line": 2327, "column": 44 } } }, "range": [ - 70565, - 70575 + 70893, + 70903 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 34 }, "end": { - "line": 2316, + "line": 2327, "column": 44 } } @@ -129751,32 +130023,32 @@ "type": "Identifier", "name": "k", "range": [ - 70577, - 70578 + 70905, + 70906 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 46 }, "end": { - "line": 2316, + "line": 2327, "column": 47 } } }, "prefix": false, "range": [ - 70577, - 70580 + 70905, + 70908 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 46 }, "end": { - "line": 2316, + "line": 2327, "column": 49 } } @@ -129793,16 +130065,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 70600, - 70607 + 70928, + 70935 ], "loc": { "start": { - "line": 2317, + "line": 2328, "column": 16 }, "end": { - "line": 2317, + "line": 2328, "column": 23 } } @@ -129814,16 +130086,16 @@ "type": "Identifier", "name": "k", "range": [ - 70611, - 70612 + 70939, + 70940 ], "loc": { "start": { - "line": 2317, + "line": 2328, "column": 27 }, "end": { - "line": 2317, + "line": 2328, "column": 28 } } @@ -129832,47 +130104,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 70614, - 70616 + 70942, + 70944 ], "loc": { "start": { - "line": 2317, + "line": 2328, "column": 30 }, "end": { - "line": 2317, + "line": 2328, "column": 32 } } } ], "range": [ - 70610, - 70617 + 70938, + 70945 ], "loc": { "start": { - "line": 2317, + "line": 2328, "column": 26 }, "end": { - "line": 2317, + "line": 2328, "column": 33 } } }, "range": [ - 70600, - 70617 + 70928, + 70945 ], "loc": { "start": { - "line": 2317, + "line": 2328, "column": 16 }, "end": { - "line": 2317, + "line": 2328, "column": 33 } } @@ -129880,16 +130152,16 @@ ], "kind": "let", "range": [ - 70596, - 70618 + 70924, + 70946 ], "loc": { "start": { - "line": 2317, + "line": 2328, "column": 12 }, "end": { - "line": 2317, + "line": 2328, "column": 34 } } @@ -129903,16 +130175,16 @@ "type": "Identifier", "name": "cells", "range": [ - 70635, - 70640 + 70963, + 70968 ], "loc": { "start": { - "line": 2318, + "line": 2329, "column": 16 }, "end": { - "line": 2318, + "line": 2329, "column": 21 } } @@ -129927,16 +130199,16 @@ "type": "Identifier", "name": "rows", "range": [ - 70643, - 70647 + 70971, + 70975 ], "loc": { "start": { - "line": 2318, + "line": 2329, "column": 24 }, "end": { - "line": 2318, + "line": 2329, "column": 28 } } @@ -129945,31 +130217,31 @@ "type": "Identifier", "name": "k", "range": [ - 70648, - 70649 + 70976, + 70977 ], "loc": { "start": { - "line": 2318, + "line": 2329, "column": 29 }, "end": { - "line": 2318, + "line": 2329, "column": 30 } } }, "range": [ - 70643, - 70650 + 70971, + 70978 ], "loc": { "start": { - "line": 2318, + "line": 2329, "column": 24 }, "end": { - "line": 2318, + "line": 2329, "column": 31 } } @@ -129978,46 +130250,46 @@ "type": "Identifier", "name": "cells", "range": [ - 70651, - 70656 + 70979, + 70984 ], "loc": { "start": { - "line": 2318, + "line": 2329, "column": 32 }, "end": { - "line": 2318, + "line": 2329, "column": 37 } } }, "range": [ - 70643, - 70656 + 70971, + 70984 ], "loc": { "start": { - "line": 2318, + "line": 2329, "column": 24 }, "end": { - "line": 2318, + "line": 2329, "column": 37 } } }, "range": [ - 70635, - 70656 + 70963, + 70984 ], "loc": { "start": { - "line": 2318, + "line": 2329, "column": 16 }, "end": { - "line": 2318, + "line": 2329, "column": 37 } } @@ -130025,16 +130297,16 @@ ], "kind": "let", "range": [ - 70631, - 70657 + 70959, + 70985 ], "loc": { "start": { - "line": 2318, + "line": 2329, "column": 12 }, "end": { - "line": 2318, + "line": 2329, "column": 38 } } @@ -130050,16 +130322,16 @@ "type": "Identifier", "name": "j", "range": [ - 70679, - 70680 + 71007, + 71008 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 21 }, "end": { - "line": 2319, + "line": 2330, "column": 22 } } @@ -130069,31 +130341,31 @@ "value": 0, "raw": "0", "range": [ - 70683, - 70684 + 71011, + 71012 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 25 }, "end": { - "line": 2319, + "line": 2330, "column": 26 } } }, "range": [ - 70679, - 70684 + 71007, + 71012 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 21 }, "end": { - "line": 2319, + "line": 2330, "column": 26 } } @@ -130104,16 +130376,16 @@ "type": "Identifier", "name": "len", "range": [ - 70686, - 70689 + 71014, + 71017 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 28 }, "end": { - "line": 2319, + "line": 2330, "column": 31 } } @@ -130125,16 +130397,16 @@ "type": "Identifier", "name": "cells", "range": [ - 70692, - 70697 + 71020, + 71025 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 34 }, "end": { - "line": 2319, + "line": 2330, "column": 39 } } @@ -130143,46 +130415,46 @@ "type": "Identifier", "name": "length", "range": [ - 70698, - 70704 + 71026, + 71032 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 40 }, "end": { - "line": 2319, + "line": 2330, "column": 46 } } }, "range": [ - 70692, - 70704 + 71020, + 71032 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 34 }, "end": { - "line": 2319, + "line": 2330, "column": 46 } } }, "range": [ - 70686, - 70704 + 71014, + 71032 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 28 }, "end": { - "line": 2319, + "line": 2330, "column": 46 } } @@ -130190,16 +130462,16 @@ ], "kind": "let", "range": [ - 70675, - 70704 + 71003, + 71032 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 17 }, "end": { - "line": 2319, + "line": 2330, "column": 46 } } @@ -130211,16 +130483,16 @@ "type": "Identifier", "name": "j", "range": [ - 70706, - 70707 + 71034, + 71035 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 48 }, "end": { - "line": 2319, + "line": 2330, "column": 49 } } @@ -130229,31 +130501,31 @@ "type": "Identifier", "name": "len", "range": [ - 70710, - 70713 + 71038, + 71041 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 52 }, "end": { - "line": 2319, + "line": 2330, "column": 55 } } }, "range": [ - 70706, - 70713 + 71034, + 71041 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 48 }, "end": { - "line": 2319, + "line": 2330, "column": 55 } } @@ -130265,32 +130537,32 @@ "type": "Identifier", "name": "j", "range": [ - 70715, - 70716 + 71043, + 71044 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 57 }, "end": { - "line": 2319, + "line": 2330, "column": 58 } } }, "prefix": false, "range": [ - 70715, - 70718 + 71043, + 71046 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 57 }, "end": { - "line": 2319, + "line": 2330, "column": 60 } } @@ -130307,16 +130579,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70742, - 70759 + 71070, + 71087 ], "loc": { "start": { - "line": 2320, + "line": 2331, "column": 20 }, "end": { - "line": 2320, + "line": 2331, "column": 37 } } @@ -130329,16 +130601,16 @@ "object": { "type": "ThisExpression", "range": [ - 70763, - 70767 + 71091, + 71095 ], "loc": { "start": { - "line": 2320, + "line": 2331, "column": 41 }, "end": { - "line": 2320, + "line": 2331, "column": 45 } } @@ -130347,31 +130619,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 70768, - 70780 + 71096, + 71108 ], "loc": { "start": { - "line": 2320, + "line": 2331, "column": 46 }, "end": { - "line": 2320, + "line": 2331, "column": 58 } } }, "range": [ - 70763, - 70780 + 71091, + 71108 ], "loc": { "start": { - "line": 2320, + "line": 2331, "column": 41 }, "end": { - "line": 2320, + "line": 2331, "column": 58 } } @@ -130382,47 +130654,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 70781, - 70797 + 71109, + 71125 ], "loc": { "start": { - "line": 2320, + "line": 2331, "column": 59 }, "end": { - "line": 2320, + "line": 2331, "column": 75 } } } ], "range": [ - 70763, - 70798 + 71091, + 71126 ], "loc": { "start": { - "line": 2320, + "line": 2331, "column": 41 }, "end": { - "line": 2320, + "line": 2331, "column": 76 } } }, "range": [ - 70742, - 70798 + 71070, + 71126 ], "loc": { "start": { - "line": 2320, + "line": 2331, "column": 20 }, "end": { - "line": 2320, + "line": 2331, "column": 76 } } @@ -130445,16 +130717,16 @@ "object": { "type": "ThisExpression", "range": [ - 70826, - 70830 + 71154, + 71158 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 24 }, "end": { - "line": 2321, + "line": 2332, "column": 28 } } @@ -130463,31 +130735,31 @@ "type": "Identifier", "name": "extension", "range": [ - 70831, - 70840 + 71159, + 71168 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 29 }, "end": { - "line": 2321, + "line": 2332, "column": 38 } } }, "range": [ - 70826, - 70840 + 71154, + 71168 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 24 }, "end": { - "line": 2321, + "line": 2332, "column": 38 } } @@ -130498,32 +130770,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 70841, - 70857 + 71169, + 71185 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 39 }, "end": { - "line": 2321, + "line": 2332, "column": 55 } } } ], "range": [ - 70826, - 70858 + 71154, + 71186 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 24 }, "end": { - "line": 2321, + "line": 2332, "column": 56 } } @@ -130532,31 +130804,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 70859, - 70870 + 71187, + 71198 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 57 }, "end": { - "line": 2321, + "line": 2332, "column": 68 } } }, "range": [ - 70826, - 70870 + 71154, + 71198 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 24 }, "end": { - "line": 2321, + "line": 2332, "column": 68 } } @@ -130566,32 +130838,32 @@ "type": "Identifier", "name": "j", "range": [ - 70871, - 70872 + 71199, + 71200 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 69 }, "end": { - "line": 2321, + "line": 2332, "column": 70 } } } ], "range": [ - 70826, - 70873 + 71154, + 71201 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 24 }, "end": { - "line": 2321, + "line": 2332, "column": 71 } } @@ -130603,80 +130875,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 70901, - 70910 + 71229, + 71238 ], "loc": { "start": { - "line": 2322, + "line": 2333, "column": 24 }, "end": { - "line": 2322, + "line": 2333, "column": 33 } } } ], "range": [ - 70875, - 70932 + 71203, + 71260 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 73 }, "end": { - "line": 2323, + "line": 2334, "column": 21 } } }, "alternate": null, "range": [ - 70822, - 70932 + 71150, + 71260 ], "loc": { "start": { - "line": 2321, + "line": 2332, "column": 20 }, "end": { - "line": 2323, + "line": 2334, "column": 21 } } } ], "range": [ - 70800, - 70950 + 71128, + 71278 ], "loc": { "start": { - "line": 2320, + "line": 2331, "column": 78 }, "end": { - "line": 2324, + "line": 2335, "column": 17 } } }, "alternate": null, "range": [ - 70738, - 70950 + 71066, + 71278 ], "loc": { "start": { - "line": 2320, + "line": 2331, "column": 16 }, "end": { - "line": 2324, + "line": 2335, "column": 17 } } @@ -130690,16 +130962,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 70971, - 70979 + 71299, + 71307 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 20 }, "end": { - "line": 2325, + "line": 2336, "column": 28 } } @@ -130712,16 +130984,16 @@ "object": { "type": "ThisExpression", "range": [ - 70982, - 70986 + 71310, + 71314 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 31 }, "end": { - "line": 2325, + "line": 2336, "column": 35 } } @@ -130730,31 +131002,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 70987, - 70998 + 71315, + 71326 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 36 }, "end": { - "line": 2325, + "line": 2336, "column": 47 } } }, "range": [ - 70982, - 70998 + 71310, + 71326 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 31 }, "end": { - "line": 2325, + "line": 2336, "column": 47 } } @@ -130767,16 +131039,16 @@ "type": "Identifier", "name": "cells", "range": [ - 70999, - 71004 + 71327, + 71332 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 48 }, "end": { - "line": 2325, + "line": 2336, "column": 53 } } @@ -130785,62 +131057,62 @@ "type": "Identifier", "name": "j", "range": [ - 71005, - 71006 + 71333, + 71334 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 54 }, "end": { - "line": 2325, + "line": 2336, "column": 55 } } }, "range": [ - 70999, - 71007 + 71327, + 71335 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 48 }, "end": { - "line": 2325, + "line": 2336, "column": 56 } } } ], "range": [ - 70982, - 71008 + 71310, + 71336 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 31 }, "end": { - "line": 2325, + "line": 2336, "column": 57 } } }, "range": [ - 70971, - 71008 + 71299, + 71336 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 20 }, "end": { - "line": 2325, + "line": 2336, "column": 57 } } @@ -130848,16 +131120,16 @@ ], "kind": "let", "range": [ - 70967, - 71009 + 71295, + 71337 ], "loc": { "start": { - "line": 2325, + "line": 2336, "column": 16 }, "end": { - "line": 2325, + "line": 2336, "column": 58 } } @@ -130876,16 +131148,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 71026, - 71033 + 71354, + 71361 ], "loc": { "start": { - "line": 2326, + "line": 2337, "column": 16 }, "end": { - "line": 2326, + "line": 2337, "column": 23 } } @@ -130895,31 +131167,31 @@ "value": 1, "raw": "1", "range": [ - 71034, - 71035 + 71362, + 71363 ], "loc": { "start": { - "line": 2326, + "line": 2337, "column": 24 }, "end": { - "line": 2326, + "line": 2337, "column": 25 } } }, "range": [ - 71026, - 71036 + 71354, + 71364 ], "loc": { "start": { - "line": 2326, + "line": 2337, "column": 16 }, "end": { - "line": 2326, + "line": 2337, "column": 26 } } @@ -130928,31 +131200,31 @@ "type": "Identifier", "name": "push", "range": [ - 71037, - 71041 + 71365, + 71369 ], "loc": { "start": { - "line": 2326, + "line": 2337, "column": 27 }, "end": { - "line": 2326, + "line": 2337, "column": 31 } } }, "range": [ - 71026, - 71041 + 71354, + 71369 ], "loc": { "start": { - "line": 2326, + "line": 2337, "column": 16 }, "end": { - "line": 2326, + "line": 2337, "column": 31 } } @@ -130962,78 +131234,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 71042, - 71050 + 71370, + 71378 ], "loc": { "start": { - "line": 2326, + "line": 2337, "column": 32 }, "end": { - "line": 2326, + "line": 2337, "column": 40 } } } ], "range": [ - 71026, - 71051 + 71354, + 71379 ], "loc": { "start": { - "line": 2326, + "line": 2337, "column": 16 }, "end": { - "line": 2326, + "line": 2337, "column": 41 } } }, "range": [ - 71026, - 71052 + 71354, + 71380 ], "loc": { "start": { - "line": 2326, + "line": 2337, "column": 16 }, "end": { - "line": 2326, + "line": 2337, "column": 42 } } } ], "range": [ - 70720, - 71066 + 71048, + 71394 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 62 }, "end": { - "line": 2327, + "line": 2338, "column": 13 } } }, "range": [ - 70670, - 71066 + 70998, + 71394 ], "loc": { "start": { - "line": 2319, + "line": 2330, "column": 12 }, "end": { - "line": 2327, + "line": 2338, "column": 13 } } @@ -131049,16 +131321,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 71079, - 71086 + 71407, + 71414 ], "loc": { "start": { - "line": 2328, + "line": 2339, "column": 12 }, "end": { - "line": 2328, + "line": 2339, "column": 19 } } @@ -131067,31 +131339,31 @@ "type": "Identifier", "name": "push", "range": [ - 71087, - 71091 + 71415, + 71419 ], "loc": { "start": { - "line": 2328, + "line": 2339, "column": 20 }, "end": { - "line": 2328, + "line": 2339, "column": 24 } } }, "range": [ - 71079, - 71091 + 71407, + 71419 ], "loc": { "start": { - "line": 2328, + "line": 2339, "column": 12 }, "end": { - "line": 2328, + "line": 2339, "column": 24 } } @@ -131101,78 +131373,78 @@ "type": "Identifier", "name": "rowData", "range": [ - 71092, - 71099 + 71420, + 71427 ], "loc": { "start": { - "line": 2328, + "line": 2339, "column": 25 }, "end": { - "line": 2328, + "line": 2339, "column": 32 } } } ], "range": [ - 71079, - 71100 + 71407, + 71428 ], "loc": { "start": { - "line": 2328, + "line": 2339, "column": 12 }, "end": { - "line": 2328, + "line": 2339, "column": 33 } } }, "range": [ - 71079, - 71101 + 71407, + 71429 ], "loc": { "start": { - "line": 2328, + "line": 2339, "column": 12 }, "end": { - "line": 2328, + "line": 2339, "column": 34 } } } ], "range": [ - 70582, - 71111 + 70910, + 71439 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 51 }, "end": { - "line": 2329, + "line": 2340, "column": 9 } } }, "range": [ - 70539, - 71111 + 70867, + 71439 ], "loc": { "start": { - "line": 2316, + "line": 2327, "column": 8 }, "end": { - "line": 2329, + "line": 2340, "column": 9 } } @@ -131183,47 +131455,47 @@ "type": "Identifier", "name": "tblData", "range": [ - 71127, - 71134 + 71455, + 71462 ], "loc": { "start": { - "line": 2330, + "line": 2341, "column": 15 }, "end": { - "line": 2330, + "line": 2341, "column": 22 } } }, "range": [ - 71120, - 71135 + 71448, + 71463 ], "loc": { "start": { - "line": 2330, + "line": 2341, "column": 8 }, "end": { - "line": 2330, + "line": 2341, "column": 23 } } } ], "range": [ - 70256, - 71141 + 70584, + 71469 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 68 }, "end": { - "line": 2331, + "line": 2342, "column": 5 } } @@ -131231,16 +131503,16 @@ "generator": false, "expression": false, "range": [ - 70204, - 71141 + 70532, + 71469 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 16 }, "end": { - "line": 2331, + "line": 2342, "column": 5 } } @@ -131248,16 +131520,16 @@ "kind": "method", "computed": false, "range": [ - 70192, - 71141 + 70520, + 71469 ], "loc": { "start": { - "line": 2308, + "line": 2319, "column": 4 }, "end": { - "line": 2331, + "line": 2342, "column": 5 } }, @@ -131266,16 +131538,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": [ - 69783, - 70187 + 70111, + 70515 ], "loc": { "start": { - "line": 2296, + "line": 2307, "column": 4 }, "end": { - "line": 2307, + "line": 2318, "column": 7 } } @@ -131286,16 +131558,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": [ - 71147, - 71554 + 71475, + 71882 ], "loc": { "start": { - "line": 2333, + "line": 2344, "column": 4 }, "end": { - "line": 2344, + "line": 2355, "column": 7 } } @@ -131309,16 +131581,16 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 71559, - 71574 + 71887, + 71902 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 4 }, "end": { - "line": 2345, + "line": 2356, "column": 19 } } @@ -131333,16 +131605,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 71575, - 71589 + 71903, + 71917 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 20 }, "end": { - "line": 2345, + "line": 2356, "column": 34 } } @@ -131352,31 +131624,31 @@ "value": false, "raw": "false", "range": [ - 71592, - 71597 + 71920, + 71925 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 37 }, "end": { - "line": 2345, + "line": 2356, "column": 42 } } }, "range": [ - 71575, - 71597 + 71903, + 71925 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 20 }, "end": { - "line": 2345, + "line": 2356, "column": 42 } } @@ -131387,16 +131659,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 71599, - 71616 + 71927, + 71944 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 44 }, "end": { - "line": 2345, + "line": 2356, "column": 61 } } @@ -131406,31 +131678,31 @@ "value": false, "raw": "false", "range": [ - 71619, - 71624 + 71947, + 71952 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 64 }, "end": { - "line": 2345, + "line": 2356, "column": 69 } } }, "range": [ - 71599, - 71624 + 71927, + 71952 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 44 }, "end": { - "line": 2345, + "line": 2356, "column": 69 } } @@ -131450,16 +131722,16 @@ "object": { "type": "ThisExpression", "range": [ - 71641, - 71645 + 71969, + 71973 ], "loc": { "start": { - "line": 2346, + "line": 2357, "column": 13 }, "end": { - "line": 2346, + "line": 2357, "column": 17 } } @@ -131468,47 +131740,47 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 71646, - 71660 + 71974, + 71988 ], "loc": { "start": { - "line": 2346, + "line": 2357, "column": 18 }, "end": { - "line": 2346, + "line": 2357, "column": 32 } } }, "range": [ - 71641, - 71660 + 71969, + 71988 ], "loc": { "start": { - "line": 2346, + "line": 2357, "column": 13 }, "end": { - "line": 2346, + "line": 2357, "column": 32 } } }, "prefix": true, "range": [ - 71640, - 71660 + 71968, + 71988 ], "loc": { "start": { - "line": 2346, + "line": 2357, "column": 12 }, "end": { - "line": 2346, + "line": 2357, "column": 32 } } @@ -131522,63 +131794,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 71683, - 71685 + 72011, + 72013 ], "loc": { "start": { - "line": 2347, + "line": 2358, "column": 19 }, "end": { - "line": 2347, + "line": 2358, "column": 21 } } }, "range": [ - 71676, - 71686 + 72004, + 72014 ], "loc": { "start": { - "line": 2347, + "line": 2358, "column": 12 }, "end": { - "line": 2347, + "line": 2358, "column": 22 } } } ], "range": [ - 71662, - 71696 + 71990, + 72024 ], "loc": { "start": { - "line": 2346, + "line": 2357, "column": 34 }, "end": { - "line": 2348, + "line": 2359, "column": 9 } } }, "alternate": null, "range": [ - 71636, - 71696 + 71964, + 72024 ], "loc": { "start": { - "line": 2346, + "line": 2357, "column": 8 }, "end": { - "line": 2348, + "line": 2359, "column": 9 } } @@ -131592,16 +131864,16 @@ "type": "Identifier", "name": "rows", "range": [ - 71709, - 71713 + 72037, + 72041 ], "loc": { "start": { - "line": 2349, + "line": 2360, "column": 12 }, "end": { - "line": 2349, + "line": 2360, "column": 16 } } @@ -131615,16 +131887,16 @@ "object": { "type": "ThisExpression", "range": [ - 71716, - 71720 + 72044, + 72048 ], "loc": { "start": { - "line": 2349, + "line": 2360, "column": 19 }, "end": { - "line": 2349, + "line": 2360, "column": 23 } } @@ -131633,31 +131905,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 71721, - 71724 + 72049, + 72052 ], "loc": { "start": { - "line": 2349, + "line": 2360, "column": 24 }, "end": { - "line": 2349, + "line": 2360, "column": 27 } } }, "range": [ - 71716, - 71724 + 72044, + 72052 ], "loc": { "start": { - "line": 2349, + "line": 2360, "column": 19 }, "end": { - "line": 2349, + "line": 2360, "column": 27 } } @@ -131666,46 +131938,46 @@ "type": "Identifier", "name": "rows", "range": [ - 71725, - 71729 + 72053, + 72057 ], "loc": { "start": { - "line": 2349, + "line": 2360, "column": 28 }, "end": { - "line": 2349, + "line": 2360, "column": 32 } } }, "range": [ - 71716, - 71729 + 72044, + 72057 ], "loc": { "start": { - "line": 2349, + "line": 2360, "column": 19 }, "end": { - "line": 2349, + "line": 2360, "column": 32 } } }, "range": [ - 71709, - 71729 + 72037, + 72057 ], "loc": { "start": { - "line": 2349, + "line": 2360, "column": 12 }, "end": { - "line": 2349, + "line": 2360, "column": 32 } } @@ -131716,16 +131988,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 71743, - 71755 + 72071, + 72083 ], "loc": { "start": { - "line": 2350, + "line": 2361, "column": 12 }, "end": { - "line": 2350, + "line": 2361, "column": 24 } } @@ -131734,31 +132006,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 71758, - 71760 + 72086, + 72088 ], "loc": { "start": { - "line": 2350, + "line": 2361, "column": 27 }, "end": { - "line": 2350, + "line": 2361, "column": 29 } } }, "range": [ - 71743, - 71760 + 72071, + 72088 ], "loc": { "start": { - "line": 2350, + "line": 2361, "column": 12 }, "end": { - "line": 2350, + "line": 2361, "column": 29 } } @@ -131766,16 +132038,16 @@ ], "kind": "let", "range": [ - 71705, - 71761 + 72033, + 72089 ], "loc": { "start": { - "line": 2349, + "line": 2360, "column": 8 }, "end": { - "line": 2350, + "line": 2361, "column": 30 } } @@ -131786,16 +132058,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 71774, - 71788 + 72102, + 72116 ], "loc": { "start": { - "line": 2351, + "line": 2362, "column": 12 }, "end": { - "line": 2351, + "line": 2362, "column": 26 } } @@ -131812,16 +132084,16 @@ "type": "Identifier", "name": "headers", "range": [ - 71808, - 71815 + 72136, + 72143 ], "loc": { "start": { - "line": 2352, + "line": 2363, "column": 16 }, "end": { - "line": 2352, + "line": 2363, "column": 23 } } @@ -131834,16 +132106,16 @@ "object": { "type": "ThisExpression", "range": [ - 71818, - 71822 + 72146, + 72150 ], "loc": { "start": { - "line": 2352, + "line": 2363, "column": 26 }, "end": { - "line": 2352, + "line": 2363, "column": 30 } } @@ -131852,31 +132124,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 71823, - 71837 + 72151, + 72165 ], "loc": { "start": { - "line": 2352, + "line": 2363, "column": 31 }, "end": { - "line": 2352, + "line": 2363, "column": 45 } } }, "range": [ - 71818, - 71837 + 72146, + 72165 ], "loc": { "start": { - "line": 2352, + "line": 2363, "column": 26 }, "end": { - "line": 2352, + "line": 2363, "column": 45 } } @@ -131886,47 +132158,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 71838, - 71855 + 72166, + 72183 ], "loc": { "start": { - "line": 2352, + "line": 2363, "column": 46 }, "end": { - "line": 2352, + "line": 2363, "column": 63 } } } ], "range": [ - 71818, - 71856 + 72146, + 72184 ], "loc": { "start": { - "line": 2352, + "line": 2363, "column": 26 }, "end": { - "line": 2352, + "line": 2363, "column": 64 } } }, "range": [ - 71808, - 71856 + 72136, + 72184 ], "loc": { "start": { - "line": 2352, + "line": 2363, "column": 16 }, "end": { - "line": 2352, + "line": 2363, "column": 64 } } @@ -131934,16 +132206,16 @@ ], "kind": "let", "range": [ - 71804, - 71857 + 72132, + 72185 ], "loc": { "start": { - "line": 2352, + "line": 2363, "column": 12 }, "end": { - "line": 2352, + "line": 2363, "column": 65 } } @@ -131959,16 +132231,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 71870, - 71882 + 72198, + 72210 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 12 }, "end": { - "line": 2353, + "line": 2364, "column": 24 } } @@ -131977,31 +132249,31 @@ "type": "Identifier", "name": "push", "range": [ - 71883, - 71887 + 72211, + 72215 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 25 }, "end": { - "line": 2353, + "line": 2364, "column": 29 } } }, "range": [ - 71870, - 71887 + 72198, + 72215 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 12 }, "end": { - "line": 2353, + "line": 2364, "column": 29 } } @@ -132018,16 +132290,16 @@ "object": { "type": "ThisExpression", "range": [ - 71889, - 71893 + 72217, + 72221 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 31 }, "end": { - "line": 2353, + "line": 2364, "column": 35 } } @@ -132036,47 +132308,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 71894, - 71912 + 72222, + 72240 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 36 }, "end": { - "line": 2353, + "line": 2364, "column": 54 } } }, "range": [ - 71889, - 71912 + 72217, + 72240 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 31 }, "end": { - "line": 2353, + "line": 2364, "column": 54 } } }, "arguments": [], "range": [ - 71889, - 71914 + 72217, + 72242 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 31 }, "end": { - "line": 2353, + "line": 2364, "column": 56 } } @@ -132085,95 +132357,95 @@ "type": "Identifier", "name": "headers", "range": [ - 71916, - 71923 + 72244, + 72251 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 58 }, "end": { - "line": 2353, + "line": 2364, "column": 65 } } } ], "range": [ - 71888, - 71924 + 72216, + 72252 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 30 }, "end": { - "line": 2353, + "line": 2364, "column": 66 } } } ], "range": [ - 71870, - 71925 + 72198, + 72253 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 12 }, "end": { - "line": 2353, + "line": 2364, "column": 67 } } }, "range": [ - 71870, - 71926 + 72198, + 72254 ], "loc": { "start": { - "line": 2353, + "line": 2364, "column": 12 }, "end": { - "line": 2353, + "line": 2364, "column": 68 } } } ], "range": [ - 71790, - 71936 + 72118, + 72264 ], "loc": { "start": { - "line": 2351, + "line": 2362, "column": 28 }, "end": { - "line": 2354, + "line": 2365, "column": 9 } } }, "alternate": null, "range": [ - 71770, - 71936 + 72098, + 72264 ], "loc": { "start": { - "line": 2351, + "line": 2362, "column": 8 }, "end": { - "line": 2354, + "line": 2365, "column": 9 } } @@ -132187,16 +132459,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 71950, - 71959 + 72278, + 72287 ], "loc": { "start": { - "line": 2356, + "line": 2367, "column": 12 }, "end": { - "line": 2356, + "line": 2367, "column": 21 } } @@ -132209,16 +132481,16 @@ "object": { "type": "ThisExpression", "range": [ - 71962, - 71966 + 72290, + 72294 ], "loc": { "start": { - "line": 2356, + "line": 2367, "column": 24 }, "end": { - "line": 2356, + "line": 2367, "column": 28 } } @@ -132227,31 +132499,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 71967, - 71979 + 72295, + 72307 ], "loc": { "start": { - "line": 2356, + "line": 2367, "column": 29 }, "end": { - "line": 2356, + "line": 2367, "column": 41 } } }, "range": [ - 71962, - 71979 + 72290, + 72307 ], "loc": { "start": { - "line": 2356, + "line": 2367, "column": 24 }, "end": { - "line": 2356, + "line": 2367, "column": 41 } } @@ -132262,47 +132534,47 @@ "value": true, "raw": "true", "range": [ - 71980, - 71984 + 72308, + 72312 ], "loc": { "start": { - "line": 2356, + "line": 2367, "column": 42 }, "end": { - "line": 2356, + "line": 2367, "column": 46 } } } ], "range": [ - 71962, - 71985 + 72290, + 72313 ], "loc": { "start": { - "line": 2356, + "line": 2367, "column": 24 }, "end": { - "line": 2356, + "line": 2367, "column": 47 } } }, "range": [ - 71950, - 71985 + 72278, + 72313 ], "loc": { "start": { - "line": 2356, + "line": 2367, "column": 12 }, "end": { - "line": 2356, + "line": 2367, "column": 47 } } @@ -132310,16 +132582,16 @@ ], "kind": "let", "range": [ - 71946, - 71986 + 72274, + 72314 ], "loc": { "start": { - "line": 2356, + "line": 2367, "column": 8 }, "end": { - "line": 2356, + "line": 2367, "column": 48 } } @@ -132335,16 +132607,16 @@ "type": "Identifier", "name": "i", "range": [ - 72004, - 72005 + 72332, + 72333 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 17 }, "end": { - "line": 2357, + "line": 2368, "column": 18 } } @@ -132354,31 +132626,31 @@ "value": 0, "raw": "0", "range": [ - 72008, - 72009 + 72336, + 72337 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 21 }, "end": { - "line": 2357, + "line": 2368, "column": 22 } } }, "range": [ - 72004, - 72009 + 72332, + 72337 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 17 }, "end": { - "line": 2357, + "line": 2368, "column": 22 } } @@ -132386,16 +132658,16 @@ ], "kind": "let", "range": [ - 72000, - 72009 + 72328, + 72337 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 13 }, "end": { - "line": 2357, + "line": 2368, "column": 22 } } @@ -132407,16 +132679,16 @@ "type": "Identifier", "name": "i", "range": [ - 72011, - 72012 + 72339, + 72340 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 24 }, "end": { - "line": 2357, + "line": 2368, "column": 25 } } @@ -132428,16 +132700,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 72015, - 72024 + 72343, + 72352 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 28 }, "end": { - "line": 2357, + "line": 2368, "column": 37 } } @@ -132446,46 +132718,46 @@ "type": "Identifier", "name": "length", "range": [ - 72025, - 72031 + 72353, + 72359 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 38 }, "end": { - "line": 2357, + "line": 2368, "column": 44 } } }, "range": [ - 72015, - 72031 + 72343, + 72359 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 28 }, "end": { - "line": 2357, + "line": 2368, "column": 44 } } }, "range": [ - 72011, - 72031 + 72339, + 72359 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 24 }, "end": { - "line": 2357, + "line": 2368, "column": 44 } } @@ -132497,32 +132769,32 @@ "type": "Identifier", "name": "i", "range": [ - 72033, - 72034 + 72361, + 72362 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 46 }, "end": { - "line": 2357, + "line": 2368, "column": 47 } } }, "prefix": false, "range": [ - 72033, - 72036 + 72361, + 72364 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 46 }, "end": { - "line": 2357, + "line": 2368, "column": 49 } } @@ -132539,16 +132811,16 @@ "type": "Identifier", "name": "rData", "range": [ - 72056, - 72061 + 72384, + 72389 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 16 }, "end": { - "line": 2358, + "line": 2369, "column": 21 } } @@ -132565,16 +132837,16 @@ "object": { "type": "ThisExpression", "range": [ - 72065, - 72069 + 72393, + 72397 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 25 }, "end": { - "line": 2358, + "line": 2369, "column": 29 } } @@ -132583,31 +132855,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 72070, - 72084 + 72398, + 72412 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 30 }, "end": { - "line": 2358, + "line": 2369, "column": 44 } } }, "range": [ - 72065, - 72084 + 72393, + 72412 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 25 }, "end": { - "line": 2358, + "line": 2369, "column": 44 } } @@ -132616,31 +132888,31 @@ "type": "Identifier", "name": "i", "range": [ - 72085, - 72086 + 72413, + 72414 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 45 }, "end": { - "line": 2358, + "line": 2369, "column": 46 } } }, "range": [ - 72065, - 72087 + 72393, + 72415 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 25 }, "end": { - "line": 2358, + "line": 2369, "column": 47 } } @@ -132649,47 +132921,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 72089, - 72091 + 72417, + 72419 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 49 }, "end": { - "line": 2358, + "line": 2369, "column": 51 } } } ], "range": [ - 72064, - 72092 + 72392, + 72420 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 24 }, "end": { - "line": 2358, + "line": 2369, "column": 52 } } }, "range": [ - 72056, - 72092 + 72384, + 72420 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 16 }, "end": { - "line": 2358, + "line": 2369, "column": 52 } } @@ -132700,16 +132972,16 @@ "type": "Identifier", "name": "cells", "range": [ - 72110, - 72115 + 72438, + 72443 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 16 }, "end": { - "line": 2359, + "line": 2370, "column": 21 } } @@ -132724,16 +132996,16 @@ "type": "Identifier", "name": "rows", "range": [ - 72118, - 72122 + 72446, + 72450 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 24 }, "end": { - "line": 2359, + "line": 2370, "column": 28 } } @@ -132747,16 +133019,16 @@ "object": { "type": "ThisExpression", "range": [ - 72123, - 72127 + 72451, + 72455 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 29 }, "end": { - "line": 2359, + "line": 2370, "column": 33 } } @@ -132765,31 +133037,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 72128, - 72142 + 72456, + 72470 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 34 }, "end": { - "line": 2359, + "line": 2370, "column": 48 } } }, "range": [ - 72123, - 72142 + 72451, + 72470 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 29 }, "end": { - "line": 2359, + "line": 2370, "column": 48 } } @@ -132798,46 +133070,46 @@ "type": "Identifier", "name": "i", "range": [ - 72143, - 72144 + 72471, + 72472 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 49 }, "end": { - "line": 2359, + "line": 2370, "column": 50 } } }, "range": [ - 72123, - 72145 + 72451, + 72473 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 29 }, "end": { - "line": 2359, + "line": 2370, "column": 51 } } }, "range": [ - 72118, - 72146 + 72446, + 72474 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 24 }, "end": { - "line": 2359, + "line": 2370, "column": 52 } } @@ -132846,46 +133118,46 @@ "type": "Identifier", "name": "cells", "range": [ - 72147, - 72152 + 72475, + 72480 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 53 }, "end": { - "line": 2359, + "line": 2370, "column": 58 } } }, "range": [ - 72118, - 72152 + 72446, + 72480 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 24 }, "end": { - "line": 2359, + "line": 2370, "column": 58 } } }, "range": [ - 72110, - 72152 + 72438, + 72480 ], "loc": { "start": { - "line": 2359, + "line": 2370, "column": 16 }, "end": { - "line": 2359, + "line": 2370, "column": 58 } } @@ -132893,16 +133165,16 @@ ], "kind": "let", "range": [ - 72052, - 72153 + 72380, + 72481 ], "loc": { "start": { - "line": 2358, + "line": 2369, "column": 12 }, "end": { - "line": 2359, + "line": 2370, "column": 59 } } @@ -132918,16 +133190,16 @@ "type": "Identifier", "name": "k", "range": [ - 72175, - 72176 + 72503, + 72504 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 21 }, "end": { - "line": 2360, + "line": 2371, "column": 22 } } @@ -132937,31 +133209,31 @@ "value": 0, "raw": "0", "range": [ - 72179, - 72180 + 72507, + 72508 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 25 }, "end": { - "line": 2360, + "line": 2371, "column": 26 } } }, "range": [ - 72175, - 72180 + 72503, + 72508 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 21 }, "end": { - "line": 2360, + "line": 2371, "column": 26 } } @@ -132969,16 +133241,16 @@ ], "kind": "let", "range": [ - 72171, - 72180 + 72499, + 72508 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 17 }, "end": { - "line": 2360, + "line": 2371, "column": 26 } } @@ -132990,16 +133262,16 @@ "type": "Identifier", "name": "k", "range": [ - 72182, - 72183 + 72510, + 72511 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 28 }, "end": { - "line": 2360, + "line": 2371, "column": 29 } } @@ -133011,16 +133283,16 @@ "type": "Identifier", "name": "cells", "range": [ - 72186, - 72191 + 72514, + 72519 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 32 }, "end": { - "line": 2360, + "line": 2371, "column": 37 } } @@ -133029,46 +133301,46 @@ "type": "Identifier", "name": "length", "range": [ - 72192, - 72198 + 72520, + 72526 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 38 }, "end": { - "line": 2360, + "line": 2371, "column": 44 } } }, "range": [ - 72186, - 72198 + 72514, + 72526 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 32 }, "end": { - "line": 2360, + "line": 2371, "column": 44 } } }, "range": [ - 72182, - 72198 + 72510, + 72526 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 28 }, "end": { - "line": 2360, + "line": 2371, "column": 44 } } @@ -133080,32 +133352,32 @@ "type": "Identifier", "name": "k", "range": [ - 72200, - 72201 + 72528, + 72529 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 46 }, "end": { - "line": 2360, + "line": 2371, "column": 47 } } }, "prefix": false, "range": [ - 72200, - 72203 + 72528, + 72531 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 46 }, "end": { - "line": 2360, + "line": 2371, "column": 49 } } @@ -133122,16 +133394,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 72227, - 72244 + 72555, + 72572 ], "loc": { "start": { - "line": 2361, + "line": 2372, "column": 20 }, "end": { - "line": 2361, + "line": 2372, "column": 37 } } @@ -133144,16 +133416,16 @@ "object": { "type": "ThisExpression", "range": [ - 72248, - 72252 + 72576, + 72580 ], "loc": { "start": { - "line": 2361, + "line": 2372, "column": 41 }, "end": { - "line": 2361, + "line": 2372, "column": 45 } } @@ -133162,31 +133434,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 72253, - 72265 + 72581, + 72593 ], "loc": { "start": { - "line": 2361, + "line": 2372, "column": 46 }, "end": { - "line": 2361, + "line": 2372, "column": 58 } } }, "range": [ - 72248, - 72265 + 72576, + 72593 ], "loc": { "start": { - "line": 2361, + "line": 2372, "column": 41 }, "end": { - "line": 2361, + "line": 2372, "column": 58 } } @@ -133197,47 +133469,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 72266, - 72282 + 72594, + 72610 ], "loc": { "start": { - "line": 2361, + "line": 2372, "column": 59 }, "end": { - "line": 2361, + "line": 2372, "column": 75 } } } ], "range": [ - 72248, - 72283 + 72576, + 72611 ], "loc": { "start": { - "line": 2361, + "line": 2372, "column": 41 }, "end": { - "line": 2361, + "line": 2372, "column": 76 } } }, "range": [ - 72227, - 72283 + 72555, + 72611 ], "loc": { "start": { - "line": 2361, + "line": 2372, "column": 20 }, "end": { - "line": 2361, + "line": 2372, "column": 76 } } @@ -133260,16 +133532,16 @@ "object": { "type": "ThisExpression", "range": [ - 72311, - 72315 + 72639, + 72643 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 24 }, "end": { - "line": 2362, + "line": 2373, "column": 28 } } @@ -133278,31 +133550,31 @@ "type": "Identifier", "name": "extension", "range": [ - 72316, - 72325 + 72644, + 72653 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 29 }, "end": { - "line": 2362, + "line": 2373, "column": 38 } } }, "range": [ - 72311, - 72325 + 72639, + 72653 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 24 }, "end": { - "line": 2362, + "line": 2373, "column": 38 } } @@ -133313,32 +133585,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 72326, - 72342 + 72654, + 72670 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 39 }, "end": { - "line": 2362, + "line": 2373, "column": 55 } } } ], "range": [ - 72311, - 72343 + 72639, + 72671 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 24 }, "end": { - "line": 2362, + "line": 2373, "column": 56 } } @@ -133347,31 +133619,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 72344, - 72355 + 72672, + 72683 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 57 }, "end": { - "line": 2362, + "line": 2373, "column": 68 } } }, "range": [ - 72311, - 72355 + 72639, + 72683 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 24 }, "end": { - "line": 2362, + "line": 2373, "column": 68 } } @@ -133381,32 +133653,32 @@ "type": "Identifier", "name": "k", "range": [ - 72356, - 72357 + 72684, + 72685 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 69 }, "end": { - "line": 2362, + "line": 2373, "column": 70 } } } ], "range": [ - 72311, - 72358 + 72639, + 72686 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 24 }, "end": { - "line": 2362, + "line": 2373, "column": 71 } } @@ -133418,80 +133690,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 72386, - 72395 + 72714, + 72723 ], "loc": { "start": { - "line": 2363, + "line": 2374, "column": 24 }, "end": { - "line": 2363, + "line": 2374, "column": 33 } } } ], "range": [ - 72360, - 72417 + 72688, + 72745 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 73 }, "end": { - "line": 2364, + "line": 2375, "column": 21 } } }, "alternate": null, "range": [ - 72307, - 72417 + 72635, + 72745 ], "loc": { "start": { - "line": 2362, + "line": 2373, "column": 20 }, "end": { - "line": 2364, + "line": 2375, "column": 21 } } } ], "range": [ - 72285, - 72435 + 72613, + 72763 ], "loc": { "start": { - "line": 2361, + "line": 2372, "column": 78 }, "end": { - "line": 2365, + "line": 2376, "column": 17 } } }, "alternate": null, "range": [ - 72223, - 72435 + 72551, + 72763 ], "loc": { "start": { - "line": 2361, + "line": 2372, "column": 16 }, "end": { - "line": 2365, + "line": 2376, "column": 17 } } @@ -133505,16 +133777,16 @@ "type": "Identifier", "name": "cellData", "range": [ - 72456, - 72464 + 72784, + 72792 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 20 }, "end": { - "line": 2366, + "line": 2377, "column": 28 } } @@ -133527,16 +133799,16 @@ "object": { "type": "ThisExpression", "range": [ - 72467, - 72471 + 72795, + 72799 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 31 }, "end": { - "line": 2366, + "line": 2377, "column": 35 } } @@ -133545,31 +133817,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 72472, - 72483 + 72800, + 72811 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 36 }, "end": { - "line": 2366, + "line": 2377, "column": 47 } } }, "range": [ - 72467, - 72483 + 72795, + 72811 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 31 }, "end": { - "line": 2366, + "line": 2377, "column": 47 } } @@ -133582,16 +133854,16 @@ "type": "Identifier", "name": "cells", "range": [ - 72484, - 72489 + 72812, + 72817 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 48 }, "end": { - "line": 2366, + "line": 2377, "column": 53 } } @@ -133600,62 +133872,62 @@ "type": "Identifier", "name": "k", "range": [ - 72490, - 72491 + 72818, + 72819 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 54 }, "end": { - "line": 2366, + "line": 2377, "column": 55 } } }, "range": [ - 72484, - 72492 + 72812, + 72820 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 48 }, "end": { - "line": 2366, + "line": 2377, "column": 56 } } } ], "range": [ - 72467, - 72493 + 72795, + 72821 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 31 }, "end": { - "line": 2366, + "line": 2377, "column": 57 } } }, "range": [ - 72456, - 72493 + 72784, + 72821 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 20 }, "end": { - "line": 2366, + "line": 2377, "column": 57 } } @@ -133663,16 +133935,16 @@ ], "kind": "let", "range": [ - 72452, - 72494 + 72780, + 72822 ], "loc": { "start": { - "line": 2366, + "line": 2377, "column": 16 }, "end": { - "line": 2366, + "line": 2377, "column": 58 } } @@ -133691,16 +133963,16 @@ "type": "Identifier", "name": "rData", "range": [ - 72511, - 72516 + 72839, + 72844 ], "loc": { "start": { - "line": 2367, + "line": 2378, "column": 16 }, "end": { - "line": 2367, + "line": 2378, "column": 21 } } @@ -133710,31 +133982,31 @@ "value": 1, "raw": "1", "range": [ - 72517, - 72518 + 72845, + 72846 ], "loc": { "start": { - "line": 2367, + "line": 2378, "column": 22 }, "end": { - "line": 2367, + "line": 2378, "column": 23 } } }, "range": [ - 72511, - 72519 + 72839, + 72847 ], "loc": { "start": { - "line": 2367, + "line": 2378, "column": 16 }, "end": { - "line": 2367, + "line": 2378, "column": 24 } } @@ -133743,31 +134015,31 @@ "type": "Identifier", "name": "push", "range": [ - 72520, - 72524 + 72848, + 72852 ], "loc": { "start": { - "line": 2367, + "line": 2378, "column": 25 }, "end": { - "line": 2367, + "line": 2378, "column": 29 } } }, "range": [ - 72511, - 72524 + 72839, + 72852 ], "loc": { "start": { - "line": 2367, + "line": 2378, "column": 16 }, "end": { - "line": 2367, + "line": 2378, "column": 29 } } @@ -133777,78 +134049,78 @@ "type": "Identifier", "name": "cellData", "range": [ - 72525, - 72533 + 72853, + 72861 ], "loc": { "start": { - "line": 2367, + "line": 2378, "column": 30 }, "end": { - "line": 2367, + "line": 2378, "column": 38 } } } ], "range": [ - 72511, - 72534 + 72839, + 72862 ], "loc": { "start": { - "line": 2367, + "line": 2378, "column": 16 }, "end": { - "line": 2367, + "line": 2378, "column": 39 } } }, "range": [ - 72511, - 72535 + 72839, + 72863 ], "loc": { "start": { - "line": 2367, + "line": 2378, "column": 16 }, "end": { - "line": 2367, + "line": 2378, "column": 40 } } } ], "range": [ - 72205, - 72549 + 72533, + 72877 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 51 }, "end": { - "line": 2368, + "line": 2379, "column": 13 } } }, "range": [ - 72166, - 72549 + 72494, + 72877 ], "loc": { "start": { - "line": 2360, + "line": 2371, "column": 12 }, "end": { - "line": 2368, + "line": 2379, "column": 13 } } @@ -133864,16 +134136,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 72562, - 72574 + 72890, + 72902 ], "loc": { "start": { - "line": 2369, + "line": 2380, "column": 12 }, "end": { - "line": 2369, + "line": 2380, "column": 24 } } @@ -133882,31 +134154,31 @@ "type": "Identifier", "name": "push", "range": [ - 72575, - 72579 + 72903, + 72907 ], "loc": { "start": { - "line": 2369, + "line": 2380, "column": 25 }, "end": { - "line": 2369, + "line": 2380, "column": 29 } } }, "range": [ - 72562, - 72579 + 72890, + 72907 ], "loc": { "start": { - "line": 2369, + "line": 2380, "column": 12 }, "end": { - "line": 2369, + "line": 2380, "column": 29 } } @@ -133916,78 +134188,78 @@ "type": "Identifier", "name": "rData", "range": [ - 72580, - 72585 + 72908, + 72913 ], "loc": { "start": { - "line": 2369, + "line": 2380, "column": 30 }, "end": { - "line": 2369, + "line": 2380, "column": 35 } } } ], "range": [ - 72562, - 72586 + 72890, + 72914 ], "loc": { "start": { - "line": 2369, + "line": 2380, "column": 12 }, "end": { - "line": 2369, + "line": 2380, "column": 36 } } }, "range": [ - 72562, - 72587 + 72890, + 72915 ], "loc": { "start": { - "line": 2369, + "line": 2380, "column": 12 }, "end": { - "line": 2369, + "line": 2380, "column": 37 } } } ], "range": [ - 72038, - 72597 + 72366, + 72925 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 51 }, "end": { - "line": 2370, + "line": 2381, "column": 9 } } }, "range": [ - 71995, - 72597 + 72323, + 72925 ], "loc": { "start": { - "line": 2357, + "line": 2368, "column": 8 }, "end": { - "line": 2370, + "line": 2381, "column": 9 } } @@ -133998,47 +134270,47 @@ "type": "Identifier", "name": "filteredData", "range": [ - 72613, - 72625 + 72941, + 72953 ], "loc": { "start": { - "line": 2371, + "line": 2382, "column": 15 }, "end": { - "line": 2371, + "line": 2382, "column": 27 } } }, "range": [ - 72606, - 72626 + 72934, + 72954 ], "loc": { "start": { - "line": 2371, + "line": 2382, "column": 8 }, "end": { - "line": 2371, + "line": 2382, "column": 28 } } } ], "range": [ - 71626, - 72632 + 71954, + 72960 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 71 }, "end": { - "line": 2372, + "line": 2383, "column": 5 } } @@ -134046,16 +134318,16 @@ "generator": false, "expression": false, "range": [ - 71574, - 72632 + 71902, + 72960 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 19 }, "end": { - "line": 2372, + "line": 2383, "column": 5 } } @@ -134063,16 +134335,16 @@ "kind": "method", "computed": false, "range": [ - 71559, - 72632 + 71887, + 72960 ], "loc": { "start": { - "line": 2345, + "line": 2356, "column": 4 }, "end": { - "line": 2372, + "line": 2383, "column": 5 } }, @@ -134081,16 +134353,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": [ - 71147, - 71554 + 71475, + 71882 ], "loc": { "start": { - "line": 2333, + "line": 2344, "column": 4 }, "end": { - "line": 2344, + "line": 2355, "column": 7 } } @@ -134101,16 +134373,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": [ - 72638, - 72969 + 72966, + 73297 ], "loc": { "start": { - "line": 2374, + "line": 2385, "column": 4 }, "end": { - "line": 2381, + "line": 2392, "column": 7 } } @@ -134124,16 +134396,16 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 72974, - 72992 + 73302, + 73320 ], "loc": { "start": { - "line": 2382, + "line": 2393, "column": 4 }, "end": { - "line": 2382, + "line": 2393, "column": 22 } } @@ -134146,16 +134418,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72993, - 73001 + 73321, + 73329 ], "loc": { "start": { - "line": 2382, + "line": 2393, "column": 23 }, "end": { - "line": 2382, + "line": 2393, "column": 31 } } @@ -134166,16 +134438,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 73003, - 73017 + 73331, + 73345 ], "loc": { "start": { - "line": 2382, + "line": 2393, "column": 33 }, "end": { - "line": 2382, + "line": 2393, "column": 47 } } @@ -134185,31 +134457,31 @@ "value": false, "raw": "false", "range": [ - 73020, - 73025 + 73348, + 73353 ], "loc": { "start": { - "line": 2382, + "line": 2393, "column": 50 }, "end": { - "line": 2382, + "line": 2393, "column": 55 } } }, "range": [ - 73003, - 73025 + 73331, + 73353 ], "loc": { "start": { - "line": 2382, + "line": 2393, "column": 33 }, "end": { - "line": 2382, + "line": 2393, "column": 55 } } @@ -134226,16 +134498,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 73041, - 73048 + 73369, + 73376 ], "loc": { "start": { - "line": 2383, + "line": 2394, "column": 12 }, "end": { - "line": 2383, + "line": 2394, "column": 19 } } @@ -134245,32 +134517,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73049, - 73057 + 73377, + 73385 ], "loc": { "start": { - "line": 2383, + "line": 2394, "column": 20 }, "end": { - "line": 2383, + "line": 2394, "column": 28 } } } ], "range": [ - 73041, - 73058 + 73369, + 73386 ], "loc": { "start": { - "line": 2383, + "line": 2394, "column": 12 }, "end": { - "line": 2383, + "line": 2394, "column": 29 } } @@ -134284,63 +134556,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 73081, - 73083 + 73409, + 73411 ], "loc": { "start": { - "line": 2384, + "line": 2395, "column": 19 }, "end": { - "line": 2384, + "line": 2395, "column": 21 } } }, "range": [ - 73074, - 73084 + 73402, + 73412 ], "loc": { "start": { - "line": 2384, + "line": 2395, "column": 12 }, "end": { - "line": 2384, + "line": 2395, "column": 22 } } } ], "range": [ - 73060, - 73094 + 73388, + 73422 ], "loc": { "start": { - "line": 2383, + "line": 2394, "column": 31 }, "end": { - "line": 2385, + "line": 2396, "column": 9 } } }, "alternate": null, "range": [ - 73037, - 73094 + 73365, + 73422 ], "loc": { "start": { - "line": 2383, + "line": 2394, "column": 8 }, "end": { - "line": 2385, + "line": 2396, "column": 9 } } @@ -134354,16 +134626,16 @@ "type": "Identifier", "name": "data", "range": [ - 73107, - 73111 + 73435, + 73439 ], "loc": { "start": { - "line": 2386, + "line": 2397, "column": 12 }, "end": { - "line": 2386, + "line": 2397, "column": 16 } } @@ -134376,16 +134648,16 @@ "object": { "type": "ThisExpression", "range": [ - 73114, - 73118 + 73442, + 73446 ], "loc": { "start": { - "line": 2386, + "line": 2397, "column": 19 }, "end": { - "line": 2386, + "line": 2397, "column": 23 } } @@ -134394,62 +134666,62 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 73119, - 73134 + 73447, + 73462 ], "loc": { "start": { - "line": 2386, + "line": 2397, "column": 24 }, "end": { - "line": 2386, + "line": 2397, "column": 39 } } }, "range": [ - 73114, - 73134 + 73442, + 73462 ], "loc": { "start": { - "line": 2386, + "line": 2397, "column": 19 }, "end": { - "line": 2386, + "line": 2397, "column": 39 } } }, "arguments": [], "range": [ - 73114, - 73136 + 73442, + 73464 ], "loc": { "start": { - "line": 2386, + "line": 2397, "column": 19 }, "end": { - "line": 2386, + "line": 2397, "column": 41 } } }, "range": [ - 73107, - 73136 + 73435, + 73464 ], "loc": { "start": { - "line": 2386, + "line": 2397, "column": 12 }, "end": { - "line": 2386, + "line": 2397, "column": 41 } } @@ -134460,16 +134732,16 @@ "type": "Identifier", "name": "colData", "range": [ - 73150, - 73157 + 73478, + 73485 ], "loc": { "start": { - "line": 2387, + "line": 2398, "column": 12 }, "end": { - "line": 2387, + "line": 2398, "column": 19 } } @@ -134478,31 +134750,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 73160, - 73162 + 73488, + 73490 ], "loc": { "start": { - "line": 2387, + "line": 2398, "column": 22 }, "end": { - "line": 2387, + "line": 2398, "column": 24 } } }, "range": [ - 73150, - 73162 + 73478, + 73490 ], "loc": { "start": { - "line": 2387, + "line": 2398, "column": 12 }, "end": { - "line": 2387, + "line": 2398, "column": 24 } } @@ -134510,16 +134782,16 @@ ], "kind": "let", "range": [ - 73103, - 73163 + 73431, + 73491 ], "loc": { "start": { - "line": 2386, + "line": 2397, "column": 8 }, "end": { - "line": 2387, + "line": 2398, "column": 25 } } @@ -134530,16 +134802,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 73176, - 73190 + 73504, + 73518 ], "loc": { "start": { - "line": 2388, + "line": 2399, "column": 12 }, "end": { - "line": 2388, + "line": 2399, "column": 26 } } @@ -134558,16 +134830,16 @@ "type": "Identifier", "name": "colData", "range": [ - 73206, - 73213 + 73534, + 73541 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 12 }, "end": { - "line": 2389, + "line": 2400, "column": 19 } } @@ -134576,31 +134848,31 @@ "type": "Identifier", "name": "push", "range": [ - 73214, - 73218 + 73542, + 73546 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 20 }, "end": { - "line": 2389, + "line": 2400, "column": 24 } } }, "range": [ - 73206, - 73218 + 73534, + 73546 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 12 }, "end": { - "line": 2389, + "line": 2400, "column": 24 } } @@ -134617,16 +134889,16 @@ "object": { "type": "ThisExpression", "range": [ - 73219, - 73223 + 73547, + 73551 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 25 }, "end": { - "line": 2389, + "line": 2400, "column": 29 } } @@ -134635,47 +134907,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 73224, - 73238 + 73552, + 73566 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 30 }, "end": { - "line": 2389, + "line": 2400, "column": 44 } } }, "range": [ - 73219, - 73238 + 73547, + 73566 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 25 }, "end": { - "line": 2389, + "line": 2400, "column": 44 } } }, "arguments": [], "range": [ - 73219, - 73240 + 73547, + 73568 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 25 }, "end": { - "line": 2389, + "line": 2400, "column": 46 } } @@ -134684,94 +134956,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73241, - 73249 + 73569, + 73577 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 47 }, "end": { - "line": 2389, + "line": 2400, "column": 55 } } }, "range": [ - 73219, - 73250 + 73547, + 73578 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 25 }, "end": { - "line": 2389, + "line": 2400, "column": 56 } } } ], "range": [ - 73206, - 73251 + 73534, + 73579 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 12 }, "end": { - "line": 2389, + "line": 2400, "column": 57 } } }, "range": [ - 73206, - 73252 + 73534, + 73580 ], "loc": { "start": { - "line": 2389, + "line": 2400, "column": 12 }, "end": { - "line": 2389, + "line": 2400, "column": 58 } } } ], "range": [ - 73192, - 73262 + 73520, + 73590 ], "loc": { "start": { - "line": 2388, + "line": 2399, "column": 28 }, "end": { - "line": 2390, + "line": 2401, "column": 9 } } }, "alternate": null, "range": [ - 73172, - 73262 + 73500, + 73590 ], "loc": { "start": { - "line": 2388, + "line": 2399, "column": 8 }, "end": { - "line": 2390, + "line": 2401, "column": 9 } } @@ -134787,16 +135059,16 @@ "type": "Identifier", "name": "i", "range": [ - 73280, - 73281 + 73608, + 73609 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 17 }, "end": { - "line": 2391, + "line": 2402, "column": 18 } } @@ -134806,31 +135078,31 @@ "value": 0, "raw": "0", "range": [ - 73284, - 73285 + 73612, + 73613 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 21 }, "end": { - "line": 2391, + "line": 2402, "column": 22 } } }, "range": [ - 73280, - 73285 + 73608, + 73613 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 17 }, "end": { - "line": 2391, + "line": 2402, "column": 22 } } @@ -134841,16 +135113,16 @@ "type": "Identifier", "name": "len", "range": [ - 73287, - 73290 + 73615, + 73618 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 24 }, "end": { - "line": 2391, + "line": 2402, "column": 27 } } @@ -134862,16 +135134,16 @@ "type": "Identifier", "name": "data", "range": [ - 73293, - 73297 + 73621, + 73625 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 30 }, "end": { - "line": 2391, + "line": 2402, "column": 34 } } @@ -134880,46 +135152,46 @@ "type": "Identifier", "name": "length", "range": [ - 73298, - 73304 + 73626, + 73632 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 35 }, "end": { - "line": 2391, + "line": 2402, "column": 41 } } }, "range": [ - 73293, - 73304 + 73621, + 73632 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 30 }, "end": { - "line": 2391, + "line": 2402, "column": 41 } } }, "range": [ - 73287, - 73304 + 73615, + 73632 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 24 }, "end": { - "line": 2391, + "line": 2402, "column": 41 } } @@ -134927,16 +135199,16 @@ ], "kind": "let", "range": [ - 73276, - 73304 + 73604, + 73632 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 13 }, "end": { - "line": 2391, + "line": 2402, "column": 41 } } @@ -134948,16 +135220,16 @@ "type": "Identifier", "name": "i", "range": [ - 73306, - 73307 + 73634, + 73635 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 43 }, "end": { - "line": 2391, + "line": 2402, "column": 44 } } @@ -134966,31 +135238,31 @@ "type": "Identifier", "name": "len", "range": [ - 73310, - 73313 + 73638, + 73641 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 47 }, "end": { - "line": 2391, + "line": 2402, "column": 50 } } }, "range": [ - 73306, - 73313 + 73634, + 73641 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 43 }, "end": { - "line": 2391, + "line": 2402, "column": 50 } } @@ -135002,32 +135274,32 @@ "type": "Identifier", "name": "i", "range": [ - 73315, - 73316 + 73643, + 73644 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 52 }, "end": { - "line": 2391, + "line": 2402, "column": 53 } } }, "prefix": false, "range": [ - 73315, - 73318 + 73643, + 73646 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 52 }, "end": { - "line": 2391, + "line": 2402, "column": 55 } } @@ -135044,16 +135316,16 @@ "type": "Identifier", "name": "r", "range": [ - 73338, - 73339 + 73666, + 73667 ], "loc": { "start": { - "line": 2392, + "line": 2403, "column": 16 }, "end": { - "line": 2392, + "line": 2403, "column": 17 } } @@ -135065,16 +135337,16 @@ "type": "Identifier", "name": "data", "range": [ - 73342, - 73346 + 73670, + 73674 ], "loc": { "start": { - "line": 2392, + "line": 2403, "column": 20 }, "end": { - "line": 2392, + "line": 2403, "column": 24 } } @@ -135083,46 +135355,46 @@ "type": "Identifier", "name": "i", "range": [ - 73347, - 73348 + 73675, + 73676 ], "loc": { "start": { - "line": 2392, + "line": 2403, "column": 25 }, "end": { - "line": 2392, + "line": 2403, "column": 26 } } }, "range": [ - 73342, - 73349 + 73670, + 73677 ], "loc": { "start": { - "line": 2392, + "line": 2403, "column": 20 }, "end": { - "line": 2392, + "line": 2403, "column": 27 } } }, "range": [ - 73338, - 73349 + 73666, + 73677 ], "loc": { "start": { - "line": 2392, + "line": 2403, "column": 16 }, "end": { - "line": 2392, + "line": 2403, "column": 27 } } @@ -135133,16 +135405,16 @@ "type": "Identifier", "name": "d", "range": [ - 73412, - 73413 + 73740, + 73741 ], "loc": { "start": { - "line": 2394, + "line": 2405, "column": 16 }, "end": { - "line": 2394, + "line": 2405, "column": 17 } } @@ -135154,16 +135426,16 @@ "type": "Identifier", "name": "r", "range": [ - 73416, - 73417 + 73744, + 73745 ], "loc": { "start": { - "line": 2394, + "line": 2405, "column": 20 }, "end": { - "line": 2394, + "line": 2405, "column": 21 } } @@ -135173,46 +135445,46 @@ "value": 1, "raw": "1", "range": [ - 73418, - 73419 + 73746, + 73747 ], "loc": { "start": { - "line": 2394, + "line": 2405, "column": 22 }, "end": { - "line": 2394, + "line": 2405, "column": 23 } } }, "range": [ - 73416, - 73420 + 73744, + 73748 ], "loc": { "start": { - "line": 2394, + "line": 2405, "column": 20 }, "end": { - "line": 2394, + "line": 2405, "column": 24 } } }, "range": [ - 73412, - 73420 + 73740, + 73748 ], "loc": { "start": { - "line": 2394, + "line": 2405, "column": 16 }, "end": { - "line": 2394, + "line": 2405, "column": 24 } }, @@ -135221,16 +135493,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 73367, - 73395 + 73695, + 73723 ], "loc": { "start": { - "line": 2393, + "line": 2404, "column": 16 }, "end": { - "line": 2393, + "line": 2404, "column": 44 } } @@ -135243,16 +135515,16 @@ "type": "Identifier", "name": "c", "range": [ - 73480, - 73481 + 73808, + 73809 ], "loc": { "start": { - "line": 2396, + "line": 2407, "column": 16 }, "end": { - "line": 2396, + "line": 2407, "column": 17 } } @@ -135264,16 +135536,16 @@ "type": "Identifier", "name": "d", "range": [ - 73484, - 73485 + 73812, + 73813 ], "loc": { "start": { - "line": 2396, + "line": 2407, "column": 20 }, "end": { - "line": 2396, + "line": 2407, "column": 21 } } @@ -135282,46 +135554,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 73486, - 73494 + 73814, + 73822 ], "loc": { "start": { - "line": 2396, + "line": 2407, "column": 22 }, "end": { - "line": 2396, + "line": 2407, "column": 30 } } }, "range": [ - 73484, - 73495 + 73812, + 73823 ], "loc": { "start": { - "line": 2396, + "line": 2407, "column": 20 }, "end": { - "line": 2396, + "line": 2407, "column": 31 } } }, "range": [ - 73480, - 73495 + 73808, + 73823 ], "loc": { "start": { - "line": 2396, + "line": 2407, "column": 16 }, "end": { - "line": 2396, + "line": 2407, "column": 31 } }, @@ -135330,16 +135602,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 73438, - 73463 + 73766, + 73791 ], "loc": { "start": { - "line": 2395, + "line": 2406, "column": 16 }, "end": { - "line": 2395, + "line": 2406, "column": 41 } } @@ -135349,16 +135621,16 @@ ], "kind": "let", "range": [ - 73334, - 73496 + 73662, + 73824 ], "loc": { "start": { - "line": 2392, + "line": 2403, "column": 12 }, "end": { - "line": 2396, + "line": 2407, "column": 32 } } @@ -135374,16 +135646,16 @@ "type": "Identifier", "name": "colData", "range": [ - 73509, - 73516 + 73837, + 73844 ], "loc": { "start": { - "line": 2397, + "line": 2408, "column": 12 }, "end": { - "line": 2397, + "line": 2408, "column": 19 } } @@ -135392,31 +135664,31 @@ "type": "Identifier", "name": "push", "range": [ - 73517, - 73521 + 73845, + 73849 ], "loc": { "start": { - "line": 2397, + "line": 2408, "column": 20 }, "end": { - "line": 2397, + "line": 2408, "column": 24 } } }, "range": [ - 73509, - 73521 + 73837, + 73849 ], "loc": { "start": { - "line": 2397, + "line": 2408, "column": 12 }, "end": { - "line": 2397, + "line": 2408, "column": 24 } } @@ -135426,78 +135698,78 @@ "type": "Identifier", "name": "c", "range": [ - 73522, - 73523 + 73850, + 73851 ], "loc": { "start": { - "line": 2397, + "line": 2408, "column": 25 }, "end": { - "line": 2397, + "line": 2408, "column": 26 } } } ], "range": [ - 73509, - 73524 + 73837, + 73852 ], "loc": { "start": { - "line": 2397, + "line": 2408, "column": 12 }, "end": { - "line": 2397, + "line": 2408, "column": 27 } } }, "range": [ - 73509, - 73525 + 73837, + 73853 ], "loc": { "start": { - "line": 2397, + "line": 2408, "column": 12 }, "end": { - "line": 2397, + "line": 2408, "column": 28 } } } ], "range": [ - 73320, - 73535 + 73648, + 73863 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 57 }, "end": { - "line": 2398, + "line": 2409, "column": 9 } } }, "range": [ - 73271, - 73535 + 73599, + 73863 ], "loc": { "start": { - "line": 2391, + "line": 2402, "column": 8 }, "end": { - "line": 2398, + "line": 2409, "column": 9 } } @@ -135508,47 +135780,47 @@ "type": "Identifier", "name": "colData", "range": [ - 73551, - 73558 + 73879, + 73886 ], "loc": { "start": { - "line": 2399, + "line": 2410, "column": 15 }, "end": { - "line": 2399, + "line": 2410, "column": 22 } } }, "range": [ - 73544, - 73559 + 73872, + 73887 ], "loc": { "start": { - "line": 2399, + "line": 2410, "column": 8 }, "end": { - "line": 2399, + "line": 2410, "column": 23 } } } ], "range": [ - 73027, - 73565 + 73355, + 73893 ], "loc": { "start": { - "line": 2382, + "line": 2393, "column": 57 }, "end": { - "line": 2400, + "line": 2411, "column": 5 } } @@ -135556,16 +135828,16 @@ "generator": false, "expression": false, "range": [ - 72992, - 73565 + 73320, + 73893 ], "loc": { "start": { - "line": 2382, + "line": 2393, "column": 22 }, "end": { - "line": 2400, + "line": 2411, "column": 5 } } @@ -135573,16 +135845,16 @@ "kind": "method", "computed": false, "range": [ - 72974, - 73565 + 73302, + 73893 ], "loc": { "start": { - "line": 2382, + "line": 2393, "column": 4 }, "end": { - "line": 2400, + "line": 2411, "column": 5 } }, @@ -135591,16 +135863,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": [ - 72638, - 72969 + 72966, + 73297 ], "loc": { "start": { - "line": 2374, + "line": 2385, "column": 4 }, "end": { - "line": 2381, + "line": 2392, "column": 7 } } @@ -135611,16 +135883,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": [ - 73571, - 73733 + 73899, + 74061 ], "loc": { "start": { - "line": 2402, + "line": 2413, "column": 4 }, "end": { - "line": 2406, + "line": 2417, "column": 7 } } @@ -135634,16 +135906,16 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 73738, - 73751 + 74066, + 74079 ], "loc": { "start": { - "line": 2407, + "line": 2418, "column": 4 }, "end": { - "line": 2407, + "line": 2418, "column": 17 } } @@ -135656,16 +135928,16 @@ "type": "Identifier", "name": "row", "range": [ - 73752, - 73755 + 74080, + 74083 ], "loc": { "start": { - "line": 2407, + "line": 2418, "column": 18 }, "end": { - "line": 2407, + "line": 2418, "column": 21 } } @@ -135686,16 +135958,16 @@ "type": "Identifier", "name": "row", "range": [ - 73774, - 73777 + 74102, + 74105 ], "loc": { "start": { - "line": 2408, + "line": 2419, "column": 15 }, "end": { - "line": 2408, + "line": 2419, "column": 18 } } @@ -135704,31 +135976,31 @@ "type": "Identifier", "name": "style", "range": [ - 73778, - 73783 + 74106, + 74111 ], "loc": { "start": { - "line": 2408, + "line": 2419, "column": 19 }, "end": { - "line": 2408, + "line": 2419, "column": 24 } } }, "range": [ - 73774, - 73783 + 74102, + 74111 ], "loc": { "start": { - "line": 2408, + "line": 2419, "column": 15 }, "end": { - "line": 2408, + "line": 2419, "column": 24 } } @@ -135737,62 +136009,62 @@ "type": "Identifier", "name": "display", "range": [ - 73784, - 73791 + 74112, + 74119 ], "loc": { "start": { - "line": 2408, + "line": 2419, "column": 25 }, "end": { - "line": 2408, + "line": 2419, "column": 32 } } }, "range": [ - 73774, - 73791 + 74102, + 74119 ], "loc": { "start": { - "line": 2408, + "line": 2419, "column": 15 }, "end": { - "line": 2408, + "line": 2419, "column": 32 } } }, "range": [ - 73767, - 73792 + 74095, + 74120 ], "loc": { "start": { - "line": 2408, + "line": 2419, "column": 8 }, "end": { - "line": 2408, + "line": 2419, "column": 33 } } } ], "range": [ - 73757, - 73798 + 74085, + 74126 ], "loc": { "start": { - "line": 2407, + "line": 2418, "column": 23 }, "end": { - "line": 2409, + "line": 2420, "column": 5 } } @@ -135800,16 +136072,16 @@ "generator": false, "expression": false, "range": [ - 73751, - 73798 + 74079, + 74126 ], "loc": { "start": { - "line": 2407, + "line": 2418, "column": 17 }, "end": { - "line": 2409, + "line": 2420, "column": 5 } } @@ -135817,16 +136089,16 @@ "kind": "method", "computed": false, "range": [ - 73738, - 73798 + 74066, + 74126 ], "loc": { "start": { - "line": 2407, + "line": 2418, "column": 4 }, "end": { - "line": 2409, + "line": 2420, "column": 5 } }, @@ -135835,16 +136107,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": [ - 73571, - 73733 + 73899, + 74061 ], "loc": { "start": { - "line": 2402, + "line": 2413, "column": 4 }, "end": { - "line": 2406, + "line": 2417, "column": 7 } } @@ -135855,16 +136127,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": [ - 73804, - 73977 + 74132, + 74305 ], "loc": { "start": { - "line": 2411, + "line": 2422, "column": 4 }, "end": { - "line": 2415, + "line": 2426, "column": 7 } } @@ -135878,16 +136150,16 @@ "type": "Identifier", "name": "validateRow", "range": [ - 73982, - 73993 + 74310, + 74321 ], "loc": { "start": { - "line": 2416, + "line": 2427, "column": 4 }, "end": { - "line": 2416, + "line": 2427, "column": 15 } } @@ -135900,16 +136172,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 73994, - 74002 + 74322, + 74330 ], "loc": { "start": { - "line": 2416, + "line": 2427, "column": 16 }, "end": { - "line": 2416, + "line": 2427, "column": 24 } } @@ -135918,16 +136190,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 74004, - 74011 + 74332, + 74339 ], "loc": { "start": { - "line": 2416, + "line": 2427, "column": 26 }, "end": { - "line": 2416, + "line": 2427, "column": 33 } } @@ -135945,16 +136217,16 @@ "type": "Identifier", "name": "row", "range": [ - 74027, - 74030 + 74355, + 74358 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 12 }, "end": { - "line": 2417, + "line": 2428, "column": 15 } } @@ -135971,16 +136243,16 @@ "object": { "type": "ThisExpression", "range": [ - 74033, - 74037 + 74361, + 74365 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 18 }, "end": { - "line": 2417, + "line": 2428, "column": 22 } } @@ -135989,31 +136261,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 74038, - 74041 + 74366, + 74369 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 23 }, "end": { - "line": 2417, + "line": 2428, "column": 26 } } }, "range": [ - 74033, - 74041 + 74361, + 74369 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 18 }, "end": { - "line": 2417, + "line": 2428, "column": 26 } } @@ -136022,31 +136294,31 @@ "type": "Identifier", "name": "rows", "range": [ - 74042, - 74046 + 74370, + 74374 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 27 }, "end": { - "line": 2417, + "line": 2428, "column": 31 } } }, "range": [ - 74033, - 74046 + 74361, + 74374 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 18 }, "end": { - "line": 2417, + "line": 2428, "column": 31 } } @@ -136055,46 +136327,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74047, - 74055 + 74375, + 74383 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 32 }, "end": { - "line": 2417, + "line": 2428, "column": 40 } } }, "range": [ - 74033, - 74056 + 74361, + 74384 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 18 }, "end": { - "line": 2417, + "line": 2428, "column": 41 } } }, "range": [ - 74027, - 74056 + 74355, + 74384 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 12 }, "end": { - "line": 2417, + "line": 2428, "column": 41 } } @@ -136102,16 +136374,16 @@ ], "kind": "let", "range": [ - 74023, - 74057 + 74351, + 74385 ], "loc": { "start": { - "line": 2417, + "line": 2428, "column": 8 }, "end": { - "line": 2417, + "line": 2428, "column": 42 } } @@ -136128,32 +136400,32 @@ "type": "Identifier", "name": "row", "range": [ - 74071, - 74074 + 74399, + 74402 ], "loc": { "start": { - "line": 2418, + "line": 2429, "column": 13 }, "end": { - "line": 2418, + "line": 2429, "column": 16 } } }, "prefix": true, "range": [ - 74070, - 74074 + 74398, + 74402 ], "loc": { "start": { - "line": 2418, + "line": 2429, "column": 12 }, "end": { - "line": 2418, + "line": 2429, "column": 16 } } @@ -136168,32 +136440,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 74085, - 74092 + 74413, + 74420 ], "loc": { "start": { - "line": 2418, + "line": 2429, "column": 27 }, "end": { - "line": 2418, + "line": 2429, "column": 34 } } }, "prefix": true, "range": [ - 74078, - 74092 + 74406, + 74420 ], "loc": { "start": { - "line": 2418, + "line": 2429, "column": 20 }, "end": { - "line": 2418, + "line": 2429, "column": 34 } } @@ -136203,46 +136475,46 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 74097, - 74106 + 74425, + 74434 ], "loc": { "start": { - "line": 2418, + "line": 2429, "column": 39 }, "end": { - "line": 2418, + "line": 2429, "column": 48 } } }, "range": [ - 74078, - 74106 + 74406, + 74434 ], "loc": { "start": { - "line": 2418, + "line": 2429, "column": 20 }, "end": { - "line": 2418, + "line": 2429, "column": 48 } } }, "range": [ - 74070, - 74106 + 74398, + 74434 ], "loc": { "start": { - "line": 2418, + "line": 2429, "column": 12 }, "end": { - "line": 2418, + "line": 2429, "column": 48 } } @@ -136254,48 +136526,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74122, - 74129 + 74450, + 74457 ], "loc": { "start": { - "line": 2419, + "line": 2430, "column": 12 }, "end": { - "line": 2419, + "line": 2430, "column": 19 } } } ], "range": [ - 74108, - 74139 + 74436, + 74467 ], "loc": { "start": { - "line": 2418, + "line": 2429, "column": 50 }, "end": { - "line": 2420, + "line": 2431, "column": 9 } } }, "alternate": null, "range": [ - 74066, - 74139 + 74394, + 74467 ], "loc": { "start": { - "line": 2418, + "line": 2429, "column": 8 }, "end": { - "line": 2420, + "line": 2431, "column": 9 } }, @@ -136304,16 +136576,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 74149, - 74181 + 74477, + 74509 ], "loc": { "start": { - "line": 2422, + "line": 2433, "column": 8 }, "end": { - "line": 2422, + "line": 2433, "column": 40 } } @@ -136331,16 +136603,16 @@ "object": { "type": "ThisExpression", "range": [ - 74194, - 74198 + 74522, + 74526 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 12 }, "end": { - "line": 2423, + "line": 2434, "column": 16 } } @@ -136349,31 +136621,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 74199, - 74213 + 74527, + 74541 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 17 }, "end": { - "line": 2423, + "line": 2434, "column": 31 } } }, "range": [ - 74194, - 74213 + 74522, + 74541 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 12 }, "end": { - "line": 2423, + "line": 2434, "column": 31 } } @@ -136392,16 +136664,16 @@ "object": { "type": "ThisExpression", "range": [ - 74217, - 74221 + 74545, + 74549 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 35 }, "end": { - "line": 2423, + "line": 2434, "column": 39 } } @@ -136410,31 +136682,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 74222, - 74233 + 74550, + 74561 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 40 }, "end": { - "line": 2423, + "line": 2434, "column": 51 } } }, "range": [ - 74217, - 74233 + 74545, + 74561 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 35 }, "end": { - "line": 2423, + "line": 2434, "column": 51 } } @@ -136443,31 +136715,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 74234, - 74241 + 74562, + 74569 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 52 }, "end": { - "line": 2423, + "line": 2434, "column": 59 } } }, "range": [ - 74217, - 74241 + 74545, + 74569 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 35 }, "end": { - "line": 2423, + "line": 2434, "column": 59 } } @@ -136477,32 +136749,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74242, - 74250 + 74570, + 74578 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 60 }, "end": { - "line": 2423, + "line": 2434, "column": 68 } } } ], "range": [ - 74217, - 74251 + 74545, + 74579 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 35 }, "end": { - "line": 2423, + "line": 2434, "column": 69 } } @@ -136515,62 +136787,62 @@ "value": 1, "raw": "1", "range": [ - 74257, - 74258 + 74585, + 74586 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 75 }, "end": { - "line": 2423, + "line": 2434, "column": 76 } } }, "prefix": true, "range": [ - 74256, - 74258 + 74584, + 74586 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 74 }, "end": { - "line": 2423, + "line": 2434, "column": 76 } } }, "range": [ - 74217, - 74258 + 74545, + 74586 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 35 }, "end": { - "line": 2423, + "line": 2434, "column": 76 } } }, "range": [ - 74194, - 74258 + 74522, + 74586 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 12 }, "end": { - "line": 2423, + "line": 2434, "column": 76 } } @@ -136587,16 +136859,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 74274, - 74281 + 74602, + 74609 ], "loc": { "start": { - "line": 2424, + "line": 2435, "column": 12 }, "end": { - "line": 2424, + "line": 2435, "column": 19 } } @@ -136606,78 +136878,78 @@ "value": true, "raw": "true", "range": [ - 74284, - 74288 + 74612, + 74616 ], "loc": { "start": { - "line": 2424, + "line": 2435, "column": 22 }, "end": { - "line": 2424, + "line": 2435, "column": 26 } } }, "range": [ - 74274, - 74288 + 74602, + 74616 ], "loc": { "start": { - "line": 2424, + "line": 2435, "column": 12 }, "end": { - "line": 2424, + "line": 2435, "column": 26 } } }, "range": [ - 74274, - 74289 + 74602, + 74617 ], "loc": { "start": { - "line": 2424, + "line": 2435, "column": 12 }, "end": { - "line": 2424, + "line": 2435, "column": 27 } } } ], "range": [ - 74260, - 74299 + 74588, + 74627 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 78 }, "end": { - "line": 2425, + "line": 2436, "column": 9 } } }, "alternate": null, "range": [ - 74190, - 74299 + 74518, + 74627 ], "loc": { "start": { - "line": 2423, + "line": 2434, "column": 8 }, "end": { - "line": 2425, + "line": 2436, "column": 9 } }, @@ -136686,16 +136958,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 74149, - 74181 + 74477, + 74509 ], "loc": { "start": { - "line": 2422, + "line": 2433, "column": 8 }, "end": { - "line": 2422, + "line": 2433, "column": 40 } } @@ -136711,16 +136983,16 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 74313, - 74324 + 74641, + 74652 ], "loc": { "start": { - "line": 2427, + "line": 2438, "column": 12 }, "end": { - "line": 2427, + "line": 2438, "column": 23 } } @@ -136731,16 +137003,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 74327, - 74334 + 74655, + 74662 ], "loc": { "start": { - "line": 2427, + "line": 2438, "column": 26 }, "end": { - "line": 2427, + "line": 2438, "column": 33 } } @@ -136750,16 +137022,16 @@ "value": "", "raw": "''", "range": [ - 74337, - 74339 + 74665, + 74667 ], "loc": { "start": { - "line": 2427, + "line": 2438, "column": 36 }, "end": { - "line": 2427, + "line": 2438, "column": 38 } } @@ -136768,46 +137040,46 @@ "type": "Identifier", "name": "NONE", "range": [ - 74342, - 74346 + 74670, + 74674 ], "loc": { "start": { - "line": 2427, + "line": 2438, "column": 41 }, "end": { - "line": 2427, + "line": 2438, "column": 45 } } }, "range": [ - 74327, - 74346 + 74655, + 74674 ], "loc": { "start": { - "line": 2427, + "line": 2438, "column": 26 }, "end": { - "line": 2427, + "line": 2438, "column": 45 } } }, "range": [ - 74313, - 74346 + 74641, + 74674 ], "loc": { "start": { - "line": 2427, + "line": 2438, "column": 12 }, "end": { - "line": 2427, + "line": 2438, "column": 45 } } @@ -136818,16 +137090,16 @@ "type": "Identifier", "name": "validFlag", "range": [ - 74360, - 74369 + 74688, + 74697 ], "loc": { "start": { - "line": 2428, + "line": 2439, "column": 12 }, "end": { - "line": 2428, + "line": 2439, "column": 21 } } @@ -136838,16 +137110,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 74372, - 74379 + 74700, + 74707 ], "loc": { "start": { - "line": 2428, + "line": 2439, "column": 24 }, "end": { - "line": 2428, + "line": 2439, "column": 31 } } @@ -136857,16 +137129,16 @@ "value": "true", "raw": "'true'", "range": [ - 74382, - 74388 + 74710, + 74716 ], "loc": { "start": { - "line": 2428, + "line": 2439, "column": 34 }, "end": { - "line": 2428, + "line": 2439, "column": 40 } } @@ -136876,46 +137148,46 @@ "value": "false", "raw": "'false'", "range": [ - 74391, - 74398 + 74719, + 74726 ], "loc": { "start": { - "line": 2428, + "line": 2439, "column": 43 }, "end": { - "line": 2428, + "line": 2439, "column": 50 } } }, "range": [ - 74372, - 74398 + 74700, + 74726 ], "loc": { "start": { - "line": 2428, + "line": 2439, "column": 24 }, "end": { - "line": 2428, + "line": 2439, "column": 50 } } }, "range": [ - 74360, - 74398 + 74688, + 74726 ], "loc": { "start": { - "line": 2428, + "line": 2439, "column": 12 }, "end": { - "line": 2428, + "line": 2439, "column": 50 } } @@ -136923,16 +137195,16 @@ ], "kind": "let", "range": [ - 74309, - 74399 + 74637, + 74727 ], "loc": { "start": { - "line": 2427, + "line": 2438, "column": 8 }, "end": { - "line": 2428, + "line": 2439, "column": 51 } } @@ -136952,16 +137224,16 @@ "type": "Identifier", "name": "row", "range": [ - 74408, - 74411 + 74736, + 74739 ], "loc": { "start": { - "line": 2429, + "line": 2440, "column": 8 }, "end": { - "line": 2429, + "line": 2440, "column": 11 } } @@ -136970,31 +137242,31 @@ "type": "Identifier", "name": "style", "range": [ - 74412, - 74417 + 74740, + 74745 ], "loc": { "start": { - "line": 2429, + "line": 2440, "column": 12 }, "end": { - "line": 2429, + "line": 2440, "column": 17 } } }, "range": [ - 74408, - 74417 + 74736, + 74745 ], "loc": { "start": { - "line": 2429, + "line": 2440, "column": 8 }, "end": { - "line": 2429, + "line": 2440, "column": 17 } } @@ -137003,31 +137275,31 @@ "type": "Identifier", "name": "display", "range": [ - 74418, - 74425 + 74746, + 74753 ], "loc": { "start": { - "line": 2429, + "line": 2440, "column": 18 }, "end": { - "line": 2429, + "line": 2440, "column": 25 } } }, "range": [ - 74408, - 74425 + 74736, + 74753 ], "loc": { "start": { - "line": 2429, + "line": 2440, "column": 8 }, "end": { - "line": 2429, + "line": 2440, "column": 25 } } @@ -137036,46 +137308,46 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 74428, - 74439 + 74756, + 74767 ], "loc": { "start": { - "line": 2429, + "line": 2440, "column": 28 }, "end": { - "line": 2429, + "line": 2440, "column": 39 } } }, "range": [ - 74408, - 74439 + 74736, + 74767 ], "loc": { "start": { - "line": 2429, + "line": 2440, "column": 8 }, "end": { - "line": 2429, + "line": 2440, "column": 39 } } }, "range": [ - 74408, - 74440 + 74736, + 74768 ], "loc": { "start": { - "line": 2429, + "line": 2440, "column": 8 }, "end": { - "line": 2429, + "line": 2440, "column": 40 } } @@ -137088,16 +137360,16 @@ "object": { "type": "ThisExpression", "range": [ - 74454, - 74458 + 74782, + 74786 ], "loc": { "start": { - "line": 2431, + "line": 2442, "column": 12 }, "end": { - "line": 2431, + "line": 2442, "column": 16 } } @@ -137106,31 +137378,31 @@ "type": "Identifier", "name": "paging", "range": [ - 74459, - 74465 + 74787, + 74793 ], "loc": { "start": { - "line": 2431, + "line": 2442, "column": 17 }, "end": { - "line": 2431, + "line": 2442, "column": 23 } } }, "range": [ - 74454, - 74465 + 74782, + 74793 ], "loc": { "start": { - "line": 2431, + "line": 2442, "column": 12 }, "end": { - "line": 2431, + "line": 2442, "column": 23 } } @@ -137149,16 +137421,16 @@ "type": "Identifier", "name": "row", "range": [ - 74481, - 74484 + 74809, + 74812 ], "loc": { "start": { - "line": 2432, + "line": 2443, "column": 12 }, "end": { - "line": 2432, + "line": 2443, "column": 15 } } @@ -137167,31 +137439,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 74485, - 74497 + 74813, + 74825 ], "loc": { "start": { - "line": 2432, + "line": 2443, "column": 16 }, "end": { - "line": 2432, + "line": 2443, "column": 28 } } }, "range": [ - 74481, - 74497 + 74809, + 74825 ], "loc": { "start": { - "line": 2432, + "line": 2443, "column": 12 }, "end": { - "line": 2432, + "line": 2443, "column": 28 } } @@ -137202,16 +137474,16 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 74498, - 74508 + 74826, + 74836 ], "loc": { "start": { - "line": 2432, + "line": 2443, "column": 29 }, "end": { - "line": 2432, + "line": 2443, "column": 39 } } @@ -137220,79 +137492,79 @@ "type": "Identifier", "name": "validFlag", "range": [ - 74510, - 74519 + 74838, + 74847 ], "loc": { "start": { - "line": 2432, + "line": 2443, "column": 41 }, "end": { - "line": 2432, + "line": 2443, "column": 50 } } } ], "range": [ - 74481, - 74520 + 74809, + 74848 ], "loc": { "start": { - "line": 2432, + "line": 2443, "column": 12 }, "end": { - "line": 2432, + "line": 2443, "column": 51 } } }, "range": [ - 74481, - 74521 + 74809, + 74849 ], "loc": { "start": { - "line": 2432, + "line": 2443, "column": 12 }, "end": { - "line": 2432, + "line": 2443, "column": 52 } } } ], "range": [ - 74467, - 74531 + 74795, + 74859 ], "loc": { "start": { - "line": 2431, + "line": 2442, "column": 25 }, "end": { - "line": 2433, + "line": 2444, "column": 9 } } }, "alternate": null, "range": [ - 74450, - 74531 + 74778, + 74859 ], "loc": { "start": { - "line": 2431, + "line": 2442, "column": 8 }, "end": { - "line": 2433, + "line": 2444, "column": 9 } } @@ -137303,16 +137575,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 74545, - 74552 + 74873, + 74880 ], "loc": { "start": { - "line": 2435, + "line": 2446, "column": 12 }, "end": { - "line": 2435, + "line": 2446, "column": 19 } } @@ -137336,16 +137608,16 @@ "object": { "type": "ThisExpression", "range": [ - 74572, - 74576 + 74900, + 74904 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 16 }, "end": { - "line": 2436, + "line": 2447, "column": 20 } } @@ -137354,31 +137626,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74577, - 74591 + 74905, + 74919 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 21 }, "end": { - "line": 2436, + "line": 2447, "column": 35 } } }, "range": [ - 74572, - 74591 + 74900, + 74919 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 16 }, "end": { - "line": 2436, + "line": 2447, "column": 35 } } @@ -137387,31 +137659,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 74592, - 74599 + 74920, + 74927 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 36 }, "end": { - "line": 2436, + "line": 2447, "column": 43 } } }, "range": [ - 74572, - 74599 + 74900, + 74927 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 16 }, "end": { - "line": 2436, + "line": 2447, "column": 43 } } @@ -137421,32 +137693,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74600, - 74608 + 74928, + 74936 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 44 }, "end": { - "line": 2436, + "line": 2447, "column": 52 } } } ], "range": [ - 74572, - 74609 + 74900, + 74937 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 16 }, "end": { - "line": 2436, + "line": 2447, "column": 53 } } @@ -137459,47 +137731,47 @@ "value": 1, "raw": "1", "range": [ - 74615, - 74616 + 74943, + 74944 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 59 }, "end": { - "line": 2436, + "line": 2447, "column": 60 } } }, "prefix": true, "range": [ - 74614, - 74616 + 74942, + 74944 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 58 }, "end": { - "line": 2436, + "line": 2447, "column": 60 } } }, "range": [ - 74572, - 74616 + 74900, + 74944 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 16 }, "end": { - "line": 2436, + "line": 2447, "column": 60 } } @@ -137520,16 +137792,16 @@ "object": { "type": "ThisExpression", "range": [ - 74636, - 74640 + 74964, + 74968 ], "loc": { "start": { - "line": 2437, + "line": 2448, "column": 16 }, "end": { - "line": 2437, + "line": 2448, "column": 20 } } @@ -137538,31 +137810,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74641, - 74655 + 74969, + 74983 ], "loc": { "start": { - "line": 2437, + "line": 2448, "column": 21 }, "end": { - "line": 2437, + "line": 2448, "column": 35 } } }, "range": [ - 74636, - 74655 + 74964, + 74983 ], "loc": { "start": { - "line": 2437, + "line": 2448, "column": 16 }, "end": { - "line": 2437, + "line": 2448, "column": 35 } } @@ -137571,31 +137843,31 @@ "type": "Identifier", "name": "push", "range": [ - 74656, - 74660 + 74984, + 74988 ], "loc": { "start": { - "line": 2437, + "line": 2448, "column": 36 }, "end": { - "line": 2437, + "line": 2448, "column": 40 } } }, "range": [ - 74636, - 74660 + 74964, + 74988 ], "loc": { "start": { - "line": 2437, + "line": 2448, "column": 16 }, "end": { - "line": 2437, + "line": 2448, "column": 40 } } @@ -137605,79 +137877,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74661, - 74669 + 74989, + 74997 ], "loc": { "start": { - "line": 2437, + "line": 2448, "column": 41 }, "end": { - "line": 2437, + "line": 2448, "column": 49 } } } ], "range": [ - 74636, - 74670 + 74964, + 74998 ], "loc": { "start": { - "line": 2437, + "line": 2448, "column": 16 }, "end": { - "line": 2437, + "line": 2448, "column": 50 } } }, "range": [ - 74636, - 74671 + 74964, + 74999 ], "loc": { "start": { - "line": 2437, + "line": 2448, "column": 16 }, "end": { - "line": 2437, + "line": 2448, "column": 51 } } } ], "range": [ - 74618, - 74685 + 74946, + 75013 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 62 }, "end": { - "line": 2438, + "line": 2449, "column": 13 } } }, "alternate": null, "range": [ - 74568, - 74685 + 74896, + 75013 ], "loc": { "start": { - "line": 2436, + "line": 2447, "column": 12 }, "end": { - "line": 2438, + "line": 2449, "column": 13 } } @@ -137690,16 +137962,16 @@ "object": { "type": "ThisExpression", "range": [ - 74703, - 74707 + 75031, + 75035 ], "loc": { "start": { - "line": 2440, + "line": 2451, "column": 16 }, "end": { - "line": 2440, + "line": 2451, "column": 20 } } @@ -137708,31 +137980,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 74708, - 74722 + 75036, + 75050 ], "loc": { "start": { - "line": 2440, + "line": 2451, "column": 21 }, "end": { - "line": 2440, + "line": 2451, "column": 35 } } }, "range": [ - 74703, - 74722 + 75031, + 75050 ], "loc": { "start": { - "line": 2440, + "line": 2451, "column": 16 }, "end": { - "line": 2440, + "line": 2451, "column": 35 } } @@ -137753,16 +138025,16 @@ "object": { "type": "ThisExpression", "range": [ - 74742, - 74746 + 75070, + 75074 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 16 }, "end": { - "line": 2441, + "line": 2452, "column": 20 } } @@ -137771,31 +138043,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 74747, - 74761 + 75075, + 75089 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 21 }, "end": { - "line": 2441, + "line": 2452, "column": 35 } } }, "range": [ - 74742, - 74761 + 75070, + 75089 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 16 }, "end": { - "line": 2441, + "line": 2452, "column": 35 } } @@ -137804,31 +138076,31 @@ "type": "Identifier", "name": "call", "range": [ - 74762, - 74766 + 75090, + 75094 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 36 }, "end": { - "line": 2441, + "line": 2452, "column": 40 } } }, "range": [ - 74742, - 74766 + 75070, + 75094 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 16 }, "end": { - "line": 2441, + "line": 2452, "column": 40 } } @@ -137839,16 +138111,16 @@ "value": null, "raw": "null", "range": [ - 74767, - 74771 + 75095, + 75099 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 41 }, "end": { - "line": 2441, + "line": 2452, "column": 45 } } @@ -137856,16 +138128,16 @@ { "type": "ThisExpression", "range": [ - 74773, - 74777 + 75101, + 75105 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 47 }, "end": { - "line": 2441, + "line": 2452, "column": 51 } } @@ -137874,79 +138146,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74779, - 74787 + 75107, + 75115 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 53 }, "end": { - "line": 2441, + "line": 2452, "column": 61 } } } ], "range": [ - 74742, - 74788 + 75070, + 75116 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 16 }, "end": { - "line": 2441, + "line": 2452, "column": 62 } } }, "range": [ - 74742, - 74789 + 75070, + 75117 ], "loc": { "start": { - "line": 2441, + "line": 2452, "column": 16 }, "end": { - "line": 2441, + "line": 2452, "column": 63 } } } ], "range": [ - 74724, - 74803 + 75052, + 75131 ], "loc": { "start": { - "line": 2440, + "line": 2451, "column": 37 }, "end": { - "line": 2442, + "line": 2453, "column": 13 } } }, "alternate": null, "range": [ - 74699, - 74803 + 75027, + 75131 ], "loc": { "start": { - "line": 2440, + "line": 2451, "column": 12 }, "end": { - "line": 2442, + "line": 2453, "column": 13 } } @@ -137964,16 +138236,16 @@ "object": { "type": "ThisExpression", "range": [ - 74817, - 74821 + 75145, + 75149 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 12 }, "end": { - "line": 2444, + "line": 2455, "column": 16 } } @@ -137982,31 +138254,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 74822, - 74829 + 75150, + 75157 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 17 }, "end": { - "line": 2444, + "line": 2455, "column": 24 } } }, "range": [ - 74817, - 74829 + 75145, + 75157 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 12 }, "end": { - "line": 2444, + "line": 2455, "column": 24 } } @@ -138015,31 +138287,31 @@ "type": "Identifier", "name": "emit", "range": [ - 74830, - 74834 + 75158, + 75162 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 25 }, "end": { - "line": 2444, + "line": 2455, "column": 29 } } }, "range": [ - 74817, - 74834 + 75145, + 75162 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 12 }, "end": { - "line": 2444, + "line": 2455, "column": 29 } } @@ -138050,16 +138322,16 @@ "value": "row-validated", "raw": "'row-validated'", "range": [ - 74835, - 74850 + 75163, + 75178 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 30 }, "end": { - "line": 2444, + "line": 2455, "column": 45 } } @@ -138067,16 +138339,16 @@ { "type": "ThisExpression", "range": [ - 74852, - 74856 + 75180, + 75184 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 47 }, "end": { - "line": 2444, + "line": 2455, "column": 51 } } @@ -138085,95 +138357,95 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 74858, - 74866 + 75186, + 75194 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 53 }, "end": { - "line": 2444, + "line": 2455, "column": 61 } } } ], "range": [ - 74817, - 74867 + 75145, + 75195 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 12 }, "end": { - "line": 2444, + "line": 2455, "column": 62 } } }, "range": [ - 74817, - 74868 + 75145, + 75196 ], "loc": { "start": { - "line": 2444, + "line": 2455, "column": 12 }, "end": { - "line": 2444, + "line": 2455, "column": 63 } } } ], "range": [ - 74554, - 74878 + 74882, + 75206 ], "loc": { "start": { - "line": 2435, + "line": 2446, "column": 21 }, "end": { - "line": 2445, + "line": 2456, "column": 9 } } }, "alternate": null, "range": [ - 74541, - 74878 + 74869, + 75206 ], "loc": { "start": { - "line": 2435, + "line": 2446, "column": 8 }, "end": { - "line": 2445, + "line": 2456, "column": 9 } } } ], "range": [ - 74013, - 74884 + 74341, + 75212 ], "loc": { "start": { - "line": 2416, + "line": 2427, "column": 35 }, "end": { - "line": 2446, + "line": 2457, "column": 5 } } @@ -138181,16 +138453,16 @@ "generator": false, "expression": false, "range": [ - 73993, - 74884 + 74321, + 75212 ], "loc": { "start": { - "line": 2416, + "line": 2427, "column": 15 }, "end": { - "line": 2446, + "line": 2457, "column": 5 } } @@ -138198,16 +138470,16 @@ "kind": "method", "computed": false, "range": [ - 73982, - 74884 + 74310, + 75212 ], "loc": { "start": { - "line": 2416, + "line": 2427, "column": 4 }, "end": { - "line": 2446, + "line": 2457, "column": 5 } }, @@ -138216,16 +138488,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": [ - 73804, - 73977 + 74132, + 74305 ], "loc": { "start": { - "line": 2411, + "line": 2422, "column": 4 }, "end": { - "line": 2415, + "line": 2426, "column": 7 } } @@ -138236,16 +138508,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 74890, - 74937 + 75218, + 75265 ], "loc": { "start": { - "line": 2448, + "line": 2459, "column": 4 }, "end": { - "line": 2450, + "line": 2461, "column": 7 } } @@ -138259,16 +138531,16 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 74942, - 74957 + 75270, + 75285 ], "loc": { "start": { - "line": 2451, + "line": 2462, "column": 4 }, "end": { - "line": 2451, + "line": 2462, "column": 19 } } @@ -138291,16 +138563,16 @@ "object": { "type": "ThisExpression", "range": [ - 74975, - 74979 + 75303, + 75307 ], "loc": { "start": { - "line": 2452, + "line": 2463, "column": 13 }, "end": { - "line": 2452, + "line": 2463, "column": 17 } } @@ -138309,47 +138581,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 74980, - 74991 + 75308, + 75319 ], "loc": { "start": { - "line": 2452, + "line": 2463, "column": 18 }, "end": { - "line": 2452, + "line": 2463, "column": 29 } } }, "range": [ - 74975, - 74991 + 75303, + 75319 ], "loc": { "start": { - "line": 2452, + "line": 2463, "column": 13 }, "end": { - "line": 2452, + "line": 2463, "column": 29 } } }, "prefix": true, "range": [ - 74974, - 74991 + 75302, + 75319 ], "loc": { "start": { - "line": 2452, + "line": 2463, "column": 12 }, "end": { - "line": 2452, + "line": 2463, "column": 29 } } @@ -138361,48 +138633,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 75007, - 75014 + 75335, + 75342 ], "loc": { "start": { - "line": 2453, + "line": 2464, "column": 12 }, "end": { - "line": 2453, + "line": 2464, "column": 19 } } } ], "range": [ - 74993, - 75024 + 75321, + 75352 ], "loc": { "start": { - "line": 2452, + "line": 2463, "column": 31 }, "end": { - "line": 2454, + "line": 2465, "column": 9 } } }, "alternate": null, "range": [ - 74970, - 75024 + 75298, + 75352 ], "loc": { "start": { - "line": 2452, + "line": 2463, "column": 8 }, "end": { - "line": 2454, + "line": 2465, "column": 9 } } @@ -138418,16 +138690,16 @@ "object": { "type": "ThisExpression", "range": [ - 75033, - 75037 + 75361, + 75365 ], "loc": { "start": { - "line": 2455, + "line": 2466, "column": 8 }, "end": { - "line": 2455, + "line": 2466, "column": 12 } } @@ -138436,31 +138708,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 75038, - 75052 + 75366, + 75380 ], "loc": { "start": { - "line": 2455, + "line": 2466, "column": 13 }, "end": { - "line": 2455, + "line": 2466, "column": 27 } } }, "range": [ - 75033, - 75052 + 75361, + 75380 ], "loc": { "start": { - "line": 2455, + "line": 2466, "column": 8 }, "end": { - "line": 2455, + "line": 2466, "column": 27 } } @@ -138469,46 +138741,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 75055, - 75057 + 75383, + 75385 ], "loc": { "start": { - "line": 2455, + "line": 2466, "column": 30 }, "end": { - "line": 2455, + "line": 2466, "column": 32 } } }, "range": [ - 75033, - 75057 + 75361, + 75385 ], "loc": { "start": { - "line": 2455, + "line": 2466, "column": 8 }, "end": { - "line": 2455, + "line": 2466, "column": 32 } } }, "range": [ - 75033, - 75058 + 75361, + 75386 ], "loc": { "start": { - "line": 2455, + "line": 2466, "column": 8 }, "end": { - "line": 2455, + "line": 2466, "column": 33 } } @@ -138524,16 +138796,16 @@ "type": "Identifier", "name": "k", "range": [ - 75076, - 75077 + 75404, + 75405 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 17 }, "end": { - "line": 2456, + "line": 2467, "column": 18 } } @@ -138544,16 +138816,16 @@ "object": { "type": "ThisExpression", "range": [ - 75080, - 75084 + 75408, + 75412 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 21 }, "end": { - "line": 2456, + "line": 2467, "column": 25 } } @@ -138562,46 +138834,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 75085, - 75091 + 75413, + 75419 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 26 }, "end": { - "line": 2456, + "line": 2467, "column": 32 } } }, "range": [ - 75080, - 75091 + 75408, + 75419 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 21 }, "end": { - "line": 2456, + "line": 2467, "column": 32 } } }, "range": [ - 75076, - 75091 + 75404, + 75419 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 17 }, "end": { - "line": 2456, + "line": 2467, "column": 32 } } @@ -138609,16 +138881,16 @@ ], "kind": "let", "range": [ - 75072, - 75091 + 75400, + 75419 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 13 }, "end": { - "line": 2456, + "line": 2467, "column": 32 } } @@ -138630,16 +138902,16 @@ "type": "Identifier", "name": "k", "range": [ - 75093, - 75094 + 75421, + 75422 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 34 }, "end": { - "line": 2456, + "line": 2467, "column": 35 } } @@ -138650,16 +138922,16 @@ "object": { "type": "ThisExpression", "range": [ - 75097, - 75101 + 75425, + 75429 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 38 }, "end": { - "line": 2456, + "line": 2467, "column": 42 } } @@ -138668,46 +138940,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 75102, - 75118 + 75430, + 75446 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 43 }, "end": { - "line": 2456, + "line": 2467, "column": 59 } } }, "range": [ - 75097, - 75118 + 75425, + 75446 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 38 }, "end": { - "line": 2456, + "line": 2467, "column": 59 } } }, "range": [ - 75093, - 75118 + 75421, + 75446 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 34 }, "end": { - "line": 2456, + "line": 2467, "column": 59 } } @@ -138719,32 +138991,32 @@ "type": "Identifier", "name": "k", "range": [ - 75120, - 75121 + 75448, + 75449 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 61 }, "end": { - "line": 2456, + "line": 2467, "column": 62 } } }, "prefix": false, "range": [ - 75120, - 75123 + 75448, + 75451 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 61 }, "end": { - "line": 2456, + "line": 2467, "column": 64 } } @@ -138762,16 +139034,16 @@ "object": { "type": "ThisExpression", "range": [ - 75139, - 75143 + 75467, + 75471 ], "loc": { "start": { - "line": 2457, + "line": 2468, "column": 12 }, "end": { - "line": 2457, + "line": 2468, "column": 16 } } @@ -138780,31 +139052,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 75144, - 75155 + 75472, + 75483 ], "loc": { "start": { - "line": 2457, + "line": 2468, "column": 17 }, "end": { - "line": 2457, + "line": 2468, "column": 28 } } }, "range": [ - 75139, - 75155 + 75467, + 75483 ], "loc": { "start": { - "line": 2457, + "line": 2468, "column": 12 }, "end": { - "line": 2457, + "line": 2468, "column": 28 } } @@ -138814,16 +139086,16 @@ "type": "Identifier", "name": "k", "range": [ - 75156, - 75157 + 75484, + 75485 ], "loc": { "start": { - "line": 2457, + "line": 2468, "column": 29 }, "end": { - "line": 2457, + "line": 2468, "column": 30 } } @@ -138833,94 +139105,94 @@ "value": true, "raw": "true", "range": [ - 75159, - 75163 + 75487, + 75491 ], "loc": { "start": { - "line": 2457, + "line": 2468, "column": 32 }, "end": { - "line": 2457, + "line": 2468, "column": 36 } } } ], "range": [ - 75139, - 75164 + 75467, + 75492 ], "loc": { "start": { - "line": 2457, + "line": 2468, "column": 12 }, "end": { - "line": 2457, + "line": 2468, "column": 37 } } }, "range": [ - 75139, - 75165 + 75467, + 75493 ], "loc": { "start": { - "line": 2457, + "line": 2468, "column": 12 }, "end": { - "line": 2457, + "line": 2468, "column": 38 } } } ], "range": [ - 75125, - 75175 + 75453, + 75503 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 66 }, "end": { - "line": 2458, + "line": 2469, "column": 9 } } }, "range": [ - 75067, - 75175 + 75395, + 75503 ], "loc": { "start": { - "line": 2456, + "line": 2467, "column": 8 }, "end": { - "line": 2458, + "line": 2469, "column": 9 } } } ], "range": [ - 74960, - 75181 + 75288, + 75509 ], "loc": { "start": { - "line": 2451, + "line": 2462, "column": 22 }, "end": { - "line": 2459, + "line": 2470, "column": 5 } } @@ -138928,16 +139200,16 @@ "generator": false, "expression": false, "range": [ - 74957, - 75181 + 75285, + 75509 ], "loc": { "start": { - "line": 2451, + "line": 2462, "column": 19 }, "end": { - "line": 2459, + "line": 2470, "column": 5 } } @@ -138945,16 +139217,16 @@ "kind": "method", "computed": false, "range": [ - 74942, - 75181 + 75270, + 75509 ], "loc": { "start": { - "line": 2451, + "line": 2462, "column": 4 }, "end": { - "line": 2459, + "line": 2470, "column": 5 } }, @@ -138963,16 +139235,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 74890, - 74937 + 75218, + 75265 ], "loc": { "start": { - "line": 2448, + "line": 2459, "column": 4 }, "end": { - "line": 2450, + "line": 2461, "column": 7 } } @@ -138983,16 +139255,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": [ - 75187, - 75349 + 75515, + 75677 ], "loc": { "start": { - "line": 2461, + "line": 2472, "column": 4 }, "end": { - "line": 2465, + "line": 2476, "column": 7 } } @@ -139006,16 +139278,16 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 75354, - 75368 + 75682, + 75696 ], "loc": { "start": { - "line": 2466, + "line": 2477, "column": 4 }, "end": { - "line": 2466, + "line": 2477, "column": 18 } } @@ -139028,16 +139300,16 @@ "type": "Identifier", "name": "index", "range": [ - 75369, - 75374 + 75697, + 75702 ], "loc": { "start": { - "line": 2466, + "line": 2477, "column": 19 }, "end": { - "line": 2466, + "line": 2477, "column": 24 } } @@ -139048,16 +139320,16 @@ "type": "Identifier", "name": "query", "range": [ - 75376, - 75381 + 75704, + 75709 ], "loc": { "start": { - "line": 2466, + "line": 2477, "column": 26 }, "end": { - "line": 2466, + "line": 2477, "column": 31 } } @@ -139067,31 +139339,31 @@ "value": "", "raw": "''", "range": [ - 75384, - 75386 + 75712, + 75714 ], "loc": { "start": { - "line": 2466, + "line": 2477, "column": 34 }, "end": { - "line": 2466, + "line": 2477, "column": 36 } } }, "range": [ - 75376, - 75386 + 75704, + 75714 ], "loc": { "start": { - "line": 2466, + "line": 2477, "column": 26 }, "end": { - "line": 2466, + "line": 2477, "column": 36 } } @@ -139111,16 +139383,16 @@ "object": { "type": "ThisExpression", "range": [ - 75403, - 75407 + 75731, + 75735 ], "loc": { "start": { - "line": 2467, + "line": 2478, "column": 13 }, "end": { - "line": 2467, + "line": 2478, "column": 17 } } @@ -139129,47 +139401,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 75408, - 75415 + 75736, + 75743 ], "loc": { "start": { - "line": 2467, + "line": 2478, "column": 18 }, "end": { - "line": 2467, + "line": 2478, "column": 25 } } }, "range": [ - 75403, - 75415 + 75731, + 75743 ], "loc": { "start": { - "line": 2467, + "line": 2478, "column": 13 }, "end": { - "line": 2467, + "line": 2478, "column": 25 } } }, "prefix": true, "range": [ - 75402, - 75415 + 75730, + 75743 ], "loc": { "start": { - "line": 2467, + "line": 2478, "column": 12 }, "end": { - "line": 2467, + "line": 2478, "column": 25 } } @@ -139181,48 +139453,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 75431, - 75438 + 75759, + 75766 ], "loc": { "start": { - "line": 2468, + "line": 2479, "column": 12 }, "end": { - "line": 2468, + "line": 2479, "column": 19 } } } ], "range": [ - 75417, - 75448 + 75745, + 75776 ], "loc": { "start": { - "line": 2467, + "line": 2478, "column": 27 }, "end": { - "line": 2469, + "line": 2480, "column": 9 } } }, "alternate": null, "range": [ - 75398, - 75448 + 75726, + 75776 ], "loc": { "start": { - "line": 2467, + "line": 2478, "column": 8 }, "end": { - "line": 2469, + "line": 2480, "column": 9 } } @@ -139236,16 +139508,16 @@ "type": "Identifier", "name": "slc", "range": [ - 75461, - 75464 + 75789, + 75792 ], "loc": { "start": { - "line": 2470, + "line": 2481, "column": 12 }, "end": { - "line": 2470, + "line": 2481, "column": 15 } } @@ -139258,16 +139530,16 @@ "object": { "type": "ThisExpression", "range": [ - 75467, - 75471 + 75795, + 75799 ], "loc": { "start": { - "line": 2470, + "line": 2481, "column": 18 }, "end": { - "line": 2470, + "line": 2481, "column": 22 } } @@ -139276,31 +139548,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 75472, - 75488 + 75800, + 75816 ], "loc": { "start": { - "line": 2470, + "line": 2481, "column": 23 }, "end": { - "line": 2470, + "line": 2481, "column": 39 } } }, "range": [ - 75467, - 75488 + 75795, + 75816 ], "loc": { "start": { - "line": 2470, + "line": 2481, "column": 18 }, "end": { - "line": 2470, + "line": 2481, "column": 39 } } @@ -139310,47 +139582,47 @@ "type": "Identifier", "name": "index", "range": [ - 75489, - 75494 + 75817, + 75822 ], "loc": { "start": { - "line": 2470, + "line": 2481, "column": 40 }, "end": { - "line": 2470, + "line": 2481, "column": 45 } } } ], "range": [ - 75467, - 75495 + 75795, + 75823 ], "loc": { "start": { - "line": 2470, + "line": 2481, "column": 18 }, "end": { - "line": 2470, + "line": 2481, "column": 46 } } }, "range": [ - 75461, - 75495 + 75789, + 75823 ], "loc": { "start": { - "line": 2470, + "line": 2481, "column": 12 }, "end": { - "line": 2470, + "line": 2481, "column": 46 } } @@ -139361,16 +139633,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75509, - 75519 + 75837, + 75847 ], "loc": { "start": { - "line": 2471, + "line": 2482, "column": 12 }, "end": { - "line": 2471, + "line": 2482, "column": 22 } } @@ -139383,16 +139655,16 @@ "object": { "type": "ThisExpression", "range": [ - 75522, - 75526 + 75850, + 75854 ], "loc": { "start": { - "line": 2471, + "line": 2482, "column": 25 }, "end": { - "line": 2471, + "line": 2482, "column": 29 } } @@ -139401,31 +139673,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 75527, - 75540 + 75855, + 75868 ], "loc": { "start": { - "line": 2471, + "line": 2482, "column": 30 }, "end": { - "line": 2471, + "line": 2482, "column": 43 } } }, "range": [ - 75522, - 75540 + 75850, + 75868 ], "loc": { "start": { - "line": 2471, + "line": 2482, "column": 25 }, "end": { - "line": 2471, + "line": 2482, "column": 43 } } @@ -139435,47 +139707,47 @@ "type": "Identifier", "name": "index", "range": [ - 75541, - 75546 + 75869, + 75874 ], "loc": { "start": { - "line": 2471, + "line": 2482, "column": 44 }, "end": { - "line": 2471, + "line": 2482, "column": 49 } } } ], "range": [ - 75522, - 75547 + 75850, + 75875 ], "loc": { "start": { - "line": 2471, + "line": 2482, "column": 25 }, "end": { - "line": 2471, + "line": 2482, "column": 50 } } }, "range": [ - 75509, - 75547 + 75837, + 75875 ], "loc": { "start": { - "line": 2471, + "line": 2482, "column": 12 }, "end": { - "line": 2471, + "line": 2482, "column": 50 } } @@ -139483,16 +139755,16 @@ ], "kind": "let", "range": [ - 75457, - 75548 + 75785, + 75876 ], "loc": { "start": { - "line": 2470, + "line": 2481, "column": 8 }, "end": { - "line": 2471, + "line": 2482, "column": 51 } } @@ -139509,16 +139781,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75562, - 75572 + 75890, + 75900 ], "loc": { "start": { - "line": 2473, + "line": 2484, "column": 12 }, "end": { - "line": 2473, + "line": 2484, "column": 22 } } @@ -139527,31 +139799,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 75577, - 75585 + 75905, + 75913 ], "loc": { "start": { - "line": 2473, + "line": 2484, "column": 27 }, "end": { - "line": 2473, + "line": 2484, "column": 35 } } }, "range": [ - 75562, - 75585 + 75890, + 75913 ], "loc": { "start": { - "line": 2473, + "line": 2484, "column": 12 }, "end": { - "line": 2473, + "line": 2484, "column": 35 } } @@ -139563,16 +139835,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75589, - 75599 + 75917, + 75927 ], "loc": { "start": { - "line": 2473, + "line": 2484, "column": 39 }, "end": { - "line": 2473, + "line": 2484, "column": 49 } } @@ -139581,46 +139853,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 75604, - 75613 + 75932, + 75941 ], "loc": { "start": { - "line": 2473, + "line": 2484, "column": 54 }, "end": { - "line": 2473, + "line": 2484, "column": 63 } } }, "range": [ - 75589, - 75613 + 75917, + 75941 ], "loc": { "start": { - "line": 2473, + "line": 2484, "column": 39 }, "end": { - "line": 2473, + "line": 2484, "column": 63 } } }, "range": [ - 75562, - 75613 + 75890, + 75941 ], "loc": { "start": { - "line": 2473, + "line": 2484, "column": 12 }, "end": { - "line": 2473, + "line": 2484, "column": 63 } } @@ -139639,16 +139911,16 @@ "object": { "type": "ThisExpression", "range": [ - 75633, - 75637 + 75961, + 75965 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 16 }, "end": { - "line": 2474, + "line": 2485, "column": 20 } } @@ -139657,31 +139929,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 75638, - 75653 + 75966, + 75981 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 21 }, "end": { - "line": 2474, + "line": 2485, "column": 36 } } }, "range": [ - 75633, - 75653 + 75961, + 75981 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 16 }, "end": { - "line": 2474, + "line": 2485, "column": 36 } } @@ -139695,16 +139967,16 @@ "object": { "type": "ThisExpression", "range": [ - 75658, - 75662 + 75986, + 75990 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 41 }, "end": { - "line": 2474, + "line": 2485, "column": 45 } } @@ -139713,62 +139985,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 75663, - 75674 + 75991, + 76002 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 46 }, "end": { - "line": 2474, + "line": 2485, "column": 57 } } }, "range": [ - 75658, - 75674 + 75986, + 76002 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 41 }, "end": { - "line": 2474, + "line": 2485, "column": 57 } } }, "prefix": true, "range": [ - 75657, - 75674 + 75985, + 76002 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 40 }, "end": { - "line": 2474, + "line": 2485, "column": 57 } } }, "range": [ - 75633, - 75674 + 75961, + 76002 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 16 }, "end": { - "line": 2474, + "line": 2485, "column": 57 } } @@ -139789,16 +140061,16 @@ "object": { "type": "ThisExpression", "range": [ - 75694, - 75698 + 76022, + 76026 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 16 }, "end": { - "line": 2475, + "line": 2486, "column": 20 } } @@ -139807,31 +140079,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 75699, - 75706 + 76027, + 76034 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 21 }, "end": { - "line": 2475, + "line": 2486, "column": 28 } } }, "range": [ - 75694, - 75706 + 76022, + 76034 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 16 }, "end": { - "line": 2475, + "line": 2486, "column": 28 } } @@ -139840,31 +140112,31 @@ "type": "Identifier", "name": "emit", "range": [ - 75707, - 75711 + 76035, + 76039 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 29 }, "end": { - "line": 2475, + "line": 2486, "column": 33 } } }, "range": [ - 75694, - 75711 + 76022, + 76039 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 16 }, "end": { - "line": 2475, + "line": 2486, "column": 33 } } @@ -139875,16 +140147,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 75712, - 75733 + 76040, + 76061 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 34 }, "end": { - "line": 2475, + "line": 2486, "column": 55 } } @@ -139892,16 +140164,16 @@ { "type": "ThisExpression", "range": [ - 75735, - 75739 + 76063, + 76067 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 57 }, "end": { - "line": 2475, + "line": 2486, "column": 61 } } @@ -139910,16 +140182,16 @@ "type": "Identifier", "name": "index", "range": [ - 75741, - 75746 + 76069, + 76074 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 63 }, "end": { - "line": 2475, + "line": 2486, "column": 68 } } @@ -139930,16 +140202,16 @@ "object": { "type": "ThisExpression", "range": [ - 75768, - 75772 + 76096, + 76100 ], "loc": { "start": { - "line": 2476, + "line": 2487, "column": 20 }, "end": { - "line": 2476, + "line": 2487, "column": 24 } } @@ -139948,31 +140220,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 75773, - 75786 + 76101, + 76114 ], "loc": { "start": { - "line": 2476, + "line": 2487, "column": 25 }, "end": { - "line": 2476, + "line": 2487, "column": 38 } } }, "range": [ - 75768, - 75786 + 76096, + 76114 ], "loc": { "start": { - "line": 2476, + "line": 2487, "column": 20 }, "end": { - "line": 2476, + "line": 2487, "column": 38 } } @@ -139983,16 +140255,16 @@ "object": { "type": "ThisExpression", "range": [ - 75788, - 75792 + 76116, + 76120 ], "loc": { "start": { - "line": 2476, + "line": 2487, "column": 40 }, "end": { - "line": 2476, + "line": 2487, "column": 44 } } @@ -140001,94 +140273,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 75793, - 75806 + 76121, + 76134 ], "loc": { "start": { - "line": 2476, + "line": 2487, "column": 45 }, "end": { - "line": 2476, + "line": 2487, "column": 58 } } }, "range": [ - 75788, - 75806 + 76116, + 76134 ], "loc": { "start": { - "line": 2476, + "line": 2487, "column": 40 }, "end": { - "line": 2476, + "line": 2487, "column": 58 } } } ], "range": [ - 75694, - 75807 + 76022, + 76135 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 16 }, "end": { - "line": 2476, + "line": 2487, "column": 59 } } }, "range": [ - 75694, - 75808 + 76022, + 76136 ], "loc": { "start": { - "line": 2475, + "line": 2486, "column": 16 }, "end": { - "line": 2476, + "line": 2487, "column": 60 } } } ], "range": [ - 75676, - 75822 + 76004, + 76150 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 59 }, "end": { - "line": 2477, + "line": 2488, "column": 13 } } }, "alternate": null, "range": [ - 75629, - 75822 + 75957, + 76150 ], "loc": { "start": { - "line": 2474, + "line": 2485, "column": 12 }, "end": { - "line": 2477, + "line": 2488, "column": 13 } } @@ -140105,16 +140377,16 @@ "type": "Identifier", "name": "slc", "range": [ - 75835, - 75838 + 76163, + 76166 ], "loc": { "start": { - "line": 2478, + "line": 2489, "column": 12 }, "end": { - "line": 2478, + "line": 2489, "column": 15 } } @@ -140123,31 +140395,31 @@ "type": "Identifier", "name": "value", "range": [ - 75839, - 75844 + 76167, + 76172 ], "loc": { "start": { - "line": 2478, + "line": 2489, "column": 16 }, "end": { - "line": 2478, + "line": 2489, "column": 21 } } }, "range": [ - 75835, - 75844 + 76163, + 76172 ], "loc": { "start": { - "line": 2478, + "line": 2489, "column": 12 }, "end": { - "line": 2478, + "line": 2489, "column": 21 } } @@ -140156,62 +140428,62 @@ "type": "Identifier", "name": "query", "range": [ - 75847, - 75852 + 76175, + 76180 ], "loc": { "start": { - "line": 2478, + "line": 2489, "column": 24 }, "end": { - "line": 2478, + "line": 2489, "column": 29 } } }, "range": [ - 75835, - 75852 + 76163, + 76180 ], "loc": { "start": { - "line": 2478, + "line": 2489, "column": 12 }, "end": { - "line": 2478, + "line": 2489, "column": 29 } } }, "range": [ - 75835, - 75853 + 76163, + 76181 ], "loc": { "start": { - "line": 2478, + "line": 2489, "column": 12 }, "end": { - "line": 2478, + "line": 2489, "column": 30 } } } ], "range": [ - 75615, - 75863 + 75943, + 76191 ], "loc": { "start": { - "line": 2473, + "line": 2484, "column": 65 }, "end": { - "line": 2479, + "line": 2490, "column": 9 } }, @@ -140220,16 +140492,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 75872, - 75890 + 76200, + 76218 ], "loc": { "start": { - "line": 2480, + "line": 2491, "column": 8 }, "end": { - "line": 2480, + "line": 2491, "column": 26 } } @@ -140245,16 +140517,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 75908, - 75918 + 76236, + 76246 ], "loc": { "start": { - "line": 2481, + "line": 2492, "column": 17 }, "end": { - "line": 2481, + "line": 2492, "column": 27 } } @@ -140263,31 +140535,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 75923, - 75931 + 76251, + 76259 ], "loc": { "start": { - "line": 2481, + "line": 2492, "column": 32 }, "end": { - "line": 2481, + "line": 2492, "column": 40 } } }, "range": [ - 75908, - 75931 + 76236, + 76259 ], "loc": { "start": { - "line": 2481, + "line": 2492, "column": 17 }, "end": { - "line": 2481, + "line": 2492, "column": 40 } } @@ -140304,16 +140576,16 @@ "type": "Identifier", "name": "values", "range": [ - 75951, - 75957 + 76279, + 76285 ], "loc": { "start": { - "line": 2482, + "line": 2493, "column": 16 }, "end": { - "line": 2482, + "line": 2493, "column": 22 } } @@ -140326,16 +140598,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 75960, - 75967 + 76288, + 76295 ], "loc": { "start": { - "line": 2482, + "line": 2493, "column": 25 }, "end": { - "line": 2482, + "line": 2493, "column": 32 } } @@ -140345,32 +140617,32 @@ "type": "Identifier", "name": "query", "range": [ - 75968, - 75973 + 76296, + 76301 ], "loc": { "start": { - "line": 2482, + "line": 2493, "column": 33 }, "end": { - "line": 2482, + "line": 2493, "column": 38 } } } ], "range": [ - 75960, - 75974 + 76288, + 76302 ], "loc": { "start": { - "line": 2482, + "line": 2493, "column": 25 }, "end": { - "line": 2482, + "line": 2493, "column": 39 } } @@ -140379,16 +140651,16 @@ "type": "Identifier", "name": "query", "range": [ - 75977, - 75982 + 76305, + 76310 ], "loc": { "start": { - "line": 2482, + "line": 2493, "column": 42 }, "end": { - "line": 2482, + "line": 2493, "column": 47 } } @@ -140402,16 +140674,16 @@ "type": "Identifier", "name": "query", "range": [ - 76001, - 76006 + 76329, + 76334 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 16 }, "end": { - "line": 2483, + "line": 2494, "column": 21 } } @@ -140420,31 +140692,31 @@ "type": "Identifier", "name": "split", "range": [ - 76007, - 76012 + 76335, + 76340 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 22 }, "end": { - "line": 2483, + "line": 2494, "column": 27 } } }, "range": [ - 76001, - 76012 + 76329, + 76340 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 16 }, "end": { - "line": 2483, + "line": 2494, "column": 27 } } @@ -140461,16 +140733,16 @@ "value": " ", "raw": "' '", "range": [ - 76013, - 76016 + 76341, + 76344 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 28 }, "end": { - "line": 2483, + "line": 2494, "column": 31 } } @@ -140481,16 +140753,16 @@ "object": { "type": "ThisExpression", "range": [ - 76019, - 76023 + 76347, + 76351 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 34 }, "end": { - "line": 2483, + "line": 2494, "column": 38 } } @@ -140499,46 +140771,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 76024, - 76034 + 76352, + 76362 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 39 }, "end": { - "line": 2483, + "line": 2494, "column": 49 } } }, "range": [ - 76019, - 76034 + 76347, + 76362 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 34 }, "end": { - "line": 2483, + "line": 2494, "column": 49 } } }, "range": [ - 76013, - 76034 + 76341, + 76362 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 28 }, "end": { - "line": 2483, + "line": 2494, "column": 49 } } @@ -140548,77 +140820,77 @@ "value": " ", "raw": "' '", "range": [ - 76037, - 76040 + 76365, + 76368 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 52 }, "end": { - "line": 2483, + "line": 2494, "column": 55 } } }, "range": [ - 76013, - 76040 + 76341, + 76368 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 28 }, "end": { - "line": 2483, + "line": 2494, "column": 55 } } } ], "range": [ - 76001, - 76041 + 76329, + 76369 ], "loc": { "start": { - "line": 2483, + "line": 2494, "column": 16 }, "end": { - "line": 2483, + "line": 2494, "column": 56 } } }, "range": [ - 75960, - 76041 + 76288, + 76369 ], "loc": { "start": { - "line": 2482, + "line": 2493, "column": 25 }, "end": { - "line": 2483, + "line": 2494, "column": 56 } } }, "range": [ - 75951, - 76041 + 76279, + 76369 ], "loc": { "start": { - "line": 2482, + "line": 2493, "column": 16 }, "end": { - "line": 2483, + "line": 2494, "column": 56 } } @@ -140626,16 +140898,16 @@ ], "kind": "let", "range": [ - 75947, - 76042 + 76275, + 76370 ], "loc": { "start": { - "line": 2482, + "line": 2493, "column": 12 }, "end": { - "line": 2483, + "line": 2494, "column": 57 } } @@ -140651,16 +140923,16 @@ "object": { "type": "ThisExpression", "range": [ - 76060, - 76064 + 76388, + 76392 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 16 }, "end": { - "line": 2485, + "line": 2496, "column": 20 } } @@ -140669,31 +140941,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 76065, - 76080 + 76393, + 76408 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 21 }, "end": { - "line": 2485, + "line": 2496, "column": 36 } } }, "range": [ - 76060, - 76080 + 76388, + 76408 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 16 }, "end": { - "line": 2485, + "line": 2496, "column": 36 } } @@ -140707,16 +140979,16 @@ "object": { "type": "ThisExpression", "range": [ - 76085, - 76089 + 76413, + 76417 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 41 }, "end": { - "line": 2485, + "line": 2496, "column": 45 } } @@ -140725,62 +140997,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 76090, - 76101 + 76418, + 76429 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 46 }, "end": { - "line": 2485, + "line": 2496, "column": 57 } } }, "range": [ - 76085, - 76101 + 76413, + 76429 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 41 }, "end": { - "line": 2485, + "line": 2496, "column": 57 } } }, "prefix": true, "range": [ - 76084, - 76101 + 76412, + 76429 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 40 }, "end": { - "line": 2485, + "line": 2496, "column": 57 } } }, "range": [ - 76060, - 76101 + 76388, + 76429 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 16 }, "end": { - "line": 2485, + "line": 2496, "column": 57 } } @@ -140801,16 +141073,16 @@ "object": { "type": "ThisExpression", "range": [ - 76121, - 76125 + 76449, + 76453 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 16 }, "end": { - "line": 2486, + "line": 2497, "column": 20 } } @@ -140819,31 +141091,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 76126, - 76133 + 76454, + 76461 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 21 }, "end": { - "line": 2486, + "line": 2497, "column": 28 } } }, "range": [ - 76121, - 76133 + 76449, + 76461 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 16 }, "end": { - "line": 2486, + "line": 2497, "column": 28 } } @@ -140852,31 +141124,31 @@ "type": "Identifier", "name": "emit", "range": [ - 76134, - 76138 + 76462, + 76466 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 29 }, "end": { - "line": 2486, + "line": 2497, "column": 33 } } }, "range": [ - 76121, - 76138 + 76449, + 76466 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 16 }, "end": { - "line": 2486, + "line": 2497, "column": 33 } } @@ -140887,16 +141159,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 76139, - 76160 + 76467, + 76488 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 34 }, "end": { - "line": 2486, + "line": 2497, "column": 55 } } @@ -140904,16 +141176,16 @@ { "type": "ThisExpression", "range": [ - 76162, - 76166 + 76490, + 76494 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 57 }, "end": { - "line": 2486, + "line": 2497, "column": 61 } } @@ -140922,16 +141194,16 @@ "type": "Identifier", "name": "index", "range": [ - 76168, - 76173 + 76496, + 76501 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 63 }, "end": { - "line": 2486, + "line": 2497, "column": 68 } } @@ -140942,16 +141214,16 @@ "object": { "type": "ThisExpression", "range": [ - 76195, - 76199 + 76523, + 76527 ], "loc": { "start": { - "line": 2487, + "line": 2498, "column": 20 }, "end": { - "line": 2487, + "line": 2498, "column": 24 } } @@ -140960,31 +141232,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 76200, - 76213 + 76528, + 76541 ], "loc": { "start": { - "line": 2487, + "line": 2498, "column": 25 }, "end": { - "line": 2487, + "line": 2498, "column": 38 } } }, "range": [ - 76195, - 76213 + 76523, + 76541 ], "loc": { "start": { - "line": 2487, + "line": 2498, "column": 20 }, "end": { - "line": 2487, + "line": 2498, "column": 38 } } @@ -140995,16 +141267,16 @@ "object": { "type": "ThisExpression", "range": [ - 76215, - 76219 + 76543, + 76547 ], "loc": { "start": { - "line": 2487, + "line": 2498, "column": 40 }, "end": { - "line": 2487, + "line": 2498, "column": 44 } } @@ -141013,94 +141285,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 76220, - 76233 + 76548, + 76561 ], "loc": { "start": { - "line": 2487, + "line": 2498, "column": 45 }, "end": { - "line": 2487, + "line": 2498, "column": 58 } } }, "range": [ - 76215, - 76233 + 76543, + 76561 ], "loc": { "start": { - "line": 2487, + "line": 2498, "column": 40 }, "end": { - "line": 2487, + "line": 2498, "column": 58 } } } ], "range": [ - 76121, - 76234 + 76449, + 76562 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 16 }, "end": { - "line": 2487, + "line": 2498, "column": 59 } } }, "range": [ - 76121, - 76235 + 76449, + 76563 ], "loc": { "start": { - "line": 2486, + "line": 2497, "column": 16 }, "end": { - "line": 2487, + "line": 2498, "column": 60 } } } ], "range": [ - 76103, - 76249 + 76431, + 76577 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 59 }, "end": { - "line": 2488, + "line": 2499, "column": 13 } } }, "alternate": null, "range": [ - 76056, - 76249 + 76384, + 76577 ], "loc": { "start": { - "line": 2485, + "line": 2496, "column": 12 }, "end": { - "line": 2488, + "line": 2499, "column": 13 } } @@ -141118,16 +141390,16 @@ "object": { "type": "ThisExpression", "range": [ - 76263, - 76267 + 76591, + 76595 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 12 }, "end": { - "line": 2490, + "line": 2501, "column": 16 } } @@ -141136,31 +141408,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 76268, - 76275 + 76596, + 76603 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 17 }, "end": { - "line": 2490, + "line": 2501, "column": 24 } } }, "range": [ - 76263, - 76275 + 76591, + 76603 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 12 }, "end": { - "line": 2490, + "line": 2501, "column": 24 } } @@ -141169,31 +141441,31 @@ "type": "Identifier", "name": "emit", "range": [ - 76276, - 76280 + 76604, + 76608 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 25 }, "end": { - "line": 2490, + "line": 2501, "column": 29 } } }, "range": [ - 76263, - 76280 + 76591, + 76608 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 12 }, "end": { - "line": 2490, + "line": 2501, "column": 29 } } @@ -141204,16 +141476,16 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 76281, - 76297 + 76609, + 76625 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 30 }, "end": { - "line": 2490, + "line": 2501, "column": 46 } } @@ -141221,16 +141493,16 @@ { "type": "ThisExpression", "range": [ - 76299, - 76303 + 76627, + 76631 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 48 }, "end": { - "line": 2490, + "line": 2501, "column": 52 } } @@ -141239,16 +141511,16 @@ "type": "Identifier", "name": "index", "range": [ - 76305, - 76310 + 76633, + 76638 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 54 }, "end": { - "line": 2490, + "line": 2501, "column": 59 } } @@ -141257,63 +141529,63 @@ "type": "Identifier", "name": "values", "range": [ - 76312, - 76318 + 76640, + 76646 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 61 }, "end": { - "line": 2490, + "line": 2501, "column": 67 } } } ], "range": [ - 76263, - 76319 + 76591, + 76647 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 12 }, "end": { - "line": 2490, + "line": 2501, "column": 68 } } }, "range": [ - 76263, - 76320 + 76591, + 76648 ], "loc": { "start": { - "line": 2490, + "line": 2501, "column": 12 }, "end": { - "line": 2490, + "line": 2501, "column": 69 } } } ], "range": [ - 75933, - 76330 + 76261, + 76658 ], "loc": { "start": { - "line": 2481, + "line": 2492, "column": 42 }, "end": { - "line": 2491, + "line": 2502, "column": 9 } }, @@ -141322,16 +141594,16 @@ "type": "Line", "value": "checklist", "range": [ - 76339, - 76350 + 76667, + 76678 ], "loc": { "start": { - "line": 2492, + "line": 2503, "column": 8 }, "end": { - "line": 2492, + "line": 2503, "column": 19 } } @@ -141347,16 +141619,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 76368, - 76378 + 76696, + 76706 ], "loc": { "start": { - "line": 2493, + "line": 2504, "column": 17 }, "end": { - "line": 2493, + "line": 2504, "column": 27 } } @@ -141365,31 +141637,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 76383, - 76392 + 76711, + 76720 ], "loc": { "start": { - "line": 2493, + "line": 2504, "column": 32 }, "end": { - "line": 2493, + "line": 2504, "column": 41 } } }, "range": [ - 76368, - 76392 + 76696, + 76720 ], "loc": { "start": { - "line": 2493, + "line": 2504, "column": 17 }, "end": { - "line": 2493, + "line": 2504, "column": 41 } } @@ -141406,16 +141678,16 @@ "type": "Identifier", "name": "values", "range": [ - 76412, - 76418 + 76740, + 76746 ], "loc": { "start": { - "line": 2494, + "line": 2505, "column": 16 }, "end": { - "line": 2494, + "line": 2505, "column": 22 } } @@ -141424,31 +141696,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 76421, - 76423 + 76749, + 76751 ], "loc": { "start": { - "line": 2494, + "line": 2505, "column": 25 }, "end": { - "line": 2494, + "line": 2505, "column": 27 } } }, "range": [ - 76412, - 76423 + 76740, + 76751 ], "loc": { "start": { - "line": 2494, + "line": 2505, "column": 16 }, "end": { - "line": 2494, + "line": 2505, "column": 27 } } @@ -141456,16 +141728,16 @@ ], "kind": "let", "range": [ - 76408, - 76424 + 76736, + 76752 ], "loc": { "start": { - "line": 2494, + "line": 2505, "column": 12 }, "end": { - "line": 2494, + "line": 2505, "column": 28 } } @@ -141481,16 +141753,16 @@ "object": { "type": "ThisExpression", "range": [ - 76441, - 76445 + 76769, + 76773 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 16 }, "end": { - "line": 2495, + "line": 2506, "column": 20 } } @@ -141499,31 +141771,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 76446, - 76461 + 76774, + 76789 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 21 }, "end": { - "line": 2495, + "line": 2506, "column": 36 } } }, "range": [ - 76441, - 76461 + 76769, + 76789 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 16 }, "end": { - "line": 2495, + "line": 2506, "column": 36 } } @@ -141537,16 +141809,16 @@ "object": { "type": "ThisExpression", "range": [ - 76466, - 76470 + 76794, + 76798 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 41 }, "end": { - "line": 2495, + "line": 2506, "column": 45 } } @@ -141555,62 +141827,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 76471, - 76482 + 76799, + 76810 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 46 }, "end": { - "line": 2495, + "line": 2506, "column": 57 } } }, "range": [ - 76466, - 76482 + 76794, + 76810 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 41 }, "end": { - "line": 2495, + "line": 2506, "column": 57 } } }, "prefix": true, "range": [ - 76465, - 76482 + 76793, + 76810 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 40 }, "end": { - "line": 2495, + "line": 2506, "column": 57 } } }, "range": [ - 76441, - 76482 + 76769, + 76810 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 16 }, "end": { - "line": 2495, + "line": 2506, "column": 57 } } @@ -141631,16 +141903,16 @@ "object": { "type": "ThisExpression", "range": [ - 76502, - 76506 + 76830, + 76834 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 16 }, "end": { - "line": 2496, + "line": 2507, "column": 20 } } @@ -141649,31 +141921,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 76507, - 76514 + 76835, + 76842 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 21 }, "end": { - "line": 2496, + "line": 2507, "column": 28 } } }, "range": [ - 76502, - 76514 + 76830, + 76842 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 16 }, "end": { - "line": 2496, + "line": 2507, "column": 28 } } @@ -141682,31 +141954,31 @@ "type": "Identifier", "name": "emit", "range": [ - 76515, - 76519 + 76843, + 76847 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 29 }, "end": { - "line": 2496, + "line": 2507, "column": 33 } } }, "range": [ - 76502, - 76519 + 76830, + 76847 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 16 }, "end": { - "line": 2496, + "line": 2507, "column": 33 } } @@ -141717,16 +141989,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 76520, - 76544 + 76848, + 76872 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 34 }, "end": { - "line": 2496, + "line": 2507, "column": 58 } } @@ -141734,16 +142006,16 @@ { "type": "ThisExpression", "range": [ - 76546, - 76550 + 76874, + 76878 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 60 }, "end": { - "line": 2496, + "line": 2507, "column": 64 } } @@ -141752,16 +142024,16 @@ "type": "Identifier", "name": "index", "range": [ - 76552, - 76557 + 76880, + 76885 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 66 }, "end": { - "line": 2496, + "line": 2507, "column": 71 } } @@ -141772,16 +142044,16 @@ "object": { "type": "ThisExpression", "range": [ - 76579, - 76583 + 76907, + 76911 ], "loc": { "start": { - "line": 2497, + "line": 2508, "column": 20 }, "end": { - "line": 2497, + "line": 2508, "column": 24 } } @@ -141790,94 +142062,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 76584, - 76597 + 76912, + 76925 ], "loc": { "start": { - "line": 2497, + "line": 2508, "column": 25 }, "end": { - "line": 2497, + "line": 2508, "column": 38 } } }, "range": [ - 76579, - 76597 + 76907, + 76925 ], "loc": { "start": { - "line": 2497, + "line": 2508, "column": 20 }, "end": { - "line": 2497, + "line": 2508, "column": 38 } } } ], "range": [ - 76502, - 76598 + 76830, + 76926 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 16 }, "end": { - "line": 2497, + "line": 2508, "column": 39 } } }, "range": [ - 76502, - 76599 + 76830, + 76927 ], "loc": { "start": { - "line": 2496, + "line": 2507, "column": 16 }, "end": { - "line": 2497, + "line": 2508, "column": 40 } } } ], "range": [ - 76484, - 76613 + 76812, + 76941 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 59 }, "end": { - "line": 2498, + "line": 2509, "column": 13 } } }, "alternate": null, "range": [ - 76437, - 76613 + 76765, + 76941 ], "loc": { "start": { - "line": 2495, + "line": 2506, "column": 12 }, "end": { - "line": 2498, + "line": 2509, "column": 13 } } @@ -141890,16 +142162,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 76630, - 76637 + 76958, + 76965 ], "loc": { "start": { - "line": 2499, + "line": 2510, "column": 16 }, "end": { - "line": 2499, + "line": 2510, "column": 23 } } @@ -141909,32 +142181,32 @@ "type": "Identifier", "name": "query", "range": [ - 76638, - 76643 + 76966, + 76971 ], "loc": { "start": { - "line": 2499, + "line": 2510, "column": 24 }, "end": { - "line": 2499, + "line": 2510, "column": 29 } } } ], "range": [ - 76630, - 76644 + 76958, + 76972 ], "loc": { "start": { - "line": 2499, + "line": 2510, "column": 16 }, "end": { - "line": 2499, + "line": 2510, "column": 30 } } @@ -141951,16 +142223,16 @@ "type": "Identifier", "name": "values", "range": [ - 76664, - 76670 + 76992, + 76998 ], "loc": { "start": { - "line": 2500, + "line": 2511, "column": 16 }, "end": { - "line": 2500, + "line": 2511, "column": 22 } } @@ -141969,62 +142241,62 @@ "type": "Identifier", "name": "query", "range": [ - 76673, - 76678 + 77001, + 77006 ], "loc": { "start": { - "line": 2500, + "line": 2511, "column": 25 }, "end": { - "line": 2500, + "line": 2511, "column": 30 } } }, "range": [ - 76664, - 76678 + 76992, + 77006 ], "loc": { "start": { - "line": 2500, + "line": 2511, "column": 16 }, "end": { - "line": 2500, + "line": 2511, "column": 30 } } }, "range": [ - 76664, - 76679 + 76992, + 77007 ], "loc": { "start": { - "line": 2500, + "line": 2511, "column": 16 }, "end": { - "line": 2500, + "line": 2511, "column": 31 } } } ], "range": [ - 76646, - 76693 + 76974, + 77021 ], "loc": { "start": { - "line": 2499, + "line": 2510, "column": 32 }, "end": { - "line": 2501, + "line": 2512, "column": 13 } } @@ -142041,16 +142313,16 @@ "type": "Identifier", "name": "query", "range": [ - 76717, - 76722 + 77045, + 77050 ], "loc": { "start": { - "line": 2502, + "line": 2513, "column": 16 }, "end": { - "line": 2502, + "line": 2513, "column": 21 } } @@ -142061,16 +142333,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 76725, - 76734 + 77053, + 77062 ], "loc": { "start": { - "line": 2502, + "line": 2513, "column": 24 }, "end": { - "line": 2502, + "line": 2513, "column": 33 } } @@ -142080,16 +142352,16 @@ "type": "Identifier", "name": "query", "range": [ - 76735, - 76740 + 77063, + 77068 ], "loc": { "start": { - "line": 2502, + "line": 2513, "column": 34 }, "end": { - "line": 2502, + "line": 2513, "column": 39 } } @@ -142100,16 +142372,16 @@ "object": { "type": "ThisExpression", "range": [ - 76742, - 76746 + 77070, + 77074 ], "loc": { "start": { - "line": 2502, + "line": 2513, "column": 41 }, "end": { - "line": 2502, + "line": 2513, "column": 45 } } @@ -142118,77 +142390,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 76747, - 76760 + 77075, + 77088 ], "loc": { "start": { - "line": 2502, + "line": 2513, "column": 46 }, "end": { - "line": 2502, + "line": 2513, "column": 59 } } }, "range": [ - 76742, - 76760 + 77070, + 77088 ], "loc": { "start": { - "line": 2502, + "line": 2513, "column": 41 }, "end": { - "line": 2502, + "line": 2513, "column": 59 } } } ], "range": [ - 76725, - 76761 + 77053, + 77089 ], "loc": { "start": { - "line": 2502, + "line": 2513, "column": 24 }, "end": { - "line": 2502, + "line": 2513, "column": 60 } } }, "range": [ - 76717, - 76761 + 77045, + 77089 ], "loc": { "start": { - "line": 2502, + "line": 2513, "column": 16 }, "end": { - "line": 2502, + "line": 2513, "column": 60 } } }, "range": [ - 76717, - 76762 + 77045, + 77090 ], "loc": { "start": { - "line": 2502, + "line": 2513, "column": 16 }, "end": { - "line": 2502, + "line": 2513, "column": 61 } } @@ -142202,16 +142474,16 @@ "type": "Identifier", "name": "values", "range": [ - 76779, - 76785 + 77107, + 77113 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 16 }, "end": { - "line": 2503, + "line": 2514, "column": 22 } } @@ -142225,16 +142497,16 @@ "type": "Identifier", "name": "query", "range": [ - 76788, - 76793 + 77116, + 77121 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 25 }, "end": { - "line": 2503, + "line": 2514, "column": 30 } } @@ -142243,31 +142515,31 @@ "type": "Identifier", "name": "split", "range": [ - 76794, - 76799 + 77122, + 77127 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 31 }, "end": { - "line": 2503, + "line": 2514, "column": 36 } } }, "range": [ - 76788, - 76799 + 77116, + 77127 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 25 }, "end": { - "line": 2503, + "line": 2514, "column": 36 } } @@ -142284,16 +142556,16 @@ "value": " ", "raw": "' '", "range": [ - 76800, - 76803 + 77128, + 77131 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 37 }, "end": { - "line": 2503, + "line": 2514, "column": 40 } } @@ -142304,16 +142576,16 @@ "object": { "type": "ThisExpression", "range": [ - 76806, - 76810 + 77134, + 77138 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 43 }, "end": { - "line": 2503, + "line": 2514, "column": 47 } } @@ -142322,46 +142594,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 76811, - 76821 + 77139, + 77149 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 48 }, "end": { - "line": 2503, + "line": 2514, "column": 58 } } }, "range": [ - 76806, - 76821 + 77134, + 77149 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 43 }, "end": { - "line": 2503, + "line": 2514, "column": 58 } } }, "range": [ - 76800, - 76821 + 77128, + 77149 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 37 }, "end": { - "line": 2503, + "line": 2514, "column": 58 } } @@ -142371,108 +142643,108 @@ "value": " ", "raw": "' '", "range": [ - 76824, - 76827 + 77152, + 77155 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 61 }, "end": { - "line": 2503, + "line": 2514, "column": 64 } } }, "range": [ - 76800, - 76827 + 77128, + 77155 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 37 }, "end": { - "line": 2503, + "line": 2514, "column": 64 } } } ], "range": [ - 76788, - 76828 + 77116, + 77156 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 25 }, "end": { - "line": 2503, + "line": 2514, "column": 65 } } }, "range": [ - 76779, - 76828 + 77107, + 77156 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 16 }, "end": { - "line": 2503, + "line": 2514, "column": 65 } } }, "range": [ - 76779, - 76829 + 77107, + 77157 ], "loc": { "start": { - "line": 2503, + "line": 2514, "column": 16 }, "end": { - "line": 2503, + "line": 2514, "column": 66 } } } ], "range": [ - 76699, - 76843 + 77027, + 77171 ], "loc": { "start": { - "line": 2501, + "line": 2512, "column": 19 }, "end": { - "line": 2504, + "line": 2515, "column": 13 } } }, "range": [ - 76626, - 76843 + 76954, + 77171 ], "loc": { "start": { - "line": 2499, + "line": 2510, "column": 12 }, "end": { - "line": 2504, + "line": 2515, "column": 13 } } @@ -142490,16 +142762,16 @@ "object": { "type": "ThisExpression", "range": [ - 76857, - 76861 + 77185, + 77189 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 12 }, "end": { - "line": 2506, + "line": 2517, "column": 16 } } @@ -142508,31 +142780,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 76862, - 76869 + 77190, + 77197 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 17 }, "end": { - "line": 2506, + "line": 2517, "column": 24 } } }, "range": [ - 76857, - 76869 + 77185, + 77197 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 12 }, "end": { - "line": 2506, + "line": 2517, "column": 24 } } @@ -142541,31 +142813,31 @@ "type": "Identifier", "name": "emit", "range": [ - 76870, - 76874 + 77198, + 77202 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 25 }, "end": { - "line": 2506, + "line": 2517, "column": 29 } } }, "range": [ - 76857, - 76874 + 77185, + 77202 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 12 }, "end": { - "line": 2506, + "line": 2517, "column": 29 } } @@ -142576,16 +142848,16 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 76875, - 76901 + 77203, + 77229 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 30 }, "end": { - "line": 2506, + "line": 2517, "column": 56 } } @@ -142593,16 +142865,16 @@ { "type": "ThisExpression", "range": [ - 76903, - 76907 + 77231, + 77235 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 58 }, "end": { - "line": 2506, + "line": 2517, "column": 62 } } @@ -142611,16 +142883,16 @@ "type": "Identifier", "name": "index", "range": [ - 76909, - 76914 + 77237, + 77242 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 64 }, "end": { - "line": 2506, + "line": 2517, "column": 69 } } @@ -142629,79 +142901,79 @@ "type": "Identifier", "name": "values", "range": [ - 76916, - 76922 + 77244, + 77250 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 71 }, "end": { - "line": 2506, + "line": 2517, "column": 77 } } } ], "range": [ - 76857, - 76923 + 77185, + 77251 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 12 }, "end": { - "line": 2506, + "line": 2517, "column": 78 } } }, "range": [ - 76857, - 76924 + 77185, + 77252 ], "loc": { "start": { - "line": 2506, + "line": 2517, "column": 12 }, "end": { - "line": 2506, + "line": 2517, "column": 79 } } } ], "range": [ - 76394, - 76934 + 76722, + 77262 ], "loc": { "start": { - "line": 2493, + "line": 2504, "column": 43 }, "end": { - "line": 2507, + "line": 2518, "column": 9 } } }, "alternate": null, "range": [ - 76364, - 76934 + 76692, + 77262 ], "loc": { "start": { - "line": 2493, + "line": 2504, "column": 13 }, "end": { - "line": 2507, + "line": 2518, "column": 9 } }, @@ -142710,16 +142982,16 @@ "type": "Line", "value": "checklist", "range": [ - 76339, - 76350 + 76667, + 76678 ], "loc": { "start": { - "line": 2492, + "line": 2503, "column": 8 }, "end": { - "line": 2492, + "line": 2503, "column": 19 } } @@ -142727,16 +142999,16 @@ ] }, "range": [ - 75904, - 76934 + 76232, + 77262 ], "loc": { "start": { - "line": 2481, + "line": 2492, "column": 13 }, "end": { - "line": 2507, + "line": 2518, "column": 9 } }, @@ -142745,16 +143017,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 75872, - 75890 + 76200, + 76218 ], "loc": { "start": { - "line": 2480, + "line": 2491, "column": 8 }, "end": { - "line": 2480, + "line": 2491, "column": 26 } } @@ -142762,32 +143034,32 @@ ] }, "range": [ - 75558, - 76934 + 75886, + 77262 ], "loc": { "start": { - "line": 2473, + "line": 2484, "column": 8 }, "end": { - "line": 2507, + "line": 2518, "column": 9 } } } ], "range": [ - 75388, - 76940 + 75716, + 77268 ], "loc": { "start": { - "line": 2466, + "line": 2477, "column": 38 }, "end": { - "line": 2508, + "line": 2519, "column": 5 } } @@ -142795,16 +143067,16 @@ "generator": false, "expression": false, "range": [ - 75368, - 76940 + 75696, + 77268 ], "loc": { "start": { - "line": 2466, + "line": 2477, "column": 18 }, "end": { - "line": 2508, + "line": 2519, "column": 5 } } @@ -142812,16 +143084,16 @@ "kind": "method", "computed": false, "range": [ - 75354, - 76940 + 75682, + 77268 ], "loc": { "start": { - "line": 2466, + "line": 2477, "column": 4 }, "end": { - "line": 2508, + "line": 2519, "column": 5 } }, @@ -142830,16 +143102,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": [ - 75187, - 75349 + 75515, + 75677 ], "loc": { "start": { - "line": 2461, + "line": 2472, "column": 4 }, "end": { - "line": 2465, + "line": 2476, "column": 7 } } @@ -142850,16 +143122,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 76946, - 77050 + 77274, + 77378 ], "loc": { "start": { - "line": 2510, + "line": 2521, "column": 4 }, "end": { - "line": 2513, + "line": 2524, "column": 7 } } @@ -142873,16 +143145,16 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 77055, - 77067 + 77383, + 77395 ], "loc": { "start": { - "line": 2514, + "line": 2525, "column": 4 }, "end": { - "line": 2514, + "line": 2525, "column": 16 } } @@ -142895,16 +143167,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 77068, - 77071 + 77396, + 77399 ], "loc": { "start": { - "line": 2514, + "line": 2525, "column": 17 }, "end": { - "line": 2514, + "line": 2525, "column": 20 } } @@ -142924,16 +143196,16 @@ "object": { "type": "ThisExpression", "range": [ - 77088, - 77092 + 77416, + 77420 ], "loc": { "start": { - "line": 2515, + "line": 2526, "column": 13 }, "end": { - "line": 2515, + "line": 2526, "column": 17 } } @@ -142942,47 +143214,47 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 77093, - 77105 + 77421, + 77433 ], "loc": { "start": { - "line": 2515, + "line": 2526, "column": 18 }, "end": { - "line": 2515, + "line": 2526, "column": 30 } } }, "range": [ - 77088, - 77105 + 77416, + 77433 ], "loc": { "start": { - "line": 2515, + "line": 2526, "column": 13 }, "end": { - "line": 2515, + "line": 2526, "column": 30 } } }, "prefix": true, "range": [ - 77087, - 77105 + 77415, + 77433 ], "loc": { "start": { - "line": 2515, + "line": 2526, "column": 12 }, "end": { - "line": 2515, + "line": 2526, "column": 30 } } @@ -142994,48 +143266,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 77121, - 77128 + 77449, + 77456 ], "loc": { "start": { - "line": 2516, + "line": 2527, "column": 12 }, "end": { - "line": 2516, + "line": 2527, "column": 19 } } } ], "range": [ - 77107, - 77138 + 77435, + 77466 ], "loc": { "start": { - "line": 2515, + "line": 2526, "column": 32 }, "end": { - "line": 2517, + "line": 2528, "column": 9 } } }, "alternate": null, "range": [ - 77083, - 77138 + 77411, + 77466 ], "loc": { "start": { - "line": 2515, + "line": 2526, "column": 8 }, "end": { - "line": 2517, + "line": 2528, "column": 9 } } @@ -143049,16 +143321,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 77147, - 77150 + 77475, + 77478 ], "loc": { "start": { - "line": 2518, + "line": 2529, "column": 8 }, "end": { - "line": 2518, + "line": 2529, "column": 11 } } @@ -143070,16 +143342,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 77153, - 77156 + 77481, + 77484 ], "loc": { "start": { - "line": 2518, + "line": 2529, "column": 14 }, "end": { - "line": 2518, + "line": 2529, "column": 17 } } @@ -143090,16 +143362,16 @@ "object": { "type": "ThisExpression", "range": [ - 77160, - 77164 + 77488, + 77492 ], "loc": { "start": { - "line": 2518, + "line": 2529, "column": 21 }, "end": { - "line": 2518, + "line": 2529, "column": 25 } } @@ -143108,76 +143380,76 @@ "type": "Identifier", "name": "tbl", "range": [ - 77165, - 77168 + 77493, + 77496 ], "loc": { "start": { - "line": 2518, + "line": 2529, "column": 26 }, "end": { - "line": 2518, + "line": 2529, "column": 29 } } }, "range": [ - 77160, - 77168 + 77488, + 77496 ], "loc": { "start": { - "line": 2518, + "line": 2529, "column": 21 }, "end": { - "line": 2518, + "line": 2529, "column": 29 } } }, "range": [ - 77153, - 77168 + 77481, + 77496 ], "loc": { "start": { - "line": 2518, + "line": 2529, "column": 14 }, "end": { - "line": 2518, + "line": 2529, "column": 29 } } }, "range": [ - 77147, - 77168 + 77475, + 77496 ], "loc": { "start": { - "line": 2518, + "line": 2529, "column": 8 }, "end": { - "line": 2518, + "line": 2529, "column": 29 } } }, "range": [ - 77147, - 77169 + 77475, + 77497 ], "loc": { "start": { - "line": 2518, + "line": 2529, "column": 8 }, "end": { - "line": 2518, + "line": 2529, "column": 30 } } @@ -143191,16 +143463,16 @@ "type": "Identifier", "name": "nbCols", "range": [ - 77183, - 77189 + 77511, + 77517 ], "loc": { "start": { - "line": 2520, + "line": 2531, "column": 12 }, "end": { - "line": 2520, + "line": 2531, "column": 18 } } @@ -143211,16 +143483,16 @@ "object": { "type": "ThisExpression", "range": [ - 77192, - 77196 + 77520, + 77524 ], "loc": { "start": { - "line": 2520, + "line": 2531, "column": 21 }, "end": { - "line": 2520, + "line": 2531, "column": 25 } } @@ -143229,46 +143501,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 77197, - 77204 + 77525, + 77532 ], "loc": { "start": { - "line": 2520, + "line": 2531, "column": 26 }, "end": { - "line": 2520, + "line": 2531, "column": 33 } } }, "range": [ - 77192, - 77204 + 77520, + 77532 ], "loc": { "start": { - "line": 2520, + "line": 2531, "column": 21 }, "end": { - "line": 2520, + "line": 2531, "column": 33 } } }, "range": [ - 77183, - 77204 + 77511, + 77532 ], "loc": { "start": { - "line": 2520, + "line": 2531, "column": 12 }, "end": { - "line": 2520, + "line": 2531, "column": 33 } } @@ -143276,16 +143548,16 @@ ], "kind": "let", "range": [ - 77179, - 77205 + 77507, + 77533 ], "loc": { "start": { - "line": 2520, + "line": 2531, "column": 8 }, "end": { - "line": 2520, + "line": 2531, "column": 34 } } @@ -143299,16 +143571,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 77218, - 77227 + 77546, + 77555 ], "loc": { "start": { - "line": 2521, + "line": 2532, "column": 12 }, "end": { - "line": 2521, + "line": 2532, "column": 21 } } @@ -143319,16 +143591,16 @@ "object": { "type": "ThisExpression", "range": [ - 77230, - 77234 + 77558, + 77562 ], "loc": { "start": { - "line": 2521, + "line": 2532, "column": 24 }, "end": { - "line": 2521, + "line": 2532, "column": 28 } } @@ -143337,46 +143609,46 @@ "type": "Identifier", "name": "colWidths", "range": [ - 77235, - 77244 + 77563, + 77572 ], "loc": { "start": { - "line": 2521, + "line": 2532, "column": 29 }, "end": { - "line": 2521, + "line": 2532, "column": 38 } } }, "range": [ - 77230, - 77244 + 77558, + 77572 ], "loc": { "start": { - "line": 2521, + "line": 2532, "column": 24 }, "end": { - "line": 2521, + "line": 2532, "column": 38 } } }, "range": [ - 77218, - 77244 + 77546, + 77572 ], "loc": { "start": { - "line": 2521, + "line": 2532, "column": 12 }, "end": { - "line": 2521, + "line": 2532, "column": 38 } } @@ -143384,16 +143656,16 @@ ], "kind": "let", "range": [ - 77214, - 77245 + 77542, + 77573 ], "loc": { "start": { - "line": 2521, + "line": 2532, "column": 8 }, "end": { - "line": 2521, + "line": 2532, "column": 39 } } @@ -143407,16 +143679,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 77258, - 77265 + 77586, + 77593 ], "loc": { "start": { - "line": 2522, + "line": 2533, "column": 12 }, "end": { - "line": 2522, + "line": 2533, "column": 19 } } @@ -143427,16 +143699,16 @@ "type": "Identifier", "name": "tag", "range": [ - 77268, - 77271 + 77596, + 77599 ], "loc": { "start": { - "line": 2522, + "line": 2533, "column": 22 }, "end": { - "line": 2522, + "line": 2533, "column": 25 } } @@ -143446,16 +143718,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 77272, - 77275 + 77600, + 77603 ], "loc": { "start": { - "line": 2522, + "line": 2533, "column": 26 }, "end": { - "line": 2522, + "line": 2533, "column": 29 } } @@ -143465,47 +143737,47 @@ "value": "col", "raw": "'col'", "range": [ - 77277, - 77282 + 77605, + 77610 ], "loc": { "start": { - "line": 2522, + "line": 2533, "column": 31 }, "end": { - "line": 2522, + "line": 2533, "column": 36 } } } ], "range": [ - 77268, - 77283 + 77596, + 77611 ], "loc": { "start": { - "line": 2522, + "line": 2533, "column": 22 }, "end": { - "line": 2522, + "line": 2533, "column": 37 } } }, "range": [ - 77258, - 77283 + 77586, + 77611 ], "loc": { "start": { - "line": 2522, + "line": 2533, "column": 12 }, "end": { - "line": 2522, + "line": 2533, "column": 37 } } @@ -143513,16 +143785,16 @@ ], "kind": "let", "range": [ - 77254, - 77284 + 77582, + 77612 ], "loc": { "start": { - "line": 2522, + "line": 2533, "column": 8 }, "end": { - "line": 2522, + "line": 2533, "column": 38 } } @@ -143536,16 +143808,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 77297, - 77309 + 77625, + 77637 ], "loc": { "start": { - "line": 2523, + "line": 2534, "column": 12 }, "end": { - "line": 2523, + "line": 2534, "column": 24 } } @@ -143560,16 +143832,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 77312, - 77319 + 77640, + 77647 ], "loc": { "start": { - "line": 2523, + "line": 2534, "column": 27 }, "end": { - "line": 2523, + "line": 2534, "column": 34 } } @@ -143578,31 +143850,31 @@ "type": "Identifier", "name": "length", "range": [ - 77320, - 77326 + 77648, + 77654 ], "loc": { "start": { - "line": 2523, + "line": 2534, "column": 35 }, "end": { - "line": 2523, + "line": 2534, "column": 41 } } }, "range": [ - 77312, - 77326 + 77640, + 77654 ], "loc": { "start": { - "line": 2523, + "line": 2534, "column": 27 }, "end": { - "line": 2523, + "line": 2534, "column": 41 } } @@ -143612,46 +143884,46 @@ "value": 0, "raw": "0", "range": [ - 77329, - 77330 + 77657, + 77658 ], "loc": { "start": { - "line": 2523, + "line": 2534, "column": 44 }, "end": { - "line": 2523, + "line": 2534, "column": 45 } } }, "range": [ - 77312, - 77330 + 77640, + 77658 ], "loc": { "start": { - "line": 2523, + "line": 2534, "column": 27 }, "end": { - "line": 2523, + "line": 2534, "column": 45 } } }, "range": [ - 77297, - 77330 + 77625, + 77658 ], "loc": { "start": { - "line": 2523, + "line": 2534, "column": 12 }, "end": { - "line": 2523, + "line": 2534, "column": 45 } } @@ -143659,16 +143931,16 @@ ], "kind": "let", "range": [ - 77293, - 77331 + 77621, + 77659 ], "loc": { "start": { - "line": 2523, + "line": 2534, "column": 8 }, "end": { - "line": 2523, + "line": 2534, "column": 46 } } @@ -143682,16 +143954,16 @@ "type": "Identifier", "name": "frag", "range": [ - 77344, - 77348 + 77672, + 77676 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 12 }, "end": { - "line": 2524, + "line": 2535, "column": 16 } } @@ -143705,32 +143977,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 77352, - 77364 + 77680, + 77692 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 20 }, "end": { - "line": 2524, + "line": 2535, "column": 32 } } }, "prefix": true, "range": [ - 77351, - 77364 + 77679, + 77692 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 19 }, "end": { - "line": 2524, + "line": 2535, "column": 32 } } @@ -143744,16 +144016,16 @@ "type": "Identifier", "name": "doc", "range": [ - 77367, - 77370 + 77695, + 77698 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 35 }, "end": { - "line": 2524, + "line": 2535, "column": 38 } } @@ -143762,47 +144034,47 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 77371, - 77393 + 77699, + 77721 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 39 }, "end": { - "line": 2524, + "line": 2535, "column": 61 } } }, "range": [ - 77367, - 77393 + 77695, + 77721 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 35 }, "end": { - "line": 2524, + "line": 2535, "column": 61 } } }, "arguments": [], "range": [ - 77367, - 77395 + 77695, + 77723 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 35 }, "end": { - "line": 2524, + "line": 2535, "column": 63 } } @@ -143812,46 +144084,46 @@ "value": null, "raw": "null", "range": [ - 77398, - 77402 + 77726, + 77730 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 66 }, "end": { - "line": 2524, + "line": 2535, "column": 70 } } }, "range": [ - 77351, - 77402 + 77679, + 77730 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 19 }, "end": { - "line": 2524, + "line": 2535, "column": 70 } } }, "range": [ - 77344, - 77402 + 77672, + 77730 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 12 }, "end": { - "line": 2524, + "line": 2535, "column": 70 } } @@ -143859,16 +144131,16 @@ ], "kind": "let", "range": [ - 77340, - 77403 + 77668, + 77731 ], "loc": { "start": { - "line": 2524, + "line": 2535, "column": 8 }, "end": { - "line": 2524, + "line": 2535, "column": 71 } } @@ -143884,16 +144156,16 @@ "type": "Identifier", "name": "k", "range": [ - 77421, - 77422 + 77749, + 77750 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 17 }, "end": { - "line": 2525, + "line": 2536, "column": 18 } } @@ -143903,31 +144175,31 @@ "value": 0, "raw": "0", "range": [ - 77425, - 77426 + 77753, + 77754 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 21 }, "end": { - "line": 2525, + "line": 2536, "column": 22 } } }, "range": [ - 77421, - 77426 + 77749, + 77754 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 17 }, "end": { - "line": 2525, + "line": 2536, "column": 22 } } @@ -143935,16 +144207,16 @@ ], "kind": "let", "range": [ - 77417, - 77426 + 77745, + 77754 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 13 }, "end": { - "line": 2525, + "line": 2536, "column": 22 } } @@ -143956,16 +144228,16 @@ "type": "Identifier", "name": "k", "range": [ - 77428, - 77429 + 77756, + 77757 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 24 }, "end": { - "line": 2525, + "line": 2536, "column": 25 } } @@ -143974,31 +144246,31 @@ "type": "Identifier", "name": "nbCols", "range": [ - 77432, - 77438 + 77760, + 77766 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 28 }, "end": { - "line": 2525, + "line": 2536, "column": 34 } } }, "range": [ - 77428, - 77438 + 77756, + 77766 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 24 }, "end": { - "line": 2525, + "line": 2536, "column": 34 } } @@ -144010,32 +144282,32 @@ "type": "Identifier", "name": "k", "range": [ - 77440, - 77441 + 77768, + 77769 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 36 }, "end": { - "line": 2525, + "line": 2536, "column": 37 } } }, "prefix": false, "range": [ - 77440, - 77443 + 77768, + 77771 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 36 }, "end": { - "line": 2525, + "line": 2536, "column": 39 } } @@ -144052,32 +144324,32 @@ "type": "Identifier", "name": "col", "range": [ - 77463, - 77466 + 77791, + 77794 ], "loc": { "start": { - "line": 2526, + "line": 2537, "column": 16 }, "end": { - "line": 2526, + "line": 2537, "column": 19 } } }, "init": null, "range": [ - 77463, - 77466 + 77791, + 77794 ], "loc": { "start": { - "line": 2526, + "line": 2537, "column": 16 }, "end": { - "line": 2526, + "line": 2537, "column": 19 } } @@ -144085,16 +144357,16 @@ ], "kind": "let", "range": [ - 77459, - 77467 + 77787, + 77795 ], "loc": { "start": { - "line": 2526, + "line": 2537, "column": 12 }, "end": { - "line": 2526, + "line": 2537, "column": 20 } } @@ -144105,16 +144377,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 77484, - 77496 + 77812, + 77824 ], "loc": { "start": { - "line": 2527, + "line": 2538, "column": 16 }, "end": { - "line": 2527, + "line": 2538, "column": 28 } } @@ -144131,16 +144403,16 @@ "type": "Identifier", "name": "col", "range": [ - 77516, - 77519 + 77844, + 77847 ], "loc": { "start": { - "line": 2528, + "line": 2539, "column": 16 }, "end": { - "line": 2528, + "line": 2539, "column": 19 } } @@ -144152,16 +144424,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 77522, - 77529 + 77850, + 77857 ], "loc": { "start": { - "line": 2528, + "line": 2539, "column": 22 }, "end": { - "line": 2528, + "line": 2539, "column": 29 } } @@ -144170,77 +144442,77 @@ "type": "Identifier", "name": "k", "range": [ - 77530, - 77531 + 77858, + 77859 ], "loc": { "start": { - "line": 2528, + "line": 2539, "column": 30 }, "end": { - "line": 2528, + "line": 2539, "column": 31 } } }, "range": [ - 77522, - 77532 + 77850, + 77860 ], "loc": { "start": { - "line": 2528, + "line": 2539, "column": 22 }, "end": { - "line": 2528, + "line": 2539, "column": 32 } } }, "range": [ - 77516, - 77532 + 77844, + 77860 ], "loc": { "start": { - "line": 2528, + "line": 2539, "column": 16 }, "end": { - "line": 2528, + "line": 2539, "column": 32 } } }, "range": [ - 77516, - 77533 + 77844, + 77861 ], "loc": { "start": { - "line": 2528, + "line": 2539, "column": 16 }, "end": { - "line": 2528, + "line": 2539, "column": 33 } } } ], "range": [ - 77498, - 77547 + 77826, + 77875 ], "loc": { "start": { - "line": 2527, + "line": 2538, "column": 30 }, "end": { - "line": 2529, + "line": 2540, "column": 13 } } @@ -144257,16 +144529,16 @@ "type": "Identifier", "name": "col", "range": [ - 77571, - 77574 + 77899, + 77902 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 16 }, "end": { - "line": 2530, + "line": 2541, "column": 19 } } @@ -144277,16 +144549,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 77577, - 77586 + 77905, + 77914 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 22 }, "end": { - "line": 2530, + "line": 2541, "column": 31 } } @@ -144297,16 +144569,16 @@ "value": "col", "raw": "'col'", "range": [ - 77587, - 77592 + 77915, + 77920 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 32 }, "end": { - "line": 2530, + "line": 2541, "column": 37 } } @@ -144319,16 +144591,16 @@ "value": "id", "raw": "'id'", "range": [ - 77595, - 77599 + 77923, + 77927 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 40 }, "end": { - "line": 2530, + "line": 2541, "column": 44 } } @@ -144345,16 +144617,16 @@ "object": { "type": "ThisExpression", "range": [ - 77601, - 77605 + 77929, + 77933 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 46 }, "end": { - "line": 2530, + "line": 2541, "column": 50 } } @@ -144363,31 +144635,31 @@ "type": "Identifier", "name": "id", "range": [ - 77606, - 77608 + 77934, + 77936 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 51 }, "end": { - "line": 2530, + "line": 2541, "column": 53 } } }, "range": [ - 77601, - 77608 + 77929, + 77936 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 46 }, "end": { - "line": 2530, + "line": 2541, "column": 53 } } @@ -144397,31 +144669,31 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 77611, - 77618 + 77939, + 77946 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 56 }, "end": { - "line": 2530, + "line": 2541, "column": 63 } } }, "range": [ - 77601, - 77618 + 77929, + 77946 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 46 }, "end": { - "line": 2530, + "line": 2541, "column": 63 } } @@ -144430,93 +144702,93 @@ "type": "Identifier", "name": "k", "range": [ - 77621, - 77622 + 77949, + 77950 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 66 }, "end": { - "line": 2530, + "line": 2541, "column": 67 } } }, "range": [ - 77601, - 77622 + 77929, + 77950 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 46 }, "end": { - "line": 2530, + "line": 2541, "column": 67 } } } ], "range": [ - 77594, - 77623 + 77922, + 77951 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 39 }, "end": { - "line": 2530, + "line": 2541, "column": 68 } } } ], "range": [ - 77577, - 77624 + 77905, + 77952 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 22 }, "end": { - "line": 2530, + "line": 2541, "column": 69 } } }, "range": [ - 77571, - 77624 + 77899, + 77952 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 16 }, "end": { - "line": 2530, + "line": 2541, "column": 69 } } }, "range": [ - 77571, - 77625 + 77899, + 77953 ], "loc": { "start": { - "line": 2530, + "line": 2541, "column": 16 }, "end": { - "line": 2530, + "line": 2541, "column": 70 } } @@ -144532,16 +144804,16 @@ "type": "Identifier", "name": "frag", "range": [ - 77642, - 77646 + 77970, + 77974 ], "loc": { "start": { - "line": 2531, + "line": 2542, "column": 16 }, "end": { - "line": 2531, + "line": 2542, "column": 20 } } @@ -144550,31 +144822,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 77647, - 77658 + 77975, + 77986 ], "loc": { "start": { - "line": 2531, + "line": 2542, "column": 21 }, "end": { - "line": 2531, + "line": 2542, "column": 32 } } }, "range": [ - 77642, - 77658 + 77970, + 77986 ], "loc": { "start": { - "line": 2531, + "line": 2542, "column": 16 }, "end": { - "line": 2531, + "line": 2542, "column": 32 } } @@ -144584,78 +144856,78 @@ "type": "Identifier", "name": "col", "range": [ - 77659, - 77662 + 77987, + 77990 ], "loc": { "start": { - "line": 2531, + "line": 2542, "column": 33 }, "end": { - "line": 2531, + "line": 2542, "column": 36 } } } ], "range": [ - 77642, - 77663 + 77970, + 77991 ], "loc": { "start": { - "line": 2531, + "line": 2542, "column": 16 }, "end": { - "line": 2531, + "line": 2542, "column": 37 } } }, "range": [ - 77642, - 77664 + 77970, + 77992 ], "loc": { "start": { - "line": 2531, + "line": 2542, "column": 16 }, "end": { - "line": 2531, + "line": 2542, "column": 38 } } } ], "range": [ - 77553, - 77678 + 77881, + 78006 ], "loc": { "start": { - "line": 2529, + "line": 2540, "column": 19 }, "end": { - "line": 2532, + "line": 2543, "column": 13 } } }, "range": [ - 77480, - 77678 + 77808, + 78006 ], "loc": { "start": { - "line": 2527, + "line": 2538, "column": 12 }, "end": { - "line": 2532, + "line": 2543, "column": 13 } } @@ -144675,16 +144947,16 @@ "type": "Identifier", "name": "col", "range": [ - 77691, - 77694 + 78019, + 78022 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 12 }, "end": { - "line": 2533, + "line": 2544, "column": 15 } } @@ -144693,31 +144965,31 @@ "type": "Identifier", "name": "style", "range": [ - 77695, - 77700 + 78023, + 78028 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 16 }, "end": { - "line": 2533, + "line": 2544, "column": 21 } } }, "range": [ - 77691, - 77700 + 78019, + 78028 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 12 }, "end": { - "line": 2533, + "line": 2544, "column": 21 } } @@ -144726,31 +144998,31 @@ "type": "Identifier", "name": "width", "range": [ - 77701, - 77706 + 78029, + 78034 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 22 }, "end": { - "line": 2533, + "line": 2544, "column": 27 } } }, "range": [ - 77691, - 77706 + 78019, + 78034 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 12 }, "end": { - "line": 2533, + "line": 2544, "column": 27 } } @@ -144762,16 +145034,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 77709, - 77718 + 78037, + 78046 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 30 }, "end": { - "line": 2533, + "line": 2544, "column": 39 } } @@ -144780,92 +145052,92 @@ "type": "Identifier", "name": "k", "range": [ - 77719, - 77720 + 78047, + 78048 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 40 }, "end": { - "line": 2533, + "line": 2544, "column": 41 } } }, "range": [ - 77709, - 77721 + 78037, + 78049 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 30 }, "end": { - "line": 2533, + "line": 2544, "column": 42 } } }, "range": [ - 77691, - 77721 + 78019, + 78049 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 12 }, "end": { - "line": 2533, + "line": 2544, "column": 42 } } }, "range": [ - 77691, - 77722 + 78019, + 78050 ], "loc": { "start": { - "line": 2533, + "line": 2544, "column": 12 }, "end": { - "line": 2533, + "line": 2544, "column": 43 } } } ], "range": [ - 77445, - 77732 + 77773, + 78060 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 41 }, "end": { - "line": 2534, + "line": 2545, "column": 9 } } }, "range": [ - 77412, - 77732 + 77740, + 78060 ], "loc": { "start": { - "line": 2525, + "line": 2536, "column": 8 }, "end": { - "line": 2534, + "line": 2545, "column": 9 } } @@ -144879,32 +145151,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 77746, - 77758 + 78074, + 78086 ], "loc": { "start": { - "line": 2535, + "line": 2546, "column": 13 }, "end": { - "line": 2535, + "line": 2546, "column": 25 } } }, "prefix": true, "range": [ - 77745, - 77758 + 78073, + 78086 ], "loc": { "start": { - "line": 2535, + "line": 2546, "column": 12 }, "end": { - "line": 2535, + "line": 2546, "column": 25 } } @@ -144923,16 +145195,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 77774, - 77777 + 78102, + 78105 ], "loc": { "start": { - "line": 2536, + "line": 2547, "column": 12 }, "end": { - "line": 2536, + "line": 2547, "column": 15 } } @@ -144941,31 +145213,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 77778, - 77790 + 78106, + 78118 ], "loc": { "start": { - "line": 2536, + "line": 2547, "column": 16 }, "end": { - "line": 2536, + "line": 2547, "column": 28 } } }, "range": [ - 77774, - 77790 + 78102, + 78118 ], "loc": { "start": { - "line": 2536, + "line": 2547, "column": 12 }, "end": { - "line": 2536, + "line": 2547, "column": 28 } } @@ -144975,16 +145247,16 @@ "type": "Identifier", "name": "frag", "range": [ - 77791, - 77795 + 78119, + 78123 ], "loc": { "start": { - "line": 2536, + "line": 2547, "column": 29 }, "end": { - "line": 2536, + "line": 2547, "column": 33 } } @@ -144996,16 +145268,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 77797, - 77800 + 78125, + 78128 ], "loc": { "start": { - "line": 2536, + "line": 2547, "column": 35 }, "end": { - "line": 2536, + "line": 2547, "column": 38 } } @@ -145014,110 +145286,110 @@ "type": "Identifier", "name": "firstChild", "range": [ - 77801, - 77811 + 78129, + 78139 ], "loc": { "start": { - "line": 2536, + "line": 2547, "column": 39 }, "end": { - "line": 2536, + "line": 2547, "column": 49 } } }, "range": [ - 77797, - 77811 + 78125, + 78139 ], "loc": { "start": { - "line": 2536, + "line": 2547, "column": 35 }, "end": { - "line": 2536, + "line": 2547, "column": 49 } } } ], "range": [ - 77774, - 77812 + 78102, + 78140 ], "loc": { "start": { - "line": 2536, + "line": 2547, "column": 12 }, "end": { - "line": 2536, + "line": 2547, "column": 50 } } }, "range": [ - 77774, - 77813 + 78102, + 78141 ], "loc": { "start": { - "line": 2536, + "line": 2547, "column": 12 }, "end": { - "line": 2536, + "line": 2547, "column": 51 } } } ], "range": [ - 77760, - 77823 + 78088, + 78151 ], "loc": { "start": { - "line": 2535, + "line": 2546, "column": 27 }, "end": { - "line": 2537, + "line": 2548, "column": 9 } } }, "alternate": null, "range": [ - 77741, - 77823 + 78069, + 78151 ], "loc": { "start": { - "line": 2535, + "line": 2546, "column": 8 }, "end": { - "line": 2537, + "line": 2548, "column": 9 } } } ], "range": [ - 77073, - 77829 + 77401, + 78157 ], "loc": { "start": { - "line": 2514, + "line": 2525, "column": 22 }, "end": { - "line": 2538, + "line": 2549, "column": 5 } } @@ -145125,16 +145397,16 @@ "generator": false, "expression": false, "range": [ - 77067, - 77829 + 77395, + 78157 ], "loc": { "start": { - "line": 2514, + "line": 2525, "column": 16 }, "end": { - "line": 2538, + "line": 2549, "column": 5 } } @@ -145142,16 +145414,16 @@ "kind": "method", "computed": false, "range": [ - 77055, - 77829 + 77383, + 78157 ], "loc": { "start": { - "line": 2514, + "line": 2525, "column": 4 }, "end": { - "line": 2538, + "line": 2549, "column": 5 } }, @@ -145160,16 +145432,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 76946, - 77050 + 77274, + 77378 ], "loc": { "start": { - "line": 2510, + "line": 2521, "column": 4 }, "end": { - "line": 2513, + "line": 2524, "column": 7 } } @@ -145180,16 +145452,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 77835, - 77887 + 78163, + 78215 ], "loc": { "start": { - "line": 2540, + "line": 2551, "column": 4 }, "end": { - "line": 2542, + "line": 2553, "column": 7 } } @@ -145203,16 +145475,16 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 77892, - 77909 + 78220, + 78237 ], "loc": { "start": { - "line": 2543, + "line": 2554, "column": 4 }, "end": { - "line": 2543, + "line": 2554, "column": 21 } } @@ -145235,16 +145507,16 @@ "object": { "type": "ThisExpression", "range": [ - 77927, - 77931 + 78255, + 78259 ], "loc": { "start": { - "line": 2544, + "line": 2555, "column": 13 }, "end": { - "line": 2544, + "line": 2555, "column": 17 } } @@ -145253,47 +145525,47 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 77932, - 77946 + 78260, + 78274 ], "loc": { "start": { - "line": 2544, + "line": 2555, "column": 18 }, "end": { - "line": 2544, + "line": 2555, "column": 32 } } }, "range": [ - 77927, - 77946 + 78255, + 78274 ], "loc": { "start": { - "line": 2544, + "line": 2555, "column": 13 }, "end": { - "line": 2544, + "line": 2555, "column": 32 } } }, "prefix": true, "range": [ - 77926, - 77946 + 78254, + 78274 ], "loc": { "start": { - "line": 2544, + "line": 2555, "column": 12 }, "end": { - "line": 2544, + "line": 2555, "column": 32 } } @@ -145305,48 +145577,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 77962, - 77969 + 78290, + 78297 ], "loc": { "start": { - "line": 2545, + "line": 2556, "column": 12 }, "end": { - "line": 2545, + "line": 2556, "column": 19 } } } ], "range": [ - 77948, - 77979 + 78276, + 78307 ], "loc": { "start": { - "line": 2544, + "line": 2555, "column": 34 }, "end": { - "line": 2546, + "line": 2557, "column": 9 } } }, "alternate": null, "range": [ - 77922, - 77979 + 78250, + 78307 ], "loc": { "start": { - "line": 2544, + "line": 2555, "column": 8 }, "end": { - "line": 2546, + "line": 2557, "column": 9 } } @@ -145360,16 +145632,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 77992, - 77998 + 78320, + 78326 ], "loc": { "start": { - "line": 2547, + "line": 2558, "column": 12 }, "end": { - "line": 2547, + "line": 2558, "column": 18 } } @@ -145382,16 +145654,16 @@ "object": { "type": "ThisExpression", "range": [ - 78001, - 78005 + 78329, + 78333 ], "loc": { "start": { - "line": 2547, + "line": 2558, "column": 21 }, "end": { - "line": 2547, + "line": 2558, "column": 25 } } @@ -145400,31 +145672,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 78006, - 78015 + 78334, + 78343 ], "loc": { "start": { - "line": 2547, + "line": 2558, "column": 26 }, "end": { - "line": 2547, + "line": 2558, "column": 35 } } }, "range": [ - 78001, - 78015 + 78329, + 78343 ], "loc": { "start": { - "line": 2547, + "line": 2558, "column": 21 }, "end": { - "line": 2547, + "line": 2558, "column": 35 } } @@ -145435,47 +145707,47 @@ "value": true, "raw": "true", "range": [ - 78016, - 78020 + 78344, + 78348 ], "loc": { "start": { - "line": 2547, + "line": 2558, "column": 36 }, "end": { - "line": 2547, + "line": 2558, "column": 40 } } } ], "range": [ - 78001, - 78021 + 78329, + 78349 ], "loc": { "start": { - "line": 2547, + "line": 2558, "column": 21 }, "end": { - "line": 2547, + "line": 2558, "column": 41 } } }, "range": [ - 77992, - 78021 + 78320, + 78349 ], "loc": { "start": { - "line": 2547, + "line": 2558, "column": 12 }, "end": { - "line": 2547, + "line": 2558, "column": 41 } } @@ -145483,16 +145755,16 @@ ], "kind": "let", "range": [ - 77988, - 78022 + 78316, + 78350 ], "loc": { "start": { - "line": 2547, + "line": 2558, "column": 8 }, "end": { - "line": 2547, + "line": 2558, "column": 42 } } @@ -145508,16 +145780,16 @@ "type": "Identifier", "name": "i", "range": [ - 78040, - 78041 + 78368, + 78369 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 17 }, "end": { - "line": 2548, + "line": 2559, "column": 18 } } @@ -145527,31 +145799,31 @@ "value": 0, "raw": "0", "range": [ - 78044, - 78045 + 78372, + 78373 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 21 }, "end": { - "line": 2548, + "line": 2559, "column": 22 } } }, "range": [ - 78040, - 78045 + 78368, + 78373 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 17 }, "end": { - "line": 2548, + "line": 2559, "column": 22 } } @@ -145562,16 +145834,16 @@ "type": "Identifier", "name": "len", "range": [ - 78047, - 78050 + 78375, + 78378 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 24 }, "end": { - "line": 2548, + "line": 2559, "column": 27 } } @@ -145585,16 +145857,16 @@ "object": { "type": "ThisExpression", "range": [ - 78053, - 78057 + 78381, + 78385 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 30 }, "end": { - "line": 2548, + "line": 2559, "column": 34 } } @@ -145603,31 +145875,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 78058, - 78069 + 78386, + 78397 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 35 }, "end": { - "line": 2548, + "line": 2559, "column": 46 } } }, "range": [ - 78053, - 78069 + 78381, + 78397 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 30 }, "end": { - "line": 2548, + "line": 2559, "column": 46 } } @@ -145636,46 +145908,46 @@ "type": "Identifier", "name": "length", "range": [ - 78070, - 78076 + 78398, + 78404 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 47 }, "end": { - "line": 2548, + "line": 2559, "column": 53 } } }, "range": [ - 78053, - 78076 + 78381, + 78404 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 30 }, "end": { - "line": 2548, + "line": 2559, "column": 53 } } }, "range": [ - 78047, - 78076 + 78375, + 78404 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 24 }, "end": { - "line": 2548, + "line": 2559, "column": 53 } } @@ -145683,16 +145955,16 @@ ], "kind": "let", "range": [ - 78036, - 78076 + 78364, + 78404 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 13 }, "end": { - "line": 2548, + "line": 2559, "column": 53 } } @@ -145704,16 +145976,16 @@ "type": "Identifier", "name": "i", "range": [ - 78078, - 78079 + 78406, + 78407 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 55 }, "end": { - "line": 2548, + "line": 2559, "column": 56 } } @@ -145722,31 +145994,31 @@ "type": "Identifier", "name": "len", "range": [ - 78082, - 78085 + 78410, + 78413 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 59 }, "end": { - "line": 2548, + "line": 2559, "column": 62 } } }, "range": [ - 78078, - 78085 + 78406, + 78413 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 55 }, "end": { - "line": 2548, + "line": 2559, "column": 62 } } @@ -145758,32 +146030,32 @@ "type": "Identifier", "name": "i", "range": [ - 78087, - 78088 + 78415, + 78416 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 64 }, "end": { - "line": 2548, + "line": 2559, "column": 65 } } }, "prefix": false, "range": [ - 78087, - 78090 + 78415, + 78418 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 64 }, "end": { - "line": 2548, + "line": 2559, "column": 67 } } @@ -145800,16 +146072,16 @@ "type": "Identifier", "name": "row", "range": [ - 78110, - 78113 + 78438, + 78441 ], "loc": { "start": { - "line": 2549, + "line": 2560, "column": 16 }, "end": { - "line": 2549, + "line": 2560, "column": 19 } } @@ -145823,16 +146095,16 @@ "object": { "type": "ThisExpression", "range": [ - 78116, - 78120 + 78444, + 78448 ], "loc": { "start": { - "line": 2549, + "line": 2560, "column": 22 }, "end": { - "line": 2549, + "line": 2560, "column": 26 } } @@ -145841,31 +146113,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 78121, - 78132 + 78449, + 78460 ], "loc": { "start": { - "line": 2549, + "line": 2560, "column": 27 }, "end": { - "line": 2549, + "line": 2560, "column": 38 } } }, "range": [ - 78116, - 78132 + 78444, + 78460 ], "loc": { "start": { - "line": 2549, + "line": 2560, "column": 22 }, "end": { - "line": 2549, + "line": 2560, "column": 38 } } @@ -145874,46 +146146,46 @@ "type": "Identifier", "name": "i", "range": [ - 78133, - 78134 + 78461, + 78462 ], "loc": { "start": { - "line": 2549, + "line": 2560, "column": 39 }, "end": { - "line": 2549, + "line": 2560, "column": 40 } } }, "range": [ - 78116, - 78135 + 78444, + 78463 ], "loc": { "start": { - "line": 2549, + "line": 2560, "column": 22 }, "end": { - "line": 2549, + "line": 2560, "column": 41 } } }, "range": [ - 78110, - 78135 + 78438, + 78463 ], "loc": { "start": { - "line": 2549, + "line": 2560, "column": 16 }, "end": { - "line": 2549, + "line": 2560, "column": 41 } } @@ -145921,16 +146193,16 @@ ], "kind": "let", "range": [ - 78106, - 78136 + 78434, + 78464 ], "loc": { "start": { - "line": 2549, + "line": 2560, "column": 12 }, "end": { - "line": 2549, + "line": 2560, "column": 42 } }, @@ -145939,16 +146211,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 78149, - 78178 + 78477, + 78506 ], "loc": { "start": { - "line": 2550, + "line": 2561, "column": 12 }, "end": { - "line": 2550, + "line": 2561, "column": 41 } } @@ -145964,16 +146236,16 @@ "type": "Identifier", "name": "row", "range": [ - 78195, - 78198 + 78523, + 78526 ], "loc": { "start": { - "line": 2551, + "line": 2562, "column": 16 }, "end": { - "line": 2551, + "line": 2562, "column": 19 } } @@ -145982,31 +146254,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 78202, - 78208 + 78530, + 78536 ], "loc": { "start": { - "line": 2551, + "line": 2562, "column": 23 }, "end": { - "line": 2551, + "line": 2562, "column": 29 } } }, "range": [ - 78195, - 78208 + 78523, + 78536 ], "loc": { "start": { - "line": 2551, + "line": 2562, "column": 16 }, "end": { - "line": 2551, + "line": 2562, "column": 29 } } @@ -146024,16 +146296,16 @@ "object": { "type": "ThisExpression", "range": [ - 78228, - 78232 + 78556, + 78560 ], "loc": { "start": { - "line": 2552, + "line": 2563, "column": 16 }, "end": { - "line": 2552, + "line": 2563, "column": 20 } } @@ -146042,31 +146314,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 78233, - 78244 + 78561, + 78572 ], "loc": { "start": { - "line": 2552, + "line": 2563, "column": 21 }, "end": { - "line": 2552, + "line": 2563, "column": 32 } } }, "range": [ - 78228, - 78244 + 78556, + 78572 ], "loc": { "start": { - "line": 2552, + "line": 2563, "column": 16 }, "end": { - "line": 2552, + "line": 2563, "column": 32 } } @@ -146076,16 +146348,16 @@ "type": "Identifier", "name": "row", "range": [ - 78245, - 78248 + 78573, + 78576 ], "loc": { "start": { - "line": 2552, + "line": 2563, "column": 33 }, "end": { - "line": 2552, + "line": 2563, "column": 36 } } @@ -146095,79 +146367,79 @@ "value": true, "raw": "true", "range": [ - 78250, - 78254 + 78578, + 78582 ], "loc": { "start": { - "line": 2552, + "line": 2563, "column": 38 }, "end": { - "line": 2552, + "line": 2563, "column": 42 } } } ], "range": [ - 78228, - 78255 + 78556, + 78583 ], "loc": { "start": { - "line": 2552, + "line": 2563, "column": 16 }, "end": { - "line": 2552, + "line": 2563, "column": 43 } } }, "range": [ - 78228, - 78256 + 78556, + 78584 ], "loc": { "start": { - "line": 2552, + "line": 2563, "column": 16 }, "end": { - "line": 2552, + "line": 2563, "column": 44 } } } ], "range": [ - 78210, - 78270 + 78538, + 78598 ], "loc": { "start": { - "line": 2551, + "line": 2562, "column": 31 }, "end": { - "line": 2553, + "line": 2564, "column": 13 } } }, "alternate": null, "range": [ - 78191, - 78270 + 78519, + 78598 ], "loc": { "start": { - "line": 2551, + "line": 2562, "column": 12 }, "end": { - "line": 2553, + "line": 2564, "column": 13 } }, @@ -146176,16 +146448,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 78149, - 78178 + 78477, + 78506 ], "loc": { "start": { - "line": 2550, + "line": 2561, "column": 12 }, "end": { - "line": 2550, + "line": 2561, "column": 41 } } @@ -146194,47 +146466,47 @@ } ], "range": [ - 78092, - 78280 + 78420, + 78608 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 69 }, "end": { - "line": 2554, + "line": 2565, "column": 9 } } }, "range": [ - 78031, - 78280 + 78359, + 78608 ], "loc": { "start": { - "line": 2548, + "line": 2559, "column": 8 }, "end": { - "line": 2554, + "line": 2565, "column": 9 } } } ], "range": [ - 77912, - 78286 + 78240, + 78614 ], "loc": { "start": { - "line": 2543, + "line": 2554, "column": 24 }, "end": { - "line": 2555, + "line": 2566, "column": 5 } } @@ -146242,16 +146514,16 @@ "generator": false, "expression": false, "range": [ - 77909, - 78286 + 78237, + 78614 ], "loc": { "start": { - "line": 2543, + "line": 2554, "column": 21 }, "end": { - "line": 2555, + "line": 2566, "column": 5 } } @@ -146259,16 +146531,16 @@ "kind": "method", "computed": false, "range": [ - 77892, - 78286 + 78220, + 78614 ], "loc": { "start": { - "line": 2543, + "line": 2554, "column": 4 }, "end": { - "line": 2555, + "line": 2566, "column": 5 } }, @@ -146277,16 +146549,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 77835, - 77887 + 78163, + 78215 ], "loc": { "start": { - "line": 2540, + "line": 2551, "column": 4 }, "end": { - "line": 2542, + "line": 2553, "column": 7 } } @@ -146297,16 +146569,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 78292, - 78340 + 78620, + 78668 ], "loc": { "start": { - "line": 2557, + "line": 2568, "column": 4 }, "end": { - "line": 2559, + "line": 2570, "column": 7 } } @@ -146320,16 +146592,16 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 78345, - 78357 + 78673, + 78685 ], "loc": { "start": { - "line": 2560, + "line": 2571, "column": 4 }, "end": { - "line": 2560, + "line": 2571, "column": 16 } } @@ -146352,16 +146624,16 @@ "object": { "type": "ThisExpression", "range": [ - 78375, - 78379 + 78703, + 78707 ], "loc": { "start": { - "line": 2561, + "line": 2572, "column": 13 }, "end": { - "line": 2561, + "line": 2572, "column": 17 } } @@ -146370,47 +146642,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 78380, - 78387 + 78708, + 78715 ], "loc": { "start": { - "line": 2561, + "line": 2572, "column": 18 }, "end": { - "line": 2561, + "line": 2572, "column": 25 } } }, "range": [ - 78375, - 78387 + 78703, + 78715 ], "loc": { "start": { - "line": 2561, + "line": 2572, "column": 13 }, "end": { - "line": 2561, + "line": 2572, "column": 25 } } }, "prefix": true, "range": [ - 78374, - 78387 + 78702, + 78715 ], "loc": { "start": { - "line": 2561, + "line": 2572, "column": 12 }, "end": { - "line": 2561, + "line": 2572, "column": 25 } } @@ -146422,48 +146694,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 78403, - 78410 + 78731, + 78738 ], "loc": { "start": { - "line": 2562, + "line": 2573, "column": 12 }, "end": { - "line": 2562, + "line": 2573, "column": 19 } } } ], "range": [ - 78389, - 78420 + 78717, + 78748 ], "loc": { "start": { - "line": 2561, + "line": 2572, "column": 27 }, "end": { - "line": 2563, + "line": 2574, "column": 9 } } }, "alternate": null, "range": [ - 78370, - 78420 + 78698, + 78748 ], "loc": { "start": { - "line": 2561, + "line": 2572, "column": 8 }, "end": { - "line": 2563, + "line": 2574, "column": 9 } } @@ -146481,16 +146753,16 @@ "object": { "type": "ThisExpression", "range": [ - 78430, - 78434 + 78758, + 78762 ], "loc": { "start": { - "line": 2565, + "line": 2576, "column": 8 }, "end": { - "line": 2565, + "line": 2576, "column": 12 } } @@ -146499,31 +146771,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 78435, - 78442 + 78763, + 78770 ], "loc": { "start": { - "line": 2565, + "line": 2576, "column": 13 }, "end": { - "line": 2565, + "line": 2576, "column": 20 } } }, "range": [ - 78430, - 78442 + 78758, + 78770 ], "loc": { "start": { - "line": 2565, + "line": 2576, "column": 8 }, "end": { - "line": 2565, + "line": 2576, "column": 20 } } @@ -146532,31 +146804,31 @@ "type": "Identifier", "name": "emit", "range": [ - 78443, - 78447 + 78771, + 78775 ], "loc": { "start": { - "line": 2565, + "line": 2576, "column": 21 }, "end": { - "line": 2565, + "line": 2576, "column": 25 } } }, "range": [ - 78430, - 78447 + 78758, + 78775 ], "loc": { "start": { - "line": 2565, + "line": 2576, "column": 8 }, "end": { - "line": 2565, + "line": 2576, "column": 25 } } @@ -146567,16 +146839,16 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 78448, - 78473 + 78776, + 78801 ], "loc": { "start": { - "line": 2565, + "line": 2576, "column": 26 }, "end": { - "line": 2565, + "line": 2576, "column": 51 } } @@ -146584,47 +146856,47 @@ { "type": "ThisExpression", "range": [ - 78475, - 78479 + 78803, + 78807 ], "loc": { "start": { - "line": 2565, + "line": 2576, "column": 53 }, "end": { - "line": 2565, + "line": 2576, "column": 57 } } } ], "range": [ - 78430, - 78480 + 78758, + 78808 ], "loc": { "start": { - "line": 2565, + "line": 2576, "column": 8 }, "end": { - "line": 2565, + "line": 2576, "column": 58 } } }, "range": [ - 78430, - 78481 + 78758, + 78809 ], "loc": { "start": { - "line": 2565, + "line": 2576, "column": 8 }, "end": { - "line": 2565, + "line": 2576, "column": 59 } } @@ -146637,16 +146909,16 @@ "object": { "type": "ThisExpression", "range": [ - 78495, - 78499 + 78823, + 78827 ], "loc": { "start": { - "line": 2567, + "line": 2578, "column": 12 }, "end": { - "line": 2567, + "line": 2578, "column": 16 } } @@ -146655,31 +146927,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 78500, - 78513 + 78828, + 78841 ], "loc": { "start": { - "line": 2567, + "line": 2578, "column": 17 }, "end": { - "line": 2567, + "line": 2578, "column": 30 } } }, "range": [ - 78495, - 78513 + 78823, + 78841 ], "loc": { "start": { - "line": 2567, + "line": 2578, "column": 12 }, "end": { - "line": 2567, + "line": 2578, "column": 30 } } @@ -146700,16 +146972,16 @@ "object": { "type": "ThisExpression", "range": [ - 78529, - 78533 + 78857, + 78861 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 12 }, "end": { - "line": 2568, + "line": 2579, "column": 16 } } @@ -146718,31 +146990,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 78534, - 78547 + 78862, + 78875 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 17 }, "end": { - "line": 2568, + "line": 2579, "column": 30 } } }, "range": [ - 78529, - 78547 + 78857, + 78875 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 12 }, "end": { - "line": 2568, + "line": 2579, "column": 30 } } @@ -146751,31 +147023,31 @@ "type": "Identifier", "name": "call", "range": [ - 78548, - 78552 + 78876, + 78880 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 31 }, "end": { - "line": 2568, + "line": 2579, "column": 35 } } }, "range": [ - 78529, - 78552 + 78857, + 78880 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 12 }, "end": { - "line": 2568, + "line": 2579, "column": 35 } } @@ -146786,16 +147058,16 @@ "value": null, "raw": "null", "range": [ - 78553, - 78557 + 78881, + 78885 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 36 }, "end": { - "line": 2568, + "line": 2579, "column": 40 } } @@ -146803,16 +147075,16 @@ { "type": "ThisExpression", "range": [ - 78559, - 78563 + 78887, + 78891 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 42 }, "end": { - "line": 2568, + "line": 2579, "column": 46 } } @@ -146825,16 +147097,16 @@ "object": { "type": "ThisExpression", "range": [ - 78565, - 78569 + 78893, + 78897 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 48 }, "end": { - "line": 2568, + "line": 2579, "column": 52 } } @@ -146843,110 +147115,110 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 78570, - 78585 + 78898, + 78913 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 53 }, "end": { - "line": 2568, + "line": 2579, "column": 68 } } }, "range": [ - 78565, - 78585 + 78893, + 78913 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 48 }, "end": { - "line": 2568, + "line": 2579, "column": 68 } } }, "arguments": [], "range": [ - 78565, - 78587 + 78893, + 78915 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 48 }, "end": { - "line": 2568, + "line": 2579, "column": 70 } } } ], "range": [ - 78529, - 78588 + 78857, + 78916 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 12 }, "end": { - "line": 2568, + "line": 2579, "column": 71 } } }, "range": [ - 78529, - 78589 + 78857, + 78917 ], "loc": { "start": { - "line": 2568, + "line": 2579, "column": 12 }, "end": { - "line": 2568, + "line": 2579, "column": 72 } } } ], "range": [ - 78515, - 78599 + 78843, + 78927 ], "loc": { "start": { - "line": 2567, + "line": 2578, "column": 32 }, "end": { - "line": 2569, + "line": 2580, "column": 9 } } }, "alternate": null, "range": [ - 78491, - 78599 + 78819, + 78927 ], "loc": { "start": { - "line": 2567, + "line": 2578, "column": 8 }, "end": { - "line": 2569, + "line": 2580, "column": 9 } } @@ -146962,16 +147234,16 @@ "type": "Identifier", "name": "i", "range": [ - 78617, - 78618 + 78945, + 78946 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 17 }, "end": { - "line": 2570, + "line": 2581, "column": 18 } } @@ -146981,31 +147253,31 @@ "value": 0, "raw": "0", "range": [ - 78621, - 78622 + 78949, + 78950 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 21 }, "end": { - "line": 2570, + "line": 2581, "column": 22 } } }, "range": [ - 78617, - 78622 + 78945, + 78950 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 17 }, "end": { - "line": 2570, + "line": 2581, "column": 22 } } @@ -147016,16 +147288,16 @@ "type": "Identifier", "name": "len", "range": [ - 78624, - 78627 + 78952, + 78955 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 24 }, "end": { - "line": 2570, + "line": 2581, "column": 27 } } @@ -147039,16 +147311,16 @@ "object": { "type": "ThisExpression", "range": [ - 78630, - 78634 + 78958, + 78962 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 30 }, "end": { - "line": 2570, + "line": 2581, "column": 34 } } @@ -147057,31 +147329,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 78635, - 78641 + 78963, + 78969 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 35 }, "end": { - "line": 2570, + "line": 2581, "column": 41 } } }, "range": [ - 78630, - 78641 + 78958, + 78969 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 30 }, "end": { - "line": 2570, + "line": 2581, "column": 41 } } @@ -147090,46 +147362,46 @@ "type": "Identifier", "name": "length", "range": [ - 78642, - 78648 + 78970, + 78976 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 42 }, "end": { - "line": 2570, + "line": 2581, "column": 48 } } }, "range": [ - 78630, - 78648 + 78958, + 78976 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 30 }, "end": { - "line": 2570, + "line": 2581, "column": 48 } } }, "range": [ - 78624, - 78648 + 78952, + 78976 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 24 }, "end": { - "line": 2570, + "line": 2581, "column": 48 } } @@ -147137,16 +147409,16 @@ ], "kind": "let", "range": [ - 78613, - 78648 + 78941, + 78976 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 13 }, "end": { - "line": 2570, + "line": 2581, "column": 48 } } @@ -147158,16 +147430,16 @@ "type": "Identifier", "name": "i", "range": [ - 78650, - 78651 + 78978, + 78979 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 50 }, "end": { - "line": 2570, + "line": 2581, "column": 51 } } @@ -147176,31 +147448,31 @@ "type": "Identifier", "name": "len", "range": [ - 78654, - 78657 + 78982, + 78985 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 54 }, "end": { - "line": 2570, + "line": 2581, "column": 57 } } }, "range": [ - 78650, - 78657 + 78978, + 78985 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 50 }, "end": { - "line": 2570, + "line": 2581, "column": 57 } } @@ -147212,32 +147484,32 @@ "type": "Identifier", "name": "i", "range": [ - 78659, - 78660 + 78987, + 78988 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 59 }, "end": { - "line": 2570, + "line": 2581, "column": 60 } } }, "prefix": false, "range": [ - 78659, - 78662 + 78987, + 78990 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 59 }, "end": { - "line": 2570, + "line": 2581, "column": 62 } } @@ -147255,16 +147527,16 @@ "object": { "type": "ThisExpression", "range": [ - 78678, - 78682 + 79006, + 79010 ], "loc": { "start": { - "line": 2571, + "line": 2582, "column": 12 }, "end": { - "line": 2571, + "line": 2582, "column": 16 } } @@ -147273,31 +147545,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 78683, - 78697 + 79011, + 79025 ], "loc": { "start": { - "line": 2571, + "line": 2582, "column": 17 }, "end": { - "line": 2571, + "line": 2582, "column": 31 } } }, "range": [ - 78678, - 78697 + 79006, + 79025 ], "loc": { "start": { - "line": 2571, + "line": 2582, "column": 12 }, "end": { - "line": 2571, + "line": 2582, "column": 31 } } @@ -147307,16 +147579,16 @@ "type": "Identifier", "name": "i", "range": [ - 78698, - 78699 + 79026, + 79027 ], "loc": { "start": { - "line": 2571, + "line": 2582, "column": 32 }, "end": { - "line": 2571, + "line": 2582, "column": 33 } } @@ -147326,78 +147598,78 @@ "value": "", "raw": "''", "range": [ - 78701, - 78703 + 79029, + 79031 ], "loc": { "start": { - "line": 2571, + "line": 2582, "column": 35 }, "end": { - "line": 2571, + "line": 2582, "column": 37 } } } ], "range": [ - 78678, - 78704 + 79006, + 79032 ], "loc": { "start": { - "line": 2571, + "line": 2582, "column": 12 }, "end": { - "line": 2571, + "line": 2582, "column": 38 } } }, "range": [ - 78678, - 78705 + 79006, + 79033 ], "loc": { "start": { - "line": 2571, + "line": 2582, "column": 12 }, "end": { - "line": 2571, + "line": 2582, "column": 39 } } } ], "range": [ - 78664, - 78715 + 78992, + 79043 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 64 }, "end": { - "line": 2572, + "line": 2583, "column": 9 } } }, "range": [ - 78608, - 78715 + 78936, + 79043 ], "loc": { "start": { - "line": 2570, + "line": 2581, "column": 8 }, "end": { - "line": 2572, + "line": 2583, "column": 9 } } @@ -147412,16 +147684,16 @@ "object": { "type": "ThisExpression", "range": [ - 78725, - 78729 + 79053, + 79057 ], "loc": { "start": { - "line": 2574, + "line": 2585, "column": 8 }, "end": { - "line": 2574, + "line": 2585, "column": 12 } } @@ -147430,62 +147702,62 @@ "type": "Identifier", "name": "filter", "range": [ - 78730, - 78736 + 79058, + 79064 ], "loc": { "start": { - "line": 2574, + "line": 2585, "column": 13 }, "end": { - "line": 2574, + "line": 2585, "column": 19 } } }, "range": [ - 78725, - 78736 + 79053, + 79064 ], "loc": { "start": { - "line": 2574, + "line": 2585, "column": 8 }, "end": { - "line": 2574, + "line": 2585, "column": 19 } } }, "arguments": [], "range": [ - 78725, - 78738 + 79053, + 79066 ], "loc": { "start": { - "line": 2574, + "line": 2585, "column": 8 }, "end": { - "line": 2574, + "line": 2585, "column": 21 } } }, "range": [ - 78725, - 78739 + 79053, + 79067 ], "loc": { "start": { - "line": 2574, + "line": 2585, "column": 8 }, "end": { - "line": 2574, + "line": 2585, "column": 22 } } @@ -147498,16 +147770,16 @@ "object": { "type": "ThisExpression", "range": [ - 78753, - 78757 + 79081, + 79085 ], "loc": { "start": { - "line": 2576, + "line": 2587, "column": 12 }, "end": { - "line": 2576, + "line": 2587, "column": 16 } } @@ -147516,31 +147788,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 78758, - 78770 + 79086, + 79098 ], "loc": { "start": { - "line": 2576, + "line": 2587, "column": 17 }, "end": { - "line": 2576, + "line": 2587, "column": 29 } } }, "range": [ - 78753, - 78770 + 79081, + 79098 ], "loc": { "start": { - "line": 2576, + "line": 2587, "column": 12 }, "end": { - "line": 2576, + "line": 2587, "column": 29 } } @@ -147561,16 +147833,16 @@ "object": { "type": "ThisExpression", "range": [ - 78786, - 78790 + 79114, + 79118 ], "loc": { "start": { - "line": 2577, + "line": 2588, "column": 12 }, "end": { - "line": 2577, + "line": 2588, "column": 16 } } @@ -147579,31 +147851,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 78791, - 78803 + 79119, + 79131 ], "loc": { "start": { - "line": 2577, + "line": 2588, "column": 17 }, "end": { - "line": 2577, + "line": 2588, "column": 29 } } }, "range": [ - 78786, - 78803 + 79114, + 79131 ], "loc": { "start": { - "line": 2577, + "line": 2588, "column": 12 }, "end": { - "line": 2577, + "line": 2588, "column": 29 } } @@ -147612,31 +147884,31 @@ "type": "Identifier", "name": "call", "range": [ - 78804, - 78808 + 79132, + 79136 ], "loc": { "start": { - "line": 2577, + "line": 2588, "column": 30 }, "end": { - "line": 2577, + "line": 2588, "column": 34 } } }, "range": [ - 78786, - 78808 + 79114, + 79136 ], "loc": { "start": { - "line": 2577, + "line": 2588, "column": 12 }, "end": { - "line": 2577, + "line": 2588, "column": 34 } } @@ -147647,16 +147919,16 @@ "value": null, "raw": "null", "range": [ - 78809, - 78813 + 79137, + 79141 ], "loc": { "start": { - "line": 2577, + "line": 2588, "column": 35 }, "end": { - "line": 2577, + "line": 2588, "column": 39 } } @@ -147664,79 +147936,79 @@ { "type": "ThisExpression", "range": [ - 78815, - 78819 + 79143, + 79147 ], "loc": { "start": { - "line": 2577, + "line": 2588, "column": 41 }, "end": { - "line": 2577, + "line": 2588, "column": 45 } } } ], "range": [ - 78786, - 78820 + 79114, + 79148 ], "loc": { "start": { - "line": 2577, + "line": 2588, "column": 12 }, "end": { - "line": 2577, + "line": 2588, "column": 46 } } }, "range": [ - 78786, - 78821 + 79114, + 79149 ], "loc": { "start": { - "line": 2577, + "line": 2588, "column": 12 }, "end": { - "line": 2577, + "line": 2588, "column": 47 } } } ], "range": [ - 78772, - 78831 + 79100, + 79159 ], "loc": { "start": { - "line": 2576, + "line": 2587, "column": 31 }, "end": { - "line": 2578, + "line": 2589, "column": 9 } } }, "alternate": null, "range": [ - 78749, - 78831 + 79077, + 79159 ], "loc": { "start": { - "line": 2576, + "line": 2587, "column": 8 }, "end": { - "line": 2578, + "line": 2589, "column": 9 } } @@ -147754,16 +148026,16 @@ "object": { "type": "ThisExpression", "range": [ - 78840, - 78844 + 79168, + 79172 ], "loc": { "start": { - "line": 2579, + "line": 2590, "column": 8 }, "end": { - "line": 2579, + "line": 2590, "column": 12 } } @@ -147772,31 +148044,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 78845, - 78852 + 79173, + 79180 ], "loc": { "start": { - "line": 2579, + "line": 2590, "column": 13 }, "end": { - "line": 2579, + "line": 2590, "column": 20 } } }, "range": [ - 78840, - 78852 + 79168, + 79180 ], "loc": { "start": { - "line": 2579, + "line": 2590, "column": 8 }, "end": { - "line": 2579, + "line": 2590, "column": 20 } } @@ -147805,31 +148077,31 @@ "type": "Identifier", "name": "emit", "range": [ - 78853, - 78857 + 79181, + 79185 ], "loc": { "start": { - "line": 2579, + "line": 2590, "column": 21 }, "end": { - "line": 2579, + "line": 2590, "column": 25 } } }, "range": [ - 78840, - 78857 + 79168, + 79185 ], "loc": { "start": { - "line": 2579, + "line": 2590, "column": 8 }, "end": { - "line": 2579, + "line": 2590, "column": 25 } } @@ -147840,16 +148112,16 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 78858, - 78882 + 79186, + 79210 ], "loc": { "start": { - "line": 2579, + "line": 2590, "column": 26 }, "end": { - "line": 2579, + "line": 2590, "column": 50 } } @@ -147857,63 +148129,63 @@ { "type": "ThisExpression", "range": [ - 78884, - 78888 + 79212, + 79216 ], "loc": { "start": { - "line": 2579, + "line": 2590, "column": 52 }, "end": { - "line": 2579, + "line": 2590, "column": 56 } } } ], "range": [ - 78840, - 78889 + 79168, + 79217 ], "loc": { "start": { - "line": 2579, + "line": 2590, "column": 8 }, "end": { - "line": 2579, + "line": 2590, "column": 57 } } }, "range": [ - 78840, - 78890 + 79168, + 79218 ], "loc": { "start": { - "line": 2579, + "line": 2590, "column": 8 }, "end": { - "line": 2579, + "line": 2590, "column": 58 } } } ], "range": [ - 78360, - 78896 + 78688, + 79224 ], "loc": { "start": { - "line": 2560, + "line": 2571, "column": 19 }, "end": { - "line": 2580, + "line": 2591, "column": 5 } } @@ -147921,16 +148193,16 @@ "generator": false, "expression": false, "range": [ - 78357, - 78896 + 78685, + 79224 ], "loc": { "start": { - "line": 2560, + "line": 2571, "column": 16 }, "end": { - "line": 2580, + "line": 2591, "column": 5 } } @@ -147938,16 +148210,16 @@ "kind": "method", "computed": false, "range": [ - 78345, - 78896 + 78673, + 79224 ], "loc": { "start": { - "line": 2560, + "line": 2571, "column": 4 }, "end": { - "line": 2580, + "line": 2591, "column": 5 } }, @@ -147956,16 +148228,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 78292, - 78340 + 78620, + 78668 ], "loc": { "start": { - "line": 2557, + "line": 2568, "column": 4 }, "end": { - "line": 2559, + "line": 2570, "column": 7 } } @@ -147976,16 +148248,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 78902, - 78980 + 79230, + 79308 ], "loc": { "start": { - "line": 2582, + "line": 2593, "column": 4 }, "end": { - "line": 2584, + "line": 2595, "column": 7 } } @@ -147999,16 +148271,16 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 78985, - 79003 + 79313, + 79331 ], "loc": { "start": { - "line": 2585, + "line": 2596, "column": 4 }, "end": { - "line": 2585, + "line": 2596, "column": 22 } } @@ -148031,16 +148303,16 @@ "type": "Identifier", "name": "i", "range": [ - 79025, - 79026 + 79353, + 79354 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 17 }, "end": { - "line": 2586, + "line": 2597, "column": 18 } } @@ -148050,31 +148322,31 @@ "value": 0, "raw": "0", "range": [ - 79029, - 79030 + 79357, + 79358 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 21 }, "end": { - "line": 2586, + "line": 2597, "column": 22 } } }, "range": [ - 79025, - 79030 + 79353, + 79358 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 17 }, "end": { - "line": 2586, + "line": 2597, "column": 22 } } @@ -148085,16 +148357,16 @@ "type": "Identifier", "name": "len", "range": [ - 79032, - 79035 + 79360, + 79363 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 24 }, "end": { - "line": 2586, + "line": 2597, "column": 27 } } @@ -148107,16 +148379,16 @@ "object": { "type": "ThisExpression", "range": [ - 79038, - 79042 + 79366, + 79370 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 30 }, "end": { - "line": 2586, + "line": 2597, "column": 34 } } @@ -148125,31 +148397,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 79043, - 79053 + 79371, + 79381 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 35 }, "end": { - "line": 2586, + "line": 2597, "column": 45 } } }, "range": [ - 79038, - 79053 + 79366, + 79381 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 30 }, "end": { - "line": 2586, + "line": 2597, "column": 45 } } @@ -148161,16 +148433,16 @@ "object": { "type": "ThisExpression", "range": [ - 79054, - 79058 + 79382, + 79386 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 46 }, "end": { - "line": 2586, + "line": 2597, "column": 50 } } @@ -148179,62 +148451,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 79059, - 79069 + 79387, + 79397 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 51 }, "end": { - "line": 2586, + "line": 2597, "column": 61 } } }, "range": [ - 79054, - 79069 + 79382, + 79397 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 46 }, "end": { - "line": 2586, + "line": 2597, "column": 61 } } } ], "range": [ - 79038, - 79070 + 79366, + 79398 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 30 }, "end": { - "line": 2586, + "line": 2597, "column": 62 } } }, "range": [ - 79032, - 79070 + 79360, + 79398 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 24 }, "end": { - "line": 2586, + "line": 2597, "column": 62 } } @@ -148242,16 +148514,16 @@ ], "kind": "let", "range": [ - 79021, - 79070 + 79349, + 79398 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 13 }, "end": { - "line": 2586, + "line": 2597, "column": 62 } } @@ -148263,16 +148535,16 @@ "type": "Identifier", "name": "i", "range": [ - 79072, - 79073 + 79400, + 79401 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 64 }, "end": { - "line": 2586, + "line": 2597, "column": 65 } } @@ -148281,31 +148553,31 @@ "type": "Identifier", "name": "len", "range": [ - 79076, - 79079 + 79404, + 79407 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 68 }, "end": { - "line": 2586, + "line": 2597, "column": 71 } } }, "range": [ - 79072, - 79079 + 79400, + 79407 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 64 }, "end": { - "line": 2586, + "line": 2597, "column": 71 } } @@ -148317,32 +148589,32 @@ "type": "Identifier", "name": "i", "range": [ - 79081, - 79082 + 79409, + 79410 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 73 }, "end": { - "line": 2586, + "line": 2597, "column": 74 } } }, "prefix": false, "range": [ - 79081, - 79084 + 79409, + 79412 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 73 }, "end": { - "line": 2586, + "line": 2597, "column": 76 } } @@ -148358,16 +148630,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 79100, - 79111 + 79428, + 79439 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 12 }, "end": { - "line": 2587, + "line": 2598, "column": 23 } } @@ -148381,16 +148653,16 @@ "object": { "type": "ThisExpression", "range": [ - 79112, - 79116 + 79440, + 79444 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 24 }, "end": { - "line": 2587, + "line": 2598, "column": 28 } } @@ -148399,31 +148671,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 79117, - 79133 + 79445, + 79461 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 29 }, "end": { - "line": 2587, + "line": 2598, "column": 45 } } }, "range": [ - 79112, - 79133 + 79440, + 79461 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 24 }, "end": { - "line": 2587, + "line": 2598, "column": 45 } } @@ -148433,32 +148705,32 @@ "type": "Identifier", "name": "i", "range": [ - 79134, - 79135 + 79462, + 79463 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 46 }, "end": { - "line": 2587, + "line": 2598, "column": 47 } } } ], "range": [ - 79112, - 79136 + 79440, + 79464 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 24 }, "end": { - "line": 2587, + "line": 2598, "column": 48 } } @@ -148469,16 +148741,16 @@ "object": { "type": "ThisExpression", "range": [ - 79138, - 79142 + 79466, + 79470 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 50 }, "end": { - "line": 2587, + "line": 2598, "column": 54 } } @@ -148487,109 +148759,109 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 79143, - 79164 + 79471, + 79492 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 55 }, "end": { - "line": 2587, + "line": 2598, "column": 76 } } }, "range": [ - 79138, - 79164 + 79466, + 79492 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 50 }, "end": { - "line": 2587, + "line": 2598, "column": 76 } } } ], "range": [ - 79100, - 79165 + 79428, + 79493 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 12 }, "end": { - "line": 2587, + "line": 2598, "column": 77 } } }, "range": [ - 79100, - 79166 + 79428, + 79494 ], "loc": { "start": { - "line": 2587, + "line": 2598, "column": 12 }, "end": { - "line": 2587, + "line": 2598, "column": 78 } } } ], "range": [ - 79086, - 79176 + 79414, + 79504 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 78 }, "end": { - "line": 2588, + "line": 2599, "column": 9 } } }, "range": [ - 79016, - 79176 + 79344, + 79504 ], "loc": { "start": { - "line": 2586, + "line": 2597, "column": 8 }, "end": { - "line": 2588, + "line": 2599, "column": 9 } } } ], "range": [ - 79006, - 79182 + 79334, + 79510 ], "loc": { "start": { - "line": 2585, + "line": 2596, "column": 25 }, "end": { - "line": 2589, + "line": 2600, "column": 5 } } @@ -148597,16 +148869,16 @@ "generator": false, "expression": false, "range": [ - 79003, - 79182 + 79331, + 79510 ], "loc": { "start": { - "line": 2585, + "line": 2596, "column": 22 }, "end": { - "line": 2589, + "line": 2600, "column": 5 } } @@ -148614,16 +148886,16 @@ "kind": "method", "computed": false, "range": [ - 78985, - 79182 + 79313, + 79510 ], "loc": { "start": { - "line": 2585, + "line": 2596, "column": 4 }, "end": { - "line": 2589, + "line": 2600, "column": 5 } }, @@ -148632,16 +148904,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 78902, - 78980 + 79230, + 79308 ], "loc": { "start": { - "line": 2582, + "line": 2593, "column": 4 }, "end": { - "line": 2584, + "line": 2595, "column": 7 } } @@ -148652,16 +148924,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 79188, - 79283 + 79516, + 79611 ], "loc": { "start": { - "line": 2591, + "line": 2602, "column": 4 }, "end": { - "line": 2594, + "line": 2605, "column": 7 } } @@ -148675,16 +148947,16 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 79288, - 79304 + 79616, + 79632 ], "loc": { "start": { - "line": 2595, + "line": 2606, "column": 4 }, "end": { - "line": 2595, + "line": 2606, "column": 20 } } @@ -148697,16 +148969,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79305, - 79313 + 79633, + 79641 ], "loc": { "start": { - "line": 2595, + "line": 2606, "column": 21 }, "end": { - "line": 2595, + "line": 2606, "column": 29 } } @@ -148724,16 +148996,16 @@ "type": "Identifier", "name": "header", "range": [ - 79329, - 79335 + 79657, + 79663 ], "loc": { "start": { - "line": 2596, + "line": 2607, "column": 12 }, "end": { - "line": 2596, + "line": 2607, "column": 18 } } @@ -148746,16 +149018,16 @@ "object": { "type": "ThisExpression", "range": [ - 79338, - 79342 + 79666, + 79670 ], "loc": { "start": { - "line": 2596, + "line": 2607, "column": 21 }, "end": { - "line": 2596, + "line": 2607, "column": 25 } } @@ -148764,31 +149036,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 79343, - 79359 + 79671, + 79687 ], "loc": { "start": { - "line": 2596, + "line": 2607, "column": 26 }, "end": { - "line": 2596, + "line": 2607, "column": 42 } } }, "range": [ - 79338, - 79359 + 79666, + 79687 ], "loc": { "start": { - "line": 2596, + "line": 2607, "column": 21 }, "end": { - "line": 2596, + "line": 2607, "column": 42 } } @@ -148798,47 +149070,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79360, - 79368 + 79688, + 79696 ], "loc": { "start": { - "line": 2596, + "line": 2607, "column": 43 }, "end": { - "line": 2596, + "line": 2607, "column": 51 } } } ], "range": [ - 79338, - 79369 + 79666, + 79697 ], "loc": { "start": { - "line": 2596, + "line": 2607, "column": 21 }, "end": { - "line": 2596, + "line": 2607, "column": 52 } } }, "range": [ - 79329, - 79369 + 79657, + 79697 ], "loc": { "start": { - "line": 2596, + "line": 2607, "column": 12 }, "end": { - "line": 2596, + "line": 2607, "column": 52 } } @@ -148846,16 +149118,16 @@ ], "kind": "let", "range": [ - 79325, - 79370 + 79653, + 79698 ], "loc": { "start": { - "line": 2596, + "line": 2607, "column": 8 }, "end": { - "line": 2596, + "line": 2607, "column": 53 } } @@ -148868,16 +149140,16 @@ "type": "Identifier", "name": "hasClass", "range": [ - 79383, - 79391 + 79711, + 79719 ], "loc": { "start": { - "line": 2597, + "line": 2608, "column": 12 }, "end": { - "line": 2597, + "line": 2608, "column": 20 } } @@ -148887,16 +149159,16 @@ "type": "Identifier", "name": "header", "range": [ - 79392, - 79398 + 79720, + 79726 ], "loc": { "start": { - "line": 2597, + "line": 2608, "column": 21 }, "end": { - "line": 2597, + "line": 2608, "column": 27 } } @@ -148907,16 +149179,16 @@ "object": { "type": "ThisExpression", "range": [ - 79400, - 79404 + 79728, + 79732 ], "loc": { "start": { - "line": 2597, + "line": 2608, "column": 29 }, "end": { - "line": 2597, + "line": 2608, "column": 33 } } @@ -148925,47 +149197,47 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 79405, - 79426 + 79733, + 79754 ], "loc": { "start": { - "line": 2597, + "line": 2608, "column": 34 }, "end": { - "line": 2597, + "line": 2608, "column": 55 } } }, "range": [ - 79400, - 79426 + 79728, + 79754 ], "loc": { "start": { - "line": 2597, + "line": 2608, "column": 29 }, "end": { - "line": 2597, + "line": 2608, "column": 55 } } } ], "range": [ - 79383, - 79427 + 79711, + 79755 ], "loc": { "start": { - "line": 2597, + "line": 2608, "column": 12 }, "end": { - "line": 2597, + "line": 2608, "column": 56 } } @@ -148977,48 +149249,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 79443, - 79450 + 79771, + 79778 ], "loc": { "start": { - "line": 2598, + "line": 2609, "column": 12 }, "end": { - "line": 2598, + "line": 2609, "column": 19 } } } ], "range": [ - 79429, - 79460 + 79757, + 79788 ], "loc": { "start": { - "line": 2597, + "line": 2608, "column": 58 }, "end": { - "line": 2599, + "line": 2610, "column": 9 } } }, "alternate": null, "range": [ - 79379, - 79460 + 79707, + 79788 ], "loc": { "start": { - "line": 2597, + "line": 2608, "column": 8 }, "end": { - "line": 2599, + "line": 2610, "column": 9 } } @@ -149031,16 +149303,16 @@ "object": { "type": "ThisExpression", "range": [ - 79473, - 79477 + 79801, + 79805 ], "loc": { "start": { - "line": 2600, + "line": 2611, "column": 12 }, "end": { - "line": 2600, + "line": 2611, "column": 16 } } @@ -149049,31 +149321,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 79478, - 79498 + 79806, + 79826 ], "loc": { "start": { - "line": 2600, + "line": 2611, "column": 17 }, "end": { - "line": 2600, + "line": 2611, "column": 37 } } }, "range": [ - 79473, - 79498 + 79801, + 79826 ], "loc": { "start": { - "line": 2600, + "line": 2611, "column": 12 }, "end": { - "line": 2600, + "line": 2611, "column": 37 } } @@ -149094,16 +149366,16 @@ "object": { "type": "ThisExpression", "range": [ - 79514, - 79518 + 79842, + 79846 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 12 }, "end": { - "line": 2601, + "line": 2612, "column": 16 } } @@ -149112,31 +149384,31 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 79519, - 79539 + 79847, + 79867 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 17 }, "end": { - "line": 2601, + "line": 2612, "column": 37 } } }, "range": [ - 79514, - 79539 + 79842, + 79867 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 12 }, "end": { - "line": 2601, + "line": 2612, "column": 37 } } @@ -149145,31 +149417,31 @@ "type": "Identifier", "name": "call", "range": [ - 79540, - 79544 + 79868, + 79872 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 38 }, "end": { - "line": 2601, + "line": 2612, "column": 42 } } }, "range": [ - 79514, - 79544 + 79842, + 79872 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 12 }, "end": { - "line": 2601, + "line": 2612, "column": 42 } } @@ -149180,16 +149452,16 @@ "value": null, "raw": "null", "range": [ - 79545, - 79549 + 79873, + 79877 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 43 }, "end": { - "line": 2601, + "line": 2612, "column": 47 } } @@ -149197,16 +149469,16 @@ { "type": "ThisExpression", "range": [ - 79551, - 79555 + 79879, + 79883 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 49 }, "end": { - "line": 2601, + "line": 2612, "column": 53 } } @@ -149215,79 +149487,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79557, - 79565 + 79885, + 79893 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 55 }, "end": { - "line": 2601, + "line": 2612, "column": 63 } } } ], "range": [ - 79514, - 79566 + 79842, + 79894 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 12 }, "end": { - "line": 2601, + "line": 2612, "column": 64 } } }, "range": [ - 79514, - 79567 + 79842, + 79895 ], "loc": { "start": { - "line": 2601, + "line": 2612, "column": 12 }, "end": { - "line": 2601, + "line": 2612, "column": 65 } } } ], "range": [ - 79500, - 79577 + 79828, + 79905 ], "loc": { "start": { - "line": 2600, + "line": 2611, "column": 39 }, "end": { - "line": 2602, + "line": 2613, "column": 9 } } }, "alternate": null, "range": [ - 79469, - 79577 + 79797, + 79905 ], "loc": { "start": { - "line": 2600, + "line": 2611, "column": 8 }, "end": { - "line": 2602, + "line": 2613, "column": 9 } } @@ -149300,16 +149572,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 79586, - 79594 + 79914, + 79922 ], "loc": { "start": { - "line": 2603, + "line": 2614, "column": 8 }, "end": { - "line": 2603, + "line": 2614, "column": 16 } } @@ -149319,16 +149591,16 @@ "type": "Identifier", "name": "header", "range": [ - 79595, - 79601 + 79923, + 79929 ], "loc": { "start": { - "line": 2603, + "line": 2614, "column": 17 }, "end": { - "line": 2603, + "line": 2614, "column": 23 } } @@ -149339,16 +149611,16 @@ "object": { "type": "ThisExpression", "range": [ - 79603, - 79607 + 79931, + 79935 ], "loc": { "start": { - "line": 2603, + "line": 2614, "column": 25 }, "end": { - "line": 2603, + "line": 2614, "column": 29 } } @@ -149357,62 +149629,62 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 79608, - 79629 + 79936, + 79957 ], "loc": { "start": { - "line": 2603, + "line": 2614, "column": 30 }, "end": { - "line": 2603, + "line": 2614, "column": 51 } } }, "range": [ - 79603, - 79629 + 79931, + 79957 ], "loc": { "start": { - "line": 2603, + "line": 2614, "column": 25 }, "end": { - "line": 2603, + "line": 2614, "column": 51 } } } ], "range": [ - 79586, - 79630 + 79914, + 79958 ], "loc": { "start": { - "line": 2603, + "line": 2614, "column": 8 }, "end": { - "line": 2603, + "line": 2614, "column": 52 } } }, "range": [ - 79586, - 79631 + 79914, + 79959 ], "loc": { "start": { - "line": 2603, + "line": 2614, "column": 8 }, "end": { - "line": 2603, + "line": 2614, "column": 53 } } @@ -149425,16 +149697,16 @@ "object": { "type": "ThisExpression", "range": [ - 79644, - 79648 + 79972, + 79976 ], "loc": { "start": { - "line": 2604, + "line": 2615, "column": 12 }, "end": { - "line": 2604, + "line": 2615, "column": 16 } } @@ -149443,31 +149715,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 79649, - 79668 + 79977, + 79996 ], "loc": { "start": { - "line": 2604, + "line": 2615, "column": 17 }, "end": { - "line": 2604, + "line": 2615, "column": 36 } } }, "range": [ - 79644, - 79668 + 79972, + 79996 ], "loc": { "start": { - "line": 2604, + "line": 2615, "column": 12 }, "end": { - "line": 2604, + "line": 2615, "column": 36 } } @@ -149488,16 +149760,16 @@ "object": { "type": "ThisExpression", "range": [ - 79684, - 79688 + 80012, + 80016 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 12 }, "end": { - "line": 2605, + "line": 2616, "column": 16 } } @@ -149506,31 +149778,31 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 79689, - 79708 + 80017, + 80036 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 17 }, "end": { - "line": 2605, + "line": 2616, "column": 36 } } }, "range": [ - 79684, - 79708 + 80012, + 80036 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 12 }, "end": { - "line": 2605, + "line": 2616, "column": 36 } } @@ -149539,31 +149811,31 @@ "type": "Identifier", "name": "call", "range": [ - 79709, - 79713 + 80037, + 80041 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 37 }, "end": { - "line": 2605, + "line": 2616, "column": 41 } } }, "range": [ - 79684, - 79713 + 80012, + 80041 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 12 }, "end": { - "line": 2605, + "line": 2616, "column": 41 } } @@ -149574,16 +149846,16 @@ "value": null, "raw": "null", "range": [ - 79714, - 79718 + 80042, + 80046 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 42 }, "end": { - "line": 2605, + "line": 2616, "column": 46 } } @@ -149591,16 +149863,16 @@ { "type": "ThisExpression", "range": [ - 79720, - 79724 + 80048, + 80052 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 48 }, "end": { - "line": 2605, + "line": 2616, "column": 52 } } @@ -149609,95 +149881,95 @@ "type": "Identifier", "name": "colIndex", "range": [ - 79726, - 79734 + 80054, + 80062 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 54 }, "end": { - "line": 2605, + "line": 2616, "column": 62 } } } ], "range": [ - 79684, - 79735 + 80012, + 80063 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 12 }, "end": { - "line": 2605, + "line": 2616, "column": 63 } } }, "range": [ - 79684, - 79736 + 80012, + 80064 ], "loc": { "start": { - "line": 2605, + "line": 2616, "column": 12 }, "end": { - "line": 2605, + "line": 2616, "column": 64 } } } ], "range": [ - 79670, - 79746 + 79998, + 80074 ], "loc": { "start": { - "line": 2604, + "line": 2615, "column": 38 }, "end": { - "line": 2606, + "line": 2617, "column": 9 } } }, "alternate": null, "range": [ - 79640, - 79746 + 79968, + 80074 ], "loc": { "start": { - "line": 2604, + "line": 2615, "column": 8 }, "end": { - "line": 2606, + "line": 2617, "column": 9 } } } ], "range": [ - 79315, - 79752 + 79643, + 80080 ], "loc": { "start": { - "line": 2595, + "line": 2606, "column": 31 }, "end": { - "line": 2607, + "line": 2618, "column": 5 } } @@ -149705,16 +149977,16 @@ "generator": false, "expression": false, "range": [ - 79304, - 79752 + 79632, + 80080 ], "loc": { "start": { - "line": 2595, + "line": 2606, "column": 20 }, "end": { - "line": 2607, + "line": 2618, "column": 5 } } @@ -149722,16 +149994,16 @@ "kind": "method", "computed": false, "range": [ - 79288, - 79752 + 79616, + 80080 ], "loc": { "start": { - "line": 2595, + "line": 2606, "column": 4 }, "end": { - "line": 2607, + "line": 2618, "column": 5 } }, @@ -149740,16 +150012,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 79188, - 79283 + 79516, + 79611 ], "loc": { "start": { - "line": 2591, + "line": 2602, "column": 4 }, "end": { - "line": 2594, + "line": 2605, "column": 7 } } @@ -149760,16 +150032,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 79758, - 79844 + 80086, + 80172 ], "loc": { "start": { - "line": 2609, + "line": 2620, "column": 4 }, "end": { - "line": 2612, + "line": 2623, "column": 7 } } @@ -149783,16 +150055,16 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 79849, - 79866 + 80177, + 80194 ], "loc": { "start": { - "line": 2613, + "line": 2624, "column": 4 }, "end": { - "line": 2613, + "line": 2624, "column": 21 } } @@ -149812,16 +150084,16 @@ "object": { "type": "ThisExpression", "range": [ - 79886, - 79890 + 80214, + 80218 ], "loc": { "start": { - "line": 2614, + "line": 2625, "column": 15 }, "end": { - "line": 2614, + "line": 2625, "column": 19 } } @@ -149830,62 +150102,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 79891, - 79905 + 80219, + 80233 ], "loc": { "start": { - "line": 2614, + "line": 2625, "column": 20 }, "end": { - "line": 2614, + "line": 2625, "column": 34 } } }, "range": [ - 79886, - 79905 + 80214, + 80233 ], "loc": { "start": { - "line": 2614, + "line": 2625, "column": 15 }, "end": { - "line": 2614, + "line": 2625, "column": 34 } } }, "range": [ - 79879, - 79906 + 80207, + 80234 ], "loc": { "start": { - "line": 2614, + "line": 2625, "column": 8 }, "end": { - "line": 2614, + "line": 2625, "column": 35 } } } ], "range": [ - 79869, - 79912 + 80197, + 80240 ], "loc": { "start": { - "line": 2613, + "line": 2624, "column": 24 }, "end": { - "line": 2615, + "line": 2626, "column": 5 } } @@ -149893,16 +150165,16 @@ "generator": false, "expression": false, "range": [ - 79866, - 79912 + 80194, + 80240 ], "loc": { "start": { - "line": 2613, + "line": 2624, "column": 21 }, "end": { - "line": 2615, + "line": 2626, "column": 5 } } @@ -149910,16 +150182,16 @@ "kind": "method", "computed": false, "range": [ - 79849, - 79912 + 80177, + 80240 ], "loc": { "start": { - "line": 2613, + "line": 2624, "column": 4 }, "end": { - "line": 2615, + "line": 2626, "column": 5 } }, @@ -149928,16 +150200,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 79758, - 79844 + 80086, + 80172 ], "loc": { "start": { - "line": 2609, + "line": 2620, "column": 4 }, "end": { - "line": 2612, + "line": 2623, "column": 7 } } @@ -149948,16 +150220,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 79918, - 80019 + 80246, + 80347 ], "loc": { "start": { - "line": 2617, + "line": 2628, "column": 4 }, "end": { - "line": 2620, + "line": 2631, "column": 7 } } @@ -149971,16 +150243,16 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 80024, - 80041 + 80352, + 80369 ], "loc": { "start": { - "line": 2621, + "line": 2632, "column": 4 }, "end": { - "line": 2621, + "line": 2632, "column": 21 } } @@ -149993,16 +150265,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 80042, - 80050 + 80370, + 80378 ], "loc": { "start": { - "line": 2621, + "line": 2632, "column": 22 }, "end": { - "line": 2621, + "line": 2632, "column": 30 } } @@ -150022,16 +150294,16 @@ "object": { "type": "ThisExpression", "range": [ - 80062, - 80066 + 80390, + 80394 ], "loc": { "start": { - "line": 2622, + "line": 2633, "column": 8 }, "end": { - "line": 2622, + "line": 2633, "column": 12 } } @@ -150040,31 +150312,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 80067, - 80081 + 80395, + 80409 ], "loc": { "start": { - "line": 2622, + "line": 2633, "column": 13 }, "end": { - "line": 2622, + "line": 2633, "column": 27 } } }, "range": [ - 80062, - 80081 + 80390, + 80409 ], "loc": { "start": { - "line": 2622, + "line": 2633, "column": 8 }, "end": { - "line": 2622, + "line": 2633, "column": 27 } } @@ -150073,62 +150345,62 @@ "type": "Identifier", "name": "filterId", "range": [ - 80084, - 80092 + 80412, + 80420 ], "loc": { "start": { - "line": 2622, + "line": 2633, "column": 30 }, "end": { - "line": 2622, + "line": 2633, "column": 38 } } }, "range": [ - 80062, - 80092 + 80390, + 80420 ], "loc": { "start": { - "line": 2622, + "line": 2633, "column": 8 }, "end": { - "line": 2622, + "line": 2633, "column": 38 } } }, "range": [ - 80062, - 80093 + 80390, + 80421 ], "loc": { "start": { - "line": 2622, + "line": 2633, "column": 8 }, "end": { - "line": 2622, + "line": 2633, "column": 39 } } } ], "range": [ - 80052, - 80099 + 80380, + 80427 ], "loc": { "start": { - "line": 2621, + "line": 2632, "column": 32 }, "end": { - "line": 2623, + "line": 2634, "column": 5 } } @@ -150136,16 +150408,16 @@ "generator": false, "expression": false, "range": [ - 80041, - 80099 + 80369, + 80427 ], "loc": { "start": { - "line": 2621, + "line": 2632, "column": 21 }, "end": { - "line": 2623, + "line": 2634, "column": 5 } } @@ -150153,16 +150425,16 @@ "kind": "method", "computed": false, "range": [ - 80024, - 80099 + 80352, + 80427 ], "loc": { "start": { - "line": 2621, + "line": 2632, "column": 4 }, "end": { - "line": 2623, + "line": 2634, "column": 5 } }, @@ -150171,16 +150443,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 79918, - 80019 + 80246, + 80347 ], "loc": { "start": { - "line": 2617, + "line": 2628, "column": 4 }, "end": { - "line": 2620, + "line": 2631, "column": 7 } } @@ -150191,16 +150463,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": [ - 80105, - 80254 + 80433, + 80582 ], "loc": { "start": { - "line": 2625, + "line": 2636, "column": 4 }, "end": { - "line": 2629, + "line": 2640, "column": 7 } } @@ -150214,16 +150486,16 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 80259, - 80285 + 80587, + 80613 ], "loc": { "start": { - "line": 2630, + "line": 2641, "column": 4 }, "end": { - "line": 2630, + "line": 2641, "column": 30 } } @@ -150238,16 +150510,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 80286, - 80294 + 80614, + 80622 ], "loc": { "start": { - "line": 2630, + "line": 2641, "column": 31 }, "end": { - "line": 2630, + "line": 2641, "column": 39 } } @@ -150257,31 +150529,31 @@ "value": "", "raw": "''", "range": [ - 80297, - 80299 + 80625, + 80627 ], "loc": { "start": { - "line": 2630, + "line": 2641, "column": 42 }, "end": { - "line": 2630, + "line": 2641, "column": 44 } } }, "range": [ - 80286, - 80299 + 80614, + 80627 ], "loc": { "start": { - "line": 2630, + "line": 2641, "column": 31 }, "end": { - "line": 2630, + "line": 2641, "column": 44 } } @@ -150299,16 +150571,16 @@ "type": "Identifier", "name": "idx", "range": [ - 80315, - 80318 + 80643, + 80646 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 12 }, "end": { - "line": 2631, + "line": 2642, "column": 15 } } @@ -150325,16 +150597,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 80321, - 80329 + 80649, + 80657 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 18 }, "end": { - "line": 2631, + "line": 2642, "column": 26 } } @@ -150343,31 +150615,31 @@ "type": "Identifier", "name": "split", "range": [ - 80330, - 80335 + 80658, + 80663 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 27 }, "end": { - "line": 2631, + "line": 2642, "column": 32 } } }, "range": [ - 80321, - 80335 + 80649, + 80663 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 18 }, "end": { - "line": 2631, + "line": 2642, "column": 32 } } @@ -150378,32 +150650,32 @@ "value": "_", "raw": "'_'", "range": [ - 80336, - 80339 + 80664, + 80667 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 33 }, "end": { - "line": 2631, + "line": 2642, "column": 36 } } } ], "range": [ - 80321, - 80340 + 80649, + 80668 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 18 }, "end": { - "line": 2631, + "line": 2642, "column": 37 } } @@ -150413,46 +150685,46 @@ "value": 0, "raw": "0", "range": [ - 80341, - 80342 + 80669, + 80670 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 38 }, "end": { - "line": 2631, + "line": 2642, "column": 39 } } }, "range": [ - 80321, - 80343 + 80649, + 80671 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 18 }, "end": { - "line": 2631, + "line": 2642, "column": 40 } } }, "range": [ - 80315, - 80343 + 80643, + 80671 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 12 }, "end": { - "line": 2631, + "line": 2642, "column": 40 } } @@ -150460,16 +150732,16 @@ ], "kind": "let", "range": [ - 80311, - 80344 + 80639, + 80672 ], "loc": { "start": { - "line": 2631, + "line": 2642, "column": 8 }, "end": { - "line": 2631, + "line": 2642, "column": 41 } } @@ -150483,16 +150755,16 @@ "type": "Identifier", "name": "idx", "range": [ - 80353, - 80356 + 80681, + 80684 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 8 }, "end": { - "line": 2632, + "line": 2643, "column": 11 } } @@ -150509,16 +150781,16 @@ "type": "Identifier", "name": "idx", "range": [ - 80359, - 80362 + 80687, + 80690 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 14 }, "end": { - "line": 2632, + "line": 2643, "column": 17 } } @@ -150527,31 +150799,31 @@ "type": "Identifier", "name": "split", "range": [ - 80363, - 80368 + 80691, + 80696 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 18 }, "end": { - "line": 2632, + "line": 2643, "column": 23 } } }, "range": [ - 80359, - 80368 + 80687, + 80696 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 14 }, "end": { - "line": 2632, + "line": 2643, "column": 23 } } @@ -150563,16 +150835,16 @@ "object": { "type": "ThisExpression", "range": [ - 80369, - 80373 + 80697, + 80701 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 24 }, "end": { - "line": 2632, + "line": 2643, "column": 28 } } @@ -150581,47 +150853,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 80374, - 80381 + 80702, + 80709 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 29 }, "end": { - "line": 2632, + "line": 2643, "column": 36 } } }, "range": [ - 80369, - 80381 + 80697, + 80709 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 24 }, "end": { - "line": 2632, + "line": 2643, "column": 36 } } } ], "range": [ - 80359, - 80382 + 80687, + 80710 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 14 }, "end": { - "line": 2632, + "line": 2643, "column": 37 } } @@ -150631,61 +150903,61 @@ "value": 1, "raw": "1", "range": [ - 80383, - 80384 + 80711, + 80712 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 38 }, "end": { - "line": 2632, + "line": 2643, "column": 39 } } }, "range": [ - 80359, - 80385 + 80687, + 80713 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 14 }, "end": { - "line": 2632, + "line": 2643, "column": 40 } } }, "range": [ - 80353, - 80385 + 80681, + 80713 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 8 }, "end": { - "line": 2632, + "line": 2643, "column": 40 } } }, "range": [ - 80353, - 80386 + 80681, + 80714 ], "loc": { "start": { - "line": 2632, + "line": 2643, "column": 8 }, "end": { - "line": 2632, + "line": 2643, "column": 41 } } @@ -150698,16 +150970,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 80402, - 80410 + 80730, + 80738 ], "loc": { "start": { - "line": 2633, + "line": 2644, "column": 15 }, "end": { - "line": 2633, + "line": 2644, "column": 23 } } @@ -150717,16 +150989,16 @@ "type": "Identifier", "name": "idx", "range": [ - 80411, - 80414 + 80739, + 80742 ], "loc": { "start": { - "line": 2633, + "line": 2644, "column": 24 }, "end": { - "line": 2633, + "line": 2644, "column": 27 } } @@ -150736,487 +151008,61 @@ "value": 10, "raw": "10", "range": [ - 80416, - 80418 + 80744, + 80746 ], "loc": { "start": { - "line": 2633, + "line": 2644, "column": 29 }, "end": { - "line": 2633, + "line": 2644, "column": 31 } } } ], "range": [ - 80402, - 80419 + 80730, + 80747 ], "loc": { "start": { - "line": 2633, + "line": 2644, "column": 15 }, "end": { - "line": 2633, + "line": 2644, "column": 32 } } }, "range": [ - 80395, - 80420 + 80723, + 80748 ], "loc": { "start": { - "line": 2633, + "line": 2644, "column": 8 }, "end": { - "line": 2633, + "line": 2644, "column": 33 } } } ], "range": [ - 80301, - 80426 + 80629, + 80754 ], "loc": { "start": { - "line": 2630, + "line": 2641, "column": 46 }, - "end": { - "line": 2634, - "column": 5 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 80285, - 80426 - ], - "loc": { - "start": { - "line": 2630, - "column": 30 - }, - "end": { - "line": 2634, - "column": 5 - } - } - }, - "kind": "method", - "computed": false, - "range": [ - 80259, - 80426 - ], - "loc": { - "start": { - "line": 2630, - "column": 4 - }, - "end": { - "line": 2634, - "column": 5 - } - }, - "leadingComments": [ - { - "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": [ - 80105, - 80254 - ], - "loc": { - "start": { - "line": 2625, - "column": 4 - }, - "end": { - "line": 2629, - "column": 7 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", - "range": [ - 80432, - 80529 - ], - "loc": { - "start": { - "line": 2636, - "column": 4 - }, - "end": { - "line": 2639, - "column": 7 - } - } - } - ], - "static": false - }, - { - "type": "MethodDefinition", - "key": { - "type": "Identifier", - "name": "activateFilter", - "range": [ - 80534, - 80548 - ], - "loc": { - "start": { - "line": 2640, - "column": 4 - }, - "end": { - "line": 2640, - "column": 18 - } - } - }, - "value": { - "type": "FunctionExpression", - "id": null, - "params": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 80549, - 80557 - ], - "loc": { - "start": { - "line": 2640, - "column": 19 - }, - "end": { - "line": 2640, - "column": 27 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "IfStatement", - "test": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isUndef", - "range": [ - 80573, - 80580 - ], - "loc": { - "start": { - "line": 2641, - "column": 12 - }, - "end": { - "line": 2641, - "column": 19 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 80581, - 80589 - ], - "loc": { - "start": { - "line": 2641, - "column": 20 - }, - "end": { - "line": 2641, - "column": 28 - } - } - } - ], - "range": [ - 80573, - 80590 - ], - "loc": { - "start": { - "line": 2641, - "column": 12 - }, - "end": { - "line": 2641, - "column": 29 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": null, - "range": [ - 80606, - 80613 - ], - "loc": { - "start": { - "line": 2642, - "column": 12 - }, - "end": { - "line": 2642, - "column": 19 - } - } - } - ], - "range": [ - 80592, - 80623 - ], - "loc": { - "start": { - "line": 2641, - "column": 31 - }, - "end": { - "line": 2643, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 80569, - 80623 - ], - "loc": { - "start": { - "line": 2641, - "column": 8 - }, - "end": { - "line": 2643, - "column": 9 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 80632, - 80636 - ], - "loc": { - "start": { - "line": 2644, - "column": 8 - }, - "end": { - "line": 2644, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "setActiveFilterId", - "range": [ - 80637, - 80654 - ], - "loc": { - "start": { - "line": 2644, - "column": 13 - }, - "end": { - "line": 2644, - "column": 30 - } - } - }, - "range": [ - 80632, - 80654 - ], - "loc": { - "start": { - "line": 2644, - "column": 8 - }, - "end": { - "line": 2644, - "column": 30 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 80655, - 80659 - ], - "loc": { - "start": { - "line": 2644, - "column": 31 - }, - "end": { - "line": 2644, - "column": 35 - } - } - }, - "property": { - "type": "Identifier", - "name": "getFilterId", - "range": [ - 80660, - 80671 - ], - "loc": { - "start": { - "line": 2644, - "column": 36 - }, - "end": { - "line": 2644, - "column": 47 - } - } - }, - "range": [ - 80655, - 80671 - ], - "loc": { - "start": { - "line": 2644, - "column": 31 - }, - "end": { - "line": 2644, - "column": 47 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 80672, - 80680 - ], - "loc": { - "start": { - "line": 2644, - "column": 48 - }, - "end": { - "line": 2644, - "column": 56 - } - } - } - ], - "range": [ - 80655, - 80681 - ], - "loc": { - "start": { - "line": 2644, - "column": 31 - }, - "end": { - "line": 2644, - "column": 57 - } - } - } - ], - "range": [ - 80632, - 80682 - ], - "loc": { - "start": { - "line": 2644, - "column": 8 - }, - "end": { - "line": 2644, - "column": 58 - } - } - }, - "range": [ - 80632, - 80683 - ], - "loc": { - "start": { - "line": 2644, - "column": 8 - }, - "end": { - "line": 2644, - "column": 59 - } - } - } - ], - "range": [ - 80559, - 80689 - ], - "loc": { - "start": { - "line": 2640, - "column": 29 - }, "end": { "line": 2645, "column": 5 @@ -151226,13 +151072,13 @@ "generator": false, "expression": false, "range": [ - 80548, - 80689 + 80613, + 80754 ], "loc": { "start": { - "line": 2640, - "column": 18 + "line": 2641, + "column": 30 }, "end": { "line": 2645, @@ -151243,12 +151089,12 @@ "kind": "method", "computed": false, "range": [ - 80534, - 80689 + 80587, + 80754 ], "loc": { "start": { - "line": 2640, + "line": 2641, "column": 4 }, "end": { @@ -151259,10 +151105,10 @@ "leadingComments": [ { "type": "Block", - "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", + "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", "range": [ - 80432, - 80529 + 80433, + 80582 ], "loc": { "start": { @@ -151270,7 +151116,7 @@ "column": 4 }, "end": { - "line": 2639, + "line": 2640, "column": 7 } } @@ -151279,10 +151125,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", + "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 80695, - 80800 + 80760, + 80857 ], "loc": { "start": { @@ -151302,10 +151148,10 @@ "type": "MethodDefinition", "key": { "type": "Identifier", - "name": "linkFilters", + "name": "activateFilter", "range": [ - 80805, - 80816 + 80862, + 80876 ], "loc": { "start": { @@ -151314,6 +151160,432 @@ }, "end": { "line": 2651, + "column": 18 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 80877, + 80885 + ], + "loc": { + "start": { + "line": 2651, + "column": 19 + }, + "end": { + "line": 2651, + "column": 27 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isUndef", + "range": [ + 80901, + 80908 + ], + "loc": { + "start": { + "line": 2652, + "column": 12 + }, + "end": { + "line": 2652, + "column": 19 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 80909, + 80917 + ], + "loc": { + "start": { + "line": 2652, + "column": 20 + }, + "end": { + "line": 2652, + "column": 28 + } + } + } + ], + "range": [ + 80901, + 80918 + ], + "loc": { + "start": { + "line": 2652, + "column": 12 + }, + "end": { + "line": 2652, + "column": 29 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 80934, + 80941 + ], + "loc": { + "start": { + "line": 2653, + "column": 12 + }, + "end": { + "line": 2653, + "column": 19 + } + } + } + ], + "range": [ + 80920, + 80951 + ], + "loc": { + "start": { + "line": 2652, + "column": 31 + }, + "end": { + "line": 2654, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 80897, + 80951 + ], + "loc": { + "start": { + "line": 2652, + "column": 8 + }, + "end": { + "line": 2654, + "column": 9 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 80960, + 80964 + ], + "loc": { + "start": { + "line": 2655, + "column": 8 + }, + "end": { + "line": 2655, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "setActiveFilterId", + "range": [ + 80965, + 80982 + ], + "loc": { + "start": { + "line": 2655, + "column": 13 + }, + "end": { + "line": 2655, + "column": 30 + } + } + }, + "range": [ + 80960, + 80982 + ], + "loc": { + "start": { + "line": 2655, + "column": 8 + }, + "end": { + "line": 2655, + "column": 30 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 80983, + 80987 + ], + "loc": { + "start": { + "line": 2655, + "column": 31 + }, + "end": { + "line": 2655, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "getFilterId", + "range": [ + 80988, + 80999 + ], + "loc": { + "start": { + "line": 2655, + "column": 36 + }, + "end": { + "line": 2655, + "column": 47 + } + } + }, + "range": [ + 80983, + 80999 + ], + "loc": { + "start": { + "line": 2655, + "column": 31 + }, + "end": { + "line": 2655, + "column": 47 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 81000, + 81008 + ], + "loc": { + "start": { + "line": 2655, + "column": 48 + }, + "end": { + "line": 2655, + "column": 56 + } + } + } + ], + "range": [ + 80983, + 81009 + ], + "loc": { + "start": { + "line": 2655, + "column": 31 + }, + "end": { + "line": 2655, + "column": 57 + } + } + } + ], + "range": [ + 80960, + 81010 + ], + "loc": { + "start": { + "line": 2655, + "column": 8 + }, + "end": { + "line": 2655, + "column": 58 + } + } + }, + "range": [ + 80960, + 81011 + ], + "loc": { + "start": { + "line": 2655, + "column": 8 + }, + "end": { + "line": 2655, + "column": 59 + } + } + } + ], + "range": [ + 80887, + 81017 + ], + "loc": { + "start": { + "line": 2651, + "column": 29 + }, + "end": { + "line": 2656, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 80876, + 81017 + ], + "loc": { + "start": { + "line": 2651, + "column": 18 + }, + "end": { + "line": 2656, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 80862, + 81017 + ], + "loc": { + "start": { + "line": 2651, + "column": 4 + }, + "end": { + "line": 2656, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", + "range": [ + 80760, + 80857 + ], + "loc": { + "start": { + "line": 2647, + "column": 4 + }, + "end": { + "line": 2650, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", + "range": [ + 81023, + 81128 + ], + "loc": { + "start": { + "line": 2658, + "column": 4 + }, + "end": { + "line": 2661, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "linkFilters", + "range": [ + 81133, + 81144 + ], + "loc": { + "start": { + "line": 2662, + "column": 4 + }, + "end": { + "line": 2662, "column": 15 } } @@ -151339,16 +151611,16 @@ "object": { "type": "ThisExpression", "range": [ - 80834, - 80838 + 81162, + 81166 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 13 }, "end": { - "line": 2652, + "line": 2663, "column": 17 } } @@ -151357,47 +151629,47 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 80839, - 80852 + 81167, + 81180 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 18 }, "end": { - "line": 2652, + "line": 2663, "column": 31 } } }, "range": [ - 80834, - 80852 + 81162, + 81180 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 13 }, "end": { - "line": 2652, + "line": 2663, "column": 31 } } }, "prefix": true, "range": [ - 80833, - 80852 + 81161, + 81180 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 12 }, "end": { - "line": 2652, + "line": 2663, "column": 31 } } @@ -151411,16 +151683,16 @@ "object": { "type": "ThisExpression", "range": [ - 80857, - 80861 + 81185, + 81189 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 36 }, "end": { - "line": 2652, + "line": 2663, "column": 40 } } @@ -151429,62 +151701,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 80862, - 80876 + 81190, + 81204 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 41 }, "end": { - "line": 2652, + "line": 2663, "column": 55 } } }, "range": [ - 80857, - 80876 + 81185, + 81204 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 36 }, "end": { - "line": 2652, + "line": 2663, "column": 55 } } }, "prefix": true, "range": [ - 80856, - 80876 + 81184, + 81204 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 35 }, "end": { - "line": 2652, + "line": 2663, "column": 55 } } }, "range": [ - 80833, - 80876 + 81161, + 81204 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 12 }, "end": { - "line": 2652, + "line": 2663, "column": 55 } } @@ -151496,48 +151768,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 80892, - 80899 + 81220, + 81227 ], "loc": { "start": { - "line": 2653, + "line": 2664, "column": 12 }, "end": { - "line": 2653, + "line": 2664, "column": 19 } } } ], "range": [ - 80878, - 80909 + 81206, + 81237 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 57 }, "end": { - "line": 2654, + "line": 2665, "column": 9 } } }, "alternate": null, "range": [ - 80829, - 80909 + 81157, + 81237 ], "loc": { "start": { - "line": 2652, + "line": 2663, "column": 8 }, "end": { - "line": 2654, + "line": 2665, "column": 9 } } @@ -151551,16 +151823,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 80922, - 80927 + 81250, + 81255 ], "loc": { "start": { - "line": 2655, + "line": 2666, "column": 12 }, "end": { - "line": 2655, + "line": 2666, "column": 17 } } @@ -151573,16 +151845,16 @@ "object": { "type": "ThisExpression", "range": [ - 80930, - 80934 + 81258, + 81262 ], "loc": { "start": { - "line": 2655, + "line": 2666, "column": 20 }, "end": { - "line": 2655, + "line": 2666, "column": 24 } } @@ -151591,31 +151863,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 80935, - 80951 + 81263, + 81279 ], "loc": { "start": { - "line": 2655, + "line": 2666, "column": 25 }, "end": { - "line": 2655, + "line": 2666, "column": 41 } } }, "range": [ - 80930, - 80951 + 81258, + 81279 ], "loc": { "start": { - "line": 2655, + "line": 2666, "column": 20 }, "end": { - "line": 2655, + "line": 2666, "column": 41 } } @@ -151625,16 +151897,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 80952, - 80958 + 81280, + 81286 ], "loc": { "start": { - "line": 2655, + "line": 2666, "column": 42 }, "end": { - "line": 2655, + "line": 2666, "column": 48 } } @@ -151644,47 +151916,47 @@ "value": true, "raw": "true", "range": [ - 80960, - 80964 + 81288, + 81292 ], "loc": { "start": { - "line": 2655, + "line": 2666, "column": 50 }, "end": { - "line": 2655, + "line": 2666, "column": 54 } } } ], "range": [ - 80930, - 80965 + 81258, + 81293 ], "loc": { "start": { - "line": 2655, + "line": 2666, "column": 20 }, "end": { - "line": 2655, + "line": 2666, "column": 55 } } }, "range": [ - 80922, - 80965 + 81250, + 81293 ], "loc": { "start": { - "line": 2655, + "line": 2666, "column": 12 }, "end": { - "line": 2655, + "line": 2666, "column": 55 } } @@ -151695,16 +151967,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 80979, - 80984 + 81307, + 81312 ], "loc": { "start": { - "line": 2656, + "line": 2667, "column": 12 }, "end": { - "line": 2656, + "line": 2667, "column": 17 } } @@ -151717,16 +151989,16 @@ "object": { "type": "ThisExpression", "range": [ - 80987, - 80991 + 81315, + 81319 ], "loc": { "start": { - "line": 2656, + "line": 2667, "column": 20 }, "end": { - "line": 2656, + "line": 2667, "column": 24 } } @@ -151735,31 +152007,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 80992, - 81008 + 81320, + 81336 ], "loc": { "start": { - "line": 2656, + "line": 2667, "column": 25 }, "end": { - "line": 2656, + "line": 2667, "column": 41 } } }, "range": [ - 80987, - 81008 + 81315, + 81336 ], "loc": { "start": { - "line": 2656, + "line": 2667, "column": 20 }, "end": { - "line": 2656, + "line": 2667, "column": 41 } } @@ -151769,16 +152041,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 81009, - 81017 + 81337, + 81345 ], "loc": { "start": { - "line": 2656, + "line": 2667, "column": 42 }, "end": { - "line": 2656, + "line": 2667, "column": 50 } } @@ -151788,47 +152060,47 @@ "value": true, "raw": "true", "range": [ - 81019, - 81023 + 81347, + 81351 ], "loc": { "start": { - "line": 2656, + "line": 2667, "column": 52 }, "end": { - "line": 2656, + "line": 2667, "column": 56 } } } ], "range": [ - 80987, - 81024 + 81315, + 81352 ], "loc": { "start": { - "line": 2656, + "line": 2667, "column": 20 }, "end": { - "line": 2656, + "line": 2667, "column": 57 } } }, "range": [ - 80979, - 81024 + 81307, + 81352 ], "loc": { "start": { - "line": 2656, + "line": 2667, "column": 12 }, "end": { - "line": 2656, + "line": 2667, "column": 57 } } @@ -151839,16 +152111,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 81038, - 81043 + 81366, + 81371 ], "loc": { "start": { - "line": 2657, + "line": 2668, "column": 12 }, "end": { - "line": 2657, + "line": 2668, "column": 17 } } @@ -151861,16 +152133,16 @@ "object": { "type": "ThisExpression", "range": [ - 81046, - 81050 + 81374, + 81378 ], "loc": { "start": { - "line": 2657, + "line": 2668, "column": 20 }, "end": { - "line": 2657, + "line": 2668, "column": 24 } } @@ -151879,31 +152151,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 81051, - 81067 + 81379, + 81395 ], "loc": { "start": { - "line": 2657, + "line": 2668, "column": 25 }, "end": { - "line": 2657, + "line": 2668, "column": 41 } } }, "range": [ - 81046, - 81067 + 81374, + 81395 ], "loc": { "start": { - "line": 2657, + "line": 2668, "column": 20 }, "end": { - "line": 2657, + "line": 2668, "column": 41 } } @@ -151913,16 +152185,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 81068, - 81077 + 81396, + 81405 ], "loc": { "start": { - "line": 2657, + "line": 2668, "column": 42 }, "end": { - "line": 2657, + "line": 2668, "column": 51 } } @@ -151932,47 +152204,47 @@ "value": true, "raw": "true", "range": [ - 81079, - 81083 + 81407, + 81411 ], "loc": { "start": { - "line": 2657, + "line": 2668, "column": 53 }, "end": { - "line": 2657, + "line": 2668, "column": 57 } } } ], "range": [ - 81046, - 81084 + 81374, + 81412 ], "loc": { "start": { - "line": 2657, + "line": 2668, "column": 20 }, "end": { - "line": 2657, + "line": 2668, "column": 58 } } }, "range": [ - 81038, - 81084 + 81366, + 81412 ], "loc": { "start": { - "line": 2657, + "line": 2668, "column": 12 }, "end": { - "line": 2657, + "line": 2668, "column": 58 } } @@ -151983,16 +152255,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81098, - 81106 + 81426, + 81434 ], "loc": { "start": { - "line": 2658, + "line": 2669, "column": 12 }, "end": { - "line": 2658, + "line": 2669, "column": 20 } } @@ -152006,16 +152278,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 81109, - 81114 + 81437, + 81442 ], "loc": { "start": { - "line": 2658, + "line": 2669, "column": 23 }, "end": { - "line": 2658, + "line": 2669, "column": 28 } } @@ -152024,31 +152296,31 @@ "type": "Identifier", "name": "concat", "range": [ - 81115, - 81121 + 81443, + 81449 ], "loc": { "start": { - "line": 2658, + "line": 2669, "column": 29 }, "end": { - "line": 2658, + "line": 2669, "column": 35 } } }, "range": [ - 81109, - 81121 + 81437, + 81449 ], "loc": { "start": { - "line": 2658, + "line": 2669, "column": 23 }, "end": { - "line": 2658, + "line": 2669, "column": 35 } } @@ -152058,47 +152330,47 @@ "type": "Identifier", "name": "slcA2", "range": [ - 81122, - 81127 + 81450, + 81455 ], "loc": { "start": { - "line": 2658, + "line": 2669, "column": 36 }, "end": { - "line": 2658, + "line": 2669, "column": 41 } } } ], "range": [ - 81109, - 81128 + 81437, + 81456 ], "loc": { "start": { - "line": 2658, + "line": 2669, "column": 23 }, "end": { - "line": 2658, + "line": 2669, "column": 42 } } }, "range": [ - 81098, - 81128 + 81426, + 81456 ], "loc": { "start": { - "line": 2658, + "line": 2669, "column": 12 }, "end": { - "line": 2658, + "line": 2669, "column": 42 } } @@ -152106,16 +152378,16 @@ ], "kind": "let", "range": [ - 80918, - 81129 + 81246, + 81457 ], "loc": { "start": { - "line": 2655, + "line": 2666, "column": 8 }, "end": { - "line": 2658, + "line": 2669, "column": 43 } } @@ -152129,16 +152401,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81138, - 81146 + 81466, + 81474 ], "loc": { "start": { - "line": 2659, + "line": 2670, "column": 8 }, "end": { - "line": 2659, + "line": 2670, "column": 16 } } @@ -152152,16 +152424,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81149, - 81157 + 81477, + 81485 ], "loc": { "start": { - "line": 2659, + "line": 2670, "column": 19 }, "end": { - "line": 2659, + "line": 2670, "column": 27 } } @@ -152170,31 +152442,31 @@ "type": "Identifier", "name": "concat", "range": [ - 81158, - 81164 + 81486, + 81492 ], "loc": { "start": { - "line": 2659, + "line": 2670, "column": 28 }, "end": { - "line": 2659, + "line": 2670, "column": 34 } } }, "range": [ - 81149, - 81164 + 81477, + 81492 ], "loc": { "start": { - "line": 2659, + "line": 2670, "column": 19 }, "end": { - "line": 2659, + "line": 2670, "column": 34 } } @@ -152204,62 +152476,62 @@ "type": "Identifier", "name": "slcA3", "range": [ - 81165, - 81170 + 81493, + 81498 ], "loc": { "start": { - "line": 2659, + "line": 2670, "column": 35 }, "end": { - "line": 2659, + "line": 2670, "column": 40 } } } ], "range": [ - 81149, - 81171 + 81477, + 81499 ], "loc": { "start": { - "line": 2659, + "line": 2670, "column": 19 }, "end": { - "line": 2659, + "line": 2670, "column": 41 } } }, "range": [ - 81138, - 81171 + 81466, + 81499 ], "loc": { "start": { - "line": 2659, + "line": 2670, "column": 8 }, "end": { - "line": 2659, + "line": 2670, "column": 41 } } }, "range": [ - 81138, - 81172 + 81466, + 81500 ], "loc": { "start": { - "line": 2659, + "line": 2670, "column": 8 }, "end": { - "line": 2659, + "line": 2670, "column": 42 } } @@ -152273,16 +152545,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 81186, - 81195 + 81514, + 81523 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 12 }, "end": { - "line": 2661, + "line": 2672, "column": 21 } } @@ -152295,16 +152567,16 @@ "object": { "type": "ThisExpression", "range": [ - 81198, - 81202 + 81526, + 81530 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 24 }, "end": { - "line": 2661, + "line": 2672, "column": 28 } } @@ -152313,31 +152585,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 81203, - 81229 + 81531, + 81557 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 29 }, "end": { - "line": 2661, + "line": 2672, "column": 55 } } }, "range": [ - 81198, - 81229 + 81526, + 81557 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 24 }, "end": { - "line": 2661, + "line": 2672, "column": 55 } } @@ -152349,16 +152621,16 @@ "object": { "type": "ThisExpression", "range": [ - 81230, - 81234 + 81558, + 81562 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 56 }, "end": { - "line": 2661, + "line": 2672, "column": 60 } } @@ -152367,62 +152639,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 81235, - 81249 + 81563, + 81577 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 61 }, "end": { - "line": 2661, + "line": 2672, "column": 75 } } }, "range": [ - 81230, - 81249 + 81558, + 81577 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 56 }, "end": { - "line": 2661, + "line": 2672, "column": 75 } } } ], "range": [ - 81198, - 81250 + 81526, + 81578 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 24 }, "end": { - "line": 2661, + "line": 2672, "column": 76 } } }, "range": [ - 81186, - 81250 + 81514, + 81578 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 12 }, "end": { - "line": 2661, + "line": 2672, "column": 76 } } @@ -152430,16 +152702,16 @@ ], "kind": "let", "range": [ - 81182, - 81251 + 81510, + 81579 ], "loc": { "start": { - "line": 2661, + "line": 2672, "column": 8 }, "end": { - "line": 2661, + "line": 2672, "column": 77 } } @@ -152455,16 +152727,16 @@ "type": "Identifier", "name": "i", "range": [ - 81270, - 81271 + 81598, + 81599 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 17 }, "end": { - "line": 2663, + "line": 2674, "column": 18 } } @@ -152474,31 +152746,31 @@ "value": 0, "raw": "0", "range": [ - 81274, - 81275 + 81602, + 81603 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 21 }, "end": { - "line": 2663, + "line": 2674, "column": 22 } } }, "range": [ - 81270, - 81275 + 81598, + 81603 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 17 }, "end": { - "line": 2663, + "line": 2674, "column": 22 } } @@ -152509,16 +152781,16 @@ "type": "Identifier", "name": "len", "range": [ - 81277, - 81280 + 81605, + 81608 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 24 }, "end": { - "line": 2663, + "line": 2674, "column": 27 } } @@ -152530,16 +152802,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81283, - 81291 + 81611, + 81619 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 30 }, "end": { - "line": 2663, + "line": 2674, "column": 38 } } @@ -152548,46 +152820,46 @@ "type": "Identifier", "name": "length", "range": [ - 81292, - 81298 + 81620, + 81626 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 39 }, "end": { - "line": 2663, + "line": 2674, "column": 45 } } }, "range": [ - 81283, - 81298 + 81611, + 81626 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 30 }, "end": { - "line": 2663, + "line": 2674, "column": 45 } } }, "range": [ - 81277, - 81298 + 81605, + 81626 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 24 }, "end": { - "line": 2663, + "line": 2674, "column": 45 } } @@ -152595,16 +152867,16 @@ ], "kind": "let", "range": [ - 81266, - 81298 + 81594, + 81626 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 13 }, "end": { - "line": 2663, + "line": 2674, "column": 45 } } @@ -152616,16 +152888,16 @@ "type": "Identifier", "name": "i", "range": [ - 81300, - 81301 + 81628, + 81629 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 47 }, "end": { - "line": 2663, + "line": 2674, "column": 48 } } @@ -152634,31 +152906,31 @@ "type": "Identifier", "name": "len", "range": [ - 81304, - 81307 + 81632, + 81635 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 51 }, "end": { - "line": 2663, + "line": 2674, "column": 54 } } }, "range": [ - 81300, - 81307 + 81628, + 81635 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 47 }, "end": { - "line": 2663, + "line": 2674, "column": 54 } } @@ -152670,32 +152942,32 @@ "type": "Identifier", "name": "i", "range": [ - 81309, - 81310 + 81637, + 81638 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 56 }, "end": { - "line": 2663, + "line": 2674, "column": 57 } } }, "prefix": false, "range": [ - 81309, - 81312 + 81637, + 81640 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 56 }, "end": { - "line": 2663, + "line": 2674, "column": 59 } } @@ -152712,16 +152984,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 81332, - 81338 + 81660, + 81666 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 16 }, "end": { - "line": 2664, + "line": 2675, "column": 22 } } @@ -152732,16 +153004,16 @@ "type": "Identifier", "name": "elm", "range": [ - 81341, - 81344 + 81669, + 81672 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 25 }, "end": { - "line": 2664, + "line": 2675, "column": 28 } } @@ -152756,16 +153028,16 @@ "object": { "type": "ThisExpression", "range": [ - 81345, - 81349 + 81673, + 81677 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 29 }, "end": { - "line": 2664, + "line": 2675, "column": 33 } } @@ -152774,31 +153046,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 81350, - 81356 + 81678, + 81684 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 34 }, "end": { - "line": 2664, + "line": 2675, "column": 40 } } }, "range": [ - 81345, - 81356 + 81673, + 81684 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 29 }, "end": { - "line": 2664, + "line": 2675, "column": 40 } } @@ -152810,16 +153082,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81357, - 81365 + 81685, + 81693 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 41 }, "end": { - "line": 2664, + "line": 2675, "column": 49 } } @@ -152828,77 +153100,77 @@ "type": "Identifier", "name": "i", "range": [ - 81366, - 81367 + 81694, + 81695 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 50 }, "end": { - "line": 2664, + "line": 2675, "column": 51 } } }, "range": [ - 81357, - 81368 + 81685, + 81696 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 41 }, "end": { - "line": 2664, + "line": 2675, "column": 52 } } }, "range": [ - 81345, - 81369 + 81673, + 81697 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 29 }, "end": { - "line": 2664, + "line": 2675, "column": 53 } } } ], "range": [ - 81341, - 81370 + 81669, + 81698 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 25 }, "end": { - "line": 2664, + "line": 2675, "column": 54 } } }, "range": [ - 81332, - 81370 + 81660, + 81698 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 16 }, "end": { - "line": 2664, + "line": 2675, "column": 54 } } @@ -152906,16 +153178,16 @@ ], "kind": "let", "range": [ - 81328, - 81371 + 81656, + 81699 ], "loc": { "start": { - "line": 2664, + "line": 2675, "column": 12 }, "end": { - "line": 2664, + "line": 2675, "column": 55 } } @@ -152929,16 +153201,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 81388, - 81404 + 81716, + 81732 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 16 }, "end": { - "line": 2665, + "line": 2676, "column": 32 } } @@ -152951,16 +153223,16 @@ "object": { "type": "ThisExpression", "range": [ - 81407, - 81411 + 81735, + 81739 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 35 }, "end": { - "line": 2665, + "line": 2676, "column": 39 } } @@ -152969,31 +153241,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 81412, - 81426 + 81740, + 81754 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 40 }, "end": { - "line": 2665, + "line": 2676, "column": 54 } } }, "range": [ - 81407, - 81426 + 81735, + 81754 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 35 }, "end": { - "line": 2665, + "line": 2676, "column": 54 } } @@ -153006,16 +153278,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81427, - 81435 + 81755, + 81763 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 55 }, "end": { - "line": 2665, + "line": 2676, "column": 63 } } @@ -153024,62 +153296,62 @@ "type": "Identifier", "name": "i", "range": [ - 81436, - 81437 + 81764, + 81765 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 64 }, "end": { - "line": 2665, + "line": 2676, "column": 65 } } }, "range": [ - 81427, - 81438 + 81755, + 81766 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 55 }, "end": { - "line": 2665, + "line": 2676, "column": 66 } } } ], "range": [ - 81407, - 81439 + 81735, + 81767 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 35 }, "end": { - "line": 2665, + "line": 2676, "column": 67 } } }, "range": [ - 81388, - 81439 + 81716, + 81767 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 16 }, "end": { - "line": 2665, + "line": 2676, "column": 67 } } @@ -153087,16 +153359,16 @@ ], "kind": "let", "range": [ - 81384, - 81440 + 81712, + 81768 ], "loc": { "start": { - "line": 2665, + "line": 2676, "column": 12 }, "end": { - "line": 2665, + "line": 2676, "column": 68 } }, @@ -153105,16 +153377,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 81454, - 81497 + 81782, + 81825 ], "loc": { "start": { - "line": 2667, + "line": 2678, "column": 12 }, "end": { - "line": 2667, + "line": 2678, "column": 55 } } @@ -153123,16 +153395,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 81510, - 81549 + 81838, + 81877 ], "loc": { "start": { - "line": 2668, + "line": 2679, "column": 12 }, "end": { - "line": 2668, + "line": 2679, "column": 51 } } @@ -153157,16 +153429,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 81566, - 81575 + 81894, + 81903 ], "loc": { "start": { - "line": 2669, + "line": 2680, "column": 16 }, "end": { - "line": 2669, + "line": 2680, "column": 25 } } @@ -153178,16 +153450,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81580, - 81588 + 81908, + 81916 ], "loc": { "start": { - "line": 2669, + "line": 2680, "column": 30 }, "end": { - "line": 2669, + "line": 2680, "column": 38 } } @@ -153196,46 +153468,46 @@ "type": "Identifier", "name": "i", "range": [ - 81589, - 81590 + 81917, + 81918 ], "loc": { "start": { - "line": 2669, + "line": 2680, "column": 39 }, "end": { - "line": 2669, + "line": 2680, "column": 40 } } }, "range": [ - 81580, - 81591 + 81908, + 81919 ], "loc": { "start": { - "line": 2669, + "line": 2680, "column": 30 }, "end": { - "line": 2669, + "line": 2680, "column": 41 } } }, "range": [ - 81566, - 81591 + 81894, + 81919 ], "loc": { "start": { - "line": 2669, + "line": 2680, "column": 16 }, "end": { - "line": 2669, + "line": 2680, "column": 41 } } @@ -153252,16 +153524,16 @@ "object": { "type": "ThisExpression", "range": [ - 81612, - 81616 + 81940, + 81944 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 17 }, "end": { - "line": 2670, + "line": 2681, "column": 21 } } @@ -153270,31 +153542,31 @@ "type": "Identifier", "name": "paging", "range": [ - 81617, - 81623 + 81945, + 81951 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 22 }, "end": { - "line": 2670, + "line": 2681, "column": 28 } } }, "range": [ - 81612, - 81623 + 81940, + 81951 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 17 }, "end": { - "line": 2670, + "line": 2681, "column": 28 } } @@ -153311,16 +153583,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 81627, - 81632 + 81955, + 81960 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 32 }, "end": { - "line": 2670, + "line": 2681, "column": 37 } } @@ -153329,31 +153601,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 81633, - 81640 + 81961, + 81968 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 38 }, "end": { - "line": 2670, + "line": 2681, "column": 45 } } }, "range": [ - 81627, - 81640 + 81955, + 81968 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 32 }, "end": { - "line": 2670, + "line": 2681, "column": 45 } } @@ -153366,16 +153638,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81641, - 81649 + 81969, + 81977 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 46 }, "end": { - "line": 2670, + "line": 2681, "column": 54 } } @@ -153384,47 +153656,47 @@ "type": "Identifier", "name": "i", "range": [ - 81650, - 81651 + 81978, + 81979 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 55 }, "end": { - "line": 2670, + "line": 2681, "column": 56 } } }, "range": [ - 81641, - 81652 + 81969, + 81980 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 46 }, "end": { - "line": 2670, + "line": 2681, "column": 57 } } } ], "range": [ - 81627, - 81653 + 81955, + 81981 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 32 }, "end": { - "line": 2670, + "line": 2681, "column": 58 } } @@ -153437,62 +153709,62 @@ "value": 1, "raw": "1", "range": [ - 81659, - 81660 + 81987, + 81988 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 64 }, "end": { - "line": 2670, + "line": 2681, "column": 65 } } }, "prefix": true, "range": [ - 81658, - 81660 + 81986, + 81988 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 63 }, "end": { - "line": 2670, + "line": 2681, "column": 65 } } }, "range": [ - 81627, - 81660 + 81955, + 81988 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 32 }, "end": { - "line": 2670, + "line": 2681, "column": 65 } } }, "range": [ - 81612, - 81660 + 81940, + 81988 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 17 }, "end": { - "line": 2670, + "line": 2681, "column": 65 } } @@ -153504,16 +153776,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 81684, - 81693 + 82012, + 82021 ], "loc": { "start": { - "line": 2671, + "line": 2682, "column": 20 }, "end": { - "line": 2671, + "line": 2682, "column": 29 } } @@ -153525,16 +153797,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81698, - 81706 + 82026, + 82034 ], "loc": { "start": { - "line": 2671, + "line": 2682, "column": 34 }, "end": { - "line": 2671, + "line": 2682, "column": 42 } } @@ -153543,76 +153815,76 @@ "type": "Identifier", "name": "i", "range": [ - 81707, - 81708 + 82035, + 82036 ], "loc": { "start": { - "line": 2671, + "line": 2682, "column": 43 }, "end": { - "line": 2671, + "line": 2682, "column": 44 } } }, "range": [ - 81698, - 81709 + 82026, + 82037 ], "loc": { "start": { - "line": 2671, + "line": 2682, "column": 34 }, "end": { - "line": 2671, + "line": 2682, "column": 45 } } }, "range": [ - 81684, - 81709 + 82012, + 82037 ], "loc": { "start": { - "line": 2671, + "line": 2682, "column": 20 }, "end": { - "line": 2671, + "line": 2682, "column": 45 } } }, "range": [ - 81612, - 81709 + 81940, + 82037 ], "loc": { "start": { - "line": 2670, + "line": 2681, "column": 17 }, "end": { - "line": 2671, + "line": 2682, "column": 45 } } }, "range": [ - 81566, - 81710 + 81894, + 82038 ], "loc": { "start": { - "line": 2669, + "line": 2680, "column": 16 }, "end": { - "line": 2671, + "line": 2682, "column": 46 } } @@ -153629,16 +153901,16 @@ "object": { "type": "ThisExpression", "range": [ - 81732, - 81736 + 82060, + 82064 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 18 }, "end": { - "line": 2672, + "line": 2683, "column": 22 } } @@ -153647,47 +153919,47 @@ "type": "Identifier", "name": "paging", "range": [ - 81737, - 81743 + 82065, + 82071 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 23 }, "end": { - "line": 2672, + "line": 2683, "column": 29 } } }, "range": [ - 81732, - 81743 + 82060, + 82071 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 18 }, "end": { - "line": 2672, + "line": 2683, "column": 29 } } }, "prefix": true, "range": [ - 81731, - 81743 + 82059, + 82071 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 17 }, "end": { - "line": 2672, + "line": 2683, "column": 29 } } @@ -153707,16 +153979,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 81748, - 81753 + 82076, + 82081 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 34 }, "end": { - "line": 2672, + "line": 2683, "column": 39 } } @@ -153725,31 +153997,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 81754, - 81761 + 82082, + 82089 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 40 }, "end": { - "line": 2672, + "line": 2683, "column": 47 } } }, "range": [ - 81748, - 81761 + 82076, + 82089 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 34 }, "end": { - "line": 2672, + "line": 2683, "column": 47 } } @@ -153762,16 +154034,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81762, - 81770 + 82090, + 82098 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 48 }, "end": { - "line": 2672, + "line": 2683, "column": 56 } } @@ -153780,47 +154052,47 @@ "type": "Identifier", "name": "i", "range": [ - 81771, - 81772 + 82099, + 82100 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 57 }, "end": { - "line": 2672, + "line": 2683, "column": 58 } } }, "range": [ - 81762, - 81773 + 82090, + 82101 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 48 }, "end": { - "line": 2672, + "line": 2683, "column": 59 } } } ], "range": [ - 81748, - 81774 + 82076, + 82102 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 34 }, "end": { - "line": 2672, + "line": 2683, "column": 60 } } @@ -153833,47 +154105,47 @@ "value": 1, "raw": "1", "range": [ - 81780, - 81781 + 82108, + 82109 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 66 }, "end": { - "line": 2672, + "line": 2683, "column": 67 } } }, "prefix": true, "range": [ - 81779, - 81781 + 82107, + 82109 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 65 }, "end": { - "line": 2672, + "line": 2683, "column": 67 } } }, "range": [ - 81748, - 81781 + 82076, + 82109 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 34 }, "end": { - "line": 2672, + "line": 2683, "column": 67 } } @@ -153890,16 +154162,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 81805, - 81810 + 82133, + 82138 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 20 }, "end": { - "line": 2673, + "line": 2684, "column": 25 } } @@ -153908,31 +154180,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 81811, - 81818 + 82139, + 82146 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 26 }, "end": { - "line": 2673, + "line": 2684, "column": 33 } } }, "range": [ - 81805, - 81818 + 82133, + 82146 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 20 }, "end": { - "line": 2673, + "line": 2684, "column": 33 } } @@ -153945,16 +154217,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 81819, - 81827 + 82147, + 82155 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 34 }, "end": { - "line": 2673, + "line": 2684, "column": 42 } } @@ -153963,47 +154235,47 @@ "type": "Identifier", "name": "i", "range": [ - 81828, - 81829 + 82156, + 82157 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 43 }, "end": { - "line": 2673, + "line": 2684, "column": 44 } } }, "range": [ - 81819, - 81830 + 82147, + 82158 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 34 }, "end": { - "line": 2673, + "line": 2684, "column": 45 } } } ], "range": [ - 81805, - 81831 + 82133, + 82159 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 20 }, "end": { - "line": 2673, + "line": 2684, "column": 46 } } @@ -154016,92 +154288,92 @@ "value": 1, "raw": "1", "range": [ - 81837, - 81838 + 82165, + 82166 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 52 }, "end": { - "line": 2673, + "line": 2684, "column": 53 } } }, "prefix": true, "range": [ - 81836, - 81838 + 82164, + 82166 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 51 }, "end": { - "line": 2673, + "line": 2684, "column": 53 } } }, "range": [ - 81805, - 81838 + 82133, + 82166 ], "loc": { "start": { - "line": 2673, + "line": 2684, "column": 20 }, "end": { - "line": 2673, + "line": 2684, "column": 53 } } }, "range": [ - 81748, - 81838 + 82076, + 82166 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 34 }, "end": { - "line": 2673, + "line": 2684, "column": 53 } } }, "range": [ - 81731, - 81839 + 82059, + 82167 ], "loc": { "start": { - "line": 2672, + "line": 2683, "column": 17 }, "end": { - "line": 2673, + "line": 2684, "column": 54 } } }, "range": [ - 81566, - 81840 + 81894, + 82168 ], "loc": { "start": { - "line": 2669, + "line": 2680, "column": 16 }, "end": { - "line": 2673, + "line": 2684, "column": 55 } } @@ -154113,16 +154385,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 81860, - 81876 + 82188, + 82204 ], "loc": { "start": { - "line": 2674, + "line": 2685, "column": 16 }, "end": { - "line": 2674, + "line": 2685, "column": 32 } } @@ -154133,16 +154405,16 @@ "object": { "type": "ThisExpression", "range": [ - 81881, - 81885 + 82209, + 82213 ], "loc": { "start": { - "line": 2674, + "line": 2685, "column": 37 }, "end": { - "line": 2674, + "line": 2685, "column": 41 } } @@ -154151,61 +154423,61 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 81886, - 81900 + 82214, + 82228 ], "loc": { "start": { - "line": 2674, + "line": 2685, "column": 42 }, "end": { - "line": 2674, + "line": 2685, "column": 56 } } }, "range": [ - 81881, - 81900 + 82209, + 82228 ], "loc": { "start": { - "line": 2674, + "line": 2685, "column": 37 }, "end": { - "line": 2674, + "line": 2685, "column": 56 } } }, "range": [ - 81860, - 81900 + 82188, + 82228 ], "loc": { "start": { - "line": 2674, + "line": 2685, "column": 16 }, "end": { - "line": 2674, + "line": 2685, "column": 56 } } }, "range": [ - 81566, - 81900 + 81894, + 82228 ], "loc": { "start": { - "line": 2669, + "line": 2680, "column": 16 }, "end": { - "line": 2674, + "line": 2685, "column": 56 } } @@ -154221,16 +154493,16 @@ "object": { "type": "ThisExpression", "range": [ - 81975, - 81979 + 82303, + 82307 ], "loc": { "start": { - "line": 2677, + "line": 2688, "column": 20 }, "end": { - "line": 2677, + "line": 2688, "column": 24 } } @@ -154239,31 +154511,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 81980, - 81995 + 82308, + 82323 ], "loc": { "start": { - "line": 2677, + "line": 2688, "column": 25 }, "end": { - "line": 2677, + "line": 2688, "column": 40 } } }, "range": [ - 81975, - 81995 + 82303, + 82323 ], "loc": { "start": { - "line": 2677, + "line": 2688, "column": 20 }, "end": { - "line": 2677, + "line": 2688, "column": 40 } } @@ -154280,16 +154552,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 82023, - 82027 + 82351, + 82355 ], "loc": { "start": { - "line": 2678, + "line": 2689, "column": 24 }, "end": { - "line": 2678, + "line": 2689, "column": 28 } } @@ -154300,16 +154572,16 @@ "type": "Identifier", "name": "createOpt", "range": [ - 82030, - 82039 + 82358, + 82367 ], "loc": { "start": { - "line": 2678, + "line": 2689, "column": 31 }, "end": { - "line": 2678, + "line": 2689, "column": 40 } } @@ -154321,16 +154593,16 @@ "object": { "type": "ThisExpression", "range": [ - 82040, - 82044 + 82368, + 82372 ], "loc": { "start": { - "line": 2678, + "line": 2689, "column": 41 }, "end": { - "line": 2678, + "line": 2689, "column": 45 } } @@ -154339,31 +154611,31 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 82045, - 82059 + 82373, + 82387 ], "loc": { "start": { - "line": 2678, + "line": 2689, "column": 46 }, "end": { - "line": 2678, + "line": 2689, "column": 60 } } }, "range": [ - 82040, - 82059 + 82368, + 82387 ], "loc": { "start": { - "line": 2678, + "line": 2689, "column": 41 }, "end": { - "line": 2678, + "line": 2689, "column": 60 } } @@ -154373,47 +154645,47 @@ "value": "", "raw": "''", "range": [ - 82061, - 82063 + 82389, + 82391 ], "loc": { "start": { - "line": 2678, + "line": 2689, "column": 62 }, "end": { - "line": 2678, + "line": 2689, "column": 64 } } } ], "range": [ - 82030, - 82064 + 82358, + 82392 ], "loc": { "start": { - "line": 2678, + "line": 2689, "column": 31 }, "end": { - "line": 2678, + "line": 2689, "column": 65 } } }, "range": [ - 82023, - 82064 + 82351, + 82392 ], "loc": { "start": { - "line": 2678, + "line": 2689, "column": 24 }, "end": { - "line": 2678, + "line": 2689, "column": 65 } } @@ -154421,16 +154693,16 @@ ], "kind": "let", "range": [ - 82019, - 82065 + 82347, + 82393 ], "loc": { "start": { - "line": 2678, + "line": 2689, "column": 20 }, "end": { - "line": 2678, + "line": 2689, "column": 66 } } @@ -154447,16 +154719,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 82086, - 82092 + 82414, + 82420 ], "loc": { "start": { - "line": 2679, + "line": 2690, "column": 20 }, "end": { - "line": 2679, + "line": 2690, "column": 26 } } @@ -154465,31 +154737,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 82093, - 82102 + 82421, + 82430 ], "loc": { "start": { - "line": 2679, + "line": 2690, "column": 27 }, "end": { - "line": 2679, + "line": 2690, "column": 36 } } }, "range": [ - 82086, - 82102 + 82414, + 82430 ], "loc": { "start": { - "line": 2679, + "line": 2690, "column": 20 }, "end": { - "line": 2679, + "line": 2690, "column": 36 } } @@ -154499,46 +154771,46 @@ "value": "", "raw": "''", "range": [ - 82105, - 82107 + 82433, + 82435 ], "loc": { "start": { - "line": 2679, + "line": 2690, "column": 39 }, "end": { - "line": 2679, + "line": 2690, "column": 41 } } }, "range": [ - 82086, - 82107 + 82414, + 82435 ], "loc": { "start": { - "line": 2679, + "line": 2690, "column": 20 }, "end": { - "line": 2679, + "line": 2690, "column": 41 } } }, "range": [ - 82086, - 82108 + 82414, + 82436 ], "loc": { "start": { - "line": 2679, + "line": 2690, "column": 20 }, "end": { - "line": 2679, + "line": 2690, "column": 42 } } @@ -154554,16 +154826,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 82129, - 82135 + 82457, + 82463 ], "loc": { "start": { - "line": 2680, + "line": 2691, "column": 20 }, "end": { - "line": 2680, + "line": 2691, "column": 26 } } @@ -154572,31 +154844,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 82136, - 82147 + 82464, + 82475 ], "loc": { "start": { - "line": 2680, + "line": 2691, "column": 27 }, "end": { - "line": 2680, + "line": 2691, "column": 38 } } }, "range": [ - 82129, - 82147 + 82457, + 82475 ], "loc": { "start": { - "line": 2680, + "line": 2691, "column": 20 }, "end": { - "line": 2680, + "line": 2691, "column": 38 } } @@ -154606,79 +154878,79 @@ "type": "Identifier", "name": "opt0", "range": [ - 82148, - 82152 + 82476, + 82480 ], "loc": { "start": { - "line": 2680, + "line": 2691, "column": 39 }, "end": { - "line": 2680, + "line": 2691, "column": 43 } } } ], "range": [ - 82129, - 82153 + 82457, + 82481 ], "loc": { "start": { - "line": 2680, + "line": 2691, "column": 20 }, "end": { - "line": 2680, + "line": 2691, "column": 44 } } }, "range": [ - 82129, - 82154 + 82457, + 82482 ], "loc": { "start": { - "line": 2680, + "line": 2691, "column": 20 }, "end": { - "line": 2680, + "line": 2691, "column": 45 } } } ], "range": [ - 81997, - 82172 + 82325, + 82500 ], "loc": { "start": { - "line": 2677, + "line": 2688, "column": 42 }, "end": { - "line": 2681, + "line": 2692, "column": 17 } } }, "alternate": null, "range": [ - 81971, - 82172 + 82299, + 82500 ], "loc": { "start": { - "line": 2677, + "line": 2688, "column": 16 }, "end": { - "line": 2681, + "line": 2692, "column": 17 } }, @@ -154687,16 +154959,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 81921, - 81954 + 82249, + 82282 ], "loc": { "start": { - "line": 2676, + "line": 2687, "column": 16 }, "end": { - "line": 2676, + "line": 2687, "column": 49 } } @@ -154717,16 +154989,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 82194, - 82199 + 82522, + 82527 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 20 }, "end": { - "line": 2683, + "line": 2694, "column": 25 } } @@ -154735,31 +155007,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 82200, - 82207 + 82528, + 82535 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 26 }, "end": { - "line": 2683, + "line": 2694, "column": 33 } } }, "range": [ - 82194, - 82207 + 82522, + 82535 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 20 }, "end": { - "line": 2683, + "line": 2694, "column": 33 } } @@ -154772,16 +155044,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 82208, - 82216 + 82536, + 82544 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 34 }, "end": { - "line": 2683, + "line": 2694, "column": 42 } } @@ -154790,47 +155062,47 @@ "type": "Identifier", "name": "i", "range": [ - 82217, - 82218 + 82545, + 82546 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 43 }, "end": { - "line": 2683, + "line": 2694, "column": 44 } } }, "range": [ - 82208, - 82219 + 82536, + 82547 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 34 }, "end": { - "line": 2683, + "line": 2694, "column": 45 } } } ], "range": [ - 82194, - 82220 + 82522, + 82548 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 20 }, "end": { - "line": 2683, + "line": 2694, "column": 46 } } @@ -154843,47 +155115,47 @@ "value": 1, "raw": "1", "range": [ - 82226, - 82227 + 82554, + 82555 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 52 }, "end": { - "line": 2683, + "line": 2694, "column": 53 } } }, "prefix": true, "range": [ - 82225, - 82227 + 82553, + 82555 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 51 }, "end": { - "line": 2683, + "line": 2694, "column": 53 } } }, "range": [ - 82194, - 82227 + 82522, + 82555 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 20 }, "end": { - "line": 2683, + "line": 2694, "column": 53 } } @@ -154904,16 +155176,16 @@ "object": { "type": "ThisExpression", "range": [ - 82251, - 82255 + 82579, + 82583 ], "loc": { "start": { - "line": 2684, + "line": 2695, "column": 20 }, "end": { - "line": 2684, + "line": 2695, "column": 24 } } @@ -154922,31 +155194,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 82256, - 82263 + 82584, + 82591 ], "loc": { "start": { - "line": 2684, + "line": 2695, "column": 25 }, "end": { - "line": 2684, + "line": 2695, "column": 32 } } }, "range": [ - 82251, - 82263 + 82579, + 82591 ], "loc": { "start": { - "line": 2684, + "line": 2695, "column": 20 }, "end": { - "line": 2684, + "line": 2695, "column": 32 } } @@ -154955,31 +155227,31 @@ "type": "Identifier", "name": "emit", "range": [ - 82264, - 82268 + 82592, + 82596 ], "loc": { "start": { - "line": 2684, + "line": 2695, "column": 33 }, "end": { - "line": 2684, + "line": 2695, "column": 37 } } }, "range": [ - 82251, - 82268 + 82579, + 82596 ], "loc": { "start": { - "line": 2684, + "line": 2695, "column": 20 }, "end": { - "line": 2684, + "line": 2695, "column": 37 } } @@ -154990,16 +155262,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 82269, - 82293 + 82597, + 82621 ], "loc": { "start": { - "line": 2684, + "line": 2695, "column": 38 }, "end": { - "line": 2684, + "line": 2695, "column": 62 } } @@ -155007,16 +155279,16 @@ { "type": "ThisExpression", "range": [ - 82295, - 82299 + 82623, + 82627 ], "loc": { "start": { - "line": 2684, + "line": 2695, "column": 64 }, "end": { - "line": 2684, + "line": 2695, "column": 68 } } @@ -155028,16 +155300,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 82325, - 82333 + 82653, + 82661 ], "loc": { "start": { - "line": 2685, + "line": 2696, "column": 24 }, "end": { - "line": 2685, + "line": 2696, "column": 32 } } @@ -155046,78 +155318,78 @@ "type": "Identifier", "name": "i", "range": [ - 82334, - 82335 + 82662, + 82663 ], "loc": { "start": { - "line": 2685, + "line": 2696, "column": 33 }, "end": { - "line": 2685, + "line": 2696, "column": 34 } } }, "range": [ - 82325, - 82336 + 82653, + 82664 ], "loc": { "start": { - "line": 2685, + "line": 2696, "column": 24 }, "end": { - "line": 2685, + "line": 2696, "column": 35 } } } ], "range": [ - 82251, - 82337 + 82579, + 82665 ], "loc": { "start": { - "line": 2684, + "line": 2695, "column": 20 }, "end": { - "line": 2685, + "line": 2696, "column": 36 } } }, "range": [ - 82251, - 82338 + 82579, + 82666 ], "loc": { "start": { - "line": 2684, + "line": 2695, "column": 20 }, "end": { - "line": 2685, + "line": 2696, "column": 37 } } } ], "range": [ - 82229, - 82356 + 82557, + 82684 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 55 }, "end": { - "line": 2686, + "line": 2697, "column": 17 } } @@ -155138,16 +155410,16 @@ "object": { "type": "ThisExpression", "range": [ - 82384, - 82388 + 82712, + 82716 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 20 }, "end": { - "line": 2687, + "line": 2698, "column": 24 } } @@ -155156,31 +155428,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 82389, - 82396 + 82717, + 82724 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 25 }, "end": { - "line": 2687, + "line": 2698, "column": 32 } } }, "range": [ - 82384, - 82396 + 82712, + 82724 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 20 }, "end": { - "line": 2687, + "line": 2698, "column": 32 } } @@ -155189,31 +155461,31 @@ "type": "Identifier", "name": "emit", "range": [ - 82397, - 82401 + 82725, + 82729 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 33 }, "end": { - "line": 2687, + "line": 2698, "column": 37 } } }, "range": [ - 82384, - 82401 + 82712, + 82729 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 20 }, "end": { - "line": 2687, + "line": 2698, "column": 37 } } @@ -155224,16 +155496,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 82402, - 82423 + 82730, + 82751 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 38 }, "end": { - "line": 2687, + "line": 2698, "column": 59 } } @@ -155241,16 +155513,16 @@ { "type": "ThisExpression", "range": [ - 82425, - 82429 + 82753, + 82757 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 61 }, "end": { - "line": 2687, + "line": 2698, "column": 65 } } @@ -155262,16 +155534,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 82431, - 82439 + 82759, + 82767 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 67 }, "end": { - "line": 2687, + "line": 2698, "column": 75 } } @@ -155280,31 +155552,31 @@ "type": "Identifier", "name": "i", "range": [ - 82440, - 82441 + 82768, + 82769 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 76 }, "end": { - "line": 2687, + "line": 2698, "column": 77 } } }, "range": [ - 82431, - 82442 + 82759, + 82770 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 67 }, "end": { - "line": 2687, + "line": 2698, "column": 78 } } @@ -155314,78 +155586,78 @@ "value": true, "raw": "true", "range": [ - 82468, - 82472 + 82796, + 82800 ], "loc": { "start": { - "line": 2688, + "line": 2699, "column": 24 }, "end": { - "line": 2688, + "line": 2699, "column": 28 } } } ], "range": [ - 82384, - 82473 + 82712, + 82801 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 20 }, "end": { - "line": 2688, + "line": 2699, "column": 29 } } }, "range": [ - 82384, - 82474 + 82712, + 82802 ], "loc": { "start": { - "line": 2687, + "line": 2698, "column": 20 }, "end": { - "line": 2688, + "line": 2699, "column": 30 } } } ], "range": [ - 82362, - 82492 + 82690, + 82820 ], "loc": { "start": { - "line": 2686, + "line": 2697, "column": 23 }, "end": { - "line": 2689, + "line": 2700, "column": 17 } } }, "range": [ - 82190, - 82492 + 82518, + 82820 ], "loc": { "start": { - "line": 2683, + "line": 2694, "column": 16 }, "end": { - "line": 2689, + "line": 2700, "column": 17 } } @@ -155400,16 +155672,16 @@ "object": { "type": "ThisExpression", "range": [ - 82510, - 82514 + 82838, + 82842 ], "loc": { "start": { - "line": 2691, + "line": 2702, "column": 16 }, "end": { - "line": 2691, + "line": 2702, "column": 20 } } @@ -155418,31 +155690,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 82515, - 82529 + 82843, + 82857 ], "loc": { "start": { - "line": 2691, + "line": 2702, "column": 21 }, "end": { - "line": 2691, + "line": 2702, "column": 35 } } }, "range": [ - 82510, - 82529 + 82838, + 82857 ], "loc": { "start": { - "line": 2691, + "line": 2702, "column": 16 }, "end": { - "line": 2691, + "line": 2702, "column": 35 } } @@ -155455,16 +155727,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 82530, - 82538 + 82858, + 82866 ], "loc": { "start": { - "line": 2691, + "line": 2702, "column": 36 }, "end": { - "line": 2691, + "line": 2702, "column": 44 } } @@ -155473,31 +155745,31 @@ "type": "Identifier", "name": "i", "range": [ - 82539, - 82540 + 82867, + 82868 ], "loc": { "start": { - "line": 2691, + "line": 2702, "column": 45 }, "end": { - "line": 2691, + "line": 2702, "column": 46 } } }, "range": [ - 82530, - 82541 + 82858, + 82869 ], "loc": { "start": { - "line": 2691, + "line": 2702, "column": 36 }, "end": { - "line": 2691, + "line": 2702, "column": 47 } } @@ -155506,79 +155778,79 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 82543, - 82559 + 82871, + 82887 ], "loc": { "start": { - "line": 2691, + "line": 2702, "column": 49 }, "end": { - "line": 2691, + "line": 2702, "column": 65 } } } ], "range": [ - 82510, - 82560 + 82838, + 82888 ], "loc": { "start": { - "line": 2691, + "line": 2702, "column": 16 }, "end": { - "line": 2691, + "line": 2702, "column": 66 } } }, "range": [ - 82510, - 82561 + 82838, + 82889 ], "loc": { "start": { - "line": 2691, + "line": 2702, "column": 16 }, "end": { - "line": 2691, + "line": 2702, "column": 67 } } } ], "range": [ - 81902, - 82575 + 82230, + 82903 ], "loc": { "start": { - "line": 2674, + "line": 2685, "column": 58 }, "end": { - "line": 2692, + "line": 2703, "column": 13 } } }, "alternate": null, "range": [ - 81562, - 82575 + 81890, + 82903 ], "loc": { "start": { - "line": 2669, + "line": 2680, "column": 12 }, "end": { - "line": 2692, + "line": 2703, "column": 13 } }, @@ -155587,16 +155859,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 81454, - 81497 + 81782, + 81825 ], "loc": { "start": { - "line": 2667, + "line": 2678, "column": 12 }, "end": { - "line": 2667, + "line": 2678, "column": 55 } } @@ -155605,16 +155877,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 81510, - 81549 + 81838, + 81877 ], "loc": { "start": { - "line": 2668, + "line": 2679, "column": 12 }, "end": { - "line": 2668, + "line": 2679, "column": 51 } } @@ -155623,47 +155895,47 @@ } ], "range": [ - 81314, - 82585 + 81642, + 82913 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 61 }, "end": { - "line": 2693, + "line": 2704, "column": 9 } } }, "range": [ - 81261, - 82585 + 81589, + 82913 ], "loc": { "start": { - "line": 2663, + "line": 2674, "column": 8 }, "end": { - "line": 2693, + "line": 2704, "column": 9 } } } ], "range": [ - 80819, - 82591 + 81147, + 82919 ], "loc": { "start": { - "line": 2651, + "line": 2662, "column": 18 }, "end": { - "line": 2694, + "line": 2705, "column": 5 } } @@ -155671,16 +155943,16 @@ "generator": false, "expression": false, "range": [ - 80816, - 82591 + 81144, + 82919 ], "loc": { "start": { - "line": 2651, + "line": 2662, "column": 15 }, "end": { - "line": 2694, + "line": 2705, "column": 5 } } @@ -155688,16 +155960,16 @@ "kind": "method", "computed": false, "range": [ - 80805, - 82591 + 81133, + 82919 ], "loc": { "start": { - "line": 2651, + "line": 2662, "column": 4 }, "end": { - "line": 2694, + "line": 2705, "column": 5 } }, @@ -155706,16 +155978,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 80695, - 80800 + 81023, + 81128 ], "loc": { "start": { - "line": 2647, + "line": 2658, "column": 4 }, "end": { - "line": 2650, + "line": 2661, "column": 7 } } @@ -155724,18 +155996,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", + "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 82597, - 82775 + 82925, + 83081 ], "loc": { "start": { - "line": 2696, + "line": 2707, "column": 4 }, "end": { - "line": 2700, + "line": 2711, "column": 7 } } @@ -155749,16 +156021,16 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 82780, - 82792 + 83086, + 83098 ], "loc": { "start": { - "line": 2701, + "line": 2712, "column": 4 }, "end": { - "line": 2701, + "line": 2712, "column": 16 } } @@ -155771,16 +156043,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 82793, - 82801 + 83099, + 83107 ], "loc": { "start": { - "line": 2701, + "line": 2712, "column": 17 }, "end": { - "line": 2701, + "line": 2712, "column": 25 } } @@ -155798,16 +156070,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 82817, - 82824 + 83123, + 83130 ], "loc": { "start": { - "line": 2702, + "line": 2713, "column": 12 }, "end": { - "line": 2702, + "line": 2713, "column": 19 } } @@ -155820,16 +156092,16 @@ "object": { "type": "ThisExpression", "range": [ - 82827, - 82831 + 83133, + 83137 ], "loc": { "start": { - "line": 2702, + "line": 2713, "column": 22 }, "end": { - "line": 2702, + "line": 2713, "column": 26 } } @@ -155838,31 +156110,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 82832, - 82845 + 83138, + 83151 ], "loc": { "start": { - "line": 2702, + "line": 2713, "column": 27 }, "end": { - "line": 2702, + "line": 2713, "column": 40 } } }, "range": [ - 82827, - 82845 + 83133, + 83151 ], "loc": { "start": { - "line": 2702, + "line": 2713, "column": 22 }, "end": { - "line": 2702, + "line": 2713, "column": 40 } } @@ -155872,47 +156144,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 82846, - 82854 + 83152, + 83160 ], "loc": { "start": { - "line": 2702, + "line": 2713, "column": 41 }, "end": { - "line": 2702, + "line": 2713, "column": 49 } } } ], "range": [ - 82827, - 82855 + 83133, + 83161 ], "loc": { "start": { - "line": 2702, + "line": 2713, "column": 22 }, "end": { - "line": 2702, + "line": 2713, "column": 50 } } }, "range": [ - 82817, - 82855 + 83123, + 83161 ], "loc": { "start": { - "line": 2702, + "line": 2713, "column": 12 }, "end": { - "line": 2702, + "line": 2713, "column": 50 } } @@ -155920,16 +156192,16 @@ ], "kind": "let", "range": [ - 82813, - 82856 + 83119, + 83162 ], "loc": { "start": { - "line": 2702, + "line": 2713, "column": 8 }, "end": { - "line": 2702, + "line": 2713, "column": 51 } } @@ -155951,16 +156223,16 @@ "object": { "type": "ThisExpression", "range": [ - 82872, - 82876 + 83178, + 83182 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 15 }, "end": { - "line": 2703, + "line": 2714, "column": 19 } } @@ -155969,31 +156241,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 82877, - 82892 + 83183, + 83198 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 20 }, "end": { - "line": 2703, + "line": 2714, "column": 35 } } }, "range": [ - 82872, - 82892 + 83178, + 83198 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 15 }, "end": { - "line": 2703, + "line": 2714, "column": 35 } } @@ -156002,31 +156274,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 82893, - 82901 + 83199, + 83207 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 36 }, "end": { - "line": 2703, + "line": 2714, "column": 44 } } }, "range": [ - 82872, - 82902 + 83178, + 83208 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 15 }, "end": { - "line": 2703, + "line": 2714, "column": 45 } } @@ -156037,16 +156309,16 @@ "object": { "type": "ThisExpression", "range": [ - 82906, - 82910 + 83212, + 83216 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 49 }, "end": { - "line": 2703, + "line": 2714, "column": 53 } } @@ -156055,46 +156327,46 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 82911, - 82921 + 83217, + 83227 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 54 }, "end": { - "line": 2703, + "line": 2714, "column": 64 } } }, "range": [ - 82906, - 82921 + 83212, + 83227 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 49 }, "end": { - "line": 2703, + "line": 2714, "column": 64 } } }, "range": [ - 82872, - 82921 + 83178, + 83227 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 15 }, "end": { - "line": 2703, + "line": 2714, "column": 64 } } @@ -156106,16 +156378,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 82937, - 82944 + 83243, + 83250 ], "loc": { "start": { - "line": 2704, + "line": 2715, "column": 12 }, "end": { - "line": 2704, + "line": 2715, "column": 19 } } @@ -156124,77 +156396,77 @@ "type": "Identifier", "name": "INPUT", "range": [ - 82949, - 82954 + 83255, + 83260 ], "loc": { "start": { - "line": 2704, + "line": 2715, "column": 24 }, "end": { - "line": 2704, + "line": 2715, "column": 29 } } }, "range": [ - 82937, - 82954 + 83243, + 83260 ], "loc": { "start": { - "line": 2704, + "line": 2715, "column": 12 }, "end": { - "line": 2704, + "line": 2715, "column": 29 } } }, "range": [ - 82872, - 82954 + 83178, + 83260 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 15 }, "end": { - "line": 2704, + "line": 2715, "column": 29 } } }, "range": [ - 82865, - 82955 + 83171, + 83261 ], "loc": { "start": { - "line": 2703, + "line": 2714, "column": 8 }, "end": { - "line": 2704, + "line": 2715, "column": 30 } } } ], "range": [ - 82803, - 82961 + 83109, + 83267 ], "loc": { "start": { - "line": 2701, + "line": 2712, "column": 27 }, "end": { - "line": 2705, + "line": 2716, "column": 5 } } @@ -156202,16 +156474,16 @@ "generator": false, "expression": false, "range": [ - 82792, - 82961 + 83098, + 83267 ], "loc": { "start": { - "line": 2701, + "line": 2712, "column": 16 }, "end": { - "line": 2705, + "line": 2716, "column": 5 } } @@ -156219,34 +156491,514 @@ "kind": "method", "computed": false, "range": [ - 82780, - 82961 + 83086, + 83267 ], "loc": { "start": { - "line": 2701, + "line": 2712, "column": 4 }, "end": { - "line": 2705, + "line": 2716, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", + "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 82597, - 82775 + 82925, + 83081 ], "loc": { "start": { - "line": 2696, + "line": 2707, "column": 4 }, "end": { - "line": 2700, + "line": 2711, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Checks if specified column filter ignores diacritics.\n * Note this is only valid for input filter types.\n * @param {any} colIndex Column index\n * @returns {Boolean}\n ", + "range": [ + 83273, + 83471 + ], + "loc": { + "start": { + "line": 2718, + "column": 4 + }, + "end": { + "line": 2723, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "ignoresDiacritics", + "range": [ + 83476, + 83493 + ], + "loc": { + "start": { + "line": 2724, + "column": 4 + }, + "end": { + "line": 2724, + "column": 21 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 83494, + 83502 + ], + "loc": { + "start": { + "line": 2724, + "column": 22 + }, + "end": { + "line": 2724, + "column": 30 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "ignoreDiac", + "range": [ + 83518, + 83528 + ], + "loc": { + "start": { + "line": 2725, + "column": 12 + }, + "end": { + "line": 2725, + "column": 22 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 83531, + 83535 + ], + "loc": { + "start": { + "line": 2725, + "column": 25 + }, + "end": { + "line": 2725, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "ignoreDiacritics", + "range": [ + 83536, + 83552 + ], + "loc": { + "start": { + "line": 2725, + "column": 30 + }, + "end": { + "line": 2725, + "column": 46 + } + } + }, + "range": [ + 83531, + 83552 + ], + "loc": { + "start": { + "line": 2725, + "column": 25 + }, + "end": { + "line": 2725, + "column": 46 + } + } + }, + "range": [ + 83518, + 83552 + ], + "loc": { + "start": { + "line": 2725, + "column": 12 + }, + "end": { + "line": 2725, + "column": 46 + } + } + } + ], + "kind": "let", + "range": [ + 83514, + 83553 + ], + "loc": { + "start": { + "line": 2725, + "column": 8 + }, + "end": { + "line": 2725, + "column": 47 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isArray", + "range": [ + 83566, + 83573 + ], + "loc": { + "start": { + "line": 2726, + "column": 12 + }, + "end": { + "line": 2726, + "column": 19 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "ignoreDiac", + "range": [ + 83574, + 83584 + ], + "loc": { + "start": { + "line": 2726, + "column": 20 + }, + "end": { + "line": 2726, + "column": 30 + } + } + } + ], + "range": [ + 83566, + 83585 + ], + "loc": { + "start": { + "line": 2726, + "column": 12 + }, + "end": { + "line": 2726, + "column": 31 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "Identifier", + "name": "ignoreDiac", + "range": [ + 83608, + 83618 + ], + "loc": { + "start": { + "line": 2727, + "column": 19 + }, + "end": { + "line": 2727, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "colIndex", + "range": [ + 83619, + 83627 + ], + "loc": { + "start": { + "line": 2727, + "column": 30 + }, + "end": { + "line": 2727, + "column": 38 + } + } + }, + "range": [ + 83608, + 83628 + ], + "loc": { + "start": { + "line": 2727, + "column": 19 + }, + "end": { + "line": 2727, + "column": 39 + } + } + }, + "range": [ + 83601, + 83629 + ], + "loc": { + "start": { + "line": 2727, + "column": 12 + }, + "end": { + "line": 2727, + "column": 40 + } + } + } + ], + "range": [ + 83587, + 83639 + ], + "loc": { + "start": { + "line": 2726, + "column": 33 + }, + "end": { + "line": 2728, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 83562, + 83639 + ], + "loc": { + "start": { + "line": 2726, + "column": 8 + }, + "end": { + "line": 2728, + "column": 9 + } + } + }, + { + "type": "ReturnStatement", + "argument": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 83655, + 83662 + ], + "loc": { + "start": { + "line": 2729, + "column": 15 + }, + "end": { + "line": 2729, + "column": 22 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "ignoreDiac", + "range": [ + 83663, + 83673 + ], + "loc": { + "start": { + "line": 2729, + "column": 23 + }, + "end": { + "line": 2729, + "column": 33 + } + } + } + ], + "range": [ + 83655, + 83674 + ], + "loc": { + "start": { + "line": 2729, + "column": 15 + }, + "end": { + "line": 2729, + "column": 34 + } + } + }, + "range": [ + 83648, + 83675 + ], + "loc": { + "start": { + "line": 2729, + "column": 8 + }, + "end": { + "line": 2729, + "column": 35 + } + } + } + ], + "range": [ + 83504, + 83681 + ], + "loc": { + "start": { + "line": 2724, + "column": 32 + }, + "end": { + "line": 2730, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 83493, + 83681 + ], + "loc": { + "start": { + "line": 2724, + "column": 21 + }, + "end": { + "line": 2730, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 83476, + 83681 + ], + "loc": { + "start": { + "line": 2724, + "column": 4 + }, + "end": { + "line": 2730, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Checks if specified column filter ignores diacritics.\n * Note this is only valid for input filter types.\n * @param {any} colIndex Column index\n * @returns {Boolean}\n ", + "range": [ + 83273, + 83471 + ], + "loc": { + "start": { + "line": 2718, + "column": 4 + }, + "end": { + "line": 2723, "column": 7 } } @@ -156257,16 +157009,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": [ - 82967, - 83186 + 83687, + 83906 ], "loc": { "start": { - "line": 2707, + "line": 2732, "column": 4 }, "end": { - "line": 2712, + "line": 2737, "column": 7 } } @@ -156280,16 +157032,16 @@ "type": "Identifier", "name": "isImported", "range": [ - 83191, - 83201 + 83911, + 83921 ], "loc": { "start": { - "line": 2713, + "line": 2738, "column": 4 }, "end": { - "line": 2713, + "line": 2738, "column": 14 } } @@ -156302,16 +157054,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 83202, - 83210 + 83922, + 83930 ], "loc": { "start": { - "line": 2713, + "line": 2738, "column": 15 }, "end": { - "line": 2713, + "line": 2738, "column": 23 } } @@ -156322,16 +157074,16 @@ "type": "Identifier", "name": "type", "range": [ - 83212, - 83216 + 83932, + 83936 ], "loc": { "start": { - "line": 2713, + "line": 2738, "column": 25 }, "end": { - "line": 2713, + "line": 2738, "column": 29 } } @@ -156341,31 +157093,31 @@ "value": "script", "raw": "'script'", "range": [ - 83219, - 83227 + 83939, + 83947 ], "loc": { "start": { - "line": 2713, + "line": 2738, "column": 32 }, "end": { - "line": 2713, + "line": 2738, "column": 40 } } }, "range": [ - 83212, - 83227 + 83932, + 83947 ], "loc": { "start": { - "line": 2713, + "line": 2738, "column": 25 }, "end": { - "line": 2713, + "line": 2738, "column": 40 } } @@ -156383,16 +157135,16 @@ "type": "Identifier", "name": "imported", "range": [ - 83243, - 83251 + 83963, + 83971 ], "loc": { "start": { - "line": 2714, + "line": 2739, "column": 12 }, "end": { - "line": 2714, + "line": 2739, "column": 20 } } @@ -156402,31 +157154,31 @@ "value": false, "raw": "false", "range": [ - 83254, - 83259 + 83974, + 83979 ], "loc": { "start": { - "line": 2714, + "line": 2739, "column": 23 }, "end": { - "line": 2714, + "line": 2739, "column": 28 } } }, "range": [ - 83243, - 83259 + 83963, + 83979 ], "loc": { "start": { - "line": 2714, + "line": 2739, "column": 12 }, "end": { - "line": 2714, + "line": 2739, "column": 28 } } @@ -156437,16 +157189,16 @@ "type": "Identifier", "name": "attr", "range": [ - 83273, - 83277 + 83993, + 83997 ], "loc": { "start": { - "line": 2715, + "line": 2740, "column": 12 }, "end": { - "line": 2715, + "line": 2740, "column": 16 } } @@ -156460,16 +157212,16 @@ "type": "Identifier", "name": "type", "range": [ - 83280, - 83284 + 84000, + 84004 ], "loc": { "start": { - "line": 2715, + "line": 2740, "column": 19 }, "end": { - "line": 2715, + "line": 2740, "column": 23 } } @@ -156479,31 +157231,31 @@ "value": "script", "raw": "'script'", "range": [ - 83289, - 83297 + 84009, + 84017 ], "loc": { "start": { - "line": 2715, + "line": 2740, "column": 28 }, "end": { - "line": 2715, + "line": 2740, "column": 36 } } }, "range": [ - 83280, - 83297 + 84000, + 84017 ], "loc": { "start": { - "line": 2715, + "line": 2740, "column": 19 }, "end": { - "line": 2715, + "line": 2740, "column": 36 } } @@ -156513,16 +157265,16 @@ "value": "src", "raw": "'src'", "range": [ - 83300, - 83305 + 84020, + 84025 ], "loc": { "start": { - "line": 2715, + "line": 2740, "column": 39 }, "end": { - "line": 2715, + "line": 2740, "column": 44 } } @@ -156532,46 +157284,46 @@ "value": "href", "raw": "'href'", "range": [ - 83308, - 83314 + 84028, + 84034 ], "loc": { "start": { - "line": 2715, + "line": 2740, "column": 47 }, "end": { - "line": 2715, + "line": 2740, "column": 53 } } }, "range": [ - 83280, - 83314 + 84000, + 84034 ], "loc": { "start": { - "line": 2715, + "line": 2740, "column": 19 }, "end": { - "line": 2715, + "line": 2740, "column": 53 } } }, "range": [ - 83273, - 83314 + 83993, + 84034 ], "loc": { "start": { - "line": 2715, + "line": 2740, "column": 12 }, "end": { - "line": 2715, + "line": 2740, "column": 53 } } @@ -156582,16 +157334,16 @@ "type": "Identifier", "name": "files", "range": [ - 83328, - 83333 + 84048, + 84053 ], "loc": { "start": { - "line": 2716, + "line": 2741, "column": 12 }, "end": { - "line": 2716, + "line": 2741, "column": 17 } } @@ -156602,16 +157354,16 @@ "type": "Identifier", "name": "tag", "range": [ - 83336, - 83339 + 84056, + 84059 ], "loc": { "start": { - "line": 2716, + "line": 2741, "column": 20 }, "end": { - "line": 2716, + "line": 2741, "column": 23 } } @@ -156621,16 +157373,16 @@ "type": "Identifier", "name": "doc", "range": [ - 83340, - 83343 + 84060, + 84063 ], "loc": { "start": { - "line": 2716, + "line": 2741, "column": 24 }, "end": { - "line": 2716, + "line": 2741, "column": 27 } } @@ -156639,47 +157391,47 @@ "type": "Identifier", "name": "type", "range": [ - 83345, - 83349 + 84065, + 84069 ], "loc": { "start": { - "line": 2716, + "line": 2741, "column": 29 }, "end": { - "line": 2716, + "line": 2741, "column": 33 } } } ], "range": [ - 83336, - 83350 + 84056, + 84070 ], "loc": { "start": { - "line": 2716, + "line": 2741, "column": 20 }, "end": { - "line": 2716, + "line": 2741, "column": 34 } } }, "range": [ - 83328, - 83350 + 84048, + 84070 ], "loc": { "start": { - "line": 2716, + "line": 2741, "column": 12 }, "end": { - "line": 2716, + "line": 2741, "column": 34 } } @@ -156687,16 +157439,16 @@ ], "kind": "let", "range": [ - 83239, - 83351 + 83959, + 84071 ], "loc": { "start": { - "line": 2714, + "line": 2739, "column": 8 }, "end": { - "line": 2716, + "line": 2741, "column": 35 } } @@ -156712,16 +157464,16 @@ "type": "Identifier", "name": "i", "range": [ - 83369, - 83370 + 84089, + 84090 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 17 }, "end": { - "line": 2717, + "line": 2742, "column": 18 } } @@ -156731,31 +157483,31 @@ "value": 0, "raw": "0", "range": [ - 83373, - 83374 + 84093, + 84094 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 21 }, "end": { - "line": 2717, + "line": 2742, "column": 22 } } }, "range": [ - 83369, - 83374 + 84089, + 84094 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 17 }, "end": { - "line": 2717, + "line": 2742, "column": 22 } } @@ -156766,16 +157518,16 @@ "type": "Identifier", "name": "len", "range": [ - 83376, - 83379 + 84096, + 84099 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 24 }, "end": { - "line": 2717, + "line": 2742, "column": 27 } } @@ -156787,16 +157539,16 @@ "type": "Identifier", "name": "files", "range": [ - 83382, - 83387 + 84102, + 84107 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 30 }, "end": { - "line": 2717, + "line": 2742, "column": 35 } } @@ -156805,46 +157557,46 @@ "type": "Identifier", "name": "length", "range": [ - 83388, - 83394 + 84108, + 84114 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 36 }, "end": { - "line": 2717, + "line": 2742, "column": 42 } } }, "range": [ - 83382, - 83394 + 84102, + 84114 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 30 }, "end": { - "line": 2717, + "line": 2742, "column": 42 } } }, "range": [ - 83376, - 83394 + 84096, + 84114 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 24 }, "end": { - "line": 2717, + "line": 2742, "column": 42 } } @@ -156852,16 +157604,16 @@ ], "kind": "let", "range": [ - 83365, - 83394 + 84085, + 84114 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 13 }, "end": { - "line": 2717, + "line": 2742, "column": 42 } } @@ -156873,16 +157625,16 @@ "type": "Identifier", "name": "i", "range": [ - 83396, - 83397 + 84116, + 84117 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 44 }, "end": { - "line": 2717, + "line": 2742, "column": 45 } } @@ -156891,31 +157643,31 @@ "type": "Identifier", "name": "len", "range": [ - 83400, - 83403 + 84120, + 84123 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 48 }, "end": { - "line": 2717, + "line": 2742, "column": 51 } } }, "range": [ - 83396, - 83403 + 84116, + 84123 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 44 }, "end": { - "line": 2717, + "line": 2742, "column": 51 } } @@ -156927,32 +157679,32 @@ "type": "Identifier", "name": "i", "range": [ - 83405, - 83406 + 84125, + 84126 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 53 }, "end": { - "line": 2717, + "line": 2742, "column": 54 } } }, "prefix": false, "range": [ - 83405, - 83408 + 84125, + 84128 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 53 }, "end": { - "line": 2717, + "line": 2742, "column": 56 } } @@ -156968,16 +157720,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 83428, - 83435 + 84148, + 84155 ], "loc": { "start": { - "line": 2718, + "line": 2743, "column": 16 }, "end": { - "line": 2718, + "line": 2743, "column": 23 } } @@ -156993,16 +157745,16 @@ "type": "Identifier", "name": "files", "range": [ - 83436, - 83441 + 84156, + 84161 ], "loc": { "start": { - "line": 2718, + "line": 2743, "column": 24 }, "end": { - "line": 2718, + "line": 2743, "column": 29 } } @@ -157011,31 +157763,31 @@ "type": "Identifier", "name": "i", "range": [ - 83442, - 83443 + 84162, + 84163 ], "loc": { "start": { - "line": 2718, + "line": 2743, "column": 30 }, "end": { - "line": 2718, + "line": 2743, "column": 31 } } }, "range": [ - 83436, - 83444 + 84156, + 84164 ], "loc": { "start": { - "line": 2718, + "line": 2743, "column": 24 }, "end": { - "line": 2718, + "line": 2743, "column": 32 } } @@ -157044,47 +157796,47 @@ "type": "Identifier", "name": "attr", "range": [ - 83445, - 83449 + 84165, + 84169 ], "loc": { "start": { - "line": 2718, + "line": 2743, "column": 33 }, "end": { - "line": 2718, + "line": 2743, "column": 37 } } }, "range": [ - 83436, - 83450 + 84156, + 84170 ], "loc": { "start": { - "line": 2718, + "line": 2743, "column": 24 }, "end": { - "line": 2718, + "line": 2743, "column": 38 } } } ], "range": [ - 83428, - 83451 + 84148, + 84171 ], "loc": { "start": { - "line": 2718, + "line": 2743, "column": 16 }, "end": { - "line": 2718, + "line": 2743, "column": 39 } } @@ -157096,48 +157848,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 83471, - 83480 + 84191, + 84200 ], "loc": { "start": { - "line": 2719, + "line": 2744, "column": 16 }, "end": { - "line": 2719, + "line": 2744, "column": 25 } } } ], "range": [ - 83453, - 83494 + 84173, + 84214 ], "loc": { "start": { - "line": 2718, + "line": 2743, "column": 41 }, "end": { - "line": 2720, + "line": 2745, "column": 13 } } }, "alternate": null, "range": [ - 83424, - 83494 + 84144, + 84214 ], "loc": { "start": { - "line": 2718, + "line": 2743, "column": 12 }, "end": { - "line": 2720, + "line": 2745, "column": 13 } } @@ -157159,16 +157911,16 @@ "type": "Identifier", "name": "files", "range": [ - 83511, - 83516 + 84231, + 84236 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 16 }, "end": { - "line": 2721, + "line": 2746, "column": 21 } } @@ -157177,31 +157929,31 @@ "type": "Identifier", "name": "i", "range": [ - 83517, - 83518 + 84237, + 84238 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 22 }, "end": { - "line": 2721, + "line": 2746, "column": 23 } } }, "range": [ - 83511, - 83519 + 84231, + 84239 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 16 }, "end": { - "line": 2721, + "line": 2746, "column": 24 } } @@ -157210,31 +157962,31 @@ "type": "Identifier", "name": "attr", "range": [ - 83520, - 83524 + 84240, + 84244 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 25 }, "end": { - "line": 2721, + "line": 2746, "column": 29 } } }, "range": [ - 83511, - 83525 + 84231, + 84245 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 16 }, "end": { - "line": 2721, + "line": 2746, "column": 30 } } @@ -157243,31 +157995,31 @@ "type": "Identifier", "name": "match", "range": [ - 83526, - 83531 + 84246, + 84251 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 31 }, "end": { - "line": 2721, + "line": 2746, "column": 36 } } }, "range": [ - 83511, - 83531 + 84231, + 84251 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 16 }, "end": { - "line": 2721, + "line": 2746, "column": 36 } } @@ -157277,32 +158029,32 @@ "type": "Identifier", "name": "filePath", "range": [ - 83532, - 83540 + 84252, + 84260 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 37 }, "end": { - "line": 2721, + "line": 2746, "column": 45 } } } ], "range": [ - 83511, - 83541 + 84231, + 84261 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 16 }, "end": { - "line": 2721, + "line": 2746, "column": 46 } } @@ -157319,16 +158071,16 @@ "type": "Identifier", "name": "imported", "range": [ - 83561, - 83569 + 84281, + 84289 ], "loc": { "start": { - "line": 2722, + "line": 2747, "column": 16 }, "end": { - "line": 2722, + "line": 2747, "column": 24 } } @@ -157338,46 +158090,46 @@ "value": true, "raw": "true", "range": [ - 83572, - 83576 + 84292, + 84296 ], "loc": { "start": { - "line": 2722, + "line": 2747, "column": 27 }, "end": { - "line": 2722, + "line": 2747, "column": 31 } } }, "range": [ - 83561, - 83576 + 84281, + 84296 ], "loc": { "start": { - "line": 2722, + "line": 2747, "column": 16 }, "end": { - "line": 2722, + "line": 2747, "column": 31 } } }, "range": [ - 83561, - 83577 + 84281, + 84297 ], "loc": { "start": { - "line": 2722, + "line": 2747, "column": 16 }, "end": { - "line": 2722, + "line": 2747, "column": 32 } } @@ -157386,79 +158138,79 @@ "type": "BreakStatement", "label": null, "range": [ - 83594, - 83600 + 84314, + 84320 ], "loc": { "start": { - "line": 2723, + "line": 2748, "column": 16 }, "end": { - "line": 2723, + "line": 2748, "column": 22 } } } ], "range": [ - 83543, - 83614 + 84263, + 84334 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 48 }, "end": { - "line": 2724, + "line": 2749, "column": 13 } } }, "alternate": null, "range": [ - 83507, - 83614 + 84227, + 84334 ], "loc": { "start": { - "line": 2721, + "line": 2746, "column": 12 }, "end": { - "line": 2724, + "line": 2749, "column": 13 } } } ], "range": [ - 83410, - 83624 + 84130, + 84344 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 58 }, "end": { - "line": 2725, + "line": 2750, "column": 9 } } }, "range": [ - 83360, - 83624 + 84080, + 84344 ], "loc": { "start": { - "line": 2717, + "line": 2742, "column": 8 }, "end": { - "line": 2725, + "line": 2750, "column": 9 } } @@ -157469,47 +158221,47 @@ "type": "Identifier", "name": "imported", "range": [ - 83640, - 83648 + 84360, + 84368 ], "loc": { "start": { - "line": 2726, + "line": 2751, "column": 15 }, "end": { - "line": 2726, + "line": 2751, "column": 23 } } }, "range": [ - 83633, - 83649 + 84353, + 84369 ], "loc": { "start": { - "line": 2726, + "line": 2751, "column": 8 }, "end": { - "line": 2726, + "line": 2751, "column": 24 } } } ], "range": [ - 83229, - 83655 + 83949, + 84375 ], "loc": { "start": { - "line": 2713, + "line": 2738, "column": 42 }, "end": { - "line": 2727, + "line": 2752, "column": 5 } } @@ -157517,16 +158269,16 @@ "generator": false, "expression": false, "range": [ - 83201, - 83655 + 83921, + 84375 ], "loc": { "start": { - "line": 2713, + "line": 2738, "column": 14 }, "end": { - "line": 2727, + "line": 2752, "column": 5 } } @@ -157534,16 +158286,16 @@ "kind": "method", "computed": false, "range": [ - 83191, - 83655 + 83911, + 84375 ], "loc": { "start": { - "line": 2713, + "line": 2738, "column": 4 }, "end": { - "line": 2727, + "line": 2752, "column": 5 } }, @@ -157552,16 +158304,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": [ - 82967, - 83186 + 83687, + 83906 ], "loc": { "start": { - "line": 2707, + "line": 2732, "column": 4 }, "end": { - "line": 2712, + "line": 2737, "column": 7 } } @@ -157572,16 +158324,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": [ - 83661, - 83920 + 84381, + 84640 ], "loc": { "start": { - "line": 2729, + "line": 2754, "column": 4 }, "end": { - "line": 2735, + "line": 2760, "column": 7 } } @@ -157595,16 +158347,16 @@ "type": "Identifier", "name": "import", "range": [ - 83925, - 83931 + 84645, + 84651 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 4 }, "end": { - "line": 2736, + "line": 2761, "column": 10 } } @@ -157617,16 +158369,16 @@ "type": "Identifier", "name": "fileId", "range": [ - 83932, - 83938 + 84652, + 84658 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 11 }, "end": { - "line": 2736, + "line": 2761, "column": 17 } } @@ -157635,16 +158387,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 83940, - 83948 + 84660, + 84668 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 19 }, "end": { - "line": 2736, + "line": 2761, "column": 27 } } @@ -157653,16 +158405,16 @@ "type": "Identifier", "name": "callback", "range": [ - 83950, - 83958 + 84670, + 84678 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 29 }, "end": { - "line": 2736, + "line": 2761, "column": 37 } } @@ -157673,16 +158425,16 @@ "type": "Identifier", "name": "type", "range": [ - 83960, - 83964 + 84680, + 84684 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 39 }, "end": { - "line": 2736, + "line": 2761, "column": 43 } } @@ -157692,31 +158444,31 @@ "value": "script", "raw": "'script'", "range": [ - 83967, - 83975 + 84687, + 84695 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 46 }, "end": { - "line": 2736, + "line": 2761, "column": 54 } } }, "range": [ - 83960, - 83975 + 84680, + 84695 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 39 }, "end": { - "line": 2736, + "line": 2761, "column": 54 } } @@ -157735,16 +158487,16 @@ "object": { "type": "ThisExpression", "range": [ - 83991, - 83995 + 84711, + 84715 ], "loc": { "start": { - "line": 2737, + "line": 2762, "column": 12 }, "end": { - "line": 2737, + "line": 2762, "column": 16 } } @@ -157753,31 +158505,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 83996, - 84006 + 84716, + 84726 ], "loc": { "start": { - "line": 2737, + "line": 2762, "column": 17 }, "end": { - "line": 2737, + "line": 2762, "column": 27 } } }, "range": [ - 83991, - 84006 + 84711, + 84726 ], "loc": { "start": { - "line": 2737, + "line": 2762, "column": 12 }, "end": { - "line": 2737, + "line": 2762, "column": 27 } } @@ -157787,16 +158539,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 84007, - 84015 + 84727, + 84735 ], "loc": { "start": { - "line": 2737, + "line": 2762, "column": 28 }, "end": { - "line": 2737, + "line": 2762, "column": 36 } } @@ -157805,32 +158557,32 @@ "type": "Identifier", "name": "type", "range": [ - 84017, - 84021 + 84737, + 84741 ], "loc": { "start": { - "line": 2737, + "line": 2762, "column": 38 }, "end": { - "line": 2737, + "line": 2762, "column": 42 } } } ], "range": [ - 83991, - 84022 + 84711, + 84742 ], "loc": { "start": { - "line": 2737, + "line": 2762, "column": 12 }, "end": { - "line": 2737, + "line": 2762, "column": 43 } } @@ -157842,48 +158594,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 84038, - 84045 + 84758, + 84765 ], "loc": { "start": { - "line": 2738, + "line": 2763, "column": 12 }, "end": { - "line": 2738, + "line": 2763, "column": 19 } } } ], "range": [ - 84024, - 84055 + 84744, + 84775 ], "loc": { "start": { - "line": 2737, + "line": 2762, "column": 45 }, "end": { - "line": 2739, + "line": 2764, "column": 9 } } }, "alternate": null, "range": [ - 83987, - 84055 + 84707, + 84775 ], "loc": { "start": { - "line": 2737, + "line": 2762, "column": 8 }, "end": { - "line": 2739, + "line": 2764, "column": 9 } } @@ -157897,16 +158649,16 @@ "type": "Identifier", "name": "o", "range": [ - 84068, - 84069 + 84788, + 84789 ], "loc": { "start": { - "line": 2740, + "line": 2765, "column": 12 }, "end": { - "line": 2740, + "line": 2765, "column": 13 } } @@ -157914,31 +158666,31 @@ "init": { "type": "ThisExpression", "range": [ - 84072, - 84076 + 84792, + 84796 ], "loc": { "start": { - "line": 2740, + "line": 2765, "column": 16 }, "end": { - "line": 2740, + "line": 2765, "column": 20 } } }, "range": [ - 84068, - 84076 + 84788, + 84796 ], "loc": { "start": { - "line": 2740, + "line": 2765, "column": 12 }, "end": { - "line": 2740, + "line": 2765, "column": 20 } } @@ -157949,16 +158701,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 84090, - 84098 + 84810, + 84818 ], "loc": { "start": { - "line": 2741, + "line": 2766, "column": 12 }, "end": { - "line": 2741, + "line": 2766, "column": 20 } } @@ -157968,31 +158720,31 @@ "value": false, "raw": "false", "range": [ - 84101, - 84106 + 84821, + 84826 ], "loc": { "start": { - "line": 2741, + "line": 2766, "column": 23 }, "end": { - "line": 2741, + "line": 2766, "column": 28 } } }, "range": [ - 84090, - 84106 + 84810, + 84826 ], "loc": { "start": { - "line": 2741, + "line": 2766, "column": 12 }, "end": { - "line": 2741, + "line": 2766, "column": 28 } } @@ -158003,32 +158755,32 @@ "type": "Identifier", "name": "file", "range": [ - 84120, - 84124 + 84840, + 84844 ], "loc": { "start": { - "line": 2742, + "line": 2767, "column": 12 }, "end": { - "line": 2742, + "line": 2767, "column": 16 } } }, "init": null, "range": [ - 84120, - 84124 + 84840, + 84844 ], "loc": { "start": { - "line": 2742, + "line": 2767, "column": 12 }, "end": { - "line": 2742, + "line": 2767, "column": 16 } } @@ -158039,16 +158791,16 @@ "type": "Identifier", "name": "head", "range": [ - 84138, - 84142 + 84858, + 84862 ], "loc": { "start": { - "line": 2743, + "line": 2768, "column": 12 }, "end": { - "line": 2743, + "line": 2768, "column": 16 } } @@ -158062,16 +158814,16 @@ "type": "Identifier", "name": "tag", "range": [ - 84145, - 84148 + 84865, + 84868 ], "loc": { "start": { - "line": 2743, + "line": 2768, "column": 19 }, "end": { - "line": 2743, + "line": 2768, "column": 22 } } @@ -158081,16 +158833,16 @@ "type": "Identifier", "name": "doc", "range": [ - 84149, - 84152 + 84869, + 84872 ], "loc": { "start": { - "line": 2743, + "line": 2768, "column": 23 }, "end": { - "line": 2743, + "line": 2768, "column": 26 } } @@ -158100,32 +158852,32 @@ "value": "head", "raw": "'head'", "range": [ - 84154, - 84160 + 84874, + 84880 ], "loc": { "start": { - "line": 2743, + "line": 2768, "column": 28 }, "end": { - "line": 2743, + "line": 2768, "column": 34 } } } ], "range": [ - 84145, - 84161 + 84865, + 84881 ], "loc": { "start": { - "line": 2743, + "line": 2768, "column": 19 }, "end": { - "line": 2743, + "line": 2768, "column": 35 } } @@ -158135,46 +158887,46 @@ "value": 0, "raw": "0", "range": [ - 84162, - 84163 + 84882, + 84883 ], "loc": { "start": { - "line": 2743, + "line": 2768, "column": 36 }, "end": { - "line": 2743, + "line": 2768, "column": 37 } } }, "range": [ - 84145, - 84164 + 84865, + 84884 ], "loc": { "start": { - "line": 2743, + "line": 2768, "column": 19 }, "end": { - "line": 2743, + "line": 2768, "column": 38 } } }, "range": [ - 84138, - 84164 + 84858, + 84884 ], "loc": { "start": { - "line": 2743, + "line": 2768, "column": 12 }, "end": { - "line": 2743, + "line": 2768, "column": 38 } } @@ -158182,16 +158934,16 @@ ], "kind": "let", "range": [ - 84064, - 84165 + 84784, + 84885 ], "loc": { "start": { - "line": 2740, + "line": 2765, "column": 8 }, "end": { - "line": 2743, + "line": 2768, "column": 39 } } @@ -158210,16 +158962,16 @@ "type": "Identifier", "name": "type", "range": [ - 84179, - 84183 + 84899, + 84903 ], "loc": { "start": { - "line": 2745, + "line": 2770, "column": 12 }, "end": { - "line": 2745, + "line": 2770, "column": 16 } } @@ -158228,47 +158980,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 84184, - 84195 + 84904, + 84915 ], "loc": { "start": { - "line": 2745, + "line": 2770, "column": 17 }, "end": { - "line": 2745, + "line": 2770, "column": 28 } } }, "range": [ - 84179, - 84195 + 84899, + 84915 ], "loc": { "start": { - "line": 2745, + "line": 2770, "column": 12 }, "end": { - "line": 2745, + "line": 2770, "column": 28 } } }, "arguments": [], "range": [ - 84179, - 84197 + 84899, + 84917 ], "loc": { "start": { - "line": 2745, + "line": 2770, "column": 12 }, "end": { - "line": 2745, + "line": 2770, "column": 30 } } @@ -158278,31 +159030,31 @@ "value": "link", "raw": "'link'", "range": [ - 84202, - 84208 + 84922, + 84928 ], "loc": { "start": { - "line": 2745, + "line": 2770, "column": 35 }, "end": { - "line": 2745, + "line": 2770, "column": 41 } } }, "range": [ - 84179, - 84208 + 84899, + 84928 ], "loc": { "start": { - "line": 2745, + "line": 2770, "column": 12 }, "end": { - "line": 2745, + "line": 2770, "column": 41 } } @@ -158319,16 +159071,16 @@ "type": "Identifier", "name": "file", "range": [ - 84224, - 84228 + 84944, + 84948 ], "loc": { "start": { - "line": 2746, + "line": 2771, "column": 12 }, "end": { - "line": 2746, + "line": 2771, "column": 16 } } @@ -158339,16 +159091,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 84231, - 84240 + 84951, + 84960 ], "loc": { "start": { - "line": 2746, + "line": 2771, "column": 19 }, "end": { - "line": 2746, + "line": 2771, "column": 28 } } @@ -158359,16 +159111,16 @@ "value": "link", "raw": "'link'", "range": [ - 84241, - 84247 + 84961, + 84967 ], "loc": { "start": { - "line": 2746, + "line": 2771, "column": 29 }, "end": { - "line": 2746, + "line": 2771, "column": 35 } } @@ -158381,16 +159133,16 @@ "value": "id", "raw": "'id'", "range": [ - 84266, - 84270 + 84986, + 84990 ], "loc": { "start": { - "line": 2747, + "line": 2772, "column": 17 }, "end": { - "line": 2747, + "line": 2772, "column": 21 } } @@ -158399,32 +159151,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 84272, - 84278 + 84992, + 84998 ], "loc": { "start": { - "line": 2747, + "line": 2772, "column": 23 }, "end": { - "line": 2747, + "line": 2772, "column": 29 } } } ], "range": [ - 84265, - 84279 + 84985, + 84999 ], "loc": { "start": { - "line": 2747, + "line": 2772, "column": 16 }, "end": { - "line": 2747, + "line": 2772, "column": 30 } } @@ -158437,16 +159189,16 @@ "value": "type", "raw": "'type'", "range": [ - 84282, - 84288 + 85002, + 85008 ], "loc": { "start": { - "line": 2747, + "line": 2772, "column": 33 }, "end": { - "line": 2747, + "line": 2772, "column": 39 } } @@ -158456,32 +159208,32 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 84290, - 84300 + 85010, + 85020 ], "loc": { "start": { - "line": 2747, + "line": 2772, "column": 41 }, "end": { - "line": 2747, + "line": 2772, "column": 51 } } } ], "range": [ - 84281, - 84301 + 85001, + 85021 ], "loc": { "start": { - "line": 2747, + "line": 2772, "column": 32 }, "end": { - "line": 2747, + "line": 2772, "column": 52 } } @@ -158494,16 +159246,16 @@ "value": "rel", "raw": "'rel'", "range": [ - 84320, - 84325 + 85040, + 85045 ], "loc": { "start": { - "line": 2748, + "line": 2773, "column": 17 }, "end": { - "line": 2748, + "line": 2773, "column": 22 } } @@ -158513,32 +159265,32 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 84327, - 84339 + 85047, + 85059 ], "loc": { "start": { - "line": 2748, + "line": 2773, "column": 24 }, "end": { - "line": 2748, + "line": 2773, "column": 36 } } } ], "range": [ - 84319, - 84340 + 85039, + 85060 ], "loc": { "start": { - "line": 2748, + "line": 2773, "column": 16 }, "end": { - "line": 2748, + "line": 2773, "column": 37 } } @@ -158551,16 +159303,16 @@ "value": "href", "raw": "'href'", "range": [ - 84343, - 84349 + 85063, + 85069 ], "loc": { "start": { - "line": 2748, + "line": 2773, "column": 40 }, "end": { - "line": 2748, + "line": 2773, "column": 46 } } @@ -158569,94 +159321,94 @@ "type": "Identifier", "name": "filePath", "range": [ - 84351, - 84359 + 85071, + 85079 ], "loc": { "start": { - "line": 2748, + "line": 2773, "column": 48 }, "end": { - "line": 2748, + "line": 2773, "column": 56 } } } ], "range": [ - 84342, - 84360 + 85062, + 85080 ], "loc": { "start": { - "line": 2748, + "line": 2773, "column": 39 }, "end": { - "line": 2748, + "line": 2773, "column": 57 } } } ], "range": [ - 84231, - 84374 + 84951, + 85094 ], "loc": { "start": { - "line": 2746, + "line": 2771, "column": 19 }, "end": { - "line": 2749, + "line": 2774, "column": 13 } } }, "range": [ - 84224, - 84374 + 84944, + 85094 ], "loc": { "start": { - "line": 2746, + "line": 2771, "column": 12 }, "end": { - "line": 2749, + "line": 2774, "column": 13 } } }, "range": [ - 84224, - 84375 + 84944, + 85095 ], "loc": { "start": { - "line": 2746, + "line": 2771, "column": 12 }, "end": { - "line": 2749, + "line": 2774, "column": 14 } } } ], "range": [ - 84210, - 84385 + 84930, + 85105 ], "loc": { "start": { - "line": 2745, + "line": 2770, "column": 43 }, "end": { - "line": 2750, + "line": 2775, "column": 9 } } @@ -158673,16 +159425,16 @@ "type": "Identifier", "name": "file", "range": [ - 84405, - 84409 + 85125, + 85129 ], "loc": { "start": { - "line": 2751, + "line": 2776, "column": 12 }, "end": { - "line": 2751, + "line": 2776, "column": 16 } } @@ -158693,16 +159445,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 84412, - 84421 + 85132, + 85141 ], "loc": { "start": { - "line": 2751, + "line": 2776, "column": 19 }, "end": { - "line": 2751, + "line": 2776, "column": 28 } } @@ -158713,16 +159465,16 @@ "value": "script", "raw": "'script'", "range": [ - 84422, - 84430 + 85142, + 85150 ], "loc": { "start": { - "line": 2751, + "line": 2776, "column": 29 }, "end": { - "line": 2751, + "line": 2776, "column": 37 } } @@ -158735,16 +159487,16 @@ "value": "id", "raw": "'id'", "range": [ - 84449, - 84453 + 85169, + 85173 ], "loc": { "start": { - "line": 2752, + "line": 2777, "column": 17 }, "end": { - "line": 2752, + "line": 2777, "column": 21 } } @@ -158753,32 +159505,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 84455, - 84461 + 85175, + 85181 ], "loc": { "start": { - "line": 2752, + "line": 2777, "column": 23 }, "end": { - "line": 2752, + "line": 2777, "column": 29 } } } ], "range": [ - 84448, - 84462 + 85168, + 85182 ], "loc": { "start": { - "line": 2752, + "line": 2777, "column": 16 }, "end": { - "line": 2752, + "line": 2777, "column": 30 } } @@ -158791,16 +159543,16 @@ "value": "type", "raw": "'type'", "range": [ - 84481, - 84487 + 85201, + 85207 ], "loc": { "start": { - "line": 2753, + "line": 2778, "column": 17 }, "end": { - "line": 2753, + "line": 2778, "column": 23 } } @@ -158810,32 +159562,32 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 84489, - 84506 + 85209, + 85226 ], "loc": { "start": { - "line": 2753, + "line": 2778, "column": 25 }, "end": { - "line": 2753, + "line": 2778, "column": 42 } } } ], "range": [ - 84480, - 84507 + 85200, + 85227 ], "loc": { "start": { - "line": 2753, + "line": 2778, "column": 16 }, "end": { - "line": 2753, + "line": 2778, "column": 43 } } @@ -158848,16 +159600,16 @@ "value": "src", "raw": "'src'", "range": [ - 84510, - 84515 + 85230, + 85235 ], "loc": { "start": { - "line": 2753, + "line": 2778, "column": 46 }, "end": { - "line": 2753, + "line": 2778, "column": 51 } } @@ -158866,109 +159618,109 @@ "type": "Identifier", "name": "filePath", "range": [ - 84517, - 84525 + 85237, + 85245 ], "loc": { "start": { - "line": 2753, + "line": 2778, "column": 53 }, "end": { - "line": 2753, + "line": 2778, "column": 61 } } } ], "range": [ - 84509, - 84526 + 85229, + 85246 ], "loc": { "start": { - "line": 2753, + "line": 2778, "column": 45 }, "end": { - "line": 2753, + "line": 2778, "column": 62 } } } ], "range": [ - 84412, - 84540 + 85132, + 85260 ], "loc": { "start": { - "line": 2751, + "line": 2776, "column": 19 }, "end": { - "line": 2754, + "line": 2779, "column": 13 } } }, "range": [ - 84405, - 84540 + 85125, + 85260 ], "loc": { "start": { - "line": 2751, + "line": 2776, "column": 12 }, "end": { - "line": 2754, + "line": 2779, "column": 13 } } }, "range": [ - 84405, - 84541 + 85125, + 85261 ], "loc": { "start": { - "line": 2751, + "line": 2776, "column": 12 }, "end": { - "line": 2754, + "line": 2779, "column": 14 } } } ], "range": [ - 84391, - 84551 + 85111, + 85271 ], "loc": { "start": { - "line": 2750, + "line": 2775, "column": 15 }, "end": { - "line": 2755, + "line": 2780, "column": 9 } } }, "range": [ - 84175, - 84551 + 84895, + 85271 ], "loc": { "start": { - "line": 2745, + "line": 2770, "column": 8 }, "end": { - "line": 2755, + "line": 2780, "column": 9 } }, @@ -158977,16 +159729,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 84561, - 84633 + 85281, + 85353 ], "loc": { "start": { - "line": 2757, + "line": 2782, "column": 8 }, "end": { - "line": 2757, + "line": 2782, "column": 80 } } @@ -159005,16 +159757,16 @@ "type": "Identifier", "name": "file", "range": [ - 84642, - 84646 + 85362, + 85366 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 8 }, "end": { - "line": 2758, + "line": 2783, "column": 12 } } @@ -159023,31 +159775,31 @@ "type": "Identifier", "name": "onload", "range": [ - 84647, - 84653 + 85367, + 85373 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 13 }, "end": { - "line": 2758, + "line": 2783, "column": 19 } } }, "range": [ - 84642, - 84653 + 85362, + 85373 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 8 }, "end": { - "line": 2758, + "line": 2783, "column": 19 } } @@ -159062,16 +159814,16 @@ "type": "Identifier", "name": "file", "range": [ - 84656, - 84660 + 85376, + 85380 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 22 }, "end": { - "line": 2758, + "line": 2783, "column": 26 } } @@ -159080,31 +159832,31 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 84661, - 84679 + 85381, + 85399 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 27 }, "end": { - "line": 2758, + "line": 2783, "column": 45 } } }, "range": [ - 84656, - 84679 + 85376, + 85399 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 22 }, "end": { - "line": 2758, + "line": 2783, "column": 45 } } @@ -159128,32 +159880,32 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 84707, - 84715 + 85427, + 85435 ], "loc": { "start": { - "line": 2759, + "line": 2784, "column": 17 }, "end": { - "line": 2759, + "line": 2784, "column": 25 } } }, "prefix": true, "range": [ - 84706, - 84715 + 85426, + 85435 ], "loc": { "start": { - "line": 2759, + "line": 2784, "column": 16 }, "end": { - "line": 2759, + "line": 2784, "column": 25 } } @@ -159173,16 +159925,16 @@ "object": { "type": "ThisExpression", "range": [ - 84737, - 84741 + 85457, + 85461 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 18 }, "end": { - "line": 2760, + "line": 2785, "column": 22 } } @@ -159191,47 +159943,47 @@ "type": "Identifier", "name": "readyState", "range": [ - 84742, - 84752 + 85462, + 85472 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 23 }, "end": { - "line": 2760, + "line": 2785, "column": 33 } } }, "range": [ - 84737, - 84752 + 85457, + 85472 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 18 }, "end": { - "line": 2760, + "line": 2785, "column": 33 } } }, "prefix": true, "range": [ - 84736, - 84752 + 85456, + 85472 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 17 }, "end": { - "line": 2760, + "line": 2785, "column": 33 } } @@ -159245,16 +159997,16 @@ "object": { "type": "ThisExpression", "range": [ - 84756, - 84760 + 85476, + 85480 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 37 }, "end": { - "line": 2760, + "line": 2785, "column": 41 } } @@ -159263,31 +160015,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 84761, - 84771 + 85481, + 85491 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 42 }, "end": { - "line": 2760, + "line": 2785, "column": 52 } } }, "range": [ - 84756, - 84771 + 85476, + 85491 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 37 }, "end": { - "line": 2760, + "line": 2785, "column": 52 } } @@ -159297,46 +160049,46 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 84776, - 84784 + 85496, + 85504 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 57 }, "end": { - "line": 2760, + "line": 2785, "column": 65 } } }, "range": [ - 84756, - 84784 + 85476, + 85504 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 37 }, "end": { - "line": 2760, + "line": 2785, "column": 65 } } }, "range": [ - 84736, - 84784 + 85456, + 85504 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 17 }, "end": { - "line": 2760, + "line": 2785, "column": 65 } } @@ -159350,16 +160102,16 @@ "object": { "type": "ThisExpression", "range": [ - 84808, - 84812 + 85528, + 85532 ], "loc": { "start": { - "line": 2761, + "line": 2786, "column": 20 }, "end": { - "line": 2761, + "line": 2786, "column": 24 } } @@ -159368,31 +160120,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 84813, - 84823 + 85533, + 85543 ], "loc": { "start": { - "line": 2761, + "line": 2786, "column": 25 }, "end": { - "line": 2761, + "line": 2786, "column": 35 } } }, "range": [ - 84808, - 84823 + 85528, + 85543 ], "loc": { "start": { - "line": 2761, + "line": 2786, "column": 20 }, "end": { - "line": 2761, + "line": 2786, "column": 35 } } @@ -159402,61 +160154,61 @@ "value": "complete", "raw": "'complete'", "range": [ - 84828, - 84838 + 85548, + 85558 ], "loc": { "start": { - "line": 2761, + "line": 2786, "column": 40 }, "end": { - "line": 2761, + "line": 2786, "column": 50 } } }, "range": [ - 84808, - 84838 + 85528, + 85558 ], "loc": { "start": { - "line": 2761, + "line": 2786, "column": 20 }, "end": { - "line": 2761, + "line": 2786, "column": 50 } } }, "range": [ - 84736, - 84838 + 85456, + 85558 ], "loc": { "start": { - "line": 2760, + "line": 2785, "column": 17 }, "end": { - "line": 2761, + "line": 2786, "column": 50 } } }, "range": [ - 84706, - 84839 + 85426, + 85559 ], "loc": { "start": { - "line": 2759, + "line": 2784, "column": 16 }, "end": { - "line": 2761, + "line": 2786, "column": 51 } } @@ -159473,16 +160225,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 84859, - 84867 + 85579, + 85587 ], "loc": { "start": { - "line": 2762, + "line": 2787, "column": 16 }, "end": { - "line": 2762, + "line": 2787, "column": 24 } } @@ -159492,46 +160244,46 @@ "value": true, "raw": "true", "range": [ - 84870, - 84874 + 85590, + 85594 ], "loc": { "start": { - "line": 2762, + "line": 2787, "column": 27 }, "end": { - "line": 2762, + "line": 2787, "column": 31 } } }, "range": [ - 84859, - 84874 + 85579, + 85594 ], "loc": { "start": { - "line": 2762, + "line": 2787, "column": 16 }, "end": { - "line": 2762, + "line": 2787, "column": 31 } } }, "range": [ - 84859, - 84875 + 85579, + 85595 ], "loc": { "start": { - "line": 2762, + "line": 2787, "column": 16 }, "end": { - "line": 2762, + "line": 2787, "column": 32 } } @@ -159548,32 +160300,32 @@ "type": "Identifier", "name": "callback", "range": [ - 84903, - 84911 + 85623, + 85631 ], "loc": { "start": { - "line": 2763, + "line": 2788, "column": 27 }, "end": { - "line": 2763, + "line": 2788, "column": 35 } } }, "prefix": true, "range": [ - 84896, - 84911 + 85616, + 85631 ], "loc": { "start": { - "line": 2763, + "line": 2788, "column": 20 }, "end": { - "line": 2763, + "line": 2788, "column": 35 } } @@ -159583,31 +160335,31 @@ "value": "function", "raw": "'function'", "range": [ - 84916, - 84926 + 85636, + 85646 ], "loc": { "start": { - "line": 2763, + "line": 2788, "column": 40 }, "end": { - "line": 2763, + "line": 2788, "column": 50 } } }, "range": [ - 84896, - 84926 + 85616, + 85646 ], "loc": { "start": { - "line": 2763, + "line": 2788, "column": 20 }, "end": { - "line": 2763, + "line": 2788, "column": 50 } } @@ -159626,16 +160378,16 @@ "type": "Identifier", "name": "callback", "range": [ - 84950, - 84958 + 85670, + 85678 ], "loc": { "start": { - "line": 2764, + "line": 2789, "column": 20 }, "end": { - "line": 2764, + "line": 2789, "column": 28 } } @@ -159644,31 +160396,31 @@ "type": "Identifier", "name": "call", "range": [ - 84959, - 84963 + 85679, + 85683 ], "loc": { "start": { - "line": 2764, + "line": 2789, "column": 29 }, "end": { - "line": 2764, + "line": 2789, "column": 33 } } }, "range": [ - 84950, - 84963 + 85670, + 85683 ], "loc": { "start": { - "line": 2764, + "line": 2789, "column": 20 }, "end": { - "line": 2764, + "line": 2789, "column": 33 } } @@ -159679,16 +160431,16 @@ "value": null, "raw": "null", "range": [ - 84964, - 84968 + 85684, + 85688 ], "loc": { "start": { - "line": 2764, + "line": 2789, "column": 34 }, "end": { - "line": 2764, + "line": 2789, "column": 38 } } @@ -159697,127 +160449,127 @@ "type": "Identifier", "name": "o", "range": [ - 84970, - 84971 + 85690, + 85691 ], "loc": { "start": { - "line": 2764, + "line": 2789, "column": 40 }, "end": { - "line": 2764, + "line": 2789, "column": 41 } } } ], "range": [ - 84950, - 84972 + 85670, + 85692 ], "loc": { "start": { - "line": 2764, + "line": 2789, "column": 20 }, "end": { - "line": 2764, + "line": 2789, "column": 42 } } }, "range": [ - 84950, - 84973 + 85670, + 85693 ], "loc": { "start": { - "line": 2764, + "line": 2789, "column": 20 }, "end": { - "line": 2764, + "line": 2789, "column": 43 } } } ], "range": [ - 84928, - 84991 + 85648, + 85711 ], "loc": { "start": { - "line": 2763, + "line": 2788, "column": 52 }, "end": { - "line": 2765, + "line": 2790, "column": 17 } } }, "alternate": null, "range": [ - 84892, - 84991 + 85612, + 85711 ], "loc": { "start": { - "line": 2763, + "line": 2788, "column": 16 }, "end": { - "line": 2765, + "line": 2790, "column": 17 } } } ], "range": [ - 84841, - 85005 + 85561, + 85725 ], "loc": { "start": { - "line": 2761, + "line": 2786, "column": 53 }, "end": { - "line": 2766, + "line": 2791, "column": 13 } } }, "alternate": null, "range": [ - 84702, - 85005 + 85422, + 85725 ], "loc": { "start": { - "line": 2759, + "line": 2784, "column": 12 }, "end": { - "line": 2766, + "line": 2791, "column": 13 } } } ], "range": [ - 84688, - 85015 + 85408, + 85735 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 54 }, "end": { - "line": 2767, + "line": 2792, "column": 9 } } @@ -159825,61 +160577,61 @@ "generator": false, "expression": false, "range": [ - 84682, - 85015 + 85402, + 85735 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 48 }, "end": { - "line": 2767, + "line": 2792, "column": 9 } } }, "range": [ - 84656, - 85015 + 85376, + 85735 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 22 }, "end": { - "line": 2767, + "line": 2792, "column": 9 } } }, "range": [ - 84642, - 85015 + 85362, + 85735 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 8 }, "end": { - "line": 2767, + "line": 2792, "column": 9 } } }, "range": [ - 84642, - 85016 + 85362, + 85736 ], "loc": { "start": { - "line": 2758, + "line": 2783, "column": 8 }, "end": { - "line": 2767, + "line": 2792, "column": 10 } }, @@ -159888,16 +160640,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 84561, - 84633 + 85281, + 85353 ], "loc": { "start": { - "line": 2757, + "line": 2782, "column": 8 }, "end": { - "line": 2757, + "line": 2782, "column": 80 } } @@ -159916,16 +160668,16 @@ "type": "Identifier", "name": "file", "range": [ - 85025, - 85029 + 85745, + 85749 ], "loc": { "start": { - "line": 2768, + "line": 2793, "column": 8 }, "end": { - "line": 2768, + "line": 2793, "column": 12 } } @@ -159934,31 +160686,31 @@ "type": "Identifier", "name": "onerror", "range": [ - 85030, - 85037 + 85750, + 85757 ], "loc": { "start": { - "line": 2768, + "line": 2793, "column": 13 }, "end": { - "line": 2768, + "line": 2793, "column": 20 } } }, "range": [ - 85025, - 85037 + 85745, + 85757 ], "loc": { "start": { - "line": 2768, + "line": 2793, "column": 8 }, "end": { - "line": 2768, + "line": 2793, "column": 20 } } @@ -159978,16 +160730,16 @@ "type": "Identifier", "name": "Error", "range": [ - 85076, - 85081 + 85796, + 85801 ], "loc": { "start": { - "line": 2769, + "line": 2794, "column": 22 }, "end": { - "line": 2769, + "line": 2794, "column": 27 } } @@ -160004,16 +160756,16 @@ }, "tail": false, "range": [ - 85082, - 85113 + 85802, + 85833 ], "loc": { "start": { - "line": 2769, + "line": 2794, "column": 28 }, "end": { - "line": 2769, + "line": 2794, "column": 59 } } @@ -160026,16 +160778,16 @@ }, "tail": true, "range": [ - 85121, - 85123 + 85841, + 85843 ], "loc": { "start": { - "line": 2769, + "line": 2794, "column": 67 }, "end": { - "line": 2769, + "line": 2794, "column": 69 } } @@ -160046,79 +160798,79 @@ "type": "Identifier", "name": "filePath", "range": [ - 85113, - 85121 + 85833, + 85841 ], "loc": { "start": { - "line": 2769, + "line": 2794, "column": 59 }, "end": { - "line": 2769, + "line": 2794, "column": 67 } } } ], "range": [ - 85082, - 85123 + 85802, + 85843 ], "loc": { "start": { - "line": 2769, + "line": 2794, "column": 28 }, "end": { - "line": 2769, + "line": 2794, "column": 69 } } } ], "range": [ - 85072, - 85124 + 85792, + 85844 ], "loc": { "start": { - "line": 2769, + "line": 2794, "column": 18 }, "end": { - "line": 2769, + "line": 2794, "column": 70 } } }, "range": [ - 85066, - 85125 + 85786, + 85845 ], "loc": { "start": { - "line": 2769, + "line": 2794, "column": 12 }, "end": { - "line": 2769, + "line": 2794, "column": 71 } } } ], "range": [ - 85052, - 85135 + 85772, + 85855 ], "loc": { "start": { - "line": 2768, + "line": 2793, "column": 35 }, "end": { - "line": 2770, + "line": 2795, "column": 9 } } @@ -160126,46 +160878,46 @@ "generator": false, "expression": false, "range": [ - 85040, - 85135 + 85760, + 85855 ], "loc": { "start": { - "line": 2768, + "line": 2793, "column": 23 }, "end": { - "line": 2770, + "line": 2795, "column": 9 } } }, "range": [ - 85025, - 85135 + 85745, + 85855 ], "loc": { "start": { - "line": 2768, + "line": 2793, "column": 8 }, "end": { - "line": 2770, + "line": 2795, "column": 9 } } }, "range": [ - 85025, - 85136 + 85745, + 85856 ], "loc": { "start": { - "line": 2768, + "line": 2793, "column": 8 }, "end": { - "line": 2770, + "line": 2795, "column": 10 } } @@ -160181,16 +160933,16 @@ "type": "Identifier", "name": "head", "range": [ - 85145, - 85149 + 85865, + 85869 ], "loc": { "start": { - "line": 2771, + "line": 2796, "column": 8 }, "end": { - "line": 2771, + "line": 2796, "column": 12 } } @@ -160199,31 +160951,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 85150, - 85161 + 85870, + 85881 ], "loc": { "start": { - "line": 2771, + "line": 2796, "column": 13 }, "end": { - "line": 2771, + "line": 2796, "column": 24 } } }, "range": [ - 85145, - 85161 + 85865, + 85881 ], "loc": { "start": { - "line": 2771, + "line": 2796, "column": 8 }, "end": { - "line": 2771, + "line": 2796, "column": 24 } } @@ -160233,63 +160985,63 @@ "type": "Identifier", "name": "file", "range": [ - 85162, - 85166 + 85882, + 85886 ], "loc": { "start": { - "line": 2771, + "line": 2796, "column": 25 }, "end": { - "line": 2771, + "line": 2796, "column": 29 } } } ], "range": [ - 85145, - 85167 + 85865, + 85887 ], "loc": { "start": { - "line": 2771, + "line": 2796, "column": 8 }, "end": { - "line": 2771, + "line": 2796, "column": 30 } } }, "range": [ - 85145, - 85168 + 85865, + 85888 ], "loc": { "start": { - "line": 2771, + "line": 2796, "column": 8 }, "end": { - "line": 2771, + "line": 2796, "column": 31 } } } ], "range": [ - 83977, - 85174 + 84697, + 85894 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 56 }, "end": { - "line": 2772, + "line": 2797, "column": 5 } } @@ -160297,16 +161049,16 @@ "generator": false, "expression": false, "range": [ - 83931, - 85174 + 84651, + 85894 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 10 }, "end": { - "line": 2772, + "line": 2797, "column": 5 } } @@ -160314,16 +161066,16 @@ "kind": "method", "computed": false, "range": [ - 83925, - 85174 + 84645, + 85894 ], "loc": { "start": { - "line": 2736, + "line": 2761, "column": 4 }, "end": { - "line": 2772, + "line": 2797, "column": 5 } }, @@ -160332,16 +161084,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": [ - 83661, - 83920 + 84381, + 84640 ], "loc": { "start": { - "line": 2729, + "line": 2754, "column": 4 }, "end": { - "line": 2735, + "line": 2760, "column": 7 } } @@ -160352,16 +161104,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 85180, - 85255 + 85900, + 85975 ], "loc": { "start": { - "line": 2774, + "line": 2799, "column": 4 }, "end": { - "line": 2777, + "line": 2802, "column": 7 } } @@ -160375,16 +161127,16 @@ "type": "Identifier", "name": "isInitialized", "range": [ - 85260, - 85273 + 85980, + 85993 ], "loc": { "start": { - "line": 2778, + "line": 2803, "column": 4 }, "end": { - "line": 2778, + "line": 2803, "column": 17 } } @@ -160404,16 +161156,16 @@ "object": { "type": "ThisExpression", "range": [ - 85293, - 85297 + 86013, + 86017 ], "loc": { "start": { - "line": 2779, + "line": 2804, "column": 15 }, "end": { - "line": 2779, + "line": 2804, "column": 19 } } @@ -160422,62 +161174,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 85298, - 85309 + 86018, + 86029 ], "loc": { "start": { - "line": 2779, + "line": 2804, "column": 20 }, "end": { - "line": 2779, + "line": 2804, "column": 31 } } }, "range": [ - 85293, - 85309 + 86013, + 86029 ], "loc": { "start": { - "line": 2779, + "line": 2804, "column": 15 }, "end": { - "line": 2779, + "line": 2804, "column": 31 } } }, "range": [ - 85286, - 85310 + 86006, + 86030 ], "loc": { "start": { - "line": 2779, + "line": 2804, "column": 8 }, "end": { - "line": 2779, + "line": 2804, "column": 32 } } } ], "range": [ - 85276, - 85316 + 85996, + 86036 ], "loc": { "start": { - "line": 2778, + "line": 2803, "column": 20 }, "end": { - "line": 2780, + "line": 2805, "column": 5 } } @@ -160485,16 +161237,16 @@ "generator": false, "expression": false, "range": [ - 85273, - 85316 + 85993, + 86036 ], "loc": { "start": { - "line": 2778, + "line": 2803, "column": 17 }, "end": { - "line": 2780, + "line": 2805, "column": 5 } } @@ -160502,16 +161254,16 @@ "kind": "method", "computed": false, "range": [ - 85260, - 85316 + 85980, + 86036 ], "loc": { "start": { - "line": 2778, + "line": 2803, "column": 4 }, "end": { - "line": 2780, + "line": 2805, "column": 5 } }, @@ -160520,16 +161272,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 85180, - 85255 + 85900, + 85975 ], "loc": { "start": { - "line": 2774, + "line": 2799, "column": 4 }, "end": { - "line": 2777, + "line": 2802, "column": 7 } } @@ -160540,16 +161292,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 85322, - 85401 + 86042, + 86121 ], "loc": { "start": { - "line": 2782, + "line": 2807, "column": 4 }, "end": { - "line": 2785, + "line": 2810, "column": 7 } } @@ -160563,16 +161315,16 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 85406, - 85418 + 86126, + 86138 ], "loc": { "start": { - "line": 2786, + "line": 2811, "column": 4 }, "end": { - "line": 2786, + "line": 2811, "column": 16 } } @@ -160595,16 +161347,16 @@ "object": { "type": "ThisExpression", "range": [ - 85438, - 85442 + 86158, + 86162 ], "loc": { "start": { - "line": 2787, + "line": 2812, "column": 15 }, "end": { - "line": 2787, + "line": 2812, "column": 19 } } @@ -160613,31 +161365,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 85443, - 85449 + 86163, + 86169 ], "loc": { "start": { - "line": 2787, + "line": 2812, "column": 20 }, "end": { - "line": 2787, + "line": 2812, "column": 26 } } }, "range": [ - 85438, - 85449 + 86158, + 86169 ], "loc": { "start": { - "line": 2787, + "line": 2812, "column": 15 }, "end": { - "line": 2787, + "line": 2812, "column": 26 } } @@ -160646,62 +161398,62 @@ "type": "ArrayExpression", "elements": [], "range": [ - 85453, - 85455 + 86173, + 86175 ], "loc": { "start": { - "line": 2787, + "line": 2812, "column": 30 }, "end": { - "line": 2787, + "line": 2812, "column": 32 } } }, "range": [ - 85438, - 85455 + 86158, + 86175 ], "loc": { "start": { - "line": 2787, + "line": 2812, "column": 15 }, "end": { - "line": 2787, + "line": 2812, "column": 32 } } }, "range": [ - 85431, - 85456 + 86151, + 86176 ], "loc": { "start": { - "line": 2787, + "line": 2812, "column": 8 }, "end": { - "line": 2787, + "line": 2812, "column": 33 } } } ], "range": [ - 85421, - 85462 + 86141, + 86182 ], "loc": { "start": { - "line": 2786, + "line": 2811, "column": 19 }, "end": { - "line": 2788, + "line": 2813, "column": 5 } } @@ -160709,16 +161461,16 @@ "generator": false, "expression": false, "range": [ - 85418, - 85462 + 86138, + 86182 ], "loc": { "start": { - "line": 2786, + "line": 2811, "column": 16 }, "end": { - "line": 2788, + "line": 2813, "column": 5 } } @@ -160726,16 +161478,16 @@ "kind": "method", "computed": false, "range": [ - 85406, - 85462 + 86126, + 86182 ], "loc": { "start": { - "line": 2786, + "line": 2811, "column": 4 }, "end": { - "line": 2788, + "line": 2813, "column": 5 } }, @@ -160744,16 +161496,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 85322, - 85401 + 86042, + 86121 ], "loc": { "start": { - "line": 2782, + "line": 2807, "column": 4 }, "end": { - "line": 2785, + "line": 2810, "column": 7 } } @@ -160764,16 +161516,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": [ - 85468, - 85644 + 86188, + 86364 ], "loc": { "start": { - "line": 2790, + "line": 2815, "column": 4 }, "end": { - "line": 2794, + "line": 2819, "column": 7 } } @@ -160787,16 +161539,16 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 85649, - 85661 + 86369, + 86381 ], "loc": { "start": { - "line": 2795, + "line": 2820, "column": 4 }, "end": { - "line": 2795, + "line": 2820, "column": 16 } } @@ -160809,16 +161561,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 85662, - 85668 + 86382, + 86388 ], "loc": { "start": { - "line": 2795, + "line": 2820, "column": 17 }, "end": { - "line": 2795, + "line": 2820, "column": 23 } } @@ -160836,32 +161588,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 85685, - 85691 + 86405, + 86411 ], "loc": { "start": { - "line": 2796, + "line": 2821, "column": 13 }, "end": { - "line": 2796, + "line": 2821, "column": 19 } } }, "prefix": true, "range": [ - 85684, - 85691 + 86404, + 86411 ], "loc": { "start": { - "line": 2796, + "line": 2821, "column": 12 }, "end": { - "line": 2796, + "line": 2821, "column": 19 } } @@ -160877,16 +161629,16 @@ "object": { "type": "ThisExpression", "range": [ - 85714, - 85718 + 86434, + 86438 ], "loc": { "start": { - "line": 2797, + "line": 2822, "column": 19 }, "end": { - "line": 2797, + "line": 2822, "column": 23 } } @@ -160895,78 +161647,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 85719, - 85733 + 86439, + 86453 ], "loc": { "start": { - "line": 2797, + "line": 2822, "column": 24 }, "end": { - "line": 2797, + "line": 2822, "column": 38 } } }, "range": [ - 85714, - 85733 + 86434, + 86453 ], "loc": { "start": { - "line": 2797, + "line": 2822, "column": 19 }, "end": { - "line": 2797, + "line": 2822, "column": 38 } } }, "range": [ - 85707, - 85734 + 86427, + 86454 ], "loc": { "start": { - "line": 2797, + "line": 2822, "column": 12 }, "end": { - "line": 2797, + "line": 2822, "column": 39 } } } ], "range": [ - 85693, - 85744 + 86413, + 86464 ], "loc": { "start": { - "line": 2796, + "line": 2821, "column": 21 }, "end": { - "line": 2798, + "line": 2823, "column": 9 } } }, "alternate": null, "range": [ - 85680, - 85744 + 86400, + 86464 ], "loc": { "start": { - "line": 2796, + "line": 2821, "column": 8 }, "end": { - "line": 2798, + "line": 2823, "column": 9 } } @@ -160980,16 +161732,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 85758, - 85764 + 86478, + 86484 ], "loc": { "start": { - "line": 2800, + "line": 2825, "column": 12 }, "end": { - "line": 2800, + "line": 2825, "column": 18 } } @@ -161002,16 +161754,16 @@ "object": { "type": "ThisExpression", "range": [ - 85767, - 85771 + 86487, + 86491 ], "loc": { "start": { - "line": 2800, + "line": 2825, "column": 21 }, "end": { - "line": 2800, + "line": 2825, "column": 25 } } @@ -161020,31 +161772,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 85772, - 85781 + 86492, + 86501 ], "loc": { "start": { - "line": 2800, + "line": 2825, "column": 26 }, "end": { - "line": 2800, + "line": 2825, "column": 35 } } }, "range": [ - 85767, - 85781 + 86487, + 86501 ], "loc": { "start": { - "line": 2800, + "line": 2825, "column": 21 }, "end": { - "line": 2800, + "line": 2825, "column": 35 } } @@ -161055,47 +161807,47 @@ "value": true, "raw": "true", "range": [ - 85782, - 85786 + 86502, + 86506 ], "loc": { "start": { - "line": 2800, + "line": 2825, "column": 36 }, "end": { - "line": 2800, + "line": 2825, "column": 40 } } } ], "range": [ - 85767, - 85787 + 86487, + 86507 ], "loc": { "start": { - "line": 2800, + "line": 2825, "column": 21 }, "end": { - "line": 2800, + "line": 2825, "column": 41 } } }, "range": [ - 85758, - 85787 + 86478, + 86507 ], "loc": { "start": { - "line": 2800, + "line": 2825, "column": 12 }, "end": { - "line": 2800, + "line": 2825, "column": 41 } } @@ -161103,16 +161855,16 @@ ], "kind": "let", "range": [ - 85754, - 85788 + 86474, + 86508 ], "loc": { "start": { - "line": 2800, + "line": 2825, "column": 8 }, "end": { - "line": 2800, + "line": 2825, "column": 42 } } @@ -161128,16 +161880,16 @@ "object": { "type": "ThisExpression", "range": [ - 85797, - 85801 + 86517, + 86521 ], "loc": { "start": { - "line": 2801, + "line": 2826, "column": 8 }, "end": { - "line": 2801, + "line": 2826, "column": 12 } } @@ -161146,31 +161898,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 85802, - 85816 + 86522, + 86536 ], "loc": { "start": { - "line": 2801, + "line": 2826, "column": 13 }, "end": { - "line": 2801, + "line": 2826, "column": 27 } } }, "range": [ - 85797, - 85816 + 86517, + 86536 ], "loc": { "start": { - "line": 2801, + "line": 2826, "column": 8 }, "end": { - "line": 2801, + "line": 2826, "column": 27 } } @@ -161179,46 +161931,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 85819, - 85821 + 86539, + 86541 ], "loc": { "start": { - "line": 2801, + "line": 2826, "column": 30 }, "end": { - "line": 2801, + "line": 2826, "column": 32 } } }, "range": [ - 85797, - 85821 + 86517, + 86541 ], "loc": { "start": { - "line": 2801, + "line": 2826, "column": 8 }, "end": { - "line": 2801, + "line": 2826, "column": 32 } } }, "range": [ - 85797, - 85822 + 86517, + 86542 ], "loc": { "start": { - "line": 2801, + "line": 2826, "column": 8 }, "end": { - "line": 2801, + "line": 2826, "column": 33 } } @@ -161234,16 +161986,16 @@ "type": "Identifier", "name": "k", "range": [ - 85840, - 85841 + 86560, + 86561 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 17 }, "end": { - "line": 2802, + "line": 2827, "column": 18 } } @@ -161254,16 +162006,16 @@ "object": { "type": "ThisExpression", "range": [ - 85844, - 85848 + 86564, + 86568 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 21 }, "end": { - "line": 2802, + "line": 2827, "column": 25 } } @@ -161272,46 +162024,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 85849, - 85855 + 86569, + 86575 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 26 }, "end": { - "line": 2802, + "line": 2827, "column": 32 } } }, "range": [ - 85844, - 85855 + 86564, + 86575 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 21 }, "end": { - "line": 2802, + "line": 2827, "column": 32 } } }, "range": [ - 85840, - 85855 + 86560, + 86575 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 17 }, "end": { - "line": 2802, + "line": 2827, "column": 32 } } @@ -161319,16 +162071,16 @@ ], "kind": "let", "range": [ - 85836, - 85855 + 86556, + 86575 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 13 }, "end": { - "line": 2802, + "line": 2827, "column": 32 } } @@ -161340,16 +162092,16 @@ "type": "Identifier", "name": "k", "range": [ - 85857, - 85858 + 86577, + 86578 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 34 }, "end": { - "line": 2802, + "line": 2827, "column": 35 } } @@ -161358,31 +162110,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 85861, - 85867 + 86581, + 86587 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 38 }, "end": { - "line": 2802, + "line": 2827, "column": 44 } } }, "range": [ - 85857, - 85867 + 86577, + 86587 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 34 }, "end": { - "line": 2802, + "line": 2827, "column": 44 } } @@ -161394,32 +162146,32 @@ "type": "Identifier", "name": "k", "range": [ - 85869, - 85870 + 86589, + 86590 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 46 }, "end": { - "line": 2802, + "line": 2827, "column": 47 } } }, "prefix": false, "range": [ - 85869, - 85872 + 86589, + 86592 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 46 }, "end": { - "line": 2802, + "line": 2827, "column": 49 } } @@ -161436,16 +162188,16 @@ "type": "Identifier", "name": "r", "range": [ - 85892, - 85893 + 86612, + 86613 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 16 }, "end": { - "line": 2803, + "line": 2828, "column": 17 } } @@ -161462,16 +162214,16 @@ "object": { "type": "ThisExpression", "range": [ - 85896, - 85900 + 86616, + 86620 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 20 }, "end": { - "line": 2803, + "line": 2828, "column": 24 } } @@ -161480,31 +162232,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 85901, - 85904 + 86621, + 86624 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 25 }, "end": { - "line": 2803, + "line": 2828, "column": 28 } } }, "range": [ - 85896, - 85904 + 86616, + 86624 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 20 }, "end": { - "line": 2803, + "line": 2828, "column": 28 } } @@ -161513,31 +162265,31 @@ "type": "Identifier", "name": "rows", "range": [ - 85905, - 85909 + 86625, + 86629 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 29 }, "end": { - "line": 2803, + "line": 2828, "column": 33 } } }, "range": [ - 85896, - 85909 + 86616, + 86629 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 20 }, "end": { - "line": 2803, + "line": 2828, "column": 33 } } @@ -161546,46 +162298,46 @@ "type": "Identifier", "name": "k", "range": [ - 85910, - 85911 + 86630, + 86631 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 34 }, "end": { - "line": 2803, + "line": 2828, "column": 35 } } }, "range": [ - 85896, - 85912 + 86616, + 86632 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 20 }, "end": { - "line": 2803, + "line": 2828, "column": 36 } } }, "range": [ - 85892, - 85912 + 86612, + 86632 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 16 }, "end": { - "line": 2803, + "line": 2828, "column": 36 } } @@ -161593,16 +162345,16 @@ ], "kind": "let", "range": [ - 85888, - 85913 + 86608, + 86633 ], "loc": { "start": { - "line": 2803, + "line": 2828, "column": 12 }, "end": { - "line": 2803, + "line": 2828, "column": 37 } } @@ -161618,16 +162370,16 @@ "object": { "type": "ThisExpression", "range": [ - 85931, - 85935 + 86651, + 86655 ], "loc": { "start": { - "line": 2804, + "line": 2829, "column": 17 }, "end": { - "line": 2804, + "line": 2829, "column": 21 } } @@ -161636,47 +162388,47 @@ "type": "Identifier", "name": "paging", "range": [ - 85936, - 85942 + 86656, + 86662 ], "loc": { "start": { - "line": 2804, + "line": 2829, "column": 22 }, "end": { - "line": 2804, + "line": 2829, "column": 28 } } }, "range": [ - 85931, - 85942 + 86651, + 86662 ], "loc": { "start": { - "line": 2804, + "line": 2829, "column": 17 }, "end": { - "line": 2804, + "line": 2829, "column": 28 } } }, "prefix": true, "range": [ - 85930, - 85942 + 86650, + 86662 ], "loc": { "start": { - "line": 2804, + "line": 2829, "column": 16 }, "end": { - "line": 2804, + "line": 2829, "column": 28 } } @@ -161697,16 +162449,16 @@ "object": { "type": "ThisExpression", "range": [ - 85966, - 85970 + 86686, + 86690 ], "loc": { "start": { - "line": 2805, + "line": 2830, "column": 20 }, "end": { - "line": 2805, + "line": 2830, "column": 24 } } @@ -161715,31 +162467,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 85971, - 85984 + 86691, + 86704 ], "loc": { "start": { - "line": 2805, + "line": 2830, "column": 25 }, "end": { - "line": 2805, + "line": 2830, "column": 38 } } }, "range": [ - 85966, - 85984 + 86686, + 86704 ], "loc": { "start": { - "line": 2805, + "line": 2830, "column": 20 }, "end": { - "line": 2805, + "line": 2830, "column": 38 } } @@ -161749,32 +162501,32 @@ "type": "Identifier", "name": "r", "range": [ - 85985, - 85986 + 86705, + 86706 ], "loc": { "start": { - "line": 2805, + "line": 2830, "column": 39 }, "end": { - "line": 2805, + "line": 2830, "column": 40 } } } ], "range": [ - 85966, - 85987 + 86686, + 86707 ], "loc": { "start": { - "line": 2805, + "line": 2830, "column": 20 }, "end": { - "line": 2805, + "line": 2830, "column": 41 } } @@ -161783,31 +162535,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 85992, - 85996 + 86712, + 86716 ], "loc": { "start": { - "line": 2805, + "line": 2830, "column": 46 }, "end": { - "line": 2805, + "line": 2830, "column": 50 } } }, "range": [ - 85966, - 85996 + 86686, + 86716 ], "loc": { "start": { - "line": 2805, + "line": 2830, "column": 20 }, "end": { - "line": 2805, + "line": 2830, "column": 50 } } @@ -161828,16 +162580,16 @@ "object": { "type": "ThisExpression", "range": [ - 86020, - 86024 + 86740, + 86744 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 20 }, "end": { - "line": 2806, + "line": 2831, "column": 24 } } @@ -161846,31 +162598,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 86025, - 86039 + 86745, + 86759 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 25 }, "end": { - "line": 2806, + "line": 2831, "column": 39 } } }, "range": [ - 86020, - 86039 + 86740, + 86759 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 20 }, "end": { - "line": 2806, + "line": 2831, "column": 39 } } @@ -161879,31 +162631,31 @@ "type": "Identifier", "name": "push", "range": [ - 86040, - 86044 + 86760, + 86764 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 40 }, "end": { - "line": 2806, + "line": 2831, "column": 44 } } }, "range": [ - 86020, - 86044 + 86740, + 86764 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 20 }, "end": { - "line": 2806, + "line": 2831, "column": 44 } } @@ -161916,16 +162668,16 @@ "type": "Identifier", "name": "r", "range": [ - 86045, - 86046 + 86765, + 86766 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 45 }, "end": { - "line": 2806, + "line": 2831, "column": 46 } } @@ -161934,110 +162686,110 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 86047, - 86055 + 86767, + 86775 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 47 }, "end": { - "line": 2806, + "line": 2831, "column": 55 } } }, "range": [ - 86045, - 86055 + 86765, + 86775 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 45 }, "end": { - "line": 2806, + "line": 2831, "column": 55 } } } ], "range": [ - 86020, - 86056 + 86740, + 86776 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 20 }, "end": { - "line": 2806, + "line": 2831, "column": 56 } } }, "range": [ - 86020, - 86057 + 86740, + 86777 ], "loc": { "start": { - "line": 2806, + "line": 2831, "column": 20 }, "end": { - "line": 2806, + "line": 2831, "column": 57 } } } ], "range": [ - 85998, - 86075 + 86718, + 86795 ], "loc": { "start": { - "line": 2805, + "line": 2830, "column": 52 }, "end": { - "line": 2807, + "line": 2832, "column": 17 } } }, "alternate": null, "range": [ - 85962, - 86075 + 86682, + 86795 ], "loc": { "start": { - "line": 2805, + "line": 2830, "column": 16 }, "end": { - "line": 2807, + "line": 2832, "column": 17 } } } ], "range": [ - 85944, - 86089 + 86664, + 86809 ], "loc": { "start": { - "line": 2804, + "line": 2829, "column": 30 }, "end": { - "line": 2808, + "line": 2833, "column": 13 } } @@ -162062,16 +162814,16 @@ "type": "Identifier", "name": "r", "range": [ - 86117, - 86118 + 86837, + 86838 ], "loc": { "start": { - "line": 2809, + "line": 2834, "column": 20 }, "end": { - "line": 2809, + "line": 2834, "column": 21 } } @@ -162080,31 +162832,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 86119, - 86131 + 86839, + 86851 ], "loc": { "start": { - "line": 2809, + "line": 2834, "column": 22 }, "end": { - "line": 2809, + "line": 2834, "column": 34 } } }, "range": [ - 86117, - 86131 + 86837, + 86851 ], "loc": { "start": { - "line": 2809, + "line": 2834, "column": 20 }, "end": { - "line": 2809, + "line": 2834, "column": 34 } } @@ -162115,32 +162867,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 86132, - 86142 + 86852, + 86862 ], "loc": { "start": { - "line": 2809, + "line": 2834, "column": 35 }, "end": { - "line": 2809, + "line": 2834, "column": 45 } } } ], "range": [ - 86117, - 86143 + 86837, + 86863 ], "loc": { "start": { - "line": 2809, + "line": 2834, "column": 20 }, "end": { - "line": 2809, + "line": 2834, "column": 46 } } @@ -162150,31 +162902,31 @@ "value": "true", "raw": "'true'", "range": [ - 86148, - 86154 + 86868, + 86874 ], "loc": { "start": { - "line": 2809, + "line": 2834, "column": 51 }, "end": { - "line": 2809, + "line": 2834, "column": 57 } } }, "range": [ - 86117, - 86154 + 86837, + 86874 ], "loc": { "start": { - "line": 2809, + "line": 2834, "column": 20 }, "end": { - "line": 2809, + "line": 2834, "column": 57 } } @@ -162191,16 +162943,16 @@ "type": "Identifier", "name": "r", "range": [ - 86178, - 86179 + 86898, + 86899 ], "loc": { "start": { - "line": 2810, + "line": 2835, "column": 20 }, "end": { - "line": 2810, + "line": 2835, "column": 21 } } @@ -162209,31 +162961,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 86180, - 86192 + 86900, + 86912 ], "loc": { "start": { - "line": 2810, + "line": 2835, "column": 22 }, "end": { - "line": 2810, + "line": 2835, "column": 34 } } }, "range": [ - 86178, - 86192 + 86898, + 86912 ], "loc": { "start": { - "line": 2810, + "line": 2835, "column": 20 }, "end": { - "line": 2810, + "line": 2835, "column": 34 } } @@ -162244,32 +162996,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 86193, - 86203 + 86913, + 86923 ], "loc": { "start": { - "line": 2810, + "line": 2835, "column": 35 }, "end": { - "line": 2810, + "line": 2835, "column": 45 } } } ], "range": [ - 86178, - 86204 + 86898, + 86924 ], "loc": { "start": { - "line": 2810, + "line": 2835, "column": 20 }, "end": { - "line": 2810, + "line": 2835, "column": 46 } } @@ -162279,46 +163031,46 @@ "value": null, "raw": "null", "range": [ - 86209, - 86213 + 86929, + 86933 ], "loc": { "start": { - "line": 2810, + "line": 2835, "column": 51 }, "end": { - "line": 2810, + "line": 2835, "column": 55 } } }, "range": [ - 86178, - 86213 + 86898, + 86933 ], "loc": { "start": { - "line": 2810, + "line": 2835, "column": 20 }, "end": { - "line": 2810, + "line": 2835, "column": 55 } } }, "range": [ - 86117, - 86213 + 86837, + 86933 ], "loc": { "start": { - "line": 2809, + "line": 2834, "column": 20 }, "end": { - "line": 2810, + "line": 2835, "column": 55 } } @@ -162339,16 +163091,16 @@ "object": { "type": "ThisExpression", "range": [ - 86237, - 86241 + 86957, + 86961 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 20 }, "end": { - "line": 2811, + "line": 2836, "column": 24 } } @@ -162357,31 +163109,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 86242, - 86256 + 86962, + 86976 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 25 }, "end": { - "line": 2811, + "line": 2836, "column": 39 } } }, "range": [ - 86237, - 86256 + 86957, + 86976 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 20 }, "end": { - "line": 2811, + "line": 2836, "column": 39 } } @@ -162390,31 +163142,31 @@ "type": "Identifier", "name": "push", "range": [ - 86257, - 86261 + 86977, + 86981 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 40 }, "end": { - "line": 2811, + "line": 2836, "column": 44 } } }, "range": [ - 86237, - 86261 + 86957, + 86981 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 20 }, "end": { - "line": 2811, + "line": 2836, "column": 44 } } @@ -162427,16 +163179,16 @@ "type": "Identifier", "name": "r", "range": [ - 86262, - 86263 + 86982, + 86983 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 45 }, "end": { - "line": 2811, + "line": 2836, "column": 46 } } @@ -162445,156 +163197,156 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 86264, - 86272 + 86984, + 86992 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 47 }, "end": { - "line": 2811, + "line": 2836, "column": 55 } } }, "range": [ - 86262, - 86272 + 86982, + 86992 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 45 }, "end": { - "line": 2811, + "line": 2836, "column": 55 } } } ], "range": [ - 86237, - 86273 + 86957, + 86993 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 20 }, "end": { - "line": 2811, + "line": 2836, "column": 56 } } }, "range": [ - 86237, - 86274 + 86957, + 86994 ], "loc": { "start": { - "line": 2811, + "line": 2836, "column": 20 }, "end": { - "line": 2811, + "line": 2836, "column": 57 } } } ], "range": [ - 86215, - 86292 + 86935, + 87012 ], "loc": { "start": { - "line": 2810, + "line": 2835, "column": 57 }, "end": { - "line": 2812, + "line": 2837, "column": 17 } } }, "alternate": null, "range": [ - 86113, - 86292 + 86833, + 87012 ], "loc": { "start": { - "line": 2809, + "line": 2834, "column": 16 }, "end": { - "line": 2812, + "line": 2837, "column": 17 } } } ], "range": [ - 86095, - 86306 + 86815, + 87026 ], "loc": { "start": { - "line": 2808, + "line": 2833, "column": 19 }, "end": { - "line": 2813, + "line": 2838, "column": 13 } } }, "range": [ - 85926, - 86306 + 86646, + 87026 ], "loc": { "start": { - "line": 2804, + "line": 2829, "column": 12 }, "end": { - "line": 2813, + "line": 2838, "column": 13 } } } ], "range": [ - 85874, - 86316 + 86594, + 87036 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 51 }, "end": { - "line": 2814, + "line": 2839, "column": 9 } } }, "range": [ - 85831, - 86316 + 86551, + 87036 ], "loc": { "start": { - "line": 2802, + "line": 2827, "column": 8 }, "end": { - "line": 2814, + "line": 2839, "column": 9 } } @@ -162607,16 +163359,16 @@ "object": { "type": "ThisExpression", "range": [ - 86332, - 86336 + 87052, + 87056 ], "loc": { "start": { - "line": 2815, + "line": 2840, "column": 15 }, "end": { - "line": 2815, + "line": 2840, "column": 19 } } @@ -162625,624 +163377,60 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 86337, - 86351 + 87057, + 87071 ], "loc": { "start": { - "line": 2815, + "line": 2840, "column": 20 }, "end": { - "line": 2815, + "line": 2840, "column": 34 } } }, "range": [ - 86332, - 86351 + 87052, + 87071 ], "loc": { "start": { - "line": 2815, + "line": 2840, "column": 15 }, "end": { - "line": 2815, + "line": 2840, "column": 34 } } }, "range": [ - 86325, - 86352 + 87045, + 87072 ], "loc": { "start": { - "line": 2815, + "line": 2840, "column": 8 }, "end": { - "line": 2815, + "line": 2840, "column": 35 } } } ], "range": [ - 85670, - 86358 + 86390, + 87078 ], "loc": { "start": { - "line": 2795, + "line": 2820, "column": 25 }, - "end": { - "line": 2816, - "column": 5 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 85661, - 86358 - ], - "loc": { - "start": { - "line": 2795, - "column": 16 - }, - "end": { - "line": 2816, - "column": 5 - } - } - }, - "kind": "method", - "computed": false, - "range": [ - 85649, - 86358 - ], - "loc": { - "start": { - "line": 2795, - "column": 4 - }, - "end": { - "line": 2816, - "column": 5 - } - }, - "leadingComments": [ - { - "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": [ - 85468, - 85644 - ], - "loc": { - "start": { - "line": 2790, - "column": 4 - }, - "end": { - "line": 2794, - "column": 7 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", - "range": [ - 86364, - 86454 - ], - "loc": { - "start": { - "line": 2818, - "column": 4 - }, - "end": { - "line": 2821, - "column": 7 - } - } - } - ], - "static": false - }, - { - "type": "MethodDefinition", - "key": { - "type": "Identifier", - "name": "getFiltersRowIndex", - "range": [ - 86459, - 86477 - ], - "loc": { - "start": { - "line": 2822, - "column": 4 - }, - "end": { - "line": 2822, - "column": 22 - } - } - }, - "value": { - "type": "FunctionExpression", - "id": null, - "params": [], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 86497, - 86501 - ], - "loc": { - "start": { - "line": 2823, - "column": 15 - }, - "end": { - "line": 2823, - "column": 19 - } - } - }, - "property": { - "type": "Identifier", - "name": "filtersRowIndex", - "range": [ - 86502, - 86517 - ], - "loc": { - "start": { - "line": 2823, - "column": 20 - }, - "end": { - "line": 2823, - "column": 35 - } - } - }, - "range": [ - 86497, - 86517 - ], - "loc": { - "start": { - "line": 2823, - "column": 15 - }, - "end": { - "line": 2823, - "column": 35 - } - } - }, - "range": [ - 86490, - 86518 - ], - "loc": { - "start": { - "line": 2823, - "column": 8 - }, - "end": { - "line": 2823, - "column": 36 - } - } - } - ], - "range": [ - 86480, - 86524 - ], - "loc": { - "start": { - "line": 2822, - "column": 25 - }, - "end": { - "line": 2824, - "column": 5 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 86477, - 86524 - ], - "loc": { - "start": { - "line": 2822, - "column": 22 - }, - "end": { - "line": 2824, - "column": 5 - } - } - }, - "kind": "method", - "computed": false, - "range": [ - 86459, - 86524 - ], - "loc": { - "start": { - "line": 2822, - "column": 4 - }, - "end": { - "line": 2824, - "column": 5 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", - "range": [ - 86364, - 86454 - ], - "loc": { - "start": { - "line": 2818, - "column": 4 - }, - "end": { - "line": 2821, - "column": 7 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", - "range": [ - 86530, - 86605 - ], - "loc": { - "start": { - "line": 2826, - "column": 4 - }, - "end": { - "line": 2829, - "column": 7 - } - } - } - ], - "static": false - }, - { - "type": "MethodDefinition", - "key": { - "type": "Identifier", - "name": "getHeadersRowIndex", - "range": [ - 86610, - 86628 - ], - "loc": { - "start": { - "line": 2830, - "column": 4 - }, - "end": { - "line": 2830, - "column": 22 - } - } - }, - "value": { - "type": "FunctionExpression", - "id": null, - "params": [], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 86648, - 86652 - ], - "loc": { - "start": { - "line": 2831, - "column": 15 - }, - "end": { - "line": 2831, - "column": 19 - } - } - }, - "property": { - "type": "Identifier", - "name": "headersRow", - "range": [ - 86653, - 86663 - ], - "loc": { - "start": { - "line": 2831, - "column": 20 - }, - "end": { - "line": 2831, - "column": 30 - } - } - }, - "range": [ - 86648, - 86663 - ], - "loc": { - "start": { - "line": 2831, - "column": 15 - }, - "end": { - "line": 2831, - "column": 30 - } - } - }, - "range": [ - 86641, - 86664 - ], - "loc": { - "start": { - "line": 2831, - "column": 8 - }, - "end": { - "line": 2831, - "column": 31 - } - } - } - ], - "range": [ - 86631, - 86670 - ], - "loc": { - "start": { - "line": 2830, - "column": 25 - }, - "end": { - "line": 2832, - "column": 5 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 86628, - 86670 - ], - "loc": { - "start": { - "line": 2830, - "column": 22 - }, - "end": { - "line": 2832, - "column": 5 - } - } - }, - "kind": "method", - "computed": false, - "range": [ - 86610, - 86670 - ], - "loc": { - "start": { - "line": 2830, - "column": 4 - }, - "end": { - "line": 2832, - "column": 5 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", - "range": [ - 86530, - 86605 - ], - "loc": { - "start": { - "line": 2826, - "column": 4 - }, - "end": { - "line": 2829, - "column": 7 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", - "range": [ - 86676, - 86803 - ], - "loc": { - "start": { - "line": 2834, - "column": 4 - }, - "end": { - "line": 2838, - "column": 7 - } - } - } - ], - "static": false - }, - { - "type": "MethodDefinition", - "key": { - "type": "Identifier", - "name": "getStartRowIndex", - "range": [ - 86808, - 86824 - ], - "loc": { - "start": { - "line": 2839, - "column": 4 - }, - "end": { - "line": 2839, - "column": 20 - } - } - }, - "value": { - "type": "FunctionExpression", - "id": null, - "params": [], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 86844, - 86848 - ], - "loc": { - "start": { - "line": 2840, - "column": 15 - }, - "end": { - "line": 2840, - "column": 19 - } - } - }, - "property": { - "type": "Identifier", - "name": "refRow", - "range": [ - 86849, - 86855 - ], - "loc": { - "start": { - "line": 2840, - "column": 20 - }, - "end": { - "line": 2840, - "column": 26 - } - } - }, - "range": [ - 86844, - 86855 - ], - "loc": { - "start": { - "line": 2840, - "column": 15 - }, - "end": { - "line": 2840, - "column": 26 - } - } - }, - "range": [ - 86837, - 86856 - ], - "loc": { - "start": { - "line": 2840, - "column": 8 - }, - "end": { - "line": 2840, - "column": 27 - } - } - } - ], - "range": [ - 86827, - 86862 - ], - "loc": { - "start": { - "line": 2839, - "column": 23 - }, "end": { "line": 2841, "column": 5 @@ -163252,13 +163440,13 @@ "generator": false, "expression": false, "range": [ - 86824, - 86862 + 86381, + 87078 ], "loc": { "start": { - "line": 2839, - "column": 20 + "line": 2820, + "column": 16 }, "end": { "line": 2841, @@ -163269,12 +163457,12 @@ "kind": "method", "computed": false, "range": [ - 86808, - 86862 + 86369, + 87078 ], "loc": { "start": { - "line": 2839, + "line": 2820, "column": 4 }, "end": { @@ -163285,18 +163473,18 @@ "leadingComments": [ { "type": "Block", - "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", + "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": [ - 86676, - 86803 + 86188, + 86364 ], "loc": { "start": { - "line": 2834, + "line": 2815, "column": 4 }, "end": { - "line": 2838, + "line": 2819, "column": 7 } } @@ -163305,10 +163493,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Get the index of the last row\n * @return {Number}\n ", + "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 86868, - 86940 + 87084, + 87174 ], "loc": { "start": { @@ -163328,10 +163516,10 @@ "type": "MethodDefinition", "key": { "type": "Identifier", - "name": "getLastRowIndex", + "name": "getFiltersRowIndex", "range": [ - 86945, - 86960 + 87179, + 87197 ], "loc": { "start": { @@ -163340,6 +163528,570 @@ }, "end": { "line": 2847, + "column": 22 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 87217, + 87221 + ], + "loc": { + "start": { + "line": 2848, + "column": 15 + }, + "end": { + "line": 2848, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "filtersRowIndex", + "range": [ + 87222, + 87237 + ], + "loc": { + "start": { + "line": 2848, + "column": 20 + }, + "end": { + "line": 2848, + "column": 35 + } + } + }, + "range": [ + 87217, + 87237 + ], + "loc": { + "start": { + "line": 2848, + "column": 15 + }, + "end": { + "line": 2848, + "column": 35 + } + } + }, + "range": [ + 87210, + 87238 + ], + "loc": { + "start": { + "line": 2848, + "column": 8 + }, + "end": { + "line": 2848, + "column": 36 + } + } + } + ], + "range": [ + 87200, + 87244 + ], + "loc": { + "start": { + "line": 2847, + "column": 25 + }, + "end": { + "line": 2849, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 87197, + 87244 + ], + "loc": { + "start": { + "line": 2847, + "column": 22 + }, + "end": { + "line": 2849, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 87179, + 87244 + ], + "loc": { + "start": { + "line": 2847, + "column": 4 + }, + "end": { + "line": 2849, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", + "range": [ + 87084, + 87174 + ], + "loc": { + "start": { + "line": 2843, + "column": 4 + }, + "end": { + "line": 2846, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", + "range": [ + 87250, + 87325 + ], + "loc": { + "start": { + "line": 2851, + "column": 4 + }, + "end": { + "line": 2854, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "getHeadersRowIndex", + "range": [ + 87330, + 87348 + ], + "loc": { + "start": { + "line": 2855, + "column": 4 + }, + "end": { + "line": 2855, + "column": 22 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 87368, + 87372 + ], + "loc": { + "start": { + "line": 2856, + "column": 15 + }, + "end": { + "line": 2856, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "headersRow", + "range": [ + 87373, + 87383 + ], + "loc": { + "start": { + "line": 2856, + "column": 20 + }, + "end": { + "line": 2856, + "column": 30 + } + } + }, + "range": [ + 87368, + 87383 + ], + "loc": { + "start": { + "line": 2856, + "column": 15 + }, + "end": { + "line": 2856, + "column": 30 + } + } + }, + "range": [ + 87361, + 87384 + ], + "loc": { + "start": { + "line": 2856, + "column": 8 + }, + "end": { + "line": 2856, + "column": 31 + } + } + } + ], + "range": [ + 87351, + 87390 + ], + "loc": { + "start": { + "line": 2855, + "column": 25 + }, + "end": { + "line": 2857, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 87348, + 87390 + ], + "loc": { + "start": { + "line": 2855, + "column": 22 + }, + "end": { + "line": 2857, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 87330, + 87390 + ], + "loc": { + "start": { + "line": 2855, + "column": 4 + }, + "end": { + "line": 2857, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", + "range": [ + 87250, + 87325 + ], + "loc": { + "start": { + "line": 2851, + "column": 4 + }, + "end": { + "line": 2854, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", + "range": [ + 87396, + 87523 + ], + "loc": { + "start": { + "line": 2859, + "column": 4 + }, + "end": { + "line": 2863, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "getStartRowIndex", + "range": [ + 87528, + 87544 + ], + "loc": { + "start": { + "line": 2864, + "column": 4 + }, + "end": { + "line": 2864, + "column": 20 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 87564, + 87568 + ], + "loc": { + "start": { + "line": 2865, + "column": 15 + }, + "end": { + "line": 2865, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "refRow", + "range": [ + 87569, + 87575 + ], + "loc": { + "start": { + "line": 2865, + "column": 20 + }, + "end": { + "line": 2865, + "column": 26 + } + } + }, + "range": [ + 87564, + 87575 + ], + "loc": { + "start": { + "line": 2865, + "column": 15 + }, + "end": { + "line": 2865, + "column": 26 + } + } + }, + "range": [ + 87557, + 87576 + ], + "loc": { + "start": { + "line": 2865, + "column": 8 + }, + "end": { + "line": 2865, + "column": 27 + } + } + } + ], + "range": [ + 87547, + 87582 + ], + "loc": { + "start": { + "line": 2864, + "column": 23 + }, + "end": { + "line": 2866, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 87544, + 87582 + ], + "loc": { + "start": { + "line": 2864, + "column": 20 + }, + "end": { + "line": 2866, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 87528, + 87582 + ], + "loc": { + "start": { + "line": 2864, + "column": 4 + }, + "end": { + "line": 2866, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", + "range": [ + 87396, + 87523 + ], + "loc": { + "start": { + "line": 2859, + "column": 4 + }, + "end": { + "line": 2863, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Get the index of the last row\n * @return {Number}\n ", + "range": [ + 87588, + 87660 + ], + "loc": { + "start": { + "line": 2868, + "column": 4 + }, + "end": { + "line": 2871, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "getLastRowIndex", + "range": [ + 87665, + 87680 + ], + "loc": { + "start": { + "line": 2872, + "column": 4 + }, + "end": { + "line": 2872, "column": 19 } } @@ -163360,16 +164112,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 86977, - 86983 + 87697, + 87703 ], "loc": { "start": { - "line": 2848, + "line": 2873, "column": 12 }, "end": { - "line": 2848, + "line": 2873, "column": 18 } } @@ -163382,16 +164134,16 @@ "object": { "type": "ThisExpression", "range": [ - 86986, - 86990 + 87706, + 87710 ], "loc": { "start": { - "line": 2848, + "line": 2873, "column": 21 }, "end": { - "line": 2848, + "line": 2873, "column": 25 } } @@ -163400,31 +164152,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 86991, - 87000 + 87711, + 87720 ], "loc": { "start": { - "line": 2848, + "line": 2873, "column": 26 }, "end": { - "line": 2848, + "line": 2873, "column": 35 } } }, "range": [ - 86986, - 87000 + 87706, + 87720 ], "loc": { "start": { - "line": 2848, + "line": 2873, "column": 21 }, "end": { - "line": 2848, + "line": 2873, "column": 35 } } @@ -163435,47 +164187,47 @@ "value": true, "raw": "true", "range": [ - 87001, - 87005 + 87721, + 87725 ], "loc": { "start": { - "line": 2848, + "line": 2873, "column": 36 }, "end": { - "line": 2848, + "line": 2873, "column": 40 } } } ], "range": [ - 86986, - 87006 + 87706, + 87726 ], "loc": { "start": { - "line": 2848, + "line": 2873, "column": 21 }, "end": { - "line": 2848, + "line": 2873, "column": 41 } } }, "range": [ - 86977, - 87006 + 87697, + 87726 ], "loc": { "start": { - "line": 2848, + "line": 2873, "column": 12 }, "end": { - "line": 2848, + "line": 2873, "column": 41 } } @@ -163483,16 +164235,16 @@ ], "kind": "let", "range": [ - 86973, - 87007 + 87693, + 87727 ], "loc": { "start": { - "line": 2848, + "line": 2873, "column": 8 }, "end": { - "line": 2848, + "line": 2873, "column": 42 } } @@ -163506,16 +164258,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 87024, - 87030 + 87744, + 87750 ], "loc": { "start": { - "line": 2849, + "line": 2874, "column": 16 }, "end": { - "line": 2849, + "line": 2874, "column": 22 } } @@ -163525,62 +164277,62 @@ "value": 1, "raw": "1", "range": [ - 87033, - 87034 + 87753, + 87754 ], "loc": { "start": { - "line": 2849, + "line": 2874, "column": 25 }, "end": { - "line": 2849, + "line": 2874, "column": 26 } } }, "range": [ - 87024, - 87034 + 87744, + 87754 ], "loc": { "start": { - "line": 2849, + "line": 2874, "column": 16 }, "end": { - "line": 2849, + "line": 2874, "column": 26 } } }, "range": [ - 87016, - 87036 + 87736, + 87756 ], "loc": { "start": { - "line": 2849, + "line": 2874, "column": 8 }, "end": { - "line": 2849, + "line": 2874, "column": 28 } } } ], "range": [ - 86963, - 87042 + 87683, + 87762 ], "loc": { "start": { - "line": 2847, + "line": 2872, "column": 22 }, "end": { - "line": 2850, + "line": 2875, "column": 5 } } @@ -163588,16 +164340,16 @@ "generator": false, "expression": false, "range": [ - 86960, - 87042 + 87680, + 87762 ], "loc": { "start": { - "line": 2847, + "line": 2872, "column": 19 }, "end": { - "line": 2850, + "line": 2875, "column": 5 } } @@ -163605,16 +164357,16 @@ "kind": "method", "computed": false, "range": [ - 86945, - 87042 + 87665, + 87762 ], "loc": { "start": { - "line": 2847, + "line": 2872, "column": 4 }, "end": { - "line": 2850, + "line": 2875, "column": 5 } }, @@ -163623,16 +164375,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 86868, - 86940 + 87588, + 87660 ], "loc": { "start": { - "line": 2843, + "line": 2868, "column": 4 }, "end": { - "line": 2846, + "line": 2871, "column": 7 } } @@ -163643,16 +164395,16 @@ "type": "Block", "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", "range": [ - 87048, - 87258 + 87768, + 87978 ], "loc": { "start": { - "line": 2852, + "line": 2877, "column": 4 }, "end": { - "line": 2857, + "line": 2882, "column": 7 } } @@ -163666,16 +164418,16 @@ "type": "Identifier", "name": "hasType", "range": [ - 87263, - 87270 + 87983, + 87990 ], "loc": { "start": { - "line": 2858, + "line": 2883, "column": 4 }, "end": { - "line": 2858, + "line": 2883, "column": 11 } } @@ -163688,16 +164440,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87271, - 87279 + 87991, + 87999 ], "loc": { "start": { - "line": 2858, + "line": 2883, "column": 12 }, "end": { - "line": 2858, + "line": 2883, "column": 20 } } @@ -163708,16 +164460,16 @@ "type": "Identifier", "name": "types", "range": [ - 87281, - 87286 + 88001, + 88006 ], "loc": { "start": { - "line": 2858, + "line": 2883, "column": 22 }, "end": { - "line": 2858, + "line": 2883, "column": 27 } } @@ -163726,31 +164478,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 87289, - 87291 + 88009, + 88011 ], "loc": { "start": { - "line": 2858, + "line": 2883, "column": 30 }, "end": { - "line": 2858, + "line": 2883, "column": 32 } } }, "range": [ - 87281, - 87291 + 88001, + 88011 ], "loc": { "start": { - "line": 2858, + "line": 2883, "column": 22 }, "end": { - "line": 2858, + "line": 2883, "column": 32 } } @@ -163770,16 +164522,16 @@ "object": { "type": "ThisExpression", "range": [ - 87308, - 87312 + 88028, + 88032 ], "loc": { "start": { - "line": 2859, + "line": 2884, "column": 13 }, "end": { - "line": 2859, + "line": 2884, "column": 17 } } @@ -163788,47 +164540,47 @@ "type": "Identifier", "name": "hasColTypes", "range": [ - 87313, - 87324 + 88033, + 88044 ], "loc": { "start": { - "line": 2859, + "line": 2884, "column": 18 }, "end": { - "line": 2859, + "line": 2884, "column": 29 } } }, "range": [ - 87308, - 87324 + 88028, + 88044 ], "loc": { "start": { - "line": 2859, + "line": 2884, "column": 13 }, "end": { - "line": 2859, + "line": 2884, "column": 29 } } }, "prefix": true, "range": [ - 87307, - 87324 + 88027, + 88044 ], "loc": { "start": { - "line": 2859, + "line": 2884, "column": 12 }, "end": { - "line": 2859, + "line": 2884, "column": 29 } } @@ -163843,63 +164595,63 @@ "value": false, "raw": "false", "range": [ - 87347, - 87352 + 88067, + 88072 ], "loc": { "start": { - "line": 2860, + "line": 2885, "column": 19 }, "end": { - "line": 2860, + "line": 2885, "column": 24 } } }, "range": [ - 87340, - 87353 + 88060, + 88073 ], "loc": { "start": { - "line": 2860, + "line": 2885, "column": 12 }, "end": { - "line": 2860, + "line": 2885, "column": 25 } } } ], "range": [ - 87326, - 87363 + 88046, + 88083 ], "loc": { "start": { - "line": 2859, + "line": 2884, "column": 31 }, "end": { - "line": 2861, + "line": 2886, "column": 9 } } }, "alternate": null, "range": [ - 87303, - 87363 + 88023, + 88083 ], "loc": { "start": { - "line": 2859, + "line": 2884, "column": 8 }, "end": { - "line": 2861, + "line": 2886, "column": 9 } } @@ -163913,16 +164665,16 @@ "type": "Identifier", "name": "colType", "range": [ - 87376, - 87383 + 88096, + 88103 ], "loc": { "start": { - "line": 2862, + "line": 2887, "column": 12 }, "end": { - "line": 2862, + "line": 2887, "column": 19 } } @@ -163936,16 +164688,16 @@ "object": { "type": "ThisExpression", "range": [ - 87386, - 87390 + 88106, + 88110 ], "loc": { "start": { - "line": 2862, + "line": 2887, "column": 22 }, "end": { - "line": 2862, + "line": 2887, "column": 26 } } @@ -163954,31 +164706,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 87391, - 87399 + 88111, + 88119 ], "loc": { "start": { - "line": 2862, + "line": 2887, "column": 27 }, "end": { - "line": 2862, + "line": 2887, "column": 35 } } }, "range": [ - 87386, - 87399 + 88106, + 88119 ], "loc": { "start": { - "line": 2862, + "line": 2887, "column": 22 }, "end": { - "line": 2862, + "line": 2887, "column": 35 } } @@ -163987,46 +164739,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87400, - 87408 + 88120, + 88128 ], "loc": { "start": { - "line": 2862, + "line": 2887, "column": 36 }, "end": { - "line": 2862, + "line": 2887, "column": 44 } } }, "range": [ - 87386, - 87409 + 88106, + 88129 ], "loc": { "start": { - "line": 2862, + "line": 2887, "column": 22 }, "end": { - "line": 2862, + "line": 2887, "column": 45 } } }, "range": [ - 87376, - 87409 + 88096, + 88129 ], "loc": { "start": { - "line": 2862, + "line": 2887, "column": 12 }, "end": { - "line": 2862, + "line": 2887, "column": 45 } } @@ -164034,16 +164786,16 @@ ], "kind": "let", "range": [ - 87372, - 87410 + 88092, + 88130 ], "loc": { "start": { - "line": 2862, + "line": 2887, "column": 8 }, "end": { - "line": 2862, + "line": 2887, "column": 46 } } @@ -164056,16 +164808,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 87423, - 87428 + 88143, + 88148 ], "loc": { "start": { - "line": 2863, + "line": 2888, "column": 12 }, "end": { - "line": 2863, + "line": 2888, "column": 17 } } @@ -164075,32 +164827,32 @@ "type": "Identifier", "name": "colType", "range": [ - 87429, - 87436 + 88149, + 88156 ], "loc": { "start": { - "line": 2863, + "line": 2888, "column": 18 }, "end": { - "line": 2863, + "line": 2888, "column": 25 } } } ], "range": [ - 87423, - 87437 + 88143, + 88157 ], "loc": { "start": { - "line": 2863, + "line": 2888, "column": 12 }, "end": { - "line": 2863, + "line": 2888, "column": 26 } } @@ -164117,16 +164869,16 @@ "type": "Identifier", "name": "colType", "range": [ - 87453, - 87460 + 88173, + 88180 ], "loc": { "start": { - "line": 2864, + "line": 2889, "column": 12 }, "end": { - "line": 2864, + "line": 2889, "column": 19 } } @@ -164138,16 +164890,16 @@ "type": "Identifier", "name": "colType", "range": [ - 87463, - 87470 + 88183, + 88190 ], "loc": { "start": { - "line": 2864, + "line": 2889, "column": 22 }, "end": { - "line": 2864, + "line": 2889, "column": 29 } } @@ -164156,93 +164908,93 @@ "type": "Identifier", "name": "type", "range": [ - 87471, - 87475 + 88191, + 88195 ], "loc": { "start": { - "line": 2864, + "line": 2889, "column": 30 }, "end": { - "line": 2864, + "line": 2889, "column": 34 } } }, "range": [ - 87463, - 87475 + 88183, + 88195 ], "loc": { "start": { - "line": 2864, + "line": 2889, "column": 22 }, "end": { - "line": 2864, + "line": 2889, "column": 34 } } }, "range": [ - 87453, - 87475 + 88173, + 88195 ], "loc": { "start": { - "line": 2864, + "line": 2889, "column": 12 }, "end": { - "line": 2864, + "line": 2889, "column": 34 } } }, "range": [ - 87453, - 87476 + 88173, + 88196 ], "loc": { "start": { - "line": 2864, + "line": 2889, "column": 12 }, "end": { - "line": 2864, + "line": 2889, "column": 35 } } } ], "range": [ - 87439, - 87486 + 88159, + 88206 ], "loc": { "start": { - "line": 2863, + "line": 2888, "column": 28 }, "end": { - "line": 2865, + "line": 2890, "column": 9 } } }, "alternate": null, "range": [ - 87419, - 87486 + 88139, + 88206 ], "loc": { "start": { - "line": 2863, + "line": 2888, "column": 8 }, "end": { - "line": 2865, + "line": 2890, "column": 9 } } @@ -164261,16 +165013,16 @@ "type": "Identifier", "name": "types", "range": [ - 87502, - 87507 + 88222, + 88227 ], "loc": { "start": { - "line": 2866, + "line": 2891, "column": 15 }, "end": { - "line": 2866, + "line": 2891, "column": 20 } } @@ -164279,31 +165031,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 87508, - 87515 + 88228, + 88235 ], "loc": { "start": { - "line": 2866, + "line": 2891, "column": 21 }, "end": { - "line": 2866, + "line": 2891, "column": 28 } } }, "range": [ - 87502, - 87515 + 88222, + 88235 ], "loc": { "start": { - "line": 2866, + "line": 2891, "column": 15 }, "end": { - "line": 2866, + "line": 2891, "column": 28 } } @@ -164313,32 +165065,32 @@ "type": "Identifier", "name": "colType", "range": [ - 87516, - 87523 + 88236, + 88243 ], "loc": { "start": { - "line": 2866, + "line": 2891, "column": 29 }, "end": { - "line": 2866, + "line": 2891, "column": 36 } } } ], "range": [ - 87502, - 87524 + 88222, + 88244 ], "loc": { "start": { - "line": 2866, + "line": 2891, "column": 15 }, "end": { - "line": 2866, + "line": 2891, "column": 37 } } @@ -164351,78 +165103,78 @@ "value": 1, "raw": "1", "range": [ - 87530, - 87531 + 88250, + 88251 ], "loc": { "start": { - "line": 2866, + "line": 2891, "column": 43 }, "end": { - "line": 2866, + "line": 2891, "column": 44 } } }, "prefix": true, "range": [ - 87529, - 87531 + 88249, + 88251 ], "loc": { "start": { - "line": 2866, + "line": 2891, "column": 42 }, "end": { - "line": 2866, + "line": 2891, "column": 44 } } }, "range": [ - 87502, - 87531 + 88222, + 88251 ], "loc": { "start": { - "line": 2866, + "line": 2891, "column": 15 }, "end": { - "line": 2866, + "line": 2891, "column": 44 } } }, "range": [ - 87495, - 87532 + 88215, + 88252 ], "loc": { "start": { - "line": 2866, + "line": 2891, "column": 8 }, "end": { - "line": 2866, + "line": 2891, "column": 45 } } } ], "range": [ - 87293, - 87538 + 88013, + 88258 ], "loc": { "start": { - "line": 2858, + "line": 2883, "column": 34 }, "end": { - "line": 2867, + "line": 2892, "column": 5 } } @@ -164430,16 +165182,16 @@ "generator": false, "expression": false, "range": [ - 87270, - 87538 + 87990, + 88258 ], "loc": { "start": { - "line": 2858, + "line": 2883, "column": 11 }, "end": { - "line": 2867, + "line": 2892, "column": 5 } } @@ -164447,16 +165199,16 @@ "kind": "method", "computed": false, "range": [ - 87263, - 87538 + 87983, + 88258 ], "loc": { "start": { - "line": 2858, + "line": 2883, "column": 4 }, "end": { - "line": 2867, + "line": 2892, "column": 5 } }, @@ -164465,16 +165217,16 @@ "type": "Block", "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", "range": [ - 87048, - 87258 + 87768, + 87978 ], "loc": { "start": { - "line": 2852, + "line": 2877, "column": 4 }, "end": { - "line": 2857, + "line": 2882, "column": 7 } } @@ -164485,16 +165237,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": [ - 87544, - 87685 + 88264, + 88405 ], "loc": { "start": { - "line": 2869, + "line": 2894, "column": 4 }, "end": { - "line": 2873, + "line": 2898, "column": 7 } } @@ -164508,16 +165260,16 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 87690, - 87706 + 88410, + 88426 ], "loc": { "start": { - "line": 2874, + "line": 2899, "column": 4 }, "end": { - "line": 2874, + "line": 2899, "column": 20 } } @@ -164530,16 +165282,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87707, - 87715 + 88427, + 88435 ], "loc": { "start": { - "line": 2874, + "line": 2899, "column": 21 }, "end": { - "line": 2874, + "line": 2899, "column": 29 } } @@ -164557,16 +165309,16 @@ "type": "Identifier", "name": "table", "range": [ - 87731, - 87736 + 88451, + 88456 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 12 }, "end": { - "line": 2875, + "line": 2900, "column": 17 } } @@ -164579,16 +165331,16 @@ "object": { "type": "ThisExpression", "range": [ - 87739, - 87743 + 88459, + 88463 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 20 }, "end": { - "line": 2875, + "line": 2900, "column": 24 } } @@ -164597,31 +165349,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 87744, - 87754 + 88464, + 88474 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 25 }, "end": { - "line": 2875, + "line": 2900, "column": 35 } } }, "range": [ - 87739, - 87754 + 88459, + 88474 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 20 }, "end": { - "line": 2875, + "line": 2900, "column": 35 } } @@ -164638,16 +165390,16 @@ "object": { "type": "ThisExpression", "range": [ - 87757, - 87761 + 88477, + 88481 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 38 }, "end": { - "line": 2875, + "line": 2900, "column": 42 } } @@ -164656,31 +165408,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 87762, - 87765 + 88482, + 88485 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 43 }, "end": { - "line": 2875, + "line": 2900, "column": 46 } } }, "range": [ - 87757, - 87765 + 88477, + 88485 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 38 }, "end": { - "line": 2875, + "line": 2900, "column": 46 } } @@ -164689,31 +165441,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 87766, - 87776 + 88486, + 88496 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 47 }, "end": { - "line": 2875, + "line": 2900, "column": 57 } } }, "range": [ - 87757, - 87776 + 88477, + 88496 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 38 }, "end": { - "line": 2875, + "line": 2900, "column": 57 } } @@ -164722,31 +165474,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 87777, - 87784 + 88497, + 88504 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 58 }, "end": { - "line": 2875, + "line": 2900, "column": 65 } } }, "range": [ - 87757, - 87784 + 88477, + 88504 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 38 }, "end": { - "line": 2875, + "line": 2900, "column": 65 } } @@ -164757,16 +165509,16 @@ "object": { "type": "ThisExpression", "range": [ - 87787, - 87791 + 88507, + 88511 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 68 }, "end": { - "line": 2875, + "line": 2900, "column": 72 } } @@ -164775,61 +165527,61 @@ "type": "Identifier", "name": "tbl", "range": [ - 87792, - 87795 + 88512, + 88515 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 73 }, "end": { - "line": 2875, + "line": 2900, "column": 76 } } }, "range": [ - 87787, - 87795 + 88507, + 88515 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 68 }, "end": { - "line": 2875, + "line": 2900, "column": 76 } } }, "range": [ - 87739, - 87795 + 88459, + 88515 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 20 }, "end": { - "line": 2875, + "line": 2900, "column": 76 } } }, "range": [ - 87731, - 87795 + 88451, + 88515 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 12 }, "end": { - "line": 2875, + "line": 2900, "column": 76 } } @@ -164837,16 +165589,16 @@ ], "kind": "let", "range": [ - 87727, - 87796 + 88447, + 88516 ], "loc": { "start": { - "line": 2875, + "line": 2900, "column": 8 }, "end": { - "line": 2875, + "line": 2900, "column": 77 } } @@ -164860,16 +165612,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 87809, - 87814 + 88529, + 88534 ], "loc": { "start": { - "line": 2876, + "line": 2901, "column": 12 }, "end": { - "line": 2876, + "line": 2901, "column": 17 } } @@ -164880,16 +165632,16 @@ "type": "Identifier", "name": "tag", "range": [ - 87817, - 87820 + 88537, + 88540 ], "loc": { "start": { - "line": 2876, + "line": 2901, "column": 20 }, "end": { - "line": 2876, + "line": 2901, "column": 23 } } @@ -164899,16 +165651,16 @@ "type": "Identifier", "name": "table", "range": [ - 87821, - 87826 + 88541, + 88546 ], "loc": { "start": { - "line": 2876, + "line": 2901, "column": 24 }, "end": { - "line": 2876, + "line": 2901, "column": 29 } } @@ -164918,47 +165670,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 87828, - 87835 + 88548, + 88555 ], "loc": { "start": { - "line": 2876, + "line": 2901, "column": 31 }, "end": { - "line": 2876, + "line": 2901, "column": 38 } } } ], "range": [ - 87817, - 87836 + 88537, + 88556 ], "loc": { "start": { - "line": 2876, + "line": 2901, "column": 20 }, "end": { - "line": 2876, + "line": 2901, "column": 39 } } }, "range": [ - 87809, - 87836 + 88529, + 88556 ], "loc": { "start": { - "line": 2876, + "line": 2901, "column": 12 }, "end": { - "line": 2876, + "line": 2901, "column": 39 } } @@ -164966,16 +165718,16 @@ ], "kind": "let", "range": [ - 87805, - 87837 + 88525, + 88557 ], "loc": { "start": { - "line": 2876, + "line": 2901, "column": 8 }, "end": { - "line": 2876, + "line": 2901, "column": 40 } } @@ -164989,16 +165741,16 @@ "type": "Identifier", "name": "headersRow", "range": [ - 87850, - 87860 + 88570, + 88580 ], "loc": { "start": { - "line": 2877, + "line": 2902, "column": 12 }, "end": { - "line": 2877, + "line": 2902, "column": 22 } } @@ -165009,16 +165761,16 @@ "object": { "type": "ThisExpression", "range": [ - 87863, - 87867 + 88583, + 88587 ], "loc": { "start": { - "line": 2877, + "line": 2902, "column": 25 }, "end": { - "line": 2877, + "line": 2902, "column": 29 } } @@ -165027,46 +165779,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 87868, - 87878 + 88588, + 88598 ], "loc": { "start": { - "line": 2877, + "line": 2902, "column": 30 }, "end": { - "line": 2877, + "line": 2902, "column": 40 } } }, "range": [ - 87863, - 87878 + 88583, + 88598 ], "loc": { "start": { - "line": 2877, + "line": 2902, "column": 25 }, "end": { - "line": 2877, + "line": 2902, "column": 40 } } }, "range": [ - 87850, - 87878 + 88570, + 88598 ], "loc": { "start": { - "line": 2877, + "line": 2902, "column": 12 }, "end": { - "line": 2877, + "line": 2902, "column": 40 } } @@ -165074,16 +165826,16 @@ ], "kind": "let", "range": [ - 87846, - 87879 + 88566, + 88599 ], "loc": { "start": { - "line": 2877, + "line": 2902, "column": 8 }, "end": { - "line": 2877, + "line": 2902, "column": 41 } } @@ -165097,32 +165849,32 @@ "type": "Identifier", "name": "header", "range": [ - 87892, - 87898 + 88612, + 88618 ], "loc": { "start": { - "line": 2878, + "line": 2903, "column": 12 }, "end": { - "line": 2878, + "line": 2903, "column": 18 } } }, "init": null, "range": [ - 87892, - 87898 + 88612, + 88618 ], "loc": { "start": { - "line": 2878, + "line": 2903, "column": 12 }, "end": { - "line": 2878, + "line": 2903, "column": 18 } } @@ -165130,16 +165882,16 @@ ], "kind": "let", "range": [ - 87888, - 87899 + 88608, + 88619 ], "loc": { "start": { - "line": 2878, + "line": 2903, "column": 8 }, "end": { - "line": 2878, + "line": 2903, "column": 19 } } @@ -165155,16 +165907,16 @@ "type": "Identifier", "name": "i", "range": [ - 87917, - 87918 + 88637, + 88638 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 17 }, "end": { - "line": 2879, + "line": 2904, "column": 18 } } @@ -165174,31 +165926,31 @@ "value": 0, "raw": "0", "range": [ - 87921, - 87922 + 88641, + 88642 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 21 }, "end": { - "line": 2879, + "line": 2904, "column": 22 } } }, "range": [ - 87917, - 87922 + 88637, + 88642 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 17 }, "end": { - "line": 2879, + "line": 2904, "column": 22 } } @@ -165206,16 +165958,16 @@ ], "kind": "let", "range": [ - 87913, - 87922 + 88633, + 88642 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 13 }, "end": { - "line": 2879, + "line": 2904, "column": 22 } } @@ -165227,16 +165979,16 @@ "type": "Identifier", "name": "i", "range": [ - 87924, - 87925 + 88644, + 88645 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 24 }, "end": { - "line": 2879, + "line": 2904, "column": 25 } } @@ -165247,16 +165999,16 @@ "object": { "type": "ThisExpression", "range": [ - 87928, - 87932 + 88648, + 88652 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 28 }, "end": { - "line": 2879, + "line": 2904, "column": 32 } } @@ -165265,46 +166017,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 87933, - 87940 + 88653, + 88660 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 33 }, "end": { - "line": 2879, + "line": 2904, "column": 40 } } }, "range": [ - 87928, - 87940 + 88648, + 88660 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 28 }, "end": { - "line": 2879, + "line": 2904, "column": 40 } } }, "range": [ - 87924, - 87940 + 88644, + 88660 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 24 }, "end": { - "line": 2879, + "line": 2904, "column": 40 } } @@ -165316,32 +166068,32 @@ "type": "Identifier", "name": "i", "range": [ - 87942, - 87943 + 88662, + 88663 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 42 }, "end": { - "line": 2879, + "line": 2904, "column": 43 } } }, "prefix": false, "range": [ - 87942, - 87945 + 88662, + 88665 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 42 }, "end": { - "line": 2879, + "line": 2904, "column": 45 } } @@ -165358,16 +166110,16 @@ "type": "Identifier", "name": "i", "range": [ - 87965, - 87966 + 88685, + 88686 ], "loc": { "start": { - "line": 2880, + "line": 2905, "column": 16 }, "end": { - "line": 2880, + "line": 2905, "column": 17 } } @@ -165376,31 +166128,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87971, - 87979 + 88691, + 88699 ], "loc": { "start": { - "line": 2880, + "line": 2905, "column": 22 }, "end": { - "line": 2880, + "line": 2905, "column": 30 } } }, "range": [ - 87965, - 87979 + 88685, + 88699 ], "loc": { "start": { - "line": 2880, + "line": 2905, "column": 16 }, "end": { - "line": 2880, + "line": 2905, "column": 30 } } @@ -165412,48 +166164,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 87999, - 88008 + 88719, + 88728 ], "loc": { "start": { - "line": 2881, + "line": 2906, "column": 16 }, "end": { - "line": 2881, + "line": 2906, "column": 25 } } } ], "range": [ - 87981, - 88022 + 88701, + 88742 ], "loc": { "start": { - "line": 2880, + "line": 2905, "column": 32 }, "end": { - "line": 2882, + "line": 2907, "column": 13 } } }, "alternate": null, "range": [ - 87961, - 88022 + 88681, + 88742 ], "loc": { "start": { - "line": 2880, + "line": 2905, "column": 12 }, "end": { - "line": 2882, + "line": 2907, "column": 13 } } @@ -165470,16 +166222,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 88039, - 88044 + 88759, + 88764 ], "loc": { "start": { - "line": 2883, + "line": 2908, "column": 16 }, "end": { - "line": 2883, + "line": 2908, "column": 21 } } @@ -165488,31 +166240,31 @@ "type": "Identifier", "name": "length", "range": [ - 88045, - 88051 + 88765, + 88771 ], "loc": { "start": { - "line": 2883, + "line": 2908, "column": 22 }, "end": { - "line": 2883, + "line": 2908, "column": 28 } } }, "range": [ - 88039, - 88051 + 88759, + 88771 ], "loc": { "start": { - "line": 2883, + "line": 2908, "column": 16 }, "end": { - "line": 2883, + "line": 2908, "column": 28 } } @@ -165522,31 +166274,31 @@ "value": 0, "raw": "0", "range": [ - 88056, - 88057 + 88776, + 88777 ], "loc": { "start": { - "line": 2883, + "line": 2908, "column": 33 }, "end": { - "line": 2883, + "line": 2908, "column": 34 } } }, "range": [ - 88039, - 88057 + 88759, + 88777 ], "loc": { "start": { - "line": 2883, + "line": 2908, "column": 16 }, "end": { - "line": 2883, + "line": 2908, "column": 34 } } @@ -165563,16 +166315,16 @@ "type": "Identifier", "name": "header", "range": [ - 88077, - 88083 + 88797, + 88803 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 16 }, "end": { - "line": 2884, + "line": 2909, "column": 22 } } @@ -165593,16 +166345,16 @@ "type": "Identifier", "name": "table", "range": [ - 88086, - 88091 + 88806, + 88811 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 25 }, "end": { - "line": 2884, + "line": 2909, "column": 30 } } @@ -165611,31 +166363,31 @@ "type": "Identifier", "name": "rows", "range": [ - 88092, - 88096 + 88812, + 88816 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 31 }, "end": { - "line": 2884, + "line": 2909, "column": 35 } } }, "range": [ - 88086, - 88096 + 88806, + 88816 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 25 }, "end": { - "line": 2884, + "line": 2909, "column": 35 } } @@ -165644,31 +166396,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 88097, - 88107 + 88817, + 88827 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 36 }, "end": { - "line": 2884, + "line": 2909, "column": 46 } } }, "range": [ - 88086, - 88108 + 88806, + 88828 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 25 }, "end": { - "line": 2884, + "line": 2909, "column": 47 } } @@ -165677,31 +166429,31 @@ "type": "Identifier", "name": "cells", "range": [ - 88109, - 88114 + 88829, + 88834 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 48 }, "end": { - "line": 2884, + "line": 2909, "column": 53 } } }, "range": [ - 88086, - 88114 + 88806, + 88834 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 25 }, "end": { - "line": 2884, + "line": 2909, "column": 53 } } @@ -165710,93 +166462,93 @@ "type": "Identifier", "name": "i", "range": [ - 88115, - 88116 + 88835, + 88836 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 54 }, "end": { - "line": 2884, + "line": 2909, "column": 55 } } }, "range": [ - 88086, - 88117 + 88806, + 88837 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 25 }, "end": { - "line": 2884, + "line": 2909, "column": 56 } } }, "range": [ - 88077, - 88117 + 88797, + 88837 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 16 }, "end": { - "line": 2884, + "line": 2909, "column": 56 } } }, "range": [ - 88077, - 88118 + 88797, + 88838 ], "loc": { "start": { - "line": 2884, + "line": 2909, "column": 16 }, "end": { - "line": 2884, + "line": 2909, "column": 57 } } } ], "range": [ - 88059, - 88132 + 88779, + 88852 ], "loc": { "start": { - "line": 2883, + "line": 2908, "column": 36 }, "end": { - "line": 2885, + "line": 2910, "column": 13 } } }, "alternate": null, "range": [ - 88035, - 88132 + 88755, + 88852 ], "loc": { "start": { - "line": 2883, + "line": 2908, "column": 12 }, "end": { - "line": 2885, + "line": 2910, "column": 13 } } @@ -165813,16 +166565,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 88149, - 88154 + 88869, + 88874 ], "loc": { "start": { - "line": 2886, + "line": 2911, "column": 16 }, "end": { - "line": 2886, + "line": 2911, "column": 21 } } @@ -165831,31 +166583,31 @@ "type": "Identifier", "name": "length", "range": [ - 88155, - 88161 + 88875, + 88881 ], "loc": { "start": { - "line": 2886, + "line": 2911, "column": 22 }, "end": { - "line": 2886, + "line": 2911, "column": 28 } } }, "range": [ - 88149, - 88161 + 88869, + 88881 ], "loc": { "start": { - "line": 2886, + "line": 2911, "column": 16 }, "end": { - "line": 2886, + "line": 2911, "column": 28 } } @@ -165865,31 +166617,31 @@ "value": 1, "raw": "1", "range": [ - 88166, - 88167 + 88886, + 88887 ], "loc": { "start": { - "line": 2886, + "line": 2911, "column": 33 }, "end": { - "line": 2886, + "line": 2911, "column": 34 } } }, "range": [ - 88149, - 88167 + 88869, + 88887 ], "loc": { "start": { - "line": 2886, + "line": 2911, "column": 16 }, "end": { - "line": 2886, + "line": 2911, "column": 34 } } @@ -165906,16 +166658,16 @@ "type": "Identifier", "name": "header", "range": [ - 88187, - 88193 + 88907, + 88913 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 16 }, "end": { - "line": 2887, + "line": 2912, "column": 22 } } @@ -165939,16 +166691,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 88196, - 88201 + 88916, + 88921 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 25 }, "end": { - "line": 2887, + "line": 2912, "column": 30 } } @@ -165958,31 +166710,31 @@ "value": 0, "raw": "0", "range": [ - 88202, - 88203 + 88922, + 88923 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 31 }, "end": { - "line": 2887, + "line": 2912, "column": 32 } } }, "range": [ - 88196, - 88204 + 88916, + 88924 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 25 }, "end": { - "line": 2887, + "line": 2912, "column": 33 } } @@ -165991,31 +166743,31 @@ "type": "Identifier", "name": "rows", "range": [ - 88205, - 88209 + 88925, + 88929 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 34 }, "end": { - "line": 2887, + "line": 2912, "column": 38 } } }, "range": [ - 88196, - 88209 + 88916, + 88929 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 25 }, "end": { - "line": 2887, + "line": 2912, "column": 38 } } @@ -166024,31 +166776,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 88210, - 88220 + 88930, + 88940 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 39 }, "end": { - "line": 2887, + "line": 2912, "column": 49 } } }, "range": [ - 88196, - 88221 + 88916, + 88941 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 25 }, "end": { - "line": 2887, + "line": 2912, "column": 50 } } @@ -166057,31 +166809,31 @@ "type": "Identifier", "name": "cells", "range": [ - 88222, - 88227 + 88942, + 88947 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 51 }, "end": { - "line": 2887, + "line": 2912, "column": 56 } } }, "range": [ - 88196, - 88227 + 88916, + 88947 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 25 }, "end": { - "line": 2887, + "line": 2912, "column": 56 } } @@ -166090,93 +166842,93 @@ "type": "Identifier", "name": "i", "range": [ - 88228, - 88229 + 88948, + 88949 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 57 }, "end": { - "line": 2887, + "line": 2912, "column": 58 } } }, "range": [ - 88196, - 88230 + 88916, + 88950 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 25 }, "end": { - "line": 2887, + "line": 2912, "column": 59 } } }, "range": [ - 88187, - 88230 + 88907, + 88950 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 16 }, "end": { - "line": 2887, + "line": 2912, "column": 59 } } }, "range": [ - 88187, - 88231 + 88907, + 88951 ], "loc": { "start": { - "line": 2887, + "line": 2912, "column": 16 }, "end": { - "line": 2887, + "line": 2912, "column": 60 } } } ], "range": [ - 88169, - 88245 + 88889, + 88965 ], "loc": { "start": { - "line": 2886, + "line": 2911, "column": 36 }, "end": { - "line": 2888, + "line": 2913, "column": 13 } } }, "alternate": null, "range": [ - 88145, - 88245 + 88865, + 88965 ], "loc": { "start": { - "line": 2886, + "line": 2911, "column": 12 }, "end": { - "line": 2888, + "line": 2913, "column": 13 } } @@ -166185,47 +166937,47 @@ "type": "BreakStatement", "label": null, "range": [ - 88258, - 88264 + 88978, + 88984 ], "loc": { "start": { - "line": 2889, + "line": 2914, "column": 12 }, "end": { - "line": 2889, + "line": 2914, "column": 18 } } } ], "range": [ - 87947, - 88274 + 88667, + 88994 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 47 }, "end": { - "line": 2890, + "line": 2915, "column": 9 } } }, "range": [ - 87908, - 88274 + 88628, + 88994 ], "loc": { "start": { - "line": 2879, + "line": 2904, "column": 8 }, "end": { - "line": 2890, + "line": 2915, "column": 9 } } @@ -166236,47 +166988,47 @@ "type": "Identifier", "name": "header", "range": [ - 88290, - 88296 + 89010, + 89016 ], "loc": { "start": { - "line": 2891, + "line": 2916, "column": 15 }, "end": { - "line": 2891, + "line": 2916, "column": 21 } } }, "range": [ - 88283, - 88297 + 89003, + 89017 ], "loc": { "start": { - "line": 2891, + "line": 2916, "column": 8 }, "end": { - "line": 2891, + "line": 2916, "column": 22 } } } ], "range": [ - 87717, - 88303 + 88437, + 89023 ], "loc": { "start": { - "line": 2874, + "line": 2899, "column": 31 }, "end": { - "line": 2892, + "line": 2917, "column": 5 } } @@ -166284,16 +167036,16 @@ "generator": false, "expression": false, "range": [ - 87706, - 88303 + 88426, + 89023 ], "loc": { "start": { - "line": 2874, + "line": 2899, "column": 20 }, "end": { - "line": 2892, + "line": 2917, "column": 5 } } @@ -166301,16 +167053,16 @@ "kind": "method", "computed": false, "range": [ - 87690, - 88303 + 88410, + 89023 ], "loc": { "start": { - "line": 2874, + "line": 2899, "column": 4 }, "end": { - "line": 2892, + "line": 2917, "column": 5 } }, @@ -166319,28 +167071,8 @@ "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": [ - 87544, - 87685 - ], - "loc": { - "start": { - "line": 2869, - "column": 4 - }, - "end": { - "line": 2873, - "column": 7 - } - } - } - ], - "trailingComments": [ - { - "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": [ - 88309, - 88482 + 88264, + 88405 ], "loc": { "start": { @@ -166354,6 +167086,26 @@ } } ], + "trailingComments": [ + { + "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": [ + 89029, + 89202 + ], + "loc": { + "start": { + "line": 2919, + "column": 4 + }, + "end": { + "line": 2923, + "column": 7 + } + } + } + ], "static": false }, { @@ -166362,16 +167114,16 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 88487, - 88501 + 89207, + 89221 ], "loc": { "start": { - "line": 2899, + "line": 2924, "column": 4 }, "end": { - "line": 2899, + "line": 2924, "column": 18 } } @@ -166386,16 +167138,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 88502, - 88519 + 89222, + 89239 ], "loc": { "start": { - "line": 2899, + "line": 2924, "column": 19 }, "end": { - "line": 2899, + "line": 2924, "column": 36 } } @@ -166405,31 +167157,31 @@ "value": false, "raw": "false", "range": [ - 88522, - 88527 + 89242, + 89247 ], "loc": { "start": { - "line": 2899, + "line": 2924, "column": 39 }, "end": { - "line": 2899, + "line": 2924, "column": 44 } } }, "range": [ - 88502, - 88527 + 89222, + 89247 ], "loc": { "start": { - "line": 2899, + "line": 2924, "column": 19 }, "end": { - "line": 2899, + "line": 2924, "column": 44 } } @@ -166447,16 +167199,16 @@ "type": "Identifier", "name": "headers", "range": [ - 88543, - 88550 + 89263, + 89270 ], "loc": { "start": { - "line": 2900, + "line": 2925, "column": 12 }, "end": { - "line": 2900, + "line": 2925, "column": 19 } } @@ -166465,31 +167217,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 88553, - 88555 + 89273, + 89275 ], "loc": { "start": { - "line": 2900, + "line": 2925, "column": 22 }, "end": { - "line": 2900, + "line": 2925, "column": 24 } } }, "range": [ - 88543, - 88555 + 89263, + 89275 ], "loc": { "start": { - "line": 2900, + "line": 2925, "column": 12 }, "end": { - "line": 2900, + "line": 2925, "column": 24 } } @@ -166497,16 +167249,16 @@ ], "kind": "let", "range": [ - 88539, - 88556 + 89259, + 89276 ], "loc": { "start": { - "line": 2900, + "line": 2925, "column": 8 }, "end": { - "line": 2900, + "line": 2925, "column": 25 } } @@ -166522,16 +167274,16 @@ "type": "Identifier", "name": "j", "range": [ - 88574, - 88575 + 89294, + 89295 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 17 }, "end": { - "line": 2901, + "line": 2926, "column": 18 } } @@ -166541,31 +167293,31 @@ "value": 0, "raw": "0", "range": [ - 88578, - 88579 + 89298, + 89299 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 21 }, "end": { - "line": 2901, + "line": 2926, "column": 22 } } }, "range": [ - 88574, - 88579 + 89294, + 89299 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 17 }, "end": { - "line": 2901, + "line": 2926, "column": 22 } } @@ -166573,16 +167325,16 @@ ], "kind": "let", "range": [ - 88570, - 88579 + 89290, + 89299 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 13 }, "end": { - "line": 2901, + "line": 2926, "column": 22 } } @@ -166594,16 +167346,16 @@ "type": "Identifier", "name": "j", "range": [ - 88581, - 88582 + 89301, + 89302 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 24 }, "end": { - "line": 2901, + "line": 2926, "column": 25 } } @@ -166614,16 +167366,16 @@ "object": { "type": "ThisExpression", "range": [ - 88585, - 88589 + 89305, + 89309 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 28 }, "end": { - "line": 2901, + "line": 2926, "column": 32 } } @@ -166632,46 +167384,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 88590, - 88597 + 89310, + 89317 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 33 }, "end": { - "line": 2901, + "line": 2926, "column": 40 } } }, "range": [ - 88585, - 88597 + 89305, + 89317 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 28 }, "end": { - "line": 2901, + "line": 2926, "column": 40 } } }, "range": [ - 88581, - 88597 + 89301, + 89317 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 24 }, "end": { - "line": 2901, + "line": 2926, "column": 40 } } @@ -166683,32 +167435,32 @@ "type": "Identifier", "name": "j", "range": [ - 88599, - 88600 + 89319, + 89320 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 42 }, "end": { - "line": 2901, + "line": 2926, "column": 43 } } }, "prefix": false, "range": [ - 88599, - 88602 + 89319, + 89322 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 42 }, "end": { - "line": 2901, + "line": 2926, "column": 45 } } @@ -166725,16 +167477,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 88622, - 88639 + 89342, + 89359 ], "loc": { "start": { - "line": 2902, + "line": 2927, "column": 16 }, "end": { - "line": 2902, + "line": 2927, "column": 33 } } @@ -166747,16 +167499,16 @@ "object": { "type": "ThisExpression", "range": [ - 88643, - 88647 + 89363, + 89367 ], "loc": { "start": { - "line": 2902, + "line": 2927, "column": 37 }, "end": { - "line": 2902, + "line": 2927, "column": 41 } } @@ -166765,31 +167517,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 88648, - 88660 + 89368, + 89380 ], "loc": { "start": { - "line": 2902, + "line": 2927, "column": 42 }, "end": { - "line": 2902, + "line": 2927, "column": 54 } } }, "range": [ - 88643, - 88660 + 89363, + 89380 ], "loc": { "start": { - "line": 2902, + "line": 2927, "column": 37 }, "end": { - "line": 2902, + "line": 2927, "column": 54 } } @@ -166800,47 +167552,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 88661, - 88677 + 89381, + 89397 ], "loc": { "start": { - "line": 2902, + "line": 2927, "column": 55 }, "end": { - "line": 2902, + "line": 2927, "column": 71 } } } ], "range": [ - 88643, - 88678 + 89363, + 89398 ], "loc": { "start": { - "line": 2902, + "line": 2927, "column": 37 }, "end": { - "line": 2902, + "line": 2927, "column": 72 } } }, "range": [ - 88622, - 88678 + 89342, + 89398 ], "loc": { "start": { - "line": 2902, + "line": 2927, "column": 16 }, "end": { - "line": 2902, + "line": 2927, "column": 72 } } @@ -166863,16 +167615,16 @@ "object": { "type": "ThisExpression", "range": [ - 88702, - 88706 + 89422, + 89426 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 20 }, "end": { - "line": 2903, + "line": 2928, "column": 24 } } @@ -166881,31 +167633,31 @@ "type": "Identifier", "name": "extension", "range": [ - 88707, - 88716 + 89427, + 89436 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 25 }, "end": { - "line": 2903, + "line": 2928, "column": 34 } } }, "range": [ - 88702, - 88716 + 89422, + 89436 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 20 }, "end": { - "line": 2903, + "line": 2928, "column": 34 } } @@ -166916,32 +167668,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 88717, - 88733 + 89437, + 89453 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 35 }, "end": { - "line": 2903, + "line": 2928, "column": 51 } } } ], "range": [ - 88702, - 88734 + 89422, + 89454 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 20 }, "end": { - "line": 2903, + "line": 2928, "column": 52 } } @@ -166950,31 +167702,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 88735, - 88746 + 89455, + 89466 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 53 }, "end": { - "line": 2903, + "line": 2928, "column": 64 } } }, "range": [ - 88702, - 88746 + 89422, + 89466 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 20 }, "end": { - "line": 2903, + "line": 2928, "column": 64 } } @@ -166984,32 +167736,32 @@ "type": "Identifier", "name": "j", "range": [ - 88747, - 88748 + 89467, + 89468 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 65 }, "end": { - "line": 2903, + "line": 2928, "column": 66 } } } ], "range": [ - 88702, - 88749 + 89422, + 89469 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 20 }, "end": { - "line": 2903, + "line": 2928, "column": 67 } } @@ -167021,80 +167773,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 88773, - 88782 + 89493, + 89502 ], "loc": { "start": { - "line": 2904, + "line": 2929, "column": 20 }, "end": { - "line": 2904, + "line": 2929, "column": 29 } } } ], "range": [ - 88751, - 88800 + 89471, + 89520 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 69 }, "end": { - "line": 2905, + "line": 2930, "column": 17 } } }, "alternate": null, "range": [ - 88698, - 88800 + 89418, + 89520 ], "loc": { "start": { - "line": 2903, + "line": 2928, "column": 16 }, "end": { - "line": 2905, + "line": 2930, "column": 17 } } } ], "range": [ - 88680, - 88814 + 89400, + 89534 ], "loc": { "start": { - "line": 2902, + "line": 2927, "column": 74 }, "end": { - "line": 2906, + "line": 2931, "column": 13 } } }, "alternate": null, "range": [ - 88618, - 88814 + 89338, + 89534 ], "loc": { "start": { - "line": 2902, + "line": 2927, "column": 12 }, "end": { - "line": 2906, + "line": 2931, "column": 13 } } @@ -167108,16 +167860,16 @@ "type": "Identifier", "name": "header", "range": [ - 88831, - 88837 + 89551, + 89557 ], "loc": { "start": { - "line": 2907, + "line": 2932, "column": 16 }, "end": { - "line": 2907, + "line": 2932, "column": 22 } } @@ -167130,16 +167882,16 @@ "object": { "type": "ThisExpression", "range": [ - 88840, - 88844 + 89560, + 89564 ], "loc": { "start": { - "line": 2907, + "line": 2932, "column": 25 }, "end": { - "line": 2907, + "line": 2932, "column": 29 } } @@ -167148,31 +167900,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 88845, - 88861 + 89565, + 89581 ], "loc": { "start": { - "line": 2907, + "line": 2932, "column": 30 }, "end": { - "line": 2907, + "line": 2932, "column": 46 } } }, "range": [ - 88840, - 88861 + 89560, + 89581 ], "loc": { "start": { - "line": 2907, + "line": 2932, "column": 25 }, "end": { - "line": 2907, + "line": 2932, "column": 46 } } @@ -167182,47 +167934,47 @@ "type": "Identifier", "name": "j", "range": [ - 88862, - 88863 + 89582, + 89583 ], "loc": { "start": { - "line": 2907, + "line": 2932, "column": 47 }, "end": { - "line": 2907, + "line": 2932, "column": 48 } } } ], "range": [ - 88840, - 88864 + 89560, + 89584 ], "loc": { "start": { - "line": 2907, + "line": 2932, "column": 25 }, "end": { - "line": 2907, + "line": 2932, "column": 49 } } }, "range": [ - 88831, - 88864 + 89551, + 89584 ], "loc": { "start": { - "line": 2907, + "line": 2932, "column": 16 }, "end": { - "line": 2907, + "line": 2932, "column": 49 } } @@ -167230,16 +167982,16 @@ ], "kind": "let", "range": [ - 88827, - 88865 + 89547, + 89585 ], "loc": { "start": { - "line": 2907, + "line": 2932, "column": 12 }, "end": { - "line": 2907, + "line": 2932, "column": 50 } } @@ -167253,16 +168005,16 @@ "type": "Identifier", "name": "headerText", "range": [ - 88882, - 88892 + 89602, + 89612 ], "loc": { "start": { - "line": 2908, + "line": 2933, "column": 16 }, "end": { - "line": 2908, + "line": 2933, "column": 26 } } @@ -167273,16 +168025,16 @@ "type": "Identifier", "name": "getFirstTextNode", "range": [ - 88895, - 88911 + 89615, + 89631 ], "loc": { "start": { - "line": 2908, + "line": 2933, "column": 29 }, "end": { - "line": 2908, + "line": 2933, "column": 45 } } @@ -167292,47 +168044,47 @@ "type": "Identifier", "name": "header", "range": [ - 88912, - 88918 + 89632, + 89638 ], "loc": { "start": { - "line": 2908, + "line": 2933, "column": 46 }, "end": { - "line": 2908, + "line": 2933, "column": 52 } } } ], "range": [ - 88895, - 88919 + 89615, + 89639 ], "loc": { "start": { - "line": 2908, + "line": 2933, "column": 29 }, "end": { - "line": 2908, + "line": 2933, "column": 53 } } }, "range": [ - 88882, - 88919 + 89602, + 89639 ], "loc": { "start": { - "line": 2908, + "line": 2933, "column": 16 }, "end": { - "line": 2908, + "line": 2933, "column": 53 } } @@ -167340,16 +168092,16 @@ ], "kind": "let", "range": [ - 88878, - 88920 + 89598, + 89640 ], "loc": { "start": { - "line": 2908, + "line": 2933, "column": 12 }, "end": { - "line": 2908, + "line": 2933, "column": 54 } } @@ -167365,16 +168117,16 @@ "type": "Identifier", "name": "headers", "range": [ - 88933, - 88940 + 89653, + 89660 ], "loc": { "start": { - "line": 2909, + "line": 2934, "column": 12 }, "end": { - "line": 2909, + "line": 2934, "column": 19 } } @@ -167383,31 +168135,31 @@ "type": "Identifier", "name": "push", "range": [ - 88941, - 88945 + 89661, + 89665 ], "loc": { "start": { - "line": 2909, + "line": 2934, "column": 20 }, "end": { - "line": 2909, + "line": 2934, "column": 24 } } }, "range": [ - 88933, - 88945 + 89653, + 89665 ], "loc": { "start": { - "line": 2909, + "line": 2934, "column": 12 }, "end": { - "line": 2909, + "line": 2934, "column": 24 } } @@ -167417,78 +168169,78 @@ "type": "Identifier", "name": "headerText", "range": [ - 88946, - 88956 + 89666, + 89676 ], "loc": { "start": { - "line": 2909, + "line": 2934, "column": 25 }, "end": { - "line": 2909, + "line": 2934, "column": 35 } } } ], "range": [ - 88933, - 88957 + 89653, + 89677 ], "loc": { "start": { - "line": 2909, + "line": 2934, "column": 12 }, "end": { - "line": 2909, + "line": 2934, "column": 36 } } }, "range": [ - 88933, - 88958 + 89653, + 89678 ], "loc": { "start": { - "line": 2909, + "line": 2934, "column": 12 }, "end": { - "line": 2909, + "line": 2934, "column": 37 } } } ], "range": [ - 88604, - 88968 + 89324, + 89688 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 47 }, "end": { - "line": 2910, + "line": 2935, "column": 9 } } }, "range": [ - 88565, - 88968 + 89285, + 89688 ], "loc": { "start": { - "line": 2901, + "line": 2926, "column": 8 }, "end": { - "line": 2910, + "line": 2935, "column": 9 } } @@ -167499,47 +168251,47 @@ "type": "Identifier", "name": "headers", "range": [ - 88984, - 88991 + 89704, + 89711 ], "loc": { "start": { - "line": 2911, + "line": 2936, "column": 15 }, "end": { - "line": 2911, + "line": 2936, "column": 22 } } }, "range": [ - 88977, - 88992 + 89697, + 89712 ], "loc": { "start": { - "line": 2911, + "line": 2936, "column": 8 }, "end": { - "line": 2911, + "line": 2936, "column": 23 } } } ], "range": [ - 88529, - 88998 + 89249, + 89718 ], "loc": { "start": { - "line": 2899, + "line": 2924, "column": 46 }, "end": { - "line": 2912, + "line": 2937, "column": 5 } } @@ -167547,16 +168299,16 @@ "generator": false, "expression": false, "range": [ - 88501, - 88998 + 89221, + 89718 ], "loc": { "start": { - "line": 2899, + "line": 2924, "column": 18 }, "end": { - "line": 2912, + "line": 2937, "column": 5 } } @@ -167564,16 +168316,16 @@ "kind": "method", "computed": false, "range": [ - 88487, - 88998 + 89207, + 89718 ], "loc": { "start": { - "line": 2899, + "line": 2924, "column": 4 }, "end": { - "line": 2912, + "line": 2937, "column": 5 } }, @@ -167582,16 +168334,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": [ - 88309, - 88482 + 89029, + 89202 ], "loc": { "start": { - "line": 2894, + "line": 2919, "column": 4 }, "end": { - "line": 2898, + "line": 2923, "column": 7 } } @@ -167602,16 +168354,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": [ - 89004, - 89140 + 89724, + 89860 ], "loc": { "start": { - "line": 2914, + "line": 2939, "column": 4 }, "end": { - "line": 2918, + "line": 2943, "column": 7 } } @@ -167625,16 +168377,16 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 89145, - 89158 + 89865, + 89878 ], "loc": { "start": { - "line": 2919, + "line": 2944, "column": 4 }, "end": { - "line": 2919, + "line": 2944, "column": 17 } } @@ -167647,16 +168399,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 89159, - 89167 + 89879, + 89887 ], "loc": { "start": { - "line": 2919, + "line": 2944, "column": 18 }, "end": { - "line": 2919, + "line": 2944, "column": 26 } } @@ -167674,16 +168426,16 @@ "type": "Identifier", "name": "colType", "range": [ - 89183, - 89190 + 89903, + 89910 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 12 }, "end": { - "line": 2920, + "line": 2945, "column": 19 } } @@ -167697,16 +168449,16 @@ "object": { "type": "ThisExpression", "range": [ - 89193, - 89197 + 89913, + 89917 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 22 }, "end": { - "line": 2920, + "line": 2945, "column": 26 } } @@ -167715,31 +168467,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 89198, - 89201 + 89918, + 89921 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 27 }, "end": { - "line": 2920, + "line": 2945, "column": 30 } } }, "range": [ - 89193, - 89201 + 89913, + 89921 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 22 }, "end": { - "line": 2920, + "line": 2945, "column": 30 } } @@ -167752,16 +168504,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 89202, - 89208 + 89922, + 89928 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 31 }, "end": { - "line": 2920, + "line": 2945, "column": 37 } } @@ -167770,61 +168522,61 @@ "type": "Identifier", "name": "colIndex", "range": [ - 89211, - 89219 + 89931, + 89939 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 40 }, "end": { - "line": 2920, + "line": 2945, "column": 48 } } }, "range": [ - 89202, - 89219 + 89922, + 89939 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 31 }, "end": { - "line": 2920, + "line": 2945, "column": 48 } } }, "range": [ - 89193, - 89220 + 89913, + 89940 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 22 }, "end": { - "line": 2920, + "line": 2945, "column": 49 } } }, "range": [ - 89183, - 89220 + 89903, + 89940 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 12 }, "end": { - "line": 2920, + "line": 2945, "column": 49 } } @@ -167832,16 +168584,16 @@ ], "kind": "let", "range": [ - 89179, - 89221 + 89899, + 89941 ], "loc": { "start": { - "line": 2920, + "line": 2945, "column": 8 }, "end": { - "line": 2920, + "line": 2945, "column": 50 } } @@ -167857,32 +168609,32 @@ "type": "Identifier", "name": "colType", "range": [ - 89238, - 89245 + 89958, + 89965 ], "loc": { "start": { - "line": 2921, + "line": 2946, "column": 16 }, "end": { - "line": 2921, + "line": 2946, "column": 23 } } }, "prefix": true, "range": [ - 89237, - 89245 + 89957, + 89965 ], "loc": { "start": { - "line": 2921, + "line": 2946, "column": 15 }, "end": { - "line": 2921, + "line": 2946, "column": 23 } } @@ -167891,16 +168643,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 89248, - 89253 + 89968, + 89973 ], "loc": { "start": { - "line": 2921, + "line": 2946, "column": 26 }, "end": { - "line": 2921, + "line": 2946, "column": 31 } } @@ -167914,16 +168666,16 @@ "type": "Identifier", "name": "colType", "range": [ - 89256, - 89263 + 89976, + 89983 ], "loc": { "start": { - "line": 2921, + "line": 2946, "column": 34 }, "end": { - "line": 2921, + "line": 2946, "column": 41 } } @@ -167932,93 +168684,93 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 89264, - 89275 + 89984, + 89995 ], "loc": { "start": { - "line": 2921, + "line": 2946, "column": 42 }, "end": { - "line": 2921, + "line": 2946, "column": 53 } } }, "range": [ - 89256, - 89275 + 89976, + 89995 ], "loc": { "start": { - "line": 2921, + "line": 2946, "column": 34 }, "end": { - "line": 2921, + "line": 2946, "column": 53 } } }, "arguments": [], "range": [ - 89256, - 89277 + 89976, + 89997 ], "loc": { "start": { - "line": 2921, + "line": 2946, "column": 34 }, "end": { - "line": 2921, + "line": 2946, "column": 55 } } }, "range": [ - 89237, - 89277 + 89957, + 89997 ], "loc": { "start": { - "line": 2921, + "line": 2946, "column": 15 }, "end": { - "line": 2921, + "line": 2946, "column": 55 } } }, "range": [ - 89230, - 89278 + 89950, + 89998 ], "loc": { "start": { - "line": 2921, + "line": 2946, "column": 8 }, "end": { - "line": 2921, + "line": 2946, "column": 56 } } } ], "range": [ - 89169, - 89284 + 89889, + 90004 ], "loc": { "start": { - "line": 2919, + "line": 2944, "column": 28 }, "end": { - "line": 2922, + "line": 2947, "column": 5 } } @@ -168026,16 +168778,16 @@ "generator": false, "expression": false, "range": [ - 89158, - 89284 + 89878, + 90004 ], "loc": { "start": { - "line": 2919, + "line": 2944, "column": 17 }, "end": { - "line": 2922, + "line": 2947, "column": 5 } } @@ -168043,16 +168795,16 @@ "kind": "method", "computed": false, "range": [ - 89145, - 89284 + 89865, + 90004 ], "loc": { "start": { - "line": 2919, + "line": 2944, "column": 4 }, "end": { - "line": 2922, + "line": 2947, "column": 5 } }, @@ -168061,16 +168813,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": [ - 89004, - 89140 + 89724, + 89860 ], "loc": { "start": { - "line": 2914, + "line": 2939, "column": 4 }, "end": { - "line": 2918, + "line": 2943, "column": 7 } } @@ -168081,16 +168833,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 89290, - 89372 + 90010, + 90092 ], "loc": { "start": { - "line": 2924, + "line": 2949, "column": 4 }, "end": { - "line": 2927, + "line": 2952, "column": 7 } } @@ -168104,16 +168856,16 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 89377, - 89396 + 90097, + 90116 ], "loc": { "start": { - "line": 2928, + "line": 2953, "column": 4 }, "end": { - "line": 2928, + "line": 2953, "column": 23 } } @@ -168135,16 +168887,16 @@ "object": { "type": "ThisExpression", "range": [ - 89416, - 89420 + 90136, + 90140 ], "loc": { "start": { - "line": 2929, + "line": 2954, "column": 15 }, "end": { - "line": 2929, + "line": 2954, "column": 19 } } @@ -168153,31 +168905,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 89421, - 89430 + 90141, + 90150 ], "loc": { "start": { - "line": 2929, + "line": 2954, "column": 20 }, "end": { - "line": 2929, + "line": 2954, "column": 29 } } }, "range": [ - 89416, - 89430 + 90136, + 90150 ], "loc": { "start": { - "line": 2929, + "line": 2954, "column": 15 }, "end": { - "line": 2929, + "line": 2954, "column": 29 } } @@ -168188,63 +168940,63 @@ "value": false, "raw": "false", "range": [ - 89431, - 89436 + 90151, + 90156 ], "loc": { "start": { - "line": 2929, + "line": 2954, "column": 30 }, "end": { - "line": 2929, + "line": 2954, "column": 35 } } } ], "range": [ - 89416, - 89437 + 90136, + 90157 ], "loc": { "start": { - "line": 2929, + "line": 2954, "column": 15 }, "end": { - "line": 2929, + "line": 2954, "column": 36 } } }, "range": [ - 89409, - 89438 + 90129, + 90158 ], "loc": { "start": { - "line": 2929, + "line": 2954, "column": 8 }, "end": { - "line": 2929, + "line": 2954, "column": 37 } } } ], "range": [ - 89399, - 89444 + 90119, + 90164 ], "loc": { "start": { - "line": 2928, + "line": 2953, "column": 26 }, "end": { - "line": 2930, + "line": 2955, "column": 5 } } @@ -168252,16 +169004,16 @@ "generator": false, "expression": false, "range": [ - 89396, - 89444 + 90116, + 90164 ], "loc": { "start": { - "line": 2928, + "line": 2953, "column": 23 }, "end": { - "line": 2930, + "line": 2955, "column": 5 } } @@ -168269,16 +169021,16 @@ "kind": "method", "computed": false, "range": [ - 89377, - 89444 + 90097, + 90164 ], "loc": { "start": { - "line": 2928, + "line": 2953, "column": 4 }, "end": { - "line": 2930, + "line": 2955, "column": 5 } }, @@ -168287,16 +169039,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 89290, - 89372 + 90010, + 90092 ], "loc": { "start": { - "line": 2924, + "line": 2949, "column": 4 }, "end": { - "line": 2927, + "line": 2952, "column": 7 } } @@ -168307,16 +169059,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": [ - 89450, - 89606 + 90170, + 90326 ], "loc": { "start": { - "line": 2932, + "line": 2957, "column": 4 }, "end": { - "line": 2936, + "line": 2961, "column": 7 } } @@ -168330,16 +169082,16 @@ "type": "Identifier", "name": "getValidRowsNb", "range": [ - 89611, - 89625 + 90331, + 90345 ], "loc": { "start": { - "line": 2937, + "line": 2962, "column": 4 }, "end": { - "line": 2937, + "line": 2962, "column": 18 } } @@ -168354,16 +169106,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 89626, - 89632 + 90346, + 90352 ], "loc": { "start": { - "line": 2937, + "line": 2962, "column": 19 }, "end": { - "line": 2937, + "line": 2962, "column": 25 } } @@ -168373,31 +169125,31 @@ "value": false, "raw": "false", "range": [ - 89635, - 89640 + 90355, + 90360 ], "loc": { "start": { - "line": 2937, + "line": 2962, "column": 28 }, "end": { - "line": 2937, + "line": 2962, "column": 33 } } }, "range": [ - 89626, - 89640 + 90346, + 90360 ], "loc": { "start": { - "line": 2937, + "line": 2962, "column": 19 }, "end": { - "line": 2937, + "line": 2962, "column": 33 } } @@ -168419,16 +169171,16 @@ "object": { "type": "ThisExpression", "range": [ - 89659, - 89663 + 90379, + 90383 ], "loc": { "start": { - "line": 2938, + "line": 2963, "column": 15 }, "end": { - "line": 2938, + "line": 2963, "column": 19 } } @@ -168437,31 +169189,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 89664, - 89676 + 90384, + 90396 ], "loc": { "start": { - "line": 2938, + "line": 2963, "column": 20 }, "end": { - "line": 2938, + "line": 2963, "column": 32 } } }, "range": [ - 89659, - 89676 + 90379, + 90396 ], "loc": { "start": { - "line": 2938, + "line": 2963, "column": 15 }, "end": { - "line": 2938, + "line": 2963, "column": 32 } } @@ -168471,32 +169223,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 89677, - 89683 + 90397, + 90403 ], "loc": { "start": { - "line": 2938, + "line": 2963, "column": 33 }, "end": { - "line": 2938, + "line": 2963, "column": 39 } } } ], "range": [ - 89659, - 89684 + 90379, + 90404 ], "loc": { "start": { - "line": 2938, + "line": 2963, "column": 15 }, "end": { - "line": 2938, + "line": 2963, "column": 40 } } @@ -168505,62 +169257,62 @@ "type": "Identifier", "name": "length", "range": [ - 89685, - 89691 + 90405, + 90411 ], "loc": { "start": { - "line": 2938, + "line": 2963, "column": 41 }, "end": { - "line": 2938, + "line": 2963, "column": 47 } } }, "range": [ - 89659, - 89691 + 90379, + 90411 ], "loc": { "start": { - "line": 2938, + "line": 2963, "column": 15 }, "end": { - "line": 2938, + "line": 2963, "column": 47 } } }, "range": [ - 89652, - 89692 + 90372, + 90412 ], "loc": { "start": { - "line": 2938, + "line": 2963, "column": 8 }, "end": { - "line": 2938, + "line": 2963, "column": 48 } } } ], "range": [ - 89642, - 89698 + 90362, + 90418 ], "loc": { "start": { - "line": 2937, + "line": 2962, "column": 35 }, "end": { - "line": 2939, + "line": 2964, "column": 5 } } @@ -168568,16 +169320,16 @@ "generator": false, "expression": false, "range": [ - 89625, - 89698 + 90345, + 90418 ], "loc": { "start": { - "line": 2937, + "line": 2962, "column": 18 }, "end": { - "line": 2939, + "line": 2964, "column": 5 } } @@ -168585,16 +169337,16 @@ "kind": "method", "computed": false, "range": [ - 89611, - 89698 + 90331, + 90418 ], "loc": { "start": { - "line": 2937, + "line": 2962, "column": 4 }, "end": { - "line": 2939, + "line": 2964, "column": 5 } }, @@ -168603,16 +169355,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": [ - 89450, - 89606 + 90170, + 90326 ], "loc": { "start": { - "line": 2932, + "line": 2957, "column": 4 }, "end": { - "line": 2936, + "line": 2961, "column": 7 } } @@ -168623,16 +169375,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 89704, - 89792 + 90424, + 90512 ], "loc": { "start": { - "line": 2941, + "line": 2966, "column": 4 }, "end": { - "line": 2944, + "line": 2969, "column": 7 } } @@ -168646,16 +169398,16 @@ "type": "Identifier", "name": "config", "range": [ - 89797, - 89803 + 90517, + 90523 ], "loc": { "start": { - "line": 2945, + "line": 2970, "column": 4 }, "end": { - "line": 2945, + "line": 2970, "column": 10 } } @@ -168675,16 +169427,16 @@ "object": { "type": "ThisExpression", "range": [ - 89823, - 89827 + 90543, + 90547 ], "loc": { "start": { - "line": 2946, + "line": 2971, "column": 15 }, "end": { - "line": 2946, + "line": 2971, "column": 19 } } @@ -168693,62 +169445,62 @@ "type": "Identifier", "name": "cfg", "range": [ - 89828, - 89831 + 90548, + 90551 ], "loc": { "start": { - "line": 2946, + "line": 2971, "column": 20 }, "end": { - "line": 2946, + "line": 2971, "column": 23 } } }, "range": [ - 89823, - 89831 + 90543, + 90551 ], "loc": { "start": { - "line": 2946, + "line": 2971, "column": 15 }, "end": { - "line": 2946, + "line": 2971, "column": 23 } } }, "range": [ - 89816, - 89832 + 90536, + 90552 ], "loc": { "start": { - "line": 2946, + "line": 2971, "column": 8 }, "end": { - "line": 2946, + "line": 2971, "column": 24 } } } ], "range": [ - 89806, - 89838 + 90526, + 90558 ], "loc": { "start": { - "line": 2945, + "line": 2970, "column": 13 }, "end": { - "line": 2947, + "line": 2972, "column": 5 } } @@ -168756,16 +169508,16 @@ "generator": false, "expression": false, "range": [ - 89803, - 89838 + 90523, + 90558 ], "loc": { "start": { - "line": 2945, + "line": 2970, "column": 10 }, "end": { - "line": 2947, + "line": 2972, "column": 5 } } @@ -168773,16 +169525,16 @@ "kind": "method", "computed": false, "range": [ - 89797, - 89838 + 90517, + 90558 ], "loc": { "start": { - "line": 2945, + "line": 2970, "column": 4 }, "end": { - "line": 2947, + "line": 2972, "column": 5 } }, @@ -168791,16 +169543,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 89704, - 89792 + 90424, + 90512 ], "loc": { "start": { - "line": 2941, + "line": 2966, "column": 4 }, "end": { - "line": 2944, + "line": 2969, "column": 7 } } @@ -168811,7 +169563,7 @@ ], "range": [ 1570, - 89840 + 90560 ], "loc": { "start": { @@ -168819,14 +169571,14 @@ "column": 25 }, "end": { - "line": 2948, + "line": 2973, "column": 1 } } }, "range": [ 1552, - 89840 + 90560 ], "loc": { "start": { @@ -168834,7 +169586,7 @@ "column": 7 }, "end": { - "line": 2948, + "line": 2973, "column": 1 } }, @@ -168864,7 +169616,7 @@ "source": null, "range": [ 1545, - 89840 + 90560 ], "loc": { "start": { @@ -168872,7 +169624,7 @@ "column": 0 }, "end": { - "line": 2948, + "line": 2973, "column": 1 } }, @@ -168901,7 +169653,7 @@ "sourceType": "module", "range": [ 0, - 89840 + 90560 ], "loc": { "start": { @@ -168909,7 +169661,7 @@ "column": 0 }, "end": { - "line": 2948, + "line": 2973, "column": 1 } }, @@ -169870,10 +170622,10 @@ }, { "type": "Block", - "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", + "value": "*\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n ", "range": [ 10450, - 10548 + 10557 ], "loc": { "start": { @@ -169888,10 +170640,10 @@ }, { "type": "Block", - "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", + "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10614, - 10770 + 10620, + 10718 ], "loc": { "start": { @@ -169899,7 +170651,25 @@ "column": 8 }, "end": { - "line": 395, + "line": 394, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", + "range": [ + 10784, + 10940 + ], + "loc": { + "start": { + "line": 397, + "column": 8 + }, + "end": { + "line": 401, "column": 11 } } @@ -169908,30 +170678,12 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 10855, - 10944 + 11025, + 11114 ], "loc": { "start": { - "line": 398, - "column": 8 - }, - "end": { - "line": 402, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", - "range": [ - 10990, - 11103 - ], - "loc": { - "start": { - "line": 405, + "line": 404, "column": 8 }, "end": { @@ -169942,10 +170694,10 @@ }, { "type": "Block", - "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", + "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 11175, - 11276 + 11160, + 11273 ], "loc": { "start": { @@ -169960,10 +170712,10 @@ }, { "type": "Block", - "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", + "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11363, - 11459 + 11345, + 11446 ], "loc": { "start": { @@ -169978,10 +170730,10 @@ }, { "type": "Block", - "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", + "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11528, - 11643 + 11533, + 11629 ], "loc": { "start": { @@ -169996,10 +170748,10 @@ }, { "type": "Block", - "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", + "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11717, - 11814 + 11698, + 11813 ], "loc": { "start": { @@ -170014,28 +170766,28 @@ }, { "type": "Block", - "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", + "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 11923, - 12027 + 11887, + 11984 ], "loc": { "start": { - "line": 436, + "line": 435, "column": 8 }, "end": { - "line": 439, + "line": 438, "column": 11 } } }, { "type": "Block", - "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", + "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 12094, - 12205 + 12093, + 12197 ], "loc": { "start": { @@ -170050,18 +170802,36 @@ }, { "type": "Block", - "value": "*\n * List of columns implementing custom filtering\n * @type {Array}\n ", + "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12311, - 12408 + 12264, + 12375 ], "loc": { "start": { - "line": 449, + "line": 448, "column": 8 }, "end": { - "line": 452, + "line": 451, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * List of columns implementing custom filtering\n * @type {Array}\n ", + "range": [ + 12481, + 12578 + ], + "loc": { + "start": { + "line": 455, + "column": 8 + }, + "end": { + "line": 458, "column": 11 } } @@ -170070,16 +170840,16 @@ "type": "Block", "value": "*\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n ", "range": [ - 12520, - 12635 + 12690, + 12805 ], "loc": { "start": { - "line": 456, + "line": 462, "column": 8 }, "end": { - "line": 459, + "line": 465, "column": 11 } } @@ -170088,16 +170858,16 @@ "type": "Block", "value": "*\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n ", "range": [ - 12741, - 12907 + 12911, + 13077 ], "loc": { "start": { - "line": 463, + "line": 469, "column": 8 }, "end": { - "line": 467, + "line": 473, "column": 11 } } @@ -170106,30 +170876,12 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 12961, - 13086 + 13131, + 13256 ], "loc": { "start": { - "line": 470, - "column": 8 - }, - "end": { - "line": 474, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", - "range": [ - 13153, - 13235 - ], - "loc": { - "start": { - "line": 477, + "line": 476, "column": 8 }, "end": { @@ -170140,10 +170892,10 @@ }, { "type": "Block", - "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", + "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13302, - 13402 + 13323, + 13405 ], "loc": { "start": { @@ -170158,28 +170910,28 @@ }, { "type": "Block", - "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", + "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13517, - 13616 + 13472, + 13572 ], "loc": { "start": { - "line": 490, + "line": 489, "column": 8 }, "end": { - "line": 493, + "line": 492, "column": 11 } } }, { "type": "Block", - "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", + "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13680, - 13797 + 13687, + 13786 ], "loc": { "start": { @@ -170194,10 +170946,10 @@ }, { "type": "Block", - "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", + "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 13872, - 13964 + 13850, + 13967 ], "loc": { "start": { @@ -170212,18 +170964,36 @@ }, { "type": "Block", - "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", + "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", "range": [ - 14069, - 14176 + 14042, + 14134 ], "loc": { "start": { - "line": 509, + "line": 508, "column": 8 }, "end": { - "line": 512, + "line": 511, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", + "range": [ + 14239, + 14346 + ], + "loc": { + "start": { + "line": 515, + "column": 8 + }, + "end": { + "line": 518, "column": 11 } } @@ -170232,16 +171002,16 @@ "type": "Block", "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", "range": [ - 14302, - 14408 + 14472, + 14578 ], "loc": { "start": { - "line": 516, + "line": 522, "column": 8 }, "end": { - "line": 519, + "line": 525, "column": 11 } } @@ -170250,16 +171020,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14531, - 14585 + 14701, + 14755 ], "loc": { "start": { - "line": 523, + "line": 529, "column": 8 }, "end": { - "line": 523, + "line": 529, "column": 62 } } @@ -170268,26 +171038,8 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n ", "range": [ - 14594, - 14707 - ], - "loc": { - "start": { - "line": 524, - "column": 8 - }, - "end": { - "line": 527, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", - "range": [ - 14778, - 14898 + 14764, + 14877 ], "loc": { "start": { @@ -170302,10 +171054,10 @@ }, { "type": "Block", - "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", + "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 14973, - 15073 + 14948, + 15068 ], "loc": { "start": { @@ -170320,10 +171072,10 @@ }, { "type": "Block", - "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", + "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15135, - 15270 + 15143, + 15243 ], "loc": { "start": { @@ -170331,21 +171083,21 @@ "column": 8 }, "end": { - "line": 546, + "line": 545, "column": 11 } } }, { "type": "Block", - "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", + "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 15352, - 15456 + 15305, + 15440 ], "loc": { "start": { - "line": 549, + "line": 548, "column": 8 }, "end": { @@ -170356,10 +171108,10 @@ }, { "type": "Block", - "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", + "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15529, - 15677 + 15522, + 15626 ], "loc": { "start": { @@ -170367,7 +171119,25 @@ "column": 8 }, "end": { - "line": 559, + "line": 558, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", + "range": [ + 15699, + 15847 + ], + "loc": { + "start": { + "line": 561, + "column": 8 + }, + "end": { + "line": 565, "column": 11 } } @@ -170376,16 +171146,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n ", "range": [ - 15752, - 15915 + 15922, + 16085 ], "loc": { "start": { - "line": 562, + "line": 568, "column": 8 }, "end": { - "line": 566, + "line": 572, "column": 11 } } @@ -170394,16 +171164,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 15988, - 16164 + 16158, + 16334 ], "loc": { "start": { - "line": 569, + "line": 575, "column": 8 }, "end": { - "line": 574, + "line": 580, "column": 11 } } @@ -170412,16 +171182,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16227, - 16364 + 16397, + 16534 ], "loc": { "start": { - "line": 577, + "line": 583, "column": 8 }, "end": { - "line": 581, + "line": 587, "column": 11 } } @@ -170430,16 +171200,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 16441, - 16618 + 16611, + 16788 ], "loc": { "start": { - "line": 584, + "line": 590, "column": 8 }, "end": { - "line": 589, + "line": 595, "column": 11 } } @@ -170448,16 +171218,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16683, - 16821 + 16853, + 16991 ], "loc": { "start": { - "line": 592, + "line": 598, "column": 8 }, "end": { - "line": 596, + "line": 602, "column": 11 } } @@ -170466,30 +171236,12 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 16901, - 17044 + 17071, + 17214 ], "loc": { "start": { - "line": 599, - "column": 8 - }, - "end": { - "line": 603, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", - "range": [ - 17120, - 17238 - ], - "loc": { - "start": { - "line": 606, + "line": 605, "column": 8 }, "end": { @@ -170500,10 +171252,10 @@ }, { "type": "Block", - "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", + "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 17305, - 17777 + 17290, + 17408 ], "loc": { "start": { @@ -170511,7 +171263,25 @@ "column": 8 }, "end": { - "line": 628, + "line": 615, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", + "range": [ + 17475, + 17947 + ], + "loc": { + "start": { + "line": 618, + "column": 8 + }, + "end": { + "line": 634, "column": 11 } } @@ -170520,16 +171290,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 17834, - 17860 + 18004, + 18030 ], "loc": { "start": { - "line": 631, + "line": 637, "column": 8 }, "end": { - "line": 631, + "line": 637, "column": 34 } } @@ -170538,26 +171308,8 @@ "type": "Block", "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", "range": [ - 17869, - 17986 - ], - "loc": { - "start": { - "line": 632, - "column": 8 - }, - "end": { - "line": 635, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", - "range": [ - 18052, - 18165 + 18039, + 18156 ], "loc": { "start": { @@ -170572,10 +171324,10 @@ }, { "type": "Block", - "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", + "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", "range": [ - 18232, - 18352 + 18222, + 18335 ], "loc": { "start": { @@ -170590,10 +171342,10 @@ }, { "type": "Block", - "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", + "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", "range": [ - 18425, - 18532 + 18402, + 18522 ], "loc": { "start": { @@ -170608,10 +171360,10 @@ }, { "type": "Block", - "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", + "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18591, - 18699 + 18595, + 18702 ], "loc": { "start": { @@ -170626,10 +171378,10 @@ }, { "type": "Block", - "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", + "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18759, - 18867 + 18761, + 18869 ], "loc": { "start": { @@ -170644,10 +171396,10 @@ }, { "type": "Block", - "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", + "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 18930, - 19036 + 18929, + 19037 ], "loc": { "start": { @@ -170662,10 +171414,10 @@ }, { "type": "Block", - "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", + "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 19097, - 19213 + 19100, + 19206 ], "loc": { "start": { @@ -170680,10 +171432,10 @@ }, { "type": "Block", - "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", + "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 19281, - 19399 + 19267, + 19383 ], "loc": { "start": { @@ -170698,10 +171450,10 @@ }, { "type": "Block", - "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", + "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19469, - 19575 + 19451, + 19569 ], "loc": { "start": { @@ -170716,10 +171468,10 @@ }, { "type": "Block", - "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", + "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19640, - 19740 + 19639, + 19745 ], "loc": { "start": { @@ -170734,10 +171486,10 @@ }, { "type": "Block", - "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", + "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19800, - 19911 + 19810, + 19910 ], "loc": { "start": { @@ -170752,10 +171504,10 @@ }, { "type": "Block", - "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", + "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19972, - 20079 + 19970, + 20081 ], "loc": { "start": { @@ -170770,10 +171522,10 @@ }, { "type": "Block", - "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", + "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20145, - 20250 + 20142, + 20249 ], "loc": { "start": { @@ -170787,11 +171539,11 @@ } }, { - "type": "Line", - "value": " this.curExp = f.cur_exp || '^[¥£€$]';", + "type": "Block", + "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20314, - 20354 + 20315, + 20420 ], "loc": { "start": { @@ -170799,7 +171551,25 @@ "column": 8 }, "end": { - "line": 716, + "line": 719, + "column": 11 + } + } + }, + { + "type": "Line", + "value": " this.curExp = f.cur_exp || '^[¥£€$]';", + "range": [ + 20484, + 20524 + ], + "loc": { + "start": { + "line": 722, + "column": 8 + }, + "end": { + "line": 722, "column": 48 } } @@ -170808,26 +171578,8 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20364, - 20440 - ], - "loc": { - "start": { - "line": 718, - "column": 8 - }, - "end": { - "line": 721, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", - "range": [ - 20495, - 20581 + 20534, + 20610 ], "loc": { "start": { @@ -170842,10 +171594,10 @@ }, { "type": "Block", - "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", + "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20643, - 20727 + 20665, + 20751 ], "loc": { "start": { @@ -170860,10 +171612,10 @@ }, { "type": "Block", - "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", + "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", "range": [ - 20785, - 20885 + 20813, + 20897 ], "loc": { "start": { @@ -170878,10 +171630,10 @@ }, { "type": "Block", - "value": "** validation - reset buttons/links **", + "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", "range": [ - 20936, - 20978 + 20955, + 21055 ], "loc": { "start": { @@ -170889,7 +171641,25 @@ "column": 8 }, "end": { - "line": 742, + "line": 745, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "** validation - reset buttons/links **", + "range": [ + 21106, + 21148 + ], + "loc": { + "start": { + "line": 748, + "column": 8 + }, + "end": { + "line": 748, "column": 50 } } @@ -170898,26 +171668,8 @@ "type": "Block", "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", "range": [ - 20987, - 21073 - ], - "loc": { - "start": { - "line": 743, - "column": 8 - }, - "end": { - "line": 746, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Define filters submission button text\n * @type {String}\n ", - "range": [ - 21125, - 21215 + 21157, + 21243 ], "loc": { "start": { @@ -170932,10 +171684,10 @@ }, { "type": "Block", - "value": "*\n * Css class for filters submission button\n * @type {String}\n ", + "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ 21295, - 21387 + 21385 ], "loc": { "start": { @@ -170950,28 +171702,28 @@ }, { "type": "Block", - "value": "*\n * Enable clear button\n * @type {Boolean}\n ", + "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21503, - 21576 + 21465, + 21557 ], "loc": { "start": { - "line": 762, + "line": 761, "column": 8 }, "end": { - "line": 765, + "line": 764, "column": 11 } } }, { "type": "Block", - "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", + "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21632, - 21728 + 21673, + 21746 ], "loc": { "start": { @@ -170986,28 +171738,28 @@ }, { "type": "Block", - "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", + "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21831, - 21926 + 21802, + 21898 ], "loc": { "start": { - "line": 775, + "line": 774, "column": 8 }, "end": { - "line": 778, + "line": 777, "column": 11 } } }, { "type": "Block", - "value": "*\n * Enable paging component\n * @type {Boolean}\n ", + "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 22014, - 22091 + 22001, + 22096 ], "loc": { "start": { @@ -171022,10 +171774,10 @@ }, { "type": "Block", - "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", + "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 22142, - 22236 + 22184, + 22261 ], "loc": { "start": { @@ -171033,7 +171785,25 @@ "column": 8 }, "end": { - "line": 791, + "line": 790, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", + "range": [ + 22312, + 22406 + ], + "loc": { + "start": { + "line": 793, + "column": 8 + }, + "end": { + "line": 797, "column": 11 } } @@ -171042,30 +171812,12 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22277, - 22414 + 22447, + 22584 ], "loc": { "start": { - "line": 794, - "column": 8 - }, - "end": { - "line": 798, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", - "range": [ - 22474, - 22553 - ], - "loc": { - "start": { - "line": 801, + "line": 800, "column": 8 }, "end": { @@ -171076,18 +171828,36 @@ }, { "type": "Block", - "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", + "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22677, - 22782 + 22644, + 22723 ], "loc": { "start": { - "line": 808, + "line": 807, "column": 8 }, "end": { - "line": 812, + "line": 810, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", + "range": [ + 22847, + 22952 + ], + "loc": { + "start": { + "line": 814, + "column": 8 + }, + "end": { + "line": 818, "column": 11 } } @@ -171096,30 +171866,12 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 22826, - 22922 + 22996, + 23092 ], "loc": { "start": { - "line": 815, - "column": 8 - }, - "end": { - "line": 819, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", - "range": [ - 22969, - 23060 - ], - "loc": { - "start": { - "line": 822, + "line": 821, "column": 8 }, "end": { @@ -171130,10 +171882,10 @@ }, { "type": "Block", - "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", + "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 23134, - 23226 + 23139, + 23230 ], "loc": { "start": { @@ -171148,18 +171900,36 @@ }, { "type": "Block", - "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", + "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 23335, - 23413 + 23304, + 23396 ], "loc": { "start": { - "line": 835, + "line": 834, "column": 8 }, "end": { - "line": 838, + "line": 837, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", + "range": [ + 23505, + 23583 + ], + "loc": { + "start": { + "line": 841, + "column": 8 + }, + "end": { + "line": 844, "column": 11 } } @@ -171168,16 +171938,16 @@ "type": "Block", "value": "** data types **", "range": [ - 23480, - 23500 + 23650, + 23670 ], "loc": { "start": { - "line": 841, + "line": 847, "column": 8 }, "end": { - "line": 841, + "line": 847, "column": 28 } } @@ -171186,30 +171956,12 @@ "type": "Block", "value": "*\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n ", "range": [ - 23510, - 23677 + 23680, + 23847 ], "loc": { "start": { - "line": 843, - "column": 8 - }, - "end": { - "line": 847, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", - "range": [ - 23727, - 23834 - ], - "loc": { - "start": { - "line": 850, + "line": 849, "column": 8 }, "end": { @@ -171220,10 +171972,10 @@ }, { "type": "Block", - "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", + "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 23908, - 24013 + 23897, + 24004 ], "loc": { "start": { @@ -171238,10 +171990,10 @@ }, { "type": "Block", - "value": "*\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n ", + "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 24083, - 24203 + 24078, + 24183 ], "loc": { "start": { @@ -171249,7 +172001,25 @@ "column": 8 }, "end": { - "line": 866, + "line": 865, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n ", + "range": [ + 24253, + 24373 + ], + "loc": { + "start": { + "line": 868, + "column": 8 + }, + "end": { + "line": 872, "column": 11 } } @@ -171258,16 +172028,16 @@ "type": "Block", "value": "*\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n ", "range": [ - 24262, - 24860 + 24432, + 25030 ], "loc": { "start": { - "line": 869, + "line": 875, "column": 8 }, "end": { - "line": 882, + "line": 888, "column": 11 } } @@ -171276,16 +172046,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 24931, - 24953 + 25101, + 25123 ], "loc": { "start": { - "line": 885, + "line": 891, "column": 8 }, "end": { - "line": 885, + "line": 891, "column": 30 } } @@ -171294,26 +172064,8 @@ "type": "Block", "value": "*\n * Main prefix\n * @private\n ", "range": [ - 24962, - 25020 - ], - "loc": { - "start": { - "line": 886, - "column": 8 - }, - "end": { - "line": 889, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", - "range": [ - 25058, - 25142 + 25132, + 25190 ], "loc": { "start": { @@ -171328,10 +172080,10 @@ }, { "type": "Block", - "value": "*\n * Button's ID prefix\n * @private\n ", + "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", "range": [ - 25182, - 25247 + 25228, + 25312 ], "loc": { "start": { @@ -171346,10 +172098,10 @@ }, { "type": "Block", - "value": "*\n * Toolbar container ID prefix\n * @private\n ", + "value": "*\n * Button's ID prefix\n * @private\n ", "range": [ - 25293, - 25367 + 25352, + 25417 ], "loc": { "start": { @@ -171364,10 +172116,10 @@ }, { "type": "Block", - "value": "*\n * Toolbar left element ID prefix\n * @private\n ", + "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 25411, - 25488 + 25463, + 25537 ], "loc": { "start": { @@ -171382,10 +172134,10 @@ }, { "type": "Block", - "value": "*\n * Toolbar right element ID prefix\n * @private\n ", + "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25531, - 25609 + 25581, + 25658 ], "loc": { "start": { @@ -171400,10 +172152,10 @@ }, { "type": "Block", - "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", + "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25652, - 25731 + 25701, + 25779 ], "loc": { "start": { @@ -171418,10 +172170,10 @@ }, { "type": "Block", - "value": "*\n * Responsive Css class\n * @private\n ", + "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25774, - 25841 + 25822, + 25901 ], "loc": { "start": { @@ -171436,10 +172188,10 @@ }, { "type": "Block", - "value": "** extensions **", + "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 25889, - 25909 + 25944, + 26011 ], "loc": { "start": { @@ -171447,7 +172199,25 @@ "column": 8 }, "end": { - "line": 934, + "line": 937, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "** extensions **", + "range": [ + 26059, + 26079 + ], + "loc": { + "start": { + "line": 940, + "column": 8 + }, + "end": { + "line": 940, "column": 28 } } @@ -171456,16 +172226,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 25918, - 26015 + 26088, + 26185 ], "loc": { "start": { - "line": 935, + "line": 941, "column": 8 }, "end": { - "line": 939, + "line": 945, "column": 11 } } @@ -171474,16 +172244,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 26065, - 26178 + 26235, + 26348 ], "loc": { "start": { - "line": 942, + "line": 948, "column": 8 }, "end": { - "line": 946, + "line": 952, "column": 11 } } @@ -171492,16 +172262,16 @@ "type": "Block", "value": "** themes **", "range": [ - 26243, - 26259 + 26413, + 26429 ], "loc": { "start": { - "line": 949, + "line": 955, "column": 8 }, "end": { - "line": 949, + "line": 955, "column": 24 } } @@ -171510,16 +172280,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 26268, - 26342 + 26438, + 26512 ], "loc": { "start": { - "line": 950, + "line": 956, "column": 8 }, "end": { - "line": 953, + "line": 959, "column": 11 } } @@ -171528,16 +172298,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26419, - 26529 + 26589, + 26699 ], "loc": { "start": { - "line": 956, + "line": 962, "column": 8 }, "end": { - "line": 960, + "line": 966, "column": 11 } } @@ -171546,16 +172316,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26612, - 26724 + 26782, + 26894 ], "loc": { "start": { - "line": 963, + "line": 969, "column": 8 }, "end": { - "line": 967, + "line": 973, "column": 11 } } @@ -171564,30 +172334,12 @@ "type": "Block", "value": "*\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26772, - 26953 + 26942, + 27123 ], "loc": { "start": { - "line": 970, - "column": 8 - }, - "end": { - "line": 975, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", - "range": [ - 27034, - 27112 - ], - "loc": { - "start": { - "line": 978, + "line": 976, "column": 8 }, "end": { @@ -171598,10 +172350,10 @@ }, { "type": "Block", - "value": "*\n * Features registry\n * @private\n ", + "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 27171, - 27235 + 27204, + 27282 ], "loc": { "start": { @@ -171616,10 +172368,10 @@ }, { "type": "Block", - "value": "*\n * Extensions registry\n * @private\n ", + "value": "*\n * Features registry\n * @private\n ", "range": [ - 27268, - 27334 + 27341, + 27405 ], "loc": { "start": { @@ -171634,18 +172386,36 @@ }, { "type": "Block", - "value": "*\n * Initialise features and layout\n ", + "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 27377, - 27426 + 27438, + 27504 ], "loc": { "start": { - "line": 997, - "column": 4 + "line": 996, + "column": 8 }, "end": { "line": 999, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Initialise features and layout\n ", + "range": [ + 27547, + 27596 + ], + "loc": { + "start": { + "line": 1003, + "column": 4 + }, + "end": { + "line": 1005, "column": 7 } } @@ -171654,16 +172424,16 @@ "type": "Line", "value": "loads stylesheet if not imported", "range": [ - 27619, - 27653 + 27789, + 27823 ], "loc": { "start": { - "line": 1009, + "line": 1015, "column": 8 }, "end": { - "line": 1009, + "line": 1015, "column": 42 } } @@ -171672,16 +172442,16 @@ "type": "Line", "value": "loads theme", "range": [ - 27734, - 27747 + 27904, + 27917 ], "loc": { "start": { - "line": 1012, + "line": 1018, "column": 8 }, "end": { - "line": 1012, + "line": 1018, "column": 21 } } @@ -171690,16 +172460,16 @@ "type": "Line", "value": " Instanciate sugar date wrapper", "range": [ - 27828, - 27861 + 27998, + 28031 ], "loc": { "start": { - "line": 1017, + "line": 1023, "column": 8 }, "end": { - "line": 1017, + "line": 1023, "column": 41 } } @@ -171708,16 +172478,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 27986, - 28045 + 28156, + 28215 ], "loc": { "start": { - "line": 1023, + "line": 1029, "column": 8 }, "end": { - "line": 1023, + "line": 1029, "column": 67 } } @@ -171726,16 +172496,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 29031, - 29062 + 29201, + 29232 ], "loc": { "start": { - "line": 1064, + "line": 1070, "column": 8 }, "end": { - "line": 1064, + "line": 1070, "column": 39 } } @@ -171744,16 +172514,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 29263, - 29282 + 29433, + 29452 ], "loc": { "start": { - "line": 1072, + "line": 1078, "column": 12 }, "end": { - "line": 1072, + "line": 1078, "column": 31 } } @@ -171762,16 +172532,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29862, - 29894 + 30032, + 30064 ], "loc": { "start": { - "line": 1088, + "line": 1094, "column": 16 }, "end": { - "line": 1088, + "line": 1094, "column": 48 } } @@ -171780,16 +172550,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 30062, - 30081 + 30232, + 30251 ], "loc": { "start": { - "line": 1094, + "line": 1100, "column": 16 }, "end": { - "line": 1094, + "line": 1100, "column": 35 } } @@ -171798,16 +172568,16 @@ "type": "Line", "value": " checklist", "range": [ - 30367, - 30379 + 30537, + 30549 ], "loc": { "start": { - "line": 1101, + "line": 1107, "column": 16 }, "end": { - "line": 1101, + "line": 1107, "column": 28 } } @@ -171816,16 +172586,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30749, - 30775 + 30919, + 30945 ], "loc": { "start": { - "line": 1111, + "line": 1117, "column": 16 }, "end": { - "line": 1111, + "line": 1117, "column": 42 } } @@ -171834,16 +172604,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 31110, - 31127 + 31280, + 31297 ], "loc": { "start": { - "line": 1122, + "line": 1128, "column": 9 }, "end": { - "line": 1122, + "line": 1128, "column": 26 } } @@ -171852,16 +172622,16 @@ "type": "Block", "value": " Features ", "range": [ - 31137, - 31151 + 31307, + 31321 ], "loc": { "start": { - "line": 1124, + "line": 1130, "column": 8 }, "end": { - "line": 1124, + "line": 1130, "column": 22 } } @@ -171870,16 +172640,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 32356, - 32388 + 32526, + 32558 ], "loc": { "start": { - "line": 1165, + "line": 1171, "column": 8 }, "end": { - "line": 1165, + "line": 1171, "column": 40 } } @@ -171888,16 +172658,16 @@ "type": "Block", "value": " Loads extensions ", "range": [ - 32591, - 32613 + 32761, + 32783 ], "loc": { "start": { - "line": 1173, + "line": 1179, "column": 8 }, "end": { - "line": 1173, + "line": 1179, "column": 30 } } @@ -171906,16 +172676,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32702, - 32724 + 32872, + 32894 ], "loc": { "start": { - "line": 1178, + "line": 1184, "column": 8 }, "end": { - "line": 1178, + "line": 1184, "column": 30 } } @@ -171924,16 +172694,16 @@ "type": "Block", "value": "*\n * @inherited\n ", "range": [ - 33118, - 33155 + 33288, + 33325 ], "loc": { "start": { - "line": 1189, + "line": 1195, "column": 8 }, "end": { - "line": 1191, + "line": 1197, "column": 11 } } @@ -171942,16 +172712,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 33346, - 33409 + 33516, + 33579 ], "loc": { "start": { - "line": 1200, + "line": 1206, "column": 4 }, "end": { - "line": 1203, + "line": 1209, "column": 7 } } @@ -171960,16 +172730,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": [ - 33877, - 34010 + 34047, + 34180 ], "loc": { "start": { - "line": 1222, + "line": 1228, "column": 4 }, "end": { - "line": 1226, + "line": 1232, "column": 7 } } @@ -171978,16 +172748,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34866, - 34949 + 35036, + 35119 ], "loc": { "start": { - "line": 1255, + "line": 1261, "column": 4 }, "end": { - "line": 1257, + "line": 1263, "column": 7 } } @@ -171996,16 +172766,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 35058, - 35123 + 35228, + 35293 ], "loc": { "start": { - "line": 1264, + "line": 1270, "column": 4 }, "end": { - "line": 1267, + "line": 1273, "column": 7 } } @@ -172014,16 +172784,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 35245, - 35333 + 35415, + 35503 ], "loc": { "start": { - "line": 1273, + "line": 1279, "column": 4 }, "end": { - "line": 1275, + "line": 1281, "column": 7 } } @@ -172032,16 +172802,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 35545, - 35600 + 35715, + 35770 ], "loc": { "start": { - "line": 1284, + "line": 1290, "column": 4 }, "end": { - "line": 1286, + "line": 1292, "column": 7 } } @@ -172050,16 +172820,16 @@ "type": "Line", "value": " TODO: prevent filters row generation for popup filters too,", "range": [ - 35635, - 35697 + 35805, + 35867 ], "loc": { "start": { - "line": 1288, + "line": 1294, "column": 8 }, "end": { - "line": 1288, + "line": 1294, "column": 70 } } @@ -172068,16 +172838,16 @@ "type": "Line", "value": " to reduce and simplify headers row index adjusting across lib modules", "range": [ - 35706, - 35778 + 35876, + 35948 ], "loc": { "start": { - "line": 1289, + "line": 1295, "column": 8 }, "end": { - "line": 1289, + "line": 1295, "column": 80 } } @@ -172086,16 +172856,16 @@ "type": "Line", "value": " (GridLayout, PopupFilter etc)", "range": [ - 35787, - 35819 + 35957, + 35989 ], "loc": { "start": { - "line": 1290, + "line": 1296, "column": 8 }, "end": { - "line": 1290, + "line": 1296, "column": 40 } } @@ -172104,16 +172874,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 36367, - 36414 + 36537, + 36584 ], "loc": { "start": { - "line": 1313, + "line": 1319, "column": 4 }, "end": { - "line": 1315, + "line": 1321, "column": 7 } } @@ -172122,16 +172892,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": [ - 36618, - 36837 + 36788, + 37007 ], "loc": { "start": { - "line": 1324, + "line": 1330, "column": 4 }, "end": { - "line": 1329, + "line": 1335, "column": 7 } } @@ -172140,16 +172910,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37607, - 37645 + 37777, + 37815 ], "loc": { "start": { - "line": 1348, + "line": 1354, "column": 8 }, "end": { - "line": 1348, + "line": 1354, "column": 46 } } @@ -172158,16 +172928,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 38074, - 38223 + 38244, + 38393 ], "loc": { "start": { - "line": 1363, + "line": 1369, "column": 4 }, "end": { - "line": 1367, + "line": 1373, "column": 7 } } @@ -172176,16 +172946,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 38586, - 38624 + 38756, + 38794 ], "loc": { "start": { - "line": 1376, + "line": 1382, "column": 8 }, "end": { - "line": 1376, + "line": 1382, "column": 46 } } @@ -172194,16 +172964,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": [ - 38839, - 38973 + 39009, + 39143 ], "loc": { "start": { - "line": 1386, + "line": 1392, "column": 4 }, "end": { - "line": 1390, + "line": 1396, "column": 7 } } @@ -172212,16 +172982,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 39036, - 39120 + 39206, + 39290 ], "loc": { "start": { - "line": 1395, + "line": 1401, "column": 4 }, "end": { - "line": 1397, + "line": 1403, "column": 7 } } @@ -172230,16 +173000,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 39188, - 39241 + 39358, + 39411 ], "loc": { "start": { - "line": 1400, + "line": 1406, "column": 8 }, "end": { - "line": 1400, + "line": 1406, "column": 61 } } @@ -172248,16 +173018,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 39628, - 39723 + 39798, + 39893 ], "loc": { "start": { - "line": 1413, + "line": 1419, "column": 4 }, "end": { - "line": 1416, + "line": 1422, "column": 7 } } @@ -172266,16 +173036,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 40112, - 40142 + 40282, + 40312 ], "loc": { "start": { - "line": 1433, + "line": 1439, "column": 8 }, "end": { - "line": 1433, + "line": 1439, "column": 38 } } @@ -172284,16 +173054,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 40203, - 40223 + 40373, + 40393 ], "loc": { "start": { - "line": 1435, + "line": 1441, "column": 12 }, "end": { - "line": 1435, + "line": 1441, "column": 32 } } @@ -172302,16 +173072,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 40287, - 40306 + 40457, + 40476 ], "loc": { "start": { - "line": 1437, + "line": 1443, "column": 12 }, "end": { - "line": 1437, + "line": 1443, "column": 31 } } @@ -172320,16 +173090,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 40398, - 40541 + 40568, + 40711 ], "loc": { "start": { - "line": 1443, + "line": 1449, "column": 4 }, "end": { - "line": 1447, + "line": 1453, "column": 7 } } @@ -172338,16 +173108,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 40614, - 40744 + 40784, + 40914 ], "loc": { "start": { - "line": 1452, + "line": 1458, "column": 4 }, "end": { - "line": 1456, + "line": 1462, "column": 7 } } @@ -172356,16 +173126,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions defined in the configuration object\n ", "range": [ - 40830, - 40911 + 41000, + 41081 ], "loc": { "start": { - "line": 1461, + "line": 1467, "column": 4 }, "end": { - "line": 1463, + "line": 1469, "column": 7 } } @@ -172374,16 +173144,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 41284, - 41350 + 41454, + 41520 ], "loc": { "start": { - "line": 1477, + "line": 1483, "column": 4 }, "end": { - "line": 1479, + "line": 1485, "column": 7 } } @@ -172392,16 +173162,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41471, - 41493 + 41641, + 41663 ], "loc": { "start": { - "line": 1484, + "line": 1490, "column": 8 }, "end": { - "line": 1484, + "line": 1490, "column": 30 } } @@ -172410,16 +173180,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42321, - 42347 + 42491, + 42517 ], "loc": { "start": { - "line": 1508, + "line": 1514, "column": 8 }, "end": { - "line": 1508, + "line": 1514, "column": 34 } } @@ -172428,16 +173198,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42445, - 42563 + 42615, + 42733 ], "loc": { "start": { - "line": 1514, + "line": 1520, "column": 4 }, "end": { - "line": 1517, + "line": 1523, "column": 7 } } @@ -172446,16 +173216,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42653, - 42691 + 42823, + 42861 ], "loc": { "start": { - "line": 1522, + "line": 1528, "column": 4 }, "end": { - "line": 1524, + "line": 1530, "column": 7 } } @@ -172464,16 +173234,16 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 43529, - 43555 + 43699, + 43725 ], "loc": { "start": { - "line": 1555, + "line": 1561, "column": 8 }, "end": { - "line": 1555, + "line": 1561, "column": 34 } } @@ -172482,16 +173252,16 @@ "type": "Line", "value": " Destroy modules", "range": [ - 43604, - 43622 + 43774, + 43792 ], "loc": { "start": { - "line": 1558, + "line": 1564, "column": 8 }, "end": { - "line": 1558, + "line": 1564, "column": 26 } } @@ -172500,16 +173270,16 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 43631, - 43681 + 43801, + 43851 ], "loc": { "start": { - "line": 1559, + "line": 1565, "column": 8 }, "end": { - "line": 1559, + "line": 1565, "column": 58 } } @@ -172518,16 +173288,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43890, - 43914 + 44060, + 44084 ], "loc": { "start": { - "line": 1567, + "line": 1573, "column": 8 }, "end": { - "line": 1567, + "line": 1573, "column": 32 } } @@ -172536,16 +173306,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 44495, - 44584 + 44665, + 44754 ], "loc": { "start": { - "line": 1586, + "line": 1592, "column": 4 }, "end": { - "line": 1588, + "line": 1594, "column": 7 } } @@ -172554,16 +173324,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44670, - 44693 + 44840, + 44863 ], "loc": { "start": { - "line": 1594, + "line": 1600, "column": 8 }, "end": { - "line": 1594, + "line": 1600, "column": 31 } } @@ -172572,16 +173342,16 @@ "type": "Line", "value": "custom container", "range": [ - 44825, - 44843 + 44995, + 45013 ], "loc": { "start": { - "line": 1598, + "line": 1604, "column": 8 }, "end": { - "line": 1598, + "line": 1604, "column": 26 } } @@ -172590,16 +173360,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44951, - 44964 + 45121, + 45134 ], "loc": { "start": { - "line": 1602, + "line": 1608, "column": 8 }, "end": { - "line": 1602, + "line": 1608, "column": 21 } } @@ -172608,16 +173378,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 45183, - 45223 + 45353, + 45393 ], "loc": { "start": { - "line": 1608, + "line": 1614, "column": 8 }, "end": { - "line": 1608, + "line": 1614, "column": 48 } } @@ -172626,16 +173396,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 45457, - 45503 + 45627, + 45673 ], "loc": { "start": { - "line": 1616, + "line": 1622, "column": 8 }, "end": { - "line": 1616, + "line": 1622, "column": 54 } } @@ -172644,16 +173414,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45711, - 45805 + 45881, + 45975 ], "loc": { "start": { - "line": 1622, + "line": 1628, "column": 8 }, "end": { - "line": 1623, + "line": 1629, "column": 52 } } @@ -172662,16 +173432,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 46013, - 46057 + 46183, + 46227 ], "loc": { "start": { - "line": 1629, + "line": 1635, "column": 8 }, "end": { - "line": 1629, + "line": 1635, "column": 52 } } @@ -172680,16 +173450,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 46265, - 46310 + 46435, + 46480 ], "loc": { "start": { - "line": 1635, + "line": 1641, "column": 8 }, "end": { - "line": 1635, + "line": 1641, "column": 53 } } @@ -172698,16 +173468,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 46357, - 46419 + 46527, + 46589 ], "loc": { "start": { - "line": 1637, + "line": 1643, "column": 12 }, "end": { - "line": 1637, + "line": 1643, "column": 74 } } @@ -172716,16 +173486,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 46432, - 46472 + 46602, + 46642 ], "loc": { "start": { - "line": 1638, + "line": 1644, "column": 12 }, "end": { - "line": 1638, + "line": 1644, "column": 52 } } @@ -172734,16 +173504,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 46586, - 46637 + 46756, + 46807 ], "loc": { "start": { - "line": 1644, + "line": 1650, "column": 4 }, "end": { - "line": 1646, + "line": 1652, "column": 7 } } @@ -172752,16 +173522,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46977, - 47034 + 47147, + 47204 ], "loc": { "start": { - "line": 1661, + "line": 1667, "column": 4 }, "end": { - "line": 1663, + "line": 1669, "column": 7 } } @@ -172770,16 +173540,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": [ - 47449, - 47603 + 47619, + 47773 ], "loc": { "start": { - "line": 1679, + "line": 1685, "column": 4 }, "end": { - "line": 1683, + "line": 1689, "column": 7 } } @@ -172788,16 +173558,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": [ - 47749, - 47945 + 47919, + 48115 ], "loc": { "start": { - "line": 1689, + "line": 1695, "column": 4 }, "end": { - "line": 1694, + "line": 1700, "column": 7 } } @@ -172806,16 +173576,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": [ - 48805, - 49042 + 48975, + 49212 ], "loc": { "start": { - "line": 1723, + "line": 1729, "column": 4 }, "end": { - "line": 1727, + "line": 1733, "column": 7 } } @@ -172824,16 +173594,16 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 49146, - 49172 + 49316, + 49342 ], "loc": { "start": { - "line": 1732, + "line": 1738, "column": 8 }, "end": { - "line": 1732, + "line": 1738, "column": 34 } } @@ -172842,16 +173612,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 49469, - 49491 + 49639, + 49661 ], "loc": { "start": { - "line": 1743, + "line": 1749, "column": 8 }, "end": { - "line": 1743, + "line": 1749, "column": 30 } } @@ -172860,16 +173630,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 50066, - 50105 + 50236, + 50275 ], "loc": { "start": { - "line": 1757, + "line": 1763, "column": 12 }, "end": { - "line": 1757, + "line": 1763, "column": 51 } } @@ -172878,16 +173648,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 50118, - 50153 + 50288, + 50323 ], "loc": { "start": { - "line": 1758, + "line": 1764, "column": 12 }, "end": { - "line": 1758, + "line": 1764, "column": 47 } } @@ -172896,16 +173666,16 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 50295, - 50317 + 50465, + 50487 ], "loc": { "start": { - "line": 1763, + "line": 1769, "column": 8 }, "end": { - "line": 1763, + "line": 1769, "column": 30 } } @@ -172914,16 +173684,16 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 50374, - 50400 + 50544, + 50570 ], "loc": { "start": { - "line": 1765, + "line": 1771, "column": 12 }, "end": { - "line": 1765, + "line": 1771, "column": 38 } } @@ -172932,16 +173702,16 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 51009, - 51051 + 51179, + 51221 ], "loc": { "start": { - "line": 1782, + "line": 1788, "column": 8 }, "end": { - "line": 1782, + "line": 1788, "column": 50 } } @@ -172950,16 +173720,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 51201, - 51228 + 51371, + 51398 ], "loc": { "start": { - "line": 1788, + "line": 1794, "column": 12 }, "end": { - "line": 1788, + "line": 1794, "column": 39 } } @@ -172968,16 +173738,16 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 51522, - 51548 + 51692, + 51718 ], "loc": { "start": { - "line": 1796, + "line": 1802, "column": 16 }, "end": { - "line": 1796, + "line": 1802, "column": 42 } } @@ -172986,16 +173756,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 51762, - 51801 + 51932, + 51971 ], "loc": { "start": { - "line": 1803, + "line": 1809, "column": 12 }, "end": { - "line": 1803, + "line": 1809, "column": 51 } } @@ -173004,16 +173774,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 52160, - 52185 + 52330, + 52355 ], "loc": { "start": { - "line": 1812, + "line": 1818, "column": 16 }, "end": { - "line": 1812, + "line": 1818, "column": 41 } } @@ -173022,16 +173792,16 @@ "type": "Line", "value": " lower date", "range": [ - 52875, - 52888 + 53045, + 53058 ], "loc": { "start": { - "line": 1828, + "line": 1834, "column": 16 }, "end": { - "line": 1828, + "line": 1834, "column": 29 } } @@ -173040,16 +173810,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 53067, - 53086 + 53237, + 53256 ], "loc": { "start": { - "line": 1833, + "line": 1839, "column": 16 }, "end": { - "line": 1833, + "line": 1839, "column": 35 } } @@ -173058,16 +173828,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 53273, - 53294 + 53443, + 53464 ], "loc": { "start": { - "line": 1838, + "line": 1844, "column": 16 }, "end": { - "line": 1838, + "line": 1844, "column": 37 } } @@ -173076,16 +173846,16 @@ "type": "Line", "value": " greater date", "range": [ - 53481, - 53496 + 53651, + 53666 ], "loc": { "start": { - "line": 1843, + "line": 1849, "column": 16 }, "end": { - "line": 1843, + "line": 1849, "column": 31 } } @@ -173094,16 +173864,16 @@ "type": "Line", "value": " different date", "range": [ - 53680, - 53697 + 53850, + 53867 ], "loc": { "start": { - "line": 1848, + "line": 1854, "column": 16 }, "end": { - "line": 1848, + "line": 1854, "column": 33 } } @@ -173112,16 +173882,16 @@ "type": "Line", "value": " equal date", "range": [ - 53906, - 53919 + 54076, + 54089 ], "loc": { "start": { - "line": 1853, + "line": 1859, "column": 16 }, "end": { - "line": 1853, + "line": 1859, "column": 29 } } @@ -173130,16 +173900,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 54129, - 54190 + 54299, + 54360 ], "loc": { "start": { - "line": 1858, + "line": 1864, "column": 16 }, "end": { - "line": 1858, + "line": 1864, "column": 77 } } @@ -173148,16 +173918,16 @@ "type": "Line", "value": " like date", "range": [ - 54233, - 54245 + 54403, + 54415 ], "loc": { "start": { - "line": 1859, + "line": 1865, "column": 42 }, "end": { - "line": 1859, + "line": 1865, "column": 54 } } @@ -173166,16 +173936,16 @@ "type": "Line", "value": "empty", "range": [ - 54587, - 54594 + 54757, + 54764 ], "loc": { "start": { - "line": 1867, + "line": 1873, "column": 16 }, "end": { - "line": 1867, + "line": 1873, "column": 23 } } @@ -173184,16 +173954,16 @@ "type": "Line", "value": "non-empty", "range": [ - 54720, - 54731 + 54890, + 54901 ], "loc": { "start": { - "line": 1871, + "line": 1877, "column": 16 }, "end": { - "line": 1871, + "line": 1877, "column": 27 } } @@ -173202,16 +173972,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 55317, - 55378 + 55487, + 55548 ], "loc": { "start": { - "line": 1887, + "line": 1893, "column": 16 }, "end": { - "line": 1887, + "line": 1893, "column": 77 } } @@ -173220,16 +173990,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 55395, - 55422 + 55565, + 55592 ], "loc": { "start": { - "line": 1888, + "line": 1894, "column": 16 }, "end": { - "line": 1888, + "line": 1894, "column": 43 } } @@ -173238,16 +174008,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 55514, - 55576 + 55684, + 55746 ], "loc": { "start": { - "line": 1891, + "line": 1897, "column": 16 }, "end": { - "line": 1891, + "line": 1897, "column": 78 } } @@ -173256,16 +174026,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 55593, - 55601 + 55763, + 55771 ], "loc": { "start": { - "line": 1892, + "line": 1898, "column": 16 }, "end": { - "line": 1892, + "line": 1898, "column": 24 } } @@ -173274,16 +174044,16 @@ "type": "Line", "value": " lower equal", "range": [ - 55618, - 55632 + 55788, + 55802 ], "loc": { "start": { - "line": 1893, + "line": 1899, "column": 16 }, "end": { - "line": 1893, + "line": 1899, "column": 30 } } @@ -173292,16 +174062,16 @@ "type": "Line", "value": "greater equal", "range": [ - 55850, - 55865 + 56020, + 56035 ], "loc": { "start": { - "line": 1900, + "line": 1906, "column": 16 }, "end": { - "line": 1900, + "line": 1906, "column": 31 } } @@ -173310,16 +174080,16 @@ "type": "Line", "value": "lower", "range": [ - 56088, - 56095 + 56258, + 56265 ], "loc": { "start": { - "line": 1907, + "line": 1913, "column": 16 }, "end": { - "line": 1907, + "line": 1913, "column": 23 } } @@ -173328,16 +174098,16 @@ "type": "Line", "value": "greater", "range": [ - 56316, - 56325 + 56486, + 56495 ], "loc": { "start": { - "line": 1914, + "line": 1920, "column": 16 }, "end": { - "line": 1914, + "line": 1920, "column": 25 } } @@ -173346,16 +174116,16 @@ "type": "Line", "value": "different", "range": [ - 56546, - 56557 + 56716, + 56727 ], "loc": { "start": { - "line": 1921, + "line": 1927, "column": 16 }, "end": { - "line": 1921, + "line": 1927, "column": 27 } } @@ -173364,16 +174134,16 @@ "type": "Line", "value": "like", "range": [ - 56766, - 56772 + 56936, + 56942 ], "loc": { "start": { - "line": 1926, + "line": 1932, "column": 16 }, "end": { - "line": 1926, + "line": 1932, "column": 22 } } @@ -173382,16 +174152,16 @@ "type": "Line", "value": "equal", "range": [ - 56967, - 56974 + 57137, + 57144 ], "loc": { "start": { - "line": 1931, + "line": 1937, "column": 16 }, "end": { - "line": 1931, + "line": 1937, "column": 23 } } @@ -173400,16 +174170,16 @@ "type": "Line", "value": "starts with", "range": [ - 57168, - 57181 + 57338, + 57351 ], "loc": { "start": { - "line": 1936, + "line": 1942, "column": 16 }, "end": { - "line": 1936, + "line": 1942, "column": 29 } } @@ -173418,16 +174188,16 @@ "type": "Line", "value": "ends with", "range": [ - 57368, - 57379 + 57538, + 57549 ], "loc": { "start": { - "line": 1941, + "line": 1947, "column": 16 }, "end": { - "line": 1941, + "line": 1947, "column": 27 } } @@ -173436,16 +174206,16 @@ "type": "Line", "value": "empty", "range": [ - 57828, - 57835 + 57998, + 58005 ], "loc": { "start": { - "line": 1950, + "line": 1956, "column": 16 }, "end": { - "line": 1950, + "line": 1956, "column": 23 } } @@ -173454,16 +174224,16 @@ "type": "Line", "value": "non-empty", "range": [ - 57961, - 57972 + 58131, + 58142 ], "loc": { "start": { - "line": 1954, + "line": 1960, "column": 16 }, "end": { - "line": 1954, + "line": 1960, "column": 27 } } @@ -173472,35 +174242,35 @@ "type": "Line", "value": "regexp", "range": [ - 58099, - 58107 + 58269, + 58277 ], "loc": { "start": { - "line": 1958, + "line": 1964, "column": 16 }, "end": { - "line": 1958, + "line": 1964, "column": 24 } } }, { "type": "Line", - "value": "in case regexp fires an exception", + "value": "in case regexp throws", "range": [ - 58162, - 58197 + 58332, + 58355 ], "loc": { "start": { - "line": 1960, + "line": 1966, "column": 20 }, "end": { - "line": 1960, - "column": 55 + "line": 1966, + "column": 43 } } }, @@ -173508,16 +174278,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 58248, - 58269 + 58406, + 58427 ], "loc": { "start": { - "line": 1962, + "line": 1968, "column": 24 }, "end": { - "line": 1962, + "line": 1968, "column": 45 } } @@ -173526,16 +174296,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 58587, - 58646 + 58745, + 58804 ], "loc": { "start": { - "line": 1970, + "line": 1976, "column": 20 }, "end": { - "line": 1970, + "line": 1976, "column": 79 } } @@ -173544,16 +174314,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 58667, - 58718 + 58825, + 58876 ], "loc": { "start": { - "line": 1971, + "line": 1977, "column": 20 }, "end": { - "line": 1971, + "line": 1977, "column": 71 } } @@ -173562,16 +174332,16 @@ "type": "Line", "value": " parseNb can return 0 for strings which are not", "range": [ - 58903, - 58952 + 59061, + 59110 ], "loc": { "start": { - "line": 1975, + "line": 1981, "column": 24 }, "end": { - "line": 1975, + "line": 1981, "column": 73 } } @@ -173580,16 +174350,16 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 58977, - 59031 + 59135, + 59189 ], "loc": { "start": { - "line": 1976, + "line": 1982, "column": 24 }, "end": { - "line": 1976, + "line": 1982, "column": 78 } } @@ -173598,16 +174368,16 @@ "type": "Line", "value": " string. TODO: handle this in parseNb", "range": [ - 59056, - 59095 + 59214, + 59253 ], "loc": { "start": { - "line": 1977, + "line": 1983, "column": 24 }, "end": { - "line": 1977, + "line": 1983, "column": 63 } } @@ -173616,16 +174386,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 59412, - 59465 + 59570, + 59623 ], "loc": { "start": { - "line": 1983, + "line": 1989, "column": 24 }, "end": { - "line": 1983, + "line": 1989, "column": 77 } } @@ -173634,16 +174404,16 @@ "type": "Line", "value": "else", "range": [ - 59655, - 59661 + 59983, + 59989 ], "loc": { "start": { - "line": 1989, + "line": 2000, "column": 13 }, "end": { - "line": 1989, + "line": 2000, "column": 19 } } @@ -173652,16 +174422,16 @@ "type": "Line", "value": "fn", "range": [ - 59701, - 59705 + 60029, + 60033 ], "loc": { "start": { - "line": 1991, + "line": 2002, "column": 9 }, "end": { - "line": 1991, + "line": 2002, "column": 13 } } @@ -173670,16 +174440,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 59772, - 59812 + 60100, + 60140 ], "loc": { "start": { - "line": 1994, + "line": 2005, "column": 12 }, "end": { - "line": 1994, + "line": 2005, "column": 52 } } @@ -173688,16 +174458,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 59944, - 59977 + 60272, + 60305 ], "loc": { "start": { - "line": 2000, + "line": 2011, "column": 12 }, "end": { - "line": 2000, + "line": 2011, "column": 45 } } @@ -173706,16 +174476,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 60146, - 60177 + 60474, + 60505 ], "loc": { "start": { - "line": 2007, + "line": 2018, "column": 16 }, "end": { - "line": 2007, + "line": 2018, "column": 47 } } @@ -173724,16 +174494,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 60234, - 60266 + 60562, + 60594 ], "loc": { "start": { - "line": 2010, + "line": 2021, "column": 12 }, "end": { - "line": 2010, + "line": 2021, "column": 44 } } @@ -173742,16 +174512,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 60331, - 60349 + 60659, + 60677 ], "loc": { "start": { - "line": 2012, + "line": 2023, "column": 16 }, "end": { - "line": 2012, + "line": 2023, "column": 34 } } @@ -173760,16 +174530,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 60627, - 60666 + 60955, + 60994 ], "loc": { "start": { - "line": 2022, + "line": 2033, "column": 16 }, "end": { - "line": 2022, + "line": 2033, "column": 55 } } @@ -173778,16 +174548,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 60757, - 60795 + 61085, + 61123 ], "loc": { "start": { - "line": 2024, + "line": 2035, "column": 20 }, "end": { - "line": 2024, + "line": 2035, "column": 58 } } @@ -173796,16 +174566,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 60873, - 60912 + 61201, + 61240 ], "loc": { "start": { - "line": 2026, + "line": 2037, "column": 20 }, "end": { - "line": 2026, + "line": 2037, "column": 59 } } @@ -173814,16 +174584,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 61004, - 61042 + 61332, + 61370 ], "loc": { "start": { - "line": 2028, + "line": 2039, "column": 20 }, "end": { - "line": 2028, + "line": 2039, "column": 58 } } @@ -173832,16 +174602,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 61119, - 61152 + 61447, + 61480 ], "loc": { "start": { - "line": 2031, + "line": 2042, "column": 16 }, "end": { - "line": 2031, + "line": 2042, "column": 49 } } @@ -173850,16 +174620,16 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 61524, - 61574 + 61852, + 61902 ], "loc": { "start": { - "line": 2041, + "line": 2052, "column": 20 }, "end": { - "line": 2041, + "line": 2052, "column": 70 } } @@ -173868,16 +174638,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 62204, - 62229 + 62532, + 62557 ], "loc": { "start": { - "line": 2057, + "line": 2068, "column": 16 }, "end": { - "line": 2057, + "line": 2068, "column": 41 } } @@ -173886,16 +174656,16 @@ "type": "Line", "value": "else single param", "range": [ - 62417, - 62436 + 62745, + 62764 ], "loc": { "start": { - "line": 2061, + "line": 2072, "column": 17 }, "end": { - "line": 2061, + "line": 2072, "column": 36 } } @@ -173904,16 +174674,16 @@ "type": "Line", "value": "for j", "range": [ - 62743, - 62750 + 63071, + 63078 ], "loc": { "start": { - "line": 2071, + "line": 2082, "column": 13 }, "end": { - "line": 2071, + "line": 2082, "column": 20 } } @@ -173922,16 +174692,16 @@ "type": "Line", "value": " for k", "range": [ - 63169, - 63177 + 63497, + 63505 ], "loc": { "start": { - "line": 2086, + "line": 2097, "column": 9 }, "end": { - "line": 2086, + "line": 2097, "column": 17 } } @@ -173940,16 +174710,16 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 63228, - 63260 + 63556, + 63588 ], "loc": { "start": { - "line": 2090, + "line": 2101, "column": 8 }, "end": { - "line": 2090, + "line": 2101, "column": 40 } } @@ -173958,16 +174728,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": [ - 63430, - 63814 + 63758, + 64142 ], "loc": { "start": { - "line": 2098, + "line": 2109, "column": 4 }, "end": { - "line": 2105, + "line": 2116, "column": 7 } } @@ -173976,16 +174746,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 64264, - 64319 + 64592, + 64647 ], "loc": { "start": { - "line": 2120, + "line": 2131, "column": 12 }, "end": { - "line": 2120, + "line": 2131, "column": 67 } } @@ -173994,16 +174764,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 64519, - 64572 + 64847, + 64900 ], "loc": { "start": { - "line": 2127, + "line": 2138, "column": 12 }, "end": { - "line": 2127, + "line": 2138, "column": 65 } } @@ -174012,16 +174782,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 64650, - 64682 + 64978, + 65010 ], "loc": { "start": { - "line": 2129, + "line": 2140, "column": 16 }, "end": { - "line": 2129, + "line": 2140, "column": 48 } } @@ -174030,16 +174800,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": [ - 65549, - 65701 + 65877, + 66029 ], "loc": { "start": { - "line": 2152, + "line": 2163, "column": 4 }, "end": { - "line": 2156, + "line": 2167, "column": 7 } } @@ -174048,16 +174818,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 66095, - 66111 + 66423, + 66439 ], "loc": { "start": { - "line": 2171, + "line": 2182, "column": 8 }, "end": { - "line": 2171, + "line": 2182, "column": 24 } } @@ -174066,16 +174836,16 @@ "type": "Line", "value": "checklist", "range": [ - 66240, - 66251 + 66568, + 66579 ], "loc": { "start": { - "line": 2175, + "line": 2186, "column": 8 }, "end": { - "line": 2175, + "line": 2186, "column": 19 } } @@ -174084,16 +174854,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 66382, - 66450 + 66710, + 66778 ], "loc": { "start": { - "line": 2179, + "line": 2190, "column": 8 }, "end": { - "line": 2179, + "line": 2190, "column": 76 } } @@ -174102,16 +174872,16 @@ "type": "Line", "value": "empty string", "range": [ - 66459, - 66473 + 66787, + 66801 ], "loc": { "start": { - "line": 2180, + "line": 2191, "column": 8 }, "end": { - "line": 2180, + "line": 2191, "column": 22 } } @@ -174120,16 +174890,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 66667, - 66759 + 66995, + 67087 ], "loc": { "start": { - "line": 2189, + "line": 2200, "column": 4 }, "end": { - "line": 2192, + "line": 2203, "column": 7 } } @@ -174138,16 +174908,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": [ - 67201, - 67364 + 67529, + 67692 ], "loc": { "start": { - "line": 2209, + "line": 2220, "column": 4 }, "end": { - "line": 2213, + "line": 2224, "column": 7 } } @@ -174156,16 +174926,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": [ - 67495, - 67896 + 67823, + 68224 ], "loc": { "start": { - "line": 2221, + "line": 2232, "column": 4 }, "end": { - "line": 2229, + "line": 2240, "column": 7 } } @@ -174174,16 +174944,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": [ - 68313, - 68459 + 68641, + 68787 ], "loc": { "start": { - "line": 2245, + "line": 2256, "column": 4 }, "end": { - "line": 2249, + "line": 2260, "column": 7 } } @@ -174192,30 +174962,12 @@ "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": [ - 68568, - 68734 + 68896, + 69062 ], "loc": { "start": { - "line": 2255, - "column": 4 - }, - "end": { - "line": 2259, - "column": 7 - } - } - }, - { - "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": [ - 68851, - 69082 - ], - "loc": { - "start": { - "line": 2265, + "line": 2266, "column": 4 }, "end": { @@ -174226,18 +174978,36 @@ }, { "type": "Block", - "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", + "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": [ - 69321, - 69446 + 69179, + 69410 ], "loc": { "start": { - "line": 2280, + "line": 2276, "column": 4 }, "end": { - "line": 2284, + "line": 2281, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", + "range": [ + 69649, + 69774 + ], + "loc": { + "start": { + "line": 2291, + "column": 4 + }, + "end": { + "line": 2295, "column": 7 } } @@ -174246,16 +175016,16 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 69513, - 69548 + 69841, + 69876 ], "loc": { "start": { - "line": 2287, + "line": 2298, "column": 8 }, "end": { - "line": 2287, + "line": 2298, "column": 43 } } @@ -174264,16 +175034,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": [ - 69783, - 70187 + 70111, + 70515 ], "loc": { "start": { - "line": 2296, + "line": 2307, "column": 4 }, "end": { - "line": 2307, + "line": 2318, "column": 7 } } @@ -174282,16 +175052,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": [ - 71147, - 71554 + 71475, + 71882 ], "loc": { "start": { - "line": 2333, + "line": 2344, "column": 4 }, "end": { - "line": 2344, + "line": 2355, "column": 7 } } @@ -174300,16 +175070,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": [ - 72638, - 72969 + 72966, + 73297 ], "loc": { "start": { - "line": 2374, + "line": 2385, "column": 4 }, "end": { - "line": 2381, + "line": 2392, "column": 7 } } @@ -174318,16 +175088,16 @@ "type": "Line", "value": "cols values of current row", "range": [ - 73367, - 73395 + 73695, + 73723 ], "loc": { "start": { - "line": 2393, + "line": 2404, "column": 16 }, "end": { - "line": 2393, + "line": 2404, "column": 44 } } @@ -174336,16 +175106,16 @@ "type": "Line", "value": "data of searched column", "range": [ - 73438, - 73463 + 73766, + 73791 ], "loc": { "start": { - "line": 2395, + "line": 2406, "column": 16 }, "end": { - "line": 2395, + "line": 2406, "column": 41 } } @@ -174354,16 +175124,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": [ - 73571, - 73733 + 73899, + 74061 ], "loc": { "start": { - "line": 2402, + "line": 2413, "column": 4 }, "end": { - "line": 2406, + "line": 2417, "column": 7 } } @@ -174372,16 +175142,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": [ - 73804, - 73977 + 74132, + 74305 ], "loc": { "start": { - "line": 2411, + "line": 2422, "column": 4 }, "end": { - "line": 2415, + "line": 2426, "column": 7 } } @@ -174390,16 +175160,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 74149, - 74181 + 74477, + 74509 ], "loc": { "start": { - "line": 2422, + "line": 2433, "column": 8 }, "end": { - "line": 2422, + "line": 2433, "column": 40 } } @@ -174408,16 +175178,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 74890, - 74937 + 75218, + 75265 ], "loc": { "start": { - "line": 2448, + "line": 2459, "column": 4 }, "end": { - "line": 2450, + "line": 2461, "column": 7 } } @@ -174426,16 +175196,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": [ - 75187, - 75349 + 75515, + 75677 ], "loc": { "start": { - "line": 2461, + "line": 2472, "column": 4 }, "end": { - "line": 2465, + "line": 2476, "column": 7 } } @@ -174444,16 +175214,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 75872, - 75890 + 76200, + 76218 ], "loc": { "start": { - "line": 2480, + "line": 2491, "column": 8 }, "end": { - "line": 2480, + "line": 2491, "column": 26 } } @@ -174462,16 +175232,16 @@ "type": "Line", "value": "checklist", "range": [ - 76339, - 76350 + 76667, + 76678 ], "loc": { "start": { - "line": 2492, + "line": 2503, "column": 8 }, "end": { - "line": 2492, + "line": 2503, "column": 19 } } @@ -174480,16 +175250,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 76946, - 77050 + 77274, + 77378 ], "loc": { "start": { - "line": 2510, + "line": 2521, "column": 4 }, "end": { - "line": 2513, + "line": 2524, "column": 7 } } @@ -174498,16 +175268,16 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 77835, - 77887 + 78163, + 78215 ], "loc": { "start": { - "line": 2540, + "line": 2551, "column": 4 }, "end": { - "line": 2542, + "line": 2553, "column": 7 } } @@ -174516,16 +175286,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 78149, - 78178 + 78477, + 78506 ], "loc": { "start": { - "line": 2550, + "line": 2561, "column": 12 }, "end": { - "line": 2550, + "line": 2561, "column": 41 } } @@ -174534,16 +175304,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 78292, - 78340 + 78620, + 78668 ], "loc": { "start": { - "line": 2557, + "line": 2568, "column": 4 }, "end": { - "line": 2559, + "line": 2570, "column": 7 } } @@ -174552,16 +175322,16 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 78902, - 78980 + 79230, + 79308 ], "loc": { "start": { - "line": 2582, + "line": 2593, "column": 4 }, "end": { - "line": 2584, + "line": 2595, "column": 7 } } @@ -174570,16 +175340,16 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 79188, - 79283 + 79516, + 79611 ], "loc": { "start": { - "line": 2591, + "line": 2602, "column": 4 }, "end": { - "line": 2594, + "line": 2605, "column": 7 } } @@ -174588,16 +175358,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 79758, - 79844 + 80086, + 80172 ], "loc": { "start": { - "line": 2609, + "line": 2620, "column": 4 }, "end": { - "line": 2612, + "line": 2623, "column": 7 } } @@ -174606,16 +175376,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 79918, - 80019 + 80246, + 80347 ], "loc": { "start": { - "line": 2617, + "line": 2628, "column": 4 }, "end": { - "line": 2620, + "line": 2631, "column": 7 } } @@ -174624,16 +175394,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": [ - 80105, - 80254 + 80433, + 80582 ], "loc": { "start": { - "line": 2625, + "line": 2636, "column": 4 }, "end": { - "line": 2629, + "line": 2640, "column": 7 } } @@ -174642,26 +175412,8 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 80432, - 80529 - ], - "loc": { - "start": { - "line": 2636, - "column": 4 - }, - "end": { - "line": 2639, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", - "range": [ - 80695, - 80800 + 80760, + 80857 ], "loc": { "start": { @@ -174675,19 +175427,37 @@ } }, { - "type": "Line", - "value": " Welcome to cyclomatic complexity hell :)", + "type": "Block", + "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 81454, - 81497 + 81023, + 81128 ], "loc": { "start": { - "line": 2667, + "line": 2658, + "column": 4 + }, + "end": { + "line": 2661, + "column": 7 + } + } + }, + { + "type": "Line", + "value": " Welcome to cyclomatic complexity hell :)", + "range": [ + 81782, + 81825 + ], + "loc": { + "start": { + "line": 2678, "column": 12 }, "end": { - "line": 2667, + "line": 2678, "column": 55 } } @@ -174696,16 +175466,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 81510, - 81549 + 81838, + 81877 ], "loc": { "start": { - "line": 2668, + "line": 2679, "column": 12 }, "end": { - "line": 2668, + "line": 2679, "column": 51 } } @@ -174714,34 +175484,52 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 81921, - 81954 + 82249, + 82282 ], "loc": { "start": { - "line": 2676, + "line": 2687, "column": 16 }, "end": { - "line": 2676, + "line": 2687, "column": 49 } } }, { "type": "Block", - "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", + "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 82597, - 82775 + 82925, + 83081 ], "loc": { "start": { - "line": 2696, + "line": 2707, "column": 4 }, "end": { - "line": 2700, + "line": 2711, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Checks if specified column filter ignores diacritics.\n * Note this is only valid for input filter types.\n * @param {any} colIndex Column index\n * @returns {Boolean}\n ", + "range": [ + 83273, + 83471 + ], + "loc": { + "start": { + "line": 2718, + "column": 4 + }, + "end": { + "line": 2723, "column": 7 } } @@ -174750,16 +175538,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": [ - 82967, - 83186 + 83687, + 83906 ], "loc": { "start": { - "line": 2707, + "line": 2732, "column": 4 }, "end": { - "line": 2712, + "line": 2737, "column": 7 } } @@ -174768,16 +175556,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": [ - 83661, - 83920 + 84381, + 84640 ], "loc": { "start": { - "line": 2729, + "line": 2754, "column": 4 }, "end": { - "line": 2735, + "line": 2760, "column": 7 } } @@ -174786,16 +175574,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 84561, - 84633 + 85281, + 85353 ], "loc": { "start": { - "line": 2757, + "line": 2782, "column": 8 }, "end": { - "line": 2757, + "line": 2782, "column": 80 } } @@ -174804,16 +175592,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 85180, - 85255 + 85900, + 85975 ], "loc": { "start": { - "line": 2774, + "line": 2799, "column": 4 }, "end": { - "line": 2777, + "line": 2802, "column": 7 } } @@ -174822,16 +175610,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 85322, - 85401 + 86042, + 86121 ], "loc": { "start": { - "line": 2782, + "line": 2807, "column": 4 }, "end": { - "line": 2785, + "line": 2810, "column": 7 } } @@ -174840,16 +175628,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": [ - 85468, - 85644 + 86188, + 86364 ], "loc": { "start": { - "line": 2790, + "line": 2815, "column": 4 }, "end": { - "line": 2794, + "line": 2819, "column": 7 } } @@ -174858,62 +175646,8 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 86364, - 86454 - ], - "loc": { - "start": { - "line": 2818, - "column": 4 - }, - "end": { - "line": 2821, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", - "range": [ - 86530, - 86605 - ], - "loc": { - "start": { - "line": 2826, - "column": 4 - }, - "end": { - "line": 2829, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", - "range": [ - 86676, - 86803 - ], - "loc": { - "start": { - "line": 2834, - "column": 4 - }, - "end": { - "line": 2838, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Get the index of the last row\n * @return {Number}\n ", - "range": [ - 86868, - 86940 + 87084, + 87174 ], "loc": { "start": { @@ -174928,18 +175662,72 @@ }, { "type": "Block", - "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", + "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 87048, - 87258 + 87250, + 87325 ], "loc": { "start": { - "line": 2852, + "line": 2851, "column": 4 }, "end": { - "line": 2857, + "line": 2854, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", + "range": [ + 87396, + 87523 + ], + "loc": { + "start": { + "line": 2859, + "column": 4 + }, + "end": { + "line": 2863, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Get the index of the last row\n * @return {Number}\n ", + "range": [ + 87588, + 87660 + ], + "loc": { + "start": { + "line": 2868, + "column": 4 + }, + "end": { + "line": 2871, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n ", + "range": [ + 87768, + 87978 + ], + "loc": { + "start": { + "line": 2877, + "column": 4 + }, + "end": { + "line": 2882, "column": 7 } } @@ -174948,26 +175736,8 @@ "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": [ - 87544, - 87685 - ], - "loc": { - "start": { - "line": 2869, - "column": 4 - }, - "end": { - "line": 2873, - "column": 7 - } - } - }, - { - "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": [ - 88309, - 88482 + 88264, + 88405 ], "loc": { "start": { @@ -174982,18 +175752,36 @@ }, { "type": "Block", - "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", + "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 89004, - 89140 + 89029, + 89202 ], "loc": { "start": { - "line": 2914, + "line": 2919, "column": 4 }, "end": { - "line": 2918, + "line": 2923, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", + "range": [ + 89724, + 89860 + ], + "loc": { + "start": { + "line": 2939, + "column": 4 + }, + "end": { + "line": 2943, "column": 7 } } @@ -175002,16 +175790,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 89290, - 89372 + 90010, + 90092 ], "loc": { "start": { - "line": 2924, + "line": 2949, "column": 4 }, "end": { - "line": 2927, + "line": 2952, "column": 7 } } @@ -175020,16 +175808,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": [ - 89450, - 89606 + 90170, + 90326 ], "loc": { "start": { - "line": 2932, + "line": 2957, "column": 4 }, "end": { - "line": 2936, + "line": 2961, "column": 7 } } @@ -175038,16 +175826,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 89704, - 89792 + 90424, + 90512 ], "loc": { "start": { - "line": 2941, + "line": 2966, "column": 4 }, "end": { - "line": 2944, + "line": 2969, "column": 7 } } diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index 25c9f98e..2eb4e4ac 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@ - Emitter | tablefilter v0.3.4 API Document + Emitter | tablefilter v0.4.0 API Document diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index 7eae9525..52584e00 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.3.4 API Document + AdapterEzEditTable | tablefilter v0.4.0 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 4fb837c3..3697d8b5 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.3.4 API Document + ColOps | tablefilter v0.4.0 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 3e28aba1..32bc3b4c 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.3.4 API Document + ColsVisibility | tablefilter v0.4.0 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 76550f51..77c0fce8 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.3.4 API Document + FiltersVisibility | tablefilter v0.4.0 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 2c71d0a1..4e085047 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.3.4 API Document + AdapterSortableTable | tablefilter v0.4.0 API Document diff --git a/docs/class/src/feature.js~Feature.html b/docs/class/src/feature.js~Feature.html index 1abee457..d5aa6c86 100644 --- a/docs/class/src/feature.js~Feature.html +++ b/docs/class/src/feature.js~Feature.html @@ -3,7 +3,7 @@ - Feature | tablefilter v0.3.4 API Document + Feature | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index 4910e9e8..b6b12bba 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.3.4 API Document + AlternateRows | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index 38b8b8dc..a5ccb1dc 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.3.4 API Document + CheckList | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index df2cd371..09d3367e 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.3.4 API Document + ClearButton | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/dateType.js~DateType.html b/docs/class/src/modules/dateType.js~DateType.html index 4e313c5d..9259534a 100644 --- a/docs/class/src/modules/dateType.js~DateType.html +++ b/docs/class/src/modules/dateType.js~DateType.html @@ -3,7 +3,7 @@ - DateType | tablefilter v0.3.4 API Document + DateType | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index a8197496..e2803c4b 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.3.4 API Document + Dropdown | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index 7a3ee291..efb467a5 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.3.4 API Document + GridLayout | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html index 56c5c835..209b037e 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.3.4 API Document + Hash | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index 7f322e6e..fcaf964b 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.3.4 API Document + Help | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index d5806022..587ee9f4 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.3.4 API Document + HighlightKeyword | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index caf5cffa..21539018 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.3.4 API Document + Loader | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index 4f2c2d81..eff14aa3 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.3.4 API Document + NoResults | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index 6be724b9..477d51cf 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.3.4 API Document + Paging | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index 6060d600..6b8cbd8a 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.3.4 API Document + PopupFilter | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index 10dd4873..89a30bfa 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.3.4 API Document + RowsCounter | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html index 1c9129ab..15ebeafa 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.3.4 API Document + State | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index 4b466fee..e108204c 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.3.4 API Document + StatusBar | tablefilter v0.4.0 API Document diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html index c5484921..97cff90c 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.3.4 API Document + Storage | tablefilter v0.4.0 API Document diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index 5540e569..81a9ca48 100644 --- a/docs/class/src/tablefilter.js~TableFilter.html +++ b/docs/class/src/tablefilter.js~TableFilter.html @@ -3,7 +3,7 @@ - TableFilter | tablefilter v0.3.4 API Document + TableFilter | tablefilter v0.4.0 API Document @@ -1447,6 +1447,32 @@ types

+ + + +
+

+ ignoreDiacritics: Boolean | Array +

+
+
+ + +

Ignore diacritics globally or on a column basis

+
+
+ + + + + + + + + public + + + @@ -3893,6 +3919,32 @@ row)

+ + + +
+

+ ignoresDiacritics(colIndex: any): Boolean +

+
+
+ + +

Checks if specified column filter ignores diacritics.

+
+
+ + + + + + + + + public + + + @@ -4591,7 +4643,7 @@ requires table or id arguments, row and < - source + source @@ -4673,7 +4725,7 @@ requires table or id arguments, row and < - source + source @@ -4714,7 +4766,7 @@ requires table or id arguments, row and < - source + source @@ -4756,7 +4808,7 @@ stops typing

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

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

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

- source + source @@ -5002,7 +5054,7 @@ stops typing

- source + source @@ -5093,7 +5145,7 @@ information on date parsing formats supported by Sugar Date

- source + source @@ -5134,7 +5186,7 @@ information on date parsing formats supported by Sugar Date

- source + source @@ -5175,7 +5227,7 @@ information on date parsing formats supported by Sugar Date

- source + source @@ -5228,7 +5280,7 @@ custom_options: { - source + source @@ -5269,7 +5321,7 @@ custom_options: { - source + source @@ -5310,7 +5362,7 @@ custom_options: { - source + source @@ -5352,7 +5404,7 @@ linked filters filtering mode is on

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

- source + source @@ -6530,6 +6582,47 @@ types

+ +
+

+ public + + + + + ignoreDiacritics: Boolean | Array + + + + source + +

+ + + + +

Ignore diacritics globally or on a column basis

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

@@ -6583,7 +6676,7 @@ types

- source + source

@@ -6623,7 +6716,7 @@ types

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

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

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

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

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

- source + source @@ -6911,7 +7004,7 @@ first usage

- source + source @@ -6953,7 +7046,7 @@ first usage

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

- source + source @@ -11155,7 +11248,7 @@ row)

- source + source @@ -11219,6 +11312,75 @@ row)

+
+
+

+ public + + + + + ignoresDiacritics(colIndex: any): Boolean + + + + source + +

+ + + + +

Checks if specified column filter ignores diacritics. +Note this is only valid for input filter types.

+
+ + + +
+

Params:

+ + + + + + + + + + + + + +
NameTypeAttributeDescription
colIndexany

Column index

+
+
+
+ +
+

Return:

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

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

- source + source

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

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

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

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

- source + source @@ -11484,7 +11646,7 @@ row)

colIndex Number -

[description]

+

Column index

@@ -11497,8 +11659,7 @@ row)

- +
Boolean

[description]

-
@@ -11529,7 +11690,7 @@ row)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

- source + source diff --git a/docs/coverage.json b/docs/coverage.json index f6055ead..80f6ef2b 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -1,7 +1,7 @@ { "coverage": "100%", - "expectCount": 643, - "actualCount": 643, + "expectCount": 645, + "actualCount": 645, "files": { "src/const.js": { "expectCount": 18, @@ -129,8 +129,8 @@ "undocumentLines": [] }, "src/tablefilter.js": { - "expectCount": 165, - "actualCount": 165, + "expectCount": 167, + "actualCount": 167, "undocumentLines": [] }, "src/dom.js": { diff --git a/docs/dump.json b/docs/dump.json index c10a5441..cfa0d977 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -16082,8 +16082,8 @@ "longname": "src/string.js", "access": null, "description": null, - "lineNumber": 10, - "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" + "lineNumber": 1, + "content": "import {remove as removeDiacritics} from 'diacritics';\n\n/**\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 * @param {Boolean} ignoreDiacritics Ignore diacritics\n * @return {Boolean}\n */\nexport const contains = (term, data, exactMatch = false, caseSensitive = false,\n ignoreDiacritics = 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 (ignoreDiacritics) {\n term = removeDiacritics(term);\n data = removeDiacritics(data);\n }\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__": 765, @@ -16098,7 +16098,7 @@ "importPath": "tablefilter/src/string.js", "importStyle": "{trim}", "description": "Removes whitespace from both sides of passed string", - "lineNumber": 10, + "lineNumber": 12, "params": [ { "nullable": null, @@ -16138,7 +16138,7 @@ "importPath": "tablefilter/src/string.js", "importStyle": "{isEmpty}", "description": "Checks if passed string is empty", - "lineNumber": 22, + "lineNumber": 24, "params": [ { "nullable": null, @@ -16178,7 +16178,7 @@ "importPath": "tablefilter/src/string.js", "importStyle": "{rgxEsc}", "description": "Makes regex safe string by escaping special characters from passed string", - "lineNumber": 29, + "lineNumber": 31, "params": [ { "nullable": null, @@ -16218,7 +16218,7 @@ "importPath": "tablefilter/src/string.js", "importStyle": "{matchCase}", "description": "Returns passed string as lowercase if caseSensitive flag set false. By\ndefault it returns the string with no casing changes.", - "lineNumber": 41, + "lineNumber": 43, "params": [ { "nullable": null, @@ -16258,7 +16258,7 @@ "importPath": "tablefilter/src/string.js", "importStyle": "{contains}", "description": "Checks if passed data contains the searched term", - "lineNumber": 56, + "lineNumber": 59, "params": [ { "nullable": null, @@ -16299,6 +16299,16 @@ "optional": false, "name": "caseSensitive", "description": "Case sensitive" + }, + { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "optional": false, + "name": "ignoreDiacritics", + "description": "Ignore diacritics" } ], "return": { @@ -16326,7 +16336,7 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';\nimport {\n addClass, createElm, createOpt, elm, getText, getFirstTextNode, hasClass,\n removeClass, removeElm, tag\n} from './dom';\nimport {contains, matchCase, rgxEsc, trim} from './string';\nimport {isEmpty as isEmptyString} from './string';\nimport {\n isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef\n} from './types';\nimport {parse as parseNb} from './number'\n\nimport {root} from './root';\nimport {Emitter} from './emitter';\nimport {GridLayout} from './modules/gridLayout';\nimport {Loader} from './modules/loader';\nimport {HighlightKeyword} from './modules/highlightKeywords';\nimport {PopupFilter} from './modules/popupFilter';\nimport {Dropdown} from './modules/dropdown';\nimport {CheckList} from './modules/checkList';\nimport {RowsCounter} from './modules/rowsCounter';\nimport {StatusBar} from './modules/statusBar';\nimport {Paging} from './modules/paging';\nimport {ClearButton} from './modules/clearButton';\nimport {Help} from './modules/help';\nimport {AlternateRows} from './modules/alternateRows';\nimport {NoResults} from './modules/noResults';\nimport {State} from './modules/state';\nimport {DateType} from './modules/dateType';\n\nimport {\n INPUT, SELECT, MULTIPLE, CHECKLIST, NONE,\n ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY,\n CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER\n} from './const';\n\nlet doc = root.document;\n\n/**\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n */\nexport class TableFilter {\n\n /**\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n /**\n * ID of current instance\n * @type {String}\n * @private\n */\n this.id = null;\n\n /**\n * Current version\n * @type {String}\n */\n this.version = '{VERSION}';\n\n /**\n * Current year\n * @type {Number}\n * @private\n */\n this.year = new Date().getFullYear();\n\n /**\n * HTML Table DOM element\n * @type {DOMElement}\n */\n this.tbl = null;\n\n /**\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n */\n this.refRow = null;\n\n /**\n * Index of the headers row\n * @type {Number}\n * @private\n */\n this.headersRow = null;\n\n /**\n * Configuration object\n * @type {Object}\n * @private\n */\n this.cfg = {};\n\n /**\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n */\n this.nbFilterableRows = 0;\n\n /**\n * Number of cells in the reference row\n * @type {Number}\n * @private\n */\n this.nbCells = null;\n\n let startRow;\n\n // TODO: use for-of\n args.forEach((arg) => {\n if (typeof arg === 'object' && arg.nodeName === 'TABLE') {\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if (isString(arg)) {\n this.id = arg;\n this.tbl = elm(arg);\n } else if (isNumber(arg)) {\n startRow = arg;\n } else if (isObj(arg)) {\n this.cfg = arg;\n }\n });\n\n if (!this.tbl || this.tbl.nodeName !== 'TABLE' ||\n this.getRowsNb() === 0) {\n throw new Error(`Could not instantiate TableFilter: HTML table\n DOM element not found.`);\n }\n\n // configuration object\n let f = this.cfg;\n\n /**\n * Event emitter instance\n * @type {Emitter}\n */\n this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = isUndef(startRow) ? 2 : (startRow + 1);\n try { this.nbCells = this.getCellsNb(this.refRow); }\n catch (e) { this.nbCells = this.getCellsNb(0); }\n\n /**\n * Base path for static assets\n * @type {String}\n */\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n\n /**\n * Enable/disable filters\n * @type {Boolean}\n */\n this.fltGrid = f.grid === false ? false : true;\n\n /**\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n */\n this.gridLayout = Boolean(f.grid_layout);\n\n /**\n * Filters row index\n * @type {Number}\n */\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n\n /**\n * Headers row index\n * @type {Number}\n */\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n /**\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n */\n this.fltCellTag = isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n /**\n * List of filters IDs\n * @type {Array}\n * @private\n */\n this.fltIds = [];\n\n /**\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n */\n this.validRowsIndex = [];\n\n /**\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n */\n this.infDiv = null;\n\n /**\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.lDiv = null;\n\n /**\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.rDiv = null;\n\n /**\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.mDiv = null;\n\n /**\n * Css class for toolbar's container DOM element\n * @type {String}\n */\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n\n /**\n * Css class for left-side inner container DOM element\n * @type {String}\n */\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n\n /**\n * Css class for right-side inner container DOM element\n * @type {String}\n */\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n\n /**\n * Css class for middle inner container DOM element\n * @type {String}\n */\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n\n /*** filters' grid appearance ***/\n /**\n * Path for stylesheets\n * @type {String}\n */\n this.stylePath = f.style_path || this.basePath + 'style/';\n\n /**\n * Main stylesheet path\n * @type {String}\n */\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n\n /**\n * Main stylesheet ID\n * @type {String}\n * @private\n */\n this.stylesheetId = this.id + '_style';\n\n /**\n * Css class for the filters row\n * @type {String}\n */\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n\n /**\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n */\n this.enableIcons = f.enable_icons === false ? false : true;\n\n /**\n * Enable/disable alternating rows\n * @type {Boolean}\n */\n this.alternateRows = Boolean(f.alternate_rows);\n\n /**\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n */\n this.hasColWidths = isArray(f.col_widths);\n\n /**\n * Columns widths array\n * @type {Array}\n */\n this.colWidths = this.hasColWidths ? f.col_widths : [];\n\n /**\n * Css class for a filter element\n * @type {String}\n */\n this.fltCssClass = f.flt_css_class || 'flt';\n\n /**\n * Css class for multiple select filters\n * @type {String}\n */\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n\n /**\n * Css class for small filter (when submit button is active)\n * @type {String}\n */\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n\n /**\n * Css class for single filter type\n * @type {String}\n */\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n\n /**\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n */\n this.enterKey = f.enter_key === false ? false : true;\n\n /**\n * Callback fired before filtering process starts\n * @type {Function}\n */\n this.onBeforeFilter = isFn(f.on_before_filter) ?\n f.on_before_filter : null;\n\n /**\n * Callback fired after filtering process is completed\n * @type {Function}\n */\n this.onAfterFilter = isFn(f.on_after_filter) ? f.on_after_filter : null;\n\n /**\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n */\n this.caseSensitive = Boolean(f.case_sensitive);\n\n /**\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n */\n this.hasExactMatchByCol = isArray(f.columns_exact_match);\n\n /**\n * Exact match filtering per column array\n * @type {Array}\n */\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n\n /**\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n */\n this.exactMatch = Boolean(f.exact_match);\n\n /**\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n */\n this.linkedFilters = Boolean(f.linked_filters);\n\n /**\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n */\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n\n /**\n * Active filter ID\n * @type {String}\n * @private\n */\n this.activeFilterId = null;\n\n /**\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n */\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n\n /**\n * List of row indexes to be excluded from filtering\n * @type {Array}\n */\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n\n /**\n * Enable/disable external filters generation\n * @type {Boolean}\n */\n this.isExternalFlt = Boolean(f.external_flt_grid);\n\n /**\n * List of containers IDs where external filters will be generated\n * @type {Array}\n */\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n\n /**\n * Callback fired after filters are generated\n * @type {Function}\n */\n this.onFiltersLoaded = isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : null;\n\n /**\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n */\n this.singleSearchFlt = Boolean(f.single_filter);\n\n /**\n * Callback fired after a row is validated during filtering\n * @type {Function}\n */\n this.onRowValidated = isFn(f.on_row_validated) ?\n f.on_row_validated : null;\n\n /**\n * List of columns implementing custom filtering\n * @type {Array}\n */\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n\n /**\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n */\n this.customCellData = isFn(f.custom_cell_data) ?\n f.custom_cell_data : null;\n\n /**\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n */\n this.watermark = f.watermark || '';\n\n /**\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n */\n this.isWatermarkArray = isArray(this.watermark);\n\n /**\n * Toolbar's custom container ID\n * @type {String}\n */\n this.toolBarTgtId = f.toolbar_target_id || null;\n\n /**\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n */\n this.help = isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n\n /**\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n */\n this.popupFilters = Boolean(f.popup_filters);\n\n /**\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n */\n this.markActiveColumns = Boolean(f.mark_active_columns);\n\n /**\n * Css class for filtered (active) columns\n * @type {String}\n */\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n\n /**\n * Callback fired before a column is marked as filtered\n * @type {Function}\n */\n this.onBeforeActiveColumn = isFn(f.on_before_active_column) ?\n f.on_before_active_column : null;\n\n /**\n * Callback fired after a column is marked as filtered\n * @type {Function}\n */\n this.onAfterActiveColumn = isFn(f.on_after_active_column) ?\n f.on_after_active_column : null;\n\n /*** select filter's customisation and behaviours ***/\n /**\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n */\n this.displayAllText = f.display_all_text || 'Clear';\n\n /**\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n */\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n\n /**\n * Text for empty option in drop-down filter types\n * @type {String}\n */\n this.emptyText = f.empty_text || '(Empty)';\n\n /**\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n */\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n\n /**\n * Text for non-empty option in drop-down filter types\n * @type {String}\n */\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n\n /**\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n */\n this.onSlcChange = f.on_change === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n */\n this.sortSlc = f.sort_select === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n\n /**\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n */\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n\n /**\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n */\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n\n /**\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n */\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n\n /**\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n */\n this.hasCustomOptions = isObj(f.custom_options);\n\n /**\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n */\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n /**\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n */\n this.rgxOperator = f.regexp_operator || 'rgx:';\n\n /**\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n */\n this.emOperator = f.empty_operator || '[empty]';\n\n /**\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n */\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n\n /**\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n */\n this.orOperator = f.or_operator || '||';\n\n /**\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n */\n this.anOperator = f.and_operator || '&&';\n\n /**\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n */\n this.grOperator = f.greater_operator || '>';\n\n /**\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n */\n this.lwOperator = f.lower_operator || '<';\n\n /**\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n */\n this.leOperator = f.lower_equal_operator || '<=';\n\n /**\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n */\n this.geOperator = f.greater_equal_operator || '>=';\n\n /**\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.dfOperator = f.different_operator || '!';\n\n /**\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.lkOperator = f.like_operator || '*';\n\n /**\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n */\n this.eqOperator = f.equal_operator || '=';\n\n /**\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.stOperator = f.start_with_operator || '{';\n\n /**\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.enOperator = f.end_with_operator || '}';\n\n // this.curExp = f.cur_exp || '^[¥£€$]';\n\n /**\n * Stored values separator\n * @type {String}\n */\n this.separator = f.separator || ',';\n\n /**\n * Enable rows counter UI component\n * @type {Boolean}\n */\n this.rowsCounter = Boolean(f.rows_counter);\n\n /**\n * Enable status bar UI component\n * @type {Boolean}\n */\n this.statusBar = Boolean(f.status_bar);\n\n /**\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n */\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n /**\n * Enable filters submission button\n * @type {Boolean}\n */\n this.displayBtn = Boolean(f.btn);\n\n /**\n * Define filters submission button text\n * @type {String}\n */\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n\n /**\n * Css class for filters submission button\n * @type {String}\n */\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n\n /**\n * Enable clear button\n * @type {Boolean}\n */\n this.btnReset = Boolean(f.btn_reset);\n\n /**\n * Callback fired before filters are cleared\n * @type {Function}\n */\n this.onBeforeReset = isFn(f.on_before_reset) ?\n f.on_before_reset : null;\n\n /**\n * Callback fired after filters are cleared\n * @type {Function}\n */\n this.onAfterReset = isFn(f.on_after_reset) ? f.on_after_reset : null;\n\n /**\n * Enable paging component\n * @type {Boolean}\n */\n this.paging = Boolean(f.paging);\n\n /**\n * Number of hidden rows\n * @type {Number}\n * @private\n */\n this.nbHiddenRows = 0;\n\n /**\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n */\n this.autoFilter = Boolean(f.auto_filter);\n\n /**\n * Auto-filter delay in msecs\n * @type {Number}\n */\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n\n /**\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n */\n this.isUserTyping = null;\n\n /**\n * Auto-filter interval ID\n * @type {String}\n * @private\n */\n this.autoFilterTimer = null;\n\n /**\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n */\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /**\n * Enable no results message UI component\n * @type {Boolean}\n */\n this.noResults = isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n /**\n * Enable state persistence\n * @type {Boolean}\n */\n this.state = isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n\n /**\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n */\n this.locale = f.locale || 'en';\n\n /**\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n */\n this.thousandsSeparator = f.thousands_separator || ',';\n\n /**\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n */\n this.decimalSeparator = f.decimal_separator || '.';\n\n /**\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n */\n this.hasColTypes = isArray(f.col_types);\n\n /**\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n */\n this.colTypes = this.hasColTypes ? f.col_types : [];\n\n /*** ids prefixes ***/\n /**\n * Main prefix\n * @private\n */\n this.prfxTf = 'TF';\n\n /**\n * Filter's ID prefix (inputs - selects)\n * @private\n */\n this.prfxFlt = 'flt';\n\n /**\n * Button's ID prefix\n * @private\n */\n this.prfxValButton = 'btn';\n\n /**\n * Toolbar container ID prefix\n * @private\n */\n this.prfxInfDiv = 'inf_';\n\n /**\n * Toolbar left element ID prefix\n * @private\n */\n this.prfxLDiv = 'ldiv_';\n\n /**\n * Toolbar right element ID prefix\n * @private\n */\n this.prfxRDiv = 'rdiv_';\n\n /**\n * Toolbar middle element ID prefix\n * @private\n */\n this.prfxMDiv = 'mdiv_';\n\n /**\n * Responsive Css class\n * @private\n */\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n /**\n * List of loaded extensions\n * @type {Array}\n * @private\n */\n this.extensions = f.extensions;\n\n /**\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n */\n this.hasExtensions = isArray(this.extensions);\n\n /*** themes ***/\n /**\n * Enable default theme\n * @type {Boolean}\n */\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n\n /**\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n */\n this.hasThemes = (this.enableDefaultTheme || isArray(f.themes));\n\n /**\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themes = f.themes || [];\n\n /**\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n /**\n * Enable responsive layout\n * @type {Boolean}\n */\n this.responsive = Boolean(f.responsive);\n\n /**\n * Features registry\n * @private\n */\n this.Mod = {};\n\n /**\n * Extensions registry\n * @private\n */\n this.ExtRegistry = {};\n }\n\n /**\n * Initialise features and layout\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells;\n let inpclass;\n\n //loads stylesheet if not imported\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n\n //loads theme\n if (this.hasThemes) {\n this.loadThemes();\n }\n\n // Instanciate sugar date wrapper\n if (!Mod.dateType) {\n Mod.dateType = new DateType(this);\n }\n Mod.dateType.init();\n\n // Instantiate help feature and initialise only if set true\n if (!Mod.help) {\n Mod.help = new Help(this);\n }\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n if (!Mod.state) {\n Mod.state = new State(this);\n }\n Mod.state.init();\n }\n\n if (this.gridLayout) {\n if (!Mod.gridLayout) {\n Mod.gridLayout = new GridLayout(this);\n }\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n if (!Mod.loader) {\n Mod.loader = new Loader(this);\n }\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n if (!Mod.popupFilter) {\n Mod.popupFilter = new PopupFilter(this);\n }\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._initNoFilters();\n } else {\n let fltrow = this._insertFiltersRow();\n\n this.nbFilterableRows = this.getRowsNb();\n\n // Generate filters\n for (let i = 0; i < n; i++) {\n this.emitter.emit('before-filter-init', this, i);\n\n let fltcell = createElm(this.fltCellTag),\n col = this.getFilterType(i);\n\n if (this.singleSearchFlt) {\n fltcell.colSpan = this.nbCells;\n }\n if (!this.gridLayout) {\n fltrow.appendChild(fltcell);\n }\n inpclass = (i === n - 1 && this.displayBtn) ?\n this.fltSmallCssClass : this.fltCssClass;\n\n //only 1 input for single search\n if (this.singleSearchFlt) {\n col = INPUT;\n inpclass = this.singleFltCssClass;\n }\n\n //drop-down filters\n if (col === SELECT || col === MULTIPLE) {\n if (!Mod.dropdown) {\n Mod.dropdown = new Dropdown(this);\n }\n Mod.dropdown.init(i, this.isExternalFlt, fltcell);\n }\n // checklist\n else if (col === CHECKLIST) {\n if (!Mod.checkList) {\n Mod.checkList = new CheckList(this);\n }\n Mod.checkList.init(i, this.isExternalFlt, fltcell);\n } else {\n this._buildInputFilter(i, inpclass, fltcell);\n }\n\n // this adds submit button\n if (i === n - 1 && this.displayBtn) {\n this._buildSubmitButton(i, fltcell);\n }\n\n this.emitter.emit('after-filter-init', this, i);\n }\n\n this.emitter.on(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n }//if this.fltGrid\n\n /* Features */\n if (this.hasVisibleRows) {\n this.emitter.on(['after-filtering'],\n () => this.enforceVisibility());\n this.enforceVisibility();\n }\n if (this.rowsCounter) {\n Mod.rowsCounter = new RowsCounter(this);\n Mod.rowsCounter.init();\n }\n if (this.statusBar) {\n Mod.statusBar = new StatusBar(this);\n Mod.statusBar.init();\n }\n if (this.paging) {\n if (!Mod.paging) {\n Mod.paging = new Paging(this);\n Mod.paging.init();\n } else {\n Mod.paging.reset();\n }\n }\n if (this.btnReset) {\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n\n if (this.hasColWidths && !this.gridLayout) {\n this.setColWidths();\n }\n if (this.alternateRows) {\n Mod.alternateRows = new AlternateRows(this);\n Mod.alternateRows.init();\n }\n if (this.noResults) {\n if (!Mod.noResults) {\n Mod.noResults = new NoResults(this);\n }\n Mod.noResults.init();\n }\n\n //TF css class is added to table\n if (!this.gridLayout) {\n addClass(this.tbl, this.prfxTf);\n if (this.responsive) {\n addClass(this.tbl, this.prfxResponsive);\n }\n }\n\n /* Loads extensions */\n if (this.hasExtensions) {\n this.initExtensions();\n }\n\n // Subscribe to events\n if (this.markActiveColumns) {\n this.emitter.on(['before-filtering'],\n () => this.clearActiveColumns());\n this.emitter.on(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.linkedFilters) {\n this.emitter.on(['after-filtering'], () => this.linkFilters());\n }\n\n /**\n * @inherited\n */\n this.initialized = true;\n\n if (this.onFiltersLoaded) {\n this.onFiltersLoaded.call(null, this);\n }\n this.emitter.emit('initialized', this);\n }\n\n /**\n * Detect key\n * @param {Event} evt\n */\n detectKey(evt) {\n if (!this.enterKey) {\n return;\n }\n if (evt) {\n let key = keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n cancelEvt(evt);\n stopEvt(evt);\n } else {\n this.isUserTyping = true;\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n }\n\n /**\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n */\n onKeyUp(evt) {\n if (!this.autoFilter) {\n return;\n }\n let key = keyCode(evt);\n this.isUserTyping = false;\n\n function filter() {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if (!this.isUserTyping) {\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if (key !== ENTER_KEY && key !== TAB_KEY && key !== ESC_KEY &&\n key !== UP_ARROW_KEY && key !== DOWN_ARROW_KEY) {\n if (this.autoFilterTimer === null) {\n this.autoFilterTimer = root.setInterval(filter.bind(this),\n this.autoFilterDelay);\n }\n } else {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n\n /**\n * Filter's keydown event: if auto-filter on, detect user is typing\n */\n onKeyDown() {\n if (this.autoFilter) {\n this.isUserTyping = true;\n }\n }\n\n /**\n * Filter's focus event\n * @param {Event} evt\n */\n onInpFocus(evt) {\n let elm = targetEvt(evt);\n this.emitter.emit('filter-focus', this, elm);\n }\n\n /**\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n */\n onInpBlur() {\n if (this.autoFilter) {\n this.isUserTyping = false;\n root.clearInterval(this.autoFilterTimer);\n }\n this.emitter.emit('filter-blur', this);\n }\n\n /**\n * Insert filters row at initialization\n */\n _insertFiltersRow() {\n // TODO: prevent filters row generation for popup filters too,\n // to reduce and simplify headers row index adjusting across lib modules\n // (GridLayout, PopupFilter etc)\n if (this.gridLayout) {\n return;\n }\n let fltrow;\n\n let thead = tag(this.tbl, 'thead');\n if (thead.length > 0) {\n fltrow = thead[0].insertRow(this.filtersRowIndex);\n } else {\n fltrow = this.tbl.insertRow(this.filtersRowIndex);\n }\n\n fltrow.className = this.fltsRowCssClass;\n\n if (this.isExternalFlt) {\n fltrow.style.display = NONE;\n }\n\n this.emitter.emit('filters-row-inserted', this, fltrow);\n return fltrow;\n }\n\n /**\n * Initialize filtersless table\n */\n _initNoFilters() {\n if (this.fltGrid) {\n return;\n }\n this.refRow = this.refRow > 0 ? this.refRow - 1 : 0;\n this.nbFilterableRows = this.getRowsNb();\n }\n\n /**\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n */\n _buildInputFilter(colIndex, cssClass, container) {\n let col = this.getFilterType(colIndex);\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let inptype = col === INPUT ? 'text' : 'hidden';\n let inp = createElm(INPUT,\n ['id', this.prfxFlt + colIndex + '_' + this.id],\n ['type', inptype], ['ct', colIndex]);\n\n if (inptype !== 'hidden' && this.watermark) {\n inp.setAttribute('placeholder',\n this.isWatermarkArray ? (this.watermark[colIndex] || '') :\n this.watermark\n );\n }\n inp.className = cssClass || this.fltCssClass;\n addEvt(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n addEvt(inp, 'keypress', (evt) => this.detectKey(evt));\n addEvt(inp, 'keydown', () => this.onKeyDown());\n addEvt(inp, 'keyup', (evt) => this.onKeyUp(evt));\n addEvt(inp, 'blur', () => this.onInpBlur());\n }\n\n /**\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n */\n _buildSubmitButton(colIndex, container) {\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let btn = createElm(INPUT,\n ['id', this.prfxValButton + colIndex + '_' + this.id],\n ['type', 'button'], ['value', this.btnText]);\n btn.className = this.btnCssClass;\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(btn);\n } else {\n container.appendChild(btn);\n }\n\n addEvt(btn, 'click', () => this.filter());\n }\n\n /**\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n */\n feature(name) {\n return this.Mod[name];\n }\n\n /**\n * Initialise all the extensions defined in the configuration object\n */\n initExtensions() {\n let exts = this.extensions;\n // Set config's publicPath dynamically for Webpack...\n __webpack_public_path__ = this.basePath;\n\n this.emitter.emit('before-loading-extensions', this);\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n if (!this.ExtRegistry[ext.name]) {\n this.loadExtension(ext);\n }\n }\n this.emitter.emit('after-loading-extensions', this);\n }\n\n /**\n * Load an extension module\n * @param {Object} ext Extension config object\n */\n loadExtension(ext) {\n if (!ext || !ext.name) {\n return;\n }\n\n let name = ext.name;\n let path = ext.path;\n let modulePath;\n\n if (name && path) {\n modulePath = ext.path + name;\n } else {\n name = name.replace('.js', '');\n modulePath = 'extensions/{}/{}'.replace(/{}/g, name);\n }\n\n // Require pattern for Webpack\n require(['./' + modulePath], (mod) => {\n /* eslint-disable */\n let inst = new mod.default(this, ext);\n /* eslint-enable */\n inst.init();\n this.ExtRegistry[name] = inst;\n });\n }\n\n /**\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n */\n extension(name) {\n return this.ExtRegistry[name];\n }\n\n /**\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n */\n hasExtension(name) {\n return !isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions defined in the configuration object\n */\n destroyExtensions() {\n let exts = this.extensions;\n\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n let extInstance = this.ExtRegistry[ext.name];\n if (extInstance) {\n extInstance.destroy();\n this.ExtRegistry[ext.name] = undefined;\n }\n }\n }\n\n /**\n * Load themes defined in the configuration object\n */\n loadThemes() {\n let themes = this.themes;\n this.emitter.emit('before-loading-themes', this);\n\n //Default theme config\n if (this.enableDefaultTheme) {\n let defaultTheme = { name: 'default' };\n this.themes.push(defaultTheme);\n }\n if (isArray(themes)) {\n for (let i = 0, len = themes.length; i < len; i++) {\n let theme = themes[i];\n let name = theme.name;\n let path = theme.path;\n let styleId = this.prfxTf + name;\n if (name && !path) {\n path = this.themesPath + name + '/' + name + '.css';\n }\n else if (!name && theme.path) {\n name = 'theme{0}'.replace('{0}', i);\n }\n\n if (!this.isImported(path, 'link')) {\n this.import(styleId, path, null, 'link');\n }\n }\n }\n\n // Enable loader indicator\n this.loader = true;\n\n this.emitter.emit('after-loading-themes', this);\n }\n\n /**\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n */\n getStylesheet(name = 'default') {\n return elm(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let Mod = this.Mod;\n let emitter = this.emitter;\n\n if (this.isExternalFlt && !this.popupFilters) {\n this.removeExternalFlts();\n }\n if (this.infDiv) {\n this.removeToolbar();\n }\n if (this.markActiveColumns) {\n this.clearActiveColumns();\n emitter.off(['before-filtering'], () => this.clearActiveColumns());\n emitter.off(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n if (this.fltGrid && !this.gridLayout) {\n this.tbl.deleteRow(this.filtersRowIndex);\n }\n\n // broadcast destroy event\n emitter.emit('destroy', this);\n\n // Destroy modules\n // TODO: subcribe modules to destroy event instead\n Object.keys(Mod).forEach(function (key) {\n let feature = Mod[key];\n if (feature && isFn(feature.destroy)) {\n feature.destroy();\n }\n });\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n removeClass(this.tbl, this.prfxTf);\n removeClass(this.tbl, this.prfxResponsive);\n\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this.initialized = false;\n }\n\n /**\n * Generate container element for paging, reset button, rows counter etc.\n */\n setToolbar() {\n if (this.infDiv) {\n return;\n }\n\n /*** container div ***/\n let infdiv = createElm('div', ['id', this.prfxInfDiv + this.id]);\n infdiv.className = this.infDivCssClass;\n\n //custom container\n if (this.toolBarTgtId) {\n elm(this.toolBarTgtId).appendChild(infdiv);\n }\n //grid-layout\n else if (this.gridLayout) {\n let gridLayout = this.Mod.gridLayout;\n gridLayout.tblMainCont.appendChild(infdiv);\n infdiv.className = gridLayout.infDivCssClass;\n }\n //default location: just above the table\n else {\n let cont = createElm('caption');\n cont.appendChild(infdiv);\n this.tbl.insertBefore(cont, this.tbl.firstChild);\n }\n this.infDiv = elm(this.prfxInfDiv + this.id);\n\n /*** left div containing rows # displayer ***/\n let ldiv = createElm('div', ['id', this.prfxLDiv + this.id]);\n ldiv.className = this.lDivCssClass;\n infdiv.appendChild(ldiv);\n this.lDiv = elm(this.prfxLDiv + this.id);\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rdiv = createElm('div', ['id', this.prfxRDiv + this.id]);\n rdiv.className = this.rDivCssClass;\n infdiv.appendChild(rdiv);\n this.rDiv = elm(this.prfxRDiv + this.id);\n\n /*** mid div containing paging elements ***/\n let mdiv = createElm('div', ['id', this.prfxMDiv + this.id]);\n mdiv.className = this.mDivCssClass;\n infdiv.appendChild(mdiv);\n this.mDiv = elm(this.prfxMDiv + this.id);\n\n // emit help initialisation only if undefined\n if (isUndef(this.help)) {\n // explicitily set enabled field to true to initialise help by\n // default, only if setting is undefined\n this.Mod.help.enabled = true;\n this.emitter.emit('init-help', this);\n }\n }\n\n /**\n * Remove toolbar container element\n */\n removeToolbar() {\n if (!this.infDiv) {\n return;\n }\n removeElm(this.infDiv);\n this.infDiv = null;\n\n let tbl = this.tbl;\n let captions = tag(tbl, 'caption');\n if (captions.length > 0) {\n [].forEach.call(captions, (elm) => tbl.removeChild(elm));\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts() {\n if (!this.isExternalFlt) {\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for (let ct = 0; ct < len; ct++) {\n let externalFltTgtId = ids[ct],\n externalFlt = elm(externalFltTgtId);\n if (externalFlt) {\n externalFlt.innerHTML = '';\n }\n }\n }\n\n /**\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n */\n isCustomOptions(colIndex) {\n return this.hasCustomOptions &&\n this.customOptions.cols.indexOf(colIndex) !== -1;\n }\n\n /**\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n */\n getCustomOptions(colIndex) {\n if (isEmpty(colIndex) || !this.isCustomOptions(colIndex)) {\n return;\n }\n\n let customOptions = this.customOptions;\n let cols = customOptions.cols;\n let optTxt = [], optArray = [];\n let index = cols.indexOf(colIndex);\n let slcValues = customOptions.values[index];\n let slcTexts = customOptions.texts[index];\n let slcSort = customOptions.sorts[index];\n\n for (let r = 0, len = slcValues.length; r < len; r++) {\n optArray.push(slcValues[r]);\n if (slcTexts[r]) {\n optTxt.push(slcTexts[r]);\n } else {\n optTxt.push(slcValues[r]);\n }\n }\n if (slcSort) {\n optArray.sort();\n optTxt.sort();\n }\n return [optArray, optTxt];\n }\n\n /**\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n */\n filter() {\n if (!this.fltGrid || !this.initialized) {\n return;\n }\n //invoke onbefore callback\n if (this.onBeforeFilter) {\n this.onBeforeFilter.call(null, this);\n }\n this.emitter.emit('before-filtering', this);\n\n let row = this.tbl.rows,\n nbRows = this.getRowsNb(true),\n hiddenRows = 0;\n\n this.validRowsIndex = [];\n // search args re-init\n let searchArgs = this.getFiltersValue();\n\n let numData;\n let decimal = this.decimalSeparator;\n let re_le = new RegExp(this.leOperator),\n re_ge = new RegExp(this.geOperator),\n re_l = new RegExp(this.lwOperator),\n re_g = new RegExp(this.grOperator),\n re_d = new RegExp(this.dfOperator),\n re_lk = new RegExp(rgxEsc(this.lkOperator)),\n re_eq = new RegExp(this.eqOperator),\n re_st = new RegExp(this.stOperator),\n re_en = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n re_em = this.emOperator,\n re_nm = this.nmOperator,\n re_re = new RegExp(rgxEsc(this.rgxOperator));\n\n //keyword highlighting\n function highlight(str, ok, cell) {\n /*jshint validthis:true */\n if (this.highlightKeywords && ok) {\n str = str.replace(re_lk, '');\n str = str.replace(re_eq, '');\n str = str.replace(re_st, '');\n str = str.replace(re_en, '');\n let w = str;\n if (re_le.test(str) || re_ge.test(str) || re_l.test(str) ||\n re_g.test(str) || re_d.test(str)) {\n w = getText(cell);\n }\n if (w !== '') {\n this.emitter.emit('highlight-keyword', this, cell, w);\n }\n }\n }\n\n //looks for search argument in current row\n function hasArg(sA, cellData, colIdx) {\n sA = matchCase(sA, this.caseSensitive);\n\n let occurence = false;\n\n //Search arg operator tests\n let hasLO = re_l.test(sA),\n hasLE = re_le.test(sA),\n hasGR = re_g.test(sA),\n hasGE = re_ge.test(sA),\n hasDF = re_d.test(sA),\n hasEQ = re_eq.test(sA),\n hasLK = re_lk.test(sA),\n // hasAN = re_an.test(sA),\n hasST = re_st.test(sA),\n hasEN = re_en.test(sA),\n hasEM = (re_em === sA),\n hasNM = (re_nm === sA),\n hasRE = re_re.test(sA);\n\n // Check for dates or resolve date type\n if (this.hasType(colIdx, [DATE])) {\n let dte1, dte2;\n\n let dateType = this.Mod.dateType;\n let isValidDate = dateType.isValid.bind(dateType);\n let parseDate = dateType.parse.bind(dateType);\n let locale = dateType.getOptions(colIdx).locale || this.locale;\n\n // Search arg dates tests\n let isLDate = hasLO &&\n isValidDate(sA.replace(re_l, ''), locale);\n let isLEDate = hasLE &&\n isValidDate(sA.replace(re_le, ''), locale);\n let isGDate = hasGR &&\n isValidDate(sA.replace(re_g, ''), locale);\n let isGEDate = hasGE &&\n isValidDate(sA.replace(re_ge, ''), locale);\n let isDFDate = hasDF &&\n isValidDate(sA.replace(re_d, ''), locale);\n let isEQDate = hasEQ &&\n isValidDate(sA.replace(re_eq, ''), locale);\n\n dte1 = parseDate(cellData, locale);\n\n // lower date\n if (isLDate) {\n dte2 = parseDate(sA.replace(re_l, ''), locale);\n occurence = dte1 < dte2;\n }\n // lower equal date\n else if (isLEDate) {\n dte2 = parseDate(sA.replace(re_le, ''), locale);\n occurence = dte1 <= dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = parseDate(sA.replace(re_ge, ''), locale);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = parseDate(sA.replace(re_g, ''), locale);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = parseDate(sA.replace(re_d, ''), locale);\n occurence = dte1.toString() !== dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = parseDate(sA.replace(re_eq, ''), locale);\n occurence = dte1.toString() === dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (re_lk.test(sA)) {// like date\n occurence = contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n else if (isValidDate(sA)) {\n dte2 = parseDate(sA, locale);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n } else {\n occurence = contains(sA, cellData,\n this.isExactMatch(colIdx), this.caseSensitive);\n }\n }\n\n else {\n if (this.hasType(colIdx, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIdx];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n // Convert to number anyways to auto-resolve type in case not\n // defined by configuration\n numData = Number(cellData) || parseNb(cellData, decimal);\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numData <= parseNb(\n sA.replace(re_le, ''),\n decimal\n );\n }\n //greater equal\n else if (hasGE) {\n occurence = numData >= parseNb(\n sA.replace(re_ge, ''),\n decimal\n );\n }\n //lower\n else if (hasLO) {\n occurence = numData < parseNb(\n sA.replace(re_l, ''),\n decimal\n );\n }\n //greater\n else if (hasGR) {\n occurence = numData > parseNb(\n sA.replace(re_g, ''),\n decimal\n );\n }\n //different\n else if (hasDF) {\n occurence = contains(sA.replace(re_d, ''), cellData,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = contains(sA.replace(re_eq, ''), cellData,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellData.indexOf(sA.replace(re_st, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = sA.replace(re_en, '');\n occurence =\n cellData.lastIndexOf(searchArg, cellData.length - 1) ===\n (cellData.length - 1) - (searchArg.length - 1) &&\n cellData.lastIndexOf(searchArg, cellData.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n }\n //regexp\n else if (hasRE) {\n //in case regexp fires an exception\n try {\n //operator is removed\n let srchArg = sA.replace(re_re, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellData);\n } catch (ex) {\n occurence = false;\n }\n } else {\n // If numeric type data, perform a strict equality test and\n // fallback to unformatted number string comparison\n if (numData &&\n this.hasType(colIdx, [NUMBER, FORMATTED_NUMBER]) &&\n !this.singleSearchFlt) {\n // parseNb can return 0 for strings which are not\n // formatted numbers, in that case return the original\n // string. TODO: handle this in parseNb\n sA = parseNb(sA, decimal) || sA;\n occurence = numData === sA ||\n contains(sA.toString(), numData.toString(),\n this.isExactMatch(colIdx), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = contains(sA, cellData,\n this.isExactMatch(colIdx), this.caseSensitive);\n }\n }\n\n }//else\n return occurence;\n }//fn\n\n for (let k = this.refRow; k < nbRows; k++) {\n // already filtered rows display re-init\n row[k].style.display = '';\n\n let cells = row[k].cells;\n let nchilds = cells.length;\n\n // checks if row has exact cell #\n if (nchilds !== this.nbCells) {\n continue;\n }\n\n let occurence = [],\n isRowValid = true,\n //only for single filter search\n singleFltRowValid = false;\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n //searched keyword\n let sA = searchArgs[this.singleSearchFlt ? 0 : j];\n\n if (sA === '') {\n continue;\n }\n\n let cellData = matchCase(this.getCellData(cells[j]),\n this.caseSensitive);\n\n //multiple search parameter operator ||\n let sAOrSplit = sA.toString().split(this.orOperator),\n //multiple search || parameter boolean\n hasMultiOrSA = sAOrSplit.length > 1,\n //multiple search parameter operator &&\n sAAndSplit = sA.toString().split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length > 1;\n\n //detect operators or array query\n if (isArray(sA) || hasMultiOrSA || hasMultiAndSA) {\n let cS,\n s,\n occur = false;\n if (isArray(sA)) {\n s = sA;\n } else {\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n }\n // TODO: improve clarity/readability of this block\n for (let w = 0, len = s.length; w < len; w++) {\n cS = trim(s[w]);\n occur = hasArg.call(this, cS, cellData, j);\n highlight.call(this, cS, occur, cells[j]);\n if ((hasMultiOrSA && occur) ||\n (hasMultiAndSA && !occur)) {\n break;\n }\n if (isArray(sA) && occur) {\n break;\n }\n }\n occurence[j] = occur;\n\n }\n //single search parameter\n else {\n occurence[j] = hasArg.call(this, trim(sA), cellData, j);\n highlight.call(this, sA, occurence[j], cells[j]);\n }//else single param\n\n if (!occurence[j]) {\n isRowValid = false;\n }\n if (this.singleSearchFlt && occurence[j]) {\n singleFltRowValid = true;\n }\n\n this.emitter.emit('cell-processed', this, j, cells[j]);\n }//for j\n\n if (this.singleSearchFlt && singleFltRowValid) {\n isRowValid = true;\n }\n\n if (!isRowValid) {\n this.validateRow(k, false);\n hiddenRows++;\n } else {\n this.validateRow(k, true);\n }\n\n this.emitter.emit('row-processed', this, k,\n this.validRowsIndex.length, isRowValid);\n }// for k\n\n this.nbHiddenRows = hiddenRows;\n\n //invokes onafterfilter callback\n if (this.onAfterFilter) {\n this.onAfterFilter.call(null, this);\n }\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(colIndex, includeHeaders = false, num = false, exclude = []) {\n if (!this.fltGrid) {\n return;\n }\n let row = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let colValues = [];\n\n if (includeHeaders) {\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for (let i = this.refRow; i < nbRows; i++) {\n let isExludedRow = false;\n // checks if current row index appears in exclude array\n if (exclude.length > 0) {\n isExludedRow = exclude.indexOf(i) !== -1;\n }\n let cell = row[i].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell # and is not excluded\n if (nchilds === this.nbCells && !isExludedRow) {\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (j !== colIndex || row[i].style.display !== '') {\n continue;\n }\n let cellData = this.getCellData(cell[j]);\n let decimal = this.decimalSeparator;\n if (this.hasType(colIndex, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIndex];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n let data = num ?\n Number(cellData) || parseNb(cellData, decimal) :\n cellData;\n colValues.push(data);\n }\n }\n }\n return colValues;\n }\n\n /**\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n */\n getFilterValue(index) {\n if (!this.fltGrid) {\n return;\n }\n let fltValue = '';\n let flt = this.getFilterElement(index);\n if (!flt) {\n return fltValue;\n }\n\n let fltColType = this.getFilterType(index);\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n fltValue = flt.value;\n }\n //mutiple select\n else if (fltColType === MULTIPLE) {\n fltValue = this.feature('dropdown').getValues(index);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n fltValue = this.feature('checkList').getValues(index);\n }\n //return an empty string if collection is empty or contains a single\n //empty string\n if (isArray(fltValue) && fltValue.length === 0 ||\n (fltValue.length === 1 && fltValue[0] === '')) {\n fltValue = '';\n }\n\n return fltValue;\n }\n\n /**\n * Return the filters' values\n * @return {Array} List of filters' values\n */\n getFiltersValue() {\n if (!this.fltGrid) {\n return;\n }\n let searchArgs = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltValue = this.getFilterValue(i);\n if (isArray(fltValue)) {\n searchArgs.push(fltValue);\n } else {\n searchArgs.push(trim(fltValue));\n }\n }\n return searchArgs;\n }\n\n /**\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n */\n getFilterId(index) {\n if (!this.fltGrid) {\n return;\n }\n return this.fltIds[index];\n }\n\n /**\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n */\n getFiltersByType(type, bool) {\n if (!this.fltGrid) {\n return;\n }\n let arr = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltType = this.getFilterType(i);\n if (fltType === type.toLowerCase()) {\n let a = bool ? i : this.fltIds[i];\n arr.push(a);\n }\n }\n return arr;\n }\n\n /**\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n */\n getFilterElement(index) {\n let fltId = this.fltIds[index];\n return elm(fltId);\n }\n\n /**\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n */\n getCellsNb(rowIndex = 0) {\n let tr = this.tbl.rows[rowIndex];\n return tr.cells.length;\n }\n\n /**\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n */\n getRowsNb(includeHeaders) {\n let s = isUndef(this.refRow) ? 0 : this.refRow;\n let ntrs = this.tbl.rows.length;\n if (includeHeaders) {\n s = 0;\n }\n return parseInt(ntrs - s, 10);\n }\n\n /**\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n */\n getCellData(cell) {\n let idx = cell.cellIndex;\n //Check for customCellData callback\n if (this.customCellData &&\n this.customCellDataCols.indexOf(idx) !== -1) {\n return this.customCellData.call(null, this, cell, idx);\n } else {\n return getText(cell);\n }\n }\n\n /**\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(includeHeaders = false, excludeHiddenCols = false) {\n let rows = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let tblData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n tblData.push([this.getHeadersRowIndex(), headers]);\n }\n for (let k = this.refRow; k < nbRows; k++) {\n let rowData = [k, []];\n let cells = rows[k].cells;\n for (let j = 0, len = cells.length; j < len; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[j]);\n rowData[1].push(cellData);\n }\n tblData.push(rowData);\n }\n return tblData;\n }\n\n /**\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(includeHeaders = false, excludeHiddenCols = false) {\n if (!this.validRowsIndex) {\n return [];\n }\n let rows = this.tbl.rows,\n filteredData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n filteredData.push([this.getHeadersRowIndex(), headers]);\n }\n\n let validRows = this.getValidRows(true);\n for (let i = 0; i < validRows.length; i++) {\n let rData = [this.validRowsIndex[i], []],\n cells = rows[this.validRowsIndex[i]].cells;\n for (let k = 0; k < cells.length; k++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(k)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[k]);\n rData[1].push(cellData);\n }\n filteredData.push(rData);\n }\n return filteredData;\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(colIndex, includeHeaders = false) {\n if (isUndef(colIndex)) {\n return [];\n }\n let data = this.getFilteredData(),\n colData = [];\n if (includeHeaders) {\n colData.push(this.getHeadersText()[colIndex]);\n }\n for (let i = 0, len = data.length; i < len; i++) {\n let r = data[i],\n //cols values of current row\n d = r[1],\n //data of searched column\n c = d[colIndex];\n colData.push(c);\n }\n return colData;\n }\n\n /**\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n */\n getRowDisplay(row) {\n return row.style.display;\n }\n\n /**\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n */\n validateRow(rowIndex, isValid) {\n let row = this.tbl.rows[rowIndex];\n if (!row || typeof isValid !== 'boolean') {\n return;\n }\n\n // always visible rows are valid\n if (this.hasVisibleRows && this.visibleRows.indexOf(rowIndex) !== -1) {\n isValid = true;\n }\n\n let displayFlag = isValid ? '' : NONE,\n validFlag = isValid ? 'true' : 'false';\n row.style.display = displayFlag;\n\n if (this.paging) {\n row.setAttribute('validRow', validFlag);\n }\n\n if (isValid) {\n if (this.validRowsIndex.indexOf(rowIndex) === -1) {\n this.validRowsIndex.push(rowIndex);\n }\n\n if (this.onRowValidated) {\n this.onRowValidated.call(null, this, rowIndex);\n }\n\n this.emitter.emit('row-validated', this, rowIndex);\n }\n }\n\n /**\n * Validate all filterable rows\n */\n validateAllRows() {\n if (!this.initialized) {\n return;\n }\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.nbFilterableRows; k++) {\n this.validateRow(k, true);\n }\n }\n\n /**\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n */\n setFilterValue(index, query = '') {\n if (!this.fltGrid) {\n return;\n }\n let slc = this.getFilterElement(index),\n fltColType = this.getFilterType(index);\n\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n slc.value = query;\n }\n //multiple selects\n else if (fltColType === MULTIPLE) {\n let values = isArray(query) ? query :\n query.split(' ' + this.orOperator + ' ');\n\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n\n this.emitter.emit('select-options', this, index, values);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n let values = [];\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-checklist-filter', this, index,\n this.isExternalFlt);\n }\n if (isArray(query)) {\n values = query;\n } else {\n query = matchCase(query, this.caseSensitive);\n values = query.split(' ' + this.orOperator + ' ');\n }\n\n this.emitter.emit('select-checklist-options', this, index, values);\n }\n }\n\n /**\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n */\n setColWidths(tbl) {\n if (!this.hasColWidths) {\n return;\n }\n tbl = tbl || this.tbl;\n\n let nbCols = this.nbCells;\n let colWidths = this.colWidths;\n let colTags = tag(tbl, 'col');\n let tblHasColTag = colTags.length > 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for (let k = 0; k < nbCols; k++) {\n let col;\n if (tblHasColTag) {\n col = colTags[k];\n } else {\n col = createElm('col', ['id', this.id + '_col_' + k]);\n frag.appendChild(col);\n }\n col.style.width = colWidths[k];\n }\n if (!tblHasColTag) {\n tbl.insertBefore(frag, tbl.firstChild);\n }\n }\n\n /**\n * Makes defined rows always visible\n */\n enforceVisibility() {\n if (!this.hasVisibleRows) {\n return;\n }\n let nbRows = this.getRowsNb(true);\n for (let i = 0, len = this.visibleRows.length; i < len; i++) {\n let row = this.visibleRows[i];\n //row index cannot be > nrows\n if (row <= nbRows) {\n this.validateRow(row, true);\n }\n }\n }\n\n /**\n * Clear all the filters' values\n */\n clearFilters() {\n if (!this.fltGrid) {\n return;\n }\n\n this.emitter.emit('before-clearing-filters', this);\n\n if (this.onBeforeReset) {\n this.onBeforeReset.call(null, this, this.getFiltersValue());\n }\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n this.setFilterValue(i, '');\n }\n\n this.filter();\n\n if (this.onAfterReset) {\n this.onAfterReset.call(null, this);\n }\n this.emitter.emit('after-clearing-filters', this);\n }\n\n /**\n * Clears filtered columns visual indicator (background color)\n */\n clearActiveColumns() {\n for (let i = 0, len = this.getCellsNb(this.headersRow); i < len; i++) {\n removeClass(this.getHeaderElement(i), this.activeColumnsCssClass);\n }\n }\n\n /**\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n */\n markActiveColumn(colIndex) {\n let header = this.getHeaderElement(colIndex);\n if (hasClass(header, this.activeColumnsCssClass)) {\n return;\n }\n if (this.onBeforeActiveColumn) {\n this.onBeforeActiveColumn.call(null, this, colIndex);\n }\n addClass(header, this.activeColumnsCssClass);\n if (this.onAfterActiveColumn) {\n this.onAfterActiveColumn.call(null, this, colIndex);\n }\n }\n\n /**\n * Return the ID of the current active filter\n * @returns {String}\n */\n getActiveFilterId() {\n return this.activeFilterId;\n }\n\n /**\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n */\n setActiveFilterId(filterId) {\n this.activeFilterId = filterId;\n }\n\n /**\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n */\n getColumnIndexFromFilterId(filterId = '') {\n let idx = filterId.split('_')[0];\n idx = idx.split(this.prfxFlt)[1];\n return parseInt(idx, 10);\n }\n\n /**\n * Make specified column's filter active\n * @param colIndex Index of a column\n */\n activateFilter(colIndex) {\n if (isUndef(colIndex)) {\n return;\n }\n this.setActiveFilterId(this.getFilterId(colIndex));\n }\n\n /**\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n */\n linkFilters() {\n if (!this.linkedFilters || !this.activeFilterId) {\n return;\n }\n let slcA1 = this.getFiltersByType(SELECT, true),\n slcA2 = this.getFiltersByType(MULTIPLE, true),\n slcA3 = this.getFiltersByType(CHECKLIST, true),\n slcIndex = slcA1.concat(slcA2);\n slcIndex = slcIndex.concat(slcA3);\n\n let activeIdx = this.getColumnIndexFromFilterId(this.activeFilterId);\n\n for (let i = 0, len = slcIndex.length; i < len; i++) {\n let curSlc = elm(this.fltIds[slcIndex[i]]);\n let slcSelectedValue = this.getFilterValue(slcIndex[i]);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== slcIndex[i] ||\n (this.paging && slcA1.indexOf(slcIndex[i]) !== -1 &&\n activeIdx === slcIndex[i]) ||\n (!this.paging && (slcA3.indexOf(slcIndex[i]) !== -1 ||\n slcA2.indexOf(slcIndex[i]) !== -1)) ||\n slcSelectedValue === this.displayAllText) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = createOpt(this.displayAllText, '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(slcIndex[i]) !== -1) {\n this.emitter.emit('build-checklist-filter', this,\n slcIndex[i]);\n } else {\n this.emitter.emit('build-select-filter', this, slcIndex[i],\n true);\n }\n\n this.setFilterValue(slcIndex[i], slcSelectedValue);\n }\n }\n }\n\n /**\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n */\n isImported(filePath, type = 'script') {\n let imported = false,\n attr = type === 'script' ? 'src' : 'href',\n files = tag(doc, type);\n for (let i = 0, len = files.length; i < len; i++) {\n if (isUndef(files[i][attr])) {\n continue;\n }\n if (files[i][attr].match(filePath)) {\n imported = true;\n break;\n }\n }\n return imported;\n }\n\n /**\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n */\n import(fileId, filePath, callback, type = 'script') {\n if (this.isImported(filePath, type)) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = tag(doc, 'head')[0];\n\n if (type.toLowerCase() === 'link') {\n file = createElm('link',\n ['id', fileId], ['type', 'text/css'],\n ['rel', 'stylesheet'], ['href', filePath]\n );\n } else {\n file = createElm('script',\n ['id', fileId],\n ['type', 'text/javascript'], ['src', filePath]\n );\n }\n\n //Browser <> IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = () => {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error(`TableFilter could not load: ${filePath}`);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n isInitialized() {\n return this.initialized;\n }\n\n /**\n * Get list of filter IDs\n * @return {[type]} [description]\n */\n getFiltersId() {\n return this.fltIds || [];\n }\n\n /**\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n */\n getValidRows(reCalc) {\n if (!reCalc) {\n return this.validRowsIndex;\n }\n\n let nbRows = this.getRowsNb(true);\n this.validRowsIndex = [];\n for (let k = this.refRow; k < nbRows; k++) {\n let r = this.tbl.rows[k];\n if (!this.paging) {\n if (this.getRowDisplay(r) !== NONE) {\n this.validRowsIndex.push(r.rowIndex);\n }\n } else {\n if (r.getAttribute('validRow') === 'true' ||\n r.getAttribute('validRow') === null) {\n this.validRowsIndex.push(r.rowIndex);\n }\n }\n }\n return this.validRowsIndex;\n }\n\n /**\n * Get the index of the row containing the filters\n * @return {Number}\n */\n getFiltersRowIndex() {\n return this.filtersRowIndex;\n }\n\n /**\n * Get the index of the headers row\n * @return {Number}\n */\n getHeadersRowIndex() {\n return this.headersRow;\n }\n\n /**\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n */\n getStartRowIndex() {\n return this.refRow;\n }\n\n /**\n * Get the index of the last row\n * @return {Number}\n */\n getLastRowIndex() {\n let nbRows = this.getRowsNb(true);\n return (nbRows - 1);\n }\n\n /**\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n */\n hasType(colIndex, types = []) {\n if (!this.hasColTypes) {\n return false;\n }\n let colType = this.colTypes[colIndex];\n if (isObj(colType)) {\n colType = colType.type;\n }\n return types.indexOf(colType) !== -1;\n }\n\n /**\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n */\n getHeaderElement(colIndex) {\n let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.tbl;\n let tHead = tag(table, 'thead');\n let headersRow = this.headersRow;\n let header;\n for (let i = 0; i < this.nbCells; i++) {\n if (i !== colIndex) {\n continue;\n }\n if (tHead.length === 0) {\n header = table.rows[headersRow].cells[i];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[headersRow].cells[i];\n }\n break;\n }\n return header;\n }\n\n /**\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n */\n getHeadersText(excludeHiddenCols = false) {\n let headers = [];\n for (let j = 0; j < this.nbCells; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let header = this.getHeaderElement(j);\n let headerText = getFirstTextNode(header);\n headers.push(headerText);\n }\n return headers;\n }\n\n /**\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n */\n getFilterType(colIndex) {\n let colType = this.cfg['col_' + colIndex];\n return !colType ? INPUT : colType.toLowerCase();\n }\n\n /**\n * Get the total number of filterable rows\n * @return {Number}\n */\n getFilterableRowsNb() {\n return this.getRowsNb(false);\n }\n\n /**\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n */\n getValidRowsNb(reCalc = false) {\n return this.getValidRows(reCalc).length;\n }\n\n /**\n * Get the configuration object (literal object)\n * @return {Object}\n */\n config() {\n return this.cfg;\n }\n}\n" + "content": "import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';\nimport {\n addClass, createElm, createOpt, elm, getText, getFirstTextNode, hasClass,\n removeClass, removeElm, tag\n} from './dom';\nimport {contains, matchCase, rgxEsc, trim} from './string';\nimport {isEmpty as isEmptyString} from './string';\nimport {\n isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef\n} from './types';\nimport {parse as parseNb} from './number'\n\nimport {root} from './root';\nimport {Emitter} from './emitter';\nimport {GridLayout} from './modules/gridLayout';\nimport {Loader} from './modules/loader';\nimport {HighlightKeyword} from './modules/highlightKeywords';\nimport {PopupFilter} from './modules/popupFilter';\nimport {Dropdown} from './modules/dropdown';\nimport {CheckList} from './modules/checkList';\nimport {RowsCounter} from './modules/rowsCounter';\nimport {StatusBar} from './modules/statusBar';\nimport {Paging} from './modules/paging';\nimport {ClearButton} from './modules/clearButton';\nimport {Help} from './modules/help';\nimport {AlternateRows} from './modules/alternateRows';\nimport {NoResults} from './modules/noResults';\nimport {State} from './modules/state';\nimport {DateType} from './modules/dateType';\n\nimport {\n INPUT, SELECT, MULTIPLE, CHECKLIST, NONE,\n ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY,\n CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER\n} from './const';\n\nlet doc = root.document;\n\n/**\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n */\nexport class TableFilter {\n\n /**\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n /**\n * ID of current instance\n * @type {String}\n * @private\n */\n this.id = null;\n\n /**\n * Current version\n * @type {String}\n */\n this.version = '{VERSION}';\n\n /**\n * Current year\n * @type {Number}\n * @private\n */\n this.year = new Date().getFullYear();\n\n /**\n * HTML Table DOM element\n * @type {DOMElement}\n */\n this.tbl = null;\n\n /**\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n */\n this.refRow = null;\n\n /**\n * Index of the headers row\n * @type {Number}\n * @private\n */\n this.headersRow = null;\n\n /**\n * Configuration object\n * @type {Object}\n * @private\n */\n this.cfg = {};\n\n /**\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n */\n this.nbFilterableRows = 0;\n\n /**\n * Number of cells in the reference row\n * @type {Number}\n * @private\n */\n this.nbCells = null;\n\n let startRow;\n\n // TODO: use for-of\n args.forEach((arg) => {\n if (typeof arg === 'object' && arg.nodeName === 'TABLE') {\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if (isString(arg)) {\n this.id = arg;\n this.tbl = elm(arg);\n } else if (isNumber(arg)) {\n startRow = arg;\n } else if (isObj(arg)) {\n this.cfg = arg;\n }\n });\n\n if (!this.tbl || this.tbl.nodeName !== 'TABLE' ||\n this.getRowsNb() === 0) {\n throw new Error(`Could not instantiate TableFilter: HTML table\n DOM element not found.`);\n }\n\n // configuration object\n let f = this.cfg;\n\n /**\n * Event emitter instance\n * @type {Emitter}\n */\n this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = isUndef(startRow) ? 2 : (startRow + 1);\n try { this.nbCells = this.getCellsNb(this.refRow); }\n catch (e) { this.nbCells = this.getCellsNb(0); }\n\n /**\n * Base path for static assets\n * @type {String}\n */\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n\n /**\n * Enable/disable filters\n * @type {Boolean}\n */\n this.fltGrid = f.grid === false ? false : true;\n\n /**\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n */\n this.gridLayout = Boolean(f.grid_layout);\n\n /**\n * Filters row index\n * @type {Number}\n */\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n\n /**\n * Headers row index\n * @type {Number}\n */\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n /**\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n */\n this.fltCellTag = isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n /**\n * List of filters IDs\n * @type {Array}\n * @private\n */\n this.fltIds = [];\n\n /**\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n */\n this.validRowsIndex = [];\n\n /**\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n */\n this.infDiv = null;\n\n /**\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.lDiv = null;\n\n /**\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.rDiv = null;\n\n /**\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.mDiv = null;\n\n /**\n * Css class for toolbar's container DOM element\n * @type {String}\n */\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n\n /**\n * Css class for left-side inner container DOM element\n * @type {String}\n */\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n\n /**\n * Css class for right-side inner container DOM element\n * @type {String}\n */\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n\n /**\n * Css class for middle inner container DOM element\n * @type {String}\n */\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n\n /*** filters' grid appearance ***/\n /**\n * Path for stylesheets\n * @type {String}\n */\n this.stylePath = f.style_path || this.basePath + 'style/';\n\n /**\n * Main stylesheet path\n * @type {String}\n */\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n\n /**\n * Main stylesheet ID\n * @type {String}\n * @private\n */\n this.stylesheetId = this.id + '_style';\n\n /**\n * Css class for the filters row\n * @type {String}\n */\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n\n /**\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n */\n this.enableIcons = f.enable_icons === false ? false : true;\n\n /**\n * Enable/disable alternating rows\n * @type {Boolean}\n */\n this.alternateRows = Boolean(f.alternate_rows);\n\n /**\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n */\n this.hasColWidths = isArray(f.col_widths);\n\n /**\n * Columns widths array\n * @type {Array}\n */\n this.colWidths = this.hasColWidths ? f.col_widths : [];\n\n /**\n * Css class for a filter element\n * @type {String}\n */\n this.fltCssClass = f.flt_css_class || 'flt';\n\n /**\n * Css class for multiple select filters\n * @type {String}\n */\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n\n /**\n * Css class for small filter (when submit button is active)\n * @type {String}\n */\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n\n /**\n * Css class for single filter type\n * @type {String}\n */\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n\n /**\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n */\n this.enterKey = f.enter_key === false ? false : true;\n\n /**\n * Callback fired before filtering process starts\n * @type {Function}\n */\n this.onBeforeFilter = isFn(f.on_before_filter) ?\n f.on_before_filter : null;\n\n /**\n * Callback fired after filtering process is completed\n * @type {Function}\n */\n this.onAfterFilter = isFn(f.on_after_filter) ? f.on_after_filter : null;\n\n /**\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n */\n this.caseSensitive = Boolean(f.case_sensitive);\n\n /**\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n */\n this.hasExactMatchByCol = isArray(f.columns_exact_match);\n\n /**\n * Exact match filtering per column array\n * @type {Array}\n */\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n\n /**\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n */\n this.exactMatch = Boolean(f.exact_match);\n\n /**\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n */\n this.ignoreDiacritics = f.ignore_diacritics;\n\n /**\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n */\n this.linkedFilters = Boolean(f.linked_filters);\n\n /**\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n */\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n\n /**\n * Active filter ID\n * @type {String}\n * @private\n */\n this.activeFilterId = null;\n\n /**\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n */\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n\n /**\n * List of row indexes to be excluded from filtering\n * @type {Array}\n */\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n\n /**\n * Enable/disable external filters generation\n * @type {Boolean}\n */\n this.isExternalFlt = Boolean(f.external_flt_grid);\n\n /**\n * List of containers IDs where external filters will be generated\n * @type {Array}\n */\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n\n /**\n * Callback fired after filters are generated\n * @type {Function}\n */\n this.onFiltersLoaded = isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : null;\n\n /**\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n */\n this.singleSearchFlt = Boolean(f.single_filter);\n\n /**\n * Callback fired after a row is validated during filtering\n * @type {Function}\n */\n this.onRowValidated = isFn(f.on_row_validated) ?\n f.on_row_validated : null;\n\n /**\n * List of columns implementing custom filtering\n * @type {Array}\n */\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n\n /**\n * Delegate function for retrieving cell data with custom logic\n * @type {Function}\n */\n this.customCellData = isFn(f.custom_cell_data) ?\n f.custom_cell_data : null;\n\n /**\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n */\n this.watermark = f.watermark || '';\n\n /**\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n */\n this.isWatermarkArray = isArray(this.watermark);\n\n /**\n * Toolbar's custom container ID\n * @type {String}\n */\n this.toolBarTgtId = f.toolbar_target_id || null;\n\n /**\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n */\n this.help = isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n\n /**\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n */\n this.popupFilters = Boolean(f.popup_filters);\n\n /**\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n */\n this.markActiveColumns = Boolean(f.mark_active_columns);\n\n /**\n * Css class for filtered (active) columns\n * @type {String}\n */\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n\n /**\n * Callback fired before a column is marked as filtered\n * @type {Function}\n */\n this.onBeforeActiveColumn = isFn(f.on_before_active_column) ?\n f.on_before_active_column : null;\n\n /**\n * Callback fired after a column is marked as filtered\n * @type {Function}\n */\n this.onAfterActiveColumn = isFn(f.on_after_active_column) ?\n f.on_after_active_column : null;\n\n /*** select filter's customisation and behaviours ***/\n /**\n * Text for clear option in drop-down filter types (1st option)\n * @type {String}\n */\n this.displayAllText = f.display_all_text || 'Clear';\n\n /**\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n */\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n\n /**\n * Text for empty option in drop-down filter types\n * @type {String}\n */\n this.emptyText = f.empty_text || '(Empty)';\n\n /**\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n */\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n\n /**\n * Text for non-empty option in drop-down filter types\n * @type {String}\n */\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n\n /**\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n */\n this.onSlcChange = f.on_change === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n */\n this.sortSlc = f.sort_select === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n\n /**\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n */\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n\n /**\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n */\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n\n /**\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n */\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n\n /**\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n */\n this.hasCustomOptions = isObj(f.custom_options);\n\n /**\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n */\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n /**\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n */\n this.rgxOperator = f.regexp_operator || 'rgx:';\n\n /**\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n */\n this.emOperator = f.empty_operator || '[empty]';\n\n /**\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n */\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n\n /**\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n */\n this.orOperator = f.or_operator || '||';\n\n /**\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n */\n this.anOperator = f.and_operator || '&&';\n\n /**\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n */\n this.grOperator = f.greater_operator || '>';\n\n /**\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n */\n this.lwOperator = f.lower_operator || '<';\n\n /**\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n */\n this.leOperator = f.lower_equal_operator || '<=';\n\n /**\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n */\n this.geOperator = f.greater_equal_operator || '>=';\n\n /**\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.dfOperator = f.different_operator || '!';\n\n /**\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.lkOperator = f.like_operator || '*';\n\n /**\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n */\n this.eqOperator = f.equal_operator || '=';\n\n /**\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.stOperator = f.start_with_operator || '{';\n\n /**\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.enOperator = f.end_with_operator || '}';\n\n // this.curExp = f.cur_exp || '^[¥£€$]';\n\n /**\n * Stored values separator\n * @type {String}\n */\n this.separator = f.separator || ',';\n\n /**\n * Enable rows counter UI component\n * @type {Boolean}\n */\n this.rowsCounter = Boolean(f.rows_counter);\n\n /**\n * Enable status bar UI component\n * @type {Boolean}\n */\n this.statusBar = Boolean(f.status_bar);\n\n /**\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n */\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n /**\n * Enable filters submission button\n * @type {Boolean}\n */\n this.displayBtn = Boolean(f.btn);\n\n /**\n * Define filters submission button text\n * @type {String}\n */\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n\n /**\n * Css class for filters submission button\n * @type {String}\n */\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n\n /**\n * Enable clear button\n * @type {Boolean}\n */\n this.btnReset = Boolean(f.btn_reset);\n\n /**\n * Callback fired before filters are cleared\n * @type {Function}\n */\n this.onBeforeReset = isFn(f.on_before_reset) ?\n f.on_before_reset : null;\n\n /**\n * Callback fired after filters are cleared\n * @type {Function}\n */\n this.onAfterReset = isFn(f.on_after_reset) ? f.on_after_reset : null;\n\n /**\n * Enable paging component\n * @type {Boolean}\n */\n this.paging = Boolean(f.paging);\n\n /**\n * Number of hidden rows\n * @type {Number}\n * @private\n */\n this.nbHiddenRows = 0;\n\n /**\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n */\n this.autoFilter = Boolean(f.auto_filter);\n\n /**\n * Auto-filter delay in msecs\n * @type {Number}\n */\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n\n /**\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n */\n this.isUserTyping = null;\n\n /**\n * Auto-filter interval ID\n * @type {String}\n * @private\n */\n this.autoFilterTimer = null;\n\n /**\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n */\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /**\n * Enable no results message UI component\n * @type {Boolean}\n */\n this.noResults = isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n /**\n * Enable state persistence\n * @type {Boolean}\n */\n this.state = isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n\n /**\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n */\n this.locale = f.locale || 'en';\n\n /**\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n */\n this.thousandsSeparator = f.thousands_separator || ',';\n\n /**\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n */\n this.decimalSeparator = f.decimal_separator || '.';\n\n /**\n * Determine whether table has columns data types\n * @type {Boolean}\n * @private\n */\n this.hasColTypes = isArray(f.col_types);\n\n /**\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n */\n this.colTypes = this.hasColTypes ? f.col_types : [];\n\n /*** ids prefixes ***/\n /**\n * Main prefix\n * @private\n */\n this.prfxTf = 'TF';\n\n /**\n * Filter's ID prefix (inputs - selects)\n * @private\n */\n this.prfxFlt = 'flt';\n\n /**\n * Button's ID prefix\n * @private\n */\n this.prfxValButton = 'btn';\n\n /**\n * Toolbar container ID prefix\n * @private\n */\n this.prfxInfDiv = 'inf_';\n\n /**\n * Toolbar left element ID prefix\n * @private\n */\n this.prfxLDiv = 'ldiv_';\n\n /**\n * Toolbar right element ID prefix\n * @private\n */\n this.prfxRDiv = 'rdiv_';\n\n /**\n * Toolbar middle element ID prefix\n * @private\n */\n this.prfxMDiv = 'mdiv_';\n\n /**\n * Responsive Css class\n * @private\n */\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n /**\n * List of loaded extensions\n * @type {Array}\n * @private\n */\n this.extensions = f.extensions;\n\n /**\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n */\n this.hasExtensions = isArray(this.extensions);\n\n /*** themes ***/\n /**\n * Enable default theme\n * @type {Boolean}\n */\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n\n /**\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n */\n this.hasThemes = (this.enableDefaultTheme || isArray(f.themes));\n\n /**\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themes = f.themes || [];\n\n /**\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n /**\n * Enable responsive layout\n * @type {Boolean}\n */\n this.responsive = Boolean(f.responsive);\n\n /**\n * Features registry\n * @private\n */\n this.Mod = {};\n\n /**\n * Extensions registry\n * @private\n */\n this.ExtRegistry = {};\n }\n\n /**\n * Initialise features and layout\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells;\n let inpclass;\n\n //loads stylesheet if not imported\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n\n //loads theme\n if (this.hasThemes) {\n this.loadThemes();\n }\n\n // Instanciate sugar date wrapper\n if (!Mod.dateType) {\n Mod.dateType = new DateType(this);\n }\n Mod.dateType.init();\n\n // Instantiate help feature and initialise only if set true\n if (!Mod.help) {\n Mod.help = new Help(this);\n }\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n if (!Mod.state) {\n Mod.state = new State(this);\n }\n Mod.state.init();\n }\n\n if (this.gridLayout) {\n if (!Mod.gridLayout) {\n Mod.gridLayout = new GridLayout(this);\n }\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n if (!Mod.loader) {\n Mod.loader = new Loader(this);\n }\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n if (!Mod.popupFilter) {\n Mod.popupFilter = new PopupFilter(this);\n }\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._initNoFilters();\n } else {\n let fltrow = this._insertFiltersRow();\n\n this.nbFilterableRows = this.getRowsNb();\n\n // Generate filters\n for (let i = 0; i < n; i++) {\n this.emitter.emit('before-filter-init', this, i);\n\n let fltcell = createElm(this.fltCellTag),\n col = this.getFilterType(i);\n\n if (this.singleSearchFlt) {\n fltcell.colSpan = this.nbCells;\n }\n if (!this.gridLayout) {\n fltrow.appendChild(fltcell);\n }\n inpclass = (i === n - 1 && this.displayBtn) ?\n this.fltSmallCssClass : this.fltCssClass;\n\n //only 1 input for single search\n if (this.singleSearchFlt) {\n col = INPUT;\n inpclass = this.singleFltCssClass;\n }\n\n //drop-down filters\n if (col === SELECT || col === MULTIPLE) {\n if (!Mod.dropdown) {\n Mod.dropdown = new Dropdown(this);\n }\n Mod.dropdown.init(i, this.isExternalFlt, fltcell);\n }\n // checklist\n else if (col === CHECKLIST) {\n if (!Mod.checkList) {\n Mod.checkList = new CheckList(this);\n }\n Mod.checkList.init(i, this.isExternalFlt, fltcell);\n } else {\n this._buildInputFilter(i, inpclass, fltcell);\n }\n\n // this adds submit button\n if (i === n - 1 && this.displayBtn) {\n this._buildSubmitButton(i, fltcell);\n }\n\n this.emitter.emit('after-filter-init', this, i);\n }\n\n this.emitter.on(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n }//if this.fltGrid\n\n /* Features */\n if (this.hasVisibleRows) {\n this.emitter.on(['after-filtering'],\n () => this.enforceVisibility());\n this.enforceVisibility();\n }\n if (this.rowsCounter) {\n Mod.rowsCounter = new RowsCounter(this);\n Mod.rowsCounter.init();\n }\n if (this.statusBar) {\n Mod.statusBar = new StatusBar(this);\n Mod.statusBar.init();\n }\n if (this.paging) {\n if (!Mod.paging) {\n Mod.paging = new Paging(this);\n Mod.paging.init();\n } else {\n Mod.paging.reset();\n }\n }\n if (this.btnReset) {\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n\n if (this.hasColWidths && !this.gridLayout) {\n this.setColWidths();\n }\n if (this.alternateRows) {\n Mod.alternateRows = new AlternateRows(this);\n Mod.alternateRows.init();\n }\n if (this.noResults) {\n if (!Mod.noResults) {\n Mod.noResults = new NoResults(this);\n }\n Mod.noResults.init();\n }\n\n //TF css class is added to table\n if (!this.gridLayout) {\n addClass(this.tbl, this.prfxTf);\n if (this.responsive) {\n addClass(this.tbl, this.prfxResponsive);\n }\n }\n\n /* Loads extensions */\n if (this.hasExtensions) {\n this.initExtensions();\n }\n\n // Subscribe to events\n if (this.markActiveColumns) {\n this.emitter.on(['before-filtering'],\n () => this.clearActiveColumns());\n this.emitter.on(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.linkedFilters) {\n this.emitter.on(['after-filtering'], () => this.linkFilters());\n }\n\n /**\n * @inherited\n */\n this.initialized = true;\n\n if (this.onFiltersLoaded) {\n this.onFiltersLoaded.call(null, this);\n }\n this.emitter.emit('initialized', this);\n }\n\n /**\n * Detect key\n * @param {Event} evt\n */\n detectKey(evt) {\n if (!this.enterKey) {\n return;\n }\n if (evt) {\n let key = keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n cancelEvt(evt);\n stopEvt(evt);\n } else {\n this.isUserTyping = true;\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n }\n\n /**\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n */\n onKeyUp(evt) {\n if (!this.autoFilter) {\n return;\n }\n let key = keyCode(evt);\n this.isUserTyping = false;\n\n function filter() {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if (!this.isUserTyping) {\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if (key !== ENTER_KEY && key !== TAB_KEY && key !== ESC_KEY &&\n key !== UP_ARROW_KEY && key !== DOWN_ARROW_KEY) {\n if (this.autoFilterTimer === null) {\n this.autoFilterTimer = root.setInterval(filter.bind(this),\n this.autoFilterDelay);\n }\n } else {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n\n /**\n * Filter's keydown event: if auto-filter on, detect user is typing\n */\n onKeyDown() {\n if (this.autoFilter) {\n this.isUserTyping = true;\n }\n }\n\n /**\n * Filter's focus event\n * @param {Event} evt\n */\n onInpFocus(evt) {\n let elm = targetEvt(evt);\n this.emitter.emit('filter-focus', this, elm);\n }\n\n /**\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n */\n onInpBlur() {\n if (this.autoFilter) {\n this.isUserTyping = false;\n root.clearInterval(this.autoFilterTimer);\n }\n this.emitter.emit('filter-blur', this);\n }\n\n /**\n * Insert filters row at initialization\n */\n _insertFiltersRow() {\n // TODO: prevent filters row generation for popup filters too,\n // to reduce and simplify headers row index adjusting across lib modules\n // (GridLayout, PopupFilter etc)\n if (this.gridLayout) {\n return;\n }\n let fltrow;\n\n let thead = tag(this.tbl, 'thead');\n if (thead.length > 0) {\n fltrow = thead[0].insertRow(this.filtersRowIndex);\n } else {\n fltrow = this.tbl.insertRow(this.filtersRowIndex);\n }\n\n fltrow.className = this.fltsRowCssClass;\n\n if (this.isExternalFlt) {\n fltrow.style.display = NONE;\n }\n\n this.emitter.emit('filters-row-inserted', this, fltrow);\n return fltrow;\n }\n\n /**\n * Initialize filtersless table\n */\n _initNoFilters() {\n if (this.fltGrid) {\n return;\n }\n this.refRow = this.refRow > 0 ? this.refRow - 1 : 0;\n this.nbFilterableRows = this.getRowsNb();\n }\n\n /**\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n */\n _buildInputFilter(colIndex, cssClass, container) {\n let col = this.getFilterType(colIndex);\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let inptype = col === INPUT ? 'text' : 'hidden';\n let inp = createElm(INPUT,\n ['id', this.prfxFlt + colIndex + '_' + this.id],\n ['type', inptype], ['ct', colIndex]);\n\n if (inptype !== 'hidden' && this.watermark) {\n inp.setAttribute('placeholder',\n this.isWatermarkArray ? (this.watermark[colIndex] || '') :\n this.watermark\n );\n }\n inp.className = cssClass || this.fltCssClass;\n addEvt(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n addEvt(inp, 'keypress', (evt) => this.detectKey(evt));\n addEvt(inp, 'keydown', () => this.onKeyDown());\n addEvt(inp, 'keyup', (evt) => this.onKeyUp(evt));\n addEvt(inp, 'blur', () => this.onInpBlur());\n }\n\n /**\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n */\n _buildSubmitButton(colIndex, container) {\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let btn = createElm(INPUT,\n ['id', this.prfxValButton + colIndex + '_' + this.id],\n ['type', 'button'], ['value', this.btnText]);\n btn.className = this.btnCssClass;\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(btn);\n } else {\n container.appendChild(btn);\n }\n\n addEvt(btn, 'click', () => this.filter());\n }\n\n /**\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n */\n feature(name) {\n return this.Mod[name];\n }\n\n /**\n * Initialise all the extensions defined in the configuration object\n */\n initExtensions() {\n let exts = this.extensions;\n // Set config's publicPath dynamically for Webpack...\n __webpack_public_path__ = this.basePath;\n\n this.emitter.emit('before-loading-extensions', this);\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n if (!this.ExtRegistry[ext.name]) {\n this.loadExtension(ext);\n }\n }\n this.emitter.emit('after-loading-extensions', this);\n }\n\n /**\n * Load an extension module\n * @param {Object} ext Extension config object\n */\n loadExtension(ext) {\n if (!ext || !ext.name) {\n return;\n }\n\n let name = ext.name;\n let path = ext.path;\n let modulePath;\n\n if (name && path) {\n modulePath = ext.path + name;\n } else {\n name = name.replace('.js', '');\n modulePath = 'extensions/{}/{}'.replace(/{}/g, name);\n }\n\n // Require pattern for Webpack\n require(['./' + modulePath], (mod) => {\n /* eslint-disable */\n let inst = new mod.default(this, ext);\n /* eslint-enable */\n inst.init();\n this.ExtRegistry[name] = inst;\n });\n }\n\n /**\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n */\n extension(name) {\n return this.ExtRegistry[name];\n }\n\n /**\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n */\n hasExtension(name) {\n return !isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions defined in the configuration object\n */\n destroyExtensions() {\n let exts = this.extensions;\n\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n let extInstance = this.ExtRegistry[ext.name];\n if (extInstance) {\n extInstance.destroy();\n this.ExtRegistry[ext.name] = undefined;\n }\n }\n }\n\n /**\n * Load themes defined in the configuration object\n */\n loadThemes() {\n let themes = this.themes;\n this.emitter.emit('before-loading-themes', this);\n\n //Default theme config\n if (this.enableDefaultTheme) {\n let defaultTheme = { name: 'default' };\n this.themes.push(defaultTheme);\n }\n if (isArray(themes)) {\n for (let i = 0, len = themes.length; i < len; i++) {\n let theme = themes[i];\n let name = theme.name;\n let path = theme.path;\n let styleId = this.prfxTf + name;\n if (name && !path) {\n path = this.themesPath + name + '/' + name + '.css';\n }\n else if (!name && theme.path) {\n name = 'theme{0}'.replace('{0}', i);\n }\n\n if (!this.isImported(path, 'link')) {\n this.import(styleId, path, null, 'link');\n }\n }\n }\n\n // Enable loader indicator\n this.loader = true;\n\n this.emitter.emit('after-loading-themes', this);\n }\n\n /**\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n */\n getStylesheet(name = 'default') {\n return elm(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let Mod = this.Mod;\n let emitter = this.emitter;\n\n if (this.isExternalFlt && !this.popupFilters) {\n this.removeExternalFlts();\n }\n if (this.infDiv) {\n this.removeToolbar();\n }\n if (this.markActiveColumns) {\n this.clearActiveColumns();\n emitter.off(['before-filtering'], () => this.clearActiveColumns());\n emitter.off(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n if (this.fltGrid && !this.gridLayout) {\n this.tbl.deleteRow(this.filtersRowIndex);\n }\n\n // broadcast destroy event\n emitter.emit('destroy', this);\n\n // Destroy modules\n // TODO: subcribe modules to destroy event instead\n Object.keys(Mod).forEach(function (key) {\n let feature = Mod[key];\n if (feature && isFn(feature.destroy)) {\n feature.destroy();\n }\n });\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n removeClass(this.tbl, this.prfxTf);\n removeClass(this.tbl, this.prfxResponsive);\n\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this.initialized = false;\n }\n\n /**\n * Generate container element for paging, reset button, rows counter etc.\n */\n setToolbar() {\n if (this.infDiv) {\n return;\n }\n\n /*** container div ***/\n let infdiv = createElm('div', ['id', this.prfxInfDiv + this.id]);\n infdiv.className = this.infDivCssClass;\n\n //custom container\n if (this.toolBarTgtId) {\n elm(this.toolBarTgtId).appendChild(infdiv);\n }\n //grid-layout\n else if (this.gridLayout) {\n let gridLayout = this.Mod.gridLayout;\n gridLayout.tblMainCont.appendChild(infdiv);\n infdiv.className = gridLayout.infDivCssClass;\n }\n //default location: just above the table\n else {\n let cont = createElm('caption');\n cont.appendChild(infdiv);\n this.tbl.insertBefore(cont, this.tbl.firstChild);\n }\n this.infDiv = elm(this.prfxInfDiv + this.id);\n\n /*** left div containing rows # displayer ***/\n let ldiv = createElm('div', ['id', this.prfxLDiv + this.id]);\n ldiv.className = this.lDivCssClass;\n infdiv.appendChild(ldiv);\n this.lDiv = elm(this.prfxLDiv + this.id);\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rdiv = createElm('div', ['id', this.prfxRDiv + this.id]);\n rdiv.className = this.rDivCssClass;\n infdiv.appendChild(rdiv);\n this.rDiv = elm(this.prfxRDiv + this.id);\n\n /*** mid div containing paging elements ***/\n let mdiv = createElm('div', ['id', this.prfxMDiv + this.id]);\n mdiv.className = this.mDivCssClass;\n infdiv.appendChild(mdiv);\n this.mDiv = elm(this.prfxMDiv + this.id);\n\n // emit help initialisation only if undefined\n if (isUndef(this.help)) {\n // explicitily set enabled field to true to initialise help by\n // default, only if setting is undefined\n this.Mod.help.enabled = true;\n this.emitter.emit('init-help', this);\n }\n }\n\n /**\n * Remove toolbar container element\n */\n removeToolbar() {\n if (!this.infDiv) {\n return;\n }\n removeElm(this.infDiv);\n this.infDiv = null;\n\n let tbl = this.tbl;\n let captions = tag(tbl, 'caption');\n if (captions.length > 0) {\n [].forEach.call(captions, (elm) => tbl.removeChild(elm));\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts() {\n if (!this.isExternalFlt) {\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for (let ct = 0; ct < len; ct++) {\n let externalFltTgtId = ids[ct],\n externalFlt = elm(externalFltTgtId);\n if (externalFlt) {\n externalFlt.innerHTML = '';\n }\n }\n }\n\n /**\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n */\n isCustomOptions(colIndex) {\n return this.hasCustomOptions &&\n this.customOptions.cols.indexOf(colIndex) !== -1;\n }\n\n /**\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n */\n getCustomOptions(colIndex) {\n if (isEmpty(colIndex) || !this.isCustomOptions(colIndex)) {\n return;\n }\n\n let customOptions = this.customOptions;\n let cols = customOptions.cols;\n let optTxt = [], optArray = [];\n let index = cols.indexOf(colIndex);\n let slcValues = customOptions.values[index];\n let slcTexts = customOptions.texts[index];\n let slcSort = customOptions.sorts[index];\n\n for (let r = 0, len = slcValues.length; r < len; r++) {\n optArray.push(slcValues[r]);\n if (slcTexts[r]) {\n optTxt.push(slcTexts[r]);\n } else {\n optTxt.push(slcValues[r]);\n }\n }\n if (slcSort) {\n optArray.sort();\n optTxt.sort();\n }\n return [optArray, optTxt];\n }\n\n /**\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n */\n filter() {\n if (!this.fltGrid || !this.initialized) {\n return;\n }\n //invoke onbefore callback\n if (this.onBeforeFilter) {\n this.onBeforeFilter.call(null, this);\n }\n this.emitter.emit('before-filtering', this);\n\n let row = this.tbl.rows,\n nbRows = this.getRowsNb(true),\n hiddenRows = 0;\n\n this.validRowsIndex = [];\n // search args re-init\n let searchArgs = this.getFiltersValue();\n\n let numData;\n let decimal = this.decimalSeparator;\n let re_le = new RegExp(this.leOperator),\n re_ge = new RegExp(this.geOperator),\n re_l = new RegExp(this.lwOperator),\n re_g = new RegExp(this.grOperator),\n re_d = new RegExp(this.dfOperator),\n re_lk = new RegExp(rgxEsc(this.lkOperator)),\n re_eq = new RegExp(this.eqOperator),\n re_st = new RegExp(this.stOperator),\n re_en = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n re_em = this.emOperator,\n re_nm = this.nmOperator,\n re_re = new RegExp(rgxEsc(this.rgxOperator));\n\n //keyword highlighting\n function highlight(str, ok, cell) {\n /*jshint validthis:true */\n if (this.highlightKeywords && ok) {\n str = str.replace(re_lk, '');\n str = str.replace(re_eq, '');\n str = str.replace(re_st, '');\n str = str.replace(re_en, '');\n let w = str;\n if (re_le.test(str) || re_ge.test(str) || re_l.test(str) ||\n re_g.test(str) || re_d.test(str)) {\n w = getText(cell);\n }\n if (w !== '') {\n this.emitter.emit('highlight-keyword', this, cell, w);\n }\n }\n }\n\n //looks for search argument in current row\n function hasArg(sA, cellData, colIdx) {\n sA = matchCase(sA, this.caseSensitive);\n\n let occurence = false;\n\n //Search arg operator tests\n let hasLO = re_l.test(sA),\n hasLE = re_le.test(sA),\n hasGR = re_g.test(sA),\n hasGE = re_ge.test(sA),\n hasDF = re_d.test(sA),\n hasEQ = re_eq.test(sA),\n hasLK = re_lk.test(sA),\n // hasAN = re_an.test(sA),\n hasST = re_st.test(sA),\n hasEN = re_en.test(sA),\n hasEM = (re_em === sA),\n hasNM = (re_nm === sA),\n hasRE = re_re.test(sA);\n\n // Check for dates or resolve date type\n if (this.hasType(colIdx, [DATE])) {\n let dte1, dte2;\n\n let dateType = this.Mod.dateType;\n let isValidDate = dateType.isValid.bind(dateType);\n let parseDate = dateType.parse.bind(dateType);\n let locale = dateType.getOptions(colIdx).locale || this.locale;\n\n // Search arg dates tests\n let isLDate = hasLO &&\n isValidDate(sA.replace(re_l, ''), locale);\n let isLEDate = hasLE &&\n isValidDate(sA.replace(re_le, ''), locale);\n let isGDate = hasGR &&\n isValidDate(sA.replace(re_g, ''), locale);\n let isGEDate = hasGE &&\n isValidDate(sA.replace(re_ge, ''), locale);\n let isDFDate = hasDF &&\n isValidDate(sA.replace(re_d, ''), locale);\n let isEQDate = hasEQ &&\n isValidDate(sA.replace(re_eq, ''), locale);\n\n dte1 = parseDate(cellData, locale);\n\n // lower date\n if (isLDate) {\n dte2 = parseDate(sA.replace(re_l, ''), locale);\n occurence = dte1 < dte2;\n }\n // lower equal date\n else if (isLEDate) {\n dte2 = parseDate(sA.replace(re_le, ''), locale);\n occurence = dte1 <= dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = parseDate(sA.replace(re_ge, ''), locale);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = parseDate(sA.replace(re_g, ''), locale);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = parseDate(sA.replace(re_d, ''), locale);\n occurence = dte1.toString() !== dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = parseDate(sA.replace(re_eq, ''), locale);\n occurence = dte1.toString() === dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (re_lk.test(sA)) {// like date\n occurence = contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n else if (isValidDate(sA)) {\n dte2 = parseDate(sA, locale);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n } else {\n occurence = contains(sA, cellData,\n this.isExactMatch(colIdx), this.caseSensitive);\n }\n }\n\n else {\n if (this.hasType(colIdx, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIdx];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n // Convert to number anyways to auto-resolve type in case not\n // defined by configuration\n numData = Number(cellData) || parseNb(cellData, decimal);\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numData <= parseNb(\n sA.replace(re_le, ''),\n decimal\n );\n }\n //greater equal\n else if (hasGE) {\n occurence = numData >= parseNb(\n sA.replace(re_ge, ''),\n decimal\n );\n }\n //lower\n else if (hasLO) {\n occurence = numData < parseNb(\n sA.replace(re_l, ''),\n decimal\n );\n }\n //greater\n else if (hasGR) {\n occurence = numData > parseNb(\n sA.replace(re_g, ''),\n decimal\n );\n }\n //different\n else if (hasDF) {\n occurence = contains(sA.replace(re_d, ''), cellData,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = contains(sA.replace(re_eq, ''), cellData,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellData.indexOf(sA.replace(re_st, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = sA.replace(re_en, '');\n occurence =\n cellData.lastIndexOf(searchArg, cellData.length - 1) ===\n (cellData.length - 1) - (searchArg.length - 1) &&\n cellData.lastIndexOf(searchArg, cellData.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellData);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellData);\n }\n //regexp\n else if (hasRE) {\n //in case regexp throws\n try {\n //operator is removed\n let srchArg = sA.replace(re_re, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellData);\n } catch (ex) {\n occurence = false;\n }\n } else {\n // If numeric type data, perform a strict equality test and\n // fallback to unformatted number string comparison\n if (numData &&\n this.hasType(colIdx, [NUMBER, FORMATTED_NUMBER]) &&\n !this.singleSearchFlt) {\n // parseNb can return 0 for strings which are not\n // formatted numbers, in that case return the original\n // string. TODO: handle this in parseNb\n sA = parseNb(sA, decimal) || sA;\n occurence = numData === sA ||\n contains(sA.toString(), numData.toString(),\n this.isExactMatch(colIdx), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = contains(\n sA,\n cellData,\n this.isExactMatch(colIdx),\n this.caseSensitive,\n this.ignoresDiacritics(colIdx)\n );\n }\n }\n\n }//else\n return occurence;\n }//fn\n\n for (let k = this.refRow; k < nbRows; k++) {\n // already filtered rows display re-init\n row[k].style.display = '';\n\n let cells = row[k].cells;\n let nchilds = cells.length;\n\n // checks if row has exact cell #\n if (nchilds !== this.nbCells) {\n continue;\n }\n\n let occurence = [],\n isRowValid = true,\n //only for single filter search\n singleFltRowValid = false;\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n //searched keyword\n let sA = searchArgs[this.singleSearchFlt ? 0 : j];\n\n if (sA === '') {\n continue;\n }\n\n let cellData = matchCase(this.getCellData(cells[j]),\n this.caseSensitive);\n\n //multiple search parameter operator ||\n let sAOrSplit = sA.toString().split(this.orOperator),\n //multiple search || parameter boolean\n hasMultiOrSA = sAOrSplit.length > 1,\n //multiple search parameter operator &&\n sAAndSplit = sA.toString().split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length > 1;\n\n //detect operators or array query\n if (isArray(sA) || hasMultiOrSA || hasMultiAndSA) {\n let cS,\n s,\n occur = false;\n if (isArray(sA)) {\n s = sA;\n } else {\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n }\n // TODO: improve clarity/readability of this block\n for (let w = 0, len = s.length; w < len; w++) {\n cS = trim(s[w]);\n occur = hasArg.call(this, cS, cellData, j);\n highlight.call(this, cS, occur, cells[j]);\n if ((hasMultiOrSA && occur) ||\n (hasMultiAndSA && !occur)) {\n break;\n }\n if (isArray(sA) && occur) {\n break;\n }\n }\n occurence[j] = occur;\n\n }\n //single search parameter\n else {\n occurence[j] = hasArg.call(this, trim(sA), cellData, j);\n highlight.call(this, sA, occurence[j], cells[j]);\n }//else single param\n\n if (!occurence[j]) {\n isRowValid = false;\n }\n if (this.singleSearchFlt && occurence[j]) {\n singleFltRowValid = true;\n }\n\n this.emitter.emit('cell-processed', this, j, cells[j]);\n }//for j\n\n if (this.singleSearchFlt && singleFltRowValid) {\n isRowValid = true;\n }\n\n if (!isRowValid) {\n this.validateRow(k, false);\n hiddenRows++;\n } else {\n this.validateRow(k, true);\n }\n\n this.emitter.emit('row-processed', this, k,\n this.validRowsIndex.length, isRowValid);\n }// for k\n\n this.nbHiddenRows = hiddenRows;\n\n //invokes onafterfilter callback\n if (this.onAfterFilter) {\n this.onAfterFilter.call(null, this);\n }\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(colIndex, includeHeaders = false, num = false, exclude = []) {\n if (!this.fltGrid) {\n return;\n }\n let row = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let colValues = [];\n\n if (includeHeaders) {\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for (let i = this.refRow; i < nbRows; i++) {\n let isExludedRow = false;\n // checks if current row index appears in exclude array\n if (exclude.length > 0) {\n isExludedRow = exclude.indexOf(i) !== -1;\n }\n let cell = row[i].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell # and is not excluded\n if (nchilds === this.nbCells && !isExludedRow) {\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (j !== colIndex || row[i].style.display !== '') {\n continue;\n }\n let cellData = this.getCellData(cell[j]);\n let decimal = this.decimalSeparator;\n if (this.hasType(colIndex, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIndex];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n let data = num ?\n Number(cellData) || parseNb(cellData, decimal) :\n cellData;\n colValues.push(data);\n }\n }\n }\n return colValues;\n }\n\n /**\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n */\n getFilterValue(index) {\n if (!this.fltGrid) {\n return;\n }\n let fltValue = '';\n let flt = this.getFilterElement(index);\n if (!flt) {\n return fltValue;\n }\n\n let fltColType = this.getFilterType(index);\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n fltValue = flt.value;\n }\n //mutiple select\n else if (fltColType === MULTIPLE) {\n fltValue = this.feature('dropdown').getValues(index);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n fltValue = this.feature('checkList').getValues(index);\n }\n //return an empty string if collection is empty or contains a single\n //empty string\n if (isArray(fltValue) && fltValue.length === 0 ||\n (fltValue.length === 1 && fltValue[0] === '')) {\n fltValue = '';\n }\n\n return fltValue;\n }\n\n /**\n * Return the filters' values\n * @return {Array} List of filters' values\n */\n getFiltersValue() {\n if (!this.fltGrid) {\n return;\n }\n let searchArgs = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltValue = this.getFilterValue(i);\n if (isArray(fltValue)) {\n searchArgs.push(fltValue);\n } else {\n searchArgs.push(trim(fltValue));\n }\n }\n return searchArgs;\n }\n\n /**\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n */\n getFilterId(index) {\n if (!this.fltGrid) {\n return;\n }\n return this.fltIds[index];\n }\n\n /**\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n */\n getFiltersByType(type, bool) {\n if (!this.fltGrid) {\n return;\n }\n let arr = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltType = this.getFilterType(i);\n if (fltType === type.toLowerCase()) {\n let a = bool ? i : this.fltIds[i];\n arr.push(a);\n }\n }\n return arr;\n }\n\n /**\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n */\n getFilterElement(index) {\n let fltId = this.fltIds[index];\n return elm(fltId);\n }\n\n /**\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n */\n getCellsNb(rowIndex = 0) {\n let tr = this.tbl.rows[rowIndex];\n return tr.cells.length;\n }\n\n /**\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n */\n getRowsNb(includeHeaders) {\n let s = isUndef(this.refRow) ? 0 : this.refRow;\n let ntrs = this.tbl.rows.length;\n if (includeHeaders) {\n s = 0;\n }\n return parseInt(ntrs - s, 10);\n }\n\n /**\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n */\n getCellData(cell) {\n let idx = cell.cellIndex;\n //Check for customCellData callback\n if (this.customCellData &&\n this.customCellDataCols.indexOf(idx) !== -1) {\n return this.customCellData.call(null, this, cell, idx);\n } else {\n return getText(cell);\n }\n }\n\n /**\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(includeHeaders = false, excludeHiddenCols = false) {\n let rows = this.tbl.rows;\n let nbRows = this.getRowsNb(true);\n let tblData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n tblData.push([this.getHeadersRowIndex(), headers]);\n }\n for (let k = this.refRow; k < nbRows; k++) {\n let rowData = [k, []];\n let cells = rows[k].cells;\n for (let j = 0, len = cells.length; j < len; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[j]);\n rowData[1].push(cellData);\n }\n tblData.push(rowData);\n }\n return tblData;\n }\n\n /**\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(includeHeaders = false, excludeHiddenCols = false) {\n if (!this.validRowsIndex) {\n return [];\n }\n let rows = this.tbl.rows,\n filteredData = [];\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n filteredData.push([this.getHeadersRowIndex(), headers]);\n }\n\n let validRows = this.getValidRows(true);\n for (let i = 0; i < validRows.length; i++) {\n let rData = [this.validRowsIndex[i], []],\n cells = rows[this.validRowsIndex[i]].cells;\n for (let k = 0; k < cells.length; k++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(k)) {\n continue;\n }\n }\n let cellData = this.getCellData(cells[k]);\n rData[1].push(cellData);\n }\n filteredData.push(rData);\n }\n return filteredData;\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(colIndex, includeHeaders = false) {\n if (isUndef(colIndex)) {\n return [];\n }\n let data = this.getFilteredData(),\n colData = [];\n if (includeHeaders) {\n colData.push(this.getHeadersText()[colIndex]);\n }\n for (let i = 0, len = data.length; i < len; i++) {\n let r = data[i],\n //cols values of current row\n d = r[1],\n //data of searched column\n c = d[colIndex];\n colData.push(c);\n }\n return colData;\n }\n\n /**\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n */\n getRowDisplay(row) {\n return row.style.display;\n }\n\n /**\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n */\n validateRow(rowIndex, isValid) {\n let row = this.tbl.rows[rowIndex];\n if (!row || typeof isValid !== 'boolean') {\n return;\n }\n\n // always visible rows are valid\n if (this.hasVisibleRows && this.visibleRows.indexOf(rowIndex) !== -1) {\n isValid = true;\n }\n\n let displayFlag = isValid ? '' : NONE,\n validFlag = isValid ? 'true' : 'false';\n row.style.display = displayFlag;\n\n if (this.paging) {\n row.setAttribute('validRow', validFlag);\n }\n\n if (isValid) {\n if (this.validRowsIndex.indexOf(rowIndex) === -1) {\n this.validRowsIndex.push(rowIndex);\n }\n\n if (this.onRowValidated) {\n this.onRowValidated.call(null, this, rowIndex);\n }\n\n this.emitter.emit('row-validated', this, rowIndex);\n }\n }\n\n /**\n * Validate all filterable rows\n */\n validateAllRows() {\n if (!this.initialized) {\n return;\n }\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.nbFilterableRows; k++) {\n this.validateRow(k, true);\n }\n }\n\n /**\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n */\n setFilterValue(index, query = '') {\n if (!this.fltGrid) {\n return;\n }\n let slc = this.getFilterElement(index),\n fltColType = this.getFilterType(index);\n\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n slc.value = query;\n }\n //multiple selects\n else if (fltColType === MULTIPLE) {\n let values = isArray(query) ? query :\n query.split(' ' + this.orOperator + ' ');\n\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n\n this.emitter.emit('select-options', this, index, values);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n let values = [];\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-checklist-filter', this, index,\n this.isExternalFlt);\n }\n if (isArray(query)) {\n values = query;\n } else {\n query = matchCase(query, this.caseSensitive);\n values = query.split(' ' + this.orOperator + ' ');\n }\n\n this.emitter.emit('select-checklist-options', this, index, values);\n }\n }\n\n /**\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n */\n setColWidths(tbl) {\n if (!this.hasColWidths) {\n return;\n }\n tbl = tbl || this.tbl;\n\n let nbCols = this.nbCells;\n let colWidths = this.colWidths;\n let colTags = tag(tbl, 'col');\n let tblHasColTag = colTags.length > 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for (let k = 0; k < nbCols; k++) {\n let col;\n if (tblHasColTag) {\n col = colTags[k];\n } else {\n col = createElm('col', ['id', this.id + '_col_' + k]);\n frag.appendChild(col);\n }\n col.style.width = colWidths[k];\n }\n if (!tblHasColTag) {\n tbl.insertBefore(frag, tbl.firstChild);\n }\n }\n\n /**\n * Makes defined rows always visible\n */\n enforceVisibility() {\n if (!this.hasVisibleRows) {\n return;\n }\n let nbRows = this.getRowsNb(true);\n for (let i = 0, len = this.visibleRows.length; i < len; i++) {\n let row = this.visibleRows[i];\n //row index cannot be > nrows\n if (row <= nbRows) {\n this.validateRow(row, true);\n }\n }\n }\n\n /**\n * Clear all the filters' values\n */\n clearFilters() {\n if (!this.fltGrid) {\n return;\n }\n\n this.emitter.emit('before-clearing-filters', this);\n\n if (this.onBeforeReset) {\n this.onBeforeReset.call(null, this, this.getFiltersValue());\n }\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n this.setFilterValue(i, '');\n }\n\n this.filter();\n\n if (this.onAfterReset) {\n this.onAfterReset.call(null, this);\n }\n this.emitter.emit('after-clearing-filters', this);\n }\n\n /**\n * Clears filtered columns visual indicator (background color)\n */\n clearActiveColumns() {\n for (let i = 0, len = this.getCellsNb(this.headersRow); i < len; i++) {\n removeClass(this.getHeaderElement(i), this.activeColumnsCssClass);\n }\n }\n\n /**\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n */\n markActiveColumn(colIndex) {\n let header = this.getHeaderElement(colIndex);\n if (hasClass(header, this.activeColumnsCssClass)) {\n return;\n }\n if (this.onBeforeActiveColumn) {\n this.onBeforeActiveColumn.call(null, this, colIndex);\n }\n addClass(header, this.activeColumnsCssClass);\n if (this.onAfterActiveColumn) {\n this.onAfterActiveColumn.call(null, this, colIndex);\n }\n }\n\n /**\n * Return the ID of the current active filter\n * @returns {String}\n */\n getActiveFilterId() {\n return this.activeFilterId;\n }\n\n /**\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n */\n setActiveFilterId(filterId) {\n this.activeFilterId = filterId;\n }\n\n /**\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n */\n getColumnIndexFromFilterId(filterId = '') {\n let idx = filterId.split('_')[0];\n idx = idx.split(this.prfxFlt)[1];\n return parseInt(idx, 10);\n }\n\n /**\n * Make specified column's filter active\n * @param colIndex Index of a column\n */\n activateFilter(colIndex) {\n if (isUndef(colIndex)) {\n return;\n }\n this.setActiveFilterId(this.getFilterId(colIndex));\n }\n\n /**\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n */\n linkFilters() {\n if (!this.linkedFilters || !this.activeFilterId) {\n return;\n }\n let slcA1 = this.getFiltersByType(SELECT, true),\n slcA2 = this.getFiltersByType(MULTIPLE, true),\n slcA3 = this.getFiltersByType(CHECKLIST, true),\n slcIndex = slcA1.concat(slcA2);\n slcIndex = slcIndex.concat(slcA3);\n\n let activeIdx = this.getColumnIndexFromFilterId(this.activeFilterId);\n\n for (let i = 0, len = slcIndex.length; i < len; i++) {\n let curSlc = elm(this.fltIds[slcIndex[i]]);\n let slcSelectedValue = this.getFilterValue(slcIndex[i]);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== slcIndex[i] ||\n (this.paging && slcA1.indexOf(slcIndex[i]) !== -1 &&\n activeIdx === slcIndex[i]) ||\n (!this.paging && (slcA3.indexOf(slcIndex[i]) !== -1 ||\n slcA2.indexOf(slcIndex[i]) !== -1)) ||\n slcSelectedValue === this.displayAllText) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = createOpt(this.displayAllText, '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(slcIndex[i]) !== -1) {\n this.emitter.emit('build-checklist-filter', this,\n slcIndex[i]);\n } else {\n this.emitter.emit('build-select-filter', this, slcIndex[i],\n true);\n }\n\n this.setFilterValue(slcIndex[i], slcSelectedValue);\n }\n }\n }\n\n /**\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Checks if specified column filter ignores diacritics.\n * Note this is only valid for input filter types.\n * @param {any} colIndex Column index\n * @returns {Boolean}\n */\n ignoresDiacritics(colIndex) {\n let ignoreDiac = this.ignoreDiacritics;\n if (isArray(ignoreDiac)) {\n return ignoreDiac[colIndex];\n }\n return Boolean(ignoreDiac);\n }\n\n /**\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n */\n isImported(filePath, type = 'script') {\n let imported = false,\n attr = type === 'script' ? 'src' : 'href',\n files = tag(doc, type);\n for (let i = 0, len = files.length; i < len; i++) {\n if (isUndef(files[i][attr])) {\n continue;\n }\n if (files[i][attr].match(filePath)) {\n imported = true;\n break;\n }\n }\n return imported;\n }\n\n /**\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n */\n import(fileId, filePath, callback, type = 'script') {\n if (this.isImported(filePath, type)) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = tag(doc, 'head')[0];\n\n if (type.toLowerCase() === 'link') {\n file = createElm('link',\n ['id', fileId], ['type', 'text/css'],\n ['rel', 'stylesheet'], ['href', filePath]\n );\n } else {\n file = createElm('script',\n ['id', fileId],\n ['type', 'text/javascript'], ['src', filePath]\n );\n }\n\n //Browser <> IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = () => {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error(`TableFilter could not load: ${filePath}`);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n isInitialized() {\n return this.initialized;\n }\n\n /**\n * Get list of filter IDs\n * @return {[type]} [description]\n */\n getFiltersId() {\n return this.fltIds || [];\n }\n\n /**\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n */\n getValidRows(reCalc) {\n if (!reCalc) {\n return this.validRowsIndex;\n }\n\n let nbRows = this.getRowsNb(true);\n this.validRowsIndex = [];\n for (let k = this.refRow; k < nbRows; k++) {\n let r = this.tbl.rows[k];\n if (!this.paging) {\n if (this.getRowDisplay(r) !== NONE) {\n this.validRowsIndex.push(r.rowIndex);\n }\n } else {\n if (r.getAttribute('validRow') === 'true' ||\n r.getAttribute('validRow') === null) {\n this.validRowsIndex.push(r.rowIndex);\n }\n }\n }\n return this.validRowsIndex;\n }\n\n /**\n * Get the index of the row containing the filters\n * @return {Number}\n */\n getFiltersRowIndex() {\n return this.filtersRowIndex;\n }\n\n /**\n * Get the index of the headers row\n * @return {Number}\n */\n getHeadersRowIndex() {\n return this.headersRow;\n }\n\n /**\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n */\n getStartRowIndex() {\n return this.refRow;\n }\n\n /**\n * Get the index of the last row\n * @return {Number}\n */\n getLastRowIndex() {\n let nbRows = this.getRowsNb(true);\n return (nbRows - 1);\n }\n\n /**\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @returns {Boolean}\n */\n hasType(colIndex, types = []) {\n if (!this.hasColTypes) {\n return false;\n }\n let colType = this.colTypes[colIndex];\n if (isObj(colType)) {\n colType = colType.type;\n }\n return types.indexOf(colType) !== -1;\n }\n\n /**\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n */\n getHeaderElement(colIndex) {\n let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.tbl;\n let tHead = tag(table, 'thead');\n let headersRow = this.headersRow;\n let header;\n for (let i = 0; i < this.nbCells; i++) {\n if (i !== colIndex) {\n continue;\n }\n if (tHead.length === 0) {\n header = table.rows[headersRow].cells[i];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[headersRow].cells[i];\n }\n break;\n }\n return header;\n }\n\n /**\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n */\n getHeadersText(excludeHiddenCols = false) {\n let headers = [];\n for (let j = 0; j < this.nbCells; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let header = this.getHeaderElement(j);\n let headerText = getFirstTextNode(header);\n headers.push(headerText);\n }\n return headers;\n }\n\n /**\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n */\n getFilterType(colIndex) {\n let colType = this.cfg['col_' + colIndex];\n return !colType ? INPUT : colType.toLowerCase();\n }\n\n /**\n * Get the total number of filterable rows\n * @return {Number}\n */\n getFilterableRowsNb() {\n return this.getRowsNb(false);\n }\n\n /**\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n */\n getValidRowsNb(reCalc = false) {\n return this.getValidRows(reCalc).length;\n }\n\n /**\n * Get the configuration object (literal object)\n * @return {Object}\n */\n config() {\n return this.cfg;\n }\n}\n" }, { "__docId__": 771, @@ -17479,16 +17489,17 @@ "kind": "member", "static": false, "variation": null, - "name": "linkedFilters", + "name": "ignoreDiacritics", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#linkedFilters", + "longname": "src/tablefilter.js~TableFilter#ignoreDiacritics", "access": null, - "description": "Enable/disable linked filters filtering mode", + "description": "Ignore diacritics globally or on a column basis", "lineNumber": 389, "type": { "nullable": null, "types": [ - "Boolean" + "Boolean", + "Array" ], "spread": false, "description": null @@ -17499,12 +17510,12 @@ "kind": "member", "static": false, "variation": null, - "name": "disableExcludedOptions", + "name": "linkedFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", + "longname": "src/tablefilter.js~TableFilter#linkedFilters", "access": null, - "description": "Enable/disable readonly state for excluded options when\nlinked filters filtering mode is on", - "lineNumber": 396, + "description": "Enable/disable linked filters filtering mode", + "lineNumber": 395, "type": { "nullable": null, "types": [ @@ -17519,16 +17530,16 @@ "kind": "member", "static": false, "variation": null, - "name": "activeFilterId", + "name": "disableExcludedOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeFilterId", - "access": "private", - "description": "Active filter ID", - "lineNumber": 403, + "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", + "access": null, + "description": "Enable/disable readonly state for excluded options when\nlinked filters filtering mode is on", + "lineNumber": 402, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -17539,16 +17550,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasVisibleRows", + "name": "activeFilterId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", - "access": null, - "description": "Enable/disable always visible rows, excluded from filtering", + "longname": "src/tablefilter.js~TableFilter#activeFilterId", + "access": "private", + "description": "Active filter ID", "lineNumber": 409, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -17559,16 +17570,16 @@ "kind": "member", "static": false, "variation": null, - "name": "visibleRows", + "name": "hasVisibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#visibleRows", + "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", "access": null, - "description": "List of row indexes to be excluded from filtering", + "description": "Enable/disable always visible rows, excluded from filtering", "lineNumber": 415, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -17579,16 +17590,16 @@ "kind": "member", "static": false, "variation": null, - "name": "isExternalFlt", + "name": "visibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isExternalFlt", + "longname": "src/tablefilter.js~TableFilter#visibleRows", "access": null, - "description": "Enable/disable external filters generation", + "description": "List of row indexes to be excluded from filtering", "lineNumber": 421, "type": { "nullable": null, "types": [ - "Boolean" + "Array" ], "spread": false, "description": null @@ -17599,52 +17610,12 @@ "kind": "member", "static": false, "variation": null, - "name": "externalFltTgtIds", + "name": "isExternalFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", + "longname": "src/tablefilter.js~TableFilter#isExternalFlt", "access": null, - "description": "List of containers IDs where external filters will be generated", + "description": "Enable/disable external filters generation", "lineNumber": 427, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 834, - "kind": "member", - "static": false, - "variation": null, - "name": "onFiltersLoaded", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", - "access": null, - "description": "Callback fired after filters are generated", - "lineNumber": 433, - "type": { - "nullable": null, - "types": [ - "Function" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 835, - "kind": "member", - "static": false, - "variation": null, - "name": "singleSearchFlt", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", - "access": null, - "description": "Enable/disable single filter filtering all columns", - "lineNumber": 440, "type": { "nullable": null, "types": [ @@ -17655,36 +17626,16 @@ } }, { - "__docId__": 836, + "__docId__": 834, "kind": "member", "static": false, "variation": null, - "name": "onRowValidated", + "name": "externalFltTgtIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onRowValidated", + "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", "access": null, - "description": "Callback fired after a row is validated during filtering", - "lineNumber": 446, - "type": { - "nullable": null, - "types": [ - "Function" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 837, - "kind": "member", - "static": false, - "variation": null, - "name": "customCellDataCols", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customCellDataCols", - "access": null, - "description": "List of columns implementing custom filtering", - "lineNumber": 453, + "description": "List of containers IDs where external filters will be generated", + "lineNumber": 433, "type": { "nullable": null, "types": [ @@ -17695,16 +17646,16 @@ } }, { - "__docId__": 838, + "__docId__": 835, "kind": "member", "static": false, "variation": null, - "name": "customCellData", + "name": "onFiltersLoaded", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customCellData", + "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", "access": null, - "description": "Delegate function for retrieving cell data with custom logic", - "lineNumber": 460, + "description": "Callback fired after filters are generated", + "lineNumber": 439, "type": { "nullable": null, "types": [ @@ -17714,17 +17665,97 @@ "description": null } }, + { + "__docId__": 836, + "kind": "member", + "static": false, + "variation": null, + "name": "singleSearchFlt", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", + "access": null, + "description": "Enable/disable single filter filtering all columns", + "lineNumber": 446, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 837, + "kind": "member", + "static": false, + "variation": null, + "name": "onRowValidated", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onRowValidated", + "access": null, + "description": "Callback fired after a row is validated during filtering", + "lineNumber": 452, + "type": { + "nullable": null, + "types": [ + "Function" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 838, + "kind": "member", + "static": false, + "variation": null, + "name": "customCellDataCols", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#customCellDataCols", + "access": null, + "description": "List of columns implementing custom filtering", + "lineNumber": 459, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, { "__docId__": 839, "kind": "member", "static": false, "variation": null, + "name": "customCellData", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#customCellData", + "access": null, + "description": "Delegate function for retrieving cell data with custom logic", + "lineNumber": 466, + "type": { + "nullable": null, + "types": [ + "Function" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 840, + "kind": "member", + "static": false, + "variation": null, "name": "watermark", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#watermark", "access": null, "description": "Global watermark text for input filter type or watermark for each\nfilter if an array is supplied", - "lineNumber": 468, + "lineNumber": 474, "type": { "nullable": null, "types": [ @@ -17736,7 +17767,7 @@ } }, { - "__docId__": 840, + "__docId__": 841, "kind": "member", "static": false, "variation": null, @@ -17745,31 +17776,11 @@ "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", "access": "private", "description": "Indicate whether watermark is on a per column basis", - "lineNumber": 475, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 841, - "kind": "member", - "static": false, - "variation": null, - "name": "toolBarTgtId", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", - "access": null, - "description": "Toolbar's custom container ID", "lineNumber": 481, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -17780,16 +17791,16 @@ "kind": "member", "static": false, "variation": null, - "name": "help", + "name": "toolBarTgtId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#help", + "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", "access": null, - "description": "Indicate whether help UI component is disabled", + "description": "Toolbar's custom container ID", "lineNumber": 487, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -17800,12 +17811,12 @@ "kind": "member", "static": false, "variation": null, - "name": "popupFilters", + "name": "help", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#popupFilters", + "longname": "src/tablefilter.js~TableFilter#help", "access": null, - "description": "Indicate whether pop-up filters UI is enabled", - "lineNumber": 494, + "description": "Indicate whether help UI component is disabled", + "lineNumber": 493, "type": { "nullable": null, "types": [ @@ -17820,11 +17831,11 @@ "kind": "member", "static": false, "variation": null, - "name": "markActiveColumns", + "name": "popupFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#markActiveColumns", + "longname": "src/tablefilter.js~TableFilter#popupFilters", "access": null, - "description": "Indicate whether filtered (active) columns indicator is enabled", + "description": "Indicate whether pop-up filters UI is enabled", "lineNumber": 500, "type": { "nullable": null, @@ -17840,16 +17851,16 @@ "kind": "member", "static": false, "variation": null, - "name": "activeColumnsCssClass", + "name": "markActiveColumns", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeColumnsCssClass", + "longname": "src/tablefilter.js~TableFilter#markActiveColumns", "access": null, - "description": "Css class for filtered (active) columns", + "description": "Indicate whether filtered (active) columns indicator is enabled", "lineNumber": 506, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -17860,16 +17871,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeActiveColumn", + "name": "activeColumnsCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeActiveColumn", + "longname": "src/tablefilter.js~TableFilter#activeColumnsCssClass", "access": null, - "description": "Callback fired before a column is marked as filtered", - "lineNumber": 513, + "description": "Css class for filtered (active) columns", + "lineNumber": 512, "type": { "nullable": null, "types": [ - "Function" + "String" ], "spread": false, "description": null @@ -17880,12 +17891,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterActiveColumn", + "name": "onBeforeActiveColumn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterActiveColumn", + "longname": "src/tablefilter.js~TableFilter#onBeforeActiveColumn", "access": null, - "description": "Callback fired after a column is marked as filtered", - "lineNumber": 520, + "description": "Callback fired before a column is marked as filtered", + "lineNumber": 519, "type": { "nullable": null, "types": [ @@ -17900,16 +17911,16 @@ "kind": "member", "static": false, "variation": null, - "name": "displayAllText", + "name": "onAfterActiveColumn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayAllText", + "longname": "src/tablefilter.js~TableFilter#onAfterActiveColumn", "access": null, - "description": "Text for clear option in drop-down filter types (1st option)", - "lineNumber": 528, + "description": "Callback fired after a column is marked as filtered", + "lineNumber": 526, "type": { "nullable": null, "types": [ - "String" + "Function" ], "spread": false, "description": null @@ -17920,16 +17931,16 @@ "kind": "member", "static": false, "variation": null, - "name": "enableEmptyOption", + "name": "displayAllText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", + "longname": "src/tablefilter.js~TableFilter#displayAllText", "access": null, - "description": "Indicate whether empty option is enabled in drop-down filter types", + "description": "Text for clear option in drop-down filter types (1st option)", "lineNumber": 534, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -17940,16 +17951,16 @@ "kind": "member", "static": false, "variation": null, - "name": "emptyText", + "name": "enableEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emptyText", + "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", "access": null, - "description": "Text for empty option in drop-down filter types", + "description": "Indicate whether empty option is enabled in drop-down filter types", "lineNumber": 540, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -17960,32 +17971,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enableNonEmptyOption", + "name": "emptyText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", + "longname": "src/tablefilter.js~TableFilter#emptyText", "access": null, - "description": "Indicate whether non-empty option is enabled in drop-down filter\ntypes", - "lineNumber": 547, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 852, - "kind": "member", - "static": false, - "variation": null, - "name": "nonEmptyText", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nonEmptyText", - "access": null, - "description": "Text for non-empty option in drop-down filter types", - "lineNumber": 553, + "description": "Text for empty option in drop-down filter types", + "lineNumber": 546, "type": { "nullable": null, "types": [ @@ -17996,16 +17987,16 @@ } }, { - "__docId__": 853, + "__docId__": 852, "kind": "member", "static": false, "variation": null, - "name": "onSlcChange", + "name": "enableNonEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onSlcChange", + "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", "access": null, - "description": "Indicate whether drop-down filter types filter the table by default\non change event", - "lineNumber": 560, + "description": "Indicate whether non-empty option is enabled in drop-down filter\ntypes", + "lineNumber": 553, "type": { "nullable": null, "types": [ @@ -18015,17 +18006,37 @@ "description": null } }, + { + "__docId__": 853, + "kind": "member", + "static": false, + "variation": null, + "name": "nonEmptyText", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nonEmptyText", + "access": null, + "description": "Text for non-empty option in drop-down filter types", + "lineNumber": 559, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 854, "kind": "member", "static": false, "variation": null, - "name": "sortSlc", + "name": "onSlcChange", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortSlc", + "longname": "src/tablefilter.js~TableFilter#onSlcChange", "access": null, - "description": "Indicate whether options in drop-down filter types are sorted in a\nalpha-numeric manner by default", - "lineNumber": 567, + "description": "Indicate whether drop-down filter types filter the table by default\non change event", + "lineNumber": 566, "type": { "nullable": null, "types": [ @@ -18040,12 +18051,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumAsc", + "name": "sortSlc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", - "access": "private", - "description": "Indicate whether options in drop-down filter types are sorted in a\nascending numeric manner", - "lineNumber": 575, + "longname": "src/tablefilter.js~TableFilter#sortSlc", + "access": null, + "description": "Indicate whether options in drop-down filter types are sorted in a\nalpha-numeric manner by default", + "lineNumber": 573, "type": { "nullable": null, "types": [ @@ -18060,16 +18071,16 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumAsc", + "name": "isSortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumAsc", - "access": null, - "description": "List of columns implementing options sorting in a ascending numeric\nmanner", - "lineNumber": 582, + "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", + "access": "private", + "description": "Indicate whether options in drop-down filter types are sorted in a\nascending numeric manner", + "lineNumber": 581, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -18080,32 +18091,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumDesc", + "name": "sortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", - "access": "private", - "description": "Indicate whether options in drop-down filter types are sorted in a\ndescending numeric manner", - "lineNumber": 590, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 858, - "kind": "member", - "static": false, - "variation": null, - "name": "sortNumDesc", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumDesc", + "longname": "src/tablefilter.js~TableFilter#sortNumAsc", "access": null, - "description": "List of columns implementing options sorting in a descending numeric\nmanner", - "lineNumber": 597, + "description": "List of columns implementing options sorting in a ascending numeric\nmanner", + "lineNumber": 588, "type": { "nullable": null, "types": [ @@ -18116,16 +18107,16 @@ } }, { - "__docId__": 859, + "__docId__": 858, "kind": "member", "static": false, "variation": null, - "name": "loadFltOnDemand", + "name": "isSortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", - "access": null, - "description": "Indicate whether drop-down filter types are populated on demand at\nfirst usage", - "lineNumber": 604, + "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", + "access": "private", + "description": "Indicate whether options in drop-down filter types are sorted in a\ndescending numeric manner", + "lineNumber": 596, "type": { "nullable": null, "types": [ @@ -18135,16 +18126,36 @@ "description": null } }, + { + "__docId__": 859, + "kind": "member", + "static": false, + "variation": null, + "name": "sortNumDesc", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#sortNumDesc", + "access": null, + "description": "List of columns implementing options sorting in a descending numeric\nmanner", + "lineNumber": 603, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, { "__docId__": 860, "kind": "member", "static": false, "variation": null, - "name": "hasCustomOptions", + "name": "loadFltOnDemand", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", + "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", "access": null, - "description": "Indicate whether custom drop-down filter options are implemented", + "description": "Indicate whether drop-down filter types are populated on demand at\nfirst usage", "lineNumber": 610, "type": { "nullable": null, @@ -18160,16 +18171,16 @@ "kind": "member", "static": false, "variation": null, - "name": "customOptions", + "name": "hasCustomOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customOptions", + "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", "access": null, - "description": "Custom options definition of a per column basis, ie:\ncustom_options: {\n cols:[0, 1],\n texts: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n values: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n sorts: [false, true]\n }", - "lineNumber": 629, + "description": "Indicate whether custom drop-down filter options are implemented", + "lineNumber": 616, "type": { "nullable": null, "types": [ - "Object" + "Boolean" ], "spread": false, "description": null @@ -18180,16 +18191,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rgxOperator", + "name": "customOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rgxOperator", + "longname": "src/tablefilter.js~TableFilter#customOptions", "access": null, - "description": "Regular expression operator for input filter. Defaults to 'rgx:'", - "lineNumber": 636, + "description": "Custom options definition of a per column basis, ie:\ncustom_options: {\n cols:[0, 1],\n texts: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n values: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n sorts: [false, true]\n }", + "lineNumber": 635, "type": { "nullable": null, "types": [ - "String" + "Object" ], "spread": false, "description": null @@ -18200,11 +18211,11 @@ "kind": "member", "static": false, "variation": null, - "name": "emOperator", + "name": "rgxOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emOperator", + "longname": "src/tablefilter.js~TableFilter#rgxOperator", "access": null, - "description": "Empty cells operator for input filter. Defaults to '[empty]'", + "description": "Regular expression operator for input filter. Defaults to 'rgx:'", "lineNumber": 642, "type": { "nullable": null, @@ -18220,11 +18231,11 @@ "kind": "member", "static": false, "variation": null, - "name": "nmOperator", + "name": "emOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nmOperator", + "longname": "src/tablefilter.js~TableFilter#emOperator", "access": null, - "description": "Non-empty cells operator for input filter. Defaults to '[nonempty]'", + "description": "Empty cells operator for input filter. Defaults to '[empty]'", "lineNumber": 648, "type": { "nullable": null, @@ -18240,11 +18251,11 @@ "kind": "member", "static": false, "variation": null, - "name": "orOperator", + "name": "nmOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#orOperator", + "longname": "src/tablefilter.js~TableFilter#nmOperator", "access": null, - "description": "Logical OR operator for input filter. Defaults to '||'", + "description": "Non-empty cells operator for input filter. Defaults to '[nonempty]'", "lineNumber": 654, "type": { "nullable": null, @@ -18260,11 +18271,11 @@ "kind": "member", "static": false, "variation": null, - "name": "anOperator", + "name": "orOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#anOperator", + "longname": "src/tablefilter.js~TableFilter#orOperator", "access": null, - "description": "Logical AND operator for input filter. Defaults to '&&'", + "description": "Logical OR operator for input filter. Defaults to '||'", "lineNumber": 660, "type": { "nullable": null, @@ -18280,11 +18291,11 @@ "kind": "member", "static": false, "variation": null, - "name": "grOperator", + "name": "anOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#grOperator", + "longname": "src/tablefilter.js~TableFilter#anOperator", "access": null, - "description": "Greater than operator for input filter. Defaults to '>'", + "description": "Logical AND operator for input filter. Defaults to '&&'", "lineNumber": 666, "type": { "nullable": null, @@ -18300,11 +18311,11 @@ "kind": "member", "static": false, "variation": null, - "name": "lwOperator", + "name": "grOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lwOperator", + "longname": "src/tablefilter.js~TableFilter#grOperator", "access": null, - "description": "Lower than operator for input filter. Defaults to '<'", + "description": "Greater than operator for input filter. Defaults to '>'", "lineNumber": 672, "type": { "nullable": null, @@ -18320,11 +18331,11 @@ "kind": "member", "static": false, "variation": null, - "name": "leOperator", + "name": "lwOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#leOperator", + "longname": "src/tablefilter.js~TableFilter#lwOperator", "access": null, - "description": "Lower than or equal operator for input filter. Defaults to '<='", + "description": "Lower than operator for input filter. Defaults to '<'", "lineNumber": 678, "type": { "nullable": null, @@ -18340,11 +18351,11 @@ "kind": "member", "static": false, "variation": null, - "name": "geOperator", + "name": "leOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#geOperator", + "longname": "src/tablefilter.js~TableFilter#leOperator", "access": null, - "description": "Greater than or equal operator for input filter. Defaults to '>='", + "description": "Lower than or equal operator for input filter. Defaults to '<='", "lineNumber": 684, "type": { "nullable": null, @@ -18360,11 +18371,11 @@ "kind": "member", "static": false, "variation": null, - "name": "dfOperator", + "name": "geOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#dfOperator", + "longname": "src/tablefilter.js~TableFilter#geOperator", "access": null, - "description": "Inequality operator for input filter. Defaults to '!'", + "description": "Greater than or equal operator for input filter. Defaults to '>='", "lineNumber": 690, "type": { "nullable": null, @@ -18380,11 +18391,11 @@ "kind": "member", "static": false, "variation": null, - "name": "lkOperator", + "name": "dfOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lkOperator", + "longname": "src/tablefilter.js~TableFilter#dfOperator", "access": null, - "description": "Like operator for input filter. Defaults to '!'", + "description": "Inequality operator for input filter. Defaults to '!'", "lineNumber": 696, "type": { "nullable": null, @@ -18400,11 +18411,11 @@ "kind": "member", "static": false, "variation": null, - "name": "eqOperator", + "name": "lkOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#eqOperator", + "longname": "src/tablefilter.js~TableFilter#lkOperator", "access": null, - "description": "Strict equality operator for input filter. Defaults to '='", + "description": "Like operator for input filter. Defaults to '!'", "lineNumber": 702, "type": { "nullable": null, @@ -18420,11 +18431,11 @@ "kind": "member", "static": false, "variation": null, - "name": "stOperator", + "name": "eqOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stOperator", + "longname": "src/tablefilter.js~TableFilter#eqOperator", "access": null, - "description": "Starts with operator for input filter. Defaults to '='", + "description": "Strict equality operator for input filter. Defaults to '='", "lineNumber": 708, "type": { "nullable": null, @@ -18440,11 +18451,11 @@ "kind": "member", "static": false, "variation": null, - "name": "enOperator", + "name": "stOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enOperator", + "longname": "src/tablefilter.js~TableFilter#stOperator", "access": null, - "description": "Ends with operator for input filter. Defaults to '='", + "description": "Starts with operator for input filter. Defaults to '='", "lineNumber": 714, "type": { "nullable": null, @@ -18460,12 +18471,12 @@ "kind": "member", "static": false, "variation": null, - "name": "separator", + "name": "enOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#separator", + "longname": "src/tablefilter.js~TableFilter#enOperator", "access": null, - "description": "Stored values separator", - "lineNumber": 722, + "description": "Ends with operator for input filter. Defaults to '='", + "lineNumber": 720, "type": { "nullable": null, "types": [ @@ -18480,16 +18491,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rowsCounter", + "name": "separator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rowsCounter", + "longname": "src/tablefilter.js~TableFilter#separator", "access": null, - "description": "Enable rows counter UI component", + "description": "Stored values separator", "lineNumber": 728, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18500,11 +18511,11 @@ "kind": "member", "static": false, "variation": null, - "name": "statusBar", + "name": "rowsCounter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#statusBar", + "longname": "src/tablefilter.js~TableFilter#rowsCounter", "access": null, - "description": "Enable status bar UI component", + "description": "Enable rows counter UI component", "lineNumber": 734, "type": { "nullable": null, @@ -18520,11 +18531,11 @@ "kind": "member", "static": false, "variation": null, - "name": "loader", + "name": "statusBar", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loader", + "longname": "src/tablefilter.js~TableFilter#statusBar", "access": null, - "description": "Enable activity/spinner indicator UI component", + "description": "Enable status bar UI component", "lineNumber": 740, "type": { "nullable": null, @@ -18540,12 +18551,12 @@ "kind": "member", "static": false, "variation": null, - "name": "displayBtn", + "name": "loader", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayBtn", + "longname": "src/tablefilter.js~TableFilter#loader", "access": null, - "description": "Enable filters submission button", - "lineNumber": 747, + "description": "Enable activity/spinner indicator UI component", + "lineNumber": 746, "type": { "nullable": null, "types": [ @@ -18560,16 +18571,16 @@ "kind": "member", "static": false, "variation": null, - "name": "btnText", + "name": "displayBtn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnText", + "longname": "src/tablefilter.js~TableFilter#displayBtn", "access": null, - "description": "Define filters submission button text", + "description": "Enable filters submission button", "lineNumber": 753, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -18580,11 +18591,11 @@ "kind": "member", "static": false, "variation": null, - "name": "btnCssClass", + "name": "btnText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnCssClass", + "longname": "src/tablefilter.js~TableFilter#btnText", "access": null, - "description": "Css class for filters submission button", + "description": "Define filters submission button text", "lineNumber": 759, "type": { "nullable": null, @@ -18600,16 +18611,16 @@ "kind": "member", "static": false, "variation": null, - "name": "btnReset", + "name": "btnCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnReset", + "longname": "src/tablefilter.js~TableFilter#btnCssClass", "access": null, - "description": "Enable clear button", - "lineNumber": 766, + "description": "Css class for filters submission button", + "lineNumber": 765, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18620,16 +18631,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeReset", + "name": "btnReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeReset", + "longname": "src/tablefilter.js~TableFilter#btnReset", "access": null, - "description": "Callback fired before filters are cleared", + "description": "Enable clear button", "lineNumber": 772, "type": { "nullable": null, "types": [ - "Function" + "Boolean" ], "spread": false, "description": null @@ -18640,12 +18651,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterReset", + "name": "onBeforeReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterReset", + "longname": "src/tablefilter.js~TableFilter#onBeforeReset", "access": null, - "description": "Callback fired after filters are cleared", - "lineNumber": 779, + "description": "Callback fired before filters are cleared", + "lineNumber": 778, "type": { "nullable": null, "types": [ @@ -18660,16 +18671,16 @@ "kind": "member", "static": false, "variation": null, - "name": "paging", + "name": "onAfterReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#paging", + "longname": "src/tablefilter.js~TableFilter#onAfterReset", "access": null, - "description": "Enable paging component", + "description": "Callback fired after filters are cleared", "lineNumber": 785, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -18680,16 +18691,16 @@ "kind": "member", "static": false, "variation": null, - "name": "nbHiddenRows", + "name": "paging", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", - "access": "private", - "description": "Number of hidden rows", - "lineNumber": 792, + "longname": "src/tablefilter.js~TableFilter#paging", + "access": null, + "description": "Enable paging component", + "lineNumber": 791, "type": { "nullable": null, "types": [ - "Number" + "Boolean" ], "spread": false, "description": null @@ -18700,32 +18711,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilter", + "name": "nbHiddenRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilter", - "access": null, - "description": "Enable auto-filter behaviour, table is filtered when a user\nstops typing", - "lineNumber": 799, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 889, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterDelay", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", - "access": null, - "description": "Auto-filter delay in msecs", - "lineNumber": 805, + "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", + "access": "private", + "description": "Number of hidden rows", + "lineNumber": 798, "type": { "nullable": null, "types": [ @@ -18736,16 +18727,16 @@ } }, { - "__docId__": 890, + "__docId__": 889, "kind": "member", "static": false, "variation": null, - "name": "isUserTyping", + "name": "autoFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": "private", - "description": "Indicate whether user is typing", - "lineNumber": 813, + "longname": "src/tablefilter.js~TableFilter#autoFilter", + "access": null, + "description": "Enable auto-filter behaviour, table is filtered when a user\nstops typing", + "lineNumber": 805, "type": { "nullable": null, "types": [ @@ -18755,37 +18746,37 @@ "description": null } }, + { + "__docId__": 890, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterDelay", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", + "access": null, + "description": "Auto-filter delay in msecs", + "lineNumber": 811, + "type": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": null + } + }, { "__docId__": 891, "kind": "member", "static": false, "variation": null, - "name": "autoFilterTimer", + "name": "isUserTyping", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": "private", - "description": "Auto-filter interval ID", - "lineNumber": 820, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 892, - "kind": "member", - "static": false, - "variation": null, - "name": "highlightKeywords", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#highlightKeywords", - "access": null, - "description": "Enable keyword highlighting behaviour", - "lineNumber": 826, + "description": "Indicate whether user is typing", + "lineNumber": 819, "type": { "nullable": null, "types": [ @@ -18795,16 +18786,36 @@ "description": null } }, + { + "__docId__": 892, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": "private", + "description": "Auto-filter interval ID", + "lineNumber": 826, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 893, "kind": "member", "static": false, "variation": null, - "name": "noResults", + "name": "highlightKeywords", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#noResults", + "longname": "src/tablefilter.js~TableFilter#highlightKeywords", "access": null, - "description": "Enable no results message UI component", + "description": "Enable keyword highlighting behaviour", "lineNumber": 832, "type": { "nullable": null, @@ -18820,12 +18831,12 @@ "kind": "member", "static": false, "variation": null, - "name": "state", + "name": "noResults", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#state", + "longname": "src/tablefilter.js~TableFilter#noResults", "access": null, - "description": "Enable state persistence", - "lineNumber": 839, + "description": "Enable no results message UI component", + "lineNumber": 838, "type": { "nullable": null, "types": [ @@ -18840,16 +18851,16 @@ "kind": "member", "static": false, "variation": null, - "name": "locale", + "name": "state", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#locale", + "longname": "src/tablefilter.js~TableFilter#state", "access": null, - "description": "Define default locale, default to 'en' as per Sugar Date module:\nhttps://sugarjs.com/docs/#/DateLocales", - "lineNumber": 848, + "description": "Enable state persistence", + "lineNumber": 845, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -18860,11 +18871,11 @@ "kind": "member", "static": false, "variation": null, - "name": "thousandsSeparator", + "name": "locale", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", + "longname": "src/tablefilter.js~TableFilter#locale", "access": null, - "description": "Define thousands separator ',' or '.', defaults to ','", + "description": "Define default locale, default to 'en' as per Sugar Date module:\nhttps://sugarjs.com/docs/#/DateLocales", "lineNumber": 854, "type": { "nullable": null, @@ -18880,11 +18891,11 @@ "kind": "member", "static": false, "variation": null, - "name": "decimalSeparator", + "name": "thousandsSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#decimalSeparator", + "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", "access": null, - "description": "Define decimal separator ',' or '.', defaults to '.'", + "description": "Define thousands separator ',' or '.', defaults to ','", "lineNumber": 860, "type": { "nullable": null, @@ -18900,16 +18911,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColTypes", + "name": "decimalSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColTypes", - "access": "private", - "description": "Determine whether table has columns data types", - "lineNumber": 867, + "longname": "src/tablefilter.js~TableFilter#decimalSeparator", + "access": null, + "description": "Define decimal separator ',' or '.', defaults to '.'", + "lineNumber": 866, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18920,16 +18931,16 @@ "kind": "member", "static": false, "variation": null, - "name": "colTypes", + "name": "hasColTypes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colTypes", - "access": null, - "description": "Define data types on a column basis, possible values 'string',\n'number', 'formatted-number', 'date', 'ipaddress' ie:\ncol_types : [\n 'string', 'date', 'number',\n { type: 'formatted-number', decimal: ',', thousands: '.' },\n { type: 'date', locale: 'en-gb' },\n { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n]\n\nRefer to https://sugarjs.com/docs/#/DateParsing for exhaustive\ninformation on date parsing formats supported by Sugar Date", - "lineNumber": 883, + "longname": "src/tablefilter.js~TableFilter#hasColTypes", + "access": "private", + "description": "Determine whether table has columns data types", + "lineNumber": 873, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -18940,16 +18951,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxTf", + "name": "colTypes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxTf", - "access": "private", - "description": "Main prefix", - "lineNumber": 890, + "longname": "src/tablefilter.js~TableFilter#colTypes", + "access": null, + "description": "Define data types on a column basis, possible values 'string',\n'number', 'formatted-number', 'date', 'ipaddress' ie:\ncol_types : [\n 'string', 'date', 'number',\n { type: 'formatted-number', decimal: ',', thousands: '.' },\n { type: 'date', locale: 'en-gb' },\n { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n]\n\nRefer to https://sugarjs.com/docs/#/DateParsing for exhaustive\ninformation on date parsing formats supported by Sugar Date", + "lineNumber": 889, "type": { + "nullable": null, "types": [ - "string" - ] + "Array" + ], + "spread": false, + "description": null } }, { @@ -18957,11 +18971,11 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxFlt", + "name": "prfxTf", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxFlt", + "longname": "src/tablefilter.js~TableFilter#prfxTf", "access": "private", - "description": "Filter's ID prefix (inputs - selects)", + "description": "Main prefix", "lineNumber": 896, "type": { "types": [ @@ -18974,11 +18988,11 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxValButton", + "name": "prfxFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxValButton", + "longname": "src/tablefilter.js~TableFilter#prfxFlt", "access": "private", - "description": "Button's ID prefix", + "description": "Filter's ID prefix (inputs - selects)", "lineNumber": 902, "type": { "types": [ @@ -18991,11 +19005,11 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxInfDiv", + "name": "prfxValButton", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", + "longname": "src/tablefilter.js~TableFilter#prfxValButton", "access": "private", - "description": "Toolbar container ID prefix", + "description": "Button's ID prefix", "lineNumber": 908, "type": { "types": [ @@ -19008,11 +19022,11 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxLDiv", + "name": "prfxInfDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxLDiv", + "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", "access": "private", - "description": "Toolbar left element ID prefix", + "description": "Toolbar container ID prefix", "lineNumber": 914, "type": { "types": [ @@ -19025,11 +19039,11 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxRDiv", + "name": "prfxLDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxRDiv", + "longname": "src/tablefilter.js~TableFilter#prfxLDiv", "access": "private", - "description": "Toolbar right element ID prefix", + "description": "Toolbar left element ID prefix", "lineNumber": 920, "type": { "types": [ @@ -19042,11 +19056,11 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxMDiv", + "name": "prfxRDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxMDiv", + "longname": "src/tablefilter.js~TableFilter#prfxRDiv", "access": "private", - "description": "Toolbar middle element ID prefix", + "description": "Toolbar right element ID prefix", "lineNumber": 926, "type": { "types": [ @@ -19059,11 +19073,11 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxResponsive", + "name": "prfxMDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxResponsive", + "longname": "src/tablefilter.js~TableFilter#prfxMDiv", "access": "private", - "description": "Responsive Css class", + "description": "Toolbar middle element ID prefix", "lineNumber": 932, "type": { "types": [ @@ -19076,12 +19090,29 @@ "kind": "member", "static": false, "variation": null, + "name": "prfxResponsive", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#prfxResponsive", + "access": "private", + "description": "Responsive Css class", + "lineNumber": 938, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 909, + "kind": "member", + "static": false, + "variation": null, "name": "extensions", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#extensions", "access": "private", "description": "List of loaded extensions", - "lineNumber": 940, + "lineNumber": 946, "type": { "nullable": null, "types": [ @@ -19092,7 +19123,7 @@ } }, { - "__docId__": 909, + "__docId__": 910, "kind": "member", "static": false, "variation": null, @@ -19101,27 +19132,7 @@ "longname": "src/tablefilter.js~TableFilter#hasExtensions", "access": "private", "description": "Determine whether extensions are loaded", - "lineNumber": 947, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 910, - "kind": "member", - "static": false, - "variation": null, - "name": "enableDefaultTheme", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", - "access": null, - "description": "Enable default theme", - "lineNumber": 954, + "lineNumber": 953, "type": { "nullable": null, "types": [ @@ -19136,12 +19147,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasThemes", + "name": "enableDefaultTheme", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasThemes", - "access": "private", - "description": "Determine whether themes are enables", - "lineNumber": 961, + "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", + "access": null, + "description": "Enable default theme", + "lineNumber": 960, "type": { "nullable": null, "types": [ @@ -19156,16 +19167,16 @@ "kind": "member", "static": false, "variation": null, - "name": "themes", + "name": "hasThemes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themes", - "access": null, - "description": "List of themes, ie:\nthemes: [{ name: 'skyblue' }]", - "lineNumber": 968, + "longname": "src/tablefilter.js~TableFilter#hasThemes", + "access": "private", + "description": "Determine whether themes are enables", + "lineNumber": 967, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -19176,12 +19187,12 @@ "kind": "member", "static": false, "variation": null, - "name": "themesPath", + "name": "themes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themesPath", + "longname": "src/tablefilter.js~TableFilter#themes", "access": null, - "description": "Define path to themes assets, defaults to\n'tablefilter/style/themes/'. Usage:\nthemes: [{ name: 'skyblue' }]", - "lineNumber": 976, + "description": "List of themes, ie:\nthemes: [{ name: 'skyblue' }]", + "lineNumber": 974, "type": { "nullable": null, "types": [ @@ -19196,16 +19207,16 @@ "kind": "member", "static": false, "variation": null, - "name": "responsive", + "name": "themesPath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#responsive", + "longname": "src/tablefilter.js~TableFilter#themesPath", "access": null, - "description": "Enable responsive layout", + "description": "Define path to themes assets, defaults to\n'tablefilter/style/themes/'. Usage:\nthemes: [{ name: 'skyblue' }]", "lineNumber": 982, "type": { "nullable": null, "types": [ - "Boolean" + "Array" ], "spread": false, "description": null @@ -19216,16 +19227,19 @@ "kind": "member", "static": false, "variation": null, - "name": "Mod", + "name": "responsive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#Mod", - "access": "private", - "description": "Features registry", + "longname": "src/tablefilter.js~TableFilter#responsive", + "access": null, + "description": "Enable responsive layout", "lineNumber": 988, "type": { + "nullable": null, "types": [ - "*" - ] + "Boolean" + ], + "spread": false, + "description": null } }, { @@ -19233,11 +19247,11 @@ "kind": "member", "static": false, "variation": null, - "name": "ExtRegistry", + "name": "Mod", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#ExtRegistry", + "longname": "src/tablefilter.js~TableFilter#Mod", "access": "private", - "description": "Extensions registry", + "description": "Features registry", "lineNumber": 994, "type": { "types": [ @@ -19247,6 +19261,23 @@ }, { "__docId__": 917, + "kind": "member", + "static": false, + "variation": null, + "name": "ExtRegistry", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#ExtRegistry", + "access": "private", + "description": "Extensions registry", + "lineNumber": 1000, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 918, "kind": "method", "static": false, "variation": null, @@ -19255,12 +19286,12 @@ "longname": "src/tablefilter.js~TableFilter#init", "access": null, "description": "Initialise features and layout", - "lineNumber": 1000, + "lineNumber": 1006, "params": [], "generator": false }, { - "__docId__": 918, + "__docId__": 919, "kind": "member", "static": false, "variation": null, @@ -19269,7 +19300,7 @@ "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", "access": null, "description": null, - "lineNumber": 1070, + "lineNumber": 1076, "undocument": true, "type": { "types": [ @@ -19278,7 +19309,7 @@ } }, { - "__docId__": 919, + "__docId__": 920, "kind": "member", "static": false, "variation": null, @@ -19287,7 +19318,7 @@ "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": "", - "lineNumber": 1192, + "lineNumber": 1198, "unknown": [ { "tagName": "@inherited", @@ -19301,7 +19332,7 @@ } }, { - "__docId__": 920, + "__docId__": 921, "kind": "method", "static": false, "variation": null, @@ -19310,7 +19341,7 @@ "longname": "src/tablefilter.js~TableFilter#detectKey", "access": null, "description": "Detect key", - "lineNumber": 1204, + "lineNumber": 1210, "params": [ { "nullable": null, @@ -19326,7 +19357,7 @@ "generator": false }, { - "__docId__": 921, + "__docId__": 922, "kind": "member", "static": false, "variation": null, @@ -19335,7 +19366,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1215, + "lineNumber": 1221, "undocument": true, "type": { "types": [ @@ -19344,7 +19375,7 @@ } }, { - "__docId__": 922, + "__docId__": 923, "kind": "member", "static": false, "variation": null, @@ -19353,7 +19384,7 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 1217, + "lineNumber": 1223, "undocument": true, "type": { "types": [ @@ -19362,7 +19393,7 @@ } }, { - "__docId__": 923, + "__docId__": 924, "kind": "method", "static": false, "variation": null, @@ -19371,7 +19402,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": 1227, + "lineNumber": 1233, "params": [ { "nullable": null, @@ -19387,7 +19418,7 @@ "generator": false }, { - "__docId__": 924, + "__docId__": 925, "kind": "member", "static": false, "variation": null, @@ -19396,7 +19427,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1232, + "lineNumber": 1238, "undocument": true, "type": { "types": [ @@ -19405,7 +19436,7 @@ } }, { - "__docId__": 925, + "__docId__": 926, "kind": "member", "static": false, "variation": null, @@ -19414,25 +19445,7 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 1236, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 926, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 1239, + "lineNumber": 1242, "undocument": true, "type": { "types": [ @@ -19445,12 +19458,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilterTimer", + "name": "isUserTyping", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1246, + "lineNumber": 1245, "undocument": true, "type": { "types": [ @@ -19468,7 +19481,7 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 1251, + "lineNumber": 1252, "undocument": true, "type": { "types": [ @@ -19478,6 +19491,24 @@ }, { "__docId__": 929, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": null, + "description": null, + "lineNumber": 1257, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 930, "kind": "method", "static": false, "variation": null, @@ -19486,12 +19517,12 @@ "longname": "src/tablefilter.js~TableFilter#onKeyDown", "access": null, "description": "Filter's keydown event: if auto-filter on, detect user is typing", - "lineNumber": 1258, + "lineNumber": 1264, "params": [], "generator": false }, { - "__docId__": 930, + "__docId__": 931, "kind": "member", "static": false, "variation": null, @@ -19500,7 +19531,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1260, + "lineNumber": 1266, "undocument": true, "type": { "types": [ @@ -19509,7 +19540,7 @@ } }, { - "__docId__": 931, + "__docId__": 932, "kind": "method", "static": false, "variation": null, @@ -19518,7 +19549,7 @@ "longname": "src/tablefilter.js~TableFilter#onInpFocus", "access": null, "description": "Filter's focus event", - "lineNumber": 1268, + "lineNumber": 1274, "params": [ { "nullable": null, @@ -19534,7 +19565,7 @@ "generator": false }, { - "__docId__": 932, + "__docId__": 933, "kind": "method", "static": false, "variation": null, @@ -19543,12 +19574,12 @@ "longname": "src/tablefilter.js~TableFilter#onInpBlur", "access": null, "description": "Filter's blur event: if auto-filter on, clear interval on filter blur", - "lineNumber": 1276, + "lineNumber": 1282, "params": [], "generator": false }, { - "__docId__": 933, + "__docId__": 934, "kind": "member", "static": false, "variation": null, @@ -19557,7 +19588,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1278, + "lineNumber": 1284, "undocument": true, "type": { "types": [ @@ -19566,7 +19597,7 @@ } }, { - "__docId__": 934, + "__docId__": 935, "kind": "method", "static": false, "variation": null, @@ -19575,7 +19606,7 @@ "longname": "src/tablefilter.js~TableFilter#_insertFiltersRow", "access": null, "description": "Insert filters row at initialization", - "lineNumber": 1287, + "lineNumber": 1293, "params": [], "return": { "types": [ @@ -19585,7 +19616,7 @@ "generator": false }, { - "__docId__": 935, + "__docId__": 936, "kind": "method", "static": false, "variation": null, @@ -19594,12 +19625,12 @@ "longname": "src/tablefilter.js~TableFilter#_initNoFilters", "access": null, "description": "Initialize filtersless table", - "lineNumber": 1316, + "lineNumber": 1322, "params": [], "generator": false }, { - "__docId__": 936, + "__docId__": 937, "kind": "member", "static": false, "variation": null, @@ -19608,25 +19639,7 @@ "longname": "src/tablefilter.js~TableFilter#refRow", "access": null, "description": null, - "lineNumber": 1320, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 937, - "kind": "member", - "static": false, - "variation": null, - "name": "nbFilterableRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", - "access": null, - "description": null, - "lineNumber": 1321, + "lineNumber": 1326, "undocument": true, "type": { "types": [ @@ -19636,6 +19649,24 @@ }, { "__docId__": 938, + "kind": "member", + "static": false, + "variation": null, + "name": "nbFilterableRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", + "access": null, + "description": null, + "lineNumber": 1327, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 939, "kind": "method", "static": false, "variation": null, @@ -19644,7 +19675,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildInputFilter", "access": null, "description": "Build input filter type", - "lineNumber": 1330, + "lineNumber": 1336, "params": [ { "nullable": null, @@ -19680,7 +19711,7 @@ "generator": false }, { - "__docId__": 939, + "__docId__": 940, "kind": "method", "static": false, "variation": null, @@ -19689,7 +19720,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildSubmitButton", "access": null, "description": "Build submit button", - "lineNumber": 1368, + "lineNumber": 1374, "params": [ { "nullable": null, @@ -19715,7 +19746,7 @@ "generator": false }, { - "__docId__": 940, + "__docId__": 941, "kind": "method", "static": false, "variation": null, @@ -19724,7 +19755,7 @@ "longname": "src/tablefilter.js~TableFilter#feature", "access": null, "description": "Return a feature instance for a given name", - "lineNumber": 1391, + "lineNumber": 1397, "params": [ { "nullable": null, @@ -19748,7 +19779,7 @@ "generator": false }, { - "__docId__": 941, + "__docId__": 942, "kind": "method", "static": false, "variation": null, @@ -19757,12 +19788,12 @@ "longname": "src/tablefilter.js~TableFilter#initExtensions", "access": null, "description": "Initialise all the extensions defined in the configuration object", - "lineNumber": 1398, + "lineNumber": 1404, "params": [], "generator": false }, { - "__docId__": 942, + "__docId__": 943, "kind": "method", "static": false, "variation": null, @@ -19771,7 +19802,7 @@ "longname": "src/tablefilter.js~TableFilter#loadExtension", "access": null, "description": "Load an extension module", - "lineNumber": 1417, + "lineNumber": 1423, "params": [ { "nullable": null, @@ -19787,7 +19818,7 @@ "generator": false }, { - "__docId__": 943, + "__docId__": 944, "kind": "method", "static": false, "variation": null, @@ -19796,7 +19827,7 @@ "longname": "src/tablefilter.js~TableFilter#extension", "access": null, "description": "Get an extension instance", - "lineNumber": 1448, + "lineNumber": 1454, "params": [ { "nullable": null, @@ -19820,7 +19851,7 @@ "generator": false }, { - "__docId__": 944, + "__docId__": 945, "kind": "method", "static": false, "variation": null, @@ -19829,7 +19860,7 @@ "longname": "src/tablefilter.js~TableFilter#hasExtension", "access": null, "description": "Check passed extension name exists", - "lineNumber": 1457, + "lineNumber": 1463, "params": [ { "nullable": null, @@ -19853,7 +19884,7 @@ "generator": false }, { - "__docId__": 945, + "__docId__": 946, "kind": "method", "static": false, "variation": null, @@ -19862,12 +19893,12 @@ "longname": "src/tablefilter.js~TableFilter#destroyExtensions", "access": null, "description": "Destroy all the extensions defined in the configuration object", - "lineNumber": 1464, + "lineNumber": 1470, "params": [], "generator": false }, { - "__docId__": 946, + "__docId__": 947, "kind": "method", "static": false, "variation": null, @@ -19876,12 +19907,12 @@ "longname": "src/tablefilter.js~TableFilter#loadThemes", "access": null, "description": "Load themes defined in the configuration object", - "lineNumber": 1480, + "lineNumber": 1486, "params": [], "generator": false }, { - "__docId__": 947, + "__docId__": 948, "kind": "member", "static": false, "variation": null, @@ -19890,7 +19921,7 @@ "longname": "src/tablefilter.js~TableFilter#loader", "access": null, "description": null, - "lineNumber": 1509, + "lineNumber": 1515, "undocument": true, "type": { "types": [ @@ -19899,7 +19930,7 @@ } }, { - "__docId__": 948, + "__docId__": 949, "kind": "method", "static": false, "variation": null, @@ -19908,7 +19939,7 @@ "longname": "src/tablefilter.js~TableFilter#getStylesheet", "access": null, "description": "Return stylesheet DOM element for a given theme name", - "lineNumber": 1518, + "lineNumber": 1524, "params": [ { "name": "name", @@ -19931,7 +19962,7 @@ "generator": false }, { - "__docId__": 949, + "__docId__": 950, "kind": "method", "static": false, "variation": null, @@ -19940,12 +19971,12 @@ "longname": "src/tablefilter.js~TableFilter#destroy", "access": null, "description": "Destroy filter grid", - "lineNumber": 1525, + "lineNumber": 1531, "params": [], "generator": false }, { - "__docId__": 950, + "__docId__": 951, "kind": "member", "static": false, "variation": null, @@ -19954,7 +19985,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1580, + "lineNumber": 1586, "undocument": true, "type": { "types": [ @@ -19963,7 +19994,7 @@ } }, { - "__docId__": 951, + "__docId__": 952, "kind": "member", "static": false, "variation": null, @@ -19972,25 +20003,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1581, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 952, - "kind": "member", - "static": false, - "variation": null, - "name": "fltIds", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltIds", - "access": null, - "description": null, - "lineNumber": 1582, + "lineNumber": 1587, "undocument": true, "type": { "types": [ @@ -20003,44 +20016,12 @@ "kind": "member", "static": false, "variation": null, - "name": "initialized", + "name": "fltIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#initialized", + "longname": "src/tablefilter.js~TableFilter#fltIds", "access": null, "description": null, - "lineNumber": 1583, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 954, - "kind": "method", - "static": false, - "variation": null, - "name": "setToolbar", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#setToolbar", - "access": null, - "description": "Generate container element for paging, reset button, rows counter etc.", - "lineNumber": 1589, - "params": [], - "generator": false - }, - { - "__docId__": 955, - "kind": "member", - "static": false, - "variation": null, - "name": "infDiv", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", - "access": null, - "description": null, - "lineNumber": 1614, + "lineNumber": 1588, "undocument": true, "type": { "types": [ @@ -20048,14 +20029,46 @@ ] } }, + { + "__docId__": 954, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#initialized", + "access": null, + "description": null, + "lineNumber": 1589, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 955, + "kind": "method", + "static": false, + "variation": null, + "name": "setToolbar", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#setToolbar", + "access": null, + "description": "Generate container element for paging, reset button, rows counter etc.", + "lineNumber": 1595, + "params": [], + "generator": false + }, { "__docId__": 956, "kind": "member", "static": false, "variation": null, - "name": "lDiv", + "name": "infDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", + "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, "lineNumber": 1620, @@ -20071,12 +20084,12 @@ "kind": "member", "static": false, "variation": null, - "name": "rDiv", + "name": "lDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDiv", + "longname": "src/tablefilter.js~TableFilter#lDiv", "access": null, "description": null, - "lineNumber": 1627, + "lineNumber": 1626, "undocument": true, "type": { "types": [ @@ -20089,9 +20102,9 @@ "kind": "member", "static": false, "variation": null, - "name": "mDiv", + "name": "rDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", + "longname": "src/tablefilter.js~TableFilter#rDiv", "access": null, "description": null, "lineNumber": 1633, @@ -20104,29 +20117,15 @@ }, { "__docId__": 959, - "kind": "method", - "static": false, - "variation": null, - "name": "removeToolbar", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#removeToolbar", - "access": null, - "description": "Remove toolbar container element", - "lineNumber": 1647, - "params": [], - "generator": false - }, - { - "__docId__": 960, "kind": "member", "static": false, "variation": null, - "name": "infDiv", + "name": "mDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", + "longname": "src/tablefilter.js~TableFilter#mDiv", "access": null, "description": null, - "lineNumber": 1652, + "lineNumber": 1639, "undocument": true, "type": { "types": [ @@ -20134,8 +20133,40 @@ ] } }, + { + "__docId__": 960, + "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": 1653, + "params": [], + "generator": false + }, { "__docId__": 961, + "kind": "member", + "static": false, + "variation": null, + "name": "infDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#infDiv", + "access": null, + "description": null, + "lineNumber": 1658, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 962, "kind": "method", "static": false, "variation": null, @@ -20144,12 +20175,12 @@ "longname": "src/tablefilter.js~TableFilter#removeExternalFlts", "access": null, "description": "Remove all the external column filters", - "lineNumber": 1664, + "lineNumber": 1670, "params": [], "generator": false }, { - "__docId__": 962, + "__docId__": 963, "kind": "method", "static": false, "variation": null, @@ -20158,7 +20189,7 @@ "longname": "src/tablefilter.js~TableFilter#isCustomOptions", "access": null, "description": "Check if given column implements a filter with custom options", - "lineNumber": 1684, + "lineNumber": 1690, "params": [ { "nullable": null, @@ -20182,7 +20213,7 @@ "generator": false }, { - "__docId__": 963, + "__docId__": 964, "kind": "method", "static": false, "variation": null, @@ -20191,7 +20222,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": 1695, + "lineNumber": 1701, "params": [ { "nullable": null, @@ -20215,7 +20246,7 @@ "generator": false }, { - "__docId__": 964, + "__docId__": 965, "kind": "method", "static": false, "variation": null, @@ -20224,12 +20255,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": 1728, + "lineNumber": 1734, "params": [], "generator": false }, { - "__docId__": 965, + "__docId__": 966, "kind": "member", "static": false, "variation": null, @@ -20238,25 +20269,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1742, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 966, - "kind": "member", - "static": false, - "variation": null, - "name": "nbHiddenRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", - "access": null, - "description": null, - "lineNumber": 2088, + "lineNumber": 1748, "undocument": true, "type": { "types": [ @@ -20266,6 +20279,24 @@ }, { "__docId__": 967, + "kind": "member", + "static": false, + "variation": null, + "name": "nbHiddenRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", + "access": null, + "description": null, + "lineNumber": 2099, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 968, "kind": "method", "static": false, "variation": null, @@ -20274,7 +20305,7 @@ "longname": "src/tablefilter.js~TableFilter#getColValues", "access": null, "description": "Return the data of a specified column", - "lineNumber": 2106, + "lineNumber": 2117, "params": [ { "nullable": null, @@ -20328,7 +20359,7 @@ "generator": false }, { - "__docId__": 968, + "__docId__": 969, "kind": "method", "static": false, "variation": null, @@ -20337,7 +20368,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterValue", "access": null, "description": "Return the filter's value of a specified column", - "lineNumber": 2157, + "lineNumber": 2168, "params": [ { "nullable": null, @@ -20361,7 +20392,7 @@ "generator": false }, { - "__docId__": 969, + "__docId__": 970, "kind": "method", "static": false, "variation": null, @@ -20370,7 +20401,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersValue", "access": null, "description": "Return the filters' values", - "lineNumber": 2193, + "lineNumber": 2204, "params": [], "return": { "nullable": null, @@ -20383,7 +20414,7 @@ "generator": false }, { - "__docId__": 970, + "__docId__": 971, "kind": "method", "static": false, "variation": null, @@ -20392,7 +20423,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterId", "access": null, "description": "Return the ID of a specified column's filter", - "lineNumber": 2214, + "lineNumber": 2225, "params": [ { "nullable": null, @@ -20416,7 +20447,7 @@ "generator": false }, { - "__docId__": 971, + "__docId__": 972, "kind": "method", "static": false, "variation": null, @@ -20425,7 +20456,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": 2230, + "lineNumber": 2241, "params": [ { "nullable": null, @@ -20459,7 +20490,7 @@ "generator": false }, { - "__docId__": 972, + "__docId__": 973, "kind": "method", "static": false, "variation": null, @@ -20468,7 +20499,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterElement", "access": null, "description": "Return the filter's DOM element for a given column", - "lineNumber": 2250, + "lineNumber": 2261, "params": [ { "nullable": null, @@ -20492,7 +20523,7 @@ "generator": false }, { - "__docId__": 973, + "__docId__": 974, "kind": "method", "static": false, "variation": null, @@ -20501,7 +20532,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellsNb", "access": null, "description": "Return the number of cells for a given row index", - "lineNumber": 2260, + "lineNumber": 2271, "params": [ { "nullable": null, @@ -20525,7 +20556,7 @@ "generator": false }, { - "__docId__": 974, + "__docId__": 975, "kind": "method", "static": false, "variation": null, @@ -20534,7 +20565,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowsNb", "access": null, "description": "Return the number of filterable rows starting from reference row if\ndefined", - "lineNumber": 2271, + "lineNumber": 2282, "params": [ { "nullable": null, @@ -20558,7 +20589,7 @@ "generator": false }, { - "__docId__": 975, + "__docId__": 976, "kind": "method", "static": false, "variation": null, @@ -20567,7 +20598,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellData", "access": null, "description": "Return the data of a given cell", - "lineNumber": 2285, + "lineNumber": 2296, "params": [ { "nullable": null, @@ -20591,7 +20622,7 @@ "generator": false }, { - "__docId__": 976, + "__docId__": 977, "kind": "method", "static": false, "variation": null, @@ -20600,50 +20631,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": 2308, - "params": [ - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": false, - "name": "includeHeaders", - "description": "Optional: include headers row" - }, - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": false, - "name": "excludeHiddenCols", - "description": "Optional: exclude hidden columns" - } - ], - "return": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": "TODO: provide an API returning data in JSON format" - }, - "generator": false - }, - { - "__docId__": 977, - "kind": "method", - "static": false, - "variation": null, - "name": "getFilteredData", - "memberof": "src/tablefilter.js~TableFilter", - "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": 2345, + "lineNumber": 2319, "params": [ { "nullable": null, @@ -20681,12 +20669,55 @@ "kind": "method", "static": false, "variation": null, + "name": "getFilteredData", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getFilteredData", + "access": null, + "description": "Return the filtered data with following format:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", + "lineNumber": 2356, + "params": [ + { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "optional": false, + "name": "includeHeaders", + "description": "Optional: include headers row" + }, + { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "optional": false, + "name": "excludeHiddenCols", + "description": "Optional: exclude hidden columns" + } + ], + "return": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": "TODO: provide an API returning data in JSON format" + }, + "generator": false + }, + { + "__docId__": 979, + "kind": "method", + "static": false, + "variation": null, "name": "getFilteredDataCol", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#getFilteredDataCol", "access": null, "description": "Return the filtered data for a given column index", - "lineNumber": 2382, + "lineNumber": 2393, "params": [ { "nullable": null, @@ -20720,7 +20751,7 @@ "generator": false }, { - "__docId__": 979, + "__docId__": 980, "kind": "method", "static": false, "variation": null, @@ -20729,7 +20760,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowDisplay", "access": null, "description": "Get the display value of a row", - "lineNumber": 2407, + "lineNumber": 2418, "params": [ { "nullable": null, @@ -20753,7 +20784,7 @@ "generator": false }, { - "__docId__": 980, + "__docId__": 981, "kind": "method", "static": false, "variation": null, @@ -20762,7 +20793,7 @@ "longname": "src/tablefilter.js~TableFilter#validateRow", "access": null, "description": "Validate/invalidate row by setting the 'validRow' attribute on the row", - "lineNumber": 2416, + "lineNumber": 2427, "params": [ { "nullable": null, @@ -20788,7 +20819,7 @@ "generator": false }, { - "__docId__": 981, + "__docId__": 982, "kind": "method", "static": false, "variation": null, @@ -20797,12 +20828,12 @@ "longname": "src/tablefilter.js~TableFilter#validateAllRows", "access": null, "description": "Validate all filterable rows", - "lineNumber": 2451, + "lineNumber": 2462, "params": [], "generator": false }, { - "__docId__": 982, + "__docId__": 983, "kind": "member", "static": false, "variation": null, @@ -20811,7 +20842,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2455, + "lineNumber": 2466, "undocument": true, "type": { "types": [ @@ -20820,7 +20851,7 @@ } }, { - "__docId__": 983, + "__docId__": 984, "kind": "method", "static": false, "variation": null, @@ -20829,7 +20860,7 @@ "longname": "src/tablefilter.js~TableFilter#setFilterValue", "access": null, "description": "Set search value to a given filter", - "lineNumber": 2466, + "lineNumber": 2477, "params": [ { "nullable": null, @@ -20855,7 +20886,7 @@ "generator": false }, { - "__docId__": 984, + "__docId__": 985, "kind": "method", "static": false, "variation": null, @@ -20864,7 +20895,7 @@ "longname": "src/tablefilter.js~TableFilter#setColWidths", "access": null, "description": "Set them columns' widths as per configuration", - "lineNumber": 2514, + "lineNumber": 2525, "params": [ { "nullable": null, @@ -20880,7 +20911,7 @@ "generator": false }, { - "__docId__": 985, + "__docId__": 986, "kind": "method", "static": false, "variation": null, @@ -20889,21 +20920,7 @@ "longname": "src/tablefilter.js~TableFilter#enforceVisibility", "access": null, "description": "Makes defined rows always visible", - "lineNumber": 2543, - "params": [], - "generator": false - }, - { - "__docId__": 986, - "kind": "method", - "static": false, - "variation": null, - "name": "clearFilters", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#clearFilters", - "access": null, - "description": "Clear all the filters' values", - "lineNumber": 2560, + "lineNumber": 2554, "params": [], "generator": false }, @@ -20912,12 +20929,12 @@ "kind": "method", "static": false, "variation": null, - "name": "clearActiveColumns", + "name": "clearFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#clearActiveColumns", + "longname": "src/tablefilter.js~TableFilter#clearFilters", "access": null, - "description": "Clears filtered columns visual indicator (background color)", - "lineNumber": 2585, + "description": "Clear all the filters' values", + "lineNumber": 2571, "params": [], "generator": false }, @@ -20926,12 +20943,26 @@ "kind": "method", "static": false, "variation": null, + "name": "clearActiveColumns", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#clearActiveColumns", + "access": null, + "description": "Clears filtered columns visual indicator (background color)", + "lineNumber": 2596, + "params": [], + "generator": false + }, + { + "__docId__": 989, + "kind": "method", + "static": false, + "variation": null, "name": "markActiveColumn", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#markActiveColumn", "access": null, "description": "Mark currently filtered column", - "lineNumber": 2595, + "lineNumber": 2606, "params": [ { "nullable": null, @@ -20947,7 +20978,7 @@ "generator": false }, { - "__docId__": 989, + "__docId__": 990, "kind": "method", "static": false, "variation": null, @@ -20956,7 +20987,7 @@ "longname": "src/tablefilter.js~TableFilter#getActiveFilterId", "access": null, "description": "Return the ID of the current active filter", - "lineNumber": 2613, + "lineNumber": 2624, "unknown": [ { "tagName": "@returns", @@ -20975,7 +21006,7 @@ "generator": false }, { - "__docId__": 990, + "__docId__": 991, "kind": "method", "static": false, "variation": null, @@ -20984,7 +21015,7 @@ "longname": "src/tablefilter.js~TableFilter#setActiveFilterId", "access": null, "description": "Set the ID of the current active filter", - "lineNumber": 2621, + "lineNumber": 2632, "params": [ { "nullable": null, @@ -21000,7 +21031,7 @@ "generator": false }, { - "__docId__": 991, + "__docId__": 992, "kind": "member", "static": false, "variation": null, @@ -21009,7 +21040,7 @@ "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": null, "description": null, - "lineNumber": 2622, + "lineNumber": 2633, "undocument": true, "type": { "types": [ @@ -21018,7 +21049,7 @@ } }, { - "__docId__": 992, + "__docId__": 993, "kind": "method", "static": false, "variation": null, @@ -21027,7 +21058,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnIndexFromFilterId", "access": null, "description": "Return the column index for a given filter ID", - "lineNumber": 2630, + "lineNumber": 2641, "unknown": [ { "tagName": "@returns", @@ -21059,7 +21090,7 @@ "generator": false }, { - "__docId__": 993, + "__docId__": 994, "kind": "method", "static": false, "variation": null, @@ -21068,7 +21099,7 @@ "longname": "src/tablefilter.js~TableFilter#activateFilter", "access": null, "description": "Make specified column's filter active", - "lineNumber": 2640, + "lineNumber": 2651, "params": [ { "nullable": null, @@ -21084,7 +21115,7 @@ "generator": false }, { - "__docId__": 994, + "__docId__": 995, "kind": "method", "static": false, "variation": null, @@ -21093,12 +21124,12 @@ "longname": "src/tablefilter.js~TableFilter#linkFilters", "access": null, "description": "Refresh the filters subject to linking ('select', 'multiple',\n'checklist' type)", - "lineNumber": 2651, + "lineNumber": 2662, "params": [], "generator": false }, { - "__docId__": 995, + "__docId__": 996, "kind": "method", "static": false, "variation": null, @@ -21107,7 +21138,7 @@ "longname": "src/tablefilter.js~TableFilter#isExactMatch", "access": null, "description": "Determines if passed filter column implements exact query match", - "lineNumber": 2701, + "lineNumber": 2712, "params": [ { "nullable": null, @@ -21117,7 +21148,7 @@ "spread": false, "optional": false, "name": "colIndex", - "description": "[description]" + "description": "Column index" } ], "return": { @@ -21126,12 +21157,51 @@ "Boolean" ], "spread": false, - "description": "[description]" + "description": "" }, "generator": false }, { - "__docId__": 996, + "__docId__": 997, + "kind": "method", + "static": false, + "variation": null, + "name": "ignoresDiacritics", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#ignoresDiacritics", + "access": null, + "description": "Checks if specified column filter ignores diacritics.\nNote this is only valid for input filter types.", + "lineNumber": 2724, + "unknown": [ + { + "tagName": "@returns", + "tagValue": "{Boolean}" + } + ], + "params": [ + { + "nullable": null, + "types": [ + "any" + ], + "spread": false, + "optional": false, + "name": "colIndex", + "description": "Column index" + } + ], + "return": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 998, "kind": "method", "static": false, "variation": null, @@ -21140,7 +21210,7 @@ "longname": "src/tablefilter.js~TableFilter#isImported", "access": null, "description": "Check if passed script or stylesheet is already imported", - "lineNumber": 2713, + "lineNumber": 2738, "params": [ { "nullable": null, @@ -21174,7 +21244,7 @@ "generator": false }, { - "__docId__": 997, + "__docId__": 999, "kind": "method", "static": false, "variation": null, @@ -21183,7 +21253,7 @@ "longname": "src/tablefilter.js~TableFilter#import", "access": null, "description": "Import script or stylesheet", - "lineNumber": 2736, + "lineNumber": 2761, "params": [ { "nullable": null, @@ -21229,7 +21299,7 @@ "generator": false }, { - "__docId__": 998, + "__docId__": 1000, "kind": "method", "static": false, "variation": null, @@ -21238,7 +21308,7 @@ "longname": "src/tablefilter.js~TableFilter#isInitialized", "access": null, "description": "Check if table has filters grid", - "lineNumber": 2778, + "lineNumber": 2803, "params": [], "return": { "nullable": null, @@ -21251,7 +21321,7 @@ "generator": false }, { - "__docId__": 999, + "__docId__": 1001, "kind": "method", "static": false, "variation": null, @@ -21260,7 +21330,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersId", "access": null, "description": "Get list of filter IDs", - "lineNumber": 2786, + "lineNumber": 2811, "params": [], "return": { "nullable": null, @@ -21273,7 +21343,7 @@ "generator": false }, { - "__docId__": 1000, + "__docId__": 1002, "kind": "method", "static": false, "variation": null, @@ -21282,7 +21352,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRows", "access": null, "description": "Get filtered (valid) rows indexes", - "lineNumber": 2795, + "lineNumber": 2820, "params": [ { "nullable": null, @@ -21306,7 +21376,7 @@ "generator": false }, { - "__docId__": 1001, + "__docId__": 1003, "kind": "member", "static": false, "variation": null, @@ -21315,7 +21385,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2801, + "lineNumber": 2826, "undocument": true, "type": { "types": [ @@ -21324,7 +21394,7 @@ } }, { - "__docId__": 1002, + "__docId__": 1004, "kind": "method", "static": false, "variation": null, @@ -21333,51 +21403,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersRowIndex", "access": null, "description": "Get the index of the row containing the filters", - "lineNumber": 2822, - "params": [], - "return": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": "" - }, - "generator": false - }, - { - "__docId__": 1003, - "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": 2830, - "params": [], - "return": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": "" - }, - "generator": false - }, - { - "__docId__": 1004, - "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": 2839, + "lineNumber": 2847, "params": [], "return": { "nullable": null, @@ -21394,12 +21420,12 @@ "kind": "method", "static": false, "variation": null, - "name": "getLastRowIndex", + "name": "getHeadersRowIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", + "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", "access": null, - "description": "Get the index of the last row", - "lineNumber": 2847, + "description": "Get the index of the headers row", + "lineNumber": 2855, "params": [], "return": { "nullable": null, @@ -21416,12 +21442,56 @@ "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": 2864, + "params": [], + "return": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 1007, + "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": 2872, + "params": [], + "return": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 1008, + "kind": "method", + "static": false, + "variation": null, "name": "hasType", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#hasType", "access": null, "description": "Determine whether the specified column has one of the passed types", - "lineNumber": 2858, + "lineNumber": 2883, "unknown": [ { "tagName": "@returns", @@ -21463,7 +21533,7 @@ "generator": false }, { - "__docId__": 1007, + "__docId__": 1009, "kind": "method", "static": false, "variation": null, @@ -21472,7 +21542,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeaderElement", "access": null, "description": "Get the header DOM element for a given column index", - "lineNumber": 2874, + "lineNumber": 2899, "params": [ { "nullable": null, @@ -21496,7 +21566,7 @@ "generator": false }, { - "__docId__": 1008, + "__docId__": 1010, "kind": "method", "static": false, "variation": null, @@ -21505,7 +21575,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersText", "access": null, "description": "Return the list of headers' text", - "lineNumber": 2899, + "lineNumber": 2924, "params": [ { "nullable": null, @@ -21529,7 +21599,7 @@ "generator": false }, { - "__docId__": 1009, + "__docId__": 1011, "kind": "method", "static": false, "variation": null, @@ -21538,7 +21608,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterType", "access": null, "description": "Return the filter type for a specified column", - "lineNumber": 2919, + "lineNumber": 2944, "params": [ { "nullable": null, @@ -21562,7 +21632,7 @@ "generator": false }, { - "__docId__": 1010, + "__docId__": 1012, "kind": "method", "static": false, "variation": null, @@ -21571,7 +21641,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterableRowsNb", "access": null, "description": "Get the total number of filterable rows", - "lineNumber": 2928, + "lineNumber": 2953, "params": [], "return": { "nullable": null, @@ -21584,7 +21654,7 @@ "generator": false }, { - "__docId__": 1011, + "__docId__": 1013, "kind": "method", "static": false, "variation": null, @@ -21593,7 +21663,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRowsNb", "access": null, "description": "Return the total number of valid rows", - "lineNumber": 2937, + "lineNumber": 2962, "unknown": [ { "tagName": "@returns", @@ -21625,7 +21695,7 @@ "generator": false }, { - "__docId__": 1012, + "__docId__": 1014, "kind": "method", "static": false, "variation": null, @@ -21634,7 +21704,7 @@ "longname": "src/tablefilter.js~TableFilter#config", "access": null, "description": "Get the configuration object (literal object)", - "lineNumber": 2945, + "lineNumber": 2970, "params": [], "return": { "nullable": null, @@ -21647,7 +21717,7 @@ "generator": false }, { - "__docId__": 1013, + "__docId__": 1015, "kind": "file", "static": true, "variation": null, @@ -21660,7 +21730,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__": 1014, + "__docId__": 1016, "kind": "variable", "static": true, "variation": null, @@ -21680,7 +21750,7 @@ } }, { - "__docId__": 1015, + "__docId__": 1017, "kind": "variable", "static": true, "variation": null, @@ -21720,7 +21790,7 @@ } }, { - "__docId__": 1016, + "__docId__": 1018, "kind": "variable", "static": true, "variation": null, @@ -21760,7 +21830,7 @@ } }, { - "__docId__": 1017, + "__docId__": 1019, "kind": "variable", "static": true, "variation": null, @@ -21800,7 +21870,7 @@ } }, { - "__docId__": 1018, + "__docId__": 1020, "kind": "variable", "static": true, "variation": null, @@ -21846,7 +21916,7 @@ } }, { - "__docId__": 1019, + "__docId__": 1021, "kind": "variable", "static": true, "variation": null, @@ -21892,7 +21962,7 @@ } }, { - "__docId__": 1020, + "__docId__": 1022, "kind": "variable", "static": true, "variation": null, @@ -21932,7 +22002,7 @@ } }, { - "__docId__": 1021, + "__docId__": 1023, "kind": "variable", "static": true, "variation": null, @@ -21972,7 +22042,7 @@ } }, { - "__docId__": 1022, + "__docId__": 1024, "kind": "variable", "static": true, "variation": null, @@ -22012,7 +22082,7 @@ } }, { - "__docId__": 1024, + "__docId__": 1026, "kind": "external", "static": true, "variation": null, @@ -22025,7 +22095,7 @@ "builtinExternal": true }, { - "__docId__": 1025, + "__docId__": 1027, "kind": "external", "static": true, "variation": null, @@ -22038,7 +22108,7 @@ "builtinExternal": true }, { - "__docId__": 1026, + "__docId__": 1028, "kind": "external", "static": true, "variation": null, @@ -22051,7 +22121,7 @@ "builtinExternal": true }, { - "__docId__": 1027, + "__docId__": 1029, "kind": "external", "static": true, "variation": null, @@ -22064,7 +22134,7 @@ "builtinExternal": true }, { - "__docId__": 1028, + "__docId__": 1030, "kind": "external", "static": true, "variation": null, @@ -22077,7 +22147,7 @@ "builtinExternal": true }, { - "__docId__": 1029, + "__docId__": 1031, "kind": "external", "static": true, "variation": null, @@ -22090,7 +22160,7 @@ "builtinExternal": true }, { - "__docId__": 1030, + "__docId__": 1032, "kind": "external", "static": true, "variation": null, @@ -22103,7 +22173,7 @@ "builtinExternal": true }, { - "__docId__": 1031, + "__docId__": 1033, "kind": "external", "static": true, "variation": null, @@ -22116,7 +22186,7 @@ "builtinExternal": true }, { - "__docId__": 1032, + "__docId__": 1034, "kind": "external", "static": true, "variation": null, @@ -22129,7 +22199,7 @@ "builtinExternal": true }, { - "__docId__": 1033, + "__docId__": 1035, "kind": "external", "static": true, "variation": null, @@ -22142,7 +22212,7 @@ "builtinExternal": true }, { - "__docId__": 1034, + "__docId__": 1036, "kind": "external", "static": true, "variation": null, @@ -22155,7 +22225,7 @@ "builtinExternal": true }, { - "__docId__": 1035, + "__docId__": 1037, "kind": "external", "static": true, "variation": null, @@ -22168,7 +22238,7 @@ "builtinExternal": true }, { - "__docId__": 1036, + "__docId__": 1038, "kind": "external", "static": true, "variation": null, @@ -22181,7 +22251,7 @@ "builtinExternal": true }, { - "__docId__": 1037, + "__docId__": 1039, "kind": "external", "static": true, "variation": null, @@ -22194,7 +22264,7 @@ "builtinExternal": true }, { - "__docId__": 1038, + "__docId__": 1040, "kind": "external", "static": true, "variation": null, @@ -22207,7 +22277,7 @@ "builtinExternal": true }, { - "__docId__": 1039, + "__docId__": 1041, "kind": "external", "static": true, "variation": null, @@ -22220,7 +22290,7 @@ "builtinExternal": true }, { - "__docId__": 1040, + "__docId__": 1042, "kind": "external", "static": true, "variation": null, @@ -22233,7 +22303,7 @@ "builtinExternal": true }, { - "__docId__": 1041, + "__docId__": 1043, "kind": "external", "static": true, "variation": null, @@ -22246,7 +22316,7 @@ "builtinExternal": true }, { - "__docId__": 1042, + "__docId__": 1044, "kind": "external", "static": true, "variation": null, @@ -22259,7 +22329,7 @@ "builtinExternal": true }, { - "__docId__": 1043, + "__docId__": 1045, "kind": "external", "static": true, "variation": null, @@ -22272,7 +22342,7 @@ "builtinExternal": true }, { - "__docId__": 1044, + "__docId__": 1046, "kind": "external", "static": true, "variation": null, @@ -22285,7 +22355,7 @@ "builtinExternal": true }, { - "__docId__": 1045, + "__docId__": 1047, "kind": "external", "static": true, "variation": null, @@ -22298,7 +22368,7 @@ "builtinExternal": true }, { - "__docId__": 1046, + "__docId__": 1048, "kind": "external", "static": true, "variation": null, @@ -22311,7 +22381,7 @@ "builtinExternal": true }, { - "__docId__": 1047, + "__docId__": 1049, "kind": "external", "static": true, "variation": null, @@ -22324,7 +22394,7 @@ "builtinExternal": true }, { - "__docId__": 1048, + "__docId__": 1050, "kind": "external", "static": true, "variation": null, @@ -22337,7 +22407,7 @@ "builtinExternal": true }, { - "__docId__": 1049, + "__docId__": 1051, "kind": "external", "static": true, "variation": null, @@ -22350,7 +22420,7 @@ "builtinExternal": true }, { - "__docId__": 1050, + "__docId__": 1052, "kind": "external", "static": true, "variation": null, @@ -22363,7 +22433,7 @@ "builtinExternal": true }, { - "__docId__": 1051, + "__docId__": 1053, "kind": "external", "static": true, "variation": null, @@ -22376,7 +22446,7 @@ "builtinExternal": true }, { - "__docId__": 1052, + "__docId__": 1054, "kind": "external", "static": true, "variation": null, @@ -22389,7 +22459,7 @@ "builtinExternal": true }, { - "__docId__": 1053, + "__docId__": 1055, "kind": "external", "static": true, "variation": null, @@ -22402,7 +22472,7 @@ "builtinExternal": true }, { - "__docId__": 1054, + "__docId__": 1056, "kind": "external", "static": true, "variation": null, @@ -22415,7 +22485,7 @@ "builtinExternal": true }, { - "__docId__": 1055, + "__docId__": 1057, "kind": "external", "static": true, "variation": null, @@ -22428,7 +22498,7 @@ "builtinExternal": true }, { - "__docId__": 1056, + "__docId__": 1058, "kind": "external", "static": true, "variation": null, @@ -22441,7 +22511,7 @@ "builtinExternal": true }, { - "__docId__": 1057, + "__docId__": 1059, "kind": "external", "static": true, "variation": null, @@ -22454,7 +22524,7 @@ "builtinExternal": true }, { - "__docId__": 1058, + "__docId__": 1060, "kind": "external", "static": true, "variation": null, @@ -22467,7 +22537,7 @@ "builtinExternal": true }, { - "__docId__": 1059, + "__docId__": 1061, "kind": "external", "static": true, "variation": null, @@ -22480,7 +22550,7 @@ "builtinExternal": true }, { - "__docId__": 1060, + "__docId__": 1062, "kind": "external", "static": true, "variation": null, @@ -22493,7 +22563,7 @@ "builtinExternal": true }, { - "__docId__": 1061, + "__docId__": 1063, "kind": "external", "static": true, "variation": null, @@ -22506,7 +22576,7 @@ "builtinExternal": true }, { - "__docId__": 1062, + "__docId__": 1064, "kind": "external", "static": true, "variation": null, @@ -22519,7 +22589,7 @@ "builtinExternal": true }, { - "__docId__": 1063, + "__docId__": 1065, "kind": "external", "static": true, "variation": null, @@ -22532,7 +22602,7 @@ "builtinExternal": true }, { - "__docId__": 1064, + "__docId__": 1066, "kind": "external", "static": true, "variation": null, @@ -22545,7 +22615,7 @@ "builtinExternal": true }, { - "__docId__": 1065, + "__docId__": 1067, "kind": "external", "static": true, "variation": null, @@ -22558,7 +22628,7 @@ "builtinExternal": true }, { - "__docId__": 1066, + "__docId__": 1068, "kind": "external", "static": true, "variation": null, @@ -22571,7 +22641,7 @@ "builtinExternal": true }, { - "__docId__": 1067, + "__docId__": 1069, "kind": "external", "static": true, "variation": null, @@ -22584,7 +22654,7 @@ "builtinExternal": true }, { - "__docId__": 1068, + "__docId__": 1070, "kind": "external", "static": true, "variation": null, @@ -22597,7 +22667,7 @@ "builtinExternal": true }, { - "__docId__": 1069, + "__docId__": 1071, "kind": "external", "static": true, "variation": null, @@ -22610,7 +22680,7 @@ "builtinExternal": true }, { - "__docId__": 1070, + "__docId__": 1072, "kind": "external", "static": true, "variation": null, @@ -22623,7 +22693,7 @@ "builtinExternal": true }, { - "__docId__": 1072, + "__docId__": 1074, "kind": "external", "static": true, "variation": null, @@ -22636,7 +22706,7 @@ "builtinExternal": true }, { - "__docId__": 1073, + "__docId__": 1075, "kind": "external", "static": true, "variation": null, @@ -22649,7 +22719,7 @@ "builtinExternal": true }, { - "__docId__": 1074, + "__docId__": 1076, "kind": "external", "static": true, "variation": null, @@ -22662,7 +22732,7 @@ "builtinExternal": true }, { - "__docId__": 1075, + "__docId__": 1077, "kind": "external", "static": true, "variation": null, @@ -22675,7 +22745,7 @@ "builtinExternal": true }, { - "__docId__": 1076, + "__docId__": 1078, "kind": "external", "static": true, "variation": null, @@ -22688,7 +22758,7 @@ "builtinExternal": true }, { - "__docId__": 1077, + "__docId__": 1079, "kind": "external", "static": true, "variation": null, @@ -22701,7 +22771,7 @@ "builtinExternal": true }, { - "__docId__": 1078, + "__docId__": 1080, "kind": "external", "static": true, "variation": null, @@ -22714,7 +22784,7 @@ "builtinExternal": true }, { - "__docId__": 1079, + "__docId__": 1081, "kind": "external", "static": true, "variation": null, diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html index 0ed3db9e..c2d17f8a 100644 --- a/docs/file/src/array.js.html +++ b/docs/file/src/array.js.html @@ -3,7 +3,7 @@ - src/array.js | tablefilter v0.3.4 API Document + src/array.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html index 6d1a9f56..d6335c71 100644 --- a/docs/file/src/const.js.html +++ b/docs/file/src/const.js.html @@ -3,7 +3,7 @@ - src/const.js | tablefilter v0.3.4 API Document + src/const.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html index bcd07cc2..eced1d9d 100644 --- a/docs/file/src/cookie.js.html +++ b/docs/file/src/cookie.js.html @@ -3,7 +3,7 @@ - src/cookie.js | tablefilter v0.3.4 API Document + src/cookie.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html index c3c34f79..85997289 100644 --- a/docs/file/src/dom.js.html +++ b/docs/file/src/dom.js.html @@ -3,7 +3,7 @@ - src/dom.js | tablefilter v0.3.4 API Document + src/dom.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html index 030ba4a8..526847aa 100644 --- a/docs/file/src/emitter.js.html +++ b/docs/file/src/emitter.js.html @@ -3,7 +3,7 @@ - src/emitter.js | tablefilter v0.3.4 API Document + src/emitter.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html index 3ff91872..7b00a319 100644 --- a/docs/file/src/event.js.html +++ b/docs/file/src/event.js.html @@ -3,7 +3,7 @@ - src/event.js | tablefilter v0.3.4 API Document + src/event.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html index 250bac76..9094a0db 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.3.4 API Document + src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html index c295a048..a0673de8 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.3.4 API Document + src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html index ba4cf6c7..672c45c9 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.3.4 API Document + src/extensions/colOps/colOps.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html index 3ac0005a..856ee7a9 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.3.4 API Document + src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html index 3b38cd9f..2ca9eb23 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.3.4 API Document + src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html index 05cbff31..51a6f3ee 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.3.4 API Document + src/extensions/sort/adapterSortabletable.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html index cef5d3c8..fd933cc5 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.3.4 API Document + src/extensions/sort/sort.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html index 7f7a6022..a1f8900f 100644 --- a/docs/file/src/feature.js.html +++ b/docs/file/src/feature.js.html @@ -3,7 +3,7 @@ - src/feature.js | tablefilter v0.3.4 API Document + src/feature.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html index 54d679b3..caf2cf8f 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.3.4 API Document + src/modules/alternateRows.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html index f1898b83..97fc126a 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.3.4 API Document + src/modules/checkList.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html index 94e1309a..04581da8 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.3.4 API Document + src/modules/clearButton.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/dateType.js.html b/docs/file/src/modules/dateType.js.html index 12c20d27..989bc2df 100644 --- a/docs/file/src/modules/dateType.js.html +++ b/docs/file/src/modules/dateType.js.html @@ -3,7 +3,7 @@ - src/modules/dateType.js | tablefilter v0.3.4 API Document + src/modules/dateType.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html index 1dc73cff..b6885e81 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.3.4 API Document + src/modules/dropdown.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html index 2819e826..8b6075aa 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.3.4 API Document + src/modules/gridLayout.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html index c3a430c6..409b8976 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.3.4 API Document + src/modules/hash.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html index 1de3b017..e8be4e82 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.3.4 API Document + src/modules/help.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html index 45f06491..f7d67ecb 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.3.4 API Document + src/modules/highlightKeywords.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html index 812a24bd..1a015849 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.3.4 API Document + src/modules/loader.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html index c6c2a9da..d90260ab 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.3.4 API Document + src/modules/noResults.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html index 724e343c..cd69075d 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.3.4 API Document + src/modules/paging.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html index 594da9e4..fdd6143a 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.3.4 API Document + src/modules/popupFilter.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html index 78e014c8..c4ebd5ea 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.3.4 API Document + src/modules/rowsCounter.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html index 820ca136..5e3fedde 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.3.4 API Document + src/modules/state.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html index f8b292e0..3128ede6 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.3.4 API Document + src/modules/statusBar.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html index 8edb6cd4..91a96ac6 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.3.4 API Document + src/modules/storage.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/number.js.html b/docs/file/src/number.js.html index b52a28e9..450ba397 100644 --- a/docs/file/src/number.js.html +++ b/docs/file/src/number.js.html @@ -3,7 +3,7 @@ - src/number.js | tablefilter v0.3.4 API Document + src/number.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html index 4c87f47e..55d07535 100644 --- a/docs/file/src/root.js.html +++ b/docs/file/src/root.js.html @@ -3,7 +3,7 @@ - src/root.js | tablefilter v0.3.4 API Document + src/root.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html index 6d01faf2..ced7f2c4 100644 --- a/docs/file/src/sort.js.html +++ b/docs/file/src/sort.js.html @@ -3,7 +3,7 @@ - src/sort.js | tablefilter v0.3.4 API Document + src/sort.js | tablefilter v0.4.0 API Document diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html index e3902708..95ff5963 100644 --- a/docs/file/src/string.js.html +++ b/docs/file/src/string.js.html @@ -3,7 +3,7 @@ - src/string.js | tablefilter v0.3.4 API Document + src/string.js | tablefilter v0.4.0 API Document @@ -119,7 +119,9 @@

src/string.js

-
/**
+
import {remove as removeDiacritics} from 'diacritics';
+
+/**
  * String utilities
  */
 
@@ -128,7 +130,7 @@
  * @param  {String} text
  * @return {String}
  */
-export const trim = text => {
+export const trim = (text) => {
     if (text.trim) {
         return text.trim();
     }
@@ -147,7 +149,7 @@ export const isEmpty = (text) => trim(text) === '';
  * @param {String} text
  * @return {String} escaped string
  */
-export const rgxEsc = text => {
+export const rgxEsc = (text) => {
     let chars = /[-\/\\^$*+?.()|[\]{}]/g;
     let escMatch = '\\$&';
     return String(text).replace(chars, escMatch);
@@ -168,26 +170,31 @@ export const matchCase = (text, caseSensitive = false) => {
 
 /**
  * Checks if passed data contains the searched term
- * @param  {String} term           Searched term
- * @param  {String} data           Data string
- * @param  {Boolean} exactMatch    Exact match
- * @param  {Boolean} caseSensitive Case sensitive
+ * @param  {String} term                Searched term
+ * @param  {String} data                Data string
+ * @param  {Boolean} exactMatch         Exact match
+ * @param  {Boolean} caseSensitive      Case sensitive
+ * @param  {Boolean} ignoreDiacritics   Ignore diacritics
  * @return {Boolean}
  */
-export const contains =
-    (term, data, exactMatch = false, caseSensitive = false) => {
-        // Improved by Cedric Wartel (cwl) automatic exact match for selects and
-        // special characters are now filtered
-        let regexp;
-        let modifier = caseSensitive ? 'g' : 'gi';
-        if (exactMatch) {
-            regexp = new RegExp('(^\\s*)' + rgxEsc(term) + '(\\s*$)',
-                modifier);
-        } else {
-            regexp = new RegExp(rgxEsc(term), modifier);
-        }
-        return regexp.test(data);
+export const contains = (term, data, exactMatch = false, caseSensitive = false,
+    ignoreDiacritics = false) => {
+    // Improved by Cedric Wartel (cwl) automatic exact match for selects and
+    // special characters are now filtered
+    let regexp;
+    let modifier = caseSensitive ? 'g' : 'gi';
+    if (ignoreDiacritics) {
+        term = removeDiacritics(term);
+        data = removeDiacritics(data);
     }
+    if (exactMatch) {
+        regexp = new RegExp('(^\\s*)' + rgxEsc(term) + '(\\s*$)',
+            modifier);
+    } else {
+        regexp = new RegExp(rgxEsc(term), modifier);
+    }
+    return regexp.test(data);
+}
 
diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html index 7c155edf..45b1ed28 100644 --- a/docs/file/src/tablefilter.js.html +++ b/docs/file/src/tablefilter.js.html @@ -3,7 +3,7 @@ - src/tablefilter.js | tablefilter v0.3.4 API Document + src/tablefilter.js | tablefilter v0.4.0 API Document @@ -503,6 +503,12 @@ export class TableFilter { */ this.exactMatch = Boolean(f.exact_match); + /** + * Ignore diacritics globally or on a column basis + * @type {Boolean|Array} + */ + this.ignoreDiacritics = f.ignore_diacritics; + /** * Enable/disable linked filters filtering mode * @type {Boolean} @@ -2078,7 +2084,7 @@ export class TableFilter { } //regexp else if (hasRE) { - //in case regexp fires an exception + //in case regexp throws try { //operator is removed let srchArg = sA.replace(re_re, ''); @@ -2102,8 +2108,13 @@ export class TableFilter { this.isExactMatch(colIdx), this.caseSensitive); } else { // Finally test search term is contained in cell data - occurence = contains(sA, cellData, - this.isExactMatch(colIdx), this.caseSensitive); + occurence = contains( + sA, + cellData, + this.isExactMatch(colIdx), + this.caseSensitive, + this.ignoresDiacritics(colIdx) + ); } } @@ -2816,8 +2827,8 @@ export class TableFilter { /** * Determines if passed filter column implements exact query match - * @param {Number} colIndex [description] - * @return {Boolean} [description] + * @param {Number} colIndex Column index + * @return {Boolean} */ isExactMatch(colIndex) { let fltType = this.getFilterType(colIndex); @@ -2825,6 +2836,20 @@ export class TableFilter { fltType !== INPUT; } + /** + * Checks if specified column filter ignores diacritics. + * Note this is only valid for input filter types. + * @param {any} colIndex Column index + * @returns {Boolean} + */ + ignoresDiacritics(colIndex) { + let ignoreDiac = this.ignoreDiacritics; + if (isArray(ignoreDiac)) { + return ignoreDiac[colIndex]; + } + return Boolean(ignoreDiac); + } + /** * Check if passed script or stylesheet is already imported * @param {String} filePath Ressource path diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html index 26ccb8b5..a346e5f5 100644 --- a/docs/file/src/types.js.html +++ b/docs/file/src/types.js.html @@ -3,7 +3,7 @@ - src/types.js | tablefilter v0.3.4 API Document + src/types.js | tablefilter v0.4.0 API Document diff --git a/docs/identifiers.html b/docs/identifiers.html index 891e538f..ec29023b 100644 --- a/docs/identifiers.html +++ b/docs/identifiers.html @@ -3,7 +3,7 @@ - Index | tablefilter v0.3.4 API Document + Index | tablefilter v0.4.0 API Document @@ -1342,7 +1342,7 @@ propagation of the event.

- contains(term: String, data: String, exactMatch: Boolean, caseSensitive: Boolean): Boolean: * + contains(term: String, data: String, exactMatch: Boolean, caseSensitive: Boolean, ignoreDiacritics: Boolean): Boolean: *

diff --git a/docs/index.html b/docs/index.html index 4a607359..29e73f71 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - tablefilter v0.3.4 API Document + tablefilter v0.4.0 API Document diff --git a/docs/package.json b/docs/package.json index d6eb53b9..8e869d00 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.3.4", + "version": "0.4.0", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { @@ -34,6 +34,7 @@ "babel-plugin-transform-es2015-classes": "^6.14.0", "babel-preset-es2015": "^6.16.0", "clean-webpack-plugin": "^0.1.13", + "diacritics": "1.2.3", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-contrib-clean": "^1.0.0", diff --git a/docs/script/search_index.js b/docs/script/search_index.js index ab22ee0c..08d24cbf 100644 --- a/docs/script/search_index.js +++ b/docs/script/search_index.js @@ -3953,6 +3953,18 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#highlightKeywords", "member" ], + [ + "src/tablefilter.js~tablefilter#ignorediacritics", + "class/src/tablefilter.js~TableFilter.html#instance-member-ignoreDiacritics", + "src/tablefilter.js~TableFilter#ignoreDiacritics", + "member" + ], + [ + "src/tablefilter.js~tablefilter#ignoresdiacritics", + "class/src/tablefilter.js~TableFilter.html#instance-method-ignoresDiacritics", + "src/tablefilter.js~TableFilter#ignoresDiacritics", + "method" + ], [ "src/tablefilter.js~tablefilter#import", "class/src/tablefilter.js~TableFilter.html#instance-method-import", diff --git a/docs/source.html b/docs/source.html index 7982fa99..a15d81c3 100644 --- a/docs/source.html +++ b/docs/source.html @@ -3,7 +3,7 @@ - Source | tablefilter v0.3.4 API Document + Source | tablefilter v0.4.0 API Document @@ -118,7 +118,7 @@
-

Source 643/643

+

Source 645/645

@@ -139,7 +139,7 @@ - + @@ -164,7 +164,7 @@ - + @@ -172,7 +172,7 @@ - + @@ -191,7 +191,7 @@ - + @@ -199,7 +199,7 @@ - + @@ -212,7 +212,7 @@ - + @@ -220,7 +220,7 @@ - + @@ -228,7 +228,7 @@ - + @@ -236,7 +236,7 @@ - + @@ -244,7 +244,7 @@ - + @@ -252,7 +252,7 @@ - + @@ -260,7 +260,7 @@ - + @@ -268,7 +268,7 @@ - + @@ -276,7 +276,7 @@ - + @@ -284,7 +284,7 @@ - + @@ -292,7 +292,7 @@ - + @@ -300,7 +300,7 @@ - + @@ -308,7 +308,7 @@ - + @@ -316,7 +316,7 @@ - + @@ -324,7 +324,7 @@ - + @@ -333,7 +333,7 @@ - + @@ -341,7 +341,7 @@ - + @@ -349,7 +349,7 @@ - + @@ -357,7 +357,7 @@ - + @@ -365,7 +365,7 @@ - + @@ -373,7 +373,7 @@ - + @@ -381,7 +381,7 @@ - + @@ -389,7 +389,7 @@ - + @@ -397,7 +397,7 @@ - + @@ -405,7 +405,7 @@ - + @@ -414,7 +414,7 @@ - + @@ -422,7 +422,7 @@ - + @@ -430,7 +430,7 @@ - + @@ -440,7 +440,7 @@ - + @@ -450,17 +450,17 @@ rgxEsctrim - - - + + + - - - - + + + + @@ -475,7 +475,7 @@ - +
100 %1/1 545 byte 222016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/const.js100 %18/18 1536 byte 1182016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/cookie.js- 1412 byte 572016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/dom.js100 %12/12 4787 byte 1912016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/emitter.js100 %6/6 1323 byte 532016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/event.js100 %6/6 2378 byte 1022016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/extensions/advancedGrid/adapterEzEditTable.js100 %13/13 18919 byte 5022016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/extensions/advancedGrid/advancedGrid.js- 90 byte 22016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/extensions/colOps/colOps.js100 %9/9 13540 byte 3622016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/extensions/colsVisibility/colsVisibility.js100 %49/49 20919 byte 7242016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/extensions/filtersVisibility/filtersVisibility.js100 %25/25 7994 byte 3112016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/extensions/sort/adapterSortabletable.js100 %23/23 16473 byte 5372016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/extensions/sort/sort.js- 197 byte 82016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/feature.js100 %14/14 1761 byte 942016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/alternateRows.js100 %9/9 3527 byte 1402016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/checkList.js100 %21/21 18567 byte 5672016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/clearButton.js100 %10/10 3225 byte 1332016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/dateType.js100 %11/11 3997 byte 1472016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/dropdown.js100 %13/13 13641 byte 4322016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/gridLayout.js100 %16/16 15046 byte 5282016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/hash.js100 %10/10 2981 byte 1262016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/help.js100 %17/17 6347 byte 2172016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/highlightKeywords.js100 %10/10 4360 byte 1472016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/loader.js100 %14/14 5298 byte 2112016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/noResults.js100 %17/17 5178 byte 2152016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/paging.js100 %45/45 29379 byte 9552016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/popupFilter.js100 %22/22 10937 byte 3772016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/rowsCounter.js100 %13/13 6357 byte 2242016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/state.js100 %24/24 14771 byte 5412016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/statusBar.js100 %22/22 9553 byte 3332016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/modules/storage.js100 %10/10 3544 byte 1622016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/number.js100 %1/1 998 byte 292016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/root.js100 %1/1 235 byte 62016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/sort.js100 %3/3 930 byte 332016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
src/string.js 100 %5/51854 byte692016-10-04 02:55:05 (UTC)2082 byte762016-10-07 08:52:38 (UTC)
src/tablefilter.js TableFilter100 %165/16589845 byte29482016-10-04 02:55:05 (UTC)100 %167/16790565 byte29732016-10-07 08:52:38 (UTC)
src/types.js100 %8/8 1451 byte 672016-10-04 02:55:05 (UTC)2016-10-07 08:52:38 (UTC)
diff --git a/docs/variable/index.html b/docs/variable/index.html index 746cc730..1f1035bf 100644 --- a/docs/variable/index.html +++ b/docs/variable/index.html @@ -3,7 +3,7 @@ - Variable | tablefilter v0.3.4 API Document + Variable | tablefilter v0.4.0 API Document @@ -681,7 +681,7 @@ propagation of the event.

- contains(term: String, data: String, exactMatch: Boolean, caseSensitive: Boolean): Boolean: * + contains(term: String, data: String, exactMatch: Boolean, caseSensitive: Boolean, ignoreDiacritics: Boolean): Boolean: *

@@ -2480,15 +2480,15 @@ propagation of the event.

- contains(term: String, data: String, exactMatch: Boolean, caseSensitive: Boolean): Boolean: * + contains(term: String, data: String, exactMatch: Boolean, caseSensitive: Boolean, ignoreDiacritics: Boolean): Boolean: * - source + source -
import {contains} from 'tablefilter/src/string.js'
+
import {contains} from 'tablefilter/src/string.js'

Checks if passed data contains the searched term

@@ -3184,11 +3184,11 @@ propagation of the event.

- source + source -
import {isEmpty} from 'tablefilter/src/string.js'
+
import {isEmpty} from 'tablefilter/src/string.js'

Checks if passed string is empty

@@ -3643,11 +3643,11 @@ propagation of the event.

- source + source -
import {matchCase} from 'tablefilter/src/string.js'
+
import {matchCase} from 'tablefilter/src/string.js'

Returns passed string as lowercase if caseSensitive flag set false. By @@ -3965,11 +3965,11 @@ default it returns the string with no casing changes.

- source + source -
import {rgxEsc} from 'tablefilter/src/string.js'
+
import {rgxEsc} from 'tablefilter/src/string.js'

Makes regex safe string by escaping special characters from passed string

@@ -4201,11 +4201,11 @@ default it returns the string with no casing changes.

- source + source -
import {trim} from 'tablefilter/src/string.js'
+
import {trim} from 'tablefilter/src/string.js'

Removes whitespace from both sides of passed string