diff --git a/docs/ast/source/extensions/advancedGrid/adapterEzEditTable.js.json b/docs/ast/source/extensions/advancedGrid/adapterEzEditTable.js.json index 1dc428b8..35f7cea2 100644 --- a/docs/ast/source/extensions/advancedGrid/adapterEzEditTable.js.json +++ b/docs/ast/source/extensions/advancedGrid/adapterEzEditTable.js.json @@ -1,6 +1,97 @@ { "type": "Program", "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "imported": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../../feature", + "raw": "'../../feature'", + "range": [ + 22, + 37 + ], + "loc": { + "start": { + "line": 1, + "column": 22 + }, + "end": { + "line": 1, + "column": 37 + } + } + }, + "range": [ + 0, + 38 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 38 + } + } + }, { "type": "ImportDeclaration", "specifiers": [ @@ -10,31 +101,31 @@ "type": "Identifier", "name": "Dom", "range": [ - 7, - 10 + 46, + 49 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 10 } } }, "range": [ - 7, - 10 + 46, + 49 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 10 } } @@ -45,31 +136,31 @@ "value": "../../dom", "raw": "'../../dom'", "range": [ - 16, - 27 + 55, + 66 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 16 }, "end": { - "line": 1, + "line": 2, "column": 27 } } }, "range": [ - 0, - 28 + 39, + 67 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 0 }, "end": { - "line": 1, + "line": 2, "column": 28 } } @@ -83,16 +174,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 37, - 42 + 76, + 81 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 8 }, "end": { - "line": 2, + "line": 3, "column": 13 } } @@ -101,31 +192,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 37, - 42 + 76, + 81 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 8 }, "end": { - "line": 2, + "line": 3, "column": 13 } } }, "range": [ - 37, - 42 + 76, + 81 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 8 }, "end": { - "line": 2, + "line": 3, "column": 13 } } @@ -136,31 +227,31 @@ "value": "../../const", "raw": "'../../const'", "range": [ - 49, - 62 + 88, + 101 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 20 }, "end": { - "line": 2, + "line": 3, "column": 33 } } }, "range": [ - 29, - 63 + 68, + 102 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 0 }, "end": { - "line": 2, + "line": 3, "column": 34 } } @@ -174,16 +265,16 @@ "type": "Identifier", "name": "root", "range": [ - 72, - 76 + 111, + 115 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 8 }, "end": { - "line": 3, + "line": 4, "column": 12 } } @@ -192,31 +283,31 @@ "type": "Identifier", "name": "root", "range": [ - 72, - 76 + 111, + 115 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 8 }, "end": { - "line": 3, + "line": 4, "column": 12 } } }, "range": [ - 72, - 76 + 111, + 115 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 8 }, "end": { - "line": 3, + "line": 4, "column": 12 } } @@ -227,35 +318,132 @@ "value": "../../root", "raw": "'../../root'", "range": [ - 83, - 95 + 122, + 134 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 19 }, "end": { - "line": 3, + "line": 4, "column": 31 } } }, "range": [ - 64, - 96 + 103, + 135 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 0 }, "end": { - "line": 3, + "line": 4, "column": 32 } } }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "INSTANTIATION_ERROR", + "range": [ + 143, + 162 + ], + "loc": { + "start": { + "line": 6, + "column": 6 + }, + "end": { + "line": 6, + "column": 25 + } + } + }, + "init": { + "type": "TemplateLiteral", + "quasis": [ + { + "type": "TemplateElement", + "value": { + "raw": "Failed to instantiate EditTable object.\n \\n\"ezEditTable\" dependency not found.", + "cooked": "Failed to instantiate EditTable object.\n \n\"ezEditTable\" dependency not found." + }, + "tail": true, + "range": [ + 165, + 248 + ], + "loc": { + "start": { + "line": 6, + "column": 28 + }, + "end": { + "line": 7, + "column": 42 + } + } + } + ], + "expressions": [], + "range": [ + 165, + 248 + ], + "loc": { + "start": { + "line": 6, + "column": 28 + }, + "end": { + "line": 7, + "column": 42 + } + } + }, + "range": [ + 143, + 248 + ], + "loc": { + "start": { + "line": 6, + "column": 6 + }, + "end": { + "line": 7, + "column": 42 + } + } + } + ], + "kind": "const", + "range": [ + 137, + 249 + ], + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 7, + "column": 43 + } + } + }, { "type": "ExportDefaultDeclaration", "declaration": { @@ -264,21 +452,38 @@ "type": "Identifier", "name": "AdapterEzEditTable", "range": [ - 119, - 137 + 272, + 290 ], "loc": { "start": { - "line": 5, + "line": 9, "column": 21 }, "end": { - "line": 5, + "line": 9, "column": 39 } } }, - "superClass": null, + "superClass": { + "type": "Identifier", + "name": "Feature", + "range": [ + 299, + 306 + ], + "loc": { + "start": { + "line": 9, + "column": 48 + }, + "end": { + "line": 9, + "column": 55 + } + } + }, "body": { "type": "ClassBody", "body": [ @@ -288,16 +493,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 426, - 437 + 595, + 606 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 4 }, "end": { - "line": 13, + "line": 17, "column": 15 } } @@ -310,16 +515,16 @@ "type": "Identifier", "name": "tf", "range": [ - 438, - 440 + 607, + 609 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 16 }, "end": { - "line": 13, + "line": 17, "column": 18 } } @@ -328,16 +533,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 442, - 445 + 611, + 614 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 20 }, "end": { - "line": 13, + "line": 17, "column": 23 } } @@ -349,124 +554,142 @@ { "type": "ExpressionStatement", "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 486, - 490 - ], - "loc": { - "start": { - "line": 15, - "column": 8 - }, - "end": { - "line": 15, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "initialized", - "range": [ - 491, - 502 - ], - "loc": { - "start": { - "line": 15, - "column": 13 - }, - "end": { - "line": 15, - "column": 24 - } - } - }, + "type": "CallExpression", + "callee": { + "type": "Super", "range": [ - 486, - 502 + 626, + 631 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 8 }, "end": { - "line": 15, - "column": 24 + "line": 18, + "column": 13 } } }, - "right": { - "type": "Literal", - "value": false, - "raw": "false", - "range": [ - 505, - 510 - ], - "loc": { - "start": { - "line": 15, - "column": 27 + "arguments": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 632, + 634 + ], + "loc": { + "start": { + "line": 18, + "column": 14 + }, + "end": { + "line": 18, + "column": 16 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "cfg", + "range": [ + 636, + 639 + ], + "loc": { + "start": { + "line": 18, + "column": 18 + }, + "end": { + "line": 18, + "column": 21 + } + } }, - "end": { - "line": 15, - "column": 32 + "property": { + "type": "Identifier", + "name": "name", + "range": [ + 640, + 644 + ], + "loc": { + "start": { + "line": 18, + "column": 22 + }, + "end": { + "line": 18, + "column": 26 + } + } + }, + "range": [ + 636, + 644 + ], + "loc": { + "start": { + "line": 18, + "column": 18 + }, + "end": { + "line": 18, + "column": 26 + } } } - }, + ], "range": [ - 486, - 510 + 626, + 645 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 8 }, "end": { - "line": 15, - "column": 32 + "line": 18, + "column": 27 } } }, "range": [ - 486, - 511 + 626, + 646 ], "loc": { "start": { - "line": 15, + "line": 18, "column": 8 }, "end": { - "line": 15, - "column": 33 + "line": 18, + "column": 28 } }, - "leadingComments": [ + "trailingComments": [ { "type": "Line", "value": " ezEditTable config", "range": [ - 456, - 477 + 656, + 677 ], "loc": { "start": { - "line": 14, + "line": 20, "column": 8 }, "end": { - "line": 14, + "line": 20, "column": 29 } } @@ -484,16 +707,143 @@ "object": { "type": "ThisExpression", "range": [ - 520, - 524 + 686, + 690 ], "loc": { "start": { - "line": 16, + "line": 21, "column": 8 }, "end": { - "line": 16, + "line": 21, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 691, + 702 + ], + "loc": { + "start": { + "line": 21, + "column": 13 + }, + "end": { + "line": 21, + "column": 24 + } + } + }, + "range": [ + 686, + 702 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 21, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": false, + "raw": "false", + "range": [ + 705, + 710 + ], + "loc": { + "start": { + "line": 21, + "column": 27 + }, + "end": { + "line": 21, + "column": 32 + } + } + }, + "range": [ + 686, + 710 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 21, + "column": 32 + } + } + }, + "range": [ + 686, + 711 + ], + "loc": { + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 21, + "column": 33 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " ezEditTable config", + "range": [ + 656, + 677 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 29 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 720, + 724 + ], + "loc": { + "start": { + "line": 22, + "column": 8 + }, + "end": { + "line": 22, "column": 12 } } @@ -502,31 +852,31 @@ "type": "Identifier", "name": "desc", "range": [ - 525, - 529 + 725, + 729 ], "loc": { "start": { - "line": 16, + "line": 22, "column": 13 }, "end": { - "line": 16, + "line": 22, "column": 17 } } }, "range": [ - 520, - 529 + 720, + 729 ], "loc": { "start": { - "line": 16, + "line": 22, "column": 8 }, "end": { - "line": 16, + "line": 22, "column": 17 } } @@ -541,16 +891,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 532, - 535 + 732, + 735 ], "loc": { "start": { - "line": 16, + "line": 22, "column": 20 }, "end": { - "line": 16, + "line": 22, "column": 23 } } @@ -559,31 +909,31 @@ "type": "Identifier", "name": "description", "range": [ - 536, - 547 + 736, + 747 ], "loc": { "start": { - "line": 16, + "line": 22, "column": 24 }, "end": { - "line": 16, + "line": 22, "column": 35 } } }, "range": [ - 532, - 547 + 732, + 747 ], "loc": { "start": { - "line": 16, + "line": 22, "column": 20 }, "end": { - "line": 16, + "line": 22, "column": 35 } } @@ -593,61 +943,61 @@ "value": "ezEditTable adapter", "raw": "'ezEditTable adapter'", "range": [ - 551, - 572 + 751, + 772 ], "loc": { "start": { - "line": 16, + "line": 22, "column": 39 }, "end": { - "line": 16, + "line": 22, "column": 60 } } }, "range": [ - 532, - 572 + 732, + 772 ], "loc": { "start": { - "line": 16, + "line": 22, "column": 20 }, "end": { - "line": 16, + "line": 22, "column": 60 } } }, "range": [ - 520, - 572 + 720, + 772 ], "loc": { "start": { - "line": 16, + "line": 22, "column": 8 }, "end": { - "line": 16, + "line": 22, "column": 60 } } }, "range": [ - 520, - 573 + 720, + 773 ], "loc": { "start": { - "line": 16, + "line": 22, "column": 8 }, "end": { - "line": 16, + "line": 22, "column": 61 } } @@ -663,16 +1013,16 @@ "object": { "type": "ThisExpression", "range": [ - 582, - 586 + 782, + 786 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 8 }, "end": { - "line": 17, + "line": 23, "column": 12 } } @@ -681,31 +1031,31 @@ "type": "Identifier", "name": "filename", "range": [ - 587, - 595 + 787, + 795 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 13 }, "end": { - "line": 17, + "line": 23, "column": 21 } } }, "range": [ - 582, - 595 + 782, + 795 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 8 }, "end": { - "line": 17, + "line": 23, "column": 21 } } @@ -720,16 +1070,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 598, - 601 + 798, + 801 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 24 }, "end": { - "line": 17, + "line": 23, "column": 27 } } @@ -738,31 +1088,31 @@ "type": "Identifier", "name": "filename", "range": [ - 602, - 610 + 802, + 810 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 28 }, "end": { - "line": 17, + "line": 23, "column": 36 } } }, "range": [ - 598, - 610 + 798, + 810 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 24 }, "end": { - "line": 17, + "line": 23, "column": 36 } } @@ -772,61 +1122,61 @@ "value": "ezEditTable.js", "raw": "'ezEditTable.js'", "range": [ - 614, - 630 + 814, + 830 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 40 }, "end": { - "line": 17, + "line": 23, "column": 56 } } }, "range": [ - 598, - 630 + 798, + 830 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 24 }, "end": { - "line": 17, + "line": 23, "column": 56 } } }, "range": [ - 582, - 630 + 782, + 830 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 8 }, "end": { - "line": 17, + "line": 23, "column": 56 } } }, "range": [ - 582, - 631 + 782, + 831 ], "loc": { "start": { - "line": 17, + "line": 23, "column": 8 }, "end": { - "line": 17, + "line": 23, "column": 57 } } @@ -842,16 +1192,16 @@ "object": { "type": "ThisExpression", "range": [ - 640, - 644 + 840, + 844 ], "loc": { "start": { - "line": 18, + "line": 24, "column": 8 }, "end": { - "line": 18, + "line": 24, "column": 12 } } @@ -860,31 +1210,31 @@ "type": "Identifier", "name": "vendorPath", "range": [ - 645, - 655 + 845, + 855 ], "loc": { "start": { - "line": 18, + "line": 24, "column": 13 }, "end": { - "line": 18, + "line": 24, "column": 23 } } }, "range": [ - 640, - 655 + 840, + 855 ], "loc": { "start": { - "line": 18, + "line": 24, "column": 8 }, "end": { - "line": 18, + "line": 24, "column": 23 } } @@ -896,16 +1246,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 658, - 661 + 858, + 861 ], "loc": { "start": { - "line": 18, + "line": 24, "column": 26 }, "end": { - "line": 18, + "line": 24, "column": 29 } } @@ -914,61 +1264,61 @@ "type": "Identifier", "name": "vendor_path", "range": [ - 662, - 673 + 862, + 873 ], "loc": { "start": { - "line": 18, + "line": 24, "column": 30 }, "end": { - "line": 18, + "line": 24, "column": 41 } } }, "range": [ - 658, - 673 + 858, + 873 ], "loc": { "start": { - "line": 18, + "line": 24, "column": 26 }, "end": { - "line": 18, + "line": 24, "column": 41 } } }, "range": [ - 640, - 673 + 840, + 873 ], "loc": { "start": { - "line": 18, + "line": 24, "column": 8 }, "end": { - "line": 18, + "line": 24, "column": 41 } } }, "range": [ - 640, - 674 + 840, + 874 ], "loc": { "start": { - "line": 18, + "line": 24, "column": 8 }, "end": { - "line": 18, + "line": 24, "column": 42 } } @@ -984,16 +1334,16 @@ "object": { "type": "ThisExpression", "range": [ - 683, - 687 + 883, + 887 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 8 }, "end": { - "line": 19, + "line": 25, "column": 12 } } @@ -1002,31 +1352,31 @@ "type": "Identifier", "name": "loadStylesheet", "range": [ - 688, - 702 + 888, + 902 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 13 }, "end": { - "line": 19, + "line": 25, "column": 27 } } }, "range": [ - 683, - 702 + 883, + 902 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 8 }, "end": { - "line": 19, + "line": 25, "column": 27 } } @@ -1037,16 +1387,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 705, - 712 + 905, + 912 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 30 }, "end": { - "line": 19, + "line": 25, "column": 37 } } @@ -1059,16 +1409,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 713, - 716 + 913, + 916 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 38 }, "end": { - "line": 19, + "line": 25, "column": 41 } } @@ -1077,77 +1427,77 @@ "type": "Identifier", "name": "load_stylesheet", "range": [ - 717, - 732 + 917, + 932 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 42 }, "end": { - "line": 19, + "line": 25, "column": 57 } } }, "range": [ - 713, - 732 + 913, + 932 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 38 }, "end": { - "line": 19, + "line": 25, "column": 57 } } } ], "range": [ - 705, - 733 + 905, + 933 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 30 }, "end": { - "line": 19, + "line": 25, "column": 58 } } }, "range": [ - 683, - 733 + 883, + 933 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 8 }, "end": { - "line": 19, + "line": 25, "column": 58 } } }, "range": [ - 683, - 734 + 883, + 934 ], "loc": { "start": { - "line": 19, + "line": 25, "column": 8 }, "end": { - "line": 19, + "line": 25, "column": 59 } } @@ -1163,16 +1513,16 @@ "object": { "type": "ThisExpression", "range": [ - 743, - 747 + 943, + 947 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 8 }, "end": { - "line": 20, + "line": 26, "column": 12 } } @@ -1181,31 +1531,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 748, - 758 + 948, + 958 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 13 }, "end": { - "line": 20, + "line": 26, "column": 23 } } }, "range": [ - 743, - 758 + 943, + 958 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 8 }, "end": { - "line": 20, + "line": 26, "column": 23 } } @@ -1220,16 +1570,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 761, - 764 + 961, + 964 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 26 }, "end": { - "line": 20, + "line": 26, "column": 29 } } @@ -1238,31 +1588,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 765, - 775 + 965, + 975 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 30 }, "end": { - "line": 20, + "line": 26, "column": 40 } } }, "range": [ - 761, - 775 + 961, + 975 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 26 }, "end": { - "line": 20, + "line": 26, "column": 40 } } @@ -1276,16 +1626,16 @@ "object": { "type": "ThisExpression", "range": [ - 779, - 783 + 979, + 983 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 44 }, "end": { - "line": 20, + "line": 26, "column": 48 } } @@ -1294,31 +1644,31 @@ "type": "Identifier", "name": "vendorPath", "range": [ - 784, - 794 + 984, + 994 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 49 }, "end": { - "line": 20, + "line": 26, "column": 59 } } }, "range": [ - 779, - 794 + 979, + 994 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 44 }, "end": { - "line": 20, + "line": 26, "column": 59 } } @@ -1328,76 +1678,76 @@ "value": "ezEditTable.css", "raw": "'ezEditTable.css'", "range": [ - 797, - 814 + 997, + 1014 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 62 }, "end": { - "line": 20, + "line": 26, "column": 79 } } }, "range": [ - 779, - 814 + 979, + 1014 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 44 }, "end": { - "line": 20, + "line": 26, "column": 79 } } }, "range": [ - 761, - 814 + 961, + 1014 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 26 }, "end": { - "line": 20, + "line": 26, "column": 79 } } }, "range": [ - 743, - 814 + 943, + 1014 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 8 }, "end": { - "line": 20, + "line": 26, "column": 79 } } }, "range": [ - 743, - 815 + 943, + 1015 ], "loc": { "start": { - "line": 20, + "line": 26, "column": 8 }, "end": { - "line": 20, + "line": 26, "column": 80 } } @@ -1413,16 +1763,16 @@ "object": { "type": "ThisExpression", "range": [ - 824, - 828 + 1024, + 1028 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 8 }, "end": { - "line": 21, + "line": 27, "column": 12 } } @@ -1431,31 +1781,31 @@ "type": "Identifier", "name": "stylesheetName", "range": [ - 829, - 843 + 1029, + 1043 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 13 }, "end": { - "line": 21, + "line": 27, "column": 27 } } }, "range": [ - 824, - 843 + 1024, + 1043 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 8 }, "end": { - "line": 21, + "line": 27, "column": 27 } } @@ -1470,16 +1820,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 846, - 849 + 1046, + 1049 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 30 }, "end": { - "line": 21, + "line": 27, "column": 33 } } @@ -1488,31 +1838,31 @@ "type": "Identifier", "name": "stylesheet_name", "range": [ - 850, - 865 + 1050, + 1065 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 34 }, "end": { - "line": 21, + "line": 27, "column": 49 } } }, "range": [ - 846, - 865 + 1046, + 1065 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 30 }, "end": { - "line": 21, + "line": 27, "column": 49 } } @@ -1522,223 +1872,79 @@ "value": "ezEditTableCss", "raw": "'ezEditTableCss'", "range": [ - 869, - 885 + 1069, + 1085 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 53 }, "end": { - "line": 21, + "line": 27, "column": 69 } } }, "range": [ - 846, - 885 + 1046, + 1085 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 30 }, "end": { - "line": 21, + "line": 27, "column": 69 } } }, "range": [ - 824, - 885 + 1024, + 1085 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 8 }, "end": { - "line": 21, + "line": 27, "column": 69 } } }, "range": [ - 824, - 886 + 1024, + 1086 ], "loc": { "start": { - "line": 21, + "line": 27, "column": 8 }, "end": { - "line": 21, + "line": 27, "column": 70 } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 895, - 899 - ], - "loc": { - "start": { - "line": 22, - "column": 8 - }, - "end": { - "line": 22, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "err", - "range": [ - 900, - 903 - ], - "loc": { - "start": { - "line": 22, - "column": 13 - }, - "end": { - "line": 22, - "column": 16 - } - } - }, - "range": [ - 895, - 903 - ], - "loc": { - "start": { - "line": 22, - "column": 8 - }, - "end": { - "line": 22, - "column": 16 - } - } - }, - "right": { - "type": "BinaryExpression", - "operator": "+", - "left": { - "type": "Literal", - "value": "Failed to instantiate EditTable object.\n\"ezEditTable\" ", - "raw": "'Failed to instantiate EditTable object.\\n\"ezEditTable\" '", - "range": [ - 906, - 963 - ], - "loc": { - "start": { - "line": 22, - "column": 19 - }, - "end": { - "line": 22, - "column": 76 - } - } - }, - "right": { - "type": "Literal", - "value": "dependency not found.", - "raw": "'dependency not found.'", - "range": [ - 978, - 1001 - ], - "loc": { - "start": { - "line": 23, - "column": 12 - }, - "end": { - "line": 23, - "column": 35 - } - } - }, - "range": [ - 906, - 1001 - ], - "loc": { - "start": { - "line": 22, - "column": 19 - }, - "end": { - "line": 23, - "column": 35 - } - } - }, - "range": [ - 895, - 1001 - ], - "loc": { - "start": { - "line": 22, - "column": 8 - }, - "end": { - "line": 23, - "column": 35 - } - } - }, - "range": [ - 895, - 1002 - ], - "loc": { - "start": { - "line": 22, - "column": 8 - }, - "end": { - "line": 23, - "column": 36 - } }, "trailingComments": [ { "type": "Line", "value": " Enable the ezEditTable's scroll into view behaviour if grid layout on", "range": [ - 1011, - 1083 + 1096, + 1168 ], "loc": { "start": { - "line": 24, + "line": 29, "column": 8 }, "end": { - "line": 24, + "line": 29, "column": 80 } } @@ -1757,16 +1963,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 1092, - 1095 + 1177, + 1180 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 8 }, "end": { - "line": 25, + "line": 30, "column": 11 } } @@ -1775,31 +1981,31 @@ "type": "Identifier", "name": "scroll_into_view", "range": [ - 1096, - 1112 + 1181, + 1197 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 12 }, "end": { - "line": 25, + "line": 30, "column": 28 } } }, "range": [ - 1092, - 1112 + 1177, + 1197 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 8 }, "end": { - "line": 25, + "line": 30, "column": 28 } } @@ -1816,16 +2022,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 1115, - 1118 + 1200, + 1203 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 31 }, "end": { - "line": 25, + "line": 30, "column": 34 } } @@ -1834,31 +2040,31 @@ "type": "Identifier", "name": "scroll_into_view", "range": [ - 1119, - 1135 + 1204, + 1220 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 35 }, "end": { - "line": 25, + "line": 30, "column": 51 } } }, "range": [ - 1115, - 1135 + 1200, + 1220 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 31 }, "end": { - "line": 25, + "line": 30, "column": 51 } } @@ -1868,32 +2074,32 @@ "value": false, "raw": "false", "range": [ - 1138, - 1143 + 1225, + 1230 ], "loc": { "start": { - "line": 25, - "column": 54 + "line": 30, + "column": 56 }, "end": { - "line": 25, - "column": 59 + "line": 30, + "column": 61 } } }, "range": [ - 1115, - 1143 + 1200, + 1230 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 31 }, "end": { - "line": 25, - "column": 59 + "line": 30, + "column": 61 } } }, @@ -1902,16 +2108,16 @@ "value": false, "raw": "false", "range": [ - 1158, - 1163 + 1245, + 1250 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 12 }, "end": { - "line": 26, + "line": 31, "column": 17 } } @@ -1923,16 +2129,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1166, - 1168 + 1253, + 1255 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 20 }, "end": { - "line": 26, + "line": 31, "column": 22 } } @@ -1941,76 +2147,76 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 1169, - 1179 + 1256, + 1266 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 23 }, "end": { - "line": 26, + "line": 31, "column": 33 } } }, "range": [ - 1166, - 1179 + 1253, + 1266 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 20 }, "end": { - "line": 26, + "line": 31, "column": 33 } } }, "range": [ - 1115, - 1179 + 1200, + 1266 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 31 }, "end": { - "line": 26, + "line": 31, "column": 33 } } }, "range": [ - 1092, - 1179 + 1177, + 1266 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 8 }, "end": { - "line": 26, + "line": 31, "column": 33 } } }, "range": [ - 1092, - 1180 + 1177, + 1267 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 8 }, "end": { - "line": 26, + "line": 31, "column": 34 } }, @@ -2019,16 +2225,16 @@ "type": "Line", "value": " Enable the ezEditTable's scroll into view behaviour if grid layout on", "range": [ - 1011, - 1083 + 1096, + 1168 ], "loc": { "start": { - "line": 24, + "line": 29, "column": 8 }, "end": { - "line": 24, + "line": 29, "column": 80 } } @@ -2046,16 +2252,16 @@ "object": { "type": "ThisExpression", "range": [ - 1190, - 1194 + 1277, + 1281 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 8 }, "end": { - "line": 28, + "line": 33, "column": 12 } } @@ -2064,31 +2270,31 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 1195, - 1207 + 1282, + 1294 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 13 }, "end": { - "line": 28, + "line": 33, "column": 25 } } }, "range": [ - 1190, - 1207 + 1277, + 1294 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 8 }, "end": { - "line": 28, + "line": 33, "column": 25 } } @@ -2098,46 +2304,46 @@ "value": null, "raw": "null", "range": [ - 1210, - 1214 + 1297, + 1301 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 28 }, "end": { - "line": 28, + "line": 33, "column": 32 } } }, "range": [ - 1190, - 1214 + 1277, + 1301 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 8 }, "end": { - "line": 28, + "line": 33, "column": 32 } } }, "range": [ - 1190, - 1215 + 1277, + 1302 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 8 }, "end": { - "line": 28, + "line": 33, "column": 33 } } @@ -2153,16 +2359,16 @@ "object": { "type": "ThisExpression", "range": [ - 1224, - 1228 + 1311, + 1315 ], "loc": { "start": { - "line": 29, + "line": 34, "column": 8 }, "end": { - "line": 29, + "line": 34, "column": 12 } } @@ -2171,31 +2377,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 1229, - 1232 + 1316, + 1319 ], "loc": { "start": { - "line": 29, + "line": 34, "column": 13 }, "end": { - "line": 29, + "line": 34, "column": 16 } } }, "range": [ - 1224, - 1232 + 1311, + 1319 ], "loc": { "start": { - "line": 29, + "line": 34, "column": 8 }, "end": { - "line": 29, + "line": 34, "column": 16 } } @@ -2204,46 +2410,46 @@ "type": "Identifier", "name": "cfg", "range": [ - 1235, - 1238 + 1322, + 1325 ], "loc": { "start": { - "line": 29, + "line": 34, "column": 19 }, "end": { - "line": 29, + "line": 34, "column": 22 } } }, "range": [ - 1224, - 1238 + 1311, + 1325 ], "loc": { "start": { - "line": 29, + "line": 34, "column": 8 }, "end": { - "line": 29, + "line": 34, "column": 22 } } }, "range": [ - 1224, - 1239 + 1311, + 1326 ], "loc": { "start": { - "line": 29, + "line": 34, "column": 8 }, "end": { - "line": 29, + "line": 34, "column": 23 } } @@ -2251,263 +2457,103 @@ { "type": "ExpressionStatement", "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ - 1248, - 1252 + 1335, + 1339 ], "loc": { "start": { - "line": 30, + "line": 35, "column": 8 }, "end": { - "line": 30, + "line": 35, "column": 12 } } }, "property": { "type": "Identifier", - "name": "tf", + "name": "enable", "range": [ - 1253, - 1255 + 1340, + 1346 ], "loc": { "start": { - "line": 30, + "line": 35, "column": 13 }, "end": { - "line": 30, - "column": 15 + "line": 35, + "column": 19 } } }, "range": [ - 1248, - 1255 + 1335, + 1346 ], "loc": { "start": { - "line": 30, + "line": 35, "column": 8 }, "end": { - "line": 30, - "column": 15 - } - } - }, - "right": { - "type": "Identifier", - "name": "tf", - "range": [ - 1258, - 1260 - ], - "loc": { - "start": { - "line": 30, - "column": 18 - }, - "end": { - "line": 30, - "column": 20 + "line": 35, + "column": 19 } } }, + "arguments": [], "range": [ - 1248, - 1260 + 1335, + 1348 ], "loc": { "start": { - "line": 30, + "line": 35, "column": 8 }, "end": { - "line": 30, - "column": 20 + "line": 35, + "column": 21 } } }, "range": [ - 1248, - 1261 + 1335, + 1349 ], "loc": { "start": { - "line": 30, + "line": 35, "column": 8 }, "end": { - "line": 30, - "column": 21 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 1270, - 1274 - ], - "loc": { - "start": { - "line": 31, - "column": 8 - }, - "end": { - "line": 31, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 1275, - 1282 - ], - "loc": { - "start": { - "line": 31, - "column": 13 - }, - "end": { - "line": 31, - "column": 20 - } - } - }, - "range": [ - 1270, - 1282 - ], - "loc": { - "start": { - "line": 31, - "column": 8 - }, - "end": { - "line": 31, - "column": 20 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 1285, - 1287 - ], - "loc": { - "start": { - "line": 31, - "column": 23 - }, - "end": { - "line": 31, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 1288, - 1295 - ], - "loc": { - "start": { - "line": 31, - "column": 26 - }, - "end": { - "line": 31, - "column": 33 - } - } - }, - "range": [ - 1285, - 1295 - ], - "loc": { - "start": { - "line": 31, - "column": 23 - }, - "end": { - "line": 31, - "column": 33 - } - } - }, - "range": [ - 1270, - 1295 - ], - "loc": { - "start": { - "line": 31, - "column": 8 - }, - "end": { - "line": 31, - "column": 33 - } - } - }, - "range": [ - 1270, - 1296 - ], - "loc": { - "start": { - "line": 31, - "column": 8 - }, - "end": { - "line": 31, - "column": 34 + "line": 35, + "column": 22 } } } ], "range": [ - 446, - 1302 + 616, + 1355 ], "loc": { "start": { - "line": 13, - "column": 24 + "line": 17, + "column": 25 }, "end": { - "line": 32, + "line": 36, "column": 5 } } @@ -2515,16 +2561,16 @@ "generator": false, "expression": false, "range": [ - 437, - 1302 + 606, + 1355 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 15 }, "end": { - "line": 32, + "line": 36, "column": 5 } } @@ -2532,16 +2578,16 @@ "kind": "constructor", "computed": false, "range": [ - 426, - 1302 + 595, + 1355 ], "loc": { "start": { - "line": 13, + "line": 17, "column": 4 }, "end": { - "line": 32, + "line": 36, "column": 5 } }, @@ -2550,16 +2596,16 @@ "type": "Block", "value": "*\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n *\n * @param {Object} tf TableFilter instance\n ", "range": [ - 144, - 421 + 313, + 590 ], "loc": { "start": { - "line": 6, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 16, "column": 7 } } @@ -2570,16 +2616,16 @@ "type": "Block", "value": "*\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n ", "range": [ - 1308, - 1425 + 1361, + 1478 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 4 }, "end": { - "line": 37, + "line": 41, "column": 7 } } @@ -2593,16 +2639,16 @@ "type": "Identifier", "name": "init", "range": [ - 1430, - 1434 + 1483, + 1487 ], "loc": { "start": { - "line": 38, + "line": 42, "column": 4 }, "end": { - "line": 38, + "line": 42, "column": 8 } } @@ -2614,6 +2660,114 @@ "body": { "type": "BlockStatement", "body": [ + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1504, + 1508 + ], + "loc": { + "start": { + "line": 43, + "column": 12 + }, + "end": { + "line": 43, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 1509, + 1520 + ], + "loc": { + "start": { + "line": 43, + "column": 17 + }, + "end": { + "line": 43, + "column": 28 + } + } + }, + "range": [ + 1504, + 1520 + ], + "loc": { + "start": { + "line": 43, + "column": 12 + }, + "end": { + "line": 43, + "column": 28 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 1536, + 1543 + ], + "loc": { + "start": { + "line": 44, + "column": 12 + }, + "end": { + "line": 44, + "column": 19 + } + } + } + ], + "range": [ + 1522, + 1553 + ], + "loc": { + "start": { + "line": 43, + "column": 30 + }, + "end": { + "line": 45, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 1500, + 1553 + ], + "loc": { + "start": { + "line": 43, + "column": 8 + }, + "end": { + "line": 45, + "column": 9 + } + } + }, { "type": "VariableDeclaration", "declarations": [ @@ -2623,16 +2777,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1450, - 1452 + 1566, + 1568 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 12 }, "end": { - "line": 39, + "line": 46, "column": 14 } } @@ -2643,16 +2797,16 @@ "object": { "type": "ThisExpression", "range": [ - 1455, - 1459 + 1571, + 1575 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 17 }, "end": { - "line": 39, + "line": 46, "column": 21 } } @@ -2661,46 +2815,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1460, - 1462 + 1576, + 1578 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 22 }, "end": { - "line": 39, + "line": 46, "column": 24 } } }, "range": [ - 1455, - 1462 + 1571, + 1578 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 17 }, "end": { - "line": 39, + "line": 46, "column": 24 } } }, "range": [ - 1450, - 1462 + 1566, + 1578 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 12 }, "end": { - "line": 39, + "line": 46, "column": 24 } } @@ -2708,16 +2862,16 @@ ], "kind": "var", "range": [ - 1446, - 1463 + 1562, + 1579 ], "loc": { "start": { - "line": 39, + "line": 46, "column": 8 }, "end": { - "line": 39, + "line": 46, "column": 25 } } @@ -2731,17 +2885,17 @@ "type": "Identifier", "name": "root", "range": [ - 1475, - 1479 + 1592, + 1596 ], "loc": { "start": { - "line": 40, - "column": 11 + "line": 47, + "column": 12 }, "end": { - "line": 40, - "column": 15 + "line": 47, + "column": 16 } } }, @@ -2749,32 +2903,32 @@ "type": "Identifier", "name": "EditTable", "range": [ - 1480, - 1489 + 1597, + 1606 ], "loc": { "start": { - "line": 40, - "column": 16 + "line": 47, + "column": 17 }, "end": { - "line": 40, - "column": 25 + "line": 47, + "column": 26 } } }, "range": [ - 1475, - 1489 + 1592, + 1606 ], "loc": { "start": { - "line": 40, - "column": 11 + "line": 47, + "column": 12 }, "end": { - "line": 40, - "column": 25 + "line": 47, + "column": 26 } } }, @@ -2791,16 +2945,16 @@ "object": { "type": "ThisExpression", "range": [ - 1504, - 1508 + 1622, + 1626 ], "loc": { "start": { - "line": 41, + "line": 48, "column": 12 }, "end": { - "line": 41, + "line": 48, "column": 16 } } @@ -2809,78 +2963,78 @@ "type": "Identifier", "name": "_setAdvancedGrid", "range": [ - 1509, - 1525 + 1627, + 1643 ], "loc": { "start": { - "line": 41, + "line": 48, "column": 17 }, "end": { - "line": 41, + "line": 48, "column": 33 } } }, "range": [ - 1504, - 1525 + 1622, + 1643 ], "loc": { "start": { - "line": 41, + "line": 48, "column": 12 }, "end": { - "line": 41, + "line": 48, "column": 33 } } }, "arguments": [], "range": [ - 1504, - 1527 + 1622, + 1645 ], "loc": { "start": { - "line": 41, + "line": 48, "column": 12 }, "end": { - "line": 41, + "line": 48, "column": 35 } } }, "range": [ - 1504, - 1528 + 1622, + 1646 ], "loc": { "start": { - "line": 41, + "line": 48, "column": 12 }, "end": { - "line": 41, + "line": 48, "column": 36 } } } ], "range": [ - 1490, - 1538 + 1608, + 1656 ], "loc": { "start": { - "line": 40, - "column": 26 + "line": 47, + "column": 28 }, "end": { - "line": 42, + "line": 49, "column": 9 } } @@ -2897,16 +3051,16 @@ "type": "Identifier", "name": "path", "range": [ - 1562, - 1566 + 1680, + 1684 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 16 }, "end": { - "line": 43, + "line": 50, "column": 20 } } @@ -2920,16 +3074,16 @@ "object": { "type": "ThisExpression", "range": [ - 1569, - 1573 + 1687, + 1691 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 23 }, "end": { - "line": 43, + "line": 50, "column": 27 } } @@ -2938,31 +3092,31 @@ "type": "Identifier", "name": "vendorPath", "range": [ - 1574, - 1584 + 1692, + 1702 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 28 }, "end": { - "line": 43, + "line": 50, "column": 38 } } }, "range": [ - 1569, - 1584 + 1687, + 1702 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 23 }, "end": { - "line": 43, + "line": 50, "column": 38 } } @@ -2973,16 +3127,16 @@ "object": { "type": "ThisExpression", "range": [ - 1587, - 1591 + 1705, + 1709 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 41 }, "end": { - "line": 43, + "line": 50, "column": 45 } } @@ -2991,61 +3145,61 @@ "type": "Identifier", "name": "filename", "range": [ - 1592, - 1600 + 1710, + 1718 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 46 }, "end": { - "line": 43, + "line": 50, "column": 54 } } }, "range": [ - 1587, - 1600 + 1705, + 1718 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 41 }, "end": { - "line": 43, + "line": 50, "column": 54 } } }, "range": [ - 1569, - 1600 + 1687, + 1718 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 23 }, "end": { - "line": 43, + "line": 50, "column": 54 } } }, "range": [ - 1562, - 1600 + 1680, + 1718 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 16 }, "end": { - "line": 43, + "line": 50, "column": 54 } } @@ -3053,16 +3207,16 @@ ], "kind": "var", "range": [ - 1558, - 1601 + 1676, + 1719 ], "loc": { "start": { - "line": 43, + "line": 50, "column": 12 }, "end": { - "line": 43, + "line": 50, "column": 55 } } @@ -3078,16 +3232,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1614, - 1616 + 1732, + 1734 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 12 }, "end": { - "line": 44, + "line": 51, "column": 14 } } @@ -3096,31 +3250,31 @@ "type": "Identifier", "name": "import", "range": [ - 1617, - 1623 + 1735, + 1741 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 15 }, "end": { - "line": 44, + "line": 51, "column": 21 } } }, "range": [ - 1614, - 1623 + 1732, + 1741 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 12 }, "end": { - "line": 44, + "line": 51, "column": 21 } } @@ -3132,16 +3286,16 @@ "object": { "type": "ThisExpression", "range": [ - 1624, - 1628 + 1742, + 1746 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 22 }, "end": { - "line": 44, + "line": 51, "column": 26 } } @@ -3150,31 +3304,31 @@ "type": "Identifier", "name": "filename", "range": [ - 1629, - 1637 + 1747, + 1755 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 27 }, "end": { - "line": 44, + "line": 51, "column": 35 } } }, "range": [ - 1624, - 1637 + 1742, + 1755 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 22 }, "end": { - "line": 44, + "line": 51, "column": 35 } } @@ -3183,16 +3337,16 @@ "type": "Identifier", "name": "path", "range": [ - 1639, - 1643 + 1757, + 1761 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 37 }, "end": { - "line": 44, + "line": 51, "column": 41 } } @@ -3214,17 +3368,17 @@ "object": { "type": "ThisExpression", "range": [ - 1652, - 1656 + 1771, + 1775 ], "loc": { "start": { - "line": 44, - "column": 50 + "line": 51, + "column": 51 }, "end": { - "line": 44, - "column": 54 + "line": 51, + "column": 55 } } }, @@ -3232,157 +3386,157 @@ "type": "Identifier", "name": "_setAdvancedGrid", "range": [ - 1657, - 1673 + 1776, + 1792 ], "loc": { "start": { - "line": 44, - "column": 55 + "line": 51, + "column": 56 }, "end": { - "line": 44, - "column": 71 + "line": 51, + "column": 72 } } }, "range": [ - 1652, - 1673 + 1771, + 1792 ], "loc": { "start": { - "line": 44, - "column": 50 + "line": 51, + "column": 51 }, "end": { - "line": 44, - "column": 71 + "line": 51, + "column": 72 } } }, "arguments": [], "range": [ - 1652, - 1675 + 1771, + 1794 ], "loc": { "start": { - "line": 44, - "column": 50 + "line": 51, + "column": 51 }, "end": { - "line": 44, - "column": 73 + "line": 51, + "column": 74 } } }, "range": [ - 1652, - 1676 + 1771, + 1795 ], "loc": { "start": { - "line": 44, - "column": 50 + "line": 51, + "column": 51 }, "end": { - "line": 44, - "column": 74 + "line": 51, + "column": 75 } } } ], "range": [ - 1650, - 1678 + 1769, + 1797 ], "loc": { "start": { - "line": 44, - "column": 48 + "line": 51, + "column": 49 }, "end": { - "line": 44, - "column": 76 + "line": 51, + "column": 77 } } }, "generator": false, "expression": false, "range": [ - 1645, - 1678 + 1763, + 1797 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 43 }, "end": { - "line": 44, - "column": 76 + "line": 51, + "column": 77 } } } ], "range": [ - 1614, - 1679 + 1732, + 1798 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 12 }, "end": { - "line": 44, - "column": 77 + "line": 51, + "column": 78 } } }, "range": [ - 1614, - 1680 + 1732, + 1799 ], "loc": { "start": { - "line": 44, + "line": 51, "column": 12 }, "end": { - "line": 44, - "column": 78 + "line": 51, + "column": 79 } } } ], "range": [ - 1544, - 1690 + 1662, + 1809 ], "loc": { "start": { - "line": 42, + "line": 49, "column": 15 }, "end": { - "line": 45, + "line": 52, "column": 9 } } }, "range": [ - 1472, - 1690 + 1588, + 1809 ], "loc": { "start": { - "line": 40, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 52, "column": 9 } } @@ -3398,17 +3552,17 @@ "object": { "type": "ThisExpression", "range": [ - 1702, - 1706 + 1822, + 1826 ], "loc": { "start": { - "line": 46, - "column": 11 + "line": 53, + "column": 12 }, "end": { - "line": 46, - "column": 15 + "line": 53, + "column": 16 } } }, @@ -3416,32 +3570,32 @@ "type": "Identifier", "name": "loadStylesheet", "range": [ - 1707, - 1721 + 1827, + 1841 ], "loc": { "start": { - "line": 46, - "column": 16 + "line": 53, + "column": 17 }, "end": { - "line": 46, - "column": 30 + "line": 53, + "column": 31 } } }, "range": [ - 1702, - 1721 + 1822, + 1841 ], "loc": { "start": { - "line": 46, - "column": 11 + "line": 53, + "column": 12 }, "end": { - "line": 46, - "column": 30 + "line": 53, + "column": 31 } } }, @@ -3457,17 +3611,17 @@ "type": "Identifier", "name": "tf", "range": [ - 1726, - 1728 + 1846, + 1848 ], "loc": { "start": { - "line": 46, - "column": 35 + "line": 53, + "column": 36 }, "end": { - "line": 46, - "column": 37 + "line": 53, + "column": 38 } } }, @@ -3475,32 +3629,32 @@ "type": "Identifier", "name": "isImported", "range": [ - 1729, - 1739 + 1849, + 1859 ], "loc": { "start": { - "line": 46, - "column": 38 + "line": 53, + "column": 39 }, "end": { - "line": 46, - "column": 48 + "line": 53, + "column": 49 } } }, "range": [ - 1726, - 1739 + 1846, + 1859 ], "loc": { "start": { - "line": 46, - "column": 35 + "line": 53, + "column": 36 }, "end": { - "line": 46, - "column": 48 + "line": 53, + "column": 49 } } }, @@ -3511,17 +3665,17 @@ "object": { "type": "ThisExpression", "range": [ - 1740, - 1744 + 1860, + 1864 ], "loc": { "start": { - "line": 46, - "column": 49 + "line": 53, + "column": 50 }, "end": { - "line": 46, - "column": 53 + "line": 53, + "column": 54 } } }, @@ -3529,32 +3683,32 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 1745, - 1755 + 1865, + 1875 ], "loc": { "start": { - "line": 46, - "column": 54 + "line": 53, + "column": 55 }, "end": { - "line": 46, - "column": 64 + "line": 53, + "column": 65 } } }, "range": [ - 1740, - 1755 + 1860, + 1875 ], "loc": { "start": { - "line": 46, - "column": 49 + "line": 53, + "column": 50 }, "end": { - "line": 46, - "column": 64 + "line": 53, + "column": 65 } } }, @@ -3563,64 +3717,64 @@ "value": "link", "raw": "'link'", "range": [ - 1757, - 1763 + 1877, + 1883 ], "loc": { "start": { - "line": 46, - "column": 66 + "line": 53, + "column": 67 }, "end": { - "line": 46, - "column": 72 + "line": 53, + "column": 73 } } } ], "range": [ - 1726, - 1764 + 1846, + 1884 ], "loc": { "start": { - "line": 46, - "column": 35 + "line": 53, + "column": 36 }, "end": { - "line": 46, - "column": 73 + "line": 53, + "column": 74 } } }, "prefix": true, "range": [ - 1725, - 1764 + 1845, + 1884 ], "loc": { "start": { - "line": 46, - "column": 34 + "line": 53, + "column": 35 }, "end": { - "line": 46, - "column": 73 + "line": 53, + "column": 74 } } }, "range": [ - 1702, - 1764 + 1822, + 1884 ], "loc": { "start": { - "line": 46, - "column": 11 + "line": 53, + "column": 12 }, "end": { - "line": 46, - "column": 73 + "line": 53, + "column": 74 } } }, @@ -3638,16 +3792,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1779, - 1781 + 1900, + 1902 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 12 }, "end": { - "line": 47, + "line": 54, "column": 14 } } @@ -3656,31 +3810,31 @@ "type": "Identifier", "name": "import", "range": [ - 1782, - 1788 + 1903, + 1909 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 15 }, "end": { - "line": 47, + "line": 54, "column": 21 } } }, "range": [ - 1779, - 1788 + 1900, + 1909 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 12 }, "end": { - "line": 47, + "line": 54, "column": 21 } } @@ -3692,16 +3846,16 @@ "object": { "type": "ThisExpression", "range": [ - 1789, - 1793 + 1910, + 1914 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 22 }, "end": { - "line": 47, + "line": 54, "column": 26 } } @@ -3710,31 +3864,31 @@ "type": "Identifier", "name": "stylesheetName", "range": [ - 1794, - 1808 + 1915, + 1929 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 27 }, "end": { - "line": 47, + "line": 54, "column": 41 } } }, "range": [ - 1789, - 1808 + 1910, + 1929 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 22 }, "end": { - "line": 47, + "line": 54, "column": 41 } } @@ -3745,16 +3899,16 @@ "object": { "type": "ThisExpression", "range": [ - 1810, - 1814 + 1931, + 1935 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 43 }, "end": { - "line": 47, + "line": 54, "column": 47 } } @@ -3763,31 +3917,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 1815, - 1825 + 1936, + 1946 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 48 }, "end": { - "line": 47, + "line": 54, "column": 58 } } }, "range": [ - 1810, - 1825 + 1931, + 1946 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 43 }, "end": { - "line": 47, + "line": 54, "column": 58 } } @@ -3797,16 +3951,16 @@ "value": null, "raw": "null", "range": [ - 1827, - 1831 + 1948, + 1952 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 60 }, "end": { - "line": 47, + "line": 54, "column": 64 } } @@ -3816,79 +3970,79 @@ "value": "link", "raw": "'link'", "range": [ - 1833, - 1839 + 1954, + 1960 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 66 }, "end": { - "line": 47, + "line": 54, "column": 72 } } } ], "range": [ - 1779, - 1840 + 1900, + 1961 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 12 }, "end": { - "line": 47, + "line": 54, "column": 73 } } }, "range": [ - 1779, - 1841 + 1900, + 1962 ], "loc": { "start": { - "line": 47, + "line": 54, "column": 12 }, "end": { - "line": 47, + "line": 54, "column": 74 } } } ], "range": [ - 1765, - 1851 + 1886, + 1972 ], "loc": { "start": { - "line": 46, - "column": 74 + "line": 53, + "column": 76 }, "end": { - "line": 48, + "line": 55, "column": 9 } } }, "alternate": null, "range": [ - 1699, - 1851 + 1818, + 1972 ], "loc": { "start": { - "line": 46, + "line": 53, "column": 8 }, "end": { - "line": 48, + "line": 55, "column": 9 } }, @@ -3897,16 +4051,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 1861, - 1923 + 1982, + 2044 ], "loc": { "start": { - "line": 50, + "line": 57, "column": 8 }, "end": { - "line": 50, + "line": 57, "column": 70 } } @@ -3915,16 +4069,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 1932, - 1976 + 2053, + 2097 ], "loc": { "start": { - "line": 51, + "line": 58, "column": 8 }, "end": { - "line": 51, + "line": 58, "column": 52 } } @@ -3944,16 +4098,16 @@ "object": { "type": "ThisExpression", "range": [ - 1985, - 1989 + 2106, + 2110 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 8 }, "end": { - "line": 52, + "line": 59, "column": 12 } } @@ -3962,31 +4116,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 1990, - 1997 + 2111, + 2118 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 13 }, "end": { - "line": 52, + "line": 59, "column": 20 } } }, "range": [ - 1985, - 1997 + 2106, + 2118 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 8 }, "end": { - "line": 52, + "line": 59, "column": 20 } } @@ -3995,31 +4149,31 @@ "type": "Identifier", "name": "on", "range": [ - 1998, - 2000 + 2119, + 2121 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 21 }, "end": { - "line": 52, + "line": 59, "column": 23 } } }, "range": [ - 1985, - 2000 + 2106, + 2121 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 8 }, "end": { - "line": 52, + "line": 59, "column": 23 } } @@ -4033,16 +4187,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 2002, - 2016 + 2123, + 2137 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 25 }, "end": { - "line": 52, + "line": 59, "column": 39 } } @@ -4052,32 +4206,32 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 2018, - 2031 + 2139, + 2152 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 41 }, "end": { - "line": 52, + "line": 59, "column": 54 } } } ], "range": [ - 2001, - 2032 + 2122, + 2153 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 24 }, "end": { - "line": 52, + "line": 59, "column": 55 } } @@ -4094,17 +4248,17 @@ "object": { "type": "ThisExpression", "range": [ - 2051, - 2055 + 2173, + 2177 ], "loc": { "start": { - "line": 53, - "column": 17 + "line": 60, + "column": 18 }, "end": { - "line": 53, - "column": 21 + "line": 60, + "column": 22 } } }, @@ -4112,96 +4266,96 @@ "type": "Identifier", "name": "_toggleForInputFilter", "range": [ - 2056, - 2077 + 2178, + 2199 ], "loc": { "start": { - "line": 53, - "column": 22 + "line": 60, + "column": 23 }, "end": { - "line": 53, - "column": 43 + "line": 60, + "column": 44 } } }, "range": [ - 2051, - 2077 + 2173, + 2199 ], "loc": { "start": { - "line": 53, - "column": 17 + "line": 60, + "column": 18 }, "end": { - "line": 53, - "column": 43 + "line": 60, + "column": 44 } } }, "arguments": [], "range": [ - 2051, - 2079 + 2173, + 2201 ], "loc": { "start": { - "line": 53, - "column": 17 + "line": 60, + "column": 18 }, "end": { - "line": 53, - "column": 45 + "line": 60, + "column": 46 } } }, "generator": false, "expression": true, "range": [ - 2046, - 2079 + 2167, + 2201 ], "loc": { "start": { - "line": 53, + "line": 60, "column": 12 }, "end": { - "line": 53, - "column": 45 + "line": 60, + "column": 46 } } } ], "range": [ - 1985, - 2080 + 2106, + 2202 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 8 }, "end": { - "line": 53, - "column": 46 + "line": 60, + "column": 47 } } }, "range": [ - 1985, - 2081 + 2106, + 2203 ], "loc": { "start": { - "line": 52, + "line": 59, "column": 8 }, "end": { - "line": 53, - "column": 47 + "line": 60, + "column": 48 } }, "leadingComments": [ @@ -4209,16 +4363,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 1861, - 1923 + 1982, + 2044 ], "loc": { "start": { - "line": 50, + "line": 57, "column": 8 }, "end": { - "line": 50, + "line": 57, "column": 70 } } @@ -4227,34 +4381,141 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 1932, - 1976 + 2053, + 2097 ], "loc": { "start": { - "line": 51, + "line": 58, "column": 8 }, "end": { - "line": 51, + "line": 58, "column": 52 } } } ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2213, + 2217 + ], + "loc": { + "start": { + "line": 62, + "column": 8 + }, + "end": { + "line": 62, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 2218, + 2229 + ], + "loc": { + "start": { + "line": 62, + "column": 13 + }, + "end": { + "line": 62, + "column": 24 + } + } + }, + "range": [ + 2213, + 2229 + ], + "loc": { + "start": { + "line": 62, + "column": 8 + }, + "end": { + "line": 62, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": true, + "raw": "true", + "range": [ + 2232, + 2236 + ], + "loc": { + "start": { + "line": 62, + "column": 27 + }, + "end": { + "line": 62, + "column": 31 + } + } + }, + "range": [ + 2213, + 2236 + ], + "loc": { + "start": { + "line": 62, + "column": 8 + }, + "end": { + "line": 62, + "column": 31 + } + } + }, + "range": [ + 2213, + 2237 + ], + "loc": { + "start": { + "line": 62, + "column": 8 + }, + "end": { + "line": 62, + "column": 32 + } + } } ], "range": [ - 1436, - 2087 + 1490, + 2243 ], "loc": { "start": { - "line": 38, - "column": 10 + "line": 42, + "column": 11 }, "end": { - "line": 54, + "line": 63, "column": 5 } } @@ -4262,16 +4523,16 @@ "generator": false, "expression": false, "range": [ - 1434, - 2087 + 1487, + 2243 ], "loc": { "start": { - "line": 38, + "line": 42, "column": 8 }, "end": { - "line": 54, + "line": 63, "column": 5 } } @@ -4279,16 +4540,16 @@ "kind": "method", "computed": false, "range": [ - 1430, - 2087 + 1483, + 2243 ], "loc": { "start": { - "line": 38, + "line": 42, "column": 4 }, "end": { - "line": 54, + "line": 63, "column": 5 } }, @@ -4297,16 +4558,16 @@ "type": "Block", "value": "*\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n ", "range": [ - 1308, - 1425 + 1361, + 1478 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 4 }, "end": { - "line": 37, + "line": 41, "column": 7 } } @@ -4317,16 +4578,16 @@ "type": "Block", "value": "*\n * Instantiate ezEditTable component for advanced grid features\n ", "range": [ - 2093, - 2172 + 2249, + 2328 ], "loc": { "start": { - "line": 56, + "line": 65, "column": 4 }, "end": { - "line": 58, + "line": 67, "column": 7 } } @@ -4340,16 +4601,16 @@ "type": "Identifier", "name": "_setAdvancedGrid", "range": [ - 2177, - 2193 + 2333, + 2349 ], "loc": { "start": { - "line": 59, + "line": 68, "column": 4 }, "end": { - "line": 59, + "line": 68, "column": 20 } } @@ -4370,16 +4631,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2209, - 2211 + 2366, + 2368 ], "loc": { "start": { - "line": 60, + "line": 69, "column": 12 }, "end": { - "line": 60, + "line": 69, "column": 14 } } @@ -4390,16 +4651,16 @@ "object": { "type": "ThisExpression", "range": [ - 2214, - 2218 + 2371, + 2375 ], "loc": { "start": { - "line": 60, + "line": 69, "column": 17 }, "end": { - "line": 60, + "line": 69, "column": 21 } } @@ -4408,46 +4669,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2219, - 2221 + 2376, + 2378 ], "loc": { "start": { - "line": 60, + "line": 69, "column": 22 }, "end": { - "line": 60, + "line": 69, "column": 24 } } }, "range": [ - 2214, - 2221 + 2371, + 2378 ], "loc": { "start": { - "line": 60, + "line": 69, "column": 17 }, "end": { - "line": 60, + "line": 69, "column": 24 } } }, "range": [ - 2209, - 2221 + 2366, + 2378 ], "loc": { "start": { - "line": 60, + "line": 69, "column": 12 }, "end": { - "line": 60, + "line": 69, "column": 24 } } @@ -4455,16 +4716,16 @@ ], "kind": "var", "range": [ - 2205, - 2222 + 2362, + 2379 ], "loc": { "start": { - "line": 60, + "line": 69, "column": 8 }, "end": { - "line": 60, + "line": 69, "column": 25 } }, @@ -4473,16 +4734,16 @@ "type": "Line", "value": "start row for EditTable constructor needs to be calculated", "range": [ - 2232, - 2292 + 2389, + 2449 ], "loc": { "start": { - "line": 62, + "line": 71, "column": 8 }, "end": { - "line": 62, + "line": 71, "column": 68 } } @@ -4498,32 +4759,32 @@ "type": "Identifier", "name": "startRow", "range": [ - 2305, - 2313 + 2462, + 2470 ], "loc": { "start": { - "line": 63, + "line": 72, "column": 12 }, "end": { - "line": 63, + "line": 72, "column": 20 } } }, "init": null, "range": [ - 2305, - 2313 + 2462, + 2470 ], "loc": { "start": { - "line": 63, + "line": 72, "column": 12 }, "end": { - "line": 63, + "line": 72, "column": 20 } } @@ -4534,16 +4795,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2327, - 2330 + 2484, + 2487 ], "loc": { "start": { - "line": 64, + "line": 73, "column": 12 }, "end": { - "line": 64, + "line": 73, "column": 15 } } @@ -4554,16 +4815,16 @@ "object": { "type": "ThisExpression", "range": [ - 2333, - 2337 + 2490, + 2494 ], "loc": { "start": { - "line": 64, + "line": 73, "column": 18 }, "end": { - "line": 64, + "line": 73, "column": 22 } } @@ -4572,46 +4833,46 @@ "type": "Identifier", "name": "cfg", "range": [ - 2338, - 2341 + 2495, + 2498 ], "loc": { "start": { - "line": 64, + "line": 73, "column": 23 }, "end": { - "line": 64, + "line": 73, "column": 26 } } }, "range": [ - 2333, - 2341 + 2490, + 2498 ], "loc": { "start": { - "line": 64, + "line": 73, "column": 18 }, "end": { - "line": 64, + "line": 73, "column": 26 } } }, "range": [ - 2327, - 2341 + 2484, + 2498 ], "loc": { "start": { - "line": 64, + "line": 73, "column": 12 }, "end": { - "line": 64, + "line": 73, "column": 26 } } @@ -4622,16 +4883,16 @@ "type": "Identifier", "name": "thead", "range": [ - 2355, - 2360 + 2512, + 2517 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 12 }, "end": { - "line": 65, + "line": 74, "column": 17 } } @@ -4645,16 +4906,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 2363, - 2366 + 2520, + 2523 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 20 }, "end": { - "line": 65, + "line": 74, "column": 23 } } @@ -4663,31 +4924,31 @@ "type": "Identifier", "name": "tag", "range": [ - 2367, - 2370 + 2524, + 2527 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 24 }, "end": { - "line": 65, + "line": 74, "column": 27 } } }, "range": [ - 2363, - 2370 + 2520, + 2527 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 20 }, "end": { - "line": 65, + "line": 74, "column": 27 } } @@ -4700,16 +4961,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2371, - 2373 + 2528, + 2530 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 28 }, "end": { - "line": 65, + "line": 74, "column": 30 } } @@ -4718,31 +4979,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2374, - 2377 + 2531, + 2534 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 31 }, "end": { - "line": 65, + "line": 74, "column": 34 } } }, "range": [ - 2371, - 2377 + 2528, + 2534 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 28 }, "end": { - "line": 65, + "line": 74, "column": 34 } } @@ -4752,47 +5013,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 2379, - 2386 + 2536, + 2543 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 36 }, "end": { - "line": 65, + "line": 74, "column": 43 } } } ], "range": [ - 2363, - 2387 + 2520, + 2544 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 20 }, "end": { - "line": 65, + "line": 74, "column": 44 } } }, "range": [ - 2355, - 2387 + 2512, + 2544 ], "loc": { "start": { - "line": 65, + "line": 74, "column": 12 }, "end": { - "line": 65, + "line": 74, "column": 44 } } @@ -4800,16 +5061,16 @@ ], "kind": "var", "range": [ - 2301, - 2388 + 2458, + 2545 ], "loc": { "start": { - "line": 63, + "line": 72, "column": 8 }, "end": { - "line": 65, + "line": 74, "column": 45 } }, @@ -4818,16 +5079,16 @@ "type": "Line", "value": "start row for EditTable constructor needs to be calculated", "range": [ - 2232, - 2292 + 2389, + 2449 ], "loc": { "start": { - "line": 62, + "line": 71, "column": 8 }, "end": { - "line": 62, + "line": 71, "column": 68 } } @@ -4838,16 +5099,16 @@ "type": "Line", "value": "if thead exists and startRow not specified, startRow is calculated", "range": [ - 2398, - 2466 + 2555, + 2623 ], "loc": { "start": { - "line": 67, + "line": 76, "column": 8 }, "end": { - "line": 67, + "line": 76, "column": 76 } } @@ -4856,16 +5117,16 @@ "type": "Line", "value": "automatically by EditTable", "range": [ - 2475, - 2503 + 2632, + 2660 ], "loc": { "start": { - "line": 68, + "line": 77, "column": 8 }, "end": { - "line": 68, + "line": 77, "column": 36 } } @@ -4887,17 +5148,17 @@ "type": "Identifier", "name": "thead", "range": [ - 2515, - 2520 + 2673, + 2678 ], "loc": { "start": { - "line": 69, - "column": 11 + "line": 78, + "column": 12 }, "end": { - "line": 69, - "column": 16 + "line": 78, + "column": 17 } } }, @@ -4905,32 +5166,32 @@ "type": "Identifier", "name": "length", "range": [ - 2521, - 2527 + 2679, + 2685 ], "loc": { "start": { - "line": 69, - "column": 17 + "line": 78, + "column": 18 }, "end": { - "line": 69, - "column": 23 + "line": 78, + "column": 24 } } }, "range": [ - 2515, - 2527 + 2673, + 2685 ], "loc": { "start": { - "line": 69, - "column": 11 + "line": 78, + "column": 12 }, "end": { - "line": 69, - "column": 23 + "line": 78, + "column": 24 } } }, @@ -4939,32 +5200,32 @@ "value": 0, "raw": "0", "range": [ - 2530, - 2531 + 2688, + 2689 ], "loc": { "start": { - "line": 69, - "column": 26 + "line": 78, + "column": 27 }, "end": { - "line": 69, - "column": 27 + "line": 78, + "column": 28 } } }, "range": [ - 2515, - 2531 + 2673, + 2689 ], "loc": { "start": { - "line": 69, - "column": 11 + "line": 78, + "column": 12 }, "end": { - "line": 69, - "column": 27 + "line": 78, + "column": 28 } } }, @@ -4978,17 +5239,17 @@ "type": "Identifier", "name": "cfg", "range": [ - 2536, - 2539 + 2694, + 2697 ], "loc": { "start": { - "line": 69, - "column": 32 + "line": 78, + "column": 33 }, "end": { - "line": 69, - "column": 35 + "line": 78, + "column": 36 } } }, @@ -4996,63 +5257,63 @@ "type": "Identifier", "name": "startRow", "range": [ - 2540, - 2548 + 2698, + 2706 ], "loc": { "start": { - "line": 69, - "column": 36 + "line": 78, + "column": 37 }, "end": { - "line": 69, - "column": 44 + "line": 78, + "column": 45 } } }, "range": [ - 2536, - 2548 + 2694, + 2706 ], "loc": { "start": { - "line": 69, - "column": 32 + "line": 78, + "column": 33 }, "end": { - "line": 69, - "column": 44 + "line": 78, + "column": 45 } } }, "prefix": true, "range": [ - 2535, - 2548 + 2693, + 2706 ], "loc": { "start": { - "line": 69, - "column": 31 + "line": 78, + "column": 32 }, "end": { - "line": 69, - "column": 44 + "line": 78, + "column": 45 } } }, "range": [ - 2515, - 2548 + 2673, + 2706 ], "loc": { "start": { - "line": 69, - "column": 11 + "line": 78, + "column": 12 }, "end": { - "line": 69, - "column": 44 + "line": 78, + "column": 45 } } }, @@ -5068,16 +5329,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 2563, - 2571 + 2722, + 2730 ], "loc": { "start": { - "line": 70, + "line": 79, "column": 12 }, "end": { - "line": 70, + "line": 79, "column": 20 } } @@ -5086,62 +5347,62 @@ "type": "Identifier", "name": "undefined", "range": [ - 2574, - 2583 + 2733, + 2742 ], "loc": { "start": { - "line": 70, + "line": 79, "column": 23 }, "end": { - "line": 70, + "line": 79, "column": 32 } } }, "range": [ - 2563, - 2583 + 2722, + 2742 ], "loc": { "start": { - "line": 70, + "line": 79, "column": 12 }, "end": { - "line": 70, + "line": 79, "column": 32 } } }, "range": [ - 2563, - 2584 + 2722, + 2743 ], "loc": { "start": { - "line": 70, + "line": 79, "column": 12 }, "end": { - "line": 70, + "line": 79, "column": 33 } } } ], "range": [ - 2549, - 2594 + 2708, + 2753 ], "loc": { "start": { - "line": 69, - "column": 45 + "line": 78, + "column": 47 }, "end": { - "line": 71, + "line": 80, "column": 9 } }, @@ -5150,16 +5411,16 @@ "type": "Line", "value": "otherwise startRow config property if any or TableFilter refRow", "range": [ - 2603, - 2668 + 2762, + 2827 ], "loc": { "start": { - "line": 72, + "line": 81, "column": 8 }, "end": { - "line": 72, + "line": 81, "column": 73 } } @@ -5178,16 +5439,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 2695, - 2703 + 2855, + 2863 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 12 }, "end": { - "line": 74, + "line": 83, "column": 20 } } @@ -5202,16 +5463,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2706, - 2709 + 2866, + 2869 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 23 }, "end": { - "line": 74, + "line": 83, "column": 26 } } @@ -5220,31 +5481,31 @@ "type": "Identifier", "name": "startRow", "range": [ - 2710, - 2718 + 2870, + 2878 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 27 }, "end": { - "line": 74, + "line": 83, "column": 35 } } }, "range": [ - 2706, - 2718 + 2866, + 2878 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 23 }, "end": { - "line": 74, + "line": 83, "column": 35 } } @@ -5256,16 +5517,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2722, - 2724 + 2882, + 2884 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 39 }, "end": { - "line": 74, + "line": 83, "column": 41 } } @@ -5274,92 +5535,92 @@ "type": "Identifier", "name": "refRow", "range": [ - 2725, - 2731 + 2885, + 2891 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 42 }, "end": { - "line": 74, + "line": 83, "column": 48 } } }, "range": [ - 2722, - 2731 + 2882, + 2891 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 39 }, "end": { - "line": 74, + "line": 83, "column": 48 } } }, "range": [ - 2706, - 2731 + 2866, + 2891 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 23 }, "end": { - "line": 74, + "line": 83, "column": 48 } } }, "range": [ - 2695, - 2731 + 2855, + 2891 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 12 }, "end": { - "line": 74, + "line": 83, "column": 48 } } }, "range": [ - 2695, - 2732 + 2855, + 2892 ], "loc": { "start": { - "line": 74, + "line": 83, "column": 12 }, "end": { - "line": 74, + "line": 83, "column": 49 } } } ], "range": [ - 2681, - 2742 + 2841, + 2902 ], "loc": { "start": { - "line": 73, - "column": 12 + "line": 82, + "column": 13 }, "end": { - "line": 75, + "line": 84, "column": 9 } }, @@ -5368,16 +5629,16 @@ "type": "Line", "value": "otherwise startRow config property if any or TableFilter refRow", "range": [ - 2603, - 2668 + 2762, + 2827 ], "loc": { "start": { - "line": 72, + "line": 81, "column": 8 }, "end": { - "line": 72, + "line": 81, "column": 73 } } @@ -5385,16 +5646,16 @@ ] }, "range": [ - 2512, - 2742 + 2669, + 2902 ], "loc": { "start": { - "line": 69, + "line": 78, "column": 8 }, "end": { - "line": 75, + "line": 84, "column": 9 } }, @@ -5403,16 +5664,16 @@ "type": "Line", "value": "if thead exists and startRow not specified, startRow is calculated", "range": [ - 2398, - 2466 + 2555, + 2623 ], "loc": { "start": { - "line": 67, + "line": 76, "column": 8 }, "end": { - "line": 67, + "line": 76, "column": 76 } } @@ -5421,16 +5682,16 @@ "type": "Line", "value": "automatically by EditTable", "range": [ - 2475, - 2503 + 2632, + 2660 ], "loc": { "start": { - "line": 68, + "line": 77, "column": 8 }, "end": { - "line": 68, + "line": 77, "column": 36 } } @@ -5449,16 +5710,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2752, - 2755 + 2912, + 2915 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 8 }, "end": { - "line": 77, + "line": 86, "column": 11 } } @@ -5467,31 +5728,31 @@ "type": "Identifier", "name": "base_path", "range": [ - 2756, - 2765 + 2916, + 2925 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 12 }, "end": { - "line": 77, + "line": 86, "column": 21 } } }, "range": [ - 2752, - 2765 + 2912, + 2925 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 8 }, "end": { - "line": 77, + "line": 86, "column": 21 } } @@ -5506,16 +5767,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2768, - 2771 + 2928, + 2931 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 24 }, "end": { - "line": 77, + "line": 86, "column": 27 } } @@ -5524,31 +5785,31 @@ "type": "Identifier", "name": "base_path", "range": [ - 2772, - 2781 + 2932, + 2941 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 28 }, "end": { - "line": 77, + "line": 86, "column": 37 } } }, "range": [ - 2768, - 2781 + 2928, + 2941 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 24 }, "end": { - "line": 77, + "line": 86, "column": 37 } } @@ -5563,16 +5824,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2785, - 2787 + 2945, + 2947 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 41 }, "end": { - "line": 77, + "line": 86, "column": 43 } } @@ -5581,31 +5842,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 2788, - 2796 + 2948, + 2956 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 44 }, "end": { - "line": 77, + "line": 86, "column": 52 } } }, "range": [ - 2785, - 2796 + 2945, + 2956 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 41 }, "end": { - "line": 77, + "line": 86, "column": 52 } } @@ -5615,76 +5876,76 @@ "value": "ezEditTable/", "raw": "'ezEditTable/'", "range": [ - 2799, - 2813 + 2959, + 2973 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 55 }, "end": { - "line": 77, + "line": 86, "column": 69 } } }, "range": [ - 2785, - 2813 + 2945, + 2973 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 41 }, "end": { - "line": 77, + "line": 86, "column": 69 } } }, "range": [ - 2768, - 2813 + 2928, + 2973 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 24 }, "end": { - "line": 77, + "line": 86, "column": 69 } } }, "range": [ - 2752, - 2813 + 2912, + 2973 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 8 }, "end": { - "line": 77, + "line": 86, "column": 69 } } }, "range": [ - 2752, - 2814 + 2912, + 2974 ], "loc": { "start": { - "line": 77, + "line": 86, "column": 8 }, "end": { - "line": 77, + "line": 86, "column": 70 } } @@ -5698,16 +5959,16 @@ "type": "Identifier", "name": "editable", "range": [ - 2827, - 2835 + 2987, + 2995 ], "loc": { "start": { - "line": 78, + "line": 87, "column": 12 }, "end": { - "line": 78, + "line": 87, "column": 20 } } @@ -5719,16 +5980,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2838, - 2841 + 2998, + 3001 ], "loc": { "start": { - "line": 78, + "line": 87, "column": 23 }, "end": { - "line": 78, + "line": 87, "column": 26 } } @@ -5737,46 +5998,46 @@ "type": "Identifier", "name": "editable", "range": [ - 2842, - 2850 + 3002, + 3010 ], "loc": { "start": { - "line": 78, + "line": 87, "column": 27 }, "end": { - "line": 78, + "line": 87, "column": 35 } } }, "range": [ - 2838, - 2850 + 2998, + 3010 ], "loc": { "start": { - "line": 78, + "line": 87, "column": 23 }, "end": { - "line": 78, + "line": 87, "column": 35 } } }, "range": [ - 2827, - 2850 + 2987, + 3010 ], "loc": { "start": { - "line": 78, + "line": 87, "column": 12 }, "end": { - "line": 78, + "line": 87, "column": 35 } } @@ -5784,16 +6045,16 @@ ], "kind": "var", "range": [ - 2823, - 2851 + 2983, + 3011 ], "loc": { "start": { - "line": 78, + "line": 87, "column": 8 }, "end": { - "line": 78, + "line": 87, "column": 36 } } @@ -5807,16 +6068,16 @@ "type": "Identifier", "name": "selectable", "range": [ - 2864, - 2874 + 3024, + 3034 ], "loc": { "start": { - "line": 79, + "line": 88, "column": 12 }, "end": { - "line": 79, + "line": 88, "column": 22 } } @@ -5828,16 +6089,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2877, - 2880 + 3037, + 3040 ], "loc": { "start": { - "line": 79, + "line": 88, "column": 25 }, "end": { - "line": 79, + "line": 88, "column": 28 } } @@ -5846,46 +6107,46 @@ "type": "Identifier", "name": "selection", "range": [ - 2881, - 2890 + 3041, + 3050 ], "loc": { "start": { - "line": 79, + "line": 88, "column": 29 }, "end": { - "line": 79, + "line": 88, "column": 38 } } }, "range": [ - 2877, - 2890 + 3037, + 3050 ], "loc": { "start": { - "line": 79, + "line": 88, "column": 25 }, "end": { - "line": 79, + "line": 88, "column": 38 } } }, "range": [ - 2864, - 2890 + 3024, + 3050 ], "loc": { "start": { - "line": 79, + "line": 88, "column": 12 }, "end": { - "line": 79, + "line": 88, "column": 38 } } @@ -5893,16 +6154,16 @@ ], "kind": "var", "range": [ - 2860, - 2891 + 3020, + 3051 ], "loc": { "start": { - "line": 79, + "line": 88, "column": 8 }, "end": { - "line": 79, + "line": 88, "column": 39 } } @@ -5913,17 +6174,17 @@ "type": "Identifier", "name": "selectable", "range": [ - 2904, - 2914 + 3065, + 3075 ], "loc": { "start": { - "line": 81, - "column": 11 + "line": 90, + "column": 12 }, "end": { - "line": 81, - "column": 21 + "line": 90, + "column": 22 } } }, @@ -5942,16 +6203,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2929, - 2932 + 3091, + 3094 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 12 }, "end": { - "line": 82, + "line": 91, "column": 15 } } @@ -5960,31 +6221,31 @@ "type": "Identifier", "name": "default_selection", "range": [ - 2933, - 2950 + 3095, + 3112 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 16 }, "end": { - "line": 82, + "line": 91, "column": 33 } } }, "range": [ - 2929, - 2950 + 3091, + 3112 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 12 }, "end": { - "line": 82, + "line": 91, "column": 33 } } @@ -5999,16 +6260,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2953, - 2956 + 3115, + 3118 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 36 }, "end": { - "line": 82, + "line": 91, "column": 39 } } @@ -6017,31 +6278,31 @@ "type": "Identifier", "name": "default_selection", "range": [ - 2957, - 2974 + 3119, + 3136 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 40 }, "end": { - "line": 82, + "line": 91, "column": 57 } } }, "range": [ - 2953, - 2974 + 3115, + 3136 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 36 }, "end": { - "line": 82, + "line": 91, "column": 57 } } @@ -6051,93 +6312,93 @@ "value": "row", "raw": "'row'", "range": [ - 2978, - 2983 + 3140, + 3145 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 61 }, "end": { - "line": 82, + "line": 91, "column": 66 } } }, "range": [ - 2953, - 2983 + 3115, + 3145 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 36 }, "end": { - "line": 82, + "line": 91, "column": 66 } } }, "range": [ - 2929, - 2983 + 3091, + 3145 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 12 }, "end": { - "line": 82, + "line": 91, "column": 66 } } }, "range": [ - 2929, - 2984 + 3091, + 3146 ], "loc": { "start": { - "line": 82, + "line": 91, "column": 12 }, "end": { - "line": 82, + "line": 91, "column": 67 } } } ], "range": [ - 2915, - 2994 + 3077, + 3156 ], "loc": { "start": { - "line": 81, - "column": 22 + "line": 90, + "column": 24 }, "end": { - "line": 83, + "line": 92, "column": 9 } } }, "alternate": null, "range": [ - 2901, - 2994 + 3061, + 3156 ], "loc": { "start": { - "line": 81, + "line": 90, "column": 8 }, "end": { - "line": 83, + "line": 92, "column": 9 } }, @@ -6146,16 +6407,16 @@ "type": "Line", "value": "CSS Styles", "range": [ - 3003, - 3015 + 3165, + 3177 ], "loc": { "start": { - "line": 84, + "line": 93, "column": 8 }, "end": { - "line": 84, + "line": 93, "column": 20 } } @@ -6174,16 +6435,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 3024, - 3027 + 3186, + 3189 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 8 }, "end": { - "line": 85, + "line": 94, "column": 11 } } @@ -6192,31 +6453,31 @@ "type": "Identifier", "name": "active_cell_css", "range": [ - 3028, - 3043 + 3190, + 3205 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 12 }, "end": { - "line": 85, + "line": 94, "column": 27 } } }, "range": [ - 3024, - 3043 + 3186, + 3205 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 8 }, "end": { - "line": 85, + "line": 94, "column": 27 } } @@ -6231,16 +6492,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 3046, - 3049 + 3208, + 3211 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 30 }, "end": { - "line": 85, + "line": 94, "column": 33 } } @@ -6249,31 +6510,31 @@ "type": "Identifier", "name": "active_cell_css", "range": [ - 3050, - 3065 + 3212, + 3227 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 34 }, "end": { - "line": 85, + "line": 94, "column": 49 } } }, "range": [ - 3046, - 3065 + 3208, + 3227 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 30 }, "end": { - "line": 85, + "line": 94, "column": 49 } } @@ -6283,61 +6544,61 @@ "value": "ezETSelectedCell", "raw": "'ezETSelectedCell'", "range": [ - 3069, - 3087 + 3231, + 3249 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 53 }, "end": { - "line": 85, + "line": 94, "column": 71 } } }, "range": [ - 3046, - 3087 + 3208, + 3249 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 30 }, "end": { - "line": 85, + "line": 94, "column": 71 } } }, "range": [ - 3024, - 3087 + 3186, + 3249 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 8 }, "end": { - "line": 85, + "line": 94, "column": 71 } } }, "range": [ - 3024, - 3088 + 3186, + 3250 ], "loc": { "start": { - "line": 85, + "line": 94, "column": 8 }, "end": { - "line": 85, + "line": 94, "column": 72 } }, @@ -6346,16 +6607,16 @@ "type": "Line", "value": "CSS Styles", "range": [ - 3003, - 3015 + 3165, + 3177 ], "loc": { "start": { - "line": 84, + "line": 93, "column": 8 }, "end": { - "line": 84, + "line": 93, "column": 20 } } @@ -6371,16 +6632,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 3102, - 3120 + 3264, + 3282 ], "loc": { "start": { - "line": 87, + "line": 96, "column": 12 }, "end": { - "line": 87, + "line": 96, "column": 30 } } @@ -6390,31 +6651,31 @@ "value": 0, "raw": "0", "range": [ - 3123, - 3124 + 3285, + 3286 ], "loc": { "start": { - "line": 87, + "line": 96, "column": 33 }, "end": { - "line": 87, + "line": 96, "column": 34 } } }, "range": [ - 3102, - 3124 + 3264, + 3286 ], "loc": { "start": { - "line": 87, + "line": 96, "column": 12 }, "end": { - "line": 87, + "line": 96, "column": 34 } } @@ -6422,16 +6683,16 @@ ], "kind": "var", "range": [ - 3098, - 3125 + 3260, + 3287 ], "loc": { "start": { - "line": 87, + "line": 96, "column": 8 }, "end": { - "line": 87, + "line": 96, "column": 35 } } @@ -6445,16 +6706,16 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 3138, - 3151 + 3300, + 3313 ], "loc": { "start": { - "line": 88, + "line": 97, "column": 12 }, "end": { - "line": 88, + "line": 97, "column": 25 } } @@ -6464,31 +6725,31 @@ "value": 0, "raw": "0", "range": [ - 3154, - 3155 + 3316, + 3317 ], "loc": { "start": { - "line": 88, + "line": 97, "column": 28 }, "end": { - "line": 88, + "line": 97, "column": 29 } } }, "range": [ - 3138, - 3155 + 3300, + 3317 ], "loc": { "start": { - "line": 88, + "line": 97, "column": 12 }, "end": { - "line": 88, + "line": 97, "column": 29 } } @@ -6496,16 +6757,16 @@ ], "kind": "var", "range": [ - 3134, - 3156 + 3296, + 3318 ], "loc": { "start": { - "line": 88, + "line": 97, "column": 8 }, "end": { - "line": 88, + "line": 97, "column": 30 } } @@ -6516,17 +6777,17 @@ "type": "Identifier", "name": "selectable", "range": [ - 3169, - 3179 + 3332, + 3342 ], "loc": { "start": { - "line": 90, - "column": 11 + "line": 99, + "column": 12 }, "end": { - "line": 90, - "column": 21 + "line": 99, + "column": 22 } } }, @@ -6542,16 +6803,16 @@ "type": "Identifier", "name": "onAfterSelection", "range": [ - 3312, - 3328 + 3476, + 3492 ], "loc": { "start": { - "line": 93, + "line": 102, "column": 16 }, "end": { - "line": 93, + "line": 102, "column": 32 } } @@ -6564,17 +6825,17 @@ "type": "Identifier", "name": "et", "range": [ - 3340, - 3342 + 3505, + 3507 ], "loc": { "start": { - "line": 93, - "column": 44 + "line": 102, + "column": 45 }, "end": { - "line": 93, - "column": 46 + "line": 102, + "column": 47 } } }, @@ -6582,17 +6843,17 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 3344, - 3355 + 3509, + 3520 ], "loc": { "start": { - "line": 93, - "column": 48 + "line": 102, + "column": 49 }, "end": { - "line": 93, - "column": 59 + "line": 102, + "column": 60 } } }, @@ -6600,17 +6861,17 @@ "type": "Identifier", "name": "e", "range": [ - 3357, - 3358 + 3522, + 3523 ], "loc": { "start": { - "line": 93, - "column": 61 + "line": 102, + "column": 62 }, "end": { - "line": 93, - "column": 62 + "line": 102, + "column": 63 } } } @@ -6627,16 +6888,16 @@ "type": "Identifier", "name": "slc", "range": [ - 3381, - 3384 + 3547, + 3550 ], "loc": { "start": { - "line": 94, + "line": 103, "column": 20 }, "end": { - "line": 94, + "line": 103, "column": 23 } } @@ -6648,16 +6909,16 @@ "type": "Identifier", "name": "et", "range": [ - 3387, - 3389 + 3553, + 3555 ], "loc": { "start": { - "line": 94, + "line": 103, "column": 26 }, "end": { - "line": 94, + "line": 103, "column": 28 } } @@ -6666,46 +6927,46 @@ "type": "Identifier", "name": "Selection", "range": [ - 3390, - 3399 + 3556, + 3565 ], "loc": { "start": { - "line": 94, + "line": 103, "column": 29 }, "end": { - "line": 94, + "line": 103, "column": 38 } } }, "range": [ - 3387, - 3399 + 3553, + 3565 ], "loc": { "start": { - "line": 94, + "line": 103, "column": 26 }, "end": { - "line": 94, + "line": 103, "column": 38 } } }, "range": [ - 3381, - 3399 + 3547, + 3565 ], "loc": { "start": { - "line": 94, + "line": 103, "column": 20 }, "end": { - "line": 94, + "line": 103, "column": 38 } } @@ -6713,16 +6974,16 @@ ], "kind": "var", "range": [ - 3377, - 3400 + 3543, + 3566 ], "loc": { "start": { - "line": 94, + "line": 103, "column": 16 }, "end": { - "line": 94, + "line": 103, "column": 39 } }, @@ -6731,16 +6992,16 @@ "type": "Line", "value": "Next valid filtered row needs to be selected", "range": [ - 3417, - 3463 + 3583, + 3629 ], "loc": { "start": { - "line": 95, + "line": 104, "column": 16 }, "end": { - "line": 95, + "line": 104, "column": 62 } } @@ -6756,16 +7017,16 @@ "type": "Identifier", "name": "doSelect", "range": [ - 3484, - 3492 + 3650, + 3658 ], "loc": { "start": { - "line": 96, + "line": 105, "column": 20 }, "end": { - "line": 96, + "line": 105, "column": 28 } } @@ -6778,17 +7039,17 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 3504, - 3516 + 3671, + 3683 ], "loc": { "start": { - "line": 96, - "column": 40 + "line": 105, + "column": 41 }, "end": { - "line": 96, - "column": 52 + "line": 105, + "column": 53 } } } @@ -6808,17 +7069,17 @@ "type": "Identifier", "name": "et", "range": [ - 3542, - 3544 + 3711, + 3713 ], "loc": { "start": { - "line": 97, - "column": 23 + "line": 106, + "column": 24 }, "end": { - "line": 97, - "column": 25 + "line": 106, + "column": 26 } } }, @@ -6826,32 +7087,32 @@ "type": "Identifier", "name": "defaultSelection", "range": [ - 3545, - 3561 + 3714, + 3730 ], "loc": { "start": { - "line": 97, - "column": 26 + "line": 106, + "column": 27 }, "end": { - "line": 97, - "column": 42 + "line": 106, + "column": 43 } } }, "range": [ - 3542, - 3561 + 3711, + 3730 ], "loc": { "start": { - "line": 97, - "column": 23 + "line": 106, + "column": 24 }, "end": { - "line": 97, - "column": 42 + "line": 106, + "column": 43 } } }, @@ -6860,32 +7121,32 @@ "value": "row", "raw": "'row'", "range": [ - 3566, - 3571 + 3735, + 3740 ], "loc": { "start": { - "line": 97, - "column": 47 + "line": 106, + "column": 48 }, "end": { - "line": 97, - "column": 52 + "line": 106, + "column": 53 } } }, "range": [ - 3542, - 3571 + 3711, + 3740 ], "loc": { "start": { - "line": 97, - "column": 23 + "line": 106, + "column": 24 }, "end": { - "line": 97, - "column": 52 + "line": 106, + "column": 53 } } }, @@ -6903,16 +7164,16 @@ "type": "Identifier", "name": "slc", "range": [ - 3643, - 3646 + 3813, + 3816 ], "loc": { "start": { - "line": 99, + "line": 108, "column": 24 }, "end": { - "line": 99, + "line": 108, "column": 27 } } @@ -6921,31 +7182,31 @@ "type": "Identifier", "name": "SelectRowByIndex", "range": [ - 3647, - 3663 + 3817, + 3833 ], "loc": { "start": { - "line": 99, + "line": 108, "column": 28 }, "end": { - "line": 99, + "line": 108, "column": 44 } } }, "range": [ - 3643, - 3663 + 3813, + 3833 ], "loc": { "start": { - "line": 99, + "line": 108, "column": 24 }, "end": { - "line": 99, + "line": 108, "column": 44 } } @@ -6955,47 +7216,47 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 3664, - 3676 + 3834, + 3846 ], "loc": { "start": { - "line": 99, + "line": 108, "column": 45 }, "end": { - "line": 99, + "line": 108, "column": 57 } } } ], "range": [ - 3643, - 3677 + 3813, + 3847 ], "loc": { "start": { - "line": 99, + "line": 108, "column": 24 }, "end": { - "line": 99, + "line": 108, "column": 58 } } }, "range": [ - 3643, - 3678 + 3813, + 3848 ], "loc": { "start": { - "line": 99, + "line": 108, "column": 24 }, "end": { - "line": 99, + "line": 108, "column": 59 } }, @@ -7004,16 +7265,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 3598, - 3618 + 3768, + 3788 ], "loc": { "start": { - "line": 98, + "line": 107, "column": 24 }, "end": { - "line": 98, + "line": 107, "column": 44 } } @@ -7024,16 +7285,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3703, - 3722 + 3873, + 3892 ], "loc": { "start": { - "line": 100, + "line": 109, "column": 24 }, "end": { - "line": 100, + "line": 109, "column": 43 } } @@ -7042,16 +7303,16 @@ } ], "range": [ - 3572, - 3744 + 3742, + 3914 ], "loc": { "start": { - "line": 97, - "column": 53 + "line": 106, + "column": 55 }, "end": { - "line": 101, + "line": 110, "column": 21 } } @@ -7070,16 +7331,16 @@ "type": "Identifier", "name": "et", "range": [ - 3821, - 3823 + 3991, + 3993 ], "loc": { "start": { - "line": 103, + "line": 112, "column": 24 }, "end": { - "line": 103, + "line": 112, "column": 26 } } @@ -7088,62 +7349,62 @@ "type": "Identifier", "name": "ClearSelections", "range": [ - 3824, - 3839 + 3994, + 4009 ], "loc": { "start": { - "line": 103, + "line": 112, "column": 27 }, "end": { - "line": 103, + "line": 112, "column": 42 } } }, "range": [ - 3821, - 3839 + 3991, + 4009 ], "loc": { "start": { - "line": 103, + "line": 112, "column": 24 }, "end": { - "line": 103, + "line": 112, "column": 42 } } }, "arguments": [], "range": [ - 3821, - 3841 + 3991, + 4011 ], "loc": { "start": { - "line": 103, + "line": 112, "column": 24 }, "end": { - "line": 103, + "line": 112, "column": 44 } } }, "range": [ - 3821, - 3842 + 3991, + 4012 ], "loc": { "start": { - "line": 103, + "line": 112, "column": 24 }, "end": { - "line": 103, + "line": 112, "column": 45 } }, @@ -7152,16 +7413,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 3776, - 3796 + 3946, + 3966 ], "loc": { "start": { - "line": 102, + "line": 111, "column": 24 }, "end": { - "line": 102, + "line": 111, "column": 44 } } @@ -7172,16 +7433,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3867, - 3886 + 4037, + 4056 ], "loc": { "start": { - "line": 104, + "line": 113, "column": 24 }, "end": { - "line": 104, + "line": 113, "column": 43 } } @@ -7197,16 +7458,16 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 3915, - 3924 + 4085, + 4094 ], "loc": { "start": { - "line": 105, + "line": 114, "column": 28 }, "end": { - "line": 105, + "line": 114, "column": 37 } } @@ -7218,16 +7479,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 3927, - 3938 + 4097, + 4108 ], "loc": { "start": { - "line": 105, + "line": 114, "column": 40 }, "end": { - "line": 105, + "line": 114, "column": 51 } } @@ -7236,46 +7497,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 3939, - 3948 + 4109, + 4118 ], "loc": { "start": { - "line": 105, + "line": 114, "column": 52 }, "end": { - "line": 105, + "line": 114, "column": 61 } } }, "range": [ - 3927, - 3948 + 4097, + 4118 ], "loc": { "start": { - "line": 105, + "line": 114, "column": 40 }, "end": { - "line": 105, + "line": 114, "column": 61 } } }, "range": [ - 3915, - 3948 + 4085, + 4118 ], "loc": { "start": { - "line": 105, + "line": 114, "column": 28 }, "end": { - "line": 105, + "line": 114, "column": 61 } } @@ -7286,16 +7547,16 @@ "type": "Identifier", "name": "row", "range": [ - 3978, - 3981 + 4148, + 4151 ], "loc": { "start": { - "line": 106, + "line": 115, "column": 28 }, "end": { - "line": 106, + "line": 115, "column": 31 } } @@ -7313,16 +7574,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3984, - 3986 + 4154, + 4156 ], "loc": { "start": { - "line": 106, + "line": 115, "column": 34 }, "end": { - "line": 106, + "line": 115, "column": 36 } } @@ -7331,31 +7592,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3987, - 3990 + 4157, + 4160 ], "loc": { "start": { - "line": 106, + "line": 115, "column": 37 }, "end": { - "line": 106, + "line": 115, "column": 40 } } }, "range": [ - 3984, - 3990 + 4154, + 4160 ], "loc": { "start": { - "line": 106, + "line": 115, "column": 34 }, "end": { - "line": 106, + "line": 115, "column": 40 } } @@ -7364,31 +7625,31 @@ "type": "Identifier", "name": "rows", "range": [ - 3991, - 3995 + 4161, + 4165 ], "loc": { "start": { - "line": 106, + "line": 115, "column": 41 }, "end": { - "line": 106, + "line": 115, "column": 45 } } }, "range": [ - 3984, - 3995 + 4154, + 4165 ], "loc": { "start": { - "line": 106, + "line": 115, "column": 34 }, "end": { - "line": 106, + "line": 115, "column": 45 } } @@ -7397,46 +7658,46 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 3996, - 4008 + 4166, + 4178 ], "loc": { "start": { - "line": 106, + "line": 115, "column": 46 }, "end": { - "line": 106, + "line": 115, "column": 58 } } }, "range": [ - 3984, - 4009 + 4154, + 4179 ], "loc": { "start": { - "line": 106, + "line": 115, "column": 34 }, "end": { - "line": 106, + "line": 115, "column": 59 } } }, "range": [ - 3978, - 4009 + 4148, + 4179 ], "loc": { "start": { - "line": 106, + "line": 115, "column": 28 }, "end": { - "line": 106, + "line": 115, "column": 59 } } @@ -7444,16 +7705,16 @@ ], "kind": "var", "range": [ - 3911, - 4010 + 4081, + 4180 ], "loc": { "start": { - "line": 105, + "line": 114, "column": 24 }, "end": { - "line": 106, + "line": 115, "column": 60 } }, @@ -7462,16 +7723,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3867, - 3886 + 4037, + 4056 ], "loc": { "start": { - "line": 104, + "line": 113, "column": 24 }, "end": { - "line": 104, + "line": 113, "column": 43 } } @@ -7490,17 +7751,17 @@ "type": "Identifier", "name": "et", "range": [ - 4038, - 4040 + 4209, + 4211 ], "loc": { "start": { - "line": 107, - "column": 27 + "line": 116, + "column": 28 }, "end": { - "line": 107, - "column": 29 + "line": 116, + "column": 30 } } }, @@ -7508,32 +7769,32 @@ "type": "Identifier", "name": "defaultSelection", "range": [ - 4041, - 4057 + 4212, + 4228 ], "loc": { "start": { - "line": 107, - "column": 30 + "line": 116, + "column": 31 }, "end": { - "line": 107, - "column": 46 + "line": 116, + "column": 47 } } }, "range": [ - 4038, - 4057 + 4209, + 4228 ], "loc": { "start": { - "line": 107, - "column": 27 + "line": 116, + "column": 28 }, "end": { - "line": 107, - "column": 46 + "line": 116, + "column": 47 } } }, @@ -7542,32 +7803,32 @@ "value": "both", "raw": "'both'", "range": [ - 4062, - 4068 + 4233, + 4239 ], "loc": { "start": { - "line": 107, - "column": 51 + "line": 116, + "column": 52 }, "end": { - "line": 107, - "column": 57 + "line": 116, + "column": 58 } } }, "range": [ - 4038, - 4068 + 4209, + 4239 ], "loc": { "start": { - "line": 107, - "column": 27 + "line": 116, + "column": 28 }, "end": { - "line": 107, - "column": 57 + "line": 116, + "column": 58 } } }, @@ -7585,16 +7846,16 @@ "type": "Identifier", "name": "slc", "range": [ - 4148, - 4151 + 4320, + 4323 ], "loc": { "start": { - "line": 109, + "line": 118, "column": 28 }, "end": { - "line": 109, + "line": 118, "column": 31 } } @@ -7603,31 +7864,31 @@ "type": "Identifier", "name": "SelectRowByIndex", "range": [ - 4152, - 4168 + 4324, + 4340 ], "loc": { "start": { - "line": 109, + "line": 118, "column": 32 }, "end": { - "line": 109, + "line": 118, "column": 48 } } }, "range": [ - 4148, - 4168 + 4320, + 4340 ], "loc": { "start": { - "line": 109, + "line": 118, "column": 28 }, "end": { - "line": 109, + "line": 118, "column": 48 } } @@ -7637,47 +7898,47 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 4169, - 4181 + 4341, + 4353 ], "loc": { "start": { - "line": 109, + "line": 118, "column": 49 }, "end": { - "line": 109, + "line": 118, "column": 61 } } } ], "range": [ - 4148, - 4182 + 4320, + 4354 ], "loc": { "start": { - "line": 109, + "line": 118, "column": 28 }, "end": { - "line": 109, + "line": 118, "column": 62 } } }, "range": [ - 4148, - 4183 + 4320, + 4355 ], "loc": { "start": { - "line": 109, + "line": 118, "column": 28 }, "end": { - "line": 109, + "line": 118, "column": 63 } }, @@ -7686,16 +7947,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 4099, - 4119 + 4271, + 4291 ], "loc": { "start": { - "line": 108, + "line": 117, "column": 28 }, "end": { - "line": 108, + "line": 117, "column": 48 } } @@ -7706,16 +7967,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4212, - 4231 + 4384, + 4403 ], "loc": { "start": { - "line": 110, + "line": 119, "column": 28 }, "end": { - "line": 110, + "line": 119, "column": 47 } } @@ -7724,32 +7985,32 @@ } ], "range": [ - 4069, - 4257 + 4241, + 4429 ], "loc": { "start": { - "line": 107, - "column": 58 + "line": 116, + "column": 60 }, "end": { - "line": 111, + "line": 120, "column": 25 } } }, "alternate": null, "range": [ - 4035, - 4257 + 4205, + 4429 ], "loc": { "start": { - "line": 107, + "line": 116, "column": 24 }, "end": { - "line": 111, + "line": 120, "column": 25 } } @@ -7760,17 +8021,17 @@ "type": "Identifier", "name": "row", "range": [ - 4285, - 4288 + 4458, + 4461 ], "loc": { "start": { - "line": 112, - "column": 27 + "line": 121, + "column": 28 }, "end": { - "line": 112, - "column": 30 + "line": 121, + "column": 31 } } }, @@ -7788,16 +8049,16 @@ "type": "Identifier", "name": "slc", "range": [ - 4368, - 4371 + 4542, + 4545 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 28 }, "end": { - "line": 114, + "line": 123, "column": 31 } } @@ -7806,31 +8067,31 @@ "type": "Identifier", "name": "SelectCell", "range": [ - 4372, - 4382 + 4546, + 4556 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 32 }, "end": { - "line": 114, + "line": 123, "column": 42 } } }, "range": [ - 4368, - 4382 + 4542, + 4556 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 28 }, "end": { - "line": 114, + "line": 123, "column": 42 } } @@ -7846,16 +8107,16 @@ "type": "Identifier", "name": "row", "range": [ - 4383, - 4386 + 4557, + 4560 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 43 }, "end": { - "line": 114, + "line": 123, "column": 46 } } @@ -7864,31 +8125,31 @@ "type": "Identifier", "name": "cells", "range": [ - 4387, - 4392 + 4561, + 4566 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 47 }, "end": { - "line": 114, + "line": 123, "column": 52 } } }, "range": [ - 4383, - 4392 + 4557, + 4566 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 43 }, "end": { - "line": 114, + "line": 123, "column": 52 } } @@ -7897,62 +8158,62 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 4393, - 4402 + 4567, + 4576 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 53 }, "end": { - "line": 114, + "line": 123, "column": 62 } } }, "range": [ - 4383, - 4403 + 4557, + 4577 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 43 }, "end": { - "line": 114, + "line": 123, "column": 63 } } } ], "range": [ - 4368, - 4404 + 4542, + 4578 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 28 }, "end": { - "line": 114, + "line": 123, "column": 64 } } }, "range": [ - 4368, - 4405 + 4542, + 4579 ], "loc": { "start": { - "line": 114, + "line": 123, "column": 28 }, "end": { - "line": 114, + "line": 123, "column": 65 } }, @@ -7961,16 +8222,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 4319, - 4339 + 4493, + 4513 ], "loc": { "start": { - "line": 113, + "line": 122, "column": 28 }, "end": { - "line": 113, + "line": 122, "column": 48 } } @@ -7981,16 +8242,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4434, - 4453 + 4608, + 4627 ], "loc": { "start": { - "line": 115, + "line": 124, "column": 28 }, "end": { - "line": 115, + "line": 124, "column": 47 } } @@ -7999,32 +8260,32 @@ } ], "range": [ - 4289, - 4479 + 4463, + 4653 ], "loc": { "start": { - "line": 112, - "column": 31 + "line": 121, + "column": 33 }, "end": { - "line": 116, + "line": 125, "column": 25 } } }, "alternate": null, "range": [ - 4282, - 4479 + 4454, + 4653 ], "loc": { "start": { - "line": 112, + "line": 121, "column": 24 }, "end": { - "line": 116, + "line": 125, "column": 25 } }, @@ -8033,16 +8294,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4212, - 4231 + 4384, + 4403 ], "loc": { "start": { - "line": 110, + "line": 119, "column": 28 }, "end": { - "line": 110, + "line": 119, "column": 47 } } @@ -8051,16 +8312,16 @@ } ], "range": [ - 3750, - 4501 + 3920, + 4675 ], "loc": { "start": { - "line": 101, + "line": 110, "column": 27 }, "end": { - "line": 117, + "line": 126, "column": 21 } }, @@ -8069,16 +8330,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3703, - 3722 + 3873, + 3892 ], "loc": { "start": { - "line": 100, + "line": 109, "column": 24 }, "end": { - "line": 100, + "line": 109, "column": 43 } } @@ -8086,16 +8347,16 @@ ] }, "range": [ - 3539, - 4501 + 3707, + 4675 ], "loc": { "start": { - "line": 97, + "line": 106, "column": 20 }, "end": { - "line": 117, + "line": 126, "column": 21 } }, @@ -8104,16 +8365,16 @@ "type": "Line", "value": "Table is filtered", "range": [ - 4522, - 4541 + 4696, + 4715 ], "loc": { "start": { - "line": 118, + "line": 127, "column": 20 }, "end": { - "line": 118, + "line": 127, "column": 39 } } @@ -8135,17 +8396,17 @@ "type": "Identifier", "name": "tf", "range": [ - 4565, - 4567 + 4740, + 4742 ], "loc": { "start": { - "line": 119, - "column": 23 + "line": 128, + "column": 24 }, "end": { - "line": 119, - "column": 25 + "line": 128, + "column": 26 } } }, @@ -8153,32 +8414,32 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 4568, - 4582 + 4743, + 4757 ], "loc": { "start": { - "line": 119, - "column": 26 + "line": 128, + "column": 27 }, "end": { - "line": 119, - "column": 40 + "line": 128, + "column": 41 } } }, "range": [ - 4565, - 4582 + 4740, + 4757 ], "loc": { "start": { - "line": 119, - "column": 23 + "line": 128, + "column": 24 }, "end": { - "line": 119, - "column": 40 + "line": 128, + "column": 41 } } }, @@ -8186,32 +8447,32 @@ "type": "Identifier", "name": "length", "range": [ - 4583, - 4589 + 4758, + 4764 ], "loc": { "start": { - "line": 119, - "column": 41 + "line": 128, + "column": 42 }, "end": { - "line": 119, - "column": 47 + "line": 128, + "column": 48 } } }, "range": [ - 4565, - 4589 + 4740, + 4764 ], "loc": { "start": { - "line": 119, - "column": 23 + "line": 128, + "column": 24 }, "end": { - "line": 119, - "column": 47 + "line": 128, + "column": 48 } } }, @@ -8224,17 +8485,17 @@ "type": "Identifier", "name": "tf", "range": [ - 4594, - 4596 + 4769, + 4771 ], "loc": { "start": { - "line": 119, - "column": 52 + "line": 128, + "column": 53 }, "end": { - "line": 119, - "column": 54 + "line": 128, + "column": 55 } } }, @@ -8242,63 +8503,63 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 4597, - 4606 + 4772, + 4781 ], "loc": { "start": { - "line": 119, - "column": 55 + "line": 128, + "column": 56 }, "end": { - "line": 119, - "column": 64 + "line": 128, + "column": 65 } } }, "range": [ - 4594, - 4606 + 4769, + 4781 ], "loc": { "start": { - "line": 119, - "column": 52 + "line": 128, + "column": 53 }, "end": { - "line": 119, - "column": 64 + "line": 128, + "column": 65 } } }, "arguments": [], "range": [ - 4594, - 4608 + 4769, + 4783 ], "loc": { "start": { - "line": 119, - "column": 52 + "line": 128, + "column": 53 }, "end": { - "line": 119, - "column": 66 + "line": 128, + "column": 67 } } }, "range": [ - 4565, - 4608 + 4740, + 4783 ], "loc": { "start": { - "line": 119, - "column": 23 + "line": 128, + "column": 24 }, "end": { - "line": 119, - "column": 66 + "line": 128, + "column": 67 } } }, @@ -8314,16 +8575,16 @@ "type": "Identifier", "name": "r", "range": [ - 4639, - 4640 + 4815, + 4816 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 28 }, "end": { - "line": 120, + "line": 129, "column": 29 } } @@ -8341,16 +8602,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4643, - 4645 + 4819, + 4821 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 32 }, "end": { - "line": 120, + "line": 129, "column": 34 } } @@ -8359,31 +8620,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 4646, - 4649 + 4822, + 4825 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 35 }, "end": { - "line": 120, + "line": 129, "column": 38 } } }, "range": [ - 4643, - 4649 + 4819, + 4825 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 32 }, "end": { - "line": 120, + "line": 129, "column": 38 } } @@ -8392,31 +8653,31 @@ "type": "Identifier", "name": "rows", "range": [ - 4650, - 4654 + 4826, + 4830 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 39 }, "end": { - "line": 120, + "line": 129, "column": 43 } } }, "range": [ - 4643, - 4654 + 4819, + 4830 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 32 }, "end": { - "line": 120, + "line": 129, "column": 43 } } @@ -8425,46 +8686,46 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 4655, - 4667 + 4831, + 4843 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 44 }, "end": { - "line": 120, + "line": 129, "column": 56 } } }, "range": [ - 4643, - 4668 + 4819, + 4844 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 32 }, "end": { - "line": 120, + "line": 129, "column": 57 } } }, "range": [ - 4639, - 4668 + 4815, + 4844 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 28 }, "end": { - "line": 120, + "line": 129, "column": 57 } } @@ -8472,16 +8733,16 @@ ], "kind": "var", "range": [ - 4635, - 4669 + 4811, + 4845 ], "loc": { "start": { - "line": 120, + "line": 129, "column": 24 }, "end": { - "line": 120, + "line": 129, "column": 58 } } @@ -8492,17 +8753,17 @@ "type": "Identifier", "name": "r", "range": [ - 4697, - 4698 + 4874, + 4875 ], "loc": { "start": { - "line": 121, - "column": 27 + "line": 130, + "column": 28 }, "end": { - "line": 121, - "column": 28 + "line": 130, + "column": 29 } } }, @@ -8520,16 +8781,16 @@ "type": "Identifier", "name": "r", "range": [ - 4729, - 4730 + 4907, + 4908 ], "loc": { "start": { - "line": 122, + "line": 131, "column": 28 }, "end": { - "line": 122, + "line": 131, "column": 29 } } @@ -8538,31 +8799,31 @@ "type": "Identifier", "name": "scrollIntoView", "range": [ - 4731, - 4745 + 4909, + 4923 ], "loc": { "start": { - "line": 122, + "line": 131, "column": 30 }, "end": { - "line": 122, + "line": 131, "column": 44 } } }, "range": [ - 4729, - 4745 + 4907, + 4923 ], "loc": { "start": { - "line": 122, + "line": 131, "column": 28 }, "end": { - "line": 122, + "line": 131, "column": 44 } } @@ -8573,79 +8834,79 @@ "value": false, "raw": "false", "range": [ - 4746, - 4751 + 4924, + 4929 ], "loc": { "start": { - "line": 122, + "line": 131, "column": 45 }, "end": { - "line": 122, + "line": 131, "column": 50 } } } ], "range": [ - 4729, - 4752 + 4907, + 4930 ], "loc": { "start": { - "line": 122, + "line": 131, "column": 28 }, "end": { - "line": 122, + "line": 131, "column": 51 } } }, "range": [ - 4729, - 4753 + 4907, + 4931 ], "loc": { "start": { - "line": 122, + "line": 131, "column": 28 }, "end": { - "line": 122, + "line": 131, "column": 52 } } } ], "range": [ - 4699, - 4779 + 4877, + 4957 ], "loc": { "start": { - "line": 121, - "column": 29 + "line": 130, + "column": 31 }, "end": { - "line": 123, + "line": 132, "column": 25 } } }, "alternate": null, "range": [ - 4694, - 4779 + 4870, + 4957 ], "loc": { "start": { - "line": 121, + "line": 130, "column": 24 }, "end": { - "line": 123, + "line": 132, "column": 25 } } @@ -8656,17 +8917,17 @@ "type": "Identifier", "name": "cell", "range": [ - 4807, - 4811 + 4986, + 4990 ], "loc": { "start": { - "line": 124, - "column": 27 + "line": 133, + "column": 28 }, "end": { - "line": 124, - "column": 31 + "line": 133, + "column": 32 } } }, @@ -8688,17 +8949,17 @@ "type": "Identifier", "name": "cell", "range": [ - 4845, - 4849 + 5026, + 5030 ], "loc": { "start": { - "line": 125, - "column": 31 + "line": 134, + "column": 32 }, "end": { - "line": 125, - "column": 35 + "line": 134, + "column": 36 } } }, @@ -8706,32 +8967,32 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 4850, - 4859 + 5031, + 5040 ], "loc": { "start": { - "line": 125, - "column": 36 + "line": 134, + "column": 37 }, "end": { - "line": 125, - "column": 45 + "line": 134, + "column": 46 } } }, "range": [ - 4845, - 4859 + 5026, + 5040 ], "loc": { "start": { - "line": 125, - "column": 31 + "line": 134, + "column": 32 }, "end": { - "line": 125, - "column": 45 + "line": 134, + "column": 46 } } }, @@ -8747,17 +9008,17 @@ "type": "Identifier", "name": "tf", "range": [ - 4865, - 4867 + 5046, + 5048 ], "loc": { "start": { - "line": 125, - "column": 51 + "line": 134, + "column": 52 }, "end": { - "line": 125, - "column": 53 + "line": 134, + "column": 54 } } }, @@ -8765,48 +9026,48 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 4868, - 4878 + 5049, + 5059 ], "loc": { "start": { - "line": 125, - "column": 54 + "line": 134, + "column": 55 }, "end": { - "line": 125, - "column": 64 + "line": 134, + "column": 65 } } }, "range": [ - 4865, - 4878 + 5046, + 5059 ], "loc": { "start": { - "line": 125, - "column": 51 + "line": 134, + "column": 52 }, "end": { - "line": 125, - "column": 64 + "line": 134, + "column": 65 } } }, "arguments": [], "range": [ - 4865, - 4880 + 5046, + 5061 ], "loc": { "start": { - "line": 125, - "column": 51 + "line": 134, + "column": 52 }, "end": { - "line": 125, - "column": 66 + "line": 134, + "column": 67 } } }, @@ -8815,47 +9076,47 @@ "value": 1, "raw": "1", "range": [ - 4881, - 4882 + 5064, + 5065 ], "loc": { "start": { - "line": 125, - "column": 67 + "line": 134, + "column": 70 }, "end": { - "line": 125, - "column": 68 + "line": 134, + "column": 71 } } }, "range": [ - 4865, - 4882 + 5046, + 5065 ], "loc": { "start": { - "line": 125, - "column": 51 + "line": 134, + "column": 52 }, "end": { - "line": 125, - "column": 68 + "line": 134, + "column": 71 } } }, "range": [ - 4845, - 4883 + 5026, + 5066 ], "loc": { "start": { - "line": 125, - "column": 31 + "line": 134, + "column": 32 }, "end": { - "line": 125, - "column": 69 + "line": 134, + "column": 72 } } }, @@ -8866,16 +9127,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4919, - 4921 + 5102, + 5104 ], "loc": { "start": { - "line": 126, + "line": 135, "column": 32 }, "end": { - "line": 126, + "line": 135, "column": 34 } } @@ -8884,46 +9145,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4922, - 4932 + 5105, + 5115 ], "loc": { "start": { - "line": 126, + "line": 135, "column": 35 }, "end": { - "line": 126, + "line": 135, "column": 45 } } }, "range": [ - 4919, - 4932 + 5102, + 5115 ], "loc": { "start": { - "line": 126, + "line": 135, "column": 32 }, "end": { - "line": 126, + "line": 135, "column": 45 } } }, "range": [ - 4845, - 4932 + 5026, + 5115 ], "loc": { "start": { - "line": 125, - "column": 31 + "line": 134, + "column": 32 }, "end": { - "line": 126, + "line": 135, "column": 45 } } @@ -8946,16 +9207,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4967, - 4969 + 5151, + 5153 ], "loc": { "start": { - "line": 127, + "line": 136, "column": 32 }, "end": { - "line": 127, + "line": 136, "column": 34 } } @@ -8964,31 +9225,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4970, - 4977 + 5154, + 5161 ], "loc": { "start": { - "line": 127, + "line": 136, "column": 35 }, "end": { - "line": 127, + "line": 136, "column": 42 } } }, "range": [ - 4967, - 4977 + 5151, + 5161 ], "loc": { "start": { - "line": 127, + "line": 136, "column": 32 }, "end": { - "line": 127, + "line": 136, "column": 42 } } @@ -8997,31 +9258,31 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 4978, - 4988 + 5162, + 5172 ], "loc": { "start": { - "line": 127, + "line": 136, "column": 43 }, "end": { - "line": 127, + "line": 136, "column": 53 } } }, "range": [ - 4967, - 4988 + 5151, + 5172 ], "loc": { "start": { - "line": 127, + "line": 136, "column": 32 }, "end": { - "line": 127, + "line": 136, "column": 53 } } @@ -9031,62 +9292,62 @@ "value": 100000000, "raw": "100000000", "range": [ - 4991, - 5000 + 5175, + 5184 ], "loc": { "start": { - "line": 127, + "line": 136, "column": 56 }, "end": { - "line": 127, + "line": 136, "column": 65 } } }, "range": [ - 4967, - 5000 + 5151, + 5184 ], "loc": { "start": { - "line": 127, + "line": 136, "column": 32 }, "end": { - "line": 127, + "line": 136, "column": 65 } } }, "range": [ - 4967, - 5001 + 5151, + 5185 ], "loc": { "start": { - "line": 127, + "line": 136, "column": 32 }, "end": { - "line": 127, + "line": 136, "column": 66 } } } ], "range": [ - 4933, - 5031 + 5117, + 5215 ], "loc": { "start": { - "line": 126, - "column": 46 + "line": 135, + "column": 47 }, "end": { - "line": 128, + "line": 137, "column": 29 } } @@ -9106,17 +9367,17 @@ "type": "Identifier", "name": "cell", "range": [ - 5068, - 5072 + 5253, + 5257 ], "loc": { "start": { - "line": 129, - "column": 36 + "line": 138, + "column": 37 }, "end": { - "line": 129, - "column": 40 + "line": 138, + "column": 41 } } }, @@ -9124,32 +9385,32 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 5073, - 5082 + 5258, + 5267 ], "loc": { "start": { - "line": 129, - "column": 41 + "line": 138, + "column": 42 }, "end": { - "line": 129, - "column": 50 + "line": 138, + "column": 51 } } }, "range": [ - 5068, - 5082 + 5253, + 5267 ], "loc": { "start": { - "line": 129, - "column": 36 + "line": 138, + "column": 37 }, "end": { - "line": 129, - "column": 50 + "line": 138, + "column": 51 } } }, @@ -9158,32 +9419,32 @@ "value": 0, "raw": "0", "range": [ - 5085, - 5086 + 5272, + 5273 ], "loc": { "start": { - "line": 129, - "column": 53 + "line": 138, + "column": 56 }, "end": { - "line": 129, - "column": 54 + "line": 138, + "column": 57 } } }, "range": [ - 5068, - 5086 + 5253, + 5273 ], "loc": { "start": { - "line": 129, - "column": 36 + "line": 138, + "column": 37 }, "end": { - "line": 129, - "column": 54 + "line": 138, + "column": 57 } } }, @@ -9194,17 +9455,17 @@ "type": "Identifier", "name": "tf", "range": [ - 5090, - 5092 + 5277, + 5279 ], "loc": { "start": { - "line": 129, - "column": 58 + "line": 138, + "column": 61 }, "end": { - "line": 129, - "column": 60 + "line": 138, + "column": 63 } } }, @@ -9212,47 +9473,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 5093, - 5103 + 5280, + 5290 ], "loc": { "start": { - "line": 129, - "column": 61 + "line": 138, + "column": 64 }, "end": { - "line": 129, - "column": 71 + "line": 138, + "column": 74 } } }, "range": [ - 5090, - 5103 + 5277, + 5290 ], "loc": { "start": { - "line": 129, - "column": 58 + "line": 138, + "column": 61 }, "end": { - "line": 129, - "column": 71 + "line": 138, + "column": 74 } } }, "range": [ - 5068, - 5103 + 5253, + 5290 ], "loc": { "start": { - "line": 129, - "column": 36 + "line": 138, + "column": 37 }, "end": { - "line": 129, - "column": 71 + "line": 138, + "column": 74 } } }, @@ -9274,16 +9535,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5138, - 5140 + 5326, + 5328 ], "loc": { "start": { - "line": 130, + "line": 139, "column": 32 }, "end": { - "line": 130, + "line": 139, "column": 34 } } @@ -9292,31 +9553,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 5141, - 5148 + 5329, + 5336 ], "loc": { "start": { - "line": 130, + "line": 139, "column": 35 }, "end": { - "line": 130, + "line": 139, "column": 42 } } }, "range": [ - 5138, - 5148 + 5326, + 5336 ], "loc": { "start": { - "line": 130, + "line": 139, "column": 32 }, "end": { - "line": 130, + "line": 139, "column": 42 } } @@ -9325,31 +9586,31 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 5149, - 5159 + 5337, + 5347 ], "loc": { "start": { - "line": 130, + "line": 139, "column": 43 }, "end": { - "line": 130, + "line": 139, "column": 53 } } }, "range": [ - 5138, - 5159 + 5326, + 5347 ], "loc": { "start": { - "line": 130, + "line": 139, "column": 32 }, "end": { - "line": 130, + "line": 139, "column": 53 } } @@ -9359,62 +9620,62 @@ "value": 0, "raw": "0", "range": [ - 5162, - 5163 + 5350, + 5351 ], "loc": { "start": { - "line": 130, + "line": 139, "column": 56 }, "end": { - "line": 130, + "line": 139, "column": 57 } } }, "range": [ - 5138, - 5163 + 5326, + 5351 ], "loc": { "start": { - "line": 130, + "line": 139, "column": 32 }, "end": { - "line": 130, + "line": 139, "column": 57 } } }, "range": [ - 5138, - 5164 + 5326, + 5352 ], "loc": { "start": { - "line": 130, + "line": 139, "column": 32 }, "end": { - "line": 130, + "line": 139, "column": 58 } } } ], "range": [ - 5104, - 5194 + 5292, + 5382 ], "loc": { "start": { - "line": 129, - "column": 72 + "line": 138, + "column": 76 }, "end": { - "line": 131, + "line": 140, "column": 29 } } @@ -9433,16 +9694,16 @@ "type": "Identifier", "name": "cell", "range": [ - 5234, - 5238 + 5422, + 5426 ], "loc": { "start": { - "line": 132, + "line": 141, "column": 32 }, "end": { - "line": 132, + "line": 141, "column": 36 } } @@ -9451,31 +9712,31 @@ "type": "Identifier", "name": "scrollIntoView", "range": [ - 5239, - 5253 + 5427, + 5441 ], "loc": { "start": { - "line": 132, + "line": 141, "column": 37 }, "end": { - "line": 132, + "line": 141, "column": 51 } } }, "range": [ - 5234, - 5253 + 5422, + 5441 ], "loc": { "start": { - "line": 132, + "line": 141, "column": 32 }, "end": { - "line": 132, + "line": 141, "column": 51 } } @@ -9486,157 +9747,157 @@ "value": false, "raw": "false", "range": [ - 5254, - 5259 + 5442, + 5447 ], "loc": { "start": { - "line": 132, + "line": 141, "column": 52 }, "end": { - "line": 132, + "line": 141, "column": 57 } } } ], "range": [ - 5234, - 5260 + 5422, + 5448 ], "loc": { "start": { - "line": 132, + "line": 141, "column": 32 }, "end": { - "line": 132, + "line": 141, "column": 58 } } }, "range": [ - 5234, - 5261 + 5422, + 5449 ], "loc": { "start": { - "line": 132, + "line": 141, "column": 32 }, "end": { - "line": 132, + "line": 141, "column": 59 } } } ], "range": [ - 5200, - 5291 + 5388, + 5479 ], "loc": { "start": { - "line": 131, + "line": 140, "column": 35 }, "end": { - "line": 133, + "line": 142, "column": 29 } } }, "range": [ - 5065, - 5291 + 5249, + 5479 ], "loc": { "start": { - "line": 129, + "line": 138, "column": 33 }, "end": { - "line": 133, + "line": 142, "column": 29 } } }, "range": [ - 4842, - 5291 + 5022, + 5479 ], "loc": { "start": { - "line": 125, + "line": 134, "column": 28 }, "end": { - "line": 133, + "line": 142, "column": 29 } } } ], "range": [ - 4812, - 5317 + 4992, + 5505 ], "loc": { "start": { - "line": 124, - "column": 32 + "line": 133, + "column": 34 }, "end": { - "line": 134, + "line": 143, "column": 25 } } }, "alternate": null, "range": [ - 4804, - 5317 + 4982, + 5505 ], "loc": { "start": { - "line": 124, + "line": 133, "column": 24 }, "end": { - "line": 134, + "line": 143, "column": 25 } } } ], "range": [ - 4609, - 5339 + 4785, + 5527 ], "loc": { "start": { - "line": 119, - "column": 67 + "line": 128, + "column": 69 }, "end": { - "line": 135, + "line": 144, "column": 21 } } }, "alternate": null, "range": [ - 4562, - 5339 + 4736, + 5527 ], "loc": { "start": { - "line": 119, + "line": 128, "column": 20 }, "end": { - "line": 135, + "line": 144, "column": 21 } }, @@ -9645,16 +9906,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4434, - 4453 + 4608, + 4627 ], "loc": { "start": { - "line": 115, + "line": 124, "column": 28 }, "end": { - "line": 115, + "line": 124, "column": 47 } } @@ -9663,16 +9924,16 @@ "type": "Line", "value": "Table is filtered", "range": [ - 4522, - 4541 + 4696, + 4715 ], "loc": { "start": { - "line": 118, + "line": 127, "column": 20 }, "end": { - "line": 118, + "line": 127, "column": 39 } } @@ -9681,16 +9942,16 @@ } ], "range": [ - 3517, - 5357 + 3685, + 5545 ], "loc": { "start": { - "line": 96, - "column": 53 + "line": 105, + "column": 55 }, "end": { - "line": 136, + "line": 145, "column": 17 } } @@ -9698,31 +9959,31 @@ "generator": false, "expression": false, "range": [ - 3495, - 5357 + 3661, + 5545 ], "loc": { "start": { - "line": 96, + "line": 105, "column": 31 }, "end": { - "line": 136, + "line": 145, "column": 17 } } }, "range": [ - 3484, - 5357 + 3650, + 5545 ], "loc": { "start": { - "line": 96, + "line": 105, "column": 20 }, "end": { - "line": 136, + "line": 145, "column": 17 } } @@ -9730,16 +9991,16 @@ ], "kind": "var", "range": [ - 3480, - 5358 + 3646, + 5546 ], "loc": { "start": { - "line": 96, + "line": 105, "column": 16 }, "end": { - "line": 136, + "line": 145, "column": 18 } }, @@ -9748,16 +10009,16 @@ "type": "Line", "value": "Next valid filtered row needs to be selected", "range": [ - 3417, - 3463 + 3583, + 3629 ], "loc": { "start": { - "line": 95, + "line": 104, "column": 16 }, "end": { - "line": 95, + "line": 104, "column": 62 } } @@ -9768,16 +10029,16 @@ "type": "Line", "value": "table is not filtered", "range": [ - 5376, - 5399 + 5564, + 5587 ], "loc": { "start": { - "line": 138, + "line": 147, "column": 16 }, "end": { - "line": 138, + "line": 147, "column": 39 } } @@ -9796,17 +10057,17 @@ "type": "Identifier", "name": "tf", "range": [ - 5420, - 5422 + 5609, + 5611 ], "loc": { "start": { - "line": 139, - "column": 20 + "line": 148, + "column": 21 }, "end": { - "line": 139, - "column": 22 + "line": 148, + "column": 23 } } }, @@ -9814,48 +10075,48 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5423, - 5437 + 5612, + 5626 ], "loc": { "start": { - "line": 139, - "column": 23 + "line": 148, + "column": 24 }, "end": { - "line": 139, - "column": 37 + "line": 148, + "column": 38 } } }, "range": [ - 5420, - 5437 + 5609, + 5626 ], "loc": { "start": { - "line": 139, - "column": 20 + "line": 148, + "column": 21 }, "end": { - "line": 139, - "column": 37 + "line": 148, + "column": 38 } } }, "prefix": true, "range": [ - 5419, - 5437 + 5608, + 5626 ], "loc": { "start": { - "line": 139, - "column": 19 + "line": 148, + "column": 20 }, "end": { - "line": 139, - "column": 37 + "line": 148, + "column": 38 } } }, @@ -9866,48 +10127,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5460, - 5467 + 5650, + 5657 ], "loc": { "start": { - "line": 140, + "line": 149, "column": 20 }, "end": { - "line": 140, + "line": 149, "column": 27 } } } ], "range": [ - 5438, - 5485 + 5628, + 5675 ], "loc": { "start": { - "line": 139, - "column": 38 + "line": 148, + "column": 40 }, "end": { - "line": 141, + "line": 150, "column": 17 } } }, "alternate": null, "range": [ - 5416, - 5485 + 5604, + 5675 ], "loc": { "start": { - "line": 139, + "line": 148, "column": 16 }, "end": { - "line": 141, + "line": 150, "column": 17 } }, @@ -9916,16 +10177,16 @@ "type": "Line", "value": "table is not filtered", "range": [ - 5376, - 5399 + 5564, + 5587 ], "loc": { "start": { - "line": 138, + "line": 147, "column": 16 }, "end": { - "line": 138, + "line": 147, "column": 39 } } @@ -9941,16 +10202,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 5506, - 5518 + 5696, + 5708 ], "loc": { "start": { - "line": 142, + "line": 151, "column": 20 }, "end": { - "line": 142, + "line": 151, "column": 32 } } @@ -9962,16 +10223,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5521, - 5523 + 5711, + 5713 ], "loc": { "start": { - "line": 142, + "line": 151, "column": 35 }, "end": { - "line": 142, + "line": 151, "column": 37 } } @@ -9980,46 +10241,46 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5524, - 5538 + 5714, + 5728 ], "loc": { "start": { - "line": 142, + "line": 151, "column": 38 }, "end": { - "line": 142, + "line": 151, "column": 52 } } }, "range": [ - 5521, - 5538 + 5711, + 5728 ], "loc": { "start": { - "line": 142, + "line": 151, "column": 35 }, "end": { - "line": 142, + "line": 151, "column": 52 } } }, "range": [ - 5506, - 5538 + 5696, + 5728 ], "loc": { "start": { - "line": 142, + "line": 151, "column": 20 }, "end": { - "line": 142, + "line": 151, "column": 52 } } @@ -10030,16 +10291,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 5560, - 5571 + 5750, + 5761 ], "loc": { "start": { - "line": 143, + "line": 152, "column": 20 }, "end": { - "line": 143, + "line": 152, "column": 31 } } @@ -10051,16 +10312,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 5574, - 5586 + 5764, + 5776 ], "loc": { "start": { - "line": 143, + "line": 152, "column": 34 }, "end": { - "line": 143, + "line": 152, "column": 46 } } @@ -10069,46 +10330,46 @@ "type": "Identifier", "name": "length", "range": [ - 5587, - 5593 + 5777, + 5783 ], "loc": { "start": { - "line": 143, + "line": 152, "column": 47 }, "end": { - "line": 143, + "line": 152, "column": 53 } } }, "range": [ - 5574, - 5593 + 5764, + 5783 ], "loc": { "start": { - "line": 143, + "line": 152, "column": 34 }, "end": { - "line": 143, + "line": 152, "column": 53 } } }, "range": [ - 5560, - 5593 + 5750, + 5783 ], "loc": { "start": { - "line": 143, + "line": 152, "column": 20 }, "end": { - "line": 143, + "line": 152, "column": 53 } } @@ -10119,16 +10380,16 @@ "type": "Identifier", "name": "row", "range": [ - 5615, - 5618 + 5805, + 5808 ], "loc": { "start": { - "line": 144, + "line": 153, "column": 20 }, "end": { - "line": 144, + "line": 153, "column": 23 } } @@ -10145,16 +10406,16 @@ "type": "Identifier", "name": "et", "range": [ - 5621, - 5623 + 5811, + 5813 ], "loc": { "start": { - "line": 144, + "line": 153, "column": 26 }, "end": { - "line": 144, + "line": 153, "column": 28 } } @@ -10163,31 +10424,31 @@ "type": "Identifier", "name": "defaultSelection", "range": [ - 5624, - 5640 + 5814, + 5830 ], "loc": { "start": { - "line": 144, + "line": 153, "column": 29 }, "end": { - "line": 144, + "line": 153, "column": 45 } } }, "range": [ - 5621, - 5640 + 5811, + 5830 ], "loc": { "start": { - "line": 144, + "line": 153, "column": 26 }, "end": { - "line": 144, + "line": 153, "column": 45 } } @@ -10197,31 +10458,31 @@ "value": "row", "raw": "'row'", "range": [ - 5645, - 5650 + 5835, + 5840 ], "loc": { "start": { - "line": 144, + "line": 153, "column": 50 }, "end": { - "line": 144, + "line": 153, "column": 55 } } }, "range": [ - 5621, - 5650 + 5811, + 5840 ], "loc": { "start": { - "line": 144, + "line": 153, "column": 26 }, "end": { - "line": 144, + "line": 153, "column": 55 } } @@ -10233,16 +10494,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 5677, - 5688 + 5867, + 5878 ], "loc": { "start": { - "line": 145, + "line": 154, "column": 24 }, "end": { - "line": 145, + "line": 154, "column": 35 } } @@ -10251,31 +10512,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 5689, - 5699 + 5879, + 5889 ], "loc": { "start": { - "line": 145, + "line": 154, "column": 36 }, "end": { - "line": 145, + "line": 154, "column": 46 } } }, "range": [ - 5677, - 5699 + 5867, + 5889 ], "loc": { "start": { - "line": 145, + "line": 154, "column": 24 }, "end": { - "line": 145, + "line": 154, "column": 46 } } @@ -10284,46 +10545,46 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 5702, - 5713 + 5892, + 5903 ], "loc": { "start": { - "line": 145, + "line": 154, "column": 49 }, "end": { - "line": 145, + "line": 154, "column": 60 } } }, "range": [ - 5621, - 5713 + 5811, + 5903 ], "loc": { "start": { - "line": 144, + "line": 153, "column": 26 }, "end": { - "line": 145, + "line": 154, "column": 60 } } }, "range": [ - 5615, - 5713 + 5805, + 5903 ], "loc": { "start": { - "line": 144, + "line": 153, "column": 20 }, "end": { - "line": 145, + "line": 154, "column": 60 } } @@ -10334,16 +10595,16 @@ "type": "Identifier", "name": "cell", "range": [ - 5803, - 5807 + 5993, + 5997 ], "loc": { "start": { - "line": 147, + "line": 156, "column": 20 }, "end": { - "line": 147, + "line": 156, "column": 24 } } @@ -10360,16 +10621,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 5810, - 5821 + 6000, + 6011 ], "loc": { "start": { - "line": 147, + "line": 156, "column": 27 }, "end": { - "line": 147, + "line": 156, "column": 38 } } @@ -10378,31 +10639,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 5822, - 5830 + 6012, + 6020 ], "loc": { "start": { - "line": 147, + "line": 156, "column": 39 }, "end": { - "line": 147, + "line": 156, "column": 47 } } }, "range": [ - 5810, - 5830 + 6000, + 6020 ], "loc": { "start": { - "line": 147, + "line": 156, "column": 27 }, "end": { - "line": 147, + "line": 156, "column": 47 } } @@ -10412,32 +10673,32 @@ "value": "TD", "raw": "'TD'", "range": [ - 5833, - 5837 + 6025, + 6029 ], "loc": { "start": { - "line": 147, - "column": 50 + "line": 156, + "column": 52 }, "end": { - "line": 147, - "column": 54 + "line": 156, + "column": 56 } } }, "range": [ - 5810, - 5837 + 6000, + 6029 ], "loc": { "start": { - "line": 147, + "line": 156, "column": 27 }, "end": { - "line": 147, - "column": 54 + "line": 156, + "column": 56 } } }, @@ -10445,17 +10706,17 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 5840, - 5851 + 6032, + 6043 ], "loc": { "start": { - "line": 147, - "column": 57 + "line": 156, + "column": 59 }, "end": { - "line": 147, - "column": 68 + "line": 156, + "column": 70 } } }, @@ -10464,47 +10725,47 @@ "value": null, "raw": "null", "range": [ - 5854, - 5858 + 6046, + 6050 ], "loc": { "start": { - "line": 147, - "column": 71 + "line": 156, + "column": 73 }, "end": { - "line": 147, - "column": 75 + "line": 156, + "column": 77 } } }, "range": [ - 5810, - 5858 + 6000, + 6050 ], "loc": { "start": { - "line": 147, + "line": 156, "column": 27 }, "end": { - "line": 147, - "column": 75 + "line": 156, + "column": 77 } } }, "range": [ - 5803, - 5858 + 5993, + 6050 ], "loc": { "start": { - "line": 147, + "line": 156, "column": 20 }, "end": { - "line": 147, - "column": 75 + "line": 156, + "column": 77 } }, "leadingComments": [ @@ -10512,16 +10773,16 @@ "type": "Line", "value": "cell for default_selection = 'both' or 'cell'", "range": [ - 5735, - 5782 + 5925, + 5972 ], "loc": { "start": { - "line": 146, + "line": 155, "column": 20 }, "end": { - "line": 146, + "line": 155, "column": 67 } } @@ -10534,16 +10795,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 5921, - 5928 + 6113, + 6120 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 20 }, "end": { - "line": 149, + "line": 158, "column": 27 } } @@ -10557,16 +10818,16 @@ "type": "Identifier", "name": "e", "range": [ - 5931, - 5932 + 6123, + 6124 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 30 }, "end": { - "line": 149, + "line": 158, "column": 31 } } @@ -10575,31 +10836,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 5937, - 5946 + 6129, + 6138 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 36 }, "end": { - "line": 149, + "line": 158, "column": 45 } } }, "range": [ - 5931, - 5946 + 6123, + 6138 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 30 }, "end": { - "line": 149, + "line": 158, "column": 45 } } @@ -10616,16 +10877,16 @@ "type": "Identifier", "name": "et", "range": [ - 5949, - 5951 + 6141, + 6143 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 48 }, "end": { - "line": 149, + "line": 158, "column": 50 } } @@ -10634,31 +10895,31 @@ "type": "Identifier", "name": "Event", "range": [ - 5952, - 5957 + 6144, + 6149 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 51 }, "end": { - "line": 149, + "line": 158, "column": 56 } } }, "range": [ - 5949, - 5957 + 6141, + 6149 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 48 }, "end": { - "line": 149, + "line": 158, "column": 56 } } @@ -10667,31 +10928,31 @@ "type": "Identifier", "name": "GetKey", "range": [ - 5958, - 5964 + 6150, + 6156 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 57 }, "end": { - "line": 149, + "line": 158, "column": 63 } } }, "range": [ - 5949, - 5964 + 6141, + 6156 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 48 }, "end": { - "line": 149, + "line": 158, "column": 63 } } @@ -10701,32 +10962,32 @@ "type": "Identifier", "name": "e", "range": [ - 5965, - 5966 + 6157, + 6158 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 64 }, "end": { - "line": 149, + "line": 158, "column": 65 } } } ], "range": [ - 5949, - 5967 + 6141, + 6159 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 48 }, "end": { - "line": 149, + "line": 158, "column": 66 } } @@ -10736,46 +10997,46 @@ "value": 0, "raw": "0", "range": [ - 5970, - 5971 + 6162, + 6163 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 69 }, "end": { - "line": 149, + "line": 158, "column": 70 } } }, "range": [ - 5931, - 5971 + 6123, + 6163 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 30 }, "end": { - "line": 149, + "line": 158, "column": 70 } } }, "range": [ - 5921, - 5971 + 6113, + 6163 ], "loc": { "start": { - "line": 149, + "line": 158, "column": 20 }, "end": { - "line": 149, + "line": 158, "column": 70 } }, @@ -10784,16 +11045,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 5880, - 5900 + 6072, + 6092 ], "loc": { "start": { - "line": 148, + "line": 157, "column": 20 }, "end": { - "line": 148, + "line": 157, "column": 40 } } @@ -10806,16 +11067,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 6033, - 6043 + 6225, + 6235 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 20 }, "end": { - "line": 151, + "line": 160, "column": 30 } } @@ -10832,16 +11093,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 6046, - 6058 + 6238, + 6250 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 33 }, "end": { - "line": 151, + "line": 160, "column": 45 } } @@ -10850,31 +11111,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 6059, - 6066 + 6251, + 6258 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 46 }, "end": { - "line": 151, + "line": 160, "column": 53 } } }, "range": [ - 6046, - 6066 + 6238, + 6258 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 33 }, "end": { - "line": 151, + "line": 160, "column": 53 } } @@ -10887,16 +11148,16 @@ "type": "Identifier", "name": "row", "range": [ - 6067, - 6070 + 6259, + 6262 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 54 }, "end": { - "line": 151, + "line": 160, "column": 57 } } @@ -10905,47 +11166,47 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 6071, - 6079 + 6263, + 6271 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 58 }, "end": { - "line": 151, + "line": 160, "column": 66 } } }, "range": [ - 6067, - 6079 + 6259, + 6271 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 54 }, "end": { - "line": 151, + "line": 160, "column": 66 } } } ], "range": [ - 6046, - 6080 + 6238, + 6272 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 33 }, "end": { - "line": 151, + "line": 160, "column": 67 } } @@ -10958,62 +11219,62 @@ "value": 1, "raw": "1", "range": [ - 6086, - 6087 + 6278, + 6279 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 73 }, "end": { - "line": 151, + "line": 160, "column": 74 } } }, "prefix": true, "range": [ - 6085, - 6087 + 6277, + 6279 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 72 }, "end": { - "line": 151, + "line": 160, "column": 74 } } }, "range": [ - 6046, - 6087 + 6238, + 6279 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 33 }, "end": { - "line": 151, + "line": 160, "column": 74 } } }, "range": [ - 6033, - 6087 + 6225, + 6279 ], "loc": { "start": { - "line": 151, + "line": 160, "column": 20 }, "end": { - "line": 151, + "line": 160, "column": 74 } }, @@ -11022,16 +11283,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 5993, - 6012 + 6185, + 6204 ], "loc": { "start": { - "line": 150, + "line": 159, "column": 20 }, "end": { - "line": 150, + "line": 159, "column": 39 } } @@ -11044,32 +11305,32 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 6109, - 6121 + 6301, + 6313 ], "loc": { "start": { - "line": 152, + "line": 161, "column": 20 }, "end": { - "line": 152, + "line": 161, "column": 32 } } }, "init": null, "range": [ - 6109, - 6121 + 6301, + 6313 ], "loc": { "start": { - "line": 152, + "line": 161, "column": 20 }, "end": { - "line": 152, + "line": 161, "column": 32 } } @@ -11080,16 +11341,16 @@ "type": "Identifier", "name": "paging", "range": [ - 6143, - 6149 + 6335, + 6341 ], "loc": { "start": { - "line": 153, + "line": 162, "column": 20 }, "end": { - "line": 153, + "line": 162, "column": 26 } } @@ -11103,16 +11364,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6152, - 6154 + 6344, + 6346 ], "loc": { "start": { - "line": 153, + "line": 162, "column": 29 }, "end": { - "line": 153, + "line": 162, "column": 31 } } @@ -11121,31 +11382,31 @@ "type": "Identifier", "name": "feature", "range": [ - 6155, - 6162 + 6347, + 6354 ], "loc": { "start": { - "line": 153, + "line": 162, "column": 32 }, "end": { - "line": 153, + "line": 162, "column": 39 } } }, "range": [ - 6152, - 6162 + 6344, + 6354 ], "loc": { "start": { - "line": 153, + "line": 162, "column": 29 }, "end": { - "line": 153, + "line": 162, "column": 39 } } @@ -11156,47 +11417,47 @@ "value": "paging", "raw": "'paging'", "range": [ - 6163, - 6171 + 6355, + 6363 ], "loc": { "start": { - "line": 153, + "line": 162, "column": 40 }, "end": { - "line": 153, + "line": 162, "column": 48 } } } ], "range": [ - 6152, - 6172 + 6344, + 6364 ], "loc": { "start": { - "line": 153, + "line": 162, "column": 29 }, "end": { - "line": 153, + "line": 162, "column": 49 } } }, "range": [ - 6143, - 6172 + 6335, + 6364 ], "loc": { "start": { - "line": 153, + "line": 162, "column": 20 }, "end": { - "line": 153, + "line": 162, "column": 49 } } @@ -11207,16 +11468,16 @@ "type": "Identifier", "name": "d", "range": [ - 6233, - 6234 + 6425, + 6426 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 20 }, "end": { - "line": 155, + "line": 164, "column": 21 } } @@ -11233,16 +11494,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 6238, - 6245 + 6430, + 6437 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 25 }, "end": { - "line": 155, + "line": 164, "column": 32 } } @@ -11252,31 +11513,31 @@ "value": 34, "raw": "34", "range": [ - 6250, - 6252 + 6442, + 6444 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 37 }, "end": { - "line": 155, + "line": 164, "column": 39 } } }, "range": [ - 6238, - 6252 + 6430, + 6444 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 25 }, "end": { - "line": 155, + "line": 164, "column": 39 } } @@ -11288,16 +11549,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 6256, - 6263 + 6448, + 6455 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 43 }, "end": { - "line": 155, + "line": 164, "column": 50 } } @@ -11307,46 +11568,46 @@ "value": 33, "raw": "33", "range": [ - 6268, - 6270 + 6460, + 6462 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 55 }, "end": { - "line": 155, + "line": 164, "column": 57 } } }, "range": [ - 6256, - 6270 + 6448, + 6462 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 43 }, "end": { - "line": 155, + "line": 164, "column": 57 } } }, "range": [ - 6238, - 6270 + 6430, + 6462 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 25 }, "end": { - "line": 155, + "line": 164, "column": 57 } } @@ -11361,16 +11622,16 @@ "type": "Identifier", "name": "paging", "range": [ - 6298, - 6304 + 6490, + 6496 ], "loc": { "start": { - "line": 156, + "line": 165, "column": 25 }, "end": { - "line": 156, + "line": 165, "column": 31 } } @@ -11382,16 +11643,16 @@ "type": "Identifier", "name": "paging", "range": [ - 6308, - 6314 + 6500, + 6506 ], "loc": { "start": { - "line": 156, + "line": 165, "column": 35 }, "end": { - "line": 156, + "line": 165, "column": 41 } } @@ -11400,46 +11661,46 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 6315, - 6327 + 6507, + 6519 ], "loc": { "start": { - "line": 156, + "line": 165, "column": 42 }, "end": { - "line": 156, + "line": 165, "column": 54 } } }, "range": [ - 6308, - 6327 + 6500, + 6519 ], "loc": { "start": { - "line": 156, + "line": 165, "column": 35 }, "end": { - "line": 156, + "line": 165, "column": 54 } } }, "range": [ - 6298, - 6327 + 6490, + 6519 ], "loc": { "start": { - "line": 156, + "line": 165, "column": 25 }, "end": { - "line": 156, + "line": 165, "column": 54 } } @@ -11451,16 +11712,16 @@ "type": "Identifier", "name": "et", "range": [ - 6331, - 6333 + 6523, + 6525 ], "loc": { "start": { - "line": 156, + "line": 165, "column": 58 }, "end": { - "line": 156, + "line": 165, "column": 60 } } @@ -11469,46 +11730,46 @@ "type": "Identifier", "name": "nbRowsPerPage", "range": [ - 6334, - 6347 + 6526, + 6539 ], "loc": { "start": { - "line": 156, + "line": 165, "column": 61 }, "end": { - "line": 156, + "line": 165, "column": 74 } } }, "range": [ - 6331, - 6347 + 6523, + 6539 ], "loc": { "start": { - "line": 156, + "line": 165, "column": 58 }, "end": { - "line": 156, + "line": 165, "column": 74 } } }, "range": [ - 6298, - 6347 + 6490, + 6539 ], "loc": { "start": { - "line": 156, + "line": 165, "column": 25 }, "end": { - "line": 156, + "line": 165, "column": 74 } } @@ -11518,47 +11779,47 @@ "value": 1, "raw": "1", "range": [ - 6350, - 6351 + 6567, + 6568 ], "loc": { "start": { - "line": 156, - "column": 77 + "line": 166, + "column": 24 }, "end": { - "line": 156, - "column": 78 + "line": 166, + "column": 25 } } }, "range": [ - 6238, - 6351 + 6430, + 6568 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 25 }, "end": { - "line": 156, - "column": 78 + "line": 166, + "column": 25 } } }, "range": [ - 6233, - 6352 + 6425, + 6569 ], "loc": { "start": { - "line": 155, + "line": 164, "column": 20 }, "end": { - "line": 156, - "column": 79 + "line": 166, + "column": 26 } }, "leadingComments": [ @@ -11566,16 +11827,16 @@ "type": "Line", "value": "pgup/pgdown keys", "range": [ - 6194, - 6212 + 6386, + 6404 ], "loc": { "start": { - "line": 154, + "line": 163, "column": 20 }, "end": { - "line": 154, + "line": 163, "column": 38 } } @@ -11585,17 +11846,17 @@ ], "kind": "var", "range": [ - 5502, - 6353 + 5692, + 6570 ], "loc": { "start": { - "line": 142, + "line": 151, "column": 16 }, "end": { - "line": 156, - "column": 80 + "line": 166, + "column": 27 } }, "trailingComments": [ @@ -11603,16 +11864,16 @@ "type": "Line", "value": "If next row is not valid, next valid filtered row needs to be", "range": [ - 6371, - 6434 + 6588, + 6651 ], "loc": { "start": { - "line": 158, + "line": 168, "column": 16 }, "end": { - "line": 158, + "line": 168, "column": 79 } } @@ -11621,16 +11882,16 @@ "type": "Line", "value": "calculated", "range": [ - 6451, - 6463 + 6668, + 6680 ], "loc": { "start": { - "line": 159, + "line": 169, "column": 16 }, "end": { - "line": 159, + "line": 169, "column": 28 } } @@ -11646,33 +11907,33 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 6484, - 6494 + 6702, + 6712 ], "loc": { "start": { - "line": 160, - "column": 20 + "line": 170, + "column": 21 }, "end": { - "line": 160, - "column": 30 + "line": 170, + "column": 31 } } }, "prefix": true, "range": [ - 6483, - 6494 + 6701, + 6712 ], "loc": { "start": { - "line": 160, - "column": 19 + "line": 170, + "column": 20 }, "end": { - "line": 160, - "column": 30 + "line": 170, + "column": 31 } } }, @@ -11691,17 +11952,17 @@ "type": "Identifier", "name": "row", "range": [ - 6570, - 6573 + 6790, + 6793 ], "loc": { "start": { - "line": 162, - "column": 23 + "line": 172, + "column": 24 }, "end": { - "line": 162, - "column": 26 + "line": 172, + "column": 27 } } }, @@ -11709,32 +11970,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 6574, - 6582 + 6794, + 6802 ], "loc": { "start": { - "line": 162, - "column": 27 + "line": 172, + "column": 28 }, "end": { - "line": 162, - "column": 35 + "line": 172, + "column": 36 } } }, "range": [ - 6570, - 6582 + 6790, + 6802 ], "loc": { "start": { - "line": 162, - "column": 23 + "line": 172, + "column": 24 }, "end": { - "line": 162, - "column": 35 + "line": 172, + "column": 36 } } }, @@ -11742,32 +12003,32 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 6583, - 6596 + 6805, + 6818 ], "loc": { "start": { - "line": 162, - "column": 36 + "line": 172, + "column": 39 }, "end": { - "line": 162, - "column": 49 + "line": 172, + "column": 52 } } }, "range": [ - 6570, - 6596 + 6790, + 6818 ], "loc": { "start": { - "line": 162, - "column": 23 + "line": 172, + "column": 24 }, "end": { - "line": 162, - "column": 49 + "line": 172, + "column": 52 } } }, @@ -11786,17 +12047,17 @@ "type": "Identifier", "name": "row", "range": [ - 6661, - 6664 + 6885, + 6888 ], "loc": { "start": { - "line": 164, - "column": 27 + "line": 174, + "column": 28 }, "end": { - "line": 164, - "column": 30 + "line": 174, + "column": 31 } } }, @@ -11804,32 +12065,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 6665, - 6673 + 6889, + 6897 ], "loc": { "start": { - "line": 164, - "column": 31 + "line": 174, + "column": 32 }, "end": { - "line": 164, - "column": 39 + "line": 174, + "column": 40 } } }, "range": [ - 6661, - 6673 + 6885, + 6897 ], "loc": { "start": { - "line": 164, - "column": 27 + "line": 174, + "column": 28 }, "end": { - "line": 164, - "column": 39 + "line": 174, + "column": 40 } } }, @@ -11840,17 +12101,17 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 6677, - 6689 + 6901, + 6913 ], "loc": { "start": { - "line": 164, - "column": 43 + "line": 174, + "column": 44 }, "end": { - "line": 164, - "column": 55 + "line": 174, + "column": 56 } } }, @@ -11861,17 +12122,17 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 6690, - 6701 + 6914, + 6925 ], "loc": { "start": { - "line": 164, - "column": 56 + "line": 174, + "column": 57 }, "end": { - "line": 164, - "column": 67 + "line": 174, + "column": 68 } } }, @@ -11880,62 +12141,62 @@ "value": 1, "raw": "1", "range": [ - 6702, - 6703 + 6928, + 6929 ], "loc": { "start": { - "line": 164, - "column": 68 + "line": 174, + "column": 71 }, "end": { - "line": 164, - "column": 69 + "line": 174, + "column": 72 } } }, "range": [ - 6690, - 6703 + 6914, + 6929 ], "loc": { "start": { - "line": 164, - "column": 56 + "line": 174, + "column": 57 }, "end": { - "line": 164, - "column": 69 + "line": 174, + "column": 72 } } }, "range": [ - 6677, - 6704 + 6901, + 6930 ], "loc": { "start": { - "line": 164, - "column": 43 + "line": 174, + "column": 44 }, "end": { - "line": 164, - "column": 70 + "line": 174, + "column": 73 } } }, "range": [ - 6661, - 6704 + 6885, + 6930 ], "loc": { "start": { - "line": 164, - "column": 27 + "line": 174, + "column": 28 }, "end": { - "line": 164, - "column": 70 + "line": 174, + "column": 73 } } }, @@ -11951,16 +12212,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 6735, - 6747 + 6962, + 6974 ], "loc": { "start": { - "line": 165, + "line": 175, "column": 28 }, "end": { - "line": 165, + "line": 175, "column": 40 } } @@ -11972,16 +12233,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 6750, - 6762 + 6977, + 6989 ], "loc": { "start": { - "line": 165, + "line": 175, "column": 43 }, "end": { - "line": 165, + "line": 175, "column": 55 } } @@ -11993,16 +12254,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 6763, - 6774 + 6990, + 7001 ], "loc": { "start": { - "line": 165, + "line": 175, "column": 56 }, "end": { - "line": 165, + "line": 175, "column": 67 } } @@ -12012,92 +12273,92 @@ "value": 1, "raw": "1", "range": [ - 6775, - 6776 + 7004, + 7005 ], "loc": { "start": { - "line": 165, - "column": 68 + "line": 175, + "column": 70 }, "end": { - "line": 165, - "column": 69 + "line": 175, + "column": 71 } } }, "range": [ - 6763, - 6776 + 6990, + 7005 ], "loc": { "start": { - "line": 165, + "line": 175, "column": 56 }, "end": { - "line": 165, - "column": 69 + "line": 175, + "column": 71 } } }, "range": [ - 6750, - 6777 + 6977, + 7006 ], "loc": { "start": { - "line": 165, + "line": 175, "column": 43 }, "end": { - "line": 165, - "column": 70 + "line": 175, + "column": 72 } } }, "range": [ - 6735, - 6777 + 6962, + 7006 ], "loc": { "start": { - "line": 165, + "line": 175, "column": 28 }, "end": { - "line": 165, - "column": 70 + "line": 175, + "column": 72 } } }, "range": [ - 6735, - 6778 + 6962, + 7007 ], "loc": { "start": { - "line": 165, + "line": 175, "column": 28 }, "end": { - "line": 165, - "column": 71 + "line": 175, + "column": 73 } } } ], "range": [ - 6705, - 6804 + 6932, + 7033 ], "loc": { "start": { - "line": 164, - "column": 71 + "line": 174, + "column": 75 }, "end": { - "line": 166, + "line": 176, "column": 25 } } @@ -12114,16 +12375,16 @@ "type": "Identifier", "name": "calcRowIndex", "range": [ - 6844, - 6856 + 7073, + 7085 ], "loc": { "start": { - "line": 167, + "line": 177, "column": 32 }, "end": { - "line": 167, + "line": 177, "column": 44 } } @@ -12135,16 +12396,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 6860, - 6878 + 7089, + 7107 ], "loc": { "start": { - "line": 167, + "line": 177, "column": 48 }, "end": { - "line": 167, + "line": 177, "column": 66 } } @@ -12153,46 +12414,46 @@ "type": "Identifier", "name": "d", "range": [ - 6881, - 6882 + 7110, + 7111 ], "loc": { "start": { - "line": 167, + "line": 177, "column": 69 }, "end": { - "line": 167, + "line": 177, "column": 70 } } }, "range": [ - 6860, - 6882 + 7089, + 7111 ], "loc": { "start": { - "line": 167, + "line": 177, "column": 48 }, "end": { - "line": 167, + "line": 177, "column": 70 } } }, "range": [ - 6844, - 6883 + 7073, + 7112 ], "loc": { "start": { - "line": 167, + "line": 177, "column": 32 }, "end": { - "line": 167, + "line": 177, "column": 71 } } @@ -12200,16 +12461,16 @@ ], "kind": "var", "range": [ - 6840, - 6884 + 7069, + 7113 ], "loc": { "start": { - "line": 167, + "line": 177, "column": 28 }, "end": { - "line": 167, + "line": 177, "column": 72 } } @@ -12223,17 +12484,17 @@ "type": "Identifier", "name": "calcRowIndex", "range": [ - 6916, - 6928 + 7146, + 7158 ], "loc": { "start": { - "line": 168, - "column": 31 + "line": 178, + "column": 32 }, "end": { - "line": 168, - "column": 43 + "line": 178, + "column": 44 } } }, @@ -12244,17 +12505,17 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 6932, - 6943 + 7162, + 7173 ], "loc": { "start": { - "line": 168, - "column": 47 + "line": 178, + "column": 48 }, "end": { - "line": 168, - "column": 58 + "line": 178, + "column": 59 } } }, @@ -12263,47 +12524,47 @@ "value": 1, "raw": "1", "range": [ - 6944, - 6945 + 7176, + 7177 ], "loc": { "start": { - "line": 168, - "column": 59 + "line": 178, + "column": 62 }, "end": { - "line": 168, - "column": 60 + "line": 178, + "column": 63 } } }, "range": [ - 6932, - 6945 + 7162, + 7177 ], "loc": { "start": { - "line": 168, - "column": 47 + "line": 178, + "column": 48 }, "end": { - "line": 168, - "column": 60 + "line": 178, + "column": 63 } } }, "range": [ - 6916, - 6946 + 7146, + 7178 ], "loc": { "start": { - "line": 168, - "column": 31 + "line": 178, + "column": 32 }, "end": { - "line": 168, - "column": 61 + "line": 178, + "column": 64 } } }, @@ -12319,16 +12580,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 6981, - 6993 + 7214, + 7226 ], "loc": { "start": { - "line": 169, + "line": 179, "column": 32 }, "end": { - "line": 169, + "line": 179, "column": 44 } } @@ -12340,16 +12601,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 6996, - 7008 + 7229, + 7241 ], "loc": { "start": { - "line": 169, + "line": 179, "column": 47 }, "end": { - "line": 169, + "line": 179, "column": 59 } } @@ -12361,16 +12622,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 7009, - 7020 + 7242, + 7253 ], "loc": { "start": { - "line": 169, + "line": 179, "column": 60 }, "end": { - "line": 169, + "line": 179, "column": 71 } } @@ -12380,92 +12641,92 @@ "value": 1, "raw": "1", "range": [ - 7021, - 7022 + 7256, + 7257 ], "loc": { "start": { - "line": 169, - "column": 72 + "line": 179, + "column": 74 }, "end": { - "line": 169, - "column": 73 + "line": 179, + "column": 75 } } }, "range": [ - 7009, - 7022 + 7242, + 7257 ], "loc": { "start": { - "line": 169, + "line": 179, "column": 60 }, "end": { - "line": 169, - "column": 73 + "line": 179, + "column": 75 } } }, "range": [ - 6996, - 7023 + 7229, + 7258 ], "loc": { "start": { - "line": 169, + "line": 179, "column": 47 }, "end": { - "line": 169, - "column": 74 + "line": 179, + "column": 76 } } }, "range": [ - 6981, - 7023 + 7214, + 7258 ], "loc": { "start": { - "line": 169, + "line": 179, "column": 32 }, "end": { - "line": 169, - "column": 74 + "line": 179, + "column": 76 } } }, "range": [ - 6981, - 7024 + 7214, + 7259 ], "loc": { "start": { - "line": 169, + "line": 179, "column": 32 }, "end": { - "line": 169, - "column": 75 + "line": 179, + "column": 77 } } } ], "range": [ - 6947, - 7054 + 7180, + 7289 ], "loc": { "start": { - "line": 168, - "column": 62 + "line": 178, + "column": 66 }, "end": { - "line": 170, + "line": 180, "column": 29 } } @@ -12482,16 +12743,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 7094, - 7106 + 7329, + 7341 ], "loc": { "start": { - "line": 171, + "line": 181, "column": 32 }, "end": { - "line": 171, + "line": 181, "column": 44 } } @@ -12503,16 +12764,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7109, - 7121 + 7344, + 7356 ], "loc": { "start": { - "line": 171, + "line": 181, "column": 47 }, "end": { - "line": 171, + "line": 181, "column": 59 } } @@ -12521,123 +12782,123 @@ "type": "Identifier", "name": "calcRowIndex", "range": [ - 7122, - 7134 + 7357, + 7369 ], "loc": { "start": { - "line": 171, + "line": 181, "column": 60 }, "end": { - "line": 171, + "line": 181, "column": 72 } } }, "range": [ - 7109, - 7135 + 7344, + 7370 ], "loc": { "start": { - "line": 171, + "line": 181, "column": 47 }, "end": { - "line": 171, + "line": 181, "column": 73 } } }, "range": [ - 7094, - 7135 + 7329, + 7370 ], "loc": { "start": { - "line": 171, + "line": 181, "column": 32 }, "end": { - "line": 171, + "line": 181, "column": 73 } } }, "range": [ - 7094, - 7136 + 7329, + 7371 ], "loc": { "start": { - "line": 171, + "line": 181, "column": 32 }, "end": { - "line": 171, + "line": 181, "column": 74 } } } ], "range": [ - 7060, - 7166 + 7295, + 7401 ], "loc": { "start": { - "line": 170, + "line": 180, "column": 35 }, "end": { - "line": 172, + "line": 182, "column": 29 } } }, "range": [ - 6913, - 7166 + 7142, + 7401 ], "loc": { "start": { - "line": 168, + "line": 178, "column": 28 }, "end": { - "line": 172, + "line": 182, "column": 29 } } } ], "range": [ - 6810, - 7192 + 7039, + 7427 ], "loc": { "start": { - "line": 166, + "line": 176, "column": 31 }, "end": { - "line": 173, + "line": 183, "column": 25 } } }, "range": [ - 6658, - 7192 + 6881, + 7427 ], "loc": { "start": { - "line": 164, + "line": 174, "column": 24 }, "end": { - "line": 173, + "line": 183, "column": 25 } }, @@ -12646,16 +12907,16 @@ "type": "Line", "value": "last row", "range": [ - 6623, - 6633 + 6846, + 6856 ], "loc": { "start": { - "line": 163, + "line": 173, "column": 24 }, "end": { - "line": 163, + "line": 173, "column": 34 } } @@ -12664,16 +12925,16 @@ } ], "range": [ - 6597, - 7214 + 6820, + 7449 ], "loc": { "start": { - "line": 162, - "column": 50 + "line": 172, + "column": 54 }, "end": { - "line": 174, + "line": 184, "column": 21 } } @@ -12693,17 +12954,17 @@ "type": "Identifier", "name": "row", "range": [ - 7284, - 7287 + 7521, + 7524 ], "loc": { "start": { - "line": 176, - "column": 27 + "line": 186, + "column": 28 }, "end": { - "line": 176, - "column": 30 + "line": 186, + "column": 31 } } }, @@ -12711,32 +12972,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 7288, - 7296 + 7525, + 7533 ], "loc": { "start": { - "line": 176, - "column": 31 + "line": 186, + "column": 32 }, "end": { - "line": 176, - "column": 39 + "line": 186, + "column": 40 } } }, "range": [ - 7284, - 7296 + 7521, + 7533 ], "loc": { "start": { - "line": 176, - "column": 27 + "line": 186, + "column": 28 }, "end": { - "line": 176, - "column": 39 + "line": 186, + "column": 40 } } }, @@ -12747,17 +13008,17 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7300, - 7312 + 7537, + 7549 ], "loc": { "start": { - "line": 176, - "column": 43 + "line": 186, + "column": 44 }, "end": { - "line": 176, - "column": 55 + "line": 186, + "column": 56 } } }, @@ -12766,47 +13027,47 @@ "value": 0, "raw": "0", "range": [ - 7313, - 7314 + 7550, + 7551 ], "loc": { "start": { - "line": 176, - "column": 56 + "line": 186, + "column": 57 }, "end": { - "line": 176, - "column": 57 + "line": 186, + "column": 58 } } }, "range": [ - 7300, - 7315 + 7537, + 7552 ], "loc": { "start": { - "line": 176, - "column": 43 + "line": 186, + "column": 44 }, "end": { - "line": 176, - "column": 58 + "line": 186, + "column": 59 } } }, "range": [ - 7284, - 7315 + 7521, + 7552 ], "loc": { "start": { - "line": 176, - "column": 27 + "line": 186, + "column": 28 }, "end": { - "line": 176, - "column": 58 + "line": 186, + "column": 59 } } }, @@ -12822,16 +13083,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 7346, - 7358 + 7584, + 7596 ], "loc": { "start": { - "line": 177, + "line": 187, "column": 28 }, "end": { - "line": 177, + "line": 187, "column": 40 } } @@ -12843,16 +13104,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7361, - 7373 + 7599, + 7611 ], "loc": { "start": { - "line": 177, + "line": 187, "column": 43 }, "end": { - "line": 177, + "line": 187, "column": 55 } } @@ -12862,77 +13123,77 @@ "value": 0, "raw": "0", "range": [ - 7374, - 7375 + 7612, + 7613 ], "loc": { "start": { - "line": 177, + "line": 187, "column": 56 }, "end": { - "line": 177, + "line": 187, "column": 57 } } }, "range": [ - 7361, - 7376 + 7599, + 7614 ], "loc": { "start": { - "line": 177, + "line": 187, "column": 43 }, "end": { - "line": 177, + "line": 187, "column": 58 } } }, "range": [ - 7346, - 7376 + 7584, + 7614 ], "loc": { "start": { - "line": 177, + "line": 187, "column": 28 }, "end": { - "line": 177, + "line": 187, "column": 58 } } }, "range": [ - 7346, - 7377 + 7584, + 7615 ], "loc": { "start": { - "line": 177, + "line": 187, "column": 28 }, "end": { - "line": 177, + "line": 187, "column": 59 } } } ], "range": [ - 7316, - 7403 + 7554, + 7641 ], "loc": { "start": { - "line": 176, - "column": 59 + "line": 186, + "column": 61 }, "end": { - "line": 178, + "line": 188, "column": 25 } } @@ -12949,16 +13210,16 @@ "type": "Identifier", "name": "v", "range": [ - 7443, - 7444 + 7681, + 7682 ], "loc": { "start": { - "line": 179, + "line": 189, "column": 32 }, "end": { - "line": 179, + "line": 189, "column": 33 } } @@ -12970,16 +13231,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7447, - 7459 + 7685, + 7697 ], "loc": { "start": { - "line": 179, + "line": 189, "column": 36 }, "end": { - "line": 179, + "line": 189, "column": 48 } } @@ -12991,16 +13252,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 7460, - 7478 + 7698, + 7716 ], "loc": { "start": { - "line": 179, + "line": 189, "column": 49 }, "end": { - "line": 179, + "line": 189, "column": 67 } } @@ -13009,61 +13270,61 @@ "type": "Identifier", "name": "d", "range": [ - 7481, - 7482 + 7719, + 7720 ], "loc": { "start": { - "line": 179, + "line": 189, "column": 70 }, "end": { - "line": 179, + "line": 189, "column": 71 } } }, "range": [ - 7460, - 7482 + 7698, + 7720 ], "loc": { "start": { - "line": 179, + "line": 189, "column": 49 }, "end": { - "line": 179, + "line": 189, "column": 71 } } }, "range": [ - 7447, - 7483 + 7685, + 7721 ], "loc": { "start": { - "line": 179, + "line": 189, "column": 36 }, "end": { - "line": 179, + "line": 189, "column": 72 } } }, "range": [ - 7443, - 7483 + 7681, + 7721 ], "loc": { "start": { - "line": 179, + "line": 189, "column": 32 }, "end": { - "line": 179, + "line": 189, "column": 72 } } @@ -13071,16 +13332,16 @@ ], "kind": "var", "range": [ - 7439, - 7484 + 7677, + 7722 ], "loc": { "start": { - "line": 179, + "line": 189, "column": 28 }, "end": { - "line": 179, + "line": 189, "column": 73 } } @@ -13094,16 +13355,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 7513, - 7525 + 7751, + 7763 ], "loc": { "start": { - "line": 180, + "line": 190, "column": 28 }, "end": { - "line": 180, + "line": 190, "column": 40 } } @@ -13114,16 +13375,16 @@ "type": "Identifier", "name": "v", "range": [ - 7528, - 7529 + 7766, + 7767 ], "loc": { "start": { - "line": 180, + "line": 190, "column": 43 }, "end": { - "line": 180, + "line": 190, "column": 44 } } @@ -13132,16 +13393,16 @@ "type": "Identifier", "name": "v", "range": [ - 7532, - 7533 + 7770, + 7771 ], "loc": { "start": { - "line": 180, + "line": 190, "column": 47 }, "end": { - "line": 180, + "line": 190, "column": 48 } } @@ -13153,16 +13414,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7536, - 7548 + 7774, + 7786 ], "loc": { "start": { - "line": 180, + "line": 190, "column": 51 }, "end": { - "line": 180, + "line": 190, "column": 63 } } @@ -13172,107 +13433,107 @@ "value": 0, "raw": "0", "range": [ - 7549, - 7550 + 7787, + 7788 ], "loc": { "start": { - "line": 180, + "line": 190, "column": 64 }, "end": { - "line": 180, + "line": 190, "column": 65 } } }, "range": [ - 7536, - 7551 + 7774, + 7789 ], "loc": { "start": { - "line": 180, + "line": 190, "column": 51 }, "end": { - "line": 180, + "line": 190, "column": 66 } } }, "range": [ - 7528, - 7551 + 7766, + 7789 ], "loc": { "start": { - "line": 180, + "line": 190, "column": 43 }, "end": { - "line": 180, + "line": 190, "column": 66 } } }, "range": [ - 7513, - 7551 + 7751, + 7789 ], "loc": { "start": { - "line": 180, + "line": 190, "column": 28 }, "end": { - "line": 180, + "line": 190, "column": 66 } } }, "range": [ - 7513, - 7552 + 7751, + 7790 ], "loc": { "start": { - "line": 180, + "line": 190, "column": 28 }, "end": { - "line": 180, + "line": 190, "column": 67 } } } ], "range": [ - 7409, - 7578 + 7647, + 7816 ], "loc": { "start": { - "line": 178, + "line": 188, "column": 31 }, "end": { - "line": 181, + "line": 191, "column": 25 } } }, "range": [ - 7281, - 7578 + 7517, + 7816 ], "loc": { "start": { - "line": 176, + "line": 186, "column": 24 }, "end": { - "line": 181, + "line": 191, "column": 25 } }, @@ -13281,16 +13542,16 @@ "type": "Line", "value": "first row", "range": [ - 7245, - 7256 + 7481, + 7492 ], "loc": { "start": { - "line": 175, + "line": 185, "column": 24 }, "end": { - "line": 175, + "line": 185, "column": 35 } } @@ -13299,31 +13560,31 @@ } ], "range": [ - 7219, - 7600 + 7455, + 7838 ], "loc": { "start": { - "line": 174, - "column": 26 + "line": 184, + "column": 27 }, "end": { - "line": 182, + "line": 192, "column": 21 } } }, "range": [ - 6567, - 7600 + 6786, + 7838 ], "loc": { "start": { - "line": 162, + "line": 172, "column": 20 }, "end": { - "line": 182, + "line": 192, "column": 21 } }, @@ -13332,16 +13593,16 @@ "type": "Line", "value": "Selection direction up/down", "range": [ - 6517, - 6546 + 6736, + 6765 ], "loc": { "start": { - "line": 161, + "line": 171, "column": 20 }, "end": { - "line": 161, + "line": 171, "column": 49 } } @@ -13357,16 +13618,16 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 7621, - 7634 + 7859, + 7872 ], "loc": { "start": { - "line": 183, + "line": 193, "column": 20 }, "end": { - "line": 183, + "line": 193, "column": 33 } } @@ -13378,16 +13639,16 @@ "type": "Identifier", "name": "row", "range": [ - 7637, - 7640 + 7875, + 7878 ], "loc": { "start": { - "line": 183, + "line": 193, "column": 36 }, "end": { - "line": 183, + "line": 193, "column": 39 } } @@ -13396,61 +13657,61 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 7641, - 7649 + 7879, + 7887 ], "loc": { "start": { - "line": 183, + "line": 193, "column": 40 }, "end": { - "line": 183, + "line": 193, "column": 48 } } }, "range": [ - 7637, - 7649 + 7875, + 7887 ], "loc": { "start": { - "line": 183, + "line": 193, "column": 36 }, "end": { - "line": 183, + "line": 193, "column": 48 } } }, "range": [ - 7621, - 7649 + 7859, + 7887 ], "loc": { "start": { - "line": 183, + "line": 193, "column": 20 }, "end": { - "line": 183, + "line": 193, "column": 48 } } }, "range": [ - 7621, - 7650 + 7859, + 7888 ], "loc": { "start": { - "line": 183, + "line": 193, "column": 20 }, "end": { - "line": 183, + "line": 193, "column": 49 } } @@ -13463,16 +13724,16 @@ "type": "Identifier", "name": "doSelect", "range": [ - 7671, - 7679 + 7909, + 7917 ], "loc": { "start": { - "line": 184, + "line": 194, "column": 20 }, "end": { - "line": 184, + "line": 194, "column": 28 } } @@ -13482,63 +13743,63 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 7680, - 7692 + 7918, + 7930 ], "loc": { "start": { - "line": 184, + "line": 194, "column": 29 }, "end": { - "line": 184, + "line": 194, "column": 41 } } } ], "range": [ - 7671, - 7693 + 7909, + 7931 ], "loc": { "start": { - "line": 184, + "line": 194, "column": 20 }, "end": { - "line": 184, + "line": 194, "column": 42 } } }, "range": [ - 7671, - 7694 + 7909, + 7932 ], "loc": { "start": { - "line": 184, + "line": 194, "column": 20 }, "end": { - "line": 184, + "line": 194, "column": 43 } } } ], "range": [ - 6495, - 7712 + 6714, + 7950 ], "loc": { "start": { - "line": 160, - "column": 31 + "line": 170, + "column": 33 }, "end": { - "line": 185, + "line": 195, "column": 17 } } @@ -13558,17 +13819,17 @@ "type": "Identifier", "name": "keyCode", "range": [ - 7854, - 7861 + 8093, + 8100 ], "loc": { "start": { - "line": 188, - "column": 23 + "line": 198, + "column": 24 }, "end": { - "line": 188, - "column": 30 + "line": 198, + "column": 31 } } }, @@ -13577,32 +13838,32 @@ "value": 34, "raw": "34", "range": [ - 7864, - 7866 + 8105, + 8107 ], "loc": { "start": { - "line": 188, - "column": 33 + "line": 198, + "column": 36 }, "end": { - "line": 188, - "column": 35 + "line": 198, + "column": 38 } } }, "range": [ - 7854, - 7866 + 8093, + 8107 ], "loc": { "start": { - "line": 188, - "column": 23 + "line": 198, + "column": 24 }, "end": { - "line": 188, - "column": 35 + "line": 198, + "column": 38 } } }, @@ -13613,17 +13874,17 @@ "type": "Identifier", "name": "keyCode", "range": [ - 7870, - 7877 + 8111, + 8118 ], "loc": { "start": { - "line": 188, - "column": 39 + "line": 198, + "column": 42 }, "end": { - "line": 188, - "column": 46 + "line": 198, + "column": 49 } } }, @@ -13632,47 +13893,47 @@ "value": 33, "raw": "33", "range": [ - 7880, - 7882 + 8123, + 8125 ], "loc": { "start": { - "line": 188, - "column": 49 + "line": 198, + "column": 54 }, "end": { - "line": 188, - "column": 51 + "line": 198, + "column": 56 } } }, "range": [ - 7870, - 7882 + 8111, + 8125 ], "loc": { "start": { - "line": 188, - "column": 39 + "line": 198, + "column": 42 }, "end": { - "line": 188, - "column": 51 + "line": 198, + "column": 56 } } }, "range": [ - 7854, - 7882 + 8093, + 8125 ], "loc": { "start": { - "line": 188, - "column": 23 + "line": 198, + "column": 24 }, "end": { - "line": 188, - "column": 51 + "line": 198, + "column": 56 } } }, @@ -13688,16 +13949,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 7909, - 7927 + 8153, + 8171 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 24 }, "end": { - "line": 189, + "line": 199, "column": 42 } } @@ -13711,16 +13972,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 7930, - 7942 + 8174, + 8186 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 45 }, "end": { - "line": 189, + "line": 199, "column": 57 } } @@ -13729,31 +13990,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 7943, - 7950 + 8187, + 8194 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 58 }, "end": { - "line": 189, + "line": 199, "column": 65 } } }, "range": [ - 7930, - 7950 + 8174, + 8194 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 45 }, "end": { - "line": 189, + "line": 199, "column": 65 } } @@ -13766,16 +14027,16 @@ "type": "Identifier", "name": "row", "range": [ - 7951, - 7954 + 8195, + 8198 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 66 }, "end": { - "line": 189, + "line": 199, "column": 69 } } @@ -13784,77 +14045,77 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 7955, - 7963 + 8199, + 8207 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 70 }, "end": { - "line": 189, + "line": 199, "column": 78 } } }, "range": [ - 7951, - 7963 + 8195, + 8207 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 66 }, "end": { - "line": 189, + "line": 199, "column": 78 } } } ], "range": [ - 7930, - 7964 + 8174, + 8208 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 45 }, "end": { - "line": 189, + "line": 199, "column": 79 } } }, "range": [ - 7909, - 7964 + 8153, + 8208 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 24 }, "end": { - "line": 189, + "line": 199, "column": 79 } } }, "range": [ - 7909, - 7965 + 8153, + 8209 ], "loc": { "start": { - "line": 189, + "line": 199, "column": 24 }, "end": { - "line": 189, + "line": 199, "column": 80 } } @@ -13868,16 +14129,16 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 7990, - 8003 + 8234, + 8247 ], "loc": { "start": { - "line": 190, + "line": 200, "column": 24 }, "end": { - "line": 190, + "line": 200, "column": 37 } } @@ -13889,16 +14150,16 @@ "type": "Identifier", "name": "row", "range": [ - 8006, - 8009 + 8250, + 8253 ], "loc": { "start": { - "line": 190, + "line": 200, "column": 40 }, "end": { - "line": 190, + "line": 200, "column": 43 } } @@ -13907,77 +14168,77 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 8010, - 8018 + 8254, + 8262 ], "loc": { "start": { - "line": 190, + "line": 200, "column": 44 }, "end": { - "line": 190, + "line": 200, "column": 52 } } }, "range": [ - 8006, - 8018 + 8250, + 8262 ], "loc": { "start": { - "line": 190, + "line": 200, "column": 40 }, "end": { - "line": 190, + "line": 200, "column": 52 } } }, "range": [ - 7990, - 8018 + 8234, + 8262 ], "loc": { "start": { - "line": 190, + "line": 200, "column": 24 }, "end": { - "line": 190, + "line": 200, "column": 52 } } }, "range": [ - 7990, - 8019 + 8234, + 8263 ], "loc": { "start": { - "line": 190, + "line": 200, "column": 24 }, "end": { - "line": 190, + "line": 200, "column": 53 } } } ], "range": [ - 7883, - 8041 + 8127, + 8285 ], "loc": { "start": { - "line": 188, - "column": 52 + "line": 198, + "column": 58 }, "end": { - "line": 191, + "line": 201, "column": 21 } } @@ -13994,17 +14255,17 @@ "type": "Identifier", "name": "keyCode", "range": [ - 8076, - 8083 + 8321, + 8328 ], "loc": { "start": { - "line": 192, - "column": 27 + "line": 202, + "column": 28 }, "end": { - "line": 192, - "column": 34 + "line": 202, + "column": 35 } } }, @@ -14013,32 +14274,32 @@ "value": 34, "raw": "34", "range": [ - 8088, - 8090 + 8333, + 8335 ], "loc": { "start": { - "line": 192, - "column": 39 + "line": 202, + "column": 40 }, "end": { - "line": 192, - "column": 41 + "line": 202, + "column": 42 } } }, "range": [ - 8076, - 8090 + 8321, + 8335 ], "loc": { "start": { - "line": 192, - "column": 27 + "line": 202, + "column": 28 }, "end": { - "line": 192, - "column": 41 + "line": 202, + "column": 42 } } }, @@ -14057,17 +14318,17 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8173, - 8191 + 8420, + 8438 ], "loc": { "start": { - "line": 194, - "column": 32 + "line": 204, + "column": 33 }, "end": { - "line": 194, - "column": 50 + "line": 204, + "column": 51 } } }, @@ -14075,32 +14336,32 @@ "type": "Identifier", "name": "d", "range": [ - 8194, - 8195 + 8441, + 8442 ], "loc": { "start": { - "line": 194, - "column": 53 + "line": 204, + "column": 54 }, "end": { - "line": 194, - "column": 54 + "line": 204, + "column": 55 } } }, "range": [ - 8173, - 8195 + 8420, + 8442 ], "loc": { "start": { - "line": 194, - "column": 32 + "line": 204, + "column": 33 }, "end": { - "line": 194, - "column": 54 + "line": 204, + "column": 55 } } }, @@ -14111,17 +14372,17 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 8201, - 8212 + 8448, + 8459 ], "loc": { "start": { - "line": 194, - "column": 60 + "line": 204, + "column": 61 }, "end": { - "line": 194, - "column": 71 + "line": 204, + "column": 72 } } }, @@ -14130,47 +14391,47 @@ "value": 1, "raw": "1", "range": [ - 8213, - 8214 + 8462, + 8463 ], "loc": { "start": { - "line": 194, - "column": 72 + "line": 204, + "column": 75 }, "end": { - "line": 194, - "column": 73 + "line": 204, + "column": 76 } } }, "range": [ - 8201, - 8214 + 8448, + 8463 ], "loc": { "start": { - "line": 194, - "column": 60 + "line": 204, + "column": 61 }, "end": { - "line": 194, - "column": 73 + "line": 204, + "column": 76 } } }, "range": [ - 8172, - 8215 + 8419, + 8464 ], "loc": { "start": { - "line": 194, - "column": 31 + "line": 204, + "column": 32 }, "end": { - "line": 194, - "column": 74 + "line": 204, + "column": 77 } } }, @@ -14186,16 +14447,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8250, - 8262 + 8500, + 8512 ], "loc": { "start": { - "line": 195, + "line": 205, "column": 32 }, "end": { - "line": 195, + "line": 205, "column": 44 } } @@ -14207,16 +14468,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 8265, - 8277 + 8515, + 8527 ], "loc": { "start": { - "line": 195, + "line": 205, "column": 47 }, "end": { - "line": 195, + "line": 205, "column": 59 } } @@ -14228,17 +14489,17 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8311, - 8329 + 8565, + 8583 ], "loc": { "start": { - "line": 196, - "column": 32 + "line": 206, + "column": 36 }, "end": { - "line": 196, - "column": 50 + "line": 206, + "column": 54 } } }, @@ -14246,92 +14507,92 @@ "type": "Identifier", "name": "d", "range": [ - 8332, - 8333 + 8586, + 8587 ], "loc": { "start": { - "line": 196, - "column": 53 + "line": 206, + "column": 57 }, "end": { - "line": 196, - "column": 54 + "line": 206, + "column": 58 } } }, "range": [ - 8311, - 8333 + 8565, + 8587 ], "loc": { "start": { - "line": 196, - "column": 32 + "line": 206, + "column": 36 }, "end": { - "line": 196, - "column": 54 + "line": 206, + "column": 58 } } }, "range": [ - 8265, - 8334 + 8515, + 8588 ], "loc": { "start": { - "line": 195, + "line": 205, "column": 47 }, "end": { - "line": 196, - "column": 55 + "line": 206, + "column": 59 } } }, "range": [ - 8250, - 8334 + 8500, + 8588 ], "loc": { "start": { - "line": 195, + "line": 205, "column": 32 }, "end": { - "line": 196, - "column": 55 + "line": 206, + "column": 59 } } }, "range": [ - 8250, - 8335 + 8500, + 8589 ], "loc": { "start": { - "line": 195, + "line": 205, "column": 32 }, "end": { - "line": 196, - "column": 56 + "line": 206, + "column": 60 } } } ], "range": [ - 8216, - 8365 + 8466, + 8619 ], "loc": { "start": { - "line": 194, - "column": 75 + "line": 204, + "column": 79 }, "end": { - "line": 197, + "line": 207, "column": 29 } } @@ -14348,16 +14609,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8405, - 8417 + 8659, + 8671 ], "loc": { "start": { - "line": 198, + "line": 208, "column": 32 }, "end": { - "line": 198, + "line": 208, "column": 44 } } @@ -14372,16 +14633,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 8421, - 8432 + 8675, + 8686 ], "loc": { "start": { - "line": 198, + "line": 208, "column": 48 }, "end": { - "line": 198, + "line": 208, "column": 59 } } @@ -14391,108 +14652,108 @@ "value": 1, "raw": "1", "range": [ - 8433, - 8434 + 8689, + 8690 ], "loc": { "start": { - "line": 198, - "column": 60 + "line": 208, + "column": 62 }, "end": { - "line": 198, - "column": 61 + "line": 208, + "column": 63 } } }, "range": [ - 8421, - 8434 + 8675, + 8690 ], "loc": { "start": { - "line": 198, + "line": 208, "column": 48 }, "end": { - "line": 198, - "column": 61 + "line": 208, + "column": 63 } } } ], "range": [ - 8420, - 8435 + 8674, + 8691 ], "loc": { "start": { - "line": 198, + "line": 208, "column": 47 }, "end": { - "line": 198, - "column": 62 + "line": 208, + "column": 64 } } }, "range": [ - 8405, - 8435 + 8659, + 8691 ], "loc": { "start": { - "line": 198, + "line": 208, "column": 32 }, "end": { - "line": 198, - "column": 62 + "line": 208, + "column": 64 } } }, "range": [ - 8405, - 8436 + 8659, + 8692 ], "loc": { "start": { - "line": 198, + "line": 208, "column": 32 }, "end": { - "line": 198, - "column": 63 + "line": 208, + "column": 65 } } } ], "range": [ - 8371, - 8466 + 8625, + 8722 ], "loc": { "start": { - "line": 197, + "line": 207, "column": 35 }, "end": { - "line": 199, + "line": 209, "column": 29 } } }, "range": [ - 8169, - 8466 + 8415, + 8722 ], "loc": { "start": { - "line": 194, + "line": 204, "column": 28 }, "end": { - "line": 199, + "line": 209, "column": 29 } }, @@ -14501,17 +14762,17 @@ "type": "Line", "value": "pgdown", "range": [ - 8093, - 8101 + 8339, + 8347 ], "loc": { "start": { - "line": 192, - "column": 44 + "line": 202, + "column": 46 }, "end": { - "line": 192, - "column": 52 + "line": 202, + "column": 54 } } }, @@ -14519,16 +14780,16 @@ "type": "Line", "value": "last row", "range": [ - 8130, - 8140 + 8376, + 8386 ], "loc": { "start": { - "line": 193, + "line": 203, "column": 28 }, "end": { - "line": 193, + "line": 203, "column": 38 } } @@ -14537,16 +14798,16 @@ } ], "range": [ - 8091, - 8492 + 8337, + 8748 ], "loc": { "start": { - "line": 192, - "column": 42 + "line": 202, + "column": 44 }, "end": { - "line": 200, + "line": 210, "column": 25 } } @@ -14566,17 +14827,17 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8579, - 8597 + 8836, + 8854 ], "loc": { "start": { - "line": 202, - "column": 32 + "line": 212, + "column": 33 }, "end": { - "line": 202, - "column": 50 + "line": 212, + "column": 51 } } }, @@ -14584,32 +14845,32 @@ "type": "Identifier", "name": "d", "range": [ - 8600, - 8601 + 8857, + 8858 ], "loc": { "start": { - "line": 202, - "column": 53 + "line": 212, + "column": 54 }, "end": { - "line": 202, - "column": 54 + "line": 212, + "column": 55 } } }, "range": [ - 8579, - 8601 + 8836, + 8858 ], "loc": { "start": { - "line": 202, - "column": 32 + "line": 212, + "column": 33 }, "end": { - "line": 202, - "column": 54 + "line": 212, + "column": 55 } } }, @@ -14620,17 +14881,17 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 8606, - 8618 + 8863, + 8875 ], "loc": { "start": { - "line": 202, - "column": 59 + "line": 212, + "column": 60 }, "end": { - "line": 202, - "column": 71 + "line": 212, + "column": 72 } } }, @@ -14639,47 +14900,47 @@ "value": 0, "raw": "0", "range": [ - 8619, - 8620 + 8876, + 8877 ], "loc": { "start": { - "line": 202, - "column": 72 + "line": 212, + "column": 73 }, "end": { - "line": 202, - "column": 73 + "line": 212, + "column": 74 } } }, "range": [ - 8606, - 8621 + 8863, + 8878 ], "loc": { "start": { - "line": 202, - "column": 59 + "line": 212, + "column": 60 }, "end": { - "line": 202, - "column": 74 + "line": 212, + "column": 75 } } }, "range": [ - 8578, - 8621 + 8835, + 8878 ], "loc": { "start": { - "line": 202, - "column": 31 + "line": 212, + "column": 32 }, "end": { - "line": 202, - "column": 74 + "line": 212, + "column": 75 } } }, @@ -14695,16 +14956,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8656, - 8668 + 8914, + 8926 ], "loc": { "start": { - "line": 203, + "line": 213, "column": 32 }, "end": { - "line": 203, + "line": 213, "column": 44 } } @@ -14716,16 +14977,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 8671, - 8683 + 8929, + 8941 ], "loc": { "start": { - "line": 203, + "line": 213, "column": 47 }, "end": { - "line": 203, + "line": 213, "column": 59 } } @@ -14735,77 +14996,77 @@ "value": 0, "raw": "0", "range": [ - 8684, - 8685 + 8942, + 8943 ], "loc": { "start": { - "line": 203, + "line": 213, "column": 60 }, "end": { - "line": 203, + "line": 213, "column": 61 } } }, "range": [ - 8671, - 8686 + 8929, + 8944 ], "loc": { "start": { - "line": 203, + "line": 213, "column": 47 }, "end": { - "line": 203, + "line": 213, "column": 62 } } }, "range": [ - 8656, - 8686 + 8914, + 8944 ], "loc": { "start": { - "line": 203, + "line": 213, "column": 32 }, "end": { - "line": 203, + "line": 213, "column": 62 } } }, "range": [ - 8656, - 8687 + 8914, + 8945 ], "loc": { "start": { - "line": 203, + "line": 213, "column": 32 }, "end": { - "line": 203, + "line": 213, "column": 63 } } } ], "range": [ - 8622, - 8717 + 8880, + 8975 ], "loc": { "start": { - "line": 202, - "column": 75 + "line": 212, + "column": 77 }, "end": { - "line": 204, + "line": 214, "column": 29 } } @@ -14822,16 +15083,16 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8757, - 8769 + 9015, + 9027 ], "loc": { "start": { - "line": 205, + "line": 215, "column": 32 }, "end": { - "line": 205, + "line": 215, "column": 44 } } @@ -14843,16 +15104,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 8772, - 8784 + 9030, + 9042 ], "loc": { "start": { - "line": 205, + "line": 215, "column": 47 }, "end": { - "line": 205, + "line": 215, "column": 59 } } @@ -14864,16 +15125,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8822, - 8840 + 9080, + 9098 ], "loc": { "start": { - "line": 206, + "line": 216, "column": 36 }, "end": { - "line": 206, + "line": 216, "column": 54 } } @@ -14882,107 +15143,107 @@ "type": "Identifier", "name": "d", "range": [ - 8843, - 8844 + 9101, + 9102 ], "loc": { "start": { - "line": 206, + "line": 216, "column": 57 }, "end": { - "line": 206, + "line": 216, "column": 58 } } }, "range": [ - 8822, - 8844 + 9080, + 9102 ], "loc": { "start": { - "line": 206, + "line": 216, "column": 36 }, "end": { - "line": 206, + "line": 216, "column": 58 } } }, "range": [ - 8772, - 8845 + 9030, + 9103 ], "loc": { "start": { - "line": 205, + "line": 215, "column": 47 }, "end": { - "line": 206, + "line": 216, "column": 59 } } }, "range": [ - 8757, - 8845 + 9015, + 9103 ], "loc": { "start": { - "line": 205, + "line": 215, "column": 32 }, "end": { - "line": 206, + "line": 216, "column": 59 } } }, "range": [ - 8757, - 8846 + 9015, + 9104 ], "loc": { "start": { - "line": 205, + "line": 215, "column": 32 }, "end": { - "line": 206, + "line": 216, "column": 60 } } } ], "range": [ - 8723, - 8876 + 8981, + 9134 ], "loc": { "start": { - "line": 204, + "line": 214, "column": 35 }, "end": { - "line": 207, + "line": 217, "column": 29 } } }, "range": [ - 8575, - 8876 + 8831, + 9134 ], "loc": { "start": { - "line": 202, + "line": 212, "column": 28 }, "end": { - "line": 207, + "line": 217, "column": 29 } }, @@ -14991,16 +15252,16 @@ "type": "Line", "value": "pgup", "range": [ - 8500, - 8506 + 8756, + 8762 ], "loc": { "start": { - "line": 200, + "line": 210, "column": 33 }, "end": { - "line": 200, + "line": 210, "column": 39 } } @@ -15009,16 +15270,16 @@ "type": "Line", "value": "first row", "range": [ - 8535, - 8546 + 8791, + 8802 ], "loc": { "start": { - "line": 201, + "line": 211, "column": 28 }, "end": { - "line": 201, + "line": 211, "column": 39 } } @@ -15027,31 +15288,31 @@ } ], "range": [ - 8498, - 8902 + 8754, + 9160 ], "loc": { "start": { - "line": 200, + "line": 210, "column": 31 }, "end": { - "line": 208, + "line": 218, "column": 25 } } }, "range": [ - 8073, - 8902 + 8317, + 9160 ], "loc": { "start": { - "line": 192, + "line": 202, "column": 24 }, "end": { - "line": 208, + "line": 218, "column": 25 } } @@ -15065,16 +15326,16 @@ "type": "Identifier", "name": "_lastRowIndex", "range": [ - 8927, - 8940 + 9185, + 9198 ], "loc": { "start": { - "line": 209, + "line": 219, "column": 24 }, "end": { - "line": 209, + "line": 219, "column": 37 } } @@ -15083,46 +15344,46 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 8943, - 8955 + 9201, + 9213 ], "loc": { "start": { - "line": 209, + "line": 219, "column": 40 }, "end": { - "line": 209, + "line": 219, "column": 52 } } }, "range": [ - 8927, - 8955 + 9185, + 9213 ], "loc": { "start": { - "line": 209, + "line": 219, "column": 24 }, "end": { - "line": 209, + "line": 219, "column": 52 } } }, "range": [ - 8927, - 8956 + 9185, + 9214 ], "loc": { "start": { - "line": 209, + "line": 219, "column": 24 }, "end": { - "line": 209, + "line": 219, "column": 53 } } @@ -15136,16 +15397,16 @@ "type": "Identifier", "name": "_lastValidRowIndex", "range": [ - 8981, - 8999 + 9239, + 9257 ], "loc": { "start": { - "line": 210, + "line": 220, "column": 24 }, "end": { - "line": 210, + "line": 220, "column": 42 } } @@ -15159,16 +15420,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 9002, - 9014 + 9260, + 9272 ], "loc": { "start": { - "line": 210, + "line": 220, "column": 45 }, "end": { - "line": 210, + "line": 220, "column": 57 } } @@ -15177,31 +15438,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 9015, - 9022 + 9273, + 9280 ], "loc": { "start": { - "line": 210, + "line": 220, "column": 58 }, "end": { - "line": 210, + "line": 220, "column": 65 } } }, "range": [ - 9002, - 9022 + 9260, + 9280 ], "loc": { "start": { - "line": 210, + "line": 220, "column": 45 }, "end": { - "line": 210, + "line": 220, "column": 65 } } @@ -15211,62 +15472,62 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 9023, - 9035 + 9281, + 9293 ], "loc": { "start": { - "line": 210, + "line": 220, "column": 66 }, "end": { - "line": 210, + "line": 220, "column": 78 } } } ], "range": [ - 9002, - 9036 + 9260, + 9294 ], "loc": { "start": { - "line": 210, + "line": 220, "column": 45 }, "end": { - "line": 210, + "line": 220, "column": 79 } } }, "range": [ - 8981, - 9036 + 9239, + 9294 ], "loc": { "start": { - "line": 210, + "line": 220, "column": 24 }, "end": { - "line": 210, + "line": 220, "column": 79 } } }, "range": [ - 8981, - 9037 + 9239, + 9295 ], "loc": { "start": { - "line": 210, + "line": 220, "column": 24 }, "end": { - "line": 210, + "line": 220, "column": 80 } } @@ -15279,16 +15540,16 @@ "type": "Identifier", "name": "doSelect", "range": [ - 9062, - 9070 + 9320, + 9328 ], "loc": { "start": { - "line": 211, + "line": 221, "column": 24 }, "end": { - "line": 211, + "line": 221, "column": 32 } } @@ -15298,78 +15559,78 @@ "type": "Identifier", "name": "nextRowIndex", "range": [ - 9071, - 9083 + 9329, + 9341 ], "loc": { "start": { - "line": 211, + "line": 221, "column": 33 }, "end": { - "line": 211, + "line": 221, "column": 45 } } } ], "range": [ - 9062, - 9084 + 9320, + 9342 ], "loc": { "start": { - "line": 211, + "line": 221, "column": 24 }, "end": { - "line": 211, + "line": 221, "column": 46 } } }, "range": [ - 9062, - 9085 + 9320, + 9343 ], "loc": { "start": { - "line": 211, + "line": 221, "column": 24 }, "end": { - "line": 211, + "line": 221, "column": 47 } } } ], "range": [ - 8047, - 9107 + 8291, + 9365 ], "loc": { "start": { - "line": 191, + "line": 201, "column": 27 }, "end": { - "line": 212, + "line": 222, "column": 21 } } }, "range": [ - 7851, - 9107 + 8089, + 9365 ], "loc": { "start": { - "line": 188, + "line": 198, "column": 20 }, "end": { - "line": 212, + "line": 222, "column": 21 } }, @@ -15378,16 +15639,16 @@ "type": "Line", "value": "If filtered row is valid, special calculation for", "range": [ - 7740, - 7791 + 7978, + 8029 ], "loc": { "start": { - "line": 186, + "line": 196, "column": 20 }, "end": { - "line": 186, + "line": 196, "column": 71 } } @@ -15396,16 +15657,16 @@ "type": "Line", "value": "pgup/pgdown keys", "range": [ - 7812, - 7830 + 8050, + 8068 ], "loc": { "start": { - "line": 187, + "line": 197, "column": 20 }, "end": { - "line": 187, + "line": 197, "column": 38 } } @@ -15414,31 +15675,31 @@ } ], "range": [ - 7718, - 9125 + 7956, + 9383 ], "loc": { "start": { - "line": 185, + "line": 195, "column": 23 }, "end": { - "line": 213, + "line": 223, "column": 17 } } }, "range": [ - 6480, - 9125 + 6697, + 9383 ], "loc": { "start": { - "line": 160, + "line": 170, "column": 16 }, "end": { - "line": 213, + "line": 223, "column": 17 } }, @@ -15447,16 +15708,16 @@ "type": "Line", "value": "If next row is not valid, next valid filtered row needs to be", "range": [ - 6371, - 6434 + 6588, + 6651 ], "loc": { "start": { - "line": 158, + "line": 168, "column": 16 }, "end": { - "line": 158, + "line": 168, "column": 79 } } @@ -15465,16 +15726,16 @@ "type": "Line", "value": "calculated", "range": [ - 6451, - 6463 + 6668, + 6680 ], "loc": { "start": { - "line": 159, + "line": 169, "column": 16 }, "end": { - "line": 159, + "line": 169, "column": 28 } } @@ -15483,16 +15744,16 @@ } ], "range": [ - 3359, - 9139 + 3525, + 9397 ], "loc": { "start": { - "line": 93, - "column": 63 + "line": 102, + "column": 65 }, "end": { - "line": 214, + "line": 224, "column": 13 } } @@ -15500,31 +15761,31 @@ "generator": false, "expression": false, "range": [ - 3331, - 9139 + 3495, + 9397 ], "loc": { "start": { - "line": 93, + "line": 102, "column": 35 }, "end": { - "line": 214, + "line": 224, "column": 13 } } }, "range": [ - 3312, - 9139 + 3476, + 9397 ], "loc": { "start": { - "line": 93, + "line": 102, "column": 16 }, "end": { - "line": 214, + "line": 224, "column": 13 } } @@ -15532,16 +15793,16 @@ ], "kind": "var", "range": [ - 3308, - 9140 + 3472, + 9398 ], "loc": { "start": { - "line": 93, + "line": 102, "column": 12 }, "end": { - "line": 214, + "line": 224, "column": 14 } }, @@ -15550,16 +15811,16 @@ "type": "Line", "value": "Row navigation needs to be calculated according to TableFilter's", "range": [ - 3194, - 3260 + 3358, + 3424 ], "loc": { "start": { - "line": 91, + "line": 100, "column": 12 }, "end": { - "line": 91, + "line": 100, "column": 78 } } @@ -15568,16 +15829,16 @@ "type": "Line", "value": "validRowsIndex array", "range": [ - 3273, - 3295 + 3437, + 3459 ], "loc": { "start": { - "line": 92, + "line": 101, "column": 12 }, "end": { - "line": 92, + "line": 101, "column": 34 } } @@ -15588,16 +15849,16 @@ "type": "Line", "value": "Page navigation has to be enforced whenever selected row is out of", "range": [ - 9154, - 9222 + 9412, + 9480 ], "loc": { "start": { - "line": 216, + "line": 226, "column": 12 }, "end": { - "line": 216, + "line": 226, "column": 80 } } @@ -15606,16 +15867,16 @@ "type": "Line", "value": "the current page range", "range": [ - 9235, - 9259 + 9493, + 9517 ], "loc": { "start": { - "line": 217, + "line": 227, "column": 12 }, "end": { - "line": 217, + "line": 227, "column": 36 } } @@ -15631,16 +15892,16 @@ "type": "Identifier", "name": "onBeforeSelection", "range": [ - 9276, - 9293 + 9534, + 9551 ], "loc": { "start": { - "line": 218, + "line": 228, "column": 16 }, "end": { - "line": 218, + "line": 228, "column": 33 } } @@ -15653,17 +15914,17 @@ "type": "Identifier", "name": "et", "range": [ - 9305, - 9307 + 9564, + 9566 ], "loc": { "start": { - "line": 218, - "column": 45 + "line": 228, + "column": 46 }, "end": { - "line": 218, - "column": 47 + "line": 228, + "column": 48 } } }, @@ -15671,17 +15932,17 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 9309, - 9320 + 9568, + 9579 ], "loc": { "start": { - "line": 218, - "column": 49 + "line": 228, + "column": 50 }, "end": { - "line": 218, - "column": 60 + "line": 228, + "column": 61 } } } @@ -15698,16 +15959,16 @@ "type": "Identifier", "name": "row", "range": [ - 9343, - 9346 + 9603, + 9606 ], "loc": { "start": { - "line": 219, + "line": 229, "column": 20 }, "end": { - "line": 219, + "line": 229, "column": 23 } } @@ -15724,16 +15985,16 @@ "type": "Identifier", "name": "et", "range": [ - 9349, - 9351 + 9609, + 9611 ], "loc": { "start": { - "line": 219, + "line": 229, "column": 26 }, "end": { - "line": 219, + "line": 229, "column": 28 } } @@ -15742,31 +16003,31 @@ "type": "Identifier", "name": "defaultSelection", "range": [ - 9352, - 9368 + 9612, + 9628 ], "loc": { "start": { - "line": 219, + "line": 229, "column": 29 }, "end": { - "line": 219, + "line": 229, "column": 45 } } }, "range": [ - 9349, - 9368 + 9609, + 9628 ], "loc": { "start": { - "line": 219, + "line": 229, "column": 26 }, "end": { - "line": 219, + "line": 229, "column": 45 } } @@ -15776,31 +16037,31 @@ "value": "row", "raw": "'row'", "range": [ - 9373, - 9378 + 9633, + 9638 ], "loc": { "start": { - "line": 219, + "line": 229, "column": 50 }, "end": { - "line": 219, + "line": 229, "column": 55 } } }, "range": [ - 9349, - 9378 + 9609, + 9638 ], "loc": { "start": { - "line": 219, + "line": 229, "column": 26 }, "end": { - "line": 219, + "line": 229, "column": 55 } } @@ -15812,16 +16073,16 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 9401, - 9412 + 9661, + 9672 ], "loc": { "start": { - "line": 220, + "line": 230, "column": 20 }, "end": { - "line": 220, + "line": 230, "column": 31 } } @@ -15830,31 +16091,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 9413, - 9423 + 9673, + 9683 ], "loc": { "start": { - "line": 220, + "line": 230, "column": 32 }, "end": { - "line": 220, + "line": 230, "column": 42 } } }, "range": [ - 9401, - 9423 + 9661, + 9683 ], "loc": { "start": { - "line": 220, + "line": 230, "column": 20 }, "end": { - "line": 220, + "line": 230, "column": 42 } } @@ -15863,46 +16124,46 @@ "type": "Identifier", "name": "selectedElm", "range": [ - 9426, - 9437 + 9686, + 9697 ], "loc": { "start": { - "line": 220, + "line": 230, "column": 45 }, "end": { - "line": 220, + "line": 230, "column": 56 } } }, "range": [ - 9349, - 9437 + 9609, + 9697 ], "loc": { "start": { - "line": 219, + "line": 229, "column": 26 }, "end": { - "line": 220, + "line": 230, "column": 56 } } }, "range": [ - 9343, - 9437 + 9603, + 9697 ], "loc": { "start": { - "line": 219, + "line": 229, "column": 20 }, "end": { - "line": 220, + "line": 230, "column": 56 } } @@ -15910,16 +16171,16 @@ ], "kind": "var", "range": [ - 9339, - 9438 + 9599, + 9698 ], "loc": { "start": { - "line": 219, + "line": 229, "column": 16 }, "end": { - "line": 220, + "line": 230, "column": 57 } } @@ -15933,17 +16194,17 @@ "type": "Identifier", "name": "tf", "range": [ - 9458, - 9460 + 9719, + 9721 ], "loc": { "start": { - "line": 221, - "column": 19 + "line": 231, + "column": 20 }, "end": { - "line": 221, - "column": 21 + "line": 231, + "column": 22 } } }, @@ -15951,32 +16212,32 @@ "type": "Identifier", "name": "paging", "range": [ - 9461, - 9467 + 9722, + 9728 ], "loc": { "start": { - "line": 221, - "column": 22 + "line": 231, + "column": 23 }, "end": { - "line": 221, - "column": 28 + "line": 231, + "column": 29 } } }, "range": [ - 9458, - 9467 + 9719, + 9728 ], "loc": { "start": { - "line": 221, - "column": 19 + "line": 231, + "column": 20 }, "end": { - "line": 221, - "column": 28 + "line": 231, + "column": 29 } } }, @@ -16000,17 +16261,17 @@ "type": "Identifier", "name": "tf", "range": [ - 9493, - 9495 + 9756, + 9758 ], "loc": { "start": { - "line": 222, - "column": 23 + "line": 232, + "column": 24 }, "end": { - "line": 222, - "column": 25 + "line": 232, + "column": 26 } } }, @@ -16018,32 +16279,32 @@ "type": "Identifier", "name": "feature", "range": [ - 9496, - 9503 + 9759, + 9766 ], "loc": { "start": { - "line": 222, - "column": 26 + "line": 232, + "column": 27 }, "end": { - "line": 222, - "column": 33 + "line": 232, + "column": 34 } } }, "range": [ - 9493, - 9503 + 9756, + 9766 ], "loc": { "start": { - "line": 222, - "column": 23 + "line": 232, + "column": 24 }, "end": { - "line": 222, - "column": 33 + "line": 232, + "column": 34 } } }, @@ -16053,33 +16314,33 @@ "value": "paging", "raw": "'paging'", "range": [ - 9504, - 9512 + 9767, + 9775 ], "loc": { "start": { - "line": 222, - "column": 34 + "line": 232, + "column": 35 }, "end": { - "line": 222, - "column": 42 + "line": 232, + "column": 43 } } } ], "range": [ - 9493, - 9513 + 9756, + 9776 ], "loc": { "start": { - "line": 222, - "column": 23 + "line": 232, + "column": 24 }, "end": { - "line": 222, - "column": 43 + "line": 232, + "column": 44 } } }, @@ -16087,32 +16348,32 @@ "type": "Identifier", "name": "nbPages", "range": [ - 9514, - 9521 + 9777, + 9784 ], "loc": { "start": { - "line": 222, - "column": 44 + "line": 232, + "column": 45 }, "end": { - "line": 222, - "column": 51 + "line": 232, + "column": 52 } } }, "range": [ - 9493, - 9521 + 9756, + 9784 ], "loc": { "start": { - "line": 222, - "column": 23 + "line": 232, + "column": 24 }, "end": { - "line": 222, - "column": 51 + "line": 232, + "column": 52 } } }, @@ -16121,32 +16382,32 @@ "value": 1, "raw": "1", "range": [ - 9524, - 9525 + 9787, + 9788 ], "loc": { "start": { - "line": 222, - "column": 54 + "line": 232, + "column": 55 }, "end": { - "line": 222, - "column": 55 + "line": 232, + "column": 56 } } }, "range": [ - 9493, - 9525 + 9756, + 9788 ], "loc": { "start": { - "line": 222, - "column": 23 + "line": 232, + "column": 24 }, "end": { - "line": 222, - "column": 55 + "line": 232, + "column": 56 } } }, @@ -16162,16 +16423,16 @@ "type": "Identifier", "name": "paging", "range": [ - 9556, - 9562 + 9820, + 9826 ], "loc": { "start": { - "line": 223, + "line": 233, "column": 28 }, "end": { - "line": 223, + "line": 233, "column": 34 } } @@ -16185,16 +16446,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9565, - 9567 + 9829, + 9831 ], "loc": { "start": { - "line": 223, + "line": 233, "column": 37 }, "end": { - "line": 223, + "line": 233, "column": 39 } } @@ -16203,31 +16464,31 @@ "type": "Identifier", "name": "feature", "range": [ - 9568, - 9575 + 9832, + 9839 ], "loc": { "start": { - "line": 223, + "line": 233, "column": 40 }, "end": { - "line": 223, + "line": 233, "column": 47 } } }, "range": [ - 9565, - 9575 + 9829, + 9839 ], "loc": { "start": { - "line": 223, + "line": 233, "column": 37 }, "end": { - "line": 223, + "line": 233, "column": 47 } } @@ -16238,47 +16499,47 @@ "value": "paging", "raw": "'paging'", "range": [ - 9576, - 9584 + 9840, + 9848 ], "loc": { "start": { - "line": 223, + "line": 233, "column": 48 }, "end": { - "line": 223, + "line": 233, "column": 56 } } } ], "range": [ - 9565, - 9585 + 9829, + 9849 ], "loc": { "start": { - "line": 223, + "line": 233, "column": 37 }, "end": { - "line": 223, + "line": 233, "column": 57 } } }, "range": [ - 9556, - 9585 + 9820, + 9849 ], "loc": { "start": { - "line": 223, + "line": 233, "column": 28 }, "end": { - "line": 223, + "line": 233, "column": 57 } } @@ -16286,16 +16547,16 @@ ], "kind": "var", "range": [ - 9552, - 9586 + 9816, + 9850 ], "loc": { "start": { - "line": 223, + "line": 233, "column": 24 }, "end": { - "line": 223, + "line": 233, "column": 58 } }, @@ -16304,16 +16565,16 @@ "type": "Line", "value": "page length is re-assigned in case it has changed", "range": [ - 9611, - 9662 + 9875, + 9926 ], "loc": { "start": { - "line": 224, + "line": 234, "column": 24 }, "end": { - "line": 224, + "line": 234, "column": 75 } } @@ -16332,16 +16593,16 @@ "type": "Identifier", "name": "et", "range": [ - 9687, - 9689 + 9951, + 9953 ], "loc": { "start": { - "line": 225, + "line": 235, "column": 24 }, "end": { - "line": 225, + "line": 235, "column": 26 } } @@ -16350,31 +16611,31 @@ "type": "Identifier", "name": "nbRowsPerPage", "range": [ - 9690, - 9703 + 9954, + 9967 ], "loc": { "start": { - "line": 225, + "line": 235, "column": 27 }, "end": { - "line": 225, + "line": 235, "column": 40 } } }, "range": [ - 9687, - 9703 + 9951, + 9967 ], "loc": { "start": { - "line": 225, + "line": 235, "column": 24 }, "end": { - "line": 225, + "line": 235, "column": 40 } } @@ -16386,16 +16647,16 @@ "type": "Identifier", "name": "paging", "range": [ - 9706, - 9712 + 9970, + 9976 ], "loc": { "start": { - "line": 225, + "line": 235, "column": 43 }, "end": { - "line": 225, + "line": 235, "column": 49 } } @@ -16404,61 +16665,61 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 9713, - 9725 + 9977, + 9989 ], "loc": { "start": { - "line": 225, + "line": 235, "column": 50 }, "end": { - "line": 225, + "line": 235, "column": 62 } } }, "range": [ - 9706, - 9725 + 9970, + 9989 ], "loc": { "start": { - "line": 225, + "line": 235, "column": 43 }, "end": { - "line": 225, + "line": 235, "column": 62 } } }, "range": [ - 9687, - 9725 + 9951, + 9989 ], "loc": { "start": { - "line": 225, + "line": 235, "column": 24 }, "end": { - "line": 225, + "line": 235, "column": 62 } } }, "range": [ - 9687, - 9726 + 9951, + 9990 ], "loc": { "start": { - "line": 225, + "line": 235, "column": 24 }, "end": { - "line": 225, + "line": 235, "column": 63 } }, @@ -16467,16 +16728,16 @@ "type": "Line", "value": "page length is re-assigned in case it has changed", "range": [ - 9611, - 9662 + 9875, + 9926 ], "loc": { "start": { - "line": 224, + "line": 234, "column": 24 }, "end": { - "line": 224, + "line": 234, "column": 75 } } @@ -16492,16 +16753,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 9755, - 9767 + 10019, + 10031 ], "loc": { "start": { - "line": 226, + "line": 236, "column": 28 }, "end": { - "line": 226, + "line": 236, "column": 40 } } @@ -16513,16 +16774,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9770, - 9772 + 10034, + 10036 ], "loc": { "start": { - "line": 226, + "line": 236, "column": 43 }, "end": { - "line": 226, + "line": 236, "column": 45 } } @@ -16531,46 +16792,46 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 9773, - 9787 + 10037, + 10051 ], "loc": { "start": { - "line": 226, + "line": 236, "column": 46 }, "end": { - "line": 226, + "line": 236, "column": 60 } } }, "range": [ - 9770, - 9787 + 10034, + 10051 ], "loc": { "start": { - "line": 226, + "line": 236, "column": 43 }, "end": { - "line": 226, + "line": 236, "column": 60 } } }, "range": [ - 9755, - 9787 + 10019, + 10051 ], "loc": { "start": { - "line": 226, + "line": 236, "column": 28 }, "end": { - "line": 226, + "line": 236, "column": 60 } } @@ -16581,16 +16842,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 9817, - 9828 + 10081, + 10092 ], "loc": { "start": { - "line": 227, + "line": 237, "column": 28 }, "end": { - "line": 227, + "line": 237, "column": 39 } } @@ -16602,16 +16863,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 9831, - 9843 + 10095, + 10107 ], "loc": { "start": { - "line": 227, + "line": 237, "column": 42 }, "end": { - "line": 227, + "line": 237, "column": 54 } } @@ -16620,46 +16881,46 @@ "type": "Identifier", "name": "length", "range": [ - 9844, - 9850 + 10108, + 10114 ], "loc": { "start": { - "line": 227, + "line": 237, "column": 55 }, "end": { - "line": 227, + "line": 237, "column": 61 } } }, "range": [ - 9831, - 9850 + 10095, + 10114 ], "loc": { "start": { - "line": 227, + "line": 237, "column": 42 }, "end": { - "line": 227, + "line": 237, "column": 61 } } }, "range": [ - 9817, - 9850 + 10081, + 10114 ], "loc": { "start": { - "line": 227, + "line": 237, "column": 28 }, "end": { - "line": 227, + "line": 237, "column": 61 } } @@ -16670,16 +16931,16 @@ "type": "Identifier", "name": "pagingEndRow", "range": [ - 9880, - 9892 + 10144, + 10156 ], "loc": { "start": { - "line": 228, + "line": 238, "column": 28 }, "end": { - "line": 228, + "line": 238, "column": 40 } } @@ -16693,16 +16954,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 9895, - 9903 + 10159, + 10167 ], "loc": { "start": { - "line": 228, + "line": 238, "column": 43 }, "end": { - "line": 228, + "line": 238, "column": 51 } } @@ -16715,16 +16976,16 @@ "type": "Identifier", "name": "paging", "range": [ - 9904, - 9910 + 10168, + 10174 ], "loc": { "start": { - "line": 228, + "line": 238, "column": 52 }, "end": { - "line": 228, + "line": 238, "column": 58 } } @@ -16733,31 +16994,31 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 9911, - 9925 + 10175, + 10189 ], "loc": { "start": { - "line": 228, + "line": 238, "column": 59 }, "end": { - "line": 228, + "line": 238, "column": 73 } } }, "range": [ - 9904, - 9925 + 10168, + 10189 ], "loc": { "start": { - "line": 228, + "line": 238, "column": 52 }, "end": { - "line": 228, + "line": 238, "column": 73 } } @@ -16767,32 +17028,32 @@ "value": 10, "raw": "10", "range": [ - 9927, - 9929 + 10191, + 10193 ], "loc": { "start": { - "line": 228, + "line": 238, "column": 75 }, "end": { - "line": 228, + "line": 238, "column": 77 } } } ], "range": [ - 9895, - 9930 + 10159, + 10194 ], "loc": { "start": { - "line": 228, + "line": 238, "column": 43 }, "end": { - "line": 228, + "line": 238, "column": 78 } } @@ -16803,16 +17064,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 9965, - 9973 + 10229, + 10237 ], "loc": { "start": { - "line": 229, + "line": 239, "column": 32 }, "end": { - "line": 229, + "line": 239, "column": 40 } } @@ -16825,16 +17086,16 @@ "type": "Identifier", "name": "paging", "range": [ - 9974, - 9980 + 10238, + 10244 ], "loc": { "start": { - "line": 229, + "line": 239, "column": 41 }, "end": { - "line": 229, + "line": 239, "column": 47 } } @@ -16843,31 +17104,31 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 9981, - 9993 + 10245, + 10257 ], "loc": { "start": { - "line": 229, + "line": 239, "column": 48 }, "end": { - "line": 229, + "line": 239, "column": 60 } } }, "range": [ - 9974, - 9993 + 10238, + 10257 ], "loc": { "start": { - "line": 229, + "line": 239, "column": 41 }, "end": { - "line": 229, + "line": 239, "column": 60 } } @@ -16877,62 +17138,62 @@ "value": 10, "raw": "10", "range": [ - 9995, - 9997 + 10259, + 10261 ], "loc": { "start": { - "line": 229, + "line": 239, "column": 62 }, "end": { - "line": 229, + "line": 239, "column": 64 } } } ], "range": [ - 9965, - 9998 + 10229, + 10262 ], "loc": { "start": { - "line": 229, + "line": 239, "column": 32 }, "end": { - "line": 229, + "line": 239, "column": 65 } } }, "range": [ - 9895, - 9998 + 10159, + 10262 ], "loc": { "start": { - "line": 228, + "line": 238, "column": 43 }, "end": { - "line": 229, + "line": 239, "column": 65 } } }, "range": [ - 9880, - 9998 + 10144, + 10262 ], "loc": { "start": { - "line": 228, + "line": 238, "column": 28 }, "end": { - "line": 229, + "line": 239, "column": 65 } } @@ -16940,16 +17201,16 @@ ], "kind": "var", "range": [ - 9751, - 9999 + 10015, + 10263 ], "loc": { "start": { - "line": 226, + "line": 236, "column": 24 }, "end": { - "line": 229, + "line": 239, "column": 66 } } @@ -16963,16 +17224,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10028, - 10036 + 10292, + 10300 ], "loc": { "start": { - "line": 230, + "line": 240, "column": 28 }, "end": { - "line": 230, + "line": 240, "column": 36 } } @@ -16984,16 +17245,16 @@ "type": "Identifier", "name": "row", "range": [ - 10039, - 10042 + 10303, + 10306 ], "loc": { "start": { - "line": 230, + "line": 240, "column": 39 }, "end": { - "line": 230, + "line": 240, "column": 42 } } @@ -17002,46 +17263,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10043, - 10051 + 10307, + 10315 ], "loc": { "start": { - "line": 230, + "line": 240, "column": 43 }, "end": { - "line": 230, + "line": 240, "column": 51 } } }, "range": [ - 10039, - 10051 + 10303, + 10315 ], "loc": { "start": { - "line": 230, + "line": 240, "column": 39 }, "end": { - "line": 230, + "line": 240, "column": 51 } } }, "range": [ - 10028, - 10051 + 10292, + 10315 ], "loc": { "start": { - "line": 230, + "line": 240, "column": 28 }, "end": { - "line": 230, + "line": 240, "column": 51 } } @@ -17049,16 +17310,16 @@ ], "kind": "var", "range": [ - 10024, - 10052 + 10288, + 10316 ], "loc": { "start": { - "line": 230, + "line": 240, "column": 24 }, "end": { - "line": 230, + "line": 240, "column": 52 } } @@ -17075,17 +17336,17 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10082, - 10090 + 10347, + 10355 ], "loc": { "start": { - "line": 232, - "column": 28 + "line": 242, + "column": 29 }, "end": { - "line": 232, - "column": 36 + "line": 242, + "column": 37 } } }, @@ -17096,17 +17357,17 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10095, - 10107 + 10360, + 10372 ], "loc": { "start": { - "line": 232, - "column": 41 + "line": 242, + "column": 42 }, "end": { - "line": 232, - "column": 53 + "line": 242, + "column": 54 } } }, @@ -17117,17 +17378,17 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 10108, - 10119 + 10373, + 10384 ], "loc": { "start": { - "line": 232, - "column": 54 + "line": 242, + "column": 55 }, "end": { - "line": 232, - "column": 65 + "line": 242, + "column": 66 } } }, @@ -17136,62 +17397,62 @@ "value": 1, "raw": "1", "range": [ - 10120, - 10121 + 10387, + 10388 ], "loc": { "start": { - "line": 232, - "column": 66 + "line": 242, + "column": 69 }, "end": { - "line": 232, - "column": 67 + "line": 242, + "column": 70 } } }, "range": [ - 10108, - 10121 + 10373, + 10388 ], "loc": { "start": { - "line": 232, - "column": 54 + "line": 242, + "column": 55 }, "end": { - "line": 232, - "column": 67 + "line": 242, + "column": 70 } } }, "range": [ - 10095, - 10122 + 10360, + 10389 ], "loc": { "start": { - "line": 232, - "column": 41 + "line": 242, + "column": 42 }, "end": { - "line": 232, - "column": 68 + "line": 242, + "column": 71 } } }, "range": [ - 10082, - 10122 + 10347, + 10389 ], "loc": { "start": { - "line": 232, - "column": 28 + "line": 242, + "column": 29 }, "end": { - "line": 232, - "column": 68 + "line": 242, + "column": 71 } } }, @@ -17205,16 +17466,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10155, - 10161 + 10422, + 10428 ], "loc": { "start": { - "line": 233, + "line": 243, "column": 28 }, "end": { - "line": 233, + "line": 243, "column": 34 } } @@ -17223,31 +17484,31 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 10162, - 10175 + 10429, + 10442 ], "loc": { "start": { - "line": 233, + "line": 243, "column": 35 }, "end": { - "line": 233, + "line": 243, "column": 48 } } }, "range": [ - 10155, - 10175 + 10422, + 10442 ], "loc": { "start": { - "line": 233, + "line": 243, "column": 28 }, "end": { - "line": 233, + "line": 243, "column": 48 } } @@ -17259,17 +17520,17 @@ "type": "Identifier", "name": "paging", "range": [ - 10178, - 10184 + 10447, + 10453 ], "loc": { "start": { - "line": 233, - "column": 51 + "line": 243, + "column": 53 }, "end": { - "line": 233, - "column": 57 + "line": 243, + "column": 59 } } }, @@ -17277,62 +17538,62 @@ "type": "Identifier", "name": "nbPages", "range": [ - 10185, - 10192 + 10454, + 10461 ], "loc": { "start": { - "line": 233, - "column": 58 + "line": 243, + "column": 60 }, "end": { - "line": 233, - "column": 65 + "line": 243, + "column": 67 } } }, "range": [ - 10178, - 10192 + 10447, + 10461 ], "loc": { "start": { - "line": 233, - "column": 51 + "line": 243, + "column": 53 }, "end": { - "line": 233, - "column": 65 + "line": 243, + "column": 67 } } }, "range": [ - 10155, - 10192 + 10422, + 10461 ], "loc": { "start": { - "line": 233, + "line": 243, "column": 28 }, "end": { - "line": 233, - "column": 65 + "line": 243, + "column": 67 } } }, "range": [ - 10081, - 10192 + 10346, + 10461 ], "loc": { "start": { - "line": 232, - "column": 27 + "line": 242, + "column": 28 }, "end": { - "line": 233, - "column": 65 + "line": 243, + "column": 67 } } }, @@ -17350,16 +17611,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10223, - 10229 + 10493, + 10499 ], "loc": { "start": { - "line": 234, + "line": 244, "column": 28 }, "end": { - "line": 234, + "line": 244, "column": 34 } } @@ -17368,31 +17629,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 10230, - 10237 + 10500, + 10507 ], "loc": { "start": { - "line": 234, + "line": 244, "column": 35 }, "end": { - "line": 234, + "line": 244, "column": 42 } } }, "range": [ - 10223, - 10237 + 10493, + 10507 ], "loc": { "start": { - "line": 234, + "line": 244, "column": 28 }, "end": { - "line": 234, + "line": 244, "column": 42 } } @@ -17403,63 +17664,63 @@ "value": "last", "raw": "'last'", "range": [ - 10238, - 10244 + 10508, + 10514 ], "loc": { "start": { - "line": 234, + "line": 244, "column": 43 }, "end": { - "line": 234, + "line": 244, "column": 49 } } } ], "range": [ - 10223, - 10245 + 10493, + 10515 ], "loc": { "start": { - "line": 234, + "line": 244, "column": 28 }, "end": { - "line": 234, + "line": 244, "column": 50 } } }, "range": [ - 10223, - 10246 + 10493, + 10516 ], "loc": { "start": { - "line": 234, + "line": 244, "column": 28 }, "end": { - "line": 234, + "line": 244, "column": 51 } } } ], "range": [ - 10193, - 10272 + 10463, + 10542 ], "loc": { "start": { - "line": 233, - "column": 66 + "line": 243, + "column": 69 }, "end": { - "line": 235, + "line": 245, "column": 25 } } @@ -17476,17 +17737,17 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10306, - 10314 + 10577, + 10585 ], "loc": { "start": { - "line": 236, - "column": 33 + "line": 246, + "column": 34 }, "end": { - "line": 236, - "column": 41 + "line": 246, + "column": 42 } } }, @@ -17497,17 +17758,17 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10318, - 10330 + 10589, + 10601 ], "loc": { "start": { - "line": 236, - "column": 45 + "line": 246, + "column": 46 }, "end": { - "line": 236, - "column": 57 + "line": 246, + "column": 58 } } }, @@ -17516,47 +17777,47 @@ "value": 0, "raw": "0", "range": [ - 10331, - 10332 + 10602, + 10603 ], "loc": { "start": { - "line": 236, - "column": 58 + "line": 246, + "column": 59 }, "end": { - "line": 236, - "column": 59 + "line": 246, + "column": 60 } } }, "range": [ - 10318, - 10333 + 10589, + 10604 ], "loc": { "start": { - "line": 236, - "column": 45 + "line": 246, + "column": 46 }, "end": { - "line": 236, - "column": 60 + "line": 246, + "column": 61 } } }, "range": [ - 10306, - 10333 + 10577, + 10604 ], "loc": { "start": { - "line": 236, - "column": 33 + "line": 246, + "column": 34 }, "end": { - "line": 236, - "column": 60 + "line": 246, + "column": 61 } } }, @@ -17570,16 +17831,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10366, - 10372 + 10637, + 10643 ], "loc": { "start": { - "line": 237, + "line": 247, "column": 28 }, "end": { - "line": 237, + "line": 247, "column": 34 } } @@ -17588,31 +17849,31 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 10373, - 10386 + 10644, + 10657 ], "loc": { "start": { - "line": 237, + "line": 247, "column": 35 }, "end": { - "line": 237, + "line": 247, "column": 48 } } }, "range": [ - 10366, - 10386 + 10637, + 10657 ], "loc": { "start": { - "line": 237, + "line": 247, "column": 28 }, "end": { - "line": 237, + "line": 247, "column": 48 } } @@ -17622,47 +17883,47 @@ "value": 1, "raw": "1", "range": [ - 10389, - 10390 + 10662, + 10663 ], "loc": { "start": { - "line": 237, - "column": 51 + "line": 247, + "column": 53 }, "end": { - "line": 237, - "column": 52 + "line": 247, + "column": 54 } } }, "range": [ - 10366, - 10390 + 10637, + 10663 ], "loc": { "start": { - "line": 237, + "line": 247, "column": 28 }, "end": { - "line": 237, - "column": 52 + "line": 247, + "column": 54 } } }, "range": [ - 10305, - 10390 + 10576, + 10663 ], "loc": { "start": { - "line": 236, - "column": 32 + "line": 246, + "column": 33 }, "end": { - "line": 237, - "column": 52 + "line": 247, + "column": 54 } } }, @@ -17680,16 +17941,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10421, - 10427 + 10695, + 10701 ], "loc": { "start": { - "line": 238, + "line": 248, "column": 28 }, "end": { - "line": 238, + "line": 248, "column": 34 } } @@ -17698,31 +17959,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 10428, - 10435 + 10702, + 10709 ], "loc": { "start": { - "line": 238, + "line": 248, "column": 35 }, "end": { - "line": 238, + "line": 248, "column": 42 } } }, "range": [ - 10421, - 10435 + 10695, + 10709 ], "loc": { "start": { - "line": 238, + "line": 248, "column": 28 }, "end": { - "line": 238, + "line": 248, "column": 42 } } @@ -17733,63 +17994,63 @@ "value": "first", "raw": "'first'", "range": [ - 10436, - 10443 + 10710, + 10717 ], "loc": { "start": { - "line": 238, + "line": 248, "column": 43 }, "end": { - "line": 238, + "line": 248, "column": 50 } } } ], "range": [ - 10421, - 10444 + 10695, + 10718 ], "loc": { "start": { - "line": 238, + "line": 248, "column": 28 }, "end": { - "line": 238, + "line": 248, "column": 51 } } }, "range": [ - 10421, - 10445 + 10695, + 10719 ], "loc": { "start": { - "line": 238, + "line": 248, "column": 28 }, "end": { - "line": 238, + "line": 248, "column": 52 } } } ], "range": [ - 10391, - 10471 + 10665, + 10745 ], "loc": { "start": { - "line": 237, - "column": 53 + "line": 247, + "column": 56 }, "end": { - "line": 239, + "line": 249, "column": 25 } } @@ -17806,17 +18067,17 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10504, - 10512 + 10779, + 10787 ], "loc": { "start": { - "line": 240, - "column": 32 + "line": 250, + "column": 33 }, "end": { - "line": 240, - "column": 40 + "line": 250, + "column": 41 } } }, @@ -17827,17 +18088,17 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10515, - 10527 + 10790, + 10802 ], "loc": { "start": { - "line": 240, - "column": 43 + "line": 250, + "column": 44 }, "end": { - "line": 240, - "column": 55 + "line": 250, + "column": 56 } } }, @@ -17848,17 +18109,17 @@ "type": "Identifier", "name": "pagingEndRow", "range": [ - 10528, - 10540 + 10803, + 10815 ], "loc": { "start": { - "line": 240, - "column": 56 + "line": 250, + "column": 57 }, "end": { - "line": 240, - "column": 68 + "line": 250, + "column": 69 } } }, @@ -17867,62 +18128,62 @@ "value": 1, "raw": "1", "range": [ - 10541, - 10542 + 10818, + 10819 ], "loc": { "start": { - "line": 240, - "column": 69 + "line": 250, + "column": 72 }, "end": { - "line": 240, - "column": 70 + "line": 250, + "column": 73 } } }, "range": [ - 10528, - 10542 + 10803, + 10819 ], "loc": { "start": { - "line": 240, - "column": 56 + "line": 250, + "column": 57 }, "end": { - "line": 240, - "column": 70 + "line": 250, + "column": 73 } } }, "range": [ - 10515, - 10543 + 10790, + 10820 ], "loc": { "start": { - "line": 240, - "column": 43 + "line": 250, + "column": 44 }, "end": { - "line": 240, - "column": 71 + "line": 250, + "column": 74 } } }, "range": [ - 10504, - 10543 + 10779, + 10820 ], "loc": { "start": { - "line": 240, - "column": 32 + "line": 250, + "column": 33 }, "end": { - "line": 240, - "column": 71 + "line": 250, + "column": 74 } } }, @@ -17933,16 +18194,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10575, - 10583 + 10852, + 10860 ], "loc": { "start": { - "line": 241, + "line": 251, "column": 28 }, "end": { - "line": 241, + "line": 251, "column": 36 } } @@ -17954,16 +18215,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10586, - 10598 + 10863, + 10875 ], "loc": { "start": { - "line": 241, + "line": 251, "column": 39 }, "end": { - "line": 241, + "line": 251, "column": 51 } } @@ -17975,16 +18236,16 @@ "type": "Identifier", "name": "validIdxLen", "range": [ - 10599, - 10610 + 10876, + 10887 ], "loc": { "start": { - "line": 241, + "line": 251, "column": 52 }, "end": { - "line": 241, + "line": 251, "column": 63 } } @@ -17994,77 +18255,77 @@ "value": 1, "raw": "1", "range": [ - 10611, - 10612 + 10890, + 10891 ], "loc": { "start": { - "line": 241, - "column": 64 + "line": 251, + "column": 66 }, "end": { - "line": 241, - "column": 65 + "line": 251, + "column": 67 } } }, "range": [ - 10599, - 10612 + 10876, + 10891 ], "loc": { "start": { - "line": 241, + "line": 251, "column": 52 }, "end": { - "line": 241, - "column": 65 + "line": 251, + "column": 67 } } }, "range": [ - 10586, - 10613 + 10863, + 10892 ], "loc": { "start": { - "line": 241, + "line": 251, "column": 39 }, "end": { - "line": 241, - "column": 66 + "line": 251, + "column": 68 } } }, "range": [ - 10575, - 10613 + 10852, + 10892 ], "loc": { "start": { - "line": 241, + "line": 251, "column": 28 }, "end": { - "line": 241, - "column": 66 + "line": 251, + "column": 68 } } }, "range": [ - 10504, - 10613 + 10779, + 10892 ], "loc": { "start": { - "line": 240, - "column": 32 + "line": 250, + "column": 33 }, "end": { - "line": 241, - "column": 66 + "line": 251, + "column": 68 } } }, @@ -18082,16 +18343,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10644, - 10650 + 10924, + 10930 ], "loc": { "start": { - "line": 242, + "line": 252, "column": 28 }, "end": { - "line": 242, + "line": 252, "column": 34 } } @@ -18100,31 +18361,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 10651, - 10658 + 10931, + 10938 ], "loc": { "start": { - "line": 242, + "line": 252, "column": 35 }, "end": { - "line": 242, + "line": 252, "column": 42 } } }, "range": [ - 10644, - 10658 + 10924, + 10938 ], "loc": { "start": { - "line": 242, + "line": 252, "column": 28 }, "end": { - "line": 242, + "line": 252, "column": 42 } } @@ -18135,63 +18396,63 @@ "value": "next", "raw": "'next'", "range": [ - 10659, - 10665 + 10939, + 10945 ], "loc": { "start": { - "line": 242, + "line": 252, "column": 43 }, "end": { - "line": 242, + "line": 252, "column": 49 } } } ], "range": [ - 10644, - 10666 + 10924, + 10946 ], "loc": { "start": { - "line": 242, + "line": 252, "column": 28 }, "end": { - "line": 242, + "line": 252, "column": 50 } } }, "range": [ - 10644, - 10667 + 10924, + 10947 ], "loc": { "start": { - "line": 242, + "line": 252, "column": 28 }, "end": { - "line": 242, + "line": 252, "column": 51 } } } ], "range": [ - 10614, - 10693 + 10894, + 10973 ], "loc": { "start": { - "line": 241, - "column": 67 + "line": 251, + "column": 70 }, "end": { - "line": 243, + "line": 253, "column": 25 } } @@ -18208,16 +18469,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10755, - 10763 + 11036, + 11044 ], "loc": { "start": { - "line": 245, + "line": 255, "column": 28 }, "end": { - "line": 245, + "line": 255, "column": 36 } } @@ -18229,16 +18490,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10766, - 10778 + 11047, + 11059 ], "loc": { "start": { - "line": 245, + "line": 255, "column": 39 }, "end": { - "line": 245, + "line": 255, "column": 51 } } @@ -18250,16 +18511,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10779, - 10785 + 11060, + 11066 ], "loc": { "start": { - "line": 245, + "line": 255, "column": 52 }, "end": { - "line": 245, + "line": 255, "column": 58 } } @@ -18268,61 +18529,61 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 10786, - 10800 + 11067, + 11081 ], "loc": { "start": { - "line": 245, + "line": 255, "column": 59 }, "end": { - "line": 245, + "line": 255, "column": 73 } } }, "range": [ - 10779, - 10800 + 11060, + 11081 ], "loc": { "start": { - "line": 245, + "line": 255, "column": 52 }, "end": { - "line": 245, + "line": 255, "column": 73 } } }, "range": [ - 10766, - 10801 + 11047, + 11082 ], "loc": { "start": { - "line": 245, + "line": 255, "column": 39 }, "end": { - "line": 245, + "line": 255, "column": 74 } } }, "range": [ - 10755, - 10801 + 11036, + 11082 ], "loc": { "start": { - "line": 245, + "line": 255, "column": 28 }, "end": { - "line": 245, + "line": 255, "column": 74 } } @@ -18334,16 +18595,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 10833, - 10841 + 11114, + 11122 ], "loc": { "start": { - "line": 246, + "line": 256, "column": 28 }, "end": { - "line": 246, + "line": 256, "column": 36 } } @@ -18355,16 +18616,16 @@ "type": "Identifier", "name": "validIndexes", "range": [ - 10844, - 10856 + 11125, + 11137 ], "loc": { "start": { - "line": 246, + "line": 256, "column": 39 }, "end": { - "line": 246, + "line": 256, "column": 51 } } @@ -18374,61 +18635,61 @@ "value": 0, "raw": "0", "range": [ - 10857, - 10858 + 11138, + 11139 ], "loc": { "start": { - "line": 246, + "line": 256, "column": 52 }, "end": { - "line": 246, + "line": 256, "column": 53 } } }, "range": [ - 10844, - 10859 + 11125, + 11140 ], "loc": { "start": { - "line": 246, + "line": 256, "column": 39 }, "end": { - "line": 246, + "line": 256, "column": 54 } } }, "range": [ - 10833, - 10859 + 11114, + 11140 ], "loc": { "start": { - "line": 246, + "line": 256, "column": 28 }, "end": { - "line": 246, + "line": 256, "column": 54 } } }, "range": [ - 10755, - 10859 + 11036, + 11140 ], "loc": { "start": { - "line": 245, + "line": 255, "column": 28 }, "end": { - "line": 246, + "line": 256, "column": 54 } } @@ -18447,16 +18708,16 @@ "type": "Identifier", "name": "paging", "range": [ - 10890, - 10896 + 11172, + 11178 ], "loc": { "start": { - "line": 247, + "line": 257, "column": 28 }, "end": { - "line": 247, + "line": 257, "column": 34 } } @@ -18465,31 +18726,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 10897, - 10904 + 11179, + 11186 ], "loc": { "start": { - "line": 247, + "line": 257, "column": 35 }, "end": { - "line": 247, + "line": 257, "column": 42 } } }, "range": [ - 10890, - 10904 + 11172, + 11186 ], "loc": { "start": { - "line": 247, + "line": 257, "column": 28 }, "end": { - "line": 247, + "line": 257, "column": 42 } } @@ -18500,204 +18761,204 @@ "value": "previous", "raw": "'previous'", "range": [ - 10905, - 10915 + 11187, + 11197 ], "loc": { "start": { - "line": 247, + "line": 257, "column": 43 }, "end": { - "line": 247, + "line": 257, "column": 53 } } } ], "range": [ - 10890, - 10916 + 11172, + 11198 ], "loc": { "start": { - "line": 247, + "line": 257, "column": 28 }, "end": { - "line": 247, + "line": 257, "column": 54 } } }, "range": [ - 10890, - 10917 + 11172, + 11199 ], "loc": { "start": { - "line": 247, + "line": 257, "column": 28 }, "end": { - "line": 247, + "line": 257, "column": 55 } } } ], "range": [ - 10860, - 10943 + 11142, + 11225 ], "loc": { "start": { - "line": 246, - "column": 55 + "line": 256, + "column": 56 }, "end": { - "line": 248, + "line": 258, "column": 25 } } }, "alternate": null, "range": [ - 10723, - 10943 + 11003, + 11225 ], "loc": { "start": { - "line": 244, + "line": 254, "column": 29 }, "end": { - "line": 248, + "line": 258, "column": 25 } } }, "range": [ - 10501, - 10943 + 10775, + 11225 ], "loc": { "start": { - "line": 240, + "line": 250, "column": 29 }, "end": { - "line": 248, + "line": 258, "column": 25 } } }, "range": [ - 10302, - 10943 + 10572, + 11225 ], "loc": { "start": { - "line": 236, + "line": 246, "column": 29 }, "end": { - "line": 248, + "line": 258, "column": 25 } } }, "range": [ - 10078, - 10943 + 10342, + 11225 ], "loc": { "start": { - "line": 232, + "line": 242, "column": 24 }, "end": { - "line": 248, + "line": 258, "column": 25 } } } ], "range": [ - 9526, - 10965 + 9790, + 11247 ], "loc": { "start": { - "line": 222, - "column": 56 + "line": 232, + "column": 58 }, "end": { - "line": 249, + "line": 259, "column": 21 } } }, "alternate": null, "range": [ - 9490, - 10965 + 9752, + 11247 ], "loc": { "start": { - "line": 222, + "line": 232, "column": 20 }, "end": { - "line": 249, + "line": 259, "column": 21 } } } ], "range": [ - 9468, - 10983 + 9730, + 11265 ], "loc": { "start": { - "line": 221, - "column": 29 + "line": 231, + "column": 31 }, "end": { - "line": 250, + "line": 260, "column": 17 } } }, "alternate": null, "range": [ - 9455, - 10983 + 9715, + 11265 ], "loc": { "start": { - "line": 221, + "line": 231, "column": 16 }, "end": { - "line": 250, + "line": 260, "column": 17 } } } ], "range": [ - 9321, - 10997 + 9581, + 11279 ], "loc": { "start": { - "line": 218, - "column": 61 + "line": 228, + "column": 63 }, "end": { - "line": 251, + "line": 261, "column": 13 } } @@ -18705,31 +18966,31 @@ "generator": false, "expression": false, "range": [ - 9296, - 10997 + 9554, + 11279 ], "loc": { "start": { - "line": 218, + "line": 228, "column": 36 }, "end": { - "line": 251, + "line": 261, "column": 13 } } }, "range": [ - 9276, - 10997 + 9534, + 11279 ], "loc": { "start": { - "line": 218, + "line": 228, "column": 16 }, "end": { - "line": 251, + "line": 261, "column": 13 } } @@ -18737,16 +18998,16 @@ ], "kind": "var", "range": [ - 9272, - 10998 + 9530, + 11280 ], "loc": { "start": { - "line": 218, + "line": 228, "column": 12 }, "end": { - "line": 251, + "line": 261, "column": 14 } }, @@ -18755,16 +19016,16 @@ "type": "Line", "value": "Page navigation has to be enforced whenever selected row is out of", "range": [ - 9154, - 9222 + 9412, + 9480 ], "loc": { "start": { - "line": 216, + "line": 226, "column": 12 }, "end": { - "line": 216, + "line": 226, "column": 80 } } @@ -18773,16 +19034,16 @@ "type": "Line", "value": "the current page range", "range": [ - 9235, - 9259 + 9493, + 9517 ], "loc": { "start": { - "line": 217, + "line": 227, "column": 12 }, "end": { - "line": 217, + "line": 227, "column": 36 } } @@ -18793,16 +19054,16 @@ "type": "Line", "value": "Selected row needs to be visible when paging is activated", "range": [ - 11012, - 11071 + 11294, + 11353 ], "loc": { "start": { - "line": 253, + "line": 263, "column": 12 }, "end": { - "line": 253, + "line": 263, "column": 71 } } @@ -18818,17 +19079,17 @@ "type": "Identifier", "name": "tf", "range": [ - 11087, - 11089 + 11370, + 11372 ], "loc": { "start": { - "line": 254, - "column": 15 + "line": 264, + "column": 16 }, "end": { - "line": 254, - "column": 17 + "line": 264, + "column": 18 } } }, @@ -18836,32 +19097,32 @@ "type": "Identifier", "name": "paging", "range": [ - 11090, - 11096 + 11373, + 11379 ], "loc": { "start": { - "line": 254, - "column": 18 + "line": 264, + "column": 19 }, "end": { - "line": 254, - "column": 24 + "line": 264, + "column": 25 } } }, "range": [ - 11087, - 11096 + 11370, + 11379 ], "loc": { "start": { - "line": 254, - "column": 15 + "line": 264, + "column": 16 }, "end": { - "line": 254, - "column": 24 + "line": 264, + "column": 25 } } }, @@ -18885,16 +19146,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11115, - 11117 + 11399, + 11401 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 16 }, "end": { - "line": 255, + "line": 265, "column": 18 } } @@ -18903,31 +19164,31 @@ "type": "Identifier", "name": "feature", "range": [ - 11118, - 11125 + 11402, + 11409 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 19 }, "end": { - "line": 255, + "line": 265, "column": 26 } } }, "range": [ - 11115, - 11125 + 11399, + 11409 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 16 }, "end": { - "line": 255, + "line": 265, "column": 26 } } @@ -18938,32 +19199,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 11126, - 11134 + 11410, + 11418 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 27 }, "end": { - "line": 255, + "line": 265, "column": 35 } } } ], "range": [ - 11115, - 11135 + 11399, + 11419 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 16 }, "end": { - "line": 255, + "line": 265, "column": 36 } } @@ -18972,31 +19233,31 @@ "type": "Identifier", "name": "onAfterChangePage", "range": [ - 11136, - 11153 + 11420, + 11437 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 37 }, "end": { - "line": 255, + "line": 265, "column": 54 } } }, "range": [ - 11115, - 11153 + 11399, + 11437 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 16 }, "end": { - "line": 255, + "line": 265, "column": 54 } } @@ -19009,17 +19270,17 @@ "type": "Identifier", "name": "paging", "range": [ - 11165, - 11171 + 11450, + 11456 ], "loc": { "start": { - "line": 255, - "column": 66 + "line": 265, + "column": 67 }, "end": { - "line": 255, - "column": 72 + "line": 265, + "column": 73 } } } @@ -19036,16 +19297,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 11198, - 11205 + 11484, + 11491 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 24 }, "end": { - "line": 256, + "line": 266, "column": 31 } } @@ -19062,16 +19323,16 @@ "type": "Identifier", "name": "paging", "range": [ - 11208, - 11214 + 11494, + 11500 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 34 }, "end": { - "line": 256, + "line": 266, "column": 40 } } @@ -19080,31 +19341,31 @@ "type": "Identifier", "name": "tf", "range": [ - 11215, - 11217 + 11501, + 11503 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 41 }, "end": { - "line": 256, + "line": 266, "column": 43 } } }, "range": [ - 11208, - 11217 + 11494, + 11503 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 34 }, "end": { - "line": 256, + "line": 266, "column": 43 } } @@ -19113,31 +19374,31 @@ "type": "Identifier", "name": "extension", "range": [ - 11218, - 11227 + 11504, + 11513 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 44 }, "end": { - "line": 256, + "line": 266, "column": 53 } } }, "range": [ - 11208, - 11227 + 11494, + 11513 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 34 }, "end": { - "line": 256, + "line": 266, "column": 53 } } @@ -19148,47 +19409,47 @@ "value": "advancedGrid", "raw": "'advancedGrid'", "range": [ - 11228, - 11242 + 11514, + 11528 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 54 }, "end": { - "line": 256, + "line": 266, "column": 68 } } } ], "range": [ - 11208, - 11243 + 11494, + 11529 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 34 }, "end": { - "line": 256, + "line": 266, "column": 69 } } }, "range": [ - 11198, - 11243 + 11484, + 11529 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 24 }, "end": { - "line": 256, + "line": 266, "column": 69 } } @@ -19196,16 +19457,16 @@ ], "kind": "var", "range": [ - 11194, - 11244 + 11480, + 11530 ], "loc": { "start": { - "line": 256, + "line": 266, "column": 20 }, "end": { - "line": 256, + "line": 266, "column": 70 } } @@ -19219,16 +19480,16 @@ "type": "Identifier", "name": "et", "range": [ - 11269, - 11271 + 11555, + 11557 ], "loc": { "start": { - "line": 257, + "line": 267, "column": 24 }, "end": { - "line": 257, + "line": 267, "column": 26 } } @@ -19240,16 +19501,16 @@ "type": "Identifier", "name": "advGrid", "range": [ - 11274, - 11281 + 11560, + 11567 ], "loc": { "start": { - "line": 257, + "line": 267, "column": 29 }, "end": { - "line": 257, + "line": 267, "column": 36 } } @@ -19258,46 +19519,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 11282, - 11294 + 11568, + 11580 ], "loc": { "start": { - "line": 257, + "line": 267, "column": 37 }, "end": { - "line": 257, + "line": 267, "column": 49 } } }, "range": [ - 11274, - 11294 + 11560, + 11580 ], "loc": { "start": { - "line": 257, + "line": 267, "column": 29 }, "end": { - "line": 257, + "line": 267, "column": 49 } } }, "range": [ - 11269, - 11294 + 11555, + 11580 ], "loc": { "start": { - "line": 257, + "line": 267, "column": 24 }, "end": { - "line": 257, + "line": 267, "column": 49 } } @@ -19305,16 +19566,16 @@ ], "kind": "var", "range": [ - 11265, - 11295 + 11551, + 11581 ], "loc": { "start": { - "line": 257, + "line": 267, "column": 20 }, "end": { - "line": 257, + "line": 267, "column": 50 } } @@ -19328,16 +19589,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11320, - 11323 + 11606, + 11609 ], "loc": { "start": { - "line": 258, + "line": 268, "column": 24 }, "end": { - "line": 258, + "line": 268, "column": 27 } } @@ -19349,16 +19610,16 @@ "type": "Identifier", "name": "et", "range": [ - 11326, - 11328 + 11612, + 11614 ], "loc": { "start": { - "line": 258, + "line": 268, "column": 30 }, "end": { - "line": 258, + "line": 268, "column": 32 } } @@ -19367,46 +19628,46 @@ "type": "Identifier", "name": "Selection", "range": [ - 11329, - 11338 + 11615, + 11624 ], "loc": { "start": { - "line": 258, + "line": 268, "column": 33 }, "end": { - "line": 258, + "line": 268, "column": 42 } } }, "range": [ - 11326, - 11338 + 11612, + 11624 ], "loc": { "start": { - "line": 258, + "line": 268, "column": 30 }, "end": { - "line": 258, + "line": 268, "column": 42 } } }, "range": [ - 11320, - 11338 + 11606, + 11624 ], "loc": { "start": { - "line": 258, + "line": 268, "column": 24 }, "end": { - "line": 258, + "line": 268, "column": 42 } } @@ -19414,16 +19675,16 @@ ], "kind": "var", "range": [ - 11316, - 11339 + 11602, + 11625 ], "loc": { "start": { - "line": 258, + "line": 268, "column": 20 }, "end": { - "line": 258, + "line": 268, "column": 43 } }, @@ -19432,16 +19693,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11360, - 11380 + 11646, + 11666 ], "loc": { "start": { - "line": 259, + "line": 269, "column": 20 }, "end": { - "line": 259, + "line": 269, "column": 40 } } @@ -19457,16 +19718,16 @@ "type": "Identifier", "name": "row", "range": [ - 11405, - 11408 + 11691, + 11694 ], "loc": { "start": { - "line": 260, + "line": 270, "column": 24 }, "end": { - "line": 260, + "line": 270, "column": 27 } } @@ -19480,16 +19741,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11411, - 11414 + 11697, + 11700 ], "loc": { "start": { - "line": 260, + "line": 270, "column": 30 }, "end": { - "line": 260, + "line": 270, "column": 33 } } @@ -19498,62 +19759,62 @@ "type": "Identifier", "name": "GetActiveRow", "range": [ - 11415, - 11427 + 11701, + 11713 ], "loc": { "start": { - "line": 260, + "line": 270, "column": 34 }, "end": { - "line": 260, + "line": 270, "column": 46 } } }, "range": [ - 11411, - 11427 + 11697, + 11713 ], "loc": { "start": { - "line": 260, + "line": 270, "column": 30 }, "end": { - "line": 260, + "line": 270, "column": 46 } } }, "arguments": [], "range": [ - 11411, - 11429 + 11697, + 11715 ], "loc": { "start": { - "line": 260, + "line": 270, "column": 30 }, "end": { - "line": 260, + "line": 270, "column": 48 } } }, "range": [ - 11405, - 11429 + 11691, + 11715 ], "loc": { "start": { - "line": 260, + "line": 270, "column": 24 }, "end": { - "line": 260, + "line": 270, "column": 48 } } @@ -19561,16 +19822,16 @@ ], "kind": "var", "range": [ - 11401, - 11430 + 11687, + 11716 ], "loc": { "start": { - "line": 260, + "line": 270, "column": 20 }, "end": { - "line": 260, + "line": 270, "column": 49 } }, @@ -19579,16 +19840,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11360, - 11380 + 11646, + 11666 ], "loc": { "start": { - "line": 259, + "line": 269, "column": 20 }, "end": { - "line": 259, + "line": 269, "column": 40 } } @@ -19599,16 +19860,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11451, - 11470 + 11737, + 11756 ], "loc": { "start": { - "line": 261, + "line": 271, "column": 20 }, "end": { - "line": 261, + "line": 271, "column": 39 } } @@ -19621,17 +19882,17 @@ "type": "Identifier", "name": "row", "range": [ - 11494, - 11497 + 11781, + 11784 ], "loc": { "start": { - "line": 262, - "column": 23 + "line": 272, + "column": 24 }, "end": { - "line": 262, - "column": 26 + "line": 272, + "column": 27 } } }, @@ -19649,16 +19910,16 @@ "type": "Identifier", "name": "row", "range": [ - 11524, - 11527 + 11812, + 11815 ], "loc": { "start": { - "line": 263, + "line": 273, "column": 24 }, "end": { - "line": 263, + "line": 273, "column": 27 } } @@ -19667,31 +19928,31 @@ "type": "Identifier", "name": "scrollIntoView", "range": [ - 11528, - 11542 + 11816, + 11830 ], "loc": { "start": { - "line": 263, + "line": 273, "column": 28 }, "end": { - "line": 263, + "line": 273, "column": 42 } } }, "range": [ - 11524, - 11542 + 11812, + 11830 ], "loc": { "start": { - "line": 263, + "line": 273, "column": 24 }, "end": { - "line": 263, + "line": 273, "column": 42 } } @@ -19702,79 +19963,79 @@ "value": false, "raw": "false", "range": [ - 11543, - 11548 + 11831, + 11836 ], "loc": { "start": { - "line": 263, + "line": 273, "column": 43 }, "end": { - "line": 263, + "line": 273, "column": 48 } } } ], "range": [ - 11524, - 11549 + 11812, + 11837 ], "loc": { "start": { - "line": 263, + "line": 273, "column": 24 }, "end": { - "line": 263, + "line": 273, "column": 49 } } }, "range": [ - 11524, - 11550 + 11812, + 11838 ], "loc": { "start": { - "line": 263, + "line": 273, "column": 24 }, "end": { - "line": 263, + "line": 273, "column": 50 } } } ], "range": [ - 11498, - 11572 + 11786, + 11860 ], "loc": { "start": { - "line": 262, - "column": 27 + "line": 272, + "column": 29 }, "end": { - "line": 264, + "line": 274, "column": 21 } } }, "alternate": null, "range": [ - 11491, - 11572 + 11777, + 11860 ], "loc": { "start": { - "line": 262, + "line": 272, "column": 20 }, "end": { - "line": 264, + "line": 274, "column": 21 } }, @@ -19783,16 +20044,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11451, - 11470 + 11737, + 11756 ], "loc": { "start": { - "line": 261, + "line": 271, "column": 20 }, "end": { - "line": 261, + "line": 271, "column": 39 } } @@ -19803,16 +20064,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11593, - 11613 + 11881, + 11901 ], "loc": { "start": { - "line": 265, + "line": 275, "column": 20 }, "end": { - "line": 265, + "line": 275, "column": 40 } } @@ -19828,16 +20089,16 @@ "type": "Identifier", "name": "cell", "range": [ - 11638, - 11642 + 11926, + 11930 ], "loc": { "start": { - "line": 266, + "line": 276, "column": 24 }, "end": { - "line": 266, + "line": 276, "column": 28 } } @@ -19851,16 +20112,16 @@ "type": "Identifier", "name": "slc", "range": [ - 11645, - 11648 + 11933, + 11936 ], "loc": { "start": { - "line": 266, + "line": 276, "column": 31 }, "end": { - "line": 266, + "line": 276, "column": 34 } } @@ -19869,62 +20130,62 @@ "type": "Identifier", "name": "GetActiveCell", "range": [ - 11649, - 11662 + 11937, + 11950 ], "loc": { "start": { - "line": 266, + "line": 276, "column": 35 }, "end": { - "line": 266, + "line": 276, "column": 48 } } }, "range": [ - 11645, - 11662 + 11933, + 11950 ], "loc": { "start": { - "line": 266, + "line": 276, "column": 31 }, "end": { - "line": 266, + "line": 276, "column": 48 } } }, "arguments": [], "range": [ - 11645, - 11664 + 11933, + 11952 ], "loc": { "start": { - "line": 266, + "line": 276, "column": 31 }, "end": { - "line": 266, + "line": 276, "column": 50 } } }, "range": [ - 11638, - 11664 + 11926, + 11952 ], "loc": { "start": { - "line": 266, + "line": 276, "column": 24 }, "end": { - "line": 266, + "line": 276, "column": 50 } } @@ -19932,16 +20193,16 @@ ], "kind": "var", "range": [ - 11634, - 11665 + 11922, + 11953 ], "loc": { "start": { - "line": 266, + "line": 276, "column": 20 }, "end": { - "line": 266, + "line": 276, "column": 51 } }, @@ -19950,16 +20211,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11593, - 11613 + 11881, + 11901 ], "loc": { "start": { - "line": 265, + "line": 275, "column": 20 }, "end": { - "line": 265, + "line": 275, "column": 40 } } @@ -19970,16 +20231,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11686, - 11705 + 11974, + 11993 ], "loc": { "start": { - "line": 267, + "line": 277, "column": 20 }, "end": { - "line": 267, + "line": 277, "column": 39 } } @@ -19992,17 +20253,17 @@ "type": "Identifier", "name": "cell", "range": [ - 11729, - 11733 + 12018, + 12022 ], "loc": { "start": { - "line": 268, - "column": 23 + "line": 278, + "column": 24 }, "end": { - "line": 268, - "column": 27 + "line": 278, + "column": 28 } } }, @@ -20020,16 +20281,16 @@ "type": "Identifier", "name": "cell", "range": [ - 11760, - 11764 + 12050, + 12054 ], "loc": { "start": { - "line": 269, + "line": 279, "column": 24 }, "end": { - "line": 269, + "line": 279, "column": 28 } } @@ -20038,31 +20299,31 @@ "type": "Identifier", "name": "scrollIntoView", "range": [ - 11765, - 11779 + 12055, + 12069 ], "loc": { "start": { - "line": 269, + "line": 279, "column": 29 }, "end": { - "line": 269, + "line": 279, "column": 43 } } }, "range": [ - 11760, - 11779 + 12050, + 12069 ], "loc": { "start": { - "line": 269, + "line": 279, "column": 24 }, "end": { - "line": 269, + "line": 279, "column": 43 } } @@ -20073,79 +20334,79 @@ "value": false, "raw": "false", "range": [ - 11780, - 11785 + 12070, + 12075 ], "loc": { "start": { - "line": 269, + "line": 279, "column": 44 }, "end": { - "line": 269, + "line": 279, "column": 49 } } } ], "range": [ - 11760, - 11786 + 12050, + 12076 ], "loc": { "start": { - "line": 269, + "line": 279, "column": 24 }, "end": { - "line": 269, + "line": 279, "column": 50 } } }, "range": [ - 11760, - 11787 + 12050, + 12077 ], "loc": { "start": { - "line": 269, + "line": 279, "column": 24 }, "end": { - "line": 269, + "line": 279, "column": 51 } } } ], "range": [ - 11734, - 11809 + 12024, + 12099 ], "loc": { "start": { - "line": 268, - "column": 28 + "line": 278, + "column": 30 }, "end": { - "line": 270, + "line": 280, "column": 21 } } }, "alternate": null, "range": [ - 11726, - 11809 + 12014, + 12099 ], "loc": { "start": { - "line": 268, + "line": 278, "column": 20 }, "end": { - "line": 270, + "line": 280, "column": 21 } }, @@ -20154,16 +20415,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11686, - 11705 + 11974, + 11993 ], "loc": { "start": { - "line": 267, + "line": 277, "column": 20 }, "end": { - "line": 267, + "line": 277, "column": 39 } } @@ -20172,16 +20433,16 @@ } ], "range": [ - 11172, - 11827 + 11458, + 12117 ], "loc": { "start": { - "line": 255, - "column": 73 + "line": 265, + "column": 75 }, "end": { - "line": 271, + "line": 281, "column": 17 } } @@ -20189,78 +20450,78 @@ "generator": false, "expression": false, "range": [ - 11156, - 11827 + 11440, + 12117 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 57 }, "end": { - "line": 271, + "line": 281, "column": 17 } } }, "range": [ - 11115, - 11827 + 11399, + 12117 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 16 }, "end": { - "line": 271, + "line": 281, "column": 17 } } }, "range": [ - 11115, - 11828 + 11399, + 12118 ], "loc": { "start": { - "line": 255, + "line": 265, "column": 16 }, "end": { - "line": 271, + "line": 281, "column": 18 } } } ], "range": [ - 11097, - 11842 + 11381, + 12132 ], "loc": { "start": { - "line": 254, - "column": 25 + "line": 264, + "column": 27 }, "end": { - "line": 272, + "line": 282, "column": 13 } } }, "alternate": null, "range": [ - 11084, - 11842 + 11366, + 12132 ], "loc": { "start": { - "line": 254, + "line": 264, "column": 12 }, "end": { - "line": 272, + "line": 282, "column": 13 } }, @@ -20269,16 +20530,16 @@ "type": "Line", "value": "Selected row needs to be visible when paging is activated", "range": [ - 11012, - 11071 + 11294, + 11353 ], "loc": { "start": { - "line": 253, + "line": 263, "column": 12 }, "end": { - "line": 253, + "line": 263, "column": 71 } } @@ -20289,16 +20550,16 @@ "type": "Line", "value": "Rows navigation when rows are filtered is performed with the", "range": [ - 11856, - 11918 + 12146, + 12208 ], "loc": { "start": { - "line": 274, + "line": 284, "column": 12 }, "end": { - "line": 274, + "line": 284, "column": 74 } } @@ -20307,16 +20568,16 @@ "type": "Line", "value": "EditTable row selection callback events", "range": [ - 11931, - 11972 + 12221, + 12262 ], "loc": { "start": { - "line": 275, + "line": 285, "column": 12 }, "end": { - "line": 275, + "line": 285, "column": 53 } } @@ -20335,17 +20596,17 @@ "type": "Identifier", "name": "cfg", "range": [ - 11988, - 11991 + 12279, + 12282 ], "loc": { "start": { - "line": 276, - "column": 15 + "line": 286, + "column": 16 }, "end": { - "line": 276, - "column": 18 + "line": 286, + "column": 19 } } }, @@ -20353,32 +20614,32 @@ "type": "Identifier", "name": "default_selection", "range": [ - 11992, - 12009 + 12283, + 12300 ], "loc": { "start": { - "line": 276, - "column": 19 + "line": 286, + "column": 20 }, "end": { - "line": 276, - "column": 36 + "line": 286, + "column": 37 } } }, "range": [ - 11988, - 12009 + 12279, + 12300 ], "loc": { "start": { - "line": 276, - "column": 15 + "line": 286, + "column": 16 }, "end": { - "line": 276, - "column": 36 + "line": 286, + "column": 37 } } }, @@ -20387,32 +20648,32 @@ "value": "row", "raw": "'row'", "range": [ - 12012, - 12017 + 12305, + 12310 ], "loc": { "start": { - "line": 276, - "column": 39 + "line": 286, + "column": 42 }, "end": { - "line": 276, - "column": 44 + "line": 286, + "column": 47 } } }, "range": [ - 11988, - 12017 + 12279, + 12310 ], "loc": { "start": { - "line": 276, - "column": 15 + "line": 286, + "column": 16 }, "end": { - "line": 276, - "column": 44 + "line": 286, + "column": 47 } } }, @@ -20428,16 +20689,16 @@ "type": "Identifier", "name": "fnB", "range": [ - 12040, - 12043 + 12334, + 12337 ], "loc": { "start": { - "line": 277, + "line": 287, "column": 20 }, "end": { - "line": 277, + "line": 287, "column": 23 } } @@ -20449,16 +20710,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12046, - 12049 + 12340, + 12343 ], "loc": { "start": { - "line": 277, + "line": 287, "column": 26 }, "end": { - "line": 277, + "line": 287, "column": 29 } } @@ -20467,46 +20728,46 @@ "type": "Identifier", "name": "on_before_selected_row", "range": [ - 12050, - 12072 + 12344, + 12366 ], "loc": { "start": { - "line": 277, + "line": 287, "column": 30 }, "end": { - "line": 277, + "line": 287, "column": 52 } } }, "range": [ - 12046, - 12072 + 12340, + 12366 ], "loc": { "start": { - "line": 277, + "line": 287, "column": 26 }, "end": { - "line": 277, + "line": 287, "column": 52 } } }, "range": [ - 12040, - 12072 + 12334, + 12366 ], "loc": { "start": { - "line": 277, + "line": 287, "column": 20 }, "end": { - "line": 277, + "line": 287, "column": 52 } } @@ -20514,16 +20775,16 @@ ], "kind": "var", "range": [ - 12036, - 12073 + 12330, + 12367 ], "loc": { "start": { - "line": 277, + "line": 287, "column": 16 }, "end": { - "line": 277, + "line": 287, "column": 53 } } @@ -20540,16 +20801,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12090, - 12093 + 12384, + 12387 ], "loc": { "start": { - "line": 278, + "line": 288, "column": 16 }, "end": { - "line": 278, + "line": 288, "column": 19 } } @@ -20558,31 +20819,31 @@ "type": "Identifier", "name": "on_before_selected_row", "range": [ - 12094, - 12116 + 12388, + 12410 ], "loc": { "start": { - "line": 278, + "line": 288, "column": 20 }, "end": { - "line": 278, + "line": 288, "column": 42 } } }, "range": [ - 12090, - 12116 + 12384, + 12410 ], "loc": { "start": { - "line": 278, + "line": 288, "column": 16 }, "end": { - "line": 278, + "line": 288, "column": 42 } } @@ -20602,16 +20863,16 @@ "type": "Identifier", "name": "onBeforeSelection", "range": [ - 12151, - 12168 + 12447, + 12464 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 20 }, "end": { - "line": 279, + "line": 289, "column": 37 } } @@ -20624,16 +20885,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12169, - 12178 + 12465, + 12474 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 38 }, "end": { - "line": 279, + "line": 289, "column": 47 } } @@ -20643,31 +20904,31 @@ "value": 0, "raw": "0", "range": [ - 12179, - 12180 + 12475, + 12476 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 48 }, "end": { - "line": 279, + "line": 289, "column": 49 } } }, "range": [ - 12169, - 12181 + 12465, + 12477 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 38 }, "end": { - "line": 279, + "line": 289, "column": 50 } } @@ -20679,16 +20940,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12183, - 12192 + 12479, + 12488 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 52 }, "end": { - "line": 279, + "line": 289, "column": 61 } } @@ -20698,31 +20959,31 @@ "value": 1, "raw": "1", "range": [ - 12193, - 12194 + 12489, + 12490 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 62 }, "end": { - "line": 279, + "line": 289, "column": 63 } } }, "range": [ - 12183, - 12195 + 12479, + 12491 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 52 }, "end": { - "line": 279, + "line": 289, "column": 64 } } @@ -20734,16 +20995,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12197, - 12206 + 12493, + 12502 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 66 }, "end": { - "line": 279, + "line": 289, "column": 75 } } @@ -20753,62 +21014,62 @@ "value": 2, "raw": "2", "range": [ - 12207, - 12208 + 12503, + 12504 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 76 }, "end": { - "line": 279, + "line": 289, "column": 77 } } }, "range": [ - 12197, - 12209 + 12493, + 12505 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 66 }, "end": { - "line": 279, + "line": 289, "column": 78 } } } ], "range": [ - 12151, - 12210 + 12447, + 12506 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 20 }, "end": { - "line": 279, + "line": 289, "column": 79 } } }, "range": [ - 12151, - 12211 + 12447, + 12507 ], "loc": { "start": { - "line": 279, + "line": 289, "column": 20 }, "end": { - "line": 279, + "line": 289, "column": 80 } } @@ -20819,17 +21080,17 @@ "type": "Identifier", "name": "fnB", "range": [ - 12235, - 12238 + 12532, + 12535 ], "loc": { "start": { - "line": 280, - "column": 23 + "line": 290, + "column": 24 }, "end": { - "line": 280, - "column": 26 + "line": 290, + "column": 27 } } }, @@ -20847,16 +21108,16 @@ "type": "Identifier", "name": "fnB", "range": [ - 12265, - 12268 + 12563, + 12566 ], "loc": { "start": { - "line": 281, + "line": 291, "column": 24 }, "end": { - "line": 281, + "line": 291, "column": 27 } } @@ -20865,31 +21126,31 @@ "type": "Identifier", "name": "call", "range": [ - 12269, - 12273 + 12567, + 12571 ], "loc": { "start": { - "line": 281, + "line": 291, "column": 28 }, "end": { - "line": 281, + "line": 291, "column": 32 } } }, "range": [ - 12265, - 12273 + 12563, + 12571 ], "loc": { "start": { - "line": 281, + "line": 291, "column": 24 }, "end": { - "line": 281, + "line": 291, "column": 32 } } @@ -20900,16 +21161,16 @@ "value": null, "raw": "null", "range": [ - 12303, - 12307 + 12601, + 12605 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 28 }, "end": { - "line": 282, + "line": 292, "column": 32 } } @@ -20921,16 +21182,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12309, - 12318 + 12607, + 12616 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 34 }, "end": { - "line": 282, + "line": 292, "column": 43 } } @@ -20940,31 +21201,31 @@ "value": 0, "raw": "0", "range": [ - 12319, - 12320 + 12617, + 12618 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 44 }, "end": { - "line": 282, + "line": 292, "column": 45 } } }, "range": [ - 12309, - 12321 + 12607, + 12619 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 34 }, "end": { - "line": 282, + "line": 292, "column": 46 } } @@ -20976,16 +21237,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12323, - 12332 + 12621, + 12630 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 48 }, "end": { - "line": 282, + "line": 292, "column": 57 } } @@ -20995,31 +21256,31 @@ "value": 1, "raw": "1", "range": [ - 12333, - 12334 + 12631, + 12632 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 58 }, "end": { - "line": 282, + "line": 292, "column": 59 } } }, "range": [ - 12323, - 12335 + 12621, + 12633 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 48 }, "end": { - "line": 282, + "line": 292, "column": 60 } } @@ -21031,16 +21292,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12337, - 12346 + 12635, + 12644 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 62 }, "end": { - "line": 282, + "line": 292, "column": 71 } } @@ -21050,110 +21311,110 @@ "value": 2, "raw": "2", "range": [ - 12347, - 12348 + 12645, + 12646 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 72 }, "end": { - "line": 282, + "line": 292, "column": 73 } } }, "range": [ - 12337, - 12349 + 12635, + 12647 ], "loc": { "start": { - "line": 282, + "line": 292, "column": 62 }, "end": { - "line": 282, + "line": 292, "column": 74 } } } ], "range": [ - 12265, - 12350 + 12563, + 12648 ], "loc": { "start": { - "line": 281, + "line": 291, "column": 24 }, "end": { - "line": 282, + "line": 292, "column": 75 } } }, "range": [ - 12265, - 12351 + 12563, + 12649 ], "loc": { "start": { - "line": 281, + "line": 291, "column": 24 }, "end": { - "line": 282, + "line": 292, "column": 76 } } } ], "range": [ - 12239, - 12373 + 12537, + 12671 ], "loc": { "start": { - "line": 280, - "column": 27 + "line": 290, + "column": 29 }, "end": { - "line": 283, + "line": 293, "column": 21 } } }, "alternate": null, "range": [ - 12232, - 12373 + 12528, + 12671 ], "loc": { "start": { - "line": 280, + "line": 290, "column": 20 }, "end": { - "line": 283, + "line": 293, "column": 21 } } } ], "range": [ - 12129, - 12391 + 12425, + 12689 ], "loc": { "start": { - "line": 278, - "column": 55 + "line": 288, + "column": 57 }, "end": { - "line": 284, + "line": 294, "column": 17 } } @@ -21161,46 +21422,46 @@ "generator": false, "expression": false, "range": [ - 12119, - 12391 + 12413, + 12689 ], "loc": { "start": { - "line": 278, + "line": 288, "column": 45 }, "end": { - "line": 284, + "line": 294, "column": 17 } } }, "range": [ - 12090, - 12391 + 12384, + 12689 ], "loc": { "start": { - "line": 278, + "line": 288, "column": 16 }, "end": { - "line": 284, + "line": 294, "column": 17 } } }, "range": [ - 12090, - 12392 + 12384, + 12690 ], "loc": { "start": { - "line": 278, + "line": 288, "column": 16 }, "end": { - "line": 284, + "line": 294, "column": 18 } } @@ -21214,16 +21475,16 @@ "type": "Identifier", "name": "fnA", "range": [ - 12413, - 12416 + 12711, + 12714 ], "loc": { "start": { - "line": 285, + "line": 295, "column": 20 }, "end": { - "line": 285, + "line": 295, "column": 23 } } @@ -21235,16 +21496,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12419, - 12422 + 12717, + 12720 ], "loc": { "start": { - "line": 285, + "line": 295, "column": 26 }, "end": { - "line": 285, + "line": 295, "column": 29 } } @@ -21253,46 +21514,46 @@ "type": "Identifier", "name": "on_after_selected_row", "range": [ - 12423, - 12444 + 12721, + 12742 ], "loc": { "start": { - "line": 285, + "line": 295, "column": 30 }, "end": { - "line": 285, + "line": 295, "column": 51 } } }, "range": [ - 12419, - 12444 + 12717, + 12742 ], "loc": { "start": { - "line": 285, + "line": 295, "column": 26 }, "end": { - "line": 285, + "line": 295, "column": 51 } } }, "range": [ - 12413, - 12444 + 12711, + 12742 ], "loc": { "start": { - "line": 285, + "line": 295, "column": 20 }, "end": { - "line": 285, + "line": 295, "column": 51 } } @@ -21300,16 +21561,16 @@ ], "kind": "var", "range": [ - 12409, - 12445 + 12707, + 12743 ], "loc": { "start": { - "line": 285, + "line": 295, "column": 16 }, "end": { - "line": 285, + "line": 295, "column": 52 } } @@ -21326,16 +21587,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12462, - 12465 + 12760, + 12763 ], "loc": { "start": { - "line": 286, + "line": 296, "column": 16 }, "end": { - "line": 286, + "line": 296, "column": 19 } } @@ -21344,31 +21605,31 @@ "type": "Identifier", "name": "on_after_selected_row", "range": [ - 12466, - 12487 + 12764, + 12785 ], "loc": { "start": { - "line": 286, + "line": 296, "column": 20 }, "end": { - "line": 286, + "line": 296, "column": 41 } } }, "range": [ - 12462, - 12487 + 12760, + 12785 ], "loc": { "start": { - "line": 286, + "line": 296, "column": 16 }, "end": { - "line": 286, + "line": 296, "column": 41 } } @@ -21388,16 +21649,16 @@ "type": "Identifier", "name": "onAfterSelection", "range": [ - 12522, - 12538 + 12822, + 12838 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 20 }, "end": { - "line": 287, + "line": 297, "column": 36 } } @@ -21410,16 +21671,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12539, - 12548 + 12839, + 12848 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 37 }, "end": { - "line": 287, + "line": 297, "column": 46 } } @@ -21429,31 +21690,31 @@ "value": 0, "raw": "0", "range": [ - 12549, - 12550 + 12849, + 12850 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 47 }, "end": { - "line": 287, + "line": 297, "column": 48 } } }, "range": [ - 12539, - 12551 + 12839, + 12851 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 37 }, "end": { - "line": 287, + "line": 297, "column": 49 } } @@ -21465,16 +21726,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12553, - 12562 + 12853, + 12862 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 51 }, "end": { - "line": 287, + "line": 297, "column": 60 } } @@ -21484,31 +21745,31 @@ "value": 1, "raw": "1", "range": [ - 12563, - 12564 + 12863, + 12864 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 61 }, "end": { - "line": 287, + "line": 297, "column": 62 } } }, "range": [ - 12553, - 12565 + 12853, + 12865 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 51 }, "end": { - "line": 287, + "line": 297, "column": 63 } } @@ -21520,16 +21781,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12567, - 12576 + 12867, + 12876 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 65 }, "end": { - "line": 287, + "line": 297, "column": 74 } } @@ -21539,62 +21800,62 @@ "value": 2, "raw": "2", "range": [ - 12577, - 12578 + 12877, + 12878 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 75 }, "end": { - "line": 287, + "line": 297, "column": 76 } } }, "range": [ - 12567, - 12579 + 12867, + 12879 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 65 }, "end": { - "line": 287, + "line": 297, "column": 77 } } } ], "range": [ - 12522, - 12580 + 12822, + 12880 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 20 }, "end": { - "line": 287, + "line": 297, "column": 78 } } }, "range": [ - 12522, - 12581 + 12822, + 12881 ], "loc": { "start": { - "line": 287, + "line": 297, "column": 20 }, "end": { - "line": 287, + "line": 297, "column": 79 } } @@ -21605,17 +21866,17 @@ "type": "Identifier", "name": "fnA", "range": [ - 12605, - 12608 + 12906, + 12909 ], "loc": { "start": { - "line": 288, - "column": 23 + "line": 298, + "column": 24 }, "end": { - "line": 288, - "column": 26 + "line": 298, + "column": 27 } } }, @@ -21633,16 +21894,16 @@ "type": "Identifier", "name": "fnA", "range": [ - 12635, - 12638 + 12937, + 12940 ], "loc": { "start": { - "line": 289, + "line": 299, "column": 24 }, "end": { - "line": 289, + "line": 299, "column": 27 } } @@ -21651,31 +21912,31 @@ "type": "Identifier", "name": "call", "range": [ - 12639, - 12643 + 12941, + 12945 ], "loc": { "start": { - "line": 289, + "line": 299, "column": 28 }, "end": { - "line": 289, + "line": 299, "column": 32 } } }, "range": [ - 12635, - 12643 + 12937, + 12945 ], "loc": { "start": { - "line": 289, + "line": 299, "column": 24 }, "end": { - "line": 289, + "line": 299, "column": 32 } } @@ -21686,16 +21947,16 @@ "value": null, "raw": "null", "range": [ - 12673, - 12677 + 12975, + 12979 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 28 }, "end": { - "line": 290, + "line": 300, "column": 32 } } @@ -21707,16 +21968,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12679, - 12688 + 12981, + 12990 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 34 }, "end": { - "line": 290, + "line": 300, "column": 43 } } @@ -21726,31 +21987,31 @@ "value": 0, "raw": "0", "range": [ - 12689, - 12690 + 12991, + 12992 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 44 }, "end": { - "line": 290, + "line": 300, "column": 45 } } }, "range": [ - 12679, - 12691 + 12981, + 12993 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 34 }, "end": { - "line": 290, + "line": 300, "column": 46 } } @@ -21762,16 +22023,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12693, - 12702 + 12995, + 13004 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 48 }, "end": { - "line": 290, + "line": 300, "column": 57 } } @@ -21781,31 +22042,31 @@ "value": 1, "raw": "1", "range": [ - 12703, - 12704 + 13005, + 13006 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 58 }, "end": { - "line": 290, + "line": 300, "column": 59 } } }, "range": [ - 12693, - 12705 + 12995, + 13007 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 48 }, "end": { - "line": 290, + "line": 300, "column": 60 } } @@ -21817,16 +22078,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12707, - 12716 + 13009, + 13018 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 62 }, "end": { - "line": 290, + "line": 300, "column": 71 } } @@ -21836,110 +22097,110 @@ "value": 2, "raw": "2", "range": [ - 12717, - 12718 + 13019, + 13020 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 72 }, "end": { - "line": 290, + "line": 300, "column": 73 } } }, "range": [ - 12707, - 12719 + 13009, + 13021 ], "loc": { "start": { - "line": 290, + "line": 300, "column": 62 }, "end": { - "line": 290, + "line": 300, "column": 74 } } } ], "range": [ - 12635, - 12720 + 12937, + 13022 ], "loc": { "start": { - "line": 289, + "line": 299, "column": 24 }, "end": { - "line": 290, + "line": 300, "column": 75 } } }, "range": [ - 12635, - 12721 + 12937, + 13023 ], "loc": { "start": { - "line": 289, + "line": 299, "column": 24 }, "end": { - "line": 290, + "line": 300, "column": 76 } } } ], "range": [ - 12609, - 12743 + 12911, + 13045 ], "loc": { "start": { - "line": 288, - "column": 27 + "line": 298, + "column": 29 }, "end": { - "line": 291, + "line": 301, "column": 21 } } }, "alternate": null, "range": [ - 12602, - 12743 + 12902, + 13045 ], "loc": { "start": { - "line": 288, + "line": 298, "column": 20 }, "end": { - "line": 291, + "line": 301, "column": 21 } } } ], "range": [ - 12500, - 12761 + 12800, + 13063 ], "loc": { "start": { - "line": 286, - "column": 54 + "line": 296, + "column": 56 }, "end": { - "line": 292, + "line": 302, "column": 17 } } @@ -21947,62 +22208,62 @@ "generator": false, "expression": false, "range": [ - 12490, - 12761 + 12788, + 13063 ], "loc": { "start": { - "line": 286, + "line": 296, "column": 44 }, "end": { - "line": 292, + "line": 302, "column": 17 } } }, "range": [ - 12462, - 12761 + 12760, + 13063 ], "loc": { "start": { - "line": 286, + "line": 296, "column": 16 }, "end": { - "line": 292, + "line": 302, "column": 17 } } }, "range": [ - 12462, - 12762 + 12760, + 13064 ], "loc": { "start": { - "line": 286, + "line": 296, "column": 16 }, "end": { - "line": 292, + "line": 302, "column": 18 } } } ], "range": [ - 12018, - 12776 + 12312, + 13078 ], "loc": { "start": { - "line": 276, - "column": 45 + "line": 286, + "column": 49 }, "end": { - "line": 293, + "line": 303, "column": 13 } } @@ -22019,16 +22280,16 @@ "type": "Identifier", "name": "fnD", "range": [ - 12804, - 12807 + 13106, + 13109 ], "loc": { "start": { - "line": 294, + "line": 304, "column": 20 }, "end": { - "line": 294, + "line": 304, "column": 23 } } @@ -22040,16 +22301,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12810, - 12813 + 13112, + 13115 ], "loc": { "start": { - "line": 294, + "line": 304, "column": 26 }, "end": { - "line": 294, + "line": 304, "column": 29 } } @@ -22058,46 +22319,46 @@ "type": "Identifier", "name": "on_before_selected_cell", "range": [ - 12814, - 12837 + 13116, + 13139 ], "loc": { "start": { - "line": 294, + "line": 304, "column": 30 }, "end": { - "line": 294, + "line": 304, "column": 53 } } }, "range": [ - 12810, - 12837 + 13112, + 13139 ], "loc": { "start": { - "line": 294, + "line": 304, "column": 26 }, "end": { - "line": 294, + "line": 304, "column": 53 } } }, "range": [ - 12804, - 12837 + 13106, + 13139 ], "loc": { "start": { - "line": 294, + "line": 304, "column": 20 }, "end": { - "line": 294, + "line": 304, "column": 53 } } @@ -22105,16 +22366,16 @@ ], "kind": "var", "range": [ - 12800, - 12838 + 13102, + 13140 ], "loc": { "start": { - "line": 294, + "line": 304, "column": 16 }, "end": { - "line": 294, + "line": 304, "column": 54 } } @@ -22131,16 +22392,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 12855, - 12858 + 13157, + 13160 ], "loc": { "start": { - "line": 295, + "line": 305, "column": 16 }, "end": { - "line": 295, + "line": 305, "column": 19 } } @@ -22149,31 +22410,31 @@ "type": "Identifier", "name": "on_before_selected_cell", "range": [ - 12859, - 12882 + 13161, + 13184 ], "loc": { "start": { - "line": 295, + "line": 305, "column": 20 }, "end": { - "line": 295, + "line": 305, "column": 43 } } }, "range": [ - 12855, - 12882 + 13157, + 13184 ], "loc": { "start": { - "line": 295, + "line": 305, "column": 16 }, "end": { - "line": 295, + "line": 305, "column": 43 } } @@ -22193,16 +22454,16 @@ "type": "Identifier", "name": "onBeforeSelection", "range": [ - 12917, - 12934 + 13221, + 13238 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 20 }, "end": { - "line": 296, + "line": 306, "column": 37 } } @@ -22215,16 +22476,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12935, - 12944 + 13239, + 13248 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 38 }, "end": { - "line": 296, + "line": 306, "column": 47 } } @@ -22234,31 +22495,31 @@ "value": 0, "raw": "0", "range": [ - 12945, - 12946 + 13249, + 13250 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 48 }, "end": { - "line": 296, + "line": 306, "column": 49 } } }, "range": [ - 12935, - 12947 + 13239, + 13251 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 38 }, "end": { - "line": 296, + "line": 306, "column": 50 } } @@ -22270,16 +22531,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12949, - 12958 + 13253, + 13262 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 52 }, "end": { - "line": 296, + "line": 306, "column": 61 } } @@ -22289,31 +22550,31 @@ "value": 1, "raw": "1", "range": [ - 12959, - 12960 + 13263, + 13264 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 62 }, "end": { - "line": 296, + "line": 306, "column": 63 } } }, "range": [ - 12949, - 12961 + 13253, + 13265 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 52 }, "end": { - "line": 296, + "line": 306, "column": 64 } } @@ -22325,16 +22586,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 12963, - 12972 + 13267, + 13276 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 66 }, "end": { - "line": 296, + "line": 306, "column": 75 } } @@ -22344,62 +22605,62 @@ "value": 2, "raw": "2", "range": [ - 12973, - 12974 + 13277, + 13278 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 76 }, "end": { - "line": 296, + "line": 306, "column": 77 } } }, "range": [ - 12963, - 12975 + 13267, + 13279 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 66 }, "end": { - "line": 296, + "line": 306, "column": 78 } } } ], "range": [ - 12917, - 12976 + 13221, + 13280 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 20 }, "end": { - "line": 296, + "line": 306, "column": 79 } } }, "range": [ - 12917, - 12977 + 13221, + 13281 ], "loc": { "start": { - "line": 296, + "line": 306, "column": 20 }, "end": { - "line": 296, + "line": 306, "column": 80 } } @@ -22410,17 +22671,17 @@ "type": "Identifier", "name": "fnD", "range": [ - 13001, - 13004 + 13306, + 13309 ], "loc": { "start": { - "line": 297, - "column": 23 + "line": 307, + "column": 24 }, "end": { - "line": 297, - "column": 26 + "line": 307, + "column": 27 } } }, @@ -22438,16 +22699,16 @@ "type": "Identifier", "name": "fnD", "range": [ - 13031, - 13034 + 13337, + 13340 ], "loc": { "start": { - "line": 298, + "line": 308, "column": 24 }, "end": { - "line": 298, + "line": 308, "column": 27 } } @@ -22456,31 +22717,31 @@ "type": "Identifier", "name": "call", "range": [ - 13035, - 13039 + 13341, + 13345 ], "loc": { "start": { - "line": 298, + "line": 308, "column": 28 }, "end": { - "line": 298, + "line": 308, "column": 32 } } }, "range": [ - 13031, - 13039 + 13337, + 13345 ], "loc": { "start": { - "line": 298, + "line": 308, "column": 24 }, "end": { - "line": 298, + "line": 308, "column": 32 } } @@ -22491,16 +22752,16 @@ "value": null, "raw": "null", "range": [ - 13069, - 13073 + 13375, + 13379 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 28 }, "end": { - "line": 299, + "line": 309, "column": 32 } } @@ -22512,16 +22773,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13075, - 13084 + 13381, + 13390 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 34 }, "end": { - "line": 299, + "line": 309, "column": 43 } } @@ -22531,31 +22792,31 @@ "value": 0, "raw": "0", "range": [ - 13085, - 13086 + 13391, + 13392 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 44 }, "end": { - "line": 299, + "line": 309, "column": 45 } } }, "range": [ - 13075, - 13087 + 13381, + 13393 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 34 }, "end": { - "line": 299, + "line": 309, "column": 46 } } @@ -22567,16 +22828,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13089, - 13098 + 13395, + 13404 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 48 }, "end": { - "line": 299, + "line": 309, "column": 57 } } @@ -22586,31 +22847,31 @@ "value": 1, "raw": "1", "range": [ - 13099, - 13100 + 13405, + 13406 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 58 }, "end": { - "line": 299, + "line": 309, "column": 59 } } }, "range": [ - 13089, - 13101 + 13395, + 13407 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 48 }, "end": { - "line": 299, + "line": 309, "column": 60 } } @@ -22622,16 +22883,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13103, - 13112 + 13409, + 13418 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 62 }, "end": { - "line": 299, + "line": 309, "column": 71 } } @@ -22641,110 +22902,110 @@ "value": 2, "raw": "2", "range": [ - 13113, - 13114 + 13419, + 13420 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 72 }, "end": { - "line": 299, + "line": 309, "column": 73 } } }, "range": [ - 13103, - 13115 + 13409, + 13421 ], "loc": { "start": { - "line": 299, + "line": 309, "column": 62 }, "end": { - "line": 299, + "line": 309, "column": 74 } } } ], "range": [ - 13031, - 13116 + 13337, + 13422 ], "loc": { "start": { - "line": 298, + "line": 308, "column": 24 }, "end": { - "line": 299, + "line": 309, "column": 75 } } }, "range": [ - 13031, - 13117 + 13337, + 13423 ], "loc": { "start": { - "line": 298, + "line": 308, "column": 24 }, "end": { - "line": 299, + "line": 309, "column": 76 } } } ], "range": [ - 13005, - 13139 + 13311, + 13445 ], "loc": { "start": { - "line": 297, - "column": 27 + "line": 307, + "column": 29 }, "end": { - "line": 300, + "line": 310, "column": 21 } } }, "alternate": null, "range": [ - 12998, - 13139 + 13302, + 13445 ], "loc": { "start": { - "line": 297, + "line": 307, "column": 20 }, "end": { - "line": 300, + "line": 310, "column": 21 } } } ], "range": [ - 12895, - 13157 + 13199, + 13463 ], "loc": { "start": { - "line": 295, - "column": 56 + "line": 305, + "column": 58 }, "end": { - "line": 301, + "line": 311, "column": 17 } } @@ -22752,46 +23013,46 @@ "generator": false, "expression": false, "range": [ - 12885, - 13157 + 13187, + 13463 ], "loc": { "start": { - "line": 295, + "line": 305, "column": 46 }, "end": { - "line": 301, + "line": 311, "column": 17 } } }, "range": [ - 12855, - 13157 + 13157, + 13463 ], "loc": { "start": { - "line": 295, + "line": 305, "column": 16 }, "end": { - "line": 301, + "line": 311, "column": 17 } } }, "range": [ - 12855, - 13158 + 13157, + 13464 ], "loc": { "start": { - "line": 295, + "line": 305, "column": 16 }, "end": { - "line": 301, + "line": 311, "column": 18 } } @@ -22805,16 +23066,16 @@ "type": "Identifier", "name": "fnC", "range": [ - 13179, - 13182 + 13485, + 13488 ], "loc": { "start": { - "line": 302, + "line": 312, "column": 20 }, "end": { - "line": 302, + "line": 312, "column": 23 } } @@ -22826,16 +23087,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 13185, - 13188 + 13491, + 13494 ], "loc": { "start": { - "line": 302, + "line": 312, "column": 26 }, "end": { - "line": 302, + "line": 312, "column": 29 } } @@ -22844,46 +23105,46 @@ "type": "Identifier", "name": "on_after_selected_cell", "range": [ - 13189, - 13211 + 13495, + 13517 ], "loc": { "start": { - "line": 302, + "line": 312, "column": 30 }, "end": { - "line": 302, + "line": 312, "column": 52 } } }, "range": [ - 13185, - 13211 + 13491, + 13517 ], "loc": { "start": { - "line": 302, + "line": 312, "column": 26 }, "end": { - "line": 302, + "line": 312, "column": 52 } } }, "range": [ - 13179, - 13211 + 13485, + 13517 ], "loc": { "start": { - "line": 302, + "line": 312, "column": 20 }, "end": { - "line": 302, + "line": 312, "column": 52 } } @@ -22891,16 +23152,16 @@ ], "kind": "var", "range": [ - 13175, - 13212 + 13481, + 13518 ], "loc": { "start": { - "line": 302, + "line": 312, "column": 16 }, "end": { - "line": 302, + "line": 312, "column": 53 } } @@ -22917,16 +23178,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 13229, - 13232 + 13535, + 13538 ], "loc": { "start": { - "line": 303, + "line": 313, "column": 16 }, "end": { - "line": 303, + "line": 313, "column": 19 } } @@ -22935,31 +23196,31 @@ "type": "Identifier", "name": "on_after_selected_cell", "range": [ - 13233, - 13255 + 13539, + 13561 ], "loc": { "start": { - "line": 303, + "line": 313, "column": 20 }, "end": { - "line": 303, + "line": 313, "column": 42 } } }, "range": [ - 13229, - 13255 + 13535, + 13561 ], "loc": { "start": { - "line": 303, + "line": 313, "column": 16 }, "end": { - "line": 303, + "line": 313, "column": 42 } } @@ -22979,16 +23240,16 @@ "type": "Identifier", "name": "onAfterSelection", "range": [ - 13290, - 13306 + 13598, + 13614 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 20 }, "end": { - "line": 304, + "line": 314, "column": 36 } } @@ -23001,16 +23262,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13307, - 13316 + 13615, + 13624 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 37 }, "end": { - "line": 304, + "line": 314, "column": 46 } } @@ -23020,31 +23281,31 @@ "value": 0, "raw": "0", "range": [ - 13317, - 13318 + 13625, + 13626 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 47 }, "end": { - "line": 304, + "line": 314, "column": 48 } } }, "range": [ - 13307, - 13319 + 13615, + 13627 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 37 }, "end": { - "line": 304, + "line": 314, "column": 49 } } @@ -23056,16 +23317,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13321, - 13330 + 13629, + 13638 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 51 }, "end": { - "line": 304, + "line": 314, "column": 60 } } @@ -23075,31 +23336,31 @@ "value": 1, "raw": "1", "range": [ - 13331, - 13332 + 13639, + 13640 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 61 }, "end": { - "line": 304, + "line": 314, "column": 62 } } }, "range": [ - 13321, - 13333 + 13629, + 13641 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 51 }, "end": { - "line": 304, + "line": 314, "column": 63 } } @@ -23111,16 +23372,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13335, - 13344 + 13643, + 13652 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 65 }, "end": { - "line": 304, + "line": 314, "column": 74 } } @@ -23130,62 +23391,62 @@ "value": 2, "raw": "2", "range": [ - 13345, - 13346 + 13653, + 13654 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 75 }, "end": { - "line": 304, + "line": 314, "column": 76 } } }, "range": [ - 13335, - 13347 + 13643, + 13655 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 65 }, "end": { - "line": 304, + "line": 314, "column": 77 } } } ], "range": [ - 13290, - 13348 + 13598, + 13656 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 20 }, "end": { - "line": 304, + "line": 314, "column": 78 } } }, "range": [ - 13290, - 13349 + 13598, + 13657 ], "loc": { "start": { - "line": 304, + "line": 314, "column": 20 }, "end": { - "line": 304, + "line": 314, "column": 79 } } @@ -23196,17 +23457,17 @@ "type": "Identifier", "name": "fnC", "range": [ - 13373, - 13376 + 13682, + 13685 ], "loc": { "start": { - "line": 305, - "column": 23 + "line": 315, + "column": 24 }, "end": { - "line": 305, - "column": 26 + "line": 315, + "column": 27 } } }, @@ -23224,16 +23485,16 @@ "type": "Identifier", "name": "fnC", "range": [ - 13403, - 13406 + 13713, + 13716 ], "loc": { "start": { - "line": 306, + "line": 316, "column": 24 }, "end": { - "line": 306, + "line": 316, "column": 27 } } @@ -23242,31 +23503,31 @@ "type": "Identifier", "name": "call", "range": [ - 13407, - 13411 + 13717, + 13721 ], "loc": { "start": { - "line": 306, + "line": 316, "column": 28 }, "end": { - "line": 306, + "line": 316, "column": 32 } } }, "range": [ - 13403, - 13411 + 13713, + 13721 ], "loc": { "start": { - "line": 306, + "line": 316, "column": 24 }, "end": { - "line": 306, + "line": 316, "column": 32 } } @@ -23277,16 +23538,16 @@ "value": null, "raw": "null", "range": [ - 13441, - 13445 + 13751, + 13755 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 28 }, "end": { - "line": 307, + "line": 317, "column": 32 } } @@ -23298,16 +23559,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13447, - 13456 + 13757, + 13766 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 34 }, "end": { - "line": 307, + "line": 317, "column": 43 } } @@ -23317,31 +23578,31 @@ "value": 0, "raw": "0", "range": [ - 13457, - 13458 + 13767, + 13768 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 44 }, "end": { - "line": 307, + "line": 317, "column": 45 } } }, "range": [ - 13447, - 13459 + 13757, + 13769 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 34 }, "end": { - "line": 307, + "line": 317, "column": 46 } } @@ -23353,16 +23614,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13461, - 13470 + 13771, + 13780 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 48 }, "end": { - "line": 307, + "line": 317, "column": 57 } } @@ -23372,31 +23633,31 @@ "value": 1, "raw": "1", "range": [ - 13471, - 13472 + 13781, + 13782 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 58 }, "end": { - "line": 307, + "line": 317, "column": 59 } } }, "range": [ - 13461, - 13473 + 13771, + 13783 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 48 }, "end": { - "line": 307, + "line": 317, "column": 60 } } @@ -23408,16 +23669,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 13475, - 13484 + 13785, + 13794 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 62 }, "end": { - "line": 307, + "line": 317, "column": 71 } } @@ -23427,110 +23688,110 @@ "value": 2, "raw": "2", "range": [ - 13485, - 13486 + 13795, + 13796 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 72 }, "end": { - "line": 307, + "line": 317, "column": 73 } } }, "range": [ - 13475, - 13487 + 13785, + 13797 ], "loc": { "start": { - "line": 307, + "line": 317, "column": 62 }, "end": { - "line": 307, + "line": 317, "column": 74 } } } ], "range": [ - 13403, - 13488 + 13713, + 13798 ], "loc": { "start": { - "line": 306, + "line": 316, "column": 24 }, "end": { - "line": 307, + "line": 317, "column": 75 } } }, "range": [ - 13403, - 13489 + 13713, + 13799 ], "loc": { "start": { - "line": 306, + "line": 316, "column": 24 }, "end": { - "line": 307, + "line": 317, "column": 76 } } } ], "range": [ - 13377, - 13511 + 13687, + 13821 ], "loc": { "start": { - "line": 305, - "column": 27 + "line": 315, + "column": 29 }, "end": { - "line": 308, + "line": 318, "column": 21 } } }, "alternate": null, "range": [ - 13370, - 13511 + 13678, + 13821 ], "loc": { "start": { - "line": 305, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 318, "column": 21 } } } ], "range": [ - 13268, - 13529 + 13576, + 13839 ], "loc": { "start": { - "line": 303, - "column": 55 + "line": 313, + "column": 57 }, "end": { - "line": 309, + "line": 319, "column": 17 } } @@ -23538,77 +23799,77 @@ "generator": false, "expression": false, "range": [ - 13258, - 13529 + 13564, + 13839 ], "loc": { "start": { - "line": 303, + "line": 313, "column": 45 }, "end": { - "line": 309, + "line": 319, "column": 17 } } }, "range": [ - 13229, - 13529 + 13535, + 13839 ], "loc": { "start": { - "line": 303, + "line": 313, "column": 16 }, "end": { - "line": 309, + "line": 319, "column": 17 } } }, "range": [ - 13229, - 13530 + 13535, + 13840 ], "loc": { "start": { - "line": 303, + "line": 313, "column": 16 }, "end": { - "line": 309, + "line": 319, "column": 18 } } } ], "range": [ - 12782, - 13544 + 13084, + 13854 ], "loc": { "start": { - "line": 293, + "line": 303, "column": 19 }, "end": { - "line": 310, + "line": 320, "column": 13 } } }, "range": [ - 11985, - 13544 + 12275, + 13854 ], "loc": { "start": { - "line": 276, + "line": 286, "column": 12 }, "end": { - "line": 310, + "line": 320, "column": 13 } }, @@ -23617,16 +23878,16 @@ "type": "Line", "value": "Rows navigation when rows are filtered is performed with the", "range": [ - 11856, - 11918 + 12146, + 12208 ], "loc": { "start": { - "line": 274, + "line": 284, "column": 12 }, "end": { - "line": 274, + "line": 284, "column": 74 } } @@ -23635,16 +23896,16 @@ "type": "Line", "value": "EditTable row selection callback events", "range": [ - 11931, - 11972 + 12221, + 12262 ], "loc": { "start": { - "line": 275, + "line": 285, "column": 12 }, "end": { - "line": 275, + "line": 285, "column": 53 } } @@ -23653,32 +23914,32 @@ } ], "range": [ - 3180, - 13554 + 3344, + 13864 ], "loc": { "start": { - "line": 90, - "column": 22 + "line": 99, + "column": 24 }, "end": { - "line": 311, + "line": 321, "column": 9 } } }, "alternate": null, "range": [ - 3166, - 13554 + 3328, + 13864 ], "loc": { "start": { - "line": 90, + "line": 99, "column": 8 }, "end": { - "line": 311, + "line": 321, "column": 9 } } @@ -23689,17 +23950,17 @@ "type": "Identifier", "name": "editable", "range": [ - 13566, - 13574 + 13877, + 13885 ], "loc": { "start": { - "line": 312, - "column": 11 + "line": 322, + "column": 12 }, "end": { - "line": 312, - "column": 19 + "line": 322, + "column": 20 } } }, @@ -23715,16 +23976,16 @@ "type": "Identifier", "name": "fnE", "range": [ - 13671, - 13674 + 13983, + 13986 ], "loc": { "start": { - "line": 314, + "line": 324, "column": 16 }, "end": { - "line": 314, + "line": 324, "column": 19 } } @@ -23736,16 +23997,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 13677, - 13680 + 13989, + 13992 ], "loc": { "start": { - "line": 314, + "line": 324, "column": 22 }, "end": { - "line": 314, + "line": 324, "column": 25 } } @@ -23754,46 +24015,46 @@ "type": "Identifier", "name": "on_added_dom_row", "range": [ - 13681, - 13697 + 13993, + 14009 ], "loc": { "start": { - "line": 314, + "line": 324, "column": 26 }, "end": { - "line": 314, + "line": 324, "column": 42 } } }, "range": [ - 13677, - 13697 + 13989, + 14009 ], "loc": { "start": { - "line": 314, + "line": 324, "column": 22 }, "end": { - "line": 314, + "line": 324, "column": 42 } } }, "range": [ - 13671, - 13697 + 13983, + 14009 ], "loc": { "start": { - "line": 314, + "line": 324, "column": 16 }, "end": { - "line": 314, + "line": 324, "column": 42 } } @@ -23801,16 +24062,16 @@ ], "kind": "var", "range": [ - 13667, - 13698 + 13979, + 14010 ], "loc": { "start": { - "line": 314, + "line": 324, "column": 12 }, "end": { - "line": 314, + "line": 324, "column": 43 } }, @@ -23819,16 +24080,16 @@ "type": "Line", "value": "Added or removed rows, TF rows number needs to be re-calculated", "range": [ - 13589, - 13654 + 13901, + 13966 ], "loc": { "start": { - "line": 313, + "line": 323, "column": 12 }, "end": { - "line": 313, + "line": 323, "column": 77 } } @@ -23847,16 +24108,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 13711, - 13714 + 14023, + 14026 ], "loc": { "start": { - "line": 315, + "line": 325, "column": 12 }, "end": { - "line": 315, + "line": 325, "column": 15 } } @@ -23865,31 +24126,31 @@ "type": "Identifier", "name": "on_added_dom_row", "range": [ - 13715, - 13731 + 14027, + 14043 ], "loc": { "start": { - "line": 315, + "line": 325, "column": 16 }, "end": { - "line": 315, + "line": 325, "column": 32 } } }, "range": [ - 13711, - 13731 + 14023, + 14043 ], "loc": { "start": { - "line": 315, + "line": 325, "column": 12 }, "end": { - "line": 315, + "line": 325, "column": 32 } } @@ -23913,16 +24174,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13762, - 13764 + 14076, + 14078 ], "loc": { "start": { - "line": 316, + "line": 326, "column": 16 }, "end": { - "line": 316, + "line": 326, "column": 18 } } @@ -23931,62 +24192,62 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 13765, - 13781 + 14079, + 14095 ], "loc": { "start": { - "line": 316, + "line": 326, "column": 19 }, "end": { - "line": 316, + "line": 326, "column": 35 } } }, "range": [ - 13762, - 13781 + 14076, + 14095 ], "loc": { "start": { - "line": 316, + "line": 326, "column": 16 }, "end": { - "line": 316, + "line": 326, "column": 35 } } }, "prefix": false, "range": [ - 13762, - 13783 + 14076, + 14097 ], "loc": { "start": { - "line": 316, + "line": 326, "column": 16 }, "end": { - "line": 316, + "line": 326, "column": 37 } } }, "range": [ - 13762, - 13784 + 14076, + 14098 ], "loc": { "start": { - "line": 316, + "line": 326, "column": 16 }, "end": { - "line": 316, + "line": 326, "column": 38 } } @@ -24003,17 +24264,17 @@ "type": "Identifier", "name": "tf", "range": [ - 13805, - 13807 + 14120, + 14122 ], "loc": { "start": { - "line": 317, - "column": 20 + "line": 327, + "column": 21 }, "end": { - "line": 317, - "column": 22 + "line": 327, + "column": 23 } } }, @@ -24021,48 +24282,48 @@ "type": "Identifier", "name": "paging", "range": [ - 13808, - 13814 + 14123, + 14129 ], "loc": { "start": { - "line": 317, - "column": 23 + "line": 327, + "column": 24 }, "end": { - "line": 317, - "column": 29 + "line": 327, + "column": 30 } } }, "range": [ - 13805, - 13814 + 14120, + 14129 ], "loc": { "start": { - "line": 317, - "column": 20 + "line": 327, + "column": 21 }, "end": { - "line": 317, - "column": 29 + "line": 327, + "column": 30 } } }, "prefix": true, "range": [ - 13804, - 13814 + 14119, + 14129 ], "loc": { "start": { - "line": 317, - "column": 19 + "line": 327, + "column": 20 }, "end": { - "line": 317, - "column": 29 + "line": 327, + "column": 30 } } }, @@ -24083,16 +24344,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13837, - 13839 + 14153, + 14155 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 20 }, "end": { - "line": 318, + "line": 328, "column": 22 } } @@ -24101,31 +24362,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 13840, - 13847 + 14156, + 14163 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 23 }, "end": { - "line": 318, + "line": 328, "column": 30 } } }, "range": [ - 13837, - 13847 + 14153, + 14163 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 20 }, "end": { - "line": 318, + "line": 328, "column": 30 } } @@ -24134,31 +24395,31 @@ "type": "Identifier", "name": "emit", "range": [ - 13848, - 13852 + 14164, + 14168 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 31 }, "end": { - "line": 318, + "line": 328, "column": 35 } } }, "range": [ - 13837, - 13852 + 14153, + 14168 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 20 }, "end": { - "line": 318, + "line": 328, "column": 35 } } @@ -24169,16 +24430,16 @@ "value": "rows-changed", "raw": "'rows-changed'", "range": [ - 13853, - 13867 + 14169, + 14183 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 36 }, "end": { - "line": 318, + "line": 328, "column": 50 } } @@ -24187,16 +24448,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13869, - 13871 + 14185, + 14187 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 52 }, "end": { - "line": 318, + "line": 328, "column": 54 } } @@ -24204,47 +24465,47 @@ { "type": "ThisExpression", "range": [ - 13873, - 13877 + 14189, + 14193 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 56 }, "end": { - "line": 318, + "line": 328, "column": 60 } } } ], "range": [ - 13837, - 13878 + 14153, + 14194 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 20 }, "end": { - "line": 318, + "line": 328, "column": 61 } } }, "range": [ - 13837, - 13879 + 14153, + 14195 ], "loc": { "start": { - "line": 318, + "line": 328, "column": 20 }, "end": { - "line": 318, + "line": 328, "column": 62 } }, @@ -24253,16 +24514,16 @@ "type": "Line", "value": "tf.feature('rowsCounter').refresh();", "range": [ - 13900, - 13938 + 14216, + 14254 ], "loc": { "start": { - "line": 319, + "line": 329, "column": 20 }, "end": { - "line": 319, + "line": 329, "column": 58 } } @@ -24271,16 +24532,16 @@ } ], "range": [ - 13815, - 13956 + 14131, + 14272 ], "loc": { "start": { - "line": 317, - "column": 30 + "line": 327, + "column": 32 }, "end": { - "line": 320, + "line": 330, "column": 17 } } @@ -24300,16 +24561,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13984, - 13986 + 14300, + 14302 ], "loc": { "start": { - "line": 321, + "line": 331, "column": 20 }, "end": { - "line": 321, + "line": 331, "column": 22 } } @@ -24318,62 +24579,62 @@ "type": "Identifier", "name": "nbRows", "range": [ - 13987, - 13993 + 14303, + 14309 ], "loc": { "start": { - "line": 321, + "line": 331, "column": 23 }, "end": { - "line": 321, + "line": 331, "column": 29 } } }, "range": [ - 13984, - 13993 + 14300, + 14309 ], "loc": { "start": { - "line": 321, + "line": 331, "column": 20 }, "end": { - "line": 321, + "line": 331, "column": 29 } } }, "prefix": false, "range": [ - 13984, - 13995 + 14300, + 14311 ], "loc": { "start": { - "line": 321, + "line": 331, "column": 20 }, "end": { - "line": 321, + "line": 331, "column": 31 } } }, "range": [ - 13984, - 13996 + 14300, + 14312 ], "loc": { "start": { - "line": 321, + "line": 331, "column": 20 }, "end": { - "line": 321, + "line": 331, "column": 32 } } @@ -24390,16 +24651,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14017, - 14019 + 14333, + 14335 ], "loc": { "start": { - "line": 322, + "line": 332, "column": 20 }, "end": { - "line": 322, + "line": 332, "column": 22 } } @@ -24408,62 +24669,62 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 14020, - 14033 + 14336, + 14349 ], "loc": { "start": { - "line": 322, + "line": 332, "column": 23 }, "end": { - "line": 322, + "line": 332, "column": 36 } } }, "range": [ - 14017, - 14033 + 14333, + 14349 ], "loc": { "start": { - "line": 322, + "line": 332, "column": 20 }, "end": { - "line": 322, + "line": 332, "column": 36 } } }, "prefix": false, "range": [ - 14017, - 14035 + 14333, + 14351 ], "loc": { "start": { - "line": 322, + "line": 332, "column": 20 }, "end": { - "line": 322, + "line": 332, "column": 38 } } }, "range": [ - 14017, - 14036 + 14333, + 14352 ], "loc": { "start": { - "line": 322, + "line": 332, "column": 20 }, "end": { - "line": 322, + "line": 332, "column": 39 } } @@ -24480,16 +24741,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14057, - 14059 + 14373, + 14375 ], "loc": { "start": { - "line": 323, + "line": 333, "column": 20 }, "end": { - "line": 323, + "line": 333, "column": 22 } } @@ -24498,62 +24759,62 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 14060, - 14076 + 14376, + 14392 ], "loc": { "start": { - "line": 323, + "line": 333, "column": 23 }, "end": { - "line": 323, + "line": 333, "column": 39 } } }, "range": [ - 14057, - 14076 + 14373, + 14392 ], "loc": { "start": { - "line": 323, + "line": 333, "column": 20 }, "end": { - "line": 323, + "line": 333, "column": 39 } } }, "prefix": false, "range": [ - 14057, - 14078 + 14373, + 14394 ], "loc": { "start": { - "line": 323, + "line": 333, "column": 20 }, "end": { - "line": 323, + "line": 333, "column": 41 } } }, "range": [ - 14057, - 14079 + 14373, + 14395 ], "loc": { "start": { - "line": 323, + "line": 333, "column": 20 }, "end": { - "line": 323, + "line": 333, "column": 42 } } @@ -24570,16 +24831,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14100, - 14102 + 14416, + 14418 ], "loc": { "start": { - "line": 324, + "line": 334, "column": 20 }, "end": { - "line": 324, + "line": 334, "column": 22 } } @@ -24588,31 +24849,31 @@ "type": "Identifier", "name": "paging", "range": [ - 14103, - 14109 + 14419, + 14425 ], "loc": { "start": { - "line": 324, + "line": 334, "column": 23 }, "end": { - "line": 324, + "line": 334, "column": 29 } } }, "range": [ - 14100, - 14109 + 14416, + 14425 ], "loc": { "start": { - "line": 324, + "line": 334, "column": 20 }, "end": { - "line": 324, + "line": 334, "column": 29 } } @@ -24622,47 +24883,47 @@ "value": false, "raw": "false", "range": [ - 14110, - 14115 + 14428, + 14433 ], "loc": { "start": { - "line": 324, - "column": 30 + "line": 334, + "column": 32 }, "end": { - "line": 324, - "column": 35 + "line": 334, + "column": 37 } } }, "range": [ - 14100, - 14115 + 14416, + 14433 ], "loc": { "start": { - "line": 324, + "line": 334, "column": 20 }, "end": { - "line": 324, - "column": 35 + "line": 334, + "column": 37 } } }, "range": [ - 14100, - 14116 + 14416, + 14434 ], "loc": { "start": { - "line": 324, + "line": 334, "column": 20 }, "end": { - "line": 324, - "column": 36 + "line": 334, + "column": 38 } } }, @@ -24682,16 +24943,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14137, - 14139 + 14455, + 14457 ], "loc": { "start": { - "line": 325, + "line": 335, "column": 20 }, "end": { - "line": 325, + "line": 335, "column": 22 } } @@ -24700,31 +24961,31 @@ "type": "Identifier", "name": "feature", "range": [ - 14140, - 14147 + 14458, + 14465 ], "loc": { "start": { - "line": 325, + "line": 335, "column": 23 }, "end": { - "line": 325, + "line": 335, "column": 30 } } }, "range": [ - 14137, - 14147 + 14455, + 14465 ], "loc": { "start": { - "line": 325, + "line": 335, "column": 20 }, "end": { - "line": 325, + "line": 335, "column": 30 } } @@ -24735,32 +24996,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 14148, - 14156 + 14466, + 14474 ], "loc": { "start": { - "line": 325, + "line": 335, "column": 31 }, "end": { - "line": 325, + "line": 335, "column": 39 } } } ], "range": [ - 14137, - 14157 + 14455, + 14475 ], "loc": { "start": { - "line": 325, + "line": 335, "column": 20 }, "end": { - "line": 325, + "line": 335, "column": 40 } } @@ -24769,62 +25030,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 14158, - 14165 + 14476, + 14483 ], "loc": { "start": { - "line": 325, + "line": 335, "column": 41 }, "end": { - "line": 325, + "line": 335, "column": 48 } } }, "range": [ - 14137, - 14165 + 14455, + 14483 ], "loc": { "start": { - "line": 325, + "line": 335, "column": 20 }, "end": { - "line": 325, + "line": 335, "column": 48 } } }, "arguments": [], "range": [ - 14137, - 14167 + 14455, + 14485 ], "loc": { "start": { - "line": 325, + "line": 335, "column": 20 }, "end": { - "line": 325, + "line": 335, "column": 50 } } }, "range": [ - 14137, - 14168 + 14455, + 14486 ], "loc": { "start": { - "line": 325, + "line": 335, "column": 20 }, "end": { - "line": 325, + "line": 335, "column": 51 } } @@ -24845,16 +25106,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14189, - 14191 + 14507, + 14509 ], "loc": { "start": { - "line": 326, + "line": 336, "column": 20 }, "end": { - "line": 326, + "line": 336, "column": 22 } } @@ -24863,31 +25124,31 @@ "type": "Identifier", "name": "feature", "range": [ - 14192, - 14199 + 14510, + 14517 ], "loc": { "start": { - "line": 326, + "line": 336, "column": 23 }, "end": { - "line": 326, + "line": 336, "column": 30 } } }, "range": [ - 14189, - 14199 + 14507, + 14517 ], "loc": { "start": { - "line": 326, + "line": 336, "column": 20 }, "end": { - "line": 326, + "line": 336, "column": 30 } } @@ -24898,32 +25159,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 14200, - 14208 + 14518, + 14526 ], "loc": { "start": { - "line": 326, + "line": 336, "column": 31 }, "end": { - "line": 326, + "line": 336, "column": 39 } } } ], "range": [ - 14189, - 14209 + 14507, + 14527 ], "loc": { "start": { - "line": 326, + "line": 336, "column": 20 }, "end": { - "line": 326, + "line": 336, "column": 40 } } @@ -24932,78 +25193,78 @@ "type": "Identifier", "name": "reset", "range": [ - 14210, - 14215 + 14528, + 14533 ], "loc": { "start": { - "line": 326, + "line": 336, "column": 41 }, "end": { - "line": 326, + "line": 336, "column": 46 } } }, "range": [ - 14189, - 14215 + 14507, + 14533 ], "loc": { "start": { - "line": 326, + "line": 336, "column": 20 }, "end": { - "line": 326, + "line": 336, "column": 46 } } }, "arguments": [], "range": [ - 14189, - 14217 + 14507, + 14535 ], "loc": { "start": { - "line": 326, + "line": 336, "column": 20 }, "end": { - "line": 326, + "line": 336, "column": 48 } } }, "range": [ - 14189, - 14218 + 14507, + 14536 ], "loc": { "start": { - "line": 326, + "line": 336, "column": 20 }, "end": { - "line": 326, + "line": 336, "column": 49 } } } ], "range": [ - 13962, - 14236 + 14278, + 14554 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 23 }, "end": { - "line": 327, + "line": 337, "column": 17 } }, @@ -25012,16 +25273,16 @@ "type": "Line", "value": "tf.feature('rowsCounter').refresh();", "range": [ - 13900, - 13938 + 14216, + 14254 ], "loc": { "start": { - "line": 319, + "line": 329, "column": 20 }, "end": { - "line": 319, + "line": 329, "column": 58 } } @@ -25029,16 +25290,16 @@ ] }, "range": [ - 13801, - 14236 + 14115, + 14554 ], "loc": { "start": { - "line": 317, + "line": 327, "column": 16 }, "end": { - "line": 327, + "line": 337, "column": 17 } } @@ -25052,17 +25313,17 @@ "type": "Identifier", "name": "tf", "range": [ - 14256, - 14258 + 14575, + 14577 ], "loc": { "start": { - "line": 328, - "column": 19 + "line": 338, + "column": 20 }, "end": { - "line": 328, - "column": 21 + "line": 338, + "column": 22 } } }, @@ -25070,32 +25331,32 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 14259, - 14272 + 14578, + 14591 ], "loc": { "start": { - "line": 328, - "column": 22 + "line": 338, + "column": 23 }, "end": { - "line": 328, - "column": 35 + "line": 338, + "column": 36 } } }, "range": [ - 14256, - 14272 + 14575, + 14591 ], "loc": { "start": { - "line": 328, - "column": 19 + "line": 338, + "column": 20 }, "end": { - "line": 328, - "column": 35 + "line": 338, + "column": 36 } } }, @@ -25118,16 +25379,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14295, - 14297 + 14615, + 14617 ], "loc": { "start": { - "line": 329, + "line": 339, "column": 20 }, "end": { - "line": 329, + "line": 339, "column": 22 } } @@ -25136,31 +25397,31 @@ "type": "Identifier", "name": "feature", "range": [ - 14298, - 14305 + 14618, + 14625 ], "loc": { "start": { - "line": 329, + "line": 339, "column": 23 }, "end": { - "line": 329, + "line": 339, "column": 30 } } }, "range": [ - 14295, - 14305 + 14615, + 14625 ], "loc": { "start": { - "line": 329, + "line": 339, "column": 20 }, "end": { - "line": 329, + "line": 339, "column": 30 } } @@ -25171,32 +25432,32 @@ "value": "alternateRows", "raw": "'alternateRows'", "range": [ - 14306, - 14321 + 14626, + 14641 ], "loc": { "start": { - "line": 329, + "line": 339, "column": 31 }, "end": { - "line": 329, + "line": 339, "column": 46 } } } ], "range": [ - 14295, - 14322 + 14615, + 14642 ], "loc": { "start": { - "line": 329, + "line": 339, "column": 20 }, "end": { - "line": 329, + "line": 339, "column": 47 } } @@ -25205,94 +25466,94 @@ "type": "Identifier", "name": "init", "range": [ - 14323, - 14327 + 14643, + 14647 ], "loc": { "start": { - "line": 329, + "line": 339, "column": 48 }, "end": { - "line": 329, + "line": 339, "column": 52 } } }, "range": [ - 14295, - 14327 + 14615, + 14647 ], "loc": { "start": { - "line": 329, + "line": 339, "column": 20 }, "end": { - "line": 329, + "line": 339, "column": 52 } } }, "arguments": [], "range": [ - 14295, - 14329 + 14615, + 14649 ], "loc": { "start": { - "line": 329, + "line": 339, "column": 20 }, "end": { - "line": 329, + "line": 339, "column": 54 } } }, "range": [ - 14295, - 14330 + 14615, + 14650 ], "loc": { "start": { - "line": 329, + "line": 339, "column": 20 }, "end": { - "line": 329, + "line": 339, "column": 55 } } } ], "range": [ - 14273, - 14348 + 14593, + 14668 ], "loc": { "start": { - "line": 328, - "column": 36 + "line": 338, + "column": 38 }, "end": { - "line": 330, + "line": 340, "column": 17 } } }, "alternate": null, "range": [ - 14253, - 14348 + 14571, + 14668 ], "loc": { "start": { - "line": 328, + "line": 338, "column": 16 }, "end": { - "line": 330, + "line": 340, "column": 17 } } @@ -25303,17 +25564,17 @@ "type": "Identifier", "name": "fnE", "range": [ - 14368, - 14371 + 14689, + 14692 ], "loc": { "start": { - "line": 331, - "column": 19 + "line": 341, + "column": 20 }, "end": { - "line": 331, - "column": 22 + "line": 341, + "column": 23 } } }, @@ -25331,16 +25592,16 @@ "type": "Identifier", "name": "fnE", "range": [ - 14394, - 14397 + 14716, + 14719 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 20 }, "end": { - "line": 332, + "line": 342, "column": 23 } } @@ -25349,31 +25610,31 @@ "type": "Identifier", "name": "call", "range": [ - 14398, - 14402 + 14720, + 14724 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 24 }, "end": { - "line": 332, + "line": 342, "column": 28 } } }, "range": [ - 14394, - 14402 + 14716, + 14724 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 20 }, "end": { - "line": 332, + "line": 342, "column": 28 } } @@ -25384,16 +25645,16 @@ "value": null, "raw": "null", "range": [ - 14403, - 14407 + 14725, + 14729 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 29 }, "end": { - "line": 332, + "line": 342, "column": 33 } } @@ -25405,16 +25666,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 14409, - 14418 + 14731, + 14740 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 35 }, "end": { - "line": 332, + "line": 342, "column": 44 } } @@ -25424,31 +25685,31 @@ "value": 0, "raw": "0", "range": [ - 14419, - 14420 + 14741, + 14742 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 45 }, "end": { - "line": 332, + "line": 342, "column": 46 } } }, "range": [ - 14409, - 14421 + 14731, + 14743 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 35 }, "end": { - "line": 332, + "line": 342, "column": 47 } } @@ -25460,16 +25721,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 14423, - 14432 + 14745, + 14754 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 49 }, "end": { - "line": 332, + "line": 342, "column": 58 } } @@ -25479,31 +25740,31 @@ "value": 1, "raw": "1", "range": [ - 14433, - 14434 + 14755, + 14756 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 59 }, "end": { - "line": 332, + "line": 342, "column": 60 } } }, "range": [ - 14423, - 14435 + 14745, + 14757 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 49 }, "end": { - "line": 332, + "line": 342, "column": 61 } } @@ -25515,16 +25776,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 14437, - 14446 + 14759, + 14768 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 63 }, "end": { - "line": 332, + "line": 342, "column": 72 } } @@ -25534,110 +25795,110 @@ "value": 2, "raw": "2", "range": [ - 14447, - 14448 + 14769, + 14770 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 73 }, "end": { - "line": 332, + "line": 342, "column": 74 } } }, "range": [ - 14437, - 14449 + 14759, + 14771 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 63 }, "end": { - "line": 332, + "line": 342, "column": 75 } } } ], "range": [ - 14394, - 14450 + 14716, + 14772 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 20 }, "end": { - "line": 332, + "line": 342, "column": 76 } } }, "range": [ - 14394, - 14451 + 14716, + 14773 ], "loc": { "start": { - "line": 332, + "line": 342, "column": 20 }, "end": { - "line": 332, + "line": 342, "column": 77 } } } ], "range": [ - 14372, - 14469 + 14694, + 14791 ], "loc": { "start": { - "line": 331, - "column": 23 + "line": 341, + "column": 25 }, "end": { - "line": 333, + "line": 343, "column": 17 } } }, "alternate": null, "range": [ - 14365, - 14469 + 14685, + 14791 ], "loc": { "start": { - "line": 331, + "line": 341, "column": 16 }, "end": { - "line": 333, + "line": 343, "column": 17 } } } ], "range": [ - 13744, - 14483 + 14058, + 14805 ], "loc": { "start": { - "line": 315, - "column": 45 + "line": 325, + "column": 47 }, "end": { - "line": 334, + "line": 344, "column": 13 } } @@ -25645,46 +25906,46 @@ "generator": false, "expression": false, "range": [ - 13734, - 14483 + 14046, + 14805 ], "loc": { "start": { - "line": 315, + "line": 325, "column": 35 }, "end": { - "line": 334, + "line": 344, "column": 13 } } }, "range": [ - 13711, - 14483 + 14023, + 14805 ], "loc": { "start": { - "line": 315, + "line": 325, "column": 12 }, "end": { - "line": 334, + "line": 344, "column": 13 } } }, "range": [ - 13711, - 14484 + 14023, + 14806 ], "loc": { "start": { - "line": 315, + "line": 325, "column": 12 }, "end": { - "line": 334, + "line": 344, "column": 14 } } @@ -25701,17 +25962,17 @@ "type": "Identifier", "name": "cfg", "range": [ - 14500, - 14503 + 14823, + 14826 ], "loc": { "start": { - "line": 335, - "column": 15 + "line": 345, + "column": 16 }, "end": { - "line": 335, - "column": 18 + "line": 345, + "column": 19 } } }, @@ -25719,32 +25980,32 @@ "type": "Identifier", "name": "actions", "range": [ - 14504, - 14511 + 14827, + 14834 ], "loc": { "start": { - "line": 335, - "column": 19 + "line": 345, + "column": 20 }, "end": { - "line": 335, - "column": 26 + "line": 345, + "column": 27 } } }, "range": [ - 14500, - 14511 + 14823, + 14834 ], "loc": { "start": { - "line": 335, - "column": 15 + "line": 345, + "column": 16 }, "end": { - "line": 335, - "column": 26 + "line": 345, + "column": 27 } } }, @@ -25758,17 +26019,17 @@ "type": "Identifier", "name": "cfg", "range": [ - 14515, - 14518 + 14838, + 14841 ], "loc": { "start": { - "line": 335, - "column": 30 + "line": 345, + "column": 31 }, "end": { - "line": 335, - "column": 33 + "line": 345, + "column": 34 } } }, @@ -25776,32 +26037,32 @@ "type": "Identifier", "name": "actions", "range": [ - 14519, - 14526 + 14842, + 14849 ], "loc": { "start": { - "line": 335, - "column": 34 + "line": 345, + "column": 35 }, "end": { - "line": 335, - "column": 41 + "line": 345, + "column": 42 } } }, "range": [ - 14515, - 14526 + 14838, + 14849 ], "loc": { "start": { - "line": 335, - "column": 30 + "line": 345, + "column": 31 }, "end": { - "line": 335, - "column": 41 + "line": 345, + "column": 42 } } }, @@ -25810,47 +26071,47 @@ "value": "delete", "raw": "'delete'", "range": [ - 14527, - 14535 + 14850, + 14858 ], "loc": { "start": { - "line": 335, - "column": 42 + "line": 345, + "column": 43 }, "end": { - "line": 335, - "column": 50 + "line": 345, + "column": 51 } } }, "range": [ - 14515, - 14536 + 14838, + 14859 ], "loc": { "start": { - "line": 335, - "column": 30 + "line": 345, + "column": 31 }, "end": { - "line": 335, - "column": 51 + "line": 345, + "column": 52 } } }, "range": [ - 14500, - 14536 + 14823, + 14859 ], "loc": { "start": { - "line": 335, - "column": 15 + "line": 345, + "column": 16 }, "end": { - "line": 335, - "column": 51 + "line": 345, + "column": 52 } } }, @@ -25866,16 +26127,16 @@ "type": "Identifier", "name": "fnF", "range": [ - 14559, - 14562 + 14883, + 14886 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 20 }, "end": { - "line": 336, + "line": 346, "column": 23 } } @@ -25893,16 +26154,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 14565, - 14568 + 14889, + 14892 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 26 }, "end": { - "line": 336, + "line": 346, "column": 29 } } @@ -25911,31 +26172,31 @@ "type": "Identifier", "name": "actions", "range": [ - 14569, - 14576 + 14893, + 14900 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 30 }, "end": { - "line": 336, + "line": 346, "column": 37 } } }, "range": [ - 14565, - 14576 + 14889, + 14900 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 26 }, "end": { - "line": 336, + "line": 346, "column": 37 } } @@ -25945,31 +26206,31 @@ "value": "delete", "raw": "'delete'", "range": [ - 14577, - 14585 + 14901, + 14909 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 38 }, "end": { - "line": 336, + "line": 346, "column": 46 } } }, "range": [ - 14565, - 14586 + 14889, + 14910 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 26 }, "end": { - "line": 336, + "line": 346, "column": 47 } } @@ -25978,46 +26239,46 @@ "type": "Identifier", "name": "on_after_submit", "range": [ - 14587, - 14602 + 14911, + 14926 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 48 }, "end": { - "line": 336, + "line": 346, "column": 63 } } }, "range": [ - 14565, - 14602 + 14889, + 14926 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 26 }, "end": { - "line": 336, + "line": 346, "column": 63 } } }, "range": [ - 14559, - 14602 + 14883, + 14926 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 20 }, "end": { - "line": 336, + "line": 346, "column": 63 } } @@ -26025,16 +26286,16 @@ ], "kind": "var", "range": [ - 14555, - 14603 + 14879, + 14927 ], "loc": { "start": { - "line": 336, + "line": 346, "column": 16 }, "end": { - "line": 336, + "line": 346, "column": 64 } } @@ -26057,16 +26318,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 14620, - 14623 + 14944, + 14947 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 16 }, "end": { - "line": 337, + "line": 347, "column": 19 } } @@ -26075,31 +26336,31 @@ "type": "Identifier", "name": "actions", "range": [ - 14624, - 14631 + 14948, + 14955 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 20 }, "end": { - "line": 337, + "line": 347, "column": 27 } } }, "range": [ - 14620, - 14631 + 14944, + 14955 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 16 }, "end": { - "line": 337, + "line": 347, "column": 27 } } @@ -26109,31 +26370,31 @@ "value": "delete", "raw": "'delete'", "range": [ - 14632, - 14640 + 14956, + 14964 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 28 }, "end": { - "line": 337, + "line": 347, "column": 36 } } }, "range": [ - 14620, - 14641 + 14944, + 14965 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 16 }, "end": { - "line": 337, + "line": 347, "column": 37 } } @@ -26142,31 +26403,31 @@ "type": "Identifier", "name": "on_after_submit", "range": [ - 14642, - 14657 + 14966, + 14981 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 38 }, "end": { - "line": 337, + "line": 347, "column": 53 } } }, "range": [ - 14620, - 14657 + 14944, + 14981 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 16 }, "end": { - "line": 337, + "line": 347, "column": 53 } } @@ -26190,16 +26451,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14692, - 14694 + 15018, + 15020 ], "loc": { "start": { - "line": 338, + "line": 348, "column": 20 }, "end": { - "line": 338, + "line": 348, "column": 22 } } @@ -26208,62 +26469,62 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 14695, - 14711 + 15021, + 15037 ], "loc": { "start": { - "line": 338, + "line": 348, "column": 23 }, "end": { - "line": 338, + "line": 348, "column": 39 } } }, "range": [ - 14692, - 14711 + 15018, + 15037 ], "loc": { "start": { - "line": 338, + "line": 348, "column": 20 }, "end": { - "line": 338, + "line": 348, "column": 39 } } }, "prefix": false, "range": [ - 14692, - 14713 + 15018, + 15039 ], "loc": { "start": { - "line": 338, + "line": 348, "column": 20 }, "end": { - "line": 338, + "line": 348, "column": 41 } } }, "range": [ - 14692, - 14714 + 15018, + 15040 ], "loc": { "start": { - "line": 338, + "line": 348, "column": 20 }, "end": { - "line": 338, + "line": 348, "column": 42 } } @@ -26280,17 +26541,17 @@ "type": "Identifier", "name": "tf", "range": [ - 14739, - 14741 + 15066, + 15068 ], "loc": { "start": { - "line": 339, - "column": 24 + "line": 349, + "column": 25 }, "end": { - "line": 339, - "column": 26 + "line": 349, + "column": 27 } } }, @@ -26298,48 +26559,48 @@ "type": "Identifier", "name": "paging", "range": [ - 14742, - 14748 + 15069, + 15075 ], "loc": { "start": { - "line": 339, - "column": 27 + "line": 349, + "column": 28 }, "end": { - "line": 339, - "column": 33 + "line": 349, + "column": 34 } } }, "range": [ - 14739, - 14748 + 15066, + 15075 ], "loc": { "start": { - "line": 339, - "column": 24 + "line": 349, + "column": 25 }, "end": { - "line": 339, - "column": 33 + "line": 349, + "column": 34 } } }, "prefix": true, "range": [ - 14738, - 14748 + 15065, + 15075 ], "loc": { "start": { - "line": 339, - "column": 23 + "line": 349, + "column": 24 }, "end": { - "line": 339, - "column": 33 + "line": 349, + "column": 34 } } }, @@ -26360,16 +26621,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14839, - 14841 + 15167, + 15169 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 24 }, "end": { - "line": 341, + "line": 351, "column": 26 } } @@ -26378,31 +26639,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 14842, - 14849 + 15170, + 15177 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 27 }, "end": { - "line": 341, + "line": 351, "column": 34 } } }, "range": [ - 14839, - 14849 + 15167, + 15177 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 24 }, "end": { - "line": 341, + "line": 351, "column": 34 } } @@ -26411,31 +26672,31 @@ "type": "Identifier", "name": "emit", "range": [ - 14850, - 14854 + 15178, + 15182 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 35 }, "end": { - "line": 341, + "line": 351, "column": 39 } } }, "range": [ - 14839, - 14854 + 15167, + 15182 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 24 }, "end": { - "line": 341, + "line": 351, "column": 39 } } @@ -26446,16 +26707,16 @@ "value": "rows-changed", "raw": "'rows-changed'", "range": [ - 14855, - 14869 + 15183, + 15197 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 40 }, "end": { - "line": 341, + "line": 351, "column": 54 } } @@ -26464,16 +26725,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14871, - 14873 + 15199, + 15201 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 56 }, "end": { - "line": 341, + "line": 351, "column": 58 } } @@ -26481,47 +26742,47 @@ { "type": "ThisExpression", "range": [ - 14875, - 14879 + 15203, + 15207 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 60 }, "end": { - "line": 341, + "line": 351, "column": 64 } } } ], "range": [ - 14839, - 14880 + 15167, + 15208 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 24 }, "end": { - "line": 341, + "line": 351, "column": 65 } } }, "range": [ - 14839, - 14881 + 15167, + 15209 ], "loc": { "start": { - "line": 341, + "line": 351, "column": 24 }, "end": { - "line": 341, + "line": 351, "column": 66 } }, @@ -26530,16 +26791,16 @@ "type": "Line", "value": " tf.feature('rowsCounter').refresh();", "range": [ - 14775, - 14814 + 15103, + 15142 ], "loc": { "start": { - "line": 340, + "line": 350, "column": 24 }, "end": { - "line": 340, + "line": 350, "column": 63 } } @@ -26548,16 +26809,16 @@ } ], "range": [ - 14749, - 14903 + 15077, + 15231 ], "loc": { "start": { - "line": 339, - "column": 34 + "line": 349, + "column": 36 }, "end": { - "line": 342, + "line": 352, "column": 21 } } @@ -26577,16 +26838,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14935, - 14937 + 15263, + 15265 ], "loc": { "start": { - "line": 343, + "line": 353, "column": 24 }, "end": { - "line": 343, + "line": 353, "column": 26 } } @@ -26595,62 +26856,62 @@ "type": "Identifier", "name": "nbRows", "range": [ - 14938, - 14944 + 15266, + 15272 ], "loc": { "start": { - "line": 343, + "line": 353, "column": 27 }, "end": { - "line": 343, + "line": 353, "column": 33 } } }, "range": [ - 14935, - 14944 + 15263, + 15272 ], "loc": { "start": { - "line": 343, + "line": 353, "column": 24 }, "end": { - "line": 343, + "line": 353, "column": 33 } } }, "prefix": false, "range": [ - 14935, - 14946 + 15263, + 15274 ], "loc": { "start": { - "line": 343, + "line": 353, "column": 24 }, "end": { - "line": 343, + "line": 353, "column": 35 } } }, "range": [ - 14935, - 14947 + 15263, + 15275 ], "loc": { "start": { - "line": 343, + "line": 353, "column": 24 }, "end": { - "line": 343, + "line": 353, "column": 36 } } @@ -26667,16 +26928,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14972, - 14974 + 15300, + 15302 ], "loc": { "start": { - "line": 344, + "line": 354, "column": 24 }, "end": { - "line": 344, + "line": 354, "column": 26 } } @@ -26685,62 +26946,62 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 14975, - 14988 + 15303, + 15316 ], "loc": { "start": { - "line": 344, + "line": 354, "column": 27 }, "end": { - "line": 344, + "line": 354, "column": 40 } } }, "range": [ - 14972, - 14988 + 15300, + 15316 ], "loc": { "start": { - "line": 344, + "line": 354, "column": 24 }, "end": { - "line": 344, + "line": 354, "column": 40 } } }, "prefix": false, "range": [ - 14972, - 14990 + 15300, + 15318 ], "loc": { "start": { - "line": 344, + "line": 354, "column": 24 }, "end": { - "line": 344, + "line": 354, "column": 42 } } }, "range": [ - 14972, - 14991 + 15300, + 15319 ], "loc": { "start": { - "line": 344, + "line": 354, "column": 24 }, "end": { - "line": 344, + "line": 354, "column": 43 } } @@ -26757,16 +27018,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15016, - 15018 + 15344, + 15346 ], "loc": { "start": { - "line": 345, + "line": 355, "column": 24 }, "end": { - "line": 345, + "line": 355, "column": 26 } } @@ -26775,62 +27036,62 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 15019, - 15035 + 15347, + 15363 ], "loc": { "start": { - "line": 345, + "line": 355, "column": 27 }, "end": { - "line": 345, + "line": 355, "column": 43 } } }, "range": [ - 15016, - 15035 + 15344, + 15363 ], "loc": { "start": { - "line": 345, + "line": 355, "column": 24 }, "end": { - "line": 345, + "line": 355, "column": 43 } } }, "prefix": false, "range": [ - 15016, - 15037 + 15344, + 15365 ], "loc": { "start": { - "line": 345, + "line": 355, "column": 24 }, "end": { - "line": 345, + "line": 355, "column": 45 } } }, "range": [ - 15016, - 15038 + 15344, + 15366 ], "loc": { "start": { - "line": 345, + "line": 355, "column": 24 }, "end": { - "line": 345, + "line": 355, "column": 46 } } @@ -26847,16 +27108,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15063, - 15065 + 15391, + 15393 ], "loc": { "start": { - "line": 346, + "line": 356, "column": 24 }, "end": { - "line": 346, + "line": 356, "column": 26 } } @@ -26865,31 +27126,31 @@ "type": "Identifier", "name": "paging", "range": [ - 15066, - 15072 + 15394, + 15400 ], "loc": { "start": { - "line": 346, + "line": 356, "column": 27 }, "end": { - "line": 346, + "line": 356, "column": 33 } } }, "range": [ - 15063, - 15072 + 15391, + 15400 ], "loc": { "start": { - "line": 346, + "line": 356, "column": 24 }, "end": { - "line": 346, + "line": 356, "column": 33 } } @@ -26899,47 +27160,47 @@ "value": false, "raw": "false", "range": [ - 15073, - 15078 + 15403, + 15408 ], "loc": { "start": { - "line": 346, - "column": 34 + "line": 356, + "column": 36 }, "end": { - "line": 346, - "column": 39 + "line": 356, + "column": 41 } } }, "range": [ - 15063, - 15078 + 15391, + 15408 ], "loc": { "start": { - "line": 346, + "line": 356, "column": 24 }, "end": { - "line": 346, - "column": 39 + "line": 356, + "column": 41 } } }, "range": [ - 15063, - 15079 + 15391, + 15409 ], "loc": { "start": { - "line": 346, + "line": 356, "column": 24 }, "end": { - "line": 346, - "column": 40 + "line": 356, + "column": 42 } } }, @@ -26959,16 +27220,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15104, - 15106 + 15434, + 15436 ], "loc": { "start": { - "line": 347, + "line": 357, "column": 24 }, "end": { - "line": 347, + "line": 357, "column": 26 } } @@ -26977,31 +27238,31 @@ "type": "Identifier", "name": "feature", "range": [ - 15107, - 15114 + 15437, + 15444 ], "loc": { "start": { - "line": 347, + "line": 357, "column": 27 }, "end": { - "line": 347, + "line": 357, "column": 34 } } }, "range": [ - 15104, - 15114 + 15434, + 15444 ], "loc": { "start": { - "line": 347, + "line": 357, "column": 24 }, "end": { - "line": 347, + "line": 357, "column": 34 } } @@ -27012,32 +27273,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 15115, - 15123 + 15445, + 15453 ], "loc": { "start": { - "line": 347, + "line": 357, "column": 35 }, "end": { - "line": 347, + "line": 357, "column": 43 } } } ], "range": [ - 15104, - 15124 + 15434, + 15454 ], "loc": { "start": { - "line": 347, + "line": 357, "column": 24 }, "end": { - "line": 347, + "line": 357, "column": 44 } } @@ -27046,62 +27307,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 15125, - 15132 + 15455, + 15462 ], "loc": { "start": { - "line": 347, + "line": 357, "column": 45 }, "end": { - "line": 347, + "line": 357, "column": 52 } } }, "range": [ - 15104, - 15132 + 15434, + 15462 ], "loc": { "start": { - "line": 347, + "line": 357, "column": 24 }, "end": { - "line": 347, + "line": 357, "column": 52 } } }, "arguments": [], "range": [ - 15104, - 15134 + 15434, + 15464 ], "loc": { "start": { - "line": 347, + "line": 357, "column": 24 }, "end": { - "line": 347, + "line": 357, "column": 54 } } }, "range": [ - 15104, - 15135 + 15434, + 15465 ], "loc": { "start": { - "line": 347, + "line": 357, "column": 24 }, "end": { - "line": 347, + "line": 357, "column": 55 } } @@ -27122,16 +27383,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15160, - 15162 + 15490, + 15492 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 24 }, "end": { - "line": 348, + "line": 358, "column": 26 } } @@ -27140,31 +27401,31 @@ "type": "Identifier", "name": "feature", "range": [ - 15163, - 15170 + 15493, + 15500 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 27 }, "end": { - "line": 348, + "line": 358, "column": 34 } } }, "range": [ - 15160, - 15170 + 15490, + 15500 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 24 }, "end": { - "line": 348, + "line": 358, "column": 34 } } @@ -27175,32 +27436,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 15171, - 15179 + 15501, + 15509 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 35 }, "end": { - "line": 348, + "line": 358, "column": 43 } } } ], "range": [ - 15160, - 15180 + 15490, + 15510 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 24 }, "end": { - "line": 348, + "line": 358, "column": 44 } } @@ -27209,31 +27470,31 @@ "type": "Identifier", "name": "reset", "range": [ - 15181, - 15186 + 15511, + 15516 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 45 }, "end": { - "line": 348, + "line": 358, "column": 50 } } }, "range": [ - 15160, - 15186 + 15490, + 15516 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 24 }, "end": { - "line": 348, + "line": 358, "column": 50 } } @@ -27244,78 +27505,78 @@ "value": false, "raw": "false", "range": [ - 15187, - 15192 + 15517, + 15522 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 51 }, "end": { - "line": 348, + "line": 358, "column": 56 } } } ], "range": [ - 15160, - 15193 + 15490, + 15523 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 24 }, "end": { - "line": 348, + "line": 358, "column": 57 } } }, "range": [ - 15160, - 15194 + 15490, + 15524 ], "loc": { "start": { - "line": 348, + "line": 358, "column": 24 }, "end": { - "line": 348, + "line": 358, "column": 58 } } } ], "range": [ - 14909, - 15216 + 15237, + 15546 ], "loc": { "start": { - "line": 342, + "line": 352, "column": 27 }, "end": { - "line": 349, + "line": 359, "column": 21 } } }, "range": [ - 14735, - 15216 + 15061, + 15546 ], "loc": { "start": { - "line": 339, + "line": 349, "column": 20 }, "end": { - "line": 349, + "line": 359, "column": 21 } } @@ -27329,17 +27590,17 @@ "type": "Identifier", "name": "tf", "range": [ - 15240, - 15242 + 15571, + 15573 ], "loc": { "start": { - "line": 350, - "column": 23 + "line": 360, + "column": 24 }, "end": { - "line": 350, - "column": 25 + "line": 360, + "column": 26 } } }, @@ -27347,32 +27608,32 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 15243, - 15256 + 15574, + 15587 ], "loc": { "start": { - "line": 350, - "column": 26 + "line": 360, + "column": 27 }, "end": { - "line": 350, - "column": 39 + "line": 360, + "column": 40 } } }, "range": [ - 15240, - 15256 + 15571, + 15587 ], "loc": { "start": { - "line": 350, - "column": 23 + "line": 360, + "column": 24 }, "end": { - "line": 350, - "column": 39 + "line": 360, + "column": 40 } } }, @@ -27395,16 +27656,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15283, - 15285 + 15615, + 15617 ], "loc": { "start": { - "line": 351, + "line": 361, "column": 24 }, "end": { - "line": 351, + "line": 361, "column": 26 } } @@ -27413,31 +27674,31 @@ "type": "Identifier", "name": "feature", "range": [ - 15286, - 15293 + 15618, + 15625 ], "loc": { "start": { - "line": 351, + "line": 361, "column": 27 }, "end": { - "line": 351, + "line": 361, "column": 34 } } }, "range": [ - 15283, - 15293 + 15615, + 15625 ], "loc": { "start": { - "line": 351, + "line": 361, "column": 24 }, "end": { - "line": 351, + "line": 361, "column": 34 } } @@ -27448,32 +27709,32 @@ "value": "alternateRows", "raw": "'alternateRows'", "range": [ - 15294, - 15309 + 15626, + 15641 ], "loc": { "start": { - "line": 351, + "line": 361, "column": 35 }, "end": { - "line": 351, + "line": 361, "column": 50 } } } ], "range": [ - 15283, - 15310 + 15615, + 15642 ], "loc": { "start": { - "line": 351, + "line": 361, "column": 24 }, "end": { - "line": 351, + "line": 361, "column": 51 } } @@ -27482,94 +27743,94 @@ "type": "Identifier", "name": "init", "range": [ - 15311, - 15315 + 15643, + 15647 ], "loc": { "start": { - "line": 351, + "line": 361, "column": 52 }, "end": { - "line": 351, + "line": 361, "column": 56 } } }, "range": [ - 15283, - 15315 + 15615, + 15647 ], "loc": { "start": { - "line": 351, + "line": 361, "column": 24 }, "end": { - "line": 351, + "line": 361, "column": 56 } } }, "arguments": [], "range": [ - 15283, - 15317 + 15615, + 15649 ], "loc": { "start": { - "line": 351, + "line": 361, "column": 24 }, "end": { - "line": 351, + "line": 361, "column": 58 } } }, "range": [ - 15283, - 15318 + 15615, + 15650 ], "loc": { "start": { - "line": 351, + "line": 361, "column": 24 }, "end": { - "line": 351, + "line": 361, "column": 59 } } } ], "range": [ - 15257, - 15340 + 15589, + 15672 ], "loc": { "start": { - "line": 350, - "column": 40 + "line": 360, + "column": 42 }, "end": { - "line": 352, + "line": 362, "column": 21 } } }, "alternate": null, "range": [ - 15237, - 15340 + 15567, + 15672 ], "loc": { "start": { - "line": 350, + "line": 360, "column": 20 }, "end": { - "line": 352, + "line": 362, "column": 21 } } @@ -27580,17 +27841,17 @@ "type": "Identifier", "name": "fnF", "range": [ - 15364, - 15367 + 15697, + 15700 ], "loc": { "start": { - "line": 353, - "column": 23 + "line": 363, + "column": 24 }, "end": { - "line": 353, - "column": 26 + "line": 363, + "column": 27 } } }, @@ -27608,16 +27869,16 @@ "type": "Identifier", "name": "fnF", "range": [ - 15394, - 15397 + 15728, + 15731 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 24 }, "end": { - "line": 354, + "line": 364, "column": 27 } } @@ -27626,31 +27887,31 @@ "type": "Identifier", "name": "call", "range": [ - 15398, - 15402 + 15732, + 15736 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 28 }, "end": { - "line": 354, + "line": 364, "column": 32 } } }, "range": [ - 15394, - 15402 + 15728, + 15736 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 24 }, "end": { - "line": 354, + "line": 364, "column": 32 } } @@ -27661,16 +27922,16 @@ "value": null, "raw": "null", "range": [ - 15403, - 15407 + 15737, + 15741 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 33 }, "end": { - "line": 354, + "line": 364, "column": 37 } } @@ -27682,16 +27943,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 15409, - 15418 + 15743, + 15752 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 39 }, "end": { - "line": 354, + "line": 364, "column": 48 } } @@ -27701,31 +27962,31 @@ "value": 0, "raw": "0", "range": [ - 15419, - 15420 + 15753, + 15754 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 49 }, "end": { - "line": 354, + "line": 364, "column": 50 } } }, "range": [ - 15409, - 15421 + 15743, + 15755 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 39 }, "end": { - "line": 354, + "line": 364, "column": 51 } } @@ -27737,16 +27998,16 @@ "type": "Identifier", "name": "arguments", "range": [ - 15423, - 15432 + 15757, + 15766 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 53 }, "end": { - "line": 354, + "line": 364, "column": 62 } } @@ -27756,110 +28017,110 @@ "value": 1, "raw": "1", "range": [ - 15433, - 15434 + 15767, + 15768 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 63 }, "end": { - "line": 354, + "line": 364, "column": 64 } } }, "range": [ - 15423, - 15435 + 15757, + 15769 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 53 }, "end": { - "line": 354, + "line": 364, "column": 65 } } } ], "range": [ - 15394, - 15436 + 15728, + 15770 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 24 }, "end": { - "line": 354, + "line": 364, "column": 66 } } }, "range": [ - 15394, - 15437 + 15728, + 15771 ], "loc": { "start": { - "line": 354, + "line": 364, "column": 24 }, "end": { - "line": 354, + "line": 364, "column": 67 } } } ], "range": [ - 15368, - 15459 + 15702, + 15793 ], "loc": { "start": { - "line": 353, - "column": 27 + "line": 363, + "column": 29 }, "end": { - "line": 355, + "line": 365, "column": 21 } } }, "alternate": null, "range": [ - 15361, - 15459 + 15693, + 15793 ], "loc": { "start": { - "line": 353, + "line": 363, "column": 20 }, "end": { - "line": 355, + "line": 365, "column": 21 } } } ], "range": [ - 14670, - 15477 + 14996, + 15811 ], "loc": { "start": { - "line": 337, - "column": 66 + "line": 347, + "column": 68 }, "end": { - "line": 356, + "line": 366, "column": 17 } } @@ -27867,110 +28128,110 @@ "generator": false, "expression": false, "range": [ - 14660, - 15477 + 14984, + 15811 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 56 }, "end": { - "line": 356, + "line": 366, "column": 17 } } }, "range": [ - 14620, - 15477 + 14944, + 15811 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 16 }, "end": { - "line": 356, + "line": 366, "column": 17 } } }, "range": [ - 14620, - 15478 + 14944, + 15812 ], "loc": { "start": { - "line": 337, + "line": 347, "column": 16 }, "end": { - "line": 356, + "line": 366, "column": 18 } } } ], "range": [ - 14537, - 15492 + 14861, + 15826 ], "loc": { "start": { - "line": 335, - "column": 52 + "line": 345, + "column": 54 }, "end": { - "line": 357, + "line": 367, "column": 13 } } }, "alternate": null, "range": [ - 14497, - 15492 + 14819, + 15826 ], "loc": { "start": { - "line": 335, + "line": 345, "column": 12 }, "end": { - "line": 357, + "line": 367, "column": 13 } } } ], "range": [ - 13575, - 15502 + 13887, + 15836 ], "loc": { "start": { - "line": 312, - "column": 20 + "line": 322, + "column": 22 }, "end": { - "line": 358, + "line": 368, "column": 9 } } }, "alternate": null, "range": [ - 13563, - 15502 + 13873, + 15836 ], "loc": { "start": { - "line": 312, + "line": 322, "column": 8 }, "end": { - "line": 358, + "line": 368, "column": 9 } } @@ -27991,16 +28252,16 @@ "object": { "type": "ThisExpression", "range": [ - 15562, - 15566 + 15897, + 15901 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 12 }, "end": { - "line": 362, + "line": 372, "column": 16 } } @@ -28009,31 +28270,31 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 15567, - 15579 + 15902, + 15914 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 17 }, "end": { - "line": 362, + "line": 372, "column": 29 } } }, "range": [ - 15562, - 15579 + 15897, + 15914 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 12 }, "end": { - "line": 362, + "line": 372, "column": 29 } } @@ -28044,16 +28305,16 @@ "type": "Identifier", "name": "EditTable", "range": [ - 15586, - 15595 + 15921, + 15930 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 36 }, "end": { - "line": 362, + "line": 372, "column": 45 } } @@ -28066,16 +28327,16 @@ "type": "Identifier", "name": "tf", "range": [ - 15596, - 15598 + 15931, + 15933 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 46 }, "end": { - "line": 362, + "line": 372, "column": 48 } } @@ -28084,31 +28345,31 @@ "type": "Identifier", "name": "id", "range": [ - 15599, - 15601 + 15934, + 15936 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 49 }, "end": { - "line": 362, + "line": 372, "column": 51 } } }, "range": [ - 15596, - 15601 + 15931, + 15936 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 46 }, "end": { - "line": 362, + "line": 372, "column": 51 } } @@ -28117,16 +28378,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 15603, - 15606 + 15938, + 15941 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 53 }, "end": { - "line": 362, + "line": 372, "column": 56 } } @@ -28135,62 +28396,62 @@ "type": "Identifier", "name": "startRow", "range": [ - 15608, - 15616 + 15943, + 15951 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 58 }, "end": { - "line": 362, + "line": 372, "column": 66 } } } ], "range": [ - 15582, - 15617 + 15917, + 15952 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 32 }, "end": { - "line": 362, + "line": 372, "column": 67 } } }, "range": [ - 15562, - 15617 + 15897, + 15952 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 12 }, "end": { - "line": 362, + "line": 372, "column": 67 } } }, "range": [ - 15562, - 15618 + 15897, + 15953 ], "loc": { "start": { - "line": 362, + "line": 372, "column": 12 }, "end": { - "line": 362, + "line": 372, "column": 68 } }, @@ -28199,16 +28460,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 15529, - 15549 + 15864, + 15884 ], "loc": { "start": { - "line": 361, + "line": 371, "column": 12 }, "end": { - "line": 361, + "line": 371, "column": 32 } } @@ -28228,16 +28489,16 @@ "object": { "type": "ThisExpression", "range": [ - 15631, - 15635 + 15966, + 15970 ], "loc": { "start": { - "line": 363, + "line": 373, "column": 12 }, "end": { - "line": 363, + "line": 373, "column": 16 } } @@ -28246,31 +28507,31 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 15636, - 15648 + 15971, + 15983 ], "loc": { "start": { - "line": 363, + "line": 373, "column": 17 }, "end": { - "line": 363, + "line": 373, "column": 29 } } }, "range": [ - 15631, - 15648 + 15966, + 15983 ], "loc": { "start": { - "line": 363, + "line": 373, "column": 12 }, "end": { - "line": 363, + "line": 373, "column": 29 } } @@ -28279,62 +28540,62 @@ "type": "Identifier", "name": "Init", "range": [ - 15649, - 15653 + 15984, + 15988 ], "loc": { "start": { - "line": 363, + "line": 373, "column": 30 }, "end": { - "line": 363, + "line": 373, "column": 34 } } }, "range": [ - 15631, - 15653 + 15966, + 15988 ], "loc": { "start": { - "line": 363, + "line": 373, "column": 12 }, "end": { - "line": 363, + "line": 373, "column": 34 } } }, "arguments": [], "range": [ - 15631, - 15655 + 15966, + 15990 ], "loc": { "start": { - "line": 363, + "line": 373, "column": 12 }, "end": { - "line": 363, + "line": 373, "column": 36 } } }, "range": [ - 15631, - 15656 + 15966, + 15991 ], "loc": { "start": { - "line": 363, + "line": 373, "column": 12 }, "end": { - "line": 363, + "line": 373, "column": 37 } }, @@ -28343,16 +28604,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 15669, - 15688 + 16004, + 16023 ], "loc": { "start": { - "line": 364, + "line": 374, "column": 12 }, "end": { - "line": 364, + "line": 374, "column": 31 } } @@ -28361,16 +28622,16 @@ } ], "range": [ - 15515, - 15698 + 15850, + 16033 ], "loc": { "start": { - "line": 360, - "column": 11 + "line": 370, + "column": 12 }, "end": { - "line": 365, + "line": 375, "column": 9 } } @@ -28381,17 +28642,17 @@ "type": "Identifier", "name": "e", "range": [ - 15705, - 15706 + 16041, + 16042 ], "loc": { "start": { - "line": 365, - "column": 16 + "line": 375, + "column": 17 }, "end": { - "line": 365, - "column": 17 + "line": 375, + "column": 18 } } }, @@ -28406,133 +28667,98 @@ "type": "Identifier", "name": "Error", "range": [ - 15720, - 15725 + 16056, + 16061 ], "loc": { "start": { - "line": 365, - "column": 31 + "line": 375, + "column": 32 }, "end": { - "line": 365, - "column": 36 + "line": 375, + "column": 37 } } }, "arguments": [ { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 15726, - 15730 - ], - "loc": { - "start": { - "line": 365, - "column": 37 - }, - "end": { - "line": 365, - "column": 41 - } - } - }, - "property": { - "type": "Identifier", - "name": "err", - "range": [ - 15731, - 15734 - ], - "loc": { - "start": { - "line": 365, - "column": 42 - }, - "end": { - "line": 365, - "column": 45 - } - } - }, + "type": "Identifier", + "name": "INSTANTIATION_ERROR", "range": [ - 15726, - 15734 + 16062, + 16081 ], "loc": { "start": { - "line": 365, - "column": 37 + "line": 375, + "column": 38 }, "end": { - "line": 365, - "column": 45 + "line": 375, + "column": 57 } } } ], "range": [ - 15716, - 15735 + 16052, + 16082 ], "loc": { "start": { - "line": 365, - "column": 27 + "line": 375, + "column": 28 }, "end": { - "line": 365, - "column": 46 + "line": 375, + "column": 58 } } }, "range": [ - 15710, - 15736 + 16046, + 16083 ], "loc": { "start": { - "line": 365, - "column": 21 + "line": 375, + "column": 22 }, "end": { - "line": 365, - "column": 47 + "line": 375, + "column": 59 } } } ], "range": [ - 15708, - 15738 + 16044, + 16085 ], "loc": { "start": { - "line": 365, - "column": 19 + "line": 375, + "column": 20 }, "end": { - "line": 365, - "column": 49 + "line": 375, + "column": 61 } } }, "range": [ - 15699, - 15738 + 16034, + 16085 ], "loc": { "start": { - "line": 365, + "line": 375, "column": 10 }, "end": { - "line": 365, - "column": 49 + "line": 375, + "column": 61 } }, "leadingComments": [ @@ -28540,16 +28766,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 15669, - 15688 + 16004, + 16023 ], "loc": { "start": { - "line": 364, + "line": 374, "column": 12 }, "end": { - "line": 364, + "line": 374, "column": 31 } } @@ -28558,17 +28784,17 @@ }, "finalizer": null, "range": [ - 15512, - 15738 + 15846, + 16085 ], "loc": { "start": { - "line": 360, + "line": 370, "column": 8 }, "end": { - "line": 365, - "column": 49 + "line": 375, + "column": 61 } } }, @@ -28583,16 +28809,16 @@ "object": { "type": "ThisExpression", "range": [ - 15748, - 15752 + 16095, + 16099 ], "loc": { "start": { - "line": 367, + "line": 377, "column": 8 }, "end": { - "line": 367, + "line": 377, "column": 12 } } @@ -28601,31 +28827,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 15753, - 15764 + 16100, + 16111 ], "loc": { "start": { - "line": 367, + "line": 377, "column": 13 }, "end": { - "line": 367, + "line": 377, "column": 24 } } }, "range": [ - 15748, - 15764 + 16095, + 16111 ], "loc": { "start": { - "line": 367, + "line": 377, "column": 8 }, "end": { - "line": 367, + "line": 377, "column": 24 } } @@ -28635,62 +28861,62 @@ "value": true, "raw": "true", "range": [ - 15767, - 15771 + 16114, + 16118 ], "loc": { "start": { - "line": 367, + "line": 377, "column": 27 }, "end": { - "line": 367, + "line": 377, "column": 31 } } }, "range": [ - 15748, - 15771 + 16095, + 16118 ], "loc": { "start": { - "line": 367, + "line": 377, "column": 8 }, "end": { - "line": 367, + "line": 377, "column": 31 } } }, "range": [ - 15748, - 15772 + 16095, + 16119 ], "loc": { "start": { - "line": 367, + "line": 377, "column": 8 }, "end": { - "line": 367, + "line": 377, "column": 32 } } } ], "range": [ - 2195, - 15778 + 2352, + 16125 ], "loc": { "start": { - "line": 59, - "column": 22 + "line": 68, + "column": 23 }, "end": { - "line": 368, + "line": 378, "column": 5 } } @@ -28698,16 +28924,16 @@ "generator": false, "expression": false, "range": [ - 2193, - 15778 + 2349, + 16125 ], "loc": { "start": { - "line": 59, + "line": 68, "column": 20 }, "end": { - "line": 368, + "line": 378, "column": 5 } } @@ -28715,16 +28941,16 @@ "kind": "method", "computed": false, "range": [ - 2177, - 15778 + 2333, + 16125 ], "loc": { "start": { - "line": 59, + "line": 68, "column": 4 }, "end": { - "line": 368, + "line": 378, "column": 5 } }, @@ -28733,16 +28959,16 @@ "type": "Block", "value": "*\n * Instantiate ezEditTable component for advanced grid features\n ", "range": [ - 2093, - 2172 + 2249, + 2328 ], "loc": { "start": { - "line": 56, + "line": 65, "column": 4 }, "end": { - "line": 58, + "line": 67, "column": 7 } } @@ -28753,16 +28979,16 @@ "type": "Block", "value": "*\n * Reset advanced grid when previously removed\n ", "range": [ - 15784, - 15846 + 16131, + 16193 ], "loc": { "start": { - "line": 370, + "line": 380, "column": 4 }, "end": { - "line": 372, + "line": 382, "column": 7 } } @@ -28776,16 +29002,16 @@ "type": "Identifier", "name": "reset", "range": [ - 15851, - 15856 + 16198, + 16203 ], "loc": { "start": { - "line": 373, + "line": 383, "column": 4 }, "end": { - "line": 373, + "line": 383, "column": 9 } } @@ -28806,16 +29032,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 15872, - 15883 + 16220, + 16231 ], "loc": { "start": { - "line": 374, + "line": 384, "column": 12 }, "end": { - "line": 374, + "line": 384, "column": 23 } } @@ -28826,16 +29052,16 @@ "object": { "type": "ThisExpression", "range": [ - 15886, - 15890 + 16234, + 16238 ], "loc": { "start": { - "line": 374, + "line": 384, "column": 26 }, "end": { - "line": 374, + "line": 384, "column": 30 } } @@ -28844,46 +29070,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 15891, - 15903 + 16239, + 16251 ], "loc": { "start": { - "line": 374, + "line": 384, "column": 31 }, "end": { - "line": 374, + "line": 384, "column": 43 } } }, "range": [ - 15886, - 15903 + 16234, + 16251 ], "loc": { "start": { - "line": 374, + "line": 384, "column": 26 }, "end": { - "line": 374, + "line": 384, "column": 43 } } }, "range": [ - 15872, - 15903 + 16220, + 16251 ], "loc": { "start": { - "line": 374, + "line": 384, "column": 12 }, "end": { - "line": 374, + "line": 384, "column": 43 } } @@ -28891,16 +29117,16 @@ ], "kind": "var", "range": [ - 15868, - 15904 + 16216, + 16252 ], "loc": { "start": { - "line": 374, + "line": 384, "column": 8 }, "end": { - "line": 374, + "line": 384, "column": 44 } } @@ -28911,17 +29137,17 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 15916, - 15927 + 16265, + 16276 ], "loc": { "start": { - "line": 375, - "column": 11 + "line": 385, + "column": 12 }, "end": { - "line": 375, - "column": 22 + "line": 385, + "column": 23 } } }, @@ -28939,17 +29165,17 @@ "object": { "type": "ThisExpression", "range": [ - 15945, - 15949 + 16296, + 16300 ], "loc": { "start": { - "line": 376, - "column": 15 + "line": 386, + "column": 16 }, "end": { - "line": 376, - "column": 19 + "line": 386, + "column": 20 } } }, @@ -28957,32 +29183,32 @@ "type": "Identifier", "name": "cfg", "range": [ - 15950, - 15953 + 16301, + 16304 ], "loc": { "start": { - "line": 376, - "column": 20 + "line": 386, + "column": 21 }, "end": { - "line": 376, - "column": 23 + "line": 386, + "column": 24 } } }, "range": [ - 15945, - 15953 + 16296, + 16304 ], "loc": { "start": { - "line": 376, - "column": 15 + "line": 386, + "column": 16 }, "end": { - "line": 376, - "column": 23 + "line": 386, + "column": 24 } } }, @@ -28990,32 +29216,32 @@ "type": "Identifier", "name": "selection", "range": [ - 15954, - 15963 + 16305, + 16314 ], "loc": { "start": { - "line": 376, - "column": 24 + "line": 386, + "column": 25 }, "end": { - "line": 376, - "column": 33 + "line": 386, + "column": 34 } } }, "range": [ - 15945, - 15963 + 16296, + 16314 ], "loc": { "start": { - "line": 376, - "column": 15 + "line": 386, + "column": 16 }, "end": { - "line": 376, - "column": 33 + "line": 386, + "column": 34 } } }, @@ -29036,16 +29262,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16019, - 16030 + 16371, + 16382 ], "loc": { "start": { - "line": 378, + "line": 388, "column": 16 }, "end": { - "line": 378, + "line": 388, "column": 27 } } @@ -29054,31 +29280,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 16031, - 16040 + 16383, + 16392 ], "loc": { "start": { - "line": 378, + "line": 388, "column": 28 }, "end": { - "line": 378, + "line": 388, "column": 37 } } }, "range": [ - 16019, - 16040 + 16371, + 16392 ], "loc": { "start": { - "line": 378, + "line": 388, "column": 16 }, "end": { - "line": 378, + "line": 388, "column": 37 } } @@ -29087,62 +29313,62 @@ "type": "Identifier", "name": "Set", "range": [ - 16041, - 16044 + 16393, + 16396 ], "loc": { "start": { - "line": 378, + "line": 388, "column": 38 }, "end": { - "line": 378, + "line": 388, "column": 41 } } }, "range": [ - 16019, - 16044 + 16371, + 16396 ], "loc": { "start": { - "line": 378, + "line": 388, "column": 16 }, "end": { - "line": 378, + "line": 388, "column": 41 } } }, "arguments": [], "range": [ - 16019, - 16046 + 16371, + 16398 ], "loc": { "start": { - "line": 378, + "line": 388, "column": 16 }, "end": { - "line": 378, + "line": 388, "column": 43 } } }, "range": [ - 16019, - 16047 + 16371, + 16399 ], "loc": { "start": { - "line": 378, + "line": 388, "column": 16 }, "end": { - "line": 378, + "line": 388, "column": 44 } }, @@ -29151,16 +29377,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 15982, - 16002 + 16334, + 16354 ], "loc": { "start": { - "line": 377, + "line": 387, "column": 16 }, "end": { - "line": 377, + "line": 387, "column": 36 } } @@ -29171,16 +29397,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16064, - 16083 + 16416, + 16435 ], "loc": { "start": { - "line": 379, + "line": 389, "column": 16 }, "end": { - "line": 379, + "line": 389, "column": 35 } } @@ -29189,32 +29415,32 @@ } ], "range": [ - 15964, - 16097 + 16316, + 16449 ], "loc": { "start": { - "line": 376, - "column": 34 + "line": 386, + "column": 36 }, "end": { - "line": 380, + "line": 390, "column": 13 } } }, "alternate": null, "range": [ - 15942, - 16097 + 16292, + 16449 ], "loc": { "start": { - "line": 376, + "line": 386, "column": 12 }, "end": { - "line": 380, + "line": 390, "column": 13 } } @@ -29230,17 +29456,17 @@ "object": { "type": "ThisExpression", "range": [ - 16113, - 16117 + 16466, + 16470 ], "loc": { "start": { - "line": 381, - "column": 15 + "line": 391, + "column": 16 }, "end": { - "line": 381, - "column": 19 + "line": 391, + "column": 20 } } }, @@ -29248,32 +29474,32 @@ "type": "Identifier", "name": "cfg", "range": [ - 16118, - 16121 + 16471, + 16474 ], "loc": { "start": { - "line": 381, - "column": 20 + "line": 391, + "column": 21 }, "end": { - "line": 381, - "column": 23 + "line": 391, + "column": 24 } } }, "range": [ - 16113, - 16121 + 16466, + 16474 ], "loc": { "start": { - "line": 381, - "column": 15 + "line": 391, + "column": 16 }, "end": { - "line": 381, - "column": 23 + "line": 391, + "column": 24 } } }, @@ -29281,32 +29507,32 @@ "type": "Identifier", "name": "editable", "range": [ - 16122, - 16130 + 16475, + 16483 ], "loc": { "start": { - "line": 381, - "column": 24 + "line": 391, + "column": 25 }, "end": { - "line": 381, - "column": 32 + "line": 391, + "column": 33 } } }, "range": [ - 16113, - 16130 + 16466, + 16483 ], "loc": { "start": { - "line": 381, - "column": 15 + "line": 391, + "column": 16 }, "end": { - "line": 381, - "column": 32 + "line": 391, + "column": 33 } } }, @@ -29327,16 +29553,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16186, - 16197 + 16540, + 16551 ], "loc": { "start": { - "line": 383, + "line": 393, "column": 16 }, "end": { - "line": 383, + "line": 393, "column": 27 } } @@ -29345,31 +29571,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 16198, - 16206 + 16552, + 16560 ], "loc": { "start": { - "line": 383, + "line": 393, "column": 28 }, "end": { - "line": 383, + "line": 393, "column": 36 } } }, "range": [ - 16186, - 16206 + 16540, + 16560 ], "loc": { "start": { - "line": 383, + "line": 393, "column": 16 }, "end": { - "line": 383, + "line": 393, "column": 36 } } @@ -29378,62 +29604,62 @@ "type": "Identifier", "name": "Set", "range": [ - 16207, - 16210 + 16561, + 16564 ], "loc": { "start": { - "line": 383, + "line": 393, "column": 37 }, "end": { - "line": 383, + "line": 393, "column": 40 } } }, "range": [ - 16186, - 16210 + 16540, + 16564 ], "loc": { "start": { - "line": 383, + "line": 393, "column": 16 }, "end": { - "line": 383, + "line": 393, "column": 40 } } }, "arguments": [], "range": [ - 16186, - 16212 + 16540, + 16566 ], "loc": { "start": { - "line": 383, + "line": 393, "column": 16 }, "end": { - "line": 383, + "line": 393, "column": 42 } } }, "range": [ - 16186, - 16213 + 16540, + 16567 ], "loc": { "start": { - "line": 383, + "line": 393, "column": 16 }, "end": { - "line": 383, + "line": 393, "column": 43 } }, @@ -29442,16 +29668,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16149, - 16169 + 16503, + 16523 ], "loc": { "start": { - "line": 382, + "line": 392, "column": 16 }, "end": { - "line": 382, + "line": 392, "column": 36 } } @@ -29462,16 +29688,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16230, - 16249 + 16584, + 16603 ], "loc": { "start": { - "line": 384, + "line": 394, "column": 16 }, "end": { - "line": 384, + "line": 394, "column": 35 } } @@ -29480,32 +29706,32 @@ } ], "range": [ - 16131, - 16263 + 16485, + 16617 ], "loc": { "start": { - "line": 381, - "column": 33 + "line": 391, + "column": 35 }, "end": { - "line": 385, + "line": 395, "column": 13 } } }, "alternate": null, "range": [ - 16110, - 16263 + 16462, + 16617 ], "loc": { "start": { - "line": 381, + "line": 391, "column": 12 }, "end": { - "line": 385, + "line": 395, "column": 13 } }, @@ -29514,16 +29740,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16064, - 16083 + 16416, + 16435 ], "loc": { "start": { - "line": 379, + "line": 389, "column": 16 }, "end": { - "line": 379, + "line": 389, "column": 35 } } @@ -29532,48 +29758,48 @@ } ], "range": [ - 15928, - 16273 + 16278, + 16627 ], "loc": { "start": { - "line": 375, - "column": 23 + "line": 385, + "column": 25 }, "end": { - "line": 386, + "line": 396, "column": 9 } } }, "alternate": null, "range": [ - 15913, - 16273 + 16261, + 16627 ], "loc": { "start": { - "line": 375, + "line": 385, "column": 8 }, "end": { - "line": 386, + "line": 396, "column": 9 } } } ], "range": [ - 15858, - 16279 + 16206, + 16633 ], "loc": { "start": { - "line": 373, - "column": 11 + "line": 383, + "column": 12 }, "end": { - "line": 387, + "line": 397, "column": 5 } } @@ -29581,16 +29807,16 @@ "generator": false, "expression": false, "range": [ - 15856, - 16279 + 16203, + 16633 ], "loc": { "start": { - "line": 373, + "line": 383, "column": 9 }, "end": { - "line": 387, + "line": 397, "column": 5 } } @@ -29598,16 +29824,16 @@ "kind": "method", "computed": false, "range": [ - 15851, - 16279 + 16198, + 16633 ], "loc": { "start": { - "line": 373, + "line": 383, "column": 4 }, "end": { - "line": 387, + "line": 397, "column": 5 } }, @@ -29616,16 +29842,16 @@ "type": "Block", "value": "*\n * Reset advanced grid when previously removed\n ", "range": [ - 15784, - 15846 + 16131, + 16193 ], "loc": { "start": { - "line": 370, + "line": 380, "column": 4 }, "end": { - "line": 372, + "line": 382, "column": 7 } } @@ -29636,16 +29862,16 @@ "type": "Block", "value": "*\n * Toggle behaviour\n ", "range": [ - 16285, - 16320 + 16639, + 16674 ], "loc": { "start": { - "line": 389, + "line": 399, "column": 4 }, "end": { - "line": 391, + "line": 401, "column": 7 } } @@ -29659,16 +29885,16 @@ "type": "Identifier", "name": "toggle", "range": [ - 16325, - 16331 + 16679, + 16685 ], "loc": { "start": { - "line": 392, + "line": 402, "column": 4 }, "end": { - "line": 392, + "line": 402, "column": 10 } } @@ -29689,16 +29915,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16347, - 16358 + 16702, + 16713 ], "loc": { "start": { - "line": 393, + "line": 403, "column": 12 }, "end": { - "line": 393, + "line": 403, "column": 23 } } @@ -29709,16 +29935,16 @@ "object": { "type": "ThisExpression", "range": [ - 16361, - 16365 + 16716, + 16720 ], "loc": { "start": { - "line": 393, + "line": 403, "column": 26 }, "end": { - "line": 393, + "line": 403, "column": 30 } } @@ -29727,46 +29953,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 16366, - 16378 + 16721, + 16733 ], "loc": { "start": { - "line": 393, + "line": 403, "column": 31 }, "end": { - "line": 393, + "line": 403, "column": 43 } } }, "range": [ - 16361, - 16378 + 16716, + 16733 ], "loc": { "start": { - "line": 393, + "line": 403, "column": 26 }, "end": { - "line": 393, + "line": 403, "column": 43 } } }, "range": [ - 16347, - 16378 + 16702, + 16733 ], "loc": { "start": { - "line": 393, + "line": 403, "column": 12 }, "end": { - "line": 393, + "line": 403, "column": 43 } } @@ -29774,16 +30000,16 @@ ], "kind": "var", "range": [ - 16343, - 16379 + 16698, + 16734 ], "loc": { "start": { - "line": 393, + "line": 403, "column": 8 }, "end": { - "line": 393, + "line": 403, "column": 44 } } @@ -29797,17 +30023,17 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16391, - 16402 + 16747, + 16758 ], "loc": { "start": { - "line": 394, - "column": 11 + "line": 404, + "column": 12 }, "end": { - "line": 394, - "column": 22 + "line": 404, + "column": 23 } } }, @@ -29815,32 +30041,32 @@ "type": "Identifier", "name": "editable", "range": [ - 16403, - 16411 + 16759, + 16767 ], "loc": { "start": { - "line": 394, - "column": 23 + "line": 404, + "column": 24 }, "end": { - "line": 394, - "column": 31 + "line": 404, + "column": 32 } } }, "range": [ - 16391, - 16411 + 16747, + 16767 ], "loc": { "start": { - "line": 394, - "column": 11 + "line": 404, + "column": 12 }, "end": { - "line": 394, - "column": 31 + "line": 404, + "column": 32 } } }, @@ -29861,16 +30087,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16459, - 16470 + 16816, + 16827 ], "loc": { "start": { - "line": 396, + "line": 406, "column": 12 }, "end": { - "line": 396, + "line": 406, "column": 23 } } @@ -29879,31 +30105,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 16471, - 16479 + 16828, + 16836 ], "loc": { "start": { - "line": 396, + "line": 406, "column": 24 }, "end": { - "line": 396, + "line": 406, "column": 32 } } }, "range": [ - 16459, - 16479 + 16816, + 16836 ], "loc": { "start": { - "line": 396, + "line": 406, "column": 12 }, "end": { - "line": 396, + "line": 406, "column": 32 } } @@ -29912,62 +30138,62 @@ "type": "Identifier", "name": "Remove", "range": [ - 16480, - 16486 + 16837, + 16843 ], "loc": { "start": { - "line": 396, + "line": 406, "column": 33 }, "end": { - "line": 396, + "line": 406, "column": 39 } } }, "range": [ - 16459, - 16486 + 16816, + 16843 ], "loc": { "start": { - "line": 396, + "line": 406, "column": 12 }, "end": { - "line": 396, + "line": 406, "column": 39 } } }, "arguments": [], "range": [ - 16459, - 16488 + 16816, + 16845 ], "loc": { "start": { - "line": 396, + "line": 406, "column": 12 }, "end": { - "line": 396, + "line": 406, "column": 41 } } }, "range": [ - 16459, - 16489 + 16816, + 16846 ], "loc": { "start": { - "line": 396, + "line": 406, "column": 12 }, "end": { - "line": 396, + "line": 406, "column": 42 } }, @@ -29976,16 +30202,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16426, - 16446 + 16783, + 16803 ], "loc": { "start": { - "line": 395, + "line": 405, "column": 12 }, "end": { - "line": 395, + "line": 405, "column": 32 } } @@ -29996,16 +30222,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16502, - 16521 + 16859, + 16878 ], "loc": { "start": { - "line": 397, + "line": 407, "column": 12 }, "end": { - "line": 397, + "line": 407, "column": 31 } } @@ -30014,16 +30240,16 @@ } ], "range": [ - 16412, - 16531 + 16769, + 16888 ], "loc": { "start": { - "line": 394, - "column": 32 + "line": 404, + "column": 34 }, "end": { - "line": 398, + "line": 408, "column": 9 } } @@ -30045,16 +30271,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16584, - 16595 + 16941, + 16952 ], "loc": { "start": { - "line": 400, + "line": 410, "column": 12 }, "end": { - "line": 400, + "line": 410, "column": 23 } } @@ -30063,31 +30289,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 16596, - 16604 + 16953, + 16961 ], "loc": { "start": { - "line": 400, + "line": 410, "column": 24 }, "end": { - "line": 400, + "line": 410, "column": 32 } } }, "range": [ - 16584, - 16604 + 16941, + 16961 ], "loc": { "start": { - "line": 400, + "line": 410, "column": 12 }, "end": { - "line": 400, + "line": 410, "column": 32 } } @@ -30096,62 +30322,62 @@ "type": "Identifier", "name": "Set", "range": [ - 16605, - 16608 + 16962, + 16965 ], "loc": { "start": { - "line": 400, + "line": 410, "column": 33 }, "end": { - "line": 400, + "line": 410, "column": 36 } } }, "range": [ - 16584, - 16608 + 16941, + 16965 ], "loc": { "start": { - "line": 400, + "line": 410, "column": 12 }, "end": { - "line": 400, + "line": 410, "column": 36 } } }, "arguments": [], "range": [ - 16584, - 16610 + 16941, + 16967 ], "loc": { "start": { - "line": 400, + "line": 410, "column": 12 }, "end": { - "line": 400, + "line": 410, "column": 38 } } }, "range": [ - 16584, - 16611 + 16941, + 16968 ], "loc": { "start": { - "line": 400, + "line": 410, "column": 12 }, "end": { - "line": 400, + "line": 410, "column": 39 } }, @@ -30160,16 +30386,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16551, - 16571 + 16908, + 16928 ], "loc": { "start": { - "line": 399, + "line": 409, "column": 12 }, "end": { - "line": 399, + "line": 409, "column": 32 } } @@ -30180,16 +30406,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16624, - 16643 + 16981, + 17000 ], "loc": { "start": { - "line": 401, + "line": 411, "column": 12 }, "end": { - "line": 401, + "line": 411, "column": 31 } } @@ -30198,16 +30424,16 @@ } ], "range": [ - 16537, - 16653 + 16894, + 17010 ], "loc": { "start": { - "line": 398, + "line": 408, "column": 15 }, "end": { - "line": 402, + "line": 412, "column": 9 } }, @@ -30216,16 +30442,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16502, - 16521 + 16859, + 16878 ], "loc": { "start": { - "line": 397, + "line": 407, "column": 12 }, "end": { - "line": 397, + "line": 407, "column": 31 } } @@ -30233,16 +30459,16 @@ ] }, "range": [ - 16388, - 16653 + 16743, + 17010 ], "loc": { "start": { - "line": 394, + "line": 404, "column": 8 }, "end": { - "line": 402, + "line": 412, "column": 9 } } @@ -30256,17 +30482,17 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16665, - 16676 + 17023, + 17034 ], "loc": { "start": { - "line": 403, - "column": 11 + "line": 413, + "column": 12 }, "end": { - "line": 403, - "column": 22 + "line": 413, + "column": 23 } } }, @@ -30274,32 +30500,32 @@ "type": "Identifier", "name": "selection", "range": [ - 16677, - 16686 + 17035, + 17044 ], "loc": { "start": { - "line": 403, - "column": 23 + "line": 413, + "column": 24 }, "end": { - "line": 403, - "column": 32 + "line": 413, + "column": 33 } } }, "range": [ - 16665, - 16686 + 17023, + 17044 ], "loc": { "start": { - "line": 403, - "column": 11 + "line": 413, + "column": 12 }, "end": { - "line": 403, - "column": 32 + "line": 413, + "column": 33 } } }, @@ -30320,16 +30546,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16734, - 16745 + 17093, + 17104 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 12 }, "end": { - "line": 405, + "line": 415, "column": 23 } } @@ -30338,31 +30564,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 16746, - 16755 + 17105, + 17114 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 24 }, "end": { - "line": 405, + "line": 415, "column": 33 } } }, "range": [ - 16734, - 16755 + 17093, + 17114 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 12 }, "end": { - "line": 405, + "line": 415, "column": 33 } } @@ -30371,62 +30597,62 @@ "type": "Identifier", "name": "Remove", "range": [ - 16756, - 16762 + 17115, + 17121 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 34 }, "end": { - "line": 405, + "line": 415, "column": 40 } } }, "range": [ - 16734, - 16762 + 17093, + 17121 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 12 }, "end": { - "line": 405, + "line": 415, "column": 40 } } }, "arguments": [], "range": [ - 16734, - 16764 + 17093, + 17123 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 12 }, "end": { - "line": 405, + "line": 415, "column": 42 } } }, "range": [ - 16734, - 16765 + 17093, + 17124 ], "loc": { "start": { - "line": 405, + "line": 415, "column": 12 }, "end": { - "line": 405, + "line": 415, "column": 43 } }, @@ -30435,16 +30661,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16701, - 16721 + 17060, + 17080 ], "loc": { "start": { - "line": 404, + "line": 414, "column": 12 }, "end": { - "line": 404, + "line": 414, "column": 32 } } @@ -30455,16 +30681,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16778, - 16797 + 17137, + 17156 ], "loc": { "start": { - "line": 406, + "line": 416, "column": 12 }, "end": { - "line": 406, + "line": 416, "column": 31 } } @@ -30473,16 +30699,16 @@ } ], "range": [ - 16687, - 16807 + 17046, + 17166 ], "loc": { "start": { - "line": 403, - "column": 33 + "line": 413, + "column": 35 }, "end": { - "line": 407, + "line": 417, "column": 9 } } @@ -30504,16 +30730,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 16860, - 16871 + 17219, + 17230 ], "loc": { "start": { - "line": 409, + "line": 419, "column": 12 }, "end": { - "line": 409, + "line": 419, "column": 23 } } @@ -30522,31 +30748,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 16872, - 16881 + 17231, + 17240 ], "loc": { "start": { - "line": 409, + "line": 419, "column": 24 }, "end": { - "line": 409, + "line": 419, "column": 33 } } }, "range": [ - 16860, - 16881 + 17219, + 17240 ], "loc": { "start": { - "line": 409, + "line": 419, "column": 12 }, "end": { - "line": 409, + "line": 419, "column": 33 } } @@ -30555,62 +30781,62 @@ "type": "Identifier", "name": "Set", "range": [ - 16882, - 16885 + 17241, + 17244 ], "loc": { "start": { - "line": 409, + "line": 419, "column": 34 }, "end": { - "line": 409, + "line": 419, "column": 37 } } }, "range": [ - 16860, - 16885 + 17219, + 17244 ], "loc": { "start": { - "line": 409, + "line": 419, "column": 12 }, "end": { - "line": 409, + "line": 419, "column": 37 } } }, "arguments": [], "range": [ - 16860, - 16887 + 17219, + 17246 ], "loc": { "start": { - "line": 409, + "line": 419, "column": 12 }, "end": { - "line": 409, + "line": 419, "column": 39 } } }, "range": [ - 16860, - 16888 + 17219, + 17247 ], "loc": { "start": { - "line": 409, + "line": 419, "column": 12 }, "end": { - "line": 409, + "line": 419, "column": 40 } }, @@ -30619,16 +30845,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16827, - 16847 + 17186, + 17206 ], "loc": { "start": { - "line": 408, + "line": 418, "column": 12 }, "end": { - "line": 408, + "line": 418, "column": 32 } } @@ -30639,16 +30865,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16901, - 16920 + 17260, + 17279 ], "loc": { "start": { - "line": 410, + "line": 420, "column": 12 }, "end": { - "line": 410, + "line": 420, "column": 31 } } @@ -30657,16 +30883,16 @@ } ], "range": [ - 16813, - 16930 + 17172, + 17289 ], "loc": { "start": { - "line": 407, + "line": 417, "column": 15 }, "end": { - "line": 411, + "line": 421, "column": 9 } }, @@ -30675,16 +30901,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16778, - 16797 + 17137, + 17156 ], "loc": { "start": { - "line": 406, + "line": 416, "column": 12 }, "end": { - "line": 406, + "line": 416, "column": 31 } } @@ -30692,16 +30918,16 @@ ] }, "range": [ - 16662, - 16930 + 17019, + 17289 ], "loc": { "start": { - "line": 403, + "line": 413, "column": 8 }, "end": { - "line": 411, + "line": 421, "column": 9 } }, @@ -30710,16 +30936,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16624, - 16643 + 16981, + 17000 ], "loc": { "start": { - "line": 401, + "line": 411, "column": 12 }, "end": { - "line": 401, + "line": 411, "column": 31 } } @@ -30728,16 +30954,16 @@ } ], "range": [ - 16333, - 16936 + 16688, + 17295 ], "loc": { "start": { - "line": 392, - "column": 12 + "line": 402, + "column": 13 }, "end": { - "line": 412, + "line": 422, "column": 5 } } @@ -30745,16 +30971,16 @@ "generator": false, "expression": false, "range": [ - 16331, - 16936 + 16685, + 17295 ], "loc": { "start": { - "line": 392, + "line": 402, "column": 10 }, "end": { - "line": 412, + "line": 422, "column": 5 } } @@ -30762,16 +30988,16 @@ "kind": "method", "computed": false, "range": [ - 16325, - 16936 + 16679, + 17295 ], "loc": { "start": { - "line": 392, + "line": 402, "column": 4 }, "end": { - "line": 412, + "line": 422, "column": 5 } }, @@ -30780,16 +31006,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16230, - 16249 + 16584, + 16603 ], "loc": { "start": { - "line": 384, + "line": 394, "column": 16 }, "end": { - "line": 384, + "line": 394, "column": 35 } } @@ -30798,16 +31024,16 @@ "type": "Block", "value": "*\n * Toggle behaviour\n ", "range": [ - 16285, - 16320 + 16639, + 16674 ], "loc": { "start": { - "line": 389, + "line": 399, "column": 4 }, "end": { - "line": 391, + "line": 401, "column": 7 } } @@ -30821,16 +31047,16 @@ "type": "Identifier", "name": "_toggleForInputFilter", "range": [ - 16942, - 16963 + 17301, + 17322 ], "loc": { "start": { - "line": 414, + "line": 424, "column": 4 }, "end": { - "line": 414, + "line": 424, "column": 25 } } @@ -30851,16 +31077,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16979, - 16981 + 17339, + 17341 ], "loc": { "start": { - "line": 415, + "line": 425, "column": 12 }, "end": { - "line": 415, + "line": 425, "column": 14 } } @@ -30871,16 +31097,16 @@ "object": { "type": "ThisExpression", "range": [ - 16984, - 16988 + 17344, + 17348 ], "loc": { "start": { - "line": 415, + "line": 425, "column": 17 }, "end": { - "line": 415, + "line": 425, "column": 21 } } @@ -30889,46 +31115,46 @@ "type": "Identifier", "name": "tf", "range": [ - 16989, - 16991 + 17349, + 17351 ], "loc": { "start": { - "line": 415, + "line": 425, "column": 22 }, "end": { - "line": 415, + "line": 425, "column": 24 } } }, "range": [ - 16984, - 16991 + 17344, + 17351 ], "loc": { "start": { - "line": 415, + "line": 425, "column": 17 }, "end": { - "line": 415, + "line": 425, "column": 24 } } }, "range": [ - 16979, - 16991 + 17339, + 17351 ], "loc": { "start": { - "line": 415, + "line": 425, "column": 12 }, "end": { - "line": 415, + "line": 425, "column": 24 } } @@ -30936,16 +31162,16 @@ ], "kind": "var", "range": [ - 16975, - 16992 + 17335, + 17352 ], "loc": { "start": { - "line": 415, + "line": 425, "column": 8 }, "end": { - "line": 415, + "line": 425, "column": 25 } } @@ -30964,17 +31190,17 @@ "type": "Identifier", "name": "tf", "range": [ - 17005, - 17007 + 17366, + 17368 ], "loc": { "start": { - "line": 416, - "column": 12 + "line": 426, + "column": 13 }, "end": { - "line": 416, - "column": 14 + "line": 426, + "column": 15 } } }, @@ -30982,64 +31208,64 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 17008, - 17025 + 17369, + 17386 ], "loc": { "start": { - "line": 416, - "column": 15 + "line": 426, + "column": 16 }, "end": { - "line": 416, - "column": 32 + "line": 426, + "column": 33 } } }, "range": [ - 17005, - 17025 + 17366, + 17386 ], "loc": { "start": { - "line": 416, - "column": 12 + "line": 426, + "column": 13 }, "end": { - "line": 416, - "column": 32 + "line": 426, + "column": 33 } } }, "arguments": [], "range": [ - 17005, - 17027 + 17366, + 17388 ], "loc": { "start": { - "line": 416, - "column": 12 + "line": 426, + "column": 13 }, "end": { - "line": 416, - "column": 34 + "line": 426, + "column": 35 } } }, "prefix": true, "range": [ - 17004, - 17027 + 17365, + 17388 ], "loc": { "start": { - "line": 416, - "column": 11 + "line": 426, + "column": 12 }, "end": { - "line": 416, - "column": 34 + "line": 426, + "column": 35 } } }, @@ -31050,48 +31276,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 17042, - 17049 + 17404, + 17411 ], "loc": { "start": { - "line": 417, + "line": 427, "column": 12 }, "end": { - "line": 417, + "line": 427, "column": 19 } } } ], "range": [ - 17028, - 17059 + 17390, + 17421 ], "loc": { "start": { - "line": 416, - "column": 35 + "line": 426, + "column": 37 }, "end": { - "line": 418, + "line": 428, "column": 9 } } }, "alternate": null, "range": [ - 17001, - 17059 + 17361, + 17421 ], "loc": { "start": { - "line": 416, + "line": 426, "column": 8 }, "end": { - "line": 418, + "line": 428, "column": 9 } } @@ -31105,16 +31331,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17072, - 17080 + 17434, + 17442 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 12 }, "end": { - "line": 419, + "line": 429, "column": 20 } } @@ -31128,16 +31354,16 @@ "type": "Identifier", "name": "tf", "range": [ - 17083, - 17085 + 17445, + 17447 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 23 }, "end": { - "line": 419, + "line": 429, "column": 25 } } @@ -31146,31 +31372,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 17086, - 17112 + 17448, + 17474 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 26 }, "end": { - "line": 419, + "line": 429, "column": 52 } } }, "range": [ - 17083, - 17112 + 17445, + 17474 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 23 }, "end": { - "line": 419, + "line": 429, "column": 52 } } @@ -31185,16 +31411,16 @@ "type": "Identifier", "name": "tf", "range": [ - 17113, - 17115 + 17475, + 17477 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 53 }, "end": { - "line": 419, + "line": 429, "column": 55 } } @@ -31203,78 +31429,78 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 17116, - 17133 + 17478, + 17495 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 56 }, "end": { - "line": 419, + "line": 429, "column": 73 } } }, "range": [ - 17113, - 17133 + 17475, + 17495 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 53 }, "end": { - "line": 419, + "line": 429, "column": 73 } } }, "arguments": [], "range": [ - 17113, - 17135 + 17475, + 17497 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 53 }, "end": { - "line": 419, + "line": 429, "column": 75 } } } ], "range": [ - 17083, - 17136 + 17445, + 17498 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 23 }, "end": { - "line": 419, + "line": 429, "column": 76 } } }, "range": [ - 17072, - 17136 + 17434, + 17498 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 12 }, "end": { - "line": 419, + "line": 429, "column": 76 } } @@ -31282,16 +31508,16 @@ ], "kind": "var", "range": [ - 17068, - 17137 + 17430, + 17499 ], "loc": { "start": { - "line": 419, + "line": 429, "column": 8 }, "end": { - "line": 419, + "line": 429, "column": 77 } } @@ -31305,16 +31531,16 @@ "type": "Identifier", "name": "filterType", "range": [ - 17150, - 17160 + 17512, + 17522 ], "loc": { "start": { - "line": 420, + "line": 430, "column": 12 }, "end": { - "line": 420, + "line": 430, "column": 22 } } @@ -31328,16 +31554,16 @@ "type": "Identifier", "name": "tf", "range": [ - 17163, - 17165 + 17525, + 17527 ], "loc": { "start": { - "line": 420, + "line": 430, "column": 25 }, "end": { - "line": 420, + "line": 430, "column": 27 } } @@ -31346,31 +31572,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 17166, - 17179 + 17528, + 17541 ], "loc": { "start": { - "line": 420, + "line": 430, "column": 28 }, "end": { - "line": 420, + "line": 430, "column": 41 } } }, "range": [ - 17163, - 17179 + 17525, + 17541 ], "loc": { "start": { - "line": 420, + "line": 430, "column": 25 }, "end": { - "line": 420, + "line": 430, "column": 41 } } @@ -31380,47 +31606,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17180, - 17188 + 17542, + 17550 ], "loc": { "start": { - "line": 420, + "line": 430, "column": 42 }, "end": { - "line": 420, + "line": 430, "column": 50 } } } ], "range": [ - 17163, - 17189 + 17525, + 17551 ], "loc": { "start": { - "line": 420, + "line": 430, "column": 25 }, "end": { - "line": 420, + "line": 430, "column": 51 } } }, "range": [ - 17150, - 17189 + 17512, + 17551 ], "loc": { "start": { - "line": 420, + "line": 430, "column": 12 }, "end": { - "line": 420, + "line": 430, "column": 51 } } @@ -31428,16 +31654,16 @@ ], "kind": "var", "range": [ - 17146, - 17190 + 17508, + 17552 ], "loc": { "start": { - "line": 420, + "line": 430, "column": 8 }, "end": { - "line": 420, + "line": 430, "column": 52 } } @@ -31451,17 +31677,17 @@ "type": "Identifier", "name": "filterType", "range": [ - 17202, - 17212 + 17565, + 17575 ], "loc": { "start": { - "line": 421, - "column": 11 + "line": 431, + "column": 12 }, "end": { - "line": 421, - "column": 21 + "line": 431, + "column": 22 } } }, @@ -31469,32 +31695,32 @@ "type": "Identifier", "name": "INPUT", "range": [ - 17217, - 17222 + 17580, + 17585 ], "loc": { "start": { - "line": 421, - "column": 26 + "line": 431, + "column": 27 }, "end": { - "line": 421, - "column": 31 + "line": 431, + "column": 32 } } }, "range": [ - 17202, - 17222 + 17565, + 17585 ], "loc": { "start": { - "line": 421, - "column": 11 + "line": 431, + "column": 12 }, "end": { - "line": 421, - "column": 31 + "line": 431, + "column": 32 } } }, @@ -31511,16 +31737,16 @@ "object": { "type": "ThisExpression", "range": [ - 17237, - 17241 + 17601, + 17605 ], "loc": { "start": { - "line": 422, + "line": 432, "column": 12 }, "end": { - "line": 422, + "line": 432, "column": 16 } } @@ -31529,110 +31755,110 @@ "type": "Identifier", "name": "toggle", "range": [ - 17242, - 17248 + 17606, + 17612 ], "loc": { "start": { - "line": 422, + "line": 432, "column": 17 }, "end": { - "line": 422, + "line": 432, "column": 23 } } }, "range": [ - 17237, - 17248 + 17601, + 17612 ], "loc": { "start": { - "line": 422, + "line": 432, "column": 12 }, "end": { - "line": 422, + "line": 432, "column": 23 } } }, "arguments": [], "range": [ - 17237, - 17250 + 17601, + 17614 ], "loc": { "start": { - "line": 422, + "line": 432, "column": 12 }, "end": { - "line": 422, + "line": 432, "column": 25 } } }, "range": [ - 17237, - 17251 + 17601, + 17615 ], "loc": { "start": { - "line": 422, + "line": 432, "column": 12 }, "end": { - "line": 422, + "line": 432, "column": 26 } } } ], "range": [ - 17223, - 17261 + 17587, + 17625 ], "loc": { "start": { - "line": 421, - "column": 32 + "line": 431, + "column": 34 }, "end": { - "line": 423, + "line": 433, "column": 9 } } }, "alternate": null, "range": [ - 17199, - 17261 + 17561, + 17625 ], "loc": { "start": { - "line": 421, + "line": 431, "column": 8 }, "end": { - "line": 423, + "line": 433, "column": 9 } } } ], "range": [ - 16965, - 17267 + 17325, + 17631 ], "loc": { "start": { - "line": 414, - "column": 27 + "line": 424, + "column": 28 }, "end": { - "line": 424, + "line": 434, "column": 5 } } @@ -31640,16 +31866,16 @@ "generator": false, "expression": false, "range": [ - 16963, - 17267 + 17322, + 17631 ], "loc": { "start": { - "line": 414, + "line": 424, "column": 25 }, "end": { - "line": 424, + "line": 434, "column": 5 } } @@ -31657,16 +31883,16 @@ "kind": "method", "computed": false, "range": [ - 16942, - 17267 + 17301, + 17631 ], "loc": { "start": { - "line": 414, + "line": 424, "column": 4 }, "end": { - "line": 424, + "line": 434, "column": 5 } }, @@ -31675,16 +31901,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16901, - 16920 + 17260, + 17279 ], "loc": { "start": { - "line": 410, + "line": 420, "column": 12 }, "end": { - "line": 410, + "line": 420, "column": 31 } } @@ -31695,16 +31921,16 @@ "type": "Block", "value": "*\n * Remove advanced grid\n ", "range": [ - 17273, - 17312 + 17637, + 17676 ], "loc": { "start": { - "line": 426, + "line": 436, "column": 4 }, "end": { - "line": 428, + "line": 438, "column": 7 } } @@ -31718,16 +31944,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 17317, - 17324 + 17681, + 17688 ], "loc": { "start": { - "line": 429, + "line": 439, "column": 4 }, "end": { - "line": 429, + "line": 439, "column": 11 } } @@ -31739,6 +31965,133 @@ "body": { "type": "BlockStatement", "body": [ + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 17706, + 17710 + ], + "loc": { + "start": { + "line": 440, + "column": 13 + }, + "end": { + "line": 440, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 17711, + 17722 + ], + "loc": { + "start": { + "line": 440, + "column": 18 + }, + "end": { + "line": 440, + "column": 29 + } + } + }, + "range": [ + 17706, + 17722 + ], + "loc": { + "start": { + "line": 440, + "column": 13 + }, + "end": { + "line": 440, + "column": 29 + } + } + }, + "prefix": true, + "range": [ + 17705, + 17722 + ], + "loc": { + "start": { + "line": 440, + "column": 12 + }, + "end": { + "line": 440, + "column": 29 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 17738, + 17745 + ], + "loc": { + "start": { + "line": 441, + "column": 12 + }, + "end": { + "line": 441, + "column": 19 + } + } + } + ], + "range": [ + 17724, + 17755 + ], + "loc": { + "start": { + "line": 440, + "column": 31 + }, + "end": { + "line": 442, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 17701, + 17755 + ], + "loc": { + "start": { + "line": 440, + "column": 8 + }, + "end": { + "line": 442, + "column": 9 + } + } + }, { "type": "VariableDeclaration", "declarations": [ @@ -31748,16 +32101,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17340, - 17351 + 17768, + 17779 ], "loc": { "start": { - "line": 430, + "line": 443, "column": 12 }, "end": { - "line": 430, + "line": 443, "column": 23 } } @@ -31768,16 +32121,16 @@ "object": { "type": "ThisExpression", "range": [ - 17354, - 17358 + 17782, + 17786 ], "loc": { "start": { - "line": 430, + "line": 443, "column": 26 }, "end": { - "line": 430, + "line": 443, "column": 30 } } @@ -31786,46 +32139,46 @@ "type": "Identifier", "name": "_ezEditTable", "range": [ - 17359, - 17371 + 17787, + 17799 ], "loc": { "start": { - "line": 430, + "line": 443, "column": 31 }, "end": { - "line": 430, + "line": 443, "column": 43 } } }, "range": [ - 17354, - 17371 + 17782, + 17799 ], "loc": { "start": { - "line": 430, + "line": 443, "column": 26 }, "end": { - "line": 430, + "line": 443, "column": 43 } } }, "range": [ - 17340, - 17371 + 17768, + 17799 ], "loc": { "start": { - "line": 430, + "line": 443, "column": 12 }, "end": { - "line": 430, + "line": 443, "column": 43 } } @@ -31833,16 +32186,16 @@ ], "kind": "var", "range": [ - 17336, - 17372 + 17764, + 17800 ], "loc": { "start": { - "line": 430, + "line": 443, "column": 8 }, "end": { - "line": 430, + "line": 443, "column": 44 } } @@ -31853,17 +32206,17 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17384, - 17395 + 17813, + 17824 ], "loc": { "start": { - "line": 431, - "column": 11 + "line": 444, + "column": 12 }, "end": { - "line": 431, - "column": 22 + "line": 444, + "column": 23 } } }, @@ -31881,17 +32234,17 @@ "object": { "type": "ThisExpression", "range": [ - 17413, - 17417 + 17844, + 17848 ], "loc": { "start": { - "line": 432, - "column": 15 + "line": 445, + "column": 16 }, "end": { - "line": 432, - "column": 19 + "line": 445, + "column": 20 } } }, @@ -31899,32 +32252,32 @@ "type": "Identifier", "name": "cfg", "range": [ - 17418, - 17421 + 17849, + 17852 ], "loc": { "start": { - "line": 432, - "column": 20 + "line": 445, + "column": 21 }, "end": { - "line": 432, - "column": 23 + "line": 445, + "column": 24 } } }, "range": [ - 17413, - 17421 + 17844, + 17852 ], "loc": { "start": { - "line": 432, - "column": 15 + "line": 445, + "column": 16 }, "end": { - "line": 432, - "column": 23 + "line": 445, + "column": 24 } } }, @@ -31932,32 +32285,32 @@ "type": "Identifier", "name": "selection", "range": [ - 17422, - 17431 + 17853, + 17862 ], "loc": { "start": { - "line": 432, - "column": 24 + "line": 445, + "column": 25 }, "end": { - "line": 432, - "column": 33 + "line": 445, + "column": 34 } } }, "range": [ - 17413, - 17431 + 17844, + 17862 ], "loc": { "start": { - "line": 432, - "column": 15 + "line": 445, + "column": 16 }, "end": { - "line": 432, - "column": 33 + "line": 445, + "column": 34 } } }, @@ -31978,16 +32331,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17487, - 17498 + 17919, + 17930 ], "loc": { "start": { - "line": 434, + "line": 447, "column": 16 }, "end": { - "line": 434, + "line": 447, "column": 27 } } @@ -31996,31 +32349,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 17499, - 17508 + 17931, + 17940 ], "loc": { "start": { - "line": 434, + "line": 447, "column": 28 }, "end": { - "line": 434, + "line": 447, "column": 37 } } }, "range": [ - 17487, - 17508 + 17919, + 17940 ], "loc": { "start": { - "line": 434, + "line": 447, "column": 16 }, "end": { - "line": 434, + "line": 447, "column": 37 } } @@ -32029,62 +32382,62 @@ "type": "Identifier", "name": "ClearSelections", "range": [ - 17509, - 17524 + 17941, + 17956 ], "loc": { "start": { - "line": 434, + "line": 447, "column": 38 }, "end": { - "line": 434, + "line": 447, "column": 53 } } }, "range": [ - 17487, - 17524 + 17919, + 17956 ], "loc": { "start": { - "line": 434, + "line": 447, "column": 16 }, "end": { - "line": 434, + "line": 447, "column": 53 } } }, "arguments": [], "range": [ - 17487, - 17526 + 17919, + 17958 ], "loc": { "start": { - "line": 434, + "line": 447, "column": 16 }, "end": { - "line": 434, + "line": 447, "column": 55 } } }, "range": [ - 17487, - 17527 + 17919, + 17959 ], "loc": { "start": { - "line": 434, + "line": 447, "column": 16 }, "end": { - "line": 434, + "line": 447, "column": 56 } }, @@ -32093,16 +32446,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 17450, - 17470 + 17882, + 17902 ], "loc": { "start": { - "line": 433, + "line": 446, "column": 16 }, "end": { - "line": 433, + "line": 446, "column": 36 } } @@ -32123,16 +32476,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17544, - 17555 + 17976, + 17987 ], "loc": { "start": { - "line": 435, + "line": 448, "column": 16 }, "end": { - "line": 435, + "line": 448, "column": 27 } } @@ -32141,31 +32494,31 @@ "type": "Identifier", "name": "Selection", "range": [ - 17556, - 17565 + 17988, + 17997 ], "loc": { "start": { - "line": 435, + "line": 448, "column": 28 }, "end": { - "line": 435, + "line": 448, "column": 37 } } }, "range": [ - 17544, - 17565 + 17976, + 17997 ], "loc": { "start": { - "line": 435, + "line": 448, "column": 16 }, "end": { - "line": 435, + "line": 448, "column": 37 } } @@ -32174,62 +32527,62 @@ "type": "Identifier", "name": "Remove", "range": [ - 17566, - 17572 + 17998, + 18004 ], "loc": { "start": { - "line": 435, + "line": 448, "column": 38 }, "end": { - "line": 435, + "line": 448, "column": 44 } } }, "range": [ - 17544, - 17572 + 17976, + 18004 ], "loc": { "start": { - "line": 435, + "line": 448, "column": 16 }, "end": { - "line": 435, + "line": 448, "column": 44 } } }, "arguments": [], "range": [ - 17544, - 17574 + 17976, + 18006 ], "loc": { "start": { - "line": 435, + "line": 448, "column": 16 }, "end": { - "line": 435, + "line": 448, "column": 46 } } }, "range": [ - 17544, - 17575 + 17976, + 18007 ], "loc": { "start": { - "line": 435, + "line": 448, "column": 16 }, "end": { - "line": 435, + "line": 448, "column": 47 } }, @@ -32238,16 +32591,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17592, - 17611 + 18024, + 18043 ], "loc": { "start": { - "line": 436, + "line": 449, "column": 16 }, "end": { - "line": 436, + "line": 449, "column": 35 } } @@ -32256,32 +32609,32 @@ } ], "range": [ - 17432, - 17625 + 17864, + 18057 ], "loc": { "start": { - "line": 432, - "column": 34 + "line": 445, + "column": 36 }, "end": { - "line": 437, + "line": 450, "column": 13 } } }, "alternate": null, "range": [ - 17410, - 17625 + 17840, + 18057 ], "loc": { "start": { - "line": 432, + "line": 445, "column": 12 }, "end": { - "line": 437, + "line": 450, "column": 13 } } @@ -32297,17 +32650,17 @@ "object": { "type": "ThisExpression", "range": [ - 17641, - 17645 + 18074, + 18078 ], "loc": { "start": { - "line": 438, - "column": 15 + "line": 451, + "column": 16 }, "end": { - "line": 438, - "column": 19 + "line": 451, + "column": 20 } } }, @@ -32315,32 +32668,32 @@ "type": "Identifier", "name": "cfg", "range": [ - 17646, - 17649 + 18079, + 18082 ], "loc": { "start": { - "line": 438, - "column": 20 + "line": 451, + "column": 21 }, "end": { - "line": 438, - "column": 23 + "line": 451, + "column": 24 } } }, "range": [ - 17641, - 17649 + 18074, + 18082 ], "loc": { "start": { - "line": 438, - "column": 15 + "line": 451, + "column": 16 }, "end": { - "line": 438, - "column": 23 + "line": 451, + "column": 24 } } }, @@ -32348,32 +32701,32 @@ "type": "Identifier", "name": "editable", "range": [ - 17650, - 17658 + 18083, + 18091 ], "loc": { "start": { - "line": 438, - "column": 24 + "line": 451, + "column": 25 }, "end": { - "line": 438, - "column": 32 + "line": 451, + "column": 33 } } }, "range": [ - 17641, - 17658 + 18074, + 18091 ], "loc": { "start": { - "line": 438, - "column": 15 + "line": 451, + "column": 16 }, "end": { - "line": 438, - "column": 32 + "line": 451, + "column": 33 } } }, @@ -32394,16 +32747,16 @@ "type": "Identifier", "name": "ezEditTable", "range": [ - 17714, - 17725 + 18148, + 18159 ], "loc": { "start": { - "line": 440, + "line": 453, "column": 16 }, "end": { - "line": 440, + "line": 453, "column": 27 } } @@ -32412,31 +32765,31 @@ "type": "Identifier", "name": "Editable", "range": [ - 17726, - 17734 + 18160, + 18168 ], "loc": { "start": { - "line": 440, + "line": 453, "column": 28 }, "end": { - "line": 440, + "line": 453, "column": 36 } } }, "range": [ - 17714, - 17734 + 18148, + 18168 ], "loc": { "start": { - "line": 440, + "line": 453, "column": 16 }, "end": { - "line": 440, + "line": 453, "column": 36 } } @@ -32445,62 +32798,62 @@ "type": "Identifier", "name": "Remove", "range": [ - 17735, - 17741 + 18169, + 18175 ], "loc": { "start": { - "line": 440, + "line": 453, "column": 37 }, "end": { - "line": 440, + "line": 453, "column": 43 } } }, "range": [ - 17714, - 17741 + 18148, + 18175 ], "loc": { "start": { - "line": 440, + "line": 453, "column": 16 }, "end": { - "line": 440, + "line": 453, "column": 43 } } }, "arguments": [], "range": [ - 17714, - 17743 + 18148, + 18177 ], "loc": { "start": { - "line": 440, + "line": 453, "column": 16 }, "end": { - "line": 440, + "line": 453, "column": 45 } } }, "range": [ - 17714, - 17744 + 18148, + 18178 ], "loc": { "start": { - "line": 440, + "line": 453, "column": 16 }, "end": { - "line": 440, + "line": 453, "column": 46 } }, @@ -32509,16 +32862,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 17677, - 17697 + 18111, + 18131 ], "loc": { "start": { - "line": 439, + "line": 452, "column": 16 }, "end": { - "line": 439, + "line": 452, "column": 36 } } @@ -32529,16 +32882,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17761, - 17780 + 18195, + 18214 ], "loc": { "start": { - "line": 441, + "line": 454, "column": 16 }, "end": { - "line": 441, + "line": 454, "column": 35 } } @@ -32547,32 +32900,32 @@ } ], "range": [ - 17659, - 17794 + 18093, + 18228 ], "loc": { "start": { - "line": 438, - "column": 33 + "line": 451, + "column": 35 }, "end": { - "line": 442, + "line": 455, "column": 13 } } }, "alternate": null, "range": [ - 17638, - 17794 + 18070, + 18228 ], "loc": { "start": { - "line": 438, + "line": 451, "column": 12 }, "end": { - "line": 442, + "line": 455, "column": 13 } }, @@ -32581,16 +32934,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17592, - 17611 + 18024, + 18043 ], "loc": { "start": { - "line": 436, + "line": 449, "column": 16 }, "end": { - "line": 436, + "line": 449, "column": 35 } } @@ -32599,32 +32952,32 @@ } ], "range": [ - 17396, - 17804 + 17826, + 18238 ], "loc": { "start": { - "line": 431, - "column": 23 + "line": 444, + "column": 25 }, "end": { - "line": 443, + "line": 456, "column": 9 } } }, "alternate": null, "range": [ - 17381, - 17804 + 17809, + 18238 ], "loc": { "start": { - "line": 431, + "line": 444, "column": 8 }, "end": { - "line": 443, + "line": 456, "column": 9 } } @@ -32642,16 +32995,16 @@ "object": { "type": "ThisExpression", "range": [ - 17814, - 17818 + 18248, + 18252 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 8 }, "end": { - "line": 445, + "line": 458, "column": 12 } } @@ -32660,31 +33013,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 17819, - 17826 + 18253, + 18260 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 13 }, "end": { - "line": 445, + "line": 458, "column": 20 } } }, "range": [ - 17814, - 17826 + 18248, + 18260 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 8 }, "end": { - "line": 445, + "line": 458, "column": 20 } } @@ -32693,31 +33046,31 @@ "type": "Identifier", "name": "off", "range": [ - 17827, - 17830 + 18261, + 18264 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 21 }, "end": { - "line": 445, + "line": 458, "column": 24 } } }, "range": [ - 17814, - 17830 + 18248, + 18264 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 8 }, "end": { - "line": 445, + "line": 458, "column": 24 } } @@ -32731,16 +33084,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 17832, - 17846 + 18266, + 18280 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 26 }, "end": { - "line": 445, + "line": 458, "column": 40 } } @@ -32750,32 +33103,32 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 17848, - 17861 + 18282, + 18295 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 42 }, "end": { - "line": 445, + "line": 458, "column": 55 } } } ], "range": [ - 17831, - 17862 + 18265, + 18296 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 25 }, "end": { - "line": 445, + "line": 458, "column": 56 } } @@ -32792,17 +33145,17 @@ "object": { "type": "ThisExpression", "range": [ - 17881, - 17885 + 18316, + 18320 ], "loc": { "start": { - "line": 446, - "column": 17 + "line": 459, + "column": 18 }, "end": { - "line": 446, - "column": 21 + "line": 459, + "column": 22 } } }, @@ -32810,96 +33163,96 @@ "type": "Identifier", "name": "_toggleForInputFilter", "range": [ - 17886, - 17907 + 18321, + 18342 ], "loc": { "start": { - "line": 446, - "column": 22 + "line": 459, + "column": 23 }, "end": { - "line": 446, - "column": 43 + "line": 459, + "column": 44 } } }, "range": [ - 17881, - 17907 + 18316, + 18342 ], "loc": { "start": { - "line": 446, - "column": 17 + "line": 459, + "column": 18 }, "end": { - "line": 446, - "column": 43 + "line": 459, + "column": 44 } } }, "arguments": [], "range": [ - 17881, - 17909 + 18316, + 18344 ], "loc": { "start": { - "line": 446, - "column": 17 + "line": 459, + "column": 18 }, "end": { - "line": 446, - "column": 45 + "line": 459, + "column": 46 } } }, "generator": false, "expression": true, "range": [ - 17876, - 17909 + 18310, + 18344 ], "loc": { "start": { - "line": 446, + "line": 459, "column": 12 }, "end": { - "line": 446, - "column": 45 + "line": 459, + "column": 46 } } } ], "range": [ - 17814, - 17910 + 18248, + 18345 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 8 }, "end": { - "line": 446, - "column": 46 + "line": 459, + "column": 47 } } }, "range": [ - 17814, - 17911 + 18248, + 18346 ], "loc": { "start": { - "line": 445, + "line": 458, "column": 8 }, "end": { - "line": 446, - "column": 47 + "line": 459, + "column": 48 } }, "leadingComments": [ @@ -32907,16 +33260,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17761, - 17780 + 18195, + 18214 ], "loc": { "start": { - "line": 441, + "line": 454, "column": 16 }, "end": { - "line": 441, + "line": 454, "column": 35 } } @@ -32934,16 +33287,16 @@ "object": { "type": "ThisExpression", "range": [ - 17920, - 17924 + 18355, + 18359 ], "loc": { "start": { - "line": 447, + "line": 460, "column": 8 }, "end": { - "line": 447, + "line": 460, "column": 12 } } @@ -32952,31 +33305,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 17925, - 17936 + 18360, + 18371 ], "loc": { "start": { - "line": 447, + "line": 460, "column": 13 }, "end": { - "line": 447, + "line": 460, "column": 24 } } }, "range": [ - 17920, - 17936 + 18355, + 18371 ], "loc": { "start": { - "line": 447, + "line": 460, "column": 8 }, "end": { - "line": 447, + "line": 460, "column": 24 } } @@ -32986,62 +33339,62 @@ "value": false, "raw": "false", "range": [ - 17939, - 17944 + 18374, + 18379 ], "loc": { "start": { - "line": 447, + "line": 460, "column": 27 }, "end": { - "line": 447, + "line": 460, "column": 32 } } }, "range": [ - 17920, - 17944 + 18355, + 18379 ], "loc": { "start": { - "line": 447, + "line": 460, "column": 8 }, "end": { - "line": 447, + "line": 460, "column": 32 } } }, "range": [ - 17920, - 17945 + 18355, + 18380 ], "loc": { "start": { - "line": 447, + "line": 460, "column": 8 }, "end": { - "line": 447, + "line": 460, "column": 33 } } } ], "range": [ - 17326, - 17951 + 17691, + 18386 ], "loc": { "start": { - "line": 429, - "column": 13 + "line": 439, + "column": 14 }, "end": { - "line": 448, + "line": 461, "column": 5 } } @@ -33049,16 +33402,16 @@ "generator": false, "expression": false, "range": [ - 17324, - 17951 + 17688, + 18386 ], "loc": { "start": { - "line": 429, + "line": 439, "column": 11 }, "end": { - "line": 448, + "line": 461, "column": 5 } } @@ -33066,16 +33419,16 @@ "kind": "method", "computed": false, "range": [ - 17317, - 17951 + 17681, + 18386 ], "loc": { "start": { - "line": 429, + "line": 439, "column": 4 }, "end": { - "line": 448, + "line": 461, "column": 5 } }, @@ -33084,16 +33437,16 @@ "type": "Block", "value": "*\n * Remove advanced grid\n ", "range": [ - 17273, - 17312 + 17637, + 17676 ], "loc": { "start": { - "line": 426, + "line": 436, "column": 4 }, "end": { - "line": 428, + "line": 438, "column": 7 } } @@ -33103,31 +33456,31 @@ } ], "range": [ - 138, - 17953 + 307, + 18388 ], "loc": { "start": { - "line": 5, - "column": 40 + "line": 9, + "column": 56 }, "end": { - "line": 449, + "line": 462, "column": 1 } } }, "range": [ - 113, - 17953 + 266, + 18388 ], "loc": { "start": { - "line": 5, + "line": 9, "column": 15 }, "end": { - "line": 449, + "line": 462, "column": 1 } }, @@ -33135,16 +33488,16 @@ "trailingComments": [] }, "range": [ - 98, - 17953 + 251, + 18388 ], "loc": { "start": { - "line": 5, + "line": 9, "column": 0 }, "end": { - "line": 449, + "line": 462, "column": 1 } } @@ -33153,7 +33506,7 @@ "sourceType": "module", "range": [ 0, - 17953 + 18388 ], "loc": { "start": { @@ -33161,7 +33514,7 @@ "column": 0 }, "end": { - "line": 449, + "line": 462, "column": 1 } }, @@ -33170,16 +33523,16 @@ "type": "Block", "value": "*\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n *\n * @param {Object} tf TableFilter instance\n ", "range": [ - 144, - 421 + 313, + 590 ], "loc": { "start": { - "line": 6, + "line": 10, "column": 4 }, "end": { - "line": 12, + "line": 16, "column": 7 } } @@ -33188,16 +33541,16 @@ "type": "Line", "value": " ezEditTable config", "range": [ - 456, - 477 + 656, + 677 ], "loc": { "start": { - "line": 14, + "line": 20, "column": 8 }, "end": { - "line": 14, + "line": 20, "column": 29 } } @@ -33206,16 +33559,16 @@ "type": "Line", "value": " Enable the ezEditTable's scroll into view behaviour if grid layout on", "range": [ - 1011, - 1083 + 1096, + 1168 ], "loc": { "start": { - "line": 24, + "line": 29, "column": 8 }, "end": { - "line": 24, + "line": 29, "column": 80 } } @@ -33224,16 +33577,16 @@ "type": "Block", "value": "*\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n ", "range": [ - 1308, - 1425 + 1361, + 1478 ], "loc": { "start": { - "line": 34, + "line": 38, "column": 4 }, "end": { - "line": 37, + "line": 41, "column": 7 } } @@ -33242,16 +33595,16 @@ "type": "Line", "value": " TODO: hack to prevent ezEditTable enter key event hijaking.", "range": [ - 1861, - 1923 + 1982, + 2044 ], "loc": { "start": { - "line": 50, + "line": 57, "column": 8 }, "end": { - "line": 50, + "line": 57, "column": 70 } } @@ -33260,16 +33613,16 @@ "type": "Line", "value": " Needs to be fixed in the vendor's library", "range": [ - 1932, - 1976 + 2053, + 2097 ], "loc": { "start": { - "line": 51, + "line": 58, "column": 8 }, "end": { - "line": 51, + "line": 58, "column": 52 } } @@ -33278,16 +33631,16 @@ "type": "Block", "value": "*\n * Instantiate ezEditTable component for advanced grid features\n ", "range": [ - 2093, - 2172 + 2249, + 2328 ], "loc": { "start": { - "line": 56, + "line": 65, "column": 4 }, "end": { - "line": 58, + "line": 67, "column": 7 } } @@ -33296,16 +33649,16 @@ "type": "Line", "value": "start row for EditTable constructor needs to be calculated", "range": [ - 2232, - 2292 + 2389, + 2449 ], "loc": { "start": { - "line": 62, + "line": 71, "column": 8 }, "end": { - "line": 62, + "line": 71, "column": 68 } } @@ -33314,16 +33667,16 @@ "type": "Line", "value": "if thead exists and startRow not specified, startRow is calculated", "range": [ - 2398, - 2466 + 2555, + 2623 ], "loc": { "start": { - "line": 67, + "line": 76, "column": 8 }, "end": { - "line": 67, + "line": 76, "column": 76 } } @@ -33332,16 +33685,16 @@ "type": "Line", "value": "automatically by EditTable", "range": [ - 2475, - 2503 + 2632, + 2660 ], "loc": { "start": { - "line": 68, + "line": 77, "column": 8 }, "end": { - "line": 68, + "line": 77, "column": 36 } } @@ -33350,16 +33703,16 @@ "type": "Line", "value": "otherwise startRow config property if any or TableFilter refRow", "range": [ - 2603, - 2668 + 2762, + 2827 ], "loc": { "start": { - "line": 72, + "line": 81, "column": 8 }, "end": { - "line": 72, + "line": 81, "column": 73 } } @@ -33368,16 +33721,16 @@ "type": "Line", "value": "CSS Styles", "range": [ - 3003, - 3015 + 3165, + 3177 ], "loc": { "start": { - "line": 84, + "line": 93, "column": 8 }, "end": { - "line": 84, + "line": 93, "column": 20 } } @@ -33386,16 +33739,16 @@ "type": "Line", "value": "Row navigation needs to be calculated according to TableFilter's", "range": [ - 3194, - 3260 + 3358, + 3424 ], "loc": { "start": { - "line": 91, + "line": 100, "column": 12 }, "end": { - "line": 91, + "line": 100, "column": 78 } } @@ -33404,16 +33757,16 @@ "type": "Line", "value": "validRowsIndex array", "range": [ - 3273, - 3295 + 3437, + 3459 ], "loc": { "start": { - "line": 92, + "line": 101, "column": 12 }, "end": { - "line": 92, + "line": 101, "column": 34 } } @@ -33422,16 +33775,16 @@ "type": "Line", "value": "Next valid filtered row needs to be selected", "range": [ - 3417, - 3463 + 3583, + 3629 ], "loc": { "start": { - "line": 95, + "line": 104, "column": 16 }, "end": { - "line": 95, + "line": 104, "column": 62 } } @@ -33440,16 +33793,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 3598, - 3618 + 3768, + 3788 ], "loc": { "start": { - "line": 98, + "line": 107, "column": 24 }, "end": { - "line": 98, + "line": 107, "column": 44 } } @@ -33458,16 +33811,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3703, - 3722 + 3873, + 3892 ], "loc": { "start": { - "line": 100, + "line": 109, "column": 24 }, "end": { - "line": 100, + "line": 109, "column": 43 } } @@ -33476,16 +33829,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 3776, - 3796 + 3946, + 3966 ], "loc": { "start": { - "line": 102, + "line": 111, "column": 24 }, "end": { - "line": 102, + "line": 111, "column": 44 } } @@ -33494,16 +33847,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 3867, - 3886 + 4037, + 4056 ], "loc": { "start": { - "line": 104, + "line": 113, "column": 24 }, "end": { - "line": 104, + "line": 113, "column": 43 } } @@ -33512,16 +33865,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 4099, - 4119 + 4271, + 4291 ], "loc": { "start": { - "line": 108, + "line": 117, "column": 28 }, "end": { - "line": 108, + "line": 117, "column": 48 } } @@ -33530,16 +33883,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4212, - 4231 + 4384, + 4403 ], "loc": { "start": { - "line": 110, + "line": 119, "column": 28 }, "end": { - "line": 110, + "line": 119, "column": 47 } } @@ -33548,16 +33901,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 4319, - 4339 + 4493, + 4513 ], "loc": { "start": { - "line": 113, + "line": 122, "column": 28 }, "end": { - "line": 113, + "line": 122, "column": 48 } } @@ -33566,16 +33919,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 4434, - 4453 + 4608, + 4627 ], "loc": { "start": { - "line": 115, + "line": 124, "column": 28 }, "end": { - "line": 115, + "line": 124, "column": 47 } } @@ -33584,16 +33937,16 @@ "type": "Line", "value": "Table is filtered", "range": [ - 4522, - 4541 + 4696, + 4715 ], "loc": { "start": { - "line": 118, + "line": 127, "column": 20 }, "end": { - "line": 118, + "line": 127, "column": 39 } } @@ -33602,16 +33955,16 @@ "type": "Line", "value": "table is not filtered", "range": [ - 5376, - 5399 + 5564, + 5587 ], "loc": { "start": { - "line": 138, + "line": 147, "column": 16 }, "end": { - "line": 138, + "line": 147, "column": 39 } } @@ -33620,16 +33973,16 @@ "type": "Line", "value": "cell for default_selection = 'both' or 'cell'", "range": [ - 5735, - 5782 + 5925, + 5972 ], "loc": { "start": { - "line": 146, + "line": 155, "column": 20 }, "end": { - "line": 146, + "line": 155, "column": 67 } } @@ -33638,16 +33991,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 5880, - 5900 + 6072, + 6092 ], "loc": { "start": { - "line": 148, + "line": 157, "column": 20 }, "end": { - "line": 148, + "line": 157, "column": 40 } } @@ -33656,16 +34009,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 5993, - 6012 + 6185, + 6204 ], "loc": { "start": { - "line": 150, + "line": 159, "column": 20 }, "end": { - "line": 150, + "line": 159, "column": 39 } } @@ -33674,16 +34027,16 @@ "type": "Line", "value": "pgup/pgdown keys", "range": [ - 6194, - 6212 + 6386, + 6404 ], "loc": { "start": { - "line": 154, + "line": 163, "column": 20 }, "end": { - "line": 154, + "line": 163, "column": 38 } } @@ -33692,16 +34045,16 @@ "type": "Line", "value": "If next row is not valid, next valid filtered row needs to be", "range": [ - 6371, - 6434 + 6588, + 6651 ], "loc": { "start": { - "line": 158, + "line": 168, "column": 16 }, "end": { - "line": 158, + "line": 168, "column": 79 } } @@ -33710,16 +34063,16 @@ "type": "Line", "value": "calculated", "range": [ - 6451, - 6463 + 6668, + 6680 ], "loc": { "start": { - "line": 159, + "line": 169, "column": 16 }, "end": { - "line": 159, + "line": 169, "column": 28 } } @@ -33728,16 +34081,16 @@ "type": "Line", "value": "Selection direction up/down", "range": [ - 6517, - 6546 + 6736, + 6765 ], "loc": { "start": { - "line": 161, + "line": 171, "column": 20 }, "end": { - "line": 161, + "line": 171, "column": 49 } } @@ -33746,16 +34099,16 @@ "type": "Line", "value": "last row", "range": [ - 6623, - 6633 + 6846, + 6856 ], "loc": { "start": { - "line": 163, + "line": 173, "column": 24 }, "end": { - "line": 163, + "line": 173, "column": 34 } } @@ -33764,16 +34117,16 @@ "type": "Line", "value": "first row", "range": [ - 7245, - 7256 + 7481, + 7492 ], "loc": { "start": { - "line": 175, + "line": 185, "column": 24 }, "end": { - "line": 175, + "line": 185, "column": 35 } } @@ -33782,16 +34135,16 @@ "type": "Line", "value": "If filtered row is valid, special calculation for", "range": [ - 7740, - 7791 + 7978, + 8029 ], "loc": { "start": { - "line": 186, + "line": 196, "column": 20 }, "end": { - "line": 186, + "line": 196, "column": 71 } } @@ -33800,16 +34153,16 @@ "type": "Line", "value": "pgup/pgdown keys", "range": [ - 7812, - 7830 + 8050, + 8068 ], "loc": { "start": { - "line": 187, + "line": 197, "column": 20 }, "end": { - "line": 187, + "line": 197, "column": 38 } } @@ -33818,17 +34171,17 @@ "type": "Line", "value": "pgdown", "range": [ - 8093, - 8101 + 8339, + 8347 ], "loc": { "start": { - "line": 192, - "column": 44 + "line": 202, + "column": 46 }, "end": { - "line": 192, - "column": 52 + "line": 202, + "column": 54 } } }, @@ -33836,16 +34189,16 @@ "type": "Line", "value": "last row", "range": [ - 8130, - 8140 + 8376, + 8386 ], "loc": { "start": { - "line": 193, + "line": 203, "column": 28 }, "end": { - "line": 193, + "line": 203, "column": 38 } } @@ -33854,16 +34207,16 @@ "type": "Line", "value": "pgup", "range": [ - 8500, - 8506 + 8756, + 8762 ], "loc": { "start": { - "line": 200, + "line": 210, "column": 33 }, "end": { - "line": 200, + "line": 210, "column": 39 } } @@ -33872,16 +34225,16 @@ "type": "Line", "value": "first row", "range": [ - 8535, - 8546 + 8791, + 8802 ], "loc": { "start": { - "line": 201, + "line": 211, "column": 28 }, "end": { - "line": 201, + "line": 211, "column": 39 } } @@ -33890,16 +34243,16 @@ "type": "Line", "value": "Page navigation has to be enforced whenever selected row is out of", "range": [ - 9154, - 9222 + 9412, + 9480 ], "loc": { "start": { - "line": 216, + "line": 226, "column": 12 }, "end": { - "line": 216, + "line": 226, "column": 80 } } @@ -33908,16 +34261,16 @@ "type": "Line", "value": "the current page range", "range": [ - 9235, - 9259 + 9493, + 9517 ], "loc": { "start": { - "line": 217, + "line": 227, "column": 12 }, "end": { - "line": 217, + "line": 227, "column": 36 } } @@ -33926,16 +34279,16 @@ "type": "Line", "value": "page length is re-assigned in case it has changed", "range": [ - 9611, - 9662 + 9875, + 9926 ], "loc": { "start": { - "line": 224, + "line": 234, "column": 24 }, "end": { - "line": 224, + "line": 234, "column": 75 } } @@ -33944,16 +34297,16 @@ "type": "Line", "value": "Selected row needs to be visible when paging is activated", "range": [ - 11012, - 11071 + 11294, + 11353 ], "loc": { "start": { - "line": 253, + "line": 263, "column": 12 }, "end": { - "line": 253, + "line": 263, "column": 71 } } @@ -33962,16 +34315,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11360, - 11380 + 11646, + 11666 ], "loc": { "start": { - "line": 259, + "line": 269, "column": 20 }, "end": { - "line": 259, + "line": 269, "column": 40 } } @@ -33980,16 +34333,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11451, - 11470 + 11737, + 11756 ], "loc": { "start": { - "line": 261, + "line": 271, "column": 20 }, "end": { - "line": 261, + "line": 271, "column": 39 } } @@ -33998,16 +34351,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 11593, - 11613 + 11881, + 11901 ], "loc": { "start": { - "line": 265, + "line": 275, "column": 20 }, "end": { - "line": 265, + "line": 275, "column": 40 } } @@ -34016,16 +34369,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 11686, - 11705 + 11974, + 11993 ], "loc": { "start": { - "line": 267, + "line": 277, "column": 20 }, "end": { - "line": 267, + "line": 277, "column": 39 } } @@ -34034,16 +34387,16 @@ "type": "Line", "value": "Rows navigation when rows are filtered is performed with the", "range": [ - 11856, - 11918 + 12146, + 12208 ], "loc": { "start": { - "line": 274, + "line": 284, "column": 12 }, "end": { - "line": 274, + "line": 284, "column": 74 } } @@ -34052,16 +34405,16 @@ "type": "Line", "value": "EditTable row selection callback events", "range": [ - 11931, - 11972 + 12221, + 12262 ], "loc": { "start": { - "line": 275, + "line": 285, "column": 12 }, "end": { - "line": 275, + "line": 285, "column": 53 } } @@ -34070,16 +34423,16 @@ "type": "Line", "value": "Added or removed rows, TF rows number needs to be re-calculated", "range": [ - 13589, - 13654 + 13901, + 13966 ], "loc": { "start": { - "line": 313, + "line": 323, "column": 12 }, "end": { - "line": 313, + "line": 323, "column": 77 } } @@ -34088,16 +34441,16 @@ "type": "Line", "value": "tf.feature('rowsCounter').refresh();", "range": [ - 13900, - 13938 + 14216, + 14254 ], "loc": { "start": { - "line": 319, + "line": 329, "column": 20 }, "end": { - "line": 319, + "line": 329, "column": 58 } } @@ -34106,16 +34459,16 @@ "type": "Line", "value": " tf.feature('rowsCounter').refresh();", "range": [ - 14775, - 14814 + 15103, + 15142 ], "loc": { "start": { - "line": 340, + "line": 350, "column": 24 }, "end": { - "line": 340, + "line": 350, "column": 63 } } @@ -34124,16 +34477,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 15529, - 15549 + 15864, + 15884 ], "loc": { "start": { - "line": 361, + "line": 371, "column": 12 }, "end": { - "line": 361, + "line": 371, "column": 32 } } @@ -34142,16 +34495,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 15669, - 15688 + 16004, + 16023 ], "loc": { "start": { - "line": 364, + "line": 374, "column": 12 }, "end": { - "line": 364, + "line": 374, "column": 31 } } @@ -34160,16 +34513,16 @@ "type": "Block", "value": "*\n * Reset advanced grid when previously removed\n ", "range": [ - 15784, - 15846 + 16131, + 16193 ], "loc": { "start": { - "line": 370, + "line": 380, "column": 4 }, "end": { - "line": 372, + "line": 382, "column": 7 } } @@ -34178,16 +34531,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 15982, - 16002 + 16334, + 16354 ], "loc": { "start": { - "line": 377, + "line": 387, "column": 16 }, "end": { - "line": 377, + "line": 387, "column": 36 } } @@ -34196,16 +34549,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16064, - 16083 + 16416, + 16435 ], "loc": { "start": { - "line": 379, + "line": 389, "column": 16 }, "end": { - "line": 379, + "line": 389, "column": 35 } } @@ -34214,16 +34567,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16149, - 16169 + 16503, + 16523 ], "loc": { "start": { - "line": 382, + "line": 392, "column": 16 }, "end": { - "line": 382, + "line": 392, "column": 36 } } @@ -34232,16 +34585,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16230, - 16249 + 16584, + 16603 ], "loc": { "start": { - "line": 384, + "line": 394, "column": 16 }, "end": { - "line": 384, + "line": 394, "column": 35 } } @@ -34250,16 +34603,16 @@ "type": "Block", "value": "*\n * Toggle behaviour\n ", "range": [ - 16285, - 16320 + 16639, + 16674 ], "loc": { "start": { - "line": 389, + "line": 399, "column": 4 }, "end": { - "line": 391, + "line": 401, "column": 7 } } @@ -34268,16 +34621,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16426, - 16446 + 16783, + 16803 ], "loc": { "start": { - "line": 395, + "line": 405, "column": 12 }, "end": { - "line": 395, + "line": 405, "column": 32 } } @@ -34286,16 +34639,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16502, - 16521 + 16859, + 16878 ], "loc": { "start": { - "line": 397, + "line": 407, "column": 12 }, "end": { - "line": 397, + "line": 407, "column": 31 } } @@ -34304,16 +34657,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16551, - 16571 + 16908, + 16928 ], "loc": { "start": { - "line": 399, + "line": 409, "column": 12 }, "end": { - "line": 399, + "line": 409, "column": 32 } } @@ -34322,16 +34675,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16624, - 16643 + 16981, + 17000 ], "loc": { "start": { - "line": 401, + "line": 411, "column": 12 }, "end": { - "line": 401, + "line": 411, "column": 31 } } @@ -34340,16 +34693,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16701, - 16721 + 17060, + 17080 ], "loc": { "start": { - "line": 404, + "line": 414, "column": 12 }, "end": { - "line": 404, + "line": 414, "column": 32 } } @@ -34358,16 +34711,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16778, - 16797 + 17137, + 17156 ], "loc": { "start": { - "line": 406, + "line": 416, "column": 12 }, "end": { - "line": 406, + "line": 416, "column": 31 } } @@ -34376,16 +34729,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 16827, - 16847 + 17186, + 17206 ], "loc": { "start": { - "line": 408, + "line": 418, "column": 12 }, "end": { - "line": 408, + "line": 418, "column": 32 } } @@ -34394,16 +34747,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 16901, - 16920 + 17260, + 17279 ], "loc": { "start": { - "line": 410, + "line": 420, "column": 12 }, "end": { - "line": 410, + "line": 420, "column": 31 } } @@ -34412,16 +34765,16 @@ "type": "Block", "value": "*\n * Remove advanced grid\n ", "range": [ - 17273, - 17312 + 17637, + 17676 ], "loc": { "start": { - "line": 426, + "line": 436, "column": 4 }, "end": { - "line": 428, + "line": 438, "column": 7 } } @@ -34430,16 +34783,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 17450, - 17470 + 17882, + 17902 ], "loc": { "start": { - "line": 433, + "line": 446, "column": 16 }, "end": { - "line": 433, + "line": 446, "column": 36 } } @@ -34448,16 +34801,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17592, - 17611 + 18024, + 18043 ], "loc": { "start": { - "line": 436, + "line": 449, "column": 16 }, "end": { - "line": 436, + "line": 449, "column": 35 } } @@ -34466,16 +34819,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 17677, - 17697 + 18111, + 18131 ], "loc": { "start": { - "line": 439, + "line": 452, "column": 16 }, "end": { - "line": 439, + "line": 452, "column": 36 } } @@ -34484,16 +34837,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 17761, - 17780 + 18195, + 18214 ], "loc": { "start": { - "line": 441, + "line": 454, "column": 16 }, "end": { - "line": 441, + "line": 454, "column": 35 } } diff --git a/docs/ast/source/extensions/colOps/colOps.js.json b/docs/ast/source/extensions/colOps/colOps.js.json index 023b6862..8286cbfb 100644 --- a/docs/ast/source/extensions/colOps/colOps.js.json +++ b/docs/ast/source/extensions/colOps/colOps.js.json @@ -1,6 +1,97 @@ { "type": "Program", "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "imported": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../../feature", + "raw": "'../../feature'", + "range": [ + 22, + 37 + ], + "loc": { + "start": { + "line": 1, + "column": 22 + }, + "end": { + "line": 1, + "column": 37 + } + } + }, + "range": [ + 0, + 38 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 38 + } + } + }, { "type": "ImportDeclaration", "specifiers": [ @@ -10,31 +101,31 @@ "type": "Identifier", "name": "Dom", "range": [ - 7, - 10 + 46, + 49 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 10 } } }, "range": [ - 7, - 10 + 46, + 49 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 10 } } @@ -45,31 +136,31 @@ "value": "../../dom", "raw": "'../../dom'", "range": [ - 16, - 27 + 55, + 66 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 16 }, "end": { - "line": 1, + "line": 2, "column": 27 } } }, "range": [ - 0, - 28 + 39, + 67 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 0 }, "end": { - "line": 1, + "line": 2, "column": 28 } } @@ -83,31 +174,31 @@ "type": "Identifier", "name": "Str", "range": [ - 36, - 39 + 75, + 78 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 7 }, "end": { - "line": 2, + "line": 3, "column": 10 } } }, "range": [ - 36, - 39 + 75, + 78 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 7 }, "end": { - "line": 2, + "line": 3, "column": 10 } } @@ -118,31 +209,31 @@ "value": "../../string", "raw": "'../../string'", "range": [ - 45, - 59 + 84, + 98 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 16 }, "end": { - "line": 2, + "line": 3, "column": 30 } } }, "range": [ - 29, - 60 + 68, + 99 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 0 }, "end": { - "line": 2, + "line": 3, "column": 31 } } @@ -156,31 +247,31 @@ "type": "Identifier", "name": "Types", "range": [ - 68, - 73 + 107, + 112 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 7 }, "end": { - "line": 3, + "line": 4, "column": 12 } } }, "range": [ - 68, - 73 + 107, + 112 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 7 }, "end": { - "line": 3, + "line": 4, "column": 12 } } @@ -191,31 +282,31 @@ "value": "../../types", "raw": "'../../types'", "range": [ - 79, - 92 + 118, + 131 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 18 }, "end": { - "line": 3, + "line": 4, "column": 31 } } }, "range": [ - 61, - 93 + 100, + 132 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 0 }, "end": { - "line": 3, + "line": 4, "column": 32 } } @@ -228,21 +319,38 @@ "type": "Identifier", "name": "ColOps", "range": [ - 116, - 122 + 155, + 161 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 21 }, "end": { - "line": 5, + "line": 6, "column": 27 } } }, - "superClass": null, + "superClass": { + "type": "Identifier", + "name": "Feature", + "range": [ + 170, + 177 + ], + "loc": { + "start": { + "line": 6, + "column": 36 + }, + "end": { + "line": 6, + "column": 43 + } + } + }, "body": { "type": "ClassBody", "body": [ @@ -252,16 +360,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 219, - 230 + 275, + 286 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 4 }, "end": { - "line": 11, + "line": 12, "column": 15 } } @@ -274,16 +382,16 @@ "type": "Identifier", "name": "tf", "range": [ - 231, - 233 + 287, + 289 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 16 }, "end": { - "line": 11, + "line": 12, "column": 18 } } @@ -292,16 +400,16 @@ "type": "Identifier", "name": "opts", "range": [ - 235, - 239 + 291, + 295 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 20 }, "end": { - "line": 11, + "line": 12, "column": 24 } } @@ -310,6 +418,151 @@ "body": { "type": "BlockStatement", "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "Super", + "range": [ + 307, + 312 + ], + "loc": { + "start": { + "line": 13, + "column": 8 + }, + "end": { + "line": 13, + "column": 13 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 313, + 315 + ], + "loc": { + "start": { + "line": 13, + "column": 14 + }, + "end": { + "line": 13, + "column": 16 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "opts", + "range": [ + 317, + 321 + ], + "loc": { + "start": { + "line": 13, + "column": 18 + }, + "end": { + "line": 13, + "column": 22 + } + } + }, + "property": { + "type": "Identifier", + "name": "name", + "range": [ + 322, + 326 + ], + "loc": { + "start": { + "line": 13, + "column": 23 + }, + "end": { + "line": 13, + "column": 27 + } + } + }, + "range": [ + 317, + 326 + ], + "loc": { + "start": { + "line": 13, + "column": 18 + }, + "end": { + "line": 13, + "column": 27 + } + } + } + ], + "range": [ + 307, + 327 + ], + "loc": { + "start": { + "line": 13, + "column": 8 + }, + "end": { + "line": 13, + "column": 28 + } + } + }, + "range": [ + 307, + 328 + ], + "loc": { + "start": { + "line": 13, + "column": 8 + }, + "end": { + "line": 13, + "column": 29 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": "calls function before col operation", + "range": [ + 338, + 375 + ], + "loc": { + "start": { + "line": 15, + "column": 8 + }, + "end": { + "line": 15, + "column": 45 + } + } + } + ] + }, { "type": "ExpressionStatement", "expression": { @@ -321,16 +574,16 @@ "object": { "type": "ThisExpression", "range": [ - 298, - 302 + 384, + 388 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 8 }, "end": { - "line": 14, + "line": 16, "column": 12 } } @@ -339,31 +592,31 @@ "type": "Identifier", "name": "onBeforeOperation", "range": [ - 303, - 320 + 389, + 406 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 13 }, "end": { - "line": 14, + "line": 16, "column": 30 } } }, "range": [ - 298, - 320 + 384, + 406 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 8 }, "end": { - "line": 14, + "line": 16, "column": 30 } } @@ -379,16 +632,16 @@ "type": "Identifier", "name": "Types", "range": [ - 323, - 328 + 409, + 414 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 33 }, "end": { - "line": 14, + "line": 16, "column": 38 } } @@ -397,31 +650,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 329, - 333 + 415, + 419 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 39 }, "end": { - "line": 14, + "line": 16, "column": 43 } } }, "range": [ - 323, - 333 + 409, + 419 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 33 }, "end": { - "line": 14, + "line": 16, "column": 43 } } @@ -434,16 +687,16 @@ "type": "Identifier", "name": "opts", "range": [ - 334, - 338 + 420, + 424 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 44 }, "end": { - "line": 14, + "line": 16, "column": 48 } } @@ -452,47 +705,47 @@ "type": "Identifier", "name": "on_before_operation", "range": [ - 339, - 358 + 425, + 444 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 49 }, "end": { - "line": 14, + "line": 16, "column": 68 } } }, "range": [ - 334, - 358 + 420, + 444 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 44 }, "end": { - "line": 14, + "line": 16, "column": 68 } } } ], "range": [ - 323, - 359 + 409, + 445 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 33 }, "end": { - "line": 14, + "line": 16, "column": 69 } } @@ -504,16 +757,16 @@ "type": "Identifier", "name": "opts", "range": [ - 374, - 378 + 460, + 464 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 12 }, "end": { - "line": 15, + "line": 17, "column": 16 } } @@ -522,31 +775,31 @@ "type": "Identifier", "name": "on_before_operation", "range": [ - 379, - 398 + 465, + 484 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 17 }, "end": { - "line": 15, + "line": 17, "column": 36 } } }, "range": [ - 374, - 398 + 460, + 484 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 12 }, "end": { - "line": 15, + "line": 17, "column": 36 } } @@ -556,61 +809,61 @@ "value": null, "raw": "null", "range": [ - 401, - 405 + 487, + 491 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 39 }, "end": { - "line": 15, + "line": 17, "column": 43 } } }, "range": [ - 323, - 405 + 409, + 491 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 33 }, "end": { - "line": 15, + "line": 17, "column": 43 } } }, "range": [ - 298, - 405 + 384, + 491 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 17, "column": 43 } } }, "range": [ - 298, - 406 + 384, + 492 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 17, "column": 44 } }, @@ -619,16 +872,16 @@ "type": "Line", "value": "calls function before col operation", "range": [ - 252, - 289 + 338, + 375 ], "loc": { "start": { - "line": 13, + "line": 15, "column": 8 }, "end": { - "line": 13, + "line": 15, "column": 45 } } @@ -639,16 +892,16 @@ "type": "Line", "value": "calls function after col operation", "range": [ - 415, - 451 + 501, + 537 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 18, "column": 44 } } @@ -666,16 +919,16 @@ "object": { "type": "ThisExpression", "range": [ - 460, - 464 + 546, + 550 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 12 } } @@ -684,31 +937,31 @@ "type": "Identifier", "name": "onAfterOperation", "range": [ - 465, - 481 + 551, + 567 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 13 }, "end": { - "line": 17, + "line": 19, "column": 29 } } }, "range": [ - 460, - 481 + 546, + 567 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 29 } } @@ -724,16 +977,16 @@ "type": "Identifier", "name": "Types", "range": [ - 484, - 489 + 570, + 575 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 32 }, "end": { - "line": 17, + "line": 19, "column": 37 } } @@ -742,31 +995,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 490, - 494 + 576, + 580 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 38 }, "end": { - "line": 17, + "line": 19, "column": 42 } } }, "range": [ - 484, - 494 + 570, + 580 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 32 }, "end": { - "line": 17, + "line": 19, "column": 42 } } @@ -779,16 +1032,16 @@ "type": "Identifier", "name": "opts", "range": [ - 495, - 499 + 581, + 585 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 43 }, "end": { - "line": 17, + "line": 19, "column": 47 } } @@ -797,47 +1050,47 @@ "type": "Identifier", "name": "on_after_operation", "range": [ - 500, - 518 + 586, + 604 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 48 }, "end": { - "line": 17, + "line": 19, "column": 66 } } }, "range": [ - 495, - 518 + 581, + 604 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 43 }, "end": { - "line": 17, + "line": 19, "column": 66 } } } ], "range": [ - 484, - 519 + 570, + 605 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 32 }, "end": { - "line": 17, + "line": 19, "column": 67 } } @@ -849,16 +1102,16 @@ "type": "Identifier", "name": "opts", "range": [ - 534, - 538 + 620, + 624 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 12 }, "end": { - "line": 18, + "line": 20, "column": 16 } } @@ -867,31 +1120,31 @@ "type": "Identifier", "name": "on_after_operation", "range": [ - 539, - 557 + 625, + 643 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 17 }, "end": { - "line": 18, + "line": 20, "column": 35 } } }, "range": [ - 534, - 557 + 620, + 643 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 12 }, "end": { - "line": 18, + "line": 20, "column": 35 } } @@ -901,61 +1154,61 @@ "value": null, "raw": "null", "range": [ - 560, - 564 + 646, + 650 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 38 }, "end": { - "line": 18, + "line": 20, "column": 42 } } }, "range": [ - 484, - 564 + 570, + 650 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 32 }, "end": { - "line": 18, + "line": 20, "column": 42 } } }, "range": [ - 460, - 564 + 546, + 650 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 20, "column": 42 } } }, "range": [ - 460, - 565 + 546, + 651 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 20, "column": 43 } }, @@ -964,16 +1217,16 @@ "type": "Line", "value": "calls function after col operation", "range": [ - 415, - 451 + 501, + 537 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 18, "column": 44 } } @@ -991,16 +1244,16 @@ "object": { "type": "ThisExpression", "range": [ - 575, - 579 + 661, + 665 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 12 } } @@ -1009,31 +1262,31 @@ "type": "Identifier", "name": "opts", "range": [ - 580, - 584 + 666, + 670 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 13 }, "end": { - "line": 20, + "line": 22, "column": 17 } } }, "range": [ - 575, - 584 + 661, + 670 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 17 } } @@ -1042,46 +1295,46 @@ "type": "Identifier", "name": "opts", "range": [ - 587, - 591 + 673, + 677 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 20 }, "end": { - "line": 20, + "line": 22, "column": 24 } } }, "range": [ - 575, - 591 + 661, + 677 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 24 } } }, "range": [ - 575, - 592 + 661, + 678 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 25 } } @@ -1089,121 +1342,103 @@ { "type": "ExpressionStatement", "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ - 601, - 605 + 687, + 691 ], "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 23, "column": 12 } } }, "property": { "type": "Identifier", - "name": "tf", + "name": "enable", "range": [ - 606, - 608 + 692, + 698 ], "loc": { "start": { - "line": 21, + "line": 23, "column": 13 }, "end": { - "line": 21, - "column": 15 + "line": 23, + "column": 19 } } }, "range": [ - 601, - 608 + 687, + 698 ], "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, - "column": 15 - } - } - }, - "right": { - "type": "Identifier", - "name": "tf", - "range": [ - 611, - 613 - ], - "loc": { - "start": { - "line": 21, - "column": 18 - }, - "end": { - "line": 21, - "column": 20 + "line": 23, + "column": 19 } } }, + "arguments": [], "range": [ - 601, - 613 + 687, + 700 ], "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, - "column": 20 + "line": 23, + "column": 21 } } }, "range": [ - 601, - 614 + 687, + 701 ], "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, - "column": 21 + "line": 23, + "column": 22 } } } ], "range": [ - 241, - 620 + 297, + 707 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 26 }, "end": { - "line": 22, + "line": 24, "column": 5 } } @@ -1211,16 +1446,16 @@ "generator": false, "expression": false, "range": [ - 230, - 620 + 286, + 707 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 15 }, "end": { - "line": 22, + "line": 24, "column": 5 } } @@ -1228,16 +1463,16 @@ "kind": "constructor", "computed": false, "range": [ - 219, - 620 + 275, + 707 ], "loc": { "start": { - "line": 11, + "line": 12, "column": 4 }, "end": { - "line": 22, + "line": 24, "column": 5 } }, @@ -1246,16 +1481,16 @@ "type": "Block", "value": "*\n * Column calculations\n * @param {Object} tf TableFilter instance\n ", "range": [ - 129, - 214 + 185, + 270 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 4 }, "end": { - "line": 10, + "line": 11, "column": 7 } } @@ -1269,16 +1504,16 @@ "type": "Identifier", "name": "init", "range": [ - 626, - 630 + 713, + 717 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 4 }, "end": { - "line": 24, + "line": 26, "column": 8 } } @@ -1290,6 +1525,134 @@ "body": { "type": "BlockStatement", "body": [ + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 734, + 738 + ], + "loc": { + "start": { + "line": 27, + "column": 12 + }, + "end": { + "line": 27, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 739, + 750 + ], + "loc": { + "start": { + "line": 27, + "column": 17 + }, + "end": { + "line": 27, + "column": 28 + } + } + }, + "range": [ + 734, + 750 + ], + "loc": { + "start": { + "line": 27, + "column": 12 + }, + "end": { + "line": 27, + "column": 28 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 766, + 773 + ], + "loc": { + "start": { + "line": 28, + "column": 12 + }, + "end": { + "line": 28, + "column": 19 + } + } + } + ], + "range": [ + 752, + 783 + ], + "loc": { + "start": { + "line": 27, + "column": 30 + }, + "end": { + "line": 29, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 730, + 783 + ], + "loc": { + "start": { + "line": 27, + "column": 8 + }, + "end": { + "line": 29, + "column": 9 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " subscribe to events", + "range": [ + 792, + 814 + ], + "loc": { + "start": { + "line": 30, + "column": 8 + }, + "end": { + "line": 30, + "column": 30 + } + } + } + ] + }, { "type": "ExpressionStatement", "expression": { @@ -1306,16 +1669,16 @@ "object": { "type": "ThisExpression", "range": [ - 673, - 677 + 823, + 827 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 8 }, "end": { - "line": 26, + "line": 31, "column": 12 } } @@ -1324,31 +1687,31 @@ "type": "Identifier", "name": "tf", "range": [ - 678, - 680 + 828, + 830 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 13 }, "end": { - "line": 26, + "line": 31, "column": 15 } } }, "range": [ - 673, - 680 + 823, + 830 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 8 }, "end": { - "line": 26, + "line": 31, "column": 15 } } @@ -1357,31 +1720,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 681, - 688 + 831, + 838 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 16 }, "end": { - "line": 26, + "line": 31, "column": 23 } } }, "range": [ - 673, - 688 + 823, + 838 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 8 }, "end": { - "line": 26, + "line": 31, "column": 23 } } @@ -1390,31 +1753,31 @@ "type": "Identifier", "name": "on", "range": [ - 689, - 691 + 839, + 841 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 24 }, "end": { - "line": 26, + "line": 31, "column": 26 } } }, "range": [ - 673, - 691 + 823, + 841 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 8 }, "end": { - "line": 26, + "line": 31, "column": 26 } } @@ -1428,32 +1791,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 693, - 710 + 843, + 860 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 28 }, "end": { - "line": 26, + "line": 31, "column": 45 } } } ], "range": [ - 692, - 711 + 842, + 861 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 27 }, "end": { - "line": 26, + "line": 31, "column": 46 } } @@ -1470,17 +1833,17 @@ "object": { "type": "ThisExpression", "range": [ - 718, - 722 + 869, + 873 ], "loc": { "start": { - "line": 26, - "column": 53 + "line": 31, + "column": 54 }, "end": { - "line": 26, - "column": 57 + "line": 31, + "column": 58 } } }, @@ -1488,96 +1851,96 @@ "type": "Identifier", "name": "calc", "range": [ - 723, - 727 + 874, + 878 ], "loc": { "start": { - "line": 26, - "column": 58 + "line": 31, + "column": 59 }, "end": { - "line": 26, - "column": 62 + "line": 31, + "column": 63 } } }, "range": [ - 718, - 727 + 869, + 878 ], "loc": { "start": { - "line": 26, - "column": 53 + "line": 31, + "column": 54 }, "end": { - "line": 26, - "column": 62 + "line": 31, + "column": 63 } } }, "arguments": [], "range": [ - 718, - 729 + 869, + 880 ], "loc": { "start": { - "line": 26, - "column": 53 + "line": 31, + "column": 54 }, "end": { - "line": 26, - "column": 64 + "line": 31, + "column": 65 } } }, "generator": false, "expression": true, "range": [ - 713, - 729 + 863, + 880 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 48 }, "end": { - "line": 26, - "column": 64 + "line": 31, + "column": 65 } } } ], "range": [ - 673, - 730 + 823, + 881 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 8 }, "end": { - "line": 26, - "column": 65 + "line": 31, + "column": 66 } } }, "range": [ - 673, - 731 + 823, + 882 ], "loc": { "start": { - "line": 26, + "line": 31, "column": 8 }, "end": { - "line": 26, - "column": 66 + "line": 31, + "column": 67 } }, "leadingComments": [ @@ -1585,16 +1948,16 @@ "type": "Line", "value": " subscribe to events", "range": [ - 642, - 664 + 792, + 814 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 8 }, "end": { - "line": 25, + "line": 30, "column": 30 } } @@ -1611,16 +1974,16 @@ "object": { "type": "ThisExpression", "range": [ - 741, - 745 + 892, + 896 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 8 }, "end": { - "line": 28, + "line": 33, "column": 12 } } @@ -1629,78 +1992,185 @@ "type": "Identifier", "name": "calc", "range": [ - 746, - 750 + 897, + 901 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 13 }, "end": { - "line": 28, + "line": 33, "column": 17 } } }, "range": [ - 741, - 750 + 892, + 901 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 8 }, "end": { - "line": 28, + "line": 33, "column": 17 } } }, "arguments": [], "range": [ - 741, - 752 + 892, + 903 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 8 }, "end": { - "line": 28, + "line": 33, "column": 19 } } }, "range": [ - 741, - 753 + 892, + 904 ], "loc": { "start": { - "line": 28, + "line": 33, "column": 8 }, "end": { - "line": 28, + "line": 33, "column": 20 } } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 913, + 917 + ], + "loc": { + "start": { + "line": 34, + "column": 8 + }, + "end": { + "line": 34, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 918, + 929 + ], + "loc": { + "start": { + "line": 34, + "column": 13 + }, + "end": { + "line": 34, + "column": 24 + } + } + }, + "range": [ + 913, + 929 + ], + "loc": { + "start": { + "line": 34, + "column": 8 + }, + "end": { + "line": 34, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": true, + "raw": "true", + "range": [ + 932, + 936 + ], + "loc": { + "start": { + "line": 34, + "column": 27 + }, + "end": { + "line": 34, + "column": 31 + } + } + }, + "range": [ + 913, + 936 + ], + "loc": { + "start": { + "line": 34, + "column": 8 + }, + "end": { + "line": 34, + "column": 31 + } + } + }, + "range": [ + 913, + 937 + ], + "loc": { + "start": { + "line": 34, + "column": 8 + }, + "end": { + "line": 34, + "column": 32 + } + } } ], "range": [ - 632, - 759 + 720, + 943 ], "loc": { "start": { - "line": 24, - "column": 10 + "line": 26, + "column": 11 }, "end": { - "line": 29, + "line": 35, "column": 5 } } @@ -1708,16 +2178,16 @@ "generator": false, "expression": false, "range": [ - 630, - 759 + 717, + 943 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 8 }, "end": { - "line": 29, + "line": 35, "column": 5 } } @@ -1725,16 +2195,16 @@ "kind": "method", "computed": false, "range": [ - 626, - 759 + 713, + 943 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 4 }, "end": { - "line": 29, + "line": 35, "column": 5 } }, @@ -1743,16 +2213,16 @@ "type": "Block", "value": "*\n * Calculates columns' values\n * Configuration options are stored in 'opts' property\n * - 'id' contains ids of elements showing result (array)\n * - 'col' contains the columns' indexes (array)\n * - 'operation' contains operation type (array, values: 'sum', 'mean',\n * 'min', 'max', 'median', 'q1', 'q3')\n * - 'write_method' array defines which method to use for displaying the\n * result (innerHTML, setValue, createTextNode) - default: 'innerHTML'\n * - 'tot_row_index' defines in which row results are displayed\n * (integers array)\n *\n * - changes made by Nuovella:\n * (1) optimized the routine (now it will only process each column once),\n * (2) added calculations for the median, lower and upper quartile.\n ", "range": [ - 765, - 1546 + 949, + 1730 ], "loc": { "start": { - "line": 31, + "line": 37, "column": 4 }, "end": { - "line": 46, + "line": 52, "column": 7 } } @@ -1766,16 +2236,16 @@ "type": "Identifier", "name": "calc", "range": [ - 1551, - 1555 + 1735, + 1739 ], "loc": { "start": { - "line": 47, + "line": 53, "column": 4 }, "end": { - "line": 47, + "line": 53, "column": 8 } } @@ -1796,16 +2266,16 @@ "type": "Identifier", "name": "tf", "range": [ - 1572, - 1574 + 1756, + 1758 ], "loc": { "start": { - "line": 48, + "line": 54, "column": 12 }, "end": { - "line": 48, + "line": 54, "column": 14 } } @@ -1816,16 +2286,16 @@ "object": { "type": "ThisExpression", "range": [ - 1577, - 1581 + 1761, + 1765 ], "loc": { "start": { - "line": 48, + "line": 54, "column": 17 }, "end": { - "line": 48, + "line": 54, "column": 21 } } @@ -1834,46 +2304,46 @@ "type": "Identifier", "name": "tf", "range": [ - 1582, - 1584 + 1766, + 1768 ], "loc": { "start": { - "line": 48, + "line": 54, "column": 22 }, "end": { - "line": 48, + "line": 54, "column": 24 } } }, "range": [ - 1577, - 1584 + 1761, + 1768 ], "loc": { "start": { - "line": 48, + "line": 54, "column": 17 }, "end": { - "line": 48, + "line": 54, "column": 24 } } }, "range": [ - 1572, - 1584 + 1756, + 1768 ], "loc": { "start": { - "line": 48, + "line": 54, "column": 12 }, "end": { - "line": 48, + "line": 54, "column": 24 } } @@ -1881,16 +2351,16 @@ ], "kind": "var", "range": [ - 1568, - 1585 + 1752, + 1769 ], "loc": { "start": { - "line": 48, + "line": 54, "column": 8 }, "end": { - "line": 48, + "line": 54, "column": 25 } } @@ -1909,17 +2379,17 @@ "type": "Identifier", "name": "tf", "range": [ - 1598, - 1600 + 1783, + 1785 ], "loc": { "start": { - "line": 49, - "column": 12 + "line": 55, + "column": 13 }, "end": { - "line": 49, - "column": 14 + "line": 55, + "column": 15 } } }, @@ -1927,64 +2397,64 @@ "type": "Identifier", "name": "hasGrid", "range": [ - 1601, - 1608 + 1786, + 1793 ], "loc": { "start": { - "line": 49, - "column": 15 + "line": 55, + "column": 16 }, "end": { - "line": 49, - "column": 22 + "line": 55, + "column": 23 } } }, "range": [ - 1598, - 1608 + 1783, + 1793 ], "loc": { "start": { - "line": 49, - "column": 12 + "line": 55, + "column": 13 }, "end": { - "line": 49, - "column": 22 + "line": 55, + "column": 23 } } }, "arguments": [], "range": [ - 1598, - 1610 + 1783, + 1795 ], "loc": { "start": { - "line": 49, - "column": 12 + "line": 55, + "column": 13 }, "end": { - "line": 49, - "column": 24 + "line": 55, + "column": 25 } } }, "prefix": true, "range": [ - 1597, - 1610 + 1782, + 1795 ], "loc": { "start": { - "line": 49, - "column": 11 + "line": 55, + "column": 12 }, "end": { - "line": 49, - "column": 24 + "line": 55, + "column": 25 } } }, @@ -1995,48 +2465,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1625, - 1632 + 1811, + 1818 ], "loc": { "start": { - "line": 50, + "line": 56, "column": 12 }, "end": { - "line": 50, + "line": 56, "column": 19 } } } ], "range": [ - 1611, - 1642 + 1797, + 1828 ], "loc": { "start": { - "line": 49, - "column": 25 + "line": 55, + "column": 27 }, "end": { - "line": 51, + "line": 57, "column": 9 } } }, "alternate": null, "range": [ - 1594, - 1642 + 1778, + 1828 ], "loc": { "start": { - "line": 49, + "line": 55, "column": 8 }, "end": { - "line": 51, + "line": 57, "column": 9 } } @@ -2049,17 +2519,17 @@ "object": { "type": "ThisExpression", "range": [ - 1655, - 1659 + 1842, + 1846 ], "loc": { "start": { - "line": 53, - "column": 11 + "line": 59, + "column": 12 }, "end": { - "line": 53, - "column": 15 + "line": 59, + "column": 16 } } }, @@ -2067,32 +2537,32 @@ "type": "Identifier", "name": "onBeforeOperation", "range": [ - 1660, - 1677 + 1847, + 1864 ], "loc": { "start": { - "line": 53, - "column": 16 + "line": 59, + "column": 17 }, "end": { - "line": 53, - "column": 33 + "line": 59, + "column": 34 } } }, "range": [ - 1655, - 1677 + 1842, + 1864 ], "loc": { "start": { - "line": 53, - "column": 11 + "line": 59, + "column": 12 }, "end": { - "line": 53, - "column": 33 + "line": 59, + "column": 34 } } }, @@ -2112,16 +2582,16 @@ "object": { "type": "ThisExpression", "range": [ - 1692, - 1696 + 1880, + 1884 ], "loc": { "start": { - "line": 54, + "line": 60, "column": 12 }, "end": { - "line": 54, + "line": 60, "column": 16 } } @@ -2130,31 +2600,31 @@ "type": "Identifier", "name": "onBeforeOperation", "range": [ - 1697, - 1714 + 1885, + 1902 ], "loc": { "start": { - "line": 54, + "line": 60, "column": 17 }, "end": { - "line": 54, + "line": 60, "column": 34 } } }, "range": [ - 1692, - 1714 + 1880, + 1902 ], "loc": { "start": { - "line": 54, + "line": 60, "column": 12 }, "end": { - "line": 54, + "line": 60, "column": 34 } } @@ -2163,31 +2633,31 @@ "type": "Identifier", "name": "call", "range": [ - 1715, - 1719 + 1903, + 1907 ], "loc": { "start": { - "line": 54, + "line": 60, "column": 35 }, "end": { - "line": 54, + "line": 60, "column": 39 } } }, "range": [ - 1692, - 1719 + 1880, + 1907 ], "loc": { "start": { - "line": 54, + "line": 60, "column": 12 }, "end": { - "line": 54, + "line": 60, "column": 39 } } @@ -2198,16 +2668,16 @@ "value": null, "raw": "null", "range": [ - 1720, - 1724 + 1908, + 1912 ], "loc": { "start": { - "line": 54, + "line": 60, "column": 40 }, "end": { - "line": 54, + "line": 60, "column": 44 } } @@ -2216,79 +2686,79 @@ "type": "Identifier", "name": "tf", "range": [ - 1726, - 1728 + 1914, + 1916 ], "loc": { "start": { - "line": 54, + "line": 60, "column": 46 }, "end": { - "line": 54, + "line": 60, "column": 48 } } } ], "range": [ - 1692, - 1729 + 1880, + 1917 ], "loc": { "start": { - "line": 54, + "line": 60, "column": 12 }, "end": { - "line": 54, + "line": 60, "column": 49 } } }, "range": [ - 1692, - 1730 + 1880, + 1918 ], "loc": { "start": { - "line": 54, + "line": 60, "column": 12 }, "end": { - "line": 54, + "line": 60, "column": 50 } } } ], "range": [ - 1678, - 1740 + 1866, + 1928 ], "loc": { "start": { - "line": 53, - "column": 34 + "line": 59, + "column": 36 }, "end": { - "line": 55, + "line": 61, "column": 9 } } }, "alternate": null, "range": [ - 1652, - 1740 + 1838, + 1928 ], "loc": { "start": { - "line": 53, + "line": 59, "column": 8 }, "end": { - "line": 55, + "line": 61, "column": 9 } } @@ -2302,16 +2772,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1754, - 1758 + 1942, + 1946 ], "loc": { "start": { - "line": 57, + "line": 63, "column": 12 }, "end": { - "line": 57, + "line": 63, "column": 16 } } @@ -2322,16 +2792,16 @@ "object": { "type": "ThisExpression", "range": [ - 1761, - 1765 + 1949, + 1953 ], "loc": { "start": { - "line": 57, + "line": 63, "column": 19 }, "end": { - "line": 57, + "line": 63, "column": 23 } } @@ -2340,46 +2810,46 @@ "type": "Identifier", "name": "opts", "range": [ - 1766, - 1770 + 1954, + 1958 ], "loc": { "start": { - "line": 57, + "line": 63, "column": 24 }, "end": { - "line": 57, + "line": 63, "column": 28 } } }, "range": [ - 1761, - 1770 + 1949, + 1958 ], "loc": { "start": { - "line": 57, + "line": 63, "column": 19 }, "end": { - "line": 57, + "line": 63, "column": 28 } } }, "range": [ - 1754, - 1770 + 1942, + 1958 ], "loc": { "start": { - "line": 57, + "line": 63, "column": 12 }, "end": { - "line": 57, + "line": 63, "column": 28 } } @@ -2390,16 +2860,16 @@ "type": "Identifier", "name": "labelId", "range": [ - 1784, - 1791 + 1972, + 1979 ], "loc": { "start": { - "line": 58, + "line": 64, "column": 12 }, "end": { - "line": 58, + "line": 64, "column": 19 } } @@ -2411,16 +2881,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1794, - 1798 + 1982, + 1986 ], "loc": { "start": { - "line": 58, + "line": 64, "column": 22 }, "end": { - "line": 58, + "line": 64, "column": 26 } } @@ -2429,46 +2899,46 @@ "type": "Identifier", "name": "id", "range": [ - 1799, - 1801 + 1987, + 1989 ], "loc": { "start": { - "line": 58, + "line": 64, "column": 27 }, "end": { - "line": 58, + "line": 64, "column": 29 } } }, "range": [ - 1794, - 1801 + 1982, + 1989 ], "loc": { "start": { - "line": 58, + "line": 64, "column": 22 }, "end": { - "line": 58, + "line": 64, "column": 29 } } }, "range": [ - 1784, - 1801 + 1972, + 1989 ], "loc": { "start": { - "line": 58, + "line": 64, "column": 12 }, "end": { - "line": 58, + "line": 64, "column": 29 } } @@ -2479,16 +2949,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 1815, - 1823 + 2003, + 2011 ], "loc": { "start": { - "line": 59, + "line": 65, "column": 12 }, "end": { - "line": 59, + "line": 65, "column": 20 } } @@ -2500,16 +2970,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1826, - 1830 + 2014, + 2018 ], "loc": { "start": { - "line": 59, + "line": 65, "column": 23 }, "end": { - "line": 59, + "line": 65, "column": 27 } } @@ -2518,46 +2988,46 @@ "type": "Identifier", "name": "col", "range": [ - 1831, - 1834 + 2019, + 2022 ], "loc": { "start": { - "line": 59, + "line": 65, "column": 28 }, "end": { - "line": 59, + "line": 65, "column": 31 } } }, "range": [ - 1826, - 1834 + 2014, + 2022 ], "loc": { "start": { - "line": 59, + "line": 65, "column": 23 }, "end": { - "line": 59, + "line": 65, "column": 31 } } }, "range": [ - 1815, - 1834 + 2003, + 2022 ], "loc": { "start": { - "line": 59, + "line": 65, "column": 12 }, "end": { - "line": 59, + "line": 65, "column": 31 } } @@ -2568,16 +3038,16 @@ "type": "Identifier", "name": "operation", "range": [ - 1848, - 1857 + 2036, + 2045 ], "loc": { "start": { - "line": 60, + "line": 66, "column": 12 }, "end": { - "line": 60, + "line": 66, "column": 21 } } @@ -2589,16 +3059,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1860, - 1864 + 2048, + 2052 ], "loc": { "start": { - "line": 60, + "line": 66, "column": 24 }, "end": { - "line": 60, + "line": 66, "column": 28 } } @@ -2607,46 +3077,46 @@ "type": "Identifier", "name": "operation", "range": [ - 1865, - 1874 + 2053, + 2062 ], "loc": { "start": { - "line": 60, + "line": 66, "column": 29 }, "end": { - "line": 60, + "line": 66, "column": 38 } } }, "range": [ - 1860, - 1874 + 2048, + 2062 ], "loc": { "start": { - "line": 60, + "line": 66, "column": 24 }, "end": { - "line": 60, + "line": 66, "column": 38 } } }, "range": [ - 1848, - 1874 + 2036, + 2062 ], "loc": { "start": { - "line": 60, + "line": 66, "column": 12 }, "end": { - "line": 60, + "line": 66, "column": 38 } } @@ -2657,16 +3127,16 @@ "type": "Identifier", "name": "outputType", "range": [ - 1888, - 1898 + 2076, + 2086 ], "loc": { "start": { - "line": 61, + "line": 67, "column": 12 }, "end": { - "line": 61, + "line": 67, "column": 22 } } @@ -2678,16 +3148,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1901, - 1905 + 2089, + 2093 ], "loc": { "start": { - "line": 61, + "line": 67, "column": 25 }, "end": { - "line": 61, + "line": 67, "column": 29 } } @@ -2696,46 +3166,46 @@ "type": "Identifier", "name": "write_method", "range": [ - 1906, - 1918 + 2094, + 2106 ], "loc": { "start": { - "line": 61, + "line": 67, "column": 30 }, "end": { - "line": 61, + "line": 67, "column": 42 } } }, "range": [ - 1901, - 1918 + 2089, + 2106 ], "loc": { "start": { - "line": 61, + "line": 67, "column": 25 }, "end": { - "line": 61, + "line": 67, "column": 42 } } }, "range": [ - 1888, - 1918 + 2076, + 2106 ], "loc": { "start": { - "line": 61, + "line": 67, "column": 12 }, "end": { - "line": 61, + "line": 67, "column": 42 } } @@ -2746,16 +3216,16 @@ "type": "Identifier", "name": "totRowIndex", "range": [ - 1932, - 1943 + 2120, + 2131 ], "loc": { "start": { - "line": 62, + "line": 68, "column": 12 }, "end": { - "line": 62, + "line": 68, "column": 23 } } @@ -2767,16 +3237,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1946, - 1950 + 2134, + 2138 ], "loc": { "start": { - "line": 62, + "line": 68, "column": 26 }, "end": { - "line": 62, + "line": 68, "column": 30 } } @@ -2785,46 +3255,46 @@ "type": "Identifier", "name": "tot_row_index", "range": [ - 1951, - 1964 + 2139, + 2152 ], "loc": { "start": { - "line": 62, + "line": 68, "column": 31 }, "end": { - "line": 62, + "line": 68, "column": 44 } } }, "range": [ - 1946, - 1964 + 2134, + 2152 ], "loc": { "start": { - "line": 62, + "line": 68, "column": 26 }, "end": { - "line": 62, + "line": 68, "column": 44 } } }, "range": [ - 1932, - 1964 + 2120, + 2152 ], "loc": { "start": { - "line": 62, + "line": 68, "column": 12 }, "end": { - "line": 62, + "line": 68, "column": 44 } } @@ -2835,16 +3305,16 @@ "type": "Identifier", "name": "excludeRow", "range": [ - 1978, - 1988 + 2166, + 2176 ], "loc": { "start": { - "line": 63, + "line": 69, "column": 12 }, "end": { - "line": 63, + "line": 69, "column": 22 } } @@ -2856,16 +3326,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1991, - 1995 + 2179, + 2183 ], "loc": { "start": { - "line": 63, + "line": 69, "column": 25 }, "end": { - "line": 63, + "line": 69, "column": 29 } } @@ -2874,46 +3344,46 @@ "type": "Identifier", "name": "exclude_row", "range": [ - 1996, - 2007 + 2184, + 2195 ], "loc": { "start": { - "line": 63, + "line": 69, "column": 30 }, "end": { - "line": 63, + "line": 69, "column": 41 } } }, "range": [ - 1991, - 2007 + 2179, + 2195 ], "loc": { "start": { - "line": 63, + "line": 69, "column": 25 }, "end": { - "line": 63, + "line": 69, "column": 41 } } }, "range": [ - 1978, - 2007 + 2166, + 2195 ], "loc": { "start": { - "line": 63, + "line": 69, "column": 12 }, "end": { - "line": 63, + "line": 69, "column": 41 } } @@ -2924,16 +3394,16 @@ "type": "Identifier", "name": "decimalPrecision", "range": [ - 2021, - 2037 + 2209, + 2225 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 12 }, "end": { - "line": 64, + "line": 70, "column": 28 } } @@ -2949,16 +3419,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2040, - 2045 + 2228, + 2233 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 31 }, "end": { - "line": 64, + "line": 70, "column": 36 } } @@ -2967,31 +3437,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 2046, - 2053 + 2234, + 2241 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 37 }, "end": { - "line": 64, + "line": 70, "column": 44 } } }, "range": [ - 2040, - 2053 + 2228, + 2241 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 31 }, "end": { - "line": 64, + "line": 70, "column": 44 } } @@ -3004,16 +3474,16 @@ "type": "Identifier", "name": "opts", "range": [ - 2054, - 2058 + 2242, + 2246 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 45 }, "end": { - "line": 64, + "line": 70, "column": 49 } } @@ -3022,47 +3492,47 @@ "type": "Identifier", "name": "decimal_precision", "range": [ - 2059, - 2076 + 2247, + 2264 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 50 }, "end": { - "line": 64, + "line": 70, "column": 67 } } }, "range": [ - 2054, - 2076 + 2242, + 2264 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 45 }, "end": { - "line": 64, + "line": 70, "column": 67 } } } ], "range": [ - 2040, - 2077 + 2228, + 2265 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 31 }, "end": { - "line": 64, + "line": 70, "column": 68 } } @@ -3072,16 +3542,16 @@ "value": 2, "raw": "2", "range": [ - 2096, - 2097 + 2284, + 2285 ], "loc": { "start": { - "line": 65, + "line": 71, "column": 16 }, "end": { - "line": 65, + "line": 71, "column": 17 } } @@ -3093,16 +3563,16 @@ "type": "Identifier", "name": "opts", "range": [ - 2100, - 2104 + 2288, + 2292 ], "loc": { "start": { - "line": 65, + "line": 71, "column": 20 }, "end": { - "line": 65, + "line": 71, "column": 24 } } @@ -3111,61 +3581,61 @@ "type": "Identifier", "name": "decimal_precision", "range": [ - 2105, - 2122 + 2293, + 2310 ], "loc": { "start": { - "line": 65, + "line": 71, "column": 25 }, "end": { - "line": 65, + "line": 71, "column": 42 } } }, "range": [ - 2100, - 2122 + 2288, + 2310 ], "loc": { "start": { - "line": 65, + "line": 71, "column": 20 }, "end": { - "line": 65, + "line": 71, "column": 42 } } }, "range": [ - 2040, - 2122 + 2228, + 2310 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 31 }, "end": { - "line": 65, + "line": 71, "column": 42 } } }, "range": [ - 2021, - 2122 + 2209, + 2310 ], "loc": { "start": { - "line": 64, + "line": 70, "column": 12 }, "end": { - "line": 65, + "line": 71, "column": 42 } } @@ -3173,16 +3643,16 @@ ], "kind": "var", "range": [ - 1750, - 2123 + 1938, + 2311 ], "loc": { "start": { - "line": 57, + "line": 63, "column": 8 }, "end": { - "line": 65, + "line": 71, "column": 43 } }, @@ -3191,16 +3661,16 @@ "type": "Line", "value": "nuovella: determine unique list of columns to operate on", "range": [ - 2133, - 2191 + 2321, + 2379 ], "loc": { "start": { - "line": 67, + "line": 73, "column": 8 }, "end": { - "line": 67, + "line": 73, "column": 66 } } @@ -3216,16 +3686,16 @@ "type": "Identifier", "name": "ucolIndex", "range": [ - 2204, - 2213 + 2392, + 2401 ], "loc": { "start": { - "line": 68, + "line": 74, "column": 12 }, "end": { - "line": 68, + "line": 74, "column": 21 } } @@ -3234,31 +3704,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 2216, - 2218 + 2404, + 2406 ], "loc": { "start": { - "line": 68, + "line": 74, "column": 24 }, "end": { - "line": 68, + "line": 74, "column": 26 } } }, "range": [ - 2204, - 2218 + 2392, + 2406 ], "loc": { "start": { - "line": 68, + "line": 74, "column": 12 }, "end": { - "line": 68, + "line": 74, "column": 26 } } @@ -3269,16 +3739,16 @@ "type": "Identifier", "name": "ucolMax", "range": [ - 2232, - 2239 + 2420, + 2427 ], "loc": { "start": { - "line": 69, + "line": 75, "column": 12 }, "end": { - "line": 69, + "line": 75, "column": 19 } } @@ -3288,31 +3758,31 @@ "value": 0, "raw": "0", "range": [ - 2242, - 2243 + 2430, + 2431 ], "loc": { "start": { - "line": 69, + "line": 75, "column": 22 }, "end": { - "line": 69, + "line": 75, "column": 23 } } }, "range": [ - 2232, - 2243 + 2420, + 2431 ], "loc": { "start": { - "line": 69, + "line": 75, "column": 12 }, "end": { - "line": 69, + "line": 75, "column": 23 } } @@ -3320,16 +3790,16 @@ ], "kind": "var", "range": [ - 2200, - 2244 + 2388, + 2432 ], "loc": { "start": { - "line": 68, + "line": 74, "column": 8 }, "end": { - "line": 69, + "line": 75, "column": 24 } }, @@ -3338,16 +3808,16 @@ "type": "Line", "value": "nuovella: determine unique list of columns to operate on", "range": [ - 2133, - 2191 + 2321, + 2379 ], "loc": { "start": { - "line": 67, + "line": 73, "column": 8 }, "end": { - "line": 67, + "line": 73, "column": 66 } } @@ -3366,16 +3836,16 @@ "type": "Identifier", "name": "ucolIndex", "range": [ - 2253, - 2262 + 2441, + 2450 ], "loc": { "start": { - "line": 70, + "line": 76, "column": 8 }, "end": { - "line": 70, + "line": 76, "column": 17 } } @@ -3384,31 +3854,31 @@ "type": "Identifier", "name": "ucolMax", "range": [ - 2263, - 2270 + 2451, + 2458 ], "loc": { "start": { - "line": 70, + "line": 76, "column": 18 }, "end": { - "line": 70, + "line": 76, "column": 25 } } }, "range": [ - 2253, - 2271 + 2441, + 2459 ], "loc": { "start": { - "line": 70, + "line": 76, "column": 8 }, "end": { - "line": 70, + "line": 76, "column": 26 } } @@ -3420,16 +3890,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2274, - 2282 + 2462, + 2470 ], "loc": { "start": { - "line": 70, + "line": 76, "column": 29 }, "end": { - "line": 70, + "line": 76, "column": 37 } } @@ -3439,61 +3909,61 @@ "value": 0, "raw": "0", "range": [ - 2283, - 2284 + 2471, + 2472 ], "loc": { "start": { - "line": 70, + "line": 76, "column": 38 }, "end": { - "line": 70, + "line": 76, "column": 39 } } }, "range": [ - 2274, - 2285 + 2462, + 2473 ], "loc": { "start": { - "line": 70, + "line": 76, "column": 29 }, "end": { - "line": 70, + "line": 76, "column": 40 } } }, "range": [ - 2253, - 2285 + 2441, + 2473 ], "loc": { "start": { - "line": 70, + "line": 76, "column": 8 }, "end": { - "line": 70, + "line": 76, "column": 40 } } }, "range": [ - 2253, - 2286 + 2441, + 2474 ], "loc": { "start": { - "line": 70, + "line": 76, "column": 8 }, "end": { - "line": 70, + "line": 76, "column": 41 } } @@ -3509,17 +3979,17 @@ "type": "Identifier", "name": "ii", "range": [ - 2304, - 2306 + 2493, + 2495 ], "loc": { "start": { - "line": 72, - "column": 16 + "line": 78, + "column": 17 }, "end": { - "line": 72, - "column": 18 + "line": 78, + "column": 19 } } }, @@ -3528,49 +3998,49 @@ "value": 1, "raw": "1", "range": [ - 2307, - 2308 + 2498, + 2499 ], "loc": { "start": { - "line": 72, - "column": 19 + "line": 78, + "column": 22 }, "end": { - "line": 72, - "column": 20 + "line": 78, + "column": 23 } } }, "range": [ - 2304, - 2308 + 2493, + 2499 ], "loc": { "start": { - "line": 72, - "column": 16 + "line": 78, + "column": 17 }, "end": { - "line": 72, - "column": 20 + "line": 78, + "column": 23 } } } ], "kind": "var", "range": [ - 2300, - 2308 + 2489, + 2499 ], "loc": { "start": { - "line": 72, - "column": 12 + "line": 78, + "column": 13 }, "end": { - "line": 72, - "column": 20 + "line": 78, + "column": 23 } } }, @@ -3581,17 +4051,17 @@ "type": "Identifier", "name": "ii", "range": [ - 2310, - 2312 + 2501, + 2503 ], "loc": { "start": { - "line": 72, - "column": 22 + "line": 78, + "column": 25 }, "end": { - "line": 72, - "column": 24 + "line": 78, + "column": 27 } } }, @@ -3602,17 +4072,17 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2313, - 2321 + 2506, + 2514 ], "loc": { "start": { - "line": 72, - "column": 25 + "line": 78, + "column": 30 }, "end": { - "line": 72, - "column": 33 + "line": 78, + "column": 38 } } }, @@ -3620,47 +4090,47 @@ "type": "Identifier", "name": "length", "range": [ - 2322, - 2328 + 2515, + 2521 ], "loc": { "start": { - "line": 72, - "column": 34 + "line": 78, + "column": 39 }, "end": { - "line": 72, - "column": 40 + "line": 78, + "column": 45 } } }, "range": [ - 2313, - 2328 + 2506, + 2521 ], "loc": { "start": { - "line": 72, - "column": 25 + "line": 78, + "column": 30 }, "end": { - "line": 72, - "column": 40 + "line": 78, + "column": 45 } } }, "range": [ - 2310, - 2328 + 2501, + 2521 ], "loc": { "start": { - "line": 72, - "column": 22 + "line": 78, + "column": 25 }, "end": { - "line": 72, - "column": 40 + "line": 78, + "column": 45 } } }, @@ -3671,33 +4141,33 @@ "type": "Identifier", "name": "ii", "range": [ - 2330, - 2332 + 2523, + 2525 ], "loc": { "start": { - "line": 72, - "column": 42 + "line": 78, + "column": 47 }, "end": { - "line": 72, - "column": 44 + "line": 78, + "column": 49 } } }, "prefix": false, "range": [ - 2330, - 2334 + 2523, + 2527 ], "loc": { "start": { - "line": 72, - "column": 42 + "line": 78, + "column": 47 }, "end": { - "line": 72, - "column": 46 + "line": 78, + "column": 51 } } }, @@ -3713,16 +4183,16 @@ "type": "Identifier", "name": "saved", "range": [ - 2353, - 2358 + 2547, + 2552 ], "loc": { "start": { - "line": 73, + "line": 79, "column": 16 }, "end": { - "line": 73, + "line": 79, "column": 21 } } @@ -3732,31 +4202,31 @@ "value": 0, "raw": "0", "range": [ - 2361, - 2362 + 2555, + 2556 ], "loc": { "start": { - "line": 73, + "line": 79, "column": 24 }, "end": { - "line": 73, + "line": 79, "column": 25 } } }, "range": [ - 2353, - 2362 + 2547, + 2556 ], "loc": { "start": { - "line": 73, + "line": 79, "column": 16 }, "end": { - "line": 73, + "line": 79, "column": 25 } } @@ -3764,16 +4234,16 @@ ], "kind": "var", "range": [ - 2349, - 2363 + 2543, + 2557 ], "loc": { "start": { - "line": 73, + "line": 79, "column": 12 }, "end": { - "line": 73, + "line": 79, "column": 26 } }, @@ -3782,16 +4252,16 @@ "type": "Line", "value": "see if colIndex[ii] is already in the list of unique indexes", "range": [ - 2376, - 2438 + 2570, + 2632 ], "loc": { "start": { - "line": 74, + "line": 80, "column": 12 }, "end": { - "line": 74, + "line": 80, "column": 74 } } @@ -3809,17 +4279,17 @@ "type": "Identifier", "name": "jj", "range": [ - 2459, - 2461 + 2654, + 2656 ], "loc": { "start": { - "line": 75, - "column": 20 + "line": 81, + "column": 21 }, "end": { - "line": 75, - "column": 22 + "line": 81, + "column": 23 } } }, @@ -3828,49 +4298,49 @@ "value": 0, "raw": "0", "range": [ - 2462, - 2463 + 2659, + 2660 ], "loc": { "start": { - "line": 75, - "column": 23 + "line": 81, + "column": 26 }, "end": { - "line": 75, - "column": 24 + "line": 81, + "column": 27 } } }, "range": [ - 2459, - 2463 + 2654, + 2660 ], "loc": { "start": { - "line": 75, - "column": 20 + "line": 81, + "column": 21 }, "end": { - "line": 75, - "column": 24 + "line": 81, + "column": 27 } } } ], "kind": "var", "range": [ - 2455, - 2463 + 2650, + 2660 ], "loc": { "start": { - "line": 75, - "column": 16 + "line": 81, + "column": 17 }, "end": { - "line": 75, - "column": 24 + "line": 81, + "column": 27 } } }, @@ -3881,17 +4351,17 @@ "type": "Identifier", "name": "jj", "range": [ - 2465, - 2467 + 2662, + 2664 ], "loc": { "start": { - "line": 75, - "column": 26 + "line": 81, + "column": 29 }, "end": { - "line": 75, - "column": 28 + "line": 81, + "column": 31 } } }, @@ -3899,32 +4369,32 @@ "type": "Identifier", "name": "ucolMax", "range": [ - 2469, - 2476 + 2668, + 2675 ], "loc": { "start": { - "line": 75, - "column": 30 + "line": 81, + "column": 35 }, "end": { - "line": 75, - "column": 37 + "line": 81, + "column": 42 } } }, "range": [ - 2465, - 2476 + 2662, + 2675 ], "loc": { "start": { - "line": 75, - "column": 26 + "line": 81, + "column": 29 }, "end": { - "line": 75, - "column": 37 + "line": 81, + "column": 42 } } }, @@ -3935,33 +4405,33 @@ "type": "Identifier", "name": "jj", "range": [ - 2478, - 2480 + 2677, + 2679 ], "loc": { "start": { - "line": 75, - "column": 39 + "line": 81, + "column": 44 }, "end": { - "line": 75, - "column": 41 + "line": 81, + "column": 46 } } }, "prefix": false, "range": [ - 2478, - 2482 + 2677, + 2681 ], "loc": { "start": { - "line": 75, - "column": 39 + "line": 81, + "column": 44 }, "end": { - "line": 75, - "column": 43 + "line": 81, + "column": 48 } } }, @@ -3980,17 +4450,17 @@ "type": "Identifier", "name": "ucolIndex", "range": [ - 2504, - 2513 + 2705, + 2714 ], "loc": { "start": { - "line": 76, - "column": 19 + "line": 82, + "column": 20 }, "end": { - "line": 76, - "column": 28 + "line": 82, + "column": 29 } } }, @@ -3998,32 +4468,32 @@ "type": "Identifier", "name": "jj", "range": [ - 2514, - 2516 + 2715, + 2717 ], "loc": { "start": { - "line": 76, - "column": 29 + "line": 82, + "column": 30 }, "end": { - "line": 76, - "column": 31 + "line": 82, + "column": 32 } } }, "range": [ - 2504, - 2517 + 2705, + 2718 ], "loc": { "start": { - "line": 76, - "column": 19 + "line": 82, + "column": 20 }, "end": { - "line": 76, - "column": 32 + "line": 82, + "column": 33 } } }, @@ -4034,17 +4504,17 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2522, - 2530 + 2723, + 2731 ], "loc": { "start": { - "line": 76, - "column": 37 + "line": 82, + "column": 38 }, "end": { - "line": 76, - "column": 45 + "line": 82, + "column": 46 } } }, @@ -4052,47 +4522,47 @@ "type": "Identifier", "name": "ii", "range": [ - 2531, - 2533 + 2732, + 2734 ], "loc": { "start": { - "line": 76, - "column": 46 + "line": 82, + "column": 47 }, "end": { - "line": 76, - "column": 48 + "line": 82, + "column": 49 } } }, "range": [ - 2522, - 2534 + 2723, + 2735 ], "loc": { "start": { - "line": 76, - "column": 37 + "line": 82, + "column": 38 }, "end": { - "line": 76, - "column": 49 + "line": 82, + "column": 50 } } }, "range": [ - 2504, - 2534 + 2705, + 2735 ], "loc": { "start": { - "line": 76, - "column": 19 + "line": 82, + "column": 20 }, "end": { - "line": 76, - "column": 49 + "line": 82, + "column": 50 } } }, @@ -4108,16 +4578,16 @@ "type": "Identifier", "name": "saved", "range": [ - 2557, - 2562 + 2759, + 2764 ], "loc": { "start": { - "line": 77, + "line": 83, "column": 20 }, "end": { - "line": 77, + "line": 83, "column": 25 } } @@ -4127,109 +4597,109 @@ "value": 1, "raw": "1", "range": [ - 2565, - 2566 + 2767, + 2768 ], "loc": { "start": { - "line": 77, + "line": 83, "column": 28 }, "end": { - "line": 77, + "line": 83, "column": 29 } } }, "range": [ - 2557, - 2566 + 2759, + 2768 ], "loc": { "start": { - "line": 77, + "line": 83, "column": 20 }, "end": { - "line": 77, + "line": 83, "column": 29 } } }, "range": [ - 2557, - 2567 + 2759, + 2769 ], "loc": { "start": { - "line": 77, + "line": 83, "column": 20 }, "end": { - "line": 77, + "line": 83, "column": 30 } } } ], "range": [ - 2535, - 2585 + 2737, + 2787 ], "loc": { "start": { - "line": 76, - "column": 50 + "line": 82, + "column": 52 }, "end": { - "line": 78, + "line": 84, "column": 17 } } }, "alternate": null, "range": [ - 2501, - 2585 + 2701, + 2787 ], "loc": { "start": { - "line": 76, + "line": 82, "column": 16 }, "end": { - "line": 78, + "line": 84, "column": 17 } } } ], "range": [ - 2483, - 2599 + 2683, + 2801 ], "loc": { "start": { - "line": 75, - "column": 44 + "line": 81, + "column": 50 }, "end": { - "line": 79, + "line": 85, "column": 13 } } }, "range": [ - 2451, - 2599 + 2645, + 2801 ], "loc": { "start": { - "line": 75, + "line": 81, "column": 12 }, "end": { - "line": 79, + "line": 85, "column": 13 } }, @@ -4238,16 +4708,16 @@ "type": "Line", "value": "see if colIndex[ii] is already in the list of unique indexes", "range": [ - 2376, - 2438 + 2570, + 2632 ], "loc": { "start": { - "line": 74, + "line": 80, "column": 12 }, "end": { - "line": 74, + "line": 80, "column": 74 } } @@ -4258,16 +4728,16 @@ "type": "Line", "value": "if not saved then, save the index;", "range": [ - 2612, - 2648 + 2814, + 2850 ], "loc": { "start": { - "line": 80, + "line": 86, "column": 12 }, "end": { - "line": 80, + "line": 86, "column": 48 } } @@ -4283,16 +4753,16 @@ "type": "Identifier", "name": "saved", "range": [ - 2665, - 2670 + 2867, + 2872 ], "loc": { "start": { - "line": 81, + "line": 87, "column": 16 }, "end": { - "line": 81, + "line": 87, "column": 21 } } @@ -4302,31 +4772,31 @@ "value": 0, "raw": "0", "range": [ - 2675, - 2676 + 2877, + 2878 ], "loc": { "start": { - "line": 81, + "line": 87, "column": 26 }, "end": { - "line": 81, + "line": 87, "column": 27 } } }, "range": [ - 2665, - 2676 + 2867, + 2878 ], "loc": { "start": { - "line": 81, + "line": 87, "column": 16 }, "end": { - "line": 81, + "line": 87, "column": 27 } } @@ -4343,47 +4813,47 @@ "type": "Identifier", "name": "ucolMax", "range": [ - 2695, - 2702 + 2898, + 2905 ], "loc": { "start": { - "line": 82, + "line": 88, "column": 16 }, "end": { - "line": 82, + "line": 88, "column": 23 } } }, "prefix": false, "range": [ - 2695, - 2704 + 2898, + 2907 ], "loc": { "start": { - "line": 82, + "line": 88, "column": 16 }, "end": { - "line": 82, + "line": 88, "column": 25 } } }, "range": [ - 2695, - 2705 + 2898, + 2908 ], "loc": { "start": { - "line": 82, + "line": 88, "column": 16 }, "end": { - "line": 82, + "line": 88, "column": 26 } } @@ -4400,16 +4870,16 @@ "type": "Identifier", "name": "ucolIndex", "range": [ - 2722, - 2731 + 2925, + 2934 ], "loc": { "start": { - "line": 83, + "line": 89, "column": 16 }, "end": { - "line": 83, + "line": 89, "column": 25 } } @@ -4418,31 +4888,31 @@ "type": "Identifier", "name": "ucolMax", "range": [ - 2732, - 2739 + 2935, + 2942 ], "loc": { "start": { - "line": 83, + "line": 89, "column": 26 }, "end": { - "line": 83, + "line": 89, "column": 33 } } }, "range": [ - 2722, - 2740 + 2925, + 2943 ], "loc": { "start": { - "line": 83, + "line": 89, "column": 16 }, "end": { - "line": 83, + "line": 89, "column": 34 } } @@ -4454,16 +4924,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2743, - 2751 + 2946, + 2954 ], "loc": { "start": { - "line": 83, + "line": 89, "column": 37 }, "end": { - "line": 83, + "line": 89, "column": 45 } } @@ -4472,93 +4942,93 @@ "type": "Identifier", "name": "ii", "range": [ - 2752, - 2754 + 2955, + 2957 ], "loc": { "start": { - "line": 83, + "line": 89, "column": 46 }, "end": { - "line": 83, + "line": 89, "column": 48 } } }, "range": [ - 2743, - 2755 + 2946, + 2958 ], "loc": { "start": { - "line": 83, + "line": 89, "column": 37 }, "end": { - "line": 83, + "line": 89, "column": 49 } } }, "range": [ - 2722, - 2755 + 2925, + 2958 ], "loc": { "start": { - "line": 83, + "line": 89, "column": 16 }, "end": { - "line": 83, + "line": 89, "column": 49 } } }, "range": [ - 2722, - 2756 + 2925, + 2959 ], "loc": { "start": { - "line": 83, + "line": 89, "column": 16 }, "end": { - "line": 83, + "line": 89, "column": 50 } } } ], "range": [ - 2677, - 2770 + 2880, + 2973 ], "loc": { "start": { - "line": 81, - "column": 28 + "line": 87, + "column": 29 }, "end": { - "line": 84, + "line": 90, "column": 13 } } }, "alternate": null, "range": [ - 2661, - 2770 + 2863, + 2973 ], "loc": { "start": { - "line": 81, + "line": 87, "column": 12 }, "end": { - "line": 84, + "line": 90, "column": 13 } }, @@ -4567,16 +5037,16 @@ "type": "Line", "value": "if not saved then, save the index;", "range": [ - 2612, - 2648 + 2814, + 2850 ], "loc": { "start": { - "line": 80, + "line": 86, "column": 12 }, "end": { - "line": 80, + "line": 86, "column": 48 } } @@ -4585,31 +5055,31 @@ } ], "range": [ - 2335, - 2780 + 2529, + 2983 ], "loc": { "start": { - "line": 72, - "column": 47 + "line": 78, + "column": 53 }, "end": { - "line": 85, + "line": 91, "column": 9 } } }, "range": [ - 2296, - 2780 + 2484, + 2983 ], "loc": { "start": { - "line": 72, + "line": 78, "column": 8 }, "end": { - "line": 85, + "line": 91, "column": 9 } } @@ -4634,17 +5104,17 @@ "type": "Identifier", "name": "Str", "range": [ - 2793, - 2796 + 2997, + 3000 ], "loc": { "start": { - "line": 87, - "column": 11 + "line": 93, + "column": 12 }, "end": { - "line": 87, - "column": 14 + "line": 93, + "column": 15 } } }, @@ -4652,32 +5122,32 @@ "type": "Identifier", "name": "lower", "range": [ - 2797, - 2802 + 3001, + 3006 ], "loc": { "start": { - "line": 87, - "column": 15 + "line": 93, + "column": 16 }, "end": { - "line": 87, - "column": 20 + "line": 93, + "column": 21 } } }, "range": [ - 2793, - 2802 + 2997, + 3006 ], "loc": { "start": { - "line": 87, - "column": 11 + "line": 93, + "column": 12 }, "end": { - "line": 87, - "column": 20 + "line": 93, + "column": 21 } } }, @@ -4689,49 +5159,49 @@ "type": "Identifier", "name": "labelId", "range": [ - 2810, - 2817 + 3014, + 3021 ], "loc": { "start": { - "line": 87, - "column": 28 + "line": 93, + "column": 29 }, "end": { - "line": 87, - "column": 35 + "line": 93, + "column": 36 } } }, "prefix": true, "range": [ - 2803, - 2817 + 3007, + 3021 ], "loc": { "start": { - "line": 87, - "column": 21 + "line": 93, + "column": 22 }, "end": { - "line": 87, - "column": 35 + "line": 93, + "column": 36 } } } ], "range": [ - 2793, - 2818 + 2997, + 3022 ], "loc": { "start": { - "line": 87, - "column": 11 + "line": 93, + "column": 12 }, "end": { - "line": 87, - "column": 36 + "line": 93, + "column": 37 } } }, @@ -4740,32 +5210,32 @@ "value": "object", "raw": "'object'", "range": [ - 2820, - 2828 + 3026, + 3034 ], "loc": { "start": { - "line": 87, - "column": 38 + "line": 93, + "column": 41 }, "end": { - "line": 87, - "column": 46 + "line": 93, + "column": 49 } } }, "range": [ - 2793, - 2828 + 2997, + 3034 ], "loc": { "start": { - "line": 87, - "column": 11 + "line": 93, + "column": 12 }, "end": { - "line": 87, - "column": 46 + "line": 93, + "column": 49 } } }, @@ -4781,16 +5251,16 @@ "type": "Identifier", "name": "Str", "range": [ - 2844, - 2847 + 3050, + 3053 ], "loc": { "start": { - "line": 88, + "line": 94, "column": 12 }, "end": { - "line": 88, + "line": 94, "column": 15 } } @@ -4799,31 +5269,31 @@ "type": "Identifier", "name": "lower", "range": [ - 2848, - 2853 + 3054, + 3059 ], "loc": { "start": { - "line": 88, + "line": 94, "column": 16 }, "end": { - "line": 88, + "line": 94, "column": 21 } } }, "range": [ - 2844, - 2853 + 3050, + 3059 ], "loc": { "start": { - "line": 88, + "line": 94, "column": 12 }, "end": { - "line": 88, + "line": 94, "column": 21 } } @@ -4836,48 +5306,48 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2861, - 2869 + 3067, + 3075 ], "loc": { "start": { - "line": 88, + "line": 94, "column": 29 }, "end": { - "line": 88, + "line": 94, "column": 37 } } }, "prefix": true, "range": [ - 2854, - 2869 + 3060, + 3075 ], "loc": { "start": { - "line": 88, + "line": 94, "column": 22 }, "end": { - "line": 88, + "line": 94, "column": 37 } } } ], "range": [ - 2844, - 2870 + 3050, + 3076 ], "loc": { "start": { - "line": 88, + "line": 94, "column": 12 }, "end": { - "line": 88, + "line": 94, "column": 38 } } @@ -4887,47 +5357,47 @@ "value": "object", "raw": "'object'", "range": [ - 2872, - 2880 + 3080, + 3088 ], "loc": { "start": { - "line": 88, - "column": 40 + "line": 94, + "column": 42 }, "end": { - "line": 88, - "column": 48 + "line": 94, + "column": 50 } } }, "range": [ - 2844, - 2880 + 3050, + 3088 ], "loc": { "start": { - "line": 88, + "line": 94, "column": 12 }, "end": { - "line": 88, - "column": 48 + "line": 94, + "column": 50 } } }, "range": [ - 2793, - 2880 + 2997, + 3088 ], "loc": { "start": { - "line": 87, - "column": 11 + "line": 93, + "column": 12 }, "end": { - "line": 88, - "column": 48 + "line": 94, + "column": 50 } } }, @@ -4943,16 +5413,16 @@ "type": "Identifier", "name": "Str", "range": [ - 2896, - 2899 + 3104, + 3107 ], "loc": { "start": { - "line": 89, + "line": 95, "column": 12 }, "end": { - "line": 89, + "line": 95, "column": 15 } } @@ -4961,31 +5431,31 @@ "type": "Identifier", "name": "lower", "range": [ - 2900, - 2905 + 3108, + 3113 ], "loc": { "start": { - "line": 89, + "line": 95, "column": 16 }, "end": { - "line": 89, + "line": 95, "column": 21 } } }, "range": [ - 2896, - 2905 + 3104, + 3113 ], "loc": { "start": { - "line": 89, + "line": 95, "column": 12 }, "end": { - "line": 89, + "line": 95, "column": 21 } } @@ -4998,48 +5468,48 @@ "type": "Identifier", "name": "operation", "range": [ - 2913, - 2922 + 3121, + 3130 ], "loc": { "start": { - "line": 89, + "line": 95, "column": 29 }, "end": { - "line": 89, + "line": 95, "column": 38 } } }, "prefix": true, "range": [ - 2906, - 2922 + 3114, + 3130 ], "loc": { "start": { - "line": 89, + "line": 95, "column": 22 }, "end": { - "line": 89, + "line": 95, "column": 38 } } } ], "range": [ - 2896, - 2923 + 3104, + 3131 ], "loc": { "start": { - "line": 89, + "line": 95, "column": 12 }, "end": { - "line": 89, + "line": 95, "column": 39 } } @@ -5049,47 +5519,47 @@ "value": "object", "raw": "'object'", "range": [ - 2925, - 2933 + 3135, + 3143 ], "loc": { "start": { - "line": 89, - "column": 41 + "line": 95, + "column": 43 }, "end": { - "line": 89, - "column": 49 + "line": 95, + "column": 51 } } }, "range": [ - 2896, - 2933 + 3104, + 3143 ], "loc": { "start": { - "line": 89, + "line": 95, "column": 12 }, "end": { - "line": 89, - "column": 49 + "line": 95, + "column": 51 } } }, "range": [ - 2793, - 2933 + 2997, + 3143 ], "loc": { "start": { - "line": 87, - "column": 11 + "line": 93, + "column": 12 }, "end": { - "line": 89, - "column": 49 + "line": 95, + "column": 51 } } }, @@ -5105,16 +5575,16 @@ "type": "Identifier", "name": "rows", "range": [ - 2952, - 2956 + 3163, + 3167 ], "loc": { "start": { - "line": 90, + "line": 96, "column": 16 }, "end": { - "line": 90, + "line": 96, "column": 20 } } @@ -5129,16 +5599,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2959, - 2961 + 3170, + 3172 ], "loc": { "start": { - "line": 90, + "line": 96, "column": 23 }, "end": { - "line": 90, + "line": 96, "column": 25 } } @@ -5147,31 +5617,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2962, - 2965 + 3173, + 3176 ], "loc": { "start": { - "line": 90, + "line": 96, "column": 26 }, "end": { - "line": 90, + "line": 96, "column": 29 } } }, "range": [ - 2959, - 2965 + 3170, + 3176 ], "loc": { "start": { - "line": 90, + "line": 96, "column": 23 }, "end": { - "line": 90, + "line": 96, "column": 29 } } @@ -5180,46 +5650,46 @@ "type": "Identifier", "name": "rows", "range": [ - 2966, - 2970 + 3177, + 3181 ], "loc": { "start": { - "line": 90, + "line": 96, "column": 30 }, "end": { - "line": 90, + "line": 96, "column": 34 } } }, "range": [ - 2959, - 2970 + 3170, + 3181 ], "loc": { "start": { - "line": 90, + "line": 96, "column": 23 }, "end": { - "line": 90, + "line": 96, "column": 34 } } }, "range": [ - 2952, - 2970 + 3163, + 3181 ], "loc": { "start": { - "line": 90, + "line": 96, "column": 16 }, "end": { - "line": 90, + "line": 96, "column": 34 } } @@ -5230,16 +5700,16 @@ "type": "Identifier", "name": "colvalues", "range": [ - 2988, - 2997 + 3199, + 3208 ], "loc": { "start": { - "line": 91, + "line": 97, "column": 16 }, "end": { - "line": 91, + "line": 97, "column": 25 } } @@ -5248,31 +5718,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 3000, - 3002 + 3211, + 3213 ], "loc": { "start": { - "line": 91, + "line": 97, "column": 28 }, "end": { - "line": 91, + "line": 97, "column": 30 } } }, "range": [ - 2988, - 3002 + 3199, + 3213 ], "loc": { "start": { - "line": 91, + "line": 97, "column": 16 }, "end": { - "line": 91, + "line": 97, "column": 30 } } @@ -5280,16 +5750,16 @@ ], "kind": "var", "range": [ - 2948, - 3003 + 3159, + 3214 ], "loc": { "start": { - "line": 90, + "line": 96, "column": 12 }, "end": { - "line": 91, + "line": 97, "column": 31 } } @@ -5305,17 +5775,17 @@ "type": "Identifier", "name": "ucol", "range": [ - 3025, - 3029 + 3237, + 3241 ], "loc": { "start": { - "line": 93, - "column": 20 + "line": 99, + "column": 21 }, "end": { - "line": 93, - "column": 24 + "line": 99, + "column": 25 } } }, @@ -5324,49 +5794,49 @@ "value": 0, "raw": "0", "range": [ - 3030, - 3031 + 3244, + 3245 ], "loc": { "start": { - "line": 93, - "column": 25 + "line": 99, + "column": 28 }, "end": { - "line": 93, - "column": 26 + "line": 99, + "column": 29 } } }, "range": [ - 3025, - 3031 + 3237, + 3245 ], "loc": { "start": { - "line": 93, - "column": 20 + "line": 99, + "column": 21 }, "end": { - "line": 93, - "column": 26 + "line": 99, + "column": 29 } } } ], "kind": "var", "range": [ - 3021, - 3031 + 3233, + 3245 ], "loc": { "start": { - "line": 93, - "column": 16 + "line": 99, + "column": 17 }, "end": { - "line": 93, - "column": 26 + "line": 99, + "column": 29 } } }, @@ -5377,17 +5847,17 @@ "type": "Identifier", "name": "ucol", "range": [ - 3033, - 3037 + 3247, + 3251 ], "loc": { "start": { - "line": 93, - "column": 28 + "line": 99, + "column": 31 }, "end": { - "line": 93, - "column": 32 + "line": 99, + "column": 35 } } }, @@ -5395,32 +5865,32 @@ "type": "Identifier", "name": "ucolMax", "range": [ - 3039, - 3046 + 3255, + 3262 ], "loc": { "start": { - "line": 93, - "column": 34 + "line": 99, + "column": 39 }, "end": { - "line": 93, - "column": 41 + "line": 99, + "column": 46 } } }, "range": [ - 3033, - 3046 + 3247, + 3262 ], "loc": { "start": { - "line": 93, - "column": 28 + "line": 99, + "column": 31 }, "end": { - "line": 93, - "column": 41 + "line": 99, + "column": 46 } } }, @@ -5431,33 +5901,33 @@ "type": "Identifier", "name": "ucol", "range": [ - 3048, - 3052 + 3264, + 3268 ], "loc": { "start": { - "line": 93, - "column": 43 + "line": 99, + "column": 48 }, "end": { - "line": 93, - "column": 47 + "line": 99, + "column": 52 } } }, "prefix": false, "range": [ - 3048, - 3054 + 3264, + 3270 ], "loc": { "start": { - "line": 93, - "column": 43 + "line": 99, + "column": 48 }, "end": { - "line": 93, - "column": 49 + "line": 99, + "column": 54 } } }, @@ -5475,16 +5945,16 @@ "type": "Identifier", "name": "colvalues", "range": [ - 3272, - 3281 + 3489, + 3498 ], "loc": { "start": { - "line": 97, + "line": 103, "column": 16 }, "end": { - "line": 97, + "line": 103, "column": 25 } } @@ -5493,31 +5963,31 @@ "type": "Identifier", "name": "push", "range": [ - 3282, - 3286 + 3499, + 3503 ], "loc": { "start": { - "line": 97, + "line": 103, "column": 26 }, "end": { - "line": 97, + "line": 103, "column": 30 } } }, "range": [ - 3272, - 3286 + 3489, + 3503 ], "loc": { "start": { - "line": 97, + "line": 103, "column": 16 }, "end": { - "line": 97, + "line": 103, "column": 30 } } @@ -5532,16 +6002,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3308, - 3310 + 3525, + 3527 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 20 }, "end": { - "line": 98, + "line": 104, "column": 22 } } @@ -5550,31 +6020,31 @@ "type": "Identifier", "name": "getColValues", "range": [ - 3311, - 3323 + 3528, + 3540 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 23 }, "end": { - "line": 98, + "line": 104, "column": 35 } } }, "range": [ - 3308, - 3323 + 3525, + 3540 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 20 }, "end": { - "line": 98, + "line": 104, "column": 35 } } @@ -5587,16 +6057,16 @@ "type": "Identifier", "name": "ucolIndex", "range": [ - 3324, - 3333 + 3541, + 3550 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 36 }, "end": { - "line": 98, + "line": 104, "column": 45 } } @@ -5605,31 +6075,31 @@ "type": "Identifier", "name": "ucol", "range": [ - 3334, - 3338 + 3551, + 3555 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 46 }, "end": { - "line": 98, + "line": 104, "column": 50 } } }, "range": [ - 3324, - 3339 + 3541, + 3556 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 36 }, "end": { - "line": 98, + "line": 104, "column": 51 } } @@ -5639,16 +6109,16 @@ "value": false, "raw": "false", "range": [ - 3341, - 3346 + 3558, + 3563 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 53 }, "end": { - "line": 98, + "line": 104, "column": 58 } } @@ -5658,16 +6128,16 @@ "value": true, "raw": "true", "range": [ - 3348, - 3352 + 3565, + 3569 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 60 }, "end": { - "line": 98, + "line": 104, "column": 64 } } @@ -5676,63 +6146,63 @@ "type": "Identifier", "name": "excludeRow", "range": [ - 3354, - 3364 + 3571, + 3581 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 66 }, "end": { - "line": 98, + "line": 104, "column": 76 } } } ], "range": [ - 3308, - 3365 + 3525, + 3582 ], "loc": { "start": { - "line": 98, + "line": 104, "column": 20 }, "end": { - "line": 98, + "line": 104, "column": 77 } } } ], "range": [ - 3272, - 3366 + 3489, + 3583 ], "loc": { "start": { - "line": 97, + "line": 103, "column": 16 }, "end": { - "line": 98, + "line": 104, "column": 78 } } }, "range": [ - 3272, - 3367 + 3489, + 3584 ], "loc": { "start": { - "line": 97, + "line": 103, "column": 16 }, "end": { - "line": 98, + "line": 104, "column": 79 } }, @@ -5741,16 +6211,16 @@ "type": "Line", "value": "this retrieves col values", "range": [ - 3073, - 3100 + 3290, + 3317 ], "loc": { "start": { - "line": 94, + "line": 100, "column": 16 }, "end": { - "line": 94, + "line": 100, "column": 43 } } @@ -5759,16 +6229,16 @@ "type": "Line", "value": "use ucolIndex because we only want to pass through this loop", "range": [ - 3117, - 3179 + 3334, + 3396 ], "loc": { "start": { - "line": 95, + "line": 101, "column": 16 }, "end": { - "line": 95, + "line": 101, "column": 78 } } @@ -5777,16 +6247,16 @@ "type": "Line", "value": "once for each column get the values in this unique column", "range": [ - 3196, - 3255 + 3413, + 3472 ], "loc": { "start": { - "line": 96, + "line": 102, "column": 16 }, "end": { - "line": 96, + "line": 102, "column": 75 } } @@ -5797,16 +6267,16 @@ "type": "Line", "value": "next: calculate all operations for this column", "range": [ - 3385, - 3433 + 3602, + 3650 ], "loc": { "start": { - "line": 100, + "line": 106, "column": 16 }, "end": { - "line": 100, + "line": 106, "column": 64 } } @@ -5822,32 +6292,32 @@ "type": "Identifier", "name": "result", "range": [ - 3454, - 3460 + 3671, + 3677 ], "loc": { "start": { - "line": 101, + "line": 107, "column": 20 }, "end": { - "line": 101, + "line": 107, "column": 26 } } }, "init": null, "range": [ - 3454, - 3460 + 3671, + 3677 ], "loc": { "start": { - "line": 101, + "line": 107, "column": 20 }, "end": { - "line": 101, + "line": 107, "column": 26 } } @@ -5858,16 +6328,16 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 3482, - 3490 + 3699, + 3707 ], "loc": { "start": { - "line": 102, + "line": 108, "column": 20 }, "end": { - "line": 102, + "line": 108, "column": 28 } } @@ -5877,32 +6347,32 @@ "value": 0, "raw": "0", "range": [ - 3491, - 3492 + 3710, + 3711 ], "loc": { "start": { - "line": 102, - "column": 29 + "line": 108, + "column": 31 }, "end": { - "line": 102, - "column": 30 + "line": 108, + "column": 32 } } }, "range": [ - 3482, - 3492 + 3699, + 3711 ], "loc": { "start": { - "line": 102, + "line": 108, "column": 20 }, "end": { - "line": 102, - "column": 30 + "line": 108, + "column": 32 } } }, @@ -5912,32 +6382,32 @@ "type": "Identifier", "name": "temp", "range": [ - 3514, - 3518 + 3733, + 3737 ], "loc": { "start": { - "line": 103, + "line": 109, "column": 20 }, "end": { - "line": 103, + "line": 109, "column": 24 } } }, "init": null, "range": [ - 3514, - 3518 + 3733, + 3737 ], "loc": { "start": { - "line": 103, + "line": 109, "column": 20 }, "end": { - "line": 103, + "line": 109, "column": 24 } } @@ -5948,16 +6418,16 @@ "type": "Identifier", "name": "meanValue", "range": [ - 3540, - 3549 + 3759, + 3768 ], "loc": { "start": { - "line": 104, + "line": 110, "column": 20 }, "end": { - "line": 104, + "line": 110, "column": 29 } } @@ -5967,32 +6437,32 @@ "value": 0, "raw": "0", "range": [ - 3550, - 3551 + 3771, + 3772 ], "loc": { "start": { - "line": 104, - "column": 30 + "line": 110, + "column": 32 }, "end": { - "line": 104, - "column": 31 + "line": 110, + "column": 33 } } }, "range": [ - 3540, - 3551 + 3759, + 3772 ], "loc": { "start": { - "line": 104, + "line": 110, "column": 20 }, "end": { - "line": 104, - "column": 31 + "line": 110, + "column": 33 } } }, @@ -6002,16 +6472,16 @@ "type": "Identifier", "name": "sumValue", "range": [ - 3573, - 3581 + 3794, + 3802 ], "loc": { "start": { - "line": 105, + "line": 111, "column": 20 }, "end": { - "line": 105, + "line": 111, "column": 28 } } @@ -6021,32 +6491,32 @@ "value": 0, "raw": "0", "range": [ - 3582, - 3583 + 3805, + 3806 ], "loc": { "start": { - "line": 105, - "column": 29 + "line": 111, + "column": 31 }, "end": { - "line": 105, - "column": 30 + "line": 111, + "column": 32 } } }, "range": [ - 3573, - 3583 + 3794, + 3806 ], "loc": { "start": { - "line": 105, + "line": 111, "column": 20 }, "end": { - "line": 105, - "column": 30 + "line": 111, + "column": 32 } } }, @@ -6056,16 +6526,16 @@ "type": "Identifier", "name": "minValue", "range": [ - 3605, - 3613 + 3828, + 3836 ], "loc": { "start": { - "line": 106, + "line": 112, "column": 20 }, "end": { - "line": 106, + "line": 112, "column": 28 } } @@ -6075,32 +6545,32 @@ "value": null, "raw": "null", "range": [ - 3614, - 3618 + 3839, + 3843 ], "loc": { "start": { - "line": 106, - "column": 29 + "line": 112, + "column": 31 }, "end": { - "line": 106, - "column": 33 + "line": 112, + "column": 35 } } }, "range": [ - 3605, - 3618 + 3828, + 3843 ], "loc": { "start": { - "line": 106, + "line": 112, "column": 20 }, "end": { - "line": 106, - "column": 33 + "line": 112, + "column": 35 } } }, @@ -6110,16 +6580,16 @@ "type": "Identifier", "name": "maxValue", "range": [ - 3640, - 3648 + 3865, + 3873 ], "loc": { "start": { - "line": 107, + "line": 113, "column": 20 }, "end": { - "line": 107, + "line": 113, "column": 28 } } @@ -6129,32 +6599,32 @@ "value": null, "raw": "null", "range": [ - 3649, - 3653 + 3876, + 3880 ], "loc": { "start": { - "line": 107, - "column": 29 + "line": 113, + "column": 31 }, "end": { - "line": 107, - "column": 33 + "line": 113, + "column": 35 } } }, "range": [ - 3640, - 3653 + 3865, + 3880 ], "loc": { "start": { - "line": 107, + "line": 113, "column": 20 }, "end": { - "line": 107, - "column": 33 + "line": 113, + "column": 35 } } }, @@ -6164,16 +6634,16 @@ "type": "Identifier", "name": "q1Value", "range": [ - 3675, - 3682 + 3902, + 3909 ], "loc": { "start": { - "line": 108, + "line": 114, "column": 20 }, "end": { - "line": 108, + "line": 114, "column": 27 } } @@ -6183,32 +6653,32 @@ "value": null, "raw": "null", "range": [ - 3683, - 3687 + 3912, + 3916 ], "loc": { "start": { - "line": 108, - "column": 28 + "line": 114, + "column": 30 }, "end": { - "line": 108, - "column": 32 + "line": 114, + "column": 34 } } }, "range": [ - 3675, - 3687 + 3902, + 3916 ], "loc": { "start": { - "line": 108, + "line": 114, "column": 20 }, "end": { - "line": 108, - "column": 32 + "line": 114, + "column": 34 } } }, @@ -6218,16 +6688,16 @@ "type": "Identifier", "name": "medValue", "range": [ - 3709, - 3717 + 3938, + 3946 ], "loc": { "start": { - "line": 109, + "line": 115, "column": 20 }, "end": { - "line": 109, + "line": 115, "column": 28 } } @@ -6237,32 +6707,32 @@ "value": null, "raw": "null", "range": [ - 3718, - 3722 + 3949, + 3953 ], "loc": { "start": { - "line": 109, - "column": 29 + "line": 115, + "column": 31 }, "end": { - "line": 109, - "column": 33 + "line": 115, + "column": 35 } } }, "range": [ - 3709, - 3722 + 3938, + 3953 ], "loc": { "start": { - "line": 109, + "line": 115, "column": 20 }, "end": { - "line": 109, - "column": 33 + "line": 115, + "column": 35 } } }, @@ -6272,16 +6742,16 @@ "type": "Identifier", "name": "q3Value", "range": [ - 3744, - 3751 + 3975, + 3982 ], "loc": { "start": { - "line": 110, + "line": 116, "column": 20 }, "end": { - "line": 110, + "line": 116, "column": 27 } } @@ -6291,32 +6761,32 @@ "value": null, "raw": "null", "range": [ - 3752, - 3756 + 3985, + 3989 ], "loc": { "start": { - "line": 110, - "column": 28 + "line": 116, + "column": 30 }, "end": { - "line": 110, - "column": 32 + "line": 116, + "column": 34 } } }, "range": [ - 3744, - 3756 + 3975, + 3989 ], "loc": { "start": { - "line": 110, + "line": 116, "column": 20 }, "end": { - "line": 110, - "column": 32 + "line": 116, + "column": 34 } } }, @@ -6326,16 +6796,16 @@ "type": "Identifier", "name": "meanFlag", "range": [ - 3778, - 3786 + 4011, + 4019 ], "loc": { "start": { - "line": 111, + "line": 117, "column": 20 }, "end": { - "line": 111, + "line": 117, "column": 28 } } @@ -6345,32 +6815,32 @@ "value": 0, "raw": "0", "range": [ - 3787, - 3788 + 4022, + 4023 ], "loc": { "start": { - "line": 111, - "column": 29 + "line": 117, + "column": 31 }, "end": { - "line": 111, - "column": 30 + "line": 117, + "column": 32 } } }, "range": [ - 3778, - 3788 + 4011, + 4023 ], "loc": { "start": { - "line": 111, + "line": 117, "column": 20 }, "end": { - "line": 111, - "column": 30 + "line": 117, + "column": 32 } } }, @@ -6380,16 +6850,16 @@ "type": "Identifier", "name": "sumFlag", "range": [ - 3810, - 3817 + 4045, + 4052 ], "loc": { "start": { - "line": 112, + "line": 118, "column": 20 }, "end": { - "line": 112, + "line": 118, "column": 27 } } @@ -6399,32 +6869,32 @@ "value": 0, "raw": "0", "range": [ - 3818, - 3819 + 4055, + 4056 ], "loc": { "start": { - "line": 112, - "column": 28 + "line": 118, + "column": 30 }, "end": { - "line": 112, - "column": 29 + "line": 118, + "column": 31 } } }, "range": [ - 3810, - 3819 + 4045, + 4056 ], "loc": { "start": { - "line": 112, + "line": 118, "column": 20 }, "end": { - "line": 112, - "column": 29 + "line": 118, + "column": 31 } } }, @@ -6434,16 +6904,16 @@ "type": "Identifier", "name": "minFlag", "range": [ - 3841, - 3848 + 4078, + 4085 ], "loc": { "start": { - "line": 113, + "line": 119, "column": 20 }, "end": { - "line": 113, + "line": 119, "column": 27 } } @@ -6453,32 +6923,32 @@ "value": 0, "raw": "0", "range": [ - 3849, - 3850 + 4088, + 4089 ], "loc": { "start": { - "line": 113, - "column": 28 + "line": 119, + "column": 30 }, "end": { - "line": 113, - "column": 29 + "line": 119, + "column": 31 } } }, "range": [ - 3841, - 3850 + 4078, + 4089 ], "loc": { "start": { - "line": 113, + "line": 119, "column": 20 }, "end": { - "line": 113, - "column": 29 + "line": 119, + "column": 31 } } }, @@ -6488,16 +6958,16 @@ "type": "Identifier", "name": "maxFlag", "range": [ - 3872, - 3879 + 4111, + 4118 ], "loc": { "start": { - "line": 114, + "line": 120, "column": 20 }, "end": { - "line": 114, + "line": 120, "column": 27 } } @@ -6507,32 +6977,32 @@ "value": 0, "raw": "0", "range": [ - 3880, - 3881 + 4121, + 4122 ], "loc": { "start": { - "line": 114, - "column": 28 + "line": 120, + "column": 30 }, "end": { - "line": 114, - "column": 29 + "line": 120, + "column": 31 } } }, "range": [ - 3872, - 3881 + 4111, + 4122 ], "loc": { "start": { - "line": 114, + "line": 120, "column": 20 }, "end": { - "line": 114, - "column": 29 + "line": 120, + "column": 31 } } }, @@ -6542,16 +7012,16 @@ "type": "Identifier", "name": "q1Flag", "range": [ - 3903, - 3909 + 4144, + 4150 ], "loc": { "start": { - "line": 115, + "line": 121, "column": 20 }, "end": { - "line": 115, + "line": 121, "column": 26 } } @@ -6561,32 +7031,32 @@ "value": 0, "raw": "0", "range": [ - 3910, - 3911 + 4153, + 4154 ], "loc": { "start": { - "line": 115, - "column": 27 + "line": 121, + "column": 29 }, "end": { - "line": 115, - "column": 28 + "line": 121, + "column": 30 } } }, "range": [ - 3903, - 3911 + 4144, + 4154 ], "loc": { "start": { - "line": 115, + "line": 121, "column": 20 }, "end": { - "line": 115, - "column": 28 + "line": 121, + "column": 30 } } }, @@ -6596,16 +7066,16 @@ "type": "Identifier", "name": "medFlag", "range": [ - 3933, - 3940 + 4176, + 4183 ], "loc": { "start": { - "line": 116, + "line": 122, "column": 20 }, "end": { - "line": 116, + "line": 122, "column": 27 } } @@ -6615,32 +7085,32 @@ "value": 0, "raw": "0", "range": [ - 3941, - 3942 + 4186, + 4187 ], "loc": { "start": { - "line": 116, - "column": 28 + "line": 122, + "column": 30 }, "end": { - "line": 116, - "column": 29 + "line": 122, + "column": 31 } } }, "range": [ - 3933, - 3942 + 4176, + 4187 ], "loc": { "start": { - "line": 116, + "line": 122, "column": 20 }, "end": { - "line": 116, - "column": 29 + "line": 122, + "column": 31 } } }, @@ -6650,16 +7120,16 @@ "type": "Identifier", "name": "q3Flag", "range": [ - 3964, - 3970 + 4209, + 4215 ], "loc": { "start": { - "line": 117, + "line": 123, "column": 20 }, "end": { - "line": 117, + "line": 123, "column": 26 } } @@ -6669,32 +7139,32 @@ "value": 0, "raw": "0", "range": [ - 3971, - 3972 + 4218, + 4219 ], "loc": { "start": { - "line": 117, - "column": 27 + "line": 123, + "column": 29 }, "end": { - "line": 117, - "column": 28 + "line": 123, + "column": 30 } } }, "range": [ - 3964, - 3972 + 4209, + 4219 ], "loc": { "start": { - "line": 117, + "line": 123, "column": 20 }, "end": { - "line": 117, - "column": 28 + "line": 123, + "column": 30 } } }, @@ -6704,16 +7174,16 @@ "type": "Identifier", "name": "theList", "range": [ - 3994, - 4001 + 4241, + 4248 ], "loc": { "start": { - "line": 118, + "line": 124, "column": 20 }, "end": { - "line": 118, + "line": 124, "column": 27 } } @@ -6722,32 +7192,32 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4002, - 4004 + 4251, + 4253 ], "loc": { "start": { - "line": 118, - "column": 28 + "line": 124, + "column": 30 }, "end": { - "line": 118, - "column": 30 + "line": 124, + "column": 32 } } }, "range": [ - 3994, - 4004 + 4241, + 4253 ], "loc": { "start": { - "line": 118, + "line": 124, "column": 20 }, "end": { - "line": 118, - "column": 30 + "line": 124, + "column": 32 } } }, @@ -6757,16 +7227,16 @@ "type": "Identifier", "name": "opsThisCol", "range": [ - 4026, - 4036 + 4275, + 4285 ], "loc": { "start": { - "line": 119, + "line": 125, "column": 20 }, "end": { - "line": 119, + "line": 125, "column": 30 } } @@ -6775,32 +7245,32 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4037, - 4039 + 4288, + 4290 ], "loc": { "start": { - "line": 119, - "column": 31 + "line": 125, + "column": 33 }, "end": { - "line": 119, - "column": 33 + "line": 125, + "column": 35 } } }, "range": [ - 4026, - 4039 + 4275, + 4290 ], "loc": { "start": { - "line": 119, + "line": 125, "column": 20 }, "end": { - "line": 119, - "column": 33 + "line": 125, + "column": 35 } } }, @@ -6810,16 +7280,16 @@ "type": "Identifier", "name": "decThisCol", "range": [ - 4061, - 4071 + 4312, + 4322 ], "loc": { "start": { - "line": 120, + "line": 126, "column": 20 }, "end": { - "line": 120, + "line": 126, "column": 30 } } @@ -6828,32 +7298,32 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4072, - 4074 + 4325, + 4327 ], "loc": { "start": { - "line": 120, - "column": 31 + "line": 126, + "column": 33 }, "end": { - "line": 120, - "column": 33 + "line": 126, + "column": 35 } } }, "range": [ - 4061, - 4074 + 4312, + 4327 ], "loc": { "start": { - "line": 120, + "line": 126, "column": 20 }, "end": { - "line": 120, - "column": 33 + "line": 126, + "column": 35 } } }, @@ -6863,16 +7333,16 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 4096, - 4106 + 4349, + 4359 ], "loc": { "start": { - "line": 121, + "line": 127, "column": 20 }, "end": { - "line": 121, + "line": 127, "column": 30 } } @@ -6881,32 +7351,32 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4107, - 4109 + 4362, + 4364 ], "loc": { "start": { - "line": 121, - "column": 31 + "line": 127, + "column": 33 }, "end": { - "line": 121, - "column": 33 + "line": 127, + "column": 35 } } }, "range": [ - 4096, - 4109 + 4349, + 4364 ], "loc": { "start": { - "line": 121, + "line": 127, "column": 20 }, "end": { - "line": 121, - "column": 33 + "line": 127, + "column": 35 } } }, @@ -6916,16 +7386,16 @@ "type": "Identifier", "name": "oTypeThisCol", "range": [ - 4131, - 4143 + 4386, + 4398 ], "loc": { "start": { - "line": 122, + "line": 128, "column": 20 }, "end": { - "line": 122, + "line": 128, "column": 32 } } @@ -6934,32 +7404,32 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4144, - 4146 + 4401, + 4403 ], "loc": { "start": { - "line": 122, - "column": 33 + "line": 128, + "column": 35 }, "end": { - "line": 122, - "column": 35 + "line": 128, + "column": 37 } } }, "range": [ - 4131, - 4146 + 4386, + 4403 ], "loc": { "start": { - "line": 122, + "line": 128, "column": 20 }, "end": { - "line": 122, - "column": 35 + "line": 128, + "column": 37 } } }, @@ -6969,16 +7439,16 @@ "type": "Identifier", "name": "mThisCol", "range": [ - 4168, - 4176 + 4425, + 4433 ], "loc": { "start": { - "line": 123, + "line": 129, "column": 20 }, "end": { - "line": 123, + "line": 129, "column": 28 } } @@ -6991,65 +7461,65 @@ "value": 1, "raw": "1", "range": [ - 4178, - 4179 + 4437, + 4438 ], "loc": { "start": { - "line": 123, - "column": 30 + "line": 129, + "column": 32 }, "end": { - "line": 123, - "column": 31 + "line": 129, + "column": 33 } } }, "prefix": true, "range": [ - 4177, - 4179 + 4436, + 4438 ], "loc": { "start": { - "line": 123, - "column": 29 + "line": 129, + "column": 31 }, "end": { - "line": 123, - "column": 31 + "line": 129, + "column": 33 } } }, "range": [ - 4168, - 4179 + 4425, + 4438 ], "loc": { "start": { - "line": 123, + "line": 129, "column": 20 }, "end": { - "line": 123, - "column": 31 + "line": 129, + "column": 33 } } } ], "kind": "var", "range": [ - 3450, - 4180 + 3667, + 4439 ], "loc": { "start": { - "line": 101, + "line": 107, "column": 16 }, "end": { - "line": 123, - "column": 32 + "line": 129, + "column": 34 } }, "leadingComments": [ @@ -7057,16 +7527,16 @@ "type": "Line", "value": "next: calculate all operations for this column", "range": [ - 3385, - 3433 + 3602, + 3650 ], "loc": { "start": { - "line": 100, + "line": 106, "column": 16 }, "end": { - "line": 100, + "line": 106, "column": 64 } } @@ -7084,17 +7554,17 @@ "type": "Identifier", "name": "k", "range": [ - 4206, - 4207 + 4466, + 4467 ], "loc": { "start": { - "line": 125, - "column": 24 + "line": 131, + "column": 25 }, "end": { - "line": 125, - "column": 25 + "line": 131, + "column": 26 } } }, @@ -7103,49 +7573,49 @@ "value": 0, "raw": "0", "range": [ - 4208, - 4209 + 4470, + 4471 ], "loc": { "start": { - "line": 125, - "column": 26 + "line": 131, + "column": 29 }, "end": { - "line": 125, - "column": 27 + "line": 131, + "column": 30 } } }, "range": [ - 4206, - 4209 + 4466, + 4471 ], "loc": { "start": { - "line": 125, - "column": 24 + "line": 131, + "column": 25 }, "end": { - "line": 125, - "column": 27 + "line": 131, + "column": 30 } } } ], "kind": "var", "range": [ - 4202, - 4209 + 4462, + 4471 ], "loc": { "start": { - "line": 125, - "column": 20 + "line": 131, + "column": 21 }, "end": { - "line": 125, - "column": 27 + "line": 131, + "column": 30 } } }, @@ -7156,17 +7626,17 @@ "type": "Identifier", "name": "k", "range": [ - 4211, - 4212 + 4473, + 4474 ], "loc": { "start": { - "line": 125, - "column": 29 + "line": 131, + "column": 32 }, "end": { - "line": 125, - "column": 30 + "line": 131, + "column": 33 } } }, @@ -7177,17 +7647,17 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4213, - 4221 + 4477, + 4485 ], "loc": { "start": { - "line": 125, - "column": 31 + "line": 131, + "column": 36 }, "end": { - "line": 125, - "column": 39 + "line": 131, + "column": 44 } } }, @@ -7195,47 +7665,47 @@ "type": "Identifier", "name": "length", "range": [ - 4222, - 4228 + 4486, + 4492 ], "loc": { "start": { - "line": 125, - "column": 40 + "line": 131, + "column": 45 }, "end": { - "line": 125, - "column": 46 + "line": 131, + "column": 51 } } }, "range": [ - 4213, - 4228 + 4477, + 4492 ], "loc": { "start": { - "line": 125, - "column": 31 + "line": 131, + "column": 36 }, "end": { - "line": 125, - "column": 46 + "line": 131, + "column": 51 } } }, "range": [ - 4211, - 4228 + 4473, + 4492 ], "loc": { "start": { - "line": 125, - "column": 29 + "line": 131, + "column": 32 }, "end": { - "line": 125, - "column": 46 + "line": 131, + "column": 51 } } }, @@ -7246,33 +7716,33 @@ "type": "Identifier", "name": "k", "range": [ - 4230, - 4231 + 4494, + 4495 ], "loc": { "start": { - "line": 125, - "column": 48 + "line": 131, + "column": 53 }, "end": { - "line": 125, - "column": 49 + "line": 131, + "column": 54 } } }, "prefix": false, "range": [ - 4230, - 4233 + 4494, + 4497 ], "loc": { "start": { - "line": 125, - "column": 48 + "line": 131, + "column": 53 }, "end": { - "line": 125, - "column": 51 + "line": 131, + "column": 56 } } }, @@ -7291,17 +7761,17 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4259, - 4267 + 4525, + 4533 ], "loc": { "start": { - "line": 126, - "column": 23 + "line": 132, + "column": 24 }, "end": { - "line": 126, - "column": 31 + "line": 132, + "column": 32 } } }, @@ -7309,32 +7779,32 @@ "type": "Identifier", "name": "k", "range": [ - 4268, - 4269 + 4534, + 4535 ], "loc": { "start": { - "line": 126, - "column": 32 + "line": 132, + "column": 33 }, "end": { - "line": 126, - "column": 33 + "line": 132, + "column": 34 } } }, "range": [ - 4259, - 4270 + 4525, + 4536 ], "loc": { "start": { - "line": 126, - "column": 23 + "line": 132, + "column": 24 }, "end": { - "line": 126, - "column": 34 + "line": 132, + "column": 35 } } }, @@ -7345,17 +7815,17 @@ "type": "Identifier", "name": "ucolIndex", "range": [ - 4275, - 4284 + 4541, + 4550 ], "loc": { "start": { - "line": 126, - "column": 39 + "line": 132, + "column": 40 }, "end": { - "line": 126, - "column": 48 + "line": 132, + "column": 49 } } }, @@ -7363,47 +7833,47 @@ "type": "Identifier", "name": "ucol", "range": [ - 4285, - 4289 + 4551, + 4555 ], "loc": { "start": { - "line": 126, - "column": 49 + "line": 132, + "column": 50 }, "end": { - "line": 126, - "column": 53 + "line": 132, + "column": 54 } } }, "range": [ - 4275, - 4290 + 4541, + 4556 ], "loc": { "start": { - "line": 126, - "column": 39 + "line": 132, + "column": 40 }, "end": { - "line": 126, - "column": 54 + "line": 132, + "column": 55 } } }, "range": [ - 4259, - 4290 + 4525, + 4556 ], "loc": { "start": { - "line": 126, - "column": 23 + "line": 132, + "column": 24 }, "end": { - "line": 126, - "column": 54 + "line": 132, + "column": 55 } } }, @@ -7419,47 +7889,47 @@ "type": "Identifier", "name": "mThisCol", "range": [ - 4317, - 4325 + 4584, + 4592 ], "loc": { "start": { - "line": 127, + "line": 133, "column": 24 }, "end": { - "line": 127, + "line": 133, "column": 32 } } }, "prefix": false, "range": [ - 4317, - 4327 + 4584, + 4594 ], "loc": { "start": { - "line": 127, + "line": 133, "column": 24 }, "end": { - "line": 127, + "line": 133, "column": 34 } } }, "range": [ - 4317, - 4328 + 4584, + 4595 ], "loc": { "start": { - "line": 127, + "line": 133, "column": 24 }, "end": { - "line": 127, + "line": 133, "column": 35 } } @@ -7476,16 +7946,16 @@ "type": "Identifier", "name": "opsThisCol", "range": [ - 4353, - 4363 + 4620, + 4630 ], "loc": { "start": { - "line": 128, + "line": 134, "column": 24 }, "end": { - "line": 128, + "line": 134, "column": 34 } } @@ -7494,31 +7964,31 @@ "type": "Identifier", "name": "mThisCol", "range": [ - 4364, - 4372 + 4631, + 4639 ], "loc": { "start": { - "line": 128, + "line": 134, "column": 35 }, "end": { - "line": 128, + "line": 134, "column": 43 } } }, "range": [ - 4353, - 4373 + 4620, + 4640 ], "loc": { "start": { - "line": 128, + "line": 134, "column": 24 }, "end": { - "line": 128, + "line": 134, "column": 44 } } @@ -7532,17 +8002,17 @@ "type": "Identifier", "name": "Str", "range": [ - 4374, - 4377 + 4643, + 4646 ], "loc": { "start": { - "line": 128, - "column": 45 + "line": 134, + "column": 47 }, "end": { - "line": 128, - "column": 48 + "line": 134, + "column": 50 } } }, @@ -7550,32 +8020,32 @@ "type": "Identifier", "name": "lower", "range": [ - 4378, - 4383 + 4647, + 4652 ], "loc": { "start": { - "line": 128, - "column": 49 + "line": 134, + "column": 51 }, "end": { - "line": 128, - "column": 54 + "line": 134, + "column": 56 } } }, "range": [ - 4374, - 4383 + 4643, + 4652 ], "loc": { "start": { - "line": 128, - "column": 45 + "line": 134, + "column": 47 }, "end": { - "line": 128, - "column": 54 + "line": 134, + "column": 56 } } }, @@ -7587,17 +8057,17 @@ "type": "Identifier", "name": "operation", "range": [ - 4384, - 4393 + 4653, + 4662 ], "loc": { "start": { - "line": 128, - "column": 55 + "line": 134, + "column": 57 }, "end": { - "line": 128, - "column": 64 + "line": 134, + "column": 66 } } }, @@ -7605,78 +8075,78 @@ "type": "Identifier", "name": "k", "range": [ - 4394, - 4395 + 4663, + 4664 ], "loc": { "start": { - "line": 128, - "column": 65 + "line": 134, + "column": 67 }, "end": { - "line": 128, - "column": 66 + "line": 134, + "column": 68 } } }, "range": [ - 4384, - 4396 + 4653, + 4665 ], "loc": { "start": { - "line": 128, - "column": 55 + "line": 134, + "column": 57 }, "end": { - "line": 128, - "column": 67 + "line": 134, + "column": 69 } } } ], "range": [ - 4374, - 4397 + 4643, + 4666 ], "loc": { "start": { - "line": 128, - "column": 45 + "line": 134, + "column": 47 }, "end": { - "line": 128, - "column": 68 + "line": 134, + "column": 70 } } }, "range": [ - 4353, - 4397 + 4620, + 4666 ], "loc": { "start": { - "line": 128, + "line": 134, "column": 24 }, "end": { - "line": 128, - "column": 68 + "line": 134, + "column": 70 } } }, "range": [ - 4353, - 4398 + 4620, + 4667 ], "loc": { "start": { - "line": 128, + "line": 134, "column": 24 }, "end": { - "line": 128, - "column": 69 + "line": 134, + "column": 71 } } }, @@ -7692,16 +8162,16 @@ "type": "Identifier", "name": "decThisCol", "range": [ - 4423, - 4433 + 4692, + 4702 ], "loc": { "start": { - "line": 129, + "line": 135, "column": 24 }, "end": { - "line": 129, + "line": 135, "column": 34 } } @@ -7710,31 +8180,31 @@ "type": "Identifier", "name": "mThisCol", "range": [ - 4434, - 4442 + 4703, + 4711 ], "loc": { "start": { - "line": 129, + "line": 135, "column": 35 }, "end": { - "line": 129, + "line": 135, "column": 43 } } }, "range": [ - 4423, - 4443 + 4692, + 4712 ], "loc": { "start": { - "line": 129, + "line": 135, "column": 24 }, "end": { - "line": 129, + "line": 135, "column": 44 } } @@ -7746,17 +8216,17 @@ "type": "Identifier", "name": "decimalPrecision", "range": [ - 4444, - 4460 + 4715, + 4731 ], "loc": { "start": { - "line": 129, - "column": 45 + "line": 135, + "column": 47 }, "end": { - "line": 129, - "column": 61 + "line": 135, + "column": 63 } } }, @@ -7764,62 +8234,62 @@ "type": "Identifier", "name": "k", "range": [ - 4461, - 4462 + 4732, + 4733 ], "loc": { "start": { - "line": 129, - "column": 62 + "line": 135, + "column": 64 }, "end": { - "line": 129, - "column": 63 + "line": 135, + "column": 65 } } }, "range": [ - 4444, - 4463 + 4715, + 4734 ], "loc": { "start": { - "line": 129, - "column": 45 + "line": 135, + "column": 47 }, "end": { - "line": 129, - "column": 64 + "line": 135, + "column": 66 } } }, "range": [ - 4423, - 4463 + 4692, + 4734 ], "loc": { "start": { - "line": 129, + "line": 135, "column": 24 }, "end": { - "line": 129, - "column": 64 + "line": 135, + "column": 66 } } }, "range": [ - 4423, - 4464 + 4692, + 4735 ], "loc": { "start": { - "line": 129, + "line": 135, "column": 24 }, "end": { - "line": 129, - "column": 65 + "line": 135, + "column": 67 } } }, @@ -7835,16 +8305,16 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 4489, - 4499 + 4760, + 4770 ], "loc": { "start": { - "line": 130, + "line": 136, "column": 24 }, "end": { - "line": 130, + "line": 136, "column": 34 } } @@ -7853,31 +8323,31 @@ "type": "Identifier", "name": "mThisCol", "range": [ - 4500, - 4508 + 4771, + 4779 ], "loc": { "start": { - "line": 130, + "line": 136, "column": 35 }, "end": { - "line": 130, + "line": 136, "column": 43 } } }, "range": [ - 4489, - 4509 + 4760, + 4780 ], "loc": { "start": { - "line": 130, + "line": 136, "column": 24 }, "end": { - "line": 130, + "line": 136, "column": 44 } } @@ -7889,17 +8359,17 @@ "type": "Identifier", "name": "labelId", "range": [ - 4510, - 4517 + 4783, + 4790 ], "loc": { "start": { - "line": 130, - "column": 45 + "line": 136, + "column": 47 }, "end": { - "line": 130, - "column": 52 + "line": 136, + "column": 54 } } }, @@ -7907,62 +8377,62 @@ "type": "Identifier", "name": "k", "range": [ - 4518, - 4519 + 4791, + 4792 ], "loc": { "start": { - "line": 130, - "column": 53 + "line": 136, + "column": 55 }, "end": { - "line": 130, - "column": 54 + "line": 136, + "column": 56 } } }, "range": [ - 4510, - 4520 + 4783, + 4793 ], "loc": { "start": { - "line": 130, - "column": 45 + "line": 136, + "column": 47 }, "end": { - "line": 130, - "column": 55 + "line": 136, + "column": 57 } } }, "range": [ - 4489, - 4520 + 4760, + 4793 ], "loc": { "start": { - "line": 130, + "line": 136, "column": 24 }, "end": { - "line": 130, - "column": 55 + "line": 136, + "column": 57 } } }, "range": [ - 4489, - 4521 + 4760, + 4794 ], "loc": { "start": { - "line": 130, + "line": 136, "column": 24 }, "end": { - "line": 130, - "column": 56 + "line": 136, + "column": 58 } } }, @@ -7975,16 +8445,16 @@ "type": "Identifier", "name": "oTypeThisCol", "range": [ - 4546, - 4558 + 4819, + 4831 ], "loc": { "start": { - "line": 131, + "line": 137, "column": 24 }, "end": { - "line": 131, + "line": 137, "column": 36 } } @@ -8001,16 +8471,16 @@ "type": "Identifier", "name": "outputType", "range": [ - 4561, - 4571 + 4834, + 4844 ], "loc": { "start": { - "line": 131, + "line": 137, "column": 39 }, "end": { - "line": 131, + "line": 137, "column": 49 } } @@ -8019,31 +8489,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 4576, - 4585 + 4849, + 4858 ], "loc": { "start": { - "line": 131, + "line": 137, "column": 54 }, "end": { - "line": 131, + "line": 137, "column": 63 } } }, "range": [ - 4561, - 4585 + 4834, + 4858 ], "loc": { "start": { - "line": 131, + "line": 137, "column": 39 }, "end": { - "line": 131, + "line": 137, "column": 63 } } @@ -8060,16 +8530,16 @@ "type": "Identifier", "name": "Str", "range": [ - 4617, - 4620 + 4890, + 4893 ], "loc": { "start": { - "line": 132, + "line": 138, "column": 28 }, "end": { - "line": 132, + "line": 138, "column": 31 } } @@ -8078,31 +8548,31 @@ "type": "Identifier", "name": "lower", "range": [ - 4621, - 4626 + 4894, + 4899 ], "loc": { "start": { - "line": 132, + "line": 138, "column": 32 }, "end": { - "line": 132, + "line": 138, "column": 37 } } }, "range": [ - 4617, - 4626 + 4890, + 4899 ], "loc": { "start": { - "line": 132, + "line": 138, "column": 28 }, "end": { - "line": 132, + "line": 138, "column": 37 } } @@ -8115,48 +8585,48 @@ "type": "Identifier", "name": "outputType", "range": [ - 4634, - 4644 + 4907, + 4917 ], "loc": { "start": { - "line": 132, + "line": 138, "column": 45 }, "end": { - "line": 132, + "line": 138, "column": 55 } } }, "prefix": true, "range": [ - 4627, - 4644 + 4900, + 4917 ], "loc": { "start": { - "line": 132, + "line": 138, "column": 38 }, "end": { - "line": 132, + "line": 138, "column": 55 } } } ], "range": [ - 4617, - 4645 + 4890, + 4918 ], "loc": { "start": { - "line": 132, + "line": 138, "column": 28 }, "end": { - "line": 132, + "line": 138, "column": 56 } } @@ -8166,47 +8636,47 @@ "value": "object", "raw": "'object'", "range": [ - 4648, - 4656 + 4923, + 4931 ], "loc": { "start": { - "line": 132, - "column": 59 + "line": 138, + "column": 61 }, "end": { - "line": 132, - "column": 67 + "line": 138, + "column": 69 } } }, "range": [ - 4617, - 4656 + 4890, + 4931 ], "loc": { "start": { - "line": 132, + "line": 138, "column": 28 }, "end": { - "line": 132, - "column": 67 + "line": 138, + "column": 69 } } }, "range": [ - 4561, - 4656 + 4834, + 4931 ], "loc": { "start": { - "line": 131, + "line": 137, "column": 39 }, "end": { - "line": 132, - "column": 67 + "line": 138, + "column": 69 } } }, @@ -8217,16 +8687,16 @@ "type": "Identifier", "name": "outputType", "range": [ - 4687, - 4697 + 4962, + 4972 ], "loc": { "start": { - "line": 133, + "line": 139, "column": 28 }, "end": { - "line": 133, + "line": 139, "column": 38 } } @@ -8235,31 +8705,31 @@ "type": "Identifier", "name": "k", "range": [ - 4698, - 4699 + 4973, + 4974 ], "loc": { "start": { - "line": 133, + "line": 139, "column": 39 }, "end": { - "line": 133, + "line": 139, "column": 40 } } }, "range": [ - 4687, - 4700 + 4962, + 4975 ], "loc": { "start": { - "line": 133, + "line": 139, "column": 28 }, "end": { - "line": 133, + "line": 139, "column": 41 } } @@ -8269,61 +8739,61 @@ "value": null, "raw": "null", "range": [ - 4703, - 4707 + 4978, + 4982 ], "loc": { "start": { - "line": 133, + "line": 139, "column": 44 }, "end": { - "line": 133, + "line": 139, "column": 48 } } }, "range": [ - 4561, - 4707 + 4834, + 4982 ], "loc": { "start": { - "line": 131, + "line": 137, "column": 39 }, "end": { - "line": 133, + "line": 139, "column": 48 } } }, "range": [ - 4546, - 4707 + 4819, + 4982 ], "loc": { "start": { - "line": 131, + "line": 137, "column": 24 }, "end": { - "line": 133, + "line": 139, "column": 48 } } }, "range": [ - 4546, - 4708 + 4819, + 4983 ], "loc": { "start": { - "line": 131, + "line": 137, "column": 24 }, "end": { - "line": 133, + "line": 139, "column": 49 } } @@ -8337,17 +8807,17 @@ "type": "Identifier", "name": "opsThisCol", "range": [ - 4741, - 4751 + 5017, + 5027 ], "loc": { "start": { - "line": 135, - "column": 31 + "line": 141, + "column": 32 }, "end": { - "line": 135, - "column": 41 + "line": 141, + "column": 42 } } }, @@ -8355,32 +8825,32 @@ "type": "Identifier", "name": "mThisCol", "range": [ - 4752, - 4760 + 5028, + 5036 ], "loc": { "start": { - "line": 135, - "column": 42 + "line": 141, + "column": 43 }, "end": { - "line": 135, - "column": 50 + "line": 141, + "column": 51 } } }, "range": [ - 4741, - 4761 + 5017, + 5037 ], "loc": { "start": { - "line": 135, - "column": 31 + "line": 141, + "column": 32 }, "end": { - "line": 135, - "column": 51 + "line": 141, + "column": 52 } } }, @@ -8392,16 +8862,16 @@ "value": "mean", "raw": "'mean'", "range": [ - 4797, - 4803 + 5074, + 5080 ], "loc": { "start": { - "line": 136, + "line": 142, "column": 33 }, "end": { - "line": 136, + "line": 142, "column": 39 } } @@ -8416,16 +8886,16 @@ "type": "Identifier", "name": "meanFlag", "range": [ - 4837, - 4845 + 5114, + 5122 ], "loc": { "start": { - "line": 137, + "line": 143, "column": 32 }, "end": { - "line": 137, + "line": 143, "column": 40 } } @@ -8435,279 +8905,23 @@ "value": 1, "raw": "1", "range": [ - 4846, - 4847 + 5125, + 5126 ], "loc": { "start": { - "line": 137, - "column": 41 + "line": 143, + "column": 43 }, "end": { - "line": 137, - "column": 42 + "line": 143, + "column": 44 } } }, "range": [ - 4837, - 4847 - ], - "loc": { - "start": { - "line": 137, - "column": 32 - }, - "end": { - "line": 137, - "column": 42 - } - } - }, - "range": [ - 4837, - 4848 - ], - "loc": { - "start": { - "line": 137, - "column": 32 - }, - "end": { - "line": 137, - "column": 43 - } - } - }, - { - "type": "BreakStatement", - "label": null, - "range": [ - 4881, - 4887 - ], - "loc": { - "start": { - "line": 138, - "column": 32 - }, - "end": { - "line": 138, - "column": 38 - } - } - } - ], - "range": [ - 4792, - 4887 - ], - "loc": { - "start": { - "line": 136, - "column": 28 - }, - "end": { - "line": 138, - "column": 38 - } - } - }, - { - "type": "SwitchCase", - "test": { - "type": "Literal", - "value": "sum", - "raw": "'sum'", - "range": [ - 4921, - 4926 - ], - "loc": { - "start": { - "line": 139, - "column": 33 - }, - "end": { - "line": 139, - "column": 38 - } - } - }, - "consequent": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "sumFlag", - "range": [ - 4960, - 4967 - ], - "loc": { - "start": { - "line": 140, - "column": 32 - }, - "end": { - "line": 140, - "column": 39 - } - } - }, - "right": { - "type": "Literal", - "value": 1, - "raw": "1", - "range": [ - 4968, - 4969 - ], - "loc": { - "start": { - "line": 140, - "column": 40 - }, - "end": { - "line": 140, - "column": 41 - } - } - }, - "range": [ - 4960, - 4969 - ], - "loc": { - "start": { - "line": 140, - "column": 32 - }, - "end": { - "line": 140, - "column": 41 - } - } - }, - "range": [ - 4960, - 4970 - ], - "loc": { - "start": { - "line": 140, - "column": 32 - }, - "end": { - "line": 140, - "column": 42 - } - } - }, - { - "type": "BreakStatement", - "label": null, - "range": [ - 5003, - 5009 - ], - "loc": { - "start": { - "line": 141, - "column": 32 - }, - "end": { - "line": 141, - "column": 38 - } - } - } - ], - "range": [ - 4916, - 5009 - ], - "loc": { - "start": { - "line": 139, - "column": 28 - }, - "end": { - "line": 141, - "column": 38 - } - } - }, - { - "type": "SwitchCase", - "test": { - "type": "Literal", - "value": "min", - "raw": "'min'", - "range": [ - 5043, - 5048 - ], - "loc": { - "start": { - "line": 142, - "column": 33 - }, - "end": { - "line": 142, - "column": 38 - } - } - }, - "consequent": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "minFlag", - "range": [ - 5082, - 5089 - ], - "loc": { - "start": { - "line": 143, - "column": 32 - }, - "end": { - "line": 143, - "column": 39 - } - } - }, - "right": { - "type": "Literal", - "value": 1, - "raw": "1", - "range": [ - 5090, - 5091 - ], - "loc": { - "start": { - "line": 143, - "column": 40 - }, - "end": { - "line": 143, - "column": 41 - } - } - }, - "range": [ - 5082, - 5091 + 5114, + 5126 ], "loc": { "start": { @@ -8716,13 +8930,13 @@ }, "end": { "line": 143, - "column": 41 + "column": 44 } } }, "range": [ - 5082, - 5092 + 5114, + 5127 ], "loc": { "start": { @@ -8731,7 +8945,7 @@ }, "end": { "line": 143, - "column": 42 + "column": 45 } } }, @@ -8739,8 +8953,8 @@ "type": "BreakStatement", "label": null, "range": [ - 5125, - 5131 + 5160, + 5166 ], "loc": { "start": { @@ -8755,8 +8969,8 @@ } ], "range": [ - 5038, - 5131 + 5069, + 5166 ], "loc": { "start": { @@ -8773,11 +8987,11 @@ "type": "SwitchCase", "test": { "type": "Literal", - "value": "max", - "raw": "'max'", + "value": "sum", + "raw": "'sum'", "range": [ - 5165, - 5170 + 5200, + 5205 ], "loc": { "start": { @@ -8798,10 +9012,10 @@ "operator": "=", "left": { "type": "Identifier", - "name": "maxFlag", + "name": "sumFlag", "range": [ - 5204, - 5211 + 5239, + 5246 ], "loc": { "start": { @@ -8819,23 +9033,23 @@ "value": 1, "raw": "1", "range": [ - 5212, - 5213 + 5249, + 5250 ], "loc": { "start": { "line": 146, - "column": 40 + "column": 42 }, "end": { "line": 146, - "column": 41 + "column": 43 } } }, "range": [ - 5204, - 5213 + 5239, + 5250 ], "loc": { "start": { @@ -8844,13 +9058,13 @@ }, "end": { "line": 146, - "column": 41 + "column": 43 } } }, "range": [ - 5204, - 5214 + 5239, + 5251 ], "loc": { "start": { @@ -8859,7 +9073,7 @@ }, "end": { "line": 146, - "column": 42 + "column": 44 } } }, @@ -8867,8 +9081,8 @@ "type": "BreakStatement", "label": null, "range": [ - 5247, - 5253 + 5284, + 5290 ], "loc": { "start": { @@ -8883,8 +9097,8 @@ } ], "range": [ - 5160, - 5253 + 5195, + 5290 ], "loc": { "start": { @@ -8901,11 +9115,11 @@ "type": "SwitchCase", "test": { "type": "Literal", - "value": "median", - "raw": "'median'", + "value": "min", + "raw": "'min'", "range": [ - 5287, - 5295 + 5324, + 5329 ], "loc": { "start": { @@ -8914,7 +9128,7 @@ }, "end": { "line": 148, - "column": 41 + "column": 38 } } }, @@ -8926,10 +9140,10 @@ "operator": "=", "left": { "type": "Identifier", - "name": "medFlag", + "name": "minFlag", "range": [ - 5329, - 5336 + 5363, + 5370 ], "loc": { "start": { @@ -8947,23 +9161,23 @@ "value": 1, "raw": "1", "range": [ - 5337, - 5338 + 5373, + 5374 ], "loc": { "start": { "line": 149, - "column": 40 + "column": 42 }, "end": { "line": 149, - "column": 41 + "column": 43 } } }, "range": [ - 5329, - 5338 + 5363, + 5374 ], "loc": { "start": { @@ -8972,13 +9186,13 @@ }, "end": { "line": 149, - "column": 41 + "column": 43 } } }, "range": [ - 5329, - 5339 + 5363, + 5375 ], "loc": { "start": { @@ -8987,7 +9201,7 @@ }, "end": { "line": 149, - "column": 42 + "column": 44 } } }, @@ -8995,8 +9209,8 @@ "type": "BreakStatement", "label": null, "range": [ - 5372, - 5378 + 5408, + 5414 ], "loc": { "start": { @@ -9011,8 +9225,8 @@ } ], "range": [ - 5282, - 5378 + 5319, + 5414 ], "loc": { "start": { @@ -9029,11 +9243,11 @@ "type": "SwitchCase", "test": { "type": "Literal", - "value": "q1", - "raw": "'q1'", + "value": "max", + "raw": "'max'", "range": [ - 5412, - 5416 + 5448, + 5453 ], "loc": { "start": { @@ -9042,7 +9256,7 @@ }, "end": { "line": 151, - "column": 37 + "column": 38 } } }, @@ -9054,10 +9268,10 @@ "operator": "=", "left": { "type": "Identifier", - "name": "q1Flag", + "name": "maxFlag", "range": [ - 5450, - 5456 + 5487, + 5494 ], "loc": { "start": { @@ -9066,7 +9280,7 @@ }, "end": { "line": 152, - "column": 38 + "column": 39 } } }, @@ -9075,23 +9289,23 @@ "value": 1, "raw": "1", "range": [ - 5457, - 5458 + 5497, + 5498 ], "loc": { "start": { "line": 152, - "column": 39 + "column": 42 }, "end": { "line": 152, - "column": 40 + "column": 43 } } }, "range": [ - 5450, - 5458 + 5487, + 5498 ], "loc": { "start": { @@ -9100,13 +9314,13 @@ }, "end": { "line": 152, - "column": 40 + "column": 43 } } }, "range": [ - 5450, - 5459 + 5487, + 5499 ], "loc": { "start": { @@ -9115,7 +9329,7 @@ }, "end": { "line": 152, - "column": 41 + "column": 44 } } }, @@ -9123,8 +9337,8 @@ "type": "BreakStatement", "label": null, "range": [ - 5492, - 5498 + 5532, + 5538 ], "loc": { "start": { @@ -9139,8 +9353,8 @@ } ], "range": [ - 5407, - 5498 + 5443, + 5538 ], "loc": { "start": { @@ -9157,11 +9371,11 @@ "type": "SwitchCase", "test": { "type": "Literal", - "value": "q3", - "raw": "'q3'", + "value": "median", + "raw": "'median'", "range": [ - 5532, - 5536 + 5572, + 5580 ], "loc": { "start": { @@ -9170,7 +9384,7 @@ }, "end": { "line": 154, - "column": 37 + "column": 41 } } }, @@ -9182,10 +9396,10 @@ "operator": "=", "left": { "type": "Identifier", - "name": "q3Flag", + "name": "medFlag", "range": [ - 5570, - 5576 + 5614, + 5621 ], "loc": { "start": { @@ -9194,7 +9408,7 @@ }, "end": { "line": 155, - "column": 38 + "column": 39 } } }, @@ -9203,23 +9417,23 @@ "value": 1, "raw": "1", "range": [ - 5577, - 5578 + 5624, + 5625 ], "loc": { "start": { "line": 155, - "column": 39 + "column": 42 }, "end": { "line": 155, - "column": 40 + "column": 43 } } }, "range": [ - 5570, - 5578 + 5614, + 5625 ], "loc": { "start": { @@ -9228,13 +9442,13 @@ }, "end": { "line": 155, - "column": 40 + "column": 43 } } }, "range": [ - 5570, - 5579 + 5614, + 5626 ], "loc": { "start": { @@ -9243,7 +9457,7 @@ }, "end": { "line": 155, - "column": 41 + "column": 44 } } }, @@ -9251,8 +9465,8 @@ "type": "BreakStatement", "label": null, "range": [ - 5612, - 5618 + 5659, + 5665 ], "loc": { "start": { @@ -9267,8 +9481,8 @@ } ], "range": [ - 5527, - 5618 + 5567, + 5665 ], "loc": { "start": { @@ -9280,82 +9494,338 @@ "column": 38 } } + }, + { + "type": "SwitchCase", + "test": { + "type": "Literal", + "value": "q1", + "raw": "'q1'", + "range": [ + 5699, + 5703 + ], + "loc": { + "start": { + "line": 157, + "column": 33 + }, + "end": { + "line": 157, + "column": 37 + } + } + }, + "consequent": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "q1Flag", + "range": [ + 5737, + 5743 + ], + "loc": { + "start": { + "line": 158, + "column": 32 + }, + "end": { + "line": 158, + "column": 38 + } + } + }, + "right": { + "type": "Literal", + "value": 1, + "raw": "1", + "range": [ + 5746, + 5747 + ], + "loc": { + "start": { + "line": 158, + "column": 41 + }, + "end": { + "line": 158, + "column": 42 + } + } + }, + "range": [ + 5737, + 5747 + ], + "loc": { + "start": { + "line": 158, + "column": 32 + }, + "end": { + "line": 158, + "column": 42 + } + } + }, + "range": [ + 5737, + 5748 + ], + "loc": { + "start": { + "line": 158, + "column": 32 + }, + "end": { + "line": 158, + "column": 43 + } + } + }, + { + "type": "BreakStatement", + "label": null, + "range": [ + 5781, + 5787 + ], + "loc": { + "start": { + "line": 159, + "column": 32 + }, + "end": { + "line": 159, + "column": 38 + } + } + } + ], + "range": [ + 5694, + 5787 + ], + "loc": { + "start": { + "line": 157, + "column": 28 + }, + "end": { + "line": 159, + "column": 38 + } + } + }, + { + "type": "SwitchCase", + "test": { + "type": "Literal", + "value": "q3", + "raw": "'q3'", + "range": [ + 5821, + 5825 + ], + "loc": { + "start": { + "line": 160, + "column": 33 + }, + "end": { + "line": 160, + "column": 37 + } + } + }, + "consequent": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "q3Flag", + "range": [ + 5859, + 5865 + ], + "loc": { + "start": { + "line": 161, + "column": 32 + }, + "end": { + "line": 161, + "column": 38 + } + } + }, + "right": { + "type": "Literal", + "value": 1, + "raw": "1", + "range": [ + 5868, + 5869 + ], + "loc": { + "start": { + "line": 161, + "column": 41 + }, + "end": { + "line": 161, + "column": 42 + } + } + }, + "range": [ + 5859, + 5869 + ], + "loc": { + "start": { + "line": 161, + "column": 32 + }, + "end": { + "line": 161, + "column": 42 + } + } + }, + "range": [ + 5859, + 5870 + ], + "loc": { + "start": { + "line": 161, + "column": 32 + }, + "end": { + "line": 161, + "column": 43 + } + } + }, + { + "type": "BreakStatement", + "label": null, + "range": [ + 5903, + 5909 + ], + "loc": { + "start": { + "line": 162, + "column": 32 + }, + "end": { + "line": 162, + "column": 38 + } + } + } + ], + "range": [ + 5816, + 5909 + ], + "loc": { + "start": { + "line": 160, + "column": 28 + }, + "end": { + "line": 162, + "column": 38 + } + } } ], "range": [ - 4734, - 5644 + 5009, + 5935 ], "loc": { "start": { - "line": 135, + "line": 141, "column": 24 }, "end": { - "line": 157, + "line": 163, "column": 25 } } } ], "range": [ - 4291, - 5666 + 4558, + 5957 ], "loc": { "start": { - "line": 126, - "column": 55 + "line": 132, + "column": 57 }, "end": { - "line": 158, + "line": 164, "column": 21 } } }, "alternate": null, "range": [ - 4256, - 5666 + 4521, + 5957 ], "loc": { "start": { - "line": 126, + "line": 132, "column": 20 }, "end": { - "line": 158, + "line": 164, "column": 21 } } } ], "range": [ - 4234, - 5684 + 4499, + 5975 ], "loc": { "start": { - "line": 125, - "column": 52 + "line": 131, + "column": 58 }, "end": { - "line": 159, + "line": 165, "column": 17 } } }, "range": [ - 4198, - 5684 + 4457, + 5975 ], "loc": { "start": { - "line": 125, + "line": 131, "column": 16 }, "end": { - "line": 159, + "line": 165, "column": 17 } } @@ -9371,17 +9841,17 @@ "type": "Identifier", "name": "j", "range": [ - 5710, - 5711 + 6002, + 6003 ], "loc": { "start": { - "line": 161, - "column": 24 + "line": 167, + "column": 25 }, "end": { - "line": 161, - "column": 25 + "line": 167, + "column": 26 } } }, @@ -9390,49 +9860,49 @@ "value": 0, "raw": "0", "range": [ - 5712, - 5713 + 6006, + 6007 ], "loc": { "start": { - "line": 161, - "column": 26 + "line": 167, + "column": 29 }, "end": { - "line": 161, - "column": 27 + "line": 167, + "column": 30 } } }, "range": [ - 5710, - 5713 + 6002, + 6007 ], "loc": { "start": { - "line": 161, - "column": 24 + "line": 167, + "column": 25 }, "end": { - "line": 161, - "column": 27 + "line": 167, + "column": 30 } } } ], "kind": "var", "range": [ - 5706, - 5713 + 5998, + 6007 ], "loc": { "start": { - "line": 161, - "column": 20 + "line": 167, + "column": 21 }, "end": { - "line": 161, - "column": 27 + "line": 167, + "column": 30 } } }, @@ -9443,17 +9913,17 @@ "type": "Identifier", "name": "j", "range": [ - 5715, - 5716 + 6009, + 6010 ], "loc": { "start": { - "line": 161, - "column": 29 + "line": 167, + "column": 32 }, "end": { - "line": 161, - "column": 30 + "line": 167, + "column": 33 } } }, @@ -9467,17 +9937,17 @@ "type": "Identifier", "name": "colvalues", "range": [ - 5717, - 5726 + 6013, + 6022 ], "loc": { "start": { - "line": 161, - "column": 31 + "line": 167, + "column": 36 }, "end": { - "line": 161, - "column": 40 + "line": 167, + "column": 45 } } }, @@ -9485,32 +9955,32 @@ "type": "Identifier", "name": "ucol", "range": [ - 5727, - 5731 + 6023, + 6027 ], "loc": { "start": { - "line": 161, - "column": 41 + "line": 167, + "column": 46 }, "end": { - "line": 161, - "column": 45 + "line": 167, + "column": 50 } } }, "range": [ - 5717, - 5732 + 6013, + 6028 ], "loc": { "start": { - "line": 161, - "column": 31 + "line": 167, + "column": 36 }, "end": { - "line": 161, - "column": 46 + "line": 167, + "column": 51 } } }, @@ -9518,47 +9988,47 @@ "type": "Identifier", "name": "length", "range": [ - 5733, - 5739 + 6029, + 6035 ], "loc": { "start": { - "line": 161, - "column": 47 + "line": 167, + "column": 52 }, "end": { - "line": 161, - "column": 53 + "line": 167, + "column": 58 } } }, "range": [ - 5717, - 5739 + 6013, + 6035 ], "loc": { "start": { - "line": 161, - "column": 31 + "line": 167, + "column": 36 }, "end": { - "line": 161, - "column": 53 + "line": 167, + "column": 58 } } }, "range": [ - 5715, - 5739 + 6009, + 6035 ], "loc": { "start": { - "line": 161, - "column": 29 + "line": 167, + "column": 32 }, "end": { - "line": 161, - "column": 53 + "line": 167, + "column": 58 } } }, @@ -9569,33 +10039,33 @@ "type": "Identifier", "name": "j", "range": [ - 5741, - 5742 + 6037, + 6038 ], "loc": { "start": { - "line": 161, - "column": 55 + "line": 167, + "column": 60 }, "end": { - "line": 161, - "column": 56 + "line": 167, + "column": 61 } } }, "prefix": false, "range": [ - 5741, - 5744 + 6037, + 6040 ], "loc": { "start": { - "line": 161, - "column": 55 + "line": 167, + "column": 60 }, "end": { - "line": 161, - "column": 58 + "line": 167, + "column": 63 } } }, @@ -9617,17 +10087,17 @@ "type": "Identifier", "name": "q1Flag", "range": [ - 5847, - 5853 + 6145, + 6151 ], "loc": { "start": { - "line": 163, - "column": 24 + "line": 169, + "column": 25 }, "end": { - "line": 163, - "column": 30 + "line": 169, + "column": 31 } } }, @@ -9636,32 +10106,32 @@ "value": 1, "raw": "1", "range": [ - 5855, - 5856 + 6155, + 6156 ], "loc": { "start": { - "line": 163, - "column": 32 + "line": 169, + "column": 35 }, "end": { - "line": 163, - "column": 33 + "line": 169, + "column": 36 } } }, "range": [ - 5847, - 5856 + 6145, + 6156 ], "loc": { "start": { - "line": 163, - "column": 24 + "line": 169, + "column": 25 }, "end": { - "line": 163, - "column": 33 + "line": 169, + "column": 36 } } }, @@ -9672,17 +10142,17 @@ "type": "Identifier", "name": "q3Flag", "range": [ - 5861, - 5867 + 6162, + 6168 ], "loc": { "start": { - "line": 163, - "column": 38 + "line": 169, + "column": 42 }, "end": { - "line": 163, - "column": 44 + "line": 169, + "column": 48 } } }, @@ -9691,47 +10161,47 @@ "value": 1, "raw": "1", "range": [ - 5869, - 5870 + 6172, + 6173 ], "loc": { "start": { - "line": 163, - "column": 46 + "line": 169, + "column": 52 }, "end": { - "line": 163, - "column": 47 + "line": 169, + "column": 53 } } }, "range": [ - 5861, - 5870 + 6162, + 6173 ], "loc": { "start": { - "line": 163, - "column": 38 + "line": 169, + "column": 42 }, "end": { - "line": 163, - "column": 47 + "line": 169, + "column": 53 } } }, "range": [ - 5846, - 5871 + 6144, + 6174 ], "loc": { "start": { - "line": 163, - "column": 23 + "line": 169, + "column": 24 }, "end": { - "line": 163, - "column": 48 + "line": 169, + "column": 54 } } }, @@ -9742,17 +10212,17 @@ "type": "Identifier", "name": "medFlag", "range": [ - 5876, - 5883 + 6179, + 6186 ], "loc": { "start": { - "line": 163, - "column": 53 + "line": 169, + "column": 59 }, "end": { - "line": 163, - "column": 60 + "line": 169, + "column": 66 } } }, @@ -9761,47 +10231,47 @@ "value": 1, "raw": "1", "range": [ - 5885, - 5886 + 6190, + 6191 ], "loc": { "start": { - "line": 163, - "column": 62 + "line": 169, + "column": 70 }, "end": { - "line": 163, - "column": 63 + "line": 169, + "column": 71 } } }, "range": [ - 5876, - 5886 + 6179, + 6191 ], "loc": { "start": { - "line": 163, - "column": 53 + "line": 169, + "column": 59 }, "end": { - "line": 163, - "column": 63 + "line": 169, + "column": 71 } } }, "range": [ - 5846, - 5887 + 6144, + 6192 ], "loc": { "start": { - "line": 163, - "column": 23 + "line": 169, + "column": 24 }, "end": { - "line": 163, - "column": 64 + "line": 169, + "column": 72 } } }, @@ -9817,16 +10287,16 @@ "type": "Identifier", "name": "j", "range": [ - 5918, - 5919 + 6224, + 6225 ], "loc": { "start": { - "line": 164, + "line": 170, "column": 28 }, "end": { - "line": 164, + "line": 170, "column": 29 } } @@ -9844,17 +10314,17 @@ "type": "Identifier", "name": "colvalues", "range": [ - 5920, - 5929 + 6228, + 6237 ], "loc": { "start": { - "line": 164, - "column": 30 + "line": 170, + "column": 32 }, "end": { - "line": 164, - "column": 39 + "line": 170, + "column": 41 } } }, @@ -9862,32 +10332,32 @@ "type": "Identifier", "name": "ucol", "range": [ - 5930, - 5934 + 6238, + 6242 ], "loc": { "start": { - "line": 164, - "column": 40 + "line": 170, + "column": 42 }, "end": { - "line": 164, - "column": 44 + "line": 170, + "column": 46 } } }, "range": [ - 5920, - 5935 + 6228, + 6243 ], "loc": { "start": { - "line": 164, - "column": 30 + "line": 170, + "column": 32 }, "end": { - "line": 164, - "column": 45 + "line": 170, + "column": 47 } } }, @@ -9895,32 +10365,32 @@ "type": "Identifier", "name": "length", "range": [ - 5936, - 5942 + 6244, + 6250 ], "loc": { "start": { - "line": 164, - "column": 46 + "line": 170, + "column": 48 }, "end": { - "line": 164, - "column": 52 + "line": 170, + "column": 54 } } }, "range": [ - 5920, - 5942 + 6228, + 6250 ], "loc": { "start": { - "line": 164, - "column": 30 + "line": 170, + "column": 32 }, "end": { - "line": 164, - "column": 52 + "line": 170, + "column": 54 } } }, @@ -9929,47 +10399,47 @@ "value": 1, "raw": "1", "range": [ - 5944, - 5945 + 6253, + 6254 ], "loc": { "start": { - "line": 164, - "column": 54 + "line": 170, + "column": 57 }, "end": { - "line": 164, - "column": 55 + "line": 170, + "column": 58 } } }, "range": [ - 5920, - 5945 + 6228, + 6254 ], "loc": { "start": { - "line": 164, - "column": 30 + "line": 170, + "column": 32 }, "end": { - "line": 164, - "column": 55 + "line": 170, + "column": 58 } } }, "range": [ - 5918, - 5945 + 6224, + 6254 ], "loc": { "start": { - "line": 164, + "line": 170, "column": 28 }, "end": { - "line": 164, - "column": 55 + "line": 170, + "column": 58 } } }, @@ -9985,17 +10455,17 @@ "type": "Identifier", "name": "k", "range": [ - 5980, - 5981 + 6291, + 6292 ], "loc": { "start": { - "line": 165, - "column": 32 + "line": 171, + "column": 33 }, "end": { - "line": 165, - "column": 33 + "line": 171, + "column": 34 } } }, @@ -10006,17 +10476,17 @@ "type": "Identifier", "name": "j", "range": [ - 5982, - 5983 + 6295, + 6296 ], "loc": { "start": { - "line": 165, - "column": 34 + "line": 171, + "column": 37 }, "end": { - "line": 165, - "column": 35 + "line": 171, + "column": 38 } } }, @@ -10025,47 +10495,47 @@ "value": 1, "raw": "1", "range": [ - 5984, - 5985 + 6299, + 6300 ], "loc": { "start": { - "line": 165, - "column": 36 + "line": 171, + "column": 41 }, "end": { - "line": 165, - "column": 37 + "line": 171, + "column": 42 } } }, "range": [ - 5982, - 5985 + 6295, + 6300 ], "loc": { "start": { - "line": 165, - "column": 34 + "line": 171, + "column": 37 }, "end": { - "line": 165, - "column": 37 + "line": 171, + "column": 42 } } }, "range": [ - 5980, - 5985 + 6291, + 6300 ], "loc": { "start": { - "line": 165, - "column": 32 + "line": 171, + "column": 33 }, "end": { - "line": 165, - "column": 37 + "line": 171, + "column": 42 } } }, @@ -10076,17 +10546,17 @@ "type": "Identifier", "name": "k", "range": [ - 5987, - 5988 + 6302, + 6303 ], "loc": { "start": { - "line": 165, - "column": 39 + "line": 171, + "column": 44 }, "end": { - "line": 165, - "column": 40 + "line": 171, + "column": 45 } } }, @@ -10100,17 +10570,17 @@ "type": "Identifier", "name": "colvalues", "range": [ - 5989, - 5998 + 6306, + 6315 ], "loc": { "start": { - "line": 165, - "column": 41 + "line": 171, + "column": 48 }, "end": { - "line": 165, - "column": 50 + "line": 171, + "column": 57 } } }, @@ -10118,32 +10588,32 @@ "type": "Identifier", "name": "ucol", "range": [ - 5999, - 6003 + 6316, + 6320 ], "loc": { "start": { - "line": 165, - "column": 51 + "line": 171, + "column": 58 }, "end": { - "line": 165, - "column": 55 + "line": 171, + "column": 62 } } }, "range": [ - 5989, - 6004 + 6306, + 6321 ], "loc": { "start": { - "line": 165, - "column": 41 + "line": 171, + "column": 48 }, "end": { - "line": 165, - "column": 56 + "line": 171, + "column": 63 } } }, @@ -10151,47 +10621,47 @@ "type": "Identifier", "name": "length", "range": [ - 6005, - 6011 + 6322, + 6328 ], "loc": { "start": { - "line": 165, - "column": 57 + "line": 171, + "column": 64 }, "end": { - "line": 165, - "column": 63 + "line": 171, + "column": 70 } } }, "range": [ - 5989, - 6011 + 6306, + 6328 ], "loc": { "start": { - "line": 165, - "column": 41 + "line": 171, + "column": 48 }, "end": { - "line": 165, - "column": 63 + "line": 171, + "column": 70 } } }, "range": [ - 5987, - 6011 + 6302, + 6328 ], "loc": { "start": { - "line": 165, - "column": 39 + "line": 171, + "column": 44 }, "end": { - "line": 165, - "column": 63 + "line": 171, + "column": 70 } } }, @@ -10202,33 +10672,33 @@ "type": "Identifier", "name": "k", "range": [ - 6013, - 6014 + 6330, + 6331 ], "loc": { "start": { - "line": 165, - "column": 65 + "line": 171, + "column": 72 }, "end": { - "line": 165, - "column": 66 + "line": 171, + "column": 73 } } }, "prefix": false, "range": [ - 6013, - 6016 + 6330, + 6333 ], "loc": { "start": { - "line": 165, - "column": 65 + "line": 171, + "column": 72 }, "end": { - "line": 165, - "column": 68 + "line": 171, + "column": 75 } } }, @@ -10246,143 +10716,16 @@ "type": "Identifier", "name": "eval", "range": [ - 6108, - 6112 + 6426, + 6430 ], "loc": { "start": { - "line": 167, - "column": 35 - }, - "end": { - "line": 167, - "column": 39 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "colvalues", - "range": [ - 6113, - 6122 - ], - "loc": { - "start": { - "line": 167, - "column": 40 - }, - "end": { - "line": 167, - "column": 49 - } - } - }, - "property": { - "type": "Identifier", - "name": "ucol", - "range": [ - 6123, - 6127 - ], - "loc": { - "start": { - "line": 167, - "column": 50 - }, - "end": { - "line": 167, - "column": 54 - } - } - }, - "range": [ - 6113, - 6128 - ], - "loc": { - "start": { - "line": 167, - "column": 40 - }, - "end": { - "line": 167, - "column": 55 - } - } - }, - "property": { - "type": "Identifier", - "name": "k", - "range": [ - 6129, - 6130 - ], - "loc": { - "start": { - "line": 167, - "column": 56 - }, - "end": { - "line": 167, - "column": 57 - } - } - }, - "range": [ - 6113, - 6131 - ], - "loc": { - "start": { - "line": 167, - "column": 40 - }, - "end": { - "line": 167, - "column": 58 - } - } - } - ], - "range": [ - 6108, - 6132 - ], - "loc": { - "start": { - "line": 167, - "column": 35 - }, - "end": { - "line": 167, - "column": 59 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "eval", - "range": [ - 6171, - 6175 - ], - "loc": { - "start": { - "line": 168, + "line": 173, "column": 36 }, "end": { - "line": 168, + "line": 173, "column": 40 } } @@ -10398,16 +10741,16 @@ "type": "Identifier", "name": "colvalues", "range": [ - 6176, - 6185 + 6431, + 6440 ], "loc": { "start": { - "line": 168, + "line": 173, "column": 41 }, "end": { - "line": 168, + "line": 173, "column": 50 } } @@ -10416,31 +10759,158 @@ "type": "Identifier", "name": "ucol", "range": [ - 6186, - 6190 + 6441, + 6445 ], "loc": { "start": { - "line": 168, + "line": 173, "column": 51 }, "end": { - "line": 168, + "line": 173, "column": 55 } } }, "range": [ - 6176, - 6191 + 6431, + 6446 ], "loc": { "start": { - "line": 168, + "line": 173, "column": 41 }, "end": { - "line": 168, + "line": 173, + "column": 56 + } + } + }, + "property": { + "type": "Identifier", + "name": "k", + "range": [ + 6447, + 6448 + ], + "loc": { + "start": { + "line": 173, + "column": 57 + }, + "end": { + "line": 173, + "column": 58 + } + } + }, + "range": [ + 6431, + 6449 + ], + "loc": { + "start": { + "line": 173, + "column": 41 + }, + "end": { + "line": 173, + "column": 59 + } + } + } + ], + "range": [ + 6426, + 6450 + ], + "loc": { + "start": { + "line": 173, + "column": 36 + }, + "end": { + "line": 173, + "column": 60 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "eval", + "range": [ + 6489, + 6493 + ], + "loc": { + "start": { + "line": 174, + "column": 36 + }, + "end": { + "line": 174, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "Identifier", + "name": "colvalues", + "range": [ + 6494, + 6503 + ], + "loc": { + "start": { + "line": 174, + "column": 41 + }, + "end": { + "line": 174, + "column": 50 + } + } + }, + "property": { + "type": "Identifier", + "name": "ucol", + "range": [ + 6504, + 6508 + ], + "loc": { + "start": { + "line": 174, + "column": 51 + }, + "end": { + "line": 174, + "column": 55 + } + } + }, + "range": [ + 6494, + 6509 + ], + "loc": { + "start": { + "line": 174, + "column": 41 + }, + "end": { + "line": 174, "column": 56 } } @@ -10449,62 +10919,62 @@ "type": "Identifier", "name": "j", "range": [ - 6192, - 6193 + 6510, + 6511 ], "loc": { "start": { - "line": 168, + "line": 174, "column": 57 }, "end": { - "line": 168, + "line": 174, "column": 58 } } }, "range": [ - 6176, - 6194 + 6494, + 6512 ], "loc": { "start": { - "line": 168, + "line": 174, "column": 41 }, "end": { - "line": 168, + "line": 174, "column": 59 } } } ], "range": [ - 6171, - 6195 + 6489, + 6513 ], "loc": { "start": { - "line": 168, + "line": 174, "column": 36 }, "end": { - "line": 168, + "line": 174, "column": 60 } } }, "range": [ - 6108, - 6195 + 6426, + 6513 ], "loc": { "start": { - "line": 167, - "column": 35 + "line": 173, + "column": 36 }, "end": { - "line": 168, + "line": 174, "column": 60 } } @@ -10521,16 +10991,16 @@ "type": "Identifier", "name": "temp", "range": [ - 6286, - 6290 + 6609, + 6613 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 36 }, "end": { - "line": 170, + "line": 176, "column": 40 } } @@ -10545,16 +11015,16 @@ "type": "Identifier", "name": "colvalues", "range": [ - 6293, - 6302 + 6616, + 6625 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 43 }, "end": { - "line": 170, + "line": 176, "column": 52 } } @@ -10563,31 +11033,31 @@ "type": "Identifier", "name": "ucol", "range": [ - 6303, - 6307 + 6626, + 6630 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 53 }, "end": { - "line": 170, + "line": 176, "column": 57 } } }, "range": [ - 6293, - 6308 + 6616, + 6631 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 43 }, "end": { - "line": 170, + "line": 176, "column": 58 } } @@ -10596,61 +11066,61 @@ "type": "Identifier", "name": "j", "range": [ - 6309, - 6310 + 6632, + 6633 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 59 }, "end": { - "line": 170, + "line": 176, "column": 60 } } }, "range": [ - 6293, - 6311 + 6616, + 6634 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 43 }, "end": { - "line": 170, + "line": 176, "column": 61 } } }, "range": [ - 6286, - 6311 + 6609, + 6634 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 36 }, "end": { - "line": 170, + "line": 176, "column": 61 } } }, "range": [ - 6286, - 6312 + 6609, + 6635 ], "loc": { "start": { - "line": 170, + "line": 176, "column": 36 }, "end": { - "line": 170, + "line": 176, "column": 62 } }, @@ -10659,17 +11129,17 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 6230, - 6249 + 6553, + 6572 ], "loc": { "start": { - "line": 169, - "column": 32 + "line": 175, + "column": 36 }, "end": { - "line": 169, - "column": 51 + "line": 175, + "column": 55 } } } @@ -10690,16 +11160,16 @@ "type": "Identifier", "name": "colvalues", "range": [ - 6349, - 6358 + 6672, + 6681 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 36 }, "end": { - "line": 171, + "line": 177, "column": 45 } } @@ -10708,31 +11178,31 @@ "type": "Identifier", "name": "ucol", "range": [ - 6359, - 6363 + 6682, + 6686 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 46 }, "end": { - "line": 171, + "line": 177, "column": 50 } } }, "range": [ - 6349, - 6364 + 6672, + 6687 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 36 }, "end": { - "line": 171, + "line": 177, "column": 51 } } @@ -10741,31 +11211,31 @@ "type": "Identifier", "name": "j", "range": [ - 6365, - 6366 + 6688, + 6689 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 52 }, "end": { - "line": 171, + "line": 177, "column": 53 } } }, "range": [ - 6349, - 6367 + 6672, + 6690 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 36 }, "end": { - "line": 171, + "line": 177, "column": 54 } } @@ -10780,16 +11250,16 @@ "type": "Identifier", "name": "colvalues", "range": [ - 6370, - 6379 + 6693, + 6702 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 57 }, "end": { - "line": 171, + "line": 177, "column": 66 } } @@ -10798,31 +11268,31 @@ "type": "Identifier", "name": "ucol", "range": [ - 6380, - 6384 + 6703, + 6707 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 67 }, "end": { - "line": 171, + "line": 177, "column": 71 } } }, "range": [ - 6370, - 6385 + 6693, + 6708 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 57 }, "end": { - "line": 171, + "line": 177, "column": 72 } } @@ -10831,61 +11301,61 @@ "type": "Identifier", "name": "k", "range": [ - 6386, - 6387 + 6709, + 6710 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 73 }, "end": { - "line": 171, + "line": 177, "column": 74 } } }, "range": [ - 6370, - 6388 + 6693, + 6711 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 57 }, "end": { - "line": 171, + "line": 177, "column": 75 } } }, "range": [ - 6349, - 6388 + 6672, + 6711 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 36 }, "end": { - "line": 171, + "line": 177, "column": 75 } } }, "range": [ - 6349, - 6389 + 6672, + 6712 ], "loc": { "start": { - "line": 171, + "line": 177, "column": 36 }, "end": { - "line": 171, + "line": 177, "column": 76 } } @@ -10905,16 +11375,16 @@ "type": "Identifier", "name": "colvalues", "range": [ - 6426, - 6435 + 6749, + 6758 ], "loc": { "start": { - "line": 172, + "line": 178, "column": 36 }, "end": { - "line": 172, + "line": 178, "column": 45 } } @@ -10923,31 +11393,31 @@ "type": "Identifier", "name": "ucol", "range": [ - 6436, - 6440 + 6759, + 6763 ], "loc": { "start": { - "line": 172, + "line": 178, "column": 46 }, "end": { - "line": 172, + "line": 178, "column": 50 } } }, "range": [ - 6426, - 6441 + 6749, + 6764 ], "loc": { "start": { - "line": 172, + "line": 178, "column": 36 }, "end": { - "line": 172, + "line": 178, "column": 51 } } @@ -10956,31 +11426,31 @@ "type": "Identifier", "name": "k", "range": [ - 6442, - 6443 + 6765, + 6766 ], "loc": { "start": { - "line": 172, + "line": 178, "column": 52 }, "end": { - "line": 172, + "line": 178, "column": 53 } } }, "range": [ - 6426, - 6444 + 6749, + 6767 ], "loc": { "start": { - "line": 172, + "line": 178, "column": 36 }, "end": { - "line": 172, + "line": 178, "column": 54 } } @@ -10989,78 +11459,78 @@ "type": "Identifier", "name": "temp", "range": [ - 6447, - 6451 + 6770, + 6774 ], "loc": { "start": { - "line": 172, + "line": 178, "column": 57 }, "end": { - "line": 172, + "line": 178, "column": 61 } } }, "range": [ - 6426, - 6451 + 6749, + 6774 ], "loc": { "start": { - "line": 172, + "line": 178, "column": 36 }, "end": { - "line": 172, + "line": 178, "column": 61 } } }, "range": [ - 6426, - 6452 + 6749, + 6775 ], "loc": { "start": { - "line": 172, + "line": 178, "column": 36 }, "end": { - "line": 172, + "line": 178, "column": 62 } } } ], "range": [ - 6196, - 6486 + 6515, + 6809 ], "loc": { "start": { - "line": 168, - "column": 61 + "line": 174, + "column": 62 }, "end": { - "line": 173, + "line": 179, "column": 33 } } }, "alternate": null, "range": [ - 6105, - 6486 + 6422, + 6809 ], "loc": { "start": { - "line": 167, + "line": 173, "column": 32 }, "end": { - "line": 173, + "line": 179, "column": 33 } }, @@ -11069,16 +11539,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 6052, - 6072 + 6369, + 6389 ], "loc": { "start": { - "line": 166, + "line": 172, "column": 32 }, "end": { - "line": 166, + "line": 172, "column": 52 } } @@ -11087,95 +11557,95 @@ } ], "range": [ - 6018, - 6516 + 6335, + 6839 ], "loc": { "start": { - "line": 165, - "column": 70 + "line": 171, + "column": 77 }, "end": { - "line": 174, + "line": 180, "column": 29 } } }, "range": [ - 5976, - 6516 + 6286, + 6839 ], "loc": { "start": { - "line": 165, + "line": 171, "column": 28 }, "end": { - "line": 174, + "line": 180, "column": 29 } } } ], "range": [ - 5946, - 6542 + 6256, + 6865 ], "loc": { "start": { - "line": 164, - "column": 56 + "line": 170, + "column": 60 }, "end": { - "line": 175, + "line": 181, "column": 25 } } }, "alternate": null, "range": [ - 5914, - 6542 + 6220, + 6865 ], "loc": { "start": { - "line": 164, + "line": 170, "column": 24 }, "end": { - "line": 175, + "line": 181, "column": 25 } } } ], "range": [ - 5888, - 6564 + 6194, + 6887 ], "loc": { "start": { - "line": 163, - "column": 65 + "line": 169, + "column": 74 }, "end": { - "line": 176, + "line": 182, "column": 21 } } }, "alternate": null, "range": [ - 5843, - 6564 + 6140, + 6887 ], "loc": { "start": { - "line": 163, + "line": 169, "column": 20 }, "end": { - "line": 176, + "line": 182, "column": 21 } }, @@ -11184,16 +11654,16 @@ "type": "Line", "value": "sort the list for calculation of median and quartiles", "range": [ - 5767, - 5822 + 6064, + 6119 ], "loc": { "start": { - "line": 162, + "line": 168, "column": 20 }, "end": { - "line": 162, + "line": 168, "column": 75 } } @@ -11209,16 +11679,16 @@ "type": "Identifier", "name": "cvalue", "range": [ - 6589, - 6595 + 6912, + 6918 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 24 }, "end": { - "line": 177, + "line": 183, "column": 30 } } @@ -11229,16 +11699,16 @@ "type": "Identifier", "name": "parseFloat", "range": [ - 6598, - 6608 + 6921, + 6931 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 33 }, "end": { - "line": 177, + "line": 183, "column": 43 } } @@ -11254,16 +11724,16 @@ "type": "Identifier", "name": "colvalues", "range": [ - 6609, - 6618 + 6932, + 6941 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 44 }, "end": { - "line": 177, + "line": 183, "column": 53 } } @@ -11272,31 +11742,31 @@ "type": "Identifier", "name": "ucol", "range": [ - 6619, - 6623 + 6942, + 6946 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 54 }, "end": { - "line": 177, + "line": 183, "column": 58 } } }, "range": [ - 6609, - 6624 + 6932, + 6947 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 44 }, "end": { - "line": 177, + "line": 183, "column": 59 } } @@ -11305,62 +11775,62 @@ "type": "Identifier", "name": "j", "range": [ - 6625, - 6626 + 6948, + 6949 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 60 }, "end": { - "line": 177, + "line": 183, "column": 61 } } }, "range": [ - 6609, - 6627 + 6932, + 6950 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 44 }, "end": { - "line": 177, + "line": 183, "column": 62 } } } ], "range": [ - 6598, - 6628 + 6921, + 6951 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 33 }, "end": { - "line": 177, + "line": 183, "column": 63 } } }, "range": [ - 6589, - 6628 + 6912, + 6951 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 24 }, "end": { - "line": 177, + "line": 183, "column": 63 } } @@ -11368,16 +11838,16 @@ ], "kind": "var", "range": [ - 6585, - 6629 + 6908, + 6952 ], "loc": { "start": { - "line": 177, + "line": 183, "column": 20 }, "end": { - "line": 177, + "line": 183, "column": 64 } } @@ -11394,16 +11864,16 @@ "type": "Identifier", "name": "theList", "range": [ - 6650, - 6657 + 6973, + 6980 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 20 }, "end": { - "line": 178, + "line": 184, "column": 27 } } @@ -11412,31 +11882,31 @@ "type": "Identifier", "name": "j", "range": [ - 6658, - 6659 + 6981, + 6982 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 28 }, "end": { - "line": 178, + "line": 184, "column": 29 } } }, "range": [ - 6650, - 6660 + 6973, + 6983 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 20 }, "end": { - "line": 178, + "line": 184, "column": 30 } } @@ -11447,16 +11917,16 @@ "type": "Identifier", "name": "parseFloat", "range": [ - 6663, - 6673 + 6986, + 6996 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 33 }, "end": { - "line": 178, + "line": 184, "column": 43 } } @@ -11466,62 +11936,62 @@ "type": "Identifier", "name": "cvalue", "range": [ - 6674, - 6680 + 6997, + 7003 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 44 }, "end": { - "line": 178, + "line": 184, "column": 50 } } } ], "range": [ - 6663, - 6681 + 6986, + 7004 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 33 }, "end": { - "line": 178, + "line": 184, "column": 51 } } }, "range": [ - 6650, - 6681 + 6973, + 7004 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 20 }, "end": { - "line": 178, + "line": 184, "column": 51 } } }, "range": [ - 6650, - 6682 + 6973, + 7005 ], "loc": { "start": { - "line": 178, + "line": 184, "column": 20 }, "end": { - "line": 178, + "line": 184, "column": 52 } } @@ -11537,17 +12007,17 @@ "type": "Identifier", "name": "isNaN", "range": [ - 6708, - 6713 + 7032, + 7037 ], "loc": { "start": { - "line": 180, - "column": 24 + "line": 186, + "column": 25 }, "end": { - "line": 180, - "column": 29 + "line": 186, + "column": 30 } } }, @@ -11556,49 +12026,49 @@ "type": "Identifier", "name": "cvalue", "range": [ - 6714, - 6720 + 7038, + 7044 ], "loc": { "start": { - "line": 180, - "column": 30 + "line": 186, + "column": 31 }, "end": { - "line": 180, - "column": 36 + "line": 186, + "column": 37 } } } ], "range": [ - 6708, - 6721 + 7032, + 7045 ], "loc": { "start": { - "line": 180, - "column": 24 + "line": 186, + "column": 25 }, "end": { - "line": 180, - "column": 37 + "line": 186, + "column": 38 } } }, "prefix": true, "range": [ - 6707, - 6721 + 7031, + 7045 ], "loc": { "start": { - "line": 180, - "column": 23 + "line": 186, + "column": 24 }, "end": { - "line": 180, - "column": 37 + "line": 186, + "column": 38 } } }, @@ -11614,47 +12084,47 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 6748, - 6756 + 7073, + 7081 ], "loc": { "start": { - "line": 181, + "line": 187, "column": 24 }, "end": { - "line": 181, + "line": 187, "column": 32 } } }, "prefix": false, "range": [ - 6748, - 6758 + 7073, + 7083 ], "loc": { "start": { - "line": 181, + "line": 187, "column": 24 }, "end": { - "line": 181, + "line": 187, "column": 34 } } }, "range": [ - 6748, - 6759 + 7073, + 7084 ], "loc": { "start": { - "line": 181, + "line": 187, "column": 24 }, "end": { - "line": 181, + "line": 187, "column": 35 } } @@ -11671,17 +12141,17 @@ "type": "Identifier", "name": "sumFlag", "range": [ - 6787, - 6794 + 7113, + 7120 ], "loc": { "start": { - "line": 182, - "column": 27 + "line": 188, + "column": 28 }, "end": { - "line": 182, - "column": 34 + "line": 188, + "column": 35 } } }, @@ -11690,32 +12160,32 @@ "value": 1, "raw": "1", "range": [ - 6797, - 6798 + 7125, + 7126 ], "loc": { "start": { - "line": 182, - "column": 37 + "line": 188, + "column": 40 }, "end": { - "line": 182, - "column": 38 + "line": 188, + "column": 41 } } }, "range": [ - 6787, - 6798 + 7113, + 7126 ], "loc": { "start": { - "line": 182, - "column": 27 + "line": 188, + "column": 28 }, "end": { - "line": 182, - "column": 38 + "line": 188, + "column": 41 } } }, @@ -11726,17 +12196,17 @@ "type": "Identifier", "name": "meanFlag", "range": [ - 6802, - 6810 + 7130, + 7138 ], "loc": { "start": { - "line": 182, - "column": 42 + "line": 188, + "column": 45 }, "end": { - "line": 182, - "column": 50 + "line": 188, + "column": 53 } } }, @@ -11745,47 +12215,47 @@ "value": 1, "raw": "1", "range": [ - 6813, - 6814 + 7143, + 7144 ], "loc": { "start": { - "line": 182, - "column": 53 + "line": 188, + "column": 58 }, "end": { - "line": 182, - "column": 54 + "line": 188, + "column": 59 } } }, "range": [ - 6802, - 6814 + 7130, + 7144 ], "loc": { "start": { - "line": 182, - "column": 42 + "line": 188, + "column": 45 }, "end": { - "line": 182, - "column": 54 + "line": 188, + "column": 59 } } }, "range": [ - 6787, - 6814 + 7113, + 7144 ], "loc": { "start": { - "line": 182, - "column": 27 + "line": 188, + "column": 28 }, "end": { - "line": 182, - "column": 54 + "line": 188, + "column": 59 } } }, @@ -11801,16 +12271,16 @@ "type": "Identifier", "name": "sumValue", "range": [ - 6845, - 6853 + 7176, + 7184 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 28 }, "end": { - "line": 183, + "line": 189, "column": 36 } } @@ -11821,16 +12291,16 @@ "type": "Identifier", "name": "parseFloat", "range": [ - 6857, - 6867 + 7188, + 7198 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 40 }, "end": { - "line": 183, + "line": 189, "column": 50 } } @@ -11840,94 +12310,94 @@ "type": "Identifier", "name": "cvalue", "range": [ - 6869, - 6875 + 7199, + 7205 ], "loc": { "start": { - "line": 183, - "column": 52 + "line": 189, + "column": 51 }, "end": { - "line": 183, - "column": 58 + "line": 189, + "column": 57 } } } ], "range": [ - 6857, - 6877 + 7188, + 7206 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 40 }, "end": { - "line": 183, - "column": 60 + "line": 189, + "column": 58 } } }, "range": [ - 6845, - 6877 + 7176, + 7206 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 28 }, "end": { - "line": 183, - "column": 60 + "line": 189, + "column": 58 } } }, "range": [ - 6845, - 6878 + 7176, + 7207 ], "loc": { "start": { - "line": 183, + "line": 189, "column": 28 }, "end": { - "line": 183, - "column": 61 + "line": 189, + "column": 59 } } } ], "range": [ - 6815, - 6904 + 7146, + 7233 ], "loc": { "start": { - "line": 182, - "column": 55 + "line": 188, + "column": 61 }, "end": { - "line": 184, + "line": 190, "column": 25 } } }, "alternate": null, "range": [ - 6784, - 6904 + 7109, + 7233 ], "loc": { "start": { - "line": 182, + "line": 188, "column": 24 }, "end": { - "line": 184, + "line": 190, "column": 25 } } @@ -11941,17 +12411,17 @@ "type": "Identifier", "name": "minFlag", "range": [ - 6932, - 6939 + 7262, + 7269 ], "loc": { "start": { - "line": 185, - "column": 27 + "line": 191, + "column": 28 }, "end": { - "line": 185, - "column": 34 + "line": 191, + "column": 35 } } }, @@ -11960,32 +12430,32 @@ "value": 1, "raw": "1", "range": [ - 6942, - 6943 + 7274, + 7275 ], "loc": { "start": { - "line": 185, - "column": 37 + "line": 191, + "column": 40 }, "end": { - "line": 185, - "column": 38 + "line": 191, + "column": 41 } } }, "range": [ - 6932, - 6943 + 7262, + 7275 ], "loc": { "start": { - "line": 185, - "column": 27 + "line": 191, + "column": 28 }, "end": { - "line": 185, - "column": 38 + "line": 191, + "column": 41 } } }, @@ -12001,17 +12471,17 @@ "type": "Identifier", "name": "minValue", "range": [ - 6977, - 6985 + 7311, + 7319 ], "loc": { "start": { - "line": 186, - "column": 31 + "line": 192, + "column": 32 }, "end": { - "line": 186, - "column": 39 + "line": 192, + "column": 40 } } }, @@ -12020,32 +12490,32 @@ "value": null, "raw": "null", "range": [ - 6988, - 6992 + 7324, + 7328 ], "loc": { "start": { - "line": 186, - "column": 42 + "line": 192, + "column": 45 }, "end": { - "line": 186, - "column": 46 + "line": 192, + "column": 49 } } }, "range": [ - 6977, - 6992 + 7311, + 7328 ], "loc": { "start": { - "line": 186, - "column": 31 + "line": 192, + "column": 32 }, "end": { - "line": 186, - "column": 46 + "line": 192, + "column": 49 } } }, @@ -12061,16 +12531,16 @@ "type": "Identifier", "name": "minValue", "range": [ - 7027, - 7035 + 7364, + 7372 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 32 }, "end": { - "line": 187, + "line": 193, "column": 40 } } @@ -12081,16 +12551,16 @@ "type": "Identifier", "name": "parseFloat", "range": [ - 7038, - 7048 + 7375, + 7385 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 43 }, "end": { - "line": 187, + "line": 193, "column": 53 } } @@ -12100,78 +12570,78 @@ "type": "Identifier", "name": "cvalue", "range": [ - 7050, - 7056 + 7386, + 7392 ], "loc": { "start": { - "line": 187, - "column": 55 + "line": 193, + "column": 54 }, "end": { - "line": 187, - "column": 61 + "line": 193, + "column": 60 } } } ], "range": [ - 7038, - 7058 + 7375, + 7393 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 43 }, "end": { - "line": 187, - "column": 63 + "line": 193, + "column": 61 } } }, "range": [ - 7027, - 7058 + 7364, + 7393 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 32 }, "end": { - "line": 187, - "column": 63 + "line": 193, + "column": 61 } } }, "range": [ - 7027, - 7059 + 7364, + 7394 ], "loc": { "start": { - "line": 187, + "line": 193, "column": 32 }, "end": { - "line": 187, - "column": 64 + "line": 193, + "column": 62 } } } ], "range": [ - 6993, - 7089 + 7330, + 7424 ], "loc": { "start": { - "line": 186, - "column": 47 + "line": 192, + "column": 51 }, "end": { - "line": 188, + "line": 194, "column": 29 } } @@ -12188,16 +12658,16 @@ "type": "Identifier", "name": "minValue", "range": [ - 7128, - 7136 + 7464, + 7472 ], "loc": { "start": { - "line": 189, + "line": 195, "column": 32 }, "end": { - "line": 189, + "line": 195, "column": 40 } } @@ -12213,16 +12683,16 @@ "type": "Identifier", "name": "parseFloat", "range": [ - 7139, - 7149 + 7475, + 7485 ], "loc": { "start": { - "line": 189, + "line": 195, "column": 43 }, "end": { - "line": 189, + "line": 195, "column": 53 } } @@ -12232,33 +12702,33 @@ "type": "Identifier", "name": "cvalue", "range": [ - 7151, - 7157 + 7486, + 7492 ], "loc": { "start": { - "line": 189, - "column": 55 + "line": 195, + "column": 54 }, "end": { - "line": 189, - "column": 61 + "line": 195, + "column": 60 } } } ], "range": [ - 7139, - 7159 + 7475, + 7493 ], "loc": { "start": { - "line": 189, + "line": 195, "column": 43 }, "end": { - "line": 189, - "column": 63 + "line": 195, + "column": 61 } } }, @@ -12266,32 +12736,32 @@ "type": "Identifier", "name": "minValue", "range": [ - 7162, - 7170 + 7496, + 7504 ], "loc": { "start": { - "line": 189, - "column": 66 + "line": 195, + "column": 64 }, "end": { - "line": 189, - "column": 74 + "line": 195, + "column": 72 } } }, "range": [ - 7139, - 7170 + 7475, + 7504 ], "loc": { "start": { - "line": 189, + "line": 195, "column": 43 }, "end": { - "line": 189, - "column": 74 + "line": 195, + "column": 72 } } }, @@ -12301,16 +12771,16 @@ "type": "Identifier", "name": "parseFloat", "range": [ - 7209, - 7219 + 7543, + 7553 ], "loc": { "start": { - "line": 190, + "line": 196, "column": 36 }, "end": { - "line": 190, + "line": 196, "column": 46 } } @@ -12320,33 +12790,33 @@ "type": "Identifier", "name": "cvalue", "range": [ - 7221, - 7227 + 7554, + 7560 ], "loc": { "start": { - "line": 190, - "column": 48 + "line": 196, + "column": 47 }, "end": { - "line": 190, - "column": 54 + "line": 196, + "column": 53 } } } ], "range": [ - 7209, - 7229 + 7543, + 7561 ], "loc": { "start": { - "line": 190, + "line": 196, "column": 36 }, "end": { - "line": 190, - "column": 56 + "line": 196, + "column": 54 } } }, @@ -12354,124 +12824,124 @@ "type": "Identifier", "name": "minValue", "range": [ - 7231, - 7239 + 7564, + 7572 ], "loc": { "start": { - "line": 190, - "column": 58 + "line": 196, + "column": 57 }, "end": { - "line": 190, - "column": 66 + "line": 196, + "column": 65 } } }, "range": [ - 7139, - 7239 + 7475, + 7572 ], "loc": { "start": { - "line": 189, + "line": 195, "column": 43 }, "end": { - "line": 190, - "column": 66 + "line": 196, + "column": 65 } } }, "range": [ - 7128, - 7239 + 7464, + 7572 ], "loc": { "start": { - "line": 189, + "line": 195, "column": 32 }, "end": { - "line": 190, - "column": 66 + "line": 196, + "column": 65 } } }, "range": [ - 7128, - 7240 + 7464, + 7573 ], "loc": { "start": { - "line": 189, + "line": 195, "column": 32 }, "end": { - "line": 190, - "column": 67 + "line": 196, + "column": 66 } } } ], "range": [ - 7094, - 7270 + 7430, + 7603 ], "loc": { "start": { - "line": 188, - "column": 34 + "line": 194, + "column": 35 }, "end": { - "line": 191, + "line": 197, "column": 29 } } }, "range": [ - 6974, - 7270 + 7307, + 7603 ], "loc": { "start": { - "line": 186, + "line": 192, "column": 28 }, "end": { - "line": 191, + "line": 197, "column": 29 } } } ], "range": [ - 6944, - 7296 + 7277, + 7629 ], "loc": { "start": { - "line": 185, - "column": 39 + "line": 191, + "column": 43 }, "end": { - "line": 192, + "line": 198, "column": 25 } } }, "alternate": null, "range": [ - 6929, - 7296 + 7258, + 7629 ], "loc": { "start": { - "line": 185, + "line": 191, "column": 24 }, "end": { - "line": 192, + "line": 198, "column": 25 } } @@ -12485,17 +12955,17 @@ "type": "Identifier", "name": "maxFlag", "range": [ - 7324, - 7331 + 7658, + 7665 ], "loc": { "start": { - "line": 193, - "column": 27 + "line": 199, + "column": 28 }, "end": { - "line": 193, - "column": 34 + "line": 199, + "column": 35 } } }, @@ -12504,32 +12974,32 @@ "value": 1, "raw": "1", "range": [ - 7334, - 7335 + 7670, + 7671 ], "loc": { "start": { - "line": 193, - "column": 37 + "line": 199, + "column": 40 }, "end": { - "line": 193, - "column": 38 + "line": 199, + "column": 41 } } }, "range": [ - 7324, - 7335 + 7658, + 7671 ], "loc": { "start": { - "line": 193, - "column": 27 + "line": 199, + "column": 28 }, "end": { - "line": 193, - "column": 38 + "line": 199, + "column": 41 } } }, @@ -12545,16 +13015,16 @@ "type": "Identifier", "name": "maxValue", "range": [ - 7370, - 7378 + 7707, + 7715 ], "loc": { "start": { - "line": 194, + "line": 200, "column": 32 }, "end": { - "line": 194, + "line": 200, "column": 40 } } @@ -12564,32 +13034,32 @@ "value": null, "raw": "null", "range": [ - 7381, - 7385 + 7720, + 7724 ], "loc": { "start": { - "line": 194, - "column": 43 + "line": 200, + "column": 45 }, "end": { - "line": 194, - "column": 47 + "line": 200, + "column": 49 } } }, "range": [ - 7370, - 7385 + 7707, + 7724 ], "loc": { "start": { - "line": 194, + "line": 200, "column": 32 }, "end": { - "line": 194, - "column": 47 + "line": 200, + "column": 49 } } }, @@ -12605,16 +13075,16 @@ "type": "Identifier", "name": "maxValue", "range": [ - 7420, - 7428 + 7760, + 7768 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 32 }, "end": { - "line": 195, + "line": 201, "column": 40 } } @@ -12625,16 +13095,16 @@ "type": "Identifier", "name": "parseFloat", "range": [ - 7431, - 7441 + 7771, + 7781 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 43 }, "end": { - "line": 195, + "line": 201, "column": 53 } } @@ -12644,78 +13114,78 @@ "type": "Identifier", "name": "cvalue", "range": [ - 7443, - 7449 + 7782, + 7788 ], "loc": { "start": { - "line": 195, - "column": 55 + "line": 201, + "column": 54 }, "end": { - "line": 195, - "column": 61 + "line": 201, + "column": 60 } } } ], "range": [ - 7431, - 7451 + 7771, + 7789 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 43 }, "end": { - "line": 195, - "column": 63 + "line": 201, + "column": 61 } } }, "range": [ - 7420, - 7451 + 7760, + 7789 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 32 }, "end": { - "line": 195, - "column": 63 + "line": 201, + "column": 61 } } }, "range": [ - 7420, - 7452 + 7760, + 7790 ], "loc": { "start": { - "line": 195, + "line": 201, "column": 32 }, "end": { - "line": 195, - "column": 64 + "line": 201, + "column": 62 } } } ], "range": [ - 7386, - 7482 + 7726, + 7820 ], "loc": { "start": { - "line": 194, - "column": 48 + "line": 200, + "column": 51 }, "end": { - "line": 196, + "line": 202, "column": 29 } } @@ -12732,16 +13202,16 @@ "type": "Identifier", "name": "maxValue", "range": [ - 7522, - 7530 + 7860, + 7868 ], "loc": { "start": { - "line": 197, + "line": 203, "column": 32 }, "end": { - "line": 197, + "line": 203, "column": 40 } } @@ -12757,16 +13227,16 @@ "type": "Identifier", "name": "parseFloat", "range": [ - 7533, - 7543 + 7871, + 7881 ], "loc": { "start": { - "line": 197, + "line": 203, "column": 43 }, "end": { - "line": 197, + "line": 203, "column": 53 } } @@ -12776,33 +13246,33 @@ "type": "Identifier", "name": "cvalue", "range": [ - 7545, - 7551 + 7882, + 7888 ], "loc": { "start": { - "line": 197, - "column": 55 + "line": 203, + "column": 54 }, "end": { - "line": 197, - "column": 61 + "line": 203, + "column": 60 } } } ], "range": [ - 7533, - 7553 + 7871, + 7889 ], "loc": { "start": { - "line": 197, + "line": 203, "column": 43 }, "end": { - "line": 197, - "column": 63 + "line": 203, + "column": 61 } } }, @@ -12810,32 +13280,32 @@ "type": "Identifier", "name": "maxValue", "range": [ - 7556, - 7564 + 7892, + 7900 ], "loc": { "start": { - "line": 197, - "column": 66 + "line": 203, + "column": 64 }, "end": { - "line": 197, - "column": 74 + "line": 203, + "column": 72 } } }, "range": [ - 7533, - 7564 + 7871, + 7900 ], "loc": { "start": { - "line": 197, + "line": 203, "column": 43 }, "end": { - "line": 197, - "column": 74 + "line": 203, + "column": 72 } } }, @@ -12845,16 +13315,16 @@ "type": "Identifier", "name": "parseFloat", "range": [ - 7603, - 7613 + 7939, + 7949 ], "loc": { "start": { - "line": 198, + "line": 204, "column": 36 }, "end": { - "line": 198, + "line": 204, "column": 46 } } @@ -12864,33 +13334,33 @@ "type": "Identifier", "name": "cvalue", "range": [ - 7615, - 7621 + 7950, + 7956 ], "loc": { "start": { - "line": 198, - "column": 48 + "line": 204, + "column": 47 }, "end": { - "line": 198, - "column": 54 + "line": 204, + "column": 53 } } } ], "range": [ - 7603, - 7623 + 7939, + 7957 ], "loc": { "start": { - "line": 198, + "line": 204, "column": 36 }, "end": { - "line": 198, - "column": 56 + "line": 204, + "column": 54 } } }, @@ -12898,187 +13368,187 @@ "type": "Identifier", "name": "maxValue", "range": [ - 7625, - 7633 + 7960, + 7968 ], "loc": { "start": { - "line": 198, - "column": 58 + "line": 204, + "column": 57 }, "end": { - "line": 198, - "column": 66 + "line": 204, + "column": 65 } } }, "range": [ - 7533, - 7633 + 7871, + 7968 ], "loc": { "start": { - "line": 197, + "line": 203, "column": 43 }, "end": { - "line": 198, - "column": 66 + "line": 204, + "column": 65 } } }, "range": [ - 7522, - 7633 + 7860, + 7968 ], "loc": { "start": { - "line": 197, + "line": 203, "column": 32 }, "end": { - "line": 198, - "column": 66 + "line": 204, + "column": 65 } } }, "range": [ - 7522, - 7634 + 7860, + 7969 ], "loc": { "start": { - "line": 197, + "line": 203, "column": 32 }, "end": { - "line": 198, - "column": 67 + "line": 204, + "column": 66 } } } ], "range": [ - 7488, - 7664 + 7826, + 7999 ], "loc": { "start": { - "line": 196, + "line": 202, "column": 35 }, "end": { - "line": 199, + "line": 205, "column": 29 } } }, "range": [ - 7366, - 7664 + 7703, + 7999 ], "loc": { "start": { - "line": 194, + "line": 200, "column": 28 }, "end": { - "line": 199, + "line": 205, "column": 29 } } } ], "range": [ - 7336, - 7690 + 7673, + 8025 ], "loc": { "start": { - "line": 193, - "column": 39 + "line": 199, + "column": 43 }, "end": { - "line": 200, + "line": 206, "column": 25 } } }, "alternate": null, "range": [ - 7321, - 7690 + 7654, + 8025 ], "loc": { "start": { - "line": 193, + "line": 199, "column": 24 }, "end": { - "line": 200, + "line": 206, "column": 25 } } } ], "range": [ - 6722, - 7712 + 7047, + 8047 ], "loc": { "start": { - "line": 180, - "column": 38 + "line": 186, + "column": 40 }, "end": { - "line": 201, + "line": 207, "column": 21 } } }, "alternate": null, "range": [ - 6704, - 7712 + 7027, + 8047 ], "loc": { "start": { - "line": 180, + "line": 186, "column": 20 }, "end": { - "line": 201, + "line": 207, "column": 21 } } } ], "range": [ - 5745, - 7730 + 6042, + 8065 ], "loc": { "start": { - "line": 161, - "column": 59 + "line": 167, + "column": 65 }, "end": { - "line": 202, + "line": 208, "column": 17 } } }, "range": [ - 5702, - 7730 + 5993, + 8065 ], "loc": { "start": { - "line": 161, + "line": 167, "column": 16 }, "end": { - "line": 202, + "line": 208, "column": 17 } }, @@ -13087,16 +13557,16 @@ "type": "Line", "value": "for j", "range": [ - 7730, - 7737 + 8065, + 8072 ], "loc": { "start": { - "line": 202, + "line": 208, "column": 17 }, "end": { - "line": 202, + "line": 208, "column": 24 } } @@ -13112,17 +13582,17 @@ "type": "Identifier", "name": "meanFlag", "range": [ - 7757, - 7765 + 8093, + 8101 ], "loc": { "start": { - "line": 203, - "column": 19 + "line": 209, + "column": 20 }, "end": { - "line": 203, - "column": 27 + "line": 209, + "column": 28 } } }, @@ -13131,32 +13601,32 @@ "value": 1, "raw": "1", "range": [ - 7768, - 7769 + 8106, + 8107 ], "loc": { "start": { - "line": 203, - "column": 30 + "line": 209, + "column": 33 }, "end": { - "line": 203, - "column": 31 + "line": 209, + "column": 34 } } }, "range": [ - 7757, - 7769 + 8093, + 8107 ], "loc": { "start": { - "line": 203, - "column": 19 + "line": 209, + "column": 20 }, "end": { - "line": 203, - "column": 31 + "line": 209, + "column": 34 } } }, @@ -13172,16 +13642,16 @@ "type": "Identifier", "name": "meanValue", "range": [ - 7792, - 7801 + 8131, + 8140 ], "loc": { "start": { - "line": 204, + "line": 210, "column": 20 }, "end": { - "line": 204, + "line": 210, "column": 29 } } @@ -13193,16 +13663,16 @@ "type": "Identifier", "name": "sumValue", "range": [ - 7804, - 7812 + 8143, + 8151 ], "loc": { "start": { - "line": 204, + "line": 210, "column": 32 }, "end": { - "line": 204, + "line": 210, "column": 40 } } @@ -13211,93 +13681,93 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 7813, - 7821 + 8154, + 8162 ], "loc": { "start": { - "line": 204, - "column": 41 + "line": 210, + "column": 43 }, "end": { - "line": 204, - "column": 49 + "line": 210, + "column": 51 } } }, "range": [ - 7804, - 7821 + 8143, + 8162 ], "loc": { "start": { - "line": 204, + "line": 210, "column": 32 }, "end": { - "line": 204, - "column": 49 + "line": 210, + "column": 51 } } }, "range": [ - 7792, - 7821 + 8131, + 8162 ], "loc": { "start": { - "line": 204, + "line": 210, "column": 20 }, "end": { - "line": 204, - "column": 49 + "line": 210, + "column": 51 } } }, "range": [ - 7792, - 7822 + 8131, + 8163 ], "loc": { "start": { - "line": 204, + "line": 210, "column": 20 }, "end": { - "line": 204, - "column": 50 + "line": 210, + "column": 52 } } } ], "range": [ - 7770, - 7840 + 8109, + 8181 ], "loc": { "start": { - "line": 203, - "column": 32 + "line": 209, + "column": 36 }, "end": { - "line": 205, + "line": 211, "column": 17 } } }, "alternate": null, "range": [ - 7754, - 7840 + 8089, + 8181 ], "loc": { "start": { - "line": 203, + "line": 209, "column": 16 }, "end": { - "line": 205, + "line": 211, "column": 17 } }, @@ -13306,16 +13776,16 @@ "type": "Line", "value": "for j", "range": [ - 7730, - 7737 + 8065, + 8072 ], "loc": { "start": { - "line": 202, + "line": 208, "column": 17 }, "end": { - "line": 202, + "line": 208, "column": 24 } } @@ -13331,17 +13801,17 @@ "type": "Identifier", "name": "medFlag", "range": [ - 7860, - 7867 + 8202, + 8209 ], "loc": { "start": { - "line": 206, - "column": 19 + "line": 212, + "column": 20 }, "end": { - "line": 206, - "column": 26 + "line": 212, + "column": 27 } } }, @@ -13350,32 +13820,32 @@ "value": 1, "raw": "1", "range": [ - 7870, - 7871 + 8214, + 8215 ], "loc": { "start": { - "line": 206, - "column": 29 + "line": 212, + "column": 32 }, "end": { - "line": 206, - "column": 30 + "line": 212, + "column": 33 } } }, "range": [ - 7860, - 7871 + 8202, + 8215 ], "loc": { "start": { - "line": 206, - "column": 19 + "line": 212, + "column": 20 }, "end": { - "line": 206, - "column": 30 + "line": 212, + "column": 33 } } }, @@ -13391,16 +13861,16 @@ "type": "Identifier", "name": "aux", "range": [ - 7898, - 7901 + 8243, + 8246 ], "loc": { "start": { - "line": 207, + "line": 213, "column": 24 }, "end": { - "line": 207, + "line": 213, "column": 27 } } @@ -13410,31 +13880,31 @@ "value": 0, "raw": "0", "range": [ - 7904, - 7905 + 8249, + 8250 ], "loc": { "start": { - "line": 207, + "line": 213, "column": 30 }, "end": { - "line": 207, + "line": 213, "column": 31 } } }, "range": [ - 7898, - 7905 + 8243, + 8250 ], "loc": { "start": { - "line": 207, + "line": 213, "column": 24 }, "end": { - "line": 207, + "line": 213, "column": 31 } } @@ -13442,16 +13912,16 @@ ], "kind": "var", "range": [ - 7894, - 7906 + 8239, + 8251 ], "loc": { "start": { - "line": 207, + "line": 213, "column": 20 }, "end": { - "line": 207, + "line": 213, "column": 32 } } @@ -13468,17 +13938,17 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 7930, - 7938 + 8276, + 8284 ], "loc": { "start": { - "line": 208, - "column": 23 + "line": 214, + "column": 24 }, "end": { - "line": 208, - "column": 31 + "line": 214, + "column": 32 } } }, @@ -13487,32 +13957,32 @@ "value": 2, "raw": "2", "range": [ - 7939, - 7940 + 8287, + 8288 ], "loc": { "start": { - "line": 208, - "column": 32 + "line": 214, + "column": 35 }, "end": { - "line": 208, - "column": 33 + "line": 214, + "column": 36 } } }, "range": [ - 7930, - 7940 + 8276, + 8288 ], "loc": { "start": { - "line": 208, - "column": 23 + "line": 214, + "column": 24 }, "end": { - "line": 208, - "column": 33 + "line": 214, + "column": 36 } } }, @@ -13521,32 +13991,32 @@ "value": 1, "raw": "1", "range": [ - 7945, - 7946 + 8293, + 8294 ], "loc": { "start": { - "line": 208, - "column": 38 + "line": 214, + "column": 41 }, "end": { - "line": 208, - "column": 39 + "line": 214, + "column": 42 } } }, "range": [ - 7930, - 7946 + 8276, + 8294 ], "loc": { "start": { - "line": 208, - "column": 23 + "line": 214, + "column": 24 }, "end": { - "line": 208, - "column": 39 + "line": 214, + "column": 42 } } }, @@ -13562,16 +14032,16 @@ "type": "Identifier", "name": "aux", "range": [ - 7973, - 7976 + 8322, + 8325 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 24 }, "end": { - "line": 209, + "line": 215, "column": 27 } } @@ -13585,16 +14055,16 @@ "type": "Identifier", "name": "Math", "range": [ - 7979, - 7983 + 8328, + 8332 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 30 }, "end": { - "line": 209, + "line": 215, "column": 34 } } @@ -13603,31 +14073,31 @@ "type": "Identifier", "name": "floor", "range": [ - 7984, - 7989 + 8333, + 8338 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 35 }, "end": { - "line": 209, + "line": 215, "column": 40 } } }, "range": [ - 7979, - 7989 + 8328, + 8338 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 30 }, "end": { - "line": 209, + "line": 215, "column": 40 } } @@ -13640,16 +14110,16 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 7990, - 7998 + 8339, + 8347 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 41 }, "end": { - "line": 209, + "line": 215, "column": 49 } } @@ -13659,78 +14129,78 @@ "value": 2, "raw": "2", "range": [ - 7999, - 8000 + 8350, + 8351 ], "loc": { "start": { - "line": 209, - "column": 50 + "line": 215, + "column": 52 }, "end": { - "line": 209, - "column": 51 + "line": 215, + "column": 53 } } }, "range": [ - 7990, - 8000 + 8339, + 8351 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 41 }, "end": { - "line": 209, - "column": 51 + "line": 215, + "column": 53 } } } ], "range": [ - 7979, - 8001 + 8328, + 8352 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 30 }, "end": { - "line": 209, - "column": 52 + "line": 215, + "column": 54 } } }, "range": [ - 7973, - 8001 + 8322, + 8352 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 24 }, "end": { - "line": 209, - "column": 52 + "line": 215, + "column": 54 } } }, "range": [ - 7973, - 8002 + 8322, + 8353 ], "loc": { "start": { - "line": 209, + "line": 215, "column": 24 }, "end": { - "line": 209, - "column": 53 + "line": 215, + "column": 55 } } }, @@ -13743,16 +14213,16 @@ "type": "Identifier", "name": "medValue", "range": [ - 8027, - 8035 + 8378, + 8386 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 24 }, "end": { - "line": 210, + "line": 216, "column": 32 } } @@ -13764,16 +14234,16 @@ "type": "Identifier", "name": "theList", "range": [ - 8038, - 8045 + 8389, + 8396 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 35 }, "end": { - "line": 210, + "line": 216, "column": 42 } } @@ -13782,77 +14252,77 @@ "type": "Identifier", "name": "aux", "range": [ - 8046, - 8049 + 8397, + 8400 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 43 }, "end": { - "line": 210, + "line": 216, "column": 46 } } }, "range": [ - 8038, - 8050 + 8389, + 8401 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 35 }, "end": { - "line": 210, + "line": 216, "column": 47 } } }, "range": [ - 8027, - 8050 + 8378, + 8401 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 24 }, "end": { - "line": 210, + "line": 216, "column": 47 } } }, "range": [ - 8027, - 8051 + 8378, + 8402 ], "loc": { "start": { - "line": 210, + "line": 216, "column": 24 }, "end": { - "line": 210, + "line": 216, "column": 48 } } } ], "range": [ - 7947, - 8073 + 8296, + 8424 ], "loc": { "start": { - "line": 208, - "column": 40 + "line": 214, + "column": 44 }, "end": { - "line": 211, + "line": 217, "column": 21 } } @@ -13869,16 +14339,16 @@ "type": "Identifier", "name": "medValue", "range": [ - 8104, - 8112 + 8456, + 8464 ], "loc": { "start": { - "line": 212, + "line": 218, "column": 24 }, "end": { - "line": 212, + "line": 218, "column": 32 } } @@ -13896,17 +14366,17 @@ "type": "Identifier", "name": "theList", "range": [ - 8144, - 8151 + 8468, + 8475 ], "loc": { "start": { - "line": 213, - "column": 29 + "line": 218, + "column": 36 }, "end": { - "line": 213, - "column": 36 + "line": 218, + "column": 43 } } }, @@ -13917,17 +14387,17 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 8152, - 8160 + 8476, + 8484 ], "loc": { "start": { - "line": 213, - "column": 37 + "line": 218, + "column": 44 }, "end": { - "line": 213, - "column": 45 + "line": 218, + "column": 52 } } }, @@ -13936,47 +14406,47 @@ "value": 2, "raw": "2", "range": [ - 8161, - 8162 + 8487, + 8488 ], "loc": { "start": { - "line": 213, - "column": 46 + "line": 218, + "column": 55 }, "end": { - "line": 213, - "column": 47 + "line": 218, + "column": 56 } } }, "range": [ - 8152, - 8162 + 8476, + 8488 ], "loc": { "start": { - "line": 213, - "column": 37 + "line": 218, + "column": 44 }, "end": { - "line": 213, - "column": 47 + "line": 218, + "column": 56 } } }, "range": [ - 8144, - 8163 + 8468, + 8489 ], "loc": { "start": { - "line": 213, - "column": 29 + "line": 218, + "column": 36 }, "end": { - "line": 213, - "column": 48 + "line": 218, + "column": 57 } } }, @@ -13987,17 +14457,17 @@ "type": "Identifier", "name": "theList", "range": [ - 8166, - 8173 + 8520, + 8527 ], "loc": { "start": { - "line": 213, - "column": 51 + "line": 219, + "column": 28 }, "end": { - "line": 213, - "column": 58 + "line": 219, + "column": 35 } } }, @@ -14011,17 +14481,17 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 8176, - 8184 + 8530, + 8538 ], "loc": { "start": { - "line": 213, - "column": 61 + "line": 219, + "column": 38 }, "end": { - "line": 213, - "column": 69 + "line": 219, + "column": 46 } } }, @@ -14030,32 +14500,32 @@ "value": 2, "raw": "2", "range": [ - 8185, - 8186 + 8541, + 8542 ], "loc": { "start": { - "line": 213, - "column": 70 + "line": 219, + "column": 49 }, "end": { - "line": 213, - "column": 71 + "line": 219, + "column": 50 } } }, "range": [ - 8176, - 8186 + 8530, + 8542 ], "loc": { "start": { - "line": 213, - "column": 61 + "line": 219, + "column": 38 }, "end": { - "line": 213, - "column": 71 + "line": 219, + "column": 50 } } }, @@ -14064,62 +14534,62 @@ "value": 1, "raw": "1", "range": [ - 8188, - 8189 + 8546, + 8547 ], "loc": { "start": { - "line": 213, - "column": 73 + "line": 219, + "column": 54 }, "end": { - "line": 213, - "column": 74 + "line": 219, + "column": 55 } } }, "range": [ - 8175, - 8189 + 8529, + 8547 ], "loc": { "start": { - "line": 213, - "column": 60 + "line": 219, + "column": 37 }, "end": { - "line": 213, - "column": 74 + "line": 219, + "column": 55 } } }, "range": [ - 8166, - 8191 + 8520, + 8549 ], "loc": { "start": { - "line": 213, - "column": 51 + "line": 219, + "column": 28 }, "end": { - "line": 213, - "column": 76 + "line": 219, + "column": 57 } } }, "range": [ - 8144, - 8191 + 8468, + 8549 ], "loc": { "start": { - "line": 213, - "column": 29 + "line": 218, + "column": 36 }, "end": { - "line": 213, - "column": 76 + "line": 219, + "column": 57 } } }, @@ -14128,124 +14598,124 @@ "value": 2, "raw": "2", "range": [ - 8193, - 8194 + 8553, + 8554 ], "loc": { "start": { - "line": 213, - "column": 78 + "line": 219, + "column": 61 }, "end": { - "line": 213, - "column": 79 + "line": 219, + "column": 62 } } }, "range": [ - 8143, - 8194 + 8467, + 8554 ], "loc": { "start": { - "line": 213, - "column": 28 + "line": 218, + "column": 35 }, "end": { - "line": 213, - "column": 79 + "line": 219, + "column": 62 } } }, "range": [ - 8104, - 8194 + 8456, + 8554 ], "loc": { "start": { - "line": 212, + "line": 218, "column": 24 }, "end": { - "line": 213, - "column": 79 + "line": 219, + "column": 62 } } }, "range": [ - 8104, - 8195 + 8456, + 8555 ], "loc": { "start": { - "line": 212, + "line": 218, "column": 24 }, "end": { - "line": 213, - "column": 80 + "line": 219, + "column": 63 } } } ], "range": [ - 8078, - 8217 + 8430, + 8577 ], "loc": { "start": { - "line": 211, - "column": 26 + "line": 217, + "column": 27 }, "end": { - "line": 214, + "line": 220, "column": 21 } } }, "range": [ - 7927, - 8217 + 8272, + 8577 ], "loc": { "start": { - "line": 208, + "line": 214, "column": 20 }, "end": { - "line": 214, + "line": 220, "column": 21 } } } ], "range": [ - 7872, - 8235 + 8217, + 8595 ], "loc": { "start": { - "line": 206, - "column": 31 + "line": 212, + "column": 35 }, "end": { - "line": 215, + "line": 221, "column": 17 } } }, "alternate": null, "range": [ - 7857, - 8235 + 8198, + 8595 ], "loc": { "start": { - "line": 206, + "line": 212, "column": 16 }, "end": { - "line": 215, + "line": 221, "column": 17 } } @@ -14259,32 +14729,32 @@ "type": "Identifier", "name": "posa", "range": [ - 8256, - 8260 + 8616, + 8620 ], "loc": { "start": { - "line": 216, + "line": 222, "column": 20 }, "end": { - "line": 216, + "line": 222, "column": 24 } } }, "init": null, "range": [ - 8256, - 8260 + 8616, + 8620 ], "loc": { "start": { - "line": 216, + "line": 222, "column": 20 }, "end": { - "line": 216, + "line": 222, "column": 24 } } @@ -14292,16 +14762,16 @@ ], "kind": "var", "range": [ - 8252, - 8261 + 8612, + 8621 ], "loc": { "start": { - "line": 216, + "line": 222, "column": 16 }, "end": { - "line": 216, + "line": 222, "column": 25 } } @@ -14315,17 +14785,17 @@ "type": "Identifier", "name": "q1Flag", "range": [ - 8281, - 8287 + 8642, + 8648 ], "loc": { "start": { - "line": 217, - "column": 19 + "line": 223, + "column": 20 }, "end": { - "line": 217, - "column": 25 + "line": 223, + "column": 26 } } }, @@ -14334,32 +14804,32 @@ "value": 1, "raw": "1", "range": [ - 8290, - 8291 + 8653, + 8654 ], "loc": { "start": { - "line": 217, - "column": 28 + "line": 223, + "column": 31 }, "end": { - "line": 217, - "column": 29 + "line": 223, + "column": 32 } } }, "range": [ - 8281, - 8291 + 8642, + 8654 ], "loc": { "start": { - "line": 217, - "column": 19 + "line": 223, + "column": 20 }, "end": { - "line": 217, - "column": 29 + "line": 223, + "column": 32 } } }, @@ -14375,16 +14845,16 @@ "type": "Identifier", "name": "posa", "range": [ - 8314, - 8318 + 8678, + 8682 ], "loc": { "start": { - "line": 218, + "line": 224, "column": 20 }, "end": { - "line": 218, + "line": 224, "column": 24 } } @@ -14394,47 +14864,47 @@ "value": 0, "raw": "0.0", "range": [ - 8319, - 8322 + 8685, + 8688 ], "loc": { "start": { - "line": 218, - "column": 25 + "line": 224, + "column": 27 }, "end": { - "line": 218, - "column": 28 + "line": 224, + "column": 30 } } }, "range": [ - 8314, - 8322 + 8678, + 8688 ], "loc": { "start": { - "line": 218, + "line": 224, "column": 20 }, "end": { - "line": 218, - "column": 28 + "line": 224, + "column": 30 } } }, "range": [ - 8314, - 8323 + 8678, + 8689 ], "loc": { "start": { - "line": 218, + "line": 224, "column": 20 }, "end": { - "line": 218, - "column": 29 + "line": 224, + "column": 31 } } }, @@ -14447,16 +14917,16 @@ "type": "Identifier", "name": "posa", "range": [ - 8344, - 8348 + 8710, + 8714 ], "loc": { "start": { - "line": 219, + "line": 225, "column": 20 }, "end": { - "line": 219, + "line": 225, "column": 24 } } @@ -14470,16 +14940,16 @@ "type": "Identifier", "name": "Math", "range": [ - 8351, - 8355 + 8717, + 8721 ], "loc": { "start": { - "line": 219, + "line": 225, "column": 27 }, "end": { - "line": 219, + "line": 225, "column": 31 } } @@ -14488,31 +14958,31 @@ "type": "Identifier", "name": "floor", "range": [ - 8356, - 8361 + 8722, + 8727 ], "loc": { "start": { - "line": 219, + "line": 225, "column": 32 }, "end": { - "line": 219, + "line": 225, "column": 37 } } }, "range": [ - 8351, - 8361 + 8717, + 8727 ], "loc": { "start": { - "line": 219, + "line": 225, "column": 27 }, "end": { - "line": 219, + "line": 225, "column": 37 } } @@ -14525,16 +14995,16 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 8362, - 8370 + 8728, + 8736 ], "loc": { "start": { - "line": 219, + "line": 225, "column": 38 }, "end": { - "line": 219, + "line": 225, "column": 46 } } @@ -14544,78 +15014,78 @@ "value": 4, "raw": "4", "range": [ - 8371, - 8372 + 8739, + 8740 ], "loc": { "start": { - "line": 219, - "column": 47 + "line": 225, + "column": 49 }, "end": { - "line": 219, - "column": 48 + "line": 225, + "column": 50 } } }, "range": [ - 8362, - 8372 + 8728, + 8740 ], "loc": { "start": { - "line": 219, + "line": 225, "column": 38 }, "end": { - "line": 219, - "column": 48 + "line": 225, + "column": 50 } } } ], "range": [ - 8351, - 8373 + 8717, + 8741 ], "loc": { "start": { - "line": 219, + "line": 225, "column": 27 }, "end": { - "line": 219, - "column": 49 + "line": 225, + "column": 51 } } }, "range": [ - 8344, - 8373 + 8710, + 8741 ], "loc": { "start": { - "line": 219, + "line": 225, "column": 20 }, "end": { - "line": 219, - "column": 49 + "line": 225, + "column": 51 } } }, "range": [ - 8344, - 8374 + 8710, + 8742 ], "loc": { "start": { - "line": 219, + "line": 225, "column": 20 }, "end": { - "line": 219, - "column": 50 + "line": 225, + "column": 52 } } }, @@ -14632,17 +15102,17 @@ "value": 4, "raw": "4", "range": [ - 8398, - 8399 + 8767, + 8768 ], "loc": { "start": { - "line": 220, - "column": 23 + "line": 226, + "column": 24 }, "end": { - "line": 220, - "column": 24 + "line": 226, + "column": 25 } } }, @@ -14650,32 +15120,32 @@ "type": "Identifier", "name": "posa", "range": [ - 8400, - 8404 + 8771, + 8775 ], "loc": { "start": { - "line": 220, - "column": 25 + "line": 226, + "column": 28 }, "end": { - "line": 220, - "column": 29 + "line": 226, + "column": 32 } } }, "range": [ - 8398, - 8404 + 8767, + 8775 ], "loc": { "start": { - "line": 220, - "column": 23 + "line": 226, + "column": 24 }, "end": { - "line": 220, - "column": 29 + "line": 226, + "column": 32 } } }, @@ -14683,32 +15153,32 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 8408, - 8416 + 8779, + 8787 ], "loc": { "start": { - "line": 220, - "column": 33 + "line": 226, + "column": 36 }, "end": { - "line": 220, - "column": 41 + "line": 226, + "column": 44 } } }, "range": [ - 8398, - 8416 + 8767, + 8787 ], "loc": { "start": { - "line": 220, - "column": 23 + "line": 226, + "column": 24 }, "end": { - "line": 220, - "column": 41 + "line": 226, + "column": 44 } } }, @@ -14724,16 +15194,16 @@ "type": "Identifier", "name": "q1Value", "range": [ - 8443, - 8450 + 8815, + 8822 ], "loc": { "start": { - "line": 221, + "line": 227, "column": 24 }, "end": { - "line": 221, + "line": 227, "column": 31 } } @@ -14751,16 +15221,16 @@ "type": "Identifier", "name": "theList", "range": [ - 8454, - 8461 + 8826, + 8833 ], "loc": { "start": { - "line": 221, + "line": 227, "column": 35 }, "end": { - "line": 221, + "line": 227, "column": 42 } } @@ -14772,16 +15242,16 @@ "type": "Identifier", "name": "posa", "range": [ - 8462, - 8466 + 8834, + 8838 ], "loc": { "start": { - "line": 221, + "line": 227, "column": 43 }, "end": { - "line": 221, + "line": 227, "column": 47 } } @@ -14791,47 +15261,47 @@ "value": 1, "raw": "1", "range": [ - 8467, - 8468 + 8841, + 8842 ], "loc": { "start": { - "line": 221, - "column": 48 + "line": 227, + "column": 50 }, "end": { - "line": 221, - "column": 49 + "line": 227, + "column": 51 } } }, "range": [ - 8462, - 8468 + 8834, + 8842 ], "loc": { "start": { - "line": 221, + "line": 227, "column": 43 }, "end": { - "line": 221, - "column": 49 + "line": 227, + "column": 51 } } }, "range": [ - 8454, - 8469 + 8826, + 8843 ], "loc": { "start": { - "line": 221, + "line": 227, "column": 35 }, "end": { - "line": 221, - "column": 50 + "line": 227, + "column": 52 } } }, @@ -14842,17 +15312,17 @@ "type": "Identifier", "name": "theList", "range": [ - 8472, - 8479 + 8846, + 8853 ], "loc": { "start": { - "line": 221, - "column": 53 + "line": 227, + "column": 55 }, "end": { - "line": 221, - "column": 60 + "line": 227, + "column": 62 } } }, @@ -14860,47 +15330,47 @@ "type": "Identifier", "name": "posa", "range": [ - 8480, - 8484 + 8854, + 8858 ], "loc": { "start": { - "line": 221, - "column": 61 + "line": 227, + "column": 63 }, "end": { - "line": 221, - "column": 65 + "line": 227, + "column": 67 } } }, "range": [ - 8472, - 8485 + 8846, + 8859 ], "loc": { "start": { - "line": 221, - "column": 53 + "line": 227, + "column": 55 }, "end": { - "line": 221, - "column": 66 + "line": 227, + "column": 68 } } }, "range": [ - 8454, - 8485 + 8826, + 8859 ], "loc": { "start": { - "line": 221, + "line": 227, "column": 35 }, "end": { - "line": 221, - "column": 66 + "line": 227, + "column": 68 } } }, @@ -14909,77 +15379,77 @@ "value": 2, "raw": "2", "range": [ - 8487, - 8488 + 8863, + 8864 ], "loc": { "start": { - "line": 221, - "column": 68 + "line": 227, + "column": 72 }, "end": { - "line": 221, - "column": 69 + "line": 227, + "column": 73 } } }, "range": [ - 8453, - 8488 + 8825, + 8864 ], "loc": { "start": { - "line": 221, + "line": 227, "column": 34 }, "end": { - "line": 221, - "column": 69 + "line": 227, + "column": 73 } } }, "range": [ - 8443, - 8488 + 8815, + 8864 ], "loc": { "start": { - "line": 221, + "line": 227, "column": 24 }, "end": { - "line": 221, - "column": 69 + "line": 227, + "column": 73 } } }, "range": [ - 8443, - 8489 + 8815, + 8865 ], "loc": { "start": { - "line": 221, + "line": 227, "column": 24 }, "end": { - "line": 221, - "column": 70 + "line": 227, + "column": 74 } } } ], "range": [ - 8417, - 8511 + 8789, + 8887 ], "loc": { "start": { - "line": 220, - "column": 42 + "line": 226, + "column": 46 }, "end": { - "line": 222, + "line": 228, "column": 21 } } @@ -14996,16 +15466,16 @@ "type": "Identifier", "name": "q1Value", "range": [ - 8543, - 8550 + 8919, + 8926 ], "loc": { "start": { - "line": 223, + "line": 229, "column": 24 }, "end": { - "line": 223, + "line": 229, "column": 31 } } @@ -15017,16 +15487,16 @@ "type": "Identifier", "name": "theList", "range": [ - 8553, - 8560 + 8929, + 8936 ], "loc": { "start": { - "line": 223, + "line": 229, "column": 34 }, "end": { - "line": 223, + "line": 229, "column": 41 } } @@ -15035,124 +15505,124 @@ "type": "Identifier", "name": "posa", "range": [ - 8561, - 8565 + 8937, + 8941 ], "loc": { "start": { - "line": 223, + "line": 229, "column": 42 }, "end": { - "line": 223, + "line": 229, "column": 46 } } }, "range": [ - 8553, - 8566 + 8929, + 8942 ], "loc": { "start": { - "line": 223, + "line": 229, "column": 34 }, "end": { - "line": 223, + "line": 229, "column": 47 } } }, "range": [ - 8543, - 8566 + 8919, + 8942 ], "loc": { "start": { - "line": 223, + "line": 229, "column": 24 }, "end": { - "line": 223, + "line": 229, "column": 47 } } }, "range": [ - 8543, - 8567 + 8919, + 8943 ], "loc": { "start": { - "line": 223, + "line": 229, "column": 24 }, "end": { - "line": 223, + "line": 229, "column": 48 } } } ], "range": [ - 8517, - 8589 + 8893, + 8965 ], "loc": { "start": { - "line": 222, + "line": 228, "column": 27 }, "end": { - "line": 224, + "line": 230, "column": 21 } } }, "range": [ - 8395, - 8589 + 8763, + 8965 ], "loc": { "start": { - "line": 220, + "line": 226, "column": 20 }, "end": { - "line": 224, + "line": 230, "column": 21 } } } ], "range": [ - 8292, - 8607 + 8656, + 8983 ], "loc": { "start": { - "line": 217, - "column": 30 + "line": 223, + "column": 34 }, "end": { - "line": 225, + "line": 231, "column": 17 } } }, "alternate": null, "range": [ - 8278, - 8607 + 8638, + 8983 ], "loc": { "start": { - "line": 217, + "line": 223, "column": 16 }, "end": { - "line": 225, + "line": 231, "column": 17 } } @@ -15166,16 +15636,16 @@ "type": "Identifier", "name": "q3Flag", "range": [ - 8628, - 8634 + 9004, + 9010 ], "loc": { "start": { - "line": 226, + "line": 232, "column": 20 }, "end": { - "line": 226, + "line": 232, "column": 26 } } @@ -15185,32 +15655,32 @@ "value": 1, "raw": "1", "range": [ - 8637, - 8638 + 9015, + 9016 ], "loc": { "start": { - "line": 226, - "column": 29 + "line": 232, + "column": 31 }, "end": { - "line": 226, - "column": 30 + "line": 232, + "column": 32 } } }, "range": [ - 8628, - 8638 + 9004, + 9016 ], "loc": { "start": { - "line": 226, + "line": 232, "column": 20 }, "end": { - "line": 226, - "column": 30 + "line": 232, + "column": 32 } } }, @@ -15226,16 +15696,16 @@ "type": "Identifier", "name": "posa", "range": [ - 8661, - 8665 + 9040, + 9044 ], "loc": { "start": { - "line": 227, + "line": 233, "column": 20 }, "end": { - "line": 227, + "line": 233, "column": 24 } } @@ -15245,47 +15715,47 @@ "value": 0, "raw": "0.0", "range": [ - 8666, - 8669 + 9047, + 9050 ], "loc": { "start": { - "line": 227, - "column": 25 + "line": 233, + "column": 27 }, "end": { - "line": 227, - "column": 28 + "line": 233, + "column": 30 } } }, "range": [ - 8661, - 8669 + 9040, + 9050 ], "loc": { "start": { - "line": 227, + "line": 233, "column": 20 }, "end": { - "line": 227, - "column": 28 + "line": 233, + "column": 30 } } }, "range": [ - 8661, - 8670 + 9040, + 9051 ], "loc": { "start": { - "line": 227, + "line": 233, "column": 20 }, "end": { - "line": 227, - "column": 29 + "line": 233, + "column": 31 } } }, @@ -15298,16 +15768,16 @@ "type": "Identifier", "name": "posb", "range": [ - 8695, - 8699 + 9076, + 9080 ], "loc": { "start": { - "line": 228, + "line": 234, "column": 24 }, "end": { - "line": 228, + "line": 234, "column": 28 } } @@ -15317,49 +15787,49 @@ "value": 0, "raw": "0.0", "range": [ - 8700, - 8703 + 9083, + 9086 ], "loc": { "start": { - "line": 228, - "column": 29 + "line": 234, + "column": 31 }, "end": { - "line": 228, - "column": 32 + "line": 234, + "column": 34 } } }, "range": [ - 8695, - 8703 + 9076, + 9086 ], "loc": { "start": { - "line": 228, + "line": 234, "column": 24 }, "end": { - "line": 228, - "column": 32 + "line": 234, + "column": 34 } } } ], "kind": "var", "range": [ - 8691, - 8704 + 9072, + 9087 ], "loc": { "start": { - "line": 228, + "line": 234, "column": 20 }, "end": { - "line": 228, - "column": 33 + "line": 234, + "column": 35 } } }, @@ -15372,16 +15842,16 @@ "type": "Identifier", "name": "posa", "range": [ - 8725, - 8729 + 9108, + 9112 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 20 }, "end": { - "line": 229, + "line": 235, "column": 24 } } @@ -15395,16 +15865,16 @@ "type": "Identifier", "name": "Math", "range": [ - 8732, - 8736 + 9115, + 9119 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 27 }, "end": { - "line": 229, + "line": 235, "column": 31 } } @@ -15413,31 +15883,31 @@ "type": "Identifier", "name": "floor", "range": [ - 8737, - 8742 + 9120, + 9125 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 32 }, "end": { - "line": 229, + "line": 235, "column": 37 } } }, "range": [ - 8732, - 8742 + 9115, + 9125 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 27 }, "end": { - "line": 229, + "line": 235, "column": 37 } } @@ -15450,16 +15920,16 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 8743, - 8751 + 9126, + 9134 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 38 }, "end": { - "line": 229, + "line": 235, "column": 46 } } @@ -15469,78 +15939,78 @@ "value": 4, "raw": "4", "range": [ - 8752, - 8753 + 9137, + 9138 ], "loc": { "start": { - "line": 229, - "column": 47 + "line": 235, + "column": 49 }, "end": { - "line": 229, - "column": 48 + "line": 235, + "column": 50 } } }, "range": [ - 8743, - 8753 + 9126, + 9138 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 38 }, "end": { - "line": 229, - "column": 48 + "line": 235, + "column": 50 } } } ], "range": [ - 8732, - 8754 + 9115, + 9139 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 27 }, "end": { - "line": 229, - "column": 49 + "line": 235, + "column": 51 } } }, "range": [ - 8725, - 8754 + 9108, + 9139 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 20 }, "end": { - "line": 229, - "column": 49 + "line": 235, + "column": 51 } } }, "range": [ - 8725, - 8755 + 9108, + 9140 ], "loc": { "start": { - "line": 229, + "line": 235, "column": 20 }, "end": { - "line": 229, - "column": 50 + "line": 235, + "column": 52 } } }, @@ -15557,16 +16027,16 @@ "value": 4, "raw": "4", "range": [ - 8780, - 8781 + 9165, + 9166 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 24 }, "end": { - "line": 230, + "line": 236, "column": 25 } } @@ -15575,32 +16045,32 @@ "type": "Identifier", "name": "posa", "range": [ - 8782, - 8786 + 9169, + 9173 ], "loc": { "start": { - "line": 230, - "column": 26 + "line": 236, + "column": 28 }, "end": { - "line": 230, - "column": 30 + "line": 236, + "column": 32 } } }, "range": [ - 8780, - 8786 + 9165, + 9173 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 24 }, "end": { - "line": 230, - "column": 30 + "line": 236, + "column": 32 } } }, @@ -15608,32 +16078,32 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 8791, - 8799 + 9178, + 9186 ], "loc": { "start": { - "line": 230, - "column": 35 + "line": 236, + "column": 37 }, "end": { - "line": 230, - "column": 43 + "line": 236, + "column": 45 } } }, "range": [ - 8780, - 8799 + 9165, + 9186 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 24 }, "end": { - "line": 230, - "column": 43 + "line": 236, + "column": 45 } } }, @@ -15649,16 +16119,16 @@ "type": "Identifier", "name": "posb", "range": [ - 8826, - 8830 + 9214, + 9218 ], "loc": { "start": { - "line": 231, + "line": 237, "column": 24 }, "end": { - "line": 231, + "line": 237, "column": 28 } } @@ -15671,16 +16141,16 @@ "value": 3, "raw": "3", "range": [ - 8833, - 8834 + 9221, + 9222 ], "loc": { "start": { - "line": 231, + "line": 237, "column": 31 }, "end": { - "line": 231, + "line": 237, "column": 32 } } @@ -15689,62 +16159,62 @@ "type": "Identifier", "name": "posa", "range": [ - 8835, - 8839 + 9225, + 9229 ], "loc": { "start": { - "line": 231, - "column": 33 + "line": 237, + "column": 35 }, "end": { - "line": 231, - "column": 37 + "line": 237, + "column": 39 } } }, "range": [ - 8833, - 8839 + 9221, + 9229 ], "loc": { "start": { - "line": 231, + "line": 237, "column": 31 }, "end": { - "line": 231, - "column": 37 + "line": 237, + "column": 39 } } }, "range": [ - 8826, - 8839 + 9214, + 9229 ], "loc": { "start": { - "line": 231, + "line": 237, "column": 24 }, "end": { - "line": 231, - "column": 37 + "line": 237, + "column": 39 } } }, "range": [ - 8826, - 8840 + 9214, + 9230 ], "loc": { "start": { - "line": 231, + "line": 237, "column": 24 }, "end": { - "line": 231, - "column": 38 + "line": 237, + "column": 40 } } }, @@ -15757,16 +16227,16 @@ "type": "Identifier", "name": "q3Value", "range": [ - 8865, - 8872 + 9255, + 9262 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 24 }, "end": { - "line": 232, + "line": 238, "column": 31 } } @@ -15784,16 +16254,16 @@ "type": "Identifier", "name": "theList", "range": [ - 8876, - 8883 + 9266, + 9273 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 35 }, "end": { - "line": 232, + "line": 238, "column": 42 } } @@ -15802,31 +16272,31 @@ "type": "Identifier", "name": "posb", "range": [ - 8884, - 8888 + 9274, + 9278 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 43 }, "end": { - "line": 232, + "line": 238, "column": 47 } } }, "range": [ - 8876, - 8889 + 9266, + 9279 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 35 }, "end": { - "line": 232, + "line": 238, "column": 48 } } @@ -15838,16 +16308,16 @@ "type": "Identifier", "name": "theList", "range": [ - 8892, - 8899 + 9282, + 9289 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 51 }, "end": { - "line": 232, + "line": 238, "column": 58 } } @@ -15859,16 +16329,16 @@ "type": "Identifier", "name": "posb", "range": [ - 8900, - 8904 + 9290, + 9294 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 59 }, "end": { - "line": 232, + "line": 238, "column": 63 } } @@ -15878,62 +16348,62 @@ "value": 1, "raw": "1", "range": [ - 8905, - 8906 + 9297, + 9298 ], "loc": { "start": { - "line": 232, - "column": 64 + "line": 238, + "column": 66 }, "end": { - "line": 232, - "column": 65 + "line": 238, + "column": 67 } } }, "range": [ - 8900, - 8906 + 9290, + 9298 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 59 }, "end": { - "line": 232, - "column": 65 + "line": 238, + "column": 67 } } }, "range": [ - 8892, - 8907 + 9282, + 9299 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 51 }, "end": { - "line": 232, - "column": 66 + "line": 238, + "column": 68 } } }, "range": [ - 8876, - 8907 + 9266, + 9299 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 35 }, "end": { - "line": 232, - "column": 66 + "line": 238, + "column": 68 } } }, @@ -15942,77 +16412,77 @@ "value": 2, "raw": "2", "range": [ - 8909, - 8910 + 9303, + 9304 ], "loc": { "start": { - "line": 232, - "column": 68 + "line": 238, + "column": 72 }, "end": { - "line": 232, - "column": 69 + "line": 238, + "column": 73 } } }, "range": [ - 8875, - 8910 + 9265, + 9304 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 34 }, "end": { - "line": 232, - "column": 69 + "line": 238, + "column": 73 } } }, "range": [ - 8865, - 8910 + 9255, + 9304 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 24 }, "end": { - "line": 232, - "column": 69 + "line": 238, + "column": 73 } } }, "range": [ - 8865, - 8911 + 9255, + 9305 ], "loc": { "start": { - "line": 232, + "line": 238, "column": 24 }, "end": { - "line": 232, - "column": 70 + "line": 238, + "column": 74 } } } ], "range": [ - 8800, - 8933 + 9188, + 9327 ], "loc": { "start": { - "line": 230, - "column": 44 + "line": 236, + "column": 47 }, "end": { - "line": 233, + "line": 239, "column": 21 } } @@ -16029,16 +16499,16 @@ "type": "Identifier", "name": "q3Value", "range": [ - 8965, - 8972 + 9359, + 9366 ], "loc": { "start": { - "line": 234, + "line": 240, "column": 24 }, "end": { - "line": 234, + "line": 240, "column": 31 } } @@ -16050,16 +16520,16 @@ "type": "Identifier", "name": "theList", "range": [ - 8975, - 8982 + 9369, + 9376 ], "loc": { "start": { - "line": 234, + "line": 240, "column": 34 }, "end": { - "line": 234, + "line": 240, "column": 41 } } @@ -16074,16 +16544,16 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 8983, - 8991 + 9377, + 9385 ], "loc": { "start": { - "line": 234, + "line": 240, "column": 42 }, "end": { - "line": 234, + "line": 240, "column": 50 } } @@ -16092,32 +16562,32 @@ "type": "Identifier", "name": "posa", "range": [ - 8992, - 8996 + 9388, + 9392 ], "loc": { "start": { - "line": 234, - "column": 51 + "line": 240, + "column": 53 }, "end": { - "line": 234, - "column": 55 + "line": 240, + "column": 57 } } }, "range": [ - 8983, - 8996 + 9377, + 9392 ], "loc": { "start": { - "line": 234, + "line": 240, "column": 42 }, "end": { - "line": 234, - "column": 55 + "line": 240, + "column": 57 } } }, @@ -16126,139 +16596,139 @@ "value": 1, "raw": "1", "range": [ - 8997, - 8998 + 9395, + 9396 ], "loc": { "start": { - "line": 234, - "column": 56 + "line": 240, + "column": 60 }, "end": { - "line": 234, - "column": 57 + "line": 240, + "column": 61 } } }, "range": [ - 8983, - 8998 + 9377, + 9396 ], "loc": { "start": { - "line": 234, + "line": 240, "column": 42 }, "end": { - "line": 234, - "column": 57 + "line": 240, + "column": 61 } } }, "range": [ - 8975, - 8999 + 9369, + 9397 ], "loc": { "start": { - "line": 234, + "line": 240, "column": 34 }, "end": { - "line": 234, - "column": 58 + "line": 240, + "column": 62 } } }, "range": [ - 8965, - 8999 + 9359, + 9397 ], "loc": { "start": { - "line": 234, + "line": 240, "column": 24 }, "end": { - "line": 234, - "column": 58 + "line": 240, + "column": 62 } } }, "range": [ - 8965, - 9000 + 9359, + 9398 ], "loc": { "start": { - "line": 234, + "line": 240, "column": 24 }, "end": { - "line": 234, - "column": 59 + "line": 240, + "column": 63 } } } ], "range": [ - 8939, - 9022 + 9333, + 9420 ], "loc": { "start": { - "line": 233, + "line": 239, "column": 27 }, "end": { - "line": 235, + "line": 241, "column": 21 } } }, "range": [ - 8776, - 9022 + 9161, + 9420 ], "loc": { "start": { - "line": 230, + "line": 236, "column": 20 }, "end": { - "line": 235, + "line": 241, "column": 21 } } } ], "range": [ - 8639, - 9040 + 9018, + 9438 ], "loc": { "start": { - "line": 226, - "column": 31 + "line": 232, + "column": 34 }, "end": { - "line": 236, + "line": 242, "column": 17 } } }, "alternate": null, "range": [ - 8624, - 9040 + 9000, + 9438 ], "loc": { "start": { - "line": 226, + "line": 232, "column": 16 }, "end": { - "line": 236, + "line": 242, "column": 17 } } @@ -16274,17 +16744,17 @@ "type": "Identifier", "name": "i", "range": [ - 9066, - 9067 + 9465, + 9466 ], "loc": { "start": { - "line": 238, - "column": 24 + "line": 244, + "column": 25 }, "end": { - "line": 238, - "column": 25 + "line": 244, + "column": 26 } } }, @@ -16293,49 +16763,49 @@ "value": 0, "raw": "0", "range": [ - 9068, - 9069 + 9469, + 9470 ], "loc": { "start": { - "line": 238, - "column": 26 + "line": 244, + "column": 29 }, "end": { - "line": 238, - "column": 27 + "line": 244, + "column": 30 } } }, "range": [ - 9066, - 9069 + 9465, + 9470 ], "loc": { "start": { - "line": 238, - "column": 24 + "line": 244, + "column": 25 }, "end": { - "line": 238, - "column": 27 + "line": 244, + "column": 30 } } } ], "kind": "var", "range": [ - 9062, - 9069 + 9461, + 9470 ], "loc": { "start": { - "line": 238, - "column": 20 + "line": 244, + "column": 21 }, "end": { - "line": 238, - "column": 27 + "line": 244, + "column": 30 } } }, @@ -16346,17 +16816,17 @@ "type": "Identifier", "name": "i", "range": [ - 9071, - 9072 + 9472, + 9473 ], "loc": { "start": { - "line": 238, - "column": 29 + "line": 244, + "column": 32 }, "end": { - "line": 238, - "column": 30 + "line": 244, + "column": 33 } } }, @@ -16364,32 +16834,32 @@ "type": "Identifier", "name": "mThisCol", "range": [ - 9074, - 9082 + 9477, + 9485 ], "loc": { "start": { - "line": 238, - "column": 32 + "line": 244, + "column": 37 }, "end": { - "line": 238, - "column": 40 + "line": 244, + "column": 45 } } }, "range": [ - 9071, - 9082 + 9472, + 9485 ], "loc": { "start": { - "line": 238, - "column": 29 + "line": 244, + "column": 32 }, "end": { - "line": 238, - "column": 40 + "line": 244, + "column": 45 } } }, @@ -16400,33 +16870,33 @@ "type": "Identifier", "name": "i", "range": [ - 9084, - 9085 + 9487, + 9488 ], "loc": { "start": { - "line": 238, - "column": 42 + "line": 244, + "column": 47 }, "end": { - "line": 238, - "column": 43 + "line": 244, + "column": 48 } } }, "prefix": false, "range": [ - 9084, - 9087 + 9487, + 9490 ], "loc": { "start": { - "line": 238, - "column": 42 + "line": 244, + "column": 47 }, "end": { - "line": 238, - "column": 45 + "line": 244, + "column": 50 } } }, @@ -16442,16 +16912,16 @@ "type": "Identifier", "name": "opsThisCol", "range": [ - 9118, - 9128 + 9522, + 9532 ], "loc": { "start": { - "line": 239, + "line": 245, "column": 28 }, "end": { - "line": 239, + "line": 245, "column": 38 } } @@ -16460,31 +16930,31 @@ "type": "Identifier", "name": "i", "range": [ - 9129, - 9130 + 9533, + 9534 ], "loc": { "start": { - "line": 239, + "line": 245, "column": 39 }, "end": { - "line": 239, + "line": 245, "column": 40 } } }, "range": [ - 9118, - 9131 + 9522, + 9535 ], "loc": { "start": { - "line": 239, + "line": 245, "column": 28 }, "end": { - "line": 239, + "line": 245, "column": 41 } } @@ -16497,16 +16967,16 @@ "value": "mean", "raw": "'mean'", "range": [ - 9164, - 9170 + 9568, + 9574 ], "loc": { "start": { - "line": 240, + "line": 246, "column": 29 }, "end": { - "line": 240, + "line": 246, "column": 35 } } @@ -16521,16 +16991,16 @@ "type": "Identifier", "name": "result", "range": [ - 9200, - 9206 + 9604, + 9610 ], "loc": { "start": { - "line": 241, + "line": 247, "column": 28 }, "end": { - "line": 241, + "line": 247, "column": 34 } } @@ -16539,277 +17009,23 @@ "type": "Identifier", "name": "meanValue", "range": [ - 9207, - 9216 + 9613, + 9622 ], "loc": { "start": { - "line": 241, - "column": 35 + "line": 247, + "column": 37 }, "end": { - "line": 241, - "column": 44 + "line": 247, + "column": 46 } } }, "range": [ - 9200, - 9216 - ], - "loc": { - "start": { - "line": 241, - "column": 28 - }, - "end": { - "line": 241, - "column": 44 - } - } - }, - "range": [ - 9200, - 9217 - ], - "loc": { - "start": { - "line": 241, - "column": 28 - }, - "end": { - "line": 241, - "column": 45 - } - } - }, - { - "type": "BreakStatement", - "label": null, - "range": [ - 9246, - 9252 - ], - "loc": { - "start": { - "line": 242, - "column": 28 - }, - "end": { - "line": 242, - "column": 34 - } - } - } - ], - "range": [ - 9159, - 9252 - ], - "loc": { - "start": { - "line": 240, - "column": 24 - }, - "end": { - "line": 242, - "column": 34 - } - } - }, - { - "type": "SwitchCase", - "test": { - "type": "Literal", - "value": "sum", - "raw": "'sum'", - "range": [ - 9282, - 9287 - ], - "loc": { - "start": { - "line": 243, - "column": 29 - }, - "end": { - "line": 243, - "column": 34 - } - } - }, - "consequent": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "result", - "range": [ - 9317, - 9323 - ], - "loc": { - "start": { - "line": 244, - "column": 28 - }, - "end": { - "line": 244, - "column": 34 - } - } - }, - "right": { - "type": "Identifier", - "name": "sumValue", - "range": [ - 9324, - 9332 - ], - "loc": { - "start": { - "line": 244, - "column": 35 - }, - "end": { - "line": 244, - "column": 43 - } - } - }, - "range": [ - 9317, - 9332 - ], - "loc": { - "start": { - "line": 244, - "column": 28 - }, - "end": { - "line": 244, - "column": 43 - } - } - }, - "range": [ - 9317, - 9333 - ], - "loc": { - "start": { - "line": 244, - "column": 28 - }, - "end": { - "line": 244, - "column": 44 - } - } - }, - { - "type": "BreakStatement", - "label": null, - "range": [ - 9362, - 9368 - ], - "loc": { - "start": { - "line": 245, - "column": 28 - }, - "end": { - "line": 245, - "column": 34 - } - } - } - ], - "range": [ - 9277, - 9368 - ], - "loc": { - "start": { - "line": 243, - "column": 24 - }, - "end": { - "line": 245, - "column": 34 - } - } - }, - { - "type": "SwitchCase", - "test": { - "type": "Literal", - "value": "min", - "raw": "'min'", - "range": [ - 9398, - 9403 - ], - "loc": { - "start": { - "line": 246, - "column": 29 - }, - "end": { - "line": 246, - "column": 34 - } - } - }, - "consequent": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "result", - "range": [ - 9433, - 9439 - ], - "loc": { - "start": { - "line": 247, - "column": 28 - }, - "end": { - "line": 247, - "column": 34 - } - } - }, - "right": { - "type": "Identifier", - "name": "minValue", - "range": [ - 9440, - 9448 - ], - "loc": { - "start": { - "line": 247, - "column": 35 - }, - "end": { - "line": 247, - "column": 43 - } - } - }, - "range": [ - 9433, - 9448 + 9604, + 9622 ], "loc": { "start": { @@ -16818,13 +17034,13 @@ }, "end": { "line": 247, - "column": 43 + "column": 46 } } }, "range": [ - 9433, - 9449 + 9604, + 9623 ], "loc": { "start": { @@ -16833,7 +17049,7 @@ }, "end": { "line": 247, - "column": 44 + "column": 47 } } }, @@ -16841,8 +17057,8 @@ "type": "BreakStatement", "label": null, "range": [ - 9478, - 9484 + 9652, + 9658 ], "loc": { "start": { @@ -16857,8 +17073,8 @@ } ], "range": [ - 9393, - 9484 + 9563, + 9658 ], "loc": { "start": { @@ -16875,11 +17091,11 @@ "type": "SwitchCase", "test": { "type": "Literal", - "value": "max", - "raw": "'max'", + "value": "sum", + "raw": "'sum'", "range": [ - 9514, - 9519 + 9688, + 9693 ], "loc": { "start": { @@ -16902,8 +17118,8 @@ "type": "Identifier", "name": "result", "range": [ - 9549, - 9555 + 9723, + 9729 ], "loc": { "start": { @@ -16918,25 +17134,25 @@ }, "right": { "type": "Identifier", - "name": "maxValue", + "name": "sumValue", "range": [ - 9556, - 9564 + 9732, + 9740 ], "loc": { "start": { "line": 250, - "column": 35 + "column": 37 }, "end": { "line": 250, - "column": 43 + "column": 45 } } }, "range": [ - 9549, - 9564 + 9723, + 9740 ], "loc": { "start": { @@ -16945,13 +17161,13 @@ }, "end": { "line": 250, - "column": 43 + "column": 45 } } }, "range": [ - 9549, - 9565 + 9723, + 9741 ], "loc": { "start": { @@ -16960,7 +17176,7 @@ }, "end": { "line": 250, - "column": 44 + "column": 46 } } }, @@ -16968,8 +17184,8 @@ "type": "BreakStatement", "label": null, "range": [ - 9594, - 9600 + 9770, + 9776 ], "loc": { "start": { @@ -16984,8 +17200,8 @@ } ], "range": [ - 9509, - 9600 + 9683, + 9776 ], "loc": { "start": { @@ -17002,11 +17218,11 @@ "type": "SwitchCase", "test": { "type": "Literal", - "value": "median", - "raw": "'median'", + "value": "min", + "raw": "'min'", "range": [ - 9630, - 9638 + 9806, + 9811 ], "loc": { "start": { @@ -17015,7 +17231,7 @@ }, "end": { "line": 252, - "column": 37 + "column": 34 } } }, @@ -17029,8 +17245,8 @@ "type": "Identifier", "name": "result", "range": [ - 9668, - 9674 + 9841, + 9847 ], "loc": { "start": { @@ -17045,25 +17261,25 @@ }, "right": { "type": "Identifier", - "name": "medValue", + "name": "minValue", "range": [ - 9675, - 9683 + 9850, + 9858 ], "loc": { "start": { "line": 253, - "column": 35 + "column": 37 }, "end": { "line": 253, - "column": 43 + "column": 45 } } }, "range": [ - 9668, - 9683 + 9841, + 9858 ], "loc": { "start": { @@ -17072,13 +17288,13 @@ }, "end": { "line": 253, - "column": 43 + "column": 45 } } }, "range": [ - 9668, - 9684 + 9841, + 9859 ], "loc": { "start": { @@ -17087,7 +17303,7 @@ }, "end": { "line": 253, - "column": 44 + "column": 46 } } }, @@ -17095,8 +17311,8 @@ "type": "BreakStatement", "label": null, "range": [ - 9713, - 9719 + 9888, + 9894 ], "loc": { "start": { @@ -17111,8 +17327,8 @@ } ], "range": [ - 9625, - 9719 + 9801, + 9894 ], "loc": { "start": { @@ -17129,11 +17345,11 @@ "type": "SwitchCase", "test": { "type": "Literal", - "value": "q1", - "raw": "'q1'", + "value": "max", + "raw": "'max'", "range": [ - 9749, - 9753 + 9924, + 9929 ], "loc": { "start": { @@ -17142,7 +17358,7 @@ }, "end": { "line": 255, - "column": 33 + "column": 34 } } }, @@ -17156,8 +17372,8 @@ "type": "Identifier", "name": "result", "range": [ - 9783, - 9789 + 9959, + 9965 ], "loc": { "start": { @@ -17172,25 +17388,25 @@ }, "right": { "type": "Identifier", - "name": "q1Value", + "name": "maxValue", "range": [ - 9790, - 9797 + 9968, + 9976 ], "loc": { "start": { "line": 256, - "column": 35 + "column": 37 }, "end": { "line": 256, - "column": 42 + "column": 45 } } }, "range": [ - 9783, - 9797 + 9959, + 9976 ], "loc": { "start": { @@ -17199,13 +17415,13 @@ }, "end": { "line": 256, - "column": 42 + "column": 45 } } }, "range": [ - 9783, - 9798 + 9959, + 9977 ], "loc": { "start": { @@ -17214,7 +17430,7 @@ }, "end": { "line": 256, - "column": 43 + "column": 46 } } }, @@ -17222,8 +17438,8 @@ "type": "BreakStatement", "label": null, "range": [ - 9827, - 9833 + 10006, + 10012 ], "loc": { "start": { @@ -17238,8 +17454,8 @@ } ], "range": [ - 9744, - 9833 + 9919, + 10012 ], "loc": { "start": { @@ -17256,11 +17472,11 @@ "type": "SwitchCase", "test": { "type": "Literal", - "value": "q3", - "raw": "'q3'", + "value": "median", + "raw": "'median'", "range": [ - 9863, - 9867 + 10042, + 10050 ], "loc": { "start": { @@ -17269,7 +17485,7 @@ }, "end": { "line": 258, - "column": 33 + "column": 37 } } }, @@ -17283,8 +17499,8 @@ "type": "Identifier", "name": "result", "range": [ - 9897, - 9903 + 10080, + 10086 ], "loc": { "start": { @@ -17299,25 +17515,25 @@ }, "right": { "type": "Identifier", - "name": "q3Value", + "name": "medValue", "range": [ - 9904, - 9911 + 10089, + 10097 ], "loc": { "start": { "line": 259, - "column": 35 + "column": 37 }, "end": { "line": 259, - "column": 42 + "column": 45 } } }, "range": [ - 9897, - 9911 + 10080, + 10097 ], "loc": { "start": { @@ -17326,13 +17542,13 @@ }, "end": { "line": 259, - "column": 42 + "column": 45 } } }, "range": [ - 9897, - 9912 + 10080, + 10098 ], "loc": { "start": { @@ -17341,7 +17557,7 @@ }, "end": { "line": 259, - "column": 43 + "column": 46 } } }, @@ -17349,8 +17565,8 @@ "type": "BreakStatement", "label": null, "range": [ - 9941, - 9947 + 10127, + 10133 ], "loc": { "start": { @@ -17365,8 +17581,8 @@ } ], "range": [ - 9858, - 9947 + 10037, + 10133 ], "loc": { "start": { @@ -17378,19 +17594,273 @@ "column": 34 } } + }, + { + "type": "SwitchCase", + "test": { + "type": "Literal", + "value": "q1", + "raw": "'q1'", + "range": [ + 10163, + 10167 + ], + "loc": { + "start": { + "line": 261, + "column": 29 + }, + "end": { + "line": 261, + "column": 33 + } + } + }, + "consequent": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "result", + "range": [ + 10197, + 10203 + ], + "loc": { + "start": { + "line": 262, + "column": 28 + }, + "end": { + "line": 262, + "column": 34 + } + } + }, + "right": { + "type": "Identifier", + "name": "q1Value", + "range": [ + 10206, + 10213 + ], + "loc": { + "start": { + "line": 262, + "column": 37 + }, + "end": { + "line": 262, + "column": 44 + } + } + }, + "range": [ + 10197, + 10213 + ], + "loc": { + "start": { + "line": 262, + "column": 28 + }, + "end": { + "line": 262, + "column": 44 + } + } + }, + "range": [ + 10197, + 10214 + ], + "loc": { + "start": { + "line": 262, + "column": 28 + }, + "end": { + "line": 262, + "column": 45 + } + } + }, + { + "type": "BreakStatement", + "label": null, + "range": [ + 10243, + 10249 + ], + "loc": { + "start": { + "line": 263, + "column": 28 + }, + "end": { + "line": 263, + "column": 34 + } + } + } + ], + "range": [ + 10158, + 10249 + ], + "loc": { + "start": { + "line": 261, + "column": 24 + }, + "end": { + "line": 263, + "column": 34 + } + } + }, + { + "type": "SwitchCase", + "test": { + "type": "Literal", + "value": "q3", + "raw": "'q3'", + "range": [ + 10279, + 10283 + ], + "loc": { + "start": { + "line": 264, + "column": 29 + }, + "end": { + "line": 264, + "column": 33 + } + } + }, + "consequent": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "result", + "range": [ + 10313, + 10319 + ], + "loc": { + "start": { + "line": 265, + "column": 28 + }, + "end": { + "line": 265, + "column": 34 + } + } + }, + "right": { + "type": "Identifier", + "name": "q3Value", + "range": [ + 10322, + 10329 + ], + "loc": { + "start": { + "line": 265, + "column": 37 + }, + "end": { + "line": 265, + "column": 44 + } + } + }, + "range": [ + 10313, + 10329 + ], + "loc": { + "start": { + "line": 265, + "column": 28 + }, + "end": { + "line": 265, + "column": 44 + } + } + }, + "range": [ + 10313, + 10330 + ], + "loc": { + "start": { + "line": 265, + "column": 28 + }, + "end": { + "line": 265, + "column": 45 + } + } + }, + { + "type": "BreakStatement", + "label": null, + "range": [ + 10359, + 10365 + ], + "loc": { + "start": { + "line": 266, + "column": 28 + }, + "end": { + "line": 266, + "column": 34 + } + } + } + ], + "range": [ + 10274, + 10365 + ], + "loc": { + "start": { + "line": 264, + "column": 24 + }, + "end": { + "line": 266, + "column": 34 + } + } } ], "range": [ - 9110, - 9969 + 9514, + 10387 ], "loc": { "start": { - "line": 239, + "line": 245, "column": 20 }, "end": { - "line": 261, + "line": 267, "column": 21 } } @@ -17404,16 +17874,16 @@ "type": "Identifier", "name": "precision", "range": [ - 9995, - 10004 + 10413, + 10422 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 24 }, "end": { - "line": 263, + "line": 269, "column": 33 } } @@ -17429,16 +17899,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 10008, - 10013 + 10426, + 10431 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 37 }, "end": { - "line": 263, + "line": 269, "column": 42 } } @@ -17451,16 +17921,16 @@ "type": "Identifier", "name": "decThisCol", "range": [ - 10014, - 10024 + 10432, + 10442 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 43 }, "end": { - "line": 263, + "line": 269, "column": 53 } } @@ -17469,63 +17939,63 @@ "type": "Identifier", "name": "i", "range": [ - 10025, - 10026 + 10443, + 10444 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 54 }, "end": { - "line": 263, + "line": 269, "column": 55 } } }, "range": [ - 10014, - 10027 + 10432, + 10445 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 43 }, "end": { - "line": 263, + "line": 269, "column": 56 } } } ], "range": [ - 10008, - 10028 + 10426, + 10446 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 37 }, "end": { - "line": 263, + "line": 269, "column": 57 } } }, "prefix": true, "range": [ - 10007, - 10028 + 10425, + 10446 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 36 }, "end": { - "line": 263, + "line": 269, "column": 57 } } @@ -17537,16 +18007,16 @@ "type": "Identifier", "name": "decThisCol", "range": [ - 10031, - 10041 + 10449, + 10459 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 60 }, "end": { - "line": 263, + "line": 269, "column": 70 } } @@ -17555,31 +18025,31 @@ "type": "Identifier", "name": "i", "range": [ - 10042, - 10043 + 10460, + 10461 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 71 }, "end": { - "line": 263, + "line": 269, "column": 72 } } }, "range": [ - 10031, - 10044 + 10449, + 10462 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 60 }, "end": { - "line": 263, + "line": 269, "column": 73 } } @@ -17589,46 +18059,46 @@ "value": 2, "raw": "2", "range": [ - 10047, - 10048 + 10465, + 10466 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 76 }, "end": { - "line": 263, + "line": 269, "column": 77 } } }, "range": [ - 10007, - 10048 + 10425, + 10466 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 36 }, "end": { - "line": 263, + "line": 269, "column": 77 } } }, "range": [ - 9995, - 10048 + 10413, + 10466 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 24 }, "end": { - "line": 263, + "line": 269, "column": 77 } } @@ -17636,16 +18106,16 @@ ], "kind": "var", "range": [ - 9991, - 10049 + 10409, + 10467 ], "loc": { "start": { - "line": 263, + "line": 269, "column": 20 }, "end": { - "line": 263, + "line": 269, "column": 78 } }, @@ -17654,16 +18124,16 @@ "type": "Line", "value": "if outputType is defined", "range": [ - 10071, - 10097 + 10489, + 10515 ], "loc": { "start": { - "line": 265, + "line": 271, "column": 20 }, "end": { - "line": 265, + "line": 271, "column": 46 } } @@ -17679,17 +18149,17 @@ "type": "Identifier", "name": "oTypeThisCol", "range": [ - 10121, - 10133 + 10540, + 10552 ], "loc": { "start": { - "line": 266, - "column": 23 + "line": 272, + "column": 24 }, "end": { - "line": 266, - "column": 35 + "line": 272, + "column": 36 } } }, @@ -17697,32 +18167,32 @@ "type": "Identifier", "name": "result", "range": [ - 10137, - 10143 + 10556, + 10562 ], "loc": { "start": { - "line": 266, - "column": 39 + "line": 272, + "column": 40 }, "end": { - "line": 266, - "column": 45 + "line": 272, + "column": 46 } } }, "range": [ - 10121, - 10143 + 10540, + 10562 ], "loc": { "start": { - "line": 266, - "column": 23 + "line": 272, + "column": 24 }, "end": { - "line": 266, - "column": 45 + "line": 272, + "column": 46 } } }, @@ -17738,16 +18208,16 @@ "type": "Identifier", "name": "result", "range": [ - 10170, - 10176 + 10590, + 10596 ], "loc": { "start": { - "line": 267, + "line": 273, "column": 24 }, "end": { - "line": 267, + "line": 273, "column": 30 } } @@ -17761,16 +18231,16 @@ "type": "Identifier", "name": "result", "range": [ - 10179, - 10185 + 10599, + 10605 ], "loc": { "start": { - "line": 267, + "line": 273, "column": 33 }, "end": { - "line": 267, + "line": 273, "column": 39 } } @@ -17779,31 +18249,31 @@ "type": "Identifier", "name": "toFixed", "range": [ - 10186, - 10193 + 10606, + 10613 ], "loc": { "start": { - "line": 267, + "line": 273, "column": 40 }, "end": { - "line": 267, + "line": 273, "column": 47 } } }, "range": [ - 10179, - 10193 + 10599, + 10613 ], "loc": { "start": { - "line": 267, + "line": 273, "column": 33 }, "end": { - "line": 267, + "line": 273, "column": 47 } } @@ -17813,63 +18283,63 @@ "type": "Identifier", "name": "precision", "range": [ - 10195, - 10204 + 10614, + 10623 ], "loc": { "start": { - "line": 267, - "column": 49 + "line": 273, + "column": 48 }, "end": { - "line": 267, - "column": 58 + "line": 273, + "column": 57 } } } ], "range": [ - 10179, - 10206 + 10599, + 10624 ], "loc": { "start": { - "line": 267, + "line": 273, "column": 33 }, "end": { - "line": 267, - "column": 60 + "line": 273, + "column": 58 } } }, "range": [ - 10170, - 10206 + 10590, + 10624 ], "loc": { "start": { - "line": 267, + "line": 273, "column": 24 }, "end": { - "line": 267, - "column": 60 + "line": 273, + "column": 58 } } }, "range": [ - 10170, - 10207 + 10590, + 10625 ], "loc": { "start": { - "line": 267, + "line": 273, "column": 24 }, "end": { - "line": 267, - "column": 61 + "line": 273, + "column": 59 } } }, @@ -17884,17 +18354,17 @@ "type": "Identifier", "name": "Dom", "range": [ - 10236, - 10239 + 10655, + 10658 ], "loc": { "start": { - "line": 269, - "column": 27 + "line": 275, + "column": 28 }, "end": { - "line": 269, - "column": 30 + "line": 275, + "column": 31 } } }, @@ -17902,32 +18372,32 @@ "type": "Identifier", "name": "id", "range": [ - 10240, - 10242 + 10659, + 10661 ], "loc": { "start": { - "line": 269, - "column": 31 + "line": 275, + "column": 32 }, "end": { - "line": 269, - "column": 33 + "line": 275, + "column": 34 } } }, "range": [ - 10236, - 10242 + 10655, + 10661 ], "loc": { "start": { - "line": 269, - "column": 27 + "line": 275, + "column": 28 }, "end": { - "line": 269, - "column": 33 + "line": 275, + "column": 34 } } }, @@ -17939,17 +18409,17 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 10243, - 10253 + 10662, + 10672 ], "loc": { "start": { - "line": 269, - "column": 34 + "line": 275, + "column": 35 }, "end": { - "line": 269, - "column": 44 + "line": 275, + "column": 45 } } }, @@ -17957,48 +18427,48 @@ "type": "Identifier", "name": "i", "range": [ - 10254, - 10255 + 10673, + 10674 ], "loc": { "start": { - "line": 269, - "column": 45 + "line": 275, + "column": 46 }, "end": { - "line": 269, - "column": 46 + "line": 275, + "column": 47 } } }, "range": [ - 10243, - 10256 + 10662, + 10675 ], "loc": { "start": { - "line": 269, - "column": 34 + "line": 275, + "column": 35 }, "end": { - "line": 269, - "column": 47 + "line": 275, + "column": 48 } } } ], "range": [ - 10236, - 10257 + 10655, + 10676 ], "loc": { "start": { - "line": 269, - "column": 27 + "line": 275, + "column": 28 }, "end": { - "line": 269, - "column": 48 + "line": 275, + "column": 49 } } }, @@ -18016,16 +18486,16 @@ "type": "Identifier", "name": "Str", "range": [ - 10296, - 10299 + 10716, + 10719 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 36 }, "end": { - "line": 270, + "line": 276, "column": 39 } } @@ -18034,31 +18504,31 @@ "type": "Identifier", "name": "lower", "range": [ - 10300, - 10305 + 10720, + 10725 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 40 }, "end": { - "line": 270, + "line": 276, "column": 45 } } }, "range": [ - 10296, - 10305 + 10716, + 10725 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 36 }, "end": { - "line": 270, + "line": 276, "column": 45 } } @@ -18068,32 +18538,32 @@ "type": "Identifier", "name": "oTypeThisCol", "range": [ - 10306, - 10318 + 10726, + 10738 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 46 }, "end": { - "line": 270, + "line": 276, "column": 58 } } } ], "range": [ - 10296, - 10319 + 10716, + 10739 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 36 }, "end": { - "line": 270, + "line": 276, "column": 59 } } @@ -18106,16 +18576,16 @@ "value": "innerhtml", "raw": "'innerhtml'", "range": [ - 10360, - 10371 + 10780, + 10791 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 37 }, "end": { - "line": 271, + "line": 277, "column": 48 } } @@ -18135,16 +18605,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 10413, - 10418 + 10833, + 10838 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 40 }, "end": { - "line": 272, + "line": 278, "column": 45 } } @@ -18154,32 +18624,32 @@ "type": "Identifier", "name": "result", "range": [ - 10419, - 10425 + 10839, + 10845 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 46 }, "end": { - "line": 272, + "line": 278, "column": 52 } } } ], "range": [ - 10413, - 10426 + 10833, + 10846 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 40 }, "end": { - "line": 272, + "line": 278, "column": 53 } } @@ -18193,16 +18663,16 @@ "type": "Identifier", "name": "isFinite", "range": [ - 10431, - 10439 + 10851, + 10859 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 58 }, "end": { - "line": 272, + "line": 278, "column": 66 } } @@ -18212,63 +18682,63 @@ "type": "Identifier", "name": "result", "range": [ - 10440, - 10446 + 10860, + 10866 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 67 }, "end": { - "line": 272, + "line": 278, "column": 73 } } } ], "range": [ - 10431, - 10447 + 10851, + 10867 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 58 }, "end": { - "line": 272, + "line": 278, "column": 74 } } }, "prefix": true, "range": [ - 10430, - 10447 + 10850, + 10867 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 57 }, "end": { - "line": 272, + "line": 278, "column": 74 } } }, "range": [ - 10413, - 10447 + 10833, + 10867 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 40 }, "end": { - "line": 272, + "line": 278, "column": 74 } } @@ -18280,16 +18750,16 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 10491, - 10499 + 10911, + 10919 ], "loc": { "start": { - "line": 273, + "line": 279, "column": 40 }, "end": { - "line": 273, + "line": 279, "column": 48 } } @@ -18299,47 +18769,47 @@ "value": 0, "raw": "0", "range": [ - 10502, - 10503 + 10924, + 10925 ], "loc": { "start": { - "line": 273, - "column": 51 + "line": 279, + "column": 53 }, "end": { - "line": 273, - "column": 52 + "line": 279, + "column": 54 } } }, "range": [ - 10491, - 10503 + 10911, + 10925 ], "loc": { "start": { - "line": 273, + "line": 279, "column": 40 }, "end": { - "line": 273, - "column": 52 + "line": 279, + "column": 54 } } }, "range": [ - 10413, - 10503 + 10833, + 10925 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 40 }, "end": { - "line": 273, - "column": 52 + "line": 279, + "column": 54 } } }, @@ -18363,16 +18833,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10546, - 10549 + 10969, + 10972 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 40 }, "end": { - "line": 274, + "line": 280, "column": 43 } } @@ -18381,31 +18851,31 @@ "type": "Identifier", "name": "id", "range": [ - 10550, - 10552 + 10973, + 10975 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 44 }, "end": { - "line": 274, + "line": 280, "column": 46 } } }, "range": [ - 10546, - 10552 + 10969, + 10975 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 40 }, "end": { - "line": 274, + "line": 280, "column": 46 } } @@ -18418,16 +18888,16 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 10553, - 10563 + 10976, + 10986 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 47 }, "end": { - "line": 274, + "line": 280, "column": 57 } } @@ -18436,47 +18906,47 @@ "type": "Identifier", "name": "i", "range": [ - 10564, - 10565 + 10987, + 10988 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 58 }, "end": { - "line": 274, + "line": 280, "column": 59 } } }, "range": [ - 10553, - 10566 + 10976, + 10989 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 47 }, "end": { - "line": 274, + "line": 280, "column": 60 } } } ], "range": [ - 10546, - 10567 + 10969, + 10990 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 40 }, "end": { - "line": 274, + "line": 280, "column": 61 } } @@ -18485,31 +18955,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 10568, - 10577 + 10991, + 11000 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 62 }, "end": { - "line": 274, + "line": 280, "column": 71 } } }, "range": [ - 10546, - 10577 + 10969, + 11000 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 40 }, "end": { - "line": 274, + "line": 280, "column": 71 } } @@ -18519,62 +18989,62 @@ "value": ".", "raw": "'.'", "range": [ - 10580, - 10583 + 11003, + 11006 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 74 }, "end": { - "line": 274, + "line": 280, "column": 77 } } }, "range": [ - 10546, - 10583 + 10969, + 11006 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 40 }, "end": { - "line": 274, + "line": 280, "column": 77 } } }, "range": [ - 10546, - 10584 + 10969, + 11007 ], "loc": { "start": { - "line": 274, + "line": 280, "column": 40 }, "end": { - "line": 274, + "line": 280, "column": 78 } } } ], "range": [ - 10504, - 10622 + 10927, + 11045 ], "loc": { "start": { - "line": 273, - "column": 53 + "line": 279, + "column": 56 }, "end": { - "line": 275, + "line": 281, "column": 37 } } @@ -18599,16 +19069,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10669, - 10672 + 11093, + 11096 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 40 }, "end": { - "line": 276, + "line": 282, "column": 43 } } @@ -18617,31 +19087,31 @@ "type": "Identifier", "name": "id", "range": [ - 10673, - 10675 + 11097, + 11099 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 44 }, "end": { - "line": 276, + "line": 282, "column": 46 } } }, "range": [ - 10669, - 10675 + 11093, + 11099 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 40 }, "end": { - "line": 276, + "line": 282, "column": 46 } } @@ -18654,16 +19124,16 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 10676, - 10686 + 11100, + 11110 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 47 }, "end": { - "line": 276, + "line": 282, "column": 57 } } @@ -18672,47 +19142,47 @@ "type": "Identifier", "name": "i", "range": [ - 10687, - 10688 + 11111, + 11112 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 58 }, "end": { - "line": 276, + "line": 282, "column": 59 } } }, "range": [ - 10676, - 10689 + 11100, + 11113 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 47 }, "end": { - "line": 276, + "line": 282, "column": 60 } } } ], "range": [ - 10669, - 10690 + 11093, + 11114 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 40 }, "end": { - "line": 276, + "line": 282, "column": 61 } } @@ -18721,31 +19191,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 10691, - 10700 + 11115, + 11124 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 62 }, "end": { - "line": 276, + "line": 282, "column": 71 } } }, "range": [ - 10669, - 10700 + 11093, + 11124 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 40 }, "end": { - "line": 276, + "line": 282, "column": 71 } } @@ -18754,77 +19224,77 @@ "type": "Identifier", "name": "result", "range": [ - 10702, - 10708 + 11171, + 11177 ], "loc": { "start": { - "line": 276, - "column": 73 + "line": 283, + "column": 44 }, "end": { - "line": 276, - "column": 79 + "line": 283, + "column": 50 } } }, "range": [ - 10669, - 10708 + 11093, + 11177 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 40 }, "end": { - "line": 276, - "column": 79 + "line": 283, + "column": 50 } } }, "range": [ - 10669, - 10709 + 11093, + 11178 ], "loc": { "start": { - "line": 276, + "line": 282, "column": 40 }, "end": { - "line": 276, - "column": 80 + "line": 283, + "column": 51 } } } ], "range": [ - 10627, - 10747 + 11051, + 11216 ], "loc": { "start": { - "line": 275, - "column": 42 + "line": 281, + "column": 43 }, "end": { - "line": 277, + "line": 284, "column": 37 } } }, "range": [ - 10409, - 10747 + 10829, + 11216 ], "loc": { "start": { - "line": 272, + "line": 278, "column": 36 }, "end": { - "line": 277, + "line": 284, "column": 37 } } @@ -18833,32 +19303,32 @@ "type": "BreakStatement", "label": null, "range": [ - 10784, - 10790 + 11253, + 11259 ], "loc": { "start": { - "line": 278, + "line": 285, "column": 36 }, "end": { - "line": 278, + "line": 285, "column": 42 } } } ], "range": [ - 10355, - 10790 + 10775, + 11259 ], "loc": { "start": { - "line": 271, + "line": 277, "column": 32 }, "end": { - "line": 278, + "line": 285, "column": 42 } } @@ -18870,16 +19340,16 @@ "value": "setvalue", "raw": "'setvalue'", "range": [ - 10828, - 10838 + 11297, + 11307 ], "loc": { "start": { - "line": 279, + "line": 286, "column": 37 }, "end": { - "line": 279, + "line": 286, "column": 47 } } @@ -18902,16 +19372,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10876, - 10879 + 11345, + 11348 ], "loc": { "start": { - "line": 280, + "line": 287, "column": 36 }, "end": { - "line": 280, + "line": 287, "column": 39 } } @@ -18920,31 +19390,31 @@ "type": "Identifier", "name": "id", "range": [ - 10880, - 10882 + 11349, + 11351 ], "loc": { "start": { - "line": 280, + "line": 287, "column": 40 }, "end": { - "line": 280, + "line": 287, "column": 42 } } }, "range": [ - 10876, - 10882 + 11345, + 11351 ], "loc": { "start": { - "line": 280, + "line": 287, "column": 36 }, "end": { - "line": 280, + "line": 287, "column": 42 } } @@ -18957,17 +19427,17 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 10884, - 10894 + 11352, + 11362 ], "loc": { "start": { - "line": 280, - "column": 44 + "line": 287, + "column": 43 }, "end": { - "line": 280, - "column": 54 + "line": 287, + "column": 53 } } }, @@ -18975,48 +19445,48 @@ "type": "Identifier", "name": "i", "range": [ - 10895, - 10896 + 11363, + 11364 ], "loc": { "start": { - "line": 280, - "column": 55 + "line": 287, + "column": 54 }, "end": { - "line": 280, - "column": 56 + "line": 287, + "column": 55 } } }, "range": [ - 10884, - 10897 + 11352, + 11365 ], "loc": { "start": { - "line": 280, - "column": 44 + "line": 287, + "column": 43 }, "end": { - "line": 280, - "column": 57 + "line": 287, + "column": 56 } } } ], "range": [ - 10876, - 10899 + 11345, + 11366 ], "loc": { "start": { - "line": 280, + "line": 287, "column": 36 }, "end": { - "line": 280, - "column": 59 + "line": 287, + "column": 57 } } }, @@ -19024,32 +19494,32 @@ "type": "Identifier", "name": "value", "range": [ - 10900, - 10905 + 11367, + 11372 ], "loc": { "start": { - "line": 280, - "column": 60 + "line": 287, + "column": 58 }, "end": { - "line": 280, - "column": 65 + "line": 287, + "column": 63 } } }, "range": [ - 10876, - 10905 + 11345, + 11372 ], "loc": { "start": { - "line": 280, + "line": 287, "column": 36 }, "end": { - "line": 280, - "column": 65 + "line": 287, + "column": 63 } } }, @@ -19057,47 +19527,47 @@ "type": "Identifier", "name": "result", "range": [ - 10908, - 10914 + 11375, + 11381 ], "loc": { "start": { - "line": 280, - "column": 68 + "line": 287, + "column": 66 }, "end": { - "line": 280, - "column": 74 + "line": 287, + "column": 72 } } }, "range": [ - 10876, - 10914 + 11345, + 11381 ], "loc": { "start": { - "line": 280, + "line": 287, "column": 36 }, "end": { - "line": 280, - "column": 74 + "line": 287, + "column": 72 } } }, "range": [ - 10876, - 10915 + 11345, + 11382 ], "loc": { "start": { - "line": 280, + "line": 287, "column": 36 }, "end": { - "line": 280, - "column": 75 + "line": 287, + "column": 73 } } }, @@ -19105,32 +19575,32 @@ "type": "BreakStatement", "label": null, "range": [ - 10952, - 10958 + 11419, + 11425 ], "loc": { "start": { - "line": 281, + "line": 288, "column": 36 }, "end": { - "line": 281, + "line": 288, "column": 42 } } } ], "range": [ - 10823, - 10958 + 11292, + 11425 ], "loc": { "start": { - "line": 279, + "line": 286, "column": 32 }, "end": { - "line": 281, + "line": 288, "column": 42 } } @@ -19142,16 +19612,16 @@ "value": "createtextnode", "raw": "'createtextnode'", "range": [ - 10996, - 11012 + 11463, + 11479 ], "loc": { "start": { - "line": 282, + "line": 289, "column": 37 }, "end": { - "line": 282, + "line": 289, "column": 53 } } @@ -19166,16 +19636,16 @@ "type": "Identifier", "name": "oldnode", "range": [ - 11054, - 11061 + 11521, + 11528 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 40 }, "end": { - "line": 283, + "line": 290, "column": 47 } } @@ -19192,16 +19662,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11064, - 11067 + 11531, + 11534 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 50 }, "end": { - "line": 283, + "line": 290, "column": 53 } } @@ -19210,31 +19680,31 @@ "type": "Identifier", "name": "id", "range": [ - 11068, - 11070 + 11535, + 11537 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 54 }, "end": { - "line": 283, + "line": 290, "column": 56 } } }, "range": [ - 11064, - 11070 + 11531, + 11537 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 50 }, "end": { - "line": 283, + "line": 290, "column": 56 } } @@ -19247,16 +19717,16 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 11071, - 11081 + 11538, + 11548 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 57 }, "end": { - "line": 283, + "line": 290, "column": 67 } } @@ -19265,47 +19735,47 @@ "type": "Identifier", "name": "i", "range": [ - 11082, - 11083 + 11549, + 11550 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 68 }, "end": { - "line": 283, + "line": 290, "column": 69 } } }, "range": [ - 11071, - 11084 + 11538, + 11551 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 57 }, "end": { - "line": 283, + "line": 290, "column": 70 } } } ], "range": [ - 11064, - 11085 + 11531, + 11552 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 50 }, "end": { - "line": 283, + "line": 290, "column": 71 } } @@ -19314,46 +19784,46 @@ "type": "Identifier", "name": "firstChild", "range": [ - 11127, - 11137 + 11594, + 11604 ], "loc": { "start": { - "line": 284, + "line": 291, "column": 41 }, "end": { - "line": 284, + "line": 291, "column": 51 } } }, "range": [ - 11064, - 11137 + 11531, + 11604 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 50 }, "end": { - "line": 284, + "line": 291, "column": 51 } } }, "range": [ - 11054, - 11137 + 11521, + 11604 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 40 }, "end": { - "line": 284, + "line": 291, "column": 51 } } @@ -19361,16 +19831,16 @@ ], "kind": "var", "range": [ - 11050, - 11138 + 11517, + 11605 ], "loc": { "start": { - "line": 283, + "line": 290, "column": 36 }, "end": { - "line": 284, + "line": 291, "column": 52 } } @@ -19384,16 +19854,16 @@ "type": "Identifier", "name": "txtnode", "range": [ - 11179, - 11186 + 11646, + 11653 ], "loc": { "start": { - "line": 285, + "line": 292, "column": 40 }, "end": { - "line": 285, + "line": 292, "column": 47 } } @@ -19407,16 +19877,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11189, - 11192 + 11656, + 11659 ], "loc": { "start": { - "line": 285, + "line": 292, "column": 50 }, "end": { - "line": 285, + "line": 292, "column": 53 } } @@ -19425,31 +19895,31 @@ "type": "Identifier", "name": "text", "range": [ - 11193, - 11197 + 11660, + 11664 ], "loc": { "start": { - "line": 285, + "line": 292, "column": 54 }, "end": { - "line": 285, + "line": 292, "column": 58 } } }, "range": [ - 11189, - 11197 + 11656, + 11664 ], "loc": { "start": { - "line": 285, + "line": 292, "column": 50 }, "end": { - "line": 285, + "line": 292, "column": 58 } } @@ -19459,47 +19929,47 @@ "type": "Identifier", "name": "result", "range": [ - 11198, - 11204 + 11665, + 11671 ], "loc": { "start": { - "line": 285, + "line": 292, "column": 59 }, "end": { - "line": 285, + "line": 292, "column": 65 } } } ], "range": [ - 11189, - 11205 + 11656, + 11672 ], "loc": { "start": { - "line": 285, + "line": 292, "column": 50 }, "end": { - "line": 285, + "line": 292, "column": 66 } } }, "range": [ - 11179, - 11205 + 11646, + 11672 ], "loc": { "start": { - "line": 285, + "line": 292, "column": 40 }, "end": { - "line": 285, + "line": 292, "column": 66 } } @@ -19507,16 +19977,16 @@ ], "kind": "var", "range": [ - 11175, - 11206 + 11642, + 11673 ], "loc": { "start": { - "line": 285, + "line": 292, "column": 36 }, "end": { - "line": 285, + "line": 292, "column": 67 } } @@ -19537,16 +20007,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11243, - 11246 + 11710, + 11713 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 36 }, "end": { - "line": 286, + "line": 293, "column": 39 } } @@ -19555,31 +20025,31 @@ "type": "Identifier", "name": "id", "range": [ - 11247, - 11249 + 11714, + 11716 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 40 }, "end": { - "line": 286, + "line": 293, "column": 42 } } }, "range": [ - 11243, - 11249 + 11710, + 11716 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 36 }, "end": { - "line": 286, + "line": 293, "column": 42 } } @@ -19592,16 +20062,16 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 11250, - 11260 + 11717, + 11727 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 43 }, "end": { - "line": 286, + "line": 293, "column": 53 } } @@ -19610,47 +20080,47 @@ "type": "Identifier", "name": "i", "range": [ - 11261, - 11262 + 11728, + 11729 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 54 }, "end": { - "line": 286, + "line": 293, "column": 55 } } }, "range": [ - 11250, - 11263 + 11717, + 11730 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 43 }, "end": { - "line": 286, + "line": 293, "column": 56 } } } ], "range": [ - 11243, - 11264 + 11710, + 11731 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 36 }, "end": { - "line": 286, + "line": 293, "column": 57 } } @@ -19659,31 +20129,31 @@ "type": "Identifier", "name": "replaceChild", "range": [ - 11306, - 11318 + 11773, + 11785 ], "loc": { "start": { - "line": 287, + "line": 294, "column": 41 }, "end": { - "line": 287, + "line": 294, "column": 53 } } }, "range": [ - 11243, - 11318 + 11710, + 11785 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 36 }, "end": { - "line": 287, + "line": 294, "column": 53 } } @@ -19693,16 +20163,16 @@ "type": "Identifier", "name": "txtnode", "range": [ - 11319, - 11326 + 11786, + 11793 ], "loc": { "start": { - "line": 287, + "line": 294, "column": 54 }, "end": { - "line": 287, + "line": 294, "column": 61 } } @@ -19711,47 +20181,47 @@ "type": "Identifier", "name": "oldnode", "range": [ - 11328, - 11335 + 11795, + 11802 ], "loc": { "start": { - "line": 287, + "line": 294, "column": 63 }, "end": { - "line": 287, + "line": 294, "column": 70 } } } ], "range": [ - 11243, - 11336 + 11710, + 11803 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 36 }, "end": { - "line": 287, + "line": 294, "column": 71 } } }, "range": [ - 11243, - 11337 + 11710, + 11804 ], "loc": { "start": { - "line": 286, + "line": 293, "column": 36 }, "end": { - "line": 287, + "line": 294, "column": 72 } } @@ -19760,48 +20230,48 @@ "type": "BreakStatement", "label": null, "range": [ - 11374, - 11380 + 11841, + 11847 ], "loc": { "start": { - "line": 288, + "line": 295, "column": 36 }, "end": { - "line": 288, + "line": 295, "column": 42 } } } ], "range": [ - 10991, - 11380 + 11458, + 11847 ], "loc": { "start": { - "line": 282, + "line": 289, "column": 32 }, "end": { - "line": 288, + "line": 295, "column": 42 } } } ], "range": [ - 10288, - 11410 + 10708, + 11877 ], "loc": { "start": { - "line": 270, + "line": 276, "column": 28 }, "end": { - "line": 289, + "line": 296, "column": 29 } }, @@ -19810,16 +20280,16 @@ "type": "Line", "value": "switch", "range": [ - 11410, - 11418 + 11877, + 11885 ], "loc": { "start": { - "line": 289, + "line": 296, "column": 29 }, "end": { - "line": 289, + "line": 296, "column": 37 } } @@ -19828,48 +20298,48 @@ } ], "range": [ - 10258, - 11444 + 10678, + 11911 ], "loc": { "start": { - "line": 269, - "column": 49 + "line": 275, + "column": 51 }, "end": { - "line": 290, + "line": 297, "column": 25 } } }, "alternate": null, "range": [ - 10233, - 11444 + 10651, + 11911 ], "loc": { "start": { - "line": 269, + "line": 275, "column": 24 }, "end": { - "line": 290, + "line": 297, "column": 25 } } } ], "range": [ - 10144, - 11466 + 10564, + 11933 ], "loc": { "start": { - "line": 266, - "column": 46 + "line": 272, + "column": 48 }, "end": { - "line": 291, + "line": 298, "column": 21 } } @@ -19896,17 +20366,17 @@ "type": "Identifier", "name": "isNaN", "range": [ - 11534, - 11539 + 12003, + 12008 ], "loc": { "start": { - "line": 293, - "column": 31 + "line": 300, + "column": 32 }, "end": { - "line": 293, - "column": 36 + "line": 300, + "column": 37 } } }, @@ -19915,33 +20385,33 @@ "type": "Identifier", "name": "result", "range": [ - 11540, - 11546 + 12009, + 12015 ], "loc": { "start": { - "line": 293, - "column": 37 + "line": 300, + "column": 38 }, "end": { - "line": 293, - "column": 43 + "line": 300, + "column": 44 } } } ], "range": [ - 11534, - 11547 + 12003, + 12016 ], "loc": { "start": { - "line": 293, - "column": 31 + "line": 300, + "column": 32 }, "end": { - "line": 293, - "column": 44 + "line": 300, + "column": 45 } } }, @@ -19954,17 +20424,17 @@ "type": "Identifier", "name": "isFinite", "range": [ - 11552, - 11560 + 12021, + 12029 ], "loc": { "start": { - "line": 293, - "column": 49 + "line": 300, + "column": 50 }, "end": { - "line": 293, - "column": 57 + "line": 300, + "column": 58 } } }, @@ -19973,64 +20443,64 @@ "type": "Identifier", "name": "result", "range": [ - 11561, - 11567 + 12030, + 12036 ], "loc": { "start": { - "line": 293, - "column": 58 + "line": 300, + "column": 59 }, "end": { - "line": 293, - "column": 64 + "line": 300, + "column": 65 } } } ], "range": [ - 11552, - 11568 + 12021, + 12037 ], "loc": { "start": { - "line": 293, - "column": 49 + "line": 300, + "column": 50 }, "end": { - "line": 293, - "column": 65 + "line": 300, + "column": 66 } } }, "prefix": true, "range": [ - 11551, - 11568 + 12020, + 12037 ], "loc": { "start": { - "line": 293, - "column": 48 + "line": 300, + "column": 49 }, "end": { - "line": 293, - "column": 65 + "line": 300, + "column": 66 } } }, "range": [ - 11534, - 11568 + 12003, + 12037 ], "loc": { "start": { - "line": 293, - "column": 31 + "line": 300, + "column": 32 }, "end": { - "line": 293, - "column": 65 + "line": 300, + "column": 66 } } }, @@ -20041,16 +20511,16 @@ "type": "Identifier", "name": "nbvalues", "range": [ - 11604, - 11612 + 12073, + 12081 ], "loc": { "start": { - "line": 294, + "line": 301, "column": 32 }, "end": { - "line": 294, + "line": 301, "column": 40 } } @@ -20060,47 +20530,47 @@ "value": 0, "raw": "0", "range": [ - 11615, - 11616 + 12086, + 12087 ], "loc": { "start": { - "line": 294, - "column": 43 + "line": 301, + "column": 45 }, "end": { - "line": 294, - "column": 44 + "line": 301, + "column": 46 } } }, "range": [ - 11604, - 11616 + 12073, + 12087 ], "loc": { "start": { - "line": 294, + "line": 301, "column": 32 }, "end": { - "line": 294, - "column": 44 + "line": 301, + "column": 46 } } }, "range": [ - 11534, - 11616 + 12003, + 12087 ], "loc": { "start": { - "line": 293, - "column": 31 + "line": 300, + "column": 32 }, "end": { - "line": 294, - "column": 44 + "line": 301, + "column": 46 } } }, @@ -20124,16 +20594,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11651, - 11654 + 12123, + 12126 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 32 }, "end": { - "line": 295, + "line": 302, "column": 35 } } @@ -20142,31 +20612,31 @@ "type": "Identifier", "name": "id", "range": [ - 11655, - 11657 + 12127, + 12129 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 36 }, "end": { - "line": 295, + "line": 302, "column": 38 } } }, "range": [ - 11651, - 11657 + 12123, + 12129 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 32 }, "end": { - "line": 295, + "line": 302, "column": 38 } } @@ -20179,16 +20649,16 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 11658, - 11668 + 12130, + 12140 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 39 }, "end": { - "line": 295, + "line": 302, "column": 49 } } @@ -20197,47 +20667,47 @@ "type": "Identifier", "name": "i", "range": [ - 11669, - 11670 + 12141, + 12142 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 50 }, "end": { - "line": 295, + "line": 302, "column": 51 } } }, "range": [ - 11658, - 11671 + 12130, + 12143 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 39 }, "end": { - "line": 295, + "line": 302, "column": 52 } } } ], "range": [ - 11651, - 11672 + 12123, + 12144 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 32 }, "end": { - "line": 295, + "line": 302, "column": 53 } } @@ -20246,31 +20716,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 11673, - 11682 + 12145, + 12154 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 54 }, "end": { - "line": 295, + "line": 302, "column": 63 } } }, "range": [ - 11651, - 11682 + 12123, + 12154 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 32 }, "end": { - "line": 295, + "line": 302, "column": 63 } } @@ -20280,62 +20750,62 @@ "value": ".", "raw": "'.'", "range": [ - 11685, - 11688 + 12157, + 12160 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 66 }, "end": { - "line": 295, + "line": 302, "column": 69 } } }, "range": [ - 11651, - 11688 + 12123, + 12160 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 32 }, "end": { - "line": 295, + "line": 302, "column": 69 } } }, "range": [ - 11651, - 11689 + 12123, + 12161 ], "loc": { "start": { - "line": 295, + "line": 302, "column": 32 }, "end": { - "line": 295, + "line": 302, "column": 70 } } } ], "range": [ - 11617, - 11719 + 12089, + 12191 ], "loc": { "start": { - "line": 294, - "column": 45 + "line": 301, + "column": 48 }, "end": { - "line": 296, + "line": 303, "column": 29 } } @@ -20360,16 +20830,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11759, - 11762 + 12231, + 12234 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 32 }, "end": { - "line": 297, + "line": 304, "column": 35 } } @@ -20378,31 +20848,31 @@ "type": "Identifier", "name": "id", "range": [ - 11763, - 11765 + 12235, + 12237 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 36 }, "end": { - "line": 297, + "line": 304, "column": 38 } } }, "range": [ - 11759, - 11765 + 12231, + 12237 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 32 }, "end": { - "line": 297, + "line": 304, "column": 38 } } @@ -20415,16 +20885,16 @@ "type": "Identifier", "name": "labThisCol", "range": [ - 11766, - 11776 + 12238, + 12248 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 39 }, "end": { - "line": 297, + "line": 304, "column": 49 } } @@ -20433,47 +20903,47 @@ "type": "Identifier", "name": "i", "range": [ - 11777, - 11778 + 12249, + 12250 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 50 }, "end": { - "line": 297, + "line": 304, "column": 51 } } }, "range": [ - 11766, - 11779 + 12238, + 12251 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 39 }, "end": { - "line": 297, + "line": 304, "column": 52 } } } ], "range": [ - 11759, - 11780 + 12231, + 12252 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 32 }, "end": { - "line": 297, + "line": 304, "column": 53 } } @@ -20482,31 +20952,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 11781, - 11790 + 12253, + 12262 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 54 }, "end": { - "line": 297, + "line": 304, "column": 63 } } }, "range": [ - 11759, - 11790 + 12231, + 12262 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 32 }, "end": { - "line": 297, + "line": 304, "column": 63 } } @@ -20520,16 +20990,16 @@ "type": "Identifier", "name": "result", "range": [ - 11829, - 11835 + 12301, + 12307 ], "loc": { "start": { - "line": 298, + "line": 305, "column": 36 }, "end": { - "line": 298, + "line": 305, "column": 42 } } @@ -20538,31 +21008,31 @@ "type": "Identifier", "name": "toFixed", "range": [ - 11836, - 11843 + 12308, + 12315 ], "loc": { "start": { - "line": 298, + "line": 305, "column": 43 }, "end": { - "line": 298, + "line": 305, "column": 50 } } }, "range": [ - 11829, - 11843 + 12301, + 12315 ], "loc": { "start": { - "line": 298, + "line": 305, "column": 36 }, "end": { - "line": 298, + "line": 305, "column": 50 } } @@ -20572,109 +21042,109 @@ "type": "Identifier", "name": "precision", "range": [ - 11844, - 11853 + 12316, + 12325 ], "loc": { "start": { - "line": 298, + "line": 305, "column": 51 }, "end": { - "line": 298, + "line": 305, "column": 60 } } } ], "range": [ - 11829, - 11854 + 12301, + 12326 ], "loc": { "start": { - "line": 298, + "line": 305, "column": 36 }, "end": { - "line": 298, + "line": 305, "column": 61 } } }, "range": [ - 11759, - 11854 + 12231, + 12326 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 32 }, "end": { - "line": 298, + "line": 305, "column": 61 } } }, "range": [ - 11759, - 11855 + 12231, + 12327 ], "loc": { "start": { - "line": 297, + "line": 304, "column": 32 }, "end": { - "line": 298, + "line": 305, "column": 62 } } } ], "range": [ - 11725, - 11885 + 12197, + 12357 ], "loc": { "start": { - "line": 296, + "line": 303, "column": 35 }, "end": { - "line": 299, + "line": 306, "column": 29 } } }, "range": [ - 11531, - 11885 + 11999, + 12357 ], "loc": { "start": { - "line": 293, + "line": 300, "column": 28 }, "end": { - "line": 299, + "line": 306, "column": 29 } } } ], "range": [ - 11501, - 11911 + 11969, + 12383 ], "loc": { "start": { - "line": 292, - "column": 27 + "line": 299, + "column": 28 }, "end": { - "line": 300, + "line": 307, "column": 25 } } @@ -20685,17 +21155,17 @@ "type": "Identifier", "name": "e", "range": [ - 11918, - 11919 + 12391, + 12392 ], "loc": { "start": { - "line": 300, - "column": 32 + "line": 307, + "column": 33 }, "end": { - "line": 300, - "column": 33 + "line": 307, + "column": 34 } } }, @@ -20703,48 +21173,48 @@ "type": "BlockStatement", "body": [], "range": [ - 11921, - 11923 + 12394, + 12397 ], "loc": { "start": { - "line": 300, - "column": 35 + "line": 307, + "column": 36 }, "end": { - "line": 300, - "column": 37 + "line": 307, + "column": 39 } } }, "range": [ - 11912, - 11923 + 12384, + 12397 ], "loc": { "start": { - "line": 300, + "line": 307, "column": 26 }, "end": { - "line": 300, - "column": 37 + "line": 307, + "column": 39 } } }, "finalizer": null, "range": [ - 11498, - 11923 + 11965, + 12397 ], "loc": { "start": { - "line": 292, + "line": 299, "column": 24 }, "end": { - "line": 300, - "column": 37 + "line": 307, + "column": 39 } }, "trailingComments": [ @@ -20752,17 +21222,17 @@ "type": "Line", "value": "catch", "range": [ - 11923, - 11930 + 12397, + 12404 ], "loc": { "start": { - "line": 300, - "column": 37 + "line": 307, + "column": 39 }, "end": { - "line": 300, - "column": 44 + "line": 307, + "column": 46 } } } @@ -20770,16 +21240,16 @@ } ], "range": [ - 11472, - 11952 + 11939, + 12426 ], "loc": { "start": { - "line": 291, + "line": 298, "column": 27 }, "end": { - "line": 301, + "line": 308, "column": 21 } }, @@ -20788,16 +21258,16 @@ "type": "Line", "value": "switch", "range": [ - 11410, - 11418 + 11877, + 11885 ], "loc": { "start": { - "line": 289, + "line": 296, "column": 29 }, "end": { - "line": 289, + "line": 296, "column": 37 } } @@ -20805,16 +21275,16 @@ ] }, "range": [ - 10118, - 11952 + 10536, + 12426 ], "loc": { "start": { - "line": 266, + "line": 272, "column": 20 }, "end": { - "line": 301, + "line": 308, "column": 21 } }, @@ -20823,16 +21293,16 @@ "type": "Line", "value": "if outputType is defined", "range": [ - 10071, - 10097 + 10489, + 10515 ], "loc": { "start": { - "line": 265, + "line": 271, "column": 20 }, "end": { - "line": 265, + "line": 271, "column": 46 } } @@ -20843,16 +21313,16 @@ "type": "Line", "value": "else", "range": [ - 11952, - 11958 + 12426, + 12432 ], "loc": { "start": { - "line": 301, + "line": 308, "column": 21 }, "end": { - "line": 301, + "line": 308, "column": 27 } } @@ -20861,31 +21331,31 @@ } ], "range": [ - 9088, - 11976 + 9492, + 12450 ], "loc": { "start": { - "line": 238, - "column": 46 + "line": 244, + "column": 52 }, "end": { - "line": 302, + "line": 309, "column": 17 } } }, "range": [ - 9058, - 11976 + 9456, + 12450 ], "loc": { "start": { - "line": 238, + "line": 244, "column": 16 }, "end": { - "line": 302, + "line": 309, "column": 17 } }, @@ -20894,16 +21364,16 @@ "type": "Line", "value": "for i", "range": [ - 11976, - 11983 + 12450, + 12457 ], "loc": { "start": { - "line": 302, + "line": 309, "column": 17 }, "end": { - "line": 302, + "line": 309, "column": 24 } } @@ -20912,16 +21382,16 @@ "type": "Line", "value": " row(s) with result are always visible", "range": [ - 12001, - 12041 + 12475, + 12515 ], "loc": { "start": { - "line": 304, + "line": 311, "column": 16 }, "end": { - "line": 304, + "line": 311, "column": 56 } } @@ -20937,16 +21407,16 @@ "type": "Identifier", "name": "totRow", "range": [ - 12062, - 12068 + 12536, + 12542 ], "loc": { "start": { - "line": 305, + "line": 312, "column": 20 }, "end": { - "line": 305, + "line": 312, "column": 26 } } @@ -20960,16 +21430,16 @@ "type": "Identifier", "name": "totRowIndex", "range": [ - 12071, - 12082 + 12545, + 12556 ], "loc": { "start": { - "line": 305, + "line": 312, "column": 29 }, "end": { - "line": 305, + "line": 312, "column": 40 } } @@ -20981,16 +21451,16 @@ "type": "Identifier", "name": "totRowIndex", "range": [ - 12086, - 12097 + 12560, + 12571 ], "loc": { "start": { - "line": 305, + "line": 312, "column": 44 }, "end": { - "line": 305, + "line": 312, "column": 55 } } @@ -20999,46 +21469,46 @@ "type": "Identifier", "name": "ucol", "range": [ - 12098, - 12102 + 12572, + 12576 ], "loc": { "start": { - "line": 305, + "line": 312, "column": 56 }, "end": { - "line": 305, + "line": 312, "column": 60 } } }, "range": [ - 12086, - 12103 + 12560, + 12577 ], "loc": { "start": { - "line": 305, + "line": 312, "column": 44 }, "end": { - "line": 305, + "line": 312, "column": 61 } } }, "range": [ - 12071, - 12103 + 12545, + 12577 ], "loc": { "start": { - "line": 305, + "line": 312, "column": 29 }, "end": { - "line": 305, + "line": 312, "column": 61 } } @@ -21050,17 +21520,17 @@ "type": "Identifier", "name": "rows", "range": [ - 12138, - 12142 + 12600, + 12604 ], "loc": { "start": { - "line": 306, - "column": 32 + "line": 313, + "column": 20 }, "end": { - "line": 306, - "column": 36 + "line": 313, + "column": 24 } } }, @@ -21071,17 +21541,17 @@ "type": "Identifier", "name": "totRowIndex", "range": [ - 12143, - 12154 + 12605, + 12616 ], "loc": { "start": { - "line": 306, - "column": 37 + "line": 313, + "column": 25 }, "end": { - "line": 306, - "column": 48 + "line": 313, + "column": 36 } } }, @@ -21089,47 +21559,47 @@ "type": "Identifier", "name": "ucol", "range": [ - 12155, - 12159 + 12617, + 12621 ], "loc": { "start": { - "line": 306, - "column": 49 + "line": 313, + "column": 37 }, "end": { - "line": 306, - "column": 53 + "line": 313, + "column": 41 } } }, "range": [ - 12143, - 12160 + 12605, + 12622 ], "loc": { "start": { - "line": 306, - "column": 37 + "line": 313, + "column": 25 }, "end": { - "line": 306, - "column": 54 + "line": 313, + "column": 42 } } }, "range": [ - 12138, - 12161 + 12600, + 12623 ], "loc": { "start": { - "line": 306, - "column": 32 + "line": 313, + "column": 20 }, "end": { - "line": 306, - "column": 55 + "line": 313, + "column": 43 } } }, @@ -21138,64 +21608,64 @@ "value": null, "raw": "null", "range": [ - 12164, - 12168 + 12626, + 12630 ], "loc": { "start": { - "line": 306, - "column": 58 + "line": 313, + "column": 46 }, "end": { - "line": 306, - "column": 62 + "line": 313, + "column": 50 } } }, "range": [ - 12071, - 12168 + 12545, + 12630 ], "loc": { "start": { - "line": 305, + "line": 312, "column": 29 }, "end": { - "line": 306, - "column": 62 + "line": 313, + "column": 50 } } }, "range": [ - 12062, - 12168 + 12536, + 12630 ], "loc": { "start": { - "line": 305, + "line": 312, "column": 20 }, "end": { - "line": 306, - "column": 62 + "line": 313, + "column": 50 } } } ], "kind": "var", "range": [ - 12058, - 12169 + 12532, + 12631 ], "loc": { "start": { - "line": 305, + "line": 312, "column": 16 }, "end": { - "line": 306, - "column": 63 + "line": 313, + "column": 51 } }, "leadingComments": [ @@ -21203,17 +21673,17 @@ "type": "Line", "value": "catch", "range": [ - 11923, - 11930 + 12397, + 12404 ], "loc": { "start": { - "line": 300, - "column": 37 + "line": 307, + "column": 39 }, "end": { - "line": 300, - "column": 44 + "line": 307, + "column": 46 } } }, @@ -21221,16 +21691,16 @@ "type": "Line", "value": "else", "range": [ - 11952, - 11958 + 12426, + 12432 ], "loc": { "start": { - "line": 301, + "line": 308, "column": 21 }, "end": { - "line": 301, + "line": 308, "column": 27 } } @@ -21239,16 +21709,16 @@ "type": "Line", "value": "for i", "range": [ - 11976, - 11983 + 12450, + 12457 ], "loc": { "start": { - "line": 302, + "line": 309, "column": 17 }, "end": { - "line": 302, + "line": 309, "column": 24 } } @@ -21257,16 +21727,16 @@ "type": "Line", "value": " row(s) with result are always visible", "range": [ - 12001, - 12041 + 12475, + 12515 ], "loc": { "start": { - "line": 304, + "line": 311, "column": 16 }, "end": { - "line": 304, + "line": 311, "column": 56 } } @@ -21279,17 +21749,17 @@ "type": "Identifier", "name": "totRow", "range": [ - 12189, - 12195 + 12652, + 12658 ], "loc": { "start": { - "line": 307, - "column": 19 + "line": 314, + "column": 20 }, "end": { - "line": 307, - "column": 25 + "line": 314, + "column": 26 } } }, @@ -21311,16 +21781,16 @@ "type": "Identifier", "name": "totRow", "range": [ - 12218, - 12224 + 12682, + 12688 ], "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 26 } } @@ -21329,31 +21799,31 @@ "type": "Identifier", "name": "style", "range": [ - 12225, - 12230 + 12689, + 12694 ], "loc": { "start": { - "line": 308, + "line": 315, "column": 27 }, "end": { - "line": 308, + "line": 315, "column": 32 } } }, "range": [ - 12218, - 12230 + 12682, + 12694 ], "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 32 } } @@ -21362,31 +21832,31 @@ "type": "Identifier", "name": "display", "range": [ - 12231, - 12238 + 12695, + 12702 ], "loc": { "start": { - "line": 308, + "line": 315, "column": 33 }, "end": { - "line": 308, + "line": 315, "column": 40 } } }, "range": [ - 12218, - 12238 + 12682, + 12702 ], "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 40 } } @@ -21396,109 +21866,109 @@ "value": "", "raw": "''", "range": [ - 12241, - 12243 + 12705, + 12707 ], "loc": { "start": { - "line": 308, + "line": 315, "column": 43 }, "end": { - "line": 308, + "line": 315, "column": 45 } } }, "range": [ - 12218, - 12243 + 12682, + 12707 ], "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 45 } } }, "range": [ - 12218, - 12244 + 12682, + 12708 ], "loc": { "start": { - "line": 308, + "line": 315, "column": 20 }, "end": { - "line": 308, + "line": 315, "column": 46 } } } ], "range": [ - 12196, - 12262 + 12660, + 12726 ], "loc": { "start": { - "line": 307, - "column": 26 + "line": 314, + "column": 28 }, "end": { - "line": 309, + "line": 316, "column": 17 } } }, "alternate": null, "range": [ - 12186, - 12262 + 12648, + 12726 ], "loc": { "start": { - "line": 307, + "line": 314, "column": 16 }, "end": { - "line": 309, + "line": 316, "column": 17 } } } ], "range": [ - 3055, - 12276 + 3272, + 12740 ], "loc": { "start": { - "line": 93, - "column": 50 + "line": 99, + "column": 56 }, "end": { - "line": 310, + "line": 317, "column": 13 } } }, "range": [ - 3017, - 12276 + 3228, + 12740 ], "loc": { "start": { - "line": 93, + "line": 99, "column": 12 }, "end": { - "line": 310, + "line": 317, "column": 13 } }, @@ -21507,16 +21977,16 @@ "type": "Line", "value": "for ucol", "range": [ - 12276, - 12286 + 12740, + 12750 ], "loc": { "start": { - "line": 310, + "line": 317, "column": 13 }, "end": { - "line": 310, + "line": 317, "column": 23 } } @@ -21525,32 +21995,32 @@ } ], "range": [ - 2934, - 12296 + 3145, + 12760 ], "loc": { "start": { - "line": 89, - "column": 50 + "line": 95, + "column": 53 }, "end": { - "line": 311, + "line": 318, "column": 9 } } }, "alternate": null, "range": [ - 2790, - 12296 + 2993, + 12760 ], "loc": { "start": { - "line": 87, + "line": 93, "column": 8 }, "end": { - "line": 311, + "line": 318, "column": 9 } }, @@ -21559,16 +22029,16 @@ "type": "Line", "value": "if typeof", "range": [ - 12296, - 12307 + 12760, + 12771 ], "loc": { "start": { - "line": 311, + "line": 318, "column": 9 }, "end": { - "line": 311, + "line": 318, "column": 20 } } @@ -21583,17 +22053,17 @@ "object": { "type": "ThisExpression", "range": [ - 12320, - 12324 + 12785, + 12789 ], "loc": { "start": { - "line": 313, - "column": 11 + "line": 320, + "column": 12 }, "end": { - "line": 313, - "column": 15 + "line": 320, + "column": 16 } } }, @@ -21601,32 +22071,32 @@ "type": "Identifier", "name": "onAfterOperation", "range": [ - 12325, - 12341 + 12790, + 12806 ], "loc": { "start": { - "line": 313, - "column": 16 + "line": 320, + "column": 17 }, "end": { - "line": 313, - "column": 32 + "line": 320, + "column": 33 } } }, "range": [ - 12320, - 12341 + 12785, + 12806 ], "loc": { "start": { - "line": 313, - "column": 11 + "line": 320, + "column": 12 }, "end": { - "line": 313, - "column": 32 + "line": 320, + "column": 33 } } }, @@ -21646,16 +22116,16 @@ "object": { "type": "ThisExpression", "range": [ - 12356, - 12360 + 12822, + 12826 ], "loc": { "start": { - "line": 314, + "line": 321, "column": 12 }, "end": { - "line": 314, + "line": 321, "column": 16 } } @@ -21664,31 +22134,31 @@ "type": "Identifier", "name": "onAfterOperation", "range": [ - 12361, - 12377 + 12827, + 12843 ], "loc": { "start": { - "line": 314, + "line": 321, "column": 17 }, "end": { - "line": 314, + "line": 321, "column": 33 } } }, "range": [ - 12356, - 12377 + 12822, + 12843 ], "loc": { "start": { - "line": 314, + "line": 321, "column": 12 }, "end": { - "line": 314, + "line": 321, "column": 33 } } @@ -21697,31 +22167,31 @@ "type": "Identifier", "name": "call", "range": [ - 12378, - 12382 + 12844, + 12848 ], "loc": { "start": { - "line": 314, + "line": 321, "column": 34 }, "end": { - "line": 314, + "line": 321, "column": 38 } } }, "range": [ - 12356, - 12382 + 12822, + 12848 ], "loc": { "start": { - "line": 314, + "line": 321, "column": 12 }, "end": { - "line": 314, + "line": 321, "column": 38 } } @@ -21732,16 +22202,16 @@ "value": null, "raw": "null", "range": [ - 12383, - 12387 + 12849, + 12853 ], "loc": { "start": { - "line": 314, + "line": 321, "column": 39 }, "end": { - "line": 314, + "line": 321, "column": 43 } } @@ -21750,79 +22220,79 @@ "type": "Identifier", "name": "tf", "range": [ - 12389, - 12391 + 12855, + 12857 ], "loc": { "start": { - "line": 314, + "line": 321, "column": 45 }, "end": { - "line": 314, + "line": 321, "column": 47 } } } ], "range": [ - 12356, - 12392 + 12822, + 12858 ], "loc": { "start": { - "line": 314, + "line": 321, "column": 12 }, "end": { - "line": 314, + "line": 321, "column": 48 } } }, "range": [ - 12356, - 12393 + 12822, + 12859 ], "loc": { "start": { - "line": 314, + "line": 321, "column": 12 }, "end": { - "line": 314, + "line": 321, "column": 49 } } } ], "range": [ - 12342, - 12403 + 12808, + 12869 ], "loc": { "start": { - "line": 313, - "column": 33 + "line": 320, + "column": 35 }, "end": { - "line": 315, + "line": 322, "column": 9 } } }, "alternate": null, "range": [ - 12317, - 12403 + 12781, + 12869 ], "loc": { "start": { - "line": 313, + "line": 320, "column": 8 }, "end": { - "line": 315, + "line": 322, "column": 9 } }, @@ -21831,16 +22301,16 @@ "type": "Line", "value": "for ucol", "range": [ - 12276, - 12286 + 12740, + 12750 ], "loc": { "start": { - "line": 310, + "line": 317, "column": 13 }, "end": { - "line": 310, + "line": 317, "column": 23 } } @@ -21849,16 +22319,16 @@ "type": "Line", "value": "if typeof", "range": [ - 12296, - 12307 + 12760, + 12771 ], "loc": { "start": { - "line": 311, + "line": 318, "column": 9 }, "end": { - "line": 311, + "line": 318, "column": 20 } } @@ -21867,16 +22337,16 @@ } ], "range": [ - 1558, - 12409 + 1742, + 12875 ], "loc": { "start": { - "line": 47, + "line": 53, "column": 11 }, "end": { - "line": 316, + "line": 323, "column": 5 } } @@ -21884,16 +22354,16 @@ "generator": false, "expression": false, "range": [ - 1555, - 12409 + 1739, + 12875 ], "loc": { "start": { - "line": 47, + "line": 53, "column": 8 }, "end": { - "line": 316, + "line": 323, "column": 5 } } @@ -21901,16 +22371,16 @@ "kind": "method", "computed": false, "range": [ - 1551, - 12409 + 1735, + 12875 ], "loc": { "start": { - "line": 47, + "line": 53, "column": 4 }, "end": { - "line": 316, + "line": 323, "column": 5 } }, @@ -21919,16 +22389,16 @@ "type": "Block", "value": "*\n * Calculates columns' values\n * Configuration options are stored in 'opts' property\n * - 'id' contains ids of elements showing result (array)\n * - 'col' contains the columns' indexes (array)\n * - 'operation' contains operation type (array, values: 'sum', 'mean',\n * 'min', 'max', 'median', 'q1', 'q3')\n * - 'write_method' array defines which method to use for displaying the\n * result (innerHTML, setValue, createTextNode) - default: 'innerHTML'\n * - 'tot_row_index' defines in which row results are displayed\n * (integers array)\n *\n * - changes made by Nuovella:\n * (1) optimized the routine (now it will only process each column once),\n * (2) added calculations for the median, lower and upper quartile.\n ", "range": [ - 765, - 1546 + 949, + 1730 ], "loc": { "start": { - "line": 31, + "line": 37, "column": 4 }, "end": { - "line": 46, + "line": 52, "column": 7 } } @@ -21942,16 +22412,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 12415, - 12422 + 12881, + 12888 ], "loc": { "start": { - "line": 318, + "line": 325, "column": 4 }, "end": { - "line": 318, + "line": 325, "column": 11 } } @@ -21963,6 +22433,153 @@ "body": { "type": "BlockStatement", "body": [ + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 12906, + 12910 + ], + "loc": { + "start": { + "line": 326, + "column": 13 + }, + "end": { + "line": 326, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 12911, + 12922 + ], + "loc": { + "start": { + "line": 326, + "column": 18 + }, + "end": { + "line": 326, + "column": 29 + } + } + }, + "range": [ + 12906, + 12922 + ], + "loc": { + "start": { + "line": 326, + "column": 13 + }, + "end": { + "line": 326, + "column": 29 + } + } + }, + "prefix": true, + "range": [ + 12905, + 12922 + ], + "loc": { + "start": { + "line": 326, + "column": 12 + }, + "end": { + "line": 326, + "column": 29 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 12938, + 12945 + ], + "loc": { + "start": { + "line": 327, + "column": 12 + }, + "end": { + "line": 327, + "column": 19 + } + } + } + ], + "range": [ + 12924, + 12955 + ], + "loc": { + "start": { + "line": 326, + "column": 31 + }, + "end": { + "line": 328, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 12901, + 12955 + ], + "loc": { + "start": { + "line": 326, + "column": 8 + }, + "end": { + "line": 328, + "column": 9 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " unsubscribe to events", + "range": [ + 12964, + 12988 + ], + "loc": { + "start": { + "line": 329, + "column": 8 + }, + "end": { + "line": 329, + "column": 32 + } + } + } + ] + }, { "type": "ExpressionStatement", "expression": { @@ -21979,16 +22596,16 @@ "object": { "type": "ThisExpression", "range": [ - 12467, - 12471 + 12997, + 13001 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 8 }, "end": { - "line": 320, + "line": 330, "column": 12 } } @@ -21997,31 +22614,31 @@ "type": "Identifier", "name": "tf", "range": [ - 12472, - 12474 + 13002, + 13004 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 13 }, "end": { - "line": 320, + "line": 330, "column": 15 } } }, "range": [ - 12467, - 12474 + 12997, + 13004 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 8 }, "end": { - "line": 320, + "line": 330, "column": 15 } } @@ -22030,31 +22647,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 12475, - 12482 + 13005, + 13012 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 16 }, "end": { - "line": 320, + "line": 330, "column": 23 } } }, "range": [ - 12467, - 12482 + 12997, + 13012 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 8 }, "end": { - "line": 320, + "line": 330, "column": 23 } } @@ -22063,31 +22680,31 @@ "type": "Identifier", "name": "off", "range": [ - 12483, - 12486 + 13013, + 13016 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 24 }, "end": { - "line": 320, + "line": 330, "column": 27 } } }, "range": [ - 12467, - 12486 + 12997, + 13016 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 8 }, "end": { - "line": 320, + "line": 330, "column": 27 } } @@ -22101,32 +22718,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 12488, - 12505 + 13018, + 13035 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 29 }, "end": { - "line": 320, + "line": 330, "column": 46 } } } ], "range": [ - 12487, - 12506 + 13017, + 13036 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 28 }, "end": { - "line": 320, + "line": 330, "column": 47 } } @@ -22143,17 +22760,17 @@ "object": { "type": "ThisExpression", "range": [ - 12513, - 12517 + 13044, + 13048 ], "loc": { "start": { - "line": 320, - "column": 54 + "line": 330, + "column": 55 }, "end": { - "line": 320, - "column": 58 + "line": 330, + "column": 59 } } }, @@ -22161,96 +22778,96 @@ "type": "Identifier", "name": "calc", "range": [ - 12518, - 12522 + 13049, + 13053 ], "loc": { "start": { - "line": 320, - "column": 59 + "line": 330, + "column": 60 }, "end": { - "line": 320, - "column": 63 + "line": 330, + "column": 64 } } }, "range": [ - 12513, - 12522 + 13044, + 13053 ], "loc": { "start": { - "line": 320, - "column": 54 + "line": 330, + "column": 55 }, "end": { - "line": 320, - "column": 63 + "line": 330, + "column": 64 } } }, "arguments": [], "range": [ - 12513, - 12524 + 13044, + 13055 ], "loc": { "start": { - "line": 320, - "column": 54 + "line": 330, + "column": 55 }, "end": { - "line": 320, - "column": 65 + "line": 330, + "column": 66 } } }, "generator": false, "expression": true, "range": [ - 12508, - 12524 + 13038, + 13055 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 49 }, "end": { - "line": 320, - "column": 65 + "line": 330, + "column": 66 } } } ], "range": [ - 12467, - 12525 + 12997, + 13056 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 8 }, "end": { - "line": 320, - "column": 66 + "line": 330, + "column": 67 } } }, "range": [ - 12467, - 12526 + 12997, + 13057 ], "loc": { "start": { - "line": 320, + "line": 330, "column": 8 }, "end": { - "line": 320, - "column": 67 + "line": 330, + "column": 68 } }, "leadingComments": [ @@ -22258,34 +22875,141 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 12434, - 12458 + 12964, + 12988 ], "loc": { "start": { - "line": 319, + "line": 329, "column": 8 }, "end": { - "line": 319, + "line": 329, "column": 32 } } } ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 13066, + 13070 + ], + "loc": { + "start": { + "line": 331, + "column": 8 + }, + "end": { + "line": 331, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 13071, + 13082 + ], + "loc": { + "start": { + "line": 331, + "column": 13 + }, + "end": { + "line": 331, + "column": 24 + } + } + }, + "range": [ + 13066, + 13082 + ], + "loc": { + "start": { + "line": 331, + "column": 8 + }, + "end": { + "line": 331, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": false, + "raw": "false", + "range": [ + 13085, + 13090 + ], + "loc": { + "start": { + "line": 331, + "column": 27 + }, + "end": { + "line": 331, + "column": 32 + } + } + }, + "range": [ + 13066, + 13090 + ], + "loc": { + "start": { + "line": 331, + "column": 8 + }, + "end": { + "line": 331, + "column": 32 + } + } + }, + "range": [ + 13066, + 13091 + ], + "loc": { + "start": { + "line": 331, + "column": 8 + }, + "end": { + "line": 331, + "column": 33 + } + } } ], "range": [ - 12424, - 12532 + 12891, + 13097 ], "loc": { "start": { - "line": 318, - "column": 13 + "line": 325, + "column": 14 }, "end": { - "line": 321, + "line": 332, "column": 5 } } @@ -22293,16 +23017,16 @@ "generator": false, "expression": false, "range": [ - 12422, - 12532 + 12888, + 13097 ], "loc": { "start": { - "line": 318, + "line": 325, "column": 11 }, "end": { - "line": 321, + "line": 332, "column": 5 } } @@ -22310,16 +23034,16 @@ "kind": "method", "computed": false, "range": [ - 12415, - 12532 + 12881, + 13097 ], "loc": { "start": { - "line": 318, + "line": 325, "column": 4 }, "end": { - "line": 321, + "line": 332, "column": 5 } }, @@ -22327,31 +23051,31 @@ } ], "range": [ - 122, - 12535 + 178, + 13100 ], "loc": { "start": { - "line": 5, - "column": 27 + "line": 6, + "column": 44 }, "end": { - "line": 323, + "line": 334, "column": 1 } } }, "range": [ - 110, - 12535 + 149, + 13100 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 15 }, "end": { - "line": 323, + "line": 334, "column": 1 } }, @@ -22359,16 +23083,16 @@ "trailingComments": [] }, "range": [ - 95, - 12535 + 134, + 13100 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 0 }, "end": { - "line": 323, + "line": 334, "column": 1 } } @@ -22377,7 +23101,7 @@ "sourceType": "module", "range": [ 0, - 12535 + 13100 ], "loc": { "start": { @@ -22385,7 +23109,7 @@ "column": 0 }, "end": { - "line": 323, + "line": 334, "column": 1 } }, @@ -22394,16 +23118,16 @@ "type": "Block", "value": "*\n * Column calculations\n * @param {Object} tf TableFilter instance\n ", "range": [ - 129, - 214 + 185, + 270 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 4 }, "end": { - "line": 10, + "line": 11, "column": 7 } } @@ -22412,16 +23136,16 @@ "type": "Line", "value": "calls function before col operation", "range": [ - 252, - 289 + 338, + 375 ], "loc": { "start": { - "line": 13, + "line": 15, "column": 8 }, "end": { - "line": 13, + "line": 15, "column": 45 } } @@ -22430,16 +23154,16 @@ "type": "Line", "value": "calls function after col operation", "range": [ - 415, - 451 + 501, + 537 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 18, "column": 44 } } @@ -22448,16 +23172,16 @@ "type": "Line", "value": " subscribe to events", "range": [ - 642, - 664 + 792, + 814 ], "loc": { "start": { - "line": 25, + "line": 30, "column": 8 }, "end": { - "line": 25, + "line": 30, "column": 30 } } @@ -22466,16 +23190,16 @@ "type": "Block", "value": "*\n * Calculates columns' values\n * Configuration options are stored in 'opts' property\n * - 'id' contains ids of elements showing result (array)\n * - 'col' contains the columns' indexes (array)\n * - 'operation' contains operation type (array, values: 'sum', 'mean',\n * 'min', 'max', 'median', 'q1', 'q3')\n * - 'write_method' array defines which method to use for displaying the\n * result (innerHTML, setValue, createTextNode) - default: 'innerHTML'\n * - 'tot_row_index' defines in which row results are displayed\n * (integers array)\n *\n * - changes made by Nuovella:\n * (1) optimized the routine (now it will only process each column once),\n * (2) added calculations for the median, lower and upper quartile.\n ", "range": [ - 765, - 1546 + 949, + 1730 ], "loc": { "start": { - "line": 31, + "line": 37, "column": 4 }, "end": { - "line": 46, + "line": 52, "column": 7 } } @@ -22484,16 +23208,16 @@ "type": "Line", "value": "nuovella: determine unique list of columns to operate on", "range": [ - 2133, - 2191 + 2321, + 2379 ], "loc": { "start": { - "line": 67, + "line": 73, "column": 8 }, "end": { - "line": 67, + "line": 73, "column": 66 } } @@ -22502,16 +23226,16 @@ "type": "Line", "value": "see if colIndex[ii] is already in the list of unique indexes", "range": [ - 2376, - 2438 + 2570, + 2632 ], "loc": { "start": { - "line": 74, + "line": 80, "column": 12 }, "end": { - "line": 74, + "line": 80, "column": 74 } } @@ -22520,16 +23244,16 @@ "type": "Line", "value": "if not saved then, save the index;", "range": [ - 2612, - 2648 + 2814, + 2850 ], "loc": { "start": { - "line": 80, + "line": 86, "column": 12 }, "end": { - "line": 80, + "line": 86, "column": 48 } } @@ -22538,16 +23262,16 @@ "type": "Line", "value": "this retrieves col values", "range": [ - 3073, - 3100 + 3290, + 3317 ], "loc": { "start": { - "line": 94, + "line": 100, "column": 16 }, "end": { - "line": 94, + "line": 100, "column": 43 } } @@ -22556,16 +23280,16 @@ "type": "Line", "value": "use ucolIndex because we only want to pass through this loop", "range": [ - 3117, - 3179 + 3334, + 3396 ], "loc": { "start": { - "line": 95, + "line": 101, "column": 16 }, "end": { - "line": 95, + "line": 101, "column": 78 } } @@ -22574,16 +23298,16 @@ "type": "Line", "value": "once for each column get the values in this unique column", "range": [ - 3196, - 3255 + 3413, + 3472 ], "loc": { "start": { - "line": 96, + "line": 102, "column": 16 }, "end": { - "line": 96, + "line": 102, "column": 75 } } @@ -22592,16 +23316,16 @@ "type": "Line", "value": "next: calculate all operations for this column", "range": [ - 3385, - 3433 + 3602, + 3650 ], "loc": { "start": { - "line": 100, + "line": 106, "column": 16 }, "end": { - "line": 100, + "line": 106, "column": 64 } } @@ -22610,16 +23334,16 @@ "type": "Line", "value": "sort the list for calculation of median and quartiles", "range": [ - 5767, - 5822 + 6064, + 6119 ], "loc": { "start": { - "line": 162, + "line": 168, "column": 20 }, "end": { - "line": 162, + "line": 168, "column": 75 } } @@ -22628,16 +23352,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 6052, - 6072 + 6369, + 6389 ], "loc": { "start": { - "line": 166, + "line": 172, "column": 32 }, "end": { - "line": 166, + "line": 172, "column": 52 } } @@ -22646,17 +23370,17 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 6230, - 6249 + 6553, + 6572 ], "loc": { "start": { - "line": 169, - "column": 32 + "line": 175, + "column": 36 }, "end": { - "line": 169, - "column": 51 + "line": 175, + "column": 55 } } }, @@ -22664,16 +23388,16 @@ "type": "Line", "value": "for j", "range": [ - 7730, - 7737 + 8065, + 8072 ], "loc": { "start": { - "line": 202, + "line": 208, "column": 17 }, "end": { - "line": 202, + "line": 208, "column": 24 } } @@ -22682,16 +23406,16 @@ "type": "Line", "value": "if outputType is defined", "range": [ - 10071, - 10097 + 10489, + 10515 ], "loc": { "start": { - "line": 265, + "line": 271, "column": 20 }, "end": { - "line": 265, + "line": 271, "column": 46 } } @@ -22700,16 +23424,16 @@ "type": "Line", "value": "switch", "range": [ - 11410, - 11418 + 11877, + 11885 ], "loc": { "start": { - "line": 289, + "line": 296, "column": 29 }, "end": { - "line": 289, + "line": 296, "column": 37 } } @@ -22718,17 +23442,17 @@ "type": "Line", "value": "catch", "range": [ - 11923, - 11930 + 12397, + 12404 ], "loc": { "start": { - "line": 300, - "column": 37 + "line": 307, + "column": 39 }, "end": { - "line": 300, - "column": 44 + "line": 307, + "column": 46 } } }, @@ -22736,16 +23460,16 @@ "type": "Line", "value": "else", "range": [ - 11952, - 11958 + 12426, + 12432 ], "loc": { "start": { - "line": 301, + "line": 308, "column": 21 }, "end": { - "line": 301, + "line": 308, "column": 27 } } @@ -22754,16 +23478,16 @@ "type": "Line", "value": "for i", "range": [ - 11976, - 11983 + 12450, + 12457 ], "loc": { "start": { - "line": 302, + "line": 309, "column": 17 }, "end": { - "line": 302, + "line": 309, "column": 24 } } @@ -22772,16 +23496,16 @@ "type": "Line", "value": " row(s) with result are always visible", "range": [ - 12001, - 12041 + 12475, + 12515 ], "loc": { "start": { - "line": 304, + "line": 311, "column": 16 }, "end": { - "line": 304, + "line": 311, "column": 56 } } @@ -22790,16 +23514,16 @@ "type": "Line", "value": "for ucol", "range": [ - 12276, - 12286 + 12740, + 12750 ], "loc": { "start": { - "line": 310, + "line": 317, "column": 13 }, "end": { - "line": 310, + "line": 317, "column": 23 } } @@ -22808,16 +23532,16 @@ "type": "Line", "value": "if typeof", "range": [ - 12296, - 12307 + 12760, + 12771 ], "loc": { "start": { - "line": 311, + "line": 318, "column": 9 }, "end": { - "line": 311, + "line": 318, "column": 20 } } @@ -22826,16 +23550,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 12434, - 12458 + 12964, + 12988 ], "loc": { "start": { - "line": 319, + "line": 329, "column": 8 }, "end": { - "line": 319, + "line": 329, "column": 32 } } diff --git a/docs/ast/source/extensions/colsVisibility/colsVisibility.js.json b/docs/ast/source/extensions/colsVisibility/colsVisibility.js.json index 6735cd4b..f9891cc6 100644 --- a/docs/ast/source/extensions/colsVisibility/colsVisibility.js.json +++ b/docs/ast/source/extensions/colsVisibility/colsVisibility.js.json @@ -1,6 +1,97 @@ { "type": "Program", "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "imported": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../../feature", + "raw": "'../../feature'", + "range": [ + 22, + 37 + ], + "loc": { + "start": { + "line": 1, + "column": 22 + }, + "end": { + "line": 1, + "column": 37 + } + } + }, + "range": [ + 0, + 38 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 38 + } + } + }, { "type": "ImportDeclaration", "specifiers": [ @@ -10,31 +101,31 @@ "type": "Identifier", "name": "Dom", "range": [ - 7, - 10 + 46, + 49 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 10 } } }, "range": [ - 7, - 10 + 46, + 49 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 10 } } @@ -45,31 +136,31 @@ "value": "../../dom", "raw": "'../../dom'", "range": [ - 16, - 27 + 55, + 66 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 16 }, "end": { - "line": 1, + "line": 2, "column": 27 } } }, "range": [ - 0, - 28 + 39, + 67 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 0 }, "end": { - "line": 1, + "line": 2, "column": 28 } } @@ -83,31 +174,31 @@ "type": "Identifier", "name": "Types", "range": [ - 36, - 41 + 75, + 80 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 7 }, "end": { - "line": 2, + "line": 3, "column": 12 } } }, "range": [ - 36, - 41 + 75, + 80 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 7 }, "end": { - "line": 2, + "line": 3, "column": 12 } } @@ -118,31 +209,31 @@ "value": "../../types", "raw": "'../../types'", "range": [ - 47, - 60 + 86, + 99 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 18 }, "end": { - "line": 2, + "line": 3, "column": 31 } } }, "range": [ - 29, - 61 + 68, + 100 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 0 }, "end": { - "line": 2, + "line": 3, "column": 32 } } @@ -156,31 +247,31 @@ "type": "Identifier", "name": "Event", "range": [ - 69, - 74 + 108, + 113 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 7 }, "end": { - "line": 3, + "line": 4, "column": 12 } } }, "range": [ - 69, - 74 + 108, + 113 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 7 }, "end": { - "line": 3, + "line": 4, "column": 12 } } @@ -191,31 +282,31 @@ "value": "../../event", "raw": "'../../event'", "range": [ - 80, - 93 + 119, + 132 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 18 }, "end": { - "line": 3, + "line": 4, "column": 31 } } }, "range": [ - 62, - 94 + 101, + 133 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 0 }, "end": { - "line": 3, + "line": 4, "column": 32 } } @@ -228,21 +319,38 @@ "type": "Identifier", "name": "ColsVisibility", "range": [ - 117, - 131 + 156, + 170 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 21 }, "end": { - "line": 5, + "line": 6, "column": 35 } } }, - "superClass": null, + "superClass": { + "type": "Identifier", + "name": "Feature", + "range": [ + 179, + 186 + ], + "loc": { + "start": { + "line": 6, + "column": 44 + }, + "end": { + "line": 6, + "column": 51 + } + } + }, "body": { "type": "ClassBody", "body": [ @@ -252,16 +360,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 289, - 300 + 344, + 355 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 15 } } @@ -274,16 +382,16 @@ "type": "Identifier", "name": "tf", "range": [ - 301, - 303 + 356, + 358 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 16 }, "end": { - "line": 12, + "line": 13, "column": 18 } } @@ -292,16 +400,16 @@ "type": "Identifier", "name": "f", "range": [ - 305, - 306 + 360, + 361 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 20 }, "end": { - "line": 12, + "line": 13, "column": 21 } } @@ -310,6 +418,151 @@ "body": { "type": "BlockStatement", "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "Super", + "range": [ + 373, + 378 + ], + "loc": { + "start": { + "line": 14, + "column": 8 + }, + "end": { + "line": 14, + "column": 13 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 379, + 381 + ], + "loc": { + "start": { + "line": 14, + "column": 14 + }, + "end": { + "line": 14, + "column": 16 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 383, + 384 + ], + "loc": { + "start": { + "line": 14, + "column": 18 + }, + "end": { + "line": 14, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "name", + "range": [ + 385, + 389 + ], + "loc": { + "start": { + "line": 14, + "column": 20 + }, + "end": { + "line": 14, + "column": 24 + } + } + }, + "range": [ + 383, + 389 + ], + "loc": { + "start": { + "line": 14, + "column": 18 + }, + "end": { + "line": 14, + "column": 24 + } + } + } + ], + "range": [ + 373, + 390 + ], + "loc": { + "start": { + "line": 14, + "column": 8 + }, + "end": { + "line": 14, + "column": 25 + } + } + }, + "range": [ + 373, + 391 + ], + "loc": { + "start": { + "line": 14, + "column": 8 + }, + "end": { + "line": 14, + "column": 26 + } + }, + "trailingComments": [ + { + "type": "Line", + "value": " Configuration object", + "range": [ + 401, + 424 + ], + "loc": { + "start": { + "line": 16, + "column": 8 + }, + "end": { + "line": 16, + "column": 31 + } + } + } + ] + }, { "type": "VariableDeclaration", "declarations": [ @@ -319,16 +572,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 355, - 358 + 437, + 440 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 12 }, "end": { - "line": 15, + "line": 17, "column": 15 } } @@ -342,16 +595,16 @@ "type": "Identifier", "name": "tf", "range": [ - 361, - 363 + 443, + 445 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 18 }, "end": { - "line": 15, + "line": 17, "column": 20 } } @@ -360,62 +613,62 @@ "type": "Identifier", "name": "config", "range": [ - 364, - 370 + 446, + 452 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 21 }, "end": { - "line": 15, + "line": 17, "column": 27 } } }, "range": [ - 361, - 370 + 443, + 452 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 18 }, "end": { - "line": 15, + "line": 17, "column": 27 } } }, "arguments": [], "range": [ - 361, - 372 + 443, + 454 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 18 }, "end": { - "line": 15, + "line": 17, "column": 29 } } }, "range": [ - 355, - 372 + 437, + 454 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 12 }, "end": { - "line": 15, + "line": 17, "column": 29 } } @@ -423,16 +676,16 @@ ], "kind": "let", "range": [ - 351, - 373 + 433, + 455 ], "loc": { "start": { - "line": 15, + "line": 17, "column": 8 }, "end": { - "line": 15, + "line": 17, "column": 30 } }, @@ -441,16 +694,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 319, - 342 + 401, + 424 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 8 }, "end": { - "line": 14, + "line": 16, "column": 31 } } @@ -468,16 +721,16 @@ "object": { "type": "ThisExpression", "range": [ - 383, - 387 + 465, + 469 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 12 } } @@ -486,31 +739,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 388, - 399 + 470, + 481 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 13 }, "end": { - "line": 17, + "line": 19, "column": 24 } } }, "range": [ - 383, - 399 + 465, + 481 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 24 } } @@ -520,46 +773,46 @@ "value": false, "raw": "false", "range": [ - 402, - 407 + 484, + 489 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 27 }, "end": { - "line": 17, + "line": 19, "column": 32 } } }, "range": [ - 383, - 407 + 465, + 489 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 32 } } }, "range": [ - 383, - 408 + 465, + 490 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 33 } } @@ -575,16 +828,16 @@ "object": { "type": "ThisExpression", "range": [ - 417, - 421 + 499, + 503 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 8 }, "end": { - "line": 18, + "line": 20, "column": 12 } } @@ -593,31 +846,31 @@ "type": "Identifier", "name": "name", "range": [ - 422, - 426 + 504, + 508 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 13 }, "end": { - "line": 18, + "line": 20, "column": 17 } } }, "range": [ - 417, - 426 + 499, + 508 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 8 }, "end": { - "line": 18, + "line": 20, "column": 17 } } @@ -629,16 +882,16 @@ "type": "Identifier", "name": "f", "range": [ - 429, - 430 + 511, + 512 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 20 }, "end": { - "line": 18, + "line": 20, "column": 21 } } @@ -647,61 +900,61 @@ "type": "Identifier", "name": "name", "range": [ - 431, - 435 + 513, + 517 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 22 }, "end": { - "line": 18, + "line": 20, "column": 26 } } }, "range": [ - 429, - 435 + 511, + 517 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 20 }, "end": { - "line": 18, + "line": 20, "column": 26 } } }, "range": [ - 417, - 435 + 499, + 517 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 8 }, "end": { - "line": 18, + "line": 20, "column": 26 } } }, "range": [ - 417, - 436 + 499, + 518 ], "loc": { "start": { - "line": 18, + "line": 20, "column": 8 }, "end": { - "line": 18, + "line": 20, "column": 27 } } @@ -717,16 +970,16 @@ "object": { "type": "ThisExpression", "range": [ - 445, - 449 + 527, + 531 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 8 }, "end": { - "line": 19, + "line": 21, "column": 12 } } @@ -735,31 +988,31 @@ "type": "Identifier", "name": "desc", "range": [ - 450, - 454 + 532, + 536 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 13 }, "end": { - "line": 19, + "line": 21, "column": 17 } } }, "range": [ - 445, - 454 + 527, + 536 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 8 }, "end": { - "line": 19, + "line": 21, "column": 17 } } @@ -774,16 +1027,16 @@ "type": "Identifier", "name": "f", "range": [ - 457, - 458 + 539, + 540 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 20 }, "end": { - "line": 19, + "line": 21, "column": 21 } } @@ -792,31 +1045,31 @@ "type": "Identifier", "name": "description", "range": [ - 459, - 470 + 541, + 552 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 22 }, "end": { - "line": 19, + "line": 21, "column": 33 } } }, "range": [ - 457, - 470 + 539, + 552 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 20 }, "end": { - "line": 19, + "line": 21, "column": 33 } } @@ -826,61 +1079,61 @@ "value": "Columns visibility manager", "raw": "'Columns visibility manager'", "range": [ - 474, - 502 + 556, + 584 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 37 }, "end": { - "line": 19, + "line": 21, "column": 65 } } }, "range": [ - 457, - 502 + 539, + 584 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 20 }, "end": { - "line": 19, + "line": 21, "column": 65 } } }, "range": [ - 445, - 502 + 527, + 584 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 8 }, "end": { - "line": 19, + "line": 21, "column": 65 } } }, "range": [ - 445, - 503 + 527, + 585 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 8 }, "end": { - "line": 19, + "line": 21, "column": 66 } }, @@ -889,16 +1142,16 @@ "type": "Line", "value": "show/hide cols span element", "range": [ - 513, - 542 + 595, + 624 ], "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 23, "column": 37 } } @@ -916,16 +1169,16 @@ "object": { "type": "ThisExpression", "range": [ - 551, - 555 + 633, + 637 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 22, + "line": 24, "column": 12 } } @@ -934,31 +1187,31 @@ "type": "Identifier", "name": "spanEl", "range": [ - 556, - 562 + 638, + 644 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 13 }, "end": { - "line": 22, + "line": 24, "column": 19 } } }, "range": [ - 551, - 562 + 633, + 644 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 22, + "line": 24, "column": 19 } } @@ -968,46 +1221,46 @@ "value": null, "raw": "null", "range": [ - 565, - 569 + 647, + 651 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 22 }, "end": { - "line": 22, + "line": 24, "column": 26 } } }, "range": [ - 551, - 569 + 633, + 651 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 22, + "line": 24, "column": 26 } } }, "range": [ - 551, - 570 + 633, + 652 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 22, + "line": 24, "column": 27 } }, @@ -1016,16 +1269,16 @@ "type": "Line", "value": "show/hide cols span element", "range": [ - 513, - 542 + 595, + 624 ], "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 23, "column": 37 } } @@ -1036,16 +1289,16 @@ "type": "Line", "value": "show/hide cols button element", "range": [ - 579, - 610 + 661, + 692 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 8 }, "end": { - "line": 23, + "line": 25, "column": 39 } } @@ -1063,16 +1316,16 @@ "object": { "type": "ThisExpression", "range": [ - 619, - 623 + 701, + 705 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 8 }, "end": { - "line": 24, + "line": 26, "column": 12 } } @@ -1081,31 +1334,31 @@ "type": "Identifier", "name": "btnEl", "range": [ - 624, - 629 + 706, + 711 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 13 }, "end": { - "line": 24, + "line": 26, "column": 18 } } }, "range": [ - 619, - 629 + 701, + 711 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 8 }, "end": { - "line": 24, + "line": 26, "column": 18 } } @@ -1115,46 +1368,46 @@ "value": null, "raw": "null", "range": [ - 632, - 636 + 714, + 718 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 21 }, "end": { - "line": 24, + "line": 26, "column": 25 } } }, "range": [ - 619, - 636 + 701, + 718 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 8 }, "end": { - "line": 24, + "line": 26, "column": 25 } } }, "range": [ - 619, - 637 + 701, + 719 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 8 }, "end": { - "line": 24, + "line": 26, "column": 26 } }, @@ -1163,16 +1416,16 @@ "type": "Line", "value": "show/hide cols button element", "range": [ - 579, - 610 + 661, + 692 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 8 }, "end": { - "line": 23, + "line": 25, "column": 39 } } @@ -1183,16 +1436,16 @@ "type": "Line", "value": "show/hide cols container div element", "range": [ - 646, - 684 + 728, + 766 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 46 } } @@ -1210,16 +1463,16 @@ "object": { "type": "ThisExpression", "range": [ - 693, - 697 + 775, + 779 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 12 } } @@ -1228,31 +1481,31 @@ "type": "Identifier", "name": "contEl", "range": [ - 698, - 704 + 780, + 786 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 13 }, "end": { - "line": 26, + "line": 28, "column": 19 } } }, "range": [ - 693, - 704 + 775, + 786 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 19 } } @@ -1262,46 +1515,46 @@ "value": null, "raw": "null", "range": [ - 707, - 711 + 789, + 793 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 22 }, "end": { - "line": 26, + "line": 28, "column": 26 } } }, "range": [ - 693, - 711 + 775, + 793 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 26 } } }, "range": [ - 693, - 712 + 775, + 794 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 27 } }, @@ -1310,16 +1563,16 @@ "type": "Line", "value": "show/hide cols container div element", "range": [ - 646, - 684 + 728, + 766 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 46 } } @@ -1330,16 +1583,16 @@ "type": "Line", "value": "tick to hide or show column", "range": [ - 722, - 751 + 804, + 833 ], "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 30, "column": 37 } } @@ -1357,16 +1610,16 @@ "object": { "type": "ThisExpression", "range": [ - 760, - 764 + 842, + 846 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 12 } } @@ -1375,31 +1628,31 @@ "type": "Identifier", "name": "tickToHide", "range": [ - 765, - 775 + 847, + 857 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 13 }, "end": { - "line": 29, + "line": 31, "column": 23 } } }, "range": [ - 760, - 775 + 842, + 857 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 23 } } @@ -1416,16 +1669,16 @@ "type": "Identifier", "name": "f", "range": [ - 778, - 779 + 860, + 861 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 26 }, "end": { - "line": 29, + "line": 31, "column": 27 } } @@ -1434,31 +1687,31 @@ "type": "Identifier", "name": "tick_to_hide", "range": [ - 780, - 792 + 862, + 874 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 28 }, "end": { - "line": 29, + "line": 31, "column": 40 } } }, "range": [ - 778, - 792 + 860, + 874 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 26 }, "end": { - "line": 29, + "line": 31, "column": 40 } } @@ -1468,31 +1721,31 @@ "value": false, "raw": "false", "range": [ - 797, - 802 + 879, + 884 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 45 }, "end": { - "line": 29, + "line": 31, "column": 50 } } }, "range": [ - 778, - 802 + 860, + 884 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 26 }, "end": { - "line": 29, + "line": 31, "column": 50 } } @@ -1502,16 +1755,16 @@ "value": false, "raw": "false", "range": [ - 805, - 810 + 887, + 892 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 53 }, "end": { - "line": 29, + "line": 31, "column": 58 } } @@ -1521,61 +1774,61 @@ "value": true, "raw": "true", "range": [ - 813, - 817 + 895, + 899 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 61 }, "end": { - "line": 29, + "line": 31, "column": 65 } } }, "range": [ - 778, - 817 + 860, + 899 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 26 }, "end": { - "line": 29, + "line": 31, "column": 65 } } }, "range": [ - 760, - 817 + 842, + 899 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 65 } } }, "range": [ - 760, - 818 + 842, + 900 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 66 } }, @@ -1584,16 +1837,16 @@ "type": "Line", "value": "tick to hide or show column", "range": [ - 722, - 751 + 804, + 833 ], "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 30, "column": 37 } } @@ -1604,16 +1857,16 @@ "type": "Line", "value": "enables/disables cols manager generation", "range": [ - 827, - 869 + 909, + 951 ], "loc": { "start": { - "line": 30, + "line": 32, "column": 8 }, "end": { - "line": 30, + "line": 32, "column": 50 } } @@ -1631,16 +1884,16 @@ "object": { "type": "ThisExpression", "range": [ - 878, - 882 + 960, + 964 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 12 } } @@ -1649,31 +1902,31 @@ "type": "Identifier", "name": "manager", "range": [ - 883, - 890 + 965, + 972 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 13 }, "end": { - "line": 31, + "line": 33, "column": 20 } } }, "range": [ - 878, - 890 + 960, + 972 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 20 } } @@ -1690,16 +1943,16 @@ "type": "Identifier", "name": "f", "range": [ - 893, - 894 + 975, + 976 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 23 }, "end": { - "line": 31, + "line": 33, "column": 24 } } @@ -1708,31 +1961,31 @@ "type": "Identifier", "name": "manager", "range": [ - 895, - 902 + 977, + 984 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 25 }, "end": { - "line": 31, + "line": 33, "column": 32 } } }, "range": [ - 893, - 902 + 975, + 984 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 23 }, "end": { - "line": 31, + "line": 33, "column": 32 } } @@ -1742,31 +1995,31 @@ "value": false, "raw": "false", "range": [ - 907, - 912 + 989, + 994 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 37 }, "end": { - "line": 31, + "line": 33, "column": 42 } } }, "range": [ - 893, - 912 + 975, + 994 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 23 }, "end": { - "line": 31, + "line": 33, "column": 42 } } @@ -1776,16 +2029,16 @@ "value": false, "raw": "false", "range": [ - 915, - 920 + 997, + 1002 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 45 }, "end": { - "line": 31, + "line": 33, "column": 50 } } @@ -1795,61 +2048,61 @@ "value": true, "raw": "true", "range": [ - 923, - 927 + 1005, + 1009 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 53 }, "end": { - "line": 31, + "line": 33, "column": 57 } } }, "range": [ - 893, - 927 + 975, + 1009 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 23 }, "end": { - "line": 31, + "line": 33, "column": 57 } } }, "range": [ - 878, - 927 + 960, + 1009 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 57 } } }, "range": [ - 878, - 928 + 960, + 1010 ], "loc": { "start": { - "line": 31, + "line": 33, "column": 8 }, "end": { - "line": 31, + "line": 33, "column": 58 } }, @@ -1858,16 +2111,16 @@ "type": "Line", "value": "enables/disables cols manager generation", "range": [ - 827, - 869 + 909, + 951 ], "loc": { "start": { - "line": 30, + "line": 32, "column": 8 }, "end": { - "line": 30, + "line": 32, "column": 50 } } @@ -1878,16 +2131,16 @@ "type": "Line", "value": "only if external headers", "range": [ - 937, - 963 + 1019, + 1045 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 34 } } @@ -1905,16 +2158,16 @@ "object": { "type": "ThisExpression", "range": [ - 972, - 976 + 1054, + 1058 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 35, "column": 12 } } @@ -1923,31 +2176,31 @@ "type": "Identifier", "name": "headersTbl", "range": [ - 977, - 987 + 1059, + 1069 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 13 }, "end": { - "line": 33, + "line": 35, "column": 23 } } }, "range": [ - 972, - 987 + 1054, + 1069 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 35, "column": 23 } } @@ -1962,16 +2215,16 @@ "type": "Identifier", "name": "f", "range": [ - 990, - 991 + 1072, + 1073 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 26 }, "end": { - "line": 33, + "line": 35, "column": 27 } } @@ -1980,31 +2233,31 @@ "type": "Identifier", "name": "headers_table", "range": [ - 992, - 1005 + 1074, + 1087 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 28 }, "end": { - "line": 33, + "line": 35, "column": 41 } } }, "range": [ - 990, - 1005 + 1072, + 1087 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 26 }, "end": { - "line": 33, + "line": 35, "column": 41 } } @@ -2014,61 +2267,61 @@ "value": false, "raw": "false", "range": [ - 1009, - 1014 + 1091, + 1096 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 45 }, "end": { - "line": 33, + "line": 35, "column": 50 } } }, "range": [ - 990, - 1014 + 1072, + 1096 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 26 }, "end": { - "line": 33, + "line": 35, "column": 50 } } }, "range": [ - 972, - 1014 + 1054, + 1096 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 35, "column": 50 } } }, "range": [ - 972, - 1015 + 1054, + 1097 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 35, "column": 51 } }, @@ -2077,16 +2330,16 @@ "type": "Line", "value": "only if external headers", "range": [ - 937, - 963 + 1019, + 1045 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 34 } } @@ -2097,16 +2350,16 @@ "type": "Line", "value": "only if external headers", "range": [ - 1024, - 1050 + 1106, + 1132 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 34, + "line": 36, "column": 34 } } @@ -2124,16 +2377,16 @@ "object": { "type": "ThisExpression", "range": [ - 1059, - 1063 + 1141, + 1145 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 8 }, "end": { - "line": 35, + "line": 37, "column": 12 } } @@ -2142,31 +2395,31 @@ "type": "Identifier", "name": "headersIndex", "range": [ - 1064, - 1076 + 1146, + 1158 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 13 }, "end": { - "line": 35, + "line": 37, "column": 25 } } }, "range": [ - 1059, - 1076 + 1141, + 1158 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 8 }, "end": { - "line": 35, + "line": 37, "column": 25 } } @@ -2181,16 +2434,16 @@ "type": "Identifier", "name": "f", "range": [ - 1079, - 1080 + 1161, + 1162 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 28 }, "end": { - "line": 35, + "line": 37, "column": 29 } } @@ -2199,31 +2452,31 @@ "type": "Identifier", "name": "headers_index", "range": [ - 1081, - 1094 + 1163, + 1176 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 30 }, "end": { - "line": 35, + "line": 37, "column": 43 } } }, "range": [ - 1079, - 1094 + 1161, + 1176 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 28 }, "end": { - "line": 35, + "line": 37, "column": 43 } } @@ -2233,61 +2486,61 @@ "value": 1, "raw": "1", "range": [ - 1098, - 1099 + 1180, + 1181 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 47 }, "end": { - "line": 35, + "line": 37, "column": 48 } } }, "range": [ - 1079, - 1099 + 1161, + 1181 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 28 }, "end": { - "line": 35, + "line": 37, "column": 48 } } }, "range": [ - 1059, - 1099 + 1141, + 1181 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 8 }, "end": { - "line": 35, + "line": 37, "column": 48 } } }, "range": [ - 1059, - 1100 + 1141, + 1182 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 8 }, "end": { - "line": 35, + "line": 37, "column": 49 } }, @@ -2296,16 +2549,16 @@ "type": "Line", "value": "only if external headers", "range": [ - 1024, - 1050 + 1106, + 1132 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 34, + "line": 36, "column": 34 } } @@ -2316,16 +2569,16 @@ "type": "Line", "value": "id of container element", "range": [ - 1109, - 1134 + 1191, + 1216 ], "loc": { "start": { - "line": 36, + "line": 38, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 33 } } @@ -2343,16 +2596,16 @@ "object": { "type": "ThisExpression", "range": [ - 1143, - 1147 + 1225, + 1229 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 8 }, "end": { - "line": 37, + "line": 39, "column": 12 } } @@ -2361,31 +2614,31 @@ "type": "Identifier", "name": "contElTgtId", "range": [ - 1148, - 1159 + 1230, + 1241 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 13 }, "end": { - "line": 37, + "line": 39, "column": 24 } } }, "range": [ - 1143, - 1159 + 1225, + 1241 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 8 }, "end": { - "line": 37, + "line": 39, "column": 24 } } @@ -2400,16 +2653,16 @@ "type": "Identifier", "name": "f", "range": [ - 1162, - 1163 + 1244, + 1245 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 27 }, "end": { - "line": 37, + "line": 39, "column": 28 } } @@ -2418,31 +2671,31 @@ "type": "Identifier", "name": "container_target_id", "range": [ - 1164, - 1183 + 1246, + 1265 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 29 }, "end": { - "line": 37, + "line": 39, "column": 48 } } }, "range": [ - 1162, - 1183 + 1244, + 1265 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 27 }, "end": { - "line": 37, + "line": 39, "column": 48 } } @@ -2452,61 +2705,61 @@ "value": null, "raw": "null", "range": [ - 1187, - 1191 + 1269, + 1273 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 52 }, "end": { - "line": 37, + "line": 39, "column": 56 } } }, "range": [ - 1162, - 1191 + 1244, + 1273 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 27 }, "end": { - "line": 37, + "line": 39, "column": 56 } } }, "range": [ - 1143, - 1191 + 1225, + 1273 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 8 }, "end": { - "line": 37, + "line": 39, "column": 56 } } }, "range": [ - 1143, - 1192 + 1225, + 1274 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 8 }, "end": { - "line": 37, + "line": 39, "column": 57 } }, @@ -2515,16 +2768,16 @@ "type": "Line", "value": "id of container element", "range": [ - 1109, - 1134 + 1191, + 1216 ], "loc": { "start": { - "line": 36, + "line": 38, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 33 } } @@ -2535,16 +2788,16 @@ "type": "Line", "value": "alternative headers text", "range": [ - 1201, - 1227 + 1283, + 1309 ], "loc": { "start": { - "line": 38, + "line": 40, "column": 8 }, "end": { - "line": 38, + "line": 40, "column": 34 } } @@ -2562,16 +2815,16 @@ "object": { "type": "ThisExpression", "range": [ - 1236, - 1240 + 1318, + 1322 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 12 } } @@ -2580,31 +2833,31 @@ "type": "Identifier", "name": "headersText", "range": [ - 1241, - 1252 + 1323, + 1334 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 13 }, "end": { - "line": 39, + "line": 41, "column": 24 } } }, "range": [ - 1236, - 1252 + 1318, + 1334 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 24 } } @@ -2619,16 +2872,16 @@ "type": "Identifier", "name": "f", "range": [ - 1255, - 1256 + 1337, + 1338 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 27 }, "end": { - "line": 39, + "line": 41, "column": 28 } } @@ -2637,31 +2890,31 @@ "type": "Identifier", "name": "headers_text", "range": [ - 1257, - 1269 + 1339, + 1351 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 29 }, "end": { - "line": 39, + "line": 41, "column": 41 } } }, "range": [ - 1255, - 1269 + 1337, + 1351 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 27 }, "end": { - "line": 39, + "line": 41, "column": 41 } } @@ -2671,61 +2924,61 @@ "value": null, "raw": "null", "range": [ - 1273, - 1277 + 1355, + 1359 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 45 }, "end": { - "line": 39, + "line": 41, "column": 49 } } }, "range": [ - 1255, - 1277 + 1337, + 1359 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 27 }, "end": { - "line": 39, + "line": 41, "column": 49 } } }, "range": [ - 1236, - 1277 + 1318, + 1359 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 49 } } }, "range": [ - 1236, - 1278 + 1318, + 1360 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 50 } }, @@ -2734,16 +2987,16 @@ "type": "Line", "value": "alternative headers text", "range": [ - 1201, - 1227 + 1283, + 1309 ], "loc": { "start": { - "line": 38, + "line": 40, "column": 8 }, "end": { - "line": 38, + "line": 40, "column": 34 } } @@ -2754,16 +3007,16 @@ "type": "Line", "value": "id of button container element", "range": [ - 1287, - 1319 + 1369, + 1401 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 8 }, "end": { - "line": 40, + "line": 42, "column": 40 } } @@ -2781,16 +3034,16 @@ "object": { "type": "ThisExpression", "range": [ - 1328, - 1332 + 1410, + 1414 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 8 }, "end": { - "line": 41, + "line": 43, "column": 12 } } @@ -2799,31 +3052,31 @@ "type": "Identifier", "name": "btnTgtId", "range": [ - 1333, - 1341 + 1415, + 1423 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 13 }, "end": { - "line": 41, + "line": 43, "column": 21 } } }, "range": [ - 1328, - 1341 + 1410, + 1423 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 8 }, "end": { - "line": 41, + "line": 43, "column": 21 } } @@ -2838,16 +3091,16 @@ "type": "Identifier", "name": "f", "range": [ - 1344, - 1345 + 1426, + 1427 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 24 }, "end": { - "line": 41, + "line": 43, "column": 25 } } @@ -2856,31 +3109,31 @@ "type": "Identifier", "name": "btn_target_id", "range": [ - 1346, - 1359 + 1428, + 1441 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 26 }, "end": { - "line": 41, + "line": 43, "column": 39 } } }, "range": [ - 1344, - 1359 + 1426, + 1441 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 24 }, "end": { - "line": 41, + "line": 43, "column": 39 } } @@ -2890,61 +3143,61 @@ "value": null, "raw": "null", "range": [ - 1363, - 1367 + 1445, + 1449 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 43 }, "end": { - "line": 41, + "line": 43, "column": 47 } } }, "range": [ - 1344, - 1367 + 1426, + 1449 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 24 }, "end": { - "line": 41, + "line": 43, "column": 47 } } }, "range": [ - 1328, - 1367 + 1410, + 1449 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 8 }, "end": { - "line": 41, + "line": 43, "column": 47 } } }, "range": [ - 1328, - 1368 + 1410, + 1450 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 8 }, "end": { - "line": 41, + "line": 43, "column": 48 } }, @@ -2953,16 +3206,16 @@ "type": "Line", "value": "id of button container element", "range": [ - 1287, - 1319 + 1369, + 1401 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 8 }, "end": { - "line": 40, + "line": 42, "column": 40 } } @@ -2973,16 +3226,16 @@ "type": "Line", "value": "defines show/hide cols text", "range": [ - 1377, - 1406 + 1459, + 1488 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 8 }, "end": { - "line": 42, + "line": 44, "column": 37 } } @@ -3000,16 +3253,16 @@ "object": { "type": "ThisExpression", "range": [ - 1415, - 1419 + 1497, + 1501 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, + "line": 45, "column": 12 } } @@ -3018,31 +3271,31 @@ "type": "Identifier", "name": "btnText", "range": [ - 1420, - 1427 + 1502, + 1509 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 13 }, "end": { - "line": 43, + "line": 45, "column": 20 } } }, "range": [ - 1415, - 1427 + 1497, + 1509 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, + "line": 45, "column": 20 } } @@ -3057,16 +3310,16 @@ "type": "Identifier", "name": "f", "range": [ - 1430, - 1431 + 1512, + 1513 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 23 }, "end": { - "line": 43, + "line": 45, "column": 24 } } @@ -3075,31 +3328,31 @@ "type": "Identifier", "name": "btn_text", "range": [ - 1432, - 1440 + 1514, + 1522 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 25 }, "end": { - "line": 43, + "line": 45, "column": 33 } } }, "range": [ - 1430, - 1440 + 1512, + 1522 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 23 }, "end": { - "line": 43, + "line": 45, "column": 33 } } @@ -3109,61 +3362,61 @@ "value": "Columns▼", "raw": "'Columns▼'", "range": [ - 1444, - 1460 + 1526, + 1542 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 37 }, "end": { - "line": 43, + "line": 45, "column": 53 } } }, "range": [ - 1430, - 1460 + 1512, + 1542 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 23 }, "end": { - "line": 43, + "line": 45, "column": 53 } } }, "range": [ - 1415, - 1460 + 1497, + 1542 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, + "line": 45, "column": 53 } } }, "range": [ - 1415, - 1461 + 1497, + 1543 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, + "line": 45, "column": 54 } }, @@ -3172,16 +3425,16 @@ "type": "Line", "value": "defines show/hide cols text", "range": [ - 1377, - 1406 + 1459, + 1488 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 8 }, "end": { - "line": 42, + "line": 44, "column": 37 } } @@ -3192,16 +3445,16 @@ "type": "Line", "value": "defines show/hide cols button innerHtml", "range": [ - 1470, - 1511 + 1552, + 1593 ], "loc": { "start": { - "line": 44, + "line": 46, "column": 8 }, "end": { - "line": 44, + "line": 46, "column": 49 } } @@ -3219,16 +3472,16 @@ "object": { "type": "ThisExpression", "range": [ - 1520, - 1524 + 1602, + 1606 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 47, "column": 12 } } @@ -3237,31 +3490,31 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 1525, - 1532 + 1607, + 1614 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 13 }, "end": { - "line": 45, + "line": 47, "column": 20 } } }, "range": [ - 1520, - 1532 + 1602, + 1614 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 47, "column": 20 } } @@ -3276,16 +3529,16 @@ "type": "Identifier", "name": "f", "range": [ - 1535, - 1536 + 1617, + 1618 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 23 }, "end": { - "line": 45, + "line": 47, "column": 24 } } @@ -3294,31 +3547,31 @@ "type": "Identifier", "name": "btn_html", "range": [ - 1537, - 1545 + 1619, + 1627 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 25 }, "end": { - "line": 45, + "line": 47, "column": 33 } } }, "range": [ - 1535, - 1545 + 1617, + 1627 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 23 }, "end": { - "line": 45, + "line": 47, "column": 33 } } @@ -3328,61 +3581,61 @@ "value": null, "raw": "null", "range": [ - 1549, - 1553 + 1631, + 1635 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 37 }, "end": { - "line": 45, + "line": 47, "column": 41 } } }, "range": [ - 1535, - 1553 + 1617, + 1635 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 23 }, "end": { - "line": 45, + "line": 47, "column": 41 } } }, "range": [ - 1520, - 1553 + 1602, + 1635 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 47, "column": 41 } } }, "range": [ - 1520, - 1554 + 1602, + 1636 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 47, "column": 42 } }, @@ -3391,16 +3644,16 @@ "type": "Line", "value": "defines show/hide cols button innerHtml", "range": [ - 1470, - 1511 + 1552, + 1593 ], "loc": { "start": { - "line": 44, + "line": 46, "column": 8 }, "end": { - "line": 44, + "line": 46, "column": 49 } } @@ -3411,16 +3664,16 @@ "type": "Line", "value": "defines css class for show/hide cols button", "range": [ - 1563, - 1608 + 1645, + 1690 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 8 }, "end": { - "line": 46, + "line": 48, "column": 53 } } @@ -3438,16 +3691,16 @@ "object": { "type": "ThisExpression", "range": [ - 1617, - 1621 + 1699, + 1703 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 8 }, "end": { - "line": 47, + "line": 49, "column": 12 } } @@ -3456,31 +3709,31 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 1622, - 1633 + 1704, + 1715 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 13 }, "end": { - "line": 47, + "line": 49, "column": 24 } } }, "range": [ - 1617, - 1633 + 1699, + 1715 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 8 }, "end": { - "line": 47, + "line": 49, "column": 24 } } @@ -3495,16 +3748,16 @@ "type": "Identifier", "name": "f", "range": [ - 1636, - 1637 + 1718, + 1719 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 27 }, "end": { - "line": 47, + "line": 49, "column": 28 } } @@ -3513,31 +3766,31 @@ "type": "Identifier", "name": "btn_css_class", "range": [ - 1638, - 1651 + 1720, + 1733 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 29 }, "end": { - "line": 47, + "line": 49, "column": 42 } } }, "range": [ - 1636, - 1651 + 1718, + 1733 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 27 }, "end": { - "line": 47, + "line": 49, "column": 42 } } @@ -3547,61 +3800,61 @@ "value": "colVis", "raw": "'colVis'", "range": [ - 1655, - 1663 + 1737, + 1745 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 46 }, "end": { - "line": 47, + "line": 49, "column": 54 } } }, "range": [ - 1636, - 1663 + 1718, + 1745 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 27 }, "end": { - "line": 47, + "line": 49, "column": 54 } } }, "range": [ - 1617, - 1663 + 1699, + 1745 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 8 }, "end": { - "line": 47, + "line": 49, "column": 54 } } }, "range": [ - 1617, - 1664 + 1699, + 1746 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 8 }, "end": { - "line": 47, + "line": 49, "column": 55 } }, @@ -3610,16 +3863,16 @@ "type": "Line", "value": "defines css class for show/hide cols button", "range": [ - 1563, - 1608 + 1645, + 1690 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 8 }, "end": { - "line": 46, + "line": 48, "column": 53 } } @@ -3630,16 +3883,16 @@ "type": "Line", "value": "defines close link text", "range": [ - 1673, - 1698 + 1755, + 1780 ], "loc": { "start": { - "line": 48, + "line": 50, "column": 8 }, "end": { - "line": 48, + "line": 50, "column": 33 } } @@ -3657,16 +3910,16 @@ "object": { "type": "ThisExpression", "range": [ - 1707, - 1711 + 1789, + 1793 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 8 }, "end": { - "line": 49, + "line": 51, "column": 12 } } @@ -3675,31 +3928,31 @@ "type": "Identifier", "name": "btnCloseText", "range": [ - 1712, - 1724 + 1794, + 1806 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 13 }, "end": { - "line": 49, + "line": 51, "column": 25 } } }, "range": [ - 1707, - 1724 + 1789, + 1806 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 8 }, "end": { - "line": 49, + "line": 51, "column": 25 } } @@ -3714,16 +3967,16 @@ "type": "Identifier", "name": "f", "range": [ - 1727, - 1728 + 1809, + 1810 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 28 }, "end": { - "line": 49, + "line": 51, "column": 29 } } @@ -3732,31 +3985,31 @@ "type": "Identifier", "name": "btn_close_text", "range": [ - 1729, - 1743 + 1811, + 1825 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 30 }, "end": { - "line": 49, + "line": 51, "column": 44 } } }, "range": [ - 1727, - 1743 + 1809, + 1825 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 28 }, "end": { - "line": 49, + "line": 51, "column": 44 } } @@ -3766,61 +4019,61 @@ "value": "Close", "raw": "'Close'", "range": [ - 1747, - 1754 + 1829, + 1836 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 48 }, "end": { - "line": 49, + "line": 51, "column": 55 } } }, "range": [ - 1727, - 1754 + 1809, + 1836 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 28 }, "end": { - "line": 49, + "line": 51, "column": 55 } } }, "range": [ - 1707, - 1754 + 1789, + 1836 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 8 }, "end": { - "line": 49, + "line": 51, "column": 55 } } }, "range": [ - 1707, - 1755 + 1789, + 1837 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 8 }, "end": { - "line": 49, + "line": 51, "column": 56 } }, @@ -3829,16 +4082,16 @@ "type": "Line", "value": "defines close link text", "range": [ - 1673, - 1698 + 1755, + 1780 ], "loc": { "start": { - "line": 48, + "line": 50, "column": 8 }, "end": { - "line": 48, + "line": 50, "column": 33 } } @@ -3849,16 +4102,16 @@ "type": "Line", "value": "defines close button innerHtml", "range": [ - 1764, - 1796 + 1846, + 1878 ], "loc": { "start": { - "line": 50, + "line": 52, "column": 8 }, "end": { - "line": 50, + "line": 52, "column": 40 } } @@ -3876,16 +4129,16 @@ "object": { "type": "ThisExpression", "range": [ - 1805, - 1809 + 1887, + 1891 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 8 }, "end": { - "line": 51, + "line": 53, "column": 12 } } @@ -3894,31 +4147,31 @@ "type": "Identifier", "name": "btnCloseHtml", "range": [ - 1810, - 1822 + 1892, + 1904 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 13 }, "end": { - "line": 51, + "line": 53, "column": 25 } } }, "range": [ - 1805, - 1822 + 1887, + 1904 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 8 }, "end": { - "line": 51, + "line": 53, "column": 25 } } @@ -3933,16 +4186,16 @@ "type": "Identifier", "name": "f", "range": [ - 1825, - 1826 + 1907, + 1908 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 28 }, "end": { - "line": 51, + "line": 53, "column": 29 } } @@ -3951,31 +4204,31 @@ "type": "Identifier", "name": "btn_close_html", "range": [ - 1827, - 1841 + 1909, + 1923 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 30 }, "end": { - "line": 51, + "line": 53, "column": 44 } } }, "range": [ - 1825, - 1841 + 1907, + 1923 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 28 }, "end": { - "line": 51, + "line": 53, "column": 44 } } @@ -3985,61 +4238,61 @@ "value": null, "raw": "null", "range": [ - 1845, - 1849 + 1927, + 1931 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 48 }, "end": { - "line": 51, + "line": 53, "column": 52 } } }, "range": [ - 1825, - 1849 + 1907, + 1931 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 28 }, "end": { - "line": 51, + "line": 53, "column": 52 } } }, "range": [ - 1805, - 1849 + 1887, + 1931 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 8 }, "end": { - "line": 51, + "line": 53, "column": 52 } } }, "range": [ - 1805, - 1850 + 1887, + 1932 ], "loc": { "start": { - "line": 51, + "line": 53, "column": 8 }, "end": { - "line": 51, + "line": 53, "column": 53 } }, @@ -4048,16 +4301,16 @@ "type": "Line", "value": "defines close button innerHtml", "range": [ - 1764, - 1796 + 1846, + 1878 ], "loc": { "start": { - "line": 50, + "line": 52, "column": 8 }, "end": { - "line": 50, + "line": 52, "column": 40 } } @@ -4068,16 +4321,16 @@ "type": "Line", "value": "defines css class for close button", "range": [ - 1859, - 1895 + 1941, + 1977 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 54, "column": 44 } } @@ -4095,16 +4348,16 @@ "object": { "type": "ThisExpression", "range": [ - 1904, - 1908 + 1986, + 1990 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 8 }, "end": { - "line": 53, + "line": 55, "column": 12 } } @@ -4113,31 +4366,31 @@ "type": "Identifier", "name": "btnCloseCssClass", "range": [ - 1909, - 1925 + 1991, + 2007 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 13 }, "end": { - "line": 53, + "line": 55, "column": 29 } } }, "range": [ - 1904, - 1925 + 1986, + 2007 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 8 }, "end": { - "line": 53, + "line": 55, "column": 29 } } @@ -4152,16 +4405,16 @@ "type": "Identifier", "name": "f", "range": [ - 1928, - 1929 + 2010, + 2011 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 32 }, "end": { - "line": 53, + "line": 55, "column": 33 } } @@ -4170,31 +4423,31 @@ "type": "Identifier", "name": "btn_close_css_class", "range": [ - 1930, - 1949 + 2012, + 2031 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 34 }, "end": { - "line": 53, + "line": 55, "column": 53 } } }, "range": [ - 1928, - 1949 + 2010, + 2031 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 32 }, "end": { - "line": 53, + "line": 55, "column": 53 } } @@ -4205,16 +4458,16 @@ "object": { "type": "ThisExpression", "range": [ - 1953, - 1957 + 2035, + 2039 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 57 }, "end": { - "line": 53, + "line": 55, "column": 61 } } @@ -4223,76 +4476,76 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 1958, - 1969 + 2040, + 2051 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 62 }, "end": { - "line": 53, + "line": 55, "column": 73 } } }, "range": [ - 1953, - 1969 + 2035, + 2051 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 57 }, "end": { - "line": 53, + "line": 55, "column": 73 } } }, "range": [ - 1928, - 1969 + 2010, + 2051 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 32 }, "end": { - "line": 53, + "line": 55, "column": 73 } } }, "range": [ - 1904, - 1969 + 1986, + 2051 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 8 }, "end": { - "line": 53, + "line": 55, "column": 73 } } }, "range": [ - 1904, - 1970 + 1986, + 2052 ], "loc": { "start": { - "line": 53, + "line": 55, "column": 8 }, "end": { - "line": 53, + "line": 55, "column": 74 } }, @@ -4301,16 +4554,16 @@ "type": "Line", "value": "defines css class for close button", "range": [ - 1859, - 1895 + 1941, + 1977 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 54, "column": 44 } } @@ -4328,16 +4581,16 @@ "object": { "type": "ThisExpression", "range": [ - 1979, - 1983 + 2061, + 2065 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 8 }, "end": { - "line": 54, + "line": 56, "column": 12 } } @@ -4346,31 +4599,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 1984, - 1994 + 2066, + 2076 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 13 }, "end": { - "line": 54, + "line": 56, "column": 23 } } }, "range": [ - 1979, - 1994 + 2061, + 2076 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 8 }, "end": { - "line": 54, + "line": 56, "column": 23 } } @@ -4385,16 +4638,16 @@ "type": "Identifier", "name": "f", "range": [ - 1997, - 1998 + 2079, + 2080 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 26 }, "end": { - "line": 54, + "line": 56, "column": 27 } } @@ -4403,31 +4656,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 1999, - 2009 + 2081, + 2091 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 28 }, "end": { - "line": 54, + "line": 56, "column": 38 } } }, "range": [ - 1997, - 2009 + 2079, + 2091 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 26 }, "end": { - "line": 54, + "line": 56, "column": 38 } } @@ -4437,61 +4690,61 @@ "value": "colsVisibility.css", "raw": "'colsVisibility.css'", "range": [ - 2013, - 2033 + 2095, + 2115 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 42 }, "end": { - "line": 54, + "line": 56, "column": 62 } } }, "range": [ - 1997, - 2033 + 2079, + 2115 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 26 }, "end": { - "line": 54, + "line": 56, "column": 62 } } }, "range": [ - 1979, - 2033 + 2061, + 2115 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 8 }, "end": { - "line": 54, + "line": 56, "column": 62 } } }, "range": [ - 1979, - 2034 + 2061, + 2116 ], "loc": { "start": { - "line": 54, + "line": 56, "column": 8 }, "end": { - "line": 54, + "line": 56, "column": 63 } }, @@ -4500,16 +4753,16 @@ "type": "Line", "value": "span containing show/hide cols button", "range": [ - 2043, - 2082 + 2125, + 2164 ], "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 55, + "line": 57, "column": 47 } } @@ -4527,16 +4780,16 @@ "object": { "type": "ThisExpression", "range": [ - 2091, - 2095 + 2173, + 2177 ], "loc": { "start": { - "line": 56, + "line": 58, "column": 8 }, "end": { - "line": 56, + "line": 58, "column": 12 } } @@ -4545,31 +4798,31 @@ "type": "Identifier", "name": "prfx", "range": [ - 2096, - 2100 + 2178, + 2182 ], "loc": { "start": { - "line": 56, + "line": 58, "column": 13 }, "end": { - "line": 56, + "line": 58, "column": 17 } } }, "range": [ - 2091, - 2100 + 2173, + 2182 ], "loc": { "start": { - "line": 56, + "line": 58, "column": 8 }, "end": { - "line": 56, + "line": 58, "column": 17 } } @@ -4579,46 +4832,46 @@ "value": "colVis_", "raw": "'colVis_'", "range": [ - 2103, - 2112 + 2185, + 2194 ], "loc": { "start": { - "line": 56, + "line": 58, "column": 20 }, "end": { - "line": 56, + "line": 58, "column": 29 } } }, "range": [ - 2091, - 2112 + 2173, + 2194 ], "loc": { "start": { - "line": 56, + "line": 58, "column": 8 }, "end": { - "line": 56, + "line": 58, "column": 29 } } }, "range": [ - 2091, - 2113 + 2173, + 2195 ], "loc": { "start": { - "line": 56, + "line": 58, "column": 8 }, "end": { - "line": 56, + "line": 58, "column": 30 } }, @@ -4627,16 +4880,16 @@ "type": "Line", "value": "span containing show/hide cols button", "range": [ - 2043, - 2082 + 2125, + 2164 ], "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 55, + "line": 57, "column": 47 } } @@ -4647,16 +4900,16 @@ "type": "Line", "value": "defines css class span containing show/hide cols", "range": [ - 2122, - 2172 + 2204, + 2254 ], "loc": { "start": { - "line": 57, + "line": 59, "column": 8 }, "end": { - "line": 57, + "line": 59, "column": 58 } } @@ -4674,16 +4927,16 @@ "object": { "type": "ThisExpression", "range": [ - 2181, - 2185 + 2263, + 2267 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 12 } } @@ -4692,31 +4945,31 @@ "type": "Identifier", "name": "spanCssClass", "range": [ - 2186, - 2198 + 2268, + 2280 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 13 }, "end": { - "line": 58, + "line": 60, "column": 25 } } }, "range": [ - 2181, - 2198 + 2263, + 2280 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 25 } } @@ -4731,16 +4984,16 @@ "type": "Identifier", "name": "f", "range": [ - 2201, - 2202 + 2283, + 2284 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 28 }, "end": { - "line": 58, + "line": 60, "column": 29 } } @@ -4749,31 +5002,31 @@ "type": "Identifier", "name": "span_css_class", "range": [ - 2203, - 2217 + 2285, + 2299 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 30 }, "end": { - "line": 58, + "line": 60, "column": 44 } } }, "range": [ - 2201, - 2217 + 2283, + 2299 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 28 }, "end": { - "line": 58, + "line": 60, "column": 44 } } @@ -4783,61 +5036,61 @@ "value": "colVisSpan", "raw": "'colVisSpan'", "range": [ - 2221, - 2233 + 2303, + 2315 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 48 }, "end": { - "line": 58, + "line": 60, "column": 60 } } }, "range": [ - 2201, - 2233 + 2283, + 2315 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 28 }, "end": { - "line": 58, + "line": 60, "column": 60 } } }, "range": [ - 2181, - 2233 + 2263, + 2315 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 60 } } }, "range": [ - 2181, - 2234 + 2263, + 2316 ], "loc": { "start": { - "line": 58, + "line": 60, "column": 8 }, "end": { - "line": 58, + "line": 60, "column": 61 } }, @@ -4846,16 +5099,16 @@ "type": "Line", "value": "defines css class span containing show/hide cols", "range": [ - 2122, - 2172 + 2204, + 2254 ], "loc": { "start": { - "line": 57, + "line": 59, "column": 8 }, "end": { - "line": 57, + "line": 59, "column": 58 } } @@ -4873,16 +5126,16 @@ "object": { "type": "ThisExpression", "range": [ - 2243, - 2247 + 2325, + 2329 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 8 }, "end": { - "line": 59, + "line": 61, "column": 12 } } @@ -4891,31 +5144,31 @@ "type": "Identifier", "name": "prfxCont", "range": [ - 2248, - 2256 + 2330, + 2338 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 13 }, "end": { - "line": 59, + "line": 61, "column": 21 } } }, "range": [ - 2243, - 2256 + 2325, + 2338 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 8 }, "end": { - "line": 59, + "line": 61, "column": 21 } } @@ -4929,16 +5182,16 @@ "object": { "type": "ThisExpression", "range": [ - 2259, - 2263 + 2341, + 2345 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 24 }, "end": { - "line": 59, + "line": 61, "column": 28 } } @@ -4947,31 +5200,31 @@ "type": "Identifier", "name": "prfx", "range": [ - 2264, - 2268 + 2346, + 2350 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 29 }, "end": { - "line": 59, + "line": 61, "column": 33 } } }, "range": [ - 2259, - 2268 + 2341, + 2350 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 24 }, "end": { - "line": 59, + "line": 61, "column": 33 } } @@ -4981,61 +5234,61 @@ "value": "Cont_", "raw": "'Cont_'", "range": [ - 2271, - 2278 + 2353, + 2360 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 36 }, "end": { - "line": 59, + "line": 61, "column": 43 } } }, "range": [ - 2259, - 2278 + 2341, + 2360 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 24 }, "end": { - "line": 59, + "line": 61, "column": 43 } } }, "range": [ - 2243, - 2278 + 2325, + 2360 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 8 }, "end": { - "line": 59, + "line": 61, "column": 43 } } }, "range": [ - 2243, - 2279 + 2325, + 2361 ], "loc": { "start": { - "line": 59, + "line": 61, "column": 8 }, "end": { - "line": 59, + "line": 61, "column": 44 } }, @@ -5044,16 +5297,16 @@ "type": "Line", "value": "defines css class div containing show/hide cols", "range": [ - 2288, - 2337 + 2370, + 2419 ], "loc": { "start": { - "line": 60, + "line": 62, "column": 8 }, "end": { - "line": 60, + "line": 62, "column": 57 } } @@ -5071,16 +5324,16 @@ "object": { "type": "ThisExpression", "range": [ - 2346, - 2350 + 2428, + 2432 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 8 }, "end": { - "line": 61, + "line": 63, "column": 12 } } @@ -5089,31 +5342,31 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 2351, - 2363 + 2433, + 2445 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 13 }, "end": { - "line": 61, + "line": 63, "column": 25 } } }, "range": [ - 2346, - 2363 + 2428, + 2445 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 8 }, "end": { - "line": 61, + "line": 63, "column": 25 } } @@ -5128,16 +5381,16 @@ "type": "Identifier", "name": "f", "range": [ - 2366, - 2367 + 2448, + 2449 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 28 }, "end": { - "line": 61, + "line": 63, "column": 29 } } @@ -5146,31 +5399,31 @@ "type": "Identifier", "name": "cont_css_class", "range": [ - 2368, - 2382 + 2450, + 2464 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 30 }, "end": { - "line": 61, + "line": 63, "column": 44 } } }, "range": [ - 2366, - 2382 + 2448, + 2464 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 28 }, "end": { - "line": 61, + "line": 63, "column": 44 } } @@ -5180,61 +5433,61 @@ "value": "colVisCont", "raw": "'colVisCont'", "range": [ - 2386, - 2398 + 2468, + 2480 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 48 }, "end": { - "line": 61, + "line": 63, "column": 60 } } }, "range": [ - 2366, - 2398 + 2448, + 2480 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 28 }, "end": { - "line": 61, + "line": 63, "column": 60 } } }, "range": [ - 2346, - 2398 + 2428, + 2480 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 8 }, "end": { - "line": 61, + "line": 63, "column": 60 } } }, "range": [ - 2346, - 2399 + 2428, + 2481 ], "loc": { "start": { - "line": 61, + "line": 63, "column": 8 }, "end": { - "line": 61, + "line": 63, "column": 61 } }, @@ -5243,16 +5496,16 @@ "type": "Line", "value": "defines css class div containing show/hide cols", "range": [ - 2288, - 2337 + 2370, + 2419 ], "loc": { "start": { - "line": 60, + "line": 62, "column": 8 }, "end": { - "line": 60, + "line": 62, "column": 57 } } @@ -5263,16 +5516,16 @@ "type": "Line", "value": "defines css class for cols list (ul)", "range": [ - 2408, - 2446 + 2490, + 2528 ], "loc": { "start": { - "line": 62, + "line": 64, "column": 8 }, "end": { - "line": 62, + "line": 64, "column": 46 } } @@ -5290,16 +5543,16 @@ "object": { "type": "ThisExpression", "range": [ - 2455, - 2459 + 2537, + 2541 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 8 }, "end": { - "line": 63, + "line": 65, "column": 12 } } @@ -5308,31 +5561,31 @@ "type": "Identifier", "name": "listCssClass", "range": [ - 2460, - 2472 + 2542, + 2554 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 13 }, "end": { - "line": 63, + "line": 65, "column": 25 } } }, "range": [ - 2455, - 2472 + 2537, + 2554 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 8 }, "end": { - "line": 63, + "line": 65, "column": 25 } } @@ -5347,16 +5600,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2475, - 2478 + 2557, + 2560 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 28 }, "end": { - "line": 63, + "line": 65, "column": 31 } } @@ -5365,31 +5618,31 @@ "type": "Identifier", "name": "list_css_class", "range": [ - 2479, - 2493 + 2561, + 2575 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 32 }, "end": { - "line": 63, + "line": 65, "column": 46 } } }, "range": [ - 2475, - 2493 + 2557, + 2575 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 28 }, "end": { - "line": 63, + "line": 65, "column": 46 } } @@ -5399,61 +5652,61 @@ "value": "cols_checklist", "raw": "'cols_checklist'", "range": [ - 2497, - 2513 + 2579, + 2595 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 50 }, "end": { - "line": 63, + "line": 65, "column": 66 } } }, "range": [ - 2475, - 2513 + 2557, + 2595 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 28 }, "end": { - "line": 63, + "line": 65, "column": 66 } } }, "range": [ - 2455, - 2513 + 2537, + 2595 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 8 }, "end": { - "line": 63, + "line": 65, "column": 66 } } }, "range": [ - 2455, - 2514 + 2537, + 2596 ], "loc": { "start": { - "line": 63, + "line": 65, "column": 8 }, "end": { - "line": 63, + "line": 65, "column": 67 } }, @@ -5462,16 +5715,16 @@ "type": "Line", "value": "defines css class for cols list (ul)", "range": [ - 2408, - 2446 + 2490, + 2528 ], "loc": { "start": { - "line": 62, + "line": 64, "column": 8 }, "end": { - "line": 62, + "line": 64, "column": 46 } } @@ -5482,16 +5735,16 @@ "type": "Line", "value": "defines css class for list item (li)", "range": [ - 2523, - 2561 + 2605, + 2643 ], "loc": { "start": { - "line": 64, + "line": 66, "column": 8 }, "end": { - "line": 64, + "line": 66, "column": 46 } } @@ -5509,16 +5762,16 @@ "object": { "type": "ThisExpression", "range": [ - 2570, - 2574 + 2652, + 2656 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 8 }, "end": { - "line": 65, + "line": 67, "column": 12 } } @@ -5527,31 +5780,31 @@ "type": "Identifier", "name": "listItemCssClass", "range": [ - 2575, - 2591 + 2657, + 2673 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 13 }, "end": { - "line": 65, + "line": 67, "column": 29 } } }, "range": [ - 2570, - 2591 + 2652, + 2673 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 8 }, "end": { - "line": 65, + "line": 67, "column": 29 } } @@ -5566,16 +5819,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2594, - 2597 + 2676, + 2679 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 32 }, "end": { - "line": 65, + "line": 67, "column": 35 } } @@ -5584,31 +5837,31 @@ "type": "Identifier", "name": "checklist_item_css_class", "range": [ - 2598, - 2622 + 2680, + 2704 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 36 }, "end": { - "line": 65, + "line": 67, "column": 60 } } }, "range": [ - 2594, - 2622 + 2676, + 2704 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 32 }, "end": { - "line": 65, + "line": 67, "column": 60 } } @@ -5618,61 +5871,61 @@ "value": "cols_checklist_item", "raw": "'cols_checklist_item'", "range": [ - 2638, - 2659 + 2720, + 2741 ], "loc": { "start": { - "line": 66, + "line": 68, "column": 12 }, "end": { - "line": 66, + "line": 68, "column": 33 } } }, "range": [ - 2594, - 2659 + 2676, + 2741 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 32 }, "end": { - "line": 66, + "line": 68, "column": 33 } } }, "range": [ - 2570, - 2659 + 2652, + 2741 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 68, "column": 33 } } }, "range": [ - 2570, - 2660 + 2652, + 2742 ], "loc": { "start": { - "line": 65, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 68, "column": 34 } }, @@ -5681,16 +5934,16 @@ "type": "Line", "value": "defines css class for list item (li)", "range": [ - 2523, - 2561 + 2605, + 2643 ], "loc": { "start": { - "line": 64, + "line": 66, "column": 8 }, "end": { - "line": 64, + "line": 66, "column": 46 } } @@ -5701,16 +5954,16 @@ "type": "Line", "value": "defines css class for selected list item (li)", "range": [ - 2669, - 2716 + 2751, + 2798 ], "loc": { "start": { - "line": 67, + "line": 69, "column": 8 }, "end": { - "line": 67, + "line": 69, "column": 55 } } @@ -5728,16 +5981,16 @@ "object": { "type": "ThisExpression", "range": [ - 2725, - 2729 + 2807, + 2811 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 8 }, "end": { - "line": 68, + "line": 70, "column": 12 } } @@ -5746,31 +5999,31 @@ "type": "Identifier", "name": "listSlcItemCssClass", "range": [ - 2730, - 2749 + 2812, + 2831 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 13 }, "end": { - "line": 68, + "line": 70, "column": 32 } } }, "range": [ - 2725, - 2749 + 2807, + 2831 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 8 }, "end": { - "line": 68, + "line": 70, "column": 32 } } @@ -5785,16 +6038,16 @@ "type": "Identifier", "name": "cfg", "range": [ - 2752, - 2755 + 2834, + 2837 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 35 }, "end": { - "line": 68, + "line": 70, "column": 38 } } @@ -5803,31 +6056,31 @@ "type": "Identifier", "name": "checklist_selected_item_css_class", "range": [ - 2756, - 2789 + 2838, + 2871 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 39 }, "end": { - "line": 68, + "line": 70, "column": 72 } } }, "range": [ - 2752, - 2789 + 2834, + 2871 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 35 }, "end": { - "line": 68, + "line": 70, "column": 72 } } @@ -5837,61 +6090,61 @@ "value": "cols_checklist_slc_item", "raw": "'cols_checklist_slc_item'", "range": [ - 2805, - 2830 + 2887, + 2912 ], "loc": { "start": { - "line": 69, + "line": 71, "column": 12 }, "end": { - "line": 69, + "line": 71, "column": 37 } } }, "range": [ - 2752, - 2830 + 2834, + 2912 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 35 }, "end": { - "line": 69, + "line": 71, "column": 37 } } }, "range": [ - 2725, - 2830 + 2807, + 2912 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 8 }, "end": { - "line": 69, + "line": 71, "column": 37 } } }, "range": [ - 2725, - 2831 + 2807, + 2913 ], "loc": { "start": { - "line": 68, + "line": 70, "column": 8 }, "end": { - "line": 69, + "line": 71, "column": 38 } }, @@ -5900,16 +6153,16 @@ "type": "Line", "value": "defines css class for selected list item (li)", "range": [ - 2669, - 2716 + 2751, + 2798 ], "loc": { "start": { - "line": 67, + "line": 69, "column": 8 }, "end": { - "line": 67, + "line": 69, "column": 55 } } @@ -5920,16 +6173,16 @@ "type": "Line", "value": "text preceding columns list", "range": [ - 2840, - 2869 + 2922, + 2951 ], "loc": { "start": { - "line": 70, + "line": 72, "column": 8 }, "end": { - "line": 70, + "line": 72, "column": 37 } } @@ -5947,16 +6200,16 @@ "object": { "type": "ThisExpression", "range": [ - 2878, - 2882 + 2960, + 2964 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 8 }, "end": { - "line": 71, + "line": 73, "column": 12 } } @@ -5965,31 +6218,31 @@ "type": "Identifier", "name": "text", "range": [ - 2883, - 2887 + 2965, + 2969 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 13 }, "end": { - "line": 71, + "line": 73, "column": 17 } } }, "range": [ - 2878, - 2887 + 2960, + 2969 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 8 }, "end": { - "line": 71, + "line": 73, "column": 17 } } @@ -6004,16 +6257,16 @@ "type": "Identifier", "name": "f", "range": [ - 2890, - 2891 + 2972, + 2973 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 20 }, "end": { - "line": 71, + "line": 73, "column": 21 } } @@ -6022,31 +6275,31 @@ "type": "Identifier", "name": "text", "range": [ - 2892, - 2896 + 2974, + 2978 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 22 }, "end": { - "line": 71, + "line": 73, "column": 26 } } }, "range": [ - 2890, - 2896 + 2972, + 2978 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 20 }, "end": { - "line": 71, + "line": 73, "column": 26 } } @@ -6059,16 +6312,16 @@ "object": { "type": "ThisExpression", "range": [ - 2901, - 2905 + 2983, + 2987 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 31 }, "end": { - "line": 71, + "line": 73, "column": 35 } } @@ -6077,31 +6330,31 @@ "type": "Identifier", "name": "tickToHide", "range": [ - 2906, - 2916 + 2988, + 2998 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 36 }, "end": { - "line": 71, + "line": 73, "column": 46 } } }, "range": [ - 2901, - 2916 + 2983, + 2998 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 31 }, "end": { - "line": 71, + "line": 73, "column": 46 } } @@ -6111,16 +6364,16 @@ "value": "Hide: ", "raw": "'Hide: '", "range": [ - 2919, - 2927 + 3001, + 3009 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 49 }, "end": { - "line": 71, + "line": 73, "column": 57 } } @@ -6130,76 +6383,76 @@ "value": "Show: ", "raw": "'Show: '", "range": [ - 2930, - 2938 + 3012, + 3020 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 60 }, "end": { - "line": 71, + "line": 73, "column": 68 } } }, "range": [ - 2901, - 2938 + 2983, + 3020 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 31 }, "end": { - "line": 71, + "line": 73, "column": 68 } } }, "range": [ - 2890, - 2939 + 2972, + 3021 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 20 }, "end": { - "line": 71, + "line": 73, "column": 69 } } }, "range": [ - 2878, - 2939 + 2960, + 3021 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 8 }, "end": { - "line": 71, + "line": 73, "column": 69 } } }, "range": [ - 2878, - 2940 + 2960, + 3022 ], "loc": { "start": { - "line": 71, + "line": 73, "column": 8 }, "end": { - "line": 71, + "line": 73, "column": 70 } }, @@ -6208,16 +6461,16 @@ "type": "Line", "value": "text preceding columns list", "range": [ - 2840, - 2869 + 2922, + 2951 ], "loc": { "start": { - "line": 70, + "line": 72, "column": 8 }, "end": { - "line": 70, + "line": 72, "column": 37 } } @@ -6235,16 +6488,16 @@ "object": { "type": "ThisExpression", "range": [ - 2949, - 2953 + 3031, + 3035 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 8 }, "end": { - "line": 72, + "line": 74, "column": 12 } } @@ -6253,31 +6506,31 @@ "type": "Identifier", "name": "atStart", "range": [ - 2954, - 2961 + 3036, + 3043 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 13 }, "end": { - "line": 72, + "line": 74, "column": 20 } } }, "range": [ - 2949, - 2961 + 3031, + 3043 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 8 }, "end": { - "line": 72, + "line": 74, "column": 20 } } @@ -6292,16 +6545,16 @@ "type": "Identifier", "name": "f", "range": [ - 2964, - 2965 + 3046, + 3047 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 23 }, "end": { - "line": 72, + "line": 74, "column": 24 } } @@ -6310,31 +6563,31 @@ "type": "Identifier", "name": "at_start", "range": [ - 2966, - 2974 + 3048, + 3056 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 25 }, "end": { - "line": 72, + "line": 74, "column": 33 } } }, "range": [ - 2964, - 2974 + 3046, + 3056 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 23 }, "end": { - "line": 72, + "line": 74, "column": 33 } } @@ -6344,61 +6597,61 @@ "value": null, "raw": "null", "range": [ - 2978, - 2982 + 3060, + 3064 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 37 }, "end": { - "line": 72, + "line": 74, "column": 41 } } }, "range": [ - 2964, - 2982 + 3046, + 3064 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 23 }, "end": { - "line": 72, + "line": 74, "column": 41 } } }, "range": [ - 2949, - 2982 + 3031, + 3064 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 8 }, "end": { - "line": 72, + "line": 74, "column": 41 } } }, "range": [ - 2949, - 2983 + 3031, + 3065 ], "loc": { "start": { - "line": 72, + "line": 74, "column": 8 }, "end": { - "line": 72, + "line": 74, "column": 42 } } @@ -6414,16 +6667,16 @@ "object": { "type": "ThisExpression", "range": [ - 2992, - 2996 + 3074, + 3078 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 8 }, "end": { - "line": 73, + "line": 75, "column": 12 } } @@ -6432,31 +6685,31 @@ "type": "Identifier", "name": "enableHover", "range": [ - 2997, - 3008 + 3079, + 3090 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 13 }, "end": { - "line": 73, + "line": 75, "column": 24 } } }, "range": [ - 2992, - 3008 + 3074, + 3090 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 8 }, "end": { - "line": 73, + "line": 75, "column": 24 } } @@ -6467,16 +6720,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 3011, - 3018 + 3093, + 3100 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 27 }, "end": { - "line": 73, + "line": 75, "column": 34 } } @@ -6489,16 +6742,16 @@ "type": "Identifier", "name": "f", "range": [ - 3019, - 3020 + 3101, + 3102 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 35 }, "end": { - "line": 73, + "line": 75, "column": 36 } } @@ -6507,77 +6760,77 @@ "type": "Identifier", "name": "enable_hover", "range": [ - 3021, - 3033 + 3103, + 3115 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 37 }, "end": { - "line": 73, + "line": 75, "column": 49 } } }, "range": [ - 3019, - 3033 + 3101, + 3115 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 35 }, "end": { - "line": 73, + "line": 75, "column": 49 } } } ], "range": [ - 3011, - 3034 + 3093, + 3116 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 27 }, "end": { - "line": 73, + "line": 75, "column": 50 } } }, "range": [ - 2992, - 3034 + 3074, + 3116 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 8 }, "end": { - "line": 73, + "line": 75, "column": 50 } } }, "range": [ - 2992, - 3035 + 3074, + 3117 ], "loc": { "start": { - "line": 73, + "line": 75, "column": 8 }, "end": { - "line": 73, + "line": 75, "column": 51 } }, @@ -6586,16 +6839,16 @@ "type": "Line", "value": "enables select all option", "range": [ - 3044, - 3071 + 3126, + 3153 ], "loc": { "start": { - "line": 74, + "line": 76, "column": 8 }, "end": { - "line": 74, + "line": 76, "column": 35 } } @@ -6613,16 +6866,16 @@ "object": { "type": "ThisExpression", "range": [ - 3080, - 3084 + 3162, + 3166 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 8 }, "end": { - "line": 75, + "line": 77, "column": 12 } } @@ -6631,31 +6884,31 @@ "type": "Identifier", "name": "enableTickAll", "range": [ - 3085, - 3098 + 3167, + 3180 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 13 }, "end": { - "line": 75, + "line": 77, "column": 26 } } }, "range": [ - 3080, - 3098 + 3162, + 3180 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 8 }, "end": { - "line": 75, + "line": 77, "column": 26 } } @@ -6666,16 +6919,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 3101, - 3108 + 3183, + 3190 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 29 }, "end": { - "line": 75, + "line": 77, "column": 36 } } @@ -6688,16 +6941,16 @@ "type": "Identifier", "name": "f", "range": [ - 3109, - 3110 + 3191, + 3192 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 37 }, "end": { - "line": 75, + "line": 77, "column": 38 } } @@ -6706,77 +6959,77 @@ "type": "Identifier", "name": "enable_tick_all", "range": [ - 3111, - 3126 + 3193, + 3208 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 39 }, "end": { - "line": 75, + "line": 77, "column": 54 } } }, "range": [ - 3109, - 3126 + 3191, + 3208 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 37 }, "end": { - "line": 75, + "line": 77, "column": 54 } } } ], "range": [ - 3101, - 3127 + 3183, + 3209 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 29 }, "end": { - "line": 75, + "line": 77, "column": 55 } } }, "range": [ - 3080, - 3127 + 3162, + 3209 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 8 }, "end": { - "line": 75, + "line": 77, "column": 55 } } }, "range": [ - 3080, - 3128 + 3162, + 3210 ], "loc": { "start": { - "line": 75, + "line": 77, "column": 8 }, "end": { - "line": 75, + "line": 77, "column": 56 } }, @@ -6785,16 +7038,16 @@ "type": "Line", "value": "enables select all option", "range": [ - 3044, - 3071 + 3126, + 3153 ], "loc": { "start": { - "line": 74, + "line": 76, "column": 8 }, "end": { - "line": 74, + "line": 76, "column": 35 } } @@ -6805,16 +7058,16 @@ "type": "Line", "value": "text preceding columns list", "range": [ - 3137, - 3166 + 3219, + 3248 ], "loc": { "start": { - "line": 76, + "line": 78, "column": 8 }, "end": { - "line": 76, + "line": 78, "column": 37 } } @@ -6832,16 +7085,16 @@ "object": { "type": "ThisExpression", "range": [ - 3175, - 3179 + 3257, + 3261 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 8 }, "end": { - "line": 77, + "line": 79, "column": 12 } } @@ -6850,31 +7103,31 @@ "type": "Identifier", "name": "tickAllText", "range": [ - 3180, - 3191 + 3262, + 3273 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 13 }, "end": { - "line": 77, + "line": 79, "column": 24 } } }, "range": [ - 3175, - 3191 + 3257, + 3273 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 8 }, "end": { - "line": 77, + "line": 79, "column": 24 } } @@ -6889,16 +7142,16 @@ "type": "Identifier", "name": "f", "range": [ - 3194, - 3195 + 3276, + 3277 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 27 }, "end": { - "line": 77, + "line": 79, "column": 28 } } @@ -6907,31 +7160,31 @@ "type": "Identifier", "name": "tick_all_text", "range": [ - 3196, - 3209 + 3278, + 3291 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 29 }, "end": { - "line": 77, + "line": 79, "column": 42 } } }, "range": [ - 3194, - 3209 + 3276, + 3291 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 27 }, "end": { - "line": 77, + "line": 79, "column": 42 } } @@ -6941,61 +7194,61 @@ "value": "Select all:", "raw": "'Select all:'", "range": [ - 3213, - 3226 + 3295, + 3308 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 46 }, "end": { - "line": 77, + "line": 79, "column": 59 } } }, "range": [ - 3194, - 3226 + 3276, + 3308 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 27 }, "end": { - "line": 77, + "line": 79, "column": 59 } } }, "range": [ - 3175, - 3226 + 3257, + 3308 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 8 }, "end": { - "line": 77, + "line": 79, "column": 59 } } }, "range": [ - 3175, - 3227 + 3257, + 3309 ], "loc": { "start": { - "line": 77, + "line": 79, "column": 8 }, "end": { - "line": 77, + "line": 79, "column": 60 } }, @@ -7004,16 +7257,16 @@ "type": "Line", "value": "text preceding columns list", "range": [ - 3137, - 3166 + 3219, + 3248 ], "loc": { "start": { - "line": 76, + "line": 78, "column": 8 }, "end": { - "line": 76, + "line": 78, "column": 37 } } @@ -7024,16 +7277,16 @@ "type": "Line", "value": "array containing hidden columns indexes", "range": [ - 3237, - 3278 + 3319, + 3360 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 8 }, "end": { - "line": 79, + "line": 81, "column": 49 } } @@ -7051,16 +7304,16 @@ "object": { "type": "ThisExpression", "range": [ - 3287, - 3291 + 3369, + 3373 ], "loc": { "start": { - "line": 80, + "line": 82, "column": 8 }, "end": { - "line": 80, + "line": 82, "column": 12 } } @@ -7069,31 +7322,31 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 3292, - 3302 + 3374, + 3384 ], "loc": { "start": { - "line": 80, + "line": 82, "column": 13 }, "end": { - "line": 80, + "line": 82, "column": 23 } } }, "range": [ - 3287, - 3302 + 3369, + 3384 ], "loc": { "start": { - "line": 80, + "line": 82, "column": 8 }, "end": { - "line": 80, + "line": 82, "column": 23 } } @@ -7102,46 +7355,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 3305, - 3307 + 3387, + 3389 ], "loc": { "start": { - "line": 80, + "line": 82, "column": 26 }, "end": { - "line": 80, + "line": 82, "column": 28 } } }, "range": [ - 3287, - 3307 + 3369, + 3389 ], "loc": { "start": { - "line": 80, + "line": 82, "column": 8 }, "end": { - "line": 80, + "line": 82, "column": 28 } } }, "range": [ - 3287, - 3308 + 3369, + 3390 ], "loc": { "start": { - "line": 80, + "line": 82, "column": 8 }, "end": { - "line": 80, + "line": 82, "column": 29 } }, @@ -7150,16 +7403,16 @@ "type": "Line", "value": "array containing hidden columns indexes", "range": [ - 3237, - 3278 + 3319, + 3360 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 8 }, "end": { - "line": 79, + "line": 81, "column": 49 } } @@ -7177,16 +7430,16 @@ "object": { "type": "ThisExpression", "range": [ - 3317, - 3321 + 3399, + 3403 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 8 }, "end": { - "line": 81, + "line": 83, "column": 12 } } @@ -7195,31 +7448,31 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 3322, - 3334 + 3404, + 3416 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 13 }, "end": { - "line": 81, + "line": 83, "column": 25 } } }, "range": [ - 3317, - 3334 + 3399, + 3416 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 8 }, "end": { - "line": 81, + "line": 83, "column": 25 } } @@ -7239,16 +7492,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 3338, - 3341 + 3420, + 3423 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 29 }, "end": { - "line": 81, + "line": 83, "column": 32 } } @@ -7257,31 +7510,31 @@ "type": "Identifier", "name": "tag", "range": [ - 3342, - 3345 + 3424, + 3427 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 33 }, "end": { - "line": 81, + "line": 83, "column": 36 } } }, "range": [ - 3338, - 3345 + 3420, + 3427 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 29 }, "end": { - "line": 81, + "line": 83, "column": 36 } } @@ -7294,16 +7547,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3346, - 3348 + 3428, + 3430 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 37 }, "end": { - "line": 81, + "line": 83, "column": 39 } } @@ -7312,31 +7565,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3349, - 3352 + 3431, + 3434 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 40 }, "end": { - "line": 81, + "line": 83, "column": 43 } } }, "range": [ - 3346, - 3352 + 3428, + 3434 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 37 }, "end": { - "line": 81, + "line": 83, "column": 43 } } @@ -7346,32 +7599,32 @@ "value": "col", "raw": "'col'", "range": [ - 3354, - 3359 + 3436, + 3441 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 45 }, "end": { - "line": 81, + "line": 83, "column": 50 } } } ], "range": [ - 3338, - 3360 + 3420, + 3442 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 29 }, "end": { - "line": 81, + "line": 83, "column": 51 } } @@ -7380,31 +7633,31 @@ "type": "Identifier", "name": "length", "range": [ - 3361, - 3367 + 3443, + 3449 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 52 }, "end": { - "line": 81, + "line": 83, "column": 58 } } }, "range": [ - 3338, - 3367 + 3420, + 3449 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 29 }, "end": { - "line": 81, + "line": 83, "column": 58 } } @@ -7414,61 +7667,61 @@ "value": 0, "raw": "0", "range": [ - 3370, - 3371 + 3452, + 3453 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 61 }, "end": { - "line": 81, + "line": 83, "column": 62 } } }, "range": [ - 3338, - 3371 + 3420, + 3453 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 29 }, "end": { - "line": 81, + "line": 83, "column": 62 } } }, "range": [ - 3317, - 3372 + 3399, + 3454 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 8 }, "end": { - "line": 81, + "line": 83, "column": 63 } } }, "range": [ - 3317, - 3373 + 3399, + 3455 ], "loc": { "start": { - "line": 81, + "line": 83, "column": 8 }, "end": { - "line": 81, + "line": 83, "column": 64 } }, @@ -7477,16 +7730,16 @@ "type": "Line", "value": "callback invoked just after cols manager is loaded", "range": [ - 3383, - 3435 + 3465, + 3517 ], "loc": { "start": { - "line": 83, + "line": 85, "column": 8 }, "end": { - "line": 83, + "line": 85, "column": 60 } } @@ -7504,16 +7757,16 @@ "object": { "type": "ThisExpression", "range": [ - 3444, - 3448 + 3526, + 3530 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 8 }, "end": { - "line": 84, + "line": 86, "column": 12 } } @@ -7522,31 +7775,31 @@ "type": "Identifier", "name": "onLoaded", "range": [ - 3449, - 3457 + 3531, + 3539 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 13 }, "end": { - "line": 84, + "line": 86, "column": 21 } } }, "range": [ - 3444, - 3457 + 3526, + 3539 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 8 }, "end": { - "line": 84, + "line": 86, "column": 21 } } @@ -7562,16 +7815,16 @@ "type": "Identifier", "name": "Types", "range": [ - 3460, - 3465 + 3542, + 3547 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 24 }, "end": { - "line": 84, + "line": 86, "column": 29 } } @@ -7580,31 +7833,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 3466, - 3470 + 3548, + 3552 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 30 }, "end": { - "line": 84, + "line": 86, "column": 34 } } }, "range": [ - 3460, - 3470 + 3542, + 3552 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 24 }, "end": { - "line": 84, + "line": 86, "column": 34 } } @@ -7617,16 +7870,16 @@ "type": "Identifier", "name": "f", "range": [ - 3471, - 3472 + 3553, + 3554 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 35 }, "end": { - "line": 84, + "line": 86, "column": 36 } } @@ -7635,47 +7888,47 @@ "type": "Identifier", "name": "on_loaded", "range": [ - 3473, - 3482 + 3555, + 3564 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 37 }, "end": { - "line": 84, + "line": 86, "column": 46 } } }, "range": [ - 3471, - 3482 + 3553, + 3564 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 35 }, "end": { - "line": 84, + "line": 86, "column": 46 } } } ], "range": [ - 3460, - 3483 + 3542, + 3565 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 24 }, "end": { - "line": 84, + "line": 86, "column": 47 } } @@ -7687,16 +7940,16 @@ "type": "Identifier", "name": "f", "range": [ - 3486, - 3487 + 3568, + 3569 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 50 }, "end": { - "line": 84, + "line": 86, "column": 51 } } @@ -7705,31 +7958,31 @@ "type": "Identifier", "name": "on_loaded", "range": [ - 3488, - 3497 + 3570, + 3579 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 52 }, "end": { - "line": 84, + "line": 86, "column": 61 } } }, "range": [ - 3486, - 3497 + 3568, + 3579 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 50 }, "end": { - "line": 84, + "line": 86, "column": 61 } } @@ -7739,61 +7992,61 @@ "value": null, "raw": "null", "range": [ - 3500, - 3504 + 3582, + 3586 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 64 }, "end": { - "line": 84, + "line": 86, "column": 68 } } }, "range": [ - 3460, - 3504 + 3542, + 3586 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 24 }, "end": { - "line": 84, + "line": 86, "column": 68 } } }, "range": [ - 3444, - 3504 + 3526, + 3586 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 8 }, "end": { - "line": 84, + "line": 86, "column": 68 } } }, "range": [ - 3444, - 3505 + 3526, + 3587 ], "loc": { "start": { - "line": 84, + "line": 86, "column": 8 }, "end": { - "line": 84, + "line": 86, "column": 69 } }, @@ -7802,16 +8055,16 @@ "type": "Line", "value": "callback invoked just after cols manager is loaded", "range": [ - 3383, - 3435 + 3465, + 3517 ], "loc": { "start": { - "line": 83, + "line": 85, "column": 8 }, "end": { - "line": 83, + "line": 85, "column": 60 } } @@ -7822,16 +8075,16 @@ "type": "Line", "value": "calls function before cols manager is opened", "range": [ - 3514, - 3560 + 3596, + 3642 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 8 }, "end": { - "line": 85, + "line": 87, "column": 54 } } @@ -7849,16 +8102,16 @@ "object": { "type": "ThisExpression", "range": [ - 3569, - 3573 + 3651, + 3655 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 8 }, "end": { - "line": 86, + "line": 88, "column": 12 } } @@ -7867,31 +8120,31 @@ "type": "Identifier", "name": "onBeforeOpen", "range": [ - 3574, - 3586 + 3656, + 3668 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 13 }, "end": { - "line": 86, + "line": 88, "column": 25 } } }, "range": [ - 3569, - 3586 + 3651, + 3668 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 8 }, "end": { - "line": 86, + "line": 88, "column": 25 } } @@ -7907,16 +8160,16 @@ "type": "Identifier", "name": "Types", "range": [ - 3589, - 3594 + 3671, + 3676 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 28 }, "end": { - "line": 86, + "line": 88, "column": 33 } } @@ -7925,31 +8178,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 3595, - 3599 + 3677, + 3681 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 34 }, "end": { - "line": 86, + "line": 88, "column": 38 } } }, "range": [ - 3589, - 3599 + 3671, + 3681 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 28 }, "end": { - "line": 86, + "line": 88, "column": 38 } } @@ -7962,16 +8215,16 @@ "type": "Identifier", "name": "f", "range": [ - 3600, - 3601 + 3682, + 3683 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 39 }, "end": { - "line": 86, + "line": 88, "column": 40 } } @@ -7980,47 +8233,47 @@ "type": "Identifier", "name": "on_before_open", "range": [ - 3602, - 3616 + 3684, + 3698 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 41 }, "end": { - "line": 86, + "line": 88, "column": 55 } } }, "range": [ - 3600, - 3616 + 3682, + 3698 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 39 }, "end": { - "line": 86, + "line": 88, "column": 55 } } } ], "range": [ - 3589, - 3617 + 3671, + 3699 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 28 }, "end": { - "line": 86, + "line": 88, "column": 56 } } @@ -8032,16 +8285,16 @@ "type": "Identifier", "name": "f", "range": [ - 3632, - 3633 + 3714, + 3715 ], "loc": { "start": { - "line": 87, + "line": 89, "column": 12 }, "end": { - "line": 87, + "line": 89, "column": 13 } } @@ -8050,31 +8303,31 @@ "type": "Identifier", "name": "on_before_open", "range": [ - 3634, - 3648 + 3716, + 3730 ], "loc": { "start": { - "line": 87, + "line": 89, "column": 14 }, "end": { - "line": 87, + "line": 89, "column": 28 } } }, "range": [ - 3632, - 3648 + 3714, + 3730 ], "loc": { "start": { - "line": 87, + "line": 89, "column": 12 }, "end": { - "line": 87, + "line": 89, "column": 28 } } @@ -8084,61 +8337,61 @@ "value": null, "raw": "null", "range": [ - 3651, - 3655 + 3733, + 3737 ], "loc": { "start": { - "line": 87, + "line": 89, "column": 31 }, "end": { - "line": 87, + "line": 89, "column": 35 } } }, "range": [ - 3589, - 3655 + 3671, + 3737 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 28 }, "end": { - "line": 87, + "line": 89, "column": 35 } } }, "range": [ - 3569, - 3655 + 3651, + 3737 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 89, "column": 35 } } }, "range": [ - 3569, - 3656 + 3651, + 3738 ], "loc": { "start": { - "line": 86, + "line": 88, "column": 8 }, "end": { - "line": 87, + "line": 89, "column": 36 } }, @@ -8147,16 +8400,16 @@ "type": "Line", "value": "calls function before cols manager is opened", "range": [ - 3514, - 3560 + 3596, + 3642 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 8 }, "end": { - "line": 85, + "line": 87, "column": 54 } } @@ -8167,16 +8420,16 @@ "type": "Line", "value": "calls function after cols manager is opened", "range": [ - 3665, - 3710 + 3747, + 3792 ], "loc": { "start": { - "line": 88, + "line": 90, "column": 8 }, "end": { - "line": 88, + "line": 90, "column": 53 } } @@ -8194,16 +8447,16 @@ "object": { "type": "ThisExpression", "range": [ - 3719, - 3723 + 3801, + 3805 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 8 }, "end": { - "line": 89, + "line": 91, "column": 12 } } @@ -8212,31 +8465,31 @@ "type": "Identifier", "name": "onAfterOpen", "range": [ - 3724, - 3735 + 3806, + 3817 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 13 }, "end": { - "line": 89, + "line": 91, "column": 24 } } }, "range": [ - 3719, - 3735 + 3801, + 3817 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 8 }, "end": { - "line": 89, + "line": 91, "column": 24 } } @@ -8252,16 +8505,16 @@ "type": "Identifier", "name": "Types", "range": [ - 3738, - 3743 + 3820, + 3825 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 27 }, "end": { - "line": 89, + "line": 91, "column": 32 } } @@ -8270,31 +8523,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 3744, - 3748 + 3826, + 3830 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 33 }, "end": { - "line": 89, + "line": 91, "column": 37 } } }, "range": [ - 3738, - 3748 + 3820, + 3830 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 27 }, "end": { - "line": 89, + "line": 91, "column": 37 } } @@ -8307,16 +8560,16 @@ "type": "Identifier", "name": "f", "range": [ - 3749, - 3750 + 3831, + 3832 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 38 }, "end": { - "line": 89, + "line": 91, "column": 39 } } @@ -8325,47 +8578,47 @@ "type": "Identifier", "name": "on_after_open", "range": [ - 3751, - 3764 + 3833, + 3846 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 40 }, "end": { - "line": 89, + "line": 91, "column": 53 } } }, "range": [ - 3749, - 3764 + 3831, + 3846 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 38 }, "end": { - "line": 89, + "line": 91, "column": 53 } } } ], "range": [ - 3738, - 3765 + 3820, + 3847 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 27 }, "end": { - "line": 89, + "line": 91, "column": 54 } } @@ -8377,16 +8630,16 @@ "type": "Identifier", "name": "f", "range": [ - 3768, - 3769 + 3850, + 3851 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 57 }, "end": { - "line": 89, + "line": 91, "column": 58 } } @@ -8395,31 +8648,31 @@ "type": "Identifier", "name": "on_after_open", "range": [ - 3770, - 3783 + 3852, + 3865 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 59 }, "end": { - "line": 89, + "line": 91, "column": 72 } } }, "range": [ - 3768, - 3783 + 3850, + 3865 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 57 }, "end": { - "line": 89, + "line": 91, "column": 72 } } @@ -8429,61 +8682,61 @@ "value": null, "raw": "null", "range": [ - 3786, - 3790 + 3868, + 3872 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 75 }, "end": { - "line": 89, + "line": 91, "column": 79 } } }, "range": [ - 3738, - 3790 + 3820, + 3872 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 27 }, "end": { - "line": 89, + "line": 91, "column": 79 } } }, "range": [ - 3719, - 3790 + 3801, + 3872 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 8 }, "end": { - "line": 89, + "line": 91, "column": 79 } } }, "range": [ - 3719, - 3791 + 3801, + 3873 ], "loc": { "start": { - "line": 89, + "line": 91, "column": 8 }, "end": { - "line": 89, + "line": 91, "column": 80 } }, @@ -8492,16 +8745,16 @@ "type": "Line", "value": "calls function after cols manager is opened", "range": [ - 3665, - 3710 + 3747, + 3792 ], "loc": { "start": { - "line": 88, + "line": 90, "column": 8 }, "end": { - "line": 88, + "line": 90, "column": 53 } } @@ -8512,16 +8765,16 @@ "type": "Line", "value": "calls function before cols manager is closed", "range": [ - 3800, - 3846 + 3882, + 3928 ], "loc": { "start": { - "line": 90, + "line": 92, "column": 8 }, "end": { - "line": 90, + "line": 92, "column": 54 } } @@ -8539,16 +8792,16 @@ "object": { "type": "ThisExpression", "range": [ - 3855, - 3859 + 3937, + 3941 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 8 }, "end": { - "line": 91, + "line": 93, "column": 12 } } @@ -8557,31 +8810,31 @@ "type": "Identifier", "name": "onBeforeClose", "range": [ - 3860, - 3873 + 3942, + 3955 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 13 }, "end": { - "line": 91, + "line": 93, "column": 26 } } }, "range": [ - 3855, - 3873 + 3937, + 3955 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 8 }, "end": { - "line": 91, + "line": 93, "column": 26 } } @@ -8597,16 +8850,16 @@ "type": "Identifier", "name": "Types", "range": [ - 3876, - 3881 + 3958, + 3963 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 29 }, "end": { - "line": 91, + "line": 93, "column": 34 } } @@ -8615,31 +8868,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 3882, - 3886 + 3964, + 3968 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 35 }, "end": { - "line": 91, + "line": 93, "column": 39 } } }, "range": [ - 3876, - 3886 + 3958, + 3968 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 29 }, "end": { - "line": 91, + "line": 93, "column": 39 } } @@ -8652,16 +8905,16 @@ "type": "Identifier", "name": "f", "range": [ - 3887, - 3888 + 3969, + 3970 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 40 }, "end": { - "line": 91, + "line": 93, "column": 41 } } @@ -8670,47 +8923,47 @@ "type": "Identifier", "name": "on_before_close", "range": [ - 3889, - 3904 + 3971, + 3986 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 42 }, "end": { - "line": 91, + "line": 93, "column": 57 } } }, "range": [ - 3887, - 3904 + 3969, + 3986 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 40 }, "end": { - "line": 91, + "line": 93, "column": 57 } } } ], "range": [ - 3876, - 3905 + 3958, + 3987 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 29 }, "end": { - "line": 91, + "line": 93, "column": 58 } } @@ -8722,16 +8975,16 @@ "type": "Identifier", "name": "f", "range": [ - 3920, - 3921 + 4002, + 4003 ], "loc": { "start": { - "line": 92, + "line": 94, "column": 12 }, "end": { - "line": 92, + "line": 94, "column": 13 } } @@ -8740,31 +8993,31 @@ "type": "Identifier", "name": "on_before_close", "range": [ - 3922, - 3937 + 4004, + 4019 ], "loc": { "start": { - "line": 92, + "line": 94, "column": 14 }, "end": { - "line": 92, + "line": 94, "column": 29 } } }, "range": [ - 3920, - 3937 + 4002, + 4019 ], "loc": { "start": { - "line": 92, + "line": 94, "column": 12 }, "end": { - "line": 92, + "line": 94, "column": 29 } } @@ -8774,61 +9027,61 @@ "value": null, "raw": "null", "range": [ - 3940, - 3944 + 4022, + 4026 ], "loc": { "start": { - "line": 92, + "line": 94, "column": 32 }, "end": { - "line": 92, + "line": 94, "column": 36 } } }, "range": [ - 3876, - 3944 + 3958, + 4026 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 29 }, "end": { - "line": 92, + "line": 94, "column": 36 } } }, "range": [ - 3855, - 3944 + 3937, + 4026 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 8 }, "end": { - "line": 92, + "line": 94, "column": 36 } } }, "range": [ - 3855, - 3945 + 3937, + 4027 ], "loc": { "start": { - "line": 91, + "line": 93, "column": 8 }, "end": { - "line": 92, + "line": 94, "column": 37 } }, @@ -8837,16 +9090,16 @@ "type": "Line", "value": "calls function before cols manager is closed", "range": [ - 3800, - 3846 + 3882, + 3928 ], "loc": { "start": { - "line": 90, + "line": 92, "column": 8 }, "end": { - "line": 90, + "line": 92, "column": 54 } } @@ -8857,16 +9110,16 @@ "type": "Line", "value": "calls function after cols manager is closed", "range": [ - 3954, - 3999 + 4036, + 4081 ], "loc": { "start": { - "line": 93, + "line": 95, "column": 8 }, "end": { - "line": 93, + "line": 95, "column": 53 } } @@ -8884,16 +9137,16 @@ "object": { "type": "ThisExpression", "range": [ - 4008, - 4012 + 4090, + 4094 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 8 }, "end": { - "line": 94, + "line": 96, "column": 12 } } @@ -8902,31 +9155,31 @@ "type": "Identifier", "name": "onAfterClose", "range": [ - 4013, - 4025 + 4095, + 4107 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 13 }, "end": { - "line": 94, + "line": 96, "column": 25 } } }, "range": [ - 4008, - 4025 + 4090, + 4107 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 8 }, "end": { - "line": 94, + "line": 96, "column": 25 } } @@ -8942,16 +9195,16 @@ "type": "Identifier", "name": "Types", "range": [ - 4028, - 4033 + 4110, + 4115 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 28 }, "end": { - "line": 94, + "line": 96, "column": 33 } } @@ -8960,31 +9213,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 4034, - 4038 + 4116, + 4120 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 34 }, "end": { - "line": 94, + "line": 96, "column": 38 } } }, "range": [ - 4028, - 4038 + 4110, + 4120 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 28 }, "end": { - "line": 94, + "line": 96, "column": 38 } } @@ -8997,16 +9250,16 @@ "type": "Identifier", "name": "f", "range": [ - 4039, - 4040 + 4121, + 4122 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 39 }, "end": { - "line": 94, + "line": 96, "column": 40 } } @@ -9015,47 +9268,47 @@ "type": "Identifier", "name": "on_after_close", "range": [ - 4041, - 4055 + 4123, + 4137 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 41 }, "end": { - "line": 94, + "line": 96, "column": 55 } } }, "range": [ - 4039, - 4055 + 4121, + 4137 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 39 }, "end": { - "line": 94, + "line": 96, "column": 55 } } } ], "range": [ - 4028, - 4056 + 4110, + 4138 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 28 }, "end": { - "line": 94, + "line": 96, "column": 56 } } @@ -9067,16 +9320,16 @@ "type": "Identifier", "name": "f", "range": [ - 4071, - 4072 + 4153, + 4154 ], "loc": { "start": { - "line": 95, + "line": 97, "column": 12 }, "end": { - "line": 95, + "line": 97, "column": 13 } } @@ -9085,31 +9338,31 @@ "type": "Identifier", "name": "on_after_close", "range": [ - 4073, - 4087 + 4155, + 4169 ], "loc": { "start": { - "line": 95, + "line": 97, "column": 14 }, "end": { - "line": 95, + "line": 97, "column": 28 } } }, "range": [ - 4071, - 4087 + 4153, + 4169 ], "loc": { "start": { - "line": 95, + "line": 97, "column": 12 }, "end": { - "line": 95, + "line": 97, "column": 28 } } @@ -9119,61 +9372,61 @@ "value": null, "raw": "null", "range": [ - 4090, - 4094 + 4172, + 4176 ], "loc": { "start": { - "line": 95, + "line": 97, "column": 31 }, "end": { - "line": 95, + "line": 97, "column": 35 } } }, "range": [ - 4028, - 4094 + 4110, + 4176 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 28 }, "end": { - "line": 95, + "line": 97, "column": 35 } } }, "range": [ - 4008, - 4094 + 4090, + 4176 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 97, "column": 35 } } }, "range": [ - 4008, - 4095 + 4090, + 4177 ], "loc": { "start": { - "line": 94, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 97, "column": 36 } }, @@ -9182,16 +9435,16 @@ "type": "Line", "value": "calls function after cols manager is closed", "range": [ - 3954, - 3999 + 4036, + 4081 ], "loc": { "start": { - "line": 93, + "line": 95, "column": 8 }, "end": { - "line": 93, + "line": 95, "column": 53 } } @@ -9202,16 +9455,16 @@ "type": "Line", "value": "callback before col is hidden", "range": [ - 4105, - 4136 + 4187, + 4218 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 8 }, "end": { - "line": 97, + "line": 99, "column": 39 } } @@ -9229,16 +9482,16 @@ "object": { "type": "ThisExpression", "range": [ - 4145, - 4149 + 4227, + 4231 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 8 }, "end": { - "line": 98, + "line": 100, "column": 12 } } @@ -9247,31 +9500,31 @@ "type": "Identifier", "name": "onBeforeColHidden", "range": [ - 4150, - 4167 + 4232, + 4249 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 13 }, "end": { - "line": 98, + "line": 100, "column": 30 } } }, "range": [ - 4145, - 4167 + 4227, + 4249 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 8 }, "end": { - "line": 98, + "line": 100, "column": 30 } } @@ -9287,16 +9540,16 @@ "type": "Identifier", "name": "Types", "range": [ - 4170, - 4175 + 4252, + 4257 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 33 }, "end": { - "line": 98, + "line": 100, "column": 38 } } @@ -9305,31 +9558,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 4176, - 4180 + 4258, + 4262 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 39 }, "end": { - "line": 98, + "line": 100, "column": 43 } } }, "range": [ - 4170, - 4180 + 4252, + 4262 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 33 }, "end": { - "line": 98, + "line": 100, "column": 43 } } @@ -9342,16 +9595,16 @@ "type": "Identifier", "name": "f", "range": [ - 4181, - 4182 + 4263, + 4264 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 44 }, "end": { - "line": 98, + "line": 100, "column": 45 } } @@ -9360,47 +9613,47 @@ "type": "Identifier", "name": "on_before_col_hidden", "range": [ - 4183, - 4203 + 4265, + 4285 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 46 }, "end": { - "line": 98, + "line": 100, "column": 66 } } }, "range": [ - 4181, - 4203 + 4263, + 4285 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 44 }, "end": { - "line": 98, + "line": 100, "column": 66 } } } ], "range": [ - 4170, - 4204 + 4252, + 4286 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 33 }, "end": { - "line": 98, + "line": 100, "column": 67 } } @@ -9412,16 +9665,16 @@ "type": "Identifier", "name": "f", "range": [ - 4219, - 4220 + 4301, + 4302 ], "loc": { "start": { - "line": 99, + "line": 101, "column": 12 }, "end": { - "line": 99, + "line": 101, "column": 13 } } @@ -9430,31 +9683,31 @@ "type": "Identifier", "name": "on_before_col_hidden", "range": [ - 4221, - 4241 + 4303, + 4323 ], "loc": { "start": { - "line": 99, + "line": 101, "column": 14 }, "end": { - "line": 99, + "line": 101, "column": 34 } } }, "range": [ - 4219, - 4241 + 4301, + 4323 ], "loc": { "start": { - "line": 99, + "line": 101, "column": 12 }, "end": { - "line": 99, + "line": 101, "column": 34 } } @@ -9464,61 +9717,61 @@ "value": null, "raw": "null", "range": [ - 4244, - 4248 + 4326, + 4330 ], "loc": { "start": { - "line": 99, + "line": 101, "column": 37 }, "end": { - "line": 99, + "line": 101, "column": 41 } } }, "range": [ - 4170, - 4248 + 4252, + 4330 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 33 }, "end": { - "line": 99, + "line": 101, "column": 41 } } }, "range": [ - 4145, - 4248 + 4227, + 4330 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 101, "column": 41 } } }, "range": [ - 4145, - 4249 + 4227, + 4331 ], "loc": { "start": { - "line": 98, + "line": 100, "column": 8 }, "end": { - "line": 99, + "line": 101, "column": 42 } }, @@ -9527,16 +9780,16 @@ "type": "Line", "value": "callback before col is hidden", "range": [ - 4105, - 4136 + 4187, + 4218 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 8 }, "end": { - "line": 97, + "line": 99, "column": 39 } } @@ -9547,16 +9800,16 @@ "type": "Line", "value": "callback after col is hidden", "range": [ - 4258, - 4288 + 4340, + 4370 ], "loc": { "start": { - "line": 100, + "line": 102, "column": 8 }, "end": { - "line": 100, + "line": 102, "column": 38 } } @@ -9574,16 +9827,16 @@ "object": { "type": "ThisExpression", "range": [ - 4297, - 4301 + 4379, + 4383 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 8 }, "end": { - "line": 101, + "line": 103, "column": 12 } } @@ -9592,31 +9845,31 @@ "type": "Identifier", "name": "onAfterColHidden", "range": [ - 4302, - 4318 + 4384, + 4400 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 13 }, "end": { - "line": 101, + "line": 103, "column": 29 } } }, "range": [ - 4297, - 4318 + 4379, + 4400 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 8 }, "end": { - "line": 101, + "line": 103, "column": 29 } } @@ -9632,16 +9885,16 @@ "type": "Identifier", "name": "Types", "range": [ - 4321, - 4326 + 4403, + 4408 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 32 }, "end": { - "line": 101, + "line": 103, "column": 37 } } @@ -9650,31 +9903,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 4327, - 4331 + 4409, + 4413 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 38 }, "end": { - "line": 101, + "line": 103, "column": 42 } } }, "range": [ - 4321, - 4331 + 4403, + 4413 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 32 }, "end": { - "line": 101, + "line": 103, "column": 42 } } @@ -9687,16 +9940,16 @@ "type": "Identifier", "name": "f", "range": [ - 4332, - 4333 + 4414, + 4415 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 43 }, "end": { - "line": 101, + "line": 103, "column": 44 } } @@ -9705,47 +9958,47 @@ "type": "Identifier", "name": "on_after_col_hidden", "range": [ - 4334, - 4353 + 4416, + 4435 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 45 }, "end": { - "line": 101, + "line": 103, "column": 64 } } }, "range": [ - 4332, - 4353 + 4414, + 4435 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 43 }, "end": { - "line": 101, + "line": 103, "column": 64 } } } ], "range": [ - 4321, - 4354 + 4403, + 4436 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 32 }, "end": { - "line": 101, + "line": 103, "column": 65 } } @@ -9757,16 +10010,16 @@ "type": "Identifier", "name": "f", "range": [ - 4369, - 4370 + 4451, + 4452 ], "loc": { "start": { - "line": 102, + "line": 104, "column": 12 }, "end": { - "line": 102, + "line": 104, "column": 13 } } @@ -9775,31 +10028,31 @@ "type": "Identifier", "name": "on_after_col_hidden", "range": [ - 4371, - 4390 + 4453, + 4472 ], "loc": { "start": { - "line": 102, + "line": 104, "column": 14 }, "end": { - "line": 102, + "line": 104, "column": 33 } } }, "range": [ - 4369, - 4390 + 4451, + 4472 ], "loc": { "start": { - "line": 102, + "line": 104, "column": 12 }, "end": { - "line": 102, + "line": 104, "column": 33 } } @@ -9809,61 +10062,61 @@ "value": null, "raw": "null", "range": [ - 4393, - 4397 + 4475, + 4479 ], "loc": { "start": { - "line": 102, + "line": 104, "column": 36 }, "end": { - "line": 102, + "line": 104, "column": 40 } } }, "range": [ - 4321, - 4397 + 4403, + 4479 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 32 }, "end": { - "line": 102, + "line": 104, "column": 40 } } }, "range": [ - 4297, - 4397 + 4379, + 4479 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 104, "column": 40 } } }, "range": [ - 4297, - 4398 + 4379, + 4480 ], "loc": { "start": { - "line": 101, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 104, "column": 41 } }, @@ -9872,16 +10125,16 @@ "type": "Line", "value": "callback after col is hidden", "range": [ - 4258, - 4288 + 4340, + 4370 ], "loc": { "start": { - "line": 100, + "line": 102, "column": 8 }, "end": { - "line": 100, + "line": 102, "column": 38 } } @@ -9892,16 +10145,16 @@ "type": "Line", "value": "callback before col is displayed", "range": [ - 4407, - 4441 + 4489, + 4523 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 8 }, "end": { - "line": 103, + "line": 105, "column": 42 } } @@ -9919,16 +10172,16 @@ "object": { "type": "ThisExpression", "range": [ - 4450, - 4454 + 4532, + 4536 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 8 }, "end": { - "line": 104, + "line": 106, "column": 12 } } @@ -9937,31 +10190,31 @@ "type": "Identifier", "name": "onBeforeColDisplayed", "range": [ - 4455, - 4475 + 4537, + 4557 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 13 }, "end": { - "line": 104, + "line": 106, "column": 33 } } }, "range": [ - 4450, - 4475 + 4532, + 4557 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 8 }, "end": { - "line": 104, + "line": 106, "column": 33 } } @@ -9977,16 +10230,16 @@ "type": "Identifier", "name": "Types", "range": [ - 4478, - 4483 + 4560, + 4565 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 36 }, "end": { - "line": 104, + "line": 106, "column": 41 } } @@ -9995,31 +10248,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 4484, - 4488 + 4566, + 4570 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 42 }, "end": { - "line": 104, + "line": 106, "column": 46 } } }, "range": [ - 4478, - 4488 + 4560, + 4570 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 36 }, "end": { - "line": 104, + "line": 106, "column": 46 } } @@ -10032,16 +10285,16 @@ "type": "Identifier", "name": "f", "range": [ - 4489, - 4490 + 4571, + 4572 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 47 }, "end": { - "line": 104, + "line": 106, "column": 48 } } @@ -10050,47 +10303,47 @@ "type": "Identifier", "name": "on_before_col_displayed", "range": [ - 4491, - 4514 + 4573, + 4596 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 49 }, "end": { - "line": 104, + "line": 106, "column": 72 } } }, "range": [ - 4489, - 4514 + 4571, + 4596 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 47 }, "end": { - "line": 104, + "line": 106, "column": 72 } } } ], "range": [ - 4478, - 4515 + 4560, + 4597 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 36 }, "end": { - "line": 104, + "line": 106, "column": 73 } } @@ -10102,16 +10355,16 @@ "type": "Identifier", "name": "f", "range": [ - 4530, - 4531 + 4612, + 4613 ], "loc": { "start": { - "line": 105, + "line": 107, "column": 12 }, "end": { - "line": 105, + "line": 107, "column": 13 } } @@ -10120,31 +10373,31 @@ "type": "Identifier", "name": "on_before_col_displayed", "range": [ - 4532, - 4555 + 4614, + 4637 ], "loc": { "start": { - "line": 105, + "line": 107, "column": 14 }, "end": { - "line": 105, + "line": 107, "column": 37 } } }, "range": [ - 4530, - 4555 + 4612, + 4637 ], "loc": { "start": { - "line": 105, + "line": 107, "column": 12 }, "end": { - "line": 105, + "line": 107, "column": 37 } } @@ -10154,61 +10407,61 @@ "value": null, "raw": "null", "range": [ - 4558, - 4562 + 4640, + 4644 ], "loc": { "start": { - "line": 105, + "line": 107, "column": 40 }, "end": { - "line": 105, + "line": 107, "column": 44 } } }, "range": [ - 4478, - 4562 + 4560, + 4644 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 36 }, "end": { - "line": 105, + "line": 107, "column": 44 } } }, "range": [ - 4450, - 4562 + 4532, + 4644 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 8 }, "end": { - "line": 105, + "line": 107, "column": 44 } } }, "range": [ - 4450, - 4563 + 4532, + 4645 ], "loc": { "start": { - "line": 104, + "line": 106, "column": 8 }, "end": { - "line": 105, + "line": 107, "column": 45 } }, @@ -10217,16 +10470,16 @@ "type": "Line", "value": "callback before col is displayed", "range": [ - 4407, - 4441 + 4489, + 4523 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 8 }, "end": { - "line": 103, + "line": 105, "column": 42 } } @@ -10237,16 +10490,16 @@ "type": "Line", "value": "callback after col is displayed", "range": [ - 4572, - 4605 + 4654, + 4687 ], "loc": { "start": { - "line": 106, + "line": 108, "column": 8 }, "end": { - "line": 106, + "line": 108, "column": 41 } } @@ -10264,16 +10517,16 @@ "object": { "type": "ThisExpression", "range": [ - 4614, - 4618 + 4696, + 4700 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 8 }, "end": { - "line": 107, + "line": 109, "column": 12 } } @@ -10282,31 +10535,31 @@ "type": "Identifier", "name": "onAfterColDisplayed", "range": [ - 4619, - 4638 + 4701, + 4720 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 13 }, "end": { - "line": 107, + "line": 109, "column": 32 } } }, "range": [ - 4614, - 4638 + 4696, + 4720 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 8 }, "end": { - "line": 107, + "line": 109, "column": 32 } } @@ -10322,16 +10575,16 @@ "type": "Identifier", "name": "Types", "range": [ - 4641, - 4646 + 4723, + 4728 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 35 }, "end": { - "line": 107, + "line": 109, "column": 40 } } @@ -10340,31 +10593,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 4647, - 4651 + 4729, + 4733 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 41 }, "end": { - "line": 107, + "line": 109, "column": 45 } } }, "range": [ - 4641, - 4651 + 4723, + 4733 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 35 }, "end": { - "line": 107, + "line": 109, "column": 45 } } @@ -10377,16 +10630,16 @@ "type": "Identifier", "name": "f", "range": [ - 4652, - 4653 + 4734, + 4735 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 46 }, "end": { - "line": 107, + "line": 109, "column": 47 } } @@ -10395,47 +10648,47 @@ "type": "Identifier", "name": "on_after_col_displayed", "range": [ - 4654, - 4676 + 4736, + 4758 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 48 }, "end": { - "line": 107, + "line": 109, "column": 70 } } }, "range": [ - 4652, - 4676 + 4734, + 4758 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 46 }, "end": { - "line": 107, + "line": 109, "column": 70 } } } ], "range": [ - 4641, - 4677 + 4723, + 4759 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 35 }, "end": { - "line": 107, + "line": 109, "column": 71 } } @@ -10447,16 +10700,16 @@ "type": "Identifier", "name": "f", "range": [ - 4692, - 4693 + 4774, + 4775 ], "loc": { "start": { - "line": 108, + "line": 110, "column": 12 }, "end": { - "line": 108, + "line": 110, "column": 13 } } @@ -10465,31 +10718,31 @@ "type": "Identifier", "name": "on_after_col_displayed", "range": [ - 4694, - 4716 + 4776, + 4798 ], "loc": { "start": { - "line": 108, + "line": 110, "column": 14 }, "end": { - "line": 108, + "line": 110, "column": 36 } } }, "range": [ - 4692, - 4716 + 4774, + 4798 ], "loc": { "start": { - "line": 108, + "line": 110, "column": 12 }, "end": { - "line": 108, + "line": 110, "column": 36 } } @@ -10499,61 +10752,61 @@ "value": null, "raw": "null", "range": [ - 4719, - 4723 + 4801, + 4805 ], "loc": { "start": { - "line": 108, + "line": 110, "column": 39 }, "end": { - "line": 108, + "line": 110, "column": 43 } } }, "range": [ - 4641, - 4723 + 4723, + 4805 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 35 }, "end": { - "line": 108, + "line": 110, "column": 43 } } }, "range": [ - 4614, - 4723 + 4696, + 4805 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 8 }, "end": { - "line": 108, + "line": 110, "column": 43 } } }, "range": [ - 4614, - 4724 + 4696, + 4806 ], "loc": { "start": { - "line": 107, + "line": 109, "column": 8 }, "end": { - "line": 108, + "line": 110, "column": 44 } }, @@ -10562,16 +10815,16 @@ "type": "Line", "value": "callback after col is displayed", "range": [ - 4572, - 4605 + 4654, + 4687 ], "loc": { "start": { - "line": 106, + "line": 108, "column": 8 }, "end": { - "line": 106, + "line": 108, "column": 41 } } @@ -10582,16 +10835,16 @@ "type": "Line", "value": "Grid layout compatibility", "range": [ - 4734, - 4761 + 4816, + 4843 ], "loc": { "start": { - "line": 110, + "line": 112, "column": 8 }, "end": { - "line": 110, + "line": 112, "column": 35 } } @@ -10607,16 +10860,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4774, - 4776 + 4856, + 4858 ], "loc": { "start": { - "line": 111, + "line": 113, "column": 12 }, "end": { - "line": 111, + "line": 113, "column": 14 } } @@ -10625,31 +10878,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4777, - 4787 + 4859, + 4869 ], "loc": { "start": { - "line": 111, + "line": 113, "column": 15 }, "end": { - "line": 111, + "line": 113, "column": 25 } } }, "range": [ - 4774, - 4787 + 4856, + 4869 ], "loc": { "start": { - "line": 111, + "line": 113, "column": 12 }, "end": { - "line": 111, + "line": 113, "column": 25 } } @@ -10668,16 +10921,16 @@ "object": { "type": "ThisExpression", "range": [ - 4803, - 4807 + 4885, + 4889 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 12 }, "end": { - "line": 112, + "line": 114, "column": 16 } } @@ -10686,31 +10939,31 @@ "type": "Identifier", "name": "headersTbl", "range": [ - 4808, - 4818 + 4890, + 4900 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 17 }, "end": { - "line": 112, + "line": 114, "column": 27 } } }, "range": [ - 4803, - 4818 + 4885, + 4900 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 12 }, "end": { - "line": 112, + "line": 114, "column": 27 } } @@ -10727,16 +10980,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4821, - 4823 + 4903, + 4905 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 30 }, "end": { - "line": 112, + "line": 114, "column": 32 } } @@ -10745,31 +10998,31 @@ "type": "Identifier", "name": "feature", "range": [ - 4824, - 4831 + 4906, + 4913 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 33 }, "end": { - "line": 112, + "line": 114, "column": 40 } } }, "range": [ - 4821, - 4831 + 4903, + 4913 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 30 }, "end": { - "line": 112, + "line": 114, "column": 40 } } @@ -10780,32 +11033,32 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 4832, - 4844 + 4914, + 4926 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 41 }, "end": { - "line": 112, + "line": 114, "column": 53 } } } ], "range": [ - 4821, - 4845 + 4903, + 4927 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 30 }, "end": { - "line": 112, + "line": 114, "column": 54 } } @@ -10814,61 +11067,61 @@ "type": "Identifier", "name": "headTbl", "range": [ - 4846, - 4853 + 4928, + 4935 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 55 }, "end": { - "line": 112, + "line": 114, "column": 62 } } }, "range": [ - 4821, - 4853 + 4903, + 4935 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 30 }, "end": { - "line": 112, + "line": 114, "column": 62 } } }, "range": [ - 4803, - 4853 + 4885, + 4935 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 12 }, "end": { - "line": 112, + "line": 114, "column": 62 } } }, "range": [ - 4803, - 4854 + 4885, + 4936 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 12 }, "end": { - "line": 112, + "line": 114, "column": 63 } }, @@ -10877,16 +11130,16 @@ "type": "Line", "value": "headers table", "range": [ - 4855, - 4870 + 4937, + 4952 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 64 }, "end": { - "line": 112, + "line": 114, "column": 79 } } @@ -10904,16 +11157,16 @@ "object": { "type": "ThisExpression", "range": [ - 4883, - 4887 + 4965, + 4969 ], "loc": { "start": { - "line": 113, + "line": 115, "column": 12 }, "end": { - "line": 113, + "line": 115, "column": 16 } } @@ -10922,31 +11175,31 @@ "type": "Identifier", "name": "headersIndex", "range": [ - 4888, - 4900 + 4970, + 4982 ], "loc": { "start": { - "line": 113, + "line": 115, "column": 17 }, "end": { - "line": 113, + "line": 115, "column": 29 } } }, "range": [ - 4883, - 4900 + 4965, + 4982 ], "loc": { "start": { - "line": 113, + "line": 115, "column": 12 }, "end": { - "line": 113, + "line": 115, "column": 29 } } @@ -10956,46 +11209,46 @@ "value": 0, "raw": "0", "range": [ - 4903, - 4904 + 4985, + 4986 ], "loc": { "start": { - "line": 113, + "line": 115, "column": 32 }, "end": { - "line": 113, + "line": 115, "column": 33 } } }, "range": [ - 4883, - 4904 + 4965, + 4986 ], "loc": { "start": { - "line": 113, + "line": 115, "column": 12 }, "end": { - "line": 113, + "line": 115, "column": 33 } } }, "range": [ - 4883, - 4905 + 4965, + 4987 ], "loc": { "start": { - "line": 113, + "line": 115, "column": 12 }, "end": { - "line": 113, + "line": 115, "column": 34 } }, @@ -11004,16 +11257,16 @@ "type": "Line", "value": "headers table", "range": [ - 4855, - 4870 + 4937, + 4952 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 64 }, "end": { - "line": 112, + "line": 114, "column": 79 } } @@ -11024,16 +11277,16 @@ "type": "Line", "value": "headers index", "range": [ - 4906, - 4921 + 4988, + 5003 ], "loc": { "start": { - "line": 113, + "line": 115, "column": 35 }, "end": { - "line": 113, + "line": 115, "column": 50 } } @@ -11051,16 +11304,16 @@ "object": { "type": "ThisExpression", "range": [ - 4934, - 4938 + 5016, + 5020 ], "loc": { "start": { - "line": 114, + "line": 116, "column": 12 }, "end": { - "line": 114, + "line": 116, "column": 16 } } @@ -11069,31 +11322,31 @@ "type": "Identifier", "name": "onAfterColDisplayed", "range": [ - 4939, - 4958 + 5021, + 5040 ], "loc": { "start": { - "line": 114, + "line": 116, "column": 17 }, "end": { - "line": 114, + "line": 116, "column": 36 } } }, "range": [ - 4934, - 4958 + 5016, + 5040 ], "loc": { "start": { - "line": 114, + "line": 116, "column": 12 }, "end": { - "line": 114, + "line": 116, "column": 36 } } @@ -11106,16 +11359,16 @@ "type": "BlockStatement", "body": [], "range": [ - 4973, - 4976 + 5055, + 5058 ], "loc": { "start": { - "line": 114, + "line": 116, "column": 51 }, "end": { - "line": 114, + "line": 116, "column": 54 } } @@ -11123,46 +11376,46 @@ "generator": false, "expression": false, "range": [ - 4961, - 4976 + 5043, + 5058 ], "loc": { "start": { - "line": 114, + "line": 116, "column": 39 }, "end": { - "line": 114, + "line": 116, "column": 54 } } }, "range": [ - 4934, - 4976 + 5016, + 5058 ], "loc": { "start": { - "line": 114, + "line": 116, "column": 12 }, "end": { - "line": 114, + "line": 116, "column": 54 } } }, "range": [ - 4934, - 4977 + 5016, + 5059 ], "loc": { "start": { - "line": 114, + "line": 116, "column": 12 }, "end": { - "line": 114, + "line": 116, "column": 55 } }, @@ -11171,16 +11424,16 @@ "type": "Line", "value": "headers index", "range": [ - 4906, - 4921 + 4988, + 5003 ], "loc": { "start": { - "line": 113, + "line": 115, "column": 35 }, "end": { - "line": 113, + "line": 115, "column": 50 } } @@ -11198,16 +11451,16 @@ "object": { "type": "ThisExpression", "range": [ - 4990, - 4994 + 5072, + 5076 ], "loc": { "start": { - "line": 115, + "line": 117, "column": 12 }, "end": { - "line": 115, + "line": 117, "column": 16 } } @@ -11216,31 +11469,31 @@ "type": "Identifier", "name": "onAfterColHidden", "range": [ - 4995, - 5011 + 5077, + 5093 ], "loc": { "start": { - "line": 115, + "line": 117, "column": 17 }, "end": { - "line": 115, + "line": 117, "column": 33 } } }, "range": [ - 4990, - 5011 + 5072, + 5093 ], "loc": { "start": { - "line": 115, + "line": 117, "column": 12 }, "end": { - "line": 115, + "line": 117, "column": 33 } } @@ -11253,16 +11506,16 @@ "type": "BlockStatement", "body": [], "range": [ - 5026, - 5029 + 5108, + 5111 ], "loc": { "start": { - "line": 115, + "line": 117, "column": 48 }, "end": { - "line": 115, + "line": 117, "column": 51 } } @@ -11270,78 +11523,78 @@ "generator": false, "expression": false, "range": [ - 5014, - 5029 + 5096, + 5111 ], "loc": { "start": { - "line": 115, + "line": 117, "column": 36 }, "end": { - "line": 115, + "line": 117, "column": 51 } } }, "range": [ - 4990, - 5029 + 5072, + 5111 ], "loc": { "start": { - "line": 115, + "line": 117, "column": 12 }, "end": { - "line": 115, + "line": 117, "column": 51 } } }, "range": [ - 4990, - 5030 + 5072, + 5112 ], "loc": { "start": { - "line": 115, + "line": 117, "column": 12 }, "end": { - "line": 115, + "line": 117, "column": 52 } } } ], "range": [ - 4789, - 5040 + 4871, + 5122 ], "loc": { "start": { - "line": 111, + "line": 113, "column": 27 }, "end": { - "line": 116, + "line": 118, "column": 9 } } }, "alternate": null, "range": [ - 4770, - 5040 + 4852, + 5122 ], "loc": { "start": { - "line": 111, + "line": 113, "column": 8 }, "end": { - "line": 116, + "line": 118, "column": 9 } }, @@ -11350,16 +11603,16 @@ "type": "Line", "value": "Grid layout compatibility", "range": [ - 4734, - 4761 + 4816, + 4843 ], "loc": { "start": { - "line": 110, + "line": 112, "column": 8 }, "end": { - "line": 110, + "line": 112, "column": 35 } } @@ -11370,16 +11623,16 @@ "type": "Line", "value": "Loads extension stylesheet", "range": [ - 5050, - 5078 + 5132, + 5160 ], "loc": { "start": { - "line": 118, + "line": 120, "column": 8 }, "end": { - "line": 118, + "line": 120, "column": 36 } } @@ -11397,16 +11650,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5087, - 5089 + 5169, + 5171 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 8 }, "end": { - "line": 119, + "line": 121, "column": 10 } } @@ -11415,31 +11668,31 @@ "type": "Identifier", "name": "import", "range": [ - 5090, - 5096 + 5172, + 5178 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 11 }, "end": { - "line": 119, + "line": 121, "column": 17 } } }, "range": [ - 5087, - 5096 + 5169, + 5178 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 8 }, "end": { - "line": 119, + "line": 121, "column": 17 } } @@ -11455,16 +11708,16 @@ "type": "Identifier", "name": "f", "range": [ - 5097, - 5098 + 5179, + 5180 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 18 }, "end": { - "line": 119, + "line": 121, "column": 19 } } @@ -11473,31 +11726,31 @@ "type": "Identifier", "name": "name", "range": [ - 5099, - 5103 + 5181, + 5185 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 20 }, "end": { - "line": 119, + "line": 121, "column": 24 } } }, "range": [ - 5097, - 5103 + 5179, + 5185 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 18 }, "end": { - "line": 119, + "line": 121, "column": 24 } } @@ -11507,31 +11760,31 @@ "value": "Style", "raw": "'Style'", "range": [ - 5106, - 5113 + 5188, + 5195 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 27 }, "end": { - "line": 119, + "line": 121, "column": 34 } } }, "range": [ - 5097, - 5113 + 5179, + 5195 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 18 }, "end": { - "line": 119, + "line": 121, "column": 34 } } @@ -11546,16 +11799,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5115, - 5117 + 5197, + 5199 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 36 }, "end": { - "line": 119, + "line": 121, "column": 38 } } @@ -11564,31 +11817,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 5118, - 5127 + 5200, + 5209 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 39 }, "end": { - "line": 119, + "line": 121, "column": 48 } } }, "range": [ - 5115, - 5127 + 5197, + 5209 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 36 }, "end": { - "line": 119, + "line": 121, "column": 48 } } @@ -11599,16 +11852,16 @@ "object": { "type": "ThisExpression", "range": [ - 5130, - 5134 + 5212, + 5216 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 51 }, "end": { - "line": 119, + "line": 121, "column": 55 } } @@ -11617,46 +11870,46 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 5135, - 5145 + 5217, + 5227 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 56 }, "end": { - "line": 119, + "line": 121, "column": 66 } } }, "range": [ - 5130, - 5145 + 5212, + 5227 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 51 }, "end": { - "line": 119, + "line": 121, "column": 66 } } }, "range": [ - 5115, - 5145 + 5197, + 5227 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 36 }, "end": { - "line": 119, + "line": 121, "column": 66 } } @@ -11666,16 +11919,16 @@ "value": null, "raw": "null", "range": [ - 5147, - 5151 + 5229, + 5233 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 68 }, "end": { - "line": 119, + "line": 121, "column": 72 } } @@ -11685,47 +11938,47 @@ "value": "link", "raw": "'link'", "range": [ - 5165, - 5171 + 5247, + 5253 ], "loc": { "start": { - "line": 120, + "line": 122, "column": 12 }, "end": { - "line": 120, + "line": 122, "column": 18 } } } ], "range": [ - 5087, - 5172 + 5169, + 5254 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 122, "column": 19 } } }, "range": [ - 5087, - 5173 + 5169, + 5255 ], "loc": { "start": { - "line": 119, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 122, "column": 20 } }, @@ -11734,16 +11987,16 @@ "type": "Line", "value": "Loads extension stylesheet", "range": [ - 5050, - 5078 + 5132, + 5160 ], "loc": { "start": { - "line": 118, + "line": 120, "column": 8 }, "end": { - "line": 118, + "line": 120, "column": 36 } } @@ -11753,263 +12006,103 @@ { "type": "ExpressionStatement", "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ - 5183, - 5187 + 5265, + 5269 ], "loc": { "start": { - "line": 122, + "line": 124, "column": 8 }, "end": { - "line": 122, + "line": 124, "column": 12 } } }, "property": { "type": "Identifier", - "name": "tf", + "name": "enable", "range": [ - 5188, - 5190 + 5270, + 5276 ], "loc": { "start": { - "line": 122, + "line": 124, "column": 13 }, "end": { - "line": 122, - "column": 15 + "line": 124, + "column": 19 } } }, "range": [ - 5183, - 5190 + 5265, + 5276 ], "loc": { "start": { - "line": 122, + "line": 124, "column": 8 }, "end": { - "line": 122, - "column": 15 - } - } - }, - "right": { - "type": "Identifier", - "name": "tf", - "range": [ - 5193, - 5195 - ], - "loc": { - "start": { - "line": 122, - "column": 18 - }, - "end": { - "line": 122, - "column": 20 + "line": 124, + "column": 19 } } }, + "arguments": [], "range": [ - 5183, - 5195 + 5265, + 5278 ], "loc": { "start": { - "line": 122, + "line": 124, "column": 8 }, "end": { - "line": 122, - "column": 20 + "line": 124, + "column": 21 } } }, "range": [ - 5183, - 5196 + 5265, + 5279 ], "loc": { "start": { - "line": 122, + "line": 124, "column": 8 }, "end": { - "line": 122, - "column": 21 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 5205, - 5209 - ], - "loc": { - "start": { - "line": 123, - "column": 8 - }, - "end": { - "line": 123, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 5210, - 5217 - ], - "loc": { - "start": { - "line": 123, - "column": 13 - }, - "end": { - "line": 123, - "column": 20 - } - } - }, - "range": [ - 5205, - 5217 - ], - "loc": { - "start": { - "line": 123, - "column": 8 - }, - "end": { - "line": 123, - "column": 20 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 5220, - 5222 - ], - "loc": { - "start": { - "line": 123, - "column": 23 - }, - "end": { - "line": 123, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 5223, - 5230 - ], - "loc": { - "start": { - "line": 123, - "column": 26 - }, - "end": { - "line": 123, - "column": 33 - } - } - }, - "range": [ - 5220, - 5230 - ], - "loc": { - "start": { - "line": 123, - "column": 23 - }, - "end": { - "line": 123, - "column": 33 - } - } - }, - "range": [ - 5205, - 5230 - ], - "loc": { - "start": { - "line": 123, - "column": 8 - }, - "end": { - "line": 123, - "column": 33 - } - } - }, - "range": [ - 5205, - 5231 - ], - "loc": { - "start": { - "line": 123, - "column": 8 - }, - "end": { - "line": 123, - "column": 34 + "line": 124, + "column": 22 } } } ], "range": [ - 308, - 5237 + 363, + 5285 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 23 }, "end": { - "line": 124, + "line": 125, "column": 5 } } @@ -12017,16 +12110,16 @@ "generator": false, "expression": false, "range": [ - 300, - 5237 + 355, + 5285 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 15 }, "end": { - "line": 124, + "line": 125, "column": 5 } } @@ -12034,16 +12127,16 @@ "kind": "constructor", "computed": false, "range": [ - 289, - 5237 + 344, + 5285 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 4 }, "end": { - "line": 124, + "line": 125, "column": 5 } }, @@ -12052,16 +12145,16 @@ "type": "Block", "value": "*\n * Columns Visibility extension\n * @param {Object} tf TableFilter instance\n * @param {Object} f Extension's configuration\n ", "range": [ - 139, - 284 + 194, + 339 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 4 }, "end": { - "line": 11, + "line": 12, "column": 7 } } @@ -12075,16 +12168,16 @@ "type": "Identifier", "name": "toggle", "range": [ - 5243, - 5249 + 5291, + 5297 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 4 }, "end": { - "line": 126, + "line": 127, "column": 10 } } @@ -12105,16 +12198,16 @@ "type": "Identifier", "name": "contDisplay", "range": [ - 5266, - 5277 + 5314, + 5325 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 12 }, "end": { - "line": 127, + "line": 128, "column": 23 } } @@ -12131,16 +12224,16 @@ "object": { "type": "ThisExpression", "range": [ - 5280, - 5284 + 5328, + 5332 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 26 }, "end": { - "line": 127, + "line": 128, "column": 30 } } @@ -12149,31 +12242,31 @@ "type": "Identifier", "name": "contEl", "range": [ - 5285, - 5291 + 5333, + 5339 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 31 }, "end": { - "line": 127, + "line": 128, "column": 37 } } }, "range": [ - 5280, - 5291 + 5328, + 5339 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 26 }, "end": { - "line": 127, + "line": 128, "column": 37 } } @@ -12182,31 +12275,31 @@ "type": "Identifier", "name": "style", "range": [ - 5292, - 5297 + 5340, + 5345 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 38 }, "end": { - "line": 127, + "line": 128, "column": 43 } } }, "range": [ - 5280, - 5297 + 5328, + 5345 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 26 }, "end": { - "line": 127, + "line": 128, "column": 43 } } @@ -12215,46 +12308,46 @@ "type": "Identifier", "name": "display", "range": [ - 5298, - 5305 + 5346, + 5353 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 44 }, "end": { - "line": 127, + "line": 128, "column": 51 } } }, "range": [ - 5280, - 5305 + 5328, + 5353 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 26 }, "end": { - "line": 127, + "line": 128, "column": 51 } } }, "range": [ - 5266, - 5305 + 5314, + 5353 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 12 }, "end": { - "line": 127, + "line": 128, "column": 51 } } @@ -12262,16 +12355,16 @@ ], "kind": "let", "range": [ - 5262, - 5306 + 5310, + 5354 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 8 }, "end": { - "line": 127, + "line": 128, "column": 52 } } @@ -12285,16 +12378,16 @@ "type": "Identifier", "name": "onBeforeOpen", "range": [ - 5319, - 5331 + 5367, + 5379 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 12 }, "end": { - "line": 128, + "line": 129, "column": 24 } } @@ -12305,16 +12398,16 @@ "object": { "type": "ThisExpression", "range": [ - 5334, - 5338 + 5382, + 5386 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 27 }, "end": { - "line": 128, + "line": 129, "column": 31 } } @@ -12323,46 +12416,46 @@ "type": "Identifier", "name": "onBeforeOpen", "range": [ - 5339, - 5351 + 5387, + 5399 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 32 }, "end": { - "line": 128, + "line": 129, "column": 44 } } }, "range": [ - 5334, - 5351 + 5382, + 5399 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 27 }, "end": { - "line": 128, + "line": 129, "column": 44 } } }, "range": [ - 5319, - 5351 + 5367, + 5399 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 12 }, "end": { - "line": 128, + "line": 129, "column": 44 } } @@ -12370,16 +12463,16 @@ ], "kind": "let", "range": [ - 5315, - 5352 + 5363, + 5400 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 8 }, "end": { - "line": 128, + "line": 129, "column": 45 } } @@ -12393,16 +12486,16 @@ "type": "Identifier", "name": "onBeforeClose", "range": [ - 5365, - 5378 + 5413, + 5426 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 12 }, "end": { - "line": 129, + "line": 130, "column": 25 } } @@ -12413,16 +12506,16 @@ "object": { "type": "ThisExpression", "range": [ - 5381, - 5385 + 5429, + 5433 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 28 }, "end": { - "line": 129, + "line": 130, "column": 32 } } @@ -12431,46 +12524,46 @@ "type": "Identifier", "name": "onBeforeClose", "range": [ - 5386, - 5399 + 5434, + 5447 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 33 }, "end": { - "line": 129, + "line": 130, "column": 46 } } }, "range": [ - 5381, - 5399 + 5429, + 5447 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 28 }, "end": { - "line": 129, + "line": 130, "column": 46 } } }, "range": [ - 5365, - 5399 + 5413, + 5447 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 12 }, "end": { - "line": 129, + "line": 130, "column": 46 } } @@ -12478,16 +12571,16 @@ ], "kind": "let", "range": [ - 5361, - 5400 + 5409, + 5448 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 8 }, "end": { - "line": 129, + "line": 130, "column": 47 } } @@ -12501,16 +12594,16 @@ "type": "Identifier", "name": "onAfterOpen", "range": [ - 5413, - 5424 + 5461, + 5472 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 23 } } @@ -12521,16 +12614,16 @@ "object": { "type": "ThisExpression", "range": [ - 5427, - 5431 + 5475, + 5479 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 26 }, "end": { - "line": 130, + "line": 131, "column": 30 } } @@ -12539,46 +12632,46 @@ "type": "Identifier", "name": "onAfterOpen", "range": [ - 5432, - 5443 + 5480, + 5491 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 31 }, "end": { - "line": 130, + "line": 131, "column": 42 } } }, "range": [ - 5427, - 5443 + 5475, + 5491 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 26 }, "end": { - "line": 130, + "line": 131, "column": 42 } } }, "range": [ - 5413, - 5443 + 5461, + 5491 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 12 }, "end": { - "line": 130, + "line": 131, "column": 42 } } @@ -12586,16 +12679,16 @@ ], "kind": "let", "range": [ - 5409, - 5444 + 5457, + 5492 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 8 }, "end": { - "line": 130, + "line": 131, "column": 43 } } @@ -12609,16 +12702,16 @@ "type": "Identifier", "name": "onAfterClose", "range": [ - 5457, - 5469 + 5505, + 5517 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 24 } } @@ -12629,16 +12722,16 @@ "object": { "type": "ThisExpression", "range": [ - 5472, - 5476 + 5520, + 5524 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 27 }, "end": { - "line": 131, + "line": 132, "column": 31 } } @@ -12647,46 +12740,46 @@ "type": "Identifier", "name": "onAfterClose", "range": [ - 5477, - 5489 + 5525, + 5537 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 32 }, "end": { - "line": 131, + "line": 132, "column": 44 } } }, "range": [ - 5472, - 5489 + 5520, + 5537 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 27 }, "end": { - "line": 131, + "line": 132, "column": 44 } } }, "range": [ - 5457, - 5489 + 5505, + 5537 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 12 }, "end": { - "line": 131, + "line": 132, "column": 44 } } @@ -12694,16 +12787,16 @@ ], "kind": "let", "range": [ - 5453, - 5490 + 5501, + 5538 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 132, "column": 45 } } @@ -12717,16 +12810,16 @@ "type": "Identifier", "name": "onBeforeOpen", "range": [ - 5504, - 5516 + 5552, + 5564 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 24 } } @@ -12738,16 +12831,16 @@ "type": "Identifier", "name": "contDisplay", "range": [ - 5520, - 5531 + 5568, + 5579 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 28 }, "end": { - "line": 133, + "line": 134, "column": 39 } } @@ -12757,46 +12850,46 @@ "value": "inline", "raw": "'inline'", "range": [ - 5536, - 5544 + 5584, + 5592 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 44 }, "end": { - "line": 133, + "line": 134, "column": 52 } } }, "range": [ - 5520, - 5544 + 5568, + 5592 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 28 }, "end": { - "line": 133, + "line": 134, "column": 52 } } }, "range": [ - 5504, - 5544 + 5552, + 5592 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 12 }, "end": { - "line": 133, + "line": 134, "column": 52 } } @@ -12815,16 +12908,16 @@ "type": "Identifier", "name": "onBeforeOpen", "range": [ - 5560, - 5572 + 5608, + 5620 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 24 } } @@ -12833,31 +12926,31 @@ "type": "Identifier", "name": "call", "range": [ - 5573, - 5577 + 5621, + 5625 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 25 }, "end": { - "line": 134, + "line": 135, "column": 29 } } }, "range": [ - 5560, - 5577 + 5608, + 5625 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 29 } } @@ -12868,16 +12961,16 @@ "value": null, "raw": "null", "range": [ - 5578, - 5582 + 5626, + 5630 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 30 }, "end": { - "line": 134, + "line": 135, "column": 34 } } @@ -12885,79 +12978,79 @@ { "type": "ThisExpression", "range": [ - 5584, - 5588 + 5632, + 5636 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 36 }, "end": { - "line": 134, + "line": 135, "column": 40 } } } ], "range": [ - 5560, - 5589 + 5608, + 5637 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 41 } } }, "range": [ - 5560, - 5590 + 5608, + 5638 ], "loc": { "start": { - "line": 134, + "line": 135, "column": 12 }, "end": { - "line": 134, + "line": 135, "column": 42 } } } ], "range": [ - 5546, - 5600 + 5594, + 5648 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 54 }, "end": { - "line": 135, + "line": 136, "column": 9 } } }, "alternate": null, "range": [ - 5500, - 5600 + 5548, + 5648 ], "loc": { "start": { - "line": 133, + "line": 134, "column": 8 }, "end": { - "line": 135, + "line": 136, "column": 9 } } @@ -12971,16 +13064,16 @@ "type": "Identifier", "name": "onBeforeClose", "range": [ - 5613, - 5626 + 5661, + 5674 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 25 } } @@ -12992,16 +13085,16 @@ "type": "Identifier", "name": "contDisplay", "range": [ - 5630, - 5641 + 5678, + 5689 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 29 }, "end": { - "line": 136, + "line": 137, "column": 40 } } @@ -13011,46 +13104,46 @@ "value": "inline", "raw": "'inline'", "range": [ - 5646, - 5654 + 5694, + 5702 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 45 }, "end": { - "line": 136, + "line": 137, "column": 53 } } }, "range": [ - 5630, - 5654 + 5678, + 5702 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 29 }, "end": { - "line": 136, + "line": 137, "column": 53 } } }, "range": [ - 5613, - 5654 + 5661, + 5702 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 136, + "line": 137, "column": 53 } } @@ -13069,16 +13162,16 @@ "type": "Identifier", "name": "onBeforeClose", "range": [ - 5670, - 5683 + 5718, + 5731 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 137, + "line": 138, "column": 25 } } @@ -13087,31 +13180,31 @@ "type": "Identifier", "name": "call", "range": [ - 5684, - 5688 + 5732, + 5736 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 26 }, "end": { - "line": 137, + "line": 138, "column": 30 } } }, "range": [ - 5670, - 5688 + 5718, + 5736 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 137, + "line": 138, "column": 30 } } @@ -13122,16 +13215,16 @@ "value": null, "raw": "null", "range": [ - 5689, - 5693 + 5737, + 5741 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 31 }, "end": { - "line": 137, + "line": 138, "column": 35 } } @@ -13139,79 +13232,79 @@ { "type": "ThisExpression", "range": [ - 5695, - 5699 + 5743, + 5747 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 37 }, "end": { - "line": 137, + "line": 138, "column": 41 } } } ], "range": [ - 5670, - 5700 + 5718, + 5748 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 137, + "line": 138, "column": 42 } } }, "range": [ - 5670, - 5701 + 5718, + 5749 ], "loc": { "start": { - "line": 137, + "line": 138, "column": 12 }, "end": { - "line": 137, + "line": 138, "column": 43 } } } ], "range": [ - 5656, - 5711 + 5704, + 5759 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 55 }, "end": { - "line": 138, + "line": 139, "column": 9 } } }, "alternate": null, "range": [ - 5609, - 5711 + 5657, + 5759 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 8 }, "end": { - "line": 138, + "line": 139, "column": 9 } } @@ -13233,16 +13326,16 @@ "object": { "type": "ThisExpression", "range": [ - 5721, - 5725 + 5769, + 5773 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 12 } } @@ -13251,31 +13344,31 @@ "type": "Identifier", "name": "contEl", "range": [ - 5726, - 5732 + 5774, + 5780 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 13 }, "end": { - "line": 140, + "line": 141, "column": 19 } } }, "range": [ - 5721, - 5732 + 5769, + 5780 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 19 } } @@ -13284,31 +13377,31 @@ "type": "Identifier", "name": "style", "range": [ - 5733, - 5738 + 5781, + 5786 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 20 }, "end": { - "line": 140, + "line": 141, "column": 25 } } }, "range": [ - 5721, - 5738 + 5769, + 5786 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 25 } } @@ -13317,31 +13410,31 @@ "type": "Identifier", "name": "display", "range": [ - 5739, - 5746 + 5787, + 5794 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 26 }, "end": { - "line": 140, + "line": 141, "column": 33 } } }, "range": [ - 5721, - 5746 + 5769, + 5794 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 140, + "line": 141, "column": 33 } } @@ -13355,16 +13448,16 @@ "type": "Identifier", "name": "contDisplay", "range": [ - 5749, - 5760 + 5797, + 5808 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 36 }, "end": { - "line": 140, + "line": 141, "column": 47 } } @@ -13374,31 +13467,31 @@ "value": "inline", "raw": "'inline'", "range": [ - 5765, - 5773 + 5813, + 5821 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 52 }, "end": { - "line": 140, + "line": 141, "column": 60 } } }, "range": [ - 5749, - 5773 + 5797, + 5821 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 36 }, "end": { - "line": 140, + "line": 141, "column": 60 } } @@ -13408,16 +13501,16 @@ "value": "none", "raw": "'none'", "range": [ - 5788, - 5794 + 5836, + 5842 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 12 }, "end": { - "line": 141, + "line": 142, "column": 18 } } @@ -13427,61 +13520,61 @@ "value": "inline", "raw": "'inline'", "range": [ - 5797, - 5805 + 5845, + 5853 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 21 }, "end": { - "line": 141, + "line": 142, "column": 29 } } }, "range": [ - 5749, - 5805 + 5797, + 5853 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 36 }, "end": { - "line": 141, + "line": 142, "column": 29 } } }, "range": [ - 5721, - 5805 + 5769, + 5853 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 141, + "line": 142, "column": 29 } } }, "range": [ - 5721, - 5806 + 5769, + 5854 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 141, + "line": 142, "column": 30 } } @@ -13495,16 +13588,16 @@ "type": "Identifier", "name": "onAfterOpen", "range": [ - 5820, - 5831 + 5868, + 5879 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 12 }, "end": { - "line": 143, + "line": 144, "column": 23 } } @@ -13516,16 +13609,16 @@ "type": "Identifier", "name": "contDisplay", "range": [ - 5835, - 5846 + 5883, + 5894 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 27 }, "end": { - "line": 143, + "line": 144, "column": 38 } } @@ -13535,46 +13628,46 @@ "value": "inline", "raw": "'inline'", "range": [ - 5851, - 5859 + 5899, + 5907 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 43 }, "end": { - "line": 143, + "line": 144, "column": 51 } } }, "range": [ - 5835, - 5859 + 5883, + 5907 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 27 }, "end": { - "line": 143, + "line": 144, "column": 51 } } }, "range": [ - 5820, - 5859 + 5868, + 5907 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 12 }, "end": { - "line": 143, + "line": 144, "column": 51 } } @@ -13593,16 +13686,16 @@ "type": "Identifier", "name": "onAfterOpen", "range": [ - 5875, - 5886 + 5923, + 5934 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 12 }, "end": { - "line": 144, + "line": 145, "column": 23 } } @@ -13611,31 +13704,31 @@ "type": "Identifier", "name": "call", "range": [ - 5887, - 5891 + 5935, + 5939 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 24 }, "end": { - "line": 144, + "line": 145, "column": 28 } } }, "range": [ - 5875, - 5891 + 5923, + 5939 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 12 }, "end": { - "line": 144, + "line": 145, "column": 28 } } @@ -13646,16 +13739,16 @@ "value": null, "raw": "null", "range": [ - 5892, - 5896 + 5940, + 5944 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 29 }, "end": { - "line": 144, + "line": 145, "column": 33 } } @@ -13663,79 +13756,79 @@ { "type": "ThisExpression", "range": [ - 5898, - 5902 + 5946, + 5950 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 35 }, "end": { - "line": 144, + "line": 145, "column": 39 } } } ], "range": [ - 5875, - 5903 + 5923, + 5951 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 12 }, "end": { - "line": 144, + "line": 145, "column": 40 } } }, "range": [ - 5875, - 5904 + 5923, + 5952 ], "loc": { "start": { - "line": 144, + "line": 145, "column": 12 }, "end": { - "line": 144, + "line": 145, "column": 41 } } } ], "range": [ - 5861, - 5914 + 5909, + 5962 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 53 }, "end": { - "line": 145, + "line": 146, "column": 9 } } }, "alternate": null, "range": [ - 5816, - 5914 + 5864, + 5962 ], "loc": { "start": { - "line": 143, + "line": 144, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 9 } } @@ -13749,16 +13842,16 @@ "type": "Identifier", "name": "onAfterClose", "range": [ - 5927, - 5939 + 5975, + 5987 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 24 } } @@ -13770,16 +13863,16 @@ "type": "Identifier", "name": "contDisplay", "range": [ - 5943, - 5954 + 5991, + 6002 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 28 }, "end": { - "line": 146, + "line": 147, "column": 39 } } @@ -13789,46 +13882,46 @@ "value": "inline", "raw": "'inline'", "range": [ - 5959, - 5967 + 6007, + 6015 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 44 }, "end": { - "line": 146, + "line": 147, "column": 52 } } }, "range": [ - 5943, - 5967 + 5991, + 6015 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 28 }, "end": { - "line": 146, + "line": 147, "column": 52 } } }, "range": [ - 5927, - 5967 + 5975, + 6015 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 52 } } @@ -13847,16 +13940,16 @@ "type": "Identifier", "name": "onAfterClose", "range": [ - 5983, - 5995 + 6031, + 6043 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 24 } } @@ -13865,31 +13958,31 @@ "type": "Identifier", "name": "call", "range": [ - 5996, - 6000 + 6044, + 6048 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 25 }, "end": { - "line": 147, + "line": 148, "column": 29 } } }, "range": [ - 5983, - 6000 + 6031, + 6048 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 29 } } @@ -13900,16 +13993,16 @@ "value": null, "raw": "null", "range": [ - 6001, - 6005 + 6049, + 6053 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 30 }, "end": { - "line": 147, + "line": 148, "column": 34 } } @@ -13917,95 +14010,95 @@ { "type": "ThisExpression", "range": [ - 6007, - 6011 + 6055, + 6059 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 36 }, "end": { - "line": 147, + "line": 148, "column": 40 } } } ], "range": [ - 5983, - 6012 + 6031, + 6060 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 41 } } }, "range": [ - 5983, - 6013 + 6031, + 6061 ], "loc": { "start": { - "line": 147, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 148, "column": 42 } } } ], "range": [ - 5969, - 6023 + 6017, + 6071 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 54 }, "end": { - "line": 148, + "line": 149, "column": 9 } } }, "alternate": null, "range": [ - 5923, - 6023 + 5971, + 6071 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 148, + "line": 149, "column": 9 } } } ], "range": [ - 5252, - 6029 + 5300, + 6077 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 13 }, "end": { - "line": 149, + "line": 150, "column": 5 } } @@ -14013,16 +14106,16 @@ "generator": false, "expression": false, "range": [ - 5249, - 6029 + 5297, + 6077 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 10 }, "end": { - "line": 149, + "line": 150, "column": 5 } } @@ -14030,16 +14123,16 @@ "kind": "method", "computed": false, "range": [ - 5243, - 6029 + 5291, + 6077 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 4 }, "end": { - "line": 149, + "line": 150, "column": 5 } }, @@ -14051,16 +14144,16 @@ "type": "Identifier", "name": "checkItem", "range": [ - 6035, - 6044 + 6083, + 6092 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 4 }, "end": { - "line": 151, + "line": 152, "column": 13 } } @@ -14073,16 +14166,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 6045, - 6048 + 6093, + 6096 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 14 }, "end": { - "line": 151, + "line": 152, "column": 17 } } @@ -14100,16 +14193,16 @@ "type": "Identifier", "name": "li", "range": [ - 6064, - 6066 + 6112, + 6114 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 152, + "line": 153, "column": 14 } } @@ -14121,16 +14214,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 6069, - 6072 + 6117, + 6120 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 17 }, "end": { - "line": 152, + "line": 153, "column": 20 } } @@ -14139,46 +14232,46 @@ "type": "Identifier", "name": "parentNode", "range": [ - 6073, - 6083 + 6121, + 6131 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 21 }, "end": { - "line": 152, + "line": 153, "column": 31 } } }, "range": [ - 6069, - 6083 + 6117, + 6131 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 17 }, "end": { - "line": 152, + "line": 153, "column": 31 } } }, "range": [ - 6064, - 6083 + 6112, + 6131 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 12 }, "end": { - "line": 152, + "line": 153, "column": 31 } } @@ -14186,16 +14279,16 @@ ], "kind": "let", "range": [ - 6060, - 6084 + 6108, + 6132 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 8 }, "end": { - "line": 152, + "line": 153, "column": 32 } } @@ -14212,32 +14305,32 @@ "type": "Identifier", "name": "li", "range": [ - 6098, - 6100 + 6146, + 6148 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 13 }, "end": { - "line": 153, + "line": 154, "column": 15 } } }, "prefix": true, "range": [ - 6097, - 6100 + 6145, + 6148 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 12 }, "end": { - "line": 153, + "line": 154, "column": 15 } } @@ -14249,47 +14342,47 @@ "type": "Identifier", "name": "lbl", "range": [ - 6105, - 6108 + 6153, + 6156 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 20 }, "end": { - "line": 153, + "line": 154, "column": 23 } } }, "prefix": true, "range": [ - 6104, - 6108 + 6152, + 6156 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 19 }, "end": { - "line": 153, + "line": 154, "column": 23 } } }, "range": [ - 6097, - 6108 + 6145, + 6156 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 12 }, "end": { - "line": 153, + "line": 154, "column": 23 } } @@ -14301,48 +14394,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 6124, - 6131 + 6172, + 6179 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 12 }, "end": { - "line": 154, + "line": 155, "column": 19 } } } ], "range": [ - 6110, - 6141 + 6158, + 6189 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 25 }, "end": { - "line": 155, + "line": 156, "column": 9 } } }, "alternate": null, "range": [ - 6093, - 6141 + 6141, + 6189 ], "loc": { "start": { - "line": 153, + "line": 154, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 9 } } @@ -14356,16 +14449,16 @@ "type": "Identifier", "name": "isChecked", "range": [ - 6154, - 6163 + 6202, + 6211 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 12 }, "end": { - "line": 156, + "line": 157, "column": 21 } } @@ -14380,16 +14473,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 6166, - 6169 + 6214, + 6217 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 24 }, "end": { - "line": 156, + "line": 157, "column": 27 } } @@ -14398,31 +14491,31 @@ "type": "Identifier", "name": "firstChild", "range": [ - 6170, - 6180 + 6218, + 6228 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 28 }, "end": { - "line": 156, + "line": 157, "column": 38 } } }, "range": [ - 6166, - 6180 + 6214, + 6228 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 24 }, "end": { - "line": 156, + "line": 157, "column": 38 } } @@ -14431,46 +14524,46 @@ "type": "Identifier", "name": "checked", "range": [ - 6181, - 6188 + 6229, + 6236 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 39 }, "end": { - "line": 156, + "line": 157, "column": 46 } } }, "range": [ - 6166, - 6188 + 6214, + 6236 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 24 }, "end": { - "line": 156, + "line": 157, "column": 46 } } }, "range": [ - 6154, - 6188 + 6202, + 6236 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 12 }, "end": { - "line": 156, + "line": 157, "column": 46 } } @@ -14478,16 +14571,16 @@ ], "kind": "let", "range": [ - 6150, - 6189 + 6198, + 6237 ], "loc": { "start": { - "line": 156, + "line": 157, "column": 8 }, "end": { - "line": 156, + "line": 157, "column": 47 } } @@ -14501,16 +14594,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6202, - 6210 + 6250, + 6258 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 12 }, "end": { - "line": 157, + "line": 158, "column": 20 } } @@ -14535,16 +14628,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 6213, - 6216 + 6261, + 6264 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 23 }, "end": { - "line": 157, + "line": 158, "column": 26 } } @@ -14553,31 +14646,31 @@ "type": "Identifier", "name": "firstChild", "range": [ - 6217, - 6227 + 6265, + 6275 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 27 }, "end": { - "line": 157, + "line": 158, "column": 37 } } }, "range": [ - 6213, - 6227 + 6261, + 6275 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 23 }, "end": { - "line": 157, + "line": 158, "column": 37 } } @@ -14586,31 +14679,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 6228, - 6240 + 6276, + 6288 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 38 }, "end": { - "line": 157, + "line": 158, "column": 50 } } }, "range": [ - 6213, - 6240 + 6261, + 6288 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 23 }, "end": { - "line": 157, + "line": 158, "column": 50 } } @@ -14621,32 +14714,32 @@ "value": "id", "raw": "'id'", "range": [ - 6241, - 6245 + 6289, + 6293 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 51 }, "end": { - "line": 157, + "line": 158, "column": 55 } } } ], "range": [ - 6213, - 6246 + 6261, + 6294 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 23 }, "end": { - "line": 157, + "line": 158, "column": 56 } } @@ -14655,31 +14748,31 @@ "type": "Identifier", "name": "split", "range": [ - 6247, - 6252 + 6295, + 6300 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 57 }, "end": { - "line": 157, + "line": 158, "column": 62 } } }, "range": [ - 6213, - 6252 + 6261, + 6300 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 23 }, "end": { - "line": 157, + "line": 158, "column": 62 } } @@ -14690,32 +14783,32 @@ "value": "_", "raw": "'_'", "range": [ - 6253, - 6256 + 6301, + 6304 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 63 }, "end": { - "line": 157, + "line": 158, "column": 66 } } } ], "range": [ - 6213, - 6257 + 6261, + 6305 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 23 }, "end": { - "line": 157, + "line": 158, "column": 67 } } @@ -14725,46 +14818,46 @@ "value": 1, "raw": "1", "range": [ - 6258, - 6259 + 6306, + 6307 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 68 }, "end": { - "line": 157, + "line": 158, "column": 69 } } }, "range": [ - 6213, - 6260 + 6261, + 6308 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 23 }, "end": { - "line": 157, + "line": 158, "column": 70 } } }, "range": [ - 6202, - 6260 + 6250, + 6308 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 12 }, "end": { - "line": 157, + "line": 158, "column": 70 } } @@ -14772,16 +14865,16 @@ ], "kind": "let", "range": [ - 6198, - 6261 + 6246, + 6309 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 157, + "line": 158, "column": 71 } } @@ -14795,16 +14888,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6270, - 6278 + 6318, + 6326 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 16 } } @@ -14815,16 +14908,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 6281, - 6289 + 6329, + 6337 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 19 }, "end": { - "line": 158, + "line": 159, "column": 27 } } @@ -14834,16 +14927,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6290, - 6298 + 6338, + 6346 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 28 }, "end": { - "line": 158, + "line": 159, "column": 36 } } @@ -14853,62 +14946,62 @@ "value": 10, "raw": "10", "range": [ - 6300, - 6302 + 6348, + 6350 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 38 }, "end": { - "line": 158, + "line": 159, "column": 40 } } } ], "range": [ - 6281, - 6303 + 6329, + 6351 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 19 }, "end": { - "line": 158, + "line": 159, "column": 41 } } }, "range": [ - 6270, - 6303 + 6318, + 6351 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 41 } } }, "range": [ - 6270, - 6304 + 6318, + 6352 ], "loc": { "start": { - "line": 158, + "line": 159, "column": 8 }, "end": { - "line": 158, + "line": 159, "column": 42 } } @@ -14919,16 +15012,16 @@ "type": "Identifier", "name": "isChecked", "range": [ - 6317, - 6326 + 6365, + 6374 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 12 }, "end": { - "line": 159, + "line": 160, "column": 21 } } @@ -14947,16 +15040,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 6342, - 6345 + 6390, + 6393 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 12 }, "end": { - "line": 160, + "line": 161, "column": 15 } } @@ -14965,31 +15058,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 6346, - 6354 + 6394, + 6402 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 16 }, "end": { - "line": 160, + "line": 161, "column": 24 } } }, "range": [ - 6342, - 6354 + 6390, + 6402 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 12 }, "end": { - "line": 160, + "line": 161, "column": 24 } } @@ -14999,16 +15092,16 @@ "type": "Identifier", "name": "li", "range": [ - 6355, - 6357 + 6403, + 6405 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 25 }, "end": { - "line": 160, + "line": 161, "column": 27 } } @@ -15019,16 +15112,16 @@ "object": { "type": "ThisExpression", "range": [ - 6359, - 6363 + 6407, + 6411 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 29 }, "end": { - "line": 160, + "line": 161, "column": 33 } } @@ -15037,78 +15130,78 @@ "type": "Identifier", "name": "listSlcItemCssClass", "range": [ - 6364, - 6383 + 6412, + 6431 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 34 }, "end": { - "line": 160, + "line": 161, "column": 53 } } }, "range": [ - 6359, - 6383 + 6407, + 6431 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 29 }, "end": { - "line": 160, + "line": 161, "column": 53 } } } ], "range": [ - 6342, - 6384 + 6390, + 6432 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 12 }, "end": { - "line": 160, + "line": 161, "column": 54 } } }, "range": [ - 6342, - 6385 + 6390, + 6433 ], "loc": { "start": { - "line": 160, + "line": 161, "column": 12 }, "end": { - "line": 160, + "line": 161, "column": 55 } } } ], "range": [ - 6328, - 6395 + 6376, + 6443 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 23 }, "end": { - "line": 161, + "line": 162, "column": 9 } } @@ -15127,16 +15220,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 6415, - 6418 + 6463, + 6466 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 12 }, "end": { - "line": 162, + "line": 163, "column": 15 } } @@ -15145,31 +15238,31 @@ "type": "Identifier", "name": "removeClass", "range": [ - 6419, - 6430 + 6467, + 6478 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 16 }, "end": { - "line": 162, + "line": 163, "column": 27 } } }, "range": [ - 6415, - 6430 + 6463, + 6478 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 12 }, "end": { - "line": 162, + "line": 163, "column": 27 } } @@ -15179,16 +15272,16 @@ "type": "Identifier", "name": "li", "range": [ - 6431, - 6433 + 6479, + 6481 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 28 }, "end": { - "line": 162, + "line": 163, "column": 30 } } @@ -15199,16 +15292,16 @@ "object": { "type": "ThisExpression", "range": [ - 6435, - 6439 + 6483, + 6487 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 32 }, "end": { - "line": 162, + "line": 163, "column": 36 } } @@ -15217,93 +15310,93 @@ "type": "Identifier", "name": "listSlcItemCssClass", "range": [ - 6440, - 6459 + 6488, + 6507 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 37 }, "end": { - "line": 162, + "line": 163, "column": 56 } } }, "range": [ - 6435, - 6459 + 6483, + 6507 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 32 }, "end": { - "line": 162, + "line": 163, "column": 56 } } } ], "range": [ - 6415, - 6460 + 6463, + 6508 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 12 }, "end": { - "line": 162, + "line": 163, "column": 57 } } }, "range": [ - 6415, - 6461 + 6463, + 6509 ], "loc": { "start": { - "line": 162, + "line": 163, "column": 12 }, "end": { - "line": 162, + "line": 163, "column": 58 } } } ], "range": [ - 6401, - 6471 + 6449, + 6519 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 15 }, "end": { - "line": 163, + "line": 164, "column": 9 } } }, "range": [ - 6313, - 6471 + 6361, + 6519 ], "loc": { "start": { - "line": 159, + "line": 160, "column": 8 }, "end": { - "line": 163, + "line": 164, "column": 9 } } @@ -15317,16 +15410,16 @@ "type": "Identifier", "name": "hide", "range": [ - 6485, - 6489 + 6533, + 6537 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 12 }, "end": { - "line": 165, + "line": 166, "column": 16 } } @@ -15336,31 +15429,31 @@ "value": false, "raw": "false", "range": [ - 6492, - 6497 + 6540, + 6545 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 19 }, "end": { - "line": 165, + "line": 166, "column": 24 } } }, "range": [ - 6485, - 6497 + 6533, + 6545 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 12 }, "end": { - "line": 165, + "line": 166, "column": 24 } } @@ -15368,16 +15461,16 @@ ], "kind": "let", "range": [ - 6481, - 6498 + 6529, + 6546 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 165, + "line": 166, "column": 25 } } @@ -15396,16 +15489,16 @@ "object": { "type": "ThisExpression", "range": [ - 6512, - 6516 + 6560, + 6564 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 13 }, "end": { - "line": 166, + "line": 167, "column": 17 } } @@ -15414,31 +15507,31 @@ "type": "Identifier", "name": "tickToHide", "range": [ - 6517, - 6527 + 6565, + 6575 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 18 }, "end": { - "line": 166, + "line": 167, "column": 28 } } }, "range": [ - 6512, - 6527 + 6560, + 6575 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 13 }, "end": { - "line": 166, + "line": 167, "column": 28 } } @@ -15447,31 +15540,31 @@ "type": "Identifier", "name": "isChecked", "range": [ - 6531, - 6540 + 6579, + 6588 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 32 }, "end": { - "line": 166, + "line": 167, "column": 41 } } }, "range": [ - 6512, - 6540 + 6560, + 6588 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 13 }, "end": { - "line": 166, + "line": 167, "column": 41 } } @@ -15488,16 +15581,16 @@ "object": { "type": "ThisExpression", "range": [ - 6559, - 6563 + 6607, + 6611 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 14 }, "end": { - "line": 167, + "line": 168, "column": 18 } } @@ -15506,47 +15599,47 @@ "type": "Identifier", "name": "tickToHide", "range": [ - 6564, - 6574 + 6612, + 6622 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 19 }, "end": { - "line": 167, + "line": 168, "column": 29 } } }, "range": [ - 6559, - 6574 + 6607, + 6622 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 14 }, "end": { - "line": 167, + "line": 168, "column": 29 } } }, "prefix": true, "range": [ - 6558, - 6574 + 6606, + 6622 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 13 }, "end": { - "line": 167, + "line": 168, "column": 29 } } @@ -15558,62 +15651,62 @@ "type": "Identifier", "name": "isChecked", "range": [ - 6579, - 6588 + 6627, + 6636 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 34 }, "end": { - "line": 167, + "line": 168, "column": 43 } } }, "prefix": true, "range": [ - 6578, - 6588 + 6626, + 6636 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 33 }, "end": { - "line": 167, + "line": 168, "column": 43 } } }, "range": [ - 6558, - 6588 + 6606, + 6636 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 13 }, "end": { - "line": 167, + "line": 168, "column": 43 } } }, "range": [ - 6511, - 6589 + 6559, + 6637 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 12 }, "end": { - "line": 167, + "line": 168, "column": 44 } } @@ -15630,16 +15723,16 @@ "type": "Identifier", "name": "hide", "range": [ - 6605, - 6609 + 6653, + 6657 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 168, + "line": 169, "column": 16 } } @@ -15649,78 +15742,78 @@ "value": true, "raw": "true", "range": [ - 6612, - 6616 + 6660, + 6664 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 19 }, "end": { - "line": 168, + "line": 169, "column": 23 } } }, "range": [ - 6605, - 6616 + 6653, + 6664 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 168, + "line": 169, "column": 23 } } }, "range": [ - 6605, - 6617 + 6653, + 6665 ], "loc": { "start": { - "line": 168, + "line": 169, "column": 12 }, "end": { - "line": 168, + "line": 169, "column": 24 } } } ], "range": [ - 6591, - 6627 + 6639, + 6675 ], "loc": { "start": { - "line": 167, + "line": 168, "column": 46 }, "end": { - "line": 169, + "line": 170, "column": 9 } } }, "alternate": null, "range": [ - 6507, - 6627 + 6555, + 6675 ], "loc": { "start": { - "line": 166, + "line": 167, "column": 8 }, "end": { - "line": 169, + "line": 170, "column": 9 } } @@ -15735,16 +15828,16 @@ "object": { "type": "ThisExpression", "range": [ - 6636, - 6640 + 6684, + 6688 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 12 } } @@ -15753,31 +15846,31 @@ "type": "Identifier", "name": "setHidden", "range": [ - 6641, - 6650 + 6689, + 6698 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 13 }, "end": { - "line": 170, + "line": 171, "column": 22 } } }, "range": [ - 6636, - 6650 + 6684, + 6698 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 22 } } @@ -15787,16 +15880,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6651, - 6659 + 6699, + 6707 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 23 }, "end": { - "line": 170, + "line": 171, "column": 31 } } @@ -15805,63 +15898,63 @@ "type": "Identifier", "name": "hide", "range": [ - 6661, - 6665 + 6709, + 6713 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 33 }, "end": { - "line": 170, + "line": 171, "column": 37 } } } ], "range": [ - 6636, - 6666 + 6684, + 6714 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 38 } } }, "range": [ - 6636, - 6667 + 6684, + 6715 ], "loc": { "start": { - "line": 170, + "line": 171, "column": 8 }, "end": { - "line": 170, + "line": 171, "column": 39 } } } ], "range": [ - 6050, - 6673 + 6098, + 6721 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 19 }, "end": { - "line": 171, + "line": 172, "column": 5 } } @@ -15869,16 +15962,16 @@ "generator": false, "expression": false, "range": [ - 6044, - 6673 + 6092, + 6721 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 13 }, "end": { - "line": 171, + "line": 172, "column": 5 } } @@ -15886,16 +15979,16 @@ "kind": "method", "computed": false, "range": [ - 6035, - 6673 + 6083, + 6721 ], "loc": { "start": { - "line": 151, + "line": 152, "column": 4 }, "end": { - "line": 171, + "line": 172, "column": 5 } }, @@ -15907,16 +16000,16 @@ "type": "Identifier", "name": "init", "range": [ - 6679, - 6683 + 6727, + 6731 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 4 }, "end": { - "line": 173, + "line": 174, "column": 8 } } @@ -15931,74 +16024,145 @@ { "type": "IfStatement", "test": { - "type": "UnaryExpression", - "operator": "!", - "argument": { + "type": "LogicalExpression", + "operator": "||", + "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ - 6701, - 6705 + 6748, + 6752 ], "loc": { "start": { - "line": 174, - "column": 13 + "line": 175, + "column": 12 }, "end": { - "line": 174, - "column": 17 + "line": 175, + "column": 16 } } }, "property": { "type": "Identifier", - "name": "manager", + "name": "initialized", "range": [ - 6706, - 6713 + 6753, + 6764 ], "loc": { "start": { - "line": 174, - "column": 18 + "line": 175, + "column": 17 }, "end": { - "line": 174, - "column": 25 + "line": 175, + "column": 28 } } }, "range": [ - 6701, - 6713 + 6748, + 6764 ], "loc": { "start": { - "line": 174, - "column": 13 + "line": 175, + "column": 12 }, "end": { - "line": 174, - "column": 25 + "line": 175, + "column": 28 + } + } + }, + "right": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 6769, + 6773 + ], + "loc": { + "start": { + "line": 175, + "column": 33 + }, + "end": { + "line": 175, + "column": 37 + } + } + }, + "property": { + "type": "Identifier", + "name": "manager", + "range": [ + 6774, + 6781 + ], + "loc": { + "start": { + "line": 175, + "column": 38 + }, + "end": { + "line": 175, + "column": 45 + } + } + }, + "range": [ + 6769, + 6781 + ], + "loc": { + "start": { + "line": 175, + "column": 33 + }, + "end": { + "line": 175, + "column": 45 + } + } + }, + "prefix": true, + "range": [ + 6768, + 6781 + ], + "loc": { + "start": { + "line": 175, + "column": 32 + }, + "end": { + "line": 175, + "column": 45 } } }, - "prefix": true, "range": [ - 6700, - 6713 + 6748, + 6781 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 12 }, "end": { - "line": 174, - "column": 25 + "line": 175, + "column": 45 } } }, @@ -16009,48 +16173,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 6729, - 6736 + 6797, + 6804 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 12 }, "end": { - "line": 175, + "line": 176, "column": 19 } } } ], "range": [ - 6715, - 6746 + 6783, + 6814 ], "loc": { "start": { - "line": 174, - "column": 27 + "line": 175, + "column": 47 }, "end": { - "line": 176, + "line": 177, "column": 9 } } }, "alternate": null, "range": [ - 6696, - 6746 + 6744, + 6814 ], "loc": { "start": { - "line": 174, + "line": 175, "column": 8 }, "end": { - "line": 176, + "line": 177, "column": 9 } } @@ -16068,16 +16232,16 @@ "object": { "type": "ThisExpression", "range": [ - 6756, - 6760 + 6824, + 6828 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 8 }, "end": { - "line": 178, + "line": 179, "column": 12 } } @@ -16086,31 +16250,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 6761, - 6768 + 6829, + 6836 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 13 }, "end": { - "line": 178, + "line": 179, "column": 20 } } }, "range": [ - 6756, - 6768 + 6824, + 6836 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 8 }, "end": { - "line": 178, + "line": 179, "column": 20 } } @@ -16119,31 +16283,31 @@ "type": "Identifier", "name": "on", "range": [ - 6769, - 6771 + 6837, + 6839 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 21 }, "end": { - "line": 178, + "line": 179, "column": 23 } } }, "range": [ - 6756, - 6771 + 6824, + 6839 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 8 }, "end": { - "line": 178, + "line": 179, "column": 23 } } @@ -16157,32 +16321,32 @@ "value": "hide-column", "raw": "'hide-column'", "range": [ - 6773, - 6786 + 6841, + 6854 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 25 }, "end": { - "line": 178, + "line": 179, "column": 38 } } } ], "range": [ - 6772, - 6787 + 6840, + 6855 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 24 }, "end": { - "line": 178, + "line": 179, "column": 39 } } @@ -16195,16 +16359,16 @@ "type": "Identifier", "name": "tf", "range": [ - 6802, - 6804 + 6870, + 6872 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 13 }, "end": { - "line": 179, + "line": 180, "column": 15 } } @@ -16213,16 +16377,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6806, - 6814 + 6874, + 6882 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 17 }, "end": { - "line": 179, + "line": 180, "column": 25 } } @@ -16236,16 +16400,16 @@ "object": { "type": "ThisExpression", "range": [ - 6819, - 6823 + 6887, + 6891 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 30 }, "end": { - "line": 179, + "line": 180, "column": 34 } } @@ -16254,31 +16418,31 @@ "type": "Identifier", "name": "hideCol", "range": [ - 6824, - 6831 + 6892, + 6899 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 35 }, "end": { - "line": 179, + "line": 180, "column": 42 } } }, "range": [ - 6819, - 6831 + 6887, + 6899 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 30 }, "end": { - "line": 179, + "line": 180, "column": 42 } } @@ -16288,32 +16452,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6832, - 6840 + 6900, + 6908 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 43 }, "end": { - "line": 179, + "line": 180, "column": 51 } } } ], "range": [ - 6819, - 6841 + 6887, + 6909 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 30 }, "end": { - "line": 179, + "line": 180, "column": 52 } } @@ -16321,47 +16485,47 @@ "generator": false, "expression": true, "range": [ - 6801, - 6841 + 6869, + 6909 ], "loc": { "start": { - "line": 179, + "line": 180, "column": 12 }, "end": { - "line": 179, + "line": 180, "column": 52 } } } ], "range": [ - 6756, - 6842 + 6824, + 6910 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 8 }, "end": { - "line": 179, + "line": 180, "column": 53 } } }, "range": [ - 6756, - 6843 + 6824, + 6911 ], "loc": { "start": { - "line": 178, + "line": 179, "column": 8 }, "end": { - "line": 179, + "line": 180, "column": 54 } } @@ -16376,16 +16540,16 @@ "object": { "type": "ThisExpression", "range": [ - 6853, - 6857 + 6921, + 6925 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 8 }, "end": { - "line": 181, + "line": 182, "column": 12 } } @@ -16394,62 +16558,62 @@ "type": "Identifier", "name": "buildBtn", "range": [ - 6858, - 6866 + 6926, + 6934 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 13 }, "end": { - "line": 181, + "line": 182, "column": 21 } } }, "range": [ - 6853, - 6866 + 6921, + 6934 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 8 }, "end": { - "line": 181, + "line": 182, "column": 21 } } }, "arguments": [], "range": [ - 6853, - 6868 + 6921, + 6936 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 8 }, "end": { - "line": 181, + "line": 182, "column": 23 } } }, "range": [ - 6853, - 6869 + 6921, + 6937 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 8 }, "end": { - "line": 181, + "line": 182, "column": 24 } } @@ -16464,16 +16628,16 @@ "object": { "type": "ThisExpression", "range": [ - 6878, - 6882 + 6946, + 6950 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 8 }, "end": { - "line": 182, + "line": 183, "column": 12 } } @@ -16482,62 +16646,62 @@ "type": "Identifier", "name": "buildManager", "range": [ - 6883, - 6895 + 6951, + 6963 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 13 }, "end": { - "line": 182, + "line": 183, "column": 25 } } }, "range": [ - 6878, - 6895 + 6946, + 6963 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 8 }, "end": { - "line": 182, + "line": 183, "column": 25 } } }, "arguments": [], "range": [ - 6878, - 6897 + 6946, + 6965 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 8 }, "end": { - "line": 182, + "line": 183, "column": 27 } } }, "range": [ - 6878, - 6898 + 6946, + 6966 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 8 }, "end": { - "line": 182, + "line": 183, "column": 28 } } @@ -16553,16 +16717,16 @@ "object": { "type": "ThisExpression", "range": [ - 6908, - 6912 + 6976, + 6980 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 184, + "line": 185, "column": 12 } } @@ -16571,31 +16735,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 6913, - 6924 + 6981, + 6992 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 13 }, "end": { - "line": 184, + "line": 185, "column": 24 } } }, "range": [ - 6908, - 6924 + 6976, + 6992 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 184, + "line": 185, "column": 24 } } @@ -16605,46 +16769,46 @@ "value": true, "raw": "true", "range": [ - 6927, - 6931 + 6995, + 6999 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 27 }, "end": { - "line": 184, + "line": 185, "column": 31 } } }, "range": [ - 6908, - 6931 + 6976, + 6999 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 184, + "line": 185, "column": 31 } } }, "range": [ - 6908, - 6932 + 6976, + 7000 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 184, + "line": 185, "column": 32 } } @@ -16662,16 +16826,16 @@ "object": { "type": "ThisExpression", "range": [ - 6941, - 6945 + 7009, + 7013 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 8 }, "end": { - "line": 185, + "line": 186, "column": 12 } } @@ -16680,31 +16844,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 6946, - 6953 + 7014, + 7021 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 13 }, "end": { - "line": 185, + "line": 186, "column": 20 } } }, "range": [ - 6941, - 6953 + 7009, + 7021 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 8 }, "end": { - "line": 185, + "line": 186, "column": 20 } } @@ -16713,31 +16877,31 @@ "type": "Identifier", "name": "emit", "range": [ - 6954, - 6958 + 7022, + 7026 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 21 }, "end": { - "line": 185, + "line": 186, "column": 25 } } }, "range": [ - 6941, - 6958 + 7009, + 7026 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 8 }, "end": { - "line": 185, + "line": 186, "column": 25 } } @@ -16748,16 +16912,16 @@ "value": "columns-visibility-initialized", "raw": "'columns-visibility-initialized'", "range": [ - 6959, - 6991 + 7027, + 7059 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 26 }, "end": { - "line": 185, + "line": 186, "column": 58 } } @@ -16768,16 +16932,16 @@ "object": { "type": "ThisExpression", "range": [ - 6993, - 6997 + 7061, + 7065 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 60 }, "end": { - "line": 185, + "line": 186, "column": 64 } } @@ -16786,31 +16950,31 @@ "type": "Identifier", "name": "tf", "range": [ - 6998, - 7000 + 7066, + 7068 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 65 }, "end": { - "line": 185, + "line": 186, "column": 67 } } }, "range": [ - 6993, - 7000 + 7061, + 7068 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 60 }, "end": { - "line": 185, + "line": 186, "column": 67 } } @@ -16818,47 +16982,47 @@ { "type": "ThisExpression", "range": [ - 7002, - 7006 + 7070, + 7074 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 69 }, "end": { - "line": 185, + "line": 186, "column": 73 } } } ], "range": [ - 6941, - 7007 + 7009, + 7075 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 8 }, "end": { - "line": 185, + "line": 186, "column": 74 } } }, "range": [ - 6941, - 7008 + 7009, + 7076 ], "loc": { "start": { - "line": 185, + "line": 186, "column": 8 }, "end": { - "line": 185, + "line": 186, "column": 75 } }, @@ -16867,16 +17031,16 @@ "type": "Line", "value": " Hide columns at start at very end of initialization", "range": [ - 7018, - 7072 + 7086, + 7140 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 8 }, "end": { - "line": 187, + "line": 188, "column": 62 } } @@ -16893,16 +17057,16 @@ "object": { "type": "ThisExpression", "range": [ - 7081, - 7085 + 7149, + 7153 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 12 } } @@ -16911,62 +17075,62 @@ "type": "Identifier", "name": "_hideAtStart", "range": [ - 7086, - 7098 + 7154, + 7166 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 13 }, "end": { - "line": 188, + "line": 189, "column": 25 } } }, "range": [ - 7081, - 7098 + 7149, + 7166 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 25 } } }, "arguments": [], "range": [ - 7081, - 7100 + 7149, + 7168 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 27 } } }, "range": [ - 7081, - 7101 + 7149, + 7169 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 28 } }, @@ -16975,16 +17139,16 @@ "type": "Line", "value": " Hide columns at start at very end of initialization", "range": [ - 7018, - 7072 + 7086, + 7140 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 8 }, "end": { - "line": 187, + "line": 188, "column": 62 } } @@ -16993,16 +17157,16 @@ } ], "range": [ - 6686, - 7107 + 6734, + 7175 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 11 }, "end": { - "line": 189, + "line": 190, "column": 5 } } @@ -17010,16 +17174,16 @@ "generator": false, "expression": false, "range": [ - 6683, - 7107 + 6731, + 7175 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 8 }, "end": { - "line": 189, + "line": 190, "column": 5 } } @@ -17027,16 +17191,16 @@ "kind": "method", "computed": false, "range": [ - 6679, - 7107 + 6727, + 7175 ], "loc": { "start": { - "line": 173, + "line": 174, "column": 4 }, "end": { - "line": 189, + "line": 190, "column": 5 } }, @@ -17045,16 +17209,16 @@ "type": "Block", "value": "*\n * Build main button UI\n ", "range": [ - 7113, - 7152 + 7181, + 7220 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 4 }, "end": { - "line": 193, + "line": 194, "column": 7 } } @@ -17068,16 +17232,16 @@ "type": "Identifier", "name": "buildBtn", "range": [ - 7157, - 7165 + 7225, + 7233 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 4 }, "end": { - "line": 194, + "line": 195, "column": 12 } } @@ -17097,16 +17261,16 @@ "object": { "type": "ThisExpression", "range": [ - 7182, - 7186 + 7250, + 7254 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 12 }, "end": { - "line": 195, + "line": 196, "column": 16 } } @@ -17115,31 +17279,31 @@ "type": "Identifier", "name": "btnEl", "range": [ - 7187, - 7192 + 7255, + 7260 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 17 }, "end": { - "line": 195, + "line": 196, "column": 22 } } }, "range": [ - 7182, - 7192 + 7250, + 7260 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 12 }, "end": { - "line": 195, + "line": 196, "column": 22 } } @@ -17151,48 +17315,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 7208, - 7215 + 7276, + 7283 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 12 }, "end": { - "line": 196, + "line": 197, "column": 19 } } } ], "range": [ - 7194, - 7225 + 7262, + 7293 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 24 }, "end": { - "line": 197, + "line": 198, "column": 9 } } }, "alternate": null, "range": [ - 7178, - 7225 + 7246, + 7293 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 8 }, "end": { - "line": 197, + "line": 198, "column": 9 } } @@ -17206,16 +17370,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7238, - 7240 + 7306, + 7308 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 12 }, "end": { - "line": 198, + "line": 199, "column": 14 } } @@ -17226,16 +17390,16 @@ "object": { "type": "ThisExpression", "range": [ - 7243, - 7247 + 7311, + 7315 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 17 }, "end": { - "line": 198, + "line": 199, "column": 21 } } @@ -17244,46 +17408,46 @@ "type": "Identifier", "name": "tf", "range": [ - 7248, - 7250 + 7316, + 7318 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 22 }, "end": { - "line": 198, + "line": 199, "column": 24 } } }, "range": [ - 7243, - 7250 + 7311, + 7318 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 17 }, "end": { - "line": 198, + "line": 199, "column": 24 } } }, "range": [ - 7238, - 7250 + 7306, + 7318 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 12 }, "end": { - "line": 198, + "line": 199, "column": 24 } } @@ -17291,16 +17455,16 @@ ], "kind": "let", "range": [ - 7234, - 7251 + 7302, + 7319 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 8 }, "end": { - "line": 198, + "line": 199, "column": 25 } } @@ -17314,16 +17478,16 @@ "type": "Identifier", "name": "span", "range": [ - 7264, - 7268 + 7332, + 7336 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 12 }, "end": { - "line": 199, + "line": 200, "column": 16 } } @@ -17337,16 +17501,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7271, - 7274 + 7339, + 7342 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 19 }, "end": { - "line": 199, + "line": 200, "column": 22 } } @@ -17355,31 +17519,31 @@ "type": "Identifier", "name": "create", "range": [ - 7275, - 7281 + 7343, + 7349 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 23 }, "end": { - "line": 199, + "line": 200, "column": 29 } } }, "range": [ - 7271, - 7281 + 7339, + 7349 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 19 }, "end": { - "line": 199, + "line": 200, "column": 29 } } @@ -17390,16 +17554,16 @@ "value": "span", "raw": "'span'", "range": [ - 7282, - 7288 + 7350, + 7356 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 30 }, "end": { - "line": 199, + "line": 200, "column": 36 } } @@ -17412,16 +17576,16 @@ "value": "id", "raw": "'id'", "range": [ - 7291, - 7295 + 7359, + 7363 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 39 }, "end": { - "line": 199, + "line": 200, "column": 43 } } @@ -17435,16 +17599,16 @@ "object": { "type": "ThisExpression", "range": [ - 7297, - 7301 + 7365, + 7369 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 45 }, "end": { - "line": 199, + "line": 200, "column": 49 } } @@ -17453,31 +17617,31 @@ "type": "Identifier", "name": "prfx", "range": [ - 7302, - 7306 + 7370, + 7374 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 50 }, "end": { - "line": 199, + "line": 200, "column": 54 } } }, "range": [ - 7297, - 7306 + 7365, + 7374 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 45 }, "end": { - "line": 199, + "line": 200, "column": 54 } } @@ -17489,16 +17653,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7309, - 7311 + 7377, + 7379 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 57 }, "end": { - "line": 199, + "line": 200, "column": 59 } } @@ -17507,93 +17671,93 @@ "type": "Identifier", "name": "id", "range": [ - 7312, - 7314 + 7380, + 7382 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 60 }, "end": { - "line": 199, + "line": 200, "column": 62 } } }, "range": [ - 7309, - 7314 + 7377, + 7382 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 57 }, "end": { - "line": 199, + "line": 200, "column": 62 } } }, "range": [ - 7297, - 7314 + 7365, + 7382 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 45 }, "end": { - "line": 199, + "line": 200, "column": 62 } } } ], "range": [ - 7290, - 7315 + 7358, + 7383 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 38 }, "end": { - "line": 199, + "line": 200, "column": 63 } } } ], "range": [ - 7271, - 7316 + 7339, + 7384 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 19 }, "end": { - "line": 199, + "line": 200, "column": 64 } } }, "range": [ - 7264, - 7316 + 7332, + 7384 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 12 }, "end": { - "line": 199, + "line": 200, "column": 64 } } @@ -17601,16 +17765,16 @@ ], "kind": "let", "range": [ - 7260, - 7317 + 7328, + 7385 ], "loc": { "start": { - "line": 199, + "line": 200, "column": 8 }, "end": { - "line": 199, + "line": 200, "column": 65 } } @@ -17627,16 +17791,16 @@ "type": "Identifier", "name": "span", "range": [ - 7326, - 7330 + 7394, + 7398 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 8 }, "end": { - "line": 200, + "line": 201, "column": 12 } } @@ -17645,31 +17809,31 @@ "type": "Identifier", "name": "className", "range": [ - 7331, - 7340 + 7399, + 7408 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 13 }, "end": { - "line": 200, + "line": 201, "column": 22 } } }, "range": [ - 7326, - 7340 + 7394, + 7408 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 8 }, "end": { - "line": 200, + "line": 201, "column": 22 } } @@ -17680,16 +17844,16 @@ "object": { "type": "ThisExpression", "range": [ - 7343, - 7347 + 7411, + 7415 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 25 }, "end": { - "line": 200, + "line": 201, "column": 29 } } @@ -17698,61 +17862,61 @@ "type": "Identifier", "name": "spanCssClass", "range": [ - 7348, - 7360 + 7416, + 7428 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 30 }, "end": { - "line": 200, + "line": 201, "column": 42 } } }, "range": [ - 7343, - 7360 + 7411, + 7428 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 25 }, "end": { - "line": 200, + "line": 201, "column": 42 } } }, "range": [ - 7326, - 7360 + 7394, + 7428 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 8 }, "end": { - "line": 200, + "line": 201, "column": 42 } } }, "range": [ - 7326, - 7361 + 7394, + 7429 ], "loc": { "start": { - "line": 200, + "line": 201, "column": 8 }, "end": { - "line": 200, + "line": 201, "column": 43 } }, @@ -17761,16 +17925,16 @@ "type": "Line", "value": "Container element (rdiv or custom element)", "range": [ - 7371, - 7415 + 7439, + 7483 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 8 }, "end": { - "line": 202, + "line": 203, "column": 52 } } @@ -17788,16 +17952,16 @@ "object": { "type": "ThisExpression", "range": [ - 7429, - 7433 + 7497, + 7501 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 13 }, "end": { - "line": 203, + "line": 204, "column": 17 } } @@ -17806,47 +17970,47 @@ "type": "Identifier", "name": "btnTgtId", "range": [ - 7434, - 7442 + 7502, + 7510 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 18 }, "end": { - "line": 203, + "line": 204, "column": 26 } } }, "range": [ - 7429, - 7442 + 7497, + 7510 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 13 }, "end": { - "line": 203, + "line": 204, "column": 26 } } }, "prefix": true, "range": [ - 7428, - 7442 + 7496, + 7510 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 12 }, "end": { - "line": 203, + "line": 204, "column": 26 } } @@ -17865,16 +18029,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7458, - 7460 + 7526, + 7528 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 14 } } @@ -17883,94 +18047,94 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 7461, - 7471 + 7529, + 7539 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 15 }, "end": { - "line": 204, + "line": 205, "column": 25 } } }, "range": [ - 7458, - 7471 + 7526, + 7539 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 25 } } }, "arguments": [], "range": [ - 7458, - 7473 + 7526, + 7541 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 27 } } }, "range": [ - 7458, - 7474 + 7526, + 7542 ], "loc": { "start": { - "line": 204, + "line": 205, "column": 12 }, "end": { - "line": 204, + "line": 205, "column": 28 } } } ], "range": [ - 7444, - 7484 + 7512, + 7552 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 28 }, "end": { - "line": 205, + "line": 206, "column": 9 } } }, "alternate": null, "range": [ - 7424, - 7484 + 7492, + 7552 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 8 }, "end": { - "line": 205, + "line": 206, "column": 9 } }, @@ -17979,16 +18143,16 @@ "type": "Line", "value": "Container element (rdiv or custom element)", "range": [ - 7371, - 7415 + 7439, + 7483 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 8 }, "end": { - "line": 202, + "line": 203, "column": 52 } } @@ -18004,16 +18168,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 7497, - 7505 + 7565, + 7573 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 12 }, "end": { - "line": 206, + "line": 207, "column": 20 } } @@ -18029,16 +18193,16 @@ "object": { "type": "ThisExpression", "range": [ - 7509, - 7513 + 7577, + 7581 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 24 }, "end": { - "line": 206, + "line": 207, "column": 28 } } @@ -18047,47 +18211,47 @@ "type": "Identifier", "name": "btnTgtId", "range": [ - 7514, - 7522 + 7582, + 7590 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 29 }, "end": { - "line": 206, + "line": 207, "column": 37 } } }, "range": [ - 7509, - 7522 + 7577, + 7590 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 24 }, "end": { - "line": 206, + "line": 207, "column": 37 } } }, "prefix": true, "range": [ - 7508, - 7522 + 7576, + 7590 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 23 }, "end": { - "line": 206, + "line": 207, "column": 37 } } @@ -18099,16 +18263,16 @@ "type": "Identifier", "name": "tf", "range": [ - 7525, - 7527 + 7593, + 7595 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 40 }, "end": { - "line": 206, + "line": 207, "column": 42 } } @@ -18117,31 +18281,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 7528, - 7532 + 7596, + 7600 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 43 }, "end": { - "line": 206, + "line": 207, "column": 47 } } }, "range": [ - 7525, - 7532 + 7593, + 7600 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 40 }, "end": { - "line": 206, + "line": 207, "column": 47 } } @@ -18155,16 +18319,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7535, - 7538 + 7603, + 7606 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 50 }, "end": { - "line": 206, + "line": 207, "column": 53 } } @@ -18173,31 +18337,31 @@ "type": "Identifier", "name": "id", "range": [ - 7539, - 7541 + 7607, + 7609 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 54 }, "end": { - "line": 206, + "line": 207, "column": 56 } } }, "range": [ - 7535, - 7541 + 7603, + 7609 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 50 }, "end": { - "line": 206, + "line": 207, "column": 56 } } @@ -18209,16 +18373,16 @@ "object": { "type": "ThisExpression", "range": [ - 7542, - 7546 + 7610, + 7614 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 57 }, "end": { - "line": 206, + "line": 207, "column": 61 } } @@ -18227,77 +18391,77 @@ "type": "Identifier", "name": "btnTgtId", "range": [ - 7547, - 7555 + 7615, + 7623 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 62 }, "end": { - "line": 206, + "line": 207, "column": 70 } } }, "range": [ - 7542, - 7555 + 7610, + 7623 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 57 }, "end": { - "line": 206, + "line": 207, "column": 70 } } } ], "range": [ - 7535, - 7556 + 7603, + 7624 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 50 }, "end": { - "line": 206, + "line": 207, "column": 71 } } }, "range": [ - 7508, - 7556 + 7576, + 7624 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 23 }, "end": { - "line": 206, + "line": 207, "column": 71 } } }, "range": [ - 7497, - 7556 + 7565, + 7624 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 12 }, "end": { - "line": 206, + "line": 207, "column": 71 } } @@ -18305,16 +18469,16 @@ ], "kind": "let", "range": [ - 7493, - 7557 + 7561, + 7625 ], "loc": { "start": { - "line": 206, + "line": 207, "column": 8 }, "end": { - "line": 206, + "line": 207, "column": 72 } } @@ -18330,16 +18494,16 @@ "object": { "type": "ThisExpression", "range": [ - 7572, - 7576 + 7640, + 7644 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 13 }, "end": { - "line": 208, + "line": 209, "column": 17 } } @@ -18348,47 +18512,47 @@ "type": "Identifier", "name": "btnTgtId", "range": [ - 7577, - 7585 + 7645, + 7653 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 18 }, "end": { - "line": 208, + "line": 209, "column": 26 } } }, "range": [ - 7572, - 7585 + 7640, + 7653 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 13 }, "end": { - "line": 208, + "line": 209, "column": 26 } } }, "prefix": true, "range": [ - 7571, - 7585 + 7639, + 7653 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 12 }, "end": { - "line": 208, + "line": 209, "column": 26 } } @@ -18405,16 +18569,16 @@ "type": "Identifier", "name": "firstChild", "range": [ - 7605, - 7615 + 7673, + 7683 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 16 }, "end": { - "line": 209, + "line": 210, "column": 26 } } @@ -18426,16 +18590,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 7618, - 7626 + 7686, + 7694 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 29 }, "end": { - "line": 209, + "line": 210, "column": 37 } } @@ -18444,46 +18608,46 @@ "type": "Identifier", "name": "firstChild", "range": [ - 7627, - 7637 + 7695, + 7705 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 38 }, "end": { - "line": 209, + "line": 210, "column": 48 } } }, "range": [ - 7618, - 7637 + 7686, + 7705 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 29 }, "end": { - "line": 209, + "line": 210, "column": 48 } } }, "range": [ - 7605, - 7637 + 7673, + 7705 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 16 }, "end": { - "line": 209, + "line": 210, "column": 48 } } @@ -18491,16 +18655,16 @@ ], "kind": "let", "range": [ - 7601, - 7638 + 7669, + 7706 ], "loc": { "start": { - "line": 209, + "line": 210, "column": 12 }, "end": { - "line": 209, + "line": 210, "column": 49 } } @@ -18519,16 +18683,16 @@ "type": "Identifier", "name": "firstChild", "range": [ - 7651, - 7661 + 7719, + 7729 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 22 } } @@ -18537,31 +18701,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 7662, - 7672 + 7730, + 7740 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 23 }, "end": { - "line": 210, + "line": 211, "column": 33 } } }, "range": [ - 7651, - 7672 + 7719, + 7740 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 33 } } @@ -18570,31 +18734,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 7673, - 7685 + 7741, + 7753 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 34 }, "end": { - "line": 210, + "line": 211, "column": 46 } } }, "range": [ - 7651, - 7685 + 7719, + 7753 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 46 } } @@ -18604,16 +18768,16 @@ "type": "Identifier", "name": "span", "range": [ - 7686, - 7690 + 7754, + 7758 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 47 }, "end": { - "line": 210, + "line": 211, "column": 51 } } @@ -18622,63 +18786,63 @@ "type": "Identifier", "name": "firstChild", "range": [ - 7692, - 7702 + 7760, + 7770 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 53 }, "end": { - "line": 210, + "line": 211, "column": 63 } } } ], "range": [ - 7651, - 7703 + 7719, + 7771 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 64 } } }, "range": [ - 7651, - 7704 + 7719, + 7772 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 12 }, "end": { - "line": 210, + "line": 211, "column": 65 } } } ], "range": [ - 7587, - 7714 + 7655, + 7782 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 28 }, "end": { - "line": 211, + "line": 212, "column": 9 } } @@ -18697,16 +18861,16 @@ "type": "Identifier", "name": "targetEl", "range": [ - 7734, - 7742 + 7802, + 7810 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 12 }, "end": { - "line": 212, + "line": 213, "column": 20 } } @@ -18715,31 +18879,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7743, - 7754 + 7811, + 7822 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 21 }, "end": { - "line": 212, + "line": 213, "column": 32 } } }, "range": [ - 7734, - 7754 + 7802, + 7822 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 12 }, "end": { - "line": 212, + "line": 213, "column": 32 } } @@ -18749,78 +18913,78 @@ "type": "Identifier", "name": "span", "range": [ - 7755, - 7759 + 7823, + 7827 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 33 }, "end": { - "line": 212, + "line": 213, "column": 37 } } } ], "range": [ - 7734, - 7760 + 7802, + 7828 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 12 }, "end": { - "line": 212, + "line": 213, "column": 38 } } }, "range": [ - 7734, - 7761 + 7802, + 7829 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 12 }, "end": { - "line": 212, + "line": 213, "column": 39 } } } ], "range": [ - 7720, - 7771 + 7788, + 7839 ], "loc": { "start": { - "line": 211, + "line": 212, "column": 15 }, "end": { - "line": 213, + "line": 214, "column": 9 } } }, "range": [ - 7567, - 7771 + 7635, + 7839 ], "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 213, + "line": 214, "column": 9 } } @@ -18836,16 +19000,16 @@ "object": { "type": "ThisExpression", "range": [ - 7786, - 7790 + 7854, + 7858 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 13 }, "end": { - "line": 215, + "line": 216, "column": 17 } } @@ -18854,47 +19018,47 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 7791, - 7798 + 7859, + 7866 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 18 }, "end": { - "line": 215, + "line": 216, "column": 25 } } }, "range": [ - 7786, - 7798 + 7854, + 7866 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 13 }, "end": { - "line": 215, + "line": 216, "column": 25 } } }, "prefix": true, "range": [ - 7785, - 7798 + 7853, + 7866 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 12 }, "end": { - "line": 215, + "line": 216, "column": 25 } } @@ -18911,16 +19075,16 @@ "type": "Identifier", "name": "btn", "range": [ - 7818, - 7821 + 7886, + 7889 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 19 } } @@ -18934,16 +19098,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7824, - 7827 + 7892, + 7895 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 22 }, "end": { - "line": 216, + "line": 217, "column": 25 } } @@ -18952,31 +19116,31 @@ "type": "Identifier", "name": "create", "range": [ - 7828, - 7834 + 7896, + 7902 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 26 }, "end": { - "line": 216, + "line": 217, "column": 32 } } }, "range": [ - 7824, - 7834 + 7892, + 7902 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 22 }, "end": { - "line": 216, + "line": 217, "column": 32 } } @@ -18987,16 +19151,16 @@ "value": "a", "raw": "'a'", "range": [ - 7835, - 7838 + 7903, + 7906 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 33 }, "end": { - "line": 216, + "line": 217, "column": 36 } } @@ -19009,16 +19173,16 @@ "value": "href", "raw": "'href'", "range": [ - 7841, - 7847 + 7909, + 7915 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 39 }, "end": { - "line": 216, + "line": 217, "column": 45 } } @@ -19028,63 +19192,63 @@ "value": "javascript:;", "raw": "'javascript:;'", "range": [ - 7849, - 7863 + 7917, + 7931 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 47 }, "end": { - "line": 216, + "line": 217, "column": 61 } } } ], "range": [ - 7840, - 7864 + 7908, + 7932 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 38 }, "end": { - "line": 216, + "line": 217, "column": 62 } } } ], "range": [ - 7824, - 7865 + 7892, + 7933 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 22 }, "end": { - "line": 216, + "line": 217, "column": 63 } } }, "range": [ - 7818, - 7865 + 7886, + 7933 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 16 }, "end": { - "line": 216, + "line": 217, "column": 63 } } @@ -19092,16 +19256,16 @@ ], "kind": "let", "range": [ - 7814, - 7866 + 7882, + 7934 ], "loc": { "start": { - "line": 216, + "line": 217, "column": 12 }, "end": { - "line": 216, + "line": 217, "column": 64 } } @@ -19118,16 +19282,16 @@ "type": "Identifier", "name": "btn", "range": [ - 7879, - 7882 + 7947, + 7950 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 12 }, "end": { - "line": 217, + "line": 218, "column": 15 } } @@ -19136,31 +19300,31 @@ "type": "Identifier", "name": "className", "range": [ - 7883, - 7892 + 7951, + 7960 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 16 }, "end": { - "line": 217, + "line": 218, "column": 25 } } }, "range": [ - 7879, - 7892 + 7947, + 7960 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 12 }, "end": { - "line": 217, + "line": 218, "column": 25 } } @@ -19171,16 +19335,16 @@ "object": { "type": "ThisExpression", "range": [ - 7895, - 7899 + 7963, + 7967 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 28 }, "end": { - "line": 217, + "line": 218, "column": 32 } } @@ -19189,61 +19353,61 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 7900, - 7911 + 7968, + 7979 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 33 }, "end": { - "line": 217, + "line": 218, "column": 44 } } }, "range": [ - 7895, - 7911 + 7963, + 7979 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 28 }, "end": { - "line": 217, + "line": 218, "column": 44 } } }, "range": [ - 7879, - 7911 + 7947, + 7979 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 12 }, "end": { - "line": 217, + "line": 218, "column": 44 } } }, "range": [ - 7879, - 7912 + 7947, + 7980 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 12 }, "end": { - "line": 217, + "line": 218, "column": 45 } } @@ -19260,16 +19424,16 @@ "type": "Identifier", "name": "btn", "range": [ - 7925, - 7928 + 7993, + 7996 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 12 }, "end": { - "line": 218, + "line": 219, "column": 15 } } @@ -19278,31 +19442,31 @@ "type": "Identifier", "name": "title", "range": [ - 7929, - 7934 + 7997, + 8002 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 16 }, "end": { - "line": 218, + "line": 219, "column": 21 } } }, "range": [ - 7925, - 7934 + 7993, + 8002 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 12 }, "end": { - "line": 218, + "line": 219, "column": 21 } } @@ -19313,16 +19477,16 @@ "object": { "type": "ThisExpression", "range": [ - 7937, - 7941 + 8005, + 8009 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 24 }, "end": { - "line": 218, + "line": 219, "column": 28 } } @@ -19331,61 +19495,61 @@ "type": "Identifier", "name": "desc", "range": [ - 7942, - 7946 + 8010, + 8014 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 29 }, "end": { - "line": 218, + "line": 219, "column": 33 } } }, "range": [ - 7937, - 7946 + 8005, + 8014 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 24 }, "end": { - "line": 218, + "line": 219, "column": 33 } } }, "range": [ - 7925, - 7946 + 7993, + 8014 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 12 }, "end": { - "line": 218, + "line": 219, "column": 33 } } }, "range": [ - 7925, - 7947 + 7993, + 8015 ], "loc": { "start": { - "line": 218, + "line": 219, "column": 12 }, "end": { - "line": 218, + "line": 219, "column": 34 } } @@ -19402,16 +19566,16 @@ "type": "Identifier", "name": "btn", "range": [ - 7961, - 7964 + 8029, + 8032 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 12 }, "end": { - "line": 220, + "line": 221, "column": 15 } } @@ -19420,31 +19584,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 7965, - 7974 + 8033, + 8042 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 16 }, "end": { - "line": 220, + "line": 221, "column": 25 } } }, "range": [ - 7961, - 7974 + 8029, + 8042 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 12 }, "end": { - "line": 220, + "line": 221, "column": 25 } } @@ -19455,16 +19619,16 @@ "object": { "type": "ThisExpression", "range": [ - 7977, - 7981 + 8045, + 8049 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 28 }, "end": { - "line": 220, + "line": 221, "column": 32 } } @@ -19473,61 +19637,61 @@ "type": "Identifier", "name": "btnText", "range": [ - 7982, - 7989 + 8050, + 8057 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 33 }, "end": { - "line": 220, + "line": 221, "column": 40 } } }, "range": [ - 7977, - 7989 + 8045, + 8057 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 28 }, "end": { - "line": 220, + "line": 221, "column": 40 } } }, "range": [ - 7961, - 7989 + 8029, + 8057 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 12 }, "end": { - "line": 220, + "line": 221, "column": 40 } } }, "range": [ - 7961, - 7990 + 8029, + 8058 ], "loc": { "start": { - "line": 220, + "line": 221, "column": 12 }, "end": { - "line": 220, + "line": 221, "column": 41 } } @@ -19543,16 +19707,16 @@ "type": "Identifier", "name": "span", "range": [ - 8003, - 8007 + 8071, + 8075 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 12 }, "end": { - "line": 221, + "line": 222, "column": 16 } } @@ -19561,31 +19725,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 8008, - 8019 + 8076, + 8087 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 17 }, "end": { - "line": 221, + "line": 222, "column": 28 } } }, "range": [ - 8003, - 8019 + 8071, + 8087 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 12 }, "end": { - "line": 221, + "line": 222, "column": 28 } } @@ -19595,47 +19759,47 @@ "type": "Identifier", "name": "btn", "range": [ - 8020, - 8023 + 8088, + 8091 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 29 }, "end": { - "line": 221, + "line": 222, "column": 32 } } } ], "range": [ - 8003, - 8024 + 8071, + 8092 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 12 }, "end": { - "line": 221, + "line": 222, "column": 33 } } }, "range": [ - 8003, - 8025 + 8071, + 8093 ], "loc": { "start": { - "line": 221, + "line": 222, "column": 12 }, "end": { - "line": 221, + "line": 222, "column": 34 } } @@ -19651,16 +19815,16 @@ "object": { "type": "ThisExpression", "range": [ - 8043, - 8047 + 8111, + 8115 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 17 }, "end": { - "line": 222, + "line": 223, "column": 21 } } @@ -19669,47 +19833,47 @@ "type": "Identifier", "name": "enableHover", "range": [ - 8048, - 8059 + 8116, + 8127 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 22 }, "end": { - "line": 222, + "line": 223, "column": 33 } } }, "range": [ - 8043, - 8059 + 8111, + 8127 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 17 }, "end": { - "line": 222, + "line": 223, "column": 33 } } }, "prefix": true, "range": [ - 8042, - 8059 + 8110, + 8127 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 16 }, "end": { - "line": 222, + "line": 223, "column": 33 } } @@ -19728,16 +19892,16 @@ "type": "Identifier", "name": "Event", "range": [ - 8079, - 8084 + 8147, + 8152 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 16 }, "end": { - "line": 223, + "line": 224, "column": 21 } } @@ -19746,31 +19910,31 @@ "type": "Identifier", "name": "add", "range": [ - 8085, - 8088 + 8153, + 8156 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 22 }, "end": { - "line": 223, + "line": 224, "column": 25 } } }, "range": [ - 8079, - 8088 + 8147, + 8156 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 16 }, "end": { - "line": 223, + "line": 224, "column": 25 } } @@ -19780,16 +19944,16 @@ "type": "Identifier", "name": "btn", "range": [ - 8089, - 8092 + 8157, + 8160 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 26 }, "end": { - "line": 223, + "line": 224, "column": 29 } } @@ -19799,16 +19963,16 @@ "value": "click", "raw": "'click'", "range": [ - 8094, - 8101 + 8162, + 8169 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 31 }, "end": { - "line": 223, + "line": 224, "column": 38 } } @@ -19821,16 +19985,16 @@ "type": "Identifier", "name": "evt", "range": [ - 8104, - 8107 + 8172, + 8175 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 41 }, "end": { - "line": 223, + "line": 224, "column": 44 } } @@ -19844,16 +20008,16 @@ "object": { "type": "ThisExpression", "range": [ - 8112, - 8116 + 8180, + 8184 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 49 }, "end": { - "line": 223, + "line": 224, "column": 53 } } @@ -19862,31 +20026,31 @@ "type": "Identifier", "name": "toggle", "range": [ - 8117, - 8123 + 8185, + 8191 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 54 }, "end": { - "line": 223, + "line": 224, "column": 60 } } }, "range": [ - 8112, - 8123 + 8180, + 8191 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 49 }, "end": { - "line": 223, + "line": 224, "column": 60 } } @@ -19896,32 +20060,32 @@ "type": "Identifier", "name": "evt", "range": [ - 8124, - 8127 + 8192, + 8195 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 61 }, "end": { - "line": 223, + "line": 224, "column": 64 } } } ], "range": [ - 8112, - 8128 + 8180, + 8196 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 49 }, "end": { - "line": 223, + "line": 224, "column": 65 } } @@ -19929,63 +20093,63 @@ "generator": false, "expression": true, "range": [ - 8103, - 8128 + 8171, + 8196 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 40 }, "end": { - "line": 223, + "line": 224, "column": 65 } } } ], "range": [ - 8079, - 8129 + 8147, + 8197 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 16 }, "end": { - "line": 223, + "line": 224, "column": 66 } } }, "range": [ - 8079, - 8130 + 8147, + 8198 ], "loc": { "start": { - "line": 223, + "line": 224, "column": 16 }, "end": { - "line": 223, + "line": 224, "column": 67 } } } ], "range": [ - 8061, - 8144 + 8129, + 8212 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 35 }, "end": { - "line": 224, + "line": 225, "column": 13 } } @@ -20004,16 +20168,16 @@ "type": "Identifier", "name": "Event", "range": [ - 8168, - 8173 + 8236, + 8241 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 16 }, "end": { - "line": 225, + "line": 226, "column": 21 } } @@ -20022,31 +20186,31 @@ "type": "Identifier", "name": "add", "range": [ - 8174, - 8177 + 8242, + 8245 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 22 }, "end": { - "line": 225, + "line": 226, "column": 25 } } }, "range": [ - 8168, - 8177 + 8236, + 8245 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 16 }, "end": { - "line": 225, + "line": 226, "column": 25 } } @@ -20056,16 +20220,16 @@ "type": "Identifier", "name": "btn", "range": [ - 8178, - 8181 + 8246, + 8249 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 26 }, "end": { - "line": 225, + "line": 226, "column": 29 } } @@ -20075,16 +20239,16 @@ "value": "mouseover", "raw": "'mouseover'", "range": [ - 8183, - 8194 + 8251, + 8262 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 31 }, "end": { - "line": 225, + "line": 226, "column": 42 } } @@ -20097,16 +20261,16 @@ "type": "Identifier", "name": "evt", "range": [ - 8197, - 8200 + 8265, + 8268 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 45 }, "end": { - "line": 225, + "line": 226, "column": 48 } } @@ -20120,16 +20284,16 @@ "object": { "type": "ThisExpression", "range": [ - 8205, - 8209 + 8273, + 8277 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 53 }, "end": { - "line": 225, + "line": 226, "column": 57 } } @@ -20138,31 +20302,31 @@ "type": "Identifier", "name": "toggle", "range": [ - 8210, - 8216 + 8278, + 8284 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 58 }, "end": { - "line": 225, + "line": 226, "column": 64 } } }, "range": [ - 8205, - 8216 + 8273, + 8284 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 53 }, "end": { - "line": 225, + "line": 226, "column": 64 } } @@ -20172,32 +20336,32 @@ "type": "Identifier", "name": "evt", "range": [ - 8217, - 8220 + 8285, + 8288 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 65 }, "end": { - "line": 225, + "line": 226, "column": 68 } } } ], "range": [ - 8205, - 8221 + 8273, + 8289 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 53 }, "end": { - "line": 225, + "line": 226, "column": 69 } } @@ -20205,94 +20369,94 @@ "generator": false, "expression": true, "range": [ - 8196, - 8221 + 8264, + 8289 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 44 }, "end": { - "line": 225, + "line": 226, "column": 69 } } } ], "range": [ - 8168, - 8222 + 8236, + 8290 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 16 }, "end": { - "line": 225, + "line": 226, "column": 70 } } }, "range": [ - 8168, - 8223 + 8236, + 8291 ], "loc": { "start": { - "line": 225, + "line": 226, "column": 16 }, "end": { - "line": 225, + "line": 226, "column": 71 } } } ], "range": [ - 8150, - 8237 + 8218, + 8305 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 19 }, "end": { - "line": 226, + "line": 227, "column": 13 } } }, "range": [ - 8038, - 8237 + 8106, + 8305 ], "loc": { "start": { - "line": 222, + "line": 223, "column": 12 }, "end": { - "line": 226, + "line": 227, "column": 13 } } } ], "range": [ - 7800, - 8247 + 7868, + 8315 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 27 }, "end": { - "line": 227, + "line": 228, "column": 9 } } @@ -20312,16 +20476,16 @@ "type": "Identifier", "name": "span", "range": [ - 8281, - 8285 + 8349, + 8353 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 16 } } @@ -20330,31 +20494,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 8286, - 8295 + 8354, + 8363 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 17 }, "end": { - "line": 228, + "line": 229, "column": 26 } } }, "range": [ - 8281, - 8295 + 8349, + 8363 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 26 } } @@ -20365,16 +20529,16 @@ "object": { "type": "ThisExpression", "range": [ - 8298, - 8302 + 8366, + 8370 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 29 }, "end": { - "line": 228, + "line": 229, "column": 33 } } @@ -20383,61 +20547,61 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 8303, - 8310 + 8371, + 8378 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 34 }, "end": { - "line": 228, + "line": 229, "column": 41 } } }, "range": [ - 8298, - 8310 + 8366, + 8378 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 29 }, "end": { - "line": 228, + "line": 229, "column": 41 } } }, "range": [ - 8281, - 8310 + 8349, + 8378 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 41 } } }, "range": [ - 8281, - 8311 + 8349, + 8379 ], "loc": { "start": { - "line": 228, + "line": 229, "column": 12 }, "end": { - "line": 228, + "line": 229, "column": 42 } }, @@ -20446,16 +20610,16 @@ "type": "Line", "value": "Custom html", "range": [ - 8255, - 8268 + 8323, + 8336 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 17 }, "end": { - "line": 227, + "line": 228, "column": 30 } } @@ -20471,16 +20635,16 @@ "type": "Identifier", "name": "colVisEl", "range": [ - 8328, - 8336 + 8396, + 8404 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 16 }, "end": { - "line": 229, + "line": 230, "column": 24 } } @@ -20492,16 +20656,16 @@ "type": "Identifier", "name": "span", "range": [ - 8339, - 8343 + 8407, + 8411 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 27 }, "end": { - "line": 229, + "line": 230, "column": 31 } } @@ -20510,46 +20674,46 @@ "type": "Identifier", "name": "firstChild", "range": [ - 8344, - 8354 + 8412, + 8422 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 32 }, "end": { - "line": 229, + "line": 230, "column": 42 } } }, "range": [ - 8339, - 8354 + 8407, + 8422 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 27 }, "end": { - "line": 229, + "line": 230, "column": 42 } } }, "range": [ - 8328, - 8354 + 8396, + 8422 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 16 }, "end": { - "line": 229, + "line": 230, "column": 42 } } @@ -20557,16 +20721,16 @@ ], "kind": "let", "range": [ - 8324, - 8355 + 8392, + 8423 ], "loc": { "start": { - "line": 229, + "line": 230, "column": 12 }, "end": { - "line": 229, + "line": 230, "column": 43 } } @@ -20582,16 +20746,16 @@ "object": { "type": "ThisExpression", "range": [ - 8373, - 8377 + 8441, + 8445 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 17 }, "end": { - "line": 230, + "line": 231, "column": 21 } } @@ -20600,47 +20764,47 @@ "type": "Identifier", "name": "enableHover", "range": [ - 8378, - 8389 + 8446, + 8457 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 22 }, "end": { - "line": 230, + "line": 231, "column": 33 } } }, "range": [ - 8373, - 8389 + 8441, + 8457 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 17 }, "end": { - "line": 230, + "line": 231, "column": 33 } } }, "prefix": true, "range": [ - 8372, - 8389 + 8440, + 8457 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 16 }, "end": { - "line": 230, + "line": 231, "column": 33 } } @@ -20659,16 +20823,16 @@ "type": "Identifier", "name": "Event", "range": [ - 8409, - 8414 + 8477, + 8482 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 16 }, "end": { - "line": 231, + "line": 232, "column": 21 } } @@ -20677,31 +20841,31 @@ "type": "Identifier", "name": "add", "range": [ - 8415, - 8418 + 8483, + 8486 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 22 }, "end": { - "line": 231, + "line": 232, "column": 25 } } }, "range": [ - 8409, - 8418 + 8477, + 8486 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 16 }, "end": { - "line": 231, + "line": 232, "column": 25 } } @@ -20711,16 +20875,16 @@ "type": "Identifier", "name": "colVisEl", "range": [ - 8419, - 8427 + 8487, + 8495 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 26 }, "end": { - "line": 231, + "line": 232, "column": 34 } } @@ -20730,16 +20894,16 @@ "value": "click", "raw": "'click'", "range": [ - 8429, - 8436 + 8497, + 8504 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 36 }, "end": { - "line": 231, + "line": 232, "column": 43 } } @@ -20752,16 +20916,16 @@ "type": "Identifier", "name": "evt", "range": [ - 8439, - 8442 + 8507, + 8510 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 46 }, "end": { - "line": 231, + "line": 232, "column": 49 } } @@ -20775,16 +20939,16 @@ "object": { "type": "ThisExpression", "range": [ - 8447, - 8451 + 8515, + 8519 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 54 }, "end": { - "line": 231, + "line": 232, "column": 58 } } @@ -20793,31 +20957,31 @@ "type": "Identifier", "name": "toggle", "range": [ - 8452, - 8458 + 8520, + 8526 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 59 }, "end": { - "line": 231, + "line": 232, "column": 65 } } }, "range": [ - 8447, - 8458 + 8515, + 8526 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 54 }, "end": { - "line": 231, + "line": 232, "column": 65 } } @@ -20827,32 +20991,32 @@ "type": "Identifier", "name": "evt", "range": [ - 8459, - 8462 + 8527, + 8530 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 66 }, "end": { - "line": 231, + "line": 232, "column": 69 } } } ], "range": [ - 8447, - 8463 + 8515, + 8531 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 54 }, "end": { - "line": 231, + "line": 232, "column": 70 } } @@ -20860,63 +21024,63 @@ "generator": false, "expression": true, "range": [ - 8438, - 8463 + 8506, + 8531 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 45 }, "end": { - "line": 231, + "line": 232, "column": 70 } } } ], "range": [ - 8409, - 8464 + 8477, + 8532 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 16 }, "end": { - "line": 231, + "line": 232, "column": 71 } } }, "range": [ - 8409, - 8465 + 8477, + 8533 ], "loc": { "start": { - "line": 231, + "line": 232, "column": 16 }, "end": { - "line": 231, + "line": 232, "column": 72 } } } ], "range": [ - 8391, - 8479 + 8459, + 8547 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 35 }, "end": { - "line": 232, + "line": 233, "column": 13 } } @@ -20935,16 +21099,16 @@ "type": "Identifier", "name": "Event", "range": [ - 8503, - 8508 + 8571, + 8576 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 16 }, "end": { - "line": 233, + "line": 234, "column": 21 } } @@ -20953,31 +21117,31 @@ "type": "Identifier", "name": "add", "range": [ - 8509, - 8512 + 8577, + 8580 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 22 }, "end": { - "line": 233, + "line": 234, "column": 25 } } }, "range": [ - 8503, - 8512 + 8571, + 8580 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 16 }, "end": { - "line": 233, + "line": 234, "column": 25 } } @@ -20987,16 +21151,16 @@ "type": "Identifier", "name": "colVisEl", "range": [ - 8513, - 8521 + 8581, + 8589 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 26 }, "end": { - "line": 233, + "line": 234, "column": 34 } } @@ -21006,16 +21170,16 @@ "value": "mouseover", "raw": "'mouseover'", "range": [ - 8523, - 8534 + 8591, + 8602 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 36 }, "end": { - "line": 233, + "line": 234, "column": 47 } } @@ -21028,16 +21192,16 @@ "type": "Identifier", "name": "evt", "range": [ - 8537, - 8540 + 8605, + 8608 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 50 }, "end": { - "line": 233, + "line": 234, "column": 53 } } @@ -21051,16 +21215,16 @@ "object": { "type": "ThisExpression", "range": [ - 8545, - 8549 + 8613, + 8617 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 58 }, "end": { - "line": 233, + "line": 234, "column": 62 } } @@ -21069,31 +21233,31 @@ "type": "Identifier", "name": "toggle", "range": [ - 8550, - 8556 + 8618, + 8624 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 63 }, "end": { - "line": 233, + "line": 234, "column": 69 } } }, "range": [ - 8545, - 8556 + 8613, + 8624 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 58 }, "end": { - "line": 233, + "line": 234, "column": 69 } } @@ -21103,32 +21267,32 @@ "type": "Identifier", "name": "evt", "range": [ - 8557, - 8560 + 8625, + 8628 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 70 }, "end": { - "line": 233, + "line": 234, "column": 73 } } } ], "range": [ - 8545, - 8561 + 8613, + 8629 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 58 }, "end": { - "line": 233, + "line": 234, "column": 74 } } @@ -21136,109 +21300,109 @@ "generator": false, "expression": true, "range": [ - 8536, - 8561 + 8604, + 8629 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 49 }, "end": { - "line": 233, + "line": 234, "column": 74 } } } ], "range": [ - 8503, - 8562 + 8571, + 8630 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 16 }, "end": { - "line": 233, + "line": 234, "column": 75 } } }, "range": [ - 8503, - 8563 + 8571, + 8631 ], "loc": { "start": { - "line": 233, + "line": 234, "column": 16 }, "end": { - "line": 233, + "line": 234, "column": 76 } } } ], "range": [ - 8485, - 8577 + 8553, + 8645 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 19 }, "end": { - "line": 234, + "line": 235, "column": 13 } } }, "range": [ - 8368, - 8577 + 8436, + 8645 ], "loc": { "start": { - "line": 230, + "line": 231, "column": 12 }, "end": { - "line": 234, + "line": 235, "column": 13 } } } ], "range": [ - 8253, - 8587 + 8321, + 8655 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 15 }, "end": { - "line": 235, + "line": 236, "column": 9 } } }, "range": [ - 7781, - 8587 + 7849, + 8655 ], "loc": { "start": { - "line": 215, + "line": 216, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 9 } } @@ -21254,16 +21418,16 @@ "object": { "type": "ThisExpression", "range": [ - 8597, - 8601 + 8665, + 8669 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 12 } } @@ -21272,31 +21436,31 @@ "type": "Identifier", "name": "spanEl", "range": [ - 8602, - 8608 + 8670, + 8676 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 13 }, "end": { - "line": 237, + "line": 238, "column": 19 } } }, "range": [ - 8597, - 8608 + 8665, + 8676 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 19 } } @@ -21305,46 +21469,46 @@ "type": "Identifier", "name": "span", "range": [ - 8611, - 8615 + 8679, + 8683 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 22 }, "end": { - "line": 237, + "line": 238, "column": 26 } } }, "range": [ - 8597, - 8615 + 8665, + 8683 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 26 } } }, "range": [ - 8597, - 8616 + 8665, + 8684 ], "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 27 } } @@ -21360,16 +21524,16 @@ "object": { "type": "ThisExpression", "range": [ - 8625, - 8629 + 8693, + 8697 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 8 }, "end": { - "line": 238, + "line": 239, "column": 12 } } @@ -21378,31 +21542,31 @@ "type": "Identifier", "name": "btnEl", "range": [ - 8630, - 8635 + 8698, + 8703 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 13 }, "end": { - "line": 238, + "line": 239, "column": 18 } } }, "range": [ - 8625, - 8635 + 8693, + 8703 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 8 }, "end": { - "line": 238, + "line": 239, "column": 18 } } @@ -21416,16 +21580,16 @@ "object": { "type": "ThisExpression", "range": [ - 8638, - 8642 + 8706, + 8710 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 21 }, "end": { - "line": 238, + "line": 239, "column": 25 } } @@ -21434,31 +21598,31 @@ "type": "Identifier", "name": "spanEl", "range": [ - 8643, - 8649 + 8711, + 8717 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 26 }, "end": { - "line": 238, + "line": 239, "column": 32 } } }, "range": [ - 8638, - 8649 + 8706, + 8717 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 21 }, "end": { - "line": 238, + "line": 239, "column": 32 } } @@ -21467,61 +21631,61 @@ "type": "Identifier", "name": "firstChild", "range": [ - 8650, - 8660 + 8718, + 8728 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 33 }, "end": { - "line": 238, + "line": 239, "column": 43 } } }, "range": [ - 8638, - 8660 + 8706, + 8728 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 21 }, "end": { - "line": 238, + "line": 239, "column": 43 } } }, "range": [ - 8625, - 8660 + 8693, + 8728 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 8 }, "end": { - "line": 238, + "line": 239, "column": 43 } } }, "range": [ - 8625, - 8661 + 8693, + 8729 ], "loc": { "start": { - "line": 238, + "line": 239, "column": 8 }, "end": { - "line": 238, + "line": 239, "column": 44 } } @@ -21534,16 +21698,16 @@ "object": { "type": "ThisExpression", "range": [ - 8675, - 8679 + 8743, + 8747 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 12 }, "end": { - "line": 240, + "line": 241, "column": 16 } } @@ -21552,31 +21716,31 @@ "type": "Identifier", "name": "onLoaded", "range": [ - 8680, - 8688 + 8748, + 8756 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 17 }, "end": { - "line": 240, + "line": 241, "column": 25 } } }, "range": [ - 8675, - 8688 + 8743, + 8756 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 12 }, "end": { - "line": 240, + "line": 241, "column": 25 } } @@ -21597,16 +21761,16 @@ "object": { "type": "ThisExpression", "range": [ - 8704, - 8708 + 8772, + 8776 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 16 } } @@ -21615,31 +21779,31 @@ "type": "Identifier", "name": "onLoaded", "range": [ - 8709, - 8717 + 8777, + 8785 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 17 }, "end": { - "line": 241, + "line": 242, "column": 25 } } }, "range": [ - 8704, - 8717 + 8772, + 8785 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 25 } } @@ -21648,31 +21812,31 @@ "type": "Identifier", "name": "call", "range": [ - 8718, - 8722 + 8786, + 8790 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 26 }, "end": { - "line": 241, + "line": 242, "column": 30 } } }, "range": [ - 8704, - 8722 + 8772, + 8790 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 30 } } @@ -21683,16 +21847,16 @@ "value": null, "raw": "null", "range": [ - 8723, - 8727 + 8791, + 8795 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 31 }, "end": { - "line": 241, + "line": 242, "column": 35 } } @@ -21700,95 +21864,95 @@ { "type": "ThisExpression", "range": [ - 8729, - 8733 + 8797, + 8801 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 37 }, "end": { - "line": 241, + "line": 242, "column": 41 } } } ], "range": [ - 8704, - 8734 + 8772, + 8802 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 42 } } }, "range": [ - 8704, - 8735 + 8772, + 8803 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 43 } } } ], "range": [ - 8690, - 8745 + 8758, + 8813 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 27 }, "end": { - "line": 242, + "line": 243, "column": 9 } } }, "alternate": null, "range": [ - 8671, - 8745 + 8739, + 8813 ], "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 9 } } } ], "range": [ - 7168, - 8751 + 7236, + 8819 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 15 }, "end": { - "line": 243, + "line": 244, "column": 5 } } @@ -21796,16 +21960,16 @@ "generator": false, "expression": false, "range": [ - 7165, - 8751 + 7233, + 8819 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 12 }, "end": { - "line": 243, + "line": 244, "column": 5 } } @@ -21813,16 +21977,16 @@ "kind": "method", "computed": false, "range": [ - 7157, - 8751 + 7225, + 8819 ], "loc": { "start": { - "line": 194, + "line": 195, "column": 4 }, "end": { - "line": 243, + "line": 244, "column": 5 } }, @@ -21831,16 +21995,16 @@ "type": "Block", "value": "*\n * Build main button UI\n ", "range": [ - 7113, - 7152 + 7181, + 7220 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 4 }, "end": { - "line": 193, + "line": 194, "column": 7 } } @@ -21851,16 +22015,16 @@ "type": "Block", "value": "*\n * Build columns manager UI\n ", "range": [ - 8757, - 8800 + 8825, + 8868 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 4 }, "end": { - "line": 247, + "line": 248, "column": 7 } } @@ -21874,16 +22038,16 @@ "type": "Identifier", "name": "buildManager", "range": [ - 8805, - 8817 + 8873, + 8885 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 4 }, "end": { - "line": 248, + "line": 249, "column": 16 } } @@ -21904,16 +22068,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8834, - 8836 + 8902, + 8904 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 12 }, "end": { - "line": 249, + "line": 250, "column": 14 } } @@ -21924,16 +22088,16 @@ "object": { "type": "ThisExpression", "range": [ - 8839, - 8843 + 8907, + 8911 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 17 }, "end": { - "line": 249, + "line": 250, "column": 21 } } @@ -21942,46 +22106,46 @@ "type": "Identifier", "name": "tf", "range": [ - 8844, - 8846 + 8912, + 8914 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 22 }, "end": { - "line": 249, + "line": 250, "column": 24 } } }, "range": [ - 8839, - 8846 + 8907, + 8914 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 17 }, "end": { - "line": 249, + "line": 250, "column": 24 } } }, "range": [ - 8834, - 8846 + 8902, + 8914 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 12 }, "end": { - "line": 249, + "line": 250, "column": 24 } } @@ -21989,16 +22153,16 @@ ], "kind": "let", "range": [ - 8830, - 8847 + 8898, + 8915 ], "loc": { "start": { - "line": 249, + "line": 250, "column": 8 }, "end": { - "line": 249, + "line": 250, "column": 25 } } @@ -22012,16 +22176,16 @@ "type": "Identifier", "name": "container", "range": [ - 8861, - 8870 + 8929, + 8938 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 12 }, "end": { - "line": 251, + "line": 252, "column": 21 } } @@ -22037,16 +22201,16 @@ "object": { "type": "ThisExpression", "range": [ - 8874, - 8878 + 8942, + 8946 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 25 }, "end": { - "line": 251, + "line": 252, "column": 29 } } @@ -22055,47 +22219,47 @@ "type": "Identifier", "name": "contElTgtId", "range": [ - 8879, - 8890 + 8947, + 8958 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 30 }, "end": { - "line": 251, + "line": 252, "column": 41 } } }, "range": [ - 8874, - 8890 + 8942, + 8958 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 25 }, "end": { - "line": 251, + "line": 252, "column": 41 } } }, "prefix": true, "range": [ - 8873, - 8890 + 8941, + 8958 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 24 }, "end": { - "line": 251, + "line": 252, "column": 41 } } @@ -22109,16 +22273,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8905, - 8908 + 8973, + 8976 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 12 }, "end": { - "line": 252, + "line": 253, "column": 15 } } @@ -22127,31 +22291,31 @@ "type": "Identifier", "name": "create", "range": [ - 8909, - 8915 + 8977, + 8983 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 22 } } }, "range": [ - 8905, - 8915 + 8973, + 8983 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 12 }, "end": { - "line": 252, + "line": 253, "column": 22 } } @@ -22162,16 +22326,16 @@ "value": "div", "raw": "'div'", "range": [ - 8916, - 8921 + 8984, + 8989 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 23 }, "end": { - "line": 252, + "line": 253, "column": 28 } } @@ -22184,16 +22348,16 @@ "value": "id", "raw": "'id'", "range": [ - 8924, - 8928 + 8992, + 8996 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 31 }, "end": { - "line": 252, + "line": 253, "column": 35 } } @@ -22207,16 +22371,16 @@ "object": { "type": "ThisExpression", "range": [ - 8930, - 8934 + 8998, + 9002 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 37 }, "end": { - "line": 252, + "line": 253, "column": 41 } } @@ -22225,31 +22389,31 @@ "type": "Identifier", "name": "prfxCont", "range": [ - 8935, - 8943 + 9003, + 9011 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 42 }, "end": { - "line": 252, + "line": 253, "column": 50 } } }, "range": [ - 8930, - 8943 + 8998, + 9011 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 37 }, "end": { - "line": 252, + "line": 253, "column": 50 } } @@ -22261,16 +22425,16 @@ "type": "Identifier", "name": "tf", "range": [ - 8946, - 8948 + 9014, + 9016 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 53 }, "end": { - "line": 252, + "line": 253, "column": 55 } } @@ -22279,78 +22443,78 @@ "type": "Identifier", "name": "id", "range": [ - 8949, - 8951 + 9017, + 9019 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 56 }, "end": { - "line": 252, + "line": 253, "column": 58 } } }, "range": [ - 8946, - 8951 + 9014, + 9019 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 53 }, "end": { - "line": 252, + "line": 253, "column": 58 } } }, "range": [ - 8930, - 8951 + 8998, + 9019 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 37 }, "end": { - "line": 252, + "line": 253, "column": 58 } } } ], "range": [ - 8923, - 8952 + 8991, + 9020 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 30 }, "end": { - "line": 252, + "line": 253, "column": 59 } } } ], "range": [ - 8905, - 8953 + 8973, + 9021 ], "loc": { "start": { - "line": 252, + "line": 253, "column": 12 }, "end": { - "line": 252, + "line": 253, "column": 60 } } @@ -22364,16 +22528,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 8968, - 8971 + 9036, + 9039 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 15 } } @@ -22382,31 +22546,31 @@ "type": "Identifier", "name": "id", "range": [ - 8972, - 8974 + 9040, + 9042 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 18 } } }, "range": [ - 8968, - 8974 + 9036, + 9042 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 18 } } @@ -22418,16 +22582,16 @@ "object": { "type": "ThisExpression", "range": [ - 8975, - 8979 + 9043, + 9047 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 19 }, "end": { - "line": 253, + "line": 254, "column": 23 } } @@ -22436,77 +22600,77 @@ "type": "Identifier", "name": "contElTgtId", "range": [ - 8980, - 8991 + 9048, + 9059 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 24 }, "end": { - "line": 253, + "line": 254, "column": 35 } } }, "range": [ - 8975, - 8991 + 9043, + 9059 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 19 }, "end": { - "line": 253, + "line": 254, "column": 35 } } } ], "range": [ - 8968, - 8992 + 9036, + 9060 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 36 } } }, "range": [ - 8873, - 8992 + 8941, + 9060 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 24 }, "end": { - "line": 253, + "line": 254, "column": 36 } } }, "range": [ - 8861, - 8992 + 8929, + 9060 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 12 }, "end": { - "line": 253, + "line": 254, "column": 36 } } @@ -22514,16 +22678,16 @@ ], "kind": "let", "range": [ - 8857, - 8993 + 8925, + 9061 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 253, + "line": 254, "column": 37 } } @@ -22540,16 +22704,16 @@ "type": "Identifier", "name": "container", "range": [ - 9002, - 9011 + 9070, + 9079 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 8 }, "end": { - "line": 254, + "line": 255, "column": 17 } } @@ -22558,31 +22722,31 @@ "type": "Identifier", "name": "className", "range": [ - 9012, - 9021 + 9080, + 9089 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 18 }, "end": { - "line": 254, + "line": 255, "column": 27 } } }, "range": [ - 9002, - 9021 + 9070, + 9089 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 8 }, "end": { - "line": 254, + "line": 255, "column": 27 } } @@ -22593,16 +22757,16 @@ "object": { "type": "ThisExpression", "range": [ - 9024, - 9028 + 9092, + 9096 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 30 }, "end": { - "line": 254, + "line": 255, "column": 34 } } @@ -22611,61 +22775,61 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 9029, - 9041 + 9097, + 9109 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 35 }, "end": { - "line": 254, + "line": 255, "column": 47 } } }, "range": [ - 9024, - 9041 + 9092, + 9109 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 30 }, "end": { - "line": 254, + "line": 255, "column": 47 } } }, "range": [ - 9002, - 9041 + 9070, + 9109 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 8 }, "end": { - "line": 254, + "line": 255, "column": 47 } } }, "range": [ - 9002, - 9042 + 9070, + 9110 ], "loc": { "start": { - "line": 254, + "line": 255, "column": 8 }, "end": { - "line": 254, + "line": 255, "column": 48 } }, @@ -22674,16 +22838,16 @@ "type": "Line", "value": "Extension description", "range": [ - 9052, - 9075 + 9120, + 9143 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 31 } } @@ -22699,16 +22863,16 @@ "type": "Identifier", "name": "extNameLabel", "range": [ - 9088, - 9100 + 9156, + 9168 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 24 } } @@ -22722,16 +22886,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9103, - 9106 + 9171, + 9174 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 27 }, "end": { - "line": 257, + "line": 258, "column": 30 } } @@ -22740,31 +22904,31 @@ "type": "Identifier", "name": "create", "range": [ - 9107, - 9113 + 9175, + 9181 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 31 }, "end": { - "line": 257, + "line": 258, "column": 37 } } }, "range": [ - 9103, - 9113 + 9171, + 9181 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 27 }, "end": { - "line": 257, + "line": 258, "column": 37 } } @@ -22775,47 +22939,47 @@ "value": "p", "raw": "'p'", "range": [ - 9114, - 9117 + 9182, + 9185 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 38 }, "end": { - "line": 257, + "line": 258, "column": 41 } } } ], "range": [ - 9103, - 9118 + 9171, + 9186 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 27 }, "end": { - "line": 257, + "line": 258, "column": 42 } } }, "range": [ - 9088, - 9118 + 9156, + 9186 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 42 } } @@ -22823,16 +22987,16 @@ ], "kind": "let", "range": [ - 9084, - 9119 + 9152, + 9187 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 257, + "line": 258, "column": 43 } }, @@ -22841,16 +23005,16 @@ "type": "Line", "value": "Extension description", "range": [ - 9052, - 9075 + 9120, + 9143 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 31 } } @@ -22869,16 +23033,16 @@ "type": "Identifier", "name": "extNameLabel", "range": [ - 9128, - 9140 + 9196, + 9208 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 20 } } @@ -22887,31 +23051,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 9141, - 9150 + 9209, + 9218 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 21 }, "end": { - "line": 258, + "line": 259, "column": 30 } } }, "range": [ - 9128, - 9150 + 9196, + 9218 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 30 } } @@ -22922,16 +23086,16 @@ "object": { "type": "ThisExpression", "range": [ - 9153, - 9157 + 9221, + 9225 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 33 }, "end": { - "line": 258, + "line": 259, "column": 37 } } @@ -22940,61 +23104,61 @@ "type": "Identifier", "name": "text", "range": [ - 9158, - 9162 + 9226, + 9230 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 38 }, "end": { - "line": 258, + "line": 259, "column": 42 } } }, "range": [ - 9153, - 9162 + 9221, + 9230 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 33 }, "end": { - "line": 258, + "line": 259, "column": 42 } } }, "range": [ - 9128, - 9162 + 9196, + 9230 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 42 } } }, "range": [ - 9128, - 9163 + 9196, + 9231 ], "loc": { "start": { - "line": 258, + "line": 259, "column": 8 }, "end": { - "line": 258, + "line": 259, "column": 43 } } @@ -23010,16 +23174,16 @@ "type": "Identifier", "name": "container", "range": [ - 9172, - 9181 + 9240, + 9249 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 17 } } @@ -23028,31 +23192,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 9182, - 9193 + 9250, + 9261 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 18 }, "end": { - "line": 259, + "line": 260, "column": 29 } } }, "range": [ - 9172, - 9193 + 9240, + 9261 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 29 } } @@ -23062,47 +23226,47 @@ "type": "Identifier", "name": "extNameLabel", "range": [ - 9194, - 9206 + 9262, + 9274 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 30 }, "end": { - "line": 259, + "line": 260, "column": 42 } } } ], "range": [ - 9172, - 9207 + 9240, + 9275 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 43 } } }, "range": [ - 9172, - 9208 + 9240, + 9276 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 44 } }, @@ -23111,16 +23275,16 @@ "type": "Line", "value": "Headers list", "range": [ - 9218, - 9232 + 9286, + 9300 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 22 } } @@ -23136,16 +23300,16 @@ "type": "Identifier", "name": "ul", "range": [ - 9245, - 9247 + 9313, + 9315 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 14 } } @@ -23159,16 +23323,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9250, - 9253 + 9318, + 9321 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 17 }, "end": { - "line": 262, + "line": 263, "column": 20 } } @@ -23177,31 +23341,31 @@ "type": "Identifier", "name": "create", "range": [ - 9254, - 9260 + 9322, + 9328 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 21 }, "end": { - "line": 262, + "line": 263, "column": 27 } } }, "range": [ - 9250, - 9260 + 9318, + 9328 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 17 }, "end": { - "line": 262, + "line": 263, "column": 27 } } @@ -23212,16 +23376,16 @@ "value": "ul", "raw": "'ul'", "range": [ - 9261, - 9265 + 9329, + 9333 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 28 }, "end": { - "line": 262, + "line": 263, "column": 32 } } @@ -23234,16 +23398,16 @@ "value": "id", "raw": "'id'", "range": [ - 9268, - 9272 + 9336, + 9340 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 35 }, "end": { - "line": 262, + "line": 263, "column": 39 } } @@ -23262,16 +23426,16 @@ "value": "ul", "raw": "'ul'", "range": [ - 9274, - 9278 + 9342, + 9346 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 41 }, "end": { - "line": 262, + "line": 263, "column": 45 } } @@ -23282,16 +23446,16 @@ "object": { "type": "ThisExpression", "range": [ - 9281, - 9285 + 9349, + 9353 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 48 }, "end": { - "line": 262, + "line": 263, "column": 52 } } @@ -23300,46 +23464,46 @@ "type": "Identifier", "name": "name", "range": [ - 9286, - 9290 + 9354, + 9358 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 53 }, "end": { - "line": 262, + "line": 263, "column": 57 } } }, "range": [ - 9281, - 9290 + 9349, + 9358 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 48 }, "end": { - "line": 262, + "line": 263, "column": 57 } } }, "range": [ - 9274, - 9290 + 9342, + 9358 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 41 }, "end": { - "line": 262, + "line": 263, "column": 57 } } @@ -23349,31 +23513,31 @@ "value": "_", "raw": "'_'", "range": [ - 9293, - 9296 + 9361, + 9364 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 60 }, "end": { - "line": 262, + "line": 263, "column": 63 } } }, "range": [ - 9274, - 9296 + 9342, + 9364 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 41 }, "end": { - "line": 262, + "line": 263, "column": 63 } } @@ -23385,16 +23549,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9299, - 9301 + 9367, + 9369 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 66 }, "end": { - "line": 262, + "line": 263, "column": 68 } } @@ -23403,93 +23567,93 @@ "type": "Identifier", "name": "id", "range": [ - 9302, - 9304 + 9370, + 9372 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 69 }, "end": { - "line": 262, + "line": 263, "column": 71 } } }, "range": [ - 9299, - 9304 + 9367, + 9372 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 66 }, "end": { - "line": 262, + "line": 263, "column": 71 } } }, "range": [ - 9274, - 9304 + 9342, + 9372 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 41 }, "end": { - "line": 262, + "line": 263, "column": 71 } } } ], "range": [ - 9267, - 9305 + 9335, + 9373 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 34 }, "end": { - "line": 262, + "line": 263, "column": 72 } } } ], "range": [ - 9250, - 9306 + 9318, + 9374 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 17 }, "end": { - "line": 262, + "line": 263, "column": 73 } } }, "range": [ - 9245, - 9306 + 9313, + 9374 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 73 } } @@ -23497,16 +23661,16 @@ ], "kind": "let", "range": [ - 9241, - 9307 + 9309, + 9375 ], "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 74 } }, @@ -23515,16 +23679,16 @@ "type": "Line", "value": "Headers list", "range": [ - 9218, - 9232 + 9286, + 9300 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 22 } } @@ -23543,16 +23707,16 @@ "type": "Identifier", "name": "ul", "range": [ - 9316, - 9318 + 9384, + 9386 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 10 } } @@ -23561,31 +23725,31 @@ "type": "Identifier", "name": "className", "range": [ - 9319, - 9328 + 9387, + 9396 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 11 }, "end": { - "line": 263, + "line": 264, "column": 20 } } }, "range": [ - 9316, - 9328 + 9384, + 9396 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 20 } } @@ -23596,16 +23760,16 @@ "object": { "type": "ThisExpression", "range": [ - 9331, - 9335 + 9399, + 9403 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 23 }, "end": { - "line": 263, + "line": 264, "column": 27 } } @@ -23614,61 +23778,61 @@ "type": "Identifier", "name": "listCssClass", "range": [ - 9336, - 9348 + 9404, + 9416 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 28 }, "end": { - "line": 263, + "line": 264, "column": 40 } } }, "range": [ - 9331, - 9348 + 9399, + 9416 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 23 }, "end": { - "line": 263, + "line": 264, "column": 40 } } }, "range": [ - 9316, - 9348 + 9384, + 9416 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 40 } } }, "range": [ - 9316, - 9349 + 9384, + 9417 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 41 } } @@ -23682,16 +23846,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 9363, - 9366 + 9431, + 9434 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 15 } } @@ -23704,16 +23868,16 @@ "object": { "type": "ThisExpression", "range": [ - 9369, - 9373 + 9437, + 9441 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 18 }, "end": { - "line": 265, + "line": 266, "column": 22 } } @@ -23722,31 +23886,31 @@ "type": "Identifier", "name": "headersTbl", "range": [ - 9374, - 9384 + 9442, + 9452 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 23 }, "end": { - "line": 265, + "line": 266, "column": 33 } } }, "range": [ - 9369, - 9384 + 9437, + 9452 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 18 }, "end": { - "line": 265, + "line": 266, "column": 33 } } @@ -23757,16 +23921,16 @@ "object": { "type": "ThisExpression", "range": [ - 9387, - 9391 + 9455, + 9459 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 36 }, "end": { - "line": 265, + "line": 266, "column": 40 } } @@ -23775,31 +23939,31 @@ "type": "Identifier", "name": "headersTbl", "range": [ - 9392, - 9402 + 9460, + 9470 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 41 }, "end": { - "line": 265, + "line": 266, "column": 51 } } }, "range": [ - 9387, - 9402 + 9455, + 9470 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 36 }, "end": { - "line": 265, + "line": 266, "column": 51 } } @@ -23811,16 +23975,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9405, - 9407 + 9473, + 9475 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 54 }, "end": { - "line": 265, + "line": 266, "column": 56 } } @@ -23829,61 +23993,61 @@ "type": "Identifier", "name": "tbl", "range": [ - 9408, - 9411 + 9476, + 9479 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 57 }, "end": { - "line": 265, + "line": 266, "column": 60 } } }, "range": [ - 9405, - 9411 + 9473, + 9479 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 54 }, "end": { - "line": 265, + "line": 266, "column": 60 } } }, "range": [ - 9369, - 9411 + 9437, + 9479 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 18 }, "end": { - "line": 265, + "line": 266, "column": 60 } } }, "range": [ - 9363, - 9411 + 9431, + 9479 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 60 } } @@ -23891,16 +24055,16 @@ ], "kind": "let", "range": [ - 9359, - 9412 + 9427, + 9480 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 61 } } @@ -23914,16 +24078,16 @@ "type": "Identifier", "name": "headerIndex", "range": [ - 9425, - 9436 + 9493, + 9504 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 23 } } @@ -23936,16 +24100,16 @@ "object": { "type": "ThisExpression", "range": [ - 9439, - 9443 + 9507, + 9511 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 26 }, "end": { - "line": 266, + "line": 267, "column": 30 } } @@ -23954,31 +24118,31 @@ "type": "Identifier", "name": "headersTbl", "range": [ - 9444, - 9454 + 9512, + 9522 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 31 }, "end": { - "line": 266, + "line": 267, "column": 41 } } }, "range": [ - 9439, - 9454 + 9507, + 9522 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 26 }, "end": { - "line": 266, + "line": 267, "column": 41 } } @@ -23989,16 +24153,16 @@ "object": { "type": "ThisExpression", "range": [ - 9469, - 9473 + 9537, + 9541 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 12 }, "end": { - "line": 267, + "line": 268, "column": 16 } } @@ -24007,31 +24171,31 @@ "type": "Identifier", "name": "headersIndex", "range": [ - 9474, - 9486 + 9542, + 9554 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 17 }, "end": { - "line": 267, + "line": 268, "column": 29 } } }, "range": [ - 9469, - 9486 + 9537, + 9554 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 12 }, "end": { - "line": 267, + "line": 268, "column": 29 } } @@ -24045,16 +24209,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9489, - 9491 + 9557, + 9559 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 32 }, "end": { - "line": 267, + "line": 268, "column": 34 } } @@ -24063,77 +24227,77 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 9492, - 9510 + 9560, + 9578 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 35 }, "end": { - "line": 267, + "line": 268, "column": 53 } } }, "range": [ - 9489, - 9510 + 9557, + 9578 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 32 }, "end": { - "line": 267, + "line": 268, "column": 53 } } }, "arguments": [], "range": [ - 9489, - 9512 + 9557, + 9580 ], "loc": { "start": { - "line": 267, + "line": 268, "column": 32 }, "end": { - "line": 267, + "line": 268, "column": 55 } } }, "range": [ - 9439, - 9512 + 9507, + 9580 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 26 }, "end": { - "line": 267, + "line": 268, "column": 55 } } }, "range": [ - 9425, - 9512 + 9493, + 9580 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 267, + "line": 268, "column": 55 } } @@ -24141,16 +24305,16 @@ ], "kind": "let", "range": [ - 9421, - 9513 + 9489, + 9581 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 267, + "line": 268, "column": 56 } } @@ -24164,16 +24328,16 @@ "type": "Identifier", "name": "headerRow", "range": [ - 9526, - 9535 + 9594, + 9603 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 12 }, "end": { - "line": 268, + "line": 269, "column": 21 } } @@ -24188,16 +24352,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 9538, - 9541 + 9606, + 9609 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 24 }, "end": { - "line": 268, + "line": 269, "column": 27 } } @@ -24206,31 +24370,31 @@ "type": "Identifier", "name": "rows", "range": [ - 9542, - 9546 + 9610, + 9614 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 28 }, "end": { - "line": 268, + "line": 269, "column": 32 } } }, "range": [ - 9538, - 9546 + 9606, + 9614 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 24 }, "end": { - "line": 268, + "line": 269, "column": 32 } } @@ -24239,46 +24403,46 @@ "type": "Identifier", "name": "headerIndex", "range": [ - 9547, - 9558 + 9615, + 9626 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 33 }, "end": { - "line": 268, + "line": 269, "column": 44 } } }, "range": [ - 9538, - 9559 + 9606, + 9627 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 24 }, "end": { - "line": 268, + "line": 269, "column": 45 } } }, "range": [ - 9526, - 9559 + 9594, + 9627 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 12 }, "end": { - "line": 268, + "line": 269, "column": 45 } } @@ -24286,16 +24450,16 @@ ], "kind": "let", "range": [ - 9522, - 9560 + 9590, + 9628 ], "loc": { "start": { - "line": 268, + "line": 269, "column": 8 }, "end": { - "line": 268, + "line": 269, "column": 46 } }, @@ -24304,16 +24468,16 @@ "type": "Line", "value": "Tick all option", "range": [ - 9570, - 9587 + 9638, + 9655 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 25 } } @@ -24328,16 +24492,16 @@ "object": { "type": "ThisExpression", "range": [ - 9600, - 9604 + 9668, + 9672 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 12 }, "end": { - "line": 271, + "line": 272, "column": 16 } } @@ -24346,31 +24510,31 @@ "type": "Identifier", "name": "enableTickAll", "range": [ - 9605, - 9618 + 9673, + 9686 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 17 }, "end": { - "line": 271, + "line": 272, "column": 30 } } }, "range": [ - 9600, - 9618 + 9668, + 9686 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 12 }, "end": { - "line": 271, + "line": 272, "column": 30 } } @@ -24387,16 +24551,16 @@ "type": "Identifier", "name": "li", "range": [ - 9638, - 9640 + 9706, + 9708 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 16 }, "end": { - "line": 272, + "line": 273, "column": 18 } } @@ -24410,16 +24574,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9643, - 9646 + 9711, + 9714 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 21 }, "end": { - "line": 272, + "line": 273, "column": 24 } } @@ -24428,31 +24592,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 9647, - 9662 + 9715, + 9730 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 25 }, "end": { - "line": 272, + "line": 273, "column": 40 } } }, "range": [ - 9643, - 9662 + 9711, + 9730 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 21 }, "end": { - "line": 272, + "line": 273, "column": 40 } } @@ -24466,16 +24630,16 @@ "value": "col__", "raw": "'col__'", "range": [ - 9680, - 9687 + 9748, + 9755 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 23 } } @@ -24487,16 +24651,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9690, - 9692 + 9758, + 9760 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 26 }, "end": { - "line": 273, + "line": 274, "column": 28 } } @@ -24505,46 +24669,46 @@ "type": "Identifier", "name": "id", "range": [ - 9693, - 9695 + 9761, + 9763 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 29 }, "end": { - "line": 273, + "line": 274, "column": 31 } } }, "range": [ - 9690, - 9695 + 9758, + 9763 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 26 }, "end": { - "line": 273, + "line": 274, "column": 31 } } }, "range": [ - 9680, - 9695 + 9748, + 9763 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 31 } } @@ -24555,16 +24719,16 @@ "object": { "type": "ThisExpression", "range": [ - 9697, - 9701 + 9765, + 9769 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 33 }, "end": { - "line": 273, + "line": 274, "column": 37 } } @@ -24573,31 +24737,31 @@ "type": "Identifier", "name": "tickAllText", "range": [ - 9702, - 9713 + 9770, + 9781 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 38 }, "end": { - "line": 273, + "line": 274, "column": 49 } } }, "range": [ - 9697, - 9713 + 9765, + 9781 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 33 }, "end": { - "line": 273, + "line": 274, "column": 49 } } @@ -24608,16 +24772,16 @@ "object": { "type": "ThisExpression", "range": [ - 9715, - 9719 + 9783, + 9787 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 51 }, "end": { - "line": 273, + "line": 274, "column": 55 } } @@ -24626,62 +24790,62 @@ "type": "Identifier", "name": "tickAllText", "range": [ - 9720, - 9731 + 9788, + 9799 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 56 }, "end": { - "line": 273, + "line": 274, "column": 67 } } }, "range": [ - 9715, - 9731 + 9783, + 9799 ], "loc": { "start": { - "line": 273, + "line": 274, "column": 51 }, "end": { - "line": 273, + "line": 274, "column": 67 } } } ], "range": [ - 9643, - 9732 + 9711, + 9800 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 21 }, "end": { - "line": 273, + "line": 274, "column": 68 } } }, "range": [ - 9638, - 9732 + 9706, + 9800 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 68 } } @@ -24689,16 +24853,16 @@ ], "kind": "let", "range": [ - 9634, - 9733 + 9702, + 9801 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 12 }, "end": { - "line": 273, + "line": 274, "column": 69 } } @@ -24714,16 +24878,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9746, - 9749 + 9814, + 9817 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 12 }, "end": { - "line": 274, + "line": 275, "column": 15 } } @@ -24732,31 +24896,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 9750, - 9758 + 9818, + 9826 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 16 }, "end": { - "line": 274, + "line": 275, "column": 24 } } }, "range": [ - 9746, - 9758 + 9814, + 9826 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 12 }, "end": { - "line": 274, + "line": 275, "column": 24 } } @@ -24766,16 +24930,16 @@ "type": "Identifier", "name": "li", "range": [ - 9759, - 9761 + 9827, + 9829 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 25 }, "end": { - "line": 274, + "line": 275, "column": 27 } } @@ -24786,16 +24950,16 @@ "object": { "type": "ThisExpression", "range": [ - 9763, - 9767 + 9831, + 9835 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 29 }, "end": { - "line": 274, + "line": 275, "column": 33 } } @@ -24804,62 +24968,62 @@ "type": "Identifier", "name": "listItemCssClass", "range": [ - 9768, - 9784 + 9836, + 9852 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 34 }, "end": { - "line": 274, + "line": 275, "column": 50 } } }, "range": [ - 9763, - 9784 + 9831, + 9852 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 29 }, "end": { - "line": 274, + "line": 275, "column": 50 } } } ], "range": [ - 9746, - 9785 + 9814, + 9853 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 12 }, "end": { - "line": 274, + "line": 275, "column": 51 } } }, "range": [ - 9746, - 9786 + 9814, + 9854 ], "loc": { "start": { - "line": 274, + "line": 275, "column": 12 }, "end": { - "line": 274, + "line": 275, "column": 52 } } @@ -24875,16 +25039,16 @@ "type": "Identifier", "name": "ul", "range": [ - 9799, - 9801 + 9867, + 9869 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 12 }, "end": { - "line": 275, + "line": 276, "column": 14 } } @@ -24893,31 +25057,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 9802, - 9813 + 9870, + 9881 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 15 }, "end": { - "line": 275, + "line": 276, "column": 26 } } }, "range": [ - 9799, - 9813 + 9867, + 9881 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 12 }, "end": { - "line": 275, + "line": 276, "column": 26 } } @@ -24927,47 +25091,47 @@ "type": "Identifier", "name": "li", "range": [ - 9814, - 9816 + 9882, + 9884 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 27 }, "end": { - "line": 275, + "line": 276, "column": 29 } } } ], "range": [ - 9799, - 9817 + 9867, + 9885 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 12 }, "end": { - "line": 275, + "line": 276, "column": 30 } } }, "range": [ - 9799, - 9818 + 9867, + 9886 ], "loc": { "start": { - "line": 275, + "line": 276, "column": 12 }, "end": { - "line": 275, + "line": 276, "column": 31 } } @@ -24987,16 +25151,16 @@ "type": "Identifier", "name": "li", "range": [ - 9831, - 9833 + 9899, + 9901 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 12 }, "end": { - "line": 276, + "line": 277, "column": 14 } } @@ -25005,31 +25169,31 @@ "type": "Identifier", "name": "check", "range": [ - 9834, - 9839 + 9902, + 9907 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 15 }, "end": { - "line": 276, + "line": 277, "column": 20 } } }, "range": [ - 9831, - 9839 + 9899, + 9907 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 12 }, "end": { - "line": 276, + "line": 277, "column": 20 } } @@ -25038,31 +25202,31 @@ "type": "Identifier", "name": "checked", "range": [ - 9840, - 9847 + 9908, + 9915 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 21 }, "end": { - "line": 276, + "line": 277, "column": 28 } } }, "range": [ - 9831, - 9847 + 9899, + 9915 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 12 }, "end": { - "line": 276, + "line": 277, "column": 28 } } @@ -25076,16 +25240,16 @@ "object": { "type": "ThisExpression", "range": [ - 9851, - 9855 + 9919, + 9923 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 32 }, "end": { - "line": 276, + "line": 277, "column": 36 } } @@ -25094,77 +25258,77 @@ "type": "Identifier", "name": "tickToHide", "range": [ - 9856, - 9866 + 9924, + 9934 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 37 }, "end": { - "line": 276, + "line": 277, "column": 47 } } }, "range": [ - 9851, - 9866 + 9919, + 9934 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 32 }, "end": { - "line": 276, + "line": 277, "column": 47 } } }, "prefix": true, "range": [ - 9850, - 9866 + 9918, + 9934 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 31 }, "end": { - "line": 276, + "line": 277, "column": 47 } } }, "range": [ - 9831, - 9866 + 9899, + 9934 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 12 }, "end": { - "line": 276, + "line": 277, "column": 47 } } }, "range": [ - 9831, - 9867 + 9899, + 9935 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 12 }, "end": { - "line": 276, + "line": 277, "column": 48 } } @@ -25180,16 +25344,16 @@ "type": "Identifier", "name": "Event", "range": [ - 9881, - 9886 + 9949, + 9954 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 12 }, "end": { - "line": 278, + "line": 279, "column": 17 } } @@ -25198,31 +25362,31 @@ "type": "Identifier", "name": "add", "range": [ - 9887, - 9890 + 9955, + 9958 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 18 }, "end": { - "line": 278, + "line": 279, "column": 21 } } }, "range": [ - 9881, - 9890 + 9949, + 9958 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 12 }, "end": { - "line": 278, + "line": 279, "column": 21 } } @@ -25235,16 +25399,16 @@ "type": "Identifier", "name": "li", "range": [ - 9891, - 9893 + 9959, + 9961 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 22 }, "end": { - "line": 278, + "line": 279, "column": 24 } } @@ -25253,31 +25417,31 @@ "type": "Identifier", "name": "check", "range": [ - 9894, - 9899 + 9962, + 9967 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 25 }, "end": { - "line": 278, + "line": 279, "column": 30 } } }, "range": [ - 9891, - 9899 + 9959, + 9967 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 22 }, "end": { - "line": 278, + "line": 279, "column": 30 } } @@ -25287,16 +25451,16 @@ "value": "click", "raw": "'click'", "range": [ - 9901, - 9908 + 9969, + 9976 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 32 }, "end": { - "line": 278, + "line": 279, "column": 39 } } @@ -25319,16 +25483,16 @@ "type": "Identifier", "name": "h", "range": [ - 9943, - 9944 + 10011, + 10012 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 25 }, "end": { - "line": 279, + "line": 280, "column": 26 } } @@ -25338,31 +25502,31 @@ "value": 0, "raw": "0", "range": [ - 9947, - 9948 + 10015, + 10016 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 29 }, "end": { - "line": 279, + "line": 280, "column": 30 } } }, "range": [ - 9943, - 9948 + 10011, + 10016 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 25 }, "end": { - "line": 279, + "line": 280, "column": 30 } } @@ -25370,16 +25534,16 @@ ], "kind": "let", "range": [ - 9939, - 9948 + 10007, + 10016 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 21 }, "end": { - "line": 279, + "line": 280, "column": 30 } } @@ -25391,16 +25555,16 @@ "type": "Identifier", "name": "h", "range": [ - 9950, - 9951 + 10018, + 10019 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 32 }, "end": { - "line": 279, + "line": 280, "column": 33 } } @@ -25415,16 +25579,16 @@ "type": "Identifier", "name": "headerRow", "range": [ - 9954, - 9963 + 10022, + 10031 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 36 }, "end": { - "line": 279, + "line": 280, "column": 45 } } @@ -25433,31 +25597,31 @@ "type": "Identifier", "name": "cells", "range": [ - 9964, - 9969 + 10032, + 10037 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 46 }, "end": { - "line": 279, + "line": 280, "column": 51 } } }, "range": [ - 9954, - 9969 + 10022, + 10037 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 36 }, "end": { - "line": 279, + "line": 280, "column": 51 } } @@ -25466,46 +25630,46 @@ "type": "Identifier", "name": "length", "range": [ - 9970, - 9976 + 10038, + 10044 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 52 }, "end": { - "line": 279, + "line": 280, "column": 58 } } }, "range": [ - 9954, - 9976 + 10022, + 10044 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 36 }, "end": { - "line": 279, + "line": 280, "column": 58 } } }, "range": [ - 9950, - 9976 + 10018, + 10044 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 32 }, "end": { - "line": 279, + "line": 280, "column": 58 } } @@ -25517,32 +25681,32 @@ "type": "Identifier", "name": "h", "range": [ - 9978, - 9979 + 10046, + 10047 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 60 }, "end": { - "line": 279, + "line": 280, "column": 61 } } }, "prefix": false, "range": [ - 9978, - 9981 + 10046, + 10049 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 60 }, "end": { - "line": 279, + "line": 280, "column": 63 } } @@ -25559,16 +25723,16 @@ "type": "Identifier", "name": "itm", "range": [ - 10009, - 10012 + 10077, + 10080 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 24 }, "end": { - "line": 280, + "line": 281, "column": 27 } } @@ -25582,16 +25746,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10015, - 10018 + 10083, + 10086 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 30 }, "end": { - "line": 280, + "line": 281, "column": 33 } } @@ -25600,31 +25764,31 @@ "type": "Identifier", "name": "id", "range": [ - 10019, - 10021 + 10087, + 10089 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 34 }, "end": { - "line": 280, + "line": 281, "column": 36 } } }, "range": [ - 10015, - 10021 + 10083, + 10089 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 30 }, "end": { - "line": 280, + "line": 281, "column": 36 } } @@ -25644,16 +25808,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 10022, - 10028 + 10090, + 10096 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 37 }, "end": { - "line": 280, + "line": 281, "column": 43 } } @@ -25662,31 +25826,31 @@ "type": "Identifier", "name": "h", "range": [ - 10031, - 10032 + 10099, + 10100 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 46 }, "end": { - "line": 280, + "line": 281, "column": 47 } } }, "range": [ - 10022, - 10032 + 10090, + 10100 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 37 }, "end": { - "line": 280, + "line": 281, "column": 47 } } @@ -25696,31 +25860,31 @@ "value": "_", "raw": "'_'", "range": [ - 10035, - 10038 + 10103, + 10106 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 50 }, "end": { - "line": 280, + "line": 281, "column": 53 } } }, "range": [ - 10022, - 10038 + 10090, + 10106 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 37 }, "end": { - "line": 280, + "line": 281, "column": 53 } } @@ -25732,16 +25896,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10041, - 10043 + 10109, + 10111 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 56 }, "end": { - "line": 280, + "line": 281, "column": 58 } } @@ -25750,77 +25914,77 @@ "type": "Identifier", "name": "id", "range": [ - 10044, - 10046 + 10112, + 10114 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 59 }, "end": { - "line": 280, + "line": 281, "column": 61 } } }, "range": [ - 10041, - 10046 + 10109, + 10114 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 56 }, "end": { - "line": 280, + "line": 281, "column": 61 } } }, "range": [ - 10022, - 10046 + 10090, + 10114 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 37 }, "end": { - "line": 280, + "line": 281, "column": 61 } } } ], "range": [ - 10015, - 10047 + 10083, + 10115 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 30 }, "end": { - "line": 280, + "line": 281, "column": 62 } } }, "range": [ - 10009, - 10047 + 10077, + 10115 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 24 }, "end": { - "line": 280, + "line": 281, "column": 62 } } @@ -25828,16 +25992,16 @@ ], "kind": "let", "range": [ - 10005, - 10048 + 10073, + 10116 ], "loc": { "start": { - "line": 280, + "line": 281, "column": 20 }, "end": { - "line": 280, + "line": 281, "column": 63 } } @@ -25851,16 +26015,16 @@ "type": "Identifier", "name": "itm", "range": [ - 10073, - 10076 + 10141, + 10144 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 24 }, "end": { - "line": 281, + "line": 282, "column": 27 } } @@ -25878,16 +26042,16 @@ "type": "Identifier", "name": "li", "range": [ - 10080, - 10082 + 10148, + 10150 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 31 }, "end": { - "line": 281, + "line": 282, "column": 33 } } @@ -25896,31 +26060,31 @@ "type": "Identifier", "name": "check", "range": [ - 10083, - 10088 + 10151, + 10156 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 34 }, "end": { - "line": 281, + "line": 282, "column": 39 } } }, "range": [ - 10080, - 10088 + 10148, + 10156 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 31 }, "end": { - "line": 281, + "line": 282, "column": 39 } } @@ -25929,31 +26093,31 @@ "type": "Identifier", "name": "checked", "range": [ - 10089, - 10096 + 10157, + 10164 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 40 }, "end": { - "line": 281, + "line": 282, "column": 47 } } }, "range": [ - 10080, - 10096 + 10148, + 10164 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 31 }, "end": { - "line": 281, + "line": 282, "column": 47 } } @@ -25965,16 +26129,16 @@ "type": "Identifier", "name": "itm", "range": [ - 10101, - 10104 + 10169, + 10172 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 52 }, "end": { - "line": 281, + "line": 282, "column": 55 } } @@ -25983,61 +26147,61 @@ "type": "Identifier", "name": "checked", "range": [ - 10105, - 10112 + 10173, + 10180 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 56 }, "end": { - "line": 281, + "line": 282, "column": 63 } } }, "range": [ - 10101, - 10112 + 10169, + 10180 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 52 }, "end": { - "line": 281, + "line": 282, "column": 63 } } }, "range": [ - 10080, - 10112 + 10148, + 10180 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 31 }, "end": { - "line": 281, + "line": 282, "column": 63 } } }, "range": [ - 10073, - 10112 + 10141, + 10180 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 24 }, "end": { - "line": 281, + "line": 282, "column": 63 } } @@ -26056,16 +26220,16 @@ "type": "Identifier", "name": "itm", "range": [ - 10140, - 10143 + 10208, + 10211 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 24 }, "end": { - "line": 282, + "line": 283, "column": 27 } } @@ -26074,62 +26238,62 @@ "type": "Identifier", "name": "click", "range": [ - 10144, - 10149 + 10212, + 10217 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 28 }, "end": { - "line": 282, + "line": 283, "column": 33 } } }, "range": [ - 10140, - 10149 + 10208, + 10217 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 24 }, "end": { - "line": 282, + "line": 283, "column": 33 } } }, "arguments": [], "range": [ - 10140, - 10151 + 10208, + 10219 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 24 }, "end": { - "line": 282, + "line": 283, "column": 35 } } }, "range": [ - 10140, - 10152 + 10208, + 10220 ], "loc": { "start": { - "line": 282, + "line": 283, "column": 24 }, "end": { - "line": 282, + "line": 283, "column": 36 } } @@ -26146,16 +26310,16 @@ "type": "Identifier", "name": "itm", "range": [ - 10177, - 10180 + 10245, + 10248 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 24 }, "end": { - "line": 283, + "line": 284, "column": 27 } } @@ -26164,31 +26328,31 @@ "type": "Identifier", "name": "checked", "range": [ - 10181, - 10188 + 10249, + 10256 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 28 }, "end": { - "line": 283, + "line": 284, "column": 35 } } }, "range": [ - 10177, - 10188 + 10245, + 10256 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 24 }, "end": { - "line": 283, + "line": 284, "column": 35 } } @@ -26203,16 +26367,16 @@ "type": "Identifier", "name": "li", "range": [ - 10191, - 10193 + 10259, + 10261 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 38 }, "end": { - "line": 283, + "line": 284, "column": 40 } } @@ -26221,31 +26385,31 @@ "type": "Identifier", "name": "check", "range": [ - 10194, - 10199 + 10262, + 10267 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 41 }, "end": { - "line": 283, + "line": 284, "column": 46 } } }, "range": [ - 10191, - 10199 + 10259, + 10267 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 38 }, "end": { - "line": 283, + "line": 284, "column": 46 } } @@ -26254,140 +26418,140 @@ "type": "Identifier", "name": "checked", "range": [ - 10200, - 10207 + 10268, + 10275 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 47 }, "end": { - "line": 283, + "line": 284, "column": 54 } } }, "range": [ - 10191, - 10207 + 10259, + 10275 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 38 }, "end": { - "line": 283, + "line": 284, "column": 54 } } }, "range": [ - 10177, - 10207 + 10245, + 10275 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 24 }, "end": { - "line": 283, + "line": 284, "column": 54 } } }, "range": [ - 10177, - 10208 + 10245, + 10276 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 24 }, "end": { - "line": 283, + "line": 284, "column": 55 } } } ], "range": [ - 10114, - 10230 + 10182, + 10298 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 65 }, "end": { - "line": 284, + "line": 285, "column": 21 } } }, "alternate": null, "range": [ - 10069, - 10230 + 10137, + 10298 ], "loc": { "start": { - "line": 281, + "line": 282, "column": 20 }, "end": { - "line": 284, + "line": 285, "column": 21 } } } ], "range": [ - 9983, - 10248 + 10051, + 10316 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 65 }, "end": { - "line": 285, + "line": 286, "column": 17 } } }, "range": [ - 9934, - 10248 + 10002, + 10316 ], "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 285, + "line": 286, "column": 17 } } } ], "range": [ - 9916, - 10262 + 9984, + 10330 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 47 }, "end": { - "line": 286, + "line": 287, "column": 13 } } @@ -26395,79 +26559,79 @@ "generator": false, "expression": false, "range": [ - 9910, - 10262 + 9978, + 10330 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 41 }, "end": { - "line": 286, + "line": 287, "column": 13 } } } ], "range": [ - 9881, - 10263 + 9949, + 10331 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 12 }, "end": { - "line": 286, + "line": 287, "column": 14 } } }, "range": [ - 9881, - 10264 + 9949, + 10332 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 12 }, "end": { - "line": 286, + "line": 287, "column": 15 } } } ], "range": [ - 9620, - 10274 + 9688, + 10342 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 32 }, "end": { - "line": 287, + "line": 288, "column": 9 } } }, "alternate": null, "range": [ - 9596, - 10274 + 9664, + 10342 ], "loc": { "start": { - "line": 271, + "line": 272, "column": 8 }, "end": { - "line": 287, + "line": 288, "column": 9 } }, @@ -26476,16 +26640,16 @@ "type": "Line", "value": "Tick all option", "range": [ - 9570, - 9587 + 9638, + 9655 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 25 } } @@ -26503,16 +26667,16 @@ "type": "Identifier", "name": "i", "range": [ - 10293, - 10294 + 10361, + 10362 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 17 }, "end": { - "line": 289, + "line": 290, "column": 18 } } @@ -26522,31 +26686,31 @@ "value": 0, "raw": "0", "range": [ - 10297, - 10298 + 10365, + 10366 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 21 }, "end": { - "line": 289, + "line": 290, "column": 22 } } }, "range": [ - 10293, - 10298 + 10361, + 10366 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 17 }, "end": { - "line": 289, + "line": 290, "column": 22 } } @@ -26554,16 +26718,16 @@ ], "kind": "let", "range": [ - 10289, - 10298 + 10357, + 10366 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 13 }, "end": { - "line": 289, + "line": 290, "column": 22 } } @@ -26575,16 +26739,16 @@ "type": "Identifier", "name": "i", "range": [ - 10300, - 10301 + 10368, + 10369 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 24 }, "end": { - "line": 289, + "line": 290, "column": 25 } } @@ -26599,16 +26763,16 @@ "type": "Identifier", "name": "headerRow", "range": [ - 10304, - 10313 + 10372, + 10381 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 28 }, "end": { - "line": 289, + "line": 290, "column": 37 } } @@ -26617,31 +26781,31 @@ "type": "Identifier", "name": "cells", "range": [ - 10314, - 10319 + 10382, + 10387 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 38 }, "end": { - "line": 289, + "line": 290, "column": 43 } } }, "range": [ - 10304, - 10319 + 10372, + 10387 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 28 }, "end": { - "line": 289, + "line": 290, "column": 43 } } @@ -26650,46 +26814,46 @@ "type": "Identifier", "name": "length", "range": [ - 10320, - 10326 + 10388, + 10394 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 44 }, "end": { - "line": 289, + "line": 290, "column": 50 } } }, "range": [ - 10304, - 10326 + 10372, + 10394 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 28 }, "end": { - "line": 289, + "line": 290, "column": 50 } } }, "range": [ - 10300, - 10326 + 10368, + 10394 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 24 }, "end": { - "line": 289, + "line": 290, "column": 50 } } @@ -26701,32 +26865,32 @@ "type": "Identifier", "name": "i", "range": [ - 10328, - 10329 + 10396, + 10397 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 52 }, "end": { - "line": 289, + "line": 290, "column": 53 } } }, "prefix": false, "range": [ - 10328, - 10331 + 10396, + 10399 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 52 }, "end": { - "line": 289, + "line": 290, "column": 55 } } @@ -26743,16 +26907,16 @@ "type": "Identifier", "name": "cell", "range": [ - 10351, - 10355 + 10419, + 10423 ], "loc": { "start": { - "line": 290, + "line": 291, "column": 16 }, "end": { - "line": 290, + "line": 291, "column": 20 } } @@ -26767,16 +26931,16 @@ "type": "Identifier", "name": "headerRow", "range": [ - 10358, - 10367 + 10426, + 10435 ], "loc": { "start": { - "line": 290, + "line": 291, "column": 23 }, "end": { - "line": 290, + "line": 291, "column": 32 } } @@ -26785,31 +26949,31 @@ "type": "Identifier", "name": "cells", "range": [ - 10368, - 10373 + 10436, + 10441 ], "loc": { "start": { - "line": 290, + "line": 291, "column": 33 }, "end": { - "line": 290, + "line": 291, "column": 38 } } }, "range": [ - 10358, - 10373 + 10426, + 10441 ], "loc": { "start": { - "line": 290, + "line": 291, "column": 23 }, "end": { - "line": 290, + "line": 291, "column": 38 } } @@ -26818,46 +26982,46 @@ "type": "Identifier", "name": "i", "range": [ - 10374, - 10375 + 10442, + 10443 ], "loc": { "start": { - "line": 290, + "line": 291, "column": 39 }, "end": { - "line": 290, + "line": 291, "column": 40 } } }, "range": [ - 10358, - 10376 + 10426, + 10444 ], "loc": { "start": { - "line": 290, + "line": 291, "column": 23 }, "end": { - "line": 290, + "line": 291, "column": 41 } } }, "range": [ - 10351, - 10376 + 10419, + 10444 ], "loc": { "start": { - "line": 290, + "line": 291, "column": 16 }, "end": { - "line": 290, + "line": 291, "column": 41 } } @@ -26865,16 +27029,16 @@ ], "kind": "let", "range": [ - 10347, - 10377 + 10415, + 10445 ], "loc": { "start": { - "line": 290, + "line": 291, "column": 12 }, "end": { - "line": 290, + "line": 291, "column": 42 } } @@ -26888,16 +27052,16 @@ "type": "Identifier", "name": "cellText", "range": [ - 10394, - 10402 + 10462, + 10470 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 16 }, "end": { - "line": 291, + "line": 292, "column": 24 } } @@ -26913,16 +27077,16 @@ "object": { "type": "ThisExpression", "range": [ - 10405, - 10409 + 10473, + 10477 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 27 }, "end": { - "line": 291, + "line": 292, "column": 31 } } @@ -26931,31 +27095,31 @@ "type": "Identifier", "name": "headersText", "range": [ - 10410, - 10421 + 10478, + 10489 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 32 }, "end": { - "line": 291, + "line": 292, "column": 43 } } }, "range": [ - 10405, - 10421 + 10473, + 10489 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 27 }, "end": { - "line": 291, + "line": 292, "column": 43 } } @@ -26969,16 +27133,16 @@ "object": { "type": "ThisExpression", "range": [ - 10425, - 10429 + 10493, + 10497 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 47 }, "end": { - "line": 291, + "line": 292, "column": 51 } } @@ -26987,31 +27151,31 @@ "type": "Identifier", "name": "headersText", "range": [ - 10430, - 10441 + 10498, + 10509 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 52 }, "end": { - "line": 291, + "line": 292, "column": 63 } } }, "range": [ - 10425, - 10441 + 10493, + 10509 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 47 }, "end": { - "line": 291, + "line": 292, "column": 63 } } @@ -27020,46 +27184,46 @@ "type": "Identifier", "name": "i", "range": [ - 10442, - 10443 + 10510, + 10511 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 64 }, "end": { - "line": 291, + "line": 292, "column": 65 } } }, "range": [ - 10425, - 10444 + 10493, + 10512 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 47 }, "end": { - "line": 291, + "line": 292, "column": 66 } } }, "range": [ - 10405, - 10444 + 10473, + 10512 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 27 }, "end": { - "line": 291, + "line": 292, "column": 66 } } @@ -27073,16 +27237,16 @@ "object": { "type": "ThisExpression", "range": [ - 10463, - 10467 + 10531, + 10535 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 16 }, "end": { - "line": 292, + "line": 293, "column": 20 } } @@ -27091,31 +27255,31 @@ "type": "Identifier", "name": "headersText", "range": [ - 10468, - 10479 + 10536, + 10547 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 21 }, "end": { - "line": 292, + "line": 293, "column": 32 } } }, "range": [ - 10463, - 10479 + 10531, + 10547 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 16 }, "end": { - "line": 292, + "line": 293, "column": 32 } } @@ -27124,31 +27288,31 @@ "type": "Identifier", "name": "i", "range": [ - 10480, - 10481 + 10548, + 10549 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 33 }, "end": { - "line": 292, + "line": 293, "column": 34 } } }, "range": [ - 10463, - 10482 + 10531, + 10550 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 16 }, "end": { - "line": 292, + "line": 293, "column": 35 } } @@ -27161,16 +27325,16 @@ "object": { "type": "ThisExpression", "range": [ - 10485, - 10489 + 10553, + 10557 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 38 }, "end": { - "line": 292, + "line": 293, "column": 42 } } @@ -27179,31 +27343,31 @@ "type": "Identifier", "name": "_getHeaderText", "range": [ - 10490, - 10504 + 10558, + 10572 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 43 }, "end": { - "line": 292, + "line": 293, "column": 57 } } }, "range": [ - 10485, - 10504 + 10553, + 10572 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 38 }, "end": { - "line": 292, + "line": 293, "column": 57 } } @@ -27213,62 +27377,62 @@ "type": "Identifier", "name": "cell", "range": [ - 10505, - 10509 + 10573, + 10577 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 58 }, "end": { - "line": 292, + "line": 293, "column": 62 } } } ], "range": [ - 10485, - 10510 + 10553, + 10578 ], "loc": { "start": { - "line": 292, + "line": 293, "column": 38 }, "end": { - "line": 292, + "line": 293, "column": 63 } } }, "range": [ - 10405, - 10510 + 10473, + 10578 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 27 }, "end": { - "line": 292, + "line": 293, "column": 63 } } }, "range": [ - 10394, - 10510 + 10462, + 10578 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 16 }, "end": { - "line": 292, + "line": 293, "column": 63 } } @@ -27276,16 +27440,16 @@ ], "kind": "let", "range": [ - 10390, - 10511 + 10458, + 10579 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 12 }, "end": { - "line": 292, + "line": 293, "column": 64 } } @@ -27299,16 +27463,16 @@ "type": "Identifier", "name": "liElm", "range": [ - 10528, - 10533 + 10596, + 10601 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 293, + "line": 294, "column": 21 } } @@ -27322,16 +27486,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10536, - 10539 + 10604, + 10607 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 24 }, "end": { - "line": 293, + "line": 294, "column": 27 } } @@ -27340,31 +27504,31 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 10540, - 10555 + 10608, + 10623 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 28 }, "end": { - "line": 293, + "line": 294, "column": 43 } } }, "range": [ - 10536, - 10555 + 10604, + 10623 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 24 }, "end": { - "line": 293, + "line": 294, "column": 43 } } @@ -27384,16 +27548,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 10573, - 10579 + 10641, + 10647 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 22 } } @@ -27402,31 +27566,31 @@ "type": "Identifier", "name": "i", "range": [ - 10582, - 10583 + 10650, + 10651 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 25 }, "end": { - "line": 294, + "line": 295, "column": 26 } } }, "range": [ - 10573, - 10583 + 10641, + 10651 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 26 } } @@ -27436,31 +27600,31 @@ "value": "_", "raw": "'_'", "range": [ - 10586, - 10589 + 10654, + 10657 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 29 }, "end": { - "line": 294, + "line": 295, "column": 32 } } }, "range": [ - 10573, - 10589 + 10641, + 10657 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 32 } } @@ -27472,16 +27636,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10592, - 10594 + 10660, + 10662 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 35 }, "end": { - "line": 294, + "line": 295, "column": 37 } } @@ -27490,46 +27654,46 @@ "type": "Identifier", "name": "id", "range": [ - 10595, - 10597 + 10663, + 10665 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 38 }, "end": { - "line": 294, + "line": 295, "column": 40 } } }, "range": [ - 10592, - 10597 + 10660, + 10665 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 35 }, "end": { - "line": 294, + "line": 295, "column": 40 } } }, "range": [ - 10573, - 10597 + 10641, + 10665 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 40 } } @@ -27538,16 +27702,16 @@ "type": "Identifier", "name": "cellText", "range": [ - 10599, - 10607 + 10667, + 10675 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 42 }, "end": { - "line": 294, + "line": 295, "column": 50 } } @@ -27556,47 +27720,47 @@ "type": "Identifier", "name": "cellText", "range": [ - 10609, - 10617 + 10677, + 10685 ], "loc": { "start": { - "line": 294, + "line": 295, "column": 52 }, "end": { - "line": 294, + "line": 295, "column": 60 } } } ], "range": [ - 10536, - 10618 + 10604, + 10686 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 24 }, "end": { - "line": 294, + "line": 295, "column": 61 } } }, "range": [ - 10528, - 10618 + 10596, + 10686 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 61 } } @@ -27604,16 +27768,16 @@ ], "kind": "let", "range": [ - 10524, - 10619 + 10592, + 10687 ], "loc": { "start": { - "line": 293, + "line": 294, "column": 12 }, "end": { - "line": 294, + "line": 295, "column": 62 } } @@ -27629,16 +27793,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10632, - 10635 + 10700, + 10703 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 12 }, "end": { - "line": 295, + "line": 296, "column": 15 } } @@ -27647,31 +27811,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 10636, - 10644 + 10704, + 10712 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 24 } } }, "range": [ - 10632, - 10644 + 10700, + 10712 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 12 }, "end": { - "line": 295, + "line": 296, "column": 24 } } @@ -27681,16 +27845,16 @@ "type": "Identifier", "name": "liElm", "range": [ - 10645, - 10650 + 10713, + 10718 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 25 }, "end": { - "line": 295, + "line": 296, "column": 30 } } @@ -27701,16 +27865,16 @@ "object": { "type": "ThisExpression", "range": [ - 10652, - 10656 + 10720, + 10724 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 32 }, "end": { - "line": 295, + "line": 296, "column": 36 } } @@ -27719,62 +27883,62 @@ "type": "Identifier", "name": "listItemCssClass", "range": [ - 10657, - 10673 + 10725, + 10741 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 37 }, "end": { - "line": 295, + "line": 296, "column": 53 } } }, "range": [ - 10652, - 10673 + 10720, + 10741 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 32 }, "end": { - "line": 295, + "line": 296, "column": 53 } } } ], "range": [ - 10632, - 10674 + 10700, + 10742 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 12 }, "end": { - "line": 295, + "line": 296, "column": 54 } } }, "range": [ - 10632, - 10675 + 10700, + 10743 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 12 }, "end": { - "line": 295, + "line": 296, "column": 55 } } @@ -27790,16 +27954,16 @@ "object": { "type": "ThisExpression", "range": [ - 10693, - 10697 + 10761, + 10765 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 17 }, "end": { - "line": 296, + "line": 297, "column": 21 } } @@ -27808,47 +27972,47 @@ "type": "Identifier", "name": "tickToHide", "range": [ - 10698, - 10708 + 10766, + 10776 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 22 }, "end": { - "line": 296, + "line": 297, "column": 32 } } }, "range": [ - 10693, - 10708 + 10761, + 10776 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 17 }, "end": { - "line": 296, + "line": 297, "column": 32 } } }, "prefix": true, "range": [ - 10692, - 10708 + 10760, + 10776 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 16 }, "end": { - "line": 296, + "line": 297, "column": 32 } } @@ -27867,16 +28031,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 10728, - 10731 + 10796, + 10799 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, + "line": 298, "column": 19 } } @@ -27885,31 +28049,31 @@ "type": "Identifier", "name": "addClass", "range": [ - 10732, - 10740 + 10800, + 10808 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 28 } } }, "range": [ - 10728, - 10740 + 10796, + 10808 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, + "line": 298, "column": 28 } } @@ -27919,16 +28083,16 @@ "type": "Identifier", "name": "liElm", "range": [ - 10741, - 10746 + 10809, + 10814 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 29 }, "end": { - "line": 297, + "line": 298, "column": 34 } } @@ -27939,16 +28103,16 @@ "object": { "type": "ThisExpression", "range": [ - 10748, - 10752 + 10816, + 10820 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 36 }, "end": { - "line": 297, + "line": 298, "column": 40 } } @@ -27957,94 +28121,94 @@ "type": "Identifier", "name": "listSlcItemCssClass", "range": [ - 10753, - 10772 + 10821, + 10840 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 41 }, "end": { - "line": 297, + "line": 298, "column": 60 } } }, "range": [ - 10748, - 10772 + 10816, + 10840 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 36 }, "end": { - "line": 297, + "line": 298, "column": 60 } } } ], "range": [ - 10728, - 10773 + 10796, + 10841 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, + "line": 298, "column": 61 } } }, "range": [ - 10728, - 10774 + 10796, + 10842 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 16 }, "end": { - "line": 297, + "line": 298, "column": 62 } } } ], "range": [ - 10710, - 10788 + 10778, + 10856 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 34 }, "end": { - "line": 298, + "line": 299, "column": 13 } } }, "alternate": null, "range": [ - 10688, - 10788 + 10756, + 10856 ], "loc": { "start": { - "line": 296, + "line": 297, "column": 12 }, "end": { - "line": 298, + "line": 299, "column": 13 } } @@ -28060,16 +28224,16 @@ "type": "Identifier", "name": "ul", "range": [ - 10801, - 10803 + 10869, + 10871 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 14 } } @@ -28078,31 +28242,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10804, - 10815 + 10872, + 10883 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 15 }, "end": { - "line": 299, + "line": 300, "column": 26 } } }, "range": [ - 10801, - 10815 + 10869, + 10883 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 26 } } @@ -28112,47 +28276,47 @@ "type": "Identifier", "name": "liElm", "range": [ - 10816, - 10821 + 10884, + 10889 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 27 }, "end": { - "line": 299, + "line": 300, "column": 32 } } } ], "range": [ - 10801, - 10822 + 10869, + 10890 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 33 } } }, "range": [ - 10801, - 10823 + 10869, + 10891 ], "loc": { "start": { - "line": 299, + "line": 300, "column": 12 }, "end": { - "line": 299, + "line": 300, "column": 34 } } @@ -28168,16 +28332,16 @@ "object": { "type": "ThisExpression", "range": [ - 10841, - 10845 + 10909, + 10913 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 17 }, "end": { - "line": 300, + "line": 301, "column": 21 } } @@ -28186,47 +28350,47 @@ "type": "Identifier", "name": "tickToHide", "range": [ - 10846, - 10856 + 10914, + 10924 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 22 }, "end": { - "line": 300, + "line": 301, "column": 32 } } }, "range": [ - 10841, - 10856 + 10909, + 10924 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 17 }, "end": { - "line": 300, + "line": 301, "column": 32 } } }, "prefix": true, "range": [ - 10840, - 10856 + 10908, + 10924 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 16 }, "end": { - "line": 300, + "line": 301, "column": 32 } } @@ -28249,16 +28413,16 @@ "type": "Identifier", "name": "liElm", "range": [ - 10876, - 10881 + 10944, + 10949 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 21 } } @@ -28267,31 +28431,31 @@ "type": "Identifier", "name": "check", "range": [ - 10882, - 10887 + 10950, + 10955 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 22 }, "end": { - "line": 301, + "line": 302, "column": 27 } } }, "range": [ - 10876, - 10887 + 10944, + 10955 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 27 } } @@ -28300,31 +28464,31 @@ "type": "Identifier", "name": "checked", "range": [ - 10888, - 10895 + 10956, + 10963 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 28 }, "end": { - "line": 301, + "line": 302, "column": 35 } } }, "range": [ - 10876, - 10895 + 10944, + 10963 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 35 } } @@ -28334,78 +28498,78 @@ "value": true, "raw": "true", "range": [ - 10898, - 10902 + 10966, + 10970 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 38 }, "end": { - "line": 301, + "line": 302, "column": 42 } } }, "range": [ - 10876, - 10902 + 10944, + 10970 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 42 } } }, "range": [ - 10876, - 10903 + 10944, + 10971 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 16 }, "end": { - "line": 301, + "line": 302, "column": 43 } } } ], "range": [ - 10858, - 10917 + 10926, + 10985 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 34 }, "end": { - "line": 302, + "line": 303, "column": 13 } } }, "alternate": null, "range": [ - 10836, - 10917 + 10904, + 10985 ], "loc": { "start": { - "line": 300, + "line": 301, "column": 12 }, "end": { - "line": 302, + "line": 303, "column": 13 } } @@ -28421,16 +28585,16 @@ "type": "Identifier", "name": "Event", "range": [ - 10931, - 10936 + 10999, + 11004 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 12 }, "end": { - "line": 304, + "line": 305, "column": 17 } } @@ -28439,31 +28603,31 @@ "type": "Identifier", "name": "add", "range": [ - 10937, - 10940 + 11005, + 11008 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 18 }, "end": { - "line": 304, + "line": 305, "column": 21 } } }, "range": [ - 10931, - 10940 + 10999, + 11008 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 12 }, "end": { - "line": 304, + "line": 305, "column": 21 } } @@ -28476,16 +28640,16 @@ "type": "Identifier", "name": "liElm", "range": [ - 10941, - 10946 + 11009, + 11014 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 22 }, "end": { - "line": 304, + "line": 305, "column": 27 } } @@ -28494,31 +28658,31 @@ "type": "Identifier", "name": "check", "range": [ - 10947, - 10952 + 11015, + 11020 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 28 }, "end": { - "line": 304, + "line": 305, "column": 33 } } }, "range": [ - 10941, - 10952 + 11009, + 11020 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 22 }, "end": { - "line": 304, + "line": 305, "column": 33 } } @@ -28528,16 +28692,16 @@ "value": "click", "raw": "'click'", "range": [ - 10954, - 10961 + 11022, + 11029 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 35 }, "end": { - "line": 304, + "line": 305, "column": 42 } } @@ -28550,16 +28714,16 @@ "type": "Identifier", "name": "evt", "range": [ - 10964, - 10967 + 11032, + 11035 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 45 }, "end": { - "line": 304, + "line": 305, "column": 48 } } @@ -28577,16 +28741,16 @@ "type": "Identifier", "name": "elm", "range": [ - 10994, - 10997 + 11062, + 11065 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 20 }, "end": { - "line": 305, + "line": 306, "column": 23 } } @@ -28600,16 +28764,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11000, - 11005 + 11068, + 11073 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 26 }, "end": { - "line": 305, + "line": 306, "column": 31 } } @@ -28618,31 +28782,31 @@ "type": "Identifier", "name": "target", "range": [ - 11006, - 11012 + 11074, + 11080 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 32 }, "end": { - "line": 305, + "line": 306, "column": 38 } } }, "range": [ - 11000, - 11012 + 11068, + 11080 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 26 }, "end": { - "line": 305, + "line": 306, "column": 38 } } @@ -28652,47 +28816,47 @@ "type": "Identifier", "name": "evt", "range": [ - 11013, - 11016 + 11081, + 11084 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 39 }, "end": { - "line": 305, + "line": 306, "column": 42 } } } ], "range": [ - 11000, - 11017 + 11068, + 11085 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 26 }, "end": { - "line": 305, + "line": 306, "column": 43 } } }, "range": [ - 10994, - 11017 + 11062, + 11085 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 20 }, "end": { - "line": 305, + "line": 306, "column": 43 } } @@ -28700,16 +28864,16 @@ ], "kind": "let", "range": [ - 10990, - 11018 + 11058, + 11086 ], "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 44 } } @@ -28723,16 +28887,16 @@ "type": "Identifier", "name": "lbl", "range": [ - 11039, - 11042 + 11107, + 11110 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 23 } } @@ -28744,16 +28908,16 @@ "type": "Identifier", "name": "elm", "range": [ - 11045, - 11048 + 11113, + 11116 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 26 }, "end": { - "line": 306, + "line": 307, "column": 29 } } @@ -28762,46 +28926,46 @@ "type": "Identifier", "name": "parentNode", "range": [ - 11049, - 11059 + 11117, + 11127 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 30 }, "end": { - "line": 306, + "line": 307, "column": 40 } } }, "range": [ - 11045, - 11059 + 11113, + 11127 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 26 }, "end": { - "line": 306, + "line": 307, "column": 40 } } }, "range": [ - 11039, - 11059 + 11107, + 11127 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 40 } } @@ -28809,16 +28973,16 @@ ], "kind": "let", "range": [ - 11035, - 11060 + 11103, + 11128 ], "loc": { "start": { - "line": 306, + "line": 307, "column": 16 }, "end": { - "line": 306, + "line": 307, "column": 41 } } @@ -28833,16 +28997,16 @@ "object": { "type": "ThisExpression", "range": [ - 11077, - 11081 + 11145, + 11149 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 16 }, "end": { - "line": 307, + "line": 308, "column": 20 } } @@ -28851,31 +29015,31 @@ "type": "Identifier", "name": "checkItem", "range": [ - 11082, - 11091 + 11150, + 11159 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 21 }, "end": { - "line": 307, + "line": 308, "column": 30 } } }, "range": [ - 11077, - 11091 + 11145, + 11159 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 16 }, "end": { - "line": 307, + "line": 308, "column": 30 } } @@ -28885,63 +29049,63 @@ "type": "Identifier", "name": "lbl", "range": [ - 11092, - 11095 + 11160, + 11163 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 31 }, "end": { - "line": 307, + "line": 308, "column": 34 } } } ], "range": [ - 11077, - 11096 + 11145, + 11164 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 16 }, "end": { - "line": 307, + "line": 308, "column": 35 } } }, "range": [ - 11077, - 11097 + 11145, + 11165 ], "loc": { "start": { - "line": 307, + "line": 308, "column": 16 }, "end": { - "line": 307, + "line": 308, "column": 36 } } } ], "range": [ - 10972, - 11111 + 11040, + 11179 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 53 }, "end": { - "line": 308, + "line": 309, "column": 13 } } @@ -28949,78 +29113,78 @@ "generator": false, "expression": false, "range": [ - 10963, - 11111 + 11031, + 11179 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 44 }, "end": { - "line": 308, + "line": 309, "column": 13 } } } ], "range": [ - 10931, - 11112 + 10999, + 11180 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 12 }, "end": { - "line": 308, + "line": 309, "column": 14 } } }, "range": [ - 10931, - 11113 + 10999, + 11181 ], "loc": { "start": { - "line": 304, + "line": 305, "column": 12 }, "end": { - "line": 308, + "line": 309, "column": 15 } } } ], "range": [ - 10333, - 11123 + 10401, + 11191 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 57 }, "end": { - "line": 309, + "line": 310, "column": 9 } } }, "range": [ - 10284, - 11123 + 10352, + 11191 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 8 }, "end": { - "line": 309, + "line": 310, "column": 9 } }, @@ -29029,16 +29193,16 @@ "type": "Line", "value": "separator", "range": [ - 11133, - 11144 + 11201, + 11212 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 8 }, "end": { - "line": 311, + "line": 312, "column": 19 } } @@ -29054,16 +29218,16 @@ "type": "Identifier", "name": "p", "range": [ - 11157, - 11158 + 11225, + 11226 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 12 }, "end": { - "line": 312, + "line": 313, "column": 13 } } @@ -29077,16 +29241,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11161, - 11164 + 11229, + 11232 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 19 } } @@ -29095,31 +29259,31 @@ "type": "Identifier", "name": "create", "range": [ - 11165, - 11171 + 11233, + 11239 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 20 }, "end": { - "line": 312, + "line": 313, "column": 26 } } }, "range": [ - 11161, - 11171 + 11229, + 11239 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 26 } } @@ -29130,16 +29294,16 @@ "value": "p", "raw": "'p'", "range": [ - 11172, - 11175 + 11240, + 11243 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 27 }, "end": { - "line": 312, + "line": 313, "column": 30 } } @@ -29152,16 +29316,16 @@ "value": "align", "raw": "'align'", "range": [ - 11178, - 11185 + 11246, + 11253 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 33 }, "end": { - "line": 312, + "line": 313, "column": 40 } } @@ -29171,63 +29335,63 @@ "value": "center", "raw": "'center'", "range": [ - 11187, - 11195 + 11255, + 11263 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 42 }, "end": { - "line": 312, + "line": 313, "column": 50 } } } ], "range": [ - 11177, - 11196 + 11245, + 11264 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 32 }, "end": { - "line": 312, + "line": 313, "column": 51 } } } ], "range": [ - 11161, - 11197 + 11229, + 11265 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 52 } } }, "range": [ - 11157, - 11197 + 11225, + 11265 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 12 }, "end": { - "line": 312, + "line": 313, "column": 52 } } @@ -29235,16 +29399,16 @@ ], "kind": "let", "range": [ - 11153, - 11198 + 11221, + 11266 ], "loc": { "start": { - "line": 312, + "line": 313, "column": 8 }, "end": { - "line": 312, + "line": 313, "column": 53 } }, @@ -29253,16 +29417,16 @@ "type": "Line", "value": "separator", "range": [ - 11133, - 11144 + 11201, + 11212 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 8 }, "end": { - "line": 311, + "line": 312, "column": 19 } } @@ -29278,32 +29442,32 @@ "type": "Identifier", "name": "btn", "range": [ - 11211, - 11214 + 11279, + 11282 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 12 }, "end": { - "line": 313, + "line": 314, "column": 15 } } }, "init": null, "range": [ - 11211, - 11214 + 11279, + 11282 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 12 }, "end": { - "line": 313, + "line": 314, "column": 15 } } @@ -29311,16 +29475,16 @@ ], "kind": "let", "range": [ - 11207, - 11215 + 11275, + 11283 ], "loc": { "start": { - "line": 313, + "line": 314, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 16 } }, @@ -29329,16 +29493,16 @@ "type": "Line", "value": "Close link", "range": [ - 11224, - 11236 + 11292, + 11304 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 20 } } @@ -29356,16 +29520,16 @@ "object": { "type": "ThisExpression", "range": [ - 11250, - 11254 + 11318, + 11322 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 13 }, "end": { - "line": 315, + "line": 316, "column": 17 } } @@ -29374,47 +29538,47 @@ "type": "Identifier", "name": "btnCloseHtml", "range": [ - 11255, - 11267 + 11323, + 11335 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 18 }, "end": { - "line": 315, + "line": 316, "column": 30 } } }, "range": [ - 11250, - 11267 + 11318, + 11335 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 13 }, "end": { - "line": 315, + "line": 316, "column": 30 } } }, "prefix": true, "range": [ - 11249, - 11267 + 11317, + 11335 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 12 }, "end": { - "line": 315, + "line": 316, "column": 30 } } @@ -29431,16 +29595,16 @@ "type": "Identifier", "name": "btn", "range": [ - 11283, - 11286 + 11351, + 11354 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 12 }, "end": { - "line": 316, + "line": 317, "column": 15 } } @@ -29454,16 +29618,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11289, - 11292 + 11357, + 11360 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 18 }, "end": { - "line": 316, + "line": 317, "column": 21 } } @@ -29472,31 +29636,31 @@ "type": "Identifier", "name": "create", "range": [ - 11293, - 11299 + 11361, + 11367 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 22 }, "end": { - "line": 316, + "line": 317, "column": 28 } } }, "range": [ - 11289, - 11299 + 11357, + 11367 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 18 }, "end": { - "line": 316, + "line": 317, "column": 28 } } @@ -29507,16 +29671,16 @@ "value": "a", "raw": "'a'", "range": [ - 11300, - 11303 + 11368, + 11371 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 29 }, "end": { - "line": 316, + "line": 317, "column": 32 } } @@ -29529,16 +29693,16 @@ "value": "href", "raw": "'href'", "range": [ - 11306, - 11312 + 11374, + 11380 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 35 }, "end": { - "line": 316, + "line": 317, "column": 41 } } @@ -29548,78 +29712,78 @@ "value": "javascript:;", "raw": "'javascript:;'", "range": [ - 11314, - 11328 + 11382, + 11396 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 43 }, "end": { - "line": 316, + "line": 317, "column": 57 } } } ], "range": [ - 11305, - 11329 + 11373, + 11397 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 34 }, "end": { - "line": 316, + "line": 317, "column": 58 } } } ], "range": [ - 11289, - 11330 + 11357, + 11398 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 18 }, "end": { - "line": 316, + "line": 317, "column": 59 } } }, "range": [ - 11283, - 11330 + 11351, + 11398 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 12 }, "end": { - "line": 316, + "line": 317, "column": 59 } } }, "range": [ - 11283, - 11331 + 11351, + 11399 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 12 }, "end": { - "line": 316, + "line": 317, "column": 60 } } @@ -29636,16 +29800,16 @@ "type": "Identifier", "name": "btn", "range": [ - 11344, - 11347 + 11412, + 11415 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 12 }, "end": { - "line": 317, + "line": 318, "column": 15 } } @@ -29654,31 +29818,31 @@ "type": "Identifier", "name": "className", "range": [ - 11348, - 11357 + 11416, + 11425 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 16 }, "end": { - "line": 317, + "line": 318, "column": 25 } } }, "range": [ - 11344, - 11357 + 11412, + 11425 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 12 }, "end": { - "line": 317, + "line": 318, "column": 25 } } @@ -29689,16 +29853,16 @@ "object": { "type": "ThisExpression", "range": [ - 11360, - 11364 + 11428, + 11432 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 28 }, "end": { - "line": 317, + "line": 318, "column": 32 } } @@ -29707,61 +29871,61 @@ "type": "Identifier", "name": "btnCloseCssClass", "range": [ - 11365, - 11381 + 11433, + 11449 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 33 }, "end": { - "line": 317, + "line": 318, "column": 49 } } }, "range": [ - 11360, - 11381 + 11428, + 11449 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 28 }, "end": { - "line": 317, + "line": 318, "column": 49 } } }, "range": [ - 11344, - 11381 + 11412, + 11449 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 12 }, "end": { - "line": 317, + "line": 318, "column": 49 } } }, "range": [ - 11344, - 11382 + 11412, + 11450 ], "loc": { "start": { - "line": 317, + "line": 318, "column": 12 }, "end": { - "line": 317, + "line": 318, "column": 50 } } @@ -29778,16 +29942,16 @@ "type": "Identifier", "name": "btn", "range": [ - 11395, - 11398 + 11463, + 11466 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 15 } } @@ -29796,31 +29960,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 11399, - 11408 + 11467, + 11476 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 16 }, "end": { - "line": 318, + "line": 319, "column": 25 } } }, "range": [ - 11395, - 11408 + 11463, + 11476 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 25 } } @@ -29831,16 +29995,16 @@ "object": { "type": "ThisExpression", "range": [ - 11411, - 11415 + 11479, + 11483 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 28 }, "end": { - "line": 318, + "line": 319, "column": 32 } } @@ -29849,61 +30013,61 @@ "type": "Identifier", "name": "btnCloseText", "range": [ - 11416, - 11428 + 11484, + 11496 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 33 }, "end": { - "line": 318, + "line": 319, "column": 45 } } }, "range": [ - 11411, - 11428 + 11479, + 11496 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 28 }, "end": { - "line": 318, + "line": 319, "column": 45 } } }, "range": [ - 11395, - 11428 + 11463, + 11496 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 45 } } }, "range": [ - 11395, - 11429 + 11463, + 11497 ], "loc": { "start": { - "line": 318, + "line": 319, "column": 12 }, "end": { - "line": 318, + "line": 319, "column": 46 } } @@ -29919,16 +30083,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11442, - 11447 + 11510, + 11515 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 12 }, "end": { - "line": 319, + "line": 320, "column": 17 } } @@ -29937,31 +30101,31 @@ "type": "Identifier", "name": "add", "range": [ - 11448, - 11451 + 11516, + 11519 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 18 }, "end": { - "line": 319, + "line": 320, "column": 21 } } }, "range": [ - 11442, - 11451 + 11510, + 11519 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 12 }, "end": { - "line": 319, + "line": 320, "column": 21 } } @@ -29971,16 +30135,16 @@ "type": "Identifier", "name": "btn", "range": [ - 11452, - 11455 + 11520, + 11523 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 22 }, "end": { - "line": 319, + "line": 320, "column": 25 } } @@ -29990,16 +30154,16 @@ "value": "click", "raw": "'click'", "range": [ - 11457, - 11464 + 11525, + 11532 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 27 }, "end": { - "line": 319, + "line": 320, "column": 34 } } @@ -30012,16 +30176,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11467, - 11470 + 11535, + 11538 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 37 }, "end": { - "line": 319, + "line": 320, "column": 40 } } @@ -30035,16 +30199,16 @@ "object": { "type": "ThisExpression", "range": [ - 11475, - 11479 + 11543, + 11547 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 45 }, "end": { - "line": 319, + "line": 320, "column": 49 } } @@ -30053,31 +30217,31 @@ "type": "Identifier", "name": "toggle", "range": [ - 11480, - 11486 + 11548, + 11554 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 50 }, "end": { - "line": 319, + "line": 320, "column": 56 } } }, "range": [ - 11475, - 11486 + 11543, + 11554 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 45 }, "end": { - "line": 319, + "line": 320, "column": 56 } } @@ -30087,32 +30251,32 @@ "type": "Identifier", "name": "evt", "range": [ - 11487, - 11490 + 11555, + 11558 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 57 }, "end": { - "line": 319, + "line": 320, "column": 60 } } } ], "range": [ - 11475, - 11491 + 11543, + 11559 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 45 }, "end": { - "line": 319, + "line": 320, "column": 61 } } @@ -30120,47 +30284,47 @@ "generator": false, "expression": true, "range": [ - 11466, - 11491 + 11534, + 11559 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 36 }, "end": { - "line": 319, + "line": 320, "column": 61 } } } ], "range": [ - 11442, - 11492 + 11510, + 11560 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 12 }, "end": { - "line": 319, + "line": 320, "column": 62 } } }, "range": [ - 11442, - 11493 + 11510, + 11561 ], "loc": { "start": { - "line": 319, + "line": 320, "column": 12 }, "end": { - "line": 319, + "line": 320, "column": 63 } } @@ -30176,16 +30340,16 @@ "type": "Identifier", "name": "p", "range": [ - 11506, - 11507 + 11574, + 11575 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 12 }, "end": { - "line": 320, + "line": 321, "column": 13 } } @@ -30194,31 +30358,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11508, - 11519 + 11576, + 11587 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 14 }, "end": { - "line": 320, + "line": 321, "column": 25 } } }, "range": [ - 11506, - 11519 + 11574, + 11587 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 12 }, "end": { - "line": 320, + "line": 321, "column": 25 } } @@ -30228,63 +30392,63 @@ "type": "Identifier", "name": "btn", "range": [ - 11520, - 11523 + 11588, + 11591 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 26 }, "end": { - "line": 320, + "line": 321, "column": 29 } } } ], "range": [ - 11506, - 11524 + 11574, + 11592 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 12 }, "end": { - "line": 320, + "line": 321, "column": 30 } } }, "range": [ - 11506, - 11525 + 11574, + 11593 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 12 }, "end": { - "line": 320, + "line": 321, "column": 31 } } } ], "range": [ - 11269, - 11535 + 11337, + 11603 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 32 }, "end": { - "line": 321, + "line": 322, "column": 9 } } @@ -30304,16 +30468,16 @@ "type": "Identifier", "name": "p", "range": [ - 11555, - 11556 + 11623, + 11624 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 12 }, "end": { - "line": 322, + "line": 323, "column": 13 } } @@ -30322,31 +30486,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 11557, - 11566 + 11625, + 11634 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 14 }, "end": { - "line": 322, + "line": 323, "column": 23 } } }, "range": [ - 11555, - 11566 + 11623, + 11634 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 12 }, "end": { - "line": 322, + "line": 323, "column": 23 } } @@ -30357,16 +30521,16 @@ "object": { "type": "ThisExpression", "range": [ - 11569, - 11573 + 11637, + 11641 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 26 }, "end": { - "line": 322, + "line": 323, "column": 30 } } @@ -30375,61 +30539,61 @@ "type": "Identifier", "name": "btnCloseHtml", "range": [ - 11574, - 11586 + 11642, + 11654 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 31 }, "end": { - "line": 322, + "line": 323, "column": 43 } } }, "range": [ - 11569, - 11586 + 11637, + 11654 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 26 }, "end": { - "line": 322, + "line": 323, "column": 43 } } }, "range": [ - 11555, - 11586 + 11623, + 11654 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 12 }, "end": { - "line": 322, + "line": 323, "column": 43 } } }, "range": [ - 11555, - 11587 + 11623, + 11655 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 12 }, "end": { - "line": 322, + "line": 323, "column": 44 } } @@ -30443,16 +30607,16 @@ "type": "Identifier", "name": "btn", "range": [ - 11600, - 11603 + 11668, + 11671 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 12 }, "end": { - "line": 323, + "line": 324, "column": 15 } } @@ -30464,16 +30628,16 @@ "type": "Identifier", "name": "p", "range": [ - 11606, - 11607 + 11674, + 11675 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 18 }, "end": { - "line": 323, + "line": 324, "column": 19 } } @@ -30482,61 +30646,61 @@ "type": "Identifier", "name": "firstChild", "range": [ - 11608, - 11618 + 11676, + 11686 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 30 } } }, "range": [ - 11606, - 11618 + 11674, + 11686 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 18 }, "end": { - "line": 323, + "line": 324, "column": 30 } } }, "range": [ - 11600, - 11618 + 11668, + 11686 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 12 }, "end": { - "line": 323, + "line": 324, "column": 30 } } }, "range": [ - 11600, - 11619 + 11668, + 11687 ], "loc": { "start": { - "line": 323, + "line": 324, "column": 12 }, "end": { - "line": 323, + "line": 324, "column": 31 } } @@ -30552,16 +30716,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11632, - 11637 + 11700, + 11705 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 17 } } @@ -30570,31 +30734,31 @@ "type": "Identifier", "name": "add", "range": [ - 11638, - 11641 + 11706, + 11709 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 18 }, "end": { - "line": 324, + "line": 325, "column": 21 } } }, "range": [ - 11632, - 11641 + 11700, + 11709 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 21 } } @@ -30604,16 +30768,16 @@ "type": "Identifier", "name": "btn", "range": [ - 11642, - 11645 + 11710, + 11713 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 22 }, "end": { - "line": 324, + "line": 325, "column": 25 } } @@ -30623,16 +30787,16 @@ "value": "click", "raw": "'click'", "range": [ - 11647, - 11654 + 11715, + 11722 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 27 }, "end": { - "line": 324, + "line": 325, "column": 34 } } @@ -30645,16 +30809,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11657, - 11660 + 11725, + 11728 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 37 }, "end": { - "line": 324, + "line": 325, "column": 40 } } @@ -30668,16 +30832,16 @@ "object": { "type": "ThisExpression", "range": [ - 11665, - 11669 + 11733, + 11737 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 45 }, "end": { - "line": 324, + "line": 325, "column": 49 } } @@ -30686,31 +30850,31 @@ "type": "Identifier", "name": "toggle", "range": [ - 11670, - 11676 + 11738, + 11744 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 50 }, "end": { - "line": 324, + "line": 325, "column": 56 } } }, "range": [ - 11665, - 11676 + 11733, + 11744 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 45 }, "end": { - "line": 324, + "line": 325, "column": 56 } } @@ -30720,32 +30884,32 @@ "type": "Identifier", "name": "evt", "range": [ - 11677, - 11680 + 11745, + 11748 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 57 }, "end": { - "line": 324, + "line": 325, "column": 60 } } } ], "range": [ - 11665, - 11681 + 11733, + 11749 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 45 }, "end": { - "line": 324, + "line": 325, "column": 61 } } @@ -30753,78 +30917,78 @@ "generator": false, "expression": true, "range": [ - 11656, - 11681 + 11724, + 11749 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 36 }, "end": { - "line": 324, + "line": 325, "column": 61 } } } ], "range": [ - 11632, - 11682 + 11700, + 11750 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 62 } } }, "range": [ - 11632, - 11683 + 11700, + 11751 ], "loc": { "start": { - "line": 324, + "line": 325, "column": 12 }, "end": { - "line": 324, + "line": 325, "column": 63 } } } ], "range": [ - 11541, - 11693 + 11609, + 11761 ], "loc": { "start": { - "line": 321, + "line": 322, "column": 15 }, "end": { - "line": 325, + "line": 326, "column": 9 } } }, "range": [ - 11245, - 11693 + 11313, + 11761 ], "loc": { "start": { - "line": 315, + "line": 316, "column": 8 }, "end": { - "line": 325, + "line": 326, "column": 9 } }, @@ -30833,16 +30997,16 @@ "type": "Line", "value": "Close link", "range": [ - 11224, - 11236 + 11292, + 11304 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 20 } } @@ -30860,16 +31024,16 @@ "type": "Identifier", "name": "container", "range": [ - 11703, - 11712 + 11771, + 11780 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 8 }, "end": { - "line": 327, + "line": 328, "column": 17 } } @@ -30878,31 +31042,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11713, - 11724 + 11781, + 11792 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 18 }, "end": { - "line": 327, + "line": 328, "column": 29 } } }, "range": [ - 11703, - 11724 + 11771, + 11792 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 8 }, "end": { - "line": 327, + "line": 328, "column": 29 } } @@ -30912,47 +31076,47 @@ "type": "Identifier", "name": "ul", "range": [ - 11725, - 11727 + 11793, + 11795 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 30 }, "end": { - "line": 327, + "line": 328, "column": 32 } } } ], "range": [ - 11703, - 11728 + 11771, + 11796 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 8 }, "end": { - "line": 327, + "line": 328, "column": 33 } } }, "range": [ - 11703, - 11729 + 11771, + 11797 ], "loc": { "start": { - "line": 327, + "line": 328, "column": 8 }, "end": { - "line": 327, + "line": 328, "column": 34 } } @@ -30968,16 +31132,16 @@ "type": "Identifier", "name": "container", "range": [ - 11738, - 11747 + 11806, + 11815 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 17 } } @@ -30986,31 +31150,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11748, - 11759 + 11816, + 11827 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 18 }, "end": { - "line": 328, + "line": 329, "column": 29 } } }, "range": [ - 11738, - 11759 + 11806, + 11827 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 29 } } @@ -31020,47 +31184,47 @@ "type": "Identifier", "name": "p", "range": [ - 11760, - 11761 + 11828, + 11829 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 30 }, "end": { - "line": 328, + "line": 329, "column": 31 } } } ], "range": [ - 11738, - 11762 + 11806, + 11830 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 32 } } }, "range": [ - 11738, - 11763 + 11806, + 11831 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 328, + "line": 329, "column": 33 } } @@ -31081,16 +31245,16 @@ "object": { "type": "ThisExpression", "range": [ - 11773, - 11777 + 11841, + 11845 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 330, + "line": 331, "column": 12 } } @@ -31099,31 +31263,31 @@ "type": "Identifier", "name": "btnEl", "range": [ - 11778, - 11783 + 11846, + 11851 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 13 }, "end": { - "line": 330, + "line": 331, "column": 18 } } }, "range": [ - 11773, - 11783 + 11841, + 11851 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 330, + "line": 331, "column": 18 } } @@ -31132,31 +31296,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 11784, - 11794 + 11852, + 11862 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 19 }, "end": { - "line": 330, + "line": 331, "column": 29 } } }, "range": [ - 11773, - 11794 + 11841, + 11862 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 330, + "line": 331, "column": 29 } } @@ -31165,31 +31329,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 11795, - 11807 + 11863, + 11875 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 30 }, "end": { - "line": 330, + "line": 331, "column": 42 } } }, "range": [ - 11773, - 11807 + 11841, + 11875 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 330, + "line": 331, "column": 42 } } @@ -31199,16 +31363,16 @@ "type": "Identifier", "name": "container", "range": [ - 11808, - 11817 + 11876, + 11885 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 43 }, "end": { - "line": 330, + "line": 331, "column": 52 } } @@ -31219,16 +31383,16 @@ "object": { "type": "ThisExpression", "range": [ - 11819, - 11823 + 11887, + 11891 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 54 }, "end": { - "line": 330, + "line": 331, "column": 58 } } @@ -31237,62 +31401,62 @@ "type": "Identifier", "name": "btnEl", "range": [ - 11824, - 11829 + 11892, + 11897 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 59 }, "end": { - "line": 330, + "line": 331, "column": 64 } } }, "range": [ - 11819, - 11829 + 11887, + 11897 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 54 }, "end": { - "line": 330, + "line": 331, "column": 64 } } } ], "range": [ - 11773, - 11830 + 11841, + 11898 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 330, + "line": 331, "column": 65 } } }, "range": [ - 11773, - 11831 + 11841, + 11899 ], "loc": { "start": { - "line": 330, + "line": 331, "column": 8 }, "end": { - "line": 330, + "line": 331, "column": 66 } } @@ -31308,16 +31472,16 @@ "object": { "type": "ThisExpression", "range": [ - 11840, - 11844 + 11908, + 11912 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 8 }, "end": { - "line": 331, + "line": 332, "column": 12 } } @@ -31326,31 +31490,31 @@ "type": "Identifier", "name": "contEl", "range": [ - 11845, - 11851 + 11913, + 11919 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 13 }, "end": { - "line": 331, + "line": 332, "column": 19 } } }, "range": [ - 11840, - 11851 + 11908, + 11919 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 8 }, "end": { - "line": 331, + "line": 332, "column": 19 } } @@ -31359,62 +31523,62 @@ "type": "Identifier", "name": "container", "range": [ - 11854, - 11863 + 11922, + 11931 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 22 }, "end": { - "line": 331, + "line": 332, "column": 31 } } }, "range": [ - 11840, - 11863 + 11908, + 11931 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 8 }, "end": { - "line": 331, + "line": 332, "column": 31 } } }, "range": [ - 11840, - 11864 + 11908, + 11932 ], "loc": { "start": { - "line": 331, + "line": 332, "column": 8 }, "end": { - "line": 331, + "line": 332, "column": 32 } } } ], "range": [ - 8820, - 11870 + 8888, + 11938 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 19 }, "end": { - "line": 332, + "line": 333, "column": 5 } } @@ -31422,16 +31586,16 @@ "generator": false, "expression": false, "range": [ - 8817, - 11870 + 8885, + 11938 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 16 }, "end": { - "line": 332, + "line": 333, "column": 5 } } @@ -31439,16 +31603,16 @@ "kind": "method", "computed": false, "range": [ - 8805, - 11870 + 8873, + 11938 ], "loc": { "start": { - "line": 248, + "line": 249, "column": 4 }, "end": { - "line": 332, + "line": 333, "column": 5 } }, @@ -31457,16 +31621,16 @@ "type": "Block", "value": "*\n * Build columns manager UI\n ", "range": [ - 8757, - 8800 + 8825, + 8868 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 4 }, "end": { - "line": 247, + "line": 248, "column": 7 } } @@ -31477,16 +31641,16 @@ "type": "Block", "value": "*\n * Hide or show specified columns\n * @param {Numner} colIndex Column index\n * @param {Boolean} hide Hide column if true or show if false\n ", "range": [ - 11876, - 12039 + 11944, + 12107 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 4 }, "end": { - "line": 338, + "line": 339, "column": 7 } } @@ -31500,16 +31664,16 @@ "type": "Identifier", "name": "setHidden", "range": [ - 12044, - 12053 + 12112, + 12121 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 4 }, "end": { - "line": 339, + "line": 340, "column": 13 } } @@ -31522,16 +31686,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12054, - 12062 + 12122, + 12130 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 14 }, "end": { - "line": 339, + "line": 340, "column": 22 } } @@ -31540,16 +31704,16 @@ "type": "Identifier", "name": "hide", "range": [ - 12064, - 12068 + 12132, + 12136 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 24 }, "end": { - "line": 339, + "line": 340, "column": 28 } } @@ -31567,16 +31731,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12084, - 12086 + 12152, + 12154 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 12 }, "end": { - "line": 340, + "line": 341, "column": 14 } } @@ -31587,16 +31751,16 @@ "object": { "type": "ThisExpression", "range": [ - 12089, - 12093 + 12157, + 12161 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 17 }, "end": { - "line": 340, + "line": 341, "column": 21 } } @@ -31605,46 +31769,46 @@ "type": "Identifier", "name": "tf", "range": [ - 12094, - 12096 + 12162, + 12164 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 22 }, "end": { - "line": 340, + "line": 341, "column": 24 } } }, "range": [ - 12089, - 12096 + 12157, + 12164 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 17 }, "end": { - "line": 340, + "line": 341, "column": 24 } } }, "range": [ - 12084, - 12096 + 12152, + 12164 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 12 }, "end": { - "line": 340, + "line": 341, "column": 24 } } @@ -31652,16 +31816,16 @@ ], "kind": "let", "range": [ - 12080, - 12097 + 12148, + 12165 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 8 }, "end": { - "line": 340, + "line": 341, "column": 25 } } @@ -31675,16 +31839,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 12110, - 12113 + 12178, + 12181 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 12 }, "end": { - "line": 341, + "line": 342, "column": 15 } } @@ -31696,16 +31860,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12116, - 12118 + 12184, + 12186 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 18 }, "end": { - "line": 341, + "line": 342, "column": 20 } } @@ -31714,46 +31878,46 @@ "type": "Identifier", "name": "tbl", "range": [ - 12119, - 12122 + 12187, + 12190 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 21 }, "end": { - "line": 341, + "line": 342, "column": 24 } } }, "range": [ - 12116, - 12122 + 12184, + 12190 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 18 }, "end": { - "line": 341, + "line": 342, "column": 24 } } }, "range": [ - 12110, - 12122 + 12178, + 12190 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 12 }, "end": { - "line": 341, + "line": 342, "column": 24 } } @@ -31761,16 +31925,16 @@ ], "kind": "let", "range": [ - 12106, - 12123 + 12174, + 12191 ], "loc": { "start": { - "line": 341, + "line": 342, "column": 8 }, "end": { - "line": 341, + "line": 342, "column": 25 } } @@ -31786,16 +31950,16 @@ "object": { "type": "ThisExpression", "range": [ - 12137, - 12141 + 12205, + 12209 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 12 }, "end": { - "line": 343, + "line": 344, "column": 16 } } @@ -31804,31 +31968,31 @@ "type": "Identifier", "name": "onBeforeColHidden", "range": [ - 12142, - 12159 + 12210, + 12227 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 17 }, "end": { - "line": 343, + "line": 344, "column": 34 } } }, "range": [ - 12137, - 12159 + 12205, + 12227 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 12 }, "end": { - "line": 343, + "line": 344, "column": 34 } } @@ -31837,31 +32001,31 @@ "type": "Identifier", "name": "hide", "range": [ - 12163, - 12167 + 12231, + 12235 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 38 }, "end": { - "line": 343, + "line": 344, "column": 42 } } }, "range": [ - 12137, - 12167 + 12205, + 12235 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 12 }, "end": { - "line": 343, + "line": 344, "column": 42 } } @@ -31882,16 +32046,16 @@ "object": { "type": "ThisExpression", "range": [ - 12183, - 12187 + 12251, + 12255 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 12 }, "end": { - "line": 344, + "line": 345, "column": 16 } } @@ -31900,31 +32064,31 @@ "type": "Identifier", "name": "onBeforeColHidden", "range": [ - 12188, - 12205 + 12256, + 12273 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 17 }, "end": { - "line": 344, + "line": 345, "column": 34 } } }, "range": [ - 12183, - 12205 + 12251, + 12273 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 12 }, "end": { - "line": 344, + "line": 345, "column": 34 } } @@ -31933,31 +32097,31 @@ "type": "Identifier", "name": "call", "range": [ - 12206, - 12210 + 12274, + 12278 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 35 }, "end": { - "line": 344, + "line": 345, "column": 39 } } }, "range": [ - 12183, - 12210 + 12251, + 12278 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 12 }, "end": { - "line": 344, + "line": 345, "column": 39 } } @@ -31968,16 +32132,16 @@ "value": null, "raw": "null", "range": [ - 12211, - 12215 + 12279, + 12283 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 40 }, "end": { - "line": 344, + "line": 345, "column": 44 } } @@ -31985,16 +32149,16 @@ { "type": "ThisExpression", "range": [ - 12217, - 12221 + 12285, + 12289 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 46 }, "end": { - "line": 344, + "line": 345, "column": 50 } } @@ -32003,79 +32167,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12223, - 12231 + 12291, + 12299 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 52 }, "end": { - "line": 344, + "line": 345, "column": 60 } } } ], "range": [ - 12183, - 12232 + 12251, + 12300 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 12 }, "end": { - "line": 344, + "line": 345, "column": 61 } } }, "range": [ - 12183, - 12233 + 12251, + 12301 ], "loc": { "start": { - "line": 344, + "line": 345, "column": 12 }, "end": { - "line": 344, + "line": 345, "column": 62 } } } ], "range": [ - 12169, - 12243 + 12237, + 12311 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 44 }, "end": { - "line": 345, + "line": 346, "column": 9 } } }, "alternate": null, "range": [ - 12133, - 12243 + 12201, + 12311 ], "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 345, + "line": 346, "column": 9 } } @@ -32091,16 +32255,16 @@ "object": { "type": "ThisExpression", "range": [ - 12256, - 12260 + 12324, + 12328 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 12 }, "end": { - "line": 346, + "line": 347, "column": 16 } } @@ -32109,31 +32273,31 @@ "type": "Identifier", "name": "onBeforeColDisplayed", "range": [ - 12261, - 12281 + 12329, + 12349 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 17 }, "end": { - "line": 346, + "line": 347, "column": 37 } } }, "range": [ - 12256, - 12281 + 12324, + 12349 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 12 }, "end": { - "line": 346, + "line": 347, "column": 37 } } @@ -32145,47 +32309,47 @@ "type": "Identifier", "name": "hide", "range": [ - 12286, - 12290 + 12354, + 12358 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 42 }, "end": { - "line": 346, + "line": 347, "column": 46 } } }, "prefix": true, "range": [ - 12285, - 12290 + 12353, + 12358 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 41 }, "end": { - "line": 346, + "line": 347, "column": 46 } } }, "range": [ - 12256, - 12290 + 12324, + 12358 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 12 }, "end": { - "line": 346, + "line": 347, "column": 46 } } @@ -32206,16 +32370,16 @@ "object": { "type": "ThisExpression", "range": [ - 12306, - 12310 + 12374, + 12378 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 16 } } @@ -32224,31 +32388,31 @@ "type": "Identifier", "name": "onBeforeColDisplayed", "range": [ - 12311, - 12331 + 12379, + 12399 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 17 }, "end": { - "line": 347, + "line": 348, "column": 37 } } }, "range": [ - 12306, - 12331 + 12374, + 12399 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 37 } } @@ -32257,31 +32421,31 @@ "type": "Identifier", "name": "call", "range": [ - 12332, - 12336 + 12400, + 12404 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 38 }, "end": { - "line": 347, + "line": 348, "column": 42 } } }, "range": [ - 12306, - 12336 + 12374, + 12404 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 42 } } @@ -32292,16 +32456,16 @@ "value": null, "raw": "null", "range": [ - 12337, - 12341 + 12405, + 12409 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 43 }, "end": { - "line": 347, + "line": 348, "column": 47 } } @@ -32309,16 +32473,16 @@ { "type": "ThisExpression", "range": [ - 12343, - 12347 + 12411, + 12415 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 49 }, "end": { - "line": 347, + "line": 348, "column": 53 } } @@ -32327,79 +32491,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12349, - 12357 + 12417, + 12425 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 55 }, "end": { - "line": 347, + "line": 348, "column": 63 } } } ], "range": [ - 12306, - 12358 + 12374, + 12426 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 64 } } }, "range": [ - 12306, - 12359 + 12374, + 12427 ], "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 65 } } } ], "range": [ - 12292, - 12369 + 12360, + 12437 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 48 }, "end": { - "line": 348, + "line": 349, "column": 9 } } }, "alternate": null, "range": [ - 12252, - 12369 + 12320, + 12437 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 348, + "line": 349, "column": 9 } } @@ -32414,16 +32578,16 @@ "object": { "type": "ThisExpression", "range": [ - 12379, - 12383 + 12447, + 12451 ], "loc": { "start": { - "line": 350, + "line": 351, "column": 8 }, "end": { - "line": 350, + "line": 351, "column": 12 } } @@ -32432,31 +32596,31 @@ "type": "Identifier", "name": "_hideCells", "range": [ - 12384, - 12394 + 12452, + 12462 ], "loc": { "start": { - "line": 350, + "line": 351, "column": 13 }, "end": { - "line": 350, + "line": 351, "column": 23 } } }, "range": [ - 12379, - 12394 + 12447, + 12462 ], "loc": { "start": { - "line": 350, + "line": 351, "column": 8 }, "end": { - "line": 350, + "line": 351, "column": 23 } } @@ -32466,16 +32630,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 12395, - 12398 + 12463, + 12466 ], "loc": { "start": { - "line": 350, + "line": 351, "column": 24 }, "end": { - "line": 350, + "line": 351, "column": 27 } } @@ -32484,16 +32648,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12400, - 12408 + 12468, + 12476 ], "loc": { "start": { - "line": 350, + "line": 351, "column": 29 }, "end": { - "line": 350, + "line": 351, "column": 37 } } @@ -32502,47 +32666,47 @@ "type": "Identifier", "name": "hide", "range": [ - 12410, - 12414 + 12478, + 12482 ], "loc": { "start": { - "line": 350, + "line": 351, "column": 39 }, "end": { - "line": 350, + "line": 351, "column": 43 } } } ], "range": [ - 12379, - 12415 + 12447, + 12483 ], "loc": { "start": { - "line": 350, + "line": 351, "column": 8 }, "end": { - "line": 350, + "line": 351, "column": 44 } } }, "range": [ - 12379, - 12416 + 12447, + 12484 ], "loc": { "start": { - "line": 350, + "line": 351, "column": 8 }, "end": { - "line": 350, + "line": 351, "column": 45 } } @@ -32555,16 +32719,16 @@ "object": { "type": "ThisExpression", "range": [ - 12429, - 12433 + 12497, + 12501 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 12 }, "end": { - "line": 351, + "line": 352, "column": 16 } } @@ -32573,31 +32737,31 @@ "type": "Identifier", "name": "headersTbl", "range": [ - 12434, - 12444 + 12502, + 12512 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 17 }, "end": { - "line": 351, + "line": 352, "column": 27 } } }, "range": [ - 12429, - 12444 + 12497, + 12512 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 12 }, "end": { - "line": 351, + "line": 352, "column": 27 } } @@ -32615,16 +32779,16 @@ "object": { "type": "ThisExpression", "range": [ - 12460, - 12464 + 12528, + 12532 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 12 }, "end": { - "line": 352, + "line": 353, "column": 16 } } @@ -32633,31 +32797,31 @@ "type": "Identifier", "name": "_hideCells", "range": [ - 12465, - 12475 + 12533, + 12543 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 17 }, "end": { - "line": 352, + "line": 353, "column": 27 } } }, "range": [ - 12460, - 12475 + 12528, + 12543 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 12 }, "end": { - "line": 352, + "line": 353, "column": 27 } } @@ -32669,16 +32833,16 @@ "object": { "type": "ThisExpression", "range": [ - 12476, - 12480 + 12544, + 12548 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 28 }, "end": { - "line": 352, + "line": 353, "column": 32 } } @@ -32687,31 +32851,31 @@ "type": "Identifier", "name": "headersTbl", "range": [ - 12481, - 12491 + 12549, + 12559 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 33 }, "end": { - "line": 352, + "line": 353, "column": 43 } } }, "range": [ - 12476, - 12491 + 12544, + 12559 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 28 }, "end": { - "line": 352, + "line": 353, "column": 43 } } @@ -32720,16 +32884,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12493, - 12501 + 12561, + 12569 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 45 }, "end": { - "line": 352, + "line": 353, "column": 53 } } @@ -32738,79 +32902,79 @@ "type": "Identifier", "name": "hide", "range": [ - 12503, - 12507 + 12571, + 12575 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 55 }, "end": { - "line": 352, + "line": 353, "column": 59 } } } ], "range": [ - 12460, - 12508 + 12528, + 12576 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 12 }, "end": { - "line": 352, + "line": 353, "column": 60 } } }, "range": [ - 12460, - 12509 + 12528, + 12577 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 12 }, "end": { - "line": 352, + "line": 353, "column": 61 } } } ], "range": [ - 12446, - 12519 + 12514, + 12587 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 29 }, "end": { - "line": 353, + "line": 354, "column": 9 } } }, "alternate": null, "range": [ - 12425, - 12519 + 12493, + 12587 ], "loc": { "start": { - "line": 351, + "line": 352, "column": 8 }, "end": { - "line": 353, + "line": 354, "column": 9 } } @@ -32824,16 +32988,16 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 12533, - 12543 + 12601, + 12611 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 12 }, "end": { - "line": 355, + "line": 356, "column": 22 } } @@ -32844,16 +33008,16 @@ "object": { "type": "ThisExpression", "range": [ - 12546, - 12550 + 12614, + 12618 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 25 }, "end": { - "line": 355, + "line": 356, "column": 29 } } @@ -32862,46 +33026,46 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 12551, - 12561 + 12619, + 12629 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 30 }, "end": { - "line": 355, + "line": 356, "column": 40 } } }, "range": [ - 12546, - 12561 + 12614, + 12629 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 25 }, "end": { - "line": 355, + "line": 356, "column": 40 } } }, "range": [ - 12533, - 12561 + 12601, + 12629 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 12 }, "end": { - "line": 355, + "line": 356, "column": 40 } } @@ -32909,16 +33073,16 @@ ], "kind": "let", "range": [ - 12529, - 12562 + 12597, + 12630 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 355, + "line": 356, "column": 41 } } @@ -32932,16 +33096,16 @@ "type": "Identifier", "name": "itemIndex", "range": [ - 12575, - 12584 + 12643, + 12652 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 21 } } @@ -32955,16 +33119,16 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 12587, - 12597 + 12655, + 12665 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 24 }, "end": { - "line": 356, + "line": 357, "column": 34 } } @@ -32973,31 +33137,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 12598, - 12605 + 12666, + 12673 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 35 }, "end": { - "line": 356, + "line": 357, "column": 42 } } }, "range": [ - 12587, - 12605 + 12655, + 12673 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 24 }, "end": { - "line": 356, + "line": 357, "column": 42 } } @@ -33007,47 +33171,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12606, - 12614 + 12674, + 12682 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 43 }, "end": { - "line": 356, + "line": 357, "column": 51 } } } ], "range": [ - 12587, - 12615 + 12655, + 12683 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 24 }, "end": { - "line": 356, + "line": 357, "column": 52 } } }, "range": [ - 12575, - 12615 + 12643, + 12683 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 52 } } @@ -33055,16 +33219,16 @@ ], "kind": "let", "range": [ - 12571, - 12616 + 12639, + 12684 ], "loc": { "start": { - "line": 356, + "line": 357, "column": 8 }, "end": { - "line": 356, + "line": 357, "column": 53 } } @@ -33075,16 +33239,16 @@ "type": "Identifier", "name": "hide", "range": [ - 12629, - 12633 + 12697, + 12701 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 12 }, "end": { - "line": 357, + "line": 358, "column": 16 } } @@ -33101,16 +33265,16 @@ "type": "Identifier", "name": "itemIndex", "range": [ - 12653, - 12662 + 12721, + 12730 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 16 }, "end": { - "line": 358, + "line": 359, "column": 25 } } @@ -33123,47 +33287,47 @@ "value": 1, "raw": "1", "range": [ - 12668, - 12669 + 12736, + 12737 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 31 }, "end": { - "line": 358, + "line": 359, "column": 32 } } }, "prefix": true, "range": [ - 12667, - 12669 + 12735, + 12737 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 30 }, "end": { - "line": 358, + "line": 359, "column": 32 } } }, "range": [ - 12653, - 12669 + 12721, + 12737 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 16 }, "end": { - "line": 358, + "line": 359, "column": 32 } } @@ -33184,16 +33348,16 @@ "object": { "type": "ThisExpression", "range": [ - 12689, - 12693 + 12757, + 12761 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 16 }, "end": { - "line": 359, + "line": 360, "column": 20 } } @@ -33202,31 +33366,31 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 12694, - 12704 + 12762, + 12772 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 21 }, "end": { - "line": 359, + "line": 360, "column": 31 } } }, "range": [ - 12689, - 12704 + 12757, + 12772 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 16 }, "end": { - "line": 359, + "line": 360, "column": 31 } } @@ -33235,31 +33399,31 @@ "type": "Identifier", "name": "push", "range": [ - 12705, - 12709 + 12773, + 12777 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 32 }, "end": { - "line": 359, + "line": 360, "column": 36 } } }, "range": [ - 12689, - 12709 + 12757, + 12777 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 16 }, "end": { - "line": 359, + "line": 360, "column": 36 } } @@ -33269,95 +33433,95 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12710, - 12718 + 12778, + 12786 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 37 }, "end": { - "line": 359, + "line": 360, "column": 45 } } } ], "range": [ - 12689, - 12719 + 12757, + 12787 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 16 }, "end": { - "line": 359, + "line": 360, "column": 46 } } }, "range": [ - 12689, - 12720 + 12757, + 12788 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 16 }, "end": { - "line": 359, + "line": 360, "column": 47 } } } ], "range": [ - 12671, - 12734 + 12739, + 12802 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 34 }, "end": { - "line": 360, + "line": 361, "column": 13 } } }, "alternate": null, "range": [ - 12649, - 12734 + 12717, + 12802 ], "loc": { "start": { - "line": 358, + "line": 359, "column": 12 }, "end": { - "line": 360, + "line": 361, "column": 13 } } } ], "range": [ - 12635, - 12744 + 12703, + 12812 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 18 }, "end": { - "line": 361, + "line": 362, "column": 9 } } @@ -33374,16 +33538,16 @@ "type": "Identifier", "name": "itemIndex", "range": [ - 12768, - 12777 + 12836, + 12845 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 16 }, "end": { - "line": 362, + "line": 363, "column": 25 } } @@ -33396,47 +33560,47 @@ "value": 1, "raw": "1", "range": [ - 12783, - 12784 + 12851, + 12852 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 31 }, "end": { - "line": 362, + "line": 363, "column": 32 } } }, "prefix": true, "range": [ - 12782, - 12784 + 12850, + 12852 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 30 }, "end": { - "line": 362, + "line": 363, "column": 32 } } }, "range": [ - 12768, - 12784 + 12836, + 12852 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 16 }, "end": { - "line": 362, + "line": 363, "column": 32 } } @@ -33457,16 +33621,16 @@ "object": { "type": "ThisExpression", "range": [ - 12804, - 12808 + 12872, + 12876 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 16 }, "end": { - "line": 363, + "line": 364, "column": 20 } } @@ -33475,31 +33639,31 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 12809, - 12819 + 12877, + 12887 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 21 }, "end": { - "line": 363, + "line": 364, "column": 31 } } }, "range": [ - 12804, - 12819 + 12872, + 12887 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 16 }, "end": { - "line": 363, + "line": 364, "column": 31 } } @@ -33508,31 +33672,31 @@ "type": "Identifier", "name": "splice", "range": [ - 12820, - 12826 + 12888, + 12894 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 32 }, "end": { - "line": 363, + "line": 364, "column": 38 } } }, "range": [ - 12804, - 12826 + 12872, + 12894 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 16 }, "end": { - "line": 363, + "line": 364, "column": 38 } } @@ -33542,16 +33706,16 @@ "type": "Identifier", "name": "itemIndex", "range": [ - 12827, - 12836 + 12895, + 12904 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 39 }, "end": { - "line": 363, + "line": 364, "column": 48 } } @@ -33561,110 +33725,110 @@ "value": 1, "raw": "1", "range": [ - 12838, - 12839 + 12906, + 12907 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 50 }, "end": { - "line": 363, + "line": 364, "column": 51 } } } ], "range": [ - 12804, - 12840 + 12872, + 12908 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 16 }, "end": { - "line": 363, + "line": 364, "column": 52 } } }, "range": [ - 12804, - 12841 + 12872, + 12909 ], "loc": { "start": { - "line": 363, + "line": 364, "column": 16 }, "end": { - "line": 363, + "line": 364, "column": 53 } } } ], "range": [ - 12786, - 12855 + 12854, + 12923 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 34 }, "end": { - "line": 364, + "line": 365, "column": 13 } } }, "alternate": null, "range": [ - 12764, - 12855 + 12832, + 12923 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 364, + "line": 365, "column": 13 } } } ], "range": [ - 12750, - 12865 + 12818, + 12933 ], "loc": { "start": { - "line": 361, + "line": 362, "column": 15 }, "end": { - "line": 365, + "line": 366, "column": 9 } } }, "range": [ - 12625, - 12865 + 12693, + 12933 ], "loc": { "start": { - "line": 357, + "line": 358, "column": 8 }, "end": { - "line": 365, + "line": 366, "column": 9 } } @@ -33678,32 +33842,32 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 12879, - 12889 + 12947, + 12957 ], "loc": { "start": { - "line": 367, + "line": 368, "column": 12 }, "end": { - "line": 367, + "line": 368, "column": 22 } } }, "init": null, "range": [ - 12879, - 12889 + 12947, + 12957 ], "loc": { "start": { - "line": 367, + "line": 368, "column": 12 }, "end": { - "line": 367, + "line": 368, "column": 22 } } @@ -33711,16 +33875,16 @@ ], "kind": "let", "range": [ - 12875, - 12890 + 12943, + 12958 ], "loc": { "start": { - "line": 367, + "line": 368, "column": 8 }, "end": { - "line": 367, + "line": 368, "column": 23 } } @@ -33734,32 +33898,32 @@ "type": "Identifier", "name": "headTbl", "range": [ - 12903, - 12910 + 12971, + 12978 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 12 }, "end": { - "line": 368, + "line": 369, "column": 19 } } }, "init": null, "range": [ - 12903, - 12910 + 12971, + 12978 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 12 }, "end": { - "line": 368, + "line": 369, "column": 19 } } @@ -33767,16 +33931,16 @@ ], "kind": "let", "range": [ - 12899, - 12911 + 12967, + 12979 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 8 }, "end": { - "line": 368, + "line": 369, "column": 20 } } @@ -33790,32 +33954,32 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 12924, - 12935 + 12992, + 13003 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 12 }, "end": { - "line": 369, + "line": 370, "column": 23 } } }, "init": null, "range": [ - 12924, - 12935 + 12992, + 13003 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 12 }, "end": { - "line": 369, + "line": 370, "column": 23 } } @@ -33823,16 +33987,16 @@ ], "kind": "let", "range": [ - 12920, - 12936 + 12988, + 13004 ], "loc": { "start": { - "line": 369, + "line": 370, "column": 8 }, "end": { - "line": 369, + "line": 370, "column": 24 } } @@ -33843,16 +34007,16 @@ "type": "Identifier", "name": "hide", "range": [ - 12949, - 12953 + 13017, + 13021 ], "loc": { "start": { - "line": 370, + "line": 371, "column": 12 }, "end": { - "line": 370, + "line": 371, "column": 16 } } @@ -33869,16 +34033,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13176, - 13178 + 13244, + 13246 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 16 }, "end": { - "line": 375, + "line": 376, "column": 18 } } @@ -33887,31 +34051,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 13179, - 13189 + 13247, + 13257 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 19 }, "end": { - "line": 375, + "line": 376, "column": 29 } } }, "range": [ - 13176, - 13189 + 13244, + 13257 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 16 }, "end": { - "line": 375, + "line": 376, "column": 29 } } @@ -33928,16 +34092,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 13209, - 13219 + 13277, + 13287 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 16 }, "end": { - "line": 376, + "line": 377, "column": 26 } } @@ -33951,16 +34115,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13222, - 13224 + 13290, + 13292 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 29 }, "end": { - "line": 376, + "line": 377, "column": 31 } } @@ -33969,31 +34133,31 @@ "type": "Identifier", "name": "feature", "range": [ - 13225, - 13232 + 13293, + 13300 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 32 }, "end": { - "line": 376, + "line": 377, "column": 39 } } }, "range": [ - 13222, - 13232 + 13290, + 13300 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 29 }, "end": { - "line": 376, + "line": 377, "column": 39 } } @@ -34004,62 +34168,62 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 13233, - 13245 + 13301, + 13313 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 40 }, "end": { - "line": 376, + "line": 377, "column": 52 } } } ], "range": [ - 13222, - 13246 + 13290, + 13314 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 29 }, "end": { - "line": 376, + "line": 377, "column": 53 } } }, "range": [ - 13209, - 13246 + 13277, + 13314 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 16 }, "end": { - "line": 376, + "line": 377, "column": 53 } } }, "range": [ - 13209, - 13247 + 13277, + 13315 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 16 }, "end": { - "line": 376, + "line": 377, "column": 54 } } @@ -34073,16 +34237,16 @@ "type": "Identifier", "name": "headTbl", "range": [ - 13264, - 13271 + 13332, + 13339 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 16 }, "end": { - "line": 377, + "line": 378, "column": 23 } } @@ -34094,16 +34258,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 13274, - 13284 + 13342, + 13352 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 26 }, "end": { - "line": 377, + "line": 378, "column": 36 } } @@ -34112,61 +34276,61 @@ "type": "Identifier", "name": "headTbl", "range": [ - 13285, - 13292 + 13353, + 13360 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 37 }, "end": { - "line": 377, + "line": 378, "column": 44 } } }, "range": [ - 13274, - 13292 + 13342, + 13360 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 26 }, "end": { - "line": 377, + "line": 378, "column": 44 } } }, "range": [ - 13264, - 13292 + 13332, + 13360 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 16 }, "end": { - "line": 377, + "line": 378, "column": 44 } } }, "range": [ - 13264, - 13293 + 13332, + 13361 ], "loc": { "start": { - "line": 377, + "line": 378, "column": 16 }, "end": { - "line": 377, + "line": 378, "column": 45 } } @@ -34180,16 +34344,16 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 13310, - 13321 + 13378, + 13389 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 16 }, "end": { - "line": 378, + "line": 379, "column": 27 } } @@ -34201,16 +34365,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 13324, - 13334 + 13392, + 13402 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 30 }, "end": { - "line": 378, + "line": 379, "column": 40 } } @@ -34219,61 +34383,61 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 13335, - 13346 + 13403, + 13414 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 41 }, "end": { - "line": 378, + "line": 379, "column": 52 } } }, "range": [ - 13324, - 13346 + 13392, + 13414 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 30 }, "end": { - "line": 378, + "line": 379, "column": 52 } } }, "range": [ - 13310, - 13346 + 13378, + 13414 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 16 }, "end": { - "line": 378, + "line": 379, "column": 52 } } }, "range": [ - 13310, - 13347 + 13378, + 13415 ], "loc": { "start": { - "line": 378, + "line": 379, "column": 16 }, "end": { - "line": 378, + "line": 379, "column": 53 } } @@ -34287,16 +34451,16 @@ "type": "Identifier", "name": "hiddenWidth", "range": [ - 13368, - 13379 + 13436, + 13447 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 20 }, "end": { - "line": 379, + "line": 380, "column": 31 } } @@ -34307,16 +34471,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 13382, - 13390 + 13450, + 13458 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 34 }, "end": { - "line": 379, + "line": 380, "column": 42 } } @@ -34335,16 +34499,16 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 13412, - 13423 + 13480, + 13491 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 20 }, "end": { - "line": 380, + "line": 381, "column": 31 } } @@ -34353,31 +34517,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13424, - 13432 + 13492, + 13500 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 32 }, "end": { - "line": 380, + "line": 381, "column": 40 } } }, "range": [ - 13412, - 13433 + 13480, + 13501 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 20 }, "end": { - "line": 380, + "line": 381, "column": 41 } } @@ -34386,31 +34550,31 @@ "type": "Identifier", "name": "style", "range": [ - 13434, - 13439 + 13502, + 13507 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 42 }, "end": { - "line": 380, + "line": 381, "column": 47 } } }, "range": [ - 13412, - 13439 + 13480, + 13507 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 20 }, "end": { - "line": 380, + "line": 381, "column": 47 } } @@ -34419,31 +34583,31 @@ "type": "Identifier", "name": "width", "range": [ - 13440, - 13445 + 13508, + 13513 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 48 }, "end": { - "line": 380, + "line": 381, "column": 53 } } }, "range": [ - 13412, - 13445 + 13480, + 13513 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 20 }, "end": { - "line": 380, + "line": 381, "column": 53 } } @@ -34453,47 +34617,47 @@ "value": 10, "raw": "10", "range": [ - 13447, - 13449 + 13515, + 13517 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 55 }, "end": { - "line": 380, + "line": 381, "column": 57 } } } ], "range": [ - 13382, - 13450 + 13450, + 13518 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 34 }, "end": { - "line": 380, + "line": 381, "column": 58 } } }, "range": [ - 13368, - 13450 + 13436, + 13518 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 20 }, "end": { - "line": 380, + "line": 381, "column": 58 } } @@ -34501,16 +34665,16 @@ ], "kind": "let", "range": [ - 13364, - 13451 + 13432, + 13519 ], "loc": { "start": { - "line": 379, + "line": 380, "column": 16 }, "end": { - "line": 380, + "line": 381, "column": 59 } } @@ -34524,16 +34688,16 @@ "type": "Identifier", "name": "headTblW", "range": [ - 13473, - 13481 + 13541, + 13549 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 20 }, "end": { - "line": 382, + "line": 383, "column": 28 } } @@ -34544,16 +34708,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 13484, - 13492 + 13552, + 13560 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 31 }, "end": { - "line": 382, + "line": 383, "column": 39 } } @@ -34569,16 +34733,16 @@ "type": "Identifier", "name": "headTbl", "range": [ - 13493, - 13500 + 13561, + 13568 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 40 }, "end": { - "line": 382, + "line": 383, "column": 47 } } @@ -34587,31 +34751,31 @@ "type": "Identifier", "name": "style", "range": [ - 13501, - 13506 + 13569, + 13574 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 48 }, "end": { - "line": 382, + "line": 383, "column": 53 } } }, "range": [ - 13493, - 13506 + 13561, + 13574 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 40 }, "end": { - "line": 382, + "line": 383, "column": 53 } } @@ -34620,31 +34784,31 @@ "type": "Identifier", "name": "width", "range": [ - 13507, - 13512 + 13575, + 13580 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 54 }, "end": { - "line": 382, + "line": 383, "column": 59 } } }, "range": [ - 13493, - 13512 + 13561, + 13580 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 40 }, "end": { - "line": 382, + "line": 383, "column": 59 } } @@ -34654,47 +34818,47 @@ "value": 10, "raw": "10", "range": [ - 13514, - 13516 + 13582, + 13584 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 61 }, "end": { - "line": 382, + "line": 383, "column": 63 } } } ], "range": [ - 13484, - 13517 + 13552, + 13585 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 31 }, "end": { - "line": 382, + "line": 383, "column": 64 } } }, "range": [ - 13473, - 13517 + 13541, + 13585 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 20 }, "end": { - "line": 382, + "line": 383, "column": 64 } } @@ -34702,16 +34866,16 @@ ], "kind": "let", "range": [ - 13469, - 13518 + 13537, + 13586 ], "loc": { "start": { - "line": 382, + "line": 383, "column": 16 }, "end": { - "line": 382, + "line": 383, "column": 65 } } @@ -34731,16 +34895,16 @@ "type": "Identifier", "name": "headTbl", "range": [ - 13535, - 13542 + 13603, + 13610 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 16 }, "end": { - "line": 383, + "line": 384, "column": 23 } } @@ -34749,31 +34913,31 @@ "type": "Identifier", "name": "style", "range": [ - 13543, - 13548 + 13611, + 13616 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 24 }, "end": { - "line": 383, + "line": 384, "column": 29 } } }, "range": [ - 13535, - 13548 + 13603, + 13616 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 16 }, "end": { - "line": 383, + "line": 384, "column": 29 } } @@ -34782,31 +34946,31 @@ "type": "Identifier", "name": "width", "range": [ - 13549, - 13554 + 13617, + 13622 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 30 }, "end": { - "line": 383, + "line": 384, "column": 35 } } }, "range": [ - 13535, - 13554 + 13603, + 13622 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 16 }, "end": { - "line": 383, + "line": 384, "column": 35 } } @@ -34821,16 +34985,16 @@ "type": "Identifier", "name": "headTblW", "range": [ - 13557, - 13565 + 13625, + 13633 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 38 }, "end": { - "line": 383, + "line": 384, "column": 46 } } @@ -34839,31 +35003,31 @@ "type": "Identifier", "name": "hiddenWidth", "range": [ - 13568, - 13579 + 13636, + 13647 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 49 }, "end": { - "line": 383, + "line": 384, "column": 60 } } }, "range": [ - 13557, - 13579 + 13625, + 13647 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 38 }, "end": { - "line": 383, + "line": 384, "column": 60 } } @@ -34873,61 +35037,61 @@ "value": "px", "raw": "'px'", "range": [ - 13582, - 13586 + 13650, + 13654 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 63 }, "end": { - "line": 383, + "line": 384, "column": 67 } } }, "range": [ - 13557, - 13586 + 13625, + 13654 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 38 }, "end": { - "line": 383, + "line": 384, "column": 67 } } }, "range": [ - 13535, - 13586 + 13603, + 13654 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 16 }, "end": { - "line": 383, + "line": 384, "column": 67 } } }, "range": [ - 13535, - 13587 + 13603, + 13655 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 16 }, "end": { - "line": 383, + "line": 384, "column": 68 } } @@ -34947,16 +35111,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 13604, - 13607 + 13672, + 13675 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 16 }, "end": { - "line": 384, + "line": 385, "column": 19 } } @@ -34965,31 +35129,31 @@ "type": "Identifier", "name": "style", "range": [ - 13608, - 13613 + 13676, + 13681 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 20 }, "end": { - "line": 384, + "line": 385, "column": 25 } } }, "range": [ - 13604, - 13613 + 13672, + 13681 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 16 }, "end": { - "line": 384, + "line": 385, "column": 25 } } @@ -34998,31 +35162,31 @@ "type": "Identifier", "name": "width", "range": [ - 13614, - 13619 + 13682, + 13687 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 26 }, "end": { - "line": 384, + "line": 385, "column": 31 } } }, "range": [ - 13604, - 13619 + 13672, + 13687 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 16 }, "end": { - "line": 384, + "line": 385, "column": 31 } } @@ -35037,16 +35201,16 @@ "type": "Identifier", "name": "headTbl", "range": [ - 13622, - 13629 + 13690, + 13697 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 34 }, "end": { - "line": 384, + "line": 385, "column": 41 } } @@ -35055,31 +35219,31 @@ "type": "Identifier", "name": "style", "range": [ - 13630, - 13635 + 13698, + 13703 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 42 }, "end": { - "line": 384, + "line": 385, "column": 47 } } }, "range": [ - 13622, - 13635 + 13690, + 13703 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 34 }, "end": { - "line": 384, + "line": 385, "column": 47 } } @@ -35088,93 +35252,93 @@ "type": "Identifier", "name": "width", "range": [ - 13636, - 13641 + 13704, + 13709 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 48 }, "end": { - "line": 384, + "line": 385, "column": 53 } } }, "range": [ - 13622, - 13641 + 13690, + 13709 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 34 }, "end": { - "line": 384, + "line": 385, "column": 53 } } }, "range": [ - 13604, - 13641 + 13672, + 13709 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 16 }, "end": { - "line": 384, + "line": 385, "column": 53 } } }, "range": [ - 13604, - 13642 + 13672, + 13710 ], "loc": { "start": { - "line": 384, + "line": 385, "column": 16 }, "end": { - "line": 384, + "line": 385, "column": 54 } } } ], "range": [ - 13191, - 13656 + 13259, + 13724 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 31 }, "end": { - "line": 385, + "line": 386, "column": 13 } } }, "alternate": null, "range": [ - 13172, - 13656 + 13240, + 13724 ], "loc": { "start": { - "line": 375, + "line": 376, "column": 12 }, "end": { - "line": 385, + "line": 386, "column": 13 } }, @@ -35183,16 +35347,16 @@ "type": "Line", "value": "This event is fired just after a column is displayed for", "range": [ - 12969, - 13027 + 13037, + 13095 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 12 }, "end": { - "line": 371, + "line": 372, "column": 70 } } @@ -35201,16 +35365,16 @@ "type": "Line", "value": "grid_layout support", "range": [ - 13040, - 13061 + 13108, + 13129 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 12 }, "end": { - "line": 372, + "line": 373, "column": 33 } } @@ -35219,16 +35383,16 @@ "type": "Line", "value": "TODO: grid layout module should be responsible for those", "range": [ - 13074, - 13132 + 13142, + 13200 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 12 }, "end": { - "line": 373, + "line": 374, "column": 70 } } @@ -35237,16 +35401,16 @@ "type": "Line", "value": "calculations", "range": [ - 13145, - 13159 + 13213, + 13227 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 12 }, "end": { - "line": 374, + "line": 375, "column": 26 } } @@ -35261,16 +35425,16 @@ "object": { "type": "ThisExpression", "range": [ - 13673, - 13677 + 13741, + 13745 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 16 }, "end": { - "line": 386, + "line": 387, "column": 20 } } @@ -35279,31 +35443,31 @@ "type": "Identifier", "name": "onAfterColHidden", "range": [ - 13678, - 13694 + 13746, + 13762 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 21 }, "end": { - "line": 386, + "line": 387, "column": 37 } } }, "range": [ - 13673, - 13694 + 13741, + 13762 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 16 }, "end": { - "line": 386, + "line": 387, "column": 37 } } @@ -35324,16 +35488,16 @@ "object": { "type": "ThisExpression", "range": [ - 13714, - 13718 + 13782, + 13786 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 16 }, "end": { - "line": 387, + "line": 388, "column": 20 } } @@ -35342,31 +35506,31 @@ "type": "Identifier", "name": "onAfterColHidden", "range": [ - 13719, - 13735 + 13787, + 13803 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 21 }, "end": { - "line": 387, + "line": 388, "column": 37 } } }, "range": [ - 13714, - 13735 + 13782, + 13803 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 16 }, "end": { - "line": 387, + "line": 388, "column": 37 } } @@ -35375,31 +35539,31 @@ "type": "Identifier", "name": "call", "range": [ - 13736, - 13740 + 13804, + 13808 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 38 }, "end": { - "line": 387, + "line": 388, "column": 42 } } }, "range": [ - 13714, - 13740 + 13782, + 13808 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 16 }, "end": { - "line": 387, + "line": 388, "column": 42 } } @@ -35410,16 +35574,16 @@ "value": null, "raw": "null", "range": [ - 13741, - 13745 + 13809, + 13813 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 43 }, "end": { - "line": 387, + "line": 388, "column": 47 } } @@ -35427,16 +35591,16 @@ { "type": "ThisExpression", "range": [ - 13747, - 13751 + 13815, + 13819 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 49 }, "end": { - "line": 387, + "line": 388, "column": 53 } } @@ -35445,79 +35609,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13753, - 13761 + 13821, + 13829 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 55 }, "end": { - "line": 387, + "line": 388, "column": 63 } } } ], "range": [ - 13714, - 13762 + 13782, + 13830 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 16 }, "end": { - "line": 387, + "line": 388, "column": 64 } } }, "range": [ - 13714, - 13763 + 13782, + 13831 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 16 }, "end": { - "line": 387, + "line": 388, "column": 65 } } } ], "range": [ - 13696, - 13777 + 13764, + 13845 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 39 }, "end": { - "line": 388, + "line": 389, "column": 13 } } }, "alternate": null, "range": [ - 13669, - 13777 + 13737, + 13845 ], "loc": { "start": { - "line": 386, + "line": 387, "column": 12 }, "end": { - "line": 388, + "line": 389, "column": 13 } } @@ -35535,16 +35699,16 @@ "object": { "type": "ThisExpression", "range": [ - 13790, - 13794 + 13858, + 13862 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 12 }, "end": { - "line": 389, + "line": 390, "column": 16 } } @@ -35553,31 +35717,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 13795, - 13802 + 13863, + 13870 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 17 }, "end": { - "line": 389, + "line": 390, "column": 24 } } }, "range": [ - 13790, - 13802 + 13858, + 13870 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 12 }, "end": { - "line": 389, + "line": 390, "column": 24 } } @@ -35586,31 +35750,31 @@ "type": "Identifier", "name": "emit", "range": [ - 13803, - 13807 + 13871, + 13875 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 25 }, "end": { - "line": 389, + "line": 390, "column": 29 } } }, "range": [ - 13790, - 13807 + 13858, + 13875 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 12 }, "end": { - "line": 389, + "line": 390, "column": 29 } } @@ -35621,16 +35785,16 @@ "value": "column-hidden", "raw": "'column-hidden'", "range": [ - 13808, - 13823 + 13876, + 13891 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 30 }, "end": { - "line": 389, + "line": 390, "column": 45 } } @@ -35639,16 +35803,16 @@ "type": "Identifier", "name": "tf", "range": [ - 13825, - 13827 + 13893, + 13895 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 47 }, "end": { - "line": 389, + "line": 390, "column": 49 } } @@ -35656,16 +35820,16 @@ { "type": "ThisExpression", "range": [ - 13829, - 13833 + 13897, + 13901 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 51 }, "end": { - "line": 389, + "line": 390, "column": 55 } } @@ -35674,16 +35838,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13835, - 13843 + 13903, + 13911 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 57 }, "end": { - "line": 389, + "line": 390, "column": 65 } } @@ -35694,16 +35858,16 @@ "object": { "type": "ThisExpression", "range": [ - 13861, - 13865 + 13929, + 13933 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 16 }, "end": { - "line": 390, + "line": 391, "column": 20 } } @@ -35712,94 +35876,94 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 13866, - 13876 + 13934, + 13944 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 21 }, "end": { - "line": 390, + "line": 391, "column": 31 } } }, "range": [ - 13861, - 13876 + 13929, + 13944 ], "loc": { "start": { - "line": 390, + "line": 391, "column": 16 }, "end": { - "line": 390, + "line": 391, "column": 31 } } } ], "range": [ - 13790, - 13877 + 13858, + 13945 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 12 }, "end": { - "line": 390, + "line": 391, "column": 32 } } }, "range": [ - 13790, - 13878 + 13858, + 13946 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 12 }, "end": { - "line": 390, + "line": 391, "column": 33 } } } ], "range": [ - 12955, - 13888 + 13023, + 13956 ], "loc": { "start": { - "line": 370, + "line": 371, "column": 18 }, "end": { - "line": 391, + "line": 392, "column": 9 } } }, "alternate": null, "range": [ - 12945, - 13888 + 13013, + 13956 ], "loc": { "start": { - "line": 370, + "line": 371, "column": 8 }, "end": { - "line": 391, + "line": 392, "column": 9 } } @@ -35813,32 +35977,32 @@ "type": "Identifier", "name": "hide", "range": [ - 13903, - 13907 + 13971, + 13975 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 13 }, "end": { - "line": 393, + "line": 394, "column": 17 } } }, "prefix": true, "range": [ - 13902, - 13907 + 13970, + 13975 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 12 }, "end": { - "line": 393, + "line": 394, "column": 17 } } @@ -35855,16 +36019,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14130, - 14132 + 14198, + 14200 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 16 }, "end": { - "line": 398, + "line": 399, "column": 18 } } @@ -35873,31 +36037,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 14133, - 14143 + 14201, + 14211 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 19 }, "end": { - "line": 398, + "line": 399, "column": 29 } } }, "range": [ - 14130, - 14143 + 14198, + 14211 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 16 }, "end": { - "line": 398, + "line": 399, "column": 29 } } @@ -35914,16 +36078,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 14163, - 14173 + 14231, + 14241 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 16 }, "end": { - "line": 399, + "line": 400, "column": 26 } } @@ -35937,16 +36101,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14176, - 14178 + 14244, + 14246 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 29 }, "end": { - "line": 399, + "line": 400, "column": 31 } } @@ -35955,31 +36119,31 @@ "type": "Identifier", "name": "feature", "range": [ - 14179, - 14186 + 14247, + 14254 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 32 }, "end": { - "line": 399, + "line": 400, "column": 39 } } }, "range": [ - 14176, - 14186 + 14244, + 14254 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 29 }, "end": { - "line": 399, + "line": 400, "column": 39 } } @@ -35990,62 +36154,62 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 14187, - 14199 + 14255, + 14267 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 40 }, "end": { - "line": 399, + "line": 400, "column": 52 } } } ], "range": [ - 14176, - 14200 + 14244, + 14268 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 29 }, "end": { - "line": 399, + "line": 400, "column": 53 } } }, "range": [ - 14163, - 14200 + 14231, + 14268 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 16 }, "end": { - "line": 399, + "line": 400, "column": 53 } } }, "range": [ - 14163, - 14201 + 14231, + 14269 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 16 }, "end": { - "line": 399, + "line": 400, "column": 54 } } @@ -36059,16 +36223,16 @@ "type": "Identifier", "name": "headTbl", "range": [ - 14218, - 14225 + 14286, + 14293 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 16 }, "end": { - "line": 400, + "line": 401, "column": 23 } } @@ -36080,16 +36244,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 14228, - 14238 + 14296, + 14306 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 26 }, "end": { - "line": 400, + "line": 401, "column": 36 } } @@ -36098,61 +36262,61 @@ "type": "Identifier", "name": "headTbl", "range": [ - 14239, - 14246 + 14307, + 14314 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 37 }, "end": { - "line": 400, + "line": 401, "column": 44 } } }, "range": [ - 14228, - 14246 + 14296, + 14314 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 26 }, "end": { - "line": 400, + "line": 401, "column": 44 } } }, "range": [ - 14218, - 14246 + 14286, + 14314 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 16 }, "end": { - "line": 400, + "line": 401, "column": 44 } } }, "range": [ - 14218, - 14247 + 14286, + 14315 ], "loc": { "start": { - "line": 400, + "line": 401, "column": 16 }, "end": { - "line": 400, + "line": 401, "column": 45 } } @@ -36166,16 +36330,16 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 14264, - 14275 + 14332, + 14343 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 16 }, "end": { - "line": 401, + "line": 402, "column": 27 } } @@ -36187,16 +36351,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 14278, - 14288 + 14346, + 14356 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 30 }, "end": { - "line": 401, + "line": 402, "column": 40 } } @@ -36205,61 +36369,61 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 14289, - 14300 + 14357, + 14368 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 41 }, "end": { - "line": 401, + "line": 402, "column": 52 } } }, "range": [ - 14278, - 14300 + 14346, + 14368 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 30 }, "end": { - "line": 401, + "line": 402, "column": 52 } } }, "range": [ - 14264, - 14300 + 14332, + 14368 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 16 }, "end": { - "line": 401, + "line": 402, "column": 52 } } }, "range": [ - 14264, - 14301 + 14332, + 14369 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 16 }, "end": { - "line": 401, + "line": 402, "column": 53 } } @@ -36273,16 +36437,16 @@ "type": "Identifier", "name": "width", "range": [ - 14322, - 14327 + 14390, + 14395 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 20 }, "end": { - "line": 402, + "line": 403, "column": 25 } } @@ -36293,16 +36457,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 14330, - 14338 + 14398, + 14406 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 28 }, "end": { - "line": 402, + "line": 403, "column": 36 } } @@ -36321,16 +36485,16 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 14339, - 14350 + 14407, + 14418 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 37 }, "end": { - "line": 402, + "line": 403, "column": 48 } } @@ -36339,31 +36503,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14351, - 14359 + 14419, + 14427 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 49 }, "end": { - "line": 402, + "line": 403, "column": 57 } } }, "range": [ - 14339, - 14360 + 14407, + 14428 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 37 }, "end": { - "line": 402, + "line": 403, "column": 58 } } @@ -36372,31 +36536,31 @@ "type": "Identifier", "name": "style", "range": [ - 14361, - 14366 + 14429, + 14434 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 59 }, "end": { - "line": 402, + "line": 403, "column": 64 } } }, "range": [ - 14339, - 14366 + 14407, + 14434 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 37 }, "end": { - "line": 402, + "line": 403, "column": 64 } } @@ -36405,31 +36569,31 @@ "type": "Identifier", "name": "width", "range": [ - 14367, - 14372 + 14435, + 14440 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 65 }, "end": { - "line": 402, + "line": 403, "column": 70 } } }, "range": [ - 14339, - 14372 + 14407, + 14440 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 37 }, "end": { - "line": 402, + "line": 403, "column": 70 } } @@ -36439,47 +36603,47 @@ "value": 10, "raw": "10", "range": [ - 14374, - 14376 + 14442, + 14444 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 72 }, "end": { - "line": 402, + "line": 403, "column": 74 } } } ], "range": [ - 14330, - 14377 + 14398, + 14445 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 28 }, "end": { - "line": 402, + "line": 403, "column": 75 } } }, "range": [ - 14322, - 14377 + 14390, + 14445 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 20 }, "end": { - "line": 402, + "line": 403, "column": 75 } } @@ -36487,16 +36651,16 @@ ], "kind": "let", "range": [ - 14318, - 14378 + 14386, + 14446 ], "loc": { "start": { - "line": 402, + "line": 403, "column": 16 }, "end": { - "line": 402, + "line": 403, "column": 76 } } @@ -36516,16 +36680,16 @@ "type": "Identifier", "name": "headTbl", "range": [ - 14395, - 14402 + 14463, + 14470 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 403, + "line": 404, "column": 23 } } @@ -36534,31 +36698,31 @@ "type": "Identifier", "name": "style", "range": [ - 14403, - 14408 + 14471, + 14476 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 24 }, "end": { - "line": 403, + "line": 404, "column": 29 } } }, "range": [ - 14395, - 14408 + 14463, + 14476 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 403, + "line": 404, "column": 29 } } @@ -36567,31 +36731,31 @@ "type": "Identifier", "name": "width", "range": [ - 14409, - 14414 + 14477, + 14482 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 30 }, "end": { - "line": 403, + "line": 404, "column": 35 } } }, "range": [ - 14395, - 14414 + 14463, + 14482 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 403, + "line": 404, "column": 35 } } @@ -36608,16 +36772,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 14438, - 14446 + 14506, + 14514 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 21 }, "end": { - "line": 404, + "line": 405, "column": 29 } } @@ -36633,16 +36797,16 @@ "type": "Identifier", "name": "headTbl", "range": [ - 14447, - 14454 + 14515, + 14522 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 30 }, "end": { - "line": 404, + "line": 405, "column": 37 } } @@ -36651,31 +36815,31 @@ "type": "Identifier", "name": "style", "range": [ - 14455, - 14460 + 14523, + 14528 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 38 }, "end": { - "line": 404, + "line": 405, "column": 43 } } }, "range": [ - 14447, - 14460 + 14515, + 14528 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 30 }, "end": { - "line": 404, + "line": 405, "column": 43 } } @@ -36684,31 +36848,31 @@ "type": "Identifier", "name": "width", "range": [ - 14461, - 14466 + 14529, + 14534 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 44 }, "end": { - "line": 404, + "line": 405, "column": 49 } } }, "range": [ - 14447, - 14466 + 14515, + 14534 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 30 }, "end": { - "line": 404, + "line": 405, "column": 49 } } @@ -36718,32 +36882,32 @@ "value": 10, "raw": "10", "range": [ - 14468, - 14470 + 14536, + 14538 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 51 }, "end": { - "line": 404, + "line": 405, "column": 53 } } } ], "range": [ - 14438, - 14471 + 14506, + 14539 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 21 }, "end": { - "line": 404, + "line": 405, "column": 54 } } @@ -36752,31 +36916,31 @@ "type": "Identifier", "name": "width", "range": [ - 14474, - 14479 + 14542, + 14547 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 57 }, "end": { - "line": 404, + "line": 405, "column": 62 } } }, "range": [ - 14438, - 14479 + 14506, + 14547 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 21 }, "end": { - "line": 404, + "line": 405, "column": 62 } } @@ -36786,61 +36950,61 @@ "value": "px", "raw": "'px'", "range": [ - 14483, - 14487 + 14551, + 14555 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 66 }, "end": { - "line": 404, + "line": 405, "column": 70 } } }, "range": [ - 14437, - 14487 + 14505, + 14555 ], "loc": { "start": { - "line": 404, + "line": 405, "column": 20 }, "end": { - "line": 404, + "line": 405, "column": 70 } } }, "range": [ - 14395, - 14487 + 14463, + 14555 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 404, + "line": 405, "column": 70 } } }, "range": [ - 14395, - 14488 + 14463, + 14556 ], "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 404, + "line": 405, "column": 71 } } @@ -36863,16 +37027,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14505, - 14507 + 14573, + 14575 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 18 } } @@ -36881,31 +37045,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 14508, - 14511 + 14576, + 14579 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 19 }, "end": { - "line": 405, + "line": 406, "column": 22 } } }, "range": [ - 14505, - 14511 + 14573, + 14579 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 22 } } @@ -36914,31 +37078,31 @@ "type": "Identifier", "name": "style", "range": [ - 14512, - 14517 + 14580, + 14585 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 23 }, "end": { - "line": 405, + "line": 406, "column": 28 } } }, "range": [ - 14505, - 14517 + 14573, + 14585 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 28 } } @@ -36947,31 +37111,31 @@ "type": "Identifier", "name": "width", "range": [ - 14518, - 14523 + 14586, + 14591 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 29 }, "end": { - "line": 405, + "line": 406, "column": 34 } } }, "range": [ - 14505, - 14523 + 14573, + 14591 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 34 } } @@ -36986,16 +37150,16 @@ "type": "Identifier", "name": "headTbl", "range": [ - 14526, - 14533 + 14594, + 14601 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 37 }, "end": { - "line": 405, + "line": 406, "column": 44 } } @@ -37004,31 +37168,31 @@ "type": "Identifier", "name": "style", "range": [ - 14534, - 14539 + 14602, + 14607 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 45 }, "end": { - "line": 405, + "line": 406, "column": 50 } } }, "range": [ - 14526, - 14539 + 14594, + 14607 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 37 }, "end": { - "line": 405, + "line": 406, "column": 50 } } @@ -37037,93 +37201,93 @@ "type": "Identifier", "name": "width", "range": [ - 14540, - 14545 + 14608, + 14613 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 51 }, "end": { - "line": 405, + "line": 406, "column": 56 } } }, "range": [ - 14526, - 14545 + 14594, + 14613 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 37 }, "end": { - "line": 405, + "line": 406, "column": 56 } } }, "range": [ - 14505, - 14545 + 14573, + 14613 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 56 } } }, "range": [ - 14505, - 14546 + 14573, + 14614 ], "loc": { "start": { - "line": 405, + "line": 406, "column": 16 }, "end": { - "line": 405, + "line": 406, "column": 57 } } } ], "range": [ - 14145, - 14560 + 14213, + 14628 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 31 }, "end": { - "line": 406, + "line": 407, "column": 13 } } }, "alternate": null, "range": [ - 14126, - 14560 + 14194, + 14628 ], "loc": { "start": { - "line": 398, + "line": 399, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 13 } }, @@ -37132,16 +37296,16 @@ "type": "Line", "value": "This event is fired just after a column is displayed for", "range": [ - 13923, - 13981 + 13991, + 14049 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 70 } } @@ -37150,16 +37314,16 @@ "type": "Line", "value": "grid_layout support", "range": [ - 13994, - 14015 + 14062, + 14083 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 12 }, "end": { - "line": 395, + "line": 396, "column": 33 } } @@ -37168,16 +37332,16 @@ "type": "Line", "value": "TODO: grid layout module should be responsible for those", "range": [ - 14028, - 14086 + 14096, + 14154 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 12 }, "end": { - "line": 396, + "line": 397, "column": 70 } } @@ -37186,16 +37350,16 @@ "type": "Line", "value": "calculations", "range": [ - 14099, - 14113 + 14167, + 14181 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 12 }, "end": { - "line": 397, + "line": 398, "column": 26 } } @@ -37210,16 +37374,16 @@ "object": { "type": "ThisExpression", "range": [ - 14577, - 14581 + 14645, + 14649 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 16 }, "end": { - "line": 407, + "line": 408, "column": 20 } } @@ -37228,31 +37392,31 @@ "type": "Identifier", "name": "onAfterColDisplayed", "range": [ - 14582, - 14601 + 14650, + 14669 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 21 }, "end": { - "line": 407, + "line": 408, "column": 40 } } }, "range": [ - 14577, - 14601 + 14645, + 14669 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 16 }, "end": { - "line": 407, + "line": 408, "column": 40 } } @@ -37273,16 +37437,16 @@ "object": { "type": "ThisExpression", "range": [ - 14621, - 14625 + 14689, + 14693 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 16 }, "end": { - "line": 408, + "line": 409, "column": 20 } } @@ -37291,31 +37455,31 @@ "type": "Identifier", "name": "onAfterColDisplayed", "range": [ - 14626, - 14645 + 14694, + 14713 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 21 }, "end": { - "line": 408, + "line": 409, "column": 40 } } }, "range": [ - 14621, - 14645 + 14689, + 14713 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 16 }, "end": { - "line": 408, + "line": 409, "column": 40 } } @@ -37324,31 +37488,31 @@ "type": "Identifier", "name": "call", "range": [ - 14646, - 14650 + 14714, + 14718 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 41 }, "end": { - "line": 408, + "line": 409, "column": 45 } } }, "range": [ - 14621, - 14650 + 14689, + 14718 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 16 }, "end": { - "line": 408, + "line": 409, "column": 45 } } @@ -37359,16 +37523,16 @@ "value": null, "raw": "null", "range": [ - 14651, - 14655 + 14719, + 14723 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 46 }, "end": { - "line": 408, + "line": 409, "column": 50 } } @@ -37376,16 +37540,16 @@ { "type": "ThisExpression", "range": [ - 14657, - 14661 + 14725, + 14729 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 52 }, "end": { - "line": 408, + "line": 409, "column": 56 } } @@ -37394,79 +37558,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14663, - 14671 + 14731, + 14739 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 58 }, "end": { - "line": 408, + "line": 409, "column": 66 } } } ], "range": [ - 14621, - 14672 + 14689, + 14740 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 16 }, "end": { - "line": 408, + "line": 409, "column": 67 } } }, "range": [ - 14621, - 14673 + 14689, + 14741 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 16 }, "end": { - "line": 408, + "line": 409, "column": 68 } } } ], "range": [ - 14603, - 14687 + 14671, + 14755 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 42 }, "end": { - "line": 409, + "line": 410, "column": 13 } } }, "alternate": null, "range": [ - 14573, - 14687 + 14641, + 14755 ], "loc": { "start": { - "line": 407, + "line": 408, "column": 12 }, "end": { - "line": 409, + "line": 410, "column": 13 } } @@ -37484,16 +37648,16 @@ "object": { "type": "ThisExpression", "range": [ - 14700, - 14704 + 14768, + 14772 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 12 }, "end": { - "line": 410, + "line": 411, "column": 16 } } @@ -37502,31 +37666,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 14705, - 14712 + 14773, + 14780 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 17 }, "end": { - "line": 410, + "line": 411, "column": 24 } } }, "range": [ - 14700, - 14712 + 14768, + 14780 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 12 }, "end": { - "line": 410, + "line": 411, "column": 24 } } @@ -37535,31 +37699,31 @@ "type": "Identifier", "name": "emit", "range": [ - 14713, - 14717 + 14781, + 14785 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 25 }, "end": { - "line": 410, + "line": 411, "column": 29 } } }, "range": [ - 14700, - 14717 + 14768, + 14785 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 12 }, "end": { - "line": 410, + "line": 411, "column": 29 } } @@ -37570,16 +37734,16 @@ "value": "column-shown", "raw": "'column-shown'", "range": [ - 14718, - 14732 + 14786, + 14800 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 30 }, "end": { - "line": 410, + "line": 411, "column": 44 } } @@ -37588,16 +37752,16 @@ "type": "Identifier", "name": "tf", "range": [ - 14734, - 14736 + 14802, + 14804 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 46 }, "end": { - "line": 410, + "line": 411, "column": 48 } } @@ -37605,16 +37769,16 @@ { "type": "ThisExpression", "range": [ - 14738, - 14742 + 14806, + 14810 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 50 }, "end": { - "line": 410, + "line": 411, "column": 54 } } @@ -37623,16 +37787,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14744, - 14752 + 14812, + 14820 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 56 }, "end": { - "line": 410, + "line": 411, "column": 64 } } @@ -37643,16 +37807,16 @@ "object": { "type": "ThisExpression", "range": [ - 14770, - 14774 + 14838, + 14842 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 16 }, "end": { - "line": 411, + "line": 412, "column": 20 } } @@ -37661,110 +37825,110 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 14775, - 14785 + 14843, + 14853 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 21 }, "end": { - "line": 411, + "line": 412, "column": 31 } } }, "range": [ - 14770, - 14785 + 14838, + 14853 ], "loc": { "start": { - "line": 411, + "line": 412, "column": 16 }, "end": { - "line": 411, + "line": 412, "column": 31 } } } ], "range": [ - 14700, - 14786 + 14768, + 14854 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 12 }, "end": { - "line": 411, + "line": 412, "column": 32 } } }, "range": [ - 14700, - 14787 + 14768, + 14855 ], "loc": { "start": { - "line": 410, + "line": 411, "column": 12 }, "end": { - "line": 411, + "line": 412, "column": 33 } } } ], "range": [ - 13909, - 14797 + 13977, + 14865 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 19 }, "end": { - "line": 412, + "line": 413, "column": 9 } } }, "alternate": null, "range": [ - 13898, - 14797 + 13966, + 14865 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 8 }, "end": { - "line": 412, + "line": 413, "column": 9 } } } ], "range": [ - 12070, - 14803 + 12138, + 14871 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 30 }, "end": { - "line": 413, + "line": 414, "column": 5 } } @@ -37772,16 +37936,16 @@ "generator": false, "expression": false, "range": [ - 12053, - 14803 + 12121, + 14871 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 13 }, "end": { - "line": 413, + "line": 414, "column": 5 } } @@ -37789,16 +37953,16 @@ "kind": "method", "computed": false, "range": [ - 12044, - 14803 + 12112, + 14871 ], "loc": { "start": { - "line": 339, + "line": 340, "column": 4 }, "end": { - "line": 413, + "line": 414, "column": 5 } }, @@ -37807,16 +37971,16 @@ "type": "Block", "value": "*\n * Hide or show specified columns\n * @param {Numner} colIndex Column index\n * @param {Boolean} hide Hide column if true or show if false\n ", "range": [ - 11876, - 12039 + 11944, + 12107 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 4 }, "end": { - "line": 338, + "line": 339, "column": 7 } } @@ -37827,16 +37991,16 @@ "type": "Block", "value": "*\n * Show specified column\n * @param {Number} colIndex Column index\n ", "range": [ - 14809, - 14895 + 14877, + 14963 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 4 }, "end": { - "line": 418, + "line": 419, "column": 7 } } @@ -37850,16 +38014,16 @@ "type": "Identifier", "name": "showCol", "range": [ - 14900, - 14907 + 14968, + 14975 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 4 }, "end": { - "line": 419, + "line": 420, "column": 11 } } @@ -37872,16 +38036,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14908, - 14916 + 14976, + 14984 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 12 }, "end": { - "line": 419, + "line": 420, "column": 20 } } @@ -37902,16 +38066,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14932, - 14940 + 15000, + 15008 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 12 }, "end": { - "line": 420, + "line": 421, "column": 20 } } @@ -37920,31 +38084,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 14945, - 14954 + 15013, + 15022 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 25 }, "end": { - "line": 420, + "line": 421, "column": 34 } } }, "range": [ - 14932, - 14954 + 15000, + 15022 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 12 }, "end": { - "line": 420, + "line": 421, "column": 34 } } @@ -37960,16 +38124,16 @@ "object": { "type": "ThisExpression", "range": [ - 14959, - 14963 + 15027, + 15031 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 39 }, "end": { - "line": 420, + "line": 421, "column": 43 } } @@ -37978,31 +38142,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 14964, - 14975 + 15032, + 15043 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 44 }, "end": { - "line": 420, + "line": 421, "column": 55 } } }, "range": [ - 14959, - 14975 + 15027, + 15043 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 39 }, "end": { - "line": 420, + "line": 421, "column": 55 } } @@ -38012,63 +38176,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14976, - 14984 + 15044, + 15052 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 56 }, "end": { - "line": 420, + "line": 421, "column": 64 } } } ], "range": [ - 14959, - 14985 + 15027, + 15053 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 39 }, "end": { - "line": 420, + "line": 421, "column": 65 } } }, "prefix": true, "range": [ - 14958, - 14985 + 15026, + 15053 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 38 }, "end": { - "line": 420, + "line": 421, "column": 65 } } }, "range": [ - 14932, - 14985 + 15000, + 15053 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 12 }, "end": { - "line": 420, + "line": 421, "column": 65 } } @@ -38080,48 +38244,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 15001, - 15008 + 15069, + 15076 ], "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 19 } } } ], "range": [ - 14987, - 15018 + 15055, + 15086 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 67 }, "end": { - "line": 422, + "line": 423, "column": 9 } } }, "alternate": null, "range": [ - 14928, - 15018 + 14996, + 15086 ], "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 422, + "line": 423, "column": 9 } } @@ -38137,16 +38301,16 @@ "object": { "type": "ThisExpression", "range": [ - 15031, - 15035 + 15099, + 15103 ], "loc": { "start": { - "line": 423, + "line": 424, "column": 12 }, "end": { - "line": 423, + "line": 424, "column": 16 } } @@ -38155,31 +38319,31 @@ "type": "Identifier", "name": "manager", "range": [ - 15036, - 15043 + 15104, + 15111 ], "loc": { "start": { - "line": 423, + "line": 424, "column": 17 }, "end": { - "line": 423, + "line": 424, "column": 24 } } }, "range": [ - 15031, - 15043 + 15099, + 15111 ], "loc": { "start": { - "line": 423, + "line": 424, "column": 12 }, "end": { - "line": 423, + "line": 424, "column": 24 } } @@ -38190,16 +38354,16 @@ "object": { "type": "ThisExpression", "range": [ - 15047, - 15051 + 15115, + 15119 ], "loc": { "start": { - "line": 423, + "line": 424, "column": 28 }, "end": { - "line": 423, + "line": 424, "column": 32 } } @@ -38208,46 +38372,46 @@ "type": "Identifier", "name": "contEl", "range": [ - 15052, - 15058 + 15120, + 15126 ], "loc": { "start": { - "line": 423, + "line": 424, "column": 33 }, "end": { - "line": 423, + "line": 424, "column": 39 } } }, "range": [ - 15047, - 15058 + 15115, + 15126 ], "loc": { "start": { - "line": 423, + "line": 424, "column": 28 }, "end": { - "line": 423, + "line": 424, "column": 39 } } }, "range": [ - 15031, - 15058 + 15099, + 15126 ], "loc": { "start": { - "line": 423, + "line": 424, "column": 12 }, "end": { - "line": 423, + "line": 424, "column": 39 } } @@ -38264,16 +38428,16 @@ "type": "Identifier", "name": "itm", "range": [ - 15078, - 15081 + 15146, + 15149 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 424, + "line": 425, "column": 19 } } @@ -38287,16 +38451,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 15084, - 15087 + 15152, + 15155 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 22 }, "end": { - "line": 424, + "line": 425, "column": 25 } } @@ -38305,31 +38469,31 @@ "type": "Identifier", "name": "id", "range": [ - 15088, - 15090 + 15156, + 15158 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 26 }, "end": { - "line": 424, + "line": 425, "column": 28 } } }, "range": [ - 15084, - 15090 + 15152, + 15158 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 22 }, "end": { - "line": 424, + "line": 425, "column": 28 } } @@ -38349,16 +38513,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 15091, - 15097 + 15159, + 15165 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 29 }, "end": { - "line": 424, + "line": 425, "column": 35 } } @@ -38367,31 +38531,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15100, - 15108 + 15168, + 15176 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 38 }, "end": { - "line": 424, + "line": 425, "column": 46 } } }, "range": [ - 15091, - 15108 + 15159, + 15176 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 29 }, "end": { - "line": 424, + "line": 425, "column": 46 } } @@ -38401,31 +38565,31 @@ "value": "_", "raw": "'_'", "range": [ - 15111, - 15114 + 15179, + 15182 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 49 }, "end": { - "line": 424, + "line": 425, "column": 52 } } }, "range": [ - 15091, - 15114 + 15159, + 15182 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 29 }, "end": { - "line": 424, + "line": 425, "column": 52 } } @@ -38439,16 +38603,16 @@ "object": { "type": "ThisExpression", "range": [ - 15117, - 15121 + 15185, + 15189 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 55 }, "end": { - "line": 424, + "line": 425, "column": 59 } } @@ -38457,31 +38621,31 @@ "type": "Identifier", "name": "tf", "range": [ - 15122, - 15124 + 15190, + 15192 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 60 }, "end": { - "line": 424, + "line": 425, "column": 62 } } }, "range": [ - 15117, - 15124 + 15185, + 15192 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 55 }, "end": { - "line": 424, + "line": 425, "column": 62 } } @@ -38490,77 +38654,77 @@ "type": "Identifier", "name": "id", "range": [ - 15125, - 15127 + 15193, + 15195 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 63 }, "end": { - "line": 424, + "line": 425, "column": 65 } } }, "range": [ - 15117, - 15127 + 15185, + 15195 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 55 }, "end": { - "line": 424, + "line": 425, "column": 65 } } }, "range": [ - 15091, - 15127 + 15159, + 15195 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 29 }, "end": { - "line": 424, + "line": 425, "column": 65 } } } ], "range": [ - 15084, - 15128 + 15152, + 15196 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 22 }, "end": { - "line": 424, + "line": 425, "column": 66 } } }, "range": [ - 15078, - 15128 + 15146, + 15196 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 424, + "line": 425, "column": 66 } } @@ -38568,16 +38732,16 @@ ], "kind": "let", "range": [ - 15074, - 15129 + 15142, + 15197 ], "loc": { "start": { - "line": 424, + "line": 425, "column": 12 }, "end": { - "line": 424, + "line": 425, "column": 67 } } @@ -38588,16 +38752,16 @@ "type": "Identifier", "name": "itm", "range": [ - 15146, - 15149 + 15214, + 15217 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 16 }, "end": { - "line": 425, + "line": 426, "column": 19 } } @@ -38616,16 +38780,16 @@ "type": "Identifier", "name": "itm", "range": [ - 15169, - 15172 + 15237, + 15240 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 16 }, "end": { - "line": 426, + "line": 427, "column": 19 } } @@ -38634,110 +38798,110 @@ "type": "Identifier", "name": "click", "range": [ - 15173, - 15178 + 15241, + 15246 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 20 }, "end": { - "line": 426, + "line": 427, "column": 25 } } }, "range": [ - 15169, - 15178 + 15237, + 15246 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 16 }, "end": { - "line": 426, + "line": 427, "column": 25 } } }, "arguments": [], "range": [ - 15169, - 15180 + 15237, + 15248 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 16 }, "end": { - "line": 426, + "line": 427, "column": 27 } } }, "range": [ - 15169, - 15181 + 15237, + 15249 ], "loc": { "start": { - "line": 426, + "line": 427, "column": 16 }, "end": { - "line": 426, + "line": 427, "column": 28 } } } ], "range": [ - 15151, - 15195 + 15219, + 15263 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 21 }, "end": { - "line": 427, + "line": 428, "column": 13 } } }, "alternate": null, "range": [ - 15142, - 15195 + 15210, + 15263 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 12 }, "end": { - "line": 427, + "line": 428, "column": 13 } } } ], "range": [ - 15060, - 15205 + 15128, + 15273 ], "loc": { "start": { - "line": 423, + "line": 424, "column": 41 }, "end": { - "line": 428, + "line": 429, "column": 9 } } @@ -38755,16 +38919,16 @@ "object": { "type": "ThisExpression", "range": [ - 15225, - 15229 + 15293, + 15297 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 12 }, "end": { - "line": 429, + "line": 430, "column": 16 } } @@ -38773,31 +38937,31 @@ "type": "Identifier", "name": "setHidden", "range": [ - 15230, - 15239 + 15298, + 15307 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 17 }, "end": { - "line": 429, + "line": 430, "column": 26 } } }, "range": [ - 15225, - 15239 + 15293, + 15307 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 12 }, "end": { - "line": 429, + "line": 430, "column": 26 } } @@ -38807,16 +38971,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15240, - 15248 + 15308, + 15316 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 27 }, "end": { - "line": 429, + "line": 430, "column": 35 } } @@ -38826,94 +38990,94 @@ "value": false, "raw": "false", "range": [ - 15250, - 15255 + 15318, + 15323 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 37 }, "end": { - "line": 429, + "line": 430, "column": 42 } } } ], "range": [ - 15225, - 15256 + 15293, + 15324 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 12 }, "end": { - "line": 429, + "line": 430, "column": 43 } } }, "range": [ - 15225, - 15257 + 15293, + 15325 ], "loc": { "start": { - "line": 429, + "line": 430, "column": 12 }, "end": { - "line": 429, + "line": 430, "column": 44 } } } ], "range": [ - 15211, - 15267 + 15279, + 15335 ], "loc": { "start": { - "line": 428, + "line": 429, "column": 15 }, "end": { - "line": 430, + "line": 431, "column": 9 } } }, "range": [ - 15027, - 15267 + 15095, + 15335 ], "loc": { "start": { - "line": 423, + "line": 424, "column": 8 }, "end": { - "line": 430, + "line": 431, "column": 9 } } } ], "range": [ - 14918, - 15273 + 14986, + 15341 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 22 }, "end": { - "line": 431, + "line": 432, "column": 5 } } @@ -38921,16 +39085,16 @@ "generator": false, "expression": false, "range": [ - 14907, - 15273 + 14975, + 15341 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 11 }, "end": { - "line": 431, + "line": 432, "column": 5 } } @@ -38938,16 +39102,16 @@ "kind": "method", "computed": false, "range": [ - 14900, - 15273 + 14968, + 15341 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 4 }, "end": { - "line": 431, + "line": 432, "column": 5 } }, @@ -38956,16 +39120,16 @@ "type": "Block", "value": "*\n * Show specified column\n * @param {Number} colIndex Column index\n ", "range": [ - 14809, - 14895 + 14877, + 14963 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 4 }, "end": { - "line": 418, + "line": 419, "column": 7 } } @@ -38976,16 +39140,16 @@ "type": "Block", "value": "*\n * Hide specified column\n * @param {Number} colIndex Column index\n ", "range": [ - 15279, - 15365 + 15347, + 15433 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 4 }, "end": { - "line": 436, + "line": 437, "column": 7 } } @@ -38999,16 +39163,16 @@ "type": "Identifier", "name": "hideCol", "range": [ - 15370, - 15377 + 15438, + 15445 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 4 }, "end": { - "line": 437, + "line": 438, "column": 11 } } @@ -39021,16 +39185,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15378, - 15386 + 15446, + 15454 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 12 }, "end": { - "line": 437, + "line": 438, "column": 20 } } @@ -39051,16 +39215,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15402, - 15410 + 15470, + 15478 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 12 }, "end": { - "line": 438, + "line": 439, "column": 20 } } @@ -39069,31 +39233,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 15415, - 15424 + 15483, + 15492 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 25 }, "end": { - "line": 438, + "line": 439, "column": 34 } } }, "range": [ - 15402, - 15424 + 15470, + 15492 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 12 }, "end": { - "line": 438, + "line": 439, "column": 34 } } @@ -39106,16 +39270,16 @@ "object": { "type": "ThisExpression", "range": [ - 15428, - 15432 + 15496, + 15500 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 38 }, "end": { - "line": 438, + "line": 439, "column": 42 } } @@ -39124,31 +39288,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 15433, - 15444 + 15501, + 15512 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 43 }, "end": { - "line": 438, + "line": 439, "column": 54 } } }, "range": [ - 15428, - 15444 + 15496, + 15512 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 38 }, "end": { - "line": 438, + "line": 439, "column": 54 } } @@ -39158,47 +39322,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15445, - 15453 + 15513, + 15521 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 55 }, "end": { - "line": 438, + "line": 439, "column": 63 } } } ], "range": [ - 15428, - 15454 + 15496, + 15522 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 38 }, "end": { - "line": 438, + "line": 439, "column": 64 } } }, "range": [ - 15402, - 15454 + 15470, + 15522 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 12 }, "end": { - "line": 438, + "line": 439, "column": 64 } } @@ -39210,48 +39374,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 15470, - 15477 + 15538, + 15545 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 12 }, "end": { - "line": 439, + "line": 440, "column": 19 } } } ], "range": [ - 15456, - 15487 + 15524, + 15555 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 66 }, "end": { - "line": 440, + "line": 441, "column": 9 } } }, "alternate": null, "range": [ - 15398, - 15487 + 15466, + 15555 ], "loc": { "start": { - "line": 438, + "line": 439, "column": 8 }, "end": { - "line": 440, + "line": 441, "column": 9 } } @@ -39267,16 +39431,16 @@ "object": { "type": "ThisExpression", "range": [ - 15500, - 15504 + 15568, + 15572 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 12 }, "end": { - "line": 441, + "line": 442, "column": 16 } } @@ -39285,31 +39449,31 @@ "type": "Identifier", "name": "manager", "range": [ - 15505, - 15512 + 15573, + 15580 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 17 }, "end": { - "line": 441, + "line": 442, "column": 24 } } }, "range": [ - 15500, - 15512 + 15568, + 15580 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 12 }, "end": { - "line": 441, + "line": 442, "column": 24 } } @@ -39320,16 +39484,16 @@ "object": { "type": "ThisExpression", "range": [ - 15516, - 15520 + 15584, + 15588 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 28 }, "end": { - "line": 441, + "line": 442, "column": 32 } } @@ -39338,46 +39502,46 @@ "type": "Identifier", "name": "contEl", "range": [ - 15521, - 15527 + 15589, + 15595 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 33 }, "end": { - "line": 441, + "line": 442, "column": 39 } } }, "range": [ - 15516, - 15527 + 15584, + 15595 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 28 }, "end": { - "line": 441, + "line": 442, "column": 39 } } }, "range": [ - 15500, - 15527 + 15568, + 15595 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 12 }, "end": { - "line": 441, + "line": 442, "column": 39 } } @@ -39394,16 +39558,16 @@ "type": "Identifier", "name": "itm", "range": [ - 15547, - 15550 + 15615, + 15618 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 442, + "line": 443, "column": 19 } } @@ -39417,16 +39581,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 15553, - 15556 + 15621, + 15624 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 22 }, "end": { - "line": 442, + "line": 443, "column": 25 } } @@ -39435,31 +39599,31 @@ "type": "Identifier", "name": "id", "range": [ - 15557, - 15559 + 15625, + 15627 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 26 }, "end": { - "line": 442, + "line": 443, "column": 28 } } }, "range": [ - 15553, - 15559 + 15621, + 15627 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 22 }, "end": { - "line": 442, + "line": 443, "column": 28 } } @@ -39479,16 +39643,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 15560, - 15566 + 15628, + 15634 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 29 }, "end": { - "line": 442, + "line": 443, "column": 35 } } @@ -39497,31 +39661,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15569, - 15577 + 15637, + 15645 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 38 }, "end": { - "line": 442, + "line": 443, "column": 46 } } }, "range": [ - 15560, - 15577 + 15628, + 15645 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 29 }, "end": { - "line": 442, + "line": 443, "column": 46 } } @@ -39531,31 +39695,31 @@ "value": "_", "raw": "'_'", "range": [ - 15580, - 15583 + 15648, + 15651 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 49 }, "end": { - "line": 442, + "line": 443, "column": 52 } } }, "range": [ - 15560, - 15583 + 15628, + 15651 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 29 }, "end": { - "line": 442, + "line": 443, "column": 52 } } @@ -39569,16 +39733,16 @@ "object": { "type": "ThisExpression", "range": [ - 15586, - 15590 + 15654, + 15658 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 55 }, "end": { - "line": 442, + "line": 443, "column": 59 } } @@ -39587,31 +39751,31 @@ "type": "Identifier", "name": "tf", "range": [ - 15591, - 15593 + 15659, + 15661 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 60 }, "end": { - "line": 442, + "line": 443, "column": 62 } } }, "range": [ - 15586, - 15593 + 15654, + 15661 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 55 }, "end": { - "line": 442, + "line": 443, "column": 62 } } @@ -39620,77 +39784,77 @@ "type": "Identifier", "name": "id", "range": [ - 15594, - 15596 + 15662, + 15664 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 63 }, "end": { - "line": 442, + "line": 443, "column": 65 } } }, "range": [ - 15586, - 15596 + 15654, + 15664 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 55 }, "end": { - "line": 442, + "line": 443, "column": 65 } } }, "range": [ - 15560, - 15596 + 15628, + 15664 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 29 }, "end": { - "line": 442, + "line": 443, "column": 65 } } } ], "range": [ - 15553, - 15597 + 15621, + 15665 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 22 }, "end": { - "line": 442, + "line": 443, "column": 66 } } }, "range": [ - 15547, - 15597 + 15615, + 15665 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 442, + "line": 443, "column": 66 } } @@ -39698,16 +39862,16 @@ ], "kind": "let", "range": [ - 15543, - 15598 + 15611, + 15666 ], "loc": { "start": { - "line": 442, + "line": 443, "column": 12 }, "end": { - "line": 442, + "line": 443, "column": 67 } } @@ -39718,16 +39882,16 @@ "type": "Identifier", "name": "itm", "range": [ - 15615, - 15618 + 15683, + 15686 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 16 }, "end": { - "line": 443, + "line": 444, "column": 19 } } @@ -39746,16 +39910,16 @@ "type": "Identifier", "name": "itm", "range": [ - 15638, - 15641 + 15706, + 15709 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 16 }, "end": { - "line": 444, + "line": 445, "column": 19 } } @@ -39764,110 +39928,110 @@ "type": "Identifier", "name": "click", "range": [ - 15642, - 15647 + 15710, + 15715 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 20 }, "end": { - "line": 444, + "line": 445, "column": 25 } } }, "range": [ - 15638, - 15647 + 15706, + 15715 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 16 }, "end": { - "line": 444, + "line": 445, "column": 25 } } }, "arguments": [], "range": [ - 15638, - 15649 + 15706, + 15717 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 16 }, "end": { - "line": 444, + "line": 445, "column": 27 } } }, "range": [ - 15638, - 15650 + 15706, + 15718 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 16 }, "end": { - "line": 444, + "line": 445, "column": 28 } } } ], "range": [ - 15620, - 15664 + 15688, + 15732 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 21 }, "end": { - "line": 445, + "line": 446, "column": 13 } } }, "alternate": null, "range": [ - 15611, - 15664 + 15679, + 15732 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 12 }, "end": { - "line": 445, + "line": 446, "column": 13 } } } ], "range": [ - 15529, - 15674 + 15597, + 15742 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 41 }, "end": { - "line": 446, + "line": 447, "column": 9 } } @@ -39885,16 +40049,16 @@ "object": { "type": "ThisExpression", "range": [ - 15694, - 15698 + 15762, + 15766 ], "loc": { "start": { - "line": 447, + "line": 448, "column": 12 }, "end": { - "line": 447, + "line": 448, "column": 16 } } @@ -39903,31 +40067,31 @@ "type": "Identifier", "name": "setHidden", "range": [ - 15699, - 15708 + 15767, + 15776 ], "loc": { "start": { - "line": 447, + "line": 448, "column": 17 }, "end": { - "line": 447, + "line": 448, "column": 26 } } }, "range": [ - 15694, - 15708 + 15762, + 15776 ], "loc": { "start": { - "line": 447, + "line": 448, "column": 12 }, "end": { - "line": 447, + "line": 448, "column": 26 } } @@ -39937,16 +40101,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15709, - 15717 + 15777, + 15785 ], "loc": { "start": { - "line": 447, + "line": 448, "column": 27 }, "end": { - "line": 447, + "line": 448, "column": 35 } } @@ -39956,94 +40120,94 @@ "value": true, "raw": "true", "range": [ - 15719, - 15723 + 15787, + 15791 ], "loc": { "start": { - "line": 447, + "line": 448, "column": 37 }, "end": { - "line": 447, + "line": 448, "column": 41 } } } ], "range": [ - 15694, - 15724 + 15762, + 15792 ], "loc": { "start": { - "line": 447, + "line": 448, "column": 12 }, "end": { - "line": 447, + "line": 448, "column": 42 } } }, "range": [ - 15694, - 15725 + 15762, + 15793 ], "loc": { "start": { - "line": 447, + "line": 448, "column": 12 }, "end": { - "line": 447, + "line": 448, "column": 43 } } } ], "range": [ - 15680, - 15735 + 15748, + 15803 ], "loc": { "start": { - "line": 446, + "line": 447, "column": 15 }, "end": { - "line": 448, + "line": 449, "column": 9 } } }, "range": [ - 15496, - 15735 + 15564, + 15803 ], "loc": { "start": { - "line": 441, + "line": 442, "column": 8 }, "end": { - "line": 448, + "line": 449, "column": 9 } } } ], "range": [ - 15388, - 15741 + 15456, + 15809 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 22 }, "end": { - "line": 449, + "line": 450, "column": 5 } } @@ -40051,16 +40215,16 @@ "generator": false, "expression": false, "range": [ - 15377, - 15741 + 15445, + 15809 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 11 }, "end": { - "line": 449, + "line": 450, "column": 5 } } @@ -40068,16 +40232,16 @@ "kind": "method", "computed": false, "range": [ - 15370, - 15741 + 15438, + 15809 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 4 }, "end": { - "line": 449, + "line": 450, "column": 5 } }, @@ -40086,16 +40250,16 @@ "type": "Block", "value": "*\n * Hide specified column\n * @param {Number} colIndex Column index\n ", "range": [ - 15279, - 15365 + 15347, + 15433 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 4 }, "end": { - "line": 436, + "line": 437, "column": 7 } } @@ -40106,16 +40270,16 @@ "type": "Block", "value": "*\n * Determine if specified column is hidden\n * @param {Number} colIndex Column index\n ", "range": [ - 15747, - 15851 + 15815, + 15919 ], "loc": { "start": { - "line": 451, + "line": 452, "column": 4 }, "end": { - "line": 454, + "line": 455, "column": 7 } } @@ -40129,16 +40293,16 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 15856, - 15867 + 15924, + 15935 ], "loc": { "start": { - "line": 455, + "line": 456, "column": 4 }, "end": { - "line": 455, + "line": 456, "column": 15 } } @@ -40151,16 +40315,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15868, - 15876 + 15936, + 15944 ], "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 24 } } @@ -40185,16 +40349,16 @@ "object": { "type": "ThisExpression", "range": [ - 15892, - 15896 + 15960, + 15964 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 12 }, "end": { - "line": 456, + "line": 457, "column": 16 } } @@ -40203,31 +40367,31 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 15897, - 15907 + 15965, + 15975 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 17 }, "end": { - "line": 456, + "line": 457, "column": 27 } } }, "range": [ - 15892, - 15907 + 15960, + 15975 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 12 }, "end": { - "line": 456, + "line": 457, "column": 27 } } @@ -40236,31 +40400,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 15908, - 15915 + 15976, + 15983 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 28 }, "end": { - "line": 456, + "line": 457, "column": 35 } } }, "range": [ - 15892, - 15915 + 15960, + 15983 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 12 }, "end": { - "line": 456, + "line": 457, "column": 35 } } @@ -40270,32 +40434,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15916, - 15924 + 15984, + 15992 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 36 }, "end": { - "line": 456, + "line": 457, "column": 44 } } } ], "range": [ - 15892, - 15925 + 15960, + 15993 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 12 }, "end": { - "line": 456, + "line": 457, "column": 45 } } @@ -40308,47 +40472,47 @@ "value": 1, "raw": "1", "range": [ - 15931, - 15932 + 15999, + 16000 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 51 }, "end": { - "line": 456, + "line": 457, "column": 52 } } }, "prefix": true, "range": [ - 15930, - 15932 + 15998, + 16000 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 50 }, "end": { - "line": 456, + "line": 457, "column": 52 } } }, "range": [ - 15892, - 15932 + 15960, + 16000 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 12 }, "end": { - "line": 456, + "line": 457, "column": 52 } } @@ -40363,63 +40527,63 @@ "value": true, "raw": "true", "range": [ - 15955, - 15959 + 16023, + 16027 ], "loc": { "start": { - "line": 457, + "line": 458, "column": 19 }, "end": { - "line": 457, + "line": 458, "column": 23 } } }, "range": [ - 15948, - 15960 + 16016, + 16028 ], "loc": { "start": { - "line": 457, + "line": 458, "column": 12 }, "end": { - "line": 457, + "line": 458, "column": 24 } } } ], "range": [ - 15934, - 15970 + 16002, + 16038 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 54 }, "end": { - "line": 458, + "line": 459, "column": 9 } } }, "alternate": null, "range": [ - 15888, - 15970 + 15956, + 16038 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 8 }, "end": { - "line": 458, + "line": 459, "column": 9 } } @@ -40431,47 +40595,47 @@ "value": false, "raw": "false", "range": [ - 15986, - 15991 + 16054, + 16059 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 15 }, "end": { - "line": 459, + "line": 460, "column": 20 } } }, "range": [ - 15979, - 15992 + 16047, + 16060 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 8 }, "end": { - "line": 459, + "line": 460, "column": 21 } } } ], "range": [ - 15878, - 15998 + 15946, + 16066 ], "loc": { "start": { - "line": 455, + "line": 456, "column": 26 }, "end": { - "line": 460, + "line": 461, "column": 5 } } @@ -40479,16 +40643,16 @@ "generator": false, "expression": false, "range": [ - 15867, - 15998 + 15935, + 16066 ], "loc": { "start": { - "line": 455, + "line": 456, "column": 15 }, "end": { - "line": 460, + "line": 461, "column": 5 } } @@ -40496,16 +40660,16 @@ "kind": "method", "computed": false, "range": [ - 15856, - 15998 + 15924, + 16066 ], "loc": { "start": { - "line": 455, + "line": 456, "column": 4 }, "end": { - "line": 460, + "line": 461, "column": 5 } }, @@ -40514,16 +40678,16 @@ "type": "Block", "value": "*\n * Determine if specified column is hidden\n * @param {Number} colIndex Column index\n ", "range": [ - 15747, - 15851 + 15815, + 15919 ], "loc": { "start": { - "line": 451, + "line": 452, "column": 4 }, "end": { - "line": 454, + "line": 455, "column": 7 } } @@ -40534,16 +40698,16 @@ "type": "Block", "value": "*\n * Toggle visibility of specified column\n * @param {Number} colIndex Column index\n ", "range": [ - 16004, - 16106 + 16072, + 16174 ], "loc": { "start": { - "line": 462, + "line": 463, "column": 4 }, "end": { - "line": 465, + "line": 466, "column": 7 } } @@ -40557,16 +40721,16 @@ "type": "Identifier", "name": "toggleCol", "range": [ - 16111, - 16120 + 16179, + 16188 ], "loc": { "start": { - "line": 466, + "line": 467, "column": 4 }, "end": { - "line": 466, + "line": 467, "column": 13 } } @@ -40579,16 +40743,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16121, - 16129 + 16189, + 16197 ], "loc": { "start": { - "line": 466, + "line": 467, "column": 14 }, "end": { - "line": 466, + "line": 467, "column": 22 } } @@ -40609,16 +40773,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16145, - 16153 + 16213, + 16221 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 12 }, "end": { - "line": 467, + "line": 468, "column": 20 } } @@ -40627,31 +40791,31 @@ "type": "Identifier", "name": "undefined", "range": [ - 16158, - 16167 + 16226, + 16235 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 25 }, "end": { - "line": 467, + "line": 468, "column": 34 } } }, "range": [ - 16145, - 16167 + 16213, + 16235 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 12 }, "end": { - "line": 467, + "line": 468, "column": 34 } } @@ -40664,16 +40828,16 @@ "object": { "type": "ThisExpression", "range": [ - 16171, - 16175 + 16239, + 16243 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 38 }, "end": { - "line": 467, + "line": 468, "column": 42 } } @@ -40682,31 +40846,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 16176, - 16187 + 16244, + 16255 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 43 }, "end": { - "line": 467, + "line": 468, "column": 54 } } }, "range": [ - 16171, - 16187 + 16239, + 16255 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 38 }, "end": { - "line": 467, + "line": 468, "column": 54 } } @@ -40716,47 +40880,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16188, - 16196 + 16256, + 16264 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 55 }, "end": { - "line": 467, + "line": 468, "column": 63 } } } ], "range": [ - 16171, - 16197 + 16239, + 16265 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 38 }, "end": { - "line": 467, + "line": 468, "column": 64 } } }, "range": [ - 16145, - 16197 + 16213, + 16265 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 12 }, "end": { - "line": 467, + "line": 468, "column": 64 } } @@ -40774,16 +40938,16 @@ "object": { "type": "ThisExpression", "range": [ - 16213, - 16217 + 16281, + 16285 ], "loc": { "start": { - "line": 468, + "line": 469, "column": 12 }, "end": { - "line": 468, + "line": 469, "column": 16 } } @@ -40792,31 +40956,31 @@ "type": "Identifier", "name": "showCol", "range": [ - 16218, - 16225 + 16286, + 16293 ], "loc": { "start": { - "line": 468, + "line": 469, "column": 17 }, "end": { - "line": 468, + "line": 469, "column": 24 } } }, "range": [ - 16213, - 16225 + 16281, + 16293 ], "loc": { "start": { - "line": 468, + "line": 469, "column": 12 }, "end": { - "line": 468, + "line": 469, "column": 24 } } @@ -40826,63 +40990,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16226, - 16234 + 16294, + 16302 ], "loc": { "start": { - "line": 468, + "line": 469, "column": 25 }, "end": { - "line": 468, + "line": 469, "column": 33 } } } ], "range": [ - 16213, - 16235 + 16281, + 16303 ], "loc": { "start": { - "line": 468, + "line": 469, "column": 12 }, "end": { - "line": 468, + "line": 469, "column": 34 } } }, "range": [ - 16213, - 16236 + 16281, + 16304 ], "loc": { "start": { - "line": 468, + "line": 469, "column": 12 }, "end": { - "line": 468, + "line": 469, "column": 35 } } } ], "range": [ - 16199, - 16246 + 16267, + 16314 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 66 }, "end": { - "line": 469, + "line": 470, "column": 9 } } @@ -40900,16 +41064,16 @@ "object": { "type": "ThisExpression", "range": [ - 16266, - 16270 + 16334, + 16338 ], "loc": { "start": { - "line": 470, + "line": 471, "column": 12 }, "end": { - "line": 470, + "line": 471, "column": 16 } } @@ -40918,31 +41082,31 @@ "type": "Identifier", "name": "hideCol", "range": [ - 16271, - 16278 + 16339, + 16346 ], "loc": { "start": { - "line": 470, + "line": 471, "column": 17 }, "end": { - "line": 470, + "line": 471, "column": 24 } } }, "range": [ - 16266, - 16278 + 16334, + 16346 ], "loc": { "start": { - "line": 470, + "line": 471, "column": 12 }, "end": { - "line": 470, + "line": 471, "column": 24 } } @@ -40952,94 +41116,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16279, - 16287 + 16347, + 16355 ], "loc": { "start": { - "line": 470, + "line": 471, "column": 25 }, "end": { - "line": 470, + "line": 471, "column": 33 } } } ], "range": [ - 16266, - 16288 + 16334, + 16356 ], "loc": { "start": { - "line": 470, + "line": 471, "column": 12 }, "end": { - "line": 470, + "line": 471, "column": 34 } } }, "range": [ - 16266, - 16289 + 16334, + 16357 ], "loc": { "start": { - "line": 470, + "line": 471, "column": 12 }, "end": { - "line": 470, + "line": 471, "column": 35 } } } ], "range": [ - 16252, - 16299 + 16320, + 16367 ], "loc": { "start": { - "line": 469, + "line": 470, "column": 15 }, "end": { - "line": 471, + "line": 472, "column": 9 } } }, "range": [ - 16141, - 16299 + 16209, + 16367 ], "loc": { "start": { - "line": 467, + "line": 468, "column": 8 }, "end": { - "line": 471, + "line": 472, "column": 9 } } } ], "range": [ - 16131, - 16305 + 16199, + 16373 ], "loc": { "start": { - "line": 466, + "line": 467, "column": 24 }, "end": { - "line": 472, + "line": 473, "column": 5 } } @@ -41047,16 +41211,16 @@ "generator": false, "expression": false, "range": [ - 16120, - 16305 + 16188, + 16373 ], "loc": { "start": { - "line": 466, + "line": 467, "column": 13 }, "end": { - "line": 472, + "line": 473, "column": 5 } } @@ -41064,16 +41228,16 @@ "kind": "method", "computed": false, "range": [ - 16111, - 16305 + 16179, + 16373 ], "loc": { "start": { - "line": 466, + "line": 467, "column": 4 }, "end": { - "line": 472, + "line": 473, "column": 5 } }, @@ -41082,16 +41246,16 @@ "type": "Block", "value": "*\n * Toggle visibility of specified column\n * @param {Number} colIndex Column index\n ", "range": [ - 16004, - 16106 + 16072, + 16174 ], "loc": { "start": { - "line": 462, + "line": 463, "column": 4 }, "end": { - "line": 465, + "line": 466, "column": 7 } } @@ -41102,16 +41266,16 @@ "type": "Block", "value": "*\n * Return the indexes of the columns currently hidden\n * @return {Array} column indexes\n ", "range": [ - 16311, - 16418 + 16379, + 16486 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 4 }, "end": { - "line": 477, + "line": 478, "column": 7 } } @@ -41125,16 +41289,16 @@ "type": "Identifier", "name": "getHiddenCols", "range": [ - 16423, - 16436 + 16491, + 16504 ], "loc": { "start": { - "line": 478, + "line": 479, "column": 4 }, "end": { - "line": 478, + "line": 479, "column": 17 } } @@ -41154,16 +41318,16 @@ "object": { "type": "ThisExpression", "range": [ - 16456, - 16460 + 16524, + 16528 ], "loc": { "start": { - "line": 479, + "line": 480, "column": 15 }, "end": { - "line": 479, + "line": 480, "column": 19 } } @@ -41172,62 +41336,62 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 16461, - 16471 + 16529, + 16539 ], "loc": { "start": { - "line": 479, + "line": 480, "column": 20 }, "end": { - "line": 479, + "line": 480, "column": 30 } } }, "range": [ - 16456, - 16471 + 16524, + 16539 ], "loc": { "start": { - "line": 479, + "line": 480, "column": 15 }, "end": { - "line": 479, + "line": 480, "column": 30 } } }, "range": [ - 16449, - 16472 + 16517, + 16540 ], "loc": { "start": { - "line": 479, + "line": 480, "column": 8 }, "end": { - "line": 479, + "line": 480, "column": 31 } } } ], "range": [ - 16439, - 16478 + 16507, + 16546 ], "loc": { "start": { - "line": 478, + "line": 479, "column": 20 }, "end": { - "line": 480, + "line": 481, "column": 5 } } @@ -41235,16 +41399,16 @@ "generator": false, "expression": false, "range": [ - 16436, - 16478 + 16504, + 16546 ], "loc": { "start": { - "line": 478, + "line": 479, "column": 17 }, "end": { - "line": 480, + "line": 481, "column": 5 } } @@ -41252,16 +41416,16 @@ "kind": "method", "computed": false, "range": [ - 16423, - 16478 + 16491, + 16546 ], "loc": { "start": { - "line": 478, + "line": 479, "column": 4 }, "end": { - "line": 480, + "line": 481, "column": 5 } }, @@ -41270,16 +41434,16 @@ "type": "Block", "value": "*\n * Return the indexes of the columns currently hidden\n * @return {Array} column indexes\n ", "range": [ - 16311, - 16418 + 16379, + 16486 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 4 }, "end": { - "line": 477, + "line": 478, "column": 7 } } @@ -41290,16 +41454,16 @@ "type": "Block", "value": "*\n * Remove the columns manager\n ", "range": [ - 16484, - 16529 + 16552, + 16597 ], "loc": { "start": { - "line": 482, + "line": 483, "column": 4 }, "end": { - "line": 484, + "line": 485, "column": 7 } } @@ -41313,16 +41477,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 16534, - 16541 + 16602, + 16609 ], "loc": { "start": { - "line": 485, + "line": 486, "column": 4 }, "end": { - "line": 485, + "line": 486, "column": 11 } } @@ -41337,164 +41501,74 @@ { "type": "IfStatement", "test": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 16559, - 16563 - ], - "loc": { - "start": { - "line": 486, - "column": 13 - }, - "end": { - "line": 486, - "column": 17 - } - } - }, - "property": { - "type": "Identifier", - "name": "btnEl", - "range": [ - 16564, - 16569 - ], - "loc": { - "start": { - "line": 486, - "column": 18 - }, - "end": { - "line": 486, - "column": 23 - } - } - }, + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", "range": [ - 16559, - 16569 + 16627, + 16631 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 13 }, "end": { - "line": 486, - "column": 23 + "line": 487, + "column": 17 } } }, - "prefix": true, - "range": [ - 16558, - 16569 - ], - "loc": { - "start": { - "line": 486, - "column": 12 - }, - "end": { - "line": 486, - "column": 23 - } - } - }, - "right": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 16574, - 16578 - ], - "loc": { - "start": { - "line": 486, - "column": 28 - }, - "end": { - "line": 486, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "contEl", - "range": [ - 16579, - 16585 - ], - "loc": { - "start": { - "line": 486, - "column": 33 - }, - "end": { - "line": 486, - "column": 39 - } - } - }, + "property": { + "type": "Identifier", + "name": "initialized", "range": [ - 16574, - 16585 + 16632, + 16643 ], "loc": { "start": { - "line": 486, - "column": 28 + "line": 487, + "column": 18 }, "end": { - "line": 486, - "column": 39 + "line": 487, + "column": 29 } } }, - "prefix": true, "range": [ - 16573, - 16585 + 16627, + 16643 ], "loc": { "start": { - "line": 486, - "column": 27 + "line": 487, + "column": 13 }, "end": { - "line": 486, - "column": 39 + "line": 487, + "column": 29 } } }, + "prefix": true, "range": [ - 16558, - 16585 + 16626, + 16643 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 12 }, "end": { - "line": 486, - "column": 39 + "line": 487, + "column": 29 } } }, @@ -41505,48 +41579,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 16601, - 16608 + 16659, + 16666 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 12 }, "end": { - "line": 487, + "line": 488, "column": 19 } } } ], "range": [ - 16587, - 16618 + 16645, + 16676 ], "loc": { "start": { - "line": 486, - "column": 41 + "line": 487, + "column": 31 }, "end": { - "line": 488, + "line": 489, "column": 9 } } }, "alternate": null, "range": [ - 16554, - 16618 + 16622, + 16676 ], "loc": { "start": { - "line": 486, + "line": 487, "column": 8 }, "end": { - "line": 488, + "line": 489, "column": 9 } } @@ -41562,16 +41636,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 16631, - 16634 + 16689, + 16692 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 12 }, "end": { - "line": 489, + "line": 490, "column": 15 } } @@ -41580,31 +41654,31 @@ "type": "Identifier", "name": "id", "range": [ - 16635, - 16637 + 16693, + 16695 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 18 } } }, "range": [ - 16631, - 16637 + 16689, + 16695 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 12 }, "end": { - "line": 489, + "line": 490, "column": 18 } } @@ -41616,16 +41690,16 @@ "object": { "type": "ThisExpression", "range": [ - 16638, - 16642 + 16696, + 16700 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 19 }, "end": { - "line": 489, + "line": 490, "column": 23 } } @@ -41634,47 +41708,47 @@ "type": "Identifier", "name": "contElTgtId", "range": [ - 16643, - 16654 + 16701, + 16712 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 24 }, "end": { - "line": 489, + "line": 490, "column": 35 } } }, "range": [ - 16638, - 16654 + 16696, + 16712 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 19 }, "end": { - "line": 489, + "line": 490, "column": 35 } } } ], "range": [ - 16631, - 16655 + 16689, + 16713 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 12 }, "end": { - "line": 489, + "line": 490, "column": 36 } } @@ -41699,16 +41773,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 16671, - 16674 + 16729, + 16732 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 12 }, "end": { - "line": 490, + "line": 491, "column": 15 } } @@ -41717,31 +41791,31 @@ "type": "Identifier", "name": "id", "range": [ - 16675, - 16677 + 16733, + 16735 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 16 }, "end": { - "line": 490, + "line": 491, "column": 18 } } }, "range": [ - 16671, - 16677 + 16729, + 16735 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 12 }, "end": { - "line": 490, + "line": 491, "column": 18 } } @@ -41753,16 +41827,16 @@ "object": { "type": "ThisExpression", "range": [ - 16678, - 16682 + 16736, + 16740 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 19 }, "end": { - "line": 490, + "line": 491, "column": 23 } } @@ -41771,47 +41845,47 @@ "type": "Identifier", "name": "contElTgtId", "range": [ - 16683, - 16694 + 16741, + 16752 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 24 }, "end": { - "line": 490, + "line": 491, "column": 35 } } }, "range": [ - 16678, - 16694 + 16736, + 16752 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 19 }, "end": { - "line": 490, + "line": 491, "column": 35 } } } ], "range": [ - 16671, - 16695 + 16729, + 16753 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 12 }, "end": { - "line": 490, + "line": 491, "column": 36 } } @@ -41820,31 +41894,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 16696, - 16705 + 16754, + 16763 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 37 }, "end": { - "line": 490, + "line": 491, "column": 46 } } }, "range": [ - 16671, - 16705 + 16729, + 16763 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 12 }, "end": { - "line": 490, + "line": 491, "column": 46 } } @@ -41854,62 +41928,62 @@ "value": "", "raw": "''", "range": [ - 16708, - 16710 + 16766, + 16768 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 49 }, "end": { - "line": 490, + "line": 491, "column": 51 } } }, "range": [ - 16671, - 16710 + 16729, + 16768 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 12 }, "end": { - "line": 490, + "line": 491, "column": 51 } } }, "range": [ - 16671, - 16711 + 16729, + 16769 ], "loc": { "start": { - "line": 490, + "line": 491, "column": 12 }, "end": { - "line": 490, + "line": 491, "column": 52 } } } ], "range": [ - 16657, - 16721 + 16715, + 16779 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 38 }, "end": { - "line": 491, + "line": 492, "column": 9 } } @@ -41931,16 +42005,16 @@ "object": { "type": "ThisExpression", "range": [ - 16741, - 16745 + 16799, + 16803 ], "loc": { "start": { - "line": 492, + "line": 493, "column": 12 }, "end": { - "line": 492, + "line": 493, "column": 16 } } @@ -41949,31 +42023,31 @@ "type": "Identifier", "name": "contEl", "range": [ - 16746, - 16752 + 16804, + 16810 ], "loc": { "start": { - "line": 492, + "line": 493, "column": 17 }, "end": { - "line": 492, + "line": 493, "column": 23 } } }, "range": [ - 16741, - 16752 + 16799, + 16810 ], "loc": { "start": { - "line": 492, + "line": 493, "column": 12 }, "end": { - "line": 492, + "line": 493, "column": 23 } } @@ -41982,31 +42056,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 16753, - 16762 + 16811, + 16820 ], "loc": { "start": { - "line": 492, + "line": 493, "column": 24 }, "end": { - "line": 492, + "line": 493, "column": 33 } } }, "range": [ - 16741, - 16762 + 16799, + 16820 ], "loc": { "start": { - "line": 492, + "line": 493, "column": 12 }, "end": { - "line": 492, + "line": 493, "column": 33 } } @@ -42016,46 +42090,46 @@ "value": "", "raw": "''", "range": [ - 16765, - 16767 + 16823, + 16825 ], "loc": { "start": { - "line": 492, + "line": 493, "column": 36 }, "end": { - "line": 492, + "line": 493, "column": 38 } } }, "range": [ - 16741, - 16767 + 16799, + 16825 ], "loc": { "start": { - "line": 492, + "line": 493, "column": 12 }, "end": { - "line": 492, + "line": 493, "column": 38 } } }, "range": [ - 16741, - 16768 + 16799, + 16826 ], "loc": { "start": { - "line": 492, + "line": 493, "column": 12 }, "end": { - "line": 492, + "line": 493, "column": 39 } } @@ -42071,16 +42145,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 16781, - 16784 + 16839, + 16842 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 12 }, "end": { - "line": 493, + "line": 494, "column": 15 } } @@ -42089,31 +42163,31 @@ "type": "Identifier", "name": "remove", "range": [ - 16785, - 16791 + 16843, + 16849 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 16 }, "end": { - "line": 493, + "line": 494, "column": 22 } } }, "range": [ - 16781, - 16791 + 16839, + 16849 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 12 }, "end": { - "line": 493, + "line": 494, "column": 22 } } @@ -42125,16 +42199,16 @@ "object": { "type": "ThisExpression", "range": [ - 16792, - 16796 + 16850, + 16854 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 23 }, "end": { - "line": 493, + "line": 494, "column": 27 } } @@ -42143,62 +42217,62 @@ "type": "Identifier", "name": "contEl", "range": [ - 16797, - 16803 + 16855, + 16861 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 28 }, "end": { - "line": 493, + "line": 494, "column": 34 } } }, "range": [ - 16792, - 16803 + 16850, + 16861 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 23 }, "end": { - "line": 493, + "line": 494, "column": 34 } } } ], "range": [ - 16781, - 16804 + 16839, + 16862 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 12 }, "end": { - "line": 493, + "line": 494, "column": 35 } } }, "range": [ - 16781, - 16805 + 16839, + 16863 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 12 }, "end": { - "line": 493, + "line": 494, "column": 36 } } @@ -42214,16 +42288,16 @@ "object": { "type": "ThisExpression", "range": [ - 16818, - 16822 + 16876, + 16880 ], "loc": { "start": { - "line": 494, + "line": 495, "column": 12 }, "end": { - "line": 494, + "line": 495, "column": 16 } } @@ -42232,31 +42306,31 @@ "type": "Identifier", "name": "contEl", "range": [ - 16823, - 16829 + 16881, + 16887 ], "loc": { "start": { - "line": 494, + "line": 495, "column": 17 }, "end": { - "line": 494, + "line": 495, "column": 23 } } }, "range": [ - 16818, - 16829 + 16876, + 16887 ], "loc": { "start": { - "line": 494, + "line": 495, "column": 12 }, "end": { - "line": 494, + "line": 495, "column": 23 } } @@ -42266,77 +42340,77 @@ "value": null, "raw": "null", "range": [ - 16832, - 16836 + 16890, + 16894 ], "loc": { "start": { - "line": 494, + "line": 495, "column": 26 }, "end": { - "line": 494, + "line": 495, "column": 30 } } }, "range": [ - 16818, - 16836 + 16876, + 16894 ], "loc": { "start": { - "line": 494, + "line": 495, "column": 12 }, "end": { - "line": 494, + "line": 495, "column": 30 } } }, "range": [ - 16818, - 16837 + 16876, + 16895 ], "loc": { "start": { - "line": 494, + "line": 495, "column": 12 }, "end": { - "line": 494, + "line": 495, "column": 31 } } } ], "range": [ - 16727, - 16847 + 16785, + 16905 ], "loc": { "start": { - "line": 491, + "line": 492, "column": 15 }, "end": { - "line": 495, + "line": 496, "column": 9 } } }, "range": [ - 16627, - 16847 + 16685, + 16905 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 8 }, "end": { - "line": 495, + "line": 496, "column": 9 } } @@ -42355,16 +42429,16 @@ "object": { "type": "ThisExpression", "range": [ - 16856, - 16860 + 16914, + 16918 ], "loc": { "start": { - "line": 496, + "line": 497, "column": 8 }, "end": { - "line": 496, + "line": 497, "column": 12 } } @@ -42373,31 +42447,31 @@ "type": "Identifier", "name": "btnEl", "range": [ - 16861, - 16866 + 16919, + 16924 ], "loc": { "start": { - "line": 496, + "line": 497, "column": 13 }, "end": { - "line": 496, + "line": 497, "column": 18 } } }, "range": [ - 16856, - 16866 + 16914, + 16924 ], "loc": { "start": { - "line": 496, + "line": 497, "column": 8 }, "end": { - "line": 496, + "line": 497, "column": 18 } } @@ -42406,31 +42480,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 16867, - 16876 + 16925, + 16934 ], "loc": { "start": { - "line": 496, + "line": 497, "column": 19 }, "end": { - "line": 496, + "line": 497, "column": 28 } } }, "range": [ - 16856, - 16876 + 16914, + 16934 ], "loc": { "start": { - "line": 496, + "line": 497, "column": 8 }, "end": { - "line": 496, + "line": 497, "column": 28 } } @@ -42440,46 +42514,46 @@ "value": "", "raw": "''", "range": [ - 16879, - 16881 + 16937, + 16939 ], "loc": { "start": { - "line": 496, + "line": 497, "column": 31 }, "end": { - "line": 496, + "line": 497, "column": 33 } } }, "range": [ - 16856, - 16881 + 16914, + 16939 ], "loc": { "start": { - "line": 496, + "line": 497, "column": 8 }, "end": { - "line": 496, + "line": 497, "column": 33 } } }, "range": [ - 16856, - 16882 + 16914, + 16940 ], "loc": { "start": { - "line": 496, + "line": 497, "column": 8 }, "end": { - "line": 496, + "line": 497, "column": 34 } } @@ -42495,16 +42569,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 16891, - 16894 + 16949, + 16952 ], "loc": { "start": { - "line": 497, + "line": 498, "column": 8 }, "end": { - "line": 497, + "line": 498, "column": 11 } } @@ -42513,31 +42587,31 @@ "type": "Identifier", "name": "remove", "range": [ - 16895, - 16901 + 16953, + 16959 ], "loc": { "start": { - "line": 497, + "line": 498, "column": 12 }, "end": { - "line": 497, + "line": 498, "column": 18 } } }, "range": [ - 16891, - 16901 + 16949, + 16959 ], "loc": { "start": { - "line": 497, + "line": 498, "column": 8 }, "end": { - "line": 497, + "line": 498, "column": 18 } } @@ -42549,16 +42623,16 @@ "object": { "type": "ThisExpression", "range": [ - 16902, - 16906 + 16960, + 16964 ], "loc": { "start": { - "line": 497, + "line": 498, "column": 19 }, "end": { - "line": 497, + "line": 498, "column": 23 } } @@ -42567,62 +42641,62 @@ "type": "Identifier", "name": "btnEl", "range": [ - 16907, - 16912 + 16965, + 16970 ], "loc": { "start": { - "line": 497, + "line": 498, "column": 24 }, "end": { - "line": 497, + "line": 498, "column": 29 } } }, "range": [ - 16902, - 16912 + 16960, + 16970 ], "loc": { "start": { - "line": 497, + "line": 498, "column": 19 }, "end": { - "line": 497, + "line": 498, "column": 29 } } } ], "range": [ - 16891, - 16913 + 16949, + 16971 ], "loc": { "start": { - "line": 497, + "line": 498, "column": 8 }, "end": { - "line": 497, + "line": 498, "column": 30 } } }, "range": [ - 16891, - 16914 + 16949, + 16972 ], "loc": { "start": { - "line": 497, + "line": 498, "column": 8 }, "end": { - "line": 497, + "line": 498, "column": 31 } } @@ -42638,16 +42712,16 @@ "object": { "type": "ThisExpression", "range": [ - 16923, - 16927 + 16981, + 16985 ], "loc": { "start": { - "line": 498, + "line": 499, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 12 } } @@ -42656,31 +42730,31 @@ "type": "Identifier", "name": "btnEl", "range": [ - 16928, - 16933 + 16986, + 16991 ], "loc": { "start": { - "line": 498, + "line": 499, "column": 13 }, "end": { - "line": 498, + "line": 499, "column": 18 } } }, "range": [ - 16923, - 16933 + 16981, + 16991 ], "loc": { "start": { - "line": 498, + "line": 499, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 18 } } @@ -42690,46 +42764,46 @@ "value": null, "raw": "null", "range": [ - 16936, - 16940 + 16994, + 16998 ], "loc": { "start": { - "line": 498, + "line": 499, "column": 21 }, "end": { - "line": 498, + "line": 499, "column": 25 } } }, "range": [ - 16923, - 16940 + 16981, + 16998 ], "loc": { "start": { - "line": 498, + "line": 499, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 25 } } }, "range": [ - 16923, - 16941 + 16981, + 16999 ], "loc": { "start": { - "line": 498, + "line": 499, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 26 } } @@ -42747,16 +42821,16 @@ "object": { "type": "ThisExpression", "range": [ - 16951, - 16955 + 17009, + 17013 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 8 }, "end": { - "line": 500, + "line": 501, "column": 12 } } @@ -42765,31 +42839,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 16956, - 16963 + 17014, + 17021 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 13 }, "end": { - "line": 500, + "line": 501, "column": 20 } } }, "range": [ - 16951, - 16963 + 17009, + 17021 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 8 }, "end": { - "line": 500, + "line": 501, "column": 20 } } @@ -42798,31 +42872,31 @@ "type": "Identifier", "name": "off", "range": [ - 16964, - 16967 + 17022, + 17025 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 21 }, "end": { - "line": 500, + "line": 501, "column": 24 } } }, "range": [ - 16951, - 16967 + 17009, + 17025 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 8 }, "end": { - "line": 500, + "line": 501, "column": 24 } } @@ -42836,32 +42910,32 @@ "value": "hide-column", "raw": "'hide-column'", "range": [ - 16969, - 16982 + 17027, + 17040 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 26 }, "end": { - "line": 500, + "line": 501, "column": 39 } } } ], "range": [ - 16968, - 16983 + 17026, + 17041 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 25 }, "end": { - "line": 500, + "line": 501, "column": 40 } } @@ -42874,16 +42948,16 @@ "type": "Identifier", "name": "tf", "range": [ - 16998, - 17000 + 17056, + 17058 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 13 }, "end": { - "line": 501, + "line": 502, "column": 15 } } @@ -42892,16 +42966,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17002, - 17010 + 17060, + 17068 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 17 }, "end": { - "line": 501, + "line": 502, "column": 25 } } @@ -42915,16 +42989,16 @@ "object": { "type": "ThisExpression", "range": [ - 17015, - 17019 + 17073, + 17077 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 30 }, "end": { - "line": 501, + "line": 502, "column": 34 } } @@ -42933,31 +43007,31 @@ "type": "Identifier", "name": "hideCol", "range": [ - 17020, - 17027 + 17078, + 17085 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 35 }, "end": { - "line": 501, + "line": 502, "column": 42 } } }, "range": [ - 17015, - 17027 + 17073, + 17085 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 30 }, "end": { - "line": 501, + "line": 502, "column": 42 } } @@ -42967,32 +43041,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17028, - 17036 + 17086, + 17094 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 43 }, "end": { - "line": 501, + "line": 502, "column": 51 } } } ], "range": [ - 17015, - 17037 + 17073, + 17095 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 30 }, "end": { - "line": 501, + "line": 502, "column": 52 } } @@ -43000,47 +43074,47 @@ "generator": false, "expression": true, "range": [ - 16997, - 17037 + 17055, + 17095 ], "loc": { "start": { - "line": 501, + "line": 502, "column": 12 }, "end": { - "line": 501, + "line": 502, "column": 52 } } } ], "range": [ - 16951, - 17038 + 17009, + 17096 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 8 }, "end": { - "line": 501, + "line": 502, "column": 53 } } }, "range": [ - 16951, - 17039 + 17009, + 17097 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 8 }, "end": { - "line": 501, + "line": 502, "column": 54 } } @@ -43056,16 +43130,16 @@ "object": { "type": "ThisExpression", "range": [ - 17049, - 17053 + 17107, + 17111 ], "loc": { "start": { - "line": 503, + "line": 504, "column": 8 }, "end": { - "line": 503, + "line": 504, "column": 12 } } @@ -43074,31 +43148,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 17054, - 17065 + 17112, + 17123 ], "loc": { "start": { - "line": 503, + "line": 504, "column": 13 }, "end": { - "line": 503, + "line": 504, "column": 24 } } }, "range": [ - 17049, - 17065 + 17107, + 17123 ], "loc": { "start": { - "line": 503, + "line": 504, "column": 8 }, "end": { - "line": 503, + "line": 504, "column": 24 } } @@ -43108,62 +43182,62 @@ "value": false, "raw": "false", "range": [ - 17068, - 17073 + 17126, + 17131 ], "loc": { "start": { - "line": 503, + "line": 504, "column": 27 }, "end": { - "line": 503, + "line": 504, "column": 32 } } }, "range": [ - 17049, - 17073 + 17107, + 17131 ], "loc": { "start": { - "line": 503, + "line": 504, "column": 8 }, "end": { - "line": 503, + "line": 504, "column": 32 } } }, "range": [ - 17049, - 17074 + 17107, + 17132 ], "loc": { "start": { - "line": 503, + "line": 504, "column": 8 }, "end": { - "line": 503, + "line": 504, "column": 33 } } } ], "range": [ - 16544, - 17080 + 16612, + 17138 ], "loc": { "start": { - "line": 485, + "line": 486, "column": 14 }, "end": { - "line": 504, + "line": 505, "column": 5 } } @@ -43171,16 +43245,16 @@ "generator": false, "expression": false, "range": [ - 16541, - 17080 + 16609, + 17138 ], "loc": { "start": { - "line": 485, + "line": 486, "column": 11 }, "end": { - "line": 504, + "line": 505, "column": 5 } } @@ -43188,16 +43262,16 @@ "kind": "method", "computed": false, "range": [ - 16534, - 17080 + 16602, + 17138 ], "loc": { "start": { - "line": 485, + "line": 486, "column": 4 }, "end": { - "line": 504, + "line": 505, "column": 5 } }, @@ -43206,16 +43280,16 @@ "type": "Block", "value": "*\n * Remove the columns manager\n ", "range": [ - 16484, - 16529 + 16552, + 16597 ], "loc": { "start": { - "line": 482, + "line": 483, "column": 4 }, "end": { - "line": 484, + "line": 485, "column": 7 } } @@ -43229,16 +43303,16 @@ "type": "Identifier", "name": "_getHeaderText", "range": [ - 17086, - 17100 + 17144, + 17158 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 4 }, "end": { - "line": 506, + "line": 507, "column": 18 } } @@ -43251,16 +43325,16 @@ "type": "Identifier", "name": "cell", "range": [ - 17101, - 17105 + 17159, + 17163 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 19 }, "end": { - "line": 506, + "line": 507, "column": 23 } } @@ -43281,16 +43355,16 @@ "type": "Identifier", "name": "cell", "range": [ - 17122, - 17126 + 17180, + 17184 ], "loc": { "start": { - "line": 507, + "line": 508, "column": 13 }, "end": { - "line": 507, + "line": 508, "column": 17 } } @@ -43299,47 +43373,47 @@ "type": "Identifier", "name": "hasChildNodes", "range": [ - 17127, - 17140 + 17185, + 17198 ], "loc": { "start": { - "line": 507, + "line": 508, "column": 18 }, "end": { - "line": 507, + "line": 508, "column": 31 } } }, "range": [ - 17122, - 17140 + 17180, + 17198 ], "loc": { "start": { - "line": 507, + "line": 508, "column": 13 }, "end": { - "line": 507, + "line": 508, "column": 31 } } }, "prefix": true, "range": [ - 17121, - 17140 + 17179, + 17198 ], "loc": { "start": { - "line": 507, + "line": 508, "column": 12 }, "end": { - "line": 507, + "line": 508, "column": 31 } } @@ -43354,63 +43428,63 @@ "value": "", "raw": "''", "range": [ - 17163, - 17165 + 17221, + 17223 ], "loc": { "start": { - "line": 508, + "line": 509, "column": 19 }, "end": { - "line": 508, + "line": 509, "column": 21 } } }, "range": [ - 17156, - 17166 + 17214, + 17224 ], "loc": { "start": { - "line": 508, + "line": 509, "column": 12 }, "end": { - "line": 508, + "line": 509, "column": 22 } } } ], "range": [ - 17142, - 17176 + 17200, + 17234 ], "loc": { "start": { - "line": 507, + "line": 508, "column": 33 }, "end": { - "line": 509, + "line": 510, "column": 9 } } }, "alternate": null, "range": [ - 17117, - 17176 + 17175, + 17234 ], "loc": { "start": { - "line": 507, + "line": 508, "column": 8 }, "end": { - "line": 509, + "line": 510, "column": 9 } } @@ -43426,16 +43500,16 @@ "type": "Identifier", "name": "i", "range": [ - 17195, - 17196 + 17253, + 17254 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 17 }, "end": { - "line": 511, + "line": 512, "column": 18 } } @@ -43445,31 +43519,31 @@ "value": 0, "raw": "0", "range": [ - 17199, - 17200 + 17257, + 17258 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 21 }, "end": { - "line": 511, + "line": 512, "column": 22 } } }, "range": [ - 17195, - 17200 + 17253, + 17258 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 17 }, "end": { - "line": 511, + "line": 512, "column": 22 } } @@ -43477,16 +43551,16 @@ ], "kind": "let", "range": [ - 17191, - 17200 + 17249, + 17258 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 13 }, "end": { - "line": 511, + "line": 512, "column": 22 } } @@ -43498,16 +43572,16 @@ "type": "Identifier", "name": "i", "range": [ - 17202, - 17203 + 17260, + 17261 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 24 }, "end": { - "line": 511, + "line": 512, "column": 25 } } @@ -43522,16 +43596,16 @@ "type": "Identifier", "name": "cell", "range": [ - 17206, - 17210 + 17264, + 17268 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 28 }, "end": { - "line": 511, + "line": 512, "column": 32 } } @@ -43540,31 +43614,31 @@ "type": "Identifier", "name": "childNodes", "range": [ - 17211, - 17221 + 17269, + 17279 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 33 }, "end": { - "line": 511, + "line": 512, "column": 43 } } }, "range": [ - 17206, - 17221 + 17264, + 17279 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 28 }, "end": { - "line": 511, + "line": 512, "column": 43 } } @@ -43573,46 +43647,46 @@ "type": "Identifier", "name": "length", "range": [ - 17222, - 17228 + 17280, + 17286 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 44 }, "end": { - "line": 511, + "line": 512, "column": 50 } } }, "range": [ - 17206, - 17228 + 17264, + 17286 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 28 }, "end": { - "line": 511, + "line": 512, "column": 50 } } }, "range": [ - 17202, - 17228 + 17260, + 17286 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 24 }, "end": { - "line": 511, + "line": 512, "column": 50 } } @@ -43624,32 +43698,32 @@ "type": "Identifier", "name": "i", "range": [ - 17230, - 17231 + 17288, + 17289 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 52 }, "end": { - "line": 511, + "line": 512, "column": 53 } } }, "prefix": false, "range": [ - 17230, - 17233 + 17288, + 17291 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 52 }, "end": { - "line": 511, + "line": 512, "column": 55 } } @@ -43666,16 +43740,16 @@ "type": "Identifier", "name": "n", "range": [ - 17253, - 17254 + 17311, + 17312 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 16 }, "end": { - "line": 512, + "line": 513, "column": 17 } } @@ -43690,16 +43764,16 @@ "type": "Identifier", "name": "cell", "range": [ - 17257, - 17261 + 17315, + 17319 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 20 }, "end": { - "line": 512, + "line": 513, "column": 24 } } @@ -43708,31 +43782,31 @@ "type": "Identifier", "name": "childNodes", "range": [ - 17262, - 17272 + 17320, + 17330 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 25 }, "end": { - "line": 512, + "line": 513, "column": 35 } } }, "range": [ - 17257, - 17272 + 17315, + 17330 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 20 }, "end": { - "line": 512, + "line": 513, "column": 35 } } @@ -43741,46 +43815,46 @@ "type": "Identifier", "name": "i", "range": [ - 17273, - 17274 + 17331, + 17332 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 36 }, "end": { - "line": 512, + "line": 513, "column": 37 } } }, "range": [ - 17257, - 17275 + 17315, + 17333 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 20 }, "end": { - "line": 512, + "line": 513, "column": 38 } } }, "range": [ - 17253, - 17275 + 17311, + 17333 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 16 }, "end": { - "line": 512, + "line": 513, "column": 38 } } @@ -43788,16 +43862,16 @@ ], "kind": "let", "range": [ - 17249, - 17276 + 17307, + 17334 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 12 }, "end": { - "line": 512, + "line": 513, "column": 39 } } @@ -43814,16 +43888,16 @@ "type": "Identifier", "name": "n", "range": [ - 17293, - 17294 + 17351, + 17352 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 16 }, "end": { - "line": 513, + "line": 514, "column": 17 } } @@ -43832,31 +43906,31 @@ "type": "Identifier", "name": "nodeType", "range": [ - 17295, - 17303 + 17353, + 17361 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 18 }, "end": { - "line": 513, + "line": 514, "column": 26 } } }, "range": [ - 17293, - 17303 + 17351, + 17361 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 16 }, "end": { - "line": 513, + "line": 514, "column": 26 } } @@ -43866,31 +43940,31 @@ "value": 3, "raw": "3", "range": [ - 17308, - 17309 + 17366, + 17367 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 31 }, "end": { - "line": 513, + "line": 514, "column": 32 } } }, "range": [ - 17293, - 17309 + 17351, + 17367 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 16 }, "end": { - "line": 513, + "line": 514, "column": 32 } } @@ -43907,16 +43981,16 @@ "type": "Identifier", "name": "n", "range": [ - 17336, - 17337 + 17394, + 17395 ], "loc": { "start": { - "line": 514, + "line": 515, "column": 23 }, "end": { - "line": 514, + "line": 515, "column": 24 } } @@ -43925,62 +43999,62 @@ "type": "Identifier", "name": "nodeValue", "range": [ - 17338, - 17347 + 17396, + 17405 ], "loc": { "start": { - "line": 514, + "line": 515, "column": 25 }, "end": { - "line": 514, + "line": 515, "column": 34 } } }, "range": [ - 17336, - 17347 + 17394, + 17405 ], "loc": { "start": { - "line": 514, + "line": 515, "column": 23 }, "end": { - "line": 514, + "line": 515, "column": 34 } } }, "range": [ - 17329, - 17348 + 17387, + 17406 ], "loc": { "start": { - "line": 514, + "line": 515, "column": 16 }, "end": { - "line": 514, + "line": 515, "column": 35 } } } ], "range": [ - 17311, - 17362 + 17369, + 17420 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 34 }, "end": { - "line": 515, + "line": 516, "column": 13 } } @@ -43997,16 +44071,16 @@ "type": "Identifier", "name": "n", "range": [ - 17372, - 17373 + 17430, + 17431 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 23 }, "end": { - "line": 515, + "line": 516, "column": 24 } } @@ -44015,31 +44089,31 @@ "type": "Identifier", "name": "nodeType", "range": [ - 17374, - 17382 + 17432, + 17440 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 25 }, "end": { - "line": 515, + "line": 516, "column": 33 } } }, "range": [ - 17372, - 17382 + 17430, + 17440 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 23 }, "end": { - "line": 515, + "line": 516, "column": 33 } } @@ -44049,31 +44123,31 @@ "value": 1, "raw": "1", "range": [ - 17387, - 17388 + 17445, + 17446 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 38 }, "end": { - "line": 515, + "line": 516, "column": 39 } } }, "range": [ - 17372, - 17388 + 17430, + 17446 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 23 }, "end": { - "line": 515, + "line": 516, "column": 39 } } @@ -44093,16 +44167,16 @@ "type": "Identifier", "name": "n", "range": [ - 17412, - 17413 + 17470, + 17471 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 20 }, "end": { - "line": 516, + "line": 517, "column": 21 } } @@ -44111,31 +44185,31 @@ "type": "Identifier", "name": "id", "range": [ - 17414, - 17416 + 17472, + 17474 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 22 }, "end": { - "line": 516, + "line": 517, "column": 24 } } }, "range": [ - 17412, - 17416 + 17470, + 17474 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 20 }, "end": { - "line": 516, + "line": 517, "column": 24 } } @@ -44155,16 +44229,16 @@ "type": "Identifier", "name": "n", "range": [ - 17420, - 17421 + 17478, + 17479 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 28 }, "end": { - "line": 516, + "line": 517, "column": 29 } } @@ -44173,31 +44247,31 @@ "type": "Identifier", "name": "id", "range": [ - 17422, - 17424 + 17480, + 17482 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 30 }, "end": { - "line": 516, + "line": 517, "column": 32 } } }, "range": [ - 17420, - 17424 + 17478, + 17482 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 28 }, "end": { - "line": 516, + "line": 517, "column": 32 } } @@ -44206,31 +44280,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 17425, - 17432 + 17483, + 17490 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 33 }, "end": { - "line": 516, + "line": 517, "column": 40 } } }, "range": [ - 17420, - 17432 + 17478, + 17490 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 28 }, "end": { - "line": 516, + "line": 517, "column": 40 } } @@ -44241,32 +44315,32 @@ "value": "popUp", "raw": "'popUp'", "range": [ - 17433, - 17440 + 17491, + 17498 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 41 }, "end": { - "line": 516, + "line": 517, "column": 48 } } } ], "range": [ - 17420, - 17441 + 17478, + 17499 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 28 }, "end": { - "line": 516, + "line": 517, "column": 49 } } @@ -44279,62 +44353,62 @@ "value": 1, "raw": "1", "range": [ - 17447, - 17448 + 17505, + 17506 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 55 }, "end": { - "line": 516, + "line": 517, "column": 56 } } }, "prefix": true, "range": [ - 17446, - 17448 + 17504, + 17506 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 54 }, "end": { - "line": 516, + "line": 517, "column": 56 } } }, "range": [ - 17420, - 17448 + 17478, + 17506 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 28 }, "end": { - "line": 516, + "line": 517, "column": 56 } } }, "range": [ - 17412, - 17448 + 17470, + 17506 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 20 }, "end": { - "line": 516, + "line": 517, "column": 56 } } @@ -44346,32 +44420,32 @@ "type": "ContinueStatement", "label": null, "range": [ - 17472, - 17481 + 17530, + 17539 ], "loc": { "start": { - "line": 517, + "line": 518, "column": 20 }, "end": { - "line": 517, + "line": 518, "column": 29 } } } ], "range": [ - 17450, - 17499 + 17508, + 17557 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 58 }, "end": { - "line": 518, + "line": 519, "column": 17 } } @@ -44390,16 +44464,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 17534, - 17537 + 17592, + 17595 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 27 }, "end": { - "line": 519, + "line": 520, "column": 30 } } @@ -44408,31 +44482,31 @@ "type": "Identifier", "name": "getText", "range": [ - 17538, - 17545 + 17596, + 17603 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 31 }, "end": { - "line": 519, + "line": 520, "column": 38 } } }, "range": [ - 17534, - 17545 + 17592, + 17603 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 27 }, "end": { - "line": 519, + "line": 520, "column": 38 } } @@ -44442,125 +44516,125 @@ "type": "Identifier", "name": "n", "range": [ - 17546, - 17547 + 17604, + 17605 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 39 }, "end": { - "line": 519, + "line": 520, "column": 40 } } } ], "range": [ - 17534, - 17548 + 17592, + 17606 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 27 }, "end": { - "line": 519, + "line": 520, "column": 41 } } }, "range": [ - 17527, - 17549 + 17585, + 17607 ], "loc": { "start": { - "line": 519, + "line": 520, "column": 20 }, "end": { - "line": 519, + "line": 520, "column": 42 } } } ], "range": [ - 17505, - 17567 + 17563, + 17625 ], "loc": { "start": { - "line": 518, + "line": 519, "column": 23 }, "end": { - "line": 520, + "line": 521, "column": 17 } } }, "range": [ - 17408, - 17567 + 17466, + 17625 ], "loc": { "start": { - "line": 516, + "line": 517, "column": 16 }, "end": { - "line": 520, + "line": 521, "column": 17 } } } ], "range": [ - 17390, - 17581 + 17448, + 17639 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 41 }, "end": { - "line": 521, + "line": 522, "column": 13 } } }, "alternate": null, "range": [ - 17368, - 17581 + 17426, + 17639 ], "loc": { "start": { - "line": 515, + "line": 516, "column": 19 }, "end": { - "line": 521, + "line": 522, "column": 13 } } }, "range": [ - 17289, - 17581 + 17347, + 17639 ], "loc": { "start": { - "line": 513, + "line": 514, "column": 12 }, "end": { - "line": 521, + "line": 522, "column": 13 } } @@ -44569,47 +44643,47 @@ "type": "ContinueStatement", "label": null, "range": [ - 17594, - 17603 + 17652, + 17661 ], "loc": { "start": { - "line": 522, + "line": 523, "column": 12 }, "end": { - "line": 522, + "line": 523, "column": 21 } } } ], "range": [ - 17235, - 17613 + 17293, + 17671 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 57 }, "end": { - "line": 523, + "line": 524, "column": 9 } } }, "range": [ - 17186, - 17613 + 17244, + 17671 ], "loc": { "start": { - "line": 511, + "line": 512, "column": 8 }, "end": { - "line": 523, + "line": 524, "column": 9 } } @@ -44621,47 +44695,47 @@ "value": "", "raw": "''", "range": [ - 17629, - 17631 + 17687, + 17689 ], "loc": { "start": { - "line": 524, + "line": 525, "column": 15 }, "end": { - "line": 524, + "line": 525, "column": 17 } } }, "range": [ - 17622, - 17632 + 17680, + 17690 ], "loc": { "start": { - "line": 524, + "line": 525, "column": 8 }, "end": { - "line": 524, + "line": 525, "column": 18 } } } ], "range": [ - 17107, - 17638 + 17165, + 17696 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 25 }, "end": { - "line": 525, + "line": 526, "column": 5 } } @@ -44669,16 +44743,16 @@ "generator": false, "expression": false, "range": [ - 17100, - 17638 + 17158, + 17696 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 18 }, "end": { - "line": 525, + "line": 526, "column": 5 } } @@ -44686,16 +44760,16 @@ "kind": "method", "computed": false, "range": [ - 17086, - 17638 + 17144, + 17696 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 4 }, "end": { - "line": 525, + "line": 526, "column": 5 } }, @@ -44707,16 +44781,16 @@ "type": "Identifier", "name": "_hideCells", "range": [ - 17644, - 17654 + 17702, + 17712 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 4 }, "end": { - "line": 527, + "line": 528, "column": 14 } } @@ -44729,16 +44803,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 17655, - 17658 + 17713, + 17716 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 15 }, "end": { - "line": 527, + "line": 528, "column": 18 } } @@ -44747,16 +44821,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17660, - 17668 + 17718, + 17726 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 28 } } @@ -44765,16 +44839,16 @@ "type": "Identifier", "name": "hide", "range": [ - 17670, - 17674 + 17728, + 17732 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 30 }, "end": { - "line": 527, + "line": 528, "column": 34 } } @@ -44794,16 +44868,16 @@ "type": "Identifier", "name": "i", "range": [ - 17695, - 17696 + 17753, + 17754 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 17 }, "end": { - "line": 528, + "line": 529, "column": 18 } } @@ -44813,31 +44887,31 @@ "value": 0, "raw": "0", "range": [ - 17699, - 17700 + 17757, + 17758 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 21 }, "end": { - "line": 528, + "line": 529, "column": 22 } } }, "range": [ - 17695, - 17700 + 17753, + 17758 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 17 }, "end": { - "line": 528, + "line": 529, "column": 22 } } @@ -44845,16 +44919,16 @@ ], "kind": "let", "range": [ - 17691, - 17700 + 17749, + 17758 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 13 }, "end": { - "line": 528, + "line": 529, "column": 22 } } @@ -44866,16 +44940,16 @@ "type": "Identifier", "name": "i", "range": [ - 17702, - 17703 + 17760, + 17761 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 24 }, "end": { - "line": 528, + "line": 529, "column": 25 } } @@ -44890,16 +44964,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 17706, - 17709 + 17764, + 17767 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 28 }, "end": { - "line": 528, + "line": 529, "column": 31 } } @@ -44908,31 +44982,31 @@ "type": "Identifier", "name": "rows", "range": [ - 17710, - 17714 + 17768, + 17772 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 32 }, "end": { - "line": 528, + "line": 529, "column": 36 } } }, "range": [ - 17706, - 17714 + 17764, + 17772 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 28 }, "end": { - "line": 528, + "line": 529, "column": 36 } } @@ -44941,46 +45015,46 @@ "type": "Identifier", "name": "length", "range": [ - 17715, - 17721 + 17773, + 17779 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 37 }, "end": { - "line": 528, + "line": 529, "column": 43 } } }, "range": [ - 17706, - 17721 + 17764, + 17779 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 28 }, "end": { - "line": 528, + "line": 529, "column": 43 } } }, "range": [ - 17702, - 17721 + 17760, + 17779 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 24 }, "end": { - "line": 528, + "line": 529, "column": 43 } } @@ -44992,32 +45066,32 @@ "type": "Identifier", "name": "i", "range": [ - 17723, - 17724 + 17781, + 17782 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 45 }, "end": { - "line": 528, + "line": 529, "column": 46 } } }, "prefix": false, "range": [ - 17723, - 17726 + 17781, + 17784 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 45 }, "end": { - "line": 528, + "line": 529, "column": 48 } } @@ -45034,16 +45108,16 @@ "type": "Identifier", "name": "row", "range": [ - 17746, - 17749 + 17804, + 17807 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 16 }, "end": { - "line": 529, + "line": 530, "column": 19 } } @@ -45058,16 +45132,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 17752, - 17755 + 17810, + 17813 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 22 }, "end": { - "line": 529, + "line": 530, "column": 25 } } @@ -45076,31 +45150,31 @@ "type": "Identifier", "name": "rows", "range": [ - 17756, - 17760 + 17814, + 17818 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 26 }, "end": { - "line": 529, + "line": 530, "column": 30 } } }, "range": [ - 17752, - 17760 + 17810, + 17818 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 22 }, "end": { - "line": 529, + "line": 530, "column": 30 } } @@ -45109,46 +45183,46 @@ "type": "Identifier", "name": "i", "range": [ - 17761, - 17762 + 17819, + 17820 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 31 }, "end": { - "line": 529, + "line": 530, "column": 32 } } }, "range": [ - 17752, - 17763 + 17810, + 17821 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 22 }, "end": { - "line": 529, + "line": 530, "column": 33 } } }, "range": [ - 17746, - 17763 + 17804, + 17821 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 16 }, "end": { - "line": 529, + "line": 530, "column": 33 } } @@ -45156,16 +45230,16 @@ ], "kind": "let", "range": [ - 17742, - 17764 + 17800, + 17822 ], "loc": { "start": { - "line": 529, + "line": 530, "column": 12 }, "end": { - "line": 529, + "line": 530, "column": 34 } } @@ -45179,16 +45253,16 @@ "type": "Identifier", "name": "cell", "range": [ - 17781, - 17785 + 17839, + 17843 ], "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 20 } } @@ -45203,16 +45277,16 @@ "type": "Identifier", "name": "row", "range": [ - 17788, - 17791 + 17846, + 17849 ], "loc": { "start": { - "line": 530, + "line": 531, "column": 23 }, "end": { - "line": 530, + "line": 531, "column": 26 } } @@ -45221,31 +45295,31 @@ "type": "Identifier", "name": "cells", "range": [ - 17792, - 17797 + 17850, + 17855 ], "loc": { "start": { - "line": 530, + "line": 531, "column": 27 }, "end": { - "line": 530, + "line": 531, "column": 32 } } }, "range": [ - 17788, - 17797 + 17846, + 17855 ], "loc": { "start": { - "line": 530, + "line": 531, "column": 23 }, "end": { - "line": 530, + "line": 531, "column": 32 } } @@ -45254,46 +45328,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17798, - 17806 + 17856, + 17864 ], "loc": { "start": { - "line": 530, + "line": 531, "column": 33 }, "end": { - "line": 530, + "line": 531, "column": 41 } } }, "range": [ - 17788, - 17807 + 17846, + 17865 ], "loc": { "start": { - "line": 530, + "line": 531, "column": 23 }, "end": { - "line": 530, + "line": 531, "column": 42 } } }, "range": [ - 17781, - 17807 + 17839, + 17865 ], "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 42 } } @@ -45301,16 +45375,16 @@ ], "kind": "let", "range": [ - 17777, - 17808 + 17835, + 17866 ], "loc": { "start": { - "line": 530, + "line": 531, "column": 12 }, "end": { - "line": 530, + "line": 531, "column": 43 } } @@ -45321,16 +45395,16 @@ "type": "Identifier", "name": "cell", "range": [ - 17825, - 17829 + 17883, + 17887 ], "loc": { "start": { - "line": 531, + "line": 532, "column": 16 }, "end": { - "line": 531, + "line": 532, "column": 20 } } @@ -45353,16 +45427,16 @@ "type": "Identifier", "name": "cell", "range": [ - 17849, - 17853 + 17907, + 17911 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 16 }, "end": { - "line": 532, + "line": 533, "column": 20 } } @@ -45371,31 +45445,31 @@ "type": "Identifier", "name": "style", "range": [ - 17854, - 17859 + 17912, + 17917 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 21 }, "end": { - "line": 532, + "line": 533, "column": 26 } } }, "range": [ - 17849, - 17859 + 17907, + 17917 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 16 }, "end": { - "line": 532, + "line": 533, "column": 26 } } @@ -45404,31 +45478,31 @@ "type": "Identifier", "name": "display", "range": [ - 17860, - 17867 + 17918, + 17925 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 27 }, "end": { - "line": 532, + "line": 533, "column": 34 } } }, "range": [ - 17849, - 17867 + 17907, + 17925 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 16 }, "end": { - "line": 532, + "line": 533, "column": 34 } } @@ -45439,16 +45513,16 @@ "type": "Identifier", "name": "hide", "range": [ - 17870, - 17874 + 17928, + 17932 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 37 }, "end": { - "line": 532, + "line": 533, "column": 41 } } @@ -45458,16 +45532,16 @@ "value": "none", "raw": "'none'", "range": [ - 17877, - 17883 + 17935, + 17941 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 44 }, "end": { - "line": 532, + "line": 533, "column": 50 } } @@ -45477,140 +45551,140 @@ "value": "", "raw": "''", "range": [ - 17886, - 17888 + 17944, + 17946 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 53 }, "end": { - "line": 532, + "line": 533, "column": 55 } } }, "range": [ - 17870, - 17888 + 17928, + 17946 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 37 }, "end": { - "line": 532, + "line": 533, "column": 55 } } }, "range": [ - 17849, - 17888 + 17907, + 17946 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 16 }, "end": { - "line": 532, + "line": 533, "column": 55 } } }, "range": [ - 17849, - 17889 + 17907, + 17947 ], "loc": { "start": { - "line": 532, + "line": 533, "column": 16 }, "end": { - "line": 532, + "line": 533, "column": 56 } } } ], "range": [ - 17831, - 17903 + 17889, + 17961 ], "loc": { "start": { - "line": 531, + "line": 532, "column": 22 }, "end": { - "line": 533, + "line": 534, "column": 13 } } }, "alternate": null, "range": [ - 17821, - 17903 + 17879, + 17961 ], "loc": { "start": { - "line": 531, + "line": 532, "column": 12 }, "end": { - "line": 533, + "line": 534, "column": 13 } } } ], "range": [ - 17728, - 17913 + 17786, + 17971 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 50 }, "end": { - "line": 534, + "line": 535, "column": 9 } } }, "range": [ - 17686, - 17913 + 17744, + 17971 ], "loc": { "start": { - "line": 528, + "line": 529, "column": 8 }, "end": { - "line": 534, + "line": 535, "column": 9 } } } ], "range": [ - 17676, - 17919 + 17734, + 17977 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 36 }, "end": { - "line": 535, + "line": 536, "column": 5 } } @@ -45618,16 +45692,16 @@ "generator": false, "expression": false, "range": [ - 17654, - 17919 + 17712, + 17977 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 14 }, "end": { - "line": 535, + "line": 536, "column": 5 } } @@ -45635,16 +45709,16 @@ "kind": "method", "computed": false, "range": [ - 17644, - 17919 + 17702, + 17977 ], "loc": { "start": { - "line": 527, + "line": 528, "column": 4 }, "end": { - "line": 535, + "line": 536, "column": 5 } }, @@ -45656,16 +45730,16 @@ "type": "Identifier", "name": "_hideAtStart", "range": [ - 17925, - 17937 + 17983, + 17995 ], "loc": { "start": { - "line": 537, + "line": 538, "column": 4 }, "end": { - "line": 537, + "line": 538, "column": 16 } } @@ -45688,16 +45762,16 @@ "object": { "type": "ThisExpression", "range": [ - 17955, - 17959 + 18013, + 18017 ], "loc": { "start": { - "line": 538, + "line": 539, "column": 13 }, "end": { - "line": 538, + "line": 539, "column": 17 } } @@ -45706,47 +45780,47 @@ "type": "Identifier", "name": "atStart", "range": [ - 17960, - 17967 + 18018, + 18025 ], "loc": { "start": { - "line": 538, + "line": 539, "column": 18 }, "end": { - "line": 538, + "line": 539, "column": 25 } } }, "range": [ - 17955, - 17967 + 18013, + 18025 ], "loc": { "start": { - "line": 538, + "line": 539, "column": 13 }, "end": { - "line": 538, + "line": 539, "column": 25 } } }, "prefix": true, "range": [ - 17954, - 17967 + 18012, + 18025 ], "loc": { "start": { - "line": 538, + "line": 539, "column": 12 }, "end": { - "line": 538, + "line": 539, "column": 25 } } @@ -45758,48 +45832,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 17983, - 17990 + 18041, + 18048 ], "loc": { "start": { - "line": 539, + "line": 540, "column": 12 }, "end": { - "line": 539, + "line": 540, "column": 19 } } } ], "range": [ - 17969, - 18000 + 18027, + 18058 ], "loc": { "start": { - "line": 538, + "line": 539, "column": 27 }, "end": { - "line": 540, + "line": 541, "column": 9 } } }, "alternate": null, "range": [ - 17950, - 18000 + 18008, + 18058 ], "loc": { "start": { - "line": 538, + "line": 539, "column": 8 }, "end": { - "line": 540, + "line": 541, "column": 9 } } @@ -45817,16 +45891,16 @@ "object": { "type": "ThisExpression", "range": [ - 18009, - 18013 + 18067, + 18071 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 8 }, "end": { - "line": 541, + "line": 542, "column": 12 } } @@ -45835,31 +45909,31 @@ "type": "Identifier", "name": "atStart", "range": [ - 18014, - 18021 + 18072, + 18079 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 13 }, "end": { - "line": 541, + "line": 542, "column": 20 } } }, "range": [ - 18009, - 18021 + 18067, + 18079 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 8 }, "end": { - "line": 541, + "line": 542, "column": 20 } } @@ -45868,31 +45942,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 18022, - 18029 + 18080, + 18087 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 21 }, "end": { - "line": 541, + "line": 542, "column": 28 } } }, "range": [ - 18009, - 18029 + 18067, + 18087 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 8 }, "end": { - "line": 541, + "line": 542, "column": 28 } } @@ -45906,16 +45980,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 18031, - 18037 + 18089, + 18095 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 30 }, "end": { - "line": 541, + "line": 542, "column": 36 } } @@ -45934,16 +46008,16 @@ "object": { "type": "ThisExpression", "range": [ - 18056, - 18060 + 18114, + 18118 ], "loc": { "start": { - "line": 542, + "line": 543, "column": 12 }, "end": { - "line": 542, + "line": 543, "column": 16 } } @@ -45952,31 +46026,31 @@ "type": "Identifier", "name": "hideCol", "range": [ - 18061, - 18068 + 18119, + 18126 ], "loc": { "start": { - "line": 542, + "line": 543, "column": 17 }, "end": { - "line": 542, + "line": 543, "column": 24 } } }, "range": [ - 18056, - 18068 + 18114, + 18126 ], "loc": { "start": { - "line": 542, + "line": 543, "column": 12 }, "end": { - "line": 542, + "line": 543, "column": 24 } } @@ -45986,63 +46060,63 @@ "type": "Identifier", "name": "colIdx", "range": [ - 18069, - 18075 + 18127, + 18133 ], "loc": { "start": { - "line": 542, + "line": 543, "column": 25 }, "end": { - "line": 542, + "line": 543, "column": 31 } } } ], "range": [ - 18056, - 18076 + 18114, + 18134 ], "loc": { "start": { - "line": 542, + "line": 543, "column": 12 }, "end": { - "line": 542, + "line": 543, "column": 32 } } }, "range": [ - 18056, - 18077 + 18114, + 18135 ], "loc": { "start": { - "line": 542, + "line": 543, "column": 12 }, "end": { - "line": 542, + "line": 543, "column": 33 } } } ], "range": [ - 18042, - 18087 + 18100, + 18145 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 41 }, "end": { - "line": 543, + "line": 544, "column": 9 } } @@ -46050,63 +46124,63 @@ "generator": false, "expression": false, "range": [ - 18030, - 18087 + 18088, + 18145 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 29 }, "end": { - "line": 543, + "line": 544, "column": 9 } } } ], "range": [ - 18009, - 18088 + 18067, + 18146 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 8 }, "end": { - "line": 543, + "line": 544, "column": 10 } } }, "range": [ - 18009, - 18089 + 18067, + 18147 ], "loc": { "start": { - "line": 541, + "line": 542, "column": 8 }, "end": { - "line": 543, + "line": 544, "column": 11 } } } ], "range": [ - 17940, - 18095 + 17998, + 18153 ], "loc": { "start": { - "line": 537, + "line": 538, "column": 19 }, "end": { - "line": 544, + "line": 545, "column": 5 } } @@ -46114,16 +46188,16 @@ "generator": false, "expression": false, "range": [ - 17937, - 18095 + 17995, + 18153 ], "loc": { "start": { - "line": 537, + "line": 538, "column": 16 }, "end": { - "line": 544, + "line": 545, "column": 5 } } @@ -46131,16 +46205,16 @@ "kind": "method", "computed": false, "range": [ - 17925, - 18095 + 17983, + 18153 ], "loc": { "start": { - "line": 537, + "line": 538, "column": 4 }, "end": { - "line": 544, + "line": 545, "column": 5 } }, @@ -46148,31 +46222,31 @@ } ], "range": [ - 132, - 18097 + 187, + 18155 ], "loc": { "start": { - "line": 5, - "column": 36 + "line": 6, + "column": 52 }, "end": { - "line": 545, + "line": 546, "column": 1 } } }, "range": [ - 111, - 18097 + 150, + 18155 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 15 }, "end": { - "line": 545, + "line": 546, "column": 1 } }, @@ -46180,16 +46254,16 @@ "trailingComments": [] }, "range": [ - 96, - 18097 + 135, + 18155 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 0 }, "end": { - "line": 545, + "line": 546, "column": 1 } } @@ -46198,7 +46272,7 @@ "sourceType": "module", "range": [ 0, - 18097 + 18155 ], "loc": { "start": { @@ -46206,7 +46280,7 @@ "column": 0 }, "end": { - "line": 545, + "line": 546, "column": 1 } }, @@ -46215,16 +46289,16 @@ "type": "Block", "value": "*\n * Columns Visibility extension\n * @param {Object} tf TableFilter instance\n * @param {Object} f Extension's configuration\n ", "range": [ - 139, - 284 + 194, + 339 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 4 }, "end": { - "line": 11, + "line": 12, "column": 7 } } @@ -46233,16 +46307,16 @@ "type": "Line", "value": " Configuration object", "range": [ - 319, - 342 + 401, + 424 ], "loc": { "start": { - "line": 14, + "line": 16, "column": 8 }, "end": { - "line": 14, + "line": 16, "column": 31 } } @@ -46251,16 +46325,16 @@ "type": "Line", "value": "show/hide cols span element", "range": [ - 513, - 542 + 595, + 624 ], "loc": { "start": { - "line": 21, + "line": 23, "column": 8 }, "end": { - "line": 21, + "line": 23, "column": 37 } } @@ -46269,16 +46343,16 @@ "type": "Line", "value": "show/hide cols button element", "range": [ - 579, - 610 + 661, + 692 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 8 }, "end": { - "line": 23, + "line": 25, "column": 39 } } @@ -46287,16 +46361,16 @@ "type": "Line", "value": "show/hide cols container div element", "range": [ - 646, - 684 + 728, + 766 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 46 } } @@ -46305,16 +46379,16 @@ "type": "Line", "value": "tick to hide or show column", "range": [ - 722, - 751 + 804, + 833 ], "loc": { "start": { - "line": 28, + "line": 30, "column": 8 }, "end": { - "line": 28, + "line": 30, "column": 37 } } @@ -46323,16 +46397,16 @@ "type": "Line", "value": "enables/disables cols manager generation", "range": [ - 827, - 869 + 909, + 951 ], "loc": { "start": { - "line": 30, + "line": 32, "column": 8 }, "end": { - "line": 30, + "line": 32, "column": 50 } } @@ -46341,16 +46415,16 @@ "type": "Line", "value": "only if external headers", "range": [ - 937, - 963 + 1019, + 1045 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 34 } } @@ -46359,16 +46433,16 @@ "type": "Line", "value": "only if external headers", "range": [ - 1024, - 1050 + 1106, + 1132 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 34, + "line": 36, "column": 34 } } @@ -46377,16 +46451,16 @@ "type": "Line", "value": "id of container element", "range": [ - 1109, - 1134 + 1191, + 1216 ], "loc": { "start": { - "line": 36, + "line": 38, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 33 } } @@ -46395,16 +46469,16 @@ "type": "Line", "value": "alternative headers text", "range": [ - 1201, - 1227 + 1283, + 1309 ], "loc": { "start": { - "line": 38, + "line": 40, "column": 8 }, "end": { - "line": 38, + "line": 40, "column": 34 } } @@ -46413,16 +46487,16 @@ "type": "Line", "value": "id of button container element", "range": [ - 1287, - 1319 + 1369, + 1401 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 8 }, "end": { - "line": 40, + "line": 42, "column": 40 } } @@ -46431,16 +46505,16 @@ "type": "Line", "value": "defines show/hide cols text", "range": [ - 1377, - 1406 + 1459, + 1488 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 8 }, "end": { - "line": 42, + "line": 44, "column": 37 } } @@ -46449,16 +46523,16 @@ "type": "Line", "value": "defines show/hide cols button innerHtml", "range": [ - 1470, - 1511 + 1552, + 1593 ], "loc": { "start": { - "line": 44, + "line": 46, "column": 8 }, "end": { - "line": 44, + "line": 46, "column": 49 } } @@ -46467,16 +46541,16 @@ "type": "Line", "value": "defines css class for show/hide cols button", "range": [ - 1563, - 1608 + 1645, + 1690 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 8 }, "end": { - "line": 46, + "line": 48, "column": 53 } } @@ -46485,16 +46559,16 @@ "type": "Line", "value": "defines close link text", "range": [ - 1673, - 1698 + 1755, + 1780 ], "loc": { "start": { - "line": 48, + "line": 50, "column": 8 }, "end": { - "line": 48, + "line": 50, "column": 33 } } @@ -46503,16 +46577,16 @@ "type": "Line", "value": "defines close button innerHtml", "range": [ - 1764, - 1796 + 1846, + 1878 ], "loc": { "start": { - "line": 50, + "line": 52, "column": 8 }, "end": { - "line": 50, + "line": 52, "column": 40 } } @@ -46521,16 +46595,16 @@ "type": "Line", "value": "defines css class for close button", "range": [ - 1859, - 1895 + 1941, + 1977 ], "loc": { "start": { - "line": 52, + "line": 54, "column": 8 }, "end": { - "line": 52, + "line": 54, "column": 44 } } @@ -46539,16 +46613,16 @@ "type": "Line", "value": "span containing show/hide cols button", "range": [ - 2043, - 2082 + 2125, + 2164 ], "loc": { "start": { - "line": 55, + "line": 57, "column": 8 }, "end": { - "line": 55, + "line": 57, "column": 47 } } @@ -46557,16 +46631,16 @@ "type": "Line", "value": "defines css class span containing show/hide cols", "range": [ - 2122, - 2172 + 2204, + 2254 ], "loc": { "start": { - "line": 57, + "line": 59, "column": 8 }, "end": { - "line": 57, + "line": 59, "column": 58 } } @@ -46575,16 +46649,16 @@ "type": "Line", "value": "defines css class div containing show/hide cols", "range": [ - 2288, - 2337 + 2370, + 2419 ], "loc": { "start": { - "line": 60, + "line": 62, "column": 8 }, "end": { - "line": 60, + "line": 62, "column": 57 } } @@ -46593,16 +46667,16 @@ "type": "Line", "value": "defines css class for cols list (ul)", "range": [ - 2408, - 2446 + 2490, + 2528 ], "loc": { "start": { - "line": 62, + "line": 64, "column": 8 }, "end": { - "line": 62, + "line": 64, "column": 46 } } @@ -46611,16 +46685,16 @@ "type": "Line", "value": "defines css class for list item (li)", "range": [ - 2523, - 2561 + 2605, + 2643 ], "loc": { "start": { - "line": 64, + "line": 66, "column": 8 }, "end": { - "line": 64, + "line": 66, "column": 46 } } @@ -46629,16 +46703,16 @@ "type": "Line", "value": "defines css class for selected list item (li)", "range": [ - 2669, - 2716 + 2751, + 2798 ], "loc": { "start": { - "line": 67, + "line": 69, "column": 8 }, "end": { - "line": 67, + "line": 69, "column": 55 } } @@ -46647,16 +46721,16 @@ "type": "Line", "value": "text preceding columns list", "range": [ - 2840, - 2869 + 2922, + 2951 ], "loc": { "start": { - "line": 70, + "line": 72, "column": 8 }, "end": { - "line": 70, + "line": 72, "column": 37 } } @@ -46665,16 +46739,16 @@ "type": "Line", "value": "enables select all option", "range": [ - 3044, - 3071 + 3126, + 3153 ], "loc": { "start": { - "line": 74, + "line": 76, "column": 8 }, "end": { - "line": 74, + "line": 76, "column": 35 } } @@ -46683,16 +46757,16 @@ "type": "Line", "value": "text preceding columns list", "range": [ - 3137, - 3166 + 3219, + 3248 ], "loc": { "start": { - "line": 76, + "line": 78, "column": 8 }, "end": { - "line": 76, + "line": 78, "column": 37 } } @@ -46701,16 +46775,16 @@ "type": "Line", "value": "array containing hidden columns indexes", "range": [ - 3237, - 3278 + 3319, + 3360 ], "loc": { "start": { - "line": 79, + "line": 81, "column": 8 }, "end": { - "line": 79, + "line": 81, "column": 49 } } @@ -46719,16 +46793,16 @@ "type": "Line", "value": "callback invoked just after cols manager is loaded", "range": [ - 3383, - 3435 + 3465, + 3517 ], "loc": { "start": { - "line": 83, + "line": 85, "column": 8 }, "end": { - "line": 83, + "line": 85, "column": 60 } } @@ -46737,16 +46811,16 @@ "type": "Line", "value": "calls function before cols manager is opened", "range": [ - 3514, - 3560 + 3596, + 3642 ], "loc": { "start": { - "line": 85, + "line": 87, "column": 8 }, "end": { - "line": 85, + "line": 87, "column": 54 } } @@ -46755,16 +46829,16 @@ "type": "Line", "value": "calls function after cols manager is opened", "range": [ - 3665, - 3710 + 3747, + 3792 ], "loc": { "start": { - "line": 88, + "line": 90, "column": 8 }, "end": { - "line": 88, + "line": 90, "column": 53 } } @@ -46773,16 +46847,16 @@ "type": "Line", "value": "calls function before cols manager is closed", "range": [ - 3800, - 3846 + 3882, + 3928 ], "loc": { "start": { - "line": 90, + "line": 92, "column": 8 }, "end": { - "line": 90, + "line": 92, "column": 54 } } @@ -46791,16 +46865,16 @@ "type": "Line", "value": "calls function after cols manager is closed", "range": [ - 3954, - 3999 + 4036, + 4081 ], "loc": { "start": { - "line": 93, + "line": 95, "column": 8 }, "end": { - "line": 93, + "line": 95, "column": 53 } } @@ -46809,16 +46883,16 @@ "type": "Line", "value": "callback before col is hidden", "range": [ - 4105, - 4136 + 4187, + 4218 ], "loc": { "start": { - "line": 97, + "line": 99, "column": 8 }, "end": { - "line": 97, + "line": 99, "column": 39 } } @@ -46827,16 +46901,16 @@ "type": "Line", "value": "callback after col is hidden", "range": [ - 4258, - 4288 + 4340, + 4370 ], "loc": { "start": { - "line": 100, + "line": 102, "column": 8 }, "end": { - "line": 100, + "line": 102, "column": 38 } } @@ -46845,16 +46919,16 @@ "type": "Line", "value": "callback before col is displayed", "range": [ - 4407, - 4441 + 4489, + 4523 ], "loc": { "start": { - "line": 103, + "line": 105, "column": 8 }, "end": { - "line": 103, + "line": 105, "column": 42 } } @@ -46863,16 +46937,16 @@ "type": "Line", "value": "callback after col is displayed", "range": [ - 4572, - 4605 + 4654, + 4687 ], "loc": { "start": { - "line": 106, + "line": 108, "column": 8 }, "end": { - "line": 106, + "line": 108, "column": 41 } } @@ -46881,16 +46955,16 @@ "type": "Line", "value": "Grid layout compatibility", "range": [ - 4734, - 4761 + 4816, + 4843 ], "loc": { "start": { - "line": 110, + "line": 112, "column": 8 }, "end": { - "line": 110, + "line": 112, "column": 35 } } @@ -46899,16 +46973,16 @@ "type": "Line", "value": "headers table", "range": [ - 4855, - 4870 + 4937, + 4952 ], "loc": { "start": { - "line": 112, + "line": 114, "column": 64 }, "end": { - "line": 112, + "line": 114, "column": 79 } } @@ -46917,16 +46991,16 @@ "type": "Line", "value": "headers index", "range": [ - 4906, - 4921 + 4988, + 5003 ], "loc": { "start": { - "line": 113, + "line": 115, "column": 35 }, "end": { - "line": 113, + "line": 115, "column": 50 } } @@ -46935,16 +47009,16 @@ "type": "Line", "value": "Loads extension stylesheet", "range": [ - 5050, - 5078 + 5132, + 5160 ], "loc": { "start": { - "line": 118, + "line": 120, "column": 8 }, "end": { - "line": 118, + "line": 120, "column": 36 } } @@ -46953,16 +47027,16 @@ "type": "Line", "value": " Hide columns at start at very end of initialization", "range": [ - 7018, - 7072 + 7086, + 7140 ], "loc": { "start": { - "line": 187, + "line": 188, "column": 8 }, "end": { - "line": 187, + "line": 188, "column": 62 } } @@ -46971,16 +47045,16 @@ "type": "Block", "value": "*\n * Build main button UI\n ", "range": [ - 7113, - 7152 + 7181, + 7220 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 4 }, "end": { - "line": 193, + "line": 194, "column": 7 } } @@ -46989,16 +47063,16 @@ "type": "Line", "value": "Container element (rdiv or custom element)", "range": [ - 7371, - 7415 + 7439, + 7483 ], "loc": { "start": { - "line": 202, + "line": 203, "column": 8 }, "end": { - "line": 202, + "line": 203, "column": 52 } } @@ -47007,16 +47081,16 @@ "type": "Line", "value": "Custom html", "range": [ - 8255, - 8268 + 8323, + 8336 ], "loc": { "start": { - "line": 227, + "line": 228, "column": 17 }, "end": { - "line": 227, + "line": 228, "column": 30 } } @@ -47025,16 +47099,16 @@ "type": "Block", "value": "*\n * Build columns manager UI\n ", "range": [ - 8757, - 8800 + 8825, + 8868 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 4 }, "end": { - "line": 247, + "line": 248, "column": 7 } } @@ -47043,16 +47117,16 @@ "type": "Line", "value": "Extension description", "range": [ - 9052, - 9075 + 9120, + 9143 ], "loc": { "start": { - "line": 256, + "line": 257, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 31 } } @@ -47061,16 +47135,16 @@ "type": "Line", "value": "Headers list", "range": [ - 9218, - 9232 + 9286, + 9300 ], "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 22 } } @@ -47079,16 +47153,16 @@ "type": "Line", "value": "Tick all option", "range": [ - 9570, - 9587 + 9638, + 9655 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 25 } } @@ -47097,16 +47171,16 @@ "type": "Line", "value": "separator", "range": [ - 11133, - 11144 + 11201, + 11212 ], "loc": { "start": { - "line": 311, + "line": 312, "column": 8 }, "end": { - "line": 311, + "line": 312, "column": 19 } } @@ -47115,16 +47189,16 @@ "type": "Line", "value": "Close link", "range": [ - 11224, - 11236 + 11292, + 11304 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 20 } } @@ -47133,16 +47207,16 @@ "type": "Block", "value": "*\n * Hide or show specified columns\n * @param {Numner} colIndex Column index\n * @param {Boolean} hide Hide column if true or show if false\n ", "range": [ - 11876, - 12039 + 11944, + 12107 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 4 }, "end": { - "line": 338, + "line": 339, "column": 7 } } @@ -47151,16 +47225,16 @@ "type": "Line", "value": "This event is fired just after a column is displayed for", "range": [ - 12969, - 13027 + 13037, + 13095 ], "loc": { "start": { - "line": 371, + "line": 372, "column": 12 }, "end": { - "line": 371, + "line": 372, "column": 70 } } @@ -47169,16 +47243,16 @@ "type": "Line", "value": "grid_layout support", "range": [ - 13040, - 13061 + 13108, + 13129 ], "loc": { "start": { - "line": 372, + "line": 373, "column": 12 }, "end": { - "line": 372, + "line": 373, "column": 33 } } @@ -47187,16 +47261,16 @@ "type": "Line", "value": "TODO: grid layout module should be responsible for those", "range": [ - 13074, - 13132 + 13142, + 13200 ], "loc": { "start": { - "line": 373, + "line": 374, "column": 12 }, "end": { - "line": 373, + "line": 374, "column": 70 } } @@ -47205,16 +47279,16 @@ "type": "Line", "value": "calculations", "range": [ - 13145, - 13159 + 13213, + 13227 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 12 }, "end": { - "line": 374, + "line": 375, "column": 26 } } @@ -47223,16 +47297,16 @@ "type": "Line", "value": "This event is fired just after a column is displayed for", "range": [ - 13923, - 13981 + 13991, + 14049 ], "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 70 } } @@ -47241,16 +47315,16 @@ "type": "Line", "value": "grid_layout support", "range": [ - 13994, - 14015 + 14062, + 14083 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 12 }, "end": { - "line": 395, + "line": 396, "column": 33 } } @@ -47259,16 +47333,16 @@ "type": "Line", "value": "TODO: grid layout module should be responsible for those", "range": [ - 14028, - 14086 + 14096, + 14154 ], "loc": { "start": { - "line": 396, + "line": 397, "column": 12 }, "end": { - "line": 396, + "line": 397, "column": 70 } } @@ -47277,16 +47351,16 @@ "type": "Line", "value": "calculations", "range": [ - 14099, - 14113 + 14167, + 14181 ], "loc": { "start": { - "line": 397, + "line": 398, "column": 12 }, "end": { - "line": 397, + "line": 398, "column": 26 } } @@ -47295,16 +47369,16 @@ "type": "Block", "value": "*\n * Show specified column\n * @param {Number} colIndex Column index\n ", "range": [ - 14809, - 14895 + 14877, + 14963 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 4 }, "end": { - "line": 418, + "line": 419, "column": 7 } } @@ -47313,16 +47387,16 @@ "type": "Block", "value": "*\n * Hide specified column\n * @param {Number} colIndex Column index\n ", "range": [ - 15279, - 15365 + 15347, + 15433 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 4 }, "end": { - "line": 436, + "line": 437, "column": 7 } } @@ -47331,16 +47405,16 @@ "type": "Block", "value": "*\n * Determine if specified column is hidden\n * @param {Number} colIndex Column index\n ", "range": [ - 15747, - 15851 + 15815, + 15919 ], "loc": { "start": { - "line": 451, + "line": 452, "column": 4 }, "end": { - "line": 454, + "line": 455, "column": 7 } } @@ -47349,16 +47423,16 @@ "type": "Block", "value": "*\n * Toggle visibility of specified column\n * @param {Number} colIndex Column index\n ", "range": [ - 16004, - 16106 + 16072, + 16174 ], "loc": { "start": { - "line": 462, + "line": 463, "column": 4 }, "end": { - "line": 465, + "line": 466, "column": 7 } } @@ -47367,16 +47441,16 @@ "type": "Block", "value": "*\n * Return the indexes of the columns currently hidden\n * @return {Array} column indexes\n ", "range": [ - 16311, - 16418 + 16379, + 16486 ], "loc": { "start": { - "line": 474, + "line": 475, "column": 4 }, "end": { - "line": 477, + "line": 478, "column": 7 } } @@ -47385,16 +47459,16 @@ "type": "Block", "value": "*\n * Remove the columns manager\n ", "range": [ - 16484, - 16529 + 16552, + 16597 ], "loc": { "start": { - "line": 482, + "line": 483, "column": 4 }, "end": { - "line": 484, + "line": 485, "column": 7 } } diff --git a/docs/ast/source/extensions/filtersVisibility/filtersVisibility.js.json b/docs/ast/source/extensions/filtersVisibility/filtersVisibility.js.json index 3f67581a..7bf28cf1 100644 --- a/docs/ast/source/extensions/filtersVisibility/filtersVisibility.js.json +++ b/docs/ast/source/extensions/filtersVisibility/filtersVisibility.js.json @@ -1,6 +1,97 @@ { "type": "Program", "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "imported": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../../feature", + "raw": "'../../feature'", + "range": [ + 22, + 37 + ], + "loc": { + "start": { + "line": 1, + "column": 22 + }, + "end": { + "line": 1, + "column": 37 + } + } + }, + "range": [ + 0, + 38 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 38 + } + } + }, { "type": "ImportDeclaration", "specifiers": [ @@ -10,31 +101,31 @@ "type": "Identifier", "name": "Dom", "range": [ - 7, - 10 + 46, + 49 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 10 } } }, "range": [ - 7, - 10 + 46, + 49 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 10 } } @@ -45,31 +136,31 @@ "value": "../../dom", "raw": "'../../dom'", "range": [ - 16, - 27 + 55, + 66 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 16 }, "end": { - "line": 1, + "line": 2, "column": 27 } } }, "range": [ - 0, - 28 + 39, + 67 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 0 }, "end": { - "line": 1, + "line": 2, "column": 28 } } @@ -83,31 +174,31 @@ "type": "Identifier", "name": "Types", "range": [ - 36, - 41 + 75, + 80 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 7 }, "end": { - "line": 2, + "line": 3, "column": 12 } } }, "range": [ - 36, - 41 + 75, + 80 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 7 }, "end": { - "line": 2, + "line": 3, "column": 12 } } @@ -118,31 +209,31 @@ "value": "../../types", "raw": "'../../types'", "range": [ - 47, - 60 + 86, + 99 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 18 }, "end": { - "line": 2, + "line": 3, "column": 31 } } }, "range": [ - 29, - 61 + 68, + 100 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 0 }, "end": { - "line": 2, + "line": 3, "column": 32 } } @@ -156,31 +247,31 @@ "type": "Identifier", "name": "Event", "range": [ - 69, - 74 + 108, + 113 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 7 }, "end": { - "line": 3, + "line": 4, "column": 12 } } }, "range": [ - 69, - 74 + 108, + 113 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 7 }, "end": { - "line": 3, + "line": 4, "column": 12 } } @@ -191,31 +282,31 @@ "value": "../../event", "raw": "'../../event'", "range": [ - 80, - 93 + 119, + 132 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 18 }, "end": { - "line": 3, + "line": 4, "column": 31 } } }, "range": [ - 62, - 94 + 101, + 133 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 0 }, "end": { - "line": 3, + "line": 4, "column": 32 } } @@ -228,21 +319,38 @@ "type": "Identifier", "name": "FiltersVisibility", "range": [ - 117, - 134 + 156, + 173 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 21 }, "end": { - "line": 5, + "line": 6, "column": 38 } } }, - "superClass": null, + "superClass": { + "type": "Identifier", + "name": "Feature", + "range": [ + 182, + 189 + ], + "loc": { + "start": { + "line": 6, + "column": 47 + }, + "end": { + "line": 6, + "column": 54 + } + } + }, "body": { "type": "ClassBody", "body": [ @@ -252,16 +360,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 277, - 288 + 332, + 343 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 4 }, "end": { - "line": 12, + "line": 13, "column": 15 } } @@ -274,16 +382,16 @@ "type": "Identifier", "name": "tf", "range": [ - 289, - 291 + 344, + 346 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 16 }, "end": { - "line": 12, + "line": 13, "column": 18 } } @@ -292,16 +400,16 @@ "type": "Identifier", "name": "f", "range": [ - 293, - 294 + 348, + 349 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 20 }, "end": { - "line": 12, + "line": 13, "column": 21 } } @@ -313,49 +421,12 @@ { "type": "ExpressionStatement", "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 307, - 311 - ], - "loc": { - "start": { - "line": 14, - "column": 8 - }, - "end": { - "line": 14, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "initialized", - "range": [ - 312, - 323 - ], - "loc": { - "start": { - "line": 14, - "column": 13 - }, - "end": { - "line": 14, - "column": 24 - } - } - }, + "type": "CallExpression", + "callee": { + "type": "Super", "range": [ - 307, - 323 + 361, + 366 ], "loc": { "start": { @@ -364,32 +435,87 @@ }, "end": { "line": 14, - "column": 24 + "column": 13 } } }, - "right": { - "type": "Literal", - "value": false, - "raw": "false", - "range": [ - 326, - 331 - ], - "loc": { - "start": { - "line": 14, - "column": 27 + "arguments": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 367, + 369 + ], + "loc": { + "start": { + "line": 14, + "column": 14 + }, + "end": { + "line": 14, + "column": 16 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 371, + 372 + ], + "loc": { + "start": { + "line": 14, + "column": 18 + }, + "end": { + "line": 14, + "column": 19 + } + } }, - "end": { - "line": 14, - "column": 32 + "property": { + "type": "Identifier", + "name": "name", + "range": [ + 373, + 377 + ], + "loc": { + "start": { + "line": 14, + "column": 20 + }, + "end": { + "line": 14, + "column": 24 + } + } + }, + "range": [ + 371, + 377 + ], + "loc": { + "start": { + "line": 14, + "column": 18 + }, + "end": { + "line": 14, + "column": 24 + } } } - }, + ], "range": [ - 307, - 331 + 361, + 378 ], "loc": { "start": { @@ -398,13 +524,13 @@ }, "end": { "line": 14, - "column": 32 + "column": 25 } } }, "range": [ - 307, - 332 + 361, + 379 ], "loc": { "start": { @@ -413,7 +539,7 @@ }, "end": { "line": 14, - "column": 33 + "column": 26 } } }, @@ -428,16 +554,16 @@ "object": { "type": "ThisExpression", "range": [ - 341, - 345 + 389, + 393 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 12 } } @@ -446,31 +572,31 @@ "type": "Identifier", "name": "name", "range": [ - 346, - 350 + 394, + 398 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 13 }, "end": { - "line": 15, + "line": 16, "column": 17 } } }, "range": [ - 341, - 350 + 389, + 398 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 17 } } @@ -482,16 +608,16 @@ "type": "Identifier", "name": "f", "range": [ - 353, - 354 + 401, + 402 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 20 }, "end": { - "line": 15, + "line": 16, "column": 21 } } @@ -500,61 +626,61 @@ "type": "Identifier", "name": "name", "range": [ - 355, - 359 + 403, + 407 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 22 }, "end": { - "line": 15, + "line": 16, "column": 26 } } }, "range": [ - 353, - 359 + 401, + 407 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 20 }, "end": { - "line": 15, + "line": 16, "column": 26 } } }, "range": [ - 341, - 359 + 389, + 407 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 26 } } }, "range": [ - 341, - 360 + 389, + 408 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, + "line": 16, "column": 27 } } @@ -570,16 +696,16 @@ "object": { "type": "ThisExpression", "range": [ - 369, - 373 + 417, + 421 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 12 } } @@ -588,31 +714,31 @@ "type": "Identifier", "name": "desc", "range": [ - 374, - 378 + 422, + 426 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 13 }, "end": { - "line": 16, + "line": 17, "column": 17 } } }, "range": [ - 369, - 378 + 417, + 426 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 17 } } @@ -627,16 +753,16 @@ "type": "Identifier", "name": "f", "range": [ - 381, - 382 + 429, + 430 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 20 }, "end": { - "line": 16, + "line": 17, "column": 21 } } @@ -645,31 +771,31 @@ "type": "Identifier", "name": "description", "range": [ - 383, - 394 + 431, + 442 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 22 }, "end": { - "line": 16, + "line": 17, "column": 33 } } }, "range": [ - 381, - 394 + 429, + 442 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 20 }, "end": { - "line": 16, + "line": 17, "column": 33 } } @@ -679,61 +805,61 @@ "value": "Filters row visibility manager", "raw": "'Filters row visibility manager'", "range": [ - 398, - 430 + 446, + 478 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 37 }, "end": { - "line": 16, + "line": 17, "column": 69 } } }, "range": [ - 381, - 430 + 429, + 478 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 20 }, "end": { - "line": 16, + "line": 17, "column": 69 } } }, "range": [ - 369, - 430 + 417, + 478 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 69 } } }, "range": [ - 369, - 431 + 417, + 479 ], "loc": { "start": { - "line": 16, + "line": 17, "column": 8 }, "end": { - "line": 16, + "line": 17, "column": 70 } }, @@ -742,16 +868,16 @@ "type": "Line", "value": " Path and image filenames", "range": [ - 441, - 468 + 489, + 516 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 35 } } @@ -769,16 +895,16 @@ "object": { "type": "ThisExpression", "range": [ - 477, - 481 + 525, + 529 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 12 } } @@ -787,31 +913,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 482, - 492 + 530, + 540 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 13 }, "end": { - "line": 19, + "line": 20, "column": 23 } } }, "range": [ - 477, - 492 + 525, + 540 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 23 } } @@ -826,16 +952,16 @@ "type": "Identifier", "name": "f", "range": [ - 495, - 496 + 543, + 544 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 26 }, "end": { - "line": 19, + "line": 20, "column": 27 } } @@ -844,31 +970,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 497, - 507 + 545, + 555 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 28 }, "end": { - "line": 19, + "line": 20, "column": 38 } } }, "range": [ - 495, - 507 + 543, + 555 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 26 }, "end": { - "line": 19, + "line": 20, "column": 38 } } @@ -878,61 +1004,61 @@ "value": "filtersVisibility.css", "raw": "'filtersVisibility.css'", "range": [ - 511, - 534 + 559, + 582 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 42 }, "end": { - "line": 19, + "line": 20, "column": 65 } } }, "range": [ - 495, - 534 + 543, + 582 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 26 }, "end": { - "line": 19, + "line": 20, "column": 65 } } }, "range": [ - 477, - 534 + 525, + 582 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 65 } } }, "range": [ - 477, - 535 + 525, + 583 ], "loc": { "start": { - "line": 19, + "line": 20, "column": 8 }, "end": { - "line": 19, + "line": 20, "column": 66 } }, @@ -941,16 +1067,16 @@ "type": "Line", "value": " Path and image filenames", "range": [ - 441, - 468 + 489, + 516 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 35 } } @@ -968,16 +1094,16 @@ "object": { "type": "ThisExpression", "range": [ - 544, - 548 + 592, + 596 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 12 } } @@ -986,31 +1112,31 @@ "type": "Identifier", "name": "icnExpand", "range": [ - 549, - 558 + 597, + 606 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 13 }, "end": { - "line": 20, + "line": 21, "column": 22 } } }, "range": [ - 544, - 558 + 592, + 606 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 22 } } @@ -1025,16 +1151,16 @@ "type": "Identifier", "name": "f", "range": [ - 561, - 562 + 609, + 610 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 25 }, "end": { - "line": 20, + "line": 21, "column": 26 } } @@ -1043,31 +1169,31 @@ "type": "Identifier", "name": "expand_icon_name", "range": [ - 563, - 579 + 611, + 627 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 27 }, "end": { - "line": 20, + "line": 21, "column": 43 } } }, "range": [ - 561, - 579 + 609, + 627 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 25 }, "end": { - "line": 20, + "line": 21, "column": 43 } } @@ -1077,61 +1203,61 @@ "value": "icn_exp.png", "raw": "'icn_exp.png'", "range": [ - 583, - 596 + 631, + 644 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 47 }, "end": { - "line": 20, + "line": 21, "column": 60 } } }, "range": [ - 561, - 596 + 609, + 644 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 25 }, "end": { - "line": 20, + "line": 21, "column": 60 } } }, "range": [ - 544, - 596 + 592, + 644 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 60 } } }, "range": [ - 544, - 597 + 592, + 645 ], "loc": { "start": { - "line": 20, + "line": 21, "column": 8 }, "end": { - "line": 20, + "line": 21, "column": 61 } } @@ -1147,16 +1273,16 @@ "object": { "type": "ThisExpression", "range": [ - 606, - 610 + 654, + 658 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 12 } } @@ -1165,31 +1291,31 @@ "type": "Identifier", "name": "icnCollapse", "range": [ - 611, - 622 + 659, + 670 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 13 }, "end": { - "line": 21, + "line": 22, "column": 24 } } }, "range": [ - 606, - 622 + 654, + 670 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 24 } } @@ -1204,16 +1330,16 @@ "type": "Identifier", "name": "f", "range": [ - 625, - 626 + 673, + 674 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 27 }, "end": { - "line": 21, + "line": 22, "column": 28 } } @@ -1222,31 +1348,31 @@ "type": "Identifier", "name": "collapse_icon_name", "range": [ - 627, - 645 + 675, + 693 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 29 }, "end": { - "line": 21, + "line": 22, "column": 47 } } }, "range": [ - 625, - 645 + 673, + 693 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 27 }, "end": { - "line": 21, + "line": 22, "column": 47 } } @@ -1256,61 +1382,61 @@ "value": "icn_clp.png", "raw": "'icn_clp.png'", "range": [ - 649, - 662 + 697, + 710 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 51 }, "end": { - "line": 21, + "line": 22, "column": 64 } } }, "range": [ - 625, - 662 + 673, + 710 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 27 }, "end": { - "line": 21, + "line": 22, "column": 64 } } }, "range": [ - 606, - 662 + 654, + 710 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 64 } } }, "range": [ - 606, - 663 + 654, + 711 ], "loc": { "start": { - "line": 21, + "line": 22, "column": 8 }, "end": { - "line": 21, + "line": 22, "column": 65 } }, @@ -1319,16 +1445,16 @@ "type": "Line", "value": "expand/collapse filters span element", "range": [ - 673, - 711 + 721, + 759 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 46 } } @@ -1346,16 +1472,16 @@ "object": { "type": "ThisExpression", "range": [ - 720, - 724 + 768, + 772 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 12 } } @@ -1364,31 +1490,31 @@ "type": "Identifier", "name": "contEl", "range": [ - 725, - 731 + 773, + 779 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 13 }, "end": { - "line": 24, + "line": 25, "column": 19 } } }, "range": [ - 720, - 731 + 768, + 779 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 19 } } @@ -1398,46 +1524,46 @@ "value": null, "raw": "null", "range": [ - 734, - 738 + 782, + 786 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 22 }, "end": { - "line": 24, + "line": 25, "column": 26 } } }, "range": [ - 720, - 738 + 768, + 786 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 26 } } }, "range": [ - 720, - 739 + 768, + 787 ], "loc": { "start": { - "line": 24, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 25, "column": 27 } }, @@ -1446,16 +1572,16 @@ "type": "Line", "value": "expand/collapse filters span element", "range": [ - 673, - 711 + 721, + 759 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 46 } } @@ -1466,16 +1592,16 @@ "type": "Line", "value": "expand/collapse filters btn element", "range": [ - 748, - 785 + 796, + 833 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 45 } } @@ -1493,16 +1619,16 @@ "object": { "type": "ThisExpression", "range": [ - 794, - 798 + 842, + 846 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 12 } } @@ -1511,31 +1637,31 @@ "type": "Identifier", "name": "btnEl", "range": [ - 799, - 804 + 847, + 852 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 13 }, "end": { - "line": 26, + "line": 27, "column": 18 } } }, "range": [ - 794, - 804 + 842, + 852 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 18 } } @@ -1545,46 +1671,46 @@ "value": null, "raw": "null", "range": [ - 807, - 811 + 855, + 859 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 21 }, "end": { - "line": 26, + "line": 27, "column": 25 } } }, "range": [ - 794, - 811 + 842, + 859 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 25 } } }, "range": [ - 794, - 812 + 842, + 860 ], "loc": { "start": { - "line": 26, + "line": 27, "column": 8 }, "end": { - "line": 26, + "line": 27, "column": 26 } }, @@ -1593,16 +1719,16 @@ "type": "Line", "value": "expand/collapse filters btn element", "range": [ - 748, - 785 + 796, + 833 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 45 } } @@ -1620,16 +1746,16 @@ "object": { "type": "ThisExpression", "range": [ - 822, - 826 + 870, + 874 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 12 } } @@ -1638,31 +1764,31 @@ "type": "Identifier", "name": "icnExpandHtml", "range": [ - 827, - 840 + 875, + 888 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 13 }, "end": { - "line": 28, + "line": 29, "column": 26 } } }, "range": [ - 822, - 840 + 870, + 888 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 28, + "line": 29, "column": 26 } } @@ -1681,16 +1807,16 @@ "value": "\"Expand", "raw": "'\" alt=\"Expand filters\" >'", "range": [ - 903, - 929 + 951, + 977 ], "loc": { "start": { - "line": 29, + "line": 30, "column": 12 }, "end": { - "line": 29, + "line": 30, "column": 38 } } }, "range": [ - 843, - 929 + 891, + 977 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 29 }, "end": { - "line": 29, + "line": 30, "column": 38 } } }, "range": [ - 822, - 929 + 870, + 977 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 38 } } }, "range": [ - 822, - 930 + 870, + 978 ], "loc": { "start": { - "line": 28, + "line": 29, "column": 8 }, "end": { - "line": 29, + "line": 30, "column": 39 } } @@ -1907,16 +2033,16 @@ "object": { "type": "ThisExpression", "range": [ - 939, - 943 + 987, + 991 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 12 } } @@ -1925,31 +2051,31 @@ "type": "Identifier", "name": "icnCollapseHtml", "range": [ - 944, - 959 + 992, + 1007 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 13 }, "end": { - "line": 30, + "line": 31, "column": 28 } } }, "range": [ - 939, - 959 + 987, + 1007 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 30, + "line": 31, "column": 28 } } @@ -1968,16 +2094,16 @@ "value": "\"Collapse", "raw": "'\" alt=\"Collapse filters\" >'", "range": [ - 1024, - 1052 + 1072, + 1100 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 12 }, "end": { - "line": 31, + "line": 32, "column": 40 } } }, "range": [ - 962, - 1052 + 1010, + 1100 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 31 }, "end": { - "line": 31, + "line": 32, "column": 40 } } }, "range": [ - 939, - 1052 + 987, + 1100 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 40 } } }, "range": [ - 939, - 1053 + 987, + 1101 ], "loc": { "start": { - "line": 30, + "line": 31, "column": 8 }, "end": { - "line": 31, + "line": 32, "column": 41 } } @@ -2194,16 +2320,16 @@ "object": { "type": "ThisExpression", "range": [ - 1062, - 1066 + 1110, + 1114 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 12 } } @@ -2212,31 +2338,31 @@ "type": "Identifier", "name": "defaultText", "range": [ - 1067, - 1078 + 1115, + 1126 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 13 }, "end": { - "line": 32, + "line": 33, "column": 24 } } }, "range": [ - 1062, - 1078 + 1110, + 1126 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 24 } } @@ -2246,46 +2372,46 @@ "value": "Toggle filters", "raw": "'Toggle filters'", "range": [ - 1081, - 1097 + 1129, + 1145 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 27 }, "end": { - "line": 32, + "line": 33, "column": 43 } } }, "range": [ - 1062, - 1097 + 1110, + 1145 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 43 } } }, "range": [ - 1062, - 1098 + 1110, + 1146 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 44 } }, @@ -2294,16 +2420,16 @@ "type": "Line", "value": "id of container element", "range": [ - 1108, - 1133 + 1156, + 1181 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 33 } } @@ -2321,16 +2447,16 @@ "object": { "type": "ThisExpression", "range": [ - 1142, - 1146 + 1190, + 1194 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 12 } } @@ -2339,31 +2465,31 @@ "type": "Identifier", "name": "targetId", "range": [ - 1147, - 1155 + 1195, + 1203 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 13 }, "end": { - "line": 35, + "line": 36, "column": 21 } } }, "range": [ - 1142, - 1155 + 1190, + 1203 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 21 } } @@ -2378,16 +2504,16 @@ "type": "Identifier", "name": "f", "range": [ - 1158, - 1159 + 1206, + 1207 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 24 }, "end": { - "line": 35, + "line": 36, "column": 25 } } @@ -2396,31 +2522,31 @@ "type": "Identifier", "name": "target_id", "range": [ - 1160, - 1169 + 1208, + 1217 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 26 }, "end": { - "line": 35, + "line": 36, "column": 35 } } }, "range": [ - 1158, - 1169 + 1206, + 1217 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 24 }, "end": { - "line": 35, + "line": 36, "column": 35 } } @@ -2430,61 +2556,61 @@ "value": null, "raw": "null", "range": [ - 1173, - 1177 + 1221, + 1225 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 39 }, "end": { - "line": 35, + "line": 36, "column": 43 } } }, "range": [ - 1158, - 1177 + 1206, + 1225 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 24 }, "end": { - "line": 35, + "line": 36, "column": 43 } } }, "range": [ - 1142, - 1177 + 1190, + 1225 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 43 } } }, "range": [ - 1142, - 1178 + 1190, + 1226 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 8 }, "end": { - "line": 35, + "line": 36, "column": 44 } }, @@ -2493,16 +2619,16 @@ "type": "Line", "value": "id of container element", "range": [ - 1108, - 1133 + 1156, + 1181 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 33 } } @@ -2513,16 +2639,16 @@ "type": "Line", "value": "enables/disables expand/collapse icon", "range": [ - 1187, - 1226 + 1235, + 1274 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 47 } } @@ -2540,16 +2666,16 @@ "object": { "type": "ThisExpression", "range": [ - 1235, - 1239 + 1283, + 1287 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 12 } } @@ -2558,31 +2684,31 @@ "type": "Identifier", "name": "enableIcon", "range": [ - 1240, - 1250 + 1288, + 1298 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 13 }, "end": { - "line": 37, + "line": 38, "column": 23 } } }, "range": [ - 1235, - 1250 + 1283, + 1298 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 23 } } @@ -2599,16 +2725,16 @@ "type": "Identifier", "name": "f", "range": [ - 1253, - 1254 + 1301, + 1302 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 26 }, "end": { - "line": 37, + "line": 38, "column": 27 } } @@ -2617,31 +2743,31 @@ "type": "Identifier", "name": "enable_icon", "range": [ - 1255, - 1266 + 1303, + 1314 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 28 }, "end": { - "line": 37, + "line": 38, "column": 39 } } }, "range": [ - 1253, - 1266 + 1301, + 1314 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 26 }, "end": { - "line": 37, + "line": 38, "column": 39 } } @@ -2651,31 +2777,31 @@ "value": false, "raw": "false", "range": [ - 1271, - 1276 + 1319, + 1324 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 44 }, "end": { - "line": 37, + "line": 38, "column": 49 } } }, "range": [ - 1253, - 1276 + 1301, + 1324 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 26 }, "end": { - "line": 37, + "line": 38, "column": 49 } } @@ -2685,16 +2811,16 @@ "value": false, "raw": "false", "range": [ - 1279, - 1284 + 1327, + 1332 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 52 }, "end": { - "line": 37, + "line": 38, "column": 57 } } @@ -2704,61 +2830,61 @@ "value": true, "raw": "true", "range": [ - 1287, - 1291 + 1335, + 1339 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 60 }, "end": { - "line": 37, + "line": 38, "column": 64 } } }, "range": [ - 1253, - 1291 + 1301, + 1339 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 26 }, "end": { - "line": 37, + "line": 38, "column": 64 } } }, "range": [ - 1235, - 1291 + 1283, + 1339 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 64 } } }, "range": [ - 1235, - 1292 + 1283, + 1340 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 8 }, "end": { - "line": 37, + "line": 38, "column": 65 } }, @@ -2767,16 +2893,16 @@ "type": "Line", "value": "enables/disables expand/collapse icon", "range": [ - 1187, - 1226 + 1235, + 1274 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 47 } } @@ -2794,16 +2920,16 @@ "object": { "type": "ThisExpression", "range": [ - 1301, - 1305 + 1349, + 1353 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 12 } } @@ -2812,31 +2938,31 @@ "type": "Identifier", "name": "btnText", "range": [ - 1306, - 1313 + 1354, + 1361 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 13 }, "end": { - "line": 38, + "line": 39, "column": 20 } } }, "range": [ - 1301, - 1313 + 1349, + 1361 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 20 } } @@ -2851,16 +2977,16 @@ "type": "Identifier", "name": "f", "range": [ - 1316, - 1317 + 1364, + 1365 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 23 }, "end": { - "line": 38, + "line": 39, "column": 24 } } @@ -2869,31 +2995,31 @@ "type": "Identifier", "name": "btn_text", "range": [ - 1318, - 1326 + 1366, + 1374 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 25 }, "end": { - "line": 38, + "line": 39, "column": 33 } } }, "range": [ - 1316, - 1326 + 1364, + 1374 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 23 }, "end": { - "line": 38, + "line": 39, "column": 33 } } @@ -2903,61 +3029,61 @@ "value": "", "raw": "''", "range": [ - 1330, - 1332 + 1378, + 1380 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 37 }, "end": { - "line": 38, + "line": 39, "column": 39 } } }, "range": [ - 1316, - 1332 + 1364, + 1380 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 23 }, "end": { - "line": 38, + "line": 39, "column": 39 } } }, "range": [ - 1301, - 1332 + 1349, + 1380 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 39 } } }, "range": [ - 1301, - 1333 + 1349, + 1381 ], "loc": { "start": { - "line": 38, + "line": 39, "column": 8 }, "end": { - "line": 38, + "line": 39, "column": 40 } }, @@ -2966,16 +3092,16 @@ "type": "Line", "value": "defines expand/collapse filters text", "range": [ - 1343, - 1381 + 1391, + 1429 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 46 } } @@ -2993,16 +3119,16 @@ "object": { "type": "ThisExpression", "range": [ - 1390, - 1394 + 1438, + 1442 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 12 } } @@ -3011,31 +3137,31 @@ "type": "Identifier", "name": "collapseBtnHtml", "range": [ - 1395, - 1410 + 1443, + 1458 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 13 }, "end": { - "line": 41, + "line": 42, "column": 28 } } }, "range": [ - 1390, - 1410 + 1438, + 1458 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 42, "column": 28 } } @@ -3048,16 +3174,16 @@ "object": { "type": "ThisExpression", "range": [ - 1413, - 1417 + 1461, + 1465 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 31 }, "end": { - "line": 41, + "line": 42, "column": 35 } } @@ -3066,31 +3192,31 @@ "type": "Identifier", "name": "enableIcon", "range": [ - 1418, - 1428 + 1466, + 1476 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 36 }, "end": { - "line": 41, + "line": 42, "column": 46 } } }, "range": [ - 1413, - 1428 + 1461, + 1476 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 31 }, "end": { - "line": 41, + "line": 42, "column": 46 } } @@ -3104,16 +3230,16 @@ "object": { "type": "ThisExpression", "range": [ - 1443, - 1447 + 1491, + 1495 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 16 } } @@ -3122,31 +3248,31 @@ "type": "Identifier", "name": "icnCollapseHtml", "range": [ - 1448, - 1463 + 1496, + 1511 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 17 }, "end": { - "line": 42, + "line": 43, "column": 32 } } }, "range": [ - 1443, - 1463 + 1491, + 1511 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 32 } } @@ -3157,16 +3283,16 @@ "object": { "type": "ThisExpression", "range": [ - 1466, - 1470 + 1514, + 1518 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 35 }, "end": { - "line": 42, + "line": 43, "column": 39 } } @@ -3175,46 +3301,46 @@ "type": "Identifier", "name": "btnText", "range": [ - 1471, - 1478 + 1519, + 1526 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 40 }, "end": { - "line": 42, + "line": 43, "column": 47 } } }, "range": [ - 1466, - 1478 + 1514, + 1526 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 35 }, "end": { - "line": 42, + "line": 43, "column": 47 } } }, "range": [ - 1443, - 1478 + 1491, + 1526 ], "loc": { "start": { - "line": 42, + "line": 43, "column": 12 }, "end": { - "line": 42, + "line": 43, "column": 47 } } @@ -3228,16 +3354,16 @@ "object": { "type": "ThisExpression", "range": [ - 1493, - 1497 + 1541, + 1545 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 12 }, "end": { - "line": 43, + "line": 44, "column": 16 } } @@ -3246,31 +3372,31 @@ "type": "Identifier", "name": "btnText", "range": [ - 1498, - 1505 + 1546, + 1553 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 17 }, "end": { - "line": 43, + "line": 44, "column": 24 } } }, "range": [ - 1493, - 1505 + 1541, + 1553 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 12 }, "end": { - "line": 43, + "line": 44, "column": 24 } } @@ -3281,16 +3407,16 @@ "object": { "type": "ThisExpression", "range": [ - 1509, - 1513 + 1557, + 1561 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 28 }, "end": { - "line": 43, + "line": 44, "column": 32 } } @@ -3299,91 +3425,91 @@ "type": "Identifier", "name": "defaultText", "range": [ - 1514, - 1525 + 1562, + 1573 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 33 }, "end": { - "line": 43, + "line": 44, "column": 44 } } }, "range": [ - 1509, - 1525 + 1557, + 1573 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 28 }, "end": { - "line": 43, + "line": 44, "column": 44 } } }, "range": [ - 1493, - 1525 + 1541, + 1573 ], "loc": { "start": { - "line": 43, + "line": 44, "column": 12 }, "end": { - "line": 43, + "line": 44, "column": 44 } } }, "range": [ - 1413, - 1525 + 1461, + 1573 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 31 }, "end": { - "line": 43, + "line": 44, "column": 44 } } }, "range": [ - 1390, - 1525 + 1438, + 1573 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 44 } } }, "range": [ - 1390, - 1526 + 1438, + 1574 ], "loc": { "start": { - "line": 41, + "line": 42, "column": 8 }, "end": { - "line": 43, + "line": 44, "column": 45 } }, @@ -3392,16 +3518,16 @@ "type": "Line", "value": "defines expand/collapse filters text", "range": [ - 1343, - 1381 + 1391, + 1429 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 46 } } @@ -3419,16 +3545,16 @@ "object": { "type": "ThisExpression", "range": [ - 1535, - 1539 + 1583, + 1587 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 12 } } @@ -3437,31 +3563,31 @@ "type": "Identifier", "name": "expandBtnHtml", "range": [ - 1540, - 1553 + 1588, + 1601 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 13 }, "end": { - "line": 44, + "line": 45, "column": 26 } } }, "range": [ - 1535, - 1553 + 1583, + 1601 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 45, "column": 26 } } @@ -3474,16 +3600,16 @@ "object": { "type": "ThisExpression", "range": [ - 1556, - 1560 + 1604, + 1608 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 29 }, "end": { - "line": 44, + "line": 45, "column": 33 } } @@ -3492,31 +3618,31 @@ "type": "Identifier", "name": "enableIcon", "range": [ - 1561, - 1571 + 1609, + 1619 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 34 }, "end": { - "line": 44, + "line": 45, "column": 44 } } }, "range": [ - 1556, - 1571 + 1604, + 1619 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 29 }, "end": { - "line": 44, + "line": 45, "column": 44 } } @@ -3524,130 +3650,6 @@ "consequent": { "type": "BinaryExpression", "operator": "+", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 1586, - 1590 - ], - "loc": { - "start": { - "line": 45, - "column": 12 - }, - "end": { - "line": 45, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "icnExpandHtml", - "range": [ - 1591, - 1604 - ], - "loc": { - "start": { - "line": 45, - "column": 17 - }, - "end": { - "line": 45, - "column": 30 - } - } - }, - "range": [ - 1586, - 1604 - ], - "loc": { - "start": { - "line": 45, - "column": 12 - }, - "end": { - "line": 45, - "column": 30 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 1607, - 1611 - ], - "loc": { - "start": { - "line": 45, - "column": 33 - }, - "end": { - "line": 45, - "column": 37 - } - } - }, - "property": { - "type": "Identifier", - "name": "btnText", - "range": [ - 1612, - 1619 - ], - "loc": { - "start": { - "line": 45, - "column": 38 - }, - "end": { - "line": 45, - "column": 45 - } - } - }, - "range": [ - 1607, - 1619 - ], - "loc": { - "start": { - "line": 45, - "column": 33 - }, - "end": { - "line": 45, - "column": 45 - } - } - }, - "range": [ - 1586, - 1619 - ], - "loc": { - "start": { - "line": 45, - "column": 12 - }, - "end": { - "line": 45, - "column": 45 - } - } - }, - "alternate": { - "type": "LogicalExpression", - "operator": "||", "left": { "type": "MemberExpression", "computed": false, @@ -3670,10 +3672,10 @@ }, "property": { "type": "Identifier", - "name": "btnText", + "name": "icnExpandHtml", "range": [ 1639, - 1646 + 1652 ], "loc": { "start": { @@ -3682,13 +3684,13 @@ }, "end": { "line": 46, - "column": 24 + "column": 30 } } }, "range": [ 1634, - 1646 + 1652 ], "loc": { "start": { @@ -3697,6 +3699,130 @@ }, "end": { "line": 46, + "column": 30 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1655, + 1659 + ], + "loc": { + "start": { + "line": 46, + "column": 33 + }, + "end": { + "line": 46, + "column": 37 + } + } + }, + "property": { + "type": "Identifier", + "name": "btnText", + "range": [ + 1660, + 1667 + ], + "loc": { + "start": { + "line": 46, + "column": 38 + }, + "end": { + "line": 46, + "column": 45 + } + } + }, + "range": [ + 1655, + 1667 + ], + "loc": { + "start": { + "line": 46, + "column": 33 + }, + "end": { + "line": 46, + "column": 45 + } + } + }, + "range": [ + 1634, + 1667 + ], + "loc": { + "start": { + "line": 46, + "column": 12 + }, + "end": { + "line": 46, + "column": 45 + } + } + }, + "alternate": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1682, + 1686 + ], + "loc": { + "start": { + "line": 47, + "column": 12 + }, + "end": { + "line": 47, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "btnText", + "range": [ + 1687, + 1694 + ], + "loc": { + "start": { + "line": 47, + "column": 17 + }, + "end": { + "line": 47, + "column": 24 + } + } + }, + "range": [ + 1682, + 1694 + ], + "loc": { + "start": { + "line": 47, + "column": 12 + }, + "end": { + "line": 47, "column": 24 } } @@ -3707,16 +3833,16 @@ "object": { "type": "ThisExpression", "range": [ - 1650, - 1654 + 1698, + 1702 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 28 }, "end": { - "line": 46, + "line": 47, "column": 32 } } @@ -3725,91 +3851,91 @@ "type": "Identifier", "name": "defaultText", "range": [ - 1655, - 1666 + 1703, + 1714 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 33 }, "end": { - "line": 46, + "line": 47, "column": 44 } } }, "range": [ - 1650, - 1666 + 1698, + 1714 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 28 }, "end": { - "line": 46, + "line": 47, "column": 44 } } }, "range": [ - 1634, - 1666 + 1682, + 1714 ], "loc": { "start": { - "line": 46, + "line": 47, "column": 12 }, "end": { - "line": 46, + "line": 47, "column": 44 } } }, "range": [ - 1556, - 1666 + 1604, + 1714 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 29 }, "end": { - "line": 46, + "line": 47, "column": 44 } } }, "range": [ - 1535, - 1666 + 1583, + 1714 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 44 } } }, "range": [ - 1535, - 1667 + 1583, + 1715 ], "loc": { "start": { - "line": 44, + "line": 45, "column": 8 }, "end": { - "line": 46, + "line": 47, "column": 45 } }, @@ -3818,16 +3944,16 @@ "type": "Line", "value": "defines expand/collapse filters button innerHtml", "range": [ - 1677, - 1727 + 1725, + 1775 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 58 } } @@ -3845,16 +3971,16 @@ "object": { "type": "ThisExpression", "range": [ - 1736, - 1740 + 1784, + 1788 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 12 } } @@ -3863,31 +3989,31 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 1741, - 1748 + 1789, + 1796 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 13 }, "end": { - "line": 49, + "line": 50, "column": 20 } } }, "range": [ - 1736, - 1748 + 1784, + 1796 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 20 } } @@ -3902,16 +4028,16 @@ "type": "Identifier", "name": "f", "range": [ - 1751, - 1752 + 1799, + 1800 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 23 }, "end": { - "line": 49, + "line": 50, "column": 24 } } @@ -3920,31 +4046,31 @@ "type": "Identifier", "name": "btn_html", "range": [ - 1753, - 1761 + 1801, + 1809 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 25 }, "end": { - "line": 49, + "line": 50, "column": 33 } } }, "range": [ - 1751, - 1761 + 1799, + 1809 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 23 }, "end": { - "line": 49, + "line": 50, "column": 33 } } @@ -3954,61 +4080,61 @@ "value": null, "raw": "null", "range": [ - 1765, - 1769 + 1813, + 1817 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 37 }, "end": { - "line": 49, + "line": 50, "column": 41 } } }, "range": [ - 1751, - 1769 + 1799, + 1817 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 23 }, "end": { - "line": 49, + "line": 50, "column": 41 } } }, "range": [ - 1736, - 1769 + 1784, + 1817 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 41 } } }, "range": [ - 1736, - 1770 + 1784, + 1818 ], "loc": { "start": { - "line": 49, + "line": 50, "column": 8 }, "end": { - "line": 49, + "line": 50, "column": 42 } }, @@ -4017,16 +4143,16 @@ "type": "Line", "value": "defines expand/collapse filters button innerHtml", "range": [ - 1677, - 1727 + 1725, + 1775 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 58 } } @@ -4037,16 +4163,16 @@ "type": "Line", "value": "defines css class for expand/collapse filters button", "range": [ - 1779, - 1833 + 1827, + 1881 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 62 } } @@ -4064,16 +4190,16 @@ "object": { "type": "ThisExpression", "range": [ - 1842, - 1846 + 1890, + 1894 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 12 } } @@ -4082,31 +4208,31 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 1847, - 1858 + 1895, + 1906 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 13 }, "end": { - "line": 51, + "line": 52, "column": 24 } } }, "range": [ - 1842, - 1858 + 1890, + 1906 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 24 } } @@ -4121,16 +4247,16 @@ "type": "Identifier", "name": "f", "range": [ - 1861, - 1862 + 1909, + 1910 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 27 }, "end": { - "line": 51, + "line": 52, "column": 28 } } @@ -4139,31 +4265,31 @@ "type": "Identifier", "name": "btn_css_class", "range": [ - 1863, - 1876 + 1911, + 1924 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 29 }, "end": { - "line": 51, + "line": 52, "column": 42 } } }, "range": [ - 1861, - 1876 + 1909, + 1924 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 27 }, "end": { - "line": 51, + "line": 52, "column": 42 } } @@ -4173,61 +4299,61 @@ "value": "btnExpClpFlt", "raw": "'btnExpClpFlt'", "range": [ - 1880, - 1894 + 1928, + 1942 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 46 }, "end": { - "line": 51, + "line": 52, "column": 60 } } }, "range": [ - 1861, - 1894 + 1909, + 1942 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 27 }, "end": { - "line": 51, + "line": 52, "column": 60 } } }, "range": [ - 1842, - 1894 + 1890, + 1942 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 60 } } }, "range": [ - 1842, - 1895 + 1890, + 1943 ], "loc": { "start": { - "line": 51, + "line": 52, "column": 8 }, "end": { - "line": 51, + "line": 52, "column": 61 } }, @@ -4236,16 +4362,16 @@ "type": "Line", "value": "defines css class for expand/collapse filters button", "range": [ - 1779, - 1833 + 1827, + 1881 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 62 } } @@ -4256,16 +4382,16 @@ "type": "Line", "value": "defines css class span containing expand/collapse filters", "range": [ - 1904, - 1963 + 1952, + 2011 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 67 } } @@ -4283,16 +4409,16 @@ "object": { "type": "ThisExpression", "range": [ - 1972, - 1976 + 2020, + 2024 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 12 } } @@ -4301,31 +4427,31 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 1977, - 1989 + 2025, + 2037 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 13 }, "end": { - "line": 53, + "line": 54, "column": 25 } } }, "range": [ - 1972, - 1989 + 2020, + 2037 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 25 } } @@ -4340,16 +4466,16 @@ "type": "Identifier", "name": "f", "range": [ - 1992, - 1993 + 2040, + 2041 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 28 }, "end": { - "line": 53, + "line": 54, "column": 29 } } @@ -4358,31 +4484,31 @@ "type": "Identifier", "name": "cont_css_class", "range": [ - 1994, - 2008 + 2042, + 2056 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 30 }, "end": { - "line": 53, + "line": 54, "column": 44 } } }, "range": [ - 1992, - 2008 + 2040, + 2056 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 28 }, "end": { - "line": 53, + "line": 54, "column": 44 } } @@ -4392,61 +4518,61 @@ "value": "expClpFlt", "raw": "'expClpFlt'", "range": [ - 2012, - 2023 + 2060, + 2071 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 48 }, "end": { - "line": 53, + "line": 54, "column": 59 } } }, "range": [ - 1992, - 2023 + 2040, + 2071 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 28 }, "end": { - "line": 53, + "line": 54, "column": 59 } } }, "range": [ - 1972, - 2023 + 2020, + 2071 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 59 } } }, "range": [ - 1972, - 2024 + 2020, + 2072 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 53, + "line": 54, "column": 60 } }, @@ -4455,16 +4581,16 @@ "type": "Line", "value": "defines css class span containing expand/collapse filters", "range": [ - 1904, - 1963 + 1952, + 2011 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 67 } } @@ -4482,16 +4608,16 @@ "object": { "type": "ThisExpression", "range": [ - 2033, - 2037 + 2081, + 2085 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 12 } } @@ -4500,31 +4626,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 2038, - 2053 + 2086, + 2101 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 13 }, "end": { - "line": 54, + "line": 55, "column": 28 } } }, "range": [ - 2033, - 2053 + 2081, + 2101 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 54, + "line": 55, "column": 28 } } @@ -4543,16 +4669,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2057, - 2062 + 2105, + 2110 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 32 }, "end": { - "line": 54, + "line": 55, "column": 37 } } @@ -4561,31 +4687,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 2063, - 2070 + 2111, + 2118 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 38 }, "end": { - "line": 54, + "line": 55, "column": 45 } } }, "range": [ - 2057, - 2070 + 2105, + 2118 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 32 }, "end": { - "line": 54, + "line": 55, "column": 45 } } @@ -4598,16 +4724,16 @@ "type": "Identifier", "name": "f", "range": [ - 2071, - 2072 + 2119, + 2120 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 46 }, "end": { - "line": 54, + "line": 55, "column": 47 } } @@ -4616,63 +4742,63 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 2073, - 2090 + 2121, + 2138 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 48 }, "end": { - "line": 54, + "line": 55, "column": 65 } } }, "range": [ - 2071, - 2090 + 2119, + 2138 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 46 }, "end": { - "line": 54, + "line": 55, "column": 65 } } } ], "range": [ - 2057, - 2091 + 2105, + 2139 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 32 }, "end": { - "line": 54, + "line": 55, "column": 66 } } }, "prefix": true, "range": [ - 2056, - 2091 + 2104, + 2139 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 31 }, "end": { - "line": 54, + "line": 55, "column": 66 } } @@ -4684,16 +4810,16 @@ "type": "Identifier", "name": "f", "range": [ - 2106, - 2107 + 2154, + 2155 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 12 }, "end": { - "line": 55, + "line": 56, "column": 13 } } @@ -4702,31 +4828,31 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 2108, - 2125 + 2156, + 2173 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 14 }, "end": { - "line": 55, + "line": 56, "column": 31 } } }, "range": [ - 2106, - 2125 + 2154, + 2173 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 12 }, "end": { - "line": 55, + "line": 56, "column": 31 } } @@ -4740,16 +4866,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2128, - 2130 + 2176, + 2178 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 34 }, "end": { - "line": 55, + "line": 56, "column": 36 } } @@ -4758,92 +4884,92 @@ "type": "Identifier", "name": "getFiltersRowIndex", "range": [ - 2131, - 2149 + 2179, + 2197 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 37 }, "end": { - "line": 55, + "line": 56, "column": 55 } } }, "range": [ - 2128, - 2149 + 2176, + 2197 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 34 }, "end": { - "line": 55, + "line": 56, "column": 55 } } }, "arguments": [], "range": [ - 2128, - 2151 + 2176, + 2199 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 34 }, "end": { - "line": 55, + "line": 56, "column": 57 } } }, "range": [ - 2056, - 2151 + 2104, + 2199 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 31 }, "end": { - "line": 55, + "line": 56, "column": 57 } } }, "range": [ - 2033, - 2151 + 2081, + 2199 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 57 } } }, "range": [ - 2033, - 2152 + 2081, + 2200 ], "loc": { "start": { - "line": 54, + "line": 55, "column": 8 }, "end": { - "line": 55, + "line": 56, "column": 58 } } @@ -4859,16 +4985,16 @@ "object": { "type": "ThisExpression", "range": [ - 2162, - 2166 + 2210, + 2214 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 12 } } @@ -4877,31 +5003,31 @@ "type": "Identifier", "name": "visibleAtStart", "range": [ - 2167, - 2181 + 2215, + 2229 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 13 }, "end": { - "line": 57, + "line": 58, "column": 27 } } }, "range": [ - 2162, - 2181 + 2210, + 2229 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 57, + "line": 58, "column": 27 } } @@ -4920,16 +5046,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2185, - 2190 + 2233, + 2238 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 31 }, "end": { - "line": 57, + "line": 58, "column": 36 } } @@ -4938,31 +5064,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 2191, - 2198 + 2239, + 2246 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 37 }, "end": { - "line": 57, + "line": 58, "column": 44 } } }, "range": [ - 2185, - 2198 + 2233, + 2246 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 31 }, "end": { - "line": 57, + "line": 58, "column": 44 } } @@ -4975,16 +5101,16 @@ "type": "Identifier", "name": "f", "range": [ - 2199, - 2200 + 2247, + 2248 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 45 }, "end": { - "line": 57, + "line": 58, "column": 46 } } @@ -4993,63 +5119,63 @@ "type": "Identifier", "name": "visible_at_start", "range": [ - 2201, - 2217 + 2249, + 2265 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 47 }, "end": { - "line": 57, + "line": 58, "column": 63 } } }, "range": [ - 2199, - 2217 + 2247, + 2265 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 45 }, "end": { - "line": 57, + "line": 58, "column": 63 } } } ], "range": [ - 2185, - 2218 + 2233, + 2266 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 31 }, "end": { - "line": 57, + "line": 58, "column": 64 } } }, "prefix": true, "range": [ - 2184, - 2218 + 2232, + 2266 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 30 }, "end": { - "line": 57, + "line": 58, "column": 64 } } @@ -5060,16 +5186,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 2233, - 2240 + 2281, + 2288 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 19 } } @@ -5082,16 +5208,16 @@ "type": "Identifier", "name": "f", "range": [ - 2241, - 2242 + 2289, + 2290 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 20 }, "end": { - "line": 58, + "line": 59, "column": 21 } } @@ -5100,47 +5226,47 @@ "type": "Identifier", "name": "visible_at_start", "range": [ - 2243, - 2259 + 2291, + 2307 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 22 }, "end": { - "line": 58, + "line": 59, "column": 38 } } }, "range": [ - 2241, - 2259 + 2289, + 2307 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 20 }, "end": { - "line": 58, + "line": 59, "column": 38 } } } ], "range": [ - 2233, - 2260 + 2281, + 2308 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 12 }, "end": { - "line": 58, + "line": 59, "column": 39 } } @@ -5150,61 +5276,61 @@ "value": true, "raw": "true", "range": [ - 2263, - 2267 + 2311, + 2315 ], "loc": { "start": { - "line": 58, + "line": 59, "column": 42 }, "end": { - "line": 58, + "line": 59, "column": 46 } } }, "range": [ - 2184, - 2267 + 2232, + 2315 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 30 }, "end": { - "line": 58, + "line": 59, "column": 46 } } }, "range": [ - 2162, - 2267 + 2210, + 2315 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 46 } } }, "range": [ - 2162, - 2268 + 2210, + 2316 ], "loc": { "start": { - "line": 57, + "line": 58, "column": 8 }, "end": { - "line": 58, + "line": 59, "column": 47 } }, @@ -5213,16 +5339,16 @@ "type": "Line", "value": " Prefix", "range": [ - 2278, - 2287 + 2326, + 2335 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 17 } } @@ -5240,16 +5366,16 @@ "object": { "type": "ThisExpression", "range": [ - 2296, - 2300 + 2344, + 2348 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 12 } } @@ -5258,31 +5384,31 @@ "type": "Identifier", "name": "prfx", "range": [ - 2301, - 2305 + 2349, + 2353 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 13 }, "end": { - "line": 61, + "line": 62, "column": 17 } } }, "range": [ - 2296, - 2305 + 2344, + 2353 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 17 } } @@ -5292,46 +5418,46 @@ "value": "fltsVis_", "raw": "'fltsVis_'", "range": [ - 2308, - 2318 + 2356, + 2366 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 20 }, "end": { - "line": 61, + "line": 62, "column": 30 } } }, "range": [ - 2296, - 2318 + 2344, + 2366 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 30 } } }, "range": [ - 2296, - 2319 + 2344, + 2367 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 31 } }, @@ -5340,16 +5466,16 @@ "type": "Line", "value": " Prefix", "range": [ - 2278, - 2287 + 2326, + 2335 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 17 } } @@ -5360,16 +5486,16 @@ "type": "Line", "value": "callback before filters row is shown", "range": [ - 2329, - 2367 + 2377, + 2415 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 46 } } @@ -5387,16 +5513,16 @@ "object": { "type": "ThisExpression", "range": [ - 2376, - 2380 + 2424, + 2428 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 12 } } @@ -5405,31 +5531,31 @@ "type": "Identifier", "name": "onBeforeShow", "range": [ - 2381, - 2393 + 2429, + 2441 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 13 }, "end": { - "line": 64, + "line": 65, "column": 25 } } }, "range": [ - 2376, - 2393 + 2424, + 2441 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 64, + "line": 65, "column": 25 } } @@ -5445,16 +5571,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2396, - 2401 + 2444, + 2449 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 28 }, "end": { - "line": 64, + "line": 65, "column": 33 } } @@ -5463,31 +5589,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 2402, - 2406 + 2450, + 2454 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 34 }, "end": { - "line": 64, + "line": 65, "column": 38 } } }, "range": [ - 2396, - 2406 + 2444, + 2454 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 28 }, "end": { - "line": 64, + "line": 65, "column": 38 } } @@ -5500,16 +5626,16 @@ "type": "Identifier", "name": "f", "range": [ - 2407, - 2408 + 2455, + 2456 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 39 }, "end": { - "line": 64, + "line": 65, "column": 40 } } @@ -5518,47 +5644,47 @@ "type": "Identifier", "name": "on_before_show", "range": [ - 2409, - 2423 + 2457, + 2471 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 41 }, "end": { - "line": 64, + "line": 65, "column": 55 } } }, "range": [ - 2407, - 2423 + 2455, + 2471 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 39 }, "end": { - "line": 64, + "line": 65, "column": 55 } } } ], "range": [ - 2396, - 2424 + 2444, + 2472 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 28 }, "end": { - "line": 64, + "line": 65, "column": 56 } } @@ -5570,16 +5696,16 @@ "type": "Identifier", "name": "f", "range": [ - 2439, - 2440 + 2487, + 2488 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 12 }, "end": { - "line": 65, + "line": 66, "column": 13 } } @@ -5588,31 +5714,31 @@ "type": "Identifier", "name": "on_before_show", "range": [ - 2441, - 2455 + 2489, + 2503 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 14 }, "end": { - "line": 65, + "line": 66, "column": 28 } } }, "range": [ - 2439, - 2455 + 2487, + 2503 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 12 }, "end": { - "line": 65, + "line": 66, "column": 28 } } @@ -5622,61 +5748,61 @@ "value": null, "raw": "null", "range": [ - 2458, - 2462 + 2506, + 2510 ], "loc": { "start": { - "line": 65, + "line": 66, "column": 31 }, "end": { - "line": 65, + "line": 66, "column": 35 } } }, "range": [ - 2396, - 2462 + 2444, + 2510 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 28 }, "end": { - "line": 65, + "line": 66, "column": 35 } } }, "range": [ - 2376, - 2462 + 2424, + 2510 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 35 } } }, "range": [ - 2376, - 2463 + 2424, + 2511 ], "loc": { "start": { - "line": 64, + "line": 65, "column": 8 }, "end": { - "line": 65, + "line": 66, "column": 36 } }, @@ -5685,16 +5811,16 @@ "type": "Line", "value": "callback before filters row is shown", "range": [ - 2329, - 2367 + 2377, + 2415 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 46 } } @@ -5705,16 +5831,16 @@ "type": "Line", "value": "callback after filters row is shown", "range": [ - 2472, - 2509 + 2520, + 2557 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 45 } } @@ -5732,16 +5858,16 @@ "object": { "type": "ThisExpression", "range": [ - 2518, - 2522 + 2566, + 2570 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 12 } } @@ -5750,31 +5876,31 @@ "type": "Identifier", "name": "onAfterShow", "range": [ - 2523, - 2534 + 2571, + 2582 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 13 }, "end": { - "line": 67, + "line": 68, "column": 24 } } }, "range": [ - 2518, - 2534 + 2566, + 2582 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 24 } } @@ -5790,16 +5916,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2537, - 2542 + 2585, + 2590 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 27 }, "end": { - "line": 67, + "line": 68, "column": 32 } } @@ -5808,31 +5934,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 2543, - 2547 + 2591, + 2595 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 33 }, "end": { - "line": 67, + "line": 68, "column": 37 } } }, "range": [ - 2537, - 2547 + 2585, + 2595 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 27 }, "end": { - "line": 67, + "line": 68, "column": 37 } } @@ -5845,16 +5971,16 @@ "type": "Identifier", "name": "f", "range": [ - 2548, - 2549 + 2596, + 2597 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 38 }, "end": { - "line": 67, + "line": 68, "column": 39 } } @@ -5863,47 +5989,47 @@ "type": "Identifier", "name": "on_after_show", "range": [ - 2550, - 2563 + 2598, + 2611 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 40 }, "end": { - "line": 67, + "line": 68, "column": 53 } } }, "range": [ - 2548, - 2563 + 2596, + 2611 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 38 }, "end": { - "line": 67, + "line": 68, "column": 53 } } } ], "range": [ - 2537, - 2564 + 2585, + 2612 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 27 }, "end": { - "line": 67, + "line": 68, "column": 54 } } @@ -5915,16 +6041,16 @@ "type": "Identifier", "name": "f", "range": [ - 2579, - 2580 + 2627, + 2628 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 13 } } @@ -5933,31 +6059,31 @@ "type": "Identifier", "name": "on_after_show", "range": [ - 2581, - 2594 + 2629, + 2642 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 14 }, "end": { - "line": 68, + "line": 69, "column": 27 } } }, "range": [ - 2579, - 2594 + 2627, + 2642 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 12 }, "end": { - "line": 68, + "line": 69, "column": 27 } } @@ -5967,61 +6093,61 @@ "value": null, "raw": "null", "range": [ - 2597, - 2601 + 2645, + 2649 ], "loc": { "start": { - "line": 68, + "line": 69, "column": 30 }, "end": { - "line": 68, + "line": 69, "column": 34 } } }, "range": [ - 2537, - 2601 + 2585, + 2649 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 27 }, "end": { - "line": 68, + "line": 69, "column": 34 } } }, "range": [ - 2518, - 2601 + 2566, + 2649 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 34 } } }, "range": [ - 2518, - 2602 + 2566, + 2650 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 68, + "line": 69, "column": 35 } }, @@ -6030,16 +6156,16 @@ "type": "Line", "value": "callback after filters row is shown", "range": [ - 2472, - 2509 + 2520, + 2557 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 45 } } @@ -6050,16 +6176,16 @@ "type": "Line", "value": "callback before filters row is hidden", "range": [ - 2611, - 2650 + 2659, + 2698 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 69, + "line": 70, "column": 47 } } @@ -6077,16 +6203,16 @@ "object": { "type": "ThisExpression", "range": [ - 2659, - 2663 + 2707, + 2711 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 8 }, "end": { - "line": 70, + "line": 71, "column": 12 } } @@ -6095,31 +6221,31 @@ "type": "Identifier", "name": "onBeforeHide", "range": [ - 2664, - 2676 + 2712, + 2724 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 13 }, "end": { - "line": 70, + "line": 71, "column": 25 } } }, "range": [ - 2659, - 2676 + 2707, + 2724 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 8 }, "end": { - "line": 70, + "line": 71, "column": 25 } } @@ -6135,16 +6261,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2679, - 2684 + 2727, + 2732 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 28 }, "end": { - "line": 70, + "line": 71, "column": 33 } } @@ -6153,31 +6279,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 2685, - 2689 + 2733, + 2737 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 34 }, "end": { - "line": 70, + "line": 71, "column": 38 } } }, "range": [ - 2679, - 2689 + 2727, + 2737 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 28 }, "end": { - "line": 70, + "line": 71, "column": 38 } } @@ -6190,16 +6316,16 @@ "type": "Identifier", "name": "f", "range": [ - 2690, - 2691 + 2738, + 2739 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 39 }, "end": { - "line": 70, + "line": 71, "column": 40 } } @@ -6208,47 +6334,47 @@ "type": "Identifier", "name": "on_before_hide", "range": [ - 2692, - 2706 + 2740, + 2754 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 41 }, "end": { - "line": 70, + "line": 71, "column": 55 } } }, "range": [ - 2690, - 2706 + 2738, + 2754 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 39 }, "end": { - "line": 70, + "line": 71, "column": 55 } } } ], "range": [ - 2679, - 2707 + 2727, + 2755 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 28 }, "end": { - "line": 70, + "line": 71, "column": 56 } } @@ -6260,16 +6386,16 @@ "type": "Identifier", "name": "f", "range": [ - 2722, - 2723 + 2770, + 2771 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 13 } } @@ -6278,31 +6404,31 @@ "type": "Identifier", "name": "on_before_hide", "range": [ - 2724, - 2738 + 2772, + 2786 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 14 }, "end": { - "line": 71, + "line": 72, "column": 28 } } }, "range": [ - 2722, - 2738 + 2770, + 2786 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 12 }, "end": { - "line": 71, + "line": 72, "column": 28 } } @@ -6312,61 +6438,61 @@ "value": null, "raw": "null", "range": [ - 2741, - 2745 + 2789, + 2793 ], "loc": { "start": { - "line": 71, + "line": 72, "column": 31 }, "end": { - "line": 71, + "line": 72, "column": 35 } } }, "range": [ - 2679, - 2745 + 2727, + 2793 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 28 }, "end": { - "line": 71, + "line": 72, "column": 35 } } }, "range": [ - 2659, - 2745 + 2707, + 2793 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 8 }, "end": { - "line": 71, + "line": 72, "column": 35 } } }, "range": [ - 2659, - 2746 + 2707, + 2794 ], "loc": { "start": { - "line": 70, + "line": 71, "column": 8 }, "end": { - "line": 71, + "line": 72, "column": 36 } }, @@ -6375,16 +6501,16 @@ "type": "Line", "value": "callback before filters row is hidden", "range": [ - 2611, - 2650 + 2659, + 2698 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 69, + "line": 70, "column": 47 } } @@ -6395,16 +6521,16 @@ "type": "Line", "value": "callback after filters row is hidden", "range": [ - 2755, - 2793 + 2803, + 2841 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 46 } } @@ -6422,16 +6548,16 @@ "object": { "type": "ThisExpression", "range": [ - 2802, - 2806 + 2850, + 2854 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 12 } } @@ -6440,31 +6566,31 @@ "type": "Identifier", "name": "onAfterHide", "range": [ - 2807, - 2818 + 2855, + 2866 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 13 }, "end": { - "line": 73, + "line": 74, "column": 24 } } }, "range": [ - 2802, - 2818 + 2850, + 2866 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 24 } } @@ -6480,16 +6606,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2821, - 2826 + 2869, + 2874 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 27 }, "end": { - "line": 73, + "line": 74, "column": 32 } } @@ -6498,31 +6624,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 2827, - 2831 + 2875, + 2879 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 33 }, "end": { - "line": 73, + "line": 74, "column": 37 } } }, "range": [ - 2821, - 2831 + 2869, + 2879 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 27 }, "end": { - "line": 73, + "line": 74, "column": 37 } } @@ -6535,16 +6661,16 @@ "type": "Identifier", "name": "f", "range": [ - 2832, - 2833 + 2880, + 2881 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 38 }, "end": { - "line": 73, + "line": 74, "column": 39 } } @@ -6553,47 +6679,47 @@ "type": "Identifier", "name": "on_after_hide", "range": [ - 2834, - 2847 + 2882, + 2895 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 40 }, "end": { - "line": 73, + "line": 74, "column": 53 } } }, "range": [ - 2832, - 2847 + 2880, + 2895 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 38 }, "end": { - "line": 73, + "line": 74, "column": 53 } } } ], "range": [ - 2821, - 2848 + 2869, + 2896 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 27 }, "end": { - "line": 73, + "line": 74, "column": 54 } } @@ -6605,16 +6731,16 @@ "type": "Identifier", "name": "f", "range": [ - 2851, - 2852 + 2899, + 2900 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 57 }, "end": { - "line": 73, + "line": 74, "column": 58 } } @@ -6623,31 +6749,31 @@ "type": "Identifier", "name": "on_after_hide", "range": [ - 2853, - 2866 + 2901, + 2914 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 59 }, "end": { - "line": 73, + "line": 74, "column": 72 } } }, "range": [ - 2851, - 2866 + 2899, + 2914 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 57 }, "end": { - "line": 73, + "line": 74, "column": 72 } } @@ -6657,61 +6783,61 @@ "value": null, "raw": "null", "range": [ - 2869, - 2873 + 2917, + 2921 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 75 }, "end": { - "line": 73, + "line": 74, "column": 79 } } }, "range": [ - 2821, - 2873 + 2869, + 2921 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 27 }, "end": { - "line": 73, + "line": 74, "column": 79 } } }, "range": [ - 2802, - 2873 + 2850, + 2921 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 79 } } }, "range": [ - 2802, - 2874 + 2850, + 2922 ], "loc": { "start": { - "line": 73, + "line": 74, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 80 } }, @@ -6720,16 +6846,16 @@ "type": "Line", "value": "callback after filters row is hidden", "range": [ - 2755, - 2793 + 2803, + 2841 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 46 } } @@ -6740,16 +6866,16 @@ "type": "Line", "value": "Loads extension stylesheet", "range": [ - 2884, - 2912 + 2932, + 2960 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 36 } } @@ -6767,16 +6893,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2921, - 2923 + 2969, + 2971 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 10 } } @@ -6785,31 +6911,31 @@ "type": "Identifier", "name": "import", "range": [ - 2924, - 2930 + 2972, + 2978 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 11 }, "end": { - "line": 76, + "line": 77, "column": 17 } } }, "range": [ - 2921, - 2930 + 2969, + 2978 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 76, + "line": 77, "column": 17 } } @@ -6825,16 +6951,16 @@ "type": "Identifier", "name": "f", "range": [ - 2931, - 2932 + 2979, + 2980 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 18 }, "end": { - "line": 76, + "line": 77, "column": 19 } } @@ -6843,31 +6969,31 @@ "type": "Identifier", "name": "name", "range": [ - 2933, - 2937 + 2981, + 2985 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 20 }, "end": { - "line": 76, + "line": 77, "column": 24 } } }, "range": [ - 2931, - 2937 + 2979, + 2985 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 18 }, "end": { - "line": 76, + "line": 77, "column": 24 } } @@ -6877,31 +7003,31 @@ "value": "Style", "raw": "'Style'", "range": [ - 2940, - 2947 + 2988, + 2995 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 27 }, "end": { - "line": 76, + "line": 77, "column": 34 } } }, "range": [ - 2931, - 2947 + 2979, + 2995 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 18 }, "end": { - "line": 76, + "line": 77, "column": 34 } } @@ -6916,16 +7042,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2949, - 2951 + 2997, + 2999 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 36 }, "end": { - "line": 76, + "line": 77, "column": 38 } } @@ -6934,31 +7060,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 2952, - 2961 + 3000, + 3009 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 39 }, "end": { - "line": 76, + "line": 77, "column": 48 } } }, "range": [ - 2949, - 2961 + 2997, + 3009 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 36 }, "end": { - "line": 76, + "line": 77, "column": 48 } } @@ -6969,16 +7095,16 @@ "object": { "type": "ThisExpression", "range": [ - 2964, - 2968 + 3012, + 3016 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 51 }, "end": { - "line": 76, + "line": 77, "column": 55 } } @@ -6987,46 +7113,46 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 2969, - 2979 + 3017, + 3027 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 56 }, "end": { - "line": 76, + "line": 77, "column": 66 } } }, "range": [ - 2964, - 2979 + 3012, + 3027 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 51 }, "end": { - "line": 76, + "line": 77, "column": 66 } } }, "range": [ - 2949, - 2979 + 2997, + 3027 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 36 }, "end": { - "line": 76, + "line": 77, "column": 66 } } @@ -7036,16 +7162,16 @@ "value": null, "raw": "null", "range": [ - 2981, - 2985 + 3029, + 3033 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 68 }, "end": { - "line": 76, + "line": 77, "column": 72 } } @@ -7055,47 +7181,47 @@ "value": "link", "raw": "'link'", "range": [ - 2999, - 3005 + 3047, + 3053 ], "loc": { "start": { - "line": 77, + "line": 78, "column": 12 }, "end": { - "line": 77, + "line": 78, "column": 18 } } } ], "range": [ - 2921, - 3006 + 2969, + 3054 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 19 } } }, "range": [ - 2921, - 3007 + 2969, + 3055 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 77, + "line": 78, "column": 20 } }, @@ -7104,16 +7230,16 @@ "type": "Line", "value": "Loads extension stylesheet", "range": [ - 2884, - 2912 + 2932, + 2960 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 36 } } @@ -7123,122 +7249,15 @@ { "type": "ExpressionStatement", "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ - 3017, - 3021 - ], - "loc": { - "start": { - "line": 79, - "column": 8 - }, - "end": { - "line": 79, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "tf", - "range": [ - 3022, - 3024 - ], - "loc": { - "start": { - "line": 79, - "column": 13 - }, - "end": { - "line": 79, - "column": 15 - } - } - }, - "range": [ - 3017, - 3024 - ], - "loc": { - "start": { - "line": 79, - "column": 8 - }, - "end": { - "line": 79, - "column": 15 - } - } - }, - "right": { - "type": "Identifier", - "name": "tf", - "range": [ - 3027, - 3029 - ], - "loc": { - "start": { - "line": 79, - "column": 18 - }, - "end": { - "line": 79, - "column": 20 - } - } - }, - "range": [ - 3017, - 3029 - ], - "loc": { - "start": { - "line": 79, - "column": 8 - }, - "end": { - "line": 79, - "column": 20 - } - } - }, - "range": [ - 3017, - 3030 - ], - "loc": { - "start": { - "line": 79, - "column": 8 - }, - "end": { - "line": 79, - "column": 21 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 3039, - 3043 + 3065, + 3069 ], "loc": { "start": { @@ -7253,10 +7272,10 @@ }, "property": { "type": "Identifier", - "name": "emitter", + "name": "enable", "range": [ - 3044, - 3051 + 3070, + 3076 ], "loc": { "start": { @@ -7265,13 +7284,13 @@ }, "end": { "line": 80, - "column": 20 + "column": 19 } } }, "range": [ - 3039, - 3051 + 3065, + 3076 ], "loc": { "start": { @@ -7280,67 +7299,14 @@ }, "end": { "line": 80, - "column": 20 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 3054, - 3056 - ], - "loc": { - "start": { - "line": 80, - "column": 23 - }, - "end": { - "line": 80, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 3057, - 3064 - ], - "loc": { - "start": { - "line": 80, - "column": 26 - }, - "end": { - "line": 80, - "column": 33 - } - } - }, - "range": [ - 3054, - 3064 - ], - "loc": { - "start": { - "line": 80, - "column": 23 - }, - "end": { - "line": 80, - "column": 33 + "column": 19 } } }, + "arguments": [], "range": [ - 3039, - 3064 + 3065, + 3078 ], "loc": { "start": { @@ -7349,13 +7315,13 @@ }, "end": { "line": 80, - "column": 33 + "column": 21 } } }, "range": [ - 3039, - 3065 + 3065, + 3079 ], "loc": { "start": { @@ -7364,18 +7330,18 @@ }, "end": { "line": 80, - "column": 34 + "column": 22 } } } ], "range": [ - 296, - 3071 + 351, + 3085 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 23 }, "end": { @@ -7387,12 +7353,12 @@ "generator": false, "expression": false, "range": [ - 288, - 3071 + 343, + 3085 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 15 }, "end": { @@ -7404,12 +7370,12 @@ "kind": "constructor", "computed": false, "range": [ - 277, - 3071 + 332, + 3085 ], "loc": { "start": { - "line": 12, + "line": 13, "column": 4 }, "end": { @@ -7422,16 +7388,16 @@ "type": "Block", "value": "*\n * Filters Row Visibility extension\n * @param {Object} tf TableFilter instance\n * @param {Object} f Config\n ", "range": [ - 142, - 272 + 197, + 327 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 4 }, "end": { - "line": 11, + "line": 12, "column": 7 } } @@ -7442,8 +7408,8 @@ "type": "Block", "value": "*\n * Initialise extension\n ", "range": [ - 3077, - 3116 + 3091, + 3130 ], "loc": { "start": { @@ -7465,8 +7431,8 @@ "type": "Identifier", "name": "init", "range": [ - 3121, - 3125 + 3135, + 3139 ], "loc": { "start": { @@ -7494,8 +7460,8 @@ "object": { "type": "ThisExpression", "range": [ - 3142, - 3146 + 3156, + 3160 ], "loc": { "start": { @@ -7512,8 +7478,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3147, - 3158 + 3161, + 3172 ], "loc": { "start": { @@ -7527,8 +7493,8 @@ } }, "range": [ - 3142, - 3158 + 3156, + 3172 ], "loc": { "start": { @@ -7548,8 +7514,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3174, - 3181 + 3188, + 3195 ], "loc": { "start": { @@ -7564,8 +7530,8 @@ } ], "range": [ - 3160, - 3191 + 3174, + 3205 ], "loc": { "start": { @@ -7580,8 +7546,8 @@ }, "alternate": null, "range": [ - 3138, - 3191 + 3152, + 3205 ], "loc": { "start": { @@ -7604,8 +7570,8 @@ "object": { "type": "ThisExpression", "range": [ - 3201, - 3205 + 3215, + 3219 ], "loc": { "start": { @@ -7622,8 +7588,8 @@ "type": "Identifier", "name": "buildUI", "range": [ - 3206, - 3213 + 3220, + 3227 ], "loc": { "start": { @@ -7637,8 +7603,8 @@ } }, "range": [ - 3201, - 3213 + 3215, + 3227 ], "loc": { "start": { @@ -7653,8 +7619,8 @@ }, "arguments": [], "range": [ - 3201, - 3215 + 3215, + 3229 ], "loc": { "start": { @@ -7668,8 +7634,8 @@ } }, "range": [ - 3201, - 3216 + 3215, + 3230 ], "loc": { "start": { @@ -7693,8 +7659,8 @@ "object": { "type": "ThisExpression", "range": [ - 3225, - 3229 + 3239, + 3243 ], "loc": { "start": { @@ -7711,8 +7677,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3230, - 3241 + 3244, + 3255 ], "loc": { "start": { @@ -7726,8 +7692,8 @@ } }, "range": [ - 3225, - 3241 + 3239, + 3255 ], "loc": { "start": { @@ -7745,8 +7711,8 @@ "value": true, "raw": "true", "range": [ - 3244, - 3248 + 3258, + 3262 ], "loc": { "start": { @@ -7760,8 +7726,8 @@ } }, "range": [ - 3225, - 3248 + 3239, + 3262 ], "loc": { "start": { @@ -7775,8 +7741,8 @@ } }, "range": [ - 3225, - 3249 + 3239, + 3263 ], "loc": { "start": { @@ -7802,8 +7768,8 @@ "object": { "type": "ThisExpression", "range": [ - 3258, - 3262 + 3272, + 3276 ], "loc": { "start": { @@ -7820,8 +7786,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3263, - 3270 + 3277, + 3284 ], "loc": { "start": { @@ -7835,8 +7801,8 @@ } }, "range": [ - 3258, - 3270 + 3272, + 3284 ], "loc": { "start": { @@ -7853,8 +7819,8 @@ "type": "Identifier", "name": "on", "range": [ - 3271, - 3273 + 3285, + 3287 ], "loc": { "start": { @@ -7868,8 +7834,8 @@ } }, "range": [ - 3258, - 3273 + 3272, + 3287 ], "loc": { "start": { @@ -7891,8 +7857,8 @@ "value": "show-filters", "raw": "'show-filters'", "range": [ - 3275, - 3289 + 3289, + 3303 ], "loc": { "start": { @@ -7907,8 +7873,8 @@ } ], "range": [ - 3274, - 3290 + 3288, + 3304 ], "loc": { "start": { @@ -7929,8 +7895,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3293, - 3295 + 3307, + 3309 ], "loc": { "start": { @@ -7947,8 +7913,8 @@ "type": "Identifier", "name": "visible", "range": [ - 3297, - 3304 + 3311, + 3318 ], "loc": { "start": { @@ -7970,8 +7936,8 @@ "object": { "type": "ThisExpression", "range": [ - 3309, - 3313 + 3323, + 3327 ], "loc": { "start": { @@ -7988,8 +7954,8 @@ "type": "Identifier", "name": "show", "range": [ - 3314, - 3318 + 3328, + 3332 ], "loc": { "start": { @@ -8003,8 +7969,8 @@ } }, "range": [ - 3309, - 3318 + 3323, + 3332 ], "loc": { "start": { @@ -8022,8 +7988,8 @@ "type": "Identifier", "name": "visible", "range": [ - 3319, - 3326 + 3333, + 3340 ], "loc": { "start": { @@ -8038,8 +8004,8 @@ } ], "range": [ - 3309, - 3327 + 3323, + 3341 ], "loc": { "start": { @@ -8055,8 +8021,8 @@ "generator": false, "expression": true, "range": [ - 3292, - 3327 + 3306, + 3341 ], "loc": { "start": { @@ -8071,8 +8037,8 @@ } ], "range": [ - 3258, - 3328 + 3272, + 3342 ], "loc": { "start": { @@ -8086,8 +8052,8 @@ } }, "range": [ - 3258, - 3329 + 3272, + 3343 ], "loc": { "start": { @@ -8113,8 +8079,8 @@ "object": { "type": "ThisExpression", "range": [ - 3338, - 3342 + 3352, + 3356 ], "loc": { "start": { @@ -8131,8 +8097,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3343, - 3350 + 3357, + 3364 ], "loc": { "start": { @@ -8146,8 +8112,8 @@ } }, "range": [ - 3338, - 3350 + 3352, + 3364 ], "loc": { "start": { @@ -8164,8 +8130,8 @@ "type": "Identifier", "name": "emit", "range": [ - 3351, - 3355 + 3365, + 3369 ], "loc": { "start": { @@ -8179,8 +8145,8 @@ } }, "range": [ - 3338, - 3355 + 3352, + 3369 ], "loc": { "start": { @@ -8199,8 +8165,8 @@ "value": "filters-visibility-initialized", "raw": "'filters-visibility-initialized'", "range": [ - 3356, - 3388 + 3370, + 3402 ], "loc": { "start": { @@ -8219,8 +8185,8 @@ "object": { "type": "ThisExpression", "range": [ - 3390, - 3394 + 3404, + 3408 ], "loc": { "start": { @@ -8237,8 +8203,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3395, - 3397 + 3409, + 3411 ], "loc": { "start": { @@ -8252,8 +8218,8 @@ } }, "range": [ - 3390, - 3397 + 3404, + 3411 ], "loc": { "start": { @@ -8269,8 +8235,8 @@ { "type": "ThisExpression", "range": [ - 3399, - 3403 + 3413, + 3417 ], "loc": { "start": { @@ -8285,8 +8251,8 @@ } ], "range": [ - 3338, - 3404 + 3352, + 3418 ], "loc": { "start": { @@ -8300,8 +8266,8 @@ } }, "range": [ - 3338, - 3405 + 3352, + 3419 ], "loc": { "start": { @@ -8316,8 +8282,8 @@ } ], "range": [ - 3128, - 3411 + 3142, + 3425 ], "loc": { "start": { @@ -8333,8 +8299,8 @@ "generator": false, "expression": false, "range": [ - 3125, - 3411 + 3139, + 3425 ], "loc": { "start": { @@ -8350,8 +8316,8 @@ "kind": "method", "computed": false, "range": [ - 3121, - 3411 + 3135, + 3425 ], "loc": { "start": { @@ -8368,8 +8334,8 @@ "type": "Block", "value": "*\n * Initialise extension\n ", "range": [ - 3077, - 3116 + 3091, + 3130 ], "loc": { "start": { @@ -8388,8 +8354,8 @@ "type": "Block", "value": "*\n * Build UI elements\n ", "range": [ - 3417, - 3453 + 3431, + 3467 ], "loc": { "start": { @@ -8411,8 +8377,8 @@ "type": "Identifier", "name": "buildUI", "range": [ - 3458, - 3465 + 3472, + 3479 ], "loc": { "start": { @@ -8441,8 +8407,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3482, - 3484 + 3496, + 3498 ], "loc": { "start": { @@ -8461,8 +8427,8 @@ "object": { "type": "ThisExpression", "range": [ - 3487, - 3491 + 3501, + 3505 ], "loc": { "start": { @@ -8479,8 +8445,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3492, - 3494 + 3506, + 3508 ], "loc": { "start": { @@ -8494,8 +8460,8 @@ } }, "range": [ - 3487, - 3494 + 3501, + 3508 ], "loc": { "start": { @@ -8509,8 +8475,8 @@ } }, "range": [ - 3482, - 3494 + 3496, + 3508 ], "loc": { "start": { @@ -8526,8 +8492,8 @@ ], "kind": "let", "range": [ - 3478, - 3495 + 3492, + 3509 ], "loc": { "start": { @@ -8549,8 +8515,8 @@ "type": "Identifier", "name": "span", "range": [ - 3508, - 3512 + 3522, + 3526 ], "loc": { "start": { @@ -8572,8 +8538,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3515, - 3518 + 3529, + 3532 ], "loc": { "start": { @@ -8590,8 +8556,8 @@ "type": "Identifier", "name": "create", "range": [ - 3519, - 3525 + 3533, + 3539 ], "loc": { "start": { @@ -8605,8 +8571,8 @@ } }, "range": [ - 3515, - 3525 + 3529, + 3539 ], "loc": { "start": { @@ -8625,8 +8591,8 @@ "value": "span", "raw": "'span'", "range": [ - 3526, - 3532 + 3540, + 3546 ], "loc": { "start": { @@ -8647,8 +8613,8 @@ "value": "id", "raw": "'id'", "range": [ - 3535, - 3539 + 3549, + 3553 ], "loc": { "start": { @@ -8670,8 +8636,8 @@ "object": { "type": "ThisExpression", "range": [ - 3541, - 3545 + 3555, + 3559 ], "loc": { "start": { @@ -8688,8 +8654,8 @@ "type": "Identifier", "name": "prfx", "range": [ - 3546, - 3550 + 3560, + 3564 ], "loc": { "start": { @@ -8703,8 +8669,8 @@ } }, "range": [ - 3541, - 3550 + 3555, + 3564 ], "loc": { "start": { @@ -8724,8 +8690,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3553, - 3555 + 3567, + 3569 ], "loc": { "start": { @@ -8742,8 +8708,8 @@ "type": "Identifier", "name": "id", "range": [ - 3556, - 3558 + 3570, + 3572 ], "loc": { "start": { @@ -8757,8 +8723,8 @@ } }, "range": [ - 3553, - 3558 + 3567, + 3572 ], "loc": { "start": { @@ -8772,8 +8738,8 @@ } }, "range": [ - 3541, - 3558 + 3555, + 3572 ], "loc": { "start": { @@ -8788,8 +8754,8 @@ } ], "range": [ - 3534, - 3559 + 3548, + 3573 ], "loc": { "start": { @@ -8804,8 +8770,8 @@ } ], "range": [ - 3515, - 3560 + 3529, + 3574 ], "loc": { "start": { @@ -8819,8 +8785,8 @@ } }, "range": [ - 3508, - 3560 + 3522, + 3574 ], "loc": { "start": { @@ -8836,8 +8802,8 @@ ], "kind": "let", "range": [ - 3504, - 3561 + 3518, + 3575 ], "loc": { "start": { @@ -8862,8 +8828,8 @@ "type": "Identifier", "name": "span", "range": [ - 3570, - 3574 + 3584, + 3588 ], "loc": { "start": { @@ -8880,8 +8846,8 @@ "type": "Identifier", "name": "className", "range": [ - 3575, - 3584 + 3589, + 3598 ], "loc": { "start": { @@ -8895,8 +8861,8 @@ } }, "range": [ - 3570, - 3584 + 3584, + 3598 ], "loc": { "start": { @@ -8915,8 +8881,8 @@ "object": { "type": "ThisExpression", "range": [ - 3587, - 3591 + 3601, + 3605 ], "loc": { "start": { @@ -8933,8 +8899,8 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 3592, - 3604 + 3606, + 3618 ], "loc": { "start": { @@ -8948,8 +8914,8 @@ } }, "range": [ - 3587, - 3604 + 3601, + 3618 ], "loc": { "start": { @@ -8963,8 +8929,8 @@ } }, "range": [ - 3570, - 3604 + 3584, + 3618 ], "loc": { "start": { @@ -8978,8 +8944,8 @@ } }, "range": [ - 3570, - 3605 + 3584, + 3619 ], "loc": { "start": { @@ -8996,8 +8962,8 @@ "type": "Line", "value": "Container element (rdiv or custom element)", "range": [ - 3615, - 3659 + 3629, + 3673 ], "loc": { "start": { @@ -9023,8 +8989,8 @@ "object": { "type": "ThisExpression", "range": [ - 3673, - 3677 + 3687, + 3691 ], "loc": { "start": { @@ -9041,8 +9007,8 @@ "type": "Identifier", "name": "targetId", "range": [ - 3678, - 3686 + 3692, + 3700 ], "loc": { "start": { @@ -9056,8 +9022,8 @@ } }, "range": [ - 3673, - 3686 + 3687, + 3700 ], "loc": { "start": { @@ -9072,8 +9038,8 @@ }, "prefix": true, "range": [ - 3672, - 3686 + 3686, + 3700 ], "loc": { "start": { @@ -9100,8 +9066,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3702, - 3704 + 3716, + 3718 ], "loc": { "start": { @@ -9118,8 +9084,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 3705, - 3715 + 3719, + 3729 ], "loc": { "start": { @@ -9133,8 +9099,8 @@ } }, "range": [ - 3702, - 3715 + 3716, + 3729 ], "loc": { "start": { @@ -9149,8 +9115,8 @@ }, "arguments": [], "range": [ - 3702, - 3717 + 3716, + 3731 ], "loc": { "start": { @@ -9164,8 +9130,8 @@ } }, "range": [ - 3702, - 3718 + 3716, + 3732 ], "loc": { "start": { @@ -9180,8 +9146,8 @@ } ], "range": [ - 3688, - 3728 + 3702, + 3742 ], "loc": { "start": { @@ -9196,8 +9162,8 @@ }, "alternate": null, "range": [ - 3668, - 3728 + 3682, + 3742 ], "loc": { "start": { @@ -9214,8 +9180,8 @@ "type": "Line", "value": "Container element (rdiv or custom element)", "range": [ - 3615, - 3659 + 3629, + 3673 ], "loc": { "start": { @@ -9239,8 +9205,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3741, - 3749 + 3755, + 3763 ], "loc": { "start": { @@ -9264,8 +9230,8 @@ "object": { "type": "ThisExpression", "range": [ - 3753, - 3757 + 3767, + 3771 ], "loc": { "start": { @@ -9282,8 +9248,8 @@ "type": "Identifier", "name": "targetId", "range": [ - 3758, - 3766 + 3772, + 3780 ], "loc": { "start": { @@ -9297,8 +9263,8 @@ } }, "range": [ - 3753, - 3766 + 3767, + 3780 ], "loc": { "start": { @@ -9313,8 +9279,8 @@ }, "prefix": true, "range": [ - 3752, - 3766 + 3766, + 3780 ], "loc": { "start": { @@ -9334,8 +9300,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3769, - 3771 + 3783, + 3785 ], "loc": { "start": { @@ -9352,8 +9318,8 @@ "type": "Identifier", "name": "rDiv", "range": [ - 3772, - 3776 + 3786, + 3790 ], "loc": { "start": { @@ -9367,8 +9333,8 @@ } }, "range": [ - 3769, - 3776 + 3783, + 3790 ], "loc": { "start": { @@ -9390,8 +9356,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3779, - 3782 + 3793, + 3796 ], "loc": { "start": { @@ -9408,8 +9374,8 @@ "type": "Identifier", "name": "id", "range": [ - 3783, - 3785 + 3797, + 3799 ], "loc": { "start": { @@ -9423,8 +9389,8 @@ } }, "range": [ - 3779, - 3785 + 3793, + 3799 ], "loc": { "start": { @@ -9444,8 +9410,8 @@ "object": { "type": "ThisExpression", "range": [ - 3786, - 3790 + 3800, + 3804 ], "loc": { "start": { @@ -9462,8 +9428,8 @@ "type": "Identifier", "name": "targetId", "range": [ - 3791, - 3799 + 3805, + 3813 ], "loc": { "start": { @@ -9477,8 +9443,8 @@ } }, "range": [ - 3786, - 3799 + 3800, + 3813 ], "loc": { "start": { @@ -9493,8 +9459,8 @@ } ], "range": [ - 3779, - 3800 + 3793, + 3814 ], "loc": { "start": { @@ -9508,8 +9474,8 @@ } }, "range": [ - 3752, - 3800 + 3766, + 3814 ], "loc": { "start": { @@ -9523,8 +9489,8 @@ } }, "range": [ - 3741, - 3800 + 3755, + 3814 ], "loc": { "start": { @@ -9540,8 +9506,8 @@ ], "kind": "let", "range": [ - 3737, - 3801 + 3751, + 3815 ], "loc": { "start": { @@ -9565,8 +9531,8 @@ "object": { "type": "ThisExpression", "range": [ - 3816, - 3820 + 3830, + 3834 ], "loc": { "start": { @@ -9583,8 +9549,8 @@ "type": "Identifier", "name": "targetId", "range": [ - 3821, - 3829 + 3835, + 3843 ], "loc": { "start": { @@ -9598,8 +9564,8 @@ } }, "range": [ - 3816, - 3829 + 3830, + 3843 ], "loc": { "start": { @@ -9614,8 +9580,8 @@ }, "prefix": true, "range": [ - 3815, - 3829 + 3829, + 3843 ], "loc": { "start": { @@ -9640,8 +9606,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 3849, - 3859 + 3863, + 3873 ], "loc": { "start": { @@ -9661,8 +9627,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3862, - 3870 + 3876, + 3884 ], "loc": { "start": { @@ -9679,8 +9645,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 3871, - 3881 + 3885, + 3895 ], "loc": { "start": { @@ -9694,8 +9660,8 @@ } }, "range": [ - 3862, - 3881 + 3876, + 3895 ], "loc": { "start": { @@ -9709,8 +9675,8 @@ } }, "range": [ - 3849, - 3881 + 3863, + 3895 ], "loc": { "start": { @@ -9726,8 +9692,8 @@ ], "kind": "let", "range": [ - 3845, - 3882 + 3859, + 3896 ], "loc": { "start": { @@ -9754,8 +9720,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 3895, - 3905 + 3909, + 3919 ], "loc": { "start": { @@ -9772,8 +9738,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 3906, - 3916 + 3920, + 3930 ], "loc": { "start": { @@ -9787,8 +9753,8 @@ } }, "range": [ - 3895, - 3916 + 3909, + 3930 ], "loc": { "start": { @@ -9805,8 +9771,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 3917, - 3929 + 3931, + 3943 ], "loc": { "start": { @@ -9820,8 +9786,8 @@ } }, "range": [ - 3895, - 3929 + 3909, + 3943 ], "loc": { "start": { @@ -9839,8 +9805,8 @@ "type": "Identifier", "name": "span", "range": [ - 3930, - 3934 + 3944, + 3948 ], "loc": { "start": { @@ -9857,8 +9823,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 3936, - 3946 + 3950, + 3960 ], "loc": { "start": { @@ -9873,8 +9839,8 @@ } ], "range": [ - 3895, - 3947 + 3909, + 3961 ], "loc": { "start": { @@ -9888,8 +9854,8 @@ } }, "range": [ - 3895, - 3948 + 3909, + 3962 ], "loc": { "start": { @@ -9904,8 +9870,8 @@ } ], "range": [ - 3831, - 3958 + 3845, + 3972 ], "loc": { "start": { @@ -9932,8 +9898,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3978, - 3986 + 3992, + 4000 ], "loc": { "start": { @@ -9950,8 +9916,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3987, - 3998 + 4001, + 4012 ], "loc": { "start": { @@ -9965,8 +9931,8 @@ } }, "range": [ - 3978, - 3998 + 3992, + 4012 ], "loc": { "start": { @@ -9984,8 +9950,8 @@ "type": "Identifier", "name": "span", "range": [ - 3999, - 4003 + 4013, + 4017 ], "loc": { "start": { @@ -10000,8 +9966,8 @@ } ], "range": [ - 3978, - 4004 + 3992, + 4018 ], "loc": { "start": { @@ -10015,8 +9981,8 @@ } }, "range": [ - 3978, - 4005 + 3992, + 4019 ], "loc": { "start": { @@ -10031,8 +9997,8 @@ } ], "range": [ - 3964, - 4015 + 3978, + 4029 ], "loc": { "start": { @@ -10046,8 +10012,8 @@ } }, "range": [ - 3811, - 4015 + 3825, + 4029 ], "loc": { "start": { @@ -10069,8 +10035,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4029, - 4032 + 4043, + 4046 ], "loc": { "start": { @@ -10085,8 +10051,8 @@ }, "init": null, "range": [ - 4029, - 4032 + 4043, + 4046 ], "loc": { "start": { @@ -10102,8 +10068,8 @@ ], "kind": "let", "range": [ - 4025, - 4033 + 4039, + 4047 ], "loc": { "start": { @@ -10127,8 +10093,8 @@ "object": { "type": "ThisExpression", "range": [ - 4047, - 4051 + 4061, + 4065 ], "loc": { "start": { @@ -10145,8 +10111,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 4052, - 4059 + 4066, + 4073 ], "loc": { "start": { @@ -10160,8 +10126,8 @@ } }, "range": [ - 4047, - 4059 + 4061, + 4073 ], "loc": { "start": { @@ -10176,8 +10142,8 @@ }, "prefix": true, "range": [ - 4046, - 4059 + 4060, + 4073 ], "loc": { "start": { @@ -10202,8 +10168,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4075, - 4078 + 4089, + 4092 ], "loc": { "start": { @@ -10225,8 +10191,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 4081, - 4084 + 4095, + 4098 ], "loc": { "start": { @@ -10243,8 +10209,8 @@ "type": "Identifier", "name": "create", "range": [ - 4085, - 4091 + 4099, + 4105 ], "loc": { "start": { @@ -10258,8 +10224,8 @@ } }, "range": [ - 4081, - 4091 + 4095, + 4105 ], "loc": { "start": { @@ -10278,8 +10244,8 @@ "value": "a", "raw": "'a'", "range": [ - 4092, - 4095 + 4106, + 4109 ], "loc": { "start": { @@ -10300,8 +10266,8 @@ "value": "href", "raw": "'href'", "range": [ - 4098, - 4104 + 4112, + 4118 ], "loc": { "start": { @@ -10319,8 +10285,8 @@ "value": "javascript:void(0);", "raw": "'javascript:void(0);'", "range": [ - 4106, - 4127 + 4120, + 4141 ], "loc": { "start": { @@ -10335,8 +10301,8 @@ } ], "range": [ - 4097, - 4128 + 4111, + 4142 ], "loc": { "start": { @@ -10351,8 +10317,8 @@ } ], "range": [ - 4081, - 4129 + 4095, + 4143 ], "loc": { "start": { @@ -10366,8 +10332,8 @@ } }, "range": [ - 4075, - 4129 + 4089, + 4143 ], "loc": { "start": { @@ -10381,8 +10347,8 @@ } }, "range": [ - 4075, - 4130 + 4089, + 4144 ], "loc": { "start": { @@ -10407,8 +10373,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4143, - 4146 + 4157, + 4160 ], "loc": { "start": { @@ -10425,8 +10391,8 @@ "type": "Identifier", "name": "className", "range": [ - 4147, - 4156 + 4161, + 4170 ], "loc": { "start": { @@ -10440,8 +10406,8 @@ } }, "range": [ - 4143, - 4156 + 4157, + 4170 ], "loc": { "start": { @@ -10460,8 +10426,8 @@ "object": { "type": "ThisExpression", "range": [ - 4159, - 4163 + 4173, + 4177 ], "loc": { "start": { @@ -10478,8 +10444,8 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 4164, - 4175 + 4178, + 4189 ], "loc": { "start": { @@ -10493,8 +10459,8 @@ } }, "range": [ - 4159, - 4175 + 4173, + 4189 ], "loc": { "start": { @@ -10508,8 +10474,8 @@ } }, "range": [ - 4143, - 4175 + 4157, + 4189 ], "loc": { "start": { @@ -10523,8 +10489,8 @@ } }, "range": [ - 4143, - 4176 + 4157, + 4190 ], "loc": { "start": { @@ -10549,8 +10515,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4189, - 4192 + 4203, + 4206 ], "loc": { "start": { @@ -10567,8 +10533,8 @@ "type": "Identifier", "name": "title", "range": [ - 4193, - 4198 + 4207, + 4212 ], "loc": { "start": { @@ -10582,8 +10548,8 @@ } }, "range": [ - 4189, - 4198 + 4203, + 4212 ], "loc": { "start": { @@ -10605,8 +10571,8 @@ "object": { "type": "ThisExpression", "range": [ - 4201, - 4205 + 4215, + 4219 ], "loc": { "start": { @@ -10623,8 +10589,8 @@ "type": "Identifier", "name": "btnText", "range": [ - 4206, - 4213 + 4220, + 4227 ], "loc": { "start": { @@ -10638,8 +10604,8 @@ } }, "range": [ - 4201, - 4213 + 4215, + 4227 ], "loc": { "start": { @@ -10658,8 +10624,8 @@ "object": { "type": "ThisExpression", "range": [ - 4217, - 4221 + 4231, + 4235 ], "loc": { "start": { @@ -10676,8 +10642,8 @@ "type": "Identifier", "name": "defaultText", "range": [ - 4222, - 4233 + 4236, + 4247 ], "loc": { "start": { @@ -10691,8 +10657,8 @@ } }, "range": [ - 4217, - 4233 + 4231, + 4247 ], "loc": { "start": { @@ -10706,8 +10672,8 @@ } }, "range": [ - 4201, - 4233 + 4215, + 4247 ], "loc": { "start": { @@ -10721,8 +10687,8 @@ } }, "range": [ - 4189, - 4233 + 4203, + 4247 ], "loc": { "start": { @@ -10736,8 +10702,8 @@ } }, "range": [ - 4189, - 4234 + 4203, + 4248 ], "loc": { "start": { @@ -10762,8 +10728,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4247, - 4250 + 4261, + 4264 ], "loc": { "start": { @@ -10780,8 +10746,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4251, - 4260 + 4265, + 4274 ], "loc": { "start": { @@ -10795,8 +10761,8 @@ } }, "range": [ - 4247, - 4260 + 4261, + 4274 ], "loc": { "start": { @@ -10815,8 +10781,8 @@ "object": { "type": "ThisExpression", "range": [ - 4263, - 4267 + 4277, + 4281 ], "loc": { "start": { @@ -10833,8 +10799,8 @@ "type": "Identifier", "name": "collapseBtnHtml", "range": [ - 4268, - 4283 + 4282, + 4297 ], "loc": { "start": { @@ -10848,8 +10814,8 @@ } }, "range": [ - 4263, - 4283 + 4277, + 4297 ], "loc": { "start": { @@ -10863,8 +10829,8 @@ } }, "range": [ - 4247, - 4283 + 4261, + 4297 ], "loc": { "start": { @@ -10878,8 +10844,8 @@ } }, "range": [ - 4247, - 4284 + 4261, + 4298 ], "loc": { "start": { @@ -10903,8 +10869,8 @@ "type": "Identifier", "name": "span", "range": [ - 4297, - 4301 + 4311, + 4315 ], "loc": { "start": { @@ -10921,8 +10887,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 4302, - 4313 + 4316, + 4327 ], "loc": { "start": { @@ -10936,8 +10902,8 @@ } }, "range": [ - 4297, - 4313 + 4311, + 4327 ], "loc": { "start": { @@ -10955,8 +10921,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4314, - 4317 + 4328, + 4331 ], "loc": { "start": { @@ -10971,8 +10937,8 @@ } ], "range": [ - 4297, - 4318 + 4311, + 4332 ], "loc": { "start": { @@ -10986,8 +10952,8 @@ } }, "range": [ - 4297, - 4319 + 4311, + 4333 ], "loc": { "start": { @@ -11002,8 +10968,8 @@ } ], "range": [ - 4061, - 4329 + 4075, + 4343 ], "loc": { "start": { @@ -11031,8 +10997,8 @@ "type": "Identifier", "name": "span", "range": [ - 4363, - 4367 + 4377, + 4381 ], "loc": { "start": { @@ -11049,8 +11015,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4368, - 4377 + 4382, + 4391 ], "loc": { "start": { @@ -11064,8 +11030,8 @@ } }, "range": [ - 4363, - 4377 + 4377, + 4391 ], "loc": { "start": { @@ -11084,8 +11050,8 @@ "object": { "type": "ThisExpression", "range": [ - 4380, - 4384 + 4394, + 4398 ], "loc": { "start": { @@ -11102,8 +11068,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 4385, - 4392 + 4399, + 4406 ], "loc": { "start": { @@ -11117,8 +11083,8 @@ } }, "range": [ - 4380, - 4392 + 4394, + 4406 ], "loc": { "start": { @@ -11132,8 +11098,8 @@ } }, "range": [ - 4363, - 4392 + 4377, + 4406 ], "loc": { "start": { @@ -11147,8 +11113,8 @@ } }, "range": [ - 4363, - 4393 + 4377, + 4407 ], "loc": { "start": { @@ -11165,8 +11131,8 @@ "type": "Line", "value": "Custom html", "range": [ - 4337, - 4350 + 4351, + 4364 ], "loc": { "start": { @@ -11190,8 +11156,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4406, - 4409 + 4420, + 4423 ], "loc": { "start": { @@ -11211,8 +11177,8 @@ "type": "Identifier", "name": "span", "range": [ - 4412, - 4416 + 4426, + 4430 ], "loc": { "start": { @@ -11229,8 +11195,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 4417, - 4427 + 4431, + 4441 ], "loc": { "start": { @@ -11244,8 +11210,8 @@ } }, "range": [ - 4412, - 4427 + 4426, + 4441 ], "loc": { "start": { @@ -11259,8 +11225,8 @@ } }, "range": [ - 4406, - 4427 + 4420, + 4441 ], "loc": { "start": { @@ -11274,8 +11240,8 @@ } }, "range": [ - 4406, - 4428 + 4420, + 4442 ], "loc": { "start": { @@ -11290,8 +11256,8 @@ } ], "range": [ - 4335, - 4438 + 4349, + 4452 ], "loc": { "start": { @@ -11305,8 +11271,8 @@ } }, "range": [ - 4042, - 4438 + 4056, + 4452 ], "loc": { "start": { @@ -11330,8 +11296,8 @@ "type": "Identifier", "name": "Event", "range": [ - 4448, - 4453 + 4462, + 4467 ], "loc": { "start": { @@ -11348,8 +11314,8 @@ "type": "Identifier", "name": "add", "range": [ - 4454, - 4457 + 4468, + 4471 ], "loc": { "start": { @@ -11363,8 +11329,8 @@ } }, "range": [ - 4448, - 4457 + 4462, + 4471 ], "loc": { "start": { @@ -11382,8 +11348,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4458, - 4461 + 4472, + 4475 ], "loc": { "start": { @@ -11401,8 +11367,8 @@ "value": "click", "raw": "'click'", "range": [ - 4463, - 4470 + 4477, + 4484 ], "loc": { "start": { @@ -11427,8 +11393,8 @@ "object": { "type": "ThisExpression", "range": [ - 4478, - 4482 + 4492, + 4496 ], "loc": { "start": { @@ -11445,8 +11411,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4483, - 4489 + 4497, + 4503 ], "loc": { "start": { @@ -11460,8 +11426,8 @@ } }, "range": [ - 4478, - 4489 + 4492, + 4503 ], "loc": { "start": { @@ -11476,8 +11442,8 @@ }, "arguments": [], "range": [ - 4478, - 4491 + 4492, + 4505 ], "loc": { "start": { @@ -11493,8 +11459,8 @@ "generator": false, "expression": true, "range": [ - 4472, - 4491 + 4486, + 4505 ], "loc": { "start": { @@ -11509,8 +11475,8 @@ } ], "range": [ - 4448, - 4492 + 4462, + 4506 ], "loc": { "start": { @@ -11524,8 +11490,8 @@ } }, "range": [ - 4448, - 4493 + 4462, + 4507 ], "loc": { "start": { @@ -11549,8 +11515,8 @@ "object": { "type": "ThisExpression", "range": [ - 4503, - 4507 + 4517, + 4521 ], "loc": { "start": { @@ -11567,8 +11533,8 @@ "type": "Identifier", "name": "contEl", "range": [ - 4508, - 4514 + 4522, + 4528 ], "loc": { "start": { @@ -11582,8 +11548,8 @@ } }, "range": [ - 4503, - 4514 + 4517, + 4528 ], "loc": { "start": { @@ -11600,8 +11566,8 @@ "type": "Identifier", "name": "span", "range": [ - 4517, - 4521 + 4531, + 4535 ], "loc": { "start": { @@ -11615,8 +11581,8 @@ } }, "range": [ - 4503, - 4521 + 4517, + 4535 ], "loc": { "start": { @@ -11630,8 +11596,8 @@ } }, "range": [ - 4503, - 4522 + 4517, + 4536 ], "loc": { "start": { @@ -11655,8 +11621,8 @@ "object": { "type": "ThisExpression", "range": [ - 4531, - 4535 + 4545, + 4549 ], "loc": { "start": { @@ -11673,8 +11639,8 @@ "type": "Identifier", "name": "btnEl", "range": [ - 4536, - 4541 + 4550, + 4555 ], "loc": { "start": { @@ -11688,8 +11654,8 @@ } }, "range": [ - 4531, - 4541 + 4545, + 4555 ], "loc": { "start": { @@ -11706,8 +11672,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4544, - 4547 + 4558, + 4561 ], "loc": { "start": { @@ -11721,8 +11687,8 @@ } }, "range": [ - 4531, - 4547 + 4545, + 4561 ], "loc": { "start": { @@ -11736,8 +11702,8 @@ } }, "range": [ - 4531, - 4548 + 4545, + 4562 ], "loc": { "start": { @@ -11761,8 +11727,8 @@ "object": { "type": "ThisExpression", "range": [ - 4563, - 4567 + 4577, + 4581 ], "loc": { "start": { @@ -11779,8 +11745,8 @@ "type": "Identifier", "name": "visibleAtStart", "range": [ - 4568, - 4582 + 4582, + 4596 ], "loc": { "start": { @@ -11794,8 +11760,8 @@ } }, "range": [ - 4563, - 4582 + 4577, + 4596 ], "loc": { "start": { @@ -11810,8 +11776,8 @@ }, "prefix": true, "range": [ - 4562, - 4582 + 4576, + 4596 ], "loc": { "start": { @@ -11837,8 +11803,8 @@ "object": { "type": "ThisExpression", "range": [ - 4598, - 4602 + 4612, + 4616 ], "loc": { "start": { @@ -11855,8 +11821,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4603, - 4609 + 4617, + 4623 ], "loc": { "start": { @@ -11870,8 +11836,8 @@ } }, "range": [ - 4598, - 4609 + 4612, + 4623 ], "loc": { "start": { @@ -11886,8 +11852,8 @@ }, "arguments": [], "range": [ - 4598, - 4611 + 4612, + 4625 ], "loc": { "start": { @@ -11901,8 +11867,8 @@ } }, "range": [ - 4598, - 4612 + 4612, + 4626 ], "loc": { "start": { @@ -11917,8 +11883,8 @@ } ], "range": [ - 4584, - 4622 + 4598, + 4636 ], "loc": { "start": { @@ -11933,8 +11899,8 @@ }, "alternate": null, "range": [ - 4558, - 4622 + 4572, + 4636 ], "loc": { "start": { @@ -11949,8 +11915,8 @@ } ], "range": [ - 3468, - 4628 + 3482, + 4642 ], "loc": { "start": { @@ -11966,8 +11932,8 @@ "generator": false, "expression": false, "range": [ - 3465, - 4628 + 3479, + 4642 ], "loc": { "start": { @@ -11983,8 +11949,8 @@ "kind": "method", "computed": false, "range": [ - 3458, - 4628 + 3472, + 4642 ], "loc": { "start": { @@ -12001,8 +11967,8 @@ "type": "Block", "value": "*\n * Build UI elements\n ", "range": [ - 3417, - 3453 + 3431, + 3467 ], "loc": { "start": { @@ -12021,8 +11987,8 @@ "type": "Block", "value": "*\n * Toggle filters visibility\n ", "range": [ - 4634, - 4678 + 4648, + 4692 ], "loc": { "start": { @@ -12044,8 +12010,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4683, - 4689 + 4697, + 4703 ], "loc": { "start": { @@ -12074,8 +12040,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4706, - 4708 + 4720, + 4722 ], "loc": { "start": { @@ -12094,8 +12060,8 @@ "object": { "type": "ThisExpression", "range": [ - 4711, - 4715 + 4725, + 4729 ], "loc": { "start": { @@ -12112,8 +12078,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4716, - 4718 + 4730, + 4732 ], "loc": { "start": { @@ -12127,8 +12093,8 @@ } }, "range": [ - 4711, - 4718 + 4725, + 4732 ], "loc": { "start": { @@ -12142,8 +12108,8 @@ } }, "range": [ - 4706, - 4718 + 4720, + 4732 ], "loc": { "start": { @@ -12159,8 +12125,8 @@ ], "kind": "let", "range": [ - 4702, - 4719 + 4716, + 4733 ], "loc": { "start": { @@ -12182,8 +12148,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4732, - 4735 + 4746, + 4749 ], "loc": { "start": { @@ -12205,8 +12171,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4738, - 4740 + 4752, + 4754 ], "loc": { "start": { @@ -12223,8 +12189,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4741, - 4751 + 4755, + 4765 ], "loc": { "start": { @@ -12238,8 +12204,8 @@ } }, "range": [ - 4738, - 4751 + 4752, + 4765 ], "loc": { "start": { @@ -12264,8 +12230,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4754, - 4756 + 4768, + 4770 ], "loc": { "start": { @@ -12282,8 +12248,8 @@ "type": "Identifier", "name": "feature", "range": [ - 4757, - 4764 + 4771, + 4778 ], "loc": { "start": { @@ -12297,8 +12263,8 @@ } }, "range": [ - 4754, - 4764 + 4768, + 4778 ], "loc": { "start": { @@ -12317,8 +12283,8 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 4765, - 4777 + 4779, + 4791 ], "loc": { "start": { @@ -12333,8 +12299,8 @@ } ], "range": [ - 4754, - 4778 + 4768, + 4792 ], "loc": { "start": { @@ -12351,8 +12317,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 4779, - 4786 + 4793, + 4800 ], "loc": { "start": { @@ -12366,8 +12332,8 @@ } }, "range": [ - 4754, - 4786 + 4768, + 4800 ], "loc": { "start": { @@ -12387,8 +12353,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4789, - 4791 + 4803, + 4805 ], "loc": { "start": { @@ -12405,8 +12371,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4792, - 4795 + 4806, + 4809 ], "loc": { "start": { @@ -12420,8 +12386,8 @@ } }, "range": [ - 4789, - 4795 + 4803, + 4809 ], "loc": { "start": { @@ -12435,8 +12401,8 @@ } }, "range": [ - 4738, - 4795 + 4752, + 4809 ], "loc": { "start": { @@ -12450,8 +12416,8 @@ } }, "range": [ - 4732, - 4795 + 4746, + 4809 ], "loc": { "start": { @@ -12467,8 +12433,8 @@ ], "kind": "let", "range": [ - 4728, - 4796 + 4742, + 4810 ], "loc": { "start": { @@ -12490,8 +12456,8 @@ "type": "Identifier", "name": "fltRow", "range": [ - 4809, - 4815 + 4823, + 4829 ], "loc": { "start": { @@ -12514,8 +12480,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4818, - 4821 + 4832, + 4835 ], "loc": { "start": { @@ -12532,8 +12498,8 @@ "type": "Identifier", "name": "rows", "range": [ - 4822, - 4826 + 4836, + 4840 ], "loc": { "start": { @@ -12547,8 +12513,8 @@ } }, "range": [ - 4818, - 4826 + 4832, + 4840 ], "loc": { "start": { @@ -12567,8 +12533,8 @@ "object": { "type": "ThisExpression", "range": [ - 4827, - 4831 + 4841, + 4845 ], "loc": { "start": { @@ -12585,8 +12551,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 4832, - 4847 + 4846, + 4861 ], "loc": { "start": { @@ -12600,8 +12566,8 @@ } }, "range": [ - 4827, - 4847 + 4841, + 4861 ], "loc": { "start": { @@ -12615,8 +12581,8 @@ } }, "range": [ - 4818, - 4848 + 4832, + 4862 ], "loc": { "start": { @@ -12630,8 +12596,8 @@ } }, "range": [ - 4809, - 4848 + 4823, + 4862 ], "loc": { "start": { @@ -12647,8 +12613,8 @@ ], "kind": "let", "range": [ - 4805, - 4849 + 4819, + 4863 ], "loc": { "start": { @@ -12670,8 +12636,8 @@ "type": "Identifier", "name": "isDisplayed", "range": [ - 4862, - 4873 + 4876, + 4887 ], "loc": { "start": { @@ -12697,8 +12663,8 @@ "type": "Identifier", "name": "fltRow", "range": [ - 4876, - 4882 + 4890, + 4896 ], "loc": { "start": { @@ -12715,8 +12681,8 @@ "type": "Identifier", "name": "style", "range": [ - 4883, - 4888 + 4897, + 4902 ], "loc": { "start": { @@ -12730,8 +12696,8 @@ } }, "range": [ - 4876, - 4888 + 4890, + 4902 ], "loc": { "start": { @@ -12748,8 +12714,8 @@ "type": "Identifier", "name": "display", "range": [ - 4889, - 4896 + 4903, + 4910 ], "loc": { "start": { @@ -12763,8 +12729,8 @@ } }, "range": [ - 4876, - 4896 + 4890, + 4910 ], "loc": { "start": { @@ -12782,8 +12748,8 @@ "value": "", "raw": "''", "range": [ - 4901, - 4903 + 4915, + 4917 ], "loc": { "start": { @@ -12797,8 +12763,8 @@ } }, "range": [ - 4876, - 4903 + 4890, + 4917 ], "loc": { "start": { @@ -12812,8 +12778,8 @@ } }, "range": [ - 4862, - 4903 + 4876, + 4917 ], "loc": { "start": { @@ -12829,8 +12795,8 @@ ], "kind": "let", "range": [ - 4858, - 4904 + 4872, + 4918 ], "loc": { "start": { @@ -12853,8 +12819,8 @@ "object": { "type": "ThisExpression", "range": [ - 4914, - 4918 + 4928, + 4932 ], "loc": { "start": { @@ -12871,8 +12837,8 @@ "type": "Identifier", "name": "show", "range": [ - 4919, - 4923 + 4933, + 4937 ], "loc": { "start": { @@ -12886,8 +12852,8 @@ } }, "range": [ - 4914, - 4923 + 4928, + 4937 ], "loc": { "start": { @@ -12908,8 +12874,8 @@ "type": "Identifier", "name": "isDisplayed", "range": [ - 4925, - 4936 + 4939, + 4950 ], "loc": { "start": { @@ -12924,8 +12890,8 @@ }, "prefix": true, "range": [ - 4924, - 4936 + 4938, + 4950 ], "loc": { "start": { @@ -12940,8 +12906,8 @@ } ], "range": [ - 4914, - 4937 + 4928, + 4951 ], "loc": { "start": { @@ -12955,8 +12921,8 @@ } }, "range": [ - 4914, - 4938 + 4928, + 4952 ], "loc": { "start": { @@ -12971,8 +12937,8 @@ } ], "range": [ - 4692, - 4944 + 4706, + 4958 ], "loc": { "start": { @@ -12988,8 +12954,8 @@ "generator": false, "expression": false, "range": [ - 4689, - 4944 + 4703, + 4958 ], "loc": { "start": { @@ -13005,8 +12971,8 @@ "kind": "method", "computed": false, "range": [ - 4683, - 4944 + 4697, + 4958 ], "loc": { "start": { @@ -13023,8 +12989,8 @@ "type": "Block", "value": "*\n * Toggle filters visibility\n ", "range": [ - 4634, - 4678 + 4648, + 4692 ], "loc": { "start": { @@ -13043,8 +13009,8 @@ "type": "Block", "value": "*\n * Show or hide filters\n *\n * @param {boolean} [visible=true] Visibility flag\n ", "range": [ - 4950, - 5051 + 4964, + 5065 ], "loc": { "start": { @@ -13066,8 +13032,8 @@ "type": "Identifier", "name": "show", "range": [ - 5056, - 5060 + 5070, + 5074 ], "loc": { "start": { @@ -13090,8 +13056,8 @@ "type": "Identifier", "name": "visible", "range": [ - 5061, - 5068 + 5075, + 5082 ], "loc": { "start": { @@ -13109,8 +13075,8 @@ "value": true, "raw": "true", "range": [ - 5071, - 5075 + 5085, + 5089 ], "loc": { "start": { @@ -13124,8 +13090,8 @@ } }, "range": [ - 5061, - 5075 + 5075, + 5089 ], "loc": { "start": { @@ -13151,8 +13117,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5091, - 5093 + 5105, + 5107 ], "loc": { "start": { @@ -13171,8 +13137,8 @@ "object": { "type": "ThisExpression", "range": [ - 5096, - 5100 + 5110, + 5114 ], "loc": { "start": { @@ -13189,8 +13155,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5101, - 5103 + 5115, + 5117 ], "loc": { "start": { @@ -13204,8 +13170,8 @@ } }, "range": [ - 5096, - 5103 + 5110, + 5117 ], "loc": { "start": { @@ -13219,8 +13185,8 @@ } }, "range": [ - 5091, - 5103 + 5105, + 5117 ], "loc": { "start": { @@ -13236,8 +13202,8 @@ ], "kind": "let", "range": [ - 5087, - 5104 + 5101, + 5118 ], "loc": { "start": { @@ -13259,8 +13225,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 5117, - 5120 + 5131, + 5134 ], "loc": { "start": { @@ -13282,8 +13248,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5123, - 5125 + 5137, + 5139 ], "loc": { "start": { @@ -13300,8 +13266,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 5126, - 5136 + 5140, + 5150 ], "loc": { "start": { @@ -13315,8 +13281,8 @@ } }, "range": [ - 5123, - 5136 + 5137, + 5150 ], "loc": { "start": { @@ -13341,8 +13307,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5139, - 5141 + 5153, + 5155 ], "loc": { "start": { @@ -13359,8 +13325,8 @@ "type": "Identifier", "name": "feature", "range": [ - 5142, - 5149 + 5156, + 5163 ], "loc": { "start": { @@ -13374,8 +13340,8 @@ } }, "range": [ - 5139, - 5149 + 5153, + 5163 ], "loc": { "start": { @@ -13394,8 +13360,8 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 5150, - 5162 + 5164, + 5176 ], "loc": { "start": { @@ -13410,8 +13376,8 @@ } ], "range": [ - 5139, - 5163 + 5153, + 5177 ], "loc": { "start": { @@ -13428,8 +13394,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 5164, - 5171 + 5178, + 5185 ], "loc": { "start": { @@ -13443,8 +13409,8 @@ } }, "range": [ - 5139, - 5171 + 5153, + 5185 ], "loc": { "start": { @@ -13464,8 +13430,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5174, - 5176 + 5188, + 5190 ], "loc": { "start": { @@ -13482,8 +13448,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 5177, - 5180 + 5191, + 5194 ], "loc": { "start": { @@ -13497,8 +13463,8 @@ } }, "range": [ - 5174, - 5180 + 5188, + 5194 ], "loc": { "start": { @@ -13512,8 +13478,8 @@ } }, "range": [ - 5123, - 5180 + 5137, + 5194 ], "loc": { "start": { @@ -13527,8 +13493,8 @@ } }, "range": [ - 5117, - 5180 + 5131, + 5194 ], "loc": { "start": { @@ -13544,8 +13510,8 @@ ], "kind": "let", "range": [ - 5113, - 5181 + 5127, + 5195 ], "loc": { "start": { @@ -13567,8 +13533,8 @@ "type": "Identifier", "name": "fltRow", "range": [ - 5194, - 5200 + 5208, + 5214 ], "loc": { "start": { @@ -13591,8 +13557,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 5203, - 5206 + 5217, + 5220 ], "loc": { "start": { @@ -13609,8 +13575,8 @@ "type": "Identifier", "name": "rows", "range": [ - 5207, - 5211 + 5221, + 5225 ], "loc": { "start": { @@ -13624,8 +13590,8 @@ } }, "range": [ - 5203, - 5211 + 5217, + 5225 ], "loc": { "start": { @@ -13644,8 +13610,8 @@ "object": { "type": "ThisExpression", "range": [ - 5212, - 5216 + 5226, + 5230 ], "loc": { "start": { @@ -13662,8 +13628,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 5217, - 5232 + 5231, + 5246 ], "loc": { "start": { @@ -13677,8 +13643,8 @@ } }, "range": [ - 5212, - 5232 + 5226, + 5246 ], "loc": { "start": { @@ -13692,8 +13658,8 @@ } }, "range": [ - 5203, - 5233 + 5217, + 5247 ], "loc": { "start": { @@ -13707,8 +13673,8 @@ } }, "range": [ - 5194, - 5233 + 5208, + 5247 ], "loc": { "start": { @@ -13724,8 +13690,8 @@ ], "kind": "let", "range": [ - 5190, - 5234 + 5204, + 5248 ], "loc": { "start": { @@ -13749,8 +13715,8 @@ "object": { "type": "ThisExpression", "range": [ - 5248, - 5252 + 5262, + 5266 ], "loc": { "start": { @@ -13767,8 +13733,8 @@ "type": "Identifier", "name": "onBeforeShow", "range": [ - 5253, - 5265 + 5267, + 5279 ], "loc": { "start": { @@ -13782,8 +13748,8 @@ } }, "range": [ - 5248, - 5265 + 5262, + 5279 ], "loc": { "start": { @@ -13800,8 +13766,8 @@ "type": "Identifier", "name": "visible", "range": [ - 5269, - 5276 + 5283, + 5290 ], "loc": { "start": { @@ -13815,8 +13781,8 @@ } }, "range": [ - 5248, - 5276 + 5262, + 5290 ], "loc": { "start": { @@ -13845,8 +13811,8 @@ "object": { "type": "ThisExpression", "range": [ - 5292, - 5296 + 5306, + 5310 ], "loc": { "start": { @@ -13863,8 +13829,8 @@ "type": "Identifier", "name": "onBeforeShow", "range": [ - 5297, - 5309 + 5311, + 5323 ], "loc": { "start": { @@ -13878,8 +13844,8 @@ } }, "range": [ - 5292, - 5309 + 5306, + 5323 ], "loc": { "start": { @@ -13896,8 +13862,8 @@ "type": "Identifier", "name": "call", "range": [ - 5310, - 5314 + 5324, + 5328 ], "loc": { "start": { @@ -13911,8 +13877,8 @@ } }, "range": [ - 5292, - 5314 + 5306, + 5328 ], "loc": { "start": { @@ -13929,8 +13895,8 @@ { "type": "ThisExpression", "range": [ - 5315, - 5319 + 5329, + 5333 ], "loc": { "start": { @@ -13946,8 +13912,8 @@ { "type": "ThisExpression", "range": [ - 5321, - 5325 + 5335, + 5339 ], "loc": { "start": { @@ -13962,8 +13928,8 @@ } ], "range": [ - 5292, - 5326 + 5306, + 5340 ], "loc": { "start": { @@ -13977,8 +13943,8 @@ } }, "range": [ - 5292, - 5327 + 5306, + 5341 ], "loc": { "start": { @@ -13993,8 +13959,8 @@ } ], "range": [ - 5278, - 5337 + 5292, + 5351 ], "loc": { "start": { @@ -14009,8 +13975,8 @@ }, "alternate": null, "range": [ - 5244, - 5337 + 5258, + 5351 ], "loc": { "start": { @@ -14034,8 +14000,8 @@ "object": { "type": "ThisExpression", "range": [ - 5350, - 5354 + 5364, + 5368 ], "loc": { "start": { @@ -14052,8 +14018,8 @@ "type": "Identifier", "name": "onBeforeHide", "range": [ - 5355, - 5367 + 5369, + 5381 ], "loc": { "start": { @@ -14067,8 +14033,8 @@ } }, "range": [ - 5350, - 5367 + 5364, + 5381 ], "loc": { "start": { @@ -14088,8 +14054,8 @@ "type": "Identifier", "name": "visible", "range": [ - 5372, - 5379 + 5386, + 5393 ], "loc": { "start": { @@ -14104,8 +14070,8 @@ }, "prefix": true, "range": [ - 5371, - 5379 + 5385, + 5393 ], "loc": { "start": { @@ -14119,8 +14085,8 @@ } }, "range": [ - 5350, - 5379 + 5364, + 5393 ], "loc": { "start": { @@ -14149,8 +14115,8 @@ "object": { "type": "ThisExpression", "range": [ - 5395, - 5399 + 5409, + 5413 ], "loc": { "start": { @@ -14167,8 +14133,8 @@ "type": "Identifier", "name": "onBeforeHide", "range": [ - 5400, - 5412 + 5414, + 5426 ], "loc": { "start": { @@ -14182,8 +14148,8 @@ } }, "range": [ - 5395, - 5412 + 5409, + 5426 ], "loc": { "start": { @@ -14200,8 +14166,8 @@ "type": "Identifier", "name": "call", "range": [ - 5413, - 5417 + 5427, + 5431 ], "loc": { "start": { @@ -14215,8 +14181,8 @@ } }, "range": [ - 5395, - 5417 + 5409, + 5431 ], "loc": { "start": { @@ -14235,8 +14201,8 @@ "value": null, "raw": "null", "range": [ - 5418, - 5422 + 5432, + 5436 ], "loc": { "start": { @@ -14252,8 +14218,8 @@ { "type": "ThisExpression", "range": [ - 5424, - 5428 + 5438, + 5442 ], "loc": { "start": { @@ -14268,8 +14234,8 @@ } ], "range": [ - 5395, - 5429 + 5409, + 5443 ], "loc": { "start": { @@ -14283,8 +14249,8 @@ } }, "range": [ - 5395, - 5430 + 5409, + 5444 ], "loc": { "start": { @@ -14299,8 +14265,8 @@ } ], "range": [ - 5381, - 5440 + 5395, + 5454 ], "loc": { "start": { @@ -14315,8 +14281,8 @@ }, "alternate": null, "range": [ - 5346, - 5440 + 5360, + 5454 ], "loc": { "start": { @@ -14344,8 +14310,8 @@ "type": "Identifier", "name": "fltRow", "range": [ - 5450, - 5456 + 5464, + 5470 ], "loc": { "start": { @@ -14362,8 +14328,8 @@ "type": "Identifier", "name": "style", "range": [ - 5457, - 5462 + 5471, + 5476 ], "loc": { "start": { @@ -14377,8 +14343,8 @@ } }, "range": [ - 5450, - 5462 + 5464, + 5476 ], "loc": { "start": { @@ -14395,8 +14361,8 @@ "type": "Identifier", "name": "display", "range": [ - 5463, - 5470 + 5477, + 5484 ], "loc": { "start": { @@ -14410,8 +14376,8 @@ } }, "range": [ - 5450, - 5470 + 5464, + 5484 ], "loc": { "start": { @@ -14430,8 +14396,8 @@ "type": "Identifier", "name": "visible", "range": [ - 5473, - 5480 + 5487, + 5494 ], "loc": { "start": { @@ -14449,8 +14415,8 @@ "value": "", "raw": "''", "range": [ - 5483, - 5485 + 5497, + 5499 ], "loc": { "start": { @@ -14468,8 +14434,8 @@ "value": "none", "raw": "'none'", "range": [ - 5488, - 5494 + 5502, + 5508 ], "loc": { "start": { @@ -14483,8 +14449,8 @@ } }, "range": [ - 5473, - 5494 + 5487, + 5508 ], "loc": { "start": { @@ -14498,8 +14464,8 @@ } }, "range": [ - 5450, - 5494 + 5464, + 5508 ], "loc": { "start": { @@ -14513,8 +14479,8 @@ } }, "range": [ - 5450, - 5495 + 5464, + 5509 ], "loc": { "start": { @@ -14538,8 +14504,8 @@ "object": { "type": "ThisExpression", "range": [ - 5508, - 5512 + 5522, + 5526 ], "loc": { "start": { @@ -14556,8 +14522,8 @@ "type": "Identifier", "name": "enableIcon", "range": [ - 5513, - 5523 + 5527, + 5537 ], "loc": { "start": { @@ -14571,8 +14537,8 @@ } }, "range": [ - 5508, - 5523 + 5522, + 5537 ], "loc": { "start": { @@ -14594,8 +14560,8 @@ "object": { "type": "ThisExpression", "range": [ - 5528, - 5532 + 5542, + 5546 ], "loc": { "start": { @@ -14612,8 +14578,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 5533, - 5540 + 5547, + 5554 ], "loc": { "start": { @@ -14627,8 +14593,8 @@ } }, "range": [ - 5528, - 5540 + 5542, + 5554 ], "loc": { "start": { @@ -14643,8 +14609,8 @@ }, "prefix": true, "range": [ - 5527, - 5540 + 5541, + 5554 ], "loc": { "start": { @@ -14658,8 +14624,8 @@ } }, "range": [ - 5508, - 5540 + 5522, + 5554 ], "loc": { "start": { @@ -14689,8 +14655,8 @@ "object": { "type": "ThisExpression", "range": [ - 5556, - 5560 + 5570, + 5574 ], "loc": { "start": { @@ -14707,8 +14673,8 @@ "type": "Identifier", "name": "btnEl", "range": [ - 5561, - 5566 + 5575, + 5580 ], "loc": { "start": { @@ -14722,8 +14688,8 @@ } }, "range": [ - 5556, - 5566 + 5570, + 5580 ], "loc": { "start": { @@ -14740,8 +14706,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 5567, - 5576 + 5581, + 5590 ], "loc": { "start": { @@ -14755,8 +14721,8 @@ } }, "range": [ - 5556, - 5576 + 5570, + 5590 ], "loc": { "start": { @@ -14775,8 +14741,8 @@ "type": "Identifier", "name": "visible", "range": [ - 5579, - 5586 + 5593, + 5600 ], "loc": { "start": { @@ -14795,8 +14761,8 @@ "object": { "type": "ThisExpression", "range": [ - 5605, - 5609 + 5619, + 5623 ], "loc": { "start": { @@ -14813,8 +14779,8 @@ "type": "Identifier", "name": "collapseBtnHtml", "range": [ - 5610, - 5625 + 5624, + 5639 ], "loc": { "start": { @@ -14828,8 +14794,8 @@ } }, "range": [ - 5605, - 5625 + 5619, + 5639 ], "loc": { "start": { @@ -14848,8 +14814,8 @@ "object": { "type": "ThisExpression", "range": [ - 5628, - 5632 + 5642, + 5646 ], "loc": { "start": { @@ -14866,8 +14832,8 @@ "type": "Identifier", "name": "expandBtnHtml", "range": [ - 5633, - 5646 + 5647, + 5660 ], "loc": { "start": { @@ -14881,8 +14847,8 @@ } }, "range": [ - 5628, - 5646 + 5642, + 5660 ], "loc": { "start": { @@ -14896,8 +14862,8 @@ } }, "range": [ - 5579, - 5646 + 5593, + 5660 ], "loc": { "start": { @@ -14911,8 +14877,8 @@ } }, "range": [ - 5556, - 5646 + 5570, + 5660 ], "loc": { "start": { @@ -14926,8 +14892,8 @@ } }, "range": [ - 5556, - 5647 + 5570, + 5661 ], "loc": { "start": { @@ -14942,8 +14908,8 @@ } ], "range": [ - 5542, - 5657 + 5556, + 5671 ], "loc": { "start": { @@ -14958,8 +14924,8 @@ }, "alternate": null, "range": [ - 5504, - 5657 + 5518, + 5671 ], "loc": { "start": { @@ -14983,8 +14949,8 @@ "object": { "type": "ThisExpression", "range": [ - 5671, - 5675 + 5685, + 5689 ], "loc": { "start": { @@ -15001,8 +14967,8 @@ "type": "Identifier", "name": "onAfterShow", "range": [ - 5676, - 5687 + 5690, + 5701 ], "loc": { "start": { @@ -15016,8 +14982,8 @@ } }, "range": [ - 5671, - 5687 + 5685, + 5701 ], "loc": { "start": { @@ -15034,8 +15000,8 @@ "type": "Identifier", "name": "visible", "range": [ - 5691, - 5698 + 5705, + 5712 ], "loc": { "start": { @@ -15049,8 +15015,8 @@ } }, "range": [ - 5671, - 5698 + 5685, + 5712 ], "loc": { "start": { @@ -15079,8 +15045,8 @@ "object": { "type": "ThisExpression", "range": [ - 5714, - 5718 + 5728, + 5732 ], "loc": { "start": { @@ -15097,8 +15063,8 @@ "type": "Identifier", "name": "onAfterShow", "range": [ - 5719, - 5730 + 5733, + 5744 ], "loc": { "start": { @@ -15112,8 +15078,8 @@ } }, "range": [ - 5714, - 5730 + 5728, + 5744 ], "loc": { "start": { @@ -15130,8 +15096,8 @@ "type": "Identifier", "name": "call", "range": [ - 5731, - 5735 + 5745, + 5749 ], "loc": { "start": { @@ -15145,8 +15111,8 @@ } }, "range": [ - 5714, - 5735 + 5728, + 5749 ], "loc": { "start": { @@ -15165,8 +15131,8 @@ "value": null, "raw": "null", "range": [ - 5736, - 5740 + 5750, + 5754 ], "loc": { "start": { @@ -15182,8 +15148,8 @@ { "type": "ThisExpression", "range": [ - 5742, - 5746 + 5756, + 5760 ], "loc": { "start": { @@ -15198,8 +15164,8 @@ } ], "range": [ - 5714, - 5747 + 5728, + 5761 ], "loc": { "start": { @@ -15213,8 +15179,8 @@ } }, "range": [ - 5714, - 5748 + 5728, + 5762 ], "loc": { "start": { @@ -15229,8 +15195,8 @@ } ], "range": [ - 5700, - 5758 + 5714, + 5772 ], "loc": { "start": { @@ -15245,8 +15211,8 @@ }, "alternate": null, "range": [ - 5667, - 5758 + 5681, + 5772 ], "loc": { "start": { @@ -15270,8 +15236,8 @@ "object": { "type": "ThisExpression", "range": [ - 5771, - 5775 + 5785, + 5789 ], "loc": { "start": { @@ -15288,8 +15254,8 @@ "type": "Identifier", "name": "onAfterHide", "range": [ - 5776, - 5787 + 5790, + 5801 ], "loc": { "start": { @@ -15303,8 +15269,8 @@ } }, "range": [ - 5771, - 5787 + 5785, + 5801 ], "loc": { "start": { @@ -15324,8 +15290,8 @@ "type": "Identifier", "name": "visible", "range": [ - 5792, - 5799 + 5806, + 5813 ], "loc": { "start": { @@ -15340,8 +15306,8 @@ }, "prefix": true, "range": [ - 5791, - 5799 + 5805, + 5813 ], "loc": { "start": { @@ -15355,8 +15321,8 @@ } }, "range": [ - 5771, - 5799 + 5785, + 5813 ], "loc": { "start": { @@ -15385,8 +15351,8 @@ "object": { "type": "ThisExpression", "range": [ - 5815, - 5819 + 5829, + 5833 ], "loc": { "start": { @@ -15403,8 +15369,8 @@ "type": "Identifier", "name": "onAfterHide", "range": [ - 5820, - 5831 + 5834, + 5845 ], "loc": { "start": { @@ -15418,8 +15384,8 @@ } }, "range": [ - 5815, - 5831 + 5829, + 5845 ], "loc": { "start": { @@ -15436,8 +15402,8 @@ "type": "Identifier", "name": "call", "range": [ - 5832, - 5836 + 5846, + 5850 ], "loc": { "start": { @@ -15451,8 +15417,8 @@ } }, "range": [ - 5815, - 5836 + 5829, + 5850 ], "loc": { "start": { @@ -15471,8 +15437,8 @@ "value": null, "raw": "null", "range": [ - 5837, - 5841 + 5851, + 5855 ], "loc": { "start": { @@ -15488,8 +15454,8 @@ { "type": "ThisExpression", "range": [ - 5843, - 5847 + 5857, + 5861 ], "loc": { "start": { @@ -15504,8 +15470,8 @@ } ], "range": [ - 5815, - 5848 + 5829, + 5862 ], "loc": { "start": { @@ -15519,8 +15485,8 @@ } }, "range": [ - 5815, - 5849 + 5829, + 5863 ], "loc": { "start": { @@ -15535,8 +15501,8 @@ } ], "range": [ - 5801, - 5859 + 5815, + 5873 ], "loc": { "start": { @@ -15551,8 +15517,8 @@ }, "alternate": null, "range": [ - 5767, - 5859 + 5781, + 5873 ], "loc": { "start": { @@ -15578,8 +15544,8 @@ "object": { "type": "ThisExpression", "range": [ - 5869, - 5873 + 5883, + 5887 ], "loc": { "start": { @@ -15596,8 +15562,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 5874, - 5881 + 5888, + 5895 ], "loc": { "start": { @@ -15611,8 +15577,8 @@ } }, "range": [ - 5869, - 5881 + 5883, + 5895 ], "loc": { "start": { @@ -15629,8 +15595,8 @@ "type": "Identifier", "name": "emit", "range": [ - 5882, - 5886 + 5896, + 5900 ], "loc": { "start": { @@ -15644,8 +15610,8 @@ } }, "range": [ - 5869, - 5886 + 5883, + 5900 ], "loc": { "start": { @@ -15664,8 +15630,8 @@ "value": "filters-toggled", "raw": "'filters-toggled'", "range": [ - 5887, - 5904 + 5901, + 5918 ], "loc": { "start": { @@ -15682,8 +15648,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5906, - 5908 + 5920, + 5922 ], "loc": { "start": { @@ -15699,8 +15665,8 @@ { "type": "ThisExpression", "range": [ - 5910, - 5914 + 5924, + 5928 ], "loc": { "start": { @@ -15717,8 +15683,8 @@ "type": "Identifier", "name": "visible", "range": [ - 5916, - 5923 + 5930, + 5937 ], "loc": { "start": { @@ -15733,8 +15699,8 @@ } ], "range": [ - 5869, - 5924 + 5883, + 5938 ], "loc": { "start": { @@ -15748,8 +15714,8 @@ } }, "range": [ - 5869, - 5925 + 5883, + 5939 ], "loc": { "start": { @@ -15764,8 +15730,8 @@ } ], "range": [ - 5077, - 5931 + 5091, + 5945 ], "loc": { "start": { @@ -15781,8 +15747,8 @@ "generator": false, "expression": false, "range": [ - 5060, - 5931 + 5074, + 5945 ], "loc": { "start": { @@ -15798,8 +15764,8 @@ "kind": "method", "computed": false, "range": [ - 5056, - 5931 + 5070, + 5945 ], "loc": { "start": { @@ -15816,8 +15782,8 @@ "type": "Block", "value": "*\n * Show or hide filters\n *\n * @param {boolean} [visible=true] Visibility flag\n ", "range": [ - 4950, - 5051 + 4964, + 5065 ], "loc": { "start": { @@ -15836,8 +15802,8 @@ "type": "Block", "value": "*\n * Destroy the UI\n ", "range": [ - 5937, - 5970 + 5951, + 5984 ], "loc": { "start": { @@ -15859,8 +15825,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 5975, - 5982 + 5989, + 5996 ], "loc": { "start": { @@ -15883,52 +15849,16 @@ { "type": "IfStatement", "test": { - "type": "LogicalExpression", - "operator": "&&", - "left": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 6000, - 6004 - ], - "loc": { - "start": { - "line": 189, - "column": 13 - }, - "end": { - "line": 189, - "column": 17 - } - } - }, - "property": { - "type": "Identifier", - "name": "btnEl", - "range": [ - 6005, - 6010 - ], - "loc": { - "start": { - "line": 189, - "column": 18 - }, - "end": { - "line": 189, - "column": 23 - } - } - }, + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", "range": [ - 6000, - 6010 + 6014, + 6018 ], "loc": { "start": { @@ -15937,101 +15867,47 @@ }, "end": { "line": 189, - "column": 23 + "column": 17 } } }, - "prefix": true, - "range": [ - 5999, - 6010 - ], - "loc": { - "start": { - "line": 189, - "column": 12 - }, - "end": { - "line": 189, - "column": 23 - } - } - }, - "right": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 6015, - 6019 - ], - "loc": { - "start": { - "line": 189, - "column": 28 - }, - "end": { - "line": 189, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "contEl", - "range": [ - 6020, - 6026 - ], - "loc": { - "start": { - "line": 189, - "column": 33 - }, - "end": { - "line": 189, - "column": 39 - } - } - }, + "property": { + "type": "Identifier", + "name": "initialized", "range": [ - 6015, - 6026 + 6019, + 6030 ], "loc": { "start": { "line": 189, - "column": 28 + "column": 18 }, "end": { "line": 189, - "column": 39 + "column": 29 } } }, - "prefix": true, "range": [ 6014, - 6026 + 6030 ], "loc": { "start": { "line": 189, - "column": 27 + "column": 13 }, "end": { "line": 189, - "column": 39 + "column": 29 } } }, + "prefix": true, "range": [ - 5999, - 6026 + 6013, + 6030 ], "loc": { "start": { @@ -16040,7 +15916,7 @@ }, "end": { "line": 189, - "column": 39 + "column": 29 } } }, @@ -16051,8 +15927,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 6042, - 6049 + 6046, + 6053 ], "loc": { "start": { @@ -16067,13 +15943,13 @@ } ], "range": [ - 6028, - 6059 + 6032, + 6063 ], "loc": { "start": { "line": 189, - "column": 41 + "column": 31 }, "end": { "line": 191, @@ -16083,8 +15959,8 @@ }, "alternate": null, "range": [ - 5995, - 6059 + 6009, + 6063 ], "loc": { "start": { @@ -16110,8 +15986,8 @@ "object": { "type": "ThisExpression", "range": [ - 6069, - 6073 + 6073, + 6077 ], "loc": { "start": { @@ -16128,8 +16004,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6074, - 6081 + 6078, + 6085 ], "loc": { "start": { @@ -16143,8 +16019,8 @@ } }, "range": [ - 6069, - 6081 + 6073, + 6085 ], "loc": { "start": { @@ -16161,8 +16037,8 @@ "type": "Identifier", "name": "off", "range": [ - 6082, - 6085 + 6086, + 6089 ], "loc": { "start": { @@ -16176,8 +16052,8 @@ } }, "range": [ - 6069, - 6085 + 6073, + 6089 ], "loc": { "start": { @@ -16199,8 +16075,8 @@ "value": "show-filters", "raw": "'show-filters'", "range": [ - 6087, - 6101 + 6091, + 6105 ], "loc": { "start": { @@ -16215,8 +16091,8 @@ } ], "range": [ - 6086, - 6102 + 6090, + 6106 ], "loc": { "start": { @@ -16237,8 +16113,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6105, - 6107 + 6109, + 6111 ], "loc": { "start": { @@ -16255,8 +16131,8 @@ "type": "Identifier", "name": "visible", "range": [ - 6109, - 6116 + 6113, + 6120 ], "loc": { "start": { @@ -16278,8 +16154,8 @@ "object": { "type": "ThisExpression", "range": [ - 6121, - 6125 + 6125, + 6129 ], "loc": { "start": { @@ -16296,8 +16172,8 @@ "type": "Identifier", "name": "show", "range": [ - 6126, - 6130 + 6130, + 6134 ], "loc": { "start": { @@ -16311,8 +16187,8 @@ } }, "range": [ - 6121, - 6130 + 6125, + 6134 ], "loc": { "start": { @@ -16330,8 +16206,8 @@ "type": "Identifier", "name": "visible", "range": [ - 6131, - 6138 + 6135, + 6142 ], "loc": { "start": { @@ -16346,8 +16222,8 @@ } ], "range": [ - 6121, - 6139 + 6125, + 6143 ], "loc": { "start": { @@ -16363,8 +16239,8 @@ "generator": false, "expression": true, "range": [ - 6104, - 6139 + 6108, + 6143 ], "loc": { "start": { @@ -16379,8 +16255,8 @@ } ], "range": [ - 6069, - 6140 + 6073, + 6144 ], "loc": { "start": { @@ -16394,8 +16270,8 @@ } }, "range": [ - 6069, - 6141 + 6073, + 6145 ], "loc": { "start": { @@ -16422,8 +16298,8 @@ "object": { "type": "ThisExpression", "range": [ - 6151, - 6155 + 6155, + 6159 ], "loc": { "start": { @@ -16440,8 +16316,8 @@ "type": "Identifier", "name": "btnEl", "range": [ - 6156, - 6161 + 6160, + 6165 ], "loc": { "start": { @@ -16455,8 +16331,8 @@ } }, "range": [ - 6151, - 6161 + 6155, + 6165 ], "loc": { "start": { @@ -16473,8 +16349,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 6162, - 6171 + 6166, + 6175 ], "loc": { "start": { @@ -16488,8 +16364,8 @@ } }, "range": [ - 6151, - 6171 + 6155, + 6175 ], "loc": { "start": { @@ -16507,8 +16383,8 @@ "value": "", "raw": "''", "range": [ - 6174, - 6176 + 6178, + 6180 ], "loc": { "start": { @@ -16522,8 +16398,8 @@ } }, "range": [ - 6151, - 6176 + 6155, + 6180 ], "loc": { "start": { @@ -16537,8 +16413,8 @@ } }, "range": [ - 6151, - 6177 + 6155, + 6181 ], "loc": { "start": { @@ -16562,8 +16438,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 6186, - 6189 + 6190, + 6193 ], "loc": { "start": { @@ -16580,8 +16456,8 @@ "type": "Identifier", "name": "remove", "range": [ - 6190, - 6196 + 6194, + 6200 ], "loc": { "start": { @@ -16595,8 +16471,8 @@ } }, "range": [ - 6186, - 6196 + 6190, + 6200 ], "loc": { "start": { @@ -16616,8 +16492,8 @@ "object": { "type": "ThisExpression", "range": [ - 6197, - 6201 + 6201, + 6205 ], "loc": { "start": { @@ -16634,8 +16510,8 @@ "type": "Identifier", "name": "btnEl", "range": [ - 6202, - 6207 + 6206, + 6211 ], "loc": { "start": { @@ -16649,8 +16525,8 @@ } }, "range": [ - 6197, - 6207 + 6201, + 6211 ], "loc": { "start": { @@ -16665,8 +16541,8 @@ } ], "range": [ - 6186, - 6208 + 6190, + 6212 ], "loc": { "start": { @@ -16680,8 +16556,8 @@ } }, "range": [ - 6186, - 6209 + 6190, + 6213 ], "loc": { "start": { @@ -16705,8 +16581,8 @@ "object": { "type": "ThisExpression", "range": [ - 6218, - 6222 + 6222, + 6226 ], "loc": { "start": { @@ -16723,8 +16599,8 @@ "type": "Identifier", "name": "btnEl", "range": [ - 6223, - 6228 + 6227, + 6232 ], "loc": { "start": { @@ -16738,8 +16614,8 @@ } }, "range": [ - 6218, - 6228 + 6222, + 6232 ], "loc": { "start": { @@ -16757,8 +16633,8 @@ "value": null, "raw": "null", "range": [ - 6231, - 6235 + 6235, + 6239 ], "loc": { "start": { @@ -16772,8 +16648,8 @@ } }, "range": [ - 6218, - 6235 + 6222, + 6239 ], "loc": { "start": { @@ -16787,8 +16663,8 @@ } }, "range": [ - 6218, - 6236 + 6222, + 6240 ], "loc": { "start": { @@ -16815,8 +16691,8 @@ "object": { "type": "ThisExpression", "range": [ - 6246, - 6250 + 6250, + 6254 ], "loc": { "start": { @@ -16833,8 +16709,8 @@ "type": "Identifier", "name": "contEl", "range": [ - 6251, - 6257 + 6255, + 6261 ], "loc": { "start": { @@ -16848,8 +16724,8 @@ } }, "range": [ - 6246, - 6257 + 6250, + 6261 ], "loc": { "start": { @@ -16866,8 +16742,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 6258, - 6267 + 6262, + 6271 ], "loc": { "start": { @@ -16881,8 +16757,8 @@ } }, "range": [ - 6246, - 6267 + 6250, + 6271 ], "loc": { "start": { @@ -16900,8 +16776,8 @@ "value": "", "raw": "''", "range": [ - 6270, - 6272 + 6274, + 6276 ], "loc": { "start": { @@ -16915,8 +16791,8 @@ } }, "range": [ - 6246, - 6272 + 6250, + 6276 ], "loc": { "start": { @@ -16930,8 +16806,8 @@ } }, "range": [ - 6246, - 6273 + 6250, + 6277 ], "loc": { "start": { @@ -16955,8 +16831,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 6282, - 6285 + 6286, + 6289 ], "loc": { "start": { @@ -16973,8 +16849,8 @@ "type": "Identifier", "name": "remove", "range": [ - 6286, - 6292 + 6290, + 6296 ], "loc": { "start": { @@ -16988,8 +16864,8 @@ } }, "range": [ - 6282, - 6292 + 6286, + 6296 ], "loc": { "start": { @@ -17009,8 +16885,8 @@ "object": { "type": "ThisExpression", "range": [ - 6293, - 6297 + 6297, + 6301 ], "loc": { "start": { @@ -17027,8 +16903,8 @@ "type": "Identifier", "name": "contEl", "range": [ - 6298, - 6304 + 6302, + 6308 ], "loc": { "start": { @@ -17042,8 +16918,8 @@ } }, "range": [ - 6293, - 6304 + 6297, + 6308 ], "loc": { "start": { @@ -17058,8 +16934,8 @@ } ], "range": [ - 6282, - 6305 + 6286, + 6309 ], "loc": { "start": { @@ -17073,8 +16949,8 @@ } }, "range": [ - 6282, - 6306 + 6286, + 6310 ], "loc": { "start": { @@ -17098,8 +16974,8 @@ "object": { "type": "ThisExpression", "range": [ - 6315, - 6319 + 6319, + 6323 ], "loc": { "start": { @@ -17116,8 +16992,8 @@ "type": "Identifier", "name": "contEl", "range": [ - 6320, - 6326 + 6324, + 6330 ], "loc": { "start": { @@ -17131,8 +17007,8 @@ } }, "range": [ - 6315, - 6326 + 6319, + 6330 ], "loc": { "start": { @@ -17150,8 +17026,8 @@ "value": null, "raw": "null", "range": [ - 6329, - 6333 + 6333, + 6337 ], "loc": { "start": { @@ -17165,8 +17041,8 @@ } }, "range": [ - 6315, - 6333 + 6319, + 6337 ], "loc": { "start": { @@ -17180,8 +17056,8 @@ } }, "range": [ - 6315, - 6334 + 6319, + 6338 ], "loc": { "start": { @@ -17205,8 +17081,8 @@ "object": { "type": "ThisExpression", "range": [ - 6343, - 6347 + 6347, + 6351 ], "loc": { "start": { @@ -17223,8 +17099,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 6348, - 6359 + 6352, + 6363 ], "loc": { "start": { @@ -17238,8 +17114,8 @@ } }, "range": [ - 6343, - 6359 + 6347, + 6363 ], "loc": { "start": { @@ -17257,8 +17133,8 @@ "value": false, "raw": "false", "range": [ - 6362, - 6367 + 6366, + 6371 ], "loc": { "start": { @@ -17272,8 +17148,8 @@ } }, "range": [ - 6343, - 6367 + 6347, + 6371 ], "loc": { "start": { @@ -17287,8 +17163,8 @@ } }, "range": [ - 6343, - 6368 + 6347, + 6372 ], "loc": { "start": { @@ -17303,8 +17179,8 @@ } ], "range": [ - 5985, - 6374 + 5999, + 6378 ], "loc": { "start": { @@ -17320,8 +17196,8 @@ "generator": false, "expression": false, "range": [ - 5982, - 6374 + 5996, + 6378 ], "loc": { "start": { @@ -17337,8 +17213,8 @@ "kind": "method", "computed": false, "range": [ - 5975, - 6374 + 5989, + 6378 ], "loc": { "start": { @@ -17355,8 +17231,8 @@ "type": "Block", "value": "*\n * Destroy the UI\n ", "range": [ - 5937, - 5970 + 5951, + 5984 ], "loc": { "start": { @@ -17374,13 +17250,13 @@ } ], "range": [ - 135, - 6377 + 190, + 6381 ], "loc": { "start": { - "line": 5, - "column": 39 + "line": 6, + "column": 55 }, "end": { "line": 205, @@ -17389,12 +17265,12 @@ } }, "range": [ - 111, - 6377 + 150, + 6381 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 15 }, "end": { @@ -17406,12 +17282,12 @@ "trailingComments": [] }, "range": [ - 96, - 6377 + 135, + 6381 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 0 }, "end": { @@ -17424,7 +17300,7 @@ "sourceType": "module", "range": [ 0, - 6377 + 6381 ], "loc": { "start": { @@ -17441,16 +17317,16 @@ "type": "Block", "value": "*\n * Filters Row Visibility extension\n * @param {Object} tf TableFilter instance\n * @param {Object} f Config\n ", "range": [ - 142, - 272 + 197, + 327 ], "loc": { "start": { - "line": 7, + "line": 8, "column": 4 }, "end": { - "line": 11, + "line": 12, "column": 7 } } @@ -17459,16 +17335,16 @@ "type": "Line", "value": " Path and image filenames", "range": [ - 441, - 468 + 489, + 516 ], "loc": { "start": { - "line": 18, + "line": 19, "column": 8 }, "end": { - "line": 18, + "line": 19, "column": 35 } } @@ -17477,16 +17353,16 @@ "type": "Line", "value": "expand/collapse filters span element", "range": [ - 673, - 711 + 721, + 759 ], "loc": { "start": { - "line": 23, + "line": 24, "column": 8 }, "end": { - "line": 23, + "line": 24, "column": 46 } } @@ -17495,16 +17371,16 @@ "type": "Line", "value": "expand/collapse filters btn element", "range": [ - 748, - 785 + 796, + 833 ], "loc": { "start": { - "line": 25, + "line": 26, "column": 8 }, "end": { - "line": 25, + "line": 26, "column": 45 } } @@ -17513,16 +17389,16 @@ "type": "Line", "value": "id of container element", "range": [ - 1108, - 1133 + 1156, + 1181 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 8 }, "end": { - "line": 34, + "line": 35, "column": 33 } } @@ -17531,16 +17407,16 @@ "type": "Line", "value": "enables/disables expand/collapse icon", "range": [ - 1187, - 1226 + 1235, + 1274 ], "loc": { "start": { - "line": 36, + "line": 37, "column": 8 }, "end": { - "line": 36, + "line": 37, "column": 47 } } @@ -17549,16 +17425,16 @@ "type": "Line", "value": "defines expand/collapse filters text", "range": [ - 1343, - 1381 + 1391, + 1429 ], "loc": { "start": { - "line": 40, + "line": 41, "column": 8 }, "end": { - "line": 40, + "line": 41, "column": 46 } } @@ -17567,16 +17443,16 @@ "type": "Line", "value": "defines expand/collapse filters button innerHtml", "range": [ - 1677, - 1727 + 1725, + 1775 ], "loc": { "start": { - "line": 48, + "line": 49, "column": 8 }, "end": { - "line": 48, + "line": 49, "column": 58 } } @@ -17585,16 +17461,16 @@ "type": "Line", "value": "defines css class for expand/collapse filters button", "range": [ - 1779, - 1833 + 1827, + 1881 ], "loc": { "start": { - "line": 50, + "line": 51, "column": 8 }, "end": { - "line": 50, + "line": 51, "column": 62 } } @@ -17603,16 +17479,16 @@ "type": "Line", "value": "defines css class span containing expand/collapse filters", "range": [ - 1904, - 1963 + 1952, + 2011 ], "loc": { "start": { - "line": 52, + "line": 53, "column": 8 }, "end": { - "line": 52, + "line": 53, "column": 67 } } @@ -17621,16 +17497,16 @@ "type": "Line", "value": " Prefix", "range": [ - 2278, - 2287 + 2326, + 2335 ], "loc": { "start": { - "line": 60, + "line": 61, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 17 } } @@ -17639,16 +17515,16 @@ "type": "Line", "value": "callback before filters row is shown", "range": [ - 2329, - 2367 + 2377, + 2415 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 63, + "line": 64, "column": 46 } } @@ -17657,16 +17533,16 @@ "type": "Line", "value": "callback after filters row is shown", "range": [ - 2472, - 2509 + 2520, + 2557 ], "loc": { "start": { - "line": 66, + "line": 67, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 45 } } @@ -17675,16 +17551,16 @@ "type": "Line", "value": "callback before filters row is hidden", "range": [ - 2611, - 2650 + 2659, + 2698 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 69, + "line": 70, "column": 47 } } @@ -17693,16 +17569,16 @@ "type": "Line", "value": "callback after filters row is hidden", "range": [ - 2755, - 2793 + 2803, + 2841 ], "loc": { "start": { - "line": 72, + "line": 73, "column": 8 }, "end": { - "line": 72, + "line": 73, "column": 46 } } @@ -17711,16 +17587,16 @@ "type": "Line", "value": "Loads extension stylesheet", "range": [ - 2884, - 2912 + 2932, + 2960 ], "loc": { "start": { - "line": 75, + "line": 76, "column": 8 }, "end": { - "line": 75, + "line": 76, "column": 36 } } @@ -17729,8 +17605,8 @@ "type": "Block", "value": "*\n * Initialise extension\n ", "range": [ - 3077, - 3116 + 3091, + 3130 ], "loc": { "start": { @@ -17747,8 +17623,8 @@ "type": "Block", "value": "*\n * Build UI elements\n ", "range": [ - 3417, - 3453 + 3431, + 3467 ], "loc": { "start": { @@ -17765,8 +17641,8 @@ "type": "Line", "value": "Container element (rdiv or custom element)", "range": [ - 3615, - 3659 + 3629, + 3673 ], "loc": { "start": { @@ -17783,8 +17659,8 @@ "type": "Line", "value": "Custom html", "range": [ - 4337, - 4350 + 4351, + 4364 ], "loc": { "start": { @@ -17801,8 +17677,8 @@ "type": "Block", "value": "*\n * Toggle filters visibility\n ", "range": [ - 4634, - 4678 + 4648, + 4692 ], "loc": { "start": { @@ -17819,8 +17695,8 @@ "type": "Block", "value": "*\n * Show or hide filters\n *\n * @param {boolean} [visible=true] Visibility flag\n ", "range": [ - 4950, - 5051 + 4964, + 5065 ], "loc": { "start": { @@ -17837,8 +17713,8 @@ "type": "Block", "value": "*\n * Destroy the UI\n ", "range": [ - 5937, - 5970 + 5951, + 5984 ], "loc": { "start": { diff --git a/docs/ast/source/extensions/sort/adapterSortabletable.js.json b/docs/ast/source/extensions/sort/adapterSortabletable.js.json index d760a2ed..9320f8de 100644 --- a/docs/ast/source/extensions/sort/adapterSortabletable.js.json +++ b/docs/ast/source/extensions/sort/adapterSortabletable.js.json @@ -1,6 +1,97 @@ { "type": "Program", "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "imported": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../../feature", + "raw": "'../../feature'", + "range": [ + 22, + 37 + ], + "loc": { + "start": { + "line": 1, + "column": 22 + }, + "end": { + "line": 1, + "column": 37 + } + } + }, + "range": [ + 0, + 38 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 38 + } + } + }, { "type": "ImportDeclaration", "specifiers": [ @@ -10,31 +101,31 @@ "type": "Identifier", "name": "Types", "range": [ - 7, - 12 + 46, + 51 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 12 } } }, "range": [ - 7, - 12 + 46, + 51 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 7 }, "end": { - "line": 1, + "line": 2, "column": 12 } } @@ -45,31 +136,31 @@ "value": "../../types", "raw": "'../../types'", "range": [ - 18, - 31 + 57, + 70 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 18 }, "end": { - "line": 1, + "line": 2, "column": 31 } } }, "range": [ - 0, - 32 + 39, + 71 ], "loc": { "start": { - "line": 1, + "line": 2, "column": 0 }, "end": { - "line": 1, + "line": 2, "column": 32 } } @@ -83,31 +174,31 @@ "type": "Identifier", "name": "Dom", "range": [ - 40, - 43 + 79, + 82 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 7 }, "end": { - "line": 2, + "line": 3, "column": 10 } } }, "range": [ - 40, - 43 + 79, + 82 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 7 }, "end": { - "line": 2, + "line": 3, "column": 10 } } @@ -118,31 +209,31 @@ "value": "../../dom", "raw": "'../../dom'", "range": [ - 49, - 60 + 88, + 99 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 16 }, "end": { - "line": 2, + "line": 3, "column": 27 } } }, "range": [ - 33, - 61 + 72, + 100 ], "loc": { "start": { - "line": 2, + "line": 3, "column": 0 }, "end": { - "line": 2, + "line": 3, "column": 28 } } @@ -156,31 +247,31 @@ "type": "Identifier", "name": "Event", "range": [ - 69, - 74 + 108, + 113 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 7 }, "end": { - "line": 3, + "line": 4, "column": 12 } } }, "range": [ - 69, - 74 + 108, + 113 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 7 }, "end": { - "line": 3, + "line": 4, "column": 12 } } @@ -191,31 +282,31 @@ "value": "../../event", "raw": "'../../event'", "range": [ - 80, - 93 + 119, + 132 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 18 }, "end": { - "line": 3, + "line": 4, "column": 31 } } }, "range": [ - 62, - 94 + 101, + 133 ], "loc": { "start": { - "line": 3, + "line": 4, "column": 0 }, "end": { - "line": 3, + "line": 4, "column": 32 } } @@ -229,31 +320,31 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 102, - 112 + 141, + 151 ], "loc": { "start": { - "line": 4, + "line": 5, "column": 7 }, "end": { - "line": 4, + "line": 5, "column": 17 } } }, "range": [ - 102, - 112 + 141, + 151 ], "loc": { "start": { - "line": 4, + "line": 5, "column": 7 }, "end": { - "line": 4, + "line": 5, "column": 17 } } @@ -264,31 +355,31 @@ "value": "../../date", "raw": "'../../date'", "range": [ - 118, - 130 + 157, + 169 ], "loc": { "start": { - "line": 4, + "line": 5, "column": 23 }, "end": { - "line": 4, + "line": 5, "column": 35 } } }, "range": [ - 95, - 131 + 134, + 170 ], "loc": { "start": { - "line": 4, + "line": 5, "column": 0 }, "end": { - "line": 4, + "line": 5, "column": 36 } } @@ -302,31 +393,31 @@ "type": "Identifier", "name": "Helpers", "range": [ - 139, - 146 + 178, + 185 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 7 }, "end": { - "line": 5, + "line": 6, "column": 14 } } }, "range": [ - 139, - 146 + 178, + 185 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 7 }, "end": { - "line": 5, + "line": 6, "column": 14 } } @@ -337,31 +428,31 @@ "value": "../../helpers", "raw": "'../../helpers'", "range": [ - 152, - 167 + 191, + 206 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 20 }, "end": { - "line": 5, + "line": 6, "column": 35 } } }, "range": [ - 132, - 168 + 171, + 207 ], "loc": { "start": { - "line": 5, + "line": 6, "column": 0 }, "end": { - "line": 5, + "line": 6, "column": 36 } } @@ -375,16 +466,16 @@ "type": "Identifier", "name": "NONE", "range": [ - 177, - 181 + 216, + 220 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 8 }, "end": { - "line": 6, + "line": 7, "column": 12 } } @@ -393,31 +484,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 177, - 181 + 216, + 220 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 8 }, "end": { - "line": 6, + "line": 7, "column": 12 } } }, "range": [ - 177, - 181 + 216, + 220 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 8 }, "end": { - "line": 6, + "line": 7, "column": 12 } } @@ -428,16 +519,16 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 183, - 191 + 222, + 230 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 14 }, "end": { - "line": 6, + "line": 7, "column": 22 } } @@ -446,31 +537,31 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 183, - 191 + 222, + 230 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 14 }, "end": { - "line": 6, + "line": 7, "column": 22 } } }, "range": [ - 183, - 191 + 222, + 230 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 14 }, "end": { - "line": 6, + "line": 7, "column": 22 } } @@ -481,16 +572,16 @@ "type": "Identifier", "name": "HEADER_TAG", "range": [ - 193, - 203 + 232, + 242 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 24 }, "end": { - "line": 6, + "line": 7, "column": 34 } } @@ -499,31 +590,31 @@ "type": "Identifier", "name": "HEADER_TAG", "range": [ - 193, - 203 + 232, + 242 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 24 }, "end": { - "line": 6, + "line": 7, "column": 34 } } }, "range": [ - 193, - 203 + 232, + 242 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 24 }, "end": { - "line": 6, + "line": 7, "column": 34 } } @@ -534,31 +625,31 @@ "value": "../../const", "raw": "'../../const'", "range": [ - 210, - 223 + 249, + 262 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 41 }, "end": { - "line": 6, + "line": 7, "column": 54 } } }, "range": [ - 169, - 224 + 208, + 263 ], "loc": { "start": { - "line": 6, + "line": 7, "column": 0 }, "end": { - "line": 6, + "line": 7, "column": 55 } } @@ -571,21 +662,38 @@ "type": "Identifier", "name": "AdapterSortableTable", "range": [ - 247, - 267 + 286, + 306 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 21 }, "end": { - "line": 8, + "line": 9, "column": 41 } } }, - "superClass": null, + "superClass": { + "type": "Identifier", + "name": "Feature", + "range": [ + 315, + 322 + ], + "loc": { + "start": { + "line": 9, + "column": 50 + }, + "end": { + "line": 9, + "column": 57 + } + } + }, "body": { "type": "ClassBody", "body": [ @@ -595,16 +703,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 374, - 385 + 429, + 440 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 4 }, "end": { - "line": 14, + "line": 15, "column": 15 } } @@ -617,16 +725,16 @@ "type": "Identifier", "name": "tf", "range": [ - 386, - 388 + 441, + 443 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 16 }, "end": { - "line": 14, + "line": 15, "column": 18 } } @@ -635,16 +743,16 @@ "type": "Identifier", "name": "opts", "range": [ - 390, - 394 + 445, + 449 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 20 }, "end": { - "line": 14, + "line": 15, "column": 24 } } @@ -656,107 +764,125 @@ { "type": "ExpressionStatement", "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 406, - 410 - ], - "loc": { - "start": { - "line": 15, - "column": 8 - }, - "end": { - "line": 15, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "initialized", - "range": [ - 411, - 422 - ], - "loc": { - "start": { - "line": 15, - "column": 13 - }, - "end": { - "line": 15, - "column": 24 - } - } - }, + "type": "CallExpression", + "callee": { + "type": "Super", "range": [ - 406, - 422 + 461, + 466 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, - "column": 24 + "line": 16, + "column": 13 } } }, - "right": { - "type": "Literal", - "value": false, - "raw": "false", - "range": [ - 425, - 430 - ], - "loc": { - "start": { - "line": 15, - "column": 27 + "arguments": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 467, + 469 + ], + "loc": { + "start": { + "line": 16, + "column": 14 + }, + "end": { + "line": 16, + "column": 16 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "opts", + "range": [ + 471, + 475 + ], + "loc": { + "start": { + "line": 16, + "column": 18 + }, + "end": { + "line": 16, + "column": 22 + } + } }, - "end": { - "line": 15, - "column": 32 + "property": { + "type": "Identifier", + "name": "name", + "range": [ + 476, + 480 + ], + "loc": { + "start": { + "line": 16, + "column": 23 + }, + "end": { + "line": 16, + "column": 27 + } + } + }, + "range": [ + 471, + 480 + ], + "loc": { + "start": { + "line": 16, + "column": 18 + }, + "end": { + "line": 16, + "column": 27 + } } } - }, + ], "range": [ - 406, - 430 + 461, + 481 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, - "column": 32 + "line": 16, + "column": 28 } } }, "range": [ - 406, - 431 + 461, + 482 ], "loc": { "start": { - "line": 15, + "line": 16, "column": 8 }, "end": { - "line": 15, - "column": 33 + "line": 16, + "column": 29 } } }, @@ -771,16 +897,16 @@ "object": { "type": "ThisExpression", "range": [ - 440, - 444 + 492, + 496 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 18, "column": 12 } } @@ -789,31 +915,31 @@ "type": "Identifier", "name": "name", "range": [ - 445, - 449 + 497, + 501 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 13 }, "end": { - "line": 16, + "line": 18, "column": 17 } } }, "range": [ - 440, - 449 + 492, + 501 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 18, "column": 17 } } @@ -825,16 +951,16 @@ "type": "Identifier", "name": "opts", "range": [ - 452, - 456 + 504, + 508 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 20 }, "end": { - "line": 16, + "line": 18, "column": 24 } } @@ -843,61 +969,61 @@ "type": "Identifier", "name": "name", "range": [ - 457, - 461 + 509, + 513 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 25 }, "end": { - "line": 16, + "line": 18, "column": 29 } } }, "range": [ - 452, - 461 + 504, + 513 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 20 }, "end": { - "line": 16, + "line": 18, "column": 29 } } }, "range": [ - 440, - 461 + 492, + 513 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 18, "column": 29 } } }, "range": [ - 440, - 462 + 492, + 514 ], "loc": { "start": { - "line": 16, + "line": 18, "column": 8 }, "end": { - "line": 16, + "line": 18, "column": 30 } } @@ -913,16 +1039,16 @@ "object": { "type": "ThisExpression", "range": [ - 471, - 475 + 523, + 527 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 12 } } @@ -931,31 +1057,31 @@ "type": "Identifier", "name": "desc", "range": [ - 476, - 480 + 528, + 532 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 13 }, "end": { - "line": 17, + "line": 19, "column": 17 } } }, "range": [ - 471, - 480 + 523, + 532 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 17 } } @@ -970,16 +1096,16 @@ "type": "Identifier", "name": "opts", "range": [ - 483, - 487 + 535, + 539 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 20 }, "end": { - "line": 17, + "line": 19, "column": 24 } } @@ -988,31 +1114,31 @@ "type": "Identifier", "name": "description", "range": [ - 488, - 499 + 540, + 551 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 25 }, "end": { - "line": 17, + "line": 19, "column": 36 } } }, "range": [ - 483, - 499 + 535, + 551 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 20 }, "end": { - "line": 17, + "line": 19, "column": 36 } } @@ -1022,80 +1148,80 @@ "value": "Sortable table", "raw": "'Sortable table'", "range": [ - 503, - 519 + 555, + 571 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 40 }, "end": { - "line": 17, + "line": 19, "column": 56 } } }, "range": [ - 483, - 519 + 535, + 571 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 20 }, "end": { - "line": 17, + "line": 19, "column": 56 } } }, "range": [ - 471, - 519 + 523, + 571 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 56 } } }, "range": [ - 471, - 520 + 523, + 572 ], "loc": { "start": { - "line": 17, + "line": 19, "column": 8 }, "end": { - "line": 17, + "line": 19, "column": 57 } }, "trailingComments": [ { "type": "Line", - "value": "indicates if tables was sorted", + "value": "indicates if table previously sorted", "range": [ - 530, - 562 + 582, + 620 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 8 }, "end": { - "line": 19, - "column": 40 + "line": 21, + "column": 46 } } } @@ -1112,16 +1238,16 @@ "object": { "type": "ThisExpression", "range": [ - 571, - 575 + 629, + 633 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 12 } } @@ -1130,31 +1256,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 576, - 582 + 634, + 640 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 13 }, "end": { - "line": 20, + "line": 22, "column": 19 } } }, "range": [ - 571, - 582 + 629, + 640 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 19 } } @@ -1164,65 +1290,65 @@ "value": false, "raw": "false", "range": [ - 585, - 590 + 643, + 648 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 22 }, "end": { - "line": 20, + "line": 22, "column": 27 } } }, "range": [ - 571, - 590 + 629, + 648 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 27 } } }, "range": [ - 571, - 591 + 629, + 649 ], "loc": { "start": { - "line": 20, + "line": 22, "column": 8 }, "end": { - "line": 20, + "line": 22, "column": 28 } }, "leadingComments": [ { "type": "Line", - "value": "indicates if tables was sorted", + "value": "indicates if table previously sorted", "range": [ - 530, - 562 + 582, + 620 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 8 }, "end": { - "line": 19, - "column": 40 + "line": 21, + "column": 46 } } } @@ -1239,16 +1365,16 @@ "object": { "type": "ThisExpression", "range": [ - 601, - 605 + 659, + 663 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 22, + "line": 24, "column": 12 } } @@ -1257,31 +1383,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 606, - 615 + 664, + 673 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 13 }, "end": { - "line": 22, + "line": 24, "column": 22 } } }, "range": [ - 601, - 615 + 659, + 673 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 22, + "line": 24, "column": 22 } } @@ -1297,16 +1423,16 @@ "type": "Identifier", "name": "Types", "range": [ - 618, - 623 + 676, + 681 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 25 }, "end": { - "line": 22, + "line": 24, "column": 30 } } @@ -1315,31 +1441,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 624, - 631 + 682, + 689 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 31 }, "end": { - "line": 22, + "line": 24, "column": 38 } } }, "range": [ - 618, - 631 + 676, + 689 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 25 }, "end": { - "line": 22, + "line": 24, "column": 38 } } @@ -1352,16 +1478,16 @@ "type": "Identifier", "name": "opts", "range": [ - 632, - 636 + 690, + 694 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 39 }, "end": { - "line": 22, + "line": 24, "column": 43 } } @@ -1370,47 +1496,47 @@ "type": "Identifier", "name": "types", "range": [ - 637, - 642 + 695, + 700 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 44 }, "end": { - "line": 22, + "line": 24, "column": 49 } } }, "range": [ - 632, - 642 + 690, + 700 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 39 }, "end": { - "line": 22, + "line": 24, "column": 49 } } } ], "range": [ - 618, - 643 + 676, + 701 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 25 }, "end": { - "line": 22, + "line": 24, "column": 50 } } @@ -1422,16 +1548,16 @@ "type": "Identifier", "name": "opts", "range": [ - 646, - 650 + 704, + 708 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 53 }, "end": { - "line": 22, + "line": 24, "column": 57 } } @@ -1440,31 +1566,31 @@ "type": "Identifier", "name": "types", "range": [ - 651, - 656 + 709, + 714 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 58 }, "end": { - "line": 22, + "line": 24, "column": 63 } } }, "range": [ - 646, - 656 + 704, + 714 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 53 }, "end": { - "line": 22, + "line": 24, "column": 63 } } @@ -1473,61 +1599,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 659, - 661 + 717, + 719 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 66 }, "end": { - "line": 22, + "line": 24, "column": 68 } } }, "range": [ - 618, - 661 + 676, + 719 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 25 }, "end": { - "line": 22, + "line": 24, "column": 68 } } }, "range": [ - 601, - 661 + 659, + 719 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 22, + "line": 24, "column": 68 } } }, "range": [ - 601, - 662 + 659, + 720 ], "loc": { "start": { - "line": 22, + "line": 24, "column": 8 }, "end": { - "line": 22, + "line": 24, "column": 69 } } @@ -1543,16 +1669,16 @@ "object": { "type": "ThisExpression", "range": [ - 671, - 675 + 729, + 733 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 8 }, "end": { - "line": 23, + "line": 25, "column": 12 } } @@ -1561,31 +1687,31 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 676, - 690 + 734, + 748 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 13 }, "end": { - "line": 23, + "line": 25, "column": 27 } } }, "range": [ - 671, - 690 + 729, + 748 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 8 }, "end": { - "line": 23, + "line": 25, "column": 27 } } @@ -1601,16 +1727,16 @@ "type": "Identifier", "name": "Types", "range": [ - 693, - 698 + 751, + 756 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 30 }, "end": { - "line": 23, + "line": 25, "column": 35 } } @@ -1619,31 +1745,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 699, - 706 + 757, + 764 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 36 }, "end": { - "line": 23, + "line": 25, "column": 43 } } }, "range": [ - 693, - 706 + 751, + 764 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 30 }, "end": { - "line": 23, + "line": 25, "column": 43 } } @@ -1656,16 +1782,16 @@ "type": "Identifier", "name": "opts", "range": [ - 707, - 711 + 765, + 769 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 44 }, "end": { - "line": 23, + "line": 25, "column": 48 } } @@ -1674,47 +1800,47 @@ "type": "Identifier", "name": "sort_col_at_start", "range": [ - 712, - 729 + 770, + 787 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 49 }, "end": { - "line": 23, + "line": 25, "column": 66 } } }, "range": [ - 707, - 729 + 765, + 787 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 44 }, "end": { - "line": 23, + "line": 25, "column": 66 } } } ], "range": [ - 693, - 730 + 751, + 788 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 30 }, "end": { - "line": 23, + "line": 25, "column": 67 } } @@ -1726,16 +1852,16 @@ "type": "Identifier", "name": "opts", "range": [ - 745, - 749 + 803, + 807 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 12 }, "end": { - "line": 24, + "line": 26, "column": 16 } } @@ -1744,31 +1870,31 @@ "type": "Identifier", "name": "sort_col_at_start", "range": [ - 750, - 767 + 808, + 825 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 17 }, "end": { - "line": 24, + "line": 26, "column": 34 } } }, "range": [ - 745, - 767 + 803, + 825 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 12 }, "end": { - "line": 24, + "line": 26, "column": 34 } } @@ -1778,61 +1904,61 @@ "value": null, "raw": "null", "range": [ - 770, - 774 + 828, + 832 ], "loc": { "start": { - "line": 24, + "line": 26, "column": 37 }, "end": { - "line": 24, + "line": 26, "column": 41 } } }, "range": [ - 693, - 774 + 751, + 832 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 30 }, "end": { - "line": 24, + "line": 26, "column": 41 } } }, "range": [ - 671, - 774 + 729, + 832 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 26, "column": 41 } } }, "range": [ - 671, - 775 + 729, + 833 ], "loc": { "start": { - "line": 23, + "line": 25, "column": 8 }, "end": { - "line": 24, + "line": 26, "column": 42 } } @@ -1848,16 +1974,16 @@ "object": { "type": "ThisExpression", "range": [ - 784, - 788 + 842, + 846 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 12 } } @@ -1866,31 +1992,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 789, - 798 + 847, + 856 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 13 }, "end": { - "line": 25, + "line": 27, "column": 22 } } }, "range": [ - 784, - 798 + 842, + 856 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 22 } } @@ -1901,16 +2027,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 801, - 808 + 859, + 866 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 25 }, "end": { - "line": 25, + "line": 27, "column": 32 } } @@ -1923,16 +2049,16 @@ "type": "Identifier", "name": "opts", "range": [ - 809, - 813 + 867, + 871 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 33 }, "end": { - "line": 25, + "line": 27, "column": 37 } } @@ -1941,77 +2067,77 @@ "type": "Identifier", "name": "async_sort", "range": [ - 814, - 824 + 872, + 882 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 38 }, "end": { - "line": 25, + "line": 27, "column": 48 } } }, "range": [ - 809, - 824 + 867, + 882 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 33 }, "end": { - "line": 25, + "line": 27, "column": 48 } } } ], "range": [ - 801, - 825 + 859, + 883 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 25 }, "end": { - "line": 25, + "line": 27, "column": 49 } } }, "range": [ - 784, - 825 + 842, + 883 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 49 } } }, "range": [ - 784, - 826 + 842, + 884 ], "loc": { "start": { - "line": 25, + "line": 27, "column": 8 }, "end": { - "line": 25, + "line": 27, "column": 50 } } @@ -2027,16 +2153,16 @@ "object": { "type": "ThisExpression", "range": [ - 835, - 839 + 893, + 897 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 12 } } @@ -2045,31 +2171,31 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 840, - 850 + 898, + 908 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 13 }, "end": { - "line": 26, + "line": 28, "column": 23 } } }, "range": [ - 835, - 850 + 893, + 908 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 26, + "line": 28, "column": 23 } } @@ -2085,16 +2211,16 @@ "type": "Identifier", "name": "Types", "range": [ - 853, - 858 + 911, + 916 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 26 }, "end": { - "line": 26, + "line": 28, "column": 31 } } @@ -2103,31 +2229,31 @@ "type": "Identifier", "name": "isArray", "range": [ - 859, - 866 + 917, + 924 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 32 }, "end": { - "line": 26, + "line": 28, "column": 39 } } }, "range": [ - 853, - 866 + 911, + 924 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 26 }, "end": { - "line": 26, + "line": 28, "column": 39 } } @@ -2140,16 +2266,16 @@ "type": "Identifier", "name": "opts", "range": [ - 867, - 871 + 925, + 929 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 40 }, "end": { - "line": 26, + "line": 28, "column": 44 } } @@ -2158,47 +2284,47 @@ "type": "Identifier", "name": "trigger_ids", "range": [ - 872, - 883 + 930, + 941 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 45 }, "end": { - "line": 26, + "line": 28, "column": 56 } } }, "range": [ - 867, - 883 + 925, + 941 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 40 }, "end": { - "line": 26, + "line": 28, "column": 56 } } } ], "range": [ - 853, - 884 + 911, + 942 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 26 }, "end": { - "line": 26, + "line": 28, "column": 57 } } @@ -2210,16 +2336,16 @@ "type": "Identifier", "name": "opts", "range": [ - 899, - 903 + 957, + 961 ], "loc": { "start": { - "line": 27, + "line": 29, "column": 12 }, "end": { - "line": 27, + "line": 29, "column": 16 } } @@ -2228,31 +2354,31 @@ "type": "Identifier", "name": "trigger_ids", "range": [ - 904, - 915 + 962, + 973 ], "loc": { "start": { - "line": 27, + "line": 29, "column": 17 }, "end": { - "line": 27, + "line": 29, "column": 28 } } }, "range": [ - 899, - 915 + 957, + 973 ], "loc": { "start": { - "line": 27, + "line": 29, "column": 12 }, "end": { - "line": 27, + "line": 29, "column": 28 } } @@ -2261,61 +2387,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 918, - 920 + 976, + 978 ], "loc": { "start": { - "line": 27, + "line": 29, "column": 31 }, "end": { - "line": 27, + "line": 29, "column": 33 } } }, "range": [ - 853, - 920 + 911, + 978 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 26 }, "end": { - "line": 27, + "line": 29, "column": 33 } } }, "range": [ - 835, - 920 + 893, + 978 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 29, "column": 33 } } }, "range": [ - 835, - 921 + 893, + 979 ], "loc": { "start": { - "line": 26, + "line": 28, "column": 8 }, "end": { - "line": 27, + "line": 29, "column": 34 } }, @@ -2324,16 +2450,16 @@ "type": "Line", "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", "range": [ - 931, - 988 + 989, + 1046 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 65 } } @@ -2342,268 +2468,16 @@ "type": "Line", "value": " tablefilter.css to reflect any path change", "range": [ - 997, - 1042 + 1055, + 1100 ], "loc": { "start": { - "line": 30, + "line": 32, "column": 8 }, "end": { - "line": 30, - "column": 53 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 1051, - 1055 - ], - "loc": { - "start": { - "line": 31, - "column": 8 - }, - "end": { - "line": 31, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "imgPath", - "range": [ - 1056, - 1063 - ], - "loc": { - "start": { - "line": 31, - "column": 13 - }, - "end": { - "line": 31, - "column": 20 - } - } - }, - "range": [ - 1051, - 1063 - ], - "loc": { - "start": { - "line": 31, - "column": 8 - }, - "end": { - "line": 31, - "column": 20 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "opts", - "range": [ - 1066, - 1070 - ], - "loc": { - "start": { - "line": 31, - "column": 23 - }, - "end": { - "line": 31, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "images_path", - "range": [ - 1071, - 1082 - ], - "loc": { - "start": { - "line": 31, - "column": 28 - }, - "end": { - "line": 31, - "column": 39 - } - } - }, - "range": [ - 1066, - 1082 - ], - "loc": { - "start": { - "line": 31, - "column": 23 - }, - "end": { - "line": 31, - "column": 39 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 1086, - 1088 - ], - "loc": { - "start": { - "line": 31, - "column": 43 - }, - "end": { - "line": 31, - "column": 45 - } - } - }, - "property": { - "type": "Identifier", - "name": "themesPath", - "range": [ - 1089, - 1099 - ], - "loc": { - "start": { - "line": 31, - "column": 46 - }, - "end": { - "line": 31, - "column": 56 - } - } - }, - "range": [ - 1086, - 1099 - ], - "loc": { - "start": { - "line": 31, - "column": 43 - }, - "end": { - "line": 31, - "column": 56 - } - } - }, - "range": [ - 1066, - 1099 - ], - "loc": { - "start": { - "line": 31, - "column": 23 - }, - "end": { - "line": 31, - "column": 56 - } - } - }, - "range": [ - 1051, - 1099 - ], - "loc": { - "start": { - "line": 31, - "column": 8 - }, - "end": { - "line": 31, - "column": 56 - } - } - }, - "range": [ - 1051, - 1100 - ], - "loc": { - "start": { - "line": 31, - "column": 8 - }, - "end": { - "line": 31, - "column": 57 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", - "range": [ - 931, - 988 - ], - "loc": { - "start": { - "line": 29, - "column": 8 - }, - "end": { - "line": 29, - "column": 65 - } - } - }, - { - "type": "Line", - "value": " tablefilter.css to reflect any path change", - "range": [ - 997, - 1042 - ], - "loc": { - "start": { - "line": 30, - "column": 8 - }, - "end": { - "line": 30, + "line": 32, "column": 53 } } @@ -2626,36 +2500,228 @@ ], "loc": { "start": { - "line": 32, + "line": 33, "column": 8 }, "end": { - "line": 32, + "line": 33, "column": 12 } } }, "property": { "type": "Identifier", - "name": "imgBlank", + "name": "imgPath", "range": [ 1114, - 1122 + 1121 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 13 }, "end": { - "line": 32, - "column": 21 + "line": 33, + "column": 20 } } }, "range": [ 1109, - 1122 + 1121 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 20 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "opts", + "range": [ + 1124, + 1128 + ], + "loc": { + "start": { + "line": 33, + "column": 23 + }, + "end": { + "line": 33, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "images_path", + "range": [ + 1129, + 1140 + ], + "loc": { + "start": { + "line": 33, + "column": 28 + }, + "end": { + "line": 33, + "column": 39 + } + } + }, + "range": [ + 1124, + 1140 + ], + "loc": { + "start": { + "line": 33, + "column": 23 + }, + "end": { + "line": 33, + "column": 39 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 1144, + 1146 + ], + "loc": { + "start": { + "line": 33, + "column": 43 + }, + "end": { + "line": 33, + "column": 45 + } + } + }, + "property": { + "type": "Identifier", + "name": "themesPath", + "range": [ + 1147, + 1157 + ], + "loc": { + "start": { + "line": 33, + "column": 46 + }, + "end": { + "line": 33, + "column": 56 + } + } + }, + "range": [ + 1144, + 1157 + ], + "loc": { + "start": { + "line": 33, + "column": 43 + }, + "end": { + "line": 33, + "column": 56 + } + } + }, + "range": [ + 1124, + 1157 + ], + "loc": { + "start": { + "line": 33, + "column": 23 + }, + "end": { + "line": 33, + "column": 56 + } + } + }, + "range": [ + 1109, + 1157 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 56 + } + } + }, + "range": [ + 1109, + 1158 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 57 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", + "range": [ + 989, + 1046 + ], + "loc": { + "start": { + "line": 31, + "column": 8 + }, + "end": { + "line": 31, + "column": 65 + } + } + }, + { + "type": "Line", + "value": " tablefilter.css to reflect any path change", + "range": [ + 1055, + 1100 ], "loc": { "start": { @@ -2664,6 +2730,66 @@ }, "end": { "line": 32, + "column": 53 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1167, + 1171 + ], + "loc": { + "start": { + "line": 34, + "column": 8 + }, + "end": { + "line": 34, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "imgBlank", + "range": [ + 1172, + 1180 + ], + "loc": { + "start": { + "line": 34, + "column": 13 + }, + "end": { + "line": 34, + "column": 21 + } + } + }, + "range": [ + 1167, + 1180 + ], + "loc": { + "start": { + "line": 34, + "column": 8 + }, + "end": { + "line": 34, "column": 21 } } @@ -2678,16 +2804,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1125, - 1129 + 1183, + 1187 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 24 }, "end": { - "line": 32, + "line": 34, "column": 28 } } @@ -2696,31 +2822,31 @@ "type": "Identifier", "name": "image_blank", "range": [ - 1130, - 1141 + 1188, + 1199 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 29 }, "end": { - "line": 32, + "line": 34, "column": 40 } } }, "range": [ - 1125, - 1141 + 1183, + 1199 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 24 }, "end": { - "line": 32, + "line": 34, "column": 40 } } @@ -2730,61 +2856,61 @@ "value": "blank.png", "raw": "'blank.png'", "range": [ - 1145, - 1156 + 1203, + 1214 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 44 }, "end": { - "line": 32, + "line": 34, "column": 55 } } }, "range": [ - 1125, - 1156 + 1183, + 1214 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 24 }, "end": { - "line": 32, + "line": 34, "column": 55 } } }, "range": [ - 1109, - 1156 + 1167, + 1214 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 55 } } }, "range": [ - 1109, - 1157 + 1167, + 1215 ], "loc": { "start": { - "line": 32, + "line": 34, "column": 8 }, "end": { - "line": 32, + "line": 34, "column": 56 } } @@ -2800,16 +2926,16 @@ "object": { "type": "ThisExpression", "range": [ - 1166, - 1170 + 1224, + 1228 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 35, "column": 12 } } @@ -2818,31 +2944,31 @@ "type": "Identifier", "name": "imgClassName", "range": [ - 1171, - 1183 + 1229, + 1241 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 13 }, "end": { - "line": 33, + "line": 35, "column": 25 } } }, "range": [ - 1166, - 1183 + 1224, + 1241 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 35, "column": 25 } } @@ -2857,16 +2983,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1186, - 1190 + 1244, + 1248 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 28 }, "end": { - "line": 33, + "line": 35, "column": 32 } } @@ -2875,31 +3001,31 @@ "type": "Identifier", "name": "image_class_name", "range": [ - 1191, - 1207 + 1249, + 1265 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 33 }, "end": { - "line": 33, + "line": 35, "column": 49 } } }, "range": [ - 1186, - 1207 + 1244, + 1265 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 28 }, "end": { - "line": 33, + "line": 35, "column": 49 } } @@ -2909,61 +3035,61 @@ "value": "sort-arrow", "raw": "'sort-arrow'", "range": [ - 1211, - 1223 + 1269, + 1281 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 53 }, "end": { - "line": 33, + "line": 35, "column": 65 } } }, "range": [ - 1186, - 1223 + 1244, + 1281 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 28 }, "end": { - "line": 33, + "line": 35, "column": 65 } } }, "range": [ - 1166, - 1223 + 1224, + 1281 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 35, "column": 65 } } }, "range": [ - 1166, - 1224 + 1224, + 1282 ], "loc": { "start": { - "line": 33, + "line": 35, "column": 8 }, "end": { - "line": 33, + "line": 35, "column": 66 } } @@ -2979,16 +3105,16 @@ "object": { "type": "ThisExpression", "range": [ - 1233, - 1237 + 1291, + 1295 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 34, + "line": 36, "column": 12 } } @@ -2997,31 +3123,31 @@ "type": "Identifier", "name": "imgAscClassName", "range": [ - 1238, - 1253 + 1296, + 1311 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 13 }, "end": { - "line": 34, + "line": 36, "column": 28 } } }, "range": [ - 1233, - 1253 + 1291, + 1311 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 34, + "line": 36, "column": 28 } } @@ -3036,16 +3162,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1256, - 1260 + 1314, + 1318 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 31 }, "end": { - "line": 34, + "line": 36, "column": 35 } } @@ -3054,31 +3180,31 @@ "type": "Identifier", "name": "image_asc_class_name", "range": [ - 1261, - 1281 + 1319, + 1339 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 36 }, "end": { - "line": 34, + "line": 36, "column": 56 } } }, "range": [ - 1256, - 1281 + 1314, + 1339 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 31 }, "end": { - "line": 34, + "line": 36, "column": 56 } } @@ -3088,61 +3214,61 @@ "value": "ascending", "raw": "'ascending'", "range": [ - 1285, - 1296 + 1343, + 1354 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 60 }, "end": { - "line": 34, + "line": 36, "column": 71 } } }, "range": [ - 1256, - 1296 + 1314, + 1354 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 31 }, "end": { - "line": 34, + "line": 36, "column": 71 } } }, "range": [ - 1233, - 1296 + 1291, + 1354 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 34, + "line": 36, "column": 71 } } }, "range": [ - 1233, - 1297 + 1291, + 1355 ], "loc": { "start": { - "line": 34, + "line": 36, "column": 8 }, "end": { - "line": 34, + "line": 36, "column": 72 } } @@ -3158,16 +3284,16 @@ "object": { "type": "ThisExpression", "range": [ - 1306, - 1310 + 1364, + 1368 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 8 }, "end": { - "line": 35, + "line": 37, "column": 12 } } @@ -3176,31 +3302,31 @@ "type": "Identifier", "name": "imgDescClassName", "range": [ - 1311, - 1327 + 1369, + 1385 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 13 }, "end": { - "line": 35, + "line": 37, "column": 29 } } }, "range": [ - 1306, - 1327 + 1364, + 1385 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 8 }, "end": { - "line": 35, + "line": 37, "column": 29 } } @@ -3215,16 +3341,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1330, - 1334 + 1388, + 1392 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 32 }, "end": { - "line": 35, + "line": 37, "column": 36 } } @@ -3233,31 +3359,31 @@ "type": "Identifier", "name": "image_desc_class_name", "range": [ - 1335, - 1356 + 1393, + 1414 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 37 }, "end": { - "line": 35, + "line": 37, "column": 58 } } }, "range": [ - 1330, - 1356 + 1388, + 1414 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 32 }, "end": { - "line": 35, + "line": 37, "column": 58 } } @@ -3267,61 +3393,61 @@ "value": "descending", "raw": "'descending'", "range": [ - 1360, - 1372 + 1418, + 1430 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 62 }, "end": { - "line": 35, + "line": 37, "column": 74 } } }, "range": [ - 1330, - 1372 + 1388, + 1430 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 32 }, "end": { - "line": 35, + "line": 37, "column": 74 } } }, "range": [ - 1306, - 1372 + 1364, + 1430 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 8 }, "end": { - "line": 35, + "line": 37, "column": 74 } } }, "range": [ - 1306, - 1373 + 1364, + 1431 ], "loc": { "start": { - "line": 35, + "line": 37, "column": 8 }, "end": { - "line": 35, + "line": 37, "column": 75 } }, @@ -3330,16 +3456,16 @@ "type": "Line", "value": "cell attribute storing custom key", "range": [ - 1382, - 1417 + 1440, + 1475 ], "loc": { "start": { - "line": 36, + "line": 38, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 43 } } @@ -3357,16 +3483,16 @@ "object": { "type": "ThisExpression", "range": [ - 1426, - 1430 + 1484, + 1488 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 8 }, "end": { - "line": 37, + "line": 39, "column": 12 } } @@ -3375,31 +3501,31 @@ "type": "Identifier", "name": "customKey", "range": [ - 1431, - 1440 + 1489, + 1498 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 13 }, "end": { - "line": 37, + "line": 39, "column": 22 } } }, "range": [ - 1426, - 1440 + 1484, + 1498 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 8 }, "end": { - "line": 37, + "line": 39, "column": 22 } } @@ -3414,16 +3540,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1443, - 1447 + 1501, + 1505 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 25 }, "end": { - "line": 37, + "line": 39, "column": 29 } } @@ -3432,31 +3558,31 @@ "type": "Identifier", "name": "custom_key", "range": [ - 1448, - 1458 + 1506, + 1516 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 30 }, "end": { - "line": 37, + "line": 39, "column": 40 } } }, "range": [ - 1443, - 1458 + 1501, + 1516 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 25 }, "end": { - "line": 37, + "line": 39, "column": 40 } } @@ -3466,61 +3592,61 @@ "value": "data-tf-sortKey", "raw": "'data-tf-sortKey'", "range": [ - 1462, - 1479 + 1520, + 1537 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 44 }, "end": { - "line": 37, + "line": 39, "column": 61 } } }, "range": [ - 1443, - 1479 + 1501, + 1537 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 25 }, "end": { - "line": 37, + "line": 39, "column": 61 } } }, "range": [ - 1426, - 1479 + 1484, + 1537 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 8 }, "end": { - "line": 37, + "line": 39, "column": 61 } } }, "range": [ - 1426, - 1480 + 1484, + 1538 ], "loc": { "start": { - "line": 37, + "line": 39, "column": 8 }, "end": { - "line": 37, + "line": 39, "column": 62 } }, @@ -3529,16 +3655,16 @@ "type": "Line", "value": "cell attribute storing custom key", "range": [ - 1382, - 1417 + 1440, + 1475 ], "loc": { "start": { - "line": 36, + "line": 38, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 43 } } @@ -3549,16 +3675,16 @@ "type": "Line", "value": " callback invoked after sort is loaded and instanciated", "range": [ - 1490, - 1547 + 1548, + 1605 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 65 } } @@ -3576,16 +3702,16 @@ "object": { "type": "ThisExpression", "range": [ - 1556, - 1560 + 1614, + 1618 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 8 }, "end": { - "line": 40, + "line": 42, "column": 12 } } @@ -3594,31 +3720,31 @@ "type": "Identifier", "name": "onSortLoaded", "range": [ - 1561, - 1573 + 1619, + 1631 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 13 }, "end": { - "line": 40, + "line": 42, "column": 25 } } }, "range": [ - 1556, - 1573 + 1614, + 1631 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 8 }, "end": { - "line": 40, + "line": 42, "column": 25 } } @@ -3634,16 +3760,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1576, - 1581 + 1634, + 1639 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 28 }, "end": { - "line": 40, + "line": 42, "column": 33 } } @@ -3652,31 +3778,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1582, - 1586 + 1640, + 1644 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 34 }, "end": { - "line": 40, + "line": 42, "column": 38 } } }, "range": [ - 1576, - 1586 + 1634, + 1644 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 28 }, "end": { - "line": 40, + "line": 42, "column": 38 } } @@ -3689,16 +3815,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1587, - 1591 + 1645, + 1649 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 39 }, "end": { - "line": 40, + "line": 42, "column": 43 } } @@ -3707,47 +3833,47 @@ "type": "Identifier", "name": "on_sort_loaded", "range": [ - 1592, - 1606 + 1650, + 1664 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 44 }, "end": { - "line": 40, + "line": 42, "column": 58 } } }, "range": [ - 1587, - 1606 + 1645, + 1664 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 39 }, "end": { - "line": 40, + "line": 42, "column": 58 } } } ], "range": [ - 1576, - 1607 + 1634, + 1665 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 28 }, "end": { - "line": 40, + "line": 42, "column": 59 } } @@ -3759,16 +3885,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1622, - 1626 + 1680, + 1684 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 12 }, "end": { - "line": 41, + "line": 43, "column": 16 } } @@ -3777,31 +3903,31 @@ "type": "Identifier", "name": "on_sort_loaded", "range": [ - 1627, - 1641 + 1685, + 1699 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 17 }, "end": { - "line": 41, + "line": 43, "column": 31 } } }, "range": [ - 1622, - 1641 + 1680, + 1699 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 12 }, "end": { - "line": 41, + "line": 43, "column": 31 } } @@ -3811,61 +3937,61 @@ "value": null, "raw": "null", "range": [ - 1644, - 1648 + 1702, + 1706 ], "loc": { "start": { - "line": 41, + "line": 43, "column": 34 }, "end": { - "line": 41, + "line": 43, "column": 38 } } }, "range": [ - 1576, - 1648 + 1634, + 1706 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 28 }, "end": { - "line": 41, + "line": 43, "column": 38 } } }, "range": [ - 1556, - 1648 + 1614, + 1706 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 43, "column": 38 } } }, "range": [ - 1556, - 1649 + 1614, + 1707 ], "loc": { "start": { - "line": 40, + "line": 42, "column": 8 }, "end": { - "line": 41, + "line": 43, "column": 39 } }, @@ -3874,16 +4000,16 @@ "type": "Line", "value": " callback invoked after sort is loaded and instanciated", "range": [ - 1490, - 1547 + 1548, + 1605 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 65 } } @@ -3894,16 +4020,16 @@ "type": "Line", "value": " callback invoked before table is sorted", "range": [ - 1658, - 1700 + 1716, + 1758 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 8 }, "end": { - "line": 42, + "line": 44, "column": 50 } } @@ -3921,16 +4047,16 @@ "object": { "type": "ThisExpression", "range": [ - 1709, - 1713 + 1767, + 1771 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, + "line": 45, "column": 12 } } @@ -3939,31 +4065,31 @@ "type": "Identifier", "name": "onBeforeSort", "range": [ - 1714, - 1726 + 1772, + 1784 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 13 }, "end": { - "line": 43, + "line": 45, "column": 25 } } }, "range": [ - 1709, - 1726 + 1767, + 1784 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 43, + "line": 45, "column": 25 } } @@ -3979,16 +4105,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1729, - 1734 + 1787, + 1792 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 28 }, "end": { - "line": 43, + "line": 45, "column": 33 } } @@ -3997,31 +4123,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1735, - 1739 + 1793, + 1797 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 34 }, "end": { - "line": 43, + "line": 45, "column": 38 } } }, "range": [ - 1729, - 1739 + 1787, + 1797 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 28 }, "end": { - "line": 43, + "line": 45, "column": 38 } } @@ -4034,16 +4160,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1740, - 1744 + 1798, + 1802 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 39 }, "end": { - "line": 43, + "line": 45, "column": 43 } } @@ -4052,47 +4178,47 @@ "type": "Identifier", "name": "on_before_sort", "range": [ - 1745, - 1759 + 1803, + 1817 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 44 }, "end": { - "line": 43, + "line": 45, "column": 58 } } }, "range": [ - 1740, - 1759 + 1798, + 1817 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 39 }, "end": { - "line": 43, + "line": 45, "column": 58 } } } ], "range": [ - 1729, - 1760 + 1787, + 1818 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 28 }, "end": { - "line": 43, + "line": 45, "column": 59 } } @@ -4104,16 +4230,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1775, - 1779 + 1833, + 1837 ], "loc": { "start": { - "line": 44, + "line": 46, "column": 12 }, "end": { - "line": 44, + "line": 46, "column": 16 } } @@ -4122,31 +4248,31 @@ "type": "Identifier", "name": "on_before_sort", "range": [ - 1780, - 1794 + 1838, + 1852 ], "loc": { "start": { - "line": 44, + "line": 46, "column": 17 }, "end": { - "line": 44, + "line": 46, "column": 31 } } }, "range": [ - 1775, - 1794 + 1833, + 1852 ], "loc": { "start": { - "line": 44, + "line": 46, "column": 12 }, "end": { - "line": 44, + "line": 46, "column": 31 } } @@ -4156,61 +4282,61 @@ "value": null, "raw": "null", "range": [ - 1797, - 1801 + 1855, + 1859 ], "loc": { "start": { - "line": 44, + "line": 46, "column": 34 }, "end": { - "line": 44, + "line": 46, "column": 38 } } }, "range": [ - 1729, - 1801 + 1787, + 1859 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 28 }, "end": { - "line": 44, + "line": 46, "column": 38 } } }, "range": [ - 1709, - 1801 + 1767, + 1859 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 46, "column": 38 } } }, "range": [ - 1709, - 1802 + 1767, + 1860 ], "loc": { "start": { - "line": 43, + "line": 45, "column": 8 }, "end": { - "line": 44, + "line": 46, "column": 39 } }, @@ -4219,16 +4345,16 @@ "type": "Line", "value": " callback invoked before table is sorted", "range": [ - 1658, - 1700 + 1716, + 1758 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 8 }, "end": { - "line": 42, + "line": 44, "column": 50 } } @@ -4239,16 +4365,16 @@ "type": "Line", "value": " callback invoked after table is sorted", "range": [ - 1811, - 1852 + 1869, + 1910 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 47, "column": 49 } } @@ -4266,16 +4392,16 @@ "object": { "type": "ThisExpression", "range": [ - 1861, - 1865 + 1919, + 1923 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 8 }, "end": { - "line": 46, + "line": 48, "column": 12 } } @@ -4284,31 +4410,31 @@ "type": "Identifier", "name": "onAfterSort", "range": [ - 1866, - 1877 + 1924, + 1935 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 13 }, "end": { - "line": 46, + "line": 48, "column": 24 } } }, "range": [ - 1861, - 1877 + 1919, + 1935 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 8 }, "end": { - "line": 46, + "line": 48, "column": 24 } } @@ -4324,16 +4450,16 @@ "type": "Identifier", "name": "Types", "range": [ - 1880, - 1885 + 1938, + 1943 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 27 }, "end": { - "line": 46, + "line": 48, "column": 32 } } @@ -4342,31 +4468,31 @@ "type": "Identifier", "name": "isFn", "range": [ - 1886, - 1890 + 1944, + 1948 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 33 }, "end": { - "line": 46, + "line": 48, "column": 37 } } }, "range": [ - 1880, - 1890 + 1938, + 1948 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 27 }, "end": { - "line": 46, + "line": 48, "column": 37 } } @@ -4379,16 +4505,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1891, - 1895 + 1949, + 1953 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 38 }, "end": { - "line": 46, + "line": 48, "column": 42 } } @@ -4397,47 +4523,47 @@ "type": "Identifier", "name": "on_after_sort", "range": [ - 1896, - 1909 + 1954, + 1967 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 43 }, "end": { - "line": 46, + "line": 48, "column": 56 } } }, "range": [ - 1891, - 1909 + 1949, + 1967 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 38 }, "end": { - "line": 46, + "line": 48, "column": 56 } } } ], "range": [ - 1880, - 1910 + 1938, + 1968 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 27 }, "end": { - "line": 46, + "line": 48, "column": 57 } } @@ -4449,16 +4575,16 @@ "type": "Identifier", "name": "opts", "range": [ - 1925, - 1929 + 1983, + 1987 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 12 }, "end": { - "line": 47, + "line": 49, "column": 16 } } @@ -4467,31 +4593,31 @@ "type": "Identifier", "name": "on_after_sort", "range": [ - 1930, - 1943 + 1988, + 2001 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 17 }, "end": { - "line": 47, + "line": 49, "column": 30 } } }, "range": [ - 1925, - 1943 + 1983, + 2001 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 12 }, "end": { - "line": 47, + "line": 49, "column": 30 } } @@ -4501,61 +4627,61 @@ "value": null, "raw": "null", "range": [ - 1946, - 1950 + 2004, + 2008 ], "loc": { "start": { - "line": 47, + "line": 49, "column": 33 }, "end": { - "line": 47, + "line": 49, "column": 37 } } }, "range": [ - 1880, - 1950 + 1938, + 2008 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 27 }, "end": { - "line": 47, + "line": 49, "column": 37 } } }, "range": [ - 1861, - 1950 + 1919, + 2008 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 49, "column": 37 } } }, "range": [ - 1861, - 1951 + 1919, + 2009 ], "loc": { "start": { - "line": 46, + "line": 48, "column": 8 }, "end": { - "line": 47, + "line": 49, "column": 38 } }, @@ -4564,16 +4690,16 @@ "type": "Line", "value": " callback invoked after table is sorted", "range": [ - 1811, - 1852 + 1869, + 1910 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 47, "column": 49 } } @@ -4583,263 +4709,103 @@ { "type": "ExpressionStatement", "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { + "type": "CallExpression", + "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ - 1961, - 1965 + 2019, + 2023 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 8 }, "end": { - "line": 49, + "line": 51, "column": 12 } } }, "property": { "type": "Identifier", - "name": "tf", + "name": "enable", "range": [ - 1966, - 1968 + 2024, + 2030 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 13 }, "end": { - "line": 49, - "column": 15 + "line": 51, + "column": 19 } } }, "range": [ - 1961, - 1968 + 2019, + 2030 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 8 }, "end": { - "line": 49, - "column": 15 - } - } - }, - "right": { - "type": "Identifier", - "name": "tf", - "range": [ - 1971, - 1973 - ], - "loc": { - "start": { - "line": 49, - "column": 18 - }, - "end": { - "line": 49, - "column": 20 + "line": 51, + "column": 19 } } }, + "arguments": [], "range": [ - 1961, - 1973 + 2019, + 2032 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 8 }, "end": { - "line": 49, - "column": 20 + "line": 51, + "column": 21 } } }, "range": [ - 1961, - 1974 + 2019, + 2033 ], "loc": { "start": { - "line": 49, + "line": 51, "column": 8 }, "end": { - "line": 49, - "column": 21 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 1983, - 1987 - ], - "loc": { - "start": { - "line": 50, - "column": 8 - }, - "end": { - "line": 50, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 1988, - 1995 - ], - "loc": { - "start": { - "line": 50, - "column": 13 - }, - "end": { - "line": 50, - "column": 20 - } - } - }, - "range": [ - 1983, - 1995 - ], - "loc": { - "start": { - "line": 50, - "column": 8 - }, - "end": { - "line": 50, - "column": 20 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tf", - "range": [ - 1998, - 2000 - ], - "loc": { - "start": { - "line": 50, - "column": 23 - }, - "end": { - "line": 50, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 2001, - 2008 - ], - "loc": { - "start": { - "line": 50, - "column": 26 - }, - "end": { - "line": 50, - "column": 33 - } - } - }, - "range": [ - 1998, - 2008 - ], - "loc": { - "start": { - "line": 50, - "column": 23 - }, - "end": { - "line": 50, - "column": 33 - } - } - }, - "range": [ - 1983, - 2008 - ], - "loc": { - "start": { - "line": 50, - "column": 8 - }, - "end": { - "line": 50, - "column": 33 - } - } - }, - "range": [ - 1983, - 2009 - ], - "loc": { - "start": { - "line": 50, - "column": 8 - }, - "end": { - "line": 50, - "column": 34 + "line": 51, + "column": 22 } } } ], "range": [ - 396, - 2015 + 451, + 2039 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 26 }, "end": { - "line": 51, + "line": 52, "column": 5 } } @@ -4847,16 +4813,16 @@ "generator": false, "expression": false, "range": [ - 385, - 2015 + 440, + 2039 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 15 }, "end": { - "line": 51, + "line": 52, "column": 5 } } @@ -4864,16 +4830,16 @@ "kind": "constructor", "computed": false, "range": [ - 374, - 2015 + 429, + 2039 ], "loc": { "start": { - "line": 14, + "line": 15, "column": 4 }, "end": { - "line": 51, + "line": 52, "column": 5 } }, @@ -4882,16 +4848,16 @@ "type": "Block", "value": "*\n * SortableTable Adapter module\n * @param {Object} tf TableFilter instance\n ", "range": [ - 275, - 369 + 330, + 424 ], "loc": { "start": { - "line": 10, + "line": 11, "column": 4 }, "end": { - "line": 13, + "line": 14, "column": 7 } } @@ -4905,16 +4871,16 @@ "type": "Identifier", "name": "init", "range": [ - 2021, - 2025 + 2045, + 2049 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 4 }, "end": { - "line": 53, + "line": 54, "column": 8 } } @@ -4926,6 +4892,114 @@ "body": { "type": "BlockStatement", "body": [ + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2066, + 2070 + ], + "loc": { + "start": { + "line": 55, + "column": 12 + }, + "end": { + "line": 55, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 2071, + 2082 + ], + "loc": { + "start": { + "line": 55, + "column": 17 + }, + "end": { + "line": 55, + "column": 28 + } + } + }, + "range": [ + 2066, + 2082 + ], + "loc": { + "start": { + "line": 55, + "column": 12 + }, + "end": { + "line": 55, + "column": 28 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 2098, + 2105 + ], + "loc": { + "start": { + "line": 56, + "column": 12 + }, + "end": { + "line": 56, + "column": 19 + } + } + } + ], + "range": [ + 2084, + 2115 + ], + "loc": { + "start": { + "line": 55, + "column": 30 + }, + "end": { + "line": 57, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 2062, + 2115 + ], + "loc": { + "start": { + "line": 55, + "column": 8 + }, + "end": { + "line": 57, + "column": 9 + } + } + }, { "type": "VariableDeclaration", "declarations": [ @@ -4935,16 +5009,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2042, - 2044 + 2128, + 2130 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 12 }, "end": { - "line": 54, + "line": 58, "column": 14 } } @@ -4955,16 +5029,16 @@ "object": { "type": "ThisExpression", "range": [ - 2047, - 2051 + 2133, + 2137 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 17 }, "end": { - "line": 54, + "line": 58, "column": 21 } } @@ -4973,46 +5047,46 @@ "type": "Identifier", "name": "tf", "range": [ - 2052, - 2054 + 2138, + 2140 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 22 }, "end": { - "line": 54, + "line": 58, "column": 24 } } }, "range": [ - 2047, - 2054 + 2133, + 2140 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 17 }, "end": { - "line": 54, + "line": 58, "column": 24 } } }, "range": [ - 2042, - 2054 + 2128, + 2140 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 12 }, "end": { - "line": 54, + "line": 58, "column": 24 } } @@ -5020,16 +5094,16 @@ ], "kind": "let", "range": [ - 2038, - 2055 + 2124, + 2141 ], "loc": { "start": { - "line": 54, + "line": 58, "column": 8 }, "end": { - "line": 54, + "line": 58, "column": 25 } } @@ -5043,16 +5117,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2068, - 2072 + 2154, + 2158 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 12 }, "end": { - "line": 55, + "line": 59, "column": 16 } } @@ -5060,31 +5134,31 @@ "init": { "type": "ThisExpression", "range": [ - 2075, - 2079 + 2161, + 2165 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 19 }, "end": { - "line": 55, + "line": 59, "column": 23 } } }, "range": [ - 2068, - 2079 + 2154, + 2165 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 12 }, "end": { - "line": 55, + "line": 59, "column": 23 } } @@ -5092,16 +5166,16 @@ ], "kind": "let", "range": [ - 2064, - 2080 + 2150, + 2166 ], "loc": { "start": { - "line": 55, + "line": 59, "column": 8 }, "end": { - "line": 55, + "line": 59, "column": 24 } }, @@ -5110,16 +5184,16 @@ "type": "Line", "value": " SortableTable class sanity check (sortabletable.js)", "range": [ - 2090, - 2144 + 2176, + 2230 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 8 }, "end": { - "line": 57, + "line": 61, "column": 62 } } @@ -5137,16 +5211,16 @@ "type": "Identifier", "name": "Types", "range": [ - 2157, - 2162 + 2243, + 2248 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 12 }, "end": { - "line": 58, + "line": 62, "column": 17 } } @@ -5155,31 +5229,31 @@ "type": "Identifier", "name": "isUndef", "range": [ - 2163, - 2170 + 2249, + 2256 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 18 }, "end": { - "line": 58, + "line": 62, "column": 25 } } }, "range": [ - 2157, - 2170 + 2243, + 2256 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 12 }, "end": { - "line": 58, + "line": 62, "column": 25 } } @@ -5189,32 +5263,32 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 2171, - 2184 + 2257, + 2270 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 26 }, "end": { - "line": 58, + "line": 62, "column": 39 } } } ], "range": [ - 2157, - 2185 + 2243, + 2271 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 12 }, "end": { - "line": 58, + "line": 62, "column": 40 } } @@ -5230,16 +5304,16 @@ "type": "Identifier", "name": "Error", "range": [ - 2211, - 2216 + 2297, + 2302 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 22 }, "end": { - "line": 59, + "line": 63, "column": 27 } } @@ -5250,79 +5324,79 @@ "value": "SortableTable class not found.", "raw": "'SortableTable class not found.'", "range": [ - 2217, - 2249 + 2303, + 2335 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 28 }, "end": { - "line": 59, + "line": 63, "column": 60 } } } ], "range": [ - 2207, - 2250 + 2293, + 2336 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 18 }, "end": { - "line": 59, + "line": 63, "column": 61 } } }, "range": [ - 2201, - 2251 + 2287, + 2337 ], "loc": { "start": { - "line": 59, + "line": 63, "column": 12 }, "end": { - "line": 59, + "line": 63, "column": 62 } } } ], "range": [ - 2187, - 2261 + 2273, + 2347 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 42 }, "end": { - "line": 60, + "line": 64, "column": 9 } } }, "alternate": null, "range": [ - 2153, - 2261 + 2239, + 2347 ], "loc": { "start": { - "line": 58, + "line": 62, "column": 8 }, "end": { - "line": 60, + "line": 64, "column": 9 } }, @@ -5331,16 +5405,16 @@ "type": "Line", "value": " SortableTable class sanity check (sortabletable.js)", "range": [ - 2090, - 2144 + 2176, + 2230 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 8 }, "end": { - "line": 57, + "line": 61, "column": 62 } } @@ -5357,16 +5431,16 @@ "object": { "type": "ThisExpression", "range": [ - 2271, - 2275 + 2357, + 2361 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 8 }, "end": { - "line": 62, + "line": 66, "column": 12 } } @@ -5375,62 +5449,62 @@ "type": "Identifier", "name": "overrideSortableTable", "range": [ - 2276, - 2297 + 2362, + 2383 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 13 }, "end": { - "line": 62, + "line": 66, "column": 34 } } }, "range": [ - 2271, - 2297 + 2357, + 2383 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 8 }, "end": { - "line": 62, + "line": 66, "column": 34 } } }, "arguments": [], "range": [ - 2271, - 2299 + 2357, + 2385 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 8 }, "end": { - "line": 62, + "line": 66, "column": 36 } } }, "range": [ - 2271, - 2300 + 2357, + 2386 ], "loc": { "start": { - "line": 62, + "line": 66, "column": 8 }, "end": { - "line": 62, + "line": 66, "column": 37 } } @@ -5445,16 +5519,16 @@ "object": { "type": "ThisExpression", "range": [ - 2309, - 2313 + 2395, + 2399 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 8 }, "end": { - "line": 63, + "line": 67, "column": 12 } } @@ -5463,62 +5537,62 @@ "type": "Identifier", "name": "setSortTypes", "range": [ - 2314, - 2326 + 2400, + 2412 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 13 }, "end": { - "line": 63, + "line": 67, "column": 25 } } }, "range": [ - 2309, - 2326 + 2395, + 2412 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 8 }, "end": { - "line": 63, + "line": 67, "column": 25 } } }, "arguments": [], "range": [ - 2309, - 2328 + 2395, + 2414 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 8 }, "end": { - "line": 63, + "line": 67, "column": 27 } } }, "range": [ - 2309, - 2329 + 2395, + 2415 ], "loc": { "start": { - "line": 63, + "line": 67, "column": 8 }, "end": { - "line": 63, + "line": 67, "column": 28 } }, @@ -5527,16 +5601,16 @@ "type": "Line", "value": "Column sort at start", "range": [ - 2339, - 2361 + 2425, + 2447 ], "loc": { "start": { - "line": 65, + "line": 69, "column": 8 }, "end": { - "line": 65, + "line": 69, "column": 30 } } @@ -5552,16 +5626,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2374, - 2388 + 2460, + 2474 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 12 }, "end": { - "line": 66, + "line": 70, "column": 26 } } @@ -5573,16 +5647,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2391, - 2395 + 2477, + 2481 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 29 }, "end": { - "line": 66, + "line": 70, "column": 33 } } @@ -5591,46 +5665,46 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2396, - 2410 + 2482, + 2496 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 34 }, "end": { - "line": 66, + "line": 70, "column": 48 } } }, "range": [ - 2391, - 2410 + 2477, + 2496 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 29 }, "end": { - "line": 66, + "line": 70, "column": 48 } } }, "range": [ - 2374, - 2410 + 2460, + 2496 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 12 }, "end": { - "line": 66, + "line": 70, "column": 48 } } @@ -5638,16 +5712,16 @@ ], "kind": "let", "range": [ - 2370, - 2411 + 2456, + 2497 ], "loc": { "start": { - "line": 66, + "line": 70, "column": 8 }, "end": { - "line": 66, + "line": 70, "column": 49 } }, @@ -5656,16 +5730,16 @@ "type": "Line", "value": "Column sort at start", "range": [ - 2339, - 2361 + 2425, + 2447 ], "loc": { "start": { - "line": 65, + "line": 69, "column": 8 }, "end": { - "line": 65, + "line": 69, "column": 30 } } @@ -5678,16 +5752,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2424, - 2438 + 2510, + 2524 ], "loc": { "start": { - "line": 67, + "line": 71, "column": 12 }, "end": { - "line": 67, + "line": 71, "column": 26 } } @@ -5708,16 +5782,16 @@ "object": { "type": "ThisExpression", "range": [ - 2454, - 2458 + 2540, + 2544 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 12 }, "end": { - "line": 68, + "line": 72, "column": 16 } } @@ -5726,31 +5800,31 @@ "type": "Identifier", "name": "stt", "range": [ - 2459, - 2462 + 2545, + 2548 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 17 }, "end": { - "line": 68, + "line": 72, "column": 20 } } }, "range": [ - 2454, - 2462 + 2540, + 2548 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 12 }, "end": { - "line": 68, + "line": 72, "column": 20 } } @@ -5759,31 +5833,31 @@ "type": "Identifier", "name": "sort", "range": [ - 2463, - 2467 + 2549, + 2553 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 21 }, "end": { - "line": 68, + "line": 72, "column": 25 } } }, "range": [ - 2454, - 2467 + 2540, + 2553 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 12 }, "end": { - "line": 68, + "line": 72, "column": 25 } } @@ -5796,16 +5870,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2468, - 2482 + 2554, + 2568 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 26 }, "end": { - "line": 68, + "line": 72, "column": 40 } } @@ -5815,31 +5889,31 @@ "value": 0, "raw": "0", "range": [ - 2483, - 2484 + 2569, + 2570 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 41 }, "end": { - "line": 68, + "line": 72, "column": 42 } } }, "range": [ - 2468, - 2485 + 2554, + 2571 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 26 }, "end": { - "line": 68, + "line": 72, "column": 43 } } @@ -5851,16 +5925,16 @@ "type": "Identifier", "name": "sortColAtStart", "range": [ - 2487, - 2501 + 2573, + 2587 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 45 }, "end": { - "line": 68, + "line": 72, "column": 59 } } @@ -5870,94 +5944,94 @@ "value": 1, "raw": "1", "range": [ - 2502, - 2503 + 2588, + 2589 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 60 }, "end": { - "line": 68, + "line": 72, "column": 61 } } }, "range": [ - 2487, - 2504 + 2573, + 2590 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 45 }, "end": { - "line": 68, + "line": 72, "column": 62 } } } ], "range": [ - 2454, - 2505 + 2540, + 2591 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 12 }, "end": { - "line": 68, + "line": 72, "column": 63 } } }, "range": [ - 2454, - 2506 + 2540, + 2592 ], "loc": { "start": { - "line": 68, + "line": 72, "column": 12 }, "end": { - "line": 68, + "line": 72, "column": 64 } } } ], "range": [ - 2440, - 2516 + 2526, + 2602 ], "loc": { "start": { - "line": 67, + "line": 71, "column": 28 }, "end": { - "line": 69, + "line": 73, "column": 9 } } }, "alternate": null, "range": [ - 2420, - 2516 + 2506, + 2602 ], "loc": { "start": { - "line": 67, + "line": 71, "column": 8 }, "end": { - "line": 69, + "line": 73, "column": 9 } } @@ -5970,16 +6044,16 @@ "object": { "type": "ThisExpression", "range": [ - 2530, - 2534 + 2616, + 2620 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 12 }, "end": { - "line": 71, + "line": 75, "column": 16 } } @@ -5988,31 +6062,31 @@ "type": "Identifier", "name": "onSortLoaded", "range": [ - 2535, - 2547 + 2621, + 2633 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 17 }, "end": { - "line": 71, + "line": 75, "column": 29 } } }, "range": [ - 2530, - 2547 + 2616, + 2633 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 12 }, "end": { - "line": 71, + "line": 75, "column": 29 } } @@ -6033,16 +6107,16 @@ "object": { "type": "ThisExpression", "range": [ - 2563, - 2567 + 2649, + 2653 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 16 } } @@ -6051,31 +6125,31 @@ "type": "Identifier", "name": "onSortLoaded", "range": [ - 2568, - 2580 + 2654, + 2666 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 17 }, "end": { - "line": 72, + "line": 76, "column": 29 } } }, "range": [ - 2563, - 2580 + 2649, + 2666 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 29 } } @@ -6084,31 +6158,31 @@ "type": "Identifier", "name": "call", "range": [ - 2581, - 2585 + 2667, + 2671 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 30 }, "end": { - "line": 72, + "line": 76, "column": 34 } } }, "range": [ - 2563, - 2585 + 2649, + 2671 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 34 } } @@ -6119,16 +6193,16 @@ "value": null, "raw": "null", "range": [ - 2586, - 2590 + 2672, + 2676 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 35 }, "end": { - "line": 72, + "line": 76, "column": 39 } } @@ -6137,16 +6211,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2592, - 2594 + 2678, + 2680 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 41 }, "end": { - "line": 72, + "line": 76, "column": 43 } } @@ -6154,79 +6228,79 @@ { "type": "ThisExpression", "range": [ - 2596, - 2600 + 2682, + 2686 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 45 }, "end": { - "line": 72, + "line": 76, "column": 49 } } } ], "range": [ - 2563, - 2601 + 2649, + 2687 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 50 } } }, "range": [ - 2563, - 2602 + 2649, + 2688 ], "loc": { "start": { - "line": 72, + "line": 76, "column": 12 }, "end": { - "line": 72, + "line": 76, "column": 51 } } } ], "range": [ - 2549, - 2612 + 2635, + 2698 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 31 }, "end": { - "line": 73, + "line": 77, "column": 9 } } }, "alternate": null, "range": [ - 2526, - 2612 + 2612, + 2698 ], "loc": { "start": { - "line": 71, + "line": 75, "column": 8 }, "end": { - "line": 73, + "line": 77, "column": 9 } }, @@ -6235,16 +6309,16 @@ "type": "Block", "value": "** SortableTable callbacks **", "range": [ - 2622, - 2655 + 2708, + 2741 ], "loc": { "start": { - "line": 75, + "line": 79, "column": 8 }, "end": { - "line": 75, + "line": 79, "column": 41 } } @@ -6265,16 +6339,16 @@ "object": { "type": "ThisExpression", "range": [ - 2664, - 2668 + 2750, + 2754 ], "loc": { "start": { - "line": 76, + "line": 80, "column": 8 }, "end": { - "line": 76, + "line": 80, "column": 12 } } @@ -6283,31 +6357,31 @@ "type": "Identifier", "name": "stt", "range": [ - 2669, - 2672 + 2755, + 2758 ], "loc": { "start": { - "line": 76, + "line": 80, "column": 13 }, "end": { - "line": 76, + "line": 80, "column": 16 } } }, "range": [ - 2664, - 2672 + 2750, + 2758 ], "loc": { "start": { - "line": 76, + "line": 80, "column": 8 }, "end": { - "line": 76, + "line": 80, "column": 16 } } @@ -6316,31 +6390,31 @@ "type": "Identifier", "name": "onbeforesort", "range": [ - 2673, - 2685 + 2759, + 2771 ], "loc": { "start": { - "line": 76, + "line": 80, "column": 17 }, "end": { - "line": 76, + "line": 80, "column": 29 } } }, "range": [ - 2664, - 2685 + 2750, + 2771 ], "loc": { "start": { - "line": 76, + "line": 80, "column": 8 }, "end": { - "line": 76, + "line": 80, "column": 29 } } @@ -6361,16 +6435,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2718, - 2722 + 2804, + 2808 ], "loc": { "start": { - "line": 77, + "line": 81, "column": 16 }, "end": { - "line": 77, + "line": 81, "column": 20 } } @@ -6379,31 +6453,31 @@ "type": "Identifier", "name": "onBeforeSort", "range": [ - 2723, - 2735 + 2809, + 2821 ], "loc": { "start": { - "line": 77, + "line": 81, "column": 21 }, "end": { - "line": 77, + "line": 81, "column": 33 } } }, "range": [ - 2718, - 2735 + 2804, + 2821 ], "loc": { "start": { - "line": 77, + "line": 81, "column": 16 }, "end": { - "line": 77, + "line": 81, "column": 33 } } @@ -6425,16 +6499,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2755, - 2759 + 2841, + 2845 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 16 }, "end": { - "line": 78, + "line": 82, "column": 20 } } @@ -6443,31 +6517,31 @@ "type": "Identifier", "name": "onBeforeSort", "range": [ - 2760, - 2772 + 2846, + 2858 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 21 }, "end": { - "line": 78, + "line": 82, "column": 33 } } }, "range": [ - 2755, - 2772 + 2841, + 2858 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 16 }, "end": { - "line": 78, + "line": 82, "column": 33 } } @@ -6476,31 +6550,31 @@ "type": "Identifier", "name": "call", "range": [ - 2773, - 2777 + 2859, + 2863 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 34 }, "end": { - "line": 78, + "line": 82, "column": 38 } } }, "range": [ - 2755, - 2777 + 2841, + 2863 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 16 }, "end": { - "line": 78, + "line": 82, "column": 38 } } @@ -6511,16 +6585,16 @@ "value": null, "raw": "null", "range": [ - 2778, - 2782 + 2864, + 2868 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 39 }, "end": { - "line": 78, + "line": 82, "column": 43 } } @@ -6529,16 +6603,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2784, - 2786 + 2870, + 2872 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 45 }, "end": { - "line": 78, + "line": 82, "column": 47 } } @@ -6553,16 +6627,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 2788, - 2792 + 2874, + 2878 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 49 }, "end": { - "line": 78, + "line": 82, "column": 53 } } @@ -6571,31 +6645,31 @@ "type": "Identifier", "name": "stt", "range": [ - 2793, - 2796 + 2879, + 2882 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 54 }, "end": { - "line": 78, + "line": 82, "column": 57 } } }, "range": [ - 2788, - 2796 + 2874, + 2882 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 49 }, "end": { - "line": 78, + "line": 82, "column": 57 } } @@ -6604,94 +6678,94 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 2797, - 2807 + 2883, + 2893 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 58 }, "end": { - "line": 78, + "line": 82, "column": 68 } } }, "range": [ - 2788, - 2807 + 2874, + 2893 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 49 }, "end": { - "line": 78, + "line": 82, "column": 68 } } } ], "range": [ - 2755, - 2808 + 2841, + 2894 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 16 }, "end": { - "line": 78, + "line": 82, "column": 69 } } }, "range": [ - 2755, - 2809 + 2841, + 2895 ], "loc": { "start": { - "line": 78, + "line": 82, "column": 16 }, "end": { - "line": 78, + "line": 82, "column": 70 } } } ], "range": [ - 2737, - 2823 + 2823, + 2909 ], "loc": { "start": { - "line": 77, + "line": 81, "column": 35 }, "end": { - "line": 79, + "line": 83, "column": 13 } } }, "alternate": null, "range": [ - 2714, - 2823 + 2800, + 2909 ], "loc": { "start": { - "line": 77, + "line": 81, "column": 12 }, "end": { - "line": 79, + "line": 83, "column": 13 } }, @@ -6700,16 +6774,16 @@ "type": "Block", "value": "** sort behaviour for paging **", "range": [ - 2837, - 2872 + 2923, + 2958 ], "loc": { "start": { - "line": 81, + "line": 85, "column": 12 }, "end": { - "line": 81, + "line": 85, "column": 47 } } @@ -6725,16 +6799,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2889, - 2891 + 2975, + 2977 ], "loc": { "start": { - "line": 82, + "line": 86, "column": 16 }, "end": { - "line": 82, + "line": 86, "column": 18 } } @@ -6743,31 +6817,31 @@ "type": "Identifier", "name": "paging", "range": [ - 2892, - 2898 + 2978, + 2984 ], "loc": { "start": { - "line": 82, + "line": 86, "column": 19 }, "end": { - "line": 82, + "line": 86, "column": 25 } } }, "range": [ - 2889, - 2898 + 2975, + 2984 ], "loc": { "start": { - "line": 82, + "line": 86, "column": 16 }, "end": { - "line": 82, + "line": 86, "column": 25 } } @@ -6791,16 +6865,16 @@ "type": "Identifier", "name": "tf", "range": [ - 2918, - 2920 + 3004, + 3006 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 16 }, "end": { - "line": 83, + "line": 87, "column": 18 } } @@ -6809,31 +6883,31 @@ "type": "Identifier", "name": "feature", "range": [ - 2921, - 2928 + 3007, + 3014 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 19 }, "end": { - "line": 83, + "line": 87, "column": 26 } } }, "range": [ - 2918, - 2928 + 3004, + 3014 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 16 }, "end": { - "line": 83, + "line": 87, "column": 26 } } @@ -6844,32 +6918,32 @@ "value": "paging", "raw": "'paging'", "range": [ - 2929, - 2937 + 3015, + 3023 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 27 }, "end": { - "line": 83, + "line": 87, "column": 35 } } } ], "range": [ - 2918, - 2938 + 3004, + 3024 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 16 }, "end": { - "line": 83, + "line": 87, "column": 36 } } @@ -6878,94 +6952,94 @@ "type": "Identifier", "name": "disable", "range": [ - 2939, - 2946 + 3025, + 3032 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 37 }, "end": { - "line": 83, + "line": 87, "column": 44 } } }, "range": [ - 2918, - 2946 + 3004, + 3032 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 16 }, "end": { - "line": 83, + "line": 87, "column": 44 } } }, "arguments": [], "range": [ - 2918, - 2948 + 3004, + 3034 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 16 }, "end": { - "line": 83, + "line": 87, "column": 46 } } }, "range": [ - 2918, - 2949 + 3004, + 3035 ], "loc": { "start": { - "line": 83, + "line": 87, "column": 16 }, "end": { - "line": 83, + "line": 87, "column": 47 } } } ], "range": [ - 2900, - 2963 + 2986, + 3049 ], "loc": { "start": { - "line": 82, + "line": 86, "column": 27 }, "end": { - "line": 84, + "line": 88, "column": 13 } } }, "alternate": null, "range": [ - 2885, - 2963 + 2971, + 3049 ], "loc": { "start": { - "line": 82, + "line": 86, "column": 12 }, "end": { - "line": 84, + "line": 88, "column": 13 } }, @@ -6974,16 +7048,16 @@ "type": "Block", "value": "** sort behaviour for paging **", "range": [ - 2837, - 2872 + 2923, + 2958 ], "loc": { "start": { - "line": 81, + "line": 85, "column": 12 }, "end": { - "line": 81, + "line": 85, "column": 47 } } @@ -6992,16 +7066,16 @@ } ], "range": [ - 2700, - 2973 + 2786, + 3059 ], "loc": { "start": { - "line": 76, + "line": 80, "column": 44 }, "end": { - "line": 85, + "line": 89, "column": 9 } } @@ -7009,46 +7083,46 @@ "generator": false, "expression": false, "range": [ - 2688, - 2973 + 2774, + 3059 ], "loc": { "start": { - "line": 76, + "line": 80, "column": 32 }, "end": { - "line": 85, + "line": 89, "column": 9 } } }, "range": [ - 2664, - 2973 + 2750, + 3059 ], "loc": { "start": { - "line": 76, + "line": 80, "column": 8 }, "end": { - "line": 85, + "line": 89, "column": 9 } } }, "range": [ - 2664, - 2974 + 2750, + 3060 ], "loc": { "start": { - "line": 76, + "line": 80, "column": 8 }, "end": { - "line": 85, + "line": 89, "column": 10 } }, @@ -7057,16 +7131,16 @@ "type": "Block", "value": "** SortableTable callbacks **", "range": [ - 2622, - 2655 + 2708, + 2741 ], "loc": { "start": { - "line": 75, + "line": 79, "column": 8 }, "end": { - "line": 75, + "line": 79, "column": 41 } } @@ -7087,16 +7161,16 @@ "object": { "type": "ThisExpression", "range": [ - 2984, - 2988 + 3070, + 3074 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 8 }, "end": { - "line": 87, + "line": 91, "column": 12 } } @@ -7105,31 +7179,31 @@ "type": "Identifier", "name": "stt", "range": [ - 2989, - 2992 + 3075, + 3078 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 13 }, "end": { - "line": 87, + "line": 91, "column": 16 } } }, "range": [ - 2984, - 2992 + 3070, + 3078 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 8 }, "end": { - "line": 87, + "line": 91, "column": 16 } } @@ -7138,31 +7212,31 @@ "type": "Identifier", "name": "onsort", "range": [ - 2993, - 2999 + 3079, + 3085 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 17 }, "end": { - "line": 87, + "line": 91, "column": 23 } } }, "range": [ - 2984, - 2999 + 3070, + 3085 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 8 }, "end": { - "line": 87, + "line": 91, "column": 23 } } @@ -7186,16 +7260,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3028, - 3032 + 3114, + 3118 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 12 }, "end": { - "line": 88, + "line": 92, "column": 16 } } @@ -7204,31 +7278,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 3033, - 3039 + 3119, + 3125 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 17 }, "end": { - "line": 88, + "line": 92, "column": 23 } } }, "range": [ - 3028, - 3039 + 3114, + 3125 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 12 }, "end": { - "line": 88, + "line": 92, "column": 23 } } @@ -7238,46 +7312,46 @@ "value": true, "raw": "true", "range": [ - 3042, - 3046 + 3128, + 3132 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 26 }, "end": { - "line": 88, + "line": 92, "column": 30 } } }, "range": [ - 3028, - 3046 + 3114, + 3132 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 12 }, "end": { - "line": 88, + "line": 92, "column": 30 } } }, "range": [ - 3028, - 3047 + 3114, + 3133 ], "loc": { "start": { - "line": 88, + "line": 92, "column": 12 }, "end": { - "line": 88, + "line": 92, "column": 31 } }, @@ -7286,16 +7360,16 @@ "type": "Line", "value": "sort behaviour for paging", "range": [ - 3061, - 3088 + 3147, + 3174 ], "loc": { "start": { - "line": 90, + "line": 94, "column": 12 }, "end": { - "line": 90, + "line": 94, "column": 39 } } @@ -7311,16 +7385,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3105, - 3107 + 3191, + 3193 ], "loc": { "start": { - "line": 91, + "line": 95, "column": 16 }, "end": { - "line": 91, + "line": 95, "column": 18 } } @@ -7329,31 +7403,31 @@ "type": "Identifier", "name": "paging", "range": [ - 3108, - 3114 + 3194, + 3200 ], "loc": { "start": { - "line": 91, + "line": 95, "column": 19 }, "end": { - "line": 91, + "line": 95, "column": 25 } } }, "range": [ - 3105, - 3114 + 3191, + 3200 ], "loc": { "start": { - "line": 91, + "line": 95, "column": 16 }, "end": { - "line": 91, + "line": 95, "column": 25 } } @@ -7370,16 +7444,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 3138, - 3147 + 3224, + 3233 ], "loc": { "start": { - "line": 92, + "line": 96, "column": 20 }, "end": { - "line": 92, + "line": 96, "column": 29 } } @@ -7393,16 +7467,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3150, - 3152 + 3236, + 3238 ], "loc": { "start": { - "line": 92, + "line": 96, "column": 32 }, "end": { - "line": 92, + "line": 96, "column": 34 } } @@ -7411,31 +7485,31 @@ "type": "Identifier", "name": "feature", "range": [ - 3153, - 3160 + 3239, + 3246 ], "loc": { "start": { - "line": 92, + "line": 96, "column": 35 }, "end": { - "line": 92, + "line": 96, "column": 42 } } }, "range": [ - 3150, - 3160 + 3236, + 3246 ], "loc": { "start": { - "line": 92, + "line": 96, "column": 32 }, "end": { - "line": 92, + "line": 96, "column": 42 } } @@ -7446,47 +7520,47 @@ "value": "paging", "raw": "'paging'", "range": [ - 3161, - 3169 + 3247, + 3255 ], "loc": { "start": { - "line": 92, + "line": 96, "column": 43 }, "end": { - "line": 92, + "line": 96, "column": 51 } } } ], "range": [ - 3150, - 3170 + 3236, + 3256 ], "loc": { "start": { - "line": 92, + "line": 96, "column": 32 }, "end": { - "line": 92, + "line": 96, "column": 52 } } }, "range": [ - 3138, - 3170 + 3224, + 3256 ], "loc": { "start": { - "line": 92, + "line": 96, "column": 20 }, "end": { - "line": 92, + "line": 96, "column": 52 } } @@ -7494,16 +7568,16 @@ ], "kind": "let", "range": [ - 3134, - 3171 + 3220, + 3257 ], "loc": { "start": { - "line": 92, + "line": 96, "column": 16 }, "end": { - "line": 92, + "line": 96, "column": 53 } }, @@ -7512,16 +7586,16 @@ "type": "Line", "value": " recalculate valid rows index as sorting may have change it", "range": [ - 3188, - 3249 + 3274, + 3335 ], "loc": { "start": { - "line": 93, + "line": 97, "column": 16 }, "end": { - "line": 93, + "line": 97, "column": 77 } } @@ -7539,16 +7613,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3266, - 3268 + 3352, + 3354 ], "loc": { "start": { - "line": 94, + "line": 98, "column": 16 }, "end": { - "line": 94, + "line": 98, "column": 18 } } @@ -7557,31 +7631,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 3269, - 3281 + 3355, + 3367 ], "loc": { "start": { - "line": 94, + "line": 98, "column": 19 }, "end": { - "line": 94, + "line": 98, "column": 31 } } }, "range": [ - 3266, - 3281 + 3352, + 3367 ], "loc": { "start": { - "line": 94, + "line": 98, "column": 16 }, "end": { - "line": 94, + "line": 98, "column": 31 } } @@ -7592,47 +7666,47 @@ "value": true, "raw": "true", "range": [ - 3282, - 3286 + 3368, + 3372 ], "loc": { "start": { - "line": 94, + "line": 98, "column": 32 }, "end": { - "line": 94, + "line": 98, "column": 36 } } } ], "range": [ - 3266, - 3287 + 3352, + 3373 ], "loc": { "start": { - "line": 94, + "line": 98, "column": 16 }, "end": { - "line": 94, + "line": 98, "column": 37 } } }, "range": [ - 3266, - 3288 + 3352, + 3374 ], "loc": { "start": { - "line": 94, + "line": 98, "column": 16 }, "end": { - "line": 94, + "line": 98, "column": 38 } }, @@ -7641,16 +7715,16 @@ "type": "Line", "value": " recalculate valid rows index as sorting may have change it", "range": [ - 3188, - 3249 + 3274, + 3335 ], "loc": { "start": { - "line": 93, + "line": 97, "column": 16 }, "end": { - "line": 93, + "line": 97, "column": 77 } } @@ -7668,16 +7742,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 3305, - 3314 + 3391, + 3400 ], "loc": { "start": { - "line": 95, + "line": 99, "column": 16 }, "end": { - "line": 95, + "line": 99, "column": 25 } } @@ -7686,62 +7760,62 @@ "type": "Identifier", "name": "enable", "range": [ - 3315, - 3321 + 3401, + 3407 ], "loc": { "start": { - "line": 95, + "line": 99, "column": 26 }, "end": { - "line": 95, + "line": 99, "column": 32 } } }, "range": [ - 3305, - 3321 + 3391, + 3407 ], "loc": { "start": { - "line": 95, + "line": 99, "column": 16 }, "end": { - "line": 95, + "line": 99, "column": 32 } } }, "arguments": [], "range": [ - 3305, - 3323 + 3391, + 3409 ], "loc": { "start": { - "line": 95, + "line": 99, "column": 16 }, "end": { - "line": 95, + "line": 99, "column": 34 } } }, "range": [ - 3305, - 3324 + 3391, + 3410 ], "loc": { "start": { - "line": 95, + "line": 99, "column": 16 }, "end": { - "line": 95, + "line": 99, "column": 35 } } @@ -7757,16 +7831,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 3341, - 3350 + 3427, + 3436 ], "loc": { "start": { - "line": 96, + "line": 100, "column": 16 }, "end": { - "line": 96, + "line": 100, "column": 25 } } @@ -7775,31 +7849,31 @@ "type": "Identifier", "name": "setPage", "range": [ - 3351, - 3358 + 3437, + 3444 ], "loc": { "start": { - "line": 96, + "line": 100, "column": 26 }, "end": { - "line": 96, + "line": 100, "column": 33 } } }, "range": [ - 3341, - 3358 + 3427, + 3444 ], "loc": { "start": { - "line": 96, + "line": 100, "column": 16 }, "end": { - "line": 96, + "line": 100, "column": 33 } } @@ -7814,16 +7888,16 @@ "type": "Identifier", "name": "paginator", "range": [ - 3359, - 3368 + 3445, + 3454 ], "loc": { "start": { - "line": 96, + "line": 100, "column": 34 }, "end": { - "line": 96, + "line": 100, "column": 43 } } @@ -7832,110 +7906,110 @@ "type": "Identifier", "name": "getPage", "range": [ - 3369, - 3376 + 3455, + 3462 ], "loc": { "start": { - "line": 96, + "line": 100, "column": 44 }, "end": { - "line": 96, + "line": 100, "column": 51 } } }, "range": [ - 3359, - 3376 + 3445, + 3462 ], "loc": { "start": { - "line": 96, + "line": 100, "column": 34 }, "end": { - "line": 96, + "line": 100, "column": 51 } } }, "arguments": [], "range": [ - 3359, - 3378 + 3445, + 3464 ], "loc": { "start": { - "line": 96, + "line": 100, "column": 34 }, "end": { - "line": 96, + "line": 100, "column": 53 } } } ], "range": [ - 3341, - 3379 + 3427, + 3465 ], "loc": { "start": { - "line": 96, + "line": 100, "column": 16 }, "end": { - "line": 96, + "line": 100, "column": 54 } } }, "range": [ - 3341, - 3380 + 3427, + 3466 ], "loc": { "start": { - "line": 96, + "line": 100, "column": 16 }, "end": { - "line": 96, + "line": 100, "column": 55 } } } ], "range": [ - 3116, - 3394 + 3202, + 3480 ], "loc": { "start": { - "line": 91, + "line": 95, "column": 27 }, "end": { - "line": 97, + "line": 101, "column": 13 } } }, "alternate": null, "range": [ - 3101, - 3394 + 3187, + 3480 ], "loc": { "start": { - "line": 91, + "line": 95, "column": 12 }, "end": { - "line": 97, + "line": 101, "column": 13 } }, @@ -7944,16 +8018,16 @@ "type": "Line", "value": "sort behaviour for paging", "range": [ - 3061, - 3088 + 3147, + 3174 ], "loc": { "start": { - "line": 90, + "line": 94, "column": 12 }, "end": { - "line": 90, + "line": 94, "column": 39 } } @@ -7969,16 +8043,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3412, - 3416 + 3498, + 3502 ], "loc": { "start": { - "line": 99, + "line": 103, "column": 16 }, "end": { - "line": 99, + "line": 103, "column": 20 } } @@ -7987,31 +8061,31 @@ "type": "Identifier", "name": "onAfterSort", "range": [ - 3417, - 3428 + 3503, + 3514 ], "loc": { "start": { - "line": 99, + "line": 103, "column": 21 }, "end": { - "line": 99, + "line": 103, "column": 32 } } }, "range": [ - 3412, - 3428 + 3498, + 3514 ], "loc": { "start": { - "line": 99, + "line": 103, "column": 16 }, "end": { - "line": 99, + "line": 103, "column": 32 } } @@ -8033,16 +8107,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3448, - 3452 + 3534, + 3538 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 16 }, "end": { - "line": 100, + "line": 104, "column": 20 } } @@ -8051,31 +8125,31 @@ "type": "Identifier", "name": "onAfterSort", "range": [ - 3453, - 3464 + 3539, + 3550 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 21 }, "end": { - "line": 100, + "line": 104, "column": 32 } } }, "range": [ - 3448, - 3464 + 3534, + 3550 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 16 }, "end": { - "line": 100, + "line": 104, "column": 32 } } @@ -8084,31 +8158,31 @@ "type": "Identifier", "name": "call", "range": [ - 3465, - 3469 + 3551, + 3555 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 33 }, "end": { - "line": 100, + "line": 104, "column": 37 } } }, "range": [ - 3448, - 3469 + 3534, + 3555 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 16 }, "end": { - "line": 100, + "line": 104, "column": 37 } } @@ -8119,16 +8193,16 @@ "value": null, "raw": "null", "range": [ - 3470, - 3474 + 3556, + 3560 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 38 }, "end": { - "line": 100, + "line": 104, "column": 42 } } @@ -8137,16 +8211,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3476, - 3478 + 3562, + 3564 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 44 }, "end": { - "line": 100, + "line": 104, "column": 46 } } @@ -8161,16 +8235,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3480, - 3484 + 3566, + 3570 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 48 }, "end": { - "line": 100, + "line": 104, "column": 52 } } @@ -8179,31 +8253,31 @@ "type": "Identifier", "name": "stt", "range": [ - 3485, - 3488 + 3571, + 3574 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 53 }, "end": { - "line": 100, + "line": 104, "column": 56 } } }, "range": [ - 3480, - 3488 + 3566, + 3574 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 48 }, "end": { - "line": 100, + "line": 104, "column": 56 } } @@ -8212,31 +8286,31 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 3489, - 3499 + 3575, + 3585 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 57 }, "end": { - "line": 100, + "line": 104, "column": 67 } } }, "range": [ - 3480, - 3499 + 3566, + 3585 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 48 }, "end": { - "line": 100, + "line": 104, "column": 67 } } @@ -8251,16 +8325,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3521, - 3525 + 3607, + 3611 ], "loc": { "start": { - "line": 101, + "line": 105, "column": 20 }, "end": { - "line": 101, + "line": 105, "column": 24 } } @@ -8269,31 +8343,31 @@ "type": "Identifier", "name": "stt", "range": [ - 3526, - 3529 + 3612, + 3615 ], "loc": { "start": { - "line": 101, + "line": 105, "column": 25 }, "end": { - "line": 101, + "line": 105, "column": 28 } } }, "range": [ - 3521, - 3529 + 3607, + 3615 ], "loc": { "start": { - "line": 101, + "line": 105, "column": 20 }, "end": { - "line": 101, + "line": 105, "column": 28 } } @@ -8302,94 +8376,94 @@ "type": "Identifier", "name": "descending", "range": [ - 3530, - 3540 + 3616, + 3626 ], "loc": { "start": { - "line": 101, + "line": 105, "column": 29 }, "end": { - "line": 101, + "line": 105, "column": 39 } } }, "range": [ - 3521, - 3540 + 3607, + 3626 ], "loc": { "start": { - "line": 101, + "line": 105, "column": 20 }, "end": { - "line": 101, + "line": 105, "column": 39 } } } ], "range": [ - 3448, - 3541 + 3534, + 3627 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 16 }, "end": { - "line": 101, + "line": 105, "column": 40 } } }, "range": [ - 3448, - 3542 + 3534, + 3628 ], "loc": { "start": { - "line": 100, + "line": 104, "column": 16 }, "end": { - "line": 101, + "line": 105, "column": 41 } } } ], "range": [ - 3430, - 3556 + 3516, + 3642 ], "loc": { "start": { - "line": 99, + "line": 103, "column": 34 }, "end": { - "line": 102, + "line": 106, "column": 13 } } }, "alternate": null, "range": [ - 3408, - 3556 + 3494, + 3642 ], "loc": { "start": { - "line": 99, + "line": 103, "column": 12 }, "end": { - "line": 102, + "line": 106, "column": 13 } } @@ -8408,16 +8482,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3570, - 3574 + 3656, + 3660 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 12 }, "end": { - "line": 104, + "line": 108, "column": 16 } } @@ -8426,31 +8500,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3575, - 3582 + 3661, + 3668 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 17 }, "end": { - "line": 104, + "line": 108, "column": 24 } } }, "range": [ - 3570, - 3582 + 3656, + 3668 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 12 }, "end": { - "line": 104, + "line": 108, "column": 24 } } @@ -8459,31 +8533,31 @@ "type": "Identifier", "name": "emit", "range": [ - 3583, - 3587 + 3669, + 3673 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 25 }, "end": { - "line": 104, + "line": 108, "column": 29 } } }, "range": [ - 3570, - 3587 + 3656, + 3673 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 12 }, "end": { - "line": 104, + "line": 108, "column": 29 } } @@ -8494,16 +8568,16 @@ "value": "column-sorted", "raw": "'column-sorted'", "range": [ - 3588, - 3603 + 3674, + 3689 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 30 }, "end": { - "line": 104, + "line": 108, "column": 45 } } @@ -8512,16 +8586,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3605, - 3607 + 3691, + 3693 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 47 }, "end": { - "line": 104, + "line": 108, "column": 49 } } @@ -8536,16 +8610,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3609, - 3613 + 3695, + 3699 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 51 }, "end": { - "line": 104, + "line": 108, "column": 55 } } @@ -8554,31 +8628,31 @@ "type": "Identifier", "name": "stt", "range": [ - 3614, - 3617 + 3700, + 3703 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 56 }, "end": { - "line": 104, + "line": 108, "column": 59 } } }, "range": [ - 3609, - 3617 + 3695, + 3703 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 51 }, "end": { - "line": 104, + "line": 108, "column": 59 } } @@ -8587,31 +8661,31 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 3618, - 3628 + 3704, + 3714 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 60 }, "end": { - "line": 104, + "line": 108, "column": 70 } } }, "range": [ - 3609, - 3628 + 3695, + 3714 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 51 }, "end": { - "line": 104, + "line": 108, "column": 70 } } @@ -8626,16 +8700,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 3646, - 3650 + 3732, + 3736 ], "loc": { "start": { - "line": 105, + "line": 109, "column": 16 }, "end": { - "line": 105, + "line": 109, "column": 20 } } @@ -8644,31 +8718,31 @@ "type": "Identifier", "name": "stt", "range": [ - 3651, - 3654 + 3737, + 3740 ], "loc": { "start": { - "line": 105, + "line": 109, "column": 21 }, "end": { - "line": 105, + "line": 109, "column": 24 } } }, "range": [ - 3646, - 3654 + 3732, + 3740 ], "loc": { "start": { - "line": 105, + "line": 109, "column": 16 }, "end": { - "line": 105, + "line": 109, "column": 24 } } @@ -8677,78 +8751,78 @@ "type": "Identifier", "name": "descending", "range": [ - 3655, - 3665 + 3741, + 3751 ], "loc": { "start": { - "line": 105, + "line": 109, "column": 25 }, "end": { - "line": 105, + "line": 109, "column": 35 } } }, "range": [ - 3646, - 3665 + 3732, + 3751 ], "loc": { "start": { - "line": 105, + "line": 109, "column": 16 }, "end": { - "line": 105, + "line": 109, "column": 35 } } } ], "range": [ - 3570, - 3666 + 3656, + 3752 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 12 }, "end": { - "line": 105, + "line": 109, "column": 36 } } }, "range": [ - 3570, - 3667 + 3656, + 3753 ], "loc": { "start": { - "line": 104, + "line": 108, "column": 12 }, "end": { - "line": 105, + "line": 109, "column": 37 } } } ], "range": [ - 3014, - 3677 + 3100, + 3763 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 38 }, "end": { - "line": 106, + "line": 110, "column": 9 } } @@ -8756,46 +8830,46 @@ "generator": false, "expression": false, "range": [ - 3002, - 3677 + 3088, + 3763 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 26 }, "end": { - "line": 106, + "line": 110, "column": 9 } } }, "range": [ - 2984, - 3677 + 3070, + 3763 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 8 }, "end": { - "line": 106, + "line": 110, "column": 9 } } }, "range": [ - 2984, - 3678 + 3070, + 3764 ], "loc": { "start": { - "line": 87, + "line": 91, "column": 8 }, "end": { - "line": 106, + "line": 110, "column": 10 } } @@ -8813,16 +8887,16 @@ "object": { "type": "ThisExpression", "range": [ - 3688, - 3692 + 3774, + 3778 ], "loc": { "start": { - "line": 108, + "line": 112, "column": 8 }, "end": { - "line": 108, + "line": 112, "column": 12 } } @@ -8831,31 +8905,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3693, - 3700 + 3779, + 3786 ], "loc": { "start": { - "line": 108, + "line": 112, "column": 13 }, "end": { - "line": 108, + "line": 112, "column": 20 } } }, "range": [ - 3688, - 3700 + 3774, + 3786 ], "loc": { "start": { - "line": 108, + "line": 112, "column": 8 }, "end": { - "line": 108, + "line": 112, "column": 20 } } @@ -8864,31 +8938,31 @@ "type": "Identifier", "name": "on", "range": [ - 3701, - 3703 + 3787, + 3789 ], "loc": { "start": { - "line": 108, + "line": 112, "column": 21 }, "end": { - "line": 108, + "line": 112, "column": 23 } } }, "range": [ - 3688, - 3703 + 3774, + 3789 ], "loc": { "start": { - "line": 108, + "line": 112, "column": 8 }, "end": { - "line": 108, + "line": 112, "column": 23 } } @@ -8902,32 +8976,32 @@ "value": "sort", "raw": "'sort'", "range": [ - 3705, - 3711 + 3791, + 3797 ], "loc": { "start": { - "line": 108, + "line": 112, "column": 25 }, "end": { - "line": 108, + "line": 112, "column": 31 } } } ], "range": [ - 3704, - 3712 + 3790, + 3798 ], "loc": { "start": { - "line": 108, + "line": 112, "column": 24 }, "end": { - "line": 108, + "line": 112, "column": 32 } } @@ -8940,16 +9014,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3727, - 3729 + 3813, + 3815 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 13 }, "end": { - "line": 109, + "line": 113, "column": 15 } } @@ -8958,16 +9032,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 3731, - 3737 + 3817, + 3823 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 17 }, "end": { - "line": 109, + "line": 113, "column": 23 } } @@ -8976,16 +9050,16 @@ "type": "Identifier", "name": "desc", "range": [ - 3739, - 3743 + 3825, + 3829 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 25 }, "end": { - "line": 109, + "line": 113, "column": 29 } } @@ -8999,16 +9073,16 @@ "object": { "type": "ThisExpression", "range": [ - 3748, - 3752 + 3834, + 3838 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 34 }, "end": { - "line": 109, + "line": 113, "column": 38 } } @@ -9017,31 +9091,31 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 3753, - 3770 + 3839, + 3856 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 39 }, "end": { - "line": 109, + "line": 113, "column": 56 } } }, "range": [ - 3748, - 3770 + 3834, + 3856 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 34 }, "end": { - "line": 109, + "line": 113, "column": 56 } } @@ -9051,16 +9125,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 3771, - 3777 + 3857, + 3863 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 57 }, "end": { - "line": 109, + "line": 113, "column": 63 } } @@ -9069,32 +9143,32 @@ "type": "Identifier", "name": "desc", "range": [ - 3779, - 3783 + 3865, + 3869 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 65 }, "end": { - "line": 109, + "line": 113, "column": 69 } } } ], "range": [ - 3748, - 3784 + 3834, + 3870 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 34 }, "end": { - "line": 109, + "line": 113, "column": 70 } } @@ -9102,47 +9176,47 @@ "generator": false, "expression": true, "range": [ - 3726, - 3784 + 3812, + 3870 ], "loc": { "start": { - "line": 109, + "line": 113, "column": 12 }, "end": { - "line": 109, + "line": 113, "column": 70 } } } ], "range": [ - 3688, - 3785 + 3774, + 3871 ], "loc": { "start": { - "line": 108, + "line": 112, "column": 8 }, "end": { - "line": 109, + "line": 113, "column": 71 } } }, "range": [ - 3688, - 3786 + 3774, + 3872 ], "loc": { "start": { - "line": 108, + "line": 112, "column": 8 }, "end": { - "line": 109, + "line": 113, "column": 72 } } @@ -9158,16 +9232,16 @@ "object": { "type": "ThisExpression", "range": [ - 3796, - 3800 + 3882, + 3886 ], "loc": { "start": { - "line": 111, + "line": 115, "column": 8 }, "end": { - "line": 111, + "line": 115, "column": 12 } } @@ -9176,31 +9250,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 3801, - 3812 + 3887, + 3898 ], "loc": { "start": { - "line": 111, + "line": 115, "column": 13 }, "end": { - "line": 111, + "line": 115, "column": 24 } } }, "range": [ - 3796, - 3812 + 3882, + 3898 ], "loc": { "start": { - "line": 111, + "line": 115, "column": 8 }, "end": { - "line": 111, + "line": 115, "column": 24 } } @@ -9210,46 +9284,46 @@ "value": true, "raw": "true", "range": [ - 3815, - 3819 + 3901, + 3905 ], "loc": { "start": { - "line": 111, + "line": 115, "column": 27 }, "end": { - "line": 111, + "line": 115, "column": 31 } } }, "range": [ - 3796, - 3819 + 3882, + 3905 ], "loc": { "start": { - "line": 111, + "line": 115, "column": 8 }, "end": { - "line": 111, + "line": 115, "column": 31 } } }, "range": [ - 3796, - 3820 + 3882, + 3906 ], "loc": { "start": { - "line": 111, + "line": 115, "column": 8 }, "end": { - "line": 111, + "line": 115, "column": 32 } } @@ -9267,16 +9341,16 @@ "object": { "type": "ThisExpression", "range": [ - 3829, - 3833 + 3915, + 3919 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 8 }, "end": { - "line": 112, + "line": 116, "column": 12 } } @@ -9285,31 +9359,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 3834, - 3841 + 3920, + 3927 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 13 }, "end": { - "line": 112, + "line": 116, "column": 20 } } }, "range": [ - 3829, - 3841 + 3915, + 3927 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 8 }, "end": { - "line": 112, + "line": 116, "column": 20 } } @@ -9318,31 +9392,31 @@ "type": "Identifier", "name": "emit", "range": [ - 3842, - 3846 + 3928, + 3932 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 21 }, "end": { - "line": 112, + "line": 116, "column": 25 } } }, "range": [ - 3829, - 3846 + 3915, + 3932 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 8 }, "end": { - "line": 112, + "line": 116, "column": 25 } } @@ -9353,16 +9427,16 @@ "value": "sort-initialized", "raw": "'sort-initialized'", "range": [ - 3847, - 3865 + 3933, + 3951 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 26 }, "end": { - "line": 112, + "line": 116, "column": 44 } } @@ -9371,16 +9445,16 @@ "type": "Identifier", "name": "tf", "range": [ - 3867, - 3869 + 3953, + 3955 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 46 }, "end": { - "line": 112, + "line": 116, "column": 48 } } @@ -9388,63 +9462,63 @@ { "type": "ThisExpression", "range": [ - 3871, - 3875 + 3957, + 3961 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 50 }, "end": { - "line": 112, + "line": 116, "column": 54 } } } ], "range": [ - 3829, - 3876 + 3915, + 3962 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 8 }, "end": { - "line": 112, + "line": 116, "column": 55 } } }, "range": [ - 3829, - 3877 + 3915, + 3963 ], "loc": { "start": { - "line": 112, + "line": 116, "column": 8 }, "end": { - "line": 112, + "line": 116, "column": 56 } } } ], "range": [ - 2028, - 3883 + 2052, + 3969 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 11 }, "end": { - "line": 113, + "line": 117, "column": 5 } } @@ -9452,16 +9526,16 @@ "generator": false, "expression": false, "range": [ - 2025, - 3883 + 2049, + 3969 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 8 }, "end": { - "line": 113, + "line": 117, "column": 5 } } @@ -9469,16 +9543,16 @@ "kind": "method", "computed": false, "range": [ - 2021, - 3883 + 2045, + 3969 ], "loc": { "start": { - "line": 53, + "line": 54, "column": 4 }, "end": { - "line": 113, + "line": 117, "column": 5 } }, @@ -9487,16 +9561,16 @@ "type": "Block", "value": "*\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n ", "range": [ - 3889, - 4029 + 3975, + 4115 ], "loc": { "start": { - "line": 115, + "line": 119, "column": 4 }, "end": { - "line": 119, + "line": 123, "column": 7 } } @@ -9510,16 +9584,16 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 4034, - 4051 + 4120, + 4137 ], "loc": { "start": { - "line": 120, + "line": 124, "column": 4 }, "end": { - "line": 120, + "line": 124, "column": 21 } } @@ -9532,16 +9606,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 4052, - 4058 + 4138, + 4144 ], "loc": { "start": { - "line": 120, + "line": 124, "column": 22 }, "end": { - "line": 120, + "line": 124, "column": 28 } } @@ -9550,16 +9624,16 @@ "type": "Identifier", "name": "desc", "range": [ - 4060, - 4064 + 4146, + 4150 ], "loc": { "start": { - "line": 120, + "line": 124, "column": 30 }, "end": { - "line": 120, + "line": 124, "column": 34 } } @@ -9581,16 +9655,16 @@ "object": { "type": "ThisExpression", "range": [ - 4076, - 4080 + 4162, + 4166 ], "loc": { "start": { - "line": 121, + "line": 125, "column": 8 }, "end": { - "line": 121, + "line": 125, "column": 12 } } @@ -9599,31 +9673,31 @@ "type": "Identifier", "name": "stt", "range": [ - 4081, - 4084 + 4167, + 4170 ], "loc": { "start": { - "line": 121, + "line": 125, "column": 13 }, "end": { - "line": 121, + "line": 125, "column": 16 } } }, "range": [ - 4076, - 4084 + 4162, + 4170 ], "loc": { "start": { - "line": 121, + "line": 125, "column": 8 }, "end": { - "line": 121, + "line": 125, "column": 16 } } @@ -9632,31 +9706,31 @@ "type": "Identifier", "name": "sort", "range": [ - 4085, - 4089 + 4171, + 4175 ], "loc": { "start": { - "line": 121, + "line": 125, "column": 17 }, "end": { - "line": 121, + "line": 125, "column": 21 } } }, "range": [ - 4076, - 4089 + 4162, + 4175 ], "loc": { "start": { - "line": 121, + "line": 125, "column": 8 }, "end": { - "line": 121, + "line": 125, "column": 21 } } @@ -9666,16 +9740,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 4090, - 4096 + 4176, + 4182 ], "loc": { "start": { - "line": 121, + "line": 125, "column": 22 }, "end": { - "line": 121, + "line": 125, "column": 28 } } @@ -9684,63 +9758,63 @@ "type": "Identifier", "name": "desc", "range": [ - 4098, - 4102 + 4184, + 4188 ], "loc": { "start": { - "line": 121, + "line": 125, "column": 30 }, "end": { - "line": 121, + "line": 125, "column": 34 } } } ], "range": [ - 4076, - 4103 + 4162, + 4189 ], "loc": { "start": { - "line": 121, + "line": 125, "column": 8 }, "end": { - "line": 121, + "line": 125, "column": 35 } } }, "range": [ - 4076, - 4104 + 4162, + 4190 ], "loc": { "start": { - "line": 121, + "line": 125, "column": 8 }, "end": { - "line": 121, + "line": 125, "column": 36 } } } ], "range": [ - 4066, - 4110 + 4152, + 4196 ], "loc": { "start": { - "line": 120, + "line": 124, "column": 36 }, "end": { - "line": 122, + "line": 126, "column": 5 } } @@ -9748,16 +9822,16 @@ "generator": false, "expression": false, "range": [ - 4051, - 4110 + 4137, + 4196 ], "loc": { "start": { - "line": 120, + "line": 124, "column": 21 }, "end": { - "line": 122, + "line": 126, "column": 5 } } @@ -9765,16 +9839,16 @@ "kind": "method", "computed": false, "range": [ - 4034, - 4110 + 4120, + 4196 ], "loc": { "start": { - "line": 120, + "line": 124, "column": 4 }, "end": { - "line": 122, + "line": 126, "column": 5 } }, @@ -9783,16 +9857,16 @@ "type": "Block", "value": "*\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n ", "range": [ - 3889, - 4029 + 3975, + 4115 ], "loc": { "start": { - "line": 115, + "line": 119, "column": 4 }, "end": { - "line": 119, + "line": 123, "column": 7 } } @@ -9806,16 +9880,16 @@ "type": "Identifier", "name": "overrideSortableTable", "range": [ - 4116, - 4137 + 4202, + 4223 ], "loc": { "start": { - "line": 124, + "line": 128, "column": 4 }, "end": { - "line": 124, + "line": 128, "column": 25 } } @@ -9836,16 +9910,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 4154, - 4158 + 4240, + 4244 ], "loc": { "start": { - "line": 125, + "line": 129, "column": 12 }, "end": { - "line": 125, + "line": 129, "column": 16 } } @@ -9853,31 +9927,31 @@ "init": { "type": "ThisExpression", "range": [ - 4161, - 4165 + 4247, + 4251 ], "loc": { "start": { - "line": 125, + "line": 129, "column": 19 }, "end": { - "line": 125, + "line": 129, "column": 23 } } }, "range": [ - 4154, - 4165 + 4240, + 4251 ], "loc": { "start": { - "line": 125, + "line": 129, "column": 12 }, "end": { - "line": 125, + "line": 129, "column": 23 } } @@ -9888,16 +9962,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4179, - 4181 + 4265, + 4267 ], "loc": { "start": { - "line": 126, + "line": 130, "column": 12 }, "end": { - "line": 126, + "line": 130, "column": 14 } } @@ -9908,16 +9982,16 @@ "object": { "type": "ThisExpression", "range": [ - 4184, - 4188 + 4270, + 4274 ], "loc": { "start": { - "line": 126, + "line": 130, "column": 17 }, "end": { - "line": 126, + "line": 130, "column": 21 } } @@ -9926,46 +10000,46 @@ "type": "Identifier", "name": "tf", "range": [ - 4189, - 4191 + 4275, + 4277 ], "loc": { "start": { - "line": 126, + "line": 130, "column": 22 }, "end": { - "line": 126, + "line": 130, "column": 24 } } }, "range": [ - 4184, - 4191 + 4270, + 4277 ], "loc": { "start": { - "line": 126, + "line": 130, "column": 17 }, "end": { - "line": 126, + "line": 130, "column": 24 } } }, "range": [ - 4179, - 4191 + 4265, + 4277 ], "loc": { "start": { - "line": 126, + "line": 130, "column": 12 }, "end": { - "line": 126, + "line": 130, "column": 24 } } @@ -9973,16 +10047,16 @@ ], "kind": "let", "range": [ - 4150, - 4192 + 4236, + 4278 ], "loc": { "start": { - "line": 125, + "line": 129, "column": 8 }, "end": { - "line": 126, + "line": 130, "column": 25 } }, @@ -9991,16 +10065,16 @@ "type": "Block", "value": "*\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n ", "range": [ - 4202, - 4331 + 4288, + 4417 ], "loc": { "start": { - "line": 128, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 135, "column": 11 } } @@ -10022,16 +10096,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 4340, - 4353 + 4426, + 4439 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 8 }, "end": { - "line": 132, + "line": 136, "column": 21 } } @@ -10040,31 +10114,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 4354, - 4363 + 4440, + 4449 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 22 }, "end": { - "line": 132, + "line": 136, "column": 31 } } }, "range": [ - 4340, - 4363 + 4426, + 4449 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 8 }, "end": { - "line": 132, + "line": 136, "column": 31 } } @@ -10073,31 +10147,31 @@ "type": "Identifier", "name": "headerOnclick", "range": [ - 4364, - 4377 + 4450, + 4463 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 32 }, "end": { - "line": 132, + "line": 136, "column": 45 } } }, "range": [ - 4340, - 4377 + 4426, + 4463 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 8 }, "end": { - "line": 132, + "line": 136, "column": 45 } } @@ -10110,16 +10184,16 @@ "type": "Identifier", "name": "evt", "range": [ - 4390, - 4393 + 4476, + 4479 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 58 }, "end": { - "line": 132, + "line": 136, "column": 61 } } @@ -10140,16 +10214,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 4414, - 4418 + 4500, + 4504 ], "loc": { "start": { - "line": 133, + "line": 137, "column": 17 }, "end": { - "line": 133, + "line": 137, "column": 21 } } @@ -10158,47 +10232,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 4419, - 4430 + 4505, + 4516 ], "loc": { "start": { - "line": 133, + "line": 137, "column": 22 }, "end": { - "line": 133, + "line": 137, "column": 33 } } }, "range": [ - 4414, - 4430 + 4500, + 4516 ], "loc": { "start": { - "line": 133, + "line": 137, "column": 17 }, "end": { - "line": 133, + "line": 137, "column": 33 } } }, "prefix": true, "range": [ - 4413, - 4430 + 4499, + 4516 ], "loc": { "start": { - "line": 133, + "line": 137, "column": 16 }, "end": { - "line": 133, + "line": 137, "column": 33 } } @@ -10210,48 +10284,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4450, - 4457 + 4536, + 4543 ], "loc": { "start": { - "line": 134, + "line": 138, "column": 16 }, "end": { - "line": 134, + "line": 138, "column": 23 } } } ], "range": [ - 4432, - 4471 + 4518, + 4557 ], "loc": { "start": { - "line": 133, + "line": 137, "column": 35 }, "end": { - "line": 135, + "line": 139, "column": 13 } } }, "alternate": null, "range": [ - 4409, - 4471 + 4495, + 4557 ], "loc": { "start": { - "line": 133, + "line": 137, "column": 12 }, "end": { - "line": 135, + "line": 139, "column": 13 } }, @@ -10260,16 +10334,16 @@ "type": "Line", "value": " find Header element", "range": [ - 4485, - 4507 + 4571, + 4593 ], "loc": { "start": { - "line": 137, + "line": 141, "column": 12 }, "end": { - "line": 137, + "line": 141, "column": 34 } } @@ -10285,16 +10359,16 @@ "type": "Identifier", "name": "el", "range": [ - 4524, - 4526 + 4610, + 4612 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 16 }, "end": { - "line": 138, + "line": 142, "column": 18 } } @@ -10309,16 +10383,16 @@ "type": "Identifier", "name": "evt", "range": [ - 4529, - 4532 + 4615, + 4618 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 21 }, "end": { - "line": 138, + "line": 142, "column": 24 } } @@ -10327,31 +10401,31 @@ "type": "Identifier", "name": "target", "range": [ - 4533, - 4539 + 4619, + 4625 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 25 }, "end": { - "line": 138, + "line": 142, "column": 31 } } }, "range": [ - 4529, - 4539 + 4615, + 4625 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 21 }, "end": { - "line": 138, + "line": 142, "column": 31 } } @@ -10363,16 +10437,16 @@ "type": "Identifier", "name": "evt", "range": [ - 4543, - 4546 + 4629, + 4632 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 35 }, "end": { - "line": 138, + "line": 142, "column": 38 } } @@ -10381,61 +10455,61 @@ "type": "Identifier", "name": "srcElement", "range": [ - 4547, - 4557 + 4633, + 4643 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 39 }, "end": { - "line": 138, + "line": 142, "column": 49 } } }, "range": [ - 4543, - 4557 + 4629, + 4643 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 35 }, "end": { - "line": 138, + "line": 142, "column": 49 } } }, "range": [ - 4529, - 4557 + 4615, + 4643 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 21 }, "end": { - "line": 138, + "line": 142, "column": 49 } } }, "range": [ - 4524, - 4557 + 4610, + 4643 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 16 }, "end": { - "line": 138, + "line": 142, "column": 49 } } @@ -10443,16 +10517,16 @@ ], "kind": "let", "range": [ - 4520, - 4558 + 4606, + 4644 ], "loc": { "start": { - "line": 138, + "line": 142, "column": 12 }, "end": { - "line": 138, + "line": 142, "column": 50 } }, @@ -10461,16 +10535,16 @@ "type": "Line", "value": " find Header element", "range": [ - 4485, - 4507 + 4571, + 4593 ], "loc": { "start": { - "line": 137, + "line": 141, "column": 12 }, "end": { - "line": 137, + "line": 141, "column": 34 } } @@ -10492,16 +10566,16 @@ "type": "Identifier", "name": "el", "range": [ - 4579, - 4581 + 4665, + 4667 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 19 }, "end": { - "line": 140, + "line": 144, "column": 21 } } @@ -10510,31 +10584,31 @@ "type": "Identifier", "name": "tagName", "range": [ - 4582, - 4589 + 4668, + 4675 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 22 }, "end": { - "line": 140, + "line": 144, "column": 29 } } }, "range": [ - 4579, - 4589 + 4665, + 4675 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 19 }, "end": { - "line": 140, + "line": 144, "column": 29 } } @@ -10543,31 +10617,31 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 4594, - 4602 + 4680, + 4688 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 34 }, "end": { - "line": 140, + "line": 144, "column": 42 } } }, "range": [ - 4579, - 4602 + 4665, + 4688 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 19 }, "end": { - "line": 140, + "line": 144, "column": 42 } } @@ -10582,16 +10656,16 @@ "type": "Identifier", "name": "el", "range": [ - 4606, - 4608 + 4692, + 4694 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 46 }, "end": { - "line": 140, + "line": 144, "column": 48 } } @@ -10600,31 +10674,31 @@ "type": "Identifier", "name": "tagName", "range": [ - 4609, - 4616 + 4695, + 4702 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 49 }, "end": { - "line": 140, + "line": 144, "column": 56 } } }, "range": [ - 4606, - 4616 + 4692, + 4702 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 46 }, "end": { - "line": 140, + "line": 144, "column": 56 } } @@ -10633,46 +10707,46 @@ "type": "Identifier", "name": "HEADER_TAG", "range": [ - 4621, - 4631 + 4707, + 4717 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 61 }, "end": { - "line": 140, + "line": 144, "column": 71 } } }, "range": [ - 4606, - 4631 + 4692, + 4717 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 46 }, "end": { - "line": 140, + "line": 144, "column": 71 } } }, "range": [ - 4579, - 4631 + 4665, + 4717 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 19 }, "end": { - "line": 140, + "line": 144, "column": 71 } } @@ -10689,16 +10763,16 @@ "type": "Identifier", "name": "el", "range": [ - 4651, - 4653 + 4737, + 4739 ], "loc": { "start": { - "line": 141, + "line": 145, "column": 16 }, "end": { - "line": 141, + "line": 145, "column": 18 } } @@ -10710,16 +10784,16 @@ "type": "Identifier", "name": "el", "range": [ - 4656, - 4658 + 4742, + 4744 ], "loc": { "start": { - "line": 141, + "line": 145, "column": 21 }, "end": { - "line": 141, + "line": 145, "column": 23 } } @@ -10728,92 +10802,92 @@ "type": "Identifier", "name": "parentNode", "range": [ - 4659, - 4669 + 4745, + 4755 ], "loc": { "start": { - "line": 141, + "line": 145, "column": 24 }, "end": { - "line": 141, + "line": 145, "column": 34 } } }, "range": [ - 4656, - 4669 + 4742, + 4755 ], "loc": { "start": { - "line": 141, + "line": 145, "column": 21 }, "end": { - "line": 141, + "line": 145, "column": 34 } } }, "range": [ - 4651, - 4669 + 4737, + 4755 ], "loc": { "start": { - "line": 141, + "line": 145, "column": 16 }, "end": { - "line": 141, + "line": 145, "column": 34 } } }, "range": [ - 4651, - 4670 + 4737, + 4756 ], "loc": { "start": { - "line": 141, + "line": 145, "column": 16 }, "end": { - "line": 141, + "line": 145, "column": 35 } } } ], "range": [ - 4633, - 4684 + 4719, + 4770 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 73 }, "end": { - "line": 142, + "line": 146, "column": 13 } } }, "range": [ - 4572, - 4684 + 4658, + 4770 ], "loc": { "start": { - "line": 140, + "line": 144, "column": 12 }, "end": { - "line": 142, + "line": 146, "column": 13 } } @@ -10828,16 +10902,16 @@ "object": { "type": "ThisExpression", "range": [ - 4698, - 4702 + 4784, + 4788 ], "loc": { "start": { - "line": 144, + "line": 148, "column": 12 }, "end": { - "line": 144, + "line": 148, "column": 16 } } @@ -10846,31 +10920,31 @@ "type": "Identifier", "name": "sort", "range": [ - 4703, - 4707 + 4789, + 4793 ], "loc": { "start": { - "line": 144, + "line": 148, "column": 17 }, "end": { - "line": 144, + "line": 148, "column": 21 } } }, "range": [ - 4698, - 4707 + 4784, + 4793 ], "loc": { "start": { - "line": 144, + "line": 148, "column": 12 }, "end": { - "line": 144, + "line": 148, "column": 21 } } @@ -10885,16 +10959,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 4725, - 4738 + 4811, + 4824 ], "loc": { "start": { - "line": 145, + "line": 149, "column": 16 }, "end": { - "line": 145, + "line": 149, "column": 29 } } @@ -10903,31 +10977,31 @@ "type": "Identifier", "name": "msie", "range": [ - 4739, - 4743 + 4825, + 4829 ], "loc": { "start": { - "line": 145, + "line": 149, "column": 30 }, "end": { - "line": 145, + "line": 149, "column": 34 } } }, "range": [ - 4725, - 4743 + 4811, + 4829 ], "loc": { "start": { - "line": 145, + "line": 149, "column": 16 }, "end": { - "line": 145, + "line": 149, "column": 34 } } @@ -10941,16 +11015,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 4766, - 4779 + 4852, + 4865 ], "loc": { "start": { - "line": 146, + "line": 150, "column": 20 }, "end": { - "line": 146, + "line": 150, "column": 33 } } @@ -10959,31 +11033,31 @@ "type": "Identifier", "name": "getCellIndex", "range": [ - 4780, - 4792 + 4866, + 4878 ], "loc": { "start": { - "line": 146, + "line": 150, "column": 34 }, "end": { - "line": 146, + "line": 150, "column": 46 } } }, "range": [ - 4766, - 4792 + 4852, + 4878 ], "loc": { "start": { - "line": 146, + "line": 150, "column": 20 }, "end": { - "line": 146, + "line": 150, "column": 46 } } @@ -10993,32 +11067,32 @@ "type": "Identifier", "name": "el", "range": [ - 4793, - 4795 + 4879, + 4881 ], "loc": { "start": { - "line": 146, + "line": 150, "column": 47 }, "end": { - "line": 146, + "line": 150, "column": 49 } } } ], "range": [ - 4766, - 4796 + 4852, + 4882 ], "loc": { "start": { - "line": 146, + "line": 150, "column": 20 }, "end": { - "line": 146, + "line": 150, "column": 50 } } @@ -11030,16 +11104,16 @@ "type": "Identifier", "name": "el", "range": [ - 4799, - 4801 + 4885, + 4887 ], "loc": { "start": { - "line": 146, + "line": 150, "column": 53 }, "end": { - "line": 146, + "line": 150, "column": 55 } } @@ -11048,93 +11122,93 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 4802, - 4811 + 4888, + 4897 ], "loc": { "start": { - "line": 146, + "line": 150, "column": 56 }, "end": { - "line": 146, + "line": 150, "column": 65 } } }, "range": [ - 4799, - 4811 + 4885, + 4897 ], "loc": { "start": { - "line": 146, + "line": 150, "column": 53 }, "end": { - "line": 146, + "line": 150, "column": 65 } } }, "range": [ - 4725, - 4811 + 4811, + 4897 ], "loc": { "start": { - "line": 145, + "line": 149, "column": 16 }, "end": { - "line": 146, + "line": 150, "column": 65 } } } ], "range": [ - 4698, - 4825 + 4784, + 4911 ], "loc": { "start": { - "line": 144, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 151, "column": 13 } } }, "range": [ - 4698, - 4826 + 4784, + 4912 ], "loc": { "start": { - "line": 144, + "line": 148, "column": 12 }, "end": { - "line": 147, + "line": 151, "column": 14 } } } ], "range": [ - 4395, - 4836 + 4481, + 4922 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 63 }, "end": { - "line": 148, + "line": 152, "column": 9 } } @@ -11142,46 +11216,46 @@ "generator": false, "expression": false, "range": [ - 4380, - 4836 + 4466, + 4922 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 48 }, "end": { - "line": 148, + "line": 152, "column": 9 } } }, "range": [ - 4340, - 4836 + 4426, + 4922 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 8 }, "end": { - "line": 148, + "line": 152, "column": 9 } } }, "range": [ - 4340, - 4837 + 4426, + 4923 ], "loc": { "start": { - "line": 132, + "line": 136, "column": 8 }, "end": { - "line": 148, + "line": 152, "column": 10 } }, @@ -11190,16 +11264,16 @@ "type": "Block", "value": "*\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n ", "range": [ - 4202, - 4331 + 4288, + 4417 ], "loc": { "start": { - "line": 128, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 135, "column": 11 } } @@ -11210,16 +11284,16 @@ "type": "Block", "value": "*\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n ", "range": [ - 4847, - 5044 + 4933, + 5130 ], "loc": { "start": { - "line": 150, + "line": 154, "column": 8 }, "end": { - "line": 155, + "line": 159, "column": 11 } } @@ -11238,16 +11312,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 5053, - 5066 + 5139, + 5152 ], "loc": { "start": { - "line": 156, + "line": 160, "column": 8 }, "end": { - "line": 156, + "line": 160, "column": 21 } } @@ -11256,31 +11330,31 @@ "type": "Identifier", "name": "getCellIndex", "range": [ - 5067, - 5079 + 5153, + 5165 ], "loc": { "start": { - "line": 156, + "line": 160, "column": 22 }, "end": { - "line": 156, + "line": 160, "column": 34 } } }, "range": [ - 5053, - 5079 + 5139, + 5165 ], "loc": { "start": { - "line": 156, + "line": 160, "column": 8 }, "end": { - "line": 156, + "line": 160, "column": 34 } } @@ -11293,16 +11367,16 @@ "type": "Identifier", "name": "oTd", "range": [ - 5092, - 5095 + 5178, + 5181 ], "loc": { "start": { - "line": 156, + "line": 160, "column": 47 }, "end": { - "line": 156, + "line": 160, "column": 50 } } @@ -11320,16 +11394,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5115, - 5120 + 5201, + 5206 ], "loc": { "start": { - "line": 157, + "line": 161, "column": 16 }, "end": { - "line": 157, + "line": 161, "column": 21 } } @@ -11344,16 +11418,16 @@ "type": "Identifier", "name": "oTd", "range": [ - 5123, - 5126 + 5209, + 5212 ], "loc": { "start": { - "line": 157, + "line": 161, "column": 24 }, "end": { - "line": 157, + "line": 161, "column": 27 } } @@ -11362,31 +11436,31 @@ "type": "Identifier", "name": "parentNode", "range": [ - 5127, - 5137 + 5213, + 5223 ], "loc": { "start": { - "line": 157, + "line": 161, "column": 28 }, "end": { - "line": 157, + "line": 161, "column": 38 } } }, "range": [ - 5123, - 5137 + 5209, + 5223 ], "loc": { "start": { - "line": 157, + "line": 161, "column": 24 }, "end": { - "line": 157, + "line": 161, "column": 38 } } @@ -11395,46 +11469,46 @@ "type": "Identifier", "name": "cells", "range": [ - 5138, - 5143 + 5224, + 5229 ], "loc": { "start": { - "line": 157, + "line": 161, "column": 39 }, "end": { - "line": 157, + "line": 161, "column": 44 } } }, "range": [ - 5123, - 5143 + 5209, + 5229 ], "loc": { "start": { - "line": 157, + "line": 161, "column": 24 }, "end": { - "line": 157, + "line": 161, "column": 44 } } }, "range": [ - 5115, - 5143 + 5201, + 5229 ], "loc": { "start": { - "line": 157, + "line": 161, "column": 16 }, "end": { - "line": 157, + "line": 161, "column": 44 } } @@ -11445,16 +11519,16 @@ "type": "Identifier", "name": "l", "range": [ - 5161, - 5162 + 5247, + 5248 ], "loc": { "start": { - "line": 158, + "line": 162, "column": 16 }, "end": { - "line": 158, + "line": 162, "column": 17 } } @@ -11466,16 +11540,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5165, - 5170 + 5251, + 5256 ], "loc": { "start": { - "line": 158, + "line": 162, "column": 20 }, "end": { - "line": 158, + "line": 162, "column": 25 } } @@ -11484,46 +11558,46 @@ "type": "Identifier", "name": "length", "range": [ - 5171, - 5177 + 5257, + 5263 ], "loc": { "start": { - "line": 158, + "line": 162, "column": 26 }, "end": { - "line": 158, + "line": 162, "column": 32 } } }, "range": [ - 5165, - 5177 + 5251, + 5263 ], "loc": { "start": { - "line": 158, + "line": 162, "column": 20 }, "end": { - "line": 158, + "line": 162, "column": 32 } } }, "range": [ - 5161, - 5177 + 5247, + 5263 ], "loc": { "start": { - "line": 158, + "line": 162, "column": 16 }, "end": { - "line": 158, + "line": 162, "column": 32 } } @@ -11534,32 +11608,32 @@ "type": "Identifier", "name": "i", "range": [ - 5179, - 5180 + 5265, + 5266 ], "loc": { "start": { - "line": 158, + "line": 162, "column": 34 }, "end": { - "line": 158, + "line": 162, "column": 35 } } }, "init": null, "range": [ - 5179, - 5180 + 5265, + 5266 ], "loc": { "start": { - "line": 158, + "line": 162, "column": 34 }, "end": { - "line": 158, + "line": 162, "column": 35 } } @@ -11567,16 +11641,16 @@ ], "kind": "let", "range": [ - 5111, - 5181 + 5197, + 5267 ], "loc": { "start": { - "line": 157, + "line": 161, "column": 12 }, "end": { - "line": 158, + "line": 162, "column": 36 } } @@ -11590,16 +11664,16 @@ "type": "Identifier", "name": "i", "range": [ - 5199, - 5200 + 5285, + 5286 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 17 }, "end": { - "line": 159, + "line": 163, "column": 18 } } @@ -11609,31 +11683,31 @@ "value": 0, "raw": "0", "range": [ - 5203, - 5204 + 5289, + 5290 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 21 }, "end": { - "line": 159, + "line": 163, "column": 22 } } }, "range": [ - 5199, - 5204 + 5285, + 5290 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 17 }, "end": { - "line": 159, + "line": 163, "column": 22 } } @@ -11651,16 +11725,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5206, - 5211 + 5292, + 5297 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 24 }, "end": { - "line": 159, + "line": 163, "column": 29 } } @@ -11669,31 +11743,31 @@ "type": "Identifier", "name": "i", "range": [ - 5212, - 5213 + 5298, + 5299 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 30 }, "end": { - "line": 159, + "line": 163, "column": 31 } } }, "range": [ - 5206, - 5214 + 5292, + 5300 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 24 }, "end": { - "line": 159, + "line": 163, "column": 32 } } @@ -11702,31 +11776,31 @@ "type": "Identifier", "name": "oTd", "range": [ - 5218, - 5221 + 5304, + 5307 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 36 }, "end": { - "line": 159, + "line": 163, "column": 39 } } }, "range": [ - 5206, - 5221 + 5292, + 5307 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 24 }, "end": { - "line": 159, + "line": 163, "column": 39 } } @@ -11738,16 +11812,16 @@ "type": "Identifier", "name": "i", "range": [ - 5225, - 5226 + 5311, + 5312 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 43 }, "end": { - "line": 159, + "line": 163, "column": 44 } } @@ -11756,46 +11830,46 @@ "type": "Identifier", "name": "l", "range": [ - 5229, - 5230 + 5315, + 5316 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 47 }, "end": { - "line": 159, + "line": 163, "column": 48 } } }, "range": [ - 5225, - 5230 + 5311, + 5316 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 43 }, "end": { - "line": 159, + "line": 163, "column": 48 } } }, "range": [ - 5206, - 5230 + 5292, + 5316 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 24 }, "end": { - "line": 159, + "line": 163, "column": 48 } } @@ -11807,32 +11881,32 @@ "type": "Identifier", "name": "i", "range": [ - 5232, - 5233 + 5318, + 5319 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 50 }, "end": { - "line": 159, + "line": 163, "column": 51 } } }, "prefix": false, "range": [ - 5232, - 5235 + 5318, + 5321 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 50 }, "end": { - "line": 159, + "line": 163, "column": 53 } } @@ -11841,31 +11915,31 @@ "type": "BlockStatement", "body": [], "range": [ - 5237, - 5240 + 5323, + 5326 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 55 }, "end": { - "line": 159, + "line": 163, "column": 58 } } }, "range": [ - 5194, - 5240 + 5280, + 5326 ], "loc": { "start": { - "line": 159, + "line": 163, "column": 12 }, "end": { - "line": 159, + "line": 163, "column": 58 } } @@ -11876,47 +11950,47 @@ "type": "Identifier", "name": "i", "range": [ - 5260, - 5261 + 5346, + 5347 ], "loc": { "start": { - "line": 160, + "line": 164, "column": 19 }, "end": { - "line": 160, + "line": 164, "column": 20 } } }, "range": [ - 5253, - 5262 + 5339, + 5348 ], "loc": { "start": { - "line": 160, + "line": 164, "column": 12 }, "end": { - "line": 160, + "line": 164, "column": 21 } } } ], "range": [ - 5097, - 5272 + 5183, + 5358 ], "loc": { "start": { - "line": 156, + "line": 160, "column": 52 }, "end": { - "line": 161, + "line": 165, "column": 9 } } @@ -11924,46 +11998,46 @@ "generator": false, "expression": false, "range": [ - 5082, - 5272 + 5168, + 5358 ], "loc": { "start": { - "line": 156, + "line": 160, "column": 37 }, "end": { - "line": 161, + "line": 165, "column": 9 } } }, "range": [ - 5053, - 5272 + 5139, + 5358 ], "loc": { "start": { - "line": 156, + "line": 160, "column": 8 }, "end": { - "line": 161, + "line": 165, "column": 9 } } }, "range": [ - 5053, - 5273 + 5139, + 5359 ], "loc": { "start": { - "line": 156, + "line": 160, "column": 8 }, "end": { - "line": 161, + "line": 165, "column": 10 } }, @@ -11972,16 +12046,16 @@ "type": "Block", "value": "*\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n ", "range": [ - 4847, - 5044 + 4933, + 5130 ], "loc": { "start": { - "line": 150, + "line": 154, "column": 8 }, "end": { - "line": 155, + "line": 159, "column": 11 } } @@ -11992,16 +12066,16 @@ "type": "Block", "value": "*\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n ", "range": [ - 5283, - 5408 + 5369, + 5494 ], "loc": { "start": { - "line": 163, + "line": 167, "column": 8 }, "end": { - "line": 166, + "line": 170, "column": 11 } } @@ -12023,16 +12097,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 5417, - 5430 + 5503, + 5516 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 8 }, "end": { - "line": 167, + "line": 171, "column": 21 } } @@ -12041,31 +12115,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 5431, - 5440 + 5517, + 5526 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 22 }, "end": { - "line": 167, + "line": 171, "column": 31 } } }, "range": [ - 5417, - 5440 + 5503, + 5526 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 8 }, "end": { - "line": 167, + "line": 171, "column": 31 } } @@ -12074,31 +12148,31 @@ "type": "Identifier", "name": "initHeader", "range": [ - 5441, - 5451 + 5527, + 5537 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 32 }, "end": { - "line": 167, + "line": 171, "column": 42 } } }, "range": [ - 5417, - 5451 + 5503, + 5537 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 8 }, "end": { - "line": 167, + "line": 171, "column": 42 } } @@ -12111,16 +12185,16 @@ "type": "Identifier", "name": "oSortTypes", "range": [ - 5464, - 5474 + 5550, + 5560 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 55 }, "end": { - "line": 167, + "line": 171, "column": 65 } } @@ -12138,16 +12212,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5494, - 5497 + 5580, + 5583 ], "loc": { "start": { - "line": 168, + "line": 172, "column": 16 }, "end": { - "line": 168, + "line": 172, "column": 19 } } @@ -12155,31 +12229,31 @@ "init": { "type": "ThisExpression", "range": [ - 5500, - 5504 + 5586, + 5590 ], "loc": { "start": { - "line": 168, + "line": 172, "column": 22 }, "end": { - "line": 168, + "line": 172, "column": 26 } } }, "range": [ - 5494, - 5504 + 5580, + 5590 ], "loc": { "start": { - "line": 168, + "line": 172, "column": 16 }, "end": { - "line": 168, + "line": 172, "column": 26 } } @@ -12187,16 +12261,16 @@ ], "kind": "let", "range": [ - 5490, - 5505 + 5576, + 5591 ], "loc": { "start": { - "line": 168, + "line": 172, "column": 12 }, "end": { - "line": 168, + "line": 172, "column": 27 } } @@ -12213,16 +12287,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5523, - 5526 + 5609, + 5612 ], "loc": { "start": { - "line": 169, + "line": 173, "column": 17 }, "end": { - "line": 169, + "line": 173, "column": 20 } } @@ -12231,47 +12305,47 @@ "type": "Identifier", "name": "tHead", "range": [ - 5527, - 5532 + 5613, + 5618 ], "loc": { "start": { - "line": 169, + "line": 173, "column": 21 }, "end": { - "line": 169, + "line": 173, "column": 26 } } }, "range": [ - 5523, - 5532 + 5609, + 5618 ], "loc": { "start": { - "line": 169, + "line": 173, "column": 17 }, "end": { - "line": 169, + "line": 173, "column": 26 } } }, "prefix": true, "range": [ - 5522, - 5532 + 5608, + 5618 ], "loc": { "start": { - "line": 169, + "line": 173, "column": 16 }, "end": { - "line": 169, + "line": 173, "column": 26 } } @@ -12288,16 +12362,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5556, - 5558 + 5642, + 5644 ], "loc": { "start": { - "line": 170, + "line": 174, "column": 20 }, "end": { - "line": 170, + "line": 174, "column": 22 } } @@ -12306,31 +12380,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 5559, - 5569 + 5645, + 5655 ], "loc": { "start": { - "line": 170, + "line": 174, "column": 23 }, "end": { - "line": 170, + "line": 174, "column": 33 } } }, "range": [ - 5556, - 5569 + 5642, + 5655 ], "loc": { "start": { - "line": 170, + "line": 174, "column": 20 }, "end": { - "line": 170, + "line": 174, "column": 33 } } @@ -12350,16 +12424,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5593, - 5596 + 5679, + 5682 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 20 }, "end": { - "line": 171, + "line": 175, "column": 23 } } @@ -12368,31 +12442,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 5597, - 5602 + 5683, + 5688 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 24 }, "end": { - "line": 171, + "line": 175, "column": 29 } } }, "range": [ - 5593, - 5602 + 5679, + 5688 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 20 }, "end": { - "line": 171, + "line": 175, "column": 29 } } @@ -12412,16 +12486,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5605, - 5607 + 5691, + 5693 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 32 }, "end": { - "line": 171, + "line": 175, "column": 34 } } @@ -12430,31 +12504,31 @@ "type": "Identifier", "name": "feature", "range": [ - 5608, - 5615 + 5694, + 5701 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 35 }, "end": { - "line": 171, + "line": 175, "column": 42 } } }, "range": [ - 5605, - 5615 + 5691, + 5701 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 32 }, "end": { - "line": 171, + "line": 175, "column": 42 } } @@ -12465,32 +12539,32 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 5616, - 5628 + 5702, + 5714 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 43 }, "end": { - "line": 171, + "line": 175, "column": 55 } } } ], "range": [ - 5605, - 5629 + 5691, + 5715 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 32 }, "end": { - "line": 171, + "line": 175, "column": 56 } } @@ -12499,31 +12573,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 5630, - 5637 + 5716, + 5723 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 57 }, "end": { - "line": 171, + "line": 175, "column": 64 } } }, "range": [ - 5605, - 5637 + 5691, + 5723 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 32 }, "end": { - "line": 171, + "line": 175, "column": 64 } } @@ -12532,77 +12606,77 @@ "type": "Identifier", "name": "tHead", "range": [ - 5638, - 5643 + 5724, + 5729 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 65 }, "end": { - "line": 171, + "line": 175, "column": 70 } } }, "range": [ - 5605, - 5643 + 5691, + 5729 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 32 }, "end": { - "line": 171, + "line": 175, "column": 70 } } }, "range": [ - 5593, - 5643 + 5679, + 5729 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 20 }, "end": { - "line": 171, + "line": 175, "column": 70 } } }, "range": [ - 5593, - 5644 + 5679, + 5730 ], "loc": { "start": { - "line": 171, + "line": 175, "column": 20 }, "end": { - "line": 171, + "line": 175, "column": 71 } } } ], "range": [ - 5571, - 5662 + 5657, + 5748 ], "loc": { "start": { - "line": 170, + "line": 174, "column": 35 }, "end": { - "line": 172, + "line": 176, "column": 17 } } @@ -12614,79 +12688,79 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5690, - 5697 + 5776, + 5783 ], "loc": { "start": { - "line": 173, + "line": 177, "column": 20 }, "end": { - "line": 173, + "line": 177, "column": 27 } } } ], "range": [ - 5668, - 5715 + 5754, + 5801 ], "loc": { "start": { - "line": 172, + "line": 176, "column": 23 }, "end": { - "line": 174, + "line": 178, "column": 17 } } }, "range": [ - 5552, - 5715 + 5638, + 5801 ], "loc": { "start": { - "line": 170, + "line": 174, "column": 16 }, "end": { - "line": 174, + "line": 178, "column": 17 } } } ], "range": [ - 5534, - 5729 + 5620, + 5815 ], "loc": { "start": { - "line": 169, + "line": 173, "column": 28 }, "end": { - "line": 175, + "line": 179, "column": 13 } } }, "alternate": null, "range": [ - 5518, - 5729 + 5604, + 5815 ], "loc": { "start": { - "line": 169, + "line": 173, "column": 12 }, "end": { - "line": 175, + "line": 179, "column": 13 } } @@ -12703,16 +12777,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5743, - 5746 + 5829, + 5832 ], "loc": { "start": { - "line": 177, + "line": 181, "column": 12 }, "end": { - "line": 177, + "line": 181, "column": 15 } } @@ -12721,31 +12795,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5747, - 5757 + 5833, + 5843 ], "loc": { "start": { - "line": 177, + "line": 181, "column": 16 }, "end": { - "line": 177, + "line": 181, "column": 26 } } }, "range": [ - 5743, - 5757 + 5829, + 5843 ], "loc": { "start": { - "line": 177, + "line": 181, "column": 12 }, "end": { - "line": 177, + "line": 181, "column": 26 } } @@ -12757,16 +12831,16 @@ "type": "Identifier", "name": "tf", "range": [ - 5760, - 5762 + 5846, + 5848 ], "loc": { "start": { - "line": 177, + "line": 181, "column": 29 }, "end": { - "line": 177, + "line": 181, "column": 31 } } @@ -12775,61 +12849,61 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5763, - 5773 + 5849, + 5859 ], "loc": { "start": { - "line": 177, + "line": 181, "column": 32 }, "end": { - "line": 177, + "line": 181, "column": 42 } } }, "range": [ - 5760, - 5773 + 5846, + 5859 ], "loc": { "start": { - "line": 177, + "line": 181, "column": 29 }, "end": { - "line": 177, + "line": 181, "column": 42 } } }, "range": [ - 5743, - 5773 + 5829, + 5859 ], "loc": { "start": { - "line": 177, + "line": 181, "column": 12 }, "end": { - "line": 177, + "line": 181, "column": 42 } } }, "range": [ - 5743, - 5774 + 5829, + 5860 ], "loc": { "start": { - "line": 177, + "line": 181, "column": 12 }, "end": { - "line": 177, + "line": 181, "column": 43 } } @@ -12843,16 +12917,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5791, - 5796 + 5877, + 5882 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 16 }, "end": { - "line": 178, + "line": 182, "column": 21 } } @@ -12873,16 +12947,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5799, - 5802 + 5885, + 5888 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 24 }, "end": { - "line": 178, + "line": 182, "column": 27 } } @@ -12891,31 +12965,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 5803, - 5808 + 5889, + 5894 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 28 }, "end": { - "line": 178, + "line": 182, "column": 33 } } }, "range": [ - 5799, - 5808 + 5885, + 5894 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 24 }, "end": { - "line": 178, + "line": 182, "column": 33 } } @@ -12924,31 +12998,31 @@ "type": "Identifier", "name": "rows", "range": [ - 5809, - 5813 + 5895, + 5899 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 34 }, "end": { - "line": 178, + "line": 182, "column": 38 } } }, "range": [ - 5799, - 5813 + 5885, + 5899 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 24 }, "end": { - "line": 178, + "line": 182, "column": 38 } } @@ -12960,16 +13034,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5814, - 5817 + 5900, + 5903 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 39 }, "end": { - "line": 178, + "line": 182, "column": 42 } } @@ -12978,46 +13052,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5818, - 5828 + 5904, + 5914 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 43 }, "end": { - "line": 178, + "line": 182, "column": 53 } } }, "range": [ - 5814, - 5828 + 5900, + 5914 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 39 }, "end": { - "line": 178, + "line": 182, "column": 53 } } }, "range": [ - 5799, - 5829 + 5885, + 5915 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 24 }, "end": { - "line": 178, + "line": 182, "column": 54 } } @@ -13026,46 +13100,46 @@ "type": "Identifier", "name": "cells", "range": [ - 5830, - 5835 + 5916, + 5921 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 55 }, "end": { - "line": 178, + "line": 182, "column": 60 } } }, "range": [ - 5799, - 5835 + 5885, + 5921 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 24 }, "end": { - "line": 178, + "line": 182, "column": 60 } } }, "range": [ - 5791, - 5835 + 5877, + 5921 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 16 }, "end": { - "line": 178, + "line": 182, "column": 60 } } @@ -13073,16 +13147,16 @@ ], "kind": "let", "range": [ - 5787, - 5836 + 5873, + 5922 ], "loc": { "start": { - "line": 178, + "line": 182, "column": 12 }, "end": { - "line": 178, + "line": 182, "column": 61 } } @@ -13099,16 +13173,16 @@ "type": "Identifier", "name": "stt", "range": [ - 5849, - 5852 + 5935, + 5938 ], "loc": { "start": { - "line": 179, + "line": 183, "column": 12 }, "end": { - "line": 179, + "line": 183, "column": 15 } } @@ -13117,31 +13191,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 5853, - 5862 + 5939, + 5948 ], "loc": { "start": { - "line": 179, + "line": 183, "column": 16 }, "end": { - "line": 179, + "line": 183, "column": 25 } } }, "range": [ - 5849, - 5862 + 5935, + 5948 ], "loc": { "start": { - "line": 179, + "line": 183, "column": 12 }, "end": { - "line": 179, + "line": 183, "column": 25 } } @@ -13153,16 +13227,16 @@ "type": "Identifier", "name": "oSortTypes", "range": [ - 5865, - 5875 + 5951, + 5961 ], "loc": { "start": { - "line": 179, + "line": 183, "column": 28 }, "end": { - "line": 179, + "line": 183, "column": 38 } } @@ -13171,61 +13245,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5879, - 5881 + 5965, + 5967 ], "loc": { "start": { - "line": 179, + "line": 183, "column": 42 }, "end": { - "line": 179, + "line": 183, "column": 44 } } }, "range": [ - 5865, - 5881 + 5951, + 5967 ], "loc": { "start": { - "line": 179, + "line": 183, "column": 28 }, "end": { - "line": 179, + "line": 183, "column": 44 } } }, "range": [ - 5849, - 5881 + 5935, + 5967 ], "loc": { "start": { - "line": 179, + "line": 183, "column": 12 }, "end": { - "line": 179, + "line": 183, "column": 44 } } }, "range": [ - 5849, - 5882 + 5935, + 5968 ], "loc": { "start": { - "line": 179, + "line": 183, "column": 12 }, "end": { - "line": 179, + "line": 183, "column": 45 } } @@ -13239,16 +13313,16 @@ "type": "Identifier", "name": "l", "range": [ - 5899, - 5900 + 5985, + 5986 ], "loc": { "start": { - "line": 180, + "line": 184, "column": 16 }, "end": { - "line": 180, + "line": 184, "column": 17 } } @@ -13260,16 +13334,16 @@ "type": "Identifier", "name": "cells", "range": [ - 5903, - 5908 + 5989, + 5994 ], "loc": { "start": { - "line": 180, + "line": 184, "column": 20 }, "end": { - "line": 180, + "line": 184, "column": 25 } } @@ -13278,46 +13352,46 @@ "type": "Identifier", "name": "length", "range": [ - 5909, - 5915 + 5995, + 6001 ], "loc": { "start": { - "line": 180, + "line": 184, "column": 26 }, "end": { - "line": 180, + "line": 184, "column": 32 } } }, "range": [ - 5903, - 5915 + 5989, + 6001 ], "loc": { "start": { - "line": 180, + "line": 184, "column": 20 }, "end": { - "line": 180, + "line": 184, "column": 32 } } }, "range": [ - 5899, - 5915 + 5985, + 6001 ], "loc": { "start": { - "line": 180, + "line": 184, "column": 16 }, "end": { - "line": 180, + "line": 184, "column": 32 } } @@ -13325,16 +13399,16 @@ ], "kind": "let", "range": [ - 5895, - 5916 + 5981, + 6002 ], "loc": { "start": { - "line": 180, + "line": 184, "column": 12 }, "end": { - "line": 180, + "line": 184, "column": 33 } } @@ -13348,32 +13422,32 @@ "type": "Identifier", "name": "img", "range": [ - 5933, - 5936 + 6019, + 6022 ], "loc": { "start": { - "line": 181, + "line": 185, "column": 16 }, "end": { - "line": 181, + "line": 185, "column": 19 } } }, "init": null, "range": [ - 5933, - 5936 + 6019, + 6022 ], "loc": { "start": { - "line": 181, + "line": 185, "column": 16 }, "end": { - "line": 181, + "line": 185, "column": 19 } } @@ -13384,32 +13458,32 @@ "type": "Identifier", "name": "c", "range": [ - 5938, - 5939 + 6024, + 6025 ], "loc": { "start": { - "line": 181, + "line": 185, "column": 21 }, "end": { - "line": 181, + "line": 185, "column": 22 } } }, "init": null, "range": [ - 5938, - 5939 + 6024, + 6025 ], "loc": { "start": { - "line": 181, + "line": 185, "column": 21 }, "end": { - "line": 181, + "line": 185, "column": 22 } } @@ -13417,16 +13491,16 @@ ], "kind": "let", "range": [ - 5929, - 5940 + 6015, + 6026 ], "loc": { "start": { - "line": 181, + "line": 185, "column": 12 }, "end": { - "line": 181, + "line": 185, "column": 23 } } @@ -13442,16 +13516,16 @@ "type": "Identifier", "name": "i", "range": [ - 5963, - 5964 + 6049, + 6050 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 21 }, "end": { - "line": 183, + "line": 187, "column": 22 } } @@ -13461,31 +13535,31 @@ "value": 0, "raw": "0", "range": [ - 5967, - 5968 + 6053, + 6054 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 25 }, "end": { - "line": 183, + "line": 187, "column": 26 } } }, "range": [ - 5963, - 5968 + 6049, + 6054 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 21 }, "end": { - "line": 183, + "line": 187, "column": 26 } } @@ -13493,16 +13567,16 @@ ], "kind": "let", "range": [ - 5959, - 5968 + 6045, + 6054 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 17 }, "end": { - "line": 183, + "line": 187, "column": 26 } } @@ -13514,16 +13588,16 @@ "type": "Identifier", "name": "i", "range": [ - 5970, - 5971 + 6056, + 6057 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 28 }, "end": { - "line": 183, + "line": 187, "column": 29 } } @@ -13532,31 +13606,31 @@ "type": "Identifier", "name": "l", "range": [ - 5974, - 5975 + 6060, + 6061 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 32 }, "end": { - "line": 183, + "line": 187, "column": 33 } } }, "range": [ - 5970, - 5975 + 6056, + 6061 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 28 }, "end": { - "line": 183, + "line": 187, "column": 33 } } @@ -13568,32 +13642,32 @@ "type": "Identifier", "name": "i", "range": [ - 5977, - 5978 + 6063, + 6064 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 35 }, "end": { - "line": 183, + "line": 187, "column": 36 } } }, "prefix": false, "range": [ - 5977, - 5980 + 6063, + 6066 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 35 }, "end": { - "line": 183, + "line": 187, "column": 38 } } @@ -13610,16 +13684,16 @@ "type": "Identifier", "name": "c", "range": [ - 6000, - 6001 + 6086, + 6087 ], "loc": { "start": { - "line": 184, + "line": 188, "column": 16 }, "end": { - "line": 184, + "line": 188, "column": 17 } } @@ -13631,16 +13705,16 @@ "type": "Identifier", "name": "cells", "range": [ - 6004, - 6009 + 6090, + 6095 ], "loc": { "start": { - "line": 184, + "line": 188, "column": 20 }, "end": { - "line": 184, + "line": 188, "column": 25 } } @@ -13649,61 +13723,61 @@ "type": "Identifier", "name": "i", "range": [ - 6010, - 6011 + 6096, + 6097 ], "loc": { "start": { - "line": 184, + "line": 188, "column": 26 }, "end": { - "line": 184, + "line": 188, "column": 27 } } }, "range": [ - 6004, - 6012 + 6090, + 6098 ], "loc": { "start": { - "line": 184, + "line": 188, "column": 20 }, "end": { - "line": 184, + "line": 188, "column": 28 } } }, "range": [ - 6000, - 6012 + 6086, + 6098 ], "loc": { "start": { - "line": 184, + "line": 188, "column": 16 }, "end": { - "line": 184, + "line": 188, "column": 28 } } }, "range": [ - 6000, - 6013 + 6086, + 6099 ], "loc": { "start": { - "line": 184, + "line": 188, "column": 16 }, "end": { - "line": 184, + "line": 188, "column": 29 } } @@ -13726,16 +13800,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6034, - 6037 + 6120, + 6123 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 20 }, "end": { - "line": 185, + "line": 189, "column": 23 } } @@ -13744,31 +13818,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 6038, - 6047 + 6124, + 6133 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 24 }, "end": { - "line": 185, + "line": 189, "column": 33 } } }, "range": [ - 6034, - 6047 + 6120, + 6133 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 20 }, "end": { - "line": 185, + "line": 189, "column": 33 } } @@ -13777,31 +13851,31 @@ "type": "Identifier", "name": "i", "range": [ - 6048, - 6049 + 6134, + 6135 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 34 }, "end": { - "line": 185, + "line": 189, "column": 35 } } }, "range": [ - 6034, - 6050 + 6120, + 6136 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 20 }, "end": { - "line": 185, + "line": 189, "column": 36 } } @@ -13811,31 +13885,31 @@ "value": null, "raw": "null", "range": [ - 6055, - 6059 + 6141, + 6145 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 41 }, "end": { - "line": 185, + "line": 189, "column": 45 } } }, "range": [ - 6034, - 6059 + 6120, + 6145 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 20 }, "end": { - "line": 185, + "line": 189, "column": 45 } } @@ -13853,16 +13927,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6063, - 6066 + 6149, + 6152 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 49 }, "end": { - "line": 185, + "line": 189, "column": 52 } } @@ -13871,31 +13945,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 6067, - 6076 + 6153, + 6162 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 53 }, "end": { - "line": 185, + "line": 189, "column": 62 } } }, "range": [ - 6063, - 6076 + 6149, + 6162 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 49 }, "end": { - "line": 185, + "line": 189, "column": 62 } } @@ -13904,31 +13978,31 @@ "type": "Identifier", "name": "i", "range": [ - 6077, - 6078 + 6163, + 6164 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 63 }, "end": { - "line": 185, + "line": 189, "column": 64 } } }, "range": [ - 6063, - 6079 + 6149, + 6165 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 49 }, "end": { - "line": 185, + "line": 189, "column": 65 } } @@ -13938,46 +14012,46 @@ "value": "None", "raw": "'None'", "range": [ - 6084, - 6090 + 6170, + 6176 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 70 }, "end": { - "line": 185, + "line": 189, "column": 76 } } }, "range": [ - 6063, - 6090 + 6149, + 6176 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 49 }, "end": { - "line": 185, + "line": 189, "column": 76 } } }, "range": [ - 6034, - 6090 + 6120, + 6176 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 20 }, "end": { - "line": 185, + "line": 189, "column": 76 } } @@ -14000,16 +14074,16 @@ "type": "Identifier", "name": "c", "range": [ - 6114, - 6115 + 6200, + 6201 ], "loc": { "start": { - "line": 186, + "line": 190, "column": 20 }, "end": { - "line": 186, + "line": 190, "column": 21 } } @@ -14018,31 +14092,31 @@ "type": "Identifier", "name": "style", "range": [ - 6116, - 6121 + 6202, + 6207 ], "loc": { "start": { - "line": 186, + "line": 190, "column": 22 }, "end": { - "line": 186, + "line": 190, "column": 27 } } }, "range": [ - 6114, - 6121 + 6200, + 6207 ], "loc": { "start": { - "line": 186, + "line": 190, "column": 20 }, "end": { - "line": 186, + "line": 190, "column": 27 } } @@ -14051,31 +14125,31 @@ "type": "Identifier", "name": "cursor", "range": [ - 6122, - 6128 + 6208, + 6214 ], "loc": { "start": { - "line": 186, + "line": 190, "column": 28 }, "end": { - "line": 186, + "line": 190, "column": 34 } } }, "range": [ - 6114, - 6128 + 6200, + 6214 ], "loc": { "start": { - "line": 186, + "line": 190, "column": 20 }, "end": { - "line": 186, + "line": 190, "column": 34 } } @@ -14085,46 +14159,46 @@ "value": "pointer", "raw": "'pointer'", "range": [ - 6131, - 6140 + 6217, + 6226 ], "loc": { "start": { - "line": 186, + "line": 190, "column": 37 }, "end": { - "line": 186, + "line": 190, "column": 46 } } }, "range": [ - 6114, - 6140 + 6200, + 6226 ], "loc": { "start": { - "line": 186, + "line": 190, "column": 20 }, "end": { - "line": 186, + "line": 190, "column": 46 } } }, "range": [ - 6114, - 6141 + 6200, + 6227 ], "loc": { "start": { - "line": 186, + "line": 190, "column": 20 }, "end": { - "line": 186, + "line": 190, "column": 47 } } @@ -14138,16 +14212,16 @@ "type": "Identifier", "name": "img", "range": [ - 6162, - 6165 + 6248, + 6251 ], "loc": { "start": { - "line": 187, + "line": 191, "column": 20 }, "end": { - "line": 187, + "line": 191, "column": 23 } } @@ -14161,16 +14235,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 6168, - 6171 + 6254, + 6257 ], "loc": { "start": { - "line": 187, + "line": 191, "column": 26 }, "end": { - "line": 187, + "line": 191, "column": 29 } } @@ -14179,31 +14253,31 @@ "type": "Identifier", "name": "create", "range": [ - 6172, - 6178 + 6258, + 6264 ], "loc": { "start": { - "line": 187, + "line": 191, "column": 30 }, "end": { - "line": 187, + "line": 191, "column": 36 } } }, "range": [ - 6168, - 6178 + 6254, + 6264 ], "loc": { "start": { - "line": 187, + "line": 191, "column": 26 }, "end": { - "line": 187, + "line": 191, "column": 36 } } @@ -14214,16 +14288,16 @@ "value": "img", "raw": "'img'", "range": [ - 6179, - 6184 + 6265, + 6270 ], "loc": { "start": { - "line": 187, + "line": 191, "column": 37 }, "end": { - "line": 187, + "line": 191, "column": 42 } } @@ -14236,16 +14310,16 @@ "value": "src", "raw": "'src'", "range": [ - 6211, - 6216 + 6297, + 6302 ], "loc": { "start": { - "line": 188, + "line": 192, "column": 25 }, "end": { - "line": 188, + "line": 192, "column": 30 } } @@ -14260,16 +14334,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 6218, - 6222 + 6304, + 6308 ], "loc": { "start": { - "line": 188, + "line": 192, "column": 32 }, "end": { - "line": 188, + "line": 192, "column": 36 } } @@ -14278,31 +14352,31 @@ "type": "Identifier", "name": "imgPath", "range": [ - 6223, - 6230 + 6309, + 6316 ], "loc": { "start": { - "line": 188, + "line": 192, "column": 37 }, "end": { - "line": 188, + "line": 192, "column": 44 } } }, "range": [ - 6218, - 6230 + 6304, + 6316 ], "loc": { "start": { - "line": 188, + "line": 192, "column": 32 }, "end": { - "line": 188, + "line": 192, "column": 44 } } @@ -14314,16 +14388,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 6233, - 6237 + 6319, + 6323 ], "loc": { "start": { - "line": 188, + "line": 192, "column": 47 }, "end": { - "line": 188, + "line": 192, "column": 51 } } @@ -14332,108 +14406,108 @@ "type": "Identifier", "name": "imgBlank", "range": [ - 6238, - 6246 + 6324, + 6332 ], "loc": { "start": { - "line": 188, + "line": 192, "column": 52 }, "end": { - "line": 188, + "line": 192, "column": 60 } } }, "range": [ - 6233, - 6246 + 6319, + 6332 ], "loc": { "start": { - "line": 188, + "line": 192, "column": 47 }, "end": { - "line": 188, + "line": 192, "column": 60 } } }, "range": [ - 6218, - 6246 + 6304, + 6332 ], "loc": { "start": { - "line": 188, + "line": 192, "column": 32 }, "end": { - "line": 188, + "line": 192, "column": 60 } } } ], "range": [ - 6210, - 6247 + 6296, + 6333 ], "loc": { "start": { - "line": 188, + "line": 192, "column": 24 }, "end": { - "line": 188, + "line": 192, "column": 61 } } } ], "range": [ - 6168, - 6248 + 6254, + 6334 ], "loc": { "start": { - "line": 187, + "line": 191, "column": 26 }, "end": { - "line": 188, + "line": 192, "column": 62 } } }, "range": [ - 6162, - 6248 + 6248, + 6334 ], "loc": { "start": { - "line": 187, + "line": 191, "column": 20 }, "end": { - "line": 188, + "line": 192, "column": 62 } } }, "range": [ - 6162, - 6249 + 6248, + 6335 ], "loc": { "start": { - "line": 187, + "line": 191, "column": 20 }, "end": { - "line": 188, + "line": 192, "column": 63 } } @@ -14449,16 +14523,16 @@ "type": "Identifier", "name": "c", "range": [ - 6270, - 6271 + 6356, + 6357 ], "loc": { "start": { - "line": 189, + "line": 193, "column": 20 }, "end": { - "line": 189, + "line": 193, "column": 21 } } @@ -14467,31 +14541,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 6272, - 6283 + 6358, + 6369 ], "loc": { "start": { - "line": 189, + "line": 193, "column": 22 }, "end": { - "line": 189, + "line": 193, "column": 33 } } }, "range": [ - 6270, - 6283 + 6356, + 6369 ], "loc": { "start": { - "line": 189, + "line": 193, "column": 20 }, "end": { - "line": 189, + "line": 193, "column": 33 } } @@ -14501,47 +14575,47 @@ "type": "Identifier", "name": "img", "range": [ - 6284, - 6287 + 6370, + 6373 ], "loc": { "start": { - "line": 189, + "line": 193, "column": 34 }, "end": { - "line": 189, + "line": 193, "column": 37 } } } ], "range": [ - 6270, - 6288 + 6356, + 6374 ], "loc": { "start": { - "line": 189, + "line": 193, "column": 20 }, "end": { - "line": 189, + "line": 193, "column": 38 } } }, "range": [ - 6270, - 6289 + 6356, + 6375 ], "loc": { "start": { - "line": 189, + "line": 193, "column": 20 }, "end": { - "line": 189, + "line": 193, "column": 39 } } @@ -14561,16 +14635,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6314, - 6317 + 6400, + 6403 ], "loc": { "start": { - "line": 190, + "line": 194, "column": 24 }, "end": { - "line": 190, + "line": 194, "column": 27 } } @@ -14579,31 +14653,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 6318, - 6327 + 6404, + 6413 ], "loc": { "start": { - "line": 190, + "line": 194, "column": 28 }, "end": { - "line": 190, + "line": 194, "column": 37 } } }, "range": [ - 6314, - 6327 + 6400, + 6413 ], "loc": { "start": { - "line": 190, + "line": 194, "column": 24 }, "end": { - "line": 190, + "line": 194, "column": 37 } } @@ -14612,31 +14686,31 @@ "type": "Identifier", "name": "i", "range": [ - 6328, - 6329 + 6414, + 6415 ], "loc": { "start": { - "line": 190, + "line": 194, "column": 38 }, "end": { - "line": 190, + "line": 194, "column": 39 } } }, "range": [ - 6314, - 6330 + 6400, + 6416 ], "loc": { "start": { - "line": 190, + "line": 194, "column": 24 }, "end": { - "line": 190, + "line": 194, "column": 40 } } @@ -14646,31 +14720,31 @@ "value": null, "raw": "null", "range": [ - 6335, - 6339 + 6421, + 6425 ], "loc": { "start": { - "line": 190, + "line": 194, "column": 45 }, "end": { - "line": 190, + "line": 194, "column": 49 } } }, "range": [ - 6314, - 6339 + 6400, + 6425 ], "loc": { "start": { - "line": 190, + "line": 194, "column": 24 }, "end": { - "line": 190, + "line": 194, "column": 49 } } @@ -14689,16 +14763,16 @@ "type": "Identifier", "name": "c", "range": [ - 6367, - 6368 + 6453, + 6454 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 24 }, "end": { - "line": 191, + "line": 195, "column": 25 } } @@ -14707,31 +14781,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 6369, - 6381 + 6455, + 6467 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 26 }, "end": { - "line": 191, + "line": 195, "column": 38 } } }, "range": [ - 6367, - 6381 + 6453, + 6467 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 24 }, "end": { - "line": 191, + "line": 195, "column": 38 } } @@ -14742,16 +14816,16 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 6382, - 6393 + 6468, + 6479 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 39 }, "end": { - "line": 191, + "line": 195, "column": 50 } } @@ -14766,16 +14840,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6395, - 6398 + 6481, + 6484 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 52 }, "end": { - "line": 191, + "line": 195, "column": 55 } } @@ -14784,31 +14858,31 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 6399, - 6408 + 6485, + 6494 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 56 }, "end": { - "line": 191, + "line": 195, "column": 65 } } }, "range": [ - 6395, - 6408 + 6481, + 6494 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 52 }, "end": { - "line": 191, + "line": 195, "column": 65 } } @@ -14817,94 +14891,94 @@ "type": "Identifier", "name": "i", "range": [ - 6409, - 6410 + 6495, + 6496 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 66 }, "end": { - "line": 191, + "line": 195, "column": 67 } } }, "range": [ - 6395, - 6411 + 6481, + 6497 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 52 }, "end": { - "line": 191, + "line": 195, "column": 68 } } } ], "range": [ - 6367, - 6412 + 6453, + 6498 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 24 }, "end": { - "line": 191, + "line": 195, "column": 69 } } }, "range": [ - 6367, - 6413 + 6453, + 6499 ], "loc": { "start": { - "line": 191, + "line": 195, "column": 24 }, "end": { - "line": 191, + "line": 195, "column": 70 } } } ], "range": [ - 6341, - 6435 + 6427, + 6521 ], "loc": { "start": { - "line": 190, + "line": 194, "column": 51 }, "end": { - "line": 192, + "line": 196, "column": 21 } } }, "alternate": null, "range": [ - 6310, - 6435 + 6396, + 6521 ], "loc": { "start": { - "line": 190, + "line": 194, "column": 20 }, "end": { - "line": 192, + "line": 196, "column": 21 } } @@ -14920,16 +14994,16 @@ "type": "Identifier", "name": "Event", "range": [ - 6456, - 6461 + 6542, + 6547 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 20 }, "end": { - "line": 193, + "line": 197, "column": 25 } } @@ -14938,31 +15012,31 @@ "type": "Identifier", "name": "add", "range": [ - 6462, - 6465 + 6548, + 6551 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 26 }, "end": { - "line": 193, + "line": 197, "column": 29 } } }, "range": [ - 6456, - 6465 + 6542, + 6551 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 20 }, "end": { - "line": 193, + "line": 197, "column": 29 } } @@ -14972,16 +15046,16 @@ "type": "Identifier", "name": "c", "range": [ - 6466, - 6467 + 6552, + 6553 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 30 }, "end": { - "line": 193, + "line": 197, "column": 31 } } @@ -14991,16 +15065,16 @@ "value": "click", "raw": "'click'", "range": [ - 6469, - 6476 + 6555, + 6562 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 33 }, "end": { - "line": 193, + "line": 197, "column": 40 } } @@ -15012,16 +15086,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6478, - 6481 + 6564, + 6567 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 42 }, "end": { - "line": 193, + "line": 197, "column": 45 } } @@ -15030,78 +15104,78 @@ "type": "Identifier", "name": "_headerOnclick", "range": [ - 6482, - 6496 + 6568, + 6582 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 46 }, "end": { - "line": 193, + "line": 197, "column": 60 } } }, "range": [ - 6478, - 6496 + 6564, + 6582 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 42 }, "end": { - "line": 193, + "line": 197, "column": 60 } } } ], "range": [ - 6456, - 6497 + 6542, + 6583 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 20 }, "end": { - "line": 193, + "line": 197, "column": 61 } } }, "range": [ - 6456, - 6498 + 6542, + 6584 ], "loc": { "start": { - "line": 193, + "line": 197, "column": 20 }, "end": { - "line": 193, + "line": 197, "column": 62 } } } ], "range": [ - 6092, - 6516 + 6178, + 6602 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 78 }, "end": { - "line": 194, + "line": 198, "column": 17 } } @@ -15120,16 +15194,16 @@ "type": "Identifier", "name": "c", "range": [ - 6544, - 6545 + 6630, + 6631 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 20 }, "end": { - "line": 195, + "line": 199, "column": 21 } } @@ -15138,31 +15212,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 6546, - 6558 + 6632, + 6644 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 22 }, "end": { - "line": 195, + "line": 199, "column": 34 } } }, "range": [ - 6544, - 6558 + 6630, + 6644 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 20 }, "end": { - "line": 195, + "line": 199, "column": 34 } } @@ -15173,16 +15247,16 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 6559, - 6570 + 6645, + 6656 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 35 }, "end": { - "line": 195, + "line": 199, "column": 46 } } @@ -15194,16 +15268,16 @@ "type": "Identifier", "name": "oSortTypes", "range": [ - 6572, - 6582 + 6658, + 6668 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 48 }, "end": { - "line": 195, + "line": 199, "column": 58 } } @@ -15212,62 +15286,62 @@ "type": "Identifier", "name": "i", "range": [ - 6583, - 6584 + 6669, + 6670 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 59 }, "end": { - "line": 195, + "line": 199, "column": 60 } } }, "range": [ - 6572, - 6585 + 6658, + 6671 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 48 }, "end": { - "line": 195, + "line": 199, "column": 61 } } } ], "range": [ - 6544, - 6586 + 6630, + 6672 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 20 }, "end": { - "line": 195, + "line": 199, "column": 62 } } }, "range": [ - 6544, - 6587 + 6630, + 6673 ], "loc": { "start": { - "line": 195, + "line": 199, "column": 20 }, "end": { - "line": 195, + "line": 199, "column": 63 } } @@ -15284,16 +15358,16 @@ "type": "Identifier", "name": "c", "range": [ - 6608, - 6609 + 6694, + 6695 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 20 }, "end": { - "line": 196, + "line": 200, "column": 21 } } @@ -15302,31 +15376,31 @@ "type": "Identifier", "name": "_sortType", "range": [ - 6610, - 6619 + 6696, + 6705 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 22 }, "end": { - "line": 196, + "line": 200, "column": 31 } } }, "range": [ - 6608, - 6619 + 6694, + 6705 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 20 }, "end": { - "line": 196, + "line": 200, "column": 31 } } @@ -15336,108 +15410,108 @@ "value": "None", "raw": "'None'", "range": [ - 6622, - 6628 + 6708, + 6714 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 34 }, "end": { - "line": 196, + "line": 200, "column": 40 } } }, "range": [ - 6608, - 6628 + 6694, + 6714 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 20 }, "end": { - "line": 196, + "line": 200, "column": 40 } } }, "range": [ - 6608, - 6629 + 6694, + 6715 ], "loc": { "start": { - "line": 196, + "line": 200, "column": 20 }, "end": { - "line": 196, + "line": 200, "column": 41 } } } ], "range": [ - 6522, - 6647 + 6608, + 6733 ], "loc": { "start": { - "line": 194, + "line": 198, "column": 23 }, "end": { - "line": 197, + "line": 201, "column": 17 } } }, "range": [ - 6030, - 6647 + 6116, + 6733 ], "loc": { "start": { - "line": 185, + "line": 189, "column": 16 }, "end": { - "line": 197, + "line": 201, "column": 17 } } } ], "range": [ - 5982, - 6661 + 6068, + 6747 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 40 }, "end": { - "line": 198, + "line": 202, "column": 13 } } }, "range": [ - 5954, - 6661 + 6040, + 6747 ], "loc": { "start": { - "line": 183, + "line": 187, "column": 12 }, "end": { - "line": 198, + "line": 202, "column": 13 } } @@ -15453,16 +15527,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6674, - 6677 + 6760, + 6763 ], "loc": { "start": { - "line": 199, + "line": 203, "column": 12 }, "end": { - "line": 199, + "line": 203, "column": 15 } } @@ -15471,78 +15545,78 @@ "type": "Identifier", "name": "updateHeaderArrows", "range": [ - 6678, - 6696 + 6764, + 6782 ], "loc": { "start": { - "line": 199, + "line": 203, "column": 16 }, "end": { - "line": 199, + "line": 203, "column": 34 } } }, "range": [ - 6674, - 6696 + 6760, + 6782 ], "loc": { "start": { - "line": 199, + "line": 203, "column": 12 }, "end": { - "line": 199, + "line": 203, "column": 34 } } }, "arguments": [], "range": [ - 6674, - 6698 + 6760, + 6784 ], "loc": { "start": { - "line": 199, + "line": 203, "column": 12 }, "end": { - "line": 199, + "line": 203, "column": 36 } } }, "range": [ - 6674, - 6699 + 6760, + 6785 ], "loc": { "start": { - "line": 199, + "line": 203, "column": 12 }, "end": { - "line": 199, + "line": 203, "column": 37 } } } ], "range": [ - 5476, - 6709 + 5562, + 6795 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 67 }, "end": { - "line": 200, + "line": 204, "column": 9 } } @@ -15550,46 +15624,46 @@ "generator": false, "expression": false, "range": [ - 5454, - 6709 + 5540, + 6795 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 45 }, "end": { - "line": 200, + "line": 204, "column": 9 } } }, "range": [ - 5417, - 6709 + 5503, + 6795 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 8 }, "end": { - "line": 200, + "line": 204, "column": 9 } } }, "range": [ - 5417, - 6710 + 5503, + 6796 ], "loc": { "start": { - "line": 167, + "line": 171, "column": 8 }, "end": { - "line": 200, + "line": 204, "column": 10 } }, @@ -15598,16 +15672,16 @@ "type": "Block", "value": "*\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n ", "range": [ - 5283, - 5408 + 5369, + 5494 ], "loc": { "start": { - "line": 163, + "line": 167, "column": 8 }, "end": { - "line": 166, + "line": 170, "column": 11 } } @@ -15618,16 +15692,16 @@ "type": "Block", "value": "*\n * Overrides updateHeaderArrows in order to handle arrows indicators\n ", "range": [ - 6720, - 6812 + 6806, + 6898 ], "loc": { "start": { - "line": 202, + "line": 206, "column": 8 }, "end": { - "line": 204, + "line": 208, "column": 11 } } @@ -15649,16 +15723,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 6821, - 6834 + 6907, + 6920 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 8 }, "end": { - "line": 205, + "line": 209, "column": 21 } } @@ -15667,31 +15741,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 6835, - 6844 + 6921, + 6930 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 22 }, "end": { - "line": 205, + "line": 209, "column": 31 } } }, "range": [ - 6821, - 6844 + 6907, + 6930 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 8 }, "end": { - "line": 205, + "line": 209, "column": 31 } } @@ -15700,31 +15774,31 @@ "type": "Identifier", "name": "updateHeaderArrows", "range": [ - 6845, - 6863 + 6931, + 6949 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 32 }, "end": { - "line": 205, + "line": 209, "column": 50 } } }, "range": [ - 6821, - 6863 + 6907, + 6949 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 8 }, "end": { - "line": 205, + "line": 209, "column": 50 } } @@ -15745,16 +15819,16 @@ "type": "Identifier", "name": "stt", "range": [ - 6896, - 6899 + 6982, + 6985 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 16 }, "end": { - "line": 206, + "line": 210, "column": 19 } } @@ -15762,31 +15836,31 @@ "init": { "type": "ThisExpression", "range": [ - 6902, - 6906 + 6988, + 6992 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 22 }, "end": { - "line": 206, + "line": 210, "column": 26 } } }, "range": [ - 6896, - 6906 + 6982, + 6992 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 16 }, "end": { - "line": 206, + "line": 210, "column": 26 } } @@ -15794,16 +15868,16 @@ ], "kind": "let", "range": [ - 6892, - 6907 + 6978, + 6993 ], "loc": { "start": { - "line": 206, + "line": 210, "column": 12 }, "end": { - "line": 206, + "line": 210, "column": 27 } } @@ -15817,32 +15891,32 @@ "type": "Identifier", "name": "cells", "range": [ - 6924, - 6929 + 7010, + 7015 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 16 }, "end": { - "line": 207, + "line": 211, "column": 21 } } }, "init": null, "range": [ - 6924, - 6929 + 7010, + 7015 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 16 }, "end": { - "line": 207, + "line": 211, "column": 21 } } @@ -15853,32 +15927,32 @@ "type": "Identifier", "name": "l", "range": [ - 6931, - 6932 + 7017, + 7018 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 23 }, "end": { - "line": 207, + "line": 211, "column": 24 } } }, "init": null, "range": [ - 6931, - 6932 + 7017, + 7018 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 23 }, "end": { - "line": 207, + "line": 211, "column": 24 } } @@ -15889,32 +15963,32 @@ "type": "Identifier", "name": "img", "range": [ - 6934, - 6937 + 7020, + 7023 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 26 }, "end": { - "line": 207, + "line": 211, "column": 29 } } }, "init": null, "range": [ - 6934, - 6937 + 7020, + 7023 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 26 }, "end": { - "line": 207, + "line": 211, "column": 29 } } @@ -15922,16 +15996,16 @@ ], "kind": "let", "range": [ - 6920, - 6938 + 7006, + 7024 ], "loc": { "start": { - "line": 207, + "line": 211, "column": 12 }, "end": { - "line": 207, + "line": 211, "column": 30 } }, @@ -15940,16 +16014,16 @@ "type": "Line", "value": " external headers", "range": [ - 6952, - 6971 + 7038, + 7057 ], "loc": { "start": { - "line": 209, + "line": 213, "column": 12 }, "end": { - "line": 209, + "line": 213, "column": 31 } } @@ -15968,16 +16042,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 6988, - 6992 + 7074, + 7078 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 16 }, "end": { - "line": 210, + "line": 214, "column": 20 } } @@ -15986,31 +16060,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 6993, - 7002 + 7079, + 7088 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 21 }, "end": { - "line": 210, + "line": 214, "column": 30 } } }, "range": [ - 6988, - 7002 + 7074, + 7088 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 16 }, "end": { - "line": 210, + "line": 214, "column": 30 } } @@ -16028,16 +16102,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 7006, - 7010 + 7092, + 7096 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 34 }, "end": { - "line": 210, + "line": 214, "column": 38 } } @@ -16046,31 +16120,31 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 7011, - 7021 + 7097, + 7107 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 39 }, "end": { - "line": 210, + "line": 214, "column": 49 } } }, "range": [ - 7006, - 7021 + 7092, + 7107 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 34 }, "end": { - "line": 210, + "line": 214, "column": 49 } } @@ -16079,31 +16153,31 @@ "type": "Identifier", "name": "length", "range": [ - 7022, - 7028 + 7108, + 7114 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 50 }, "end": { - "line": 210, + "line": 214, "column": 56 } } }, "range": [ - 7006, - 7028 + 7092, + 7114 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 34 }, "end": { - "line": 210, + "line": 214, "column": 56 } } @@ -16113,46 +16187,46 @@ "value": 0, "raw": "0", "range": [ - 7031, - 7032 + 7117, + 7118 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 59 }, "end": { - "line": 210, + "line": 214, "column": 60 } } }, "range": [ - 7006, - 7032 + 7092, + 7118 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 34 }, "end": { - "line": 210, + "line": 214, "column": 60 } } }, "range": [ - 6988, - 7032 + 7074, + 7118 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 16 }, "end": { - "line": 210, + "line": 214, "column": 60 } } @@ -16169,16 +16243,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 7056, - 7064 + 7142, + 7150 ], "loc": { "start": { - "line": 211, + "line": 215, "column": 20 }, "end": { - "line": 211, + "line": 215, "column": 28 } } @@ -16190,16 +16264,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 7067, - 7071 + 7153, + 7157 ], "loc": { "start": { - "line": 211, + "line": 215, "column": 31 }, "end": { - "line": 211, + "line": 215, "column": 35 } } @@ -16208,46 +16282,46 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 7072, - 7082 + 7158, + 7168 ], "loc": { "start": { - "line": 211, + "line": 215, "column": 36 }, "end": { - "line": 211, + "line": 215, "column": 46 } } }, "range": [ - 7067, - 7082 + 7153, + 7168 ], "loc": { "start": { - "line": 211, + "line": 215, "column": 31 }, "end": { - "line": 211, + "line": 215, "column": 46 } } }, "range": [ - 7056, - 7082 + 7142, + 7168 ], "loc": { "start": { - "line": 211, + "line": 215, "column": 20 }, "end": { - "line": 211, + "line": 215, "column": 46 } } @@ -16255,16 +16329,16 @@ ], "kind": "let", "range": [ - 7052, - 7083 + 7138, + 7169 ], "loc": { "start": { - "line": 211, + "line": 215, "column": 16 }, "end": { - "line": 211, + "line": 215, "column": 47 } } @@ -16278,16 +16352,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7100, - 7105 + 7186, + 7191 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 16 }, "end": { - "line": 212, + "line": 216, "column": 21 } } @@ -16296,46 +16370,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7108, - 7110 + 7194, + 7196 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 24 }, "end": { - "line": 212, + "line": 216, "column": 26 } } }, "range": [ - 7100, - 7110 + 7186, + 7196 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 16 }, "end": { - "line": 212, + "line": 216, "column": 26 } } }, "range": [ - 7100, - 7111 + 7186, + 7197 ], "loc": { "start": { - "line": 212, + "line": 216, "column": 16 }, "end": { - "line": 212, + "line": 216, "column": 27 } } @@ -16349,16 +16423,16 @@ "type": "Identifier", "name": "l", "range": [ - 7128, - 7129 + 7214, + 7215 ], "loc": { "start": { - "line": 213, + "line": 217, "column": 16 }, "end": { - "line": 213, + "line": 217, "column": 17 } } @@ -16370,16 +16444,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 7132, - 7140 + 7218, + 7226 ], "loc": { "start": { - "line": 213, + "line": 217, "column": 20 }, "end": { - "line": 213, + "line": 217, "column": 28 } } @@ -16388,61 +16462,61 @@ "type": "Identifier", "name": "length", "range": [ - 7141, - 7147 + 7227, + 7233 ], "loc": { "start": { - "line": 213, + "line": 217, "column": 29 }, "end": { - "line": 213, + "line": 217, "column": 35 } } }, "range": [ - 7132, - 7147 + 7218, + 7233 ], "loc": { "start": { - "line": 213, + "line": 217, "column": 20 }, "end": { - "line": 213, + "line": 217, "column": 35 } } }, "range": [ - 7128, - 7147 + 7214, + 7233 ], "loc": { "start": { - "line": 213, + "line": 217, "column": 16 }, "end": { - "line": 213, + "line": 217, "column": 35 } } }, "range": [ - 7128, - 7148 + 7214, + 7234 ], "loc": { "start": { - "line": 213, + "line": 217, "column": 16 }, "end": { - "line": 213, + "line": 217, "column": 36 } } @@ -16458,16 +16532,16 @@ "type": "Identifier", "name": "j", "range": [ - 7174, - 7175 + 7260, + 7261 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 25 }, "end": { - "line": 214, + "line": 218, "column": 26 } } @@ -16477,31 +16551,31 @@ "value": 0, "raw": "0", "range": [ - 7178, - 7179 + 7264, + 7265 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 29 }, "end": { - "line": 214, + "line": 218, "column": 30 } } }, "range": [ - 7174, - 7179 + 7260, + 7265 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 25 }, "end": { - "line": 214, + "line": 218, "column": 30 } } @@ -16509,16 +16583,16 @@ ], "kind": "let", "range": [ - 7170, - 7179 + 7256, + 7265 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 21 }, "end": { - "line": 214, + "line": 218, "column": 30 } } @@ -16530,16 +16604,16 @@ "type": "Identifier", "name": "j", "range": [ - 7181, - 7182 + 7267, + 7268 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 32 }, "end": { - "line": 214, + "line": 218, "column": 33 } } @@ -16551,16 +16625,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 7185, - 7193 + 7271, + 7279 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 36 }, "end": { - "line": 214, + "line": 218, "column": 44 } } @@ -16569,46 +16643,46 @@ "type": "Identifier", "name": "length", "range": [ - 7194, - 7200 + 7280, + 7286 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 45 }, "end": { - "line": 214, + "line": 218, "column": 51 } } }, "range": [ - 7185, - 7200 + 7271, + 7286 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 36 }, "end": { - "line": 214, + "line": 218, "column": 51 } } }, "range": [ - 7181, - 7200 + 7267, + 7286 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 32 }, "end": { - "line": 214, + "line": 218, "column": 51 } } @@ -16620,32 +16694,32 @@ "type": "Identifier", "name": "j", "range": [ - 7202, - 7203 + 7288, + 7289 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 53 }, "end": { - "line": 214, + "line": 218, "column": 54 } } }, "prefix": false, "range": [ - 7202, - 7205 + 7288, + 7291 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 53 }, "end": { - "line": 214, + "line": 218, "column": 56 } } @@ -16664,16 +16738,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7229, - 7234 + 7315, + 7320 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 20 }, "end": { - "line": 215, + "line": 219, "column": 25 } } @@ -16682,31 +16756,31 @@ "type": "Identifier", "name": "push", "range": [ - 7235, - 7239 + 7321, + 7325 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 26 }, "end": { - "line": 215, + "line": 219, "column": 30 } } }, "range": [ - 7229, - 7239 + 7315, + 7325 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 20 }, "end": { - "line": 215, + "line": 219, "column": 30 } } @@ -16721,16 +16795,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7240, - 7243 + 7326, + 7329 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 31 }, "end": { - "line": 215, + "line": 219, "column": 34 } } @@ -16739,31 +16813,31 @@ "type": "Identifier", "name": "id", "range": [ - 7244, - 7246 + 7330, + 7332 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 35 }, "end": { - "line": 215, + "line": 219, "column": 37 } } }, "range": [ - 7240, - 7246 + 7326, + 7332 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 31 }, "end": { - "line": 215, + "line": 219, "column": 37 } } @@ -16776,16 +16850,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 7247, - 7255 + 7333, + 7341 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 38 }, "end": { - "line": 215, + "line": 219, "column": 46 } } @@ -16794,125 +16868,125 @@ "type": "Identifier", "name": "j", "range": [ - 7256, - 7257 + 7342, + 7343 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 47 }, "end": { - "line": 215, + "line": 219, "column": 48 } } }, "range": [ - 7247, - 7258 + 7333, + 7344 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 38 }, "end": { - "line": 215, + "line": 219, "column": 49 } } } ], "range": [ - 7240, - 7259 + 7326, + 7345 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 31 }, "end": { - "line": 215, + "line": 219, "column": 50 } } } ], "range": [ - 7229, - 7260 + 7315, + 7346 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 20 }, "end": { - "line": 215, + "line": 219, "column": 51 } } }, "range": [ - 7229, - 7261 + 7315, + 7347 ], "loc": { "start": { - "line": 215, + "line": 219, "column": 20 }, "end": { - "line": 215, + "line": 219, "column": 52 } } } ], "range": [ - 7207, - 7279 + 7293, + 7365 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 58 }, "end": { - "line": 216, + "line": 220, "column": 17 } } }, "range": [ - 7165, - 7279 + 7251, + 7365 ], "loc": { "start": { - "line": 214, + "line": 218, "column": 16 }, "end": { - "line": 216, + "line": 220, "column": 17 } } } ], "range": [ - 7034, - 7293 + 7120, + 7379 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 62 }, "end": { - "line": 217, + "line": 221, "column": 13 } } @@ -16931,16 +17005,16 @@ "object": { "type": "ThisExpression", "range": [ - 7322, - 7326 + 7408, + 7412 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 21 }, "end": { - "line": 218, + "line": 222, "column": 25 } } @@ -16949,47 +17023,47 @@ "type": "Identifier", "name": "tHead", "range": [ - 7327, - 7332 + 7413, + 7418 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 26 }, "end": { - "line": 218, + "line": 222, "column": 31 } } }, "range": [ - 7322, - 7332 + 7408, + 7418 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 21 }, "end": { - "line": 218, + "line": 222, "column": 31 } } }, "prefix": true, "range": [ - 7321, - 7332 + 7407, + 7418 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 20 }, "end": { - "line": 218, + "line": 222, "column": 31 } } @@ -17001,48 +17075,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 7356, - 7363 + 7442, + 7449 ], "loc": { "start": { - "line": 219, + "line": 223, "column": 20 }, "end": { - "line": 219, + "line": 223, "column": 27 } } } ], "range": [ - 7334, - 7381 + 7420, + 7467 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 33 }, "end": { - "line": 220, + "line": 224, "column": 17 } } }, "alternate": null, "range": [ - 7317, - 7381 + 7403, + 7467 ], "loc": { "start": { - "line": 218, + "line": 222, "column": 16 }, "end": { - "line": 220, + "line": 224, "column": 17 } } @@ -17056,16 +17130,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7398, - 7403 + 7484, + 7489 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 16 }, "end": { - "line": 221, + "line": 225, "column": 21 } } @@ -17086,16 +17160,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7406, - 7409 + 7492, + 7495 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 24 }, "end": { - "line": 221, + "line": 225, "column": 27 } } @@ -17104,31 +17178,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 7410, - 7415 + 7496, + 7501 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 28 }, "end": { - "line": 221, + "line": 225, "column": 33 } } }, "range": [ - 7406, - 7415 + 7492, + 7501 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 24 }, "end": { - "line": 221, + "line": 225, "column": 33 } } @@ -17137,31 +17211,31 @@ "type": "Identifier", "name": "rows", "range": [ - 7416, - 7420 + 7502, + 7506 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 34 }, "end": { - "line": 221, + "line": 225, "column": 38 } } }, "range": [ - 7406, - 7420 + 7492, + 7506 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 24 }, "end": { - "line": 221, + "line": 225, "column": 38 } } @@ -17173,16 +17247,16 @@ "type": "Identifier", "name": "stt", "range": [ - 7421, - 7424 + 7507, + 7510 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 39 }, "end": { - "line": 221, + "line": 225, "column": 42 } } @@ -17191,46 +17265,46 @@ "type": "Identifier", "name": "headersRow", "range": [ - 7425, - 7435 + 7511, + 7521 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 43 }, "end": { - "line": 221, + "line": 225, "column": 53 } } }, "range": [ - 7421, - 7435 + 7507, + 7521 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 39 }, "end": { - "line": 221, + "line": 225, "column": 53 } } }, "range": [ - 7406, - 7436 + 7492, + 7522 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 24 }, "end": { - "line": 221, + "line": 225, "column": 54 } } @@ -17239,61 +17313,61 @@ "type": "Identifier", "name": "cells", "range": [ - 7437, - 7442 + 7523, + 7528 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 55 }, "end": { - "line": 221, + "line": 225, "column": 60 } } }, "range": [ - 7406, - 7442 + 7492, + 7528 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 24 }, "end": { - "line": 221, + "line": 225, "column": 60 } } }, "range": [ - 7398, - 7442 + 7484, + 7528 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 16 }, "end": { - "line": 221, + "line": 225, "column": 60 } } }, "range": [ - 7398, - 7443 + 7484, + 7529 ], "loc": { "start": { - "line": 221, + "line": 225, "column": 16 }, "end": { - "line": 221, + "line": 225, "column": 61 } } @@ -17307,16 +17381,16 @@ "type": "Identifier", "name": "l", "range": [ - 7460, - 7461 + 7546, + 7547 ], "loc": { "start": { - "line": 222, + "line": 226, "column": 16 }, "end": { - "line": 222, + "line": 226, "column": 17 } } @@ -17328,16 +17402,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7464, - 7469 + 7550, + 7555 ], "loc": { "start": { - "line": 222, + "line": 226, "column": 20 }, "end": { - "line": 222, + "line": 226, "column": 25 } } @@ -17346,92 +17420,92 @@ "type": "Identifier", "name": "length", "range": [ - 7470, - 7476 + 7556, + 7562 ], "loc": { "start": { - "line": 222, + "line": 226, "column": 26 }, "end": { - "line": 222, + "line": 226, "column": 32 } } }, "range": [ - 7464, - 7476 + 7550, + 7562 ], "loc": { "start": { - "line": 222, + "line": 226, "column": 20 }, "end": { - "line": 222, + "line": 226, "column": 32 } } }, "range": [ - 7460, - 7476 + 7546, + 7562 ], "loc": { "start": { - "line": 222, + "line": 226, "column": 16 }, "end": { - "line": 222, + "line": 226, "column": 32 } } }, "range": [ - 7460, - 7477 + 7546, + 7563 ], "loc": { "start": { - "line": 222, + "line": 226, "column": 16 }, "end": { - "line": 222, + "line": 226, "column": 33 } } } ], "range": [ - 7299, - 7491 + 7385, + 7577 ], "loc": { "start": { - "line": 217, + "line": 221, "column": 19 }, "end": { - "line": 223, + "line": 227, "column": 13 } } }, "range": [ - 6984, - 7491 + 7070, + 7577 ], "loc": { "start": { - "line": 210, + "line": 214, "column": 12 }, "end": { - "line": 223, + "line": 227, "column": 13 } }, @@ -17440,16 +17514,16 @@ "type": "Line", "value": " external headers", "range": [ - 6952, - 6971 + 7038, + 7057 ], "loc": { "start": { - "line": 209, + "line": 213, "column": 12 }, "end": { - "line": 209, + "line": 213, "column": 31 } } @@ -17467,16 +17541,16 @@ "type": "Identifier", "name": "i", "range": [ - 7513, - 7514 + 7599, + 7600 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 21 }, "end": { - "line": 224, + "line": 228, "column": 22 } } @@ -17486,31 +17560,31 @@ "value": 0, "raw": "0", "range": [ - 7517, - 7518 + 7603, + 7604 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 25 }, "end": { - "line": 224, + "line": 228, "column": 26 } } }, "range": [ - 7513, - 7518 + 7599, + 7604 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 21 }, "end": { - "line": 224, + "line": 228, "column": 26 } } @@ -17518,16 +17592,16 @@ ], "kind": "let", "range": [ - 7509, - 7518 + 7595, + 7604 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 17 }, "end": { - "line": 224, + "line": 228, "column": 26 } } @@ -17539,16 +17613,16 @@ "type": "Identifier", "name": "i", "range": [ - 7520, - 7521 + 7606, + 7607 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 28 }, "end": { - "line": 224, + "line": 228, "column": 29 } } @@ -17557,31 +17631,31 @@ "type": "Identifier", "name": "l", "range": [ - 7524, - 7525 + 7610, + 7611 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 32 }, "end": { - "line": 224, + "line": 228, "column": 33 } } }, "range": [ - 7520, - 7525 + 7606, + 7611 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 28 }, "end": { - "line": 224, + "line": 228, "column": 33 } } @@ -17593,32 +17667,32 @@ "type": "Identifier", "name": "i", "range": [ - 7527, - 7528 + 7613, + 7614 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 35 }, "end": { - "line": 224, + "line": 228, "column": 36 } } }, "prefix": false, "range": [ - 7527, - 7530 + 7613, + 7616 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 35 }, "end": { - "line": 224, + "line": 228, "column": 38 } } @@ -17635,16 +17709,16 @@ "type": "Identifier", "name": "cellAttr", "range": [ - 7554, - 7562 + 7640, + 7648 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 20 }, "end": { - "line": 225, + "line": 229, "column": 28 } } @@ -17661,16 +17735,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7565, - 7570 + 7651, + 7656 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 31 }, "end": { - "line": 225, + "line": 229, "column": 36 } } @@ -17679,31 +17753,31 @@ "type": "Identifier", "name": "i", "range": [ - 7571, - 7572 + 7657, + 7658 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 37 }, "end": { - "line": 225, + "line": 229, "column": 38 } } }, "range": [ - 7565, - 7573 + 7651, + 7659 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 31 }, "end": { - "line": 225, + "line": 229, "column": 39 } } @@ -17712,31 +17786,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 7574, - 7586 + 7660, + 7672 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 40 }, "end": { - "line": 225, + "line": 229, "column": 52 } } }, "range": [ - 7565, - 7586 + 7651, + 7672 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 31 }, "end": { - "line": 225, + "line": 229, "column": 52 } } @@ -17747,47 +17821,47 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 7587, - 7598 + 7673, + 7684 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 53 }, "end": { - "line": 225, + "line": 229, "column": 64 } } } ], "range": [ - 7565, - 7599 + 7651, + 7685 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 31 }, "end": { - "line": 225, + "line": 229, "column": 65 } } }, "range": [ - 7554, - 7599 + 7640, + 7685 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 20 }, "end": { - "line": 225, + "line": 229, "column": 65 } } @@ -17795,16 +17869,16 @@ ], "kind": "let", "range": [ - 7550, - 7600 + 7636, + 7686 ], "loc": { "start": { - "line": 225, + "line": 229, "column": 16 }, "end": { - "line": 225, + "line": 229, "column": 66 } } @@ -17821,16 +17895,16 @@ "type": "Identifier", "name": "cellAttr", "range": [ - 7621, - 7629 + 7707, + 7715 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 20 }, "end": { - "line": 226, + "line": 230, "column": 28 } } @@ -17840,31 +17914,31 @@ "value": null, "raw": "null", "range": [ - 7634, - 7638 + 7720, + 7724 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 33 }, "end": { - "line": 226, + "line": 230, "column": 37 } } }, "range": [ - 7621, - 7638 + 7707, + 7724 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 20 }, "end": { - "line": 226, + "line": 230, "column": 37 } } @@ -17876,16 +17950,16 @@ "type": "Identifier", "name": "cellAttr", "range": [ - 7642, - 7650 + 7728, + 7736 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 41 }, "end": { - "line": 226, + "line": 230, "column": 49 } } @@ -17895,46 +17969,46 @@ "value": "None", "raw": "'None'", "range": [ - 7655, - 7661 + 7741, + 7747 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 54 }, "end": { - "line": 226, + "line": 230, "column": 60 } } }, "range": [ - 7642, - 7661 + 7728, + 7747 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 41 }, "end": { - "line": 226, + "line": 230, "column": 60 } } }, "range": [ - 7621, - 7661 + 7707, + 7747 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 20 }, "end": { - "line": 226, + "line": 230, "column": 60 } } @@ -17951,16 +18025,16 @@ "type": "Identifier", "name": "img", "range": [ - 7685, - 7688 + 7771, + 7774 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 20 }, "end": { - "line": 227, + "line": 231, "column": 23 } } @@ -17978,16 +18052,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7691, - 7696 + 7777, + 7782 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 26 }, "end": { - "line": 227, + "line": 231, "column": 31 } } @@ -17996,31 +18070,31 @@ "type": "Identifier", "name": "i", "range": [ - 7697, - 7698 + 7783, + 7784 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 32 }, "end": { - "line": 227, + "line": 231, "column": 33 } } }, "range": [ - 7691, - 7699 + 7777, + 7785 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 26 }, "end": { - "line": 227, + "line": 231, "column": 34 } } @@ -18029,31 +18103,31 @@ "type": "Identifier", "name": "lastChild", "range": [ - 7700, - 7709 + 7786, + 7795 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 35 }, "end": { - "line": 227, + "line": 231, "column": 44 } } }, "range": [ - 7691, - 7709 + 7777, + 7795 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 26 }, "end": { - "line": 227, + "line": 231, "column": 44 } } @@ -18065,16 +18139,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7713, - 7718 + 7799, + 7804 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 48 }, "end": { - "line": 227, + "line": 231, "column": 53 } } @@ -18083,76 +18157,76 @@ "type": "Identifier", "name": "i", "range": [ - 7719, - 7720 + 7805, + 7806 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 54 }, "end": { - "line": 227, + "line": 231, "column": 55 } } }, "range": [ - 7713, - 7721 + 7799, + 7807 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 48 }, "end": { - "line": 227, + "line": 231, "column": 56 } } }, "range": [ - 7691, - 7721 + 7777, + 7807 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 26 }, "end": { - "line": 227, + "line": 231, "column": 56 } } }, "range": [ - 7685, - 7721 + 7771, + 7807 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 20 }, "end": { - "line": 227, + "line": 231, "column": 56 } } }, "range": [ - 7685, - 7722 + 7771, + 7808 ], "loc": { "start": { - "line": 227, + "line": 231, "column": 20 }, "end": { - "line": 227, + "line": 231, "column": 57 } } @@ -18174,16 +18248,16 @@ "type": "Identifier", "name": "img", "range": [ - 7747, - 7750 + 7833, + 7836 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 24 }, "end": { - "line": 228, + "line": 232, "column": 27 } } @@ -18192,31 +18266,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 7751, - 7759 + 7837, + 7845 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 28 }, "end": { - "line": 228, + "line": 232, "column": 36 } } }, "range": [ - 7747, - 7759 + 7833, + 7845 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 24 }, "end": { - "line": 228, + "line": 232, "column": 36 } } @@ -18225,47 +18299,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 7760, - 7771 + 7846, + 7857 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 37 }, "end": { - "line": 228, + "line": 232, "column": 48 } } }, "range": [ - 7747, - 7771 + 7833, + 7857 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 24 }, "end": { - "line": 228, + "line": 232, "column": 48 } } }, "arguments": [], "range": [ - 7747, - 7773 + 7833, + 7859 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 24 }, "end": { - "line": 228, + "line": 232, "column": 50 } } @@ -18275,31 +18349,31 @@ "value": "img", "raw": "'img'", "range": [ - 7778, - 7783 + 7864, + 7869 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 55 }, "end": { - "line": 228, + "line": 232, "column": 60 } } }, "range": [ - 7747, - 7783 + 7833, + 7869 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 24 }, "end": { - "line": 228, + "line": 232, "column": 60 } } @@ -18316,16 +18390,16 @@ "type": "Identifier", "name": "img", "range": [ - 7811, - 7814 + 7897, + 7900 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 24 }, "end": { - "line": 229, + "line": 233, "column": 27 } } @@ -18339,16 +18413,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 7817, - 7820 + 7903, + 7906 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 30 }, "end": { - "line": 229, + "line": 233, "column": 33 } } @@ -18357,31 +18431,31 @@ "type": "Identifier", "name": "create", "range": [ - 7821, - 7827 + 7907, + 7913 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 34 }, "end": { - "line": 229, + "line": 233, "column": 40 } } }, "range": [ - 7817, - 7827 + 7903, + 7913 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 30 }, "end": { - "line": 229, + "line": 233, "column": 40 } } @@ -18392,16 +18466,16 @@ "value": "img", "raw": "'img'", "range": [ - 7828, - 7833 + 7914, + 7919 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 41 }, "end": { - "line": 229, + "line": 233, "column": 46 } } @@ -18414,16 +18488,16 @@ "value": "src", "raw": "'src'", "range": [ - 7864, - 7869 + 7950, + 7955 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 29 }, "end": { - "line": 230, + "line": 234, "column": 34 } } @@ -18438,16 +18512,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 7871, - 7875 + 7957, + 7961 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 36 }, "end": { - "line": 230, + "line": 234, "column": 40 } } @@ -18456,31 +18530,31 @@ "type": "Identifier", "name": "imgPath", "range": [ - 7876, - 7883 + 7962, + 7969 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 41 }, "end": { - "line": 230, + "line": 234, "column": 48 } } }, "range": [ - 7871, - 7883 + 7957, + 7969 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 36 }, "end": { - "line": 230, + "line": 234, "column": 48 } } @@ -18492,16 +18566,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 7886, - 7890 + 7972, + 7976 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 51 }, "end": { - "line": 230, + "line": 234, "column": 55 } } @@ -18510,108 +18584,108 @@ "type": "Identifier", "name": "imgBlank", "range": [ - 7891, - 7899 + 7977, + 7985 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 56 }, "end": { - "line": 230, + "line": 234, "column": 64 } } }, "range": [ - 7886, - 7899 + 7972, + 7985 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 51 }, "end": { - "line": 230, + "line": 234, "column": 64 } } }, "range": [ - 7871, - 7899 + 7957, + 7985 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 36 }, "end": { - "line": 230, + "line": 234, "column": 64 } } } ], "range": [ - 7863, - 7900 + 7949, + 7986 ], "loc": { "start": { - "line": 230, + "line": 234, "column": 28 }, "end": { - "line": 230, + "line": 234, "column": 65 } } } ], "range": [ - 7817, - 7901 + 7903, + 7987 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 30 }, "end": { - "line": 230, + "line": 234, "column": 66 } } }, "range": [ - 7811, - 7901 + 7897, + 7987 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 24 }, "end": { - "line": 230, + "line": 234, "column": 66 } } }, "range": [ - 7811, - 7902 + 7897, + 7988 ], "loc": { "start": { - "line": 229, + "line": 233, "column": 24 }, "end": { - "line": 230, + "line": 234, "column": 67 } } @@ -18630,16 +18704,16 @@ "type": "Identifier", "name": "cells", "range": [ - 7927, - 7932 + 8013, + 8018 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 24 }, "end": { - "line": 231, + "line": 235, "column": 29 } } @@ -18648,31 +18722,31 @@ "type": "Identifier", "name": "i", "range": [ - 7933, - 7934 + 8019, + 8020 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 30 }, "end": { - "line": 231, + "line": 235, "column": 31 } } }, "range": [ - 7927, - 7935 + 8013, + 8021 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 24 }, "end": { - "line": 231, + "line": 235, "column": 32 } } @@ -18681,31 +18755,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7936, - 7947 + 8022, + 8033 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 33 }, "end": { - "line": 231, + "line": 235, "column": 44 } } }, "range": [ - 7927, - 7947 + 8013, + 8033 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 24 }, "end": { - "line": 231, + "line": 235, "column": 44 } } @@ -18715,79 +18789,79 @@ "type": "Identifier", "name": "img", "range": [ - 7948, - 7951 + 8034, + 8037 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 45 }, "end": { - "line": 231, + "line": 235, "column": 48 } } } ], "range": [ - 7927, - 7952 + 8013, + 8038 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 24 }, "end": { - "line": 231, + "line": 235, "column": 49 } } }, "range": [ - 7927, - 7953 + 8013, + 8039 ], "loc": { "start": { - "line": 231, + "line": 235, "column": 24 }, "end": { - "line": 231, + "line": 235, "column": 50 } } } ], "range": [ - 7785, - 7975 + 7871, + 8061 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 62 }, "end": { - "line": 232, + "line": 236, "column": 21 } } }, "alternate": null, "range": [ - 7743, - 7975 + 7829, + 8061 ], "loc": { "start": { - "line": 228, + "line": 232, "column": 20 }, "end": { - "line": 232, + "line": 236, "column": 21 } } @@ -18801,16 +18875,16 @@ "type": "Identifier", "name": "i", "range": [ - 8000, - 8001 + 8086, + 8087 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 24 }, "end": { - "line": 233, + "line": 237, "column": 25 } } @@ -18822,16 +18896,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8006, - 8009 + 8092, + 8095 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 30 }, "end": { - "line": 233, + "line": 237, "column": 33 } } @@ -18840,46 +18914,46 @@ "type": "Identifier", "name": "sortColumn", "range": [ - 8010, - 8020 + 8096, + 8106 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 34 }, "end": { - "line": 233, + "line": 237, "column": 44 } } }, "range": [ - 8006, - 8020 + 8092, + 8106 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 30 }, "end": { - "line": 233, + "line": 237, "column": 44 } } }, "range": [ - 8000, - 8020 + 8086, + 8106 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 24 }, "end": { - "line": 233, + "line": 237, "column": 44 } } @@ -18899,16 +18973,16 @@ "type": "Identifier", "name": "img", "range": [ - 8048, - 8051 + 8134, + 8137 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 24 }, "end": { - "line": 234, + "line": 238, "column": 27 } } @@ -18917,31 +18991,31 @@ "type": "Identifier", "name": "className", "range": [ - 8052, - 8061 + 8138, + 8147 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 28 }, "end": { - "line": 234, + "line": 238, "column": 37 } } }, "range": [ - 8048, - 8061 + 8134, + 8147 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 24 }, "end": { - "line": 234, + "line": 238, "column": 37 } } @@ -18959,16 +19033,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8064, - 8068 + 8150, + 8154 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 40 }, "end": { - "line": 234, + "line": 238, "column": 44 } } @@ -18977,31 +19051,31 @@ "type": "Identifier", "name": "imgClassName", "range": [ - 8069, - 8081 + 8155, + 8167 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 45 }, "end": { - "line": 234, + "line": 238, "column": 57 } } }, "range": [ - 8064, - 8081 + 8150, + 8167 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 40 }, "end": { - "line": 234, + "line": 238, "column": 57 } } @@ -19011,31 +19085,31 @@ "value": " ", "raw": "' '", "range": [ - 8084, - 8087 + 8170, + 8173 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 60 }, "end": { - "line": 234, + "line": 238, "column": 63 } } }, "range": [ - 8064, - 8087 + 8150, + 8173 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 40 }, "end": { - "line": 234, + "line": 238, "column": 63 } } @@ -19048,16 +19122,16 @@ "object": { "type": "ThisExpression", "range": [ - 8119, - 8123 + 8205, + 8209 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 29 }, "end": { - "line": 235, + "line": 239, "column": 33 } } @@ -19066,31 +19140,31 @@ "type": "Identifier", "name": "descending", "range": [ - 8124, - 8134 + 8210, + 8220 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 34 }, "end": { - "line": 235, + "line": 239, "column": 44 } } }, "range": [ - 8119, - 8134 + 8205, + 8220 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 29 }, "end": { - "line": 235, + "line": 239, "column": 44 } } @@ -19102,16 +19176,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8169, - 8173 + 8255, + 8259 ], "loc": { "start": { - "line": 236, + "line": 240, "column": 32 }, "end": { - "line": 236, + "line": 240, "column": 36 } } @@ -19120,31 +19194,31 @@ "type": "Identifier", "name": "imgDescClassName", "range": [ - 8174, - 8190 + 8260, + 8276 ], "loc": { "start": { - "line": 236, + "line": 240, "column": 37 }, "end": { - "line": 236, + "line": 240, "column": 53 } } }, "range": [ - 8169, - 8190 + 8255, + 8276 ], "loc": { "start": { - "line": 236, + "line": 240, "column": 32 }, "end": { - "line": 236, + "line": 240, "column": 53 } } @@ -19156,16 +19230,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8225, - 8229 + 8311, + 8315 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 32 }, "end": { - "line": 237, + "line": 241, "column": 36 } } @@ -19174,107 +19248,107 @@ "type": "Identifier", "name": "imgAscClassName", "range": [ - 8230, - 8245 + 8316, + 8331 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 37 }, "end": { - "line": 237, + "line": 241, "column": 52 } } }, "range": [ - 8225, - 8245 + 8311, + 8331 ], "loc": { "start": { - "line": 237, + "line": 241, "column": 32 }, "end": { - "line": 237, + "line": 241, "column": 52 } } }, "range": [ - 8119, - 8245 + 8205, + 8331 ], "loc": { "start": { - "line": 235, + "line": 239, "column": 29 }, "end": { - "line": 237, + "line": 241, "column": 52 } } }, "range": [ - 8064, - 8246 + 8150, + 8332 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 40 }, "end": { - "line": 237, + "line": 241, "column": 53 } } }, "range": [ - 8048, - 8246 + 8134, + 8332 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 24 }, "end": { - "line": 237, + "line": 241, "column": 53 } } }, "range": [ - 8048, - 8247 + 8134, + 8333 ], "loc": { "start": { - "line": 234, + "line": 238, "column": 24 }, "end": { - "line": 237, + "line": 241, "column": 54 } } } ], "range": [ - 8022, - 8269 + 8108, + 8355 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 46 }, "end": { - "line": 238, + "line": 242, "column": 21 } } @@ -19294,16 +19368,16 @@ "type": "Identifier", "name": "img", "range": [ - 8301, - 8304 + 8387, + 8390 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 24 }, "end": { - "line": 239, + "line": 243, "column": 27 } } @@ -19312,31 +19386,31 @@ "type": "Identifier", "name": "className", "range": [ - 8305, - 8314 + 8391, + 8400 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 28 }, "end": { - "line": 239, + "line": 243, "column": 37 } } }, "range": [ - 8301, - 8314 + 8387, + 8400 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 24 }, "end": { - "line": 239, + "line": 243, "column": 37 } } @@ -19348,16 +19422,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 8317, - 8321 + 8403, + 8407 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 40 }, "end": { - "line": 239, + "line": 243, "column": 44 } } @@ -19366,171 +19440,171 @@ "type": "Identifier", "name": "imgClassName", "range": [ - 8322, - 8334 + 8408, + 8420 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 45 }, "end": { - "line": 239, + "line": 243, "column": 57 } } }, "range": [ - 8317, - 8334 + 8403, + 8420 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 40 }, "end": { - "line": 239, + "line": 243, "column": 57 } } }, "range": [ - 8301, - 8334 + 8387, + 8420 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 24 }, "end": { - "line": 239, + "line": 243, "column": 57 } } }, "range": [ - 8301, - 8335 + 8387, + 8421 ], "loc": { "start": { - "line": 239, + "line": 243, "column": 24 }, "end": { - "line": 239, + "line": 243, "column": 58 } } } ], "range": [ - 8275, - 8357 + 8361, + 8443 ], "loc": { "start": { - "line": 238, + "line": 242, "column": 27 }, "end": { - "line": 240, + "line": 244, "column": 21 } } }, "range": [ - 7996, - 8357 + 8082, + 8443 ], "loc": { "start": { - "line": 233, + "line": 237, "column": 20 }, "end": { - "line": 240, + "line": 244, "column": 21 } } } ], "range": [ - 7663, - 8375 + 7749, + 8461 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 62 }, "end": { - "line": 241, + "line": 245, "column": 17 } } }, "alternate": null, "range": [ - 7617, - 8375 + 7703, + 8461 ], "loc": { "start": { - "line": 226, + "line": 230, "column": 16 }, "end": { - "line": 241, + "line": 245, "column": 17 } } } ], "range": [ - 7532, - 8389 + 7618, + 8475 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 40 }, "end": { - "line": 242, + "line": 246, "column": 13 } } }, "range": [ - 7504, - 8389 + 7590, + 8475 ], "loc": { "start": { - "line": 224, + "line": 228, "column": 12 }, "end": { - "line": 242, + "line": 246, "column": 13 } } } ], "range": [ - 6878, - 8399 + 6964, + 8485 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 65 }, "end": { - "line": 243, + "line": 247, "column": 9 } } @@ -19538,46 +19612,46 @@ "generator": false, "expression": false, "range": [ - 6866, - 8399 + 6952, + 8485 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 53 }, "end": { - "line": 243, + "line": 247, "column": 9 } } }, "range": [ - 6821, - 8399 + 6907, + 8485 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 8 }, "end": { - "line": 243, + "line": 247, "column": 9 } } }, "range": [ - 6821, - 8400 + 6907, + 8486 ], "loc": { "start": { - "line": 205, + "line": 209, "column": 8 }, "end": { - "line": 243, + "line": 247, "column": 10 } }, @@ -19586,16 +19660,16 @@ "type": "Block", "value": "*\n * Overrides updateHeaderArrows in order to handle arrows indicators\n ", "range": [ - 6720, - 6812 + 6806, + 6898 ], "loc": { "start": { - "line": 202, + "line": 206, "column": 8 }, "end": { - "line": 204, + "line": 208, "column": 11 } } @@ -19606,16 +19680,16 @@ "type": "Block", "value": "*\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n ", "range": [ - 8410, - 8633 + 8496, + 8719 ], "loc": { "start": { - "line": 245, + "line": 249, "column": 8 }, "end": { - "line": 251, + "line": 255, "column": 11 } } @@ -19637,16 +19711,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 8642, - 8655 + 8728, + 8741 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 8 }, "end": { - "line": 252, + "line": 256, "column": 21 } } @@ -19655,31 +19729,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 8656, - 8665 + 8742, + 8751 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 22 }, "end": { - "line": 252, + "line": 256, "column": 31 } } }, "range": [ - 8642, - 8665 + 8728, + 8751 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 8 }, "end": { - "line": 252, + "line": 256, "column": 31 } } @@ -19688,31 +19762,31 @@ "type": "Identifier", "name": "getRowValue", "range": [ - 8666, - 8677 + 8752, + 8763 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 32 }, "end": { - "line": 252, + "line": 256, "column": 43 } } }, "range": [ - 8642, - 8677 + 8728, + 8763 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 8 }, "end": { - "line": 252, + "line": 256, "column": 43 } } @@ -19725,16 +19799,16 @@ "type": "Identifier", "name": "oRow", "range": [ - 8690, - 8694 + 8776, + 8780 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 56 }, "end": { - "line": 252, + "line": 256, "column": 60 } } @@ -19743,16 +19817,16 @@ "type": "Identifier", "name": "sType", "range": [ - 8696, - 8701 + 8782, + 8787 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 62 }, "end": { - "line": 252, + "line": 256, "column": 67 } } @@ -19761,16 +19835,16 @@ "type": "Identifier", "name": "nColumn", "range": [ - 8703, - 8710 + 8789, + 8796 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 69 }, "end": { - "line": 252, + "line": 256, "column": 76 } } @@ -19788,16 +19862,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8730, - 8733 + 8816, + 8819 ], "loc": { "start": { - "line": 253, + "line": 257, "column": 16 }, "end": { - "line": 253, + "line": 257, "column": 19 } } @@ -19805,31 +19879,31 @@ "init": { "type": "ThisExpression", "range": [ - 8736, - 8740 + 8822, + 8826 ], "loc": { "start": { - "line": 253, + "line": 257, "column": 22 }, "end": { - "line": 253, + "line": 257, "column": 26 } } }, "range": [ - 8730, - 8740 + 8816, + 8826 ], "loc": { "start": { - "line": 253, + "line": 257, "column": 16 }, "end": { - "line": 253, + "line": 257, "column": 26 } } @@ -19837,16 +19911,16 @@ ], "kind": "let", "range": [ - 8726, - 8741 + 8812, + 8827 ], "loc": { "start": { - "line": 253, + "line": 257, "column": 12 }, "end": { - "line": 253, + "line": 257, "column": 27 } }, @@ -19855,16 +19929,16 @@ "type": "Line", "value": " if we have defined a custom getRowValue use that", "range": [ - 8754, - 8805 + 8840, + 8891 ], "loc": { "start": { - "line": 254, + "line": 258, "column": 12 }, "end": { - "line": 254, + "line": 258, "column": 63 } } @@ -19880,16 +19954,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 8822, - 8834 + 8908, + 8920 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 16 }, "end": { - "line": 255, + "line": 259, "column": 28 } } @@ -19904,16 +19978,16 @@ "type": "Identifier", "name": "stt", "range": [ - 8837, - 8840 + 8923, + 8926 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 31 }, "end": { - "line": 255, + "line": 259, "column": 34 } } @@ -19922,31 +19996,31 @@ "type": "Identifier", "name": "_sortTypeInfo", "range": [ - 8841, - 8854 + 8927, + 8940 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 35 }, "end": { - "line": 255, + "line": 259, "column": 48 } } }, "range": [ - 8837, - 8854 + 8923, + 8940 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 31 }, "end": { - "line": 255, + "line": 259, "column": 48 } } @@ -19955,46 +20029,46 @@ "type": "Identifier", "name": "sType", "range": [ - 8855, - 8860 + 8941, + 8946 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 49 }, "end": { - "line": 255, + "line": 259, "column": 54 } } }, "range": [ - 8837, - 8861 + 8923, + 8947 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 31 }, "end": { - "line": 255, + "line": 259, "column": 55 } } }, "range": [ - 8822, - 8861 + 8908, + 8947 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 16 }, "end": { - "line": 255, + "line": 259, "column": 55 } } @@ -20002,16 +20076,16 @@ ], "kind": "let", "range": [ - 8818, - 8862 + 8904, + 8948 ], "loc": { "start": { - "line": 255, + "line": 259, "column": 12 }, "end": { - "line": 255, + "line": 259, "column": 56 } }, @@ -20020,16 +20094,16 @@ "type": "Line", "value": " if we have defined a custom getRowValue use that", "range": [ - 8754, - 8805 + 8840, + 8891 ], "loc": { "start": { - "line": 254, + "line": 258, "column": 12 }, "end": { - "line": 254, + "line": 258, "column": 63 } } @@ -20045,16 +20119,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 8879, - 8891 + 8965, + 8977 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 16 }, "end": { - "line": 256, + "line": 260, "column": 28 } } @@ -20066,16 +20140,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 8895, - 8907 + 8981, + 8993 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 32 }, "end": { - "line": 256, + "line": 260, "column": 44 } } @@ -20084,46 +20158,46 @@ "type": "Identifier", "name": "getRowValue", "range": [ - 8908, - 8919 + 8994, + 9005 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 45 }, "end": { - "line": 256, + "line": 260, "column": 56 } } }, "range": [ - 8895, - 8919 + 8981, + 9005 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 32 }, "end": { - "line": 256, + "line": 260, "column": 56 } } }, "range": [ - 8879, - 8919 + 8965, + 9005 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 16 }, "end": { - "line": 256, + "line": 260, "column": 56 } } @@ -20142,16 +20216,16 @@ "type": "Identifier", "name": "sortTypeInfo", "range": [ - 8946, - 8958 + 9032, + 9044 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 23 }, "end": { - "line": 257, + "line": 261, "column": 35 } } @@ -20160,31 +20234,31 @@ "type": "Identifier", "name": "getRowValue", "range": [ - 8959, - 8970 + 9045, + 9056 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 36 }, "end": { - "line": 257, + "line": 261, "column": 47 } } }, "range": [ - 8946, - 8970 + 9032, + 9056 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 23 }, "end": { - "line": 257, + "line": 261, "column": 47 } } @@ -20194,16 +20268,16 @@ "type": "Identifier", "name": "oRow", "range": [ - 8971, - 8975 + 9057, + 9061 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 48 }, "end": { - "line": 257, + "line": 261, "column": 52 } } @@ -20212,79 +20286,79 @@ "type": "Identifier", "name": "nColumn", "range": [ - 8977, - 8984 + 9063, + 9070 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 54 }, "end": { - "line": 257, + "line": 261, "column": 61 } } } ], "range": [ - 8946, - 8985 + 9032, + 9071 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 23 }, "end": { - "line": 257, + "line": 261, "column": 62 } } }, "range": [ - 8939, - 8986 + 9025, + 9072 ], "loc": { "start": { - "line": 257, + "line": 261, "column": 16 }, "end": { - "line": 257, + "line": 261, "column": 63 } } } ], "range": [ - 8921, - 9000 + 9007, + 9086 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 58 }, "end": { - "line": 258, + "line": 262, "column": 13 } } }, "alternate": null, "range": [ - 8875, - 9000 + 8961, + 9086 ], "loc": { "start": { - "line": 256, + "line": 260, "column": 12 }, "end": { - "line": 258, + "line": 262, "column": 13 } } @@ -20298,16 +20372,16 @@ "type": "Identifier", "name": "c", "range": [ - 9017, - 9018 + 9103, + 9104 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 16 }, "end": { - "line": 259, + "line": 263, "column": 17 } } @@ -20322,16 +20396,16 @@ "type": "Identifier", "name": "oRow", "range": [ - 9021, - 9025 + 9107, + 9111 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 20 }, "end": { - "line": 259, + "line": 263, "column": 24 } } @@ -20340,31 +20414,31 @@ "type": "Identifier", "name": "cells", "range": [ - 9026, - 9031 + 9112, + 9117 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 25 }, "end": { - "line": 259, + "line": 263, "column": 30 } } }, "range": [ - 9021, - 9031 + 9107, + 9117 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 20 }, "end": { - "line": 259, + "line": 263, "column": 30 } } @@ -20373,46 +20447,46 @@ "type": "Identifier", "name": "nColumn", "range": [ - 9032, - 9039 + 9118, + 9125 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 31 }, "end": { - "line": 259, + "line": 263, "column": 38 } } }, "range": [ - 9021, - 9040 + 9107, + 9126 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 20 }, "end": { - "line": 259, + "line": 263, "column": 39 } } }, "range": [ - 9017, - 9040 + 9103, + 9126 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 16 }, "end": { - "line": 259, + "line": 263, "column": 39 } } @@ -20420,16 +20494,16 @@ ], "kind": "let", "range": [ - 9013, - 9041 + 9099, + 9127 ], "loc": { "start": { - "line": 259, + "line": 263, "column": 12 }, "end": { - "line": 259, + "line": 263, "column": 40 } } @@ -20443,16 +20517,16 @@ "type": "Identifier", "name": "s", "range": [ - 9058, - 9059 + 9144, + 9145 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 16 }, "end": { - "line": 260, + "line": 264, "column": 17 } } @@ -20466,16 +20540,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 9062, - 9075 + 9148, + 9161 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 20 }, "end": { - "line": 260, + "line": 264, "column": 33 } } @@ -20484,31 +20558,31 @@ "type": "Identifier", "name": "getInnerText", "range": [ - 9076, - 9088 + 9162, + 9174 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 34 }, "end": { - "line": 260, + "line": 264, "column": 46 } } }, "range": [ - 9062, - 9088 + 9148, + 9174 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 20 }, "end": { - "line": 260, + "line": 264, "column": 46 } } @@ -20518,47 +20592,47 @@ "type": "Identifier", "name": "c", "range": [ - 9089, - 9090 + 9175, + 9176 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 47 }, "end": { - "line": 260, + "line": 264, "column": 48 } } } ], "range": [ - 9062, - 9091 + 9148, + 9177 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 20 }, "end": { - "line": 260, + "line": 264, "column": 49 } } }, "range": [ - 9058, - 9091 + 9144, + 9177 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 16 }, "end": { - "line": 260, + "line": 264, "column": 49 } } @@ -20566,16 +20640,16 @@ ], "kind": "let", "range": [ - 9054, - 9092 + 9140, + 9178 ], "loc": { "start": { - "line": 260, + "line": 264, "column": 12 }, "end": { - "line": 260, + "line": 264, "column": 50 } } @@ -20591,16 +20665,16 @@ "type": "Identifier", "name": "stt", "range": [ - 9112, - 9115 + 9198, + 9201 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 19 }, "end": { - "line": 261, + "line": 265, "column": 22 } } @@ -20609,31 +20683,31 @@ "type": "Identifier", "name": "getValueFromString", "range": [ - 9116, - 9134 + 9202, + 9220 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 23 }, "end": { - "line": 261, + "line": 265, "column": 41 } } }, "range": [ - 9112, - 9134 + 9198, + 9220 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 19 }, "end": { - "line": 261, + "line": 265, "column": 41 } } @@ -20643,16 +20717,16 @@ "type": "Identifier", "name": "s", "range": [ - 9135, - 9136 + 9221, + 9222 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 42 }, "end": { - "line": 261, + "line": 265, "column": 43 } } @@ -20661,63 +20735,63 @@ "type": "Identifier", "name": "sType", "range": [ - 9138, - 9143 + 9224, + 9229 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 45 }, "end": { - "line": 261, + "line": 265, "column": 50 } } } ], "range": [ - 9112, - 9144 + 9198, + 9230 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 19 }, "end": { - "line": 261, + "line": 265, "column": 51 } } }, "range": [ - 9105, - 9145 + 9191, + 9231 ], "loc": { "start": { - "line": 261, + "line": 265, "column": 12 }, "end": { - "line": 261, + "line": 265, "column": 52 } } } ], "range": [ - 8712, - 9155 + 8798, + 9241 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 78 }, "end": { - "line": 262, + "line": 266, "column": 9 } } @@ -20725,46 +20799,46 @@ "generator": false, "expression": false, "range": [ - 8680, - 9155 + 8766, + 9241 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 46 }, "end": { - "line": 262, + "line": 266, "column": 9 } } }, "range": [ - 8642, - 9155 + 8728, + 9241 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 8 }, "end": { - "line": 262, + "line": 266, "column": 9 } } }, "range": [ - 8642, - 9156 + 8728, + 9242 ], "loc": { "start": { - "line": 252, + "line": 256, "column": 8 }, "end": { - "line": 262, + "line": 266, "column": 10 } }, @@ -20773,16 +20847,16 @@ "type": "Block", "value": "*\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n ", "range": [ - 8410, - 8633 + 8496, + 8719 ], "loc": { "start": { - "line": 245, + "line": 249, "column": 8 }, "end": { - "line": 251, + "line": 255, "column": 11 } } @@ -20793,16 +20867,16 @@ "type": "Block", "value": "*\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n ", "range": [ - 9166, - 9413 + 9252, + 9499 ], "loc": { "start": { - "line": 264, + "line": 268, "column": 8 }, "end": { - "line": 269, + "line": 273, "column": 11 } } @@ -20821,16 +20895,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 9422, - 9435 + 9508, + 9521 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 8 }, "end": { - "line": 270, + "line": 274, "column": 21 } } @@ -20839,31 +20913,31 @@ "type": "Identifier", "name": "getInnerText", "range": [ - 9436, - 9448 + 9522, + 9534 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 22 }, "end": { - "line": 270, + "line": 274, "column": 34 } } }, "range": [ - 9422, - 9448 + 9508, + 9534 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 8 }, "end": { - "line": 270, + "line": 274, "column": 34 } } @@ -20876,16 +20950,16 @@ "type": "Identifier", "name": "oNode", "range": [ - 9461, - 9466 + 9547, + 9552 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 47 }, "end": { - "line": 270, + "line": 274, "column": 52 } } @@ -20903,32 +20977,32 @@ "type": "Identifier", "name": "oNode", "range": [ - 9487, - 9492 + 9573, + 9578 ], "loc": { "start": { - "line": 271, + "line": 275, "column": 17 }, "end": { - "line": 271, + "line": 275, "column": 22 } } }, "prefix": true, "range": [ - 9486, - 9492 + 9572, + 9578 ], "loc": { "start": { - "line": 271, + "line": 275, "column": 16 }, "end": { - "line": 271, + "line": 275, "column": 22 } } @@ -20940,48 +21014,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 9512, - 9519 + 9598, + 9605 ], "loc": { "start": { - "line": 272, + "line": 276, "column": 16 }, "end": { - "line": 272, + "line": 276, "column": 23 } } } ], "range": [ - 9494, - 9533 + 9580, + 9619 ], "loc": { "start": { - "line": 271, + "line": 275, "column": 24 }, "end": { - "line": 273, + "line": 277, "column": 13 } } }, "alternate": null, "range": [ - 9482, - 9533 + 9568, + 9619 ], "loc": { "start": { - "line": 271, + "line": 275, "column": 12 }, "end": { - "line": 273, + "line": 277, "column": 13 } } @@ -20997,16 +21071,16 @@ "type": "Identifier", "name": "oNode", "range": [ - 9550, - 9555 + 9636, + 9641 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 16 }, "end": { - "line": 274, + "line": 278, "column": 21 } } @@ -21015,31 +21089,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 9556, - 9568 + 9642, + 9654 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 22 }, "end": { - "line": 274, + "line": 278, "column": 34 } } }, "range": [ - 9550, - 9568 + 9636, + 9654 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 16 }, "end": { - "line": 274, + "line": 278, "column": 34 } } @@ -21052,16 +21126,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 9569, - 9573 + 9655, + 9659 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 35 }, "end": { - "line": 274, + "line": 278, "column": 39 } } @@ -21070,47 +21144,47 @@ "type": "Identifier", "name": "customKey", "range": [ - 9574, - 9583 + 9660, + 9669 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 40 }, "end": { - "line": 274, + "line": 278, "column": 49 } } }, "range": [ - 9569, - 9583 + 9655, + 9669 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 35 }, "end": { - "line": 274, + "line": 278, "column": 49 } } } ], "range": [ - 9550, - 9584 + 9636, + 9670 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 16 }, "end": { - "line": 274, + "line": 278, "column": 50 } } @@ -21129,16 +21203,16 @@ "type": "Identifier", "name": "oNode", "range": [ - 9611, - 9616 + 9697, + 9702 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 23 }, "end": { - "line": 275, + "line": 279, "column": 28 } } @@ -21147,31 +21221,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 9617, - 9629 + 9703, + 9715 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 29 }, "end": { - "line": 275, + "line": 279, "column": 41 } } }, "range": [ - 9611, - 9629 + 9697, + 9715 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 23 }, "end": { - "line": 275, + "line": 279, "column": 41 } } @@ -21184,16 +21258,16 @@ "type": "Identifier", "name": "adpt", "range": [ - 9630, - 9634 + 9716, + 9720 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 42 }, "end": { - "line": 275, + "line": 279, "column": 46 } } @@ -21202,78 +21276,78 @@ "type": "Identifier", "name": "customKey", "range": [ - 9635, - 9644 + 9721, + 9730 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 47 }, "end": { - "line": 275, + "line": 279, "column": 56 } } }, "range": [ - 9630, - 9644 + 9716, + 9730 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 42 }, "end": { - "line": 275, + "line": 279, "column": 56 } } } ], "range": [ - 9611, - 9645 + 9697, + 9731 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 23 }, "end": { - "line": 275, + "line": 279, "column": 57 } } }, "range": [ - 9604, - 9646 + 9690, + 9732 ], "loc": { "start": { - "line": 275, + "line": 279, "column": 16 }, "end": { - "line": 275, + "line": 279, "column": 58 } } } ], "range": [ - 9586, - 9660 + 9672, + 9746 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 52 }, "end": { - "line": 276, + "line": 280, "column": 13 } } @@ -21292,16 +21366,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 9691, - 9694 + 9777, + 9780 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 23 }, "end": { - "line": 277, + "line": 281, "column": 26 } } @@ -21310,31 +21384,31 @@ "type": "Identifier", "name": "getText", "range": [ - 9695, - 9702 + 9781, + 9788 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 27 }, "end": { - "line": 277, + "line": 281, "column": 34 } } }, "range": [ - 9691, - 9702 + 9777, + 9788 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 23 }, "end": { - "line": 277, + "line": 281, "column": 34 } } @@ -21344,94 +21418,94 @@ "type": "Identifier", "name": "oNode", "range": [ - 9703, - 9708 + 9789, + 9794 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 35 }, "end": { - "line": 277, + "line": 281, "column": 40 } } } ], "range": [ - 9691, - 9709 + 9777, + 9795 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 23 }, "end": { - "line": 277, + "line": 281, "column": 41 } } }, "range": [ - 9684, - 9710 + 9770, + 9796 ], "loc": { "start": { - "line": 277, + "line": 281, "column": 16 }, "end": { - "line": 277, + "line": 281, "column": 42 } } } ], "range": [ - 9666, - 9724 + 9752, + 9810 ], "loc": { "start": { - "line": 276, + "line": 280, "column": 19 }, "end": { - "line": 278, + "line": 282, "column": 13 } } }, "range": [ - 9546, - 9724 + 9632, + 9810 ], "loc": { "start": { - "line": 274, + "line": 278, "column": 12 }, "end": { - "line": 278, + "line": 282, "column": 13 } } } ], "range": [ - 9468, - 9734 + 9554, + 9820 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 54 }, "end": { - "line": 279, + "line": 283, "column": 9 } } @@ -21439,46 +21513,46 @@ "generator": false, "expression": false, "range": [ - 9451, - 9734 + 9537, + 9820 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 37 }, "end": { - "line": 279, + "line": 283, "column": 9 } } }, "range": [ - 9422, - 9734 + 9508, + 9820 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 8 }, "end": { - "line": 279, + "line": 283, "column": 9 } } }, "range": [ - 9422, - 9735 + 9508, + 9821 ], "loc": { "start": { - "line": 270, + "line": 274, "column": 8 }, "end": { - "line": 279, + "line": 283, "column": 10 } }, @@ -21487,16 +21561,16 @@ "type": "Block", "value": "*\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n ", "range": [ - 9166, - 9413 + 9252, + 9499 ], "loc": { "start": { - "line": 264, + "line": 268, "column": 8 }, "end": { - "line": 269, + "line": 273, "column": 11 } } @@ -21505,16 +21579,16 @@ } ], "range": [ - 4140, - 9741 + 4226, + 9827 ], "loc": { "start": { - "line": 124, + "line": 128, "column": 28 }, "end": { - "line": 280, + "line": 284, "column": 5 } } @@ -21522,16 +21596,16 @@ "generator": false, "expression": false, "range": [ - 4137, - 9741 + 4223, + 9827 ], "loc": { "start": { - "line": 124, + "line": 128, "column": 25 }, "end": { - "line": 280, + "line": 284, "column": 5 } } @@ -21539,16 +21613,16 @@ "kind": "method", "computed": false, "range": [ - 4116, - 9741 + 4202, + 9827 ], "loc": { "start": { - "line": 124, + "line": 128, "column": 4 }, "end": { - "line": 280, + "line": 284, "column": 5 } }, @@ -21560,16 +21634,16 @@ "type": "Identifier", "name": "addSortType", "range": [ - 9747, - 9758 + 9833, + 9844 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 4 }, "end": { - "line": 282, + "line": 286, "column": 15 } } @@ -21590,16 +21664,16 @@ "type": "Identifier", "name": "args", "range": [ - 9775, - 9779 + 9861, + 9865 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 12 }, "end": { - "line": 283, + "line": 287, "column": 16 } } @@ -21608,31 +21682,31 @@ "type": "Identifier", "name": "arguments", "range": [ - 9782, - 9791 + 9868, + 9877 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 19 }, "end": { - "line": 283, + "line": 287, "column": 28 } } }, "range": [ - 9775, - 9791 + 9861, + 9877 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 12 }, "end": { - "line": 283, + "line": 287, "column": 28 } } @@ -21640,16 +21714,16 @@ ], "kind": "var", "range": [ - 9771, - 9792 + 9857, + 9878 ], "loc": { "start": { - "line": 283, + "line": 287, "column": 8 }, "end": { - "line": 283, + "line": 287, "column": 29 } } @@ -21668,16 +21742,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 9801, - 9814 + 9887, + 9900 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 8 }, "end": { - "line": 284, + "line": 288, "column": 21 } } @@ -21686,31 +21760,31 @@ "type": "Identifier", "name": "prototype", "range": [ - 9815, - 9824 + 9901, + 9910 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 22 }, "end": { - "line": 284, + "line": 288, "column": 31 } } }, "range": [ - 9801, - 9824 + 9887, + 9910 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 8 }, "end": { - "line": 284, + "line": 288, "column": 31 } } @@ -21719,31 +21793,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 9825, - 9836 + 9911, + 9922 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 32 }, "end": { - "line": 284, + "line": 288, "column": 43 } } }, "range": [ - 9801, - 9836 + 9887, + 9922 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 8 }, "end": { - "line": 284, + "line": 288, "column": 43 } } @@ -21756,16 +21830,16 @@ "type": "Identifier", "name": "args", "range": [ - 9837, - 9841 + 9923, + 9927 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 44 }, "end": { - "line": 284, + "line": 288, "column": 48 } } @@ -21775,31 +21849,31 @@ "value": 0, "raw": "0", "range": [ - 9842, - 9843 + 9928, + 9929 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 49 }, "end": { - "line": 284, + "line": 288, "column": 50 } } }, "range": [ - 9837, - 9844 + 9923, + 9930 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 44 }, "end": { - "line": 284, + "line": 288, "column": 51 } } @@ -21811,16 +21885,16 @@ "type": "Identifier", "name": "args", "range": [ - 9846, - 9850 + 9932, + 9936 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 53 }, "end": { - "line": 284, + "line": 288, "column": 57 } } @@ -21830,31 +21904,31 @@ "value": 1, "raw": "1", "range": [ - 9851, - 9852 + 9937, + 9938 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 58 }, "end": { - "line": 284, + "line": 288, "column": 59 } } }, "range": [ - 9846, - 9853 + 9932, + 9939 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 53 }, "end": { - "line": 284, + "line": 288, "column": 60 } } @@ -21866,16 +21940,16 @@ "type": "Identifier", "name": "args", "range": [ - 9855, - 9859 + 9941, + 9945 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 62 }, "end": { - "line": 284, + "line": 288, "column": 66 } } @@ -21885,31 +21959,31 @@ "value": 2, "raw": "2", "range": [ - 9860, - 9861 + 9946, + 9947 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 67 }, "end": { - "line": 284, + "line": 288, "column": 68 } } }, "range": [ - 9855, - 9862 + 9941, + 9948 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 62 }, "end": { - "line": 284, + "line": 288, "column": 69 } } @@ -21921,16 +21995,16 @@ "type": "Identifier", "name": "args", "range": [ - 9864, - 9868 + 9950, + 9954 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 71 }, "end": { - "line": 284, + "line": 288, "column": 75 } } @@ -21940,78 +22014,78 @@ "value": 3, "raw": "3", "range": [ - 9869, - 9870 + 9955, + 9956 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 76 }, "end": { - "line": 284, + "line": 288, "column": 77 } } }, "range": [ - 9864, - 9871 + 9950, + 9957 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 71 }, "end": { - "line": 284, + "line": 288, "column": 78 } } } ], "range": [ - 9801, - 9872 + 9887, + 9958 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 8 }, "end": { - "line": 284, + "line": 288, "column": 79 } } }, "range": [ - 9801, - 9873 + 9887, + 9959 ], "loc": { "start": { - "line": 284, + "line": 288, "column": 8 }, "end": { - "line": 284, + "line": 288, "column": 80 } } } ], "range": [ - 9761, - 9879 + 9847, + 9965 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 18 }, "end": { - "line": 285, + "line": 289, "column": 5 } } @@ -22019,16 +22093,16 @@ "generator": false, "expression": false, "range": [ - 9758, - 9879 + 9844, + 9965 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 15 }, "end": { - "line": 285, + "line": 289, "column": 5 } } @@ -22036,16 +22110,16 @@ "kind": "method", "computed": false, "range": [ - 9747, - 9879 + 9833, + 9965 ], "loc": { "start": { - "line": 282, + "line": 286, "column": 4 }, "end": { - "line": 285, + "line": 289, "column": 5 } }, @@ -22057,16 +22131,16 @@ "type": "Identifier", "name": "setSortTypes", "range": [ - 9885, - 9897 + 9971, + 9983 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 4 }, "end": { - "line": 287, + "line": 291, "column": 16 } } @@ -22087,16 +22161,16 @@ "type": "Identifier", "name": "tf", "range": [ - 9914, - 9916 + 10000, + 10002 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 12 }, "end": { - "line": 288, + "line": 292, "column": 14 } } @@ -22107,16 +22181,16 @@ "object": { "type": "ThisExpression", "range": [ - 9919, - 9923 + 10005, + 10009 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 17 }, "end": { - "line": 288, + "line": 292, "column": 21 } } @@ -22125,46 +22199,46 @@ "type": "Identifier", "name": "tf", "range": [ - 9924, - 9926 + 10010, + 10012 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 22 }, "end": { - "line": 288, + "line": 292, "column": 24 } } }, "range": [ - 9919, - 9926 + 10005, + 10012 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 17 }, "end": { - "line": 288, + "line": 292, "column": 24 } } }, "range": [ - 9914, - 9926 + 10000, + 10012 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 12 }, "end": { - "line": 288, + "line": 292, "column": 24 } } @@ -22175,16 +22249,16 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 9940, - 9949 + 10026, + 10035 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 12 }, "end": { - "line": 289, + "line": 293, "column": 21 } } @@ -22195,16 +22269,16 @@ "object": { "type": "ThisExpression", "range": [ - 9952, - 9956 + 10038, + 10042 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 24 }, "end": { - "line": 289, + "line": 293, "column": 28 } } @@ -22213,46 +22287,46 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 9957, - 9966 + 10043, + 10052 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 29 }, "end": { - "line": 289, + "line": 293, "column": 38 } } }, "range": [ - 9952, - 9966 + 10038, + 10052 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 24 }, "end": { - "line": 289, + "line": 293, "column": 38 } } }, "range": [ - 9940, - 9966 + 10026, + 10052 ], "loc": { "start": { - "line": 289, + "line": 293, "column": 12 }, "end": { - "line": 289, + "line": 293, "column": 38 } } @@ -22263,16 +22337,16 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 9980, - 9990 + 10066, + 10076 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 12 }, "end": { - "line": 290, + "line": 294, "column": 22 } } @@ -22281,31 +22355,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9993, - 9995 + 10079, + 10081 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 25 }, "end": { - "line": 290, + "line": 294, "column": 27 } } }, "range": [ - 9980, - 9995 + 10066, + 10081 ], "loc": { "start": { - "line": 290, + "line": 294, "column": 12 }, "end": { - "line": 290, + "line": 294, "column": 27 } } @@ -22313,16 +22387,16 @@ ], "kind": "let", "range": [ - 9910, - 9996 + 9996, + 10082 ], "loc": { "start": { - "line": 288, + "line": 292, "column": 8 }, "end": { - "line": 290, + "line": 294, "column": 28 } } @@ -22338,16 +22412,16 @@ "type": "Identifier", "name": "i", "range": [ - 10015, - 10016 + 10101, + 10102 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 17 }, "end": { - "line": 292, + "line": 296, "column": 18 } } @@ -22357,31 +22431,31 @@ "value": 0, "raw": "0", "range": [ - 10019, - 10020 + 10105, + 10106 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 21 }, "end": { - "line": 292, + "line": 296, "column": 22 } } }, "range": [ - 10015, - 10020 + 10101, + 10106 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 17 }, "end": { - "line": 292, + "line": 296, "column": 22 } } @@ -22389,16 +22463,16 @@ ], "kind": "let", "range": [ - 10011, - 10020 + 10097, + 10106 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 13 }, "end": { - "line": 292, + "line": 296, "column": 22 } } @@ -22410,16 +22484,16 @@ "type": "Identifier", "name": "i", "range": [ - 10022, - 10023 + 10108, + 10109 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 24 }, "end": { - "line": 292, + "line": 296, "column": 25 } } @@ -22431,16 +22505,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10026, - 10028 + 10112, + 10114 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 28 }, "end": { - "line": 292, + "line": 296, "column": 30 } } @@ -22449,46 +22523,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 10029, - 10036 + 10115, + 10122 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 31 }, "end": { - "line": 292, + "line": 296, "column": 38 } } }, "range": [ - 10026, - 10036 + 10112, + 10122 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 28 }, "end": { - "line": 292, + "line": 296, "column": 38 } } }, "range": [ - 10022, - 10036 + 10108, + 10122 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 24 }, "end": { - "line": 292, + "line": 296, "column": 38 } } @@ -22500,32 +22574,32 @@ "type": "Identifier", "name": "i", "range": [ - 10038, - 10039 + 10124, + 10125 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 40 }, "end": { - "line": 292, + "line": 296, "column": 41 } } }, "prefix": false, "range": [ - 10038, - 10041 + 10124, + 10127 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 40 }, "end": { - "line": 292, + "line": 296, "column": 43 } } @@ -22542,32 +22616,32 @@ "type": "Identifier", "name": "colType", "range": [ - 10061, - 10068 + 10147, + 10154 ], "loc": { "start": { - "line": 293, + "line": 297, "column": 16 }, "end": { - "line": 293, + "line": 297, "column": 23 } } }, "init": null, "range": [ - 10061, - 10068 + 10147, + 10154 ], "loc": { "start": { - "line": 293, + "line": 297, "column": 16 }, "end": { - "line": 293, + "line": 297, "column": 23 } } @@ -22575,16 +22649,16 @@ ], "kind": "let", "range": [ - 10057, - 10069 + 10143, + 10155 ], "loc": { "start": { - "line": 293, + "line": 297, "column": 12 }, "end": { - "line": 293, + "line": 297, "column": 24 } } @@ -22598,16 +22672,16 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 10087, - 10096 + 10173, + 10182 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 16 }, "end": { - "line": 295, + "line": 299, "column": 25 } } @@ -22616,31 +22690,31 @@ "type": "Identifier", "name": "i", "range": [ - 10097, - 10098 + 10183, + 10184 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 26 }, "end": { - "line": 295, + "line": 299, "column": 27 } } }, "range": [ - 10087, - 10099 + 10173, + 10185 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 16 }, "end": { - "line": 295, + "line": 299, "column": 28 } } @@ -22657,16 +22731,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10119, - 10126 + 10205, + 10212 ], "loc": { "start": { - "line": 296, + "line": 300, "column": 16 }, "end": { - "line": 296, + "line": 300, "column": 23 } } @@ -22683,16 +22757,16 @@ "type": "Identifier", "name": "sortTypes", "range": [ - 10129, - 10138 + 10215, + 10224 ], "loc": { "start": { - "line": 296, + "line": 300, "column": 26 }, "end": { - "line": 296, + "line": 300, "column": 35 } } @@ -22701,31 +22775,31 @@ "type": "Identifier", "name": "i", "range": [ - 10139, - 10140 + 10225, + 10226 ], "loc": { "start": { - "line": 296, + "line": 300, "column": 36 }, "end": { - "line": 296, + "line": 300, "column": 37 } } }, "range": [ - 10129, - 10141 + 10215, + 10227 ], "loc": { "start": { - "line": 296, + "line": 300, "column": 26 }, "end": { - "line": 296, + "line": 300, "column": 38 } } @@ -22734,77 +22808,77 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 10142, - 10153 + 10228, + 10239 ], "loc": { "start": { - "line": 296, + "line": 300, "column": 39 }, "end": { - "line": 296, + "line": 300, "column": 50 } } }, "range": [ - 10129, - 10153 + 10215, + 10239 ], "loc": { "start": { - "line": 296, + "line": 300, "column": 26 }, "end": { - "line": 296, + "line": 300, "column": 50 } } }, "arguments": [], "range": [ - 10129, - 10155 + 10215, + 10241 ], "loc": { "start": { - "line": 296, + "line": 300, "column": 26 }, "end": { - "line": 296, + "line": 300, "column": 52 } } }, "range": [ - 10119, - 10155 + 10205, + 10241 ], "loc": { "start": { - "line": 296, + "line": 300, "column": 16 }, "end": { - "line": 296, + "line": 300, "column": 52 } } }, "range": [ - 10119, - 10156 + 10205, + 10242 ], "loc": { "start": { - "line": 296, + "line": 300, "column": 16 }, "end": { - "line": 296, + "line": 300, "column": 53 } } @@ -22818,16 +22892,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10177, - 10184 + 10263, + 10270 ], "loc": { "start": { - "line": 297, + "line": 301, "column": 20 }, "end": { - "line": 297, + "line": 301, "column": 27 } } @@ -22836,31 +22910,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 10189, - 10193 + 10275, + 10279 ], "loc": { "start": { - "line": 297, + "line": 301, "column": 32 }, "end": { - "line": 297, + "line": 301, "column": 36 } } }, "range": [ - 10177, - 10193 + 10263, + 10279 ], "loc": { "start": { - "line": 297, + "line": 301, "column": 20 }, "end": { - "line": 297, + "line": 301, "column": 36 } } @@ -22877,16 +22951,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10217, - 10224 + 10303, + 10310 ], "loc": { "start": { - "line": 298, + "line": 302, "column": 20 }, "end": { - "line": 298, + "line": 302, "column": 27 } } @@ -22896,94 +22970,94 @@ "value": "None", "raw": "'None'", "range": [ - 10227, - 10233 + 10313, + 10319 ], "loc": { "start": { - "line": 298, + "line": 302, "column": 30 }, "end": { - "line": 298, + "line": 302, "column": 36 } } }, "range": [ - 10217, - 10233 + 10303, + 10319 ], "loc": { "start": { - "line": 298, + "line": 302, "column": 20 }, "end": { - "line": 298, + "line": 302, "column": 36 } } }, "range": [ - 10217, - 10234 + 10303, + 10320 ], "loc": { "start": { - "line": 298, + "line": 302, "column": 20 }, "end": { - "line": 298, + "line": 302, "column": 37 } } } ], "range": [ - 10195, - 10252 + 10281, + 10338 ], "loc": { "start": { - "line": 297, + "line": 301, "column": 38 }, "end": { - "line": 299, + "line": 303, "column": 17 } } }, "alternate": null, "range": [ - 10173, - 10252 + 10259, + 10338 ], "loc": { "start": { - "line": 297, + "line": 301, "column": 16 }, "end": { - "line": 299, + "line": 303, "column": 17 } } } ], "range": [ - 10101, - 10266 + 10187, + 10352 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 30 }, "end": { - "line": 300, + "line": 304, "column": 13 } } @@ -23003,16 +23077,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10318, - 10320 + 10404, + 10406 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 20 }, "end": { - "line": 301, + "line": 305, "column": 22 } } @@ -23021,31 +23095,31 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 10321, - 10335 + 10407, + 10421 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 23 }, "end": { - "line": 301, + "line": 305, "column": 37 } } }, "range": [ - 10318, - 10335 + 10404, + 10421 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 20 }, "end": { - "line": 301, + "line": 305, "column": 37 } } @@ -23063,16 +23137,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10339, - 10341 + 10425, + 10427 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 41 }, "end": { - "line": 301, + "line": 305, "column": 43 } } @@ -23081,31 +23155,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 10342, - 10353 + 10428, + 10439 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 44 }, "end": { - "line": 301, + "line": 305, "column": 55 } } }, "range": [ - 10339, - 10353 + 10425, + 10439 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 41 }, "end": { - "line": 301, + "line": 305, "column": 55 } } @@ -23114,31 +23188,31 @@ "type": "Identifier", "name": "i", "range": [ - 10354, - 10355 + 10440, + 10441 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 56 }, "end": { - "line": 301, + "line": 305, "column": 57 } } }, "range": [ - 10339, - 10356 + 10425, + 10442 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 41 }, "end": { - "line": 301, + "line": 305, "column": 58 } } @@ -23148,46 +23222,46 @@ "value": null, "raw": "null", "range": [ - 10361, - 10365 + 10447, + 10451 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 63 }, "end": { - "line": 301, + "line": 305, "column": 67 } } }, "range": [ - 10339, - 10365 + 10425, + 10451 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 41 }, "end": { - "line": 301, + "line": 305, "column": 67 } } }, "range": [ - 10318, - 10365 + 10404, + 10451 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 20 }, "end": { - "line": 301, + "line": 305, "column": 67 } } @@ -23204,16 +23278,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10389, - 10396 + 10475, + 10482 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 20 }, "end": { - "line": 302, + "line": 306, "column": 27 } } @@ -23233,16 +23307,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10399, - 10401 + 10485, + 10487 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 30 }, "end": { - "line": 302, + "line": 306, "column": 32 } } @@ -23251,31 +23325,31 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 10402, - 10413 + 10488, + 10499 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 33 }, "end": { - "line": 302, + "line": 306, "column": 44 } } }, "range": [ - 10399, - 10413 + 10485, + 10499 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 30 }, "end": { - "line": 302, + "line": 306, "column": 44 } } @@ -23284,31 +23358,31 @@ "type": "Identifier", "name": "i", "range": [ - 10414, - 10415 + 10500, + 10501 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 45 }, "end": { - "line": 302, + "line": 306, "column": 46 } } }, "range": [ - 10399, - 10416 + 10485, + 10502 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 30 }, "end": { - "line": 302, + "line": 306, "column": 47 } } @@ -23317,93 +23391,93 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 10417, - 10428 + 10503, + 10514 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 48 }, "end": { - "line": 302, + "line": 306, "column": 59 } } }, "range": [ - 10399, - 10428 + 10485, + 10514 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 30 }, "end": { - "line": 302, + "line": 306, "column": 59 } } }, "arguments": [], "range": [ - 10399, - 10430 + 10485, + 10516 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 30 }, "end": { - "line": 302, + "line": 306, "column": 61 } } }, "range": [ - 10389, - 10430 + 10475, + 10516 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 20 }, "end": { - "line": 302, + "line": 306, "column": 61 } } }, "range": [ - 10389, - 10431 + 10475, + 10517 ], "loc": { "start": { - "line": 302, + "line": 306, "column": 20 }, "end": { - "line": 302, + "line": 306, "column": 62 } } } ], "range": [ - 10367, - 10449 + 10453, + 10535 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 69 }, "end": { - "line": 303, + "line": 307, "column": 17 } } @@ -23420,16 +23494,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10459, - 10461 + 10545, + 10547 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 27 }, "end": { - "line": 303, + "line": 307, "column": 29 } } @@ -23438,31 +23512,31 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 10462, - 10476 + 10548, + 10562 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 30 }, "end": { - "line": 303, + "line": 307, "column": 44 } } }, "range": [ - 10459, - 10476 + 10545, + 10562 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 27 }, "end": { - "line": 303, + "line": 307, "column": 44 } } @@ -23480,16 +23554,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10480, - 10482 + 10566, + 10568 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 48 }, "end": { - "line": 303, + "line": 307, "column": 50 } } @@ -23498,31 +23572,31 @@ "type": "Identifier", "name": "colDateType", "range": [ - 10483, - 10494 + 10569, + 10580 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 51 }, "end": { - "line": 303, + "line": 307, "column": 62 } } }, "range": [ - 10480, - 10494 + 10566, + 10580 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 48 }, "end": { - "line": 303, + "line": 307, "column": 62 } } @@ -23531,31 +23605,31 @@ "type": "Identifier", "name": "i", "range": [ - 10495, - 10496 + 10581, + 10582 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 63 }, "end": { - "line": 303, + "line": 307, "column": 64 } } }, "range": [ - 10480, - 10497 + 10566, + 10583 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 48 }, "end": { - "line": 303, + "line": 307, "column": 65 } } @@ -23565,46 +23639,46 @@ "value": null, "raw": "null", "range": [ - 10502, - 10506 + 10588, + 10592 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 70 }, "end": { - "line": 303, + "line": 307, "column": 74 } } }, "range": [ - 10480, - 10506 + 10566, + 10592 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 48 }, "end": { - "line": 303, + "line": 307, "column": 74 } } }, "range": [ - 10459, - 10506 + 10545, + 10592 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 27 }, "end": { - "line": 303, + "line": 307, "column": 74 } } @@ -23621,16 +23695,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10530, - 10537 + 10616, + 10623 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 20 }, "end": { - "line": 304, + "line": 308, "column": 27 } } @@ -23653,16 +23727,16 @@ "type": "Identifier", "name": "tf", "range": [ - 10540, - 10542 + 10626, + 10628 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 30 }, "end": { - "line": 304, + "line": 308, "column": 32 } } @@ -23671,31 +23745,31 @@ "type": "Identifier", "name": "colDateType", "range": [ - 10543, - 10554 + 10629, + 10640 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 33 }, "end": { - "line": 304, + "line": 308, "column": 44 } } }, "range": [ - 10540, - 10554 + 10626, + 10640 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 30 }, "end": { - "line": 304, + "line": 308, "column": 44 } } @@ -23704,31 +23778,31 @@ "type": "Identifier", "name": "i", "range": [ - 10555, - 10556 + 10641, + 10642 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 45 }, "end": { - "line": 304, + "line": 308, "column": 46 } } }, "range": [ - 10540, - 10557 + 10626, + 10643 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 30 }, "end": { - "line": 304, + "line": 308, "column": 47 } } @@ -23737,47 +23811,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 10558, - 10569 + 10644, + 10655 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 48 }, "end": { - "line": 304, + "line": 308, "column": 59 } } }, "range": [ - 10540, - 10569 + 10626, + 10655 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 30 }, "end": { - "line": 304, + "line": 308, "column": 59 } } }, "arguments": [], "range": [ - 10540, - 10571 + 10626, + 10657 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 30 }, "end": { - "line": 304, + "line": 308, "column": 61 } } @@ -23787,77 +23861,77 @@ "value": "date", "raw": "'date'", "range": [ - 10574, - 10580 + 10660, + 10666 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 64 }, "end": { - "line": 304, + "line": 308, "column": 70 } } }, "range": [ - 10540, - 10580 + 10626, + 10666 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 30 }, "end": { - "line": 304, + "line": 308, "column": 70 } } }, "range": [ - 10530, - 10580 + 10616, + 10666 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 20 }, "end": { - "line": 304, + "line": 308, "column": 70 } } }, "range": [ - 10530, - 10581 + 10616, + 10667 ], "loc": { "start": { - "line": 304, + "line": 308, "column": 20 }, "end": { - "line": 304, + "line": 308, "column": 71 } } } ], "range": [ - 10508, - 10599 + 10594, + 10685 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 76 }, "end": { - "line": 305, + "line": 309, "column": 17 } } @@ -23874,16 +23948,16 @@ "type": "Identifier", "name": "colType", "range": [ - 10627, - 10634 + 10713, + 10720 ], "loc": { "start": { - "line": 306, + "line": 310, "column": 20 }, "end": { - "line": 306, + "line": 310, "column": 27 } } @@ -23893,92 +23967,92 @@ "value": "String", "raw": "'String'", "range": [ - 10637, - 10645 + 10723, + 10731 ], "loc": { "start": { - "line": 306, + "line": 310, "column": 30 }, "end": { - "line": 306, + "line": 310, "column": 38 } } }, "range": [ - 10627, - 10645 + 10713, + 10731 ], "loc": { "start": { - "line": 306, + "line": 310, "column": 20 }, "end": { - "line": 306, + "line": 310, "column": 38 } } }, "range": [ - 10627, - 10646 + 10713, + 10732 ], "loc": { "start": { - "line": 306, + "line": 310, "column": 20 }, "end": { - "line": 306, + "line": 310, "column": 39 } } } ], "range": [ - 10605, - 10664 + 10691, + 10750 ], "loc": { "start": { - "line": 305, + "line": 309, "column": 23 }, "end": { - "line": 307, + "line": 311, "column": 17 } } }, "range": [ - 10455, - 10664 + 10541, + 10750 ], "loc": { "start": { - "line": 303, + "line": 307, "column": 23 }, "end": { - "line": 307, + "line": 311, "column": 17 } } }, "range": [ - 10314, - 10664 + 10400, + 10750 ], "loc": { "start": { - "line": 301, + "line": 305, "column": 16 }, "end": { - "line": 307, + "line": 311, "column": 17 } }, @@ -23987,16 +24061,16 @@ "type": "Line", "value": " resolve column types", "range": [ - 10274, - 10297 + 10360, + 10383 ], "loc": { "start": { - "line": 300, + "line": 304, "column": 21 }, "end": { - "line": 300, + "line": 304, "column": 44 } } @@ -24005,31 +24079,31 @@ } ], "range": [ - 10272, - 10678 + 10358, + 10764 ], "loc": { "start": { - "line": 300, + "line": 304, "column": 19 }, "end": { - "line": 308, + "line": 312, "column": 13 } } }, "range": [ - 10083, - 10678 + 10169, + 10764 ], "loc": { "start": { - "line": 295, + "line": 299, "column": 12 }, "end": { - "line": 308, + "line": 312, "column": 13 } } @@ -24045,16 +24119,16 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 10691, - 10701 + 10777, + 10787 ], "loc": { "start": { - "line": 309, + "line": 313, "column": 12 }, "end": { - "line": 309, + "line": 313, "column": 22 } } @@ -24063,31 +24137,31 @@ "type": "Identifier", "name": "push", "range": [ - 10702, - 10706 + 10788, + 10792 ], "loc": { "start": { - "line": 309, + "line": 313, "column": 23 }, "end": { - "line": 309, + "line": 313, "column": 27 } } }, "range": [ - 10691, - 10706 + 10777, + 10792 ], "loc": { "start": { - "line": 309, + "line": 313, "column": 12 }, "end": { - "line": 309, + "line": 313, "column": 27 } } @@ -24097,78 +24171,78 @@ "type": "Identifier", "name": "colType", "range": [ - 10707, - 10714 + 10793, + 10800 ], "loc": { "start": { - "line": 309, + "line": 313, "column": 28 }, "end": { - "line": 309, + "line": 313, "column": 35 } } } ], "range": [ - 10691, - 10715 + 10777, + 10801 ], "loc": { "start": { - "line": 309, + "line": 313, "column": 12 }, "end": { - "line": 309, + "line": 313, "column": 36 } } }, "range": [ - 10691, - 10716 + 10777, + 10802 ], "loc": { "start": { - "line": 309, + "line": 313, "column": 12 }, "end": { - "line": 309, + "line": 313, "column": 37 } } } ], "range": [ - 10043, - 10726 + 10129, + 10812 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 45 }, "end": { - "line": 310, + "line": 314, "column": 9 } } }, "range": [ - 10006, - 10726 + 10092, + 10812 ], "loc": { "start": { - "line": 292, + "line": 296, "column": 8 }, "end": { - "line": 310, + "line": 314, "column": 9 } }, @@ -24177,16 +24251,16 @@ "type": "Line", "value": "Public TF method to add sort type", "range": [ - 10736, - 10771 + 10822, + 10857 ], "loc": { "start": { - "line": 312, + "line": 316, "column": 8 }, "end": { - "line": 312, + "line": 316, "column": 43 } } @@ -24195,16 +24269,16 @@ "type": "Line", "value": "Custom sort types", "range": [ - 10781, - 10800 + 10867, + 10886 ], "loc": { "start": { - "line": 314, + "line": 318, "column": 8 }, "end": { - "line": 314, + "line": 318, "column": 27 } } @@ -24221,16 +24295,16 @@ "object": { "type": "ThisExpression", "range": [ - 10809, - 10813 + 10895, + 10899 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 8 }, "end": { - "line": 315, + "line": 319, "column": 12 } } @@ -24239,31 +24313,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 10814, - 10825 + 10900, + 10911 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 13 }, "end": { - "line": 315, + "line": 319, "column": 24 } } }, "range": [ - 10809, - 10825 + 10895, + 10911 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 8 }, "end": { - "line": 315, + "line": 319, "column": 24 } } @@ -24274,16 +24348,16 @@ "value": "number", "raw": "'number'", "range": [ - 10826, - 10834 + 10912, + 10920 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 25 }, "end": { - "line": 315, + "line": 319, "column": 33 } } @@ -24292,47 +24366,47 @@ "type": "Identifier", "name": "Number", "range": [ - 10836, - 10842 + 10922, + 10928 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 35 }, "end": { - "line": 315, + "line": 319, "column": 41 } } } ], "range": [ - 10809, - 10843 + 10895, + 10929 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 8 }, "end": { - "line": 315, + "line": 319, "column": 42 } } }, "range": [ - 10809, - 10844 + 10895, + 10930 ], "loc": { "start": { - "line": 315, + "line": 319, "column": 8 }, "end": { - "line": 315, + "line": 319, "column": 43 } }, @@ -24341,16 +24415,16 @@ "type": "Line", "value": "Public TF method to add sort type", "range": [ - 10736, - 10771 + 10822, + 10857 ], "loc": { "start": { - "line": 312, + "line": 316, "column": 8 }, "end": { - "line": 312, + "line": 316, "column": 43 } } @@ -24359,16 +24433,16 @@ "type": "Line", "value": "Custom sort types", "range": [ - 10781, - 10800 + 10867, + 10886 ], "loc": { "start": { - "line": 314, + "line": 318, "column": 8 }, "end": { - "line": 314, + "line": 318, "column": 27 } } @@ -24385,16 +24459,16 @@ "object": { "type": "ThisExpression", "range": [ - 10853, - 10857 + 10939, + 10943 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 8 }, "end": { - "line": 316, + "line": 320, "column": 12 } } @@ -24403,31 +24477,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 10858, - 10869 + 10944, + 10955 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 13 }, "end": { - "line": 316, + "line": 320, "column": 24 } } }, "range": [ - 10853, - 10869 + 10939, + 10955 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 8 }, "end": { - "line": 316, + "line": 320, "column": 24 } } @@ -24438,16 +24512,16 @@ "value": "caseinsensitivestring", "raw": "'caseinsensitivestring'", "range": [ - 10870, - 10893 + 10956, + 10979 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 25 }, "end": { - "line": 316, + "line": 320, "column": 48 } } @@ -24459,16 +24533,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 10895, - 10908 + 10981, + 10994 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 50 }, "end": { - "line": 316, + "line": 320, "column": 63 } } @@ -24477,62 +24551,62 @@ "type": "Identifier", "name": "toUpperCase", "range": [ - 10909, - 10920 + 10995, + 11006 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 64 }, "end": { - "line": 316, + "line": 320, "column": 75 } } }, "range": [ - 10895, - 10920 + 10981, + 11006 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 50 }, "end": { - "line": 316, + "line": 320, "column": 75 } } } ], "range": [ - 10853, - 10921 + 10939, + 11007 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 8 }, "end": { - "line": 316, + "line": 320, "column": 76 } } }, "range": [ - 10853, - 10922 + 10939, + 11008 ], "loc": { "start": { - "line": 316, + "line": 320, "column": 8 }, "end": { - "line": 316, + "line": 320, "column": 77 } } @@ -24547,16 +24621,16 @@ "object": { "type": "ThisExpression", "range": [ - 10931, - 10935 + 11017, + 11021 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 8 }, "end": { - "line": 317, + "line": 321, "column": 12 } } @@ -24565,31 +24639,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 10936, - 10947 + 11022, + 11033 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 13 }, "end": { - "line": 317, + "line": 321, "column": 24 } } }, "range": [ - 10931, - 10947 + 11017, + 11033 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 8 }, "end": { - "line": 317, + "line": 321, "column": 24 } } @@ -24600,16 +24674,16 @@ "value": "date", "raw": "'date'", "range": [ - 10948, - 10954 + 11034, + 11040 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 25 }, "end": { - "line": 317, + "line": 321, "column": 31 } } @@ -24621,16 +24695,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 10956, - 10969 + 11042, + 11055 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 33 }, "end": { - "line": 317, + "line": 321, "column": 46 } } @@ -24639,62 +24713,62 @@ "type": "Identifier", "name": "toDate", "range": [ - 10970, - 10976 + 11056, + 11062 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 47 }, "end": { - "line": 317, + "line": 321, "column": 53 } } }, "range": [ - 10956, - 10976 + 11042, + 11062 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 33 }, "end": { - "line": 317, + "line": 321, "column": 53 } } } ], "range": [ - 10931, - 10977 + 11017, + 11063 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 8 }, "end": { - "line": 317, + "line": 321, "column": 54 } } }, "range": [ - 10931, - 10978 + 11017, + 11064 ], "loc": { "start": { - "line": 317, + "line": 321, "column": 8 }, "end": { - "line": 317, + "line": 321, "column": 55 } } @@ -24709,16 +24783,16 @@ "object": { "type": "ThisExpression", "range": [ - 10987, - 10991 + 11073, + 11077 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 8 }, "end": { - "line": 318, + "line": 322, "column": 12 } } @@ -24727,31 +24801,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 10992, - 11003 + 11078, + 11089 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 13 }, "end": { - "line": 318, + "line": 322, "column": 24 } } }, "range": [ - 10987, - 11003 + 11073, + 11089 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 8 }, "end": { - "line": 318, + "line": 322, "column": 24 } } @@ -24762,47 +24836,47 @@ "value": "string", "raw": "'string'", "range": [ - 11004, - 11012 + 11090, + 11098 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 25 }, "end": { - "line": 318, + "line": 322, "column": 33 } } } ], "range": [ - 10987, - 11013 + 11073, + 11099 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 8 }, "end": { - "line": 318, + "line": 322, "column": 34 } } }, "range": [ - 10987, - 11014 + 11073, + 11100 ], "loc": { "start": { - "line": 318, + "line": 322, "column": 8 }, "end": { - "line": 318, + "line": 322, "column": 35 } } @@ -24817,16 +24891,16 @@ "object": { "type": "ThisExpression", "range": [ - 11023, - 11027 + 11109, + 11113 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 8 }, "end": { - "line": 319, + "line": 323, "column": 12 } } @@ -24835,31 +24909,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11028, - 11039 + 11114, + 11125 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 13 }, "end": { - "line": 319, + "line": 323, "column": 24 } } }, "range": [ - 11023, - 11039 + 11109, + 11125 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 8 }, "end": { - "line": 319, + "line": 323, "column": 24 } } @@ -24870,16 +24944,16 @@ "value": "us", "raw": "'us'", "range": [ - 11040, - 11044 + 11126, + 11130 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 25 }, "end": { - "line": 319, + "line": 323, "column": 29 } } @@ -24888,47 +24962,47 @@ "type": "Identifier", "name": "usNumberConverter", "range": [ - 11046, - 11063 + 11132, + 11149 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 31 }, "end": { - "line": 319, + "line": 323, "column": 48 } } } ], "range": [ - 11023, - 11064 + 11109, + 11150 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 8 }, "end": { - "line": 319, + "line": 323, "column": 49 } } }, "range": [ - 11023, - 11065 + 11109, + 11151 ], "loc": { "start": { - "line": 319, + "line": 323, "column": 8 }, "end": { - "line": 319, + "line": 323, "column": 50 } } @@ -24943,16 +25017,16 @@ "object": { "type": "ThisExpression", "range": [ - 11074, - 11078 + 11160, + 11164 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 8 }, "end": { - "line": 320, + "line": 324, "column": 12 } } @@ -24961,31 +25035,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11079, - 11090 + 11165, + 11176 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 13 }, "end": { - "line": 320, + "line": 324, "column": 24 } } }, "range": [ - 11074, - 11090 + 11160, + 11176 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 8 }, "end": { - "line": 320, + "line": 324, "column": 24 } } @@ -24996,16 +25070,16 @@ "value": "eu", "raw": "'eu'", "range": [ - 11091, - 11095 + 11177, + 11181 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 25 }, "end": { - "line": 320, + "line": 324, "column": 29 } } @@ -25014,47 +25088,47 @@ "type": "Identifier", "name": "euNumberConverter", "range": [ - 11097, - 11114 + 11183, + 11200 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 31 }, "end": { - "line": 320, + "line": 324, "column": 48 } } } ], "range": [ - 11074, - 11115 + 11160, + 11201 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 8 }, "end": { - "line": 320, + "line": 324, "column": 49 } } }, "range": [ - 11074, - 11116 + 11160, + 11202 ], "loc": { "start": { - "line": 320, + "line": 324, "column": 8 }, "end": { - "line": 320, + "line": 324, "column": 50 } } @@ -25069,16 +25143,16 @@ "object": { "type": "ThisExpression", "range": [ - 11125, - 11129 + 11211, + 11215 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 8 }, "end": { - "line": 321, + "line": 325, "column": 12 } } @@ -25087,31 +25161,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11130, - 11141 + 11216, + 11227 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 13 }, "end": { - "line": 321, + "line": 325, "column": 24 } } }, "range": [ - 11125, - 11141 + 11211, + 11227 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 8 }, "end": { - "line": 321, + "line": 325, "column": 24 } } @@ -25122,16 +25196,16 @@ "value": "dmydate", "raw": "'dmydate'", "range": [ - 11142, - 11151 + 11228, + 11237 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 25 }, "end": { - "line": 321, + "line": 325, "column": 34 } } @@ -25140,47 +25214,47 @@ "type": "Identifier", "name": "dmyDateConverter", "range": [ - 11153, - 11169 + 11239, + 11255 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 36 }, "end": { - "line": 321, + "line": 325, "column": 52 } } } ], "range": [ - 11125, - 11170 + 11211, + 11256 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 8 }, "end": { - "line": 321, + "line": 325, "column": 53 } } }, "range": [ - 11125, - 11171 + 11211, + 11257 ], "loc": { "start": { - "line": 321, + "line": 325, "column": 8 }, "end": { - "line": 321, + "line": 325, "column": 54 } } @@ -25195,16 +25269,16 @@ "object": { "type": "ThisExpression", "range": [ - 11180, - 11184 + 11266, + 11270 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 8 }, "end": { - "line": 322, + "line": 326, "column": 12 } } @@ -25213,31 +25287,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11185, - 11196 + 11271, + 11282 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 13 }, "end": { - "line": 322, + "line": 326, "column": 24 } } }, "range": [ - 11180, - 11196 + 11266, + 11282 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 8 }, "end": { - "line": 322, + "line": 326, "column": 24 } } @@ -25248,16 +25322,16 @@ "value": "ymddate", "raw": "'ymddate'", "range": [ - 11197, - 11206 + 11283, + 11292 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 25 }, "end": { - "line": 322, + "line": 326, "column": 34 } } @@ -25266,47 +25340,47 @@ "type": "Identifier", "name": "ymdDateConverter", "range": [ - 11208, - 11224 + 11294, + 11310 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 36 }, "end": { - "line": 322, + "line": 326, "column": 52 } } } ], "range": [ - 11180, - 11225 + 11266, + 11311 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 8 }, "end": { - "line": 322, + "line": 326, "column": 53 } } }, "range": [ - 11180, - 11226 + 11266, + 11312 ], "loc": { "start": { - "line": 322, + "line": 326, "column": 8 }, "end": { - "line": 322, + "line": 326, "column": 54 } } @@ -25321,16 +25395,16 @@ "object": { "type": "ThisExpression", "range": [ - 11235, - 11239 + 11321, + 11325 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 8 }, "end": { - "line": 323, + "line": 327, "column": 12 } } @@ -25339,31 +25413,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11240, - 11251 + 11326, + 11337 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 13 }, "end": { - "line": 323, + "line": 327, "column": 24 } } }, "range": [ - 11235, - 11251 + 11321, + 11337 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 8 }, "end": { - "line": 323, + "line": 327, "column": 24 } } @@ -25374,16 +25448,16 @@ "value": "mdydate", "raw": "'mdydate'", "range": [ - 11252, - 11261 + 11338, + 11347 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 25 }, "end": { - "line": 323, + "line": 327, "column": 34 } } @@ -25392,47 +25466,47 @@ "type": "Identifier", "name": "mdyDateConverter", "range": [ - 11263, - 11279 + 11349, + 11365 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 36 }, "end": { - "line": 323, + "line": 327, "column": 52 } } } ], "range": [ - 11235, - 11280 + 11321, + 11366 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 8 }, "end": { - "line": 323, + "line": 327, "column": 53 } } }, "range": [ - 11235, - 11281 + 11321, + 11367 ], "loc": { "start": { - "line": 323, + "line": 327, "column": 8 }, "end": { - "line": 323, + "line": 327, "column": 54 } } @@ -25447,16 +25521,16 @@ "object": { "type": "ThisExpression", "range": [ - 11290, - 11294 + 11376, + 11380 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 8 }, "end": { - "line": 324, + "line": 328, "column": 12 } } @@ -25465,31 +25539,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11295, - 11306 + 11381, + 11392 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 13 }, "end": { - "line": 324, + "line": 328, "column": 24 } } }, "range": [ - 11290, - 11306 + 11376, + 11392 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 8 }, "end": { - "line": 324, + "line": 328, "column": 24 } } @@ -25500,16 +25574,16 @@ "value": "ddmmmyyyydate", "raw": "'ddmmmyyyydate'", "range": [ - 11307, - 11322 + 11393, + 11408 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 25 }, "end": { - "line": 324, + "line": 328, "column": 40 } } @@ -25518,47 +25592,47 @@ "type": "Identifier", "name": "ddmmmyyyyDateConverter", "range": [ - 11324, - 11346 + 11410, + 11432 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 42 }, "end": { - "line": 324, + "line": 328, "column": 64 } } } ], "range": [ - 11290, - 11347 + 11376, + 11433 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 8 }, "end": { - "line": 324, + "line": 328, "column": 65 } } }, "range": [ - 11290, - 11348 + 11376, + 11434 ], "loc": { "start": { - "line": 324, + "line": 328, "column": 8 }, "end": { - "line": 324, + "line": 328, "column": 66 } } @@ -25573,16 +25647,16 @@ "object": { "type": "ThisExpression", "range": [ - 11357, - 11361 + 11443, + 11447 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 8 }, "end": { - "line": 325, + "line": 329, "column": 12 } } @@ -25591,31 +25665,31 @@ "type": "Identifier", "name": "addSortType", "range": [ - 11362, - 11373 + 11448, + 11459 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 13 }, "end": { - "line": 325, + "line": 329, "column": 24 } } }, "range": [ - 11357, - 11373 + 11443, + 11459 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 8 }, "end": { - "line": 325, + "line": 329, "column": 24 } } @@ -25626,16 +25700,16 @@ "value": "ipaddress", "raw": "'ipaddress'", "range": [ - 11374, - 11385 + 11460, + 11471 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 25 }, "end": { - "line": 325, + "line": 329, "column": 36 } } @@ -25644,16 +25718,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 11387, - 11396 + 11473, + 11482 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 38 }, "end": { - "line": 325, + "line": 329, "column": 47 } } @@ -25662,47 +25736,47 @@ "type": "Identifier", "name": "sortIP", "range": [ - 11398, - 11404 + 11484, + 11490 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 49 }, "end": { - "line": 325, + "line": 329, "column": 55 } } } ], "range": [ - 11357, - 11405 + 11443, + 11491 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 8 }, "end": { - "line": 325, + "line": 329, "column": 56 } } }, "range": [ - 11357, - 11406 + 11443, + 11492 ], "loc": { "start": { - "line": 325, + "line": 329, "column": 8 }, "end": { - "line": 325, + "line": 329, "column": 57 } } @@ -25718,16 +25792,16 @@ "object": { "type": "ThisExpression", "range": [ - 11416, - 11420 + 11502, + 11506 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 8 }, "end": { - "line": 327, + "line": 331, "column": 12 } } @@ -25736,31 +25810,31 @@ "type": "Identifier", "name": "stt", "range": [ - 11421, - 11424 + 11507, + 11510 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 13 }, "end": { - "line": 327, + "line": 331, "column": 16 } } }, "range": [ - 11416, - 11424 + 11502, + 11510 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 8 }, "end": { - "line": 327, + "line": 331, "column": 16 } } @@ -25771,16 +25845,16 @@ "type": "Identifier", "name": "SortableTable", "range": [ - 11431, - 11444 + 11517, + 11530 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 23 }, "end": { - "line": 327, + "line": 331, "column": 36 } } @@ -25793,16 +25867,16 @@ "type": "Identifier", "name": "tf", "range": [ - 11445, - 11447 + 11531, + 11533 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 37 }, "end": { - "line": 327, + "line": 331, "column": 39 } } @@ -25811,31 +25885,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 11448, - 11451 + 11534, + 11537 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 40 }, "end": { - "line": 327, + "line": 331, "column": 43 } } }, "range": [ - 11445, - 11451 + 11531, + 11537 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 37 }, "end": { - "line": 327, + "line": 331, "column": 43 } } @@ -25844,62 +25918,62 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 11453, - 11463 + 11539, + 11549 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 45 }, "end": { - "line": 327, + "line": 331, "column": 55 } } } ], "range": [ - 11427, - 11464 + 11513, + 11550 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 19 }, "end": { - "line": 327, + "line": 331, "column": 56 } } }, "range": [ - 11416, - 11464 + 11502, + 11550 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 8 }, "end": { - "line": 327, + "line": 331, "column": 56 } } }, "range": [ - 11416, - 11465 + 11502, + 11551 ], "loc": { "start": { - "line": 327, + "line": 331, "column": 8 }, "end": { - "line": 327, + "line": 331, "column": 57 } }, @@ -25908,16 +25982,16 @@ "type": "Block", "value": "** external table headers adapter **", "range": [ - 11475, - 11515 + 11561, + 11601 ], "loc": { "start": { - "line": 329, + "line": 333, "column": 8 }, "end": { - "line": 329, + "line": 333, "column": 48 } } @@ -25935,16 +26009,16 @@ "object": { "type": "ThisExpression", "range": [ - 11528, - 11532 + 11614, + 11618 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 12 }, "end": { - "line": 330, + "line": 334, "column": 16 } } @@ -25953,31 +26027,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 11533, - 11542 + 11619, + 11628 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 17 }, "end": { - "line": 330, + "line": 334, "column": 26 } } }, "range": [ - 11528, - 11542 + 11614, + 11628 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 12 }, "end": { - "line": 330, + "line": 334, "column": 26 } } @@ -25994,16 +26068,16 @@ "object": { "type": "ThisExpression", "range": [ - 11546, - 11550 + 11632, + 11636 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 30 }, "end": { - "line": 330, + "line": 334, "column": 34 } } @@ -26012,31 +26086,31 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 11551, - 11561 + 11637, + 11647 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 35 }, "end": { - "line": 330, + "line": 334, "column": 45 } } }, "range": [ - 11546, - 11561 + 11632, + 11647 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 30 }, "end": { - "line": 330, + "line": 334, "column": 45 } } @@ -26045,31 +26119,31 @@ "type": "Identifier", "name": "length", "range": [ - 11562, - 11568 + 11648, + 11654 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 46 }, "end": { - "line": 330, + "line": 334, "column": 52 } } }, "range": [ - 11546, - 11568 + 11632, + 11654 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 30 }, "end": { - "line": 330, + "line": 334, "column": 52 } } @@ -26079,46 +26153,46 @@ "value": 0, "raw": "0", "range": [ - 11571, - 11572 + 11657, + 11658 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 55 }, "end": { - "line": 330, + "line": 334, "column": 56 } } }, "range": [ - 11546, - 11572 + 11632, + 11658 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 30 }, "end": { - "line": 330, + "line": 334, "column": 56 } } }, "range": [ - 11528, - 11572 + 11614, + 11658 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 12 }, "end": { - "line": 330, + "line": 334, "column": 56 } } @@ -26135,16 +26209,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 11592, - 11600 + 11678, + 11686 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 16 }, "end": { - "line": 331, + "line": 335, "column": 24 } } @@ -26155,16 +26229,16 @@ "object": { "type": "ThisExpression", "range": [ - 11603, - 11607 + 11689, + 11693 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 27 }, "end": { - "line": 331, + "line": 335, "column": 31 } } @@ -26173,46 +26247,46 @@ "type": "Identifier", "name": "triggerIds", "range": [ - 11608, - 11618 + 11694, + 11704 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 32 }, "end": { - "line": 331, + "line": 335, "column": 42 } } }, "range": [ - 11603, - 11618 + 11689, + 11704 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 27 }, "end": { - "line": 331, + "line": 335, "column": 42 } } }, "range": [ - 11592, - 11618 + 11678, + 11704 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 16 }, "end": { - "line": 331, + "line": 335, "column": 42 } } @@ -26220,16 +26294,16 @@ ], "kind": "let", "range": [ - 11588, - 11619 + 11674, + 11705 ], "loc": { "start": { - "line": 331, + "line": 335, "column": 12 }, "end": { - "line": 331, + "line": 335, "column": 43 } } @@ -26245,16 +26319,16 @@ "type": "Identifier", "name": "j", "range": [ - 11641, - 11642 + 11727, + 11728 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 21 }, "end": { - "line": 332, + "line": 336, "column": 22 } } @@ -26264,31 +26338,31 @@ "value": 0, "raw": "0", "range": [ - 11645, - 11646 + 11731, + 11732 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 25 }, "end": { - "line": 332, + "line": 336, "column": 26 } } }, "range": [ - 11641, - 11646 + 11727, + 11732 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 21 }, "end": { - "line": 332, + "line": 336, "column": 26 } } @@ -26296,16 +26370,16 @@ ], "kind": "let", "range": [ - 11637, - 11646 + 11723, + 11732 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 17 }, "end": { - "line": 332, + "line": 336, "column": 26 } } @@ -26317,16 +26391,16 @@ "type": "Identifier", "name": "j", "range": [ - 11648, - 11649 + 11734, + 11735 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 28 }, "end": { - "line": 332, + "line": 336, "column": 29 } } @@ -26338,16 +26412,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 11652, - 11660 + 11738, + 11746 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 32 }, "end": { - "line": 332, + "line": 336, "column": 40 } } @@ -26356,46 +26430,46 @@ "type": "Identifier", "name": "length", "range": [ - 11661, - 11667 + 11747, + 11753 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 41 }, "end": { - "line": 332, + "line": 336, "column": 47 } } }, "range": [ - 11652, - 11667 + 11738, + 11753 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 32 }, "end": { - "line": 332, + "line": 336, "column": 47 } } }, "range": [ - 11648, - 11667 + 11734, + 11753 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 28 }, "end": { - "line": 332, + "line": 336, "column": 47 } } @@ -26407,32 +26481,32 @@ "type": "Identifier", "name": "j", "range": [ - 11669, - 11670 + 11755, + 11756 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 49 }, "end": { - "line": 332, + "line": 336, "column": 50 } } }, "prefix": false, "range": [ - 11669, - 11672 + 11755, + 11758 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 49 }, "end": { - "line": 332, + "line": 336, "column": 52 } } @@ -26452,16 +26526,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 11696, - 11704 + 11782, + 11790 ], "loc": { "start": { - "line": 333, + "line": 337, "column": 20 }, "end": { - "line": 333, + "line": 337, "column": 28 } } @@ -26470,31 +26544,31 @@ "type": "Identifier", "name": "j", "range": [ - 11705, - 11706 + 11791, + 11792 ], "loc": { "start": { - "line": 333, + "line": 337, "column": 29 }, "end": { - "line": 333, + "line": 337, "column": 30 } } }, "range": [ - 11696, - 11707 + 11782, + 11793 ], "loc": { "start": { - "line": 333, + "line": 337, "column": 20 }, "end": { - "line": 333, + "line": 337, "column": 31 } } @@ -26504,31 +26578,31 @@ "value": null, "raw": "null", "range": [ - 11712, - 11716 + 11798, + 11802 ], "loc": { "start": { - "line": 333, + "line": 337, "column": 36 }, "end": { - "line": 333, + "line": 337, "column": 40 } } }, "range": [ - 11696, - 11716 + 11782, + 11802 ], "loc": { "start": { - "line": 333, + "line": 337, "column": 20 }, "end": { - "line": 333, + "line": 337, "column": 40 } } @@ -26540,48 +26614,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 11740, - 11749 + 11826, + 11835 ], "loc": { "start": { - "line": 334, + "line": 338, "column": 20 }, "end": { - "line": 334, + "line": 338, "column": 29 } } } ], "range": [ - 11718, - 11767 + 11804, + 11853 ], "loc": { "start": { - "line": 333, + "line": 337, "column": 42 }, "end": { - "line": 335, + "line": 339, "column": 17 } } }, "alternate": null, "range": [ - 11692, - 11767 + 11778, + 11853 ], "loc": { "start": { - "line": 333, + "line": 337, "column": 16 }, "end": { - "line": 335, + "line": 339, "column": 17 } } @@ -26595,16 +26669,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 11788, - 11795 + 11874, + 11881 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 20 }, "end": { - "line": 336, + "line": 340, "column": 27 } } @@ -26618,16 +26692,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 11798, - 11801 + 11884, + 11887 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 30 }, "end": { - "line": 336, + "line": 340, "column": 33 } } @@ -26636,31 +26710,31 @@ "type": "Identifier", "name": "id", "range": [ - 11802, - 11804 + 11888, + 11890 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 34 }, "end": { - "line": 336, + "line": 340, "column": 36 } } }, "range": [ - 11798, - 11804 + 11884, + 11890 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 30 }, "end": { - "line": 336, + "line": 340, "column": 36 } } @@ -26673,16 +26747,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 11805, - 11813 + 11891, + 11899 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 37 }, "end": { - "line": 336, + "line": 340, "column": 45 } } @@ -26691,62 +26765,62 @@ "type": "Identifier", "name": "j", "range": [ - 11814, - 11815 + 11900, + 11901 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 46 }, "end": { - "line": 336, + "line": 340, "column": 47 } } }, "range": [ - 11805, - 11816 + 11891, + 11902 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 37 }, "end": { - "line": 336, + "line": 340, "column": 48 } } } ], "range": [ - 11798, - 11817 + 11884, + 11903 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 30 }, "end": { - "line": 336, + "line": 340, "column": 49 } } }, "range": [ - 11788, - 11817 + 11874, + 11903 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 20 }, "end": { - "line": 336, + "line": 340, "column": 49 } } @@ -26754,16 +26828,16 @@ ], "kind": "let", "range": [ - 11784, - 11818 + 11870, + 11904 ], "loc": { "start": { - "line": 336, + "line": 340, "column": 16 }, "end": { - "line": 336, + "line": 340, "column": 50 } } @@ -26774,16 +26848,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 11839, - 11846 + 11925, + 11932 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 20 }, "end": { - "line": 337, + "line": 341, "column": 27 } } @@ -26806,16 +26880,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 11870, - 11877 + 11956, + 11963 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 20 }, "end": { - "line": 338, + "line": 342, "column": 27 } } @@ -26824,31 +26898,31 @@ "type": "Identifier", "name": "style", "range": [ - 11878, - 11883 + 11964, + 11969 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 28 }, "end": { - "line": 338, + "line": 342, "column": 33 } } }, "range": [ - 11870, - 11883 + 11956, + 11969 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 20 }, "end": { - "line": 338, + "line": 342, "column": 33 } } @@ -26857,31 +26931,31 @@ "type": "Identifier", "name": "cursor", "range": [ - 11884, - 11890 + 11970, + 11976 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 34 }, "end": { - "line": 338, + "line": 342, "column": 40 } } }, "range": [ - 11870, - 11890 + 11956, + 11976 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 20 }, "end": { - "line": 338, + "line": 342, "column": 40 } } @@ -26891,46 +26965,46 @@ "value": "pointer", "raw": "'pointer'", "range": [ - 11893, - 11902 + 11979, + 11988 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 43 }, "end": { - "line": 338, + "line": 342, "column": 52 } } }, "range": [ - 11870, - 11902 + 11956, + 11988 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 20 }, "end": { - "line": 338, + "line": 342, "column": 52 } } }, "range": [ - 11870, - 11903 + 11956, + 11989 ], "loc": { "start": { - "line": 338, + "line": 342, "column": 20 }, "end": { - "line": 338, + "line": 342, "column": 53 } } @@ -26946,16 +27020,16 @@ "type": "Identifier", "name": "Event", "range": [ - 11925, - 11930 + 12011, + 12016 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 20 }, "end": { - "line": 340, + "line": 344, "column": 25 } } @@ -26964,31 +27038,31 @@ "type": "Identifier", "name": "add", "range": [ - 11931, - 11934 + 12017, + 12020 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 26 }, "end": { - "line": 340, + "line": 344, "column": 29 } } }, "range": [ - 11925, - 11934 + 12011, + 12020 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 20 }, "end": { - "line": 340, + "line": 344, "column": 29 } } @@ -26998,16 +27072,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 11935, - 11942 + 12021, + 12028 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 30 }, "end": { - "line": 340, + "line": 344, "column": 37 } } @@ -27017,16 +27091,16 @@ "value": "click", "raw": "'click'", "range": [ - 11944, - 11951 + 12030, + 12037 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 39 }, "end": { - "line": 340, + "line": 344, "column": 46 } } @@ -27039,16 +27113,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11954, - 11957 + 12040, + 12043 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 49 }, "end": { - "line": 340, + "line": 344, "column": 52 } } @@ -27066,16 +27140,16 @@ "type": "Identifier", "name": "elm", "range": [ - 11992, - 11995 + 12078, + 12081 ], "loc": { "start": { - "line": 341, + "line": 345, "column": 28 }, "end": { - "line": 341, + "line": 345, "column": 31 } } @@ -27087,16 +27161,16 @@ "type": "Identifier", "name": "evt", "range": [ - 11998, - 12001 + 12084, + 12087 ], "loc": { "start": { - "line": 341, + "line": 345, "column": 34 }, "end": { - "line": 341, + "line": 345, "column": 37 } } @@ -27105,46 +27179,46 @@ "type": "Identifier", "name": "target", "range": [ - 12002, - 12008 + 12088, + 12094 ], "loc": { "start": { - "line": 341, + "line": 345, "column": 38 }, "end": { - "line": 341, + "line": 345, "column": 44 } } }, "range": [ - 11998, - 12008 + 12084, + 12094 ], "loc": { "start": { - "line": 341, + "line": 345, "column": 34 }, "end": { - "line": 341, + "line": 345, "column": 44 } } }, "range": [ - 11992, - 12008 + 12078, + 12094 ], "loc": { "start": { - "line": 341, + "line": 345, "column": 28 }, "end": { - "line": 341, + "line": 345, "column": 44 } } @@ -27152,16 +27226,16 @@ ], "kind": "let", "range": [ - 11988, - 12009 + 12074, + 12095 ], "loc": { "start": { - "line": 341, + "line": 345, "column": 24 }, "end": { - "line": 341, + "line": 345, "column": 45 } } @@ -27180,16 +27254,16 @@ "object": { "type": "ThisExpression", "range": [ - 12039, - 12043 + 12125, + 12129 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 29 }, "end": { - "line": 342, + "line": 346, "column": 33 } } @@ -27198,31 +27272,31 @@ "type": "Identifier", "name": "tf", "range": [ - 12044, - 12046 + 12130, + 12132 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 34 }, "end": { - "line": 342, + "line": 346, "column": 36 } } }, "range": [ - 12039, - 12046 + 12125, + 12132 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 29 }, "end": { - "line": 342, + "line": 346, "column": 36 } } @@ -27231,47 +27305,47 @@ "type": "Identifier", "name": "sort", "range": [ - 12047, - 12051 + 12133, + 12137 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 37 }, "end": { - "line": 342, + "line": 346, "column": 41 } } }, "range": [ - 12039, - 12051 + 12125, + 12137 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 29 }, "end": { - "line": 342, + "line": 346, "column": 41 } } }, "prefix": true, "range": [ - 12038, - 12051 + 12124, + 12137 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 28 }, "end": { - "line": 342, + "line": 346, "column": 41 } } @@ -27283,48 +27357,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 12083, - 12090 + 12169, + 12176 ], "loc": { "start": { - "line": 343, + "line": 347, "column": 28 }, "end": { - "line": 343, + "line": 347, "column": 35 } } } ], "range": [ - 12053, - 12116 + 12139, + 12202 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 43 }, "end": { - "line": 344, + "line": 348, "column": 25 } } }, "alternate": null, "range": [ - 12034, - 12116 + 12120, + 12202 ], "loc": { "start": { - "line": 342, + "line": 346, "column": 24 }, "end": { - "line": 344, + "line": 348, "column": 25 } } @@ -27342,16 +27416,16 @@ "object": { "type": "ThisExpression", "range": [ - 12141, - 12145 + 12227, + 12231 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 24 }, "end": { - "line": 345, + "line": 349, "column": 28 } } @@ -27360,31 +27434,31 @@ "type": "Identifier", "name": "stt", "range": [ - 12146, - 12149 + 12232, + 12235 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 29 }, "end": { - "line": 345, + "line": 349, "column": 32 } } }, "range": [ - 12141, - 12149 + 12227, + 12235 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 24 }, "end": { - "line": 345, + "line": 349, "column": 32 } } @@ -27393,31 +27467,31 @@ "type": "Identifier", "name": "asyncSort", "range": [ - 12150, - 12159 + 12236, + 12245 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 33 }, "end": { - "line": 345, + "line": 349, "column": 42 } } }, "range": [ - 12141, - 12159 + 12227, + 12245 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 24 }, "end": { - "line": 345, + "line": 349, "column": 42 } } @@ -27432,16 +27506,16 @@ "type": "Identifier", "name": "triggers", "range": [ - 12160, - 12168 + 12246, + 12254 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 43 }, "end": { - "line": 345, + "line": 349, "column": 51 } } @@ -27450,31 +27524,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 12169, - 12176 + 12255, + 12262 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 52 }, "end": { - "line": 345, + "line": 349, "column": 59 } } }, "range": [ - 12160, - 12176 + 12246, + 12262 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 43 }, "end": { - "line": 345, + "line": 349, "column": 59 } } @@ -27487,16 +27561,16 @@ "type": "Identifier", "name": "elm", "range": [ - 12177, - 12180 + 12263, + 12266 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 60 }, "end": { - "line": 345, + "line": 349, "column": 63 } } @@ -27505,94 +27579,94 @@ "type": "Identifier", "name": "id", "range": [ - 12181, - 12183 + 12267, + 12269 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 64 }, "end": { - "line": 345, + "line": 349, "column": 66 } } }, "range": [ - 12177, - 12183 + 12263, + 12269 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 60 }, "end": { - "line": 345, + "line": 349, "column": 66 } } } ], "range": [ - 12160, - 12184 + 12246, + 12270 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 43 }, "end": { - "line": 345, + "line": 349, "column": 67 } } } ], "range": [ - 12141, - 12185 + 12227, + 12271 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 24 }, "end": { - "line": 345, + "line": 349, "column": 68 } } }, "range": [ - 12141, - 12186 + 12227, + 12272 ], "loc": { "start": { - "line": 345, + "line": 349, "column": 24 }, "end": { - "line": 345, + "line": 349, "column": 69 } } } ], "range": [ - 11962, - 12208 + 12048, + 12294 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 57 }, "end": { - "line": 346, + "line": 350, "column": 21 } } @@ -27600,47 +27674,47 @@ "generator": false, "expression": false, "range": [ - 11953, - 12208 + 12039, + 12294 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 48 }, "end": { - "line": 346, + "line": 350, "column": 21 } } } ], "range": [ - 11925, - 12209 + 12011, + 12295 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 20 }, "end": { - "line": 346, + "line": 350, "column": 22 } } }, "range": [ - 11925, - 12210 + 12011, + 12296 ], "loc": { "start": { - "line": 340, + "line": 344, "column": 20 }, "end": { - "line": 346, + "line": 350, "column": 23 } } @@ -27656,16 +27730,16 @@ "type": "Identifier", "name": "trigger", "range": [ - 12231, - 12238 + 12317, + 12324 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 20 }, "end": { - "line": 347, + "line": 351, "column": 27 } } @@ -27674,31 +27748,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 12239, - 12251 + 12325, + 12337 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 28 }, "end": { - "line": 347, + "line": 351, "column": 40 } } }, "range": [ - 12231, - 12251 + 12317, + 12337 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 20 }, "end": { - "line": 347, + "line": 351, "column": 40 } } @@ -27709,16 +27783,16 @@ "value": "_sortType", "raw": "'_sortType'", "range": [ - 12252, - 12263 + 12338, + 12349 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 41 }, "end": { - "line": 347, + "line": 351, "column": 52 } } @@ -27730,16 +27804,16 @@ "type": "Identifier", "name": "_sortTypes", "range": [ - 12265, - 12275 + 12351, + 12361 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 54 }, "end": { - "line": 347, + "line": 351, "column": 64 } } @@ -27748,157 +27822,157 @@ "type": "Identifier", "name": "j", "range": [ - 12276, - 12277 + 12362, + 12363 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 65 }, "end": { - "line": 347, + "line": 351, "column": 66 } } }, "range": [ - 12265, - 12278 + 12351, + 12364 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 54 }, "end": { - "line": 347, + "line": 351, "column": 67 } } } ], "range": [ - 12231, - 12279 + 12317, + 12365 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 20 }, "end": { - "line": 347, + "line": 351, "column": 68 } } }, "range": [ - 12231, - 12280 + 12317, + 12366 ], "loc": { "start": { - "line": 347, + "line": 351, "column": 20 }, "end": { - "line": 347, + "line": 351, "column": 69 } } } ], "range": [ - 11848, - 12298 + 11934, + 12384 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 29 }, "end": { - "line": 348, + "line": 352, "column": 17 } } }, "alternate": null, "range": [ - 11835, - 12298 + 11921, + 12384 ], "loc": { "start": { - "line": 337, + "line": 341, "column": 16 }, "end": { - "line": 348, + "line": 352, "column": 17 } } } ], "range": [ - 11674, - 12312 + 11760, + 12398 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 54 }, "end": { - "line": 349, + "line": 353, "column": 13 } } }, "range": [ - 11632, - 12312 + 11718, + 12398 ], "loc": { "start": { - "line": 332, + "line": 336, "column": 12 }, "end": { - "line": 349, + "line": 353, "column": 13 } } } ], "range": [ - 11574, - 12322 + 11660, + 12408 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 58 }, "end": { - "line": 350, + "line": 354, "column": 9 } } }, "alternate": null, "range": [ - 11524, - 12322 + 11610, + 12408 ], "loc": { "start": { - "line": 330, + "line": 334, "column": 8 }, "end": { - "line": 350, + "line": 354, "column": 9 } }, @@ -27907,16 +27981,16 @@ "type": "Block", "value": "** external table headers adapter **", "range": [ - 11475, - 11515 + 11561, + 11601 ], "loc": { "start": { - "line": 329, + "line": 333, "column": 8 }, "end": { - "line": 329, + "line": 333, "column": 48 } } @@ -27925,16 +27999,16 @@ } ], "range": [ - 9900, - 12328 + 9986, + 12414 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 19 }, "end": { - "line": 351, + "line": 355, "column": 5 } } @@ -27942,16 +28016,16 @@ "generator": false, "expression": false, "range": [ - 9897, - 12328 + 9983, + 12414 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 16 }, "end": { - "line": 351, + "line": 355, "column": 5 } } @@ -27959,16 +28033,16 @@ "kind": "method", "computed": false, "range": [ - 9885, - 12328 + 9971, + 12414 ], "loc": { "start": { - "line": 287, + "line": 291, "column": 4 }, "end": { - "line": 351, + "line": 355, "column": 5 } }, @@ -27977,16 +28051,16 @@ "type": "Block", "value": "*\n * Destroy sort\n ", "range": [ - 12334, - 12365 + 12420, + 12451 ], "loc": { "start": { - "line": 353, + "line": 357, "column": 4 }, "end": { - "line": 355, + "line": 359, "column": 7 } } @@ -28000,16 +28074,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 12370, - 12377 + 12456, + 12463 ], "loc": { "start": { - "line": 356, + "line": 360, "column": 4 }, "end": { - "line": 356, + "line": 360, "column": 11 } } @@ -28021,6 +28095,133 @@ "body": { "type": "BlockStatement", "body": [ + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 12481, + 12485 + ], + "loc": { + "start": { + "line": 361, + "column": 13 + }, + "end": { + "line": 361, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 12486, + 12497 + ], + "loc": { + "start": { + "line": 361, + "column": 18 + }, + "end": { + "line": 361, + "column": 29 + } + } + }, + "range": [ + 12481, + 12497 + ], + "loc": { + "start": { + "line": 361, + "column": 13 + }, + "end": { + "line": 361, + "column": 29 + } + } + }, + "prefix": true, + "range": [ + 12480, + 12497 + ], + "loc": { + "start": { + "line": 361, + "column": 12 + }, + "end": { + "line": 361, + "column": 29 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 12513, + 12520 + ], + "loc": { + "start": { + "line": 362, + "column": 12 + }, + "end": { + "line": 362, + "column": 19 + } + } + } + ], + "range": [ + 12499, + 12530 + ], + "loc": { + "start": { + "line": 361, + "column": 31 + }, + "end": { + "line": 363, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 12476, + 12530 + ], + "loc": { + "start": { + "line": 361, + "column": 8 + }, + "end": { + "line": 363, + "column": 9 + } + } + }, { "type": "VariableDeclaration", "declarations": [ @@ -28030,16 +28231,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12394, - 12396 + 12543, + 12545 ], "loc": { "start": { - "line": 357, + "line": 364, "column": 12 }, "end": { - "line": 357, + "line": 364, "column": 14 } } @@ -28050,16 +28251,16 @@ "object": { "type": "ThisExpression", "range": [ - 12399, - 12403 + 12548, + 12552 ], "loc": { "start": { - "line": 357, + "line": 364, "column": 17 }, "end": { - "line": 357, + "line": 364, "column": 21 } } @@ -28068,46 +28269,46 @@ "type": "Identifier", "name": "tf", "range": [ - 12404, - 12406 + 12553, + 12555 ], "loc": { "start": { - "line": 357, + "line": 364, "column": 22 }, "end": { - "line": 357, + "line": 364, "column": 24 } } }, "range": [ - 12399, - 12406 + 12548, + 12555 ], "loc": { "start": { - "line": 357, + "line": 364, "column": 17 }, "end": { - "line": 357, + "line": 364, "column": 24 } } }, "range": [ - 12394, - 12406 + 12543, + 12555 ], "loc": { "start": { - "line": 357, + "line": 364, "column": 12 }, "end": { - "line": 357, + "line": 364, "column": 24 } } @@ -28115,16 +28316,16 @@ ], "kind": "let", "range": [ - 12390, - 12407 + 12539, + 12556 ], "loc": { "start": { - "line": 357, + "line": 364, "column": 8 }, "end": { - "line": 357, + "line": 364, "column": 25 } } @@ -28142,16 +28343,16 @@ "object": { "type": "ThisExpression", "range": [ - 12416, - 12420 + 12565, + 12569 ], "loc": { "start": { - "line": 358, + "line": 365, "column": 8 }, "end": { - "line": 358, + "line": 365, "column": 12 } } @@ -28160,31 +28361,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 12421, - 12428 + 12570, + 12577 ], "loc": { "start": { - "line": 358, + "line": 365, "column": 13 }, "end": { - "line": 358, + "line": 365, "column": 20 } } }, "range": [ - 12416, - 12428 + 12565, + 12577 ], "loc": { "start": { - "line": 358, + "line": 365, "column": 8 }, "end": { - "line": 358, + "line": 365, "column": 20 } } @@ -28193,31 +28394,31 @@ "type": "Identifier", "name": "off", "range": [ - 12429, - 12432 + 12578, + 12581 ], "loc": { "start": { - "line": 358, + "line": 365, "column": 21 }, "end": { - "line": 358, + "line": 365, "column": 24 } } }, "range": [ - 12416, - 12432 + 12565, + 12581 ], "loc": { "start": { - "line": 358, + "line": 365, "column": 8 }, "end": { - "line": 358, + "line": 365, "column": 24 } } @@ -28231,32 +28432,32 @@ "value": "sort", "raw": "'sort'", "range": [ - 12434, - 12440 + 12583, + 12589 ], "loc": { "start": { - "line": 358, + "line": 365, "column": 26 }, "end": { - "line": 358, + "line": 365, "column": 32 } } } ], "range": [ - 12433, - 12441 + 12582, + 12590 ], "loc": { "start": { - "line": 358, + "line": 365, "column": 25 }, "end": { - "line": 358, + "line": 365, "column": 33 } } @@ -28269,16 +28470,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12456, - 12458 + 12605, + 12607 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 13 }, "end": { - "line": 359, + "line": 366, "column": 15 } } @@ -28287,16 +28488,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 12460, - 12466 + 12609, + 12615 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 17 }, "end": { - "line": 359, + "line": 366, "column": 23 } } @@ -28305,16 +28506,16 @@ "type": "Identifier", "name": "desc", "range": [ - 12468, - 12472 + 12617, + 12621 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 25 }, "end": { - "line": 359, + "line": 366, "column": 29 } } @@ -28328,16 +28529,16 @@ "object": { "type": "ThisExpression", "range": [ - 12477, - 12481 + 12626, + 12630 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 34 }, "end": { - "line": 359, + "line": 366, "column": 38 } } @@ -28346,31 +28547,31 @@ "type": "Identifier", "name": "sortByColumnIndex", "range": [ - 12482, - 12499 + 12631, + 12648 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 39 }, "end": { - "line": 359, + "line": 366, "column": 56 } } }, "range": [ - 12477, - 12499 + 12626, + 12648 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 34 }, "end": { - "line": 359, + "line": 366, "column": 56 } } @@ -28380,16 +28581,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 12500, - 12506 + 12649, + 12655 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 57 }, "end": { - "line": 359, + "line": 366, "column": 63 } } @@ -28398,32 +28599,32 @@ "type": "Identifier", "name": "desc", "range": [ - 12508, - 12512 + 12657, + 12661 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 65 }, "end": { - "line": 359, + "line": 366, "column": 69 } } } ], "range": [ - 12477, - 12513 + 12626, + 12662 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 34 }, "end": { - "line": 359, + "line": 366, "column": 70 } } @@ -28431,47 +28632,47 @@ "generator": false, "expression": true, "range": [ - 12455, - 12513 + 12604, + 12662 ], "loc": { "start": { - "line": 359, + "line": 366, "column": 12 }, "end": { - "line": 359, + "line": 366, "column": 70 } } } ], "range": [ - 12416, - 12514 + 12565, + 12663 ], "loc": { "start": { - "line": 358, + "line": 365, "column": 8 }, "end": { - "line": 359, + "line": 366, "column": 71 } } }, "range": [ - 12416, - 12515 + 12565, + 12664 ], "loc": { "start": { - "line": 358, + "line": 365, "column": 8 }, "end": { - "line": 359, + "line": 366, "column": 72 } } @@ -28487,16 +28688,16 @@ "object": { "type": "ThisExpression", "range": [ - 12524, - 12528 + 12673, + 12677 ], "loc": { "start": { - "line": 360, + "line": 367, "column": 8 }, "end": { - "line": 360, + "line": 367, "column": 12 } } @@ -28505,31 +28706,31 @@ "type": "Identifier", "name": "sorted", "range": [ - 12529, - 12535 + 12678, + 12684 ], "loc": { "start": { - "line": 360, + "line": 367, "column": 13 }, "end": { - "line": 360, + "line": 367, "column": 19 } } }, "range": [ - 12524, - 12535 + 12673, + 12684 ], "loc": { "start": { - "line": 360, + "line": 367, "column": 8 }, "end": { - "line": 360, + "line": 367, "column": 19 } } @@ -28539,46 +28740,46 @@ "value": false, "raw": "false", "range": [ - 12538, - 12543 + 12687, + 12692 ], "loc": { "start": { - "line": 360, + "line": 367, "column": 22 }, "end": { - "line": 360, + "line": 367, "column": 27 } } }, "range": [ - 12524, - 12543 + 12673, + 12692 ], "loc": { "start": { - "line": 360, + "line": 367, "column": 8 }, "end": { - "line": 360, + "line": 367, "column": 27 } } }, "range": [ - 12524, - 12544 + 12673, + 12693 ], "loc": { "start": { - "line": 360, + "line": 367, "column": 8 }, "end": { - "line": 360, + "line": 367, "column": 28 } } @@ -28594,16 +28795,16 @@ "object": { "type": "ThisExpression", "range": [ - 12553, - 12557 + 12702, + 12706 ], "loc": { "start": { - "line": 361, + "line": 368, "column": 8 }, "end": { - "line": 361, + "line": 368, "column": 12 } } @@ -28612,31 +28813,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 12558, - 12569 + 12707, + 12718 ], "loc": { "start": { - "line": 361, + "line": 368, "column": 13 }, "end": { - "line": 361, + "line": 368, "column": 24 } } }, "range": [ - 12553, - 12569 + 12702, + 12718 ], "loc": { "start": { - "line": 361, + "line": 368, "column": 8 }, "end": { - "line": 361, + "line": 368, "column": 24 } } @@ -28646,46 +28847,46 @@ "value": false, "raw": "false", "range": [ - 12572, - 12577 + 12721, + 12726 ], "loc": { "start": { - "line": 361, + "line": 368, "column": 27 }, "end": { - "line": 361, + "line": 368, "column": 32 } } }, "range": [ - 12553, - 12577 + 12702, + 12726 ], "loc": { "start": { - "line": 361, + "line": 368, "column": 8 }, "end": { - "line": 361, + "line": 368, "column": 32 } } }, "range": [ - 12553, - 12578 + 12702, + 12727 ], "loc": { "start": { - "line": 361, + "line": 368, "column": 8 }, "end": { - "line": 361, + "line": 368, "column": 33 } } @@ -28703,16 +28904,16 @@ "object": { "type": "ThisExpression", "range": [ - 12587, - 12591 + 12736, + 12740 ], "loc": { "start": { - "line": 362, + "line": 369, "column": 8 }, "end": { - "line": 362, + "line": 369, "column": 12 } } @@ -28721,31 +28922,31 @@ "type": "Identifier", "name": "stt", "range": [ - 12592, - 12595 + 12741, + 12744 ], "loc": { "start": { - "line": 362, + "line": 369, "column": 13 }, "end": { - "line": 362, + "line": 369, "column": 16 } } }, "range": [ - 12587, - 12595 + 12736, + 12744 ], "loc": { "start": { - "line": 362, + "line": 369, "column": 8 }, "end": { - "line": 362, + "line": 369, "column": 16 } } @@ -28754,62 +28955,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 12596, - 12603 + 12745, + 12752 ], "loc": { "start": { - "line": 362, + "line": 369, "column": 17 }, "end": { - "line": 362, + "line": 369, "column": 24 } } }, "range": [ - 12587, - 12603 + 12736, + 12752 ], "loc": { "start": { - "line": 362, + "line": 369, "column": 8 }, "end": { - "line": 362, + "line": 369, "column": 24 } } }, "arguments": [], "range": [ - 12587, - 12605 + 12736, + 12754 ], "loc": { "start": { - "line": 362, + "line": 369, "column": 8 }, "end": { - "line": 362, + "line": 369, "column": 26 } } }, "range": [ - 12587, - 12606 + 12736, + 12755 ], "loc": { "start": { - "line": 362, + "line": 369, "column": 8 }, "end": { - "line": 362, + "line": 369, "column": 27 } } @@ -28823,16 +29024,16 @@ "type": "Identifier", "name": "ids", "range": [ - 12620, - 12623 + 12769, + 12772 ], "loc": { "start": { - "line": 364, + "line": 371, "column": 12 }, "end": { - "line": 364, + "line": 371, "column": 15 } } @@ -28846,16 +29047,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12626, - 12628 + 12775, + 12777 ], "loc": { "start": { - "line": 364, + "line": 371, "column": 18 }, "end": { - "line": 364, + "line": 371, "column": 20 } } @@ -28864,62 +29065,62 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 12629, - 12641 + 12778, + 12790 ], "loc": { "start": { - "line": 364, + "line": 371, "column": 21 }, "end": { - "line": 364, + "line": 371, "column": 33 } } }, "range": [ - 12626, - 12641 + 12775, + 12790 ], "loc": { "start": { - "line": 364, + "line": 371, "column": 18 }, "end": { - "line": 364, + "line": 371, "column": 33 } } }, "arguments": [], "range": [ - 12626, - 12643 + 12775, + 12792 ], "loc": { "start": { - "line": 364, + "line": 371, "column": 18 }, "end": { - "line": 364, + "line": 371, "column": 35 } } }, "range": [ - 12620, - 12643 + 12769, + 12792 ], "loc": { "start": { - "line": 364, + "line": 371, "column": 12 }, "end": { - "line": 364, + "line": 371, "column": 35 } } @@ -28927,16 +29128,16 @@ ], "kind": "let", "range": [ - 12616, - 12644 + 12765, + 12793 ], "loc": { "start": { - "line": 364, + "line": 371, "column": 8 }, "end": { - "line": 364, + "line": 371, "column": 36 } } @@ -28952,16 +29153,16 @@ "type": "Identifier", "name": "idx", "range": [ - 12662, - 12665 + 12811, + 12814 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 17 }, "end": { - "line": 365, + "line": 372, "column": 20 } } @@ -28971,31 +29172,31 @@ "value": 0, "raw": "0", "range": [ - 12668, - 12669 + 12817, + 12818 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 23 }, "end": { - "line": 365, + "line": 372, "column": 24 } } }, "range": [ - 12662, - 12669 + 12811, + 12818 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 17 }, "end": { - "line": 365, + "line": 372, "column": 24 } } @@ -29003,16 +29204,16 @@ ], "kind": "let", "range": [ - 12658, - 12669 + 12807, + 12818 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 13 }, "end": { - "line": 365, + "line": 372, "column": 24 } } @@ -29024,16 +29225,16 @@ "type": "Identifier", "name": "idx", "range": [ - 12671, - 12674 + 12820, + 12823 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 26 }, "end": { - "line": 365, + "line": 372, "column": 29 } } @@ -29045,16 +29246,16 @@ "type": "Identifier", "name": "ids", "range": [ - 12677, - 12680 + 12826, + 12829 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 32 }, "end": { - "line": 365, + "line": 372, "column": 35 } } @@ -29063,46 +29264,46 @@ "type": "Identifier", "name": "length", "range": [ - 12681, - 12687 + 12830, + 12836 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 36 }, "end": { - "line": 365, + "line": 372, "column": 42 } } }, "range": [ - 12677, - 12687 + 12826, + 12836 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 32 }, "end": { - "line": 365, + "line": 372, "column": 42 } } }, "range": [ - 12671, - 12687 + 12820, + 12836 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 26 }, "end": { - "line": 365, + "line": 372, "column": 42 } } @@ -29114,32 +29315,32 @@ "type": "Identifier", "name": "idx", "range": [ - 12689, - 12692 + 12838, + 12841 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 44 }, "end": { - "line": 365, + "line": 372, "column": 47 } } }, "prefix": false, "range": [ - 12689, - 12694 + 12838, + 12843 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 44 }, "end": { - "line": 365, + "line": 372, "column": 49 } } @@ -29156,16 +29357,16 @@ "type": "Identifier", "name": "header", "range": [ - 12714, - 12720 + 12863, + 12869 ], "loc": { "start": { - "line": 366, + "line": 373, "column": 16 }, "end": { - "line": 366, + "line": 373, "column": 22 } } @@ -29179,16 +29380,16 @@ "type": "Identifier", "name": "tf", "range": [ - 12723, - 12725 + 12872, + 12874 ], "loc": { "start": { - "line": 366, + "line": 373, "column": 25 }, "end": { - "line": 366, + "line": 373, "column": 27 } } @@ -29197,31 +29398,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 12726, - 12742 + 12875, + 12891 ], "loc": { "start": { - "line": 366, + "line": 373, "column": 28 }, "end": { - "line": 366, + "line": 373, "column": 44 } } }, "range": [ - 12723, - 12742 + 12872, + 12891 ], "loc": { "start": { - "line": 366, + "line": 373, "column": 25 }, "end": { - "line": 366, + "line": 373, "column": 44 } } @@ -29231,47 +29432,47 @@ "type": "Identifier", "name": "idx", "range": [ - 12743, - 12746 + 12892, + 12895 ], "loc": { "start": { - "line": 366, + "line": 373, "column": 45 }, "end": { - "line": 366, + "line": 373, "column": 48 } } } ], "range": [ - 12723, - 12747 + 12872, + 12896 ], "loc": { "start": { - "line": 366, + "line": 373, "column": 25 }, "end": { - "line": 366, + "line": 373, "column": 49 } } }, "range": [ - 12714, - 12747 + 12863, + 12896 ], "loc": { "start": { - "line": 366, + "line": 373, "column": 16 }, "end": { - "line": 366, + "line": 373, "column": 49 } } @@ -29279,16 +29480,16 @@ ], "kind": "let", "range": [ - 12710, - 12748 + 12859, + 12897 ], "loc": { "start": { - "line": 366, + "line": 373, "column": 12 }, "end": { - "line": 366, + "line": 373, "column": 50 } } @@ -29302,16 +29503,16 @@ "type": "Identifier", "name": "img", "range": [ - 12765, - 12768 + 12914, + 12917 ], "loc": { "start": { - "line": 367, + "line": 374, "column": 16 }, "end": { - "line": 367, + "line": 374, "column": 19 } } @@ -29325,16 +29526,16 @@ "type": "Identifier", "name": "Dom", "range": [ - 12771, - 12774 + 12920, + 12923 ], "loc": { "start": { - "line": 367, + "line": 374, "column": 22 }, "end": { - "line": 367, + "line": 374, "column": 25 } } @@ -29343,31 +29544,31 @@ "type": "Identifier", "name": "tag", "range": [ - 12775, - 12778 + 12924, + 12927 ], "loc": { "start": { - "line": 367, + "line": 374, "column": 26 }, "end": { - "line": 367, + "line": 374, "column": 29 } } }, "range": [ - 12771, - 12778 + 12920, + 12927 ], "loc": { "start": { - "line": 367, + "line": 374, "column": 22 }, "end": { - "line": 367, + "line": 374, "column": 29 } } @@ -29377,16 +29578,16 @@ "type": "Identifier", "name": "header", "range": [ - 12779, - 12785 + 12928, + 12934 ], "loc": { "start": { - "line": 367, + "line": 374, "column": 30 }, "end": { - "line": 367, + "line": 374, "column": 36 } } @@ -29396,47 +29597,47 @@ "value": "img", "raw": "'img'", "range": [ - 12787, - 12792 + 12936, + 12941 ], "loc": { "start": { - "line": 367, + "line": 374, "column": 38 }, "end": { - "line": 367, + "line": 374, "column": 43 } } } ], "range": [ - 12771, - 12793 + 12920, + 12942 ], "loc": { "start": { - "line": 367, + "line": 374, "column": 22 }, "end": { - "line": 367, + "line": 374, "column": 44 } } }, "range": [ - 12765, - 12793 + 12914, + 12942 ], "loc": { "start": { - "line": 367, + "line": 374, "column": 16 }, "end": { - "line": 367, + "line": 374, "column": 44 } } @@ -29444,16 +29645,16 @@ ], "kind": "let", "range": [ - 12761, - 12794 + 12910, + 12943 ], "loc": { "start": { - "line": 367, + "line": 374, "column": 12 }, "end": { - "line": 367, + "line": 374, "column": 45 } } @@ -29470,16 +29671,16 @@ "type": "Identifier", "name": "img", "range": [ - 12812, - 12815 + 12961, + 12964 ], "loc": { "start": { - "line": 369, + "line": 376, "column": 16 }, "end": { - "line": 369, + "line": 376, "column": 19 } } @@ -29488,31 +29689,31 @@ "type": "Identifier", "name": "length", "range": [ - 12816, - 12822 + 12965, + 12971 ], "loc": { "start": { - "line": 369, + "line": 376, "column": 20 }, "end": { - "line": 369, + "line": 376, "column": 26 } } }, "range": [ - 12812, - 12822 + 12961, + 12971 ], "loc": { "start": { - "line": 369, + "line": 376, "column": 16 }, "end": { - "line": 369, + "line": 376, "column": 26 } } @@ -29522,31 +29723,31 @@ "value": 1, "raw": "1", "range": [ - 12827, - 12828 + 12976, + 12977 ], "loc": { "start": { - "line": 369, + "line": 376, "column": 31 }, "end": { - "line": 369, + "line": 376, "column": 32 } } }, "range": [ - 12812, - 12828 + 12961, + 12977 ], "loc": { "start": { - "line": 369, + "line": 376, "column": 16 }, "end": { - "line": 369, + "line": 376, "column": 32 } } @@ -29565,16 +29766,16 @@ "type": "Identifier", "name": "header", "range": [ - 12848, - 12854 + 12997, + 13003 ], "loc": { "start": { - "line": 370, + "line": 377, "column": 16 }, "end": { - "line": 370, + "line": 377, "column": 22 } } @@ -29583,31 +29784,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 12855, - 12866 + 13004, + 13015 ], "loc": { "start": { - "line": 370, + "line": 377, "column": 23 }, "end": { - "line": 370, + "line": 377, "column": 34 } } }, "range": [ - 12848, - 12866 + 12997, + 13015 ], "loc": { "start": { - "line": 370, + "line": 377, "column": 16 }, "end": { - "line": 370, + "line": 377, "column": 34 } } @@ -29620,16 +29821,16 @@ "type": "Identifier", "name": "img", "range": [ - 12867, - 12870 + 13016, + 13019 ], "loc": { "start": { - "line": 370, + "line": 377, "column": 35 }, "end": { - "line": 370, + "line": 377, "column": 38 } } @@ -29639,141 +29840,248 @@ "value": 0, "raw": "0", "range": [ - 12871, - 12872 + 13020, + 13021 ], "loc": { "start": { - "line": 370, + "line": 377, "column": 39 }, "end": { - "line": 370, + "line": 377, "column": 40 } } }, "range": [ - 12867, - 12873 + 13016, + 13022 ], "loc": { "start": { - "line": 370, + "line": 377, "column": 35 }, "end": { - "line": 370, + "line": 377, "column": 41 } } } ], "range": [ - 12848, - 12874 + 12997, + 13023 ], "loc": { "start": { - "line": 370, + "line": 377, "column": 16 }, "end": { - "line": 370, + "line": 377, "column": 42 } } }, "range": [ - 12848, - 12875 + 12997, + 13024 ], "loc": { "start": { - "line": 370, + "line": 377, "column": 16 }, "end": { - "line": 370, + "line": 377, "column": 43 } } } ], "range": [ - 12830, - 12889 + 12979, + 13038 ], "loc": { "start": { - "line": 369, + "line": 376, "column": 34 }, "end": { - "line": 371, + "line": 378, "column": 13 } } }, "alternate": null, "range": [ - 12808, - 12889 + 12957, + 13038 ], "loc": { "start": { - "line": 369, + "line": 376, "column": 12 }, "end": { - "line": 371, + "line": 378, "column": 13 } } } ], "range": [ - 12696, - 12899 + 12845, + 13048 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 51 }, "end": { - "line": 372, + "line": 379, "column": 9 } } }, "range": [ - 12653, - 12899 + 12802, + 13048 ], "loc": { "start": { - "line": 365, + "line": 372, "column": 8 }, "end": { - "line": 372, + "line": 379, "column": 9 } } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 13057, + 13061 + ], + "loc": { + "start": { + "line": 380, + "column": 8 + }, + "end": { + "line": 380, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 13062, + 13073 + ], + "loc": { + "start": { + "line": 380, + "column": 13 + }, + "end": { + "line": 380, + "column": 24 + } + } + }, + "range": [ + 13057, + 13073 + ], + "loc": { + "start": { + "line": 380, + "column": 8 + }, + "end": { + "line": 380, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": false, + "raw": "false", + "range": [ + 13076, + 13081 + ], + "loc": { + "start": { + "line": 380, + "column": 27 + }, + "end": { + "line": 380, + "column": 32 + } + } + }, + "range": [ + 13057, + 13081 + ], + "loc": { + "start": { + "line": 380, + "column": 8 + }, + "end": { + "line": 380, + "column": 32 + } + } + }, + "range": [ + 13057, + 13082 + ], + "loc": { + "start": { + "line": 380, + "column": 8 + }, + "end": { + "line": 380, + "column": 33 + } + } } ], "range": [ - 12380, - 12905 + 12466, + 13088 ], "loc": { "start": { - "line": 356, + "line": 360, "column": 14 }, "end": { - "line": 373, + "line": 381, "column": 5 } } @@ -29781,16 +30089,16 @@ "generator": false, "expression": false, "range": [ - 12377, - 12905 + 12463, + 13088 ], "loc": { "start": { - "line": 356, + "line": 360, "column": 11 }, "end": { - "line": 373, + "line": 381, "column": 5 } } @@ -29798,16 +30106,16 @@ "kind": "method", "computed": false, "range": [ - 12370, - 12905 + 12456, + 13088 ], "loc": { "start": { - "line": 356, + "line": 360, "column": 4 }, "end": { - "line": 373, + "line": 381, "column": 5 } }, @@ -29816,16 +30124,16 @@ "type": "Block", "value": "*\n * Destroy sort\n ", "range": [ - 12334, - 12365 + 12420, + 12451 ], "loc": { "start": { - "line": 353, + "line": 357, "column": 4 }, "end": { - "line": 355, + "line": 359, "column": 7 } } @@ -29835,31 +30143,31 @@ } ], "range": [ - 268, - 12908 + 323, + 13091 ], "loc": { "start": { - "line": 8, - "column": 42 + "line": 9, + "column": 58 }, "end": { - "line": 375, + "line": 383, "column": 1 } } }, "range": [ - 241, - 12908 + 280, + 13091 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 15 }, "end": { - "line": 375, + "line": 383, "column": 1 } }, @@ -29869,16 +30177,16 @@ "type": "Line", "value": "Converters", "range": [ - 12910, - 12922 + 13093, + 13105 ], "loc": { "start": { - "line": 377, + "line": 385, "column": 0 }, "end": { - "line": 377, + "line": 385, "column": 12 } } @@ -29886,16 +30194,16 @@ ] }, "range": [ - 226, - 12908 + 265, + 13091 ], "loc": { "start": { - "line": 8, + "line": 9, "column": 0 }, "end": { - "line": 375, + "line": 383, "column": 1 } }, @@ -29904,16 +30212,16 @@ "type": "Line", "value": "Converters", "range": [ - 12910, - 12922 + 13093, + 13105 ], "loc": { "start": { - "line": 377, + "line": 385, "column": 0 }, "end": { - "line": 377, + "line": 385, "column": 12 } } @@ -29926,16 +30234,16 @@ "type": "Identifier", "name": "usNumberConverter", "range": [ - 12932, - 12949 + 13115, + 13132 ], "loc": { "start": { - "line": 378, + "line": 386, "column": 9 }, "end": { - "line": 378, + "line": 386, "column": 26 } } @@ -29945,16 +30253,16 @@ "type": "Identifier", "name": "s", "range": [ - 12950, - 12951 + 13133, + 13134 ], "loc": { "start": { - "line": 378, + "line": 386, "column": 27 }, "end": { - "line": 378, + "line": 386, "column": 28 } } @@ -29974,16 +30282,16 @@ "type": "Identifier", "name": "Helpers", "range": [ - 12966, - 12973 + 13149, + 13156 ], "loc": { "start": { - "line": 379, + "line": 387, "column": 11 }, "end": { - "line": 379, + "line": 387, "column": 18 } } @@ -29992,31 +30300,31 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 12974, - 12988 + 13157, + 13171 ], "loc": { "start": { - "line": 379, + "line": 387, "column": 19 }, "end": { - "line": 379, + "line": 387, "column": 33 } } }, "range": [ - 12966, - 12988 + 13149, + 13171 ], "loc": { "start": { - "line": 379, + "line": 387, "column": 11 }, "end": { - "line": 379, + "line": 387, "column": 33 } } @@ -30026,16 +30334,16 @@ "type": "Identifier", "name": "s", "range": [ - 12989, - 12990 + 13172, + 13173 ], "loc": { "start": { - "line": 379, + "line": 387, "column": 34 }, "end": { - "line": 379, + "line": 387, "column": 35 } } @@ -30045,63 +30353,63 @@ "value": "us", "raw": "'us'", "range": [ - 12992, - 12996 + 13175, + 13179 ], "loc": { "start": { - "line": 379, + "line": 387, "column": 37 }, "end": { - "line": 379, + "line": 387, "column": 41 } } } ], "range": [ - 12966, - 12997 + 13149, + 13180 ], "loc": { "start": { - "line": 379, + "line": 387, "column": 11 }, "end": { - "line": 379, + "line": 387, "column": 42 } } }, "range": [ - 12959, - 12998 + 13142, + 13181 ], "loc": { "start": { - "line": 379, + "line": 387, "column": 4 }, "end": { - "line": 379, + "line": 387, "column": 43 } } } ], "range": [ - 12953, - 13000 + 13136, + 13183 ], "loc": { "start": { - "line": 378, + "line": 386, "column": 30 }, "end": { - "line": 380, + "line": 388, "column": 1 } } @@ -30109,16 +30417,16 @@ "generator": false, "expression": false, "range": [ - 12923, - 13000 + 13106, + 13183 ], "loc": { "start": { - "line": 378, + "line": 386, "column": 0 }, "end": { - "line": 380, + "line": 388, "column": 1 } }, @@ -30127,16 +30435,16 @@ "type": "Line", "value": "Converters", "range": [ - 12910, - 12922 + 13093, + 13105 ], "loc": { "start": { - "line": 377, + "line": 385, "column": 0 }, "end": { - "line": 377, + "line": 385, "column": 12 } } @@ -30149,16 +30457,16 @@ "type": "Identifier", "name": "euNumberConverter", "range": [ - 13010, - 13027 + 13193, + 13210 ], "loc": { "start": { - "line": 381, + "line": 389, "column": 9 }, "end": { - "line": 381, + "line": 389, "column": 26 } } @@ -30168,16 +30476,16 @@ "type": "Identifier", "name": "s", "range": [ - 13028, - 13029 + 13211, + 13212 ], "loc": { "start": { - "line": 381, + "line": 389, "column": 27 }, "end": { - "line": 381, + "line": 389, "column": 28 } } @@ -30197,16 +30505,16 @@ "type": "Identifier", "name": "Helpers", "range": [ - 13044, - 13051 + 13227, + 13234 ], "loc": { "start": { - "line": 382, + "line": 390, "column": 11 }, "end": { - "line": 382, + "line": 390, "column": 18 } } @@ -30215,31 +30523,31 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 13052, - 13066 + 13235, + 13249 ], "loc": { "start": { - "line": 382, + "line": 390, "column": 19 }, "end": { - "line": 382, + "line": 390, "column": 33 } } }, "range": [ - 13044, - 13066 + 13227, + 13249 ], "loc": { "start": { - "line": 382, + "line": 390, "column": 11 }, "end": { - "line": 382, + "line": 390, "column": 33 } } @@ -30249,16 +30557,16 @@ "type": "Identifier", "name": "s", "range": [ - 13067, - 13068 + 13250, + 13251 ], "loc": { "start": { - "line": 382, + "line": 390, "column": 34 }, "end": { - "line": 382, + "line": 390, "column": 35 } } @@ -30268,63 +30576,63 @@ "value": "eu", "raw": "'eu'", "range": [ - 13070, - 13074 + 13253, + 13257 ], "loc": { "start": { - "line": 382, + "line": 390, "column": 37 }, "end": { - "line": 382, + "line": 390, "column": 41 } } } ], "range": [ - 13044, - 13075 + 13227, + 13258 ], "loc": { "start": { - "line": 382, + "line": 390, "column": 11 }, "end": { - "line": 382, + "line": 390, "column": 42 } } }, "range": [ - 13037, - 13076 + 13220, + 13259 ], "loc": { "start": { - "line": 382, + "line": 390, "column": 4 }, "end": { - "line": 382, + "line": 390, "column": 43 } } } ], "range": [ - 13031, - 13078 + 13214, + 13261 ], "loc": { "start": { - "line": 381, + "line": 389, "column": 30 }, "end": { - "line": 383, + "line": 391, "column": 1 } } @@ -30332,16 +30640,16 @@ "generator": false, "expression": false, "range": [ - 13001, - 13078 + 13184, + 13261 ], "loc": { "start": { - "line": 381, + "line": 389, "column": 0 }, "end": { - "line": 383, + "line": 391, "column": 1 } } @@ -30352,16 +30660,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 13088, - 13101 + 13271, + 13284 ], "loc": { "start": { - "line": 384, + "line": 392, "column": 9 }, "end": { - "line": 384, + "line": 392, "column": 22 } } @@ -30371,16 +30679,16 @@ "type": "Identifier", "name": "s", "range": [ - 13102, - 13103 + 13285, + 13286 ], "loc": { "start": { - "line": 384, + "line": 392, "column": 23 }, "end": { - "line": 384, + "line": 392, "column": 24 } } @@ -30389,16 +30697,16 @@ "type": "Identifier", "name": "format", "range": [ - 13105, - 13111 + 13288, + 13294 ], "loc": { "start": { - "line": 384, + "line": 392, "column": 26 }, "end": { - "line": 384, + "line": 392, "column": 32 } } @@ -30418,16 +30726,16 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 13126, - 13136 + 13309, + 13319 ], "loc": { "start": { - "line": 385, + "line": 393, "column": 11 }, "end": { - "line": 385, + "line": 393, "column": 21 } } @@ -30436,31 +30744,31 @@ "type": "Identifier", "name": "format", "range": [ - 13137, - 13143 + 13320, + 13326 ], "loc": { "start": { - "line": 385, + "line": 393, "column": 22 }, "end": { - "line": 385, + "line": 393, "column": 28 } } }, "range": [ - 13126, - 13143 + 13309, + 13326 ], "loc": { "start": { - "line": 385, + "line": 393, "column": 11 }, "end": { - "line": 385, + "line": 393, "column": 28 } } @@ -30470,16 +30778,16 @@ "type": "Identifier", "name": "s", "range": [ - 13144, - 13145 + 13327, + 13328 ], "loc": { "start": { - "line": 385, + "line": 393, "column": 29 }, "end": { - "line": 385, + "line": 393, "column": 30 } } @@ -30488,63 +30796,63 @@ "type": "Identifier", "name": "format", "range": [ - 13147, - 13153 + 13330, + 13336 ], "loc": { "start": { - "line": 385, + "line": 393, "column": 32 }, "end": { - "line": 385, + "line": 393, "column": 38 } } } ], "range": [ - 13126, - 13154 + 13309, + 13337 ], "loc": { "start": { - "line": 385, + "line": 393, "column": 11 }, "end": { - "line": 385, + "line": 393, "column": 39 } } }, "range": [ - 13119, - 13155 + 13302, + 13338 ], "loc": { "start": { - "line": 385, + "line": 393, "column": 4 }, "end": { - "line": 385, + "line": 393, "column": 40 } } } ], "range": [ - 13113, - 13157 + 13296, + 13340 ], "loc": { "start": { - "line": 384, + "line": 392, "column": 34 }, "end": { - "line": 386, + "line": 394, "column": 1 } } @@ -30552,16 +30860,16 @@ "generator": false, "expression": false, "range": [ - 13079, - 13157 + 13262, + 13340 ], "loc": { "start": { - "line": 384, + "line": 392, "column": 0 }, "end": { - "line": 386, + "line": 394, "column": 1 } } @@ -30572,16 +30880,16 @@ "type": "Identifier", "name": "dmyDateConverter", "range": [ - 13167, - 13183 + 13350, + 13366 ], "loc": { "start": { - "line": 387, + "line": 395, "column": 9 }, "end": { - "line": 387, + "line": 395, "column": 25 } } @@ -30591,16 +30899,16 @@ "type": "Identifier", "name": "s", "range": [ - 13184, - 13185 + 13367, + 13368 ], "loc": { "start": { - "line": 387, + "line": 395, "column": 26 }, "end": { - "line": 387, + "line": 395, "column": 27 } } @@ -30617,16 +30925,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 13200, - 13213 + 13383, + 13396 ], "loc": { "start": { - "line": 388, + "line": 396, "column": 11 }, "end": { - "line": 388, + "line": 396, "column": 24 } } @@ -30636,16 +30944,16 @@ "type": "Identifier", "name": "s", "range": [ - 13214, - 13215 + 13397, + 13398 ], "loc": { "start": { - "line": 388, + "line": 396, "column": 25 }, "end": { - "line": 388, + "line": 396, "column": 26 } } @@ -30655,63 +30963,63 @@ "value": "DMY", "raw": "'DMY'", "range": [ - 13217, - 13222 + 13400, + 13405 ], "loc": { "start": { - "line": 388, + "line": 396, "column": 28 }, "end": { - "line": 388, + "line": 396, "column": 33 } } } ], "range": [ - 13200, - 13223 + 13383, + 13406 ], "loc": { "start": { - "line": 388, + "line": 396, "column": 11 }, "end": { - "line": 388, + "line": 396, "column": 34 } } }, "range": [ - 13193, - 13224 + 13376, + 13407 ], "loc": { "start": { - "line": 388, + "line": 396, "column": 4 }, "end": { - "line": 388, + "line": 396, "column": 35 } } } ], "range": [ - 13187, - 13226 + 13370, + 13409 ], "loc": { "start": { - "line": 387, + "line": 395, "column": 29 }, "end": { - "line": 389, + "line": 397, "column": 1 } } @@ -30719,16 +31027,16 @@ "generator": false, "expression": false, "range": [ - 13158, - 13226 + 13341, + 13409 ], "loc": { "start": { - "line": 387, + "line": 395, "column": 0 }, "end": { - "line": 389, + "line": 397, "column": 1 } } @@ -30739,16 +31047,16 @@ "type": "Identifier", "name": "mdyDateConverter", "range": [ - 13236, - 13252 + 13419, + 13435 ], "loc": { "start": { - "line": 390, + "line": 398, "column": 9 }, "end": { - "line": 390, + "line": 398, "column": 25 } } @@ -30758,16 +31066,16 @@ "type": "Identifier", "name": "s", "range": [ - 13253, - 13254 + 13436, + 13437 ], "loc": { "start": { - "line": 390, + "line": 398, "column": 26 }, "end": { - "line": 390, + "line": 398, "column": 27 } } @@ -30784,16 +31092,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 13269, - 13282 + 13452, + 13465 ], "loc": { "start": { - "line": 391, + "line": 399, "column": 11 }, "end": { - "line": 391, + "line": 399, "column": 24 } } @@ -30803,16 +31111,16 @@ "type": "Identifier", "name": "s", "range": [ - 13283, - 13284 + 13466, + 13467 ], "loc": { "start": { - "line": 391, + "line": 399, "column": 25 }, "end": { - "line": 391, + "line": 399, "column": 26 } } @@ -30822,63 +31130,63 @@ "value": "MDY", "raw": "'MDY'", "range": [ - 13286, - 13291 + 13469, + 13474 ], "loc": { "start": { - "line": 391, + "line": 399, "column": 28 }, "end": { - "line": 391, + "line": 399, "column": 33 } } } ], "range": [ - 13269, - 13292 + 13452, + 13475 ], "loc": { "start": { - "line": 391, + "line": 399, "column": 11 }, "end": { - "line": 391, + "line": 399, "column": 34 } } }, "range": [ - 13262, - 13293 + 13445, + 13476 ], "loc": { "start": { - "line": 391, + "line": 399, "column": 4 }, "end": { - "line": 391, + "line": 399, "column": 35 } } } ], "range": [ - 13256, - 13295 + 13439, + 13478 ], "loc": { "start": { - "line": 390, + "line": 398, "column": 29 }, "end": { - "line": 392, + "line": 400, "column": 1 } } @@ -30886,16 +31194,16 @@ "generator": false, "expression": false, "range": [ - 13227, - 13295 + 13410, + 13478 ], "loc": { "start": { - "line": 390, + "line": 398, "column": 0 }, "end": { - "line": 392, + "line": 400, "column": 1 } } @@ -30906,16 +31214,16 @@ "type": "Identifier", "name": "ymdDateConverter", "range": [ - 13305, - 13321 + 13488, + 13504 ], "loc": { "start": { - "line": 393, + "line": 401, "column": 9 }, "end": { - "line": 393, + "line": 401, "column": 25 } } @@ -30925,16 +31233,16 @@ "type": "Identifier", "name": "s", "range": [ - 13322, - 13323 + 13505, + 13506 ], "loc": { "start": { - "line": 393, + "line": 401, "column": 26 }, "end": { - "line": 393, + "line": 401, "column": 27 } } @@ -30951,16 +31259,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 13338, - 13351 + 13521, + 13534 ], "loc": { "start": { - "line": 394, + "line": 402, "column": 11 }, "end": { - "line": 394, + "line": 402, "column": 24 } } @@ -30970,16 +31278,16 @@ "type": "Identifier", "name": "s", "range": [ - 13352, - 13353 + 13535, + 13536 ], "loc": { "start": { - "line": 394, + "line": 402, "column": 25 }, "end": { - "line": 394, + "line": 402, "column": 26 } } @@ -30989,63 +31297,63 @@ "value": "YMD", "raw": "'YMD'", "range": [ - 13355, - 13360 + 13538, + 13543 ], "loc": { "start": { - "line": 394, + "line": 402, "column": 28 }, "end": { - "line": 394, + "line": 402, "column": 33 } } } ], "range": [ - 13338, - 13361 + 13521, + 13544 ], "loc": { "start": { - "line": 394, + "line": 402, "column": 11 }, "end": { - "line": 394, + "line": 402, "column": 34 } } }, "range": [ - 13331, - 13362 + 13514, + 13545 ], "loc": { "start": { - "line": 394, + "line": 402, "column": 4 }, "end": { - "line": 394, + "line": 402, "column": 35 } } } ], "range": [ - 13325, - 13364 + 13508, + 13547 ], "loc": { "start": { - "line": 393, + "line": 401, "column": 29 }, "end": { - "line": 395, + "line": 403, "column": 1 } } @@ -31053,16 +31361,16 @@ "generator": false, "expression": false, "range": [ - 13296, - 13364 + 13479, + 13547 ], "loc": { "start": { - "line": 393, + "line": 401, "column": 0 }, "end": { - "line": 395, + "line": 403, "column": 1 } } @@ -31073,16 +31381,16 @@ "type": "Identifier", "name": "ddmmmyyyyDateConverter", "range": [ - 13374, - 13396 + 13557, + 13579 ], "loc": { "start": { - "line": 396, + "line": 404, "column": 9 }, "end": { - "line": 396, + "line": 404, "column": 31 } } @@ -31092,16 +31400,16 @@ "type": "Identifier", "name": "s", "range": [ - 13397, - 13398 + 13580, + 13581 ], "loc": { "start": { - "line": 396, + "line": 404, "column": 32 }, "end": { - "line": 396, + "line": 404, "column": 33 } } @@ -31118,16 +31426,16 @@ "type": "Identifier", "name": "dateConverter", "range": [ - 13413, - 13426 + 13596, + 13609 ], "loc": { "start": { - "line": 397, + "line": 405, "column": 11 }, "end": { - "line": 397, + "line": 405, "column": 24 } } @@ -31137,16 +31445,16 @@ "type": "Identifier", "name": "s", "range": [ - 13427, - 13428 + 13610, + 13611 ], "loc": { "start": { - "line": 397, + "line": 405, "column": 25 }, "end": { - "line": 397, + "line": 405, "column": 26 } } @@ -31156,63 +31464,63 @@ "value": "DDMMMYYYY", "raw": "'DDMMMYYYY'", "range": [ - 13430, - 13441 + 13613, + 13624 ], "loc": { "start": { - "line": 397, + "line": 405, "column": 28 }, "end": { - "line": 397, + "line": 405, "column": 39 } } } ], "range": [ - 13413, - 13442 + 13596, + 13625 ], "loc": { "start": { - "line": 397, + "line": 405, "column": 11 }, "end": { - "line": 397, + "line": 405, "column": 40 } } }, "range": [ - 13406, - 13443 + 13589, + 13626 ], "loc": { "start": { - "line": 397, + "line": 405, "column": 4 }, "end": { - "line": 397, + "line": 405, "column": 41 } } } ], "range": [ - 13400, - 13445 + 13583, + 13628 ], "loc": { "start": { - "line": 396, + "line": 404, "column": 35 }, "end": { - "line": 398, + "line": 406, "column": 1 } } @@ -31220,16 +31528,16 @@ "generator": false, "expression": false, "range": [ - 13365, - 13445 + 13548, + 13628 ], "loc": { "start": { - "line": 396, + "line": 404, "column": 0 }, "end": { - "line": 398, + "line": 406, "column": 1 } } @@ -31240,16 +31548,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 13456, - 13465 + 13639, + 13648 ], "loc": { "start": { - "line": 400, + "line": 408, "column": 9 }, "end": { - "line": 400, + "line": 408, "column": 18 } } @@ -31259,16 +31567,16 @@ "type": "Identifier", "name": "value", "range": [ - 13466, - 13471 + 13649, + 13654 ], "loc": { "start": { - "line": 400, + "line": 408, "column": 19 }, "end": { - "line": 400, + "line": 408, "column": 24 } } @@ -31286,16 +31594,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13483, - 13487 + 13666, + 13670 ], "loc": { "start": { - "line": 401, + "line": 409, "column": 8 }, "end": { - "line": 401, + "line": 409, "column": 12 } } @@ -31309,16 +31617,16 @@ "type": "Identifier", "name": "value", "range": [ - 13490, - 13495 + 13673, + 13678 ], "loc": { "start": { - "line": 401, + "line": 409, "column": 15 }, "end": { - "line": 401, + "line": 409, "column": 20 } } @@ -31327,31 +31635,31 @@ "type": "Identifier", "name": "split", "range": [ - 13496, - 13501 + 13679, + 13684 ], "loc": { "start": { - "line": 401, + "line": 409, "column": 21 }, "end": { - "line": 401, + "line": 409, "column": 26 } } }, "range": [ - 13490, - 13501 + 13673, + 13684 ], "loc": { "start": { - "line": 401, + "line": 409, "column": 15 }, "end": { - "line": 401, + "line": 409, "column": 26 } } @@ -31362,47 +31670,47 @@ "value": ".", "raw": "'.'", "range": [ - 13502, - 13505 + 13685, + 13688 ], "loc": { "start": { - "line": 401, + "line": 409, "column": 27 }, "end": { - "line": 401, + "line": 409, "column": 30 } } } ], "range": [ - 13490, - 13506 + 13673, + 13689 ], "loc": { "start": { - "line": 401, + "line": 409, "column": 15 }, "end": { - "line": 401, + "line": 409, "column": 31 } } }, "range": [ - 13483, - 13506 + 13666, + 13689 ], "loc": { "start": { - "line": 401, + "line": 409, "column": 8 }, "end": { - "line": 401, + "line": 409, "column": 31 } } @@ -31410,16 +31718,16 @@ ], "kind": "let", "range": [ - 13479, - 13507 + 13662, + 13690 ], "loc": { "start": { - "line": 401, + "line": 409, "column": 4 }, "end": { - "line": 401, + "line": 409, "column": 32 } } @@ -31435,32 +31743,32 @@ "type": "Identifier", "name": "x", "range": [ - 13521, - 13522 + 13704, + 13705 ], "loc": { "start": { - "line": 402, + "line": 410, "column": 13 }, "end": { - "line": 402, + "line": 410, "column": 14 } } }, "init": null, "range": [ - 13521, - 13522 + 13704, + 13705 ], "loc": { "start": { - "line": 402, + "line": 410, "column": 13 }, "end": { - "line": 402, + "line": 410, "column": 14 } } @@ -31468,16 +31776,16 @@ ], "kind": "let", "range": [ - 13517, - 13522 + 13700, + 13705 ], "loc": { "start": { - "line": 402, + "line": 410, "column": 9 }, "end": { - "line": 402, + "line": 410, "column": 14 } } @@ -31486,16 +31794,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13526, - 13530 + 13709, + 13713 ], "loc": { "start": { - "line": 402, + "line": 410, "column": 18 }, "end": { - "line": 402, + "line": 410, "column": 22 } } @@ -31512,16 +31820,16 @@ "type": "Identifier", "name": "val", "range": [ - 13546, - 13549 + 13729, + 13732 ], "loc": { "start": { - "line": 403, + "line": 411, "column": 12 }, "end": { - "line": 403, + "line": 411, "column": 15 } } @@ -31533,16 +31841,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13552, - 13556 + 13735, + 13739 ], "loc": { "start": { - "line": 403, + "line": 411, "column": 18 }, "end": { - "line": 403, + "line": 411, "column": 22 } } @@ -31551,46 +31859,46 @@ "type": "Identifier", "name": "x", "range": [ - 13557, - 13558 + 13740, + 13741 ], "loc": { "start": { - "line": 403, + "line": 411, "column": 23 }, "end": { - "line": 403, + "line": 411, "column": 24 } } }, "range": [ - 13552, - 13559 + 13735, + 13742 ], "loc": { "start": { - "line": 403, + "line": 411, "column": 18 }, "end": { - "line": 403, + "line": 411, "column": 25 } } }, "range": [ - 13546, - 13559 + 13729, + 13742 ], "loc": { "start": { - "line": 403, + "line": 411, "column": 12 }, "end": { - "line": 403, + "line": 411, "column": 25 } } @@ -31598,16 +31906,16 @@ ], "kind": "let", "range": [ - 13542, - 13560 + 13725, + 13743 ], "loc": { "start": { - "line": 403, + "line": 411, "column": 8 }, "end": { - "line": 403, + "line": 411, "column": 26 } } @@ -31622,16 +31930,16 @@ "value": 3, "raw": "3", "range": [ - 13576, - 13577 + 13759, + 13760 ], "loc": { "start": { - "line": 404, + "line": 412, "column": 15 }, "end": { - "line": 404, + "line": 412, "column": 16 } } @@ -31643,16 +31951,16 @@ "type": "Identifier", "name": "val", "range": [ - 13580, - 13583 + 13763, + 13766 ], "loc": { "start": { - "line": 404, + "line": 412, "column": 19 }, "end": { - "line": 404, + "line": 412, "column": 22 } } @@ -31661,46 +31969,46 @@ "type": "Identifier", "name": "length", "range": [ - 13584, - 13590 + 13767, + 13773 ], "loc": { "start": { - "line": 404, + "line": 412, "column": 23 }, "end": { - "line": 404, + "line": 412, "column": 29 } } }, "range": [ - 13580, - 13590 + 13763, + 13773 ], "loc": { "start": { - "line": 404, + "line": 412, "column": 19 }, "end": { - "line": 404, + "line": 412, "column": 29 } } }, "range": [ - 13576, - 13590 + 13759, + 13773 ], "loc": { "start": { - "line": 404, + "line": 412, "column": 15 }, "end": { - "line": 404, + "line": 412, "column": 29 } } @@ -31717,16 +32025,16 @@ "type": "Identifier", "name": "val", "range": [ - 13606, - 13609 + 13789, + 13792 ], "loc": { "start": { - "line": 405, + "line": 413, "column": 12 }, "end": { - "line": 405, + "line": 413, "column": 15 } } @@ -31739,16 +32047,16 @@ "value": "0", "raw": "'0'", "range": [ - 13612, - 13615 + 13795, + 13798 ], "loc": { "start": { - "line": 405, + "line": 413, "column": 18 }, "end": { - "line": 405, + "line": 413, "column": 21 } } @@ -31757,92 +32065,92 @@ "type": "Identifier", "name": "val", "range": [ - 13618, - 13621 + 13801, + 13804 ], "loc": { "start": { - "line": 405, + "line": 413, "column": 24 }, "end": { - "line": 405, + "line": 413, "column": 27 } } }, "range": [ - 13612, - 13621 + 13795, + 13804 ], "loc": { "start": { - "line": 405, + "line": 413, "column": 18 }, "end": { - "line": 405, + "line": 413, "column": 27 } } }, "range": [ - 13606, - 13621 + 13789, + 13804 ], "loc": { "start": { - "line": 405, + "line": 413, "column": 12 }, "end": { - "line": 405, + "line": 413, "column": 27 } } }, "range": [ - 13606, - 13622 + 13789, + 13805 ], "loc": { "start": { - "line": 405, + "line": 413, "column": 12 }, "end": { - "line": 405, + "line": 413, "column": 28 } } } ], "range": [ - 13592, - 13632 + 13775, + 13815 ], "loc": { "start": { - "line": 404, + "line": 412, "column": 31 }, "end": { - "line": 406, + "line": 414, "column": 9 } } }, "range": [ - 13569, - 13632 + 13752, + 13815 ], "loc": { "start": { - "line": 404, + "line": 412, "column": 8 }, "end": { - "line": 406, + "line": 414, "column": 9 } } @@ -31859,16 +32167,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13641, - 13645 + 13824, + 13828 ], "loc": { "start": { - "line": 407, + "line": 415, "column": 8 }, "end": { - "line": 407, + "line": 415, "column": 12 } } @@ -31877,31 +32185,31 @@ "type": "Identifier", "name": "x", "range": [ - 13646, - 13647 + 13829, + 13830 ], "loc": { "start": { - "line": 407, + "line": 415, "column": 13 }, "end": { - "line": 407, + "line": 415, "column": 14 } } }, "range": [ - 13641, - 13648 + 13824, + 13831 ], "loc": { "start": { - "line": 407, + "line": 415, "column": 8 }, "end": { - "line": 407, + "line": 415, "column": 15 } } @@ -31910,78 +32218,78 @@ "type": "Identifier", "name": "val", "range": [ - 13651, - 13654 + 13834, + 13837 ], "loc": { "start": { - "line": 407, + "line": 415, "column": 18 }, "end": { - "line": 407, + "line": 415, "column": 21 } } }, "range": [ - 13641, - 13654 + 13824, + 13837 ], "loc": { "start": { - "line": 407, + "line": 415, "column": 8 }, "end": { - "line": 407, + "line": 415, "column": 21 } } }, "range": [ - 13641, - 13655 + 13824, + 13838 ], "loc": { "start": { - "line": 407, + "line": 415, "column": 8 }, "end": { - "line": 407, + "line": 415, "column": 22 } } } ], "range": [ - 13532, - 13661 + 13715, + 13844 ], "loc": { "start": { - "line": 402, + "line": 410, "column": 24 }, "end": { - "line": 408, + "line": 416, "column": 5 } } }, "each": false, "range": [ - 13512, - 13661 + 13695, + 13844 ], "loc": { "start": { - "line": 402, + "line": 410, "column": 4 }, "end": { - "line": 408, + "line": 416, "column": 5 } } @@ -31997,16 +32305,16 @@ "type": "Identifier", "name": "vals", "range": [ - 13673, - 13677 + 13856, + 13860 ], "loc": { "start": { - "line": 409, + "line": 417, "column": 11 }, "end": { - "line": 409, + "line": 417, "column": 15 } } @@ -32015,31 +32323,31 @@ "type": "Identifier", "name": "join", "range": [ - 13678, - 13682 + 13861, + 13865 ], "loc": { "start": { - "line": 409, + "line": 417, "column": 16 }, "end": { - "line": 409, + "line": 417, "column": 20 } } }, "range": [ - 13673, - 13682 + 13856, + 13865 ], "loc": { "start": { - "line": 409, + "line": 417, "column": 11 }, "end": { - "line": 409, + "line": 417, "column": 20 } } @@ -32050,63 +32358,63 @@ "value": ".", "raw": "'.'", "range": [ - 13683, - 13686 + 13866, + 13869 ], "loc": { "start": { - "line": 409, + "line": 417, "column": 21 }, "end": { - "line": 409, + "line": 417, "column": 24 } } } ], "range": [ - 13673, - 13687 + 13856, + 13870 ], "loc": { "start": { - "line": 409, + "line": 417, "column": 11 }, "end": { - "line": 409, + "line": 417, "column": 25 } } }, "range": [ - 13666, - 13688 + 13849, + 13871 ], "loc": { "start": { - "line": 409, + "line": 417, "column": 4 }, "end": { - "line": 409, + "line": 417, "column": 26 } } } ], "range": [ - 13473, - 13690 + 13656, + 13873 ], "loc": { "start": { - "line": 400, + "line": 408, "column": 26 }, "end": { - "line": 410, + "line": 418, "column": 1 } } @@ -32114,16 +32422,16 @@ "generator": false, "expression": false, "range": [ - 13447, - 13690 + 13630, + 13873 ], "loc": { "start": { - "line": 400, + "line": 408, "column": 0 }, "end": { - "line": 410, + "line": 418, "column": 1 } } @@ -32134,16 +32442,16 @@ "type": "Identifier", "name": "sortIP", "range": [ - 13701, - 13707 + 13884, + 13890 ], "loc": { "start": { - "line": 412, + "line": 420, "column": 9 }, "end": { - "line": 412, + "line": 420, "column": 15 } } @@ -32153,16 +32461,16 @@ "type": "Identifier", "name": "a", "range": [ - 13708, - 13709 + 13891, + 13892 ], "loc": { "start": { - "line": 412, + "line": 420, "column": 16 }, "end": { - "line": 412, + "line": 420, "column": 17 } } @@ -32171,16 +32479,16 @@ "type": "Identifier", "name": "b", "range": [ - 13711, - 13712 + 13894, + 13895 ], "loc": { "start": { - "line": 412, + "line": 420, "column": 19 }, "end": { - "line": 412, + "line": 420, "column": 20 } } @@ -32198,16 +32506,16 @@ "type": "Identifier", "name": "aa", "range": [ - 13724, - 13726 + 13907, + 13909 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 8 }, "end": { - "line": 413, + "line": 421, "column": 10 } } @@ -32218,16 +32526,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 13729, - 13738 + 13912, + 13921 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 13 }, "end": { - "line": 413, + "line": 421, "column": 22 } } @@ -32245,16 +32553,16 @@ "type": "Identifier", "name": "a", "range": [ - 13739, - 13740 + 13922, + 13923 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 23 }, "end": { - "line": 413, + "line": 421, "column": 24 } } @@ -32263,31 +32571,31 @@ "type": "Identifier", "name": "value", "range": [ - 13741, - 13746 + 13924, + 13929 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 25 }, "end": { - "line": 413, + "line": 421, "column": 30 } } }, "range": [ - 13739, - 13746 + 13922, + 13929 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 23 }, "end": { - "line": 413, + "line": 421, "column": 30 } } @@ -32296,78 +32604,78 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 13747, - 13758 + 13930, + 13941 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 31 }, "end": { - "line": 413, + "line": 421, "column": 42 } } }, "range": [ - 13739, - 13758 + 13922, + 13941 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 23 }, "end": { - "line": 413, + "line": 421, "column": 42 } } }, "arguments": [], "range": [ - 13739, - 13760 + 13922, + 13943 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 23 }, "end": { - "line": 413, + "line": 421, "column": 44 } } } ], "range": [ - 13729, - 13761 + 13912, + 13944 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 13 }, "end": { - "line": 413, + "line": 421, "column": 45 } } }, "range": [ - 13724, - 13761 + 13907, + 13944 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 8 }, "end": { - "line": 413, + "line": 421, "column": 45 } } @@ -32375,16 +32683,16 @@ ], "kind": "let", "range": [ - 13720, - 13762 + 13903, + 13945 ], "loc": { "start": { - "line": 413, + "line": 421, "column": 4 }, "end": { - "line": 413, + "line": 421, "column": 46 } } @@ -32398,16 +32706,16 @@ "type": "Identifier", "name": "bb", "range": [ - 13771, - 13773 + 13954, + 13956 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 8 }, "end": { - "line": 414, + "line": 422, "column": 10 } } @@ -32418,16 +32726,16 @@ "type": "Identifier", "name": "ipAddress", "range": [ - 13776, - 13785 + 13959, + 13968 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 13 }, "end": { - "line": 414, + "line": 422, "column": 22 } } @@ -32445,16 +32753,16 @@ "type": "Identifier", "name": "b", "range": [ - 13786, - 13787 + 13969, + 13970 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 23 }, "end": { - "line": 414, + "line": 422, "column": 24 } } @@ -32463,31 +32771,31 @@ "type": "Identifier", "name": "value", "range": [ - 13788, - 13793 + 13971, + 13976 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 25 }, "end": { - "line": 414, + "line": 422, "column": 30 } } }, "range": [ - 13786, - 13793 + 13969, + 13976 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 23 }, "end": { - "line": 414, + "line": 422, "column": 30 } } @@ -32496,78 +32804,78 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 13794, - 13805 + 13977, + 13988 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 31 }, "end": { - "line": 414, + "line": 422, "column": 42 } } }, "range": [ - 13786, - 13805 + 13969, + 13988 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 23 }, "end": { - "line": 414, + "line": 422, "column": 42 } } }, "arguments": [], "range": [ - 13786, - 13807 + 13969, + 13990 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 23 }, "end": { - "line": 414, + "line": 422, "column": 44 } } } ], "range": [ - 13776, - 13808 + 13959, + 13991 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 13 }, "end": { - "line": 414, + "line": 422, "column": 45 } } }, "range": [ - 13771, - 13808 + 13954, + 13991 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 8 }, "end": { - "line": 414, + "line": 422, "column": 45 } } @@ -32575,16 +32883,16 @@ ], "kind": "let", "range": [ - 13767, - 13809 + 13950, + 13992 ], "loc": { "start": { - "line": 414, + "line": 422, "column": 4 }, "end": { - "line": 414, + "line": 422, "column": 46 } } @@ -32598,16 +32906,16 @@ "type": "Identifier", "name": "aa", "range": [ - 13818, - 13820 + 14001, + 14003 ], "loc": { "start": { - "line": 415, + "line": 423, "column": 8 }, "end": { - "line": 415, + "line": 423, "column": 10 } } @@ -32616,31 +32924,31 @@ "type": "Identifier", "name": "bb", "range": [ - 13824, - 13826 + 14007, + 14009 ], "loc": { "start": { - "line": 415, + "line": 423, "column": 14 }, "end": { - "line": 415, + "line": 423, "column": 16 } } }, "range": [ - 13818, - 13826 + 14001, + 14009 ], "loc": { "start": { - "line": 415, + "line": 423, "column": 8 }, "end": { - "line": 415, + "line": 423, "column": 16 } } @@ -32655,47 +32963,47 @@ "value": 0, "raw": "0", "range": [ - 13845, - 13846 + 14028, + 14029 ], "loc": { "start": { - "line": 416, + "line": 424, "column": 15 }, "end": { - "line": 416, + "line": 424, "column": 16 } } }, "range": [ - 13838, - 13847 + 14021, + 14030 ], "loc": { "start": { - "line": 416, + "line": 424, "column": 8 }, "end": { - "line": 416, + "line": 424, "column": 17 } } } ], "range": [ - 13828, - 13853 + 14011, + 14036 ], "loc": { "start": { - "line": 415, + "line": 423, "column": 18 }, "end": { - "line": 417, + "line": 425, "column": 5 } } @@ -32709,16 +33017,16 @@ "type": "Identifier", "name": "aa", "range": [ - 13863, - 13865 + 14046, + 14048 ], "loc": { "start": { - "line": 417, + "line": 425, "column": 15 }, "end": { - "line": 417, + "line": 425, "column": 17 } } @@ -32727,31 +33035,31 @@ "type": "Identifier", "name": "bb", "range": [ - 13868, - 13870 + 14051, + 14053 ], "loc": { "start": { - "line": 417, + "line": 425, "column": 20 }, "end": { - "line": 417, + "line": 425, "column": 22 } } }, "range": [ - 13863, - 13870 + 14046, + 14053 ], "loc": { "start": { - "line": 417, + "line": 425, "column": 15 }, "end": { - "line": 417, + "line": 425, "column": 22 } } @@ -32769,63 +33077,63 @@ "value": 1, "raw": "1", "range": [ - 13890, - 13891 + 14073, + 14074 ], "loc": { "start": { - "line": 418, + "line": 426, "column": 16 }, "end": { - "line": 418, + "line": 426, "column": 17 } } }, "prefix": true, "range": [ - 13889, - 13891 + 14072, + 14074 ], "loc": { "start": { - "line": 418, + "line": 426, "column": 15 }, "end": { - "line": 418, + "line": 426, "column": 17 } } }, "range": [ - 13882, - 13892 + 14065, + 14075 ], "loc": { "start": { - "line": 418, + "line": 426, "column": 8 }, "end": { - "line": 418, + "line": 426, "column": 18 } } } ], "range": [ - 13872, - 13898 + 14055, + 14081 ], "loc": { "start": { - "line": 417, + "line": 425, "column": 24 }, "end": { - "line": 419, + "line": 427, "column": 5 } } @@ -32840,93 +33148,93 @@ "value": 1, "raw": "1", "range": [ - 13921, - 13922 + 14104, + 14105 ], "loc": { "start": { - "line": 420, + "line": 428, "column": 15 }, "end": { - "line": 420, + "line": 428, "column": 16 } } }, "range": [ - 13914, - 13923 + 14097, + 14106 ], "loc": { "start": { - "line": 420, + "line": 428, "column": 8 }, "end": { - "line": 420, + "line": 428, "column": 17 } } } ], "range": [ - 13904, - 13929 + 14087, + 14112 ], "loc": { "start": { - "line": 419, + "line": 427, "column": 11 }, "end": { - "line": 421, + "line": 429, "column": 5 } } }, "range": [ - 13859, - 13929 + 14042, + 14112 ], "loc": { "start": { - "line": 417, + "line": 425, "column": 11 }, "end": { - "line": 421, + "line": 429, "column": 5 } } }, "range": [ - 13814, - 13929 + 13997, + 14112 ], "loc": { "start": { - "line": 415, + "line": 423, "column": 4 }, "end": { - "line": 421, + "line": 429, "column": 5 } } } ], "range": [ - 13714, - 13931 + 13897, + 14114 ], "loc": { "start": { - "line": 412, + "line": 420, "column": 22 }, "end": { - "line": 422, + "line": 430, "column": 1 } } @@ -32934,16 +33242,16 @@ "generator": false, "expression": false, "range": [ - 13692, - 13931 + 13875, + 14114 ], "loc": { "start": { - "line": 412, + "line": 420, "column": 0 }, "end": { - "line": 422, + "line": 430, "column": 1 } } @@ -32952,7 +33260,7 @@ "sourceType": "module", "range": [ 0, - 13931 + 14114 ], "loc": { "start": { @@ -32960,7 +33268,7 @@ "column": 0 }, "end": { - "line": 422, + "line": 430, "column": 1 } }, @@ -32969,35 +33277,35 @@ "type": "Block", "value": "*\n * SortableTable Adapter module\n * @param {Object} tf TableFilter instance\n ", "range": [ - 275, - 369 + 330, + 424 ], "loc": { "start": { - "line": 10, + "line": 11, "column": 4 }, "end": { - "line": 13, + "line": 14, "column": 7 } } }, { "type": "Line", - "value": "indicates if tables was sorted", + "value": "indicates if table previously sorted", "range": [ - 530, - 562 + 582, + 620 ], "loc": { "start": { - "line": 19, + "line": 21, "column": 8 }, "end": { - "line": 19, - "column": 40 + "line": 21, + "column": 46 } } }, @@ -33005,16 +33313,16 @@ "type": "Line", "value": " edit .sort-arrow.descending / .sort-arrow.ascending in", "range": [ - 931, - 988 + 989, + 1046 ], "loc": { "start": { - "line": 29, + "line": 31, "column": 8 }, "end": { - "line": 29, + "line": 31, "column": 65 } } @@ -33023,16 +33331,16 @@ "type": "Line", "value": " tablefilter.css to reflect any path change", "range": [ - 997, - 1042 + 1055, + 1100 ], "loc": { "start": { - "line": 30, + "line": 32, "column": 8 }, "end": { - "line": 30, + "line": 32, "column": 53 } } @@ -33041,16 +33349,16 @@ "type": "Line", "value": "cell attribute storing custom key", "range": [ - 1382, - 1417 + 1440, + 1475 ], "loc": { "start": { - "line": 36, + "line": 38, "column": 8 }, "end": { - "line": 36, + "line": 38, "column": 43 } } @@ -33059,16 +33367,16 @@ "type": "Line", "value": " callback invoked after sort is loaded and instanciated", "range": [ - 1490, - 1547 + 1548, + 1605 ], "loc": { "start": { - "line": 39, + "line": 41, "column": 8 }, "end": { - "line": 39, + "line": 41, "column": 65 } } @@ -33077,16 +33385,16 @@ "type": "Line", "value": " callback invoked before table is sorted", "range": [ - 1658, - 1700 + 1716, + 1758 ], "loc": { "start": { - "line": 42, + "line": 44, "column": 8 }, "end": { - "line": 42, + "line": 44, "column": 50 } } @@ -33095,16 +33403,16 @@ "type": "Line", "value": " callback invoked after table is sorted", "range": [ - 1811, - 1852 + 1869, + 1910 ], "loc": { "start": { - "line": 45, + "line": 47, "column": 8 }, "end": { - "line": 45, + "line": 47, "column": 49 } } @@ -33113,16 +33421,16 @@ "type": "Line", "value": " SortableTable class sanity check (sortabletable.js)", "range": [ - 2090, - 2144 + 2176, + 2230 ], "loc": { "start": { - "line": 57, + "line": 61, "column": 8 }, "end": { - "line": 57, + "line": 61, "column": 62 } } @@ -33131,16 +33439,16 @@ "type": "Line", "value": "Column sort at start", "range": [ - 2339, - 2361 + 2425, + 2447 ], "loc": { "start": { - "line": 65, + "line": 69, "column": 8 }, "end": { - "line": 65, + "line": 69, "column": 30 } } @@ -33149,16 +33457,16 @@ "type": "Block", "value": "** SortableTable callbacks **", "range": [ - 2622, - 2655 + 2708, + 2741 ], "loc": { "start": { - "line": 75, + "line": 79, "column": 8 }, "end": { - "line": 75, + "line": 79, "column": 41 } } @@ -33167,16 +33475,16 @@ "type": "Block", "value": "** sort behaviour for paging **", "range": [ - 2837, - 2872 + 2923, + 2958 ], "loc": { "start": { - "line": 81, + "line": 85, "column": 12 }, "end": { - "line": 81, + "line": 85, "column": 47 } } @@ -33185,16 +33493,16 @@ "type": "Line", "value": "sort behaviour for paging", "range": [ - 3061, - 3088 + 3147, + 3174 ], "loc": { "start": { - "line": 90, + "line": 94, "column": 12 }, "end": { - "line": 90, + "line": 94, "column": 39 } } @@ -33203,16 +33511,16 @@ "type": "Line", "value": " recalculate valid rows index as sorting may have change it", "range": [ - 3188, - 3249 + 3274, + 3335 ], "loc": { "start": { - "line": 93, + "line": 97, "column": 16 }, "end": { - "line": 93, + "line": 97, "column": 77 } } @@ -33221,16 +33529,16 @@ "type": "Block", "value": "*\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n ", "range": [ - 3889, - 4029 + 3975, + 4115 ], "loc": { "start": { - "line": 115, + "line": 119, "column": 4 }, "end": { - "line": 119, + "line": 123, "column": 7 } } @@ -33239,16 +33547,16 @@ "type": "Block", "value": "*\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n ", "range": [ - 4202, - 4331 + 4288, + 4417 ], "loc": { "start": { - "line": 128, + "line": 132, "column": 8 }, "end": { - "line": 131, + "line": 135, "column": 11 } } @@ -33257,16 +33565,16 @@ "type": "Line", "value": " find Header element", "range": [ - 4485, - 4507 + 4571, + 4593 ], "loc": { "start": { - "line": 137, + "line": 141, "column": 12 }, "end": { - "line": 137, + "line": 141, "column": 34 } } @@ -33275,16 +33583,16 @@ "type": "Block", "value": "*\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n ", "range": [ - 4847, - 5044 + 4933, + 5130 ], "loc": { "start": { - "line": 150, + "line": 154, "column": 8 }, "end": { - "line": 155, + "line": 159, "column": 11 } } @@ -33293,16 +33601,16 @@ "type": "Block", "value": "*\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n ", "range": [ - 5283, - 5408 + 5369, + 5494 ], "loc": { "start": { - "line": 163, + "line": 167, "column": 8 }, "end": { - "line": 166, + "line": 170, "column": 11 } } @@ -33311,16 +33619,16 @@ "type": "Block", "value": "*\n * Overrides updateHeaderArrows in order to handle arrows indicators\n ", "range": [ - 6720, - 6812 + 6806, + 6898 ], "loc": { "start": { - "line": 202, + "line": 206, "column": 8 }, "end": { - "line": 204, + "line": 208, "column": 11 } } @@ -33329,16 +33637,16 @@ "type": "Line", "value": " external headers", "range": [ - 6952, - 6971 + 7038, + 7057 ], "loc": { "start": { - "line": 209, + "line": 213, "column": 12 }, "end": { - "line": 209, + "line": 213, "column": 31 } } @@ -33347,16 +33655,16 @@ "type": "Block", "value": "*\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n ", "range": [ - 8410, - 8633 + 8496, + 8719 ], "loc": { "start": { - "line": 245, + "line": 249, "column": 8 }, "end": { - "line": 251, + "line": 255, "column": 11 } } @@ -33365,16 +33673,16 @@ "type": "Line", "value": " if we have defined a custom getRowValue use that", "range": [ - 8754, - 8805 + 8840, + 8891 ], "loc": { "start": { - "line": 254, + "line": 258, "column": 12 }, "end": { - "line": 254, + "line": 258, "column": 63 } } @@ -33383,16 +33691,16 @@ "type": "Block", "value": "*\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n ", "range": [ - 9166, - 9413 + 9252, + 9499 ], "loc": { "start": { - "line": 264, + "line": 268, "column": 8 }, "end": { - "line": 269, + "line": 273, "column": 11 } } @@ -33401,16 +33709,16 @@ "type": "Line", "value": " resolve column types", "range": [ - 10274, - 10297 + 10360, + 10383 ], "loc": { "start": { - "line": 300, + "line": 304, "column": 21 }, "end": { - "line": 300, + "line": 304, "column": 44 } } @@ -33419,16 +33727,16 @@ "type": "Line", "value": "Public TF method to add sort type", "range": [ - 10736, - 10771 + 10822, + 10857 ], "loc": { "start": { - "line": 312, + "line": 316, "column": 8 }, "end": { - "line": 312, + "line": 316, "column": 43 } } @@ -33437,16 +33745,16 @@ "type": "Line", "value": "Custom sort types", "range": [ - 10781, - 10800 + 10867, + 10886 ], "loc": { "start": { - "line": 314, + "line": 318, "column": 8 }, "end": { - "line": 314, + "line": 318, "column": 27 } } @@ -33455,16 +33763,16 @@ "type": "Block", "value": "** external table headers adapter **", "range": [ - 11475, - 11515 + 11561, + 11601 ], "loc": { "start": { - "line": 329, + "line": 333, "column": 8 }, "end": { - "line": 329, + "line": 333, "column": 48 } } @@ -33473,16 +33781,16 @@ "type": "Block", "value": "*\n * Destroy sort\n ", "range": [ - 12334, - 12365 + 12420, + 12451 ], "loc": { "start": { - "line": 353, + "line": 357, "column": 4 }, "end": { - "line": 355, + "line": 359, "column": 7 } } @@ -33491,16 +33799,16 @@ "type": "Line", "value": "Converters", "range": [ - 12910, - 12922 + 13093, + 13105 ], "loc": { "start": { - "line": 377, + "line": 385, "column": 0 }, "end": { - "line": 377, + "line": 385, "column": 12 } } diff --git a/docs/ast/source/feature.js.json b/docs/ast/source/feature.js.json new file mode 100644 index 00000000..54f45a1f --- /dev/null +++ b/docs/ast/source/feature.js.json @@ -0,0 +1,2121 @@ +{ + "type": "Program", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "NOTIMPLEMENTED", + "range": [ + 7, + 21 + ], + "loc": { + "start": { + "line": 2, + "column": 6 + }, + "end": { + "line": 2, + "column": 20 + } + } + }, + "init": { + "type": "Literal", + "value": "Not implemented.", + "raw": "'Not implemented.'", + "range": [ + 24, + 42 + ], + "loc": { + "start": { + "line": 2, + "column": 23 + }, + "end": { + "line": 2, + "column": 41 + } + } + }, + "range": [ + 7, + 42 + ], + "loc": { + "start": { + "line": 2, + "column": 6 + }, + "end": { + "line": 2, + "column": 41 + } + } + } + ], + "kind": "const", + "range": [ + 1, + 43 + ], + "loc": { + "start": { + "line": 2, + "column": 0 + }, + "end": { + "line": 2, + "column": 42 + } + } + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "ClassDeclaration", + "id": { + "type": "Identifier", + "name": "Feature", + "range": [ + 58, + 65 + ], + "loc": { + "start": { + "line": 4, + "column": 13 + }, + "end": { + "line": 4, + "column": 20 + } + } + }, + "superClass": null, + "body": { + "type": "ClassBody", + "body": [ + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "constructor", + "range": [ + 72, + 83 + ], + "loc": { + "start": { + "line": 5, + "column": 4 + }, + "end": { + "line": 5, + "column": 15 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 84, + 86 + ], + "loc": { + "start": { + "line": 5, + "column": 16 + }, + "end": { + "line": 5, + "column": 18 + } + } + }, + { + "type": "Identifier", + "name": "feature", + "range": [ + 88, + 95 + ], + "loc": { + "start": { + "line": 5, + "column": 20 + }, + "end": { + "line": 5, + "column": 27 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 107, + 111 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "tf", + "range": [ + 112, + 114 + ], + "loc": { + "start": { + "line": 6, + "column": 13 + }, + "end": { + "line": 6, + "column": 15 + } + } + }, + "range": [ + 107, + 114 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 15 + } + } + }, + "right": { + "type": "Identifier", + "name": "tf", + "range": [ + 117, + 119 + ], + "loc": { + "start": { + "line": 6, + "column": 18 + }, + "end": { + "line": 6, + "column": 20 + } + } + }, + "range": [ + 107, + 119 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 20 + } + } + }, + "range": [ + 107, + 120 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 21 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 129, + 133 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "feature", + "range": [ + 134, + 141 + ], + "loc": { + "start": { + "line": 7, + "column": 13 + }, + "end": { + "line": 7, + "column": 20 + } + } + }, + "range": [ + 129, + 141 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 20 + } + } + }, + "right": { + "type": "Identifier", + "name": "feature", + "range": [ + 144, + 151 + ], + "loc": { + "start": { + "line": 7, + "column": 23 + }, + "end": { + "line": 7, + "column": 30 + } + } + }, + "range": [ + 129, + 151 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 30 + } + } + }, + "range": [ + 129, + 152 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 31 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 161, + 165 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "enabled", + "range": [ + 166, + 173 + ], + "loc": { + "start": { + "line": 8, + "column": 13 + }, + "end": { + "line": 8, + "column": 20 + } + } + }, + "range": [ + 161, + 173 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 20 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 176, + 178 + ], + "loc": { + "start": { + "line": 8, + "column": 23 + }, + "end": { + "line": 8, + "column": 25 + } + } + }, + "property": { + "type": "Identifier", + "name": "feature", + "range": [ + 179, + 186 + ], + "loc": { + "start": { + "line": 8, + "column": 26 + }, + "end": { + "line": 8, + "column": 33 + } + } + }, + "range": [ + 176, + 187 + ], + "loc": { + "start": { + "line": 8, + "column": 23 + }, + "end": { + "line": 8, + "column": 34 + } + } + }, + "range": [ + 161, + 187 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 34 + } + } + }, + "range": [ + 161, + 188 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 35 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 197, + 201 + ], + "loc": { + "start": { + "line": 9, + "column": 8 + }, + "end": { + "line": 9, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "config", + "range": [ + 202, + 208 + ], + "loc": { + "start": { + "line": 9, + "column": 13 + }, + "end": { + "line": 9, + "column": 19 + } + } + }, + "range": [ + 197, + 208 + ], + "loc": { + "start": { + "line": 9, + "column": 8 + }, + "end": { + "line": 9, + "column": 19 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 211, + 213 + ], + "loc": { + "start": { + "line": 9, + "column": 22 + }, + "end": { + "line": 9, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "config", + "range": [ + 214, + 220 + ], + "loc": { + "start": { + "line": 9, + "column": 25 + }, + "end": { + "line": 9, + "column": 31 + } + } + }, + "range": [ + 211, + 220 + ], + "loc": { + "start": { + "line": 9, + "column": 22 + }, + "end": { + "line": 9, + "column": 31 + } + } + }, + "arguments": [], + "range": [ + 211, + 222 + ], + "loc": { + "start": { + "line": 9, + "column": 22 + }, + "end": { + "line": 9, + "column": 33 + } + } + }, + "range": [ + 197, + 222 + ], + "loc": { + "start": { + "line": 9, + "column": 8 + }, + "end": { + "line": 9, + "column": 33 + } + } + }, + "range": [ + 197, + 223 + ], + "loc": { + "start": { + "line": 9, + "column": 8 + }, + "end": { + "line": 9, + "column": 34 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 232, + 236 + ], + "loc": { + "start": { + "line": 10, + "column": 8 + }, + "end": { + "line": 10, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "emitter", + "range": [ + 237, + 244 + ], + "loc": { + "start": { + "line": 10, + "column": 13 + }, + "end": { + "line": 10, + "column": 20 + } + } + }, + "range": [ + 232, + 244 + ], + "loc": { + "start": { + "line": 10, + "column": 8 + }, + "end": { + "line": 10, + "column": 20 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 247, + 249 + ], + "loc": { + "start": { + "line": 10, + "column": 23 + }, + "end": { + "line": 10, + "column": 25 + } + } + }, + "property": { + "type": "Identifier", + "name": "emitter", + "range": [ + 250, + 257 + ], + "loc": { + "start": { + "line": 10, + "column": 26 + }, + "end": { + "line": 10, + "column": 33 + } + } + }, + "range": [ + 247, + 257 + ], + "loc": { + "start": { + "line": 10, + "column": 23 + }, + "end": { + "line": 10, + "column": 33 + } + } + }, + "range": [ + 232, + 257 + ], + "loc": { + "start": { + "line": 10, + "column": 8 + }, + "end": { + "line": 10, + "column": 33 + } + } + }, + "range": [ + 232, + 258 + ], + "loc": { + "start": { + "line": 10, + "column": 8 + }, + "end": { + "line": 10, + "column": 34 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 267, + 271 + ], + "loc": { + "start": { + "line": 11, + "column": 8 + }, + "end": { + "line": 11, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 272, + 283 + ], + "loc": { + "start": { + "line": 11, + "column": 13 + }, + "end": { + "line": 11, + "column": 24 + } + } + }, + "range": [ + 267, + 283 + ], + "loc": { + "start": { + "line": 11, + "column": 8 + }, + "end": { + "line": 11, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": false, + "raw": "false", + "range": [ + 286, + 291 + ], + "loc": { + "start": { + "line": 11, + "column": 27 + }, + "end": { + "line": 11, + "column": 32 + } + } + }, + "range": [ + 267, + 291 + ], + "loc": { + "start": { + "line": 11, + "column": 8 + }, + "end": { + "line": 11, + "column": 32 + } + } + }, + "range": [ + 267, + 292 + ], + "loc": { + "start": { + "line": 11, + "column": 8 + }, + "end": { + "line": 11, + "column": 33 + } + } + } + ], + "range": [ + 97, + 298 + ], + "loc": { + "start": { + "line": 5, + "column": 29 + }, + "end": { + "line": 12, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 83, + 298 + ], + "loc": { + "start": { + "line": 5, + "column": 15 + }, + "end": { + "line": 12, + "column": 5 + } + } + }, + "kind": "constructor", + "computed": false, + "range": [ + 72, + 298 + ], + "loc": { + "start": { + "line": 5, + "column": 4 + }, + "end": { + "line": 12, + "column": 5 + } + }, + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "init", + "range": [ + 304, + 308 + ], + "loc": { + "start": { + "line": 14, + "column": 4 + }, + "end": { + "line": 14, + "column": 8 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ThrowStatement", + "argument": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "Error", + "range": [ + 331, + 336 + ], + "loc": { + "start": { + "line": 15, + "column": 18 + }, + "end": { + "line": 15, + "column": 23 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "NOTIMPLEMENTED", + "range": [ + 337, + 351 + ], + "loc": { + "start": { + "line": 15, + "column": 24 + }, + "end": { + "line": 15, + "column": 38 + } + } + } + ], + "range": [ + 327, + 352 + ], + "loc": { + "start": { + "line": 15, + "column": 14 + }, + "end": { + "line": 15, + "column": 39 + } + } + }, + "range": [ + 321, + 353 + ], + "loc": { + "start": { + "line": 15, + "column": 8 + }, + "end": { + "line": 15, + "column": 40 + } + } + } + ], + "range": [ + 311, + 359 + ], + "loc": { + "start": { + "line": 14, + "column": 11 + }, + "end": { + "line": 16, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 308, + 359 + ], + "loc": { + "start": { + "line": 14, + "column": 8 + }, + "end": { + "line": 16, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 304, + 359 + ], + "loc": { + "start": { + "line": 14, + "column": 4 + }, + "end": { + "line": 16, + "column": 5 + } + }, + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "reset", + "range": [ + 365, + 370 + ], + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 18, + "column": 9 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 383, + 387 + ], + "loc": { + "start": { + "line": 19, + "column": 8 + }, + "end": { + "line": 19, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "enable", + "range": [ + 388, + 394 + ], + "loc": { + "start": { + "line": 19, + "column": 13 + }, + "end": { + "line": 19, + "column": 19 + } + } + }, + "range": [ + 383, + 394 + ], + "loc": { + "start": { + "line": 19, + "column": 8 + }, + "end": { + "line": 19, + "column": 19 + } + } + }, + "arguments": [], + "range": [ + 383, + 396 + ], + "loc": { + "start": { + "line": 19, + "column": 8 + }, + "end": { + "line": 19, + "column": 21 + } + } + }, + "range": [ + 383, + 397 + ], + "loc": { + "start": { + "line": 19, + "column": 8 + }, + "end": { + "line": 19, + "column": 22 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 406, + 410 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "init", + "range": [ + 411, + 415 + ], + "loc": { + "start": { + "line": 20, + "column": 13 + }, + "end": { + "line": 20, + "column": 17 + } + } + }, + "range": [ + 406, + 415 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 17 + } + } + }, + "arguments": [], + "range": [ + 406, + 417 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 19 + } + } + }, + "range": [ + 406, + 418 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 20 + } + } + } + ], + "range": [ + 373, + 424 + ], + "loc": { + "start": { + "line": 18, + "column": 12 + }, + "end": { + "line": 21, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 370, + 424 + ], + "loc": { + "start": { + "line": 18, + "column": 9 + }, + "end": { + "line": 21, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 365, + 424 + ], + "loc": { + "start": { + "line": 18, + "column": 4 + }, + "end": { + "line": 21, + "column": 5 + } + }, + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "destroy", + "range": [ + 430, + 437 + ], + "loc": { + "start": { + "line": 23, + "column": 4 + }, + "end": { + "line": 23, + "column": 11 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ThrowStatement", + "argument": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "Error", + "range": [ + 460, + 465 + ], + "loc": { + "start": { + "line": 24, + "column": 18 + }, + "end": { + "line": 24, + "column": 23 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "NOTIMPLEMENTED", + "range": [ + 466, + 480 + ], + "loc": { + "start": { + "line": 24, + "column": 24 + }, + "end": { + "line": 24, + "column": 38 + } + } + } + ], + "range": [ + 456, + 481 + ], + "loc": { + "start": { + "line": 24, + "column": 14 + }, + "end": { + "line": 24, + "column": 39 + } + } + }, + "range": [ + 450, + 482 + ], + "loc": { + "start": { + "line": 24, + "column": 8 + }, + "end": { + "line": 24, + "column": 40 + } + } + } + ], + "range": [ + 440, + 488 + ], + "loc": { + "start": { + "line": 23, + "column": 14 + }, + "end": { + "line": 25, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 437, + 488 + ], + "loc": { + "start": { + "line": 23, + "column": 11 + }, + "end": { + "line": 25, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 430, + 488 + ], + "loc": { + "start": { + "line": 23, + "column": 4 + }, + "end": { + "line": 25, + "column": 5 + } + }, + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "enable", + "range": [ + 494, + 500 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 27, + "column": 10 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 513, + 517 + ], + "loc": { + "start": { + "line": 28, + "column": 8 + }, + "end": { + "line": 28, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "enabled", + "range": [ + 518, + 525 + ], + "loc": { + "start": { + "line": 28, + "column": 13 + }, + "end": { + "line": 28, + "column": 20 + } + } + }, + "range": [ + 513, + 525 + ], + "loc": { + "start": { + "line": 28, + "column": 8 + }, + "end": { + "line": 28, + "column": 20 + } + } + }, + "right": { + "type": "Literal", + "value": true, + "raw": "true", + "range": [ + 528, + 532 + ], + "loc": { + "start": { + "line": 28, + "column": 23 + }, + "end": { + "line": 28, + "column": 27 + } + } + }, + "range": [ + 513, + 532 + ], + "loc": { + "start": { + "line": 28, + "column": 8 + }, + "end": { + "line": 28, + "column": 27 + } + } + }, + "range": [ + 513, + 533 + ], + "loc": { + "start": { + "line": 28, + "column": 8 + }, + "end": { + "line": 28, + "column": 28 + } + } + } + ], + "range": [ + 503, + 539 + ], + "loc": { + "start": { + "line": 27, + "column": 13 + }, + "end": { + "line": 29, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 500, + 539 + ], + "loc": { + "start": { + "line": 27, + "column": 10 + }, + "end": { + "line": 29, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 494, + 539 + ], + "loc": { + "start": { + "line": 27, + "column": 4 + }, + "end": { + "line": 29, + "column": 5 + } + }, + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "disable", + "range": [ + 545, + 552 + ], + "loc": { + "start": { + "line": 31, + "column": 4 + }, + "end": { + "line": 31, + "column": 11 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 565, + 569 + ], + "loc": { + "start": { + "line": 32, + "column": 8 + }, + "end": { + "line": 32, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "enabled", + "range": [ + 570, + 577 + ], + "loc": { + "start": { + "line": 32, + "column": 13 + }, + "end": { + "line": 32, + "column": 20 + } + } + }, + "range": [ + 565, + 577 + ], + "loc": { + "start": { + "line": 32, + "column": 8 + }, + "end": { + "line": 32, + "column": 20 + } + } + }, + "right": { + "type": "Literal", + "value": false, + "raw": "false", + "range": [ + 580, + 585 + ], + "loc": { + "start": { + "line": 32, + "column": 23 + }, + "end": { + "line": 32, + "column": 28 + } + } + }, + "range": [ + 565, + 585 + ], + "loc": { + "start": { + "line": 32, + "column": 8 + }, + "end": { + "line": 32, + "column": 28 + } + } + }, + "range": [ + 565, + 586 + ], + "loc": { + "start": { + "line": 32, + "column": 8 + }, + "end": { + "line": 32, + "column": 29 + } + } + } + ], + "range": [ + 555, + 592 + ], + "loc": { + "start": { + "line": 31, + "column": 14 + }, + "end": { + "line": 33, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 552, + 592 + ], + "loc": { + "start": { + "line": 31, + "column": 11 + }, + "end": { + "line": 33, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 545, + 592 + ], + "loc": { + "start": { + "line": 31, + "column": 4 + }, + "end": { + "line": 33, + "column": 5 + } + }, + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "isEnabled", + "range": [ + 598, + 607 + ], + "loc": { + "start": { + "line": 35, + "column": 4 + }, + "end": { + "line": 35, + "column": 13 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 627, + 631 + ], + "loc": { + "start": { + "line": 36, + "column": 15 + }, + "end": { + "line": 36, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "enabled", + "range": [ + 632, + 639 + ], + "loc": { + "start": { + "line": 36, + "column": 20 + }, + "end": { + "line": 36, + "column": 27 + } + } + }, + "range": [ + 627, + 639 + ], + "loc": { + "start": { + "line": 36, + "column": 15 + }, + "end": { + "line": 36, + "column": 27 + } + } + }, + "range": [ + 620, + 640 + ], + "loc": { + "start": { + "line": 36, + "column": 8 + }, + "end": { + "line": 36, + "column": 28 + } + } + } + ], + "range": [ + 610, + 646 + ], + "loc": { + "start": { + "line": 35, + "column": 16 + }, + "end": { + "line": 37, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 607, + 646 + ], + "loc": { + "start": { + "line": 35, + "column": 13 + }, + "end": { + "line": 37, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 598, + 646 + ], + "loc": { + "start": { + "line": 35, + "column": 4 + }, + "end": { + "line": 37, + "column": 5 + } + }, + "static": false + } + ], + "range": [ + 66, + 648 + ], + "loc": { + "start": { + "line": 4, + "column": 21 + }, + "end": { + "line": 38, + "column": 1 + } + } + }, + "range": [ + 52, + 648 + ], + "loc": { + "start": { + "line": 4, + "column": 7 + }, + "end": { + "line": 38, + "column": 1 + } + }, + "leadingComments": [], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 45, + 648 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 38, + "column": 1 + } + } + } + ], + "sourceType": "module", + "range": [ + 1, + 648 + ], + "loc": { + "start": { + "line": 2, + "column": 0 + }, + "end": { + "line": 38, + "column": 1 + } + }, + "comments": [] +} \ No newline at end of file diff --git a/docs/ast/source/modules/alternateRows.js.json b/docs/ast/source/modules/alternateRows.js.json index 0b8bef96..fb53a688 100644 --- a/docs/ast/source/modules/alternateRows.js.json +++ b/docs/ast/source/modules/alternateRows.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -173,8 +173,8 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 75, - 88 + 76, + 89 ], "loc": { "start": { @@ -191,8 +191,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 97, - 104 + 98, + 105 ], "loc": { "start": { @@ -214,8 +214,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 205, - 216 + 206, + 217 ], "loc": { "start": { @@ -236,8 +236,8 @@ "type": "Identifier", "name": "tf", "range": [ - 217, - 219 + 218, + 220 ], "loc": { "start": { @@ -261,8 +261,8 @@ "callee": { "type": "Super", "range": [ - 231, - 236 + 232, + 237 ], "loc": { "start": { @@ -280,8 +280,8 @@ "type": "Identifier", "name": "tf", "range": [ - 237, - 239 + 238, + 240 ], "loc": { "start": { @@ -299,8 +299,8 @@ "value": "alternateRows", "raw": "'alternateRows'", "range": [ - 241, - 256 + 242, + 257 ], "loc": { "start": { @@ -315,8 +315,8 @@ } ], "range": [ - 231, - 257 + 232, + 258 ], "loc": { "start": { @@ -330,8 +330,8 @@ } }, "range": [ - 231, - 258 + 232, + 259 ], "loc": { "start": { @@ -353,8 +353,8 @@ "type": "Identifier", "name": "config", "range": [ - 272, - 278 + 273, + 279 ], "loc": { "start": { @@ -373,8 +373,8 @@ "object": { "type": "ThisExpression", "range": [ - 281, - 285 + 282, + 286 ], "loc": { "start": { @@ -391,8 +391,8 @@ "type": "Identifier", "name": "config", "range": [ - 286, - 292 + 287, + 293 ], "loc": { "start": { @@ -406,8 +406,8 @@ } }, "range": [ - 281, - 292 + 282, + 293 ], "loc": { "start": { @@ -421,8 +421,8 @@ } }, "range": [ - 272, - 292 + 273, + 293 ], "loc": { "start": { @@ -438,8 +438,8 @@ ], "kind": "var", "range": [ - 268, - 293 + 269, + 294 ], "loc": { "start": { @@ -456,8 +456,8 @@ "type": "Line", "value": "defines css class for even rows", "range": [ - 302, - 335 + 303, + 336 ], "loc": { "start": { @@ -483,8 +483,8 @@ "object": { "type": "ThisExpression", "range": [ - 344, - 348 + 345, + 349 ], "loc": { "start": { @@ -501,8 +501,8 @@ "type": "Identifier", "name": "evenCss", "range": [ - 349, - 356 + 350, + 357 ], "loc": { "start": { @@ -516,8 +516,8 @@ } }, "range": [ - 344, - 356 + 345, + 357 ], "loc": { "start": { @@ -540,8 +540,8 @@ "type": "Identifier", "name": "config", "range": [ - 359, - 365 + 360, + 366 ], "loc": { "start": { @@ -558,8 +558,8 @@ "type": "Identifier", "name": "even_row_css_class", "range": [ - 366, - 384 + 367, + 385 ], "loc": { "start": { @@ -573,8 +573,8 @@ } }, "range": [ - 359, - 384 + 360, + 385 ], "loc": { "start": { @@ -592,8 +592,8 @@ "value": "even", "raw": "'even'", "range": [ - 388, - 394 + 389, + 395 ], "loc": { "start": { @@ -607,8 +607,8 @@ } }, "range": [ - 359, - 394 + 360, + 395 ], "loc": { "start": { @@ -622,8 +622,8 @@ } }, "range": [ - 344, - 394 + 345, + 395 ], "loc": { "start": { @@ -637,8 +637,8 @@ } }, "range": [ - 344, - 395 + 345, + 396 ], "loc": { "start": { @@ -655,8 +655,8 @@ "type": "Line", "value": "defines css class for even rows", "range": [ - 302, - 335 + 303, + 336 ], "loc": { "start": { @@ -675,8 +675,8 @@ "type": "Line", "value": "defines css class for odd rows", "range": [ - 404, - 436 + 405, + 437 ], "loc": { "start": { @@ -702,8 +702,8 @@ "object": { "type": "ThisExpression", "range": [ - 445, - 449 + 446, + 450 ], "loc": { "start": { @@ -720,8 +720,8 @@ "type": "Identifier", "name": "oddCss", "range": [ - 450, - 456 + 451, + 457 ], "loc": { "start": { @@ -735,8 +735,8 @@ } }, "range": [ - 445, - 456 + 446, + 457 ], "loc": { "start": { @@ -759,8 +759,8 @@ "type": "Identifier", "name": "config", "range": [ - 459, - 465 + 460, + 466 ], "loc": { "start": { @@ -777,8 +777,8 @@ "type": "Identifier", "name": "odd_row_css_class", "range": [ - 466, - 483 + 467, + 484 ], "loc": { "start": { @@ -792,8 +792,8 @@ } }, "range": [ - 459, - 483 + 460, + 484 ], "loc": { "start": { @@ -811,8 +811,8 @@ "value": "odd", "raw": "'odd'", "range": [ - 487, - 492 + 488, + 493 ], "loc": { "start": { @@ -826,8 +826,8 @@ } }, "range": [ - 459, - 492 + 460, + 493 ], "loc": { "start": { @@ -841,8 +841,8 @@ } }, "range": [ - 445, - 492 + 446, + 493 ], "loc": { "start": { @@ -856,8 +856,8 @@ } }, "range": [ - 445, - 493 + 446, + 494 ], "loc": { "start": { @@ -874,8 +874,8 @@ "type": "Line", "value": "defines css class for odd rows", "range": [ - 404, - 436 + 405, + 437 ], "loc": { "start": { @@ -892,8 +892,8 @@ } ], "range": [ - 221, - 499 + 222, + 500 ], "loc": { "start": { @@ -909,8 +909,8 @@ "generator": false, "expression": false, "range": [ - 216, - 499 + 217, + 500 ], "loc": { "start": { @@ -926,8 +926,8 @@ "kind": "constructor", "computed": false, "range": [ - 205, - 499 + 206, + 500 ], "loc": { "start": { @@ -944,8 +944,8 @@ "type": "Block", "value": "*\n * Alternating rows color\n * @param {Object} tf TableFilter instance\n ", "range": [ - 112, - 200 + 113, + 201 ], "loc": { "start": { @@ -964,8 +964,8 @@ "type": "Block", "value": "*\n * Sets alternating rows color\n ", "range": [ - 505, - 551 + 506, + 552 ], "loc": { "start": { @@ -987,8 +987,8 @@ "type": "Identifier", "name": "init", "range": [ - 556, - 560 + 557, + 561 ], "loc": { "start": { @@ -1016,8 +1016,8 @@ "object": { "type": "ThisExpression", "range": [ - 576, - 580 + 577, + 581 ], "loc": { "start": { @@ -1034,8 +1034,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 581, - 592 + 582, + 593 ], "loc": { "start": { @@ -1049,8 +1049,8 @@ } }, "range": [ - 576, - 592 + 577, + 593 ], "loc": { "start": { @@ -1070,8 +1070,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 607, - 614 + 608, + 615 ], "loc": { "start": { @@ -1086,8 +1086,8 @@ } ], "range": [ - 593, - 624 + 594, + 625 ], "loc": { "start": { @@ -1102,8 +1102,8 @@ }, "alternate": null, "range": [ - 573, - 624 + 574, + 625 ], "loc": { "start": { @@ -1126,8 +1126,8 @@ "object": { "type": "ThisExpression", "range": [ - 634, - 638 + 635, + 639 ], "loc": { "start": { @@ -1144,8 +1144,8 @@ "type": "Identifier", "name": "processAll", "range": [ - 639, - 649 + 640, + 650 ], "loc": { "start": { @@ -1159,8 +1159,8 @@ } }, "range": [ - 634, - 649 + 635, + 650 ], "loc": { "start": { @@ -1175,8 +1175,8 @@ }, "arguments": [], "range": [ - 634, - 651 + 635, + 652 ], "loc": { "start": { @@ -1190,8 +1190,8 @@ } }, "range": [ - 634, - 652 + 635, + 653 ], "loc": { "start": { @@ -1208,8 +1208,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 662, - 684 + 663, + 685 ], "loc": { "start": { @@ -1237,8 +1237,8 @@ "object": { "type": "ThisExpression", "range": [ - 693, - 697 + 694, + 698 ], "loc": { "start": { @@ -1255,8 +1255,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 698, - 705 + 699, + 706 ], "loc": { "start": { @@ -1270,8 +1270,8 @@ } }, "range": [ - 693, - 705 + 694, + 706 ], "loc": { "start": { @@ -1288,8 +1288,8 @@ "type": "Identifier", "name": "on", "range": [ - 706, - 708 + 707, + 709 ], "loc": { "start": { @@ -1303,8 +1303,8 @@ } }, "range": [ - 693, - 708 + 694, + 709 ], "loc": { "start": { @@ -1326,8 +1326,8 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 710, - 725 + 711, + 726 ], "loc": { "start": { @@ -1345,8 +1345,8 @@ "value": "row-paged", "raw": "'row-paged'", "range": [ - 727, - 738 + 728, + 739 ], "loc": { "start": { @@ -1361,8 +1361,8 @@ } ], "range": [ - 709, - 739 + 710, + 740 ], "loc": { "start": { @@ -1383,8 +1383,8 @@ "type": "Identifier", "name": "tf", "range": [ - 754, - 756 + 755, + 757 ], "loc": { "start": { @@ -1401,8 +1401,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 758, - 766 + 759, + 767 ], "loc": { "start": { @@ -1419,8 +1419,8 @@ "type": "Identifier", "name": "arrIndex", "range": [ - 768, - 776 + 769, + 777 ], "loc": { "start": { @@ -1437,8 +1437,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 778, - 785 + 779, + 786 ], "loc": { "start": { @@ -1460,8 +1460,8 @@ "object": { "type": "ThisExpression", "range": [ - 805, - 809 + 806, + 810 ], "loc": { "start": { @@ -1478,8 +1478,8 @@ "type": "Identifier", "name": "processRow", "range": [ - 810, - 820 + 811, + 821 ], "loc": { "start": { @@ -1493,8 +1493,8 @@ } }, "range": [ - 805, - 820 + 806, + 821 ], "loc": { "start": { @@ -1512,8 +1512,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 821, - 829 + 822, + 830 ], "loc": { "start": { @@ -1530,8 +1530,8 @@ "type": "Identifier", "name": "arrIndex", "range": [ - 831, - 839 + 832, + 840 ], "loc": { "start": { @@ -1548,8 +1548,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 841, - 848 + 842, + 849 ], "loc": { "start": { @@ -1564,8 +1564,8 @@ } ], "range": [ - 805, - 849 + 806, + 850 ], "loc": { "start": { @@ -1581,8 +1581,8 @@ "generator": false, "expression": true, "range": [ - 753, - 849 + 754, + 850 ], "loc": { "start": { @@ -1597,8 +1597,8 @@ } ], "range": [ - 693, - 850 + 694, + 851 ], "loc": { "start": { @@ -1612,8 +1612,8 @@ } }, "range": [ - 693, - 851 + 694, + 852 ], "loc": { "start": { @@ -1630,8 +1630,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 662, - 684 + 663, + 685 ], "loc": { "start": { @@ -1659,8 +1659,8 @@ "object": { "type": "ThisExpression", "range": [ - 860, - 864 + 861, + 865 ], "loc": { "start": { @@ -1677,8 +1677,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 865, - 872 + 866, + 873 ], "loc": { "start": { @@ -1692,8 +1692,8 @@ } }, "range": [ - 860, - 872 + 861, + 873 ], "loc": { "start": { @@ -1710,8 +1710,8 @@ "type": "Identifier", "name": "on", "range": [ - 873, - 875 + 874, + 876 ], "loc": { "start": { @@ -1725,8 +1725,8 @@ } }, "range": [ - 860, - 875 + 861, + 876 ], "loc": { "start": { @@ -1748,8 +1748,8 @@ "value": "column-sorted", "raw": "'column-sorted'", "range": [ - 877, - 892 + 878, + 893 ], "loc": { "start": { @@ -1764,8 +1764,8 @@ } ], "range": [ - 876, - 893 + 877, + 894 ], "loc": { "start": { @@ -1790,8 +1790,8 @@ "object": { "type": "ThisExpression", "range": [ - 900, - 904 + 901, + 905 ], "loc": { "start": { @@ -1808,8 +1808,8 @@ "type": "Identifier", "name": "processAll", "range": [ - 905, - 915 + 906, + 916 ], "loc": { "start": { @@ -1823,8 +1823,8 @@ } }, "range": [ - 900, - 915 + 901, + 916 ], "loc": { "start": { @@ -1839,8 +1839,8 @@ }, "arguments": [], "range": [ - 900, - 917 + 901, + 918 ], "loc": { "start": { @@ -1856,8 +1856,8 @@ "generator": false, "expression": true, "range": [ - 895, - 917 + 896, + 918 ], "loc": { "start": { @@ -1872,8 +1872,8 @@ } ], "range": [ - 860, - 918 + 861, + 919 ], "loc": { "start": { @@ -1887,8 +1887,8 @@ } }, "range": [ - 860, - 919 + 861, + 920 ], "loc": { "start": { @@ -1912,8 +1912,8 @@ "object": { "type": "ThisExpression", "range": [ - 929, - 933 + 930, + 934 ], "loc": { "start": { @@ -1930,8 +1930,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 934, - 945 + 935, + 946 ], "loc": { "start": { @@ -1945,8 +1945,8 @@ } }, "range": [ - 929, - 945 + 930, + 946 ], "loc": { "start": { @@ -1964,8 +1964,8 @@ "value": true, "raw": "true", "range": [ - 948, - 952 + 949, + 953 ], "loc": { "start": { @@ -1979,8 +1979,8 @@ } }, "range": [ - 929, - 952 + 930, + 953 ], "loc": { "start": { @@ -1994,8 +1994,8 @@ } }, "range": [ - 929, - 953 + 930, + 954 ], "loc": { "start": { @@ -2010,8 +2010,8 @@ } ], "range": [ - 563, - 959 + 564, + 960 ], "loc": { "start": { @@ -2027,8 +2027,8 @@ "generator": false, "expression": false, "range": [ - 560, - 959 + 561, + 960 ], "loc": { "start": { @@ -2044,8 +2044,8 @@ "kind": "method", "computed": false, "range": [ - 556, - 959 + 557, + 960 ], "loc": { "start": { @@ -2062,8 +2062,8 @@ "type": "Block", "value": "*\n * Sets alternating rows color\n ", "range": [ - 505, - 551 + 506, + 552 ], "loc": { "start": { @@ -2085,8 +2085,8 @@ "type": "Identifier", "name": "processAll", "range": [ - 965, - 975 + 966, + 976 ], "loc": { "start": { @@ -2119,8 +2119,8 @@ "object": { "type": "ThisExpression", "range": [ - 992, - 996 + 993, + 997 ], "loc": { "start": { @@ -2137,8 +2137,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 997, - 1006 + 998, + 1007 ], "loc": { "start": { @@ -2152,8 +2152,8 @@ } }, "range": [ - 992, - 1006 + 993, + 1007 ], "loc": { "start": { @@ -2168,8 +2168,8 @@ }, "arguments": [], "range": [ - 992, - 1008 + 993, + 1009 ], "loc": { "start": { @@ -2184,8 +2184,8 @@ }, "prefix": true, "range": [ - 991, - 1008 + 992, + 1009 ], "loc": { "start": { @@ -2205,8 +2205,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1023, - 1030 + 1024, + 1031 ], "loc": { "start": { @@ -2221,8 +2221,8 @@ } ], "range": [ - 1009, - 1040 + 1010, + 1041 ], "loc": { "start": { @@ -2237,8 +2237,8 @@ }, "alternate": null, "range": [ - 988, - 1040 + 989, + 1041 ], "loc": { "start": { @@ -2260,8 +2260,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1053, - 1055 + 1054, + 1056 ], "loc": { "start": { @@ -2280,8 +2280,8 @@ "object": { "type": "ThisExpression", "range": [ - 1058, - 1062 + 1059, + 1063 ], "loc": { "start": { @@ -2298,8 +2298,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1063, - 1065 + 1064, + 1066 ], "loc": { "start": { @@ -2313,8 +2313,8 @@ } }, "range": [ - 1058, - 1065 + 1059, + 1066 ], "loc": { "start": { @@ -2328,8 +2328,8 @@ } }, "range": [ - 1053, - 1065 + 1054, + 1066 ], "loc": { "start": { @@ -2345,8 +2345,8 @@ ], "kind": "var", "range": [ - 1049, - 1066 + 1050, + 1067 ], "loc": { "start": { @@ -2368,8 +2368,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 1079, - 1093 + 1080, + 1094 ], "loc": { "start": { @@ -2391,8 +2391,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1096, - 1098 + 1097, + 1099 ], "loc": { "start": { @@ -2409,8 +2409,8 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 1099, - 1111 + 1100, + 1112 ], "loc": { "start": { @@ -2424,8 +2424,8 @@ } }, "range": [ - 1096, - 1111 + 1097, + 1112 ], "loc": { "start": { @@ -2444,8 +2444,8 @@ "value": true, "raw": "true", "range": [ - 1112, - 1116 + 1113, + 1117 ], "loc": { "start": { @@ -2460,8 +2460,8 @@ } ], "range": [ - 1096, - 1117 + 1097, + 1118 ], "loc": { "start": { @@ -2475,8 +2475,8 @@ } }, "range": [ - 1079, - 1117 + 1080, + 1118 ], "loc": { "start": { @@ -2492,8 +2492,8 @@ ], "kind": "var", "range": [ - 1075, - 1118 + 1076, + 1119 ], "loc": { "start": { @@ -2515,8 +2515,8 @@ "type": "Identifier", "name": "noValidRowsIndex", "range": [ - 1131, - 1147 + 1132, + 1148 ], "loc": { "start": { @@ -2539,8 +2539,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 1150, - 1164 + 1151, + 1165 ], "loc": { "start": { @@ -2557,8 +2557,8 @@ "type": "Identifier", "name": "length", "range": [ - 1165, - 1171 + 1166, + 1172 ], "loc": { "start": { @@ -2572,8 +2572,8 @@ } }, "range": [ - 1150, - 1171 + 1151, + 1172 ], "loc": { "start": { @@ -2591,8 +2591,8 @@ "value": 0, "raw": "0", "range": [ - 1176, - 1177 + 1177, + 1178 ], "loc": { "start": { @@ -2606,8 +2606,8 @@ } }, "range": [ - 1150, - 1177 + 1151, + 1178 ], "loc": { "start": { @@ -2621,8 +2621,8 @@ } }, "range": [ - 1131, - 1177 + 1132, + 1178 ], "loc": { "start": { @@ -2638,8 +2638,8 @@ ], "kind": "var", "range": [ - 1127, - 1178 + 1128, + 1179 ], "loc": { "start": { @@ -2656,8 +2656,8 @@ "type": "Line", "value": "1st index", "range": [ - 1187, - 1198 + 1188, + 1199 ], "loc": { "start": { @@ -2681,8 +2681,8 @@ "type": "Identifier", "name": "beginIndex", "range": [ - 1211, - 1221 + 1212, + 1222 ], "loc": { "start": { @@ -2701,8 +2701,8 @@ "type": "Identifier", "name": "noValidRowsIndex", "range": [ - 1224, - 1240 + 1225, + 1241 ], "loc": { "start": { @@ -2722,8 +2722,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1243, - 1245 + 1244, + 1246 ], "loc": { "start": { @@ -2740,8 +2740,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 1246, - 1252 + 1247, + 1253 ], "loc": { "start": { @@ -2755,8 +2755,8 @@ } }, "range": [ - 1243, - 1252 + 1244, + 1253 ], "loc": { "start": { @@ -2774,8 +2774,8 @@ "value": 0, "raw": "0", "range": [ - 1255, - 1256 + 1256, + 1257 ], "loc": { "start": { @@ -2789,8 +2789,8 @@ } }, "range": [ - 1224, - 1256 + 1225, + 1257 ], "loc": { "start": { @@ -2804,8 +2804,8 @@ } }, "range": [ - 1211, - 1256 + 1212, + 1257 ], "loc": { "start": { @@ -2821,8 +2821,8 @@ ], "kind": "var", "range": [ - 1207, - 1257 + 1208, + 1258 ], "loc": { "start": { @@ -2839,8 +2839,8 @@ "type": "Line", "value": "1st index", "range": [ - 1187, - 1198 + 1188, + 1199 ], "loc": { "start": { @@ -2859,8 +2859,8 @@ "type": "Line", "value": " nb indexes", "range": [ - 1266, - 1279 + 1267, + 1280 ], "loc": { "start": { @@ -2884,8 +2884,8 @@ "type": "Identifier", "name": "indexLen", "range": [ - 1292, - 1300 + 1293, + 1301 ], "loc": { "start": { @@ -2904,8 +2904,8 @@ "type": "Identifier", "name": "noValidRowsIndex", "range": [ - 1303, - 1319 + 1304, + 1320 ], "loc": { "start": { @@ -2928,8 +2928,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1338, - 1340 + 1339, + 1341 ], "loc": { "start": { @@ -2946,8 +2946,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 1341, - 1357 + 1342, + 1358 ], "loc": { "start": { @@ -2961,8 +2961,8 @@ } }, "range": [ - 1338, - 1357 + 1339, + 1358 ], "loc": { "start": { @@ -2979,8 +2979,8 @@ "type": "Identifier", "name": "beginIndex", "range": [ - 1358, - 1368 + 1359, + 1369 ], "loc": { "start": { @@ -2994,8 +2994,8 @@ } }, "range": [ - 1338, - 1368 + 1339, + 1369 ], "loc": { "start": { @@ -3015,8 +3015,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 1387, - 1401 + 1388, + 1402 ], "loc": { "start": { @@ -3033,8 +3033,8 @@ "type": "Identifier", "name": "length", "range": [ - 1402, - 1408 + 1403, + 1409 ], "loc": { "start": { @@ -3048,8 +3048,8 @@ } }, "range": [ - 1387, - 1408 + 1388, + 1409 ], "loc": { "start": { @@ -3063,8 +3063,8 @@ } }, "range": [ - 1303, - 1408 + 1304, + 1409 ], "loc": { "start": { @@ -3078,8 +3078,8 @@ } }, "range": [ - 1292, - 1408 + 1293, + 1409 ], "loc": { "start": { @@ -3095,8 +3095,8 @@ ], "kind": "var", "range": [ - 1288, - 1409 + 1289, + 1410 ], "loc": { "start": { @@ -3113,8 +3113,8 @@ "type": "Line", "value": " nb indexes", "range": [ - 1266, - 1279 + 1267, + 1280 ], "loc": { "start": { @@ -3138,8 +3138,8 @@ "type": "Identifier", "name": "idx", "range": [ - 1422, - 1425 + 1423, + 1426 ], "loc": { "start": { @@ -3157,8 +3157,8 @@ "value": 0, "raw": "0", "range": [ - 1428, - 1429 + 1429, + 1430 ], "loc": { "start": { @@ -3172,8 +3172,8 @@ } }, "range": [ - 1422, - 1429 + 1423, + 1430 ], "loc": { "start": { @@ -3189,8 +3189,8 @@ ], "kind": "var", "range": [ - 1418, - 1430 + 1419, + 1431 ], "loc": { "start": { @@ -3207,8 +3207,8 @@ "type": "Line", "value": "alternates bg color", "range": [ - 1440, - 1461 + 1441, + 1462 ], "loc": { "start": { @@ -3234,8 +3234,8 @@ "type": "Identifier", "name": "j", "range": [ - 1478, - 1479 + 1479, + 1480 ], "loc": { "start": { @@ -3252,8 +3252,8 @@ "type": "Identifier", "name": "beginIndex", "range": [ - 1480, - 1490 + 1481, + 1491 ], "loc": { "start": { @@ -3267,8 +3267,8 @@ } }, "range": [ - 1478, - 1490 + 1479, + 1491 ], "loc": { "start": { @@ -3284,8 +3284,8 @@ ], "kind": "var", "range": [ - 1474, - 1490 + 1475, + 1491 ], "loc": { "start": { @@ -3305,8 +3305,8 @@ "type": "Identifier", "name": "j", "range": [ - 1492, - 1493 + 1493, + 1494 ], "loc": { "start": { @@ -3323,8 +3323,8 @@ "type": "Identifier", "name": "indexLen", "range": [ - 1494, - 1502 + 1495, + 1503 ], "loc": { "start": { @@ -3338,8 +3338,8 @@ } }, "range": [ - 1492, - 1502 + 1493, + 1503 ], "loc": { "start": { @@ -3359,8 +3359,8 @@ "type": "Identifier", "name": "j", "range": [ - 1504, - 1505 + 1505, + 1506 ], "loc": { "start": { @@ -3375,8 +3375,8 @@ }, "prefix": false, "range": [ - 1504, - 1507 + 1505, + 1508 ], "loc": { "start": { @@ -3401,8 +3401,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 1526, - 1532 + 1527, + 1533 ], "loc": { "start": { @@ -3421,8 +3421,8 @@ "type": "Identifier", "name": "noValidRowsIndex", "range": [ - 1535, - 1551 + 1536, + 1552 ], "loc": { "start": { @@ -3439,8 +3439,8 @@ "type": "Identifier", "name": "j", "range": [ - 1554, - 1555 + 1555, + 1556 ], "loc": { "start": { @@ -3460,8 +3460,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 1558, - 1572 + 1559, + 1573 ], "loc": { "start": { @@ -3478,8 +3478,8 @@ "type": "Identifier", "name": "j", "range": [ - 1573, - 1574 + 1574, + 1575 ], "loc": { "start": { @@ -3493,8 +3493,8 @@ } }, "range": [ - 1558, - 1575 + 1559, + 1576 ], "loc": { "start": { @@ -3508,8 +3508,8 @@ } }, "range": [ - 1535, - 1575 + 1536, + 1576 ], "loc": { "start": { @@ -3523,8 +3523,8 @@ } }, "range": [ - 1526, - 1575 + 1527, + 1576 ], "loc": { "start": { @@ -3540,8 +3540,8 @@ ], "kind": "var", "range": [ - 1522, - 1576 + 1523, + 1577 ], "loc": { "start": { @@ -3564,8 +3564,8 @@ "object": { "type": "ThisExpression", "range": [ - 1589, - 1593 + 1590, + 1594 ], "loc": { "start": { @@ -3582,8 +3582,8 @@ "type": "Identifier", "name": "setRowBg", "range": [ - 1594, - 1602 + 1595, + 1603 ], "loc": { "start": { @@ -3597,8 +3597,8 @@ } }, "range": [ - 1589, - 1602 + 1590, + 1603 ], "loc": { "start": { @@ -3616,8 +3616,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 1603, - 1609 + 1604, + 1610 ], "loc": { "start": { @@ -3634,8 +3634,8 @@ "type": "Identifier", "name": "idx", "range": [ - 1611, - 1614 + 1612, + 1615 ], "loc": { "start": { @@ -3650,8 +3650,8 @@ } ], "range": [ - 1589, - 1615 + 1590, + 1616 ], "loc": { "start": { @@ -3665,8 +3665,8 @@ } }, "range": [ - 1589, - 1616 + 1590, + 1617 ], "loc": { "start": { @@ -3688,8 +3688,8 @@ "type": "Identifier", "name": "idx", "range": [ - 1629, - 1632 + 1630, + 1633 ], "loc": { "start": { @@ -3704,8 +3704,8 @@ }, "prefix": false, "range": [ - 1629, - 1634 + 1630, + 1635 ], "loc": { "start": { @@ -3719,8 +3719,8 @@ } }, "range": [ - 1629, - 1635 + 1630, + 1636 ], "loc": { "start": { @@ -3735,8 +3735,8 @@ } ], "range": [ - 1508, - 1645 + 1509, + 1646 ], "loc": { "start": { @@ -3750,8 +3750,8 @@ } }, "range": [ - 1470, - 1645 + 1471, + 1646 ], "loc": { "start": { @@ -3768,8 +3768,8 @@ "type": "Line", "value": "alternates bg color", "range": [ - 1440, - 1461 + 1441, + 1462 ], "loc": { "start": { @@ -3786,8 +3786,8 @@ } ], "range": [ - 978, - 1651 + 979, + 1652 ], "loc": { "start": { @@ -3803,8 +3803,8 @@ "generator": false, "expression": false, "range": [ - 975, - 1651 + 976, + 1652 ], "loc": { "start": { @@ -3820,8 +3820,8 @@ "kind": "method", "computed": false, "range": [ - 965, - 1651 + 966, + 1652 ], "loc": { "start": { @@ -3838,8 +3838,8 @@ "type": "Block", "value": "*\n * Set/remove row background based on row validation\n * @param {Number} rowIdx Row index\n * @param {Number} arrIdx Array index\n * @param {Boolean} isValid Valid row flag\n ", "range": [ - 1657, - 1861 + 1658, + 1862 ], "loc": { "start": { @@ -3861,8 +3861,8 @@ "type": "Identifier", "name": "processRow", "range": [ - 1866, - 1876 + 1867, + 1877 ], "loc": { "start": { @@ -3883,8 +3883,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 1877, - 1883 + 1878, + 1884 ], "loc": { "start": { @@ -3901,8 +3901,8 @@ "type": "Identifier", "name": "arrIdx", "range": [ - 1885, - 1891 + 1886, + 1892 ], "loc": { "start": { @@ -3919,8 +3919,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 1893, - 1900 + 1894, + 1901 ], "loc": { "start": { @@ -3943,8 +3943,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 1915, - 1922 + 1916, + 1923 ], "loc": { "start": { @@ -3970,8 +3970,8 @@ "object": { "type": "ThisExpression", "range": [ - 1937, - 1941 + 1938, + 1942 ], "loc": { "start": { @@ -3988,8 +3988,8 @@ "type": "Identifier", "name": "setRowBg", "range": [ - 1942, - 1950 + 1943, + 1951 ], "loc": { "start": { @@ -4003,8 +4003,8 @@ } }, "range": [ - 1937, - 1950 + 1938, + 1951 ], "loc": { "start": { @@ -4022,8 +4022,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 1951, - 1957 + 1952, + 1958 ], "loc": { "start": { @@ -4040,8 +4040,8 @@ "type": "Identifier", "name": "arrIdx", "range": [ - 1959, - 1965 + 1960, + 1966 ], "loc": { "start": { @@ -4056,8 +4056,8 @@ } ], "range": [ - 1937, - 1966 + 1938, + 1967 ], "loc": { "start": { @@ -4071,8 +4071,8 @@ } }, "range": [ - 1937, - 1967 + 1938, + 1968 ], "loc": { "start": { @@ -4087,8 +4087,8 @@ } ], "range": [ - 1923, - 1977 + 1924, + 1978 ], "loc": { "start": { @@ -4114,8 +4114,8 @@ "object": { "type": "ThisExpression", "range": [ - 1997, - 2001 + 1998, + 2002 ], "loc": { "start": { @@ -4132,8 +4132,8 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 2002, - 2013 + 2003, + 2014 ], "loc": { "start": { @@ -4147,8 +4147,8 @@ } }, "range": [ - 1997, - 2013 + 1998, + 2014 ], "loc": { "start": { @@ -4166,8 +4166,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2014, - 2020 + 2015, + 2021 ], "loc": { "start": { @@ -4182,8 +4182,8 @@ } ], "range": [ - 1997, - 2021 + 1998, + 2022 ], "loc": { "start": { @@ -4197,8 +4197,8 @@ } }, "range": [ - 1997, - 2022 + 1998, + 2023 ], "loc": { "start": { @@ -4213,8 +4213,8 @@ } ], "range": [ - 1983, - 2032 + 1984, + 2033 ], "loc": { "start": { @@ -4228,8 +4228,8 @@ } }, "range": [ - 1912, - 2032 + 1913, + 2033 ], "loc": { "start": { @@ -4244,8 +4244,8 @@ } ], "range": [ - 1902, - 2038 + 1903, + 2039 ], "loc": { "start": { @@ -4261,8 +4261,8 @@ "generator": false, "expression": false, "range": [ - 1876, - 2038 + 1877, + 2039 ], "loc": { "start": { @@ -4278,8 +4278,8 @@ "kind": "method", "computed": false, "range": [ - 1866, - 2038 + 1867, + 2039 ], "loc": { "start": { @@ -4296,8 +4296,8 @@ "type": "Block", "value": "*\n * Set/remove row background based on row validation\n * @param {Number} rowIdx Row index\n * @param {Number} arrIdx Array index\n * @param {Boolean} isValid Valid row flag\n ", "range": [ - 1657, - 1861 + 1658, + 1862 ], "loc": { "start": { @@ -4316,8 +4316,8 @@ "type": "Block", "value": "*\n * Sets row background color\n * @param {Number} rowIdx Row index\n * @param {Number} idx Valid rows collection index needed to calculate bg\n * color\n ", "range": [ - 2044, - 2222 + 2045, + 2223 ], "loc": { "start": { @@ -4339,8 +4339,8 @@ "type": "Identifier", "name": "setRowBg", "range": [ - 2227, - 2235 + 2228, + 2236 ], "loc": { "start": { @@ -4361,8 +4361,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2236, - 2242 + 2237, + 2243 ], "loc": { "start": { @@ -4379,8 +4379,8 @@ "type": "Identifier", "name": "idx", "range": [ - 2244, - 2247 + 2245, + 2248 ], "loc": { "start": { @@ -4413,8 +4413,8 @@ "object": { "type": "ThisExpression", "range": [ - 2263, - 2267 + 2264, + 2268 ], "loc": { "start": { @@ -4431,8 +4431,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 2268, - 2277 + 2269, + 2278 ], "loc": { "start": { @@ -4446,8 +4446,8 @@ } }, "range": [ - 2263, - 2277 + 2264, + 2278 ], "loc": { "start": { @@ -4462,8 +4462,8 @@ }, "arguments": [], "range": [ - 2263, - 2279 + 2264, + 2280 ], "loc": { "start": { @@ -4478,8 +4478,8 @@ }, "prefix": true, "range": [ - 2262, - 2279 + 2263, + 2280 ], "loc": { "start": { @@ -4498,8 +4498,8 @@ "type": "Identifier", "name": "isNaN", "range": [ - 2283, - 2288 + 2284, + 2289 ], "loc": { "start": { @@ -4517,8 +4517,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2289, - 2295 + 2290, + 2296 ], "loc": { "start": { @@ -4533,8 +4533,8 @@ } ], "range": [ - 2283, - 2296 + 2284, + 2297 ], "loc": { "start": { @@ -4548,8 +4548,8 @@ } }, "range": [ - 2262, - 2296 + 2263, + 2297 ], "loc": { "start": { @@ -4569,8 +4569,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2311, - 2318 + 2312, + 2319 ], "loc": { "start": { @@ -4585,8 +4585,8 @@ } ], "range": [ - 2297, - 2328 + 2298, + 2329 ], "loc": { "start": { @@ -4601,8 +4601,8 @@ }, "alternate": null, "range": [ - 2259, - 2328 + 2260, + 2329 ], "loc": { "start": { @@ -4624,8 +4624,8 @@ "type": "Identifier", "name": "rows", "range": [ - 2341, - 2345 + 2342, + 2346 ], "loc": { "start": { @@ -4650,8 +4650,8 @@ "object": { "type": "ThisExpression", "range": [ - 2348, - 2352 + 2349, + 2353 ], "loc": { "start": { @@ -4668,8 +4668,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2353, - 2355 + 2354, + 2356 ], "loc": { "start": { @@ -4683,8 +4683,8 @@ } }, "range": [ - 2348, - 2355 + 2349, + 2356 ], "loc": { "start": { @@ -4701,8 +4701,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 2356, - 2359 + 2357, + 2360 ], "loc": { "start": { @@ -4716,8 +4716,8 @@ } }, "range": [ - 2348, - 2359 + 2349, + 2360 ], "loc": { "start": { @@ -4734,8 +4734,8 @@ "type": "Identifier", "name": "rows", "range": [ - 2360, - 2364 + 2361, + 2365 ], "loc": { "start": { @@ -4749,8 +4749,8 @@ } }, "range": [ - 2348, - 2364 + 2349, + 2365 ], "loc": { "start": { @@ -4764,8 +4764,8 @@ } }, "range": [ - 2341, - 2364 + 2342, + 2365 ], "loc": { "start": { @@ -4781,8 +4781,8 @@ ], "kind": "var", "range": [ - 2337, - 2365 + 2338, + 2366 ], "loc": { "start": { @@ -4804,8 +4804,8 @@ "type": "Identifier", "name": "i", "range": [ - 2378, - 2379 + 2379, + 2380 ], "loc": { "start": { @@ -4826,8 +4826,8 @@ "type": "Identifier", "name": "isNaN", "range": [ - 2382, - 2387 + 2383, + 2388 ], "loc": { "start": { @@ -4845,8 +4845,8 @@ "type": "Identifier", "name": "idx", "range": [ - 2388, - 2391 + 2389, + 2392 ], "loc": { "start": { @@ -4861,8 +4861,8 @@ } ], "range": [ - 2382, - 2392 + 2383, + 2393 ], "loc": { "start": { @@ -4879,8 +4879,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2395, - 2401 + 2396, + 2402 ], "loc": { "start": { @@ -4897,8 +4897,8 @@ "type": "Identifier", "name": "idx", "range": [ - 2404, - 2407 + 2405, + 2408 ], "loc": { "start": { @@ -4912,8 +4912,8 @@ } }, "range": [ - 2382, - 2407 + 2383, + 2408 ], "loc": { "start": { @@ -4927,8 +4927,8 @@ } }, "range": [ - 2378, - 2407 + 2379, + 2408 ], "loc": { "start": { @@ -4944,8 +4944,8 @@ ], "kind": "var", "range": [ - 2374, - 2408 + 2375, + 2409 ], "loc": { "start": { @@ -4968,8 +4968,8 @@ "object": { "type": "ThisExpression", "range": [ - 2417, - 2421 + 2418, + 2422 ], "loc": { "start": { @@ -4986,8 +4986,8 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 2422, - 2433 + 2423, + 2434 ], "loc": { "start": { @@ -5001,8 +5001,8 @@ } }, "range": [ - 2417, - 2433 + 2418, + 2434 ], "loc": { "start": { @@ -5020,8 +5020,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2434, - 2440 + 2435, + 2441 ], "loc": { "start": { @@ -5036,8 +5036,8 @@ } ], "range": [ - 2417, - 2441 + 2418, + 2442 ], "loc": { "start": { @@ -5051,8 +5051,8 @@ } }, "range": [ - 2417, - 2442 + 2418, + 2443 ], "loc": { "start": { @@ -5076,8 +5076,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2452, - 2455 + 2453, + 2456 ], "loc": { "start": { @@ -5094,8 +5094,8 @@ "type": "Identifier", "name": "addClass", "range": [ - 2456, - 2464 + 2457, + 2465 ], "loc": { "start": { @@ -5109,8 +5109,8 @@ } }, "range": [ - 2452, - 2464 + 2453, + 2465 ], "loc": { "start": { @@ -5131,8 +5131,8 @@ "type": "Identifier", "name": "rows", "range": [ - 2478, - 2482 + 2479, + 2483 ], "loc": { "start": { @@ -5149,8 +5149,8 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 2483, - 2489 + 2484, + 2490 ], "loc": { "start": { @@ -5164,8 +5164,8 @@ } }, "range": [ - 2478, - 2490 + 2479, + 2491 ], "loc": { "start": { @@ -5187,8 +5187,8 @@ "type": "Identifier", "name": "i", "range": [ - 2505, - 2506 + 2506, + 2507 ], "loc": { "start": { @@ -5206,8 +5206,8 @@ "value": 2, "raw": "2", "range": [ - 2507, - 2508 + 2508, + 2509 ], "loc": { "start": { @@ -5221,8 +5221,8 @@ } }, "range": [ - 2505, - 2508 + 2506, + 2509 ], "loc": { "start": { @@ -5241,8 +5241,8 @@ "object": { "type": "ThisExpression", "range": [ - 2512, - 2516 + 2513, + 2517 ], "loc": { "start": { @@ -5259,8 +5259,8 @@ "type": "Identifier", "name": "evenCss", "range": [ - 2517, - 2524 + 2518, + 2525 ], "loc": { "start": { @@ -5274,8 +5274,8 @@ } }, "range": [ - 2512, - 2524 + 2513, + 2525 ], "loc": { "start": { @@ -5294,8 +5294,8 @@ "object": { "type": "ThisExpression", "range": [ - 2527, - 2531 + 2528, + 2532 ], "loc": { "start": { @@ -5312,8 +5312,8 @@ "type": "Identifier", "name": "oddCss", "range": [ - 2532, - 2538 + 2533, + 2539 ], "loc": { "start": { @@ -5327,8 +5327,8 @@ } }, "range": [ - 2527, - 2538 + 2528, + 2539 ], "loc": { "start": { @@ -5342,8 +5342,8 @@ } }, "range": [ - 2504, - 2538 + 2505, + 2539 ], "loc": { "start": { @@ -5358,8 +5358,8 @@ } ], "range": [ - 2452, - 2548 + 2453, + 2549 ], "loc": { "start": { @@ -5373,8 +5373,8 @@ } }, "range": [ - 2452, - 2549 + 2453, + 2550 ], "loc": { "start": { @@ -5389,8 +5389,8 @@ } ], "range": [ - 2249, - 2555 + 2250, + 2556 ], "loc": { "start": { @@ -5406,8 +5406,8 @@ "generator": false, "expression": false, "range": [ - 2235, - 2555 + 2236, + 2556 ], "loc": { "start": { @@ -5423,8 +5423,8 @@ "kind": "method", "computed": false, "range": [ - 2227, - 2555 + 2228, + 2556 ], "loc": { "start": { @@ -5441,8 +5441,8 @@ "type": "Block", "value": "*\n * Sets row background color\n * @param {Number} rowIdx Row index\n * @param {Number} idx Valid rows collection index needed to calculate bg\n * color\n ", "range": [ - 2044, - 2222 + 2045, + 2223 ], "loc": { "start": { @@ -5461,8 +5461,8 @@ "type": "Block", "value": "*\n * Removes row background color\n * @param {Number} idx Row index\n ", "range": [ - 2561, - 2646 + 2562, + 2647 ], "loc": { "start": { @@ -5484,8 +5484,8 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 2651, - 2662 + 2652, + 2663 ], "loc": { "start": { @@ -5506,8 +5506,8 @@ "type": "Identifier", "name": "idx", "range": [ - 2663, - 2666 + 2664, + 2667 ], "loc": { "start": { @@ -5532,8 +5532,8 @@ "type": "Identifier", "name": "isNaN", "range": [ - 2681, - 2686 + 2682, + 2687 ], "loc": { "start": { @@ -5551,8 +5551,8 @@ "type": "Identifier", "name": "idx", "range": [ - 2687, - 2690 + 2688, + 2691 ], "loc": { "start": { @@ -5567,8 +5567,8 @@ } ], "range": [ - 2681, - 2691 + 2682, + 2692 ], "loc": { "start": { @@ -5588,8 +5588,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2706, - 2713 + 2707, + 2714 ], "loc": { "start": { @@ -5604,8 +5604,8 @@ } ], "range": [ - 2692, - 2723 + 2693, + 2724 ], "loc": { "start": { @@ -5620,8 +5620,8 @@ }, "alternate": null, "range": [ - 2678, - 2723 + 2679, + 2724 ], "loc": { "start": { @@ -5643,8 +5643,8 @@ "type": "Identifier", "name": "rows", "range": [ - 2736, - 2740 + 2737, + 2741 ], "loc": { "start": { @@ -5669,8 +5669,8 @@ "object": { "type": "ThisExpression", "range": [ - 2743, - 2747 + 2744, + 2748 ], "loc": { "start": { @@ -5687,8 +5687,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2748, - 2750 + 2749, + 2751 ], "loc": { "start": { @@ -5702,8 +5702,8 @@ } }, "range": [ - 2743, - 2750 + 2744, + 2751 ], "loc": { "start": { @@ -5720,8 +5720,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 2751, - 2754 + 2752, + 2755 ], "loc": { "start": { @@ -5735,8 +5735,8 @@ } }, "range": [ - 2743, - 2754 + 2744, + 2755 ], "loc": { "start": { @@ -5753,8 +5753,8 @@ "type": "Identifier", "name": "rows", "range": [ - 2755, - 2759 + 2756, + 2760 ], "loc": { "start": { @@ -5768,8 +5768,8 @@ } }, "range": [ - 2743, - 2759 + 2744, + 2760 ], "loc": { "start": { @@ -5783,8 +5783,8 @@ } }, "range": [ - 2736, - 2759 + 2737, + 2760 ], "loc": { "start": { @@ -5800,8 +5800,8 @@ ], "kind": "var", "range": [ - 2732, - 2760 + 2733, + 2761 ], "loc": { "start": { @@ -5825,8 +5825,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2769, - 2772 + 2770, + 2773 ], "loc": { "start": { @@ -5843,8 +5843,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 2773, - 2784 + 2774, + 2785 ], "loc": { "start": { @@ -5858,8 +5858,8 @@ } }, "range": [ - 2769, - 2784 + 2770, + 2785 ], "loc": { "start": { @@ -5880,8 +5880,8 @@ "type": "Identifier", "name": "rows", "range": [ - 2785, - 2789 + 2786, + 2790 ], "loc": { "start": { @@ -5898,8 +5898,8 @@ "type": "Identifier", "name": "idx", "range": [ - 2790, - 2793 + 2791, + 2794 ], "loc": { "start": { @@ -5913,8 +5913,8 @@ } }, "range": [ - 2785, - 2794 + 2786, + 2795 ], "loc": { "start": { @@ -5933,8 +5933,8 @@ "object": { "type": "ThisExpression", "range": [ - 2796, - 2800 + 2797, + 2801 ], "loc": { "start": { @@ -5951,8 +5951,8 @@ "type": "Identifier", "name": "oddCss", "range": [ - 2801, - 2807 + 2802, + 2808 ], "loc": { "start": { @@ -5966,8 +5966,8 @@ } }, "range": [ - 2796, - 2807 + 2797, + 2808 ], "loc": { "start": { @@ -5982,8 +5982,8 @@ } ], "range": [ - 2769, - 2808 + 2770, + 2809 ], "loc": { "start": { @@ -5997,8 +5997,8 @@ } }, "range": [ - 2769, - 2809 + 2770, + 2810 ], "loc": { "start": { @@ -6022,8 +6022,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2818, - 2821 + 2819, + 2822 ], "loc": { "start": { @@ -6040,8 +6040,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 2822, - 2833 + 2823, + 2834 ], "loc": { "start": { @@ -6055,8 +6055,8 @@ } }, "range": [ - 2818, - 2833 + 2819, + 2834 ], "loc": { "start": { @@ -6077,8 +6077,8 @@ "type": "Identifier", "name": "rows", "range": [ - 2834, - 2838 + 2835, + 2839 ], "loc": { "start": { @@ -6095,8 +6095,8 @@ "type": "Identifier", "name": "idx", "range": [ - 2839, - 2842 + 2840, + 2843 ], "loc": { "start": { @@ -6110,8 +6110,8 @@ } }, "range": [ - 2834, - 2843 + 2835, + 2844 ], "loc": { "start": { @@ -6130,8 +6130,8 @@ "object": { "type": "ThisExpression", "range": [ - 2845, - 2849 + 2846, + 2850 ], "loc": { "start": { @@ -6148,8 +6148,8 @@ "type": "Identifier", "name": "evenCss", "range": [ - 2850, - 2857 + 2851, + 2858 ], "loc": { "start": { @@ -6163,8 +6163,8 @@ } }, "range": [ - 2845, - 2857 + 2846, + 2858 ], "loc": { "start": { @@ -6179,8 +6179,8 @@ } ], "range": [ - 2818, - 2858 + 2819, + 2859 ], "loc": { "start": { @@ -6194,8 +6194,8 @@ } }, "range": [ - 2818, - 2859 + 2819, + 2860 ], "loc": { "start": { @@ -6210,8 +6210,8 @@ } ], "range": [ - 2668, - 2865 + 2669, + 2866 ], "loc": { "start": { @@ -6227,8 +6227,8 @@ "generator": false, "expression": false, "range": [ - 2662, - 2865 + 2663, + 2866 ], "loc": { "start": { @@ -6244,8 +6244,8 @@ "kind": "method", "computed": false, "range": [ - 2651, - 2865 + 2652, + 2866 ], "loc": { "start": { @@ -6262,8 +6262,8 @@ "type": "Block", "value": "*\n * Removes row background color\n * @param {Number} idx Row index\n ", "range": [ - 2561, - 2646 + 2562, + 2647 ], "loc": { "start": { @@ -6282,8 +6282,8 @@ "type": "Block", "value": "*\n * Removes all alternating backgrounds\n ", "range": [ - 2871, - 2925 + 2872, + 2926 ], "loc": { "start": { @@ -6305,8 +6305,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 2930, - 2937 + 2931, + 2938 ], "loc": { "start": { @@ -6337,8 +6337,8 @@ "object": { "type": "ThisExpression", "range": [ - 2954, - 2958 + 2955, + 2959 ], "loc": { "start": { @@ -6355,8 +6355,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2959, - 2970 + 2960, + 2971 ], "loc": { "start": { @@ -6370,8 +6370,8 @@ } }, "range": [ - 2954, - 2970 + 2955, + 2971 ], "loc": { "start": { @@ -6386,8 +6386,8 @@ }, "prefix": true, "range": [ - 2953, - 2970 + 2954, + 2971 ], "loc": { "start": { @@ -6407,8 +6407,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2985, - 2992 + 2986, + 2993 ], "loc": { "start": { @@ -6423,8 +6423,8 @@ } ], "range": [ - 2971, - 3002 + 2972, + 3003 ], "loc": { "start": { @@ -6439,8 +6439,8 @@ }, "alternate": null, "range": [ - 2950, - 3002 + 2951, + 3003 ], "loc": { "start": { @@ -6464,8 +6464,8 @@ "type": "Identifier", "name": "i", "range": [ - 3019, - 3020 + 3020, + 3021 ], "loc": { "start": { @@ -6483,8 +6483,8 @@ "value": 0, "raw": "0", "range": [ - 3021, - 3022 + 3022, + 3023 ], "loc": { "start": { @@ -6498,8 +6498,8 @@ } }, "range": [ - 3019, - 3022 + 3020, + 3023 ], "loc": { "start": { @@ -6515,8 +6515,8 @@ ], "kind": "var", "range": [ - 3015, - 3022 + 3016, + 3023 ], "loc": { "start": { @@ -6536,8 +6536,8 @@ "type": "Identifier", "name": "i", "range": [ - 3024, - 3025 + 3025, + 3026 ], "loc": { "start": { @@ -6559,8 +6559,8 @@ "object": { "type": "ThisExpression", "range": [ - 3026, - 3030 + 3027, + 3031 ], "loc": { "start": { @@ -6577,8 +6577,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3031, - 3033 + 3032, + 3034 ], "loc": { "start": { @@ -6592,8 +6592,8 @@ } }, "range": [ - 3026, - 3033 + 3027, + 3034 ], "loc": { "start": { @@ -6610,8 +6610,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 3034, - 3040 + 3035, + 3041 ], "loc": { "start": { @@ -6625,8 +6625,8 @@ } }, "range": [ - 3026, - 3040 + 3027, + 3041 ], "loc": { "start": { @@ -6640,8 +6640,8 @@ } }, "range": [ - 3024, - 3040 + 3025, + 3041 ], "loc": { "start": { @@ -6661,8 +6661,8 @@ "type": "Identifier", "name": "i", "range": [ - 3042, - 3043 + 3043, + 3044 ], "loc": { "start": { @@ -6677,8 +6677,8 @@ }, "prefix": false, "range": [ - 3042, - 3045 + 3043, + 3046 ], "loc": { "start": { @@ -6704,8 +6704,8 @@ "object": { "type": "ThisExpression", "range": [ - 3060, - 3064 + 3061, + 3065 ], "loc": { "start": { @@ -6722,8 +6722,8 @@ "type": "Identifier", "name": "removeRowBg", "range": [ - 3065, - 3076 + 3066, + 3077 ], "loc": { "start": { @@ -6737,8 +6737,8 @@ } }, "range": [ - 3060, - 3076 + 3061, + 3077 ], "loc": { "start": { @@ -6756,8 +6756,8 @@ "type": "Identifier", "name": "i", "range": [ - 3077, - 3078 + 3078, + 3079 ], "loc": { "start": { @@ -6772,8 +6772,8 @@ } ], "range": [ - 3060, - 3079 + 3061, + 3080 ], "loc": { "start": { @@ -6787,8 +6787,8 @@ } }, "range": [ - 3060, - 3080 + 3061, + 3081 ], "loc": { "start": { @@ -6803,8 +6803,8 @@ } ], "range": [ - 3046, - 3090 + 3047, + 3091 ], "loc": { "start": { @@ -6818,8 +6818,8 @@ } }, "range": [ - 3011, - 3090 + 3012, + 3091 ], "loc": { "start": { @@ -6836,8 +6836,8 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 3100, - 3124 + 3101, + 3125 ], "loc": { "start": { @@ -6865,8 +6865,8 @@ "object": { "type": "ThisExpression", "range": [ - 3133, - 3137 + 3134, + 3138 ], "loc": { "start": { @@ -6883,8 +6883,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3138, - 3145 + 3139, + 3146 ], "loc": { "start": { @@ -6898,8 +6898,8 @@ } }, "range": [ - 3133, - 3145 + 3134, + 3146 ], "loc": { "start": { @@ -6916,8 +6916,8 @@ "type": "Identifier", "name": "off", "range": [ - 3146, - 3149 + 3147, + 3150 ], "loc": { "start": { @@ -6931,8 +6931,8 @@ } }, "range": [ - 3133, - 3149 + 3134, + 3150 ], "loc": { "start": { @@ -6954,8 +6954,8 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 3151, - 3166 + 3152, + 3167 ], "loc": { "start": { @@ -6973,8 +6973,8 @@ "value": "row-paged", "raw": "'row-paged'", "range": [ - 3168, - 3179 + 3169, + 3180 ], "loc": { "start": { @@ -6989,8 +6989,8 @@ } ], "range": [ - 3150, - 3180 + 3151, + 3181 ], "loc": { "start": { @@ -7011,8 +7011,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3195, - 3197 + 3196, + 3198 ], "loc": { "start": { @@ -7029,8 +7029,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 3199, - 3207 + 3200, + 3208 ], "loc": { "start": { @@ -7047,8 +7047,8 @@ "type": "Identifier", "name": "arrIndex", "range": [ - 3209, - 3217 + 3210, + 3218 ], "loc": { "start": { @@ -7065,8 +7065,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 3219, - 3226 + 3220, + 3227 ], "loc": { "start": { @@ -7088,8 +7088,8 @@ "object": { "type": "ThisExpression", "range": [ - 3246, - 3250 + 3247, + 3251 ], "loc": { "start": { @@ -7106,8 +7106,8 @@ "type": "Identifier", "name": "processRow", "range": [ - 3251, - 3261 + 3252, + 3262 ], "loc": { "start": { @@ -7121,8 +7121,8 @@ } }, "range": [ - 3246, - 3261 + 3247, + 3262 ], "loc": { "start": { @@ -7140,8 +7140,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 3262, - 3270 + 3263, + 3271 ], "loc": { "start": { @@ -7158,8 +7158,8 @@ "type": "Identifier", "name": "arrIndex", "range": [ - 3272, - 3280 + 3273, + 3281 ], "loc": { "start": { @@ -7176,8 +7176,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 3282, - 3289 + 3283, + 3290 ], "loc": { "start": { @@ -7192,8 +7192,8 @@ } ], "range": [ - 3246, - 3290 + 3247, + 3291 ], "loc": { "start": { @@ -7209,8 +7209,8 @@ "generator": false, "expression": true, "range": [ - 3194, - 3290 + 3195, + 3291 ], "loc": { "start": { @@ -7225,8 +7225,8 @@ } ], "range": [ - 3133, - 3291 + 3134, + 3292 ], "loc": { "start": { @@ -7240,8 +7240,8 @@ } }, "range": [ - 3133, - 3292 + 3134, + 3293 ], "loc": { "start": { @@ -7258,8 +7258,8 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 3100, - 3124 + 3101, + 3125 ], "loc": { "start": { @@ -7287,8 +7287,8 @@ "object": { "type": "ThisExpression", "range": [ - 3301, - 3305 + 3302, + 3306 ], "loc": { "start": { @@ -7305,8 +7305,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3306, - 3313 + 3307, + 3314 ], "loc": { "start": { @@ -7320,8 +7320,8 @@ } }, "range": [ - 3301, - 3313 + 3302, + 3314 ], "loc": { "start": { @@ -7338,8 +7338,8 @@ "type": "Identifier", "name": "off", "range": [ - 3314, - 3317 + 3315, + 3318 ], "loc": { "start": { @@ -7353,8 +7353,8 @@ } }, "range": [ - 3301, - 3317 + 3302, + 3318 ], "loc": { "start": { @@ -7376,8 +7376,8 @@ "value": "column-sorted", "raw": "'column-sorted'", "range": [ - 3319, - 3334 + 3320, + 3335 ], "loc": { "start": { @@ -7392,8 +7392,8 @@ } ], "range": [ - 3318, - 3335 + 3319, + 3336 ], "loc": { "start": { @@ -7418,8 +7418,8 @@ "object": { "type": "ThisExpression", "range": [ - 3342, - 3346 + 3343, + 3347 ], "loc": { "start": { @@ -7436,8 +7436,8 @@ "type": "Identifier", "name": "processAll", "range": [ - 3347, - 3357 + 3348, + 3358 ], "loc": { "start": { @@ -7451,8 +7451,8 @@ } }, "range": [ - 3342, - 3357 + 3343, + 3358 ], "loc": { "start": { @@ -7467,8 +7467,8 @@ }, "arguments": [], "range": [ - 3342, - 3359 + 3343, + 3360 ], "loc": { "start": { @@ -7484,8 +7484,8 @@ "generator": false, "expression": true, "range": [ - 3337, - 3359 + 3338, + 3360 ], "loc": { "start": { @@ -7500,8 +7500,8 @@ } ], "range": [ - 3301, - 3360 + 3302, + 3361 ], "loc": { "start": { @@ -7515,8 +7515,8 @@ } }, "range": [ - 3301, - 3361 + 3302, + 3362 ], "loc": { "start": { @@ -7540,8 +7540,8 @@ "object": { "type": "ThisExpression", "range": [ - 3371, - 3375 + 3372, + 3376 ], "loc": { "start": { @@ -7558,8 +7558,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3376, - 3387 + 3377, + 3388 ], "loc": { "start": { @@ -7573,8 +7573,8 @@ } }, "range": [ - 3371, - 3387 + 3372, + 3388 ], "loc": { "start": { @@ -7592,8 +7592,8 @@ "value": false, "raw": "false", "range": [ - 3390, - 3395 + 3391, + 3396 ], "loc": { "start": { @@ -7607,8 +7607,8 @@ } }, "range": [ - 3371, - 3395 + 3372, + 3396 ], "loc": { "start": { @@ -7622,8 +7622,8 @@ } }, "range": [ - 3371, - 3396 + 3372, + 3397 ], "loc": { "start": { @@ -7638,8 +7638,8 @@ } ], "range": [ - 2940, - 3402 + 2941, + 3403 ], "loc": { "start": { @@ -7655,8 +7655,8 @@ "generator": false, "expression": false, "range": [ - 2937, - 3402 + 2938, + 3403 ], "loc": { "start": { @@ -7672,8 +7672,8 @@ "kind": "method", "computed": false, "range": [ - 2930, - 3402 + 2931, + 3403 ], "loc": { "start": { @@ -7690,8 +7690,8 @@ "type": "Block", "value": "*\n * Removes all alternating backgrounds\n ", "range": [ - 2871, - 2925 + 2872, + 2926 ], "loc": { "start": { @@ -7709,8 +7709,8 @@ } ], "range": [ - 105, - 3405 + 106, + 3406 ], "loc": { "start": { @@ -7724,8 +7724,8 @@ } }, "range": [ - 69, - 3405 + 70, + 3406 ], "loc": { "start": { @@ -7743,8 +7743,8 @@ "specifiers": [], "source": null, "range": [ - 62, - 3405 + 63, + 3406 ], "loc": { "start": { @@ -7761,7 +7761,7 @@ "sourceType": "module", "range": [ 0, - 3405 + 3406 ], "loc": { "start": { @@ -7778,8 +7778,8 @@ "type": "Block", "value": "*\n * Alternating rows color\n * @param {Object} tf TableFilter instance\n ", "range": [ - 112, - 200 + 113, + 201 ], "loc": { "start": { @@ -7796,8 +7796,8 @@ "type": "Line", "value": "defines css class for even rows", "range": [ - 302, - 335 + 303, + 336 ], "loc": { "start": { @@ -7814,8 +7814,8 @@ "type": "Line", "value": "defines css class for odd rows", "range": [ - 404, - 436 + 405, + 437 ], "loc": { "start": { @@ -7832,8 +7832,8 @@ "type": "Block", "value": "*\n * Sets alternating rows color\n ", "range": [ - 505, - 551 + 506, + 552 ], "loc": { "start": { @@ -7850,8 +7850,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 662, - 684 + 663, + 685 ], "loc": { "start": { @@ -7868,8 +7868,8 @@ "type": "Line", "value": "1st index", "range": [ - 1187, - 1198 + 1188, + 1199 ], "loc": { "start": { @@ -7886,8 +7886,8 @@ "type": "Line", "value": " nb indexes", "range": [ - 1266, - 1279 + 1267, + 1280 ], "loc": { "start": { @@ -7904,8 +7904,8 @@ "type": "Line", "value": "alternates bg color", "range": [ - 1440, - 1461 + 1441, + 1462 ], "loc": { "start": { @@ -7922,8 +7922,8 @@ "type": "Block", "value": "*\n * Set/remove row background based on row validation\n * @param {Number} rowIdx Row index\n * @param {Number} arrIdx Array index\n * @param {Boolean} isValid Valid row flag\n ", "range": [ - 1657, - 1861 + 1658, + 1862 ], "loc": { "start": { @@ -7940,8 +7940,8 @@ "type": "Block", "value": "*\n * Sets row background color\n * @param {Number} rowIdx Row index\n * @param {Number} idx Valid rows collection index needed to calculate bg\n * color\n ", "range": [ - 2044, - 2222 + 2045, + 2223 ], "loc": { "start": { @@ -7958,8 +7958,8 @@ "type": "Block", "value": "*\n * Removes row background color\n * @param {Number} idx Row index\n ", "range": [ - 2561, - 2646 + 2562, + 2647 ], "loc": { "start": { @@ -7976,8 +7976,8 @@ "type": "Block", "value": "*\n * Removes all alternating backgrounds\n ", "range": [ - 2871, - 2925 + 2872, + 2926 ], "loc": { "start": { @@ -7994,8 +7994,8 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 3100, - 3124 + 3101, + 3125 ], "loc": { "start": { diff --git a/docs/ast/source/modules/checkList.js.json b/docs/ast/source/modules/checkList.js.json index a1be0f61..166e91a6 100644 --- a/docs/ast/source/modules/checkList.js.json +++ b/docs/ast/source/modules/checkList.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 68, - 71 + 69, + 72 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 68, - 71 + 69, + 72 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../array", "raw": "'../array'", "range": [ - 77, - 87 + 78, + 88 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 61, - 88 + 62, + 89 ], "loc": { "start": { @@ -247,8 +247,8 @@ "type": "Identifier", "name": "Str", "range": [ - 96, - 99 + 97, + 100 ], "loc": { "start": { @@ -262,8 +262,8 @@ } }, "range": [ - 96, - 99 + 97, + 100 ], "loc": { "start": { @@ -282,8 +282,8 @@ "value": "../string", "raw": "'../string'", "range": [ - 105, - 116 + 106, + 117 ], "loc": { "start": { @@ -297,8 +297,8 @@ } }, "range": [ - 89, - 117 + 90, + 118 ], "loc": { "start": { @@ -320,8 +320,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 125, - 129 + 126, + 130 ], "loc": { "start": { @@ -335,8 +335,8 @@ } }, "range": [ - 125, - 129 + 126, + 130 ], "loc": { "start": { @@ -355,8 +355,8 @@ "value": "../sort", "raw": "'../sort'", "range": [ - 135, - 144 + 136, + 145 ], "loc": { "start": { @@ -370,8 +370,8 @@ } }, "range": [ - 118, - 145 + 119, + 146 ], "loc": { "start": { @@ -393,8 +393,8 @@ "type": "Identifier", "name": "Event", "range": [ - 153, - 158 + 154, + 159 ], "loc": { "start": { @@ -408,8 +408,8 @@ } }, "range": [ - 153, - 158 + 154, + 159 ], "loc": { "start": { @@ -428,8 +428,8 @@ "value": "../event", "raw": "'../event'", "range": [ - 164, - 174 + 165, + 175 ], "loc": { "start": { @@ -443,8 +443,8 @@ } }, "range": [ - 146, - 175 + 147, + 176 ], "loc": { "start": { @@ -466,8 +466,8 @@ "type": "Identifier", "name": "Types", "range": [ - 183, - 188 + 184, + 189 ], "loc": { "start": { @@ -481,8 +481,8 @@ } }, "range": [ - 183, - 188 + 184, + 189 ], "loc": { "start": { @@ -501,8 +501,8 @@ "value": "../types", "raw": "'../types'", "range": [ - 194, - 204 + 195, + 205 ], "loc": { "start": { @@ -516,8 +516,8 @@ } }, "range": [ - 176, - 205 + 177, + 206 ], "loc": { "start": { @@ -539,8 +539,8 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 214, - 223 + 215, + 224 ], "loc": { "start": { @@ -557,8 +557,8 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 214, - 223 + 215, + 224 ], "loc": { "start": { @@ -572,8 +572,8 @@ } }, "range": [ - 214, - 223 + 215, + 224 ], "loc": { "start": { @@ -592,8 +592,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 225, - 229 + 226, + 230 ], "loc": { "start": { @@ -610,8 +610,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 225, - 229 + 226, + 230 ], "loc": { "start": { @@ -625,8 +625,8 @@ } }, "range": [ - 225, - 229 + 226, + 230 ], "loc": { "start": { @@ -645,8 +645,8 @@ "value": "../const", "raw": "'../const'", "range": [ - 236, - 246 + 237, + 247 ], "loc": { "start": { @@ -660,8 +660,8 @@ } }, "range": [ - 206, - 247 + 207, + 248 ], "loc": { "start": { @@ -683,8 +683,8 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 255, - 265 + 256, + 266 ], "loc": { "start": { @@ -705,8 +705,8 @@ "value": "Filter options for column {0} cannot be sorted in ", "raw": "'Filter options for column {0} cannot be sorted in '", "range": [ - 268, - 320 + 269, + 321 ], "loc": { "start": { @@ -724,8 +724,8 @@ "value": "{1} manner.", "raw": "'{1} manner.'", "range": [ - 327, - 340 + 328, + 341 ], "loc": { "start": { @@ -739,8 +739,8 @@ } }, "range": [ - 268, - 340 + 269, + 341 ], "loc": { "start": { @@ -754,8 +754,8 @@ } }, "range": [ - 255, - 340 + 256, + 341 ], "loc": { "start": { @@ -771,8 +771,8 @@ ], "kind": "const", "range": [ - 249, - 341 + 250, + 342 ], "loc": { "start": { @@ -793,8 +793,8 @@ "type": "Identifier", "name": "CheckList", "range": [ - 356, - 365 + 357, + 366 ], "loc": { "start": { @@ -811,8 +811,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 374, - 381 + 375, + 382 ], "loc": { "start": { @@ -834,8 +834,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 482, - 493 + 483, + 494 ], "loc": { "start": { @@ -856,8 +856,8 @@ "type": "Identifier", "name": "tf", "range": [ - 494, - 496 + 495, + 497 ], "loc": { "start": { @@ -881,8 +881,8 @@ "callee": { "type": "Super", "range": [ - 508, - 513 + 509, + 514 ], "loc": { "start": { @@ -900,8 +900,8 @@ "type": "Identifier", "name": "tf", "range": [ - 514, - 516 + 515, + 517 ], "loc": { "start": { @@ -919,8 +919,8 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 518, - 529 + 519, + 530 ], "loc": { "start": { @@ -935,8 +935,8 @@ } ], "range": [ - 508, - 530 + 509, + 531 ], "loc": { "start": { @@ -950,8 +950,8 @@ } }, "range": [ - 508, - 531 + 509, + 532 ], "loc": { "start": { @@ -968,8 +968,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 541, - 564 + 542, + 565 ], "loc": { "start": { @@ -993,8 +993,8 @@ "type": "Identifier", "name": "f", "range": [ - 577, - 578 + 578, + 579 ], "loc": { "start": { @@ -1016,8 +1016,8 @@ "type": "Identifier", "name": "tf", "range": [ - 581, - 583 + 582, + 584 ], "loc": { "start": { @@ -1034,8 +1034,8 @@ "type": "Identifier", "name": "config", "range": [ - 584, - 590 + 585, + 591 ], "loc": { "start": { @@ -1049,8 +1049,8 @@ } }, "range": [ - 581, - 590 + 582, + 591 ], "loc": { "start": { @@ -1065,8 +1065,8 @@ }, "arguments": [], "range": [ - 581, - 592 + 582, + 593 ], "loc": { "start": { @@ -1080,8 +1080,8 @@ } }, "range": [ - 577, - 592 + 578, + 593 ], "loc": { "start": { @@ -1097,8 +1097,8 @@ ], "kind": "let", "range": [ - 573, - 593 + 574, + 594 ], "loc": { "start": { @@ -1115,8 +1115,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 541, - 564 + 542, + 565 ], "loc": { "start": { @@ -1142,8 +1142,8 @@ "object": { "type": "ThisExpression", "range": [ - 603, - 607 + 604, + 608 ], "loc": { "start": { @@ -1160,8 +1160,8 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 608, - 620 + 609, + 621 ], "loc": { "start": { @@ -1175,8 +1175,8 @@ } }, "range": [ - 603, - 620 + 604, + 621 ], "loc": { "start": { @@ -1193,8 +1193,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 623, - 625 + 624, + 626 ], "loc": { "start": { @@ -1208,8 +1208,8 @@ } }, "range": [ - 603, - 625 + 604, + 626 ], "loc": { "start": { @@ -1223,8 +1223,8 @@ } }, "range": [ - 603, - 626 + 604, + 627 ], "loc": { "start": { @@ -1241,8 +1241,8 @@ "type": "Line", "value": "checklist container div", "range": [ - 627, - 652 + 628, + 653 ], "loc": { "start": { @@ -1259,8 +1259,8 @@ "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ - 661, - 716 + 662, + 717 ], "loc": { "start": { @@ -1286,8 +1286,8 @@ "object": { "type": "ThisExpression", "range": [ - 725, - 729 + 726, + 730 ], "loc": { "start": { @@ -1304,8 +1304,8 @@ "type": "Identifier", "name": "checkListDivCssClass", "range": [ - 730, - 750 + 731, + 751 ], "loc": { "start": { @@ -1319,8 +1319,8 @@ } }, "range": [ - 725, - 750 + 726, + 751 ], "loc": { "start": { @@ -1343,8 +1343,8 @@ "type": "Identifier", "name": "f", "range": [ - 753, - 754 + 754, + 755 ], "loc": { "start": { @@ -1361,8 +1361,8 @@ "type": "Identifier", "name": "div_checklist_css_class", "range": [ - 755, - 778 + 756, + 779 ], "loc": { "start": { @@ -1376,8 +1376,8 @@ } }, "range": [ - 753, - 778 + 754, + 779 ], "loc": { "start": { @@ -1395,8 +1395,8 @@ "value": "div_checklist", "raw": "'div_checklist'", "range": [ - 794, - 809 + 795, + 810 ], "loc": { "start": { @@ -1410,8 +1410,8 @@ } }, "range": [ - 753, - 809 + 754, + 810 ], "loc": { "start": { @@ -1425,8 +1425,8 @@ } }, "range": [ - 725, - 809 + 726, + 810 ], "loc": { "start": { @@ -1440,8 +1440,8 @@ } }, "range": [ - 725, - 810 + 726, + 811 ], "loc": { "start": { @@ -1458,8 +1458,8 @@ "type": "Line", "value": "checklist container div", "range": [ - 627, - 652 + 628, + 653 ], "loc": { "start": { @@ -1476,8 +1476,8 @@ "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ - 661, - 716 + 662, + 717 ], "loc": { "start": { @@ -1496,8 +1496,8 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 819, - 860 + 820, + 861 ], "loc": { "start": { @@ -1523,8 +1523,8 @@ "object": { "type": "ThisExpression", "range": [ - 869, - 873 + 870, + 874 ], "loc": { "start": { @@ -1541,8 +1541,8 @@ "type": "Identifier", "name": "checkListCssClass", "range": [ - 874, - 891 + 875, + 892 ], "loc": { "start": { @@ -1556,8 +1556,8 @@ } }, "range": [ - 869, - 891 + 870, + 892 ], "loc": { "start": { @@ -1580,8 +1580,8 @@ "type": "Identifier", "name": "f", "range": [ - 894, - 895 + 895, + 896 ], "loc": { "start": { @@ -1598,8 +1598,8 @@ "type": "Identifier", "name": "checklist_css_class", "range": [ - 896, - 915 + 897, + 916 ], "loc": { "start": { @@ -1613,8 +1613,8 @@ } }, "range": [ - 894, - 915 + 895, + 916 ], "loc": { "start": { @@ -1632,8 +1632,8 @@ "value": "flt_checklist", "raw": "'flt_checklist'", "range": [ - 919, - 934 + 920, + 935 ], "loc": { "start": { @@ -1647,8 +1647,8 @@ } }, "range": [ - 894, - 934 + 895, + 935 ], "loc": { "start": { @@ -1662,8 +1662,8 @@ } }, "range": [ - 869, - 934 + 870, + 935 ], "loc": { "start": { @@ -1677,8 +1677,8 @@ } }, "range": [ - 869, - 935 + 870, + 936 ], "loc": { "start": { @@ -1695,8 +1695,8 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 819, - 860 + 820, + 861 ], "loc": { "start": { @@ -1715,8 +1715,8 @@ "type": "Line", "value": "defines css class for checklist item (li)", "range": [ - 944, - 987 + 945, + 988 ], "loc": { "start": { @@ -1742,8 +1742,8 @@ "object": { "type": "ThisExpression", "range": [ - 996, - 1000 + 997, + 1001 ], "loc": { "start": { @@ -1760,8 +1760,8 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 1001, - 1022 + 1002, + 1023 ], "loc": { "start": { @@ -1775,8 +1775,8 @@ } }, "range": [ - 996, - 1022 + 997, + 1023 ], "loc": { "start": { @@ -1799,8 +1799,8 @@ "type": "Identifier", "name": "f", "range": [ - 1025, - 1026 + 1026, + 1027 ], "loc": { "start": { @@ -1817,8 +1817,8 @@ "type": "Identifier", "name": "checklist_item_css_class", "range": [ - 1027, - 1051 + 1028, + 1052 ], "loc": { "start": { @@ -1832,8 +1832,8 @@ } }, "range": [ - 1025, - 1051 + 1026, + 1052 ], "loc": { "start": { @@ -1851,8 +1851,8 @@ "value": "flt_checklist_item", "raw": "'flt_checklist_item'", "range": [ - 1067, - 1087 + 1068, + 1088 ], "loc": { "start": { @@ -1866,8 +1866,8 @@ } }, "range": [ - 1025, - 1087 + 1026, + 1088 ], "loc": { "start": { @@ -1881,8 +1881,8 @@ } }, "range": [ - 996, - 1087 + 997, + 1088 ], "loc": { "start": { @@ -1896,8 +1896,8 @@ } }, "range": [ - 996, - 1088 + 997, + 1089 ], "loc": { "start": { @@ -1914,8 +1914,8 @@ "type": "Line", "value": "defines css class for checklist item (li)", "range": [ - 944, - 987 + 945, + 988 ], "loc": { "start": { @@ -1934,8 +1934,8 @@ "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ - 1097, - 1149 + 1098, + 1150 ], "loc": { "start": { @@ -1961,8 +1961,8 @@ "object": { "type": "ThisExpression", "range": [ - 1158, - 1162 + 1159, + 1163 ], "loc": { "start": { @@ -1979,8 +1979,8 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 1163, - 1187 + 1164, + 1188 ], "loc": { "start": { @@ -1994,8 +1994,8 @@ } }, "range": [ - 1158, - 1187 + 1159, + 1188 ], "loc": { "start": { @@ -2018,8 +2018,8 @@ "type": "Identifier", "name": "f", "range": [ - 1190, - 1191 + 1191, + 1192 ], "loc": { "start": { @@ -2036,8 +2036,8 @@ "type": "Identifier", "name": "checklist_selected_item_css_class", "range": [ - 1192, - 1225 + 1193, + 1226 ], "loc": { "start": { @@ -2051,8 +2051,8 @@ } }, "range": [ - 1190, - 1225 + 1191, + 1226 ], "loc": { "start": { @@ -2070,8 +2070,8 @@ "value": "flt_checklist_slc_item", "raw": "'flt_checklist_slc_item'", "range": [ - 1241, - 1265 + 1242, + 1266 ], "loc": { "start": { @@ -2085,8 +2085,8 @@ } }, "range": [ - 1190, - 1265 + 1191, + 1266 ], "loc": { "start": { @@ -2100,8 +2100,8 @@ } }, "range": [ - 1158, - 1265 + 1159, + 1266 ], "loc": { "start": { @@ -2115,8 +2115,8 @@ } }, "range": [ - 1158, - 1266 + 1159, + 1267 ], "loc": { "start": { @@ -2133,8 +2133,8 @@ "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ - 1097, - 1149 + 1098, + 1150 ], "loc": { "start": { @@ -2153,8 +2153,8 @@ "type": "Line", "value": "Load on demand text", "range": [ - 1275, - 1296 + 1276, + 1297 ], "loc": { "start": { @@ -2180,8 +2180,8 @@ "object": { "type": "ThisExpression", "range": [ - 1305, - 1309 + 1306, + 1310 ], "loc": { "start": { @@ -2198,8 +2198,8 @@ "type": "Identifier", "name": "activateCheckListTxt", "range": [ - 1310, - 1330 + 1311, + 1331 ], "loc": { "start": { @@ -2213,8 +2213,8 @@ } }, "range": [ - 1305, - 1330 + 1306, + 1331 ], "loc": { "start": { @@ -2237,8 +2237,8 @@ "type": "Identifier", "name": "f", "range": [ - 1333, - 1334 + 1334, + 1335 ], "loc": { "start": { @@ -2255,8 +2255,8 @@ "type": "Identifier", "name": "activate_checklist_text", "range": [ - 1335, - 1358 + 1336, + 1359 ], "loc": { "start": { @@ -2270,8 +2270,8 @@ } }, "range": [ - 1333, - 1358 + 1334, + 1359 ], "loc": { "start": { @@ -2289,8 +2289,8 @@ "value": "Click to load filter data", "raw": "'Click to load filter data'", "range": [ - 1374, - 1401 + 1375, + 1402 ], "loc": { "start": { @@ -2304,8 +2304,8 @@ } }, "range": [ - 1333, - 1401 + 1334, + 1402 ], "loc": { "start": { @@ -2319,8 +2319,8 @@ } }, "range": [ - 1305, - 1401 + 1306, + 1402 ], "loc": { "start": { @@ -2334,8 +2334,8 @@ } }, "range": [ - 1305, - 1402 + 1306, + 1403 ], "loc": { "start": { @@ -2352,8 +2352,8 @@ "type": "Line", "value": "Load on demand text", "range": [ - 1275, - 1296 + 1276, + 1297 ], "loc": { "start": { @@ -2372,8 +2372,8 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 1411, - 1452 + 1412, + 1453 ], "loc": { "start": { @@ -2399,8 +2399,8 @@ "object": { "type": "ThisExpression", "range": [ - 1461, - 1465 + 1462, + 1466 ], "loc": { "start": { @@ -2417,8 +2417,8 @@ "type": "Identifier", "name": "checkListItemDisabledCssClass", "range": [ - 1466, - 1495 + 1467, + 1496 ], "loc": { "start": { @@ -2432,8 +2432,8 @@ } }, "range": [ - 1461, - 1495 + 1462, + 1496 ], "loc": { "start": { @@ -2456,8 +2456,8 @@ "type": "Identifier", "name": "f", "range": [ - 1510, - 1511 + 1511, + 1512 ], "loc": { "start": { @@ -2474,8 +2474,8 @@ "type": "Identifier", "name": "checklist_item_disabled_css_class", "range": [ - 1512, - 1545 + 1513, + 1546 ], "loc": { "start": { @@ -2489,8 +2489,8 @@ } }, "range": [ - 1510, - 1545 + 1511, + 1546 ], "loc": { "start": { @@ -2508,8 +2508,8 @@ "value": "flt_checklist_item_disabled", "raw": "'flt_checklist_item_disabled'", "range": [ - 1561, - 1590 + 1562, + 1591 ], "loc": { "start": { @@ -2523,8 +2523,8 @@ } }, "range": [ - 1510, - 1590 + 1511, + 1591 ], "loc": { "start": { @@ -2538,8 +2538,8 @@ } }, "range": [ - 1461, - 1590 + 1462, + 1591 ], "loc": { "start": { @@ -2553,8 +2553,8 @@ } }, "range": [ - 1461, - 1591 + 1462, + 1592 ], "loc": { "start": { @@ -2571,8 +2571,8 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 1411, - 1452 + 1412, + 1453 ], "loc": { "start": { @@ -2598,8 +2598,8 @@ "object": { "type": "ThisExpression", "range": [ - 1600, - 1604 + 1601, + 1605 ], "loc": { "start": { @@ -2616,8 +2616,8 @@ "type": "Identifier", "name": "enableCheckListResetFilter", "range": [ - 1605, - 1631 + 1606, + 1632 ], "loc": { "start": { @@ -2631,8 +2631,8 @@ } }, "range": [ - 1600, - 1631 + 1601, + 1632 ], "loc": { "start": { @@ -2657,8 +2657,8 @@ "type": "Identifier", "name": "f", "range": [ - 1646, - 1647 + 1647, + 1648 ], "loc": { "start": { @@ -2675,8 +2675,8 @@ "type": "Identifier", "name": "enable_checklist_reset_filter", "range": [ - 1648, - 1677 + 1649, + 1678 ], "loc": { "start": { @@ -2690,8 +2690,8 @@ } }, "range": [ - 1646, - 1677 + 1647, + 1678 ], "loc": { "start": { @@ -2709,8 +2709,8 @@ "value": false, "raw": "false", "range": [ - 1682, - 1687 + 1683, + 1688 ], "loc": { "start": { @@ -2724,8 +2724,8 @@ } }, "range": [ - 1646, - 1687 + 1647, + 1688 ], "loc": { "start": { @@ -2743,8 +2743,8 @@ "value": false, "raw": "false", "range": [ - 1690, - 1695 + 1691, + 1696 ], "loc": { "start": { @@ -2762,8 +2762,8 @@ "value": true, "raw": "true", "range": [ - 1698, - 1702 + 1699, + 1703 ], "loc": { "start": { @@ -2777,8 +2777,8 @@ } }, "range": [ - 1646, - 1702 + 1647, + 1703 ], "loc": { "start": { @@ -2792,8 +2792,8 @@ } }, "range": [ - 1600, - 1702 + 1601, + 1703 ], "loc": { "start": { @@ -2807,8 +2807,8 @@ } }, "range": [ - 1600, - 1703 + 1601, + 1704 ], "loc": { "start": { @@ -2825,8 +2825,8 @@ "type": "Line", "value": "checklist filter container div", "range": [ - 1712, - 1744 + 1713, + 1745 ], "loc": { "start": { @@ -2852,8 +2852,8 @@ "object": { "type": "ThisExpression", "range": [ - 1753, - 1757 + 1754, + 1758 ], "loc": { "start": { @@ -2870,8 +2870,8 @@ "type": "Identifier", "name": "prfxCheckListDiv", "range": [ - 1758, - 1774 + 1759, + 1775 ], "loc": { "start": { @@ -2885,8 +2885,8 @@ } }, "range": [ - 1753, - 1774 + 1754, + 1775 ], "loc": { "start": { @@ -2904,8 +2904,8 @@ "value": "chkdiv_", "raw": "'chkdiv_'", "range": [ - 1777, - 1786 + 1778, + 1787 ], "loc": { "start": { @@ -2919,8 +2919,8 @@ } }, "range": [ - 1753, - 1786 + 1754, + 1787 ], "loc": { "start": { @@ -2934,8 +2934,8 @@ } }, "range": [ - 1753, - 1787 + 1754, + 1788 ], "loc": { "start": { @@ -2952,8 +2952,8 @@ "type": "Line", "value": "checklist filter container div", "range": [ - 1712, - 1744 + 1713, + 1745 ], "loc": { "start": { @@ -2979,8 +2979,8 @@ "object": { "type": "ThisExpression", "range": [ - 1797, - 1801 + 1798, + 1802 ], "loc": { "start": { @@ -2997,8 +2997,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 1802, - 1810 + 1803, + 1811 ], "loc": { "start": { @@ -3012,8 +3012,8 @@ } }, "range": [ - 1797, - 1810 + 1798, + 1811 ], "loc": { "start": { @@ -3031,8 +3031,8 @@ "value": null, "raw": "null", "range": [ - 1813, - 1817 + 1814, + 1818 ], "loc": { "start": { @@ -3046,8 +3046,8 @@ } }, "range": [ - 1797, - 1817 + 1798, + 1818 ], "loc": { "start": { @@ -3061,8 +3061,8 @@ } }, "range": [ - 1797, - 1818 + 1798, + 1819 ], "loc": { "start": { @@ -3086,8 +3086,8 @@ "object": { "type": "ThisExpression", "range": [ - 1827, - 1831 + 1828, + 1832 ], "loc": { "start": { @@ -3104,8 +3104,8 @@ "type": "Identifier", "name": "opts", "range": [ - 1832, - 1836 + 1833, + 1837 ], "loc": { "start": { @@ -3119,8 +3119,8 @@ } }, "range": [ - 1827, - 1836 + 1828, + 1837 ], "loc": { "start": { @@ -3138,8 +3138,8 @@ "value": null, "raw": "null", "range": [ - 1839, - 1843 + 1840, + 1844 ], "loc": { "start": { @@ -3153,8 +3153,8 @@ } }, "range": [ - 1827, - 1843 + 1828, + 1844 ], "loc": { "start": { @@ -3168,8 +3168,8 @@ } }, "range": [ - 1827, - 1844 + 1828, + 1845 ], "loc": { "start": { @@ -3193,8 +3193,8 @@ "object": { "type": "ThisExpression", "range": [ - 1853, - 1857 + 1854, + 1858 ], "loc": { "start": { @@ -3211,8 +3211,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 1858, - 1865 + 1859, + 1866 ], "loc": { "start": { @@ -3226,8 +3226,8 @@ } }, "range": [ - 1853, - 1865 + 1854, + 1866 ], "loc": { "start": { @@ -3245,8 +3245,8 @@ "value": null, "raw": "null", "range": [ - 1868, - 1872 + 1869, + 1873 ], "loc": { "start": { @@ -3260,8 +3260,8 @@ } }, "range": [ - 1853, - 1872 + 1854, + 1873 ], "loc": { "start": { @@ -3275,8 +3275,8 @@ } }, "range": [ - 1853, - 1873 + 1854, + 1874 ], "loc": { "start": { @@ -3300,8 +3300,8 @@ "object": { "type": "ThisExpression", "range": [ - 1882, - 1886 + 1883, + 1887 ], "loc": { "start": { @@ -3318,8 +3318,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 1887, - 1899 + 1888, + 1900 ], "loc": { "start": { @@ -3333,8 +3333,8 @@ } }, "range": [ - 1882, - 1899 + 1883, + 1900 ], "loc": { "start": { @@ -3352,8 +3352,8 @@ "value": null, "raw": "null", "range": [ - 1902, - 1906 + 1903, + 1907 ], "loc": { "start": { @@ -3367,8 +3367,8 @@ } }, "range": [ - 1882, - 1906 + 1883, + 1907 ], "loc": { "start": { @@ -3382,8 +3382,8 @@ } }, "range": [ - 1882, - 1907 + 1883, + 1908 ], "loc": { "start": { @@ -3398,8 +3398,8 @@ } ], "range": [ - 498, - 1913 + 499, + 1914 ], "loc": { "start": { @@ -3415,8 +3415,8 @@ "generator": false, "expression": false, "range": [ - 493, - 1913 + 494, + 1914 ], "loc": { "start": { @@ -3432,8 +3432,8 @@ "kind": "constructor", "computed": false, "range": [ - 482, - 1913 + 483, + 1914 ], "loc": { "start": { @@ -3450,8 +3450,8 @@ "type": "Block", "value": "*\n * Checklist UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 389, - 477 + 390, + 478 ], "loc": { "start": { @@ -3473,8 +3473,8 @@ "type": "Identifier", "name": "onChange", "range": [ - 1919, - 1927 + 1920, + 1928 ], "loc": { "start": { @@ -3495,8 +3495,8 @@ "type": "Identifier", "name": "evt", "range": [ - 1928, - 1931 + 1929, + 1932 ], "loc": { "start": { @@ -3522,8 +3522,8 @@ "type": "Identifier", "name": "elm", "range": [ - 1947, - 1950 + 1948, + 1951 ], "loc": { "start": { @@ -3545,8 +3545,8 @@ "type": "Identifier", "name": "Event", "range": [ - 1953, - 1958 + 1954, + 1959 ], "loc": { "start": { @@ -3563,8 +3563,8 @@ "type": "Identifier", "name": "target", "range": [ - 1959, - 1965 + 1960, + 1966 ], "loc": { "start": { @@ -3578,8 +3578,8 @@ } }, "range": [ - 1953, - 1965 + 1954, + 1966 ], "loc": { "start": { @@ -3597,8 +3597,8 @@ "type": "Identifier", "name": "evt", "range": [ - 1966, - 1969 + 1967, + 1970 ], "loc": { "start": { @@ -3613,8 +3613,8 @@ } ], "range": [ - 1953, - 1970 + 1954, + 1971 ], "loc": { "start": { @@ -3628,8 +3628,8 @@ } }, "range": [ - 1947, - 1970 + 1948, + 1971 ], "loc": { "start": { @@ -3645,8 +3645,8 @@ ], "kind": "let", "range": [ - 1943, - 1971 + 1944, + 1972 ], "loc": { "start": { @@ -3668,8 +3668,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1984, - 1986 + 1985, + 1987 ], "loc": { "start": { @@ -3688,8 +3688,8 @@ "object": { "type": "ThisExpression", "range": [ - 1989, - 1993 + 1990, + 1994 ], "loc": { "start": { @@ -3706,8 +3706,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1994, - 1996 + 1995, + 1997 ], "loc": { "start": { @@ -3721,8 +3721,8 @@ } }, "range": [ - 1989, - 1996 + 1990, + 1997 ], "loc": { "start": { @@ -3736,8 +3736,8 @@ } }, "range": [ - 1984, - 1996 + 1985, + 1997 ], "loc": { "start": { @@ -3753,8 +3753,8 @@ ], "kind": "let", "range": [ - 1980, - 1997 + 1981, + 1998 ], "loc": { "start": { @@ -3780,8 +3780,8 @@ "object": { "type": "ThisExpression", "range": [ - 2006, - 2010 + 2007, + 2011 ], "loc": { "start": { @@ -3798,8 +3798,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2011, - 2018 + 2012, + 2019 ], "loc": { "start": { @@ -3813,8 +3813,8 @@ } }, "range": [ - 2006, - 2018 + 2007, + 2019 ], "loc": { "start": { @@ -3831,8 +3831,8 @@ "type": "Identifier", "name": "emit", "range": [ - 2019, - 2023 + 2020, + 2024 ], "loc": { "start": { @@ -3846,8 +3846,8 @@ } }, "range": [ - 2006, - 2023 + 2007, + 2024 ], "loc": { "start": { @@ -3866,8 +3866,8 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 2024, - 2038 + 2025, + 2039 ], "loc": { "start": { @@ -3884,8 +3884,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2040, - 2042 + 2041, + 2043 ], "loc": { "start": { @@ -3902,8 +3902,8 @@ "type": "Identifier", "name": "elm", "range": [ - 2044, - 2047 + 2045, + 2048 ], "loc": { "start": { @@ -3918,8 +3918,8 @@ } ], "range": [ - 2006, - 2048 + 2007, + 2049 ], "loc": { "start": { @@ -3933,8 +3933,8 @@ } }, "range": [ - 2006, - 2049 + 2007, + 2050 ], "loc": { "start": { @@ -3958,8 +3958,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2058, - 2060 + 2059, + 2061 ], "loc": { "start": { @@ -3976,8 +3976,8 @@ "type": "Identifier", "name": "filter", "range": [ - 2061, - 2067 + 2062, + 2068 ], "loc": { "start": { @@ -3991,8 +3991,8 @@ } }, "range": [ - 2058, - 2067 + 2059, + 2068 ], "loc": { "start": { @@ -4007,8 +4007,8 @@ }, "arguments": [], "range": [ - 2058, - 2069 + 2059, + 2070 ], "loc": { "start": { @@ -4022,8 +4022,8 @@ } }, "range": [ - 2058, - 2070 + 2059, + 2071 ], "loc": { "start": { @@ -4038,8 +4038,8 @@ } ], "range": [ - 1933, - 2076 + 1934, + 2077 ], "loc": { "start": { @@ -4055,8 +4055,8 @@ "generator": false, "expression": false, "range": [ - 1927, - 2076 + 1928, + 2077 ], "loc": { "start": { @@ -4072,8 +4072,8 @@ "kind": "method", "computed": false, "range": [ - 1919, - 2076 + 1920, + 2077 ], "loc": { "start": { @@ -4093,8 +4093,8 @@ "type": "Identifier", "name": "optionClick", "range": [ - 2082, - 2093 + 2083, + 2094 ], "loc": { "start": { @@ -4115,8 +4115,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2094, - 2097 + 2095, + 2098 ], "loc": { "start": { @@ -4143,8 +4143,8 @@ "object": { "type": "ThisExpression", "range": [ - 2109, - 2113 + 2110, + 2114 ], "loc": { "start": { @@ -4161,8 +4161,8 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 2114, - 2132 + 2115, + 2133 ], "loc": { "start": { @@ -4176,8 +4176,8 @@ } }, "range": [ - 2109, - 2132 + 2110, + 2133 ], "loc": { "start": { @@ -4198,8 +4198,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2133, - 2136 + 2134, + 2137 ], "loc": { "start": { @@ -4216,8 +4216,8 @@ "type": "Identifier", "name": "target", "range": [ - 2137, - 2143 + 2138, + 2144 ], "loc": { "start": { @@ -4231,8 +4231,8 @@ } }, "range": [ - 2133, - 2143 + 2134, + 2144 ], "loc": { "start": { @@ -4247,8 +4247,8 @@ } ], "range": [ - 2109, - 2144 + 2110, + 2145 ], "loc": { "start": { @@ -4262,8 +4262,8 @@ } }, "range": [ - 2109, - 2145 + 2110, + 2146 ], "loc": { "start": { @@ -4286,8 +4286,8 @@ "object": { "type": "ThisExpression", "range": [ - 2154, - 2158 + 2155, + 2159 ], "loc": { "start": { @@ -4304,8 +4304,8 @@ "type": "Identifier", "name": "onChange", "range": [ - 2159, - 2167 + 2160, + 2168 ], "loc": { "start": { @@ -4319,8 +4319,8 @@ } }, "range": [ - 2154, - 2167 + 2155, + 2168 ], "loc": { "start": { @@ -4338,8 +4338,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2168, - 2171 + 2169, + 2172 ], "loc": { "start": { @@ -4354,8 +4354,8 @@ } ], "range": [ - 2154, - 2172 + 2155, + 2173 ], "loc": { "start": { @@ -4369,8 +4369,8 @@ } }, "range": [ - 2154, - 2173 + 2155, + 2174 ], "loc": { "start": { @@ -4385,8 +4385,8 @@ } ], "range": [ - 2099, - 2179 + 2100, + 2180 ], "loc": { "start": { @@ -4402,8 +4402,8 @@ "generator": false, "expression": false, "range": [ - 2093, - 2179 + 2094, + 2180 ], "loc": { "start": { @@ -4419,8 +4419,8 @@ "kind": "method", "computed": false, "range": [ - 2082, - 2179 + 2083, + 2180 ], "loc": { "start": { @@ -4440,8 +4440,8 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 2185, - 2201 + 2186, + 2202 ], "loc": { "start": { @@ -4462,8 +4462,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2202, - 2205 + 2203, + 2206 ], "loc": { "start": { @@ -4489,8 +4489,8 @@ "type": "Identifier", "name": "elm", "range": [ - 2221, - 2224 + 2222, + 2225 ], "loc": { "start": { @@ -4512,8 +4512,8 @@ "type": "Identifier", "name": "Event", "range": [ - 2227, - 2232 + 2228, + 2233 ], "loc": { "start": { @@ -4530,8 +4530,8 @@ "type": "Identifier", "name": "target", "range": [ - 2233, - 2239 + 2234, + 2240 ], "loc": { "start": { @@ -4545,8 +4545,8 @@ } }, "range": [ - 2227, - 2239 + 2228, + 2240 ], "loc": { "start": { @@ -4564,8 +4564,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2240, - 2243 + 2241, + 2244 ], "loc": { "start": { @@ -4580,8 +4580,8 @@ } ], "range": [ - 2227, - 2244 + 2228, + 2245 ], "loc": { "start": { @@ -4595,8 +4595,8 @@ } }, "range": [ - 2221, - 2244 + 2222, + 2245 ], "loc": { "start": { @@ -4612,8 +4612,8 @@ ], "kind": "let", "range": [ - 2217, - 2245 + 2218, + 2246 ], "loc": { "start": { @@ -4640,8 +4640,8 @@ "object": { "type": "ThisExpression", "range": [ - 2258, - 2262 + 2259, + 2263 ], "loc": { "start": { @@ -4658,8 +4658,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2263, - 2265 + 2264, + 2266 ], "loc": { "start": { @@ -4673,8 +4673,8 @@ } }, "range": [ - 2258, - 2265 + 2259, + 2266 ], "loc": { "start": { @@ -4691,8 +4691,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 2266, - 2281 + 2267, + 2282 ], "loc": { "start": { @@ -4706,8 +4706,8 @@ } }, "range": [ - 2258, - 2281 + 2259, + 2282 ], "loc": { "start": { @@ -4732,8 +4732,8 @@ "type": "Identifier", "name": "elm", "range": [ - 2285, - 2288 + 2286, + 2289 ], "loc": { "start": { @@ -4750,8 +4750,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 2289, - 2301 + 2290, + 2302 ], "loc": { "start": { @@ -4765,8 +4765,8 @@ } }, "range": [ - 2285, - 2301 + 2286, + 2302 ], "loc": { "start": { @@ -4785,8 +4785,8 @@ "value": "filled", "raw": "'filled'", "range": [ - 2302, - 2310 + 2303, + 2311 ], "loc": { "start": { @@ -4801,8 +4801,8 @@ } ], "range": [ - 2285, - 2311 + 2286, + 2312 ], "loc": { "start": { @@ -4820,8 +4820,8 @@ "value": "0", "raw": "'0'", "range": [ - 2316, - 2319 + 2317, + 2320 ], "loc": { "start": { @@ -4835,8 +4835,8 @@ } }, "range": [ - 2285, - 2319 + 2286, + 2320 ], "loc": { "start": { @@ -4850,8 +4850,8 @@ } }, "range": [ - 2258, - 2319 + 2259, + 2320 ], "loc": { "start": { @@ -4876,8 +4876,8 @@ "type": "Identifier", "name": "ct", "range": [ - 2339, - 2341 + 2340, + 2342 ], "loc": { "start": { @@ -4899,8 +4899,8 @@ "type": "Identifier", "name": "elm", "range": [ - 2344, - 2347 + 2345, + 2348 ], "loc": { "start": { @@ -4917,8 +4917,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 2348, - 2360 + 2349, + 2361 ], "loc": { "start": { @@ -4932,8 +4932,8 @@ } }, "range": [ - 2344, - 2360 + 2345, + 2361 ], "loc": { "start": { @@ -4952,8 +4952,8 @@ "value": "ct", "raw": "'ct'", "range": [ - 2361, - 2365 + 2362, + 2366 ], "loc": { "start": { @@ -4968,8 +4968,8 @@ } ], "range": [ - 2344, - 2366 + 2345, + 2367 ], "loc": { "start": { @@ -4983,8 +4983,8 @@ } }, "range": [ - 2339, - 2366 + 2340, + 2367 ], "loc": { "start": { @@ -5000,8 +5000,8 @@ ], "kind": "let", "range": [ - 2335, - 2367 + 2336, + 2368 ], "loc": { "start": { @@ -5023,8 +5023,8 @@ "type": "Identifier", "name": "div", "range": [ - 2384, - 2387 + 2385, + 2388 ], "loc": { "start": { @@ -5046,8 +5046,8 @@ "object": { "type": "ThisExpression", "range": [ - 2390, - 2394 + 2391, + 2395 ], "loc": { "start": { @@ -5064,8 +5064,8 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 2395, - 2407 + 2396, + 2408 ], "loc": { "start": { @@ -5079,8 +5079,8 @@ } }, "range": [ - 2390, - 2407 + 2391, + 2408 ], "loc": { "start": { @@ -5097,8 +5097,8 @@ "type": "Identifier", "name": "ct", "range": [ - 2408, - 2410 + 2409, + 2411 ], "loc": { "start": { @@ -5112,8 +5112,8 @@ } }, "range": [ - 2390, - 2411 + 2391, + 2412 ], "loc": { "start": { @@ -5127,8 +5127,8 @@ } }, "range": [ - 2384, - 2411 + 2385, + 2412 ], "loc": { "start": { @@ -5144,8 +5144,8 @@ ], "kind": "let", "range": [ - 2380, - 2412 + 2381, + 2413 ], "loc": { "start": { @@ -5168,8 +5168,8 @@ "object": { "type": "ThisExpression", "range": [ - 2425, - 2429 + 2426, + 2430 ], "loc": { "start": { @@ -5186,8 +5186,8 @@ "type": "Identifier", "name": "build", "range": [ - 2430, - 2435 + 2431, + 2436 ], "loc": { "start": { @@ -5201,8 +5201,8 @@ } }, "range": [ - 2425, - 2435 + 2426, + 2436 ], "loc": { "start": { @@ -5220,8 +5220,8 @@ "type": "Identifier", "name": "ct", "range": [ - 2436, - 2438 + 2437, + 2439 ], "loc": { "start": { @@ -5236,8 +5236,8 @@ } ], "range": [ - 2425, - 2439 + 2426, + 2440 ], "loc": { "start": { @@ -5251,8 +5251,8 @@ } }, "range": [ - 2425, - 2440 + 2426, + 2441 ], "loc": { "start": { @@ -5276,8 +5276,8 @@ "type": "Identifier", "name": "Event", "range": [ - 2453, - 2458 + 2454, + 2459 ], "loc": { "start": { @@ -5294,8 +5294,8 @@ "type": "Identifier", "name": "remove", "range": [ - 2459, - 2465 + 2460, + 2466 ], "loc": { "start": { @@ -5309,8 +5309,8 @@ } }, "range": [ - 2453, - 2465 + 2454, + 2466 ], "loc": { "start": { @@ -5328,8 +5328,8 @@ "type": "Identifier", "name": "div", "range": [ - 2466, - 2469 + 2467, + 2470 ], "loc": { "start": { @@ -5347,8 +5347,8 @@ "value": "click", "raw": "'click'", "range": [ - 2471, - 2478 + 2472, + 2479 ], "loc": { "start": { @@ -5369,8 +5369,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2481, - 2484 + 2482, + 2485 ], "loc": { "start": { @@ -5392,8 +5392,8 @@ "object": { "type": "ThisExpression", "range": [ - 2489, - 2493 + 2490, + 2494 ], "loc": { "start": { @@ -5410,8 +5410,8 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 2494, - 2510 + 2495, + 2511 ], "loc": { "start": { @@ -5425,8 +5425,8 @@ } }, "range": [ - 2489, - 2510 + 2490, + 2511 ], "loc": { "start": { @@ -5444,8 +5444,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2511, - 2514 + 2512, + 2515 ], "loc": { "start": { @@ -5460,8 +5460,8 @@ } ], "range": [ - 2489, - 2515 + 2490, + 2516 ], "loc": { "start": { @@ -5477,8 +5477,8 @@ "generator": false, "expression": true, "range": [ - 2480, - 2515 + 2481, + 2516 ], "loc": { "start": { @@ -5493,8 +5493,8 @@ } ], "range": [ - 2453, - 2516 + 2454, + 2517 ], "loc": { "start": { @@ -5508,8 +5508,8 @@ } }, "range": [ - 2453, - 2517 + 2454, + 2518 ], "loc": { "start": { @@ -5524,8 +5524,8 @@ } ], "range": [ - 2321, - 2527 + 2322, + 2528 ], "loc": { "start": { @@ -5540,8 +5540,8 @@ }, "alternate": null, "range": [ - 2254, - 2527 + 2255, + 2528 ], "loc": { "start": { @@ -5556,8 +5556,8 @@ } ], "range": [ - 2207, - 2533 + 2208, + 2534 ], "loc": { "start": { @@ -5573,8 +5573,8 @@ "generator": false, "expression": false, "range": [ - 2201, - 2533 + 2202, + 2534 ], "loc": { "start": { @@ -5590,8 +5590,8 @@ "kind": "method", "computed": false, "range": [ - 2185, - 2533 + 2186, + 2534 ], "loc": { "start": { @@ -5608,8 +5608,8 @@ "type": "Block", "value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 2539, - 2770 + 2540, + 2771 ], "loc": { "start": { @@ -5631,8 +5631,8 @@ "type": "Identifier", "name": "init", "range": [ - 2775, - 2779 + 2776, + 2780 ], "loc": { "start": { @@ -5653,8 +5653,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2780, - 2788 + 2781, + 2789 ], "loc": { "start": { @@ -5671,8 +5671,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2790, - 2800 + 2791, + 2801 ], "loc": { "start": { @@ -5689,8 +5689,8 @@ "type": "Identifier", "name": "container", "range": [ - 2802, - 2811 + 2803, + 2812 ], "loc": { "start": { @@ -5716,8 +5716,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2827, - 2829 + 2828, + 2830 ], "loc": { "start": { @@ -5736,8 +5736,8 @@ "object": { "type": "ThisExpression", "range": [ - 2832, - 2836 + 2833, + 2837 ], "loc": { "start": { @@ -5754,8 +5754,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2837, - 2839 + 2838, + 2840 ], "loc": { "start": { @@ -5769,8 +5769,8 @@ } }, "range": [ - 2832, - 2839 + 2833, + 2840 ], "loc": { "start": { @@ -5784,8 +5784,8 @@ } }, "range": [ - 2827, - 2839 + 2828, + 2840 ], "loc": { "start": { @@ -5801,8 +5801,8 @@ ], "kind": "let", "range": [ - 2823, - 2840 + 2824, + 2841 ], "loc": { "start": { @@ -5824,8 +5824,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2853, - 2869 + 2854, + 2870 ], "loc": { "start": { @@ -5844,8 +5844,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2872, - 2882 + 2873, + 2883 ], "loc": { "start": { @@ -5868,8 +5868,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2897, - 2899 + 2898, + 2900 ], "loc": { "start": { @@ -5886,8 +5886,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 2900, - 2917 + 2901, + 2918 ], "loc": { "start": { @@ -5901,8 +5901,8 @@ } }, "range": [ - 2897, - 2917 + 2898, + 2918 ], "loc": { "start": { @@ -5919,8 +5919,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2918, - 2926 + 2919, + 2927 ], "loc": { "start": { @@ -5934,8 +5934,8 @@ } }, "range": [ - 2897, - 2927 + 2898, + 2928 ], "loc": { "start": { @@ -5953,8 +5953,8 @@ "value": null, "raw": "null", "range": [ - 2930, - 2934 + 2931, + 2935 ], "loc": { "start": { @@ -5968,8 +5968,8 @@ } }, "range": [ - 2872, - 2934 + 2873, + 2935 ], "loc": { "start": { @@ -5983,8 +5983,8 @@ } }, "range": [ - 2853, - 2934 + 2854, + 2935 ], "loc": { "start": { @@ -6000,8 +6000,8 @@ ], "kind": "let", "range": [ - 2849, - 2935 + 2850, + 2936 ], "loc": { "start": { @@ -6023,8 +6023,8 @@ "type": "Identifier", "name": "divCont", "range": [ - 2949, - 2956 + 2950, + 2957 ], "loc": { "start": { @@ -6046,8 +6046,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2959, - 2962 + 2960, + 2963 ], "loc": { "start": { @@ -6064,8 +6064,8 @@ "type": "Identifier", "name": "create", "range": [ - 2963, - 2969 + 2964, + 2970 ], "loc": { "start": { @@ -6079,8 +6079,8 @@ } }, "range": [ - 2959, - 2969 + 2960, + 2970 ], "loc": { "start": { @@ -6099,8 +6099,8 @@ "value": "div", "raw": "'div'", "range": [ - 2970, - 2975 + 2971, + 2976 ], "loc": { "start": { @@ -6121,8 +6121,8 @@ "value": "id", "raw": "'id'", "range": [ - 2990, - 2994 + 2991, + 2995 ], "loc": { "start": { @@ -6150,8 +6150,8 @@ "object": { "type": "ThisExpression", "range": [ - 2996, - 3000 + 2997, + 3001 ], "loc": { "start": { @@ -6168,8 +6168,8 @@ "type": "Identifier", "name": "prfxCheckListDiv", "range": [ - 3001, - 3017 + 3002, + 3018 ], "loc": { "start": { @@ -6183,8 +6183,8 @@ } }, "range": [ - 2996, - 3017 + 2997, + 3018 ], "loc": { "start": { @@ -6201,8 +6201,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3020, - 3028 + 3021, + 3029 ], "loc": { "start": { @@ -6216,8 +6216,8 @@ } }, "range": [ - 2996, - 3028 + 2997, + 3029 ], "loc": { "start": { @@ -6235,8 +6235,8 @@ "value": "_", "raw": "'_'", "range": [ - 3031, - 3034 + 3032, + 3035 ], "loc": { "start": { @@ -6250,8 +6250,8 @@ } }, "range": [ - 2996, - 3034 + 2997, + 3035 ], "loc": { "start": { @@ -6271,8 +6271,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3037, - 3039 + 3038, + 3040 ], "loc": { "start": { @@ -6289,8 +6289,8 @@ "type": "Identifier", "name": "id", "range": [ - 3040, - 3042 + 3041, + 3043 ], "loc": { "start": { @@ -6304,8 +6304,8 @@ } }, "range": [ - 3037, - 3042 + 3038, + 3043 ], "loc": { "start": { @@ -6319,8 +6319,8 @@ } }, "range": [ - 2996, - 3042 + 2997, + 3043 ], "loc": { "start": { @@ -6335,8 +6335,8 @@ } ], "range": [ - 2989, - 3043 + 2990, + 3044 ], "loc": { "start": { @@ -6357,8 +6357,8 @@ "value": "ct", "raw": "'ct'", "range": [ - 3058, - 3062 + 3059, + 3063 ], "loc": { "start": { @@ -6375,8 +6375,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3064, - 3072 + 3065, + 3073 ], "loc": { "start": { @@ -6391,8 +6391,8 @@ } ], "range": [ - 3057, - 3073 + 3058, + 3074 ], "loc": { "start": { @@ -6413,8 +6413,8 @@ "value": "filled", "raw": "'filled'", "range": [ - 3076, - 3084 + 3077, + 3085 ], "loc": { "start": { @@ -6432,8 +6432,8 @@ "value": "0", "raw": "'0'", "range": [ - 3086, - 3089 + 3087, + 3090 ], "loc": { "start": { @@ -6448,8 +6448,8 @@ } ], "range": [ - 3075, - 3090 + 3076, + 3091 ], "loc": { "start": { @@ -6464,8 +6464,8 @@ } ], "range": [ - 2959, - 3091 + 2960, + 3092 ], "loc": { "start": { @@ -6479,8 +6479,8 @@ } }, "range": [ - 2949, - 3091 + 2950, + 3092 ], "loc": { "start": { @@ -6496,8 +6496,8 @@ ], "kind": "let", "range": [ - 2945, - 3092 + 2946, + 3093 ], "loc": { "start": { @@ -6522,8 +6522,8 @@ "type": "Identifier", "name": "divCont", "range": [ - 3101, - 3108 + 3102, + 3109 ], "loc": { "start": { @@ -6540,8 +6540,8 @@ "type": "Identifier", "name": "className", "range": [ - 3109, - 3118 + 3110, + 3119 ], "loc": { "start": { @@ -6555,8 +6555,8 @@ } }, "range": [ - 3101, - 3118 + 3102, + 3119 ], "loc": { "start": { @@ -6575,8 +6575,8 @@ "object": { "type": "ThisExpression", "range": [ - 3121, - 3125 + 3122, + 3126 ], "loc": { "start": { @@ -6593,8 +6593,8 @@ "type": "Identifier", "name": "checkListDivCssClass", "range": [ - 3126, - 3146 + 3127, + 3147 ], "loc": { "start": { @@ -6608,8 +6608,8 @@ } }, "range": [ - 3121, - 3146 + 3122, + 3147 ], "loc": { "start": { @@ -6623,8 +6623,8 @@ } }, "range": [ - 3101, - 3146 + 3102, + 3147 ], "loc": { "start": { @@ -6638,8 +6638,8 @@ } }, "range": [ - 3101, - 3147 + 3102, + 3148 ], "loc": { "start": { @@ -6656,8 +6656,8 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 3157, - 3196 + 3158, + 3197 ], "loc": { "start": { @@ -6678,8 +6678,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 3209, - 3225 + 3210, + 3226 ], "loc": { "start": { @@ -6711,8 +6711,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3241, - 3244 + 3242, + 3245 ], "loc": { "start": { @@ -6729,8 +6729,8 @@ "type": "Identifier", "name": "id", "range": [ - 3245, - 3247 + 3246, + 3248 ], "loc": { "start": { @@ -6744,8 +6744,8 @@ } }, "range": [ - 3241, - 3247 + 3242, + 3248 ], "loc": { "start": { @@ -6763,8 +6763,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 3248, - 3264 + 3249, + 3265 ], "loc": { "start": { @@ -6779,8 +6779,8 @@ } ], "range": [ - 3241, - 3265 + 3242, + 3266 ], "loc": { "start": { @@ -6797,8 +6797,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3266, - 3277 + 3267, + 3278 ], "loc": { "start": { @@ -6812,8 +6812,8 @@ } }, "range": [ - 3241, - 3277 + 3242, + 3278 ], "loc": { "start": { @@ -6831,8 +6831,8 @@ "type": "Identifier", "name": "divCont", "range": [ - 3278, - 3285 + 3279, + 3286 ], "loc": { "start": { @@ -6847,8 +6847,8 @@ } ], "range": [ - 3241, - 3286 + 3242, + 3287 ], "loc": { "start": { @@ -6862,8 +6862,8 @@ } }, "range": [ - 3241, - 3287 + 3242, + 3288 ], "loc": { "start": { @@ -6890,8 +6890,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3300, - 3302 + 3301, + 3303 ], "loc": { "start": { @@ -6908,8 +6908,8 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 3303, - 3317 + 3304, + 3318 ], "loc": { "start": { @@ -6923,8 +6923,8 @@ } }, "range": [ - 3300, - 3317 + 3301, + 3318 ], "loc": { "start": { @@ -6941,8 +6941,8 @@ "type": "Identifier", "name": "push", "range": [ - 3318, - 3322 + 3319, + 3323 ], "loc": { "start": { @@ -6956,8 +6956,8 @@ } }, "range": [ - 3300, - 3322 + 3301, + 3323 ], "loc": { "start": { @@ -6975,8 +6975,8 @@ "type": "Identifier", "name": "divCont", "range": [ - 3323, - 3330 + 3324, + 3331 ], "loc": { "start": { @@ -6991,8 +6991,8 @@ } ], "range": [ - 3300, - 3331 + 3301, + 3332 ], "loc": { "start": { @@ -7006,8 +7006,8 @@ } }, "range": [ - 3300, - 3332 + 3301, + 3333 ], "loc": { "start": { @@ -7022,8 +7022,8 @@ } ], "range": [ - 3227, - 3342 + 3228, + 3343 ], "loc": { "start": { @@ -7050,8 +7050,8 @@ "type": "Identifier", "name": "container", "range": [ - 3362, - 3371 + 3363, + 3372 ], "loc": { "start": { @@ -7068,8 +7068,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3372, - 3383 + 3373, + 3384 ], "loc": { "start": { @@ -7083,8 +7083,8 @@ } }, "range": [ - 3362, - 3383 + 3363, + 3384 ], "loc": { "start": { @@ -7102,8 +7102,8 @@ "type": "Identifier", "name": "divCont", "range": [ - 3384, - 3391 + 3385, + 3392 ], "loc": { "start": { @@ -7118,8 +7118,8 @@ } ], "range": [ - 3362, - 3392 + 3363, + 3393 ], "loc": { "start": { @@ -7133,8 +7133,8 @@ } }, "range": [ - 3362, - 3393 + 3363, + 3394 ], "loc": { "start": { @@ -7149,8 +7149,8 @@ } ], "range": [ - 3348, - 3403 + 3349, + 3404 ], "loc": { "start": { @@ -7164,8 +7164,8 @@ } }, "range": [ - 3205, - 3403 + 3206, + 3404 ], "loc": { "start": { @@ -7182,8 +7182,8 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 3157, - 3196 + 3158, + 3197 ], "loc": { "start": { @@ -7212,8 +7212,8 @@ "object": { "type": "ThisExpression", "range": [ - 3413, - 3417 + 3414, + 3418 ], "loc": { "start": { @@ -7230,8 +7230,8 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 3418, - 3430 + 3419, + 3431 ], "loc": { "start": { @@ -7245,8 +7245,8 @@ } }, "range": [ - 3413, - 3430 + 3414, + 3431 ], "loc": { "start": { @@ -7263,8 +7263,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3431, - 3439 + 3432, + 3440 ], "loc": { "start": { @@ -7278,8 +7278,8 @@ } }, "range": [ - 3413, - 3440 + 3414, + 3441 ], "loc": { "start": { @@ -7296,8 +7296,8 @@ "type": "Identifier", "name": "divCont", "range": [ - 3443, - 3450 + 3444, + 3451 ], "loc": { "start": { @@ -7311,8 +7311,8 @@ } }, "range": [ - 3413, - 3450 + 3414, + 3451 ], "loc": { "start": { @@ -7326,8 +7326,8 @@ } }, "range": [ - 3413, - 3451 + 3414, + 3452 ], "loc": { "start": { @@ -7354,8 +7354,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3460, - 3462 + 3461, + 3463 ], "loc": { "start": { @@ -7372,8 +7372,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 3463, - 3469 + 3464, + 3470 ], "loc": { "start": { @@ -7387,8 +7387,8 @@ } }, "range": [ - 3460, - 3469 + 3461, + 3470 ], "loc": { "start": { @@ -7405,8 +7405,8 @@ "type": "Identifier", "name": "push", "range": [ - 3470, - 3474 + 3471, + 3475 ], "loc": { "start": { @@ -7420,8 +7420,8 @@ } }, "range": [ - 3460, - 3474 + 3461, + 3475 ], "loc": { "start": { @@ -7451,8 +7451,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3475, - 3477 + 3476, + 3478 ], "loc": { "start": { @@ -7469,8 +7469,8 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 3478, - 3485 + 3479, + 3486 ], "loc": { "start": { @@ -7484,8 +7484,8 @@ } }, "range": [ - 3475, - 3485 + 3476, + 3486 ], "loc": { "start": { @@ -7502,8 +7502,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3488, - 3496 + 3489, + 3497 ], "loc": { "start": { @@ -7517,8 +7517,8 @@ } }, "range": [ - 3475, - 3496 + 3476, + 3497 ], "loc": { "start": { @@ -7536,8 +7536,8 @@ "value": "_", "raw": "'_'", "range": [ - 3499, - 3502 + 3500, + 3503 ], "loc": { "start": { @@ -7551,8 +7551,8 @@ } }, "range": [ - 3475, - 3502 + 3476, + 3503 ], "loc": { "start": { @@ -7572,8 +7572,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3505, - 3507 + 3506, + 3508 ], "loc": { "start": { @@ -7590,8 +7590,8 @@ "type": "Identifier", "name": "id", "range": [ - 3508, - 3510 + 3509, + 3511 ], "loc": { "start": { @@ -7605,8 +7605,8 @@ } }, "range": [ - 3505, - 3510 + 3506, + 3511 ], "loc": { "start": { @@ -7620,8 +7620,8 @@ } }, "range": [ - 3475, - 3510 + 3476, + 3511 ], "loc": { "start": { @@ -7636,8 +7636,8 @@ } ], "range": [ - 3460, - 3511 + 3461, + 3512 ], "loc": { "start": { @@ -7651,8 +7651,8 @@ } }, "range": [ - 3460, - 3512 + 3461, + 3513 ], "loc": { "start": { @@ -7677,8 +7677,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3527, - 3529 + 3528, + 3530 ], "loc": { "start": { @@ -7695,8 +7695,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 3530, - 3545 + 3531, + 3546 ], "loc": { "start": { @@ -7710,8 +7710,8 @@ } }, "range": [ - 3527, - 3545 + 3528, + 3546 ], "loc": { "start": { @@ -7726,8 +7726,8 @@ }, "prefix": true, "range": [ - 3526, - 3545 + 3527, + 3546 ], "loc": { "start": { @@ -7753,8 +7753,8 @@ "object": { "type": "ThisExpression", "range": [ - 3561, - 3565 + 3562, + 3566 ], "loc": { "start": { @@ -7771,8 +7771,8 @@ "type": "Identifier", "name": "build", "range": [ - 3566, - 3571 + 3567, + 3572 ], "loc": { "start": { @@ -7786,8 +7786,8 @@ } }, "range": [ - 3561, - 3571 + 3562, + 3572 ], "loc": { "start": { @@ -7805,8 +7805,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3572, - 3580 + 3573, + 3581 ], "loc": { "start": { @@ -7821,8 +7821,8 @@ } ], "range": [ - 3561, - 3581 + 3562, + 3582 ], "loc": { "start": { @@ -7836,8 +7836,8 @@ } }, "range": [ - 3561, - 3582 + 3562, + 3583 ], "loc": { "start": { @@ -7852,8 +7852,8 @@ } ], "range": [ - 3547, - 3592 + 3548, + 3593 ], "loc": { "start": { @@ -7880,8 +7880,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3612, - 3617 + 3613, + 3618 ], "loc": { "start": { @@ -7898,8 +7898,8 @@ "type": "Identifier", "name": "add", "range": [ - 3618, - 3621 + 3619, + 3622 ], "loc": { "start": { @@ -7913,8 +7913,8 @@ } }, "range": [ - 3612, - 3621 + 3613, + 3622 ], "loc": { "start": { @@ -7932,8 +7932,8 @@ "type": "Identifier", "name": "divCont", "range": [ - 3622, - 3629 + 3623, + 3630 ], "loc": { "start": { @@ -7951,8 +7951,8 @@ "value": "click", "raw": "'click'", "range": [ - 3631, - 3638 + 3632, + 3639 ], "loc": { "start": { @@ -7973,8 +7973,8 @@ "type": "Identifier", "name": "evt", "range": [ - 3641, - 3644 + 3642, + 3645 ], "loc": { "start": { @@ -7996,8 +7996,8 @@ "object": { "type": "ThisExpression", "range": [ - 3649, - 3653 + 3650, + 3654 ], "loc": { "start": { @@ -8014,8 +8014,8 @@ "type": "Identifier", "name": "onCheckListClick", "range": [ - 3654, - 3670 + 3655, + 3671 ], "loc": { "start": { @@ -8029,8 +8029,8 @@ } }, "range": [ - 3649, - 3670 + 3650, + 3671 ], "loc": { "start": { @@ -8048,8 +8048,8 @@ "type": "Identifier", "name": "evt", "range": [ - 3671, - 3674 + 3672, + 3675 ], "loc": { "start": { @@ -8064,8 +8064,8 @@ } ], "range": [ - 3649, - 3675 + 3650, + 3676 ], "loc": { "start": { @@ -8081,8 +8081,8 @@ "generator": false, "expression": true, "range": [ - 3640, - 3675 + 3641, + 3676 ], "loc": { "start": { @@ -8097,8 +8097,8 @@ } ], "range": [ - 3612, - 3676 + 3613, + 3677 ], "loc": { "start": { @@ -8112,8 +8112,8 @@ } }, "range": [ - 3612, - 3677 + 3613, + 3678 ], "loc": { "start": { @@ -8137,8 +8137,8 @@ "type": "Identifier", "name": "divCont", "range": [ - 3690, - 3697 + 3691, + 3698 ], "loc": { "start": { @@ -8155,8 +8155,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3698, - 3709 + 3699, + 3710 ], "loc": { "start": { @@ -8170,8 +8170,8 @@ } }, "range": [ - 3690, - 3709 + 3691, + 3710 ], "loc": { "start": { @@ -8194,8 +8194,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3710, - 3713 + 3711, + 3714 ], "loc": { "start": { @@ -8212,8 +8212,8 @@ "type": "Identifier", "name": "text", "range": [ - 3714, - 3718 + 3715, + 3719 ], "loc": { "start": { @@ -8227,8 +8227,8 @@ } }, "range": [ - 3710, - 3718 + 3711, + 3719 ], "loc": { "start": { @@ -8248,8 +8248,8 @@ "object": { "type": "ThisExpression", "range": [ - 3719, - 3723 + 3720, + 3724 ], "loc": { "start": { @@ -8266,8 +8266,8 @@ "type": "Identifier", "name": "activateCheckListTxt", "range": [ - 3724, - 3744 + 3725, + 3745 ], "loc": { "start": { @@ -8281,8 +8281,8 @@ } }, "range": [ - 3719, - 3744 + 3720, + 3745 ], "loc": { "start": { @@ -8297,8 +8297,8 @@ } ], "range": [ - 3710, - 3745 + 3711, + 3746 ], "loc": { "start": { @@ -8313,8 +8313,8 @@ } ], "range": [ - 3690, - 3746 + 3691, + 3747 ], "loc": { "start": { @@ -8328,8 +8328,8 @@ } }, "range": [ - 3690, - 3747 + 3691, + 3748 ], "loc": { "start": { @@ -8344,8 +8344,8 @@ } ], "range": [ - 3598, - 3757 + 3599, + 3758 ], "loc": { "start": { @@ -8359,8 +8359,8 @@ } }, "range": [ - 3522, - 3757 + 3523, + 3758 ], "loc": { "start": { @@ -8386,8 +8386,8 @@ "object": { "type": "ThisExpression", "range": [ - 3767, - 3771 + 3768, + 3772 ], "loc": { "start": { @@ -8404,8 +8404,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3772, - 3779 + 3773, + 3780 ], "loc": { "start": { @@ -8419,8 +8419,8 @@ } }, "range": [ - 3767, - 3779 + 3768, + 3780 ], "loc": { "start": { @@ -8437,8 +8437,8 @@ "type": "Identifier", "name": "on", "range": [ - 3780, - 3782 + 3781, + 3783 ], "loc": { "start": { @@ -8452,8 +8452,8 @@ } }, "range": [ - 3767, - 3782 + 3768, + 3783 ], "loc": { "start": { @@ -8475,8 +8475,8 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 3797, - 3821 + 3798, + 3822 ], "loc": { "start": { @@ -8491,8 +8491,8 @@ } ], "range": [ - 3796, - 3822 + 3797, + 3823 ], "loc": { "start": { @@ -8513,8 +8513,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3837, - 3839 + 3838, + 3840 ], "loc": { "start": { @@ -8531,8 +8531,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3841, - 3849 + 3842, + 3850 ], "loc": { "start": { @@ -8549,8 +8549,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3851, - 3861 + 3852, + 3862 ], "loc": { "start": { @@ -8572,8 +8572,8 @@ "object": { "type": "ThisExpression", "range": [ - 3866, - 3870 + 3867, + 3871 ], "loc": { "start": { @@ -8590,8 +8590,8 @@ "type": "Identifier", "name": "build", "range": [ - 3871, - 3876 + 3872, + 3877 ], "loc": { "start": { @@ -8605,8 +8605,8 @@ } }, "range": [ - 3866, - 3876 + 3867, + 3877 ], "loc": { "start": { @@ -8624,8 +8624,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3877, - 3885 + 3878, + 3886 ], "loc": { "start": { @@ -8642,8 +8642,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3887, - 3897 + 3888, + 3898 ], "loc": { "start": { @@ -8658,8 +8658,8 @@ } ], "range": [ - 3866, - 3898 + 3867, + 3899 ], "loc": { "start": { @@ -8675,8 +8675,8 @@ "generator": false, "expression": true, "range": [ - 3836, - 3898 + 3837, + 3899 ], "loc": { "start": { @@ -8691,8 +8691,8 @@ } ], "range": [ - 3767, - 3908 + 3768, + 3909 ], "loc": { "start": { @@ -8706,8 +8706,8 @@ } }, "range": [ - 3767, - 3909 + 3768, + 3910 ], "loc": { "start": { @@ -8733,8 +8733,8 @@ "object": { "type": "ThisExpression", "range": [ - 3919, - 3923 + 3920, + 3924 ], "loc": { "start": { @@ -8751,8 +8751,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3924, - 3931 + 3925, + 3932 ], "loc": { "start": { @@ -8766,8 +8766,8 @@ } }, "range": [ - 3919, - 3931 + 3920, + 3932 ], "loc": { "start": { @@ -8784,8 +8784,8 @@ "type": "Identifier", "name": "on", "range": [ - 3932, - 3934 + 3933, + 3935 ], "loc": { "start": { @@ -8799,8 +8799,8 @@ } }, "range": [ - 3919, - 3934 + 3920, + 3935 ], "loc": { "start": { @@ -8822,8 +8822,8 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 3949, - 3975 + 3950, + 3976 ], "loc": { "start": { @@ -8838,8 +8838,8 @@ } ], "range": [ - 3948, - 3976 + 3949, + 3977 ], "loc": { "start": { @@ -8860,8 +8860,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3991, - 3993 + 3992, + 3994 ], "loc": { "start": { @@ -8878,8 +8878,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3995, - 4003 + 3996, + 4004 ], "loc": { "start": { @@ -8896,8 +8896,8 @@ "type": "Identifier", "name": "values", "range": [ - 4005, - 4011 + 4006, + 4012 ], "loc": { "start": { @@ -8919,8 +8919,8 @@ "object": { "type": "ThisExpression", "range": [ - 4016, - 4020 + 4017, + 4021 ], "loc": { "start": { @@ -8937,8 +8937,8 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 4021, - 4034 + 4022, + 4035 ], "loc": { "start": { @@ -8952,8 +8952,8 @@ } }, "range": [ - 4016, - 4034 + 4017, + 4035 ], "loc": { "start": { @@ -8971,8 +8971,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4035, - 4043 + 4036, + 4044 ], "loc": { "start": { @@ -8989,8 +8989,8 @@ "type": "Identifier", "name": "values", "range": [ - 4045, - 4051 + 4046, + 4052 ], "loc": { "start": { @@ -9005,8 +9005,8 @@ } ], "range": [ - 4016, - 4052 + 4017, + 4053 ], "loc": { "start": { @@ -9022,8 +9022,8 @@ "generator": false, "expression": true, "range": [ - 3990, - 4052 + 3991, + 4053 ], "loc": { "start": { @@ -9038,8 +9038,8 @@ } ], "range": [ - 3919, - 4062 + 3920, + 4063 ], "loc": { "start": { @@ -9053,8 +9053,8 @@ } }, "range": [ - 3919, - 4063 + 3920, + 4064 ], "loc": { "start": { @@ -9078,8 +9078,8 @@ "object": { "type": "ThisExpression", "range": [ - 4073, - 4077 + 4074, + 4078 ], "loc": { "start": { @@ -9096,8 +9096,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 4078, - 4089 + 4079, + 4090 ], "loc": { "start": { @@ -9111,8 +9111,8 @@ } }, "range": [ - 4073, - 4089 + 4074, + 4090 ], "loc": { "start": { @@ -9130,8 +9130,8 @@ "value": true, "raw": "true", "range": [ - 4092, - 4096 + 4093, + 4097 ], "loc": { "start": { @@ -9145,8 +9145,8 @@ } }, "range": [ - 4073, - 4096 + 4074, + 4097 ], "loc": { "start": { @@ -9160,8 +9160,8 @@ } }, "range": [ - 4073, - 4097 + 4074, + 4098 ], "loc": { "start": { @@ -9176,8 +9176,8 @@ } ], "range": [ - 2813, - 4103 + 2814, + 4104 ], "loc": { "start": { @@ -9193,8 +9193,8 @@ "generator": false, "expression": false, "range": [ - 2779, - 4103 + 2780, + 4104 ], "loc": { "start": { @@ -9210,8 +9210,8 @@ "kind": "method", "computed": false, "range": [ - 2775, - 4103 + 2776, + 4104 ], "loc": { "start": { @@ -9228,8 +9228,8 @@ "type": "Block", "value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 2539, - 2770 + 2540, + 2771 ], "loc": { "start": { @@ -9248,8 +9248,8 @@ "type": "Block", "value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n ", "range": [ - 4109, - 4195 + 4110, + 4196 ], "loc": { "start": { @@ -9271,8 +9271,8 @@ "type": "Identifier", "name": "build", "range": [ - 4200, - 4205 + 4201, + 4206 ], "loc": { "start": { @@ -9293,8 +9293,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4206, - 4214 + 4207, + 4215 ], "loc": { "start": { @@ -9320,8 +9320,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4230, - 4232 + 4231, + 4233 ], "loc": { "start": { @@ -9340,8 +9340,8 @@ "object": { "type": "ThisExpression", "range": [ - 4235, - 4239 + 4236, + 4240 ], "loc": { "start": { @@ -9358,8 +9358,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4240, - 4242 + 4241, + 4243 ], "loc": { "start": { @@ -9373,8 +9373,8 @@ } }, "range": [ - 4235, - 4242 + 4236, + 4243 ], "loc": { "start": { @@ -9388,8 +9388,8 @@ } }, "range": [ - 4230, - 4242 + 4231, + 4243 ], "loc": { "start": { @@ -9405,8 +9405,8 @@ ], "kind": "let", "range": [ - 4226, - 4243 + 4227, + 4244 ], "loc": { "start": { @@ -9428,8 +9428,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4252, - 4260 + 4253, + 4261 ], "loc": { "start": { @@ -9448,8 +9448,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 4263, - 4271 + 4264, + 4272 ], "loc": { "start": { @@ -9467,8 +9467,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4272, - 4280 + 4273, + 4281 ], "loc": { "start": { @@ -9486,8 +9486,8 @@ "value": 10, "raw": "10", "range": [ - 4282, - 4284 + 4283, + 4285 ], "loc": { "start": { @@ -9502,8 +9502,8 @@ } ], "range": [ - 4263, - 4285 + 4264, + 4286 ], "loc": { "start": { @@ -9517,8 +9517,8 @@ } }, "range": [ - 4252, - 4285 + 4253, + 4286 ], "loc": { "start": { @@ -9532,8 +9532,8 @@ } }, "range": [ - 4252, - 4286 + 4253, + 4287 ], "loc": { "start": { @@ -9559,8 +9559,8 @@ "object": { "type": "ThisExpression", "range": [ - 4296, - 4300 + 4297, + 4301 ], "loc": { "start": { @@ -9577,8 +9577,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4301, - 4308 + 4302, + 4309 ], "loc": { "start": { @@ -9592,8 +9592,8 @@ } }, "range": [ - 4296, - 4308 + 4297, + 4309 ], "loc": { "start": { @@ -9610,8 +9610,8 @@ "type": "Identifier", "name": "emit", "range": [ - 4309, - 4313 + 4310, + 4314 ], "loc": { "start": { @@ -9625,8 +9625,8 @@ } }, "range": [ - 4296, - 4313 + 4297, + 4314 ], "loc": { "start": { @@ -9645,8 +9645,8 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 4314, - 4340 + 4315, + 4341 ], "loc": { "start": { @@ -9663,8 +9663,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4342, - 4344 + 4343, + 4345 ], "loc": { "start": { @@ -9681,8 +9681,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4346, - 4354 + 4347, + 4355 ], "loc": { "start": { @@ -9697,8 +9697,8 @@ } ], "range": [ - 4296, - 4355 + 4297, + 4356 ], "loc": { "start": { @@ -9712,8 +9712,8 @@ } }, "range": [ - 4296, - 4356 + 4297, + 4357 ], "loc": { "start": { @@ -9737,8 +9737,8 @@ "object": { "type": "ThisExpression", "range": [ - 4366, - 4370 + 4367, + 4371 ], "loc": { "start": { @@ -9755,8 +9755,8 @@ "type": "Identifier", "name": "opts", "range": [ - 4371, - 4375 + 4372, + 4376 ], "loc": { "start": { @@ -9770,8 +9770,8 @@ } }, "range": [ - 4366, - 4375 + 4367, + 4376 ], "loc": { "start": { @@ -9788,8 +9788,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4378, - 4380 + 4379, + 4381 ], "loc": { "start": { @@ -9803,8 +9803,8 @@ } }, "range": [ - 4366, - 4380 + 4367, + 4381 ], "loc": { "start": { @@ -9818,8 +9818,8 @@ } }, "range": [ - 4366, - 4381 + 4367, + 4382 ], "loc": { "start": { @@ -9843,8 +9843,8 @@ "object": { "type": "ThisExpression", "range": [ - 4390, - 4394 + 4391, + 4395 ], "loc": { "start": { @@ -9861,8 +9861,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 4395, - 4402 + 4396, + 4403 ], "loc": { "start": { @@ -9876,8 +9876,8 @@ } }, "range": [ - 4390, - 4402 + 4391, + 4403 ], "loc": { "start": { @@ -9894,8 +9894,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4405, - 4407 + 4406, + 4408 ], "loc": { "start": { @@ -9909,8 +9909,8 @@ } }, "range": [ - 4390, - 4407 + 4391, + 4408 ], "loc": { "start": { @@ -9924,8 +9924,8 @@ } }, "range": [ - 4390, - 4408 + 4391, + 4409 ], "loc": { "start": { @@ -9947,8 +9947,8 @@ "type": "Identifier", "name": "flt", "range": [ - 4422, - 4425 + 4423, + 4426 ], "loc": { "start": { @@ -9970,8 +9970,8 @@ "object": { "type": "ThisExpression", "range": [ - 4428, - 4432 + 4429, + 4433 ], "loc": { "start": { @@ -9988,8 +9988,8 @@ "type": "Identifier", "name": "checkListDiv", "range": [ - 4433, - 4445 + 4434, + 4446 ], "loc": { "start": { @@ -10003,8 +10003,8 @@ } }, "range": [ - 4428, - 4445 + 4429, + 4446 ], "loc": { "start": { @@ -10021,8 +10021,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4446, - 4454 + 4447, + 4455 ], "loc": { "start": { @@ -10036,8 +10036,8 @@ } }, "range": [ - 4428, - 4455 + 4429, + 4456 ], "loc": { "start": { @@ -10051,8 +10051,8 @@ } }, "range": [ - 4422, - 4455 + 4423, + 4456 ], "loc": { "start": { @@ -10068,8 +10068,8 @@ ], "kind": "let", "range": [ - 4418, - 4456 + 4419, + 4457 ], "loc": { "start": { @@ -10091,8 +10091,8 @@ "type": "Identifier", "name": "ul", "range": [ - 4469, - 4471 + 4470, + 4472 ], "loc": { "start": { @@ -10114,8 +10114,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 4474, - 4477 + 4475, + 4478 ], "loc": { "start": { @@ -10132,8 +10132,8 @@ "type": "Identifier", "name": "create", "range": [ - 4478, - 4484 + 4479, + 4485 ], "loc": { "start": { @@ -10147,8 +10147,8 @@ } }, "range": [ - 4474, - 4484 + 4475, + 4485 ], "loc": { "start": { @@ -10167,8 +10167,8 @@ "value": "ul", "raw": "'ul'", "range": [ - 4498, - 4502 + 4499, + 4503 ], "loc": { "start": { @@ -10189,8 +10189,8 @@ "value": "id", "raw": "'id'", "range": [ - 4505, - 4509 + 4506, + 4510 ], "loc": { "start": { @@ -10213,8 +10213,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4511, - 4513 + 4512, + 4514 ], "loc": { "start": { @@ -10231,8 +10231,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 4514, - 4520 + 4515, + 4521 ], "loc": { "start": { @@ -10246,8 +10246,8 @@ } }, "range": [ - 4511, - 4520 + 4512, + 4521 ], "loc": { "start": { @@ -10264,8 +10264,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4521, - 4529 + 4522, + 4530 ], "loc": { "start": { @@ -10279,8 +10279,8 @@ } }, "range": [ - 4511, - 4530 + 4512, + 4531 ], "loc": { "start": { @@ -10295,8 +10295,8 @@ } ], "range": [ - 4504, - 4531 + 4505, + 4532 ], "loc": { "start": { @@ -10317,8 +10317,8 @@ "value": "colIndex", "raw": "'colIndex'", "range": [ - 4534, - 4544 + 4535, + 4545 ], "loc": { "start": { @@ -10335,8 +10335,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4546, - 4554 + 4547, + 4555 ], "loc": { "start": { @@ -10351,8 +10351,8 @@ } ], "range": [ - 4533, - 4555 + 4534, + 4556 ], "loc": { "start": { @@ -10367,8 +10367,8 @@ } ], "range": [ - 4474, - 4556 + 4475, + 4557 ], "loc": { "start": { @@ -10382,8 +10382,8 @@ } }, "range": [ - 4469, - 4556 + 4470, + 4557 ], "loc": { "start": { @@ -10399,8 +10399,8 @@ ], "kind": "let", "range": [ - 4465, - 4557 + 4466, + 4558 ], "loc": { "start": { @@ -10425,8 +10425,8 @@ "type": "Identifier", "name": "ul", "range": [ - 4566, - 4568 + 4567, + 4569 ], "loc": { "start": { @@ -10443,8 +10443,8 @@ "type": "Identifier", "name": "className", "range": [ - 4569, - 4578 + 4570, + 4579 ], "loc": { "start": { @@ -10458,8 +10458,8 @@ } }, "range": [ - 4566, - 4578 + 4567, + 4579 ], "loc": { "start": { @@ -10478,8 +10478,8 @@ "object": { "type": "ThisExpression", "range": [ - 4581, - 4585 + 4582, + 4586 ], "loc": { "start": { @@ -10496,8 +10496,8 @@ "type": "Identifier", "name": "checkListCssClass", "range": [ - 4586, - 4603 + 4587, + 4604 ], "loc": { "start": { @@ -10511,8 +10511,8 @@ } }, "range": [ - 4581, - 4603 + 4582, + 4604 ], "loc": { "start": { @@ -10526,8 +10526,8 @@ } }, "range": [ - 4566, - 4603 + 4567, + 4604 ], "loc": { "start": { @@ -10541,8 +10541,8 @@ } }, "range": [ - 4566, - 4604 + 4567, + 4605 ], "loc": { "start": { @@ -10566,8 +10566,8 @@ "type": "Identifier", "name": "Event", "range": [ - 4613, - 4618 + 4614, + 4619 ], "loc": { "start": { @@ -10584,8 +10584,8 @@ "type": "Identifier", "name": "add", "range": [ - 4619, - 4622 + 4620, + 4623 ], "loc": { "start": { @@ -10599,8 +10599,8 @@ } }, "range": [ - 4613, - 4622 + 4614, + 4623 ], "loc": { "start": { @@ -10618,8 +10618,8 @@ "type": "Identifier", "name": "ul", "range": [ - 4623, - 4625 + 4624, + 4626 ], "loc": { "start": { @@ -10637,8 +10637,8 @@ "value": "change", "raw": "'change'", "range": [ - 4627, - 4635 + 4628, + 4636 ], "loc": { "start": { @@ -10659,8 +10659,8 @@ "type": "Identifier", "name": "evt", "range": [ - 4638, - 4641 + 4639, + 4642 ], "loc": { "start": { @@ -10682,8 +10682,8 @@ "object": { "type": "ThisExpression", "range": [ - 4646, - 4650 + 4647, + 4651 ], "loc": { "start": { @@ -10700,8 +10700,8 @@ "type": "Identifier", "name": "onChange", "range": [ - 4651, - 4659 + 4652, + 4660 ], "loc": { "start": { @@ -10715,8 +10715,8 @@ } }, "range": [ - 4646, - 4659 + 4647, + 4660 ], "loc": { "start": { @@ -10734,8 +10734,8 @@ "type": "Identifier", "name": "evt", "range": [ - 4660, - 4663 + 4661, + 4664 ], "loc": { "start": { @@ -10750,8 +10750,8 @@ } ], "range": [ - 4646, - 4664 + 4647, + 4665 ], "loc": { "start": { @@ -10767,8 +10767,8 @@ "generator": false, "expression": true, "range": [ - 4637, - 4664 + 4638, + 4665 ], "loc": { "start": { @@ -10783,8 +10783,8 @@ } ], "range": [ - 4613, - 4665 + 4614, + 4666 ], "loc": { "start": { @@ -10798,8 +10798,8 @@ } }, "range": [ - 4613, - 4666 + 4614, + 4667 ], "loc": { "start": { @@ -10821,8 +10821,8 @@ "type": "Identifier", "name": "rows", "range": [ - 4680, - 4684 + 4681, + 4685 ], "loc": { "start": { @@ -10845,8 +10845,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4687, - 4689 + 4688, + 4690 ], "loc": { "start": { @@ -10863,8 +10863,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4690, - 4693 + 4691, + 4694 ], "loc": { "start": { @@ -10878,8 +10878,8 @@ } }, "range": [ - 4687, - 4693 + 4688, + 4694 ], "loc": { "start": { @@ -10896,8 +10896,8 @@ "type": "Identifier", "name": "rows", "range": [ - 4694, - 4698 + 4695, + 4699 ], "loc": { "start": { @@ -10911,8 +10911,8 @@ } }, "range": [ - 4687, - 4698 + 4688, + 4699 ], "loc": { "start": { @@ -10926,8 +10926,8 @@ } }, "range": [ - 4680, - 4698 + 4681, + 4699 ], "loc": { "start": { @@ -10943,8 +10943,8 @@ ], "kind": "let", "range": [ - 4676, - 4699 + 4677, + 4700 ], "loc": { "start": { @@ -10968,8 +10968,8 @@ "object": { "type": "ThisExpression", "range": [ - 4708, - 4712 + 4709, + 4713 ], "loc": { "start": { @@ -10986,8 +10986,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 4713, - 4721 + 4714, + 4722 ], "loc": { "start": { @@ -11001,8 +11001,8 @@ } }, "range": [ - 4708, - 4721 + 4709, + 4722 ], "loc": { "start": { @@ -11024,8 +11024,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4724, - 4726 + 4725, + 4727 ], "loc": { "start": { @@ -11042,8 +11042,8 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 4727, - 4742 + 4728, + 4743 ], "loc": { "start": { @@ -11057,8 +11057,8 @@ } }, "range": [ - 4724, - 4742 + 4725, + 4743 ], "loc": { "start": { @@ -11076,8 +11076,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4743, - 4751 + 4744, + 4752 ], "loc": { "start": { @@ -11092,8 +11092,8 @@ } ], "range": [ - 4724, - 4752 + 4725, + 4753 ], "loc": { "start": { @@ -11107,8 +11107,8 @@ } }, "range": [ - 4708, - 4752 + 4709, + 4753 ], "loc": { "start": { @@ -11122,8 +11122,8 @@ } }, "range": [ - 4708, - 4753 + 4709, + 4754 ], "loc": { "start": { @@ -11145,8 +11145,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 4767, - 4776 + 4768, + 4777 ], "loc": { "start": { @@ -11161,8 +11161,8 @@ }, "init": null, "range": [ - 4767, - 4776 + 4768, + 4777 ], "loc": { "start": { @@ -11178,8 +11178,8 @@ ], "kind": "let", "range": [ - 4763, - 4777 + 4764, + 4778 ], "loc": { "start": { @@ -11201,8 +11201,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4790, - 4804 + 4791, + 4805 ], "loc": { "start": { @@ -11224,8 +11224,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4807, - 4809 + 4808, + 4810 ], "loc": { "start": { @@ -11242,8 +11242,8 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 4810, - 4827 + 4811, + 4828 ], "loc": { "start": { @@ -11257,8 +11257,8 @@ } }, "range": [ - 4807, - 4827 + 4808, + 4828 ], "loc": { "start": { @@ -11273,8 +11273,8 @@ }, "arguments": [], "range": [ - 4807, - 4829 + 4808, + 4830 ], "loc": { "start": { @@ -11288,8 +11288,8 @@ } }, "range": [ - 4790, - 4829 + 4791, + 4830 ], "loc": { "start": { @@ -11305,8 +11305,8 @@ ], "kind": "let", "range": [ - 4786, - 4830 + 4787, + 4831 ], "loc": { "start": { @@ -11331,8 +11331,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4843, - 4845 + 4844, + 4846 ], "loc": { "start": { @@ -11349,8 +11349,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 4846, - 4859 + 4847, + 4860 ], "loc": { "start": { @@ -11364,8 +11364,8 @@ } }, "range": [ - 4843, - 4859 + 4844, + 4860 ], "loc": { "start": { @@ -11382,8 +11382,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4863, - 4877 + 4864, + 4878 ], "loc": { "start": { @@ -11397,8 +11397,8 @@ } }, "range": [ - 4843, - 4877 + 4844, + 4878 ], "loc": { "start": { @@ -11423,8 +11423,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 4893, - 4902 + 4894, + 4903 ], "loc": { "start": { @@ -11446,8 +11446,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4905, - 4907 + 4906, + 4908 ], "loc": { "start": { @@ -11464,8 +11464,8 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 4908, - 4934 + 4909, + 4935 ], "loc": { "start": { @@ -11479,8 +11479,8 @@ } }, "range": [ - 4905, - 4934 + 4906, + 4935 ], "loc": { "start": { @@ -11498,8 +11498,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4935, - 4949 + 4936, + 4950 ], "loc": { "start": { @@ -11514,8 +11514,8 @@ } ], "range": [ - 4905, - 4950 + 4906, + 4951 ], "loc": { "start": { @@ -11529,8 +11529,8 @@ } }, "range": [ - 4893, - 4950 + 4894, + 4951 ], "loc": { "start": { @@ -11544,8 +11544,8 @@ } }, "range": [ - 4893, - 4951 + 4894, + 4952 ], "loc": { "start": { @@ -11560,8 +11560,8 @@ } ], "range": [ - 4879, - 4961 + 4880, + 4962 ], "loc": { "start": { @@ -11576,8 +11576,8 @@ }, "alternate": null, "range": [ - 4839, - 4961 + 4840, + 4962 ], "loc": { "start": { @@ -11599,8 +11599,8 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 4975, - 4990 + 4976, + 4991 ], "loc": { "start": { @@ -11617,8 +11617,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4993, - 4995 + 4994, + 4996 ], "loc": { "start": { @@ -11632,8 +11632,8 @@ } }, "range": [ - 4975, - 4995 + 4976, + 4996 ], "loc": { "start": { @@ -11649,8 +11649,8 @@ ], "kind": "let", "range": [ - 4971, - 4996 + 4972, + 4997 ], "loc": { "start": { @@ -11675,8 +11675,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5009, - 5011 + 5010, + 5012 ], "loc": { "start": { @@ -11693,8 +11693,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5012, - 5025 + 5013, + 5026 ], "loc": { "start": { @@ -11708,8 +11708,8 @@ } }, "range": [ - 5009, - 5025 + 5010, + 5026 ], "loc": { "start": { @@ -11729,8 +11729,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5029, - 5031 + 5030, + 5032 ], "loc": { "start": { @@ -11747,8 +11747,8 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 5032, - 5054 + 5033, + 5055 ], "loc": { "start": { @@ -11762,8 +11762,8 @@ } }, "range": [ - 5029, - 5054 + 5030, + 5055 ], "loc": { "start": { @@ -11777,8 +11777,8 @@ } }, "range": [ - 5009, - 5054 + 5010, + 5055 ], "loc": { "start": { @@ -11805,8 +11805,8 @@ "object": { "type": "ThisExpression", "range": [ - 5070, - 5074 + 5071, + 5075 ], "loc": { "start": { @@ -11823,8 +11823,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 5075, - 5087 + 5076, + 5088 ], "loc": { "start": { @@ -11838,8 +11838,8 @@ } }, "range": [ - 5070, - 5087 + 5071, + 5088 ], "loc": { "start": { @@ -11856,8 +11856,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5090, - 5092 + 5091, + 5093 ], "loc": { "start": { @@ -11871,8 +11871,8 @@ } }, "range": [ - 5070, - 5092 + 5071, + 5093 ], "loc": { "start": { @@ -11886,8 +11886,8 @@ } }, "range": [ - 5070, - 5093 + 5071, + 5094 ], "loc": { "start": { @@ -11902,8 +11902,8 @@ } ], "range": [ - 5056, - 5103 + 5057, + 5104 ], "loc": { "start": { @@ -11918,8 +11918,8 @@ }, "alternate": null, "range": [ - 5005, - 5103 + 5006, + 5104 ], "loc": { "start": { @@ -11944,8 +11944,8 @@ "type": "Identifier", "name": "flt", "range": [ - 5113, - 5116 + 5114, + 5117 ], "loc": { "start": { @@ -11962,8 +11962,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 5117, - 5126 + 5118, + 5127 ], "loc": { "start": { @@ -11977,8 +11977,8 @@ } }, "range": [ - 5113, - 5126 + 5114, + 5127 ], "loc": { "start": { @@ -11996,8 +11996,8 @@ "value": "", "raw": "''", "range": [ - 5129, - 5131 + 5130, + 5132 ], "loc": { "start": { @@ -12011,8 +12011,8 @@ } }, "range": [ - 5113, - 5131 + 5114, + 5132 ], "loc": { "start": { @@ -12026,8 +12026,8 @@ } }, "range": [ - 5113, - 5132 + 5114, + 5133 ], "loc": { "start": { @@ -12051,8 +12051,8 @@ "type": "Identifier", "name": "k", "range": [ - 5151, - 5152 + 5152, + 5153 ], "loc": { "start": { @@ -12072,8 +12072,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5155, - 5157 + 5156, + 5158 ], "loc": { "start": { @@ -12090,8 +12090,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 5158, - 5164 + 5159, + 5165 ], "loc": { "start": { @@ -12105,8 +12105,8 @@ } }, "range": [ - 5155, - 5164 + 5156, + 5165 ], "loc": { "start": { @@ -12120,8 +12120,8 @@ } }, "range": [ - 5151, - 5164 + 5152, + 5165 ], "loc": { "start": { @@ -12137,8 +12137,8 @@ ], "kind": "let", "range": [ - 5147, - 5164 + 5148, + 5165 ], "loc": { "start": { @@ -12158,8 +12158,8 @@ "type": "Identifier", "name": "k", "range": [ - 5166, - 5167 + 5167, + 5168 ], "loc": { "start": { @@ -12179,8 +12179,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5170, - 5172 + 5171, + 5173 ], "loc": { "start": { @@ -12197,8 +12197,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 5173, - 5179 + 5174, + 5180 ], "loc": { "start": { @@ -12212,8 +12212,8 @@ } }, "range": [ - 5170, - 5179 + 5171, + 5180 ], "loc": { "start": { @@ -12227,8 +12227,8 @@ } }, "range": [ - 5166, - 5179 + 5167, + 5180 ], "loc": { "start": { @@ -12248,8 +12248,8 @@ "type": "Identifier", "name": "k", "range": [ - 5181, - 5182 + 5182, + 5183 ], "loc": { "start": { @@ -12264,8 +12264,8 @@ }, "prefix": false, "range": [ - 5181, - 5184 + 5182, + 5185 ], "loc": { "start": { @@ -12293,8 +12293,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5302, - 5304 + 5303, + 5305 ], "loc": { "start": { @@ -12311,8 +12311,8 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 5305, - 5319 + 5306, + 5320 ], "loc": { "start": { @@ -12326,8 +12326,8 @@ } }, "range": [ - 5302, - 5319 + 5303, + 5320 ], "loc": { "start": { @@ -12355,8 +12355,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5323, - 5325 + 5324, + 5326 ], "loc": { "start": { @@ -12373,8 +12373,8 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 5326, - 5337 + 5327, + 5338 ], "loc": { "start": { @@ -12388,8 +12388,8 @@ } }, "range": [ - 5323, - 5337 + 5324, + 5338 ], "loc": { "start": { @@ -12406,8 +12406,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5338, - 5345 + 5339, + 5346 ], "loc": { "start": { @@ -12421,8 +12421,8 @@ } }, "range": [ - 5323, - 5345 + 5324, + 5346 ], "loc": { "start": { @@ -12440,8 +12440,8 @@ "type": "Identifier", "name": "k", "range": [ - 5346, - 5347 + 5347, + 5348 ], "loc": { "start": { @@ -12456,8 +12456,8 @@ } ], "range": [ - 5323, - 5348 + 5324, + 5349 ], "loc": { "start": { @@ -12478,8 +12478,8 @@ "value": 1, "raw": "1", "range": [ - 5354, - 5355 + 5355, + 5356 ], "loc": { "start": { @@ -12494,8 +12494,8 @@ }, "prefix": true, "range": [ - 5353, - 5355 + 5354, + 5356 ], "loc": { "start": { @@ -12509,8 +12509,8 @@ } }, "range": [ - 5323, - 5355 + 5324, + 5356 ], "loc": { "start": { @@ -12524,8 +12524,8 @@ } }, "range": [ - 5302, - 5355 + 5303, + 5356 ], "loc": { "start": { @@ -12545,8 +12545,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 5375, - 5384 + 5376, + 5385 ], "loc": { "start": { @@ -12561,8 +12561,8 @@ } ], "range": [ - 5357, - 5398 + 5358, + 5399 ], "loc": { "start": { @@ -12577,8 +12577,8 @@ }, "alternate": null, "range": [ - 5298, - 5398 + 5299, + 5399 ], "loc": { "start": { @@ -12595,8 +12595,8 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 5200, - 5264 + 5201, + 5265 ], "loc": { "start": { @@ -12613,8 +12613,8 @@ "type": "Line", "value": " valid", "range": [ - 5277, - 5285 + 5278, + 5286 ], "loc": { "start": { @@ -12638,8 +12638,8 @@ "type": "Identifier", "name": "cells", "range": [ - 5416, - 5421 + 5417, + 5422 ], "loc": { "start": { @@ -12662,8 +12662,8 @@ "type": "Identifier", "name": "rows", "range": [ - 5424, - 5428 + 5425, + 5429 ], "loc": { "start": { @@ -12680,8 +12680,8 @@ "type": "Identifier", "name": "k", "range": [ - 5429, - 5430 + 5430, + 5431 ], "loc": { "start": { @@ -12695,8 +12695,8 @@ } }, "range": [ - 5424, - 5431 + 5425, + 5432 ], "loc": { "start": { @@ -12713,8 +12713,8 @@ "type": "Identifier", "name": "cells", "range": [ - 5432, - 5437 + 5433, + 5438 ], "loc": { "start": { @@ -12728,8 +12728,8 @@ } }, "range": [ - 5424, - 5437 + 5425, + 5438 ], "loc": { "start": { @@ -12743,8 +12743,8 @@ } }, "range": [ - 5416, - 5437 + 5417, + 5438 ], "loc": { "start": { @@ -12760,8 +12760,8 @@ ], "kind": "let", "range": [ - 5412, - 5438 + 5413, + 5439 ], "loc": { "start": { @@ -12783,8 +12783,8 @@ "type": "Identifier", "name": "ncells", "range": [ - 5455, - 5461 + 5456, + 5462 ], "loc": { "start": { @@ -12804,8 +12804,8 @@ "type": "Identifier", "name": "cells", "range": [ - 5464, - 5469 + 5465, + 5470 ], "loc": { "start": { @@ -12822,8 +12822,8 @@ "type": "Identifier", "name": "length", "range": [ - 5470, - 5476 + 5471, + 5477 ], "loc": { "start": { @@ -12837,8 +12837,8 @@ } }, "range": [ - 5464, - 5476 + 5465, + 5477 ], "loc": { "start": { @@ -12852,8 +12852,8 @@ } }, "range": [ - 5455, - 5476 + 5456, + 5477 ], "loc": { "start": { @@ -12869,8 +12869,8 @@ ], "kind": "let", "range": [ - 5451, - 5477 + 5452, + 5478 ], "loc": { "start": { @@ -12887,8 +12887,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5491, - 5524 + 5492, + 5525 ], "loc": { "start": { @@ -12915,8 +12915,8 @@ "type": "Identifier", "name": "ncells", "range": [ - 5541, - 5547 + 5542, + 5548 ], "loc": { "start": { @@ -12936,8 +12936,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5552, - 5554 + 5553, + 5555 ], "loc": { "start": { @@ -12954,8 +12954,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5555, - 5562 + 5556, + 5563 ], "loc": { "start": { @@ -12969,8 +12969,8 @@ } }, "range": [ - 5552, - 5562 + 5553, + 5563 ], "loc": { "start": { @@ -12984,8 +12984,8 @@ } }, "range": [ - 5541, - 5562 + 5542, + 5563 ], "loc": { "start": { @@ -13004,8 +13004,8 @@ "object": { "type": "ThisExpression", "range": [ - 5566, - 5570 + 5567, + 5571 ], "loc": { "start": { @@ -13022,8 +13022,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 5571, - 5579 + 5572, + 5580 ], "loc": { "start": { @@ -13037,8 +13037,8 @@ } }, "range": [ - 5566, - 5579 + 5567, + 5580 ], "loc": { "start": { @@ -13052,8 +13052,8 @@ } }, "range": [ - 5541, - 5579 + 5542, + 5580 ], "loc": { "start": { @@ -13073,8 +13073,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 5599, - 5608 + 5600, + 5609 ], "loc": { "start": { @@ -13089,8 +13089,8 @@ } ], "range": [ - 5581, - 5622 + 5582, + 5623 ], "loc": { "start": { @@ -13105,8 +13105,8 @@ }, "alternate": null, "range": [ - 5537, - 5622 + 5538, + 5623 ], "loc": { "start": { @@ -13123,8 +13123,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5491, - 5524 + 5492, + 5525 ], "loc": { "start": { @@ -13143,8 +13143,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5636, - 5668 + 5637, + 5669 ], "loc": { "start": { @@ -13170,8 +13170,8 @@ "type": "Identifier", "name": "j", "range": [ - 5690, - 5691 + 5691, + 5692 ], "loc": { "start": { @@ -13189,8 +13189,8 @@ "value": 0, "raw": "0", "range": [ - 5694, - 5695 + 5695, + 5696 ], "loc": { "start": { @@ -13204,8 +13204,8 @@ } }, "range": [ - 5690, - 5695 + 5691, + 5696 ], "loc": { "start": { @@ -13221,8 +13221,8 @@ ], "kind": "let", "range": [ - 5686, - 5695 + 5687, + 5696 ], "loc": { "start": { @@ -13242,8 +13242,8 @@ "type": "Identifier", "name": "j", "range": [ - 5697, - 5698 + 5698, + 5699 ], "loc": { "start": { @@ -13260,8 +13260,8 @@ "type": "Identifier", "name": "ncells", "range": [ - 5701, - 5707 + 5702, + 5708 ], "loc": { "start": { @@ -13275,8 +13275,8 @@ } }, "range": [ - 5697, - 5707 + 5698, + 5708 ], "loc": { "start": { @@ -13296,8 +13296,8 @@ "type": "Identifier", "name": "j", "range": [ - 5709, - 5710 + 5710, + 5711 ], "loc": { "start": { @@ -13312,8 +13312,8 @@ }, "prefix": false, "range": [ - 5709, - 5712 + 5710, + 5713 ], "loc": { "start": { @@ -13344,8 +13344,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5791, - 5799 + 5792, + 5800 ], "loc": { "start": { @@ -13362,8 +13362,8 @@ "type": "Identifier", "name": "j", "range": [ - 5804, - 5805 + 5805, + 5806 ], "loc": { "start": { @@ -13377,8 +13377,8 @@ } }, "range": [ - 5791, - 5805 + 5792, + 5806 ], "loc": { "start": { @@ -13404,8 +13404,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5811, - 5813 + 5812, + 5814 ], "loc": { "start": { @@ -13422,8 +13422,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5814, - 5827 + 5815, + 5828 ], "loc": { "start": { @@ -13437,8 +13437,8 @@ } }, "range": [ - 5811, - 5827 + 5812, + 5828 ], "loc": { "start": { @@ -13453,8 +13453,8 @@ }, "prefix": true, "range": [ - 5810, - 5827 + 5811, + 5828 ], "loc": { "start": { @@ -13477,8 +13477,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5852, - 5854 + 5853, + 5855 ], "loc": { "start": { @@ -13495,8 +13495,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5855, - 5868 + 5856, + 5869 ], "loc": { "start": { @@ -13510,8 +13510,8 @@ } }, "range": [ - 5852, - 5868 + 5853, + 5869 ], "loc": { "start": { @@ -13531,8 +13531,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5872, - 5874 + 5873, + 5875 ], "loc": { "start": { @@ -13549,8 +13549,8 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 5875, - 5897 + 5876, + 5898 ], "loc": { "start": { @@ -13564,8 +13564,8 @@ } }, "range": [ - 5872, - 5897 + 5873, + 5898 ], "loc": { "start": { @@ -13579,8 +13579,8 @@ } }, "range": [ - 5852, - 5897 + 5853, + 5898 ], "loc": { "start": { @@ -13594,8 +13594,8 @@ } }, "range": [ - 5810, - 5898 + 5811, + 5899 ], "loc": { "start": { @@ -13609,8 +13609,8 @@ } }, "range": [ - 5791, - 5899 + 5792, + 5900 ], "loc": { "start": { @@ -13636,8 +13636,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5925, - 5933 + 5926, + 5934 ], "loc": { "start": { @@ -13654,8 +13654,8 @@ "type": "Identifier", "name": "j", "range": [ - 5938, - 5939 + 5939, + 5940 ], "loc": { "start": { @@ -13669,8 +13669,8 @@ } }, "range": [ - 5925, - 5939 + 5926, + 5940 ], "loc": { "start": { @@ -13690,8 +13690,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5943, - 5945 + 5944, + 5946 ], "loc": { "start": { @@ -13708,8 +13708,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 5946, - 5959 + 5947, + 5960 ], "loc": { "start": { @@ -13723,8 +13723,8 @@ } }, "range": [ - 5943, - 5959 + 5944, + 5960 ], "loc": { "start": { @@ -13738,8 +13738,8 @@ } }, "range": [ - 5925, - 5959 + 5926, + 5960 ], "loc": { "start": { @@ -13774,8 +13774,8 @@ "type": "Identifier", "name": "rows", "range": [ - 5989, - 5993 + 5990, + 5994 ], "loc": { "start": { @@ -13792,8 +13792,8 @@ "type": "Identifier", "name": "k", "range": [ - 5994, - 5995 + 5995, + 5996 ], "loc": { "start": { @@ -13807,8 +13807,8 @@ } }, "range": [ - 5989, - 5996 + 5990, + 5997 ], "loc": { "start": { @@ -13825,8 +13825,8 @@ "type": "Identifier", "name": "style", "range": [ - 5997, - 6002 + 5998, + 6003 ], "loc": { "start": { @@ -13840,8 +13840,8 @@ } }, "range": [ - 5989, - 6002 + 5990, + 6003 ], "loc": { "start": { @@ -13858,8 +13858,8 @@ "type": "Identifier", "name": "display", "range": [ - 6003, - 6010 + 6004, + 6011 ], "loc": { "start": { @@ -13873,8 +13873,8 @@ } }, "range": [ - 5989, - 6010 + 5990, + 6011 ], "loc": { "start": { @@ -13892,8 +13892,8 @@ "value": "", "raw": "''", "range": [ - 6015, - 6017 + 6016, + 6018 ], "loc": { "start": { @@ -13907,8 +13907,8 @@ } }, "range": [ - 5989, - 6017 + 5990, + 6018 ], "loc": { "start": { @@ -13931,8 +13931,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6022, - 6024 + 6023, + 6025 ], "loc": { "start": { @@ -13949,8 +13949,8 @@ "type": "Identifier", "name": "paging", "range": [ - 6025, - 6031 + 6026, + 6032 ], "loc": { "start": { @@ -13964,8 +13964,8 @@ } }, "range": [ - 6022, - 6031 + 6023, + 6032 ], "loc": { "start": { @@ -13980,8 +13980,8 @@ }, "prefix": true, "range": [ - 6021, - 6031 + 6022, + 6032 ], "loc": { "start": { @@ -13995,8 +13995,8 @@ } }, "range": [ - 5989, - 6031 + 5990, + 6032 ], "loc": { "start": { @@ -14019,8 +14019,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6065, - 6067 + 6066, + 6068 ], "loc": { "start": { @@ -14037,8 +14037,8 @@ "type": "Identifier", "name": "paging", "range": [ - 6068, - 6074 + 6069, + 6075 ], "loc": { "start": { @@ -14052,8 +14052,8 @@ } }, "range": [ - 6065, - 6074 + 6066, + 6075 ], "loc": { "start": { @@ -14079,8 +14079,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 6081, - 6090 + 6082, + 6091 ], "loc": { "start": { @@ -14095,8 +14095,8 @@ }, "prefix": true, "range": [ - 6080, - 6090 + 6081, + 6091 ], "loc": { "start": { @@ -14116,8 +14116,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 6126, - 6135 + 6127, + 6136 ], "loc": { "start": { @@ -14134,8 +14134,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6140, - 6148 + 6141, + 6149 ], "loc": { "start": { @@ -14149,8 +14149,8 @@ } }, "range": [ - 6126, - 6148 + 6127, + 6149 ], "loc": { "start": { @@ -14164,8 +14164,8 @@ } }, "range": [ - 6080, - 6148 + 6081, + 6149 ], "loc": { "start": { @@ -14188,8 +14188,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 6186, - 6195 + 6187, + 6196 ], "loc": { "start": { @@ -14206,8 +14206,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6199, - 6207 + 6200, + 6208 ], "loc": { "start": { @@ -14221,8 +14221,8 @@ } }, "range": [ - 6186, - 6207 + 6187, + 6208 ], "loc": { "start": { @@ -14250,8 +14250,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6247, - 6249 + 6248, + 6250 ], "loc": { "start": { @@ -14268,8 +14268,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 6250, - 6264 + 6251, + 6265 ], "loc": { "start": { @@ -14283,8 +14283,8 @@ } }, "range": [ - 6247, - 6264 + 6248, + 6265 ], "loc": { "start": { @@ -14301,8 +14301,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 6265, - 6272 + 6266, + 6273 ], "loc": { "start": { @@ -14316,8 +14316,8 @@ } }, "range": [ - 6247, - 6272 + 6248, + 6273 ], "loc": { "start": { @@ -14335,8 +14335,8 @@ "type": "Identifier", "name": "k", "range": [ - 6273, - 6274 + 6274, + 6275 ], "loc": { "start": { @@ -14351,8 +14351,8 @@ } ], "range": [ - 6247, - 6275 + 6248, + 6276 ], "loc": { "start": { @@ -14373,8 +14373,8 @@ "value": 1, "raw": "1", "range": [ - 6280, - 6281 + 6281, + 6282 ], "loc": { "start": { @@ -14389,8 +14389,8 @@ }, "prefix": true, "range": [ - 6279, - 6281 + 6280, + 6282 ], "loc": { "start": { @@ -14404,8 +14404,8 @@ } }, "range": [ - 6247, - 6281 + 6248, + 6282 ], "loc": { "start": { @@ -14419,8 +14419,8 @@ } }, "range": [ - 6186, - 6281 + 6187, + 6282 ], "loc": { "start": { @@ -14434,8 +14434,8 @@ } }, "range": [ - 6079, - 6282 + 6080, + 6283 ], "loc": { "start": { @@ -14449,8 +14449,8 @@ } }, "range": [ - 6065, - 6283 + 6066, + 6284 ], "loc": { "start": { @@ -14464,8 +14464,8 @@ } }, "range": [ - 5988, - 6284 + 5989, + 6285 ], "loc": { "start": { @@ -14479,8 +14479,8 @@ } }, "range": [ - 5925, - 6285 + 5926, + 6286 ], "loc": { "start": { @@ -14494,8 +14494,8 @@ } }, "range": [ - 5790, - 6286 + 5791, + 6287 ], "loc": { "start": { @@ -14520,8 +14520,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 6315, - 6323 + 6316, + 6324 ], "loc": { "start": { @@ -14543,8 +14543,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6326, - 6328 + 6327, + 6329 ], "loc": { "start": { @@ -14561,8 +14561,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 6329, - 6340 + 6330, + 6341 ], "loc": { "start": { @@ -14576,8 +14576,8 @@ } }, "range": [ - 6326, - 6340 + 6327, + 6341 ], "loc": { "start": { @@ -14598,8 +14598,8 @@ "type": "Identifier", "name": "cells", "range": [ - 6341, - 6346 + 6342, + 6347 ], "loc": { "start": { @@ -14616,8 +14616,8 @@ "type": "Identifier", "name": "j", "range": [ - 6347, - 6348 + 6348, + 6349 ], "loc": { "start": { @@ -14631,8 +14631,8 @@ } }, "range": [ - 6341, - 6349 + 6342, + 6350 ], "loc": { "start": { @@ -14647,8 +14647,8 @@ } ], "range": [ - 6326, - 6350 + 6327, + 6351 ], "loc": { "start": { @@ -14662,8 +14662,8 @@ } }, "range": [ - 6315, - 6350 + 6316, + 6351 ], "loc": { "start": { @@ -14679,8 +14679,8 @@ ], "kind": "let", "range": [ - 6311, - 6351 + 6312, + 6352 ], "loc": { "start": { @@ -14697,8 +14697,8 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6372, - 6392 + 6373, + 6393 ], "loc": { "start": { @@ -14722,8 +14722,8 @@ "type": "Identifier", "name": "cellString", "range": [ - 6417, - 6427 + 6418, + 6428 ], "loc": { "start": { @@ -14745,8 +14745,8 @@ "type": "Identifier", "name": "Str", "range": [ - 6430, - 6433 + 6431, + 6434 ], "loc": { "start": { @@ -14763,8 +14763,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6434, - 6443 + 6435, + 6444 ], "loc": { "start": { @@ -14778,8 +14778,8 @@ } }, "range": [ - 6430, - 6443 + 6431, + 6444 ], "loc": { "start": { @@ -14797,8 +14797,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 6444, - 6452 + 6445, + 6453 ], "loc": { "start": { @@ -14818,8 +14818,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6454, - 6456 + 6455, + 6457 ], "loc": { "start": { @@ -14836,8 +14836,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6457, - 6466 + 6458, + 6467 ], "loc": { "start": { @@ -14851,8 +14851,8 @@ } }, "range": [ - 6454, - 6466 + 6455, + 6467 ], "loc": { "start": { @@ -14867,8 +14867,8 @@ } ], "range": [ - 6430, - 6467 + 6431, + 6468 ], "loc": { "start": { @@ -14882,8 +14882,8 @@ } }, "range": [ - 6417, - 6467 + 6418, + 6468 ], "loc": { "start": { @@ -14899,8 +14899,8 @@ ], "kind": "let", "range": [ - 6413, - 6468 + 6414, + 6469 ], "loc": { "start": { @@ -14917,8 +14917,8 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6372, - 6392 + 6373, + 6393 ], "loc": { "start": { @@ -14937,8 +14937,8 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6489, - 6530 + 6490, + 6531 ], "loc": { "start": { @@ -14967,8 +14967,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 6556, - 6559 + 6557, + 6560 ], "loc": { "start": { @@ -14985,8 +14985,8 @@ "type": "Identifier", "name": "has", "range": [ - 6560, - 6563 + 6561, + 6564 ], "loc": { "start": { @@ -15000,8 +15000,8 @@ } }, "range": [ - 6556, - 6563 + 6557, + 6564 ], "loc": { "start": { @@ -15021,8 +15021,8 @@ "object": { "type": "ThisExpression", "range": [ - 6564, - 6568 + 6565, + 6569 ], "loc": { "start": { @@ -15039,8 +15039,8 @@ "type": "Identifier", "name": "opts", "range": [ - 6569, - 6573 + 6570, + 6574 ], "loc": { "start": { @@ -15054,8 +15054,8 @@ } }, "range": [ - 6564, - 6573 + 6565, + 6574 ], "loc": { "start": { @@ -15072,8 +15072,8 @@ "type": "Identifier", "name": "cellString", "range": [ - 6575, - 6585 + 6576, + 6586 ], "loc": { "start": { @@ -15093,8 +15093,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6587, - 6589 + 6588, + 6590 ], "loc": { "start": { @@ -15111,8 +15111,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6590, - 6599 + 6591, + 6600 ], "loc": { "start": { @@ -15126,8 +15126,8 @@ } }, "range": [ - 6587, - 6599 + 6588, + 6600 ], "loc": { "start": { @@ -15142,8 +15142,8 @@ } ], "range": [ - 6556, - 6600 + 6557, + 6601 ], "loc": { "start": { @@ -15158,8 +15158,8 @@ }, "prefix": true, "range": [ - 6555, - 6600 + 6556, + 6601 ], "loc": { "start": { @@ -15188,8 +15188,8 @@ "object": { "type": "ThisExpression", "range": [ - 6628, - 6632 + 6629, + 6633 ], "loc": { "start": { @@ -15206,8 +15206,8 @@ "type": "Identifier", "name": "opts", "range": [ - 6633, - 6637 + 6634, + 6638 ], "loc": { "start": { @@ -15221,8 +15221,8 @@ } }, "range": [ - 6628, - 6637 + 6629, + 6638 ], "loc": { "start": { @@ -15239,8 +15239,8 @@ "type": "Identifier", "name": "push", "range": [ - 6638, - 6642 + 6639, + 6643 ], "loc": { "start": { @@ -15254,8 +15254,8 @@ } }, "range": [ - 6628, - 6642 + 6629, + 6643 ], "loc": { "start": { @@ -15273,8 +15273,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 6643, - 6651 + 6644, + 6652 ], "loc": { "start": { @@ -15289,8 +15289,8 @@ } ], "range": [ - 6628, - 6652 + 6629, + 6653 ], "loc": { "start": { @@ -15304,8 +15304,8 @@ } }, "range": [ - 6628, - 6653 + 6629, + 6654 ], "loc": { "start": { @@ -15320,8 +15320,8 @@ } ], "range": [ - 6602, - 6675 + 6603, + 6676 ], "loc": { "start": { @@ -15336,8 +15336,8 @@ }, "alternate": null, "range": [ - 6551, - 6675 + 6552, + 6676 ], "loc": { "start": { @@ -15354,8 +15354,8 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6489, - 6530 + 6490, + 6531 ], "loc": { "start": { @@ -15379,8 +15379,8 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6700, - 6711 + 6701, + 6712 ], "loc": { "start": { @@ -15400,8 +15400,8 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 6714, - 6729 + 6715, + 6730 ], "loc": { "start": { @@ -15418,8 +15418,8 @@ "type": "Identifier", "name": "j", "range": [ - 6730, - 6731 + 6731, + 6732 ], "loc": { "start": { @@ -15433,8 +15433,8 @@ } }, "range": [ - 6714, - 6732 + 6715, + 6733 ], "loc": { "start": { @@ -15448,8 +15448,8 @@ } }, "range": [ - 6700, - 6732 + 6701, + 6733 ], "loc": { "start": { @@ -15465,8 +15465,8 @@ ], "kind": "let", "range": [ - 6696, - 6733 + 6697, + 6734 ], "loc": { "start": { @@ -15491,8 +15491,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6758, - 6760 + 6759, + 6761 ], "loc": { "start": { @@ -15509,8 +15509,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 6761, - 6774 + 6762, + 6775 ], "loc": { "start": { @@ -15524,8 +15524,8 @@ } }, "range": [ - 6758, - 6774 + 6759, + 6775 ], "loc": { "start": { @@ -15545,8 +15545,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6778, - 6780 + 6779, + 6781 ], "loc": { "start": { @@ -15563,8 +15563,8 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 6781, - 6803 + 6782, + 6804 ], "loc": { "start": { @@ -15578,8 +15578,8 @@ } }, "range": [ - 6778, - 6803 + 6779, + 6804 ], "loc": { "start": { @@ -15593,8 +15593,8 @@ } }, "range": [ - 6758, - 6803 + 6759, + 6804 ], "loc": { "start": { @@ -15619,8 +15619,8 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6836, - 6847 + 6837, + 6848 ], "loc": { "start": { @@ -15635,8 +15635,8 @@ }, "prefix": true, "range": [ - 6835, - 6847 + 6836, + 6848 ], "loc": { "start": { @@ -15661,8 +15661,8 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6879, - 6890 + 6880, + 6891 ], "loc": { "start": { @@ -15684,8 +15684,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6893, - 6895 + 6894, + 6896 ], "loc": { "start": { @@ -15702,8 +15702,8 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 6896, - 6914 + 6897, + 6915 ], "loc": { "start": { @@ -15717,8 +15717,8 @@ } }, "range": [ - 6893, - 6914 + 6894, + 6915 ], "loc": { "start": { @@ -15736,8 +15736,8 @@ "type": "Identifier", "name": "j", "range": [ - 6915, - 6916 + 6916, + 6917 ], "loc": { "start": { @@ -15752,8 +15752,8 @@ } ], "range": [ - 6893, - 6917 + 6894, + 6918 ], "loc": { "start": { @@ -15767,8 +15767,8 @@ } }, "range": [ - 6879, - 6917 + 6880, + 6918 ], "loc": { "start": { @@ -15782,8 +15782,8 @@ } }, "range": [ - 6879, - 6918 + 6880, + 6919 ], "loc": { "start": { @@ -15798,8 +15798,8 @@ } ], "range": [ - 6849, - 6944 + 6850, + 6945 ], "loc": { "start": { @@ -15814,8 +15814,8 @@ }, "alternate": null, "range": [ - 6831, - 6944 + 6832, + 6945 ], "loc": { "start": { @@ -15845,8 +15845,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 6974, - 6977 + 6975, + 6978 ], "loc": { "start": { @@ -15863,8 +15863,8 @@ "type": "Identifier", "name": "has", "range": [ - 6978, - 6981 + 6979, + 6982 ], "loc": { "start": { @@ -15878,8 +15878,8 @@ } }, "range": [ - 6974, - 6981 + 6975, + 6982 ], "loc": { "start": { @@ -15897,8 +15897,8 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6982, - 6993 + 6983, + 6994 ], "loc": { "start": { @@ -15915,8 +15915,8 @@ "type": "Identifier", "name": "cellString", "range": [ - 6995, - 7005 + 6996, + 7006 ], "loc": { "start": { @@ -15936,8 +15936,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7007, - 7009 + 7008, + 7010 ], "loc": { "start": { @@ -15954,8 +15954,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7010, - 7019 + 7011, + 7020 ], "loc": { "start": { @@ -15969,8 +15969,8 @@ } }, "range": [ - 7007, - 7019 + 7008, + 7020 ], "loc": { "start": { @@ -15985,8 +15985,8 @@ } ], "range": [ - 6974, - 7020 + 6975, + 7021 ], "loc": { "start": { @@ -16001,8 +16001,8 @@ }, "prefix": true, "range": [ - 6973, - 7020 + 6974, + 7021 ], "loc": { "start": { @@ -16027,8 +16027,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 7053, - 7056 + 7054, + 7057 ], "loc": { "start": { @@ -16045,8 +16045,8 @@ "type": "Identifier", "name": "has", "range": [ - 7057, - 7060 + 7058, + 7061 ], "loc": { "start": { @@ -16060,8 +16060,8 @@ } }, "range": [ - 7053, - 7060 + 7054, + 7061 ], "loc": { "start": { @@ -16081,8 +16081,8 @@ "object": { "type": "ThisExpression", "range": [ - 7061, - 7065 + 7062, + 7066 ], "loc": { "start": { @@ -16099,8 +16099,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7066, - 7078 + 7067, + 7079 ], "loc": { "start": { @@ -16114,8 +16114,8 @@ } }, "range": [ - 7061, - 7078 + 7062, + 7079 ], "loc": { "start": { @@ -16132,8 +16132,8 @@ "type": "Identifier", "name": "cellString", "range": [ - 7112, - 7122 + 7113, + 7123 ], "loc": { "start": { @@ -16153,8 +16153,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7124, - 7126 + 7125, + 7127 ], "loc": { "start": { @@ -16171,8 +16171,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7127, - 7136 + 7128, + 7137 ], "loc": { "start": { @@ -16186,8 +16186,8 @@ } }, "range": [ - 7124, - 7136 + 7125, + 7137 ], "loc": { "start": { @@ -16202,8 +16202,8 @@ } ], "range": [ - 7053, - 7137 + 7054, + 7138 ], "loc": { "start": { @@ -16218,8 +16218,8 @@ }, "prefix": true, "range": [ - 7052, - 7137 + 7053, + 7138 ], "loc": { "start": { @@ -16233,8 +16233,8 @@ } }, "range": [ - 6973, - 7137 + 6974, + 7138 ], "loc": { "start": { @@ -16263,8 +16263,8 @@ "object": { "type": "ThisExpression", "range": [ - 7169, - 7173 + 7170, + 7174 ], "loc": { "start": { @@ -16281,8 +16281,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7174, - 7186 + 7175, + 7187 ], "loc": { "start": { @@ -16296,8 +16296,8 @@ } }, "range": [ - 7169, - 7186 + 7170, + 7187 ], "loc": { "start": { @@ -16314,8 +16314,8 @@ "type": "Identifier", "name": "push", "range": [ - 7187, - 7191 + 7188, + 7192 ], "loc": { "start": { @@ -16329,8 +16329,8 @@ } }, "range": [ - 7169, - 7191 + 7170, + 7192 ], "loc": { "start": { @@ -16348,8 +16348,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 7192, - 7200 + 7193, + 7201 ], "loc": { "start": { @@ -16364,8 +16364,8 @@ } ], "range": [ - 7169, - 7201 + 7170, + 7202 ], "loc": { "start": { @@ -16379,8 +16379,8 @@ } }, "range": [ - 7169, - 7202 + 7170, + 7203 ], "loc": { "start": { @@ -16395,8 +16395,8 @@ } ], "range": [ - 7139, - 7228 + 7140, + 7229 ], "loc": { "start": { @@ -16411,8 +16411,8 @@ }, "alternate": null, "range": [ - 6969, - 7228 + 6970, + 7229 ], "loc": { "start": { @@ -16427,8 +16427,8 @@ } ], "range": [ - 6805, - 7250 + 6806, + 7251 ], "loc": { "start": { @@ -16443,8 +16443,8 @@ }, "alternate": null, "range": [ - 6754, - 7250 + 6755, + 7251 ], "loc": { "start": { @@ -16459,8 +16459,8 @@ } ], "range": [ - 6288, - 7268 + 6289, + 7269 ], "loc": { "start": { @@ -16475,8 +16475,8 @@ }, "alternate": null, "range": [ - 5786, - 7268 + 5787, + 7269 ], "loc": { "start": { @@ -16493,8 +16493,8 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell :)", "range": [ - 5732, - 5769 + 5733, + 5770 ], "loc": { "start": { @@ -16511,8 +16511,8 @@ } ], "range": [ - 5714, - 7282 + 5715, + 7283 ], "loc": { "start": { @@ -16526,8 +16526,8 @@ } }, "range": [ - 5681, - 7282 + 5682, + 7283 ], "loc": { "start": { @@ -16544,8 +16544,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5636, - 5668 + 5637, + 5669 ], "loc": { "start": { @@ -16562,8 +16562,8 @@ } ], "range": [ - 5186, - 7292 + 5187, + 7293 ], "loc": { "start": { @@ -16577,8 +16577,8 @@ } }, "range": [ - 5142, - 7292 + 5143, + 7293 ], "loc": { "start": { @@ -16595,8 +16595,8 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7302, - 7327 + 7303, + 7328 ], "loc": { "start": { @@ -16619,8 +16619,8 @@ "object": { "type": "ThisExpression", "range": [ - 7340, - 7344 + 7341, + 7345 ], "loc": { "start": { @@ -16637,8 +16637,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7345, - 7353 + 7346, + 7354 ], "loc": { "start": { @@ -16652,8 +16652,8 @@ } }, "range": [ - 7340, - 7353 + 7341, + 7354 ], "loc": { "start": { @@ -16678,8 +16678,8 @@ "type": "Identifier", "name": "customValues", "range": [ - 7373, - 7385 + 7374, + 7386 ], "loc": { "start": { @@ -16701,8 +16701,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7388, - 7390 + 7389, + 7391 ], "loc": { "start": { @@ -16719,8 +16719,8 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 7391, - 7407 + 7392, + 7408 ], "loc": { "start": { @@ -16734,8 +16734,8 @@ } }, "range": [ - 7388, - 7407 + 7389, + 7408 ], "loc": { "start": { @@ -16753,8 +16753,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7408, - 7416 + 7409, + 7417 ], "loc": { "start": { @@ -16769,8 +16769,8 @@ } ], "range": [ - 7388, - 7417 + 7389, + 7418 ], "loc": { "start": { @@ -16784,8 +16784,8 @@ } }, "range": [ - 7373, - 7417 + 7374, + 7418 ], "loc": { "start": { @@ -16801,8 +16801,8 @@ ], "kind": "let", "range": [ - 7369, - 7418 + 7370, + 7419 ], "loc": { "start": { @@ -16826,8 +16826,8 @@ "object": { "type": "ThisExpression", "range": [ - 7431, - 7435 + 7432, + 7436 ], "loc": { "start": { @@ -16844,8 +16844,8 @@ "type": "Identifier", "name": "opts", "range": [ - 7436, - 7440 + 7437, + 7441 ], "loc": { "start": { @@ -16859,8 +16859,8 @@ } }, "range": [ - 7431, - 7440 + 7432, + 7441 ], "loc": { "start": { @@ -16880,8 +16880,8 @@ "type": "Identifier", "name": "customValues", "range": [ - 7443, - 7455 + 7444, + 7456 ], "loc": { "start": { @@ -16899,8 +16899,8 @@ "value": 0, "raw": "0", "range": [ - 7456, - 7457 + 7457, + 7458 ], "loc": { "start": { @@ -16914,8 +16914,8 @@ } }, "range": [ - 7443, - 7458 + 7444, + 7459 ], "loc": { "start": { @@ -16929,8 +16929,8 @@ } }, "range": [ - 7431, - 7458 + 7432, + 7459 ], "loc": { "start": { @@ -16944,8 +16944,8 @@ } }, "range": [ - 7431, - 7459 + 7432, + 7460 ], "loc": { "start": { @@ -16969,8 +16969,8 @@ "object": { "type": "ThisExpression", "range": [ - 7472, - 7476 + 7473, + 7477 ], "loc": { "start": { @@ -16987,8 +16987,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 7477, - 7484 + 7478, + 7485 ], "loc": { "start": { @@ -17002,8 +17002,8 @@ } }, "range": [ - 7472, - 7484 + 7473, + 7485 ], "loc": { "start": { @@ -17023,8 +17023,8 @@ "type": "Identifier", "name": "customValues", "range": [ - 7487, - 7499 + 7488, + 7500 ], "loc": { "start": { @@ -17042,8 +17042,8 @@ "value": 1, "raw": "1", "range": [ - 7500, - 7501 + 7501, + 7502 ], "loc": { "start": { @@ -17057,8 +17057,8 @@ } }, "range": [ - 7487, - 7502 + 7488, + 7503 ], "loc": { "start": { @@ -17072,8 +17072,8 @@ } }, "range": [ - 7472, - 7502 + 7473, + 7503 ], "loc": { "start": { @@ -17087,8 +17087,8 @@ } }, "range": [ - 7472, - 7503 + 7473, + 7504 ], "loc": { "start": { @@ -17103,8 +17103,8 @@ } ], "range": [ - 7355, - 7513 + 7356, + 7514 ], "loc": { "start": { @@ -17119,8 +17119,8 @@ }, "alternate": null, "range": [ - 7336, - 7513 + 7337, + 7514 ], "loc": { "start": { @@ -17137,8 +17137,8 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7302, - 7327 + 7303, + 7328 ], "loc": { "start": { @@ -17165,8 +17165,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7527, - 7529 + 7528, + 7530 ], "loc": { "start": { @@ -17183,8 +17183,8 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 7530, - 7537 + 7531, + 7538 ], "loc": { "start": { @@ -17198,8 +17198,8 @@ } }, "range": [ - 7527, - 7537 + 7528, + 7538 ], "loc": { "start": { @@ -17221,8 +17221,8 @@ "object": { "type": "ThisExpression", "range": [ - 7542, - 7546 + 7543, + 7547 ], "loc": { "start": { @@ -17239,8 +17239,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7547, - 7555 + 7548, + 7556 ], "loc": { "start": { @@ -17254,8 +17254,8 @@ } }, "range": [ - 7542, - 7555 + 7543, + 7556 ], "loc": { "start": { @@ -17270,8 +17270,8 @@ }, "prefix": true, "range": [ - 7541, - 7555 + 7542, + 7556 ], "loc": { "start": { @@ -17285,8 +17285,8 @@ } }, "range": [ - 7527, - 7555 + 7528, + 7556 ], "loc": { "start": { @@ -17314,8 +17314,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7576, - 7578 + 7577, + 7579 ], "loc": { "start": { @@ -17332,8 +17332,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7579, - 7588 + 7580, + 7589 ], "loc": { "start": { @@ -17347,8 +17347,8 @@ } }, "range": [ - 7576, - 7588 + 7577, + 7589 ], "loc": { "start": { @@ -17363,8 +17363,8 @@ }, "prefix": true, "range": [ - 7575, - 7588 + 7576, + 7589 ], "loc": { "start": { @@ -17393,8 +17393,8 @@ "object": { "type": "ThisExpression", "range": [ - 7608, - 7612 + 7609, + 7613 ], "loc": { "start": { @@ -17411,8 +17411,8 @@ "type": "Identifier", "name": "opts", "range": [ - 7613, - 7617 + 7614, + 7618 ], "loc": { "start": { @@ -17426,8 +17426,8 @@ } }, "range": [ - 7608, - 7617 + 7609, + 7618 ], "loc": { "start": { @@ -17444,8 +17444,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7618, - 7622 + 7619, + 7623 ], "loc": { "start": { @@ -17459,8 +17459,8 @@ } }, "range": [ - 7608, - 7622 + 7609, + 7623 ], "loc": { "start": { @@ -17481,8 +17481,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 7623, - 7627 + 7624, + 7628 ], "loc": { "start": { @@ -17499,8 +17499,8 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7628, - 7638 + 7629, + 7639 ], "loc": { "start": { @@ -17514,8 +17514,8 @@ } }, "range": [ - 7623, - 7638 + 7624, + 7639 ], "loc": { "start": { @@ -17530,8 +17530,8 @@ } ], "range": [ - 7608, - 7639 + 7609, + 7640 ], "loc": { "start": { @@ -17545,8 +17545,8 @@ } }, "range": [ - 7608, - 7640 + 7609, + 7641 ], "loc": { "start": { @@ -17567,8 +17567,8 @@ "object": { "type": "ThisExpression", "range": [ - 7661, - 7665 + 7662, + 7666 ], "loc": { "start": { @@ -17585,8 +17585,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7666, - 7678 + 7667, + 7679 ], "loc": { "start": { @@ -17600,8 +17600,8 @@ } }, "range": [ - 7661, - 7678 + 7662, + 7679 ], "loc": { "start": { @@ -17630,8 +17630,8 @@ "object": { "type": "ThisExpression", "range": [ - 7702, - 7706 + 7703, + 7707 ], "loc": { "start": { @@ -17648,8 +17648,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7707, - 7719 + 7708, + 7720 ], "loc": { "start": { @@ -17663,8 +17663,8 @@ } }, "range": [ - 7702, - 7719 + 7703, + 7720 ], "loc": { "start": { @@ -17681,8 +17681,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7720, - 7724 + 7721, + 7725 ], "loc": { "start": { @@ -17696,8 +17696,8 @@ } }, "range": [ - 7702, - 7724 + 7703, + 7725 ], "loc": { "start": { @@ -17718,8 +17718,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 7725, - 7729 + 7726, + 7730 ], "loc": { "start": { @@ -17736,8 +17736,8 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7730, - 7740 + 7731, + 7741 ], "loc": { "start": { @@ -17751,8 +17751,8 @@ } }, "range": [ - 7725, - 7740 + 7726, + 7741 ], "loc": { "start": { @@ -17767,8 +17767,8 @@ } ], "range": [ - 7702, - 7741 + 7703, + 7742 ], "loc": { "start": { @@ -17782,8 +17782,8 @@ } }, "range": [ - 7702, - 7742 + 7703, + 7743 ], "loc": { "start": { @@ -17798,8 +17798,8 @@ } ], "range": [ - 7680, - 7760 + 7681, + 7761 ], "loc": { "start": { @@ -17814,8 +17814,8 @@ }, "alternate": null, "range": [ - 7657, - 7760 + 7658, + 7761 ], "loc": { "start": { @@ -17830,8 +17830,8 @@ } ], "range": [ - 7590, - 7774 + 7591, + 7775 ], "loc": { "start": { @@ -17860,8 +17860,8 @@ "object": { "type": "ThisExpression", "range": [ - 7798, - 7802 + 7799, + 7803 ], "loc": { "start": { @@ -17878,8 +17878,8 @@ "type": "Identifier", "name": "opts", "range": [ - 7803, - 7807 + 7804, + 7808 ], "loc": { "start": { @@ -17893,8 +17893,8 @@ } }, "range": [ - 7798, - 7807 + 7799, + 7808 ], "loc": { "start": { @@ -17911,8 +17911,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7808, - 7812 + 7809, + 7813 ], "loc": { "start": { @@ -17926,8 +17926,8 @@ } }, "range": [ - 7798, - 7812 + 7799, + 7813 ], "loc": { "start": { @@ -17942,8 +17942,8 @@ }, "arguments": [], "range": [ - 7798, - 7814 + 7799, + 7815 ], "loc": { "start": { @@ -17957,8 +17957,8 @@ } }, "range": [ - 7798, - 7815 + 7799, + 7816 ], "loc": { "start": { @@ -17979,8 +17979,8 @@ "object": { "type": "ThisExpression", "range": [ - 7836, - 7840 + 7837, + 7841 ], "loc": { "start": { @@ -17997,8 +17997,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7841, - 7853 + 7842, + 7854 ], "loc": { "start": { @@ -18012,8 +18012,8 @@ } }, "range": [ - 7836, - 7853 + 7837, + 7854 ], "loc": { "start": { @@ -18042,8 +18042,8 @@ "object": { "type": "ThisExpression", "range": [ - 7877, - 7881 + 7878, + 7882 ], "loc": { "start": { @@ -18060,8 +18060,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7882, - 7894 + 7883, + 7895 ], "loc": { "start": { @@ -18075,8 +18075,8 @@ } }, "range": [ - 7877, - 7894 + 7878, + 7895 ], "loc": { "start": { @@ -18093,8 +18093,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7895, - 7899 + 7896, + 7900 ], "loc": { "start": { @@ -18108,8 +18108,8 @@ } }, "range": [ - 7877, - 7899 + 7878, + 7900 ], "loc": { "start": { @@ -18124,8 +18124,8 @@ }, "arguments": [], "range": [ - 7877, - 7901 + 7878, + 7902 ], "loc": { "start": { @@ -18139,8 +18139,8 @@ } }, "range": [ - 7877, - 7902 + 7878, + 7903 ], "loc": { "start": { @@ -18155,8 +18155,8 @@ } ], "range": [ - 7855, - 7920 + 7856, + 7921 ], "loc": { "start": { @@ -18171,8 +18171,8 @@ }, "alternate": null, "range": [ - 7832, - 7920 + 7833, + 7921 ], "loc": { "start": { @@ -18187,8 +18187,8 @@ } ], "range": [ - 7780, - 7934 + 7781, + 7935 ], "loc": { "start": { @@ -18202,8 +18202,8 @@ } }, "range": [ - 7571, - 7934 + 7572, + 7935 ], "loc": { "start": { @@ -18218,8 +18218,8 @@ } ], "range": [ - 7557, - 7944 + 7558, + 7945 ], "loc": { "start": { @@ -18234,8 +18234,8 @@ }, "alternate": null, "range": [ - 7523, - 7944 + 7524, + 7945 ], "loc": { "start": { @@ -18252,8 +18252,8 @@ "type": "Line", "value": "asc sort", "range": [ - 7953, - 7963 + 7954, + 7964 ], "loc": { "start": { @@ -18285,8 +18285,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7976, - 7978 + 7977, + 7979 ], "loc": { "start": { @@ -18303,8 +18303,8 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 7979, - 7989 + 7980, + 7990 ], "loc": { "start": { @@ -18318,8 +18318,8 @@ } }, "range": [ - 7976, - 7989 + 7977, + 7990 ], "loc": { "start": { @@ -18336,8 +18336,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 7990, - 7997 + 7991, + 7998 ], "loc": { "start": { @@ -18351,8 +18351,8 @@ } }, "range": [ - 7976, - 7997 + 7977, + 7998 ], "loc": { "start": { @@ -18370,8 +18370,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7998, - 8006 + 7999, + 8007 ], "loc": { "start": { @@ -18386,8 +18386,8 @@ } ], "range": [ - 7976, - 8007 + 7977, + 8008 ], "loc": { "start": { @@ -18408,8 +18408,8 @@ "value": 1, "raw": "1", "range": [ - 8012, - 8013 + 8013, + 8014 ], "loc": { "start": { @@ -18424,8 +18424,8 @@ }, "prefix": true, "range": [ - 8011, - 8013 + 8012, + 8014 ], "loc": { "start": { @@ -18439,8 +18439,8 @@ } }, "range": [ - 7976, - 8013 + 7977, + 8014 ], "loc": { "start": { @@ -18474,8 +18474,8 @@ "object": { "type": "ThisExpression", "range": [ - 8051, - 8055 + 8052, + 8056 ], "loc": { "start": { @@ -18492,8 +18492,8 @@ "type": "Identifier", "name": "opts", "range": [ - 8056, - 8060 + 8057, + 8061 ], "loc": { "start": { @@ -18507,8 +18507,8 @@ } }, "range": [ - 8051, - 8060 + 8052, + 8061 ], "loc": { "start": { @@ -18525,8 +18525,8 @@ "type": "Identifier", "name": "sort", "range": [ - 8061, - 8065 + 8062, + 8066 ], "loc": { "start": { @@ -18540,8 +18540,8 @@ } }, "range": [ - 8051, - 8065 + 8052, + 8066 ], "loc": { "start": { @@ -18562,8 +18562,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 8066, - 8070 + 8067, + 8071 ], "loc": { "start": { @@ -18580,8 +18580,8 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 8071, - 8081 + 8072, + 8082 ], "loc": { "start": { @@ -18595,8 +18595,8 @@ } }, "range": [ - 8066, - 8081 + 8067, + 8082 ], "loc": { "start": { @@ -18611,8 +18611,8 @@ } ], "range": [ - 8051, - 8082 + 8052, + 8083 ], "loc": { "start": { @@ -18626,8 +18626,8 @@ } }, "range": [ - 8051, - 8083 + 8052, + 8084 ], "loc": { "start": { @@ -18648,8 +18648,8 @@ "object": { "type": "ThisExpression", "range": [ - 8104, - 8108 + 8105, + 8109 ], "loc": { "start": { @@ -18666,8 +18666,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8109, - 8121 + 8110, + 8122 ], "loc": { "start": { @@ -18681,8 +18681,8 @@ } }, "range": [ - 8104, - 8121 + 8105, + 8122 ], "loc": { "start": { @@ -18711,8 +18711,8 @@ "object": { "type": "ThisExpression", "range": [ - 8145, - 8149 + 8146, + 8150 ], "loc": { "start": { @@ -18729,8 +18729,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8150, - 8162 + 8151, + 8163 ], "loc": { "start": { @@ -18744,8 +18744,8 @@ } }, "range": [ - 8145, - 8162 + 8146, + 8163 ], "loc": { "start": { @@ -18762,8 +18762,8 @@ "type": "Identifier", "name": "sort", "range": [ - 8163, - 8167 + 8164, + 8168 ], "loc": { "start": { @@ -18777,8 +18777,8 @@ } }, "range": [ - 8145, - 8167 + 8146, + 8168 ], "loc": { "start": { @@ -18799,8 +18799,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 8168, - 8172 + 8169, + 8173 ], "loc": { "start": { @@ -18817,8 +18817,8 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 8173, - 8183 + 8174, + 8184 ], "loc": { "start": { @@ -18832,8 +18832,8 @@ } }, "range": [ - 8168, - 8183 + 8169, + 8184 ], "loc": { "start": { @@ -18848,8 +18848,8 @@ } ], "range": [ - 8145, - 8184 + 8146, + 8185 ], "loc": { "start": { @@ -18863,8 +18863,8 @@ } }, "range": [ - 8145, - 8185 + 8146, + 8186 ], "loc": { "start": { @@ -18879,8 +18879,8 @@ } ], "range": [ - 8123, - 8203 + 8124, + 8204 ], "loc": { "start": { @@ -18895,8 +18895,8 @@ }, "alternate": null, "range": [ - 8100, - 8203 + 8101, + 8204 ], "loc": { "start": { @@ -18917,8 +18917,8 @@ "object": { "type": "ThisExpression", "range": [ - 8224, - 8228 + 8225, + 8229 ], "loc": { "start": { @@ -18935,8 +18935,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 8229, - 8237 + 8230, + 8238 ], "loc": { "start": { @@ -18950,8 +18950,8 @@ } }, "range": [ - 8224, - 8237 + 8225, + 8238 ], "loc": { "start": { @@ -18980,8 +18980,8 @@ "object": { "type": "ThisExpression", "range": [ - 8261, - 8265 + 8262, + 8266 ], "loc": { "start": { @@ -18998,8 +18998,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 8266, - 8273 + 8267, + 8274 ], "loc": { "start": { @@ -19013,8 +19013,8 @@ } }, "range": [ - 8261, - 8273 + 8262, + 8274 ], "loc": { "start": { @@ -19031,8 +19031,8 @@ "type": "Identifier", "name": "sort", "range": [ - 8274, - 8278 + 8275, + 8279 ], "loc": { "start": { @@ -19046,8 +19046,8 @@ } }, "range": [ - 8261, - 8278 + 8262, + 8279 ], "loc": { "start": { @@ -19068,8 +19068,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 8279, - 8283 + 8280, + 8284 ], "loc": { "start": { @@ -19086,8 +19086,8 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 8284, - 8294 + 8285, + 8295 ], "loc": { "start": { @@ -19101,8 +19101,8 @@ } }, "range": [ - 8279, - 8294 + 8280, + 8295 ], "loc": { "start": { @@ -19117,8 +19117,8 @@ } ], "range": [ - 8261, - 8295 + 8262, + 8296 ], "loc": { "start": { @@ -19132,8 +19132,8 @@ } }, "range": [ - 8261, - 8296 + 8262, + 8297 ], "loc": { "start": { @@ -19148,8 +19148,8 @@ } ], "range": [ - 8239, - 8314 + 8240, + 8315 ], "loc": { "start": { @@ -19164,8 +19164,8 @@ }, "alternate": null, "range": [ - 8220, - 8314 + 8221, + 8315 ], "loc": { "start": { @@ -19180,8 +19180,8 @@ } ], "range": [ - 8033, - 8328 + 8034, + 8329 ], "loc": { "start": { @@ -19200,8 +19200,8 @@ "type": "Identifier", "name": "e", "range": [ - 8336, - 8337 + 8337, + 8338 ], "loc": { "start": { @@ -19225,8 +19225,8 @@ "type": "Identifier", "name": "Error", "range": [ - 8367, - 8372 + 8368, + 8373 ], "loc": { "start": { @@ -19254,8 +19254,8 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 8373, - 8383 + 8374, + 8384 ], "loc": { "start": { @@ -19272,8 +19272,8 @@ "type": "Identifier", "name": "replace", "range": [ - 8384, - 8391 + 8385, + 8392 ], "loc": { "start": { @@ -19287,8 +19287,8 @@ } }, "range": [ - 8373, - 8391 + 8374, + 8392 ], "loc": { "start": { @@ -19307,8 +19307,8 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 8392, - 8397 + 8393, + 8398 ], "loc": { "start": { @@ -19325,8 +19325,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8399, - 8407 + 8400, + 8408 ], "loc": { "start": { @@ -19341,8 +19341,8 @@ } ], "range": [ - 8373, - 8408 + 8374, + 8409 ], "loc": { "start": { @@ -19359,8 +19359,8 @@ "type": "Identifier", "name": "replace", "range": [ - 8430, - 8437 + 8431, + 8438 ], "loc": { "start": { @@ -19374,8 +19374,8 @@ } }, "range": [ - 8373, - 8437 + 8374, + 8438 ], "loc": { "start": { @@ -19394,8 +19394,8 @@ "value": "{1}", "raw": "'{1}'", "range": [ - 8438, - 8443 + 8439, + 8444 ], "loc": { "start": { @@ -19413,8 +19413,8 @@ "value": "ascending", "raw": "'ascending'", "range": [ - 8445, - 8456 + 8446, + 8457 ], "loc": { "start": { @@ -19429,8 +19429,8 @@ } ], "range": [ - 8373, - 8457 + 8374, + 8458 ], "loc": { "start": { @@ -19445,8 +19445,8 @@ } ], "range": [ - 8363, - 8458 + 8364, + 8459 ], "loc": { "start": { @@ -19460,8 +19460,8 @@ } }, "range": [ - 8357, - 8459 + 8358, + 8460 ], "loc": { "start": { @@ -19476,8 +19476,8 @@ } ], "range": [ - 8339, - 8473 + 8340, + 8474 ], "loc": { "start": { @@ -19491,8 +19491,8 @@ } }, "range": [ - 8329, - 8473 + 8330, + 8474 ], "loc": { "start": { @@ -19507,8 +19507,8 @@ }, "finalizer": null, "range": [ - 8029, - 8473 + 8030, + 8474 ], "loc": { "start": { @@ -19525,8 +19525,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8473, - 8512 + 8474, + 8513 ], "loc": { "start": { @@ -19543,8 +19543,8 @@ } ], "range": [ - 8015, - 8522 + 8016, + 8523 ], "loc": { "start": { @@ -19559,8 +19559,8 @@ }, "alternate": null, "range": [ - 7972, - 8522 + 7973, + 8523 ], "loc": { "start": { @@ -19577,8 +19577,8 @@ "type": "Line", "value": "asc sort", "range": [ - 7953, - 7963 + 7954, + 7964 ], "loc": { "start": { @@ -19597,8 +19597,8 @@ "type": "Line", "value": "desc sort", "range": [ - 8531, - 8542 + 8532, + 8543 ], "loc": { "start": { @@ -19630,8 +19630,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8555, - 8557 + 8556, + 8558 ], "loc": { "start": { @@ -19648,8 +19648,8 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 8558, - 8569 + 8559, + 8570 ], "loc": { "start": { @@ -19663,8 +19663,8 @@ } }, "range": [ - 8555, - 8569 + 8556, + 8570 ], "loc": { "start": { @@ -19681,8 +19681,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 8570, - 8577 + 8571, + 8578 ], "loc": { "start": { @@ -19696,8 +19696,8 @@ } }, "range": [ - 8555, - 8577 + 8556, + 8578 ], "loc": { "start": { @@ -19715,8 +19715,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8578, - 8586 + 8579, + 8587 ], "loc": { "start": { @@ -19731,8 +19731,8 @@ } ], "range": [ - 8555, - 8587 + 8556, + 8588 ], "loc": { "start": { @@ -19753,8 +19753,8 @@ "value": 1, "raw": "1", "range": [ - 8592, - 8593 + 8593, + 8594 ], "loc": { "start": { @@ -19769,8 +19769,8 @@ }, "prefix": true, "range": [ - 8591, - 8593 + 8592, + 8594 ], "loc": { "start": { @@ -19784,8 +19784,8 @@ } }, "range": [ - 8555, - 8593 + 8556, + 8594 ], "loc": { "start": { @@ -19819,8 +19819,8 @@ "object": { "type": "ThisExpression", "range": [ - 8631, - 8635 + 8632, + 8636 ], "loc": { "start": { @@ -19837,8 +19837,8 @@ "type": "Identifier", "name": "opts", "range": [ - 8636, - 8640 + 8637, + 8641 ], "loc": { "start": { @@ -19852,8 +19852,8 @@ } }, "range": [ - 8631, - 8640 + 8632, + 8641 ], "loc": { "start": { @@ -19870,8 +19870,8 @@ "type": "Identifier", "name": "sort", "range": [ - 8641, - 8645 + 8642, + 8646 ], "loc": { "start": { @@ -19885,8 +19885,8 @@ } }, "range": [ - 8631, - 8645 + 8632, + 8646 ], "loc": { "start": { @@ -19907,8 +19907,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 8646, - 8650 + 8647, + 8651 ], "loc": { "start": { @@ -19925,8 +19925,8 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8651, - 8662 + 8652, + 8663 ], "loc": { "start": { @@ -19940,8 +19940,8 @@ } }, "range": [ - 8646, - 8662 + 8647, + 8663 ], "loc": { "start": { @@ -19956,8 +19956,8 @@ } ], "range": [ - 8631, - 8663 + 8632, + 8664 ], "loc": { "start": { @@ -19971,8 +19971,8 @@ } }, "range": [ - 8631, - 8664 + 8632, + 8665 ], "loc": { "start": { @@ -19993,8 +19993,8 @@ "object": { "type": "ThisExpression", "range": [ - 8685, - 8689 + 8686, + 8690 ], "loc": { "start": { @@ -20011,8 +20011,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8690, - 8702 + 8691, + 8703 ], "loc": { "start": { @@ -20026,8 +20026,8 @@ } }, "range": [ - 8685, - 8702 + 8686, + 8703 ], "loc": { "start": { @@ -20056,8 +20056,8 @@ "object": { "type": "ThisExpression", "range": [ - 8726, - 8730 + 8727, + 8731 ], "loc": { "start": { @@ -20074,8 +20074,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8731, - 8743 + 8732, + 8744 ], "loc": { "start": { @@ -20089,8 +20089,8 @@ } }, "range": [ - 8726, - 8743 + 8727, + 8744 ], "loc": { "start": { @@ -20107,8 +20107,8 @@ "type": "Identifier", "name": "sort", "range": [ - 8744, - 8748 + 8745, + 8749 ], "loc": { "start": { @@ -20122,8 +20122,8 @@ } }, "range": [ - 8726, - 8748 + 8727, + 8749 ], "loc": { "start": { @@ -20144,8 +20144,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 8749, - 8753 + 8750, + 8754 ], "loc": { "start": { @@ -20162,8 +20162,8 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8754, - 8765 + 8755, + 8766 ], "loc": { "start": { @@ -20177,8 +20177,8 @@ } }, "range": [ - 8749, - 8765 + 8750, + 8766 ], "loc": { "start": { @@ -20193,8 +20193,8 @@ } ], "range": [ - 8726, - 8766 + 8727, + 8767 ], "loc": { "start": { @@ -20208,8 +20208,8 @@ } }, "range": [ - 8726, - 8767 + 8727, + 8768 ], "loc": { "start": { @@ -20224,8 +20224,8 @@ } ], "range": [ - 8704, - 8785 + 8705, + 8786 ], "loc": { "start": { @@ -20240,8 +20240,8 @@ }, "alternate": null, "range": [ - 8681, - 8785 + 8682, + 8786 ], "loc": { "start": { @@ -20262,8 +20262,8 @@ "object": { "type": "ThisExpression", "range": [ - 8806, - 8810 + 8807, + 8811 ], "loc": { "start": { @@ -20280,8 +20280,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 8811, - 8819 + 8812, + 8820 ], "loc": { "start": { @@ -20295,8 +20295,8 @@ } }, "range": [ - 8806, - 8819 + 8807, + 8820 ], "loc": { "start": { @@ -20325,8 +20325,8 @@ "object": { "type": "ThisExpression", "range": [ - 8843, - 8847 + 8844, + 8848 ], "loc": { "start": { @@ -20343,8 +20343,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 8848, - 8855 + 8849, + 8856 ], "loc": { "start": { @@ -20358,8 +20358,8 @@ } }, "range": [ - 8843, - 8855 + 8844, + 8856 ], "loc": { "start": { @@ -20376,8 +20376,8 @@ "type": "Identifier", "name": "sort", "range": [ - 8856, - 8860 + 8857, + 8861 ], "loc": { "start": { @@ -20391,8 +20391,8 @@ } }, "range": [ - 8843, - 8860 + 8844, + 8861 ], "loc": { "start": { @@ -20413,8 +20413,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 8861, - 8865 + 8862, + 8866 ], "loc": { "start": { @@ -20431,8 +20431,8 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8866, - 8877 + 8867, + 8878 ], "loc": { "start": { @@ -20446,8 +20446,8 @@ } }, "range": [ - 8861, - 8877 + 8862, + 8878 ], "loc": { "start": { @@ -20462,8 +20462,8 @@ } ], "range": [ - 8843, - 8878 + 8844, + 8879 ], "loc": { "start": { @@ -20477,8 +20477,8 @@ } }, "range": [ - 8843, - 8879 + 8844, + 8880 ], "loc": { "start": { @@ -20493,8 +20493,8 @@ } ], "range": [ - 8821, - 8897 + 8822, + 8898 ], "loc": { "start": { @@ -20509,8 +20509,8 @@ }, "alternate": null, "range": [ - 8802, - 8897 + 8803, + 8898 ], "loc": { "start": { @@ -20525,8 +20525,8 @@ } ], "range": [ - 8613, - 8911 + 8614, + 8912 ], "loc": { "start": { @@ -20545,8 +20545,8 @@ "type": "Identifier", "name": "e", "range": [ - 8919, - 8920 + 8920, + 8921 ], "loc": { "start": { @@ -20570,8 +20570,8 @@ "type": "Identifier", "name": "Error", "range": [ - 8950, - 8955 + 8951, + 8956 ], "loc": { "start": { @@ -20599,8 +20599,8 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 8956, - 8966 + 8957, + 8967 ], "loc": { "start": { @@ -20617,8 +20617,8 @@ "type": "Identifier", "name": "replace", "range": [ - 8967, - 8974 + 8968, + 8975 ], "loc": { "start": { @@ -20632,8 +20632,8 @@ } }, "range": [ - 8956, - 8974 + 8957, + 8975 ], "loc": { "start": { @@ -20652,8 +20652,8 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 8975, - 8980 + 8976, + 8981 ], "loc": { "start": { @@ -20670,8 +20670,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8982, - 8990 + 8983, + 8991 ], "loc": { "start": { @@ -20686,8 +20686,8 @@ } ], "range": [ - 8956, - 8991 + 8957, + 8992 ], "loc": { "start": { @@ -20704,8 +20704,8 @@ "type": "Identifier", "name": "replace", "range": [ - 9013, - 9020 + 9014, + 9021 ], "loc": { "start": { @@ -20719,8 +20719,8 @@ } }, "range": [ - 8956, - 9020 + 8957, + 9021 ], "loc": { "start": { @@ -20739,8 +20739,8 @@ "value": "{1}", "raw": "'{1}'", "range": [ - 9021, - 9026 + 9022, + 9027 ], "loc": { "start": { @@ -20758,8 +20758,8 @@ "value": "descending", "raw": "'descending'", "range": [ - 9028, - 9040 + 9029, + 9041 ], "loc": { "start": { @@ -20774,8 +20774,8 @@ } ], "range": [ - 8956, - 9041 + 8957, + 9042 ], "loc": { "start": { @@ -20790,8 +20790,8 @@ } ], "range": [ - 8946, - 9042 + 8947, + 9043 ], "loc": { "start": { @@ -20805,8 +20805,8 @@ } }, "range": [ - 8940, - 9043 + 8941, + 9044 ], "loc": { "start": { @@ -20821,8 +20821,8 @@ } ], "range": [ - 8922, - 9057 + 8923, + 9058 ], "loc": { "start": { @@ -20836,8 +20836,8 @@ } }, "range": [ - 8912, - 9057 + 8913, + 9058 ], "loc": { "start": { @@ -20852,8 +20852,8 @@ }, "finalizer": null, "range": [ - 8609, - 9057 + 8610, + 9058 ], "loc": { "start": { @@ -20870,8 +20870,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9057, - 9096 + 9058, + 9097 ], "loc": { "start": { @@ -20888,8 +20888,8 @@ } ], "range": [ - 8595, - 9106 + 8596, + 9107 ], "loc": { "start": { @@ -20904,8 +20904,8 @@ }, "alternate": null, "range": [ - 8551, - 9106 + 8552, + 9107 ], "loc": { "start": { @@ -20922,8 +20922,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8473, - 8512 + 8474, + 8513 ], "loc": { "start": { @@ -20940,8 +20940,8 @@ "type": "Line", "value": "desc sort", "range": [ - 8531, - 8542 + 8532, + 8543 ], "loc": { "start": { @@ -20966,8 +20966,8 @@ "object": { "type": "ThisExpression", "range": [ - 9116, - 9120 + 9117, + 9121 ], "loc": { "start": { @@ -20984,8 +20984,8 @@ "type": "Identifier", "name": "addChecks", "range": [ - 9121, - 9130 + 9122, + 9131 ], "loc": { "start": { @@ -20999,8 +20999,8 @@ } }, "range": [ - 9116, - 9130 + 9117, + 9131 ], "loc": { "start": { @@ -21018,8 +21018,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9131, - 9139 + 9132, + 9140 ], "loc": { "start": { @@ -21036,8 +21036,8 @@ "type": "Identifier", "name": "ul", "range": [ - 9141, - 9143 + 9142, + 9144 ], "loc": { "start": { @@ -21052,8 +21052,8 @@ } ], "range": [ - 9116, - 9144 + 9117, + 9145 ], "loc": { "start": { @@ -21067,8 +21067,8 @@ } }, "range": [ - 9116, - 9145 + 9117, + 9146 ], "loc": { "start": { @@ -21085,8 +21085,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9057, - 9096 + 9058, + 9097 ], "loc": { "start": { @@ -21110,8 +21110,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9159, - 9161 + 9160, + 9162 ], "loc": { "start": { @@ -21128,8 +21128,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 9162, - 9177 + 9163, + 9178 ], "loc": { "start": { @@ -21143,8 +21143,8 @@ } }, "range": [ - 9159, - 9177 + 9160, + 9178 ], "loc": { "start": { @@ -21172,8 +21172,8 @@ "type": "Identifier", "name": "flt", "range": [ - 9193, - 9196 + 9194, + 9197 ], "loc": { "start": { @@ -21190,8 +21190,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 9197, - 9206 + 9198, + 9207 ], "loc": { "start": { @@ -21205,8 +21205,8 @@ } }, "range": [ - 9193, - 9206 + 9194, + 9207 ], "loc": { "start": { @@ -21224,8 +21224,8 @@ "value": "", "raw": "''", "range": [ - 9209, - 9211 + 9210, + 9212 ], "loc": { "start": { @@ -21239,8 +21239,8 @@ } }, "range": [ - 9193, - 9211 + 9194, + 9212 ], "loc": { "start": { @@ -21254,8 +21254,8 @@ } }, "range": [ - 9193, - 9212 + 9194, + 9213 ], "loc": { "start": { @@ -21270,8 +21270,8 @@ } ], "range": [ - 9179, - 9222 + 9180, + 9223 ], "loc": { "start": { @@ -21286,8 +21286,8 @@ }, "alternate": null, "range": [ - 9155, - 9222 + 9156, + 9223 ], "loc": { "start": { @@ -21311,8 +21311,8 @@ "type": "Identifier", "name": "flt", "range": [ - 9231, - 9234 + 9232, + 9235 ], "loc": { "start": { @@ -21329,8 +21329,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 9235, - 9246 + 9236, + 9247 ], "loc": { "start": { @@ -21344,8 +21344,8 @@ } }, "range": [ - 9231, - 9246 + 9232, + 9247 ], "loc": { "start": { @@ -21363,8 +21363,8 @@ "type": "Identifier", "name": "ul", "range": [ - 9247, - 9249 + 9248, + 9250 ], "loc": { "start": { @@ -21379,8 +21379,8 @@ } ], "range": [ - 9231, - 9250 + 9232, + 9251 ], "loc": { "start": { @@ -21394,8 +21394,8 @@ } }, "range": [ - 9231, - 9251 + 9232, + 9252 ], "loc": { "start": { @@ -21419,8 +21419,8 @@ "type": "Identifier", "name": "flt", "range": [ - 9260, - 9263 + 9261, + 9264 ], "loc": { "start": { @@ -21437,8 +21437,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 9264, - 9276 + 9265, + 9277 ], "loc": { "start": { @@ -21452,8 +21452,8 @@ } }, "range": [ - 9260, - 9276 + 9261, + 9277 ], "loc": { "start": { @@ -21472,8 +21472,8 @@ "value": "filled", "raw": "'filled'", "range": [ - 9277, - 9285 + 9278, + 9286 ], "loc": { "start": { @@ -21491,8 +21491,8 @@ "value": "1", "raw": "'1'", "range": [ - 9287, - 9290 + 9288, + 9291 ], "loc": { "start": { @@ -21507,8 +21507,8 @@ } ], "range": [ - 9260, - 9291 + 9261, + 9292 ], "loc": { "start": { @@ -21522,8 +21522,8 @@ } }, "range": [ - 9260, - 9292 + 9261, + 9293 ], "loc": { "start": { @@ -21549,8 +21549,8 @@ "object": { "type": "ThisExpression", "range": [ - 9302, - 9306 + 9303, + 9307 ], "loc": { "start": { @@ -21567,8 +21567,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 9307, - 9314 + 9308, + 9315 ], "loc": { "start": { @@ -21582,8 +21582,8 @@ } }, "range": [ - 9302, - 9314 + 9303, + 9315 ], "loc": { "start": { @@ -21600,8 +21600,8 @@ "type": "Identifier", "name": "emit", "range": [ - 9315, - 9319 + 9316, + 9320 ], "loc": { "start": { @@ -21615,8 +21615,8 @@ } }, "range": [ - 9302, - 9319 + 9303, + 9320 ], "loc": { "start": { @@ -21635,8 +21635,8 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 9320, - 9345 + 9321, + 9346 ], "loc": { "start": { @@ -21653,8 +21653,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9347, - 9349 + 9348, + 9350 ], "loc": { "start": { @@ -21671,8 +21671,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9351, - 9359 + 9352, + 9360 ], "loc": { "start": { @@ -21689,8 +21689,8 @@ "type": "Identifier", "name": "flt", "range": [ - 9361, - 9364 + 9362, + 9365 ], "loc": { "start": { @@ -21705,8 +21705,8 @@ } ], "range": [ - 9302, - 9365 + 9303, + 9366 ], "loc": { "start": { @@ -21720,8 +21720,8 @@ } }, "range": [ - 9302, - 9366 + 9303, + 9367 ], "loc": { "start": { @@ -21736,8 +21736,8 @@ } ], "range": [ - 4216, - 9372 + 4217, + 9373 ], "loc": { "start": { @@ -21753,8 +21753,8 @@ "generator": false, "expression": false, "range": [ - 4205, - 9372 + 4206, + 9373 ], "loc": { "start": { @@ -21770,8 +21770,8 @@ "kind": "method", "computed": false, "range": [ - 4200, - 9372 + 4201, + 9373 ], "loc": { "start": { @@ -21788,8 +21788,8 @@ "type": "Block", "value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n ", "range": [ - 4109, - 4195 + 4110, + 4196 ], "loc": { "start": { @@ -21808,8 +21808,8 @@ "type": "Block", "value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 9378, - 9508 + 9379, + 9509 ], "loc": { "start": { @@ -21831,8 +21831,8 @@ "type": "Identifier", "name": "addChecks", "range": [ - 9513, - 9522 + 9514, + 9523 ], "loc": { "start": { @@ -21853,8 +21853,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9523, - 9531 + 9524, + 9532 ], "loc": { "start": { @@ -21871,8 +21871,8 @@ "type": "Identifier", "name": "ul", "range": [ - 9533, - 9535 + 9534, + 9536 ], "loc": { "start": { @@ -21898,8 +21898,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9551, - 9553 + 9552, + 9554 ], "loc": { "start": { @@ -21918,8 +21918,8 @@ "object": { "type": "ThisExpression", "range": [ - 9556, - 9560 + 9557, + 9561 ], "loc": { "start": { @@ -21936,8 +21936,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9561, - 9563 + 9562, + 9564 ], "loc": { "start": { @@ -21951,8 +21951,8 @@ } }, "range": [ - 9556, - 9563 + 9557, + 9564 ], "loc": { "start": { @@ -21966,8 +21966,8 @@ } }, "range": [ - 9551, - 9563 + 9552, + 9564 ], "loc": { "start": { @@ -21983,8 +21983,8 @@ ], "kind": "let", "range": [ - 9547, - 9564 + 9548, + 9565 ], "loc": { "start": { @@ -22006,8 +22006,8 @@ "type": "Identifier", "name": "chkCt", "range": [ - 9577, - 9582 + 9578, + 9583 ], "loc": { "start": { @@ -22028,8 +22028,8 @@ "object": { "type": "ThisExpression", "range": [ - 9585, - 9589 + 9586, + 9590 ], "loc": { "start": { @@ -22046,8 +22046,8 @@ "type": "Identifier", "name": "addTChecks", "range": [ - 9590, - 9600 + 9591, + 9601 ], "loc": { "start": { @@ -22061,8 +22061,8 @@ } }, "range": [ - 9585, - 9600 + 9586, + 9601 ], "loc": { "start": { @@ -22080,8 +22080,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9601, - 9609 + 9602, + 9610 ], "loc": { "start": { @@ -22098,8 +22098,8 @@ "type": "Identifier", "name": "ul", "range": [ - 9611, - 9613 + 9612, + 9614 ], "loc": { "start": { @@ -22114,8 +22114,8 @@ } ], "range": [ - 9585, - 9614 + 9586, + 9615 ], "loc": { "start": { @@ -22129,8 +22129,8 @@ } }, "range": [ - 9577, - 9614 + 9578, + 9615 ], "loc": { "start": { @@ -22146,8 +22146,8 @@ ], "kind": "let", "range": [ - 9573, - 9615 + 9574, + 9616 ], "loc": { "start": { @@ -22171,8 +22171,8 @@ "type": "Identifier", "name": "y", "range": [ - 9634, - 9635 + 9635, + 9636 ], "loc": { "start": { @@ -22190,8 +22190,8 @@ "value": 0, "raw": "0", "range": [ - 9638, - 9639 + 9639, + 9640 ], "loc": { "start": { @@ -22205,8 +22205,8 @@ } }, "range": [ - 9634, - 9639 + 9635, + 9640 ], "loc": { "start": { @@ -22222,8 +22222,8 @@ ], "kind": "let", "range": [ - 9630, - 9639 + 9631, + 9640 ], "loc": { "start": { @@ -22243,8 +22243,8 @@ "type": "Identifier", "name": "y", "range": [ - 9641, - 9642 + 9642, + 9643 ], "loc": { "start": { @@ -22266,8 +22266,8 @@ "object": { "type": "ThisExpression", "range": [ - 9645, - 9649 + 9646, + 9650 ], "loc": { "start": { @@ -22284,8 +22284,8 @@ "type": "Identifier", "name": "opts", "range": [ - 9650, - 9654 + 9651, + 9655 ], "loc": { "start": { @@ -22299,8 +22299,8 @@ } }, "range": [ - 9645, - 9654 + 9646, + 9655 ], "loc": { "start": { @@ -22317,8 +22317,8 @@ "type": "Identifier", "name": "length", "range": [ - 9655, - 9661 + 9656, + 9662 ], "loc": { "start": { @@ -22332,8 +22332,8 @@ } }, "range": [ - 9645, - 9661 + 9646, + 9662 ], "loc": { "start": { @@ -22347,8 +22347,8 @@ } }, "range": [ - 9641, - 9661 + 9642, + 9662 ], "loc": { "start": { @@ -22368,8 +22368,8 @@ "type": "Identifier", "name": "y", "range": [ - 9663, - 9664 + 9664, + 9665 ], "loc": { "start": { @@ -22384,8 +22384,8 @@ }, "prefix": false, "range": [ - 9663, - 9666 + 9664, + 9667 ], "loc": { "start": { @@ -22410,8 +22410,8 @@ "type": "Identifier", "name": "val", "range": [ - 9686, - 9689 + 9687, + 9690 ], "loc": { "start": { @@ -22433,8 +22433,8 @@ "object": { "type": "ThisExpression", "range": [ - 9692, - 9696 + 9693, + 9697 ], "loc": { "start": { @@ -22451,8 +22451,8 @@ "type": "Identifier", "name": "opts", "range": [ - 9697, - 9701 + 9698, + 9702 ], "loc": { "start": { @@ -22466,8 +22466,8 @@ } }, "range": [ - 9692, - 9701 + 9693, + 9702 ], "loc": { "start": { @@ -22484,8 +22484,8 @@ "type": "Identifier", "name": "y", "range": [ - 9702, - 9703 + 9703, + 9704 ], "loc": { "start": { @@ -22499,8 +22499,8 @@ } }, "range": [ - 9692, - 9704 + 9693, + 9705 ], "loc": { "start": { @@ -22514,8 +22514,8 @@ } }, "range": [ - 9686, - 9704 + 9687, + 9705 ], "loc": { "start": { @@ -22531,8 +22531,8 @@ ], "kind": "let", "range": [ - 9682, - 9705 + 9683, + 9706 ], "loc": { "start": { @@ -22549,8 +22549,8 @@ "type": "Line", "value": "item value", "range": [ - 9706, - 9718 + 9707, + 9719 ], "loc": { "start": { @@ -22574,8 +22574,8 @@ "type": "Identifier", "name": "lbl", "range": [ - 9735, - 9738 + 9736, + 9739 ], "loc": { "start": { @@ -22596,8 +22596,8 @@ "object": { "type": "ThisExpression", "range": [ - 9741, - 9745 + 9742, + 9746 ], "loc": { "start": { @@ -22614,8 +22614,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 9746, - 9754 + 9747, + 9755 ], "loc": { "start": { @@ -22629,8 +22629,8 @@ } }, "range": [ - 9741, - 9754 + 9742, + 9755 ], "loc": { "start": { @@ -22652,8 +22652,8 @@ "object": { "type": "ThisExpression", "range": [ - 9757, - 9761 + 9758, + 9762 ], "loc": { "start": { @@ -22670,8 +22670,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 9762, - 9769 + 9763, + 9770 ], "loc": { "start": { @@ -22685,8 +22685,8 @@ } }, "range": [ - 9757, - 9769 + 9758, + 9770 ], "loc": { "start": { @@ -22703,8 +22703,8 @@ "type": "Identifier", "name": "y", "range": [ - 9770, - 9771 + 9771, + 9772 ], "loc": { "start": { @@ -22718,8 +22718,8 @@ } }, "range": [ - 9757, - 9772 + 9758, + 9773 ], "loc": { "start": { @@ -22736,8 +22736,8 @@ "type": "Identifier", "name": "val", "range": [ - 9775, - 9778 + 9776, + 9779 ], "loc": { "start": { @@ -22751,8 +22751,8 @@ } }, "range": [ - 9741, - 9778 + 9742, + 9779 ], "loc": { "start": { @@ -22766,8 +22766,8 @@ } }, "range": [ - 9735, - 9778 + 9736, + 9779 ], "loc": { "start": { @@ -22783,8 +22783,8 @@ ], "kind": "let", "range": [ - 9731, - 9779 + 9732, + 9780 ], "loc": { "start": { @@ -22801,8 +22801,8 @@ "type": "Line", "value": "item value", "range": [ - 9706, - 9718 + 9707, + 9719 ], "loc": { "start": { @@ -22821,8 +22821,8 @@ "type": "Line", "value": "item text", "range": [ - 9780, - 9791 + 9781, + 9792 ], "loc": { "start": { @@ -22846,8 +22846,8 @@ "type": "Identifier", "name": "li", "range": [ - 9808, - 9810 + 9809, + 9811 ], "loc": { "start": { @@ -22869,8 +22869,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 9813, - 9816 + 9814, + 9817 ], "loc": { "start": { @@ -22887,8 +22887,8 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 9817, - 9832 + 9818, + 9833 ], "loc": { "start": { @@ -22902,8 +22902,8 @@ } }, "range": [ - 9813, - 9832 + 9814, + 9833 ], "loc": { "start": { @@ -22933,8 +22933,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9850, - 9852 + 9851, + 9853 ], "loc": { "start": { @@ -22951,8 +22951,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 9853, - 9859 + 9854, + 9860 ], "loc": { "start": { @@ -22966,8 +22966,8 @@ } }, "range": [ - 9850, - 9859 + 9851, + 9860 ], "loc": { "start": { @@ -22984,8 +22984,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9860, - 9868 + 9861, + 9869 ], "loc": { "start": { @@ -22999,8 +22999,8 @@ } }, "range": [ - 9850, - 9869 + 9851, + 9870 ], "loc": { "start": { @@ -23018,8 +23018,8 @@ "value": "_", "raw": "'_'", "range": [ - 9872, - 9875 + 9873, + 9876 ], "loc": { "start": { @@ -23033,8 +23033,8 @@ } }, "range": [ - 9850, - 9875 + 9851, + 9876 ], "loc": { "start": { @@ -23054,8 +23054,8 @@ "type": "Identifier", "name": "y", "range": [ - 9879, - 9880 + 9880, + 9881 ], "loc": { "start": { @@ -23072,8 +23072,8 @@ "type": "Identifier", "name": "chkCt", "range": [ - 9883, - 9888 + 9884, + 9889 ], "loc": { "start": { @@ -23087,8 +23087,8 @@ } }, "range": [ - 9879, - 9888 + 9880, + 9889 ], "loc": { "start": { @@ -23102,8 +23102,8 @@ } }, "range": [ - 9850, - 9889 + 9851, + 9890 ], "loc": { "start": { @@ -23120,8 +23120,8 @@ "type": "Identifier", "name": "val", "range": [ - 9891, - 9894 + 9892, + 9895 ], "loc": { "start": { @@ -23138,8 +23138,8 @@ "type": "Identifier", "name": "lbl", "range": [ - 9896, - 9899 + 9897, + 9900 ], "loc": { "start": { @@ -23154,8 +23154,8 @@ } ], "range": [ - 9813, - 9900 + 9814, + 9901 ], "loc": { "start": { @@ -23169,8 +23169,8 @@ } }, "range": [ - 9808, - 9900 + 9809, + 9901 ], "loc": { "start": { @@ -23186,8 +23186,8 @@ ], "kind": "let", "range": [ - 9804, - 9901 + 9805, + 9902 ], "loc": { "start": { @@ -23204,8 +23204,8 @@ "type": "Line", "value": "item text", "range": [ - 9780, - 9791 + 9781, + 9792 ], "loc": { "start": { @@ -23232,8 +23232,8 @@ "type": "Identifier", "name": "li", "range": [ - 9914, - 9916 + 9915, + 9917 ], "loc": { "start": { @@ -23250,8 +23250,8 @@ "type": "Identifier", "name": "className", "range": [ - 9917, - 9926 + 9918, + 9927 ], "loc": { "start": { @@ -23265,8 +23265,8 @@ } }, "range": [ - 9914, - 9926 + 9915, + 9927 ], "loc": { "start": { @@ -23285,8 +23285,8 @@ "object": { "type": "ThisExpression", "range": [ - 9929, - 9933 + 9930, + 9934 ], "loc": { "start": { @@ -23303,8 +23303,8 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 9934, - 9955 + 9935, + 9956 ], "loc": { "start": { @@ -23318,8 +23318,8 @@ } }, "range": [ - 9929, - 9955 + 9930, + 9956 ], "loc": { "start": { @@ -23333,8 +23333,8 @@ } }, "range": [ - 9914, - 9955 + 9915, + 9956 ], "loc": { "start": { @@ -23348,8 +23348,8 @@ } }, "range": [ - 9914, - 9956 + 9915, + 9957 ], "loc": { "start": { @@ -23377,8 +23377,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9973, - 9975 + 9974, + 9976 ], "loc": { "start": { @@ -23395,8 +23395,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 9976, - 9989 + 9977, + 9990 ], "loc": { "start": { @@ -23410,8 +23410,8 @@ } }, "range": [ - 9973, - 9989 + 9974, + 9990 ], "loc": { "start": { @@ -23431,8 +23431,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9993, - 9995 + 9994, + 9996 ], "loc": { "start": { @@ -23449,8 +23449,8 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 9996, - 10018 + 9997, + 10019 ], "loc": { "start": { @@ -23464,8 +23464,8 @@ } }, "range": [ - 9993, - 10018 + 9994, + 10019 ], "loc": { "start": { @@ -23479,8 +23479,8 @@ } }, "range": [ - 9973, - 10018 + 9974, + 10019 ], "loc": { "start": { @@ -23502,8 +23502,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 10038, - 10041 + 10039, + 10042 ], "loc": { "start": { @@ -23520,8 +23520,8 @@ "type": "Identifier", "name": "has", "range": [ - 10042, - 10045 + 10043, + 10046 ], "loc": { "start": { @@ -23535,8 +23535,8 @@ } }, "range": [ - 10038, - 10045 + 10039, + 10046 ], "loc": { "start": { @@ -23556,8 +23556,8 @@ "object": { "type": "ThisExpression", "range": [ - 10046, - 10050 + 10047, + 10051 ], "loc": { "start": { @@ -23574,8 +23574,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 10051, - 10063 + 10052, + 10064 ], "loc": { "start": { @@ -23589,8 +23589,8 @@ } }, "range": [ - 10046, - 10063 + 10047, + 10064 ], "loc": { "start": { @@ -23612,8 +23612,8 @@ "type": "Identifier", "name": "Str", "range": [ - 10085, - 10088 + 10086, + 10089 ], "loc": { "start": { @@ -23630,8 +23630,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10089, - 10098 + 10090, + 10099 ], "loc": { "start": { @@ -23645,8 +23645,8 @@ } }, "range": [ - 10085, - 10098 + 10086, + 10099 ], "loc": { "start": { @@ -23664,8 +23664,8 @@ "type": "Identifier", "name": "val", "range": [ - 10099, - 10102 + 10100, + 10103 ], "loc": { "start": { @@ -23685,8 +23685,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10104, - 10106 + 10105, + 10107 ], "loc": { "start": { @@ -23703,8 +23703,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10107, - 10116 + 10108, + 10117 ], "loc": { "start": { @@ -23718,8 +23718,8 @@ } }, "range": [ - 10104, - 10116 + 10105, + 10117 ], "loc": { "start": { @@ -23734,8 +23734,8 @@ } ], "range": [ - 10085, - 10117 + 10086, + 10118 ], "loc": { "start": { @@ -23755,8 +23755,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10119, - 10121 + 10120, + 10122 ], "loc": { "start": { @@ -23773,8 +23773,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 10122, - 10131 + 10123, + 10132 ], "loc": { "start": { @@ -23788,8 +23788,8 @@ } }, "range": [ - 10119, - 10131 + 10120, + 10132 ], "loc": { "start": { @@ -23804,8 +23804,8 @@ } ], "range": [ - 10038, - 10132 + 10039, + 10133 ], "loc": { "start": { @@ -23819,8 +23819,8 @@ } }, "range": [ - 9973, - 10132 + 9974, + 10133 ], "loc": { "start": { @@ -23847,8 +23847,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 10152, - 10155 + 10153, + 10156 ], "loc": { "start": { @@ -23865,8 +23865,8 @@ "type": "Identifier", "name": "addClass", "range": [ - 10156, - 10164 + 10157, + 10165 ], "loc": { "start": { @@ -23880,8 +23880,8 @@ } }, "range": [ - 10152, - 10164 + 10153, + 10165 ], "loc": { "start": { @@ -23899,8 +23899,8 @@ "type": "Identifier", "name": "li", "range": [ - 10165, - 10167 + 10166, + 10168 ], "loc": { "start": { @@ -23919,8 +23919,8 @@ "object": { "type": "ThisExpression", "range": [ - 10169, - 10173 + 10170, + 10174 ], "loc": { "start": { @@ -23937,8 +23937,8 @@ "type": "Identifier", "name": "checkListItemDisabledCssClass", "range": [ - 10174, - 10203 + 10175, + 10204 ], "loc": { "start": { @@ -23952,8 +23952,8 @@ } }, "range": [ - 10169, - 10203 + 10170, + 10204 ], "loc": { "start": { @@ -23968,8 +23968,8 @@ } ], "range": [ - 10152, - 10204 + 10153, + 10205 ], "loc": { "start": { @@ -23983,8 +23983,8 @@ } }, "range": [ - 10152, - 10205 + 10153, + 10206 ], "loc": { "start": { @@ -24012,8 +24012,8 @@ "type": "Identifier", "name": "li", "range": [ - 10222, - 10224 + 10223, + 10225 ], "loc": { "start": { @@ -24030,8 +24030,8 @@ "type": "Identifier", "name": "check", "range": [ - 10225, - 10230 + 10226, + 10231 ], "loc": { "start": { @@ -24045,8 +24045,8 @@ } }, "range": [ - 10222, - 10230 + 10223, + 10231 ], "loc": { "start": { @@ -24063,8 +24063,8 @@ "type": "Identifier", "name": "disabled", "range": [ - 10231, - 10239 + 10232, + 10240 ], "loc": { "start": { @@ -24078,8 +24078,8 @@ } }, "range": [ - 10222, - 10239 + 10223, + 10240 ], "loc": { "start": { @@ -24097,8 +24097,8 @@ "value": true, "raw": "true", "range": [ - 10242, - 10246 + 10243, + 10247 ], "loc": { "start": { @@ -24112,8 +24112,8 @@ } }, "range": [ - 10222, - 10246 + 10223, + 10247 ], "loc": { "start": { @@ -24127,8 +24127,8 @@ } }, "range": [ - 10222, - 10247 + 10223, + 10248 ], "loc": { "start": { @@ -24153,8 +24153,8 @@ "type": "Identifier", "name": "li", "range": [ - 10264, - 10266 + 10265, + 10267 ], "loc": { "start": { @@ -24171,8 +24171,8 @@ "type": "Identifier", "name": "disabled", "range": [ - 10267, - 10275 + 10268, + 10276 ], "loc": { "start": { @@ -24186,8 +24186,8 @@ } }, "range": [ - 10264, - 10275 + 10265, + 10276 ], "loc": { "start": { @@ -24205,8 +24205,8 @@ "value": true, "raw": "true", "range": [ - 10278, - 10282 + 10279, + 10283 ], "loc": { "start": { @@ -24220,8 +24220,8 @@ } }, "range": [ - 10264, - 10282 + 10265, + 10283 ], "loc": { "start": { @@ -24235,8 +24235,8 @@ } }, "range": [ - 10264, - 10283 + 10265, + 10284 ], "loc": { "start": { @@ -24251,8 +24251,8 @@ } ], "range": [ - 10134, - 10297 + 10135, + 10298 ], "loc": { "start": { @@ -24279,8 +24279,8 @@ "type": "Identifier", "name": "Event", "range": [ - 10321, - 10326 + 10322, + 10327 ], "loc": { "start": { @@ -24297,8 +24297,8 @@ "type": "Identifier", "name": "add", "range": [ - 10327, - 10330 + 10328, + 10331 ], "loc": { "start": { @@ -24312,8 +24312,8 @@ } }, "range": [ - 10321, - 10330 + 10322, + 10331 ], "loc": { "start": { @@ -24334,8 +24334,8 @@ "type": "Identifier", "name": "li", "range": [ - 10331, - 10333 + 10332, + 10334 ], "loc": { "start": { @@ -24352,8 +24352,8 @@ "type": "Identifier", "name": "check", "range": [ - 10334, - 10339 + 10335, + 10340 ], "loc": { "start": { @@ -24367,8 +24367,8 @@ } }, "range": [ - 10331, - 10339 + 10332, + 10340 ], "loc": { "start": { @@ -24386,8 +24386,8 @@ "value": "click", "raw": "'click'", "range": [ - 10341, - 10348 + 10342, + 10349 ], "loc": { "start": { @@ -24408,8 +24408,8 @@ "type": "Identifier", "name": "evt", "range": [ - 10351, - 10354 + 10352, + 10355 ], "loc": { "start": { @@ -24431,8 +24431,8 @@ "object": { "type": "ThisExpression", "range": [ - 10359, - 10363 + 10360, + 10364 ], "loc": { "start": { @@ -24449,8 +24449,8 @@ "type": "Identifier", "name": "optionClick", "range": [ - 10364, - 10375 + 10365, + 10376 ], "loc": { "start": { @@ -24464,8 +24464,8 @@ } }, "range": [ - 10359, - 10375 + 10360, + 10376 ], "loc": { "start": { @@ -24483,8 +24483,8 @@ "type": "Identifier", "name": "evt", "range": [ - 10376, - 10379 + 10377, + 10380 ], "loc": { "start": { @@ -24499,8 +24499,8 @@ } ], "range": [ - 10359, - 10380 + 10360, + 10381 ], "loc": { "start": { @@ -24516,8 +24516,8 @@ "generator": false, "expression": true, "range": [ - 10350, - 10380 + 10351, + 10381 ], "loc": { "start": { @@ -24532,8 +24532,8 @@ } ], "range": [ - 10321, - 10381 + 10322, + 10382 ], "loc": { "start": { @@ -24547,8 +24547,8 @@ } }, "range": [ - 10321, - 10382 + 10322, + 10383 ], "loc": { "start": { @@ -24563,8 +24563,8 @@ } ], "range": [ - 10303, - 10396 + 10304, + 10397 ], "loc": { "start": { @@ -24578,8 +24578,8 @@ } }, "range": [ - 9969, - 10396 + 9970, + 10397 ], "loc": { "start": { @@ -24603,8 +24603,8 @@ "type": "Identifier", "name": "ul", "range": [ - 10409, - 10411 + 10410, + 10412 ], "loc": { "start": { @@ -24621,8 +24621,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10412, - 10423 + 10413, + 10424 ], "loc": { "start": { @@ -24636,8 +24636,8 @@ } }, "range": [ - 10409, - 10423 + 10410, + 10424 ], "loc": { "start": { @@ -24655,8 +24655,8 @@ "type": "Identifier", "name": "li", "range": [ - 10424, - 10426 + 10425, + 10427 ], "loc": { "start": { @@ -24671,8 +24671,8 @@ } ], "range": [ - 10409, - 10427 + 10410, + 10428 ], "loc": { "start": { @@ -24686,8 +24686,8 @@ } }, "range": [ - 10409, - 10428 + 10410, + 10429 ], "loc": { "start": { @@ -24709,8 +24709,8 @@ "type": "Identifier", "name": "val", "range": [ - 10446, - 10449 + 10447, + 10450 ], "loc": { "start": { @@ -24728,8 +24728,8 @@ "value": "", "raw": "''", "range": [ - 10454, - 10456 + 10455, + 10457 ], "loc": { "start": { @@ -24743,8 +24743,8 @@ } }, "range": [ - 10446, - 10456 + 10447, + 10457 ], "loc": { "start": { @@ -24775,8 +24775,8 @@ "type": "Identifier", "name": "li", "range": [ - 10509, - 10511 + 10510, + 10512 ], "loc": { "start": { @@ -24793,8 +24793,8 @@ "type": "Identifier", "name": "style", "range": [ - 10512, - 10517 + 10513, + 10518 ], "loc": { "start": { @@ -24808,8 +24808,8 @@ } }, "range": [ - 10509, - 10517 + 10510, + 10518 ], "loc": { "start": { @@ -24826,8 +24826,8 @@ "type": "Identifier", "name": "display", "range": [ - 10518, - 10525 + 10519, + 10526 ], "loc": { "start": { @@ -24841,8 +24841,8 @@ } }, "range": [ - 10509, - 10525 + 10510, + 10526 ], "loc": { "start": { @@ -24859,8 +24859,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 10528, - 10532 + 10529, + 10533 ], "loc": { "start": { @@ -24874,8 +24874,8 @@ } }, "range": [ - 10509, - 10532 + 10510, + 10533 ], "loc": { "start": { @@ -24889,8 +24889,8 @@ } }, "range": [ - 10509, - 10533 + 10510, + 10534 ], "loc": { "start": { @@ -24907,8 +24907,8 @@ "type": "Line", "value": "item is hidden", "range": [ - 10476, - 10492 + 10477, + 10493 ], "loc": { "start": { @@ -24925,8 +24925,8 @@ } ], "range": [ - 10458, - 10547 + 10459, + 10548 ], "loc": { "start": { @@ -24941,8 +24941,8 @@ }, "alternate": null, "range": [ - 10442, - 10547 + 10443, + 10548 ], "loc": { "start": { @@ -24957,8 +24957,8 @@ } ], "range": [ - 9668, - 10557 + 9669, + 10558 ], "loc": { "start": { @@ -24972,8 +24972,8 @@ } }, "range": [ - 9625, - 10557 + 9626, + 10558 ], "loc": { "start": { @@ -24988,8 +24988,8 @@ } ], "range": [ - 9537, - 10563 + 9538, + 10564 ], "loc": { "start": { @@ -25005,8 +25005,8 @@ "generator": false, "expression": false, "range": [ - 9522, - 10563 + 9523, + 10564 ], "loc": { "start": { @@ -25022,8 +25022,8 @@ "kind": "method", "computed": false, "range": [ - 9513, - 10563 + 9514, + 10564 ], "loc": { "start": { @@ -25040,8 +25040,8 @@ "type": "Block", "value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 9378, - 9508 + 9379, + 9509 ], "loc": { "start": { @@ -25060,8 +25060,8 @@ "type": "Block", "value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 10569, - 10703 + 10570, + 10704 ], "loc": { "start": { @@ -25083,8 +25083,8 @@ "type": "Identifier", "name": "addTChecks", "range": [ - 10708, - 10718 + 10709, + 10719 ], "loc": { "start": { @@ -25105,8 +25105,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10719, - 10727 + 10720, + 10728 ], "loc": { "start": { @@ -25123,8 +25123,8 @@ "type": "Identifier", "name": "ul", "range": [ - 10729, - 10731 + 10730, + 10732 ], "loc": { "start": { @@ -25150,8 +25150,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10747, - 10749 + 10748, + 10750 ], "loc": { "start": { @@ -25170,8 +25170,8 @@ "object": { "type": "ThisExpression", "range": [ - 10752, - 10756 + 10753, + 10757 ], "loc": { "start": { @@ -25188,8 +25188,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10757, - 10759 + 10758, + 10760 ], "loc": { "start": { @@ -25203,8 +25203,8 @@ } }, "range": [ - 10752, - 10759 + 10753, + 10760 ], "loc": { "start": { @@ -25218,8 +25218,8 @@ } }, "range": [ - 10747, - 10759 + 10748, + 10760 ], "loc": { "start": { @@ -25235,8 +25235,8 @@ ], "kind": "let", "range": [ - 10743, - 10760 + 10744, + 10761 ], "loc": { "start": { @@ -25258,8 +25258,8 @@ "type": "Identifier", "name": "chkCt", "range": [ - 10773, - 10778 + 10774, + 10779 ], "loc": { "start": { @@ -25277,8 +25277,8 @@ "value": 1, "raw": "1", "range": [ - 10781, - 10782 + 10782, + 10783 ], "loc": { "start": { @@ -25292,8 +25292,8 @@ } }, "range": [ - 10773, - 10782 + 10774, + 10783 ], "loc": { "start": { @@ -25309,8 +25309,8 @@ ], "kind": "let", "range": [ - 10769, - 10783 + 10770, + 10784 ], "loc": { "start": { @@ -25332,8 +25332,8 @@ "type": "Identifier", "name": "li0", "range": [ - 10796, - 10799 + 10797, + 10800 ], "loc": { "start": { @@ -25355,8 +25355,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 10802, - 10805 + 10803, + 10806 ], "loc": { "start": { @@ -25373,8 +25373,8 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 10806, - 10821 + 10807, + 10822 ], "loc": { "start": { @@ -25388,8 +25388,8 @@ } }, "range": [ - 10802, - 10821 + 10803, + 10822 ], "loc": { "start": { @@ -25416,8 +25416,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10835, - 10837 + 10836, + 10838 ], "loc": { "start": { @@ -25434,8 +25434,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 10838, - 10844 + 10839, + 10845 ], "loc": { "start": { @@ -25449,8 +25449,8 @@ } }, "range": [ - 10835, - 10844 + 10836, + 10845 ], "loc": { "start": { @@ -25467,8 +25467,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10845, - 10853 + 10846, + 10854 ], "loc": { "start": { @@ -25482,8 +25482,8 @@ } }, "range": [ - 10835, - 10854 + 10836, + 10855 ], "loc": { "start": { @@ -25501,8 +25501,8 @@ "value": "_0", "raw": "'_0'", "range": [ - 10857, - 10861 + 10858, + 10862 ], "loc": { "start": { @@ -25516,8 +25516,8 @@ } }, "range": [ - 10835, - 10861 + 10836, + 10862 ], "loc": { "start": { @@ -25535,8 +25535,8 @@ "value": "", "raw": "''", "range": [ - 10863, - 10865 + 10864, + 10866 ], "loc": { "start": { @@ -25556,8 +25556,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10867, - 10869 + 10868, + 10870 ], "loc": { "start": { @@ -25574,8 +25574,8 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 10870, - 10884 + 10871, + 10885 ], "loc": { "start": { @@ -25589,8 +25589,8 @@ } }, "range": [ - 10867, - 10884 + 10868, + 10885 ], "loc": { "start": { @@ -25605,8 +25605,8 @@ } ], "range": [ - 10802, - 10885 + 10803, + 10886 ], "loc": { "start": { @@ -25620,8 +25620,8 @@ } }, "range": [ - 10796, - 10885 + 10797, + 10886 ], "loc": { "start": { @@ -25637,8 +25637,8 @@ ], "kind": "let", "range": [ - 10792, - 10886 + 10793, + 10887 ], "loc": { "start": { @@ -25663,8 +25663,8 @@ "type": "Identifier", "name": "li0", "range": [ - 10895, - 10898 + 10896, + 10899 ], "loc": { "start": { @@ -25681,8 +25681,8 @@ "type": "Identifier", "name": "className", "range": [ - 10899, - 10908 + 10900, + 10909 ], "loc": { "start": { @@ -25696,8 +25696,8 @@ } }, "range": [ - 10895, - 10908 + 10896, + 10909 ], "loc": { "start": { @@ -25716,8 +25716,8 @@ "object": { "type": "ThisExpression", "range": [ - 10911, - 10915 + 10912, + 10916 ], "loc": { "start": { @@ -25734,8 +25734,8 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 10916, - 10937 + 10917, + 10938 ], "loc": { "start": { @@ -25749,8 +25749,8 @@ } }, "range": [ - 10911, - 10937 + 10912, + 10938 ], "loc": { "start": { @@ -25764,8 +25764,8 @@ } }, "range": [ - 10895, - 10937 + 10896, + 10938 ], "loc": { "start": { @@ -25779,8 +25779,8 @@ } }, "range": [ - 10895, - 10938 + 10896, + 10939 ], "loc": { "start": { @@ -25804,8 +25804,8 @@ "type": "Identifier", "name": "ul", "range": [ - 10947, - 10949 + 10948, + 10950 ], "loc": { "start": { @@ -25822,8 +25822,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10950, - 10961 + 10951, + 10962 ], "loc": { "start": { @@ -25837,8 +25837,8 @@ } }, "range": [ - 10947, - 10961 + 10948, + 10962 ], "loc": { "start": { @@ -25856,8 +25856,8 @@ "type": "Identifier", "name": "li0", "range": [ - 10962, - 10965 + 10963, + 10966 ], "loc": { "start": { @@ -25872,8 +25872,8 @@ } ], "range": [ - 10947, - 10966 + 10948, + 10967 ], "loc": { "start": { @@ -25887,8 +25887,8 @@ } }, "range": [ - 10947, - 10967 + 10948, + 10968 ], "loc": { "start": { @@ -25912,8 +25912,8 @@ "type": "Identifier", "name": "Event", "range": [ - 10977, - 10982 + 10978, + 10983 ], "loc": { "start": { @@ -25930,8 +25930,8 @@ "type": "Identifier", "name": "add", "range": [ - 10983, - 10986 + 10984, + 10987 ], "loc": { "start": { @@ -25945,8 +25945,8 @@ } }, "range": [ - 10977, - 10986 + 10978, + 10987 ], "loc": { "start": { @@ -25967,8 +25967,8 @@ "type": "Identifier", "name": "li0", "range": [ - 10987, - 10990 + 10988, + 10991 ], "loc": { "start": { @@ -25985,8 +25985,8 @@ "type": "Identifier", "name": "check", "range": [ - 10991, - 10996 + 10992, + 10997 ], "loc": { "start": { @@ -26000,8 +26000,8 @@ } }, "range": [ - 10987, - 10996 + 10988, + 10997 ], "loc": { "start": { @@ -26019,8 +26019,8 @@ "value": "click", "raw": "'click'", "range": [ - 10998, - 11005 + 10999, + 11006 ], "loc": { "start": { @@ -26041,8 +26041,8 @@ "type": "Identifier", "name": "evt", "range": [ - 11008, - 11011 + 11009, + 11012 ], "loc": { "start": { @@ -26064,8 +26064,8 @@ "object": { "type": "ThisExpression", "range": [ - 11016, - 11020 + 11017, + 11021 ], "loc": { "start": { @@ -26082,8 +26082,8 @@ "type": "Identifier", "name": "optionClick", "range": [ - 11021, - 11032 + 11022, + 11033 ], "loc": { "start": { @@ -26097,8 +26097,8 @@ } }, "range": [ - 11016, - 11032 + 11017, + 11033 ], "loc": { "start": { @@ -26116,8 +26116,8 @@ "type": "Identifier", "name": "evt", "range": [ - 11033, - 11036 + 11034, + 11037 ], "loc": { "start": { @@ -26132,8 +26132,8 @@ } ], "range": [ - 11016, - 11037 + 11017, + 11038 ], "loc": { "start": { @@ -26149,8 +26149,8 @@ "generator": false, "expression": true, "range": [ - 11007, - 11037 + 11008, + 11038 ], "loc": { "start": { @@ -26165,8 +26165,8 @@ } ], "range": [ - 10977, - 11038 + 10978, + 11039 ], "loc": { "start": { @@ -26180,8 +26180,8 @@ } }, "range": [ - 10977, - 11039 + 10978, + 11040 ], "loc": { "start": { @@ -26205,8 +26205,8 @@ "object": { "type": "ThisExpression", "range": [ - 11054, - 11058 + 11055, + 11059 ], "loc": { "start": { @@ -26223,8 +26223,8 @@ "type": "Identifier", "name": "enableCheckListResetFilter", "range": [ - 11059, - 11085 + 11060, + 11086 ], "loc": { "start": { @@ -26238,8 +26238,8 @@ } }, "range": [ - 11054, - 11085 + 11055, + 11086 ], "loc": { "start": { @@ -26254,8 +26254,8 @@ }, "prefix": true, "range": [ - 11053, - 11085 + 11054, + 11086 ], "loc": { "start": { @@ -26286,8 +26286,8 @@ "type": "Identifier", "name": "li0", "range": [ - 11101, - 11104 + 11102, + 11105 ], "loc": { "start": { @@ -26304,8 +26304,8 @@ "type": "Identifier", "name": "style", "range": [ - 11105, - 11110 + 11106, + 11111 ], "loc": { "start": { @@ -26319,8 +26319,8 @@ } }, "range": [ - 11101, - 11110 + 11102, + 11111 ], "loc": { "start": { @@ -26337,8 +26337,8 @@ "type": "Identifier", "name": "display", "range": [ - 11111, - 11118 + 11112, + 11119 ], "loc": { "start": { @@ -26352,8 +26352,8 @@ } }, "range": [ - 11101, - 11118 + 11102, + 11119 ], "loc": { "start": { @@ -26370,8 +26370,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 11121, - 11125 + 11122, + 11126 ], "loc": { "start": { @@ -26385,8 +26385,8 @@ } }, "range": [ - 11101, - 11125 + 11102, + 11126 ], "loc": { "start": { @@ -26400,8 +26400,8 @@ } }, "range": [ - 11101, - 11126 + 11102, + 11127 ], "loc": { "start": { @@ -26416,8 +26416,8 @@ } ], "range": [ - 11087, - 11136 + 11088, + 11137 ], "loc": { "start": { @@ -26432,8 +26432,8 @@ }, "alternate": null, "range": [ - 11049, - 11136 + 11050, + 11137 ], "loc": { "start": { @@ -26455,8 +26455,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11150, - 11152 + 11151, + 11153 ], "loc": { "start": { @@ -26473,8 +26473,8 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 11153, - 11170 + 11154, + 11171 ], "loc": { "start": { @@ -26488,8 +26488,8 @@ } }, "range": [ - 11150, - 11170 + 11151, + 11171 ], "loc": { "start": { @@ -26514,8 +26514,8 @@ "type": "Identifier", "name": "li1", "range": [ - 11190, - 11193 + 11191, + 11194 ], "loc": { "start": { @@ -26537,8 +26537,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 11196, - 11199 + 11197, + 11200 ], "loc": { "start": { @@ -26555,8 +26555,8 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 11200, - 11215 + 11201, + 11216 ], "loc": { "start": { @@ -26570,8 +26570,8 @@ } }, "range": [ - 11196, - 11215 + 11197, + 11216 ], "loc": { "start": { @@ -26598,8 +26598,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11233, - 11235 + 11234, + 11236 ], "loc": { "start": { @@ -26616,8 +26616,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 11236, - 11242 + 11237, + 11243 ], "loc": { "start": { @@ -26631,8 +26631,8 @@ } }, "range": [ - 11233, - 11242 + 11234, + 11243 ], "loc": { "start": { @@ -26649,8 +26649,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11243, - 11251 + 11244, + 11252 ], "loc": { "start": { @@ -26664,8 +26664,8 @@ } }, "range": [ - 11233, - 11252 + 11234, + 11253 ], "loc": { "start": { @@ -26683,8 +26683,8 @@ "value": "_1", "raw": "'_1'", "range": [ - 11255, - 11259 + 11256, + 11260 ], "loc": { "start": { @@ -26698,8 +26698,8 @@ } }, "range": [ - 11233, - 11259 + 11234, + 11260 ], "loc": { "start": { @@ -26719,8 +26719,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11261, - 11263 + 11262, + 11264 ], "loc": { "start": { @@ -26737,8 +26737,8 @@ "type": "Identifier", "name": "emOperator", "range": [ - 11264, - 11274 + 11265, + 11275 ], "loc": { "start": { @@ -26752,8 +26752,8 @@ } }, "range": [ - 11261, - 11274 + 11262, + 11275 ], "loc": { "start": { @@ -26773,8 +26773,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11276, - 11278 + 11277, + 11279 ], "loc": { "start": { @@ -26791,8 +26791,8 @@ "type": "Identifier", "name": "emptyText", "range": [ - 11279, - 11288 + 11280, + 11289 ], "loc": { "start": { @@ -26806,8 +26806,8 @@ } }, "range": [ - 11276, - 11288 + 11277, + 11289 ], "loc": { "start": { @@ -26822,8 +26822,8 @@ } ], "range": [ - 11196, - 11289 + 11197, + 11290 ], "loc": { "start": { @@ -26837,8 +26837,8 @@ } }, "range": [ - 11190, - 11289 + 11191, + 11290 ], "loc": { "start": { @@ -26854,8 +26854,8 @@ ], "kind": "let", "range": [ - 11186, - 11290 + 11187, + 11291 ], "loc": { "start": { @@ -26880,8 +26880,8 @@ "type": "Identifier", "name": "li1", "range": [ - 11303, - 11306 + 11304, + 11307 ], "loc": { "start": { @@ -26898,8 +26898,8 @@ "type": "Identifier", "name": "className", "range": [ - 11307, - 11316 + 11308, + 11317 ], "loc": { "start": { @@ -26913,8 +26913,8 @@ } }, "range": [ - 11303, - 11316 + 11304, + 11317 ], "loc": { "start": { @@ -26933,8 +26933,8 @@ "object": { "type": "ThisExpression", "range": [ - 11319, - 11323 + 11320, + 11324 ], "loc": { "start": { @@ -26951,8 +26951,8 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 11324, - 11345 + 11325, + 11346 ], "loc": { "start": { @@ -26966,8 +26966,8 @@ } }, "range": [ - 11319, - 11345 + 11320, + 11346 ], "loc": { "start": { @@ -26981,8 +26981,8 @@ } }, "range": [ - 11303, - 11345 + 11304, + 11346 ], "loc": { "start": { @@ -26996,8 +26996,8 @@ } }, "range": [ - 11303, - 11346 + 11304, + 11347 ], "loc": { "start": { @@ -27021,8 +27021,8 @@ "type": "Identifier", "name": "ul", "range": [ - 11359, - 11361 + 11360, + 11362 ], "loc": { "start": { @@ -27039,8 +27039,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11362, - 11373 + 11363, + 11374 ], "loc": { "start": { @@ -27054,8 +27054,8 @@ } }, "range": [ - 11359, - 11373 + 11360, + 11374 ], "loc": { "start": { @@ -27073,8 +27073,8 @@ "type": "Identifier", "name": "li1", "range": [ - 11374, - 11377 + 11375, + 11378 ], "loc": { "start": { @@ -27089,8 +27089,8 @@ } ], "range": [ - 11359, - 11378 + 11360, + 11379 ], "loc": { "start": { @@ -27104,8 +27104,8 @@ } }, "range": [ - 11359, - 11379 + 11360, + 11380 ], "loc": { "start": { @@ -27129,8 +27129,8 @@ "type": "Identifier", "name": "Event", "range": [ - 11392, - 11397 + 11393, + 11398 ], "loc": { "start": { @@ -27147,8 +27147,8 @@ "type": "Identifier", "name": "add", "range": [ - 11398, - 11401 + 11399, + 11402 ], "loc": { "start": { @@ -27162,8 +27162,8 @@ } }, "range": [ - 11392, - 11401 + 11393, + 11402 ], "loc": { "start": { @@ -27184,8 +27184,8 @@ "type": "Identifier", "name": "li1", "range": [ - 11402, - 11405 + 11403, + 11406 ], "loc": { "start": { @@ -27202,8 +27202,8 @@ "type": "Identifier", "name": "check", "range": [ - 11406, - 11411 + 11407, + 11412 ], "loc": { "start": { @@ -27217,8 +27217,8 @@ } }, "range": [ - 11402, - 11411 + 11403, + 11412 ], "loc": { "start": { @@ -27236,8 +27236,8 @@ "value": "click", "raw": "'click'", "range": [ - 11413, - 11420 + 11414, + 11421 ], "loc": { "start": { @@ -27258,8 +27258,8 @@ "type": "Identifier", "name": "evt", "range": [ - 11423, - 11426 + 11424, + 11427 ], "loc": { "start": { @@ -27281,8 +27281,8 @@ "object": { "type": "ThisExpression", "range": [ - 11431, - 11435 + 11432, + 11436 ], "loc": { "start": { @@ -27299,8 +27299,8 @@ "type": "Identifier", "name": "optionClick", "range": [ - 11436, - 11447 + 11437, + 11448 ], "loc": { "start": { @@ -27314,8 +27314,8 @@ } }, "range": [ - 11431, - 11447 + 11432, + 11448 ], "loc": { "start": { @@ -27333,8 +27333,8 @@ "type": "Identifier", "name": "evt", "range": [ - 11448, - 11451 + 11449, + 11452 ], "loc": { "start": { @@ -27349,8 +27349,8 @@ } ], "range": [ - 11431, - 11452 + 11432, + 11453 ], "loc": { "start": { @@ -27366,8 +27366,8 @@ "generator": false, "expression": true, "range": [ - 11422, - 11452 + 11423, + 11453 ], "loc": { "start": { @@ -27382,8 +27382,8 @@ } ], "range": [ - 11392, - 11453 + 11393, + 11454 ], "loc": { "start": { @@ -27397,8 +27397,8 @@ } }, "range": [ - 11392, - 11454 + 11393, + 11455 ], "loc": { "start": { @@ -27420,8 +27420,8 @@ "type": "Identifier", "name": "chkCt", "range": [ - 11467, - 11472 + 11468, + 11473 ], "loc": { "start": { @@ -27436,8 +27436,8 @@ }, "prefix": false, "range": [ - 11467, - 11474 + 11468, + 11475 ], "loc": { "start": { @@ -27451,8 +27451,8 @@ } }, "range": [ - 11467, - 11475 + 11468, + 11476 ], "loc": { "start": { @@ -27467,8 +27467,8 @@ } ], "range": [ - 11172, - 11485 + 11173, + 11486 ], "loc": { "start": { @@ -27483,8 +27483,8 @@ }, "alternate": null, "range": [ - 11146, - 11485 + 11147, + 11486 ], "loc": { "start": { @@ -27506,8 +27506,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11499, - 11501 + 11500, + 11502 ], "loc": { "start": { @@ -27524,8 +27524,8 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 11502, - 11522 + 11503, + 11523 ], "loc": { "start": { @@ -27539,8 +27539,8 @@ } }, "range": [ - 11499, - 11522 + 11500, + 11523 ], "loc": { "start": { @@ -27565,8 +27565,8 @@ "type": "Identifier", "name": "li2", "range": [ - 11542, - 11545 + 11543, + 11546 ], "loc": { "start": { @@ -27588,8 +27588,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 11548, - 11551 + 11549, + 11552 ], "loc": { "start": { @@ -27606,8 +27606,8 @@ "type": "Identifier", "name": "createCheckItem", "range": [ - 11552, - 11567 + 11553, + 11568 ], "loc": { "start": { @@ -27621,8 +27621,8 @@ } }, "range": [ - 11548, - 11567 + 11549, + 11568 ], "loc": { "start": { @@ -27649,8 +27649,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11585, - 11587 + 11586, + 11588 ], "loc": { "start": { @@ -27667,8 +27667,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 11588, - 11594 + 11589, + 11595 ], "loc": { "start": { @@ -27682,8 +27682,8 @@ } }, "range": [ - 11585, - 11594 + 11586, + 11595 ], "loc": { "start": { @@ -27700,8 +27700,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11595, - 11603 + 11596, + 11604 ], "loc": { "start": { @@ -27715,8 +27715,8 @@ } }, "range": [ - 11585, - 11604 + 11586, + 11605 ], "loc": { "start": { @@ -27734,8 +27734,8 @@ "value": "_2", "raw": "'_2'", "range": [ - 11607, - 11611 + 11608, + 11612 ], "loc": { "start": { @@ -27749,8 +27749,8 @@ } }, "range": [ - 11585, - 11611 + 11586, + 11612 ], "loc": { "start": { @@ -27770,8 +27770,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11629, - 11631 + 11630, + 11632 ], "loc": { "start": { @@ -27788,8 +27788,8 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 11632, - 11642 + 11633, + 11643 ], "loc": { "start": { @@ -27803,8 +27803,8 @@ } }, "range": [ - 11629, - 11642 + 11630, + 11643 ], "loc": { "start": { @@ -27824,8 +27824,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11660, - 11662 + 11661, + 11663 ], "loc": { "start": { @@ -27842,8 +27842,8 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 11663, - 11675 + 11664, + 11676 ], "loc": { "start": { @@ -27857,8 +27857,8 @@ } }, "range": [ - 11660, - 11675 + 11661, + 11676 ], "loc": { "start": { @@ -27873,8 +27873,8 @@ } ], "range": [ - 11548, - 11689 + 11549, + 11690 ], "loc": { "start": { @@ -27888,8 +27888,8 @@ } }, "range": [ - 11542, - 11689 + 11543, + 11690 ], "loc": { "start": { @@ -27905,8 +27905,8 @@ ], "kind": "let", "range": [ - 11538, - 11690 + 11539, + 11691 ], "loc": { "start": { @@ -27931,8 +27931,8 @@ "type": "Identifier", "name": "li2", "range": [ - 11703, - 11706 + 11704, + 11707 ], "loc": { "start": { @@ -27949,8 +27949,8 @@ "type": "Identifier", "name": "className", "range": [ - 11707, - 11716 + 11708, + 11717 ], "loc": { "start": { @@ -27964,8 +27964,8 @@ } }, "range": [ - 11703, - 11716 + 11704, + 11717 ], "loc": { "start": { @@ -27984,8 +27984,8 @@ "object": { "type": "ThisExpression", "range": [ - 11719, - 11723 + 11720, + 11724 ], "loc": { "start": { @@ -28002,8 +28002,8 @@ "type": "Identifier", "name": "checkListItemCssClass", "range": [ - 11724, - 11745 + 11725, + 11746 ], "loc": { "start": { @@ -28017,8 +28017,8 @@ } }, "range": [ - 11719, - 11745 + 11720, + 11746 ], "loc": { "start": { @@ -28032,8 +28032,8 @@ } }, "range": [ - 11703, - 11745 + 11704, + 11746 ], "loc": { "start": { @@ -28047,8 +28047,8 @@ } }, "range": [ - 11703, - 11746 + 11704, + 11747 ], "loc": { "start": { @@ -28072,8 +28072,8 @@ "type": "Identifier", "name": "ul", "range": [ - 11759, - 11761 + 11760, + 11762 ], "loc": { "start": { @@ -28090,8 +28090,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11762, - 11773 + 11763, + 11774 ], "loc": { "start": { @@ -28105,8 +28105,8 @@ } }, "range": [ - 11759, - 11773 + 11760, + 11774 ], "loc": { "start": { @@ -28124,8 +28124,8 @@ "type": "Identifier", "name": "li2", "range": [ - 11774, - 11777 + 11775, + 11778 ], "loc": { "start": { @@ -28140,8 +28140,8 @@ } ], "range": [ - 11759, - 11778 + 11760, + 11779 ], "loc": { "start": { @@ -28155,8 +28155,8 @@ } }, "range": [ - 11759, - 11779 + 11760, + 11780 ], "loc": { "start": { @@ -28180,8 +28180,8 @@ "type": "Identifier", "name": "Event", "range": [ - 11792, - 11797 + 11793, + 11798 ], "loc": { "start": { @@ -28198,8 +28198,8 @@ "type": "Identifier", "name": "add", "range": [ - 11798, - 11801 + 11799, + 11802 ], "loc": { "start": { @@ -28213,8 +28213,8 @@ } }, "range": [ - 11792, - 11801 + 11793, + 11802 ], "loc": { "start": { @@ -28235,8 +28235,8 @@ "type": "Identifier", "name": "li2", "range": [ - 11802, - 11805 + 11803, + 11806 ], "loc": { "start": { @@ -28253,8 +28253,8 @@ "type": "Identifier", "name": "check", "range": [ - 11806, - 11811 + 11807, + 11812 ], "loc": { "start": { @@ -28268,8 +28268,8 @@ } }, "range": [ - 11802, - 11811 + 11803, + 11812 ], "loc": { "start": { @@ -28287,8 +28287,8 @@ "value": "click", "raw": "'click'", "range": [ - 11813, - 11820 + 11814, + 11821 ], "loc": { "start": { @@ -28309,8 +28309,8 @@ "type": "Identifier", "name": "evt", "range": [ - 11823, - 11826 + 11824, + 11827 ], "loc": { "start": { @@ -28332,8 +28332,8 @@ "object": { "type": "ThisExpression", "range": [ - 11831, - 11835 + 11832, + 11836 ], "loc": { "start": { @@ -28350,8 +28350,8 @@ "type": "Identifier", "name": "optionClick", "range": [ - 11836, - 11847 + 11837, + 11848 ], "loc": { "start": { @@ -28365,8 +28365,8 @@ } }, "range": [ - 11831, - 11847 + 11832, + 11848 ], "loc": { "start": { @@ -28384,8 +28384,8 @@ "type": "Identifier", "name": "evt", "range": [ - 11848, - 11851 + 11849, + 11852 ], "loc": { "start": { @@ -28400,8 +28400,8 @@ } ], "range": [ - 11831, - 11852 + 11832, + 11853 ], "loc": { "start": { @@ -28417,8 +28417,8 @@ "generator": false, "expression": true, "range": [ - 11822, - 11852 + 11823, + 11853 ], "loc": { "start": { @@ -28433,8 +28433,8 @@ } ], "range": [ - 11792, - 11853 + 11793, + 11854 ], "loc": { "start": { @@ -28448,8 +28448,8 @@ } }, "range": [ - 11792, - 11854 + 11793, + 11855 ], "loc": { "start": { @@ -28471,8 +28471,8 @@ "type": "Identifier", "name": "chkCt", "range": [ - 11867, - 11872 + 11868, + 11873 ], "loc": { "start": { @@ -28487,8 +28487,8 @@ }, "prefix": false, "range": [ - 11867, - 11874 + 11868, + 11875 ], "loc": { "start": { @@ -28502,8 +28502,8 @@ } }, "range": [ - 11867, - 11875 + 11868, + 11876 ], "loc": { "start": { @@ -28518,8 +28518,8 @@ } ], "range": [ - 11524, - 11885 + 11525, + 11886 ], "loc": { "start": { @@ -28534,8 +28534,8 @@ }, "alternate": null, "range": [ - 11495, - 11885 + 11496, + 11886 ], "loc": { "start": { @@ -28554,8 +28554,8 @@ "type": "Identifier", "name": "chkCt", "range": [ - 11901, - 11906 + 11902, + 11907 ], "loc": { "start": { @@ -28569,8 +28569,8 @@ } }, "range": [ - 11894, - 11907 + 11895, + 11908 ], "loc": { "start": { @@ -28585,8 +28585,8 @@ } ], "range": [ - 10733, - 11913 + 10734, + 11914 ], "loc": { "start": { @@ -28602,8 +28602,8 @@ "generator": false, "expression": false, "range": [ - 10718, - 11913 + 10719, + 11914 ], "loc": { "start": { @@ -28619,8 +28619,8 @@ "kind": "method", "computed": false, "range": [ - 10708, - 11913 + 10709, + 11914 ], "loc": { "start": { @@ -28637,8 +28637,8 @@ "type": "Block", "value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 10569, - 10703 + 10570, + 10704 ], "loc": { "start": { @@ -28657,8 +28657,8 @@ "type": "Block", "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n ", "range": [ - 11919, - 12038 + 11920, + 12039 ], "loc": { "start": { @@ -28680,8 +28680,8 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 12043, - 12061 + 12044, + 12062 ], "loc": { "start": { @@ -28702,8 +28702,8 @@ "type": "Identifier", "name": "o", "range": [ - 12062, - 12063 + 12063, + 12064 ], "loc": { "start": { @@ -28729,8 +28729,8 @@ "type": "Identifier", "name": "o", "range": [ - 12080, - 12081 + 12081, + 12082 ], "loc": { "start": { @@ -28745,8 +28745,8 @@ }, "prefix": true, "range": [ - 12079, - 12081 + 12080, + 12082 ], "loc": { "start": { @@ -28766,8 +28766,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 12097, - 12104 + 12098, + 12105 ], "loc": { "start": { @@ -28782,8 +28782,8 @@ } ], "range": [ - 12083, - 12114 + 12084, + 12115 ], "loc": { "start": { @@ -28798,8 +28798,8 @@ }, "alternate": null, "range": [ - 12075, - 12114 + 12076, + 12115 ], "loc": { "start": { @@ -28821,8 +28821,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12128, - 12130 + 12129, + 12131 ], "loc": { "start": { @@ -28841,8 +28841,8 @@ "object": { "type": "ThisExpression", "range": [ - 12133, - 12137 + 12134, + 12138 ], "loc": { "start": { @@ -28859,8 +28859,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12138, - 12140 + 12139, + 12141 ], "loc": { "start": { @@ -28874,8 +28874,8 @@ } }, "range": [ - 12133, - 12140 + 12134, + 12141 ], "loc": { "start": { @@ -28889,8 +28889,8 @@ } }, "range": [ - 12128, - 12140 + 12129, + 12141 ], "loc": { "start": { @@ -28906,8 +28906,8 @@ ], "kind": "let", "range": [ - 12124, - 12141 + 12125, + 12142 ], "loc": { "start": { @@ -28929,8 +28929,8 @@ "type": "Identifier", "name": "chkValue", "range": [ - 12154, - 12162 + 12155, + 12163 ], "loc": { "start": { @@ -28950,8 +28950,8 @@ "type": "Identifier", "name": "o", "range": [ - 12165, - 12166 + 12166, + 12167 ], "loc": { "start": { @@ -28968,8 +28968,8 @@ "type": "Identifier", "name": "value", "range": [ - 12167, - 12172 + 12168, + 12173 ], "loc": { "start": { @@ -28983,8 +28983,8 @@ } }, "range": [ - 12165, - 12172 + 12166, + 12173 ], "loc": { "start": { @@ -28998,8 +28998,8 @@ } }, "range": [ - 12154, - 12172 + 12155, + 12173 ], "loc": { "start": { @@ -29015,8 +29015,8 @@ ], "kind": "let", "range": [ - 12150, - 12173 + 12151, + 12174 ], "loc": { "start": { @@ -29033,8 +29033,8 @@ "type": "Line", "value": "checked item value", "range": [ - 12174, - 12194 + 12175, + 12195 ], "loc": { "start": { @@ -29051,8 +29051,8 @@ "type": "Line", "value": " TODO: provide helper to extract column index, ugly!", "range": [ - 12203, - 12257 + 12204, + 12258 ], "loc": { "start": { @@ -29076,8 +29076,8 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 12270, - 12278 + 12271, + 12279 ], "loc": { "start": { @@ -29096,8 +29096,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 12281, - 12289 + 12282, + 12290 ], "loc": { "start": { @@ -29126,8 +29126,8 @@ "type": "Identifier", "name": "o", "range": [ - 12290, - 12291 + 12291, + 12292 ], "loc": { "start": { @@ -29144,8 +29144,8 @@ "type": "Identifier", "name": "id", "range": [ - 12292, - 12294 + 12293, + 12295 ], "loc": { "start": { @@ -29159,8 +29159,8 @@ } }, "range": [ - 12290, - 12294 + 12291, + 12295 ], "loc": { "start": { @@ -29177,8 +29177,8 @@ "type": "Identifier", "name": "split", "range": [ - 12295, - 12300 + 12296, + 12301 ], "loc": { "start": { @@ -29192,8 +29192,8 @@ } }, "range": [ - 12290, - 12300 + 12291, + 12301 ], "loc": { "start": { @@ -29212,8 +29212,8 @@ "value": "_", "raw": "'_'", "range": [ - 12301, - 12304 + 12302, + 12305 ], "loc": { "start": { @@ -29228,8 +29228,8 @@ } ], "range": [ - 12290, - 12305 + 12291, + 12306 ], "loc": { "start": { @@ -29247,8 +29247,8 @@ "value": 2, "raw": "2", "range": [ - 12306, - 12307 + 12307, + 12308 ], "loc": { "start": { @@ -29262,8 +29262,8 @@ } }, "range": [ - 12290, - 12308 + 12291, + 12309 ], "loc": { "start": { @@ -29281,8 +29281,8 @@ "value": 10, "raw": "10", "range": [ - 12310, - 12312 + 12311, + 12313 ], "loc": { "start": { @@ -29297,8 +29297,8 @@ } ], "range": [ - 12281, - 12313 + 12282, + 12314 ], "loc": { "start": { @@ -29312,8 +29312,8 @@ } }, "range": [ - 12270, - 12313 + 12271, + 12314 ], "loc": { "start": { @@ -29329,8 +29329,8 @@ ], "kind": "let", "range": [ - 12266, - 12314 + 12267, + 12315 ], "loc": { "start": { @@ -29347,8 +29347,8 @@ "type": "Line", "value": "checked item value", "range": [ - 12174, - 12194 + 12175, + 12195 ], "loc": { "start": { @@ -29365,8 +29365,8 @@ "type": "Line", "value": " TODO: provide helper to extract column index, ugly!", "range": [ - 12203, - 12257 + 12204, + 12258 ], "loc": { "start": { @@ -29390,8 +29390,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 12327, - 12333 + 12328, + 12334 ], "loc": { "start": { @@ -29413,8 +29413,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12336, - 12338 + 12337, + 12339 ], "loc": { "start": { @@ -29431,8 +29431,8 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 12339, - 12365 + 12340, + 12366 ], "loc": { "start": { @@ -29446,8 +29446,8 @@ } }, "range": [ - 12336, - 12365 + 12337, + 12366 ], "loc": { "start": { @@ -29468,8 +29468,8 @@ "type": "Identifier", "name": "o", "range": [ - 12366, - 12367 + 12367, + 12368 ], "loc": { "start": { @@ -29486,8 +29486,8 @@ "type": "Identifier", "name": "id", "range": [ - 12368, - 12370 + 12369, + 12371 ], "loc": { "start": { @@ -29501,8 +29501,8 @@ } }, "range": [ - 12366, - 12370 + 12367, + 12371 ], "loc": { "start": { @@ -29517,8 +29517,8 @@ } ], "range": [ - 12336, - 12371 + 12337, + 12372 ], "loc": { "start": { @@ -29532,8 +29532,8 @@ } }, "range": [ - 12327, - 12371 + 12328, + 12372 ], "loc": { "start": { @@ -29549,8 +29549,8 @@ ], "kind": "let", "range": [ - 12323, - 12372 + 12324, + 12373 ], "loc": { "start": { @@ -29572,8 +29572,8 @@ "type": "Identifier", "name": "itemTag", "range": [ - 12385, - 12392 + 12386, + 12393 ], "loc": { "start": { @@ -29591,8 +29591,8 @@ "value": "LI", "raw": "'LI'", "range": [ - 12395, - 12399 + 12396, + 12400 ], "loc": { "start": { @@ -29606,8 +29606,8 @@ } }, "range": [ - 12385, - 12399 + 12386, + 12400 ], "loc": { "start": { @@ -29623,8 +29623,8 @@ ], "kind": "let", "range": [ - 12381, - 12400 + 12382, + 12401 ], "loc": { "start": { @@ -29646,8 +29646,8 @@ "type": "Identifier", "name": "n", "range": [ - 12414, - 12415 + 12415, + 12416 ], "loc": { "start": { @@ -29669,8 +29669,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12418, - 12420 + 12419, + 12421 ], "loc": { "start": { @@ -29687,8 +29687,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 12421, - 12437 + 12422, + 12438 ], "loc": { "start": { @@ -29702,8 +29702,8 @@ } }, "range": [ - 12418, - 12437 + 12419, + 12438 ], "loc": { "start": { @@ -29723,8 +29723,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 12438, - 12446 + 12439, + 12447 ], "loc": { "start": { @@ -29742,8 +29742,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 12447, - 12453 + 12448, + 12454 ], "loc": { "start": { @@ -29761,8 +29761,8 @@ "value": 10, "raw": "10", "range": [ - 12455, - 12457 + 12456, + 12458 ], "loc": { "start": { @@ -29777,8 +29777,8 @@ } ], "range": [ - 12438, - 12458 + 12439, + 12459 ], "loc": { "start": { @@ -29793,8 +29793,8 @@ } ], "range": [ - 12418, - 12459 + 12419, + 12460 ], "loc": { "start": { @@ -29808,8 +29808,8 @@ } }, "range": [ - 12414, - 12459 + 12415, + 12460 ], "loc": { "start": { @@ -29825,8 +29825,8 @@ ], "kind": "let", "range": [ - 12410, - 12460 + 12411, + 12461 ], "loc": { "start": { @@ -29848,8 +29848,8 @@ "type": "Identifier", "name": "li", "range": [ - 12473, - 12475 + 12474, + 12476 ], "loc": { "start": { @@ -29872,8 +29872,8 @@ "type": "Identifier", "name": "n", "range": [ - 12478, - 12479 + 12479, + 12480 ], "loc": { "start": { @@ -29890,8 +29890,8 @@ "type": "Identifier", "name": "childNodes", "range": [ - 12480, - 12490 + 12481, + 12491 ], "loc": { "start": { @@ -29905,8 +29905,8 @@ } }, "range": [ - 12478, - 12490 + 12479, + 12491 ], "loc": { "start": { @@ -29923,8 +29923,8 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 12491, - 12499 + 12492, + 12500 ], "loc": { "start": { @@ -29938,8 +29938,8 @@ } }, "range": [ - 12478, - 12500 + 12479, + 12501 ], "loc": { "start": { @@ -29953,8 +29953,8 @@ } }, "range": [ - 12473, - 12500 + 12474, + 12501 ], "loc": { "start": { @@ -29970,8 +29970,8 @@ ], "kind": "let", "range": [ - 12469, - 12501 + 12470, + 12502 ], "loc": { "start": { @@ -29993,8 +29993,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12514, - 12522 + 12515, + 12523 ], "loc": { "start": { @@ -30016,8 +30016,8 @@ "type": "Identifier", "name": "n", "range": [ - 12525, - 12526 + 12526, + 12527 ], "loc": { "start": { @@ -30034,8 +30034,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 12527, - 12539 + 12528, + 12540 ], "loc": { "start": { @@ -30049,8 +30049,8 @@ } }, "range": [ - 12525, - 12539 + 12526, + 12540 ], "loc": { "start": { @@ -30069,8 +30069,8 @@ "value": "colIndex", "raw": "'colIndex'", "range": [ - 12540, - 12550 + 12541, + 12551 ], "loc": { "start": { @@ -30085,8 +30085,8 @@ } ], "range": [ - 12525, - 12551 + 12526, + 12552 ], "loc": { "start": { @@ -30100,8 +30100,8 @@ } }, "range": [ - 12514, - 12551 + 12515, + 12552 ], "loc": { "start": { @@ -30117,8 +30117,8 @@ ], "kind": "let", "range": [ - 12510, - 12552 + 12511, + 12553 ], "loc": { "start": { @@ -30140,8 +30140,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 12565, - 12573 + 12566, + 12574 ], "loc": { "start": { @@ -30163,8 +30163,8 @@ "type": "Identifier", "name": "n", "range": [ - 12576, - 12577 + 12577, + 12578 ], "loc": { "start": { @@ -30181,8 +30181,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 12578, - 12590 + 12579, + 12591 ], "loc": { "start": { @@ -30196,8 +30196,8 @@ } }, "range": [ - 12576, - 12590 + 12577, + 12591 ], "loc": { "start": { @@ -30216,8 +30216,8 @@ "value": "value", "raw": "'value'", "range": [ - 12591, - 12598 + 12592, + 12599 ], "loc": { "start": { @@ -30232,8 +30232,8 @@ } ], "range": [ - 12576, - 12599 + 12577, + 12600 ], "loc": { "start": { @@ -30247,8 +30247,8 @@ } }, "range": [ - 12565, - 12599 + 12566, + 12600 ], "loc": { "start": { @@ -30264,8 +30264,8 @@ ], "kind": "let", "range": [ - 12561, - 12600 + 12562, + 12601 ], "loc": { "start": { @@ -30282,8 +30282,8 @@ "type": "Line", "value": "filter value (ul tag)", "range": [ - 12601, - 12624 + 12602, + 12625 ], "loc": { "start": { @@ -30307,8 +30307,8 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 12637, - 12647 + 12638, + 12648 ], "loc": { "start": { @@ -30330,8 +30330,8 @@ "type": "Identifier", "name": "n", "range": [ - 12650, - 12651 + 12651, + 12652 ], "loc": { "start": { @@ -30348,8 +30348,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 12652, - 12664 + 12653, + 12665 ], "loc": { "start": { @@ -30363,8 +30363,8 @@ } }, "range": [ - 12650, - 12664 + 12651, + 12665 ], "loc": { "start": { @@ -30383,8 +30383,8 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 12665, - 12674 + 12666, + 12675 ], "loc": { "start": { @@ -30399,8 +30399,8 @@ } ], "range": [ - 12650, - 12675 + 12651, + 12676 ], "loc": { "start": { @@ -30414,8 +30414,8 @@ } }, "range": [ - 12637, - 12675 + 12638, + 12676 ], "loc": { "start": { @@ -30431,8 +30431,8 @@ ], "kind": "let", "range": [ - 12633, - 12676 + 12634, + 12677 ], "loc": { "start": { @@ -30449,8 +30449,8 @@ "type": "Line", "value": "filter value (ul tag)", "range": [ - 12601, - 12624 + 12602, + 12625 ], "loc": { "start": { @@ -30469,8 +30469,8 @@ "type": "Line", "value": "selected items (ul tag)", "range": [ - 12677, - 12702 + 12678, + 12703 ], "loc": { "start": { @@ -30494,8 +30494,8 @@ "type": "Identifier", "name": "o", "range": [ - 12716, - 12717 + 12717, + 12718 ], "loc": { "start": { @@ -30512,8 +30512,8 @@ "type": "Identifier", "name": "checked", "range": [ - 12718, - 12725 + 12719, + 12726 ], "loc": { "start": { @@ -30527,8 +30527,8 @@ } }, "range": [ - 12716, - 12725 + 12717, + 12726 ], "loc": { "start": { @@ -30553,8 +30553,8 @@ "type": "Identifier", "name": "chkValue", "range": [ - 12773, - 12781 + 12774, + 12782 ], "loc": { "start": { @@ -30572,8 +30572,8 @@ "value": "", "raw": "''", "range": [ - 12786, - 12788 + 12787, + 12789 ], "loc": { "start": { @@ -30587,8 +30587,8 @@ } }, "range": [ - 12773, - 12788 + 12774, + 12789 ], "loc": { "start": { @@ -30613,8 +30613,8 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 12813, - 12823 + 12814, + 12824 ], "loc": { "start": { @@ -30634,8 +30634,8 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 12827, - 12837 + 12828, + 12838 ], "loc": { "start": { @@ -30653,8 +30653,8 @@ "value": "", "raw": "''", "range": [ - 12842, - 12844 + 12843, + 12845 ], "loc": { "start": { @@ -30668,8 +30668,8 @@ } }, "range": [ - 12827, - 12844 + 12828, + 12845 ], "loc": { "start": { @@ -30683,8 +30683,8 @@ } }, "range": [ - 12813, - 12844 + 12814, + 12845 ], "loc": { "start": { @@ -30709,8 +30709,8 @@ "type": "Identifier", "name": "indSplit", "range": [ - 12909, - 12917 + 12910, + 12918 ], "loc": { "start": { @@ -30732,8 +30732,8 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 12920, - 12930 + 12921, + 12931 ], "loc": { "start": { @@ -30750,8 +30750,8 @@ "type": "Identifier", "name": "split", "range": [ - 12931, - 12936 + 12932, + 12937 ], "loc": { "start": { @@ -30765,8 +30765,8 @@ } }, "range": [ - 12920, - 12936 + 12921, + 12937 ], "loc": { "start": { @@ -30787,8 +30787,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12937, - 12939 + 12938, + 12940 ], "loc": { "start": { @@ -30805,8 +30805,8 @@ "type": "Identifier", "name": "separator", "range": [ - 12940, - 12949 + 12941, + 12950 ], "loc": { "start": { @@ -30820,8 +30820,8 @@ } }, "range": [ - 12937, - 12949 + 12938, + 12950 ], "loc": { "start": { @@ -30836,8 +30836,8 @@ } ], "range": [ - 12920, - 12950 + 12921, + 12951 ], "loc": { "start": { @@ -30851,8 +30851,8 @@ } }, "range": [ - 12909, - 12950 + 12910, + 12951 ], "loc": { "start": { @@ -30868,8 +30868,8 @@ ], "kind": "let", "range": [ - 12905, - 12951 + 12906, + 12952 ], "loc": { "start": { @@ -30886,8 +30886,8 @@ "type": "Line", "value": "items indexes", "range": [ - 12869, - 12884 + 12870, + 12885 ], "loc": { "start": { @@ -30906,8 +30906,8 @@ "type": "Line", "value": "checked items loop", "range": [ - 12972, - 12992 + 12973, + 12993 ], "loc": { "start": { @@ -30933,8 +30933,8 @@ "type": "Identifier", "name": "u", "range": [ - 13022, - 13023 + 13023, + 13024 ], "loc": { "start": { @@ -30952,8 +30952,8 @@ "value": 0, "raw": "0", "range": [ - 13026, - 13027 + 13027, + 13028 ], "loc": { "start": { @@ -30967,8 +30967,8 @@ } }, "range": [ - 13022, - 13027 + 13023, + 13028 ], "loc": { "start": { @@ -30984,8 +30984,8 @@ ], "kind": "let", "range": [ - 13018, - 13027 + 13019, + 13028 ], "loc": { "start": { @@ -31005,8 +31005,8 @@ "type": "Identifier", "name": "u", "range": [ - 13029, - 13030 + 13030, + 13031 ], "loc": { "start": { @@ -31026,8 +31026,8 @@ "type": "Identifier", "name": "indSplit", "range": [ - 13033, - 13041 + 13034, + 13042 ], "loc": { "start": { @@ -31044,8 +31044,8 @@ "type": "Identifier", "name": "length", "range": [ - 13042, - 13048 + 13043, + 13049 ], "loc": { "start": { @@ -31059,8 +31059,8 @@ } }, "range": [ - 13033, - 13048 + 13034, + 13049 ], "loc": { "start": { @@ -31074,8 +31074,8 @@ } }, "range": [ - 13029, - 13048 + 13030, + 13049 ], "loc": { "start": { @@ -31095,8 +31095,8 @@ "type": "Identifier", "name": "u", "range": [ - 13050, - 13051 + 13051, + 13052 ], "loc": { "start": { @@ -31111,8 +31111,8 @@ }, "prefix": false, "range": [ - 13050, - 13053 + 13051, + 13054 ], "loc": { "start": { @@ -31137,8 +31137,8 @@ "type": "Identifier", "name": "cChk", "range": [ - 13124, - 13128 + 13125, + 13129 ], "loc": { "start": { @@ -31160,8 +31160,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 13131, - 13134 + 13132, + 13135 ], "loc": { "start": { @@ -31178,8 +31178,8 @@ "type": "Identifier", "name": "id", "range": [ - 13135, - 13137 + 13136, + 13138 ], "loc": { "start": { @@ -31193,8 +31193,8 @@ } }, "range": [ - 13131, - 13137 + 13132, + 13138 ], "loc": { "start": { @@ -31224,8 +31224,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13138, - 13140 + 13139, + 13141 ], "loc": { "start": { @@ -31242,8 +31242,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 13141, - 13147 + 13142, + 13148 ], "loc": { "start": { @@ -31257,8 +31257,8 @@ } }, "range": [ - 13138, - 13147 + 13139, + 13148 ], "loc": { "start": { @@ -31275,8 +31275,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13148, - 13156 + 13149, + 13157 ], "loc": { "start": { @@ -31290,8 +31290,8 @@ } }, "range": [ - 13138, - 13157 + 13139, + 13158 ], "loc": { "start": { @@ -31309,8 +31309,8 @@ "value": "_", "raw": "'_'", "range": [ - 13160, - 13163 + 13161, + 13164 ], "loc": { "start": { @@ -31324,8 +31324,8 @@ } }, "range": [ - 13138, - 13163 + 13139, + 13164 ], "loc": { "start": { @@ -31345,8 +31345,8 @@ "type": "Identifier", "name": "indSplit", "range": [ - 13194, - 13202 + 13195, + 13203 ], "loc": { "start": { @@ -31363,8 +31363,8 @@ "type": "Identifier", "name": "u", "range": [ - 13203, - 13204 + 13204, + 13205 ], "loc": { "start": { @@ -31378,8 +31378,8 @@ } }, "range": [ - 13194, - 13205 + 13195, + 13206 ], "loc": { "start": { @@ -31393,8 +31393,8 @@ } }, "range": [ - 13138, - 13205 + 13139, + 13206 ], "loc": { "start": { @@ -31409,8 +31409,8 @@ } ], "range": [ - 13131, - 13206 + 13132, + 13207 ], "loc": { "start": { @@ -31424,8 +31424,8 @@ } }, "range": [ - 13124, - 13206 + 13125, + 13207 ], "loc": { "start": { @@ -31441,8 +31441,8 @@ ], "kind": "let", "range": [ - 13120, - 13207 + 13121, + 13208 ], "loc": { "start": { @@ -31459,8 +31459,8 @@ "type": "Line", "value": "checked item", "range": [ - 13081, - 13095 + 13082, + 13096 ], "loc": { "start": { @@ -31481,8 +31481,8 @@ "type": "Identifier", "name": "cChk", "range": [ - 13236, - 13240 + 13237, + 13241 ], "loc": { "start": { @@ -31510,8 +31510,8 @@ "type": "Identifier", "name": "cChk", "range": [ - 13272, - 13276 + 13273, + 13277 ], "loc": { "start": { @@ -31528,8 +31528,8 @@ "type": "Identifier", "name": "checked", "range": [ - 13277, - 13284 + 13278, + 13285 ], "loc": { "start": { @@ -31543,8 +31543,8 @@ } }, "range": [ - 13272, - 13284 + 13273, + 13285 ], "loc": { "start": { @@ -31562,8 +31562,8 @@ "value": false, "raw": "false", "range": [ - 13287, - 13292 + 13288, + 13293 ], "loc": { "start": { @@ -31577,8 +31577,8 @@ } }, "range": [ - 13272, - 13292 + 13273, + 13293 ], "loc": { "start": { @@ -31592,8 +31592,8 @@ } }, "range": [ - 13272, - 13293 + 13273, + 13294 ], "loc": { "start": { @@ -31617,8 +31617,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 13322, - 13325 + 13323, + 13326 ], "loc": { "start": { @@ -31635,8 +31635,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 13326, - 13337 + 13327, + 13338 ], "loc": { "start": { @@ -31650,8 +31650,8 @@ } }, "range": [ - 13322, - 13337 + 13323, + 13338 ], "loc": { "start": { @@ -31675,8 +31675,8 @@ "type": "Identifier", "name": "n", "range": [ - 13371, - 13372 + 13372, + 13373 ], "loc": { "start": { @@ -31693,8 +31693,8 @@ "type": "Identifier", "name": "childNodes", "range": [ - 13373, - 13383 + 13374, + 13384 ], "loc": { "start": { @@ -31708,8 +31708,8 @@ } }, "range": [ - 13371, - 13383 + 13372, + 13384 ], "loc": { "start": { @@ -31729,8 +31729,8 @@ "type": "Identifier", "name": "indSplit", "range": [ - 13384, - 13392 + 13385, + 13393 ], "loc": { "start": { @@ -31747,8 +31747,8 @@ "type": "Identifier", "name": "u", "range": [ - 13393, - 13394 + 13394, + 13395 ], "loc": { "start": { @@ -31762,8 +31762,8 @@ } }, "range": [ - 13384, - 13395 + 13385, + 13396 ], "loc": { "start": { @@ -31777,8 +31777,8 @@ } }, "range": [ - 13371, - 13396 + 13372, + 13397 ], "loc": { "start": { @@ -31797,8 +31797,8 @@ "object": { "type": "ThisExpression", "range": [ - 13430, - 13434 + 13431, + 13435 ], "loc": { "start": { @@ -31815,8 +31815,8 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 13435, - 13459 + 13436, + 13460 ], "loc": { "start": { @@ -31830,8 +31830,8 @@ } }, "range": [ - 13430, - 13459 + 13431, + 13460 ], "loc": { "start": { @@ -31846,8 +31846,8 @@ } ], "range": [ - 13322, - 13489 + 13323, + 13490 ], "loc": { "start": { @@ -31861,8 +31861,8 @@ } }, "range": [ - 13322, - 13490 + 13323, + 13491 ], "loc": { "start": { @@ -31877,8 +31877,8 @@ } ], "range": [ - 13242, - 13516 + 13243, + 13517 ], "loc": { "start": { @@ -31893,8 +31893,8 @@ }, "alternate": null, "range": [ - 13232, - 13516 + 13233, + 13517 ], "loc": { "start": { @@ -31909,8 +31909,8 @@ } ], "range": [ - 13055, - 13538 + 13056, + 13539 ], "loc": { "start": { @@ -31924,8 +31924,8 @@ } }, "range": [ - 13013, - 13538 + 13014, + 13539 ], "loc": { "start": { @@ -31942,8 +31942,8 @@ "type": "Line", "value": "checked items loop", "range": [ - 12972, - 12992 + 12973, + 12993 ], "loc": { "start": { @@ -31960,8 +31960,8 @@ } ], "range": [ - 12847, - 13556 + 12848, + 13557 ], "loc": { "start": { @@ -31976,8 +31976,8 @@ }, "alternate": null, "range": [ - 12808, - 13556 + 12809, + 13557 ], "loc": { "start": { @@ -32001,8 +32001,8 @@ "type": "Identifier", "name": "n", "range": [ - 13573, - 13574 + 13574, + 13575 ], "loc": { "start": { @@ -32019,8 +32019,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13575, - 13587 + 13576, + 13588 ], "loc": { "start": { @@ -32034,8 +32034,8 @@ } }, "range": [ - 13573, - 13587 + 13574, + 13588 ], "loc": { "start": { @@ -32054,8 +32054,8 @@ "value": "value", "raw": "'value'", "range": [ - 13588, - 13595 + 13589, + 13596 ], "loc": { "start": { @@ -32073,8 +32073,8 @@ "value": "", "raw": "''", "range": [ - 13597, - 13599 + 13598, + 13600 ], "loc": { "start": { @@ -32089,8 +32089,8 @@ } ], "range": [ - 13573, - 13600 + 13574, + 13601 ], "loc": { "start": { @@ -32104,8 +32104,8 @@ } }, "range": [ - 13573, - 13601 + 13574, + 13602 ], "loc": { "start": { @@ -32129,8 +32129,8 @@ "type": "Identifier", "name": "n", "range": [ - 13618, - 13619 + 13619, + 13620 ], "loc": { "start": { @@ -32147,8 +32147,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13620, - 13632 + 13621, + 13633 ], "loc": { "start": { @@ -32162,8 +32162,8 @@ } }, "range": [ - 13618, - 13632 + 13619, + 13633 ], "loc": { "start": { @@ -32182,8 +32182,8 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 13633, - 13642 + 13634, + 13643 ], "loc": { "start": { @@ -32201,8 +32201,8 @@ "value": "", "raw": "''", "range": [ - 13644, - 13646 + 13645, + 13647 ], "loc": { "start": { @@ -32217,8 +32217,8 @@ } ], "range": [ - 13618, - 13647 + 13619, + 13648 ], "loc": { "start": { @@ -32232,8 +32232,8 @@ } }, "range": [ - 13618, - 13648 + 13619, + 13649 ], "loc": { "start": { @@ -32248,8 +32248,8 @@ } ], "range": [ - 12790, - 13663 + 12791, + 13664 ], "loc": { "start": { @@ -32274,8 +32274,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13687, - 13695 + 13688, + 13696 ], "loc": { "start": { @@ -32294,8 +32294,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13699, - 13707 + 13700, + 13708 ], "loc": { "start": { @@ -32312,8 +32312,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13711, - 13719 + 13712, + 13720 ], "loc": { "start": { @@ -32331,8 +32331,8 @@ "value": "", "raw": "''", "range": [ - 13722, - 13724 + 13723, + 13725 ], "loc": { "start": { @@ -32346,8 +32346,8 @@ } }, "range": [ - 13698, - 13724 + 13699, + 13725 ], "loc": { "start": { @@ -32361,8 +32361,8 @@ } }, "range": [ - 13687, - 13724 + 13688, + 13725 ], "loc": { "start": { @@ -32376,8 +32376,8 @@ } }, "range": [ - 13687, - 13725 + 13688, + 13726 ], "loc": { "start": { @@ -32399,8 +32399,8 @@ "type": "Identifier", "name": "chkValue", "range": [ - 13742, - 13750 + 13743, + 13751 ], "loc": { "start": { @@ -32422,8 +32422,8 @@ "type": "Identifier", "name": "Str", "range": [ - 13753, - 13756 + 13754, + 13757 ], "loc": { "start": { @@ -32440,8 +32440,8 @@ "type": "Identifier", "name": "trim", "range": [ - 13757, - 13761 + 13758, + 13762 ], "loc": { "start": { @@ -32455,8 +32455,8 @@ } }, "range": [ - 13753, - 13761 + 13754, + 13762 ], "loc": { "start": { @@ -32486,8 +32486,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 13762, - 13770 + 13763, + 13771 ], "loc": { "start": { @@ -32505,8 +32505,8 @@ "value": " ", "raw": "' '", "range": [ - 13773, - 13776 + 13774, + 13777 ], "loc": { "start": { @@ -32520,8 +32520,8 @@ } }, "range": [ - 13762, - 13776 + 13763, + 13777 ], "loc": { "start": { @@ -32538,8 +32538,8 @@ "type": "Identifier", "name": "chkValue", "range": [ - 13779, - 13787 + 13780, + 13788 ], "loc": { "start": { @@ -32553,8 +32553,8 @@ } }, "range": [ - 13762, - 13787 + 13763, + 13788 ], "loc": { "start": { @@ -32572,8 +32572,8 @@ "value": " ", "raw": "' '", "range": [ - 13790, - 13793 + 13791, + 13794 ], "loc": { "start": { @@ -32587,8 +32587,8 @@ } }, "range": [ - 13762, - 13793 + 13763, + 13794 ], "loc": { "start": { @@ -32608,8 +32608,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13816, - 13818 + 13817, + 13819 ], "loc": { "start": { @@ -32626,8 +32626,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 13819, - 13829 + 13820, + 13830 ], "loc": { "start": { @@ -32641,8 +32641,8 @@ } }, "range": [ - 13816, - 13829 + 13817, + 13830 ], "loc": { "start": { @@ -32656,8 +32656,8 @@ } }, "range": [ - 13762, - 13829 + 13763, + 13830 ], "loc": { "start": { @@ -32672,8 +32672,8 @@ } ], "range": [ - 13753, - 13830 + 13754, + 13831 ], "loc": { "start": { @@ -32687,8 +32687,8 @@ } }, "range": [ - 13742, - 13830 + 13743, + 13831 ], "loc": { "start": { @@ -32702,8 +32702,8 @@ } }, "range": [ - 13742, - 13831 + 13743, + 13832 ], "loc": { "start": { @@ -32725,8 +32725,8 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 13848, - 13856 + 13849, + 13857 ], "loc": { "start": { @@ -32749,8 +32749,8 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 13859, - 13869 + 13860, + 13870 ], "loc": { "start": { @@ -32767,8 +32767,8 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 13872, - 13880 + 13873, + 13881 ], "loc": { "start": { @@ -32782,8 +32782,8 @@ } }, "range": [ - 13859, - 13880 + 13860, + 13881 ], "loc": { "start": { @@ -32803,8 +32803,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13883, - 13885 + 13884, + 13886 ], "loc": { "start": { @@ -32821,8 +32821,8 @@ "type": "Identifier", "name": "separator", "range": [ - 13886, - 13895 + 13887, + 13896 ], "loc": { "start": { @@ -32836,8 +32836,8 @@ } }, "range": [ - 13883, - 13895 + 13884, + 13896 ], "loc": { "start": { @@ -32851,8 +32851,8 @@ } }, "range": [ - 13859, - 13895 + 13860, + 13896 ], "loc": { "start": { @@ -32866,8 +32866,8 @@ } }, "range": [ - 13848, - 13895 + 13849, + 13896 ], "loc": { "start": { @@ -32881,8 +32881,8 @@ } }, "range": [ - 13848, - 13896 + 13849, + 13897 ], "loc": { "start": { @@ -32906,8 +32906,8 @@ "type": "Identifier", "name": "n", "range": [ - 13913, - 13914 + 13914, + 13915 ], "loc": { "start": { @@ -32924,8 +32924,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13915, - 13927 + 13916, + 13928 ], "loc": { "start": { @@ -32939,8 +32939,8 @@ } }, "range": [ - 13913, - 13927 + 13914, + 13928 ], "loc": { "start": { @@ -32959,8 +32959,8 @@ "value": "value", "raw": "'value'", "range": [ - 13928, - 13935 + 13929, + 13936 ], "loc": { "start": { @@ -32977,8 +32977,8 @@ "type": "Identifier", "name": "chkValue", "range": [ - 13937, - 13945 + 13938, + 13946 ], "loc": { "start": { @@ -32993,8 +32993,8 @@ } ], "range": [ - 13913, - 13946 + 13914, + 13947 ], "loc": { "start": { @@ -33008,8 +33008,8 @@ } }, "range": [ - 13913, - 13947 + 13914, + 13948 ], "loc": { "start": { @@ -33033,8 +33033,8 @@ "type": "Identifier", "name": "n", "range": [ - 13964, - 13965 + 13965, + 13966 ], "loc": { "start": { @@ -33051,8 +33051,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 13966, - 13978 + 13967, + 13979 ], "loc": { "start": { @@ -33066,8 +33066,8 @@ } }, "range": [ - 13964, - 13978 + 13965, + 13979 ], "loc": { "start": { @@ -33086,8 +33086,8 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 13979, - 13988 + 13980, + 13989 ], "loc": { "start": { @@ -33104,8 +33104,8 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 13990, - 13998 + 13991, + 13999 ], "loc": { "start": { @@ -33120,8 +33120,8 @@ } ], "range": [ - 13964, - 13999 + 13965, + 14000 ], "loc": { "start": { @@ -33135,8 +33135,8 @@ } }, "range": [ - 13964, - 14000 + 13965, + 14001 ], "loc": { "start": { @@ -33153,8 +33153,8 @@ "type": "Line", "value": "1st option unchecked", "range": [ - 14017, - 14039 + 14018, + 14040 ], "loc": { "start": { @@ -33180,8 +33180,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 14060, - 14063 + 14061, + 14064 ], "loc": { "start": { @@ -33198,8 +33198,8 @@ "type": "Identifier", "name": "id", "range": [ - 14064, - 14066 + 14065, + 14067 ], "loc": { "start": { @@ -33213,8 +33213,8 @@ } }, "range": [ - 14060, - 14066 + 14061, + 14067 ], "loc": { "start": { @@ -33241,8 +33241,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14067, - 14069 + 14068, + 14070 ], "loc": { "start": { @@ -33259,8 +33259,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 14070, - 14076 + 14071, + 14077 ], "loc": { "start": { @@ -33274,8 +33274,8 @@ } }, "range": [ - 14067, - 14076 + 14068, + 14077 ], "loc": { "start": { @@ -33292,8 +33292,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14077, - 14085 + 14078, + 14086 ], "loc": { "start": { @@ -33307,8 +33307,8 @@ } }, "range": [ - 14067, - 14086 + 14068, + 14087 ], "loc": { "start": { @@ -33326,8 +33326,8 @@ "value": "_0", "raw": "'_0'", "range": [ - 14089, - 14093 + 14090, + 14094 ], "loc": { "start": { @@ -33341,8 +33341,8 @@ } }, "range": [ - 14067, - 14093 + 14068, + 14094 ], "loc": { "start": { @@ -33357,8 +33357,8 @@ } ], "range": [ - 14060, - 14094 + 14061, + 14095 ], "loc": { "start": { @@ -33391,8 +33391,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 14118, - 14121 + 14119, + 14122 ], "loc": { "start": { @@ -33409,8 +33409,8 @@ "type": "Identifier", "name": "id", "range": [ - 14122, - 14124 + 14123, + 14125 ], "loc": { "start": { @@ -33424,8 +33424,8 @@ } }, "range": [ - 14118, - 14124 + 14119, + 14125 ], "loc": { "start": { @@ -33452,8 +33452,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14125, - 14127 + 14126, + 14128 ], "loc": { "start": { @@ -33470,8 +33470,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 14128, - 14134 + 14129, + 14135 ], "loc": { "start": { @@ -33485,8 +33485,8 @@ } }, "range": [ - 14125, - 14134 + 14126, + 14135 ], "loc": { "start": { @@ -33503,8 +33503,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 14135, - 14143 + 14136, + 14144 ], "loc": { "start": { @@ -33518,8 +33518,8 @@ } }, "range": [ - 14125, - 14144 + 14126, + 14145 ], "loc": { "start": { @@ -33537,8 +33537,8 @@ "value": "_0", "raw": "'_0'", "range": [ - 14147, - 14151 + 14148, + 14152 ], "loc": { "start": { @@ -33552,8 +33552,8 @@ } }, "range": [ - 14125, - 14151 + 14126, + 14152 ], "loc": { "start": { @@ -33568,8 +33568,8 @@ } ], "range": [ - 14118, - 14152 + 14119, + 14153 ], "loc": { "start": { @@ -33586,8 +33586,8 @@ "type": "Identifier", "name": "checked", "range": [ - 14153, - 14160 + 14154, + 14161 ], "loc": { "start": { @@ -33601,8 +33601,8 @@ } }, "range": [ - 14118, - 14160 + 14119, + 14161 ], "loc": { "start": { @@ -33620,8 +33620,8 @@ "value": false, "raw": "false", "range": [ - 14163, - 14168 + 14164, + 14169 ], "loc": { "start": { @@ -33635,8 +33635,8 @@ } }, "range": [ - 14118, - 14168 + 14119, + 14169 ], "loc": { "start": { @@ -33650,8 +33650,8 @@ } }, "range": [ - 14118, - 14169 + 14119, + 14170 ], "loc": { "start": { @@ -33666,8 +33666,8 @@ } ], "range": [ - 14096, - 14187 + 14097, + 14188 ], "loc": { "start": { @@ -33682,8 +33682,8 @@ }, "alternate": null, "range": [ - 14056, - 14187 + 14057, + 14188 ], "loc": { "start": { @@ -33700,8 +33700,8 @@ "type": "Line", "value": "1st option unchecked", "range": [ - 14017, - 14039 + 14018, + 14040 ], "loc": { "start": { @@ -33718,8 +33718,8 @@ } ], "range": [ - 13669, - 14201 + 13670, + 14202 ], "loc": { "start": { @@ -33733,8 +33733,8 @@ } }, "range": [ - 12769, - 14201 + 12770, + 14202 ], "loc": { "start": { @@ -33751,8 +33751,8 @@ "type": "Line", "value": "show all item", "range": [ - 12741, - 12756 + 12742, + 12757 ], "loc": { "start": { @@ -33779,8 +33779,8 @@ "type": "Identifier", "name": "li", "range": [ - 14219, - 14221 + 14220, + 14222 ], "loc": { "start": { @@ -33797,8 +33797,8 @@ "type": "Identifier", "name": "nodeName", "range": [ - 14222, - 14230 + 14223, + 14231 ], "loc": { "start": { @@ -33812,8 +33812,8 @@ } }, "range": [ - 14219, - 14230 + 14220, + 14231 ], "loc": { "start": { @@ -33830,8 +33830,8 @@ "type": "Identifier", "name": "itemTag", "range": [ - 14235, - 14242 + 14236, + 14243 ], "loc": { "start": { @@ -33845,8 +33845,8 @@ } }, "range": [ - 14219, - 14242 + 14220, + 14243 ], "loc": { "start": { @@ -33873,8 +33873,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 14262, - 14265 + 14263, + 14266 ], "loc": { "start": { @@ -33891,8 +33891,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 14266, - 14277 + 14267, + 14278 ], "loc": { "start": { @@ -33906,8 +33906,8 @@ } }, "range": [ - 14262, - 14277 + 14263, + 14278 ], "loc": { "start": { @@ -33931,8 +33931,8 @@ "type": "Identifier", "name": "n", "range": [ - 14299, - 14300 + 14300, + 14301 ], "loc": { "start": { @@ -33949,8 +33949,8 @@ "type": "Identifier", "name": "childNodes", "range": [ - 14301, - 14311 + 14302, + 14312 ], "loc": { "start": { @@ -33964,8 +33964,8 @@ } }, "range": [ - 14299, - 14311 + 14300, + 14312 ], "loc": { "start": { @@ -33983,8 +33983,8 @@ "value": 0, "raw": "0", "range": [ - 14312, - 14313 + 14313, + 14314 ], "loc": { "start": { @@ -33998,8 +33998,8 @@ } }, "range": [ - 14299, - 14314 + 14300, + 14315 ], "loc": { "start": { @@ -34018,8 +34018,8 @@ "object": { "type": "ThisExpression", "range": [ - 14316, - 14320 + 14317, + 14321 ], "loc": { "start": { @@ -34036,8 +34036,8 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 14321, - 14345 + 14322, + 14346 ], "loc": { "start": { @@ -34051,8 +34051,8 @@ } }, "range": [ - 14316, - 14345 + 14317, + 14346 ], "loc": { "start": { @@ -34067,8 +34067,8 @@ } ], "range": [ - 14262, - 14346 + 14263, + 14347 ], "loc": { "start": { @@ -34082,8 +34082,8 @@ } }, "range": [ - 14262, - 14347 + 14263, + 14348 ], "loc": { "start": { @@ -34107,8 +34107,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 14364, - 14367 + 14365, + 14368 ], "loc": { "start": { @@ -34125,8 +34125,8 @@ "type": "Identifier", "name": "addClass", "range": [ - 14368, - 14376 + 14369, + 14377 ], "loc": { "start": { @@ -34140,8 +34140,8 @@ } }, "range": [ - 14364, - 14376 + 14365, + 14377 ], "loc": { "start": { @@ -34159,8 +34159,8 @@ "type": "Identifier", "name": "li", "range": [ - 14377, - 14379 + 14378, + 14380 ], "loc": { "start": { @@ -34179,8 +34179,8 @@ "object": { "type": "ThisExpression", "range": [ - 14381, - 14385 + 14382, + 14386 ], "loc": { "start": { @@ -34197,8 +34197,8 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 14386, - 14410 + 14387, + 14411 ], "loc": { "start": { @@ -34212,8 +34212,8 @@ } }, "range": [ - 14381, - 14410 + 14382, + 14411 ], "loc": { "start": { @@ -34228,8 +34228,8 @@ } ], "range": [ - 14364, - 14411 + 14365, + 14412 ], "loc": { "start": { @@ -34243,8 +34243,8 @@ } }, "range": [ - 14364, - 14412 + 14365, + 14413 ], "loc": { "start": { @@ -34259,8 +34259,8 @@ } ], "range": [ - 14244, - 14426 + 14245, + 14427 ], "loc": { "start": { @@ -34275,8 +34275,8 @@ }, "alternate": null, "range": [ - 14215, - 14426 + 14216, + 14427 ], "loc": { "start": { @@ -34291,8 +34291,8 @@ } ], "range": [ - 12727, - 14436 + 12728, + 14437 ], "loc": { "start": { @@ -34317,8 +34317,8 @@ "type": "Identifier", "name": "chkValue", "range": [ - 14489, - 14497 + 14490, + 14498 ], "loc": { "start": { @@ -34336,8 +34336,8 @@ "value": "", "raw": "''", "range": [ - 14502, - 14504 + 14503, + 14505 ], "loc": { "start": { @@ -34351,8 +34351,8 @@ } }, "range": [ - 14489, - 14504 + 14490, + 14505 ], "loc": { "start": { @@ -34377,8 +34377,8 @@ "type": "Identifier", "name": "replaceValue", "range": [ - 14528, - 14540 + 14529, + 14541 ], "loc": { "start": { @@ -34397,8 +34397,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 14547, - 14553 + 14548, + 14554 ], "loc": { "start": { @@ -34421,8 +34421,8 @@ "type": "Identifier", "name": "Str", "range": [ - 14575, - 14578 + 14576, + 14579 ], "loc": { "start": { @@ -34439,8 +34439,8 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 14579, - 14585 + 14580, + 14586 ], "loc": { "start": { @@ -34454,8 +34454,8 @@ } }, "range": [ - 14575, - 14585 + 14576, + 14586 ], "loc": { "start": { @@ -34479,8 +34479,8 @@ "type": "Identifier", "name": "chkValue", "range": [ - 14586, - 14594 + 14587, + 14595 ], "loc": { "start": { @@ -34498,8 +34498,8 @@ "value": " ", "raw": "' '", "range": [ - 14597, - 14600 + 14598, + 14601 ], "loc": { "start": { @@ -34513,8 +34513,8 @@ } }, "range": [ - 14586, - 14600 + 14587, + 14601 ], "loc": { "start": { @@ -34534,8 +34534,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14603, - 14605 + 14604, + 14606 ], "loc": { "start": { @@ -34552,8 +34552,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 14606, - 14616 + 14607, + 14617 ], "loc": { "start": { @@ -34567,8 +34567,8 @@ } }, "range": [ - 14603, - 14616 + 14604, + 14617 ], "loc": { "start": { @@ -34582,8 +34582,8 @@ } }, "range": [ - 14586, - 14616 + 14587, + 14617 ], "loc": { "start": { @@ -34598,8 +34598,8 @@ } ], "range": [ - 14575, - 14617 + 14576, + 14618 ], "loc": { "start": { @@ -34614,8 +34614,8 @@ } ], "range": [ - 14543, - 14618 + 14544, + 14619 ], "loc": { "start": { @@ -34629,8 +34629,8 @@ } }, "range": [ - 14528, - 14618 + 14529, + 14619 ], "loc": { "start": { @@ -34646,8 +34646,8 @@ ], "kind": "let", "range": [ - 14524, - 14619 + 14525, + 14620 ], "loc": { "start": { @@ -34669,8 +34669,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 14636, - 14644 + 14637, + 14645 ], "loc": { "start": { @@ -34692,8 +34692,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 14647, - 14655 + 14648, + 14656 ], "loc": { "start": { @@ -34710,8 +34710,8 @@ "type": "Identifier", "name": "replace", "range": [ - 14656, - 14663 + 14657, + 14664 ], "loc": { "start": { @@ -34725,8 +34725,8 @@ } }, "range": [ - 14647, - 14663 + 14648, + 14664 ], "loc": { "start": { @@ -34744,8 +34744,8 @@ "type": "Identifier", "name": "replaceValue", "range": [ - 14664, - 14676 + 14665, + 14677 ], "loc": { "start": { @@ -34763,8 +34763,8 @@ "value": "", "raw": "''", "range": [ - 14678, - 14680 + 14679, + 14681 ], "loc": { "start": { @@ -34779,8 +34779,8 @@ } ], "range": [ - 14647, - 14681 + 14648, + 14682 ], "loc": { "start": { @@ -34794,8 +34794,8 @@ } }, "range": [ - 14636, - 14681 + 14637, + 14682 ], "loc": { "start": { @@ -34809,8 +34809,8 @@ } }, "range": [ - 14636, - 14682 + 14637, + 14683 ], "loc": { "start": { @@ -34834,8 +34834,8 @@ "type": "Identifier", "name": "n", "range": [ - 14699, - 14700 + 14700, + 14701 ], "loc": { "start": { @@ -34852,8 +34852,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 14701, - 14713 + 14702, + 14714 ], "loc": { "start": { @@ -34867,8 +34867,8 @@ } }, "range": [ - 14699, - 14713 + 14700, + 14714 ], "loc": { "start": { @@ -34887,8 +34887,8 @@ "value": "value", "raw": "'value'", "range": [ - 14714, - 14721 + 14715, + 14722 ], "loc": { "start": { @@ -34910,8 +34910,8 @@ "type": "Identifier", "name": "Str", "range": [ - 14723, - 14726 + 14724, + 14727 ], "loc": { "start": { @@ -34928,8 +34928,8 @@ "type": "Identifier", "name": "trim", "range": [ - 14727, - 14731 + 14728, + 14732 ], "loc": { "start": { @@ -34943,8 +34943,8 @@ } }, "range": [ - 14723, - 14731 + 14724, + 14732 ], "loc": { "start": { @@ -34962,8 +34962,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 14732, - 14740 + 14733, + 14741 ], "loc": { "start": { @@ -34978,8 +34978,8 @@ } ], "range": [ - 14723, - 14741 + 14724, + 14742 ], "loc": { "start": { @@ -34994,8 +34994,8 @@ } ], "range": [ - 14699, - 14742 + 14700, + 14743 ], "loc": { "start": { @@ -35009,8 +35009,8 @@ } }, "range": [ - 14699, - 14743 + 14700, + 14744 ], "loc": { "start": { @@ -35032,8 +35032,8 @@ "type": "Identifier", "name": "replaceIndex", "range": [ - 14765, - 14777 + 14766, + 14778 ], "loc": { "start": { @@ -35052,8 +35052,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 14784, - 14790 + 14785, + 14791 ], "loc": { "start": { @@ -35076,8 +35076,8 @@ "type": "Identifier", "name": "Str", "range": [ - 14812, - 14815 + 14813, + 14816 ], "loc": { "start": { @@ -35094,8 +35094,8 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 14816, - 14822 + 14817, + 14823 ], "loc": { "start": { @@ -35109,8 +35109,8 @@ } }, "range": [ - 14812, - 14822 + 14813, + 14823 ], "loc": { "start": { @@ -35131,8 +35131,8 @@ "type": "Identifier", "name": "chkIndex", "range": [ - 14823, - 14831 + 14824, + 14832 ], "loc": { "start": { @@ -35152,8 +35152,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14834, - 14836 + 14835, + 14837 ], "loc": { "start": { @@ -35170,8 +35170,8 @@ "type": "Identifier", "name": "separator", "range": [ - 14837, - 14846 + 14838, + 14847 ], "loc": { "start": { @@ -35185,8 +35185,8 @@ } }, "range": [ - 14834, - 14846 + 14835, + 14847 ], "loc": { "start": { @@ -35200,8 +35200,8 @@ } }, "range": [ - 14823, - 14846 + 14824, + 14847 ], "loc": { "start": { @@ -35216,8 +35216,8 @@ } ], "range": [ - 14812, - 14847 + 14813, + 14848 ], "loc": { "start": { @@ -35232,8 +35232,8 @@ } ], "range": [ - 14780, - 14848 + 14781, + 14849 ], "loc": { "start": { @@ -35247,8 +35247,8 @@ } }, "range": [ - 14765, - 14848 + 14766, + 14849 ], "loc": { "start": { @@ -35264,8 +35264,8 @@ ], "kind": "let", "range": [ - 14761, - 14849 + 14762, + 14850 ], "loc": { "start": { @@ -35287,8 +35287,8 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 14866, - 14876 + 14867, + 14877 ], "loc": { "start": { @@ -35310,8 +35310,8 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 14879, - 14889 + 14880, + 14890 ], "loc": { "start": { @@ -35328,8 +35328,8 @@ "type": "Identifier", "name": "replace", "range": [ - 14890, - 14897 + 14891, + 14898 ], "loc": { "start": { @@ -35343,8 +35343,8 @@ } }, "range": [ - 14879, - 14897 + 14880, + 14898 ], "loc": { "start": { @@ -35362,8 +35362,8 @@ "type": "Identifier", "name": "replaceIndex", "range": [ - 14898, - 14910 + 14899, + 14911 ], "loc": { "start": { @@ -35381,8 +35381,8 @@ "value": "", "raw": "''", "range": [ - 14912, - 14914 + 14913, + 14915 ], "loc": { "start": { @@ -35397,8 +35397,8 @@ } ], "range": [ - 14879, - 14915 + 14880, + 14916 ], "loc": { "start": { @@ -35412,8 +35412,8 @@ } }, "range": [ - 14866, - 14915 + 14867, + 14916 ], "loc": { "start": { @@ -35427,8 +35427,8 @@ } }, "range": [ - 14866, - 14916 + 14867, + 14917 ], "loc": { "start": { @@ -35452,8 +35452,8 @@ "type": "Identifier", "name": "n", "range": [ - 14933, - 14934 + 14934, + 14935 ], "loc": { "start": { @@ -35470,8 +35470,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 14935, - 14947 + 14936, + 14948 ], "loc": { "start": { @@ -35485,8 +35485,8 @@ } }, "range": [ - 14933, - 14947 + 14934, + 14948 ], "loc": { "start": { @@ -35505,8 +35505,8 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 14948, - 14957 + 14949, + 14958 ], "loc": { "start": { @@ -35523,8 +35523,8 @@ "type": "Identifier", "name": "fltIndexes", "range": [ - 14959, - 14969 + 14960, + 14970 ], "loc": { "start": { @@ -35539,8 +35539,8 @@ } ], "range": [ - 14933, - 14970 + 14934, + 14971 ], "loc": { "start": { @@ -35554,8 +35554,8 @@ } }, "range": [ - 14933, - 14971 + 14934, + 14972 ], "loc": { "start": { @@ -35570,8 +35570,8 @@ } ], "range": [ - 14506, - 14985 + 14507, + 14986 ], "loc": { "start": { @@ -35586,8 +35586,8 @@ }, "alternate": null, "range": [ - 14485, - 14985 + 14486, + 14986 ], "loc": { "start": { @@ -35604,8 +35604,8 @@ "type": "Line", "value": "removes values and indexes", "range": [ - 14444, - 14472 + 14445, + 14473 ], "loc": { "start": { @@ -35632,8 +35632,8 @@ "type": "Identifier", "name": "li", "range": [ - 15002, - 15004 + 15003, + 15005 ], "loc": { "start": { @@ -35650,8 +35650,8 @@ "type": "Identifier", "name": "nodeName", "range": [ - 15005, - 15013 + 15006, + 15014 ], "loc": { "start": { @@ -35665,8 +35665,8 @@ } }, "range": [ - 15002, - 15013 + 15003, + 15014 ], "loc": { "start": { @@ -35683,8 +35683,8 @@ "type": "Identifier", "name": "itemTag", "range": [ - 15018, - 15025 + 15019, + 15026 ], "loc": { "start": { @@ -35698,8 +35698,8 @@ } }, "range": [ - 15002, - 15025 + 15003, + 15026 ], "loc": { "start": { @@ -35726,8 +35726,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15045, - 15048 + 15046, + 15049 ], "loc": { "start": { @@ -35744,8 +35744,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 15049, - 15060 + 15050, + 15061 ], "loc": { "start": { @@ -35759,8 +35759,8 @@ } }, "range": [ - 15045, - 15060 + 15046, + 15061 ], "loc": { "start": { @@ -35778,8 +35778,8 @@ "type": "Identifier", "name": "li", "range": [ - 15061, - 15063 + 15062, + 15064 ], "loc": { "start": { @@ -35798,8 +35798,8 @@ "object": { "type": "ThisExpression", "range": [ - 15065, - 15069 + 15066, + 15070 ], "loc": { "start": { @@ -35816,8 +35816,8 @@ "type": "Identifier", "name": "checkListSlcItemCssClass", "range": [ - 15070, - 15094 + 15071, + 15095 ], "loc": { "start": { @@ -35831,8 +35831,8 @@ } }, "range": [ - 15065, - 15094 + 15066, + 15095 ], "loc": { "start": { @@ -35847,8 +35847,8 @@ } ], "range": [ - 15045, - 15095 + 15046, + 15096 ], "loc": { "start": { @@ -35862,8 +35862,8 @@ } }, "range": [ - 15045, - 15096 + 15046, + 15097 ], "loc": { "start": { @@ -35878,8 +35878,8 @@ } ], "range": [ - 15027, - 15110 + 15028, + 15111 ], "loc": { "start": { @@ -35894,8 +35894,8 @@ }, "alternate": null, "range": [ - 14998, - 15110 + 14999, + 15111 ], "loc": { "start": { @@ -35910,8 +35910,8 @@ } ], "range": [ - 14442, - 15120 + 14443, + 15121 ], "loc": { "start": { @@ -35925,8 +35925,8 @@ } }, "range": [ - 12712, - 15120 + 12713, + 15121 ], "loc": { "start": { @@ -35943,8 +35943,8 @@ "type": "Line", "value": "selected items (ul tag)", "range": [ - 12677, - 12702 + 12678, + 12703 ], "loc": { "start": { @@ -35961,8 +35961,8 @@ } ], "range": [ - 12065, - 15126 + 12066, + 15127 ], "loc": { "start": { @@ -35978,8 +35978,8 @@ "generator": false, "expression": false, "range": [ - 12061, - 15126 + 12062, + 15127 ], "loc": { "start": { @@ -35995,8 +35995,8 @@ "kind": "method", "computed": false, "range": [ - 12043, - 15126 + 12044, + 15127 ], "loc": { "start": { @@ -36013,8 +36013,8 @@ "type": "Block", "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n ", "range": [ - 11919, - 12038 + 11920, + 12039 ], "loc": { "start": { @@ -36033,8 +36033,8 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 15132, - 15301 + 15133, + 15302 ], "loc": { "start": { @@ -36056,8 +36056,8 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 15306, - 15319 + 15307, + 15320 ], "loc": { "start": { @@ -36078,8 +36078,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15320, - 15328 + 15321, + 15329 ], "loc": { "start": { @@ -36098,8 +36098,8 @@ "type": "Identifier", "name": "values", "range": [ - 15330, - 15336 + 15331, + 15337 ], "loc": { "start": { @@ -36116,8 +36116,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 15339, - 15341 + 15340, + 15342 ], "loc": { "start": { @@ -36131,8 +36131,8 @@ } }, "range": [ - 15330, - 15341 + 15331, + 15342 ], "loc": { "start": { @@ -36158,8 +36158,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15357, - 15359 + 15358, + 15360 ], "loc": { "start": { @@ -36178,8 +36178,8 @@ "object": { "type": "ThisExpression", "range": [ - 15362, - 15366 + 15363, + 15367 ], "loc": { "start": { @@ -36196,8 +36196,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15367, - 15369 + 15368, + 15370 ], "loc": { "start": { @@ -36211,8 +36211,8 @@ } }, "range": [ - 15362, - 15369 + 15363, + 15370 ], "loc": { "start": { @@ -36226,8 +36226,8 @@ } }, "range": [ - 15357, - 15369 + 15358, + 15370 ], "loc": { "start": { @@ -36243,8 +36243,8 @@ ], "kind": "let", "range": [ - 15353, - 15370 + 15354, + 15371 ], "loc": { "start": { @@ -36266,8 +36266,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15383, - 15386 + 15384, + 15387 ], "loc": { "start": { @@ -36289,8 +36289,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15389, - 15391 + 15390, + 15392 ], "loc": { "start": { @@ -36307,8 +36307,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 15392, - 15408 + 15393, + 15409 ], "loc": { "start": { @@ -36322,8 +36322,8 @@ } }, "range": [ - 15389, - 15408 + 15390, + 15409 ], "loc": { "start": { @@ -36341,8 +36341,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15409, - 15417 + 15410, + 15418 ], "loc": { "start": { @@ -36357,8 +36357,8 @@ } ], "range": [ - 15389, - 15418 + 15390, + 15419 ], "loc": { "start": { @@ -36372,8 +36372,8 @@ } }, "range": [ - 15383, - 15418 + 15384, + 15419 ], "loc": { "start": { @@ -36389,8 +36389,8 @@ ], "kind": "let", "range": [ - 15379, - 15419 + 15380, + 15420 ], "loc": { "start": { @@ -36420,8 +36420,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15432, - 15434 + 15433, + 15435 ], "loc": { "start": { @@ -36438,8 +36438,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 15435, - 15448 + 15436, + 15449 ], "loc": { "start": { @@ -36453,8 +36453,8 @@ } }, "range": [ - 15432, - 15448 + 15433, + 15449 ], "loc": { "start": { @@ -36472,8 +36472,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 15449, - 15457 + 15450, + 15458 ], "loc": { "start": { @@ -36488,8 +36488,8 @@ } ], "range": [ - 15432, - 15458 + 15433, + 15459 ], "loc": { "start": { @@ -36506,8 +36506,8 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 15463, - 15472 + 15464, + 15473 ], "loc": { "start": { @@ -36521,8 +36521,8 @@ } }, "range": [ - 15432, - 15472 + 15433, + 15473 ], "loc": { "start": { @@ -36542,8 +36542,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15477, - 15480 + 15478, + 15481 ], "loc": { "start": { @@ -36558,8 +36558,8 @@ }, "prefix": true, "range": [ - 15476, - 15480 + 15477, + 15481 ], "loc": { "start": { @@ -36573,8 +36573,8 @@ } }, "range": [ - 15432, - 15480 + 15433, + 15481 ], "loc": { "start": { @@ -36594,8 +36594,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 15496, - 15503 + 15497, + 15504 ], "loc": { "start": { @@ -36610,8 +36610,8 @@ } ], "range": [ - 15482, - 15513 + 15483, + 15514 ], "loc": { "start": { @@ -36626,8 +36626,8 @@ }, "alternate": null, "range": [ - 15428, - 15513 + 15429, + 15514 ], "loc": { "start": { @@ -36649,8 +36649,8 @@ "type": "Identifier", "name": "lisNb", "range": [ - 15527, - 15532 + 15528, + 15533 ], "loc": { "start": { @@ -36675,8 +36675,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15535, - 15538 + 15536, + 15539 ], "loc": { "start": { @@ -36693,8 +36693,8 @@ "type": "Identifier", "name": "tag", "range": [ - 15539, - 15542 + 15540, + 15543 ], "loc": { "start": { @@ -36708,8 +36708,8 @@ } }, "range": [ - 15535, - 15542 + 15536, + 15543 ], "loc": { "start": { @@ -36727,8 +36727,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15543, - 15546 + 15544, + 15547 ], "loc": { "start": { @@ -36746,8 +36746,8 @@ "value": "li", "raw": "'li'", "range": [ - 15548, - 15552 + 15549, + 15553 ], "loc": { "start": { @@ -36762,8 +36762,8 @@ } ], "range": [ - 15535, - 15553 + 15536, + 15554 ], "loc": { "start": { @@ -36780,8 +36780,8 @@ "type": "Identifier", "name": "length", "range": [ - 15554, - 15560 + 15555, + 15561 ], "loc": { "start": { @@ -36795,8 +36795,8 @@ } }, "range": [ - 15535, - 15560 + 15536, + 15561 ], "loc": { "start": { @@ -36810,8 +36810,8 @@ } }, "range": [ - 15527, - 15560 + 15528, + 15561 ], "loc": { "start": { @@ -36827,8 +36827,8 @@ ], "kind": "let", "range": [ - 15523, - 15561 + 15524, + 15562 ], "loc": { "start": { @@ -36852,8 +36852,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15571, - 15574 + 15572, + 15575 ], "loc": { "start": { @@ -36870,8 +36870,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 15575, - 15587 + 15576, + 15588 ], "loc": { "start": { @@ -36885,8 +36885,8 @@ } }, "range": [ - 15571, - 15587 + 15572, + 15588 ], "loc": { "start": { @@ -36905,8 +36905,8 @@ "value": "value", "raw": "'value'", "range": [ - 15588, - 15595 + 15589, + 15596 ], "loc": { "start": { @@ -36924,8 +36924,8 @@ "value": "", "raw": "''", "range": [ - 15597, - 15599 + 15598, + 15600 ], "loc": { "start": { @@ -36940,8 +36940,8 @@ } ], "range": [ - 15571, - 15600 + 15572, + 15601 ], "loc": { "start": { @@ -36955,8 +36955,8 @@ } }, "range": [ - 15571, - 15601 + 15572, + 15602 ], "loc": { "start": { @@ -36980,8 +36980,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15610, - 15613 + 15611, + 15614 ], "loc": { "start": { @@ -36998,8 +36998,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 15614, - 15626 + 15615, + 15627 ], "loc": { "start": { @@ -37013,8 +37013,8 @@ } }, "range": [ - 15610, - 15626 + 15611, + 15627 ], "loc": { "start": { @@ -37033,8 +37033,8 @@ "value": "indexes", "raw": "'indexes'", "range": [ - 15627, - 15636 + 15628, + 15637 ], "loc": { "start": { @@ -37052,8 +37052,8 @@ "value": "", "raw": "''", "range": [ - 15638, - 15640 + 15639, + 15641 ], "loc": { "start": { @@ -37068,8 +37068,8 @@ } ], "range": [ - 15610, - 15641 + 15611, + 15642 ], "loc": { "start": { @@ -37083,8 +37083,8 @@ } }, "range": [ - 15610, - 15642 + 15611, + 15643 ], "loc": { "start": { @@ -37108,8 +37108,8 @@ "type": "Identifier", "name": "k", "range": [ - 15661, - 15662 + 15662, + 15663 ], "loc": { "start": { @@ -37127,8 +37127,8 @@ "value": 0, "raw": "0", "range": [ - 15665, - 15666 + 15666, + 15667 ], "loc": { "start": { @@ -37142,8 +37142,8 @@ } }, "range": [ - 15661, - 15666 + 15662, + 15667 ], "loc": { "start": { @@ -37159,8 +37159,8 @@ ], "kind": "let", "range": [ - 15657, - 15666 + 15658, + 15667 ], "loc": { "start": { @@ -37180,8 +37180,8 @@ "type": "Identifier", "name": "k", "range": [ - 15668, - 15669 + 15669, + 15670 ], "loc": { "start": { @@ -37198,8 +37198,8 @@ "type": "Identifier", "name": "lisNb", "range": [ - 15672, - 15677 + 15673, + 15678 ], "loc": { "start": { @@ -37213,8 +37213,8 @@ } }, "range": [ - 15668, - 15677 + 15669, + 15678 ], "loc": { "start": { @@ -37234,8 +37234,8 @@ "type": "Identifier", "name": "k", "range": [ - 15679, - 15680 + 15680, + 15681 ], "loc": { "start": { @@ -37250,8 +37250,8 @@ }, "prefix": false, "range": [ - 15679, - 15682 + 15680, + 15683 ], "loc": { "start": { @@ -37276,8 +37276,8 @@ "type": "Identifier", "name": "li", "range": [ - 15702, - 15704 + 15703, + 15705 ], "loc": { "start": { @@ -37302,8 +37302,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15707, - 15710 + 15708, + 15711 ], "loc": { "start": { @@ -37320,8 +37320,8 @@ "type": "Identifier", "name": "tag", "range": [ - 15711, - 15714 + 15712, + 15715 ], "loc": { "start": { @@ -37335,8 +37335,8 @@ } }, "range": [ - 15707, - 15714 + 15708, + 15715 ], "loc": { "start": { @@ -37354,8 +37354,8 @@ "type": "Identifier", "name": "flt", "range": [ - 15715, - 15718 + 15716, + 15719 ], "loc": { "start": { @@ -37373,8 +37373,8 @@ "value": "li", "raw": "'li'", "range": [ - 15720, - 15724 + 15721, + 15725 ], "loc": { "start": { @@ -37389,8 +37389,8 @@ } ], "range": [ - 15707, - 15725 + 15708, + 15726 ], "loc": { "start": { @@ -37407,8 +37407,8 @@ "type": "Identifier", "name": "k", "range": [ - 15726, - 15727 + 15727, + 15728 ], "loc": { "start": { @@ -37422,8 +37422,8 @@ } }, "range": [ - 15707, - 15728 + 15708, + 15729 ], "loc": { "start": { @@ -37437,8 +37437,8 @@ } }, "range": [ - 15702, - 15728 + 15703, + 15729 ], "loc": { "start": { @@ -37457,8 +37457,8 @@ "type": "Identifier", "name": "lbl", "range": [ - 15746, - 15749 + 15747, + 15750 ], "loc": { "start": { @@ -37483,8 +37483,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15752, - 15755 + 15753, + 15756 ], "loc": { "start": { @@ -37501,8 +37501,8 @@ "type": "Identifier", "name": "tag", "range": [ - 15756, - 15759 + 15757, + 15760 ], "loc": { "start": { @@ -37516,8 +37516,8 @@ } }, "range": [ - 15752, - 15759 + 15753, + 15760 ], "loc": { "start": { @@ -37535,8 +37535,8 @@ "type": "Identifier", "name": "li", "range": [ - 15760, - 15762 + 15761, + 15763 ], "loc": { "start": { @@ -37554,8 +37554,8 @@ "value": "label", "raw": "'label'", "range": [ - 15764, - 15771 + 15765, + 15772 ], "loc": { "start": { @@ -37570,8 +37570,8 @@ } ], "range": [ - 15752, - 15772 + 15753, + 15773 ], "loc": { "start": { @@ -37589,8 +37589,8 @@ "value": 0, "raw": "0", "range": [ - 15773, - 15774 + 15774, + 15775 ], "loc": { "start": { @@ -37604,8 +37604,8 @@ } }, "range": [ - 15752, - 15775 + 15753, + 15776 ], "loc": { "start": { @@ -37619,8 +37619,8 @@ } }, "range": [ - 15746, - 15775 + 15747, + 15776 ], "loc": { "start": { @@ -37639,8 +37639,8 @@ "type": "Identifier", "name": "chk", "range": [ - 15793, - 15796 + 15794, + 15797 ], "loc": { "start": { @@ -37665,8 +37665,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15799, - 15802 + 15800, + 15803 ], "loc": { "start": { @@ -37683,8 +37683,8 @@ "type": "Identifier", "name": "tag", "range": [ - 15803, - 15806 + 15804, + 15807 ], "loc": { "start": { @@ -37698,8 +37698,8 @@ } }, "range": [ - 15799, - 15806 + 15800, + 15807 ], "loc": { "start": { @@ -37717,8 +37717,8 @@ "type": "Identifier", "name": "li", "range": [ - 15807, - 15809 + 15808, + 15810 ], "loc": { "start": { @@ -37736,8 +37736,8 @@ "value": "input", "raw": "'input'", "range": [ - 15811, - 15818 + 15812, + 15819 ], "loc": { "start": { @@ -37752,8 +37752,8 @@ } ], "range": [ - 15799, - 15819 + 15800, + 15820 ], "loc": { "start": { @@ -37771,8 +37771,8 @@ "value": 0, "raw": "0", "range": [ - 15820, - 15821 + 15821, + 15822 ], "loc": { "start": { @@ -37786,8 +37786,8 @@ } }, "range": [ - 15799, - 15822 + 15800, + 15823 ], "loc": { "start": { @@ -37801,8 +37801,8 @@ } }, "range": [ - 15793, - 15822 + 15794, + 15823 ], "loc": { "start": { @@ -37821,8 +37821,8 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 15840, - 15846 + 15841, + 15847 ], "loc": { "start": { @@ -37844,8 +37844,8 @@ "type": "Identifier", "name": "Str", "range": [ - 15849, - 15852 + 15850, + 15853 ], "loc": { "start": { @@ -37862,8 +37862,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 15853, - 15862 + 15854, + 15863 ], "loc": { "start": { @@ -37877,8 +37877,8 @@ } }, "range": [ - 15849, - 15862 + 15850, + 15863 ], "loc": { "start": { @@ -37901,8 +37901,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15863, - 15866 + 15864, + 15867 ], "loc": { "start": { @@ -37919,8 +37919,8 @@ "type": "Identifier", "name": "getText", "range": [ - 15867, - 15874 + 15868, + 15875 ], "loc": { "start": { @@ -37934,8 +37934,8 @@ } }, "range": [ - 15863, - 15874 + 15864, + 15875 ], "loc": { "start": { @@ -37953,8 +37953,8 @@ "type": "Identifier", "name": "lbl", "range": [ - 15875, - 15878 + 15876, + 15879 ], "loc": { "start": { @@ -37969,8 +37969,8 @@ } ], "range": [ - 15863, - 15879 + 15864, + 15880 ], "loc": { "start": { @@ -37990,8 +37990,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15881, - 15883 + 15882, + 15884 ], "loc": { "start": { @@ -38008,8 +38008,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 15884, - 15897 + 15885, + 15898 ], "loc": { "start": { @@ -38023,8 +38023,8 @@ } }, "range": [ - 15881, - 15897 + 15882, + 15898 ], "loc": { "start": { @@ -38039,8 +38039,8 @@ } ], "range": [ - 15849, - 15898 + 15850, + 15899 ], "loc": { "start": { @@ -38054,8 +38054,8 @@ } }, "range": [ - 15840, - 15898 + 15841, + 15899 ], "loc": { "start": { @@ -38071,8 +38071,8 @@ ], "kind": "let", "range": [ - 15698, - 15899 + 15699, + 15900 ], "loc": { "start": { @@ -38097,8 +38097,8 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 15916, - 15922 + 15917, + 15923 ], "loc": { "start": { @@ -38116,8 +38116,8 @@ "value": "", "raw": "''", "range": [ - 15927, - 15929 + 15928, + 15930 ], "loc": { "start": { @@ -38131,8 +38131,8 @@ } }, "range": [ - 15916, - 15929 + 15917, + 15930 ], "loc": { "start": { @@ -38154,8 +38154,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 15933, - 15936 + 15934, + 15937 ], "loc": { "start": { @@ -38172,8 +38172,8 @@ "type": "Identifier", "name": "has", "range": [ - 15937, - 15940 + 15938, + 15941 ], "loc": { "start": { @@ -38187,8 +38187,8 @@ } }, "range": [ - 15933, - 15940 + 15934, + 15941 ], "loc": { "start": { @@ -38206,8 +38206,8 @@ "type": "Identifier", "name": "values", "range": [ - 15941, - 15947 + 15942, + 15948 ], "loc": { "start": { @@ -38224,8 +38224,8 @@ "type": "Identifier", "name": "lblTxt", "range": [ - 15949, - 15955 + 15950, + 15956 ], "loc": { "start": { @@ -38245,8 +38245,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15957, - 15959 + 15958, + 15960 ], "loc": { "start": { @@ -38263,8 +38263,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 15960, - 15973 + 15961, + 15974 ], "loc": { "start": { @@ -38278,8 +38278,8 @@ } }, "range": [ - 15957, - 15973 + 15958, + 15974 ], "loc": { "start": { @@ -38294,8 +38294,8 @@ } ], "range": [ - 15933, - 15974 + 15934, + 15975 ], "loc": { "start": { @@ -38309,8 +38309,8 @@ } }, "range": [ - 15916, - 15974 + 15917, + 15975 ], "loc": { "start": { @@ -38338,8 +38338,8 @@ "type": "Identifier", "name": "chk", "range": [ - 15994, - 15997 + 15995, + 15998 ], "loc": { "start": { @@ -38356,8 +38356,8 @@ "type": "Identifier", "name": "checked", "range": [ - 15998, - 16005 + 15999, + 16006 ], "loc": { "start": { @@ -38371,8 +38371,8 @@ } }, "range": [ - 15994, - 16005 + 15995, + 16006 ], "loc": { "start": { @@ -38390,8 +38390,8 @@ "value": true, "raw": "true", "range": [ - 16008, - 16012 + 16009, + 16013 ], "loc": { "start": { @@ -38405,8 +38405,8 @@ } }, "range": [ - 15994, - 16012 + 15995, + 16013 ], "loc": { "start": { @@ -38420,8 +38420,8 @@ } }, "range": [ - 15994, - 16013 + 15995, + 16014 ], "loc": { "start": { @@ -38444,8 +38444,8 @@ "object": { "type": "ThisExpression", "range": [ - 16030, - 16034 + 16031, + 16035 ], "loc": { "start": { @@ -38462,8 +38462,8 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 16035, - 16053 + 16036, + 16054 ], "loc": { "start": { @@ -38477,8 +38477,8 @@ } }, "range": [ - 16030, - 16053 + 16031, + 16054 ], "loc": { "start": { @@ -38496,8 +38496,8 @@ "type": "Identifier", "name": "chk", "range": [ - 16054, - 16057 + 16055, + 16058 ], "loc": { "start": { @@ -38512,8 +38512,8 @@ } ], "range": [ - 16030, - 16058 + 16031, + 16059 ], "loc": { "start": { @@ -38527,8 +38527,8 @@ } }, "range": [ - 16030, - 16059 + 16031, + 16060 ], "loc": { "start": { @@ -38543,8 +38543,8 @@ } ], "range": [ - 15976, - 16073 + 15977, + 16074 ], "loc": { "start": { @@ -38572,8 +38572,8 @@ "type": "Identifier", "name": "chk", "range": [ - 16109, - 16112 + 16110, + 16113 ], "loc": { "start": { @@ -38590,8 +38590,8 @@ "type": "Identifier", "name": "checked", "range": [ - 16113, - 16120 + 16114, + 16121 ], "loc": { "start": { @@ -38605,8 +38605,8 @@ } }, "range": [ - 16109, - 16120 + 16110, + 16121 ], "loc": { "start": { @@ -38624,8 +38624,8 @@ "value": false, "raw": "false", "range": [ - 16123, - 16128 + 16124, + 16129 ], "loc": { "start": { @@ -38639,8 +38639,8 @@ } }, "range": [ - 16109, - 16128 + 16110, + 16129 ], "loc": { "start": { @@ -38654,8 +38654,8 @@ } }, "range": [ - 16109, - 16129 + 16110, + 16130 ], "loc": { "start": { @@ -38678,8 +38678,8 @@ "object": { "type": "ThisExpression", "range": [ - 16146, - 16150 + 16147, + 16151 ], "loc": { "start": { @@ -38696,8 +38696,8 @@ "type": "Identifier", "name": "setCheckListValues", "range": [ - 16151, - 16169 + 16152, + 16170 ], "loc": { "start": { @@ -38711,8 +38711,8 @@ } }, "range": [ - 16146, - 16169 + 16147, + 16170 ], "loc": { "start": { @@ -38730,8 +38730,8 @@ "type": "Identifier", "name": "chk", "range": [ - 16170, - 16173 + 16171, + 16174 ], "loc": { "start": { @@ -38746,8 +38746,8 @@ } ], "range": [ - 16146, - 16174 + 16147, + 16175 ], "loc": { "start": { @@ -38761,8 +38761,8 @@ } }, "range": [ - 16146, - 16175 + 16147, + 16176 ], "loc": { "start": { @@ -38777,8 +38777,8 @@ } ], "range": [ - 16091, - 16189 + 16092, + 16190 ], "loc": { "start": { @@ -38792,8 +38792,8 @@ } }, "range": [ - 15912, - 16189 + 15913, + 16190 ], "loc": { "start": { @@ -38808,8 +38808,8 @@ } ], "range": [ - 15684, - 16199 + 15685, + 16200 ], "loc": { "start": { @@ -38823,8 +38823,8 @@ } }, "range": [ - 15652, - 16199 + 15653, + 16200 ], "loc": { "start": { @@ -38839,8 +38839,8 @@ } ], "range": [ - 15343, - 16205 + 15344, + 16206 ], "loc": { "start": { @@ -38856,8 +38856,8 @@ "generator": false, "expression": false, "range": [ - 15319, - 16205 + 15320, + 16206 ], "loc": { "start": { @@ -38873,8 +38873,8 @@ "kind": "method", "computed": false, "range": [ - 15306, - 16205 + 15307, + 16206 ], "loc": { "start": { @@ -38891,8 +38891,8 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 15132, - 15301 + 15133, + 15302 ], "loc": { "start": { @@ -38911,8 +38911,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ", "range": [ - 16211, - 16378 + 16212, + 16379 ], "loc": { "start": { @@ -38934,8 +38934,8 @@ "type": "Identifier", "name": "getValues", "range": [ - 16383, - 16392 + 16384, + 16393 ], "loc": { "start": { @@ -38956,8 +38956,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16393, - 16401 + 16394, + 16402 ], "loc": { "start": { @@ -38983,8 +38983,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16417, - 16419 + 16418, + 16420 ], "loc": { "start": { @@ -39003,8 +39003,8 @@ "object": { "type": "ThisExpression", "range": [ - 16422, - 16426 + 16423, + 16427 ], "loc": { "start": { @@ -39021,8 +39021,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16427, - 16429 + 16428, + 16430 ], "loc": { "start": { @@ -39036,8 +39036,8 @@ } }, "range": [ - 16422, - 16429 + 16423, + 16430 ], "loc": { "start": { @@ -39051,8 +39051,8 @@ } }, "range": [ - 16417, - 16429 + 16418, + 16430 ], "loc": { "start": { @@ -39068,8 +39068,8 @@ ], "kind": "let", "range": [ - 16413, - 16430 + 16414, + 16431 ], "loc": { "start": { @@ -39091,8 +39091,8 @@ "type": "Identifier", "name": "flt", "range": [ - 16443, - 16446 + 16444, + 16447 ], "loc": { "start": { @@ -39114,8 +39114,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16449, - 16451 + 16450, + 16452 ], "loc": { "start": { @@ -39132,8 +39132,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 16452, - 16468 + 16453, + 16469 ], "loc": { "start": { @@ -39147,8 +39147,8 @@ } }, "range": [ - 16449, - 16468 + 16450, + 16469 ], "loc": { "start": { @@ -39166,8 +39166,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16469, - 16477 + 16470, + 16478 ], "loc": { "start": { @@ -39182,8 +39182,8 @@ } ], "range": [ - 16449, - 16478 + 16450, + 16479 ], "loc": { "start": { @@ -39197,8 +39197,8 @@ } }, "range": [ - 16443, - 16478 + 16444, + 16479 ], "loc": { "start": { @@ -39214,8 +39214,8 @@ ], "kind": "let", "range": [ - 16439, - 16479 + 16440, + 16480 ], "loc": { "start": { @@ -39237,8 +39237,8 @@ "type": "Identifier", "name": "fltAttr", "range": [ - 16492, - 16499 + 16493, + 16500 ], "loc": { "start": { @@ -39260,8 +39260,8 @@ "type": "Identifier", "name": "flt", "range": [ - 16502, - 16505 + 16503, + 16506 ], "loc": { "start": { @@ -39278,8 +39278,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 16506, - 16518 + 16507, + 16519 ], "loc": { "start": { @@ -39293,8 +39293,8 @@ } }, "range": [ - 16502, - 16518 + 16503, + 16519 ], "loc": { "start": { @@ -39313,8 +39313,8 @@ "value": "value", "raw": "'value'", "range": [ - 16519, - 16526 + 16520, + 16527 ], "loc": { "start": { @@ -39329,8 +39329,8 @@ } ], "range": [ - 16502, - 16527 + 16503, + 16528 ], "loc": { "start": { @@ -39344,8 +39344,8 @@ } }, "range": [ - 16492, - 16527 + 16493, + 16528 ], "loc": { "start": { @@ -39361,8 +39361,8 @@ ], "kind": "let", "range": [ - 16488, - 16528 + 16489, + 16529 ], "loc": { "start": { @@ -39384,8 +39384,8 @@ "type": "Identifier", "name": "values", "range": [ - 16541, - 16547 + 16542, + 16548 ], "loc": { "start": { @@ -39409,8 +39409,8 @@ "type": "Identifier", "name": "Types", "range": [ - 16550, - 16555 + 16551, + 16556 ], "loc": { "start": { @@ -39427,8 +39427,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 16556, - 16563 + 16557, + 16564 ], "loc": { "start": { @@ -39442,8 +39442,8 @@ } }, "range": [ - 16550, - 16563 + 16551, + 16564 ], "loc": { "start": { @@ -39461,8 +39461,8 @@ "type": "Identifier", "name": "fltAttr", "range": [ - 16564, - 16571 + 16565, + 16572 ], "loc": { "start": { @@ -39477,8 +39477,8 @@ } ], "range": [ - 16550, - 16572 + 16551, + 16573 ], "loc": { "start": { @@ -39496,8 +39496,8 @@ "value": "", "raw": "''", "range": [ - 16575, - 16577 + 16576, + 16578 ], "loc": { "start": { @@ -39514,8 +39514,8 @@ "type": "Identifier", "name": "fltAttr", "range": [ - 16580, - 16587 + 16581, + 16588 ], "loc": { "start": { @@ -39529,8 +39529,8 @@ } }, "range": [ - 16550, - 16587 + 16551, + 16588 ], "loc": { "start": { @@ -39544,8 +39544,8 @@ } }, "range": [ - 16541, - 16587 + 16542, + 16588 ], "loc": { "start": { @@ -39561,8 +39561,8 @@ ], "kind": "let", "range": [ - 16537, - 16588 + 16538, + 16589 ], "loc": { "start": { @@ -39579,8 +39579,8 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 16598, - 16624 + 16599, + 16625 ], "loc": { "start": { @@ -39604,8 +39604,8 @@ "type": "Identifier", "name": "values", "range": [ - 16633, - 16639 + 16634, + 16640 ], "loc": { "start": { @@ -39627,8 +39627,8 @@ "type": "Identifier", "name": "values", "range": [ - 16642, - 16648 + 16643, + 16649 ], "loc": { "start": { @@ -39645,8 +39645,8 @@ "type": "Identifier", "name": "substr", "range": [ - 16649, - 16655 + 16650, + 16656 ], "loc": { "start": { @@ -39660,8 +39660,8 @@ } }, "range": [ - 16642, - 16655 + 16643, + 16656 ], "loc": { "start": { @@ -39680,8 +39680,8 @@ "value": 0, "raw": "0", "range": [ - 16656, - 16657 + 16657, + 16658 ], "loc": { "start": { @@ -39704,8 +39704,8 @@ "type": "Identifier", "name": "values", "range": [ - 16659, - 16665 + 16660, + 16666 ], "loc": { "start": { @@ -39722,8 +39722,8 @@ "type": "Identifier", "name": "length", "range": [ - 16666, - 16672 + 16667, + 16673 ], "loc": { "start": { @@ -39737,8 +39737,8 @@ } }, "range": [ - 16659, - 16672 + 16660, + 16673 ], "loc": { "start": { @@ -39756,8 +39756,8 @@ "value": 3, "raw": "3", "range": [ - 16675, - 16676 + 16676, + 16677 ], "loc": { "start": { @@ -39771,8 +39771,8 @@ } }, "range": [ - 16659, - 16676 + 16660, + 16677 ], "loc": { "start": { @@ -39787,8 +39787,8 @@ } ], "range": [ - 16642, - 16677 + 16643, + 16678 ], "loc": { "start": { @@ -39802,8 +39802,8 @@ } }, "range": [ - 16633, - 16677 + 16634, + 16678 ], "loc": { "start": { @@ -39817,8 +39817,8 @@ } }, "range": [ - 16633, - 16678 + 16634, + 16679 ], "loc": { "start": { @@ -39835,8 +39835,8 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 16598, - 16624 + 16599, + 16625 ], "loc": { "start": { @@ -39855,8 +39855,8 @@ "type": "Line", "value": "turn || separated values into array", "range": [ - 16687, - 16724 + 16688, + 16725 ], "loc": { "start": { @@ -39880,8 +39880,8 @@ "type": "Identifier", "name": "values", "range": [ - 16733, - 16739 + 16734, + 16740 ], "loc": { "start": { @@ -39903,8 +39903,8 @@ "type": "Identifier", "name": "values", "range": [ - 16742, - 16748 + 16743, + 16749 ], "loc": { "start": { @@ -39921,8 +39921,8 @@ "type": "Identifier", "name": "split", "range": [ - 16749, - 16754 + 16750, + 16755 ], "loc": { "start": { @@ -39936,8 +39936,8 @@ } }, "range": [ - 16742, - 16754 + 16743, + 16755 ], "loc": { "start": { @@ -39962,8 +39962,8 @@ "value": " ", "raw": "' '", "range": [ - 16755, - 16758 + 16756, + 16759 ], "loc": { "start": { @@ -39983,8 +39983,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16761, - 16763 + 16762, + 16764 ], "loc": { "start": { @@ -40001,8 +40001,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 16764, - 16774 + 16765, + 16775 ], "loc": { "start": { @@ -40016,8 +40016,8 @@ } }, "range": [ - 16761, - 16774 + 16762, + 16775 ], "loc": { "start": { @@ -40031,8 +40031,8 @@ } }, "range": [ - 16755, - 16774 + 16756, + 16775 ], "loc": { "start": { @@ -40050,8 +40050,8 @@ "value": " ", "raw": "' '", "range": [ - 16777, - 16780 + 16778, + 16781 ], "loc": { "start": { @@ -40065,8 +40065,8 @@ } }, "range": [ - 16755, - 16780 + 16756, + 16781 ], "loc": { "start": { @@ -40081,8 +40081,8 @@ } ], "range": [ - 16742, - 16781 + 16743, + 16782 ], "loc": { "start": { @@ -40096,8 +40096,8 @@ } }, "range": [ - 16733, - 16781 + 16734, + 16782 ], "loc": { "start": { @@ -40111,8 +40111,8 @@ } }, "range": [ - 16733, - 16782 + 16734, + 16783 ], "loc": { "start": { @@ -40129,8 +40129,8 @@ "type": "Line", "value": "turn || separated values into array", "range": [ - 16687, - 16724 + 16688, + 16725 ], "loc": { "start": { @@ -40151,8 +40151,8 @@ "type": "Identifier", "name": "values", "range": [ - 16799, - 16805 + 16800, + 16806 ], "loc": { "start": { @@ -40166,8 +40166,8 @@ } }, "range": [ - 16792, - 16806 + 16793, + 16807 ], "loc": { "start": { @@ -40182,8 +40182,8 @@ } ], "range": [ - 16403, - 16812 + 16404, + 16813 ], "loc": { "start": { @@ -40199,8 +40199,8 @@ "generator": false, "expression": false, "range": [ - 16392, - 16812 + 16393, + 16813 ], "loc": { "start": { @@ -40216,8 +40216,8 @@ "kind": "method", "computed": false, "range": [ - 16383, - 16812 + 16384, + 16813 ], "loc": { "start": { @@ -40234,8 +40234,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ", "range": [ - 16211, - 16378 + 16212, + 16379 ], "loc": { "start": { @@ -40257,8 +40257,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 16818, - 16825 + 16819, + 16826 ], "loc": { "start": { @@ -40291,8 +40291,8 @@ "object": { "type": "ThisExpression", "range": [ - 16838, - 16842 + 16839, + 16843 ], "loc": { "start": { @@ -40309,8 +40309,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 16843, - 16850 + 16844, + 16851 ], "loc": { "start": { @@ -40324,8 +40324,8 @@ } }, "range": [ - 16838, - 16850 + 16839, + 16851 ], "loc": { "start": { @@ -40342,8 +40342,8 @@ "type": "Identifier", "name": "off", "range": [ - 16851, - 16854 + 16852, + 16855 ], "loc": { "start": { @@ -40357,8 +40357,8 @@ } }, "range": [ - 16838, - 16854 + 16839, + 16855 ], "loc": { "start": { @@ -40380,8 +40380,8 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 16869, - 16893 + 16870, + 16894 ], "loc": { "start": { @@ -40396,8 +40396,8 @@ } ], "range": [ - 16868, - 16894 + 16869, + 16895 ], "loc": { "start": { @@ -40418,8 +40418,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16909, - 16911 + 16910, + 16912 ], "loc": { "start": { @@ -40436,8 +40436,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16913, - 16921 + 16914, + 16922 ], "loc": { "start": { @@ -40454,8 +40454,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 16923, - 16933 + 16924, + 16934 ], "loc": { "start": { @@ -40477,8 +40477,8 @@ "object": { "type": "ThisExpression", "range": [ - 16938, - 16942 + 16939, + 16943 ], "loc": { "start": { @@ -40495,8 +40495,8 @@ "type": "Identifier", "name": "build", "range": [ - 16943, - 16948 + 16944, + 16949 ], "loc": { "start": { @@ -40510,8 +40510,8 @@ } }, "range": [ - 16938, - 16948 + 16939, + 16949 ], "loc": { "start": { @@ -40529,8 +40529,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 16949, - 16957 + 16950, + 16958 ], "loc": { "start": { @@ -40547,8 +40547,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 16959, - 16969 + 16960, + 16970 ], "loc": { "start": { @@ -40563,8 +40563,8 @@ } ], "range": [ - 16938, - 16970 + 16939, + 16971 ], "loc": { "start": { @@ -40580,8 +40580,8 @@ "generator": false, "expression": true, "range": [ - 16908, - 16970 + 16909, + 16971 ], "loc": { "start": { @@ -40596,8 +40596,8 @@ } ], "range": [ - 16838, - 16980 + 16839, + 16981 ], "loc": { "start": { @@ -40611,8 +40611,8 @@ } }, "range": [ - 16838, - 16981 + 16839, + 16982 ], "loc": { "start": { @@ -40638,8 +40638,8 @@ "object": { "type": "ThisExpression", "range": [ - 16990, - 16994 + 16991, + 16995 ], "loc": { "start": { @@ -40656,8 +40656,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 16995, - 17002 + 16996, + 17003 ], "loc": { "start": { @@ -40671,8 +40671,8 @@ } }, "range": [ - 16990, - 17002 + 16991, + 17003 ], "loc": { "start": { @@ -40689,8 +40689,8 @@ "type": "Identifier", "name": "off", "range": [ - 17003, - 17006 + 17004, + 17007 ], "loc": { "start": { @@ -40704,8 +40704,8 @@ } }, "range": [ - 16990, - 17006 + 16991, + 17007 ], "loc": { "start": { @@ -40727,8 +40727,8 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 17021, - 17047 + 17022, + 17048 ], "loc": { "start": { @@ -40743,8 +40743,8 @@ } ], "range": [ - 17020, - 17048 + 17021, + 17049 ], "loc": { "start": { @@ -40765,8 +40765,8 @@ "type": "Identifier", "name": "tf", "range": [ - 17063, - 17065 + 17064, + 17066 ], "loc": { "start": { @@ -40783,8 +40783,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17067, - 17075 + 17068, + 17076 ], "loc": { "start": { @@ -40801,8 +40801,8 @@ "type": "Identifier", "name": "values", "range": [ - 17077, - 17083 + 17078, + 17084 ], "loc": { "start": { @@ -40824,8 +40824,8 @@ "object": { "type": "ThisExpression", "range": [ - 17088, - 17092 + 17089, + 17093 ], "loc": { "start": { @@ -40842,8 +40842,8 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 17093, - 17106 + 17094, + 17107 ], "loc": { "start": { @@ -40857,8 +40857,8 @@ } }, "range": [ - 17088, - 17106 + 17089, + 17107 ], "loc": { "start": { @@ -40876,8 +40876,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 17107, - 17115 + 17108, + 17116 ], "loc": { "start": { @@ -40894,8 +40894,8 @@ "type": "Identifier", "name": "values", "range": [ - 17117, - 17123 + 17118, + 17124 ], "loc": { "start": { @@ -40910,8 +40910,8 @@ } ], "range": [ - 17088, - 17124 + 17089, + 17125 ], "loc": { "start": { @@ -40927,8 +40927,8 @@ "generator": false, "expression": true, "range": [ - 17062, - 17124 + 17063, + 17125 ], "loc": { "start": { @@ -40943,8 +40943,8 @@ } ], "range": [ - 16990, - 17134 + 16991, + 17135 ], "loc": { "start": { @@ -40958,8 +40958,8 @@ } }, "range": [ - 16990, - 17135 + 16991, + 17136 ], "loc": { "start": { @@ -40974,8 +40974,8 @@ } ], "range": [ - 16828, - 17141 + 16829, + 17142 ], "loc": { "start": { @@ -40991,8 +40991,8 @@ "generator": false, "expression": false, "range": [ - 16825, - 17141 + 16826, + 17142 ], "loc": { "start": { @@ -41008,8 +41008,8 @@ "kind": "method", "computed": false, "range": [ - 16818, - 17141 + 16819, + 17142 ], "loc": { "start": { @@ -41025,8 +41025,8 @@ } ], "range": [ - 382, - 17143 + 383, + 17144 ], "loc": { "start": { @@ -41040,8 +41040,8 @@ } }, "range": [ - 350, - 17143 + 351, + 17144 ], "loc": { "start": { @@ -41059,8 +41059,8 @@ "specifiers": [], "source": null, "range": [ - 343, - 17143 + 344, + 17144 ], "loc": { "start": { @@ -41077,7 +41077,7 @@ "sourceType": "module", "range": [ 0, - 17143 + 17144 ], "loc": { "start": { @@ -41094,8 +41094,8 @@ "type": "Block", "value": "*\n * Checklist UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 389, - 477 + 390, + 478 ], "loc": { "start": { @@ -41112,8 +41112,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 541, - 564 + 542, + 565 ], "loc": { "start": { @@ -41130,8 +41130,8 @@ "type": "Line", "value": "checklist container div", "range": [ - 627, - 652 + 628, + 653 ], "loc": { "start": { @@ -41148,8 +41148,8 @@ "type": "Line", "value": "defines css class for div containing checklist filter", "range": [ - 661, - 716 + 662, + 717 ], "loc": { "start": { @@ -41166,8 +41166,8 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 819, - 860 + 820, + 861 ], "loc": { "start": { @@ -41184,8 +41184,8 @@ "type": "Line", "value": "defines css class for checklist item (li)", "range": [ - 944, - 987 + 945, + 988 ], "loc": { "start": { @@ -41202,8 +41202,8 @@ "type": "Line", "value": "defines css class for selected checklist item (li)", "range": [ - 1097, - 1149 + 1098, + 1150 ], "loc": { "start": { @@ -41220,8 +41220,8 @@ "type": "Line", "value": "Load on demand text", "range": [ - 1275, - 1296 + 1276, + 1297 ], "loc": { "start": { @@ -41238,8 +41238,8 @@ "type": "Line", "value": "defines css class for checklist filters", "range": [ - 1411, - 1452 + 1412, + 1453 ], "loc": { "start": { @@ -41256,8 +41256,8 @@ "type": "Line", "value": "checklist filter container div", "range": [ - 1712, - 1744 + 1713, + 1745 ], "loc": { "start": { @@ -41274,8 +41274,8 @@ "type": "Block", "value": "*\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 2539, - 2770 + 2540, + 2771 ], "loc": { "start": { @@ -41292,8 +41292,8 @@ "type": "Line", "value": "filter is appended in desired element", "range": [ - 3157, - 3196 + 3158, + 3197 ], "loc": { "start": { @@ -41310,8 +41310,8 @@ "type": "Block", "value": "*\n * Build checklist UI\n * @param {Number} colIndex Column index\n ", "range": [ - 4109, - 4195 + 4110, + 4196 ], "loc": { "start": { @@ -41328,8 +41328,8 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 5200, - 5264 + 5201, + 5265 ], "loc": { "start": { @@ -41346,8 +41346,8 @@ "type": "Line", "value": " valid", "range": [ - 5277, - 5285 + 5278, + 5286 ], "loc": { "start": { @@ -41364,8 +41364,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 5491, - 5524 + 5492, + 5525 ], "loc": { "start": { @@ -41382,8 +41382,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5636, - 5668 + 5637, + 5669 ], "loc": { "start": { @@ -41400,8 +41400,8 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell :)", "range": [ - 5732, - 5769 + 5733, + 5770 ], "loc": { "start": { @@ -41418,8 +41418,8 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6372, - 6392 + 6373, + 6393 ], "loc": { "start": { @@ -41436,8 +41436,8 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6489, - 6530 + 6490, + 6531 ], "loc": { "start": { @@ -41454,8 +41454,8 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7302, - 7327 + 7303, + 7328 ], "loc": { "start": { @@ -41472,8 +41472,8 @@ "type": "Line", "value": "asc sort", "range": [ - 7953, - 7963 + 7954, + 7964 ], "loc": { "start": { @@ -41490,8 +41490,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8473, - 8512 + 8474, + 8513 ], "loc": { "start": { @@ -41508,8 +41508,8 @@ "type": "Line", "value": "desc sort", "range": [ - 8531, - 8542 + 8532, + 8543 ], "loc": { "start": { @@ -41526,8 +41526,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 9057, - 9096 + 9058, + 9097 ], "loc": { "start": { @@ -41544,8 +41544,8 @@ "type": "Block", "value": "*\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 9378, - 9508 + 9379, + 9509 ], "loc": { "start": { @@ -41562,8 +41562,8 @@ "type": "Line", "value": "item value", "range": [ - 9706, - 9718 + 9707, + 9719 ], "loc": { "start": { @@ -41580,8 +41580,8 @@ "type": "Line", "value": "item text", "range": [ - 9780, - 9791 + 9781, + 9792 ], "loc": { "start": { @@ -41598,8 +41598,8 @@ "type": "Line", "value": "item is hidden", "range": [ - 10476, - 10492 + 10477, + 10493 ], "loc": { "start": { @@ -41616,8 +41616,8 @@ "type": "Block", "value": "*\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n ", "range": [ - 10569, - 10703 + 10570, + 10704 ], "loc": { "start": { @@ -41634,8 +41634,8 @@ "type": "Block", "value": "*\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n ", "range": [ - 11919, - 12038 + 11920, + 12039 ], "loc": { "start": { @@ -41652,8 +41652,8 @@ "type": "Line", "value": "checked item value", "range": [ - 12174, - 12194 + 12175, + 12195 ], "loc": { "start": { @@ -41670,8 +41670,8 @@ "type": "Line", "value": " TODO: provide helper to extract column index, ugly!", "range": [ - 12203, - 12257 + 12204, + 12258 ], "loc": { "start": { @@ -41688,8 +41688,8 @@ "type": "Line", "value": "filter value (ul tag)", "range": [ - 12601, - 12624 + 12602, + 12625 ], "loc": { "start": { @@ -41706,8 +41706,8 @@ "type": "Line", "value": "selected items (ul tag)", "range": [ - 12677, - 12702 + 12678, + 12703 ], "loc": { "start": { @@ -41724,8 +41724,8 @@ "type": "Line", "value": "show all item", "range": [ - 12741, - 12756 + 12742, + 12757 ], "loc": { "start": { @@ -41742,8 +41742,8 @@ "type": "Line", "value": "items indexes", "range": [ - 12869, - 12884 + 12870, + 12885 ], "loc": { "start": { @@ -41760,8 +41760,8 @@ "type": "Line", "value": "checked items loop", "range": [ - 12972, - 12992 + 12973, + 12993 ], "loc": { "start": { @@ -41778,8 +41778,8 @@ "type": "Line", "value": "checked item", "range": [ - 13081, - 13095 + 13082, + 13096 ], "loc": { "start": { @@ -41796,8 +41796,8 @@ "type": "Line", "value": "1st option unchecked", "range": [ - 14017, - 14039 + 14018, + 14040 ], "loc": { "start": { @@ -41814,8 +41814,8 @@ "type": "Line", "value": "removes values and indexes", "range": [ - 14444, - 14472 + 14445, + 14473 ], "loc": { "start": { @@ -41832,8 +41832,8 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 15132, - 15301 + 15133, + 15302 ], "loc": { "start": { @@ -41850,8 +41850,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n ", "range": [ - 16211, - 16378 + 16212, + 16379 ], "loc": { "start": { @@ -41868,8 +41868,8 @@ "type": "Line", "value": "removes last operator ||", "range": [ - 16598, - 16624 + 16599, + 16625 ], "loc": { "start": { @@ -41886,8 +41886,8 @@ "type": "Line", "value": "turn || separated values into array", "range": [ - 16687, - 16724 + 16688, + 16725 ], "loc": { "start": { diff --git a/docs/ast/source/modules/clearButton.js.json b/docs/ast/source/modules/clearButton.js.json index 831a234c..7d116f33 100644 --- a/docs/ast/source/modules/clearButton.js.json +++ b/docs/ast/source/modules/clearButton.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Event", "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../event", "raw": "'../event'", "range": [ - 79, - 89 + 80, + 90 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 61, - 90 + 62, + 91 ], "loc": { "start": { @@ -246,8 +246,8 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 105, - 116 + 106, + 117 ], "loc": { "start": { @@ -264,8 +264,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 125, - 132 + 126, + 133 ], "loc": { "start": { @@ -287,8 +287,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 232, - 243 + 233, + 244 ], "loc": { "start": { @@ -309,8 +309,8 @@ "type": "Identifier", "name": "tf", "range": [ - 244, - 246 + 245, + 247 ], "loc": { "start": { @@ -334,8 +334,8 @@ "callee": { "type": "Super", "range": [ - 257, - 262 + 258, + 263 ], "loc": { "start": { @@ -353,8 +353,8 @@ "type": "Identifier", "name": "tf", "range": [ - 263, - 265 + 264, + 266 ], "loc": { "start": { @@ -372,8 +372,8 @@ "value": "btnReset", "raw": "'btnReset'", "range": [ - 267, - 277 + 268, + 278 ], "loc": { "start": { @@ -388,8 +388,8 @@ } ], "range": [ - 257, - 278 + 258, + 279 ], "loc": { "start": { @@ -403,8 +403,8 @@ } }, "range": [ - 257, - 279 + 258, + 280 ], "loc": { "start": { @@ -421,8 +421,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 289, - 312 + 290, + 313 ], "loc": { "start": { @@ -446,8 +446,8 @@ "type": "Identifier", "name": "f", "range": [ - 325, - 326 + 326, + 327 ], "loc": { "start": { @@ -466,8 +466,8 @@ "object": { "type": "ThisExpression", "range": [ - 329, - 333 + 330, + 334 ], "loc": { "start": { @@ -484,8 +484,8 @@ "type": "Identifier", "name": "config", "range": [ - 334, - 340 + 335, + 341 ], "loc": { "start": { @@ -499,8 +499,8 @@ } }, "range": [ - 329, - 340 + 330, + 341 ], "loc": { "start": { @@ -514,8 +514,8 @@ } }, "range": [ - 325, - 340 + 326, + 341 ], "loc": { "start": { @@ -531,8 +531,8 @@ ], "kind": "var", "range": [ - 321, - 341 + 322, + 342 ], "loc": { "start": { @@ -549,8 +549,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 289, - 312 + 290, + 313 ], "loc": { "start": { @@ -569,8 +569,8 @@ "type": "Line", "value": "id of container element", "range": [ - 351, - 376 + 352, + 377 ], "loc": { "start": { @@ -596,8 +596,8 @@ "object": { "type": "ThisExpression", "range": [ - 385, - 389 + 386, + 390 ], "loc": { "start": { @@ -614,8 +614,8 @@ "type": "Identifier", "name": "btnResetTgtId", "range": [ - 390, - 403 + 391, + 404 ], "loc": { "start": { @@ -629,8 +629,8 @@ } }, "range": [ - 385, - 403 + 386, + 404 ], "loc": { "start": { @@ -653,8 +653,8 @@ "type": "Identifier", "name": "f", "range": [ - 406, - 407 + 407, + 408 ], "loc": { "start": { @@ -671,8 +671,8 @@ "type": "Identifier", "name": "btn_reset_target_id", "range": [ - 408, - 427 + 409, + 428 ], "loc": { "start": { @@ -686,8 +686,8 @@ } }, "range": [ - 406, - 427 + 407, + 428 ], "loc": { "start": { @@ -705,8 +705,8 @@ "value": null, "raw": "null", "range": [ - 431, - 435 + 432, + 436 ], "loc": { "start": { @@ -720,8 +720,8 @@ } }, "range": [ - 406, - 435 + 407, + 436 ], "loc": { "start": { @@ -735,8 +735,8 @@ } }, "range": [ - 385, - 435 + 386, + 436 ], "loc": { "start": { @@ -750,8 +750,8 @@ } }, "range": [ - 385, - 436 + 386, + 437 ], "loc": { "start": { @@ -768,8 +768,8 @@ "type": "Line", "value": "id of container element", "range": [ - 351, - 376 + 352, + 377 ], "loc": { "start": { @@ -788,8 +788,8 @@ "type": "Line", "value": "reset button element", "range": [ - 445, - 467 + 446, + 468 ], "loc": { "start": { @@ -815,8 +815,8 @@ "object": { "type": "ThisExpression", "range": [ - 476, - 480 + 477, + 481 ], "loc": { "start": { @@ -833,8 +833,8 @@ "type": "Identifier", "name": "btnResetEl", "range": [ - 481, - 491 + 482, + 492 ], "loc": { "start": { @@ -848,8 +848,8 @@ } }, "range": [ - 476, - 491 + 477, + 492 ], "loc": { "start": { @@ -867,8 +867,8 @@ "value": null, "raw": "null", "range": [ - 494, - 498 + 495, + 499 ], "loc": { "start": { @@ -882,8 +882,8 @@ } }, "range": [ - 476, - 498 + 477, + 499 ], "loc": { "start": { @@ -897,8 +897,8 @@ } }, "range": [ - 476, - 499 + 477, + 500 ], "loc": { "start": { @@ -915,8 +915,8 @@ "type": "Line", "value": "reset button element", "range": [ - 445, - 467 + 446, + 468 ], "loc": { "start": { @@ -935,8 +935,8 @@ "type": "Line", "value": "defines reset text", "range": [ - 508, - 528 + 509, + 529 ], "loc": { "start": { @@ -962,8 +962,8 @@ "object": { "type": "ThisExpression", "range": [ - 537, - 541 + 538, + 542 ], "loc": { "start": { @@ -980,8 +980,8 @@ "type": "Identifier", "name": "btnResetText", "range": [ - 542, - 554 + 543, + 555 ], "loc": { "start": { @@ -995,8 +995,8 @@ } }, "range": [ - 537, - 554 + 538, + 555 ], "loc": { "start": { @@ -1019,8 +1019,8 @@ "type": "Identifier", "name": "f", "range": [ - 557, - 558 + 558, + 559 ], "loc": { "start": { @@ -1037,8 +1037,8 @@ "type": "Identifier", "name": "btn_reset_text", "range": [ - 559, - 573 + 560, + 574 ], "loc": { "start": { @@ -1052,8 +1052,8 @@ } }, "range": [ - 557, - 573 + 558, + 574 ], "loc": { "start": { @@ -1071,8 +1071,8 @@ "value": "Reset", "raw": "'Reset'", "range": [ - 577, - 584 + 578, + 585 ], "loc": { "start": { @@ -1086,8 +1086,8 @@ } }, "range": [ - 557, - 584 + 558, + 585 ], "loc": { "start": { @@ -1101,8 +1101,8 @@ } }, "range": [ - 537, - 584 + 538, + 585 ], "loc": { "start": { @@ -1116,8 +1116,8 @@ } }, "range": [ - 537, - 585 + 538, + 586 ], "loc": { "start": { @@ -1134,8 +1134,8 @@ "type": "Line", "value": "defines reset text", "range": [ - 508, - 528 + 509, + 529 ], "loc": { "start": { @@ -1154,8 +1154,8 @@ "type": "Line", "value": "defines reset button tooltip", "range": [ - 594, - 624 + 595, + 625 ], "loc": { "start": { @@ -1181,8 +1181,8 @@ "object": { "type": "ThisExpression", "range": [ - 633, - 637 + 634, + 638 ], "loc": { "start": { @@ -1199,8 +1199,8 @@ "type": "Identifier", "name": "btnResetTooltip", "range": [ - 638, - 653 + 639, + 654 ], "loc": { "start": { @@ -1214,8 +1214,8 @@ } }, "range": [ - 633, - 653 + 634, + 654 ], "loc": { "start": { @@ -1238,8 +1238,8 @@ "type": "Identifier", "name": "f", "range": [ - 656, - 657 + 657, + 658 ], "loc": { "start": { @@ -1256,8 +1256,8 @@ "type": "Identifier", "name": "btn_reset_tooltip", "range": [ - 658, - 675 + 659, + 676 ], "loc": { "start": { @@ -1271,8 +1271,8 @@ } }, "range": [ - 656, - 675 + 657, + 676 ], "loc": { "start": { @@ -1290,8 +1290,8 @@ "value": "Clear filters", "raw": "'Clear filters'", "range": [ - 679, - 694 + 680, + 695 ], "loc": { "start": { @@ -1305,8 +1305,8 @@ } }, "range": [ - 656, - 694 + 657, + 695 ], "loc": { "start": { @@ -1320,8 +1320,8 @@ } }, "range": [ - 633, - 694 + 634, + 695 ], "loc": { "start": { @@ -1335,8 +1335,8 @@ } }, "range": [ - 633, - 695 + 634, + 696 ], "loc": { "start": { @@ -1353,8 +1353,8 @@ "type": "Line", "value": "defines reset button tooltip", "range": [ - 594, - 624 + 595, + 625 ], "loc": { "start": { @@ -1373,8 +1373,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 704, - 736 + 705, + 737 ], "loc": { "start": { @@ -1400,8 +1400,8 @@ "object": { "type": "ThisExpression", "range": [ - 745, - 749 + 746, + 750 ], "loc": { "start": { @@ -1418,8 +1418,8 @@ "type": "Identifier", "name": "btnResetHtml", "range": [ - 750, - 762 + 751, + 763 ], "loc": { "start": { @@ -1433,8 +1433,8 @@ } }, "range": [ - 745, - 762 + 746, + 763 ], "loc": { "start": { @@ -1457,8 +1457,8 @@ "type": "Identifier", "name": "f", "range": [ - 765, - 766 + 766, + 767 ], "loc": { "start": { @@ -1475,8 +1475,8 @@ "type": "Identifier", "name": "btn_reset_html", "range": [ - 767, - 781 + 768, + 782 ], "loc": { "start": { @@ -1490,8 +1490,8 @@ } }, "range": [ - 765, - 781 + 766, + 782 ], "loc": { "start": { @@ -1516,8 +1516,8 @@ "type": "Identifier", "name": "tf", "range": [ - 799, - 801 + 800, + 802 ], "loc": { "start": { @@ -1534,8 +1534,8 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 802, - 813 + 803, + 814 ], "loc": { "start": { @@ -1549,8 +1549,8 @@ } }, "range": [ - 799, - 813 + 800, + 814 ], "loc": { "start": { @@ -1565,8 +1565,8 @@ }, "prefix": true, "range": [ - 798, - 813 + 799, + 814 ], "loc": { "start": { @@ -1584,8 +1584,8 @@ "value": null, "raw": "null", "range": [ - 816, - 820 + 817, + 821 ], "loc": { "start": { @@ -1618,8 +1618,8 @@ "value": "", "raw": "'\" />'", "range": [ - 945, - 951 + 946, + 952 ], "loc": { "start": { @@ -1857,8 +1857,8 @@ } }, "range": [ - 835, - 951 + 836, + 952 ], "loc": { "start": { @@ -1872,8 +1872,8 @@ } }, "range": [ - 798, - 951 + 799, + 952 ], "loc": { "start": { @@ -1887,8 +1887,8 @@ } }, "range": [ - 765, - 952 + 766, + 953 ], "loc": { "start": { @@ -1902,8 +1902,8 @@ } }, "range": [ - 745, - 952 + 746, + 953 ], "loc": { "start": { @@ -1917,8 +1917,8 @@ } }, "range": [ - 745, - 953 + 746, + 954 ], "loc": { "start": { @@ -1935,8 +1935,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 704, - 736 + 705, + 737 ], "loc": { "start": { @@ -1955,8 +1955,8 @@ "type": "Line", "value": "span containing reset button", "range": [ - 962, - 992 + 963, + 993 ], "loc": { "start": { @@ -1982,8 +1982,8 @@ "object": { "type": "ThisExpression", "range": [ - 1001, - 1005 + 1002, + 1006 ], "loc": { "start": { @@ -2000,8 +2000,8 @@ "type": "Identifier", "name": "prfxResetSpan", "range": [ - 1006, - 1019 + 1007, + 1020 ], "loc": { "start": { @@ -2015,8 +2015,8 @@ } }, "range": [ - 1001, - 1019 + 1002, + 1020 ], "loc": { "start": { @@ -2034,8 +2034,8 @@ "value": "resetspan_", "raw": "'resetspan_'", "range": [ - 1022, - 1034 + 1023, + 1035 ], "loc": { "start": { @@ -2049,8 +2049,8 @@ } }, "range": [ - 1001, - 1034 + 1002, + 1035 ], "loc": { "start": { @@ -2064,8 +2064,8 @@ } }, "range": [ - 1001, - 1035 + 1002, + 1036 ], "loc": { "start": { @@ -2082,8 +2082,8 @@ "type": "Line", "value": "span containing reset button", "range": [ - 962, - 992 + 963, + 993 ], "loc": { "start": { @@ -2100,8 +2100,8 @@ } ], "range": [ - 247, - 1041 + 248, + 1042 ], "loc": { "start": { @@ -2117,8 +2117,8 @@ "generator": false, "expression": false, "range": [ - 243, - 1041 + 244, + 1042 ], "loc": { "start": { @@ -2134,8 +2134,8 @@ "kind": "constructor", "computed": false, "range": [ - 232, - 1041 + 233, + 1042 ], "loc": { "start": { @@ -2152,8 +2152,8 @@ "type": "Block", "value": "*\n * Clear button component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 139, - 227 + 140, + 228 ], "loc": { "start": { @@ -2175,8 +2175,8 @@ "type": "Identifier", "name": "onClick", "range": [ - 1047, - 1054 + 1048, + 1055 ], "loc": { "start": { @@ -2209,8 +2209,8 @@ "object": { "type": "ThisExpression", "range": [ - 1070, - 1074 + 1071, + 1075 ], "loc": { "start": { @@ -2227,8 +2227,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 1075, - 1084 + 1076, + 1085 ], "loc": { "start": { @@ -2242,8 +2242,8 @@ } }, "range": [ - 1070, - 1084 + 1071, + 1085 ], "loc": { "start": { @@ -2258,8 +2258,8 @@ }, "arguments": [], "range": [ - 1070, - 1086 + 1071, + 1087 ], "loc": { "start": { @@ -2274,8 +2274,8 @@ }, "prefix": true, "range": [ - 1069, - 1086 + 1070, + 1087 ], "loc": { "start": { @@ -2295,8 +2295,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1101, - 1108 + 1102, + 1109 ], "loc": { "start": { @@ -2311,8 +2311,8 @@ } ], "range": [ - 1087, - 1118 + 1088, + 1119 ], "loc": { "start": { @@ -2327,8 +2327,8 @@ }, "alternate": null, "range": [ - 1066, - 1118 + 1067, + 1119 ], "loc": { "start": { @@ -2354,8 +2354,8 @@ "object": { "type": "ThisExpression", "range": [ - 1127, - 1131 + 1128, + 1132 ], "loc": { "start": { @@ -2372,8 +2372,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1132, - 1134 + 1133, + 1135 ], "loc": { "start": { @@ -2387,8 +2387,8 @@ } }, "range": [ - 1127, - 1134 + 1128, + 1135 ], "loc": { "start": { @@ -2405,8 +2405,8 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 1135, - 1147 + 1136, + 1148 ], "loc": { "start": { @@ -2420,8 +2420,8 @@ } }, "range": [ - 1127, - 1147 + 1128, + 1148 ], "loc": { "start": { @@ -2436,8 +2436,8 @@ }, "arguments": [], "range": [ - 1127, - 1149 + 1128, + 1150 ], "loc": { "start": { @@ -2451,8 +2451,8 @@ } }, "range": [ - 1127, - 1150 + 1128, + 1151 ], "loc": { "start": { @@ -2467,8 +2467,8 @@ } ], "range": [ - 1056, - 1156 + 1057, + 1157 ], "loc": { "start": { @@ -2484,8 +2484,8 @@ "generator": false, "expression": false, "range": [ - 1054, - 1156 + 1055, + 1157 ], "loc": { "start": { @@ -2501,8 +2501,8 @@ "kind": "method", "computed": false, "range": [ - 1047, - 1156 + 1048, + 1157 ], "loc": { "start": { @@ -2519,8 +2519,8 @@ "type": "Block", "value": "*\n * Build DOM elements\n ", "range": [ - 1162, - 1199 + 1163, + 1200 ], "loc": { "start": { @@ -2542,8 +2542,8 @@ "type": "Identifier", "name": "init", "range": [ - 1204, - 1208 + 1205, + 1209 ], "loc": { "start": { @@ -2572,8 +2572,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1224, - 1226 + 1225, + 1227 ], "loc": { "start": { @@ -2592,8 +2592,8 @@ "object": { "type": "ThisExpression", "range": [ - 1229, - 1233 + 1230, + 1234 ], "loc": { "start": { @@ -2610,8 +2610,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1234, - 1236 + 1235, + 1237 ], "loc": { "start": { @@ -2625,8 +2625,8 @@ } }, "range": [ - 1229, - 1236 + 1230, + 1237 ], "loc": { "start": { @@ -2640,8 +2640,8 @@ } }, "range": [ - 1224, - 1236 + 1225, + 1237 ], "loc": { "start": { @@ -2657,8 +2657,8 @@ ], "kind": "var", "range": [ - 1220, - 1237 + 1221, + 1238 ], "loc": { "start": { @@ -2679,8 +2679,8 @@ "object": { "type": "ThisExpression", "range": [ - 1250, - 1254 + 1251, + 1255 ], "loc": { "start": { @@ -2697,8 +2697,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 1255, - 1266 + 1256, + 1267 ], "loc": { "start": { @@ -2712,8 +2712,8 @@ } }, "range": [ - 1250, - 1266 + 1251, + 1267 ], "loc": { "start": { @@ -2733,8 +2733,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1281, - 1288 + 1282, + 1289 ], "loc": { "start": { @@ -2749,8 +2749,8 @@ } ], "range": [ - 1267, - 1298 + 1268, + 1299 ], "loc": { "start": { @@ -2765,8 +2765,8 @@ }, "alternate": null, "range": [ - 1247, - 1298 + 1248, + 1299 ], "loc": { "start": { @@ -2788,8 +2788,8 @@ "type": "Identifier", "name": "resetspan", "range": [ - 1312, - 1321 + 1313, + 1322 ], "loc": { "start": { @@ -2811,8 +2811,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1324, - 1327 + 1325, + 1328 ], "loc": { "start": { @@ -2829,8 +2829,8 @@ "type": "Identifier", "name": "create", "range": [ - 1328, - 1334 + 1329, + 1335 ], "loc": { "start": { @@ -2844,8 +2844,8 @@ } }, "range": [ - 1324, - 1334 + 1325, + 1335 ], "loc": { "start": { @@ -2864,8 +2864,8 @@ "value": "span", "raw": "'span'", "range": [ - 1335, - 1341 + 1336, + 1342 ], "loc": { "start": { @@ -2886,8 +2886,8 @@ "value": "id", "raw": "'id'", "range": [ - 1344, - 1348 + 1345, + 1349 ], "loc": { "start": { @@ -2909,8 +2909,8 @@ "object": { "type": "ThisExpression", "range": [ - 1350, - 1354 + 1351, + 1355 ], "loc": { "start": { @@ -2927,8 +2927,8 @@ "type": "Identifier", "name": "prfxResetSpan", "range": [ - 1355, - 1368 + 1356, + 1369 ], "loc": { "start": { @@ -2942,8 +2942,8 @@ } }, "range": [ - 1350, - 1368 + 1351, + 1369 ], "loc": { "start": { @@ -2963,8 +2963,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1369, - 1371 + 1370, + 1372 ], "loc": { "start": { @@ -2981,8 +2981,8 @@ "type": "Identifier", "name": "id", "range": [ - 1372, - 1374 + 1373, + 1375 ], "loc": { "start": { @@ -2996,8 +2996,8 @@ } }, "range": [ - 1369, - 1374 + 1370, + 1375 ], "loc": { "start": { @@ -3011,8 +3011,8 @@ } }, "range": [ - 1350, - 1374 + 1351, + 1375 ], "loc": { "start": { @@ -3027,8 +3027,8 @@ } ], "range": [ - 1343, - 1375 + 1344, + 1376 ], "loc": { "start": { @@ -3043,8 +3043,8 @@ } ], "range": [ - 1324, - 1376 + 1325, + 1377 ], "loc": { "start": { @@ -3058,8 +3058,8 @@ } }, "range": [ - 1312, - 1376 + 1313, + 1377 ], "loc": { "start": { @@ -3075,8 +3075,8 @@ ], "kind": "var", "range": [ - 1308, - 1377 + 1309, + 1378 ], "loc": { "start": { @@ -3093,8 +3093,8 @@ "type": "Line", "value": " reset button is added to defined element", "range": [ - 1387, - 1430 + 1388, + 1431 ], "loc": { "start": { @@ -3120,8 +3120,8 @@ "object": { "type": "ThisExpression", "range": [ - 1443, - 1447 + 1444, + 1448 ], "loc": { "start": { @@ -3138,8 +3138,8 @@ "type": "Identifier", "name": "btnResetTgtId", "range": [ - 1448, - 1461 + 1449, + 1462 ], "loc": { "start": { @@ -3153,8 +3153,8 @@ } }, "range": [ - 1443, - 1461 + 1444, + 1462 ], "loc": { "start": { @@ -3169,8 +3169,8 @@ }, "prefix": true, "range": [ - 1442, - 1461 + 1443, + 1462 ], "loc": { "start": { @@ -3197,8 +3197,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1476, - 1478 + 1477, + 1479 ], "loc": { "start": { @@ -3215,8 +3215,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 1479, - 1489 + 1480, + 1490 ], "loc": { "start": { @@ -3230,8 +3230,8 @@ } }, "range": [ - 1476, - 1489 + 1477, + 1490 ], "loc": { "start": { @@ -3246,8 +3246,8 @@ }, "arguments": [], "range": [ - 1476, - 1491 + 1477, + 1492 ], "loc": { "start": { @@ -3261,8 +3261,8 @@ } }, "range": [ - 1476, - 1492 + 1477, + 1493 ], "loc": { "start": { @@ -3277,8 +3277,8 @@ } ], "range": [ - 1462, - 1502 + 1463, + 1503 ], "loc": { "start": { @@ -3293,8 +3293,8 @@ }, "alternate": null, "range": [ - 1439, - 1502 + 1440, + 1503 ], "loc": { "start": { @@ -3311,8 +3311,8 @@ "type": "Line", "value": " reset button is added to defined element", "range": [ - 1387, - 1430 + 1388, + 1431 ], "loc": { "start": { @@ -3336,8 +3336,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 1515, - 1523 + 1516, + 1524 ], "loc": { "start": { @@ -3361,8 +3361,8 @@ "object": { "type": "ThisExpression", "range": [ - 1527, - 1531 + 1528, + 1532 ], "loc": { "start": { @@ -3379,8 +3379,8 @@ "type": "Identifier", "name": "btnResetTgtId", "range": [ - 1532, - 1545 + 1533, + 1546 ], "loc": { "start": { @@ -3394,8 +3394,8 @@ } }, "range": [ - 1527, - 1545 + 1528, + 1546 ], "loc": { "start": { @@ -3410,8 +3410,8 @@ }, "prefix": true, "range": [ - 1526, - 1545 + 1527, + 1546 ], "loc": { "start": { @@ -3431,8 +3431,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1560, - 1562 + 1561, + 1563 ], "loc": { "start": { @@ -3449,8 +3449,8 @@ "type": "Identifier", "name": "rDiv", "range": [ - 1563, - 1567 + 1564, + 1568 ], "loc": { "start": { @@ -3464,8 +3464,8 @@ } }, "range": [ - 1560, - 1567 + 1561, + 1568 ], "loc": { "start": { @@ -3487,8 +3487,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1570, - 1573 + 1571, + 1574 ], "loc": { "start": { @@ -3505,8 +3505,8 @@ "type": "Identifier", "name": "id", "range": [ - 1574, - 1576 + 1575, + 1577 ], "loc": { "start": { @@ -3520,8 +3520,8 @@ } }, "range": [ - 1570, - 1576 + 1571, + 1577 ], "loc": { "start": { @@ -3541,8 +3541,8 @@ "object": { "type": "ThisExpression", "range": [ - 1577, - 1581 + 1578, + 1582 ], "loc": { "start": { @@ -3559,8 +3559,8 @@ "type": "Identifier", "name": "btnResetTgtId", "range": [ - 1582, - 1595 + 1583, + 1596 ], "loc": { "start": { @@ -3574,8 +3574,8 @@ } }, "range": [ - 1577, - 1595 + 1578, + 1596 ], "loc": { "start": { @@ -3590,8 +3590,8 @@ } ], "range": [ - 1570, - 1596 + 1571, + 1597 ], "loc": { "start": { @@ -3605,8 +3605,8 @@ } }, "range": [ - 1526, - 1596 + 1527, + 1597 ], "loc": { "start": { @@ -3620,8 +3620,8 @@ } }, "range": [ - 1515, - 1596 + 1516, + 1597 ], "loc": { "start": { @@ -3637,8 +3637,8 @@ ], "kind": "var", "range": [ - 1511, - 1597 + 1512, + 1598 ], "loc": { "start": { @@ -3662,8 +3662,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 1606, - 1614 + 1607, + 1615 ], "loc": { "start": { @@ -3680,8 +3680,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1615, - 1626 + 1616, + 1627 ], "loc": { "start": { @@ -3695,8 +3695,8 @@ } }, "range": [ - 1606, - 1626 + 1607, + 1627 ], "loc": { "start": { @@ -3714,8 +3714,8 @@ "type": "Identifier", "name": "resetspan", "range": [ - 1627, - 1636 + 1628, + 1637 ], "loc": { "start": { @@ -3730,8 +3730,8 @@ } ], "range": [ - 1606, - 1637 + 1607, + 1638 ], "loc": { "start": { @@ -3745,8 +3745,8 @@ } }, "range": [ - 1606, - 1638 + 1607, + 1639 ], "loc": { "start": { @@ -3770,8 +3770,8 @@ "object": { "type": "ThisExpression", "range": [ - 1652, - 1656 + 1653, + 1657 ], "loc": { "start": { @@ -3788,8 +3788,8 @@ "type": "Identifier", "name": "btnResetHtml", "range": [ - 1657, - 1669 + 1658, + 1670 ], "loc": { "start": { @@ -3803,8 +3803,8 @@ } }, "range": [ - 1652, - 1669 + 1653, + 1670 ], "loc": { "start": { @@ -3819,8 +3819,8 @@ }, "prefix": true, "range": [ - 1651, - 1669 + 1652, + 1670 ], "loc": { "start": { @@ -3845,8 +3845,8 @@ "type": "Identifier", "name": "fltreset", "range": [ - 1688, - 1696 + 1689, + 1697 ], "loc": { "start": { @@ -3868,8 +3868,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1699, - 1702 + 1700, + 1703 ], "loc": { "start": { @@ -3886,8 +3886,8 @@ "type": "Identifier", "name": "create", "range": [ - 1703, - 1709 + 1704, + 1710 ], "loc": { "start": { @@ -3901,8 +3901,8 @@ } }, "range": [ - 1699, - 1709 + 1700, + 1710 ], "loc": { "start": { @@ -3921,8 +3921,8 @@ "value": "a", "raw": "'a'", "range": [ - 1710, - 1713 + 1711, + 1714 ], "loc": { "start": { @@ -3943,8 +3943,8 @@ "value": "href", "raw": "'href'", "range": [ - 1716, - 1722 + 1717, + 1723 ], "loc": { "start": { @@ -3962,8 +3962,8 @@ "value": "javascript:void(0);", "raw": "'javascript:void(0);'", "range": [ - 1724, - 1745 + 1725, + 1746 ], "loc": { "start": { @@ -3978,8 +3978,8 @@ } ], "range": [ - 1715, - 1746 + 1716, + 1747 ], "loc": { "start": { @@ -3994,8 +3994,8 @@ } ], "range": [ - 1699, - 1747 + 1700, + 1748 ], "loc": { "start": { @@ -4009,8 +4009,8 @@ } }, "range": [ - 1688, - 1747 + 1689, + 1748 ], "loc": { "start": { @@ -4026,8 +4026,8 @@ ], "kind": "var", "range": [ - 1684, - 1748 + 1685, + 1749 ], "loc": { "start": { @@ -4052,8 +4052,8 @@ "type": "Identifier", "name": "fltreset", "range": [ - 1761, - 1769 + 1762, + 1770 ], "loc": { "start": { @@ -4070,8 +4070,8 @@ "type": "Identifier", "name": "className", "range": [ - 1770, - 1779 + 1771, + 1780 ], "loc": { "start": { @@ -4085,8 +4085,8 @@ } }, "range": [ - 1761, - 1779 + 1762, + 1780 ], "loc": { "start": { @@ -4106,8 +4106,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1782, - 1784 + 1783, + 1785 ], "loc": { "start": { @@ -4124,8 +4124,8 @@ "type": "Identifier", "name": "btnResetCssClass", "range": [ - 1785, - 1801 + 1786, + 1802 ], "loc": { "start": { @@ -4139,8 +4139,8 @@ } }, "range": [ - 1782, - 1801 + 1783, + 1802 ], "loc": { "start": { @@ -4154,8 +4154,8 @@ } }, "range": [ - 1761, - 1801 + 1762, + 1802 ], "loc": { "start": { @@ -4169,8 +4169,8 @@ } }, "range": [ - 1761, - 1802 + 1762, + 1803 ], "loc": { "start": { @@ -4194,8 +4194,8 @@ "type": "Identifier", "name": "fltreset", "range": [ - 1815, - 1823 + 1816, + 1824 ], "loc": { "start": { @@ -4212,8 +4212,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1824, - 1835 + 1825, + 1836 ], "loc": { "start": { @@ -4227,8 +4227,8 @@ } }, "range": [ - 1815, - 1835 + 1816, + 1836 ], "loc": { "start": { @@ -4251,8 +4251,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1836, - 1839 + 1837, + 1840 ], "loc": { "start": { @@ -4269,8 +4269,8 @@ "type": "Identifier", "name": "text", "range": [ - 1840, - 1844 + 1841, + 1845 ], "loc": { "start": { @@ -4284,8 +4284,8 @@ } }, "range": [ - 1836, - 1844 + 1837, + 1845 ], "loc": { "start": { @@ -4305,8 +4305,8 @@ "object": { "type": "ThisExpression", "range": [ - 1845, - 1849 + 1846, + 1850 ], "loc": { "start": { @@ -4323,8 +4323,8 @@ "type": "Identifier", "name": "btnResetText", "range": [ - 1850, - 1862 + 1851, + 1863 ], "loc": { "start": { @@ -4338,8 +4338,8 @@ } }, "range": [ - 1845, - 1862 + 1846, + 1863 ], "loc": { "start": { @@ -4354,8 +4354,8 @@ } ], "range": [ - 1836, - 1863 + 1837, + 1864 ], "loc": { "start": { @@ -4370,8 +4370,8 @@ } ], "range": [ - 1815, - 1864 + 1816, + 1865 ], "loc": { "start": { @@ -4385,8 +4385,8 @@ } }, "range": [ - 1815, - 1865 + 1816, + 1866 ], "loc": { "start": { @@ -4410,8 +4410,8 @@ "type": "Identifier", "name": "resetspan", "range": [ - 1878, - 1887 + 1879, + 1888 ], "loc": { "start": { @@ -4428,8 +4428,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1888, - 1899 + 1889, + 1900 ], "loc": { "start": { @@ -4443,8 +4443,8 @@ } }, "range": [ - 1878, - 1899 + 1879, + 1900 ], "loc": { "start": { @@ -4462,8 +4462,8 @@ "type": "Identifier", "name": "fltreset", "range": [ - 1900, - 1908 + 1901, + 1909 ], "loc": { "start": { @@ -4478,8 +4478,8 @@ } ], "range": [ - 1878, - 1909 + 1879, + 1910 ], "loc": { "start": { @@ -4493,8 +4493,8 @@ } }, "range": [ - 1878, - 1910 + 1879, + 1911 ], "loc": { "start": { @@ -4518,8 +4518,8 @@ "type": "Identifier", "name": "Event", "range": [ - 1923, - 1928 + 1924, + 1929 ], "loc": { "start": { @@ -4536,8 +4536,8 @@ "type": "Identifier", "name": "add", "range": [ - 1929, - 1932 + 1930, + 1933 ], "loc": { "start": { @@ -4551,8 +4551,8 @@ } }, "range": [ - 1923, - 1932 + 1924, + 1933 ], "loc": { "start": { @@ -4570,8 +4570,8 @@ "type": "Identifier", "name": "fltreset", "range": [ - 1933, - 1941 + 1934, + 1942 ], "loc": { "start": { @@ -4589,8 +4589,8 @@ "value": "click", "raw": "'click'", "range": [ - 1943, - 1950 + 1944, + 1951 ], "loc": { "start": { @@ -4620,8 +4620,8 @@ "object": { "type": "ThisExpression", "range": [ - 1959, - 1963 + 1960, + 1964 ], "loc": { "start": { @@ -4638,8 +4638,8 @@ "type": "Identifier", "name": "onClick", "range": [ - 1964, - 1971 + 1965, + 1972 ], "loc": { "start": { @@ -4653,8 +4653,8 @@ } }, "range": [ - 1959, - 1971 + 1960, + 1972 ], "loc": { "start": { @@ -4669,8 +4669,8 @@ }, "arguments": [], "range": [ - 1959, - 1973 + 1960, + 1974 ], "loc": { "start": { @@ -4684,8 +4684,8 @@ } }, "range": [ - 1959, - 1974 + 1960, + 1975 ], "loc": { "start": { @@ -4700,8 +4700,8 @@ } ], "range": [ - 1957, - 1976 + 1958, + 1977 ], "loc": { "start": { @@ -4717,8 +4717,8 @@ "generator": false, "expression": false, "range": [ - 1952, - 1976 + 1953, + 1977 ], "loc": { "start": { @@ -4733,8 +4733,8 @@ } ], "range": [ - 1923, - 1977 + 1924, + 1978 ], "loc": { "start": { @@ -4748,8 +4748,8 @@ } }, "range": [ - 1923, - 1978 + 1924, + 1979 ], "loc": { "start": { @@ -4764,8 +4764,8 @@ } ], "range": [ - 1670, - 1988 + 1671, + 1989 ], "loc": { "start": { @@ -4793,8 +4793,8 @@ "type": "Identifier", "name": "resetspan", "range": [ - 2008, - 2017 + 2009, + 2018 ], "loc": { "start": { @@ -4811,8 +4811,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 2018, - 2027 + 2019, + 2028 ], "loc": { "start": { @@ -4826,8 +4826,8 @@ } }, "range": [ - 2008, - 2027 + 2009, + 2028 ], "loc": { "start": { @@ -4846,8 +4846,8 @@ "object": { "type": "ThisExpression", "range": [ - 2030, - 2034 + 2031, + 2035 ], "loc": { "start": { @@ -4864,8 +4864,8 @@ "type": "Identifier", "name": "btnResetHtml", "range": [ - 2035, - 2047 + 2036, + 2048 ], "loc": { "start": { @@ -4879,8 +4879,8 @@ } }, "range": [ - 2030, - 2047 + 2031, + 2048 ], "loc": { "start": { @@ -4894,8 +4894,8 @@ } }, "range": [ - 2008, - 2047 + 2009, + 2048 ], "loc": { "start": { @@ -4909,8 +4909,8 @@ } }, "range": [ - 2008, - 2048 + 2009, + 2049 ], "loc": { "start": { @@ -4932,8 +4932,8 @@ "type": "Identifier", "name": "resetEl", "range": [ - 2065, - 2072 + 2066, + 2073 ], "loc": { "start": { @@ -4953,8 +4953,8 @@ "type": "Identifier", "name": "resetspan", "range": [ - 2075, - 2084 + 2076, + 2085 ], "loc": { "start": { @@ -4971,8 +4971,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 2085, - 2095 + 2086, + 2096 ], "loc": { "start": { @@ -4986,8 +4986,8 @@ } }, "range": [ - 2075, - 2095 + 2076, + 2096 ], "loc": { "start": { @@ -5001,8 +5001,8 @@ } }, "range": [ - 2065, - 2095 + 2066, + 2096 ], "loc": { "start": { @@ -5018,8 +5018,8 @@ ], "kind": "var", "range": [ - 2061, - 2096 + 2062, + 2097 ], "loc": { "start": { @@ -5043,8 +5043,8 @@ "type": "Identifier", "name": "Event", "range": [ - 2109, - 2114 + 2110, + 2115 ], "loc": { "start": { @@ -5061,8 +5061,8 @@ "type": "Identifier", "name": "add", "range": [ - 2115, - 2118 + 2116, + 2119 ], "loc": { "start": { @@ -5076,8 +5076,8 @@ } }, "range": [ - 2109, - 2118 + 2110, + 2119 ], "loc": { "start": { @@ -5095,8 +5095,8 @@ "type": "Identifier", "name": "resetEl", "range": [ - 2119, - 2126 + 2120, + 2127 ], "loc": { "start": { @@ -5114,8 +5114,8 @@ "value": "click", "raw": "'click'", "range": [ - 2128, - 2135 + 2129, + 2136 ], "loc": { "start": { @@ -5145,8 +5145,8 @@ "object": { "type": "ThisExpression", "range": [ - 2144, - 2148 + 2145, + 2149 ], "loc": { "start": { @@ -5163,8 +5163,8 @@ "type": "Identifier", "name": "onClick", "range": [ - 2149, - 2156 + 2150, + 2157 ], "loc": { "start": { @@ -5178,8 +5178,8 @@ } }, "range": [ - 2144, - 2156 + 2145, + 2157 ], "loc": { "start": { @@ -5194,8 +5194,8 @@ }, "arguments": [], "range": [ - 2144, - 2158 + 2145, + 2159 ], "loc": { "start": { @@ -5209,8 +5209,8 @@ } }, "range": [ - 2144, - 2159 + 2145, + 2160 ], "loc": { "start": { @@ -5225,8 +5225,8 @@ } ], "range": [ - 2142, - 2161 + 2143, + 2162 ], "loc": { "start": { @@ -5242,8 +5242,8 @@ "generator": false, "expression": false, "range": [ - 2137, - 2161 + 2138, + 2162 ], "loc": { "start": { @@ -5258,8 +5258,8 @@ } ], "range": [ - 2109, - 2162 + 2110, + 2163 ], "loc": { "start": { @@ -5273,8 +5273,8 @@ } }, "range": [ - 2109, - 2163 + 2110, + 2164 ], "loc": { "start": { @@ -5289,8 +5289,8 @@ } ], "range": [ - 1994, - 2173 + 1995, + 2174 ], "loc": { "start": { @@ -5304,8 +5304,8 @@ } }, "range": [ - 1648, - 2173 + 1649, + 2174 ], "loc": { "start": { @@ -5329,8 +5329,8 @@ "object": { "type": "ThisExpression", "range": [ - 2182, - 2186 + 2183, + 2187 ], "loc": { "start": { @@ -5347,8 +5347,8 @@ "type": "Identifier", "name": "btnResetEl", "range": [ - 2187, - 2197 + 2188, + 2198 ], "loc": { "start": { @@ -5362,8 +5362,8 @@ } }, "range": [ - 2182, - 2197 + 2183, + 2198 ], "loc": { "start": { @@ -5383,8 +5383,8 @@ "type": "Identifier", "name": "resetspan", "range": [ - 2200, - 2209 + 2201, + 2210 ], "loc": { "start": { @@ -5401,8 +5401,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 2210, - 2220 + 2211, + 2221 ], "loc": { "start": { @@ -5416,8 +5416,8 @@ } }, "range": [ - 2200, - 2220 + 2201, + 2221 ], "loc": { "start": { @@ -5431,8 +5431,8 @@ } }, "range": [ - 2182, - 2220 + 2183, + 2221 ], "loc": { "start": { @@ -5446,8 +5446,8 @@ } }, "range": [ - 2182, - 2221 + 2183, + 2222 ], "loc": { "start": { @@ -5471,8 +5471,8 @@ "object": { "type": "ThisExpression", "range": [ - 2231, - 2235 + 2232, + 2236 ], "loc": { "start": { @@ -5489,8 +5489,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2236, - 2247 + 2237, + 2248 ], "loc": { "start": { @@ -5504,8 +5504,8 @@ } }, "range": [ - 2231, - 2247 + 2232, + 2248 ], "loc": { "start": { @@ -5523,8 +5523,8 @@ "value": true, "raw": "true", "range": [ - 2250, - 2254 + 2251, + 2255 ], "loc": { "start": { @@ -5538,8 +5538,8 @@ } }, "range": [ - 2231, - 2254 + 2232, + 2255 ], "loc": { "start": { @@ -5553,8 +5553,8 @@ } }, "range": [ - 2231, - 2255 + 2232, + 2256 ], "loc": { "start": { @@ -5569,8 +5569,8 @@ } ], "range": [ - 1210, - 2261 + 1211, + 2262 ], "loc": { "start": { @@ -5586,8 +5586,8 @@ "generator": false, "expression": false, "range": [ - 1208, - 2261 + 1209, + 2262 ], "loc": { "start": { @@ -5603,8 +5603,8 @@ "kind": "method", "computed": false, "range": [ - 1204, - 2261 + 1205, + 2262 ], "loc": { "start": { @@ -5621,8 +5621,8 @@ "type": "Block", "value": "*\n * Build DOM elements\n ", "range": [ - 1162, - 1199 + 1163, + 1200 ], "loc": { "start": { @@ -5641,8 +5641,8 @@ "type": "Block", "value": "*\n * Remove clear button UI\n ", "range": [ - 2267, - 2308 + 2268, + 2309 ], "loc": { "start": { @@ -5664,8 +5664,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 2313, - 2320 + 2314, + 2321 ], "loc": { "start": { @@ -5694,8 +5694,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2336, - 2338 + 2337, + 2339 ], "loc": { "start": { @@ -5714,8 +5714,8 @@ "object": { "type": "ThisExpression", "range": [ - 2341, - 2345 + 2342, + 2346 ], "loc": { "start": { @@ -5732,8 +5732,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2346, - 2348 + 2347, + 2349 ], "loc": { "start": { @@ -5747,8 +5747,8 @@ } }, "range": [ - 2341, - 2348 + 2342, + 2349 ], "loc": { "start": { @@ -5762,8 +5762,8 @@ } }, "range": [ - 2336, - 2348 + 2337, + 2349 ], "loc": { "start": { @@ -5779,8 +5779,8 @@ ], "kind": "var", "range": [ - 2332, - 2349 + 2333, + 2350 ], "loc": { "start": { @@ -5804,8 +5804,8 @@ "object": { "type": "ThisExpression", "range": [ - 2363, - 2367 + 2364, + 2368 ], "loc": { "start": { @@ -5822,8 +5822,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2368, - 2379 + 2369, + 2380 ], "loc": { "start": { @@ -5837,8 +5837,8 @@ } }, "range": [ - 2363, - 2379 + 2364, + 2380 ], "loc": { "start": { @@ -5853,8 +5853,8 @@ }, "prefix": true, "range": [ - 2362, - 2379 + 2363, + 2380 ], "loc": { "start": { @@ -5874,8 +5874,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2394, - 2401 + 2395, + 2402 ], "loc": { "start": { @@ -5890,8 +5890,8 @@ } ], "range": [ - 2380, - 2411 + 2381, + 2412 ], "loc": { "start": { @@ -5906,8 +5906,8 @@ }, "alternate": null, "range": [ - 2359, - 2411 + 2360, + 2412 ], "loc": { "start": { @@ -5929,8 +5929,8 @@ "type": "Identifier", "name": "resetspan", "range": [ - 2425, - 2434 + 2426, + 2435 ], "loc": { "start": { @@ -5952,8 +5952,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2437, - 2440 + 2438, + 2441 ], "loc": { "start": { @@ -5970,8 +5970,8 @@ "type": "Identifier", "name": "id", "range": [ - 2441, - 2443 + 2442, + 2444 ], "loc": { "start": { @@ -5985,8 +5985,8 @@ } }, "range": [ - 2437, - 2443 + 2438, + 2444 ], "loc": { "start": { @@ -6009,8 +6009,8 @@ "object": { "type": "ThisExpression", "range": [ - 2444, - 2448 + 2445, + 2449 ], "loc": { "start": { @@ -6027,8 +6027,8 @@ "type": "Identifier", "name": "prfxResetSpan", "range": [ - 2449, - 2462 + 2450, + 2463 ], "loc": { "start": { @@ -6042,8 +6042,8 @@ } }, "range": [ - 2444, - 2462 + 2445, + 2463 ], "loc": { "start": { @@ -6063,8 +6063,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2463, - 2465 + 2464, + 2466 ], "loc": { "start": { @@ -6081,8 +6081,8 @@ "type": "Identifier", "name": "id", "range": [ - 2466, - 2468 + 2467, + 2469 ], "loc": { "start": { @@ -6096,8 +6096,8 @@ } }, "range": [ - 2463, - 2468 + 2464, + 2469 ], "loc": { "start": { @@ -6111,8 +6111,8 @@ } }, "range": [ - 2444, - 2468 + 2445, + 2469 ], "loc": { "start": { @@ -6127,8 +6127,8 @@ } ], "range": [ - 2437, - 2469 + 2438, + 2470 ], "loc": { "start": { @@ -6142,8 +6142,8 @@ } }, "range": [ - 2425, - 2469 + 2426, + 2470 ], "loc": { "start": { @@ -6159,8 +6159,8 @@ ], "kind": "var", "range": [ - 2421, - 2470 + 2422, + 2471 ], "loc": { "start": { @@ -6179,8 +6179,8 @@ "type": "Identifier", "name": "resetspan", "range": [ - 2482, - 2491 + 2483, + 2492 ], "loc": { "start": { @@ -6207,8 +6207,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2506, - 2509 + 2507, + 2510 ], "loc": { "start": { @@ -6225,8 +6225,8 @@ "type": "Identifier", "name": "remove", "range": [ - 2510, - 2516 + 2511, + 2517 ], "loc": { "start": { @@ -6240,8 +6240,8 @@ } }, "range": [ - 2506, - 2516 + 2507, + 2517 ], "loc": { "start": { @@ -6259,8 +6259,8 @@ "type": "Identifier", "name": "resetspan", "range": [ - 2517, - 2526 + 2518, + 2527 ], "loc": { "start": { @@ -6275,8 +6275,8 @@ } ], "range": [ - 2506, - 2527 + 2507, + 2528 ], "loc": { "start": { @@ -6290,8 +6290,8 @@ } }, "range": [ - 2506, - 2528 + 2507, + 2529 ], "loc": { "start": { @@ -6306,8 +6306,8 @@ } ], "range": [ - 2492, - 2538 + 2493, + 2539 ], "loc": { "start": { @@ -6322,8 +6322,8 @@ }, "alternate": null, "range": [ - 2479, - 2538 + 2480, + 2539 ], "loc": { "start": { @@ -6347,8 +6347,8 @@ "object": { "type": "ThisExpression", "range": [ - 2547, - 2551 + 2548, + 2552 ], "loc": { "start": { @@ -6365,8 +6365,8 @@ "type": "Identifier", "name": "btnResetEl", "range": [ - 2552, - 2562 + 2553, + 2563 ], "loc": { "start": { @@ -6380,8 +6380,8 @@ } }, "range": [ - 2547, - 2562 + 2548, + 2563 ], "loc": { "start": { @@ -6399,8 +6399,8 @@ "value": null, "raw": "null", "range": [ - 2565, - 2569 + 2566, + 2570 ], "loc": { "start": { @@ -6414,8 +6414,8 @@ } }, "range": [ - 2547, - 2569 + 2548, + 2570 ], "loc": { "start": { @@ -6429,8 +6429,8 @@ } }, "range": [ - 2547, - 2570 + 2548, + 2571 ], "loc": { "start": { @@ -6454,8 +6454,8 @@ "object": { "type": "ThisExpression", "range": [ - 2579, - 2583 + 2580, + 2584 ], "loc": { "start": { @@ -6472,8 +6472,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2584, - 2595 + 2585, + 2596 ], "loc": { "start": { @@ -6487,8 +6487,8 @@ } }, "range": [ - 2579, - 2595 + 2580, + 2596 ], "loc": { "start": { @@ -6506,8 +6506,8 @@ "value": false, "raw": "false", "range": [ - 2598, - 2603 + 2599, + 2604 ], "loc": { "start": { @@ -6521,8 +6521,8 @@ } }, "range": [ - 2579, - 2603 + 2580, + 2604 ], "loc": { "start": { @@ -6536,8 +6536,8 @@ } }, "range": [ - 2579, - 2604 + 2580, + 2605 ], "loc": { "start": { @@ -6552,8 +6552,8 @@ } ], "range": [ - 2322, - 2610 + 2323, + 2611 ], "loc": { "start": { @@ -6569,8 +6569,8 @@ "generator": false, "expression": false, "range": [ - 2320, - 2610 + 2321, + 2611 ], "loc": { "start": { @@ -6586,8 +6586,8 @@ "kind": "method", "computed": false, "range": [ - 2313, - 2610 + 2314, + 2611 ], "loc": { "start": { @@ -6604,8 +6604,8 @@ "type": "Block", "value": "*\n * Remove clear button UI\n ", "range": [ - 2267, - 2308 + 2268, + 2309 ], "loc": { "start": { @@ -6623,8 +6623,8 @@ } ], "range": [ - 132, - 2612 + 133, + 2613 ], "loc": { "start": { @@ -6638,8 +6638,8 @@ } }, "range": [ - 99, - 2612 + 100, + 2613 ], "loc": { "start": { @@ -6657,8 +6657,8 @@ "specifiers": [], "source": null, "range": [ - 92, - 2612 + 93, + 2613 ], "loc": { "start": { @@ -6675,7 +6675,7 @@ "sourceType": "module", "range": [ 0, - 2612 + 2613 ], "loc": { "start": { @@ -6692,8 +6692,8 @@ "type": "Block", "value": "*\n * Clear button component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 139, - 227 + 140, + 228 ], "loc": { "start": { @@ -6710,8 +6710,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 289, - 312 + 290, + 313 ], "loc": { "start": { @@ -6728,8 +6728,8 @@ "type": "Line", "value": "id of container element", "range": [ - 351, - 376 + 352, + 377 ], "loc": { "start": { @@ -6746,8 +6746,8 @@ "type": "Line", "value": "reset button element", "range": [ - 445, - 467 + 446, + 468 ], "loc": { "start": { @@ -6764,8 +6764,8 @@ "type": "Line", "value": "defines reset text", "range": [ - 508, - 528 + 509, + 529 ], "loc": { "start": { @@ -6782,8 +6782,8 @@ "type": "Line", "value": "defines reset button tooltip", "range": [ - 594, - 624 + 595, + 625 ], "loc": { "start": { @@ -6800,8 +6800,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 704, - 736 + 705, + 737 ], "loc": { "start": { @@ -6818,8 +6818,8 @@ "type": "Line", "value": "span containing reset button", "range": [ - 962, - 992 + 963, + 993 ], "loc": { "start": { @@ -6836,8 +6836,8 @@ "type": "Block", "value": "*\n * Build DOM elements\n ", "range": [ - 1162, - 1199 + 1163, + 1200 ], "loc": { "start": { @@ -6854,8 +6854,8 @@ "type": "Line", "value": " reset button is added to defined element", "range": [ - 1387, - 1430 + 1388, + 1431 ], "loc": { "start": { @@ -6872,8 +6872,8 @@ "type": "Block", "value": "*\n * Remove clear button UI\n ", "range": [ - 2267, - 2308 + 2268, + 2309 ], "loc": { "start": { diff --git a/docs/ast/source/modules/dropdown.js.json b/docs/ast/source/modules/dropdown.js.json index 55341959..49c30683 100644 --- a/docs/ast/source/modules/dropdown.js.json +++ b/docs/ast/source/modules/dropdown.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 68, - 71 + 69, + 72 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 68, - 71 + 69, + 72 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../array", "raw": "'../array'", "range": [ - 77, - 87 + 78, + 88 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 61, - 88 + 62, + 89 ], "loc": { "start": { @@ -247,8 +247,8 @@ "type": "Identifier", "name": "Str", "range": [ - 96, - 99 + 97, + 100 ], "loc": { "start": { @@ -262,8 +262,8 @@ } }, "range": [ - 96, - 99 + 97, + 100 ], "loc": { "start": { @@ -282,8 +282,8 @@ "value": "../string", "raw": "'../string'", "range": [ - 105, - 116 + 106, + 117 ], "loc": { "start": { @@ -297,8 +297,8 @@ } }, "range": [ - 89, - 117 + 90, + 118 ], "loc": { "start": { @@ -320,8 +320,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 125, - 129 + 126, + 130 ], "loc": { "start": { @@ -335,8 +335,8 @@ } }, "range": [ - 125, - 129 + 126, + 130 ], "loc": { "start": { @@ -355,8 +355,8 @@ "value": "../sort", "raw": "'../sort'", "range": [ - 135, - 144 + 136, + 145 ], "loc": { "start": { @@ -370,8 +370,8 @@ } }, "range": [ - 118, - 145 + 119, + 146 ], "loc": { "start": { @@ -393,8 +393,8 @@ "type": "Identifier", "name": "Event", "range": [ - 153, - 158 + 154, + 159 ], "loc": { "start": { @@ -408,8 +408,8 @@ } }, "range": [ - 153, - 158 + 154, + 159 ], "loc": { "start": { @@ -428,8 +428,8 @@ "value": "../event", "raw": "'../event'", "range": [ - 164, - 174 + 165, + 175 ], "loc": { "start": { @@ -443,8 +443,8 @@ } }, "range": [ - 146, - 175 + 147, + 176 ], "loc": { "start": { @@ -466,8 +466,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 184, - 190 + 185, + 191 ], "loc": { "start": { @@ -484,8 +484,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 184, - 190 + 185, + 191 ], "loc": { "start": { @@ -499,8 +499,8 @@ } }, "range": [ - 184, - 190 + 185, + 191 ], "loc": { "start": { @@ -519,8 +519,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 192, - 200 + 193, + 201 ], "loc": { "start": { @@ -537,8 +537,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 192, - 200 + 193, + 201 ], "loc": { "start": { @@ -552,8 +552,8 @@ } }, "range": [ - 192, - 200 + 193, + 201 ], "loc": { "start": { @@ -572,8 +572,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 202, - 206 + 203, + 207 ], "loc": { "start": { @@ -590,8 +590,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 202, - 206 + 203, + 207 ], "loc": { "start": { @@ -605,8 +605,8 @@ } }, "range": [ - 202, - 206 + 203, + 207 ], "loc": { "start": { @@ -625,8 +625,8 @@ "value": "../const", "raw": "'../const'", "range": [ - 213, - 223 + 214, + 224 ], "loc": { "start": { @@ -640,8 +640,8 @@ } }, "range": [ - 176, - 224 + 177, + 225 ], "loc": { "start": { @@ -663,8 +663,8 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 232, - 242 + 233, + 243 ], "loc": { "start": { @@ -685,8 +685,8 @@ "value": "Filter options for column {0} cannot be sorted in ", "raw": "'Filter options for column {0} cannot be sorted in '", "range": [ - 245, - 297 + 246, + 298 ], "loc": { "start": { @@ -704,8 +704,8 @@ "value": "{1} manner.", "raw": "'{1} manner.'", "range": [ - 304, - 317 + 305, + 318 ], "loc": { "start": { @@ -719,8 +719,8 @@ } }, "range": [ - 245, - 317 + 246, + 318 ], "loc": { "start": { @@ -734,8 +734,8 @@ } }, "range": [ - 232, - 317 + 233, + 318 ], "loc": { "start": { @@ -751,8 +751,8 @@ ], "kind": "const", "range": [ - 226, - 318 + 227, + 319 ], "loc": { "start": { @@ -773,8 +773,8 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 333, - 341 + 334, + 342 ], "loc": { "start": { @@ -791,8 +791,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 350, - 357 + 351, + 358 ], "loc": { "start": { @@ -814,8 +814,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 457, - 468 + 458, + 469 ], "loc": { "start": { @@ -836,8 +836,8 @@ "type": "Identifier", "name": "tf", "range": [ - 469, - 471 + 470, + 472 ], "loc": { "start": { @@ -861,8 +861,8 @@ "callee": { "type": "Super", "range": [ - 483, - 488 + 484, + 489 ], "loc": { "start": { @@ -880,8 +880,8 @@ "type": "Identifier", "name": "tf", "range": [ - 489, - 491 + 490, + 492 ], "loc": { "start": { @@ -899,8 +899,8 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 493, - 503 + 494, + 504 ], "loc": { "start": { @@ -915,8 +915,8 @@ } ], "range": [ - 483, - 504 + 484, + 505 ], "loc": { "start": { @@ -930,8 +930,8 @@ } }, "range": [ - 483, - 505 + 484, + 506 ], "loc": { "start": { @@ -948,8 +948,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 515, - 538 + 516, + 539 ], "loc": { "start": { @@ -973,8 +973,8 @@ "type": "Identifier", "name": "f", "range": [ - 551, - 552 + 552, + 553 ], "loc": { "start": { @@ -996,8 +996,8 @@ "type": "Identifier", "name": "tf", "range": [ - 555, - 557 + 556, + 558 ], "loc": { "start": { @@ -1014,8 +1014,8 @@ "type": "Identifier", "name": "config", "range": [ - 558, - 564 + 559, + 565 ], "loc": { "start": { @@ -1029,8 +1029,8 @@ } }, "range": [ - 555, - 564 + 556, + 565 ], "loc": { "start": { @@ -1045,8 +1045,8 @@ }, "arguments": [], "range": [ - 555, - 566 + 556, + 567 ], "loc": { "start": { @@ -1060,8 +1060,8 @@ } }, "range": [ - 551, - 566 + 552, + 567 ], "loc": { "start": { @@ -1077,8 +1077,8 @@ ], "kind": "let", "range": [ - 547, - 567 + 548, + 568 ], "loc": { "start": { @@ -1095,8 +1095,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 515, - 538 + 516, + 539 ], "loc": { "start": { @@ -1122,8 +1122,8 @@ "object": { "type": "ThisExpression", "range": [ - 577, - 581 + 578, + 582 ], "loc": { "start": { @@ -1140,8 +1140,8 @@ "type": "Identifier", "name": "enableSlcResetFilter", "range": [ - 582, - 602 + 583, + 603 ], "loc": { "start": { @@ -1155,8 +1155,8 @@ } }, "range": [ - 577, - 602 + 578, + 603 ], "loc": { "start": { @@ -1181,8 +1181,8 @@ "type": "Identifier", "name": "f", "range": [ - 605, - 606 + 606, + 607 ], "loc": { "start": { @@ -1199,8 +1199,8 @@ "type": "Identifier", "name": "enable_slc_reset_filter", "range": [ - 607, - 630 + 608, + 631 ], "loc": { "start": { @@ -1214,8 +1214,8 @@ } }, "range": [ - 605, - 630 + 606, + 631 ], "loc": { "start": { @@ -1233,8 +1233,8 @@ "value": false, "raw": "false", "range": [ - 635, - 640 + 636, + 641 ], "loc": { "start": { @@ -1248,8 +1248,8 @@ } }, "range": [ - 605, - 640 + 606, + 641 ], "loc": { "start": { @@ -1267,8 +1267,8 @@ "value": false, "raw": "false", "range": [ - 655, - 660 + 656, + 661 ], "loc": { "start": { @@ -1286,8 +1286,8 @@ "value": true, "raw": "true", "range": [ - 663, - 667 + 664, + 668 ], "loc": { "start": { @@ -1301,8 +1301,8 @@ } }, "range": [ - 605, - 667 + 606, + 668 ], "loc": { "start": { @@ -1316,8 +1316,8 @@ } }, "range": [ - 577, - 667 + 578, + 668 ], "loc": { "start": { @@ -1331,8 +1331,8 @@ } }, "range": [ - 577, - 668 + 578, + 669 ], "loc": { "start": { @@ -1349,8 +1349,8 @@ "type": "Line", "value": "defines empty option text", "range": [ - 677, - 704 + 678, + 705 ], "loc": { "start": { @@ -1376,8 +1376,8 @@ "object": { "type": "ThisExpression", "range": [ - 713, - 717 + 714, + 718 ], "loc": { "start": { @@ -1394,8 +1394,8 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 718, - 730 + 719, + 731 ], "loc": { "start": { @@ -1409,8 +1409,8 @@ } }, "range": [ - 713, - 730 + 714, + 731 ], "loc": { "start": { @@ -1433,8 +1433,8 @@ "type": "Identifier", "name": "f", "range": [ - 733, - 734 + 734, + 735 ], "loc": { "start": { @@ -1451,8 +1451,8 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 735, - 749 + 736, + 750 ], "loc": { "start": { @@ -1466,8 +1466,8 @@ } }, "range": [ - 733, - 749 + 734, + 750 ], "loc": { "start": { @@ -1485,8 +1485,8 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 753, - 766 + 754, + 767 ], "loc": { "start": { @@ -1500,8 +1500,8 @@ } }, "range": [ - 733, - 766 + 734, + 767 ], "loc": { "start": { @@ -1515,8 +1515,8 @@ } }, "range": [ - 713, - 766 + 714, + 767 ], "loc": { "start": { @@ -1530,8 +1530,8 @@ } }, "range": [ - 713, - 767 + 714, + 768 ], "loc": { "start": { @@ -1548,8 +1548,8 @@ "type": "Line", "value": "defines empty option text", "range": [ - 677, - 704 + 678, + 705 ], "loc": { "start": { @@ -1568,8 +1568,8 @@ "type": "Line", "value": "IE only, tooltip text appearing on select before it is populated", "range": [ - 776, - 842 + 777, + 843 ], "loc": { "start": { @@ -1595,8 +1595,8 @@ "object": { "type": "ThisExpression", "range": [ - 851, - 855 + 852, + 856 ], "loc": { "start": { @@ -1613,8 +1613,8 @@ "type": "Identifier", "name": "activateSlcTooltip", "range": [ - 856, - 874 + 857, + 875 ], "loc": { "start": { @@ -1628,8 +1628,8 @@ } }, "range": [ - 851, - 874 + 852, + 875 ], "loc": { "start": { @@ -1652,8 +1652,8 @@ "type": "Identifier", "name": "f", "range": [ - 877, - 878 + 878, + 879 ], "loc": { "start": { @@ -1670,8 +1670,8 @@ "type": "Identifier", "name": "activate_slc_tooltip", "range": [ - 879, - 899 + 880, + 900 ], "loc": { "start": { @@ -1685,8 +1685,8 @@ } }, "range": [ - 877, - 899 + 878, + 900 ], "loc": { "start": { @@ -1704,8 +1704,8 @@ "value": "Click to activate", "raw": "'Click to activate'", "range": [ - 915, - 934 + 916, + 935 ], "loc": { "start": { @@ -1719,8 +1719,8 @@ } }, "range": [ - 877, - 934 + 878, + 935 ], "loc": { "start": { @@ -1734,8 +1734,8 @@ } }, "range": [ - 851, - 934 + 852, + 935 ], "loc": { "start": { @@ -1749,8 +1749,8 @@ } }, "range": [ - 851, - 935 + 852, + 936 ], "loc": { "start": { @@ -1767,8 +1767,8 @@ "type": "Line", "value": "IE only, tooltip text appearing on select before it is populated", "range": [ - 776, - 842 + 777, + 843 ], "loc": { "start": { @@ -1787,8 +1787,8 @@ "type": "Line", "value": "tooltip text appearing on multiple select", "range": [ - 944, - 987 + 945, + 988 ], "loc": { "start": { @@ -1814,8 +1814,8 @@ "object": { "type": "ThisExpression", "range": [ - 996, - 1000 + 997, + 1001 ], "loc": { "start": { @@ -1832,8 +1832,8 @@ "type": "Identifier", "name": "multipleSlcTooltip", "range": [ - 1001, - 1019 + 1002, + 1020 ], "loc": { "start": { @@ -1847,8 +1847,8 @@ } }, "range": [ - 996, - 1019 + 997, + 1020 ], "loc": { "start": { @@ -1871,8 +1871,8 @@ "type": "Identifier", "name": "f", "range": [ - 1022, - 1023 + 1023, + 1024 ], "loc": { "start": { @@ -1889,8 +1889,8 @@ "type": "Identifier", "name": "multiple_slc_tooltip", "range": [ - 1024, - 1044 + 1025, + 1045 ], "loc": { "start": { @@ -1904,8 +1904,8 @@ } }, "range": [ - 1022, - 1044 + 1023, + 1045 ], "loc": { "start": { @@ -1923,8 +1923,8 @@ "value": "Use Ctrl key for multiple selections", "raw": "'Use Ctrl key for multiple selections'", "range": [ - 1060, - 1098 + 1061, + 1099 ], "loc": { "start": { @@ -1938,8 +1938,8 @@ } }, "range": [ - 1022, - 1098 + 1023, + 1099 ], "loc": { "start": { @@ -1953,8 +1953,8 @@ } }, "range": [ - 996, - 1098 + 997, + 1099 ], "loc": { "start": { @@ -1968,8 +1968,8 @@ } }, "range": [ - 996, - 1099 + 997, + 1100 ], "loc": { "start": { @@ -1986,8 +1986,8 @@ "type": "Line", "value": "tooltip text appearing on multiple select", "range": [ - 944, - 987 + 945, + 988 ], "loc": { "start": { @@ -2013,8 +2013,8 @@ "object": { "type": "ThisExpression", "range": [ - 1109, - 1113 + 1110, + 1114 ], "loc": { "start": { @@ -2031,8 +2031,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 1114, - 1122 + 1115, + 1123 ], "loc": { "start": { @@ -2046,8 +2046,8 @@ } }, "range": [ - 1109, - 1122 + 1110, + 1123 ], "loc": { "start": { @@ -2065,8 +2065,8 @@ "value": null, "raw": "null", "range": [ - 1125, - 1129 + 1126, + 1130 ], "loc": { "start": { @@ -2080,8 +2080,8 @@ } }, "range": [ - 1109, - 1129 + 1110, + 1130 ], "loc": { "start": { @@ -2095,8 +2095,8 @@ } }, "range": [ - 1109, - 1130 + 1110, + 1131 ], "loc": { "start": { @@ -2120,8 +2120,8 @@ "object": { "type": "ThisExpression", "range": [ - 1139, - 1143 + 1140, + 1144 ], "loc": { "start": { @@ -2138,8 +2138,8 @@ "type": "Identifier", "name": "opts", "range": [ - 1144, - 1148 + 1145, + 1149 ], "loc": { "start": { @@ -2153,8 +2153,8 @@ } }, "range": [ - 1139, - 1148 + 1140, + 1149 ], "loc": { "start": { @@ -2172,8 +2172,8 @@ "value": null, "raw": "null", "range": [ - 1151, - 1155 + 1152, + 1156 ], "loc": { "start": { @@ -2187,8 +2187,8 @@ } }, "range": [ - 1139, - 1155 + 1140, + 1156 ], "loc": { "start": { @@ -2202,8 +2202,8 @@ } }, "range": [ - 1139, - 1156 + 1140, + 1157 ], "loc": { "start": { @@ -2227,8 +2227,8 @@ "object": { "type": "ThisExpression", "range": [ - 1165, - 1169 + 1166, + 1170 ], "loc": { "start": { @@ -2245,8 +2245,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 1170, - 1177 + 1171, + 1178 ], "loc": { "start": { @@ -2260,8 +2260,8 @@ } }, "range": [ - 1165, - 1177 + 1166, + 1178 ], "loc": { "start": { @@ -2279,8 +2279,8 @@ "value": null, "raw": "null", "range": [ - 1180, - 1184 + 1181, + 1185 ], "loc": { "start": { @@ -2294,8 +2294,8 @@ } }, "range": [ - 1165, - 1184 + 1166, + 1185 ], "loc": { "start": { @@ -2309,8 +2309,8 @@ } }, "range": [ - 1165, - 1185 + 1166, + 1186 ], "loc": { "start": { @@ -2334,8 +2334,8 @@ "object": { "type": "ThisExpression", "range": [ - 1194, - 1198 + 1195, + 1199 ], "loc": { "start": { @@ -2352,8 +2352,8 @@ "type": "Identifier", "name": "slcInnerHtml", "range": [ - 1199, - 1211 + 1200, + 1212 ], "loc": { "start": { @@ -2367,8 +2367,8 @@ } }, "range": [ - 1194, - 1211 + 1195, + 1212 ], "loc": { "start": { @@ -2386,8 +2386,8 @@ "value": null, "raw": "null", "range": [ - 1214, - 1218 + 1215, + 1219 ], "loc": { "start": { @@ -2401,8 +2401,8 @@ } }, "range": [ - 1194, - 1218 + 1195, + 1219 ], "loc": { "start": { @@ -2416,8 +2416,8 @@ } }, "range": [ - 1194, - 1219 + 1195, + 1220 ], "loc": { "start": { @@ -2432,8 +2432,8 @@ } ], "range": [ - 473, - 1225 + 474, + 1226 ], "loc": { "start": { @@ -2449,8 +2449,8 @@ "generator": false, "expression": false, "range": [ - 468, - 1225 + 469, + 1226 ], "loc": { "start": { @@ -2466,8 +2466,8 @@ "kind": "constructor", "computed": false, "range": [ - 457, - 1225 + 458, + 1226 ], "loc": { "start": { @@ -2484,8 +2484,8 @@ "type": "Block", "value": "*\n * Dropdown UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 365, - 452 + 366, + 453 ], "loc": { "start": { @@ -2507,8 +2507,8 @@ "type": "Identifier", "name": "onSlcFocus", "range": [ - 1231, - 1241 + 1232, + 1242 ], "loc": { "start": { @@ -2529,8 +2529,8 @@ "type": "Identifier", "name": "e", "range": [ - 1242, - 1243 + 1243, + 1244 ], "loc": { "start": { @@ -2556,8 +2556,8 @@ "type": "Identifier", "name": "elm", "range": [ - 1259, - 1262 + 1260, + 1263 ], "loc": { "start": { @@ -2579,8 +2579,8 @@ "type": "Identifier", "name": "Event", "range": [ - 1265, - 1270 + 1266, + 1271 ], "loc": { "start": { @@ -2597,8 +2597,8 @@ "type": "Identifier", "name": "target", "range": [ - 1271, - 1277 + 1272, + 1278 ], "loc": { "start": { @@ -2612,8 +2612,8 @@ } }, "range": [ - 1265, - 1277 + 1266, + 1278 ], "loc": { "start": { @@ -2631,8 +2631,8 @@ "type": "Identifier", "name": "e", "range": [ - 1278, - 1279 + 1279, + 1280 ], "loc": { "start": { @@ -2647,8 +2647,8 @@ } ], "range": [ - 1265, - 1280 + 1266, + 1281 ], "loc": { "start": { @@ -2662,8 +2662,8 @@ } }, "range": [ - 1259, - 1280 + 1260, + 1281 ], "loc": { "start": { @@ -2679,8 +2679,8 @@ ], "kind": "let", "range": [ - 1255, - 1281 + 1256, + 1282 ], "loc": { "start": { @@ -2702,8 +2702,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1294, - 1296 + 1295, + 1297 ], "loc": { "start": { @@ -2722,8 +2722,8 @@ "object": { "type": "ThisExpression", "range": [ - 1299, - 1303 + 1300, + 1304 ], "loc": { "start": { @@ -2740,8 +2740,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1304, - 1306 + 1305, + 1307 ], "loc": { "start": { @@ -2755,8 +2755,8 @@ } }, "range": [ - 1299, - 1306 + 1300, + 1307 ], "loc": { "start": { @@ -2770,8 +2770,8 @@ } }, "range": [ - 1294, - 1306 + 1295, + 1307 ], "loc": { "start": { @@ -2787,8 +2787,8 @@ ], "kind": "let", "range": [ - 1290, - 1307 + 1291, + 1308 ], "loc": { "start": { @@ -2805,8 +2805,8 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 1316, - 1361 + 1317, + 1362 ], "loc": { "start": { @@ -2833,8 +2833,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1374, - 1376 + 1375, + 1377 ], "loc": { "start": { @@ -2851,8 +2851,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 1377, - 1392 + 1378, + 1393 ], "loc": { "start": { @@ -2866,8 +2866,8 @@ } }, "range": [ - 1374, - 1392 + 1375, + 1393 ], "loc": { "start": { @@ -2892,8 +2892,8 @@ "type": "Identifier", "name": "elm", "range": [ - 1396, - 1399 + 1397, + 1400 ], "loc": { "start": { @@ -2910,8 +2910,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 1400, - 1412 + 1401, + 1413 ], "loc": { "start": { @@ -2925,8 +2925,8 @@ } }, "range": [ - 1396, - 1412 + 1397, + 1413 ], "loc": { "start": { @@ -2945,8 +2945,8 @@ "value": "filled", "raw": "'filled'", "range": [ - 1413, - 1421 + 1414, + 1422 ], "loc": { "start": { @@ -2961,8 +2961,8 @@ } ], "range": [ - 1396, - 1422 + 1397, + 1423 ], "loc": { "start": { @@ -2980,8 +2980,8 @@ "value": "0", "raw": "'0'", "range": [ - 1427, - 1430 + 1428, + 1431 ], "loc": { "start": { @@ -2995,8 +2995,8 @@ } }, "range": [ - 1396, - 1430 + 1397, + 1431 ], "loc": { "start": { @@ -3010,8 +3010,8 @@ } }, "range": [ - 1374, - 1430 + 1375, + 1431 ], "loc": { "start": { @@ -3036,8 +3036,8 @@ "type": "Identifier", "name": "ct", "range": [ - 1450, - 1452 + 1451, + 1453 ], "loc": { "start": { @@ -3059,8 +3059,8 @@ "type": "Identifier", "name": "elm", "range": [ - 1455, - 1458 + 1456, + 1459 ], "loc": { "start": { @@ -3077,8 +3077,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 1459, - 1471 + 1460, + 1472 ], "loc": { "start": { @@ -3092,8 +3092,8 @@ } }, "range": [ - 1455, - 1471 + 1456, + 1472 ], "loc": { "start": { @@ -3112,8 +3112,8 @@ "value": "ct", "raw": "'ct'", "range": [ - 1472, - 1476 + 1473, + 1477 ], "loc": { "start": { @@ -3128,8 +3128,8 @@ } ], "range": [ - 1455, - 1477 + 1456, + 1478 ], "loc": { "start": { @@ -3143,8 +3143,8 @@ } }, "range": [ - 1450, - 1477 + 1451, + 1478 ], "loc": { "start": { @@ -3160,8 +3160,8 @@ ], "kind": "let", "range": [ - 1446, - 1478 + 1447, + 1479 ], "loc": { "start": { @@ -3184,8 +3184,8 @@ "object": { "type": "ThisExpression", "range": [ - 1491, - 1495 + 1492, + 1496 ], "loc": { "start": { @@ -3202,8 +3202,8 @@ "type": "Identifier", "name": "build", "range": [ - 1496, - 1501 + 1497, + 1502 ], "loc": { "start": { @@ -3217,8 +3217,8 @@ } }, "range": [ - 1491, - 1501 + 1492, + 1502 ], "loc": { "start": { @@ -3236,8 +3236,8 @@ "type": "Identifier", "name": "ct", "range": [ - 1502, - 1504 + 1503, + 1505 ], "loc": { "start": { @@ -3252,8 +3252,8 @@ } ], "range": [ - 1491, - 1505 + 1492, + 1506 ], "loc": { "start": { @@ -3267,8 +3267,8 @@ } }, "range": [ - 1491, - 1506 + 1492, + 1507 ], "loc": { "start": { @@ -3283,8 +3283,8 @@ } ], "range": [ - 1432, - 1516 + 1433, + 1517 ], "loc": { "start": { @@ -3299,8 +3299,8 @@ }, "alternate": null, "range": [ - 1370, - 1516 + 1371, + 1517 ], "loc": { "start": { @@ -3317,8 +3317,8 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 1316, - 1361 + 1317, + 1362 ], "loc": { "start": { @@ -3346,8 +3346,8 @@ "object": { "type": "ThisExpression", "range": [ - 1525, - 1529 + 1526, + 1530 ], "loc": { "start": { @@ -3364,8 +3364,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 1530, - 1537 + 1531, + 1538 ], "loc": { "start": { @@ -3379,8 +3379,8 @@ } }, "range": [ - 1525, - 1537 + 1526, + 1538 ], "loc": { "start": { @@ -3397,8 +3397,8 @@ "type": "Identifier", "name": "emit", "range": [ - 1538, - 1542 + 1539, + 1543 ], "loc": { "start": { @@ -3412,8 +3412,8 @@ } }, "range": [ - 1525, - 1542 + 1526, + 1543 ], "loc": { "start": { @@ -3432,8 +3432,8 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 1543, - 1557 + 1544, + 1558 ], "loc": { "start": { @@ -3450,8 +3450,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1559, - 1561 + 1560, + 1562 ], "loc": { "start": { @@ -3468,8 +3468,8 @@ "type": "Identifier", "name": "elm", "range": [ - 1563, - 1566 + 1564, + 1567 ], "loc": { "start": { @@ -3484,8 +3484,8 @@ } ], "range": [ - 1525, - 1567 + 1526, + 1568 ], "loc": { "start": { @@ -3499,8 +3499,8 @@ } }, "range": [ - 1525, - 1568 + 1526, + 1569 ], "loc": { "start": { @@ -3515,8 +3515,8 @@ } ], "range": [ - 1245, - 1574 + 1246, + 1575 ], "loc": { "start": { @@ -3532,8 +3532,8 @@ "generator": false, "expression": false, "range": [ - 1241, - 1574 + 1242, + 1575 ], "loc": { "start": { @@ -3549,8 +3549,8 @@ "kind": "method", "computed": false, "range": [ - 1231, - 1574 + 1232, + 1575 ], "loc": { "start": { @@ -3570,8 +3570,8 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 1580, - 1591 + 1581, + 1592 ], "loc": { "start": { @@ -3602,8 +3602,8 @@ "object": { "type": "ThisExpression", "range": [ - 1608, - 1612 + 1609, + 1613 ], "loc": { "start": { @@ -3620,8 +3620,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1613, - 1615 + 1614, + 1616 ], "loc": { "start": { @@ -3635,8 +3635,8 @@ } }, "range": [ - 1608, - 1615 + 1609, + 1616 ], "loc": { "start": { @@ -3653,8 +3653,8 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 1616, - 1627 + 1617, + 1628 ], "loc": { "start": { @@ -3668,8 +3668,8 @@ } }, "range": [ - 1608, - 1627 + 1609, + 1628 ], "loc": { "start": { @@ -3698,8 +3698,8 @@ "object": { "type": "ThisExpression", "range": [ - 1643, - 1647 + 1644, + 1648 ], "loc": { "start": { @@ -3716,8 +3716,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1648, - 1650 + 1649, + 1651 ], "loc": { "start": { @@ -3731,8 +3731,8 @@ } }, "range": [ - 1643, - 1650 + 1644, + 1651 ], "loc": { "start": { @@ -3749,8 +3749,8 @@ "type": "Identifier", "name": "filter", "range": [ - 1651, - 1657 + 1652, + 1658 ], "loc": { "start": { @@ -3764,8 +3764,8 @@ } }, "range": [ - 1643, - 1657 + 1644, + 1658 ], "loc": { "start": { @@ -3780,8 +3780,8 @@ }, "arguments": [], "range": [ - 1643, - 1659 + 1644, + 1660 ], "loc": { "start": { @@ -3795,8 +3795,8 @@ } }, "range": [ - 1643, - 1660 + 1644, + 1661 ], "loc": { "start": { @@ -3811,8 +3811,8 @@ } ], "range": [ - 1629, - 1670 + 1630, + 1671 ], "loc": { "start": { @@ -3827,8 +3827,8 @@ }, "alternate": null, "range": [ - 1604, - 1670 + 1605, + 1671 ], "loc": { "start": { @@ -3843,8 +3843,8 @@ } ], "range": [ - 1594, - 1676 + 1595, + 1677 ], "loc": { "start": { @@ -3860,8 +3860,8 @@ "generator": false, "expression": false, "range": [ - 1591, - 1676 + 1592, + 1677 ], "loc": { "start": { @@ -3877,8 +3877,8 @@ "kind": "method", "computed": false, "range": [ - 1580, - 1676 + 1581, + 1677 ], "loc": { "start": { @@ -3895,8 +3895,8 @@ "type": "Block", "value": "*\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 1682, - 1913 + 1683, + 1914 ], "loc": { "start": { @@ -3918,8 +3918,8 @@ "type": "Identifier", "name": "init", "range": [ - 1918, - 1922 + 1919, + 1923 ], "loc": { "start": { @@ -3940,8 +3940,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 1923, - 1931 + 1924, + 1932 ], "loc": { "start": { @@ -3958,8 +3958,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 1933, - 1943 + 1934, + 1944 ], "loc": { "start": { @@ -3976,8 +3976,8 @@ "type": "Identifier", "name": "container", "range": [ - 1945, - 1954 + 1946, + 1955 ], "loc": { "start": { @@ -4003,8 +4003,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1970, - 1972 + 1971, + 1973 ], "loc": { "start": { @@ -4023,8 +4023,8 @@ "object": { "type": "ThisExpression", "range": [ - 1975, - 1979 + 1976, + 1980 ], "loc": { "start": { @@ -4041,8 +4041,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1980, - 1982 + 1981, + 1983 ], "loc": { "start": { @@ -4056,8 +4056,8 @@ } }, "range": [ - 1975, - 1982 + 1976, + 1983 ], "loc": { "start": { @@ -4071,8 +4071,8 @@ } }, "range": [ - 1970, - 1982 + 1971, + 1983 ], "loc": { "start": { @@ -4088,8 +4088,8 @@ ], "kind": "let", "range": [ - 1966, - 1983 + 1967, + 1984 ], "loc": { "start": { @@ -4111,8 +4111,8 @@ "type": "Identifier", "name": "col", "range": [ - 1996, - 1999 + 1997, + 2000 ], "loc": { "start": { @@ -4134,8 +4134,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2002, - 2004 + 2003, + 2005 ], "loc": { "start": { @@ -4152,8 +4152,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 2005, - 2018 + 2006, + 2019 ], "loc": { "start": { @@ -4167,8 +4167,8 @@ } }, "range": [ - 2002, - 2018 + 2003, + 2019 ], "loc": { "start": { @@ -4186,8 +4186,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2019, - 2027 + 2020, + 2028 ], "loc": { "start": { @@ -4202,8 +4202,8 @@ } ], "range": [ - 2002, - 2028 + 2003, + 2029 ], "loc": { "start": { @@ -4217,8 +4217,8 @@ } }, "range": [ - 1996, - 2028 + 1997, + 2029 ], "loc": { "start": { @@ -4234,8 +4234,8 @@ ], "kind": "let", "range": [ - 1992, - 2029 + 1993, + 2030 ], "loc": { "start": { @@ -4257,8 +4257,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2042, - 2058 + 2043, + 2059 ], "loc": { "start": { @@ -4277,8 +4277,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 2061, - 2071 + 2062, + 2072 ], "loc": { "start": { @@ -4301,8 +4301,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2086, - 2088 + 2087, + 2089 ], "loc": { "start": { @@ -4319,8 +4319,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 2089, - 2106 + 2090, + 2107 ], "loc": { "start": { @@ -4334,8 +4334,8 @@ } }, "range": [ - 2086, - 2106 + 2087, + 2107 ], "loc": { "start": { @@ -4352,8 +4352,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2107, - 2115 + 2108, + 2116 ], "loc": { "start": { @@ -4367,8 +4367,8 @@ } }, "range": [ - 2086, - 2116 + 2087, + 2117 ], "loc": { "start": { @@ -4386,8 +4386,8 @@ "value": null, "raw": "null", "range": [ - 2119, - 2123 + 2120, + 2124 ], "loc": { "start": { @@ -4401,8 +4401,8 @@ } }, "range": [ - 2061, - 2123 + 2062, + 2124 ], "loc": { "start": { @@ -4416,8 +4416,8 @@ } }, "range": [ - 2042, - 2123 + 2043, + 2124 ], "loc": { "start": { @@ -4433,8 +4433,8 @@ ], "kind": "let", "range": [ - 2038, - 2124 + 2039, + 2125 ], "loc": { "start": { @@ -4456,8 +4456,8 @@ "type": "Identifier", "name": "slc", "range": [ - 2138, - 2141 + 2139, + 2142 ], "loc": { "start": { @@ -4479,8 +4479,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2144, - 2147 + 2145, + 2148 ], "loc": { "start": { @@ -4497,8 +4497,8 @@ "type": "Identifier", "name": "create", "range": [ - 2148, - 2154 + 2149, + 2155 ], "loc": { "start": { @@ -4512,8 +4512,8 @@ } }, "range": [ - 2144, - 2154 + 2145, + 2155 ], "loc": { "start": { @@ -4531,8 +4531,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 2155, - 2161 + 2156, + 2162 ], "loc": { "start": { @@ -4553,8 +4553,8 @@ "value": "id", "raw": "'id'", "range": [ - 2176, - 2180 + 2177, + 2181 ], "loc": { "start": { @@ -4583,8 +4583,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2182, - 2184 + 2183, + 2185 ], "loc": { "start": { @@ -4601,8 +4601,8 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 2185, - 2192 + 2186, + 2193 ], "loc": { "start": { @@ -4616,8 +4616,8 @@ } }, "range": [ - 2182, - 2192 + 2183, + 2193 ], "loc": { "start": { @@ -4634,8 +4634,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2195, - 2203 + 2196, + 2204 ], "loc": { "start": { @@ -4649,8 +4649,8 @@ } }, "range": [ - 2182, - 2203 + 2183, + 2204 ], "loc": { "start": { @@ -4668,8 +4668,8 @@ "value": "_", "raw": "'_'", "range": [ - 2206, - 2209 + 2207, + 2210 ], "loc": { "start": { @@ -4683,8 +4683,8 @@ } }, "range": [ - 2182, - 2209 + 2183, + 2210 ], "loc": { "start": { @@ -4704,8 +4704,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2212, - 2214 + 2213, + 2215 ], "loc": { "start": { @@ -4722,8 +4722,8 @@ "type": "Identifier", "name": "id", "range": [ - 2215, - 2217 + 2216, + 2218 ], "loc": { "start": { @@ -4737,8 +4737,8 @@ } }, "range": [ - 2212, - 2217 + 2213, + 2218 ], "loc": { "start": { @@ -4752,8 +4752,8 @@ } }, "range": [ - 2182, - 2217 + 2183, + 2218 ], "loc": { "start": { @@ -4768,8 +4768,8 @@ } ], "range": [ - 2175, - 2218 + 2176, + 2219 ], "loc": { "start": { @@ -4790,8 +4790,8 @@ "value": "ct", "raw": "'ct'", "range": [ - 2233, - 2237 + 2234, + 2238 ], "loc": { "start": { @@ -4808,8 +4808,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2239, - 2247 + 2240, + 2248 ], "loc": { "start": { @@ -4824,8 +4824,8 @@ } ], "range": [ - 2232, - 2248 + 2233, + 2249 ], "loc": { "start": { @@ -4846,8 +4846,8 @@ "value": "filled", "raw": "'filled'", "range": [ - 2251, - 2259 + 2252, + 2260 ], "loc": { "start": { @@ -4865,8 +4865,8 @@ "value": "0", "raw": "'0'", "range": [ - 2261, - 2264 + 2262, + 2265 ], "loc": { "start": { @@ -4881,8 +4881,8 @@ } ], "range": [ - 2250, - 2265 + 2251, + 2266 ], "loc": { "start": { @@ -4897,8 +4897,8 @@ } ], "range": [ - 2144, - 2275 + 2145, + 2276 ], "loc": { "start": { @@ -4912,8 +4912,8 @@ } }, "range": [ - 2138, - 2275 + 2139, + 2276 ], "loc": { "start": { @@ -4929,8 +4929,8 @@ ], "kind": "let", "range": [ - 2134, - 2276 + 2135, + 2277 ], "loc": { "start": { @@ -4952,8 +4952,8 @@ "type": "Identifier", "name": "col", "range": [ - 2290, - 2293 + 2291, + 2294 ], "loc": { "start": { @@ -4970,8 +4970,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 2298, - 2306 + 2299, + 2307 ], "loc": { "start": { @@ -4985,8 +4985,8 @@ } }, "range": [ - 2290, - 2306 + 2291, + 2307 ], "loc": { "start": { @@ -5014,8 +5014,8 @@ "type": "Identifier", "name": "slc", "range": [ - 2322, - 2325 + 2323, + 2326 ], "loc": { "start": { @@ -5032,8 +5032,8 @@ "type": "Identifier", "name": "multiple", "range": [ - 2326, - 2334 + 2327, + 2335 ], "loc": { "start": { @@ -5047,8 +5047,8 @@ } }, "range": [ - 2322, - 2334 + 2323, + 2335 ], "loc": { "start": { @@ -5065,8 +5065,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 2337, - 2345 + 2338, + 2346 ], "loc": { "start": { @@ -5080,8 +5080,8 @@ } }, "range": [ - 2322, - 2345 + 2323, + 2346 ], "loc": { "start": { @@ -5095,8 +5095,8 @@ } }, "range": [ - 2322, - 2346 + 2323, + 2347 ], "loc": { "start": { @@ -5121,8 +5121,8 @@ "type": "Identifier", "name": "slc", "range": [ - 2359, - 2362 + 2360, + 2363 ], "loc": { "start": { @@ -5139,8 +5139,8 @@ "type": "Identifier", "name": "title", "range": [ - 2363, - 2368 + 2364, + 2369 ], "loc": { "start": { @@ -5154,8 +5154,8 @@ } }, "range": [ - 2359, - 2368 + 2360, + 2369 ], "loc": { "start": { @@ -5174,8 +5174,8 @@ "object": { "type": "ThisExpression", "range": [ - 2371, - 2375 + 2372, + 2376 ], "loc": { "start": { @@ -5192,8 +5192,8 @@ "type": "Identifier", "name": "multipleSlcTooltip", "range": [ - 2376, - 2394 + 2377, + 2395 ], "loc": { "start": { @@ -5207,8 +5207,8 @@ } }, "range": [ - 2371, - 2394 + 2372, + 2395 ], "loc": { "start": { @@ -5222,8 +5222,8 @@ } }, "range": [ - 2359, - 2394 + 2360, + 2395 ], "loc": { "start": { @@ -5237,8 +5237,8 @@ } }, "range": [ - 2359, - 2395 + 2360, + 2396 ], "loc": { "start": { @@ -5253,8 +5253,8 @@ } ], "range": [ - 2308, - 2405 + 2309, + 2406 ], "loc": { "start": { @@ -5269,8 +5269,8 @@ }, "alternate": null, "range": [ - 2286, - 2405 + 2287, + 2406 ], "loc": { "start": { @@ -5295,8 +5295,8 @@ "type": "Identifier", "name": "slc", "range": [ - 2414, - 2417 + 2415, + 2418 ], "loc": { "start": { @@ -5313,8 +5313,8 @@ "type": "Identifier", "name": "className", "range": [ - 2418, - 2427 + 2419, + 2428 ], "loc": { "start": { @@ -5328,8 +5328,8 @@ } }, "range": [ - 2414, - 2427 + 2415, + 2428 ], "loc": { "start": { @@ -5356,8 +5356,8 @@ "type": "Identifier", "name": "Str", "range": [ - 2430, - 2433 + 2431, + 2434 ], "loc": { "start": { @@ -5374,8 +5374,8 @@ "type": "Identifier", "name": "lower", "range": [ - 2434, - 2439 + 2435, + 2440 ], "loc": { "start": { @@ -5389,8 +5389,8 @@ } }, "range": [ - 2430, - 2439 + 2431, + 2440 ], "loc": { "start": { @@ -5408,8 +5408,8 @@ "type": "Identifier", "name": "col", "range": [ - 2440, - 2443 + 2441, + 2444 ], "loc": { "start": { @@ -5424,8 +5424,8 @@ } ], "range": [ - 2430, - 2444 + 2431, + 2445 ], "loc": { "start": { @@ -5442,8 +5442,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 2449, - 2455 + 2450, + 2456 ], "loc": { "start": { @@ -5457,8 +5457,8 @@ } }, "range": [ - 2430, - 2455 + 2431, + 2456 ], "loc": { "start": { @@ -5478,8 +5478,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2470, - 2472 + 2471, + 2473 ], "loc": { "start": { @@ -5496,8 +5496,8 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 2473, - 2484 + 2474, + 2485 ], "loc": { "start": { @@ -5511,8 +5511,8 @@ } }, "range": [ - 2470, - 2484 + 2471, + 2485 ], "loc": { "start": { @@ -5532,8 +5532,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2487, - 2489 + 2488, + 2490 ], "loc": { "start": { @@ -5550,8 +5550,8 @@ "type": "Identifier", "name": "fltMultiCssClass", "range": [ - 2490, - 2506 + 2491, + 2507 ], "loc": { "start": { @@ -5565,8 +5565,8 @@ } }, "range": [ - 2487, - 2506 + 2488, + 2507 ], "loc": { "start": { @@ -5580,8 +5580,8 @@ } }, "range": [ - 2430, - 2506 + 2431, + 2507 ], "loc": { "start": { @@ -5595,8 +5595,8 @@ } }, "range": [ - 2414, - 2506 + 2415, + 2507 ], "loc": { "start": { @@ -5610,8 +5610,8 @@ } }, "range": [ - 2414, - 2507 + 2415, + 2508 ], "loc": { "start": { @@ -5628,8 +5628,8 @@ "type": "Line", "value": "filter is appended in container element", "range": [ - 2517, - 2558 + 2518, + 2559 ], "loc": { "start": { @@ -5650,8 +5650,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2571, - 2587 + 2572, + 2588 ], "loc": { "start": { @@ -5683,8 +5683,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2603, - 2606 + 2604, + 2607 ], "loc": { "start": { @@ -5701,8 +5701,8 @@ "type": "Identifier", "name": "id", "range": [ - 2607, - 2609 + 2608, + 2610 ], "loc": { "start": { @@ -5716,8 +5716,8 @@ } }, "range": [ - 2603, - 2609 + 2604, + 2610 ], "loc": { "start": { @@ -5735,8 +5735,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 2610, - 2626 + 2611, + 2627 ], "loc": { "start": { @@ -5751,8 +5751,8 @@ } ], "range": [ - 2603, - 2627 + 2604, + 2628 ], "loc": { "start": { @@ -5769,8 +5769,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2628, - 2639 + 2629, + 2640 ], "loc": { "start": { @@ -5784,8 +5784,8 @@ } }, "range": [ - 2603, - 2639 + 2604, + 2640 ], "loc": { "start": { @@ -5803,8 +5803,8 @@ "type": "Identifier", "name": "slc", "range": [ - 2640, - 2643 + 2641, + 2644 ], "loc": { "start": { @@ -5819,8 +5819,8 @@ } ], "range": [ - 2603, - 2644 + 2604, + 2645 ], "loc": { "start": { @@ -5834,8 +5834,8 @@ } }, "range": [ - 2603, - 2645 + 2604, + 2646 ], "loc": { "start": { @@ -5862,8 +5862,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2658, - 2660 + 2659, + 2661 ], "loc": { "start": { @@ -5880,8 +5880,8 @@ "type": "Identifier", "name": "externalFltEls", "range": [ - 2661, - 2675 + 2662, + 2676 ], "loc": { "start": { @@ -5895,8 +5895,8 @@ } }, "range": [ - 2658, - 2675 + 2659, + 2676 ], "loc": { "start": { @@ -5913,8 +5913,8 @@ "type": "Identifier", "name": "push", "range": [ - 2676, - 2680 + 2677, + 2681 ], "loc": { "start": { @@ -5928,8 +5928,8 @@ } }, "range": [ - 2658, - 2680 + 2659, + 2681 ], "loc": { "start": { @@ -5947,8 +5947,8 @@ "type": "Identifier", "name": "slc", "range": [ - 2681, - 2684 + 2682, + 2685 ], "loc": { "start": { @@ -5963,8 +5963,8 @@ } ], "range": [ - 2658, - 2685 + 2659, + 2686 ], "loc": { "start": { @@ -5978,8 +5978,8 @@ } }, "range": [ - 2658, - 2686 + 2659, + 2687 ], "loc": { "start": { @@ -5994,8 +5994,8 @@ } ], "range": [ - 2589, - 2696 + 2590, + 2697 ], "loc": { "start": { @@ -6022,8 +6022,8 @@ "type": "Identifier", "name": "container", "range": [ - 2716, - 2725 + 2717, + 2726 ], "loc": { "start": { @@ -6040,8 +6040,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2726, - 2737 + 2727, + 2738 ], "loc": { "start": { @@ -6055,8 +6055,8 @@ } }, "range": [ - 2716, - 2737 + 2717, + 2738 ], "loc": { "start": { @@ -6074,8 +6074,8 @@ "type": "Identifier", "name": "slc", "range": [ - 2738, - 2741 + 2739, + 2742 ], "loc": { "start": { @@ -6090,8 +6090,8 @@ } ], "range": [ - 2716, - 2742 + 2717, + 2743 ], "loc": { "start": { @@ -6105,8 +6105,8 @@ } }, "range": [ - 2716, - 2743 + 2717, + 2744 ], "loc": { "start": { @@ -6121,8 +6121,8 @@ } ], "range": [ - 2702, - 2753 + 2703, + 2754 ], "loc": { "start": { @@ -6136,8 +6136,8 @@ } }, "range": [ - 2567, - 2753 + 2568, + 2754 ], "loc": { "start": { @@ -6154,8 +6154,8 @@ "type": "Line", "value": "filter is appended in container element", "range": [ - 2517, - 2558 + 2518, + 2559 ], "loc": { "start": { @@ -6184,8 +6184,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2763, - 2765 + 2764, + 2766 ], "loc": { "start": { @@ -6202,8 +6202,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 2766, - 2772 + 2767, + 2773 ], "loc": { "start": { @@ -6217,8 +6217,8 @@ } }, "range": [ - 2763, - 2772 + 2764, + 2773 ], "loc": { "start": { @@ -6235,8 +6235,8 @@ "type": "Identifier", "name": "push", "range": [ - 2773, - 2777 + 2774, + 2778 ], "loc": { "start": { @@ -6250,8 +6250,8 @@ } }, "range": [ - 2763, - 2777 + 2764, + 2778 ], "loc": { "start": { @@ -6272,8 +6272,8 @@ "type": "Identifier", "name": "slc", "range": [ - 2778, - 2781 + 2779, + 2782 ], "loc": { "start": { @@ -6290,8 +6290,8 @@ "type": "Identifier", "name": "id", "range": [ - 2782, - 2784 + 2783, + 2785 ], "loc": { "start": { @@ -6305,8 +6305,8 @@ } }, "range": [ - 2778, - 2784 + 2779, + 2785 ], "loc": { "start": { @@ -6321,8 +6321,8 @@ } ], "range": [ - 2763, - 2785 + 2764, + 2786 ], "loc": { "start": { @@ -6336,8 +6336,8 @@ } }, "range": [ - 2763, - 2786 + 2764, + 2787 ], "loc": { "start": { @@ -6362,8 +6362,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2801, - 2803 + 2802, + 2804 ], "loc": { "start": { @@ -6380,8 +6380,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 2804, - 2819 + 2805, + 2820 ], "loc": { "start": { @@ -6395,8 +6395,8 @@ } }, "range": [ - 2801, - 2819 + 2802, + 2820 ], "loc": { "start": { @@ -6411,8 +6411,8 @@ }, "prefix": true, "range": [ - 2800, - 2819 + 2801, + 2820 ], "loc": { "start": { @@ -6438,8 +6438,8 @@ "object": { "type": "ThisExpression", "range": [ - 2835, - 2839 + 2836, + 2840 ], "loc": { "start": { @@ -6456,8 +6456,8 @@ "type": "Identifier", "name": "build", "range": [ - 2840, - 2845 + 2841, + 2846 ], "loc": { "start": { @@ -6471,8 +6471,8 @@ } }, "range": [ - 2835, - 2845 + 2836, + 2846 ], "loc": { "start": { @@ -6490,8 +6490,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2846, - 2854 + 2847, + 2855 ], "loc": { "start": { @@ -6506,8 +6506,8 @@ } ], "range": [ - 2835, - 2855 + 2836, + 2856 ], "loc": { "start": { @@ -6521,8 +6521,8 @@ } }, "range": [ - 2835, - 2856 + 2836, + 2857 ], "loc": { "start": { @@ -6537,8 +6537,8 @@ } ], "range": [ - 2821, - 2866 + 2822, + 2867 ], "loc": { "start": { @@ -6563,8 +6563,8 @@ "type": "Identifier", "name": "opt0", "range": [ - 2957, - 2961 + 2958, + 2962 ], "loc": { "start": { @@ -6586,8 +6586,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2964, - 2967 + 2965, + 2968 ], "loc": { "start": { @@ -6604,8 +6604,8 @@ "type": "Identifier", "name": "createOpt", "range": [ - 2968, - 2977 + 2969, + 2978 ], "loc": { "start": { @@ -6619,8 +6619,8 @@ } }, "range": [ - 2964, - 2977 + 2965, + 2978 ], "loc": { "start": { @@ -6641,8 +6641,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2978, - 2980 + 2979, + 2981 ], "loc": { "start": { @@ -6659,8 +6659,8 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 2981, - 2995 + 2982, + 2996 ], "loc": { "start": { @@ -6674,8 +6674,8 @@ } }, "range": [ - 2978, - 2995 + 2979, + 2996 ], "loc": { "start": { @@ -6693,8 +6693,8 @@ "value": "", "raw": "''", "range": [ - 2997, - 2999 + 2998, + 3000 ], "loc": { "start": { @@ -6709,8 +6709,8 @@ } ], "range": [ - 2964, - 3000 + 2965, + 3001 ], "loc": { "start": { @@ -6724,8 +6724,8 @@ } }, "range": [ - 2957, - 3000 + 2958, + 3001 ], "loc": { "start": { @@ -6741,8 +6741,8 @@ ], "kind": "let", "range": [ - 2953, - 3001 + 2954, + 3002 ], "loc": { "start": { @@ -6759,8 +6759,8 @@ "type": "Line", "value": "1st option is created here since build isn't invoked", "range": [ - 2886, - 2940 + 2887, + 2941 ], "loc": { "start": { @@ -6786,8 +6786,8 @@ "type": "Identifier", "name": "slc", "range": [ - 3014, - 3017 + 3015, + 3018 ], "loc": { "start": { @@ -6804,8 +6804,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3018, - 3029 + 3019, + 3030 ], "loc": { "start": { @@ -6819,8 +6819,8 @@ } }, "range": [ - 3014, - 3029 + 3015, + 3030 ], "loc": { "start": { @@ -6838,8 +6838,8 @@ "type": "Identifier", "name": "opt0", "range": [ - 3030, - 3034 + 3031, + 3035 ], "loc": { "start": { @@ -6854,8 +6854,8 @@ } ], "range": [ - 3014, - 3035 + 3015, + 3036 ], "loc": { "start": { @@ -6869,8 +6869,8 @@ } }, "range": [ - 3014, - 3036 + 3015, + 3037 ], "loc": { "start": { @@ -6885,8 +6885,8 @@ } ], "range": [ - 2872, - 3046 + 2873, + 3047 ], "loc": { "start": { @@ -6900,8 +6900,8 @@ } }, "range": [ - 2796, - 3046 + 2797, + 3047 ], "loc": { "start": { @@ -6925,8 +6925,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3056, - 3061 + 3057, + 3062 ], "loc": { "start": { @@ -6943,8 +6943,8 @@ "type": "Identifier", "name": "add", "range": [ - 3062, - 3065 + 3063, + 3066 ], "loc": { "start": { @@ -6958,8 +6958,8 @@ } }, "range": [ - 3056, - 3065 + 3057, + 3066 ], "loc": { "start": { @@ -6977,8 +6977,8 @@ "type": "Identifier", "name": "slc", "range": [ - 3066, - 3069 + 3067, + 3070 ], "loc": { "start": { @@ -6996,8 +6996,8 @@ "value": "change", "raw": "'change'", "range": [ - 3071, - 3079 + 3072, + 3080 ], "loc": { "start": { @@ -7022,8 +7022,8 @@ "object": { "type": "ThisExpression", "range": [ - 3087, - 3091 + 3088, + 3092 ], "loc": { "start": { @@ -7040,8 +7040,8 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 3092, - 3103 + 3093, + 3104 ], "loc": { "start": { @@ -7055,8 +7055,8 @@ } }, "range": [ - 3087, - 3103 + 3088, + 3104 ], "loc": { "start": { @@ -7071,8 +7071,8 @@ }, "arguments": [], "range": [ - 3087, - 3105 + 3088, + 3106 ], "loc": { "start": { @@ -7088,8 +7088,8 @@ "generator": false, "expression": true, "range": [ - 3081, - 3105 + 3082, + 3106 ], "loc": { "start": { @@ -7104,8 +7104,8 @@ } ], "range": [ - 3056, - 3106 + 3057, + 3107 ], "loc": { "start": { @@ -7119,8 +7119,8 @@ } }, "range": [ - 3056, - 3107 + 3057, + 3108 ], "loc": { "start": { @@ -7144,8 +7144,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3116, - 3121 + 3117, + 3122 ], "loc": { "start": { @@ -7162,8 +7162,8 @@ "type": "Identifier", "name": "add", "range": [ - 3122, - 3125 + 3123, + 3126 ], "loc": { "start": { @@ -7177,8 +7177,8 @@ } }, "range": [ - 3116, - 3125 + 3117, + 3126 ], "loc": { "start": { @@ -7196,8 +7196,8 @@ "type": "Identifier", "name": "slc", "range": [ - 3126, - 3129 + 3127, + 3130 ], "loc": { "start": { @@ -7215,8 +7215,8 @@ "value": "focus", "raw": "'focus'", "range": [ - 3131, - 3138 + 3132, + 3139 ], "loc": { "start": { @@ -7237,8 +7237,8 @@ "type": "Identifier", "name": "e", "range": [ - 3141, - 3142 + 3142, + 3143 ], "loc": { "start": { @@ -7260,8 +7260,8 @@ "object": { "type": "ThisExpression", "range": [ - 3147, - 3151 + 3148, + 3152 ], "loc": { "start": { @@ -7278,8 +7278,8 @@ "type": "Identifier", "name": "onSlcFocus", "range": [ - 3152, - 3162 + 3153, + 3163 ], "loc": { "start": { @@ -7293,8 +7293,8 @@ } }, "range": [ - 3147, - 3162 + 3148, + 3163 ], "loc": { "start": { @@ -7312,8 +7312,8 @@ "type": "Identifier", "name": "e", "range": [ - 3163, - 3164 + 3164, + 3165 ], "loc": { "start": { @@ -7328,8 +7328,8 @@ } ], "range": [ - 3147, - 3165 + 3148, + 3166 ], "loc": { "start": { @@ -7345,8 +7345,8 @@ "generator": false, "expression": true, "range": [ - 3140, - 3165 + 3141, + 3166 ], "loc": { "start": { @@ -7361,8 +7361,8 @@ } ], "range": [ - 3116, - 3166 + 3117, + 3167 ], "loc": { "start": { @@ -7376,8 +7376,8 @@ } }, "range": [ - 3116, - 3167 + 3117, + 3168 ], "loc": { "start": { @@ -7403,8 +7403,8 @@ "object": { "type": "ThisExpression", "range": [ - 3177, - 3181 + 3178, + 3182 ], "loc": { "start": { @@ -7421,8 +7421,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3182, - 3189 + 3183, + 3190 ], "loc": { "start": { @@ -7436,8 +7436,8 @@ } }, "range": [ - 3177, - 3189 + 3178, + 3190 ], "loc": { "start": { @@ -7454,8 +7454,8 @@ "type": "Identifier", "name": "on", "range": [ - 3190, - 3192 + 3191, + 3193 ], "loc": { "start": { @@ -7469,8 +7469,8 @@ } }, "range": [ - 3177, - 3192 + 3178, + 3193 ], "loc": { "start": { @@ -7492,8 +7492,8 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 3207, - 3228 + 3208, + 3229 ], "loc": { "start": { @@ -7508,8 +7508,8 @@ } ], "range": [ - 3206, - 3229 + 3207, + 3230 ], "loc": { "start": { @@ -7530,8 +7530,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3244, - 3246 + 3245, + 3247 ], "loc": { "start": { @@ -7548,8 +7548,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3248, - 3256 + 3249, + 3257 ], "loc": { "start": { @@ -7566,8 +7566,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 3258, - 3266 + 3259, + 3267 ], "loc": { "start": { @@ -7584,8 +7584,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3268, - 3278 + 3269, + 3279 ], "loc": { "start": { @@ -7607,8 +7607,8 @@ "object": { "type": "ThisExpression", "range": [ - 3299, - 3303 + 3300, + 3304 ], "loc": { "start": { @@ -7625,8 +7625,8 @@ "type": "Identifier", "name": "build", "range": [ - 3304, - 3309 + 3305, + 3310 ], "loc": { "start": { @@ -7640,8 +7640,8 @@ } }, "range": [ - 3299, - 3309 + 3300, + 3310 ], "loc": { "start": { @@ -7659,8 +7659,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3310, - 3318 + 3311, + 3319 ], "loc": { "start": { @@ -7677,8 +7677,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 3320, - 3328 + 3321, + 3329 ], "loc": { "start": { @@ -7695,8 +7695,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3330, - 3340 + 3331, + 3341 ], "loc": { "start": { @@ -7711,8 +7711,8 @@ } ], "range": [ - 3299, - 3341 + 3300, + 3342 ], "loc": { "start": { @@ -7728,8 +7728,8 @@ "generator": false, "expression": true, "range": [ - 3243, - 3341 + 3244, + 3342 ], "loc": { "start": { @@ -7744,8 +7744,8 @@ } ], "range": [ - 3177, - 3351 + 3178, + 3352 ], "loc": { "start": { @@ -7759,8 +7759,8 @@ } }, "range": [ - 3177, - 3352 + 3178, + 3353 ], "loc": { "start": { @@ -7786,8 +7786,8 @@ "object": { "type": "ThisExpression", "range": [ - 3361, - 3365 + 3362, + 3366 ], "loc": { "start": { @@ -7804,8 +7804,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3366, - 3373 + 3367, + 3374 ], "loc": { "start": { @@ -7819,8 +7819,8 @@ } }, "range": [ - 3361, - 3373 + 3362, + 3374 ], "loc": { "start": { @@ -7837,8 +7837,8 @@ "type": "Identifier", "name": "on", "range": [ - 3374, - 3376 + 3375, + 3377 ], "loc": { "start": { @@ -7852,8 +7852,8 @@ } }, "range": [ - 3361, - 3376 + 3362, + 3377 ], "loc": { "start": { @@ -7875,8 +7875,8 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 3391, - 3407 + 3392, + 3408 ], "loc": { "start": { @@ -7891,8 +7891,8 @@ } ], "range": [ - 3390, - 3408 + 3391, + 3409 ], "loc": { "start": { @@ -7913,8 +7913,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3423, - 3425 + 3424, + 3426 ], "loc": { "start": { @@ -7931,8 +7931,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3427, - 3435 + 3428, + 3436 ], "loc": { "start": { @@ -7949,8 +7949,8 @@ "type": "Identifier", "name": "values", "range": [ - 3437, - 3443 + 3438, + 3444 ], "loc": { "start": { @@ -7972,8 +7972,8 @@ "object": { "type": "ThisExpression", "range": [ - 3448, - 3452 + 3449, + 3453 ], "loc": { "start": { @@ -7990,8 +7990,8 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 3453, - 3466 + 3454, + 3467 ], "loc": { "start": { @@ -8005,8 +8005,8 @@ } }, "range": [ - 3448, - 3466 + 3449, + 3467 ], "loc": { "start": { @@ -8024,8 +8024,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3467, - 3475 + 3468, + 3476 ], "loc": { "start": { @@ -8042,8 +8042,8 @@ "type": "Identifier", "name": "values", "range": [ - 3477, - 3483 + 3478, + 3484 ], "loc": { "start": { @@ -8058,8 +8058,8 @@ } ], "range": [ - 3448, - 3484 + 3449, + 3485 ], "loc": { "start": { @@ -8075,8 +8075,8 @@ "generator": false, "expression": true, "range": [ - 3422, - 3484 + 3423, + 3485 ], "loc": { "start": { @@ -8091,8 +8091,8 @@ } ], "range": [ - 3361, - 3494 + 3362, + 3495 ], "loc": { "start": { @@ -8106,8 +8106,8 @@ } }, "range": [ - 3361, - 3495 + 3362, + 3496 ], "loc": { "start": { @@ -8131,8 +8131,8 @@ "object": { "type": "ThisExpression", "range": [ - 3505, - 3509 + 3506, + 3510 ], "loc": { "start": { @@ -8149,8 +8149,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3510, - 3521 + 3511, + 3522 ], "loc": { "start": { @@ -8164,8 +8164,8 @@ } }, "range": [ - 3505, - 3521 + 3506, + 3522 ], "loc": { "start": { @@ -8183,8 +8183,8 @@ "value": true, "raw": "true", "range": [ - 3524, - 3528 + 3525, + 3529 ], "loc": { "start": { @@ -8198,8 +8198,8 @@ } }, "range": [ - 3505, - 3528 + 3506, + 3529 ], "loc": { "start": { @@ -8213,8 +8213,8 @@ } }, "range": [ - 3505, - 3529 + 3506, + 3530 ], "loc": { "start": { @@ -8229,8 +8229,8 @@ } ], "range": [ - 1956, - 3535 + 1957, + 3536 ], "loc": { "start": { @@ -8246,8 +8246,8 @@ "generator": false, "expression": false, "range": [ - 1922, - 3535 + 1923, + 3536 ], "loc": { "start": { @@ -8263,8 +8263,8 @@ "kind": "method", "computed": false, "range": [ - 1918, - 3535 + 1919, + 3536 ], "loc": { "start": { @@ -8281,8 +8281,8 @@ "type": "Block", "value": "*\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 1682, - 1913 + 1683, + 1914 ], "loc": { "start": { @@ -8301,8 +8301,8 @@ "type": "Block", "value": "*\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked refresh behaviour\n ", "range": [ - 3541, - 3704 + 3542, + 3705 ], "loc": { "start": { @@ -8324,8 +8324,8 @@ "type": "Identifier", "name": "build", "range": [ - 3709, - 3714 + 3710, + 3715 ], "loc": { "start": { @@ -8346,8 +8346,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3715, - 3723 + 3716, + 3724 ], "loc": { "start": { @@ -8366,8 +8366,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 3725, - 3733 + 3726, + 3734 ], "loc": { "start": { @@ -8385,8 +8385,8 @@ "value": false, "raw": "false", "range": [ - 3736, - 3741 + 3737, + 3742 ], "loc": { "start": { @@ -8400,8 +8400,8 @@ } }, "range": [ - 3725, - 3741 + 3726, + 3742 ], "loc": { "start": { @@ -8427,8 +8427,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3757, - 3759 + 3758, + 3760 ], "loc": { "start": { @@ -8447,8 +8447,8 @@ "object": { "type": "ThisExpression", "range": [ - 3762, - 3766 + 3763, + 3767 ], "loc": { "start": { @@ -8465,8 +8465,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3767, - 3769 + 3768, + 3770 ], "loc": { "start": { @@ -8480,8 +8480,8 @@ } }, "range": [ - 3762, - 3769 + 3763, + 3770 ], "loc": { "start": { @@ -8495,8 +8495,8 @@ } }, "range": [ - 3757, - 3769 + 3758, + 3770 ], "loc": { "start": { @@ -8512,8 +8512,8 @@ ], "kind": "let", "range": [ - 3753, - 3770 + 3754, + 3771 ], "loc": { "start": { @@ -8535,8 +8535,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3779, - 3787 + 3780, + 3788 ], "loc": { "start": { @@ -8555,8 +8555,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 3790, - 3798 + 3791, + 3799 ], "loc": { "start": { @@ -8574,8 +8574,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3799, - 3807 + 3800, + 3808 ], "loc": { "start": { @@ -8593,8 +8593,8 @@ "value": 10, "raw": "10", "range": [ - 3809, - 3811 + 3810, + 3812 ], "loc": { "start": { @@ -8609,8 +8609,8 @@ } ], "range": [ - 3790, - 3812 + 3791, + 3813 ], "loc": { "start": { @@ -8624,8 +8624,8 @@ } }, "range": [ - 3779, - 3812 + 3780, + 3813 ], "loc": { "start": { @@ -8639,8 +8639,8 @@ } }, "range": [ - 3779, - 3813 + 3780, + 3814 ], "loc": { "start": { @@ -8666,8 +8666,8 @@ "object": { "type": "ThisExpression", "range": [ - 3823, - 3827 + 3824, + 3828 ], "loc": { "start": { @@ -8684,8 +8684,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3828, - 3835 + 3829, + 3836 ], "loc": { "start": { @@ -8699,8 +8699,8 @@ } }, "range": [ - 3823, - 3835 + 3824, + 3836 ], "loc": { "start": { @@ -8717,8 +8717,8 @@ "type": "Identifier", "name": "emit", "range": [ - 3836, - 3840 + 3837, + 3841 ], "loc": { "start": { @@ -8732,8 +8732,8 @@ } }, "range": [ - 3823, - 3840 + 3824, + 3841 ], "loc": { "start": { @@ -8752,8 +8752,8 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 3841, - 3867 + 3842, + 3868 ], "loc": { "start": { @@ -8770,8 +8770,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3869, - 3871 + 3870, + 3872 ], "loc": { "start": { @@ -8788,8 +8788,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3873, - 3881 + 3874, + 3882 ], "loc": { "start": { @@ -8804,8 +8804,8 @@ } ], "range": [ - 3823, - 3882 + 3824, + 3883 ], "loc": { "start": { @@ -8819,8 +8819,8 @@ } }, "range": [ - 3823, - 3883 + 3824, + 3884 ], "loc": { "start": { @@ -8844,8 +8844,8 @@ "object": { "type": "ThisExpression", "range": [ - 3893, - 3897 + 3894, + 3898 ], "loc": { "start": { @@ -8862,8 +8862,8 @@ "type": "Identifier", "name": "opts", "range": [ - 3898, - 3902 + 3899, + 3903 ], "loc": { "start": { @@ -8877,8 +8877,8 @@ } }, "range": [ - 3893, - 3902 + 3894, + 3903 ], "loc": { "start": { @@ -8895,8 +8895,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 3905, - 3907 + 3906, + 3908 ], "loc": { "start": { @@ -8910,8 +8910,8 @@ } }, "range": [ - 3893, - 3907 + 3894, + 3908 ], "loc": { "start": { @@ -8925,8 +8925,8 @@ } }, "range": [ - 3893, - 3908 + 3894, + 3909 ], "loc": { "start": { @@ -8950,8 +8950,8 @@ "object": { "type": "ThisExpression", "range": [ - 3917, - 3921 + 3918, + 3922 ], "loc": { "start": { @@ -8968,8 +8968,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 3922, - 3929 + 3923, + 3930 ], "loc": { "start": { @@ -8983,8 +8983,8 @@ } }, "range": [ - 3917, - 3929 + 3918, + 3930 ], "loc": { "start": { @@ -9001,8 +9001,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 3932, - 3934 + 3933, + 3935 ], "loc": { "start": { @@ -9016,8 +9016,8 @@ } }, "range": [ - 3917, - 3934 + 3918, + 3935 ], "loc": { "start": { @@ -9031,8 +9031,8 @@ } }, "range": [ - 3917, - 3935 + 3918, + 3936 ], "loc": { "start": { @@ -9056,8 +9056,8 @@ "object": { "type": "ThisExpression", "range": [ - 3944, - 3948 + 3945, + 3949 ], "loc": { "start": { @@ -9074,8 +9074,8 @@ "type": "Identifier", "name": "slcInnerHtml", "range": [ - 3949, - 3961 + 3950, + 3962 ], "loc": { "start": { @@ -9089,8 +9089,8 @@ } }, "range": [ - 3944, - 3961 + 3945, + 3962 ], "loc": { "start": { @@ -9108,8 +9108,8 @@ "value": "", "raw": "''", "range": [ - 3964, - 3966 + 3965, + 3967 ], "loc": { "start": { @@ -9123,8 +9123,8 @@ } }, "range": [ - 3944, - 3966 + 3945, + 3967 ], "loc": { "start": { @@ -9138,8 +9138,8 @@ } }, "range": [ - 3944, - 3967 + 3945, + 3968 ], "loc": { "start": { @@ -9161,8 +9161,8 @@ "type": "Identifier", "name": "slcId", "range": [ - 3981, - 3986 + 3982, + 3987 ], "loc": { "start": { @@ -9185,8 +9185,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3989, - 3991 + 3990, + 3992 ], "loc": { "start": { @@ -9203,8 +9203,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 3992, - 3998 + 3993, + 3999 ], "loc": { "start": { @@ -9218,8 +9218,8 @@ } }, "range": [ - 3989, - 3998 + 3990, + 3999 ], "loc": { "start": { @@ -9236,8 +9236,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 3999, - 4007 + 4000, + 4008 ], "loc": { "start": { @@ -9251,8 +9251,8 @@ } }, "range": [ - 3989, - 4008 + 3990, + 4009 ], "loc": { "start": { @@ -9266,8 +9266,8 @@ } }, "range": [ - 3981, - 4008 + 3982, + 4009 ], "loc": { "start": { @@ -9283,8 +9283,8 @@ ], "kind": "let", "range": [ - 3977, - 4009 + 3978, + 4010 ], "loc": { "start": { @@ -9306,8 +9306,8 @@ "type": "Identifier", "name": "slc", "range": [ - 4022, - 4025 + 4023, + 4026 ], "loc": { "start": { @@ -9329,8 +9329,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 4028, - 4031 + 4029, + 4032 ], "loc": { "start": { @@ -9347,8 +9347,8 @@ "type": "Identifier", "name": "id", "range": [ - 4032, - 4034 + 4033, + 4035 ], "loc": { "start": { @@ -9362,8 +9362,8 @@ } }, "range": [ - 4028, - 4034 + 4029, + 4035 ], "loc": { "start": { @@ -9381,8 +9381,8 @@ "type": "Identifier", "name": "slcId", "range": [ - 4035, - 4040 + 4036, + 4041 ], "loc": { "start": { @@ -9397,8 +9397,8 @@ } ], "range": [ - 4028, - 4041 + 4029, + 4042 ], "loc": { "start": { @@ -9412,8 +9412,8 @@ } }, "range": [ - 4022, - 4041 + 4023, + 4042 ], "loc": { "start": { @@ -9432,8 +9432,8 @@ "type": "Identifier", "name": "rows", "range": [ - 4055, - 4059 + 4056, + 4060 ], "loc": { "start": { @@ -9456,8 +9456,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4062, - 4064 + 4063, + 4065 ], "loc": { "start": { @@ -9474,8 +9474,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4065, - 4068 + 4066, + 4069 ], "loc": { "start": { @@ -9489,8 +9489,8 @@ } }, "range": [ - 4062, - 4068 + 4063, + 4069 ], "loc": { "start": { @@ -9507,8 +9507,8 @@ "type": "Identifier", "name": "rows", "range": [ - 4069, - 4073 + 4070, + 4074 ], "loc": { "start": { @@ -9522,8 +9522,8 @@ } }, "range": [ - 4062, - 4073 + 4063, + 4074 ], "loc": { "start": { @@ -9537,8 +9537,8 @@ } }, "range": [ - 4055, - 4073 + 4056, + 4074 ], "loc": { "start": { @@ -9557,8 +9557,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 4087, - 4096 + 4088, + 4097 ], "loc": { "start": { @@ -9578,8 +9578,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4099, - 4101 + 4100, + 4102 ], "loc": { "start": { @@ -9596,8 +9596,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 4102, - 4111 + 4103, + 4112 ], "loc": { "start": { @@ -9611,8 +9611,8 @@ } }, "range": [ - 4099, - 4111 + 4100, + 4112 ], "loc": { "start": { @@ -9626,8 +9626,8 @@ } }, "range": [ - 4087, - 4111 + 4088, + 4112 ], "loc": { "start": { @@ -9643,8 +9643,8 @@ ], "kind": "let", "range": [ - 4018, - 4112 + 4019, + 4113 ], "loc": { "start": { @@ -9661,8 +9661,8 @@ "type": "Line", "value": "custom select test", "range": [ - 4122, - 4142 + 4123, + 4143 ], "loc": { "start": { @@ -9688,8 +9688,8 @@ "object": { "type": "ThisExpression", "range": [ - 4151, - 4155 + 4152, + 4156 ], "loc": { "start": { @@ -9706,8 +9706,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 4156, - 4164 + 4157, + 4165 ], "loc": { "start": { @@ -9721,8 +9721,8 @@ } }, "range": [ - 4151, - 4164 + 4152, + 4165 ], "loc": { "start": { @@ -9744,8 +9744,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4167, - 4169 + 4168, + 4170 ], "loc": { "start": { @@ -9762,8 +9762,8 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 4170, - 4185 + 4171, + 4186 ], "loc": { "start": { @@ -9777,8 +9777,8 @@ } }, "range": [ - 4167, - 4185 + 4168, + 4186 ], "loc": { "start": { @@ -9796,8 +9796,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4186, - 4194 + 4187, + 4195 ], "loc": { "start": { @@ -9812,8 +9812,8 @@ } ], "range": [ - 4167, - 4195 + 4168, + 4196 ], "loc": { "start": { @@ -9827,8 +9827,8 @@ } }, "range": [ - 4151, - 4195 + 4152, + 4196 ], "loc": { "start": { @@ -9842,8 +9842,8 @@ } }, "range": [ - 4151, - 4196 + 4152, + 4197 ], "loc": { "start": { @@ -9860,8 +9860,8 @@ "type": "Line", "value": "custom select test", "range": [ - 4122, - 4142 + 4123, + 4143 ], "loc": { "start": { @@ -9880,8 +9880,8 @@ "type": "Line", "value": "custom selects text", "range": [ - 4206, - 4227 + 4207, + 4228 ], "loc": { "start": { @@ -9905,8 +9905,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 4240, - 4249 + 4241, + 4250 ], "loc": { "start": { @@ -9921,8 +9921,8 @@ }, "init": null, "range": [ - 4240, - 4249 + 4241, + 4250 ], "loc": { "start": { @@ -9938,8 +9938,8 @@ ], "kind": "let", "range": [ - 4236, - 4250 + 4237, + 4251 ], "loc": { "start": { @@ -9956,8 +9956,8 @@ "type": "Line", "value": "custom selects text", "range": [ - 4206, - 4227 + 4207, + 4228 ], "loc": { "start": { @@ -9981,8 +9981,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4263, - 4277 + 4264, + 4278 ], "loc": { "start": { @@ -10004,8 +10004,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4280, - 4282 + 4281, + 4283 ], "loc": { "start": { @@ -10022,8 +10022,8 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 4283, - 4300 + 4284, + 4301 ], "loc": { "start": { @@ -10037,8 +10037,8 @@ } }, "range": [ - 4280, - 4300 + 4281, + 4301 ], "loc": { "start": { @@ -10053,8 +10053,8 @@ }, "arguments": [], "range": [ - 4280, - 4302 + 4281, + 4303 ], "loc": { "start": { @@ -10068,8 +10068,8 @@ } }, "range": [ - 4263, - 4302 + 4264, + 4303 ], "loc": { "start": { @@ -10085,8 +10085,8 @@ ], "kind": "let", "range": [ - 4259, - 4303 + 4260, + 4304 ], "loc": { "start": { @@ -10108,8 +10108,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 4316, - 4324 + 4317, + 4325 ], "loc": { "start": { @@ -10126,8 +10126,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4328, - 4342 + 4329, + 4343 ], "loc": { "start": { @@ -10141,8 +10141,8 @@ } }, "range": [ - 4316, - 4342 + 4317, + 4343 ], "loc": { "start": { @@ -10167,8 +10167,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 4358, - 4367 + 4359, + 4368 ], "loc": { "start": { @@ -10190,8 +10190,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4370, - 4372 + 4371, + 4373 ], "loc": { "start": { @@ -10208,8 +10208,8 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 4373, - 4399 + 4374, + 4400 ], "loc": { "start": { @@ -10223,8 +10223,8 @@ } }, "range": [ - 4370, - 4399 + 4371, + 4400 ], "loc": { "start": { @@ -10242,8 +10242,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 4400, - 4414 + 4401, + 4415 ], "loc": { "start": { @@ -10258,8 +10258,8 @@ } ], "range": [ - 4370, - 4415 + 4371, + 4416 ], "loc": { "start": { @@ -10273,8 +10273,8 @@ } }, "range": [ - 4358, - 4415 + 4359, + 4416 ], "loc": { "start": { @@ -10288,8 +10288,8 @@ } }, "range": [ - 4358, - 4416 + 4359, + 4417 ], "loc": { "start": { @@ -10304,8 +10304,8 @@ } ], "range": [ - 4344, - 4426 + 4345, + 4427 ], "loc": { "start": { @@ -10320,8 +10320,8 @@ }, "alternate": null, "range": [ - 4312, - 4426 + 4313, + 4427 ], "loc": { "start": { @@ -10343,8 +10343,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 4440, - 4452 + 4441, + 4453 ], "loc": { "start": { @@ -10362,8 +10362,8 @@ "value": null, "raw": "null", "range": [ - 4455, - 4459 + 4456, + 4460 ], "loc": { "start": { @@ -10377,8 +10377,8 @@ } }, "range": [ - 4440, - 4459 + 4441, + 4460 ], "loc": { "start": { @@ -10397,8 +10397,8 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 4473, - 4488 + 4474, + 4489 ], "loc": { "start": { @@ -10416,8 +10416,8 @@ "value": null, "raw": "null", "range": [ - 4491, - 4495 + 4492, + 4496 ], "loc": { "start": { @@ -10431,8 +10431,8 @@ } }, "range": [ - 4473, - 4495 + 4474, + 4496 ], "loc": { "start": { @@ -10448,8 +10448,8 @@ ], "kind": "let", "range": [ - 4436, - 4496 + 4437, + 4497 ], "loc": { "start": { @@ -10471,8 +10471,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 4509, - 4517 + 4510, + 4518 ], "loc": { "start": { @@ -10492,8 +10492,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4521, - 4523 + 4522, + 4524 ], "loc": { "start": { @@ -10510,8 +10510,8 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 4524, - 4546 + 4525, + 4547 ], "loc": { "start": { @@ -10525,8 +10525,8 @@ } }, "range": [ - 4521, - 4546 + 4522, + 4547 ], "loc": { "start": { @@ -10540,8 +10540,8 @@ } }, "range": [ - 4509, - 4546 + 4510, + 4547 ], "loc": { "start": { @@ -10566,8 +10566,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 4562, - 4574 + 4563, + 4575 ], "loc": { "start": { @@ -10584,8 +10584,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4577, - 4579 + 4578, + 4580 ], "loc": { "start": { @@ -10599,8 +10599,8 @@ } }, "range": [ - 4562, - 4579 + 4563, + 4580 ], "loc": { "start": { @@ -10614,8 +10614,8 @@ } }, "range": [ - 4562, - 4580 + 4563, + 4581 ], "loc": { "start": { @@ -10637,8 +10637,8 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 4593, - 4608 + 4594, + 4609 ], "loc": { "start": { @@ -10655,8 +10655,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 4611, - 4613 + 4612, + 4614 ], "loc": { "start": { @@ -10670,8 +10670,8 @@ } }, "range": [ - 4593, - 4613 + 4594, + 4614 ], "loc": { "start": { @@ -10685,8 +10685,8 @@ } }, "range": [ - 4593, - 4614 + 4594, + 4615 ], "loc": { "start": { @@ -10701,8 +10701,8 @@ } ], "range": [ - 4548, - 4624 + 4549, + 4625 ], "loc": { "start": { @@ -10717,8 +10717,8 @@ }, "alternate": null, "range": [ - 4505, - 4624 + 4506, + 4625 ], "loc": { "start": { @@ -10742,8 +10742,8 @@ "type": "Identifier", "name": "k", "range": [ - 4643, - 4644 + 4644, + 4645 ], "loc": { "start": { @@ -10763,8 +10763,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4647, - 4649 + 4648, + 4650 ], "loc": { "start": { @@ -10781,8 +10781,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 4650, - 4656 + 4651, + 4657 ], "loc": { "start": { @@ -10796,8 +10796,8 @@ } }, "range": [ - 4647, - 4656 + 4648, + 4657 ], "loc": { "start": { @@ -10811,8 +10811,8 @@ } }, "range": [ - 4643, - 4656 + 4644, + 4657 ], "loc": { "start": { @@ -10828,8 +10828,8 @@ ], "kind": "let", "range": [ - 4639, - 4656 + 4640, + 4657 ], "loc": { "start": { @@ -10849,8 +10849,8 @@ "type": "Identifier", "name": "k", "range": [ - 4658, - 4659 + 4659, + 4660 ], "loc": { "start": { @@ -10870,8 +10870,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4662, - 4664 + 4663, + 4665 ], "loc": { "start": { @@ -10888,8 +10888,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 4665, - 4671 + 4666, + 4672 ], "loc": { "start": { @@ -10903,8 +10903,8 @@ } }, "range": [ - 4662, - 4671 + 4663, + 4672 ], "loc": { "start": { @@ -10918,8 +10918,8 @@ } }, "range": [ - 4658, - 4671 + 4659, + 4672 ], "loc": { "start": { @@ -10939,8 +10939,8 @@ "type": "Identifier", "name": "k", "range": [ - 4673, - 4674 + 4674, + 4675 ], "loc": { "start": { @@ -10955,8 +10955,8 @@ }, "prefix": false, "range": [ - 4673, - 4676 + 4674, + 4677 ], "loc": { "start": { @@ -10984,8 +10984,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4794, - 4796 + 4795, + 4797 ], "loc": { "start": { @@ -11002,8 +11002,8 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 4797, - 4811 + 4798, + 4812 ], "loc": { "start": { @@ -11017,8 +11017,8 @@ } }, "range": [ - 4794, - 4811 + 4795, + 4812 ], "loc": { "start": { @@ -11046,8 +11046,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4815, - 4817 + 4816, + 4818 ], "loc": { "start": { @@ -11064,8 +11064,8 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 4818, - 4829 + 4819, + 4830 ], "loc": { "start": { @@ -11079,8 +11079,8 @@ } }, "range": [ - 4815, - 4829 + 4816, + 4830 ], "loc": { "start": { @@ -11097,8 +11097,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 4830, - 4837 + 4831, + 4838 ], "loc": { "start": { @@ -11112,8 +11112,8 @@ } }, "range": [ - 4815, - 4837 + 4816, + 4838 ], "loc": { "start": { @@ -11131,8 +11131,8 @@ "type": "Identifier", "name": "k", "range": [ - 4838, - 4839 + 4839, + 4840 ], "loc": { "start": { @@ -11147,8 +11147,8 @@ } ], "range": [ - 4815, - 4840 + 4816, + 4841 ], "loc": { "start": { @@ -11169,8 +11169,8 @@ "value": 1, "raw": "1", "range": [ - 4846, - 4847 + 4847, + 4848 ], "loc": { "start": { @@ -11185,8 +11185,8 @@ }, "prefix": true, "range": [ - 4845, - 4847 + 4846, + 4848 ], "loc": { "start": { @@ -11200,8 +11200,8 @@ } }, "range": [ - 4815, - 4847 + 4816, + 4848 ], "loc": { "start": { @@ -11215,8 +11215,8 @@ } }, "range": [ - 4794, - 4847 + 4795, + 4848 ], "loc": { "start": { @@ -11236,8 +11236,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 4867, - 4876 + 4868, + 4877 ], "loc": { "start": { @@ -11252,8 +11252,8 @@ } ], "range": [ - 4849, - 4890 + 4850, + 4891 ], "loc": { "start": { @@ -11268,8 +11268,8 @@ }, "alternate": null, "range": [ - 4790, - 4890 + 4791, + 4891 ], "loc": { "start": { @@ -11286,8 +11286,8 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 4692, - 4756 + 4693, + 4757 ], "loc": { "start": { @@ -11304,8 +11304,8 @@ "type": "Line", "value": " valid", "range": [ - 4769, - 4777 + 4770, + 4778 ], "loc": { "start": { @@ -11329,8 +11329,8 @@ "type": "Identifier", "name": "cell", "range": [ - 4908, - 4912 + 4909, + 4913 ], "loc": { "start": { @@ -11353,8 +11353,8 @@ "type": "Identifier", "name": "rows", "range": [ - 4915, - 4919 + 4916, + 4920 ], "loc": { "start": { @@ -11371,8 +11371,8 @@ "type": "Identifier", "name": "k", "range": [ - 4920, - 4921 + 4921, + 4922 ], "loc": { "start": { @@ -11386,8 +11386,8 @@ } }, "range": [ - 4915, - 4922 + 4916, + 4923 ], "loc": { "start": { @@ -11404,8 +11404,8 @@ "type": "Identifier", "name": "cells", "range": [ - 4923, - 4928 + 4924, + 4929 ], "loc": { "start": { @@ -11419,8 +11419,8 @@ } }, "range": [ - 4915, - 4928 + 4916, + 4929 ], "loc": { "start": { @@ -11434,8 +11434,8 @@ } }, "range": [ - 4908, - 4928 + 4909, + 4929 ], "loc": { "start": { @@ -11454,8 +11454,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 4946, - 4953 + 4947, + 4954 ], "loc": { "start": { @@ -11475,8 +11475,8 @@ "type": "Identifier", "name": "cell", "range": [ - 4956, - 4960 + 4957, + 4961 ], "loc": { "start": { @@ -11493,8 +11493,8 @@ "type": "Identifier", "name": "length", "range": [ - 4961, - 4967 + 4962, + 4968 ], "loc": { "start": { @@ -11508,8 +11508,8 @@ } }, "range": [ - 4956, - 4967 + 4957, + 4968 ], "loc": { "start": { @@ -11523,8 +11523,8 @@ } }, "range": [ - 4946, - 4967 + 4947, + 4968 ], "loc": { "start": { @@ -11540,8 +11540,8 @@ ], "kind": "let", "range": [ - 4904, - 4968 + 4905, + 4969 ], "loc": { "start": { @@ -11558,8 +11558,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 4982, - 5015 + 4983, + 5016 ], "loc": { "start": { @@ -11586,8 +11586,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 5032, - 5039 + 5033, + 5040 ], "loc": { "start": { @@ -11607,8 +11607,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5044, - 5046 + 5045, + 5047 ], "loc": { "start": { @@ -11625,8 +11625,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5047, - 5054 + 5048, + 5055 ], "loc": { "start": { @@ -11640,8 +11640,8 @@ } }, "range": [ - 5044, - 5054 + 5045, + 5055 ], "loc": { "start": { @@ -11655,8 +11655,8 @@ } }, "range": [ - 5032, - 5054 + 5033, + 5055 ], "loc": { "start": { @@ -11675,8 +11675,8 @@ "object": { "type": "ThisExpression", "range": [ - 5058, - 5062 + 5059, + 5063 ], "loc": { "start": { @@ -11693,8 +11693,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 5063, - 5071 + 5064, + 5072 ], "loc": { "start": { @@ -11708,8 +11708,8 @@ } }, "range": [ - 5058, - 5071 + 5059, + 5072 ], "loc": { "start": { @@ -11723,8 +11723,8 @@ } }, "range": [ - 5032, - 5071 + 5033, + 5072 ], "loc": { "start": { @@ -11744,8 +11744,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 5091, - 5100 + 5092, + 5101 ], "loc": { "start": { @@ -11760,8 +11760,8 @@ } ], "range": [ - 5073, - 5114 + 5074, + 5115 ], "loc": { "start": { @@ -11776,8 +11776,8 @@ }, "alternate": null, "range": [ - 5028, - 5114 + 5029, + 5115 ], "loc": { "start": { @@ -11794,8 +11794,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 4982, - 5015 + 4983, + 5016 ], "loc": { "start": { @@ -11814,8 +11814,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5128, - 5160 + 5129, + 5161 ], "loc": { "start": { @@ -11841,8 +11841,8 @@ "type": "Identifier", "name": "j", "range": [ - 5182, - 5183 + 5183, + 5184 ], "loc": { "start": { @@ -11860,8 +11860,8 @@ "value": 0, "raw": "0", "range": [ - 5186, - 5187 + 5187, + 5188 ], "loc": { "start": { @@ -11875,8 +11875,8 @@ } }, "range": [ - 5182, - 5187 + 5183, + 5188 ], "loc": { "start": { @@ -11892,8 +11892,8 @@ ], "kind": "let", "range": [ - 5178, - 5187 + 5179, + 5188 ], "loc": { "start": { @@ -11913,8 +11913,8 @@ "type": "Identifier", "name": "j", "range": [ - 5189, - 5190 + 5190, + 5191 ], "loc": { "start": { @@ -11931,8 +11931,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 5193, - 5200 + 5194, + 5201 ], "loc": { "start": { @@ -11946,8 +11946,8 @@ } }, "range": [ - 5189, - 5200 + 5190, + 5201 ], "loc": { "start": { @@ -11967,8 +11967,8 @@ "type": "Identifier", "name": "j", "range": [ - 5202, - 5203 + 5203, + 5204 ], "loc": { "start": { @@ -11983,8 +11983,8 @@ }, "prefix": false, "range": [ - 5202, - 5205 + 5203, + 5206 ], "loc": { "start": { @@ -12015,8 +12015,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5281, - 5289 + 5282, + 5290 ], "loc": { "start": { @@ -12033,8 +12033,8 @@ "type": "Identifier", "name": "j", "range": [ - 5294, - 5295 + 5295, + 5296 ], "loc": { "start": { @@ -12048,8 +12048,8 @@ } }, "range": [ - 5281, - 5295 + 5282, + 5296 ], "loc": { "start": { @@ -12072,8 +12072,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 5321, - 5329 + 5322, + 5330 ], "loc": { "start": { @@ -12088,8 +12088,8 @@ }, "prefix": true, "range": [ - 5320, - 5329 + 5321, + 5330 ], "loc": { "start": { @@ -12109,8 +12109,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 5358, - 5366 + 5359, + 5367 ], "loc": { "start": { @@ -12130,8 +12130,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5370, - 5372 + 5371, + 5373 ], "loc": { "start": { @@ -12148,8 +12148,8 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 5373, - 5395 + 5374, + 5396 ], "loc": { "start": { @@ -12163,8 +12163,8 @@ } }, "range": [ - 5370, - 5395 + 5371, + 5396 ], "loc": { "start": { @@ -12178,8 +12178,8 @@ } }, "range": [ - 5358, - 5395 + 5359, + 5396 ], "loc": { "start": { @@ -12193,8 +12193,8 @@ } }, "range": [ - 5320, - 5396 + 5321, + 5397 ], "loc": { "start": { @@ -12208,8 +12208,8 @@ } }, "range": [ - 5281, - 5397 + 5282, + 5398 ], "loc": { "start": { @@ -12235,8 +12235,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5423, - 5431 + 5424, + 5432 ], "loc": { "start": { @@ -12253,8 +12253,8 @@ "type": "Identifier", "name": "j", "range": [ - 5436, - 5437 + 5437, + 5438 ], "loc": { "start": { @@ -12268,8 +12268,8 @@ } }, "range": [ - 5423, - 5437 + 5424, + 5438 ], "loc": { "start": { @@ -12286,8 +12286,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 5441, - 5449 + 5442, + 5450 ], "loc": { "start": { @@ -12301,8 +12301,8 @@ } }, "range": [ - 5423, - 5449 + 5424, + 5450 ], "loc": { "start": { @@ -12337,8 +12337,8 @@ "type": "Identifier", "name": "rows", "range": [ - 5479, - 5483 + 5480, + 5484 ], "loc": { "start": { @@ -12355,8 +12355,8 @@ "type": "Identifier", "name": "k", "range": [ - 5484, - 5485 + 5485, + 5486 ], "loc": { "start": { @@ -12370,8 +12370,8 @@ } }, "range": [ - 5479, - 5486 + 5480, + 5487 ], "loc": { "start": { @@ -12388,8 +12388,8 @@ "type": "Identifier", "name": "style", "range": [ - 5487, - 5492 + 5488, + 5493 ], "loc": { "start": { @@ -12403,8 +12403,8 @@ } }, "range": [ - 5479, - 5492 + 5480, + 5493 ], "loc": { "start": { @@ -12421,8 +12421,8 @@ "type": "Identifier", "name": "display", "range": [ - 5493, - 5500 + 5494, + 5501 ], "loc": { "start": { @@ -12436,8 +12436,8 @@ } }, "range": [ - 5479, - 5500 + 5480, + 5501 ], "loc": { "start": { @@ -12455,8 +12455,8 @@ "value": "", "raw": "''", "range": [ - 5505, - 5507 + 5506, + 5508 ], "loc": { "start": { @@ -12470,8 +12470,8 @@ } }, "range": [ - 5479, - 5507 + 5480, + 5508 ], "loc": { "start": { @@ -12494,8 +12494,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5512, - 5514 + 5513, + 5515 ], "loc": { "start": { @@ -12512,8 +12512,8 @@ "type": "Identifier", "name": "paging", "range": [ - 5515, - 5521 + 5516, + 5522 ], "loc": { "start": { @@ -12527,8 +12527,8 @@ } }, "range": [ - 5512, - 5521 + 5513, + 5522 ], "loc": { "start": { @@ -12543,8 +12543,8 @@ }, "prefix": true, "range": [ - 5511, - 5521 + 5512, + 5522 ], "loc": { "start": { @@ -12558,8 +12558,8 @@ } }, "range": [ - 5479, - 5521 + 5480, + 5522 ], "loc": { "start": { @@ -12585,8 +12585,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5555, - 5557 + 5556, + 5558 ], "loc": { "start": { @@ -12603,8 +12603,8 @@ "type": "Identifier", "name": "paging", "range": [ - 5558, - 5564 + 5559, + 5565 ], "loc": { "start": { @@ -12618,8 +12618,8 @@ } }, "range": [ - 5555, - 5564 + 5556, + 5565 ], "loc": { "start": { @@ -12645,8 +12645,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5570, - 5572 + 5571, + 5573 ], "loc": { "start": { @@ -12663,8 +12663,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5573, - 5587 + 5574, + 5588 ], "loc": { "start": { @@ -12678,8 +12678,8 @@ } }, "range": [ - 5570, - 5587 + 5571, + 5588 ], "loc": { "start": { @@ -12694,8 +12694,8 @@ }, "prefix": true, "range": [ - 5569, - 5587 + 5570, + 5588 ], "loc": { "start": { @@ -12718,8 +12718,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5624, - 5626 + 5625, + 5627 ], "loc": { "start": { @@ -12736,8 +12736,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5627, - 5641 + 5628, + 5642 ], "loc": { "start": { @@ -12751,8 +12751,8 @@ } }, "range": [ - 5624, - 5641 + 5625, + 5642 ], "loc": { "start": { @@ -12780,8 +12780,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5681, - 5683 + 5682, + 5684 ], "loc": { "start": { @@ -12798,8 +12798,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5684, - 5698 + 5685, + 5699 ], "loc": { "start": { @@ -12813,8 +12813,8 @@ } }, "range": [ - 5681, - 5698 + 5682, + 5699 ], "loc": { "start": { @@ -12831,8 +12831,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5699, - 5706 + 5700, + 5707 ], "loc": { "start": { @@ -12846,8 +12846,8 @@ } }, "range": [ - 5681, - 5706 + 5682, + 5707 ], "loc": { "start": { @@ -12865,8 +12865,8 @@ "type": "Identifier", "name": "k", "range": [ - 5707, - 5708 + 5708, + 5709 ], "loc": { "start": { @@ -12881,8 +12881,8 @@ } ], "range": [ - 5681, - 5709 + 5682, + 5710 ], "loc": { "start": { @@ -12903,8 +12903,8 @@ "value": 1, "raw": "1", "range": [ - 5714, - 5715 + 5715, + 5716 ], "loc": { "start": { @@ -12919,8 +12919,8 @@ }, "prefix": true, "range": [ - 5713, - 5715 + 5714, + 5716 ], "loc": { "start": { @@ -12934,8 +12934,8 @@ } }, "range": [ - 5681, - 5715 + 5682, + 5716 ], "loc": { "start": { @@ -12949,8 +12949,8 @@ } }, "range": [ - 5624, - 5715 + 5625, + 5716 ], "loc": { "start": { @@ -12964,8 +12964,8 @@ } }, "range": [ - 5569, - 5716 + 5570, + 5717 ], "loc": { "start": { @@ -12979,8 +12979,8 @@ } }, "range": [ - 5555, - 5717 + 5556, + 5718 ], "loc": { "start": { @@ -13006,8 +13006,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 5755, - 5764 + 5756, + 5765 ], "loc": { "start": { @@ -13024,8 +13024,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 5769, - 5778 + 5770, + 5779 ], "loc": { "start": { @@ -13039,8 +13039,8 @@ } }, "range": [ - 5755, - 5778 + 5756, + 5779 ], "loc": { "start": { @@ -13060,8 +13060,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 5818, - 5827 + 5819, + 5828 ], "loc": { "start": { @@ -13078,8 +13078,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5832, - 5840 + 5833, + 5841 ], "loc": { "start": { @@ -13093,8 +13093,8 @@ } }, "range": [ - 5818, - 5840 + 5819, + 5841 ], "loc": { "start": { @@ -13108,8 +13108,8 @@ } }, "range": [ - 5755, - 5840 + 5756, + 5841 ], "loc": { "start": { @@ -13132,8 +13132,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 5882, - 5891 + 5883, + 5892 ], "loc": { "start": { @@ -13150,8 +13150,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5895, - 5903 + 5896, + 5904 ], "loc": { "start": { @@ -13165,8 +13165,8 @@ } }, "range": [ - 5882, - 5903 + 5883, + 5904 ], "loc": { "start": { @@ -13194,8 +13194,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5943, - 5945 + 5944, + 5946 ], "loc": { "start": { @@ -13212,8 +13212,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5946, - 5960 + 5947, + 5961 ], "loc": { "start": { @@ -13227,8 +13227,8 @@ } }, "range": [ - 5943, - 5960 + 5944, + 5961 ], "loc": { "start": { @@ -13245,8 +13245,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5961, - 5968 + 5962, + 5969 ], "loc": { "start": { @@ -13260,8 +13260,8 @@ } }, "range": [ - 5943, - 5968 + 5944, + 5969 ], "loc": { "start": { @@ -13279,8 +13279,8 @@ "type": "Identifier", "name": "k", "range": [ - 5969, - 5970 + 5970, + 5971 ], "loc": { "start": { @@ -13295,8 +13295,8 @@ } ], "range": [ - 5943, - 5971 + 5944, + 5972 ], "loc": { "start": { @@ -13317,8 +13317,8 @@ "value": 1, "raw": "1", "range": [ - 5976, - 5977 + 5977, + 5978 ], "loc": { "start": { @@ -13333,8 +13333,8 @@ }, "prefix": true, "range": [ - 5975, - 5977 + 5976, + 5978 ], "loc": { "start": { @@ -13348,8 +13348,8 @@ } }, "range": [ - 5943, - 5977 + 5944, + 5978 ], "loc": { "start": { @@ -13363,8 +13363,8 @@ } }, "range": [ - 5882, - 5977 + 5883, + 5978 ], "loc": { "start": { @@ -13378,8 +13378,8 @@ } }, "range": [ - 5754, - 5978 + 5755, + 5979 ], "loc": { "start": { @@ -13393,8 +13393,8 @@ } }, "range": [ - 5555, - 5979 + 5556, + 5980 ], "loc": { "start": { @@ -13408,8 +13408,8 @@ } }, "range": [ - 5478, - 5980 + 5479, + 5981 ], "loc": { "start": { @@ -13423,8 +13423,8 @@ } }, "range": [ - 5423, - 5981 + 5424, + 5982 ], "loc": { "start": { @@ -13438,8 +13438,8 @@ } }, "range": [ - 5280, - 5982 + 5281, + 5983 ], "loc": { "start": { @@ -13464,8 +13464,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 6010, - 6018 + 6011, + 6019 ], "loc": { "start": { @@ -13487,8 +13487,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6021, - 6023 + 6022, + 6024 ], "loc": { "start": { @@ -13505,8 +13505,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 6024, - 6035 + 6025, + 6036 ], "loc": { "start": { @@ -13520,8 +13520,8 @@ } }, "range": [ - 6021, - 6035 + 6022, + 6036 ], "loc": { "start": { @@ -13542,8 +13542,8 @@ "type": "Identifier", "name": "cell", "range": [ - 6036, - 6040 + 6037, + 6041 ], "loc": { "start": { @@ -13560,8 +13560,8 @@ "type": "Identifier", "name": "j", "range": [ - 6041, - 6042 + 6042, + 6043 ], "loc": { "start": { @@ -13575,8 +13575,8 @@ } }, "range": [ - 6036, - 6043 + 6037, + 6044 ], "loc": { "start": { @@ -13591,8 +13591,8 @@ } ], "range": [ - 6021, - 6044 + 6022, + 6045 ], "loc": { "start": { @@ -13606,8 +13606,8 @@ } }, "range": [ - 6010, - 6044 + 6011, + 6045 ], "loc": { "start": { @@ -13626,8 +13626,8 @@ "type": "Identifier", "name": "cellString", "range": [ - 6115, - 6125 + 6116, + 6126 ], "loc": { "start": { @@ -13649,8 +13649,8 @@ "type": "Identifier", "name": "Str", "range": [ - 6128, - 6131 + 6129, + 6132 ], "loc": { "start": { @@ -13667,8 +13667,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6132, - 6141 + 6133, + 6142 ], "loc": { "start": { @@ -13682,8 +13682,8 @@ } }, "range": [ - 6128, - 6141 + 6129, + 6142 ], "loc": { "start": { @@ -13701,8 +13701,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 6142, - 6150 + 6143, + 6151 ], "loc": { "start": { @@ -13719,8 +13719,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6152, - 6161 + 6153, + 6162 ], "loc": { "start": { @@ -13735,8 +13735,8 @@ } ], "range": [ - 6128, - 6162 + 6129, + 6163 ], "loc": { "start": { @@ -13750,8 +13750,8 @@ } }, "range": [ - 6115, - 6162 + 6116, + 6163 ], "loc": { "start": { @@ -13768,8 +13768,8 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6070, - 6090 + 6071, + 6091 ], "loc": { "start": { @@ -13787,8 +13787,8 @@ ], "kind": "let", "range": [ - 6006, - 6163 + 6007, + 6164 ], "loc": { "start": { @@ -13805,8 +13805,8 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6185, - 6226 + 6186, + 6227 ], "loc": { "start": { @@ -13835,8 +13835,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 6252, - 6255 + 6253, + 6256 ], "loc": { "start": { @@ -13853,8 +13853,8 @@ "type": "Identifier", "name": "has", "range": [ - 6256, - 6259 + 6257, + 6260 ], "loc": { "start": { @@ -13868,8 +13868,8 @@ } }, "range": [ - 6252, - 6259 + 6253, + 6260 ], "loc": { "start": { @@ -13889,8 +13889,8 @@ "object": { "type": "ThisExpression", "range": [ - 6260, - 6264 + 6261, + 6265 ], "loc": { "start": { @@ -13907,8 +13907,8 @@ "type": "Identifier", "name": "opts", "range": [ - 6265, - 6269 + 6266, + 6270 ], "loc": { "start": { @@ -13922,8 +13922,8 @@ } }, "range": [ - 6260, - 6269 + 6261, + 6270 ], "loc": { "start": { @@ -13940,8 +13940,8 @@ "type": "Identifier", "name": "cellString", "range": [ - 6271, - 6281 + 6272, + 6282 ], "loc": { "start": { @@ -13958,8 +13958,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6283, - 6292 + 6284, + 6293 ], "loc": { "start": { @@ -13974,8 +13974,8 @@ } ], "range": [ - 6252, - 6293 + 6253, + 6294 ], "loc": { "start": { @@ -13990,8 +13990,8 @@ }, "prefix": true, "range": [ - 6251, - 6293 + 6252, + 6294 ], "loc": { "start": { @@ -14020,8 +14020,8 @@ "object": { "type": "ThisExpression", "range": [ - 6321, - 6325 + 6322, + 6326 ], "loc": { "start": { @@ -14038,8 +14038,8 @@ "type": "Identifier", "name": "opts", "range": [ - 6326, - 6330 + 6327, + 6331 ], "loc": { "start": { @@ -14053,8 +14053,8 @@ } }, "range": [ - 6321, - 6330 + 6322, + 6331 ], "loc": { "start": { @@ -14071,8 +14071,8 @@ "type": "Identifier", "name": "push", "range": [ - 6331, - 6335 + 6332, + 6336 ], "loc": { "start": { @@ -14086,8 +14086,8 @@ } }, "range": [ - 6321, - 6335 + 6322, + 6336 ], "loc": { "start": { @@ -14105,8 +14105,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 6336, - 6344 + 6337, + 6345 ], "loc": { "start": { @@ -14121,8 +14121,8 @@ } ], "range": [ - 6321, - 6345 + 6322, + 6346 ], "loc": { "start": { @@ -14136,8 +14136,8 @@ } }, "range": [ - 6321, - 6346 + 6322, + 6347 ], "loc": { "start": { @@ -14152,8 +14152,8 @@ } ], "range": [ - 6295, - 6368 + 6296, + 6369 ], "loc": { "start": { @@ -14168,8 +14168,8 @@ }, "alternate": null, "range": [ - 6247, - 6368 + 6248, + 6369 ], "loc": { "start": { @@ -14186,8 +14186,8 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6185, - 6226 + 6186, + 6227 ], "loc": { "start": { @@ -14211,8 +14211,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 6394, - 6402 + 6395, + 6403 ], "loc": { "start": { @@ -14232,8 +14232,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6406, - 6408 + 6407, + 6409 ], "loc": { "start": { @@ -14250,8 +14250,8 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 6409, - 6431 + 6410, + 6432 ], "loc": { "start": { @@ -14265,8 +14265,8 @@ } }, "range": [ - 6406, - 6431 + 6407, + 6432 ], "loc": { "start": { @@ -14280,8 +14280,8 @@ } }, "range": [ - 6394, - 6431 + 6395, + 6432 ], "loc": { "start": { @@ -14306,8 +14306,8 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6463, - 6474 + 6464, + 6475 ], "loc": { "start": { @@ -14327,8 +14327,8 @@ "type": "Identifier", "name": "filteredDataCol", "range": [ - 6477, - 6492 + 6478, + 6493 ], "loc": { "start": { @@ -14345,8 +14345,8 @@ "type": "Identifier", "name": "j", "range": [ - 6493, - 6494 + 6494, + 6495 ], "loc": { "start": { @@ -14360,8 +14360,8 @@ } }, "range": [ - 6477, - 6495 + 6478, + 6496 ], "loc": { "start": { @@ -14375,8 +14375,8 @@ } }, "range": [ - 6463, - 6495 + 6464, + 6496 ], "loc": { "start": { @@ -14392,8 +14392,8 @@ ], "kind": "let", "range": [ - 6459, - 6496 + 6460, + 6497 ], "loc": { "start": { @@ -14415,8 +14415,8 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6526, - 6537 + 6527, + 6538 ], "loc": { "start": { @@ -14431,8 +14431,8 @@ }, "prefix": true, "range": [ - 6525, - 6537 + 6526, + 6538 ], "loc": { "start": { @@ -14457,8 +14457,8 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6569, - 6580 + 6570, + 6581 ], "loc": { "start": { @@ -14480,8 +14480,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6583, - 6585 + 6584, + 6586 ], "loc": { "start": { @@ -14498,8 +14498,8 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 6586, - 6604 + 6587, + 6605 ], "loc": { "start": { @@ -14513,8 +14513,8 @@ } }, "range": [ - 6583, - 6604 + 6584, + 6605 ], "loc": { "start": { @@ -14532,8 +14532,8 @@ "type": "Identifier", "name": "j", "range": [ - 6605, - 6606 + 6606, + 6607 ], "loc": { "start": { @@ -14548,8 +14548,8 @@ } ], "range": [ - 6583, - 6607 + 6584, + 6608 ], "loc": { "start": { @@ -14563,8 +14563,8 @@ } }, "range": [ - 6569, - 6607 + 6570, + 6608 ], "loc": { "start": { @@ -14578,8 +14578,8 @@ } }, "range": [ - 6569, - 6608 + 6570, + 6609 ], "loc": { "start": { @@ -14594,8 +14594,8 @@ } ], "range": [ - 6539, - 6634 + 6540, + 6635 ], "loc": { "start": { @@ -14610,8 +14610,8 @@ }, "alternate": null, "range": [ - 6521, - 6634 + 6522, + 6635 ], "loc": { "start": { @@ -14641,8 +14641,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 6664, - 6667 + 6665, + 6668 ], "loc": { "start": { @@ -14659,8 +14659,8 @@ "type": "Identifier", "name": "has", "range": [ - 6668, - 6671 + 6669, + 6672 ], "loc": { "start": { @@ -14674,8 +14674,8 @@ } }, "range": [ - 6664, - 6671 + 6665, + 6672 ], "loc": { "start": { @@ -14693,8 +14693,8 @@ "type": "Identifier", "name": "filteredCol", "range": [ - 6672, - 6683 + 6673, + 6684 ], "loc": { "start": { @@ -14711,8 +14711,8 @@ "type": "Identifier", "name": "cellString", "range": [ - 6685, - 6695 + 6686, + 6696 ], "loc": { "start": { @@ -14729,8 +14729,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6697, - 6706 + 6698, + 6707 ], "loc": { "start": { @@ -14745,8 +14745,8 @@ } ], "range": [ - 6664, - 6707 + 6665, + 6708 ], "loc": { "start": { @@ -14761,8 +14761,8 @@ }, "prefix": true, "range": [ - 6663, - 6707 + 6664, + 6708 ], "loc": { "start": { @@ -14787,8 +14787,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 6740, - 6743 + 6741, + 6744 ], "loc": { "start": { @@ -14805,8 +14805,8 @@ "type": "Identifier", "name": "has", "range": [ - 6744, - 6747 + 6745, + 6748 ], "loc": { "start": { @@ -14820,8 +14820,8 @@ } }, "range": [ - 6740, - 6747 + 6741, + 6748 ], "loc": { "start": { @@ -14839,8 +14839,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 6781, - 6793 + 6782, + 6794 ], "loc": { "start": { @@ -14857,8 +14857,8 @@ "type": "Identifier", "name": "cellString", "range": [ - 6795, - 6805 + 6796, + 6806 ], "loc": { "start": { @@ -14875,8 +14875,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 6807, - 6816 + 6808, + 6817 ], "loc": { "start": { @@ -14891,8 +14891,8 @@ } ], "range": [ - 6740, - 6817 + 6741, + 6818 ], "loc": { "start": { @@ -14907,8 +14907,8 @@ }, "prefix": true, "range": [ - 6739, - 6817 + 6740, + 6818 ], "loc": { "start": { @@ -14922,8 +14922,8 @@ } }, "range": [ - 6663, - 6817 + 6664, + 6818 ], "loc": { "start": { @@ -14950,8 +14950,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 6849, - 6861 + 6850, + 6862 ], "loc": { "start": { @@ -14968,8 +14968,8 @@ "type": "Identifier", "name": "push", "range": [ - 6862, - 6866 + 6863, + 6867 ], "loc": { "start": { @@ -14983,8 +14983,8 @@ } }, "range": [ - 6849, - 6866 + 6850, + 6867 ], "loc": { "start": { @@ -15002,8 +15002,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 6867, - 6875 + 6868, + 6876 ], "loc": { "start": { @@ -15018,8 +15018,8 @@ } ], "range": [ - 6849, - 6876 + 6850, + 6877 ], "loc": { "start": { @@ -15033,8 +15033,8 @@ } }, "range": [ - 6849, - 6877 + 6850, + 6878 ], "loc": { "start": { @@ -15049,8 +15049,8 @@ } ], "range": [ - 6819, - 6903 + 6820, + 6904 ], "loc": { "start": { @@ -15065,8 +15065,8 @@ }, "alternate": null, "range": [ - 6659, - 6903 + 6660, + 6904 ], "loc": { "start": { @@ -15081,8 +15081,8 @@ } ], "range": [ - 6433, - 6925 + 6434, + 6926 ], "loc": { "start": { @@ -15097,8 +15097,8 @@ }, "alternate": null, "range": [ - 6390, - 6925 + 6391, + 6926 ], "loc": { "start": { @@ -15113,8 +15113,8 @@ } ], "range": [ - 5984, - 6943 + 5985, + 6944 ], "loc": { "start": { @@ -15129,8 +15129,8 @@ }, "alternate": null, "range": [ - 5276, - 6943 + 5277, + 6944 ], "loc": { "start": { @@ -15147,8 +15147,8 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell", "range": [ - 5225, - 5259 + 5226, + 5260 ], "loc": { "start": { @@ -15167,8 +15167,8 @@ "type": "Line", "value": "if colIndex==j", "range": [ - 6943, - 6959 + 6944, + 6960 ], "loc": { "start": { @@ -15185,8 +15185,8 @@ } ], "range": [ - 5207, - 6973 + 5208, + 6974 ], "loc": { "start": { @@ -15200,8 +15200,8 @@ } }, "range": [ - 5173, - 6973 + 5174, + 6974 ], "loc": { "start": { @@ -15218,8 +15218,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5128, - 5160 + 5129, + 5161 ], "loc": { "start": { @@ -15238,8 +15238,8 @@ "type": "Line", "value": "for j", "range": [ - 6973, - 6980 + 6974, + 6981 ], "loc": { "start": { @@ -15256,8 +15256,8 @@ } ], "range": [ - 4678, - 6990 + 4679, + 6991 ], "loc": { "start": { @@ -15271,8 +15271,8 @@ } }, "range": [ - 4634, - 6990 + 4635, + 6991 ], "loc": { "start": { @@ -15289,8 +15289,8 @@ "type": "Line", "value": "for k", "range": [ - 6990, - 6997 + 6991, + 6998 ], "loc": { "start": { @@ -15307,8 +15307,8 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7007, - 7032 + 7008, + 7033 ], "loc": { "start": { @@ -15331,8 +15331,8 @@ "object": { "type": "ThisExpression", "range": [ - 7045, - 7049 + 7046, + 7050 ], "loc": { "start": { @@ -15349,8 +15349,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7050, - 7058 + 7051, + 7059 ], "loc": { "start": { @@ -15364,8 +15364,8 @@ } }, "range": [ - 7045, - 7058 + 7046, + 7059 ], "loc": { "start": { @@ -15390,8 +15390,8 @@ "type": "Identifier", "name": "customValues", "range": [ - 7078, - 7090 + 7079, + 7091 ], "loc": { "start": { @@ -15413,8 +15413,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7093, - 7095 + 7094, + 7096 ], "loc": { "start": { @@ -15431,8 +15431,8 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 7096, - 7112 + 7097, + 7113 ], "loc": { "start": { @@ -15446,8 +15446,8 @@ } }, "range": [ - 7093, - 7112 + 7094, + 7113 ], "loc": { "start": { @@ -15465,8 +15465,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7113, - 7121 + 7114, + 7122 ], "loc": { "start": { @@ -15481,8 +15481,8 @@ } ], "range": [ - 7093, - 7122 + 7094, + 7123 ], "loc": { "start": { @@ -15496,8 +15496,8 @@ } }, "range": [ - 7078, - 7122 + 7079, + 7123 ], "loc": { "start": { @@ -15513,8 +15513,8 @@ ], "kind": "let", "range": [ - 7074, - 7123 + 7075, + 7124 ], "loc": { "start": { @@ -15538,8 +15538,8 @@ "object": { "type": "ThisExpression", "range": [ - 7136, - 7140 + 7137, + 7141 ], "loc": { "start": { @@ -15556,8 +15556,8 @@ "type": "Identifier", "name": "opts", "range": [ - 7141, - 7145 + 7142, + 7146 ], "loc": { "start": { @@ -15571,8 +15571,8 @@ } }, "range": [ - 7136, - 7145 + 7137, + 7146 ], "loc": { "start": { @@ -15592,8 +15592,8 @@ "type": "Identifier", "name": "customValues", "range": [ - 7148, - 7160 + 7149, + 7161 ], "loc": { "start": { @@ -15611,8 +15611,8 @@ "value": 0, "raw": "0", "range": [ - 7161, - 7162 + 7162, + 7163 ], "loc": { "start": { @@ -15626,8 +15626,8 @@ } }, "range": [ - 7148, - 7163 + 7149, + 7164 ], "loc": { "start": { @@ -15641,8 +15641,8 @@ } }, "range": [ - 7136, - 7163 + 7137, + 7164 ], "loc": { "start": { @@ -15656,8 +15656,8 @@ } }, "range": [ - 7136, - 7164 + 7137, + 7165 ], "loc": { "start": { @@ -15681,8 +15681,8 @@ "object": { "type": "ThisExpression", "range": [ - 7177, - 7181 + 7178, + 7182 ], "loc": { "start": { @@ -15699,8 +15699,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 7182, - 7189 + 7183, + 7190 ], "loc": { "start": { @@ -15714,8 +15714,8 @@ } }, "range": [ - 7177, - 7189 + 7178, + 7190 ], "loc": { "start": { @@ -15735,8 +15735,8 @@ "type": "Identifier", "name": "customValues", "range": [ - 7192, - 7204 + 7193, + 7205 ], "loc": { "start": { @@ -15754,8 +15754,8 @@ "value": 1, "raw": "1", "range": [ - 7205, - 7206 + 7206, + 7207 ], "loc": { "start": { @@ -15769,8 +15769,8 @@ } }, "range": [ - 7192, - 7207 + 7193, + 7208 ], "loc": { "start": { @@ -15784,8 +15784,8 @@ } }, "range": [ - 7177, - 7207 + 7178, + 7208 ], "loc": { "start": { @@ -15799,8 +15799,8 @@ } }, "range": [ - 7177, - 7208 + 7178, + 7209 ], "loc": { "start": { @@ -15815,8 +15815,8 @@ } ], "range": [ - 7060, - 7218 + 7061, + 7219 ], "loc": { "start": { @@ -15831,8 +15831,8 @@ }, "alternate": null, "range": [ - 7041, - 7218 + 7042, + 7219 ], "loc": { "start": { @@ -15849,8 +15849,8 @@ "type": "Line", "value": "if colIndex==j", "range": [ - 6943, - 6959 + 6944, + 6960 ], "loc": { "start": { @@ -15867,8 +15867,8 @@ "type": "Line", "value": "for j", "range": [ - 6973, - 6980 + 6974, + 6981 ], "loc": { "start": { @@ -15885,8 +15885,8 @@ "type": "Line", "value": "for k", "range": [ - 6990, - 6997 + 6991, + 6998 ], "loc": { "start": { @@ -15903,8 +15903,8 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7007, - 7032 + 7008, + 7033 ], "loc": { "start": { @@ -15931,8 +15931,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7232, - 7234 + 7233, + 7235 ], "loc": { "start": { @@ -15949,8 +15949,8 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 7235, - 7242 + 7236, + 7243 ], "loc": { "start": { @@ -15964,8 +15964,8 @@ } }, "range": [ - 7232, - 7242 + 7233, + 7243 ], "loc": { "start": { @@ -15987,8 +15987,8 @@ "object": { "type": "ThisExpression", "range": [ - 7247, - 7251 + 7248, + 7252 ], "loc": { "start": { @@ -16005,8 +16005,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7252, - 7260 + 7253, + 7261 ], "loc": { "start": { @@ -16020,8 +16020,8 @@ } }, "range": [ - 7247, - 7260 + 7248, + 7261 ], "loc": { "start": { @@ -16036,8 +16036,8 @@ }, "prefix": true, "range": [ - 7246, - 7260 + 7247, + 7261 ], "loc": { "start": { @@ -16051,8 +16051,8 @@ } }, "range": [ - 7232, - 7260 + 7233, + 7261 ], "loc": { "start": { @@ -16077,8 +16077,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 7281, - 7290 + 7282, + 7291 ], "loc": { "start": { @@ -16093,8 +16093,8 @@ }, "prefix": true, "range": [ - 7280, - 7290 + 7281, + 7291 ], "loc": { "start": { @@ -16123,8 +16123,8 @@ "object": { "type": "ThisExpression", "range": [ - 7310, - 7314 + 7311, + 7315 ], "loc": { "start": { @@ -16141,8 +16141,8 @@ "type": "Identifier", "name": "opts", "range": [ - 7315, - 7319 + 7316, + 7320 ], "loc": { "start": { @@ -16156,8 +16156,8 @@ } }, "range": [ - 7310, - 7319 + 7311, + 7320 ], "loc": { "start": { @@ -16174,8 +16174,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7320, - 7324 + 7321, + 7325 ], "loc": { "start": { @@ -16189,8 +16189,8 @@ } }, "range": [ - 7310, - 7324 + 7311, + 7325 ], "loc": { "start": { @@ -16211,8 +16211,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 7325, - 7329 + 7326, + 7330 ], "loc": { "start": { @@ -16229,8 +16229,8 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7330, - 7340 + 7331, + 7341 ], "loc": { "start": { @@ -16244,8 +16244,8 @@ } }, "range": [ - 7325, - 7340 + 7326, + 7341 ], "loc": { "start": { @@ -16260,8 +16260,8 @@ } ], "range": [ - 7310, - 7341 + 7311, + 7342 ], "loc": { "start": { @@ -16275,8 +16275,8 @@ } }, "range": [ - 7310, - 7342 + 7311, + 7343 ], "loc": { "start": { @@ -16295,8 +16295,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7363, - 7375 + 7364, + 7376 ], "loc": { "start": { @@ -16323,8 +16323,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7399, - 7411 + 7400, + 7412 ], "loc": { "start": { @@ -16341,8 +16341,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7412, - 7416 + 7413, + 7417 ], "loc": { "start": { @@ -16356,8 +16356,8 @@ } }, "range": [ - 7399, - 7416 + 7400, + 7417 ], "loc": { "start": { @@ -16378,8 +16378,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 7417, - 7421 + 7418, + 7422 ], "loc": { "start": { @@ -16396,8 +16396,8 @@ "type": "Identifier", "name": "ignoreCase", "range": [ - 7422, - 7432 + 7423, + 7433 ], "loc": { "start": { @@ -16411,8 +16411,8 @@ } }, "range": [ - 7417, - 7432 + 7418, + 7433 ], "loc": { "start": { @@ -16427,8 +16427,8 @@ } ], "range": [ - 7399, - 7433 + 7400, + 7434 ], "loc": { "start": { @@ -16442,8 +16442,8 @@ } }, "range": [ - 7399, - 7434 + 7400, + 7435 ], "loc": { "start": { @@ -16458,8 +16458,8 @@ } ], "range": [ - 7377, - 7452 + 7378, + 7453 ], "loc": { "start": { @@ -16474,8 +16474,8 @@ }, "alternate": null, "range": [ - 7359, - 7452 + 7360, + 7453 ], "loc": { "start": { @@ -16490,8 +16490,8 @@ } ], "range": [ - 7292, - 7466 + 7293, + 7467 ], "loc": { "start": { @@ -16520,8 +16520,8 @@ "object": { "type": "ThisExpression", "range": [ - 7490, - 7494 + 7491, + 7495 ], "loc": { "start": { @@ -16538,8 +16538,8 @@ "type": "Identifier", "name": "opts", "range": [ - 7495, - 7499 + 7496, + 7500 ], "loc": { "start": { @@ -16553,8 +16553,8 @@ } }, "range": [ - 7490, - 7499 + 7491, + 7500 ], "loc": { "start": { @@ -16571,8 +16571,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7500, - 7504 + 7501, + 7505 ], "loc": { "start": { @@ -16586,8 +16586,8 @@ } }, "range": [ - 7490, - 7504 + 7491, + 7505 ], "loc": { "start": { @@ -16602,8 +16602,8 @@ }, "arguments": [], "range": [ - 7490, - 7506 + 7491, + 7507 ], "loc": { "start": { @@ -16617,8 +16617,8 @@ } }, "range": [ - 7490, - 7507 + 7491, + 7508 ], "loc": { "start": { @@ -16637,8 +16637,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7528, - 7540 + 7529, + 7541 ], "loc": { "start": { @@ -16665,8 +16665,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7544, - 7556 + 7545, + 7557 ], "loc": { "start": { @@ -16683,8 +16683,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7557, - 7561 + 7558, + 7562 ], "loc": { "start": { @@ -16698,8 +16698,8 @@ } }, "range": [ - 7544, - 7561 + 7545, + 7562 ], "loc": { "start": { @@ -16714,8 +16714,8 @@ }, "arguments": [], "range": [ - 7544, - 7563 + 7545, + 7564 ], "loc": { "start": { @@ -16729,8 +16729,8 @@ } }, "range": [ - 7544, - 7564 + 7545, + 7565 ], "loc": { "start": { @@ -16745,8 +16745,8 @@ } ], "range": [ - 7542, - 7566 + 7543, + 7567 ], "loc": { "start": { @@ -16761,8 +16761,8 @@ }, "alternate": null, "range": [ - 7524, - 7566 + 7525, + 7567 ], "loc": { "start": { @@ -16777,8 +16777,8 @@ } ], "range": [ - 7472, - 7580 + 7473, + 7581 ], "loc": { "start": { @@ -16792,8 +16792,8 @@ } }, "range": [ - 7276, - 7580 + 7277, + 7581 ], "loc": { "start": { @@ -16808,8 +16808,8 @@ } ], "range": [ - 7262, - 7590 + 7263, + 7591 ], "loc": { "start": { @@ -16824,8 +16824,8 @@ }, "alternate": null, "range": [ - 7228, - 7590 + 7229, + 7591 ], "loc": { "start": { @@ -16842,8 +16842,8 @@ "type": "Line", "value": "asc sort", "range": [ - 7600, - 7610 + 7601, + 7611 ], "loc": { "start": { @@ -16875,8 +16875,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7623, - 7625 + 7624, + 7626 ], "loc": { "start": { @@ -16893,8 +16893,8 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 7626, - 7636 + 7627, + 7637 ], "loc": { "start": { @@ -16908,8 +16908,8 @@ } }, "range": [ - 7623, - 7636 + 7624, + 7637 ], "loc": { "start": { @@ -16926,8 +16926,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 7637, - 7644 + 7638, + 7645 ], "loc": { "start": { @@ -16941,8 +16941,8 @@ } }, "range": [ - 7623, - 7644 + 7624, + 7645 ], "loc": { "start": { @@ -16960,8 +16960,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7645, - 7653 + 7646, + 7654 ], "loc": { "start": { @@ -16976,8 +16976,8 @@ } ], "range": [ - 7623, - 7654 + 7624, + 7655 ], "loc": { "start": { @@ -16998,8 +16998,8 @@ "value": 1, "raw": "1", "range": [ - 7659, - 7660 + 7660, + 7661 ], "loc": { "start": { @@ -17014,8 +17014,8 @@ }, "prefix": true, "range": [ - 7658, - 7660 + 7659, + 7661 ], "loc": { "start": { @@ -17029,8 +17029,8 @@ } }, "range": [ - 7623, - 7660 + 7624, + 7661 ], "loc": { "start": { @@ -17064,8 +17064,8 @@ "object": { "type": "ThisExpression", "range": [ - 7698, - 7702 + 7699, + 7703 ], "loc": { "start": { @@ -17082,8 +17082,8 @@ "type": "Identifier", "name": "opts", "range": [ - 7703, - 7707 + 7704, + 7708 ], "loc": { "start": { @@ -17097,8 +17097,8 @@ } }, "range": [ - 7698, - 7707 + 7699, + 7708 ], "loc": { "start": { @@ -17115,8 +17115,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7708, - 7712 + 7709, + 7713 ], "loc": { "start": { @@ -17130,8 +17130,8 @@ } }, "range": [ - 7698, - 7712 + 7699, + 7713 ], "loc": { "start": { @@ -17152,8 +17152,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 7713, - 7717 + 7714, + 7718 ], "loc": { "start": { @@ -17170,8 +17170,8 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 7718, - 7728 + 7719, + 7729 ], "loc": { "start": { @@ -17185,8 +17185,8 @@ } }, "range": [ - 7713, - 7728 + 7714, + 7729 ], "loc": { "start": { @@ -17201,8 +17201,8 @@ } ], "range": [ - 7698, - 7729 + 7699, + 7730 ], "loc": { "start": { @@ -17216,8 +17216,8 @@ } }, "range": [ - 7698, - 7730 + 7699, + 7731 ], "loc": { "start": { @@ -17236,8 +17236,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7751, - 7763 + 7752, + 7764 ], "loc": { "start": { @@ -17264,8 +17264,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 7787, - 7799 + 7788, + 7800 ], "loc": { "start": { @@ -17282,8 +17282,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7800, - 7804 + 7801, + 7805 ], "loc": { "start": { @@ -17297,8 +17297,8 @@ } }, "range": [ - 7787, - 7804 + 7788, + 7805 ], "loc": { "start": { @@ -17319,8 +17319,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 7805, - 7809 + 7806, + 7810 ], "loc": { "start": { @@ -17337,8 +17337,8 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 7810, - 7820 + 7811, + 7821 ], "loc": { "start": { @@ -17352,8 +17352,8 @@ } }, "range": [ - 7805, - 7820 + 7806, + 7821 ], "loc": { "start": { @@ -17368,8 +17368,8 @@ } ], "range": [ - 7787, - 7821 + 7788, + 7822 ], "loc": { "start": { @@ -17383,8 +17383,8 @@ } }, "range": [ - 7787, - 7822 + 7788, + 7823 ], "loc": { "start": { @@ -17399,8 +17399,8 @@ } ], "range": [ - 7765, - 7840 + 7766, + 7841 ], "loc": { "start": { @@ -17415,8 +17415,8 @@ }, "alternate": null, "range": [ - 7747, - 7840 + 7748, + 7841 ], "loc": { "start": { @@ -17437,8 +17437,8 @@ "object": { "type": "ThisExpression", "range": [ - 7861, - 7865 + 7862, + 7866 ], "loc": { "start": { @@ -17455,8 +17455,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 7866, - 7874 + 7867, + 7875 ], "loc": { "start": { @@ -17470,8 +17470,8 @@ } }, "range": [ - 7861, - 7874 + 7862, + 7875 ], "loc": { "start": { @@ -17500,8 +17500,8 @@ "object": { "type": "ThisExpression", "range": [ - 7898, - 7902 + 7899, + 7903 ], "loc": { "start": { @@ -17518,8 +17518,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 7903, - 7910 + 7904, + 7911 ], "loc": { "start": { @@ -17533,8 +17533,8 @@ } }, "range": [ - 7898, - 7910 + 7899, + 7911 ], "loc": { "start": { @@ -17551,8 +17551,8 @@ "type": "Identifier", "name": "sort", "range": [ - 7911, - 7915 + 7912, + 7916 ], "loc": { "start": { @@ -17566,8 +17566,8 @@ } }, "range": [ - 7898, - 7915 + 7899, + 7916 ], "loc": { "start": { @@ -17588,8 +17588,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 7916, - 7920 + 7917, + 7921 ], "loc": { "start": { @@ -17606,8 +17606,8 @@ "type": "Identifier", "name": "numSortAsc", "range": [ - 7921, - 7931 + 7922, + 7932 ], "loc": { "start": { @@ -17621,8 +17621,8 @@ } }, "range": [ - 7916, - 7931 + 7917, + 7932 ], "loc": { "start": { @@ -17637,8 +17637,8 @@ } ], "range": [ - 7898, - 7932 + 7899, + 7933 ], "loc": { "start": { @@ -17652,8 +17652,8 @@ } }, "range": [ - 7898, - 7933 + 7899, + 7934 ], "loc": { "start": { @@ -17668,8 +17668,8 @@ } ], "range": [ - 7876, - 7951 + 7877, + 7952 ], "loc": { "start": { @@ -17684,8 +17684,8 @@ }, "alternate": null, "range": [ - 7857, - 7951 + 7858, + 7952 ], "loc": { "start": { @@ -17700,8 +17700,8 @@ } ], "range": [ - 7680, - 7965 + 7681, + 7966 ], "loc": { "start": { @@ -17720,8 +17720,8 @@ "type": "Identifier", "name": "e", "range": [ - 7973, - 7974 + 7974, + 7975 ], "loc": { "start": { @@ -17745,8 +17745,8 @@ "type": "Identifier", "name": "Error", "range": [ - 8004, - 8009 + 8005, + 8010 ], "loc": { "start": { @@ -17774,8 +17774,8 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 8010, - 8020 + 8011, + 8021 ], "loc": { "start": { @@ -17792,8 +17792,8 @@ "type": "Identifier", "name": "replace", "range": [ - 8021, - 8028 + 8022, + 8029 ], "loc": { "start": { @@ -17807,8 +17807,8 @@ } }, "range": [ - 8010, - 8028 + 8011, + 8029 ], "loc": { "start": { @@ -17827,8 +17827,8 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 8029, - 8034 + 8030, + 8035 ], "loc": { "start": { @@ -17845,8 +17845,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8036, - 8044 + 8037, + 8045 ], "loc": { "start": { @@ -17861,8 +17861,8 @@ } ], "range": [ - 8010, - 8045 + 8011, + 8046 ], "loc": { "start": { @@ -17879,8 +17879,8 @@ "type": "Identifier", "name": "replace", "range": [ - 8067, - 8074 + 8068, + 8075 ], "loc": { "start": { @@ -17894,8 +17894,8 @@ } }, "range": [ - 8010, - 8074 + 8011, + 8075 ], "loc": { "start": { @@ -17914,8 +17914,8 @@ "value": "{1}", "raw": "'{1}'", "range": [ - 8075, - 8080 + 8076, + 8081 ], "loc": { "start": { @@ -17933,8 +17933,8 @@ "value": "ascending", "raw": "'ascending'", "range": [ - 8082, - 8093 + 8083, + 8094 ], "loc": { "start": { @@ -17949,8 +17949,8 @@ } ], "range": [ - 8010, - 8094 + 8011, + 8095 ], "loc": { "start": { @@ -17965,8 +17965,8 @@ } ], "range": [ - 8000, - 8095 + 8001, + 8096 ], "loc": { "start": { @@ -17980,8 +17980,8 @@ } }, "range": [ - 7994, - 8096 + 7995, + 8097 ], "loc": { "start": { @@ -17996,8 +17996,8 @@ } ], "range": [ - 7976, - 8110 + 7977, + 8111 ], "loc": { "start": { @@ -18011,8 +18011,8 @@ } }, "range": [ - 7966, - 8110 + 7967, + 8111 ], "loc": { "start": { @@ -18027,8 +18027,8 @@ }, "finalizer": null, "range": [ - 7676, - 8110 + 7677, + 8111 ], "loc": { "start": { @@ -18045,8 +18045,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8110, - 8149 + 8111, + 8150 ], "loc": { "start": { @@ -18063,8 +18063,8 @@ } ], "range": [ - 7662, - 8159 + 7663, + 8160 ], "loc": { "start": { @@ -18079,8 +18079,8 @@ }, "alternate": null, "range": [ - 7619, - 8159 + 7620, + 8160 ], "loc": { "start": { @@ -18097,8 +18097,8 @@ "type": "Line", "value": "asc sort", "range": [ - 7600, - 7610 + 7601, + 7611 ], "loc": { "start": { @@ -18117,8 +18117,8 @@ "type": "Line", "value": "desc sort", "range": [ - 8168, - 8179 + 8169, + 8180 ], "loc": { "start": { @@ -18150,8 +18150,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8192, - 8194 + 8193, + 8195 ], "loc": { "start": { @@ -18168,8 +18168,8 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 8195, - 8206 + 8196, + 8207 ], "loc": { "start": { @@ -18183,8 +18183,8 @@ } }, "range": [ - 8192, - 8206 + 8193, + 8207 ], "loc": { "start": { @@ -18201,8 +18201,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 8207, - 8214 + 8208, + 8215 ], "loc": { "start": { @@ -18216,8 +18216,8 @@ } }, "range": [ - 8192, - 8214 + 8193, + 8215 ], "loc": { "start": { @@ -18235,8 +18235,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8215, - 8223 + 8216, + 8224 ], "loc": { "start": { @@ -18251,8 +18251,8 @@ } ], "range": [ - 8192, - 8224 + 8193, + 8225 ], "loc": { "start": { @@ -18273,8 +18273,8 @@ "value": 1, "raw": "1", "range": [ - 8229, - 8230 + 8230, + 8231 ], "loc": { "start": { @@ -18289,8 +18289,8 @@ }, "prefix": true, "range": [ - 8228, - 8230 + 8229, + 8231 ], "loc": { "start": { @@ -18304,8 +18304,8 @@ } }, "range": [ - 8192, - 8230 + 8193, + 8231 ], "loc": { "start": { @@ -18339,8 +18339,8 @@ "object": { "type": "ThisExpression", "range": [ - 8268, - 8272 + 8269, + 8273 ], "loc": { "start": { @@ -18357,8 +18357,8 @@ "type": "Identifier", "name": "opts", "range": [ - 8273, - 8277 + 8274, + 8278 ], "loc": { "start": { @@ -18372,8 +18372,8 @@ } }, "range": [ - 8268, - 8277 + 8269, + 8278 ], "loc": { "start": { @@ -18390,8 +18390,8 @@ "type": "Identifier", "name": "sort", "range": [ - 8278, - 8282 + 8279, + 8283 ], "loc": { "start": { @@ -18405,8 +18405,8 @@ } }, "range": [ - 8268, - 8282 + 8269, + 8283 ], "loc": { "start": { @@ -18427,8 +18427,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 8283, - 8287 + 8284, + 8288 ], "loc": { "start": { @@ -18445,8 +18445,8 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8288, - 8299 + 8289, + 8300 ], "loc": { "start": { @@ -18460,8 +18460,8 @@ } }, "range": [ - 8283, - 8299 + 8284, + 8300 ], "loc": { "start": { @@ -18476,8 +18476,8 @@ } ], "range": [ - 8268, - 8300 + 8269, + 8301 ], "loc": { "start": { @@ -18491,8 +18491,8 @@ } }, "range": [ - 8268, - 8301 + 8269, + 8302 ], "loc": { "start": { @@ -18511,8 +18511,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8322, - 8334 + 8323, + 8335 ], "loc": { "start": { @@ -18539,8 +18539,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8358, - 8370 + 8359, + 8371 ], "loc": { "start": { @@ -18557,8 +18557,8 @@ "type": "Identifier", "name": "sort", "range": [ - 8371, - 8375 + 8372, + 8376 ], "loc": { "start": { @@ -18572,8 +18572,8 @@ } }, "range": [ - 8358, - 8375 + 8359, + 8376 ], "loc": { "start": { @@ -18594,8 +18594,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 8376, - 8380 + 8377, + 8381 ], "loc": { "start": { @@ -18612,8 +18612,8 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8381, - 8392 + 8382, + 8393 ], "loc": { "start": { @@ -18627,8 +18627,8 @@ } }, "range": [ - 8376, - 8392 + 8377, + 8393 ], "loc": { "start": { @@ -18643,8 +18643,8 @@ } ], "range": [ - 8358, - 8393 + 8359, + 8394 ], "loc": { "start": { @@ -18658,8 +18658,8 @@ } }, "range": [ - 8358, - 8394 + 8359, + 8395 ], "loc": { "start": { @@ -18674,8 +18674,8 @@ } ], "range": [ - 8336, - 8412 + 8337, + 8413 ], "loc": { "start": { @@ -18690,8 +18690,8 @@ }, "alternate": null, "range": [ - 8318, - 8412 + 8319, + 8413 ], "loc": { "start": { @@ -18712,8 +18712,8 @@ "object": { "type": "ThisExpression", "range": [ - 8433, - 8437 + 8434, + 8438 ], "loc": { "start": { @@ -18730,8 +18730,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 8438, - 8446 + 8439, + 8447 ], "loc": { "start": { @@ -18745,8 +18745,8 @@ } }, "range": [ - 8433, - 8446 + 8434, + 8447 ], "loc": { "start": { @@ -18775,8 +18775,8 @@ "object": { "type": "ThisExpression", "range": [ - 8470, - 8474 + 8471, + 8475 ], "loc": { "start": { @@ -18793,8 +18793,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 8475, - 8482 + 8476, + 8483 ], "loc": { "start": { @@ -18808,8 +18808,8 @@ } }, "range": [ - 8470, - 8482 + 8471, + 8483 ], "loc": { "start": { @@ -18826,8 +18826,8 @@ "type": "Identifier", "name": "sort", "range": [ - 8483, - 8487 + 8484, + 8488 ], "loc": { "start": { @@ -18841,8 +18841,8 @@ } }, "range": [ - 8470, - 8487 + 8471, + 8488 ], "loc": { "start": { @@ -18863,8 +18863,8 @@ "type": "Identifier", "name": "Sort", "range": [ - 8488, - 8492 + 8489, + 8493 ], "loc": { "start": { @@ -18881,8 +18881,8 @@ "type": "Identifier", "name": "numSortDesc", "range": [ - 8493, - 8504 + 8494, + 8505 ], "loc": { "start": { @@ -18896,8 +18896,8 @@ } }, "range": [ - 8488, - 8504 + 8489, + 8505 ], "loc": { "start": { @@ -18912,8 +18912,8 @@ } ], "range": [ - 8470, - 8505 + 8471, + 8506 ], "loc": { "start": { @@ -18927,8 +18927,8 @@ } }, "range": [ - 8470, - 8506 + 8471, + 8507 ], "loc": { "start": { @@ -18943,8 +18943,8 @@ } ], "range": [ - 8448, - 8524 + 8449, + 8525 ], "loc": { "start": { @@ -18959,8 +18959,8 @@ }, "alternate": null, "range": [ - 8429, - 8524 + 8430, + 8525 ], "loc": { "start": { @@ -18975,8 +18975,8 @@ } ], "range": [ - 8250, - 8538 + 8251, + 8539 ], "loc": { "start": { @@ -18995,8 +18995,8 @@ "type": "Identifier", "name": "e", "range": [ - 8546, - 8547 + 8547, + 8548 ], "loc": { "start": { @@ -19020,8 +19020,8 @@ "type": "Identifier", "name": "Error", "range": [ - 8577, - 8582 + 8578, + 8583 ], "loc": { "start": { @@ -19049,8 +19049,8 @@ "type": "Identifier", "name": "SORT_ERROR", "range": [ - 8583, - 8593 + 8584, + 8594 ], "loc": { "start": { @@ -19067,8 +19067,8 @@ "type": "Identifier", "name": "replace", "range": [ - 8594, - 8601 + 8595, + 8602 ], "loc": { "start": { @@ -19082,8 +19082,8 @@ } }, "range": [ - 8583, - 8601 + 8584, + 8602 ], "loc": { "start": { @@ -19102,8 +19102,8 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 8602, - 8607 + 8603, + 8608 ], "loc": { "start": { @@ -19120,8 +19120,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8609, - 8617 + 8610, + 8618 ], "loc": { "start": { @@ -19136,8 +19136,8 @@ } ], "range": [ - 8583, - 8618 + 8584, + 8619 ], "loc": { "start": { @@ -19154,8 +19154,8 @@ "type": "Identifier", "name": "replace", "range": [ - 8640, - 8647 + 8641, + 8648 ], "loc": { "start": { @@ -19169,8 +19169,8 @@ } }, "range": [ - 8583, - 8647 + 8584, + 8648 ], "loc": { "start": { @@ -19189,8 +19189,8 @@ "value": "{1}", "raw": "'{1}'", "range": [ - 8648, - 8653 + 8649, + 8654 ], "loc": { "start": { @@ -19208,8 +19208,8 @@ "value": "ascending", "raw": "'ascending'", "range": [ - 8655, - 8666 + 8656, + 8667 ], "loc": { "start": { @@ -19224,8 +19224,8 @@ } ], "range": [ - 8583, - 8667 + 8584, + 8668 ], "loc": { "start": { @@ -19240,8 +19240,8 @@ } ], "range": [ - 8573, - 8668 + 8574, + 8669 ], "loc": { "start": { @@ -19255,8 +19255,8 @@ } }, "range": [ - 8567, - 8669 + 8568, + 8670 ], "loc": { "start": { @@ -19271,8 +19271,8 @@ } ], "range": [ - 8549, - 8683 + 8550, + 8684 ], "loc": { "start": { @@ -19286,8 +19286,8 @@ } }, "range": [ - 8539, - 8683 + 8540, + 8684 ], "loc": { "start": { @@ -19302,8 +19302,8 @@ }, "finalizer": null, "range": [ - 8246, - 8683 + 8247, + 8684 ], "loc": { "start": { @@ -19320,8 +19320,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8683, - 8722 + 8684, + 8723 ], "loc": { "start": { @@ -19338,8 +19338,8 @@ } ], "range": [ - 8232, - 8732 + 8233, + 8733 ], "loc": { "start": { @@ -19354,8 +19354,8 @@ }, "alternate": null, "range": [ - 8188, - 8732 + 8189, + 8733 ], "loc": { "start": { @@ -19372,8 +19372,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8110, - 8149 + 8111, + 8150 ], "loc": { "start": { @@ -19390,8 +19390,8 @@ "type": "Line", "value": "desc sort", "range": [ - 8168, - 8179 + 8169, + 8180 ], "loc": { "start": { @@ -19410,8 +19410,8 @@ "type": "Line", "value": "populates drop-down", "range": [ - 8742, - 8763 + 8743, + 8764 ], "loc": { "start": { @@ -19436,8 +19436,8 @@ "object": { "type": "ThisExpression", "range": [ - 8772, - 8776 + 8773, + 8777 ], "loc": { "start": { @@ -19454,8 +19454,8 @@ "type": "Identifier", "name": "addOptions", "range": [ - 8777, - 8787 + 8778, + 8788 ], "loc": { "start": { @@ -19469,8 +19469,8 @@ } }, "range": [ - 8772, - 8787 + 8773, + 8788 ], "loc": { "start": { @@ -19488,8 +19488,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8788, - 8796 + 8789, + 8797 ], "loc": { "start": { @@ -19506,8 +19506,8 @@ "type": "Identifier", "name": "slc", "range": [ - 8798, - 8801 + 8799, + 8802 ], "loc": { "start": { @@ -19524,8 +19524,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 8803, - 8811 + 8804, + 8812 ], "loc": { "start": { @@ -19542,8 +19542,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 8813, - 8825 + 8814, + 8826 ], "loc": { "start": { @@ -19558,8 +19558,8 @@ } ], "range": [ - 8772, - 8826 + 8773, + 8827 ], "loc": { "start": { @@ -19573,8 +19573,8 @@ } }, "range": [ - 8772, - 8827 + 8773, + 8828 ], "loc": { "start": { @@ -19591,8 +19591,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8683, - 8722 + 8684, + 8723 ], "loc": { "start": { @@ -19609,8 +19609,8 @@ "type": "Line", "value": "populates drop-down", "range": [ - 8742, - 8763 + 8743, + 8764 ], "loc": { "start": { @@ -19638,8 +19638,8 @@ "object": { "type": "ThisExpression", "range": [ - 8837, - 8841 + 8838, + 8842 ], "loc": { "start": { @@ -19656,8 +19656,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 8842, - 8849 + 8843, + 8850 ], "loc": { "start": { @@ -19671,8 +19671,8 @@ } }, "range": [ - 8837, - 8849 + 8838, + 8850 ], "loc": { "start": { @@ -19689,8 +19689,8 @@ "type": "Identifier", "name": "emit", "range": [ - 8850, - 8854 + 8851, + 8855 ], "loc": { "start": { @@ -19704,8 +19704,8 @@ } }, "range": [ - 8837, - 8854 + 8838, + 8855 ], "loc": { "start": { @@ -19724,8 +19724,8 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 8855, - 8880 + 8856, + 8881 ], "loc": { "start": { @@ -19742,8 +19742,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8882, - 8884 + 8883, + 8885 ], "loc": { "start": { @@ -19760,8 +19760,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8886, - 8894 + 8887, + 8895 ], "loc": { "start": { @@ -19778,8 +19778,8 @@ "type": "Identifier", "name": "slc", "range": [ - 8896, - 8899 + 8897, + 8900 ], "loc": { "start": { @@ -19794,8 +19794,8 @@ } ], "range": [ - 8837, - 8900 + 8838, + 8901 ], "loc": { "start": { @@ -19809,8 +19809,8 @@ } }, "range": [ - 8837, - 8901 + 8838, + 8902 ], "loc": { "start": { @@ -19825,8 +19825,8 @@ } ], "range": [ - 3743, - 8907 + 3744, + 8908 ], "loc": { "start": { @@ -19842,8 +19842,8 @@ "generator": false, "expression": false, "range": [ - 3714, - 8907 + 3715, + 8908 ], "loc": { "start": { @@ -19859,8 +19859,8 @@ "kind": "method", "computed": false, "range": [ - 3709, - 8907 + 3710, + 8908 ], "loc": { "start": { @@ -19877,8 +19877,8 @@ "type": "Block", "value": "*\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked refresh behaviour\n ", "range": [ - 3541, - 3704 + 3542, + 3705 ], "loc": { "start": { @@ -19897,8 +19897,8 @@ "type": "Block", "value": "*\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n ", "range": [ - 8913, - 9187 + 8914, + 9188 ], "loc": { "start": { @@ -19920,8 +19920,8 @@ "type": "Identifier", "name": "addOptions", "range": [ - 9192, - 9202 + 9193, + 9203 ], "loc": { "start": { @@ -19942,8 +19942,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 9203, - 9211 + 9204, + 9212 ], "loc": { "start": { @@ -19960,8 +19960,8 @@ "type": "Identifier", "name": "slc", "range": [ - 9213, - 9216 + 9214, + 9217 ], "loc": { "start": { @@ -19978,8 +19978,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 9218, - 9226 + 9219, + 9227 ], "loc": { "start": { @@ -19996,8 +19996,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 9228, - 9240 + 9229, + 9241 ], "loc": { "start": { @@ -20023,8 +20023,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9256, - 9258 + 9257, + 9259 ], "loc": { "start": { @@ -20043,8 +20043,8 @@ "object": { "type": "ThisExpression", "range": [ - 9261, - 9265 + 9262, + 9266 ], "loc": { "start": { @@ -20061,8 +20061,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9266, - 9268 + 9267, + 9269 ], "loc": { "start": { @@ -20076,8 +20076,8 @@ } }, "range": [ - 9261, - 9268 + 9262, + 9269 ], "loc": { "start": { @@ -20091,8 +20091,8 @@ } }, "range": [ - 9256, - 9268 + 9257, + 9269 ], "loc": { "start": { @@ -20111,8 +20111,8 @@ "type": "Identifier", "name": "slcValue", "range": [ - 9282, - 9290 + 9283, + 9291 ], "loc": { "start": { @@ -20132,8 +20132,8 @@ "type": "Identifier", "name": "slc", "range": [ - 9293, - 9296 + 9294, + 9297 ], "loc": { "start": { @@ -20150,8 +20150,8 @@ "type": "Identifier", "name": "value", "range": [ - 9297, - 9302 + 9298, + 9303 ], "loc": { "start": { @@ -20165,8 +20165,8 @@ } }, "range": [ - 9293, - 9302 + 9294, + 9303 ], "loc": { "start": { @@ -20180,8 +20180,8 @@ } }, "range": [ - 9282, - 9302 + 9283, + 9303 ], "loc": { "start": { @@ -20197,8 +20197,8 @@ ], "kind": "let", "range": [ - 9252, - 9303 + 9253, + 9304 ], "loc": { "start": { @@ -20223,8 +20223,8 @@ "type": "Identifier", "name": "slc", "range": [ - 9313, - 9316 + 9314, + 9317 ], "loc": { "start": { @@ -20241,8 +20241,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 9317, - 9326 + 9318, + 9327 ], "loc": { "start": { @@ -20256,8 +20256,8 @@ } }, "range": [ - 9313, - 9326 + 9314, + 9327 ], "loc": { "start": { @@ -20275,8 +20275,8 @@ "value": "", "raw": "''", "range": [ - 9329, - 9331 + 9330, + 9332 ], "loc": { "start": { @@ -20290,8 +20290,8 @@ } }, "range": [ - 9313, - 9331 + 9314, + 9332 ], "loc": { "start": { @@ -20305,8 +20305,8 @@ } }, "range": [ - 9313, - 9332 + 9314, + 9333 ], "loc": { "start": { @@ -20328,8 +20328,8 @@ "type": "Identifier", "name": "slc", "range": [ - 9341, - 9344 + 9342, + 9345 ], "loc": { "start": { @@ -20350,8 +20350,8 @@ "object": { "type": "ThisExpression", "range": [ - 9347, - 9351 + 9348, + 9352 ], "loc": { "start": { @@ -20368,8 +20368,8 @@ "type": "Identifier", "name": "addFirstOption", "range": [ - 9352, - 9366 + 9353, + 9367 ], "loc": { "start": { @@ -20383,8 +20383,8 @@ } }, "range": [ - 9347, - 9366 + 9348, + 9367 ], "loc": { "start": { @@ -20402,8 +20402,8 @@ "type": "Identifier", "name": "slc", "range": [ - 9367, - 9370 + 9368, + 9371 ], "loc": { "start": { @@ -20418,8 +20418,8 @@ } ], "range": [ - 9347, - 9371 + 9348, + 9372 ], "loc": { "start": { @@ -20433,8 +20433,8 @@ } }, "range": [ - 9341, - 9371 + 9342, + 9372 ], "loc": { "start": { @@ -20448,8 +20448,8 @@ } }, "range": [ - 9341, - 9372 + 9342, + 9373 ], "loc": { "start": { @@ -20473,8 +20473,8 @@ "type": "Identifier", "name": "y", "range": [ - 9391, - 9392 + 9392, + 9393 ], "loc": { "start": { @@ -20492,8 +20492,8 @@ "value": 0, "raw": "0", "range": [ - 9395, - 9396 + 9396, + 9397 ], "loc": { "start": { @@ -20507,8 +20507,8 @@ } }, "range": [ - 9391, - 9396 + 9392, + 9397 ], "loc": { "start": { @@ -20524,8 +20524,8 @@ ], "kind": "let", "range": [ - 9387, - 9396 + 9388, + 9397 ], "loc": { "start": { @@ -20545,8 +20545,8 @@ "type": "Identifier", "name": "y", "range": [ - 9398, - 9399 + 9399, + 9400 ], "loc": { "start": { @@ -20568,8 +20568,8 @@ "object": { "type": "ThisExpression", "range": [ - 9402, - 9406 + 9403, + 9407 ], "loc": { "start": { @@ -20586,8 +20586,8 @@ "type": "Identifier", "name": "opts", "range": [ - 9407, - 9411 + 9408, + 9412 ], "loc": { "start": { @@ -20601,8 +20601,8 @@ } }, "range": [ - 9402, - 9411 + 9403, + 9412 ], "loc": { "start": { @@ -20619,8 +20619,8 @@ "type": "Identifier", "name": "length", "range": [ - 9412, - 9418 + 9413, + 9419 ], "loc": { "start": { @@ -20634,8 +20634,8 @@ } }, "range": [ - 9402, - 9418 + 9403, + 9419 ], "loc": { "start": { @@ -20649,8 +20649,8 @@ } }, "range": [ - 9398, - 9418 + 9399, + 9419 ], "loc": { "start": { @@ -20670,8 +20670,8 @@ "type": "Identifier", "name": "y", "range": [ - 9420, - 9421 + 9421, + 9422 ], "loc": { "start": { @@ -20686,8 +20686,8 @@ }, "prefix": false, "range": [ - 9420, - 9423 + 9421, + 9424 ], "loc": { "start": { @@ -20717,8 +20717,8 @@ "object": { "type": "ThisExpression", "range": [ - 9443, - 9447 + 9444, + 9448 ], "loc": { "start": { @@ -20735,8 +20735,8 @@ "type": "Identifier", "name": "opts", "range": [ - 9448, - 9452 + 9449, + 9453 ], "loc": { "start": { @@ -20750,8 +20750,8 @@ } }, "range": [ - 9443, - 9452 + 9444, + 9453 ], "loc": { "start": { @@ -20768,8 +20768,8 @@ "type": "Identifier", "name": "y", "range": [ - 9453, - 9454 + 9454, + 9455 ], "loc": { "start": { @@ -20783,8 +20783,8 @@ } }, "range": [ - 9443, - 9455 + 9444, + 9456 ], "loc": { "start": { @@ -20802,8 +20802,8 @@ "value": "", "raw": "''", "range": [ - 9460, - 9462 + 9461, + 9463 ], "loc": { "start": { @@ -20817,8 +20817,8 @@ } }, "range": [ - 9443, - 9462 + 9444, + 9463 ], "loc": { "start": { @@ -20838,8 +20838,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 9482, - 9491 + 9483, + 9492 ], "loc": { "start": { @@ -20854,8 +20854,8 @@ } ], "range": [ - 9464, - 9505 + 9465, + 9506 ], "loc": { "start": { @@ -20870,8 +20870,8 @@ }, "alternate": null, "range": [ - 9439, - 9505 + 9440, + 9506 ], "loc": { "start": { @@ -20893,8 +20893,8 @@ "type": "Identifier", "name": "val", "range": [ - 9522, - 9525 + 9523, + 9526 ], "loc": { "start": { @@ -20916,8 +20916,8 @@ "object": { "type": "ThisExpression", "range": [ - 9528, - 9532 + 9529, + 9533 ], "loc": { "start": { @@ -20934,8 +20934,8 @@ "type": "Identifier", "name": "opts", "range": [ - 9533, - 9537 + 9534, + 9538 ], "loc": { "start": { @@ -20949,8 +20949,8 @@ } }, "range": [ - 9528, - 9537 + 9529, + 9538 ], "loc": { "start": { @@ -20967,8 +20967,8 @@ "type": "Identifier", "name": "y", "range": [ - 9538, - 9539 + 9539, + 9540 ], "loc": { "start": { @@ -20982,8 +20982,8 @@ } }, "range": [ - 9528, - 9540 + 9529, + 9541 ], "loc": { "start": { @@ -20997,8 +20997,8 @@ } }, "range": [ - 9522, - 9540 + 9523, + 9541 ], "loc": { "start": { @@ -21014,8 +21014,8 @@ ], "kind": "let", "range": [ - 9518, - 9541 + 9519, + 9542 ], "loc": { "start": { @@ -21032,8 +21032,8 @@ "type": "Line", "value": "option value", "range": [ - 9542, - 9556 + 9543, + 9557 ], "loc": { "start": { @@ -21057,8 +21057,8 @@ "type": "Identifier", "name": "lbl", "range": [ - 9573, - 9576 + 9574, + 9577 ], "loc": { "start": { @@ -21079,8 +21079,8 @@ "object": { "type": "ThisExpression", "range": [ - 9579, - 9583 + 9580, + 9584 ], "loc": { "start": { @@ -21097,8 +21097,8 @@ "type": "Identifier", "name": "isCustom", "range": [ - 9584, - 9592 + 9585, + 9593 ], "loc": { "start": { @@ -21112,8 +21112,8 @@ } }, "range": [ - 9579, - 9592 + 9580, + 9593 ], "loc": { "start": { @@ -21135,8 +21135,8 @@ "object": { "type": "ThisExpression", "range": [ - 9595, - 9599 + 9596, + 9600 ], "loc": { "start": { @@ -21153,8 +21153,8 @@ "type": "Identifier", "name": "optsTxt", "range": [ - 9600, - 9607 + 9601, + 9608 ], "loc": { "start": { @@ -21168,8 +21168,8 @@ } }, "range": [ - 9595, - 9607 + 9596, + 9608 ], "loc": { "start": { @@ -21186,8 +21186,8 @@ "type": "Identifier", "name": "y", "range": [ - 9608, - 9609 + 9609, + 9610 ], "loc": { "start": { @@ -21201,8 +21201,8 @@ } }, "range": [ - 9595, - 9610 + 9596, + 9611 ], "loc": { "start": { @@ -21219,8 +21219,8 @@ "type": "Identifier", "name": "val", "range": [ - 9613, - 9616 + 9614, + 9617 ], "loc": { "start": { @@ -21234,8 +21234,8 @@ } }, "range": [ - 9579, - 9616 + 9580, + 9617 ], "loc": { "start": { @@ -21249,8 +21249,8 @@ } }, "range": [ - 9573, - 9616 + 9574, + 9617 ], "loc": { "start": { @@ -21266,8 +21266,8 @@ ], "kind": "let", "range": [ - 9569, - 9617 + 9570, + 9618 ], "loc": { "start": { @@ -21284,8 +21284,8 @@ "type": "Line", "value": "option value", "range": [ - 9542, - 9556 + 9543, + 9557 ], "loc": { "start": { @@ -21304,8 +21304,8 @@ "type": "Line", "value": "option text", "range": [ - 9618, - 9631 + 9619, + 9632 ], "loc": { "start": { @@ -21329,8 +21329,8 @@ "type": "Identifier", "name": "isDisabled", "range": [ - 9648, - 9658 + 9649, + 9659 ], "loc": { "start": { @@ -21348,8 +21348,8 @@ "value": false, "raw": "false", "range": [ - 9661, - 9666 + 9662, + 9667 ], "loc": { "start": { @@ -21363,8 +21363,8 @@ } }, "range": [ - 9648, - 9666 + 9649, + 9667 ], "loc": { "start": { @@ -21380,8 +21380,8 @@ ], "kind": "let", "range": [ - 9644, - 9667 + 9645, + 9668 ], "loc": { "start": { @@ -21398,8 +21398,8 @@ "type": "Line", "value": "option text", "range": [ - 9618, - 9631 + 9619, + 9632 ], "loc": { "start": { @@ -21426,8 +21426,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 9684, - 9692 + 9685, + 9693 ], "loc": { "start": { @@ -21447,8 +21447,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9696, - 9698 + 9697, + 9699 ], "loc": { "start": { @@ -21465,8 +21465,8 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 9699, - 9721 + 9700, + 9722 ], "loc": { "start": { @@ -21480,8 +21480,8 @@ } }, "range": [ - 9696, - 9721 + 9697, + 9722 ], "loc": { "start": { @@ -21495,8 +21495,8 @@ } }, "range": [ - 9684, - 9721 + 9685, + 9722 ], "loc": { "start": { @@ -21518,8 +21518,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 9741, - 9744 + 9742, + 9745 ], "loc": { "start": { @@ -21536,8 +21536,8 @@ "type": "Identifier", "name": "has", "range": [ - 9745, - 9748 + 9746, + 9749 ], "loc": { "start": { @@ -21551,8 +21551,8 @@ } }, "range": [ - 9741, - 9748 + 9742, + 9749 ], "loc": { "start": { @@ -21570,8 +21570,8 @@ "type": "Identifier", "name": "excludedOpts", "range": [ - 9770, - 9782 + 9771, + 9783 ], "loc": { "start": { @@ -21593,8 +21593,8 @@ "type": "Identifier", "name": "Str", "range": [ - 9804, - 9807 + 9805, + 9808 ], "loc": { "start": { @@ -21611,8 +21611,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 9808, - 9817 + 9809, + 9818 ], "loc": { "start": { @@ -21626,8 +21626,8 @@ } }, "range": [ - 9804, - 9817 + 9805, + 9818 ], "loc": { "start": { @@ -21645,8 +21645,8 @@ "type": "Identifier", "name": "val", "range": [ - 9818, - 9821 + 9819, + 9822 ], "loc": { "start": { @@ -21666,8 +21666,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9823, - 9825 + 9824, + 9826 ], "loc": { "start": { @@ -21684,8 +21684,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 9826, - 9835 + 9827, + 9836 ], "loc": { "start": { @@ -21699,8 +21699,8 @@ } }, "range": [ - 9823, - 9835 + 9824, + 9836 ], "loc": { "start": { @@ -21715,8 +21715,8 @@ } ], "range": [ - 9804, - 9836 + 9805, + 9837 ], "loc": { "start": { @@ -21736,8 +21736,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9858, - 9860 + 9859, + 9861 ], "loc": { "start": { @@ -21754,8 +21754,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 9861, - 9870 + 9862, + 9871 ], "loc": { "start": { @@ -21769,8 +21769,8 @@ } }, "range": [ - 9858, - 9870 + 9859, + 9871 ], "loc": { "start": { @@ -21785,8 +21785,8 @@ } ], "range": [ - 9741, - 9888 + 9742, + 9889 ], "loc": { "start": { @@ -21800,8 +21800,8 @@ } }, "range": [ - 9684, - 9888 + 9685, + 9889 ], "loc": { "start": { @@ -21826,8 +21826,8 @@ "type": "Identifier", "name": "isDisabled", "range": [ - 9908, - 9918 + 9909, + 9919 ], "loc": { "start": { @@ -21845,8 +21845,8 @@ "value": true, "raw": "true", "range": [ - 9921, - 9925 + 9922, + 9926 ], "loc": { "start": { @@ -21860,8 +21860,8 @@ } }, "range": [ - 9908, - 9925 + 9909, + 9926 ], "loc": { "start": { @@ -21875,8 +21875,8 @@ } }, "range": [ - 9908, - 9926 + 9909, + 9927 ], "loc": { "start": { @@ -21891,8 +21891,8 @@ } ], "range": [ - 9890, - 9940 + 9891, + 9941 ], "loc": { "start": { @@ -21907,8 +21907,8 @@ }, "alternate": null, "range": [ - 9680, - 9940 + 9681, + 9941 ], "loc": { "start": { @@ -21930,8 +21930,8 @@ "type": "Identifier", "name": "opt", "range": [ - 9958, - 9961 + 9959, + 9962 ], "loc": { "start": { @@ -21946,8 +21946,8 @@ }, "init": null, "range": [ - 9958, - 9961 + 9959, + 9962 ], "loc": { "start": { @@ -21963,8 +21963,8 @@ ], "kind": "let", "range": [ - 9954, - 9962 + 9955, + 9963 ], "loc": { "start": { @@ -21981,8 +21981,8 @@ "type": "Line", "value": "fill select on demand", "range": [ - 9975, - 9998 + 9976, + 9999 ], "loc": { "start": { @@ -22012,8 +22012,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10015, - 10017 + 10016, + 10018 ], "loc": { "start": { @@ -22030,8 +22030,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 10018, - 10033 + 10019, + 10034 ], "loc": { "start": { @@ -22045,8 +22045,8 @@ } }, "range": [ - 10015, - 10033 + 10016, + 10034 ], "loc": { "start": { @@ -22066,8 +22066,8 @@ "type": "Identifier", "name": "slcValue", "range": [ - 10037, - 10045 + 10038, + 10046 ], "loc": { "start": { @@ -22089,8 +22089,8 @@ "object": { "type": "ThisExpression", "range": [ - 10050, - 10054 + 10051, + 10055 ], "loc": { "start": { @@ -22107,8 +22107,8 @@ "type": "Identifier", "name": "opts", "range": [ - 10055, - 10059 + 10056, + 10060 ], "loc": { "start": { @@ -22122,8 +22122,8 @@ } }, "range": [ - 10050, - 10059 + 10051, + 10060 ], "loc": { "start": { @@ -22140,8 +22140,8 @@ "type": "Identifier", "name": "y", "range": [ - 10060, - 10061 + 10061, + 10062 ], "loc": { "start": { @@ -22155,8 +22155,8 @@ } }, "range": [ - 10050, - 10062 + 10051, + 10063 ], "loc": { "start": { @@ -22170,8 +22170,8 @@ } }, "range": [ - 10037, - 10062 + 10038, + 10063 ], "loc": { "start": { @@ -22185,8 +22185,8 @@ } }, "range": [ - 10015, - 10062 + 10016, + 10063 ], "loc": { "start": { @@ -22211,8 +22211,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10082, - 10084 + 10083, + 10085 ], "loc": { "start": { @@ -22229,8 +22229,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 10085, - 10098 + 10086, + 10099 ], "loc": { "start": { @@ -22244,8 +22244,8 @@ } }, "range": [ - 10082, - 10098 + 10083, + 10099 ], "loc": { "start": { @@ -22263,8 +22263,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10099, - 10107 + 10100, + 10108 ], "loc": { "start": { @@ -22279,8 +22279,8 @@ } ], "range": [ - 10082, - 10108 + 10083, + 10109 ], "loc": { "start": { @@ -22297,8 +22297,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 10113, - 10119 + 10114, + 10120 ], "loc": { "start": { @@ -22312,8 +22312,8 @@ } }, "range": [ - 10082, - 10119 + 10083, + 10120 ], "loc": { "start": { @@ -22327,8 +22327,8 @@ } }, "range": [ - 10015, - 10119 + 10016, + 10120 ], "loc": { "start": { @@ -22353,8 +22353,8 @@ "type": "Identifier", "name": "opt", "range": [ - 10139, - 10142 + 10140, + 10143 ], "loc": { "start": { @@ -22376,8 +22376,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 10145, - 10148 + 10146, + 10149 ], "loc": { "start": { @@ -22394,8 +22394,8 @@ "type": "Identifier", "name": "createOpt", "range": [ - 10149, - 10158 + 10150, + 10159 ], "loc": { "start": { @@ -22409,8 +22409,8 @@ } }, "range": [ - 10145, - 10158 + 10146, + 10159 ], "loc": { "start": { @@ -22428,8 +22428,8 @@ "type": "Identifier", "name": "lbl", "range": [ - 10159, - 10162 + 10160, + 10163 ], "loc": { "start": { @@ -22446,8 +22446,8 @@ "type": "Identifier", "name": "val", "range": [ - 10164, - 10167 + 10165, + 10168 ], "loc": { "start": { @@ -22465,8 +22465,8 @@ "value": true, "raw": "true", "range": [ - 10169, - 10173 + 10170, + 10174 ], "loc": { "start": { @@ -22481,8 +22481,8 @@ } ], "range": [ - 10145, - 10174 + 10146, + 10175 ], "loc": { "start": { @@ -22496,8 +22496,8 @@ } }, "range": [ - 10139, - 10174 + 10140, + 10175 ], "loc": { "start": { @@ -22511,8 +22511,8 @@ } }, "range": [ - 10139, - 10175 + 10140, + 10176 ], "loc": { "start": { @@ -22527,8 +22527,8 @@ } ], "range": [ - 10121, - 10189 + 10122, + 10190 ], "loc": { "start": { @@ -22553,8 +22553,8 @@ "type": "Identifier", "name": "opt", "range": [ - 10213, - 10216 + 10214, + 10217 ], "loc": { "start": { @@ -22576,8 +22576,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 10219, - 10222 + 10220, + 10223 ], "loc": { "start": { @@ -22594,8 +22594,8 @@ "type": "Identifier", "name": "createOpt", "range": [ - 10223, - 10232 + 10224, + 10233 ], "loc": { "start": { @@ -22609,8 +22609,8 @@ } }, "range": [ - 10219, - 10232 + 10220, + 10233 ], "loc": { "start": { @@ -22628,8 +22628,8 @@ "type": "Identifier", "name": "lbl", "range": [ - 10233, - 10236 + 10234, + 10237 ], "loc": { "start": { @@ -22646,8 +22646,8 @@ "type": "Identifier", "name": "val", "range": [ - 10238, - 10241 + 10239, + 10242 ], "loc": { "start": { @@ -22665,8 +22665,8 @@ "value": false, "raw": "false", "range": [ - 10243, - 10248 + 10244, + 10249 ], "loc": { "start": { @@ -22681,8 +22681,8 @@ } ], "range": [ - 10219, - 10249 + 10220, + 10250 ], "loc": { "start": { @@ -22696,8 +22696,8 @@ } }, "range": [ - 10213, - 10249 + 10214, + 10250 ], "loc": { "start": { @@ -22711,8 +22711,8 @@ } }, "range": [ - 10213, - 10250 + 10214, + 10251 ], "loc": { "start": { @@ -22727,8 +22727,8 @@ } ], "range": [ - 10195, - 10264 + 10196, + 10265 ], "loc": { "start": { @@ -22742,8 +22742,8 @@ } }, "range": [ - 10011, - 10264 + 10012, + 10265 ], "loc": { "start": { @@ -22760,8 +22760,8 @@ "type": "Line", "value": "fill select on demand", "range": [ - 9975, - 9998 + 9976, + 9999 ], "loc": { "start": { @@ -22782,8 +22782,8 @@ "type": "Identifier", "name": "isDisabled", "range": [ - 10281, - 10291 + 10282, + 10292 ], "loc": { "start": { @@ -22811,8 +22811,8 @@ "type": "Identifier", "name": "opt", "range": [ - 10311, - 10314 + 10312, + 10315 ], "loc": { "start": { @@ -22829,8 +22829,8 @@ "type": "Identifier", "name": "disabled", "range": [ - 10315, - 10323 + 10316, + 10324 ], "loc": { "start": { @@ -22844,8 +22844,8 @@ } }, "range": [ - 10311, - 10323 + 10312, + 10324 ], "loc": { "start": { @@ -22863,8 +22863,8 @@ "value": true, "raw": "true", "range": [ - 10326, - 10330 + 10327, + 10331 ], "loc": { "start": { @@ -22878,8 +22878,8 @@ } }, "range": [ - 10311, - 10330 + 10312, + 10331 ], "loc": { "start": { @@ -22893,8 +22893,8 @@ } }, "range": [ - 10311, - 10331 + 10312, + 10332 ], "loc": { "start": { @@ -22909,8 +22909,8 @@ } ], "range": [ - 10293, - 10345 + 10294, + 10346 ], "loc": { "start": { @@ -22925,8 +22925,8 @@ }, "alternate": null, "range": [ - 10277, - 10345 + 10278, + 10346 ], "loc": { "start": { @@ -22950,8 +22950,8 @@ "type": "Identifier", "name": "slc", "range": [ - 10358, - 10361 + 10359, + 10362 ], "loc": { "start": { @@ -22968,8 +22968,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10362, - 10373 + 10363, + 10374 ], "loc": { "start": { @@ -22983,8 +22983,8 @@ } }, "range": [ - 10358, - 10373 + 10359, + 10374 ], "loc": { "start": { @@ -23002,8 +23002,8 @@ "type": "Identifier", "name": "opt", "range": [ - 10374, - 10377 + 10375, + 10378 ], "loc": { "start": { @@ -23018,8 +23018,8 @@ } ], "range": [ - 10358, - 10378 + 10359, + 10379 ], "loc": { "start": { @@ -23033,8 +23033,8 @@ } }, "range": [ - 10358, - 10379 + 10359, + 10380 ], "loc": { "start": { @@ -23049,8 +23049,8 @@ } ], "range": [ - 9425, - 10389 + 9426, + 10390 ], "loc": { "start": { @@ -23064,8 +23064,8 @@ } }, "range": [ - 9382, - 10389 + 9383, + 10390 ], "loc": { "start": { @@ -23082,8 +23082,8 @@ "type": "Line", "value": " for y", "range": [ - 10389, - 10397 + 10390, + 10398 ], "loc": { "start": { @@ -23109,8 +23109,8 @@ "type": "Identifier", "name": "slc", "range": [ - 10407, - 10410 + 10408, + 10411 ], "loc": { "start": { @@ -23127,8 +23127,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 10411, - 10423 + 10412, + 10424 ], "loc": { "start": { @@ -23142,8 +23142,8 @@ } }, "range": [ - 10407, - 10423 + 10408, + 10424 ], "loc": { "start": { @@ -23162,8 +23162,8 @@ "value": "filled", "raw": "'filled'", "range": [ - 10424, - 10432 + 10425, + 10433 ], "loc": { "start": { @@ -23181,8 +23181,8 @@ "value": "1", "raw": "'1'", "range": [ - 10434, - 10437 + 10435, + 10438 ], "loc": { "start": { @@ -23197,8 +23197,8 @@ } ], "range": [ - 10407, - 10438 + 10408, + 10439 ], "loc": { "start": { @@ -23212,8 +23212,8 @@ } }, "range": [ - 10407, - 10439 + 10408, + 10440 ], "loc": { "start": { @@ -23230,8 +23230,8 @@ "type": "Line", "value": " for y", "range": [ - 10389, - 10397 + 10390, + 10398 ], "loc": { "start": { @@ -23248,8 +23248,8 @@ } ], "range": [ - 9242, - 10445 + 9243, + 10446 ], "loc": { "start": { @@ -23265,8 +23265,8 @@ "generator": false, "expression": false, "range": [ - 9202, - 10445 + 9203, + 10446 ], "loc": { "start": { @@ -23282,8 +23282,8 @@ "kind": "method", "computed": false, "range": [ - 9192, - 10445 + 9193, + 10446 ], "loc": { "start": { @@ -23300,8 +23300,8 @@ "type": "Block", "value": "*\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n ", "range": [ - 8913, - 9187 + 8914, + 9188 ], "loc": { "start": { @@ -23320,8 +23320,8 @@ "type": "Block", "value": "*\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n ", "range": [ - 10451, - 10543 + 10452, + 10544 ], "loc": { "start": { @@ -23343,8 +23343,8 @@ "type": "Identifier", "name": "addFirstOption", "range": [ - 10548, - 10562 + 10549, + 10563 ], "loc": { "start": { @@ -23365,8 +23365,8 @@ "type": "Identifier", "name": "slc", "range": [ - 10563, - 10566 + 10564, + 10567 ], "loc": { "start": { @@ -23392,8 +23392,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10582, - 10584 + 10583, + 10585 ], "loc": { "start": { @@ -23412,8 +23412,8 @@ "object": { "type": "ThisExpression", "range": [ - 10587, - 10591 + 10588, + 10592 ], "loc": { "start": { @@ -23430,8 +23430,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10592, - 10594 + 10593, + 10595 ], "loc": { "start": { @@ -23445,8 +23445,8 @@ } }, "range": [ - 10587, - 10594 + 10588, + 10595 ], "loc": { "start": { @@ -23460,8 +23460,8 @@ } }, "range": [ - 10582, - 10594 + 10583, + 10595 ], "loc": { "start": { @@ -23477,8 +23477,8 @@ ], "kind": "let", "range": [ - 10578, - 10595 + 10579, + 10596 ], "loc": { "start": { @@ -23500,8 +23500,8 @@ "type": "Identifier", "name": "opt0", "range": [ - 10609, - 10613 + 10610, + 10614 ], "loc": { "start": { @@ -23523,8 +23523,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 10616, - 10619 + 10617, + 10620 ], "loc": { "start": { @@ -23541,8 +23541,8 @@ "type": "Identifier", "name": "createOpt", "range": [ - 10620, - 10629 + 10621, + 10630 ], "loc": { "start": { @@ -23556,8 +23556,8 @@ } }, "range": [ - 10616, - 10629 + 10617, + 10630 ], "loc": { "start": { @@ -23582,8 +23582,8 @@ "object": { "type": "ThisExpression", "range": [ - 10645, - 10649 + 10646, + 10650 ], "loc": { "start": { @@ -23600,8 +23600,8 @@ "type": "Identifier", "name": "enableSlcResetFilter", "range": [ - 10650, - 10670 + 10651, + 10671 ], "loc": { "start": { @@ -23615,8 +23615,8 @@ } }, "range": [ - 10645, - 10670 + 10646, + 10671 ], "loc": { "start": { @@ -23631,8 +23631,8 @@ }, "prefix": true, "range": [ - 10644, - 10670 + 10645, + 10671 ], "loc": { "start": { @@ -23650,8 +23650,8 @@ "value": "", "raw": "''", "range": [ - 10673, - 10675 + 10674, + 10676 ], "loc": { "start": { @@ -23671,8 +23671,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10678, - 10680 + 10679, + 10681 ], "loc": { "start": { @@ -23689,8 +23689,8 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 10681, - 10695 + 10682, + 10696 ], "loc": { "start": { @@ -23704,8 +23704,8 @@ } }, "range": [ - 10678, - 10695 + 10679, + 10696 ], "loc": { "start": { @@ -23719,8 +23719,8 @@ } }, "range": [ - 10644, - 10695 + 10645, + 10696 ], "loc": { "start": { @@ -23738,8 +23738,8 @@ "value": "", "raw": "''", "range": [ - 10698, - 10700 + 10699, + 10701 ], "loc": { "start": { @@ -23754,8 +23754,8 @@ } ], "range": [ - 10616, - 10701 + 10617, + 10702 ], "loc": { "start": { @@ -23769,8 +23769,8 @@ } }, "range": [ - 10609, - 10701 + 10610, + 10702 ], "loc": { "start": { @@ -23786,8 +23786,8 @@ ], "kind": "let", "range": [ - 10605, - 10702 + 10606, + 10703 ], "loc": { "start": { @@ -23811,8 +23811,8 @@ "object": { "type": "ThisExpression", "range": [ - 10716, - 10720 + 10717, + 10721 ], "loc": { "start": { @@ -23829,8 +23829,8 @@ "type": "Identifier", "name": "enableSlcResetFilter", "range": [ - 10721, - 10741 + 10722, + 10742 ], "loc": { "start": { @@ -23844,8 +23844,8 @@ } }, "range": [ - 10716, - 10741 + 10717, + 10742 ], "loc": { "start": { @@ -23860,8 +23860,8 @@ }, "prefix": true, "range": [ - 10715, - 10741 + 10716, + 10742 ], "loc": { "start": { @@ -23892,8 +23892,8 @@ "type": "Identifier", "name": "opt0", "range": [ - 10757, - 10761 + 10758, + 10762 ], "loc": { "start": { @@ -23910,8 +23910,8 @@ "type": "Identifier", "name": "style", "range": [ - 10762, - 10767 + 10763, + 10768 ], "loc": { "start": { @@ -23925,8 +23925,8 @@ } }, "range": [ - 10757, - 10767 + 10758, + 10768 ], "loc": { "start": { @@ -23943,8 +23943,8 @@ "type": "Identifier", "name": "display", "range": [ - 10768, - 10775 + 10769, + 10776 ], "loc": { "start": { @@ -23958,8 +23958,8 @@ } }, "range": [ - 10757, - 10775 + 10758, + 10776 ], "loc": { "start": { @@ -23976,8 +23976,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 10778, - 10782 + 10779, + 10783 ], "loc": { "start": { @@ -23991,8 +23991,8 @@ } }, "range": [ - 10757, - 10782 + 10758, + 10783 ], "loc": { "start": { @@ -24006,8 +24006,8 @@ } }, "range": [ - 10757, - 10783 + 10758, + 10784 ], "loc": { "start": { @@ -24022,8 +24022,8 @@ } ], "range": [ - 10743, - 10793 + 10744, + 10794 ], "loc": { "start": { @@ -24038,8 +24038,8 @@ }, "alternate": null, "range": [ - 10711, - 10793 + 10712, + 10794 ], "loc": { "start": { @@ -24063,8 +24063,8 @@ "type": "Identifier", "name": "slc", "range": [ - 10802, - 10805 + 10803, + 10806 ], "loc": { "start": { @@ -24081,8 +24081,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10806, - 10817 + 10807, + 10818 ], "loc": { "start": { @@ -24096,8 +24096,8 @@ } }, "range": [ - 10802, - 10817 + 10803, + 10818 ], "loc": { "start": { @@ -24115,8 +24115,8 @@ "type": "Identifier", "name": "opt0", "range": [ - 10818, - 10822 + 10819, + 10823 ], "loc": { "start": { @@ -24131,8 +24131,8 @@ } ], "range": [ - 10802, - 10823 + 10803, + 10824 ], "loc": { "start": { @@ -24146,8 +24146,8 @@ } }, "range": [ - 10802, - 10824 + 10803, + 10825 ], "loc": { "start": { @@ -24169,8 +24169,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10837, - 10839 + 10838, + 10840 ], "loc": { "start": { @@ -24187,8 +24187,8 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 10840, - 10857 + 10841, + 10858 ], "loc": { "start": { @@ -24202,8 +24202,8 @@ } }, "range": [ - 10837, - 10857 + 10838, + 10858 ], "loc": { "start": { @@ -24228,8 +24228,8 @@ "type": "Identifier", "name": "opt1", "range": [ - 10877, - 10881 + 10878, + 10882 ], "loc": { "start": { @@ -24251,8 +24251,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 10884, - 10887 + 10885, + 10888 ], "loc": { "start": { @@ -24269,8 +24269,8 @@ "type": "Identifier", "name": "createOpt", "range": [ - 10888, - 10897 + 10889, + 10898 ], "loc": { "start": { @@ -24284,8 +24284,8 @@ } }, "range": [ - 10884, - 10897 + 10885, + 10898 ], "loc": { "start": { @@ -24306,8 +24306,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10898, - 10900 + 10899, + 10901 ], "loc": { "start": { @@ -24324,8 +24324,8 @@ "type": "Identifier", "name": "emptyText", "range": [ - 10901, - 10910 + 10902, + 10911 ], "loc": { "start": { @@ -24339,8 +24339,8 @@ } }, "range": [ - 10898, - 10910 + 10899, + 10911 ], "loc": { "start": { @@ -24360,8 +24360,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10912, - 10914 + 10913, + 10915 ], "loc": { "start": { @@ -24378,8 +24378,8 @@ "type": "Identifier", "name": "emOperator", "range": [ - 10915, - 10925 + 10916, + 10926 ], "loc": { "start": { @@ -24393,8 +24393,8 @@ } }, "range": [ - 10912, - 10925 + 10913, + 10926 ], "loc": { "start": { @@ -24409,8 +24409,8 @@ } ], "range": [ - 10884, - 10926 + 10885, + 10927 ], "loc": { "start": { @@ -24424,8 +24424,8 @@ } }, "range": [ - 10877, - 10926 + 10878, + 10927 ], "loc": { "start": { @@ -24441,8 +24441,8 @@ ], "kind": "let", "range": [ - 10873, - 10927 + 10874, + 10928 ], "loc": { "start": { @@ -24466,8 +24466,8 @@ "type": "Identifier", "name": "slc", "range": [ - 10940, - 10943 + 10941, + 10944 ], "loc": { "start": { @@ -24484,8 +24484,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10944, - 10955 + 10945, + 10956 ], "loc": { "start": { @@ -24499,8 +24499,8 @@ } }, "range": [ - 10940, - 10955 + 10941, + 10956 ], "loc": { "start": { @@ -24518,8 +24518,8 @@ "type": "Identifier", "name": "opt1", "range": [ - 10956, - 10960 + 10957, + 10961 ], "loc": { "start": { @@ -24534,8 +24534,8 @@ } ], "range": [ - 10940, - 10961 + 10941, + 10962 ], "loc": { "start": { @@ -24549,8 +24549,8 @@ } }, "range": [ - 10940, - 10962 + 10941, + 10963 ], "loc": { "start": { @@ -24565,8 +24565,8 @@ } ], "range": [ - 10859, - 10972 + 10860, + 10973 ], "loc": { "start": { @@ -24581,8 +24581,8 @@ }, "alternate": null, "range": [ - 10833, - 10972 + 10834, + 10973 ], "loc": { "start": { @@ -24604,8 +24604,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10985, - 10987 + 10986, + 10988 ], "loc": { "start": { @@ -24622,8 +24622,8 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 10988, - 11008 + 10989, + 11009 ], "loc": { "start": { @@ -24637,8 +24637,8 @@ } }, "range": [ - 10985, - 11008 + 10986, + 11009 ], "loc": { "start": { @@ -24663,8 +24663,8 @@ "type": "Identifier", "name": "opt2", "range": [ - 11028, - 11032 + 11029, + 11033 ], "loc": { "start": { @@ -24686,8 +24686,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 11035, - 11038 + 11036, + 11039 ], "loc": { "start": { @@ -24704,8 +24704,8 @@ "type": "Identifier", "name": "createOpt", "range": [ - 11039, - 11048 + 11040, + 11049 ], "loc": { "start": { @@ -24719,8 +24719,8 @@ } }, "range": [ - 11035, - 11048 + 11036, + 11049 ], "loc": { "start": { @@ -24741,8 +24741,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11049, - 11051 + 11050, + 11052 ], "loc": { "start": { @@ -24759,8 +24759,8 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 11052, - 11064 + 11053, + 11065 ], "loc": { "start": { @@ -24774,8 +24774,8 @@ } }, "range": [ - 11049, - 11064 + 11050, + 11065 ], "loc": { "start": { @@ -24795,8 +24795,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11066, - 11068 + 11067, + 11069 ], "loc": { "start": { @@ -24813,8 +24813,8 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 11069, - 11079 + 11070, + 11080 ], "loc": { "start": { @@ -24828,8 +24828,8 @@ } }, "range": [ - 11066, - 11079 + 11067, + 11080 ], "loc": { "start": { @@ -24844,8 +24844,8 @@ } ], "range": [ - 11035, - 11080 + 11036, + 11081 ], "loc": { "start": { @@ -24859,8 +24859,8 @@ } }, "range": [ - 11028, - 11080 + 11029, + 11081 ], "loc": { "start": { @@ -24876,8 +24876,8 @@ ], "kind": "let", "range": [ - 11024, - 11081 + 11025, + 11082 ], "loc": { "start": { @@ -24901,8 +24901,8 @@ "type": "Identifier", "name": "slc", "range": [ - 11094, - 11097 + 11095, + 11098 ], "loc": { "start": { @@ -24919,8 +24919,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11098, - 11109 + 11099, + 11110 ], "loc": { "start": { @@ -24934,8 +24934,8 @@ } }, "range": [ - 11094, - 11109 + 11095, + 11110 ], "loc": { "start": { @@ -24953,8 +24953,8 @@ "type": "Identifier", "name": "opt2", "range": [ - 11110, - 11114 + 11111, + 11115 ], "loc": { "start": { @@ -24969,8 +24969,8 @@ } ], "range": [ - 11094, - 11115 + 11095, + 11116 ], "loc": { "start": { @@ -24984,8 +24984,8 @@ } }, "range": [ - 11094, - 11116 + 11095, + 11117 ], "loc": { "start": { @@ -25000,8 +25000,8 @@ } ], "range": [ - 11010, - 11126 + 11011, + 11127 ], "loc": { "start": { @@ -25016,8 +25016,8 @@ }, "alternate": null, "range": [ - 10981, - 11126 + 10982, + 11127 ], "loc": { "start": { @@ -25036,8 +25036,8 @@ "type": "Identifier", "name": "slc", "range": [ - 11142, - 11145 + 11143, + 11146 ], "loc": { "start": { @@ -25051,8 +25051,8 @@ } }, "range": [ - 11135, - 11146 + 11136, + 11147 ], "loc": { "start": { @@ -25067,8 +25067,8 @@ } ], "range": [ - 10568, - 11152 + 10569, + 11153 ], "loc": { "start": { @@ -25084,8 +25084,8 @@ "generator": false, "expression": false, "range": [ - 10562, - 11152 + 10563, + 11153 ], "loc": { "start": { @@ -25101,8 +25101,8 @@ "kind": "method", "computed": false, "range": [ - 10548, - 11152 + 10549, + 11153 ], "loc": { "start": { @@ -25119,8 +25119,8 @@ "type": "Block", "value": "*\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n ", "range": [ - 10451, - 10543 + 10452, + 10544 ], "loc": { "start": { @@ -25139,8 +25139,8 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 11158, - 11327 + 11159, + 11328 ], "loc": { "start": { @@ -25162,8 +25162,8 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 11332, - 11345 + 11333, + 11346 ], "loc": { "start": { @@ -25184,8 +25184,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11346, - 11354 + 11347, + 11355 ], "loc": { "start": { @@ -25204,8 +25204,8 @@ "type": "Identifier", "name": "values", "range": [ - 11356, - 11362 + 11357, + 11363 ], "loc": { "start": { @@ -25222,8 +25222,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11365, - 11367 + 11366, + 11368 ], "loc": { "start": { @@ -25237,8 +25237,8 @@ } }, "range": [ - 11356, - 11367 + 11357, + 11368 ], "loc": { "start": { @@ -25264,8 +25264,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11383, - 11385 + 11384, + 11386 ], "loc": { "start": { @@ -25284,8 +25284,8 @@ "object": { "type": "ThisExpression", "range": [ - 11388, - 11392 + 11389, + 11393 ], "loc": { "start": { @@ -25302,8 +25302,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11393, - 11395 + 11394, + 11396 ], "loc": { "start": { @@ -25317,8 +25317,8 @@ } }, "range": [ - 11388, - 11395 + 11389, + 11396 ], "loc": { "start": { @@ -25332,8 +25332,8 @@ } }, "range": [ - 11383, - 11395 + 11384, + 11396 ], "loc": { "start": { @@ -25349,8 +25349,8 @@ ], "kind": "let", "range": [ - 11379, - 11396 + 11380, + 11397 ], "loc": { "start": { @@ -25380,8 +25380,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11409, - 11411 + 11410, + 11412 ], "loc": { "start": { @@ -25398,8 +25398,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 11412, - 11425 + 11413, + 11426 ], "loc": { "start": { @@ -25413,8 +25413,8 @@ } }, "range": [ - 11409, - 11425 + 11410, + 11426 ], "loc": { "start": { @@ -25432,8 +25432,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11426, - 11434 + 11427, + 11435 ], "loc": { "start": { @@ -25448,8 +25448,8 @@ } ], "range": [ - 11409, - 11435 + 11410, + 11436 ], "loc": { "start": { @@ -25466,8 +25466,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 11440, - 11448 + 11441, + 11449 ], "loc": { "start": { @@ -25481,8 +25481,8 @@ } }, "range": [ - 11409, - 11448 + 11410, + 11449 ], "loc": { "start": { @@ -25505,8 +25505,8 @@ "type": "Identifier", "name": "values", "range": [ - 11452, - 11458 + 11453, + 11459 ], "loc": { "start": { @@ -25523,8 +25523,8 @@ "type": "Identifier", "name": "length", "range": [ - 11459, - 11465 + 11460, + 11466 ], "loc": { "start": { @@ -25538,8 +25538,8 @@ } }, "range": [ - 11452, - 11465 + 11453, + 11466 ], "loc": { "start": { @@ -25557,8 +25557,8 @@ "value": 0, "raw": "0", "range": [ - 11470, - 11471 + 11471, + 11472 ], "loc": { "start": { @@ -25572,8 +25572,8 @@ } }, "range": [ - 11452, - 11471 + 11453, + 11472 ], "loc": { "start": { @@ -25587,8 +25587,8 @@ } }, "range": [ - 11409, - 11471 + 11410, + 11472 ], "loc": { "start": { @@ -25608,8 +25608,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 11487, - 11494 + 11488, + 11495 ], "loc": { "start": { @@ -25624,8 +25624,8 @@ } ], "range": [ - 11473, - 11504 + 11474, + 11505 ], "loc": { "start": { @@ -25640,8 +25640,8 @@ }, "alternate": null, "range": [ - 11405, - 11504 + 11406, + 11505 ], "loc": { "start": { @@ -25663,8 +25663,8 @@ "type": "Identifier", "name": "slc", "range": [ - 11517, - 11520 + 11518, + 11521 ], "loc": { "start": { @@ -25686,8 +25686,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11523, - 11525 + 11524, + 11526 ], "loc": { "start": { @@ -25704,8 +25704,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 11526, - 11542 + 11527, + 11543 ], "loc": { "start": { @@ -25719,8 +25719,8 @@ } }, "range": [ - 11523, - 11542 + 11524, + 11543 ], "loc": { "start": { @@ -25738,8 +25738,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11543, - 11551 + 11544, + 11552 ], "loc": { "start": { @@ -25754,8 +25754,8 @@ } ], "range": [ - 11523, - 11552 + 11524, + 11553 ], "loc": { "start": { @@ -25769,8 +25769,8 @@ } }, "range": [ - 11517, - 11552 + 11518, + 11553 ], "loc": { "start": { @@ -25786,8 +25786,8 @@ ], "kind": "let", "range": [ - 11513, - 11553 + 11514, + 11554 ], "loc": { "start": { @@ -25814,8 +25814,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11562, - 11564 + 11563, + 11565 ], "loc": { "start": { @@ -25832,8 +25832,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 11565, - 11572 + 11566, + 11573 ], "loc": { "start": { @@ -25847,8 +25847,8 @@ } }, "range": [ - 11562, - 11572 + 11563, + 11573 ], "loc": { "start": { @@ -25865,8 +25865,8 @@ "type": "Identifier", "name": "call", "range": [ - 11573, - 11577 + 11574, + 11578 ], "loc": { "start": { @@ -25880,8 +25880,8 @@ } }, "range": [ - 11562, - 11577 + 11563, + 11578 ], "loc": { "start": { @@ -25902,8 +25902,8 @@ "type": "Identifier", "name": "slc", "range": [ - 11578, - 11581 + 11579, + 11582 ], "loc": { "start": { @@ -25920,8 +25920,8 @@ "type": "Identifier", "name": "options", "range": [ - 11582, - 11589 + 11583, + 11590 ], "loc": { "start": { @@ -25935,8 +25935,8 @@ } }, "range": [ - 11578, - 11589 + 11579, + 11590 ], "loc": { "start": { @@ -25957,8 +25957,8 @@ "type": "Identifier", "name": "option", "range": [ - 11592, - 11598 + 11593, + 11599 ], "loc": { "start": { @@ -25990,8 +25990,8 @@ "type": "Identifier", "name": "values", "range": [ - 11731, - 11737 + 11732, + 11738 ], "loc": { "start": { @@ -26009,8 +26009,8 @@ "value": 0, "raw": "0", "range": [ - 11738, - 11739 + 11739, + 11740 ], "loc": { "start": { @@ -26024,8 +26024,8 @@ } }, "range": [ - 11731, - 11740 + 11732, + 11741 ], "loc": { "start": { @@ -26043,8 +26043,8 @@ "value": "", "raw": "''", "range": [ - 11745, - 11747 + 11746, + 11748 ], "loc": { "start": { @@ -26058,8 +26058,8 @@ } }, "range": [ - 11731, - 11747 + 11732, + 11748 ], "loc": { "start": { @@ -26082,8 +26082,8 @@ "type": "Identifier", "name": "option", "range": [ - 11751, - 11757 + 11752, + 11758 ], "loc": { "start": { @@ -26100,8 +26100,8 @@ "type": "Identifier", "name": "value", "range": [ - 11758, - 11763 + 11759, + 11764 ], "loc": { "start": { @@ -26115,8 +26115,8 @@ } }, "range": [ - 11751, - 11763 + 11752, + 11764 ], "loc": { "start": { @@ -26134,8 +26134,8 @@ "value": "", "raw": "''", "range": [ - 11768, - 11770 + 11769, + 11771 ], "loc": { "start": { @@ -26149,8 +26149,8 @@ } }, "range": [ - 11751, - 11770 + 11752, + 11771 ], "loc": { "start": { @@ -26164,8 +26164,8 @@ } }, "range": [ - 11731, - 11770 + 11732, + 11771 ], "loc": { "start": { @@ -26193,8 +26193,8 @@ "type": "Identifier", "name": "option", "range": [ - 11790, - 11796 + 11791, + 11797 ], "loc": { "start": { @@ -26211,8 +26211,8 @@ "type": "Identifier", "name": "selected", "range": [ - 11797, - 11805 + 11798, + 11806 ], "loc": { "start": { @@ -26226,8 +26226,8 @@ } }, "range": [ - 11790, - 11805 + 11791, + 11806 ], "loc": { "start": { @@ -26245,8 +26245,8 @@ "value": false, "raw": "false", "range": [ - 11808, - 11813 + 11809, + 11814 ], "loc": { "start": { @@ -26260,8 +26260,8 @@ } }, "range": [ - 11790, - 11813 + 11791, + 11814 ], "loc": { "start": { @@ -26275,8 +26275,8 @@ } }, "range": [ - 11790, - 11814 + 11791, + 11815 ], "loc": { "start": { @@ -26291,8 +26291,8 @@ } ], "range": [ - 11772, - 11828 + 11773, + 11829 ], "loc": { "start": { @@ -26307,8 +26307,8 @@ }, "alternate": null, "range": [ - 11727, - 11828 + 11728, + 11829 ], "loc": { "start": { @@ -26325,8 +26325,8 @@ "type": "Line", "value": " Empty value means clear all selections and first option is the", "range": [ - 11617, - 11682 + 11618, + 11683 ], "loc": { "start": { @@ -26343,8 +26343,8 @@ "type": "Line", "value": " clear all option", "range": [ - 11695, - 11714 + 11696, + 11715 ], "loc": { "start": { @@ -26374,8 +26374,8 @@ "type": "Identifier", "name": "option", "range": [ - 11846, - 11852 + 11847, + 11853 ], "loc": { "start": { @@ -26392,8 +26392,8 @@ "type": "Identifier", "name": "value", "range": [ - 11853, - 11858 + 11854, + 11859 ], "loc": { "start": { @@ -26407,8 +26407,8 @@ } }, "range": [ - 11846, - 11858 + 11847, + 11859 ], "loc": { "start": { @@ -26426,8 +26426,8 @@ "value": "", "raw": "''", "range": [ - 11863, - 11865 + 11864, + 11866 ], "loc": { "start": { @@ -26441,8 +26441,8 @@ } }, "range": [ - 11846, - 11865 + 11847, + 11866 ], "loc": { "start": { @@ -26464,8 +26464,8 @@ "type": "Identifier", "name": "Arr", "range": [ - 11885, - 11888 + 11886, + 11889 ], "loc": { "start": { @@ -26482,8 +26482,8 @@ "type": "Identifier", "name": "has", "range": [ - 11889, - 11892 + 11890, + 11893 ], "loc": { "start": { @@ -26497,8 +26497,8 @@ } }, "range": [ - 11885, - 11892 + 11886, + 11893 ], "loc": { "start": { @@ -26516,8 +26516,8 @@ "type": "Identifier", "name": "values", "range": [ - 11893, - 11899 + 11894, + 11900 ], "loc": { "start": { @@ -26537,8 +26537,8 @@ "type": "Identifier", "name": "option", "range": [ - 11901, - 11907 + 11902, + 11908 ], "loc": { "start": { @@ -26555,8 +26555,8 @@ "type": "Identifier", "name": "value", "range": [ - 11908, - 11913 + 11909, + 11914 ], "loc": { "start": { @@ -26570,8 +26570,8 @@ } }, "range": [ - 11901, - 11913 + 11902, + 11914 ], "loc": { "start": { @@ -26589,8 +26589,8 @@ "value": true, "raw": "true", "range": [ - 11915, - 11919 + 11916, + 11920 ], "loc": { "start": { @@ -26605,8 +26605,8 @@ } ], "range": [ - 11885, - 11920 + 11886, + 11921 ], "loc": { "start": { @@ -26620,8 +26620,8 @@ } }, "range": [ - 11846, - 11920 + 11847, + 11921 ], "loc": { "start": { @@ -26649,8 +26649,8 @@ "type": "Identifier", "name": "option", "range": [ - 11940, - 11946 + 11941, + 11947 ], "loc": { "start": { @@ -26667,8 +26667,8 @@ "type": "Identifier", "name": "selected", "range": [ - 11947, - 11955 + 11948, + 11956 ], "loc": { "start": { @@ -26682,8 +26682,8 @@ } }, "range": [ - 11940, - 11955 + 11941, + 11956 ], "loc": { "start": { @@ -26701,8 +26701,8 @@ "value": true, "raw": "true", "range": [ - 11958, - 11962 + 11959, + 11963 ], "loc": { "start": { @@ -26716,8 +26716,8 @@ } }, "range": [ - 11940, - 11962 + 11941, + 11963 ], "loc": { "start": { @@ -26731,8 +26731,8 @@ } }, "range": [ - 11940, - 11963 + 11941, + 11964 ], "loc": { "start": { @@ -26747,8 +26747,8 @@ } ], "range": [ - 11922, - 11977 + 11923, + 11978 ], "loc": { "start": { @@ -26763,8 +26763,8 @@ }, "alternate": null, "range": [ - 11842, - 11977 + 11843, + 11978 ], "loc": { "start": { @@ -26781,8 +26781,8 @@ "type": "Line", "value": "if", "range": [ - 11977, - 11981 + 11978, + 11982 ], "loc": { "start": { @@ -26799,8 +26799,8 @@ } ], "range": [ - 11603, - 11991 + 11604, + 11992 ], "loc": { "start": { @@ -26816,8 +26816,8 @@ "generator": false, "expression": false, "range": [ - 11591, - 11991 + 11592, + 11992 ], "loc": { "start": { @@ -26832,8 +26832,8 @@ } ], "range": [ - 11562, - 11992 + 11563, + 11993 ], "loc": { "start": { @@ -26847,8 +26847,8 @@ } }, "range": [ - 11562, - 11993 + 11563, + 11994 ], "loc": { "start": { @@ -26863,8 +26863,8 @@ } ], "range": [ - 11369, - 11999 + 11370, + 12000 ], "loc": { "start": { @@ -26880,8 +26880,8 @@ "generator": false, "expression": false, "range": [ - 11345, - 11999 + 11346, + 12000 ], "loc": { "start": { @@ -26897,8 +26897,8 @@ "kind": "method", "computed": false, "range": [ - 11332, - 11999 + 11333, + 12000 ], "loc": { "start": { @@ -26915,8 +26915,8 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 11158, - 11327 + 11159, + 11328 ], "loc": { "start": { @@ -26935,8 +26935,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n ", "range": [ - 12005, - 12169 + 12006, + 12170 ], "loc": { "start": { @@ -26958,8 +26958,8 @@ "type": "Identifier", "name": "getValues", "range": [ - 12174, - 12183 + 12175, + 12184 ], "loc": { "start": { @@ -26980,8 +26980,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12184, - 12192 + 12185, + 12193 ], "loc": { "start": { @@ -27007,8 +27007,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12208, - 12210 + 12209, + 12211 ], "loc": { "start": { @@ -27027,8 +27027,8 @@ "object": { "type": "ThisExpression", "range": [ - 12213, - 12217 + 12214, + 12218 ], "loc": { "start": { @@ -27045,8 +27045,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12218, - 12220 + 12219, + 12221 ], "loc": { "start": { @@ -27060,8 +27060,8 @@ } }, "range": [ - 12213, - 12220 + 12214, + 12221 ], "loc": { "start": { @@ -27075,8 +27075,8 @@ } }, "range": [ - 12208, - 12220 + 12209, + 12221 ], "loc": { "start": { @@ -27092,8 +27092,8 @@ ], "kind": "let", "range": [ - 12204, - 12221 + 12205, + 12222 ], "loc": { "start": { @@ -27115,8 +27115,8 @@ "type": "Identifier", "name": "slc", "range": [ - 12234, - 12237 + 12235, + 12238 ], "loc": { "start": { @@ -27138,8 +27138,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12240, - 12242 + 12241, + 12243 ], "loc": { "start": { @@ -27156,8 +27156,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 12243, - 12259 + 12244, + 12260 ], "loc": { "start": { @@ -27171,8 +27171,8 @@ } }, "range": [ - 12240, - 12259 + 12241, + 12260 ], "loc": { "start": { @@ -27190,8 +27190,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12260, - 12268 + 12261, + 12269 ], "loc": { "start": { @@ -27206,8 +27206,8 @@ } ], "range": [ - 12240, - 12269 + 12241, + 12270 ], "loc": { "start": { @@ -27221,8 +27221,8 @@ } }, "range": [ - 12234, - 12269 + 12235, + 12270 ], "loc": { "start": { @@ -27238,8 +27238,8 @@ ], "kind": "let", "range": [ - 12230, - 12270 + 12231, + 12271 ], "loc": { "start": { @@ -27261,8 +27261,8 @@ "type": "Identifier", "name": "values", "range": [ - 12283, - 12289 + 12284, + 12290 ], "loc": { "start": { @@ -27279,8 +27279,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12292, - 12294 + 12293, + 12295 ], "loc": { "start": { @@ -27294,8 +27294,8 @@ } }, "range": [ - 12283, - 12294 + 12284, + 12295 ], "loc": { "start": { @@ -27311,8 +27311,8 @@ ], "kind": "let", "range": [ - 12279, - 12295 + 12280, + 12296 ], "loc": { "start": { @@ -27329,8 +27329,8 @@ "type": "Line", "value": " IE >= 9 does not support the selectedOptions property :(", "range": [ - 12305, - 12364 + 12306, + 12365 ], "loc": { "start": { @@ -27354,8 +27354,8 @@ "type": "Identifier", "name": "slc", "range": [ - 12377, - 12380 + 12378, + 12381 ], "loc": { "start": { @@ -27372,8 +27372,8 @@ "type": "Identifier", "name": "selectedOptions", "range": [ - 12381, - 12396 + 12382, + 12397 ], "loc": { "start": { @@ -27387,8 +27387,8 @@ } }, "range": [ - 12377, - 12396 + 12378, + 12397 ], "loc": { "start": { @@ -27418,8 +27418,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12412, - 12414 + 12413, + 12415 ], "loc": { "start": { @@ -27436,8 +27436,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 12415, - 12422 + 12416, + 12423 ], "loc": { "start": { @@ -27451,8 +27451,8 @@ } }, "range": [ - 12412, - 12422 + 12413, + 12423 ], "loc": { "start": { @@ -27469,8 +27469,8 @@ "type": "Identifier", "name": "call", "range": [ - 12423, - 12427 + 12424, + 12428 ], "loc": { "start": { @@ -27484,8 +27484,8 @@ } }, "range": [ - 12412, - 12427 + 12413, + 12428 ], "loc": { "start": { @@ -27506,8 +27506,8 @@ "type": "Identifier", "name": "slc", "range": [ - 12428, - 12431 + 12429, + 12432 ], "loc": { "start": { @@ -27524,8 +27524,8 @@ "type": "Identifier", "name": "selectedOptions", "range": [ - 12432, - 12447 + 12433, + 12448 ], "loc": { "start": { @@ -27539,8 +27539,8 @@ } }, "range": [ - 12428, - 12447 + 12429, + 12448 ], "loc": { "start": { @@ -27561,8 +27561,8 @@ "type": "Identifier", "name": "option", "range": [ - 12465, - 12471 + 12466, + 12472 ], "loc": { "start": { @@ -27585,8 +27585,8 @@ "type": "Identifier", "name": "values", "range": [ - 12475, - 12481 + 12476, + 12482 ], "loc": { "start": { @@ -27603,8 +27603,8 @@ "type": "Identifier", "name": "push", "range": [ - 12482, - 12486 + 12483, + 12487 ], "loc": { "start": { @@ -27618,8 +27618,8 @@ } }, "range": [ - 12475, - 12486 + 12476, + 12487 ], "loc": { "start": { @@ -27640,8 +27640,8 @@ "type": "Identifier", "name": "option", "range": [ - 12487, - 12493 + 12488, + 12494 ], "loc": { "start": { @@ -27658,8 +27658,8 @@ "type": "Identifier", "name": "value", "range": [ - 12494, - 12499 + 12495, + 12500 ], "loc": { "start": { @@ -27673,8 +27673,8 @@ } }, "range": [ - 12487, - 12499 + 12488, + 12500 ], "loc": { "start": { @@ -27689,8 +27689,8 @@ } ], "range": [ - 12475, - 12500 + 12476, + 12501 ], "loc": { "start": { @@ -27706,8 +27706,8 @@ "generator": false, "expression": true, "range": [ - 12465, - 12500 + 12466, + 12501 ], "loc": { "start": { @@ -27722,8 +27722,8 @@ } ], "range": [ - 12412, - 12501 + 12413, + 12502 ], "loc": { "start": { @@ -27737,8 +27737,8 @@ } }, "range": [ - 12412, - 12502 + 12413, + 12503 ], "loc": { "start": { @@ -27753,8 +27753,8 @@ } ], "range": [ - 12398, - 12512 + 12399, + 12513 ], "loc": { "start": { @@ -27784,8 +27784,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 12532, - 12534 + 12533, + 12535 ], "loc": { "start": { @@ -27802,8 +27802,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 12535, - 12542 + 12536, + 12543 ], "loc": { "start": { @@ -27817,8 +27817,8 @@ } }, "range": [ - 12532, - 12542 + 12533, + 12543 ], "loc": { "start": { @@ -27835,8 +27835,8 @@ "type": "Identifier", "name": "call", "range": [ - 12543, - 12547 + 12544, + 12548 ], "loc": { "start": { @@ -27850,8 +27850,8 @@ } }, "range": [ - 12532, - 12547 + 12533, + 12548 ], "loc": { "start": { @@ -27872,8 +27872,8 @@ "type": "Identifier", "name": "slc", "range": [ - 12548, - 12551 + 12549, + 12552 ], "loc": { "start": { @@ -27890,8 +27890,8 @@ "type": "Identifier", "name": "options", "range": [ - 12552, - 12559 + 12553, + 12560 ], "loc": { "start": { @@ -27905,8 +27905,8 @@ } }, "range": [ - 12548, - 12559 + 12549, + 12560 ], "loc": { "start": { @@ -27927,8 +27927,8 @@ "type": "Identifier", "name": "option", "range": [ - 12562, - 12568 + 12563, + 12569 ], "loc": { "start": { @@ -27954,8 +27954,8 @@ "type": "Identifier", "name": "option", "range": [ - 12595, - 12601 + 12596, + 12602 ], "loc": { "start": { @@ -27972,8 +27972,8 @@ "type": "Identifier", "name": "selected", "range": [ - 12602, - 12610 + 12603, + 12611 ], "loc": { "start": { @@ -27987,8 +27987,8 @@ } }, "range": [ - 12595, - 12610 + 12596, + 12611 ], "loc": { "start": { @@ -28015,8 +28015,8 @@ "type": "Identifier", "name": "values", "range": [ - 12634, - 12640 + 12635, + 12641 ], "loc": { "start": { @@ -28033,8 +28033,8 @@ "type": "Identifier", "name": "push", "range": [ - 12641, - 12645 + 12642, + 12646 ], "loc": { "start": { @@ -28048,8 +28048,8 @@ } }, "range": [ - 12634, - 12645 + 12635, + 12646 ], "loc": { "start": { @@ -28070,8 +28070,8 @@ "type": "Identifier", "name": "option", "range": [ - 12646, - 12652 + 12647, + 12653 ], "loc": { "start": { @@ -28088,8 +28088,8 @@ "type": "Identifier", "name": "value", "range": [ - 12653, - 12658 + 12654, + 12659 ], "loc": { "start": { @@ -28103,8 +28103,8 @@ } }, "range": [ - 12646, - 12658 + 12647, + 12659 ], "loc": { "start": { @@ -28119,8 +28119,8 @@ } ], "range": [ - 12634, - 12659 + 12635, + 12660 ], "loc": { "start": { @@ -28134,8 +28134,8 @@ } }, "range": [ - 12634, - 12660 + 12635, + 12661 ], "loc": { "start": { @@ -28150,8 +28150,8 @@ } ], "range": [ - 12612, - 12678 + 12613, + 12679 ], "loc": { "start": { @@ -28166,8 +28166,8 @@ }, "alternate": null, "range": [ - 12591, - 12678 + 12592, + 12679 ], "loc": { "start": { @@ -28182,8 +28182,8 @@ } ], "range": [ - 12573, - 12692 + 12574, + 12693 ], "loc": { "start": { @@ -28199,8 +28199,8 @@ "generator": false, "expression": false, "range": [ - 12561, - 12692 + 12562, + 12693 ], "loc": { "start": { @@ -28215,8 +28215,8 @@ } ], "range": [ - 12532, - 12693 + 12533, + 12694 ], "loc": { "start": { @@ -28230,8 +28230,8 @@ } }, "range": [ - 12532, - 12694 + 12533, + 12695 ], "loc": { "start": { @@ -28246,8 +28246,8 @@ } ], "range": [ - 12518, - 12704 + 12519, + 12705 ], "loc": { "start": { @@ -28261,8 +28261,8 @@ } }, "range": [ - 12373, - 12704 + 12374, + 12705 ], "loc": { "start": { @@ -28279,8 +28279,8 @@ "type": "Line", "value": " IE >= 9 does not support the selectedOptions property :(", "range": [ - 12305, - 12364 + 12306, + 12365 ], "loc": { "start": { @@ -28301,8 +28301,8 @@ "type": "Identifier", "name": "values", "range": [ - 12721, - 12727 + 12722, + 12728 ], "loc": { "start": { @@ -28316,8 +28316,8 @@ } }, "range": [ - 12714, - 12728 + 12715, + 12729 ], "loc": { "start": { @@ -28332,8 +28332,8 @@ } ], "range": [ - 12194, - 12734 + 12195, + 12735 ], "loc": { "start": { @@ -28349,8 +28349,8 @@ "generator": false, "expression": false, "range": [ - 12183, - 12734 + 12184, + 12735 ], "loc": { "start": { @@ -28366,8 +28366,8 @@ "kind": "method", "computed": false, "range": [ - 12174, - 12734 + 12175, + 12735 ], "loc": { "start": { @@ -28384,8 +28384,8 @@ "type": "Line", "value": "if", "range": [ - 11977, - 11981 + 11978, + 11982 ], "loc": { "start": { @@ -28402,8 +28402,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n ", "range": [ - 12005, - 12169 + 12006, + 12170 ], "loc": { "start": { @@ -28425,8 +28425,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 12740, - 12747 + 12741, + 12748 ], "loc": { "start": { @@ -28459,8 +28459,8 @@ "object": { "type": "ThisExpression", "range": [ - 12760, - 12764 + 12761, + 12765 ], "loc": { "start": { @@ -28477,8 +28477,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 12765, - 12772 + 12766, + 12773 ], "loc": { "start": { @@ -28492,8 +28492,8 @@ } }, "range": [ - 12760, - 12772 + 12761, + 12773 ], "loc": { "start": { @@ -28510,8 +28510,8 @@ "type": "Identifier", "name": "off", "range": [ - 12773, - 12776 + 12774, + 12777 ], "loc": { "start": { @@ -28525,8 +28525,8 @@ } }, "range": [ - 12760, - 12776 + 12761, + 12777 ], "loc": { "start": { @@ -28548,8 +28548,8 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 12791, - 12812 + 12792, + 12813 ], "loc": { "start": { @@ -28564,8 +28564,8 @@ } ], "range": [ - 12790, - 12813 + 12791, + 12814 ], "loc": { "start": { @@ -28586,8 +28586,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12828, - 12836 + 12829, + 12837 ], "loc": { "start": { @@ -28604,8 +28604,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 12838, - 12846 + 12839, + 12847 ], "loc": { "start": { @@ -28622,8 +28622,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 12848, - 12858 + 12849, + 12859 ], "loc": { "start": { @@ -28645,8 +28645,8 @@ "object": { "type": "ThisExpression", "range": [ - 12879, - 12883 + 12880, + 12884 ], "loc": { "start": { @@ -28663,8 +28663,8 @@ "type": "Identifier", "name": "build", "range": [ - 12884, - 12889 + 12885, + 12890 ], "loc": { "start": { @@ -28678,8 +28678,8 @@ } }, "range": [ - 12879, - 12889 + 12880, + 12890 ], "loc": { "start": { @@ -28697,8 +28697,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 12890, - 12898 + 12891, + 12899 ], "loc": { "start": { @@ -28715,8 +28715,8 @@ "type": "Identifier", "name": "isLinked", "range": [ - 12900, - 12908 + 12901, + 12909 ], "loc": { "start": { @@ -28733,8 +28733,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 12910, - 12920 + 12911, + 12921 ], "loc": { "start": { @@ -28749,8 +28749,8 @@ } ], "range": [ - 12879, - 12921 + 12880, + 12922 ], "loc": { "start": { @@ -28766,8 +28766,8 @@ "generator": false, "expression": true, "range": [ - 12827, - 12921 + 12828, + 12922 ], "loc": { "start": { @@ -28782,8 +28782,8 @@ } ], "range": [ - 12760, - 12931 + 12761, + 12932 ], "loc": { "start": { @@ -28797,8 +28797,8 @@ } }, "range": [ - 12760, - 12932 + 12761, + 12933 ], "loc": { "start": { @@ -28824,8 +28824,8 @@ "object": { "type": "ThisExpression", "range": [ - 12941, - 12945 + 12942, + 12946 ], "loc": { "start": { @@ -28842,8 +28842,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 12946, - 12953 + 12947, + 12954 ], "loc": { "start": { @@ -28857,8 +28857,8 @@ } }, "range": [ - 12941, - 12953 + 12942, + 12954 ], "loc": { "start": { @@ -28875,8 +28875,8 @@ "type": "Identifier", "name": "off", "range": [ - 12954, - 12957 + 12955, + 12958 ], "loc": { "start": { @@ -28890,8 +28890,8 @@ } }, "range": [ - 12941, - 12957 + 12942, + 12958 ], "loc": { "start": { @@ -28913,8 +28913,8 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 12972, - 12988 + 12973, + 12989 ], "loc": { "start": { @@ -28929,8 +28929,8 @@ } ], "range": [ - 12971, - 12989 + 12972, + 12990 ], "loc": { "start": { @@ -28951,8 +28951,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13004, - 13006 + 13005, + 13007 ], "loc": { "start": { @@ -28969,8 +28969,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13008, - 13016 + 13009, + 13017 ], "loc": { "start": { @@ -28987,8 +28987,8 @@ "type": "Identifier", "name": "values", "range": [ - 13018, - 13024 + 13019, + 13025 ], "loc": { "start": { @@ -29010,8 +29010,8 @@ "object": { "type": "ThisExpression", "range": [ - 13029, - 13033 + 13030, + 13034 ], "loc": { "start": { @@ -29028,8 +29028,8 @@ "type": "Identifier", "name": "selectOptions", "range": [ - 13034, - 13047 + 13035, + 13048 ], "loc": { "start": { @@ -29043,8 +29043,8 @@ } }, "range": [ - 13029, - 13047 + 13030, + 13048 ], "loc": { "start": { @@ -29062,8 +29062,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 13048, - 13056 + 13049, + 13057 ], "loc": { "start": { @@ -29080,8 +29080,8 @@ "type": "Identifier", "name": "values", "range": [ - 13058, - 13064 + 13059, + 13065 ], "loc": { "start": { @@ -29096,8 +29096,8 @@ } ], "range": [ - 13029, - 13065 + 13030, + 13066 ], "loc": { "start": { @@ -29113,8 +29113,8 @@ "generator": false, "expression": true, "range": [ - 13003, - 13065 + 13004, + 13066 ], "loc": { "start": { @@ -29129,8 +29129,8 @@ } ], "range": [ - 12941, - 13075 + 12942, + 13076 ], "loc": { "start": { @@ -29144,8 +29144,8 @@ } }, "range": [ - 12941, - 13076 + 12942, + 13077 ], "loc": { "start": { @@ -29160,8 +29160,8 @@ } ], "range": [ - 12750, - 13082 + 12751, + 13083 ], "loc": { "start": { @@ -29177,8 +29177,8 @@ "generator": false, "expression": false, "range": [ - 12747, - 13082 + 12748, + 13083 ], "loc": { "start": { @@ -29194,8 +29194,8 @@ "kind": "method", "computed": false, "range": [ - 12740, - 13082 + 12741, + 13083 ], "loc": { "start": { @@ -29211,8 +29211,8 @@ } ], "range": [ - 358, - 13084 + 359, + 13085 ], "loc": { "start": { @@ -29226,8 +29226,8 @@ } }, "range": [ - 327, - 13084 + 328, + 13085 ], "loc": { "start": { @@ -29245,8 +29245,8 @@ "specifiers": [], "source": null, "range": [ - 320, - 13084 + 321, + 13085 ], "loc": { "start": { @@ -29263,7 +29263,7 @@ "sourceType": "module", "range": [ 0, - 13084 + 13085 ], "loc": { "start": { @@ -29280,8 +29280,8 @@ "type": "Block", "value": "*\n * Dropdown UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 365, - 452 + 366, + 453 ], "loc": { "start": { @@ -29298,8 +29298,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 515, - 538 + 516, + 539 ], "loc": { "start": { @@ -29316,8 +29316,8 @@ "type": "Line", "value": "defines empty option text", "range": [ - 677, - 704 + 678, + 705 ], "loc": { "start": { @@ -29334,8 +29334,8 @@ "type": "Line", "value": "IE only, tooltip text appearing on select before it is populated", "range": [ - 776, - 842 + 777, + 843 ], "loc": { "start": { @@ -29352,8 +29352,8 @@ "type": "Line", "value": "tooltip text appearing on multiple select", "range": [ - 944, - 987 + 945, + 988 ], "loc": { "start": { @@ -29370,8 +29370,8 @@ "type": "Line", "value": " select is populated when element has focus", "range": [ - 1316, - 1361 + 1317, + 1362 ], "loc": { "start": { @@ -29388,8 +29388,8 @@ "type": "Block", "value": "*\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n ", "range": [ - 1682, - 1913 + 1683, + 1914 ], "loc": { "start": { @@ -29406,8 +29406,8 @@ "type": "Line", "value": "filter is appended in container element", "range": [ - 2517, - 2558 + 2518, + 2559 ], "loc": { "start": { @@ -29424,8 +29424,8 @@ "type": "Line", "value": "1st option is created here since build isn't invoked", "range": [ - 2886, - 2940 + 2887, + 2941 ], "loc": { "start": { @@ -29442,8 +29442,8 @@ "type": "Block", "value": "*\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked refresh behaviour\n ", "range": [ - 3541, - 3704 + 3542, + 3705 ], "loc": { "start": { @@ -29460,8 +29460,8 @@ "type": "Line", "value": "custom select test", "range": [ - 4122, - 4142 + 4123, + 4143 ], "loc": { "start": { @@ -29478,8 +29478,8 @@ "type": "Line", "value": "custom selects text", "range": [ - 4206, - 4227 + 4207, + 4228 ], "loc": { "start": { @@ -29496,8 +29496,8 @@ "type": "Line", "value": " always visible rows don't need to appear on selects as always", "range": [ - 4692, - 4756 + 4693, + 4757 ], "loc": { "start": { @@ -29514,8 +29514,8 @@ "type": "Line", "value": " valid", "range": [ - 4769, - 4777 + 4770, + 4778 ], "loc": { "start": { @@ -29532,8 +29532,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 4982, - 5015 + 4983, + 5016 ], "loc": { "start": { @@ -29550,8 +29550,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 5128, - 5160 + 5129, + 5161 ], "loc": { "start": { @@ -29568,8 +29568,8 @@ "type": "Line", "value": " WTF: cyclomatic complexity hell", "range": [ - 5225, - 5259 + 5226, + 5260 ], "loc": { "start": { @@ -29586,8 +29586,8 @@ "type": "Line", "value": "Vary Peter's patch", "range": [ - 6070, - 6090 + 6071, + 6091 ], "loc": { "start": { @@ -29604,8 +29604,8 @@ "type": "Line", "value": " checks if celldata is already in array", "range": [ - 6185, - 6226 + 6186, + 6227 ], "loc": { "start": { @@ -29622,8 +29622,8 @@ "type": "Line", "value": "if colIndex==j", "range": [ - 6943, - 6959 + 6944, + 6960 ], "loc": { "start": { @@ -29640,8 +29640,8 @@ "type": "Line", "value": "for j", "range": [ - 6973, - 6980 + 6974, + 6981 ], "loc": { "start": { @@ -29658,8 +29658,8 @@ "type": "Line", "value": "for k", "range": [ - 6990, - 6997 + 6991, + 6998 ], "loc": { "start": { @@ -29676,8 +29676,8 @@ "type": "Line", "value": "Retrieves custom values", "range": [ - 7007, - 7032 + 7008, + 7033 ], "loc": { "start": { @@ -29694,8 +29694,8 @@ "type": "Line", "value": "asc sort", "range": [ - 7600, - 7610 + 7601, + 7611 ], "loc": { "start": { @@ -29712,8 +29712,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8110, - 8149 + 8111, + 8150 ], "loc": { "start": { @@ -29730,8 +29730,8 @@ "type": "Line", "value": "desc sort", "range": [ - 8168, - 8179 + 8169, + 8180 ], "loc": { "start": { @@ -29748,8 +29748,8 @@ "type": "Line", "value": "in case there are alphanumeric values", "range": [ - 8683, - 8722 + 8684, + 8723 ], "loc": { "start": { @@ -29766,8 +29766,8 @@ "type": "Line", "value": "populates drop-down", "range": [ - 8742, - 8763 + 8743, + 8764 ], "loc": { "start": { @@ -29784,8 +29784,8 @@ "type": "Block", "value": "*\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n ", "range": [ - 8913, - 9187 + 8914, + 9188 ], "loc": { "start": { @@ -29802,8 +29802,8 @@ "type": "Line", "value": "option value", "range": [ - 9542, - 9556 + 9543, + 9557 ], "loc": { "start": { @@ -29820,8 +29820,8 @@ "type": "Line", "value": "option text", "range": [ - 9618, - 9631 + 9619, + 9632 ], "loc": { "start": { @@ -29838,8 +29838,8 @@ "type": "Line", "value": "fill select on demand", "range": [ - 9975, - 9998 + 9976, + 9999 ], "loc": { "start": { @@ -29856,8 +29856,8 @@ "type": "Line", "value": " for y", "range": [ - 10389, - 10397 + 10390, + 10398 ], "loc": { "start": { @@ -29874,8 +29874,8 @@ "type": "Block", "value": "*\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n ", "range": [ - 10451, - 10543 + 10452, + 10544 ], "loc": { "start": { @@ -29892,8 +29892,8 @@ "type": "Block", "value": "*\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n ", "range": [ - 11158, - 11327 + 11159, + 11328 ], "loc": { "start": { @@ -29910,8 +29910,8 @@ "type": "Line", "value": " Empty value means clear all selections and first option is the", "range": [ - 11617, - 11682 + 11618, + 11683 ], "loc": { "start": { @@ -29928,8 +29928,8 @@ "type": "Line", "value": " clear all option", "range": [ - 11695, - 11714 + 11696, + 11715 ], "loc": { "start": { @@ -29946,8 +29946,8 @@ "type": "Line", "value": "if", "range": [ - 11977, - 11981 + 11978, + 11982 ], "loc": { "start": { @@ -29964,8 +29964,8 @@ "type": "Block", "value": "*\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n ", "range": [ - 12005, - 12169 + 12006, + 12170 ], "loc": { "start": { @@ -29982,8 +29982,8 @@ "type": "Line", "value": " IE >= 9 does not support the selectedOptions property :(", "range": [ - 12305, - 12364 + 12306, + 12365 ], "loc": { "start": { diff --git a/docs/ast/source/modules/gridLayout.js.json b/docs/ast/source/modules/gridLayout.js.json index f75ce5cc..d667adf3 100644 --- a/docs/ast/source/modules/gridLayout.js.json +++ b/docs/ast/source/modules/gridLayout.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Types", "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../types", "raw": "'../types'", "range": [ - 79, - 89 + 80, + 90 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 61, - 90 + 62, + 91 ], "loc": { "start": { @@ -247,8 +247,8 @@ "type": "Identifier", "name": "Event", "range": [ - 98, - 103 + 99, + 104 ], "loc": { "start": { @@ -262,8 +262,8 @@ } }, "range": [ - 98, - 103 + 99, + 104 ], "loc": { "start": { @@ -282,8 +282,8 @@ "value": "../event", "raw": "'../event'", "range": [ - 109, - 119 + 110, + 120 ], "loc": { "start": { @@ -297,8 +297,8 @@ } }, "range": [ - 91, - 120 + 92, + 121 ], "loc": { "start": { @@ -320,8 +320,8 @@ "type": "Identifier", "name": "Str", "range": [ - 128, - 131 + 129, + 132 ], "loc": { "start": { @@ -335,8 +335,8 @@ } }, "range": [ - 128, - 131 + 129, + 132 ], "loc": { "start": { @@ -355,8 +355,8 @@ "value": "../string", "raw": "'../string'", "range": [ - 137, - 148 + 138, + 149 ], "loc": { "start": { @@ -370,8 +370,8 @@ } }, "range": [ - 121, - 149 + 122, + 150 ], "loc": { "start": { @@ -393,8 +393,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 158, - 162 + 159, + 163 ], "loc": { "start": { @@ -411,8 +411,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 158, - 162 + 159, + 163 ], "loc": { "start": { @@ -426,8 +426,8 @@ } }, "range": [ - 158, - 162 + 159, + 163 ], "loc": { "start": { @@ -446,8 +446,8 @@ "value": "../const", "raw": "'../const'", "range": [ - 169, - 179 + 170, + 180 ], "loc": { "start": { @@ -461,8 +461,8 @@ } }, "range": [ - 150, - 180 + 151, + 181 ], "loc": { "start": { @@ -483,8 +483,8 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 195, - 205 + 196, + 206 ], "loc": { "start": { @@ -501,8 +501,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 214, - 221 + 215, + 222 ], "loc": { "start": { @@ -524,8 +524,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 336, - 347 + 337, + 348 ], "loc": { "start": { @@ -546,8 +546,8 @@ "type": "Identifier", "name": "tf", "range": [ - 348, - 350 + 349, + 351 ], "loc": { "start": { @@ -571,8 +571,8 @@ "callee": { "type": "Super", "range": [ - 361, - 366 + 362, + 367 ], "loc": { "start": { @@ -590,8 +590,8 @@ "type": "Identifier", "name": "tf", "range": [ - 367, - 369 + 368, + 370 ], "loc": { "start": { @@ -609,8 +609,8 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 371, - 383 + 372, + 384 ], "loc": { "start": { @@ -625,8 +625,8 @@ } ], "range": [ - 361, - 384 + 362, + 385 ], "loc": { "start": { @@ -640,8 +640,8 @@ } }, "range": [ - 361, - 385 + 362, + 386 ], "loc": { "start": { @@ -663,8 +663,8 @@ "type": "Identifier", "name": "f", "range": [ - 399, - 400 + 400, + 401 ], "loc": { "start": { @@ -683,8 +683,8 @@ "object": { "type": "ThisExpression", "range": [ - 403, - 407 + 404, + 408 ], "loc": { "start": { @@ -701,8 +701,8 @@ "type": "Identifier", "name": "config", "range": [ - 408, - 414 + 409, + 415 ], "loc": { "start": { @@ -716,8 +716,8 @@ } }, "range": [ - 403, - 414 + 404, + 415 ], "loc": { "start": { @@ -731,8 +731,8 @@ } }, "range": [ - 399, - 414 + 400, + 415 ], "loc": { "start": { @@ -748,8 +748,8 @@ ], "kind": "let", "range": [ - 395, - 415 + 396, + 416 ], "loc": { "start": { @@ -766,8 +766,8 @@ "type": "Line", "value": "defines grid width", "range": [ - 425, - 445 + 426, + 446 ], "loc": { "start": { @@ -793,8 +793,8 @@ "object": { "type": "ThisExpression", "range": [ - 454, - 458 + 455, + 459 ], "loc": { "start": { @@ -811,8 +811,8 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 459, - 468 + 460, + 469 ], "loc": { "start": { @@ -826,8 +826,8 @@ } }, "range": [ - 454, - 468 + 455, + 469 ], "loc": { "start": { @@ -850,8 +850,8 @@ "type": "Identifier", "name": "f", "range": [ - 471, - 472 + 472, + 473 ], "loc": { "start": { @@ -868,8 +868,8 @@ "type": "Identifier", "name": "grid_width", "range": [ - 473, - 483 + 474, + 484 ], "loc": { "start": { @@ -883,8 +883,8 @@ } }, "range": [ - 471, - 483 + 472, + 484 ], "loc": { "start": { @@ -902,8 +902,8 @@ "value": null, "raw": "null", "range": [ - 487, - 491 + 488, + 492 ], "loc": { "start": { @@ -917,8 +917,8 @@ } }, "range": [ - 471, - 491 + 472, + 492 ], "loc": { "start": { @@ -932,8 +932,8 @@ } }, "range": [ - 454, - 491 + 455, + 492 ], "loc": { "start": { @@ -947,8 +947,8 @@ } }, "range": [ - 454, - 492 + 455, + 493 ], "loc": { "start": { @@ -965,8 +965,8 @@ "type": "Line", "value": "defines grid width", "range": [ - 425, - 445 + 426, + 446 ], "loc": { "start": { @@ -985,8 +985,8 @@ "type": "Line", "value": "defines grid height", "range": [ - 501, - 522 + 502, + 523 ], "loc": { "start": { @@ -1012,8 +1012,8 @@ "object": { "type": "ThisExpression", "range": [ - 531, - 535 + 532, + 536 ], "loc": { "start": { @@ -1030,8 +1030,8 @@ "type": "Identifier", "name": "gridHeight", "range": [ - 536, - 546 + 537, + 547 ], "loc": { "start": { @@ -1045,8 +1045,8 @@ } }, "range": [ - 531, - 546 + 532, + 547 ], "loc": { "start": { @@ -1069,8 +1069,8 @@ "type": "Identifier", "name": "f", "range": [ - 549, - 550 + 550, + 551 ], "loc": { "start": { @@ -1087,8 +1087,8 @@ "type": "Identifier", "name": "grid_height", "range": [ - 551, - 562 + 552, + 563 ], "loc": { "start": { @@ -1102,8 +1102,8 @@ } }, "range": [ - 549, - 562 + 550, + 563 ], "loc": { "start": { @@ -1121,8 +1121,8 @@ "value": null, "raw": "null", "range": [ - 566, - 570 + 567, + 571 ], "loc": { "start": { @@ -1136,8 +1136,8 @@ } }, "range": [ - 549, - 570 + 550, + 571 ], "loc": { "start": { @@ -1151,8 +1151,8 @@ } }, "range": [ - 531, - 570 + 532, + 571 ], "loc": { "start": { @@ -1166,8 +1166,8 @@ } }, "range": [ - 531, - 571 + 532, + 572 ], "loc": { "start": { @@ -1184,8 +1184,8 @@ "type": "Line", "value": "defines grid height", "range": [ - 501, - 522 + 502, + 523 ], "loc": { "start": { @@ -1204,8 +1204,8 @@ "type": "Line", "value": "defines css class for main container", "range": [ - 580, - 618 + 581, + 619 ], "loc": { "start": { @@ -1231,8 +1231,8 @@ "object": { "type": "ThisExpression", "range": [ - 627, - 631 + 628, + 632 ], "loc": { "start": { @@ -1249,8 +1249,8 @@ "type": "Identifier", "name": "gridMainContCssClass", "range": [ - 632, - 652 + 633, + 653 ], "loc": { "start": { @@ -1264,8 +1264,8 @@ } }, "range": [ - 627, - 652 + 628, + 653 ], "loc": { "start": { @@ -1288,8 +1288,8 @@ "type": "Identifier", "name": "f", "range": [ - 655, - 656 + 656, + 657 ], "loc": { "start": { @@ -1306,8 +1306,8 @@ "type": "Identifier", "name": "grid_cont_css_class", "range": [ - 657, - 676 + 658, + 677 ], "loc": { "start": { @@ -1321,8 +1321,8 @@ } }, "range": [ - 655, - 676 + 656, + 677 ], "loc": { "start": { @@ -1340,8 +1340,8 @@ "value": "grd_Cont", "raw": "'grd_Cont'", "range": [ - 680, - 690 + 681, + 691 ], "loc": { "start": { @@ -1355,8 +1355,8 @@ } }, "range": [ - 655, - 690 + 656, + 691 ], "loc": { "start": { @@ -1370,8 +1370,8 @@ } }, "range": [ - 627, - 690 + 628, + 691 ], "loc": { "start": { @@ -1385,8 +1385,8 @@ } }, "range": [ - 627, - 691 + 628, + 692 ], "loc": { "start": { @@ -1403,8 +1403,8 @@ "type": "Line", "value": "defines css class for main container", "range": [ - 580, - 618 + 581, + 619 ], "loc": { "start": { @@ -1423,8 +1423,8 @@ "type": "Line", "value": "defines css class for div containing table", "range": [ - 700, - 744 + 701, + 745 ], "loc": { "start": { @@ -1450,8 +1450,8 @@ "object": { "type": "ThisExpression", "range": [ - 753, - 757 + 754, + 758 ], "loc": { "start": { @@ -1468,8 +1468,8 @@ "type": "Identifier", "name": "gridContCssClass", "range": [ - 758, - 774 + 759, + 775 ], "loc": { "start": { @@ -1483,8 +1483,8 @@ } }, "range": [ - 753, - 774 + 754, + 775 ], "loc": { "start": { @@ -1507,8 +1507,8 @@ "type": "Identifier", "name": "f", "range": [ - 777, - 778 + 778, + 779 ], "loc": { "start": { @@ -1525,8 +1525,8 @@ "type": "Identifier", "name": "grid_tbl_cont_css_class", "range": [ - 779, - 802 + 780, + 803 ], "loc": { "start": { @@ -1540,8 +1540,8 @@ } }, "range": [ - 777, - 802 + 778, + 803 ], "loc": { "start": { @@ -1559,8 +1559,8 @@ "value": "grd_tblCont", "raw": "'grd_tblCont'", "range": [ - 806, - 819 + 807, + 820 ], "loc": { "start": { @@ -1574,8 +1574,8 @@ } }, "range": [ - 777, - 819 + 778, + 820 ], "loc": { "start": { @@ -1589,8 +1589,8 @@ } }, "range": [ - 753, - 819 + 754, + 820 ], "loc": { "start": { @@ -1604,8 +1604,8 @@ } }, "range": [ - 753, - 820 + 754, + 821 ], "loc": { "start": { @@ -1622,8 +1622,8 @@ "type": "Line", "value": "defines css class for div containing table", "range": [ - 700, - 744 + 701, + 745 ], "loc": { "start": { @@ -1642,8 +1642,8 @@ "type": "Line", "value": "defines css class for div containing headers' table", "range": [ - 829, - 882 + 830, + 883 ], "loc": { "start": { @@ -1669,8 +1669,8 @@ "object": { "type": "ThisExpression", "range": [ - 891, - 895 + 892, + 896 ], "loc": { "start": { @@ -1687,8 +1687,8 @@ "type": "Identifier", "name": "gridHeadContCssClass", "range": [ - 896, - 916 + 897, + 917 ], "loc": { "start": { @@ -1702,8 +1702,8 @@ } }, "range": [ - 891, - 916 + 892, + 917 ], "loc": { "start": { @@ -1726,8 +1726,8 @@ "type": "Identifier", "name": "f", "range": [ - 919, - 920 + 920, + 921 ], "loc": { "start": { @@ -1744,8 +1744,8 @@ "type": "Identifier", "name": "grid_tblHead_cont_css_class", "range": [ - 921, - 948 + 922, + 949 ], "loc": { "start": { @@ -1759,8 +1759,8 @@ } }, "range": [ - 919, - 948 + 920, + 949 ], "loc": { "start": { @@ -1778,8 +1778,8 @@ "value": "grd_headTblCont", "raw": "'grd_headTblCont'", "range": [ - 964, - 981 + 965, + 982 ], "loc": { "start": { @@ -1793,8 +1793,8 @@ } }, "range": [ - 919, - 981 + 920, + 982 ], "loc": { "start": { @@ -1808,8 +1808,8 @@ } }, "range": [ - 891, - 981 + 892, + 982 ], "loc": { "start": { @@ -1823,8 +1823,8 @@ } }, "range": [ - 891, - 982 + 892, + 983 ], "loc": { "start": { @@ -1841,8 +1841,8 @@ "type": "Line", "value": "defines css class for div containing headers' table", "range": [ - 829, - 882 + 830, + 883 ], "loc": { "start": { @@ -1861,8 +1861,8 @@ "type": "Line", "value": "defines css class for div containing rows counter, paging etc.", "range": [ - 991, - 1055 + 992, + 1056 ], "loc": { "start": { @@ -1888,8 +1888,8 @@ "object": { "type": "ThisExpression", "range": [ - 1064, - 1068 + 1065, + 1069 ], "loc": { "start": { @@ -1906,8 +1906,8 @@ "type": "Identifier", "name": "gridInfDivCssClass", "range": [ - 1069, - 1087 + 1070, + 1088 ], "loc": { "start": { @@ -1921,8 +1921,8 @@ } }, "range": [ - 1064, - 1087 + 1065, + 1088 ], "loc": { "start": { @@ -1945,8 +1945,8 @@ "type": "Identifier", "name": "f", "range": [ - 1090, - 1091 + 1091, + 1092 ], "loc": { "start": { @@ -1963,8 +1963,8 @@ "type": "Identifier", "name": "grid_inf_grid_css_class", "range": [ - 1092, - 1115 + 1093, + 1116 ], "loc": { "start": { @@ -1978,8 +1978,8 @@ } }, "range": [ - 1090, - 1115 + 1091, + 1116 ], "loc": { "start": { @@ -1997,8 +1997,8 @@ "value": "grd_inf", "raw": "'grd_inf'", "range": [ - 1119, - 1128 + 1120, + 1129 ], "loc": { "start": { @@ -2012,8 +2012,8 @@ } }, "range": [ - 1090, - 1128 + 1091, + 1129 ], "loc": { "start": { @@ -2027,8 +2027,8 @@ } }, "range": [ - 1064, - 1128 + 1065, + 1129 ], "loc": { "start": { @@ -2042,8 +2042,8 @@ } }, "range": [ - 1064, - 1129 + 1065, + 1130 ], "loc": { "start": { @@ -2060,8 +2060,8 @@ "type": "Line", "value": "defines css class for div containing rows counter, paging etc.", "range": [ - 991, - 1055 + 992, + 1056 ], "loc": { "start": { @@ -2080,8 +2080,8 @@ "type": "Line", "value": "defines which row contains column headers", "range": [ - 1138, - 1181 + 1139, + 1182 ], "loc": { "start": { @@ -2107,8 +2107,8 @@ "object": { "type": "ThisExpression", "range": [ - 1190, - 1194 + 1191, + 1195 ], "loc": { "start": { @@ -2125,8 +2125,8 @@ "type": "Identifier", "name": "gridHeadRowIndex", "range": [ - 1195, - 1211 + 1196, + 1212 ], "loc": { "start": { @@ -2140,8 +2140,8 @@ } }, "range": [ - 1190, - 1211 + 1191, + 1212 ], "loc": { "start": { @@ -2164,8 +2164,8 @@ "type": "Identifier", "name": "f", "range": [ - 1214, - 1215 + 1215, + 1216 ], "loc": { "start": { @@ -2182,8 +2182,8 @@ "type": "Identifier", "name": "grid_headers_row_index", "range": [ - 1216, - 1238 + 1217, + 1239 ], "loc": { "start": { @@ -2197,8 +2197,8 @@ } }, "range": [ - 1214, - 1238 + 1215, + 1239 ], "loc": { "start": { @@ -2216,8 +2216,8 @@ "value": 0, "raw": "0", "range": [ - 1242, - 1243 + 1243, + 1244 ], "loc": { "start": { @@ -2231,8 +2231,8 @@ } }, "range": [ - 1214, - 1243 + 1215, + 1244 ], "loc": { "start": { @@ -2246,8 +2246,8 @@ } }, "range": [ - 1190, - 1243 + 1191, + 1244 ], "loc": { "start": { @@ -2261,8 +2261,8 @@ } }, "range": [ - 1190, - 1244 + 1191, + 1245 ], "loc": { "start": { @@ -2279,8 +2279,8 @@ "type": "Line", "value": "defines which row contains column headers", "range": [ - 1138, - 1181 + 1139, + 1182 ], "loc": { "start": { @@ -2299,8 +2299,8 @@ "type": "Line", "value": "array of headers row indexes to be placed in header table", "range": [ - 1253, - 1312 + 1254, + 1313 ], "loc": { "start": { @@ -2326,8 +2326,8 @@ "object": { "type": "ThisExpression", "range": [ - 1321, - 1325 + 1322, + 1326 ], "loc": { "start": { @@ -2344,8 +2344,8 @@ "type": "Identifier", "name": "gridHeadRows", "range": [ - 1326, - 1338 + 1327, + 1339 ], "loc": { "start": { @@ -2359,8 +2359,8 @@ } }, "range": [ - 1321, - 1338 + 1322, + 1339 ], "loc": { "start": { @@ -2383,8 +2383,8 @@ "type": "Identifier", "name": "f", "range": [ - 1341, - 1342 + 1342, + 1343 ], "loc": { "start": { @@ -2401,8 +2401,8 @@ "type": "Identifier", "name": "grid_headers_rows", "range": [ - 1343, - 1360 + 1344, + 1361 ], "loc": { "start": { @@ -2416,8 +2416,8 @@ } }, "range": [ - 1341, - 1360 + 1342, + 1361 ], "loc": { "start": { @@ -2438,8 +2438,8 @@ "value": 0, "raw": "0", "range": [ - 1365, - 1366 + 1366, + 1367 ], "loc": { "start": { @@ -2454,8 +2454,8 @@ } ], "range": [ - 1364, - 1367 + 1365, + 1368 ], "loc": { "start": { @@ -2469,8 +2469,8 @@ } }, "range": [ - 1341, - 1367 + 1342, + 1368 ], "loc": { "start": { @@ -2484,8 +2484,8 @@ } }, "range": [ - 1321, - 1367 + 1322, + 1368 ], "loc": { "start": { @@ -2499,8 +2499,8 @@ } }, "range": [ - 1321, - 1368 + 1322, + 1369 ], "loc": { "start": { @@ -2517,8 +2517,8 @@ "type": "Line", "value": "array of headers row indexes to be placed in header table", "range": [ - 1253, - 1312 + 1254, + 1313 ], "loc": { "start": { @@ -2537,8 +2537,8 @@ "type": "Line", "value": "generate filters in table headers", "range": [ - 1377, - 1412 + 1378, + 1413 ], "loc": { "start": { @@ -2564,8 +2564,8 @@ "object": { "type": "ThisExpression", "range": [ - 1421, - 1425 + 1422, + 1426 ], "loc": { "start": { @@ -2582,8 +2582,8 @@ "type": "Identifier", "name": "gridEnableFilters", "range": [ - 1426, - 1443 + 1427, + 1444 ], "loc": { "start": { @@ -2597,8 +2597,8 @@ } }, "range": [ - 1421, - 1443 + 1422, + 1444 ], "loc": { "start": { @@ -2623,8 +2623,8 @@ "type": "Identifier", "name": "f", "range": [ - 1446, - 1447 + 1447, + 1448 ], "loc": { "start": { @@ -2641,8 +2641,8 @@ "type": "Identifier", "name": "grid_enable_default_filters", "range": [ - 1448, - 1475 + 1449, + 1476 ], "loc": { "start": { @@ -2656,8 +2656,8 @@ } }, "range": [ - 1446, - 1475 + 1447, + 1476 ], "loc": { "start": { @@ -2674,8 +2674,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 1478, - 1487 + 1479, + 1488 ], "loc": { "start": { @@ -2689,8 +2689,8 @@ } }, "range": [ - 1446, - 1487 + 1447, + 1488 ], "loc": { "start": { @@ -2710,8 +2710,8 @@ "type": "Identifier", "name": "f", "range": [ - 1502, - 1503 + 1503, + 1504 ], "loc": { "start": { @@ -2728,8 +2728,8 @@ "type": "Identifier", "name": "grid_enable_default_filters", "range": [ - 1504, - 1531 + 1505, + 1532 ], "loc": { "start": { @@ -2743,8 +2743,8 @@ } }, "range": [ - 1502, - 1531 + 1503, + 1532 ], "loc": { "start": { @@ -2762,8 +2762,8 @@ "value": true, "raw": "true", "range": [ - 1534, - 1538 + 1535, + 1539 ], "loc": { "start": { @@ -2777,8 +2777,8 @@ } }, "range": [ - 1446, - 1538 + 1447, + 1539 ], "loc": { "start": { @@ -2792,8 +2792,8 @@ } }, "range": [ - 1421, - 1538 + 1422, + 1539 ], "loc": { "start": { @@ -2807,8 +2807,8 @@ } }, "range": [ - 1421, - 1539 + 1422, + 1540 ], "loc": { "start": { @@ -2825,8 +2825,8 @@ "type": "Line", "value": "generate filters in table headers", "range": [ - 1377, - 1412 + 1378, + 1413 ], "loc": { "start": { @@ -2852,8 +2852,8 @@ "object": { "type": "ThisExpression", "range": [ - 1548, - 1552 + 1549, + 1553 ], "loc": { "start": { @@ -2870,8 +2870,8 @@ "type": "Identifier", "name": "noHeaders", "range": [ - 1553, - 1562 + 1554, + 1563 ], "loc": { "start": { @@ -2885,8 +2885,8 @@ } }, "range": [ - 1548, - 1562 + 1549, + 1563 ], "loc": { "start": { @@ -2905,8 +2905,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 1565, - 1572 + 1566, + 1573 ], "loc": { "start": { @@ -2927,8 +2927,8 @@ "type": "Identifier", "name": "f", "range": [ - 1573, - 1574 + 1574, + 1575 ], "loc": { "start": { @@ -2945,8 +2945,8 @@ "type": "Identifier", "name": "grid_no_headers", "range": [ - 1575, - 1590 + 1576, + 1591 ], "loc": { "start": { @@ -2960,8 +2960,8 @@ } }, "range": [ - 1573, - 1590 + 1574, + 1591 ], "loc": { "start": { @@ -2976,8 +2976,8 @@ } ], "range": [ - 1565, - 1591 + 1566, + 1592 ], "loc": { "start": { @@ -2991,8 +2991,8 @@ } }, "range": [ - 1548, - 1591 + 1549, + 1592 ], "loc": { "start": { @@ -3006,8 +3006,8 @@ } }, "range": [ - 1548, - 1592 + 1549, + 1593 ], "loc": { "start": { @@ -3024,8 +3024,8 @@ "type": "Line", "value": "default col width", "range": [ - 1601, - 1620 + 1602, + 1621 ], "loc": { "start": { @@ -3051,8 +3051,8 @@ "object": { "type": "ThisExpression", "range": [ - 1629, - 1633 + 1630, + 1634 ], "loc": { "start": { @@ -3069,8 +3069,8 @@ "type": "Identifier", "name": "gridDefaultColWidth", "range": [ - 1634, - 1653 + 1635, + 1654 ], "loc": { "start": { @@ -3084,8 +3084,8 @@ } }, "range": [ - 1629, - 1653 + 1630, + 1654 ], "loc": { "start": { @@ -3108,8 +3108,8 @@ "type": "Identifier", "name": "f", "range": [ - 1656, - 1657 + 1657, + 1658 ], "loc": { "start": { @@ -3126,8 +3126,8 @@ "type": "Identifier", "name": "grid_default_col_width", "range": [ - 1658, - 1680 + 1659, + 1681 ], "loc": { "start": { @@ -3141,8 +3141,8 @@ } }, "range": [ - 1656, - 1680 + 1657, + 1681 ], "loc": { "start": { @@ -3160,8 +3160,8 @@ "value": "100px", "raw": "'100px'", "range": [ - 1684, - 1691 + 1685, + 1692 ], "loc": { "start": { @@ -3175,8 +3175,8 @@ } }, "range": [ - 1656, - 1691 + 1657, + 1692 ], "loc": { "start": { @@ -3190,8 +3190,8 @@ } }, "range": [ - 1629, - 1691 + 1630, + 1692 ], "loc": { "start": { @@ -3205,8 +3205,8 @@ } }, "range": [ - 1629, - 1692 + 1630, + 1693 ], "loc": { "start": { @@ -3223,8 +3223,8 @@ "type": "Line", "value": "default col width", "range": [ - 1601, - 1620 + 1602, + 1621 ], "loc": { "start": { @@ -3250,8 +3250,8 @@ "object": { "type": "ThisExpression", "range": [ - 1702, - 1706 + 1703, + 1707 ], "loc": { "start": { @@ -3268,8 +3268,8 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 1707, - 1718 + 1708, + 1719 ], "loc": { "start": { @@ -3283,8 +3283,8 @@ } }, "range": [ - 1702, - 1718 + 1703, + 1719 ], "loc": { "start": { @@ -3301,8 +3301,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1721, - 1723 + 1722, + 1724 ], "loc": { "start": { @@ -3316,8 +3316,8 @@ } }, "range": [ - 1702, - 1723 + 1703, + 1724 ], "loc": { "start": { @@ -3331,8 +3331,8 @@ } }, "range": [ - 1702, - 1724 + 1703, + 1725 ], "loc": { "start": { @@ -3349,8 +3349,8 @@ "type": "Line", "value": "div containing grid elements if grid_layout true", "range": [ - 1734, - 1784 + 1735, + 1785 ], "loc": { "start": { @@ -3376,8 +3376,8 @@ "object": { "type": "ThisExpression", "range": [ - 1793, - 1797 + 1794, + 1798 ], "loc": { "start": { @@ -3394,8 +3394,8 @@ "type": "Identifier", "name": "prfxMainTblCont", "range": [ - 1798, - 1813 + 1799, + 1814 ], "loc": { "start": { @@ -3409,8 +3409,8 @@ } }, "range": [ - 1793, - 1813 + 1794, + 1814 ], "loc": { "start": { @@ -3428,8 +3428,8 @@ "value": "gridCont_", "raw": "'gridCont_'", "range": [ - 1816, - 1827 + 1817, + 1828 ], "loc": { "start": { @@ -3443,8 +3443,8 @@ } }, "range": [ - 1793, - 1827 + 1794, + 1828 ], "loc": { "start": { @@ -3458,8 +3458,8 @@ } }, "range": [ - 1793, - 1828 + 1794, + 1829 ], "loc": { "start": { @@ -3476,8 +3476,8 @@ "type": "Line", "value": "div containing grid elements if grid_layout true", "range": [ - 1734, - 1784 + 1735, + 1785 ], "loc": { "start": { @@ -3496,8 +3496,8 @@ "type": "Line", "value": "div containing table if grid_layout true", "range": [ - 1837, - 1879 + 1838, + 1880 ], "loc": { "start": { @@ -3523,8 +3523,8 @@ "object": { "type": "ThisExpression", "range": [ - 1888, - 1892 + 1889, + 1893 ], "loc": { "start": { @@ -3541,8 +3541,8 @@ "type": "Identifier", "name": "prfxTblCont", "range": [ - 1893, - 1904 + 1894, + 1905 ], "loc": { "start": { @@ -3556,8 +3556,8 @@ } }, "range": [ - 1888, - 1904 + 1889, + 1905 ], "loc": { "start": { @@ -3575,8 +3575,8 @@ "value": "tblCont_", "raw": "'tblCont_'", "range": [ - 1907, - 1917 + 1908, + 1918 ], "loc": { "start": { @@ -3590,8 +3590,8 @@ } }, "range": [ - 1888, - 1917 + 1889, + 1918 ], "loc": { "start": { @@ -3605,8 +3605,8 @@ } }, "range": [ - 1888, - 1918 + 1889, + 1919 ], "loc": { "start": { @@ -3623,8 +3623,8 @@ "type": "Line", "value": "div containing table if grid_layout true", "range": [ - 1837, - 1879 + 1838, + 1880 ], "loc": { "start": { @@ -3643,8 +3643,8 @@ "type": "Line", "value": "div containing headers table if grid_layout true", "range": [ - 1927, - 1977 + 1928, + 1978 ], "loc": { "start": { @@ -3670,8 +3670,8 @@ "object": { "type": "ThisExpression", "range": [ - 1986, - 1990 + 1987, + 1991 ], "loc": { "start": { @@ -3688,8 +3688,8 @@ "type": "Identifier", "name": "prfxHeadTblCont", "range": [ - 1991, - 2006 + 1992, + 2007 ], "loc": { "start": { @@ -3703,8 +3703,8 @@ } }, "range": [ - 1986, - 2006 + 1987, + 2007 ], "loc": { "start": { @@ -3722,8 +3722,8 @@ "value": "tblHeadCont_", "raw": "'tblHeadCont_'", "range": [ - 2009, - 2023 + 2010, + 2024 ], "loc": { "start": { @@ -3737,8 +3737,8 @@ } }, "range": [ - 1986, - 2023 + 1987, + 2024 ], "loc": { "start": { @@ -3752,8 +3752,8 @@ } }, "range": [ - 1986, - 2024 + 1987, + 2025 ], "loc": { "start": { @@ -3770,8 +3770,8 @@ "type": "Line", "value": "div containing headers table if grid_layout true", "range": [ - 1927, - 1977 + 1928, + 1978 ], "loc": { "start": { @@ -3790,8 +3790,8 @@ "type": "Line", "value": "headers' table if grid_layout true", "range": [ - 2033, - 2069 + 2034, + 2070 ], "loc": { "start": { @@ -3817,8 +3817,8 @@ "object": { "type": "ThisExpression", "range": [ - 2078, - 2082 + 2079, + 2083 ], "loc": { "start": { @@ -3835,8 +3835,8 @@ "type": "Identifier", "name": "prfxHeadTbl", "range": [ - 2083, - 2094 + 2084, + 2095 ], "loc": { "start": { @@ -3850,8 +3850,8 @@ } }, "range": [ - 2078, - 2094 + 2079, + 2095 ], "loc": { "start": { @@ -3869,8 +3869,8 @@ "value": "tblHead_", "raw": "'tblHead_'", "range": [ - 2097, - 2107 + 2098, + 2108 ], "loc": { "start": { @@ -3884,8 +3884,8 @@ } }, "range": [ - 2078, - 2107 + 2079, + 2108 ], "loc": { "start": { @@ -3899,8 +3899,8 @@ } }, "range": [ - 2078, - 2108 + 2079, + 2109 ], "loc": { "start": { @@ -3917,8 +3917,8 @@ "type": "Line", "value": "headers' table if grid_layout true", "range": [ - 2033, - 2069 + 2034, + 2070 ], "loc": { "start": { @@ -3937,8 +3937,8 @@ "type": "Line", "value": "id of td containing the filter if grid_layout true", "range": [ - 2117, - 2169 + 2118, + 2170 ], "loc": { "start": { @@ -3964,8 +3964,8 @@ "object": { "type": "ThisExpression", "range": [ - 2178, - 2182 + 2179, + 2183 ], "loc": { "start": { @@ -3982,8 +3982,8 @@ "type": "Identifier", "name": "prfxGridFltTd", "range": [ - 2183, - 2196 + 2184, + 2197 ], "loc": { "start": { @@ -3997,8 +3997,8 @@ } }, "range": [ - 2178, - 2196 + 2179, + 2197 ], "loc": { "start": { @@ -4016,8 +4016,8 @@ "value": "_td_", "raw": "'_td_'", "range": [ - 2199, - 2205 + 2200, + 2206 ], "loc": { "start": { @@ -4031,8 +4031,8 @@ } }, "range": [ - 2178, - 2205 + 2179, + 2206 ], "loc": { "start": { @@ -4046,8 +4046,8 @@ } }, "range": [ - 2178, - 2206 + 2179, + 2207 ], "loc": { "start": { @@ -4064,8 +4064,8 @@ "type": "Line", "value": "id of td containing the filter if grid_layout true", "range": [ - 2117, - 2169 + 2118, + 2170 ], "loc": { "start": { @@ -4084,8 +4084,8 @@ "type": "Line", "value": "id of th containing column header if grid_layout true", "range": [ - 2215, - 2270 + 2216, + 2271 ], "loc": { "start": { @@ -4111,8 +4111,8 @@ "object": { "type": "ThisExpression", "range": [ - 2279, - 2283 + 2280, + 2284 ], "loc": { "start": { @@ -4129,8 +4129,8 @@ "type": "Identifier", "name": "prfxGridTh", "range": [ - 2284, - 2294 + 2285, + 2295 ], "loc": { "start": { @@ -4144,8 +4144,8 @@ } }, "range": [ - 2279, - 2294 + 2280, + 2295 ], "loc": { "start": { @@ -4163,8 +4163,8 @@ "value": "tblHeadTh_", "raw": "'tblHeadTh_'", "range": [ - 2297, - 2309 + 2298, + 2310 ], "loc": { "start": { @@ -4178,8 +4178,8 @@ } }, "range": [ - 2279, - 2309 + 2280, + 2310 ], "loc": { "start": { @@ -4193,8 +4193,8 @@ } }, "range": [ - 2279, - 2310 + 2280, + 2311 ], "loc": { "start": { @@ -4211,8 +4211,8 @@ "type": "Line", "value": "id of th containing column header if grid_layout true", "range": [ - 2215, - 2270 + 2216, + 2271 ], "loc": { "start": { @@ -4238,8 +4238,8 @@ "object": { "type": "ThisExpression", "range": [ - 2320, - 2324 + 2321, + 2325 ], "loc": { "start": { @@ -4256,8 +4256,8 @@ "type": "Identifier", "name": "sourceTblHtml", "range": [ - 2325, - 2338 + 2326, + 2339 ], "loc": { "start": { @@ -4271,8 +4271,8 @@ } }, "range": [ - 2320, - 2338 + 2321, + 2339 ], "loc": { "start": { @@ -4295,8 +4295,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2341, - 2343 + 2342, + 2344 ], "loc": { "start": { @@ -4313,8 +4313,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 2344, - 2347 + 2345, + 2348 ], "loc": { "start": { @@ -4328,8 +4328,8 @@ } }, "range": [ - 2341, - 2347 + 2342, + 2348 ], "loc": { "start": { @@ -4346,8 +4346,8 @@ "type": "Identifier", "name": "outerHTML", "range": [ - 2348, - 2357 + 2349, + 2358 ], "loc": { "start": { @@ -4361,8 +4361,8 @@ } }, "range": [ - 2341, - 2357 + 2342, + 2358 ], "loc": { "start": { @@ -4376,8 +4376,8 @@ } }, "range": [ - 2320, - 2357 + 2321, + 2358 ], "loc": { "start": { @@ -4391,8 +4391,8 @@ } }, "range": [ - 2320, - 2358 + 2321, + 2359 ], "loc": { "start": { @@ -4409,8 +4409,8 @@ "type": "Line", "value": " filters flag at TF level", "range": [ - 2368, - 2395 + 2369, + 2396 ], "loc": { "start": { @@ -4437,8 +4437,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2404, - 2406 + 2405, + 2407 ], "loc": { "start": { @@ -4455,8 +4455,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 2407, - 2414 + 2408, + 2415 ], "loc": { "start": { @@ -4470,8 +4470,8 @@ } }, "range": [ - 2404, - 2414 + 2405, + 2415 ], "loc": { "start": { @@ -4490,8 +4490,8 @@ "object": { "type": "ThisExpression", "range": [ - 2417, - 2421 + 2418, + 2422 ], "loc": { "start": { @@ -4508,8 +4508,8 @@ "type": "Identifier", "name": "gridEnableFilters", "range": [ - 2422, - 2439 + 2423, + 2440 ], "loc": { "start": { @@ -4523,8 +4523,8 @@ } }, "range": [ - 2417, - 2439 + 2418, + 2440 ], "loc": { "start": { @@ -4538,8 +4538,8 @@ } }, "range": [ - 2404, - 2439 + 2405, + 2440 ], "loc": { "start": { @@ -4553,8 +4553,8 @@ } }, "range": [ - 2404, - 2440 + 2405, + 2441 ], "loc": { "start": { @@ -4571,8 +4571,8 @@ "type": "Line", "value": " filters flag at TF level", "range": [ - 2368, - 2395 + 2369, + 2396 ], "loc": { "start": { @@ -4589,8 +4589,8 @@ } ], "range": [ - 351, - 2446 + 352, + 2447 ], "loc": { "start": { @@ -4606,8 +4606,8 @@ "generator": false, "expression": false, "range": [ - 347, - 2446 + 348, + 2447 ], "loc": { "start": { @@ -4623,8 +4623,8 @@ "kind": "constructor", "computed": false, "range": [ - 336, - 2446 + 337, + 2447 ], "loc": { "start": { @@ -4641,8 +4641,8 @@ "type": "Block", "value": "*\n * Grid layout, table with fixed headers\n * @param {Object} tf TableFilter instance\n ", "range": [ - 228, - 331 + 229, + 332 ], "loc": { "start": { @@ -4661,8 +4661,8 @@ "type": "Block", "value": "*\n * Generates a grid with fixed headers\n ", "range": [ - 2452, - 2506 + 2453, + 2507 ], "loc": { "start": { @@ -4684,8 +4684,8 @@ "type": "Identifier", "name": "init", "range": [ - 2511, - 2515 + 2512, + 2516 ], "loc": { "start": { @@ -4714,8 +4714,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2531, - 2533 + 2532, + 2534 ], "loc": { "start": { @@ -4734,8 +4734,8 @@ "object": { "type": "ThisExpression", "range": [ - 2536, - 2540 + 2537, + 2541 ], "loc": { "start": { @@ -4752,8 +4752,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2541, - 2543 + 2542, + 2544 ], "loc": { "start": { @@ -4767,8 +4767,8 @@ } }, "range": [ - 2536, - 2543 + 2537, + 2544 ], "loc": { "start": { @@ -4782,8 +4782,8 @@ } }, "range": [ - 2531, - 2543 + 2532, + 2544 ], "loc": { "start": { @@ -4799,8 +4799,8 @@ ], "kind": "let", "range": [ - 2527, - 2544 + 2528, + 2545 ], "loc": { "start": { @@ -4822,8 +4822,8 @@ "type": "Identifier", "name": "f", "range": [ - 2557, - 2558 + 2558, + 2559 ], "loc": { "start": { @@ -4842,8 +4842,8 @@ "object": { "type": "ThisExpression", "range": [ - 2561, - 2565 + 2562, + 2566 ], "loc": { "start": { @@ -4860,8 +4860,8 @@ "type": "Identifier", "name": "config", "range": [ - 2566, - 2572 + 2567, + 2573 ], "loc": { "start": { @@ -4875,8 +4875,8 @@ } }, "range": [ - 2561, - 2572 + 2562, + 2573 ], "loc": { "start": { @@ -4890,8 +4890,8 @@ } }, "range": [ - 2557, - 2572 + 2558, + 2573 ], "loc": { "start": { @@ -4907,8 +4907,8 @@ ], "kind": "let", "range": [ - 2553, - 2573 + 2554, + 2574 ], "loc": { "start": { @@ -4930,8 +4930,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 2586, - 2589 + 2587, + 2590 ], "loc": { "start": { @@ -4951,8 +4951,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2592, - 2594 + 2593, + 2595 ], "loc": { "start": { @@ -4969,8 +4969,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 2595, - 2598 + 2596, + 2599 ], "loc": { "start": { @@ -4984,8 +4984,8 @@ } }, "range": [ - 2592, - 2598 + 2593, + 2599 ], "loc": { "start": { @@ -4999,8 +4999,8 @@ } }, "range": [ - 2586, - 2598 + 2587, + 2599 ], "loc": { "start": { @@ -5016,8 +5016,8 @@ ], "kind": "let", "range": [ - 2582, - 2599 + 2583, + 2600 ], "loc": { "start": { @@ -5038,8 +5038,8 @@ "object": { "type": "ThisExpression", "range": [ - 2612, - 2616 + 2613, + 2617 ], "loc": { "start": { @@ -5056,8 +5056,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2617, - 2628 + 2618, + 2629 ], "loc": { "start": { @@ -5071,8 +5071,8 @@ } }, "range": [ - 2612, - 2628 + 2613, + 2629 ], "loc": { "start": { @@ -5092,8 +5092,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2643, - 2650 + 2644, + 2651 ], "loc": { "start": { @@ -5108,8 +5108,8 @@ } ], "range": [ - 2629, - 2660 + 2630, + 2661 ], "loc": { "start": { @@ -5124,8 +5124,8 @@ }, "alternate": null, "range": [ - 2609, - 2660 + 2610, + 2661 ], "loc": { "start": { @@ -5142,8 +5142,8 @@ "type": "Line", "value": " Override reference rows indexes", "range": [ - 2670, - 2704 + 2671, + 2705 ], "loc": { "start": { @@ -5170,8 +5170,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2713, - 2715 + 2714, + 2716 ], "loc": { "start": { @@ -5188,8 +5188,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 2716, - 2722 + 2717, + 2723 ], "loc": { "start": { @@ -5203,8 +5203,8 @@ } }, "range": [ - 2713, - 2722 + 2714, + 2723 ], "loc": { "start": { @@ -5228,8 +5228,8 @@ "type": "Identifier", "name": "Types", "range": [ - 2725, - 2730 + 2726, + 2731 ], "loc": { "start": { @@ -5246,8 +5246,8 @@ "type": "Identifier", "name": "isNull", "range": [ - 2731, - 2737 + 2732, + 2738 ], "loc": { "start": { @@ -5261,8 +5261,8 @@ } }, "range": [ - 2725, - 2737 + 2726, + 2738 ], "loc": { "start": { @@ -5283,8 +5283,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2738, - 2740 + 2739, + 2741 ], "loc": { "start": { @@ -5301,8 +5301,8 @@ "type": "Identifier", "name": "startRow", "range": [ - 2741, - 2749 + 2742, + 2750 ], "loc": { "start": { @@ -5316,8 +5316,8 @@ } }, "range": [ - 2738, - 2749 + 2739, + 2750 ], "loc": { "start": { @@ -5332,8 +5332,8 @@ } ], "range": [ - 2725, - 2750 + 2726, + 2751 ], "loc": { "start": { @@ -5351,8 +5351,8 @@ "value": 0, "raw": "0", "range": [ - 2753, - 2754 + 2754, + 2755 ], "loc": { "start": { @@ -5372,8 +5372,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2757, - 2759 + 2758, + 2760 ], "loc": { "start": { @@ -5390,8 +5390,8 @@ "type": "Identifier", "name": "startRow", "range": [ - 2760, - 2768 + 2761, + 2769 ], "loc": { "start": { @@ -5405,8 +5405,8 @@ } }, "range": [ - 2757, - 2768 + 2758, + 2769 ], "loc": { "start": { @@ -5420,8 +5420,8 @@ } }, "range": [ - 2725, - 2768 + 2726, + 2769 ], "loc": { "start": { @@ -5435,8 +5435,8 @@ } }, "range": [ - 2713, - 2768 + 2714, + 2769 ], "loc": { "start": { @@ -5450,8 +5450,8 @@ } }, "range": [ - 2713, - 2769 + 2714, + 2770 ], "loc": { "start": { @@ -5468,8 +5468,8 @@ "type": "Line", "value": " Override reference rows indexes", "range": [ - 2670, - 2704 + 2671, + 2705 ], "loc": { "start": { @@ -5496,8 +5496,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2778, - 2780 + 2779, + 2781 ], "loc": { "start": { @@ -5514,8 +5514,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 2781, - 2791 + 2782, + 2792 ], "loc": { "start": { @@ -5529,8 +5529,8 @@ } }, "range": [ - 2778, - 2791 + 2779, + 2792 ], "loc": { "start": { @@ -5548,8 +5548,8 @@ "value": 0, "raw": "0", "range": [ - 2794, - 2795 + 2795, + 2796 ], "loc": { "start": { @@ -5563,8 +5563,8 @@ } }, "range": [ - 2778, - 2795 + 2779, + 2796 ], "loc": { "start": { @@ -5578,8 +5578,8 @@ } }, "range": [ - 2778, - 2796 + 2779, + 2797 ], "loc": { "start": { @@ -5604,8 +5604,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2805, - 2807 + 2806, + 2808 ], "loc": { "start": { @@ -5622,8 +5622,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 2808, - 2823 + 2809, + 2824 ], "loc": { "start": { @@ -5637,8 +5637,8 @@ } }, "range": [ - 2805, - 2823 + 2806, + 2824 ], "loc": { "start": { @@ -5656,8 +5656,8 @@ "value": 1, "raw": "1", "range": [ - 2826, - 2827 + 2827, + 2828 ], "loc": { "start": { @@ -5671,8 +5671,8 @@ } }, "range": [ - 2805, - 2827 + 2806, + 2828 ], "loc": { "start": { @@ -5686,8 +5686,8 @@ } }, "range": [ - 2805, - 2828 + 2806, + 2829 ], "loc": { "start": { @@ -5712,8 +5712,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2838, - 2840 + 2839, + 2841 ], "loc": { "start": { @@ -5730,8 +5730,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 2841, - 2854 + 2842, + 2855 ], "loc": { "start": { @@ -5745,8 +5745,8 @@ } }, "range": [ - 2838, - 2854 + 2839, + 2855 ], "loc": { "start": { @@ -5764,8 +5764,8 @@ "value": true, "raw": "true", "range": [ - 2857, - 2861 + 2858, + 2862 ], "loc": { "start": { @@ -5779,8 +5779,8 @@ } }, "range": [ - 2838, - 2861 + 2839, + 2862 ], "loc": { "start": { @@ -5794,8 +5794,8 @@ } }, "range": [ - 2838, - 2862 + 2839, + 2863 ], "loc": { "start": { @@ -5812,8 +5812,8 @@ "type": "Line", "value": " default width of 100px if column widths not set", "range": [ - 2872, - 2922 + 2873, + 2923 ], "loc": { "start": { @@ -5840,8 +5840,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2935, - 2937 + 2936, + 2938 ], "loc": { "start": { @@ -5858,8 +5858,8 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 2938, - 2950 + 2939, + 2951 ], "loc": { "start": { @@ -5873,8 +5873,8 @@ } }, "range": [ - 2935, - 2950 + 2936, + 2951 ], "loc": { "start": { @@ -5889,8 +5889,8 @@ }, "prefix": true, "range": [ - 2934, - 2950 + 2935, + 2951 ], "loc": { "start": { @@ -5918,8 +5918,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2965, - 2967 + 2966, + 2968 ], "loc": { "start": { @@ -5936,8 +5936,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 2968, - 2977 + 2969, + 2978 ], "loc": { "start": { @@ -5951,8 +5951,8 @@ } }, "range": [ - 2965, - 2977 + 2966, + 2978 ], "loc": { "start": { @@ -5969,8 +5969,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 2980, - 2982 + 2981, + 2983 ], "loc": { "start": { @@ -5984,8 +5984,8 @@ } }, "range": [ - 2965, - 2982 + 2966, + 2983 ], "loc": { "start": { @@ -5999,8 +5999,8 @@ } }, "range": [ - 2965, - 2983 + 2966, + 2984 ], "loc": { "start": { @@ -6024,8 +6024,8 @@ "type": "Identifier", "name": "k", "range": [ - 3004, - 3005 + 3005, + 3006 ], "loc": { "start": { @@ -6043,8 +6043,8 @@ "value": 0, "raw": "0", "range": [ - 3006, - 3007 + 3007, + 3008 ], "loc": { "start": { @@ -6058,8 +6058,8 @@ } }, "range": [ - 3004, - 3007 + 3005, + 3008 ], "loc": { "start": { @@ -6075,8 +6075,8 @@ ], "kind": "let", "range": [ - 3000, - 3007 + 3001, + 3008 ], "loc": { "start": { @@ -6096,8 +6096,8 @@ "type": "Identifier", "name": "k", "range": [ - 3009, - 3010 + 3010, + 3011 ], "loc": { "start": { @@ -6117,8 +6117,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3011, - 3013 + 3012, + 3014 ], "loc": { "start": { @@ -6135,8 +6135,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 3014, - 3021 + 3015, + 3022 ], "loc": { "start": { @@ -6150,8 +6150,8 @@ } }, "range": [ - 3011, - 3021 + 3012, + 3022 ], "loc": { "start": { @@ -6165,8 +6165,8 @@ } }, "range": [ - 3009, - 3021 + 3010, + 3022 ], "loc": { "start": { @@ -6186,8 +6186,8 @@ "type": "Identifier", "name": "k", "range": [ - 3023, - 3024 + 3024, + 3025 ], "loc": { "start": { @@ -6202,8 +6202,8 @@ }, "prefix": false, "range": [ - 3023, - 3026 + 3024, + 3027 ], "loc": { "start": { @@ -6228,8 +6228,8 @@ "type": "Identifier", "name": "colW", "range": [ - 3049, - 3053 + 3050, + 3054 ], "loc": { "start": { @@ -6244,8 +6244,8 @@ }, "init": null, "range": [ - 3049, - 3053 + 3050, + 3054 ], "loc": { "start": { @@ -6264,8 +6264,8 @@ "type": "Identifier", "name": "cell", "range": [ - 3075, - 3079 + 3076, + 3080 ], "loc": { "start": { @@ -6294,8 +6294,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 3082, - 3085 + 3083, + 3086 ], "loc": { "start": { @@ -6312,8 +6312,8 @@ "type": "Identifier", "name": "rows", "range": [ - 3086, - 3090 + 3087, + 3091 ], "loc": { "start": { @@ -6327,8 +6327,8 @@ } }, "range": [ - 3082, - 3090 + 3083, + 3091 ], "loc": { "start": { @@ -6347,8 +6347,8 @@ "object": { "type": "ThisExpression", "range": [ - 3091, - 3095 + 3092, + 3096 ], "loc": { "start": { @@ -6365,8 +6365,8 @@ "type": "Identifier", "name": "gridHeadRowIndex", "range": [ - 3096, - 3112 + 3097, + 3113 ], "loc": { "start": { @@ -6380,8 +6380,8 @@ } }, "range": [ - 3091, - 3112 + 3092, + 3113 ], "loc": { "start": { @@ -6395,8 +6395,8 @@ } }, "range": [ - 3082, - 3113 + 3083, + 3114 ], "loc": { "start": { @@ -6413,8 +6413,8 @@ "type": "Identifier", "name": "cells", "range": [ - 3114, - 3119 + 3115, + 3120 ], "loc": { "start": { @@ -6428,8 +6428,8 @@ } }, "range": [ - 3082, - 3119 + 3083, + 3120 ], "loc": { "start": { @@ -6446,8 +6446,8 @@ "type": "Identifier", "name": "k", "range": [ - 3120, - 3121 + 3121, + 3122 ], "loc": { "start": { @@ -6461,8 +6461,8 @@ } }, "range": [ - 3082, - 3122 + 3083, + 3123 ], "loc": { "start": { @@ -6476,8 +6476,8 @@ } }, "range": [ - 3075, - 3122 + 3076, + 3123 ], "loc": { "start": { @@ -6493,8 +6493,8 @@ ], "kind": "let", "range": [ - 3045, - 3123 + 3046, + 3124 ], "loc": { "start": { @@ -6519,8 +6519,8 @@ "type": "Identifier", "name": "cell", "range": [ - 3143, - 3147 + 3144, + 3148 ], "loc": { "start": { @@ -6537,8 +6537,8 @@ "type": "Identifier", "name": "width", "range": [ - 3148, - 3153 + 3149, + 3154 ], "loc": { "start": { @@ -6552,8 +6552,8 @@ } }, "range": [ - 3143, - 3153 + 3144, + 3154 ], "loc": { "start": { @@ -6571,8 +6571,8 @@ "value": "", "raw": "''", "range": [ - 3158, - 3160 + 3159, + 3161 ], "loc": { "start": { @@ -6586,8 +6586,8 @@ } }, "range": [ - 3143, - 3160 + 3144, + 3161 ], "loc": { "start": { @@ -6612,8 +6612,8 @@ "type": "Identifier", "name": "colW", "range": [ - 3183, - 3187 + 3184, + 3188 ], "loc": { "start": { @@ -6633,8 +6633,8 @@ "type": "Identifier", "name": "cell", "range": [ - 3190, - 3194 + 3191, + 3195 ], "loc": { "start": { @@ -6651,8 +6651,8 @@ "type": "Identifier", "name": "width", "range": [ - 3195, - 3200 + 3196, + 3201 ], "loc": { "start": { @@ -6666,8 +6666,8 @@ } }, "range": [ - 3190, - 3200 + 3191, + 3201 ], "loc": { "start": { @@ -6681,8 +6681,8 @@ } }, "range": [ - 3183, - 3200 + 3184, + 3201 ], "loc": { "start": { @@ -6696,8 +6696,8 @@ } }, "range": [ - 3183, - 3201 + 3184, + 3202 ], "loc": { "start": { @@ -6712,8 +6712,8 @@ } ], "range": [ - 3161, - 3219 + 3162, + 3220 ], "loc": { "start": { @@ -6741,8 +6741,8 @@ "type": "Identifier", "name": "cell", "range": [ - 3228, - 3232 + 3229, + 3233 ], "loc": { "start": { @@ -6759,8 +6759,8 @@ "type": "Identifier", "name": "style", "range": [ - 3233, - 3238 + 3234, + 3239 ], "loc": { "start": { @@ -6774,8 +6774,8 @@ } }, "range": [ - 3228, - 3238 + 3229, + 3239 ], "loc": { "start": { @@ -6792,8 +6792,8 @@ "type": "Identifier", "name": "width", "range": [ - 3239, - 3244 + 3240, + 3245 ], "loc": { "start": { @@ -6807,8 +6807,8 @@ } }, "range": [ - 3228, - 3244 + 3229, + 3245 ], "loc": { "start": { @@ -6826,8 +6826,8 @@ "value": "", "raw": "''", "range": [ - 3249, - 3251 + 3250, + 3252 ], "loc": { "start": { @@ -6841,8 +6841,8 @@ } }, "range": [ - 3228, - 3251 + 3229, + 3252 ], "loc": { "start": { @@ -6867,8 +6867,8 @@ "type": "Identifier", "name": "colW", "range": [ - 3274, - 3278 + 3275, + 3279 ], "loc": { "start": { @@ -6887,8 +6887,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 3281, - 3289 + 3282, + 3290 ], "loc": { "start": { @@ -6912,8 +6912,8 @@ "type": "Identifier", "name": "cell", "range": [ - 3290, - 3294 + 3291, + 3295 ], "loc": { "start": { @@ -6930,8 +6930,8 @@ "type": "Identifier", "name": "style", "range": [ - 3295, - 3300 + 3296, + 3301 ], "loc": { "start": { @@ -6945,8 +6945,8 @@ } }, "range": [ - 3290, - 3300 + 3291, + 3301 ], "loc": { "start": { @@ -6963,8 +6963,8 @@ "type": "Identifier", "name": "width", "range": [ - 3301, - 3306 + 3302, + 3307 ], "loc": { "start": { @@ -6978,8 +6978,8 @@ } }, "range": [ - 3290, - 3306 + 3291, + 3307 ], "loc": { "start": { @@ -6997,8 +6997,8 @@ "value": 10, "raw": "10", "range": [ - 3308, - 3310 + 3309, + 3311 ], "loc": { "start": { @@ -7013,8 +7013,8 @@ } ], "range": [ - 3281, - 3311 + 3282, + 3312 ], "loc": { "start": { @@ -7028,8 +7028,8 @@ } }, "range": [ - 3274, - 3311 + 3275, + 3312 ], "loc": { "start": { @@ -7043,8 +7043,8 @@ } }, "range": [ - 3274, - 3312 + 3275, + 3313 ], "loc": { "start": { @@ -7059,8 +7059,8 @@ } ], "range": [ - 3252, - 3330 + 3253, + 3331 ], "loc": { "start": { @@ -7085,8 +7085,8 @@ "type": "Identifier", "name": "colW", "range": [ - 3358, - 3362 + 3359, + 3363 ], "loc": { "start": { @@ -7105,8 +7105,8 @@ "object": { "type": "ThisExpression", "range": [ - 3365, - 3369 + 3366, + 3370 ], "loc": { "start": { @@ -7123,8 +7123,8 @@ "type": "Identifier", "name": "gridDefaultColWidth", "range": [ - 3370, - 3389 + 3371, + 3390 ], "loc": { "start": { @@ -7138,8 +7138,8 @@ } }, "range": [ - 3365, - 3389 + 3366, + 3390 ], "loc": { "start": { @@ -7153,8 +7153,8 @@ } }, "range": [ - 3358, - 3389 + 3359, + 3390 ], "loc": { "start": { @@ -7168,8 +7168,8 @@ } }, "range": [ - 3358, - 3390 + 3359, + 3391 ], "loc": { "start": { @@ -7184,8 +7184,8 @@ } ], "range": [ - 3336, - 3408 + 3337, + 3409 ], "loc": { "start": { @@ -7199,8 +7199,8 @@ } }, "range": [ - 3225, - 3408 + 3226, + 3409 ], "loc": { "start": { @@ -7214,8 +7214,8 @@ } }, "range": [ - 3140, - 3408 + 3141, + 3409 ], "loc": { "start": { @@ -7243,8 +7243,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3425, - 3427 + 3426, + 3428 ], "loc": { "start": { @@ -7261,8 +7261,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 3428, - 3437 + 3429, + 3438 ], "loc": { "start": { @@ -7276,8 +7276,8 @@ } }, "range": [ - 3425, - 3437 + 3426, + 3438 ], "loc": { "start": { @@ -7294,8 +7294,8 @@ "type": "Identifier", "name": "k", "range": [ - 3438, - 3439 + 3439, + 3440 ], "loc": { "start": { @@ -7309,8 +7309,8 @@ } }, "range": [ - 3425, - 3440 + 3426, + 3441 ], "loc": { "start": { @@ -7327,8 +7327,8 @@ "type": "Identifier", "name": "colW", "range": [ - 3443, - 3447 + 3444, + 3448 ], "loc": { "start": { @@ -7342,8 +7342,8 @@ } }, "range": [ - 3425, - 3447 + 3426, + 3448 ], "loc": { "start": { @@ -7357,8 +7357,8 @@ } }, "range": [ - 3425, - 3448 + 3426, + 3449 ], "loc": { "start": { @@ -7373,8 +7373,8 @@ } ], "range": [ - 3027, - 3462 + 3028, + 3463 ], "loc": { "start": { @@ -7388,8 +7388,8 @@ } }, "range": [ - 2996, - 3462 + 2997, + 3463 ], "loc": { "start": { @@ -7414,8 +7414,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3475, - 3477 + 3476, + 3478 ], "loc": { "start": { @@ -7432,8 +7432,8 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 3478, - 3490 + 3479, + 3491 ], "loc": { "start": { @@ -7447,8 +7447,8 @@ } }, "range": [ - 3475, - 3490 + 3476, + 3491 ], "loc": { "start": { @@ -7466,8 +7466,8 @@ "value": true, "raw": "true", "range": [ - 3493, - 3497 + 3494, + 3498 ], "loc": { "start": { @@ -7481,8 +7481,8 @@ } }, "range": [ - 3475, - 3497 + 3476, + 3498 ], "loc": { "start": { @@ -7496,8 +7496,8 @@ } }, "range": [ - 3475, - 3498 + 3476, + 3499 ], "loc": { "start": { @@ -7512,8 +7512,8 @@ } ], "range": [ - 2951, - 3508 + 2952, + 3509 ], "loc": { "start": { @@ -7528,8 +7528,8 @@ }, "alternate": null, "range": [ - 2931, - 3508 + 2932, + 3509 ], "loc": { "start": { @@ -7546,8 +7546,8 @@ "type": "Line", "value": " default width of 100px if column widths not set", "range": [ - 2872, - 2922 + 2873, + 2923 ], "loc": { "start": { @@ -7573,8 +7573,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3517, - 3519 + 3518, + 3520 ], "loc": { "start": { @@ -7591,8 +7591,8 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 3520, - 3532 + 3521, + 3533 ], "loc": { "start": { @@ -7606,8 +7606,8 @@ } }, "range": [ - 3517, - 3532 + 3518, + 3533 ], "loc": { "start": { @@ -7622,8 +7622,8 @@ }, "arguments": [], "range": [ - 3517, - 3534 + 3518, + 3535 ], "loc": { "start": { @@ -7637,8 +7637,8 @@ } }, "range": [ - 3517, - 3535 + 3518, + 3536 ], "loc": { "start": { @@ -7660,8 +7660,8 @@ "type": "Identifier", "name": "tblW", "range": [ - 3549, - 3553 + 3550, + 3554 ], "loc": { "start": { @@ -7676,8 +7676,8 @@ }, "init": null, "range": [ - 3549, - 3553 + 3550, + 3554 ], "loc": { "start": { @@ -7693,8 +7693,8 @@ ], "kind": "let", "range": [ - 3545, - 3554 + 3546, + 3555 ], "loc": { "start": { @@ -7711,8 +7711,8 @@ "type": "Line", "value": "initial table width", "range": [ - 3554, - 3575 + 3555, + 3576 ], "loc": { "start": { @@ -7739,8 +7739,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 3587, - 3590 + 3588, + 3591 ], "loc": { "start": { @@ -7757,8 +7757,8 @@ "type": "Identifier", "name": "width", "range": [ - 3591, - 3596 + 3592, + 3597 ], "loc": { "start": { @@ -7772,8 +7772,8 @@ } }, "range": [ - 3587, - 3596 + 3588, + 3597 ], "loc": { "start": { @@ -7791,8 +7791,8 @@ "value": "", "raw": "''", "range": [ - 3601, - 3603 + 3602, + 3604 ], "loc": { "start": { @@ -7806,8 +7806,8 @@ } }, "range": [ - 3587, - 3603 + 3588, + 3604 ], "loc": { "start": { @@ -7832,8 +7832,8 @@ "type": "Identifier", "name": "tblW", "range": [ - 3618, - 3622 + 3619, + 3623 ], "loc": { "start": { @@ -7853,8 +7853,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 3625, - 3628 + 3626, + 3629 ], "loc": { "start": { @@ -7871,8 +7871,8 @@ "type": "Identifier", "name": "width", "range": [ - 3629, - 3634 + 3630, + 3635 ], "loc": { "start": { @@ -7886,8 +7886,8 @@ } }, "range": [ - 3625, - 3634 + 3626, + 3635 ], "loc": { "start": { @@ -7901,8 +7901,8 @@ } }, "range": [ - 3618, - 3634 + 3619, + 3635 ], "loc": { "start": { @@ -7916,8 +7916,8 @@ } }, "range": [ - 3618, - 3635 + 3619, + 3636 ], "loc": { "start": { @@ -7932,8 +7932,8 @@ } ], "range": [ - 3604, - 3645 + 3605, + 3646 ], "loc": { "start": { @@ -7961,8 +7961,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 3662, - 3665 + 3663, + 3666 ], "loc": { "start": { @@ -7979,8 +7979,8 @@ "type": "Identifier", "name": "style", "range": [ - 3666, - 3671 + 3667, + 3672 ], "loc": { "start": { @@ -7994,8 +7994,8 @@ } }, "range": [ - 3662, - 3671 + 3663, + 3672 ], "loc": { "start": { @@ -8012,8 +8012,8 @@ "type": "Identifier", "name": "width", "range": [ - 3672, - 3677 + 3673, + 3678 ], "loc": { "start": { @@ -8027,8 +8027,8 @@ } }, "range": [ - 3662, - 3677 + 3663, + 3678 ], "loc": { "start": { @@ -8046,8 +8046,8 @@ "value": "", "raw": "''", "range": [ - 3682, - 3684 + 3683, + 3685 ], "loc": { "start": { @@ -8061,8 +8061,8 @@ } }, "range": [ - 3662, - 3684 + 3663, + 3685 ], "loc": { "start": { @@ -8087,8 +8087,8 @@ "type": "Identifier", "name": "tblW", "range": [ - 3699, - 3703 + 3700, + 3704 ], "loc": { "start": { @@ -8107,8 +8107,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 3706, - 3714 + 3707, + 3715 ], "loc": { "start": { @@ -8132,8 +8132,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 3715, - 3718 + 3716, + 3719 ], "loc": { "start": { @@ -8150,8 +8150,8 @@ "type": "Identifier", "name": "style", "range": [ - 3719, - 3724 + 3720, + 3725 ], "loc": { "start": { @@ -8165,8 +8165,8 @@ } }, "range": [ - 3715, - 3724 + 3716, + 3725 ], "loc": { "start": { @@ -8183,8 +8183,8 @@ "type": "Identifier", "name": "width", "range": [ - 3725, - 3730 + 3726, + 3731 ], "loc": { "start": { @@ -8198,8 +8198,8 @@ } }, "range": [ - 3715, - 3730 + 3716, + 3731 ], "loc": { "start": { @@ -8217,8 +8217,8 @@ "value": 10, "raw": "10", "range": [ - 3732, - 3734 + 3733, + 3735 ], "loc": { "start": { @@ -8233,8 +8233,8 @@ } ], "range": [ - 3706, - 3735 + 3707, + 3736 ], "loc": { "start": { @@ -8248,8 +8248,8 @@ } }, "range": [ - 3699, - 3735 + 3700, + 3736 ], "loc": { "start": { @@ -8263,8 +8263,8 @@ } }, "range": [ - 3699, - 3736 + 3700, + 3737 ], "loc": { "start": { @@ -8279,8 +8279,8 @@ } ], "range": [ - 3685, - 3746 + 3686, + 3747 ], "loc": { "start": { @@ -8305,8 +8305,8 @@ "type": "Identifier", "name": "tblW", "range": [ - 3766, - 3770 + 3767, + 3771 ], "loc": { "start": { @@ -8326,8 +8326,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 3773, - 3776 + 3774, + 3777 ], "loc": { "start": { @@ -8344,8 +8344,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 3777, - 3788 + 3778, + 3789 ], "loc": { "start": { @@ -8359,8 +8359,8 @@ } }, "range": [ - 3773, - 3788 + 3774, + 3789 ], "loc": { "start": { @@ -8374,8 +8374,8 @@ } }, "range": [ - 3766, - 3788 + 3767, + 3789 ], "loc": { "start": { @@ -8389,8 +8389,8 @@ } }, "range": [ - 3766, - 3789 + 3767, + 3790 ], "loc": { "start": { @@ -8405,8 +8405,8 @@ } ], "range": [ - 3752, - 3799 + 3753, + 3800 ], "loc": { "start": { @@ -8420,8 +8420,8 @@ } }, "range": [ - 3659, - 3799 + 3660, + 3800 ], "loc": { "start": { @@ -8435,8 +8435,8 @@ } }, "range": [ - 3584, - 3799 + 3585, + 3800 ], "loc": { "start": { @@ -8453,8 +8453,8 @@ "type": "Line", "value": "initial table width", "range": [ - 3554, - 3575 + 3555, + 3576 ], "loc": { "start": { @@ -8473,8 +8473,8 @@ "type": "Line", "value": "Main container: it will contain all the elements", "range": [ - 3809, - 3859 + 3810, + 3860 ], "loc": { "start": { @@ -8500,8 +8500,8 @@ "object": { "type": "ThisExpression", "range": [ - 3868, - 3872 + 3869, + 3873 ], "loc": { "start": { @@ -8518,8 +8518,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 3873, - 3884 + 3874, + 3885 ], "loc": { "start": { @@ -8533,8 +8533,8 @@ } }, "range": [ - 3868, - 3884 + 3869, + 3885 ], "loc": { "start": { @@ -8556,8 +8556,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3887, - 3890 + 3888, + 3891 ], "loc": { "start": { @@ -8574,8 +8574,8 @@ "type": "Identifier", "name": "create", "range": [ - 3891, - 3897 + 3892, + 3898 ], "loc": { "start": { @@ -8589,8 +8589,8 @@ } }, "range": [ - 3887, - 3897 + 3888, + 3898 ], "loc": { "start": { @@ -8609,8 +8609,8 @@ "value": "div", "raw": "'div'", "range": [ - 3898, - 3903 + 3899, + 3904 ], "loc": { "start": { @@ -8631,8 +8631,8 @@ "value": "id", "raw": "'id'", "range": [ - 3918, - 3922 + 3919, + 3923 ], "loc": { "start": { @@ -8654,8 +8654,8 @@ "object": { "type": "ThisExpression", "range": [ - 3924, - 3928 + 3925, + 3929 ], "loc": { "start": { @@ -8672,8 +8672,8 @@ "type": "Identifier", "name": "prfxMainTblCont", "range": [ - 3929, - 3944 + 3930, + 3945 ], "loc": { "start": { @@ -8687,8 +8687,8 @@ } }, "range": [ - 3924, - 3944 + 3925, + 3945 ], "loc": { "start": { @@ -8708,8 +8708,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3947, - 3949 + 3948, + 3950 ], "loc": { "start": { @@ -8726,8 +8726,8 @@ "type": "Identifier", "name": "id", "range": [ - 3950, - 3952 + 3951, + 3953 ], "loc": { "start": { @@ -8741,8 +8741,8 @@ } }, "range": [ - 3947, - 3952 + 3948, + 3953 ], "loc": { "start": { @@ -8756,8 +8756,8 @@ } }, "range": [ - 3924, - 3952 + 3925, + 3953 ], "loc": { "start": { @@ -8772,8 +8772,8 @@ } ], "range": [ - 3917, - 3953 + 3918, + 3954 ], "loc": { "start": { @@ -8788,8 +8788,8 @@ } ], "range": [ - 3887, - 3954 + 3888, + 3955 ], "loc": { "start": { @@ -8803,8 +8803,8 @@ } }, "range": [ - 3868, - 3954 + 3869, + 3955 ], "loc": { "start": { @@ -8818,8 +8818,8 @@ } }, "range": [ - 3868, - 3955 + 3869, + 3956 ], "loc": { "start": { @@ -8836,8 +8836,8 @@ "type": "Line", "value": "Main container: it will contain all the elements", "range": [ - 3809, - 3859 + 3810, + 3860 ], "loc": { "start": { @@ -8866,8 +8866,8 @@ "object": { "type": "ThisExpression", "range": [ - 3964, - 3968 + 3965, + 3969 ], "loc": { "start": { @@ -8884,8 +8884,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 3969, - 3980 + 3970, + 3981 ], "loc": { "start": { @@ -8899,8 +8899,8 @@ } }, "range": [ - 3964, - 3980 + 3965, + 3981 ], "loc": { "start": { @@ -8917,8 +8917,8 @@ "type": "Identifier", "name": "className", "range": [ - 3981, - 3990 + 3982, + 3991 ], "loc": { "start": { @@ -8932,8 +8932,8 @@ } }, "range": [ - 3964, - 3990 + 3965, + 3991 ], "loc": { "start": { @@ -8952,8 +8952,8 @@ "object": { "type": "ThisExpression", "range": [ - 3993, - 3997 + 3994, + 3998 ], "loc": { "start": { @@ -8970,8 +8970,8 @@ "type": "Identifier", "name": "gridMainContCssClass", "range": [ - 3998, - 4018 + 3999, + 4019 ], "loc": { "start": { @@ -8985,8 +8985,8 @@ } }, "range": [ - 3993, - 4018 + 3994, + 4019 ], "loc": { "start": { @@ -9000,8 +9000,8 @@ } }, "range": [ - 3964, - 4018 + 3965, + 4019 ], "loc": { "start": { @@ -9015,8 +9015,8 @@ } }, "range": [ - 3964, - 4019 + 3965, + 4020 ], "loc": { "start": { @@ -9037,8 +9037,8 @@ "object": { "type": "ThisExpression", "range": [ - 4031, - 4035 + 4032, + 4036 ], "loc": { "start": { @@ -9055,8 +9055,8 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4036, - 4045 + 4037, + 4046 ], "loc": { "start": { @@ -9070,8 +9070,8 @@ } }, "range": [ - 4031, - 4045 + 4032, + 4046 ], "loc": { "start": { @@ -9104,8 +9104,8 @@ "object": { "type": "ThisExpression", "range": [ - 4060, - 4064 + 4061, + 4065 ], "loc": { "start": { @@ -9122,8 +9122,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 4065, - 4076 + 4066, + 4077 ], "loc": { "start": { @@ -9137,8 +9137,8 @@ } }, "range": [ - 4060, - 4076 + 4061, + 4077 ], "loc": { "start": { @@ -9155,8 +9155,8 @@ "type": "Identifier", "name": "style", "range": [ - 4077, - 4082 + 4078, + 4083 ], "loc": { "start": { @@ -9170,8 +9170,8 @@ } }, "range": [ - 4060, - 4082 + 4061, + 4083 ], "loc": { "start": { @@ -9188,8 +9188,8 @@ "type": "Identifier", "name": "width", "range": [ - 4083, - 4088 + 4084, + 4089 ], "loc": { "start": { @@ -9203,8 +9203,8 @@ } }, "range": [ - 4060, - 4088 + 4061, + 4089 ], "loc": { "start": { @@ -9223,8 +9223,8 @@ "object": { "type": "ThisExpression", "range": [ - 4091, - 4095 + 4092, + 4096 ], "loc": { "start": { @@ -9241,8 +9241,8 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4096, - 4105 + 4097, + 4106 ], "loc": { "start": { @@ -9256,8 +9256,8 @@ } }, "range": [ - 4091, - 4105 + 4092, + 4106 ], "loc": { "start": { @@ -9271,8 +9271,8 @@ } }, "range": [ - 4060, - 4105 + 4061, + 4106 ], "loc": { "start": { @@ -9286,8 +9286,8 @@ } }, "range": [ - 4060, - 4106 + 4061, + 4107 ], "loc": { "start": { @@ -9302,8 +9302,8 @@ } ], "range": [ - 4046, - 4116 + 4047, + 4117 ], "loc": { "start": { @@ -9318,8 +9318,8 @@ }, "alternate": null, "range": [ - 4028, - 4116 + 4029, + 4117 ], "loc": { "start": { @@ -9346,8 +9346,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4125, - 4128 + 4126, + 4129 ], "loc": { "start": { @@ -9364,8 +9364,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 4129, - 4139 + 4130, + 4140 ], "loc": { "start": { @@ -9379,8 +9379,8 @@ } }, "range": [ - 4125, - 4139 + 4126, + 4140 ], "loc": { "start": { @@ -9397,8 +9397,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 4140, - 4152 + 4141, + 4153 ], "loc": { "start": { @@ -9412,8 +9412,8 @@ } }, "range": [ - 4125, - 4152 + 4126, + 4153 ], "loc": { "start": { @@ -9433,8 +9433,8 @@ "object": { "type": "ThisExpression", "range": [ - 4153, - 4157 + 4154, + 4158 ], "loc": { "start": { @@ -9451,8 +9451,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 4158, - 4169 + 4159, + 4170 ], "loc": { "start": { @@ -9466,8 +9466,8 @@ } }, "range": [ - 4153, - 4169 + 4154, + 4170 ], "loc": { "start": { @@ -9484,8 +9484,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4171, - 4174 + 4172, + 4175 ], "loc": { "start": { @@ -9500,8 +9500,8 @@ } ], "range": [ - 4125, - 4175 + 4126, + 4176 ], "loc": { "start": { @@ -9515,8 +9515,8 @@ } }, "range": [ - 4125, - 4176 + 4126, + 4177 ], "loc": { "start": { @@ -9533,8 +9533,8 @@ "type": "Line", "value": "Table container: div wrapping content table", "range": [ - 4186, - 4231 + 4187, + 4232 ], "loc": { "start": { @@ -9560,8 +9560,8 @@ "object": { "type": "ThisExpression", "range": [ - 4240, - 4244 + 4241, + 4245 ], "loc": { "start": { @@ -9578,8 +9578,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4245, - 4252 + 4246, + 4253 ], "loc": { "start": { @@ -9593,8 +9593,8 @@ } }, "range": [ - 4240, - 4252 + 4241, + 4253 ], "loc": { "start": { @@ -9616,8 +9616,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 4255, - 4258 + 4256, + 4259 ], "loc": { "start": { @@ -9634,8 +9634,8 @@ "type": "Identifier", "name": "create", "range": [ - 4259, - 4265 + 4260, + 4266 ], "loc": { "start": { @@ -9649,8 +9649,8 @@ } }, "range": [ - 4255, - 4265 + 4256, + 4266 ], "loc": { "start": { @@ -9669,8 +9669,8 @@ "value": "div", "raw": "'div'", "range": [ - 4266, - 4271 + 4267, + 4272 ], "loc": { "start": { @@ -9691,8 +9691,8 @@ "value": "id", "raw": "'id'", "range": [ - 4274, - 4278 + 4275, + 4279 ], "loc": { "start": { @@ -9714,8 +9714,8 @@ "object": { "type": "ThisExpression", "range": [ - 4280, - 4284 + 4281, + 4285 ], "loc": { "start": { @@ -9732,8 +9732,8 @@ "type": "Identifier", "name": "prfxTblCont", "range": [ - 4285, - 4296 + 4286, + 4297 ], "loc": { "start": { @@ -9747,8 +9747,8 @@ } }, "range": [ - 4280, - 4296 + 4281, + 4297 ], "loc": { "start": { @@ -9768,8 +9768,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4299, - 4301 + 4300, + 4302 ], "loc": { "start": { @@ -9786,8 +9786,8 @@ "type": "Identifier", "name": "id", "range": [ - 4302, - 4304 + 4303, + 4305 ], "loc": { "start": { @@ -9801,8 +9801,8 @@ } }, "range": [ - 4299, - 4304 + 4300, + 4305 ], "loc": { "start": { @@ -9816,8 +9816,8 @@ } }, "range": [ - 4280, - 4304 + 4281, + 4305 ], "loc": { "start": { @@ -9832,8 +9832,8 @@ } ], "range": [ - 4273, - 4305 + 4274, + 4306 ], "loc": { "start": { @@ -9848,8 +9848,8 @@ } ], "range": [ - 4255, - 4306 + 4256, + 4307 ], "loc": { "start": { @@ -9863,8 +9863,8 @@ } }, "range": [ - 4240, - 4306 + 4241, + 4307 ], "loc": { "start": { @@ -9878,8 +9878,8 @@ } }, "range": [ - 4240, - 4307 + 4241, + 4308 ], "loc": { "start": { @@ -9896,8 +9896,8 @@ "type": "Line", "value": "Table container: div wrapping content table", "range": [ - 4186, - 4231 + 4187, + 4232 ], "loc": { "start": { @@ -9926,8 +9926,8 @@ "object": { "type": "ThisExpression", "range": [ - 4316, - 4320 + 4317, + 4321 ], "loc": { "start": { @@ -9944,8 +9944,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4321, - 4328 + 4322, + 4329 ], "loc": { "start": { @@ -9959,8 +9959,8 @@ } }, "range": [ - 4316, - 4328 + 4317, + 4329 ], "loc": { "start": { @@ -9977,8 +9977,8 @@ "type": "Identifier", "name": "className", "range": [ - 4329, - 4338 + 4330, + 4339 ], "loc": { "start": { @@ -9992,8 +9992,8 @@ } }, "range": [ - 4316, - 4338 + 4317, + 4339 ], "loc": { "start": { @@ -10012,8 +10012,8 @@ "object": { "type": "ThisExpression", "range": [ - 4341, - 4345 + 4342, + 4346 ], "loc": { "start": { @@ -10030,8 +10030,8 @@ "type": "Identifier", "name": "gridContCssClass", "range": [ - 4346, - 4362 + 4347, + 4363 ], "loc": { "start": { @@ -10045,8 +10045,8 @@ } }, "range": [ - 4341, - 4362 + 4342, + 4363 ], "loc": { "start": { @@ -10060,8 +10060,8 @@ } }, "range": [ - 4316, - 4362 + 4317, + 4363 ], "loc": { "start": { @@ -10075,8 +10075,8 @@ } }, "range": [ - 4316, - 4363 + 4317, + 4364 ], "loc": { "start": { @@ -10097,8 +10097,8 @@ "object": { "type": "ThisExpression", "range": [ - 4375, - 4379 + 4376, + 4380 ], "loc": { "start": { @@ -10115,8 +10115,8 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4380, - 4389 + 4381, + 4390 ], "loc": { "start": { @@ -10130,8 +10130,8 @@ } }, "range": [ - 4375, - 4389 + 4376, + 4390 ], "loc": { "start": { @@ -10163,8 +10163,8 @@ "object": { "type": "ThisExpression", "range": [ - 4407, - 4411 + 4408, + 4412 ], "loc": { "start": { @@ -10181,8 +10181,8 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4412, - 4421 + 4413, + 4422 ], "loc": { "start": { @@ -10196,8 +10196,8 @@ } }, "range": [ - 4407, - 4421 + 4408, + 4422 ], "loc": { "start": { @@ -10214,8 +10214,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 4422, - 4429 + 4423, + 4430 ], "loc": { "start": { @@ -10229,8 +10229,8 @@ } }, "range": [ - 4407, - 4429 + 4408, + 4430 ], "loc": { "start": { @@ -10249,8 +10249,8 @@ "value": "%", "raw": "'%'", "range": [ - 4430, - 4433 + 4431, + 4434 ], "loc": { "start": { @@ -10265,8 +10265,8 @@ } ], "range": [ - 4407, - 4434 + 4408, + 4435 ], "loc": { "start": { @@ -10287,8 +10287,8 @@ "value": 1, "raw": "1", "range": [ - 4439, - 4440 + 4440, + 4441 ], "loc": { "start": { @@ -10303,8 +10303,8 @@ }, "prefix": true, "range": [ - 4438, - 4440 + 4439, + 4441 ], "loc": { "start": { @@ -10318,8 +10318,8 @@ } }, "range": [ - 4407, - 4440 + 4408, + 4441 ], "loc": { "start": { @@ -10352,8 +10352,8 @@ "object": { "type": "ThisExpression", "range": [ - 4459, - 4463 + 4460, + 4464 ], "loc": { "start": { @@ -10370,8 +10370,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4464, - 4471 + 4465, + 4472 ], "loc": { "start": { @@ -10385,8 +10385,8 @@ } }, "range": [ - 4459, - 4471 + 4460, + 4472 ], "loc": { "start": { @@ -10403,8 +10403,8 @@ "type": "Identifier", "name": "style", "range": [ - 4472, - 4477 + 4473, + 4478 ], "loc": { "start": { @@ -10418,8 +10418,8 @@ } }, "range": [ - 4459, - 4477 + 4460, + 4478 ], "loc": { "start": { @@ -10436,8 +10436,8 @@ "type": "Identifier", "name": "width", "range": [ - 4478, - 4483 + 4479, + 4484 ], "loc": { "start": { @@ -10451,8 +10451,8 @@ } }, "range": [ - 4459, - 4483 + 4460, + 4484 ], "loc": { "start": { @@ -10470,8 +10470,8 @@ "value": "100%", "raw": "'100%'", "range": [ - 4486, - 4492 + 4487, + 4493 ], "loc": { "start": { @@ -10485,8 +10485,8 @@ } }, "range": [ - 4459, - 4492 + 4460, + 4493 ], "loc": { "start": { @@ -10500,8 +10500,8 @@ } }, "range": [ - 4459, - 4493 + 4460, + 4494 ], "loc": { "start": { @@ -10516,8 +10516,8 @@ } ], "range": [ - 4441, - 4507 + 4442, + 4508 ], "loc": { "start": { @@ -10550,8 +10550,8 @@ "object": { "type": "ThisExpression", "range": [ - 4531, - 4535 + 4532, + 4536 ], "loc": { "start": { @@ -10568,8 +10568,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4536, - 4543 + 4537, + 4544 ], "loc": { "start": { @@ -10583,8 +10583,8 @@ } }, "range": [ - 4531, - 4543 + 4532, + 4544 ], "loc": { "start": { @@ -10601,8 +10601,8 @@ "type": "Identifier", "name": "style", "range": [ - 4544, - 4549 + 4545, + 4550 ], "loc": { "start": { @@ -10616,8 +10616,8 @@ } }, "range": [ - 4531, - 4549 + 4532, + 4550 ], "loc": { "start": { @@ -10634,8 +10634,8 @@ "type": "Identifier", "name": "width", "range": [ - 4550, - 4555 + 4551, + 4556 ], "loc": { "start": { @@ -10649,8 +10649,8 @@ } }, "range": [ - 4531, - 4555 + 4532, + 4556 ], "loc": { "start": { @@ -10669,8 +10669,8 @@ "object": { "type": "ThisExpression", "range": [ - 4558, - 4562 + 4559, + 4563 ], "loc": { "start": { @@ -10687,8 +10687,8 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 4563, - 4572 + 4564, + 4573 ], "loc": { "start": { @@ -10702,8 +10702,8 @@ } }, "range": [ - 4558, - 4572 + 4559, + 4573 ], "loc": { "start": { @@ -10717,8 +10717,8 @@ } }, "range": [ - 4531, - 4572 + 4532, + 4573 ], "loc": { "start": { @@ -10732,8 +10732,8 @@ } }, "range": [ - 4531, - 4573 + 4532, + 4574 ], "loc": { "start": { @@ -10748,8 +10748,8 @@ } ], "range": [ - 4513, - 4587 + 4514, + 4588 ], "loc": { "start": { @@ -10763,8 +10763,8 @@ } }, "range": [ - 4404, - 4587 + 4405, + 4588 ], "loc": { "start": { @@ -10779,8 +10779,8 @@ } ], "range": [ - 4390, - 4597 + 4391, + 4598 ], "loc": { "start": { @@ -10795,8 +10795,8 @@ }, "alternate": null, "range": [ - 4372, - 4597 + 4373, + 4598 ], "loc": { "start": { @@ -10817,8 +10817,8 @@ "object": { "type": "ThisExpression", "range": [ - 4609, - 4613 + 4610, + 4614 ], "loc": { "start": { @@ -10835,8 +10835,8 @@ "type": "Identifier", "name": "gridHeight", "range": [ - 4614, - 4624 + 4615, + 4625 ], "loc": { "start": { @@ -10850,8 +10850,8 @@ } }, "range": [ - 4609, - 4624 + 4610, + 4625 ], "loc": { "start": { @@ -10884,8 +10884,8 @@ "object": { "type": "ThisExpression", "range": [ - 4639, - 4643 + 4640, + 4644 ], "loc": { "start": { @@ -10902,8 +10902,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4644, - 4651 + 4645, + 4652 ], "loc": { "start": { @@ -10917,8 +10917,8 @@ } }, "range": [ - 4639, - 4651 + 4640, + 4652 ], "loc": { "start": { @@ -10935,8 +10935,8 @@ "type": "Identifier", "name": "style", "range": [ - 4652, - 4657 + 4653, + 4658 ], "loc": { "start": { @@ -10950,8 +10950,8 @@ } }, "range": [ - 4639, - 4657 + 4640, + 4658 ], "loc": { "start": { @@ -10968,8 +10968,8 @@ "type": "Identifier", "name": "height", "range": [ - 4658, - 4664 + 4659, + 4665 ], "loc": { "start": { @@ -10983,8 +10983,8 @@ } }, "range": [ - 4639, - 4664 + 4640, + 4665 ], "loc": { "start": { @@ -11003,8 +11003,8 @@ "object": { "type": "ThisExpression", "range": [ - 4667, - 4671 + 4668, + 4672 ], "loc": { "start": { @@ -11021,8 +11021,8 @@ "type": "Identifier", "name": "gridHeight", "range": [ - 4672, - 4682 + 4673, + 4683 ], "loc": { "start": { @@ -11036,8 +11036,8 @@ } }, "range": [ - 4667, - 4682 + 4668, + 4683 ], "loc": { "start": { @@ -11051,8 +11051,8 @@ } }, "range": [ - 4639, - 4682 + 4640, + 4683 ], "loc": { "start": { @@ -11066,8 +11066,8 @@ } }, "range": [ - 4639, - 4683 + 4640, + 4684 ], "loc": { "start": { @@ -11082,8 +11082,8 @@ } ], "range": [ - 4625, - 4693 + 4626, + 4694 ], "loc": { "start": { @@ -11098,8 +11098,8 @@ }, "alternate": null, "range": [ - 4606, - 4693 + 4607, + 4694 ], "loc": { "start": { @@ -11126,8 +11126,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4702, - 4705 + 4703, + 4706 ], "loc": { "start": { @@ -11144,8 +11144,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 4706, - 4716 + 4707, + 4717 ], "loc": { "start": { @@ -11159,8 +11159,8 @@ } }, "range": [ - 4702, - 4716 + 4703, + 4717 ], "loc": { "start": { @@ -11177,8 +11177,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 4717, - 4729 + 4718, + 4730 ], "loc": { "start": { @@ -11192,8 +11192,8 @@ } }, "range": [ - 4702, - 4729 + 4703, + 4730 ], "loc": { "start": { @@ -11213,8 +11213,8 @@ "object": { "type": "ThisExpression", "range": [ - 4730, - 4734 + 4731, + 4735 ], "loc": { "start": { @@ -11231,8 +11231,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4735, - 4742 + 4736, + 4743 ], "loc": { "start": { @@ -11246,8 +11246,8 @@ } }, "range": [ - 4730, - 4742 + 4731, + 4743 ], "loc": { "start": { @@ -11264,8 +11264,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4744, - 4747 + 4745, + 4748 ], "loc": { "start": { @@ -11280,8 +11280,8 @@ } ], "range": [ - 4702, - 4748 + 4703, + 4749 ], "loc": { "start": { @@ -11295,8 +11295,8 @@ } }, "range": [ - 4702, - 4749 + 4703, + 4750 ], "loc": { "start": { @@ -11318,8 +11318,8 @@ "type": "Identifier", "name": "t", "range": [ - 4762, - 4763 + 4763, + 4764 ], "loc": { "start": { @@ -11341,8 +11341,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 4766, - 4769 + 4767, + 4770 ], "loc": { "start": { @@ -11359,8 +11359,8 @@ "type": "Identifier", "name": "remove", "range": [ - 4770, - 4776 + 4771, + 4777 ], "loc": { "start": { @@ -11374,8 +11374,8 @@ } }, "range": [ - 4766, - 4776 + 4767, + 4777 ], "loc": { "start": { @@ -11393,8 +11393,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4777, - 4780 + 4778, + 4781 ], "loc": { "start": { @@ -11409,8 +11409,8 @@ } ], "range": [ - 4766, - 4781 + 4767, + 4782 ], "loc": { "start": { @@ -11424,8 +11424,8 @@ } }, "range": [ - 4762, - 4781 + 4763, + 4782 ], "loc": { "start": { @@ -11441,8 +11441,8 @@ ], "kind": "let", "range": [ - 4758, - 4782 + 4759, + 4783 ], "loc": { "start": { @@ -11468,8 +11468,8 @@ "object": { "type": "ThisExpression", "range": [ - 4791, - 4795 + 4792, + 4796 ], "loc": { "start": { @@ -11486,8 +11486,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4796, - 4803 + 4797, + 4804 ], "loc": { "start": { @@ -11501,8 +11501,8 @@ } }, "range": [ - 4791, - 4803 + 4792, + 4804 ], "loc": { "start": { @@ -11519,8 +11519,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 4804, - 4815 + 4805, + 4816 ], "loc": { "start": { @@ -11534,8 +11534,8 @@ } }, "range": [ - 4791, - 4815 + 4792, + 4816 ], "loc": { "start": { @@ -11553,8 +11553,8 @@ "type": "Identifier", "name": "t", "range": [ - 4816, - 4817 + 4817, + 4818 ], "loc": { "start": { @@ -11569,8 +11569,8 @@ } ], "range": [ - 4791, - 4818 + 4792, + 4819 ], "loc": { "start": { @@ -11584,8 +11584,8 @@ } }, "range": [ - 4791, - 4819 + 4792, + 4820 ], "loc": { "start": { @@ -11602,8 +11602,8 @@ "type": "Line", "value": "In case table width is expressed in %", "range": [ - 4829, - 4868 + 4830, + 4869 ], "loc": { "start": { @@ -11633,8 +11633,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4880, - 4883 + 4881, + 4884 ], "loc": { "start": { @@ -11651,8 +11651,8 @@ "type": "Identifier", "name": "style", "range": [ - 4884, - 4889 + 4885, + 4890 ], "loc": { "start": { @@ -11666,8 +11666,8 @@ } }, "range": [ - 4880, - 4889 + 4881, + 4890 ], "loc": { "start": { @@ -11684,8 +11684,8 @@ "type": "Identifier", "name": "width", "range": [ - 4890, - 4895 + 4891, + 4896 ], "loc": { "start": { @@ -11699,8 +11699,8 @@ } }, "range": [ - 4880, - 4895 + 4881, + 4896 ], "loc": { "start": { @@ -11718,8 +11718,8 @@ "value": "", "raw": "''", "range": [ - 4900, - 4902 + 4901, + 4903 ], "loc": { "start": { @@ -11733,8 +11733,8 @@ } }, "range": [ - 4880, - 4902 + 4881, + 4903 ], "loc": { "start": { @@ -11765,8 +11765,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4917, - 4920 + 4918, + 4921 ], "loc": { "start": { @@ -11783,8 +11783,8 @@ "type": "Identifier", "name": "style", "range": [ - 4921, - 4926 + 4922, + 4927 ], "loc": { "start": { @@ -11798,8 +11798,8 @@ } }, "range": [ - 4917, - 4926 + 4918, + 4927 ], "loc": { "start": { @@ -11816,8 +11816,8 @@ "type": "Identifier", "name": "width", "range": [ - 4927, - 4932 + 4928, + 4933 ], "loc": { "start": { @@ -11831,8 +11831,8 @@ } }, "range": [ - 4917, - 4932 + 4918, + 4933 ], "loc": { "start": { @@ -11859,8 +11859,8 @@ "type": "Identifier", "name": "Str", "range": [ - 4936, - 4939 + 4937, + 4940 ], "loc": { "start": { @@ -11877,8 +11877,8 @@ "type": "Identifier", "name": "contains", "range": [ - 4940, - 4948 + 4941, + 4949 ], "loc": { "start": { @@ -11892,8 +11892,8 @@ } }, "range": [ - 4936, - 4948 + 4937, + 4949 ], "loc": { "start": { @@ -11912,8 +11912,8 @@ "value": "%", "raw": "'%'", "range": [ - 4949, - 4952 + 4950, + 4953 ], "loc": { "start": { @@ -11930,8 +11930,8 @@ "type": "Identifier", "name": "tblW", "range": [ - 4954, - 4958 + 4955, + 4959 ], "loc": { "start": { @@ -11946,8 +11946,8 @@ } ], "range": [ - 4936, - 4959 + 4937, + 4960 ], "loc": { "start": { @@ -11967,8 +11967,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 4978, - 4981 + 4979, + 4982 ], "loc": { "start": { @@ -11985,8 +11985,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 4982, - 4993 + 4983, + 4994 ], "loc": { "start": { @@ -12000,8 +12000,8 @@ } }, "range": [ - 4978, - 4993 + 4979, + 4994 ], "loc": { "start": { @@ -12018,8 +12018,8 @@ "type": "Identifier", "name": "tblW", "range": [ - 4996, - 5000 + 4997, + 5001 ], "loc": { "start": { @@ -12033,8 +12033,8 @@ } }, "range": [ - 4936, - 5000 + 4937, + 5001 ], "loc": { "start": { @@ -12052,8 +12052,8 @@ "value": "px", "raw": "'px'", "range": [ - 5004, - 5008 + 5005, + 5009 ], "loc": { "start": { @@ -12067,8 +12067,8 @@ } }, "range": [ - 4935, - 5008 + 4936, + 5009 ], "loc": { "start": { @@ -12082,8 +12082,8 @@ } }, "range": [ - 4917, - 5008 + 4918, + 5009 ], "loc": { "start": { @@ -12097,8 +12097,8 @@ } }, "range": [ - 4917, - 5009 + 4918, + 5010 ], "loc": { "start": { @@ -12113,8 +12113,8 @@ } ], "range": [ - 4903, - 5019 + 4904, + 5020 ], "loc": { "start": { @@ -12129,8 +12129,8 @@ }, "alternate": null, "range": [ - 4877, - 5019 + 4878, + 5020 ], "loc": { "start": { @@ -12147,8 +12147,8 @@ "type": "Line", "value": "In case table width is expressed in %", "range": [ - 4829, - 4868 + 4830, + 4869 ], "loc": { "start": { @@ -12172,8 +12172,8 @@ "type": "Identifier", "name": "d", "range": [ - 5033, - 5034 + 5034, + 5035 ], "loc": { "start": { @@ -12195,8 +12195,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 5037, - 5040 + 5038, + 5041 ], "loc": { "start": { @@ -12213,8 +12213,8 @@ "type": "Identifier", "name": "remove", "range": [ - 5041, - 5047 + 5042, + 5048 ], "loc": { "start": { @@ -12228,8 +12228,8 @@ } }, "range": [ - 5037, - 5047 + 5038, + 5048 ], "loc": { "start": { @@ -12249,8 +12249,8 @@ "object": { "type": "ThisExpression", "range": [ - 5048, - 5052 + 5049, + 5053 ], "loc": { "start": { @@ -12267,8 +12267,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 5053, - 5060 + 5054, + 5061 ], "loc": { "start": { @@ -12282,8 +12282,8 @@ } }, "range": [ - 5048, - 5060 + 5049, + 5061 ], "loc": { "start": { @@ -12298,8 +12298,8 @@ } ], "range": [ - 5037, - 5061 + 5038, + 5062 ], "loc": { "start": { @@ -12313,8 +12313,8 @@ } }, "range": [ - 5033, - 5061 + 5034, + 5062 ], "loc": { "start": { @@ -12330,8 +12330,8 @@ ], "kind": "let", "range": [ - 5029, - 5062 + 5030, + 5063 ], "loc": { "start": { @@ -12357,8 +12357,8 @@ "object": { "type": "ThisExpression", "range": [ - 5071, - 5075 + 5072, + 5076 ], "loc": { "start": { @@ -12375,8 +12375,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 5076, - 5087 + 5077, + 5088 ], "loc": { "start": { @@ -12390,8 +12390,8 @@ } }, "range": [ - 5071, - 5087 + 5072, + 5088 ], "loc": { "start": { @@ -12408,8 +12408,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 5088, - 5099 + 5089, + 5100 ], "loc": { "start": { @@ -12423,8 +12423,8 @@ } }, "range": [ - 5071, - 5099 + 5072, + 5100 ], "loc": { "start": { @@ -12442,8 +12442,8 @@ "type": "Identifier", "name": "d", "range": [ - 5100, - 5101 + 5101, + 5102 ], "loc": { "start": { @@ -12458,8 +12458,8 @@ } ], "range": [ - 5071, - 5102 + 5072, + 5103 ], "loc": { "start": { @@ -12473,8 +12473,8 @@ } }, "range": [ - 5071, - 5103 + 5072, + 5104 ], "loc": { "start": { @@ -12491,8 +12491,8 @@ "type": "Line", "value": "Headers table container: div wrapping headers table", "range": [ - 5113, - 5166 + 5114, + 5167 ], "loc": { "start": { @@ -12518,8 +12518,8 @@ "object": { "type": "ThisExpression", "range": [ - 5175, - 5179 + 5176, + 5180 ], "loc": { "start": { @@ -12536,8 +12536,8 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5180, - 5191 + 5181, + 5192 ], "loc": { "start": { @@ -12551,8 +12551,8 @@ } }, "range": [ - 5175, - 5191 + 5176, + 5192 ], "loc": { "start": { @@ -12574,8 +12574,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 5194, - 5197 + 5195, + 5198 ], "loc": { "start": { @@ -12592,8 +12592,8 @@ "type": "Identifier", "name": "create", "range": [ - 5198, - 5204 + 5199, + 5205 ], "loc": { "start": { @@ -12607,8 +12607,8 @@ } }, "range": [ - 5194, - 5204 + 5195, + 5205 ], "loc": { "start": { @@ -12627,8 +12627,8 @@ "value": "div", "raw": "'div'", "range": [ - 5218, - 5223 + 5219, + 5224 ], "loc": { "start": { @@ -12649,8 +12649,8 @@ "value": "id", "raw": "'id'", "range": [ - 5225, - 5229 + 5226, + 5230 ], "loc": { "start": { @@ -12672,8 +12672,8 @@ "object": { "type": "ThisExpression", "range": [ - 5231, - 5235 + 5232, + 5236 ], "loc": { "start": { @@ -12690,8 +12690,8 @@ "type": "Identifier", "name": "prfxHeadTblCont", "range": [ - 5236, - 5251 + 5237, + 5252 ], "loc": { "start": { @@ -12705,8 +12705,8 @@ } }, "range": [ - 5231, - 5251 + 5232, + 5252 ], "loc": { "start": { @@ -12726,8 +12726,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5254, - 5256 + 5255, + 5257 ], "loc": { "start": { @@ -12744,8 +12744,8 @@ "type": "Identifier", "name": "id", "range": [ - 5257, - 5259 + 5258, + 5260 ], "loc": { "start": { @@ -12759,8 +12759,8 @@ } }, "range": [ - 5254, - 5259 + 5255, + 5260 ], "loc": { "start": { @@ -12774,8 +12774,8 @@ } }, "range": [ - 5231, - 5259 + 5232, + 5260 ], "loc": { "start": { @@ -12790,8 +12790,8 @@ } ], "range": [ - 5224, - 5260 + 5225, + 5261 ], "loc": { "start": { @@ -12806,8 +12806,8 @@ } ], "range": [ - 5194, - 5261 + 5195, + 5262 ], "loc": { "start": { @@ -12821,8 +12821,8 @@ } }, "range": [ - 5175, - 5261 + 5176, + 5262 ], "loc": { "start": { @@ -12836,8 +12836,8 @@ } }, "range": [ - 5175, - 5262 + 5176, + 5263 ], "loc": { "start": { @@ -12854,8 +12854,8 @@ "type": "Line", "value": "Headers table container: div wrapping headers table", "range": [ - 5113, - 5166 + 5114, + 5167 ], "loc": { "start": { @@ -12884,8 +12884,8 @@ "object": { "type": "ThisExpression", "range": [ - 5271, - 5275 + 5272, + 5276 ], "loc": { "start": { @@ -12902,8 +12902,8 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5276, - 5287 + 5277, + 5288 ], "loc": { "start": { @@ -12917,8 +12917,8 @@ } }, "range": [ - 5271, - 5287 + 5272, + 5288 ], "loc": { "start": { @@ -12935,8 +12935,8 @@ "type": "Identifier", "name": "className", "range": [ - 5288, - 5297 + 5289, + 5298 ], "loc": { "start": { @@ -12950,8 +12950,8 @@ } }, "range": [ - 5271, - 5297 + 5272, + 5298 ], "loc": { "start": { @@ -12970,8 +12970,8 @@ "object": { "type": "ThisExpression", "range": [ - 5300, - 5304 + 5301, + 5305 ], "loc": { "start": { @@ -12988,8 +12988,8 @@ "type": "Identifier", "name": "gridHeadContCssClass", "range": [ - 5305, - 5325 + 5306, + 5326 ], "loc": { "start": { @@ -13003,8 +13003,8 @@ } }, "range": [ - 5300, - 5325 + 5301, + 5326 ], "loc": { "start": { @@ -13018,8 +13018,8 @@ } }, "range": [ - 5271, - 5325 + 5272, + 5326 ], "loc": { "start": { @@ -13033,8 +13033,8 @@ } }, "range": [ - 5271, - 5326 + 5272, + 5327 ], "loc": { "start": { @@ -13055,8 +13055,8 @@ "object": { "type": "ThisExpression", "range": [ - 5338, - 5342 + 5339, + 5343 ], "loc": { "start": { @@ -13073,8 +13073,8 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 5343, - 5352 + 5344, + 5353 ], "loc": { "start": { @@ -13088,8 +13088,8 @@ } }, "range": [ - 5338, - 5352 + 5339, + 5353 ], "loc": { "start": { @@ -13121,8 +13121,8 @@ "object": { "type": "ThisExpression", "range": [ - 5370, - 5374 + 5371, + 5375 ], "loc": { "start": { @@ -13139,8 +13139,8 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 5375, - 5384 + 5376, + 5385 ], "loc": { "start": { @@ -13154,8 +13154,8 @@ } }, "range": [ - 5370, - 5384 + 5371, + 5385 ], "loc": { "start": { @@ -13172,8 +13172,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5385, - 5392 + 5386, + 5393 ], "loc": { "start": { @@ -13187,8 +13187,8 @@ } }, "range": [ - 5370, - 5392 + 5371, + 5393 ], "loc": { "start": { @@ -13207,8 +13207,8 @@ "value": "%", "raw": "'%'", "range": [ - 5393, - 5396 + 5394, + 5397 ], "loc": { "start": { @@ -13223,8 +13223,8 @@ } ], "range": [ - 5370, - 5397 + 5371, + 5398 ], "loc": { "start": { @@ -13245,8 +13245,8 @@ "value": 1, "raw": "1", "range": [ - 5402, - 5403 + 5403, + 5404 ], "loc": { "start": { @@ -13261,8 +13261,8 @@ }, "prefix": true, "range": [ - 5401, - 5403 + 5402, + 5404 ], "loc": { "start": { @@ -13276,8 +13276,8 @@ } }, "range": [ - 5370, - 5403 + 5371, + 5404 ], "loc": { "start": { @@ -13310,8 +13310,8 @@ "object": { "type": "ThisExpression", "range": [ - 5422, - 5426 + 5423, + 5427 ], "loc": { "start": { @@ -13328,8 +13328,8 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5427, - 5438 + 5428, + 5439 ], "loc": { "start": { @@ -13343,8 +13343,8 @@ } }, "range": [ - 5422, - 5438 + 5423, + 5439 ], "loc": { "start": { @@ -13361,8 +13361,8 @@ "type": "Identifier", "name": "style", "range": [ - 5439, - 5444 + 5440, + 5445 ], "loc": { "start": { @@ -13376,8 +13376,8 @@ } }, "range": [ - 5422, - 5444 + 5423, + 5445 ], "loc": { "start": { @@ -13394,8 +13394,8 @@ "type": "Identifier", "name": "width", "range": [ - 5445, - 5450 + 5446, + 5451 ], "loc": { "start": { @@ -13409,8 +13409,8 @@ } }, "range": [ - 5422, - 5450 + 5423, + 5451 ], "loc": { "start": { @@ -13428,8 +13428,8 @@ "value": "100%", "raw": "'100%'", "range": [ - 5453, - 5459 + 5454, + 5460 ], "loc": { "start": { @@ -13443,8 +13443,8 @@ } }, "range": [ - 5422, - 5459 + 5423, + 5460 ], "loc": { "start": { @@ -13458,8 +13458,8 @@ } }, "range": [ - 5422, - 5460 + 5423, + 5461 ], "loc": { "start": { @@ -13474,8 +13474,8 @@ } ], "range": [ - 5404, - 5474 + 5405, + 5475 ], "loc": { "start": { @@ -13508,8 +13508,8 @@ "object": { "type": "ThisExpression", "range": [ - 5498, - 5502 + 5499, + 5503 ], "loc": { "start": { @@ -13526,8 +13526,8 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 5503, - 5514 + 5504, + 5515 ], "loc": { "start": { @@ -13541,8 +13541,8 @@ } }, "range": [ - 5498, - 5514 + 5499, + 5515 ], "loc": { "start": { @@ -13559,8 +13559,8 @@ "type": "Identifier", "name": "style", "range": [ - 5515, - 5520 + 5516, + 5521 ], "loc": { "start": { @@ -13574,8 +13574,8 @@ } }, "range": [ - 5498, - 5520 + 5499, + 5521 ], "loc": { "start": { @@ -13592,8 +13592,8 @@ "type": "Identifier", "name": "width", "range": [ - 5521, - 5526 + 5522, + 5527 ], "loc": { "start": { @@ -13607,8 +13607,8 @@ } }, "range": [ - 5498, - 5526 + 5499, + 5527 ], "loc": { "start": { @@ -13627,8 +13627,8 @@ "object": { "type": "ThisExpression", "range": [ - 5529, - 5533 + 5530, + 5534 ], "loc": { "start": { @@ -13645,8 +13645,8 @@ "type": "Identifier", "name": "gridWidth", "range": [ - 5534, - 5543 + 5535, + 5544 ], "loc": { "start": { @@ -13660,8 +13660,8 @@ } }, "range": [ - 5529, - 5543 + 5530, + 5544 ], "loc": { "start": { @@ -13675,8 +13675,8 @@ } }, "range": [ - 5498, - 5543 + 5499, + 5544 ], "loc": { "start": { @@ -13690,8 +13690,8 @@ } }, "range": [ - 5498, - 5544 + 5499, + 5545 ], "loc": { "start": { @@ -13706,8 +13706,8 @@ } ], "range": [ - 5480, - 5558 + 5481, + 5559 ], "loc": { "start": { @@ -13721,8 +13721,8 @@ } }, "range": [ - 5367, - 5558 + 5368, + 5559 ], "loc": { "start": { @@ -13737,8 +13737,8 @@ } ], "range": [ - 5353, - 5568 + 5354, + 5569 ], "loc": { "start": { @@ -13753,8 +13753,8 @@ }, "alternate": null, "range": [ - 5335, - 5568 + 5336, + 5569 ], "loc": { "start": { @@ -13771,8 +13771,8 @@ "type": "Line", "value": "Headers table", "range": [ - 5578, - 5593 + 5579, + 5594 ], "loc": { "start": { @@ -13798,8 +13798,8 @@ "object": { "type": "ThisExpression", "range": [ - 5602, - 5606 + 5603, + 5607 ], "loc": { "start": { @@ -13816,8 +13816,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 5607, - 5614 + 5608, + 5615 ], "loc": { "start": { @@ -13831,8 +13831,8 @@ } }, "range": [ - 5602, - 5614 + 5603, + 5615 ], "loc": { "start": { @@ -13854,8 +13854,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 5617, - 5620 + 5618, + 5621 ], "loc": { "start": { @@ -13872,8 +13872,8 @@ "type": "Identifier", "name": "create", "range": [ - 5621, - 5627 + 5622, + 5628 ], "loc": { "start": { @@ -13887,8 +13887,8 @@ } }, "range": [ - 5617, - 5627 + 5618, + 5628 ], "loc": { "start": { @@ -13907,8 +13907,8 @@ "value": "table", "raw": "'table'", "range": [ - 5628, - 5635 + 5629, + 5636 ], "loc": { "start": { @@ -13929,8 +13929,8 @@ "value": "id", "raw": "'id'", "range": [ - 5638, - 5642 + 5639, + 5643 ], "loc": { "start": { @@ -13952,8 +13952,8 @@ "object": { "type": "ThisExpression", "range": [ - 5644, - 5648 + 5645, + 5649 ], "loc": { "start": { @@ -13970,8 +13970,8 @@ "type": "Identifier", "name": "prfxHeadTbl", "range": [ - 5649, - 5660 + 5650, + 5661 ], "loc": { "start": { @@ -13985,8 +13985,8 @@ } }, "range": [ - 5644, - 5660 + 5645, + 5661 ], "loc": { "start": { @@ -14006,8 +14006,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5663, - 5665 + 5664, + 5666 ], "loc": { "start": { @@ -14024,8 +14024,8 @@ "type": "Identifier", "name": "id", "range": [ - 5666, - 5668 + 5667, + 5669 ], "loc": { "start": { @@ -14039,8 +14039,8 @@ } }, "range": [ - 5663, - 5668 + 5664, + 5669 ], "loc": { "start": { @@ -14054,8 +14054,8 @@ } }, "range": [ - 5644, - 5668 + 5645, + 5669 ], "loc": { "start": { @@ -14070,8 +14070,8 @@ } ], "range": [ - 5637, - 5669 + 5638, + 5670 ], "loc": { "start": { @@ -14086,8 +14086,8 @@ } ], "range": [ - 5617, - 5670 + 5618, + 5671 ], "loc": { "start": { @@ -14101,8 +14101,8 @@ } }, "range": [ - 5602, - 5670 + 5603, + 5671 ], "loc": { "start": { @@ -14116,8 +14116,8 @@ } }, "range": [ - 5602, - 5671 + 5603, + 5672 ], "loc": { "start": { @@ -14134,8 +14134,8 @@ "type": "Line", "value": "Headers table", "range": [ - 5578, - 5593 + 5579, + 5594 ], "loc": { "start": { @@ -14159,8 +14159,8 @@ "type": "Identifier", "name": "tH", "range": [ - 5684, - 5686 + 5685, + 5687 ], "loc": { "start": { @@ -14182,8 +14182,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 5689, - 5692 + 5690, + 5693 ], "loc": { "start": { @@ -14200,8 +14200,8 @@ "type": "Identifier", "name": "create", "range": [ - 5693, - 5699 + 5694, + 5700 ], "loc": { "start": { @@ -14215,8 +14215,8 @@ } }, "range": [ - 5689, - 5699 + 5690, + 5700 ], "loc": { "start": { @@ -14235,8 +14235,8 @@ "value": "tHead", "raw": "'tHead'", "range": [ - 5700, - 5707 + 5701, + 5708 ], "loc": { "start": { @@ -14251,8 +14251,8 @@ } ], "range": [ - 5689, - 5708 + 5690, + 5709 ], "loc": { "start": { @@ -14266,8 +14266,8 @@ } }, "range": [ - 5684, - 5708 + 5685, + 5709 ], "loc": { "start": { @@ -14283,8 +14283,8 @@ ], "kind": "let", "range": [ - 5680, - 5709 + 5681, + 5710 ], "loc": { "start": { @@ -14301,8 +14301,8 @@ "type": "Line", "value": "1st row should be headers row, ids are added if not set", "range": [ - 5719, - 5776 + 5720, + 5777 ], "loc": { "start": { @@ -14319,8 +14319,8 @@ "type": "Line", "value": "Those ids are used by the sort feature", "range": [ - 5785, - 5825 + 5786, + 5826 ], "loc": { "start": { @@ -14344,8 +14344,8 @@ "type": "Identifier", "name": "hRow", "range": [ - 5838, - 5842 + 5839, + 5843 ], "loc": { "start": { @@ -14368,8 +14368,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 5845, - 5848 + 5846, + 5849 ], "loc": { "start": { @@ -14386,8 +14386,8 @@ "type": "Identifier", "name": "rows", "range": [ - 5849, - 5853 + 5850, + 5854 ], "loc": { "start": { @@ -14401,8 +14401,8 @@ } }, "range": [ - 5845, - 5853 + 5846, + 5854 ], "loc": { "start": { @@ -14421,8 +14421,8 @@ "object": { "type": "ThisExpression", "range": [ - 5854, - 5858 + 5855, + 5859 ], "loc": { "start": { @@ -14439,8 +14439,8 @@ "type": "Identifier", "name": "gridHeadRowIndex", "range": [ - 5859, - 5875 + 5860, + 5876 ], "loc": { "start": { @@ -14454,8 +14454,8 @@ } }, "range": [ - 5854, - 5875 + 5855, + 5876 ], "loc": { "start": { @@ -14469,8 +14469,8 @@ } }, "range": [ - 5845, - 5876 + 5846, + 5877 ], "loc": { "start": { @@ -14484,8 +14484,8 @@ } }, "range": [ - 5838, - 5876 + 5839, + 5877 ], "loc": { "start": { @@ -14501,8 +14501,8 @@ ], "kind": "let", "range": [ - 5834, - 5877 + 5835, + 5878 ], "loc": { "start": { @@ -14519,8 +14519,8 @@ "type": "Line", "value": "1st row should be headers row, ids are added if not set", "range": [ - 5719, - 5776 + 5720, + 5777 ], "loc": { "start": { @@ -14537,8 +14537,8 @@ "type": "Line", "value": "Those ids are used by the sort feature", "range": [ - 5785, - 5825 + 5786, + 5826 ], "loc": { "start": { @@ -14562,8 +14562,8 @@ "type": "Identifier", "name": "sortTriggers", "range": [ - 5890, - 5902 + 5891, + 5903 ], "loc": { "start": { @@ -14580,8 +14580,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5905, - 5907 + 5906, + 5908 ], "loc": { "start": { @@ -14595,8 +14595,8 @@ } }, "range": [ - 5890, - 5907 + 5891, + 5908 ], "loc": { "start": { @@ -14612,8 +14612,8 @@ ], "kind": "let", "range": [ - 5886, - 5908 + 5887, + 5909 ], "loc": { "start": { @@ -14637,8 +14637,8 @@ "type": "Identifier", "name": "n", "range": [ - 5925, - 5926 + 5926, + 5927 ], "loc": { "start": { @@ -14656,8 +14656,8 @@ "value": 0, "raw": "0", "range": [ - 5927, - 5928 + 5928, + 5929 ], "loc": { "start": { @@ -14671,8 +14671,8 @@ } }, "range": [ - 5925, - 5928 + 5926, + 5929 ], "loc": { "start": { @@ -14688,8 +14688,8 @@ ], "kind": "let", "range": [ - 5921, - 5928 + 5922, + 5929 ], "loc": { "start": { @@ -14709,8 +14709,8 @@ "type": "Identifier", "name": "n", "range": [ - 5930, - 5931 + 5931, + 5932 ], "loc": { "start": { @@ -14730,8 +14730,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5932, - 5934 + 5933, + 5935 ], "loc": { "start": { @@ -14748,8 +14748,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 5935, - 5942 + 5936, + 5943 ], "loc": { "start": { @@ -14763,8 +14763,8 @@ } }, "range": [ - 5932, - 5942 + 5933, + 5943 ], "loc": { "start": { @@ -14778,8 +14778,8 @@ } }, "range": [ - 5930, - 5942 + 5931, + 5943 ], "loc": { "start": { @@ -14799,8 +14799,8 @@ "type": "Identifier", "name": "n", "range": [ - 5944, - 5945 + 5945, + 5946 ], "loc": { "start": { @@ -14815,8 +14815,8 @@ }, "prefix": false, "range": [ - 5944, - 5947 + 5945, + 5948 ], "loc": { "start": { @@ -14841,8 +14841,8 @@ "type": "Identifier", "name": "c", "range": [ - 5966, - 5967 + 5967, + 5968 ], "loc": { "start": { @@ -14865,8 +14865,8 @@ "type": "Identifier", "name": "hRow", "range": [ - 5970, - 5974 + 5971, + 5975 ], "loc": { "start": { @@ -14883,8 +14883,8 @@ "type": "Identifier", "name": "cells", "range": [ - 5975, - 5980 + 5976, + 5981 ], "loc": { "start": { @@ -14898,8 +14898,8 @@ } }, "range": [ - 5970, - 5980 + 5971, + 5981 ], "loc": { "start": { @@ -14916,8 +14916,8 @@ "type": "Identifier", "name": "n", "range": [ - 5981, - 5982 + 5982, + 5983 ], "loc": { "start": { @@ -14931,8 +14931,8 @@ } }, "range": [ - 5970, - 5983 + 5971, + 5984 ], "loc": { "start": { @@ -14946,8 +14946,8 @@ } }, "range": [ - 5966, - 5983 + 5967, + 5984 ], "loc": { "start": { @@ -14963,8 +14963,8 @@ ], "kind": "let", "range": [ - 5962, - 5984 + 5963, + 5985 ], "loc": { "start": { @@ -14986,8 +14986,8 @@ "type": "Identifier", "name": "thId", "range": [ - 6001, - 6005 + 6002, + 6006 ], "loc": { "start": { @@ -15009,8 +15009,8 @@ "type": "Identifier", "name": "c", "range": [ - 6008, - 6009 + 6009, + 6010 ], "loc": { "start": { @@ -15027,8 +15027,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 6010, - 6022 + 6011, + 6023 ], "loc": { "start": { @@ -15042,8 +15042,8 @@ } }, "range": [ - 6008, - 6022 + 6009, + 6023 ], "loc": { "start": { @@ -15062,8 +15062,8 @@ "value": "id", "raw": "'id'", "range": [ - 6023, - 6027 + 6024, + 6028 ], "loc": { "start": { @@ -15078,8 +15078,8 @@ } ], "range": [ - 6008, - 6028 + 6009, + 6029 ], "loc": { "start": { @@ -15093,8 +15093,8 @@ } }, "range": [ - 6001, - 6028 + 6002, + 6029 ], "loc": { "start": { @@ -15110,8 +15110,8 @@ ], "kind": "let", "range": [ - 5997, - 6029 + 5998, + 6030 ], "loc": { "start": { @@ -15136,8 +15136,8 @@ "type": "Identifier", "name": "thId", "range": [ - 6046, - 6050 + 6047, + 6051 ], "loc": { "start": { @@ -15152,8 +15152,8 @@ }, "prefix": true, "range": [ - 6045, - 6050 + 6046, + 6051 ], "loc": { "start": { @@ -15173,8 +15173,8 @@ "type": "Identifier", "name": "thId", "range": [ - 6054, - 6058 + 6055, + 6059 ], "loc": { "start": { @@ -15192,8 +15192,8 @@ "value": "", "raw": "''", "range": [ - 6061, - 6063 + 6062, + 6064 ], "loc": { "start": { @@ -15207,8 +15207,8 @@ } }, "range": [ - 6054, - 6063 + 6055, + 6064 ], "loc": { "start": { @@ -15222,8 +15222,8 @@ } }, "range": [ - 6045, - 6063 + 6046, + 6064 ], "loc": { "start": { @@ -15248,8 +15248,8 @@ "type": "Identifier", "name": "thId", "range": [ - 6082, - 6086 + 6083, + 6087 ], "loc": { "start": { @@ -15277,8 +15277,8 @@ "object": { "type": "ThisExpression", "range": [ - 6089, - 6093 + 6090, + 6094 ], "loc": { "start": { @@ -15295,8 +15295,8 @@ "type": "Identifier", "name": "prfxGridTh", "range": [ - 6094, - 6104 + 6095, + 6105 ], "loc": { "start": { @@ -15310,8 +15310,8 @@ } }, "range": [ - 6089, - 6104 + 6090, + 6105 ], "loc": { "start": { @@ -15328,8 +15328,8 @@ "type": "Identifier", "name": "n", "range": [ - 6105, - 6106 + 6106, + 6107 ], "loc": { "start": { @@ -15343,8 +15343,8 @@ } }, "range": [ - 6089, - 6106 + 6090, + 6107 ], "loc": { "start": { @@ -15362,8 +15362,8 @@ "value": "_", "raw": "'_'", "range": [ - 6107, - 6110 + 6108, + 6111 ], "loc": { "start": { @@ -15377,8 +15377,8 @@ } }, "range": [ - 6089, - 6110 + 6090, + 6111 ], "loc": { "start": { @@ -15398,8 +15398,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6111, - 6113 + 6112, + 6114 ], "loc": { "start": { @@ -15416,8 +15416,8 @@ "type": "Identifier", "name": "id", "range": [ - 6114, - 6116 + 6115, + 6117 ], "loc": { "start": { @@ -15431,8 +15431,8 @@ } }, "range": [ - 6111, - 6116 + 6112, + 6117 ], "loc": { "start": { @@ -15446,8 +15446,8 @@ } }, "range": [ - 6089, - 6116 + 6090, + 6117 ], "loc": { "start": { @@ -15461,8 +15461,8 @@ } }, "range": [ - 6082, - 6116 + 6083, + 6117 ], "loc": { "start": { @@ -15476,8 +15476,8 @@ } }, "range": [ - 6082, - 6117 + 6083, + 6118 ], "loc": { "start": { @@ -15501,8 +15501,8 @@ "type": "Identifier", "name": "c", "range": [ - 6134, - 6135 + 6135, + 6136 ], "loc": { "start": { @@ -15519,8 +15519,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 6136, - 6148 + 6137, + 6149 ], "loc": { "start": { @@ -15534,8 +15534,8 @@ } }, "range": [ - 6134, - 6148 + 6135, + 6149 ], "loc": { "start": { @@ -15554,8 +15554,8 @@ "value": "id", "raw": "'id'", "range": [ - 6149, - 6153 + 6150, + 6154 ], "loc": { "start": { @@ -15572,8 +15572,8 @@ "type": "Identifier", "name": "thId", "range": [ - 6155, - 6159 + 6156, + 6160 ], "loc": { "start": { @@ -15588,8 +15588,8 @@ } ], "range": [ - 6134, - 6160 + 6135, + 6161 ], "loc": { "start": { @@ -15603,8 +15603,8 @@ } }, "range": [ - 6134, - 6161 + 6135, + 6162 ], "loc": { "start": { @@ -15619,8 +15619,8 @@ } ], "range": [ - 6064, - 6175 + 6065, + 6176 ], "loc": { "start": { @@ -15635,8 +15635,8 @@ }, "alternate": null, "range": [ - 6042, - 6175 + 6043, + 6176 ], "loc": { "start": { @@ -15660,8 +15660,8 @@ "type": "Identifier", "name": "sortTriggers", "range": [ - 6188, - 6200 + 6189, + 6201 ], "loc": { "start": { @@ -15678,8 +15678,8 @@ "type": "Identifier", "name": "push", "range": [ - 6201, - 6205 + 6202, + 6206 ], "loc": { "start": { @@ -15693,8 +15693,8 @@ } }, "range": [ - 6188, - 6205 + 6189, + 6206 ], "loc": { "start": { @@ -15712,8 +15712,8 @@ "type": "Identifier", "name": "thId", "range": [ - 6206, - 6210 + 6207, + 6211 ], "loc": { "start": { @@ -15728,8 +15728,8 @@ } ], "range": [ - 6188, - 6211 + 6189, + 6212 ], "loc": { "start": { @@ -15743,8 +15743,8 @@ } }, "range": [ - 6188, - 6212 + 6189, + 6213 ], "loc": { "start": { @@ -15759,8 +15759,8 @@ } ], "range": [ - 5948, - 6222 + 5949, + 6223 ], "loc": { "start": { @@ -15774,8 +15774,8 @@ } }, "range": [ - 5917, - 6222 + 5918, + 6223 ], "loc": { "start": { @@ -15792,8 +15792,8 @@ "type": "Line", "value": "Filters row is created", "range": [ - 6232, - 6256 + 6233, + 6257 ], "loc": { "start": { @@ -15817,8 +15817,8 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 6269, - 6279 + 6270, + 6280 ], "loc": { "start": { @@ -15840,8 +15840,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 6282, - 6285 + 6283, + 6286 ], "loc": { "start": { @@ -15858,8 +15858,8 @@ "type": "Identifier", "name": "create", "range": [ - 6286, - 6292 + 6287, + 6293 ], "loc": { "start": { @@ -15873,8 +15873,8 @@ } }, "range": [ - 6282, - 6292 + 6283, + 6293 ], "loc": { "start": { @@ -15893,8 +15893,8 @@ "value": "tr", "raw": "'tr'", "range": [ - 6293, - 6297 + 6294, + 6298 ], "loc": { "start": { @@ -15909,8 +15909,8 @@ } ], "range": [ - 6282, - 6298 + 6283, + 6299 ], "loc": { "start": { @@ -15924,8 +15924,8 @@ } }, "range": [ - 6269, - 6298 + 6270, + 6299 ], "loc": { "start": { @@ -15941,8 +15941,8 @@ ], "kind": "let", "range": [ - 6265, - 6299 + 6266, + 6300 ], "loc": { "start": { @@ -15959,8 +15959,8 @@ "type": "Line", "value": "Filters row is created", "range": [ - 6232, - 6256 + 6233, + 6257 ], "loc": { "start": { @@ -15986,8 +15986,8 @@ "object": { "type": "ThisExpression", "range": [ - 6311, - 6315 + 6312, + 6316 ], "loc": { "start": { @@ -16004,8 +16004,8 @@ "type": "Identifier", "name": "gridEnableFilters", "range": [ - 6316, - 6333 + 6317, + 6334 ], "loc": { "start": { @@ -16019,8 +16019,8 @@ } }, "range": [ - 6311, - 6333 + 6312, + 6334 ], "loc": { "start": { @@ -16040,8 +16040,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6337, - 6339 + 6338, + 6340 ], "loc": { "start": { @@ -16058,8 +16058,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 6340, - 6347 + 6341, + 6348 ], "loc": { "start": { @@ -16073,8 +16073,8 @@ } }, "range": [ - 6337, - 6347 + 6338, + 6348 ], "loc": { "start": { @@ -16088,8 +16088,8 @@ } }, "range": [ - 6311, - 6347 + 6312, + 6348 ], "loc": { "start": { @@ -16117,8 +16117,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6362, - 6364 + 6363, + 6365 ], "loc": { "start": { @@ -16135,8 +16135,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 6365, - 6382 + 6366, + 6383 ], "loc": { "start": { @@ -16150,8 +16150,8 @@ } }, "range": [ - 6362, - 6382 + 6363, + 6383 ], "loc": { "start": { @@ -16168,8 +16168,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 6385, - 6387 + 6386, + 6388 ], "loc": { "start": { @@ -16183,8 +16183,8 @@ } }, "range": [ - 6362, - 6387 + 6363, + 6388 ], "loc": { "start": { @@ -16198,8 +16198,8 @@ } }, "range": [ - 6362, - 6388 + 6363, + 6389 ], "loc": { "start": { @@ -16223,8 +16223,8 @@ "type": "Identifier", "name": "j", "range": [ - 6409, - 6410 + 6410, + 6411 ], "loc": { "start": { @@ -16242,8 +16242,8 @@ "value": 0, "raw": "0", "range": [ - 6411, - 6412 + 6412, + 6413 ], "loc": { "start": { @@ -16257,8 +16257,8 @@ } }, "range": [ - 6409, - 6412 + 6410, + 6413 ], "loc": { "start": { @@ -16274,8 +16274,8 @@ ], "kind": "let", "range": [ - 6405, - 6412 + 6406, + 6413 ], "loc": { "start": { @@ -16295,8 +16295,8 @@ "type": "Identifier", "name": "j", "range": [ - 6414, - 6415 + 6415, + 6416 ], "loc": { "start": { @@ -16316,8 +16316,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6416, - 6418 + 6417, + 6419 ], "loc": { "start": { @@ -16334,8 +16334,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 6419, - 6426 + 6420, + 6427 ], "loc": { "start": { @@ -16349,8 +16349,8 @@ } }, "range": [ - 6416, - 6426 + 6417, + 6427 ], "loc": { "start": { @@ -16364,8 +16364,8 @@ } }, "range": [ - 6414, - 6426 + 6415, + 6427 ], "loc": { "start": { @@ -16385,8 +16385,8 @@ "type": "Identifier", "name": "j", "range": [ - 6428, - 6429 + 6429, + 6430 ], "loc": { "start": { @@ -16401,8 +16401,8 @@ }, "prefix": false, "range": [ - 6428, - 6431 + 6429, + 6432 ], "loc": { "start": { @@ -16427,8 +16427,8 @@ "type": "Identifier", "name": "fltTdId", "range": [ - 6454, - 6461 + 6455, + 6462 ], "loc": { "start": { @@ -16457,8 +16457,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6464, - 6466 + 6465, + 6467 ], "loc": { "start": { @@ -16475,8 +16475,8 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 6467, - 6474 + 6468, + 6475 ], "loc": { "start": { @@ -16490,8 +16490,8 @@ } }, "range": [ - 6464, - 6474 + 6465, + 6475 ], "loc": { "start": { @@ -16508,8 +16508,8 @@ "type": "Identifier", "name": "j", "range": [ - 6475, - 6476 + 6476, + 6477 ], "loc": { "start": { @@ -16523,8 +16523,8 @@ } }, "range": [ - 6464, - 6476 + 6465, + 6477 ], "loc": { "start": { @@ -16543,8 +16543,8 @@ "object": { "type": "ThisExpression", "range": [ - 6478, - 6482 + 6479, + 6483 ], "loc": { "start": { @@ -16561,8 +16561,8 @@ "type": "Identifier", "name": "prfxGridFltTd", "range": [ - 6483, - 6496 + 6484, + 6497 ], "loc": { "start": { @@ -16576,8 +16576,8 @@ } }, "range": [ - 6478, - 6496 + 6479, + 6497 ], "loc": { "start": { @@ -16591,8 +16591,8 @@ } }, "range": [ - 6464, - 6496 + 6465, + 6497 ], "loc": { "start": { @@ -16612,8 +16612,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6498, - 6500 + 6499, + 6501 ], "loc": { "start": { @@ -16630,8 +16630,8 @@ "type": "Identifier", "name": "id", "range": [ - 6501, - 6503 + 6502, + 6504 ], "loc": { "start": { @@ -16645,8 +16645,8 @@ } }, "range": [ - 6498, - 6503 + 6499, + 6504 ], "loc": { "start": { @@ -16660,8 +16660,8 @@ } }, "range": [ - 6464, - 6503 + 6465, + 6504 ], "loc": { "start": { @@ -16675,8 +16675,8 @@ } }, "range": [ - 6454, - 6503 + 6455, + 6504 ], "loc": { "start": { @@ -16692,8 +16692,8 @@ ], "kind": "let", "range": [ - 6450, - 6504 + 6451, + 6505 ], "loc": { "start": { @@ -16715,8 +16715,8 @@ "type": "Identifier", "name": "cl", "range": [ - 6525, - 6527 + 6526, + 6528 ], "loc": { "start": { @@ -16738,8 +16738,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 6530, - 6533 + 6531, + 6534 ], "loc": { "start": { @@ -16756,8 +16756,8 @@ "type": "Identifier", "name": "create", "range": [ - 6534, - 6540 + 6535, + 6541 ], "loc": { "start": { @@ -16771,8 +16771,8 @@ } }, "range": [ - 6530, - 6540 + 6531, + 6541 ], "loc": { "start": { @@ -16793,8 +16793,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6541, - 6543 + 6542, + 6544 ], "loc": { "start": { @@ -16811,8 +16811,8 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 6544, - 6554 + 6545, + 6555 ], "loc": { "start": { @@ -16826,8 +16826,8 @@ } }, "range": [ - 6541, - 6554 + 6542, + 6555 ], "loc": { "start": { @@ -16848,8 +16848,8 @@ "value": "id", "raw": "'id'", "range": [ - 6557, - 6561 + 6558, + 6562 ], "loc": { "start": { @@ -16866,8 +16866,8 @@ "type": "Identifier", "name": "fltTdId", "range": [ - 6563, - 6570 + 6564, + 6571 ], "loc": { "start": { @@ -16882,8 +16882,8 @@ } ], "range": [ - 6556, - 6571 + 6557, + 6572 ], "loc": { "start": { @@ -16898,8 +16898,8 @@ } ], "range": [ - 6530, - 6572 + 6531, + 6573 ], "loc": { "start": { @@ -16913,8 +16913,8 @@ } }, "range": [ - 6525, - 6572 + 6526, + 6573 ], "loc": { "start": { @@ -16930,8 +16930,8 @@ ], "kind": "let", "range": [ - 6521, - 6573 + 6522, + 6574 ], "loc": { "start": { @@ -16955,8 +16955,8 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 6590, - 6600 + 6591, + 6601 ], "loc": { "start": { @@ -16973,8 +16973,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 6601, - 6612 + 6602, + 6613 ], "loc": { "start": { @@ -16988,8 +16988,8 @@ } }, "range": [ - 6590, - 6612 + 6591, + 6613 ], "loc": { "start": { @@ -17007,8 +17007,8 @@ "type": "Identifier", "name": "cl", "range": [ - 6613, - 6615 + 6614, + 6616 ], "loc": { "start": { @@ -17023,8 +17023,8 @@ } ], "range": [ - 6590, - 6616 + 6591, + 6617 ], "loc": { "start": { @@ -17038,8 +17038,8 @@ } }, "range": [ - 6590, - 6617 + 6591, + 6618 ], "loc": { "start": { @@ -17067,8 +17067,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6634, - 6636 + 6635, + 6637 ], "loc": { "start": { @@ -17085,8 +17085,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 6637, - 6654 + 6638, + 6655 ], "loc": { "start": { @@ -17100,8 +17100,8 @@ } }, "range": [ - 6634, - 6654 + 6635, + 6655 ], "loc": { "start": { @@ -17118,8 +17118,8 @@ "type": "Identifier", "name": "j", "range": [ - 6655, - 6656 + 6656, + 6657 ], "loc": { "start": { @@ -17133,8 +17133,8 @@ } }, "range": [ - 6634, - 6657 + 6635, + 6658 ], "loc": { "start": { @@ -17151,8 +17151,8 @@ "type": "Identifier", "name": "fltTdId", "range": [ - 6660, - 6667 + 6661, + 6668 ], "loc": { "start": { @@ -17166,8 +17166,8 @@ } }, "range": [ - 6634, - 6667 + 6635, + 6668 ], "loc": { "start": { @@ -17181,8 +17181,8 @@ } }, "range": [ - 6634, - 6668 + 6635, + 6669 ], "loc": { "start": { @@ -17197,8 +17197,8 @@ } ], "range": [ - 6432, - 6682 + 6433, + 6683 ], "loc": { "start": { @@ -17212,8 +17212,8 @@ } }, "range": [ - 6401, - 6682 + 6402, + 6683 ], "loc": { "start": { @@ -17228,8 +17228,8 @@ } ], "range": [ - 6348, - 6692 + 6349, + 6693 ], "loc": { "start": { @@ -17244,8 +17244,8 @@ }, "alternate": null, "range": [ - 6308, - 6692 + 6309, + 6693 ], "loc": { "start": { @@ -17262,8 +17262,8 @@ "type": "Line", "value": "Headers row are moved from content table to headers table", "range": [ - 6702, - 6761 + 6703, + 6762 ], "loc": { "start": { @@ -17289,8 +17289,8 @@ "object": { "type": "ThisExpression", "range": [ - 6774, - 6778 + 6775, + 6779 ], "loc": { "start": { @@ -17307,8 +17307,8 @@ "type": "Identifier", "name": "noHeaders", "range": [ - 6779, - 6788 + 6780, + 6789 ], "loc": { "start": { @@ -17322,8 +17322,8 @@ } }, "range": [ - 6774, - 6788 + 6775, + 6789 ], "loc": { "start": { @@ -17338,8 +17338,8 @@ }, "prefix": true, "range": [ - 6773, - 6788 + 6774, + 6789 ], "loc": { "start": { @@ -17366,8 +17366,8 @@ "type": "Identifier", "name": "i", "range": [ - 6812, - 6813 + 6813, + 6814 ], "loc": { "start": { @@ -17385,8 +17385,8 @@ "value": 0, "raw": "0", "range": [ - 6814, - 6815 + 6815, + 6816 ], "loc": { "start": { @@ -17400,8 +17400,8 @@ } }, "range": [ - 6812, - 6815 + 6813, + 6816 ], "loc": { "start": { @@ -17417,8 +17417,8 @@ ], "kind": "let", "range": [ - 6808, - 6815 + 6809, + 6816 ], "loc": { "start": { @@ -17438,8 +17438,8 @@ "type": "Identifier", "name": "i", "range": [ - 6817, - 6818 + 6818, + 6819 ], "loc": { "start": { @@ -17461,8 +17461,8 @@ "object": { "type": "ThisExpression", "range": [ - 6819, - 6823 + 6820, + 6824 ], "loc": { "start": { @@ -17479,8 +17479,8 @@ "type": "Identifier", "name": "gridHeadRows", "range": [ - 6824, - 6836 + 6825, + 6837 ], "loc": { "start": { @@ -17494,8 +17494,8 @@ } }, "range": [ - 6819, - 6836 + 6820, + 6837 ], "loc": { "start": { @@ -17512,8 +17512,8 @@ "type": "Identifier", "name": "length", "range": [ - 6837, - 6843 + 6838, + 6844 ], "loc": { "start": { @@ -17527,8 +17527,8 @@ } }, "range": [ - 6819, - 6843 + 6820, + 6844 ], "loc": { "start": { @@ -17542,8 +17542,8 @@ } }, "range": [ - 6817, - 6843 + 6818, + 6844 ], "loc": { "start": { @@ -17563,8 +17563,8 @@ "type": "Identifier", "name": "i", "range": [ - 6845, - 6846 + 6846, + 6847 ], "loc": { "start": { @@ -17579,8 +17579,8 @@ }, "prefix": false, "range": [ - 6845, - 6848 + 6846, + 6849 ], "loc": { "start": { @@ -17605,8 +17605,8 @@ "type": "Identifier", "name": "headRow", "range": [ - 6871, - 6878 + 6872, + 6879 ], "loc": { "start": { @@ -17629,8 +17629,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 6881, - 6884 + 6882, + 6885 ], "loc": { "start": { @@ -17647,8 +17647,8 @@ "type": "Identifier", "name": "rows", "range": [ - 6885, - 6889 + 6886, + 6890 ], "loc": { "start": { @@ -17662,8 +17662,8 @@ } }, "range": [ - 6881, - 6889 + 6882, + 6890 ], "loc": { "start": { @@ -17685,8 +17685,8 @@ "object": { "type": "ThisExpression", "range": [ - 6890, - 6894 + 6891, + 6895 ], "loc": { "start": { @@ -17703,8 +17703,8 @@ "type": "Identifier", "name": "gridHeadRows", "range": [ - 6895, - 6907 + 6896, + 6908 ], "loc": { "start": { @@ -17718,8 +17718,8 @@ } }, "range": [ - 6890, - 6907 + 6891, + 6908 ], "loc": { "start": { @@ -17737,8 +17737,8 @@ "value": 0, "raw": "0", "range": [ - 6908, - 6909 + 6909, + 6910 ], "loc": { "start": { @@ -17752,8 +17752,8 @@ } }, "range": [ - 6890, - 6910 + 6891, + 6911 ], "loc": { "start": { @@ -17767,8 +17767,8 @@ } }, "range": [ - 6881, - 6911 + 6882, + 6912 ], "loc": { "start": { @@ -17782,8 +17782,8 @@ } }, "range": [ - 6871, - 6911 + 6872, + 6912 ], "loc": { "start": { @@ -17799,8 +17799,8 @@ ], "kind": "let", "range": [ - 6867, - 6912 + 6868, + 6913 ], "loc": { "start": { @@ -17824,8 +17824,8 @@ "type": "Identifier", "name": "tH", "range": [ - 6929, - 6931 + 6930, + 6932 ], "loc": { "start": { @@ -17842,8 +17842,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 6932, - 6943 + 6933, + 6944 ], "loc": { "start": { @@ -17857,8 +17857,8 @@ } }, "range": [ - 6929, - 6943 + 6930, + 6944 ], "loc": { "start": { @@ -17876,8 +17876,8 @@ "type": "Identifier", "name": "headRow", "range": [ - 6944, - 6951 + 6945, + 6952 ], "loc": { "start": { @@ -17892,8 +17892,8 @@ } ], "range": [ - 6929, - 6952 + 6930, + 6953 ], "loc": { "start": { @@ -17907,8 +17907,8 @@ } }, "range": [ - 6929, - 6953 + 6930, + 6954 ], "loc": { "start": { @@ -17923,8 +17923,8 @@ } ], "range": [ - 6849, - 6967 + 6850, + 6968 ], "loc": { "start": { @@ -17938,8 +17938,8 @@ } }, "range": [ - 6804, - 6967 + 6805, + 6968 ], "loc": { "start": { @@ -17954,8 +17954,8 @@ } ], "range": [ - 6790, - 6977 + 6791, + 6978 ], "loc": { "start": { @@ -17982,8 +17982,8 @@ "type": "Identifier", "name": "tH", "range": [ - 7092, - 7094 + 7093, + 7095 ], "loc": { "start": { @@ -18000,8 +18000,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7095, - 7106 + 7096, + 7107 ], "loc": { "start": { @@ -18015,8 +18015,8 @@ } }, "range": [ - 7092, - 7106 + 7093, + 7107 ], "loc": { "start": { @@ -18039,8 +18039,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 7107, - 7110 + 7108, + 7111 ], "loc": { "start": { @@ -18057,8 +18057,8 @@ "type": "Identifier", "name": "create", "range": [ - 7111, - 7117 + 7112, + 7118 ], "loc": { "start": { @@ -18072,8 +18072,8 @@ } }, "range": [ - 7107, - 7117 + 7108, + 7118 ], "loc": { "start": { @@ -18092,8 +18092,8 @@ "value": "tr", "raw": "'tr'", "range": [ - 7118, - 7122 + 7119, + 7123 ], "loc": { "start": { @@ -18108,8 +18108,8 @@ } ], "range": [ - 7107, - 7123 + 7108, + 7124 ], "loc": { "start": { @@ -18124,8 +18124,8 @@ } ], "range": [ - 7092, - 7124 + 7093, + 7125 ], "loc": { "start": { @@ -18139,8 +18139,8 @@ } }, "range": [ - 7092, - 7125 + 7093, + 7126 ], "loc": { "start": { @@ -18157,8 +18157,8 @@ "type": "Line", "value": " Handle table with no headers, assuming here headers do not", "range": [ - 6997, - 7058 + 6998, + 7059 ], "loc": { "start": { @@ -18175,8 +18175,8 @@ "type": "Line", "value": " exist", "range": [ - 7071, - 7079 + 7072, + 7080 ], "loc": { "start": { @@ -18193,8 +18193,8 @@ } ], "range": [ - 6983, - 7135 + 6984, + 7136 ], "loc": { "start": { @@ -18208,8 +18208,8 @@ } }, "range": [ - 6770, - 7135 + 6771, + 7136 ], "loc": { "start": { @@ -18226,8 +18226,8 @@ "type": "Line", "value": "Headers row are moved from content table to headers table", "range": [ - 6702, - 6761 + 6703, + 6762 ], "loc": { "start": { @@ -18255,8 +18255,8 @@ "object": { "type": "ThisExpression", "range": [ - 7145, - 7149 + 7146, + 7150 ], "loc": { "start": { @@ -18273,8 +18273,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7150, - 7157 + 7151, + 7158 ], "loc": { "start": { @@ -18288,8 +18288,8 @@ } }, "range": [ - 7145, - 7157 + 7146, + 7158 ], "loc": { "start": { @@ -18306,8 +18306,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7158, - 7169 + 7159, + 7170 ], "loc": { "start": { @@ -18321,8 +18321,8 @@ } }, "range": [ - 7145, - 7169 + 7146, + 7170 ], "loc": { "start": { @@ -18340,8 +18340,8 @@ "type": "Identifier", "name": "tH", "range": [ - 7170, - 7172 + 7171, + 7173 ], "loc": { "start": { @@ -18356,8 +18356,8 @@ } ], "range": [ - 7145, - 7173 + 7146, + 7174 ], "loc": { "start": { @@ -18371,8 +18371,8 @@ } }, "range": [ - 7145, - 7174 + 7146, + 7175 ], "loc": { "start": { @@ -18397,8 +18397,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7186, - 7188 + 7187, + 7189 ], "loc": { "start": { @@ -18415,8 +18415,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 7189, - 7204 + 7190, + 7205 ], "loc": { "start": { @@ -18430,8 +18430,8 @@ } }, "range": [ - 7186, - 7204 + 7187, + 7205 ], "loc": { "start": { @@ -18449,8 +18449,8 @@ "value": 0, "raw": "0", "range": [ - 7209, - 7210 + 7210, + 7211 ], "loc": { "start": { @@ -18464,8 +18464,8 @@ } }, "range": [ - 7186, - 7210 + 7187, + 7211 ], "loc": { "start": { @@ -18492,8 +18492,8 @@ "type": "Identifier", "name": "tH", "range": [ - 7225, - 7227 + 7226, + 7228 ], "loc": { "start": { @@ -18510,8 +18510,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 7228, - 7240 + 7229, + 7241 ], "loc": { "start": { @@ -18525,8 +18525,8 @@ } }, "range": [ - 7225, - 7240 + 7226, + 7241 ], "loc": { "start": { @@ -18544,8 +18544,8 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 7241, - 7251 + 7242, + 7252 ], "loc": { "start": { @@ -18562,8 +18562,8 @@ "type": "Identifier", "name": "hRow", "range": [ - 7253, - 7257 + 7254, + 7258 ], "loc": { "start": { @@ -18578,8 +18578,8 @@ } ], "range": [ - 7225, - 7258 + 7226, + 7259 ], "loc": { "start": { @@ -18593,8 +18593,8 @@ } }, "range": [ - 7225, - 7259 + 7226, + 7260 ], "loc": { "start": { @@ -18609,8 +18609,8 @@ } ], "range": [ - 7211, - 7269 + 7212, + 7270 ], "loc": { "start": { @@ -18637,8 +18637,8 @@ "type": "Identifier", "name": "tH", "range": [ - 7289, - 7291 + 7290, + 7292 ], "loc": { "start": { @@ -18655,8 +18655,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7292, - 7303 + 7293, + 7304 ], "loc": { "start": { @@ -18670,8 +18670,8 @@ } }, "range": [ - 7289, - 7303 + 7290, + 7304 ], "loc": { "start": { @@ -18689,8 +18689,8 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 7304, - 7314 + 7305, + 7315 ], "loc": { "start": { @@ -18705,8 +18705,8 @@ } ], "range": [ - 7289, - 7315 + 7290, + 7316 ], "loc": { "start": { @@ -18720,8 +18720,8 @@ } }, "range": [ - 7289, - 7316 + 7290, + 7317 ], "loc": { "start": { @@ -18736,8 +18736,8 @@ } ], "range": [ - 7275, - 7326 + 7276, + 7327 ], "loc": { "start": { @@ -18751,8 +18751,8 @@ } }, "range": [ - 7183, - 7326 + 7184, + 7327 ], "loc": { "start": { @@ -18778,8 +18778,8 @@ "object": { "type": "ThisExpression", "range": [ - 7336, - 7340 + 7337, + 7341 ], "loc": { "start": { @@ -18796,8 +18796,8 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 7341, - 7352 + 7342, + 7353 ], "loc": { "start": { @@ -18811,8 +18811,8 @@ } }, "range": [ - 7336, - 7352 + 7337, + 7353 ], "loc": { "start": { @@ -18829,8 +18829,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 7353, - 7364 + 7354, + 7365 ], "loc": { "start": { @@ -18844,8 +18844,8 @@ } }, "range": [ - 7336, - 7364 + 7337, + 7365 ], "loc": { "start": { @@ -18865,8 +18865,8 @@ "object": { "type": "ThisExpression", "range": [ - 7365, - 7369 + 7366, + 7370 ], "loc": { "start": { @@ -18883,8 +18883,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7370, - 7377 + 7371, + 7378 ], "loc": { "start": { @@ -18898,8 +18898,8 @@ } }, "range": [ - 7365, - 7377 + 7366, + 7378 ], "loc": { "start": { @@ -18914,8 +18914,8 @@ } ], "range": [ - 7336, - 7378 + 7337, + 7379 ], "loc": { "start": { @@ -18929,8 +18929,8 @@ } }, "range": [ - 7336, - 7379 + 7337, + 7380 ], "loc": { "start": { @@ -18959,8 +18959,8 @@ "object": { "type": "ThisExpression", "range": [ - 7388, - 7392 + 7389, + 7393 ], "loc": { "start": { @@ -18977,8 +18977,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 7393, - 7400 + 7394, + 7401 ], "loc": { "start": { @@ -18992,8 +18992,8 @@ } }, "range": [ - 7388, - 7400 + 7389, + 7401 ], "loc": { "start": { @@ -19010,8 +19010,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 7401, - 7411 + 7402, + 7412 ], "loc": { "start": { @@ -19025,8 +19025,8 @@ } }, "range": [ - 7388, - 7411 + 7389, + 7412 ], "loc": { "start": { @@ -19043,8 +19043,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 7412, - 7424 + 7413, + 7425 ], "loc": { "start": { @@ -19058,8 +19058,8 @@ } }, "range": [ - 7388, - 7424 + 7389, + 7425 ], "loc": { "start": { @@ -19079,8 +19079,8 @@ "object": { "type": "ThisExpression", "range": [ - 7425, - 7429 + 7426, + 7430 ], "loc": { "start": { @@ -19097,8 +19097,8 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 7430, - 7441 + 7431, + 7442 ], "loc": { "start": { @@ -19112,8 +19112,8 @@ } }, "range": [ - 7425, - 7441 + 7426, + 7442 ], "loc": { "start": { @@ -19132,8 +19132,8 @@ "object": { "type": "ThisExpression", "range": [ - 7443, - 7447 + 7444, + 7448 ], "loc": { "start": { @@ -19150,8 +19150,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 7448, - 7455 + 7449, + 7456 ], "loc": { "start": { @@ -19165,8 +19165,8 @@ } }, "range": [ - 7443, - 7455 + 7444, + 7456 ], "loc": { "start": { @@ -19181,8 +19181,8 @@ } ], "range": [ - 7388, - 7456 + 7389, + 7457 ], "loc": { "start": { @@ -19196,8 +19196,8 @@ } }, "range": [ - 7388, - 7457 + 7389, + 7458 ], "loc": { "start": { @@ -19214,8 +19214,8 @@ "type": "Line", "value": "THead needs to be removed in content table for sort feature", "range": [ - 7467, - 7528 + 7468, + 7529 ], "loc": { "start": { @@ -19239,8 +19239,8 @@ "type": "Identifier", "name": "thead", "range": [ - 7541, - 7546 + 7542, + 7547 ], "loc": { "start": { @@ -19262,8 +19262,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 7549, - 7552 + 7550, + 7553 ], "loc": { "start": { @@ -19280,8 +19280,8 @@ "type": "Identifier", "name": "tag", "range": [ - 7553, - 7556 + 7554, + 7557 ], "loc": { "start": { @@ -19295,8 +19295,8 @@ } }, "range": [ - 7549, - 7556 + 7550, + 7557 ], "loc": { "start": { @@ -19314,8 +19314,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 7557, - 7560 + 7558, + 7561 ], "loc": { "start": { @@ -19333,8 +19333,8 @@ "value": "thead", "raw": "'thead'", "range": [ - 7562, - 7569 + 7563, + 7570 ], "loc": { "start": { @@ -19349,8 +19349,8 @@ } ], "range": [ - 7549, - 7570 + 7550, + 7571 ], "loc": { "start": { @@ -19364,8 +19364,8 @@ } }, "range": [ - 7541, - 7570 + 7542, + 7571 ], "loc": { "start": { @@ -19381,8 +19381,8 @@ ], "kind": "let", "range": [ - 7537, - 7571 + 7538, + 7572 ], "loc": { "start": { @@ -19399,8 +19399,8 @@ "type": "Line", "value": "THead needs to be removed in content table for sort feature", "range": [ - 7467, - 7528 + 7468, + 7529 ], "loc": { "start": { @@ -19427,8 +19427,8 @@ "type": "Identifier", "name": "thead", "range": [ - 7583, - 7588 + 7584, + 7589 ], "loc": { "start": { @@ -19445,8 +19445,8 @@ "type": "Identifier", "name": "length", "range": [ - 7589, - 7595 + 7590, + 7596 ], "loc": { "start": { @@ -19460,8 +19460,8 @@ } }, "range": [ - 7583, - 7595 + 7584, + 7596 ], "loc": { "start": { @@ -19479,8 +19479,8 @@ "value": 0, "raw": "0", "range": [ - 7596, - 7597 + 7597, + 7598 ], "loc": { "start": { @@ -19494,8 +19494,8 @@ } }, "range": [ - 7583, - 7597 + 7584, + 7598 ], "loc": { "start": { @@ -19522,8 +19522,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 7612, - 7615 + 7613, + 7616 ], "loc": { "start": { @@ -19540,8 +19540,8 @@ "type": "Identifier", "name": "removeChild", "range": [ - 7616, - 7627 + 7617, + 7628 ], "loc": { "start": { @@ -19555,8 +19555,8 @@ } }, "range": [ - 7612, - 7627 + 7613, + 7628 ], "loc": { "start": { @@ -19577,8 +19577,8 @@ "type": "Identifier", "name": "thead", "range": [ - 7628, - 7633 + 7629, + 7634 ], "loc": { "start": { @@ -19596,8 +19596,8 @@ "value": 0, "raw": "0", "range": [ - 7634, - 7635 + 7635, + 7636 ], "loc": { "start": { @@ -19611,8 +19611,8 @@ } }, "range": [ - 7628, - 7636 + 7629, + 7637 ], "loc": { "start": { @@ -19627,8 +19627,8 @@ } ], "range": [ - 7612, - 7637 + 7613, + 7638 ], "loc": { "start": { @@ -19642,8 +19642,8 @@ } }, "range": [ - 7612, - 7638 + 7613, + 7639 ], "loc": { "start": { @@ -19658,8 +19658,8 @@ } ], "range": [ - 7598, - 7648 + 7599, + 7649 ], "loc": { "start": { @@ -19674,8 +19674,8 @@ }, "alternate": null, "range": [ - 7580, - 7648 + 7581, + 7649 ], "loc": { "start": { @@ -19692,8 +19692,8 @@ "type": "Line", "value": "Headers table style", "range": [ - 7658, - 7679 + 7659, + 7680 ], "loc": { "start": { @@ -19725,8 +19725,8 @@ "object": { "type": "ThisExpression", "range": [ - 7688, - 7692 + 7689, + 7693 ], "loc": { "start": { @@ -19743,8 +19743,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7693, - 7700 + 7694, + 7701 ], "loc": { "start": { @@ -19758,8 +19758,8 @@ } }, "range": [ - 7688, - 7700 + 7689, + 7701 ], "loc": { "start": { @@ -19776,8 +19776,8 @@ "type": "Identifier", "name": "style", "range": [ - 7701, - 7706 + 7702, + 7707 ], "loc": { "start": { @@ -19791,8 +19791,8 @@ } }, "range": [ - 7688, - 7706 + 7689, + 7707 ], "loc": { "start": { @@ -19809,8 +19809,8 @@ "type": "Identifier", "name": "tableLayout", "range": [ - 7707, - 7718 + 7708, + 7719 ], "loc": { "start": { @@ -19824,8 +19824,8 @@ } }, "range": [ - 7688, - 7718 + 7689, + 7719 ], "loc": { "start": { @@ -19843,8 +19843,8 @@ "value": "fixed", "raw": "'fixed'", "range": [ - 7721, - 7728 + 7722, + 7729 ], "loc": { "start": { @@ -19858,8 +19858,8 @@ } }, "range": [ - 7688, - 7728 + 7689, + 7729 ], "loc": { "start": { @@ -19873,8 +19873,8 @@ } }, "range": [ - 7688, - 7729 + 7689, + 7730 ], "loc": { "start": { @@ -19891,8 +19891,8 @@ "type": "Line", "value": "Headers table style", "range": [ - 7658, - 7679 + 7659, + 7680 ], "loc": { "start": { @@ -19922,8 +19922,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 7738, - 7741 + 7739, + 7742 ], "loc": { "start": { @@ -19940,8 +19940,8 @@ "type": "Identifier", "name": "style", "range": [ - 7742, - 7747 + 7743, + 7748 ], "loc": { "start": { @@ -19955,8 +19955,8 @@ } }, "range": [ - 7738, - 7747 + 7739, + 7748 ], "loc": { "start": { @@ -19973,8 +19973,8 @@ "type": "Identifier", "name": "tableLayout", "range": [ - 7748, - 7759 + 7749, + 7760 ], "loc": { "start": { @@ -19988,8 +19988,8 @@ } }, "range": [ - 7738, - 7759 + 7739, + 7760 ], "loc": { "start": { @@ -20007,8 +20007,8 @@ "value": "fixed", "raw": "'fixed'", "range": [ - 7762, - 7769 + 7763, + 7770 ], "loc": { "start": { @@ -20022,8 +20022,8 @@ } }, "range": [ - 7738, - 7769 + 7739, + 7770 ], "loc": { "start": { @@ -20037,8 +20037,8 @@ } }, "range": [ - 7738, - 7770 + 7739, + 7771 ], "loc": { "start": { @@ -20065,8 +20065,8 @@ "object": { "type": "ThisExpression", "range": [ - 7779, - 7783 + 7780, + 7784 ], "loc": { "start": { @@ -20083,8 +20083,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7784, - 7791 + 7785, + 7792 ], "loc": { "start": { @@ -20098,8 +20098,8 @@ } }, "range": [ - 7779, - 7791 + 7780, + 7792 ], "loc": { "start": { @@ -20116,8 +20116,8 @@ "type": "Identifier", "name": "cellPadding", "range": [ - 7792, - 7803 + 7793, + 7804 ], "loc": { "start": { @@ -20131,8 +20131,8 @@ } }, "range": [ - 7779, - 7803 + 7780, + 7804 ], "loc": { "start": { @@ -20152,8 +20152,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 7806, - 7809 + 7807, + 7810 ], "loc": { "start": { @@ -20170,8 +20170,8 @@ "type": "Identifier", "name": "cellPadding", "range": [ - 7810, - 7821 + 7811, + 7822 ], "loc": { "start": { @@ -20185,8 +20185,8 @@ } }, "range": [ - 7806, - 7821 + 7807, + 7822 ], "loc": { "start": { @@ -20200,8 +20200,8 @@ } }, "range": [ - 7779, - 7821 + 7780, + 7822 ], "loc": { "start": { @@ -20215,8 +20215,8 @@ } }, "range": [ - 7779, - 7822 + 7780, + 7823 ], "loc": { "start": { @@ -20243,8 +20243,8 @@ "object": { "type": "ThisExpression", "range": [ - 7831, - 7835 + 7832, + 7836 ], "loc": { "start": { @@ -20261,8 +20261,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 7836, - 7843 + 7837, + 7844 ], "loc": { "start": { @@ -20276,8 +20276,8 @@ } }, "range": [ - 7831, - 7843 + 7832, + 7844 ], "loc": { "start": { @@ -20294,8 +20294,8 @@ "type": "Identifier", "name": "cellSpacing", "range": [ - 7844, - 7855 + 7845, + 7856 ], "loc": { "start": { @@ -20309,8 +20309,8 @@ } }, "range": [ - 7831, - 7855 + 7832, + 7856 ], "loc": { "start": { @@ -20330,8 +20330,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 7858, - 7861 + 7859, + 7862 ], "loc": { "start": { @@ -20348,8 +20348,8 @@ "type": "Identifier", "name": "cellSpacing", "range": [ - 7862, - 7873 + 7863, + 7874 ], "loc": { "start": { @@ -20363,8 +20363,8 @@ } }, "range": [ - 7858, - 7873 + 7859, + 7874 ], "loc": { "start": { @@ -20378,8 +20378,8 @@ } }, "range": [ - 7831, - 7873 + 7832, + 7874 ], "loc": { "start": { @@ -20393,8 +20393,8 @@ } }, "range": [ - 7831, - 7874 + 7832, + 7875 ], "loc": { "start": { @@ -20411,8 +20411,8 @@ "type": "Line", "value": " this.headTbl.style.width = tbl.style.width;", "range": [ - 7883, - 7929 + 7884, + 7930 ], "loc": { "start": { @@ -20429,8 +20429,8 @@ "type": "Line", "value": "content table without headers needs col widths to be reset", "range": [ - 7939, - 7999 + 7940, + 8000 ], "loc": { "start": { @@ -20456,8 +20456,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8008, - 8010 + 8009, + 8011 ], "loc": { "start": { @@ -20474,8 +20474,8 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 8011, - 8023 + 8012, + 8024 ], "loc": { "start": { @@ -20489,8 +20489,8 @@ } }, "range": [ - 8008, - 8023 + 8009, + 8024 ], "loc": { "start": { @@ -20510,8 +20510,8 @@ "object": { "type": "ThisExpression", "range": [ - 8024, - 8028 + 8025, + 8029 ], "loc": { "start": { @@ -20528,8 +20528,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 8029, - 8036 + 8030, + 8037 ], "loc": { "start": { @@ -20543,8 +20543,8 @@ } }, "range": [ - 8024, - 8036 + 8025, + 8037 ], "loc": { "start": { @@ -20559,8 +20559,8 @@ } ], "range": [ - 8008, - 8037 + 8009, + 8038 ], "loc": { "start": { @@ -20574,8 +20574,8 @@ } }, "range": [ - 8008, - 8038 + 8009, + 8039 ], "loc": { "start": { @@ -20592,8 +20592,8 @@ "type": "Line", "value": " this.headTbl.style.width = tbl.style.width;", "range": [ - 7883, - 7929 + 7884, + 7930 ], "loc": { "start": { @@ -20610,8 +20610,8 @@ "type": "Line", "value": "content table without headers needs col widths to be reset", "range": [ - 7939, - 7999 + 7940, + 8000 ], "loc": { "start": { @@ -20630,8 +20630,8 @@ "type": "Line", "value": "Headers container width", "range": [ - 8048, - 8073 + 8049, + 8074 ], "loc": { "start": { @@ -20648,8 +20648,8 @@ "type": "Line", "value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';", "range": [ - 8082, - 8146 + 8083, + 8147 ], "loc": { "start": { @@ -20679,8 +20679,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 8156, - 8159 + 8157, + 8160 ], "loc": { "start": { @@ -20697,8 +20697,8 @@ "type": "Identifier", "name": "style", "range": [ - 8160, - 8165 + 8161, + 8166 ], "loc": { "start": { @@ -20712,8 +20712,8 @@ } }, "range": [ - 8156, - 8165 + 8157, + 8166 ], "loc": { "start": { @@ -20730,8 +20730,8 @@ "type": "Identifier", "name": "width", "range": [ - 8166, - 8171 + 8167, + 8172 ], "loc": { "start": { @@ -20745,8 +20745,8 @@ } }, "range": [ - 8156, - 8171 + 8157, + 8172 ], "loc": { "start": { @@ -20764,8 +20764,8 @@ "value": "", "raw": "''", "range": [ - 8174, - 8176 + 8175, + 8177 ], "loc": { "start": { @@ -20779,8 +20779,8 @@ } }, "range": [ - 8156, - 8176 + 8157, + 8177 ], "loc": { "start": { @@ -20794,8 +20794,8 @@ } }, "range": [ - 8156, - 8177 + 8157, + 8178 ], "loc": { "start": { @@ -20812,8 +20812,8 @@ "type": "Line", "value": "Headers container width", "range": [ - 8048, - 8073 + 8049, + 8074 ], "loc": { "start": { @@ -20830,8 +20830,8 @@ "type": "Line", "value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';", "range": [ - 8082, - 8146 + 8083, + 8147 ], "loc": { "start": { @@ -20850,8 +20850,8 @@ "type": "Line", "value": "", "range": [ - 8186, - 8188 + 8187, + 8189 ], "loc": { "start": { @@ -20883,8 +20883,8 @@ "object": { "type": "ThisExpression", "range": [ - 8197, - 8201 + 8198, + 8202 ], "loc": { "start": { @@ -20901,8 +20901,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 8202, - 8209 + 8203, + 8210 ], "loc": { "start": { @@ -20916,8 +20916,8 @@ } }, "range": [ - 8197, - 8209 + 8198, + 8210 ], "loc": { "start": { @@ -20934,8 +20934,8 @@ "type": "Identifier", "name": "style", "range": [ - 8210, - 8215 + 8211, + 8216 ], "loc": { "start": { @@ -20949,8 +20949,8 @@ } }, "range": [ - 8197, - 8215 + 8198, + 8216 ], "loc": { "start": { @@ -20967,8 +20967,8 @@ "type": "Identifier", "name": "width", "range": [ - 8216, - 8221 + 8217, + 8222 ], "loc": { "start": { @@ -20982,8 +20982,8 @@ } }, "range": [ - 8197, - 8221 + 8198, + 8222 ], "loc": { "start": { @@ -21006,8 +21006,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 8224, - 8227 + 8225, + 8228 ], "loc": { "start": { @@ -21024,8 +21024,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 8228, - 8239 + 8229, + 8240 ], "loc": { "start": { @@ -21039,8 +21039,8 @@ } }, "range": [ - 8224, - 8239 + 8225, + 8240 ], "loc": { "start": { @@ -21058,8 +21058,8 @@ "value": "px", "raw": "'px'", "range": [ - 8242, - 8246 + 8243, + 8247 ], "loc": { "start": { @@ -21073,8 +21073,8 @@ } }, "range": [ - 8224, - 8246 + 8225, + 8247 ], "loc": { "start": { @@ -21088,8 +21088,8 @@ } }, "range": [ - 8197, - 8246 + 8198, + 8247 ], "loc": { "start": { @@ -21103,8 +21103,8 @@ } }, "range": [ - 8197, - 8247 + 8198, + 8248 ], "loc": { "start": { @@ -21121,8 +21121,8 @@ "type": "Line", "value": "", "range": [ - 8186, - 8188 + 8187, + 8189 ], "loc": { "start": { @@ -21141,8 +21141,8 @@ "type": "Line", "value": "", "range": [ - 8256, - 8258 + 8257, + 8259 ], "loc": { "start": { @@ -21159,8 +21159,8 @@ "type": "Line", "value": "scroll synchronisation", "range": [ - 8268, - 8292 + 8269, + 8293 ], "loc": { "start": { @@ -21186,8 +21186,8 @@ "type": "Identifier", "name": "Event", "range": [ - 8301, - 8306 + 8302, + 8307 ], "loc": { "start": { @@ -21204,8 +21204,8 @@ "type": "Identifier", "name": "add", "range": [ - 8307, - 8310 + 8308, + 8311 ], "loc": { "start": { @@ -21219,8 +21219,8 @@ } }, "range": [ - 8301, - 8310 + 8302, + 8311 ], "loc": { "start": { @@ -21240,8 +21240,8 @@ "object": { "type": "ThisExpression", "range": [ - 8311, - 8315 + 8312, + 8316 ], "loc": { "start": { @@ -21258,8 +21258,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 8316, - 8323 + 8317, + 8324 ], "loc": { "start": { @@ -21273,8 +21273,8 @@ } }, "range": [ - 8311, - 8323 + 8312, + 8324 ], "loc": { "start": { @@ -21292,8 +21292,8 @@ "value": "scroll", "raw": "'scroll'", "range": [ - 8325, - 8333 + 8326, + 8334 ], "loc": { "start": { @@ -21314,8 +21314,8 @@ "type": "Identifier", "name": "evt", "range": [ - 8336, - 8339 + 8337, + 8340 ], "loc": { "start": { @@ -21341,8 +21341,8 @@ "type": "Identifier", "name": "elm", "range": [ - 8361, - 8364 + 8362, + 8365 ], "loc": { "start": { @@ -21364,8 +21364,8 @@ "type": "Identifier", "name": "Event", "range": [ - 8367, - 8372 + 8368, + 8373 ], "loc": { "start": { @@ -21382,8 +21382,8 @@ "type": "Identifier", "name": "target", "range": [ - 8373, - 8379 + 8374, + 8380 ], "loc": { "start": { @@ -21397,8 +21397,8 @@ } }, "range": [ - 8367, - 8379 + 8368, + 8380 ], "loc": { "start": { @@ -21416,8 +21416,8 @@ "type": "Identifier", "name": "evt", "range": [ - 8380, - 8383 + 8381, + 8384 ], "loc": { "start": { @@ -21432,8 +21432,8 @@ } ], "range": [ - 8367, - 8384 + 8368, + 8385 ], "loc": { "start": { @@ -21447,8 +21447,8 @@ } }, "range": [ - 8361, - 8384 + 8362, + 8385 ], "loc": { "start": { @@ -21464,8 +21464,8 @@ ], "kind": "let", "range": [ - 8357, - 8385 + 8358, + 8386 ], "loc": { "start": { @@ -21487,8 +21487,8 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8402, - 8412 + 8403, + 8413 ], "loc": { "start": { @@ -21508,8 +21508,8 @@ "type": "Identifier", "name": "elm", "range": [ - 8415, - 8418 + 8416, + 8419 ], "loc": { "start": { @@ -21526,8 +21526,8 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8419, - 8429 + 8420, + 8430 ], "loc": { "start": { @@ -21541,8 +21541,8 @@ } }, "range": [ - 8415, - 8429 + 8416, + 8430 ], "loc": { "start": { @@ -21556,8 +21556,8 @@ } }, "range": [ - 8402, - 8429 + 8403, + 8430 ], "loc": { "start": { @@ -21573,8 +21573,8 @@ ], "kind": "let", "range": [ - 8398, - 8430 + 8399, + 8431 ], "loc": { "start": { @@ -21601,8 +21601,8 @@ "object": { "type": "ThisExpression", "range": [ - 8443, - 8447 + 8444, + 8448 ], "loc": { "start": { @@ -21619,8 +21619,8 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 8448, - 8459 + 8449, + 8460 ], "loc": { "start": { @@ -21634,8 +21634,8 @@ } }, "range": [ - 8443, - 8459 + 8444, + 8460 ], "loc": { "start": { @@ -21652,8 +21652,8 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8460, - 8470 + 8461, + 8471 ], "loc": { "start": { @@ -21667,8 +21667,8 @@ } }, "range": [ - 8443, - 8470 + 8444, + 8471 ], "loc": { "start": { @@ -21685,8 +21685,8 @@ "type": "Identifier", "name": "scrollLeft", "range": [ - 8473, - 8483 + 8474, + 8484 ], "loc": { "start": { @@ -21700,8 +21700,8 @@ } }, "range": [ - 8443, - 8483 + 8444, + 8484 ], "loc": { "start": { @@ -21715,8 +21715,8 @@ } }, "range": [ - 8443, - 8484 + 8444, + 8485 ], "loc": { "start": { @@ -21733,8 +21733,8 @@ "type": "Line", "value": "New pointerX calc taking into account scrollLeft", "range": [ - 8497, - 8547 + 8498, + 8548 ], "loc": { "start": { @@ -21751,8 +21751,8 @@ "type": "Line", "value": " if(!o.isPointerXOverwritten){", "range": [ - 8560, - 8592 + 8561, + 8593 ], "loc": { "start": { @@ -21769,8 +21769,8 @@ "type": "Line", "value": " try{", "range": [ - 8605, - 8616 + 8606, + 8617 ], "loc": { "start": { @@ -21787,8 +21787,8 @@ "type": "Line", "value": " o.Evt.pointerX = function(evt){", "range": [ - 8629, - 8671 + 8630, + 8672 ], "loc": { "start": { @@ -21805,8 +21805,8 @@ "type": "Line", "value": " let e = evt || global.event;", "range": [ - 8684, - 8727 + 8685, + 8728 ], "loc": { "start": { @@ -21823,8 +21823,8 @@ "type": "Line", "value": " let bdScrollLeft = tf_StandardBody().scrollLeft +", "range": [ - 8740, - 8804 + 8741, + 8805 ], "loc": { "start": { @@ -21841,8 +21841,8 @@ "type": "Line", "value": " scrollLeft;", "range": [ - 8817, - 8847 + 8818, + 8848 ], "loc": { "start": { @@ -21859,8 +21859,8 @@ "type": "Line", "value": " return (e.pageX + scrollLeft) ||", "range": [ - 8860, - 8907 + 8861, + 8908 ], "loc": { "start": { @@ -21877,8 +21877,8 @@ "type": "Line", "value": " (e.clientX + bdScrollLeft);", "range": [ - 8920, - 8966 + 8921, + 8967 ], "loc": { "start": { @@ -21895,8 +21895,8 @@ "type": "Line", "value": " };", "range": [ - 8979, - 8992 + 8980, + 8993 ], "loc": { "start": { @@ -21913,8 +21913,8 @@ "type": "Line", "value": " o.isPointerXOverwritten = true;", "range": [ - 9005, - 9047 + 9006, + 9048 ], "loc": { "start": { @@ -21931,8 +21931,8 @@ "type": "Line", "value": " } catch(err) {", "range": [ - 9060, - 9081 + 9061, + 9082 ], "loc": { "start": { @@ -21949,8 +21949,8 @@ "type": "Line", "value": " o.isPointerXOverwritten = false;", "range": [ - 9094, - 9137 + 9095, + 9138 ], "loc": { "start": { @@ -21967,8 +21967,8 @@ "type": "Line", "value": " }", "range": [ - 9150, - 9158 + 9151, + 9159 ], "loc": { "start": { @@ -21985,8 +21985,8 @@ "type": "Line", "value": " }", "range": [ - 9171, - 9175 + 9172, + 9176 ], "loc": { "start": { @@ -22003,8 +22003,8 @@ } ], "range": [ - 8343, - 9185 + 8344, + 9186 ], "loc": { "start": { @@ -22020,8 +22020,8 @@ "generator": false, "expression": false, "range": [ - 8335, - 9185 + 8336, + 9186 ], "loc": { "start": { @@ -22036,8 +22036,8 @@ } ], "range": [ - 8301, - 9186 + 8302, + 9187 ], "loc": { "start": { @@ -22051,8 +22051,8 @@ } }, "range": [ - 8301, - 9187 + 8302, + 9188 ], "loc": { "start": { @@ -22069,8 +22069,8 @@ "type": "Line", "value": "", "range": [ - 8256, - 8258 + 8257, + 8259 ], "loc": { "start": { @@ -22087,8 +22087,8 @@ "type": "Line", "value": "scroll synchronisation", "range": [ - 8268, - 8292 + 8269, + 8293 ], "loc": { "start": { @@ -22107,8 +22107,8 @@ "type": "Line", "value": "Configure sort extension if any", "range": [ - 9197, - 9230 + 9198, + 9231 ], "loc": { "start": { @@ -22132,8 +22132,8 @@ "type": "Identifier", "name": "sort", "range": [ - 9243, - 9247 + 9244, + 9248 ], "loc": { "start": { @@ -22161,8 +22161,8 @@ "type": "Identifier", "name": "f", "range": [ - 9251, - 9252 + 9252, + 9253 ], "loc": { "start": { @@ -22179,8 +22179,8 @@ "type": "Identifier", "name": "extensions", "range": [ - 9253, - 9263 + 9254, + 9264 ], "loc": { "start": { @@ -22194,8 +22194,8 @@ } }, "range": [ - 9251, - 9263 + 9252, + 9264 ], "loc": { "start": { @@ -22212,8 +22212,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9267, - 9269 + 9268, + 9270 ], "loc": { "start": { @@ -22227,8 +22227,8 @@ } }, "range": [ - 9251, - 9269 + 9252, + 9270 ], "loc": { "start": { @@ -22245,8 +22245,8 @@ "type": "Identifier", "name": "filter", "range": [ - 9271, - 9277 + 9272, + 9278 ], "loc": { "start": { @@ -22260,8 +22260,8 @@ } }, "range": [ - 9250, - 9277 + 9251, + 9278 ], "loc": { "start": { @@ -22283,8 +22283,8 @@ "type": "Identifier", "name": "itm", "range": [ - 9287, - 9290 + 9288, + 9291 ], "loc": { "start": { @@ -22313,8 +22313,8 @@ "type": "Identifier", "name": "itm", "range": [ - 9312, - 9315 + 9313, + 9316 ], "loc": { "start": { @@ -22331,8 +22331,8 @@ "type": "Identifier", "name": "name", "range": [ - 9316, - 9320 + 9317, + 9321 ], "loc": { "start": { @@ -22346,8 +22346,8 @@ } }, "range": [ - 9312, - 9320 + 9313, + 9321 ], "loc": { "start": { @@ -22365,8 +22365,8 @@ "value": "sort", "raw": "'sort'", "range": [ - 9325, - 9331 + 9326, + 9332 ], "loc": { "start": { @@ -22380,8 +22380,8 @@ } }, "range": [ - 9312, - 9331 + 9313, + 9332 ], "loc": { "start": { @@ -22395,8 +22395,8 @@ } }, "range": [ - 9305, - 9332 + 9306, + 9333 ], "loc": { "start": { @@ -22411,8 +22411,8 @@ } ], "range": [ - 9291, - 9342 + 9292, + 9343 ], "loc": { "start": { @@ -22428,8 +22428,8 @@ "generator": false, "expression": false, "range": [ - 9278, - 9342 + 9279, + 9343 ], "loc": { "start": { @@ -22444,8 +22444,8 @@ } ], "range": [ - 9250, - 9343 + 9251, + 9344 ], "loc": { "start": { @@ -22459,8 +22459,8 @@ } }, "range": [ - 9243, - 9343 + 9244, + 9344 ], "loc": { "start": { @@ -22476,8 +22476,8 @@ ], "kind": "let", "range": [ - 9239, - 9344 + 9240, + 9345 ], "loc": { "start": { @@ -22494,8 +22494,8 @@ "type": "Line", "value": "New pointerX calc taking into account scrollLeft", "range": [ - 8497, - 8547 + 8498, + 8548 ], "loc": { "start": { @@ -22512,8 +22512,8 @@ "type": "Line", "value": " if(!o.isPointerXOverwritten){", "range": [ - 8560, - 8592 + 8561, + 8593 ], "loc": { "start": { @@ -22530,8 +22530,8 @@ "type": "Line", "value": " try{", "range": [ - 8605, - 8616 + 8606, + 8617 ], "loc": { "start": { @@ -22548,8 +22548,8 @@ "type": "Line", "value": " o.Evt.pointerX = function(evt){", "range": [ - 8629, - 8671 + 8630, + 8672 ], "loc": { "start": { @@ -22566,8 +22566,8 @@ "type": "Line", "value": " let e = evt || global.event;", "range": [ - 8684, - 8727 + 8685, + 8728 ], "loc": { "start": { @@ -22584,8 +22584,8 @@ "type": "Line", "value": " let bdScrollLeft = tf_StandardBody().scrollLeft +", "range": [ - 8740, - 8804 + 8741, + 8805 ], "loc": { "start": { @@ -22602,8 +22602,8 @@ "type": "Line", "value": " scrollLeft;", "range": [ - 8817, - 8847 + 8818, + 8848 ], "loc": { "start": { @@ -22620,8 +22620,8 @@ "type": "Line", "value": " return (e.pageX + scrollLeft) ||", "range": [ - 8860, - 8907 + 8861, + 8908 ], "loc": { "start": { @@ -22638,8 +22638,8 @@ "type": "Line", "value": " (e.clientX + bdScrollLeft);", "range": [ - 8920, - 8966 + 8921, + 8967 ], "loc": { "start": { @@ -22656,8 +22656,8 @@ "type": "Line", "value": " };", "range": [ - 8979, - 8992 + 8980, + 8993 ], "loc": { "start": { @@ -22674,8 +22674,8 @@ "type": "Line", "value": " o.isPointerXOverwritten = true;", "range": [ - 9005, - 9047 + 9006, + 9048 ], "loc": { "start": { @@ -22692,8 +22692,8 @@ "type": "Line", "value": " } catch(err) {", "range": [ - 9060, - 9081 + 9061, + 9082 ], "loc": { "start": { @@ -22710,8 +22710,8 @@ "type": "Line", "value": " o.isPointerXOverwritten = false;", "range": [ - 9094, - 9137 + 9095, + 9138 ], "loc": { "start": { @@ -22728,8 +22728,8 @@ "type": "Line", "value": " }", "range": [ - 9150, - 9158 + 9151, + 9159 ], "loc": { "start": { @@ -22746,8 +22746,8 @@ "type": "Line", "value": " }", "range": [ - 9171, - 9175 + 9172, + 9176 ], "loc": { "start": { @@ -22764,8 +22764,8 @@ "type": "Line", "value": "Configure sort extension if any", "range": [ - 9197, - 9230 + 9198, + 9231 ], "loc": { "start": { @@ -22792,8 +22792,8 @@ "type": "Identifier", "name": "sort", "range": [ - 9356, - 9360 + 9357, + 9361 ], "loc": { "start": { @@ -22810,8 +22810,8 @@ "type": "Identifier", "name": "length", "range": [ - 9361, - 9367 + 9362, + 9368 ], "loc": { "start": { @@ -22825,8 +22825,8 @@ } }, "range": [ - 9356, - 9367 + 9357, + 9368 ], "loc": { "start": { @@ -22844,8 +22844,8 @@ "value": 1, "raw": "1", "range": [ - 9372, - 9373 + 9373, + 9374 ], "loc": { "start": { @@ -22859,8 +22859,8 @@ } }, "range": [ - 9356, - 9373 + 9357, + 9374 ], "loc": { "start": { @@ -22891,8 +22891,8 @@ "type": "Identifier", "name": "sort", "range": [ - 9388, - 9392 + 9389, + 9393 ], "loc": { "start": { @@ -22910,8 +22910,8 @@ "value": 0, "raw": "0", "range": [ - 9393, - 9394 + 9394, + 9395 ], "loc": { "start": { @@ -22925,8 +22925,8 @@ } }, "range": [ - 9388, - 9395 + 9389, + 9396 ], "loc": { "start": { @@ -22943,8 +22943,8 @@ "type": "Identifier", "name": "async_sort", "range": [ - 9396, - 9406 + 9397, + 9407 ], "loc": { "start": { @@ -22958,8 +22958,8 @@ } }, "range": [ - 9388, - 9406 + 9389, + 9407 ], "loc": { "start": { @@ -22977,8 +22977,8 @@ "value": true, "raw": "true", "range": [ - 9409, - 9413 + 9410, + 9414 ], "loc": { "start": { @@ -22992,8 +22992,8 @@ } }, "range": [ - 9388, - 9413 + 9389, + 9414 ], "loc": { "start": { @@ -23007,8 +23007,8 @@ } }, "range": [ - 9388, - 9414 + 9389, + 9415 ], "loc": { "start": { @@ -23036,8 +23036,8 @@ "type": "Identifier", "name": "sort", "range": [ - 9427, - 9431 + 9428, + 9432 ], "loc": { "start": { @@ -23055,8 +23055,8 @@ "value": 0, "raw": "0", "range": [ - 9432, - 9433 + 9433, + 9434 ], "loc": { "start": { @@ -23070,8 +23070,8 @@ } }, "range": [ - 9427, - 9434 + 9428, + 9435 ], "loc": { "start": { @@ -23088,8 +23088,8 @@ "type": "Identifier", "name": "trigger_ids", "range": [ - 9435, - 9446 + 9436, + 9447 ], "loc": { "start": { @@ -23103,8 +23103,8 @@ } }, "range": [ - 9427, - 9446 + 9428, + 9447 ], "loc": { "start": { @@ -23121,8 +23121,8 @@ "type": "Identifier", "name": "sortTriggers", "range": [ - 9449, - 9461 + 9450, + 9462 ], "loc": { "start": { @@ -23136,8 +23136,8 @@ } }, "range": [ - 9427, - 9461 + 9428, + 9462 ], "loc": { "start": { @@ -23151,8 +23151,8 @@ } }, "range": [ - 9427, - 9462 + 9428, + 9463 ], "loc": { "start": { @@ -23167,8 +23167,8 @@ } ], "range": [ - 9374, - 9472 + 9375, + 9473 ], "loc": { "start": { @@ -23183,8 +23183,8 @@ }, "alternate": null, "range": [ - 9353, - 9472 + 9354, + 9473 ], "loc": { "start": { @@ -23201,8 +23201,8 @@ "type": "Line", "value": "Cols generation for all browsers excepted IE<=7", "range": [ - 9482, - 9531 + 9483, + 9532 ], "loc": { "start": { @@ -23228,8 +23228,8 @@ "object": { "type": "ThisExpression", "range": [ - 9540, - 9544 + 9541, + 9545 ], "loc": { "start": { @@ -23246,8 +23246,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 9545, - 9557 + 9546, + 9558 ], "loc": { "start": { @@ -23261,8 +23261,8 @@ } }, "range": [ - 9540, - 9557 + 9541, + 9558 ], "loc": { "start": { @@ -23292,8 +23292,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 9560, - 9563 + 9561, + 9564 ], "loc": { "start": { @@ -23310,8 +23310,8 @@ "type": "Identifier", "name": "tag", "range": [ - 9564, - 9567 + 9565, + 9568 ], "loc": { "start": { @@ -23325,8 +23325,8 @@ } }, "range": [ - 9560, - 9567 + 9561, + 9568 ], "loc": { "start": { @@ -23344,8 +23344,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 9568, - 9571 + 9569, + 9572 ], "loc": { "start": { @@ -23363,8 +23363,8 @@ "value": "col", "raw": "'col'", "range": [ - 9573, - 9578 + 9574, + 9579 ], "loc": { "start": { @@ -23379,8 +23379,8 @@ } ], "range": [ - 9560, - 9579 + 9561, + 9580 ], "loc": { "start": { @@ -23397,8 +23397,8 @@ "type": "Identifier", "name": "length", "range": [ - 9580, - 9586 + 9581, + 9587 ], "loc": { "start": { @@ -23412,8 +23412,8 @@ } }, "range": [ - 9560, - 9586 + 9561, + 9587 ], "loc": { "start": { @@ -23431,8 +23431,8 @@ "value": 0, "raw": "0", "range": [ - 9589, - 9590 + 9590, + 9591 ], "loc": { "start": { @@ -23446,8 +23446,8 @@ } }, "range": [ - 9560, - 9590 + 9561, + 9591 ], "loc": { "start": { @@ -23465,8 +23465,8 @@ "value": true, "raw": "true", "range": [ - 9593, - 9597 + 9594, + 9598 ], "loc": { "start": { @@ -23484,8 +23484,8 @@ "value": false, "raw": "false", "range": [ - 9600, - 9605 + 9601, + 9606 ], "loc": { "start": { @@ -23499,8 +23499,8 @@ } }, "range": [ - 9560, - 9605 + 9561, + 9606 ], "loc": { "start": { @@ -23514,8 +23514,8 @@ } }, "range": [ - 9540, - 9605 + 9541, + 9606 ], "loc": { "start": { @@ -23529,8 +23529,8 @@ } }, "range": [ - 9540, - 9606 + 9541, + 9607 ], "loc": { "start": { @@ -23547,8 +23547,8 @@ "type": "Line", "value": "Cols generation for all browsers excepted IE<=7", "range": [ - 9482, - 9531 + 9483, + 9532 ], "loc": { "start": { @@ -23567,8 +23567,8 @@ "type": "Line", "value": "Col elements are enough to keep column widths after sorting and", "range": [ - 9616, - 9681 + 9617, + 9682 ], "loc": { "start": { @@ -23585,8 +23585,8 @@ "type": "Line", "value": "filtering", "range": [ - 9690, - 9701 + 9691, + 9702 ], "loc": { "start": { @@ -23610,8 +23610,8 @@ "type": "Identifier", "name": "createColTags", "range": [ - 9714, - 9727 + 9715, + 9728 ], "loc": { "start": { @@ -23642,8 +23642,8 @@ "type": "Identifier", "name": "k", "range": [ - 9762, - 9763 + 9763, + 9764 ], "loc": { "start": { @@ -23666,8 +23666,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9765, - 9767 + 9766, + 9768 ], "loc": { "start": { @@ -23684,8 +23684,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 9768, - 9775 + 9769, + 9776 ], "loc": { "start": { @@ -23699,8 +23699,8 @@ } }, "range": [ - 9765, - 9775 + 9766, + 9776 ], "loc": { "start": { @@ -23718,8 +23718,8 @@ "value": 1, "raw": "1", "range": [ - 9776, - 9777 + 9777, + 9778 ], "loc": { "start": { @@ -23733,8 +23733,8 @@ } }, "range": [ - 9765, - 9777 + 9766, + 9778 ], "loc": { "start": { @@ -23748,8 +23748,8 @@ } }, "range": [ - 9762, - 9778 + 9763, + 9779 ], "loc": { "start": { @@ -23765,8 +23765,8 @@ ], "kind": "let", "range": [ - 9758, - 9778 + 9759, + 9779 ], "loc": { "start": { @@ -23786,8 +23786,8 @@ "type": "Identifier", "name": "k", "range": [ - 9780, - 9781 + 9781, + 9782 ], "loc": { "start": { @@ -23805,8 +23805,8 @@ "value": 0, "raw": "0", "range": [ - 9783, - 9784 + 9784, + 9785 ], "loc": { "start": { @@ -23820,8 +23820,8 @@ } }, "range": [ - 9780, - 9784 + 9781, + 9785 ], "loc": { "start": { @@ -23841,8 +23841,8 @@ "type": "Identifier", "name": "k", "range": [ - 9786, - 9787 + 9787, + 9788 ], "loc": { "start": { @@ -23857,8 +23857,8 @@ }, "prefix": false, "range": [ - 9786, - 9789 + 9787, + 9790 ], "loc": { "start": { @@ -23883,8 +23883,8 @@ "type": "Identifier", "name": "col", "range": [ - 9812, - 9815 + 9813, + 9816 ], "loc": { "start": { @@ -23906,8 +23906,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 9818, - 9821 + 9819, + 9822 ], "loc": { "start": { @@ -23924,8 +23924,8 @@ "type": "Identifier", "name": "create", "range": [ - 9822, - 9828 + 9823, + 9829 ], "loc": { "start": { @@ -23939,8 +23939,8 @@ } }, "range": [ - 9818, - 9828 + 9819, + 9829 ], "loc": { "start": { @@ -23959,8 +23959,8 @@ "value": "col", "raw": "'col'", "range": [ - 9829, - 9834 + 9830, + 9835 ], "loc": { "start": { @@ -23981,8 +23981,8 @@ "value": "id", "raw": "'id'", "range": [ - 9837, - 9841 + 9838, + 9842 ], "loc": { "start": { @@ -24008,8 +24008,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9843, - 9845 + 9844, + 9846 ], "loc": { "start": { @@ -24026,8 +24026,8 @@ "type": "Identifier", "name": "id", "range": [ - 9846, - 9848 + 9847, + 9849 ], "loc": { "start": { @@ -24041,8 +24041,8 @@ } }, "range": [ - 9843, - 9848 + 9844, + 9849 ], "loc": { "start": { @@ -24060,8 +24060,8 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 9849, - 9856 + 9850, + 9857 ], "loc": { "start": { @@ -24075,8 +24075,8 @@ } }, "range": [ - 9843, - 9856 + 9844, + 9857 ], "loc": { "start": { @@ -24093,8 +24093,8 @@ "type": "Identifier", "name": "k", "range": [ - 9857, - 9858 + 9858, + 9859 ], "loc": { "start": { @@ -24108,8 +24108,8 @@ } }, "range": [ - 9843, - 9858 + 9844, + 9859 ], "loc": { "start": { @@ -24124,8 +24124,8 @@ } ], "range": [ - 9836, - 9859 + 9837, + 9860 ], "loc": { "start": { @@ -24140,8 +24140,8 @@ } ], "range": [ - 9818, - 9860 + 9819, + 9861 ], "loc": { "start": { @@ -24155,8 +24155,8 @@ } }, "range": [ - 9812, - 9860 + 9813, + 9861 ], "loc": { "start": { @@ -24172,8 +24172,8 @@ ], "kind": "let", "range": [ - 9808, - 9861 + 9809, + 9862 ], "loc": { "start": { @@ -24197,8 +24197,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 9878, - 9881 + 9879, + 9882 ], "loc": { "start": { @@ -24215,8 +24215,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 9882, - 9894 + 9883, + 9895 ], "loc": { "start": { @@ -24230,8 +24230,8 @@ } }, "range": [ - 9878, - 9894 + 9879, + 9895 ], "loc": { "start": { @@ -24249,8 +24249,8 @@ "type": "Identifier", "name": "col", "range": [ - 9895, - 9898 + 9896, + 9899 ], "loc": { "start": { @@ -24270,8 +24270,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 9900, - 9903 + 9901, + 9904 ], "loc": { "start": { @@ -24288,8 +24288,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 9904, - 9914 + 9905, + 9915 ], "loc": { "start": { @@ -24303,8 +24303,8 @@ } }, "range": [ - 9900, - 9914 + 9901, + 9915 ], "loc": { "start": { @@ -24319,8 +24319,8 @@ } ], "range": [ - 9878, - 9915 + 9879, + 9916 ], "loc": { "start": { @@ -24334,8 +24334,8 @@ } }, "range": [ - 9878, - 9916 + 9879, + 9917 ], "loc": { "start": { @@ -24363,8 +24363,8 @@ "type": "Identifier", "name": "col", "range": [ - 9933, - 9936 + 9934, + 9937 ], "loc": { "start": { @@ -24381,8 +24381,8 @@ "type": "Identifier", "name": "style", "range": [ - 9937, - 9942 + 9938, + 9943 ], "loc": { "start": { @@ -24396,8 +24396,8 @@ } }, "range": [ - 9933, - 9942 + 9934, + 9943 ], "loc": { "start": { @@ -24414,8 +24414,8 @@ "type": "Identifier", "name": "width", "range": [ - 9943, - 9948 + 9944, + 9949 ], "loc": { "start": { @@ -24429,8 +24429,8 @@ } }, "range": [ - 9933, - 9948 + 9934, + 9949 ], "loc": { "start": { @@ -24453,8 +24453,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9951, - 9953 + 9952, + 9954 ], "loc": { "start": { @@ -24471,8 +24471,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 9954, - 9963 + 9955, + 9964 ], "loc": { "start": { @@ -24486,8 +24486,8 @@ } }, "range": [ - 9951, - 9963 + 9952, + 9964 ], "loc": { "start": { @@ -24504,8 +24504,8 @@ "type": "Identifier", "name": "k", "range": [ - 9964, - 9965 + 9965, + 9966 ], "loc": { "start": { @@ -24519,8 +24519,8 @@ } }, "range": [ - 9951, - 9966 + 9952, + 9967 ], "loc": { "start": { @@ -24534,8 +24534,8 @@ } }, "range": [ - 9933, - 9966 + 9934, + 9967 ], "loc": { "start": { @@ -24549,8 +24549,8 @@ } }, "range": [ - 9933, - 9967 + 9934, + 9968 ], "loc": { "start": { @@ -24577,8 +24577,8 @@ "object": { "type": "ThisExpression", "range": [ - 9984, - 9988 + 9985, + 9989 ], "loc": { "start": { @@ -24595,8 +24595,8 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 9989, - 10000 + 9990, + 10001 ], "loc": { "start": { @@ -24610,8 +24610,8 @@ } }, "range": [ - 9984, - 10000 + 9985, + 10001 ], "loc": { "start": { @@ -24628,8 +24628,8 @@ "type": "Identifier", "name": "k", "range": [ - 10001, - 10002 + 10002, + 10003 ], "loc": { "start": { @@ -24643,8 +24643,8 @@ } }, "range": [ - 9984, - 10003 + 9985, + 10004 ], "loc": { "start": { @@ -24661,8 +24661,8 @@ "type": "Identifier", "name": "col", "range": [ - 10006, - 10009 + 10007, + 10010 ], "loc": { "start": { @@ -24676,8 +24676,8 @@ } }, "range": [ - 9984, - 10009 + 9985, + 10010 ], "loc": { "start": { @@ -24691,8 +24691,8 @@ } }, "range": [ - 9984, - 10010 + 9985, + 10011 ], "loc": { "start": { @@ -24707,8 +24707,8 @@ } ], "range": [ - 9790, - 10024 + 9791, + 10025 ], "loc": { "start": { @@ -24722,8 +24722,8 @@ } }, "range": [ - 9754, - 10024 + 9755, + 10025 ], "loc": { "start": { @@ -24747,8 +24747,8 @@ "object": { "type": "ThisExpression", "range": [ - 10037, - 10041 + 10038, + 10042 ], "loc": { "start": { @@ -24765,8 +24765,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 10042, - 10054 + 10043, + 10055 ], "loc": { "start": { @@ -24780,8 +24780,8 @@ } }, "range": [ - 10037, - 10054 + 10038, + 10055 ], "loc": { "start": { @@ -24799,8 +24799,8 @@ "value": true, "raw": "true", "range": [ - 10057, - 10061 + 10058, + 10062 ], "loc": { "start": { @@ -24814,8 +24814,8 @@ } }, "range": [ - 10037, - 10061 + 10038, + 10062 ], "loc": { "start": { @@ -24829,8 +24829,8 @@ } }, "range": [ - 10037, - 10062 + 10038, + 10063 ], "loc": { "start": { @@ -24845,8 +24845,8 @@ } ], "range": [ - 9740, - 10072 + 9741, + 10073 ], "loc": { "start": { @@ -24862,8 +24862,8 @@ "generator": false, "expression": false, "range": [ - 9730, - 10072 + 9731, + 10073 ], "loc": { "start": { @@ -24877,8 +24877,8 @@ } }, "range": [ - 9714, - 10072 + 9715, + 10073 ], "loc": { "start": { @@ -24894,8 +24894,8 @@ ], "kind": "let", "range": [ - 9710, - 10073 + 9711, + 10074 ], "loc": { "start": { @@ -24912,8 +24912,8 @@ "type": "Line", "value": "Col elements are enough to keep column widths after sorting and", "range": [ - 9616, - 9681 + 9617, + 9682 ], "loc": { "start": { @@ -24930,8 +24930,8 @@ "type": "Line", "value": "filtering", "range": [ - 9690, - 9701 + 9691, + 9702 ], "loc": { "start": { @@ -24957,8 +24957,8 @@ "object": { "type": "ThisExpression", "range": [ - 10087, - 10091 + 10088, + 10092 ], "loc": { "start": { @@ -24975,8 +24975,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 10092, - 10104 + 10093, + 10105 ], "loc": { "start": { @@ -24990,8 +24990,8 @@ } }, "range": [ - 10087, - 10104 + 10088, + 10105 ], "loc": { "start": { @@ -25006,8 +25006,8 @@ }, "prefix": true, "range": [ - 10086, - 10104 + 10087, + 10105 ], "loc": { "start": { @@ -25034,8 +25034,8 @@ "type": "Identifier", "name": "createColTags", "range": [ - 10119, - 10132 + 10120, + 10133 ], "loc": { "start": { @@ -25052,8 +25052,8 @@ "type": "Identifier", "name": "call", "range": [ - 10133, - 10137 + 10134, + 10138 ], "loc": { "start": { @@ -25067,8 +25067,8 @@ } }, "range": [ - 10119, - 10137 + 10120, + 10138 ], "loc": { "start": { @@ -25085,8 +25085,8 @@ { "type": "ThisExpression", "range": [ - 10138, - 10142 + 10139, + 10143 ], "loc": { "start": { @@ -25101,8 +25101,8 @@ } ], "range": [ - 10119, - 10143 + 10120, + 10144 ], "loc": { "start": { @@ -25116,8 +25116,8 @@ } }, "range": [ - 10119, - 10144 + 10120, + 10145 ], "loc": { "start": { @@ -25132,8 +25132,8 @@ } ], "range": [ - 10105, - 10154 + 10106, + 10155 ], "loc": { "start": { @@ -25158,8 +25158,8 @@ "type": "Identifier", "name": "cols", "range": [ - 10178, - 10182 + 10179, + 10183 ], "loc": { "start": { @@ -25181,8 +25181,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 10185, - 10188 + 10186, + 10189 ], "loc": { "start": { @@ -25199,8 +25199,8 @@ "type": "Identifier", "name": "tag", "range": [ - 10189, - 10192 + 10190, + 10193 ], "loc": { "start": { @@ -25214,8 +25214,8 @@ } }, "range": [ - 10185, - 10192 + 10186, + 10193 ], "loc": { "start": { @@ -25233,8 +25233,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 10193, - 10196 + 10194, + 10197 ], "loc": { "start": { @@ -25252,8 +25252,8 @@ "value": "col", "raw": "'col'", "range": [ - 10198, - 10203 + 10199, + 10204 ], "loc": { "start": { @@ -25268,8 +25268,8 @@ } ], "range": [ - 10185, - 10204 + 10186, + 10205 ], "loc": { "start": { @@ -25283,8 +25283,8 @@ } }, "range": [ - 10178, - 10204 + 10179, + 10205 ], "loc": { "start": { @@ -25300,8 +25300,8 @@ ], "kind": "let", "range": [ - 10174, - 10205 + 10175, + 10206 ], "loc": { "start": { @@ -25325,8 +25325,8 @@ "type": "Identifier", "name": "ii", "range": [ - 10226, - 10228 + 10227, + 10229 ], "loc": { "start": { @@ -25344,8 +25344,8 @@ "value": 0, "raw": "0", "range": [ - 10229, - 10230 + 10230, + 10231 ], "loc": { "start": { @@ -25359,8 +25359,8 @@ } }, "range": [ - 10226, - 10230 + 10227, + 10231 ], "loc": { "start": { @@ -25376,8 +25376,8 @@ ], "kind": "let", "range": [ - 10222, - 10230 + 10223, + 10231 ], "loc": { "start": { @@ -25397,8 +25397,8 @@ "type": "Identifier", "name": "ii", "range": [ - 10232, - 10234 + 10233, + 10235 ], "loc": { "start": { @@ -25418,8 +25418,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10235, - 10237 + 10236, + 10238 ], "loc": { "start": { @@ -25436,8 +25436,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 10238, - 10245 + 10239, + 10246 ], "loc": { "start": { @@ -25451,8 +25451,8 @@ } }, "range": [ - 10235, - 10245 + 10236, + 10246 ], "loc": { "start": { @@ -25466,8 +25466,8 @@ } }, "range": [ - 10232, - 10245 + 10233, + 10246 ], "loc": { "start": { @@ -25487,8 +25487,8 @@ "type": "Identifier", "name": "ii", "range": [ - 10247, - 10249 + 10248, + 10250 ], "loc": { "start": { @@ -25503,8 +25503,8 @@ }, "prefix": false, "range": [ - 10247, - 10251 + 10248, + 10252 ], "loc": { "start": { @@ -25534,8 +25534,8 @@ "type": "Identifier", "name": "cols", "range": [ - 10270, - 10274 + 10271, + 10275 ], "loc": { "start": { @@ -25552,8 +25552,8 @@ "type": "Identifier", "name": "ii", "range": [ - 10275, - 10277 + 10276, + 10278 ], "loc": { "start": { @@ -25567,8 +25567,8 @@ } }, "range": [ - 10270, - 10278 + 10271, + 10279 ], "loc": { "start": { @@ -25585,8 +25585,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 10279, - 10291 + 10280, + 10292 ], "loc": { "start": { @@ -25600,8 +25600,8 @@ } }, "range": [ - 10270, - 10291 + 10271, + 10292 ], "loc": { "start": { @@ -25620,8 +25620,8 @@ "value": "id", "raw": "'id'", "range": [ - 10292, - 10296 + 10293, + 10297 ], "loc": { "start": { @@ -25647,8 +25647,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10298, - 10300 + 10299, + 10301 ], "loc": { "start": { @@ -25665,8 +25665,8 @@ "type": "Identifier", "name": "id", "range": [ - 10301, - 10303 + 10302, + 10304 ], "loc": { "start": { @@ -25680,8 +25680,8 @@ } }, "range": [ - 10298, - 10303 + 10299, + 10304 ], "loc": { "start": { @@ -25699,8 +25699,8 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 10304, - 10311 + 10305, + 10312 ], "loc": { "start": { @@ -25714,8 +25714,8 @@ } }, "range": [ - 10298, - 10311 + 10299, + 10312 ], "loc": { "start": { @@ -25732,8 +25732,8 @@ "type": "Identifier", "name": "ii", "range": [ - 10312, - 10314 + 10313, + 10315 ], "loc": { "start": { @@ -25747,8 +25747,8 @@ } }, "range": [ - 10298, - 10314 + 10299, + 10315 ], "loc": { "start": { @@ -25763,8 +25763,8 @@ } ], "range": [ - 10270, - 10315 + 10271, + 10316 ], "loc": { "start": { @@ -25778,8 +25778,8 @@ } }, "range": [ - 10270, - 10316 + 10271, + 10317 ], "loc": { "start": { @@ -25810,8 +25810,8 @@ "type": "Identifier", "name": "cols", "range": [ - 10333, - 10337 + 10334, + 10338 ], "loc": { "start": { @@ -25828,8 +25828,8 @@ "type": "Identifier", "name": "ii", "range": [ - 10338, - 10340 + 10339, + 10341 ], "loc": { "start": { @@ -25843,8 +25843,8 @@ } }, "range": [ - 10333, - 10341 + 10334, + 10342 ], "loc": { "start": { @@ -25861,8 +25861,8 @@ "type": "Identifier", "name": "style", "range": [ - 10342, - 10347 + 10343, + 10348 ], "loc": { "start": { @@ -25876,8 +25876,8 @@ } }, "range": [ - 10333, - 10347 + 10334, + 10348 ], "loc": { "start": { @@ -25894,8 +25894,8 @@ "type": "Identifier", "name": "width", "range": [ - 10348, - 10353 + 10349, + 10354 ], "loc": { "start": { @@ -25909,8 +25909,8 @@ } }, "range": [ - 10333, - 10353 + 10334, + 10354 ], "loc": { "start": { @@ -25933,8 +25933,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10356, - 10358 + 10357, + 10359 ], "loc": { "start": { @@ -25951,8 +25951,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 10359, - 10368 + 10360, + 10369 ], "loc": { "start": { @@ -25966,8 +25966,8 @@ } }, "range": [ - 10356, - 10368 + 10357, + 10369 ], "loc": { "start": { @@ -25984,8 +25984,8 @@ "type": "Identifier", "name": "ii", "range": [ - 10369, - 10371 + 10370, + 10372 ], "loc": { "start": { @@ -25999,8 +25999,8 @@ } }, "range": [ - 10356, - 10372 + 10357, + 10373 ], "loc": { "start": { @@ -26014,8 +26014,8 @@ } }, "range": [ - 10333, - 10372 + 10334, + 10373 ], "loc": { "start": { @@ -26029,8 +26029,8 @@ } }, "range": [ - 10333, - 10373 + 10334, + 10374 ], "loc": { "start": { @@ -26056,8 +26056,8 @@ "object": { "type": "ThisExpression", "range": [ - 10390, - 10394 + 10391, + 10395 ], "loc": { "start": { @@ -26074,8 +26074,8 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 10395, - 10406 + 10396, + 10407 ], "loc": { "start": { @@ -26089,8 +26089,8 @@ } }, "range": [ - 10390, - 10406 + 10391, + 10407 ], "loc": { "start": { @@ -26107,8 +26107,8 @@ "type": "Identifier", "name": "push", "range": [ - 10407, - 10411 + 10408, + 10412 ], "loc": { "start": { @@ -26122,8 +26122,8 @@ } }, "range": [ - 10390, - 10411 + 10391, + 10412 ], "loc": { "start": { @@ -26144,8 +26144,8 @@ "type": "Identifier", "name": "cols", "range": [ - 10412, - 10416 + 10413, + 10417 ], "loc": { "start": { @@ -26162,8 +26162,8 @@ "type": "Identifier", "name": "ii", "range": [ - 10417, - 10419 + 10418, + 10420 ], "loc": { "start": { @@ -26177,8 +26177,8 @@ } }, "range": [ - 10412, - 10420 + 10413, + 10421 ], "loc": { "start": { @@ -26193,8 +26193,8 @@ } ], "range": [ - 10390, - 10421 + 10391, + 10422 ], "loc": { "start": { @@ -26208,8 +26208,8 @@ } }, "range": [ - 10390, - 10422 + 10391, + 10423 ], "loc": { "start": { @@ -26224,8 +26224,8 @@ } ], "range": [ - 10252, - 10436 + 10253, + 10437 ], "loc": { "start": { @@ -26239,8 +26239,8 @@ } }, "range": [ - 10218, - 10436 + 10219, + 10437 ], "loc": { "start": { @@ -26255,8 +26255,8 @@ } ], "range": [ - 10160, - 10446 + 10161, + 10447 ], "loc": { "start": { @@ -26270,8 +26270,8 @@ } }, "range": [ - 10083, - 10446 + 10084, + 10447 ], "loc": { "start": { @@ -26293,8 +26293,8 @@ "type": "Identifier", "name": "afterColResizedFn", "range": [ - 10460, - 10477 + 10461, + 10478 ], "loc": { "start": { @@ -26318,8 +26318,8 @@ "type": "Identifier", "name": "Types", "range": [ - 10480, - 10485 + 10481, + 10486 ], "loc": { "start": { @@ -26336,8 +26336,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 10486, - 10490 + 10487, + 10491 ], "loc": { "start": { @@ -26351,8 +26351,8 @@ } }, "range": [ - 10480, - 10490 + 10481, + 10491 ], "loc": { "start": { @@ -26373,8 +26373,8 @@ "type": "Identifier", "name": "f", "range": [ - 10491, - 10492 + 10492, + 10493 ], "loc": { "start": { @@ -26391,8 +26391,8 @@ "type": "Identifier", "name": "on_after_col_resized", "range": [ - 10493, - 10513 + 10494, + 10514 ], "loc": { "start": { @@ -26406,8 +26406,8 @@ } }, "range": [ - 10491, - 10513 + 10492, + 10514 ], "loc": { "start": { @@ -26422,8 +26422,8 @@ } ], "range": [ - 10480, - 10514 + 10481, + 10515 ], "loc": { "start": { @@ -26443,8 +26443,8 @@ "type": "Identifier", "name": "f", "range": [ - 10529, - 10530 + 10530, + 10531 ], "loc": { "start": { @@ -26461,8 +26461,8 @@ "type": "Identifier", "name": "on_after_col_resized", "range": [ - 10531, - 10551 + 10532, + 10552 ], "loc": { "start": { @@ -26476,8 +26476,8 @@ } }, "range": [ - 10529, - 10551 + 10530, + 10552 ], "loc": { "start": { @@ -26495,8 +26495,8 @@ "value": null, "raw": "null", "range": [ - 10554, - 10558 + 10555, + 10559 ], "loc": { "start": { @@ -26510,8 +26510,8 @@ } }, "range": [ - 10480, - 10558 + 10481, + 10559 ], "loc": { "start": { @@ -26525,8 +26525,8 @@ } }, "range": [ - 10460, - 10558 + 10461, + 10559 ], "loc": { "start": { @@ -26542,8 +26542,8 @@ ], "kind": "let", "range": [ - 10456, - 10559 + 10457, + 10560 ], "loc": { "start": { @@ -26568,8 +26568,8 @@ "type": "Identifier", "name": "f", "range": [ - 10568, - 10569 + 10569, + 10570 ], "loc": { "start": { @@ -26586,8 +26586,8 @@ "type": "Identifier", "name": "on_after_col_resized", "range": [ - 10570, - 10590 + 10571, + 10591 ], "loc": { "start": { @@ -26601,8 +26601,8 @@ } }, "range": [ - 10568, - 10590 + 10569, + 10591 ], "loc": { "start": { @@ -26623,8 +26623,8 @@ "type": "Identifier", "name": "o", "range": [ - 10602, - 10603 + 10603, + 10604 ], "loc": { "start": { @@ -26641,8 +26641,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10605, - 10613 + 10606, + 10614 ], "loc": { "start": { @@ -26668,8 +26668,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10632, - 10640 + 10633, + 10641 ], "loc": { "start": { @@ -26684,8 +26684,8 @@ }, "prefix": true, "range": [ - 10631, - 10640 + 10632, + 10641 ], "loc": { "start": { @@ -26705,8 +26705,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 10659, - 10666 + 10660, + 10667 ], "loc": { "start": { @@ -26721,8 +26721,8 @@ } ], "range": [ - 10641, - 10680 + 10642, + 10681 ], "loc": { "start": { @@ -26737,8 +26737,8 @@ }, "alternate": null, "range": [ - 10628, - 10680 + 10629, + 10681 ], "loc": { "start": { @@ -26760,8 +26760,8 @@ "type": "Identifier", "name": "w", "range": [ - 10697, - 10698 + 10698, + 10699 ], "loc": { "start": { @@ -26793,8 +26793,8 @@ "type": "Identifier", "name": "o", "range": [ - 10701, - 10702 + 10702, + 10703 ], "loc": { "start": { @@ -26811,8 +26811,8 @@ "type": "Identifier", "name": "crWColsRow", "range": [ - 10703, - 10713 + 10704, + 10714 ], "loc": { "start": { @@ -26826,8 +26826,8 @@ } }, "range": [ - 10701, - 10713 + 10702, + 10714 ], "loc": { "start": { @@ -26844,8 +26844,8 @@ "type": "Identifier", "name": "cells", "range": [ - 10714, - 10719 + 10715, + 10720 ], "loc": { "start": { @@ -26859,8 +26859,8 @@ } }, "range": [ - 10701, - 10719 + 10702, + 10720 ], "loc": { "start": { @@ -26877,8 +26877,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10720, - 10728 + 10721, + 10729 ], "loc": { "start": { @@ -26892,8 +26892,8 @@ } }, "range": [ - 10701, - 10729 + 10702, + 10730 ], "loc": { "start": { @@ -26910,8 +26910,8 @@ "type": "Identifier", "name": "style", "range": [ - 10730, - 10735 + 10731, + 10736 ], "loc": { "start": { @@ -26925,8 +26925,8 @@ } }, "range": [ - 10701, - 10735 + 10702, + 10736 ], "loc": { "start": { @@ -26943,8 +26943,8 @@ "type": "Identifier", "name": "width", "range": [ - 10736, - 10741 + 10737, + 10742 ], "loc": { "start": { @@ -26958,8 +26958,8 @@ } }, "range": [ - 10701, - 10741 + 10702, + 10742 ], "loc": { "start": { @@ -26973,8 +26973,8 @@ } }, "range": [ - 10697, - 10741 + 10698, + 10742 ], "loc": { "start": { @@ -26990,8 +26990,8 @@ ], "kind": "let", "range": [ - 10693, - 10742 + 10694, + 10743 ], "loc": { "start": { @@ -27013,8 +27013,8 @@ "type": "Identifier", "name": "col", "range": [ - 10759, - 10762 + 10760, + 10763 ], "loc": { "start": { @@ -27037,8 +27037,8 @@ "type": "Identifier", "name": "o", "range": [ - 10765, - 10766 + 10766, + 10767 ], "loc": { "start": { @@ -27055,8 +27055,8 @@ "type": "Identifier", "name": "gridColElms", "range": [ - 10767, - 10778 + 10768, + 10779 ], "loc": { "start": { @@ -27070,8 +27070,8 @@ } }, "range": [ - 10765, - 10778 + 10766, + 10779 ], "loc": { "start": { @@ -27088,8 +27088,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10779, - 10787 + 10780, + 10788 ], "loc": { "start": { @@ -27103,8 +27103,8 @@ } }, "range": [ - 10765, - 10788 + 10766, + 10789 ], "loc": { "start": { @@ -27118,8 +27118,8 @@ } }, "range": [ - 10759, - 10788 + 10760, + 10789 ], "loc": { "start": { @@ -27135,8 +27135,8 @@ ], "kind": "let", "range": [ - 10755, - 10789 + 10756, + 10790 ], "loc": { "start": { @@ -27164,8 +27164,8 @@ "type": "Identifier", "name": "col", "range": [ - 10802, - 10805 + 10803, + 10806 ], "loc": { "start": { @@ -27182,8 +27182,8 @@ "type": "Identifier", "name": "style", "range": [ - 10806, - 10811 + 10807, + 10812 ], "loc": { "start": { @@ -27197,8 +27197,8 @@ } }, "range": [ - 10802, - 10811 + 10803, + 10812 ], "loc": { "start": { @@ -27215,8 +27215,8 @@ "type": "Identifier", "name": "width", "range": [ - 10812, - 10817 + 10813, + 10818 ], "loc": { "start": { @@ -27230,8 +27230,8 @@ } }, "range": [ - 10802, - 10817 + 10803, + 10818 ], "loc": { "start": { @@ -27248,8 +27248,8 @@ "type": "Identifier", "name": "w", "range": [ - 10820, - 10821 + 10821, + 10822 ], "loc": { "start": { @@ -27263,8 +27263,8 @@ } }, "range": [ - 10802, - 10821 + 10803, + 10822 ], "loc": { "start": { @@ -27278,8 +27278,8 @@ } }, "range": [ - 10802, - 10822 + 10803, + 10823 ], "loc": { "start": { @@ -27301,8 +27301,8 @@ "type": "Identifier", "name": "thCW", "range": [ - 10840, - 10844 + 10841, + 10845 ], "loc": { "start": { @@ -27331,8 +27331,8 @@ "type": "Identifier", "name": "o", "range": [ - 10847, - 10848 + 10848, + 10849 ], "loc": { "start": { @@ -27349,8 +27349,8 @@ "type": "Identifier", "name": "crWColsRow", "range": [ - 10849, - 10859 + 10850, + 10860 ], "loc": { "start": { @@ -27364,8 +27364,8 @@ } }, "range": [ - 10847, - 10859 + 10848, + 10860 ], "loc": { "start": { @@ -27382,8 +27382,8 @@ "type": "Identifier", "name": "cells", "range": [ - 10860, - 10865 + 10861, + 10866 ], "loc": { "start": { @@ -27397,8 +27397,8 @@ } }, "range": [ - 10847, - 10865 + 10848, + 10866 ], "loc": { "start": { @@ -27415,8 +27415,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10866, - 10874 + 10867, + 10875 ], "loc": { "start": { @@ -27430,8 +27430,8 @@ } }, "range": [ - 10847, - 10875 + 10848, + 10876 ], "loc": { "start": { @@ -27448,8 +27448,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 10876, - 10887 + 10877, + 10888 ], "loc": { "start": { @@ -27463,8 +27463,8 @@ } }, "range": [ - 10847, - 10887 + 10848, + 10888 ], "loc": { "start": { @@ -27478,8 +27478,8 @@ } }, "range": [ - 10840, - 10887 + 10841, + 10888 ], "loc": { "start": { @@ -27495,8 +27495,8 @@ ], "kind": "let", "range": [ - 10836, - 10888 + 10837, + 10889 ], "loc": { "start": { @@ -27518,8 +27518,8 @@ "type": "Identifier", "name": "tdCW", "range": [ - 10905, - 10909 + 10906, + 10910 ], "loc": { "start": { @@ -27548,8 +27548,8 @@ "type": "Identifier", "name": "o", "range": [ - 10912, - 10913 + 10913, + 10914 ], "loc": { "start": { @@ -27566,8 +27566,8 @@ "type": "Identifier", "name": "crWRowDataTbl", "range": [ - 10914, - 10927 + 10915, + 10928 ], "loc": { "start": { @@ -27581,8 +27581,8 @@ } }, "range": [ - 10912, - 10927 + 10913, + 10928 ], "loc": { "start": { @@ -27599,8 +27599,8 @@ "type": "Identifier", "name": "cells", "range": [ - 10928, - 10933 + 10929, + 10934 ], "loc": { "start": { @@ -27614,8 +27614,8 @@ } }, "range": [ - 10912, - 10933 + 10913, + 10934 ], "loc": { "start": { @@ -27632,8 +27632,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 10934, - 10942 + 10935, + 10943 ], "loc": { "start": { @@ -27647,8 +27647,8 @@ } }, "range": [ - 10912, - 10943 + 10913, + 10944 ], "loc": { "start": { @@ -27665,8 +27665,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 10944, - 10955 + 10945, + 10956 ], "loc": { "start": { @@ -27680,8 +27680,8 @@ } }, "range": [ - 10912, - 10955 + 10913, + 10956 ], "loc": { "start": { @@ -27695,8 +27695,8 @@ } }, "range": [ - 10905, - 10955 + 10906, + 10956 ], "loc": { "start": { @@ -27712,8 +27712,8 @@ ], "kind": "let", "range": [ - 10901, - 10956 + 10902, + 10957 ], "loc": { "start": { @@ -27735,8 +27735,8 @@ "type": "Identifier", "name": "thCW", "range": [ - 10973, - 10977 + 10974, + 10978 ], "loc": { "start": { @@ -27753,8 +27753,8 @@ "type": "Identifier", "name": "tdCW", "range": [ - 10981, - 10985 + 10982, + 10986 ], "loc": { "start": { @@ -27768,8 +27768,8 @@ } }, "range": [ - 10973, - 10985 + 10974, + 10986 ], "loc": { "start": { @@ -27803,8 +27803,8 @@ "type": "Identifier", "name": "o", "range": [ - 11004, - 11005 + 11005, + 11006 ], "loc": { "start": { @@ -27821,8 +27821,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 11006, - 11013 + 11007, + 11014 ], "loc": { "start": { @@ -27836,8 +27836,8 @@ } }, "range": [ - 11004, - 11013 + 11005, + 11014 ], "loc": { "start": { @@ -27854,8 +27854,8 @@ "type": "Identifier", "name": "style", "range": [ - 11014, - 11019 + 11015, + 11020 ], "loc": { "start": { @@ -27869,8 +27869,8 @@ } }, "range": [ - 11004, - 11019 + 11005, + 11020 ], "loc": { "start": { @@ -27887,8 +27887,8 @@ "type": "Identifier", "name": "width", "range": [ - 11020, - 11025 + 11021, + 11026 ], "loc": { "start": { @@ -27902,8 +27902,8 @@ } }, "range": [ - 11004, - 11025 + 11005, + 11026 ], "loc": { "start": { @@ -27926,8 +27926,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 11028, - 11031 + 11029, + 11032 ], "loc": { "start": { @@ -27944,8 +27944,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11032, - 11043 + 11033, + 11044 ], "loc": { "start": { @@ -27959,8 +27959,8 @@ } }, "range": [ - 11028, - 11043 + 11029, + 11044 ], "loc": { "start": { @@ -27978,8 +27978,8 @@ "value": "px", "raw": "'px'", "range": [ - 11044, - 11048 + 11045, + 11049 ], "loc": { "start": { @@ -27993,8 +27993,8 @@ } }, "range": [ - 11028, - 11048 + 11029, + 11049 ], "loc": { "start": { @@ -28008,8 +28008,8 @@ } }, "range": [ - 11004, - 11048 + 11005, + 11049 ], "loc": { "start": { @@ -28023,8 +28023,8 @@ } }, "range": [ - 11004, - 11049 + 11005, + 11050 ], "loc": { "start": { @@ -28039,8 +28039,8 @@ } ], "range": [ - 10986, - 11063 + 10987, + 11064 ], "loc": { "start": { @@ -28055,8 +28055,8 @@ }, "alternate": null, "range": [ - 10970, - 11063 + 10971, + 11064 ], "loc": { "start": { @@ -28075,8 +28075,8 @@ "type": "Identifier", "name": "afterColResizedFn", "range": [ - 11080, - 11097 + 11081, + 11098 ], "loc": { "start": { @@ -28103,8 +28103,8 @@ "type": "Identifier", "name": "afterColResizedFn", "range": [ - 11116, - 11133 + 11117, + 11134 ], "loc": { "start": { @@ -28121,8 +28121,8 @@ "type": "Identifier", "name": "call", "range": [ - 11134, - 11138 + 11135, + 11139 ], "loc": { "start": { @@ -28136,8 +28136,8 @@ } }, "range": [ - 11116, - 11138 + 11117, + 11139 ], "loc": { "start": { @@ -28156,8 +28156,8 @@ "value": null, "raw": "null", "range": [ - 11139, - 11143 + 11140, + 11144 ], "loc": { "start": { @@ -28174,8 +28174,8 @@ "type": "Identifier", "name": "o", "range": [ - 11145, - 11146 + 11146, + 11147 ], "loc": { "start": { @@ -28192,8 +28192,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11148, - 11156 + 11149, + 11157 ], "loc": { "start": { @@ -28208,8 +28208,8 @@ } ], "range": [ - 11116, - 11157 + 11117, + 11158 ], "loc": { "start": { @@ -28223,8 +28223,8 @@ } }, "range": [ - 11116, - 11158 + 11117, + 11159 ], "loc": { "start": { @@ -28239,8 +28239,8 @@ } ], "range": [ - 11098, - 11172 + 11099, + 11173 ], "loc": { "start": { @@ -28255,8 +28255,8 @@ }, "alternate": null, "range": [ - 11077, - 11172 + 11078, + 11173 ], "loc": { "start": { @@ -28271,8 +28271,8 @@ } ], "range": [ - 10614, - 11182 + 10615, + 11183 ], "loc": { "start": { @@ -28288,8 +28288,8 @@ "generator": false, "expression": false, "range": [ - 10593, - 11182 + 10594, + 11183 ], "loc": { "start": { @@ -28303,8 +28303,8 @@ } }, "range": [ - 10568, - 11182 + 10569, + 11183 ], "loc": { "start": { @@ -28318,8 +28318,8 @@ } }, "range": [ - 10568, - 11183 + 10569, + 11184 ], "loc": { "start": { @@ -28341,8 +28341,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11196, - 11198 + 11197, + 11199 ], "loc": { "start": { @@ -28359,8 +28359,8 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 11199, - 11211 + 11200, + 11212 ], "loc": { "start": { @@ -28374,8 +28374,8 @@ } }, "range": [ - 11196, - 11211 + 11197, + 11212 ], "loc": { "start": { @@ -28406,8 +28406,8 @@ "type": "Identifier", "name": "filtersRow", "range": [ - 11226, - 11236 + 11227, + 11237 ], "loc": { "start": { @@ -28424,8 +28424,8 @@ "type": "Identifier", "name": "style", "range": [ - 11237, - 11242 + 11238, + 11243 ], "loc": { "start": { @@ -28439,8 +28439,8 @@ } }, "range": [ - 11226, - 11242 + 11227, + 11243 ], "loc": { "start": { @@ -28457,8 +28457,8 @@ "type": "Identifier", "name": "display", "range": [ - 11243, - 11250 + 11244, + 11251 ], "loc": { "start": { @@ -28472,8 +28472,8 @@ } }, "range": [ - 11226, - 11250 + 11227, + 11251 ], "loc": { "start": { @@ -28490,8 +28490,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 11253, - 11257 + 11254, + 11258 ], "loc": { "start": { @@ -28505,8 +28505,8 @@ } }, "range": [ - 11226, - 11257 + 11227, + 11258 ], "loc": { "start": { @@ -28520,8 +28520,8 @@ } }, "range": [ - 11226, - 11258 + 11227, + 11259 ], "loc": { "start": { @@ -28536,8 +28536,8 @@ } ], "range": [ - 11212, - 11268 + 11213, + 11269 ], "loc": { "start": { @@ -28552,8 +28552,8 @@ }, "alternate": null, "range": [ - 11193, - 11268 + 11194, + 11269 ], "loc": { "start": { @@ -28578,8 +28578,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 11281, - 11284 + 11282, + 11285 ], "loc": { "start": { @@ -28596,8 +28596,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11285, - 11296 + 11286, + 11297 ], "loc": { "start": { @@ -28611,8 +28611,8 @@ } }, "range": [ - 11281, - 11296 + 11282, + 11297 ], "loc": { "start": { @@ -28634,8 +28634,8 @@ "object": { "type": "ThisExpression", "range": [ - 11301, - 11305 + 11302, + 11306 ], "loc": { "start": { @@ -28652,8 +28652,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 11306, - 11313 + 11307, + 11314 ], "loc": { "start": { @@ -28667,8 +28667,8 @@ } }, "range": [ - 11301, - 11313 + 11302, + 11314 ], "loc": { "start": { @@ -28685,8 +28685,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11314, - 11325 + 11315, + 11326 ], "loc": { "start": { @@ -28700,8 +28700,8 @@ } }, "range": [ - 11301, - 11325 + 11302, + 11326 ], "loc": { "start": { @@ -28715,8 +28715,8 @@ } }, "range": [ - 11281, - 11325 + 11282, + 11326 ], "loc": { "start": { @@ -28747,8 +28747,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 11340, - 11343 + 11341, + 11344 ], "loc": { "start": { @@ -28765,8 +28765,8 @@ "type": "Identifier", "name": "style", "range": [ - 11344, - 11349 + 11345, + 11350 ], "loc": { "start": { @@ -28780,8 +28780,8 @@ } }, "range": [ - 11340, - 11349 + 11341, + 11350 ], "loc": { "start": { @@ -28798,8 +28798,8 @@ "type": "Identifier", "name": "width", "range": [ - 11350, - 11355 + 11351, + 11356 ], "loc": { "start": { @@ -28813,8 +28813,8 @@ } }, "range": [ - 11340, - 11355 + 11341, + 11356 ], "loc": { "start": { @@ -28839,8 +28839,8 @@ "object": { "type": "ThisExpression", "range": [ - 11358, - 11362 + 11359, + 11363 ], "loc": { "start": { @@ -28857,8 +28857,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 11363, - 11370 + 11364, + 11371 ], "loc": { "start": { @@ -28872,8 +28872,8 @@ } }, "range": [ - 11358, - 11370 + 11359, + 11371 ], "loc": { "start": { @@ -28890,8 +28890,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 11371, - 11382 + 11372, + 11383 ], "loc": { "start": { @@ -28905,8 +28905,8 @@ } }, "range": [ - 11358, - 11382 + 11359, + 11383 ], "loc": { "start": { @@ -28924,8 +28924,8 @@ "value": "px", "raw": "'px'", "range": [ - 11383, - 11387 + 11384, + 11388 ], "loc": { "start": { @@ -28939,8 +28939,8 @@ } }, "range": [ - 11358, - 11387 + 11359, + 11388 ], "loc": { "start": { @@ -28954,8 +28954,8 @@ } }, "range": [ - 11340, - 11387 + 11341, + 11388 ], "loc": { "start": { @@ -28969,8 +28969,8 @@ } }, "range": [ - 11340, - 11388 + 11341, + 11389 ], "loc": { "start": { @@ -28985,8 +28985,8 @@ } ], "range": [ - 11326, - 11398 + 11327, + 11399 ], "loc": { "start": { @@ -29001,8 +29001,8 @@ }, "alternate": null, "range": [ - 11278, - 11398 + 11279, + 11399 ], "loc": { "start": { @@ -29026,8 +29026,8 @@ "object": { "type": "ThisExpression", "range": [ - 11408, - 11412 + 11409, + 11413 ], "loc": { "start": { @@ -29044,8 +29044,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 11413, - 11424 + 11414, + 11425 ], "loc": { "start": { @@ -29059,8 +29059,8 @@ } }, "range": [ - 11408, - 11424 + 11409, + 11425 ], "loc": { "start": { @@ -29078,8 +29078,8 @@ "value": true, "raw": "true", "range": [ - 11427, - 11431 + 11428, + 11432 ], "loc": { "start": { @@ -29093,8 +29093,8 @@ } }, "range": [ - 11408, - 11431 + 11409, + 11432 ], "loc": { "start": { @@ -29108,8 +29108,8 @@ } }, "range": [ - 11408, - 11432 + 11409, + 11433 ], "loc": { "start": { @@ -29124,8 +29124,8 @@ } ], "range": [ - 2517, - 11438 + 2518, + 11439 ], "loc": { "start": { @@ -29141,8 +29141,8 @@ "generator": false, "expression": false, "range": [ - 2515, - 11438 + 2516, + 11439 ], "loc": { "start": { @@ -29158,8 +29158,8 @@ "kind": "method", "computed": false, "range": [ - 2511, - 11438 + 2512, + 11439 ], "loc": { "start": { @@ -29176,8 +29176,8 @@ "type": "Block", "value": "*\n * Generates a grid with fixed headers\n ", "range": [ - 2452, - 2506 + 2453, + 2507 ], "loc": { "start": { @@ -29196,8 +29196,8 @@ "type": "Block", "value": "*\n * Removes the grid layout\n ", "range": [ - 11444, - 11486 + 11445, + 11487 ], "loc": { "start": { @@ -29219,8 +29219,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 11491, - 11498 + 11492, + 11499 ], "loc": { "start": { @@ -29249,8 +29249,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11514, - 11516 + 11515, + 11517 ], "loc": { "start": { @@ -29269,8 +29269,8 @@ "object": { "type": "ThisExpression", "range": [ - 11519, - 11523 + 11520, + 11524 ], "loc": { "start": { @@ -29287,8 +29287,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11524, - 11526 + 11525, + 11527 ], "loc": { "start": { @@ -29302,8 +29302,8 @@ } }, "range": [ - 11519, - 11526 + 11520, + 11527 ], "loc": { "start": { @@ -29317,8 +29317,8 @@ } }, "range": [ - 11514, - 11526 + 11515, + 11527 ], "loc": { "start": { @@ -29334,8 +29334,8 @@ ], "kind": "let", "range": [ - 11510, - 11527 + 11511, + 11528 ], "loc": { "start": { @@ -29357,8 +29357,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 11540, - 11543 + 11541, + 11544 ], "loc": { "start": { @@ -29378,8 +29378,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11546, - 11548 + 11547, + 11549 ], "loc": { "start": { @@ -29396,8 +29396,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 11549, - 11552 + 11550, + 11553 ], "loc": { "start": { @@ -29411,8 +29411,8 @@ } }, "range": [ - 11546, - 11552 + 11547, + 11553 ], "loc": { "start": { @@ -29426,8 +29426,8 @@ } }, "range": [ - 11540, - 11552 + 11541, + 11553 ], "loc": { "start": { @@ -29443,8 +29443,8 @@ ], "kind": "let", "range": [ - 11536, - 11553 + 11537, + 11554 ], "loc": { "start": { @@ -29468,8 +29468,8 @@ "object": { "type": "ThisExpression", "range": [ - 11567, - 11571 + 11568, + 11572 ], "loc": { "start": { @@ -29486,8 +29486,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 11572, - 11583 + 11573, + 11584 ], "loc": { "start": { @@ -29501,8 +29501,8 @@ } }, "range": [ - 11567, - 11583 + 11568, + 11584 ], "loc": { "start": { @@ -29517,8 +29517,8 @@ }, "prefix": true, "range": [ - 11566, - 11583 + 11567, + 11584 ], "loc": { "start": { @@ -29538,8 +29538,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 11598, - 11605 + 11599, + 11606 ], "loc": { "start": { @@ -29554,8 +29554,8 @@ } ], "range": [ - 11584, - 11615 + 11585, + 11616 ], "loc": { "start": { @@ -29570,8 +29570,8 @@ }, "alternate": null, "range": [ - 11563, - 11615 + 11564, + 11616 ], "loc": { "start": { @@ -29593,8 +29593,8 @@ "type": "Identifier", "name": "t", "range": [ - 11628, - 11629 + 11629, + 11630 ], "loc": { "start": { @@ -29616,8 +29616,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 11632, - 11635 + 11633, + 11636 ], "loc": { "start": { @@ -29634,8 +29634,8 @@ "type": "Identifier", "name": "remove", "range": [ - 11636, - 11642 + 11637, + 11643 ], "loc": { "start": { @@ -29649,8 +29649,8 @@ } }, "range": [ - 11632, - 11642 + 11633, + 11643 ], "loc": { "start": { @@ -29668,8 +29668,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 11643, - 11646 + 11644, + 11647 ], "loc": { "start": { @@ -29684,8 +29684,8 @@ } ], "range": [ - 11632, - 11647 + 11633, + 11648 ], "loc": { "start": { @@ -29699,8 +29699,8 @@ } }, "range": [ - 11628, - 11647 + 11629, + 11648 ], "loc": { "start": { @@ -29716,8 +29716,8 @@ ], "kind": "let", "range": [ - 11624, - 11648 + 11625, + 11649 ], "loc": { "start": { @@ -29746,8 +29746,8 @@ "object": { "type": "ThisExpression", "range": [ - 11657, - 11661 + 11658, + 11662 ], "loc": { "start": { @@ -29764,8 +29764,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11662, - 11673 + 11663, + 11674 ], "loc": { "start": { @@ -29779,8 +29779,8 @@ } }, "range": [ - 11657, - 11673 + 11658, + 11674 ], "loc": { "start": { @@ -29797,8 +29797,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 11674, - 11684 + 11675, + 11685 ], "loc": { "start": { @@ -29812,8 +29812,8 @@ } }, "range": [ - 11657, - 11684 + 11658, + 11685 ], "loc": { "start": { @@ -29830,8 +29830,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 11685, - 11697 + 11686, + 11698 ], "loc": { "start": { @@ -29845,8 +29845,8 @@ } }, "range": [ - 11657, - 11697 + 11658, + 11698 ], "loc": { "start": { @@ -29864,8 +29864,8 @@ "type": "Identifier", "name": "t", "range": [ - 11698, - 11699 + 11699, + 11700 ], "loc": { "start": { @@ -29884,8 +29884,8 @@ "object": { "type": "ThisExpression", "range": [ - 11701, - 11705 + 11702, + 11706 ], "loc": { "start": { @@ -29902,8 +29902,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11706, - 11717 + 11707, + 11718 ], "loc": { "start": { @@ -29917,8 +29917,8 @@ } }, "range": [ - 11701, - 11717 + 11702, + 11718 ], "loc": { "start": { @@ -29933,8 +29933,8 @@ } ], "range": [ - 11657, - 11718 + 11658, + 11719 ], "loc": { "start": { @@ -29948,8 +29948,8 @@ } }, "range": [ - 11657, - 11719 + 11658, + 11720 ], "loc": { "start": { @@ -29973,8 +29973,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 11728, - 11731 + 11729, + 11732 ], "loc": { "start": { @@ -29991,8 +29991,8 @@ "type": "Identifier", "name": "remove", "range": [ - 11732, - 11738 + 11733, + 11739 ], "loc": { "start": { @@ -30006,8 +30006,8 @@ } }, "range": [ - 11728, - 11738 + 11729, + 11739 ], "loc": { "start": { @@ -30027,8 +30027,8 @@ "object": { "type": "ThisExpression", "range": [ - 11739, - 11743 + 11740, + 11744 ], "loc": { "start": { @@ -30045,8 +30045,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11744, - 11755 + 11745, + 11756 ], "loc": { "start": { @@ -30060,8 +30060,8 @@ } }, "range": [ - 11739, - 11755 + 11740, + 11756 ], "loc": { "start": { @@ -30076,8 +30076,8 @@ } ], "range": [ - 11728, - 11756 + 11729, + 11757 ], "loc": { "start": { @@ -30091,8 +30091,8 @@ } }, "range": [ - 11728, - 11757 + 11729, + 11758 ], "loc": { "start": { @@ -30116,8 +30116,8 @@ "object": { "type": "ThisExpression", "range": [ - 11767, - 11771 + 11768, + 11772 ], "loc": { "start": { @@ -30134,8 +30134,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 11772, - 11783 + 11773, + 11784 ], "loc": { "start": { @@ -30149,8 +30149,8 @@ } }, "range": [ - 11767, - 11783 + 11768, + 11784 ], "loc": { "start": { @@ -30168,8 +30168,8 @@ "value": null, "raw": "null", "range": [ - 11786, - 11790 + 11787, + 11791 ], "loc": { "start": { @@ -30183,8 +30183,8 @@ } }, "range": [ - 11767, - 11790 + 11768, + 11791 ], "loc": { "start": { @@ -30198,8 +30198,8 @@ } }, "range": [ - 11767, - 11791 + 11768, + 11792 ], "loc": { "start": { @@ -30223,8 +30223,8 @@ "object": { "type": "ThisExpression", "range": [ - 11800, - 11804 + 11801, + 11805 ], "loc": { "start": { @@ -30241,8 +30241,8 @@ "type": "Identifier", "name": "headTblCont", "range": [ - 11805, - 11816 + 11806, + 11817 ], "loc": { "start": { @@ -30256,8 +30256,8 @@ } }, "range": [ - 11800, - 11816 + 11801, + 11817 ], "loc": { "start": { @@ -30275,8 +30275,8 @@ "value": null, "raw": "null", "range": [ - 11819, - 11823 + 11820, + 11824 ], "loc": { "start": { @@ -30290,8 +30290,8 @@ } }, "range": [ - 11800, - 11823 + 11801, + 11824 ], "loc": { "start": { @@ -30305,8 +30305,8 @@ } }, "range": [ - 11800, - 11824 + 11801, + 11825 ], "loc": { "start": { @@ -30330,8 +30330,8 @@ "object": { "type": "ThisExpression", "range": [ - 11833, - 11837 + 11834, + 11838 ], "loc": { "start": { @@ -30348,8 +30348,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 11838, - 11845 + 11839, + 11846 ], "loc": { "start": { @@ -30363,8 +30363,8 @@ } }, "range": [ - 11833, - 11845 + 11834, + 11846 ], "loc": { "start": { @@ -30382,8 +30382,8 @@ "value": null, "raw": "null", "range": [ - 11848, - 11852 + 11849, + 11853 ], "loc": { "start": { @@ -30397,8 +30397,8 @@ } }, "range": [ - 11833, - 11852 + 11834, + 11853 ], "loc": { "start": { @@ -30412,8 +30412,8 @@ } }, "range": [ - 11833, - 11853 + 11834, + 11854 ], "loc": { "start": { @@ -30437,8 +30437,8 @@ "object": { "type": "ThisExpression", "range": [ - 11862, - 11866 + 11863, + 11867 ], "loc": { "start": { @@ -30455,8 +30455,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 11867, - 11874 + 11868, + 11875 ], "loc": { "start": { @@ -30470,8 +30470,8 @@ } }, "range": [ - 11862, - 11874 + 11863, + 11875 ], "loc": { "start": { @@ -30489,8 +30489,8 @@ "value": null, "raw": "null", "range": [ - 11877, - 11881 + 11878, + 11882 ], "loc": { "start": { @@ -30504,8 +30504,8 @@ } }, "range": [ - 11862, - 11881 + 11863, + 11882 ], "loc": { "start": { @@ -30519,8 +30519,8 @@ } }, "range": [ - 11862, - 11882 + 11863, + 11883 ], "loc": { "start": { @@ -30545,8 +30545,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 11892, - 11895 + 11893, + 11896 ], "loc": { "start": { @@ -30563,8 +30563,8 @@ "type": "Identifier", "name": "outerHTML", "range": [ - 11896, - 11905 + 11897, + 11906 ], "loc": { "start": { @@ -30578,8 +30578,8 @@ } }, "range": [ - 11892, - 11905 + 11893, + 11906 ], "loc": { "start": { @@ -30598,8 +30598,8 @@ "object": { "type": "ThisExpression", "range": [ - 11908, - 11912 + 11909, + 11913 ], "loc": { "start": { @@ -30616,8 +30616,8 @@ "type": "Identifier", "name": "sourceTblHtml", "range": [ - 11913, - 11926 + 11914, + 11927 ], "loc": { "start": { @@ -30631,8 +30631,8 @@ } }, "range": [ - 11908, - 11926 + 11909, + 11927 ], "loc": { "start": { @@ -30646,8 +30646,8 @@ } }, "range": [ - 11892, - 11926 + 11893, + 11927 ], "loc": { "start": { @@ -30661,8 +30661,8 @@ } }, "range": [ - 11892, - 11927 + 11893, + 11928 ], "loc": { "start": { @@ -30679,8 +30679,8 @@ "type": "Line", "value": "needed to keep reference of table element for future usage", "range": [ - 11936, - 11996 + 11937, + 11997 ], "loc": { "start": { @@ -30709,8 +30709,8 @@ "object": { "type": "ThisExpression", "range": [ - 12005, - 12009 + 12006, + 12010 ], "loc": { "start": { @@ -30727,8 +30727,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12010, - 12012 + 12011, + 12013 ], "loc": { "start": { @@ -30742,8 +30742,8 @@ } }, "range": [ - 12005, - 12012 + 12006, + 12013 ], "loc": { "start": { @@ -30760,8 +30760,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 12013, - 12016 + 12014, + 12017 ], "loc": { "start": { @@ -30775,8 +30775,8 @@ } }, "range": [ - 12005, - 12016 + 12006, + 12017 ], "loc": { "start": { @@ -30798,8 +30798,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 12019, - 12022 + 12020, + 12023 ], "loc": { "start": { @@ -30816,8 +30816,8 @@ "type": "Identifier", "name": "id", "range": [ - 12023, - 12025 + 12024, + 12026 ], "loc": { "start": { @@ -30831,8 +30831,8 @@ } }, "range": [ - 12019, - 12025 + 12020, + 12026 ], "loc": { "start": { @@ -30853,8 +30853,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12026, - 12028 + 12027, + 12029 ], "loc": { "start": { @@ -30871,8 +30871,8 @@ "type": "Identifier", "name": "id", "range": [ - 12029, - 12031 + 12030, + 12032 ], "loc": { "start": { @@ -30886,8 +30886,8 @@ } }, "range": [ - 12026, - 12031 + 12027, + 12032 ], "loc": { "start": { @@ -30902,8 +30902,8 @@ } ], "range": [ - 12019, - 12032 + 12020, + 12033 ], "loc": { "start": { @@ -30917,8 +30917,8 @@ } }, "range": [ - 12005, - 12032 + 12006, + 12033 ], "loc": { "start": { @@ -30932,8 +30932,8 @@ } }, "range": [ - 12005, - 12033 + 12006, + 12034 ], "loc": { "start": { @@ -30950,8 +30950,8 @@ "type": "Line", "value": "needed to keep reference of table element for future usage", "range": [ - 11936, - 11996 + 11937, + 11997 ], "loc": { "start": { @@ -30977,8 +30977,8 @@ "object": { "type": "ThisExpression", "range": [ - 12043, - 12047 + 12044, + 12048 ], "loc": { "start": { @@ -30995,8 +30995,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 12048, - 12059 + 12049, + 12060 ], "loc": { "start": { @@ -31010,8 +31010,8 @@ } }, "range": [ - 12043, - 12059 + 12044, + 12060 ], "loc": { "start": { @@ -31029,8 +31029,8 @@ "value": false, "raw": "false", "range": [ - 12062, - 12067 + 12063, + 12068 ], "loc": { "start": { @@ -31044,8 +31044,8 @@ } }, "range": [ - 12043, - 12067 + 12044, + 12068 ], "loc": { "start": { @@ -31059,8 +31059,8 @@ } }, "range": [ - 12043, - 12068 + 12044, + 12069 ], "loc": { "start": { @@ -31075,8 +31075,8 @@ } ], "range": [ - 11500, - 12074 + 11501, + 12075 ], "loc": { "start": { @@ -31092,8 +31092,8 @@ "generator": false, "expression": false, "range": [ - 11498, - 12074 + 11499, + 12075 ], "loc": { "start": { @@ -31109,8 +31109,8 @@ "kind": "method", "computed": false, "range": [ - 11491, - 12074 + 11492, + 12075 ], "loc": { "start": { @@ -31127,8 +31127,8 @@ "type": "Block", "value": "*\n * Removes the grid layout\n ", "range": [ - 11444, - 11486 + 11445, + 11487 ], "loc": { "start": { @@ -31146,8 +31146,8 @@ } ], "range": [ - 221, - 12076 + 222, + 12077 ], "loc": { "start": { @@ -31161,8 +31161,8 @@ } }, "range": [ - 189, - 12076 + 190, + 12077 ], "loc": { "start": { @@ -31180,8 +31180,8 @@ "specifiers": [], "source": null, "range": [ - 182, - 12076 + 183, + 12077 ], "loc": { "start": { @@ -31198,7 +31198,7 @@ "sourceType": "module", "range": [ 0, - 12076 + 12077 ], "loc": { "start": { @@ -31215,8 +31215,8 @@ "type": "Block", "value": "*\n * Grid layout, table with fixed headers\n * @param {Object} tf TableFilter instance\n ", "range": [ - 228, - 331 + 229, + 332 ], "loc": { "start": { @@ -31233,8 +31233,8 @@ "type": "Line", "value": "defines grid width", "range": [ - 425, - 445 + 426, + 446 ], "loc": { "start": { @@ -31251,8 +31251,8 @@ "type": "Line", "value": "defines grid height", "range": [ - 501, - 522 + 502, + 523 ], "loc": { "start": { @@ -31269,8 +31269,8 @@ "type": "Line", "value": "defines css class for main container", "range": [ - 580, - 618 + 581, + 619 ], "loc": { "start": { @@ -31287,8 +31287,8 @@ "type": "Line", "value": "defines css class for div containing table", "range": [ - 700, - 744 + 701, + 745 ], "loc": { "start": { @@ -31305,8 +31305,8 @@ "type": "Line", "value": "defines css class for div containing headers' table", "range": [ - 829, - 882 + 830, + 883 ], "loc": { "start": { @@ -31323,8 +31323,8 @@ "type": "Line", "value": "defines css class for div containing rows counter, paging etc.", "range": [ - 991, - 1055 + 992, + 1056 ], "loc": { "start": { @@ -31341,8 +31341,8 @@ "type": "Line", "value": "defines which row contains column headers", "range": [ - 1138, - 1181 + 1139, + 1182 ], "loc": { "start": { @@ -31359,8 +31359,8 @@ "type": "Line", "value": "array of headers row indexes to be placed in header table", "range": [ - 1253, - 1312 + 1254, + 1313 ], "loc": { "start": { @@ -31377,8 +31377,8 @@ "type": "Line", "value": "generate filters in table headers", "range": [ - 1377, - 1412 + 1378, + 1413 ], "loc": { "start": { @@ -31395,8 +31395,8 @@ "type": "Line", "value": "default col width", "range": [ - 1601, - 1620 + 1602, + 1621 ], "loc": { "start": { @@ -31413,8 +31413,8 @@ "type": "Line", "value": "div containing grid elements if grid_layout true", "range": [ - 1734, - 1784 + 1735, + 1785 ], "loc": { "start": { @@ -31431,8 +31431,8 @@ "type": "Line", "value": "div containing table if grid_layout true", "range": [ - 1837, - 1879 + 1838, + 1880 ], "loc": { "start": { @@ -31449,8 +31449,8 @@ "type": "Line", "value": "div containing headers table if grid_layout true", "range": [ - 1927, - 1977 + 1928, + 1978 ], "loc": { "start": { @@ -31467,8 +31467,8 @@ "type": "Line", "value": "headers' table if grid_layout true", "range": [ - 2033, - 2069 + 2034, + 2070 ], "loc": { "start": { @@ -31485,8 +31485,8 @@ "type": "Line", "value": "id of td containing the filter if grid_layout true", "range": [ - 2117, - 2169 + 2118, + 2170 ], "loc": { "start": { @@ -31503,8 +31503,8 @@ "type": "Line", "value": "id of th containing column header if grid_layout true", "range": [ - 2215, - 2270 + 2216, + 2271 ], "loc": { "start": { @@ -31521,8 +31521,8 @@ "type": "Line", "value": " filters flag at TF level", "range": [ - 2368, - 2395 + 2369, + 2396 ], "loc": { "start": { @@ -31539,8 +31539,8 @@ "type": "Block", "value": "*\n * Generates a grid with fixed headers\n ", "range": [ - 2452, - 2506 + 2453, + 2507 ], "loc": { "start": { @@ -31557,8 +31557,8 @@ "type": "Line", "value": " Override reference rows indexes", "range": [ - 2670, - 2704 + 2671, + 2705 ], "loc": { "start": { @@ -31575,8 +31575,8 @@ "type": "Line", "value": " default width of 100px if column widths not set", "range": [ - 2872, - 2922 + 2873, + 2923 ], "loc": { "start": { @@ -31593,8 +31593,8 @@ "type": "Line", "value": "initial table width", "range": [ - 3554, - 3575 + 3555, + 3576 ], "loc": { "start": { @@ -31611,8 +31611,8 @@ "type": "Line", "value": "Main container: it will contain all the elements", "range": [ - 3809, - 3859 + 3810, + 3860 ], "loc": { "start": { @@ -31629,8 +31629,8 @@ "type": "Line", "value": "Table container: div wrapping content table", "range": [ - 4186, - 4231 + 4187, + 4232 ], "loc": { "start": { @@ -31647,8 +31647,8 @@ "type": "Line", "value": "In case table width is expressed in %", "range": [ - 4829, - 4868 + 4830, + 4869 ], "loc": { "start": { @@ -31665,8 +31665,8 @@ "type": "Line", "value": "Headers table container: div wrapping headers table", "range": [ - 5113, - 5166 + 5114, + 5167 ], "loc": { "start": { @@ -31683,8 +31683,8 @@ "type": "Line", "value": "Headers table", "range": [ - 5578, - 5593 + 5579, + 5594 ], "loc": { "start": { @@ -31701,8 +31701,8 @@ "type": "Line", "value": "1st row should be headers row, ids are added if not set", "range": [ - 5719, - 5776 + 5720, + 5777 ], "loc": { "start": { @@ -31719,8 +31719,8 @@ "type": "Line", "value": "Those ids are used by the sort feature", "range": [ - 5785, - 5825 + 5786, + 5826 ], "loc": { "start": { @@ -31737,8 +31737,8 @@ "type": "Line", "value": "Filters row is created", "range": [ - 6232, - 6256 + 6233, + 6257 ], "loc": { "start": { @@ -31755,8 +31755,8 @@ "type": "Line", "value": "Headers row are moved from content table to headers table", "range": [ - 6702, - 6761 + 6703, + 6762 ], "loc": { "start": { @@ -31773,8 +31773,8 @@ "type": "Line", "value": " Handle table with no headers, assuming here headers do not", "range": [ - 6997, - 7058 + 6998, + 7059 ], "loc": { "start": { @@ -31791,8 +31791,8 @@ "type": "Line", "value": " exist", "range": [ - 7071, - 7079 + 7072, + 7080 ], "loc": { "start": { @@ -31809,8 +31809,8 @@ "type": "Line", "value": "THead needs to be removed in content table for sort feature", "range": [ - 7467, - 7528 + 7468, + 7529 ], "loc": { "start": { @@ -31827,8 +31827,8 @@ "type": "Line", "value": "Headers table style", "range": [ - 7658, - 7679 + 7659, + 7680 ], "loc": { "start": { @@ -31845,8 +31845,8 @@ "type": "Line", "value": " this.headTbl.style.width = tbl.style.width;", "range": [ - 7883, - 7929 + 7884, + 7930 ], "loc": { "start": { @@ -31863,8 +31863,8 @@ "type": "Line", "value": "content table without headers needs col widths to be reset", "range": [ - 7939, - 7999 + 7940, + 8000 ], "loc": { "start": { @@ -31881,8 +31881,8 @@ "type": "Line", "value": "Headers container width", "range": [ - 8048, - 8073 + 8049, + 8074 ], "loc": { "start": { @@ -31899,8 +31899,8 @@ "type": "Line", "value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';", "range": [ - 8082, - 8146 + 8083, + 8147 ], "loc": { "start": { @@ -31917,8 +31917,8 @@ "type": "Line", "value": "", "range": [ - 8186, - 8188 + 8187, + 8189 ], "loc": { "start": { @@ -31935,8 +31935,8 @@ "type": "Line", "value": "", "range": [ - 8256, - 8258 + 8257, + 8259 ], "loc": { "start": { @@ -31953,8 +31953,8 @@ "type": "Line", "value": "scroll synchronisation", "range": [ - 8268, - 8292 + 8269, + 8293 ], "loc": { "start": { @@ -31971,8 +31971,8 @@ "type": "Line", "value": "New pointerX calc taking into account scrollLeft", "range": [ - 8497, - 8547 + 8498, + 8548 ], "loc": { "start": { @@ -31989,8 +31989,8 @@ "type": "Line", "value": " if(!o.isPointerXOverwritten){", "range": [ - 8560, - 8592 + 8561, + 8593 ], "loc": { "start": { @@ -32007,8 +32007,8 @@ "type": "Line", "value": " try{", "range": [ - 8605, - 8616 + 8606, + 8617 ], "loc": { "start": { @@ -32025,8 +32025,8 @@ "type": "Line", "value": " o.Evt.pointerX = function(evt){", "range": [ - 8629, - 8671 + 8630, + 8672 ], "loc": { "start": { @@ -32043,8 +32043,8 @@ "type": "Line", "value": " let e = evt || global.event;", "range": [ - 8684, - 8727 + 8685, + 8728 ], "loc": { "start": { @@ -32061,8 +32061,8 @@ "type": "Line", "value": " let bdScrollLeft = tf_StandardBody().scrollLeft +", "range": [ - 8740, - 8804 + 8741, + 8805 ], "loc": { "start": { @@ -32079,8 +32079,8 @@ "type": "Line", "value": " scrollLeft;", "range": [ - 8817, - 8847 + 8818, + 8848 ], "loc": { "start": { @@ -32097,8 +32097,8 @@ "type": "Line", "value": " return (e.pageX + scrollLeft) ||", "range": [ - 8860, - 8907 + 8861, + 8908 ], "loc": { "start": { @@ -32115,8 +32115,8 @@ "type": "Line", "value": " (e.clientX + bdScrollLeft);", "range": [ - 8920, - 8966 + 8921, + 8967 ], "loc": { "start": { @@ -32133,8 +32133,8 @@ "type": "Line", "value": " };", "range": [ - 8979, - 8992 + 8980, + 8993 ], "loc": { "start": { @@ -32151,8 +32151,8 @@ "type": "Line", "value": " o.isPointerXOverwritten = true;", "range": [ - 9005, - 9047 + 9006, + 9048 ], "loc": { "start": { @@ -32169,8 +32169,8 @@ "type": "Line", "value": " } catch(err) {", "range": [ - 9060, - 9081 + 9061, + 9082 ], "loc": { "start": { @@ -32187,8 +32187,8 @@ "type": "Line", "value": " o.isPointerXOverwritten = false;", "range": [ - 9094, - 9137 + 9095, + 9138 ], "loc": { "start": { @@ -32205,8 +32205,8 @@ "type": "Line", "value": " }", "range": [ - 9150, - 9158 + 9151, + 9159 ], "loc": { "start": { @@ -32223,8 +32223,8 @@ "type": "Line", "value": " }", "range": [ - 9171, - 9175 + 9172, + 9176 ], "loc": { "start": { @@ -32241,8 +32241,8 @@ "type": "Line", "value": "Configure sort extension if any", "range": [ - 9197, - 9230 + 9198, + 9231 ], "loc": { "start": { @@ -32259,8 +32259,8 @@ "type": "Line", "value": "Cols generation for all browsers excepted IE<=7", "range": [ - 9482, - 9531 + 9483, + 9532 ], "loc": { "start": { @@ -32277,8 +32277,8 @@ "type": "Line", "value": "Col elements are enough to keep column widths after sorting and", "range": [ - 9616, - 9681 + 9617, + 9682 ], "loc": { "start": { @@ -32295,8 +32295,8 @@ "type": "Line", "value": "filtering", "range": [ - 9690, - 9701 + 9691, + 9702 ], "loc": { "start": { @@ -32313,8 +32313,8 @@ "type": "Block", "value": "*\n * Removes the grid layout\n ", "range": [ - 11444, - 11486 + 11445, + 11487 ], "loc": { "start": { @@ -32331,8 +32331,8 @@ "type": "Line", "value": "needed to keep reference of table element for future usage", "range": [ - 11936, - 11996 + 11937, + 11997 ], "loc": { "start": { diff --git a/docs/ast/source/modules/help.js.json b/docs/ast/source/modules/help.js.json index 62ea5a44..92cc4f3f 100644 --- a/docs/ast/source/modules/help.js.json +++ b/docs/ast/source/modules/help.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Event", "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../event", "raw": "'../event'", "range": [ - 79, - 89 + 80, + 90 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 61, - 90 + 62, + 91 ], "loc": { "start": { @@ -247,8 +247,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 99, - 103 + 100, + 104 ], "loc": { "start": { @@ -265,8 +265,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 99, - 103 + 100, + 104 ], "loc": { "start": { @@ -280,8 +280,8 @@ } }, "range": [ - 99, - 103 + 100, + 104 ], "loc": { "start": { @@ -300,8 +300,8 @@ "value": "../const", "raw": "'../const'", "range": [ - 110, - 120 + 111, + 121 ], "loc": { "start": { @@ -315,8 +315,8 @@ } }, "range": [ - 91, - 121 + 92, + 122 ], "loc": { "start": { @@ -338,8 +338,8 @@ "type": "Identifier", "name": "WIKI_URL", "range": [ - 129, - 137 + 130, + 138 ], "loc": { "start": { @@ -360,8 +360,8 @@ "value": "https://github.com/koalyptus/TableFilter/wiki/", "raw": "'https://github.com/koalyptus/TableFilter/wiki/'", "range": [ - 140, - 188 + 141, + 189 ], "loc": { "start": { @@ -379,8 +379,8 @@ "value": "4.-Filter-operators", "raw": "'4.-Filter-operators'", "range": [ - 211, - 232 + 212, + 233 ], "loc": { "start": { @@ -394,8 +394,8 @@ } }, "range": [ - 140, - 232 + 141, + 233 ], "loc": { "start": { @@ -409,8 +409,8 @@ } }, "range": [ - 129, - 232 + 130, + 233 ], "loc": { "start": { @@ -426,8 +426,8 @@ ], "kind": "const", "range": [ - 123, - 233 + 124, + 234 ], "loc": { "start": { @@ -449,8 +449,8 @@ "type": "Identifier", "name": "WEBSITE_URL", "range": [ - 240, - 251 + 241, + 252 ], "loc": { "start": { @@ -468,8 +468,8 @@ "value": "http://koalyptus.github.io/TableFilter/", "raw": "'http://koalyptus.github.io/TableFilter/'", "range": [ - 254, - 295 + 255, + 296 ], "loc": { "start": { @@ -483,8 +483,8 @@ } }, "range": [ - 240, - 295 + 241, + 296 ], "loc": { "start": { @@ -500,8 +500,8 @@ ], "kind": "const", "range": [ - 234, - 296 + 235, + 297 ], "loc": { "start": { @@ -522,8 +522,8 @@ "type": "Identifier", "name": "Help", "range": [ - 311, - 315 + 312, + 316 ], "loc": { "start": { @@ -540,8 +540,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 324, - 331 + 325, + 332 ], "loc": { "start": { @@ -563,8 +563,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 426, - 437 + 427, + 438 ], "loc": { "start": { @@ -585,8 +585,8 @@ "type": "Identifier", "name": "tf", "range": [ - 438, - 440 + 439, + 441 ], "loc": { "start": { @@ -610,8 +610,8 @@ "callee": { "type": "Super", "range": [ - 451, - 456 + 452, + 457 ], "loc": { "start": { @@ -629,8 +629,8 @@ "type": "Identifier", "name": "tf", "range": [ - 457, - 459 + 458, + 460 ], "loc": { "start": { @@ -648,8 +648,8 @@ "value": "help", "raw": "'help'", "range": [ - 461, - 467 + 462, + 468 ], "loc": { "start": { @@ -664,8 +664,8 @@ } ], "range": [ - 451, - 468 + 452, + 469 ], "loc": { "start": { @@ -679,8 +679,8 @@ } }, "range": [ - 451, - 469 + 452, + 470 ], "loc": { "start": { @@ -702,8 +702,8 @@ "type": "Identifier", "name": "f", "range": [ - 483, - 484 + 484, + 485 ], "loc": { "start": { @@ -722,8 +722,8 @@ "object": { "type": "ThisExpression", "range": [ - 487, - 491 + 488, + 492 ], "loc": { "start": { @@ -740,8 +740,8 @@ "type": "Identifier", "name": "config", "range": [ - 492, - 498 + 493, + 499 ], "loc": { "start": { @@ -755,8 +755,8 @@ } }, "range": [ - 487, - 498 + 488, + 499 ], "loc": { "start": { @@ -770,8 +770,8 @@ } }, "range": [ - 483, - 498 + 484, + 499 ], "loc": { "start": { @@ -787,8 +787,8 @@ ], "kind": "var", "range": [ - 479, - 499 + 480, + 500 ], "loc": { "start": { @@ -805,8 +805,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 509, - 558 + 510, + 559 ], "loc": { "start": { @@ -832,8 +832,8 @@ "object": { "type": "ThisExpression", "range": [ - 567, - 571 + 568, + 572 ], "loc": { "start": { @@ -850,8 +850,8 @@ "type": "Identifier", "name": "tgtId", "range": [ - 572, - 577 + 573, + 578 ], "loc": { "start": { @@ -865,8 +865,8 @@ } }, "range": [ - 567, - 577 + 568, + 578 ], "loc": { "start": { @@ -889,8 +889,8 @@ "type": "Identifier", "name": "f", "range": [ - 580, - 581 + 581, + 582 ], "loc": { "start": { @@ -907,8 +907,8 @@ "type": "Identifier", "name": "help_instructions_target_id", "range": [ - 582, - 609 + 583, + 610 ], "loc": { "start": { @@ -922,8 +922,8 @@ } }, "range": [ - 580, - 609 + 581, + 610 ], "loc": { "start": { @@ -941,8 +941,8 @@ "value": null, "raw": "null", "range": [ - 613, - 617 + 614, + 618 ], "loc": { "start": { @@ -956,8 +956,8 @@ } }, "range": [ - 580, - 617 + 581, + 618 ], "loc": { "start": { @@ -971,8 +971,8 @@ } }, "range": [ - 567, - 617 + 568, + 618 ], "loc": { "start": { @@ -986,8 +986,8 @@ } }, "range": [ - 567, - 618 + 568, + 619 ], "loc": { "start": { @@ -1004,8 +1004,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 509, - 558 + 510, + 559 ], "loc": { "start": { @@ -1024,8 +1024,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 627, - 676 + 628, + 677 ], "loc": { "start": { @@ -1051,8 +1051,8 @@ "object": { "type": "ThisExpression", "range": [ - 685, - 689 + 686, + 690 ], "loc": { "start": { @@ -1069,8 +1069,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 690, - 699 + 691, + 700 ], "loc": { "start": { @@ -1084,8 +1084,8 @@ } }, "range": [ - 685, - 699 + 686, + 700 ], "loc": { "start": { @@ -1108,8 +1108,8 @@ "type": "Identifier", "name": "f", "range": [ - 702, - 703 + 703, + 704 ], "loc": { "start": { @@ -1126,8 +1126,8 @@ "type": "Identifier", "name": "help_instructions_container_target_id", "range": [ - 704, - 741 + 705, + 742 ], "loc": { "start": { @@ -1141,8 +1141,8 @@ } }, "range": [ - 702, - 741 + 703, + 742 ], "loc": { "start": { @@ -1160,8 +1160,8 @@ "value": null, "raw": "null", "range": [ - 757, - 761 + 758, + 762 ], "loc": { "start": { @@ -1175,8 +1175,8 @@ } }, "range": [ - 702, - 761 + 703, + 762 ], "loc": { "start": { @@ -1190,8 +1190,8 @@ } }, "range": [ - 685, - 761 + 686, + 762 ], "loc": { "start": { @@ -1205,8 +1205,8 @@ } }, "range": [ - 685, - 762 + 686, + 763 ], "loc": { "start": { @@ -1223,8 +1223,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 627, - 676 + 628, + 677 ], "loc": { "start": { @@ -1243,8 +1243,8 @@ "type": "Line", "value": "defines help text", "range": [ - 771, - 790 + 772, + 791 ], "loc": { "start": { @@ -1270,8 +1270,8 @@ "object": { "type": "ThisExpression", "range": [ - 799, - 803 + 800, + 804 ], "loc": { "start": { @@ -1288,8 +1288,8 @@ "type": "Identifier", "name": "instrText", "range": [ - 804, - 813 + 805, + 814 ], "loc": { "start": { @@ -1303,8 +1303,8 @@ } }, "range": [ - 799, - 813 + 800, + 814 ], "loc": { "start": { @@ -1326,8 +1326,8 @@ "type": "Identifier", "name": "f", "range": [ - 816, - 817 + 817, + 818 ], "loc": { "start": { @@ -1344,8 +1344,8 @@ "type": "Identifier", "name": "help_instructions_text", "range": [ - 818, - 840 + 819, + 841 ], "loc": { "start": { @@ -1359,8 +1359,8 @@ } }, "range": [ - 816, - 840 + 817, + 841 ], "loc": { "start": { @@ -1380,8 +1380,8 @@ "type": "Identifier", "name": "f", "range": [ - 855, - 856 + 856, + 857 ], "loc": { "start": { @@ -1398,8 +1398,8 @@ "type": "Identifier", "name": "help_instructions_text", "range": [ - 857, - 879 + 858, + 880 ], "loc": { "start": { @@ -1413,8 +1413,8 @@ } }, "range": [ - 855, - 879 + 856, + 880 ], "loc": { "start": { @@ -1456,8 +1456,8 @@ "value": "Use the filters above each column to filter and limit table ", "raw": "'Use the filters above each column to filter and limit table '", "range": [ - 894, - 956 + 895, + 957 ], "loc": { "start": { @@ -1475,8 +1475,8 @@ "value": "data. Advanced searches can be performed by using the following ", "raw": "'data. Advanced searches can be performed by using the following '", "range": [ - 971, - 1037 + 972, + 1038 ], "loc": { "start": { @@ -1490,8 +1490,8 @@ } }, "range": [ - 894, - 1037 + 895, + 1038 ], "loc": { "start": { @@ -1509,8 +1509,8 @@ "value": "operators:
<, <=, >, ", "raw": "'operators:
<, <=, >, '", "range": [ - 1052, - 1111 + 1053, + 1112 ], "loc": { "start": { @@ -1524,8 +1524,8 @@ } }, "range": [ - 894, - 1111 + 895, + 1112 ], "loc": { "start": { @@ -1543,8 +1543,8 @@ "value": ">=, =, *, !, {, }, ", "raw": "'>=, =, *, !, {, }, '", "range": [ - 1126, - 1192 + 1127, + 1193 ], "loc": { "start": { @@ -1558,8 +1558,8 @@ } }, "range": [ - 894, - 1192 + 895, + 1193 ], "loc": { "start": { @@ -1577,8 +1577,8 @@ "value": "||,&&, [empty], [nonempty], ", "raw": "'||,&&, [empty], [nonempty], '", "range": [ - 1207, - 1273 + 1208, + 1274 ], "loc": { "start": { @@ -1592,8 +1592,8 @@ } }, "range": [ - 894, - 1273 + 895, + 1274 ], "loc": { "start": { @@ -1611,8 +1611,8 @@ "value": "rgx:
rgx:
", "raw": "'\" target=\"_blank\">'", "range": [ - 1327, - 1347 + 1328, + 1348 ], "loc": { "start": { @@ -1693,8 +1693,8 @@ } }, "range": [ - 894, - 1347 + 895, + 1348 ], "loc": { "start": { @@ -1712,8 +1712,8 @@ "value": "Learn more
", "raw": "'Learn more
'", "range": [ - 1362, - 1383 + 1363, + 1384 ], "loc": { "start": { @@ -1727,8 +1727,8 @@ } }, "range": [ - 894, - 1383 + 895, + 1384 ], "loc": { "start": { @@ -1742,8 +1742,8 @@ } }, "range": [ - 816, - 1383 + 817, + 1384 ], "loc": { "start": { @@ -1757,8 +1757,8 @@ } }, "range": [ - 799, - 1383 + 800, + 1384 ], "loc": { "start": { @@ -1772,8 +1772,8 @@ } }, "range": [ - 799, - 1384 + 800, + 1385 ], "loc": { "start": { @@ -1790,8 +1790,8 @@ "type": "Line", "value": "defines help text", "range": [ - 771, - 790 + 772, + 791 ], "loc": { "start": { @@ -1810,8 +1810,8 @@ "type": "Line", "value": "defines help innerHtml", "range": [ - 1393, - 1417 + 1394, + 1418 ], "loc": { "start": { @@ -1837,8 +1837,8 @@ "object": { "type": "ThisExpression", "range": [ - 1426, - 1430 + 1427, + 1431 ], "loc": { "start": { @@ -1855,8 +1855,8 @@ "type": "Identifier", "name": "instrHtml", "range": [ - 1431, - 1440 + 1432, + 1441 ], "loc": { "start": { @@ -1870,8 +1870,8 @@ } }, "range": [ - 1426, - 1440 + 1427, + 1441 ], "loc": { "start": { @@ -1894,8 +1894,8 @@ "type": "Identifier", "name": "f", "range": [ - 1443, - 1444 + 1444, + 1445 ], "loc": { "start": { @@ -1912,8 +1912,8 @@ "type": "Identifier", "name": "help_instructions_html", "range": [ - 1445, - 1467 + 1446, + 1468 ], "loc": { "start": { @@ -1927,8 +1927,8 @@ } }, "range": [ - 1443, - 1467 + 1444, + 1468 ], "loc": { "start": { @@ -1946,8 +1946,8 @@ "value": null, "raw": "null", "range": [ - 1471, - 1475 + 1472, + 1476 ], "loc": { "start": { @@ -1961,8 +1961,8 @@ } }, "range": [ - 1443, - 1475 + 1444, + 1476 ], "loc": { "start": { @@ -1976,8 +1976,8 @@ } }, "range": [ - 1426, - 1475 + 1427, + 1476 ], "loc": { "start": { @@ -1991,8 +1991,8 @@ } }, "range": [ - 1426, - 1476 + 1427, + 1477 ], "loc": { "start": { @@ -2009,8 +2009,8 @@ "type": "Line", "value": "defines help innerHtml", "range": [ - 1393, - 1417 + 1394, + 1418 ], "loc": { "start": { @@ -2029,8 +2029,8 @@ "type": "Line", "value": "defines reset button text", "range": [ - 1485, - 1512 + 1486, + 1513 ], "loc": { "start": { @@ -2056,8 +2056,8 @@ "object": { "type": "ThisExpression", "range": [ - 1521, - 1525 + 1522, + 1526 ], "loc": { "start": { @@ -2074,8 +2074,8 @@ "type": "Identifier", "name": "btnText", "range": [ - 1526, - 1533 + 1527, + 1534 ], "loc": { "start": { @@ -2089,8 +2089,8 @@ } }, "range": [ - 1521, - 1533 + 1522, + 1534 ], "loc": { "start": { @@ -2113,8 +2113,8 @@ "type": "Identifier", "name": "f", "range": [ - 1536, - 1537 + 1537, + 1538 ], "loc": { "start": { @@ -2131,8 +2131,8 @@ "type": "Identifier", "name": "help_instructions_btn_text", "range": [ - 1538, - 1564 + 1539, + 1565 ], "loc": { "start": { @@ -2146,8 +2146,8 @@ } }, "range": [ - 1536, - 1564 + 1537, + 1565 ], "loc": { "start": { @@ -2165,8 +2165,8 @@ "value": "?", "raw": "'?'", "range": [ - 1568, - 1571 + 1569, + 1572 ], "loc": { "start": { @@ -2180,8 +2180,8 @@ } }, "range": [ - 1536, - 1571 + 1537, + 1572 ], "loc": { "start": { @@ -2195,8 +2195,8 @@ } }, "range": [ - 1521, - 1571 + 1522, + 1572 ], "loc": { "start": { @@ -2210,8 +2210,8 @@ } }, "range": [ - 1521, - 1572 + 1522, + 1573 ], "loc": { "start": { @@ -2228,8 +2228,8 @@ "type": "Line", "value": "defines reset button text", "range": [ - 1485, - 1512 + 1486, + 1513 ], "loc": { "start": { @@ -2248,8 +2248,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 1581, - 1613 + 1582, + 1614 ], "loc": { "start": { @@ -2275,8 +2275,8 @@ "object": { "type": "ThisExpression", "range": [ - 1622, - 1626 + 1623, + 1627 ], "loc": { "start": { @@ -2293,8 +2293,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 1627, - 1634 + 1628, + 1635 ], "loc": { "start": { @@ -2308,8 +2308,8 @@ } }, "range": [ - 1622, - 1634 + 1623, + 1635 ], "loc": { "start": { @@ -2332,8 +2332,8 @@ "type": "Identifier", "name": "f", "range": [ - 1637, - 1638 + 1638, + 1639 ], "loc": { "start": { @@ -2350,8 +2350,8 @@ "type": "Identifier", "name": "help_instructions_btn_html", "range": [ - 1639, - 1665 + 1640, + 1666 ], "loc": { "start": { @@ -2365,8 +2365,8 @@ } }, "range": [ - 1637, - 1665 + 1638, + 1666 ], "loc": { "start": { @@ -2384,8 +2384,8 @@ "value": null, "raw": "null", "range": [ - 1669, - 1673 + 1670, + 1674 ], "loc": { "start": { @@ -2399,8 +2399,8 @@ } }, "range": [ - 1637, - 1673 + 1638, + 1674 ], "loc": { "start": { @@ -2414,8 +2414,8 @@ } }, "range": [ - 1622, - 1673 + 1623, + 1674 ], "loc": { "start": { @@ -2429,8 +2429,8 @@ } }, "range": [ - 1622, - 1674 + 1623, + 1675 ], "loc": { "start": { @@ -2447,8 +2447,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 1581, - 1613 + 1582, + 1614 ], "loc": { "start": { @@ -2467,8 +2467,8 @@ "type": "Line", "value": "defines css class for help button", "range": [ - 1683, - 1718 + 1684, + 1719 ], "loc": { "start": { @@ -2494,8 +2494,8 @@ "object": { "type": "ThisExpression", "range": [ - 1727, - 1731 + 1728, + 1732 ], "loc": { "start": { @@ -2512,8 +2512,8 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 1732, - 1743 + 1733, + 1744 ], "loc": { "start": { @@ -2527,8 +2527,8 @@ } }, "range": [ - 1727, - 1743 + 1728, + 1744 ], "loc": { "start": { @@ -2551,8 +2551,8 @@ "type": "Identifier", "name": "f", "range": [ - 1746, - 1747 + 1747, + 1748 ], "loc": { "start": { @@ -2569,8 +2569,8 @@ "type": "Identifier", "name": "help_instructions_btn_css_class", "range": [ - 1748, - 1779 + 1749, + 1780 ], "loc": { "start": { @@ -2584,8 +2584,8 @@ } }, "range": [ - 1746, - 1779 + 1747, + 1780 ], "loc": { "start": { @@ -2603,8 +2603,8 @@ "value": "helpBtn", "raw": "'helpBtn'", "range": [ - 1783, - 1792 + 1784, + 1793 ], "loc": { "start": { @@ -2618,8 +2618,8 @@ } }, "range": [ - 1746, - 1792 + 1747, + 1793 ], "loc": { "start": { @@ -2633,8 +2633,8 @@ } }, "range": [ - 1727, - 1792 + 1728, + 1793 ], "loc": { "start": { @@ -2648,8 +2648,8 @@ } }, "range": [ - 1727, - 1793 + 1728, + 1794 ], "loc": { "start": { @@ -2666,8 +2666,8 @@ "type": "Line", "value": "defines css class for help button", "range": [ - 1683, - 1718 + 1684, + 1719 ], "loc": { "start": { @@ -2686,8 +2686,8 @@ "type": "Line", "value": "defines css class for help container", "range": [ - 1802, - 1840 + 1803, + 1841 ], "loc": { "start": { @@ -2713,8 +2713,8 @@ "object": { "type": "ThisExpression", "range": [ - 1849, - 1853 + 1850, + 1854 ], "loc": { "start": { @@ -2731,8 +2731,8 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 1854, - 1866 + 1855, + 1867 ], "loc": { "start": { @@ -2746,8 +2746,8 @@ } }, "range": [ - 1849, - 1866 + 1850, + 1867 ], "loc": { "start": { @@ -2770,8 +2770,8 @@ "type": "Identifier", "name": "f", "range": [ - 1869, - 1870 + 1870, + 1871 ], "loc": { "start": { @@ -2788,8 +2788,8 @@ "type": "Identifier", "name": "help_instructions_container_css_class", "range": [ - 1871, - 1908 + 1872, + 1909 ], "loc": { "start": { @@ -2803,8 +2803,8 @@ } }, "range": [ - 1869, - 1908 + 1870, + 1909 ], "loc": { "start": { @@ -2822,8 +2822,8 @@ "value": "helpCont", "raw": "'helpCont'", "range": [ - 1924, - 1934 + 1925, + 1935 ], "loc": { "start": { @@ -2837,8 +2837,8 @@ } }, "range": [ - 1869, - 1934 + 1870, + 1935 ], "loc": { "start": { @@ -2852,8 +2852,8 @@ } }, "range": [ - 1849, - 1934 + 1850, + 1935 ], "loc": { "start": { @@ -2867,8 +2867,8 @@ } }, "range": [ - 1849, - 1935 + 1850, + 1936 ], "loc": { "start": { @@ -2885,8 +2885,8 @@ "type": "Line", "value": "defines css class for help container", "range": [ - 1802, - 1840 + 1803, + 1841 ], "loc": { "start": { @@ -2905,8 +2905,8 @@ "type": "Line", "value": "help button element", "range": [ - 1944, - 1965 + 1945, + 1966 ], "loc": { "start": { @@ -2932,8 +2932,8 @@ "object": { "type": "ThisExpression", "range": [ - 1974, - 1978 + 1975, + 1979 ], "loc": { "start": { @@ -2950,8 +2950,8 @@ "type": "Identifier", "name": "btn", "range": [ - 1979, - 1982 + 1980, + 1983 ], "loc": { "start": { @@ -2965,8 +2965,8 @@ } }, "range": [ - 1974, - 1982 + 1975, + 1983 ], "loc": { "start": { @@ -2984,8 +2984,8 @@ "value": null, "raw": "null", "range": [ - 1985, - 1989 + 1986, + 1990 ], "loc": { "start": { @@ -2999,8 +2999,8 @@ } }, "range": [ - 1974, - 1989 + 1975, + 1990 ], "loc": { "start": { @@ -3014,8 +3014,8 @@ } }, "range": [ - 1974, - 1990 + 1975, + 1991 ], "loc": { "start": { @@ -3032,8 +3032,8 @@ "type": "Line", "value": "help button element", "range": [ - 1944, - 1965 + 1945, + 1966 ], "loc": { "start": { @@ -3052,8 +3052,8 @@ "type": "Line", "value": "help content div", "range": [ - 2000, - 2018 + 2001, + 2019 ], "loc": { "start": { @@ -3079,8 +3079,8 @@ "object": { "type": "ThisExpression", "range": [ - 2027, - 2031 + 2028, + 2032 ], "loc": { "start": { @@ -3097,8 +3097,8 @@ "type": "Identifier", "name": "cont", "range": [ - 2032, - 2036 + 2033, + 2037 ], "loc": { "start": { @@ -3112,8 +3112,8 @@ } }, "range": [ - 2027, - 2036 + 2028, + 2037 ], "loc": { "start": { @@ -3131,8 +3131,8 @@ "value": null, "raw": "null", "range": [ - 2039, - 2043 + 2040, + 2044 ], "loc": { "start": { @@ -3146,8 +3146,8 @@ } }, "range": [ - 2027, - 2043 + 2028, + 2044 ], "loc": { "start": { @@ -3161,8 +3161,8 @@ } }, "range": [ - 2027, - 2044 + 2028, + 2045 ], "loc": { "start": { @@ -3179,8 +3179,8 @@ "type": "Line", "value": "help content div", "range": [ - 2000, - 2018 + 2001, + 2019 ], "loc": { "start": { @@ -3206,8 +3206,8 @@ "object": { "type": "ThisExpression", "range": [ - 2053, - 2057 + 2054, + 2058 ], "loc": { "start": { @@ -3224,8 +3224,8 @@ "type": "Identifier", "name": "defaultHtml", "range": [ - 2058, - 2069 + 2059, + 2070 ], "loc": { "start": { @@ -3239,8 +3239,8 @@ } }, "range": [ - 2053, - 2069 + 2054, + 2070 ], "loc": { "start": { @@ -3297,8 +3297,8 @@ "value": "

TableFilter ", "raw": "'

TableFilter '", "range": [ - 2072, - 2114 + 2073, + 2115 ], "loc": { "start": { @@ -3316,8 +3316,8 @@ "value": "v", "raw": "'v'", "range": [ - 2129, - 2132 + 2130, + 2133 ], "loc": { "start": { @@ -3331,8 +3331,8 @@ } }, "range": [ - 2072, - 2132 + 2073, + 2133 ], "loc": { "start": { @@ -3352,8 +3352,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2134, - 2136 + 2135, + 2137 ], "loc": { "start": { @@ -3370,8 +3370,8 @@ "type": "Identifier", "name": "version", "range": [ - 2137, - 2144 + 2138, + 2145 ], "loc": { "start": { @@ -3385,8 +3385,8 @@ } }, "range": [ - 2134, - 2144 + 2135, + 2145 ], "loc": { "start": { @@ -3400,8 +3400,8 @@ } }, "range": [ - 2072, - 2144 + 2073, + 2145 ], "loc": { "start": { @@ -3419,8 +3419,8 @@ "value": "

", "raw": "'

'", "range": [ - 2146, - 2153 + 2147, + 2154 ], "loc": { "start": { @@ -3434,8 +3434,8 @@ } }, "range": [ - 2072, - 2153 + 2073, + 2154 ], "loc": { "start": { @@ -3453,8 +3453,8 @@ "value": "", "raw": "'\" target=\"_blank\">'", "range": [ - 2194, - 2214 + 2195, + 2215 ], "loc": { "start": { @@ -3535,8 +3535,8 @@ } }, "range": [ - 2072, - 2214 + 2073, + 2215 ], "loc": { "start": { @@ -3553,8 +3553,8 @@ "type": "Identifier", "name": "WEBSITE_URL", "range": [ - 2216, - 2227 + 2217, + 2228 ], "loc": { "start": { @@ -3568,8 +3568,8 @@ } }, "range": [ - 2072, - 2227 + 2073, + 2228 ], "loc": { "start": { @@ -3587,8 +3587,8 @@ "value": "", "raw": "''", "range": [ - 2229, - 2235 + 2230, + 2236 ], "loc": { "start": { @@ -3602,8 +3602,8 @@ } }, "range": [ - 2072, - 2235 + 2073, + 2236 ], "loc": { "start": { @@ -3621,8 +3621,8 @@ "value": "
©2015-", "raw": "'
©2015-'", "range": [ - 2249, - 2273 + 2250, + 2274 ], "loc": { "start": { @@ -3636,8 +3636,8 @@ } }, "range": [ - 2072, - 2273 + 2073, + 2274 ], "loc": { "start": { @@ -3657,8 +3657,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2275, - 2277 + 2276, + 2278 ], "loc": { "start": { @@ -3675,8 +3675,8 @@ "type": "Identifier", "name": "year", "range": [ - 2278, - 2282 + 2279, + 2283 ], "loc": { "start": { @@ -3690,8 +3690,8 @@ } }, "range": [ - 2275, - 2282 + 2276, + 2283 ], "loc": { "start": { @@ -3705,8 +3705,8 @@ } }, "range": [ - 2072, - 2282 + 2073, + 2283 ], "loc": { "start": { @@ -3724,8 +3724,8 @@ "value": " {AUTHOR}", "raw": "' {AUTHOR}
'", "range": [ - 2284, - 2302 + 2285, + 2303 ], "loc": { "start": { @@ -3739,8 +3739,8 @@ } }, "range": [ - 2072, - 2302 + 2073, + 2303 ], "loc": { "start": { @@ -3758,8 +3758,8 @@ "value": "
", "raw": "'
'", "range": [ - 2317, - 2363 + 2318, + 2364 ], "loc": { "start": { @@ -3773,8 +3773,8 @@ } }, "range": [ - 2072, - 2363 + 2073, + 2364 ], "loc": { "start": { @@ -3792,8 +3792,8 @@ "value": "Close
", "raw": "'Close
'", "range": [ - 2378, - 2445 + 2379, + 2446 ], "loc": { "start": { @@ -3807,8 +3807,8 @@ } }, "range": [ - 2072, - 2445 + 2073, + 2446 ], "loc": { "start": { @@ -3822,8 +3822,8 @@ } }, "range": [ - 2053, - 2445 + 2054, + 2446 ], "loc": { "start": { @@ -3837,8 +3837,8 @@ } }, "range": [ - 2053, - 2446 + 2054, + 2447 ], "loc": { "start": { @@ -3855,8 +3855,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2456, - 2485 + 2457, + 2486 ], "loc": { "start": { @@ -3882,8 +3882,8 @@ "object": { "type": "ThisExpression", "range": [ - 2494, - 2498 + 2495, + 2499 ], "loc": { "start": { @@ -3900,8 +3900,8 @@ "type": "Identifier", "name": "prfxHelpSpan", "range": [ - 2499, - 2511 + 2500, + 2512 ], "loc": { "start": { @@ -3915,8 +3915,8 @@ } }, "range": [ - 2494, - 2511 + 2495, + 2512 ], "loc": { "start": { @@ -3934,8 +3934,8 @@ "value": "helpSpan_", "raw": "'helpSpan_'", "range": [ - 2514, - 2525 + 2515, + 2526 ], "loc": { "start": { @@ -3949,8 +3949,8 @@ } }, "range": [ - 2494, - 2525 + 2495, + 2526 ], "loc": { "start": { @@ -3964,8 +3964,8 @@ } }, "range": [ - 2494, - 2526 + 2495, + 2527 ], "loc": { "start": { @@ -3982,8 +3982,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2456, - 2485 + 2457, + 2486 ], "loc": { "start": { @@ -4002,8 +4002,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2535, - 2564 + 2536, + 2565 ], "loc": { "start": { @@ -4029,8 +4029,8 @@ "object": { "type": "ThisExpression", "range": [ - 2573, - 2577 + 2574, + 2578 ], "loc": { "start": { @@ -4047,8 +4047,8 @@ "type": "Identifier", "name": "prfxHelpDiv", "range": [ - 2578, - 2589 + 2579, + 2590 ], "loc": { "start": { @@ -4062,8 +4062,8 @@ } }, "range": [ - 2573, - 2589 + 2574, + 2590 ], "loc": { "start": { @@ -4081,8 +4081,8 @@ "value": "helpDiv_", "raw": "'helpDiv_'", "range": [ - 2592, - 2602 + 2593, + 2603 ], "loc": { "start": { @@ -4096,8 +4096,8 @@ } }, "range": [ - 2573, - 2602 + 2574, + 2603 ], "loc": { "start": { @@ -4111,8 +4111,8 @@ } }, "range": [ - 2573, - 2603 + 2574, + 2604 ], "loc": { "start": { @@ -4129,8 +4129,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2535, - 2564 + 2536, + 2565 ], "loc": { "start": { @@ -4158,8 +4158,8 @@ "object": { "type": "ThisExpression", "range": [ - 2613, - 2617 + 2614, + 2618 ], "loc": { "start": { @@ -4176,8 +4176,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2618, - 2625 + 2619, + 2626 ], "loc": { "start": { @@ -4191,8 +4191,8 @@ } }, "range": [ - 2613, - 2625 + 2614, + 2626 ], "loc": { "start": { @@ -4209,8 +4209,8 @@ "type": "Identifier", "name": "on", "range": [ - 2626, - 2628 + 2627, + 2629 ], "loc": { "start": { @@ -4224,8 +4224,8 @@ } }, "range": [ - 2613, - 2628 + 2614, + 2629 ], "loc": { "start": { @@ -4247,8 +4247,8 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 2630, - 2641 + 2631, + 2642 ], "loc": { "start": { @@ -4263,8 +4263,8 @@ } ], "range": [ - 2629, - 2642 + 2630, + 2643 ], "loc": { "start": { @@ -4289,8 +4289,8 @@ "object": { "type": "ThisExpression", "range": [ - 2649, - 2653 + 2650, + 2654 ], "loc": { "start": { @@ -4307,8 +4307,8 @@ "type": "Identifier", "name": "init", "range": [ - 2654, - 2658 + 2655, + 2659 ], "loc": { "start": { @@ -4322,8 +4322,8 @@ } }, "range": [ - 2649, - 2658 + 2650, + 2659 ], "loc": { "start": { @@ -4338,8 +4338,8 @@ }, "arguments": [], "range": [ - 2649, - 2660 + 2650, + 2661 ], "loc": { "start": { @@ -4355,8 +4355,8 @@ "generator": false, "expression": true, "range": [ - 2644, - 2660 + 2645, + 2661 ], "loc": { "start": { @@ -4371,8 +4371,8 @@ } ], "range": [ - 2613, - 2661 + 2614, + 2662 ], "loc": { "start": { @@ -4386,8 +4386,8 @@ } }, "range": [ - 2613, - 2662 + 2614, + 2663 ], "loc": { "start": { @@ -4402,8 +4402,8 @@ } ], "range": [ - 441, - 2668 + 442, + 2669 ], "loc": { "start": { @@ -4419,8 +4419,8 @@ "generator": false, "expression": false, "range": [ - 437, - 2668 + 438, + 2669 ], "loc": { "start": { @@ -4436,8 +4436,8 @@ "kind": "constructor", "computed": false, "range": [ - 426, - 2668 + 427, + 2669 ], "loc": { "start": { @@ -4454,8 +4454,8 @@ "type": "Block", "value": "*\n * Help UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 338, - 421 + 339, + 422 ], "loc": { "start": { @@ -4477,8 +4477,8 @@ "type": "Identifier", "name": "init", "range": [ - 2674, - 2678 + 2675, + 2679 ], "loc": { "start": { @@ -4506,8 +4506,8 @@ "object": { "type": "ThisExpression", "range": [ - 2693, - 2697 + 2694, + 2698 ], "loc": { "start": { @@ -4524,8 +4524,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2698, - 2709 + 2699, + 2710 ], "loc": { "start": { @@ -4539,8 +4539,8 @@ } }, "range": [ - 2693, - 2709 + 2694, + 2710 ], "loc": { "start": { @@ -4560,8 +4560,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2724, - 2731 + 2725, + 2732 ], "loc": { "start": { @@ -4576,8 +4576,8 @@ } ], "range": [ - 2710, - 2741 + 2711, + 2742 ], "loc": { "start": { @@ -4592,8 +4592,8 @@ }, "alternate": null, "range": [ - 2690, - 2741 + 2691, + 2742 ], "loc": { "start": { @@ -4615,8 +4615,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2755, - 2757 + 2756, + 2758 ], "loc": { "start": { @@ -4635,8 +4635,8 @@ "object": { "type": "ThisExpression", "range": [ - 2760, - 2764 + 2761, + 2765 ], "loc": { "start": { @@ -4653,8 +4653,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2765, - 2767 + 2766, + 2768 ], "loc": { "start": { @@ -4668,8 +4668,8 @@ } }, "range": [ - 2760, - 2767 + 2761, + 2768 ], "loc": { "start": { @@ -4683,8 +4683,8 @@ } }, "range": [ - 2755, - 2767 + 2756, + 2768 ], "loc": { "start": { @@ -4700,8 +4700,8 @@ ], "kind": "var", "range": [ - 2751, - 2768 + 2752, + 2769 ], "loc": { "start": { @@ -4723,8 +4723,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 2782, - 2790 + 2783, + 2791 ], "loc": { "start": { @@ -4746,8 +4746,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2793, - 2796 + 2794, + 2797 ], "loc": { "start": { @@ -4764,8 +4764,8 @@ "type": "Identifier", "name": "create", "range": [ - 2797, - 2803 + 2798, + 2804 ], "loc": { "start": { @@ -4779,8 +4779,8 @@ } }, "range": [ - 2793, - 2803 + 2794, + 2804 ], "loc": { "start": { @@ -4799,8 +4799,8 @@ "value": "span", "raw": "'span'", "range": [ - 2804, - 2810 + 2805, + 2811 ], "loc": { "start": { @@ -4821,8 +4821,8 @@ "value": "id", "raw": "'id'", "range": [ - 2813, - 2817 + 2814, + 2818 ], "loc": { "start": { @@ -4844,8 +4844,8 @@ "object": { "type": "ThisExpression", "range": [ - 2819, - 2823 + 2820, + 2824 ], "loc": { "start": { @@ -4862,8 +4862,8 @@ "type": "Identifier", "name": "prfxHelpSpan", "range": [ - 2824, - 2836 + 2825, + 2837 ], "loc": { "start": { @@ -4877,8 +4877,8 @@ } }, "range": [ - 2819, - 2836 + 2820, + 2837 ], "loc": { "start": { @@ -4898,8 +4898,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2837, - 2839 + 2838, + 2840 ], "loc": { "start": { @@ -4916,8 +4916,8 @@ "type": "Identifier", "name": "id", "range": [ - 2840, - 2842 + 2841, + 2843 ], "loc": { "start": { @@ -4931,8 +4931,8 @@ } }, "range": [ - 2837, - 2842 + 2838, + 2843 ], "loc": { "start": { @@ -4946,8 +4946,8 @@ } }, "range": [ - 2819, - 2842 + 2820, + 2843 ], "loc": { "start": { @@ -4962,8 +4962,8 @@ } ], "range": [ - 2812, - 2843 + 2813, + 2844 ], "loc": { "start": { @@ -4978,8 +4978,8 @@ } ], "range": [ - 2793, - 2844 + 2794, + 2845 ], "loc": { "start": { @@ -4993,8 +4993,8 @@ } }, "range": [ - 2782, - 2844 + 2783, + 2845 ], "loc": { "start": { @@ -5010,8 +5010,8 @@ ], "kind": "var", "range": [ - 2778, - 2845 + 2779, + 2846 ], "loc": { "start": { @@ -5033,8 +5033,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 2858, - 2865 + 2859, + 2866 ], "loc": { "start": { @@ -5056,8 +5056,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2868, - 2871 + 2869, + 2872 ], "loc": { "start": { @@ -5074,8 +5074,8 @@ "type": "Identifier", "name": "create", "range": [ - 2872, - 2878 + 2873, + 2879 ], "loc": { "start": { @@ -5089,8 +5089,8 @@ } }, "range": [ - 2868, - 2878 + 2869, + 2879 ], "loc": { "start": { @@ -5109,8 +5109,8 @@ "value": "div", "raw": "'div'", "range": [ - 2879, - 2884 + 2880, + 2885 ], "loc": { "start": { @@ -5131,8 +5131,8 @@ "value": "id", "raw": "'id'", "range": [ - 2887, - 2891 + 2888, + 2892 ], "loc": { "start": { @@ -5154,8 +5154,8 @@ "object": { "type": "ThisExpression", "range": [ - 2893, - 2897 + 2894, + 2898 ], "loc": { "start": { @@ -5172,8 +5172,8 @@ "type": "Identifier", "name": "prfxHelpDiv", "range": [ - 2898, - 2909 + 2899, + 2910 ], "loc": { "start": { @@ -5187,8 +5187,8 @@ } }, "range": [ - 2893, - 2909 + 2894, + 2910 ], "loc": { "start": { @@ -5208,8 +5208,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2910, - 2912 + 2911, + 2913 ], "loc": { "start": { @@ -5226,8 +5226,8 @@ "type": "Identifier", "name": "id", "range": [ - 2913, - 2915 + 2914, + 2916 ], "loc": { "start": { @@ -5241,8 +5241,8 @@ } }, "range": [ - 2910, - 2915 + 2911, + 2916 ], "loc": { "start": { @@ -5256,8 +5256,8 @@ } }, "range": [ - 2893, - 2915 + 2894, + 2916 ], "loc": { "start": { @@ -5272,8 +5272,8 @@ } ], "range": [ - 2886, - 2916 + 2887, + 2917 ], "loc": { "start": { @@ -5288,8 +5288,8 @@ } ], "range": [ - 2868, - 2917 + 2869, + 2918 ], "loc": { "start": { @@ -5303,8 +5303,8 @@ } }, "range": [ - 2858, - 2917 + 2859, + 2918 ], "loc": { "start": { @@ -5320,8 +5320,8 @@ ], "kind": "var", "range": [ - 2854, - 2918 + 2855, + 2919 ], "loc": { "start": { @@ -5338,8 +5338,8 @@ "type": "Line", "value": "help button is added to defined element", "range": [ - 2928, - 2969 + 2929, + 2970 ], "loc": { "start": { @@ -5365,8 +5365,8 @@ "object": { "type": "ThisExpression", "range": [ - 2982, - 2986 + 2983, + 2987 ], "loc": { "start": { @@ -5383,8 +5383,8 @@ "type": "Identifier", "name": "tgtId", "range": [ - 2987, - 2992 + 2988, + 2993 ], "loc": { "start": { @@ -5398,8 +5398,8 @@ } }, "range": [ - 2982, - 2992 + 2983, + 2993 ], "loc": { "start": { @@ -5414,8 +5414,8 @@ }, "prefix": true, "range": [ - 2981, - 2992 + 2982, + 2993 ], "loc": { "start": { @@ -5442,8 +5442,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3007, - 3009 + 3008, + 3010 ], "loc": { "start": { @@ -5460,8 +5460,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 3010, - 3020 + 3011, + 3021 ], "loc": { "start": { @@ -5475,8 +5475,8 @@ } }, "range": [ - 3007, - 3020 + 3008, + 3021 ], "loc": { "start": { @@ -5491,8 +5491,8 @@ }, "arguments": [], "range": [ - 3007, - 3022 + 3008, + 3023 ], "loc": { "start": { @@ -5506,8 +5506,8 @@ } }, "range": [ - 3007, - 3023 + 3008, + 3024 ], "loc": { "start": { @@ -5522,8 +5522,8 @@ } ], "range": [ - 2993, - 3033 + 2994, + 3034 ], "loc": { "start": { @@ -5538,8 +5538,8 @@ }, "alternate": null, "range": [ - 2978, - 3033 + 2979, + 3034 ], "loc": { "start": { @@ -5556,8 +5556,8 @@ "type": "Line", "value": "help button is added to defined element", "range": [ - 2928, - 2969 + 2929, + 2970 ], "loc": { "start": { @@ -5581,8 +5581,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3046, - 3054 + 3047, + 3055 ], "loc": { "start": { @@ -5606,8 +5606,8 @@ "object": { "type": "ThisExpression", "range": [ - 3058, - 3062 + 3059, + 3063 ], "loc": { "start": { @@ -5624,8 +5624,8 @@ "type": "Identifier", "name": "tgtId", "range": [ - 3063, - 3068 + 3064, + 3069 ], "loc": { "start": { @@ -5639,8 +5639,8 @@ } }, "range": [ - 3058, - 3068 + 3059, + 3069 ], "loc": { "start": { @@ -5655,8 +5655,8 @@ }, "prefix": true, "range": [ - 3057, - 3068 + 3058, + 3069 ], "loc": { "start": { @@ -5676,8 +5676,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3071, - 3073 + 3072, + 3074 ], "loc": { "start": { @@ -5694,8 +5694,8 @@ "type": "Identifier", "name": "rDiv", "range": [ - 3074, - 3078 + 3075, + 3079 ], "loc": { "start": { @@ -5709,8 +5709,8 @@ } }, "range": [ - 3071, - 3078 + 3072, + 3079 ], "loc": { "start": { @@ -5732,8 +5732,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3081, - 3084 + 3082, + 3085 ], "loc": { "start": { @@ -5750,8 +5750,8 @@ "type": "Identifier", "name": "id", "range": [ - 3085, - 3087 + 3086, + 3088 ], "loc": { "start": { @@ -5765,8 +5765,8 @@ } }, "range": [ - 3081, - 3087 + 3082, + 3088 ], "loc": { "start": { @@ -5786,8 +5786,8 @@ "object": { "type": "ThisExpression", "range": [ - 3088, - 3092 + 3089, + 3093 ], "loc": { "start": { @@ -5804,8 +5804,8 @@ "type": "Identifier", "name": "tgtId", "range": [ - 3093, - 3098 + 3094, + 3099 ], "loc": { "start": { @@ -5819,8 +5819,8 @@ } }, "range": [ - 3088, - 3098 + 3089, + 3099 ], "loc": { "start": { @@ -5835,8 +5835,8 @@ } ], "range": [ - 3081, - 3099 + 3082, + 3100 ], "loc": { "start": { @@ -5850,8 +5850,8 @@ } }, "range": [ - 3057, - 3099 + 3058, + 3100 ], "loc": { "start": { @@ -5865,8 +5865,8 @@ } }, "range": [ - 3046, - 3099 + 3047, + 3100 ], "loc": { "start": { @@ -5882,8 +5882,8 @@ ], "kind": "var", "range": [ - 3042, - 3100 + 3043, + 3101 ], "loc": { "start": { @@ -5907,8 +5907,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3109, - 3117 + 3110, + 3118 ], "loc": { "start": { @@ -5925,8 +5925,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3118, - 3129 + 3119, + 3130 ], "loc": { "start": { @@ -5940,8 +5940,8 @@ } }, "range": [ - 3109, - 3129 + 3110, + 3130 ], "loc": { "start": { @@ -5959,8 +5959,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3130, - 3138 + 3131, + 3139 ], "loc": { "start": { @@ -5975,8 +5975,8 @@ } ], "range": [ - 3109, - 3139 + 3110, + 3140 ], "loc": { "start": { @@ -5990,8 +5990,8 @@ } }, "range": [ - 3109, - 3140 + 3110, + 3141 ], "loc": { "start": { @@ -6013,8 +6013,8 @@ "type": "Identifier", "name": "divContainer", "range": [ - 3154, - 3166 + 3155, + 3167 ], "loc": { "start": { @@ -6038,8 +6038,8 @@ "object": { "type": "ThisExpression", "range": [ - 3170, - 3174 + 3171, + 3175 ], "loc": { "start": { @@ -6056,8 +6056,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 3175, - 3184 + 3176, + 3185 ], "loc": { "start": { @@ -6071,8 +6071,8 @@ } }, "range": [ - 3170, - 3184 + 3171, + 3185 ], "loc": { "start": { @@ -6087,8 +6087,8 @@ }, "prefix": true, "range": [ - 3169, - 3184 + 3170, + 3185 ], "loc": { "start": { @@ -6105,8 +6105,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3187, - 3195 + 3188, + 3196 ], "loc": { "start": { @@ -6128,8 +6128,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3198, - 3201 + 3199, + 3202 ], "loc": { "start": { @@ -6146,8 +6146,8 @@ "type": "Identifier", "name": "id", "range": [ - 3202, - 3204 + 3203, + 3205 ], "loc": { "start": { @@ -6161,8 +6161,8 @@ } }, "range": [ - 3198, - 3204 + 3199, + 3205 ], "loc": { "start": { @@ -6182,8 +6182,8 @@ "object": { "type": "ThisExpression", "range": [ - 3205, - 3209 + 3206, + 3210 ], "loc": { "start": { @@ -6200,8 +6200,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 3210, - 3219 + 3211, + 3220 ], "loc": { "start": { @@ -6215,8 +6215,8 @@ } }, "range": [ - 3205, - 3219 + 3206, + 3220 ], "loc": { "start": { @@ -6231,8 +6231,8 @@ } ], "range": [ - 3198, - 3220 + 3199, + 3221 ], "loc": { "start": { @@ -6246,8 +6246,8 @@ } }, "range": [ - 3169, - 3220 + 3170, + 3221 ], "loc": { "start": { @@ -6261,8 +6261,8 @@ } }, "range": [ - 3154, - 3220 + 3155, + 3221 ], "loc": { "start": { @@ -6278,8 +6278,8 @@ ], "kind": "var", "range": [ - 3150, - 3221 + 3151, + 3222 ], "loc": { "start": { @@ -6303,8 +6303,8 @@ "object": { "type": "ThisExpression", "range": [ - 3235, - 3239 + 3236, + 3240 ], "loc": { "start": { @@ -6321,8 +6321,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 3240, - 3247 + 3241, + 3248 ], "loc": { "start": { @@ -6336,8 +6336,8 @@ } }, "range": [ - 3235, - 3247 + 3236, + 3248 ], "loc": { "start": { @@ -6352,8 +6352,8 @@ }, "prefix": true, "range": [ - 3234, - 3247 + 3235, + 3248 ], "loc": { "start": { @@ -6380,8 +6380,8 @@ "type": "Identifier", "name": "divContainer", "range": [ - 3262, - 3274 + 3263, + 3275 ], "loc": { "start": { @@ -6398,8 +6398,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3275, - 3286 + 3276, + 3287 ], "loc": { "start": { @@ -6413,8 +6413,8 @@ } }, "range": [ - 3262, - 3286 + 3263, + 3287 ], "loc": { "start": { @@ -6432,8 +6432,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3287, - 3294 + 3288, + 3295 ], "loc": { "start": { @@ -6448,8 +6448,8 @@ } ], "range": [ - 3262, - 3295 + 3263, + 3296 ], "loc": { "start": { @@ -6463,8 +6463,8 @@ } }, "range": [ - 3262, - 3296 + 3263, + 3297 ], "loc": { "start": { @@ -6486,8 +6486,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3313, - 3321 + 3314, + 3322 ], "loc": { "start": { @@ -6509,8 +6509,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3324, - 3327 + 3325, + 3328 ], "loc": { "start": { @@ -6527,8 +6527,8 @@ "type": "Identifier", "name": "create", "range": [ - 3328, - 3334 + 3329, + 3335 ], "loc": { "start": { @@ -6542,8 +6542,8 @@ } }, "range": [ - 3324, - 3334 + 3325, + 3335 ], "loc": { "start": { @@ -6562,8 +6562,8 @@ "value": "a", "raw": "'a'", "range": [ - 3335, - 3338 + 3336, + 3339 ], "loc": { "start": { @@ -6584,8 +6584,8 @@ "value": "href", "raw": "'href'", "range": [ - 3341, - 3347 + 3342, + 3348 ], "loc": { "start": { @@ -6603,8 +6603,8 @@ "value": "javascript:void(0);", "raw": "'javascript:void(0);'", "range": [ - 3349, - 3370 + 3350, + 3371 ], "loc": { "start": { @@ -6619,8 +6619,8 @@ } ], "range": [ - 3340, - 3371 + 3341, + 3372 ], "loc": { "start": { @@ -6635,8 +6635,8 @@ } ], "range": [ - 3324, - 3372 + 3325, + 3373 ], "loc": { "start": { @@ -6650,8 +6650,8 @@ } }, "range": [ - 3313, - 3372 + 3314, + 3373 ], "loc": { "start": { @@ -6667,8 +6667,8 @@ ], "kind": "var", "range": [ - 3309, - 3373 + 3310, + 3374 ], "loc": { "start": { @@ -6693,8 +6693,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3386, - 3394 + 3387, + 3395 ], "loc": { "start": { @@ -6711,8 +6711,8 @@ "type": "Identifier", "name": "className", "range": [ - 3395, - 3404 + 3396, + 3405 ], "loc": { "start": { @@ -6726,8 +6726,8 @@ } }, "range": [ - 3386, - 3404 + 3387, + 3405 ], "loc": { "start": { @@ -6746,8 +6746,8 @@ "object": { "type": "ThisExpression", "range": [ - 3407, - 3411 + 3408, + 3412 ], "loc": { "start": { @@ -6764,8 +6764,8 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 3412, - 3423 + 3413, + 3424 ], "loc": { "start": { @@ -6779,8 +6779,8 @@ } }, "range": [ - 3407, - 3423 + 3408, + 3424 ], "loc": { "start": { @@ -6794,8 +6794,8 @@ } }, "range": [ - 3386, - 3423 + 3387, + 3424 ], "loc": { "start": { @@ -6809,8 +6809,8 @@ } }, "range": [ - 3386, - 3424 + 3387, + 3425 ], "loc": { "start": { @@ -6834,8 +6834,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3437, - 3445 + 3438, + 3446 ], "loc": { "start": { @@ -6852,8 +6852,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3446, - 3457 + 3447, + 3458 ], "loc": { "start": { @@ -6867,8 +6867,8 @@ } }, "range": [ - 3437, - 3457 + 3438, + 3458 ], "loc": { "start": { @@ -6891,8 +6891,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3458, - 3461 + 3459, + 3462 ], "loc": { "start": { @@ -6909,8 +6909,8 @@ "type": "Identifier", "name": "text", "range": [ - 3462, - 3466 + 3463, + 3467 ], "loc": { "start": { @@ -6924,8 +6924,8 @@ } }, "range": [ - 3458, - 3466 + 3459, + 3467 ], "loc": { "start": { @@ -6945,8 +6945,8 @@ "object": { "type": "ThisExpression", "range": [ - 3467, - 3471 + 3468, + 3472 ], "loc": { "start": { @@ -6963,8 +6963,8 @@ "type": "Identifier", "name": "btnText", "range": [ - 3472, - 3479 + 3473, + 3480 ], "loc": { "start": { @@ -6978,8 +6978,8 @@ } }, "range": [ - 3467, - 3479 + 3468, + 3480 ], "loc": { "start": { @@ -6994,8 +6994,8 @@ } ], "range": [ - 3458, - 3480 + 3459, + 3481 ], "loc": { "start": { @@ -7010,8 +7010,8 @@ } ], "range": [ - 3437, - 3481 + 3438, + 3482 ], "loc": { "start": { @@ -7025,8 +7025,8 @@ } }, "range": [ - 3437, - 3482 + 3438, + 3483 ], "loc": { "start": { @@ -7050,8 +7050,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3495, - 3503 + 3496, + 3504 ], "loc": { "start": { @@ -7068,8 +7068,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3504, - 3515 + 3505, + 3516 ], "loc": { "start": { @@ -7083,8 +7083,8 @@ } }, "range": [ - 3495, - 3515 + 3496, + 3516 ], "loc": { "start": { @@ -7102,8 +7102,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3516, - 3524 + 3517, + 3525 ], "loc": { "start": { @@ -7118,8 +7118,8 @@ } ], "range": [ - 3495, - 3525 + 3496, + 3526 ], "loc": { "start": { @@ -7133,8 +7133,8 @@ } }, "range": [ - 3495, - 3526 + 3496, + 3527 ], "loc": { "start": { @@ -7158,8 +7158,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3539, - 3544 + 3540, + 3545 ], "loc": { "start": { @@ -7176,8 +7176,8 @@ "type": "Identifier", "name": "add", "range": [ - 3545, - 3548 + 3546, + 3549 ], "loc": { "start": { @@ -7191,8 +7191,8 @@ } }, "range": [ - 3539, - 3548 + 3540, + 3549 ], "loc": { "start": { @@ -7210,8 +7210,8 @@ "type": "Identifier", "name": "helplink", "range": [ - 3549, - 3557 + 3550, + 3558 ], "loc": { "start": { @@ -7229,8 +7229,8 @@ "value": "click", "raw": "'click'", "range": [ - 3559, - 3566 + 3560, + 3567 ], "loc": { "start": { @@ -7260,8 +7260,8 @@ "object": { "type": "ThisExpression", "range": [ - 3576, - 3580 + 3577, + 3581 ], "loc": { "start": { @@ -7278,8 +7278,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 3581, - 3587 + 3582, + 3588 ], "loc": { "start": { @@ -7293,8 +7293,8 @@ } }, "range": [ - 3576, - 3587 + 3577, + 3588 ], "loc": { "start": { @@ -7309,8 +7309,8 @@ }, "arguments": [], "range": [ - 3576, - 3589 + 3577, + 3590 ], "loc": { "start": { @@ -7324,8 +7324,8 @@ } }, "range": [ - 3576, - 3590 + 3577, + 3591 ], "loc": { "start": { @@ -7340,8 +7340,8 @@ } ], "range": [ - 3574, - 3592 + 3575, + 3593 ], "loc": { "start": { @@ -7357,8 +7357,8 @@ "generator": false, "expression": false, "range": [ - 3568, - 3592 + 3569, + 3593 ], "loc": { "start": { @@ -7373,8 +7373,8 @@ } ], "range": [ - 3539, - 3593 + 3540, + 3594 ], "loc": { "start": { @@ -7388,8 +7388,8 @@ } }, "range": [ - 3539, - 3594 + 3540, + 3595 ], "loc": { "start": { @@ -7404,8 +7404,8 @@ } ], "range": [ - 3248, - 3604 + 3249, + 3605 ], "loc": { "start": { @@ -7433,8 +7433,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3624, - 3632 + 3625, + 3633 ], "loc": { "start": { @@ -7451,8 +7451,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 3633, - 3642 + 3634, + 3643 ], "loc": { "start": { @@ -7466,8 +7466,8 @@ } }, "range": [ - 3624, - 3642 + 3625, + 3643 ], "loc": { "start": { @@ -7486,8 +7486,8 @@ "object": { "type": "ThisExpression", "range": [ - 3645, - 3649 + 3646, + 3650 ], "loc": { "start": { @@ -7504,8 +7504,8 @@ "type": "Identifier", "name": "btnHtml", "range": [ - 3650, - 3657 + 3651, + 3658 ], "loc": { "start": { @@ -7519,8 +7519,8 @@ } }, "range": [ - 3645, - 3657 + 3646, + 3658 ], "loc": { "start": { @@ -7534,8 +7534,8 @@ } }, "range": [ - 3624, - 3657 + 3625, + 3658 ], "loc": { "start": { @@ -7549,8 +7549,8 @@ } }, "range": [ - 3624, - 3658 + 3625, + 3659 ], "loc": { "start": { @@ -7572,8 +7572,8 @@ "type": "Identifier", "name": "helpEl", "range": [ - 3675, - 3681 + 3676, + 3682 ], "loc": { "start": { @@ -7593,8 +7593,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 3684, - 3692 + 3685, + 3693 ], "loc": { "start": { @@ -7611,8 +7611,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 3693, - 3703 + 3694, + 3704 ], "loc": { "start": { @@ -7626,8 +7626,8 @@ } }, "range": [ - 3684, - 3703 + 3685, + 3704 ], "loc": { "start": { @@ -7641,8 +7641,8 @@ } }, "range": [ - 3675, - 3703 + 3676, + 3704 ], "loc": { "start": { @@ -7658,8 +7658,8 @@ ], "kind": "var", "range": [ - 3671, - 3704 + 3672, + 3705 ], "loc": { "start": { @@ -7683,8 +7683,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3717, - 3722 + 3718, + 3723 ], "loc": { "start": { @@ -7701,8 +7701,8 @@ "type": "Identifier", "name": "add", "range": [ - 3723, - 3726 + 3724, + 3727 ], "loc": { "start": { @@ -7716,8 +7716,8 @@ } }, "range": [ - 3717, - 3726 + 3718, + 3727 ], "loc": { "start": { @@ -7735,8 +7735,8 @@ "type": "Identifier", "name": "helpEl", "range": [ - 3727, - 3733 + 3728, + 3734 ], "loc": { "start": { @@ -7754,8 +7754,8 @@ "value": "click", "raw": "'click'", "range": [ - 3735, - 3742 + 3736, + 3743 ], "loc": { "start": { @@ -7785,8 +7785,8 @@ "object": { "type": "ThisExpression", "range": [ - 3752, - 3756 + 3753, + 3757 ], "loc": { "start": { @@ -7803,8 +7803,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 3757, - 3763 + 3758, + 3764 ], "loc": { "start": { @@ -7818,8 +7818,8 @@ } }, "range": [ - 3752, - 3763 + 3753, + 3764 ], "loc": { "start": { @@ -7834,8 +7834,8 @@ }, "arguments": [], "range": [ - 3752, - 3765 + 3753, + 3766 ], "loc": { "start": { @@ -7849,8 +7849,8 @@ } }, "range": [ - 3752, - 3766 + 3753, + 3767 ], "loc": { "start": { @@ -7865,8 +7865,8 @@ } ], "range": [ - 3750, - 3768 + 3751, + 3769 ], "loc": { "start": { @@ -7882,8 +7882,8 @@ "generator": false, "expression": false, "range": [ - 3744, - 3768 + 3745, + 3769 ], "loc": { "start": { @@ -7898,8 +7898,8 @@ } ], "range": [ - 3717, - 3769 + 3718, + 3770 ], "loc": { "start": { @@ -7913,8 +7913,8 @@ } }, "range": [ - 3717, - 3770 + 3718, + 3771 ], "loc": { "start": { @@ -7938,8 +7938,8 @@ "type": "Identifier", "name": "divContainer", "range": [ - 3783, - 3795 + 3784, + 3796 ], "loc": { "start": { @@ -7956,8 +7956,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3796, - 3807 + 3797, + 3808 ], "loc": { "start": { @@ -7971,8 +7971,8 @@ } }, "range": [ - 3783, - 3807 + 3784, + 3808 ], "loc": { "start": { @@ -7990,8 +7990,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3808, - 3815 + 3809, + 3816 ], "loc": { "start": { @@ -8006,8 +8006,8 @@ } ], "range": [ - 3783, - 3816 + 3784, + 3817 ], "loc": { "start": { @@ -8021,8 +8021,8 @@ } }, "range": [ - 3783, - 3817 + 3784, + 3818 ], "loc": { "start": { @@ -8037,8 +8037,8 @@ } ], "range": [ - 3610, - 3827 + 3611, + 3828 ], "loc": { "start": { @@ -8052,8 +8052,8 @@ } }, "range": [ - 3231, - 3827 + 3232, + 3828 ], "loc": { "start": { @@ -8077,8 +8077,8 @@ "object": { "type": "ThisExpression", "range": [ - 3841, - 3845 + 3842, + 3846 ], "loc": { "start": { @@ -8095,8 +8095,8 @@ "type": "Identifier", "name": "instrHtml", "range": [ - 3846, - 3855 + 3847, + 3856 ], "loc": { "start": { @@ -8110,8 +8110,8 @@ } }, "range": [ - 3841, - 3855 + 3842, + 3856 ], "loc": { "start": { @@ -8126,8 +8126,8 @@ }, "prefix": true, "range": [ - 3840, - 3855 + 3841, + 3856 ], "loc": { "start": { @@ -8155,8 +8155,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3870, - 3877 + 3871, + 3878 ], "loc": { "start": { @@ -8173,8 +8173,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 3878, - 3887 + 3879, + 3888 ], "loc": { "start": { @@ -8188,8 +8188,8 @@ } }, "range": [ - 3870, - 3887 + 3871, + 3888 ], "loc": { "start": { @@ -8208,8 +8208,8 @@ "object": { "type": "ThisExpression", "range": [ - 3890, - 3894 + 3891, + 3895 ], "loc": { "start": { @@ -8226,8 +8226,8 @@ "type": "Identifier", "name": "instrText", "range": [ - 3895, - 3904 + 3896, + 3905 ], "loc": { "start": { @@ -8241,8 +8241,8 @@ } }, "range": [ - 3890, - 3904 + 3891, + 3905 ], "loc": { "start": { @@ -8256,8 +8256,8 @@ } }, "range": [ - 3870, - 3904 + 3871, + 3905 ], "loc": { "start": { @@ -8271,8 +8271,8 @@ } }, "range": [ - 3870, - 3905 + 3871, + 3906 ], "loc": { "start": { @@ -8297,8 +8297,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3918, - 3925 + 3919, + 3926 ], "loc": { "start": { @@ -8315,8 +8315,8 @@ "type": "Identifier", "name": "className", "range": [ - 3926, - 3935 + 3927, + 3936 ], "loc": { "start": { @@ -8330,8 +8330,8 @@ } }, "range": [ - 3918, - 3935 + 3919, + 3936 ], "loc": { "start": { @@ -8350,8 +8350,8 @@ "object": { "type": "ThisExpression", "range": [ - 3938, - 3942 + 3939, + 3943 ], "loc": { "start": { @@ -8368,8 +8368,8 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 3943, - 3955 + 3944, + 3956 ], "loc": { "start": { @@ -8383,8 +8383,8 @@ } }, "range": [ - 3938, - 3955 + 3939, + 3956 ], "loc": { "start": { @@ -8398,8 +8398,8 @@ } }, "range": [ - 3918, - 3955 + 3919, + 3956 ], "loc": { "start": { @@ -8413,8 +8413,8 @@ } }, "range": [ - 3918, - 3956 + 3919, + 3957 ], "loc": { "start": { @@ -8438,8 +8438,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3969, - 3974 + 3970, + 3975 ], "loc": { "start": { @@ -8456,8 +8456,8 @@ "type": "Identifier", "name": "add", "range": [ - 3975, - 3978 + 3976, + 3979 ], "loc": { "start": { @@ -8471,8 +8471,8 @@ } }, "range": [ - 3969, - 3978 + 3970, + 3979 ], "loc": { "start": { @@ -8490,8 +8490,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 3979, - 3986 + 3980, + 3987 ], "loc": { "start": { @@ -8509,8 +8509,8 @@ "value": "dblclick", "raw": "'dblclick'", "range": [ - 3988, - 3998 + 3989, + 3999 ], "loc": { "start": { @@ -8540,8 +8540,8 @@ "object": { "type": "ThisExpression", "range": [ - 4008, - 4012 + 4009, + 4013 ], "loc": { "start": { @@ -8558,8 +8558,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4013, - 4019 + 4014, + 4020 ], "loc": { "start": { @@ -8573,8 +8573,8 @@ } }, "range": [ - 4008, - 4019 + 4009, + 4020 ], "loc": { "start": { @@ -8589,8 +8589,8 @@ }, "arguments": [], "range": [ - 4008, - 4021 + 4009, + 4022 ], "loc": { "start": { @@ -8604,8 +8604,8 @@ } }, "range": [ - 4008, - 4022 + 4009, + 4023 ], "loc": { "start": { @@ -8620,8 +8620,8 @@ } ], "range": [ - 4006, - 4024 + 4007, + 4025 ], "loc": { "start": { @@ -8637,8 +8637,8 @@ "generator": false, "expression": false, "range": [ - 4000, - 4024 + 4001, + 4025 ], "loc": { "start": { @@ -8653,8 +8653,8 @@ } ], "range": [ - 3969, - 4025 + 3970, + 4026 ], "loc": { "start": { @@ -8668,8 +8668,8 @@ } }, "range": [ - 3969, - 4026 + 3970, + 4027 ], "loc": { "start": { @@ -8684,8 +8684,8 @@ } ], "range": [ - 3856, - 4036 + 3857, + 4037 ], "loc": { "start": { @@ -8709,8 +8709,8 @@ "object": { "type": "ThisExpression", "range": [ - 4059, - 4063 + 4060, + 4064 ], "loc": { "start": { @@ -8727,8 +8727,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 4064, - 4073 + 4065, + 4074 ], "loc": { "start": { @@ -8742,8 +8742,8 @@ } }, "range": [ - 4059, - 4073 + 4060, + 4074 ], "loc": { "start": { @@ -8770,8 +8770,8 @@ "type": "Identifier", "name": "divContainer", "range": [ - 4092, - 4104 + 4093, + 4105 ], "loc": { "start": { @@ -8788,8 +8788,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 4105, - 4116 + 4106, + 4117 ], "loc": { "start": { @@ -8803,8 +8803,8 @@ } }, "range": [ - 4092, - 4116 + 4093, + 4117 ], "loc": { "start": { @@ -8822,8 +8822,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4117, - 4124 + 4118, + 4125 ], "loc": { "start": { @@ -8838,8 +8838,8 @@ } ], "range": [ - 4092, - 4125 + 4093, + 4126 ], "loc": { "start": { @@ -8853,8 +8853,8 @@ } }, "range": [ - 4092, - 4126 + 4093, + 4127 ], "loc": { "start": { @@ -8869,8 +8869,8 @@ } ], "range": [ - 4074, - 4140 + 4075, + 4141 ], "loc": { "start": { @@ -8885,8 +8885,8 @@ }, "alternate": null, "range": [ - 4056, - 4140 + 4057, + 4141 ], "loc": { "start": { @@ -8911,8 +8911,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4153, - 4160 + 4154, + 4161 ], "loc": { "start": { @@ -8929,8 +8929,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4161, - 4170 + 4162, + 4171 ], "loc": { "start": { @@ -8944,8 +8944,8 @@ } }, "range": [ - 4153, - 4170 + 4154, + 4171 ], "loc": { "start": { @@ -8964,8 +8964,8 @@ "object": { "type": "ThisExpression", "range": [ - 4173, - 4177 + 4174, + 4178 ], "loc": { "start": { @@ -8982,8 +8982,8 @@ "type": "Identifier", "name": "instrHtml", "range": [ - 4178, - 4187 + 4179, + 4188 ], "loc": { "start": { @@ -8997,8 +8997,8 @@ } }, "range": [ - 4173, - 4187 + 4174, + 4188 ], "loc": { "start": { @@ -9012,8 +9012,8 @@ } }, "range": [ - 4153, - 4187 + 4154, + 4188 ], "loc": { "start": { @@ -9027,8 +9027,8 @@ } }, "range": [ - 4153, - 4188 + 4154, + 4189 ], "loc": { "start": { @@ -9052,8 +9052,8 @@ "object": { "type": "ThisExpression", "range": [ - 4205, - 4209 + 4206, + 4210 ], "loc": { "start": { @@ -9070,8 +9070,8 @@ "type": "Identifier", "name": "contTgtId", "range": [ - 4210, - 4219 + 4211, + 4220 ], "loc": { "start": { @@ -9085,8 +9085,8 @@ } }, "range": [ - 4205, - 4219 + 4206, + 4220 ], "loc": { "start": { @@ -9101,8 +9101,8 @@ }, "prefix": true, "range": [ - 4204, - 4219 + 4205, + 4220 ], "loc": { "start": { @@ -9130,8 +9130,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4238, - 4245 + 4239, + 4246 ], "loc": { "start": { @@ -9148,8 +9148,8 @@ "type": "Identifier", "name": "className", "range": [ - 4246, - 4255 + 4247, + 4256 ], "loc": { "start": { @@ -9163,8 +9163,8 @@ } }, "range": [ - 4238, - 4255 + 4239, + 4256 ], "loc": { "start": { @@ -9183,8 +9183,8 @@ "object": { "type": "ThisExpression", "range": [ - 4258, - 4262 + 4259, + 4263 ], "loc": { "start": { @@ -9201,8 +9201,8 @@ "type": "Identifier", "name": "contCssClass", "range": [ - 4263, - 4275 + 4264, + 4276 ], "loc": { "start": { @@ -9216,8 +9216,8 @@ } }, "range": [ - 4258, - 4275 + 4259, + 4276 ], "loc": { "start": { @@ -9231,8 +9231,8 @@ } }, "range": [ - 4238, - 4275 + 4239, + 4276 ], "loc": { "start": { @@ -9246,8 +9246,8 @@ } }, "range": [ - 4238, - 4276 + 4239, + 4277 ], "loc": { "start": { @@ -9271,8 +9271,8 @@ "type": "Identifier", "name": "Event", "range": [ - 4293, - 4298 + 4294, + 4299 ], "loc": { "start": { @@ -9289,8 +9289,8 @@ "type": "Identifier", "name": "add", "range": [ - 4299, - 4302 + 4300, + 4303 ], "loc": { "start": { @@ -9304,8 +9304,8 @@ } }, "range": [ - 4293, - 4302 + 4294, + 4303 ], "loc": { "start": { @@ -9323,8 +9323,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4303, - 4310 + 4304, + 4311 ], "loc": { "start": { @@ -9342,8 +9342,8 @@ "value": "dblclick", "raw": "'dblclick'", "range": [ - 4312, - 4322 + 4313, + 4323 ], "loc": { "start": { @@ -9373,8 +9373,8 @@ "object": { "type": "ThisExpression", "range": [ - 4332, - 4336 + 4333, + 4337 ], "loc": { "start": { @@ -9391,8 +9391,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4337, - 4343 + 4338, + 4344 ], "loc": { "start": { @@ -9406,8 +9406,8 @@ } }, "range": [ - 4332, - 4343 + 4333, + 4344 ], "loc": { "start": { @@ -9422,8 +9422,8 @@ }, "arguments": [], "range": [ - 4332, - 4345 + 4333, + 4346 ], "loc": { "start": { @@ -9437,8 +9437,8 @@ } }, "range": [ - 4332, - 4346 + 4333, + 4347 ], "loc": { "start": { @@ -9453,8 +9453,8 @@ } ], "range": [ - 4330, - 4348 + 4331, + 4349 ], "loc": { "start": { @@ -9470,8 +9470,8 @@ "generator": false, "expression": false, "range": [ - 4324, - 4348 + 4325, + 4349 ], "loc": { "start": { @@ -9486,8 +9486,8 @@ } ], "range": [ - 4293, - 4349 + 4294, + 4350 ], "loc": { "start": { @@ -9501,8 +9501,8 @@ } }, "range": [ - 4293, - 4350 + 4294, + 4351 ], "loc": { "start": { @@ -9517,8 +9517,8 @@ } ], "range": [ - 4220, - 4364 + 4221, + 4365 ], "loc": { "start": { @@ -9533,8 +9533,8 @@ }, "alternate": null, "range": [ - 4201, - 4364 + 4202, + 4365 ], "loc": { "start": { @@ -9549,8 +9549,8 @@ } ], "range": [ - 4042, - 4374 + 4043, + 4375 ], "loc": { "start": { @@ -9564,8 +9564,8 @@ } }, "range": [ - 3837, - 4374 + 3838, + 4375 ], "loc": { "start": { @@ -9590,8 +9590,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4383, - 4390 + 4384, + 4391 ], "loc": { "start": { @@ -9608,8 +9608,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4391, - 4400 + 4392, + 4401 ], "loc": { "start": { @@ -9623,8 +9623,8 @@ } }, "range": [ - 4383, - 4400 + 4384, + 4401 ], "loc": { "start": { @@ -9643,8 +9643,8 @@ "object": { "type": "ThisExpression", "range": [ - 4404, - 4408 + 4405, + 4409 ], "loc": { "start": { @@ -9661,8 +9661,8 @@ "type": "Identifier", "name": "defaultHtml", "range": [ - 4409, - 4420 + 4410, + 4421 ], "loc": { "start": { @@ -9676,8 +9676,8 @@ } }, "range": [ - 4404, - 4420 + 4405, + 4421 ], "loc": { "start": { @@ -9691,8 +9691,8 @@ } }, "range": [ - 4383, - 4420 + 4384, + 4421 ], "loc": { "start": { @@ -9706,8 +9706,8 @@ } }, "range": [ - 4383, - 4421 + 4384, + 4422 ], "loc": { "start": { @@ -9731,8 +9731,8 @@ "type": "Identifier", "name": "Event", "range": [ - 4430, - 4435 + 4431, + 4436 ], "loc": { "start": { @@ -9749,8 +9749,8 @@ "type": "Identifier", "name": "add", "range": [ - 4436, - 4439 + 4437, + 4440 ], "loc": { "start": { @@ -9764,8 +9764,8 @@ } }, "range": [ - 4430, - 4439 + 4431, + 4440 ], "loc": { "start": { @@ -9783,8 +9783,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4440, - 4447 + 4441, + 4448 ], "loc": { "start": { @@ -9802,8 +9802,8 @@ "value": "click", "raw": "'click'", "range": [ - 4449, - 4456 + 4450, + 4457 ], "loc": { "start": { @@ -9833,8 +9833,8 @@ "object": { "type": "ThisExpression", "range": [ - 4466, - 4470 + 4467, + 4471 ], "loc": { "start": { @@ -9851,8 +9851,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4471, - 4477 + 4472, + 4478 ], "loc": { "start": { @@ -9866,8 +9866,8 @@ } }, "range": [ - 4466, - 4477 + 4467, + 4478 ], "loc": { "start": { @@ -9882,8 +9882,8 @@ }, "arguments": [], "range": [ - 4466, - 4479 + 4467, + 4480 ], "loc": { "start": { @@ -9897,8 +9897,8 @@ } }, "range": [ - 4466, - 4480 + 4467, + 4481 ], "loc": { "start": { @@ -9913,8 +9913,8 @@ } ], "range": [ - 4464, - 4482 + 4465, + 4483 ], "loc": { "start": { @@ -9930,8 +9930,8 @@ "generator": false, "expression": false, "range": [ - 4458, - 4482 + 4459, + 4483 ], "loc": { "start": { @@ -9946,8 +9946,8 @@ } ], "range": [ - 4430, - 4483 + 4431, + 4484 ], "loc": { "start": { @@ -9961,8 +9961,8 @@ } }, "range": [ - 4430, - 4484 + 4431, + 4485 ], "loc": { "start": { @@ -9986,8 +9986,8 @@ "object": { "type": "ThisExpression", "range": [ - 4494, - 4498 + 4495, + 4499 ], "loc": { "start": { @@ -10004,8 +10004,8 @@ "type": "Identifier", "name": "cont", "range": [ - 4499, - 4503 + 4500, + 4504 ], "loc": { "start": { @@ -10019,8 +10019,8 @@ } }, "range": [ - 4494, - 4503 + 4495, + 4504 ], "loc": { "start": { @@ -10037,8 +10037,8 @@ "type": "Identifier", "name": "helpdiv", "range": [ - 4506, - 4513 + 4507, + 4514 ], "loc": { "start": { @@ -10052,8 +10052,8 @@ } }, "range": [ - 4494, - 4513 + 4495, + 4514 ], "loc": { "start": { @@ -10067,8 +10067,8 @@ } }, "range": [ - 4494, - 4514 + 4495, + 4515 ], "loc": { "start": { @@ -10092,8 +10092,8 @@ "object": { "type": "ThisExpression", "range": [ - 4523, - 4527 + 4524, + 4528 ], "loc": { "start": { @@ -10110,8 +10110,8 @@ "type": "Identifier", "name": "btn", "range": [ - 4528, - 4531 + 4529, + 4532 ], "loc": { "start": { @@ -10125,8 +10125,8 @@ } }, "range": [ - 4523, - 4531 + 4524, + 4532 ], "loc": { "start": { @@ -10143,8 +10143,8 @@ "type": "Identifier", "name": "helpspan", "range": [ - 4534, - 4542 + 4535, + 4543 ], "loc": { "start": { @@ -10158,8 +10158,8 @@ } }, "range": [ - 4523, - 4542 + 4524, + 4543 ], "loc": { "start": { @@ -10173,8 +10173,8 @@ } }, "range": [ - 4523, - 4543 + 4524, + 4544 ], "loc": { "start": { @@ -10198,8 +10198,8 @@ "object": { "type": "ThisExpression", "range": [ - 4552, - 4556 + 4553, + 4557 ], "loc": { "start": { @@ -10216,8 +10216,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 4557, - 4568 + 4558, + 4569 ], "loc": { "start": { @@ -10231,8 +10231,8 @@ } }, "range": [ - 4552, - 4568 + 4553, + 4569 ], "loc": { "start": { @@ -10250,8 +10250,8 @@ "value": true, "raw": "true", "range": [ - 4571, - 4575 + 4572, + 4576 ], "loc": { "start": { @@ -10265,8 +10265,8 @@ } }, "range": [ - 4552, - 4575 + 4553, + 4576 ], "loc": { "start": { @@ -10280,8 +10280,8 @@ } }, "range": [ - 4552, - 4576 + 4553, + 4577 ], "loc": { "start": { @@ -10296,8 +10296,8 @@ } ], "range": [ - 2680, - 4582 + 2681, + 4583 ], "loc": { "start": { @@ -10313,8 +10313,8 @@ "generator": false, "expression": false, "range": [ - 2678, - 4582 + 2679, + 4583 ], "loc": { "start": { @@ -10330,8 +10330,8 @@ "kind": "method", "computed": false, "range": [ - 2674, - 4582 + 2675, + 4583 ], "loc": { "start": { @@ -10348,8 +10348,8 @@ "type": "Block", "value": "*\n * Toggle help pop-up\n ", "range": [ - 4588, - 4625 + 4589, + 4626 ], "loc": { "start": { @@ -10371,8 +10371,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 4630, - 4636 + 4631, + 4637 ], "loc": { "start": { @@ -10403,8 +10403,8 @@ "object": { "type": "ThisExpression", "range": [ - 4787, - 4791 + 4788, + 4792 ], "loc": { "start": { @@ -10421,8 +10421,8 @@ "type": "Identifier", "name": "enabled", "range": [ - 4792, - 4799 + 4793, + 4800 ], "loc": { "start": { @@ -10436,8 +10436,8 @@ } }, "range": [ - 4787, - 4799 + 4788, + 4800 ], "loc": { "start": { @@ -10455,8 +10455,8 @@ "value": false, "raw": "false", "range": [ - 4804, - 4809 + 4805, + 4810 ], "loc": { "start": { @@ -10470,8 +10470,8 @@ } }, "range": [ - 4787, - 4809 + 4788, + 4810 ], "loc": { "start": { @@ -10491,8 +10491,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4824, - 4831 + 4825, + 4832 ], "loc": { "start": { @@ -10507,8 +10507,8 @@ } ], "range": [ - 4810, - 4841 + 4811, + 4842 ], "loc": { "start": { @@ -10523,8 +10523,8 @@ }, "alternate": null, "range": [ - 4784, - 4841 + 4785, + 4842 ], "loc": { "start": { @@ -10541,8 +10541,8 @@ "type": "Line", "value": " check only if explicitily set to false as in this case undefined", "range": [ - 4648, - 4715 + 4649, + 4716 ], "loc": { "start": { @@ -10559,8 +10559,8 @@ "type": "Line", "value": " signifies the help feature is enabled by default", "range": [ - 4724, - 4775 + 4725, + 4776 ], "loc": { "start": { @@ -10584,8 +10584,8 @@ "type": "Identifier", "name": "divDisplay", "range": [ - 4854, - 4864 + 4855, + 4865 ], "loc": { "start": { @@ -10610,8 +10610,8 @@ "object": { "type": "ThisExpression", "range": [ - 4867, - 4871 + 4868, + 4872 ], "loc": { "start": { @@ -10628,8 +10628,8 @@ "type": "Identifier", "name": "cont", "range": [ - 4872, - 4876 + 4873, + 4877 ], "loc": { "start": { @@ -10643,8 +10643,8 @@ } }, "range": [ - 4867, - 4876 + 4868, + 4877 ], "loc": { "start": { @@ -10661,8 +10661,8 @@ "type": "Identifier", "name": "style", "range": [ - 4877, - 4882 + 4878, + 4883 ], "loc": { "start": { @@ -10676,8 +10676,8 @@ } }, "range": [ - 4867, - 4882 + 4868, + 4883 ], "loc": { "start": { @@ -10694,8 +10694,8 @@ "type": "Identifier", "name": "display", "range": [ - 4883, - 4890 + 4884, + 4891 ], "loc": { "start": { @@ -10709,8 +10709,8 @@ } }, "range": [ - 4867, - 4890 + 4868, + 4891 ], "loc": { "start": { @@ -10724,8 +10724,8 @@ } }, "range": [ - 4854, - 4890 + 4855, + 4891 ], "loc": { "start": { @@ -10741,8 +10741,8 @@ ], "kind": "var", "range": [ - 4850, - 4891 + 4851, + 4892 ], "loc": { "start": { @@ -10767,8 +10767,8 @@ "type": "Identifier", "name": "divDisplay", "range": [ - 4903, - 4913 + 4904, + 4914 ], "loc": { "start": { @@ -10786,8 +10786,8 @@ "value": "", "raw": "''", "range": [ - 4918, - 4920 + 4919, + 4921 ], "loc": { "start": { @@ -10801,8 +10801,8 @@ } }, "range": [ - 4903, - 4920 + 4904, + 4921 ], "loc": { "start": { @@ -10822,8 +10822,8 @@ "type": "Identifier", "name": "divDisplay", "range": [ - 4924, - 4934 + 4925, + 4935 ], "loc": { "start": { @@ -10840,8 +10840,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 4939, - 4943 + 4940, + 4944 ], "loc": { "start": { @@ -10855,8 +10855,8 @@ } }, "range": [ - 4924, - 4943 + 4925, + 4944 ], "loc": { "start": { @@ -10870,8 +10870,8 @@ } }, "range": [ - 4903, - 4943 + 4904, + 4944 ], "loc": { "start": { @@ -10904,8 +10904,8 @@ "object": { "type": "ThisExpression", "range": [ - 4958, - 4962 + 4959, + 4963 ], "loc": { "start": { @@ -10922,8 +10922,8 @@ "type": "Identifier", "name": "cont", "range": [ - 4963, - 4967 + 4964, + 4968 ], "loc": { "start": { @@ -10937,8 +10937,8 @@ } }, "range": [ - 4958, - 4967 + 4959, + 4968 ], "loc": { "start": { @@ -10955,8 +10955,8 @@ "type": "Identifier", "name": "style", "range": [ - 4968, - 4973 + 4969, + 4974 ], "loc": { "start": { @@ -10970,8 +10970,8 @@ } }, "range": [ - 4958, - 4973 + 4959, + 4974 ], "loc": { "start": { @@ -10988,8 +10988,8 @@ "type": "Identifier", "name": "display", "range": [ - 4974, - 4981 + 4975, + 4982 ], "loc": { "start": { @@ -11003,8 +11003,8 @@ } }, "range": [ - 4958, - 4981 + 4959, + 4982 ], "loc": { "start": { @@ -11022,8 +11022,8 @@ "value": "inline", "raw": "'inline'", "range": [ - 4984, - 4992 + 4985, + 4993 ], "loc": { "start": { @@ -11037,8 +11037,8 @@ } }, "range": [ - 4958, - 4992 + 4959, + 4993 ], "loc": { "start": { @@ -11052,8 +11052,8 @@ } }, "range": [ - 4958, - 4993 + 4959, + 4994 ], "loc": { "start": { @@ -11068,8 +11068,8 @@ } ], "range": [ - 4944, - 5003 + 4945, + 5004 ], "loc": { "start": { @@ -11102,8 +11102,8 @@ "object": { "type": "ThisExpression", "range": [ - 5023, - 5027 + 5024, + 5028 ], "loc": { "start": { @@ -11120,8 +11120,8 @@ "type": "Identifier", "name": "cont", "range": [ - 5028, - 5032 + 5029, + 5033 ], "loc": { "start": { @@ -11135,8 +11135,8 @@ } }, "range": [ - 5023, - 5032 + 5024, + 5033 ], "loc": { "start": { @@ -11153,8 +11153,8 @@ "type": "Identifier", "name": "style", "range": [ - 5033, - 5038 + 5034, + 5039 ], "loc": { "start": { @@ -11168,8 +11168,8 @@ } }, "range": [ - 5023, - 5038 + 5024, + 5039 ], "loc": { "start": { @@ -11186,8 +11186,8 @@ "type": "Identifier", "name": "display", "range": [ - 5039, - 5046 + 5040, + 5047 ], "loc": { "start": { @@ -11201,8 +11201,8 @@ } }, "range": [ - 5023, - 5046 + 5024, + 5047 ], "loc": { "start": { @@ -11219,8 +11219,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 5049, - 5053 + 5050, + 5054 ], "loc": { "start": { @@ -11234,8 +11234,8 @@ } }, "range": [ - 5023, - 5053 + 5024, + 5054 ], "loc": { "start": { @@ -11249,8 +11249,8 @@ } }, "range": [ - 5023, - 5054 + 5024, + 5055 ], "loc": { "start": { @@ -11265,8 +11265,8 @@ } ], "range": [ - 5009, - 5064 + 5010, + 5065 ], "loc": { "start": { @@ -11280,8 +11280,8 @@ } }, "range": [ - 4900, - 5064 + 4901, + 5065 ], "loc": { "start": { @@ -11296,8 +11296,8 @@ } ], "range": [ - 4638, - 5070 + 4639, + 5071 ], "loc": { "start": { @@ -11313,8 +11313,8 @@ "generator": false, "expression": false, "range": [ - 4636, - 5070 + 4637, + 5071 ], "loc": { "start": { @@ -11330,8 +11330,8 @@ "kind": "method", "computed": false, "range": [ - 4630, - 5070 + 4631, + 5071 ], "loc": { "start": { @@ -11348,8 +11348,8 @@ "type": "Block", "value": "*\n * Toggle help pop-up\n ", "range": [ - 4588, - 4625 + 4589, + 4626 ], "loc": { "start": { @@ -11368,8 +11368,8 @@ "type": "Block", "value": "*\n * Remove help UI\n ", "range": [ - 5076, - 5109 + 5077, + 5110 ], "loc": { "start": { @@ -11391,8 +11391,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 5114, - 5121 + 5115, + 5122 ], "loc": { "start": { @@ -11423,8 +11423,8 @@ "object": { "type": "ThisExpression", "range": [ - 5137, - 5141 + 5138, + 5142 ], "loc": { "start": { @@ -11441,8 +11441,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 5142, - 5153 + 5143, + 5154 ], "loc": { "start": { @@ -11456,8 +11456,8 @@ } }, "range": [ - 5137, - 5153 + 5138, + 5154 ], "loc": { "start": { @@ -11472,8 +11472,8 @@ }, "prefix": true, "range": [ - 5136, - 5153 + 5137, + 5154 ], "loc": { "start": { @@ -11493,8 +11493,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5168, - 5175 + 5169, + 5176 ], "loc": { "start": { @@ -11509,8 +11509,8 @@ } ], "range": [ - 5154, - 5185 + 5155, + 5186 ], "loc": { "start": { @@ -11525,8 +11525,8 @@ }, "alternate": null, "range": [ - 5133, - 5185 + 5134, + 5186 ], "loc": { "start": { @@ -11550,8 +11550,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 5194, - 5197 + 5195, + 5198 ], "loc": { "start": { @@ -11568,8 +11568,8 @@ "type": "Identifier", "name": "remove", "range": [ - 5198, - 5204 + 5199, + 5205 ], "loc": { "start": { @@ -11583,8 +11583,8 @@ } }, "range": [ - 5194, - 5204 + 5195, + 5205 ], "loc": { "start": { @@ -11604,8 +11604,8 @@ "object": { "type": "ThisExpression", "range": [ - 5205, - 5209 + 5206, + 5210 ], "loc": { "start": { @@ -11622,8 +11622,8 @@ "type": "Identifier", "name": "btn", "range": [ - 5210, - 5213 + 5211, + 5214 ], "loc": { "start": { @@ -11637,8 +11637,8 @@ } }, "range": [ - 5205, - 5213 + 5206, + 5214 ], "loc": { "start": { @@ -11653,8 +11653,8 @@ } ], "range": [ - 5194, - 5214 + 5195, + 5215 ], "loc": { "start": { @@ -11668,8 +11668,8 @@ } }, "range": [ - 5194, - 5215 + 5195, + 5216 ], "loc": { "start": { @@ -11693,8 +11693,8 @@ "object": { "type": "ThisExpression", "range": [ - 5224, - 5228 + 5225, + 5229 ], "loc": { "start": { @@ -11711,8 +11711,8 @@ "type": "Identifier", "name": "btn", "range": [ - 5229, - 5232 + 5230, + 5233 ], "loc": { "start": { @@ -11726,8 +11726,8 @@ } }, "range": [ - 5224, - 5232 + 5225, + 5233 ], "loc": { "start": { @@ -11745,8 +11745,8 @@ "value": null, "raw": "null", "range": [ - 5235, - 5239 + 5236, + 5240 ], "loc": { "start": { @@ -11760,8 +11760,8 @@ } }, "range": [ - 5224, - 5239 + 5225, + 5240 ], "loc": { "start": { @@ -11775,8 +11775,8 @@ } }, "range": [ - 5224, - 5240 + 5225, + 5241 ], "loc": { "start": { @@ -11800,8 +11800,8 @@ "object": { "type": "ThisExpression", "range": [ - 5253, - 5257 + 5254, + 5258 ], "loc": { "start": { @@ -11818,8 +11818,8 @@ "type": "Identifier", "name": "cont", "range": [ - 5258, - 5262 + 5259, + 5263 ], "loc": { "start": { @@ -11833,8 +11833,8 @@ } }, "range": [ - 5253, - 5262 + 5254, + 5263 ], "loc": { "start": { @@ -11849,8 +11849,8 @@ }, "prefix": true, "range": [ - 5252, - 5262 + 5253, + 5263 ], "loc": { "start": { @@ -11870,8 +11870,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5277, - 5284 + 5278, + 5285 ], "loc": { "start": { @@ -11886,8 +11886,8 @@ } ], "range": [ - 5263, - 5294 + 5264, + 5295 ], "loc": { "start": { @@ -11902,8 +11902,8 @@ }, "alternate": null, "range": [ - 5249, - 5294 + 5250, + 5295 ], "loc": { "start": { @@ -11927,8 +11927,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 5303, - 5306 + 5304, + 5307 ], "loc": { "start": { @@ -11945,8 +11945,8 @@ "type": "Identifier", "name": "remove", "range": [ - 5307, - 5313 + 5308, + 5314 ], "loc": { "start": { @@ -11960,8 +11960,8 @@ } }, "range": [ - 5303, - 5313 + 5304, + 5314 ], "loc": { "start": { @@ -11981,8 +11981,8 @@ "object": { "type": "ThisExpression", "range": [ - 5314, - 5318 + 5315, + 5319 ], "loc": { "start": { @@ -11999,8 +11999,8 @@ "type": "Identifier", "name": "cont", "range": [ - 5319, - 5323 + 5320, + 5324 ], "loc": { "start": { @@ -12014,8 +12014,8 @@ } }, "range": [ - 5314, - 5323 + 5315, + 5324 ], "loc": { "start": { @@ -12030,8 +12030,8 @@ } ], "range": [ - 5303, - 5324 + 5304, + 5325 ], "loc": { "start": { @@ -12045,8 +12045,8 @@ } }, "range": [ - 5303, - 5325 + 5304, + 5326 ], "loc": { "start": { @@ -12070,8 +12070,8 @@ "object": { "type": "ThisExpression", "range": [ - 5334, - 5338 + 5335, + 5339 ], "loc": { "start": { @@ -12088,8 +12088,8 @@ "type": "Identifier", "name": "cont", "range": [ - 5339, - 5343 + 5340, + 5344 ], "loc": { "start": { @@ -12103,8 +12103,8 @@ } }, "range": [ - 5334, - 5343 + 5335, + 5344 ], "loc": { "start": { @@ -12122,8 +12122,8 @@ "value": null, "raw": "null", "range": [ - 5346, - 5350 + 5347, + 5351 ], "loc": { "start": { @@ -12137,8 +12137,8 @@ } }, "range": [ - 5334, - 5350 + 5335, + 5351 ], "loc": { "start": { @@ -12152,8 +12152,8 @@ } }, "range": [ - 5334, - 5351 + 5335, + 5352 ], "loc": { "start": { @@ -12177,8 +12177,8 @@ "object": { "type": "ThisExpression", "range": [ - 5360, - 5364 + 5361, + 5365 ], "loc": { "start": { @@ -12195,8 +12195,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 5365, - 5376 + 5366, + 5377 ], "loc": { "start": { @@ -12210,8 +12210,8 @@ } }, "range": [ - 5360, - 5376 + 5361, + 5377 ], "loc": { "start": { @@ -12229,8 +12229,8 @@ "value": false, "raw": "false", "range": [ - 5379, - 5384 + 5380, + 5385 ], "loc": { "start": { @@ -12244,8 +12244,8 @@ } }, "range": [ - 5360, - 5384 + 5361, + 5385 ], "loc": { "start": { @@ -12259,8 +12259,8 @@ } }, "range": [ - 5360, - 5385 + 5361, + 5386 ], "loc": { "start": { @@ -12275,8 +12275,8 @@ } ], "range": [ - 5123, - 5391 + 5124, + 5392 ], "loc": { "start": { @@ -12292,8 +12292,8 @@ "generator": false, "expression": false, "range": [ - 5121, - 5391 + 5122, + 5392 ], "loc": { "start": { @@ -12309,8 +12309,8 @@ "kind": "method", "computed": false, "range": [ - 5114, - 5391 + 5115, + 5392 ], "loc": { "start": { @@ -12327,8 +12327,8 @@ "type": "Block", "value": "*\n * Remove help UI\n ", "range": [ - 5076, - 5109 + 5077, + 5110 ], "loc": { "start": { @@ -12346,8 +12346,8 @@ } ], "range": [ - 331, - 5394 + 332, + 5395 ], "loc": { "start": { @@ -12361,8 +12361,8 @@ } }, "range": [ - 305, - 5394 + 306, + 5395 ], "loc": { "start": { @@ -12380,8 +12380,8 @@ "specifiers": [], "source": null, "range": [ - 298, - 5394 + 299, + 5395 ], "loc": { "start": { @@ -12398,7 +12398,7 @@ "sourceType": "module", "range": [ 0, - 5394 + 5395 ], "loc": { "start": { @@ -12415,8 +12415,8 @@ "type": "Block", "value": "*\n * Help UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 338, - 421 + 339, + 422 ], "loc": { "start": { @@ -12433,8 +12433,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 509, - 558 + 510, + 559 ], "loc": { "start": { @@ -12451,8 +12451,8 @@ "type": "Line", "value": "id of custom container element for instructions", "range": [ - 627, - 676 + 628, + 677 ], "loc": { "start": { @@ -12469,8 +12469,8 @@ "type": "Line", "value": "defines help text", "range": [ - 771, - 790 + 772, + 791 ], "loc": { "start": { @@ -12487,8 +12487,8 @@ "type": "Line", "value": "defines help innerHtml", "range": [ - 1393, - 1417 + 1394, + 1418 ], "loc": { "start": { @@ -12505,8 +12505,8 @@ "type": "Line", "value": "defines reset button text", "range": [ - 1485, - 1512 + 1486, + 1513 ], "loc": { "start": { @@ -12523,8 +12523,8 @@ "type": "Line", "value": "defines reset button innerHtml", "range": [ - 1581, - 1613 + 1582, + 1614 ], "loc": { "start": { @@ -12541,8 +12541,8 @@ "type": "Line", "value": "defines css class for help button", "range": [ - 1683, - 1718 + 1684, + 1719 ], "loc": { "start": { @@ -12559,8 +12559,8 @@ "type": "Line", "value": "defines css class for help container", "range": [ - 1802, - 1840 + 1803, + 1841 ], "loc": { "start": { @@ -12577,8 +12577,8 @@ "type": "Line", "value": "help button element", "range": [ - 1944, - 1965 + 1945, + 1966 ], "loc": { "start": { @@ -12595,8 +12595,8 @@ "type": "Line", "value": "help content div", "range": [ - 2000, - 2018 + 2001, + 2019 ], "loc": { "start": { @@ -12613,8 +12613,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2456, - 2485 + 2457, + 2486 ], "loc": { "start": { @@ -12631,8 +12631,8 @@ "type": "Line", "value": "id prefix for help elements", "range": [ - 2535, - 2564 + 2536, + 2565 ], "loc": { "start": { @@ -12649,8 +12649,8 @@ "type": "Line", "value": "help button is added to defined element", "range": [ - 2928, - 2969 + 2929, + 2970 ], "loc": { "start": { @@ -12667,8 +12667,8 @@ "type": "Block", "value": "*\n * Toggle help pop-up\n ", "range": [ - 4588, - 4625 + 4589, + 4626 ], "loc": { "start": { @@ -12685,8 +12685,8 @@ "type": "Line", "value": " check only if explicitily set to false as in this case undefined", "range": [ - 4648, - 4715 + 4649, + 4716 ], "loc": { "start": { @@ -12703,8 +12703,8 @@ "type": "Line", "value": " signifies the help feature is enabled by default", "range": [ - 4724, - 4775 + 4725, + 4776 ], "loc": { "start": { @@ -12721,8 +12721,8 @@ "type": "Block", "value": "*\n * Remove help UI\n ", "range": [ - 5076, - 5109 + 5077, + 5110 ], "loc": { "start": { diff --git a/docs/ast/source/modules/loader.js.json b/docs/ast/source/modules/loader.js.json index 60b30274..ced76874 100644 --- a/docs/ast/source/modules/loader.js.json +++ b/docs/ast/source/modules/loader.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Types", "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../types", "raw": "'../types'", "range": [ - 79, - 89 + 80, + 90 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 61, - 90 + 62, + 91 ], "loc": { "start": { @@ -247,8 +247,8 @@ "type": "Identifier", "name": "root", "range": [ - 99, - 103 + 100, + 104 ], "loc": { "start": { @@ -265,8 +265,8 @@ "type": "Identifier", "name": "root", "range": [ - 99, - 103 + 100, + 104 ], "loc": { "start": { @@ -280,8 +280,8 @@ } }, "range": [ - 99, - 103 + 100, + 104 ], "loc": { "start": { @@ -300,8 +300,8 @@ "value": "../root", "raw": "'../root'", "range": [ - 110, - 119 + 111, + 120 ], "loc": { "start": { @@ -315,8 +315,8 @@ } }, "range": [ - 91, - 120 + 92, + 121 ], "loc": { "start": { @@ -338,8 +338,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 129, - 133 + 130, + 134 ], "loc": { "start": { @@ -356,8 +356,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 129, - 133 + 130, + 134 ], "loc": { "start": { @@ -371,8 +371,8 @@ } }, "range": [ - 129, - 133 + 130, + 134 ], "loc": { "start": { @@ -391,8 +391,8 @@ "value": "../const", "raw": "'../const'", "range": [ - 140, - 150 + 141, + 151 ], "loc": { "start": { @@ -406,8 +406,8 @@ } }, "range": [ - 121, - 151 + 122, + 152 ], "loc": { "start": { @@ -428,8 +428,8 @@ "type": "Identifier", "name": "Loader", "range": [ - 166, - 172 + 167, + 173 ], "loc": { "start": { @@ -446,8 +446,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 181, - 188 + 182, + 189 ], "loc": { "start": { @@ -469,8 +469,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 290, - 301 + 291, + 302 ], "loc": { "start": { @@ -491,8 +491,8 @@ "type": "Identifier", "name": "tf", "range": [ - 302, - 304 + 303, + 305 ], "loc": { "start": { @@ -516,8 +516,8 @@ "callee": { "type": "Super", "range": [ - 316, - 321 + 317, + 322 ], "loc": { "start": { @@ -535,8 +535,8 @@ "type": "Identifier", "name": "tf", "range": [ - 322, - 324 + 323, + 325 ], "loc": { "start": { @@ -554,8 +554,8 @@ "value": "loader", "raw": "'loader'", "range": [ - 326, - 334 + 327, + 335 ], "loc": { "start": { @@ -570,8 +570,8 @@ } ], "range": [ - 316, - 335 + 317, + 336 ], "loc": { "start": { @@ -585,8 +585,8 @@ } }, "range": [ - 316, - 336 + 317, + 337 ], "loc": { "start": { @@ -603,8 +603,8 @@ "type": "Line", "value": " TableFilter configuration", "range": [ - 346, - 374 + 347, + 375 ], "loc": { "start": { @@ -628,8 +628,8 @@ "type": "Identifier", "name": "f", "range": [ - 387, - 388 + 388, + 389 ], "loc": { "start": { @@ -648,8 +648,8 @@ "object": { "type": "ThisExpression", "range": [ - 391, - 395 + 392, + 396 ], "loc": { "start": { @@ -666,8 +666,8 @@ "type": "Identifier", "name": "config", "range": [ - 396, - 402 + 397, + 403 ], "loc": { "start": { @@ -681,8 +681,8 @@ } }, "range": [ - 391, - 402 + 392, + 403 ], "loc": { "start": { @@ -696,8 +696,8 @@ } }, "range": [ - 387, - 402 + 388, + 403 ], "loc": { "start": { @@ -713,8 +713,8 @@ ], "kind": "let", "range": [ - 383, - 403 + 384, + 404 ], "loc": { "start": { @@ -731,8 +731,8 @@ "type": "Line", "value": " TableFilter configuration", "range": [ - 346, - 374 + 347, + 375 ], "loc": { "start": { @@ -751,8 +751,8 @@ "type": "Line", "value": "id of container element", "range": [ - 413, - 438 + 414, + 439 ], "loc": { "start": { @@ -778,8 +778,8 @@ "object": { "type": "ThisExpression", "range": [ - 447, - 451 + 448, + 452 ], "loc": { "start": { @@ -796,8 +796,8 @@ "type": "Identifier", "name": "loaderTgtId", "range": [ - 452, - 463 + 453, + 464 ], "loc": { "start": { @@ -811,8 +811,8 @@ } }, "range": [ - 447, - 463 + 448, + 464 ], "loc": { "start": { @@ -835,8 +835,8 @@ "type": "Identifier", "name": "f", "range": [ - 466, - 467 + 467, + 468 ], "loc": { "start": { @@ -853,8 +853,8 @@ "type": "Identifier", "name": "loader_target_id", "range": [ - 468, - 484 + 469, + 485 ], "loc": { "start": { @@ -868,8 +868,8 @@ } }, "range": [ - 466, - 484 + 467, + 485 ], "loc": { "start": { @@ -887,8 +887,8 @@ "value": null, "raw": "null", "range": [ - 488, - 492 + 489, + 493 ], "loc": { "start": { @@ -902,8 +902,8 @@ } }, "range": [ - 466, - 492 + 467, + 493 ], "loc": { "start": { @@ -917,8 +917,8 @@ } }, "range": [ - 447, - 492 + 448, + 493 ], "loc": { "start": { @@ -932,8 +932,8 @@ } }, "range": [ - 447, - 493 + 448, + 494 ], "loc": { "start": { @@ -950,8 +950,8 @@ "type": "Line", "value": "id of container element", "range": [ - 413, - 438 + 414, + 439 ], "loc": { "start": { @@ -970,8 +970,8 @@ "type": "Line", "value": "div containing loader", "range": [ - 502, - 525 + 503, + 526 ], "loc": { "start": { @@ -997,8 +997,8 @@ "object": { "type": "ThisExpression", "range": [ - 534, - 538 + 535, + 539 ], "loc": { "start": { @@ -1015,8 +1015,8 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 539, - 548 + 540, + 549 ], "loc": { "start": { @@ -1030,8 +1030,8 @@ } }, "range": [ - 534, - 548 + 535, + 549 ], "loc": { "start": { @@ -1049,8 +1049,8 @@ "value": null, "raw": "null", "range": [ - 551, - 555 + 552, + 556 ], "loc": { "start": { @@ -1064,8 +1064,8 @@ } }, "range": [ - 534, - 555 + 535, + 556 ], "loc": { "start": { @@ -1079,8 +1079,8 @@ } }, "range": [ - 534, - 556 + 535, + 557 ], "loc": { "start": { @@ -1097,8 +1097,8 @@ "type": "Line", "value": "div containing loader", "range": [ - 502, - 525 + 503, + 526 ], "loc": { "start": { @@ -1117,8 +1117,8 @@ "type": "Line", "value": "defines loader text", "range": [ - 565, - 586 + 566, + 587 ], "loc": { "start": { @@ -1144,8 +1144,8 @@ "object": { "type": "ThisExpression", "range": [ - 595, - 599 + 596, + 600 ], "loc": { "start": { @@ -1162,8 +1162,8 @@ "type": "Identifier", "name": "loaderText", "range": [ - 600, - 610 + 601, + 611 ], "loc": { "start": { @@ -1177,8 +1177,8 @@ } }, "range": [ - 595, - 610 + 596, + 611 ], "loc": { "start": { @@ -1201,8 +1201,8 @@ "type": "Identifier", "name": "f", "range": [ - 613, - 614 + 614, + 615 ], "loc": { "start": { @@ -1219,8 +1219,8 @@ "type": "Identifier", "name": "loader_text", "range": [ - 615, - 626 + 616, + 627 ], "loc": { "start": { @@ -1234,8 +1234,8 @@ } }, "range": [ - 613, - 626 + 614, + 627 ], "loc": { "start": { @@ -1253,8 +1253,8 @@ "value": "Loading...", "raw": "'Loading...'", "range": [ - 630, - 642 + 631, + 643 ], "loc": { "start": { @@ -1268,8 +1268,8 @@ } }, "range": [ - 613, - 642 + 614, + 643 ], "loc": { "start": { @@ -1283,8 +1283,8 @@ } }, "range": [ - 595, - 642 + 596, + 643 ], "loc": { "start": { @@ -1298,8 +1298,8 @@ } }, "range": [ - 595, - 643 + 596, + 644 ], "loc": { "start": { @@ -1316,8 +1316,8 @@ "type": "Line", "value": "defines loader text", "range": [ - 565, - 586 + 566, + 587 ], "loc": { "start": { @@ -1336,8 +1336,8 @@ "type": "Line", "value": "defines loader innerHtml", "range": [ - 652, - 678 + 653, + 679 ], "loc": { "start": { @@ -1363,8 +1363,8 @@ "object": { "type": "ThisExpression", "range": [ - 687, - 691 + 688, + 692 ], "loc": { "start": { @@ -1381,8 +1381,8 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 692, - 702 + 693, + 703 ], "loc": { "start": { @@ -1396,8 +1396,8 @@ } }, "range": [ - 687, - 702 + 688, + 703 ], "loc": { "start": { @@ -1420,8 +1420,8 @@ "type": "Identifier", "name": "f", "range": [ - 705, - 706 + 706, + 707 ], "loc": { "start": { @@ -1438,8 +1438,8 @@ "type": "Identifier", "name": "loader_html", "range": [ - 707, - 718 + 708, + 719 ], "loc": { "start": { @@ -1453,8 +1453,8 @@ } }, "range": [ - 705, - 718 + 706, + 719 ], "loc": { "start": { @@ -1472,8 +1472,8 @@ "value": null, "raw": "null", "range": [ - 722, - 726 + 723, + 727 ], "loc": { "start": { @@ -1487,8 +1487,8 @@ } }, "range": [ - 705, - 726 + 706, + 727 ], "loc": { "start": { @@ -1502,8 +1502,8 @@ } }, "range": [ - 687, - 726 + 688, + 727 ], "loc": { "start": { @@ -1517,8 +1517,8 @@ } }, "range": [ - 687, - 727 + 688, + 728 ], "loc": { "start": { @@ -1535,8 +1535,8 @@ "type": "Line", "value": "defines loader innerHtml", "range": [ - 652, - 678 + 653, + 679 ], "loc": { "start": { @@ -1555,8 +1555,8 @@ "type": "Line", "value": "defines css class for loader div", "range": [ - 736, - 770 + 737, + 771 ], "loc": { "start": { @@ -1582,8 +1582,8 @@ "object": { "type": "ThisExpression", "range": [ - 779, - 783 + 780, + 784 ], "loc": { "start": { @@ -1600,8 +1600,8 @@ "type": "Identifier", "name": "loaderCssClass", "range": [ - 784, - 798 + 785, + 799 ], "loc": { "start": { @@ -1615,8 +1615,8 @@ } }, "range": [ - 779, - 798 + 780, + 799 ], "loc": { "start": { @@ -1639,8 +1639,8 @@ "type": "Identifier", "name": "f", "range": [ - 801, - 802 + 802, + 803 ], "loc": { "start": { @@ -1657,8 +1657,8 @@ "type": "Identifier", "name": "loader_css_class", "range": [ - 803, - 819 + 804, + 820 ], "loc": { "start": { @@ -1672,8 +1672,8 @@ } }, "range": [ - 801, - 819 + 802, + 820 ], "loc": { "start": { @@ -1691,8 +1691,8 @@ "value": "loader", "raw": "'loader'", "range": [ - 823, - 831 + 824, + 832 ], "loc": { "start": { @@ -1706,8 +1706,8 @@ } }, "range": [ - 801, - 831 + 802, + 832 ], "loc": { "start": { @@ -1721,8 +1721,8 @@ } }, "range": [ - 779, - 831 + 780, + 832 ], "loc": { "start": { @@ -1736,8 +1736,8 @@ } }, "range": [ - 779, - 832 + 780, + 833 ], "loc": { "start": { @@ -1754,8 +1754,8 @@ "type": "Line", "value": "defines css class for loader div", "range": [ - 736, - 770 + 737, + 771 ], "loc": { "start": { @@ -1774,8 +1774,8 @@ "type": "Line", "value": "delay for hiding loader", "range": [ - 841, - 866 + 842, + 867 ], "loc": { "start": { @@ -1801,8 +1801,8 @@ "object": { "type": "ThisExpression", "range": [ - 875, - 879 + 876, + 880 ], "loc": { "start": { @@ -1819,8 +1819,8 @@ "type": "Identifier", "name": "loaderCloseDelay", "range": [ - 880, - 896 + 881, + 897 ], "loc": { "start": { @@ -1834,8 +1834,8 @@ } }, "range": [ - 875, - 896 + 876, + 897 ], "loc": { "start": { @@ -1853,8 +1853,8 @@ "value": 250, "raw": "250", "range": [ - 899, - 902 + 900, + 903 ], "loc": { "start": { @@ -1868,8 +1868,8 @@ } }, "range": [ - 875, - 902 + 876, + 903 ], "loc": { "start": { @@ -1883,8 +1883,8 @@ } }, "range": [ - 875, - 903 + 876, + 904 ], "loc": { "start": { @@ -1901,8 +1901,8 @@ "type": "Line", "value": "delay for hiding loader", "range": [ - 841, - 866 + 842, + 867 ], "loc": { "start": { @@ -1921,8 +1921,8 @@ "type": "Line", "value": "callback function before loader is displayed", "range": [ - 912, - 958 + 913, + 959 ], "loc": { "start": { @@ -1948,8 +1948,8 @@ "object": { "type": "ThisExpression", "range": [ - 967, - 971 + 968, + 972 ], "loc": { "start": { @@ -1966,8 +1966,8 @@ "type": "Identifier", "name": "onShowLoader", "range": [ - 972, - 984 + 973, + 985 ], "loc": { "start": { @@ -1981,8 +1981,8 @@ } }, "range": [ - 967, - 984 + 968, + 985 ], "loc": { "start": { @@ -2006,8 +2006,8 @@ "type": "Identifier", "name": "Types", "range": [ - 987, - 992 + 988, + 993 ], "loc": { "start": { @@ -2024,8 +2024,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 993, - 997 + 994, + 998 ], "loc": { "start": { @@ -2039,8 +2039,8 @@ } }, "range": [ - 987, - 997 + 988, + 998 ], "loc": { "start": { @@ -2061,8 +2061,8 @@ "type": "Identifier", "name": "f", "range": [ - 998, - 999 + 999, + 1000 ], "loc": { "start": { @@ -2079,8 +2079,8 @@ "type": "Identifier", "name": "on_show_loader", "range": [ - 1000, - 1014 + 1001, + 1015 ], "loc": { "start": { @@ -2094,8 +2094,8 @@ } }, "range": [ - 998, - 1014 + 999, + 1015 ], "loc": { "start": { @@ -2110,8 +2110,8 @@ } ], "range": [ - 987, - 1015 + 988, + 1016 ], "loc": { "start": { @@ -2131,8 +2131,8 @@ "type": "Identifier", "name": "f", "range": [ - 1030, - 1031 + 1031, + 1032 ], "loc": { "start": { @@ -2149,8 +2149,8 @@ "type": "Identifier", "name": "on_show_loader", "range": [ - 1032, - 1046 + 1033, + 1047 ], "loc": { "start": { @@ -2164,8 +2164,8 @@ } }, "range": [ - 1030, - 1046 + 1031, + 1047 ], "loc": { "start": { @@ -2183,8 +2183,8 @@ "value": null, "raw": "null", "range": [ - 1049, - 1053 + 1050, + 1054 ], "loc": { "start": { @@ -2198,8 +2198,8 @@ } }, "range": [ - 987, - 1053 + 988, + 1054 ], "loc": { "start": { @@ -2213,8 +2213,8 @@ } }, "range": [ - 967, - 1053 + 968, + 1054 ], "loc": { "start": { @@ -2228,8 +2228,8 @@ } }, "range": [ - 967, - 1054 + 968, + 1055 ], "loc": { "start": { @@ -2246,8 +2246,8 @@ "type": "Line", "value": "callback function before loader is displayed", "range": [ - 912, - 958 + 913, + 959 ], "loc": { "start": { @@ -2266,8 +2266,8 @@ "type": "Line", "value": "callback function after loader is closed", "range": [ - 1063, - 1105 + 1064, + 1106 ], "loc": { "start": { @@ -2293,8 +2293,8 @@ "object": { "type": "ThisExpression", "range": [ - 1114, - 1118 + 1115, + 1119 ], "loc": { "start": { @@ -2311,8 +2311,8 @@ "type": "Identifier", "name": "onHideLoader", "range": [ - 1119, - 1131 + 1120, + 1132 ], "loc": { "start": { @@ -2326,8 +2326,8 @@ } }, "range": [ - 1114, - 1131 + 1115, + 1132 ], "loc": { "start": { @@ -2351,8 +2351,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1134, - 1139 + 1135, + 1140 ], "loc": { "start": { @@ -2369,8 +2369,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1140, - 1144 + 1141, + 1145 ], "loc": { "start": { @@ -2384,8 +2384,8 @@ } }, "range": [ - 1134, - 1144 + 1135, + 1145 ], "loc": { "start": { @@ -2406,8 +2406,8 @@ "type": "Identifier", "name": "f", "range": [ - 1145, - 1146 + 1146, + 1147 ], "loc": { "start": { @@ -2424,8 +2424,8 @@ "type": "Identifier", "name": "on_hide_loader", "range": [ - 1147, - 1161 + 1148, + 1162 ], "loc": { "start": { @@ -2439,8 +2439,8 @@ } }, "range": [ - 1145, - 1161 + 1146, + 1162 ], "loc": { "start": { @@ -2455,8 +2455,8 @@ } ], "range": [ - 1134, - 1162 + 1135, + 1163 ], "loc": { "start": { @@ -2476,8 +2476,8 @@ "type": "Identifier", "name": "f", "range": [ - 1177, - 1178 + 1178, + 1179 ], "loc": { "start": { @@ -2494,8 +2494,8 @@ "type": "Identifier", "name": "on_hide_loader", "range": [ - 1179, - 1193 + 1180, + 1194 ], "loc": { "start": { @@ -2509,8 +2509,8 @@ } }, "range": [ - 1177, - 1193 + 1178, + 1194 ], "loc": { "start": { @@ -2528,8 +2528,8 @@ "value": null, "raw": "null", "range": [ - 1196, - 1200 + 1197, + 1201 ], "loc": { "start": { @@ -2543,8 +2543,8 @@ } }, "range": [ - 1134, - 1200 + 1135, + 1201 ], "loc": { "start": { @@ -2558,8 +2558,8 @@ } }, "range": [ - 1114, - 1200 + 1115, + 1201 ], "loc": { "start": { @@ -2573,8 +2573,8 @@ } }, "range": [ - 1114, - 1201 + 1115, + 1202 ], "loc": { "start": { @@ -2591,8 +2591,8 @@ "type": "Line", "value": "callback function after loader is closed", "range": [ - 1063, - 1105 + 1064, + 1106 ], "loc": { "start": { @@ -2611,8 +2611,8 @@ "type": "Line", "value": "loader div", "range": [ - 1210, - 1222 + 1211, + 1223 ], "loc": { "start": { @@ -2638,8 +2638,8 @@ "object": { "type": "ThisExpression", "range": [ - 1231, - 1235 + 1232, + 1236 ], "loc": { "start": { @@ -2656,8 +2656,8 @@ "type": "Identifier", "name": "prfxLoader", "range": [ - 1236, - 1246 + 1237, + 1247 ], "loc": { "start": { @@ -2671,8 +2671,8 @@ } }, "range": [ - 1231, - 1246 + 1232, + 1247 ], "loc": { "start": { @@ -2690,8 +2690,8 @@ "value": "load_", "raw": "'load_'", "range": [ - 1249, - 1256 + 1250, + 1257 ], "loc": { "start": { @@ -2705,8 +2705,8 @@ } }, "range": [ - 1231, - 1256 + 1232, + 1257 ], "loc": { "start": { @@ -2720,8 +2720,8 @@ } }, "range": [ - 1231, - 1257 + 1232, + 1258 ], "loc": { "start": { @@ -2738,8 +2738,8 @@ "type": "Line", "value": "loader div", "range": [ - 1210, - 1222 + 1211, + 1223 ], "loc": { "start": { @@ -2756,8 +2756,8 @@ } ], "range": [ - 306, - 1263 + 307, + 1264 ], "loc": { "start": { @@ -2773,8 +2773,8 @@ "generator": false, "expression": false, "range": [ - 301, - 1263 + 302, + 1264 ], "loc": { "start": { @@ -2790,8 +2790,8 @@ "kind": "constructor", "computed": false, "range": [ - 290, - 1263 + 291, + 1264 ], "loc": { "start": { @@ -2808,8 +2808,8 @@ "type": "Block", "value": "*\n * Loading message/spinner\n * @param {Object} tf TableFilter instance\n ", "range": [ - 196, - 285 + 197, + 286 ], "loc": { "start": { @@ -2831,8 +2831,8 @@ "type": "Identifier", "name": "init", "range": [ - 1269, - 1273 + 1270, + 1274 ], "loc": { "start": { @@ -2860,8 +2860,8 @@ "object": { "type": "ThisExpression", "range": [ - 1290, - 1294 + 1291, + 1295 ], "loc": { "start": { @@ -2878,8 +2878,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 1295, - 1306 + 1296, + 1307 ], "loc": { "start": { @@ -2893,8 +2893,8 @@ } }, "range": [ - 1290, - 1306 + 1291, + 1307 ], "loc": { "start": { @@ -2914,8 +2914,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1322, - 1329 + 1323, + 1330 ], "loc": { "start": { @@ -2930,8 +2930,8 @@ } ], "range": [ - 1308, - 1339 + 1309, + 1340 ], "loc": { "start": { @@ -2946,8 +2946,8 @@ }, "alternate": null, "range": [ - 1286, - 1339 + 1287, + 1340 ], "loc": { "start": { @@ -2969,8 +2969,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1353, - 1355 + 1354, + 1356 ], "loc": { "start": { @@ -2989,8 +2989,8 @@ "object": { "type": "ThisExpression", "range": [ - 1358, - 1362 + 1359, + 1363 ], "loc": { "start": { @@ -3007,8 +3007,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1363, - 1365 + 1364, + 1366 ], "loc": { "start": { @@ -3022,8 +3022,8 @@ } }, "range": [ - 1358, - 1365 + 1359, + 1366 ], "loc": { "start": { @@ -3037,8 +3037,8 @@ } }, "range": [ - 1353, - 1365 + 1354, + 1366 ], "loc": { "start": { @@ -3054,8 +3054,8 @@ ], "kind": "let", "range": [ - 1349, - 1366 + 1350, + 1367 ], "loc": { "start": { @@ -3077,8 +3077,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 1379, - 1386 + 1380, + 1387 ], "loc": { "start": { @@ -3097,8 +3097,8 @@ "object": { "type": "ThisExpression", "range": [ - 1389, - 1393 + 1390, + 1394 ], "loc": { "start": { @@ -3115,8 +3115,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 1394, - 1401 + 1395, + 1402 ], "loc": { "start": { @@ -3130,8 +3130,8 @@ } }, "range": [ - 1389, - 1401 + 1390, + 1402 ], "loc": { "start": { @@ -3145,8 +3145,8 @@ } }, "range": [ - 1379, - 1401 + 1380, + 1402 ], "loc": { "start": { @@ -3162,8 +3162,8 @@ ], "kind": "let", "range": [ - 1375, - 1402 + 1376, + 1403 ], "loc": { "start": { @@ -3185,8 +3185,8 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1416, - 1428 + 1417, + 1429 ], "loc": { "start": { @@ -3208,8 +3208,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1431, - 1434 + 1432, + 1435 ], "loc": { "start": { @@ -3226,8 +3226,8 @@ "type": "Identifier", "name": "create", "range": [ - 1435, - 1441 + 1436, + 1442 ], "loc": { "start": { @@ -3241,8 +3241,8 @@ } }, "range": [ - 1431, - 1441 + 1432, + 1442 ], "loc": { "start": { @@ -3261,8 +3261,8 @@ "value": "div", "raw": "'div'", "range": [ - 1442, - 1447 + 1443, + 1448 ], "loc": { "start": { @@ -3283,8 +3283,8 @@ "value": "id", "raw": "'id'", "range": [ - 1450, - 1454 + 1451, + 1455 ], "loc": { "start": { @@ -3306,8 +3306,8 @@ "object": { "type": "ThisExpression", "range": [ - 1456, - 1460 + 1457, + 1461 ], "loc": { "start": { @@ -3324,8 +3324,8 @@ "type": "Identifier", "name": "prfxLoader", "range": [ - 1461, - 1471 + 1462, + 1472 ], "loc": { "start": { @@ -3339,8 +3339,8 @@ } }, "range": [ - 1456, - 1471 + 1457, + 1472 ], "loc": { "start": { @@ -3360,8 +3360,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1474, - 1476 + 1475, + 1477 ], "loc": { "start": { @@ -3378,8 +3378,8 @@ "type": "Identifier", "name": "id", "range": [ - 1477, - 1479 + 1478, + 1480 ], "loc": { "start": { @@ -3393,8 +3393,8 @@ } }, "range": [ - 1474, - 1479 + 1475, + 1480 ], "loc": { "start": { @@ -3408,8 +3408,8 @@ } }, "range": [ - 1456, - 1479 + 1457, + 1480 ], "loc": { "start": { @@ -3424,8 +3424,8 @@ } ], "range": [ - 1449, - 1480 + 1450, + 1481 ], "loc": { "start": { @@ -3440,8 +3440,8 @@ } ], "range": [ - 1431, - 1481 + 1432, + 1482 ], "loc": { "start": { @@ -3455,8 +3455,8 @@ } }, "range": [ - 1416, - 1481 + 1417, + 1482 ], "loc": { "start": { @@ -3472,8 +3472,8 @@ ], "kind": "let", "range": [ - 1412, - 1482 + 1413, + 1483 ], "loc": { "start": { @@ -3498,8 +3498,8 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1491, - 1503 + 1492, + 1504 ], "loc": { "start": { @@ -3516,8 +3516,8 @@ "type": "Identifier", "name": "className", "range": [ - 1504, - 1513 + 1505, + 1514 ], "loc": { "start": { @@ -3531,8 +3531,8 @@ } }, "range": [ - 1491, - 1513 + 1492, + 1514 ], "loc": { "start": { @@ -3551,8 +3551,8 @@ "object": { "type": "ThisExpression", "range": [ - 1516, - 1520 + 1517, + 1521 ], "loc": { "start": { @@ -3569,8 +3569,8 @@ "type": "Identifier", "name": "loaderCssClass", "range": [ - 1521, - 1535 + 1522, + 1536 ], "loc": { "start": { @@ -3584,8 +3584,8 @@ } }, "range": [ - 1516, - 1535 + 1517, + 1536 ], "loc": { "start": { @@ -3599,8 +3599,8 @@ } }, "range": [ - 1491, - 1535 + 1492, + 1536 ], "loc": { "start": { @@ -3614,8 +3614,8 @@ } }, "range": [ - 1491, - 1536 + 1492, + 1537 ], "loc": { "start": { @@ -3637,8 +3637,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 1550, - 1558 + 1551, + 1559 ], "loc": { "start": { @@ -3662,8 +3662,8 @@ "object": { "type": "ThisExpression", "range": [ - 1562, - 1566 + 1563, + 1567 ], "loc": { "start": { @@ -3680,8 +3680,8 @@ "type": "Identifier", "name": "loaderTgtId", "range": [ - 1567, - 1578 + 1568, + 1579 ], "loc": { "start": { @@ -3695,8 +3695,8 @@ } }, "range": [ - 1562, - 1578 + 1563, + 1579 ], "loc": { "start": { @@ -3711,8 +3711,8 @@ }, "prefix": true, "range": [ - 1561, - 1578 + 1562, + 1579 ], "loc": { "start": { @@ -3735,8 +3735,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1593, - 1595 + 1594, + 1596 ], "loc": { "start": { @@ -3753,8 +3753,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 1596, - 1599 + 1597, + 1600 ], "loc": { "start": { @@ -3768,8 +3768,8 @@ } }, "range": [ - 1593, - 1599 + 1594, + 1600 ], "loc": { "start": { @@ -3786,8 +3786,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 1600, - 1610 + 1601, + 1611 ], "loc": { "start": { @@ -3801,8 +3801,8 @@ } }, "range": [ - 1593, - 1610 + 1594, + 1611 ], "loc": { "start": { @@ -3824,8 +3824,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1613, - 1616 + 1614, + 1617 ], "loc": { "start": { @@ -3842,8 +3842,8 @@ "type": "Identifier", "name": "id", "range": [ - 1617, - 1619 + 1618, + 1620 ], "loc": { "start": { @@ -3857,8 +3857,8 @@ } }, "range": [ - 1613, - 1619 + 1614, + 1620 ], "loc": { "start": { @@ -3878,8 +3878,8 @@ "object": { "type": "ThisExpression", "range": [ - 1620, - 1624 + 1621, + 1625 ], "loc": { "start": { @@ -3896,8 +3896,8 @@ "type": "Identifier", "name": "loaderTgtId", "range": [ - 1625, - 1636 + 1626, + 1637 ], "loc": { "start": { @@ -3911,8 +3911,8 @@ } }, "range": [ - 1620, - 1636 + 1621, + 1637 ], "loc": { "start": { @@ -3927,8 +3927,8 @@ } ], "range": [ - 1613, - 1637 + 1614, + 1638 ], "loc": { "start": { @@ -3942,8 +3942,8 @@ } }, "range": [ - 1561, - 1637 + 1562, + 1638 ], "loc": { "start": { @@ -3957,8 +3957,8 @@ } }, "range": [ - 1550, - 1637 + 1551, + 1638 ], "loc": { "start": { @@ -3974,8 +3974,8 @@ ], "kind": "let", "range": [ - 1546, - 1638 + 1547, + 1639 ], "loc": { "start": { @@ -3999,8 +3999,8 @@ "object": { "type": "ThisExpression", "range": [ - 1652, - 1656 + 1653, + 1657 ], "loc": { "start": { @@ -4017,8 +4017,8 @@ "type": "Identifier", "name": "loaderTgtId", "range": [ - 1657, - 1668 + 1658, + 1669 ], "loc": { "start": { @@ -4032,8 +4032,8 @@ } }, "range": [ - 1652, - 1668 + 1653, + 1669 ], "loc": { "start": { @@ -4048,8 +4048,8 @@ }, "prefix": true, "range": [ - 1651, - 1668 + 1652, + 1669 ], "loc": { "start": { @@ -4076,8 +4076,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 1684, - 1692 + 1685, + 1693 ], "loc": { "start": { @@ -4094,8 +4094,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 1693, - 1705 + 1694, + 1706 ], "loc": { "start": { @@ -4109,8 +4109,8 @@ } }, "range": [ - 1684, - 1705 + 1685, + 1706 ], "loc": { "start": { @@ -4128,8 +4128,8 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1706, - 1718 + 1707, + 1719 ], "loc": { "start": { @@ -4149,8 +4149,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1720, - 1722 + 1721, + 1723 ], "loc": { "start": { @@ -4167,8 +4167,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 1723, - 1726 + 1724, + 1727 ], "loc": { "start": { @@ -4182,8 +4182,8 @@ } }, "range": [ - 1720, - 1726 + 1721, + 1727 ], "loc": { "start": { @@ -4198,8 +4198,8 @@ } ], "range": [ - 1684, - 1727 + 1685, + 1728 ], "loc": { "start": { @@ -4213,8 +4213,8 @@ } }, "range": [ - 1684, - 1728 + 1685, + 1729 ], "loc": { "start": { @@ -4229,8 +4229,8 @@ } ], "range": [ - 1670, - 1738 + 1671, + 1739 ], "loc": { "start": { @@ -4257,8 +4257,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 1758, - 1766 + 1759, + 1767 ], "loc": { "start": { @@ -4275,8 +4275,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1767, - 1778 + 1768, + 1779 ], "loc": { "start": { @@ -4290,8 +4290,8 @@ } }, "range": [ - 1758, - 1778 + 1759, + 1779 ], "loc": { "start": { @@ -4309,8 +4309,8 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1779, - 1791 + 1780, + 1792 ], "loc": { "start": { @@ -4325,8 +4325,8 @@ } ], "range": [ - 1758, - 1792 + 1759, + 1793 ], "loc": { "start": { @@ -4340,8 +4340,8 @@ } }, "range": [ - 1758, - 1793 + 1759, + 1794 ], "loc": { "start": { @@ -4356,8 +4356,8 @@ } ], "range": [ - 1744, - 1803 + 1745, + 1804 ], "loc": { "start": { @@ -4371,8 +4371,8 @@ } }, "range": [ - 1647, - 1803 + 1648, + 1804 ], "loc": { "start": { @@ -4396,8 +4396,8 @@ "object": { "type": "ThisExpression", "range": [ - 1812, - 1816 + 1813, + 1817 ], "loc": { "start": { @@ -4414,8 +4414,8 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 1817, - 1826 + 1818, + 1827 ], "loc": { "start": { @@ -4429,8 +4429,8 @@ } }, "range": [ - 1812, - 1826 + 1813, + 1827 ], "loc": { "start": { @@ -4447,8 +4447,8 @@ "type": "Identifier", "name": "containerDiv", "range": [ - 1829, - 1841 + 1830, + 1842 ], "loc": { "start": { @@ -4462,8 +4462,8 @@ } }, "range": [ - 1812, - 1841 + 1813, + 1842 ], "loc": { "start": { @@ -4477,8 +4477,8 @@ } }, "range": [ - 1812, - 1842 + 1813, + 1843 ], "loc": { "start": { @@ -4502,8 +4502,8 @@ "object": { "type": "ThisExpression", "range": [ - 1856, - 1860 + 1857, + 1861 ], "loc": { "start": { @@ -4520,8 +4520,8 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 1861, - 1871 + 1862, + 1872 ], "loc": { "start": { @@ -4535,8 +4535,8 @@ } }, "range": [ - 1856, - 1871 + 1857, + 1872 ], "loc": { "start": { @@ -4551,8 +4551,8 @@ }, "prefix": true, "range": [ - 1855, - 1871 + 1856, + 1872 ], "loc": { "start": { @@ -4581,8 +4581,8 @@ "object": { "type": "ThisExpression", "range": [ - 1887, - 1891 + 1888, + 1892 ], "loc": { "start": { @@ -4599,8 +4599,8 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 1892, - 1901 + 1893, + 1902 ], "loc": { "start": { @@ -4614,8 +4614,8 @@ } }, "range": [ - 1887, - 1901 + 1888, + 1902 ], "loc": { "start": { @@ -4632,8 +4632,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1902, - 1913 + 1903, + 1914 ], "loc": { "start": { @@ -4647,8 +4647,8 @@ } }, "range": [ - 1887, - 1913 + 1888, + 1914 ], "loc": { "start": { @@ -4671,8 +4671,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1914, - 1917 + 1915, + 1918 ], "loc": { "start": { @@ -4689,8 +4689,8 @@ "type": "Identifier", "name": "text", "range": [ - 1918, - 1922 + 1919, + 1923 ], "loc": { "start": { @@ -4704,8 +4704,8 @@ } }, "range": [ - 1914, - 1922 + 1915, + 1923 ], "loc": { "start": { @@ -4725,8 +4725,8 @@ "object": { "type": "ThisExpression", "range": [ - 1923, - 1927 + 1924, + 1928 ], "loc": { "start": { @@ -4743,8 +4743,8 @@ "type": "Identifier", "name": "loaderText", "range": [ - 1928, - 1938 + 1929, + 1939 ], "loc": { "start": { @@ -4758,8 +4758,8 @@ } }, "range": [ - 1923, - 1938 + 1924, + 1939 ], "loc": { "start": { @@ -4774,8 +4774,8 @@ } ], "range": [ - 1914, - 1939 + 1915, + 1940 ], "loc": { "start": { @@ -4790,8 +4790,8 @@ } ], "range": [ - 1887, - 1940 + 1888, + 1941 ], "loc": { "start": { @@ -4805,8 +4805,8 @@ } }, "range": [ - 1887, - 1941 + 1888, + 1942 ], "loc": { "start": { @@ -4821,8 +4821,8 @@ } ], "range": [ - 1873, - 1951 + 1874, + 1952 ], "loc": { "start": { @@ -4852,8 +4852,8 @@ "object": { "type": "ThisExpression", "range": [ - 1971, - 1975 + 1972, + 1976 ], "loc": { "start": { @@ -4870,8 +4870,8 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 1976, - 1985 + 1977, + 1986 ], "loc": { "start": { @@ -4885,8 +4885,8 @@ } }, "range": [ - 1971, - 1985 + 1972, + 1986 ], "loc": { "start": { @@ -4903,8 +4903,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 1986, - 1995 + 1987, + 1996 ], "loc": { "start": { @@ -4918,8 +4918,8 @@ } }, "range": [ - 1971, - 1995 + 1972, + 1996 ], "loc": { "start": { @@ -4938,8 +4938,8 @@ "object": { "type": "ThisExpression", "range": [ - 1998, - 2002 + 1999, + 2003 ], "loc": { "start": { @@ -4956,8 +4956,8 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 2003, - 2013 + 2004, + 2014 ], "loc": { "start": { @@ -4971,8 +4971,8 @@ } }, "range": [ - 1998, - 2013 + 1999, + 2014 ], "loc": { "start": { @@ -4986,8 +4986,8 @@ } }, "range": [ - 1971, - 2013 + 1972, + 2014 ], "loc": { "start": { @@ -5001,8 +5001,8 @@ } }, "range": [ - 1971, - 2014 + 1972, + 2015 ], "loc": { "start": { @@ -5017,8 +5017,8 @@ } ], "range": [ - 1957, - 2024 + 1958, + 2025 ], "loc": { "start": { @@ -5032,8 +5032,8 @@ } }, "range": [ - 1851, - 2024 + 1852, + 2025 ], "loc": { "start": { @@ -5056,8 +5056,8 @@ "object": { "type": "ThisExpression", "range": [ - 2034, - 2038 + 2035, + 2039 ], "loc": { "start": { @@ -5074,8 +5074,8 @@ "type": "Identifier", "name": "show", "range": [ - 2039, - 2043 + 2040, + 2044 ], "loc": { "start": { @@ -5089,8 +5089,8 @@ } }, "range": [ - 2034, - 2043 + 2035, + 2044 ], "loc": { "start": { @@ -5108,8 +5108,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 2044, - 2048 + 2045, + 2049 ], "loc": { "start": { @@ -5124,8 +5124,8 @@ } ], "range": [ - 2034, - 2049 + 2035, + 2050 ], "loc": { "start": { @@ -5139,8 +5139,8 @@ } }, "range": [ - 2034, - 2050 + 2035, + 2051 ], "loc": { "start": { @@ -5157,8 +5157,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 2060, - 2082 + 2061, + 2083 ], "loc": { "start": { @@ -5184,8 +5184,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2091, - 2098 + 2092, + 2099 ], "loc": { "start": { @@ -5202,8 +5202,8 @@ "type": "Identifier", "name": "on", "range": [ - 2099, - 2101 + 2100, + 2102 ], "loc": { "start": { @@ -5217,8 +5217,8 @@ } }, "range": [ - 2091, - 2101 + 2092, + 2102 ], "loc": { "start": { @@ -5240,8 +5240,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 2116, - 2134 + 2117, + 2135 ], "loc": { "start": { @@ -5259,8 +5259,8 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 2148, - 2174 + 2149, + 2175 ], "loc": { "start": { @@ -5278,8 +5278,8 @@ "value": "before-page-change", "raw": "'before-page-change'", "range": [ - 2188, - 2208 + 2189, + 2209 ], "loc": { "start": { @@ -5297,8 +5297,8 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 2222, - 2247 + 2223, + 2248 ], "loc": { "start": { @@ -5316,8 +5316,8 @@ "value": "before-page-length-change", "raw": "'before-page-length-change'", "range": [ - 2261, - 2288 + 2262, + 2289 ], "loc": { "start": { @@ -5335,8 +5335,8 @@ "value": "before-reset-page", "raw": "'before-reset-page'", "range": [ - 2302, - 2321 + 2303, + 2322 ], "loc": { "start": { @@ -5354,8 +5354,8 @@ "value": "before-reset-page-length", "raw": "'before-reset-page-length'", "range": [ - 2335, - 2361 + 2336, + 2362 ], "loc": { "start": { @@ -5373,8 +5373,8 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 2375, - 2402 + 2376, + 2403 ], "loc": { "start": { @@ -5392,8 +5392,8 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 2416, - 2439 + 2417, + 2440 ], "loc": { "start": { @@ -5408,8 +5408,8 @@ } ], "range": [ - 2102, - 2440 + 2103, + 2441 ], "loc": { "start": { @@ -5434,8 +5434,8 @@ "object": { "type": "ThisExpression", "range": [ - 2460, - 2464 + 2461, + 2465 ], "loc": { "start": { @@ -5452,8 +5452,8 @@ "type": "Identifier", "name": "show", "range": [ - 2465, - 2469 + 2466, + 2470 ], "loc": { "start": { @@ -5467,8 +5467,8 @@ } }, "range": [ - 2460, - 2469 + 2461, + 2470 ], "loc": { "start": { @@ -5487,8 +5487,8 @@ "value": "", "raw": "''", "range": [ - 2470, - 2472 + 2471, + 2473 ], "loc": { "start": { @@ -5503,8 +5503,8 @@ } ], "range": [ - 2460, - 2473 + 2461, + 2474 ], "loc": { "start": { @@ -5520,8 +5520,8 @@ "generator": false, "expression": true, "range": [ - 2454, - 2473 + 2455, + 2474 ], "loc": { "start": { @@ -5536,8 +5536,8 @@ } ], "range": [ - 2091, - 2483 + 2092, + 2484 ], "loc": { "start": { @@ -5551,8 +5551,8 @@ } }, "range": [ - 2091, - 2484 + 2092, + 2485 ], "loc": { "start": { @@ -5569,8 +5569,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 2060, - 2082 + 2061, + 2083 ], "loc": { "start": { @@ -5596,8 +5596,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2493, - 2500 + 2494, + 2501 ], "loc": { "start": { @@ -5614,8 +5614,8 @@ "type": "Identifier", "name": "on", "range": [ - 2501, - 2503 + 2502, + 2504 ], "loc": { "start": { @@ -5629,8 +5629,8 @@ } }, "range": [ - 2493, - 2503 + 2494, + 2504 ], "loc": { "start": { @@ -5652,8 +5652,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 2518, - 2535 + 2519, + 2536 ], "loc": { "start": { @@ -5671,8 +5671,8 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 2549, - 2574 + 2550, + 2575 ], "loc": { "start": { @@ -5690,8 +5690,8 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 2588, - 2607 + 2589, + 2608 ], "loc": { "start": { @@ -5709,8 +5709,8 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 2621, - 2645 + 2622, + 2646 ], "loc": { "start": { @@ -5728,8 +5728,8 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 2659, - 2685 + 2660, + 2686 ], "loc": { "start": { @@ -5747,8 +5747,8 @@ "value": "after-reset-page", "raw": "'after-reset-page'", "range": [ - 2699, - 2717 + 2700, + 2718 ], "loc": { "start": { @@ -5766,8 +5766,8 @@ "value": "after-reset-page-length", "raw": "'after-reset-page-length'", "range": [ - 2731, - 2756 + 2732, + 2757 ], "loc": { "start": { @@ -5785,8 +5785,8 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 2770, - 2796 + 2771, + 2797 ], "loc": { "start": { @@ -5804,8 +5804,8 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 2810, - 2832 + 2811, + 2833 ], "loc": { "start": { @@ -5820,8 +5820,8 @@ } ], "range": [ - 2504, - 2833 + 2505, + 2834 ], "loc": { "start": { @@ -5846,8 +5846,8 @@ "object": { "type": "ThisExpression", "range": [ - 2853, - 2857 + 2854, + 2858 ], "loc": { "start": { @@ -5864,8 +5864,8 @@ "type": "Identifier", "name": "show", "range": [ - 2858, - 2862 + 2859, + 2863 ], "loc": { "start": { @@ -5879,8 +5879,8 @@ } }, "range": [ - 2853, - 2862 + 2854, + 2863 ], "loc": { "start": { @@ -5898,8 +5898,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 2863, - 2867 + 2864, + 2868 ], "loc": { "start": { @@ -5914,8 +5914,8 @@ } ], "range": [ - 2853, - 2868 + 2854, + 2869 ], "loc": { "start": { @@ -5931,8 +5931,8 @@ "generator": false, "expression": true, "range": [ - 2847, - 2868 + 2848, + 2869 ], "loc": { "start": { @@ -5947,8 +5947,8 @@ } ], "range": [ - 2493, - 2878 + 2494, + 2879 ], "loc": { "start": { @@ -5962,8 +5962,8 @@ } }, "range": [ - 2493, - 2879 + 2494, + 2880 ], "loc": { "start": { @@ -5987,8 +5987,8 @@ "object": { "type": "ThisExpression", "range": [ - 2889, - 2893 + 2890, + 2894 ], "loc": { "start": { @@ -6005,8 +6005,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2894, - 2905 + 2895, + 2906 ], "loc": { "start": { @@ -6020,8 +6020,8 @@ } }, "range": [ - 2889, - 2905 + 2890, + 2906 ], "loc": { "start": { @@ -6039,8 +6039,8 @@ "value": true, "raw": "true", "range": [ - 2908, - 2912 + 2909, + 2913 ], "loc": { "start": { @@ -6054,8 +6054,8 @@ } }, "range": [ - 2889, - 2912 + 2890, + 2913 ], "loc": { "start": { @@ -6069,8 +6069,8 @@ } }, "range": [ - 2889, - 2913 + 2890, + 2914 ], "loc": { "start": { @@ -6085,8 +6085,8 @@ } ], "range": [ - 1276, - 2919 + 1277, + 2920 ], "loc": { "start": { @@ -6102,8 +6102,8 @@ "generator": false, "expression": false, "range": [ - 1273, - 2919 + 1274, + 2920 ], "loc": { "start": { @@ -6119,8 +6119,8 @@ "kind": "method", "computed": false, "range": [ - 1269, - 2919 + 1270, + 2920 ], "loc": { "start": { @@ -6140,8 +6140,8 @@ "type": "Identifier", "name": "show", "range": [ - 2925, - 2929 + 2926, + 2930 ], "loc": { "start": { @@ -6162,8 +6162,8 @@ "type": "Identifier", "name": "p", "range": [ - 2930, - 2931 + 2931, + 2932 ], "loc": { "start": { @@ -6193,8 +6193,8 @@ "object": { "type": "ThisExpression", "range": [ - 2948, - 2952 + 2949, + 2953 ], "loc": { "start": { @@ -6211,8 +6211,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 2953, - 2962 + 2954, + 2963 ], "loc": { "start": { @@ -6226,8 +6226,8 @@ } }, "range": [ - 2948, - 2962 + 2949, + 2963 ], "loc": { "start": { @@ -6242,8 +6242,8 @@ }, "arguments": [], "range": [ - 2948, - 2964 + 2949, + 2965 ], "loc": { "start": { @@ -6258,8 +6258,8 @@ }, "prefix": true, "range": [ - 2947, - 2964 + 2948, + 2965 ], "loc": { "start": { @@ -6279,8 +6279,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2980, - 2987 + 2981, + 2988 ], "loc": { "start": { @@ -6295,8 +6295,8 @@ } ], "range": [ - 2966, - 2997 + 2967, + 2998 ], "loc": { "start": { @@ -6311,8 +6311,8 @@ }, "alternate": null, "range": [ - 2943, - 2997 + 2944, + 2998 ], "loc": { "start": { @@ -6334,8 +6334,8 @@ "type": "Identifier", "name": "displayLoader", "range": [ - 3011, - 3024 + 3012, + 3025 ], "loc": { "start": { @@ -6366,8 +6366,8 @@ "object": { "type": "ThisExpression", "range": [ - 3052, - 3056 + 3053, + 3057 ], "loc": { "start": { @@ -6384,8 +6384,8 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 3057, - 3066 + 3058, + 3067 ], "loc": { "start": { @@ -6399,8 +6399,8 @@ } }, "range": [ - 3052, - 3066 + 3053, + 3067 ], "loc": { "start": { @@ -6415,8 +6415,8 @@ }, "prefix": true, "range": [ - 3051, - 3066 + 3052, + 3067 ], "loc": { "start": { @@ -6436,8 +6436,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3086, - 3093 + 3087, + 3094 ], "loc": { "start": { @@ -6452,8 +6452,8 @@ } ], "range": [ - 3068, - 3107 + 3069, + 3108 ], "loc": { "start": { @@ -6468,8 +6468,8 @@ }, "alternate": null, "range": [ - 3047, - 3107 + 3048, + 3108 ], "loc": { "start": { @@ -6493,8 +6493,8 @@ "object": { "type": "ThisExpression", "range": [ - 3124, - 3128 + 3125, + 3129 ], "loc": { "start": { @@ -6511,8 +6511,8 @@ "type": "Identifier", "name": "onShowLoader", "range": [ - 3129, - 3141 + 3130, + 3142 ], "loc": { "start": { @@ -6526,8 +6526,8 @@ } }, "range": [ - 3124, - 3141 + 3125, + 3142 ], "loc": { "start": { @@ -6547,8 +6547,8 @@ "type": "Identifier", "name": "p", "range": [ - 3145, - 3146 + 3146, + 3147 ], "loc": { "start": { @@ -6565,8 +6565,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 3151, - 3155 + 3152, + 3156 ], "loc": { "start": { @@ -6580,8 +6580,8 @@ } }, "range": [ - 3145, - 3155 + 3146, + 3156 ], "loc": { "start": { @@ -6595,8 +6595,8 @@ } }, "range": [ - 3124, - 3155 + 3125, + 3156 ], "loc": { "start": { @@ -6625,8 +6625,8 @@ "object": { "type": "ThisExpression", "range": [ - 3175, - 3179 + 3176, + 3180 ], "loc": { "start": { @@ -6643,8 +6643,8 @@ "type": "Identifier", "name": "onShowLoader", "range": [ - 3180, - 3192 + 3181, + 3193 ], "loc": { "start": { @@ -6658,8 +6658,8 @@ } }, "range": [ - 3175, - 3192 + 3176, + 3193 ], "loc": { "start": { @@ -6676,8 +6676,8 @@ "type": "Identifier", "name": "call", "range": [ - 3193, - 3197 + 3194, + 3198 ], "loc": { "start": { @@ -6691,8 +6691,8 @@ } }, "range": [ - 3175, - 3197 + 3176, + 3198 ], "loc": { "start": { @@ -6711,8 +6711,8 @@ "value": null, "raw": "null", "range": [ - 3198, - 3202 + 3199, + 3203 ], "loc": { "start": { @@ -6728,8 +6728,8 @@ { "type": "ThisExpression", "range": [ - 3204, - 3208 + 3205, + 3209 ], "loc": { "start": { @@ -6744,8 +6744,8 @@ } ], "range": [ - 3175, - 3209 + 3176, + 3210 ], "loc": { "start": { @@ -6759,8 +6759,8 @@ } }, "range": [ - 3175, - 3210 + 3176, + 3211 ], "loc": { "start": { @@ -6775,8 +6775,8 @@ } ], "range": [ - 3157, - 3224 + 3158, + 3225 ], "loc": { "start": { @@ -6791,8 +6791,8 @@ }, "alternate": null, "range": [ - 3120, - 3224 + 3121, + 3225 ], "loc": { "start": { @@ -6822,8 +6822,8 @@ "object": { "type": "ThisExpression", "range": [ - 3237, - 3241 + 3238, + 3242 ], "loc": { "start": { @@ -6840,8 +6840,8 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 3242, - 3251 + 3243, + 3252 ], "loc": { "start": { @@ -6855,8 +6855,8 @@ } }, "range": [ - 3237, - 3251 + 3238, + 3252 ], "loc": { "start": { @@ -6873,8 +6873,8 @@ "type": "Identifier", "name": "style", "range": [ - 3252, - 3257 + 3253, + 3258 ], "loc": { "start": { @@ -6888,8 +6888,8 @@ } }, "range": [ - 3237, - 3257 + 3238, + 3258 ], "loc": { "start": { @@ -6906,8 +6906,8 @@ "type": "Identifier", "name": "display", "range": [ - 3258, - 3265 + 3259, + 3266 ], "loc": { "start": { @@ -6921,8 +6921,8 @@ } }, "range": [ - 3237, - 3265 + 3238, + 3266 ], "loc": { "start": { @@ -6939,8 +6939,8 @@ "type": "Identifier", "name": "p", "range": [ - 3268, - 3269 + 3269, + 3270 ], "loc": { "start": { @@ -6954,8 +6954,8 @@ } }, "range": [ - 3237, - 3269 + 3238, + 3270 ], "loc": { "start": { @@ -6969,8 +6969,8 @@ } }, "range": [ - 3237, - 3270 + 3238, + 3271 ], "loc": { "start": { @@ -6994,8 +6994,8 @@ "object": { "type": "ThisExpression", "range": [ - 3287, - 3291 + 3288, + 3292 ], "loc": { "start": { @@ -7012,8 +7012,8 @@ "type": "Identifier", "name": "onHideLoader", "range": [ - 3292, - 3304 + 3293, + 3305 ], "loc": { "start": { @@ -7027,8 +7027,8 @@ } }, "range": [ - 3287, - 3304 + 3288, + 3305 ], "loc": { "start": { @@ -7048,8 +7048,8 @@ "type": "Identifier", "name": "p", "range": [ - 3308, - 3309 + 3309, + 3310 ], "loc": { "start": { @@ -7066,8 +7066,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 3314, - 3318 + 3315, + 3319 ], "loc": { "start": { @@ -7081,8 +7081,8 @@ } }, "range": [ - 3308, - 3318 + 3309, + 3319 ], "loc": { "start": { @@ -7096,8 +7096,8 @@ } }, "range": [ - 3287, - 3318 + 3288, + 3319 ], "loc": { "start": { @@ -7126,8 +7126,8 @@ "object": { "type": "ThisExpression", "range": [ - 3338, - 3342 + 3339, + 3343 ], "loc": { "start": { @@ -7144,8 +7144,8 @@ "type": "Identifier", "name": "onHideLoader", "range": [ - 3343, - 3355 + 3344, + 3356 ], "loc": { "start": { @@ -7159,8 +7159,8 @@ } }, "range": [ - 3338, - 3355 + 3339, + 3356 ], "loc": { "start": { @@ -7177,8 +7177,8 @@ "type": "Identifier", "name": "call", "range": [ - 3356, - 3360 + 3357, + 3361 ], "loc": { "start": { @@ -7192,8 +7192,8 @@ } }, "range": [ - 3338, - 3360 + 3339, + 3361 ], "loc": { "start": { @@ -7212,8 +7212,8 @@ "value": null, "raw": "null", "range": [ - 3361, - 3365 + 3362, + 3366 ], "loc": { "start": { @@ -7229,8 +7229,8 @@ { "type": "ThisExpression", "range": [ - 3367, - 3371 + 3368, + 3372 ], "loc": { "start": { @@ -7245,8 +7245,8 @@ } ], "range": [ - 3338, - 3372 + 3339, + 3373 ], "loc": { "start": { @@ -7260,8 +7260,8 @@ } }, "range": [ - 3338, - 3373 + 3339, + 3374 ], "loc": { "start": { @@ -7276,8 +7276,8 @@ } ], "range": [ - 3320, - 3387 + 3321, + 3388 ], "loc": { "start": { @@ -7292,8 +7292,8 @@ }, "alternate": null, "range": [ - 3283, - 3387 + 3284, + 3388 ], "loc": { "start": { @@ -7308,8 +7308,8 @@ } ], "range": [ - 3033, - 3397 + 3034, + 3398 ], "loc": { "start": { @@ -7325,8 +7325,8 @@ "generator": false, "expression": false, "range": [ - 3027, - 3397 + 3028, + 3398 ], "loc": { "start": { @@ -7340,8 +7340,8 @@ } }, "range": [ - 3011, - 3397 + 3012, + 3398 ], "loc": { "start": { @@ -7357,8 +7357,8 @@ ], "kind": "let", "range": [ - 3007, - 3398 + 3008, + 3399 ], "loc": { "start": { @@ -7380,8 +7380,8 @@ "type": "Identifier", "name": "t", "range": [ - 3412, - 3413 + 3413, + 3414 ], "loc": { "start": { @@ -7403,8 +7403,8 @@ "type": "Identifier", "name": "p", "range": [ - 3416, - 3417 + 3417, + 3418 ], "loc": { "start": { @@ -7421,8 +7421,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 3422, - 3426 + 3423, + 3427 ], "loc": { "start": { @@ -7436,8 +7436,8 @@ } }, "range": [ - 3416, - 3426 + 3417, + 3427 ], "loc": { "start": { @@ -7456,8 +7456,8 @@ "object": { "type": "ThisExpression", "range": [ - 3429, - 3433 + 3430, + 3434 ], "loc": { "start": { @@ -7474,8 +7474,8 @@ "type": "Identifier", "name": "loaderCloseDelay", "range": [ - 3434, - 3450 + 3435, + 3451 ], "loc": { "start": { @@ -7489,8 +7489,8 @@ } }, "range": [ - 3429, - 3450 + 3430, + 3451 ], "loc": { "start": { @@ -7508,8 +7508,8 @@ "value": 1, "raw": "1", "range": [ - 3453, - 3454 + 3454, + 3455 ], "loc": { "start": { @@ -7523,8 +7523,8 @@ } }, "range": [ - 3416, - 3454 + 3417, + 3455 ], "loc": { "start": { @@ -7538,8 +7538,8 @@ } }, "range": [ - 3412, - 3454 + 3413, + 3455 ], "loc": { "start": { @@ -7555,8 +7555,8 @@ ], "kind": "let", "range": [ - 3408, - 3455 + 3409, + 3456 ], "loc": { "start": { @@ -7580,8 +7580,8 @@ "type": "Identifier", "name": "root", "range": [ - 3464, - 3468 + 3465, + 3469 ], "loc": { "start": { @@ -7598,8 +7598,8 @@ "type": "Identifier", "name": "setTimeout", "range": [ - 3469, - 3479 + 3470, + 3480 ], "loc": { "start": { @@ -7613,8 +7613,8 @@ } }, "range": [ - 3464, - 3479 + 3465, + 3480 ], "loc": { "start": { @@ -7632,8 +7632,8 @@ "type": "Identifier", "name": "displayLoader", "range": [ - 3480, - 3493 + 3481, + 3494 ], "loc": { "start": { @@ -7650,8 +7650,8 @@ "type": "Identifier", "name": "t", "range": [ - 3495, - 3496 + 3496, + 3497 ], "loc": { "start": { @@ -7666,8 +7666,8 @@ } ], "range": [ - 3464, - 3497 + 3465, + 3498 ], "loc": { "start": { @@ -7681,8 +7681,8 @@ } }, "range": [ - 3464, - 3498 + 3465, + 3499 ], "loc": { "start": { @@ -7697,8 +7697,8 @@ } ], "range": [ - 2933, - 3504 + 2934, + 3505 ], "loc": { "start": { @@ -7714,8 +7714,8 @@ "generator": false, "expression": false, "range": [ - 2929, - 3504 + 2930, + 3505 ], "loc": { "start": { @@ -7731,8 +7731,8 @@ "kind": "method", "computed": false, "range": [ - 2925, - 3504 + 2926, + 3505 ], "loc": { "start": { @@ -7752,8 +7752,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 3510, - 3517 + 3511, + 3518 ], "loc": { "start": { @@ -7784,8 +7784,8 @@ "object": { "type": "ThisExpression", "range": [ - 3535, - 3539 + 3536, + 3540 ], "loc": { "start": { @@ -7802,8 +7802,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3540, - 3551 + 3541, + 3552 ], "loc": { "start": { @@ -7817,8 +7817,8 @@ } }, "range": [ - 3535, - 3551 + 3536, + 3552 ], "loc": { "start": { @@ -7833,8 +7833,8 @@ }, "prefix": true, "range": [ - 3534, - 3551 + 3535, + 3552 ], "loc": { "start": { @@ -7854,8 +7854,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3567, - 3574 + 3568, + 3575 ], "loc": { "start": { @@ -7870,8 +7870,8 @@ } ], "range": [ - 3553, - 3584 + 3554, + 3585 ], "loc": { "start": { @@ -7886,8 +7886,8 @@ }, "alternate": null, "range": [ - 3530, - 3584 + 3531, + 3585 ], "loc": { "start": { @@ -7909,8 +7909,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3598, - 3605 + 3599, + 3606 ], "loc": { "start": { @@ -7929,8 +7929,8 @@ "object": { "type": "ThisExpression", "range": [ - 3608, - 3612 + 3609, + 3613 ], "loc": { "start": { @@ -7947,8 +7947,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3613, - 3620 + 3614, + 3621 ], "loc": { "start": { @@ -7962,8 +7962,8 @@ } }, "range": [ - 3608, - 3620 + 3609, + 3621 ], "loc": { "start": { @@ -7977,8 +7977,8 @@ } }, "range": [ - 3598, - 3620 + 3599, + 3621 ], "loc": { "start": { @@ -7994,8 +7994,8 @@ ], "kind": "let", "range": [ - 3594, - 3621 + 3595, + 3622 ], "loc": { "start": { @@ -8019,8 +8019,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3631, - 3634 + 3632, + 3635 ], "loc": { "start": { @@ -8037,8 +8037,8 @@ "type": "Identifier", "name": "remove", "range": [ - 3635, - 3641 + 3636, + 3642 ], "loc": { "start": { @@ -8052,8 +8052,8 @@ } }, "range": [ - 3631, - 3641 + 3632, + 3642 ], "loc": { "start": { @@ -8073,8 +8073,8 @@ "object": { "type": "ThisExpression", "range": [ - 3642, - 3646 + 3643, + 3647 ], "loc": { "start": { @@ -8091,8 +8091,8 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 3647, - 3656 + 3648, + 3657 ], "loc": { "start": { @@ -8106,8 +8106,8 @@ } }, "range": [ - 3642, - 3656 + 3643, + 3657 ], "loc": { "start": { @@ -8122,8 +8122,8 @@ } ], "range": [ - 3631, - 3657 + 3632, + 3658 ], "loc": { "start": { @@ -8137,8 +8137,8 @@ } }, "range": [ - 3631, - 3658 + 3632, + 3659 ], "loc": { "start": { @@ -8162,8 +8162,8 @@ "object": { "type": "ThisExpression", "range": [ - 3667, - 3671 + 3668, + 3672 ], "loc": { "start": { @@ -8180,8 +8180,8 @@ "type": "Identifier", "name": "loaderDiv", "range": [ - 3672, - 3681 + 3673, + 3682 ], "loc": { "start": { @@ -8195,8 +8195,8 @@ } }, "range": [ - 3667, - 3681 + 3668, + 3682 ], "loc": { "start": { @@ -8214,8 +8214,8 @@ "value": null, "raw": "null", "range": [ - 3684, - 3688 + 3685, + 3689 ], "loc": { "start": { @@ -8229,8 +8229,8 @@ } }, "range": [ - 3667, - 3688 + 3668, + 3689 ], "loc": { "start": { @@ -8244,8 +8244,8 @@ } }, "range": [ - 3667, - 3689 + 3668, + 3690 ], "loc": { "start": { @@ -8262,8 +8262,8 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 3699, - 3723 + 3700, + 3724 ], "loc": { "start": { @@ -8289,8 +8289,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3732, - 3739 + 3733, + 3740 ], "loc": { "start": { @@ -8307,8 +8307,8 @@ "type": "Identifier", "name": "off", "range": [ - 3740, - 3743 + 3741, + 3744 ], "loc": { "start": { @@ -8322,8 +8322,8 @@ } }, "range": [ - 3732, - 3743 + 3733, + 3744 ], "loc": { "start": { @@ -8345,8 +8345,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 3758, - 3776 + 3759, + 3777 ], "loc": { "start": { @@ -8364,8 +8364,8 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 3790, - 3816 + 3791, + 3817 ], "loc": { "start": { @@ -8383,8 +8383,8 @@ "value": "before-page-change", "raw": "'before-page-change'", "range": [ - 3830, - 3850 + 3831, + 3851 ], "loc": { "start": { @@ -8402,8 +8402,8 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 3864, - 3889 + 3865, + 3890 ], "loc": { "start": { @@ -8421,8 +8421,8 @@ "value": "before-page-length-change", "raw": "'before-page-length-change'", "range": [ - 3903, - 3930 + 3904, + 3931 ], "loc": { "start": { @@ -8440,8 +8440,8 @@ "value": "before-reset-page", "raw": "'before-reset-page'", "range": [ - 3944, - 3963 + 3945, + 3964 ], "loc": { "start": { @@ -8459,8 +8459,8 @@ "value": "before-reset-page-length", "raw": "'before-reset-page-length'", "range": [ - 3977, - 4003 + 3978, + 4004 ], "loc": { "start": { @@ -8478,8 +8478,8 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 4017, - 4044 + 4018, + 4045 ], "loc": { "start": { @@ -8497,8 +8497,8 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 4058, - 4081 + 4059, + 4082 ], "loc": { "start": { @@ -8513,8 +8513,8 @@ } ], "range": [ - 3744, - 4082 + 3745, + 4083 ], "loc": { "start": { @@ -8539,8 +8539,8 @@ "object": { "type": "ThisExpression", "range": [ - 4102, - 4106 + 4103, + 4107 ], "loc": { "start": { @@ -8557,8 +8557,8 @@ "type": "Identifier", "name": "show", "range": [ - 4107, - 4111 + 4108, + 4112 ], "loc": { "start": { @@ -8572,8 +8572,8 @@ } }, "range": [ - 4102, - 4111 + 4103, + 4112 ], "loc": { "start": { @@ -8592,8 +8592,8 @@ "value": "", "raw": "''", "range": [ - 4112, - 4114 + 4113, + 4115 ], "loc": { "start": { @@ -8608,8 +8608,8 @@ } ], "range": [ - 4102, - 4115 + 4103, + 4116 ], "loc": { "start": { @@ -8625,8 +8625,8 @@ "generator": false, "expression": true, "range": [ - 4096, - 4115 + 4097, + 4116 ], "loc": { "start": { @@ -8641,8 +8641,8 @@ } ], "range": [ - 3732, - 4125 + 3733, + 4126 ], "loc": { "start": { @@ -8656,8 +8656,8 @@ } }, "range": [ - 3732, - 4126 + 3733, + 4127 ], "loc": { "start": { @@ -8674,8 +8674,8 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 3699, - 3723 + 3700, + 3724 ], "loc": { "start": { @@ -8701,8 +8701,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4135, - 4142 + 4136, + 4143 ], "loc": { "start": { @@ -8719,8 +8719,8 @@ "type": "Identifier", "name": "off", "range": [ - 4143, - 4146 + 4144, + 4147 ], "loc": { "start": { @@ -8734,8 +8734,8 @@ } }, "range": [ - 4135, - 4146 + 4136, + 4147 ], "loc": { "start": { @@ -8757,8 +8757,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 4161, - 4178 + 4162, + 4179 ], "loc": { "start": { @@ -8776,8 +8776,8 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 4192, - 4217 + 4193, + 4218 ], "loc": { "start": { @@ -8795,8 +8795,8 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 4231, - 4250 + 4232, + 4251 ], "loc": { "start": { @@ -8814,8 +8814,8 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 4264, - 4288 + 4265, + 4289 ], "loc": { "start": { @@ -8833,8 +8833,8 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 4302, - 4328 + 4303, + 4329 ], "loc": { "start": { @@ -8852,8 +8852,8 @@ "value": "after-reset-page", "raw": "'after-reset-page'", "range": [ - 4342, - 4360 + 4343, + 4361 ], "loc": { "start": { @@ -8871,8 +8871,8 @@ "value": "after-reset-page-length", "raw": "'after-reset-page-length'", "range": [ - 4374, - 4399 + 4375, + 4400 ], "loc": { "start": { @@ -8890,8 +8890,8 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 4413, - 4439 + 4414, + 4440 ], "loc": { "start": { @@ -8909,8 +8909,8 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 4453, - 4475 + 4454, + 4476 ], "loc": { "start": { @@ -8925,8 +8925,8 @@ } ], "range": [ - 4147, - 4476 + 4148, + 4477 ], "loc": { "start": { @@ -8951,8 +8951,8 @@ "object": { "type": "ThisExpression", "range": [ - 4496, - 4500 + 4497, + 4501 ], "loc": { "start": { @@ -8969,8 +8969,8 @@ "type": "Identifier", "name": "show", "range": [ - 4501, - 4505 + 4502, + 4506 ], "loc": { "start": { @@ -8984,8 +8984,8 @@ } }, "range": [ - 4496, - 4505 + 4497, + 4506 ], "loc": { "start": { @@ -9003,8 +9003,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 4506, - 4510 + 4507, + 4511 ], "loc": { "start": { @@ -9019,8 +9019,8 @@ } ], "range": [ - 4496, - 4511 + 4497, + 4512 ], "loc": { "start": { @@ -9036,8 +9036,8 @@ "generator": false, "expression": true, "range": [ - 4490, - 4511 + 4491, + 4512 ], "loc": { "start": { @@ -9052,8 +9052,8 @@ } ], "range": [ - 4135, - 4521 + 4136, + 4522 ], "loc": { "start": { @@ -9067,8 +9067,8 @@ } }, "range": [ - 4135, - 4522 + 4136, + 4523 ], "loc": { "start": { @@ -9092,8 +9092,8 @@ "object": { "type": "ThisExpression", "range": [ - 4532, - 4536 + 4533, + 4537 ], "loc": { "start": { @@ -9110,8 +9110,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 4537, - 4548 + 4538, + 4549 ], "loc": { "start": { @@ -9125,8 +9125,8 @@ } }, "range": [ - 4532, - 4548 + 4533, + 4549 ], "loc": { "start": { @@ -9144,8 +9144,8 @@ "value": false, "raw": "false", "range": [ - 4551, - 4556 + 4552, + 4557 ], "loc": { "start": { @@ -9159,8 +9159,8 @@ } }, "range": [ - 4532, - 4556 + 4533, + 4557 ], "loc": { "start": { @@ -9174,8 +9174,8 @@ } }, "range": [ - 4532, - 4557 + 4533, + 4558 ], "loc": { "start": { @@ -9190,8 +9190,8 @@ } ], "range": [ - 3520, - 4563 + 3521, + 4564 ], "loc": { "start": { @@ -9207,8 +9207,8 @@ "generator": false, "expression": false, "range": [ - 3517, - 4563 + 3518, + 4564 ], "loc": { "start": { @@ -9224,8 +9224,8 @@ "kind": "method", "computed": false, "range": [ - 3510, - 4563 + 3511, + 4564 ], "loc": { "start": { @@ -9241,8 +9241,8 @@ } ], "range": [ - 189, - 4565 + 190, + 4566 ], "loc": { "start": { @@ -9256,8 +9256,8 @@ } }, "range": [ - 160, - 4565 + 161, + 4566 ], "loc": { "start": { @@ -9275,8 +9275,8 @@ "specifiers": [], "source": null, "range": [ - 153, - 4565 + 154, + 4566 ], "loc": { "start": { @@ -9293,7 +9293,7 @@ "sourceType": "module", "range": [ 0, - 4565 + 4566 ], "loc": { "start": { @@ -9310,8 +9310,8 @@ "type": "Block", "value": "*\n * Loading message/spinner\n * @param {Object} tf TableFilter instance\n ", "range": [ - 196, - 285 + 197, + 286 ], "loc": { "start": { @@ -9328,8 +9328,8 @@ "type": "Line", "value": " TableFilter configuration", "range": [ - 346, - 374 + 347, + 375 ], "loc": { "start": { @@ -9346,8 +9346,8 @@ "type": "Line", "value": "id of container element", "range": [ - 413, - 438 + 414, + 439 ], "loc": { "start": { @@ -9364,8 +9364,8 @@ "type": "Line", "value": "div containing loader", "range": [ - 502, - 525 + 503, + 526 ], "loc": { "start": { @@ -9382,8 +9382,8 @@ "type": "Line", "value": "defines loader text", "range": [ - 565, - 586 + 566, + 587 ], "loc": { "start": { @@ -9400,8 +9400,8 @@ "type": "Line", "value": "defines loader innerHtml", "range": [ - 652, - 678 + 653, + 679 ], "loc": { "start": { @@ -9418,8 +9418,8 @@ "type": "Line", "value": "defines css class for loader div", "range": [ - 736, - 770 + 737, + 771 ], "loc": { "start": { @@ -9436,8 +9436,8 @@ "type": "Line", "value": "delay for hiding loader", "range": [ - 841, - 866 + 842, + 867 ], "loc": { "start": { @@ -9454,8 +9454,8 @@ "type": "Line", "value": "callback function before loader is displayed", "range": [ - 912, - 958 + 913, + 959 ], "loc": { "start": { @@ -9472,8 +9472,8 @@ "type": "Line", "value": "callback function after loader is closed", "range": [ - 1063, - 1105 + 1064, + 1106 ], "loc": { "start": { @@ -9490,8 +9490,8 @@ "type": "Line", "value": "loader div", "range": [ - 1210, - 1222 + 1211, + 1223 ], "loc": { "start": { @@ -9508,8 +9508,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 2060, - 2082 + 2061, + 2083 ], "loc": { "start": { @@ -9526,8 +9526,8 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 3699, - 3723 + 3700, + 3724 ], "loc": { "start": { diff --git a/docs/ast/source/modules/noResults.js.json b/docs/ast/source/modules/noResults.js.json index db5014ca..36f27cf1 100644 --- a/docs/ast/source/modules/noResults.js.json +++ b/docs/ast/source/modules/noResults.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Types", "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../types", "raw": "'../types'", "range": [ - 79, - 89 + 80, + 90 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 61, - 90 + 62, + 91 ], "loc": { "start": { @@ -247,8 +247,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 99, - 103 + 100, + 104 ], "loc": { "start": { @@ -265,8 +265,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 99, - 103 + 100, + 104 ], "loc": { "start": { @@ -280,8 +280,8 @@ } }, "range": [ - 99, - 103 + 100, + 104 ], "loc": { "start": { @@ -300,8 +300,8 @@ "value": "../const", "raw": "'../const'", "range": [ - 110, - 120 + 111, + 121 ], "loc": { "start": { @@ -315,8 +315,8 @@ } }, "range": [ - 91, - 121 + 92, + 122 ], "loc": { "start": { @@ -337,8 +337,8 @@ "type": "Identifier", "name": "NoResults", "range": [ - 136, - 145 + 137, + 146 ], "loc": { "start": { @@ -355,8 +355,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 154, - 161 + 155, + 162 ], "loc": { "start": { @@ -378,8 +378,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 270, - 281 + 271, + 282 ], "loc": { "start": { @@ -400,8 +400,8 @@ "type": "Identifier", "name": "tf", "range": [ - 282, - 284 + 283, + 285 ], "loc": { "start": { @@ -425,8 +425,8 @@ "callee": { "type": "Super", "range": [ - 295, - 300 + 296, + 301 ], "loc": { "start": { @@ -444,8 +444,8 @@ "type": "Identifier", "name": "tf", "range": [ - 301, - 303 + 302, + 304 ], "loc": { "start": { @@ -463,8 +463,8 @@ "value": "noResults", "raw": "'noResults'", "range": [ - 305, - 316 + 306, + 317 ], "loc": { "start": { @@ -479,8 +479,8 @@ } ], "range": [ - 295, - 317 + 296, + 318 ], "loc": { "start": { @@ -494,8 +494,8 @@ } }, "range": [ - 295, - 318 + 296, + 319 ], "loc": { "start": { @@ -512,8 +512,8 @@ "type": "Line", "value": "configuration object", "range": [ - 328, - 350 + 329, + 351 ], "loc": { "start": { @@ -537,8 +537,8 @@ "type": "Identifier", "name": "f", "range": [ - 363, - 364 + 364, + 365 ], "loc": { "start": { @@ -560,8 +560,8 @@ "object": { "type": "ThisExpression", "range": [ - 367, - 371 + 368, + 372 ], "loc": { "start": { @@ -578,8 +578,8 @@ "type": "Identifier", "name": "config", "range": [ - 372, - 378 + 373, + 379 ], "loc": { "start": { @@ -593,8 +593,8 @@ } }, "range": [ - 367, - 378 + 368, + 379 ], "loc": { "start": { @@ -611,8 +611,8 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 379, - 397 + 380, + 398 ], "loc": { "start": { @@ -626,8 +626,8 @@ } }, "range": [ - 367, - 397 + 368, + 398 ], "loc": { "start": { @@ -641,8 +641,8 @@ } }, "range": [ - 363, - 397 + 364, + 398 ], "loc": { "start": { @@ -658,8 +658,8 @@ ], "kind": "let", "range": [ - 359, - 398 + 360, + 399 ], "loc": { "start": { @@ -676,8 +676,8 @@ "type": "Line", "value": "configuration object", "range": [ - 328, - 350 + 329, + 351 ], "loc": { "start": { @@ -703,8 +703,8 @@ "object": { "type": "ThisExpression", "range": [ - 408, - 412 + 409, + 413 ], "loc": { "start": { @@ -721,8 +721,8 @@ "type": "Identifier", "name": "content", "range": [ - 413, - 420 + 414, + 421 ], "loc": { "start": { @@ -736,8 +736,8 @@ } }, "range": [ - 408, - 420 + 409, + 421 ], "loc": { "start": { @@ -760,8 +760,8 @@ "type": "Identifier", "name": "f", "range": [ - 423, - 424 + 424, + 425 ], "loc": { "start": { @@ -778,8 +778,8 @@ "type": "Identifier", "name": "content", "range": [ - 425, - 432 + 426, + 433 ], "loc": { "start": { @@ -793,8 +793,8 @@ } }, "range": [ - 423, - 432 + 424, + 433 ], "loc": { "start": { @@ -812,8 +812,8 @@ "value": "No results", "raw": "'No results'", "range": [ - 436, - 448 + 437, + 449 ], "loc": { "start": { @@ -827,8 +827,8 @@ } }, "range": [ - 423, - 448 + 424, + 449 ], "loc": { "start": { @@ -842,8 +842,8 @@ } }, "range": [ - 408, - 448 + 409, + 449 ], "loc": { "start": { @@ -857,8 +857,8 @@ } }, "range": [ - 408, - 449 + 409, + 450 ], "loc": { "start": { @@ -882,8 +882,8 @@ "object": { "type": "ThisExpression", "range": [ - 458, - 462 + 459, + 463 ], "loc": { "start": { @@ -900,8 +900,8 @@ "type": "Identifier", "name": "customContainer", "range": [ - 463, - 478 + 464, + 479 ], "loc": { "start": { @@ -915,8 +915,8 @@ } }, "range": [ - 458, - 478 + 459, + 479 ], "loc": { "start": { @@ -939,8 +939,8 @@ "type": "Identifier", "name": "f", "range": [ - 481, - 482 + 482, + 483 ], "loc": { "start": { @@ -957,8 +957,8 @@ "type": "Identifier", "name": "custom_container", "range": [ - 483, - 499 + 484, + 500 ], "loc": { "start": { @@ -972,8 +972,8 @@ } }, "range": [ - 481, - 499 + 482, + 500 ], "loc": { "start": { @@ -991,8 +991,8 @@ "value": null, "raw": "null", "range": [ - 503, - 507 + 504, + 508 ], "loc": { "start": { @@ -1006,8 +1006,8 @@ } }, "range": [ - 481, - 507 + 482, + 508 ], "loc": { "start": { @@ -1021,8 +1021,8 @@ } }, "range": [ - 458, - 507 + 459, + 508 ], "loc": { "start": { @@ -1036,8 +1036,8 @@ } }, "range": [ - 458, - 508 + 459, + 509 ], "loc": { "start": { @@ -1061,8 +1061,8 @@ "object": { "type": "ThisExpression", "range": [ - 517, - 521 + 518, + 522 ], "loc": { "start": { @@ -1079,8 +1079,8 @@ "type": "Identifier", "name": "customContainerId", "range": [ - 522, - 539 + 523, + 540 ], "loc": { "start": { @@ -1094,8 +1094,8 @@ } }, "range": [ - 517, - 539 + 518, + 540 ], "loc": { "start": { @@ -1118,8 +1118,8 @@ "type": "Identifier", "name": "f", "range": [ - 542, - 543 + 543, + 544 ], "loc": { "start": { @@ -1136,8 +1136,8 @@ "type": "Identifier", "name": "custom_container_id", "range": [ - 544, - 563 + 545, + 564 ], "loc": { "start": { @@ -1151,8 +1151,8 @@ } }, "range": [ - 542, - 563 + 543, + 564 ], "loc": { "start": { @@ -1170,8 +1170,8 @@ "value": null, "raw": "null", "range": [ - 567, - 571 + 568, + 572 ], "loc": { "start": { @@ -1185,8 +1185,8 @@ } }, "range": [ - 542, - 571 + 543, + 572 ], "loc": { "start": { @@ -1200,8 +1200,8 @@ } }, "range": [ - 517, - 571 + 518, + 572 ], "loc": { "start": { @@ -1215,8 +1215,8 @@ } }, "range": [ - 517, - 572 + 518, + 573 ], "loc": { "start": { @@ -1240,8 +1240,8 @@ "object": { "type": "ThisExpression", "range": [ - 581, - 585 + 582, + 586 ], "loc": { "start": { @@ -1258,8 +1258,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 586, - 596 + 587, + 597 ], "loc": { "start": { @@ -1273,8 +1273,8 @@ } }, "range": [ - 581, - 596 + 582, + 597 ], "loc": { "start": { @@ -1302,8 +1302,8 @@ "type": "Identifier", "name": "Types", "range": [ - 600, - 605 + 601, + 606 ], "loc": { "start": { @@ -1320,8 +1320,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 606, - 613 + 607, + 614 ], "loc": { "start": { @@ -1335,8 +1335,8 @@ } }, "range": [ - 600, - 613 + 601, + 614 ], "loc": { "start": { @@ -1356,8 +1356,8 @@ "object": { "type": "ThisExpression", "range": [ - 614, - 618 + 615, + 619 ], "loc": { "start": { @@ -1374,8 +1374,8 @@ "type": "Identifier", "name": "customContainer", "range": [ - 619, - 634 + 620, + 635 ], "loc": { "start": { @@ -1389,8 +1389,8 @@ } }, "range": [ - 614, - 634 + 615, + 635 ], "loc": { "start": { @@ -1405,8 +1405,8 @@ } ], "range": [ - 600, - 635 + 601, + 636 ], "loc": { "start": { @@ -1421,8 +1421,8 @@ }, "prefix": true, "range": [ - 599, - 635 + 600, + 636 ], "loc": { "start": { @@ -1447,8 +1447,8 @@ "type": "Identifier", "name": "Types", "range": [ - 652, - 657 + 653, + 658 ], "loc": { "start": { @@ -1465,8 +1465,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 658, - 665 + 659, + 666 ], "loc": { "start": { @@ -1480,8 +1480,8 @@ } }, "range": [ - 652, - 665 + 653, + 666 ], "loc": { "start": { @@ -1501,8 +1501,8 @@ "object": { "type": "ThisExpression", "range": [ - 666, - 670 + 667, + 671 ], "loc": { "start": { @@ -1519,8 +1519,8 @@ "type": "Identifier", "name": "customContainerId", "range": [ - 671, - 688 + 672, + 689 ], "loc": { "start": { @@ -1534,8 +1534,8 @@ } }, "range": [ - 666, - 688 + 667, + 689 ], "loc": { "start": { @@ -1550,8 +1550,8 @@ } ], "range": [ - 652, - 689 + 653, + 690 ], "loc": { "start": { @@ -1566,8 +1566,8 @@ }, "prefix": true, "range": [ - 651, - 689 + 652, + 690 ], "loc": { "start": { @@ -1581,8 +1581,8 @@ } }, "range": [ - 599, - 689 + 600, + 690 ], "loc": { "start": { @@ -1596,8 +1596,8 @@ } }, "range": [ - 581, - 689 + 582, + 690 ], "loc": { "start": { @@ -1611,8 +1611,8 @@ } }, "range": [ - 581, - 690 + 582, + 691 ], "loc": { "start": { @@ -1636,8 +1636,8 @@ "object": { "type": "ThisExpression", "range": [ - 699, - 703 + 700, + 704 ], "loc": { "start": { @@ -1654,8 +1654,8 @@ "type": "Identifier", "name": "cssClass", "range": [ - 704, - 712 + 705, + 713 ], "loc": { "start": { @@ -1669,8 +1669,8 @@ } }, "range": [ - 699, - 712 + 700, + 713 ], "loc": { "start": { @@ -1693,8 +1693,8 @@ "type": "Identifier", "name": "f", "range": [ - 715, - 716 + 716, + 717 ], "loc": { "start": { @@ -1711,8 +1711,8 @@ "type": "Identifier", "name": "css_class", "range": [ - 717, - 726 + 718, + 727 ], "loc": { "start": { @@ -1726,8 +1726,8 @@ } }, "range": [ - 715, - 726 + 716, + 727 ], "loc": { "start": { @@ -1745,8 +1745,8 @@ "value": "no-results", "raw": "'no-results'", "range": [ - 730, - 742 + 731, + 743 ], "loc": { "start": { @@ -1760,8 +1760,8 @@ } }, "range": [ - 715, - 742 + 716, + 743 ], "loc": { "start": { @@ -1775,8 +1775,8 @@ } }, "range": [ - 699, - 742 + 700, + 743 ], "loc": { "start": { @@ -1790,8 +1790,8 @@ } }, "range": [ - 699, - 743 + 700, + 744 ], "loc": { "start": { @@ -1815,8 +1815,8 @@ "object": { "type": "ThisExpression", "range": [ - 753, - 757 + 754, + 758 ], "loc": { "start": { @@ -1833,8 +1833,8 @@ "type": "Identifier", "name": "cont", "range": [ - 758, - 762 + 759, + 763 ], "loc": { "start": { @@ -1848,8 +1848,8 @@ } }, "range": [ - 753, - 762 + 754, + 763 ], "loc": { "start": { @@ -1867,8 +1867,8 @@ "value": null, "raw": "null", "range": [ - 765, - 769 + 766, + 770 ], "loc": { "start": { @@ -1882,8 +1882,8 @@ } }, "range": [ - 753, - 769 + 754, + 770 ], "loc": { "start": { @@ -1897,8 +1897,8 @@ } }, "range": [ - 753, - 770 + 754, + 771 ], "loc": { "start": { @@ -1915,8 +1915,8 @@ "type": "Line", "value": "callback before message is displayed", "range": [ - 780, - 818 + 781, + 819 ], "loc": { "start": { @@ -1942,8 +1942,8 @@ "object": { "type": "ThisExpression", "range": [ - 827, - 831 + 828, + 832 ], "loc": { "start": { @@ -1960,8 +1960,8 @@ "type": "Identifier", "name": "onBeforeShowMsg", "range": [ - 832, - 847 + 833, + 848 ], "loc": { "start": { @@ -1975,8 +1975,8 @@ } }, "range": [ - 827, - 847 + 828, + 848 ], "loc": { "start": { @@ -2000,8 +2000,8 @@ "type": "Identifier", "name": "Types", "range": [ - 850, - 855 + 851, + 856 ], "loc": { "start": { @@ -2018,8 +2018,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 856, - 860 + 857, + 861 ], "loc": { "start": { @@ -2033,8 +2033,8 @@ } }, "range": [ - 850, - 860 + 851, + 861 ], "loc": { "start": { @@ -2055,8 +2055,8 @@ "type": "Identifier", "name": "f", "range": [ - 861, - 862 + 862, + 863 ], "loc": { "start": { @@ -2073,8 +2073,8 @@ "type": "Identifier", "name": "on_before_show_msg", "range": [ - 863, - 881 + 864, + 882 ], "loc": { "start": { @@ -2088,8 +2088,8 @@ } }, "range": [ - 861, - 881 + 862, + 882 ], "loc": { "start": { @@ -2104,8 +2104,8 @@ } ], "range": [ - 850, - 882 + 851, + 883 ], "loc": { "start": { @@ -2125,8 +2125,8 @@ "type": "Identifier", "name": "f", "range": [ - 897, - 898 + 898, + 899 ], "loc": { "start": { @@ -2143,8 +2143,8 @@ "type": "Identifier", "name": "on_before_show_msg", "range": [ - 899, - 917 + 900, + 918 ], "loc": { "start": { @@ -2158,8 +2158,8 @@ } }, "range": [ - 897, - 917 + 898, + 918 ], "loc": { "start": { @@ -2177,8 +2177,8 @@ "value": null, "raw": "null", "range": [ - 920, - 924 + 921, + 925 ], "loc": { "start": { @@ -2192,8 +2192,8 @@ } }, "range": [ - 850, - 924 + 851, + 925 ], "loc": { "start": { @@ -2207,8 +2207,8 @@ } }, "range": [ - 827, - 924 + 828, + 925 ], "loc": { "start": { @@ -2222,8 +2222,8 @@ } }, "range": [ - 827, - 925 + 828, + 926 ], "loc": { "start": { @@ -2240,8 +2240,8 @@ "type": "Line", "value": "callback before message is displayed", "range": [ - 780, - 818 + 781, + 819 ], "loc": { "start": { @@ -2260,8 +2260,8 @@ "type": "Line", "value": "callback after message is displayed", "range": [ - 934, - 971 + 935, + 972 ], "loc": { "start": { @@ -2287,8 +2287,8 @@ "object": { "type": "ThisExpression", "range": [ - 980, - 984 + 981, + 985 ], "loc": { "start": { @@ -2305,8 +2305,8 @@ "type": "Identifier", "name": "onAfterShowMsg", "range": [ - 985, - 999 + 986, + 1000 ], "loc": { "start": { @@ -2320,8 +2320,8 @@ } }, "range": [ - 980, - 999 + 981, + 1000 ], "loc": { "start": { @@ -2345,8 +2345,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1002, - 1007 + 1003, + 1008 ], "loc": { "start": { @@ -2363,8 +2363,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1008, - 1012 + 1009, + 1013 ], "loc": { "start": { @@ -2378,8 +2378,8 @@ } }, "range": [ - 1002, - 1012 + 1003, + 1013 ], "loc": { "start": { @@ -2400,8 +2400,8 @@ "type": "Identifier", "name": "f", "range": [ - 1013, - 1014 + 1014, + 1015 ], "loc": { "start": { @@ -2418,8 +2418,8 @@ "type": "Identifier", "name": "on_after_show_msg", "range": [ - 1015, - 1032 + 1016, + 1033 ], "loc": { "start": { @@ -2433,8 +2433,8 @@ } }, "range": [ - 1013, - 1032 + 1014, + 1033 ], "loc": { "start": { @@ -2449,8 +2449,8 @@ } ], "range": [ - 1002, - 1033 + 1003, + 1034 ], "loc": { "start": { @@ -2470,8 +2470,8 @@ "type": "Identifier", "name": "f", "range": [ - 1048, - 1049 + 1049, + 1050 ], "loc": { "start": { @@ -2488,8 +2488,8 @@ "type": "Identifier", "name": "on_after_show_msg", "range": [ - 1050, - 1067 + 1051, + 1068 ], "loc": { "start": { @@ -2503,8 +2503,8 @@ } }, "range": [ - 1048, - 1067 + 1049, + 1068 ], "loc": { "start": { @@ -2522,8 +2522,8 @@ "value": null, "raw": "null", "range": [ - 1070, - 1074 + 1071, + 1075 ], "loc": { "start": { @@ -2537,8 +2537,8 @@ } }, "range": [ - 1002, - 1074 + 1003, + 1075 ], "loc": { "start": { @@ -2552,8 +2552,8 @@ } }, "range": [ - 980, - 1074 + 981, + 1075 ], "loc": { "start": { @@ -2567,8 +2567,8 @@ } }, "range": [ - 980, - 1075 + 981, + 1076 ], "loc": { "start": { @@ -2585,8 +2585,8 @@ "type": "Line", "value": "callback after message is displayed", "range": [ - 934, - 971 + 935, + 972 ], "loc": { "start": { @@ -2605,8 +2605,8 @@ "type": "Line", "value": "callback before message is hidden", "range": [ - 1084, - 1119 + 1085, + 1120 ], "loc": { "start": { @@ -2632,8 +2632,8 @@ "object": { "type": "ThisExpression", "range": [ - 1128, - 1132 + 1129, + 1133 ], "loc": { "start": { @@ -2650,8 +2650,8 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 1133, - 1148 + 1134, + 1149 ], "loc": { "start": { @@ -2665,8 +2665,8 @@ } }, "range": [ - 1128, - 1148 + 1129, + 1149 ], "loc": { "start": { @@ -2690,8 +2690,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1151, - 1156 + 1152, + 1157 ], "loc": { "start": { @@ -2708,8 +2708,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1157, - 1161 + 1158, + 1162 ], "loc": { "start": { @@ -2723,8 +2723,8 @@ } }, "range": [ - 1151, - 1161 + 1152, + 1162 ], "loc": { "start": { @@ -2745,8 +2745,8 @@ "type": "Identifier", "name": "f", "range": [ - 1162, - 1163 + 1163, + 1164 ], "loc": { "start": { @@ -2763,8 +2763,8 @@ "type": "Identifier", "name": "on_before_hide_msg", "range": [ - 1164, - 1182 + 1165, + 1183 ], "loc": { "start": { @@ -2778,8 +2778,8 @@ } }, "range": [ - 1162, - 1182 + 1163, + 1183 ], "loc": { "start": { @@ -2794,8 +2794,8 @@ } ], "range": [ - 1151, - 1183 + 1152, + 1184 ], "loc": { "start": { @@ -2815,8 +2815,8 @@ "type": "Identifier", "name": "f", "range": [ - 1198, - 1199 + 1199, + 1200 ], "loc": { "start": { @@ -2833,8 +2833,8 @@ "type": "Identifier", "name": "on_before_hide_msg", "range": [ - 1200, - 1218 + 1201, + 1219 ], "loc": { "start": { @@ -2848,8 +2848,8 @@ } }, "range": [ - 1198, - 1218 + 1199, + 1219 ], "loc": { "start": { @@ -2867,8 +2867,8 @@ "value": null, "raw": "null", "range": [ - 1221, - 1225 + 1222, + 1226 ], "loc": { "start": { @@ -2882,8 +2882,8 @@ } }, "range": [ - 1151, - 1225 + 1152, + 1226 ], "loc": { "start": { @@ -2897,8 +2897,8 @@ } }, "range": [ - 1128, - 1225 + 1129, + 1226 ], "loc": { "start": { @@ -2912,8 +2912,8 @@ } }, "range": [ - 1128, - 1226 + 1129, + 1227 ], "loc": { "start": { @@ -2930,8 +2930,8 @@ "type": "Line", "value": "callback before message is hidden", "range": [ - 1084, - 1119 + 1085, + 1120 ], "loc": { "start": { @@ -2950,8 +2950,8 @@ "type": "Line", "value": "callback after message is hidden", "range": [ - 1235, - 1269 + 1236, + 1270 ], "loc": { "start": { @@ -2977,8 +2977,8 @@ "object": { "type": "ThisExpression", "range": [ - 1278, - 1282 + 1279, + 1283 ], "loc": { "start": { @@ -2995,8 +2995,8 @@ "type": "Identifier", "name": "onAfterHideMsg", "range": [ - 1283, - 1297 + 1284, + 1298 ], "loc": { "start": { @@ -3010,8 +3010,8 @@ } }, "range": [ - 1278, - 1297 + 1279, + 1298 ], "loc": { "start": { @@ -3035,8 +3035,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1300, - 1305 + 1301, + 1306 ], "loc": { "start": { @@ -3053,8 +3053,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1306, - 1310 + 1307, + 1311 ], "loc": { "start": { @@ -3068,8 +3068,8 @@ } }, "range": [ - 1300, - 1310 + 1301, + 1311 ], "loc": { "start": { @@ -3090,8 +3090,8 @@ "type": "Identifier", "name": "f", "range": [ - 1311, - 1312 + 1312, + 1313 ], "loc": { "start": { @@ -3108,8 +3108,8 @@ "type": "Identifier", "name": "on_after_hide_msg", "range": [ - 1313, - 1330 + 1314, + 1331 ], "loc": { "start": { @@ -3123,8 +3123,8 @@ } }, "range": [ - 1311, - 1330 + 1312, + 1331 ], "loc": { "start": { @@ -3139,8 +3139,8 @@ } ], "range": [ - 1300, - 1331 + 1301, + 1332 ], "loc": { "start": { @@ -3160,8 +3160,8 @@ "type": "Identifier", "name": "f", "range": [ - 1346, - 1347 + 1347, + 1348 ], "loc": { "start": { @@ -3178,8 +3178,8 @@ "type": "Identifier", "name": "on_after_hide_msg", "range": [ - 1348, - 1365 + 1349, + 1366 ], "loc": { "start": { @@ -3193,8 +3193,8 @@ } }, "range": [ - 1346, - 1365 + 1347, + 1366 ], "loc": { "start": { @@ -3212,8 +3212,8 @@ "value": null, "raw": "null", "range": [ - 1368, - 1372 + 1369, + 1373 ], "loc": { "start": { @@ -3227,8 +3227,8 @@ } }, "range": [ - 1300, - 1372 + 1301, + 1373 ], "loc": { "start": { @@ -3242,8 +3242,8 @@ } }, "range": [ - 1278, - 1372 + 1279, + 1373 ], "loc": { "start": { @@ -3257,8 +3257,8 @@ } }, "range": [ - 1278, - 1373 + 1279, + 1374 ], "loc": { "start": { @@ -3275,8 +3275,8 @@ "type": "Line", "value": "callback after message is hidden", "range": [ - 1235, - 1269 + 1236, + 1270 ], "loc": { "start": { @@ -3302,8 +3302,8 @@ "object": { "type": "ThisExpression", "range": [ - 1383, - 1387 + 1384, + 1388 ], "loc": { "start": { @@ -3320,8 +3320,8 @@ "type": "Identifier", "name": "prfxNoResults", "range": [ - 1388, - 1401 + 1389, + 1402 ], "loc": { "start": { @@ -3335,8 +3335,8 @@ } }, "range": [ - 1383, - 1401 + 1384, + 1402 ], "loc": { "start": { @@ -3354,8 +3354,8 @@ "value": "nores_", "raw": "'nores_'", "range": [ - 1404, - 1412 + 1405, + 1413 ], "loc": { "start": { @@ -3369,8 +3369,8 @@ } }, "range": [ - 1383, - 1412 + 1384, + 1413 ], "loc": { "start": { @@ -3384,8 +3384,8 @@ } }, "range": [ - 1383, - 1413 + 1384, + 1414 ], "loc": { "start": { @@ -3400,8 +3400,8 @@ } ], "range": [ - 285, - 1419 + 286, + 1420 ], "loc": { "start": { @@ -3417,8 +3417,8 @@ "generator": false, "expression": false, "range": [ - 281, - 1419 + 282, + 1420 ], "loc": { "start": { @@ -3434,8 +3434,8 @@ "kind": "constructor", "computed": false, "range": [ - 270, - 1419 + 271, + 1420 ], "loc": { "start": { @@ -3452,8 +3452,8 @@ "type": "Block", "value": "*\n * No results message UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 168, - 265 + 169, + 266 ], "loc": { "start": { @@ -3475,8 +3475,8 @@ "type": "Identifier", "name": "init", "range": [ - 1425, - 1429 + 1426, + 1430 ], "loc": { "start": { @@ -3504,8 +3504,8 @@ "object": { "type": "ThisExpression", "range": [ - 1444, - 1448 + 1445, + 1449 ], "loc": { "start": { @@ -3522,8 +3522,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 1449, - 1460 + 1450, + 1461 ], "loc": { "start": { @@ -3537,8 +3537,8 @@ } }, "range": [ - 1444, - 1460 + 1445, + 1461 ], "loc": { "start": { @@ -3558,8 +3558,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1475, - 1482 + 1476, + 1483 ], "loc": { "start": { @@ -3574,8 +3574,8 @@ } ], "range": [ - 1461, - 1492 + 1462, + 1493 ], "loc": { "start": { @@ -3590,8 +3590,8 @@ }, "alternate": null, "range": [ - 1441, - 1492 + 1442, + 1493 ], "loc": { "start": { @@ -3613,8 +3613,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1505, - 1507 + 1506, + 1508 ], "loc": { "start": { @@ -3633,8 +3633,8 @@ "object": { "type": "ThisExpression", "range": [ - 1510, - 1514 + 1511, + 1515 ], "loc": { "start": { @@ -3651,8 +3651,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1515, - 1517 + 1516, + 1518 ], "loc": { "start": { @@ -3666,8 +3666,8 @@ } }, "range": [ - 1510, - 1517 + 1511, + 1518 ], "loc": { "start": { @@ -3681,8 +3681,8 @@ } }, "range": [ - 1505, - 1517 + 1506, + 1518 ], "loc": { "start": { @@ -3698,8 +3698,8 @@ ], "kind": "let", "range": [ - 1501, - 1518 + 1502, + 1519 ], "loc": { "start": { @@ -3721,8 +3721,8 @@ "type": "Identifier", "name": "target", "range": [ - 1531, - 1537 + 1532, + 1538 ], "loc": { "start": { @@ -3747,8 +3747,8 @@ "object": { "type": "ThisExpression", "range": [ - 1540, - 1544 + 1541, + 1545 ], "loc": { "start": { @@ -3765,8 +3765,8 @@ "type": "Identifier", "name": "customContainer", "range": [ - 1545, - 1560 + 1546, + 1561 ], "loc": { "start": { @@ -3780,8 +3780,8 @@ } }, "range": [ - 1540, - 1560 + 1541, + 1561 ], "loc": { "start": { @@ -3803,8 +3803,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1564, - 1567 + 1565, + 1568 ], "loc": { "start": { @@ -3821,8 +3821,8 @@ "type": "Identifier", "name": "id", "range": [ - 1568, - 1570 + 1569, + 1571 ], "loc": { "start": { @@ -3836,8 +3836,8 @@ } }, "range": [ - 1564, - 1570 + 1565, + 1571 ], "loc": { "start": { @@ -3857,8 +3857,8 @@ "object": { "type": "ThisExpression", "range": [ - 1571, - 1575 + 1572, + 1576 ], "loc": { "start": { @@ -3875,8 +3875,8 @@ "type": "Identifier", "name": "customContainerId", "range": [ - 1576, - 1593 + 1577, + 1594 ], "loc": { "start": { @@ -3890,8 +3890,8 @@ } }, "range": [ - 1571, - 1593 + 1572, + 1594 ], "loc": { "start": { @@ -3906,8 +3906,8 @@ } ], "range": [ - 1564, - 1594 + 1565, + 1595 ], "loc": { "start": { @@ -3921,8 +3921,8 @@ } }, "range": [ - 1540, - 1594 + 1541, + 1595 ], "loc": { "start": { @@ -3942,8 +3942,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1610, - 1612 + 1611, + 1613 ], "loc": { "start": { @@ -3960,8 +3960,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 1613, - 1616 + 1614, + 1617 ], "loc": { "start": { @@ -3975,8 +3975,8 @@ } }, "range": [ - 1610, - 1616 + 1611, + 1617 ], "loc": { "start": { @@ -3990,8 +3990,8 @@ } }, "range": [ - 1540, - 1616 + 1541, + 1617 ], "loc": { "start": { @@ -4005,8 +4005,8 @@ } }, "range": [ - 1531, - 1616 + 1532, + 1617 ], "loc": { "start": { @@ -4022,8 +4022,8 @@ ], "kind": "let", "range": [ - 1527, - 1617 + 1528, + 1618 ], "loc": { "start": { @@ -4040,8 +4040,8 @@ "type": "Line", "value": "container", "range": [ - 1627, - 1638 + 1628, + 1639 ], "loc": { "start": { @@ -4065,8 +4065,8 @@ "type": "Identifier", "name": "cont", "range": [ - 1651, - 1655 + 1652, + 1656 ], "loc": { "start": { @@ -4088,8 +4088,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1658, - 1661 + 1659, + 1662 ], "loc": { "start": { @@ -4106,8 +4106,8 @@ "type": "Identifier", "name": "create", "range": [ - 1662, - 1668 + 1663, + 1669 ], "loc": { "start": { @@ -4121,8 +4121,8 @@ } }, "range": [ - 1658, - 1668 + 1659, + 1669 ], "loc": { "start": { @@ -4141,8 +4141,8 @@ "value": "div", "raw": "'div'", "range": [ - 1669, - 1674 + 1670, + 1675 ], "loc": { "start": { @@ -4163,8 +4163,8 @@ "value": "id", "raw": "'id'", "range": [ - 1677, - 1681 + 1678, + 1682 ], "loc": { "start": { @@ -4186,8 +4186,8 @@ "object": { "type": "ThisExpression", "range": [ - 1683, - 1687 + 1684, + 1688 ], "loc": { "start": { @@ -4204,8 +4204,8 @@ "type": "Identifier", "name": "prfxNoResults", "range": [ - 1688, - 1701 + 1689, + 1702 ], "loc": { "start": { @@ -4219,8 +4219,8 @@ } }, "range": [ - 1683, - 1701 + 1684, + 1702 ], "loc": { "start": { @@ -4240,8 +4240,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1702, - 1704 + 1703, + 1705 ], "loc": { "start": { @@ -4258,8 +4258,8 @@ "type": "Identifier", "name": "id", "range": [ - 1705, - 1707 + 1706, + 1708 ], "loc": { "start": { @@ -4273,8 +4273,8 @@ } }, "range": [ - 1702, - 1707 + 1703, + 1708 ], "loc": { "start": { @@ -4288,8 +4288,8 @@ } }, "range": [ - 1683, - 1707 + 1684, + 1708 ], "loc": { "start": { @@ -4304,8 +4304,8 @@ } ], "range": [ - 1676, - 1708 + 1677, + 1709 ], "loc": { "start": { @@ -4320,8 +4320,8 @@ } ], "range": [ - 1658, - 1709 + 1659, + 1710 ], "loc": { "start": { @@ -4335,8 +4335,8 @@ } }, "range": [ - 1651, - 1709 + 1652, + 1710 ], "loc": { "start": { @@ -4352,8 +4352,8 @@ ], "kind": "let", "range": [ - 1647, - 1710 + 1648, + 1711 ], "loc": { "start": { @@ -4370,8 +4370,8 @@ "type": "Line", "value": "container", "range": [ - 1627, - 1638 + 1628, + 1639 ], "loc": { "start": { @@ -4398,8 +4398,8 @@ "type": "Identifier", "name": "cont", "range": [ - 1719, - 1723 + 1720, + 1724 ], "loc": { "start": { @@ -4416,8 +4416,8 @@ "type": "Identifier", "name": "className", "range": [ - 1724, - 1733 + 1725, + 1734 ], "loc": { "start": { @@ -4431,8 +4431,8 @@ } }, "range": [ - 1719, - 1733 + 1720, + 1734 ], "loc": { "start": { @@ -4451,8 +4451,8 @@ "object": { "type": "ThisExpression", "range": [ - 1736, - 1740 + 1737, + 1741 ], "loc": { "start": { @@ -4469,8 +4469,8 @@ "type": "Identifier", "name": "cssClass", "range": [ - 1741, - 1749 + 1742, + 1750 ], "loc": { "start": { @@ -4484,8 +4484,8 @@ } }, "range": [ - 1736, - 1749 + 1737, + 1750 ], "loc": { "start": { @@ -4499,8 +4499,8 @@ } }, "range": [ - 1719, - 1749 + 1720, + 1750 ], "loc": { "start": { @@ -4514,8 +4514,8 @@ } }, "range": [ - 1719, - 1750 + 1720, + 1751 ], "loc": { "start": { @@ -4540,8 +4540,8 @@ "type": "Identifier", "name": "cont", "range": [ - 1759, - 1763 + 1760, + 1764 ], "loc": { "start": { @@ -4558,8 +4558,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 1764, - 1773 + 1765, + 1774 ], "loc": { "start": { @@ -4573,8 +4573,8 @@ } }, "range": [ - 1759, - 1773 + 1760, + 1774 ], "loc": { "start": { @@ -4593,8 +4593,8 @@ "object": { "type": "ThisExpression", "range": [ - 1776, - 1780 + 1777, + 1781 ], "loc": { "start": { @@ -4611,8 +4611,8 @@ "type": "Identifier", "name": "content", "range": [ - 1781, - 1788 + 1782, + 1789 ], "loc": { "start": { @@ -4626,8 +4626,8 @@ } }, "range": [ - 1776, - 1788 + 1777, + 1789 ], "loc": { "start": { @@ -4641,8 +4641,8 @@ } }, "range": [ - 1759, - 1788 + 1760, + 1789 ], "loc": { "start": { @@ -4656,8 +4656,8 @@ } }, "range": [ - 1759, - 1789 + 1760, + 1790 ], "loc": { "start": { @@ -4678,8 +4678,8 @@ "object": { "type": "ThisExpression", "range": [ - 1802, - 1806 + 1803, + 1807 ], "loc": { "start": { @@ -4696,8 +4696,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 1807, - 1817 + 1808, + 1818 ], "loc": { "start": { @@ -4711,8 +4711,8 @@ } }, "range": [ - 1802, - 1817 + 1803, + 1818 ], "loc": { "start": { @@ -4739,8 +4739,8 @@ "type": "Identifier", "name": "target", "range": [ - 1832, - 1838 + 1833, + 1839 ], "loc": { "start": { @@ -4757,8 +4757,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1839, - 1850 + 1840, + 1851 ], "loc": { "start": { @@ -4772,8 +4772,8 @@ } }, "range": [ - 1832, - 1850 + 1833, + 1851 ], "loc": { "start": { @@ -4791,8 +4791,8 @@ "type": "Identifier", "name": "cont", "range": [ - 1851, - 1855 + 1852, + 1856 ], "loc": { "start": { @@ -4807,8 +4807,8 @@ } ], "range": [ - 1832, - 1856 + 1833, + 1857 ], "loc": { "start": { @@ -4822,8 +4822,8 @@ } }, "range": [ - 1832, - 1857 + 1833, + 1858 ], "loc": { "start": { @@ -4838,8 +4838,8 @@ } ], "range": [ - 1818, - 1867 + 1819, + 1868 ], "loc": { "start": { @@ -4869,8 +4869,8 @@ "type": "Identifier", "name": "target", "range": [ - 1887, - 1893 + 1888, + 1894 ], "loc": { "start": { @@ -4887,8 +4887,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 1894, - 1904 + 1895, + 1905 ], "loc": { "start": { @@ -4902,8 +4902,8 @@ } }, "range": [ - 1887, - 1904 + 1888, + 1905 ], "loc": { "start": { @@ -4920,8 +4920,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 1905, - 1917 + 1906, + 1918 ], "loc": { "start": { @@ -4935,8 +4935,8 @@ } }, "range": [ - 1887, - 1917 + 1888, + 1918 ], "loc": { "start": { @@ -4954,8 +4954,8 @@ "type": "Identifier", "name": "cont", "range": [ - 1918, - 1922 + 1919, + 1923 ], "loc": { "start": { @@ -4975,8 +4975,8 @@ "type": "Identifier", "name": "target", "range": [ - 1924, - 1930 + 1925, + 1931 ], "loc": { "start": { @@ -4993,8 +4993,8 @@ "type": "Identifier", "name": "nextSibling", "range": [ - 1931, - 1942 + 1932, + 1943 ], "loc": { "start": { @@ -5008,8 +5008,8 @@ } }, "range": [ - 1924, - 1942 + 1925, + 1943 ], "loc": { "start": { @@ -5024,8 +5024,8 @@ } ], "range": [ - 1887, - 1943 + 1888, + 1944 ], "loc": { "start": { @@ -5039,8 +5039,8 @@ } }, "range": [ - 1887, - 1944 + 1888, + 1945 ], "loc": { "start": { @@ -5055,8 +5055,8 @@ } ], "range": [ - 1873, - 1954 + 1874, + 1955 ], "loc": { "start": { @@ -5070,8 +5070,8 @@ } }, "range": [ - 1799, - 1954 + 1800, + 1955 ], "loc": { "start": { @@ -5095,8 +5095,8 @@ "object": { "type": "ThisExpression", "range": [ - 1964, - 1968 + 1965, + 1969 ], "loc": { "start": { @@ -5113,8 +5113,8 @@ "type": "Identifier", "name": "cont", "range": [ - 1969, - 1973 + 1970, + 1974 ], "loc": { "start": { @@ -5128,8 +5128,8 @@ } }, "range": [ - 1964, - 1973 + 1965, + 1974 ], "loc": { "start": { @@ -5146,8 +5146,8 @@ "type": "Identifier", "name": "cont", "range": [ - 1976, - 1980 + 1977, + 1981 ], "loc": { "start": { @@ -5161,8 +5161,8 @@ } }, "range": [ - 1964, - 1980 + 1965, + 1981 ], "loc": { "start": { @@ -5176,8 +5176,8 @@ } }, "range": [ - 1964, - 1981 + 1965, + 1982 ], "loc": { "start": { @@ -5194,8 +5194,8 @@ "type": "Line", "value": " subscribe to after-filtering event", "range": [ - 1991, - 2028 + 1992, + 2029 ], "loc": { "start": { @@ -5223,8 +5223,8 @@ "object": { "type": "ThisExpression", "range": [ - 2037, - 2041 + 2038, + 2042 ], "loc": { "start": { @@ -5241,8 +5241,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2042, - 2049 + 2043, + 2050 ], "loc": { "start": { @@ -5256,8 +5256,8 @@ } }, "range": [ - 2037, - 2049 + 2038, + 2050 ], "loc": { "start": { @@ -5274,8 +5274,8 @@ "type": "Identifier", "name": "on", "range": [ - 2050, - 2052 + 2051, + 2053 ], "loc": { "start": { @@ -5289,8 +5289,8 @@ } }, "range": [ - 2037, - 2052 + 2038, + 2053 ], "loc": { "start": { @@ -5312,8 +5312,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 2054, - 2071 + 2055, + 2072 ], "loc": { "start": { @@ -5328,8 +5328,8 @@ } ], "range": [ - 2053, - 2072 + 2054, + 2073 ], "loc": { "start": { @@ -5354,8 +5354,8 @@ "object": { "type": "ThisExpression", "range": [ - 2079, - 2083 + 2080, + 2084 ], "loc": { "start": { @@ -5372,8 +5372,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 2084, - 2090 + 2085, + 2091 ], "loc": { "start": { @@ -5387,8 +5387,8 @@ } }, "range": [ - 2079, - 2090 + 2080, + 2091 ], "loc": { "start": { @@ -5403,8 +5403,8 @@ }, "arguments": [], "range": [ - 2079, - 2092 + 2080, + 2093 ], "loc": { "start": { @@ -5420,8 +5420,8 @@ "generator": false, "expression": true, "range": [ - 2074, - 2092 + 2075, + 2093 ], "loc": { "start": { @@ -5436,8 +5436,8 @@ } ], "range": [ - 2037, - 2093 + 2038, + 2094 ], "loc": { "start": { @@ -5451,8 +5451,8 @@ } }, "range": [ - 2037, - 2094 + 2038, + 2095 ], "loc": { "start": { @@ -5469,8 +5469,8 @@ "type": "Line", "value": " subscribe to after-filtering event", "range": [ - 1991, - 2028 + 1992, + 2029 ], "loc": { "start": { @@ -5496,8 +5496,8 @@ "object": { "type": "ThisExpression", "range": [ - 2104, - 2108 + 2105, + 2109 ], "loc": { "start": { @@ -5514,8 +5514,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2109, - 2120 + 2110, + 2121 ], "loc": { "start": { @@ -5529,8 +5529,8 @@ } }, "range": [ - 2104, - 2120 + 2105, + 2121 ], "loc": { "start": { @@ -5548,8 +5548,8 @@ "value": true, "raw": "true", "range": [ - 2123, - 2127 + 2124, + 2128 ], "loc": { "start": { @@ -5563,8 +5563,8 @@ } }, "range": [ - 2104, - 2127 + 2105, + 2128 ], "loc": { "start": { @@ -5578,8 +5578,8 @@ } }, "range": [ - 2104, - 2128 + 2105, + 2129 ], "loc": { "start": { @@ -5602,8 +5602,8 @@ "object": { "type": "ThisExpression", "range": [ - 2137, - 2141 + 2138, + 2142 ], "loc": { "start": { @@ -5620,8 +5620,8 @@ "type": "Identifier", "name": "hide", "range": [ - 2142, - 2146 + 2143, + 2147 ], "loc": { "start": { @@ -5635,8 +5635,8 @@ } }, "range": [ - 2137, - 2146 + 2138, + 2147 ], "loc": { "start": { @@ -5651,8 +5651,8 @@ }, "arguments": [], "range": [ - 2137, - 2148 + 2138, + 2149 ], "loc": { "start": { @@ -5666,8 +5666,8 @@ } }, "range": [ - 2137, - 2149 + 2138, + 2150 ], "loc": { "start": { @@ -5682,8 +5682,8 @@ } ], "range": [ - 1431, - 2155 + 1432, + 2156 ], "loc": { "start": { @@ -5699,8 +5699,8 @@ "generator": false, "expression": false, "range": [ - 1429, - 2155 + 1430, + 2156 ], "loc": { "start": { @@ -5716,8 +5716,8 @@ "kind": "method", "computed": false, "range": [ - 1425, - 2155 + 1426, + 2156 ], "loc": { "start": { @@ -5737,8 +5737,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 2161, - 2167 + 2162, + 2168 ], "loc": { "start": { @@ -5772,8 +5772,8 @@ "object": { "type": "ThisExpression", "range": [ - 2182, - 2186 + 2183, + 2187 ], "loc": { "start": { @@ -5790,8 +5790,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2187, - 2189 + 2188, + 2190 ], "loc": { "start": { @@ -5805,8 +5805,8 @@ } }, "range": [ - 2182, - 2189 + 2183, + 2190 ], "loc": { "start": { @@ -5823,8 +5823,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 2190, - 2203 + 2191, + 2204 ], "loc": { "start": { @@ -5838,8 +5838,8 @@ } }, "range": [ - 2182, - 2203 + 2183, + 2204 ], "loc": { "start": { @@ -5857,8 +5857,8 @@ "value": 0, "raw": "0", "range": [ - 2206, - 2207 + 2207, + 2208 ], "loc": { "start": { @@ -5872,8 +5872,8 @@ } }, "range": [ - 2182, - 2207 + 2183, + 2208 ], "loc": { "start": { @@ -5899,8 +5899,8 @@ "object": { "type": "ThisExpression", "range": [ - 2222, - 2226 + 2223, + 2227 ], "loc": { "start": { @@ -5917,8 +5917,8 @@ "type": "Identifier", "name": "hide", "range": [ - 2227, - 2231 + 2228, + 2232 ], "loc": { "start": { @@ -5932,8 +5932,8 @@ } }, "range": [ - 2222, - 2231 + 2223, + 2232 ], "loc": { "start": { @@ -5948,8 +5948,8 @@ }, "arguments": [], "range": [ - 2222, - 2233 + 2223, + 2234 ], "loc": { "start": { @@ -5963,8 +5963,8 @@ } }, "range": [ - 2222, - 2234 + 2223, + 2235 ], "loc": { "start": { @@ -5979,8 +5979,8 @@ } ], "range": [ - 2208, - 2244 + 2209, + 2245 ], "loc": { "start": { @@ -6006,8 +6006,8 @@ "object": { "type": "ThisExpression", "range": [ - 2264, - 2268 + 2265, + 2269 ], "loc": { "start": { @@ -6024,8 +6024,8 @@ "type": "Identifier", "name": "show", "range": [ - 2269, - 2273 + 2270, + 2274 ], "loc": { "start": { @@ -6039,8 +6039,8 @@ } }, "range": [ - 2264, - 2273 + 2265, + 2274 ], "loc": { "start": { @@ -6055,8 +6055,8 @@ }, "arguments": [], "range": [ - 2264, - 2275 + 2265, + 2276 ], "loc": { "start": { @@ -6070,8 +6070,8 @@ } }, "range": [ - 2264, - 2276 + 2265, + 2277 ], "loc": { "start": { @@ -6086,8 +6086,8 @@ } ], "range": [ - 2250, - 2286 + 2251, + 2287 ], "loc": { "start": { @@ -6101,8 +6101,8 @@ } }, "range": [ - 2179, - 2286 + 2180, + 2287 ], "loc": { "start": { @@ -6117,8 +6117,8 @@ } ], "range": [ - 2169, - 2292 + 2170, + 2293 ], "loc": { "start": { @@ -6134,8 +6134,8 @@ "generator": false, "expression": false, "range": [ - 2167, - 2292 + 2168, + 2293 ], "loc": { "start": { @@ -6151,8 +6151,8 @@ "kind": "method", "computed": false, "range": [ - 2161, - 2292 + 2162, + 2293 ], "loc": { "start": { @@ -6172,8 +6172,8 @@ "type": "Identifier", "name": "show", "range": [ - 2298, - 2302 + 2299, + 2303 ], "loc": { "start": { @@ -6207,8 +6207,8 @@ "object": { "type": "ThisExpression", "range": [ - 2318, - 2322 + 2319, + 2323 ], "loc": { "start": { @@ -6225,8 +6225,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2323, - 2334 + 2324, + 2335 ], "loc": { "start": { @@ -6240,8 +6240,8 @@ } }, "range": [ - 2318, - 2334 + 2319, + 2335 ], "loc": { "start": { @@ -6256,8 +6256,8 @@ }, "prefix": true, "range": [ - 2317, - 2334 + 2318, + 2335 ], "loc": { "start": { @@ -6281,8 +6281,8 @@ "object": { "type": "ThisExpression", "range": [ - 2339, - 2343 + 2340, + 2344 ], "loc": { "start": { @@ -6299,8 +6299,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 2344, - 2353 + 2345, + 2354 ], "loc": { "start": { @@ -6314,8 +6314,8 @@ } }, "range": [ - 2339, - 2353 + 2340, + 2354 ], "loc": { "start": { @@ -6330,8 +6330,8 @@ }, "arguments": [], "range": [ - 2339, - 2355 + 2340, + 2356 ], "loc": { "start": { @@ -6346,8 +6346,8 @@ }, "prefix": true, "range": [ - 2338, - 2355 + 2339, + 2356 ], "loc": { "start": { @@ -6361,8 +6361,8 @@ } }, "range": [ - 2317, - 2355 + 2318, + 2356 ], "loc": { "start": { @@ -6382,8 +6382,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2370, - 2377 + 2371, + 2378 ], "loc": { "start": { @@ -6398,8 +6398,8 @@ } ], "range": [ - 2356, - 2387 + 2357, + 2388 ], "loc": { "start": { @@ -6414,8 +6414,8 @@ }, "alternate": null, "range": [ - 2314, - 2387 + 2315, + 2388 ], "loc": { "start": { @@ -6436,8 +6436,8 @@ "object": { "type": "ThisExpression", "range": [ - 2400, - 2404 + 2401, + 2405 ], "loc": { "start": { @@ -6454,8 +6454,8 @@ "type": "Identifier", "name": "onBeforeShowMsg", "range": [ - 2405, - 2420 + 2406, + 2421 ], "loc": { "start": { @@ -6469,8 +6469,8 @@ } }, "range": [ - 2400, - 2420 + 2401, + 2421 ], "loc": { "start": { @@ -6499,8 +6499,8 @@ "object": { "type": "ThisExpression", "range": [ - 2435, - 2439 + 2436, + 2440 ], "loc": { "start": { @@ -6517,8 +6517,8 @@ "type": "Identifier", "name": "onBeforeShowMsg", "range": [ - 2440, - 2455 + 2441, + 2456 ], "loc": { "start": { @@ -6532,8 +6532,8 @@ } }, "range": [ - 2435, - 2455 + 2436, + 2456 ], "loc": { "start": { @@ -6550,8 +6550,8 @@ "type": "Identifier", "name": "call", "range": [ - 2456, - 2460 + 2457, + 2461 ], "loc": { "start": { @@ -6565,8 +6565,8 @@ } }, "range": [ - 2435, - 2460 + 2436, + 2461 ], "loc": { "start": { @@ -6585,8 +6585,8 @@ "value": null, "raw": "null", "range": [ - 2461, - 2465 + 2462, + 2466 ], "loc": { "start": { @@ -6605,8 +6605,8 @@ "object": { "type": "ThisExpression", "range": [ - 2467, - 2471 + 2468, + 2472 ], "loc": { "start": { @@ -6623,8 +6623,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2472, - 2474 + 2473, + 2475 ], "loc": { "start": { @@ -6638,8 +6638,8 @@ } }, "range": [ - 2467, - 2474 + 2468, + 2475 ], "loc": { "start": { @@ -6655,8 +6655,8 @@ { "type": "ThisExpression", "range": [ - 2476, - 2480 + 2477, + 2481 ], "loc": { "start": { @@ -6671,8 +6671,8 @@ } ], "range": [ - 2435, - 2481 + 2436, + 2482 ], "loc": { "start": { @@ -6686,8 +6686,8 @@ } }, "range": [ - 2435, - 2482 + 2436, + 2483 ], "loc": { "start": { @@ -6702,8 +6702,8 @@ } ], "range": [ - 2421, - 2492 + 2422, + 2493 ], "loc": { "start": { @@ -6718,8 +6718,8 @@ }, "alternate": null, "range": [ - 2397, - 2492 + 2398, + 2493 ], "loc": { "start": { @@ -6742,8 +6742,8 @@ "object": { "type": "ThisExpression", "range": [ - 2502, - 2506 + 2503, + 2507 ], "loc": { "start": { @@ -6760,8 +6760,8 @@ "type": "Identifier", "name": "setWidth", "range": [ - 2507, - 2515 + 2508, + 2516 ], "loc": { "start": { @@ -6775,8 +6775,8 @@ } }, "range": [ - 2502, - 2515 + 2503, + 2516 ], "loc": { "start": { @@ -6791,8 +6791,8 @@ }, "arguments": [], "range": [ - 2502, - 2517 + 2503, + 2518 ], "loc": { "start": { @@ -6806,8 +6806,8 @@ } }, "range": [ - 2502, - 2518 + 2503, + 2519 ], "loc": { "start": { @@ -6837,8 +6837,8 @@ "object": { "type": "ThisExpression", "range": [ - 2527, - 2531 + 2528, + 2532 ], "loc": { "start": { @@ -6855,8 +6855,8 @@ "type": "Identifier", "name": "cont", "range": [ - 2532, - 2536 + 2533, + 2537 ], "loc": { "start": { @@ -6870,8 +6870,8 @@ } }, "range": [ - 2527, - 2536 + 2528, + 2537 ], "loc": { "start": { @@ -6888,8 +6888,8 @@ "type": "Identifier", "name": "style", "range": [ - 2537, - 2542 + 2538, + 2543 ], "loc": { "start": { @@ -6903,8 +6903,8 @@ } }, "range": [ - 2527, - 2542 + 2528, + 2543 ], "loc": { "start": { @@ -6921,8 +6921,8 @@ "type": "Identifier", "name": "display", "range": [ - 2543, - 2550 + 2544, + 2551 ], "loc": { "start": { @@ -6936,8 +6936,8 @@ } }, "range": [ - 2527, - 2550 + 2528, + 2551 ], "loc": { "start": { @@ -6955,8 +6955,8 @@ "value": "block", "raw": "'block'", "range": [ - 2553, - 2560 + 2554, + 2561 ], "loc": { "start": { @@ -6970,8 +6970,8 @@ } }, "range": [ - 2527, - 2560 + 2528, + 2561 ], "loc": { "start": { @@ -6985,8 +6985,8 @@ } }, "range": [ - 2527, - 2561 + 2528, + 2562 ], "loc": { "start": { @@ -7007,8 +7007,8 @@ "object": { "type": "ThisExpression", "range": [ - 2574, - 2578 + 2575, + 2579 ], "loc": { "start": { @@ -7025,8 +7025,8 @@ "type": "Identifier", "name": "onAfterShowMsg", "range": [ - 2579, - 2593 + 2580, + 2594 ], "loc": { "start": { @@ -7040,8 +7040,8 @@ } }, "range": [ - 2574, - 2593 + 2575, + 2594 ], "loc": { "start": { @@ -7070,8 +7070,8 @@ "object": { "type": "ThisExpression", "range": [ - 2608, - 2612 + 2609, + 2613 ], "loc": { "start": { @@ -7088,8 +7088,8 @@ "type": "Identifier", "name": "onAfterShowMsg", "range": [ - 2613, - 2627 + 2614, + 2628 ], "loc": { "start": { @@ -7103,8 +7103,8 @@ } }, "range": [ - 2608, - 2627 + 2609, + 2628 ], "loc": { "start": { @@ -7121,8 +7121,8 @@ "type": "Identifier", "name": "call", "range": [ - 2628, - 2632 + 2629, + 2633 ], "loc": { "start": { @@ -7136,8 +7136,8 @@ } }, "range": [ - 2608, - 2632 + 2609, + 2633 ], "loc": { "start": { @@ -7156,8 +7156,8 @@ "value": null, "raw": "null", "range": [ - 2633, - 2637 + 2634, + 2638 ], "loc": { "start": { @@ -7176,8 +7176,8 @@ "object": { "type": "ThisExpression", "range": [ - 2639, - 2643 + 2640, + 2644 ], "loc": { "start": { @@ -7194,8 +7194,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2644, - 2646 + 2645, + 2647 ], "loc": { "start": { @@ -7209,8 +7209,8 @@ } }, "range": [ - 2639, - 2646 + 2640, + 2647 ], "loc": { "start": { @@ -7226,8 +7226,8 @@ { "type": "ThisExpression", "range": [ - 2648, - 2652 + 2649, + 2653 ], "loc": { "start": { @@ -7242,8 +7242,8 @@ } ], "range": [ - 2608, - 2653 + 2609, + 2654 ], "loc": { "start": { @@ -7257,8 +7257,8 @@ } }, "range": [ - 2608, - 2654 + 2609, + 2655 ], "loc": { "start": { @@ -7273,8 +7273,8 @@ } ], "range": [ - 2594, - 2664 + 2595, + 2665 ], "loc": { "start": { @@ -7289,8 +7289,8 @@ }, "alternate": null, "range": [ - 2571, - 2664 + 2572, + 2665 ], "loc": { "start": { @@ -7305,8 +7305,8 @@ } ], "range": [ - 2304, - 2670 + 2305, + 2671 ], "loc": { "start": { @@ -7322,8 +7322,8 @@ "generator": false, "expression": false, "range": [ - 2302, - 2670 + 2303, + 2671 ], "loc": { "start": { @@ -7339,8 +7339,8 @@ "kind": "method", "computed": false, "range": [ - 2298, - 2670 + 2299, + 2671 ], "loc": { "start": { @@ -7360,8 +7360,8 @@ "type": "Identifier", "name": "hide", "range": [ - 2676, - 2680 + 2677, + 2681 ], "loc": { "start": { @@ -7395,8 +7395,8 @@ "object": { "type": "ThisExpression", "range": [ - 2696, - 2700 + 2697, + 2701 ], "loc": { "start": { @@ -7413,8 +7413,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2701, - 2712 + 2702, + 2713 ], "loc": { "start": { @@ -7428,8 +7428,8 @@ } }, "range": [ - 2696, - 2712 + 2697, + 2713 ], "loc": { "start": { @@ -7444,8 +7444,8 @@ }, "prefix": true, "range": [ - 2695, - 2712 + 2696, + 2713 ], "loc": { "start": { @@ -7469,8 +7469,8 @@ "object": { "type": "ThisExpression", "range": [ - 2717, - 2721 + 2718, + 2722 ], "loc": { "start": { @@ -7487,8 +7487,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 2722, - 2731 + 2723, + 2732 ], "loc": { "start": { @@ -7502,8 +7502,8 @@ } }, "range": [ - 2717, - 2731 + 2718, + 2732 ], "loc": { "start": { @@ -7518,8 +7518,8 @@ }, "arguments": [], "range": [ - 2717, - 2733 + 2718, + 2734 ], "loc": { "start": { @@ -7534,8 +7534,8 @@ }, "prefix": true, "range": [ - 2716, - 2733 + 2717, + 2734 ], "loc": { "start": { @@ -7549,8 +7549,8 @@ } }, "range": [ - 2695, - 2733 + 2696, + 2734 ], "loc": { "start": { @@ -7570,8 +7570,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2748, - 2755 + 2749, + 2756 ], "loc": { "start": { @@ -7586,8 +7586,8 @@ } ], "range": [ - 2734, - 2765 + 2735, + 2766 ], "loc": { "start": { @@ -7602,8 +7602,8 @@ }, "alternate": null, "range": [ - 2692, - 2765 + 2693, + 2766 ], "loc": { "start": { @@ -7624,8 +7624,8 @@ "object": { "type": "ThisExpression", "range": [ - 2778, - 2782 + 2779, + 2783 ], "loc": { "start": { @@ -7642,8 +7642,8 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 2783, - 2798 + 2784, + 2799 ], "loc": { "start": { @@ -7657,8 +7657,8 @@ } }, "range": [ - 2778, - 2798 + 2779, + 2799 ], "loc": { "start": { @@ -7687,8 +7687,8 @@ "object": { "type": "ThisExpression", "range": [ - 2813, - 2817 + 2814, + 2818 ], "loc": { "start": { @@ -7705,8 +7705,8 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 2818, - 2833 + 2819, + 2834 ], "loc": { "start": { @@ -7720,8 +7720,8 @@ } }, "range": [ - 2813, - 2833 + 2814, + 2834 ], "loc": { "start": { @@ -7738,8 +7738,8 @@ "type": "Identifier", "name": "call", "range": [ - 2834, - 2838 + 2835, + 2839 ], "loc": { "start": { @@ -7753,8 +7753,8 @@ } }, "range": [ - 2813, - 2838 + 2814, + 2839 ], "loc": { "start": { @@ -7773,8 +7773,8 @@ "value": null, "raw": "null", "range": [ - 2839, - 2843 + 2840, + 2844 ], "loc": { "start": { @@ -7793,8 +7793,8 @@ "object": { "type": "ThisExpression", "range": [ - 2845, - 2849 + 2846, + 2850 ], "loc": { "start": { @@ -7811,8 +7811,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2850, - 2852 + 2851, + 2853 ], "loc": { "start": { @@ -7826,8 +7826,8 @@ } }, "range": [ - 2845, - 2852 + 2846, + 2853 ], "loc": { "start": { @@ -7843,8 +7843,8 @@ { "type": "ThisExpression", "range": [ - 2854, - 2858 + 2855, + 2859 ], "loc": { "start": { @@ -7859,8 +7859,8 @@ } ], "range": [ - 2813, - 2859 + 2814, + 2860 ], "loc": { "start": { @@ -7874,8 +7874,8 @@ } }, "range": [ - 2813, - 2860 + 2814, + 2861 ], "loc": { "start": { @@ -7890,8 +7890,8 @@ } ], "range": [ - 2799, - 2870 + 2800, + 2871 ], "loc": { "start": { @@ -7906,8 +7906,8 @@ }, "alternate": null, "range": [ - 2775, - 2870 + 2776, + 2871 ], "loc": { "start": { @@ -7937,8 +7937,8 @@ "object": { "type": "ThisExpression", "range": [ - 2880, - 2884 + 2881, + 2885 ], "loc": { "start": { @@ -7955,8 +7955,8 @@ "type": "Identifier", "name": "cont", "range": [ - 2885, - 2889 + 2886, + 2890 ], "loc": { "start": { @@ -7970,8 +7970,8 @@ } }, "range": [ - 2880, - 2889 + 2881, + 2890 ], "loc": { "start": { @@ -7988,8 +7988,8 @@ "type": "Identifier", "name": "style", "range": [ - 2890, - 2895 + 2891, + 2896 ], "loc": { "start": { @@ -8003,8 +8003,8 @@ } }, "range": [ - 2880, - 2895 + 2881, + 2896 ], "loc": { "start": { @@ -8021,8 +8021,8 @@ "type": "Identifier", "name": "display", "range": [ - 2896, - 2903 + 2897, + 2904 ], "loc": { "start": { @@ -8036,8 +8036,8 @@ } }, "range": [ - 2880, - 2903 + 2881, + 2904 ], "loc": { "start": { @@ -8054,8 +8054,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 2906, - 2910 + 2907, + 2911 ], "loc": { "start": { @@ -8069,8 +8069,8 @@ } }, "range": [ - 2880, - 2910 + 2881, + 2911 ], "loc": { "start": { @@ -8084,8 +8084,8 @@ } }, "range": [ - 2880, - 2911 + 2881, + 2912 ], "loc": { "start": { @@ -8106,8 +8106,8 @@ "object": { "type": "ThisExpression", "range": [ - 2924, - 2928 + 2925, + 2929 ], "loc": { "start": { @@ -8124,8 +8124,8 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 2929, - 2944 + 2930, + 2945 ], "loc": { "start": { @@ -8139,8 +8139,8 @@ } }, "range": [ - 2924, - 2944 + 2925, + 2945 ], "loc": { "start": { @@ -8169,8 +8169,8 @@ "object": { "type": "ThisExpression", "range": [ - 2959, - 2963 + 2960, + 2964 ], "loc": { "start": { @@ -8187,8 +8187,8 @@ "type": "Identifier", "name": "onBeforeHideMsg", "range": [ - 2964, - 2979 + 2965, + 2980 ], "loc": { "start": { @@ -8202,8 +8202,8 @@ } }, "range": [ - 2959, - 2979 + 2960, + 2980 ], "loc": { "start": { @@ -8220,8 +8220,8 @@ "type": "Identifier", "name": "call", "range": [ - 2980, - 2984 + 2981, + 2985 ], "loc": { "start": { @@ -8235,8 +8235,8 @@ } }, "range": [ - 2959, - 2984 + 2960, + 2985 ], "loc": { "start": { @@ -8255,8 +8255,8 @@ "value": null, "raw": "null", "range": [ - 2985, - 2989 + 2986, + 2990 ], "loc": { "start": { @@ -8275,8 +8275,8 @@ "object": { "type": "ThisExpression", "range": [ - 2991, - 2995 + 2992, + 2996 ], "loc": { "start": { @@ -8293,8 +8293,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2996, - 2998 + 2997, + 2999 ], "loc": { "start": { @@ -8308,8 +8308,8 @@ } }, "range": [ - 2991, - 2998 + 2992, + 2999 ], "loc": { "start": { @@ -8325,8 +8325,8 @@ { "type": "ThisExpression", "range": [ - 3000, - 3004 + 3001, + 3005 ], "loc": { "start": { @@ -8341,8 +8341,8 @@ } ], "range": [ - 2959, - 3005 + 2960, + 3006 ], "loc": { "start": { @@ -8356,8 +8356,8 @@ } }, "range": [ - 2959, - 3006 + 2960, + 3007 ], "loc": { "start": { @@ -8372,8 +8372,8 @@ } ], "range": [ - 2945, - 3016 + 2946, + 3017 ], "loc": { "start": { @@ -8388,8 +8388,8 @@ }, "alternate": null, "range": [ - 2921, - 3016 + 2922, + 3017 ], "loc": { "start": { @@ -8404,8 +8404,8 @@ } ], "range": [ - 2682, - 3022 + 2683, + 3023 ], "loc": { "start": { @@ -8421,8 +8421,8 @@ "generator": false, "expression": false, "range": [ - 2680, - 3022 + 2681, + 3023 ], "loc": { "start": { @@ -8438,8 +8438,8 @@ "kind": "method", "computed": false, "range": [ - 2676, - 3022 + 2677, + 3023 ], "loc": { "start": { @@ -8459,8 +8459,8 @@ "type": "Identifier", "name": "setWidth", "range": [ - 3028, - 3036 + 3029, + 3037 ], "loc": { "start": { @@ -8497,8 +8497,8 @@ "object": { "type": "ThisExpression", "range": [ - 3052, - 3056 + 3053, + 3057 ], "loc": { "start": { @@ -8515,8 +8515,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3057, - 3068 + 3058, + 3069 ], "loc": { "start": { @@ -8530,8 +8530,8 @@ } }, "range": [ - 3052, - 3068 + 3053, + 3069 ], "loc": { "start": { @@ -8546,8 +8546,8 @@ }, "prefix": true, "range": [ - 3051, - 3068 + 3052, + 3069 ], "loc": { "start": { @@ -8566,8 +8566,8 @@ "object": { "type": "ThisExpression", "range": [ - 3072, - 3076 + 3073, + 3077 ], "loc": { "start": { @@ -8584,8 +8584,8 @@ "type": "Identifier", "name": "isExternal", "range": [ - 3077, - 3087 + 3078, + 3088 ], "loc": { "start": { @@ -8599,8 +8599,8 @@ } }, "range": [ - 3072, - 3087 + 3073, + 3088 ], "loc": { "start": { @@ -8614,8 +8614,8 @@ } }, "range": [ - 3051, - 3087 + 3052, + 3088 ], "loc": { "start": { @@ -8639,8 +8639,8 @@ "object": { "type": "ThisExpression", "range": [ - 3092, - 3096 + 3093, + 3097 ], "loc": { "start": { @@ -8657,8 +8657,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 3097, - 3106 + 3098, + 3107 ], "loc": { "start": { @@ -8672,8 +8672,8 @@ } }, "range": [ - 3092, - 3106 + 3093, + 3107 ], "loc": { "start": { @@ -8688,8 +8688,8 @@ }, "arguments": [], "range": [ - 3092, - 3108 + 3093, + 3109 ], "loc": { "start": { @@ -8704,8 +8704,8 @@ }, "prefix": true, "range": [ - 3091, - 3108 + 3092, + 3109 ], "loc": { "start": { @@ -8719,8 +8719,8 @@ } }, "range": [ - 3051, - 3108 + 3052, + 3109 ], "loc": { "start": { @@ -8740,8 +8740,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3123, - 3130 + 3124, + 3131 ], "loc": { "start": { @@ -8756,8 +8756,8 @@ } ], "range": [ - 3109, - 3140 + 3110, + 3141 ], "loc": { "start": { @@ -8772,8 +8772,8 @@ }, "alternate": null, "range": [ - 3048, - 3140 + 3049, + 3141 ], "loc": { "start": { @@ -8797,8 +8797,8 @@ "object": { "type": "ThisExpression", "range": [ - 3152, - 3156 + 3153, + 3157 ], "loc": { "start": { @@ -8815,8 +8815,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3157, - 3159 + 3158, + 3160 ], "loc": { "start": { @@ -8830,8 +8830,8 @@ } }, "range": [ - 3152, - 3159 + 3153, + 3160 ], "loc": { "start": { @@ -8848,8 +8848,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 3160, - 3170 + 3161, + 3171 ], "loc": { "start": { @@ -8863,8 +8863,8 @@ } }, "range": [ - 3152, - 3170 + 3153, + 3171 ], "loc": { "start": { @@ -8889,8 +8889,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 3189, - 3199 + 3190, + 3200 ], "loc": { "start": { @@ -8914,8 +8914,8 @@ "object": { "type": "ThisExpression", "range": [ - 3202, - 3206 + 3203, + 3207 ], "loc": { "start": { @@ -8932,8 +8932,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3207, - 3209 + 3208, + 3210 ], "loc": { "start": { @@ -8947,8 +8947,8 @@ } }, "range": [ - 3202, - 3209 + 3203, + 3210 ], "loc": { "start": { @@ -8965,8 +8965,8 @@ "type": "Identifier", "name": "feature", "range": [ - 3210, - 3217 + 3211, + 3218 ], "loc": { "start": { @@ -8980,8 +8980,8 @@ } }, "range": [ - 3202, - 3217 + 3203, + 3218 ], "loc": { "start": { @@ -9000,8 +9000,8 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 3218, - 3230 + 3219, + 3231 ], "loc": { "start": { @@ -9016,8 +9016,8 @@ } ], "range": [ - 3202, - 3231 + 3203, + 3232 ], "loc": { "start": { @@ -9031,8 +9031,8 @@ } }, "range": [ - 3189, - 3231 + 3190, + 3232 ], "loc": { "start": { @@ -9048,8 +9048,8 @@ ], "kind": "let", "range": [ - 3185, - 3232 + 3186, + 3233 ], "loc": { "start": { @@ -9079,8 +9079,8 @@ "object": { "type": "ThisExpression", "range": [ - 3245, - 3249 + 3246, + 3250 ], "loc": { "start": { @@ -9097,8 +9097,8 @@ "type": "Identifier", "name": "cont", "range": [ - 3250, - 3254 + 3251, + 3255 ], "loc": { "start": { @@ -9112,8 +9112,8 @@ } }, "range": [ - 3245, - 3254 + 3246, + 3255 ], "loc": { "start": { @@ -9130,8 +9130,8 @@ "type": "Identifier", "name": "style", "range": [ - 3255, - 3260 + 3256, + 3261 ], "loc": { "start": { @@ -9145,8 +9145,8 @@ } }, "range": [ - 3245, - 3260 + 3246, + 3261 ], "loc": { "start": { @@ -9163,8 +9163,8 @@ "type": "Identifier", "name": "width", "range": [ - 3261, - 3266 + 3262, + 3267 ], "loc": { "start": { @@ -9178,8 +9178,8 @@ } }, "range": [ - 3245, - 3266 + 3246, + 3267 ], "loc": { "start": { @@ -9205,8 +9205,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 3269, - 3279 + 3270, + 3280 ], "loc": { "start": { @@ -9223,8 +9223,8 @@ "type": "Identifier", "name": "tblCont", "range": [ - 3280, - 3287 + 3281, + 3288 ], "loc": { "start": { @@ -9238,8 +9238,8 @@ } }, "range": [ - 3269, - 3287 + 3270, + 3288 ], "loc": { "start": { @@ -9256,8 +9256,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 3288, - 3299 + 3289, + 3300 ], "loc": { "start": { @@ -9271,8 +9271,8 @@ } }, "range": [ - 3269, - 3299 + 3270, + 3300 ], "loc": { "start": { @@ -9290,8 +9290,8 @@ "value": "px", "raw": "'px'", "range": [ - 3302, - 3306 + 3303, + 3307 ], "loc": { "start": { @@ -9305,8 +9305,8 @@ } }, "range": [ - 3269, - 3306 + 3270, + 3307 ], "loc": { "start": { @@ -9320,8 +9320,8 @@ } }, "range": [ - 3245, - 3306 + 3246, + 3307 ], "loc": { "start": { @@ -9335,8 +9335,8 @@ } }, "range": [ - 3245, - 3307 + 3246, + 3308 ], "loc": { "start": { @@ -9351,8 +9351,8 @@ } ], "range": [ - 3171, - 3317 + 3172, + 3318 ], "loc": { "start": { @@ -9385,8 +9385,8 @@ "object": { "type": "ThisExpression", "range": [ - 3337, - 3341 + 3338, + 3342 ], "loc": { "start": { @@ -9403,8 +9403,8 @@ "type": "Identifier", "name": "cont", "range": [ - 3342, - 3346 + 3343, + 3347 ], "loc": { "start": { @@ -9418,8 +9418,8 @@ } }, "range": [ - 3337, - 3346 + 3338, + 3347 ], "loc": { "start": { @@ -9436,8 +9436,8 @@ "type": "Identifier", "name": "style", "range": [ - 3347, - 3352 + 3348, + 3353 ], "loc": { "start": { @@ -9451,8 +9451,8 @@ } }, "range": [ - 3337, - 3352 + 3338, + 3353 ], "loc": { "start": { @@ -9469,8 +9469,8 @@ "type": "Identifier", "name": "width", "range": [ - 3353, - 3358 + 3354, + 3359 ], "loc": { "start": { @@ -9484,8 +9484,8 @@ } }, "range": [ - 3337, - 3358 + 3338, + 3359 ], "loc": { "start": { @@ -9513,8 +9513,8 @@ "object": { "type": "ThisExpression", "range": [ - 3361, - 3365 + 3362, + 3366 ], "loc": { "start": { @@ -9531,8 +9531,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3366, - 3368 + 3367, + 3369 ], "loc": { "start": { @@ -9546,8 +9546,8 @@ } }, "range": [ - 3361, - 3368 + 3362, + 3369 ], "loc": { "start": { @@ -9564,8 +9564,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 3369, - 3372 + 3370, + 3373 ], "loc": { "start": { @@ -9579,8 +9579,8 @@ } }, "range": [ - 3361, - 3372 + 3362, + 3373 ], "loc": { "start": { @@ -9597,8 +9597,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 3373, - 3384 + 3374, + 3385 ], "loc": { "start": { @@ -9612,8 +9612,8 @@ } }, "range": [ - 3361, - 3384 + 3362, + 3385 ], "loc": { "start": { @@ -9631,8 +9631,8 @@ "value": "px", "raw": "'px'", "range": [ - 3387, - 3391 + 3388, + 3392 ], "loc": { "start": { @@ -9646,8 +9646,8 @@ } }, "range": [ - 3361, - 3391 + 3362, + 3392 ], "loc": { "start": { @@ -9661,8 +9661,8 @@ } }, "range": [ - 3337, - 3391 + 3338, + 3392 ], "loc": { "start": { @@ -9676,8 +9676,8 @@ } }, "range": [ - 3337, - 3392 + 3338, + 3393 ], "loc": { "start": { @@ -9692,8 +9692,8 @@ } ], "range": [ - 3323, - 3402 + 3324, + 3403 ], "loc": { "start": { @@ -9707,8 +9707,8 @@ } }, "range": [ - 3149, - 3402 + 3150, + 3403 ], "loc": { "start": { @@ -9723,8 +9723,8 @@ } ], "range": [ - 3038, - 3409 + 3039, + 3410 ], "loc": { "start": { @@ -9740,8 +9740,8 @@ "generator": false, "expression": false, "range": [ - 3036, - 3409 + 3037, + 3410 ], "loc": { "start": { @@ -9757,8 +9757,8 @@ "kind": "method", "computed": false, "range": [ - 3028, - 3409 + 3029, + 3410 ], "loc": { "start": { @@ -9778,8 +9778,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 3415, - 3422 + 3416, + 3423 ], "loc": { "start": { @@ -9810,8 +9810,8 @@ "object": { "type": "ThisExpression", "range": [ - 3438, - 3442 + 3439, + 3443 ], "loc": { "start": { @@ -9828,8 +9828,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3443, - 3454 + 3444, + 3455 ], "loc": { "start": { @@ -9843,8 +9843,8 @@ } }, "range": [ - 3438, - 3454 + 3439, + 3455 ], "loc": { "start": { @@ -9859,8 +9859,8 @@ }, "prefix": true, "range": [ - 3437, - 3454 + 3438, + 3455 ], "loc": { "start": { @@ -9880,8 +9880,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3469, - 3476 + 3470, + 3477 ], "loc": { "start": { @@ -9896,8 +9896,8 @@ } ], "range": [ - 3455, - 3486 + 3456, + 3487 ], "loc": { "start": { @@ -9912,8 +9912,8 @@ }, "alternate": null, "range": [ - 3434, - 3486 + 3435, + 3487 ], "loc": { "start": { @@ -9937,8 +9937,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3495, - 3498 + 3496, + 3499 ], "loc": { "start": { @@ -9955,8 +9955,8 @@ "type": "Identifier", "name": "remove", "range": [ - 3499, - 3505 + 3500, + 3506 ], "loc": { "start": { @@ -9970,8 +9970,8 @@ } }, "range": [ - 3495, - 3505 + 3496, + 3506 ], "loc": { "start": { @@ -9991,8 +9991,8 @@ "object": { "type": "ThisExpression", "range": [ - 3506, - 3510 + 3507, + 3511 ], "loc": { "start": { @@ -10009,8 +10009,8 @@ "type": "Identifier", "name": "cont", "range": [ - 3511, - 3515 + 3512, + 3516 ], "loc": { "start": { @@ -10024,8 +10024,8 @@ } }, "range": [ - 3506, - 3515 + 3507, + 3516 ], "loc": { "start": { @@ -10040,8 +10040,8 @@ } ], "range": [ - 3495, - 3516 + 3496, + 3517 ], "loc": { "start": { @@ -10055,8 +10055,8 @@ } }, "range": [ - 3495, - 3517 + 3496, + 3518 ], "loc": { "start": { @@ -10080,8 +10080,8 @@ "object": { "type": "ThisExpression", "range": [ - 3526, - 3530 + 3527, + 3531 ], "loc": { "start": { @@ -10098,8 +10098,8 @@ "type": "Identifier", "name": "cont", "range": [ - 3531, - 3535 + 3532, + 3536 ], "loc": { "start": { @@ -10113,8 +10113,8 @@ } }, "range": [ - 3526, - 3535 + 3527, + 3536 ], "loc": { "start": { @@ -10132,8 +10132,8 @@ "value": null, "raw": "null", "range": [ - 3538, - 3542 + 3539, + 3543 ], "loc": { "start": { @@ -10147,8 +10147,8 @@ } }, "range": [ - 3526, - 3542 + 3527, + 3543 ], "loc": { "start": { @@ -10162,8 +10162,8 @@ } }, "range": [ - 3526, - 3543 + 3527, + 3544 ], "loc": { "start": { @@ -10180,8 +10180,8 @@ "type": "Line", "value": " unsubscribe to after-filtering event", "range": [ - 3552, - 3591 + 3553, + 3592 ], "loc": { "start": { @@ -10209,8 +10209,8 @@ "object": { "type": "ThisExpression", "range": [ - 3600, - 3604 + 3601, + 3605 ], "loc": { "start": { @@ -10227,8 +10227,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3605, - 3612 + 3606, + 3613 ], "loc": { "start": { @@ -10242,8 +10242,8 @@ } }, "range": [ - 3600, - 3612 + 3601, + 3613 ], "loc": { "start": { @@ -10260,8 +10260,8 @@ "type": "Identifier", "name": "off", "range": [ - 3613, - 3616 + 3614, + 3617 ], "loc": { "start": { @@ -10275,8 +10275,8 @@ } }, "range": [ - 3600, - 3616 + 3601, + 3617 ], "loc": { "start": { @@ -10298,8 +10298,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 3618, - 3635 + 3619, + 3636 ], "loc": { "start": { @@ -10314,8 +10314,8 @@ } ], "range": [ - 3617, - 3636 + 3618, + 3637 ], "loc": { "start": { @@ -10340,8 +10340,8 @@ "object": { "type": "ThisExpression", "range": [ - 3643, - 3647 + 3644, + 3648 ], "loc": { "start": { @@ -10358,8 +10358,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 3648, - 3654 + 3649, + 3655 ], "loc": { "start": { @@ -10373,8 +10373,8 @@ } }, "range": [ - 3643, - 3654 + 3644, + 3655 ], "loc": { "start": { @@ -10389,8 +10389,8 @@ }, "arguments": [], "range": [ - 3643, - 3656 + 3644, + 3657 ], "loc": { "start": { @@ -10406,8 +10406,8 @@ "generator": false, "expression": true, "range": [ - 3638, - 3656 + 3639, + 3657 ], "loc": { "start": { @@ -10422,8 +10422,8 @@ } ], "range": [ - 3600, - 3657 + 3601, + 3658 ], "loc": { "start": { @@ -10437,8 +10437,8 @@ } }, "range": [ - 3600, - 3658 + 3601, + 3659 ], "loc": { "start": { @@ -10455,8 +10455,8 @@ "type": "Line", "value": " unsubscribe to after-filtering event", "range": [ - 3552, - 3591 + 3553, + 3592 ], "loc": { "start": { @@ -10482,8 +10482,8 @@ "object": { "type": "ThisExpression", "range": [ - 3668, - 3672 + 3669, + 3673 ], "loc": { "start": { @@ -10500,8 +10500,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3673, - 3684 + 3674, + 3685 ], "loc": { "start": { @@ -10515,8 +10515,8 @@ } }, "range": [ - 3668, - 3684 + 3669, + 3685 ], "loc": { "start": { @@ -10534,8 +10534,8 @@ "value": false, "raw": "false", "range": [ - 3687, - 3692 + 3688, + 3693 ], "loc": { "start": { @@ -10549,8 +10549,8 @@ } }, "range": [ - 3668, - 3692 + 3669, + 3693 ], "loc": { "start": { @@ -10564,8 +10564,8 @@ } }, "range": [ - 3668, - 3693 + 3669, + 3694 ], "loc": { "start": { @@ -10580,8 +10580,8 @@ } ], "range": [ - 3424, - 3699 + 3425, + 3700 ], "loc": { "start": { @@ -10597,8 +10597,8 @@ "generator": false, "expression": false, "range": [ - 3422, - 3699 + 3423, + 3700 ], "loc": { "start": { @@ -10614,8 +10614,8 @@ "kind": "method", "computed": false, "range": [ - 3415, - 3699 + 3416, + 3700 ], "loc": { "start": { @@ -10631,8 +10631,8 @@ } ], "range": [ - 161, - 3701 + 162, + 3702 ], "loc": { "start": { @@ -10646,8 +10646,8 @@ } }, "range": [ - 130, - 3701 + 131, + 3702 ], "loc": { "start": { @@ -10665,8 +10665,8 @@ "specifiers": [], "source": null, "range": [ - 123, - 3701 + 124, + 3702 ], "loc": { "start": { @@ -10683,7 +10683,7 @@ "sourceType": "module", "range": [ 0, - 3701 + 3702 ], "loc": { "start": { @@ -10700,8 +10700,8 @@ "type": "Block", "value": "*\n * No results message UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 168, - 265 + 169, + 266 ], "loc": { "start": { @@ -10718,8 +10718,8 @@ "type": "Line", "value": "configuration object", "range": [ - 328, - 350 + 329, + 351 ], "loc": { "start": { @@ -10736,8 +10736,8 @@ "type": "Line", "value": "callback before message is displayed", "range": [ - 780, - 818 + 781, + 819 ], "loc": { "start": { @@ -10754,8 +10754,8 @@ "type": "Line", "value": "callback after message is displayed", "range": [ - 934, - 971 + 935, + 972 ], "loc": { "start": { @@ -10772,8 +10772,8 @@ "type": "Line", "value": "callback before message is hidden", "range": [ - 1084, - 1119 + 1085, + 1120 ], "loc": { "start": { @@ -10790,8 +10790,8 @@ "type": "Line", "value": "callback after message is hidden", "range": [ - 1235, - 1269 + 1236, + 1270 ], "loc": { "start": { @@ -10808,8 +10808,8 @@ "type": "Line", "value": "container", "range": [ - 1627, - 1638 + 1628, + 1639 ], "loc": { "start": { @@ -10826,8 +10826,8 @@ "type": "Line", "value": " subscribe to after-filtering event", "range": [ - 1991, - 2028 + 1992, + 2029 ], "loc": { "start": { @@ -10844,8 +10844,8 @@ "type": "Line", "value": " unsubscribe to after-filtering event", "range": [ - 3552, - 3591 + 3553, + 3592 ], "loc": { "start": { diff --git a/docs/ast/source/modules/paging.js.json b/docs/ast/source/modules/paging.js.json index 9fcec1cd..e9ddcee9 100644 --- a/docs/ast/source/modules/paging.js.json +++ b/docs/ast/source/modules/paging.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Types", "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../types", "raw": "'../types'", "range": [ - 79, - 89 + 80, + 90 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 61, - 90 + 62, + 91 ], "loc": { "start": { @@ -247,8 +247,8 @@ "type": "Identifier", "name": "Str", "range": [ - 98, - 101 + 99, + 102 ], "loc": { "start": { @@ -262,8 +262,8 @@ } }, "range": [ - 98, - 101 + 99, + 102 ], "loc": { "start": { @@ -282,8 +282,8 @@ "value": "../string", "raw": "'../string'", "range": [ - 107, - 118 + 108, + 119 ], "loc": { "start": { @@ -297,8 +297,8 @@ } }, "range": [ - 91, - 119 + 92, + 120 ], "loc": { "start": { @@ -320,8 +320,8 @@ "type": "Identifier", "name": "Event", "range": [ - 127, - 132 + 128, + 133 ], "loc": { "start": { @@ -335,8 +335,8 @@ } }, "range": [ - 127, - 132 + 128, + 133 ], "loc": { "start": { @@ -355,8 +355,8 @@ "value": "../event", "raw": "'../event'", "range": [ - 138, - 148 + 139, + 149 ], "loc": { "start": { @@ -370,8 +370,8 @@ } }, "range": [ - 120, - 149 + 121, + 150 ], "loc": { "start": { @@ -393,8 +393,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 158, - 163 + 159, + 164 ], "loc": { "start": { @@ -411,8 +411,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 158, - 163 + 159, + 164 ], "loc": { "start": { @@ -426,8 +426,8 @@ } }, "range": [ - 158, - 163 + 159, + 164 ], "loc": { "start": { @@ -446,8 +446,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 165, - 171 + 166, + 172 ], "loc": { "start": { @@ -464,8 +464,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 165, - 171 + 166, + 172 ], "loc": { "start": { @@ -479,8 +479,8 @@ } }, "range": [ - 165, - 171 + 166, + 172 ], "loc": { "start": { @@ -499,8 +499,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 173, - 177 + 174, + 178 ], "loc": { "start": { @@ -517,8 +517,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 173, - 177 + 174, + 178 ], "loc": { "start": { @@ -532,8 +532,8 @@ } }, "range": [ - 173, - 177 + 174, + 178 ], "loc": { "start": { @@ -552,8 +552,8 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 179, - 188 + 180, + 189 ], "loc": { "start": { @@ -570,8 +570,8 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 179, - 188 + 180, + 189 ], "loc": { "start": { @@ -585,8 +585,8 @@ } }, "range": [ - 179, - 188 + 180, + 189 ], "loc": { "start": { @@ -605,8 +605,8 @@ "value": "../const", "raw": "'../const'", "range": [ - 195, - 205 + 196, + 206 ], "loc": { "start": { @@ -620,8 +620,8 @@ } }, "range": [ - 150, - 206 + 151, + 207 ], "loc": { "start": { @@ -642,8 +642,8 @@ "type": "Identifier", "name": "Paging", "range": [ - 221, - 227 + 222, + 228 ], "loc": { "start": { @@ -660,8 +660,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 236, - 243 + 237, + 244 ], "loc": { "start": { @@ -683,8 +683,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 342, - 353 + 343, + 354 ], "loc": { "start": { @@ -705,8 +705,8 @@ "type": "Identifier", "name": "tf", "range": [ - 354, - 356 + 355, + 357 ], "loc": { "start": { @@ -730,8 +730,8 @@ "callee": { "type": "Super", "range": [ - 368, - 373 + 369, + 374 ], "loc": { "start": { @@ -749,8 +749,8 @@ "type": "Identifier", "name": "tf", "range": [ - 374, - 376 + 375, + 377 ], "loc": { "start": { @@ -768,8 +768,8 @@ "value": "paging", "raw": "'paging'", "range": [ - 378, - 386 + 379, + 387 ], "loc": { "start": { @@ -784,8 +784,8 @@ } ], "range": [ - 368, - 387 + 369, + 388 ], "loc": { "start": { @@ -799,8 +799,8 @@ } }, "range": [ - 368, - 388 + 369, + 389 ], "loc": { "start": { @@ -817,8 +817,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 398, - 421 + 399, + 422 ], "loc": { "start": { @@ -842,8 +842,8 @@ "type": "Identifier", "name": "f", "range": [ - 434, - 435 + 435, + 436 ], "loc": { "start": { @@ -862,8 +862,8 @@ "object": { "type": "ThisExpression", "range": [ - 438, - 442 + 439, + 443 ], "loc": { "start": { @@ -880,8 +880,8 @@ "type": "Identifier", "name": "config", "range": [ - 443, - 449 + 444, + 450 ], "loc": { "start": { @@ -895,8 +895,8 @@ } }, "range": [ - 438, - 449 + 439, + 450 ], "loc": { "start": { @@ -910,8 +910,8 @@ } }, "range": [ - 434, - 449 + 435, + 450 ], "loc": { "start": { @@ -927,8 +927,8 @@ ], "kind": "var", "range": [ - 430, - 450 + 431, + 451 ], "loc": { "start": { @@ -945,8 +945,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 398, - 421 + 399, + 422 ], "loc": { "start": { @@ -965,8 +965,8 @@ "type": "Line", "value": "css class for paging buttons (previous,next,etc.)", "range": [ - 460, - 511 + 461, + 512 ], "loc": { "start": { @@ -992,8 +992,8 @@ "object": { "type": "ThisExpression", "range": [ - 520, - 524 + 521, + 525 ], "loc": { "start": { @@ -1010,8 +1010,8 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 525, - 540 + 526, + 541 ], "loc": { "start": { @@ -1025,8 +1025,8 @@ } }, "range": [ - 520, - 540 + 521, + 541 ], "loc": { "start": { @@ -1049,8 +1049,8 @@ "type": "Identifier", "name": "f", "range": [ - 543, - 544 + 544, + 545 ], "loc": { "start": { @@ -1067,8 +1067,8 @@ "type": "Identifier", "name": "paging_btn_css_class", "range": [ - 545, - 565 + 546, + 566 ], "loc": { "start": { @@ -1082,8 +1082,8 @@ } }, "range": [ - 543, - 565 + 544, + 566 ], "loc": { "start": { @@ -1101,8 +1101,8 @@ "value": "pgInp", "raw": "'pgInp'", "range": [ - 569, - 576 + 570, + 577 ], "loc": { "start": { @@ -1116,8 +1116,8 @@ } }, "range": [ - 543, - 576 + 544, + 577 ], "loc": { "start": { @@ -1131,8 +1131,8 @@ } }, "range": [ - 520, - 576 + 521, + 577 ], "loc": { "start": { @@ -1146,8 +1146,8 @@ } }, "range": [ - 520, - 577 + 521, + 578 ], "loc": { "start": { @@ -1164,8 +1164,8 @@ "type": "Line", "value": "css class for paging buttons (previous,next,etc.)", "range": [ - 460, - 511 + 461, + 512 ], "loc": { "start": { @@ -1184,8 +1184,8 @@ "type": "Line", "value": "stores paging select element", "range": [ - 586, - 616 + 587, + 617 ], "loc": { "start": { @@ -1211,8 +1211,8 @@ "object": { "type": "ThisExpression", "range": [ - 625, - 629 + 626, + 630 ], "loc": { "start": { @@ -1229,8 +1229,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 630, - 639 + 631, + 640 ], "loc": { "start": { @@ -1244,8 +1244,8 @@ } }, "range": [ - 625, - 639 + 626, + 640 ], "loc": { "start": { @@ -1263,8 +1263,8 @@ "value": null, "raw": "null", "range": [ - 642, - 646 + 643, + 647 ], "loc": { "start": { @@ -1278,8 +1278,8 @@ } }, "range": [ - 625, - 646 + 626, + 647 ], "loc": { "start": { @@ -1293,8 +1293,8 @@ } }, "range": [ - 625, - 647 + 626, + 648 ], "loc": { "start": { @@ -1311,8 +1311,8 @@ "type": "Line", "value": "stores paging select element", "range": [ - 586, - 616 + 587, + 617 ], "loc": { "start": { @@ -1331,8 +1331,8 @@ "type": "Line", "value": "results per page select element", "range": [ - 656, - 689 + 657, + 690 ], "loc": { "start": { @@ -1358,8 +1358,8 @@ "object": { "type": "ThisExpression", "range": [ - 698, - 702 + 699, + 703 ], "loc": { "start": { @@ -1376,8 +1376,8 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 703, - 720 + 704, + 721 ], "loc": { "start": { @@ -1391,8 +1391,8 @@ } }, "range": [ - 698, - 720 + 699, + 721 ], "loc": { "start": { @@ -1410,8 +1410,8 @@ "value": null, "raw": "null", "range": [ - 723, - 727 + 724, + 728 ], "loc": { "start": { @@ -1425,8 +1425,8 @@ } }, "range": [ - 698, - 727 + 699, + 728 ], "loc": { "start": { @@ -1440,8 +1440,8 @@ } }, "range": [ - 698, - 728 + 699, + 729 ], "loc": { "start": { @@ -1458,8 +1458,8 @@ "type": "Line", "value": "results per page select element", "range": [ - 656, - 689 + 657, + 690 ], "loc": { "start": { @@ -1478,8 +1478,8 @@ "type": "Line", "value": "id of container element", "range": [ - 737, - 762 + 738, + 763 ], "loc": { "start": { @@ -1505,8 +1505,8 @@ "object": { "type": "ThisExpression", "range": [ - 771, - 775 + 772, + 776 ], "loc": { "start": { @@ -1523,8 +1523,8 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 776, - 787 + 777, + 788 ], "loc": { "start": { @@ -1538,8 +1538,8 @@ } }, "range": [ - 771, - 787 + 772, + 788 ], "loc": { "start": { @@ -1562,8 +1562,8 @@ "type": "Identifier", "name": "f", "range": [ - 790, - 791 + 791, + 792 ], "loc": { "start": { @@ -1580,8 +1580,8 @@ "type": "Identifier", "name": "paging_target_id", "range": [ - 792, - 808 + 793, + 809 ], "loc": { "start": { @@ -1595,8 +1595,8 @@ } }, "range": [ - 790, - 808 + 791, + 809 ], "loc": { "start": { @@ -1614,8 +1614,8 @@ "value": null, "raw": "null", "range": [ - 812, - 816 + 813, + 817 ], "loc": { "start": { @@ -1629,8 +1629,8 @@ } }, "range": [ - 790, - 816 + 791, + 817 ], "loc": { "start": { @@ -1644,8 +1644,8 @@ } }, "range": [ - 771, - 816 + 772, + 817 ], "loc": { "start": { @@ -1659,8 +1659,8 @@ } }, "range": [ - 771, - 817 + 772, + 818 ], "loc": { "start": { @@ -1677,8 +1677,8 @@ "type": "Line", "value": "id of container element", "range": [ - 737, - 762 + 738, + 763 ], "loc": { "start": { @@ -1697,8 +1697,8 @@ "type": "Line", "value": "defines table paging length", "range": [ - 826, - 855 + 827, + 856 ], "loc": { "start": { @@ -1724,8 +1724,8 @@ "object": { "type": "ThisExpression", "range": [ - 864, - 868 + 865, + 869 ], "loc": { "start": { @@ -1742,8 +1742,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 869, - 881 + 870, + 882 ], "loc": { "start": { @@ -1757,8 +1757,8 @@ } }, "range": [ - 864, - 881 + 865, + 882 ], "loc": { "start": { @@ -1782,8 +1782,8 @@ "type": "Identifier", "name": "isNaN", "range": [ - 885, - 890 + 886, + 891 ], "loc": { "start": { @@ -1804,8 +1804,8 @@ "type": "Identifier", "name": "f", "range": [ - 891, - 892 + 892, + 893 ], "loc": { "start": { @@ -1822,8 +1822,8 @@ "type": "Identifier", "name": "paging_length", "range": [ - 893, - 906 + 894, + 907 ], "loc": { "start": { @@ -1837,8 +1837,8 @@ } }, "range": [ - 891, - 906 + 892, + 907 ], "loc": { "start": { @@ -1853,8 +1853,8 @@ } ], "range": [ - 885, - 907 + 886, + 908 ], "loc": { "start": { @@ -1869,8 +1869,8 @@ }, "prefix": true, "range": [ - 884, - 907 + 885, + 908 ], "loc": { "start": { @@ -1890,8 +1890,8 @@ "type": "Identifier", "name": "f", "range": [ - 910, - 911 + 911, + 912 ], "loc": { "start": { @@ -1908,8 +1908,8 @@ "type": "Identifier", "name": "paging_length", "range": [ - 912, - 925 + 913, + 926 ], "loc": { "start": { @@ -1923,8 +1923,8 @@ } }, "range": [ - 910, - 925 + 911, + 926 ], "loc": { "start": { @@ -1942,8 +1942,8 @@ "value": 10, "raw": "10", "range": [ - 928, - 930 + 929, + 931 ], "loc": { "start": { @@ -1957,8 +1957,8 @@ } }, "range": [ - 884, - 930 + 885, + 931 ], "loc": { "start": { @@ -1972,8 +1972,8 @@ } }, "range": [ - 864, - 930 + 865, + 931 ], "loc": { "start": { @@ -1987,8 +1987,8 @@ } }, "range": [ - 864, - 931 + 865, + 932 ], "loc": { "start": { @@ -2005,8 +2005,8 @@ "type": "Line", "value": "defines table paging length", "range": [ - 826, - 855 + 827, + 856 ], "loc": { "start": { @@ -2025,8 +2025,8 @@ "type": "Line", "value": "id of container element", "range": [ - 940, - 965 + 941, + 966 ], "loc": { "start": { @@ -2052,8 +2052,8 @@ "object": { "type": "ThisExpression", "range": [ - 974, - 978 + 975, + 979 ], "loc": { "start": { @@ -2070,8 +2070,8 @@ "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ - 979, - 998 + 980, + 999 ], "loc": { "start": { @@ -2085,8 +2085,8 @@ } }, "range": [ - 974, - 998 + 975, + 999 ], "loc": { "start": { @@ -2109,8 +2109,8 @@ "type": "Identifier", "name": "f", "range": [ - 1001, - 1002 + 1002, + 1003 ], "loc": { "start": { @@ -2127,8 +2127,8 @@ "type": "Identifier", "name": "results_per_page_target_id", "range": [ - 1003, - 1029 + 1004, + 1030 ], "loc": { "start": { @@ -2142,8 +2142,8 @@ } }, "range": [ - 1001, - 1029 + 1002, + 1030 ], "loc": { "start": { @@ -2161,8 +2161,8 @@ "value": null, "raw": "null", "range": [ - 1033, - 1037 + 1034, + 1038 ], "loc": { "start": { @@ -2176,8 +2176,8 @@ } }, "range": [ - 1001, - 1037 + 1002, + 1038 ], "loc": { "start": { @@ -2191,8 +2191,8 @@ } }, "range": [ - 974, - 1037 + 975, + 1038 ], "loc": { "start": { @@ -2206,8 +2206,8 @@ } }, "range": [ - 974, - 1038 + 975, + 1039 ], "loc": { "start": { @@ -2224,8 +2224,8 @@ "type": "Line", "value": "id of container element", "range": [ - 940, - 965 + 941, + 966 ], "loc": { "start": { @@ -2244,8 +2244,8 @@ "type": "Line", "value": "css class for paging select element", "range": [ - 1047, - 1084 + 1048, + 1085 ], "loc": { "start": { @@ -2271,8 +2271,8 @@ "object": { "type": "ThisExpression", "range": [ - 1093, - 1097 + 1094, + 1098 ], "loc": { "start": { @@ -2289,8 +2289,8 @@ "type": "Identifier", "name": "pgSlcCssClass", "range": [ - 1098, - 1111 + 1099, + 1112 ], "loc": { "start": { @@ -2304,8 +2304,8 @@ } }, "range": [ - 1093, - 1111 + 1094, + 1112 ], "loc": { "start": { @@ -2328,8 +2328,8 @@ "type": "Identifier", "name": "f", "range": [ - 1114, - 1115 + 1115, + 1116 ], "loc": { "start": { @@ -2346,8 +2346,8 @@ "type": "Identifier", "name": "paging_slc_css_class", "range": [ - 1116, - 1136 + 1117, + 1137 ], "loc": { "start": { @@ -2361,8 +2361,8 @@ } }, "range": [ - 1114, - 1136 + 1115, + 1137 ], "loc": { "start": { @@ -2380,8 +2380,8 @@ "value": "pgSlc", "raw": "'pgSlc'", "range": [ - 1140, - 1147 + 1141, + 1148 ], "loc": { "start": { @@ -2395,8 +2395,8 @@ } }, "range": [ - 1114, - 1147 + 1115, + 1148 ], "loc": { "start": { @@ -2410,8 +2410,8 @@ } }, "range": [ - 1093, - 1147 + 1094, + 1148 ], "loc": { "start": { @@ -2425,8 +2425,8 @@ } }, "range": [ - 1093, - 1148 + 1094, + 1149 ], "loc": { "start": { @@ -2443,8 +2443,8 @@ "type": "Line", "value": "css class for paging select element", "range": [ - 1047, - 1084 + 1048, + 1085 ], "loc": { "start": { @@ -2463,8 +2463,8 @@ "type": "Line", "value": "css class for paging input element", "range": [ - 1157, - 1193 + 1158, + 1194 ], "loc": { "start": { @@ -2490,8 +2490,8 @@ "object": { "type": "ThisExpression", "range": [ - 1202, - 1206 + 1203, + 1207 ], "loc": { "start": { @@ -2508,8 +2508,8 @@ "type": "Identifier", "name": "pgInpCssClass", "range": [ - 1207, - 1220 + 1208, + 1221 ], "loc": { "start": { @@ -2523,8 +2523,8 @@ } }, "range": [ - 1202, - 1220 + 1203, + 1221 ], "loc": { "start": { @@ -2547,8 +2547,8 @@ "type": "Identifier", "name": "f", "range": [ - 1223, - 1224 + 1224, + 1225 ], "loc": { "start": { @@ -2565,8 +2565,8 @@ "type": "Identifier", "name": "paging_inp_css_class", "range": [ - 1225, - 1245 + 1226, + 1246 ], "loc": { "start": { @@ -2580,8 +2580,8 @@ } }, "range": [ - 1223, - 1245 + 1224, + 1246 ], "loc": { "start": { @@ -2599,8 +2599,8 @@ "value": "pgNbInp", "raw": "'pgNbInp'", "range": [ - 1249, - 1258 + 1250, + 1259 ], "loc": { "start": { @@ -2614,8 +2614,8 @@ } }, "range": [ - 1223, - 1258 + 1224, + 1259 ], "loc": { "start": { @@ -2629,8 +2629,8 @@ } }, "range": [ - 1202, - 1258 + 1203, + 1259 ], "loc": { "start": { @@ -2644,8 +2644,8 @@ } }, "range": [ - 1202, - 1259 + 1203, + 1260 ], "loc": { "start": { @@ -2662,8 +2662,8 @@ "type": "Line", "value": "css class for paging input element", "range": [ - 1157, - 1193 + 1158, + 1194 ], "loc": { "start": { @@ -2682,8 +2682,8 @@ "type": "Line", "value": "stores results per page text and values", "range": [ - 1268, - 1309 + 1269, + 1310 ], "loc": { "start": { @@ -2709,8 +2709,8 @@ "object": { "type": "ThisExpression", "range": [ - 1318, - 1322 + 1319, + 1323 ], "loc": { "start": { @@ -2727,8 +2727,8 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 1323, - 1337 + 1324, + 1338 ], "loc": { "start": { @@ -2742,8 +2742,8 @@ } }, "range": [ - 1318, - 1337 + 1319, + 1338 ], "loc": { "start": { @@ -2766,8 +2766,8 @@ "type": "Identifier", "name": "f", "range": [ - 1340, - 1341 + 1341, + 1342 ], "loc": { "start": { @@ -2784,8 +2784,8 @@ "type": "Identifier", "name": "results_per_page", "range": [ - 1342, - 1358 + 1343, + 1359 ], "loc": { "start": { @@ -2799,8 +2799,8 @@ } }, "range": [ - 1340, - 1358 + 1341, + 1359 ], "loc": { "start": { @@ -2818,8 +2818,8 @@ "value": null, "raw": "null", "range": [ - 1362, - 1366 + 1363, + 1367 ], "loc": { "start": { @@ -2833,8 +2833,8 @@ } }, "range": [ - 1340, - 1366 + 1341, + 1367 ], "loc": { "start": { @@ -2848,8 +2848,8 @@ } }, "range": [ - 1318, - 1366 + 1319, + 1367 ], "loc": { "start": { @@ -2863,8 +2863,8 @@ } }, "range": [ - 1318, - 1367 + 1319, + 1368 ], "loc": { "start": { @@ -2881,8 +2881,8 @@ "type": "Line", "value": "stores results per page text and values", "range": [ - 1268, - 1309 + 1269, + 1310 ], "loc": { "start": { @@ -2901,8 +2901,8 @@ "type": "Line", "value": "enables/disables results per page drop-down", "range": [ - 1376, - 1421 + 1377, + 1422 ], "loc": { "start": { @@ -2928,8 +2928,8 @@ "object": { "type": "ThisExpression", "range": [ - 1430, - 1434 + 1431, + 1435 ], "loc": { "start": { @@ -2946,8 +2946,8 @@ "type": "Identifier", "name": "hasResultsPerPage", "range": [ - 1435, - 1452 + 1436, + 1453 ], "loc": { "start": { @@ -2961,8 +2961,8 @@ } }, "range": [ - 1430, - 1452 + 1431, + 1453 ], "loc": { "start": { @@ -2984,8 +2984,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1455, - 1460 + 1456, + 1461 ], "loc": { "start": { @@ -3002,8 +3002,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 1461, - 1468 + 1462, + 1469 ], "loc": { "start": { @@ -3017,8 +3017,8 @@ } }, "range": [ - 1455, - 1468 + 1456, + 1469 ], "loc": { "start": { @@ -3038,8 +3038,8 @@ "object": { "type": "ThisExpression", "range": [ - 1469, - 1473 + 1470, + 1474 ], "loc": { "start": { @@ -3056,8 +3056,8 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 1474, - 1488 + 1475, + 1489 ], "loc": { "start": { @@ -3071,8 +3071,8 @@ } }, "range": [ - 1469, - 1488 + 1470, + 1489 ], "loc": { "start": { @@ -3087,8 +3087,8 @@ } ], "range": [ - 1455, - 1489 + 1456, + 1490 ], "loc": { "start": { @@ -3102,8 +3102,8 @@ } }, "range": [ - 1430, - 1489 + 1431, + 1490 ], "loc": { "start": { @@ -3117,8 +3117,8 @@ } }, "range": [ - 1430, - 1490 + 1431, + 1491 ], "loc": { "start": { @@ -3135,8 +3135,8 @@ "type": "Line", "value": "enables/disables results per page drop-down", "range": [ - 1376, - 1421 + 1377, + 1422 ], "loc": { "start": { @@ -3155,8 +3155,8 @@ "type": "Line", "value": "defines css class for results per page select", "range": [ - 1499, - 1546 + 1500, + 1547 ], "loc": { "start": { @@ -3182,8 +3182,8 @@ "object": { "type": "ThisExpression", "range": [ - 1555, - 1559 + 1556, + 1560 ], "loc": { "start": { @@ -3200,8 +3200,8 @@ "type": "Identifier", "name": "resultsSlcCssClass", "range": [ - 1560, - 1578 + 1561, + 1579 ], "loc": { "start": { @@ -3215,8 +3215,8 @@ } }, "range": [ - 1555, - 1578 + 1556, + 1579 ], "loc": { "start": { @@ -3239,8 +3239,8 @@ "type": "Identifier", "name": "f", "range": [ - 1581, - 1582 + 1582, + 1583 ], "loc": { "start": { @@ -3257,8 +3257,8 @@ "type": "Identifier", "name": "results_slc_css_class", "range": [ - 1583, - 1604 + 1584, + 1605 ], "loc": { "start": { @@ -3272,8 +3272,8 @@ } }, "range": [ - 1581, - 1604 + 1582, + 1605 ], "loc": { "start": { @@ -3291,8 +3291,8 @@ "value": "rspg", "raw": "'rspg'", "range": [ - 1608, - 1614 + 1609, + 1615 ], "loc": { "start": { @@ -3306,8 +3306,8 @@ } }, "range": [ - 1581, - 1614 + 1582, + 1615 ], "loc": { "start": { @@ -3321,8 +3321,8 @@ } }, "range": [ - 1555, - 1614 + 1556, + 1615 ], "loc": { "start": { @@ -3336,8 +3336,8 @@ } }, "range": [ - 1555, - 1615 + 1556, + 1616 ], "loc": { "start": { @@ -3354,8 +3354,8 @@ "type": "Line", "value": "defines css class for results per page select", "range": [ - 1499, - 1546 + 1500, + 1547 ], "loc": { "start": { @@ -3374,8 +3374,8 @@ "type": "Line", "value": "css class for label preceding results per page select", "range": [ - 1624, - 1679 + 1625, + 1680 ], "loc": { "start": { @@ -3401,8 +3401,8 @@ "object": { "type": "ThisExpression", "range": [ - 1688, - 1692 + 1689, + 1693 ], "loc": { "start": { @@ -3419,8 +3419,8 @@ "type": "Identifier", "name": "resultsSpanCssClass", "range": [ - 1693, - 1712 + 1694, + 1713 ], "loc": { "start": { @@ -3434,8 +3434,8 @@ } }, "range": [ - 1688, - 1712 + 1689, + 1713 ], "loc": { "start": { @@ -3458,8 +3458,8 @@ "type": "Identifier", "name": "f", "range": [ - 1715, - 1716 + 1716, + 1717 ], "loc": { "start": { @@ -3476,8 +3476,8 @@ "type": "Identifier", "name": "results_span_css_class", "range": [ - 1717, - 1739 + 1718, + 1740 ], "loc": { "start": { @@ -3491,8 +3491,8 @@ } }, "range": [ - 1715, - 1739 + 1716, + 1740 ], "loc": { "start": { @@ -3510,8 +3510,8 @@ "value": "rspgSpan", "raw": "'rspgSpan'", "range": [ - 1743, - 1753 + 1744, + 1754 ], "loc": { "start": { @@ -3525,8 +3525,8 @@ } }, "range": [ - 1715, - 1753 + 1716, + 1754 ], "loc": { "start": { @@ -3540,8 +3540,8 @@ } }, "range": [ - 1688, - 1753 + 1689, + 1754 ], "loc": { "start": { @@ -3555,8 +3555,8 @@ } }, "range": [ - 1688, - 1754 + 1689, + 1755 ], "loc": { "start": { @@ -3573,8 +3573,8 @@ "type": "Line", "value": "css class for label preceding results per page select", "range": [ - 1624, - 1679 + 1625, + 1680 ], "loc": { "start": { @@ -3593,8 +3593,8 @@ "type": "Line", "value": "1st row index of current page", "range": [ - 1763, - 1794 + 1764, + 1795 ], "loc": { "start": { @@ -3620,8 +3620,8 @@ "object": { "type": "ThisExpression", "range": [ - 1803, - 1807 + 1804, + 1808 ], "loc": { "start": { @@ -3638,8 +3638,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 1808, - 1822 + 1809, + 1823 ], "loc": { "start": { @@ -3653,8 +3653,8 @@ } }, "range": [ - 1803, - 1822 + 1804, + 1823 ], "loc": { "start": { @@ -3672,8 +3672,8 @@ "value": 0, "raw": "0", "range": [ - 1825, - 1826 + 1826, + 1827 ], "loc": { "start": { @@ -3687,8 +3687,8 @@ } }, "range": [ - 1803, - 1826 + 1804, + 1827 ], "loc": { "start": { @@ -3702,8 +3702,8 @@ } }, "range": [ - 1803, - 1827 + 1804, + 1828 ], "loc": { "start": { @@ -3720,8 +3720,8 @@ "type": "Line", "value": "1st row index of current page", "range": [ - 1763, - 1794 + 1764, + 1795 ], "loc": { "start": { @@ -3740,8 +3740,8 @@ "type": "Line", "value": "total nb of pages", "range": [ - 1836, - 1855 + 1837, + 1856 ], "loc": { "start": { @@ -3767,8 +3767,8 @@ "object": { "type": "ThisExpression", "range": [ - 1864, - 1868 + 1865, + 1869 ], "loc": { "start": { @@ -3785,8 +3785,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 1869, - 1876 + 1870, + 1877 ], "loc": { "start": { @@ -3800,8 +3800,8 @@ } }, "range": [ - 1864, - 1876 + 1865, + 1877 ], "loc": { "start": { @@ -3819,8 +3819,8 @@ "value": 0, "raw": "0", "range": [ - 1879, - 1880 + 1880, + 1881 ], "loc": { "start": { @@ -3834,8 +3834,8 @@ } }, "range": [ - 1864, - 1880 + 1865, + 1881 ], "loc": { "start": { @@ -3849,8 +3849,8 @@ } }, "range": [ - 1864, - 1881 + 1865, + 1882 ], "loc": { "start": { @@ -3867,8 +3867,8 @@ "type": "Line", "value": "total nb of pages", "range": [ - 1836, - 1855 + 1837, + 1856 ], "loc": { "start": { @@ -3887,8 +3887,8 @@ "type": "Line", "value": "current page nb", "range": [ - 1890, - 1907 + 1891, + 1908 ], "loc": { "start": { @@ -3914,8 +3914,8 @@ "object": { "type": "ThisExpression", "range": [ - 1916, - 1920 + 1917, + 1921 ], "loc": { "start": { @@ -3932,8 +3932,8 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 1921, - 1934 + 1922, + 1935 ], "loc": { "start": { @@ -3947,8 +3947,8 @@ } }, "range": [ - 1916, - 1934 + 1917, + 1935 ], "loc": { "start": { @@ -3966,8 +3966,8 @@ "value": 1, "raw": "1", "range": [ - 1937, - 1938 + 1938, + 1939 ], "loc": { "start": { @@ -3981,8 +3981,8 @@ } }, "range": [ - 1916, - 1938 + 1917, + 1939 ], "loc": { "start": { @@ -3996,8 +3996,8 @@ } }, "range": [ - 1916, - 1939 + 1917, + 1940 ], "loc": { "start": { @@ -4014,8 +4014,8 @@ "type": "Line", "value": "current page nb", "range": [ - 1890, - 1907 + 1891, + 1908 ], "loc": { "start": { @@ -4034,8 +4034,8 @@ "type": "Line", "value": "defines next page button text", "range": [ - 1948, - 1979 + 1949, + 1980 ], "loc": { "start": { @@ -4061,8 +4061,8 @@ "object": { "type": "ThisExpression", "range": [ - 1988, - 1992 + 1989, + 1993 ], "loc": { "start": { @@ -4079,8 +4079,8 @@ "type": "Identifier", "name": "btnNextPageText", "range": [ - 1993, - 2008 + 1994, + 2009 ], "loc": { "start": { @@ -4094,8 +4094,8 @@ } }, "range": [ - 1988, - 2008 + 1989, + 2009 ], "loc": { "start": { @@ -4118,8 +4118,8 @@ "type": "Identifier", "name": "f", "range": [ - 2011, - 2012 + 2012, + 2013 ], "loc": { "start": { @@ -4136,8 +4136,8 @@ "type": "Identifier", "name": "btn_next_page_text", "range": [ - 2013, - 2031 + 2014, + 2032 ], "loc": { "start": { @@ -4151,8 +4151,8 @@ } }, "range": [ - 2011, - 2031 + 2012, + 2032 ], "loc": { "start": { @@ -4170,8 +4170,8 @@ "value": ">", "raw": "'>'", "range": [ - 2035, - 2038 + 2036, + 2039 ], "loc": { "start": { @@ -4185,8 +4185,8 @@ } }, "range": [ - 2011, - 2038 + 2012, + 2039 ], "loc": { "start": { @@ -4200,8 +4200,8 @@ } }, "range": [ - 1988, - 2038 + 1989, + 2039 ], "loc": { "start": { @@ -4215,8 +4215,8 @@ } }, "range": [ - 1988, - 2039 + 1989, + 2040 ], "loc": { "start": { @@ -4233,8 +4233,8 @@ "type": "Line", "value": "defines next page button text", "range": [ - 1948, - 1979 + 1949, + 1980 ], "loc": { "start": { @@ -4253,8 +4253,8 @@ "type": "Line", "value": "defines previous page button text", "range": [ - 2048, - 2083 + 2049, + 2084 ], "loc": { "start": { @@ -4280,8 +4280,8 @@ "object": { "type": "ThisExpression", "range": [ - 2092, - 2096 + 2093, + 2097 ], "loc": { "start": { @@ -4298,8 +4298,8 @@ "type": "Identifier", "name": "btnPrevPageText", "range": [ - 2097, - 2112 + 2098, + 2113 ], "loc": { "start": { @@ -4313,8 +4313,8 @@ } }, "range": [ - 2092, - 2112 + 2093, + 2113 ], "loc": { "start": { @@ -4337,8 +4337,8 @@ "type": "Identifier", "name": "f", "range": [ - 2115, - 2116 + 2116, + 2117 ], "loc": { "start": { @@ -4355,8 +4355,8 @@ "type": "Identifier", "name": "btn_prev_page_text", "range": [ - 2117, - 2135 + 2118, + 2136 ], "loc": { "start": { @@ -4370,8 +4370,8 @@ } }, "range": [ - 2115, - 2135 + 2116, + 2136 ], "loc": { "start": { @@ -4389,8 +4389,8 @@ "value": "<", "raw": "'<'", "range": [ - 2139, - 2142 + 2140, + 2143 ], "loc": { "start": { @@ -4404,8 +4404,8 @@ } }, "range": [ - 2115, - 2142 + 2116, + 2143 ], "loc": { "start": { @@ -4419,8 +4419,8 @@ } }, "range": [ - 2092, - 2142 + 2093, + 2143 ], "loc": { "start": { @@ -4434,8 +4434,8 @@ } }, "range": [ - 2092, - 2143 + 2093, + 2144 ], "loc": { "start": { @@ -4452,8 +4452,8 @@ "type": "Line", "value": "defines previous page button text", "range": [ - 2048, - 2083 + 2049, + 2084 ], "loc": { "start": { @@ -4472,8 +4472,8 @@ "type": "Line", "value": "defines last page button text", "range": [ - 2152, - 2183 + 2153, + 2184 ], "loc": { "start": { @@ -4499,8 +4499,8 @@ "object": { "type": "ThisExpression", "range": [ - 2192, - 2196 + 2193, + 2197 ], "loc": { "start": { @@ -4517,8 +4517,8 @@ "type": "Identifier", "name": "btnLastPageText", "range": [ - 2197, - 2212 + 2198, + 2213 ], "loc": { "start": { @@ -4532,8 +4532,8 @@ } }, "range": [ - 2192, - 2212 + 2193, + 2213 ], "loc": { "start": { @@ -4556,8 +4556,8 @@ "type": "Identifier", "name": "f", "range": [ - 2215, - 2216 + 2216, + 2217 ], "loc": { "start": { @@ -4574,8 +4574,8 @@ "type": "Identifier", "name": "btn_last_page_text", "range": [ - 2217, - 2235 + 2218, + 2236 ], "loc": { "start": { @@ -4589,8 +4589,8 @@ } }, "range": [ - 2215, - 2235 + 2216, + 2236 ], "loc": { "start": { @@ -4608,8 +4608,8 @@ "value": ">|", "raw": "'>|'", "range": [ - 2239, - 2243 + 2240, + 2244 ], "loc": { "start": { @@ -4623,8 +4623,8 @@ } }, "range": [ - 2215, - 2243 + 2216, + 2244 ], "loc": { "start": { @@ -4638,8 +4638,8 @@ } }, "range": [ - 2192, - 2243 + 2193, + 2244 ], "loc": { "start": { @@ -4653,8 +4653,8 @@ } }, "range": [ - 2192, - 2244 + 2193, + 2245 ], "loc": { "start": { @@ -4671,8 +4671,8 @@ "type": "Line", "value": "defines last page button text", "range": [ - 2152, - 2183 + 2153, + 2184 ], "loc": { "start": { @@ -4691,8 +4691,8 @@ "type": "Line", "value": "defines first page button text", "range": [ - 2253, - 2285 + 2254, + 2286 ], "loc": { "start": { @@ -4718,8 +4718,8 @@ "object": { "type": "ThisExpression", "range": [ - 2294, - 2298 + 2295, + 2299 ], "loc": { "start": { @@ -4736,8 +4736,8 @@ "type": "Identifier", "name": "btnFirstPageText", "range": [ - 2299, - 2315 + 2300, + 2316 ], "loc": { "start": { @@ -4751,8 +4751,8 @@ } }, "range": [ - 2294, - 2315 + 2295, + 2316 ], "loc": { "start": { @@ -4775,8 +4775,8 @@ "type": "Identifier", "name": "f", "range": [ - 2318, - 2319 + 2319, + 2320 ], "loc": { "start": { @@ -4793,8 +4793,8 @@ "type": "Identifier", "name": "btn_first_page_text", "range": [ - 2320, - 2339 + 2321, + 2340 ], "loc": { "start": { @@ -4808,8 +4808,8 @@ } }, "range": [ - 2318, - 2339 + 2319, + 2340 ], "loc": { "start": { @@ -4827,8 +4827,8 @@ "value": "|<", "raw": "'|<'", "range": [ - 2343, - 2347 + 2344, + 2348 ], "loc": { "start": { @@ -4842,8 +4842,8 @@ } }, "range": [ - 2318, - 2347 + 2319, + 2348 ], "loc": { "start": { @@ -4857,8 +4857,8 @@ } }, "range": [ - 2294, - 2347 + 2295, + 2348 ], "loc": { "start": { @@ -4872,8 +4872,8 @@ } }, "range": [ - 2294, - 2348 + 2295, + 2349 ], "loc": { "start": { @@ -4890,8 +4890,8 @@ "type": "Line", "value": "defines first page button text", "range": [ - 2253, - 2285 + 2254, + 2286 ], "loc": { "start": { @@ -4910,8 +4910,8 @@ "type": "Line", "value": "defines next page button html", "range": [ - 2357, - 2388 + 2358, + 2389 ], "loc": { "start": { @@ -4937,8 +4937,8 @@ "object": { "type": "ThisExpression", "range": [ - 2397, - 2401 + 2398, + 2402 ], "loc": { "start": { @@ -4955,8 +4955,8 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 2402, - 2417 + 2403, + 2418 ], "loc": { "start": { @@ -4970,8 +4970,8 @@ } }, "range": [ - 2397, - 2417 + 2398, + 2418 ], "loc": { "start": { @@ -4994,8 +4994,8 @@ "type": "Identifier", "name": "f", "range": [ - 2420, - 2421 + 2421, + 2422 ], "loc": { "start": { @@ -5012,8 +5012,8 @@ "type": "Identifier", "name": "btn_next_page_html", "range": [ - 2422, - 2440 + 2423, + 2441 ], "loc": { "start": { @@ -5027,8 +5027,8 @@ } }, "range": [ - 2420, - 2440 + 2421, + 2441 ], "loc": { "start": { @@ -5053,8 +5053,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2458, - 2460 + 2459, + 2461 ], "loc": { "start": { @@ -5071,8 +5071,8 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 2461, - 2472 + 2462, + 2473 ], "loc": { "start": { @@ -5086,8 +5086,8 @@ } }, "range": [ - 2458, - 2472 + 2459, + 2473 ], "loc": { "start": { @@ -5102,8 +5102,8 @@ }, "prefix": true, "range": [ - 2457, - 2472 + 2458, + 2473 ], "loc": { "start": { @@ -5121,8 +5121,8 @@ "value": null, "raw": "null", "range": [ - 2475, - 2479 + 2476, + 2480 ], "loc": { "start": { @@ -5146,8 +5146,8 @@ "value": "", "raw": "' nextPage\" title=\"Next page\" />'", "range": [ - 2579, - 2612 + 2580, + 2613 ], "loc": { "start": { @@ -5248,8 +5248,8 @@ } }, "range": [ - 2498, - 2612 + 2499, + 2613 ], "loc": { "start": { @@ -5263,8 +5263,8 @@ } }, "range": [ - 2457, - 2612 + 2458, + 2613 ], "loc": { "start": { @@ -5278,8 +5278,8 @@ } }, "range": [ - 2420, - 2613 + 2421, + 2614 ], "loc": { "start": { @@ -5293,8 +5293,8 @@ } }, "range": [ - 2397, - 2613 + 2398, + 2614 ], "loc": { "start": { @@ -5308,8 +5308,8 @@ } }, "range": [ - 2397, - 2614 + 2398, + 2615 ], "loc": { "start": { @@ -5326,8 +5326,8 @@ "type": "Line", "value": "defines next page button html", "range": [ - 2357, - 2388 + 2358, + 2389 ], "loc": { "start": { @@ -5346,8 +5346,8 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 2623, - 2658 + 2624, + 2659 ], "loc": { "start": { @@ -5373,8 +5373,8 @@ "object": { "type": "ThisExpression", "range": [ - 2667, - 2671 + 2668, + 2672 ], "loc": { "start": { @@ -5391,8 +5391,8 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 2672, - 2687 + 2673, + 2688 ], "loc": { "start": { @@ -5406,8 +5406,8 @@ } }, "range": [ - 2667, - 2687 + 2668, + 2688 ], "loc": { "start": { @@ -5430,8 +5430,8 @@ "type": "Identifier", "name": "f", "range": [ - 2690, - 2691 + 2691, + 2692 ], "loc": { "start": { @@ -5448,8 +5448,8 @@ "type": "Identifier", "name": "btn_prev_page_html", "range": [ - 2692, - 2710 + 2693, + 2711 ], "loc": { "start": { @@ -5463,8 +5463,8 @@ } }, "range": [ - 2690, - 2710 + 2691, + 2711 ], "loc": { "start": { @@ -5489,8 +5489,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2728, - 2730 + 2729, + 2731 ], "loc": { "start": { @@ -5507,8 +5507,8 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 2731, - 2742 + 2732, + 2743 ], "loc": { "start": { @@ -5522,8 +5522,8 @@ } }, "range": [ - 2728, - 2742 + 2729, + 2743 ], "loc": { "start": { @@ -5538,8 +5538,8 @@ }, "prefix": true, "range": [ - 2727, - 2742 + 2728, + 2743 ], "loc": { "start": { @@ -5557,8 +5557,8 @@ "value": null, "raw": "null", "range": [ - 2745, - 2749 + 2746, + 2750 ], "loc": { "start": { @@ -5582,8 +5582,8 @@ "value": "", "raw": "' previousPage\" title=\"Previous page\" />'", "range": [ - 2849, - 2890 + 2850, + 2891 ], "loc": { "start": { @@ -5684,8 +5684,8 @@ } }, "range": [ - 2768, - 2890 + 2769, + 2891 ], "loc": { "start": { @@ -5699,8 +5699,8 @@ } }, "range": [ - 2727, - 2890 + 2728, + 2891 ], "loc": { "start": { @@ -5714,8 +5714,8 @@ } }, "range": [ - 2690, - 2891 + 2691, + 2892 ], "loc": { "start": { @@ -5729,8 +5729,8 @@ } }, "range": [ - 2667, - 2891 + 2668, + 2892 ], "loc": { "start": { @@ -5744,8 +5744,8 @@ } }, "range": [ - 2667, - 2892 + 2668, + 2893 ], "loc": { "start": { @@ -5762,8 +5762,8 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 2623, - 2658 + 2624, + 2659 ], "loc": { "start": { @@ -5782,8 +5782,8 @@ "type": "Line", "value": "defines last page button html", "range": [ - 2901, - 2932 + 2902, + 2933 ], "loc": { "start": { @@ -5809,8 +5809,8 @@ "object": { "type": "ThisExpression", "range": [ - 2941, - 2945 + 2942, + 2946 ], "loc": { "start": { @@ -5827,8 +5827,8 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 2946, - 2962 + 2947, + 2963 ], "loc": { "start": { @@ -5842,8 +5842,8 @@ } }, "range": [ - 2941, - 2962 + 2942, + 2963 ], "loc": { "start": { @@ -5866,8 +5866,8 @@ "type": "Identifier", "name": "f", "range": [ - 2965, - 2966 + 2966, + 2967 ], "loc": { "start": { @@ -5884,8 +5884,8 @@ "type": "Identifier", "name": "btn_first_page_html", "range": [ - 2967, - 2986 + 2968, + 2987 ], "loc": { "start": { @@ -5899,8 +5899,8 @@ } }, "range": [ - 2965, - 2986 + 2966, + 2987 ], "loc": { "start": { @@ -5925,8 +5925,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3004, - 3006 + 3005, + 3007 ], "loc": { "start": { @@ -5943,8 +5943,8 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 3007, - 3018 + 3008, + 3019 ], "loc": { "start": { @@ -5958,8 +5958,8 @@ } }, "range": [ - 3004, - 3018 + 3005, + 3019 ], "loc": { "start": { @@ -5974,8 +5974,8 @@ }, "prefix": true, "range": [ - 3003, - 3018 + 3004, + 3019 ], "loc": { "start": { @@ -5993,8 +5993,8 @@ "value": null, "raw": "null", "range": [ - 3021, - 3025 + 3022, + 3026 ], "loc": { "start": { @@ -6018,8 +6018,8 @@ "value": "", "raw": "' firstPage\" title=\"First page\" />'", "range": [ - 3125, - 3160 + 3126, + 3161 ], "loc": { "start": { @@ -6120,8 +6120,8 @@ } }, "range": [ - 3044, - 3160 + 3045, + 3161 ], "loc": { "start": { @@ -6135,8 +6135,8 @@ } }, "range": [ - 3003, - 3160 + 3004, + 3161 ], "loc": { "start": { @@ -6150,8 +6150,8 @@ } }, "range": [ - 2965, - 3161 + 2966, + 3162 ], "loc": { "start": { @@ -6165,8 +6165,8 @@ } }, "range": [ - 2941, - 3161 + 2942, + 3162 ], "loc": { "start": { @@ -6180,8 +6180,8 @@ } }, "range": [ - 2941, - 3162 + 2942, + 3163 ], "loc": { "start": { @@ -6198,8 +6198,8 @@ "type": "Line", "value": "defines last page button html", "range": [ - 2901, - 2932 + 2902, + 2933 ], "loc": { "start": { @@ -6218,8 +6218,8 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3171, - 3206 + 3172, + 3207 ], "loc": { "start": { @@ -6245,8 +6245,8 @@ "object": { "type": "ThisExpression", "range": [ - 3215, - 3219 + 3216, + 3220 ], "loc": { "start": { @@ -6263,8 +6263,8 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 3220, - 3235 + 3221, + 3236 ], "loc": { "start": { @@ -6278,8 +6278,8 @@ } }, "range": [ - 3215, - 3235 + 3216, + 3236 ], "loc": { "start": { @@ -6302,8 +6302,8 @@ "type": "Identifier", "name": "f", "range": [ - 3238, - 3239 + 3239, + 3240 ], "loc": { "start": { @@ -6320,8 +6320,8 @@ "type": "Identifier", "name": "btn_last_page_html", "range": [ - 3240, - 3258 + 3241, + 3259 ], "loc": { "start": { @@ -6335,8 +6335,8 @@ } }, "range": [ - 3238, - 3258 + 3239, + 3259 ], "loc": { "start": { @@ -6361,8 +6361,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3276, - 3278 + 3277, + 3279 ], "loc": { "start": { @@ -6379,8 +6379,8 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 3279, - 3290 + 3280, + 3291 ], "loc": { "start": { @@ -6394,8 +6394,8 @@ } }, "range": [ - 3276, - 3290 + 3277, + 3291 ], "loc": { "start": { @@ -6410,8 +6410,8 @@ }, "prefix": true, "range": [ - 3275, - 3290 + 3276, + 3291 ], "loc": { "start": { @@ -6429,8 +6429,8 @@ "value": null, "raw": "null", "range": [ - 3293, - 3297 + 3294, + 3298 ], "loc": { "start": { @@ -6454,8 +6454,8 @@ "value": "", "raw": "' lastPage\" title=\"Last page\" />'", "range": [ - 3397, - 3430 + 3398, + 3431 ], "loc": { "start": { @@ -6556,8 +6556,8 @@ } }, "range": [ - 3316, - 3430 + 3317, + 3431 ], "loc": { "start": { @@ -6571,8 +6571,8 @@ } }, "range": [ - 3275, - 3430 + 3276, + 3431 ], "loc": { "start": { @@ -6586,8 +6586,8 @@ } }, "range": [ - 3238, - 3431 + 3239, + 3432 ], "loc": { "start": { @@ -6601,8 +6601,8 @@ } }, "range": [ - 3215, - 3431 + 3216, + 3432 ], "loc": { "start": { @@ -6616,8 +6616,8 @@ } }, "range": [ - 3215, - 3432 + 3216, + 3433 ], "loc": { "start": { @@ -6634,8 +6634,8 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3171, - 3206 + 3172, + 3207 ], "loc": { "start": { @@ -6654,8 +6654,8 @@ "type": "Line", "value": "defines text preceeding page selector drop-down", "range": [ - 3441, - 3490 + 3442, + 3491 ], "loc": { "start": { @@ -6681,8 +6681,8 @@ "object": { "type": "ThisExpression", "range": [ - 3499, - 3503 + 3500, + 3504 ], "loc": { "start": { @@ -6699,8 +6699,8 @@ "type": "Identifier", "name": "pageText", "range": [ - 3504, - 3512 + 3505, + 3513 ], "loc": { "start": { @@ -6714,8 +6714,8 @@ } }, "range": [ - 3499, - 3512 + 3500, + 3513 ], "loc": { "start": { @@ -6738,8 +6738,8 @@ "type": "Identifier", "name": "f", "range": [ - 3515, - 3516 + 3516, + 3517 ], "loc": { "start": { @@ -6756,8 +6756,8 @@ "type": "Identifier", "name": "page_text", "range": [ - 3517, - 3526 + 3518, + 3527 ], "loc": { "start": { @@ -6771,8 +6771,8 @@ } }, "range": [ - 3515, - 3526 + 3516, + 3527 ], "loc": { "start": { @@ -6790,8 +6790,8 @@ "value": " Page ", "raw": "' Page '", "range": [ - 3530, - 3538 + 3531, + 3539 ], "loc": { "start": { @@ -6805,8 +6805,8 @@ } }, "range": [ - 3515, - 3538 + 3516, + 3539 ], "loc": { "start": { @@ -6820,8 +6820,8 @@ } }, "range": [ - 3499, - 3538 + 3500, + 3539 ], "loc": { "start": { @@ -6835,8 +6835,8 @@ } }, "range": [ - 3499, - 3539 + 3500, + 3540 ], "loc": { "start": { @@ -6853,8 +6853,8 @@ "type": "Line", "value": "defines text preceeding page selector drop-down", "range": [ - 3441, - 3490 + 3442, + 3491 ], "loc": { "start": { @@ -6873,8 +6873,8 @@ "type": "Line", "value": "defines text after page selector drop-down", "range": [ - 3548, - 3592 + 3549, + 3593 ], "loc": { "start": { @@ -6900,8 +6900,8 @@ "object": { "type": "ThisExpression", "range": [ - 3601, - 3605 + 3602, + 3606 ], "loc": { "start": { @@ -6918,8 +6918,8 @@ "type": "Identifier", "name": "ofText", "range": [ - 3606, - 3612 + 3607, + 3613 ], "loc": { "start": { @@ -6933,8 +6933,8 @@ } }, "range": [ - 3601, - 3612 + 3602, + 3613 ], "loc": { "start": { @@ -6957,8 +6957,8 @@ "type": "Identifier", "name": "f", "range": [ - 3615, - 3616 + 3616, + 3617 ], "loc": { "start": { @@ -6975,8 +6975,8 @@ "type": "Identifier", "name": "of_text", "range": [ - 3617, - 3624 + 3618, + 3625 ], "loc": { "start": { @@ -6990,8 +6990,8 @@ } }, "range": [ - 3615, - 3624 + 3616, + 3625 ], "loc": { "start": { @@ -7009,8 +7009,8 @@ "value": " of ", "raw": "' of '", "range": [ - 3628, - 3634 + 3629, + 3635 ], "loc": { "start": { @@ -7024,8 +7024,8 @@ } }, "range": [ - 3615, - 3634 + 3616, + 3635 ], "loc": { "start": { @@ -7039,8 +7039,8 @@ } }, "range": [ - 3601, - 3634 + 3602, + 3635 ], "loc": { "start": { @@ -7054,8 +7054,8 @@ } }, "range": [ - 3601, - 3635 + 3602, + 3636 ], "loc": { "start": { @@ -7072,8 +7072,8 @@ "type": "Line", "value": "defines text after page selector drop-down", "range": [ - 3548, - 3592 + 3549, + 3593 ], "loc": { "start": { @@ -7092,8 +7092,8 @@ "type": "Line", "value": "css class for span containing tot nb of pages", "range": [ - 3644, - 3691 + 3645, + 3692 ], "loc": { "start": { @@ -7119,8 +7119,8 @@ "object": { "type": "ThisExpression", "range": [ - 3700, - 3704 + 3701, + 3705 ], "loc": { "start": { @@ -7137,8 +7137,8 @@ "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ - 3705, - 3721 + 3706, + 3722 ], "loc": { "start": { @@ -7152,8 +7152,8 @@ } }, "range": [ - 3700, - 3721 + 3701, + 3722 ], "loc": { "start": { @@ -7176,8 +7176,8 @@ "type": "Identifier", "name": "f", "range": [ - 3724, - 3725 + 3725, + 3726 ], "loc": { "start": { @@ -7194,8 +7194,8 @@ "type": "Identifier", "name": "nb_pages_css_class", "range": [ - 3726, - 3744 + 3727, + 3745 ], "loc": { "start": { @@ -7209,8 +7209,8 @@ } }, "range": [ - 3724, - 3744 + 3725, + 3745 ], "loc": { "start": { @@ -7228,8 +7228,8 @@ "value": "nbpg", "raw": "'nbpg'", "range": [ - 3748, - 3754 + 3749, + 3755 ], "loc": { "start": { @@ -7243,8 +7243,8 @@ } }, "range": [ - 3724, - 3754 + 3725, + 3755 ], "loc": { "start": { @@ -7258,8 +7258,8 @@ } }, "range": [ - 3700, - 3754 + 3701, + 3755 ], "loc": { "start": { @@ -7273,8 +7273,8 @@ } }, "range": [ - 3700, - 3755 + 3701, + 3756 ], "loc": { "start": { @@ -7291,8 +7291,8 @@ "type": "Line", "value": "css class for span containing tot nb of pages", "range": [ - 3644, - 3691 + 3645, + 3692 ], "loc": { "start": { @@ -7311,8 +7311,8 @@ "type": "Line", "value": "enables/disables paging buttons", "range": [ - 3764, - 3797 + 3765, + 3798 ], "loc": { "start": { @@ -7338,8 +7338,8 @@ "object": { "type": "ThisExpression", "range": [ - 3806, - 3810 + 3807, + 3811 ], "loc": { "start": { @@ -7356,8 +7356,8 @@ "type": "Identifier", "name": "hasPagingBtns", "range": [ - 3811, - 3824 + 3812, + 3825 ], "loc": { "start": { @@ -7371,8 +7371,8 @@ } }, "range": [ - 3806, - 3824 + 3807, + 3825 ], "loc": { "start": { @@ -7397,8 +7397,8 @@ "type": "Identifier", "name": "f", "range": [ - 3827, - 3828 + 3828, + 3829 ], "loc": { "start": { @@ -7415,8 +7415,8 @@ "type": "Identifier", "name": "paging_btns", "range": [ - 3829, - 3840 + 3830, + 3841 ], "loc": { "start": { @@ -7430,8 +7430,8 @@ } }, "range": [ - 3827, - 3840 + 3828, + 3841 ], "loc": { "start": { @@ -7449,8 +7449,8 @@ "value": false, "raw": "false", "range": [ - 3845, - 3850 + 3846, + 3851 ], "loc": { "start": { @@ -7464,8 +7464,8 @@ } }, "range": [ - 3827, - 3850 + 3828, + 3851 ], "loc": { "start": { @@ -7483,8 +7483,8 @@ "value": false, "raw": "false", "range": [ - 3853, - 3858 + 3854, + 3859 ], "loc": { "start": { @@ -7502,8 +7502,8 @@ "value": true, "raw": "true", "range": [ - 3861, - 3865 + 3862, + 3866 ], "loc": { "start": { @@ -7517,8 +7517,8 @@ } }, "range": [ - 3827, - 3865 + 3828, + 3866 ], "loc": { "start": { @@ -7532,8 +7532,8 @@ } }, "range": [ - 3806, - 3865 + 3807, + 3866 ], "loc": { "start": { @@ -7547,8 +7547,8 @@ } }, "range": [ - 3806, - 3866 + 3807, + 3867 ], "loc": { "start": { @@ -7565,8 +7565,8 @@ "type": "Line", "value": "enables/disables paging buttons", "range": [ - 3764, - 3797 + 3765, + 3798 ], "loc": { "start": { @@ -7585,8 +7585,8 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3875, - 3910 + 3876, + 3911 ], "loc": { "start": { @@ -7612,8 +7612,8 @@ "object": { "type": "ThisExpression", "range": [ - 3919, - 3923 + 3920, + 3924 ], "loc": { "start": { @@ -7630,8 +7630,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 3924, - 3940 + 3925, + 3941 ], "loc": { "start": { @@ -7645,8 +7645,8 @@ } }, "range": [ - 3919, - 3940 + 3920, + 3941 ], "loc": { "start": { @@ -7669,8 +7669,8 @@ "type": "Identifier", "name": "f", "range": [ - 3943, - 3944 + 3944, + 3945 ], "loc": { "start": { @@ -7687,8 +7687,8 @@ "type": "Identifier", "name": "page_selector_type", "range": [ - 3945, - 3963 + 3946, + 3964 ], "loc": { "start": { @@ -7702,8 +7702,8 @@ } }, "range": [ - 3943, - 3963 + 3944, + 3964 ], "loc": { "start": { @@ -7720,8 +7720,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 3967, - 3973 + 3968, + 3974 ], "loc": { "start": { @@ -7735,8 +7735,8 @@ } }, "range": [ - 3943, - 3973 + 3944, + 3974 ], "loc": { "start": { @@ -7750,8 +7750,8 @@ } }, "range": [ - 3919, - 3973 + 3920, + 3974 ], "loc": { "start": { @@ -7765,8 +7765,8 @@ } }, "range": [ - 3919, - 3974 + 3920, + 3975 ], "loc": { "start": { @@ -7783,8 +7783,8 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3875, - 3910 + 3876, + 3911 ], "loc": { "start": { @@ -7803,8 +7803,8 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 3983, - 4022 + 3984, + 4023 ], "loc": { "start": { @@ -7830,8 +7830,8 @@ "object": { "type": "ThisExpression", "range": [ - 4031, - 4035 + 4032, + 4036 ], "loc": { "start": { @@ -7848,8 +7848,8 @@ "type": "Identifier", "name": "onBeforeChangePage", "range": [ - 4036, - 4054 + 4037, + 4055 ], "loc": { "start": { @@ -7863,8 +7863,8 @@ } }, "range": [ - 4031, - 4054 + 4032, + 4055 ], "loc": { "start": { @@ -7888,8 +7888,8 @@ "type": "Identifier", "name": "Types", "range": [ - 4057, - 4062 + 4058, + 4063 ], "loc": { "start": { @@ -7906,8 +7906,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 4063, - 4067 + 4064, + 4068 ], "loc": { "start": { @@ -7921,8 +7921,8 @@ } }, "range": [ - 4057, - 4067 + 4058, + 4068 ], "loc": { "start": { @@ -7943,8 +7943,8 @@ "type": "Identifier", "name": "f", "range": [ - 4068, - 4069 + 4069, + 4070 ], "loc": { "start": { @@ -7961,8 +7961,8 @@ "type": "Identifier", "name": "on_before_change_page", "range": [ - 4070, - 4091 + 4071, + 4092 ], "loc": { "start": { @@ -7976,8 +7976,8 @@ } }, "range": [ - 4068, - 4091 + 4069, + 4092 ], "loc": { "start": { @@ -7992,8 +7992,8 @@ } ], "range": [ - 4057, - 4092 + 4058, + 4093 ], "loc": { "start": { @@ -8013,8 +8013,8 @@ "type": "Identifier", "name": "f", "range": [ - 4107, - 4108 + 4108, + 4109 ], "loc": { "start": { @@ -8031,8 +8031,8 @@ "type": "Identifier", "name": "on_before_change_page", "range": [ - 4109, - 4130 + 4110, + 4131 ], "loc": { "start": { @@ -8046,8 +8046,8 @@ } }, "range": [ - 4107, - 4130 + 4108, + 4131 ], "loc": { "start": { @@ -8065,8 +8065,8 @@ "value": null, "raw": "null", "range": [ - 4133, - 4137 + 4134, + 4138 ], "loc": { "start": { @@ -8080,8 +8080,8 @@ } }, "range": [ - 4057, - 4137 + 4058, + 4138 ], "loc": { "start": { @@ -8095,8 +8095,8 @@ } }, "range": [ - 4031, - 4137 + 4032, + 4138 ], "loc": { "start": { @@ -8110,8 +8110,8 @@ } }, "range": [ - 4031, - 4138 + 4032, + 4139 ], "loc": { "start": { @@ -8128,8 +8128,8 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 3983, - 4022 + 3984, + 4023 ], "loc": { "start": { @@ -8148,8 +8148,8 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 4147, - 4186 + 4148, + 4187 ], "loc": { "start": { @@ -8175,8 +8175,8 @@ "object": { "type": "ThisExpression", "range": [ - 4195, - 4199 + 4196, + 4200 ], "loc": { "start": { @@ -8193,8 +8193,8 @@ "type": "Identifier", "name": "onAfterChangePage", "range": [ - 4200, - 4217 + 4201, + 4218 ], "loc": { "start": { @@ -8208,8 +8208,8 @@ } }, "range": [ - 4195, - 4217 + 4196, + 4218 ], "loc": { "start": { @@ -8233,8 +8233,8 @@ "type": "Identifier", "name": "Types", "range": [ - 4220, - 4225 + 4221, + 4226 ], "loc": { "start": { @@ -8251,8 +8251,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 4226, - 4230 + 4227, + 4231 ], "loc": { "start": { @@ -8266,8 +8266,8 @@ } }, "range": [ - 4220, - 4230 + 4221, + 4231 ], "loc": { "start": { @@ -8288,8 +8288,8 @@ "type": "Identifier", "name": "f", "range": [ - 4231, - 4232 + 4232, + 4233 ], "loc": { "start": { @@ -8306,8 +8306,8 @@ "type": "Identifier", "name": "on_after_change_page", "range": [ - 4233, - 4253 + 4234, + 4254 ], "loc": { "start": { @@ -8321,8 +8321,8 @@ } }, "range": [ - 4231, - 4253 + 4232, + 4254 ], "loc": { "start": { @@ -8337,8 +8337,8 @@ } ], "range": [ - 4220, - 4254 + 4221, + 4255 ], "loc": { "start": { @@ -8358,8 +8358,8 @@ "type": "Identifier", "name": "f", "range": [ - 4269, - 4270 + 4270, + 4271 ], "loc": { "start": { @@ -8376,8 +8376,8 @@ "type": "Identifier", "name": "on_after_change_page", "range": [ - 4271, - 4291 + 4272, + 4292 ], "loc": { "start": { @@ -8391,8 +8391,8 @@ } }, "range": [ - 4269, - 4291 + 4270, + 4292 ], "loc": { "start": { @@ -8410,8 +8410,8 @@ "value": null, "raw": "null", "range": [ - 4294, - 4298 + 4295, + 4299 ], "loc": { "start": { @@ -8425,8 +8425,8 @@ } }, "range": [ - 4220, - 4298 + 4221, + 4299 ], "loc": { "start": { @@ -8440,8 +8440,8 @@ } }, "range": [ - 4195, - 4298 + 4196, + 4299 ], "loc": { "start": { @@ -8455,8 +8455,8 @@ } }, "range": [ - 4195, - 4299 + 4196, + 4300 ], "loc": { "start": { @@ -8473,8 +8473,8 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 4147, - 4186 + 4148, + 4187 ], "loc": { "start": { @@ -8493,8 +8493,8 @@ "type": "Line", "value": "pages select", "range": [ - 4309, - 4323 + 4310, + 4324 ], "loc": { "start": { @@ -8520,8 +8520,8 @@ "object": { "type": "ThisExpression", "range": [ - 4332, - 4336 + 4333, + 4337 ], "loc": { "start": { @@ -8538,8 +8538,8 @@ "type": "Identifier", "name": "prfxSlcPages", "range": [ - 4337, - 4349 + 4338, + 4350 ], "loc": { "start": { @@ -8553,8 +8553,8 @@ } }, "range": [ - 4332, - 4349 + 4333, + 4350 ], "loc": { "start": { @@ -8572,8 +8572,8 @@ "value": "slcPages_", "raw": "'slcPages_'", "range": [ - 4352, - 4363 + 4353, + 4364 ], "loc": { "start": { @@ -8587,8 +8587,8 @@ } }, "range": [ - 4332, - 4363 + 4333, + 4364 ], "loc": { "start": { @@ -8602,8 +8602,8 @@ } }, "range": [ - 4332, - 4364 + 4333, + 4365 ], "loc": { "start": { @@ -8620,8 +8620,8 @@ "type": "Line", "value": "pages select", "range": [ - 4309, - 4323 + 4310, + 4324 ], "loc": { "start": { @@ -8640,8 +8640,8 @@ "type": "Line", "value": "results per page select", "range": [ - 4373, - 4398 + 4374, + 4399 ], "loc": { "start": { @@ -8667,8 +8667,8 @@ "object": { "type": "ThisExpression", "range": [ - 4407, - 4411 + 4408, + 4412 ], "loc": { "start": { @@ -8685,8 +8685,8 @@ "type": "Identifier", "name": "prfxSlcResults", "range": [ - 4412, - 4426 + 4413, + 4427 ], "loc": { "start": { @@ -8700,8 +8700,8 @@ } }, "range": [ - 4407, - 4426 + 4408, + 4427 ], "loc": { "start": { @@ -8719,8 +8719,8 @@ "value": "slcResults_", "raw": "'slcResults_'", "range": [ - 4429, - 4442 + 4430, + 4443 ], "loc": { "start": { @@ -8734,8 +8734,8 @@ } }, "range": [ - 4407, - 4442 + 4408, + 4443 ], "loc": { "start": { @@ -8749,8 +8749,8 @@ } }, "range": [ - 4407, - 4443 + 4408, + 4444 ], "loc": { "start": { @@ -8767,8 +8767,8 @@ "type": "Line", "value": "results per page select", "range": [ - 4373, - 4398 + 4374, + 4399 ], "loc": { "start": { @@ -8787,8 +8787,8 @@ "type": "Line", "value": "label preciding results per page select", "range": [ - 4452, - 4493 + 4453, + 4494 ], "loc": { "start": { @@ -8814,8 +8814,8 @@ "object": { "type": "ThisExpression", "range": [ - 4502, - 4506 + 4503, + 4507 ], "loc": { "start": { @@ -8832,8 +8832,8 @@ "type": "Identifier", "name": "prfxSlcResultsTxt", "range": [ - 4507, - 4524 + 4508, + 4525 ], "loc": { "start": { @@ -8847,8 +8847,8 @@ } }, "range": [ - 4502, - 4524 + 4503, + 4525 ], "loc": { "start": { @@ -8866,8 +8866,8 @@ "value": "slcResultsTxt_", "raw": "'slcResultsTxt_'", "range": [ - 4527, - 4543 + 4528, + 4544 ], "loc": { "start": { @@ -8881,8 +8881,8 @@ } }, "range": [ - 4502, - 4543 + 4503, + 4544 ], "loc": { "start": { @@ -8896,8 +8896,8 @@ } }, "range": [ - 4502, - 4544 + 4503, + 4545 ], "loc": { "start": { @@ -8914,8 +8914,8 @@ "type": "Line", "value": "label preciding results per page select", "range": [ - 4452, - 4493 + 4453, + 4494 ], "loc": { "start": { @@ -8934,8 +8934,8 @@ "type": "Line", "value": "span containing next page button", "range": [ - 4553, - 4587 + 4554, + 4588 ], "loc": { "start": { @@ -8961,8 +8961,8 @@ "object": { "type": "ThisExpression", "range": [ - 4596, - 4600 + 4597, + 4601 ], "loc": { "start": { @@ -8979,8 +8979,8 @@ "type": "Identifier", "name": "prfxBtnNextSpan", "range": [ - 4601, - 4616 + 4602, + 4617 ], "loc": { "start": { @@ -8994,8 +8994,8 @@ } }, "range": [ - 4596, - 4616 + 4597, + 4617 ], "loc": { "start": { @@ -9013,8 +9013,8 @@ "value": "btnNextSpan_", "raw": "'btnNextSpan_'", "range": [ - 4619, - 4633 + 4620, + 4634 ], "loc": { "start": { @@ -9028,8 +9028,8 @@ } }, "range": [ - 4596, - 4633 + 4597, + 4634 ], "loc": { "start": { @@ -9043,8 +9043,8 @@ } }, "range": [ - 4596, - 4634 + 4597, + 4635 ], "loc": { "start": { @@ -9061,8 +9061,8 @@ "type": "Line", "value": "span containing next page button", "range": [ - 4553, - 4587 + 4554, + 4588 ], "loc": { "start": { @@ -9081,8 +9081,8 @@ "type": "Line", "value": "span containing previous page button", "range": [ - 4643, - 4681 + 4644, + 4682 ], "loc": { "start": { @@ -9108,8 +9108,8 @@ "object": { "type": "ThisExpression", "range": [ - 4690, - 4694 + 4691, + 4695 ], "loc": { "start": { @@ -9126,8 +9126,8 @@ "type": "Identifier", "name": "prfxBtnPrevSpan", "range": [ - 4695, - 4710 + 4696, + 4711 ], "loc": { "start": { @@ -9141,8 +9141,8 @@ } }, "range": [ - 4690, - 4710 + 4691, + 4711 ], "loc": { "start": { @@ -9160,8 +9160,8 @@ "value": "btnPrevSpan_", "raw": "'btnPrevSpan_'", "range": [ - 4713, - 4727 + 4714, + 4728 ], "loc": { "start": { @@ -9175,8 +9175,8 @@ } }, "range": [ - 4690, - 4727 + 4691, + 4728 ], "loc": { "start": { @@ -9190,8 +9190,8 @@ } }, "range": [ - 4690, - 4728 + 4691, + 4729 ], "loc": { "start": { @@ -9208,8 +9208,8 @@ "type": "Line", "value": "span containing previous page button", "range": [ - 4643, - 4681 + 4644, + 4682 ], "loc": { "start": { @@ -9228,8 +9228,8 @@ "type": "Line", "value": "span containing last page button", "range": [ - 4737, - 4771 + 4738, + 4772 ], "loc": { "start": { @@ -9255,8 +9255,8 @@ "object": { "type": "ThisExpression", "range": [ - 4780, - 4784 + 4781, + 4785 ], "loc": { "start": { @@ -9273,8 +9273,8 @@ "type": "Identifier", "name": "prfxBtnLastSpan", "range": [ - 4785, - 4800 + 4786, + 4801 ], "loc": { "start": { @@ -9288,8 +9288,8 @@ } }, "range": [ - 4780, - 4800 + 4781, + 4801 ], "loc": { "start": { @@ -9307,8 +9307,8 @@ "value": "btnLastSpan_", "raw": "'btnLastSpan_'", "range": [ - 4803, - 4817 + 4804, + 4818 ], "loc": { "start": { @@ -9322,8 +9322,8 @@ } }, "range": [ - 4780, - 4817 + 4781, + 4818 ], "loc": { "start": { @@ -9337,8 +9337,8 @@ } }, "range": [ - 4780, - 4818 + 4781, + 4819 ], "loc": { "start": { @@ -9355,8 +9355,8 @@ "type": "Line", "value": "span containing last page button", "range": [ - 4737, - 4771 + 4738, + 4772 ], "loc": { "start": { @@ -9375,8 +9375,8 @@ "type": "Line", "value": "span containing first page button", "range": [ - 4827, - 4862 + 4828, + 4863 ], "loc": { "start": { @@ -9402,8 +9402,8 @@ "object": { "type": "ThisExpression", "range": [ - 4871, - 4875 + 4872, + 4876 ], "loc": { "start": { @@ -9420,8 +9420,8 @@ "type": "Identifier", "name": "prfxBtnFirstSpan", "range": [ - 4876, - 4892 + 4877, + 4893 ], "loc": { "start": { @@ -9435,8 +9435,8 @@ } }, "range": [ - 4871, - 4892 + 4872, + 4893 ], "loc": { "start": { @@ -9454,8 +9454,8 @@ "value": "btnFirstSpan_", "raw": "'btnFirstSpan_'", "range": [ - 4895, - 4910 + 4896, + 4911 ], "loc": { "start": { @@ -9469,8 +9469,8 @@ } }, "range": [ - 4871, - 4910 + 4872, + 4911 ], "loc": { "start": { @@ -9484,8 +9484,8 @@ } }, "range": [ - 4871, - 4911 + 4872, + 4912 ], "loc": { "start": { @@ -9502,8 +9502,8 @@ "type": "Line", "value": "span containing first page button", "range": [ - 4827, - 4862 + 4828, + 4863 ], "loc": { "start": { @@ -9522,8 +9522,8 @@ "type": "Line", "value": "next button", "range": [ - 4920, - 4933 + 4921, + 4934 ], "loc": { "start": { @@ -9549,8 +9549,8 @@ "object": { "type": "ThisExpression", "range": [ - 4942, - 4946 + 4943, + 4947 ], "loc": { "start": { @@ -9567,8 +9567,8 @@ "type": "Identifier", "name": "prfxBtnNext", "range": [ - 4947, - 4958 + 4948, + 4959 ], "loc": { "start": { @@ -9582,8 +9582,8 @@ } }, "range": [ - 4942, - 4958 + 4943, + 4959 ], "loc": { "start": { @@ -9601,8 +9601,8 @@ "value": "btnNext_", "raw": "'btnNext_'", "range": [ - 4961, - 4971 + 4962, + 4972 ], "loc": { "start": { @@ -9616,8 +9616,8 @@ } }, "range": [ - 4942, - 4971 + 4943, + 4972 ], "loc": { "start": { @@ -9631,8 +9631,8 @@ } }, "range": [ - 4942, - 4972 + 4943, + 4973 ], "loc": { "start": { @@ -9649,8 +9649,8 @@ "type": "Line", "value": "next button", "range": [ - 4920, - 4933 + 4921, + 4934 ], "loc": { "start": { @@ -9669,8 +9669,8 @@ "type": "Line", "value": "previous button", "range": [ - 4981, - 4998 + 4982, + 4999 ], "loc": { "start": { @@ -9696,8 +9696,8 @@ "object": { "type": "ThisExpression", "range": [ - 5007, - 5011 + 5008, + 5012 ], "loc": { "start": { @@ -9714,8 +9714,8 @@ "type": "Identifier", "name": "prfxBtnPrev", "range": [ - 5012, - 5023 + 5013, + 5024 ], "loc": { "start": { @@ -9729,8 +9729,8 @@ } }, "range": [ - 5007, - 5023 + 5008, + 5024 ], "loc": { "start": { @@ -9748,8 +9748,8 @@ "value": "btnPrev_", "raw": "'btnPrev_'", "range": [ - 5026, - 5036 + 5027, + 5037 ], "loc": { "start": { @@ -9763,8 +9763,8 @@ } }, "range": [ - 5007, - 5036 + 5008, + 5037 ], "loc": { "start": { @@ -9778,8 +9778,8 @@ } }, "range": [ - 5007, - 5037 + 5008, + 5038 ], "loc": { "start": { @@ -9796,8 +9796,8 @@ "type": "Line", "value": "previous button", "range": [ - 4981, - 4998 + 4982, + 4999 ], "loc": { "start": { @@ -9816,8 +9816,8 @@ "type": "Line", "value": "last button", "range": [ - 5046, - 5059 + 5047, + 5060 ], "loc": { "start": { @@ -9843,8 +9843,8 @@ "object": { "type": "ThisExpression", "range": [ - 5068, - 5072 + 5069, + 5073 ], "loc": { "start": { @@ -9861,8 +9861,8 @@ "type": "Identifier", "name": "prfxBtnLast", "range": [ - 5073, - 5084 + 5074, + 5085 ], "loc": { "start": { @@ -9876,8 +9876,8 @@ } }, "range": [ - 5068, - 5084 + 5069, + 5085 ], "loc": { "start": { @@ -9895,8 +9895,8 @@ "value": "btnLast_", "raw": "'btnLast_'", "range": [ - 5087, - 5097 + 5088, + 5098 ], "loc": { "start": { @@ -9910,8 +9910,8 @@ } }, "range": [ - 5068, - 5097 + 5069, + 5098 ], "loc": { "start": { @@ -9925,8 +9925,8 @@ } }, "range": [ - 5068, - 5098 + 5069, + 5099 ], "loc": { "start": { @@ -9943,8 +9943,8 @@ "type": "Line", "value": "last button", "range": [ - 5046, - 5059 + 5047, + 5060 ], "loc": { "start": { @@ -9963,8 +9963,8 @@ "type": "Line", "value": "first button", "range": [ - 5107, - 5121 + 5108, + 5122 ], "loc": { "start": { @@ -9990,8 +9990,8 @@ "object": { "type": "ThisExpression", "range": [ - 5130, - 5134 + 5131, + 5135 ], "loc": { "start": { @@ -10008,8 +10008,8 @@ "type": "Identifier", "name": "prfxBtnFirst", "range": [ - 5135, - 5147 + 5136, + 5148 ], "loc": { "start": { @@ -10023,8 +10023,8 @@ } }, "range": [ - 5130, - 5147 + 5131, + 5148 ], "loc": { "start": { @@ -10042,8 +10042,8 @@ "value": "btnFirst_", "raw": "'btnFirst_'", "range": [ - 5150, - 5161 + 5151, + 5162 ], "loc": { "start": { @@ -10057,8 +10057,8 @@ } }, "range": [ - 5130, - 5161 + 5131, + 5162 ], "loc": { "start": { @@ -10072,8 +10072,8 @@ } }, "range": [ - 5130, - 5162 + 5131, + 5163 ], "loc": { "start": { @@ -10090,8 +10090,8 @@ "type": "Line", "value": "first button", "range": [ - 5107, - 5121 + 5108, + 5122 ], "loc": { "start": { @@ -10110,8 +10110,8 @@ "type": "Line", "value": "span for tot nb pages", "range": [ - 5171, - 5194 + 5172, + 5195 ], "loc": { "start": { @@ -10137,8 +10137,8 @@ "object": { "type": "ThisExpression", "range": [ - 5203, - 5207 + 5204, + 5208 ], "loc": { "start": { @@ -10155,8 +10155,8 @@ "type": "Identifier", "name": "prfxPgSpan", "range": [ - 5208, - 5218 + 5209, + 5219 ], "loc": { "start": { @@ -10170,8 +10170,8 @@ } }, "range": [ - 5203, - 5218 + 5204, + 5219 ], "loc": { "start": { @@ -10189,8 +10189,8 @@ "value": "pgspan_", "raw": "'pgspan_'", "range": [ - 5221, - 5230 + 5222, + 5231 ], "loc": { "start": { @@ -10204,8 +10204,8 @@ } }, "range": [ - 5203, - 5230 + 5204, + 5231 ], "loc": { "start": { @@ -10219,8 +10219,8 @@ } }, "range": [ - 5203, - 5231 + 5204, + 5232 ], "loc": { "start": { @@ -10237,8 +10237,8 @@ "type": "Line", "value": "span for tot nb pages", "range": [ - 5171, - 5194 + 5172, + 5195 ], "loc": { "start": { @@ -10257,8 +10257,8 @@ "type": "Line", "value": "span preceding pages select (contains 'Page')", "range": [ - 5240, - 5287 + 5241, + 5288 ], "loc": { "start": { @@ -10284,8 +10284,8 @@ "object": { "type": "ThisExpression", "range": [ - 5296, - 5300 + 5297, + 5301 ], "loc": { "start": { @@ -10302,8 +10302,8 @@ "type": "Identifier", "name": "prfxPgBeforeSpan", "range": [ - 5301, - 5317 + 5302, + 5318 ], "loc": { "start": { @@ -10317,8 +10317,8 @@ } }, "range": [ - 5296, - 5317 + 5297, + 5318 ], "loc": { "start": { @@ -10336,8 +10336,8 @@ "value": "pgbeforespan_", "raw": "'pgbeforespan_'", "range": [ - 5320, - 5335 + 5321, + 5336 ], "loc": { "start": { @@ -10351,8 +10351,8 @@ } }, "range": [ - 5296, - 5335 + 5297, + 5336 ], "loc": { "start": { @@ -10366,8 +10366,8 @@ } }, "range": [ - 5296, - 5336 + 5297, + 5337 ], "loc": { "start": { @@ -10384,8 +10384,8 @@ "type": "Line", "value": "span preceding pages select (contains 'Page')", "range": [ - 5240, - 5287 + 5241, + 5288 ], "loc": { "start": { @@ -10404,8 +10404,8 @@ "type": "Line", "value": "span following pages select (contains ' of ')", "range": [ - 5345, - 5392 + 5346, + 5393 ], "loc": { "start": { @@ -10431,8 +10431,8 @@ "object": { "type": "ThisExpression", "range": [ - 5401, - 5405 + 5402, + 5406 ], "loc": { "start": { @@ -10449,8 +10449,8 @@ "type": "Identifier", "name": "prfxPgAfterSpan", "range": [ - 5406, - 5421 + 5407, + 5422 ], "loc": { "start": { @@ -10464,8 +10464,8 @@ } }, "range": [ - 5401, - 5421 + 5402, + 5422 ], "loc": { "start": { @@ -10483,8 +10483,8 @@ "value": "pgafterspan_", "raw": "'pgafterspan_'", "range": [ - 5424, - 5438 + 5425, + 5439 ], "loc": { "start": { @@ -10498,8 +10498,8 @@ } }, "range": [ - 5401, - 5438 + 5402, + 5439 ], "loc": { "start": { @@ -10513,8 +10513,8 @@ } }, "range": [ - 5401, - 5439 + 5402, + 5440 ], "loc": { "start": { @@ -10531,8 +10531,8 @@ "type": "Line", "value": "span following pages select (contains ' of ')", "range": [ - 5345, - 5392 + 5346, + 5393 ], "loc": { "start": { @@ -10556,8 +10556,8 @@ "type": "Identifier", "name": "start_row", "range": [ - 5453, - 5462 + 5454, + 5463 ], "loc": { "start": { @@ -10577,8 +10577,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5465, - 5467 + 5466, + 5468 ], "loc": { "start": { @@ -10595,8 +10595,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 5468, - 5474 + 5469, + 5475 ], "loc": { "start": { @@ -10610,8 +10610,8 @@ } }, "range": [ - 5465, - 5474 + 5466, + 5475 ], "loc": { "start": { @@ -10625,8 +10625,8 @@ } }, "range": [ - 5453, - 5474 + 5454, + 5475 ], "loc": { "start": { @@ -10642,8 +10642,8 @@ ], "kind": "var", "range": [ - 5449, - 5475 + 5450, + 5476 ], "loc": { "start": { @@ -10665,8 +10665,8 @@ "type": "Identifier", "name": "nrows", "range": [ - 5488, - 5493 + 5489, + 5494 ], "loc": { "start": { @@ -10686,8 +10686,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5496, - 5498 + 5497, + 5499 ], "loc": { "start": { @@ -10704,8 +10704,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 5499, - 5505 + 5500, + 5506 ], "loc": { "start": { @@ -10719,8 +10719,8 @@ } }, "range": [ - 5496, - 5505 + 5497, + 5506 ], "loc": { "start": { @@ -10734,8 +10734,8 @@ } }, "range": [ - 5488, - 5505 + 5489, + 5506 ], "loc": { "start": { @@ -10751,8 +10751,8 @@ ], "kind": "var", "range": [ - 5484, - 5506 + 5485, + 5507 ], "loc": { "start": { @@ -10769,8 +10769,8 @@ "type": "Line", "value": "calculates page nb", "range": [ - 5515, - 5535 + 5516, + 5536 ], "loc": { "start": { @@ -10796,8 +10796,8 @@ "object": { "type": "ThisExpression", "range": [ - 5544, - 5548 + 5545, + 5549 ], "loc": { "start": { @@ -10814,8 +10814,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 5549, - 5556 + 5550, + 5557 ], "loc": { "start": { @@ -10829,8 +10829,8 @@ } }, "range": [ - 5544, - 5556 + 5545, + 5557 ], "loc": { "start": { @@ -10852,8 +10852,8 @@ "type": "Identifier", "name": "Math", "range": [ - 5559, - 5563 + 5560, + 5564 ], "loc": { "start": { @@ -10870,8 +10870,8 @@ "type": "Identifier", "name": "ceil", "range": [ - 5564, - 5568 + 5565, + 5569 ], "loc": { "start": { @@ -10885,8 +10885,8 @@ } }, "range": [ - 5559, - 5568 + 5560, + 5569 ], "loc": { "start": { @@ -10910,8 +10910,8 @@ "type": "Identifier", "name": "nrows", "range": [ - 5570, - 5575 + 5571, + 5576 ], "loc": { "start": { @@ -10928,8 +10928,8 @@ "type": "Identifier", "name": "start_row", "range": [ - 5578, - 5587 + 5579, + 5588 ], "loc": { "start": { @@ -10943,8 +10943,8 @@ } }, "range": [ - 5570, - 5587 + 5571, + 5588 ], "loc": { "start": { @@ -10963,8 +10963,8 @@ "object": { "type": "ThisExpression", "range": [ - 5591, - 5595 + 5592, + 5596 ], "loc": { "start": { @@ -10981,8 +10981,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 5596, - 5608 + 5597, + 5609 ], "loc": { "start": { @@ -10996,8 +10996,8 @@ } }, "range": [ - 5591, - 5608 + 5592, + 5609 ], "loc": { "start": { @@ -11011,8 +11011,8 @@ } }, "range": [ - 5569, - 5608 + 5570, + 5609 ], "loc": { "start": { @@ -11027,8 +11027,8 @@ } ], "range": [ - 5559, - 5609 + 5560, + 5610 ], "loc": { "start": { @@ -11042,8 +11042,8 @@ } }, "range": [ - 5544, - 5609 + 5545, + 5610 ], "loc": { "start": { @@ -11057,8 +11057,8 @@ } }, "range": [ - 5544, - 5610 + 5545, + 5611 ], "loc": { "start": { @@ -11075,8 +11075,8 @@ "type": "Line", "value": "calculates page nb", "range": [ - 5515, - 5535 + 5516, + 5536 ], "loc": { "start": { @@ -11095,8 +11095,8 @@ "type": "Line", "value": "Paging elements events", "range": [ - 5620, - 5644 + 5621, + 5645 ], "loc": { "start": { @@ -11120,8 +11120,8 @@ "type": "Identifier", "name": "o", "range": [ - 5657, - 5658 + 5658, + 5659 ], "loc": { "start": { @@ -11137,8 +11137,8 @@ "init": { "type": "ThisExpression", "range": [ - 5661, - 5665 + 5662, + 5666 ], "loc": { "start": { @@ -11152,8 +11152,8 @@ } }, "range": [ - 5657, - 5665 + 5658, + 5666 ], "loc": { "start": { @@ -11169,8 +11169,8 @@ ], "kind": "var", "range": [ - 5653, - 5666 + 5654, + 5667 ], "loc": { "start": { @@ -11187,8 +11187,8 @@ "type": "Line", "value": "Paging elements events", "range": [ - 5620, - 5644 + 5621, + 5645 ], "loc": { "start": { @@ -11207,8 +11207,8 @@ "type": "Line", "value": " Paging DOM events", "range": [ - 5675, - 5695 + 5676, + 5696 ], "loc": { "start": { @@ -11234,8 +11234,8 @@ "object": { "type": "ThisExpression", "range": [ - 5704, - 5708 + 5705, + 5709 ], "loc": { "start": { @@ -11252,8 +11252,8 @@ "type": "Identifier", "name": "evt", "range": [ - 5709, - 5712 + 5710, + 5713 ], "loc": { "start": { @@ -11267,8 +11267,8 @@ } }, "range": [ - 5704, - 5712 + 5705, + 5713 ], "loc": { "start": { @@ -11290,8 +11290,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 5729, - 5737 + 5730, + 5738 ], "loc": { "start": { @@ -11325,8 +11325,8 @@ "type": "Identifier", "name": "o", "range": [ - 5766, - 5767 + 5767, + 5768 ], "loc": { "start": { @@ -11343,8 +11343,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 5768, - 5784 + 5769, + 5785 ], "loc": { "start": { @@ -11358,8 +11358,8 @@ } }, "range": [ - 5766, - 5784 + 5767, + 5785 ], "loc": { "start": { @@ -11376,8 +11376,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 5789, - 5795 + 5790, + 5796 ], "loc": { "start": { @@ -11391,8 +11391,8 @@ } }, "range": [ - 5766, - 5795 + 5767, + 5796 ], "loc": { "start": { @@ -11418,8 +11418,8 @@ "type": "Identifier", "name": "o", "range": [ - 5819, - 5820 + 5820, + 5821 ], "loc": { "start": { @@ -11436,8 +11436,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 5821, - 5830 + 5822, + 5831 ], "loc": { "start": { @@ -11451,8 +11451,8 @@ } }, "range": [ - 5819, - 5830 + 5820, + 5831 ], "loc": { "start": { @@ -11469,8 +11469,8 @@ "type": "Identifier", "name": "options", "range": [ - 5831, - 5838 + 5832, + 5839 ], "loc": { "start": { @@ -11484,8 +11484,8 @@ } }, "range": [ - 5819, - 5838 + 5820, + 5839 ], "loc": { "start": { @@ -11502,8 +11502,8 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 5839, - 5852 + 5840, + 5853 ], "loc": { "start": { @@ -11517,8 +11517,8 @@ } }, "range": [ - 5819, - 5852 + 5820, + 5853 ], "loc": { "start": { @@ -11540,8 +11540,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 5875, - 5883 + 5876, + 5884 ], "loc": { "start": { @@ -11565,8 +11565,8 @@ "type": "Identifier", "name": "o", "range": [ - 5884, - 5885 + 5885, + 5886 ], "loc": { "start": { @@ -11583,8 +11583,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 5886, - 5895 + 5887, + 5896 ], "loc": { "start": { @@ -11598,8 +11598,8 @@ } }, "range": [ - 5884, - 5895 + 5885, + 5896 ], "loc": { "start": { @@ -11616,8 +11616,8 @@ "type": "Identifier", "name": "value", "range": [ - 5896, - 5901 + 5897, + 5902 ], "loc": { "start": { @@ -11631,8 +11631,8 @@ } }, "range": [ - 5884, - 5901 + 5885, + 5902 ], "loc": { "start": { @@ -11650,8 +11650,8 @@ "value": 10, "raw": "10", "range": [ - 5903, - 5905 + 5904, + 5906 ], "loc": { "start": { @@ -11666,8 +11666,8 @@ } ], "range": [ - 5875, - 5906 + 5876, + 5907 ], "loc": { "start": { @@ -11685,8 +11685,8 @@ "value": 1, "raw": "1", "range": [ - 5909, - 5910 + 5910, + 5911 ], "loc": { "start": { @@ -11700,8 +11700,8 @@ } }, "range": [ - 5875, - 5910 + 5876, + 5911 ], "loc": { "start": { @@ -11715,8 +11715,8 @@ } }, "range": [ - 5765, - 5910 + 5766, + 5911 ], "loc": { "start": { @@ -11730,8 +11730,8 @@ } }, "range": [ - 5758, - 5911 + 5759, + 5912 ], "loc": { "start": { @@ -11746,8 +11746,8 @@ } ], "range": [ - 5740, - 5925 + 5741, + 5926 ], "loc": { "start": { @@ -11763,8 +11763,8 @@ "generator": false, "expression": false, "range": [ - 5737, - 5925 + 5738, + 5926 ], "loc": { "start": { @@ -11782,8 +11782,8 @@ "shorthand": false, "computed": false, "range": [ - 5729, - 5925 + 5730, + 5926 ], "loc": { "start": { @@ -11802,8 +11802,8 @@ "type": "Identifier", "name": "nbOpts", "range": [ - 5939, - 5945 + 5940, + 5946 ], "loc": { "start": { @@ -11837,8 +11837,8 @@ "type": "Identifier", "name": "o", "range": [ - 5974, - 5975 + 5975, + 5976 ], "loc": { "start": { @@ -11855,8 +11855,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 5976, - 5992 + 5977, + 5993 ], "loc": { "start": { @@ -11870,8 +11870,8 @@ } }, "range": [ - 5974, - 5992 + 5975, + 5993 ], "loc": { "start": { @@ -11888,8 +11888,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 5997, - 6003 + 5998, + 6004 ], "loc": { "start": { @@ -11903,8 +11903,8 @@ } }, "range": [ - 5974, - 6003 + 5975, + 6004 ], "loc": { "start": { @@ -11926,8 +11926,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 6027, - 6035 + 6028, + 6036 ], "loc": { "start": { @@ -11954,8 +11954,8 @@ "type": "Identifier", "name": "o", "range": [ - 6036, - 6037 + 6037, + 6038 ], "loc": { "start": { @@ -11972,8 +11972,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 6038, - 6047 + 6039, + 6048 ], "loc": { "start": { @@ -11987,8 +11987,8 @@ } }, "range": [ - 6036, - 6047 + 6037, + 6048 ], "loc": { "start": { @@ -12005,8 +12005,8 @@ "type": "Identifier", "name": "options", "range": [ - 6048, - 6055 + 6049, + 6056 ], "loc": { "start": { @@ -12020,8 +12020,8 @@ } }, "range": [ - 6036, - 6055 + 6037, + 6056 ], "loc": { "start": { @@ -12038,8 +12038,8 @@ "type": "Identifier", "name": "length", "range": [ - 6056, - 6062 + 6057, + 6063 ], "loc": { "start": { @@ -12053,8 +12053,8 @@ } }, "range": [ - 6036, - 6062 + 6037, + 6063 ], "loc": { "start": { @@ -12072,8 +12072,8 @@ "value": 10, "raw": "10", "range": [ - 6064, - 6066 + 6065, + 6067 ], "loc": { "start": { @@ -12088,8 +12088,8 @@ } ], "range": [ - 6027, - 6067 + 6028, + 6068 ], "loc": { "start": { @@ -12107,8 +12107,8 @@ "value": 1, "raw": "1", "range": [ - 6070, - 6071 + 6071, + 6072 ], "loc": { "start": { @@ -12122,8 +12122,8 @@ } }, "range": [ - 6027, - 6071 + 6028, + 6072 ], "loc": { "start": { @@ -12146,8 +12146,8 @@ "type": "Identifier", "name": "o", "range": [ - 6095, - 6096 + 6096, + 6097 ], "loc": { "start": { @@ -12164,8 +12164,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 6097, - 6104 + 6098, + 6105 ], "loc": { "start": { @@ -12179,8 +12179,8 @@ } }, "range": [ - 6095, - 6104 + 6096, + 6105 ], "loc": { "start": { @@ -12198,8 +12198,8 @@ "value": 1, "raw": "1", "range": [ - 6107, - 6108 + 6108, + 6109 ], "loc": { "start": { @@ -12213,8 +12213,8 @@ } }, "range": [ - 6095, - 6108 + 6096, + 6109 ], "loc": { "start": { @@ -12228,8 +12228,8 @@ } }, "range": [ - 5973, - 6109 + 5974, + 6110 ], "loc": { "start": { @@ -12243,8 +12243,8 @@ } }, "range": [ - 5966, - 6110 + 5967, + 6111 ], "loc": { "start": { @@ -12259,8 +12259,8 @@ } ], "range": [ - 5948, - 6124 + 5949, + 6125 ], "loc": { "start": { @@ -12276,8 +12276,8 @@ "generator": false, "expression": false, "range": [ - 5945, - 6124 + 5946, + 6125 ], "loc": { "start": { @@ -12295,8 +12295,8 @@ "shorthand": false, "computed": false, "range": [ - 5939, - 6124 + 5940, + 6125 ], "loc": { "start": { @@ -12315,8 +12315,8 @@ "type": "Identifier", "name": "next", "range": [ - 6138, - 6142 + 6139, + 6143 ], "loc": { "start": { @@ -12345,8 +12345,8 @@ "type": "Identifier", "name": "nextIndex", "range": [ - 6167, - 6176 + 6168, + 6177 ], "loc": { "start": { @@ -12376,8 +12376,8 @@ "type": "Identifier", "name": "o", "range": [ - 6179, - 6180 + 6180, + 6181 ], "loc": { "start": { @@ -12394,8 +12394,8 @@ "type": "Identifier", "name": "evt", "range": [ - 6181, - 6184 + 6182, + 6185 ], "loc": { "start": { @@ -12409,8 +12409,8 @@ } }, "range": [ - 6179, - 6184 + 6180, + 6185 ], "loc": { "start": { @@ -12427,8 +12427,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6185, - 6193 + 6186, + 6194 ], "loc": { "start": { @@ -12442,8 +12442,8 @@ } }, "range": [ - 6179, - 6193 + 6180, + 6194 ], "loc": { "start": { @@ -12458,8 +12458,8 @@ }, "arguments": [], "range": [ - 6179, - 6195 + 6180, + 6196 ], "loc": { "start": { @@ -12484,8 +12484,8 @@ "type": "Identifier", "name": "o", "range": [ - 6198, - 6199 + 6199, + 6200 ], "loc": { "start": { @@ -12502,8 +12502,8 @@ "type": "Identifier", "name": "evt", "range": [ - 6200, - 6203 + 6201, + 6204 ], "loc": { "start": { @@ -12517,8 +12517,8 @@ } }, "range": [ - 6198, - 6203 + 6199, + 6204 ], "loc": { "start": { @@ -12535,8 +12535,8 @@ "type": "Identifier", "name": "nbOpts", "range": [ - 6204, - 6210 + 6205, + 6211 ], "loc": { "start": { @@ -12550,8 +12550,8 @@ } }, "range": [ - 6198, - 6210 + 6199, + 6211 ], "loc": { "start": { @@ -12566,8 +12566,8 @@ }, "arguments": [], "range": [ - 6198, - 6212 + 6199, + 6213 ], "loc": { "start": { @@ -12581,8 +12581,8 @@ } }, "range": [ - 6179, - 6212 + 6180, + 6213 ], "loc": { "start": { @@ -12610,8 +12610,8 @@ "type": "Identifier", "name": "o", "range": [ - 6235, - 6236 + 6236, + 6237 ], "loc": { "start": { @@ -12628,8 +12628,8 @@ "type": "Identifier", "name": "evt", "range": [ - 6237, - 6240 + 6238, + 6241 ], "loc": { "start": { @@ -12643,8 +12643,8 @@ } }, "range": [ - 6235, - 6240 + 6236, + 6241 ], "loc": { "start": { @@ -12661,8 +12661,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6241, - 6249 + 6242, + 6250 ], "loc": { "start": { @@ -12676,8 +12676,8 @@ } }, "range": [ - 6235, - 6249 + 6236, + 6250 ], "loc": { "start": { @@ -12692,8 +12692,8 @@ }, "arguments": [], "range": [ - 6235, - 6251 + 6236, + 6252 ], "loc": { "start": { @@ -12711,8 +12711,8 @@ "value": 1, "raw": "1", "range": [ - 6254, - 6255 + 6255, + 6256 ], "loc": { "start": { @@ -12726,8 +12726,8 @@ } }, "range": [ - 6235, - 6255 + 6236, + 6256 ], "loc": { "start": { @@ -12745,8 +12745,8 @@ "value": 0, "raw": "0", "range": [ - 6258, - 6259 + 6259, + 6260 ], "loc": { "start": { @@ -12760,8 +12760,8 @@ } }, "range": [ - 6179, - 6259 + 6180, + 6260 ], "loc": { "start": { @@ -12775,8 +12775,8 @@ } }, "range": [ - 6167, - 6259 + 6168, + 6260 ], "loc": { "start": { @@ -12792,8 +12792,8 @@ ], "kind": "var", "range": [ - 6163, - 6260 + 6164, + 6261 ], "loc": { "start": { @@ -12817,8 +12817,8 @@ "type": "Identifier", "name": "o", "range": [ - 6277, - 6278 + 6278, + 6279 ], "loc": { "start": { @@ -12835,8 +12835,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 6279, - 6289 + 6280, + 6290 ], "loc": { "start": { @@ -12850,8 +12850,8 @@ } }, "range": [ - 6277, - 6289 + 6278, + 6290 ], "loc": { "start": { @@ -12869,8 +12869,8 @@ "type": "Identifier", "name": "nextIndex", "range": [ - 6290, - 6299 + 6291, + 6300 ], "loc": { "start": { @@ -12885,8 +12885,8 @@ } ], "range": [ - 6277, - 6300 + 6278, + 6301 ], "loc": { "start": { @@ -12900,8 +12900,8 @@ } }, "range": [ - 6277, - 6301 + 6278, + 6302 ], "loc": { "start": { @@ -12916,8 +12916,8 @@ } ], "range": [ - 6145, - 6315 + 6146, + 6316 ], "loc": { "start": { @@ -12933,8 +12933,8 @@ "generator": false, "expression": false, "range": [ - 6142, - 6315 + 6143, + 6316 ], "loc": { "start": { @@ -12952,8 +12952,8 @@ "shorthand": false, "computed": false, "range": [ - 6138, - 6315 + 6139, + 6316 ], "loc": { "start": { @@ -12972,8 +12972,8 @@ "type": "Identifier", "name": "prev", "range": [ - 6329, - 6333 + 6330, + 6334 ], "loc": { "start": { @@ -13002,8 +13002,8 @@ "type": "Identifier", "name": "prevIndex", "range": [ - 6358, - 6367 + 6359, + 6368 ], "loc": { "start": { @@ -13033,8 +13033,8 @@ "type": "Identifier", "name": "o", "range": [ - 6370, - 6371 + 6371, + 6372 ], "loc": { "start": { @@ -13051,8 +13051,8 @@ "type": "Identifier", "name": "evt", "range": [ - 6372, - 6375 + 6373, + 6376 ], "loc": { "start": { @@ -13066,8 +13066,8 @@ } }, "range": [ - 6370, - 6375 + 6371, + 6376 ], "loc": { "start": { @@ -13084,8 +13084,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6376, - 6384 + 6377, + 6385 ], "loc": { "start": { @@ -13099,8 +13099,8 @@ } }, "range": [ - 6370, - 6384 + 6371, + 6385 ], "loc": { "start": { @@ -13115,8 +13115,8 @@ }, "arguments": [], "range": [ - 6370, - 6386 + 6371, + 6387 ], "loc": { "start": { @@ -13134,8 +13134,8 @@ "value": 0, "raw": "0", "range": [ - 6389, - 6390 + 6390, + 6391 ], "loc": { "start": { @@ -13149,8 +13149,8 @@ } }, "range": [ - 6370, - 6390 + 6371, + 6391 ], "loc": { "start": { @@ -13178,8 +13178,8 @@ "type": "Identifier", "name": "o", "range": [ - 6413, - 6414 + 6414, + 6415 ], "loc": { "start": { @@ -13196,8 +13196,8 @@ "type": "Identifier", "name": "evt", "range": [ - 6415, - 6418 + 6416, + 6419 ], "loc": { "start": { @@ -13211,8 +13211,8 @@ } }, "range": [ - 6413, - 6418 + 6414, + 6419 ], "loc": { "start": { @@ -13229,8 +13229,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6419, - 6427 + 6420, + 6428 ], "loc": { "start": { @@ -13244,8 +13244,8 @@ } }, "range": [ - 6413, - 6427 + 6414, + 6428 ], "loc": { "start": { @@ -13260,8 +13260,8 @@ }, "arguments": [], "range": [ - 6413, - 6429 + 6414, + 6430 ], "loc": { "start": { @@ -13279,8 +13279,8 @@ "value": 1, "raw": "1", "range": [ - 6432, - 6433 + 6433, + 6434 ], "loc": { "start": { @@ -13294,8 +13294,8 @@ } }, "range": [ - 6413, - 6433 + 6414, + 6434 ], "loc": { "start": { @@ -13320,8 +13320,8 @@ "type": "Identifier", "name": "o", "range": [ - 6436, - 6437 + 6437, + 6438 ], "loc": { "start": { @@ -13338,8 +13338,8 @@ "type": "Identifier", "name": "evt", "range": [ - 6438, - 6441 + 6439, + 6442 ], "loc": { "start": { @@ -13353,8 +13353,8 @@ } }, "range": [ - 6436, - 6441 + 6437, + 6442 ], "loc": { "start": { @@ -13371,8 +13371,8 @@ "type": "Identifier", "name": "nbOpts", "range": [ - 6442, - 6448 + 6443, + 6449 ], "loc": { "start": { @@ -13386,8 +13386,8 @@ } }, "range": [ - 6436, - 6448 + 6437, + 6449 ], "loc": { "start": { @@ -13402,8 +13402,8 @@ }, "arguments": [], "range": [ - 6436, - 6450 + 6437, + 6451 ], "loc": { "start": { @@ -13417,8 +13417,8 @@ } }, "range": [ - 6370, - 6450 + 6371, + 6451 ], "loc": { "start": { @@ -13432,8 +13432,8 @@ } }, "range": [ - 6358, - 6450 + 6359, + 6451 ], "loc": { "start": { @@ -13449,8 +13449,8 @@ ], "kind": "var", "range": [ - 6354, - 6451 + 6355, + 6452 ], "loc": { "start": { @@ -13474,8 +13474,8 @@ "type": "Identifier", "name": "o", "range": [ - 6468, - 6469 + 6469, + 6470 ], "loc": { "start": { @@ -13492,8 +13492,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 6470, - 6480 + 6471, + 6481 ], "loc": { "start": { @@ -13507,8 +13507,8 @@ } }, "range": [ - 6468, - 6480 + 6469, + 6481 ], "loc": { "start": { @@ -13526,8 +13526,8 @@ "type": "Identifier", "name": "prevIndex", "range": [ - 6481, - 6490 + 6482, + 6491 ], "loc": { "start": { @@ -13542,8 +13542,8 @@ } ], "range": [ - 6468, - 6491 + 6469, + 6492 ], "loc": { "start": { @@ -13557,8 +13557,8 @@ } }, "range": [ - 6468, - 6492 + 6469, + 6493 ], "loc": { "start": { @@ -13573,8 +13573,8 @@ } ], "range": [ - 6336, - 6506 + 6337, + 6507 ], "loc": { "start": { @@ -13590,8 +13590,8 @@ "generator": false, "expression": false, "range": [ - 6333, - 6506 + 6334, + 6507 ], "loc": { "start": { @@ -13609,8 +13609,8 @@ "shorthand": false, "computed": false, "range": [ - 6329, - 6506 + 6330, + 6507 ], "loc": { "start": { @@ -13629,8 +13629,8 @@ "type": "Identifier", "name": "last", "range": [ - 6520, - 6524 + 6521, + 6525 ], "loc": { "start": { @@ -13661,8 +13661,8 @@ "type": "Identifier", "name": "o", "range": [ - 6545, - 6546 + 6546, + 6547 ], "loc": { "start": { @@ -13679,8 +13679,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 6547, - 6557 + 6548, + 6558 ], "loc": { "start": { @@ -13694,8 +13694,8 @@ } }, "range": [ - 6545, - 6557 + 6546, + 6558 ], "loc": { "start": { @@ -13721,8 +13721,8 @@ "type": "Identifier", "name": "o", "range": [ - 6558, - 6559 + 6559, + 6560 ], "loc": { "start": { @@ -13739,8 +13739,8 @@ "type": "Identifier", "name": "evt", "range": [ - 6560, - 6563 + 6561, + 6564 ], "loc": { "start": { @@ -13754,8 +13754,8 @@ } }, "range": [ - 6558, - 6563 + 6559, + 6564 ], "loc": { "start": { @@ -13772,8 +13772,8 @@ "type": "Identifier", "name": "nbOpts", "range": [ - 6564, - 6570 + 6565, + 6571 ], "loc": { "start": { @@ -13787,8 +13787,8 @@ } }, "range": [ - 6558, - 6570 + 6559, + 6571 ], "loc": { "start": { @@ -13803,8 +13803,8 @@ }, "arguments": [], "range": [ - 6558, - 6572 + 6559, + 6573 ], "loc": { "start": { @@ -13819,8 +13819,8 @@ } ], "range": [ - 6545, - 6573 + 6546, + 6574 ], "loc": { "start": { @@ -13834,8 +13834,8 @@ } }, "range": [ - 6545, - 6574 + 6546, + 6575 ], "loc": { "start": { @@ -13850,8 +13850,8 @@ } ], "range": [ - 6527, - 6588 + 6528, + 6589 ], "loc": { "start": { @@ -13867,8 +13867,8 @@ "generator": false, "expression": false, "range": [ - 6524, - 6588 + 6525, + 6589 ], "loc": { "start": { @@ -13886,8 +13886,8 @@ "shorthand": false, "computed": false, "range": [ - 6520, - 6588 + 6521, + 6589 ], "loc": { "start": { @@ -13906,8 +13906,8 @@ "type": "Identifier", "name": "first", "range": [ - 6602, - 6607 + 6603, + 6608 ], "loc": { "start": { @@ -13938,8 +13938,8 @@ "type": "Identifier", "name": "o", "range": [ - 6628, - 6629 + 6629, + 6630 ], "loc": { "start": { @@ -13956,8 +13956,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 6630, - 6640 + 6631, + 6641 ], "loc": { "start": { @@ -13971,8 +13971,8 @@ } }, "range": [ - 6628, - 6640 + 6629, + 6641 ], "loc": { "start": { @@ -13991,8 +13991,8 @@ "value": 0, "raw": "0", "range": [ - 6641, - 6642 + 6642, + 6643 ], "loc": { "start": { @@ -14007,8 +14007,8 @@ } ], "range": [ - 6628, - 6643 + 6629, + 6644 ], "loc": { "start": { @@ -14022,8 +14022,8 @@ } }, "range": [ - 6628, - 6644 + 6629, + 6645 ], "loc": { "start": { @@ -14038,8 +14038,8 @@ } ], "range": [ - 6610, - 6658 + 6611, + 6659 ], "loc": { "start": { @@ -14055,8 +14055,8 @@ "generator": false, "expression": false, "range": [ - 6607, - 6658 + 6608, + 6659 ], "loc": { "start": { @@ -14074,8 +14074,8 @@ "shorthand": false, "computed": false, "range": [ - 6602, - 6658 + 6603, + 6659 ], "loc": { "start": { @@ -14094,8 +14094,8 @@ "type": "Identifier", "name": "_detectKey", "range": [ - 6672, - 6682 + 6673, + 6683 ], "loc": { "start": { @@ -14116,8 +14116,8 @@ "type": "Identifier", "name": "e", "range": [ - 6683, - 6684 + 6684, + 6685 ], "loc": { "start": { @@ -14143,8 +14143,8 @@ "type": "Identifier", "name": "key", "range": [ - 6708, - 6711 + 6709, + 6712 ], "loc": { "start": { @@ -14166,8 +14166,8 @@ "type": "Identifier", "name": "Event", "range": [ - 6714, - 6719 + 6715, + 6720 ], "loc": { "start": { @@ -14184,8 +14184,8 @@ "type": "Identifier", "name": "keyCode", "range": [ - 6720, - 6727 + 6721, + 6728 ], "loc": { "start": { @@ -14199,8 +14199,8 @@ } }, "range": [ - 6714, - 6727 + 6715, + 6728 ], "loc": { "start": { @@ -14218,8 +14218,8 @@ "type": "Identifier", "name": "e", "range": [ - 6728, - 6729 + 6729, + 6730 ], "loc": { "start": { @@ -14234,8 +14234,8 @@ } ], "range": [ - 6714, - 6730 + 6715, + 6731 ], "loc": { "start": { @@ -14249,8 +14249,8 @@ } }, "range": [ - 6708, - 6730 + 6709, + 6731 ], "loc": { "start": { @@ -14266,8 +14266,8 @@ ], "kind": "var", "range": [ - 6704, - 6731 + 6705, + 6732 ], "loc": { "start": { @@ -14289,8 +14289,8 @@ "type": "Identifier", "name": "key", "range": [ - 6752, - 6755 + 6753, + 6756 ], "loc": { "start": { @@ -14307,8 +14307,8 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 6760, - 6769 + 6761, + 6770 ], "loc": { "start": { @@ -14322,8 +14322,8 @@ } }, "range": [ - 6752, - 6769 + 6753, + 6770 ], "loc": { "start": { @@ -14348,8 +14348,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6797, - 6799 + 6798, + 6800 ], "loc": { "start": { @@ -14366,8 +14366,8 @@ "type": "Identifier", "name": "sorted", "range": [ - 6800, - 6806 + 6801, + 6807 ], "loc": { "start": { @@ -14381,8 +14381,8 @@ } }, "range": [ - 6797, - 6806 + 6798, + 6807 ], "loc": { "start": { @@ -14409,8 +14409,8 @@ "type": "Identifier", "name": "tf", "range": [ - 6834, - 6836 + 6835, + 6837 ], "loc": { "start": { @@ -14427,8 +14427,8 @@ "type": "Identifier", "name": "filter", "range": [ - 6837, - 6843 + 6838, + 6844 ], "loc": { "start": { @@ -14442,8 +14442,8 @@ } }, "range": [ - 6834, - 6843 + 6835, + 6844 ], "loc": { "start": { @@ -14458,8 +14458,8 @@ }, "arguments": [], "range": [ - 6834, - 6845 + 6835, + 6846 ], "loc": { "start": { @@ -14473,8 +14473,8 @@ } }, "range": [ - 6834, - 6846 + 6835, + 6847 ], "loc": { "start": { @@ -14498,8 +14498,8 @@ "type": "Identifier", "name": "o", "range": [ - 6871, - 6872 + 6872, + 6873 ], "loc": { "start": { @@ -14516,8 +14516,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 6873, - 6883 + 6874, + 6884 ], "loc": { "start": { @@ -14531,8 +14531,8 @@ } }, "range": [ - 6871, - 6883 + 6872, + 6884 ], "loc": { "start": { @@ -14558,8 +14558,8 @@ "type": "Identifier", "name": "o", "range": [ - 6884, - 6885 + 6885, + 6886 ], "loc": { "start": { @@ -14576,8 +14576,8 @@ "type": "Identifier", "name": "evt", "range": [ - 6886, - 6889 + 6887, + 6890 ], "loc": { "start": { @@ -14591,8 +14591,8 @@ } }, "range": [ - 6884, - 6889 + 6885, + 6890 ], "loc": { "start": { @@ -14609,8 +14609,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 6890, - 6898 + 6891, + 6899 ], "loc": { "start": { @@ -14624,8 +14624,8 @@ } }, "range": [ - 6884, - 6898 + 6885, + 6899 ], "loc": { "start": { @@ -14640,8 +14640,8 @@ }, "arguments": [], "range": [ - 6884, - 6900 + 6885, + 6901 ], "loc": { "start": { @@ -14656,8 +14656,8 @@ } ], "range": [ - 6871, - 6901 + 6872, + 6902 ], "loc": { "start": { @@ -14671,8 +14671,8 @@ } }, "range": [ - 6871, - 6902 + 6872, + 6903 ], "loc": { "start": { @@ -14687,8 +14687,8 @@ } ], "range": [ - 6808, - 6924 + 6809, + 6925 ], "loc": { "start": { @@ -14715,8 +14715,8 @@ "type": "Identifier", "name": "o", "range": [ - 6956, - 6957 + 6957, + 6958 ], "loc": { "start": { @@ -14733,8 +14733,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 6958, - 6968 + 6959, + 6969 ], "loc": { "start": { @@ -14748,8 +14748,8 @@ } }, "range": [ - 6956, - 6968 + 6957, + 6969 ], "loc": { "start": { @@ -14764,8 +14764,8 @@ }, "arguments": [], "range": [ - 6956, - 6970 + 6957, + 6971 ], "loc": { "start": { @@ -14779,8 +14779,8 @@ } }, "range": [ - 6956, - 6971 + 6957, + 6972 ], "loc": { "start": { @@ -14795,8 +14795,8 @@ } ], "range": [ - 6930, - 6993 + 6931, + 6994 ], "loc": { "start": { @@ -14810,8 +14810,8 @@ } }, "range": [ - 6793, - 6993 + 6794, + 6994 ], "loc": { "start": { @@ -14834,8 +14834,8 @@ "object": { "type": "ThisExpression", "range": [ - 7014, - 7018 + 7015, + 7019 ], "loc": { "start": { @@ -14852,8 +14852,8 @@ "type": "Identifier", "name": "blur", "range": [ - 7019, - 7023 + 7020, + 7024 ], "loc": { "start": { @@ -14867,8 +14867,8 @@ } }, "range": [ - 7014, - 7023 + 7015, + 7024 ], "loc": { "start": { @@ -14883,8 +14883,8 @@ }, "arguments": [], "range": [ - 7014, - 7025 + 7015, + 7026 ], "loc": { "start": { @@ -14898,8 +14898,8 @@ } }, "range": [ - 7014, - 7026 + 7015, + 7027 ], "loc": { "start": { @@ -14914,8 +14914,8 @@ } ], "range": [ - 6771, - 7044 + 6772, + 7045 ], "loc": { "start": { @@ -14930,8 +14930,8 @@ }, "alternate": null, "range": [ - 6748, - 7044 + 6749, + 7045 ], "loc": { "start": { @@ -14946,8 +14946,8 @@ } ], "range": [ - 6686, - 7058 + 6687, + 7059 ], "loc": { "start": { @@ -14963,8 +14963,8 @@ "generator": false, "expression": false, "range": [ - 6682, - 7058 + 6683, + 7059 ], "loc": { "start": { @@ -14982,8 +14982,8 @@ "shorthand": false, "computed": false, "range": [ - 6672, - 7058 + 6673, + 7059 ], "loc": { "start": { @@ -15002,8 +15002,8 @@ "type": "Identifier", "name": "slcPagesChange", "range": [ - 7072, - 7086 + 7073, + 7087 ], "loc": { "start": { @@ -15021,8 +15021,8 @@ "value": null, "raw": "null", "range": [ - 7088, - 7092 + 7089, + 7093 ], "loc": { "start": { @@ -15040,8 +15040,8 @@ "shorthand": false, "computed": false, "range": [ - 7072, - 7092 + 7073, + 7093 ], "loc": { "start": { @@ -15060,8 +15060,8 @@ "type": "Identifier", "name": "nextEvt", "range": [ - 7106, - 7113 + 7107, + 7114 ], "loc": { "start": { @@ -15079,8 +15079,8 @@ "value": null, "raw": "null", "range": [ - 7115, - 7119 + 7116, + 7120 ], "loc": { "start": { @@ -15098,8 +15098,8 @@ "shorthand": false, "computed": false, "range": [ - 7106, - 7119 + 7107, + 7120 ], "loc": { "start": { @@ -15118,8 +15118,8 @@ "type": "Identifier", "name": "prevEvt", "range": [ - 7133, - 7140 + 7134, + 7141 ], "loc": { "start": { @@ -15137,8 +15137,8 @@ "value": null, "raw": "null", "range": [ - 7142, - 7146 + 7143, + 7147 ], "loc": { "start": { @@ -15156,8 +15156,8 @@ "shorthand": false, "computed": false, "range": [ - 7133, - 7146 + 7134, + 7147 ], "loc": { "start": { @@ -15176,8 +15176,8 @@ "type": "Identifier", "name": "lastEvt", "range": [ - 7160, - 7167 + 7161, + 7168 ], "loc": { "start": { @@ -15195,8 +15195,8 @@ "value": null, "raw": "null", "range": [ - 7169, - 7173 + 7170, + 7174 ], "loc": { "start": { @@ -15214,8 +15214,8 @@ "shorthand": false, "computed": false, "range": [ - 7160, - 7173 + 7161, + 7174 ], "loc": { "start": { @@ -15234,8 +15234,8 @@ "type": "Identifier", "name": "firstEvt", "range": [ - 7187, - 7195 + 7188, + 7196 ], "loc": { "start": { @@ -15253,8 +15253,8 @@ "value": null, "raw": "null", "range": [ - 7197, - 7201 + 7198, + 7202 ], "loc": { "start": { @@ -15272,8 +15272,8 @@ "shorthand": false, "computed": false, "range": [ - 7187, - 7201 + 7188, + 7202 ], "loc": { "start": { @@ -15288,8 +15288,8 @@ } ], "range": [ - 5715, - 7211 + 5716, + 7212 ], "loc": { "start": { @@ -15303,8 +15303,8 @@ } }, "range": [ - 5704, - 7211 + 5705, + 7212 ], "loc": { "start": { @@ -15318,8 +15318,8 @@ } }, "range": [ - 5704, - 7212 + 5705, + 7213 ], "loc": { "start": { @@ -15336,8 +15336,8 @@ "type": "Line", "value": " Paging DOM events", "range": [ - 5675, - 5695 + 5676, + 5696 ], "loc": { "start": { @@ -15354,8 +15354,8 @@ } ], "range": [ - 358, - 7218 + 359, + 7219 ], "loc": { "start": { @@ -15371,8 +15371,8 @@ "generator": false, "expression": false, "range": [ - 353, - 7218 + 354, + 7219 ], "loc": { "start": { @@ -15388,8 +15388,8 @@ "kind": "constructor", "computed": false, "range": [ - 342, - 7218 + 343, + 7219 ], "loc": { "start": { @@ -15406,8 +15406,8 @@ "type": "Block", "value": "*\n * Pagination component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 251, - 337 + 252, + 338 ], "loc": { "start": { @@ -15426,8 +15426,8 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 7224, - 7266 + 7225, + 7267 ], "loc": { "start": { @@ -15449,8 +15449,8 @@ "type": "Identifier", "name": "init", "range": [ - 7271, - 7275 + 7272, + 7276 ], "loc": { "start": { @@ -15479,8 +15479,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 7292, - 7300 + 7293, + 7301 ], "loc": { "start": { @@ -15495,8 +15495,8 @@ }, "init": null, "range": [ - 7292, - 7300 + 7293, + 7301 ], "loc": { "start": { @@ -15512,8 +15512,8 @@ ], "kind": "var", "range": [ - 7288, - 7301 + 7289, + 7302 ], "loc": { "start": { @@ -15535,8 +15535,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7314, - 7316 + 7315, + 7317 ], "loc": { "start": { @@ -15555,8 +15555,8 @@ "object": { "type": "ThisExpression", "range": [ - 7319, - 7323 + 7320, + 7324 ], "loc": { "start": { @@ -15573,8 +15573,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7324, - 7326 + 7325, + 7327 ], "loc": { "start": { @@ -15588,8 +15588,8 @@ } }, "range": [ - 7319, - 7326 + 7320, + 7327 ], "loc": { "start": { @@ -15603,8 +15603,8 @@ } }, "range": [ - 7314, - 7326 + 7315, + 7327 ], "loc": { "start": { @@ -15620,8 +15620,8 @@ ], "kind": "var", "range": [ - 7310, - 7327 + 7311, + 7328 ], "loc": { "start": { @@ -15643,8 +15643,8 @@ "type": "Identifier", "name": "evt", "range": [ - 7340, - 7343 + 7341, + 7344 ], "loc": { "start": { @@ -15663,8 +15663,8 @@ "object": { "type": "ThisExpression", "range": [ - 7346, - 7350 + 7347, + 7351 ], "loc": { "start": { @@ -15681,8 +15681,8 @@ "type": "Identifier", "name": "evt", "range": [ - 7351, - 7354 + 7352, + 7355 ], "loc": { "start": { @@ -15696,8 +15696,8 @@ } }, "range": [ - 7346, - 7354 + 7347, + 7355 ], "loc": { "start": { @@ -15711,8 +15711,8 @@ } }, "range": [ - 7340, - 7354 + 7341, + 7355 ], "loc": { "start": { @@ -15728,8 +15728,8 @@ ], "kind": "var", "range": [ - 7336, - 7355 + 7337, + 7356 ], "loc": { "start": { @@ -15750,8 +15750,8 @@ "object": { "type": "ThisExpression", "range": [ - 7369, - 7373 + 7370, + 7374 ], "loc": { "start": { @@ -15768,8 +15768,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 7374, - 7385 + 7375, + 7386 ], "loc": { "start": { @@ -15783,8 +15783,8 @@ } }, "range": [ - 7369, - 7385 + 7370, + 7386 ], "loc": { "start": { @@ -15804,8 +15804,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 7401, - 7408 + 7402, + 7409 ], "loc": { "start": { @@ -15820,8 +15820,8 @@ } ], "range": [ - 7387, - 7418 + 7388, + 7419 ], "loc": { "start": { @@ -15836,8 +15836,8 @@ }, "alternate": null, "range": [ - 7365, - 7418 + 7366, + 7419 ], "loc": { "start": { @@ -15854,8 +15854,8 @@ "type": "Line", "value": " Check resultsPerPage is in expected format and initialise the", "range": [ - 7428, - 7492 + 7429, + 7493 ], "loc": { "start": { @@ -15872,8 +15872,8 @@ "type": "Line", "value": " results per page component", "range": [ - 7501, - 7530 + 7502, + 7531 ], "loc": { "start": { @@ -15896,8 +15896,8 @@ "object": { "type": "ThisExpression", "range": [ - 7543, - 7547 + 7544, + 7548 ], "loc": { "start": { @@ -15914,8 +15914,8 @@ "type": "Identifier", "name": "hasResultsPerPage", "range": [ - 7548, - 7565 + 7549, + 7566 ], "loc": { "start": { @@ -15929,8 +15929,8 @@ } }, "range": [ - 7543, - 7565 + 7544, + 7566 ], "loc": { "start": { @@ -15960,8 +15960,8 @@ "object": { "type": "ThisExpression", "range": [ - 7585, - 7589 + 7586, + 7590 ], "loc": { "start": { @@ -15978,8 +15978,8 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 7590, - 7604 + 7591, + 7605 ], "loc": { "start": { @@ -15993,8 +15993,8 @@ } }, "range": [ - 7585, - 7604 + 7586, + 7605 ], "loc": { "start": { @@ -16011,8 +16011,8 @@ "type": "Identifier", "name": "length", "range": [ - 7605, - 7611 + 7606, + 7612 ], "loc": { "start": { @@ -16026,8 +16026,8 @@ } }, "range": [ - 7585, - 7611 + 7586, + 7612 ], "loc": { "start": { @@ -16045,8 +16045,8 @@ "value": 2, "raw": "2", "range": [ - 7614, - 7615 + 7615, + 7616 ], "loc": { "start": { @@ -16060,8 +16060,8 @@ } }, "range": [ - 7585, - 7615 + 7586, + 7616 ], "loc": { "start": { @@ -16088,8 +16088,8 @@ "object": { "type": "ThisExpression", "range": [ - 7635, - 7639 + 7636, + 7640 ], "loc": { "start": { @@ -16106,8 +16106,8 @@ "type": "Identifier", "name": "hasResultsPerPage", "range": [ - 7640, - 7657 + 7641, + 7658 ], "loc": { "start": { @@ -16121,8 +16121,8 @@ } }, "range": [ - 7635, - 7657 + 7636, + 7658 ], "loc": { "start": { @@ -16140,8 +16140,8 @@ "value": false, "raw": "false", "range": [ - 7660, - 7665 + 7661, + 7666 ], "loc": { "start": { @@ -16155,8 +16155,8 @@ } }, "range": [ - 7635, - 7665 + 7636, + 7666 ], "loc": { "start": { @@ -16170,8 +16170,8 @@ } }, "range": [ - 7635, - 7666 + 7636, + 7667 ], "loc": { "start": { @@ -16186,8 +16186,8 @@ } ], "range": [ - 7617, - 7680 + 7618, + 7681 ], "loc": { "start": { @@ -16214,8 +16214,8 @@ "object": { "type": "ThisExpression", "range": [ - 7704, - 7708 + 7705, + 7709 ], "loc": { "start": { @@ -16232,8 +16232,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 7709, - 7721 + 7710, + 7722 ], "loc": { "start": { @@ -16247,8 +16247,8 @@ } }, "range": [ - 7704, - 7721 + 7705, + 7722 ], "loc": { "start": { @@ -16273,8 +16273,8 @@ "object": { "type": "ThisExpression", "range": [ - 7724, - 7728 + 7725, + 7729 ], "loc": { "start": { @@ -16291,8 +16291,8 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 7729, - 7743 + 7730, + 7744 ], "loc": { "start": { @@ -16306,8 +16306,8 @@ } }, "range": [ - 7724, - 7743 + 7725, + 7744 ], "loc": { "start": { @@ -16325,8 +16325,8 @@ "value": 1, "raw": "1", "range": [ - 7744, - 7745 + 7745, + 7746 ], "loc": { "start": { @@ -16340,8 +16340,8 @@ } }, "range": [ - 7724, - 7746 + 7725, + 7747 ], "loc": { "start": { @@ -16359,8 +16359,8 @@ "value": 0, "raw": "0", "range": [ - 7747, - 7748 + 7748, + 7749 ], "loc": { "start": { @@ -16374,8 +16374,8 @@ } }, "range": [ - 7724, - 7749 + 7725, + 7750 ], "loc": { "start": { @@ -16389,8 +16389,8 @@ } }, "range": [ - 7704, - 7749 + 7705, + 7750 ], "loc": { "start": { @@ -16404,8 +16404,8 @@ } }, "range": [ - 7704, - 7750 + 7705, + 7751 ], "loc": { "start": { @@ -16428,8 +16428,8 @@ "object": { "type": "ThisExpression", "range": [ - 7767, - 7771 + 7768, + 7772 ], "loc": { "start": { @@ -16446,8 +16446,8 @@ "type": "Identifier", "name": "setResultsPerPage", "range": [ - 7772, - 7789 + 7773, + 7790 ], "loc": { "start": { @@ -16461,8 +16461,8 @@ } }, "range": [ - 7767, - 7789 + 7768, + 7790 ], "loc": { "start": { @@ -16477,8 +16477,8 @@ }, "arguments": [], "range": [ - 7767, - 7791 + 7768, + 7792 ], "loc": { "start": { @@ -16492,8 +16492,8 @@ } }, "range": [ - 7767, - 7792 + 7768, + 7793 ], "loc": { "start": { @@ -16508,8 +16508,8 @@ } ], "range": [ - 7686, - 7806 + 7687, + 7807 ], "loc": { "start": { @@ -16523,8 +16523,8 @@ } }, "range": [ - 7581, - 7806 + 7582, + 7807 ], "loc": { "start": { @@ -16539,8 +16539,8 @@ } ], "range": [ - 7567, - 7816 + 7568, + 7817 ], "loc": { "start": { @@ -16555,8 +16555,8 @@ }, "alternate": null, "range": [ - 7539, - 7816 + 7540, + 7817 ], "loc": { "start": { @@ -16573,8 +16573,8 @@ "type": "Line", "value": " Check resultsPerPage is in expected format and initialise the", "range": [ - 7428, - 7492 + 7429, + 7493 ], "loc": { "start": { @@ -16591,8 +16591,8 @@ "type": "Line", "value": " results per page component", "range": [ - 7501, - 7530 + 7502, + 7531 ], "loc": { "start": { @@ -16619,8 +16619,8 @@ "type": "Identifier", "name": "evt", "range": [ - 7826, - 7829 + 7827, + 7830 ], "loc": { "start": { @@ -16637,8 +16637,8 @@ "type": "Identifier", "name": "slcPagesChange", "range": [ - 7830, - 7844 + 7831, + 7845 ], "loc": { "start": { @@ -16652,8 +16652,8 @@ } }, "range": [ - 7826, - 7844 + 7827, + 7845 ], "loc": { "start": { @@ -16674,8 +16674,8 @@ "type": "Identifier", "name": "event", "range": [ - 7848, - 7853 + 7849, + 7854 ], "loc": { "start": { @@ -16701,8 +16701,8 @@ "type": "Identifier", "name": "slc", "range": [ - 7876, - 7879 + 7877, + 7880 ], "loc": { "start": { @@ -16722,8 +16722,8 @@ "type": "Identifier", "name": "event", "range": [ - 7882, - 7887 + 7883, + 7888 ], "loc": { "start": { @@ -16740,8 +16740,8 @@ "type": "Identifier", "name": "target", "range": [ - 7888, - 7894 + 7889, + 7895 ], "loc": { "start": { @@ -16755,8 +16755,8 @@ } }, "range": [ - 7882, - 7894 + 7883, + 7895 ], "loc": { "start": { @@ -16770,8 +16770,8 @@ } }, "range": [ - 7876, - 7894 + 7877, + 7895 ], "loc": { "start": { @@ -16787,8 +16787,8 @@ ], "kind": "var", "range": [ - 7872, - 7895 + 7873, + 7896 ], "loc": { "start": { @@ -16811,8 +16811,8 @@ "object": { "type": "ThisExpression", "range": [ - 7908, - 7912 + 7909, + 7913 ], "loc": { "start": { @@ -16829,8 +16829,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 7913, - 7923 + 7914, + 7924 ], "loc": { "start": { @@ -16844,8 +16844,8 @@ } }, "range": [ - 7908, - 7923 + 7909, + 7924 ], "loc": { "start": { @@ -16866,8 +16866,8 @@ "type": "Identifier", "name": "slc", "range": [ - 7924, - 7927 + 7925, + 7928 ], "loc": { "start": { @@ -16884,8 +16884,8 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 7928, - 7941 + 7929, + 7942 ], "loc": { "start": { @@ -16899,8 +16899,8 @@ } }, "range": [ - 7924, - 7941 + 7925, + 7942 ], "loc": { "start": { @@ -16915,8 +16915,8 @@ } ], "range": [ - 7908, - 7942 + 7909, + 7943 ], "loc": { "start": { @@ -16930,8 +16930,8 @@ } }, "range": [ - 7908, - 7943 + 7909, + 7944 ], "loc": { "start": { @@ -16946,8 +16946,8 @@ } ], "range": [ - 7858, - 7953 + 7859, + 7954 ], "loc": { "start": { @@ -16963,8 +16963,8 @@ "generator": false, "expression": false, "range": [ - 7847, - 7953 + 7848, + 7954 ], "loc": { "start": { @@ -16978,8 +16978,8 @@ } }, "range": [ - 7826, - 7953 + 7827, + 7954 ], "loc": { "start": { @@ -16993,8 +16993,8 @@ } }, "range": [ - 7826, - 7954 + 7827, + 7955 ], "loc": { "start": { @@ -17011,8 +17011,8 @@ "type": "Line", "value": " Paging drop-down list selector", "range": [ - 7964, - 7997 + 7965, + 7998 ], "loc": { "start": { @@ -17038,8 +17038,8 @@ "object": { "type": "ThisExpression", "range": [ - 8010, - 8014 + 8011, + 8015 ], "loc": { "start": { @@ -17056,8 +17056,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 8015, - 8031 + 8016, + 8032 ], "loc": { "start": { @@ -17071,8 +17071,8 @@ } }, "range": [ - 8010, - 8031 + 8011, + 8032 ], "loc": { "start": { @@ -17089,8 +17089,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 8036, - 8042 + 8037, + 8043 ], "loc": { "start": { @@ -17104,8 +17104,8 @@ } }, "range": [ - 8010, - 8042 + 8011, + 8043 ], "loc": { "start": { @@ -17130,8 +17130,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8058, - 8066 + 8059, + 8067 ], "loc": { "start": { @@ -17153,8 +17153,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8069, - 8072 + 8070, + 8073 ], "loc": { "start": { @@ -17171,8 +17171,8 @@ "type": "Identifier", "name": "create", "range": [ - 8073, - 8079 + 8074, + 8080 ], "loc": { "start": { @@ -17186,8 +17186,8 @@ } }, "range": [ - 8069, - 8079 + 8070, + 8080 ], "loc": { "start": { @@ -17205,8 +17205,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 8080, - 8086 + 8081, + 8087 ], "loc": { "start": { @@ -17227,8 +17227,8 @@ "value": "id", "raw": "'id'", "range": [ - 8089, - 8093 + 8090, + 8094 ], "loc": { "start": { @@ -17250,8 +17250,8 @@ "object": { "type": "ThisExpression", "range": [ - 8095, - 8099 + 8096, + 8100 ], "loc": { "start": { @@ -17268,8 +17268,8 @@ "type": "Identifier", "name": "prfxSlcPages", "range": [ - 8100, - 8112 + 8101, + 8113 ], "loc": { "start": { @@ -17283,8 +17283,8 @@ } }, "range": [ - 8095, - 8112 + 8096, + 8113 ], "loc": { "start": { @@ -17304,8 +17304,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8115, - 8117 + 8116, + 8118 ], "loc": { "start": { @@ -17322,8 +17322,8 @@ "type": "Identifier", "name": "id", "range": [ - 8118, - 8120 + 8119, + 8121 ], "loc": { "start": { @@ -17337,8 +17337,8 @@ } }, "range": [ - 8115, - 8120 + 8116, + 8121 ], "loc": { "start": { @@ -17352,8 +17352,8 @@ } }, "range": [ - 8095, - 8120 + 8096, + 8121 ], "loc": { "start": { @@ -17368,8 +17368,8 @@ } ], "range": [ - 8088, - 8121 + 8089, + 8122 ], "loc": { "start": { @@ -17384,8 +17384,8 @@ } ], "range": [ - 8069, - 8122 + 8070, + 8123 ], "loc": { "start": { @@ -17399,8 +17399,8 @@ } }, "range": [ - 8058, - 8122 + 8059, + 8123 ], "loc": { "start": { @@ -17414,8 +17414,8 @@ } }, "range": [ - 8058, - 8123 + 8059, + 8124 ], "loc": { "start": { @@ -17440,8 +17440,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8136, - 8144 + 8137, + 8145 ], "loc": { "start": { @@ -17458,8 +17458,8 @@ "type": "Identifier", "name": "className", "range": [ - 8145, - 8154 + 8146, + 8155 ], "loc": { "start": { @@ -17473,8 +17473,8 @@ } }, "range": [ - 8136, - 8154 + 8137, + 8155 ], "loc": { "start": { @@ -17493,8 +17493,8 @@ "object": { "type": "ThisExpression", "range": [ - 8157, - 8161 + 8158, + 8162 ], "loc": { "start": { @@ -17511,8 +17511,8 @@ "type": "Identifier", "name": "pgSlcCssClass", "range": [ - 8162, - 8175 + 8163, + 8176 ], "loc": { "start": { @@ -17526,8 +17526,8 @@ } }, "range": [ - 8157, - 8175 + 8158, + 8176 ], "loc": { "start": { @@ -17541,8 +17541,8 @@ } }, "range": [ - 8136, - 8175 + 8137, + 8176 ], "loc": { "start": { @@ -17556,8 +17556,8 @@ } }, "range": [ - 8136, - 8176 + 8137, + 8177 ], "loc": { "start": { @@ -17581,8 +17581,8 @@ "type": "Identifier", "name": "Event", "range": [ - 8189, - 8194 + 8190, + 8195 ], "loc": { "start": { @@ -17599,8 +17599,8 @@ "type": "Identifier", "name": "add", "range": [ - 8195, - 8198 + 8196, + 8199 ], "loc": { "start": { @@ -17614,8 +17614,8 @@ } }, "range": [ - 8189, - 8198 + 8190, + 8199 ], "loc": { "start": { @@ -17633,8 +17633,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8199, - 8207 + 8200, + 8208 ], "loc": { "start": { @@ -17652,8 +17652,8 @@ "value": "change", "raw": "'change'", "range": [ - 8209, - 8217 + 8210, + 8218 ], "loc": { "start": { @@ -17673,8 +17673,8 @@ "type": "Identifier", "name": "evt", "range": [ - 8219, - 8222 + 8220, + 8223 ], "loc": { "start": { @@ -17691,8 +17691,8 @@ "type": "Identifier", "name": "slcPagesChange", "range": [ - 8223, - 8237 + 8224, + 8238 ], "loc": { "start": { @@ -17706,8 +17706,8 @@ } }, "range": [ - 8219, - 8237 + 8220, + 8238 ], "loc": { "start": { @@ -17722,8 +17722,8 @@ } ], "range": [ - 8189, - 8238 + 8190, + 8239 ], "loc": { "start": { @@ -17737,8 +17737,8 @@ } }, "range": [ - 8189, - 8239 + 8190, + 8240 ], "loc": { "start": { @@ -17753,8 +17753,8 @@ } ], "range": [ - 8044, - 8249 + 8045, + 8250 ], "loc": { "start": { @@ -17769,8 +17769,8 @@ }, "alternate": null, "range": [ - 8006, - 8249 + 8007, + 8250 ], "loc": { "start": { @@ -17787,8 +17787,8 @@ "type": "Line", "value": " Paging drop-down list selector", "range": [ - 7964, - 7997 + 7965, + 7998 ], "loc": { "start": { @@ -17807,8 +17807,8 @@ "type": "Line", "value": " Paging input selector", "range": [ - 8259, - 8283 + 8260, + 8284 ], "loc": { "start": { @@ -17834,8 +17834,8 @@ "object": { "type": "ThisExpression", "range": [ - 8296, - 8300 + 8297, + 8301 ], "loc": { "start": { @@ -17852,8 +17852,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 8301, - 8317 + 8302, + 8318 ], "loc": { "start": { @@ -17867,8 +17867,8 @@ } }, "range": [ - 8296, - 8317 + 8297, + 8318 ], "loc": { "start": { @@ -17885,8 +17885,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 8322, - 8327 + 8323, + 8328 ], "loc": { "start": { @@ -17900,8 +17900,8 @@ } }, "range": [ - 8296, - 8327 + 8297, + 8328 ], "loc": { "start": { @@ -17926,8 +17926,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8343, - 8351 + 8344, + 8352 ], "loc": { "start": { @@ -17949,8 +17949,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8354, - 8357 + 8355, + 8358 ], "loc": { "start": { @@ -17967,8 +17967,8 @@ "type": "Identifier", "name": "create", "range": [ - 8358, - 8364 + 8359, + 8365 ], "loc": { "start": { @@ -17982,8 +17982,8 @@ } }, "range": [ - 8354, - 8364 + 8355, + 8365 ], "loc": { "start": { @@ -18001,8 +18001,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 8365, - 8370 + 8366, + 8371 ], "loc": { "start": { @@ -18023,8 +18023,8 @@ "value": "id", "raw": "'id'", "range": [ - 8389, - 8393 + 8390, + 8394 ], "loc": { "start": { @@ -18046,8 +18046,8 @@ "object": { "type": "ThisExpression", "range": [ - 8395, - 8399 + 8396, + 8400 ], "loc": { "start": { @@ -18064,8 +18064,8 @@ "type": "Identifier", "name": "prfxSlcPages", "range": [ - 8400, - 8412 + 8401, + 8413 ], "loc": { "start": { @@ -18079,8 +18079,8 @@ } }, "range": [ - 8395, - 8412 + 8396, + 8413 ], "loc": { "start": { @@ -18100,8 +18100,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8415, - 8417 + 8416, + 8418 ], "loc": { "start": { @@ -18118,8 +18118,8 @@ "type": "Identifier", "name": "id", "range": [ - 8418, - 8420 + 8419, + 8421 ], "loc": { "start": { @@ -18133,8 +18133,8 @@ } }, "range": [ - 8415, - 8420 + 8416, + 8421 ], "loc": { "start": { @@ -18148,8 +18148,8 @@ } }, "range": [ - 8395, - 8420 + 8396, + 8421 ], "loc": { "start": { @@ -18164,8 +18164,8 @@ } ], "range": [ - 8388, - 8421 + 8389, + 8422 ], "loc": { "start": { @@ -18186,8 +18186,8 @@ "value": "value", "raw": "'value'", "range": [ - 8440, - 8447 + 8441, + 8448 ], "loc": { "start": { @@ -18206,8 +18206,8 @@ "object": { "type": "ThisExpression", "range": [ - 8449, - 8453 + 8450, + 8454 ], "loc": { "start": { @@ -18224,8 +18224,8 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 8454, - 8467 + 8455, + 8468 ], "loc": { "start": { @@ -18239,8 +18239,8 @@ } }, "range": [ - 8449, - 8467 + 8450, + 8468 ], "loc": { "start": { @@ -18255,8 +18255,8 @@ } ], "range": [ - 8439, - 8468 + 8440, + 8469 ], "loc": { "start": { @@ -18271,8 +18271,8 @@ } ], "range": [ - 8354, - 8482 + 8355, + 8483 ], "loc": { "start": { @@ -18286,8 +18286,8 @@ } }, "range": [ - 8343, - 8482 + 8344, + 8483 ], "loc": { "start": { @@ -18301,8 +18301,8 @@ } }, "range": [ - 8343, - 8483 + 8344, + 8484 ], "loc": { "start": { @@ -18327,8 +18327,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8496, - 8504 + 8497, + 8505 ], "loc": { "start": { @@ -18345,8 +18345,8 @@ "type": "Identifier", "name": "className", "range": [ - 8505, - 8514 + 8506, + 8515 ], "loc": { "start": { @@ -18360,8 +18360,8 @@ } }, "range": [ - 8496, - 8514 + 8497, + 8515 ], "loc": { "start": { @@ -18380,8 +18380,8 @@ "object": { "type": "ThisExpression", "range": [ - 8517, - 8521 + 8518, + 8522 ], "loc": { "start": { @@ -18398,8 +18398,8 @@ "type": "Identifier", "name": "pgInpCssClass", "range": [ - 8522, - 8535 + 8523, + 8536 ], "loc": { "start": { @@ -18413,8 +18413,8 @@ } }, "range": [ - 8517, - 8535 + 8518, + 8536 ], "loc": { "start": { @@ -18428,8 +18428,8 @@ } }, "range": [ - 8496, - 8535 + 8497, + 8536 ], "loc": { "start": { @@ -18443,8 +18443,8 @@ } }, "range": [ - 8496, - 8536 + 8497, + 8537 ], "loc": { "start": { @@ -18468,8 +18468,8 @@ "type": "Identifier", "name": "Event", "range": [ - 8549, - 8554 + 8550, + 8555 ], "loc": { "start": { @@ -18486,8 +18486,8 @@ "type": "Identifier", "name": "add", "range": [ - 8555, - 8558 + 8556, + 8559 ], "loc": { "start": { @@ -18501,8 +18501,8 @@ } }, "range": [ - 8549, - 8558 + 8550, + 8559 ], "loc": { "start": { @@ -18520,8 +18520,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 8559, - 8567 + 8560, + 8568 ], "loc": { "start": { @@ -18539,8 +18539,8 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 8569, - 8579 + 8570, + 8580 ], "loc": { "start": { @@ -18560,8 +18560,8 @@ "type": "Identifier", "name": "evt", "range": [ - 8581, - 8584 + 8582, + 8585 ], "loc": { "start": { @@ -18578,8 +18578,8 @@ "type": "Identifier", "name": "_detectKey", "range": [ - 8585, - 8595 + 8586, + 8596 ], "loc": { "start": { @@ -18593,8 +18593,8 @@ } }, "range": [ - 8581, - 8595 + 8582, + 8596 ], "loc": { "start": { @@ -18609,8 +18609,8 @@ } ], "range": [ - 8549, - 8596 + 8550, + 8597 ], "loc": { "start": { @@ -18624,8 +18624,8 @@ } }, "range": [ - 8549, - 8597 + 8550, + 8598 ], "loc": { "start": { @@ -18640,8 +18640,8 @@ } ], "range": [ - 8329, - 8607 + 8330, + 8608 ], "loc": { "start": { @@ -18656,8 +18656,8 @@ }, "alternate": null, "range": [ - 8292, - 8607 + 8293, + 8608 ], "loc": { "start": { @@ -18674,8 +18674,8 @@ "type": "Line", "value": " Paging input selector", "range": [ - 8259, - 8283 + 8260, + 8284 ], "loc": { "start": { @@ -18694,8 +18694,8 @@ "type": "Line", "value": " btns containers", "range": [ - 8617, - 8635 + 8618, + 8636 ], "loc": { "start": { @@ -18719,8 +18719,8 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 8648, - 8659 + 8649, + 8660 ], "loc": { "start": { @@ -18742,8 +18742,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8662, - 8665 + 8663, + 8666 ], "loc": { "start": { @@ -18760,8 +18760,8 @@ "type": "Identifier", "name": "create", "range": [ - 8666, - 8672 + 8667, + 8673 ], "loc": { "start": { @@ -18775,8 +18775,8 @@ } }, "range": [ - 8662, - 8672 + 8663, + 8673 ], "loc": { "start": { @@ -18795,8 +18795,8 @@ "value": "span", "raw": "'span'", "range": [ - 8686, - 8692 + 8687, + 8693 ], "loc": { "start": { @@ -18817,8 +18817,8 @@ "value": "id", "raw": "'id'", "range": [ - 8695, - 8699 + 8696, + 8700 ], "loc": { "start": { @@ -18840,8 +18840,8 @@ "object": { "type": "ThisExpression", "range": [ - 8701, - 8705 + 8702, + 8706 ], "loc": { "start": { @@ -18858,8 +18858,8 @@ "type": "Identifier", "name": "prfxBtnNextSpan", "range": [ - 8706, - 8721 + 8707, + 8722 ], "loc": { "start": { @@ -18873,8 +18873,8 @@ } }, "range": [ - 8701, - 8721 + 8702, + 8722 ], "loc": { "start": { @@ -18894,8 +18894,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8724, - 8726 + 8725, + 8727 ], "loc": { "start": { @@ -18912,8 +18912,8 @@ "type": "Identifier", "name": "id", "range": [ - 8727, - 8729 + 8728, + 8730 ], "loc": { "start": { @@ -18927,8 +18927,8 @@ } }, "range": [ - 8724, - 8729 + 8725, + 8730 ], "loc": { "start": { @@ -18942,8 +18942,8 @@ } }, "range": [ - 8701, - 8729 + 8702, + 8730 ], "loc": { "start": { @@ -18958,8 +18958,8 @@ } ], "range": [ - 8694, - 8730 + 8695, + 8731 ], "loc": { "start": { @@ -18974,8 +18974,8 @@ } ], "range": [ - 8662, - 8731 + 8663, + 8732 ], "loc": { "start": { @@ -18989,8 +18989,8 @@ } }, "range": [ - 8648, - 8731 + 8649, + 8732 ], "loc": { "start": { @@ -19006,8 +19006,8 @@ ], "kind": "var", "range": [ - 8644, - 8732 + 8645, + 8733 ], "loc": { "start": { @@ -19024,8 +19024,8 @@ "type": "Line", "value": " btns containers", "range": [ - 8617, - 8635 + 8618, + 8636 ], "loc": { "start": { @@ -19049,8 +19049,8 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 8745, - 8756 + 8746, + 8757 ], "loc": { "start": { @@ -19072,8 +19072,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8759, - 8762 + 8760, + 8763 ], "loc": { "start": { @@ -19090,8 +19090,8 @@ "type": "Identifier", "name": "create", "range": [ - 8763, - 8769 + 8764, + 8770 ], "loc": { "start": { @@ -19105,8 +19105,8 @@ } }, "range": [ - 8759, - 8769 + 8760, + 8770 ], "loc": { "start": { @@ -19125,8 +19125,8 @@ "value": "span", "raw": "'span'", "range": [ - 8783, - 8789 + 8784, + 8790 ], "loc": { "start": { @@ -19147,8 +19147,8 @@ "value": "id", "raw": "'id'", "range": [ - 8792, - 8796 + 8793, + 8797 ], "loc": { "start": { @@ -19170,8 +19170,8 @@ "object": { "type": "ThisExpression", "range": [ - 8798, - 8802 + 8799, + 8803 ], "loc": { "start": { @@ -19188,8 +19188,8 @@ "type": "Identifier", "name": "prfxBtnPrevSpan", "range": [ - 8803, - 8818 + 8804, + 8819 ], "loc": { "start": { @@ -19203,8 +19203,8 @@ } }, "range": [ - 8798, - 8818 + 8799, + 8819 ], "loc": { "start": { @@ -19224,8 +19224,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8821, - 8823 + 8822, + 8824 ], "loc": { "start": { @@ -19242,8 +19242,8 @@ "type": "Identifier", "name": "id", "range": [ - 8824, - 8826 + 8825, + 8827 ], "loc": { "start": { @@ -19257,8 +19257,8 @@ } }, "range": [ - 8821, - 8826 + 8822, + 8827 ], "loc": { "start": { @@ -19272,8 +19272,8 @@ } }, "range": [ - 8798, - 8826 + 8799, + 8827 ], "loc": { "start": { @@ -19288,8 +19288,8 @@ } ], "range": [ - 8791, - 8827 + 8792, + 8828 ], "loc": { "start": { @@ -19304,8 +19304,8 @@ } ], "range": [ - 8759, - 8828 + 8760, + 8829 ], "loc": { "start": { @@ -19319,8 +19319,8 @@ } }, "range": [ - 8745, - 8828 + 8746, + 8829 ], "loc": { "start": { @@ -19336,8 +19336,8 @@ ], "kind": "var", "range": [ - 8741, - 8829 + 8742, + 8830 ], "loc": { "start": { @@ -19359,8 +19359,8 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 8842, - 8853 + 8843, + 8854 ], "loc": { "start": { @@ -19382,8 +19382,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8856, - 8859 + 8857, + 8860 ], "loc": { "start": { @@ -19400,8 +19400,8 @@ "type": "Identifier", "name": "create", "range": [ - 8860, - 8866 + 8861, + 8867 ], "loc": { "start": { @@ -19415,8 +19415,8 @@ } }, "range": [ - 8856, - 8866 + 8857, + 8867 ], "loc": { "start": { @@ -19435,8 +19435,8 @@ "value": "span", "raw": "'span'", "range": [ - 8880, - 8886 + 8881, + 8887 ], "loc": { "start": { @@ -19457,8 +19457,8 @@ "value": "id", "raw": "'id'", "range": [ - 8889, - 8893 + 8890, + 8894 ], "loc": { "start": { @@ -19480,8 +19480,8 @@ "object": { "type": "ThisExpression", "range": [ - 8895, - 8899 + 8896, + 8900 ], "loc": { "start": { @@ -19498,8 +19498,8 @@ "type": "Identifier", "name": "prfxBtnLastSpan", "range": [ - 8900, - 8915 + 8901, + 8916 ], "loc": { "start": { @@ -19513,8 +19513,8 @@ } }, "range": [ - 8895, - 8915 + 8896, + 8916 ], "loc": { "start": { @@ -19534,8 +19534,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8918, - 8920 + 8919, + 8921 ], "loc": { "start": { @@ -19552,8 +19552,8 @@ "type": "Identifier", "name": "id", "range": [ - 8921, - 8923 + 8922, + 8924 ], "loc": { "start": { @@ -19567,8 +19567,8 @@ } }, "range": [ - 8918, - 8923 + 8919, + 8924 ], "loc": { "start": { @@ -19582,8 +19582,8 @@ } }, "range": [ - 8895, - 8923 + 8896, + 8924 ], "loc": { "start": { @@ -19598,8 +19598,8 @@ } ], "range": [ - 8888, - 8924 + 8889, + 8925 ], "loc": { "start": { @@ -19614,8 +19614,8 @@ } ], "range": [ - 8856, - 8925 + 8857, + 8926 ], "loc": { "start": { @@ -19629,8 +19629,8 @@ } }, "range": [ - 8842, - 8925 + 8843, + 8926 ], "loc": { "start": { @@ -19646,8 +19646,8 @@ ], "kind": "var", "range": [ - 8838, - 8926 + 8839, + 8927 ], "loc": { "start": { @@ -19669,8 +19669,8 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 8939, - 8951 + 8940, + 8952 ], "loc": { "start": { @@ -19692,8 +19692,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8954, - 8957 + 8955, + 8958 ], "loc": { "start": { @@ -19710,8 +19710,8 @@ "type": "Identifier", "name": "create", "range": [ - 8958, - 8964 + 8959, + 8965 ], "loc": { "start": { @@ -19725,8 +19725,8 @@ } }, "range": [ - 8954, - 8964 + 8955, + 8965 ], "loc": { "start": { @@ -19745,8 +19745,8 @@ "value": "span", "raw": "'span'", "range": [ - 8978, - 8984 + 8979, + 8985 ], "loc": { "start": { @@ -19767,8 +19767,8 @@ "value": "id", "raw": "'id'", "range": [ - 8987, - 8991 + 8988, + 8992 ], "loc": { "start": { @@ -19790,8 +19790,8 @@ "object": { "type": "ThisExpression", "range": [ - 8993, - 8997 + 8994, + 8998 ], "loc": { "start": { @@ -19808,8 +19808,8 @@ "type": "Identifier", "name": "prfxBtnFirstSpan", "range": [ - 8998, - 9014 + 8999, + 9015 ], "loc": { "start": { @@ -19823,8 +19823,8 @@ } }, "range": [ - 8993, - 9014 + 8994, + 9015 ], "loc": { "start": { @@ -19844,8 +19844,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9017, - 9019 + 9018, + 9020 ], "loc": { "start": { @@ -19862,8 +19862,8 @@ "type": "Identifier", "name": "id", "range": [ - 9020, - 9022 + 9021, + 9023 ], "loc": { "start": { @@ -19877,8 +19877,8 @@ } }, "range": [ - 9017, - 9022 + 9018, + 9023 ], "loc": { "start": { @@ -19892,8 +19892,8 @@ } }, "range": [ - 8993, - 9022 + 8994, + 9023 ], "loc": { "start": { @@ -19908,8 +19908,8 @@ } ], "range": [ - 8986, - 9023 + 8987, + 9024 ], "loc": { "start": { @@ -19924,8 +19924,8 @@ } ], "range": [ - 8954, - 9024 + 8955, + 9025 ], "loc": { "start": { @@ -19939,8 +19939,8 @@ } }, "range": [ - 8939, - 9024 + 8940, + 9025 ], "loc": { "start": { @@ -19956,8 +19956,8 @@ ], "kind": "var", "range": [ - 8935, - 9025 + 8936, + 9026 ], "loc": { "start": { @@ -19978,8 +19978,8 @@ "object": { "type": "ThisExpression", "range": [ - 9039, - 9043 + 9040, + 9044 ], "loc": { "start": { @@ -19996,8 +19996,8 @@ "type": "Identifier", "name": "hasPagingBtns", "range": [ - 9044, - 9057 + 9045, + 9058 ], "loc": { "start": { @@ -20011,8 +20011,8 @@ } }, "range": [ - 9039, - 9057 + 9040, + 9058 ], "loc": { "start": { @@ -20039,8 +20039,8 @@ "object": { "type": "ThisExpression", "range": [ - 9105, - 9109 + 9106, + 9110 ], "loc": { "start": { @@ -20057,8 +20057,8 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 9110, - 9125 + 9111, + 9126 ], "loc": { "start": { @@ -20072,8 +20072,8 @@ } }, "range": [ - 9105, - 9125 + 9106, + 9126 ], "loc": { "start": { @@ -20088,8 +20088,8 @@ }, "prefix": true, "range": [ - 9104, - 9125 + 9105, + 9126 ], "loc": { "start": { @@ -20114,8 +20114,8 @@ "type": "Identifier", "name": "btn_next", "range": [ - 9149, - 9157 + 9150, + 9158 ], "loc": { "start": { @@ -20137,8 +20137,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 9160, - 9163 + 9161, + 9164 ], "loc": { "start": { @@ -20155,8 +20155,8 @@ "type": "Identifier", "name": "create", "range": [ - 9164, - 9170 + 9165, + 9171 ], "loc": { "start": { @@ -20170,8 +20170,8 @@ } }, "range": [ - 9160, - 9170 + 9161, + 9171 ], "loc": { "start": { @@ -20189,8 +20189,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 9171, - 9176 + 9172, + 9177 ], "loc": { "start": { @@ -20211,8 +20211,8 @@ "value": "id", "raw": "'id'", "range": [ - 9199, - 9203 + 9200, + 9204 ], "loc": { "start": { @@ -20234,8 +20234,8 @@ "object": { "type": "ThisExpression", "range": [ - 9205, - 9209 + 9206, + 9210 ], "loc": { "start": { @@ -20252,8 +20252,8 @@ "type": "Identifier", "name": "prfxBtnNext", "range": [ - 9210, - 9221 + 9211, + 9222 ], "loc": { "start": { @@ -20267,8 +20267,8 @@ } }, "range": [ - 9205, - 9221 + 9206, + 9222 ], "loc": { "start": { @@ -20288,8 +20288,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9224, - 9226 + 9225, + 9227 ], "loc": { "start": { @@ -20306,8 +20306,8 @@ "type": "Identifier", "name": "id", "range": [ - 9227, - 9229 + 9228, + 9230 ], "loc": { "start": { @@ -20321,8 +20321,8 @@ } }, "range": [ - 9224, - 9229 + 9225, + 9230 ], "loc": { "start": { @@ -20336,8 +20336,8 @@ } }, "range": [ - 9205, - 9229 + 9206, + 9230 ], "loc": { "start": { @@ -20352,8 +20352,8 @@ } ], "range": [ - 9198, - 9230 + 9199, + 9231 ], "loc": { "start": { @@ -20374,8 +20374,8 @@ "value": "type", "raw": "'type'", "range": [ - 9253, - 9259 + 9254, + 9260 ], "loc": { "start": { @@ -20393,8 +20393,8 @@ "value": "button", "raw": "'button'", "range": [ - 9261, - 9269 + 9262, + 9270 ], "loc": { "start": { @@ -20409,8 +20409,8 @@ } ], "range": [ - 9252, - 9270 + 9253, + 9271 ], "loc": { "start": { @@ -20431,8 +20431,8 @@ "value": "value", "raw": "'value'", "range": [ - 9293, - 9300 + 9294, + 9301 ], "loc": { "start": { @@ -20451,8 +20451,8 @@ "object": { "type": "ThisExpression", "range": [ - 9302, - 9306 + 9303, + 9307 ], "loc": { "start": { @@ -20469,8 +20469,8 @@ "type": "Identifier", "name": "btnNextPageText", "range": [ - 9307, - 9322 + 9308, + 9323 ], "loc": { "start": { @@ -20484,8 +20484,8 @@ } }, "range": [ - 9302, - 9322 + 9303, + 9323 ], "loc": { "start": { @@ -20500,8 +20500,8 @@ } ], "range": [ - 9292, - 9323 + 9293, + 9324 ], "loc": { "start": { @@ -20522,8 +20522,8 @@ "value": "title", "raw": "'title'", "range": [ - 9346, - 9353 + 9347, + 9354 ], "loc": { "start": { @@ -20541,8 +20541,8 @@ "value": "Next", "raw": "'Next'", "range": [ - 9355, - 9361 + 9356, + 9362 ], "loc": { "start": { @@ -20557,8 +20557,8 @@ } ], "range": [ - 9345, - 9362 + 9346, + 9363 ], "loc": { "start": { @@ -20573,8 +20573,8 @@ } ], "range": [ - 9160, - 9380 + 9161, + 9381 ], "loc": { "start": { @@ -20588,8 +20588,8 @@ } }, "range": [ - 9149, - 9380 + 9150, + 9381 ], "loc": { "start": { @@ -20605,8 +20605,8 @@ ], "kind": "var", "range": [ - 9145, - 9381 + 9146, + 9382 ], "loc": { "start": { @@ -20631,8 +20631,8 @@ "type": "Identifier", "name": "btn_next", "range": [ - 9398, - 9406 + 9399, + 9407 ], "loc": { "start": { @@ -20649,8 +20649,8 @@ "type": "Identifier", "name": "className", "range": [ - 9407, - 9416 + 9408, + 9417 ], "loc": { "start": { @@ -20664,8 +20664,8 @@ } }, "range": [ - 9398, - 9416 + 9399, + 9417 ], "loc": { "start": { @@ -20684,8 +20684,8 @@ "object": { "type": "ThisExpression", "range": [ - 9419, - 9423 + 9420, + 9424 ], "loc": { "start": { @@ -20702,8 +20702,8 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 9424, - 9439 + 9425, + 9440 ], "loc": { "start": { @@ -20717,8 +20717,8 @@ } }, "range": [ - 9419, - 9439 + 9420, + 9440 ], "loc": { "start": { @@ -20732,8 +20732,8 @@ } }, "range": [ - 9398, - 9439 + 9399, + 9440 ], "loc": { "start": { @@ -20747,8 +20747,8 @@ } }, "range": [ - 9398, - 9440 + 9399, + 9441 ], "loc": { "start": { @@ -20772,8 +20772,8 @@ "type": "Identifier", "name": "Event", "range": [ - 9457, - 9462 + 9458, + 9463 ], "loc": { "start": { @@ -20790,8 +20790,8 @@ "type": "Identifier", "name": "add", "range": [ - 9463, - 9466 + 9464, + 9467 ], "loc": { "start": { @@ -20805,8 +20805,8 @@ } }, "range": [ - 9457, - 9466 + 9458, + 9467 ], "loc": { "start": { @@ -20824,8 +20824,8 @@ "type": "Identifier", "name": "btn_next", "range": [ - 9467, - 9475 + 9468, + 9476 ], "loc": { "start": { @@ -20843,8 +20843,8 @@ "value": "click", "raw": "'click'", "range": [ - 9477, - 9484 + 9478, + 9485 ], "loc": { "start": { @@ -20864,8 +20864,8 @@ "type": "Identifier", "name": "evt", "range": [ - 9486, - 9489 + 9487, + 9490 ], "loc": { "start": { @@ -20882,8 +20882,8 @@ "type": "Identifier", "name": "next", "range": [ - 9490, - 9494 + 9491, + 9495 ], "loc": { "start": { @@ -20897,8 +20897,8 @@ } }, "range": [ - 9486, - 9494 + 9487, + 9495 ], "loc": { "start": { @@ -20913,8 +20913,8 @@ } ], "range": [ - 9457, - 9495 + 9458, + 9496 ], "loc": { "start": { @@ -20928,8 +20928,8 @@ } }, "range": [ - 9457, - 9496 + 9458, + 9497 ], "loc": { "start": { @@ -20953,8 +20953,8 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 9513, - 9524 + 9514, + 9525 ], "loc": { "start": { @@ -20971,8 +20971,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 9525, - 9536 + 9526, + 9537 ], "loc": { "start": { @@ -20986,8 +20986,8 @@ } }, "range": [ - 9513, - 9536 + 9514, + 9537 ], "loc": { "start": { @@ -21005,8 +21005,8 @@ "type": "Identifier", "name": "btn_next", "range": [ - 9537, - 9545 + 9538, + 9546 ], "loc": { "start": { @@ -21021,8 +21021,8 @@ } ], "range": [ - 9513, - 9546 + 9514, + 9547 ], "loc": { "start": { @@ -21036,8 +21036,8 @@ } }, "range": [ - 9513, - 9547 + 9514, + 9548 ], "loc": { "start": { @@ -21052,8 +21052,8 @@ } ], "range": [ - 9127, - 9561 + 9128, + 9562 ], "loc": { "start": { @@ -21081,8 +21081,8 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 9585, - 9596 + 9586, + 9597 ], "loc": { "start": { @@ -21099,8 +21099,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 9597, - 9606 + 9598, + 9607 ], "loc": { "start": { @@ -21114,8 +21114,8 @@ } }, "range": [ - 9585, - 9606 + 9586, + 9607 ], "loc": { "start": { @@ -21134,8 +21134,8 @@ "object": { "type": "ThisExpression", "range": [ - 9609, - 9613 + 9610, + 9614 ], "loc": { "start": { @@ -21152,8 +21152,8 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 9614, - 9629 + 9615, + 9630 ], "loc": { "start": { @@ -21167,8 +21167,8 @@ } }, "range": [ - 9609, - 9629 + 9610, + 9630 ], "loc": { "start": { @@ -21182,8 +21182,8 @@ } }, "range": [ - 9585, - 9629 + 9586, + 9630 ], "loc": { "start": { @@ -21197,8 +21197,8 @@ } }, "range": [ - 9585, - 9630 + 9586, + 9631 ], "loc": { "start": { @@ -21222,8 +21222,8 @@ "type": "Identifier", "name": "Event", "range": [ - 9647, - 9652 + 9648, + 9653 ], "loc": { "start": { @@ -21240,8 +21240,8 @@ "type": "Identifier", "name": "add", "range": [ - 9653, - 9656 + 9654, + 9657 ], "loc": { "start": { @@ -21255,8 +21255,8 @@ } }, "range": [ - 9647, - 9656 + 9648, + 9657 ], "loc": { "start": { @@ -21274,8 +21274,8 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 9657, - 9668 + 9658, + 9669 ], "loc": { "start": { @@ -21293,8 +21293,8 @@ "value": "click", "raw": "'click'", "range": [ - 9670, - 9677 + 9671, + 9678 ], "loc": { "start": { @@ -21314,8 +21314,8 @@ "type": "Identifier", "name": "evt", "range": [ - 9679, - 9682 + 9680, + 9683 ], "loc": { "start": { @@ -21332,8 +21332,8 @@ "type": "Identifier", "name": "next", "range": [ - 9683, - 9687 + 9684, + 9688 ], "loc": { "start": { @@ -21347,8 +21347,8 @@ } }, "range": [ - 9679, - 9687 + 9680, + 9688 ], "loc": { "start": { @@ -21363,8 +21363,8 @@ } ], "range": [ - 9647, - 9688 + 9648, + 9689 ], "loc": { "start": { @@ -21378,8 +21378,8 @@ } }, "range": [ - 9647, - 9689 + 9648, + 9690 ], "loc": { "start": { @@ -21394,8 +21394,8 @@ } ], "range": [ - 9567, - 9703 + 9568, + 9704 ], "loc": { "start": { @@ -21409,8 +21409,8 @@ } }, "range": [ - 9100, - 9703 + 9101, + 9704 ], "loc": { "start": { @@ -21427,8 +21427,8 @@ "type": "Line", "value": " Next button", "range": [ - 9073, - 9087 + 9074, + 9088 ], "loc": { "start": { @@ -21447,8 +21447,8 @@ "type": "Line", "value": " Previous button", "range": [ - 9716, - 9734 + 9717, + 9735 ], "loc": { "start": { @@ -21474,8 +21474,8 @@ "object": { "type": "ThisExpression", "range": [ - 9752, - 9756 + 9753, + 9757 ], "loc": { "start": { @@ -21492,8 +21492,8 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 9757, - 9772 + 9758, + 9773 ], "loc": { "start": { @@ -21507,8 +21507,8 @@ } }, "range": [ - 9752, - 9772 + 9753, + 9773 ], "loc": { "start": { @@ -21523,8 +21523,8 @@ }, "prefix": true, "range": [ - 9751, - 9772 + 9752, + 9773 ], "loc": { "start": { @@ -21549,8 +21549,8 @@ "type": "Identifier", "name": "btn_prev", "range": [ - 9796, - 9804 + 9797, + 9805 ], "loc": { "start": { @@ -21572,8 +21572,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 9807, - 9810 + 9808, + 9811 ], "loc": { "start": { @@ -21590,8 +21590,8 @@ "type": "Identifier", "name": "create", "range": [ - 9811, - 9817 + 9812, + 9818 ], "loc": { "start": { @@ -21605,8 +21605,8 @@ } }, "range": [ - 9807, - 9817 + 9808, + 9818 ], "loc": { "start": { @@ -21624,8 +21624,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 9818, - 9823 + 9819, + 9824 ], "loc": { "start": { @@ -21646,8 +21646,8 @@ "value": "id", "raw": "'id'", "range": [ - 9846, - 9850 + 9847, + 9851 ], "loc": { "start": { @@ -21669,8 +21669,8 @@ "object": { "type": "ThisExpression", "range": [ - 9852, - 9856 + 9853, + 9857 ], "loc": { "start": { @@ -21687,8 +21687,8 @@ "type": "Identifier", "name": "prfxBtnPrev", "range": [ - 9857, - 9868 + 9858, + 9869 ], "loc": { "start": { @@ -21702,8 +21702,8 @@ } }, "range": [ - 9852, - 9868 + 9853, + 9869 ], "loc": { "start": { @@ -21723,8 +21723,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9871, - 9873 + 9872, + 9874 ], "loc": { "start": { @@ -21741,8 +21741,8 @@ "type": "Identifier", "name": "id", "range": [ - 9874, - 9876 + 9875, + 9877 ], "loc": { "start": { @@ -21756,8 +21756,8 @@ } }, "range": [ - 9871, - 9876 + 9872, + 9877 ], "loc": { "start": { @@ -21771,8 +21771,8 @@ } }, "range": [ - 9852, - 9876 + 9853, + 9877 ], "loc": { "start": { @@ -21787,8 +21787,8 @@ } ], "range": [ - 9845, - 9877 + 9846, + 9878 ], "loc": { "start": { @@ -21809,8 +21809,8 @@ "value": "type", "raw": "'type'", "range": [ - 9900, - 9906 + 9901, + 9907 ], "loc": { "start": { @@ -21828,8 +21828,8 @@ "value": "button", "raw": "'button'", "range": [ - 9908, - 9916 + 9909, + 9917 ], "loc": { "start": { @@ -21844,8 +21844,8 @@ } ], "range": [ - 9899, - 9917 + 9900, + 9918 ], "loc": { "start": { @@ -21866,8 +21866,8 @@ "value": "value", "raw": "'value'", "range": [ - 9940, - 9947 + 9941, + 9948 ], "loc": { "start": { @@ -21886,8 +21886,8 @@ "object": { "type": "ThisExpression", "range": [ - 9949, - 9953 + 9950, + 9954 ], "loc": { "start": { @@ -21904,8 +21904,8 @@ "type": "Identifier", "name": "btnPrevPageText", "range": [ - 9954, - 9969 + 9955, + 9970 ], "loc": { "start": { @@ -21919,8 +21919,8 @@ } }, "range": [ - 9949, - 9969 + 9950, + 9970 ], "loc": { "start": { @@ -21935,8 +21935,8 @@ } ], "range": [ - 9939, - 9970 + 9940, + 9971 ], "loc": { "start": { @@ -21957,8 +21957,8 @@ "value": "title", "raw": "'title'", "range": [ - 9993, - 10000 + 9994, + 10001 ], "loc": { "start": { @@ -21976,8 +21976,8 @@ "value": "Previous", "raw": "'Previous'", "range": [ - 10002, - 10012 + 10003, + 10013 ], "loc": { "start": { @@ -21992,8 +21992,8 @@ } ], "range": [ - 9992, - 10013 + 9993, + 10014 ], "loc": { "start": { @@ -22008,8 +22008,8 @@ } ], "range": [ - 9807, - 10031 + 9808, + 10032 ], "loc": { "start": { @@ -22023,8 +22023,8 @@ } }, "range": [ - 9796, - 10031 + 9797, + 10032 ], "loc": { "start": { @@ -22040,8 +22040,8 @@ ], "kind": "var", "range": [ - 9792, - 10032 + 9793, + 10033 ], "loc": { "start": { @@ -22066,8 +22066,8 @@ "type": "Identifier", "name": "btn_prev", "range": [ - 10049, - 10057 + 10050, + 10058 ], "loc": { "start": { @@ -22084,8 +22084,8 @@ "type": "Identifier", "name": "className", "range": [ - 10058, - 10067 + 10059, + 10068 ], "loc": { "start": { @@ -22099,8 +22099,8 @@ } }, "range": [ - 10049, - 10067 + 10050, + 10068 ], "loc": { "start": { @@ -22119,8 +22119,8 @@ "object": { "type": "ThisExpression", "range": [ - 10070, - 10074 + 10071, + 10075 ], "loc": { "start": { @@ -22137,8 +22137,8 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 10075, - 10090 + 10076, + 10091 ], "loc": { "start": { @@ -22152,8 +22152,8 @@ } }, "range": [ - 10070, - 10090 + 10071, + 10091 ], "loc": { "start": { @@ -22167,8 +22167,8 @@ } }, "range": [ - 10049, - 10090 + 10050, + 10091 ], "loc": { "start": { @@ -22182,8 +22182,8 @@ } }, "range": [ - 10049, - 10091 + 10050, + 10092 ], "loc": { "start": { @@ -22207,8 +22207,8 @@ "type": "Identifier", "name": "Event", "range": [ - 10108, - 10113 + 10109, + 10114 ], "loc": { "start": { @@ -22225,8 +22225,8 @@ "type": "Identifier", "name": "add", "range": [ - 10114, - 10117 + 10115, + 10118 ], "loc": { "start": { @@ -22240,8 +22240,8 @@ } }, "range": [ - 10108, - 10117 + 10109, + 10118 ], "loc": { "start": { @@ -22259,8 +22259,8 @@ "type": "Identifier", "name": "btn_prev", "range": [ - 10118, - 10126 + 10119, + 10127 ], "loc": { "start": { @@ -22278,8 +22278,8 @@ "value": "click", "raw": "'click'", "range": [ - 10128, - 10135 + 10129, + 10136 ], "loc": { "start": { @@ -22299,8 +22299,8 @@ "type": "Identifier", "name": "evt", "range": [ - 10137, - 10140 + 10138, + 10141 ], "loc": { "start": { @@ -22317,8 +22317,8 @@ "type": "Identifier", "name": "prev", "range": [ - 10141, - 10145 + 10142, + 10146 ], "loc": { "start": { @@ -22332,8 +22332,8 @@ } }, "range": [ - 10137, - 10145 + 10138, + 10146 ], "loc": { "start": { @@ -22348,8 +22348,8 @@ } ], "range": [ - 10108, - 10146 + 10109, + 10147 ], "loc": { "start": { @@ -22363,8 +22363,8 @@ } }, "range": [ - 10108, - 10147 + 10109, + 10148 ], "loc": { "start": { @@ -22388,8 +22388,8 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 10164, - 10175 + 10165, + 10176 ], "loc": { "start": { @@ -22406,8 +22406,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10176, - 10187 + 10177, + 10188 ], "loc": { "start": { @@ -22421,8 +22421,8 @@ } }, "range": [ - 10164, - 10187 + 10165, + 10188 ], "loc": { "start": { @@ -22440,8 +22440,8 @@ "type": "Identifier", "name": "btn_prev", "range": [ - 10188, - 10196 + 10189, + 10197 ], "loc": { "start": { @@ -22456,8 +22456,8 @@ } ], "range": [ - 10164, - 10197 + 10165, + 10198 ], "loc": { "start": { @@ -22471,8 +22471,8 @@ } }, "range": [ - 10164, - 10198 + 10165, + 10199 ], "loc": { "start": { @@ -22487,8 +22487,8 @@ } ], "range": [ - 9774, - 10212 + 9775, + 10213 ], "loc": { "start": { @@ -22516,8 +22516,8 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 10236, - 10247 + 10237, + 10248 ], "loc": { "start": { @@ -22534,8 +22534,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 10248, - 10257 + 10249, + 10258 ], "loc": { "start": { @@ -22549,8 +22549,8 @@ } }, "range": [ - 10236, - 10257 + 10237, + 10258 ], "loc": { "start": { @@ -22569,8 +22569,8 @@ "object": { "type": "ThisExpression", "range": [ - 10260, - 10264 + 10261, + 10265 ], "loc": { "start": { @@ -22587,8 +22587,8 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 10265, - 10280 + 10266, + 10281 ], "loc": { "start": { @@ -22602,8 +22602,8 @@ } }, "range": [ - 10260, - 10280 + 10261, + 10281 ], "loc": { "start": { @@ -22617,8 +22617,8 @@ } }, "range": [ - 10236, - 10280 + 10237, + 10281 ], "loc": { "start": { @@ -22632,8 +22632,8 @@ } }, "range": [ - 10236, - 10281 + 10237, + 10282 ], "loc": { "start": { @@ -22657,8 +22657,8 @@ "type": "Identifier", "name": "Event", "range": [ - 10298, - 10303 + 10299, + 10304 ], "loc": { "start": { @@ -22675,8 +22675,8 @@ "type": "Identifier", "name": "add", "range": [ - 10304, - 10307 + 10305, + 10308 ], "loc": { "start": { @@ -22690,8 +22690,8 @@ } }, "range": [ - 10298, - 10307 + 10299, + 10308 ], "loc": { "start": { @@ -22709,8 +22709,8 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 10308, - 10319 + 10309, + 10320 ], "loc": { "start": { @@ -22728,8 +22728,8 @@ "value": "click", "raw": "'click'", "range": [ - 10321, - 10328 + 10322, + 10329 ], "loc": { "start": { @@ -22749,8 +22749,8 @@ "type": "Identifier", "name": "evt", "range": [ - 10330, - 10333 + 10331, + 10334 ], "loc": { "start": { @@ -22767,8 +22767,8 @@ "type": "Identifier", "name": "prev", "range": [ - 10334, - 10338 + 10335, + 10339 ], "loc": { "start": { @@ -22782,8 +22782,8 @@ } }, "range": [ - 10330, - 10338 + 10331, + 10339 ], "loc": { "start": { @@ -22798,8 +22798,8 @@ } ], "range": [ - 10298, - 10339 + 10299, + 10340 ], "loc": { "start": { @@ -22813,8 +22813,8 @@ } }, "range": [ - 10298, - 10340 + 10299, + 10341 ], "loc": { "start": { @@ -22829,8 +22829,8 @@ } ], "range": [ - 10218, - 10354 + 10219, + 10355 ], "loc": { "start": { @@ -22844,8 +22844,8 @@ } }, "range": [ - 9747, - 10354 + 9748, + 10355 ], "loc": { "start": { @@ -22862,8 +22862,8 @@ "type": "Line", "value": " Previous button", "range": [ - 9716, - 9734 + 9717, + 9735 ], "loc": { "start": { @@ -22882,8 +22882,8 @@ "type": "Line", "value": " Last button", "range": [ - 10367, - 10381 + 10368, + 10382 ], "loc": { "start": { @@ -22909,8 +22909,8 @@ "object": { "type": "ThisExpression", "range": [ - 10399, - 10403 + 10400, + 10404 ], "loc": { "start": { @@ -22927,8 +22927,8 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 10404, - 10419 + 10405, + 10420 ], "loc": { "start": { @@ -22942,8 +22942,8 @@ } }, "range": [ - 10399, - 10419 + 10400, + 10420 ], "loc": { "start": { @@ -22958,8 +22958,8 @@ }, "prefix": true, "range": [ - 10398, - 10419 + 10399, + 10420 ], "loc": { "start": { @@ -22984,8 +22984,8 @@ "type": "Identifier", "name": "btn_last", "range": [ - 10443, - 10451 + 10444, + 10452 ], "loc": { "start": { @@ -23007,8 +23007,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 10454, - 10457 + 10455, + 10458 ], "loc": { "start": { @@ -23025,8 +23025,8 @@ "type": "Identifier", "name": "create", "range": [ - 10458, - 10464 + 10459, + 10465 ], "loc": { "start": { @@ -23040,8 +23040,8 @@ } }, "range": [ - 10454, - 10464 + 10455, + 10465 ], "loc": { "start": { @@ -23059,8 +23059,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 10465, - 10470 + 10466, + 10471 ], "loc": { "start": { @@ -23081,8 +23081,8 @@ "value": "id", "raw": "'id'", "range": [ - 10493, - 10497 + 10494, + 10498 ], "loc": { "start": { @@ -23104,8 +23104,8 @@ "object": { "type": "ThisExpression", "range": [ - 10499, - 10503 + 10500, + 10504 ], "loc": { "start": { @@ -23122,8 +23122,8 @@ "type": "Identifier", "name": "prfxBtnLast", "range": [ - 10504, - 10515 + 10505, + 10516 ], "loc": { "start": { @@ -23137,8 +23137,8 @@ } }, "range": [ - 10499, - 10515 + 10500, + 10516 ], "loc": { "start": { @@ -23158,8 +23158,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10518, - 10520 + 10519, + 10521 ], "loc": { "start": { @@ -23176,8 +23176,8 @@ "type": "Identifier", "name": "id", "range": [ - 10521, - 10523 + 10522, + 10524 ], "loc": { "start": { @@ -23191,8 +23191,8 @@ } }, "range": [ - 10518, - 10523 + 10519, + 10524 ], "loc": { "start": { @@ -23206,8 +23206,8 @@ } }, "range": [ - 10499, - 10523 + 10500, + 10524 ], "loc": { "start": { @@ -23222,8 +23222,8 @@ } ], "range": [ - 10492, - 10524 + 10493, + 10525 ], "loc": { "start": { @@ -23244,8 +23244,8 @@ "value": "type", "raw": "'type'", "range": [ - 10547, - 10553 + 10548, + 10554 ], "loc": { "start": { @@ -23263,8 +23263,8 @@ "value": "button", "raw": "'button'", "range": [ - 10555, - 10563 + 10556, + 10564 ], "loc": { "start": { @@ -23279,8 +23279,8 @@ } ], "range": [ - 10546, - 10564 + 10547, + 10565 ], "loc": { "start": { @@ -23301,8 +23301,8 @@ "value": "value", "raw": "'value'", "range": [ - 10587, - 10594 + 10588, + 10595 ], "loc": { "start": { @@ -23321,8 +23321,8 @@ "object": { "type": "ThisExpression", "range": [ - 10596, - 10600 + 10597, + 10601 ], "loc": { "start": { @@ -23339,8 +23339,8 @@ "type": "Identifier", "name": "btnLastPageText", "range": [ - 10601, - 10616 + 10602, + 10617 ], "loc": { "start": { @@ -23354,8 +23354,8 @@ } }, "range": [ - 10596, - 10616 + 10597, + 10617 ], "loc": { "start": { @@ -23370,8 +23370,8 @@ } ], "range": [ - 10586, - 10617 + 10587, + 10618 ], "loc": { "start": { @@ -23392,8 +23392,8 @@ "value": "title", "raw": "'title'", "range": [ - 10640, - 10647 + 10641, + 10648 ], "loc": { "start": { @@ -23411,8 +23411,8 @@ "value": "Last", "raw": "'Last'", "range": [ - 10649, - 10655 + 10650, + 10656 ], "loc": { "start": { @@ -23427,8 +23427,8 @@ } ], "range": [ - 10639, - 10656 + 10640, + 10657 ], "loc": { "start": { @@ -23443,8 +23443,8 @@ } ], "range": [ - 10454, - 10674 + 10455, + 10675 ], "loc": { "start": { @@ -23458,8 +23458,8 @@ } }, "range": [ - 10443, - 10674 + 10444, + 10675 ], "loc": { "start": { @@ -23475,8 +23475,8 @@ ], "kind": "var", "range": [ - 10439, - 10675 + 10440, + 10676 ], "loc": { "start": { @@ -23501,8 +23501,8 @@ "type": "Identifier", "name": "btn_last", "range": [ - 10692, - 10700 + 10693, + 10701 ], "loc": { "start": { @@ -23519,8 +23519,8 @@ "type": "Identifier", "name": "className", "range": [ - 10701, - 10710 + 10702, + 10711 ], "loc": { "start": { @@ -23534,8 +23534,8 @@ } }, "range": [ - 10692, - 10710 + 10693, + 10711 ], "loc": { "start": { @@ -23554,8 +23554,8 @@ "object": { "type": "ThisExpression", "range": [ - 10713, - 10717 + 10714, + 10718 ], "loc": { "start": { @@ -23572,8 +23572,8 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 10718, - 10733 + 10719, + 10734 ], "loc": { "start": { @@ -23587,8 +23587,8 @@ } }, "range": [ - 10713, - 10733 + 10714, + 10734 ], "loc": { "start": { @@ -23602,8 +23602,8 @@ } }, "range": [ - 10692, - 10733 + 10693, + 10734 ], "loc": { "start": { @@ -23617,8 +23617,8 @@ } }, "range": [ - 10692, - 10734 + 10693, + 10735 ], "loc": { "start": { @@ -23642,8 +23642,8 @@ "type": "Identifier", "name": "Event", "range": [ - 10751, - 10756 + 10752, + 10757 ], "loc": { "start": { @@ -23660,8 +23660,8 @@ "type": "Identifier", "name": "add", "range": [ - 10757, - 10760 + 10758, + 10761 ], "loc": { "start": { @@ -23675,8 +23675,8 @@ } }, "range": [ - 10751, - 10760 + 10752, + 10761 ], "loc": { "start": { @@ -23694,8 +23694,8 @@ "type": "Identifier", "name": "btn_last", "range": [ - 10761, - 10769 + 10762, + 10770 ], "loc": { "start": { @@ -23713,8 +23713,8 @@ "value": "click", "raw": "'click'", "range": [ - 10771, - 10778 + 10772, + 10779 ], "loc": { "start": { @@ -23734,8 +23734,8 @@ "type": "Identifier", "name": "evt", "range": [ - 10780, - 10783 + 10781, + 10784 ], "loc": { "start": { @@ -23752,8 +23752,8 @@ "type": "Identifier", "name": "last", "range": [ - 10784, - 10788 + 10785, + 10789 ], "loc": { "start": { @@ -23767,8 +23767,8 @@ } }, "range": [ - 10780, - 10788 + 10781, + 10789 ], "loc": { "start": { @@ -23783,8 +23783,8 @@ } ], "range": [ - 10751, - 10789 + 10752, + 10790 ], "loc": { "start": { @@ -23798,8 +23798,8 @@ } }, "range": [ - 10751, - 10790 + 10752, + 10791 ], "loc": { "start": { @@ -23823,8 +23823,8 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 10807, - 10818 + 10808, + 10819 ], "loc": { "start": { @@ -23841,8 +23841,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 10819, - 10830 + 10820, + 10831 ], "loc": { "start": { @@ -23856,8 +23856,8 @@ } }, "range": [ - 10807, - 10830 + 10808, + 10831 ], "loc": { "start": { @@ -23875,8 +23875,8 @@ "type": "Identifier", "name": "btn_last", "range": [ - 10831, - 10839 + 10832, + 10840 ], "loc": { "start": { @@ -23891,8 +23891,8 @@ } ], "range": [ - 10807, - 10840 + 10808, + 10841 ], "loc": { "start": { @@ -23906,8 +23906,8 @@ } }, "range": [ - 10807, - 10841 + 10808, + 10842 ], "loc": { "start": { @@ -23922,8 +23922,8 @@ } ], "range": [ - 10421, - 10855 + 10422, + 10856 ], "loc": { "start": { @@ -23951,8 +23951,8 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 10879, - 10890 + 10880, + 10891 ], "loc": { "start": { @@ -23969,8 +23969,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 10891, - 10900 + 10892, + 10901 ], "loc": { "start": { @@ -23984,8 +23984,8 @@ } }, "range": [ - 10879, - 10900 + 10880, + 10901 ], "loc": { "start": { @@ -24004,8 +24004,8 @@ "object": { "type": "ThisExpression", "range": [ - 10903, - 10907 + 10904, + 10908 ], "loc": { "start": { @@ -24022,8 +24022,8 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 10908, - 10923 + 10909, + 10924 ], "loc": { "start": { @@ -24037,8 +24037,8 @@ } }, "range": [ - 10903, - 10923 + 10904, + 10924 ], "loc": { "start": { @@ -24052,8 +24052,8 @@ } }, "range": [ - 10879, - 10923 + 10880, + 10924 ], "loc": { "start": { @@ -24067,8 +24067,8 @@ } }, "range": [ - 10879, - 10924 + 10880, + 10925 ], "loc": { "start": { @@ -24092,8 +24092,8 @@ "type": "Identifier", "name": "Event", "range": [ - 10941, - 10946 + 10942, + 10947 ], "loc": { "start": { @@ -24110,8 +24110,8 @@ "type": "Identifier", "name": "add", "range": [ - 10947, - 10950 + 10948, + 10951 ], "loc": { "start": { @@ -24125,8 +24125,8 @@ } }, "range": [ - 10941, - 10950 + 10942, + 10951 ], "loc": { "start": { @@ -24144,8 +24144,8 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 10951, - 10962 + 10952, + 10963 ], "loc": { "start": { @@ -24163,8 +24163,8 @@ "value": "click", "raw": "'click'", "range": [ - 10964, - 10971 + 10965, + 10972 ], "loc": { "start": { @@ -24184,8 +24184,8 @@ "type": "Identifier", "name": "evt", "range": [ - 10973, - 10976 + 10974, + 10977 ], "loc": { "start": { @@ -24202,8 +24202,8 @@ "type": "Identifier", "name": "last", "range": [ - 10977, - 10981 + 10978, + 10982 ], "loc": { "start": { @@ -24217,8 +24217,8 @@ } }, "range": [ - 10973, - 10981 + 10974, + 10982 ], "loc": { "start": { @@ -24233,8 +24233,8 @@ } ], "range": [ - 10941, - 10982 + 10942, + 10983 ], "loc": { "start": { @@ -24248,8 +24248,8 @@ } }, "range": [ - 10941, - 10983 + 10942, + 10984 ], "loc": { "start": { @@ -24264,8 +24264,8 @@ } ], "range": [ - 10861, - 10997 + 10862, + 10998 ], "loc": { "start": { @@ -24279,8 +24279,8 @@ } }, "range": [ - 10394, - 10997 + 10395, + 10998 ], "loc": { "start": { @@ -24297,8 +24297,8 @@ "type": "Line", "value": " Last button", "range": [ - 10367, - 10381 + 10368, + 10382 ], "loc": { "start": { @@ -24317,8 +24317,8 @@ "type": "Line", "value": " First button", "range": [ - 11010, - 11025 + 11011, + 11026 ], "loc": { "start": { @@ -24344,8 +24344,8 @@ "object": { "type": "ThisExpression", "range": [ - 11043, - 11047 + 11044, + 11048 ], "loc": { "start": { @@ -24362,8 +24362,8 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 11048, - 11064 + 11049, + 11065 ], "loc": { "start": { @@ -24377,8 +24377,8 @@ } }, "range": [ - 11043, - 11064 + 11044, + 11065 ], "loc": { "start": { @@ -24393,8 +24393,8 @@ }, "prefix": true, "range": [ - 11042, - 11064 + 11043, + 11065 ], "loc": { "start": { @@ -24419,8 +24419,8 @@ "type": "Identifier", "name": "btn_first", "range": [ - 11088, - 11097 + 11089, + 11098 ], "loc": { "start": { @@ -24442,8 +24442,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 11100, - 11103 + 11101, + 11104 ], "loc": { "start": { @@ -24460,8 +24460,8 @@ "type": "Identifier", "name": "create", "range": [ - 11104, - 11110 + 11105, + 11111 ], "loc": { "start": { @@ -24475,8 +24475,8 @@ } }, "range": [ - 11100, - 11110 + 11101, + 11111 ], "loc": { "start": { @@ -24494,8 +24494,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 11111, - 11116 + 11112, + 11117 ], "loc": { "start": { @@ -24516,8 +24516,8 @@ "value": "id", "raw": "'id'", "range": [ - 11139, - 11143 + 11140, + 11144 ], "loc": { "start": { @@ -24539,8 +24539,8 @@ "object": { "type": "ThisExpression", "range": [ - 11145, - 11149 + 11146, + 11150 ], "loc": { "start": { @@ -24557,8 +24557,8 @@ "type": "Identifier", "name": "prfxBtnFirst", "range": [ - 11150, - 11162 + 11151, + 11163 ], "loc": { "start": { @@ -24572,8 +24572,8 @@ } }, "range": [ - 11145, - 11162 + 11146, + 11163 ], "loc": { "start": { @@ -24593,8 +24593,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11165, - 11167 + 11166, + 11168 ], "loc": { "start": { @@ -24611,8 +24611,8 @@ "type": "Identifier", "name": "id", "range": [ - 11168, - 11170 + 11169, + 11171 ], "loc": { "start": { @@ -24626,8 +24626,8 @@ } }, "range": [ - 11165, - 11170 + 11166, + 11171 ], "loc": { "start": { @@ -24641,8 +24641,8 @@ } }, "range": [ - 11145, - 11170 + 11146, + 11171 ], "loc": { "start": { @@ -24657,8 +24657,8 @@ } ], "range": [ - 11138, - 11171 + 11139, + 11172 ], "loc": { "start": { @@ -24679,8 +24679,8 @@ "value": "type", "raw": "'type'", "range": [ - 11194, - 11200 + 11195, + 11201 ], "loc": { "start": { @@ -24698,8 +24698,8 @@ "value": "button", "raw": "'button'", "range": [ - 11202, - 11210 + 11203, + 11211 ], "loc": { "start": { @@ -24714,8 +24714,8 @@ } ], "range": [ - 11193, - 11211 + 11194, + 11212 ], "loc": { "start": { @@ -24736,8 +24736,8 @@ "value": "value", "raw": "'value'", "range": [ - 11234, - 11241 + 11235, + 11242 ], "loc": { "start": { @@ -24756,8 +24756,8 @@ "object": { "type": "ThisExpression", "range": [ - 11243, - 11247 + 11244, + 11248 ], "loc": { "start": { @@ -24774,8 +24774,8 @@ "type": "Identifier", "name": "btnFirstPageText", "range": [ - 11248, - 11264 + 11249, + 11265 ], "loc": { "start": { @@ -24789,8 +24789,8 @@ } }, "range": [ - 11243, - 11264 + 11244, + 11265 ], "loc": { "start": { @@ -24805,8 +24805,8 @@ } ], "range": [ - 11233, - 11265 + 11234, + 11266 ], "loc": { "start": { @@ -24827,8 +24827,8 @@ "value": "title", "raw": "'title'", "range": [ - 11288, - 11295 + 11289, + 11296 ], "loc": { "start": { @@ -24846,8 +24846,8 @@ "value": "First", "raw": "'First'", "range": [ - 11297, - 11304 + 11298, + 11305 ], "loc": { "start": { @@ -24862,8 +24862,8 @@ } ], "range": [ - 11287, - 11305 + 11288, + 11306 ], "loc": { "start": { @@ -24878,8 +24878,8 @@ } ], "range": [ - 11100, - 11323 + 11101, + 11324 ], "loc": { "start": { @@ -24893,8 +24893,8 @@ } }, "range": [ - 11088, - 11323 + 11089, + 11324 ], "loc": { "start": { @@ -24910,8 +24910,8 @@ ], "kind": "var", "range": [ - 11084, - 11324 + 11085, + 11325 ], "loc": { "start": { @@ -24936,8 +24936,8 @@ "type": "Identifier", "name": "btn_first", "range": [ - 11341, - 11350 + 11342, + 11351 ], "loc": { "start": { @@ -24954,8 +24954,8 @@ "type": "Identifier", "name": "className", "range": [ - 11351, - 11360 + 11352, + 11361 ], "loc": { "start": { @@ -24969,8 +24969,8 @@ } }, "range": [ - 11341, - 11360 + 11342, + 11361 ], "loc": { "start": { @@ -24989,8 +24989,8 @@ "object": { "type": "ThisExpression", "range": [ - 11363, - 11367 + 11364, + 11368 ], "loc": { "start": { @@ -25007,8 +25007,8 @@ "type": "Identifier", "name": "btnPageCssClass", "range": [ - 11368, - 11383 + 11369, + 11384 ], "loc": { "start": { @@ -25022,8 +25022,8 @@ } }, "range": [ - 11363, - 11383 + 11364, + 11384 ], "loc": { "start": { @@ -25037,8 +25037,8 @@ } }, "range": [ - 11341, - 11383 + 11342, + 11384 ], "loc": { "start": { @@ -25052,8 +25052,8 @@ } }, "range": [ - 11341, - 11384 + 11342, + 11385 ], "loc": { "start": { @@ -25077,8 +25077,8 @@ "type": "Identifier", "name": "Event", "range": [ - 11401, - 11406 + 11402, + 11407 ], "loc": { "start": { @@ -25095,8 +25095,8 @@ "type": "Identifier", "name": "add", "range": [ - 11407, - 11410 + 11408, + 11411 ], "loc": { "start": { @@ -25110,8 +25110,8 @@ } }, "range": [ - 11401, - 11410 + 11402, + 11411 ], "loc": { "start": { @@ -25129,8 +25129,8 @@ "type": "Identifier", "name": "btn_first", "range": [ - 11411, - 11420 + 11412, + 11421 ], "loc": { "start": { @@ -25148,8 +25148,8 @@ "value": "click", "raw": "'click'", "range": [ - 11422, - 11429 + 11423, + 11430 ], "loc": { "start": { @@ -25169,8 +25169,8 @@ "type": "Identifier", "name": "evt", "range": [ - 11431, - 11434 + 11432, + 11435 ], "loc": { "start": { @@ -25187,8 +25187,8 @@ "type": "Identifier", "name": "first", "range": [ - 11435, - 11440 + 11436, + 11441 ], "loc": { "start": { @@ -25202,8 +25202,8 @@ } }, "range": [ - 11431, - 11440 + 11432, + 11441 ], "loc": { "start": { @@ -25218,8 +25218,8 @@ } ], "range": [ - 11401, - 11441 + 11402, + 11442 ], "loc": { "start": { @@ -25233,8 +25233,8 @@ } }, "range": [ - 11401, - 11442 + 11402, + 11443 ], "loc": { "start": { @@ -25258,8 +25258,8 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 11459, - 11471 + 11460, + 11472 ], "loc": { "start": { @@ -25276,8 +25276,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11472, - 11483 + 11473, + 11484 ], "loc": { "start": { @@ -25291,8 +25291,8 @@ } }, "range": [ - 11459, - 11483 + 11460, + 11484 ], "loc": { "start": { @@ -25310,8 +25310,8 @@ "type": "Identifier", "name": "btn_first", "range": [ - 11484, - 11493 + 11485, + 11494 ], "loc": { "start": { @@ -25326,8 +25326,8 @@ } ], "range": [ - 11459, - 11494 + 11460, + 11495 ], "loc": { "start": { @@ -25341,8 +25341,8 @@ } }, "range": [ - 11459, - 11495 + 11460, + 11496 ], "loc": { "start": { @@ -25357,8 +25357,8 @@ } ], "range": [ - 11066, - 11509 + 11067, + 11510 ], "loc": { "start": { @@ -25386,8 +25386,8 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 11533, - 11545 + 11534, + 11546 ], "loc": { "start": { @@ -25404,8 +25404,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 11546, - 11555 + 11547, + 11556 ], "loc": { "start": { @@ -25419,8 +25419,8 @@ } }, "range": [ - 11533, - 11555 + 11534, + 11556 ], "loc": { "start": { @@ -25439,8 +25439,8 @@ "object": { "type": "ThisExpression", "range": [ - 11558, - 11562 + 11559, + 11563 ], "loc": { "start": { @@ -25457,8 +25457,8 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 11563, - 11579 + 11564, + 11580 ], "loc": { "start": { @@ -25472,8 +25472,8 @@ } }, "range": [ - 11558, - 11579 + 11559, + 11580 ], "loc": { "start": { @@ -25487,8 +25487,8 @@ } }, "range": [ - 11533, - 11579 + 11534, + 11580 ], "loc": { "start": { @@ -25502,8 +25502,8 @@ } }, "range": [ - 11533, - 11580 + 11534, + 11581 ], "loc": { "start": { @@ -25527,8 +25527,8 @@ "type": "Identifier", "name": "Event", "range": [ - 11597, - 11602 + 11598, + 11603 ], "loc": { "start": { @@ -25545,8 +25545,8 @@ "type": "Identifier", "name": "add", "range": [ - 11603, - 11606 + 11604, + 11607 ], "loc": { "start": { @@ -25560,8 +25560,8 @@ } }, "range": [ - 11597, - 11606 + 11598, + 11607 ], "loc": { "start": { @@ -25579,8 +25579,8 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 11607, - 11619 + 11608, + 11620 ], "loc": { "start": { @@ -25598,8 +25598,8 @@ "value": "click", "raw": "'click'", "range": [ - 11621, - 11628 + 11622, + 11629 ], "loc": { "start": { @@ -25619,8 +25619,8 @@ "type": "Identifier", "name": "evt", "range": [ - 11630, - 11633 + 11631, + 11634 ], "loc": { "start": { @@ -25637,8 +25637,8 @@ "type": "Identifier", "name": "first", "range": [ - 11634, - 11639 + 11635, + 11640 ], "loc": { "start": { @@ -25652,8 +25652,8 @@ } }, "range": [ - 11630, - 11639 + 11631, + 11640 ], "loc": { "start": { @@ -25668,8 +25668,8 @@ } ], "range": [ - 11597, - 11640 + 11598, + 11641 ], "loc": { "start": { @@ -25683,8 +25683,8 @@ } }, "range": [ - 11597, - 11641 + 11598, + 11642 ], "loc": { "start": { @@ -25699,8 +25699,8 @@ } ], "range": [ - 11515, - 11655 + 11516, + 11656 ], "loc": { "start": { @@ -25714,8 +25714,8 @@ } }, "range": [ - 11038, - 11655 + 11039, + 11656 ], "loc": { "start": { @@ -25732,8 +25732,8 @@ "type": "Line", "value": " First button", "range": [ - 11010, - 11025 + 11011, + 11026 ], "loc": { "start": { @@ -25750,8 +25750,8 @@ } ], "range": [ - 9059, - 11665 + 9060, + 11666 ], "loc": { "start": { @@ -25766,8 +25766,8 @@ }, "alternate": null, "range": [ - 9035, - 11665 + 9036, + 11666 ], "loc": { "start": { @@ -25784,8 +25784,8 @@ "type": "Line", "value": " paging elements (buttons+drop-down list) are added to defined element", "range": [ - 11675, - 11747 + 11676, + 11748 ], "loc": { "start": { @@ -25811,8 +25811,8 @@ "object": { "type": "ThisExpression", "range": [ - 11761, - 11765 + 11762, + 11766 ], "loc": { "start": { @@ -25829,8 +25829,8 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 11766, - 11777 + 11767, + 11778 ], "loc": { "start": { @@ -25844,8 +25844,8 @@ } }, "range": [ - 11761, - 11777 + 11762, + 11778 ], "loc": { "start": { @@ -25860,8 +25860,8 @@ }, "prefix": true, "range": [ - 11760, - 11777 + 11761, + 11778 ], "loc": { "start": { @@ -25888,8 +25888,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11793, - 11795 + 11794, + 11796 ], "loc": { "start": { @@ -25906,8 +25906,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 11796, - 11806 + 11797, + 11807 ], "loc": { "start": { @@ -25921,8 +25921,8 @@ } }, "range": [ - 11793, - 11806 + 11794, + 11807 ], "loc": { "start": { @@ -25937,8 +25937,8 @@ }, "arguments": [], "range": [ - 11793, - 11808 + 11794, + 11809 ], "loc": { "start": { @@ -25952,8 +25952,8 @@ } }, "range": [ - 11793, - 11809 + 11794, + 11810 ], "loc": { "start": { @@ -25968,8 +25968,8 @@ } ], "range": [ - 11779, - 11819 + 11780, + 11820 ], "loc": { "start": { @@ -25984,8 +25984,8 @@ }, "alternate": null, "range": [ - 11756, - 11819 + 11757, + 11820 ], "loc": { "start": { @@ -26002,8 +26002,8 @@ "type": "Line", "value": " paging elements (buttons+drop-down list) are added to defined element", "range": [ - 11675, - 11747 + 11676, + 11748 ], "loc": { "start": { @@ -26027,8 +26027,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 11832, - 11840 + 11833, + 11841 ], "loc": { "start": { @@ -26052,8 +26052,8 @@ "object": { "type": "ThisExpression", "range": [ - 11844, - 11848 + 11845, + 11849 ], "loc": { "start": { @@ -26070,8 +26070,8 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 11849, - 11860 + 11850, + 11861 ], "loc": { "start": { @@ -26085,8 +26085,8 @@ } }, "range": [ - 11844, - 11860 + 11845, + 11861 ], "loc": { "start": { @@ -26101,8 +26101,8 @@ }, "prefix": true, "range": [ - 11843, - 11860 + 11844, + 11861 ], "loc": { "start": { @@ -26122,8 +26122,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11863, - 11865 + 11864, + 11866 ], "loc": { "start": { @@ -26140,8 +26140,8 @@ "type": "Identifier", "name": "mDiv", "range": [ - 11866, - 11870 + 11867, + 11871 ], "loc": { "start": { @@ -26155,8 +26155,8 @@ } }, "range": [ - 11863, - 11870 + 11864, + 11871 ], "loc": { "start": { @@ -26178,8 +26178,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 11873, - 11876 + 11874, + 11877 ], "loc": { "start": { @@ -26196,8 +26196,8 @@ "type": "Identifier", "name": "id", "range": [ - 11877, - 11879 + 11878, + 11880 ], "loc": { "start": { @@ -26211,8 +26211,8 @@ } }, "range": [ - 11873, - 11879 + 11874, + 11880 ], "loc": { "start": { @@ -26232,8 +26232,8 @@ "object": { "type": "ThisExpression", "range": [ - 11880, - 11884 + 11881, + 11885 ], "loc": { "start": { @@ -26250,8 +26250,8 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 11885, - 11896 + 11886, + 11897 ], "loc": { "start": { @@ -26265,8 +26265,8 @@ } }, "range": [ - 11880, - 11896 + 11881, + 11897 ], "loc": { "start": { @@ -26281,8 +26281,8 @@ } ], "range": [ - 11873, - 11897 + 11874, + 11898 ], "loc": { "start": { @@ -26296,8 +26296,8 @@ } }, "range": [ - 11843, - 11897 + 11844, + 11898 ], "loc": { "start": { @@ -26311,8 +26311,8 @@ } }, "range": [ - 11832, - 11897 + 11833, + 11898 ], "loc": { "start": { @@ -26328,8 +26328,8 @@ ], "kind": "var", "range": [ - 11828, - 11898 + 11829, + 11899 ], "loc": { "start": { @@ -26353,8 +26353,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 11907, - 11915 + 11908, + 11916 ], "loc": { "start": { @@ -26371,8 +26371,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11916, - 11927 + 11917, + 11928 ], "loc": { "start": { @@ -26386,8 +26386,8 @@ } }, "range": [ - 11907, - 11927 + 11908, + 11928 ], "loc": { "start": { @@ -26405,8 +26405,8 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 11928, - 11940 + 11929, + 11941 ], "loc": { "start": { @@ -26421,8 +26421,8 @@ } ], "range": [ - 11907, - 11941 + 11908, + 11942 ], "loc": { "start": { @@ -26436,8 +26436,8 @@ } }, "range": [ - 11907, - 11942 + 11908, + 11943 ], "loc": { "start": { @@ -26461,8 +26461,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 11951, - 11959 + 11952, + 11960 ], "loc": { "start": { @@ -26479,8 +26479,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 11960, - 11971 + 11961, + 11972 ], "loc": { "start": { @@ -26494,8 +26494,8 @@ } }, "range": [ - 11951, - 11971 + 11952, + 11972 ], "loc": { "start": { @@ -26513,8 +26513,8 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 11972, - 11983 + 11973, + 11984 ], "loc": { "start": { @@ -26529,8 +26529,8 @@ } ], "range": [ - 11951, - 11984 + 11952, + 11985 ], "loc": { "start": { @@ -26544,8 +26544,8 @@ } }, "range": [ - 11951, - 11985 + 11952, + 11986 ], "loc": { "start": { @@ -26567,8 +26567,8 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 11999, - 12011 + 12000, + 12012 ], "loc": { "start": { @@ -26590,8 +26590,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 12014, - 12017 + 12015, + 12018 ], "loc": { "start": { @@ -26608,8 +26608,8 @@ "type": "Identifier", "name": "create", "range": [ - 12018, - 12024 + 12019, + 12025 ], "loc": { "start": { @@ -26623,8 +26623,8 @@ } }, "range": [ - 12014, - 12024 + 12015, + 12025 ], "loc": { "start": { @@ -26643,8 +26643,8 @@ "value": "span", "raw": "'span'", "range": [ - 12038, - 12044 + 12039, + 12045 ], "loc": { "start": { @@ -26665,8 +26665,8 @@ "value": "id", "raw": "'id'", "range": [ - 12047, - 12051 + 12048, + 12052 ], "loc": { "start": { @@ -26688,8 +26688,8 @@ "object": { "type": "ThisExpression", "range": [ - 12053, - 12057 + 12054, + 12058 ], "loc": { "start": { @@ -26706,8 +26706,8 @@ "type": "Identifier", "name": "prfxPgBeforeSpan", "range": [ - 12058, - 12074 + 12059, + 12075 ], "loc": { "start": { @@ -26721,8 +26721,8 @@ } }, "range": [ - 12053, - 12074 + 12054, + 12075 ], "loc": { "start": { @@ -26742,8 +26742,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12077, - 12079 + 12078, + 12080 ], "loc": { "start": { @@ -26760,8 +26760,8 @@ "type": "Identifier", "name": "id", "range": [ - 12080, - 12082 + 12081, + 12083 ], "loc": { "start": { @@ -26775,8 +26775,8 @@ } }, "range": [ - 12077, - 12082 + 12078, + 12083 ], "loc": { "start": { @@ -26790,8 +26790,8 @@ } }, "range": [ - 12053, - 12082 + 12054, + 12083 ], "loc": { "start": { @@ -26806,8 +26806,8 @@ } ], "range": [ - 12046, - 12083 + 12047, + 12084 ], "loc": { "start": { @@ -26822,8 +26822,8 @@ } ], "range": [ - 12014, - 12084 + 12015, + 12085 ], "loc": { "start": { @@ -26837,8 +26837,8 @@ } }, "range": [ - 11999, - 12084 + 12000, + 12085 ], "loc": { "start": { @@ -26854,8 +26854,8 @@ ], "kind": "var", "range": [ - 11995, - 12085 + 11996, + 12086 ], "loc": { "start": { @@ -26879,8 +26879,8 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 12094, - 12106 + 12095, + 12107 ], "loc": { "start": { @@ -26897,8 +26897,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12107, - 12118 + 12108, + 12119 ], "loc": { "start": { @@ -26912,8 +26912,8 @@ } }, "range": [ - 12094, - 12118 + 12095, + 12119 ], "loc": { "start": { @@ -26936,8 +26936,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 12119, - 12122 + 12120, + 12123 ], "loc": { "start": { @@ -26954,8 +26954,8 @@ "type": "Identifier", "name": "text", "range": [ - 12123, - 12127 + 12124, + 12128 ], "loc": { "start": { @@ -26969,8 +26969,8 @@ } }, "range": [ - 12119, - 12127 + 12120, + 12128 ], "loc": { "start": { @@ -26990,8 +26990,8 @@ "object": { "type": "ThisExpression", "range": [ - 12128, - 12132 + 12129, + 12133 ], "loc": { "start": { @@ -27008,8 +27008,8 @@ "type": "Identifier", "name": "pageText", "range": [ - 12133, - 12141 + 12134, + 12142 ], "loc": { "start": { @@ -27023,8 +27023,8 @@ } }, "range": [ - 12128, - 12141 + 12129, + 12142 ], "loc": { "start": { @@ -27039,8 +27039,8 @@ } ], "range": [ - 12119, - 12142 + 12120, + 12143 ], "loc": { "start": { @@ -27055,8 +27055,8 @@ } ], "range": [ - 12094, - 12143 + 12095, + 12144 ], "loc": { "start": { @@ -27070,8 +27070,8 @@ } }, "range": [ - 12094, - 12144 + 12095, + 12145 ], "loc": { "start": { @@ -27096,8 +27096,8 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 12153, - 12165 + 12154, + 12166 ], "loc": { "start": { @@ -27114,8 +27114,8 @@ "type": "Identifier", "name": "className", "range": [ - 12166, - 12175 + 12167, + 12176 ], "loc": { "start": { @@ -27129,8 +27129,8 @@ } }, "range": [ - 12153, - 12175 + 12154, + 12176 ], "loc": { "start": { @@ -27149,8 +27149,8 @@ "object": { "type": "ThisExpression", "range": [ - 12178, - 12182 + 12179, + 12183 ], "loc": { "start": { @@ -27167,8 +27167,8 @@ "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ - 12183, - 12199 + 12184, + 12200 ], "loc": { "start": { @@ -27182,8 +27182,8 @@ } }, "range": [ - 12178, - 12199 + 12179, + 12200 ], "loc": { "start": { @@ -27197,8 +27197,8 @@ } }, "range": [ - 12153, - 12199 + 12154, + 12200 ], "loc": { "start": { @@ -27212,8 +27212,8 @@ } }, "range": [ - 12153, - 12200 + 12154, + 12201 ], "loc": { "start": { @@ -27237,8 +27237,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12209, - 12217 + 12210, + 12218 ], "loc": { "start": { @@ -27255,8 +27255,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12218, - 12229 + 12219, + 12230 ], "loc": { "start": { @@ -27270,8 +27270,8 @@ } }, "range": [ - 12209, - 12229 + 12210, + 12230 ], "loc": { "start": { @@ -27289,8 +27289,8 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 12230, - 12242 + 12231, + 12243 ], "loc": { "start": { @@ -27305,8 +27305,8 @@ } ], "range": [ - 12209, - 12243 + 12210, + 12244 ], "loc": { "start": { @@ -27320,8 +27320,8 @@ } }, "range": [ - 12209, - 12244 + 12210, + 12245 ], "loc": { "start": { @@ -27345,8 +27345,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12253, - 12261 + 12254, + 12262 ], "loc": { "start": { @@ -27363,8 +27363,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12262, - 12273 + 12263, + 12274 ], "loc": { "start": { @@ -27378,8 +27378,8 @@ } }, "range": [ - 12253, - 12273 + 12254, + 12274 ], "loc": { "start": { @@ -27397,8 +27397,8 @@ "type": "Identifier", "name": "slcPages", "range": [ - 12274, - 12282 + 12275, + 12283 ], "loc": { "start": { @@ -27413,8 +27413,8 @@ } ], "range": [ - 12253, - 12283 + 12254, + 12284 ], "loc": { "start": { @@ -27428,8 +27428,8 @@ } }, "range": [ - 12253, - 12284 + 12254, + 12285 ], "loc": { "start": { @@ -27451,8 +27451,8 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 12297, - 12308 + 12298, + 12309 ], "loc": { "start": { @@ -27474,8 +27474,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 12311, - 12314 + 12312, + 12315 ], "loc": { "start": { @@ -27492,8 +27492,8 @@ "type": "Identifier", "name": "create", "range": [ - 12315, - 12321 + 12316, + 12322 ], "loc": { "start": { @@ -27507,8 +27507,8 @@ } }, "range": [ - 12311, - 12321 + 12312, + 12322 ], "loc": { "start": { @@ -27527,8 +27527,8 @@ "value": "span", "raw": "'span'", "range": [ - 12335, - 12341 + 12336, + 12342 ], "loc": { "start": { @@ -27549,8 +27549,8 @@ "value": "id", "raw": "'id'", "range": [ - 12344, - 12348 + 12345, + 12349 ], "loc": { "start": { @@ -27572,8 +27572,8 @@ "object": { "type": "ThisExpression", "range": [ - 12350, - 12354 + 12351, + 12355 ], "loc": { "start": { @@ -27590,8 +27590,8 @@ "type": "Identifier", "name": "prfxPgAfterSpan", "range": [ - 12355, - 12370 + 12356, + 12371 ], "loc": { "start": { @@ -27605,8 +27605,8 @@ } }, "range": [ - 12350, - 12370 + 12351, + 12371 ], "loc": { "start": { @@ -27626,8 +27626,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12373, - 12375 + 12374, + 12376 ], "loc": { "start": { @@ -27644,8 +27644,8 @@ "type": "Identifier", "name": "id", "range": [ - 12376, - 12378 + 12377, + 12379 ], "loc": { "start": { @@ -27659,8 +27659,8 @@ } }, "range": [ - 12373, - 12378 + 12374, + 12379 ], "loc": { "start": { @@ -27674,8 +27674,8 @@ } }, "range": [ - 12350, - 12378 + 12351, + 12379 ], "loc": { "start": { @@ -27690,8 +27690,8 @@ } ], "range": [ - 12343, - 12379 + 12344, + 12380 ], "loc": { "start": { @@ -27706,8 +27706,8 @@ } ], "range": [ - 12311, - 12380 + 12312, + 12381 ], "loc": { "start": { @@ -27721,8 +27721,8 @@ } }, "range": [ - 12297, - 12380 + 12298, + 12381 ], "loc": { "start": { @@ -27738,8 +27738,8 @@ ], "kind": "var", "range": [ - 12293, - 12381 + 12294, + 12382 ], "loc": { "start": { @@ -27763,8 +27763,8 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 12390, - 12401 + 12391, + 12402 ], "loc": { "start": { @@ -27781,8 +27781,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12402, - 12413 + 12403, + 12414 ], "loc": { "start": { @@ -27796,8 +27796,8 @@ } }, "range": [ - 12390, - 12413 + 12391, + 12414 ], "loc": { "start": { @@ -27820,8 +27820,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 12414, - 12417 + 12415, + 12418 ], "loc": { "start": { @@ -27838,8 +27838,8 @@ "type": "Identifier", "name": "text", "range": [ - 12418, - 12422 + 12419, + 12423 ], "loc": { "start": { @@ -27853,8 +27853,8 @@ } }, "range": [ - 12414, - 12422 + 12415, + 12423 ], "loc": { "start": { @@ -27874,8 +27874,8 @@ "object": { "type": "ThisExpression", "range": [ - 12423, - 12427 + 12424, + 12428 ], "loc": { "start": { @@ -27892,8 +27892,8 @@ "type": "Identifier", "name": "ofText", "range": [ - 12428, - 12434 + 12429, + 12435 ], "loc": { "start": { @@ -27907,8 +27907,8 @@ } }, "range": [ - 12423, - 12434 + 12424, + 12435 ], "loc": { "start": { @@ -27923,8 +27923,8 @@ } ], "range": [ - 12414, - 12435 + 12415, + 12436 ], "loc": { "start": { @@ -27939,8 +27939,8 @@ } ], "range": [ - 12390, - 12436 + 12391, + 12437 ], "loc": { "start": { @@ -27954,8 +27954,8 @@ } }, "range": [ - 12390, - 12437 + 12391, + 12438 ], "loc": { "start": { @@ -27980,8 +27980,8 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 12446, - 12457 + 12447, + 12458 ], "loc": { "start": { @@ -27998,8 +27998,8 @@ "type": "Identifier", "name": "className", "range": [ - 12458, - 12467 + 12459, + 12468 ], "loc": { "start": { @@ -28013,8 +28013,8 @@ } }, "range": [ - 12446, - 12467 + 12447, + 12468 ], "loc": { "start": { @@ -28033,8 +28033,8 @@ "object": { "type": "ThisExpression", "range": [ - 12470, - 12474 + 12471, + 12475 ], "loc": { "start": { @@ -28051,8 +28051,8 @@ "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ - 12475, - 12491 + 12476, + 12492 ], "loc": { "start": { @@ -28066,8 +28066,8 @@ } }, "range": [ - 12470, - 12491 + 12471, + 12492 ], "loc": { "start": { @@ -28081,8 +28081,8 @@ } }, "range": [ - 12446, - 12491 + 12447, + 12492 ], "loc": { "start": { @@ -28096,8 +28096,8 @@ } }, "range": [ - 12446, - 12492 + 12447, + 12493 ], "loc": { "start": { @@ -28121,8 +28121,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12501, - 12509 + 12502, + 12510 ], "loc": { "start": { @@ -28139,8 +28139,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12510, - 12521 + 12511, + 12522 ], "loc": { "start": { @@ -28154,8 +28154,8 @@ } }, "range": [ - 12501, - 12521 + 12502, + 12522 ], "loc": { "start": { @@ -28173,8 +28173,8 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 12522, - 12533 + 12523, + 12534 ], "loc": { "start": { @@ -28189,8 +28189,8 @@ } ], "range": [ - 12501, - 12534 + 12502, + 12535 ], "loc": { "start": { @@ -28204,8 +28204,8 @@ } }, "range": [ - 12501, - 12535 + 12502, + 12536 ], "loc": { "start": { @@ -28227,8 +28227,8 @@ "type": "Identifier", "name": "pgspan", "range": [ - 12548, - 12554 + 12549, + 12555 ], "loc": { "start": { @@ -28250,8 +28250,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 12557, - 12560 + 12558, + 12561 ], "loc": { "start": { @@ -28268,8 +28268,8 @@ "type": "Identifier", "name": "create", "range": [ - 12561, - 12567 + 12562, + 12568 ], "loc": { "start": { @@ -28283,8 +28283,8 @@ } }, "range": [ - 12557, - 12567 + 12558, + 12568 ], "loc": { "start": { @@ -28303,8 +28303,8 @@ "value": "span", "raw": "'span'", "range": [ - 12568, - 12574 + 12569, + 12575 ], "loc": { "start": { @@ -28325,8 +28325,8 @@ "value": "id", "raw": "'id'", "range": [ - 12577, - 12581 + 12578, + 12582 ], "loc": { "start": { @@ -28348,8 +28348,8 @@ "object": { "type": "ThisExpression", "range": [ - 12583, - 12587 + 12584, + 12588 ], "loc": { "start": { @@ -28366,8 +28366,8 @@ "type": "Identifier", "name": "prfxPgSpan", "range": [ - 12588, - 12598 + 12589, + 12599 ], "loc": { "start": { @@ -28381,8 +28381,8 @@ } }, "range": [ - 12583, - 12598 + 12584, + 12599 ], "loc": { "start": { @@ -28402,8 +28402,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12601, - 12603 + 12602, + 12604 ], "loc": { "start": { @@ -28420,8 +28420,8 @@ "type": "Identifier", "name": "id", "range": [ - 12604, - 12606 + 12605, + 12607 ], "loc": { "start": { @@ -28435,8 +28435,8 @@ } }, "range": [ - 12601, - 12606 + 12602, + 12607 ], "loc": { "start": { @@ -28450,8 +28450,8 @@ } }, "range": [ - 12583, - 12606 + 12584, + 12607 ], "loc": { "start": { @@ -28466,8 +28466,8 @@ } ], "range": [ - 12576, - 12607 + 12577, + 12608 ], "loc": { "start": { @@ -28482,8 +28482,8 @@ } ], "range": [ - 12557, - 12608 + 12558, + 12609 ], "loc": { "start": { @@ -28497,8 +28497,8 @@ } }, "range": [ - 12548, - 12608 + 12549, + 12609 ], "loc": { "start": { @@ -28514,8 +28514,8 @@ ], "kind": "var", "range": [ - 12544, - 12609 + 12545, + 12610 ], "loc": { "start": { @@ -28540,8 +28540,8 @@ "type": "Identifier", "name": "pgspan", "range": [ - 12618, - 12624 + 12619, + 12625 ], "loc": { "start": { @@ -28558,8 +28558,8 @@ "type": "Identifier", "name": "className", "range": [ - 12625, - 12634 + 12626, + 12635 ], "loc": { "start": { @@ -28573,8 +28573,8 @@ } }, "range": [ - 12618, - 12634 + 12619, + 12635 ], "loc": { "start": { @@ -28593,8 +28593,8 @@ "object": { "type": "ThisExpression", "range": [ - 12637, - 12641 + 12638, + 12642 ], "loc": { "start": { @@ -28611,8 +28611,8 @@ "type": "Identifier", "name": "nbPgSpanCssClass", "range": [ - 12642, - 12658 + 12643, + 12659 ], "loc": { "start": { @@ -28626,8 +28626,8 @@ } }, "range": [ - 12637, - 12658 + 12638, + 12659 ], "loc": { "start": { @@ -28641,8 +28641,8 @@ } }, "range": [ - 12618, - 12658 + 12619, + 12659 ], "loc": { "start": { @@ -28656,8 +28656,8 @@ } }, "range": [ - 12618, - 12659 + 12619, + 12660 ], "loc": { "start": { @@ -28681,8 +28681,8 @@ "type": "Identifier", "name": "pgspan", "range": [ - 12668, - 12674 + 12669, + 12675 ], "loc": { "start": { @@ -28699,8 +28699,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12675, - 12686 + 12676, + 12687 ], "loc": { "start": { @@ -28714,8 +28714,8 @@ } }, "range": [ - 12668, - 12686 + 12669, + 12687 ], "loc": { "start": { @@ -28738,8 +28738,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 12687, - 12690 + 12688, + 12691 ], "loc": { "start": { @@ -28756,8 +28756,8 @@ "type": "Identifier", "name": "text", "range": [ - 12691, - 12695 + 12692, + 12696 ], "loc": { "start": { @@ -28771,8 +28771,8 @@ } }, "range": [ - 12687, - 12695 + 12688, + 12696 ], "loc": { "start": { @@ -28797,8 +28797,8 @@ "value": " ", "raw": "' '", "range": [ - 12696, - 12699 + 12697, + 12700 ], "loc": { "start": { @@ -28817,8 +28817,8 @@ "object": { "type": "ThisExpression", "range": [ - 12702, - 12706 + 12703, + 12707 ], "loc": { "start": { @@ -28835,8 +28835,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 12707, - 12714 + 12708, + 12715 ], "loc": { "start": { @@ -28850,8 +28850,8 @@ } }, "range": [ - 12702, - 12714 + 12703, + 12715 ], "loc": { "start": { @@ -28865,8 +28865,8 @@ } }, "range": [ - 12696, - 12714 + 12697, + 12715 ], "loc": { "start": { @@ -28884,8 +28884,8 @@ "value": " ", "raw": "' '", "range": [ - 12717, - 12720 + 12718, + 12721 ], "loc": { "start": { @@ -28899,8 +28899,8 @@ } }, "range": [ - 12696, - 12720 + 12697, + 12721 ], "loc": { "start": { @@ -28915,8 +28915,8 @@ } ], "range": [ - 12687, - 12721 + 12688, + 12722 ], "loc": { "start": { @@ -28931,8 +28931,8 @@ } ], "range": [ - 12668, - 12722 + 12669, + 12723 ], "loc": { "start": { @@ -28946,8 +28946,8 @@ } }, "range": [ - 12668, - 12723 + 12669, + 12724 ], "loc": { "start": { @@ -28971,8 +28971,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12732, - 12740 + 12733, + 12741 ], "loc": { "start": { @@ -28989,8 +28989,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12741, - 12752 + 12742, + 12753 ], "loc": { "start": { @@ -29004,8 +29004,8 @@ } }, "range": [ - 12732, - 12752 + 12733, + 12753 ], "loc": { "start": { @@ -29023,8 +29023,8 @@ "type": "Identifier", "name": "pgspan", "range": [ - 12753, - 12759 + 12754, + 12760 ], "loc": { "start": { @@ -29039,8 +29039,8 @@ } ], "range": [ - 12732, - 12760 + 12733, + 12761 ], "loc": { "start": { @@ -29054,8 +29054,8 @@ } }, "range": [ - 12732, - 12761 + 12733, + 12762 ], "loc": { "start": { @@ -29079,8 +29079,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12770, - 12778 + 12771, + 12779 ], "loc": { "start": { @@ -29097,8 +29097,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12779, - 12790 + 12780, + 12791 ], "loc": { "start": { @@ -29112,8 +29112,8 @@ } }, "range": [ - 12770, - 12790 + 12771, + 12791 ], "loc": { "start": { @@ -29131,8 +29131,8 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 12791, - 12802 + 12792, + 12803 ], "loc": { "start": { @@ -29147,8 +29147,8 @@ } ], "range": [ - 12770, - 12803 + 12771, + 12804 ], "loc": { "start": { @@ -29162,8 +29162,8 @@ } }, "range": [ - 12770, - 12804 + 12771, + 12805 ], "loc": { "start": { @@ -29187,8 +29187,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 12813, - 12821 + 12814, + 12822 ], "loc": { "start": { @@ -29205,8 +29205,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 12822, - 12833 + 12823, + 12834 ], "loc": { "start": { @@ -29220,8 +29220,8 @@ } }, "range": [ - 12813, - 12833 + 12814, + 12834 ], "loc": { "start": { @@ -29239,8 +29239,8 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 12834, - 12845 + 12835, + 12846 ], "loc": { "start": { @@ -29255,8 +29255,8 @@ } ], "range": [ - 12813, - 12846 + 12814, + 12847 ], "loc": { "start": { @@ -29270,8 +29270,8 @@ } }, "range": [ - 12813, - 12847 + 12814, + 12848 ], "loc": { "start": { @@ -29295,8 +29295,8 @@ "object": { "type": "ThisExpression", "range": [ - 12856, - 12860 + 12857, + 12861 ], "loc": { "start": { @@ -29313,8 +29313,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 12861, - 12870 + 12862, + 12871 ], "loc": { "start": { @@ -29328,8 +29328,8 @@ } }, "range": [ - 12856, - 12870 + 12857, + 12871 ], "loc": { "start": { @@ -29351,8 +29351,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 12873, - 12876 + 12874, + 12877 ], "loc": { "start": { @@ -29369,8 +29369,8 @@ "type": "Identifier", "name": "id", "range": [ - 12877, - 12879 + 12878, + 12880 ], "loc": { "start": { @@ -29384,8 +29384,8 @@ } }, "range": [ - 12873, - 12879 + 12874, + 12880 ], "loc": { "start": { @@ -29408,8 +29408,8 @@ "object": { "type": "ThisExpression", "range": [ - 12880, - 12884 + 12881, + 12885 ], "loc": { "start": { @@ -29426,8 +29426,8 @@ "type": "Identifier", "name": "prfxSlcPages", "range": [ - 12885, - 12897 + 12886, + 12898 ], "loc": { "start": { @@ -29441,8 +29441,8 @@ } }, "range": [ - 12880, - 12897 + 12881, + 12898 ], "loc": { "start": { @@ -29462,8 +29462,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12900, - 12902 + 12901, + 12903 ], "loc": { "start": { @@ -29480,8 +29480,8 @@ "type": "Identifier", "name": "id", "range": [ - 12903, - 12905 + 12904, + 12906 ], "loc": { "start": { @@ -29495,8 +29495,8 @@ } }, "range": [ - 12900, - 12905 + 12901, + 12906 ], "loc": { "start": { @@ -29510,8 +29510,8 @@ } }, "range": [ - 12880, - 12905 + 12881, + 12906 ], "loc": { "start": { @@ -29526,8 +29526,8 @@ } ], "range": [ - 12873, - 12906 + 12874, + 12907 ], "loc": { "start": { @@ -29541,8 +29541,8 @@ } }, "range": [ - 12856, - 12906 + 12857, + 12907 ], "loc": { "start": { @@ -29556,8 +29556,8 @@ } }, "range": [ - 12856, - 12907 + 12857, + 12908 ], "loc": { "start": { @@ -29580,8 +29580,8 @@ "object": { "type": "ThisExpression", "range": [ - 12917, - 12921 + 12918, + 12922 ], "loc": { "start": { @@ -29598,8 +29598,8 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 12922, - 12935 + 12923, + 12936 ], "loc": { "start": { @@ -29613,8 +29613,8 @@ } }, "range": [ - 12917, - 12935 + 12918, + 12936 ], "loc": { "start": { @@ -29629,8 +29629,8 @@ }, "arguments": [], "range": [ - 12917, - 12937 + 12918, + 12938 ], "loc": { "start": { @@ -29644,8 +29644,8 @@ } }, "range": [ - 12917, - 12938 + 12918, + 12939 ], "loc": { "start": { @@ -29670,8 +29670,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12953, - 12955 + 12954, + 12956 ], "loc": { "start": { @@ -29688,8 +29688,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 12956, - 12963 + 12957, + 12964 ], "loc": { "start": { @@ -29703,8 +29703,8 @@ } }, "range": [ - 12953, - 12963 + 12954, + 12964 ], "loc": { "start": { @@ -29719,8 +29719,8 @@ }, "prefix": true, "range": [ - 12952, - 12963 + 12953, + 12964 ], "loc": { "start": { @@ -29747,8 +29747,8 @@ "type": "Identifier", "name": "tf", "range": [ - 12979, - 12981 + 12980, + 12982 ], "loc": { "start": { @@ -29765,8 +29765,8 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 12982, - 12997 + 12983, + 12998 ], "loc": { "start": { @@ -29780,8 +29780,8 @@ } }, "range": [ - 12979, - 12997 + 12980, + 12998 ], "loc": { "start": { @@ -29796,8 +29796,8 @@ }, "arguments": [], "range": [ - 12979, - 12999 + 12980, + 13000 ], "loc": { "start": { @@ -29811,8 +29811,8 @@ } }, "range": [ - 12979, - 13000 + 12980, + 13001 ], "loc": { "start": { @@ -29835,8 +29835,8 @@ "object": { "type": "ThisExpression", "range": [ - 13013, - 13017 + 13014, + 13018 ], "loc": { "start": { @@ -29853,8 +29853,8 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 13018, - 13031 + 13019, + 13032 ], "loc": { "start": { @@ -29868,8 +29868,8 @@ } }, "range": [ - 13013, - 13031 + 13014, + 13032 ], "loc": { "start": { @@ -29890,8 +29890,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13032, - 13034 + 13033, + 13035 ], "loc": { "start": { @@ -29908,8 +29908,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 13035, - 13049 + 13036, + 13050 ], "loc": { "start": { @@ -29923,8 +29923,8 @@ } }, "range": [ - 13032, - 13049 + 13033, + 13050 ], "loc": { "start": { @@ -29939,8 +29939,8 @@ } ], "range": [ - 13013, - 13050 + 13014, + 13051 ], "loc": { "start": { @@ -29954,8 +29954,8 @@ } }, "range": [ - 13013, - 13051 + 13014, + 13052 ], "loc": { "start": { @@ -29970,8 +29970,8 @@ } ], "range": [ - 12965, - 13061 + 12966, + 13062 ], "loc": { "start": { @@ -29986,8 +29986,8 @@ }, "alternate": null, "range": [ - 12948, - 13061 + 12949, + 13062 ], "loc": { "start": { @@ -30013,8 +30013,8 @@ "object": { "type": "ThisExpression", "range": [ - 13071, - 13075 + 13072, + 13076 ], "loc": { "start": { @@ -30031,8 +30031,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 13076, - 13083 + 13077, + 13084 ], "loc": { "start": { @@ -30046,8 +30046,8 @@ } }, "range": [ - 13071, - 13083 + 13072, + 13084 ], "loc": { "start": { @@ -30064,8 +30064,8 @@ "type": "Identifier", "name": "on", "range": [ - 13084, - 13086 + 13085, + 13087 ], "loc": { "start": { @@ -30079,8 +30079,8 @@ } }, "range": [ - 13071, - 13086 + 13072, + 13087 ], "loc": { "start": { @@ -30102,8 +30102,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 13088, - 13105 + 13089, + 13106 ], "loc": { "start": { @@ -30118,8 +30118,8 @@ } ], "range": [ - 13087, - 13106 + 13088, + 13107 ], "loc": { "start": { @@ -30144,8 +30144,8 @@ "object": { "type": "ThisExpression", "range": [ - 13114, - 13118 + 13115, + 13119 ], "loc": { "start": { @@ -30162,8 +30162,8 @@ "type": "Identifier", "name": "resetPagingInfo", "range": [ - 13119, - 13134 + 13120, + 13135 ], "loc": { "start": { @@ -30177,8 +30177,8 @@ } }, "range": [ - 13114, - 13134 + 13115, + 13135 ], "loc": { "start": { @@ -30193,8 +30193,8 @@ }, "arguments": [], "range": [ - 13114, - 13136 + 13115, + 13137 ], "loc": { "start": { @@ -30210,8 +30210,8 @@ "generator": false, "expression": true, "range": [ - 13108, - 13136 + 13109, + 13137 ], "loc": { "start": { @@ -30226,8 +30226,8 @@ } ], "range": [ - 13071, - 13137 + 13072, + 13138 ], "loc": { "start": { @@ -30241,8 +30241,8 @@ } }, "range": [ - 13071, - 13138 + 13072, + 13139 ], "loc": { "start": { @@ -30268,8 +30268,8 @@ "object": { "type": "ThisExpression", "range": [ - 13147, - 13151 + 13148, + 13152 ], "loc": { "start": { @@ -30286,8 +30286,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 13152, - 13159 + 13153, + 13160 ], "loc": { "start": { @@ -30301,8 +30301,8 @@ } }, "range": [ - 13147, - 13159 + 13148, + 13160 ], "loc": { "start": { @@ -30319,8 +30319,8 @@ "type": "Identifier", "name": "on", "range": [ - 13160, - 13162 + 13161, + 13163 ], "loc": { "start": { @@ -30334,8 +30334,8 @@ } }, "range": [ - 13147, - 13162 + 13148, + 13163 ], "loc": { "start": { @@ -30357,8 +30357,8 @@ "value": "change-page", "raw": "'change-page'", "range": [ - 13164, - 13177 + 13165, + 13178 ], "loc": { "start": { @@ -30373,8 +30373,8 @@ } ], "range": [ - 13163, - 13178 + 13164, + 13179 ], "loc": { "start": { @@ -30395,8 +30395,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13193, - 13195 + 13194, + 13196 ], "loc": { "start": { @@ -30413,8 +30413,8 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 13197, - 13207 + 13198, + 13208 ], "loc": { "start": { @@ -30436,8 +30436,8 @@ "object": { "type": "ThisExpression", "range": [ - 13212, - 13216 + 13213, + 13217 ], "loc": { "start": { @@ -30454,8 +30454,8 @@ "type": "Identifier", "name": "setPage", "range": [ - 13217, - 13224 + 13218, + 13225 ], "loc": { "start": { @@ -30469,8 +30469,8 @@ } }, "range": [ - 13212, - 13224 + 13213, + 13225 ], "loc": { "start": { @@ -30488,8 +30488,8 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 13225, - 13235 + 13226, + 13236 ], "loc": { "start": { @@ -30504,8 +30504,8 @@ } ], "range": [ - 13212, - 13236 + 13213, + 13237 ], "loc": { "start": { @@ -30521,8 +30521,8 @@ "generator": false, "expression": true, "range": [ - 13192, - 13236 + 13193, + 13237 ], "loc": { "start": { @@ -30537,8 +30537,8 @@ } ], "range": [ - 13147, - 13237 + 13148, + 13238 ], "loc": { "start": { @@ -30552,8 +30552,8 @@ } }, "range": [ - 13147, - 13238 + 13148, + 13239 ], "loc": { "start": { @@ -30579,8 +30579,8 @@ "object": { "type": "ThisExpression", "range": [ - 13247, - 13251 + 13248, + 13252 ], "loc": { "start": { @@ -30597,8 +30597,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 13252, - 13259 + 13253, + 13260 ], "loc": { "start": { @@ -30612,8 +30612,8 @@ } }, "range": [ - 13247, - 13259 + 13248, + 13260 ], "loc": { "start": { @@ -30630,8 +30630,8 @@ "type": "Identifier", "name": "on", "range": [ - 13260, - 13262 + 13261, + 13263 ], "loc": { "start": { @@ -30645,8 +30645,8 @@ } }, "range": [ - 13247, - 13262 + 13248, + 13263 ], "loc": { "start": { @@ -30668,8 +30668,8 @@ "value": "change-page-results", "raw": "'change-page-results'", "range": [ - 13264, - 13285 + 13265, + 13286 ], "loc": { "start": { @@ -30684,8 +30684,8 @@ } ], "range": [ - 13263, - 13286 + 13264, + 13287 ], "loc": { "start": { @@ -30706,8 +30706,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13301, - 13303 + 13302, + 13304 ], "loc": { "start": { @@ -30724,8 +30724,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 13305, - 13315 + 13306, + 13316 ], "loc": { "start": { @@ -30747,8 +30747,8 @@ "object": { "type": "ThisExpression", "range": [ - 13320, - 13324 + 13321, + 13325 ], "loc": { "start": { @@ -30765,8 +30765,8 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 13325, - 13345 + 13326, + 13346 ], "loc": { "start": { @@ -30780,8 +30780,8 @@ } }, "range": [ - 13320, - 13345 + 13321, + 13346 ], "loc": { "start": { @@ -30799,8 +30799,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 13346, - 13356 + 13347, + 13357 ], "loc": { "start": { @@ -30815,8 +30815,8 @@ } ], "range": [ - 13320, - 13357 + 13321, + 13358 ], "loc": { "start": { @@ -30832,8 +30832,8 @@ "generator": false, "expression": true, "range": [ - 13300, - 13357 + 13301, + 13358 ], "loc": { "start": { @@ -30848,8 +30848,8 @@ } ], "range": [ - 13247, - 13358 + 13248, + 13359 ], "loc": { "start": { @@ -30863,8 +30863,8 @@ } }, "range": [ - 13247, - 13359 + 13248, + 13360 ], "loc": { "start": { @@ -30888,8 +30888,8 @@ "object": { "type": "ThisExpression", "range": [ - 13369, - 13373 + 13370, + 13374 ], "loc": { "start": { @@ -30906,8 +30906,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 13374, - 13385 + 13375, + 13386 ], "loc": { "start": { @@ -30921,8 +30921,8 @@ } }, "range": [ - 13369, - 13385 + 13370, + 13386 ], "loc": { "start": { @@ -30940,8 +30940,8 @@ "value": true, "raw": "true", "range": [ - 13388, - 13392 + 13389, + 13393 ], "loc": { "start": { @@ -30955,8 +30955,8 @@ } }, "range": [ - 13369, - 13392 + 13370, + 13393 ], "loc": { "start": { @@ -30970,8 +30970,8 @@ } }, "range": [ - 13369, - 13393 + 13370, + 13394 ], "loc": { "start": { @@ -30986,8 +30986,8 @@ } ], "range": [ - 7278, - 13399 + 7279, + 13400 ], "loc": { "start": { @@ -31003,8 +31003,8 @@ "generator": false, "expression": false, "range": [ - 7275, - 13399 + 7276, + 13400 ], "loc": { "start": { @@ -31020,8 +31020,8 @@ "kind": "method", "computed": false, "range": [ - 7271, - 13399 + 7272, + 13400 ], "loc": { "start": { @@ -31038,8 +31038,8 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 7224, - 7266 + 7225, + 7267 ], "loc": { "start": { @@ -31058,8 +31058,8 @@ "type": "Block", "value": "*\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n ", "range": [ - 13405, - 13553 + 13406, + 13554 ], "loc": { "start": { @@ -31081,8 +31081,8 @@ "type": "Identifier", "name": "reset", "range": [ - 13558, - 13563 + 13559, + 13564 ], "loc": { "start": { @@ -31105,8 +31105,8 @@ "type": "Identifier", "name": "filterTable", "range": [ - 13564, - 13575 + 13565, + 13576 ], "loc": { "start": { @@ -31124,8 +31124,8 @@ "value": false, "raw": "false", "range": [ - 13578, - 13583 + 13579, + 13584 ], "loc": { "start": { @@ -31139,8 +31139,8 @@ } }, "range": [ - 13564, - 13583 + 13565, + 13584 ], "loc": { "start": { @@ -31166,8 +31166,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13599, - 13601 + 13600, + 13602 ], "loc": { "start": { @@ -31186,8 +31186,8 @@ "object": { "type": "ThisExpression", "range": [ - 13604, - 13608 + 13605, + 13609 ], "loc": { "start": { @@ -31204,8 +31204,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13609, - 13611 + 13610, + 13612 ], "loc": { "start": { @@ -31219,8 +31219,8 @@ } }, "range": [ - 13604, - 13611 + 13605, + 13612 ], "loc": { "start": { @@ -31234,8 +31234,8 @@ } }, "range": [ - 13599, - 13611 + 13600, + 13612 ], "loc": { "start": { @@ -31251,8 +31251,8 @@ ], "kind": "var", "range": [ - 13595, - 13612 + 13596, + 13613 ], "loc": { "start": { @@ -31275,8 +31275,8 @@ "object": { "type": "ThisExpression", "range": [ - 13625, - 13629 + 13626, + 13630 ], "loc": { "start": { @@ -31293,8 +31293,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 13630, - 13639 + 13631, + 13640 ], "loc": { "start": { @@ -31308,8 +31308,8 @@ } }, "range": [ - 13625, - 13639 + 13626, + 13640 ], "loc": { "start": { @@ -31324,8 +31324,8 @@ }, "arguments": [], "range": [ - 13625, - 13641 + 13626, + 13642 ], "loc": { "start": { @@ -31345,8 +31345,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 13657, - 13664 + 13658, + 13665 ], "loc": { "start": { @@ -31361,8 +31361,8 @@ } ], "range": [ - 13643, - 13674 + 13644, + 13675 ], "loc": { "start": { @@ -31377,8 +31377,8 @@ }, "alternate": null, "range": [ - 13621, - 13674 + 13622, + 13675 ], "loc": { "start": { @@ -31401,8 +31401,8 @@ "object": { "type": "ThisExpression", "range": [ - 13683, - 13687 + 13684, + 13688 ], "loc": { "start": { @@ -31419,8 +31419,8 @@ "type": "Identifier", "name": "enable", "range": [ - 13688, - 13694 + 13689, + 13695 ], "loc": { "start": { @@ -31434,8 +31434,8 @@ } }, "range": [ - 13683, - 13694 + 13684, + 13695 ], "loc": { "start": { @@ -31450,8 +31450,8 @@ }, "arguments": [], "range": [ - 13683, - 13696 + 13684, + 13697 ], "loc": { "start": { @@ -31465,8 +31465,8 @@ } }, "range": [ - 13683, - 13697 + 13684, + 13698 ], "loc": { "start": { @@ -31489,8 +31489,8 @@ "object": { "type": "ThisExpression", "range": [ - 13706, - 13710 + 13707, + 13711 ], "loc": { "start": { @@ -31507,8 +31507,8 @@ "type": "Identifier", "name": "init", "range": [ - 13711, - 13715 + 13712, + 13716 ], "loc": { "start": { @@ -31522,8 +31522,8 @@ } }, "range": [ - 13706, - 13715 + 13707, + 13716 ], "loc": { "start": { @@ -31538,8 +31538,8 @@ }, "arguments": [], "range": [ - 13706, - 13717 + 13707, + 13718 ], "loc": { "start": { @@ -31553,8 +31553,8 @@ } }, "range": [ - 13706, - 13718 + 13707, + 13719 ], "loc": { "start": { @@ -31573,8 +31573,8 @@ "type": "Identifier", "name": "filterTable", "range": [ - 13732, - 13743 + 13733, + 13744 ], "loc": { "start": { @@ -31601,8 +31601,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13759, - 13761 + 13760, + 13762 ], "loc": { "start": { @@ -31619,8 +31619,8 @@ "type": "Identifier", "name": "filter", "range": [ - 13762, - 13768 + 13763, + 13769 ], "loc": { "start": { @@ -31634,8 +31634,8 @@ } }, "range": [ - 13759, - 13768 + 13760, + 13769 ], "loc": { "start": { @@ -31650,8 +31650,8 @@ }, "arguments": [], "range": [ - 13759, - 13770 + 13760, + 13771 ], "loc": { "start": { @@ -31665,8 +31665,8 @@ } }, "range": [ - 13759, - 13771 + 13760, + 13772 ], "loc": { "start": { @@ -31681,8 +31681,8 @@ } ], "range": [ - 13745, - 13781 + 13746, + 13782 ], "loc": { "start": { @@ -31697,8 +31697,8 @@ }, "alternate": null, "range": [ - 13728, - 13781 + 13729, + 13782 ], "loc": { "start": { @@ -31713,8 +31713,8 @@ } ], "range": [ - 13585, - 13787 + 13586, + 13788 ], "loc": { "start": { @@ -31730,8 +31730,8 @@ "generator": false, "expression": false, "range": [ - 13563, - 13787 + 13564, + 13788 ], "loc": { "start": { @@ -31747,8 +31747,8 @@ "kind": "method", "computed": false, "range": [ - 13558, - 13787 + 13559, + 13788 ], "loc": { "start": { @@ -31765,8 +31765,8 @@ "type": "Block", "value": "*\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n ", "range": [ - 13405, - 13553 + 13406, + 13554 ], "loc": { "start": { @@ -31785,8 +31785,8 @@ "type": "Block", "value": "*\n * Reset paging info from scratch after a filtering process\n ", "range": [ - 13793, - 13868 + 13794, + 13869 ], "loc": { "start": { @@ -31808,8 +31808,8 @@ "type": "Identifier", "name": "resetPagingInfo", "range": [ - 13873, - 13888 + 13874, + 13889 ], "loc": { "start": { @@ -31840,8 +31840,8 @@ "object": { "type": "ThisExpression", "range": [ - 13901, - 13905 + 13902, + 13906 ], "loc": { "start": { @@ -31858,8 +31858,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 13906, - 13920 + 13907, + 13921 ], "loc": { "start": { @@ -31873,8 +31873,8 @@ } }, "range": [ - 13901, - 13920 + 13902, + 13921 ], "loc": { "start": { @@ -31892,8 +31892,8 @@ "value": 0, "raw": "0", "range": [ - 13923, - 13924 + 13924, + 13925 ], "loc": { "start": { @@ -31907,8 +31907,8 @@ } }, "range": [ - 13901, - 13924 + 13902, + 13925 ], "loc": { "start": { @@ -31922,8 +31922,8 @@ } }, "range": [ - 13901, - 13925 + 13902, + 13926 ], "loc": { "start": { @@ -31947,8 +31947,8 @@ "object": { "type": "ThisExpression", "range": [ - 13934, - 13938 + 13935, + 13939 ], "loc": { "start": { @@ -31965,8 +31965,8 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 13939, - 13952 + 13940, + 13953 ], "loc": { "start": { @@ -31980,8 +31980,8 @@ } }, "range": [ - 13934, - 13952 + 13935, + 13953 ], "loc": { "start": { @@ -31999,8 +31999,8 @@ "value": 1, "raw": "1", "range": [ - 13955, - 13956 + 13956, + 13957 ], "loc": { "start": { @@ -32014,8 +32014,8 @@ } }, "range": [ - 13934, - 13956 + 13935, + 13957 ], "loc": { "start": { @@ -32029,8 +32029,8 @@ } }, "range": [ - 13934, - 13957 + 13935, + 13958 ], "loc": { "start": { @@ -32053,8 +32053,8 @@ "object": { "type": "ThisExpression", "range": [ - 13966, - 13970 + 13967, + 13971 ], "loc": { "start": { @@ -32071,8 +32071,8 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 13971, - 13984 + 13972, + 13985 ], "loc": { "start": { @@ -32086,8 +32086,8 @@ } }, "range": [ - 13966, - 13984 + 13967, + 13985 ], "loc": { "start": { @@ -32110,8 +32110,8 @@ "object": { "type": "ThisExpression", "range": [ - 13985, - 13989 + 13986, + 13990 ], "loc": { "start": { @@ -32128,8 +32128,8 @@ "type": "Identifier", "name": "tf", "range": [ - 13990, - 13992 + 13991, + 13993 ], "loc": { "start": { @@ -32143,8 +32143,8 @@ } }, "range": [ - 13985, - 13992 + 13986, + 13993 ], "loc": { "start": { @@ -32161,8 +32161,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 13993, - 14007 + 13994, + 14008 ], "loc": { "start": { @@ -32176,8 +32176,8 @@ } }, "range": [ - 13985, - 14007 + 13986, + 14008 ], "loc": { "start": { @@ -32192,8 +32192,8 @@ } ], "range": [ - 13966, - 14008 + 13967, + 14009 ], "loc": { "start": { @@ -32207,8 +32207,8 @@ } }, "range": [ - 13966, - 14009 + 13967, + 14010 ], "loc": { "start": { @@ -32223,8 +32223,8 @@ } ], "range": [ - 13891, - 14015 + 13892, + 14016 ], "loc": { "start": { @@ -32240,8 +32240,8 @@ "generator": false, "expression": false, "range": [ - 13888, - 14015 + 13889, + 14016 ], "loc": { "start": { @@ -32257,8 +32257,8 @@ "kind": "method", "computed": false, "range": [ - 13873, - 14015 + 13874, + 14016 ], "loc": { "start": { @@ -32275,8 +32275,8 @@ "type": "Block", "value": "*\n * Reset paging info from scratch after a filtering process\n ", "range": [ - 13793, - 13868 + 13794, + 13869 ], "loc": { "start": { @@ -32295,8 +32295,8 @@ "type": "Block", "value": "*\n * Calculate number of pages based on valid rows\n * Refresh paging select according to number of pages\n * @param {Array} validRows Collection of valid rows\n ", "range": [ - 14021, - 14200 + 14022, + 14201 ], "loc": { "start": { @@ -32318,8 +32318,8 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 14205, - 14218 + 14206, + 14219 ], "loc": { "start": { @@ -32340,8 +32340,8 @@ "type": "Identifier", "name": "validRows", "range": [ - 14219, - 14228 + 14220, + 14229 ], "loc": { "start": { @@ -32367,8 +32367,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14244, - 14246 + 14245, + 14247 ], "loc": { "start": { @@ -32387,8 +32387,8 @@ "object": { "type": "ThisExpression", "range": [ - 14249, - 14253 + 14250, + 14254 ], "loc": { "start": { @@ -32405,8 +32405,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14254, - 14256 + 14255, + 14257 ], "loc": { "start": { @@ -32420,8 +32420,8 @@ } }, "range": [ - 14249, - 14256 + 14250, + 14257 ], "loc": { "start": { @@ -32435,8 +32435,8 @@ } }, "range": [ - 14244, - 14256 + 14245, + 14257 ], "loc": { "start": { @@ -32452,8 +32452,8 @@ ], "kind": "var", "range": [ - 14240, - 14257 + 14241, + 14258 ], "loc": { "start": { @@ -32475,8 +32475,8 @@ "type": "Identifier", "name": "mdiv", "range": [ - 14270, - 14274 + 14271, + 14275 ], "loc": { "start": { @@ -32500,8 +32500,8 @@ "object": { "type": "ThisExpression", "range": [ - 14278, - 14282 + 14279, + 14283 ], "loc": { "start": { @@ -32518,8 +32518,8 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 14283, - 14294 + 14284, + 14295 ], "loc": { "start": { @@ -32533,8 +32533,8 @@ } }, "range": [ - 14278, - 14294 + 14279, + 14295 ], "loc": { "start": { @@ -32549,8 +32549,8 @@ }, "prefix": true, "range": [ - 14277, - 14294 + 14278, + 14295 ], "loc": { "start": { @@ -32570,8 +32570,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14297, - 14299 + 14298, + 14300 ], "loc": { "start": { @@ -32588,8 +32588,8 @@ "type": "Identifier", "name": "mDiv", "range": [ - 14300, - 14304 + 14301, + 14305 ], "loc": { "start": { @@ -32603,8 +32603,8 @@ } }, "range": [ - 14297, - 14304 + 14298, + 14305 ], "loc": { "start": { @@ -32626,8 +32626,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 14307, - 14310 + 14308, + 14311 ], "loc": { "start": { @@ -32644,8 +32644,8 @@ "type": "Identifier", "name": "id", "range": [ - 14311, - 14313 + 14312, + 14314 ], "loc": { "start": { @@ -32659,8 +32659,8 @@ } }, "range": [ - 14307, - 14313 + 14308, + 14314 ], "loc": { "start": { @@ -32680,8 +32680,8 @@ "object": { "type": "ThisExpression", "range": [ - 14314, - 14318 + 14315, + 14319 ], "loc": { "start": { @@ -32698,8 +32698,8 @@ "type": "Identifier", "name": "pagingTgtId", "range": [ - 14319, - 14330 + 14320, + 14331 ], "loc": { "start": { @@ -32713,8 +32713,8 @@ } }, "range": [ - 14314, - 14330 + 14315, + 14331 ], "loc": { "start": { @@ -32729,8 +32729,8 @@ } ], "range": [ - 14307, - 14331 + 14308, + 14332 ], "loc": { "start": { @@ -32744,8 +32744,8 @@ } }, "range": [ - 14277, - 14331 + 14278, + 14332 ], "loc": { "start": { @@ -32759,8 +32759,8 @@ } }, "range": [ - 14270, - 14331 + 14271, + 14332 ], "loc": { "start": { @@ -32776,8 +32776,8 @@ ], "kind": "var", "range": [ - 14266, - 14332 + 14267, + 14333 ], "loc": { "start": { @@ -32799,8 +32799,8 @@ "type": "Identifier", "name": "pgspan", "range": [ - 14345, - 14351 + 14346, + 14352 ], "loc": { "start": { @@ -32822,8 +32822,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 14354, - 14357 + 14355, + 14358 ], "loc": { "start": { @@ -32840,8 +32840,8 @@ "type": "Identifier", "name": "id", "range": [ - 14358, - 14360 + 14359, + 14361 ], "loc": { "start": { @@ -32855,8 +32855,8 @@ } }, "range": [ - 14354, - 14360 + 14355, + 14361 ], "loc": { "start": { @@ -32879,8 +32879,8 @@ "object": { "type": "ThisExpression", "range": [ - 14361, - 14365 + 14362, + 14366 ], "loc": { "start": { @@ -32897,8 +32897,8 @@ "type": "Identifier", "name": "prfxPgSpan", "range": [ - 14366, - 14376 + 14367, + 14377 ], "loc": { "start": { @@ -32912,8 +32912,8 @@ } }, "range": [ - 14361, - 14376 + 14362, + 14377 ], "loc": { "start": { @@ -32933,8 +32933,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14379, - 14381 + 14380, + 14382 ], "loc": { "start": { @@ -32951,8 +32951,8 @@ "type": "Identifier", "name": "id", "range": [ - 14382, - 14384 + 14383, + 14385 ], "loc": { "start": { @@ -32966,8 +32966,8 @@ } }, "range": [ - 14379, - 14384 + 14380, + 14385 ], "loc": { "start": { @@ -32981,8 +32981,8 @@ } }, "range": [ - 14361, - 14384 + 14362, + 14385 ], "loc": { "start": { @@ -32997,8 +32997,8 @@ } ], "range": [ - 14354, - 14385 + 14355, + 14386 ], "loc": { "start": { @@ -33012,8 +33012,8 @@ } }, "range": [ - 14345, - 14385 + 14346, + 14386 ], "loc": { "start": { @@ -33029,8 +33029,8 @@ ], "kind": "var", "range": [ - 14341, - 14386 + 14342, + 14387 ], "loc": { "start": { @@ -33047,8 +33047,8 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 14396, - 14422 + 14397, + 14423 ], "loc": { "start": { @@ -33075,8 +33075,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14431, - 14433 + 14432, + 14434 ], "loc": { "start": { @@ -33093,8 +33093,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 14434, - 14448 + 14435, + 14449 ], "loc": { "start": { @@ -33108,8 +33108,8 @@ } }, "range": [ - 14431, - 14448 + 14432, + 14449 ], "loc": { "start": { @@ -33129,8 +33129,8 @@ "type": "Identifier", "name": "validRows", "range": [ - 14451, - 14460 + 14452, + 14461 ], "loc": { "start": { @@ -33152,8 +33152,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14464, - 14466 + 14465, + 14467 ], "loc": { "start": { @@ -33170,8 +33170,8 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 14467, - 14479 + 14468, + 14480 ], "loc": { "start": { @@ -33185,8 +33185,8 @@ } }, "range": [ - 14464, - 14479 + 14465, + 14480 ], "loc": { "start": { @@ -33205,8 +33205,8 @@ "value": true, "raw": "true", "range": [ - 14480, - 14484 + 14481, + 14485 ], "loc": { "start": { @@ -33221,8 +33221,8 @@ } ], "range": [ - 14464, - 14485 + 14465, + 14486 ], "loc": { "start": { @@ -33236,8 +33236,8 @@ } }, "range": [ - 14451, - 14485 + 14452, + 14486 ], "loc": { "start": { @@ -33251,8 +33251,8 @@ } }, "range": [ - 14431, - 14485 + 14432, + 14486 ], "loc": { "start": { @@ -33266,8 +33266,8 @@ } }, "range": [ - 14431, - 14486 + 14432, + 14487 ], "loc": { "start": { @@ -33284,8 +33284,8 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 14396, - 14422 + 14397, + 14423 ], "loc": { "start": { @@ -33304,8 +33304,8 @@ "type": "Line", "value": "calculate nb of pages", "range": [ - 14496, - 14519 + 14497, + 14520 ], "loc": { "start": { @@ -33331,8 +33331,8 @@ "object": { "type": "ThisExpression", "range": [ - 14528, - 14532 + 14529, + 14533 ], "loc": { "start": { @@ -33349,8 +33349,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 14533, - 14540 + 14534, + 14541 ], "loc": { "start": { @@ -33364,8 +33364,8 @@ } }, "range": [ - 14528, - 14540 + 14529, + 14541 ], "loc": { "start": { @@ -33387,8 +33387,8 @@ "type": "Identifier", "name": "Math", "range": [ - 14543, - 14547 + 14544, + 14548 ], "loc": { "start": { @@ -33405,8 +33405,8 @@ "type": "Identifier", "name": "ceil", "range": [ - 14548, - 14552 + 14549, + 14553 ], "loc": { "start": { @@ -33420,8 +33420,8 @@ } }, "range": [ - 14543, - 14552 + 14544, + 14553 ], "loc": { "start": { @@ -33448,8 +33448,8 @@ "type": "Identifier", "name": "tf", "range": [ - 14553, - 14555 + 14554, + 14556 ], "loc": { "start": { @@ -33466,8 +33466,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 14556, - 14570 + 14557, + 14571 ], "loc": { "start": { @@ -33481,8 +33481,8 @@ } }, "range": [ - 14553, - 14570 + 14554, + 14571 ], "loc": { "start": { @@ -33499,8 +33499,8 @@ "type": "Identifier", "name": "length", "range": [ - 14571, - 14577 + 14572, + 14578 ], "loc": { "start": { @@ -33514,8 +33514,8 @@ } }, "range": [ - 14553, - 14577 + 14554, + 14578 ], "loc": { "start": { @@ -33534,8 +33534,8 @@ "object": { "type": "ThisExpression", "range": [ - 14580, - 14584 + 14581, + 14585 ], "loc": { "start": { @@ -33552,8 +33552,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 14585, - 14597 + 14586, + 14598 ], "loc": { "start": { @@ -33567,8 +33567,8 @@ } }, "range": [ - 14580, - 14597 + 14581, + 14598 ], "loc": { "start": { @@ -33582,8 +33582,8 @@ } }, "range": [ - 14553, - 14597 + 14554, + 14598 ], "loc": { "start": { @@ -33598,8 +33598,8 @@ } ], "range": [ - 14543, - 14598 + 14544, + 14599 ], "loc": { "start": { @@ -33613,8 +33613,8 @@ } }, "range": [ - 14528, - 14598 + 14529, + 14599 ], "loc": { "start": { @@ -33628,8 +33628,8 @@ } }, "range": [ - 14528, - 14599 + 14529, + 14600 ], "loc": { "start": { @@ -33646,8 +33646,8 @@ "type": "Line", "value": "calculate nb of pages", "range": [ - 14496, - 14519 + 14497, + 14520 ], "loc": { "start": { @@ -33666,8 +33666,8 @@ "type": "Line", "value": "refresh page nb span", "range": [ - 14608, - 14630 + 14609, + 14631 ], "loc": { "start": { @@ -33694,8 +33694,8 @@ "type": "Identifier", "name": "pgspan", "range": [ - 14639, - 14645 + 14640, + 14646 ], "loc": { "start": { @@ -33712,8 +33712,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 14646, - 14655 + 14647, + 14656 ], "loc": { "start": { @@ -33727,8 +33727,8 @@ } }, "range": [ - 14639, - 14655 + 14640, + 14656 ], "loc": { "start": { @@ -33747,8 +33747,8 @@ "object": { "type": "ThisExpression", "range": [ - 14658, - 14662 + 14659, + 14663 ], "loc": { "start": { @@ -33765,8 +33765,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 14663, - 14670 + 14664, + 14671 ], "loc": { "start": { @@ -33780,8 +33780,8 @@ } }, "range": [ - 14658, - 14670 + 14659, + 14671 ], "loc": { "start": { @@ -33795,8 +33795,8 @@ } }, "range": [ - 14639, - 14670 + 14640, + 14671 ], "loc": { "start": { @@ -33810,8 +33810,8 @@ } }, "range": [ - 14639, - 14671 + 14640, + 14672 ], "loc": { "start": { @@ -33828,8 +33828,8 @@ "type": "Line", "value": "refresh page nb span", "range": [ - 14608, - 14630 + 14609, + 14631 ], "loc": { "start": { @@ -33848,8 +33848,8 @@ "type": "Line", "value": "select clearing shortcut", "range": [ - 14680, - 14706 + 14681, + 14707 ], "loc": { "start": { @@ -33875,8 +33875,8 @@ "object": { "type": "ThisExpression", "range": [ - 14719, - 14723 + 14720, + 14724 ], "loc": { "start": { @@ -33893,8 +33893,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 14724, - 14740 + 14725, + 14741 ], "loc": { "start": { @@ -33908,8 +33908,8 @@ } }, "range": [ - 14719, - 14740 + 14720, + 14741 ], "loc": { "start": { @@ -33926,8 +33926,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 14745, - 14751 + 14746, + 14752 ], "loc": { "start": { @@ -33941,8 +33941,8 @@ } }, "range": [ - 14719, - 14751 + 14720, + 14752 ], "loc": { "start": { @@ -33972,8 +33972,8 @@ "object": { "type": "ThisExpression", "range": [ - 14767, - 14771 + 14768, + 14772 ], "loc": { "start": { @@ -33990,8 +33990,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 14772, - 14781 + 14773, + 14782 ], "loc": { "start": { @@ -34005,8 +34005,8 @@ } }, "range": [ - 14767, - 14781 + 14768, + 14782 ], "loc": { "start": { @@ -34023,8 +34023,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 14782, - 14791 + 14783, + 14792 ], "loc": { "start": { @@ -34038,8 +34038,8 @@ } }, "range": [ - 14767, - 14791 + 14768, + 14792 ], "loc": { "start": { @@ -34057,8 +34057,8 @@ "value": "", "raw": "''", "range": [ - 14794, - 14796 + 14795, + 14797 ], "loc": { "start": { @@ -34072,8 +34072,8 @@ } }, "range": [ - 14767, - 14796 + 14768, + 14797 ], "loc": { "start": { @@ -34087,8 +34087,8 @@ } }, "range": [ - 14767, - 14797 + 14768, + 14798 ], "loc": { "start": { @@ -34103,8 +34103,8 @@ } ], "range": [ - 14753, - 14807 + 14754, + 14808 ], "loc": { "start": { @@ -34119,8 +34119,8 @@ }, "alternate": null, "range": [ - 14715, - 14807 + 14716, + 14808 ], "loc": { "start": { @@ -34137,8 +34137,8 @@ "type": "Line", "value": "select clearing shortcut", "range": [ - 14680, - 14706 + 14681, + 14707 ], "loc": { "start": { @@ -34164,8 +34164,8 @@ "object": { "type": "ThisExpression", "range": [ - 14821, - 14825 + 14822, + 14826 ], "loc": { "start": { @@ -34182,8 +34182,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 14826, - 14833 + 14827, + 14834 ], "loc": { "start": { @@ -34197,8 +34197,8 @@ } }, "range": [ - 14821, - 14833 + 14822, + 14834 ], "loc": { "start": { @@ -34216,8 +34216,8 @@ "value": 0, "raw": "0", "range": [ - 14836, - 14837 + 14837, + 14838 ], "loc": { "start": { @@ -34231,8 +34231,8 @@ } }, "range": [ - 14821, - 14837 + 14822, + 14838 ], "loc": { "start": { @@ -34263,8 +34263,8 @@ "type": "Identifier", "name": "mdiv", "range": [ - 14853, - 14857 + 14854, + 14858 ], "loc": { "start": { @@ -34281,8 +34281,8 @@ "type": "Identifier", "name": "style", "range": [ - 14858, - 14863 + 14859, + 14864 ], "loc": { "start": { @@ -34296,8 +34296,8 @@ } }, "range": [ - 14853, - 14863 + 14854, + 14864 ], "loc": { "start": { @@ -34314,8 +34314,8 @@ "type": "Identifier", "name": "visibility", "range": [ - 14864, - 14874 + 14865, + 14875 ], "loc": { "start": { @@ -34329,8 +34329,8 @@ } }, "range": [ - 14853, - 14874 + 14854, + 14875 ], "loc": { "start": { @@ -34348,8 +34348,8 @@ "value": "visible", "raw": "'visible'", "range": [ - 14877, - 14886 + 14878, + 14887 ], "loc": { "start": { @@ -34363,8 +34363,8 @@ } }, "range": [ - 14853, - 14886 + 14854, + 14887 ], "loc": { "start": { @@ -34378,8 +34378,8 @@ } }, "range": [ - 14853, - 14887 + 14854, + 14888 ], "loc": { "start": { @@ -34403,8 +34403,8 @@ "object": { "type": "ThisExpression", "range": [ - 14904, - 14908 + 14905, + 14909 ], "loc": { "start": { @@ -34421,8 +34421,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 14909, - 14925 + 14910, + 14926 ], "loc": { "start": { @@ -34436,8 +34436,8 @@ } }, "range": [ - 14904, - 14925 + 14905, + 14926 ], "loc": { "start": { @@ -34454,8 +34454,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 14930, - 14936 + 14931, + 14937 ], "loc": { "start": { @@ -34469,8 +34469,8 @@ } }, "range": [ - 14904, - 14936 + 14905, + 14937 ], "loc": { "start": { @@ -34497,8 +34497,8 @@ "type": "Identifier", "name": "z", "range": [ - 14965, - 14966 + 14966, + 14967 ], "loc": { "start": { @@ -34516,8 +34516,8 @@ "value": 0, "raw": "0", "range": [ - 14969, - 14970 + 14970, + 14971 ], "loc": { "start": { @@ -34531,8 +34531,8 @@ } }, "range": [ - 14965, - 14970 + 14966, + 14971 ], "loc": { "start": { @@ -34548,8 +34548,8 @@ ], "kind": "var", "range": [ - 14961, - 14970 + 14962, + 14971 ], "loc": { "start": { @@ -34569,8 +34569,8 @@ "type": "Identifier", "name": "z", "range": [ - 14972, - 14973 + 14973, + 14974 ], "loc": { "start": { @@ -34589,8 +34589,8 @@ "object": { "type": "ThisExpression", "range": [ - 14976, - 14980 + 14977, + 14981 ], "loc": { "start": { @@ -34607,8 +34607,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 14981, - 14988 + 14982, + 14989 ], "loc": { "start": { @@ -34622,8 +34622,8 @@ } }, "range": [ - 14976, - 14988 + 14977, + 14989 ], "loc": { "start": { @@ -34637,8 +34637,8 @@ } }, "range": [ - 14972, - 14988 + 14973, + 14989 ], "loc": { "start": { @@ -34658,8 +34658,8 @@ "type": "Identifier", "name": "z", "range": [ - 14990, - 14991 + 14991, + 14992 ], "loc": { "start": { @@ -34674,8 +34674,8 @@ }, "prefix": false, "range": [ - 14990, - 14993 + 14991, + 14994 ], "loc": { "start": { @@ -34700,8 +34700,8 @@ "type": "Identifier", "name": "opt", "range": [ - 15021, - 15024 + 15022, + 15025 ], "loc": { "start": { @@ -34723,8 +34723,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 15027, - 15030 + 15028, + 15031 ], "loc": { "start": { @@ -34741,8 +34741,8 @@ "type": "Identifier", "name": "createOpt", "range": [ - 15031, - 15040 + 15032, + 15041 ], "loc": { "start": { @@ -34756,8 +34756,8 @@ } }, "range": [ - 15027, - 15040 + 15028, + 15041 ], "loc": { "start": { @@ -34778,8 +34778,8 @@ "type": "Identifier", "name": "z", "range": [ - 15041, - 15042 + 15042, + 15043 ], "loc": { "start": { @@ -34797,8 +34797,8 @@ "value": 1, "raw": "1", "range": [ - 15045, - 15046 + 15046, + 15047 ], "loc": { "start": { @@ -34812,8 +34812,8 @@ } }, "range": [ - 15041, - 15046 + 15042, + 15047 ], "loc": { "start": { @@ -34833,8 +34833,8 @@ "type": "Identifier", "name": "z", "range": [ - 15048, - 15049 + 15049, + 15050 ], "loc": { "start": { @@ -34853,8 +34853,8 @@ "object": { "type": "ThisExpression", "range": [ - 15052, - 15056 + 15053, + 15057 ], "loc": { "start": { @@ -34871,8 +34871,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 15057, - 15069 + 15058, + 15070 ], "loc": { "start": { @@ -34886,8 +34886,8 @@ } }, "range": [ - 15052, - 15069 + 15053, + 15070 ], "loc": { "start": { @@ -34901,8 +34901,8 @@ } }, "range": [ - 15048, - 15069 + 15049, + 15070 ], "loc": { "start": { @@ -34920,8 +34920,8 @@ "value": false, "raw": "false", "range": [ - 15095, - 15100 + 15096, + 15101 ], "loc": { "start": { @@ -34936,8 +34936,8 @@ } ], "range": [ - 15027, - 15101 + 15028, + 15102 ], "loc": { "start": { @@ -34951,8 +34951,8 @@ } }, "range": [ - 15021, - 15101 + 15022, + 15102 ], "loc": { "start": { @@ -34968,8 +34968,8 @@ ], "kind": "var", "range": [ - 15017, - 15102 + 15018, + 15103 ], "loc": { "start": { @@ -34999,8 +34999,8 @@ "object": { "type": "ThisExpression", "range": [ - 15123, - 15127 + 15124, + 15128 ], "loc": { "start": { @@ -35017,8 +35017,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 15128, - 15137 + 15129, + 15138 ], "loc": { "start": { @@ -35032,8 +35032,8 @@ } }, "range": [ - 15123, - 15137 + 15124, + 15138 ], "loc": { "start": { @@ -35050,8 +35050,8 @@ "type": "Identifier", "name": "options", "range": [ - 15138, - 15145 + 15139, + 15146 ], "loc": { "start": { @@ -35065,8 +35065,8 @@ } }, "range": [ - 15123, - 15145 + 15124, + 15146 ], "loc": { "start": { @@ -35083,8 +35083,8 @@ "type": "Identifier", "name": "z", "range": [ - 15146, - 15147 + 15147, + 15148 ], "loc": { "start": { @@ -35098,8 +35098,8 @@ } }, "range": [ - 15123, - 15148 + 15124, + 15149 ], "loc": { "start": { @@ -35116,8 +35116,8 @@ "type": "Identifier", "name": "opt", "range": [ - 15151, - 15154 + 15152, + 15155 ], "loc": { "start": { @@ -35131,8 +35131,8 @@ } }, "range": [ - 15123, - 15154 + 15124, + 15155 ], "loc": { "start": { @@ -35146,8 +35146,8 @@ } }, "range": [ - 15123, - 15155 + 15124, + 15156 ], "loc": { "start": { @@ -35162,8 +35162,8 @@ } ], "range": [ - 14995, - 15173 + 14996, + 15174 ], "loc": { "start": { @@ -35177,8 +35177,8 @@ } }, "range": [ - 14956, - 15173 + 14957, + 15174 ], "loc": { "start": { @@ -35193,8 +35193,8 @@ } ], "range": [ - 14938, - 15187 + 14939, + 15188 ], "loc": { "start": { @@ -35224,8 +35224,8 @@ "object": { "type": "ThisExpression", "range": [ - 15240, - 15244 + 15241, + 15245 ], "loc": { "start": { @@ -35242,8 +35242,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 15245, - 15254 + 15246, + 15255 ], "loc": { "start": { @@ -35257,8 +35257,8 @@ } }, "range": [ - 15240, - 15254 + 15241, + 15255 ], "loc": { "start": { @@ -35275,8 +35275,8 @@ "type": "Identifier", "name": "value", "range": [ - 15255, - 15260 + 15256, + 15261 ], "loc": { "start": { @@ -35290,8 +35290,8 @@ } }, "range": [ - 15240, - 15260 + 15241, + 15261 ], "loc": { "start": { @@ -35310,8 +35310,8 @@ "object": { "type": "ThisExpression", "range": [ - 15263, - 15267 + 15264, + 15268 ], "loc": { "start": { @@ -35328,8 +35328,8 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 15268, - 15281 + 15269, + 15282 ], "loc": { "start": { @@ -35343,8 +35343,8 @@ } }, "range": [ - 15263, - 15281 + 15264, + 15282 ], "loc": { "start": { @@ -35358,8 +35358,8 @@ } }, "range": [ - 15240, - 15281 + 15241, + 15282 ], "loc": { "start": { @@ -35373,8 +35373,8 @@ } }, "range": [ - 15240, - 15282 + 15241, + 15283 ], "loc": { "start": { @@ -35391,8 +35391,8 @@ "type": "Line", "value": "input type", "range": [ - 15211, - 15223 + 15212, + 15224 ], "loc": { "start": { @@ -35409,8 +35409,8 @@ } ], "range": [ - 15193, - 15296 + 15194, + 15297 ], "loc": { "start": { @@ -35424,8 +35424,8 @@ } }, "range": [ - 14900, - 15296 + 14901, + 15297 ], "loc": { "start": { @@ -35440,8 +35440,8 @@ } ], "range": [ - 14839, - 15307 + 14840, + 15308 ], "loc": { "start": { @@ -35472,8 +35472,8 @@ "type": "Identifier", "name": "mdiv", "range": [ - 15400, - 15404 + 15401, + 15405 ], "loc": { "start": { @@ -35490,8 +35490,8 @@ "type": "Identifier", "name": "style", "range": [ - 15405, - 15410 + 15406, + 15411 ], "loc": { "start": { @@ -35505,8 +35505,8 @@ } }, "range": [ - 15400, - 15410 + 15401, + 15411 ], "loc": { "start": { @@ -35523,8 +35523,8 @@ "type": "Identifier", "name": "visibility", "range": [ - 15411, - 15421 + 15412, + 15422 ], "loc": { "start": { @@ -35538,8 +35538,8 @@ } }, "range": [ - 15400, - 15421 + 15401, + 15422 ], "loc": { "start": { @@ -35557,8 +35557,8 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 15424, - 15432 + 15425, + 15433 ], "loc": { "start": { @@ -35572,8 +35572,8 @@ } }, "range": [ - 15400, - 15432 + 15401, + 15433 ], "loc": { "start": { @@ -35587,8 +35587,8 @@ } }, "range": [ - 15400, - 15433 + 15401, + 15434 ], "loc": { "start": { @@ -35605,8 +35605,8 @@ "type": "Block", "value": "** if no results paging select and buttons are hidden **", "range": [ - 15327, - 15387 + 15328, + 15388 ], "loc": { "start": { @@ -35623,8 +35623,8 @@ } ], "range": [ - 15313, - 15443 + 15314, + 15444 ], "loc": { "start": { @@ -35638,8 +35638,8 @@ } }, "range": [ - 14817, - 15443 + 14818, + 15444 ], "loc": { "start": { @@ -35662,8 +35662,8 @@ "object": { "type": "ThisExpression", "range": [ - 15452, - 15456 + 15453, + 15457 ], "loc": { "start": { @@ -35680,8 +35680,8 @@ "type": "Identifier", "name": "groupByPage", "range": [ - 15457, - 15468 + 15458, + 15469 ], "loc": { "start": { @@ -35695,8 +35695,8 @@ } }, "range": [ - 15452, - 15468 + 15453, + 15469 ], "loc": { "start": { @@ -35717,8 +35717,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15469, - 15471 + 15470, + 15472 ], "loc": { "start": { @@ -35735,8 +35735,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 15472, - 15486 + 15473, + 15487 ], "loc": { "start": { @@ -35750,8 +35750,8 @@ } }, "range": [ - 15469, - 15486 + 15470, + 15487 ], "loc": { "start": { @@ -35766,8 +35766,8 @@ } ], "range": [ - 15452, - 15487 + 15453, + 15488 ], "loc": { "start": { @@ -35781,8 +35781,8 @@ } }, "range": [ - 15452, - 15488 + 15453, + 15489 ], "loc": { "start": { @@ -35797,8 +35797,8 @@ } ], "range": [ - 14230, - 15494 + 14231, + 15495 ], "loc": { "start": { @@ -35814,8 +35814,8 @@ "generator": false, "expression": false, "range": [ - 14218, - 15494 + 14219, + 15495 ], "loc": { "start": { @@ -35831,8 +35831,8 @@ "kind": "method", "computed": false, "range": [ - 14205, - 15494 + 14206, + 15495 ], "loc": { "start": { @@ -35849,8 +35849,8 @@ "type": "Block", "value": "*\n * Calculate number of pages based on valid rows\n * Refresh paging select according to number of pages\n * @param {Array} validRows Collection of valid rows\n ", "range": [ - 14021, - 14200 + 14022, + 14201 ], "loc": { "start": { @@ -35869,8 +35869,8 @@ "type": "Block", "value": "*\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n ", "range": [ - 15500, - 15624 + 15501, + 15625 ], "loc": { "start": { @@ -35892,8 +35892,8 @@ "type": "Identifier", "name": "groupByPage", "range": [ - 15629, - 15640 + 15630, + 15641 ], "loc": { "start": { @@ -35914,8 +35914,8 @@ "type": "Identifier", "name": "validRows", "range": [ - 15641, - 15650 + 15642, + 15651 ], "loc": { "start": { @@ -35941,8 +35941,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15666, - 15668 + 15667, + 15669 ], "loc": { "start": { @@ -35961,8 +35961,8 @@ "object": { "type": "ThisExpression", "range": [ - 15671, - 15675 + 15672, + 15676 ], "loc": { "start": { @@ -35979,8 +35979,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15676, - 15678 + 15677, + 15679 ], "loc": { "start": { @@ -35994,8 +35994,8 @@ } }, "range": [ - 15671, - 15678 + 15672, + 15679 ], "loc": { "start": { @@ -36009,8 +36009,8 @@ } }, "range": [ - 15666, - 15678 + 15667, + 15679 ], "loc": { "start": { @@ -36026,8 +36026,8 @@ ], "kind": "var", "range": [ - 15662, - 15679 + 15663, + 15680 ], "loc": { "start": { @@ -36049,8 +36049,8 @@ "type": "Identifier", "name": "rows", "range": [ - 15692, - 15696 + 15693, + 15697 ], "loc": { "start": { @@ -36073,8 +36073,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15699, - 15701 + 15700, + 15702 ], "loc": { "start": { @@ -36091,8 +36091,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 15702, - 15705 + 15703, + 15706 ], "loc": { "start": { @@ -36106,8 +36106,8 @@ } }, "range": [ - 15699, - 15705 + 15700, + 15706 ], "loc": { "start": { @@ -36124,8 +36124,8 @@ "type": "Identifier", "name": "rows", "range": [ - 15706, - 15710 + 15707, + 15711 ], "loc": { "start": { @@ -36139,8 +36139,8 @@ } }, "range": [ - 15699, - 15710 + 15700, + 15711 ], "loc": { "start": { @@ -36154,8 +36154,8 @@ } }, "range": [ - 15692, - 15710 + 15693, + 15711 ], "loc": { "start": { @@ -36171,8 +36171,8 @@ ], "kind": "var", "range": [ - 15688, - 15711 + 15689, + 15712 ], "loc": { "start": { @@ -36194,8 +36194,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 15724, - 15738 + 15725, + 15739 ], "loc": { "start": { @@ -36214,8 +36214,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 15741, - 15749 + 15742, + 15750 ], "loc": { "start": { @@ -36235,8 +36235,8 @@ "object": { "type": "ThisExpression", "range": [ - 15750, - 15754 + 15751, + 15755 ], "loc": { "start": { @@ -36253,8 +36253,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 15755, - 15769 + 15756, + 15770 ], "loc": { "start": { @@ -36268,8 +36268,8 @@ } }, "range": [ - 15750, - 15769 + 15751, + 15770 ], "loc": { "start": { @@ -36287,8 +36287,8 @@ "value": 10, "raw": "10", "range": [ - 15771, - 15773 + 15772, + 15774 ], "loc": { "start": { @@ -36303,8 +36303,8 @@ } ], "range": [ - 15741, - 15774 + 15742, + 15775 ], "loc": { "start": { @@ -36318,8 +36318,8 @@ } }, "range": [ - 15724, - 15774 + 15725, + 15775 ], "loc": { "start": { @@ -36335,8 +36335,8 @@ ], "kind": "var", "range": [ - 15720, - 15775 + 15721, + 15776 ], "loc": { "start": { @@ -36358,8 +36358,8 @@ "type": "Identifier", "name": "endPagingRow", "range": [ - 15788, - 15800 + 15789, + 15801 ], "loc": { "start": { @@ -36379,8 +36379,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 15803, - 15817 + 15804, + 15818 ], "loc": { "start": { @@ -36399,8 +36399,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 15820, - 15828 + 15821, + 15829 ], "loc": { "start": { @@ -36420,8 +36420,8 @@ "object": { "type": "ThisExpression", "range": [ - 15829, - 15833 + 15830, + 15834 ], "loc": { "start": { @@ -36438,8 +36438,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 15834, - 15846 + 15835, + 15847 ], "loc": { "start": { @@ -36453,8 +36453,8 @@ } }, "range": [ - 15829, - 15846 + 15830, + 15847 ], "loc": { "start": { @@ -36472,8 +36472,8 @@ "value": 10, "raw": "10", "range": [ - 15848, - 15850 + 15849, + 15851 ], "loc": { "start": { @@ -36488,8 +36488,8 @@ } ], "range": [ - 15820, - 15851 + 15821, + 15852 ], "loc": { "start": { @@ -36503,8 +36503,8 @@ } }, "range": [ - 15803, - 15851 + 15804, + 15852 ], "loc": { "start": { @@ -36518,8 +36518,8 @@ } }, "range": [ - 15788, - 15851 + 15789, + 15852 ], "loc": { "start": { @@ -36535,8 +36535,8 @@ ], "kind": "var", "range": [ - 15784, - 15852 + 15785, + 15853 ], "loc": { "start": { @@ -36553,8 +36553,8 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 15862, - 15888 + 15863, + 15889 ], "loc": { "start": { @@ -36575,8 +36575,8 @@ "type": "Identifier", "name": "validRows", "range": [ - 15901, - 15910 + 15902, + 15911 ], "loc": { "start": { @@ -36604,8 +36604,8 @@ "type": "Identifier", "name": "tf", "range": [ - 15926, - 15928 + 15927, + 15929 ], "loc": { "start": { @@ -36622,8 +36622,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 15929, - 15943 + 15930, + 15944 ], "loc": { "start": { @@ -36637,8 +36637,8 @@ } }, "range": [ - 15926, - 15943 + 15927, + 15944 ], "loc": { "start": { @@ -36655,8 +36655,8 @@ "type": "Identifier", "name": "validRows", "range": [ - 15946, - 15955 + 15947, + 15956 ], "loc": { "start": { @@ -36670,8 +36670,8 @@ } }, "range": [ - 15926, - 15955 + 15927, + 15956 ], "loc": { "start": { @@ -36685,8 +36685,8 @@ } }, "range": [ - 15926, - 15956 + 15927, + 15957 ], "loc": { "start": { @@ -36701,8 +36701,8 @@ } ], "range": [ - 15912, - 15966 + 15913, + 15967 ], "loc": { "start": { @@ -36717,8 +36717,8 @@ }, "alternate": null, "range": [ - 15897, - 15966 + 15898, + 15967 ], "loc": { "start": { @@ -36735,8 +36735,8 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 15862, - 15888 + 15863, + 15889 ], "loc": { "start": { @@ -36755,8 +36755,8 @@ "type": "Line", "value": "this loop shows valid rows of current page", "range": [ - 15976, - 16020 + 15977, + 16021 ], "loc": { "start": { @@ -36782,8 +36782,8 @@ "type": "Identifier", "name": "h", "range": [ - 16038, - 16039 + 16039, + 16040 ], "loc": { "start": { @@ -36801,8 +36801,8 @@ "value": 0, "raw": "0", "range": [ - 16042, - 16043 + 16043, + 16044 ], "loc": { "start": { @@ -36816,8 +36816,8 @@ } }, "range": [ - 16038, - 16043 + 16039, + 16044 ], "loc": { "start": { @@ -36836,8 +36836,8 @@ "type": "Identifier", "name": "len", "range": [ - 16045, - 16048 + 16046, + 16049 ], "loc": { "start": { @@ -36860,8 +36860,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16051, - 16053 + 16052, + 16054 ], "loc": { "start": { @@ -36878,8 +36878,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 16054, - 16068 + 16055, + 16069 ], "loc": { "start": { @@ -36893,8 +36893,8 @@ } }, "range": [ - 16051, - 16068 + 16052, + 16069 ], "loc": { "start": { @@ -36911,8 +36911,8 @@ "type": "Identifier", "name": "length", "range": [ - 16069, - 16075 + 16070, + 16076 ], "loc": { "start": { @@ -36926,8 +36926,8 @@ } }, "range": [ - 16051, - 16075 + 16052, + 16076 ], "loc": { "start": { @@ -36941,8 +36941,8 @@ } }, "range": [ - 16045, - 16075 + 16046, + 16076 ], "loc": { "start": { @@ -36958,8 +36958,8 @@ ], "kind": "var", "range": [ - 16034, - 16075 + 16035, + 16076 ], "loc": { "start": { @@ -36979,8 +36979,8 @@ "type": "Identifier", "name": "h", "range": [ - 16077, - 16078 + 16078, + 16079 ], "loc": { "start": { @@ -36997,8 +36997,8 @@ "type": "Identifier", "name": "len", "range": [ - 16081, - 16084 + 16082, + 16085 ], "loc": { "start": { @@ -37012,8 +37012,8 @@ } }, "range": [ - 16077, - 16084 + 16078, + 16085 ], "loc": { "start": { @@ -37033,8 +37033,8 @@ "type": "Identifier", "name": "h", "range": [ - 16086, - 16087 + 16087, + 16088 ], "loc": { "start": { @@ -37049,8 +37049,8 @@ }, "prefix": false, "range": [ - 16086, - 16089 + 16087, + 16090 ], "loc": { "start": { @@ -37075,8 +37075,8 @@ "type": "Identifier", "name": "validRowIdx", "range": [ - 16109, - 16120 + 16110, + 16121 ], "loc": { "start": { @@ -37099,8 +37099,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16123, - 16125 + 16124, + 16126 ], "loc": { "start": { @@ -37117,8 +37117,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 16126, - 16140 + 16127, + 16141 ], "loc": { "start": { @@ -37132,8 +37132,8 @@ } }, "range": [ - 16123, - 16140 + 16124, + 16141 ], "loc": { "start": { @@ -37150,8 +37150,8 @@ "type": "Identifier", "name": "h", "range": [ - 16141, - 16142 + 16142, + 16143 ], "loc": { "start": { @@ -37165,8 +37165,8 @@ } }, "range": [ - 16123, - 16143 + 16124, + 16144 ], "loc": { "start": { @@ -37180,8 +37180,8 @@ } }, "range": [ - 16109, - 16143 + 16110, + 16144 ], "loc": { "start": { @@ -37197,8 +37197,8 @@ ], "kind": "var", "range": [ - 16105, - 16144 + 16106, + 16145 ], "loc": { "start": { @@ -37220,8 +37220,8 @@ "type": "Identifier", "name": "r", "range": [ - 16161, - 16162 + 16162, + 16163 ], "loc": { "start": { @@ -37241,8 +37241,8 @@ "type": "Identifier", "name": "rows", "range": [ - 16165, - 16169 + 16166, + 16170 ], "loc": { "start": { @@ -37259,8 +37259,8 @@ "type": "Identifier", "name": "validRowIdx", "range": [ - 16170, - 16181 + 16171, + 16182 ], "loc": { "start": { @@ -37274,8 +37274,8 @@ } }, "range": [ - 16165, - 16182 + 16166, + 16183 ], "loc": { "start": { @@ -37289,8 +37289,8 @@ } }, "range": [ - 16161, - 16182 + 16162, + 16183 ], "loc": { "start": { @@ -37306,8 +37306,8 @@ ], "kind": "var", "range": [ - 16157, - 16183 + 16158, + 16184 ], "loc": { "start": { @@ -37329,8 +37329,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 16200, - 16210 + 16201, + 16211 ], "loc": { "start": { @@ -37352,8 +37352,8 @@ "type": "Identifier", "name": "r", "range": [ - 16213, - 16214 + 16214, + 16215 ], "loc": { "start": { @@ -37370,8 +37370,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 16215, - 16227 + 16216, + 16228 ], "loc": { "start": { @@ -37385,8 +37385,8 @@ } }, "range": [ - 16213, - 16227 + 16214, + 16228 ], "loc": { "start": { @@ -37405,8 +37405,8 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 16228, - 16238 + 16229, + 16239 ], "loc": { "start": { @@ -37421,8 +37421,8 @@ } ], "range": [ - 16213, - 16239 + 16214, + 16240 ], "loc": { "start": { @@ -37436,8 +37436,8 @@ } }, "range": [ - 16200, - 16239 + 16201, + 16240 ], "loc": { "start": { @@ -37453,8 +37453,8 @@ ], "kind": "var", "range": [ - 16196, - 16240 + 16197, + 16241 ], "loc": { "start": { @@ -37476,8 +37476,8 @@ "type": "Identifier", "name": "rowDisplayed", "range": [ - 16257, - 16269 + 16258, + 16270 ], "loc": { "start": { @@ -37495,8 +37495,8 @@ "value": false, "raw": "false", "range": [ - 16272, - 16277 + 16273, + 16278 ], "loc": { "start": { @@ -37510,8 +37510,8 @@ } }, "range": [ - 16257, - 16277 + 16258, + 16278 ], "loc": { "start": { @@ -37527,8 +37527,8 @@ ], "kind": "var", "range": [ - 16253, - 16278 + 16254, + 16279 ], "loc": { "start": { @@ -37553,8 +37553,8 @@ "type": "Identifier", "name": "h", "range": [ - 16296, - 16297 + 16297, + 16298 ], "loc": { "start": { @@ -37571,8 +37571,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 16301, - 16315 + 16302, + 16316 ], "loc": { "start": { @@ -37586,8 +37586,8 @@ } }, "range": [ - 16296, - 16315 + 16297, + 16316 ], "loc": { "start": { @@ -37607,8 +37607,8 @@ "type": "Identifier", "name": "h", "range": [ - 16319, - 16320 + 16320, + 16321 ], "loc": { "start": { @@ -37625,8 +37625,8 @@ "type": "Identifier", "name": "endPagingRow", "range": [ - 16323, - 16335 + 16324, + 16336 ], "loc": { "start": { @@ -37640,8 +37640,8 @@ } }, "range": [ - 16319, - 16335 + 16320, + 16336 ], "loc": { "start": { @@ -37655,8 +37655,8 @@ } }, "range": [ - 16296, - 16335 + 16297, + 16336 ], "loc": { "start": { @@ -37686,8 +37686,8 @@ "type": "Identifier", "name": "Types", "range": [ - 16359, - 16364 + 16360, + 16365 ], "loc": { "start": { @@ -37704,8 +37704,8 @@ "type": "Identifier", "name": "isNull", "range": [ - 16365, - 16371 + 16366, + 16372 ], "loc": { "start": { @@ -37719,8 +37719,8 @@ } }, "range": [ - 16359, - 16371 + 16360, + 16372 ], "loc": { "start": { @@ -37738,8 +37738,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 16372, - 16382 + 16373, + 16383 ], "loc": { "start": { @@ -37754,8 +37754,8 @@ } ], "range": [ - 16359, - 16383 + 16360, + 16384 ], "loc": { "start": { @@ -37774,8 +37774,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16407, - 16414 + 16408, + 16415 ], "loc": { "start": { @@ -37796,8 +37796,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 16415, - 16425 + 16416, + 16426 ], "loc": { "start": { @@ -37815,8 +37815,8 @@ "value": "true", "raw": "'true'", "range": [ - 16430, - 16436 + 16431, + 16437 ], "loc": { "start": { @@ -37830,8 +37830,8 @@ } }, "range": [ - 16415, - 16436 + 16416, + 16437 ], "loc": { "start": { @@ -37846,8 +37846,8 @@ } ], "range": [ - 16407, - 16437 + 16408, + 16438 ], "loc": { "start": { @@ -37861,8 +37861,8 @@ } }, "range": [ - 16359, - 16437 + 16360, + 16438 ], "loc": { "start": { @@ -37893,8 +37893,8 @@ "type": "Identifier", "name": "r", "range": [ - 16461, - 16462 + 16462, + 16463 ], "loc": { "start": { @@ -37911,8 +37911,8 @@ "type": "Identifier", "name": "style", "range": [ - 16463, - 16468 + 16464, + 16469 ], "loc": { "start": { @@ -37926,8 +37926,8 @@ } }, "range": [ - 16461, - 16468 + 16462, + 16469 ], "loc": { "start": { @@ -37944,8 +37944,8 @@ "type": "Identifier", "name": "display", "range": [ - 16469, - 16476 + 16470, + 16477 ], "loc": { "start": { @@ -37959,8 +37959,8 @@ } }, "range": [ - 16461, - 16476 + 16462, + 16477 ], "loc": { "start": { @@ -37978,8 +37978,8 @@ "value": "", "raw": "''", "range": [ - 16479, - 16481 + 16480, + 16482 ], "loc": { "start": { @@ -37993,8 +37993,8 @@ } }, "range": [ - 16461, - 16481 + 16462, + 16482 ], "loc": { "start": { @@ -38008,8 +38008,8 @@ } }, "range": [ - 16461, - 16482 + 16462, + 16483 ], "loc": { "start": { @@ -38031,8 +38031,8 @@ "type": "Identifier", "name": "rowDisplayed", "range": [ - 16503, - 16515 + 16504, + 16516 ], "loc": { "start": { @@ -38050,8 +38050,8 @@ "value": true, "raw": "true", "range": [ - 16518, - 16522 + 16519, + 16523 ], "loc": { "start": { @@ -38065,8 +38065,8 @@ } }, "range": [ - 16503, - 16522 + 16504, + 16523 ], "loc": { "start": { @@ -38080,8 +38080,8 @@ } }, "range": [ - 16503, - 16523 + 16504, + 16524 ], "loc": { "start": { @@ -38096,8 +38096,8 @@ } ], "range": [ - 16439, - 16541 + 16440, + 16542 ], "loc": { "start": { @@ -38112,8 +38112,8 @@ }, "alternate": null, "range": [ - 16355, - 16541 + 16356, + 16542 ], "loc": { "start": { @@ -38128,8 +38128,8 @@ } ], "range": [ - 16337, - 16555 + 16338, + 16556 ], "loc": { "start": { @@ -38160,8 +38160,8 @@ "type": "Identifier", "name": "r", "range": [ - 16579, - 16580 + 16580, + 16581 ], "loc": { "start": { @@ -38178,8 +38178,8 @@ "type": "Identifier", "name": "style", "range": [ - 16581, - 16586 + 16582, + 16587 ], "loc": { "start": { @@ -38193,8 +38193,8 @@ } }, "range": [ - 16579, - 16586 + 16580, + 16587 ], "loc": { "start": { @@ -38211,8 +38211,8 @@ "type": "Identifier", "name": "display", "range": [ - 16587, - 16594 + 16588, + 16595 ], "loc": { "start": { @@ -38226,8 +38226,8 @@ } }, "range": [ - 16579, - 16594 + 16580, + 16595 ], "loc": { "start": { @@ -38244,8 +38244,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 16597, - 16601 + 16598, + 16602 ], "loc": { "start": { @@ -38259,8 +38259,8 @@ } }, "range": [ - 16579, - 16601 + 16580, + 16602 ], "loc": { "start": { @@ -38274,8 +38274,8 @@ } }, "range": [ - 16579, - 16602 + 16580, + 16603 ], "loc": { "start": { @@ -38290,8 +38290,8 @@ } ], "range": [ - 16561, - 16616 + 16562, + 16617 ], "loc": { "start": { @@ -38305,8 +38305,8 @@ } }, "range": [ - 16292, - 16616 + 16293, + 16617 ], "loc": { "start": { @@ -38332,8 +38332,8 @@ "object": { "type": "ThisExpression", "range": [ - 16629, - 16633 + 16630, + 16634 ], "loc": { "start": { @@ -38350,8 +38350,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 16634, - 16641 + 16635, + 16642 ], "loc": { "start": { @@ -38365,8 +38365,8 @@ } }, "range": [ - 16629, - 16641 + 16630, + 16642 ], "loc": { "start": { @@ -38383,8 +38383,8 @@ "type": "Identifier", "name": "emit", "range": [ - 16642, - 16646 + 16643, + 16647 ], "loc": { "start": { @@ -38398,8 +38398,8 @@ } }, "range": [ - 16629, - 16646 + 16630, + 16647 ], "loc": { "start": { @@ -38418,8 +38418,8 @@ "value": "row-paged", "raw": "'row-paged'", "range": [ - 16647, - 16658 + 16648, + 16659 ], "loc": { "start": { @@ -38436,8 +38436,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16660, - 16662 + 16661, + 16663 ], "loc": { "start": { @@ -38454,8 +38454,8 @@ "type": "Identifier", "name": "validRowIdx", "range": [ - 16664, - 16675 + 16665, + 16676 ], "loc": { "start": { @@ -38472,8 +38472,8 @@ "type": "Identifier", "name": "h", "range": [ - 16677, - 16678 + 16678, + 16679 ], "loc": { "start": { @@ -38490,8 +38490,8 @@ "type": "Identifier", "name": "rowDisplayed", "range": [ - 16680, - 16692 + 16681, + 16693 ], "loc": { "start": { @@ -38506,8 +38506,8 @@ } ], "range": [ - 16629, - 16693 + 16630, + 16694 ], "loc": { "start": { @@ -38521,8 +38521,8 @@ } }, "range": [ - 16629, - 16694 + 16630, + 16695 ], "loc": { "start": { @@ -38537,8 +38537,8 @@ } ], "range": [ - 16091, - 16704 + 16092, + 16705 ], "loc": { "start": { @@ -38552,8 +38552,8 @@ } }, "range": [ - 16029, - 16704 + 16030, + 16705 ], "loc": { "start": { @@ -38570,8 +38570,8 @@ "type": "Line", "value": "this loop shows valid rows of current page", "range": [ - 15976, - 16020 + 15977, + 16021 ], "loc": { "start": { @@ -38598,8 +38598,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16714, - 16716 + 16715, + 16717 ], "loc": { "start": { @@ -38616,8 +38616,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 16717, - 16730 + 16718, + 16731 ], "loc": { "start": { @@ -38631,8 +38631,8 @@ } }, "range": [ - 16714, - 16730 + 16715, + 16731 ], "loc": { "start": { @@ -38655,8 +38655,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16733, - 16735 + 16734, + 16736 ], "loc": { "start": { @@ -38673,8 +38673,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 16736, - 16750 + 16737, + 16751 ], "loc": { "start": { @@ -38688,8 +38688,8 @@ } }, "range": [ - 16733, - 16750 + 16734, + 16751 ], "loc": { "start": { @@ -38706,8 +38706,8 @@ "type": "Identifier", "name": "length", "range": [ - 16751, - 16757 + 16752, + 16758 ], "loc": { "start": { @@ -38721,8 +38721,8 @@ } }, "range": [ - 16733, - 16757 + 16734, + 16758 ], "loc": { "start": { @@ -38736,8 +38736,8 @@ } }, "range": [ - 16714, - 16757 + 16715, + 16758 ], "loc": { "start": { @@ -38751,8 +38751,8 @@ } }, "range": [ - 16714, - 16758 + 16715, + 16759 ], "loc": { "start": { @@ -38769,8 +38769,8 @@ "type": "Line", "value": " broadcast grouping by page", "range": [ - 16768, - 16797 + 16769, + 16798 ], "loc": { "start": { @@ -38798,8 +38798,8 @@ "object": { "type": "ThisExpression", "range": [ - 16806, - 16810 + 16807, + 16811 ], "loc": { "start": { @@ -38816,8 +38816,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 16811, - 16818 + 16812, + 16819 ], "loc": { "start": { @@ -38831,8 +38831,8 @@ } }, "range": [ - 16806, - 16818 + 16807, + 16819 ], "loc": { "start": { @@ -38849,8 +38849,8 @@ "type": "Identifier", "name": "emit", "range": [ - 16819, - 16823 + 16820, + 16824 ], "loc": { "start": { @@ -38864,8 +38864,8 @@ } }, "range": [ - 16806, - 16823 + 16807, + 16824 ], "loc": { "start": { @@ -38884,8 +38884,8 @@ "value": "grouped-by-page", "raw": "'grouped-by-page'", "range": [ - 16824, - 16841 + 16825, + 16842 ], "loc": { "start": { @@ -38902,8 +38902,8 @@ "type": "Identifier", "name": "tf", "range": [ - 16843, - 16845 + 16844, + 16846 ], "loc": { "start": { @@ -38919,8 +38919,8 @@ { "type": "ThisExpression", "range": [ - 16847, - 16851 + 16848, + 16852 ], "loc": { "start": { @@ -38935,8 +38935,8 @@ } ], "range": [ - 16806, - 16852 + 16807, + 16853 ], "loc": { "start": { @@ -38950,8 +38950,8 @@ } }, "range": [ - 16806, - 16853 + 16807, + 16854 ], "loc": { "start": { @@ -38968,8 +38968,8 @@ "type": "Line", "value": " broadcast grouping by page", "range": [ - 16768, - 16797 + 16769, + 16798 ], "loc": { "start": { @@ -38986,8 +38986,8 @@ } ], "range": [ - 15652, - 16859 + 15653, + 16860 ], "loc": { "start": { @@ -39003,8 +39003,8 @@ "generator": false, "expression": false, "range": [ - 15640, - 16859 + 15641, + 16860 ], "loc": { "start": { @@ -39020,8 +39020,8 @@ "kind": "method", "computed": false, "range": [ - 15629, - 16859 + 15630, + 16860 ], "loc": { "start": { @@ -39038,8 +39038,8 @@ "type": "Block", "value": "*\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n ", "range": [ - 15500, - 15624 + 15501, + 15625 ], "loc": { "start": { @@ -39058,8 +39058,8 @@ "type": "Block", "value": "*\n * Return the current page number\n * @return {Number} Page number\n ", "range": [ - 16865, - 16950 + 16866, + 16951 ], "loc": { "start": { @@ -39081,8 +39081,8 @@ "type": "Identifier", "name": "getPage", "range": [ - 16955, - 16962 + 16956, + 16963 ], "loc": { "start": { @@ -39110,8 +39110,8 @@ "object": { "type": "ThisExpression", "range": [ - 16982, - 16986 + 16983, + 16987 ], "loc": { "start": { @@ -39128,8 +39128,8 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 16987, - 17000 + 16988, + 17001 ], "loc": { "start": { @@ -39143,8 +39143,8 @@ } }, "range": [ - 16982, - 17000 + 16983, + 17001 ], "loc": { "start": { @@ -39158,8 +39158,8 @@ } }, "range": [ - 16975, - 17001 + 16976, + 17002 ], "loc": { "start": { @@ -39174,8 +39174,8 @@ } ], "range": [ - 16965, - 17007 + 16966, + 17008 ], "loc": { "start": { @@ -39191,8 +39191,8 @@ "generator": false, "expression": false, "range": [ - 16962, - 17007 + 16963, + 17008 ], "loc": { "start": { @@ -39208,8 +39208,8 @@ "kind": "method", "computed": false, "range": [ - 16955, - 17007 + 16956, + 17008 ], "loc": { "start": { @@ -39226,8 +39226,8 @@ "type": "Block", "value": "*\n * Return the current page number\n * @return {Number} Page number\n ", "range": [ - 16865, - 16950 + 16866, + 16951 ], "loc": { "start": { @@ -39246,8 +39246,8 @@ "type": "Block", "value": "*\n * Show page defined by passed argument (string or number):\n * @param {String}/{Number} cmd possible string values: 'next',\n * 'previous', 'last', 'first' or page number as per param\n ", "range": [ - 17013, - 17221 + 17014, + 17222 ], "loc": { "start": { @@ -39269,8 +39269,8 @@ "type": "Identifier", "name": "setPage", "range": [ - 17226, - 17233 + 17227, + 17234 ], "loc": { "start": { @@ -39291,8 +39291,8 @@ "type": "Identifier", "name": "cmd", "range": [ - 17234, - 17237 + 17235, + 17238 ], "loc": { "start": { @@ -39318,8 +39318,8 @@ "type": "Identifier", "name": "tf", "range": [ - 17253, - 17255 + 17254, + 17256 ], "loc": { "start": { @@ -39338,8 +39338,8 @@ "object": { "type": "ThisExpression", "range": [ - 17258, - 17262 + 17259, + 17263 ], "loc": { "start": { @@ -39356,8 +39356,8 @@ "type": "Identifier", "name": "tf", "range": [ - 17263, - 17265 + 17264, + 17266 ], "loc": { "start": { @@ -39371,8 +39371,8 @@ } }, "range": [ - 17258, - 17265 + 17259, + 17266 ], "loc": { "start": { @@ -39386,8 +39386,8 @@ } }, "range": [ - 17253, - 17265 + 17254, + 17266 ], "loc": { "start": { @@ -39403,8 +39403,8 @@ ], "kind": "var", "range": [ - 17249, - 17266 + 17250, + 17267 ], "loc": { "start": { @@ -39434,8 +39434,8 @@ "type": "Identifier", "name": "tf", "range": [ - 17280, - 17282 + 17281, + 17283 ], "loc": { "start": { @@ -39452,8 +39452,8 @@ "type": "Identifier", "name": "hasGrid", "range": [ - 17283, - 17290 + 17284, + 17291 ], "loc": { "start": { @@ -39467,8 +39467,8 @@ } }, "range": [ - 17280, - 17290 + 17281, + 17291 ], "loc": { "start": { @@ -39483,8 +39483,8 @@ }, "arguments": [], "range": [ - 17280, - 17292 + 17281, + 17293 ], "loc": { "start": { @@ -39499,8 +39499,8 @@ }, "prefix": true, "range": [ - 17279, - 17292 + 17280, + 17293 ], "loc": { "start": { @@ -39524,8 +39524,8 @@ "object": { "type": "ThisExpression", "range": [ - 17297, - 17301 + 17298, + 17302 ], "loc": { "start": { @@ -39542,8 +39542,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 17302, - 17311 + 17303, + 17312 ], "loc": { "start": { @@ -39557,8 +39557,8 @@ } }, "range": [ - 17297, - 17311 + 17298, + 17312 ], "loc": { "start": { @@ -39573,8 +39573,8 @@ }, "arguments": [], "range": [ - 17297, - 17313 + 17298, + 17314 ], "loc": { "start": { @@ -39589,8 +39589,8 @@ }, "prefix": true, "range": [ - 17296, - 17313 + 17297, + 17314 ], "loc": { "start": { @@ -39604,8 +39604,8 @@ } }, "range": [ - 17279, - 17313 + 17280, + 17314 ], "loc": { "start": { @@ -39625,8 +39625,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 17329, - 17336 + 17330, + 17337 ], "loc": { "start": { @@ -39641,8 +39641,8 @@ } ], "range": [ - 17315, - 17346 + 17316, + 17347 ], "loc": { "start": { @@ -39657,8 +39657,8 @@ }, "alternate": null, "range": [ - 17275, - 17346 + 17276, + 17347 ], "loc": { "start": { @@ -39680,8 +39680,8 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17359, - 17365 + 17360, + 17366 ], "loc": { "start": { @@ -39700,8 +39700,8 @@ "object": { "type": "ThisExpression", "range": [ - 17368, - 17372 + 17369, + 17373 ], "loc": { "start": { @@ -39718,8 +39718,8 @@ "type": "Identifier", "name": "evt", "range": [ - 17373, - 17376 + 17374, + 17377 ], "loc": { "start": { @@ -39733,8 +39733,8 @@ } }, "range": [ - 17368, - 17376 + 17369, + 17377 ], "loc": { "start": { @@ -39748,8 +39748,8 @@ } }, "range": [ - 17359, - 17376 + 17360, + 17377 ], "loc": { "start": { @@ -39768,8 +39768,8 @@ "type": "Identifier", "name": "cmdtype", "range": [ - 17390, - 17397 + 17391, + 17398 ], "loc": { "start": { @@ -39789,8 +39789,8 @@ "type": "Identifier", "name": "cmd", "range": [ - 17407, - 17410 + 17408, + 17411 ], "loc": { "start": { @@ -39805,8 +39805,8 @@ }, "prefix": true, "range": [ - 17400, - 17410 + 17401, + 17411 ], "loc": { "start": { @@ -39820,8 +39820,8 @@ } }, "range": [ - 17390, - 17410 + 17391, + 17411 ], "loc": { "start": { @@ -39837,8 +39837,8 @@ ], "kind": "var", "range": [ - 17355, - 17411 + 17356, + 17412 ], "loc": { "start": { @@ -39860,8 +39860,8 @@ "type": "Identifier", "name": "cmdtype", "range": [ - 17424, - 17431 + 17425, + 17432 ], "loc": { "start": { @@ -39879,8 +39879,8 @@ "value": "string", "raw": "'string'", "range": [ - 17436, - 17444 + 17437, + 17445 ], "loc": { "start": { @@ -39894,8 +39894,8 @@ } }, "range": [ - 17424, - 17444 + 17425, + 17445 ], "loc": { "start": { @@ -39922,8 +39922,8 @@ "type": "Identifier", "name": "Str", "range": [ - 17468, - 17471 + 17469, + 17472 ], "loc": { "start": { @@ -39940,8 +39940,8 @@ "type": "Identifier", "name": "lower", "range": [ - 17472, - 17477 + 17473, + 17478 ], "loc": { "start": { @@ -39955,8 +39955,8 @@ } }, "range": [ - 17468, - 17477 + 17469, + 17478 ], "loc": { "start": { @@ -39974,8 +39974,8 @@ "type": "Identifier", "name": "cmd", "range": [ - 17478, - 17481 + 17479, + 17482 ], "loc": { "start": { @@ -39990,8 +39990,8 @@ } ], "range": [ - 17468, - 17482 + 17469, + 17483 ], "loc": { "start": { @@ -40012,8 +40012,8 @@ "value": "next", "raw": "'next'", "range": [ - 17507, - 17513 + 17508, + 17514 ], "loc": { "start": { @@ -40038,8 +40038,8 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17535, - 17541 + 17536, + 17542 ], "loc": { "start": { @@ -40056,8 +40056,8 @@ "type": "Identifier", "name": "next", "range": [ - 17542, - 17546 + 17543, + 17547 ], "loc": { "start": { @@ -40071,8 +40071,8 @@ } }, "range": [ - 17535, - 17546 + 17536, + 17547 ], "loc": { "start": { @@ -40087,8 +40087,8 @@ }, "arguments": [], "range": [ - 17535, - 17548 + 17536, + 17549 ], "loc": { "start": { @@ -40102,8 +40102,8 @@ } }, "range": [ - 17535, - 17549 + 17536, + 17550 ], "loc": { "start": { @@ -40120,8 +40120,8 @@ "type": "BreakStatement", "label": null, "range": [ - 17570, - 17576 + 17571, + 17577 ], "loc": { "start": { @@ -40136,8 +40136,8 @@ } ], "range": [ - 17502, - 17576 + 17503, + 17577 ], "loc": { "start": { @@ -40157,8 +40157,8 @@ "value": "previous", "raw": "'previous'", "range": [ - 17598, - 17608 + 17599, + 17609 ], "loc": { "start": { @@ -40183,8 +40183,8 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17630, - 17636 + 17631, + 17637 ], "loc": { "start": { @@ -40201,8 +40201,8 @@ "type": "Identifier", "name": "prev", "range": [ - 17637, - 17641 + 17638, + 17642 ], "loc": { "start": { @@ -40216,8 +40216,8 @@ } }, "range": [ - 17630, - 17641 + 17631, + 17642 ], "loc": { "start": { @@ -40232,8 +40232,8 @@ }, "arguments": [], "range": [ - 17630, - 17643 + 17631, + 17644 ], "loc": { "start": { @@ -40247,8 +40247,8 @@ } }, "range": [ - 17630, - 17644 + 17631, + 17645 ], "loc": { "start": { @@ -40265,8 +40265,8 @@ "type": "BreakStatement", "label": null, "range": [ - 17665, - 17671 + 17666, + 17672 ], "loc": { "start": { @@ -40281,8 +40281,8 @@ } ], "range": [ - 17593, - 17671 + 17594, + 17672 ], "loc": { "start": { @@ -40302,8 +40302,8 @@ "value": "last", "raw": "'last'", "range": [ - 17693, - 17699 + 17694, + 17700 ], "loc": { "start": { @@ -40328,8 +40328,8 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17721, - 17727 + 17722, + 17728 ], "loc": { "start": { @@ -40346,8 +40346,8 @@ "type": "Identifier", "name": "last", "range": [ - 17728, - 17732 + 17729, + 17733 ], "loc": { "start": { @@ -40361,8 +40361,8 @@ } }, "range": [ - 17721, - 17732 + 17722, + 17733 ], "loc": { "start": { @@ -40377,8 +40377,8 @@ }, "arguments": [], "range": [ - 17721, - 17734 + 17722, + 17735 ], "loc": { "start": { @@ -40392,8 +40392,8 @@ } }, "range": [ - 17721, - 17735 + 17722, + 17736 ], "loc": { "start": { @@ -40410,8 +40410,8 @@ "type": "BreakStatement", "label": null, "range": [ - 17756, - 17762 + 17757, + 17763 ], "loc": { "start": { @@ -40426,8 +40426,8 @@ } ], "range": [ - 17688, - 17762 + 17689, + 17763 ], "loc": { "start": { @@ -40447,8 +40447,8 @@ "value": "first", "raw": "'first'", "range": [ - 17784, - 17791 + 17785, + 17792 ], "loc": { "start": { @@ -40473,8 +40473,8 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17813, - 17819 + 17814, + 17820 ], "loc": { "start": { @@ -40491,8 +40491,8 @@ "type": "Identifier", "name": "first", "range": [ - 17820, - 17825 + 17821, + 17826 ], "loc": { "start": { @@ -40506,8 +40506,8 @@ } }, "range": [ - 17813, - 17825 + 17814, + 17826 ], "loc": { "start": { @@ -40522,8 +40522,8 @@ }, "arguments": [], "range": [ - 17813, - 17827 + 17814, + 17828 ], "loc": { "start": { @@ -40537,8 +40537,8 @@ } }, "range": [ - 17813, - 17828 + 17814, + 17829 ], "loc": { "start": { @@ -40555,8 +40555,8 @@ "type": "BreakStatement", "label": null, "range": [ - 17849, - 17855 + 17850, + 17856 ], "loc": { "start": { @@ -40571,8 +40571,8 @@ } ], "range": [ - 17779, - 17855 + 17780, + 17856 ], "loc": { "start": { @@ -40600,8 +40600,8 @@ "type": "Identifier", "name": "btnEvt", "range": [ - 17901, - 17907 + 17902, + 17908 ], "loc": { "start": { @@ -40618,8 +40618,8 @@ "type": "Identifier", "name": "next", "range": [ - 17908, - 17912 + 17909, + 17913 ], "loc": { "start": { @@ -40633,8 +40633,8 @@ } }, "range": [ - 17901, - 17912 + 17902, + 17913 ], "loc": { "start": { @@ -40649,8 +40649,8 @@ }, "arguments": [], "range": [ - 17901, - 17914 + 17902, + 17915 ], "loc": { "start": { @@ -40664,8 +40664,8 @@ } }, "range": [ - 17901, - 17915 + 17902, + 17916 ], "loc": { "start": { @@ -40682,8 +40682,8 @@ "type": "BreakStatement", "label": null, "range": [ - 17936, - 17942 + 17937, + 17943 ], "loc": { "start": { @@ -40698,8 +40698,8 @@ } ], "range": [ - 17872, - 17942 + 17873, + 17943 ], "loc": { "start": { @@ -40714,8 +40714,8 @@ } ], "range": [ - 17460, - 17956 + 17461, + 17957 ], "loc": { "start": { @@ -40730,8 +40730,8 @@ } ], "range": [ - 17446, - 17966 + 17447, + 17967 ], "loc": { "start": { @@ -40753,8 +40753,8 @@ "type": "Identifier", "name": "cmdtype", "range": [ - 17984, - 17991 + 17985, + 17992 ], "loc": { "start": { @@ -40772,8 +40772,8 @@ "value": "number", "raw": "'number'", "range": [ - 17996, - 18004 + 17997, + 18005 ], "loc": { "start": { @@ -40787,8 +40787,8 @@ } }, "range": [ - 17984, - 18004 + 17985, + 18005 ], "loc": { "start": { @@ -40814,8 +40814,8 @@ "object": { "type": "ThisExpression", "range": [ - 18020, - 18024 + 18021, + 18025 ], "loc": { "start": { @@ -40832,8 +40832,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 18025, - 18035 + 18026, + 18036 ], "loc": { "start": { @@ -40847,8 +40847,8 @@ } }, "range": [ - 18020, - 18035 + 18021, + 18036 ], "loc": { "start": { @@ -40869,8 +40869,8 @@ "type": "Identifier", "name": "cmd", "range": [ - 18036, - 18039 + 18037, + 18040 ], "loc": { "start": { @@ -40888,8 +40888,8 @@ "value": 1, "raw": "1", "range": [ - 18042, - 18043 + 18043, + 18044 ], "loc": { "start": { @@ -40903,8 +40903,8 @@ } }, "range": [ - 18036, - 18043 + 18037, + 18044 ], "loc": { "start": { @@ -40919,8 +40919,8 @@ } ], "range": [ - 18020, - 18044 + 18021, + 18045 ], "loc": { "start": { @@ -40934,8 +40934,8 @@ } }, "range": [ - 18020, - 18045 + 18021, + 18046 ], "loc": { "start": { @@ -40950,8 +40950,8 @@ } ], "range": [ - 18006, - 18055 + 18007, + 18056 ], "loc": { "start": { @@ -40966,8 +40966,8 @@ }, "alternate": null, "range": [ - 17980, - 18055 + 17981, + 18056 ], "loc": { "start": { @@ -40981,8 +40981,8 @@ } }, "range": [ - 17420, - 18055 + 17421, + 18056 ], "loc": { "start": { @@ -40997,8 +40997,8 @@ } ], "range": [ - 17239, - 18061 + 17240, + 18062 ], "loc": { "start": { @@ -41014,8 +41014,8 @@ "generator": false, "expression": false, "range": [ - 17233, - 18061 + 17234, + 18062 ], "loc": { "start": { @@ -41031,8 +41031,8 @@ "kind": "method", "computed": false, "range": [ - 17226, - 18061 + 17227, + 18062 ], "loc": { "start": { @@ -41049,8 +41049,8 @@ "type": "Block", "value": "*\n * Show page defined by passed argument (string or number):\n * @param {String}/{Number} cmd possible string values: 'next',\n * 'previous', 'last', 'first' or page number as per param\n ", "range": [ - 17013, - 17221 + 17014, + 17222 ], "loc": { "start": { @@ -41069,8 +41069,8 @@ "type": "Block", "value": "*\n * Generates UI elements for the number of results per page drop-down\n ", "range": [ - 18067, - 18152 + 18068, + 18153 ], "loc": { "start": { @@ -41092,8 +41092,8 @@ "type": "Identifier", "name": "setResultsPerPage", "range": [ - 18157, - 18174 + 18158, + 18175 ], "loc": { "start": { @@ -41122,8 +41122,8 @@ "type": "Identifier", "name": "tf", "range": [ - 18191, - 18193 + 18192, + 18194 ], "loc": { "start": { @@ -41142,8 +41142,8 @@ "object": { "type": "ThisExpression", "range": [ - 18196, - 18200 + 18197, + 18201 ], "loc": { "start": { @@ -41160,8 +41160,8 @@ "type": "Identifier", "name": "tf", "range": [ - 18201, - 18203 + 18202, + 18204 ], "loc": { "start": { @@ -41175,8 +41175,8 @@ } }, "range": [ - 18196, - 18203 + 18197, + 18204 ], "loc": { "start": { @@ -41190,8 +41190,8 @@ } }, "range": [ - 18191, - 18203 + 18192, + 18204 ], "loc": { "start": { @@ -41207,8 +41207,8 @@ ], "kind": "var", "range": [ - 18187, - 18204 + 18188, + 18205 ], "loc": { "start": { @@ -41230,8 +41230,8 @@ "type": "Identifier", "name": "evt", "range": [ - 18217, - 18220 + 18218, + 18221 ], "loc": { "start": { @@ -41250,8 +41250,8 @@ "object": { "type": "ThisExpression", "range": [ - 18223, - 18227 + 18224, + 18228 ], "loc": { "start": { @@ -41268,8 +41268,8 @@ "type": "Identifier", "name": "evt", "range": [ - 18228, - 18231 + 18229, + 18232 ], "loc": { "start": { @@ -41283,8 +41283,8 @@ } }, "range": [ - 18223, - 18231 + 18224, + 18232 ], "loc": { "start": { @@ -41298,8 +41298,8 @@ } }, "range": [ - 18217, - 18231 + 18218, + 18232 ], "loc": { "start": { @@ -41315,8 +41315,8 @@ ], "kind": "var", "range": [ - 18213, - 18232 + 18214, + 18233 ], "loc": { "start": { @@ -41340,8 +41340,8 @@ "object": { "type": "ThisExpression", "range": [ - 18246, - 18250 + 18247, + 18251 ], "loc": { "start": { @@ -41358,8 +41358,8 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 18251, - 18268 + 18252, + 18269 ], "loc": { "start": { @@ -41373,8 +41373,8 @@ } }, "range": [ - 18246, - 18268 + 18247, + 18269 ], "loc": { "start": { @@ -41396,8 +41396,8 @@ "object": { "type": "ThisExpression", "range": [ - 18273, - 18277 + 18274, + 18278 ], "loc": { "start": { @@ -41414,8 +41414,8 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 18278, - 18292 + 18279, + 18293 ], "loc": { "start": { @@ -41429,8 +41429,8 @@ } }, "range": [ - 18273, - 18292 + 18274, + 18293 ], "loc": { "start": { @@ -41445,8 +41445,8 @@ }, "prefix": true, "range": [ - 18272, - 18292 + 18273, + 18293 ], "loc": { "start": { @@ -41460,8 +41460,8 @@ } }, "range": [ - 18246, - 18292 + 18247, + 18293 ], "loc": { "start": { @@ -41481,8 +41481,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 18308, - 18315 + 18309, + 18316 ], "loc": { "start": { @@ -41497,8 +41497,8 @@ } ], "range": [ - 18294, - 18325 + 18295, + 18326 ], "loc": { "start": { @@ -41513,8 +41513,8 @@ }, "alternate": null, "range": [ - 18242, - 18325 + 18243, + 18326 ], "loc": { "start": { @@ -41539,8 +41539,8 @@ "type": "Identifier", "name": "evt", "range": [ - 18335, - 18338 + 18336, + 18339 ], "loc": { "start": { @@ -41557,8 +41557,8 @@ "type": "Identifier", "name": "slcResultsChange", "range": [ - 18339, - 18355 + 18340, + 18356 ], "loc": { "start": { @@ -41572,8 +41572,8 @@ } }, "range": [ - 18335, - 18355 + 18336, + 18356 ], "loc": { "start": { @@ -41594,8 +41594,8 @@ "type": "Identifier", "name": "ev", "range": [ - 18359, - 18361 + 18360, + 18362 ], "loc": { "start": { @@ -41622,8 +41622,8 @@ "object": { "type": "ThisExpression", "range": [ - 18380, - 18384 + 18381, + 18385 ], "loc": { "start": { @@ -41640,8 +41640,8 @@ "type": "Identifier", "name": "onChangeResultsPerPage", "range": [ - 18385, - 18407 + 18386, + 18408 ], "loc": { "start": { @@ -41655,8 +41655,8 @@ } }, "range": [ - 18380, - 18407 + 18381, + 18408 ], "loc": { "start": { @@ -41671,8 +41671,8 @@ }, "arguments": [], "range": [ - 18380, - 18409 + 18381, + 18410 ], "loc": { "start": { @@ -41686,8 +41686,8 @@ } }, "range": [ - 18380, - 18410 + 18381, + 18411 ], "loc": { "start": { @@ -41714,8 +41714,8 @@ "type": "Identifier", "name": "ev", "range": [ - 18423, - 18425 + 18424, + 18426 ], "loc": { "start": { @@ -41732,8 +41732,8 @@ "type": "Identifier", "name": "target", "range": [ - 18426, - 18432 + 18427, + 18433 ], "loc": { "start": { @@ -41747,8 +41747,8 @@ } }, "range": [ - 18423, - 18432 + 18424, + 18433 ], "loc": { "start": { @@ -41765,8 +41765,8 @@ "type": "Identifier", "name": "blur", "range": [ - 18433, - 18437 + 18434, + 18438 ], "loc": { "start": { @@ -41780,8 +41780,8 @@ } }, "range": [ - 18423, - 18437 + 18424, + 18438 ], "loc": { "start": { @@ -41796,8 +41796,8 @@ }, "arguments": [], "range": [ - 18423, - 18439 + 18424, + 18440 ], "loc": { "start": { @@ -41811,8 +41811,8 @@ } }, "range": [ - 18423, - 18440 + 18424, + 18441 ], "loc": { "start": { @@ -41827,8 +41827,8 @@ } ], "range": [ - 18366, - 18450 + 18367, + 18451 ], "loc": { "start": { @@ -41844,8 +41844,8 @@ "generator": false, "expression": false, "range": [ - 18358, - 18450 + 18359, + 18451 ], "loc": { "start": { @@ -41859,8 +41859,8 @@ } }, "range": [ - 18335, - 18450 + 18336, + 18451 ], "loc": { "start": { @@ -41874,8 +41874,8 @@ } }, "range": [ - 18335, - 18451 + 18336, + 18452 ], "loc": { "start": { @@ -41897,8 +41897,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 18465, - 18469 + 18466, + 18470 ], "loc": { "start": { @@ -41920,8 +41920,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 18472, - 18475 + 18473, + 18476 ], "loc": { "start": { @@ -41938,8 +41938,8 @@ "type": "Identifier", "name": "create", "range": [ - 18476, - 18482 + 18477, + 18483 ], "loc": { "start": { @@ -41953,8 +41953,8 @@ } }, "range": [ - 18472, - 18482 + 18473, + 18483 ], "loc": { "start": { @@ -41972,8 +41972,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 18484, - 18490 + 18485, + 18491 ], "loc": { "start": { @@ -41994,8 +41994,8 @@ "value": "id", "raw": "'id'", "range": [ - 18493, - 18497 + 18494, + 18498 ], "loc": { "start": { @@ -42017,8 +42017,8 @@ "object": { "type": "ThisExpression", "range": [ - 18499, - 18503 + 18500, + 18504 ], "loc": { "start": { @@ -42035,8 +42035,8 @@ "type": "Identifier", "name": "prfxSlcResults", "range": [ - 18504, - 18518 + 18505, + 18519 ], "loc": { "start": { @@ -42050,8 +42050,8 @@ } }, "range": [ - 18499, - 18518 + 18500, + 18519 ], "loc": { "start": { @@ -42071,8 +42071,8 @@ "type": "Identifier", "name": "tf", "range": [ - 18521, - 18523 + 18522, + 18524 ], "loc": { "start": { @@ -42089,8 +42089,8 @@ "type": "Identifier", "name": "id", "range": [ - 18524, - 18526 + 18525, + 18527 ], "loc": { "start": { @@ -42104,8 +42104,8 @@ } }, "range": [ - 18521, - 18526 + 18522, + 18527 ], "loc": { "start": { @@ -42119,8 +42119,8 @@ } }, "range": [ - 18499, - 18526 + 18500, + 18527 ], "loc": { "start": { @@ -42135,8 +42135,8 @@ } ], "range": [ - 18492, - 18527 + 18493, + 18528 ], "loc": { "start": { @@ -42151,8 +42151,8 @@ } ], "range": [ - 18472, - 18528 + 18473, + 18529 ], "loc": { "start": { @@ -42166,8 +42166,8 @@ } }, "range": [ - 18465, - 18528 + 18466, + 18529 ], "loc": { "start": { @@ -42183,8 +42183,8 @@ ], "kind": "var", "range": [ - 18461, - 18529 + 18462, + 18530 ], "loc": { "start": { @@ -42209,8 +42209,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 18538, - 18542 + 18539, + 18543 ], "loc": { "start": { @@ -42227,8 +42227,8 @@ "type": "Identifier", "name": "className", "range": [ - 18543, - 18552 + 18544, + 18553 ], "loc": { "start": { @@ -42242,8 +42242,8 @@ } }, "range": [ - 18538, - 18552 + 18539, + 18553 ], "loc": { "start": { @@ -42262,8 +42262,8 @@ "object": { "type": "ThisExpression", "range": [ - 18555, - 18559 + 18556, + 18560 ], "loc": { "start": { @@ -42280,8 +42280,8 @@ "type": "Identifier", "name": "resultsSlcCssClass", "range": [ - 18560, - 18578 + 18561, + 18579 ], "loc": { "start": { @@ -42295,8 +42295,8 @@ } }, "range": [ - 18555, - 18578 + 18556, + 18579 ], "loc": { "start": { @@ -42310,8 +42310,8 @@ } }, "range": [ - 18538, - 18578 + 18539, + 18579 ], "loc": { "start": { @@ -42325,8 +42325,8 @@ } }, "range": [ - 18538, - 18579 + 18539, + 18580 ], "loc": { "start": { @@ -42348,8 +42348,8 @@ "type": "Identifier", "name": "slcRText", "range": [ - 18592, - 18600 + 18593, + 18601 ], "loc": { "start": { @@ -42371,8 +42371,8 @@ "object": { "type": "ThisExpression", "range": [ - 18603, - 18607 + 18604, + 18608 ], "loc": { "start": { @@ -42389,8 +42389,8 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 18608, - 18622 + 18609, + 18623 ], "loc": { "start": { @@ -42404,8 +42404,8 @@ } }, "range": [ - 18603, - 18622 + 18604, + 18623 ], "loc": { "start": { @@ -42423,8 +42423,8 @@ "value": 0, "raw": "0", "range": [ - 18623, - 18624 + 18624, + 18625 ], "loc": { "start": { @@ -42438,8 +42438,8 @@ } }, "range": [ - 18603, - 18625 + 18604, + 18626 ], "loc": { "start": { @@ -42453,8 +42453,8 @@ } }, "range": [ - 18592, - 18625 + 18593, + 18626 ], "loc": { "start": { @@ -42473,8 +42473,8 @@ "type": "Identifier", "name": "slcROpts", "range": [ - 18639, - 18647 + 18640, + 18648 ], "loc": { "start": { @@ -42496,8 +42496,8 @@ "object": { "type": "ThisExpression", "range": [ - 18650, - 18654 + 18651, + 18655 ], "loc": { "start": { @@ -42514,8 +42514,8 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 18655, - 18669 + 18656, + 18670 ], "loc": { "start": { @@ -42529,8 +42529,8 @@ } }, "range": [ - 18650, - 18669 + 18651, + 18670 ], "loc": { "start": { @@ -42548,8 +42548,8 @@ "value": 1, "raw": "1", "range": [ - 18670, - 18671 + 18671, + 18672 ], "loc": { "start": { @@ -42563,8 +42563,8 @@ } }, "range": [ - 18650, - 18672 + 18651, + 18673 ], "loc": { "start": { @@ -42578,8 +42578,8 @@ } }, "range": [ - 18639, - 18672 + 18640, + 18673 ], "loc": { "start": { @@ -42595,8 +42595,8 @@ ], "kind": "var", "range": [ - 18588, - 18673 + 18589, + 18674 ], "loc": { "start": { @@ -42618,8 +42618,8 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 18686, - 18694 + 18687, + 18695 ], "loc": { "start": { @@ -42641,8 +42641,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 18697, - 18700 + 18698, + 18701 ], "loc": { "start": { @@ -42659,8 +42659,8 @@ "type": "Identifier", "name": "create", "range": [ - 18701, - 18707 + 18702, + 18708 ], "loc": { "start": { @@ -42674,8 +42674,8 @@ } }, "range": [ - 18697, - 18707 + 18698, + 18708 ], "loc": { "start": { @@ -42694,8 +42694,8 @@ "value": "span", "raw": "'span'", "range": [ - 18721, - 18727 + 18722, + 18728 ], "loc": { "start": { @@ -42716,8 +42716,8 @@ "value": "id", "raw": "'id'", "range": [ - 18730, - 18734 + 18731, + 18735 ], "loc": { "start": { @@ -42739,8 +42739,8 @@ "object": { "type": "ThisExpression", "range": [ - 18736, - 18740 + 18737, + 18741 ], "loc": { "start": { @@ -42757,8 +42757,8 @@ "type": "Identifier", "name": "prfxSlcResultsTxt", "range": [ - 18741, - 18758 + 18742, + 18759 ], "loc": { "start": { @@ -42772,8 +42772,8 @@ } }, "range": [ - 18736, - 18758 + 18737, + 18759 ], "loc": { "start": { @@ -42793,8 +42793,8 @@ "type": "Identifier", "name": "tf", "range": [ - 18761, - 18763 + 18762, + 18764 ], "loc": { "start": { @@ -42811,8 +42811,8 @@ "type": "Identifier", "name": "id", "range": [ - 18764, - 18766 + 18765, + 18767 ], "loc": { "start": { @@ -42826,8 +42826,8 @@ } }, "range": [ - 18761, - 18766 + 18762, + 18767 ], "loc": { "start": { @@ -42841,8 +42841,8 @@ } }, "range": [ - 18736, - 18766 + 18737, + 18767 ], "loc": { "start": { @@ -42857,8 +42857,8 @@ } ], "range": [ - 18729, - 18767 + 18730, + 18768 ], "loc": { "start": { @@ -42873,8 +42873,8 @@ } ], "range": [ - 18697, - 18768 + 18698, + 18769 ], "loc": { "start": { @@ -42888,8 +42888,8 @@ } }, "range": [ - 18686, - 18768 + 18687, + 18769 ], "loc": { "start": { @@ -42905,8 +42905,8 @@ ], "kind": "var", "range": [ - 18682, - 18769 + 18683, + 18770 ], "loc": { "start": { @@ -42931,8 +42931,8 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 18778, - 18786 + 18779, + 18787 ], "loc": { "start": { @@ -42949,8 +42949,8 @@ "type": "Identifier", "name": "className", "range": [ - 18787, - 18796 + 18788, + 18797 ], "loc": { "start": { @@ -42964,8 +42964,8 @@ } }, "range": [ - 18778, - 18796 + 18779, + 18797 ], "loc": { "start": { @@ -42984,8 +42984,8 @@ "object": { "type": "ThisExpression", "range": [ - 18799, - 18803 + 18800, + 18804 ], "loc": { "start": { @@ -43002,8 +43002,8 @@ "type": "Identifier", "name": "resultsSpanCssClass", "range": [ - 18804, - 18823 + 18805, + 18824 ], "loc": { "start": { @@ -43017,8 +43017,8 @@ } }, "range": [ - 18799, - 18823 + 18800, + 18824 ], "loc": { "start": { @@ -43032,8 +43032,8 @@ } }, "range": [ - 18778, - 18823 + 18779, + 18824 ], "loc": { "start": { @@ -43047,8 +43047,8 @@ } }, "range": [ - 18778, - 18824 + 18779, + 18825 ], "loc": { "start": { @@ -43065,8 +43065,8 @@ "type": "Line", "value": " results per page select is added to external element", "range": [ - 18834, - 18889 + 18835, + 18890 ], "loc": { "start": { @@ -43092,8 +43092,8 @@ "object": { "type": "ThisExpression", "range": [ - 18903, - 18907 + 18904, + 18908 ], "loc": { "start": { @@ -43110,8 +43110,8 @@ "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ - 18908, - 18927 + 18909, + 18928 ], "loc": { "start": { @@ -43125,8 +43125,8 @@ } }, "range": [ - 18903, - 18927 + 18904, + 18928 ], "loc": { "start": { @@ -43141,8 +43141,8 @@ }, "prefix": true, "range": [ - 18902, - 18927 + 18903, + 18928 ], "loc": { "start": { @@ -43169,8 +43169,8 @@ "type": "Identifier", "name": "tf", "range": [ - 18943, - 18945 + 18944, + 18946 ], "loc": { "start": { @@ -43187,8 +43187,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 18946, - 18956 + 18947, + 18957 ], "loc": { "start": { @@ -43202,8 +43202,8 @@ } }, "range": [ - 18943, - 18956 + 18944, + 18957 ], "loc": { "start": { @@ -43218,8 +43218,8 @@ }, "arguments": [], "range": [ - 18943, - 18958 + 18944, + 18959 ], "loc": { "start": { @@ -43233,8 +43233,8 @@ } }, "range": [ - 18943, - 18959 + 18944, + 18960 ], "loc": { "start": { @@ -43249,8 +43249,8 @@ } ], "range": [ - 18929, - 18969 + 18930, + 18970 ], "loc": { "start": { @@ -43265,8 +43265,8 @@ }, "alternate": null, "range": [ - 18898, - 18969 + 18899, + 18970 ], "loc": { "start": { @@ -43283,8 +43283,8 @@ "type": "Line", "value": " results per page select is added to external element", "range": [ - 18834, - 18889 + 18835, + 18890 ], "loc": { "start": { @@ -43308,8 +43308,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 18982, - 18990 + 18983, + 18991 ], "loc": { "start": { @@ -43333,8 +43333,8 @@ "object": { "type": "ThisExpression", "range": [ - 18994, - 18998 + 18995, + 18999 ], "loc": { "start": { @@ -43351,8 +43351,8 @@ "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ - 18999, - 19018 + 19000, + 19019 ], "loc": { "start": { @@ -43366,8 +43366,8 @@ } }, "range": [ - 18994, - 19018 + 18995, + 19019 ], "loc": { "start": { @@ -43382,8 +43382,8 @@ }, "prefix": true, "range": [ - 18993, - 19018 + 18994, + 19019 ], "loc": { "start": { @@ -43403,8 +43403,8 @@ "type": "Identifier", "name": "tf", "range": [ - 19033, - 19035 + 19034, + 19036 ], "loc": { "start": { @@ -43421,8 +43421,8 @@ "type": "Identifier", "name": "rDiv", "range": [ - 19036, - 19040 + 19037, + 19041 ], "loc": { "start": { @@ -43436,8 +43436,8 @@ } }, "range": [ - 19033, - 19040 + 19034, + 19041 ], "loc": { "start": { @@ -43459,8 +43459,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 19043, - 19046 + 19044, + 19047 ], "loc": { "start": { @@ -43477,8 +43477,8 @@ "type": "Identifier", "name": "id", "range": [ - 19047, - 19049 + 19048, + 19050 ], "loc": { "start": { @@ -43492,8 +43492,8 @@ } }, "range": [ - 19043, - 19049 + 19044, + 19050 ], "loc": { "start": { @@ -43513,8 +43513,8 @@ "object": { "type": "ThisExpression", "range": [ - 19050, - 19054 + 19051, + 19055 ], "loc": { "start": { @@ -43531,8 +43531,8 @@ "type": "Identifier", "name": "resultsPerPageTgtId", "range": [ - 19055, - 19074 + 19056, + 19075 ], "loc": { "start": { @@ -43546,8 +43546,8 @@ } }, "range": [ - 19050, - 19074 + 19051, + 19075 ], "loc": { "start": { @@ -43562,8 +43562,8 @@ } ], "range": [ - 19043, - 19075 + 19044, + 19076 ], "loc": { "start": { @@ -43577,8 +43577,8 @@ } }, "range": [ - 18993, - 19075 + 18994, + 19076 ], "loc": { "start": { @@ -43592,8 +43592,8 @@ } }, "range": [ - 18982, - 19075 + 18983, + 19076 ], "loc": { "start": { @@ -43609,8 +43609,8 @@ ], "kind": "var", "range": [ - 18978, - 19076 + 18979, + 19077 ], "loc": { "start": { @@ -43634,8 +43634,8 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 19085, - 19093 + 19086, + 19094 ], "loc": { "start": { @@ -43652,8 +43652,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 19094, - 19105 + 19095, + 19106 ], "loc": { "start": { @@ -43667,8 +43667,8 @@ } }, "range": [ - 19085, - 19105 + 19086, + 19106 ], "loc": { "start": { @@ -43691,8 +43691,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 19106, - 19109 + 19107, + 19110 ], "loc": { "start": { @@ -43709,8 +43709,8 @@ "type": "Identifier", "name": "text", "range": [ - 19110, - 19114 + 19111, + 19115 ], "loc": { "start": { @@ -43724,8 +43724,8 @@ } }, "range": [ - 19106, - 19114 + 19107, + 19115 ], "loc": { "start": { @@ -43743,8 +43743,8 @@ "type": "Identifier", "name": "slcRText", "range": [ - 19115, - 19123 + 19116, + 19124 ], "loc": { "start": { @@ -43759,8 +43759,8 @@ } ], "range": [ - 19106, - 19124 + 19107, + 19125 ], "loc": { "start": { @@ -43775,8 +43775,8 @@ } ], "range": [ - 19085, - 19125 + 19086, + 19126 ], "loc": { "start": { @@ -43790,8 +43790,8 @@ } }, "range": [ - 19085, - 19126 + 19086, + 19127 ], "loc": { "start": { @@ -43813,8 +43813,8 @@ "type": "Identifier", "name": "help", "range": [ - 19140, - 19144 + 19141, + 19145 ], "loc": { "start": { @@ -43836,8 +43836,8 @@ "type": "Identifier", "name": "tf", "range": [ - 19147, - 19149 + 19148, + 19150 ], "loc": { "start": { @@ -43854,8 +43854,8 @@ "type": "Identifier", "name": "feature", "range": [ - 19150, - 19157 + 19151, + 19158 ], "loc": { "start": { @@ -43869,8 +43869,8 @@ } }, "range": [ - 19147, - 19157 + 19148, + 19158 ], "loc": { "start": { @@ -43889,8 +43889,8 @@ "value": "help", "raw": "'help'", "range": [ - 19158, - 19164 + 19159, + 19165 ], "loc": { "start": { @@ -43905,8 +43905,8 @@ } ], "range": [ - 19147, - 19165 + 19148, + 19166 ], "loc": { "start": { @@ -43920,8 +43920,8 @@ } }, "range": [ - 19140, - 19165 + 19141, + 19166 ], "loc": { "start": { @@ -43937,8 +43937,8 @@ ], "kind": "var", "range": [ - 19136, - 19166 + 19137, + 19167 ], "loc": { "start": { @@ -43960,8 +43960,8 @@ "type": "Identifier", "name": "help", "range": [ - 19179, - 19183 + 19180, + 19184 ], "loc": { "start": { @@ -43981,8 +43981,8 @@ "type": "Identifier", "name": "help", "range": [ - 19187, - 19191 + 19188, + 19192 ], "loc": { "start": { @@ -43999,8 +43999,8 @@ "type": "Identifier", "name": "btn", "range": [ - 19192, - 19195 + 19193, + 19196 ], "loc": { "start": { @@ -44014,8 +44014,8 @@ } }, "range": [ - 19187, - 19195 + 19188, + 19196 ], "loc": { "start": { @@ -44029,8 +44029,8 @@ } }, "range": [ - 19179, - 19195 + 19180, + 19196 ], "loc": { "start": { @@ -44063,8 +44063,8 @@ "type": "Identifier", "name": "help", "range": [ - 19211, - 19215 + 19212, + 19216 ], "loc": { "start": { @@ -44081,8 +44081,8 @@ "type": "Identifier", "name": "btn", "range": [ - 19216, - 19219 + 19217, + 19220 ], "loc": { "start": { @@ -44096,8 +44096,8 @@ } }, "range": [ - 19211, - 19219 + 19212, + 19220 ], "loc": { "start": { @@ -44114,8 +44114,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 19220, - 19230 + 19221, + 19231 ], "loc": { "start": { @@ -44129,8 +44129,8 @@ } }, "range": [ - 19211, - 19230 + 19212, + 19231 ], "loc": { "start": { @@ -44147,8 +44147,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 19231, - 19243 + 19232, + 19244 ], "loc": { "start": { @@ -44162,8 +44162,8 @@ } }, "range": [ - 19211, - 19243 + 19212, + 19244 ], "loc": { "start": { @@ -44181,8 +44181,8 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 19244, - 19252 + 19245, + 19253 ], "loc": { "start": { @@ -44202,8 +44202,8 @@ "type": "Identifier", "name": "help", "range": [ - 19254, - 19258 + 19255, + 19259 ], "loc": { "start": { @@ -44220,8 +44220,8 @@ "type": "Identifier", "name": "btn", "range": [ - 19259, - 19262 + 19260, + 19263 ], "loc": { "start": { @@ -44235,8 +44235,8 @@ } }, "range": [ - 19254, - 19262 + 19255, + 19263 ], "loc": { "start": { @@ -44251,8 +44251,8 @@ } ], "range": [ - 19211, - 19263 + 19212, + 19264 ], "loc": { "start": { @@ -44266,8 +44266,8 @@ } }, "range": [ - 19211, - 19264 + 19212, + 19265 ], "loc": { "start": { @@ -44297,8 +44297,8 @@ "type": "Identifier", "name": "help", "range": [ - 19277, - 19281 + 19278, + 19282 ], "loc": { "start": { @@ -44315,8 +44315,8 @@ "type": "Identifier", "name": "btn", "range": [ - 19282, - 19285 + 19283, + 19286 ], "loc": { "start": { @@ -44330,8 +44330,8 @@ } }, "range": [ - 19277, - 19285 + 19278, + 19286 ], "loc": { "start": { @@ -44348,8 +44348,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 19286, - 19296 + 19287, + 19297 ], "loc": { "start": { @@ -44363,8 +44363,8 @@ } }, "range": [ - 19277, - 19296 + 19278, + 19297 ], "loc": { "start": { @@ -44381,8 +44381,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 19297, - 19309 + 19298, + 19310 ], "loc": { "start": { @@ -44396,8 +44396,8 @@ } }, "range": [ - 19277, - 19309 + 19278, + 19310 ], "loc": { "start": { @@ -44415,8 +44415,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 19310, - 19314 + 19311, + 19315 ], "loc": { "start": { @@ -44436,8 +44436,8 @@ "type": "Identifier", "name": "help", "range": [ - 19316, - 19320 + 19317, + 19321 ], "loc": { "start": { @@ -44454,8 +44454,8 @@ "type": "Identifier", "name": "btn", "range": [ - 19321, - 19324 + 19322, + 19325 ], "loc": { "start": { @@ -44469,8 +44469,8 @@ } }, "range": [ - 19316, - 19324 + 19317, + 19325 ], "loc": { "start": { @@ -44485,8 +44485,8 @@ } ], "range": [ - 19277, - 19325 + 19278, + 19326 ], "loc": { "start": { @@ -44500,8 +44500,8 @@ } }, "range": [ - 19277, - 19326 + 19278, + 19327 ], "loc": { "start": { @@ -44516,8 +44516,8 @@ } ], "range": [ - 19197, - 19336 + 19198, + 19337 ], "loc": { "start": { @@ -44544,8 +44544,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 19356, - 19364 + 19357, + 19365 ], "loc": { "start": { @@ -44562,8 +44562,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 19365, - 19376 + 19366, + 19377 ], "loc": { "start": { @@ -44577,8 +44577,8 @@ } }, "range": [ - 19356, - 19376 + 19357, + 19377 ], "loc": { "start": { @@ -44596,8 +44596,8 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 19377, - 19385 + 19378, + 19386 ], "loc": { "start": { @@ -44612,8 +44612,8 @@ } ], "range": [ - 19356, - 19386 + 19357, + 19387 ], "loc": { "start": { @@ -44627,8 +44627,8 @@ } }, "range": [ - 19356, - 19387 + 19357, + 19388 ], "loc": { "start": { @@ -44652,8 +44652,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 19400, - 19408 + 19401, + 19409 ], "loc": { "start": { @@ -44670,8 +44670,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 19409, - 19420 + 19410, + 19421 ], "loc": { "start": { @@ -44685,8 +44685,8 @@ } }, "range": [ - 19400, - 19420 + 19401, + 19421 ], "loc": { "start": { @@ -44704,8 +44704,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 19421, - 19425 + 19422, + 19426 ], "loc": { "start": { @@ -44720,8 +44720,8 @@ } ], "range": [ - 19400, - 19426 + 19401, + 19427 ], "loc": { "start": { @@ -44735,8 +44735,8 @@ } }, "range": [ - 19400, - 19427 + 19401, + 19428 ], "loc": { "start": { @@ -44751,8 +44751,8 @@ } ], "range": [ - 19342, - 19437 + 19343, + 19438 ], "loc": { "start": { @@ -44766,8 +44766,8 @@ } }, "range": [ - 19175, - 19437 + 19176, + 19438 ], "loc": { "start": { @@ -44791,8 +44791,8 @@ "type": "Identifier", "name": "r", "range": [ - 19456, - 19457 + 19457, + 19458 ], "loc": { "start": { @@ -44810,8 +44810,8 @@ "value": 0, "raw": "0", "range": [ - 19460, - 19461 + 19461, + 19462 ], "loc": { "start": { @@ -44825,8 +44825,8 @@ } }, "range": [ - 19456, - 19461 + 19457, + 19462 ], "loc": { "start": { @@ -44842,8 +44842,8 @@ ], "kind": "var", "range": [ - 19452, - 19461 + 19453, + 19462 ], "loc": { "start": { @@ -44863,8 +44863,8 @@ "type": "Identifier", "name": "r", "range": [ - 19463, - 19464 + 19464, + 19465 ], "loc": { "start": { @@ -44884,8 +44884,8 @@ "type": "Identifier", "name": "slcROpts", "range": [ - 19467, - 19475 + 19468, + 19476 ], "loc": { "start": { @@ -44902,8 +44902,8 @@ "type": "Identifier", "name": "length", "range": [ - 19476, - 19482 + 19477, + 19483 ], "loc": { "start": { @@ -44917,8 +44917,8 @@ } }, "range": [ - 19467, - 19482 + 19468, + 19483 ], "loc": { "start": { @@ -44932,8 +44932,8 @@ } }, "range": [ - 19463, - 19482 + 19464, + 19483 ], "loc": { "start": { @@ -44953,8 +44953,8 @@ "type": "Identifier", "name": "r", "range": [ - 19484, - 19485 + 19485, + 19486 ], "loc": { "start": { @@ -44969,8 +44969,8 @@ }, "prefix": false, "range": [ - 19484, - 19487 + 19485, + 19488 ], "loc": { "start": { @@ -44995,8 +44995,8 @@ "type": "Identifier", "name": "currOpt", "range": [ - 19507, - 19514 + 19508, + 19515 ], "loc": { "start": { @@ -45015,8 +45015,8 @@ "type": "Identifier", "name": "Option", "range": [ - 19521, - 19527 + 19522, + 19528 ], "loc": { "start": { @@ -45037,8 +45037,8 @@ "type": "Identifier", "name": "slcROpts", "range": [ - 19528, - 19536 + 19529, + 19537 ], "loc": { "start": { @@ -45055,8 +45055,8 @@ "type": "Identifier", "name": "r", "range": [ - 19537, - 19538 + 19538, + 19539 ], "loc": { "start": { @@ -45070,8 +45070,8 @@ } }, "range": [ - 19528, - 19539 + 19529, + 19540 ], "loc": { "start": { @@ -45091,8 +45091,8 @@ "type": "Identifier", "name": "slcROpts", "range": [ - 19541, - 19549 + 19542, + 19550 ], "loc": { "start": { @@ -45109,8 +45109,8 @@ "type": "Identifier", "name": "r", "range": [ - 19550, - 19551 + 19551, + 19552 ], "loc": { "start": { @@ -45124,8 +45124,8 @@ } }, "range": [ - 19541, - 19552 + 19542, + 19553 ], "loc": { "start": { @@ -45143,8 +45143,8 @@ "value": false, "raw": "false", "range": [ - 19554, - 19559 + 19555, + 19560 ], "loc": { "start": { @@ -45162,8 +45162,8 @@ "value": false, "raw": "false", "range": [ - 19561, - 19566 + 19562, + 19567 ], "loc": { "start": { @@ -45178,8 +45178,8 @@ } ], "range": [ - 19517, - 19567 + 19518, + 19568 ], "loc": { "start": { @@ -45193,8 +45193,8 @@ } }, "range": [ - 19507, - 19567 + 19508, + 19568 ], "loc": { "start": { @@ -45210,8 +45210,8 @@ ], "kind": "var", "range": [ - 19503, - 19568 + 19504, + 19569 ], "loc": { "start": { @@ -45239,8 +45239,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 19581, - 19585 + 19582, + 19586 ], "loc": { "start": { @@ -45257,8 +45257,8 @@ "type": "Identifier", "name": "options", "range": [ - 19586, - 19593 + 19587, + 19594 ], "loc": { "start": { @@ -45272,8 +45272,8 @@ } }, "range": [ - 19581, - 19593 + 19582, + 19594 ], "loc": { "start": { @@ -45290,8 +45290,8 @@ "type": "Identifier", "name": "r", "range": [ - 19594, - 19595 + 19595, + 19596 ], "loc": { "start": { @@ -45305,8 +45305,8 @@ } }, "range": [ - 19581, - 19596 + 19582, + 19597 ], "loc": { "start": { @@ -45323,8 +45323,8 @@ "type": "Identifier", "name": "currOpt", "range": [ - 19599, - 19606 + 19600, + 19607 ], "loc": { "start": { @@ -45338,8 +45338,8 @@ } }, "range": [ - 19581, - 19606 + 19582, + 19607 ], "loc": { "start": { @@ -45353,8 +45353,8 @@ } }, "range": [ - 19581, - 19607 + 19582, + 19608 ], "loc": { "start": { @@ -45369,8 +45369,8 @@ } ], "range": [ - 19489, - 19617 + 19490, + 19618 ], "loc": { "start": { @@ -45384,8 +45384,8 @@ } }, "range": [ - 19447, - 19617 + 19448, + 19618 ], "loc": { "start": { @@ -45409,8 +45409,8 @@ "type": "Identifier", "name": "Event", "range": [ - 19626, - 19631 + 19627, + 19632 ], "loc": { "start": { @@ -45427,8 +45427,8 @@ "type": "Identifier", "name": "add", "range": [ - 19632, - 19635 + 19633, + 19636 ], "loc": { "start": { @@ -45442,8 +45442,8 @@ } }, "range": [ - 19626, - 19635 + 19627, + 19636 ], "loc": { "start": { @@ -45461,8 +45461,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 19636, - 19640 + 19637, + 19641 ], "loc": { "start": { @@ -45480,8 +45480,8 @@ "value": "change", "raw": "'change'", "range": [ - 19642, - 19650 + 19643, + 19651 ], "loc": { "start": { @@ -45501,8 +45501,8 @@ "type": "Identifier", "name": "evt", "range": [ - 19652, - 19655 + 19653, + 19656 ], "loc": { "start": { @@ -45519,8 +45519,8 @@ "type": "Identifier", "name": "slcResultsChange", "range": [ - 19656, - 19672 + 19657, + 19673 ], "loc": { "start": { @@ -45534,8 +45534,8 @@ } }, "range": [ - 19652, - 19672 + 19653, + 19673 ], "loc": { "start": { @@ -45550,8 +45550,8 @@ } ], "range": [ - 19626, - 19673 + 19627, + 19674 ], "loc": { "start": { @@ -45565,8 +45565,8 @@ } }, "range": [ - 19626, - 19674 + 19627, + 19675 ], "loc": { "start": { @@ -45590,8 +45590,8 @@ "object": { "type": "ThisExpression", "range": [ - 19683, - 19687 + 19684, + 19688 ], "loc": { "start": { @@ -45608,8 +45608,8 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 19688, - 19705 + 19689, + 19706 ], "loc": { "start": { @@ -45623,8 +45623,8 @@ } }, "range": [ - 19683, - 19705 + 19684, + 19706 ], "loc": { "start": { @@ -45641,8 +45641,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 19708, - 19712 + 19709, + 19713 ], "loc": { "start": { @@ -45656,8 +45656,8 @@ } }, "range": [ - 19683, - 19712 + 19684, + 19713 ], "loc": { "start": { @@ -45671,8 +45671,8 @@ } }, "range": [ - 19683, - 19713 + 19684, + 19714 ], "loc": { "start": { @@ -45687,8 +45687,8 @@ } ], "range": [ - 18177, - 19719 + 18178, + 19720 ], "loc": { "start": { @@ -45704,8 +45704,8 @@ "generator": false, "expression": false, "range": [ - 18174, - 19719 + 18175, + 19720 ], "loc": { "start": { @@ -45721,8 +45721,8 @@ "kind": "method", "computed": false, "range": [ - 18157, - 19719 + 18158, + 19720 ], "loc": { "start": { @@ -45739,8 +45739,8 @@ "type": "Block", "value": "*\n * Generates UI elements for the number of results per page drop-down\n ", "range": [ - 18067, - 18152 + 18068, + 18153 ], "loc": { "start": { @@ -45759,8 +45759,8 @@ "type": "Block", "value": "*\n * Remove number of results per page UI elements\n ", "range": [ - 19725, - 19789 + 19726, + 19790 ], "loc": { "start": { @@ -45782,8 +45782,8 @@ "type": "Identifier", "name": "removeResultsPerPage", "range": [ - 19794, - 19814 + 19795, + 19815 ], "loc": { "start": { @@ -45812,8 +45812,8 @@ "type": "Identifier", "name": "tf", "range": [ - 19831, - 19833 + 19832, + 19834 ], "loc": { "start": { @@ -45832,8 +45832,8 @@ "object": { "type": "ThisExpression", "range": [ - 19836, - 19840 + 19837, + 19841 ], "loc": { "start": { @@ -45850,8 +45850,8 @@ "type": "Identifier", "name": "tf", "range": [ - 19841, - 19843 + 19842, + 19844 ], "loc": { "start": { @@ -45865,8 +45865,8 @@ } }, "range": [ - 19836, - 19843 + 19837, + 19844 ], "loc": { "start": { @@ -45880,8 +45880,8 @@ } }, "range": [ - 19831, - 19843 + 19832, + 19844 ], "loc": { "start": { @@ -45897,8 +45897,8 @@ ], "kind": "var", "range": [ - 19827, - 19844 + 19828, + 19845 ], "loc": { "start": { @@ -45931,8 +45931,8 @@ "type": "Identifier", "name": "tf", "range": [ - 19858, - 19860 + 19859, + 19861 ], "loc": { "start": { @@ -45949,8 +45949,8 @@ "type": "Identifier", "name": "hasGrid", "range": [ - 19861, - 19868 + 19862, + 19869 ], "loc": { "start": { @@ -45964,8 +45964,8 @@ } }, "range": [ - 19858, - 19868 + 19859, + 19869 ], "loc": { "start": { @@ -45980,8 +45980,8 @@ }, "arguments": [], "range": [ - 19858, - 19870 + 19859, + 19871 ], "loc": { "start": { @@ -45996,8 +45996,8 @@ }, "prefix": true, "range": [ - 19857, - 19870 + 19858, + 19871 ], "loc": { "start": { @@ -46019,8 +46019,8 @@ "object": { "type": "ThisExpression", "range": [ - 19875, - 19879 + 19876, + 19880 ], "loc": { "start": { @@ -46037,8 +46037,8 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 19880, - 19897 + 19881, + 19898 ], "loc": { "start": { @@ -46052,8 +46052,8 @@ } }, "range": [ - 19875, - 19897 + 19876, + 19898 ], "loc": { "start": { @@ -46068,8 +46068,8 @@ }, "prefix": true, "range": [ - 19874, - 19897 + 19875, + 19898 ], "loc": { "start": { @@ -46083,8 +46083,8 @@ } }, "range": [ - 19857, - 19897 + 19858, + 19898 ], "loc": { "start": { @@ -46106,8 +46106,8 @@ "object": { "type": "ThisExpression", "range": [ - 19902, - 19906 + 19903, + 19907 ], "loc": { "start": { @@ -46124,8 +46124,8 @@ "type": "Identifier", "name": "resultsPerPage", "range": [ - 19907, - 19921 + 19908, + 19922 ], "loc": { "start": { @@ -46139,8 +46139,8 @@ } }, "range": [ - 19902, - 19921 + 19903, + 19922 ], "loc": { "start": { @@ -46155,8 +46155,8 @@ }, "prefix": true, "range": [ - 19901, - 19921 + 19902, + 19922 ], "loc": { "start": { @@ -46170,8 +46170,8 @@ } }, "range": [ - 19857, - 19921 + 19858, + 19922 ], "loc": { "start": { @@ -46191,8 +46191,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 19937, - 19944 + 19938, + 19945 ], "loc": { "start": { @@ -46207,8 +46207,8 @@ } ], "range": [ - 19923, - 19954 + 19924, + 19955 ], "loc": { "start": { @@ -46223,8 +46223,8 @@ }, "alternate": null, "range": [ - 19853, - 19954 + 19854, + 19955 ], "loc": { "start": { @@ -46246,8 +46246,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 19967, - 19971 + 19968, + 19972 ], "loc": { "start": { @@ -46266,8 +46266,8 @@ "object": { "type": "ThisExpression", "range": [ - 19974, - 19978 + 19975, + 19979 ], "loc": { "start": { @@ -46284,8 +46284,8 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 19979, - 19996 + 19980, + 19997 ], "loc": { "start": { @@ -46299,8 +46299,8 @@ } }, "range": [ - 19974, - 19996 + 19975, + 19997 ], "loc": { "start": { @@ -46314,8 +46314,8 @@ } }, "range": [ - 19967, - 19996 + 19968, + 19997 ], "loc": { "start": { @@ -46334,8 +46334,8 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 20010, - 20018 + 20011, + 20019 ], "loc": { "start": { @@ -46357,8 +46357,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 20021, - 20024 + 20022, + 20025 ], "loc": { "start": { @@ -46375,8 +46375,8 @@ "type": "Identifier", "name": "id", "range": [ - 20025, - 20027 + 20026, + 20028 ], "loc": { "start": { @@ -46390,8 +46390,8 @@ } }, "range": [ - 20021, - 20027 + 20022, + 20028 ], "loc": { "start": { @@ -46414,8 +46414,8 @@ "object": { "type": "ThisExpression", "range": [ - 20028, - 20032 + 20029, + 20033 ], "loc": { "start": { @@ -46432,8 +46432,8 @@ "type": "Identifier", "name": "prfxSlcResultsTxt", "range": [ - 20033, - 20050 + 20034, + 20051 ], "loc": { "start": { @@ -46447,8 +46447,8 @@ } }, "range": [ - 20028, - 20050 + 20029, + 20051 ], "loc": { "start": { @@ -46468,8 +46468,8 @@ "type": "Identifier", "name": "tf", "range": [ - 20053, - 20055 + 20054, + 20056 ], "loc": { "start": { @@ -46486,8 +46486,8 @@ "type": "Identifier", "name": "id", "range": [ - 20056, - 20058 + 20057, + 20059 ], "loc": { "start": { @@ -46501,8 +46501,8 @@ } }, "range": [ - 20053, - 20058 + 20054, + 20059 ], "loc": { "start": { @@ -46516,8 +46516,8 @@ } }, "range": [ - 20028, - 20058 + 20029, + 20059 ], "loc": { "start": { @@ -46532,8 +46532,8 @@ } ], "range": [ - 20021, - 20059 + 20022, + 20060 ], "loc": { "start": { @@ -46547,8 +46547,8 @@ } }, "range": [ - 20010, - 20059 + 20011, + 20060 ], "loc": { "start": { @@ -46564,8 +46564,8 @@ ], "kind": "var", "range": [ - 19963, - 20060 + 19964, + 20061 ], "loc": { "start": { @@ -46584,8 +46584,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 20073, - 20077 + 20074, + 20078 ], "loc": { "start": { @@ -46612,8 +46612,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 20093, - 20096 + 20094, + 20097 ], "loc": { "start": { @@ -46630,8 +46630,8 @@ "type": "Identifier", "name": "remove", "range": [ - 20097, - 20103 + 20098, + 20104 ], "loc": { "start": { @@ -46645,8 +46645,8 @@ } }, "range": [ - 20093, - 20103 + 20094, + 20104 ], "loc": { "start": { @@ -46664,8 +46664,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 20104, - 20108 + 20105, + 20109 ], "loc": { "start": { @@ -46680,8 +46680,8 @@ } ], "range": [ - 20093, - 20109 + 20094, + 20110 ], "loc": { "start": { @@ -46695,8 +46695,8 @@ } }, "range": [ - 20093, - 20110 + 20094, + 20111 ], "loc": { "start": { @@ -46711,8 +46711,8 @@ } ], "range": [ - 20079, - 20120 + 20080, + 20121 ], "loc": { "start": { @@ -46727,8 +46727,8 @@ }, "alternate": null, "range": [ - 20069, - 20120 + 20070, + 20121 ], "loc": { "start": { @@ -46747,8 +46747,8 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 20133, - 20141 + 20134, + 20142 ], "loc": { "start": { @@ -46775,8 +46775,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 20157, - 20160 + 20158, + 20161 ], "loc": { "start": { @@ -46793,8 +46793,8 @@ "type": "Identifier", "name": "remove", "range": [ - 20161, - 20167 + 20162, + 20168 ], "loc": { "start": { @@ -46808,8 +46808,8 @@ } }, "range": [ - 20157, - 20167 + 20158, + 20168 ], "loc": { "start": { @@ -46827,8 +46827,8 @@ "type": "Identifier", "name": "slcRSpan", "range": [ - 20168, - 20176 + 20169, + 20177 ], "loc": { "start": { @@ -46843,8 +46843,8 @@ } ], "range": [ - 20157, - 20177 + 20158, + 20178 ], "loc": { "start": { @@ -46858,8 +46858,8 @@ } }, "range": [ - 20157, - 20178 + 20158, + 20179 ], "loc": { "start": { @@ -46874,8 +46874,8 @@ } ], "range": [ - 20143, - 20188 + 20144, + 20189 ], "loc": { "start": { @@ -46890,8 +46890,8 @@ }, "alternate": null, "range": [ - 20129, - 20188 + 20130, + 20189 ], "loc": { "start": { @@ -46915,8 +46915,8 @@ "object": { "type": "ThisExpression", "range": [ - 20197, - 20201 + 20198, + 20202 ], "loc": { "start": { @@ -46933,8 +46933,8 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 20202, - 20219 + 20203, + 20220 ], "loc": { "start": { @@ -46948,8 +46948,8 @@ } }, "range": [ - 20197, - 20219 + 20198, + 20220 ], "loc": { "start": { @@ -46967,8 +46967,8 @@ "value": null, "raw": "null", "range": [ - 20222, - 20226 + 20223, + 20227 ], "loc": { "start": { @@ -46982,8 +46982,8 @@ } }, "range": [ - 20197, - 20226 + 20198, + 20227 ], "loc": { "start": { @@ -46997,8 +46997,8 @@ } }, "range": [ - 20197, - 20227 + 20198, + 20228 ], "loc": { "start": { @@ -47013,8 +47013,8 @@ } ], "range": [ - 19817, - 20233 + 19818, + 20234 ], "loc": { "start": { @@ -47030,8 +47030,8 @@ "generator": false, "expression": false, "range": [ - 19814, - 20233 + 19815, + 20234 ], "loc": { "start": { @@ -47047,8 +47047,8 @@ "kind": "method", "computed": false, "range": [ - 19794, - 20233 + 19795, + 20234 ], "loc": { "start": { @@ -47065,8 +47065,8 @@ "type": "Block", "value": "*\n * Remove number of results per page UI elements\n ", "range": [ - 19725, - 19789 + 19726, + 19790 ], "loc": { "start": { @@ -47085,8 +47085,8 @@ "type": "Block", "value": "*\n * Change the page according to passed index\n * @param {Number} index Index of the page (0-n)\n ", "range": [ - 20239, - 20353 + 20240, + 20354 ], "loc": { "start": { @@ -47108,8 +47108,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 20358, - 20368 + 20359, + 20369 ], "loc": { "start": { @@ -47130,8 +47130,8 @@ "type": "Identifier", "name": "index", "range": [ - 20369, - 20374 + 20370, + 20375 ], "loc": { "start": { @@ -47157,8 +47157,8 @@ "type": "Identifier", "name": "tf", "range": [ - 20390, - 20392 + 20391, + 20393 ], "loc": { "start": { @@ -47177,8 +47177,8 @@ "object": { "type": "ThisExpression", "range": [ - 20395, - 20399 + 20396, + 20400 ], "loc": { "start": { @@ -47195,8 +47195,8 @@ "type": "Identifier", "name": "tf", "range": [ - 20400, - 20402 + 20401, + 20403 ], "loc": { "start": { @@ -47210,8 +47210,8 @@ } }, "range": [ - 20395, - 20402 + 20396, + 20403 ], "loc": { "start": { @@ -47225,8 +47225,8 @@ } }, "range": [ - 20390, - 20402 + 20391, + 20403 ], "loc": { "start": { @@ -47242,8 +47242,8 @@ ], "kind": "var", "range": [ - 20386, - 20403 + 20387, + 20404 ], "loc": { "start": { @@ -47269,8 +47269,8 @@ "object": { "type": "ThisExpression", "range": [ - 20418, - 20422 + 20419, + 20423 ], "loc": { "start": { @@ -47287,8 +47287,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 20423, - 20432 + 20424, + 20433 ], "loc": { "start": { @@ -47302,8 +47302,8 @@ } }, "range": [ - 20418, - 20432 + 20419, + 20433 ], "loc": { "start": { @@ -47318,8 +47318,8 @@ }, "arguments": [], "range": [ - 20418, - 20434 + 20419, + 20435 ], "loc": { "start": { @@ -47334,8 +47334,8 @@ }, "prefix": true, "range": [ - 20417, - 20434 + 20418, + 20435 ], "loc": { "start": { @@ -47355,8 +47355,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 20450, - 20457 + 20451, + 20458 ], "loc": { "start": { @@ -47371,8 +47371,8 @@ } ], "range": [ - 20436, - 20467 + 20437, + 20468 ], "loc": { "start": { @@ -47387,8 +47387,8 @@ }, "alternate": null, "range": [ - 20413, - 20467 + 20414, + 20468 ], "loc": { "start": { @@ -47414,8 +47414,8 @@ "object": { "type": "ThisExpression", "range": [ - 20477, - 20481 + 20478, + 20482 ], "loc": { "start": { @@ -47432,8 +47432,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 20482, - 20489 + 20483, + 20490 ], "loc": { "start": { @@ -47447,8 +47447,8 @@ } }, "range": [ - 20477, - 20489 + 20478, + 20490 ], "loc": { "start": { @@ -47465,8 +47465,8 @@ "type": "Identifier", "name": "emit", "range": [ - 20490, - 20494 + 20491, + 20495 ], "loc": { "start": { @@ -47480,8 +47480,8 @@ } }, "range": [ - 20477, - 20494 + 20478, + 20495 ], "loc": { "start": { @@ -47500,8 +47500,8 @@ "value": "before-page-change", "raw": "'before-page-change'", "range": [ - 20495, - 20515 + 20496, + 20516 ], "loc": { "start": { @@ -47518,8 +47518,8 @@ "type": "Identifier", "name": "tf", "range": [ - 20517, - 20519 + 20518, + 20520 ], "loc": { "start": { @@ -47539,8 +47539,8 @@ "type": "Identifier", "name": "index", "range": [ - 20522, - 20527 + 20523, + 20528 ], "loc": { "start": { @@ -47558,8 +47558,8 @@ "value": 1, "raw": "1", "range": [ - 20530, - 20531 + 20531, + 20532 ], "loc": { "start": { @@ -47573,8 +47573,8 @@ } }, "range": [ - 20522, - 20531 + 20523, + 20532 ], "loc": { "start": { @@ -47589,8 +47589,8 @@ } ], "range": [ - 20477, - 20533 + 20478, + 20534 ], "loc": { "start": { @@ -47604,8 +47604,8 @@ } }, "range": [ - 20477, - 20534 + 20478, + 20535 ], "loc": { "start": { @@ -47627,8 +47627,8 @@ "type": "Identifier", "name": "index", "range": [ - 20548, - 20553 + 20549, + 20554 ], "loc": { "start": { @@ -47646,8 +47646,8 @@ "value": null, "raw": "null", "range": [ - 20558, - 20562 + 20559, + 20563 ], "loc": { "start": { @@ -47661,8 +47661,8 @@ } }, "range": [ - 20548, - 20562 + 20549, + 20563 ], "loc": { "start": { @@ -47687,8 +47687,8 @@ "type": "Identifier", "name": "index", "range": [ - 20578, - 20583 + 20579, + 20584 ], "loc": { "start": { @@ -47712,8 +47712,8 @@ "object": { "type": "ThisExpression", "range": [ - 20586, - 20590 + 20587, + 20591 ], "loc": { "start": { @@ -47730,8 +47730,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 20591, - 20607 + 20592, + 20608 ], "loc": { "start": { @@ -47745,8 +47745,8 @@ } }, "range": [ - 20586, - 20607 + 20587, + 20608 ], "loc": { "start": { @@ -47763,8 +47763,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 20612, - 20618 + 20613, + 20619 ], "loc": { "start": { @@ -47778,8 +47778,8 @@ } }, "range": [ - 20586, - 20618 + 20587, + 20619 ], "loc": { "start": { @@ -47804,8 +47804,8 @@ "object": { "type": "ThisExpression", "range": [ - 20637, - 20641 + 20638, + 20642 ], "loc": { "start": { @@ -47822,8 +47822,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 20642, - 20651 + 20643, + 20652 ], "loc": { "start": { @@ -47837,8 +47837,8 @@ } }, "range": [ - 20637, - 20651 + 20638, + 20652 ], "loc": { "start": { @@ -47855,8 +47855,8 @@ "type": "Identifier", "name": "options", "range": [ - 20652, - 20659 + 20653, + 20660 ], "loc": { "start": { @@ -47870,8 +47870,8 @@ } }, "range": [ - 20637, - 20659 + 20638, + 20660 ], "loc": { "start": { @@ -47888,8 +47888,8 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 20660, - 20673 + 20661, + 20674 ], "loc": { "start": { @@ -47903,8 +47903,8 @@ } }, "range": [ - 20637, - 20673 + 20638, + 20674 ], "loc": { "start": { @@ -47929,8 +47929,8 @@ "object": { "type": "ThisExpression", "range": [ - 20676, - 20680 + 20677, + 20681 ], "loc": { "start": { @@ -47947,8 +47947,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 20681, - 20690 + 20682, + 20691 ], "loc": { "start": { @@ -47962,8 +47962,8 @@ } }, "range": [ - 20676, - 20690 + 20677, + 20691 ], "loc": { "start": { @@ -47980,8 +47980,8 @@ "type": "Identifier", "name": "value", "range": [ - 20691, - 20696 + 20692, + 20697 ], "loc": { "start": { @@ -47995,8 +47995,8 @@ } }, "range": [ - 20676, - 20696 + 20677, + 20697 ], "loc": { "start": { @@ -48014,8 +48014,8 @@ "value": 1, "raw": "1", "range": [ - 20699, - 20700 + 20700, + 20701 ], "loc": { "start": { @@ -48029,8 +48029,8 @@ } }, "range": [ - 20676, - 20700 + 20677, + 20701 ], "loc": { "start": { @@ -48044,8 +48044,8 @@ } }, "range": [ - 20586, - 20700 + 20587, + 20701 ], "loc": { "start": { @@ -48059,8 +48059,8 @@ } }, "range": [ - 20578, - 20700 + 20579, + 20701 ], "loc": { "start": { @@ -48074,8 +48074,8 @@ } }, "range": [ - 20578, - 20701 + 20579, + 20702 ], "loc": { "start": { @@ -48090,8 +48090,8 @@ } ], "range": [ - 20564, - 20711 + 20565, + 20712 ], "loc": { "start": { @@ -48106,8 +48106,8 @@ }, "alternate": null, "range": [ - 20544, - 20711 + 20545, + 20712 ], "loc": { "start": { @@ -48132,8 +48132,8 @@ "type": "Identifier", "name": "index", "range": [ - 20724, - 20729 + 20725, + 20730 ], "loc": { "start": { @@ -48151,8 +48151,8 @@ "value": 0, "raw": "0", "range": [ - 20733, - 20734 + 20734, + 20735 ], "loc": { "start": { @@ -48166,8 +48166,8 @@ } }, "range": [ - 20724, - 20734 + 20725, + 20735 ], "loc": { "start": { @@ -48187,8 +48187,8 @@ "type": "Identifier", "name": "index", "range": [ - 20738, - 20743 + 20739, + 20744 ], "loc": { "start": { @@ -48210,8 +48210,8 @@ "object": { "type": "ThisExpression", "range": [ - 20748, - 20752 + 20749, + 20753 ], "loc": { "start": { @@ -48228,8 +48228,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 20753, - 20760 + 20754, + 20761 ], "loc": { "start": { @@ -48243,8 +48243,8 @@ } }, "range": [ - 20748, - 20760 + 20749, + 20761 ], "loc": { "start": { @@ -48262,8 +48262,8 @@ "value": 1, "raw": "1", "range": [ - 20763, - 20764 + 20764, + 20765 ], "loc": { "start": { @@ -48277,8 +48277,8 @@ } }, "range": [ - 20748, - 20764 + 20749, + 20765 ], "loc": { "start": { @@ -48292,8 +48292,8 @@ } }, "range": [ - 20738, - 20765 + 20739, + 20766 ], "loc": { "start": { @@ -48307,8 +48307,8 @@ } }, "range": [ - 20724, - 20765 + 20725, + 20766 ], "loc": { "start": { @@ -48332,8 +48332,8 @@ "object": { "type": "ThisExpression", "range": [ - 20785, - 20789 + 20786, + 20790 ], "loc": { "start": { @@ -48350,8 +48350,8 @@ "type": "Identifier", "name": "onBeforeChangePage", "range": [ - 20790, - 20808 + 20791, + 20809 ], "loc": { "start": { @@ -48365,8 +48365,8 @@ } }, "range": [ - 20785, - 20808 + 20786, + 20809 ], "loc": { "start": { @@ -48395,8 +48395,8 @@ "object": { "type": "ThisExpression", "range": [ - 20828, - 20832 + 20829, + 20833 ], "loc": { "start": { @@ -48413,8 +48413,8 @@ "type": "Identifier", "name": "onBeforeChangePage", "range": [ - 20833, - 20851 + 20834, + 20852 ], "loc": { "start": { @@ -48428,8 +48428,8 @@ } }, "range": [ - 20828, - 20851 + 20829, + 20852 ], "loc": { "start": { @@ -48446,8 +48446,8 @@ "type": "Identifier", "name": "call", "range": [ - 20852, - 20856 + 20853, + 20857 ], "loc": { "start": { @@ -48461,8 +48461,8 @@ } }, "range": [ - 20828, - 20856 + 20829, + 20857 ], "loc": { "start": { @@ -48481,8 +48481,8 @@ "value": null, "raw": "null", "range": [ - 20857, - 20861 + 20858, + 20862 ], "loc": { "start": { @@ -48498,8 +48498,8 @@ { "type": "ThisExpression", "range": [ - 20863, - 20867 + 20864, + 20868 ], "loc": { "start": { @@ -48519,8 +48519,8 @@ "type": "Identifier", "name": "index", "range": [ - 20870, - 20875 + 20871, + 20876 ], "loc": { "start": { @@ -48538,8 +48538,8 @@ "value": 1, "raw": "1", "range": [ - 20878, - 20879 + 20879, + 20880 ], "loc": { "start": { @@ -48553,8 +48553,8 @@ } }, "range": [ - 20870, - 20879 + 20871, + 20880 ], "loc": { "start": { @@ -48569,8 +48569,8 @@ } ], "range": [ - 20828, - 20881 + 20829, + 20882 ], "loc": { "start": { @@ -48584,8 +48584,8 @@ } }, "range": [ - 20828, - 20882 + 20829, + 20883 ], "loc": { "start": { @@ -48600,8 +48600,8 @@ } ], "range": [ - 20810, - 20896 + 20811, + 20897 ], "loc": { "start": { @@ -48616,8 +48616,8 @@ }, "alternate": null, "range": [ - 20781, - 20896 + 20782, + 20897 ], "loc": { "start": { @@ -48641,8 +48641,8 @@ "object": { "type": "ThisExpression", "range": [ - 20909, - 20913 + 20910, + 20914 ], "loc": { "start": { @@ -48659,8 +48659,8 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 20914, - 20927 + 20915, + 20928 ], "loc": { "start": { @@ -48674,8 +48674,8 @@ } }, "range": [ - 20909, - 20927 + 20910, + 20928 ], "loc": { "start": { @@ -48697,8 +48697,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 20930, - 20938 + 20931, + 20939 ], "loc": { "start": { @@ -48716,8 +48716,8 @@ "type": "Identifier", "name": "index", "range": [ - 20939, - 20944 + 20940, + 20945 ], "loc": { "start": { @@ -48735,8 +48735,8 @@ "value": 10, "raw": "10", "range": [ - 20946, - 20948 + 20947, + 20949 ], "loc": { "start": { @@ -48751,8 +48751,8 @@ } ], "range": [ - 20930, - 20949 + 20931, + 20950 ], "loc": { "start": { @@ -48770,8 +48770,8 @@ "value": 1, "raw": "1", "range": [ - 20952, - 20953 + 20953, + 20954 ], "loc": { "start": { @@ -48785,8 +48785,8 @@ } }, "range": [ - 20930, - 20953 + 20931, + 20954 ], "loc": { "start": { @@ -48800,8 +48800,8 @@ } }, "range": [ - 20909, - 20953 + 20910, + 20954 ], "loc": { "start": { @@ -48815,8 +48815,8 @@ } }, "range": [ - 20909, - 20954 + 20910, + 20955 ], "loc": { "start": { @@ -48840,8 +48840,8 @@ "object": { "type": "ThisExpression", "range": [ - 20971, - 20975 + 20972, + 20976 ], "loc": { "start": { @@ -48858,8 +48858,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 20976, - 20992 + 20977, + 20993 ], "loc": { "start": { @@ -48873,8 +48873,8 @@ } }, "range": [ - 20971, - 20992 + 20972, + 20993 ], "loc": { "start": { @@ -48891,8 +48891,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 20997, - 21003 + 20998, + 21004 ], "loc": { "start": { @@ -48906,8 +48906,8 @@ } }, "range": [ - 20971, - 21003 + 20972, + 21004 ], "loc": { "start": { @@ -48943,8 +48943,8 @@ "object": { "type": "ThisExpression", "range": [ - 21023, - 21027 + 21024, + 21028 ], "loc": { "start": { @@ -48961,8 +48961,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 21028, - 21037 + 21029, + 21038 ], "loc": { "start": { @@ -48976,8 +48976,8 @@ } }, "range": [ - 21023, - 21037 + 21024, + 21038 ], "loc": { "start": { @@ -48994,8 +48994,8 @@ "type": "Identifier", "name": "options", "range": [ - 21038, - 21045 + 21039, + 21046 ], "loc": { "start": { @@ -49009,8 +49009,8 @@ } }, "range": [ - 21023, - 21045 + 21024, + 21046 ], "loc": { "start": { @@ -49027,8 +49027,8 @@ "type": "Identifier", "name": "index", "range": [ - 21046, - 21051 + 21047, + 21052 ], "loc": { "start": { @@ -49042,8 +49042,8 @@ } }, "range": [ - 21023, - 21052 + 21024, + 21053 ], "loc": { "start": { @@ -49060,8 +49060,8 @@ "type": "Identifier", "name": "selected", "range": [ - 21053, - 21061 + 21054, + 21062 ], "loc": { "start": { @@ -49075,8 +49075,8 @@ } }, "range": [ - 21023, - 21061 + 21024, + 21062 ], "loc": { "start": { @@ -49094,8 +49094,8 @@ "value": true, "raw": "true", "range": [ - 21064, - 21068 + 21065, + 21069 ], "loc": { "start": { @@ -49109,8 +49109,8 @@ } }, "range": [ - 21023, - 21068 + 21024, + 21069 ], "loc": { "start": { @@ -49124,8 +49124,8 @@ } }, "range": [ - 21023, - 21069 + 21024, + 21070 ], "loc": { "start": { @@ -49140,8 +49140,8 @@ } ], "range": [ - 21005, - 21083 + 21006, + 21084 ], "loc": { "start": { @@ -49171,8 +49171,8 @@ "object": { "type": "ThisExpression", "range": [ - 21107, - 21111 + 21108, + 21112 ], "loc": { "start": { @@ -49189,8 +49189,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 21112, - 21121 + 21113, + 21122 ], "loc": { "start": { @@ -49204,8 +49204,8 @@ } }, "range": [ - 21107, - 21121 + 21108, + 21122 ], "loc": { "start": { @@ -49222,8 +49222,8 @@ "type": "Identifier", "name": "value", "range": [ - 21122, - 21127 + 21123, + 21128 ], "loc": { "start": { @@ -49237,8 +49237,8 @@ } }, "range": [ - 21107, - 21127 + 21108, + 21128 ], "loc": { "start": { @@ -49257,8 +49257,8 @@ "object": { "type": "ThisExpression", "range": [ - 21130, - 21134 + 21131, + 21135 ], "loc": { "start": { @@ -49275,8 +49275,8 @@ "type": "Identifier", "name": "currentPageNb", "range": [ - 21135, - 21148 + 21136, + 21149 ], "loc": { "start": { @@ -49290,8 +49290,8 @@ } }, "range": [ - 21130, - 21148 + 21131, + 21149 ], "loc": { "start": { @@ -49305,8 +49305,8 @@ } }, "range": [ - 21107, - 21148 + 21108, + 21149 ], "loc": { "start": { @@ -49320,8 +49320,8 @@ } }, "range": [ - 21107, - 21149 + 21108, + 21150 ], "loc": { "start": { @@ -49336,8 +49336,8 @@ } ], "range": [ - 21089, - 21163 + 21090, + 21164 ], "loc": { "start": { @@ -49351,8 +49351,8 @@ } }, "range": [ - 20967, - 21163 + 20968, + 21164 ], "loc": { "start": { @@ -49376,8 +49376,8 @@ "object": { "type": "ThisExpression", "range": [ - 21177, - 21181 + 21178, + 21182 ], "loc": { "start": { @@ -49394,8 +49394,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 21182, - 21196 + 21183, + 21197 ], "loc": { "start": { @@ -49409,8 +49409,8 @@ } }, "range": [ - 21177, - 21196 + 21178, + 21197 ], "loc": { "start": { @@ -49434,8 +49434,8 @@ "object": { "type": "ThisExpression", "range": [ - 21200, - 21204 + 21201, + 21205 ], "loc": { "start": { @@ -49452,8 +49452,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 21205, - 21221 + 21206, + 21222 ], "loc": { "start": { @@ -49467,8 +49467,8 @@ } }, "range": [ - 21200, - 21221 + 21201, + 21222 ], "loc": { "start": { @@ -49485,8 +49485,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 21226, - 21232 + 21227, + 21233 ], "loc": { "start": { @@ -49500,8 +49500,8 @@ } }, "range": [ - 21200, - 21232 + 21201, + 21233 ], "loc": { "start": { @@ -49523,8 +49523,8 @@ "object": { "type": "ThisExpression", "range": [ - 21252, - 21256 + 21253, + 21257 ], "loc": { "start": { @@ -49541,8 +49541,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 21257, - 21266 + 21258, + 21267 ], "loc": { "start": { @@ -49556,8 +49556,8 @@ } }, "range": [ - 21252, - 21266 + 21253, + 21267 ], "loc": { "start": { @@ -49574,8 +49574,8 @@ "type": "Identifier", "name": "value", "range": [ - 21267, - 21272 + 21268, + 21273 ], "loc": { "start": { @@ -49589,8 +49589,8 @@ } }, "range": [ - 21252, - 21272 + 21253, + 21273 ], "loc": { "start": { @@ -49610,8 +49610,8 @@ "type": "Identifier", "name": "index", "range": [ - 21276, - 21281 + 21277, + 21282 ], "loc": { "start": { @@ -49630,8 +49630,8 @@ "object": { "type": "ThisExpression", "range": [ - 21284, - 21288 + 21285, + 21289 ], "loc": { "start": { @@ -49648,8 +49648,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 21289, - 21301 + 21290, + 21302 ], "loc": { "start": { @@ -49663,8 +49663,8 @@ } }, "range": [ - 21284, - 21301 + 21285, + 21302 ], "loc": { "start": { @@ -49678,8 +49678,8 @@ } }, "range": [ - 21276, - 21301 + 21277, + 21302 ], "loc": { "start": { @@ -49693,8 +49693,8 @@ } }, "range": [ - 21199, - 21302 + 21200, + 21303 ], "loc": { "start": { @@ -49708,8 +49708,8 @@ } }, "range": [ - 21177, - 21302 + 21178, + 21303 ], "loc": { "start": { @@ -49723,8 +49723,8 @@ } }, "range": [ - 21177, - 21303 + 21178, + 21304 ], "loc": { "start": { @@ -49747,8 +49747,8 @@ "object": { "type": "ThisExpression", "range": [ - 21317, - 21321 + 21318, + 21322 ], "loc": { "start": { @@ -49765,8 +49765,8 @@ "type": "Identifier", "name": "groupByPage", "range": [ - 21322, - 21333 + 21323, + 21334 ], "loc": { "start": { @@ -49780,8 +49780,8 @@ } }, "range": [ - 21317, - 21333 + 21318, + 21334 ], "loc": { "start": { @@ -49796,8 +49796,8 @@ }, "arguments": [], "range": [ - 21317, - 21335 + 21318, + 21336 ], "loc": { "start": { @@ -49811,8 +49811,8 @@ } }, "range": [ - 21317, - 21336 + 21318, + 21337 ], "loc": { "start": { @@ -49833,8 +49833,8 @@ "object": { "type": "ThisExpression", "range": [ - 21354, - 21358 + 21355, + 21359 ], "loc": { "start": { @@ -49851,8 +49851,8 @@ "type": "Identifier", "name": "onAfterChangePage", "range": [ - 21359, - 21376 + 21360, + 21377 ], "loc": { "start": { @@ -49866,8 +49866,8 @@ } }, "range": [ - 21354, - 21376 + 21355, + 21377 ], "loc": { "start": { @@ -49896,8 +49896,8 @@ "object": { "type": "ThisExpression", "range": [ - 21396, - 21400 + 21397, + 21401 ], "loc": { "start": { @@ -49914,8 +49914,8 @@ "type": "Identifier", "name": "onAfterChangePage", "range": [ - 21401, - 21418 + 21402, + 21419 ], "loc": { "start": { @@ -49929,8 +49929,8 @@ } }, "range": [ - 21396, - 21418 + 21397, + 21419 ], "loc": { "start": { @@ -49947,8 +49947,8 @@ "type": "Identifier", "name": "call", "range": [ - 21419, - 21423 + 21420, + 21424 ], "loc": { "start": { @@ -49962,8 +49962,8 @@ } }, "range": [ - 21396, - 21423 + 21397, + 21424 ], "loc": { "start": { @@ -49982,8 +49982,8 @@ "value": null, "raw": "null", "range": [ - 21424, - 21428 + 21425, + 21429 ], "loc": { "start": { @@ -49999,8 +49999,8 @@ { "type": "ThisExpression", "range": [ - 21430, - 21434 + 21431, + 21435 ], "loc": { "start": { @@ -50020,8 +50020,8 @@ "type": "Identifier", "name": "index", "range": [ - 21437, - 21442 + 21438, + 21443 ], "loc": { "start": { @@ -50039,8 +50039,8 @@ "value": 1, "raw": "1", "range": [ - 21445, - 21446 + 21446, + 21447 ], "loc": { "start": { @@ -50054,8 +50054,8 @@ } }, "range": [ - 21437, - 21446 + 21438, + 21447 ], "loc": { "start": { @@ -50070,8 +50070,8 @@ } ], "range": [ - 21396, - 21448 + 21397, + 21449 ], "loc": { "start": { @@ -50085,8 +50085,8 @@ } }, "range": [ - 21396, - 21449 + 21397, + 21450 ], "loc": { "start": { @@ -50101,8 +50101,8 @@ } ], "range": [ - 21378, - 21463 + 21379, + 21464 ], "loc": { "start": { @@ -50117,8 +50117,8 @@ }, "alternate": null, "range": [ - 21350, - 21463 + 21351, + 21464 ], "loc": { "start": { @@ -50133,8 +50133,8 @@ } ], "range": [ - 20767, - 21473 + 20768, + 21474 ], "loc": { "start": { @@ -50149,8 +50149,8 @@ }, "alternate": null, "range": [ - 20720, - 21473 + 20721, + 21474 ], "loc": { "start": { @@ -50176,8 +50176,8 @@ "object": { "type": "ThisExpression", "range": [ - 21483, - 21487 + 21484, + 21488 ], "loc": { "start": { @@ -50194,8 +50194,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 21488, - 21495 + 21489, + 21496 ], "loc": { "start": { @@ -50209,8 +50209,8 @@ } }, "range": [ - 21483, - 21495 + 21484, + 21496 ], "loc": { "start": { @@ -50227,8 +50227,8 @@ "type": "Identifier", "name": "emit", "range": [ - 21496, - 21500 + 21497, + 21501 ], "loc": { "start": { @@ -50242,8 +50242,8 @@ } }, "range": [ - 21483, - 21500 + 21484, + 21501 ], "loc": { "start": { @@ -50262,8 +50262,8 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 21501, - 21520 + 21502, + 21521 ], "loc": { "start": { @@ -50280,8 +50280,8 @@ "type": "Identifier", "name": "tf", "range": [ - 21522, - 21524 + 21523, + 21525 ], "loc": { "start": { @@ -50301,8 +50301,8 @@ "type": "Identifier", "name": "index", "range": [ - 21527, - 21532 + 21528, + 21533 ], "loc": { "start": { @@ -50320,8 +50320,8 @@ "value": 1, "raw": "1", "range": [ - 21535, - 21536 + 21536, + 21537 ], "loc": { "start": { @@ -50335,8 +50335,8 @@ } }, "range": [ - 21527, - 21536 + 21528, + 21537 ], "loc": { "start": { @@ -50351,8 +50351,8 @@ } ], "range": [ - 21483, - 21538 + 21484, + 21539 ], "loc": { "start": { @@ -50366,8 +50366,8 @@ } }, "range": [ - 21483, - 21539 + 21484, + 21540 ], "loc": { "start": { @@ -50382,8 +50382,8 @@ } ], "range": [ - 20376, - 21545 + 20377, + 21546 ], "loc": { "start": { @@ -50399,8 +50399,8 @@ "generator": false, "expression": false, "range": [ - 20368, - 21545 + 20369, + 21546 ], "loc": { "start": { @@ -50416,8 +50416,8 @@ "kind": "method", "computed": false, "range": [ - 20358, - 21545 + 20359, + 21546 ], "loc": { "start": { @@ -50434,8 +50434,8 @@ "type": "Block", "value": "*\n * Change the page according to passed index\n * @param {Number} index Index of the page (0-n)\n ", "range": [ - 20239, - 20353 + 20240, + 20354 ], "loc": { "start": { @@ -50457,8 +50457,8 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 21551, - 21571 + 21552, + 21572 ], "loc": { "start": { @@ -50479,8 +50479,8 @@ "type": "Identifier", "name": "val", "range": [ - 21572, - 21575 + 21573, + 21576 ], "loc": { "start": { @@ -50513,8 +50513,8 @@ "object": { "type": "ThisExpression", "range": [ - 21592, - 21596 + 21593, + 21597 ], "loc": { "start": { @@ -50531,8 +50531,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 21597, - 21606 + 21598, + 21607 ], "loc": { "start": { @@ -50546,8 +50546,8 @@ } }, "range": [ - 21592, - 21606 + 21593, + 21607 ], "loc": { "start": { @@ -50562,8 +50562,8 @@ }, "arguments": [], "range": [ - 21592, - 21608 + 21593, + 21609 ], "loc": { "start": { @@ -50578,8 +50578,8 @@ }, "prefix": true, "range": [ - 21591, - 21608 + 21592, + 21609 ], "loc": { "start": { @@ -50598,8 +50598,8 @@ "type": "Identifier", "name": "isNaN", "range": [ - 21612, - 21617 + 21613, + 21618 ], "loc": { "start": { @@ -50617,8 +50617,8 @@ "type": "Identifier", "name": "val", "range": [ - 21618, - 21621 + 21619, + 21622 ], "loc": { "start": { @@ -50633,8 +50633,8 @@ } ], "range": [ - 21612, - 21622 + 21613, + 21623 ], "loc": { "start": { @@ -50648,8 +50648,8 @@ } }, "range": [ - 21591, - 21622 + 21592, + 21623 ], "loc": { "start": { @@ -50669,8 +50669,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 21638, - 21645 + 21639, + 21646 ], "loc": { "start": { @@ -50685,8 +50685,8 @@ } ], "range": [ - 21624, - 21655 + 21625, + 21656 ], "loc": { "start": { @@ -50701,8 +50701,8 @@ }, "alternate": null, "range": [ - 21587, - 21655 + 21588, + 21656 ], "loc": { "start": { @@ -50729,8 +50729,8 @@ "object": { "type": "ThisExpression", "range": [ - 21665, - 21669 + 21666, + 21670 ], "loc": { "start": { @@ -50747,8 +50747,8 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 21670, - 21687 + 21671, + 21688 ], "loc": { "start": { @@ -50762,8 +50762,8 @@ } }, "range": [ - 21665, - 21687 + 21666, + 21688 ], "loc": { "start": { @@ -50780,8 +50780,8 @@ "type": "Identifier", "name": "value", "range": [ - 21688, - 21693 + 21689, + 21694 ], "loc": { "start": { @@ -50795,8 +50795,8 @@ } }, "range": [ - 21665, - 21693 + 21666, + 21694 ], "loc": { "start": { @@ -50813,8 +50813,8 @@ "type": "Identifier", "name": "val", "range": [ - 21696, - 21699 + 21697, + 21700 ], "loc": { "start": { @@ -50828,8 +50828,8 @@ } }, "range": [ - 21665, - 21699 + 21666, + 21700 ], "loc": { "start": { @@ -50843,8 +50843,8 @@ } }, "range": [ - 21665, - 21700 + 21666, + 21701 ], "loc": { "start": { @@ -50867,8 +50867,8 @@ "object": { "type": "ThisExpression", "range": [ - 21709, - 21713 + 21710, + 21714 ], "loc": { "start": { @@ -50885,8 +50885,8 @@ "type": "Identifier", "name": "onChangeResultsPerPage", "range": [ - 21714, - 21736 + 21715, + 21737 ], "loc": { "start": { @@ -50900,8 +50900,8 @@ } }, "range": [ - 21709, - 21736 + 21710, + 21737 ], "loc": { "start": { @@ -50916,8 +50916,8 @@ }, "arguments": [], "range": [ - 21709, - 21738 + 21710, + 21739 ], "loc": { "start": { @@ -50931,8 +50931,8 @@ } }, "range": [ - 21709, - 21739 + 21710, + 21740 ], "loc": { "start": { @@ -50947,8 +50947,8 @@ } ], "range": [ - 21577, - 21745 + 21578, + 21746 ], "loc": { "start": { @@ -50964,8 +50964,8 @@ "generator": false, "expression": false, "range": [ - 21571, - 21745 + 21572, + 21746 ], "loc": { "start": { @@ -50981,8 +50981,8 @@ "kind": "method", "computed": false, "range": [ - 21551, - 21745 + 21552, + 21746 ], "loc": { "start": { @@ -50999,8 +50999,8 @@ "type": "Block", "value": "*\n * Change rows according to page results drop-down\n ", "range": [ - 21751, - 21817 + 21752, + 21818 ], "loc": { "start": { @@ -51022,8 +51022,8 @@ "type": "Identifier", "name": "onChangeResultsPerPage", "range": [ - 21822, - 21844 + 21823, + 21845 ], "loc": { "start": { @@ -51052,8 +51052,8 @@ "type": "Identifier", "name": "tf", "range": [ - 21861, - 21863 + 21862, + 21864 ], "loc": { "start": { @@ -51072,8 +51072,8 @@ "object": { "type": "ThisExpression", "range": [ - 21866, - 21870 + 21867, + 21871 ], "loc": { "start": { @@ -51090,8 +51090,8 @@ "type": "Identifier", "name": "tf", "range": [ - 21871, - 21873 + 21872, + 21874 ], "loc": { "start": { @@ -51105,8 +51105,8 @@ } }, "range": [ - 21866, - 21873 + 21867, + 21874 ], "loc": { "start": { @@ -51120,8 +51120,8 @@ } }, "range": [ - 21861, - 21873 + 21862, + 21874 ], "loc": { "start": { @@ -51137,8 +51137,8 @@ ], "kind": "var", "range": [ - 21857, - 21874 + 21858, + 21875 ], "loc": { "start": { @@ -51164,8 +51164,8 @@ "object": { "type": "ThisExpression", "range": [ - 21889, - 21893 + 21890, + 21894 ], "loc": { "start": { @@ -51182,8 +51182,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 21894, - 21903 + 21895, + 21904 ], "loc": { "start": { @@ -51197,8 +51197,8 @@ } }, "range": [ - 21889, - 21903 + 21890, + 21904 ], "loc": { "start": { @@ -51213,8 +51213,8 @@ }, "arguments": [], "range": [ - 21889, - 21905 + 21890, + 21906 ], "loc": { "start": { @@ -51229,8 +51229,8 @@ }, "prefix": true, "range": [ - 21888, - 21905 + 21889, + 21906 ], "loc": { "start": { @@ -51250,8 +51250,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 21921, - 21928 + 21922, + 21929 ], "loc": { "start": { @@ -51266,8 +51266,8 @@ } ], "range": [ - 21907, - 21938 + 21908, + 21939 ], "loc": { "start": { @@ -51282,8 +51282,8 @@ }, "alternate": null, "range": [ - 21884, - 21938 + 21885, + 21939 ], "loc": { "start": { @@ -51309,8 +51309,8 @@ "object": { "type": "ThisExpression", "range": [ - 21948, - 21952 + 21949, + 21953 ], "loc": { "start": { @@ -51327,8 +51327,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 21953, - 21960 + 21954, + 21961 ], "loc": { "start": { @@ -51342,8 +51342,8 @@ } }, "range": [ - 21948, - 21960 + 21949, + 21961 ], "loc": { "start": { @@ -51360,8 +51360,8 @@ "type": "Identifier", "name": "emit", "range": [ - 21961, - 21965 + 21962, + 21966 ], "loc": { "start": { @@ -51375,8 +51375,8 @@ } }, "range": [ - 21948, - 21965 + 21949, + 21966 ], "loc": { "start": { @@ -51395,8 +51395,8 @@ "value": "before-page-length-change", "raw": "'before-page-length-change'", "range": [ - 21966, - 21993 + 21967, + 21994 ], "loc": { "start": { @@ -51413,8 +51413,8 @@ "type": "Identifier", "name": "tf", "range": [ - 21995, - 21997 + 21996, + 21998 ], "loc": { "start": { @@ -51429,8 +51429,8 @@ } ], "range": [ - 21948, - 21998 + 21949, + 21999 ], "loc": { "start": { @@ -51444,8 +51444,8 @@ } }, "range": [ - 21948, - 21999 + 21949, + 22000 ], "loc": { "start": { @@ -51467,8 +51467,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 22013, - 22017 + 22014, + 22018 ], "loc": { "start": { @@ -51487,8 +51487,8 @@ "object": { "type": "ThisExpression", "range": [ - 22020, - 22024 + 22021, + 22025 ], "loc": { "start": { @@ -51505,8 +51505,8 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 22025, - 22042 + 22026, + 22043 ], "loc": { "start": { @@ -51520,8 +51520,8 @@ } }, "range": [ - 22020, - 22042 + 22021, + 22043 ], "loc": { "start": { @@ -51535,8 +51535,8 @@ } }, "range": [ - 22013, - 22042 + 22014, + 22043 ], "loc": { "start": { @@ -51552,8 +51552,8 @@ ], "kind": "var", "range": [ - 22009, - 22043 + 22010, + 22044 ], "loc": { "start": { @@ -51575,8 +51575,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 22056, - 22064 + 22057, + 22065 ], "loc": { "start": { @@ -51596,8 +51596,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 22067, - 22071 + 22068, + 22072 ], "loc": { "start": { @@ -51614,8 +51614,8 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 22072, - 22085 + 22073, + 22086 ], "loc": { "start": { @@ -51629,8 +51629,8 @@ } }, "range": [ - 22067, - 22085 + 22068, + 22086 ], "loc": { "start": { @@ -51644,8 +51644,8 @@ } }, "range": [ - 22056, - 22085 + 22057, + 22086 ], "loc": { "start": { @@ -51661,8 +51661,8 @@ ], "kind": "var", "range": [ - 22052, - 22086 + 22053, + 22087 ], "loc": { "start": { @@ -51684,8 +51684,8 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 22099, - 22115 + 22100, + 22116 ], "loc": { "start": { @@ -51709,8 +51709,8 @@ "object": { "type": "ThisExpression", "range": [ - 22119, - 22123 + 22120, + 22124 ], "loc": { "start": { @@ -51727,8 +51727,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 22124, - 22140 + 22125, + 22141 ], "loc": { "start": { @@ -51742,8 +51742,8 @@ } }, "range": [ - 22119, - 22140 + 22120, + 22141 ], "loc": { "start": { @@ -51760,8 +51760,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 22145, - 22151 + 22146, + 22152 ], "loc": { "start": { @@ -51775,8 +51775,8 @@ } }, "range": [ - 22119, - 22151 + 22120, + 22152 ], "loc": { "start": { @@ -51798,8 +51798,8 @@ "object": { "type": "ThisExpression", "range": [ - 22167, - 22171 + 22168, + 22172 ], "loc": { "start": { @@ -51816,8 +51816,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 22172, - 22181 + 22173, + 22182 ], "loc": { "start": { @@ -51831,8 +51831,8 @@ } }, "range": [ - 22167, - 22181 + 22168, + 22182 ], "loc": { "start": { @@ -51849,8 +51849,8 @@ "type": "Identifier", "name": "selectedIndex", "range": [ - 22182, - 22195 + 22183, + 22196 ], "loc": { "start": { @@ -51864,8 +51864,8 @@ } }, "range": [ - 22167, - 22195 + 22168, + 22196 ], "loc": { "start": { @@ -51884,8 +51884,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 22210, - 22218 + 22211, + 22219 ], "loc": { "start": { @@ -51911,8 +51911,8 @@ "object": { "type": "ThisExpression", "range": [ - 22219, - 22223 + 22220, + 22224 ], "loc": { "start": { @@ -51929,8 +51929,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 22224, - 22233 + 22225, + 22234 ], "loc": { "start": { @@ -51944,8 +51944,8 @@ } }, "range": [ - 22219, - 22233 + 22220, + 22234 ], "loc": { "start": { @@ -51962,8 +51962,8 @@ "type": "Identifier", "name": "value", "range": [ - 22234, - 22239 + 22235, + 22240 ], "loc": { "start": { @@ -51977,8 +51977,8 @@ } }, "range": [ - 22219, - 22239 + 22220, + 22240 ], "loc": { "start": { @@ -51996,8 +51996,8 @@ "value": 1, "raw": "1", "range": [ - 22242, - 22243 + 22243, + 22244 ], "loc": { "start": { @@ -52011,8 +52011,8 @@ } }, "range": [ - 22219, - 22243 + 22220, + 22244 ], "loc": { "start": { @@ -52030,8 +52030,8 @@ "value": 10, "raw": "10", "range": [ - 22245, - 22247 + 22246, + 22248 ], "loc": { "start": { @@ -52046,8 +52046,8 @@ } ], "range": [ - 22210, - 22248 + 22211, + 22249 ], "loc": { "start": { @@ -52061,8 +52061,8 @@ } }, "range": [ - 22118, - 22248 + 22119, + 22249 ], "loc": { "start": { @@ -52076,8 +52076,8 @@ } }, "range": [ - 22099, - 22248 + 22100, + 22249 ], "loc": { "start": { @@ -52093,8 +52093,8 @@ ], "kind": "var", "range": [ - 22095, - 22249 + 22096, + 22250 ], "loc": { "start": { @@ -52118,8 +52118,8 @@ "object": { "type": "ThisExpression", "range": [ - 22258, - 22262 + 22259, + 22263 ], "loc": { "start": { @@ -52136,8 +52136,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 22263, - 22275 + 22264, + 22276 ], "loc": { "start": { @@ -52151,8 +52151,8 @@ } }, "range": [ - 22258, - 22275 + 22259, + 22276 ], "loc": { "start": { @@ -52171,8 +52171,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 22278, - 22286 + 22279, + 22287 ], "loc": { "start": { @@ -52199,8 +52199,8 @@ "type": "Identifier", "name": "slcR", "range": [ - 22287, - 22291 + 22288, + 22292 ], "loc": { "start": { @@ -52217,8 +52217,8 @@ "type": "Identifier", "name": "options", "range": [ - 22292, - 22299 + 22293, + 22300 ], "loc": { "start": { @@ -52232,8 +52232,8 @@ } }, "range": [ - 22287, - 22299 + 22288, + 22300 ], "loc": { "start": { @@ -52250,8 +52250,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 22300, - 22308 + 22301, + 22309 ], "loc": { "start": { @@ -52265,8 +52265,8 @@ } }, "range": [ - 22287, - 22309 + 22288, + 22310 ], "loc": { "start": { @@ -52283,8 +52283,8 @@ "type": "Identifier", "name": "value", "range": [ - 22310, - 22315 + 22311, + 22316 ], "loc": { "start": { @@ -52298,8 +52298,8 @@ } }, "range": [ - 22287, - 22315 + 22288, + 22316 ], "loc": { "start": { @@ -52317,8 +52317,8 @@ "value": 10, "raw": "10", "range": [ - 22317, - 22319 + 22318, + 22320 ], "loc": { "start": { @@ -52333,8 +52333,8 @@ } ], "range": [ - 22278, - 22320 + 22279, + 22321 ], "loc": { "start": { @@ -52348,8 +52348,8 @@ } }, "range": [ - 22258, - 22320 + 22259, + 22321 ], "loc": { "start": { @@ -52363,8 +52363,8 @@ } }, "range": [ - 22258, - 22321 + 22259, + 22322 ], "loc": { "start": { @@ -52388,8 +52388,8 @@ "object": { "type": "ThisExpression", "range": [ - 22330, - 22334 + 22331, + 22335 ], "loc": { "start": { @@ -52406,8 +52406,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 22335, - 22349 + 22336, + 22350 ], "loc": { "start": { @@ -52421,8 +52421,8 @@ } }, "range": [ - 22330, - 22349 + 22331, + 22350 ], "loc": { "start": { @@ -52444,8 +52444,8 @@ "object": { "type": "ThisExpression", "range": [ - 22352, - 22356 + 22353, + 22357 ], "loc": { "start": { @@ -52462,8 +52462,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 22357, - 22369 + 22358, + 22370 ], "loc": { "start": { @@ -52477,8 +52477,8 @@ } }, "range": [ - 22352, - 22369 + 22353, + 22370 ], "loc": { "start": { @@ -52495,8 +52495,8 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 22372, - 22388 + 22373, + 22389 ], "loc": { "start": { @@ -52510,8 +52510,8 @@ } }, "range": [ - 22352, - 22388 + 22353, + 22389 ], "loc": { "start": { @@ -52525,8 +52525,8 @@ } }, "range": [ - 22330, - 22388 + 22331, + 22389 ], "loc": { "start": { @@ -52540,8 +52540,8 @@ } }, "range": [ - 22330, - 22389 + 22331, + 22390 ], "loc": { "start": { @@ -52565,8 +52565,8 @@ "type": "Identifier", "name": "isNaN", "range": [ - 22404, - 22409 + 22405, + 22410 ], "loc": { "start": { @@ -52586,8 +52586,8 @@ "object": { "type": "ThisExpression", "range": [ - 22410, - 22414 + 22411, + 22415 ], "loc": { "start": { @@ -52604,8 +52604,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 22415, - 22427 + 22416, + 22428 ], "loc": { "start": { @@ -52619,8 +52619,8 @@ } }, "range": [ - 22410, - 22427 + 22411, + 22428 ], "loc": { "start": { @@ -52635,8 +52635,8 @@ } ], "range": [ - 22404, - 22428 + 22405, + 22429 ], "loc": { "start": { @@ -52651,8 +52651,8 @@ }, "prefix": true, "range": [ - 22403, - 22428 + 22404, + 22429 ], "loc": { "start": { @@ -52679,8 +52679,8 @@ "object": { "type": "ThisExpression", "range": [ - 22448, - 22452 + 22449, + 22453 ], "loc": { "start": { @@ -52697,8 +52697,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 22453, - 22467 + 22454, + 22468 ], "loc": { "start": { @@ -52712,8 +52712,8 @@ } }, "range": [ - 22448, - 22467 + 22449, + 22468 ], "loc": { "start": { @@ -52733,8 +52733,8 @@ "type": "Identifier", "name": "tf", "range": [ - 22471, - 22473 + 22472, + 22474 ], "loc": { "start": { @@ -52751,8 +52751,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 22474, - 22490 + 22475, + 22491 ], "loc": { "start": { @@ -52766,8 +52766,8 @@ } }, "range": [ - 22471, - 22490 + 22472, + 22491 ], "loc": { "start": { @@ -52781,8 +52781,8 @@ } }, "range": [ - 22448, - 22490 + 22449, + 22491 ], "loc": { "start": { @@ -52809,8 +52809,8 @@ "object": { "type": "ThisExpression", "range": [ - 22510, - 22514 + 22511, + 22515 ], "loc": { "start": { @@ -52827,8 +52827,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 22515, - 22529 + 22516, + 22530 ], "loc": { "start": { @@ -52842,8 +52842,8 @@ } }, "range": [ - 22510, - 22529 + 22511, + 22530 ], "loc": { "start": { @@ -52866,8 +52866,8 @@ "type": "Identifier", "name": "tf", "range": [ - 22533, - 22535 + 22534, + 22536 ], "loc": { "start": { @@ -52884,8 +52884,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 22536, - 22552 + 22537, + 22553 ], "loc": { "start": { @@ -52899,8 +52899,8 @@ } }, "range": [ - 22533, - 22552 + 22534, + 22553 ], "loc": { "start": { @@ -52919,8 +52919,8 @@ "object": { "type": "ThisExpression", "range": [ - 22555, - 22559 + 22556, + 22560 ], "loc": { "start": { @@ -52937,8 +52937,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 22560, - 22572 + 22561, + 22573 ], "loc": { "start": { @@ -52952,8 +52952,8 @@ } }, "range": [ - 22555, - 22572 + 22556, + 22573 ], "loc": { "start": { @@ -52967,8 +52967,8 @@ } }, "range": [ - 22533, - 22572 + 22534, + 22573 ], "loc": { "start": { @@ -52982,8 +52982,8 @@ } }, "range": [ - 22510, - 22573 + 22511, + 22574 ], "loc": { "start": { @@ -52997,8 +52997,8 @@ } }, "range": [ - 22510, - 22574 + 22511, + 22575 ], "loc": { "start": { @@ -53013,8 +53013,8 @@ } ], "range": [ - 22492, - 22588 + 22493, + 22589 ], "loc": { "start": { @@ -53029,8 +53029,8 @@ }, "alternate": null, "range": [ - 22444, - 22588 + 22445, + 22589 ], "loc": { "start": { @@ -53053,8 +53053,8 @@ "object": { "type": "ThisExpression", "range": [ - 22601, - 22605 + 22602, + 22606 ], "loc": { "start": { @@ -53071,8 +53071,8 @@ "type": "Identifier", "name": "setPagingInfo", "range": [ - 22606, - 22619 + 22607, + 22620 ], "loc": { "start": { @@ -53086,8 +53086,8 @@ } }, "range": [ - 22601, - 22619 + 22602, + 22620 ], "loc": { "start": { @@ -53102,8 +53102,8 @@ }, "arguments": [], "range": [ - 22601, - 22621 + 22602, + 22622 ], "loc": { "start": { @@ -53117,8 +53117,8 @@ } }, "range": [ - 22601, - 22622 + 22602, + 22623 ], "loc": { "start": { @@ -53142,8 +53142,8 @@ "object": { "type": "ThisExpression", "range": [ - 22640, - 22644 + 22641, + 22645 ], "loc": { "start": { @@ -53160,8 +53160,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 22645, - 22661 + 22646, + 22662 ], "loc": { "start": { @@ -53175,8 +53175,8 @@ } }, "range": [ - 22640, - 22661 + 22641, + 22662 ], "loc": { "start": { @@ -53193,8 +53193,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 22666, - 22672 + 22667, + 22673 ], "loc": { "start": { @@ -53208,8 +53208,8 @@ } }, "range": [ - 22640, - 22672 + 22641, + 22673 ], "loc": { "start": { @@ -53234,8 +53234,8 @@ "type": "Identifier", "name": "slcIdx", "range": [ - 22696, - 22702 + 22697, + 22703 ], "loc": { "start": { @@ -53268,8 +53268,8 @@ "object": { "type": "ThisExpression", "range": [ - 22726, - 22730 + 22727, + 22731 ], "loc": { "start": { @@ -53286,8 +53286,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 22731, - 22740 + 22732, + 22741 ], "loc": { "start": { @@ -53301,8 +53301,8 @@ } }, "range": [ - 22726, - 22740 + 22727, + 22741 ], "loc": { "start": { @@ -53319,8 +53319,8 @@ "type": "Identifier", "name": "options", "range": [ - 22741, - 22748 + 22742, + 22749 ], "loc": { "start": { @@ -53334,8 +53334,8 @@ } }, "range": [ - 22726, - 22748 + 22727, + 22749 ], "loc": { "start": { @@ -53352,8 +53352,8 @@ "type": "Identifier", "name": "length", "range": [ - 22749, - 22755 + 22750, + 22756 ], "loc": { "start": { @@ -53367,8 +53367,8 @@ } }, "range": [ - 22726, - 22755 + 22727, + 22756 ], "loc": { "start": { @@ -53386,8 +53386,8 @@ "value": 1, "raw": "1", "range": [ - 22758, - 22759 + 22759, + 22760 ], "loc": { "start": { @@ -53401,8 +53401,8 @@ } }, "range": [ - 22726, - 22759 + 22727, + 22760 ], "loc": { "start": { @@ -53419,8 +53419,8 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 22763, - 22779 + 22764, + 22780 ], "loc": { "start": { @@ -53434,8 +53434,8 @@ } }, "range": [ - 22726, - 22779 + 22727, + 22780 ], "loc": { "start": { @@ -53463,8 +53463,8 @@ "object": { "type": "ThisExpression", "range": [ - 22808, - 22812 + 22809, + 22813 ], "loc": { "start": { @@ -53481,8 +53481,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 22813, - 22822 + 22814, + 22823 ], "loc": { "start": { @@ -53496,8 +53496,8 @@ } }, "range": [ - 22808, - 22822 + 22809, + 22823 ], "loc": { "start": { @@ -53514,8 +53514,8 @@ "type": "Identifier", "name": "options", "range": [ - 22823, - 22830 + 22824, + 22831 ], "loc": { "start": { @@ -53529,8 +53529,8 @@ } }, "range": [ - 22808, - 22830 + 22809, + 22831 ], "loc": { "start": { @@ -53547,8 +53547,8 @@ "type": "Identifier", "name": "length", "range": [ - 22831, - 22837 + 22832, + 22838 ], "loc": { "start": { @@ -53562,8 +53562,8 @@ } }, "range": [ - 22808, - 22837 + 22809, + 22838 ], "loc": { "start": { @@ -53581,8 +53581,8 @@ "value": 1, "raw": "1", "range": [ - 22840, - 22841 + 22841, + 22842 ], "loc": { "start": { @@ -53596,8 +53596,8 @@ } }, "range": [ - 22808, - 22841 + 22809, + 22842 ], "loc": { "start": { @@ -53614,8 +53614,8 @@ "type": "Identifier", "name": "slcPagesSelIndex", "range": [ - 22845, - 22861 + 22846, + 22862 ], "loc": { "start": { @@ -53629,8 +53629,8 @@ } }, "range": [ - 22725, - 22861 + 22726, + 22862 ], "loc": { "start": { @@ -53644,8 +53644,8 @@ } }, "range": [ - 22696, - 22861 + 22697, + 22862 ], "loc": { "start": { @@ -53661,8 +53661,8 @@ ], "kind": "var", "range": [ - 22692, - 22862 + 22693, + 22863 ], "loc": { "start": { @@ -53695,8 +53695,8 @@ "object": { "type": "ThisExpression", "range": [ - 22879, - 22883 + 22880, + 22884 ], "loc": { "start": { @@ -53713,8 +53713,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 22884, - 22893 + 22885, + 22894 ], "loc": { "start": { @@ -53728,8 +53728,8 @@ } }, "range": [ - 22879, - 22893 + 22880, + 22894 ], "loc": { "start": { @@ -53746,8 +53746,8 @@ "type": "Identifier", "name": "options", "range": [ - 22894, - 22901 + 22895, + 22902 ], "loc": { "start": { @@ -53761,8 +53761,8 @@ } }, "range": [ - 22879, - 22901 + 22880, + 22902 ], "loc": { "start": { @@ -53779,8 +53779,8 @@ "type": "Identifier", "name": "slcIdx", "range": [ - 22902, - 22908 + 22903, + 22909 ], "loc": { "start": { @@ -53794,8 +53794,8 @@ } }, "range": [ - 22879, - 22909 + 22880, + 22910 ], "loc": { "start": { @@ -53812,8 +53812,8 @@ "type": "Identifier", "name": "selected", "range": [ - 22910, - 22918 + 22911, + 22919 ], "loc": { "start": { @@ -53827,8 +53827,8 @@ } }, "range": [ - 22879, - 22918 + 22880, + 22919 ], "loc": { "start": { @@ -53846,8 +53846,8 @@ "value": true, "raw": "true", "range": [ - 22921, - 22925 + 22922, + 22926 ], "loc": { "start": { @@ -53861,8 +53861,8 @@ } }, "range": [ - 22879, - 22925 + 22880, + 22926 ], "loc": { "start": { @@ -53876,8 +53876,8 @@ } }, "range": [ - 22879, - 22926 + 22880, + 22927 ], "loc": { "start": { @@ -53892,8 +53892,8 @@ } ], "range": [ - 22674, - 22940 + 22675, + 22941 ], "loc": { "start": { @@ -53908,8 +53908,8 @@ }, "alternate": null, "range": [ - 22636, - 22940 + 22637, + 22941 ], "loc": { "start": { @@ -53924,8 +53924,8 @@ } ], "range": [ - 22430, - 22950 + 22431, + 22951 ], "loc": { "start": { @@ -53940,8 +53940,8 @@ }, "alternate": null, "range": [ - 22399, - 22950 + 22400, + 22951 ], "loc": { "start": { @@ -53967,8 +53967,8 @@ "object": { "type": "ThisExpression", "range": [ - 22960, - 22964 + 22961, + 22965 ], "loc": { "start": { @@ -53985,8 +53985,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 22965, - 22972 + 22966, + 22973 ], "loc": { "start": { @@ -54000,8 +54000,8 @@ } }, "range": [ - 22960, - 22972 + 22961, + 22973 ], "loc": { "start": { @@ -54018,8 +54018,8 @@ "type": "Identifier", "name": "emit", "range": [ - 22973, - 22977 + 22974, + 22978 ], "loc": { "start": { @@ -54033,8 +54033,8 @@ } }, "range": [ - 22960, - 22977 + 22961, + 22978 ], "loc": { "start": { @@ -54053,8 +54053,8 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 22978, - 23004 + 22979, + 23005 ], "loc": { "start": { @@ -54071,8 +54071,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23006, - 23008 + 23007, + 23009 ], "loc": { "start": { @@ -54091,8 +54091,8 @@ "object": { "type": "ThisExpression", "range": [ - 23010, - 23014 + 23011, + 23015 ], "loc": { "start": { @@ -54109,8 +54109,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 23015, - 23027 + 23016, + 23028 ], "loc": { "start": { @@ -54124,8 +54124,8 @@ } }, "range": [ - 23010, - 23027 + 23011, + 23028 ], "loc": { "start": { @@ -54140,8 +54140,8 @@ } ], "range": [ - 22960, - 23028 + 22961, + 23029 ], "loc": { "start": { @@ -54155,8 +54155,8 @@ } }, "range": [ - 22960, - 23029 + 22961, + 23030 ], "loc": { "start": { @@ -54171,8 +54171,8 @@ } ], "range": [ - 21847, - 23035 + 21848, + 23036 ], "loc": { "start": { @@ -54188,8 +54188,8 @@ "generator": false, "expression": false, "range": [ - 21844, - 23035 + 21845, + 23036 ], "loc": { "start": { @@ -54205,8 +54205,8 @@ "kind": "method", "computed": false, "range": [ - 21822, - 23035 + 21823, + 23036 ], "loc": { "start": { @@ -54223,8 +54223,8 @@ "type": "Block", "value": "*\n * Change rows according to page results drop-down\n ", "range": [ - 21751, - 21817 + 21752, + 21818 ], "loc": { "start": { @@ -54243,8 +54243,8 @@ "type": "Block", "value": "*\n * Re-set page nb at page re-load\n ", "range": [ - 23041, - 23090 + 23042, + 23091 ], "loc": { "start": { @@ -54266,8 +54266,8 @@ "type": "Identifier", "name": "resetPage", "range": [ - 23095, - 23104 + 23096, + 23105 ], "loc": { "start": { @@ -54296,8 +54296,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23121, - 23123 + 23122, + 23124 ], "loc": { "start": { @@ -54316,8 +54316,8 @@ "object": { "type": "ThisExpression", "range": [ - 23126, - 23130 + 23127, + 23131 ], "loc": { "start": { @@ -54334,8 +54334,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23131, - 23133 + 23132, + 23134 ], "loc": { "start": { @@ -54349,8 +54349,8 @@ } }, "range": [ - 23126, - 23133 + 23127, + 23134 ], "loc": { "start": { @@ -54364,8 +54364,8 @@ } }, "range": [ - 23121, - 23133 + 23122, + 23134 ], "loc": { "start": { @@ -54381,8 +54381,8 @@ ], "kind": "var", "range": [ - 23117, - 23134 + 23118, + 23135 ], "loc": { "start": { @@ -54408,8 +54408,8 @@ "object": { "type": "ThisExpression", "range": [ - 23148, - 23152 + 23149, + 23153 ], "loc": { "start": { @@ -54426,8 +54426,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 23153, - 23162 + 23154, + 23163 ], "loc": { "start": { @@ -54441,8 +54441,8 @@ } }, "range": [ - 23148, - 23162 + 23149, + 23163 ], "loc": { "start": { @@ -54457,8 +54457,8 @@ }, "arguments": [], "range": [ - 23148, - 23164 + 23149, + 23165 ], "loc": { "start": { @@ -54473,8 +54473,8 @@ }, "prefix": true, "range": [ - 23147, - 23164 + 23148, + 23165 ], "loc": { "start": { @@ -54494,8 +54494,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 23180, - 23187 + 23181, + 23188 ], "loc": { "start": { @@ -54510,8 +54510,8 @@ } ], "range": [ - 23166, - 23197 + 23167, + 23198 ], "loc": { "start": { @@ -54526,8 +54526,8 @@ }, "alternate": null, "range": [ - 23143, - 23197 + 23144, + 23198 ], "loc": { "start": { @@ -54553,8 +54553,8 @@ "object": { "type": "ThisExpression", "range": [ - 23206, - 23210 + 23207, + 23211 ], "loc": { "start": { @@ -54571,8 +54571,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 23211, - 23218 + 23212, + 23219 ], "loc": { "start": { @@ -54586,8 +54586,8 @@ } }, "range": [ - 23206, - 23218 + 23207, + 23219 ], "loc": { "start": { @@ -54604,8 +54604,8 @@ "type": "Identifier", "name": "emit", "range": [ - 23219, - 23223 + 23220, + 23224 ], "loc": { "start": { @@ -54619,8 +54619,8 @@ } }, "range": [ - 23206, - 23223 + 23207, + 23224 ], "loc": { "start": { @@ -54639,8 +54639,8 @@ "value": "before-reset-page", "raw": "'before-reset-page'", "range": [ - 23224, - 23243 + 23225, + 23244 ], "loc": { "start": { @@ -54657,8 +54657,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23245, - 23247 + 23246, + 23248 ], "loc": { "start": { @@ -54673,8 +54673,8 @@ } ], "range": [ - 23206, - 23248 + 23207, + 23249 ], "loc": { "start": { @@ -54688,8 +54688,8 @@ } }, "range": [ - 23206, - 23249 + 23207, + 23250 ], "loc": { "start": { @@ -54711,8 +54711,8 @@ "type": "Identifier", "name": "pgNb", "range": [ - 23262, - 23266 + 23263, + 23267 ], "loc": { "start": { @@ -54739,8 +54739,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23269, - 23271 + 23270, + 23272 ], "loc": { "start": { @@ -54757,8 +54757,8 @@ "type": "Identifier", "name": "feature", "range": [ - 23272, - 23279 + 23273, + 23280 ], "loc": { "start": { @@ -54772,8 +54772,8 @@ } }, "range": [ - 23269, - 23279 + 23270, + 23280 ], "loc": { "start": { @@ -54792,8 +54792,8 @@ "value": "store", "raw": "'store'", "range": [ - 23280, - 23287 + 23281, + 23288 ], "loc": { "start": { @@ -54808,8 +54808,8 @@ } ], "range": [ - 23269, - 23288 + 23270, + 23289 ], "loc": { "start": { @@ -54826,8 +54826,8 @@ "type": "Identifier", "name": "getPageNb", "range": [ - 23289, - 23298 + 23290, + 23299 ], "loc": { "start": { @@ -54841,8 +54841,8 @@ } }, "range": [ - 23269, - 23298 + 23270, + 23299 ], "loc": { "start": { @@ -54857,8 +54857,8 @@ }, "arguments": [], "range": [ - 23269, - 23300 + 23270, + 23301 ], "loc": { "start": { @@ -54872,8 +54872,8 @@ } }, "range": [ - 23262, - 23300 + 23263, + 23301 ], "loc": { "start": { @@ -54889,8 +54889,8 @@ ], "kind": "var", "range": [ - 23258, - 23301 + 23259, + 23302 ], "loc": { "start": { @@ -54912,8 +54912,8 @@ "type": "Identifier", "name": "pgNb", "range": [ - 23314, - 23318 + 23315, + 23319 ], "loc": { "start": { @@ -54931,8 +54931,8 @@ "value": "", "raw": "''", "range": [ - 23323, - 23325 + 23324, + 23326 ], "loc": { "start": { @@ -54946,8 +54946,8 @@ } }, "range": [ - 23314, - 23325 + 23315, + 23326 ], "loc": { "start": { @@ -54973,8 +54973,8 @@ "object": { "type": "ThisExpression", "range": [ - 23341, - 23345 + 23342, + 23346 ], "loc": { "start": { @@ -54991,8 +54991,8 @@ "type": "Identifier", "name": "changePage", "range": [ - 23346, - 23356 + 23347, + 23357 ], "loc": { "start": { @@ -55006,8 +55006,8 @@ } }, "range": [ - 23341, - 23356 + 23342, + 23357 ], "loc": { "start": { @@ -55028,8 +55028,8 @@ "type": "Identifier", "name": "pgNb", "range": [ - 23358, - 23362 + 23359, + 23363 ], "loc": { "start": { @@ -55047,8 +55047,8 @@ "value": 1, "raw": "1", "range": [ - 23365, - 23366 + 23366, + 23367 ], "loc": { "start": { @@ -55062,8 +55062,8 @@ } }, "range": [ - 23358, - 23366 + 23359, + 23367 ], "loc": { "start": { @@ -55078,8 +55078,8 @@ } ], "range": [ - 23341, - 23368 + 23342, + 23369 ], "loc": { "start": { @@ -55093,8 +55093,8 @@ } }, "range": [ - 23341, - 23369 + 23342, + 23370 ], "loc": { "start": { @@ -55109,8 +55109,8 @@ } ], "range": [ - 23327, - 23379 + 23328, + 23380 ], "loc": { "start": { @@ -55125,8 +55125,8 @@ }, "alternate": null, "range": [ - 23310, - 23379 + 23311, + 23380 ], "loc": { "start": { @@ -55152,8 +55152,8 @@ "object": { "type": "ThisExpression", "range": [ - 23388, - 23392 + 23389, + 23393 ], "loc": { "start": { @@ -55170,8 +55170,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 23393, - 23400 + 23394, + 23401 ], "loc": { "start": { @@ -55185,8 +55185,8 @@ } }, "range": [ - 23388, - 23400 + 23389, + 23401 ], "loc": { "start": { @@ -55203,8 +55203,8 @@ "type": "Identifier", "name": "emit", "range": [ - 23401, - 23405 + 23402, + 23406 ], "loc": { "start": { @@ -55218,8 +55218,8 @@ } }, "range": [ - 23388, - 23405 + 23389, + 23406 ], "loc": { "start": { @@ -55238,8 +55238,8 @@ "value": "after-reset-page", "raw": "'after-reset-page'", "range": [ - 23406, - 23424 + 23407, + 23425 ], "loc": { "start": { @@ -55256,8 +55256,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23426, - 23428 + 23427, + 23429 ], "loc": { "start": { @@ -55274,8 +55274,8 @@ "type": "Identifier", "name": "pgNb", "range": [ - 23430, - 23434 + 23431, + 23435 ], "loc": { "start": { @@ -55290,8 +55290,8 @@ } ], "range": [ - 23388, - 23435 + 23389, + 23436 ], "loc": { "start": { @@ -55305,8 +55305,8 @@ } }, "range": [ - 23388, - 23436 + 23389, + 23437 ], "loc": { "start": { @@ -55321,8 +55321,8 @@ } ], "range": [ - 23107, - 23442 + 23108, + 23443 ], "loc": { "start": { @@ -55338,8 +55338,8 @@ "generator": false, "expression": false, "range": [ - 23104, - 23442 + 23105, + 23443 ], "loc": { "start": { @@ -55355,8 +55355,8 @@ "kind": "method", "computed": false, "range": [ - 23095, - 23442 + 23096, + 23443 ], "loc": { "start": { @@ -55373,8 +55373,8 @@ "type": "Block", "value": "*\n * Re-set page nb at page re-load\n ", "range": [ - 23041, - 23090 + 23042, + 23091 ], "loc": { "start": { @@ -55393,8 +55393,8 @@ "type": "Block", "value": "*\n * Re-set page length value at page re-load\n ", "range": [ - 23448, - 23507 + 23449, + 23508 ], "loc": { "start": { @@ -55416,8 +55416,8 @@ "type": "Identifier", "name": "resetPageLength", "range": [ - 23512, - 23527 + 23513, + 23528 ], "loc": { "start": { @@ -55446,8 +55446,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23544, - 23546 + 23545, + 23547 ], "loc": { "start": { @@ -55466,8 +55466,8 @@ "object": { "type": "ThisExpression", "range": [ - 23549, - 23553 + 23550, + 23554 ], "loc": { "start": { @@ -55484,8 +55484,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23554, - 23556 + 23555, + 23557 ], "loc": { "start": { @@ -55499,8 +55499,8 @@ } }, "range": [ - 23549, - 23556 + 23550, + 23557 ], "loc": { "start": { @@ -55514,8 +55514,8 @@ } }, "range": [ - 23544, - 23556 + 23545, + 23557 ], "loc": { "start": { @@ -55531,8 +55531,8 @@ ], "kind": "var", "range": [ - 23540, - 23557 + 23541, + 23558 ], "loc": { "start": { @@ -55558,8 +55558,8 @@ "object": { "type": "ThisExpression", "range": [ - 23571, - 23575 + 23572, + 23576 ], "loc": { "start": { @@ -55576,8 +55576,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 23576, - 23585 + 23577, + 23586 ], "loc": { "start": { @@ -55591,8 +55591,8 @@ } }, "range": [ - 23571, - 23585 + 23572, + 23586 ], "loc": { "start": { @@ -55607,8 +55607,8 @@ }, "arguments": [], "range": [ - 23571, - 23587 + 23572, + 23588 ], "loc": { "start": { @@ -55623,8 +55623,8 @@ }, "prefix": true, "range": [ - 23570, - 23587 + 23571, + 23588 ], "loc": { "start": { @@ -55644,8 +55644,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 23603, - 23610 + 23604, + 23611 ], "loc": { "start": { @@ -55660,8 +55660,8 @@ } ], "range": [ - 23589, - 23620 + 23590, + 23621 ], "loc": { "start": { @@ -55676,8 +55676,8 @@ }, "alternate": null, "range": [ - 23566, - 23620 + 23567, + 23621 ], "loc": { "start": { @@ -55703,8 +55703,8 @@ "object": { "type": "ThisExpression", "range": [ - 23629, - 23633 + 23630, + 23634 ], "loc": { "start": { @@ -55721,8 +55721,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 23634, - 23641 + 23635, + 23642 ], "loc": { "start": { @@ -55736,8 +55736,8 @@ } }, "range": [ - 23629, - 23641 + 23630, + 23642 ], "loc": { "start": { @@ -55754,8 +55754,8 @@ "type": "Identifier", "name": "emit", "range": [ - 23642, - 23646 + 23643, + 23647 ], "loc": { "start": { @@ -55769,8 +55769,8 @@ } }, "range": [ - 23629, - 23646 + 23630, + 23647 ], "loc": { "start": { @@ -55789,8 +55789,8 @@ "value": "before-reset-page-length", "raw": "'before-reset-page-length'", "range": [ - 23647, - 23673 + 23648, + 23674 ], "loc": { "start": { @@ -55807,8 +55807,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23675, - 23677 + 23676, + 23678 ], "loc": { "start": { @@ -55823,8 +55823,8 @@ } ], "range": [ - 23629, - 23678 + 23630, + 23679 ], "loc": { "start": { @@ -55838,8 +55838,8 @@ } }, "range": [ - 23629, - 23679 + 23630, + 23680 ], "loc": { "start": { @@ -55861,8 +55861,8 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 23692, - 23702 + 23693, + 23703 ], "loc": { "start": { @@ -55889,8 +55889,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23705, - 23707 + 23706, + 23708 ], "loc": { "start": { @@ -55907,8 +55907,8 @@ "type": "Identifier", "name": "feature", "range": [ - 23708, - 23715 + 23709, + 23716 ], "loc": { "start": { @@ -55922,8 +55922,8 @@ } }, "range": [ - 23705, - 23715 + 23706, + 23716 ], "loc": { "start": { @@ -55942,8 +55942,8 @@ "value": "store", "raw": "'store'", "range": [ - 23716, - 23723 + 23717, + 23724 ], "loc": { "start": { @@ -55958,8 +55958,8 @@ } ], "range": [ - 23705, - 23724 + 23706, + 23725 ], "loc": { "start": { @@ -55976,8 +55976,8 @@ "type": "Identifier", "name": "getPageLength", "range": [ - 23725, - 23738 + 23726, + 23739 ], "loc": { "start": { @@ -55991,8 +55991,8 @@ } }, "range": [ - 23705, - 23738 + 23706, + 23739 ], "loc": { "start": { @@ -56007,8 +56007,8 @@ }, "arguments": [], "range": [ - 23705, - 23740 + 23706, + 23741 ], "loc": { "start": { @@ -56022,8 +56022,8 @@ } }, "range": [ - 23692, - 23740 + 23693, + 23741 ], "loc": { "start": { @@ -56039,8 +56039,8 @@ ], "kind": "var", "range": [ - 23688, - 23741 + 23689, + 23742 ], "loc": { "start": { @@ -56062,8 +56062,8 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 23755, - 23765 + 23756, + 23766 ], "loc": { "start": { @@ -56081,8 +56081,8 @@ "value": "", "raw": "''", "range": [ - 23770, - 23772 + 23771, + 23773 ], "loc": { "start": { @@ -56096,8 +56096,8 @@ } }, "range": [ - 23755, - 23772 + 23756, + 23773 ], "loc": { "start": { @@ -56133,8 +56133,8 @@ "object": { "type": "ThisExpression", "range": [ - 23788, - 23792 + 23789, + 23793 ], "loc": { "start": { @@ -56151,8 +56151,8 @@ "type": "Identifier", "name": "resultsPerPageSlc", "range": [ - 23793, - 23810 + 23794, + 23811 ], "loc": { "start": { @@ -56166,8 +56166,8 @@ } }, "range": [ - 23788, - 23810 + 23789, + 23811 ], "loc": { "start": { @@ -56184,8 +56184,8 @@ "type": "Identifier", "name": "options", "range": [ - 23811, - 23818 + 23812, + 23819 ], "loc": { "start": { @@ -56199,8 +56199,8 @@ } }, "range": [ - 23788, - 23818 + 23789, + 23819 ], "loc": { "start": { @@ -56217,8 +56217,8 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 23819, - 23829 + 23820, + 23830 ], "loc": { "start": { @@ -56232,8 +56232,8 @@ } }, "range": [ - 23788, - 23830 + 23789, + 23831 ], "loc": { "start": { @@ -56250,8 +56250,8 @@ "type": "Identifier", "name": "selected", "range": [ - 23831, - 23839 + 23832, + 23840 ], "loc": { "start": { @@ -56265,8 +56265,8 @@ } }, "range": [ - 23788, - 23839 + 23789, + 23840 ], "loc": { "start": { @@ -56284,8 +56284,8 @@ "value": true, "raw": "true", "range": [ - 23842, - 23846 + 23843, + 23847 ], "loc": { "start": { @@ -56299,8 +56299,8 @@ } }, "range": [ - 23788, - 23846 + 23789, + 23847 ], "loc": { "start": { @@ -56314,8 +56314,8 @@ } }, "range": [ - 23788, - 23847 + 23789, + 23848 ], "loc": { "start": { @@ -56338,8 +56338,8 @@ "object": { "type": "ThisExpression", "range": [ - 23860, - 23864 + 23861, + 23865 ], "loc": { "start": { @@ -56356,8 +56356,8 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 23865, - 23885 + 23866, + 23886 ], "loc": { "start": { @@ -56371,8 +56371,8 @@ } }, "range": [ - 23860, - 23885 + 23861, + 23886 ], "loc": { "start": { @@ -56387,8 +56387,8 @@ }, "arguments": [], "range": [ - 23860, - 23887 + 23861, + 23888 ], "loc": { "start": { @@ -56402,8 +56402,8 @@ } }, "range": [ - 23860, - 23888 + 23861, + 23889 ], "loc": { "start": { @@ -56418,8 +56418,8 @@ } ], "range": [ - 23774, - 23898 + 23775, + 23899 ], "loc": { "start": { @@ -56434,8 +56434,8 @@ }, "alternate": null, "range": [ - 23751, - 23898 + 23752, + 23899 ], "loc": { "start": { @@ -56461,8 +56461,8 @@ "object": { "type": "ThisExpression", "range": [ - 23907, - 23911 + 23908, + 23912 ], "loc": { "start": { @@ -56479,8 +56479,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 23912, - 23919 + 23913, + 23920 ], "loc": { "start": { @@ -56494,8 +56494,8 @@ } }, "range": [ - 23907, - 23919 + 23908, + 23920 ], "loc": { "start": { @@ -56512,8 +56512,8 @@ "type": "Identifier", "name": "emit", "range": [ - 23920, - 23924 + 23921, + 23925 ], "loc": { "start": { @@ -56527,8 +56527,8 @@ } }, "range": [ - 23907, - 23924 + 23908, + 23925 ], "loc": { "start": { @@ -56547,8 +56547,8 @@ "value": "after-reset-page-length", "raw": "'after-reset-page-length'", "range": [ - 23925, - 23950 + 23926, + 23951 ], "loc": { "start": { @@ -56565,8 +56565,8 @@ "type": "Identifier", "name": "tf", "range": [ - 23952, - 23954 + 23953, + 23955 ], "loc": { "start": { @@ -56583,8 +56583,8 @@ "type": "Identifier", "name": "pglenIndex", "range": [ - 23956, - 23966 + 23957, + 23967 ], "loc": { "start": { @@ -56599,8 +56599,8 @@ } ], "range": [ - 23907, - 23967 + 23908, + 23968 ], "loc": { "start": { @@ -56614,8 +56614,8 @@ } }, "range": [ - 23907, - 23968 + 23908, + 23969 ], "loc": { "start": { @@ -56630,8 +56630,8 @@ } ], "range": [ - 23530, - 23974 + 23531, + 23975 ], "loc": { "start": { @@ -56647,8 +56647,8 @@ "generator": false, "expression": false, "range": [ - 23527, - 23974 + 23528, + 23975 ], "loc": { "start": { @@ -56664,8 +56664,8 @@ "kind": "method", "computed": false, "range": [ - 23512, - 23974 + 23513, + 23975 ], "loc": { "start": { @@ -56682,8 +56682,8 @@ "type": "Block", "value": "*\n * Re-set page length value at page re-load\n ", "range": [ - 23448, - 23507 + 23449, + 23508 ], "loc": { "start": { @@ -56702,8 +56702,8 @@ "type": "Block", "value": "*\n * Remove paging feature\n ", "range": [ - 23980, - 24020 + 23981, + 24021 ], "loc": { "start": { @@ -56725,8 +56725,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 24025, - 24032 + 24026, + 24033 ], "loc": { "start": { @@ -56755,8 +56755,8 @@ "type": "Identifier", "name": "tf", "range": [ - 24049, - 24051 + 24050, + 24052 ], "loc": { "start": { @@ -56775,8 +56775,8 @@ "object": { "type": "ThisExpression", "range": [ - 24054, - 24058 + 24055, + 24059 ], "loc": { "start": { @@ -56793,8 +56793,8 @@ "type": "Identifier", "name": "tf", "range": [ - 24059, - 24061 + 24060, + 24062 ], "loc": { "start": { @@ -56808,8 +56808,8 @@ } }, "range": [ - 24054, - 24061 + 24055, + 24062 ], "loc": { "start": { @@ -56823,8 +56823,8 @@ } }, "range": [ - 24049, - 24061 + 24050, + 24062 ], "loc": { "start": { @@ -56840,8 +56840,8 @@ ], "kind": "var", "range": [ - 24045, - 24062 + 24046, + 24063 ], "loc": { "start": { @@ -56865,8 +56865,8 @@ "object": { "type": "ThisExpression", "range": [ - 24077, - 24081 + 24078, + 24082 ], "loc": { "start": { @@ -56883,8 +56883,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 24082, - 24093 + 24083, + 24094 ], "loc": { "start": { @@ -56898,8 +56898,8 @@ } }, "range": [ - 24077, - 24093 + 24078, + 24094 ], "loc": { "start": { @@ -56914,8 +56914,8 @@ }, "prefix": true, "range": [ - 24076, - 24093 + 24077, + 24094 ], "loc": { "start": { @@ -56935,8 +56935,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 24109, - 24116 + 24110, + 24117 ], "loc": { "start": { @@ -56951,8 +56951,8 @@ } ], "range": [ - 24095, - 24126 + 24096, + 24127 ], "loc": { "start": { @@ -56967,8 +56967,8 @@ }, "alternate": null, "range": [ - 24072, - 24126 + 24073, + 24127 ], "loc": { "start": { @@ -56985,8 +56985,8 @@ "type": "Line", "value": " btns containers", "range": [ - 24135, - 24153 + 24136, + 24154 ], "loc": { "start": { @@ -57010,8 +57010,8 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 24166, - 24177 + 24167, + 24178 ], "loc": { "start": { @@ -57033,8 +57033,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 24180, - 24183 + 24181, + 24184 ], "loc": { "start": { @@ -57051,8 +57051,8 @@ "type": "Identifier", "name": "id", "range": [ - 24184, - 24186 + 24185, + 24187 ], "loc": { "start": { @@ -57066,8 +57066,8 @@ } }, "range": [ - 24180, - 24186 + 24181, + 24187 ], "loc": { "start": { @@ -57090,8 +57090,8 @@ "object": { "type": "ThisExpression", "range": [ - 24187, - 24191 + 24188, + 24192 ], "loc": { "start": { @@ -57108,8 +57108,8 @@ "type": "Identifier", "name": "prfxBtnNextSpan", "range": [ - 24192, - 24207 + 24193, + 24208 ], "loc": { "start": { @@ -57123,8 +57123,8 @@ } }, "range": [ - 24187, - 24207 + 24188, + 24208 ], "loc": { "start": { @@ -57144,8 +57144,8 @@ "type": "Identifier", "name": "tf", "range": [ - 24210, - 24212 + 24211, + 24213 ], "loc": { "start": { @@ -57162,8 +57162,8 @@ "type": "Identifier", "name": "id", "range": [ - 24213, - 24215 + 24214, + 24216 ], "loc": { "start": { @@ -57177,8 +57177,8 @@ } }, "range": [ - 24210, - 24215 + 24211, + 24216 ], "loc": { "start": { @@ -57192,8 +57192,8 @@ } }, "range": [ - 24187, - 24215 + 24188, + 24216 ], "loc": { "start": { @@ -57208,8 +57208,8 @@ } ], "range": [ - 24180, - 24216 + 24181, + 24217 ], "loc": { "start": { @@ -57223,8 +57223,8 @@ } }, "range": [ - 24166, - 24216 + 24167, + 24217 ], "loc": { "start": { @@ -57240,8 +57240,8 @@ ], "kind": "var", "range": [ - 24162, - 24217 + 24163, + 24218 ], "loc": { "start": { @@ -57258,8 +57258,8 @@ "type": "Line", "value": " btns containers", "range": [ - 24135, - 24153 + 24136, + 24154 ], "loc": { "start": { @@ -57283,8 +57283,8 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 24230, - 24241 + 24231, + 24242 ], "loc": { "start": { @@ -57306,8 +57306,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 24244, - 24247 + 24245, + 24248 ], "loc": { "start": { @@ -57324,8 +57324,8 @@ "type": "Identifier", "name": "id", "range": [ - 24248, - 24250 + 24249, + 24251 ], "loc": { "start": { @@ -57339,8 +57339,8 @@ } }, "range": [ - 24244, - 24250 + 24245, + 24251 ], "loc": { "start": { @@ -57363,8 +57363,8 @@ "object": { "type": "ThisExpression", "range": [ - 24251, - 24255 + 24252, + 24256 ], "loc": { "start": { @@ -57381,8 +57381,8 @@ "type": "Identifier", "name": "prfxBtnPrevSpan", "range": [ - 24256, - 24271 + 24257, + 24272 ], "loc": { "start": { @@ -57396,8 +57396,8 @@ } }, "range": [ - 24251, - 24271 + 24252, + 24272 ], "loc": { "start": { @@ -57417,8 +57417,8 @@ "type": "Identifier", "name": "tf", "range": [ - 24274, - 24276 + 24275, + 24277 ], "loc": { "start": { @@ -57435,8 +57435,8 @@ "type": "Identifier", "name": "id", "range": [ - 24277, - 24279 + 24278, + 24280 ], "loc": { "start": { @@ -57450,8 +57450,8 @@ } }, "range": [ - 24274, - 24279 + 24275, + 24280 ], "loc": { "start": { @@ -57465,8 +57465,8 @@ } }, "range": [ - 24251, - 24279 + 24252, + 24280 ], "loc": { "start": { @@ -57481,8 +57481,8 @@ } ], "range": [ - 24244, - 24280 + 24245, + 24281 ], "loc": { "start": { @@ -57496,8 +57496,8 @@ } }, "range": [ - 24230, - 24280 + 24231, + 24281 ], "loc": { "start": { @@ -57513,8 +57513,8 @@ ], "kind": "var", "range": [ - 24226, - 24281 + 24227, + 24282 ], "loc": { "start": { @@ -57536,8 +57536,8 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 24294, - 24305 + 24295, + 24306 ], "loc": { "start": { @@ -57559,8 +57559,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 24308, - 24311 + 24309, + 24312 ], "loc": { "start": { @@ -57577,8 +57577,8 @@ "type": "Identifier", "name": "id", "range": [ - 24312, - 24314 + 24313, + 24315 ], "loc": { "start": { @@ -57592,8 +57592,8 @@ } }, "range": [ - 24308, - 24314 + 24309, + 24315 ], "loc": { "start": { @@ -57616,8 +57616,8 @@ "object": { "type": "ThisExpression", "range": [ - 24315, - 24319 + 24316, + 24320 ], "loc": { "start": { @@ -57634,8 +57634,8 @@ "type": "Identifier", "name": "prfxBtnLastSpan", "range": [ - 24320, - 24335 + 24321, + 24336 ], "loc": { "start": { @@ -57649,8 +57649,8 @@ } }, "range": [ - 24315, - 24335 + 24316, + 24336 ], "loc": { "start": { @@ -57670,8 +57670,8 @@ "type": "Identifier", "name": "tf", "range": [ - 24338, - 24340 + 24339, + 24341 ], "loc": { "start": { @@ -57688,8 +57688,8 @@ "type": "Identifier", "name": "id", "range": [ - 24341, - 24343 + 24342, + 24344 ], "loc": { "start": { @@ -57703,8 +57703,8 @@ } }, "range": [ - 24338, - 24343 + 24339, + 24344 ], "loc": { "start": { @@ -57718,8 +57718,8 @@ } }, "range": [ - 24315, - 24343 + 24316, + 24344 ], "loc": { "start": { @@ -57734,8 +57734,8 @@ } ], "range": [ - 24308, - 24344 + 24309, + 24345 ], "loc": { "start": { @@ -57749,8 +57749,8 @@ } }, "range": [ - 24294, - 24344 + 24295, + 24345 ], "loc": { "start": { @@ -57766,8 +57766,8 @@ ], "kind": "var", "range": [ - 24290, - 24345 + 24291, + 24346 ], "loc": { "start": { @@ -57789,8 +57789,8 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 24358, - 24370 + 24359, + 24371 ], "loc": { "start": { @@ -57812,8 +57812,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 24373, - 24376 + 24374, + 24377 ], "loc": { "start": { @@ -57830,8 +57830,8 @@ "type": "Identifier", "name": "id", "range": [ - 24377, - 24379 + 24378, + 24380 ], "loc": { "start": { @@ -57845,8 +57845,8 @@ } }, "range": [ - 24373, - 24379 + 24374, + 24380 ], "loc": { "start": { @@ -57869,8 +57869,8 @@ "object": { "type": "ThisExpression", "range": [ - 24380, - 24384 + 24381, + 24385 ], "loc": { "start": { @@ -57887,8 +57887,8 @@ "type": "Identifier", "name": "prfxBtnFirstSpan", "range": [ - 24385, - 24401 + 24386, + 24402 ], "loc": { "start": { @@ -57902,8 +57902,8 @@ } }, "range": [ - 24380, - 24401 + 24381, + 24402 ], "loc": { "start": { @@ -57923,8 +57923,8 @@ "type": "Identifier", "name": "tf", "range": [ - 24404, - 24406 + 24405, + 24407 ], "loc": { "start": { @@ -57941,8 +57941,8 @@ "type": "Identifier", "name": "id", "range": [ - 24407, - 24409 + 24408, + 24410 ], "loc": { "start": { @@ -57956,8 +57956,8 @@ } }, "range": [ - 24404, - 24409 + 24405, + 24410 ], "loc": { "start": { @@ -57971,8 +57971,8 @@ } }, "range": [ - 24380, - 24409 + 24381, + 24410 ], "loc": { "start": { @@ -57987,8 +57987,8 @@ } ], "range": [ - 24373, - 24410 + 24374, + 24411 ], "loc": { "start": { @@ -58002,8 +58002,8 @@ } }, "range": [ - 24358, - 24410 + 24359, + 24411 ], "loc": { "start": { @@ -58019,8 +58019,8 @@ ], "kind": "var", "range": [ - 24354, - 24411 + 24355, + 24412 ], "loc": { "start": { @@ -58037,8 +58037,8 @@ "type": "Line", "value": "span containing 'Page' text", "range": [ - 24420, - 24449 + 24421, + 24450 ], "loc": { "start": { @@ -58062,8 +58062,8 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 24462, - 24474 + 24463, + 24475 ], "loc": { "start": { @@ -58085,8 +58085,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 24477, - 24480 + 24478, + 24481 ], "loc": { "start": { @@ -58103,8 +58103,8 @@ "type": "Identifier", "name": "id", "range": [ - 24481, - 24483 + 24482, + 24484 ], "loc": { "start": { @@ -58118,8 +58118,8 @@ } }, "range": [ - 24477, - 24483 + 24478, + 24484 ], "loc": { "start": { @@ -58142,8 +58142,8 @@ "object": { "type": "ThisExpression", "range": [ - 24484, - 24488 + 24485, + 24489 ], "loc": { "start": { @@ -58160,8 +58160,8 @@ "type": "Identifier", "name": "prfxPgBeforeSpan", "range": [ - 24489, - 24505 + 24490, + 24506 ], "loc": { "start": { @@ -58175,8 +58175,8 @@ } }, "range": [ - 24484, - 24505 + 24485, + 24506 ], "loc": { "start": { @@ -58196,8 +58196,8 @@ "type": "Identifier", "name": "tf", "range": [ - 24508, - 24510 + 24509, + 24511 ], "loc": { "start": { @@ -58214,8 +58214,8 @@ "type": "Identifier", "name": "id", "range": [ - 24511, - 24513 + 24512, + 24514 ], "loc": { "start": { @@ -58229,8 +58229,8 @@ } }, "range": [ - 24508, - 24513 + 24509, + 24514 ], "loc": { "start": { @@ -58244,8 +58244,8 @@ } }, "range": [ - 24484, - 24513 + 24485, + 24514 ], "loc": { "start": { @@ -58260,8 +58260,8 @@ } ], "range": [ - 24477, - 24514 + 24478, + 24515 ], "loc": { "start": { @@ -58275,8 +58275,8 @@ } }, "range": [ - 24462, - 24514 + 24463, + 24515 ], "loc": { "start": { @@ -58292,8 +58292,8 @@ ], "kind": "var", "range": [ - 24458, - 24515 + 24459, + 24516 ], "loc": { "start": { @@ -58310,8 +58310,8 @@ "type": "Line", "value": "span containing 'Page' text", "range": [ - 24420, - 24449 + 24421, + 24450 ], "loc": { "start": { @@ -58330,8 +58330,8 @@ "type": "Line", "value": "span containing 'of' text", "range": [ - 24524, - 24551 + 24525, + 24552 ], "loc": { "start": { @@ -58355,8 +58355,8 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 24564, - 24575 + 24565, + 24576 ], "loc": { "start": { @@ -58378,8 +58378,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 24578, - 24581 + 24579, + 24582 ], "loc": { "start": { @@ -58396,8 +58396,8 @@ "type": "Identifier", "name": "id", "range": [ - 24582, - 24584 + 24583, + 24585 ], "loc": { "start": { @@ -58411,8 +58411,8 @@ } }, "range": [ - 24578, - 24584 + 24579, + 24585 ], "loc": { "start": { @@ -58435,8 +58435,8 @@ "object": { "type": "ThisExpression", "range": [ - 24585, - 24589 + 24586, + 24590 ], "loc": { "start": { @@ -58453,8 +58453,8 @@ "type": "Identifier", "name": "prfxPgAfterSpan", "range": [ - 24590, - 24605 + 24591, + 24606 ], "loc": { "start": { @@ -58468,8 +58468,8 @@ } }, "range": [ - 24585, - 24605 + 24586, + 24606 ], "loc": { "start": { @@ -58489,8 +58489,8 @@ "type": "Identifier", "name": "tf", "range": [ - 24608, - 24610 + 24609, + 24611 ], "loc": { "start": { @@ -58507,8 +58507,8 @@ "type": "Identifier", "name": "id", "range": [ - 24611, - 24613 + 24612, + 24614 ], "loc": { "start": { @@ -58522,8 +58522,8 @@ } }, "range": [ - 24608, - 24613 + 24609, + 24614 ], "loc": { "start": { @@ -58537,8 +58537,8 @@ } }, "range": [ - 24585, - 24613 + 24586, + 24614 ], "loc": { "start": { @@ -58553,8 +58553,8 @@ } ], "range": [ - 24578, - 24614 + 24579, + 24615 ], "loc": { "start": { @@ -58568,8 +58568,8 @@ } }, "range": [ - 24564, - 24614 + 24565, + 24615 ], "loc": { "start": { @@ -58585,8 +58585,8 @@ ], "kind": "var", "range": [ - 24560, - 24615 + 24561, + 24616 ], "loc": { "start": { @@ -58603,8 +58603,8 @@ "type": "Line", "value": "span containing 'of' text", "range": [ - 24524, - 24551 + 24525, + 24552 ], "loc": { "start": { @@ -58623,8 +58623,8 @@ "type": "Line", "value": "span containing nb of pages", "range": [ - 24624, - 24653 + 24625, + 24654 ], "loc": { "start": { @@ -58648,8 +58648,8 @@ "type": "Identifier", "name": "pgspan", "range": [ - 24666, - 24672 + 24667, + 24673 ], "loc": { "start": { @@ -58671,8 +58671,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 24675, - 24678 + 24676, + 24679 ], "loc": { "start": { @@ -58689,8 +58689,8 @@ "type": "Identifier", "name": "id", "range": [ - 24679, - 24681 + 24680, + 24682 ], "loc": { "start": { @@ -58704,8 +58704,8 @@ } }, "range": [ - 24675, - 24681 + 24676, + 24682 ], "loc": { "start": { @@ -58728,8 +58728,8 @@ "object": { "type": "ThisExpression", "range": [ - 24682, - 24686 + 24683, + 24687 ], "loc": { "start": { @@ -58746,8 +58746,8 @@ "type": "Identifier", "name": "prfxPgSpan", "range": [ - 24687, - 24697 + 24688, + 24698 ], "loc": { "start": { @@ -58761,8 +58761,8 @@ } }, "range": [ - 24682, - 24697 + 24683, + 24698 ], "loc": { "start": { @@ -58782,8 +58782,8 @@ "type": "Identifier", "name": "tf", "range": [ - 24700, - 24702 + 24701, + 24703 ], "loc": { "start": { @@ -58800,8 +58800,8 @@ "type": "Identifier", "name": "id", "range": [ - 24703, - 24705 + 24704, + 24706 ], "loc": { "start": { @@ -58815,8 +58815,8 @@ } }, "range": [ - 24700, - 24705 + 24701, + 24706 ], "loc": { "start": { @@ -58830,8 +58830,8 @@ } }, "range": [ - 24682, - 24705 + 24683, + 24706 ], "loc": { "start": { @@ -58846,8 +58846,8 @@ } ], "range": [ - 24675, - 24706 + 24676, + 24707 ], "loc": { "start": { @@ -58861,8 +58861,8 @@ } }, "range": [ - 24666, - 24706 + 24667, + 24707 ], "loc": { "start": { @@ -58878,8 +58878,8 @@ ], "kind": "var", "range": [ - 24662, - 24707 + 24663, + 24708 ], "loc": { "start": { @@ -58896,8 +58896,8 @@ "type": "Line", "value": "span containing nb of pages", "range": [ - 24624, - 24653 + 24625, + 24654 ], "loc": { "start": { @@ -58921,8 +58921,8 @@ "type": "Identifier", "name": "evt", "range": [ - 24721, - 24724 + 24722, + 24725 ], "loc": { "start": { @@ -58941,8 +58941,8 @@ "object": { "type": "ThisExpression", "range": [ - 24727, - 24731 + 24728, + 24732 ], "loc": { "start": { @@ -58959,8 +58959,8 @@ "type": "Identifier", "name": "evt", "range": [ - 24732, - 24735 + 24733, + 24736 ], "loc": { "start": { @@ -58974,8 +58974,8 @@ } }, "range": [ - 24727, - 24735 + 24728, + 24736 ], "loc": { "start": { @@ -58989,8 +58989,8 @@ } }, "range": [ - 24721, - 24735 + 24722, + 24736 ], "loc": { "start": { @@ -59006,8 +59006,8 @@ ], "kind": "var", "range": [ - 24717, - 24736 + 24718, + 24737 ], "loc": { "start": { @@ -59028,8 +59028,8 @@ "object": { "type": "ThisExpression", "range": [ - 24750, - 24754 + 24751, + 24755 ], "loc": { "start": { @@ -59046,8 +59046,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 24755, - 24764 + 24756, + 24765 ], "loc": { "start": { @@ -59061,8 +59061,8 @@ } }, "range": [ - 24750, - 24764 + 24751, + 24765 ], "loc": { "start": { @@ -59089,8 +59089,8 @@ "object": { "type": "ThisExpression", "range": [ - 24784, - 24788 + 24785, + 24789 ], "loc": { "start": { @@ -59107,8 +59107,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 24789, - 24805 + 24790, + 24806 ], "loc": { "start": { @@ -59122,8 +59122,8 @@ } }, "range": [ - 24784, - 24805 + 24785, + 24806 ], "loc": { "start": { @@ -59140,8 +59140,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 24810, - 24816 + 24811, + 24817 ], "loc": { "start": { @@ -59155,8 +59155,8 @@ } }, "range": [ - 24784, - 24816 + 24785, + 24817 ], "loc": { "start": { @@ -59183,8 +59183,8 @@ "type": "Identifier", "name": "Event", "range": [ - 24836, - 24841 + 24837, + 24842 ], "loc": { "start": { @@ -59201,8 +59201,8 @@ "type": "Identifier", "name": "remove", "range": [ - 24842, - 24848 + 24843, + 24849 ], "loc": { "start": { @@ -59216,8 +59216,8 @@ } }, "range": [ - 24836, - 24848 + 24837, + 24849 ], "loc": { "start": { @@ -59237,8 +59237,8 @@ "object": { "type": "ThisExpression", "range": [ - 24849, - 24853 + 24850, + 24854 ], "loc": { "start": { @@ -59255,8 +59255,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 24854, - 24863 + 24855, + 24864 ], "loc": { "start": { @@ -59270,8 +59270,8 @@ } }, "range": [ - 24849, - 24863 + 24850, + 24864 ], "loc": { "start": { @@ -59289,8 +59289,8 @@ "value": "change", "raw": "'change'", "range": [ - 24865, - 24873 + 24866, + 24874 ], "loc": { "start": { @@ -59310,8 +59310,8 @@ "type": "Identifier", "name": "evt", "range": [ - 24875, - 24878 + 24876, + 24879 ], "loc": { "start": { @@ -59328,8 +59328,8 @@ "type": "Identifier", "name": "slcPagesChange", "range": [ - 24879, - 24893 + 24880, + 24894 ], "loc": { "start": { @@ -59343,8 +59343,8 @@ } }, "range": [ - 24875, - 24893 + 24876, + 24894 ], "loc": { "start": { @@ -59359,8 +59359,8 @@ } ], "range": [ - 24836, - 24894 + 24837, + 24895 ], "loc": { "start": { @@ -59374,8 +59374,8 @@ } }, "range": [ - 24836, - 24895 + 24837, + 24896 ], "loc": { "start": { @@ -59390,8 +59390,8 @@ } ], "range": [ - 24818, - 24909 + 24819, + 24910 ], "loc": { "start": { @@ -59415,8 +59415,8 @@ "object": { "type": "ThisExpression", "range": [ - 24931, - 24935 + 24932, + 24936 ], "loc": { "start": { @@ -59433,8 +59433,8 @@ "type": "Identifier", "name": "pageSelectorType", "range": [ - 24936, - 24952 + 24937, + 24953 ], "loc": { "start": { @@ -59448,8 +59448,8 @@ } }, "range": [ - 24931, - 24952 + 24932, + 24953 ], "loc": { "start": { @@ -59466,8 +59466,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 24957, - 24962 + 24958, + 24963 ], "loc": { "start": { @@ -59481,8 +59481,8 @@ } }, "range": [ - 24931, - 24962 + 24932, + 24963 ], "loc": { "start": { @@ -59509,8 +59509,8 @@ "type": "Identifier", "name": "Event", "range": [ - 24982, - 24987 + 24983, + 24988 ], "loc": { "start": { @@ -59527,8 +59527,8 @@ "type": "Identifier", "name": "remove", "range": [ - 24988, - 24994 + 24989, + 24995 ], "loc": { "start": { @@ -59542,8 +59542,8 @@ } }, "range": [ - 24982, - 24994 + 24983, + 24995 ], "loc": { "start": { @@ -59563,8 +59563,8 @@ "object": { "type": "ThisExpression", "range": [ - 24995, - 24999 + 24996, + 25000 ], "loc": { "start": { @@ -59581,8 +59581,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 25000, - 25009 + 25001, + 25010 ], "loc": { "start": { @@ -59596,8 +59596,8 @@ } }, "range": [ - 24995, - 25009 + 24996, + 25010 ], "loc": { "start": { @@ -59615,8 +59615,8 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 25011, - 25021 + 25012, + 25022 ], "loc": { "start": { @@ -59636,8 +59636,8 @@ "type": "Identifier", "name": "evt", "range": [ - 25023, - 25026 + 25024, + 25027 ], "loc": { "start": { @@ -59654,8 +59654,8 @@ "type": "Identifier", "name": "_detectKey", "range": [ - 25027, - 25037 + 25028, + 25038 ], "loc": { "start": { @@ -59669,8 +59669,8 @@ } }, "range": [ - 25023, - 25037 + 25024, + 25038 ], "loc": { "start": { @@ -59685,8 +59685,8 @@ } ], "range": [ - 24982, - 25038 + 24983, + 25039 ], "loc": { "start": { @@ -59700,8 +59700,8 @@ } }, "range": [ - 24982, - 25039 + 24983, + 25040 ], "loc": { "start": { @@ -59716,8 +59716,8 @@ } ], "range": [ - 24964, - 25053 + 24965, + 25054 ], "loc": { "start": { @@ -59732,8 +59732,8 @@ }, "alternate": null, "range": [ - 24927, - 25053 + 24928, + 25054 ], "loc": { "start": { @@ -59747,8 +59747,8 @@ } }, "range": [ - 24780, - 25053 + 24781, + 25054 ], "loc": { "start": { @@ -59772,8 +59772,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 25066, - 25069 + 25067, + 25070 ], "loc": { "start": { @@ -59790,8 +59790,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25070, - 25076 + 25071, + 25077 ], "loc": { "start": { @@ -59805,8 +59805,8 @@ } }, "range": [ - 25066, - 25076 + 25067, + 25077 ], "loc": { "start": { @@ -59826,8 +59826,8 @@ "object": { "type": "ThisExpression", "range": [ - 25077, - 25081 + 25078, + 25082 ], "loc": { "start": { @@ -59844,8 +59844,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 25082, - 25091 + 25083, + 25092 ], "loc": { "start": { @@ -59859,8 +59859,8 @@ } }, "range": [ - 25077, - 25091 + 25078, + 25092 ], "loc": { "start": { @@ -59875,8 +59875,8 @@ } ], "range": [ - 25066, - 25092 + 25067, + 25093 ], "loc": { "start": { @@ -59890,8 +59890,8 @@ } }, "range": [ - 25066, - 25093 + 25067, + 25094 ], "loc": { "start": { @@ -59906,8 +59906,8 @@ } ], "range": [ - 24766, - 25103 + 24767, + 25104 ], "loc": { "start": { @@ -59922,8 +59922,8 @@ }, "alternate": null, "range": [ - 24746, - 25103 + 24747, + 25104 ], "loc": { "start": { @@ -59942,8 +59942,8 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 25117, - 25128 + 25118, + 25129 ], "loc": { "start": { @@ -59970,8 +59970,8 @@ "type": "Identifier", "name": "Event", "range": [ - 25144, - 25149 + 25145, + 25150 ], "loc": { "start": { @@ -59988,8 +59988,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25150, - 25156 + 25151, + 25157 ], "loc": { "start": { @@ -60003,8 +60003,8 @@ } }, "range": [ - 25144, - 25156 + 25145, + 25157 ], "loc": { "start": { @@ -60022,8 +60022,8 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 25157, - 25168 + 25158, + 25169 ], "loc": { "start": { @@ -60041,8 +60041,8 @@ "value": "click", "raw": "'click'", "range": [ - 25170, - 25177 + 25171, + 25178 ], "loc": { "start": { @@ -60062,8 +60062,8 @@ "type": "Identifier", "name": "evt", "range": [ - 25179, - 25182 + 25180, + 25183 ], "loc": { "start": { @@ -60080,8 +60080,8 @@ "type": "Identifier", "name": "next", "range": [ - 25183, - 25187 + 25184, + 25188 ], "loc": { "start": { @@ -60095,8 +60095,8 @@ } }, "range": [ - 25179, - 25187 + 25180, + 25188 ], "loc": { "start": { @@ -60111,8 +60111,8 @@ } ], "range": [ - 25144, - 25188 + 25145, + 25189 ], "loc": { "start": { @@ -60126,8 +60126,8 @@ } }, "range": [ - 25144, - 25189 + 25145, + 25190 ], "loc": { "start": { @@ -60151,8 +60151,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 25202, - 25205 + 25203, + 25206 ], "loc": { "start": { @@ -60169,8 +60169,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25206, - 25212 + 25207, + 25213 ], "loc": { "start": { @@ -60184,8 +60184,8 @@ } }, "range": [ - 25202, - 25212 + 25203, + 25213 ], "loc": { "start": { @@ -60203,8 +60203,8 @@ "type": "Identifier", "name": "btnNextSpan", "range": [ - 25213, - 25224 + 25214, + 25225 ], "loc": { "start": { @@ -60219,8 +60219,8 @@ } ], "range": [ - 25202, - 25225 + 25203, + 25226 ], "loc": { "start": { @@ -60234,8 +60234,8 @@ } }, "range": [ - 25202, - 25226 + 25203, + 25227 ], "loc": { "start": { @@ -60250,8 +60250,8 @@ } ], "range": [ - 25130, - 25236 + 25131, + 25237 ], "loc": { "start": { @@ -60266,8 +60266,8 @@ }, "alternate": null, "range": [ - 25113, - 25236 + 25114, + 25237 ], "loc": { "start": { @@ -60286,8 +60286,8 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 25250, - 25261 + 25251, + 25262 ], "loc": { "start": { @@ -60314,8 +60314,8 @@ "type": "Identifier", "name": "Event", "range": [ - 25277, - 25282 + 25278, + 25283 ], "loc": { "start": { @@ -60332,8 +60332,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25283, - 25289 + 25284, + 25290 ], "loc": { "start": { @@ -60347,8 +60347,8 @@ } }, "range": [ - 25277, - 25289 + 25278, + 25290 ], "loc": { "start": { @@ -60366,8 +60366,8 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 25290, - 25301 + 25291, + 25302 ], "loc": { "start": { @@ -60385,8 +60385,8 @@ "value": "click", "raw": "'click'", "range": [ - 25303, - 25310 + 25304, + 25311 ], "loc": { "start": { @@ -60406,8 +60406,8 @@ "type": "Identifier", "name": "evt", "range": [ - 25312, - 25315 + 25313, + 25316 ], "loc": { "start": { @@ -60424,8 +60424,8 @@ "type": "Identifier", "name": "prev", "range": [ - 25316, - 25320 + 25317, + 25321 ], "loc": { "start": { @@ -60439,8 +60439,8 @@ } }, "range": [ - 25312, - 25320 + 25313, + 25321 ], "loc": { "start": { @@ -60455,8 +60455,8 @@ } ], "range": [ - 25277, - 25321 + 25278, + 25322 ], "loc": { "start": { @@ -60470,8 +60470,8 @@ } }, "range": [ - 25277, - 25322 + 25278, + 25323 ], "loc": { "start": { @@ -60495,8 +60495,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 25335, - 25338 + 25336, + 25339 ], "loc": { "start": { @@ -60513,8 +60513,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25339, - 25345 + 25340, + 25346 ], "loc": { "start": { @@ -60528,8 +60528,8 @@ } }, "range": [ - 25335, - 25345 + 25336, + 25346 ], "loc": { "start": { @@ -60547,8 +60547,8 @@ "type": "Identifier", "name": "btnPrevSpan", "range": [ - 25346, - 25357 + 25347, + 25358 ], "loc": { "start": { @@ -60563,8 +60563,8 @@ } ], "range": [ - 25335, - 25358 + 25336, + 25359 ], "loc": { "start": { @@ -60578,8 +60578,8 @@ } }, "range": [ - 25335, - 25359 + 25336, + 25360 ], "loc": { "start": { @@ -60594,8 +60594,8 @@ } ], "range": [ - 25263, - 25369 + 25264, + 25370 ], "loc": { "start": { @@ -60610,8 +60610,8 @@ }, "alternate": null, "range": [ - 25246, - 25369 + 25247, + 25370 ], "loc": { "start": { @@ -60630,8 +60630,8 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 25383, - 25394 + 25384, + 25395 ], "loc": { "start": { @@ -60658,8 +60658,8 @@ "type": "Identifier", "name": "Event", "range": [ - 25410, - 25415 + 25411, + 25416 ], "loc": { "start": { @@ -60676,8 +60676,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25416, - 25422 + 25417, + 25423 ], "loc": { "start": { @@ -60691,8 +60691,8 @@ } }, "range": [ - 25410, - 25422 + 25411, + 25423 ], "loc": { "start": { @@ -60710,8 +60710,8 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 25423, - 25434 + 25424, + 25435 ], "loc": { "start": { @@ -60729,8 +60729,8 @@ "value": "click", "raw": "'click'", "range": [ - 25436, - 25443 + 25437, + 25444 ], "loc": { "start": { @@ -60750,8 +60750,8 @@ "type": "Identifier", "name": "evt", "range": [ - 25445, - 25448 + 25446, + 25449 ], "loc": { "start": { @@ -60768,8 +60768,8 @@ "type": "Identifier", "name": "last", "range": [ - 25449, - 25453 + 25450, + 25454 ], "loc": { "start": { @@ -60783,8 +60783,8 @@ } }, "range": [ - 25445, - 25453 + 25446, + 25454 ], "loc": { "start": { @@ -60799,8 +60799,8 @@ } ], "range": [ - 25410, - 25454 + 25411, + 25455 ], "loc": { "start": { @@ -60814,8 +60814,8 @@ } }, "range": [ - 25410, - 25455 + 25411, + 25456 ], "loc": { "start": { @@ -60839,8 +60839,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 25468, - 25471 + 25469, + 25472 ], "loc": { "start": { @@ -60857,8 +60857,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25472, - 25478 + 25473, + 25479 ], "loc": { "start": { @@ -60872,8 +60872,8 @@ } }, "range": [ - 25468, - 25478 + 25469, + 25479 ], "loc": { "start": { @@ -60891,8 +60891,8 @@ "type": "Identifier", "name": "btnLastSpan", "range": [ - 25479, - 25490 + 25480, + 25491 ], "loc": { "start": { @@ -60907,8 +60907,8 @@ } ], "range": [ - 25468, - 25491 + 25469, + 25492 ], "loc": { "start": { @@ -60922,8 +60922,8 @@ } }, "range": [ - 25468, - 25492 + 25469, + 25493 ], "loc": { "start": { @@ -60938,8 +60938,8 @@ } ], "range": [ - 25396, - 25502 + 25397, + 25503 ], "loc": { "start": { @@ -60954,8 +60954,8 @@ }, "alternate": null, "range": [ - 25379, - 25502 + 25380, + 25503 ], "loc": { "start": { @@ -60974,8 +60974,8 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 25516, - 25528 + 25517, + 25529 ], "loc": { "start": { @@ -61002,8 +61002,8 @@ "type": "Identifier", "name": "Event", "range": [ - 25544, - 25549 + 25545, + 25550 ], "loc": { "start": { @@ -61020,8 +61020,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25550, - 25556 + 25551, + 25557 ], "loc": { "start": { @@ -61035,8 +61035,8 @@ } }, "range": [ - 25544, - 25556 + 25545, + 25557 ], "loc": { "start": { @@ -61054,8 +61054,8 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 25557, - 25569 + 25558, + 25570 ], "loc": { "start": { @@ -61073,8 +61073,8 @@ "value": "click", "raw": "'click'", "range": [ - 25571, - 25578 + 25572, + 25579 ], "loc": { "start": { @@ -61094,8 +61094,8 @@ "type": "Identifier", "name": "evt", "range": [ - 25580, - 25583 + 25581, + 25584 ], "loc": { "start": { @@ -61112,8 +61112,8 @@ "type": "Identifier", "name": "first", "range": [ - 25584, - 25589 + 25585, + 25590 ], "loc": { "start": { @@ -61127,8 +61127,8 @@ } }, "range": [ - 25580, - 25589 + 25581, + 25590 ], "loc": { "start": { @@ -61143,8 +61143,8 @@ } ], "range": [ - 25544, - 25590 + 25545, + 25591 ], "loc": { "start": { @@ -61158,8 +61158,8 @@ } }, "range": [ - 25544, - 25591 + 25545, + 25592 ], "loc": { "start": { @@ -61183,8 +61183,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 25604, - 25607 + 25605, + 25608 ], "loc": { "start": { @@ -61201,8 +61201,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25608, - 25614 + 25609, + 25615 ], "loc": { "start": { @@ -61216,8 +61216,8 @@ } }, "range": [ - 25604, - 25614 + 25605, + 25615 ], "loc": { "start": { @@ -61235,8 +61235,8 @@ "type": "Identifier", "name": "btnFirstSpan", "range": [ - 25615, - 25627 + 25616, + 25628 ], "loc": { "start": { @@ -61251,8 +61251,8 @@ } ], "range": [ - 25604, - 25628 + 25605, + 25629 ], "loc": { "start": { @@ -61266,8 +61266,8 @@ } }, "range": [ - 25604, - 25629 + 25605, + 25630 ], "loc": { "start": { @@ -61282,8 +61282,8 @@ } ], "range": [ - 25530, - 25639 + 25531, + 25640 ], "loc": { "start": { @@ -61298,8 +61298,8 @@ }, "alternate": null, "range": [ - 25512, - 25639 + 25513, + 25640 ], "loc": { "start": { @@ -61318,8 +61318,8 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 25653, - 25665 + 25654, + 25666 ], "loc": { "start": { @@ -61346,8 +61346,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 25681, - 25684 + 25682, + 25685 ], "loc": { "start": { @@ -61364,8 +61364,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25685, - 25691 + 25686, + 25692 ], "loc": { "start": { @@ -61379,8 +61379,8 @@ } }, "range": [ - 25681, - 25691 + 25682, + 25692 ], "loc": { "start": { @@ -61398,8 +61398,8 @@ "type": "Identifier", "name": "pgBeforeSpan", "range": [ - 25692, - 25704 + 25693, + 25705 ], "loc": { "start": { @@ -61414,8 +61414,8 @@ } ], "range": [ - 25681, - 25705 + 25682, + 25706 ], "loc": { "start": { @@ -61429,8 +61429,8 @@ } }, "range": [ - 25681, - 25706 + 25682, + 25707 ], "loc": { "start": { @@ -61445,8 +61445,8 @@ } ], "range": [ - 25667, - 25716 + 25668, + 25717 ], "loc": { "start": { @@ -61461,8 +61461,8 @@ }, "alternate": null, "range": [ - 25649, - 25716 + 25650, + 25717 ], "loc": { "start": { @@ -61481,8 +61481,8 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 25730, - 25741 + 25731, + 25742 ], "loc": { "start": { @@ -61509,8 +61509,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 25757, - 25760 + 25758, + 25761 ], "loc": { "start": { @@ -61527,8 +61527,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25761, - 25767 + 25762, + 25768 ], "loc": { "start": { @@ -61542,8 +61542,8 @@ } }, "range": [ - 25757, - 25767 + 25758, + 25768 ], "loc": { "start": { @@ -61561,8 +61561,8 @@ "type": "Identifier", "name": "pgAfterSpan", "range": [ - 25768, - 25779 + 25769, + 25780 ], "loc": { "start": { @@ -61577,8 +61577,8 @@ } ], "range": [ - 25757, - 25780 + 25758, + 25781 ], "loc": { "start": { @@ -61592,8 +61592,8 @@ } }, "range": [ - 25757, - 25781 + 25758, + 25782 ], "loc": { "start": { @@ -61608,8 +61608,8 @@ } ], "range": [ - 25743, - 25791 + 25744, + 25792 ], "loc": { "start": { @@ -61624,8 +61624,8 @@ }, "alternate": null, "range": [ - 25726, - 25791 + 25727, + 25792 ], "loc": { "start": { @@ -61644,8 +61644,8 @@ "type": "Identifier", "name": "pgspan", "range": [ - 25805, - 25811 + 25806, + 25812 ], "loc": { "start": { @@ -61672,8 +61672,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 25827, - 25830 + 25828, + 25831 ], "loc": { "start": { @@ -61690,8 +61690,8 @@ "type": "Identifier", "name": "remove", "range": [ - 25831, - 25837 + 25832, + 25838 ], "loc": { "start": { @@ -61705,8 +61705,8 @@ } }, "range": [ - 25827, - 25837 + 25828, + 25838 ], "loc": { "start": { @@ -61724,8 +61724,8 @@ "type": "Identifier", "name": "pgspan", "range": [ - 25838, - 25844 + 25839, + 25845 ], "loc": { "start": { @@ -61740,8 +61740,8 @@ } ], "range": [ - 25827, - 25845 + 25828, + 25846 ], "loc": { "start": { @@ -61755,8 +61755,8 @@ } }, "range": [ - 25827, - 25846 + 25828, + 25847 ], "loc": { "start": { @@ -61771,8 +61771,8 @@ } ], "range": [ - 25813, - 25856 + 25814, + 25857 ], "loc": { "start": { @@ -61787,8 +61787,8 @@ }, "alternate": null, "range": [ - 25801, - 25856 + 25802, + 25857 ], "loc": { "start": { @@ -61809,8 +61809,8 @@ "object": { "type": "ThisExpression", "range": [ - 25870, - 25874 + 25871, + 25875 ], "loc": { "start": { @@ -61827,8 +61827,8 @@ "type": "Identifier", "name": "hasResultsPerPage", "range": [ - 25875, - 25892 + 25876, + 25893 ], "loc": { "start": { @@ -61842,8 +61842,8 @@ } }, "range": [ - 25870, - 25892 + 25871, + 25893 ], "loc": { "start": { @@ -61869,8 +61869,8 @@ "object": { "type": "ThisExpression", "range": [ - 25908, - 25912 + 25909, + 25913 ], "loc": { "start": { @@ -61887,8 +61887,8 @@ "type": "Identifier", "name": "removeResultsPerPage", "range": [ - 25913, - 25933 + 25914, + 25934 ], "loc": { "start": { @@ -61902,8 +61902,8 @@ } }, "range": [ - 25908, - 25933 + 25909, + 25934 ], "loc": { "start": { @@ -61918,8 +61918,8 @@ }, "arguments": [], "range": [ - 25908, - 25935 + 25909, + 25936 ], "loc": { "start": { @@ -61933,8 +61933,8 @@ } }, "range": [ - 25908, - 25936 + 25909, + 25937 ], "loc": { "start": { @@ -61949,8 +61949,8 @@ } ], "range": [ - 25894, - 25946 + 25895, + 25947 ], "loc": { "start": { @@ -61965,8 +61965,8 @@ }, "alternate": null, "range": [ - 25866, - 25946 + 25867, + 25947 ], "loc": { "start": { @@ -61992,8 +61992,8 @@ "object": { "type": "ThisExpression", "range": [ - 25956, - 25960 + 25957, + 25961 ], "loc": { "start": { @@ -62010,8 +62010,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 25961, - 25968 + 25962, + 25969 ], "loc": { "start": { @@ -62025,8 +62025,8 @@ } }, "range": [ - 25956, - 25968 + 25957, + 25969 ], "loc": { "start": { @@ -62043,8 +62043,8 @@ "type": "Identifier", "name": "off", "range": [ - 25969, - 25972 + 25970, + 25973 ], "loc": { "start": { @@ -62058,8 +62058,8 @@ } }, "range": [ - 25956, - 25972 + 25957, + 25973 ], "loc": { "start": { @@ -62081,8 +62081,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 25974, - 25991 + 25975, + 25992 ], "loc": { "start": { @@ -62097,8 +62097,8 @@ } ], "range": [ - 25973, - 25992 + 25974, + 25993 ], "loc": { "start": { @@ -62123,8 +62123,8 @@ "object": { "type": "ThisExpression", "range": [ - 26000, - 26004 + 26001, + 26005 ], "loc": { "start": { @@ -62141,8 +62141,8 @@ "type": "Identifier", "name": "resetPagingInfo", "range": [ - 26005, - 26020 + 26006, + 26021 ], "loc": { "start": { @@ -62156,8 +62156,8 @@ } }, "range": [ - 26000, - 26020 + 26001, + 26021 ], "loc": { "start": { @@ -62172,8 +62172,8 @@ }, "arguments": [], "range": [ - 26000, - 26022 + 26001, + 26023 ], "loc": { "start": { @@ -62189,8 +62189,8 @@ "generator": false, "expression": true, "range": [ - 25994, - 26022 + 25995, + 26023 ], "loc": { "start": { @@ -62205,8 +62205,8 @@ } ], "range": [ - 25956, - 26023 + 25957, + 26024 ], "loc": { "start": { @@ -62220,8 +62220,8 @@ } }, "range": [ - 25956, - 26024 + 25957, + 26025 ], "loc": { "start": { @@ -62247,8 +62247,8 @@ "object": { "type": "ThisExpression", "range": [ - 26033, - 26037 + 26034, + 26038 ], "loc": { "start": { @@ -62265,8 +62265,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 26038, - 26045 + 26039, + 26046 ], "loc": { "start": { @@ -62280,8 +62280,8 @@ } }, "range": [ - 26033, - 26045 + 26034, + 26046 ], "loc": { "start": { @@ -62298,8 +62298,8 @@ "type": "Identifier", "name": "off", "range": [ - 26046, - 26049 + 26047, + 26050 ], "loc": { "start": { @@ -62313,8 +62313,8 @@ } }, "range": [ - 26033, - 26049 + 26034, + 26050 ], "loc": { "start": { @@ -62336,8 +62336,8 @@ "value": "change-page", "raw": "'change-page'", "range": [ - 26051, - 26064 + 26052, + 26065 ], "loc": { "start": { @@ -62352,8 +62352,8 @@ } ], "range": [ - 26050, - 26065 + 26051, + 26066 ], "loc": { "start": { @@ -62374,8 +62374,8 @@ "type": "Identifier", "name": "tf", "range": [ - 26080, - 26082 + 26081, + 26083 ], "loc": { "start": { @@ -62392,8 +62392,8 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 26084, - 26094 + 26085, + 26095 ], "loc": { "start": { @@ -62415,8 +62415,8 @@ "object": { "type": "ThisExpression", "range": [ - 26099, - 26103 + 26100, + 26104 ], "loc": { "start": { @@ -62433,8 +62433,8 @@ "type": "Identifier", "name": "setPage", "range": [ - 26104, - 26111 + 26105, + 26112 ], "loc": { "start": { @@ -62448,8 +62448,8 @@ } }, "range": [ - 26099, - 26111 + 26100, + 26112 ], "loc": { "start": { @@ -62467,8 +62467,8 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 26112, - 26122 + 26113, + 26123 ], "loc": { "start": { @@ -62483,8 +62483,8 @@ } ], "range": [ - 26099, - 26123 + 26100, + 26124 ], "loc": { "start": { @@ -62500,8 +62500,8 @@ "generator": false, "expression": true, "range": [ - 26079, - 26123 + 26080, + 26124 ], "loc": { "start": { @@ -62516,8 +62516,8 @@ } ], "range": [ - 26033, - 26124 + 26034, + 26125 ], "loc": { "start": { @@ -62531,8 +62531,8 @@ } }, "range": [ - 26033, - 26125 + 26034, + 26126 ], "loc": { "start": { @@ -62558,8 +62558,8 @@ "object": { "type": "ThisExpression", "range": [ - 26134, - 26138 + 26135, + 26139 ], "loc": { "start": { @@ -62576,8 +62576,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 26139, - 26146 + 26140, + 26147 ], "loc": { "start": { @@ -62591,8 +62591,8 @@ } }, "range": [ - 26134, - 26146 + 26135, + 26147 ], "loc": { "start": { @@ -62609,8 +62609,8 @@ "type": "Identifier", "name": "off", "range": [ - 26147, - 26150 + 26148, + 26151 ], "loc": { "start": { @@ -62624,8 +62624,8 @@ } }, "range": [ - 26134, - 26150 + 26135, + 26151 ], "loc": { "start": { @@ -62647,8 +62647,8 @@ "value": "change-page-results", "raw": "'change-page-results'", "range": [ - 26152, - 26173 + 26153, + 26174 ], "loc": { "start": { @@ -62663,8 +62663,8 @@ } ], "range": [ - 26151, - 26174 + 26152, + 26175 ], "loc": { "start": { @@ -62685,8 +62685,8 @@ "type": "Identifier", "name": "tf", "range": [ - 26189, - 26191 + 26190, + 26192 ], "loc": { "start": { @@ -62703,8 +62703,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 26193, - 26203 + 26194, + 26204 ], "loc": { "start": { @@ -62726,8 +62726,8 @@ "object": { "type": "ThisExpression", "range": [ - 26208, - 26212 + 26209, + 26213 ], "loc": { "start": { @@ -62744,8 +62744,8 @@ "type": "Identifier", "name": "changeResultsPerPage", "range": [ - 26213, - 26233 + 26214, + 26234 ], "loc": { "start": { @@ -62759,8 +62759,8 @@ } }, "range": [ - 26208, - 26233 + 26209, + 26234 ], "loc": { "start": { @@ -62778,8 +62778,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 26234, - 26244 + 26235, + 26245 ], "loc": { "start": { @@ -62794,8 +62794,8 @@ } ], "range": [ - 26208, - 26245 + 26209, + 26246 ], "loc": { "start": { @@ -62811,8 +62811,8 @@ "generator": false, "expression": true, "range": [ - 26188, - 26245 + 26189, + 26246 ], "loc": { "start": { @@ -62827,8 +62827,8 @@ } ], "range": [ - 26134, - 26246 + 26135, + 26247 ], "loc": { "start": { @@ -62842,8 +62842,8 @@ } }, "range": [ - 26134, - 26247 + 26135, + 26248 ], "loc": { "start": { @@ -62867,8 +62867,8 @@ "object": { "type": "ThisExpression", "range": [ - 26257, - 26261 + 26258, + 26262 ], "loc": { "start": { @@ -62885,8 +62885,8 @@ "type": "Identifier", "name": "pagingSlc", "range": [ - 26262, - 26271 + 26263, + 26272 ], "loc": { "start": { @@ -62900,8 +62900,8 @@ } }, "range": [ - 26257, - 26271 + 26258, + 26272 ], "loc": { "start": { @@ -62919,8 +62919,8 @@ "value": null, "raw": "null", "range": [ - 26274, - 26278 + 26275, + 26279 ], "loc": { "start": { @@ -62934,8 +62934,8 @@ } }, "range": [ - 26257, - 26278 + 26258, + 26279 ], "loc": { "start": { @@ -62949,8 +62949,8 @@ } }, "range": [ - 26257, - 26279 + 26258, + 26280 ], "loc": { "start": { @@ -62974,8 +62974,8 @@ "object": { "type": "ThisExpression", "range": [ - 26288, - 26292 + 26289, + 26293 ], "loc": { "start": { @@ -62992,8 +62992,8 @@ "type": "Identifier", "name": "nbPages", "range": [ - 26293, - 26300 + 26294, + 26301 ], "loc": { "start": { @@ -63007,8 +63007,8 @@ } }, "range": [ - 26288, - 26300 + 26289, + 26301 ], "loc": { "start": { @@ -63026,8 +63026,8 @@ "value": 0, "raw": "0", "range": [ - 26303, - 26304 + 26304, + 26305 ], "loc": { "start": { @@ -63041,8 +63041,8 @@ } }, "range": [ - 26288, - 26304 + 26289, + 26305 ], "loc": { "start": { @@ -63056,8 +63056,8 @@ } }, "range": [ - 26288, - 26305 + 26289, + 26306 ], "loc": { "start": { @@ -63080,8 +63080,8 @@ "object": { "type": "ThisExpression", "range": [ - 26314, - 26318 + 26315, + 26319 ], "loc": { "start": { @@ -63098,8 +63098,8 @@ "type": "Identifier", "name": "disable", "range": [ - 26319, - 26326 + 26320, + 26327 ], "loc": { "start": { @@ -63113,8 +63113,8 @@ } }, "range": [ - 26314, - 26326 + 26315, + 26327 ], "loc": { "start": { @@ -63129,8 +63129,8 @@ }, "arguments": [], "range": [ - 26314, - 26328 + 26315, + 26329 ], "loc": { "start": { @@ -63144,8 +63144,8 @@ } }, "range": [ - 26314, - 26329 + 26315, + 26330 ], "loc": { "start": { @@ -63169,8 +63169,8 @@ "object": { "type": "ThisExpression", "range": [ - 26338, - 26342 + 26339, + 26343 ], "loc": { "start": { @@ -63187,8 +63187,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 26343, - 26354 + 26344, + 26355 ], "loc": { "start": { @@ -63202,8 +63202,8 @@ } }, "range": [ - 26338, - 26354 + 26339, + 26355 ], "loc": { "start": { @@ -63221,8 +63221,8 @@ "value": false, "raw": "false", "range": [ - 26357, - 26362 + 26358, + 26363 ], "loc": { "start": { @@ -63236,8 +63236,8 @@ } }, "range": [ - 26338, - 26362 + 26339, + 26363 ], "loc": { "start": { @@ -63251,8 +63251,8 @@ } }, "range": [ - 26338, - 26363 + 26339, + 26364 ], "loc": { "start": { @@ -63267,8 +63267,8 @@ } ], "range": [ - 24035, - 26369 + 24036, + 26370 ], "loc": { "start": { @@ -63284,8 +63284,8 @@ "generator": false, "expression": false, "range": [ - 24032, - 26369 + 24033, + 26370 ], "loc": { "start": { @@ -63301,8 +63301,8 @@ "kind": "method", "computed": false, "range": [ - 24025, - 26369 + 24026, + 26370 ], "loc": { "start": { @@ -63319,8 +63319,8 @@ "type": "Block", "value": "*\n * Remove paging feature\n ", "range": [ - 23980, - 24020 + 23981, + 24021 ], "loc": { "start": { @@ -63338,8 +63338,8 @@ } ], "range": [ - 244, - 26371 + 245, + 26372 ], "loc": { "start": { @@ -63353,8 +63353,8 @@ } }, "range": [ - 215, - 26371 + 216, + 26372 ], "loc": { "start": { @@ -63372,8 +63372,8 @@ "specifiers": [], "source": null, "range": [ - 208, - 26371 + 209, + 26372 ], "loc": { "start": { @@ -63390,7 +63390,7 @@ "sourceType": "module", "range": [ 0, - 26371 + 26372 ], "loc": { "start": { @@ -63407,8 +63407,8 @@ "type": "Block", "value": "*\n * Pagination component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 251, - 337 + 252, + 338 ], "loc": { "start": { @@ -63425,8 +63425,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 398, - 421 + 399, + 422 ], "loc": { "start": { @@ -63443,8 +63443,8 @@ "type": "Line", "value": "css class for paging buttons (previous,next,etc.)", "range": [ - 460, - 511 + 461, + 512 ], "loc": { "start": { @@ -63461,8 +63461,8 @@ "type": "Line", "value": "stores paging select element", "range": [ - 586, - 616 + 587, + 617 ], "loc": { "start": { @@ -63479,8 +63479,8 @@ "type": "Line", "value": "results per page select element", "range": [ - 656, - 689 + 657, + 690 ], "loc": { "start": { @@ -63497,8 +63497,8 @@ "type": "Line", "value": "id of container element", "range": [ - 737, - 762 + 738, + 763 ], "loc": { "start": { @@ -63515,8 +63515,8 @@ "type": "Line", "value": "defines table paging length", "range": [ - 826, - 855 + 827, + 856 ], "loc": { "start": { @@ -63533,8 +63533,8 @@ "type": "Line", "value": "id of container element", "range": [ - 940, - 965 + 941, + 966 ], "loc": { "start": { @@ -63551,8 +63551,8 @@ "type": "Line", "value": "css class for paging select element", "range": [ - 1047, - 1084 + 1048, + 1085 ], "loc": { "start": { @@ -63569,8 +63569,8 @@ "type": "Line", "value": "css class for paging input element", "range": [ - 1157, - 1193 + 1158, + 1194 ], "loc": { "start": { @@ -63587,8 +63587,8 @@ "type": "Line", "value": "stores results per page text and values", "range": [ - 1268, - 1309 + 1269, + 1310 ], "loc": { "start": { @@ -63605,8 +63605,8 @@ "type": "Line", "value": "enables/disables results per page drop-down", "range": [ - 1376, - 1421 + 1377, + 1422 ], "loc": { "start": { @@ -63623,8 +63623,8 @@ "type": "Line", "value": "defines css class for results per page select", "range": [ - 1499, - 1546 + 1500, + 1547 ], "loc": { "start": { @@ -63641,8 +63641,8 @@ "type": "Line", "value": "css class for label preceding results per page select", "range": [ - 1624, - 1679 + 1625, + 1680 ], "loc": { "start": { @@ -63659,8 +63659,8 @@ "type": "Line", "value": "1st row index of current page", "range": [ - 1763, - 1794 + 1764, + 1795 ], "loc": { "start": { @@ -63677,8 +63677,8 @@ "type": "Line", "value": "total nb of pages", "range": [ - 1836, - 1855 + 1837, + 1856 ], "loc": { "start": { @@ -63695,8 +63695,8 @@ "type": "Line", "value": "current page nb", "range": [ - 1890, - 1907 + 1891, + 1908 ], "loc": { "start": { @@ -63713,8 +63713,8 @@ "type": "Line", "value": "defines next page button text", "range": [ - 1948, - 1979 + 1949, + 1980 ], "loc": { "start": { @@ -63731,8 +63731,8 @@ "type": "Line", "value": "defines previous page button text", "range": [ - 2048, - 2083 + 2049, + 2084 ], "loc": { "start": { @@ -63749,8 +63749,8 @@ "type": "Line", "value": "defines last page button text", "range": [ - 2152, - 2183 + 2153, + 2184 ], "loc": { "start": { @@ -63767,8 +63767,8 @@ "type": "Line", "value": "defines first page button text", "range": [ - 2253, - 2285 + 2254, + 2286 ], "loc": { "start": { @@ -63785,8 +63785,8 @@ "type": "Line", "value": "defines next page button html", "range": [ - 2357, - 2388 + 2358, + 2389 ], "loc": { "start": { @@ -63803,8 +63803,8 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 2623, - 2658 + 2624, + 2659 ], "loc": { "start": { @@ -63821,8 +63821,8 @@ "type": "Line", "value": "defines last page button html", "range": [ - 2901, - 2932 + 2902, + 2933 ], "loc": { "start": { @@ -63839,8 +63839,8 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3171, - 3206 + 3172, + 3207 ], "loc": { "start": { @@ -63857,8 +63857,8 @@ "type": "Line", "value": "defines text preceeding page selector drop-down", "range": [ - 3441, - 3490 + 3442, + 3491 ], "loc": { "start": { @@ -63875,8 +63875,8 @@ "type": "Line", "value": "defines text after page selector drop-down", "range": [ - 3548, - 3592 + 3549, + 3593 ], "loc": { "start": { @@ -63893,8 +63893,8 @@ "type": "Line", "value": "css class for span containing tot nb of pages", "range": [ - 3644, - 3691 + 3645, + 3692 ], "loc": { "start": { @@ -63911,8 +63911,8 @@ "type": "Line", "value": "enables/disables paging buttons", "range": [ - 3764, - 3797 + 3765, + 3798 ], "loc": { "start": { @@ -63929,8 +63929,8 @@ "type": "Line", "value": "defines previous page button html", "range": [ - 3875, - 3910 + 3876, + 3911 ], "loc": { "start": { @@ -63947,8 +63947,8 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 3983, - 4022 + 3984, + 4023 ], "loc": { "start": { @@ -63965,8 +63965,8 @@ "type": "Line", "value": "calls function before page is changed", "range": [ - 4147, - 4186 + 4148, + 4187 ], "loc": { "start": { @@ -63983,8 +63983,8 @@ "type": "Line", "value": "pages select", "range": [ - 4309, - 4323 + 4310, + 4324 ], "loc": { "start": { @@ -64001,8 +64001,8 @@ "type": "Line", "value": "results per page select", "range": [ - 4373, - 4398 + 4374, + 4399 ], "loc": { "start": { @@ -64019,8 +64019,8 @@ "type": "Line", "value": "label preciding results per page select", "range": [ - 4452, - 4493 + 4453, + 4494 ], "loc": { "start": { @@ -64037,8 +64037,8 @@ "type": "Line", "value": "span containing next page button", "range": [ - 4553, - 4587 + 4554, + 4588 ], "loc": { "start": { @@ -64055,8 +64055,8 @@ "type": "Line", "value": "span containing previous page button", "range": [ - 4643, - 4681 + 4644, + 4682 ], "loc": { "start": { @@ -64073,8 +64073,8 @@ "type": "Line", "value": "span containing last page button", "range": [ - 4737, - 4771 + 4738, + 4772 ], "loc": { "start": { @@ -64091,8 +64091,8 @@ "type": "Line", "value": "span containing first page button", "range": [ - 4827, - 4862 + 4828, + 4863 ], "loc": { "start": { @@ -64109,8 +64109,8 @@ "type": "Line", "value": "next button", "range": [ - 4920, - 4933 + 4921, + 4934 ], "loc": { "start": { @@ -64127,8 +64127,8 @@ "type": "Line", "value": "previous button", "range": [ - 4981, - 4998 + 4982, + 4999 ], "loc": { "start": { @@ -64145,8 +64145,8 @@ "type": "Line", "value": "last button", "range": [ - 5046, - 5059 + 5047, + 5060 ], "loc": { "start": { @@ -64163,8 +64163,8 @@ "type": "Line", "value": "first button", "range": [ - 5107, - 5121 + 5108, + 5122 ], "loc": { "start": { @@ -64181,8 +64181,8 @@ "type": "Line", "value": "span for tot nb pages", "range": [ - 5171, - 5194 + 5172, + 5195 ], "loc": { "start": { @@ -64199,8 +64199,8 @@ "type": "Line", "value": "span preceding pages select (contains 'Page')", "range": [ - 5240, - 5287 + 5241, + 5288 ], "loc": { "start": { @@ -64217,8 +64217,8 @@ "type": "Line", "value": "span following pages select (contains ' of ')", "range": [ - 5345, - 5392 + 5346, + 5393 ], "loc": { "start": { @@ -64235,8 +64235,8 @@ "type": "Line", "value": "calculates page nb", "range": [ - 5515, - 5535 + 5516, + 5536 ], "loc": { "start": { @@ -64253,8 +64253,8 @@ "type": "Line", "value": "Paging elements events", "range": [ - 5620, - 5644 + 5621, + 5645 ], "loc": { "start": { @@ -64271,8 +64271,8 @@ "type": "Line", "value": " Paging DOM events", "range": [ - 5675, - 5695 + 5676, + 5696 ], "loc": { "start": { @@ -64289,8 +64289,8 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 7224, - 7266 + 7225, + 7267 ], "loc": { "start": { @@ -64307,8 +64307,8 @@ "type": "Line", "value": " Check resultsPerPage is in expected format and initialise the", "range": [ - 7428, - 7492 + 7429, + 7493 ], "loc": { "start": { @@ -64325,8 +64325,8 @@ "type": "Line", "value": " results per page component", "range": [ - 7501, - 7530 + 7502, + 7531 ], "loc": { "start": { @@ -64343,8 +64343,8 @@ "type": "Line", "value": " Paging drop-down list selector", "range": [ - 7964, - 7997 + 7965, + 7998 ], "loc": { "start": { @@ -64361,8 +64361,8 @@ "type": "Line", "value": " Paging input selector", "range": [ - 8259, - 8283 + 8260, + 8284 ], "loc": { "start": { @@ -64379,8 +64379,8 @@ "type": "Line", "value": " btns containers", "range": [ - 8617, - 8635 + 8618, + 8636 ], "loc": { "start": { @@ -64397,8 +64397,8 @@ "type": "Line", "value": " Next button", "range": [ - 9073, - 9087 + 9074, + 9088 ], "loc": { "start": { @@ -64415,8 +64415,8 @@ "type": "Line", "value": " Previous button", "range": [ - 9716, - 9734 + 9717, + 9735 ], "loc": { "start": { @@ -64433,8 +64433,8 @@ "type": "Line", "value": " Last button", "range": [ - 10367, - 10381 + 10368, + 10382 ], "loc": { "start": { @@ -64451,8 +64451,8 @@ "type": "Line", "value": " First button", "range": [ - 11010, - 11025 + 11011, + 11026 ], "loc": { "start": { @@ -64469,8 +64469,8 @@ "type": "Line", "value": " paging elements (buttons+drop-down list) are added to defined element", "range": [ - 11675, - 11747 + 11676, + 11748 ], "loc": { "start": { @@ -64487,8 +64487,8 @@ "type": "Block", "value": "*\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n ", "range": [ - 13405, - 13553 + 13406, + 13554 ], "loc": { "start": { @@ -64505,8 +64505,8 @@ "type": "Block", "value": "*\n * Reset paging info from scratch after a filtering process\n ", "range": [ - 13793, - 13868 + 13794, + 13869 ], "loc": { "start": { @@ -64523,8 +64523,8 @@ "type": "Block", "value": "*\n * Calculate number of pages based on valid rows\n * Refresh paging select according to number of pages\n * @param {Array} validRows Collection of valid rows\n ", "range": [ - 14021, - 14200 + 14022, + 14201 ], "loc": { "start": { @@ -64541,8 +64541,8 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 14396, - 14422 + 14397, + 14423 ], "loc": { "start": { @@ -64559,8 +64559,8 @@ "type": "Line", "value": "calculate nb of pages", "range": [ - 14496, - 14519 + 14497, + 14520 ], "loc": { "start": { @@ -64577,8 +64577,8 @@ "type": "Line", "value": "refresh page nb span", "range": [ - 14608, - 14630 + 14609, + 14631 ], "loc": { "start": { @@ -64595,8 +64595,8 @@ "type": "Line", "value": "select clearing shortcut", "range": [ - 14680, - 14706 + 14681, + 14707 ], "loc": { "start": { @@ -64613,8 +64613,8 @@ "type": "Line", "value": "input type", "range": [ - 15211, - 15223 + 15212, + 15224 ], "loc": { "start": { @@ -64631,8 +64631,8 @@ "type": "Block", "value": "** if no results paging select and buttons are hidden **", "range": [ - 15327, - 15387 + 15328, + 15388 ], "loc": { "start": { @@ -64649,8 +64649,8 @@ "type": "Block", "value": "*\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n ", "range": [ - 15500, - 15624 + 15501, + 15625 ], "loc": { "start": { @@ -64667,8 +64667,8 @@ "type": "Line", "value": "store valid rows indexes", "range": [ - 15862, - 15888 + 15863, + 15889 ], "loc": { "start": { @@ -64685,8 +64685,8 @@ "type": "Line", "value": "this loop shows valid rows of current page", "range": [ - 15976, - 16020 + 15977, + 16021 ], "loc": { "start": { @@ -64703,8 +64703,8 @@ "type": "Line", "value": " broadcast grouping by page", "range": [ - 16768, - 16797 + 16769, + 16798 ], "loc": { "start": { @@ -64721,8 +64721,8 @@ "type": "Block", "value": "*\n * Return the current page number\n * @return {Number} Page number\n ", "range": [ - 16865, - 16950 + 16866, + 16951 ], "loc": { "start": { @@ -64739,8 +64739,8 @@ "type": "Block", "value": "*\n * Show page defined by passed argument (string or number):\n * @param {String}/{Number} cmd possible string values: 'next',\n * 'previous', 'last', 'first' or page number as per param\n ", "range": [ - 17013, - 17221 + 17014, + 17222 ], "loc": { "start": { @@ -64757,8 +64757,8 @@ "type": "Block", "value": "*\n * Generates UI elements for the number of results per page drop-down\n ", "range": [ - 18067, - 18152 + 18068, + 18153 ], "loc": { "start": { @@ -64775,8 +64775,8 @@ "type": "Line", "value": " results per page select is added to external element", "range": [ - 18834, - 18889 + 18835, + 18890 ], "loc": { "start": { @@ -64793,8 +64793,8 @@ "type": "Block", "value": "*\n * Remove number of results per page UI elements\n ", "range": [ - 19725, - 19789 + 19726, + 19790 ], "loc": { "start": { @@ -64811,8 +64811,8 @@ "type": "Block", "value": "*\n * Change the page according to passed index\n * @param {Number} index Index of the page (0-n)\n ", "range": [ - 20239, - 20353 + 20240, + 20354 ], "loc": { "start": { @@ -64829,8 +64829,8 @@ "type": "Block", "value": "*\n * Change rows according to page results drop-down\n ", "range": [ - 21751, - 21817 + 21752, + 21818 ], "loc": { "start": { @@ -64847,8 +64847,8 @@ "type": "Block", "value": "*\n * Re-set page nb at page re-load\n ", "range": [ - 23041, - 23090 + 23042, + 23091 ], "loc": { "start": { @@ -64865,8 +64865,8 @@ "type": "Block", "value": "*\n * Re-set page length value at page re-load\n ", "range": [ - 23448, - 23507 + 23449, + 23508 ], "loc": { "start": { @@ -64883,8 +64883,8 @@ "type": "Block", "value": "*\n * Remove paging feature\n ", "range": [ - 23980, - 24020 + 23981, + 24021 ], "loc": { "start": { @@ -64901,8 +64901,8 @@ "type": "Line", "value": " btns containers", "range": [ - 24135, - 24153 + 24136, + 24154 ], "loc": { "start": { @@ -64919,8 +64919,8 @@ "type": "Line", "value": "span containing 'Page' text", "range": [ - 24420, - 24449 + 24421, + 24450 ], "loc": { "start": { @@ -64937,8 +64937,8 @@ "type": "Line", "value": "span containing 'of' text", "range": [ - 24524, - 24551 + 24525, + 24552 ], "loc": { "start": { @@ -64955,8 +64955,8 @@ "type": "Line", "value": "span containing nb of pages", "range": [ - 24624, - 24653 + 24625, + 24654 ], "loc": { "start": { diff --git a/docs/ast/source/modules/popupFilter.js.json b/docs/ast/source/modules/popupFilter.js.json index 3c915006..4c6606cb 100644 --- a/docs/ast/source/modules/popupFilter.js.json +++ b/docs/ast/source/modules/popupFilter.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Types", "range": [ - 42, - 47 + 43, + 48 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 47 + 43, + 48 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../types", "raw": "'../types'", "range": [ - 53, - 63 + 54, + 64 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 64 + 36, + 65 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 72, - 75 + 73, + 76 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 72, - 75 + 73, + 76 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 81, - 89 + 82, + 90 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 65, - 90 + 66, + 91 ], "loc": { "start": { @@ -247,8 +247,8 @@ "type": "Identifier", "name": "Event", "range": [ - 98, - 103 + 99, + 104 ], "loc": { "start": { @@ -262,8 +262,8 @@ } }, "range": [ - 98, - 103 + 99, + 104 ], "loc": { "start": { @@ -282,8 +282,8 @@ "value": "../event", "raw": "'../event'", "range": [ - 109, - 119 + 110, + 120 ], "loc": { "start": { @@ -297,8 +297,8 @@ } }, "range": [ - 91, - 120 + 92, + 121 ], "loc": { "start": { @@ -320,8 +320,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 129, - 134 + 130, + 135 ], "loc": { "start": { @@ -338,8 +338,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 129, - 134 + 130, + 135 ], "loc": { "start": { @@ -353,8 +353,8 @@ } }, "range": [ - 129, - 134 + 130, + 135 ], "loc": { "start": { @@ -373,8 +373,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 136, - 140 + 137, + 141 ], "loc": { "start": { @@ -391,8 +391,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 136, - 140 + 137, + 141 ], "loc": { "start": { @@ -406,8 +406,8 @@ } }, "range": [ - 136, - 140 + 137, + 141 ], "loc": { "start": { @@ -426,8 +426,8 @@ "value": "../const", "raw": "'../const'", "range": [ - 147, - 157 + 148, + 158 ], "loc": { "start": { @@ -441,8 +441,8 @@ } }, "range": [ - 121, - 158 + 122, + 159 ], "loc": { "start": { @@ -463,8 +463,8 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 173, - 184 + 174, + 185 ], "loc": { "start": { @@ -481,8 +481,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 193, - 200 + 194, + 201 ], "loc": { "start": { @@ -504,8 +504,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 301, - 312 + 302, + 313 ], "loc": { "start": { @@ -526,8 +526,8 @@ "type": "Identifier", "name": "tf", "range": [ - 313, - 315 + 314, + 316 ], "loc": { "start": { @@ -551,8 +551,8 @@ "callee": { "type": "Super", "range": [ - 326, - 331 + 327, + 332 ], "loc": { "start": { @@ -570,8 +570,8 @@ "type": "Identifier", "name": "tf", "range": [ - 332, - 334 + 333, + 335 ], "loc": { "start": { @@ -589,8 +589,8 @@ "value": "popupFilters", "raw": "'popupFilters'", "range": [ - 336, - 350 + 337, + 351 ], "loc": { "start": { @@ -605,8 +605,8 @@ } ], "range": [ - 326, - 351 + 327, + 352 ], "loc": { "start": { @@ -620,8 +620,8 @@ } }, "range": [ - 326, - 352 + 327, + 353 ], "loc": { "start": { @@ -638,8 +638,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 362, - 385 + 363, + 386 ], "loc": { "start": { @@ -663,8 +663,8 @@ "type": "Identifier", "name": "f", "range": [ - 398, - 399 + 399, + 400 ], "loc": { "start": { @@ -683,8 +683,8 @@ "object": { "type": "ThisExpression", "range": [ - 402, - 406 + 403, + 407 ], "loc": { "start": { @@ -701,8 +701,8 @@ "type": "Identifier", "name": "config", "range": [ - 407, - 413 + 408, + 414 ], "loc": { "start": { @@ -716,8 +716,8 @@ } }, "range": [ - 402, - 413 + 403, + 414 ], "loc": { "start": { @@ -731,8 +731,8 @@ } }, "range": [ - 398, - 413 + 399, + 414 ], "loc": { "start": { @@ -748,8 +748,8 @@ ], "kind": "var", "range": [ - 394, - 414 + 395, + 415 ], "loc": { "start": { @@ -766,8 +766,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 362, - 385 + 363, + 386 ], "loc": { "start": { @@ -786,8 +786,8 @@ "type": "Line", "value": " Enable external filters", "range": [ - 424, - 450 + 425, + 451 ], "loc": { "start": { @@ -814,8 +814,8 @@ "type": "Identifier", "name": "tf", "range": [ - 459, - 461 + 460, + 462 ], "loc": { "start": { @@ -832,8 +832,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 462, - 475 + 463, + 476 ], "loc": { "start": { @@ -847,8 +847,8 @@ } }, "range": [ - 459, - 475 + 460, + 476 ], "loc": { "start": { @@ -866,8 +866,8 @@ "value": true, "raw": "true", "range": [ - 478, - 482 + 479, + 483 ], "loc": { "start": { @@ -881,8 +881,8 @@ } }, "range": [ - 459, - 482 + 460, + 483 ], "loc": { "start": { @@ -896,8 +896,8 @@ } }, "range": [ - 459, - 483 + 460, + 484 ], "loc": { "start": { @@ -914,8 +914,8 @@ "type": "Line", "value": " Enable external filters", "range": [ - 424, - 450 + 425, + 451 ], "loc": { "start": { @@ -942,8 +942,8 @@ "type": "Identifier", "name": "tf", "range": [ - 492, - 494 + 493, + 495 ], "loc": { "start": { @@ -960,8 +960,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 495, - 512 + 496, + 513 ], "loc": { "start": { @@ -975,8 +975,8 @@ } }, "range": [ - 492, - 512 + 493, + 513 ], "loc": { "start": { @@ -993,8 +993,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 515, - 517 + 516, + 518 ], "loc": { "start": { @@ -1008,8 +1008,8 @@ } }, "range": [ - 492, - 517 + 493, + 518 ], "loc": { "start": { @@ -1023,8 +1023,8 @@ } }, "range": [ - 492, - 518 + 493, + 519 ], "loc": { "start": { @@ -1041,8 +1041,8 @@ "type": "Line", "value": "filter icon path", "range": [ - 528, - 546 + 529, + 547 ], "loc": { "start": { @@ -1068,8 +1068,8 @@ "object": { "type": "ThisExpression", "range": [ - 555, - 559 + 556, + 560 ], "loc": { "start": { @@ -1086,8 +1086,8 @@ "type": "Identifier", "name": "popUpImgFlt", "range": [ - 560, - 571 + 561, + 572 ], "loc": { "start": { @@ -1101,8 +1101,8 @@ } }, "range": [ - 555, - 571 + 556, + 572 ], "loc": { "start": { @@ -1125,8 +1125,8 @@ "type": "Identifier", "name": "f", "range": [ - 574, - 575 + 575, + 576 ], "loc": { "start": { @@ -1143,8 +1143,8 @@ "type": "Identifier", "name": "popup_filters_image", "range": [ - 576, - 595 + 577, + 596 ], "loc": { "start": { @@ -1158,8 +1158,8 @@ } }, "range": [ - 574, - 595 + 575, + 596 ], "loc": { "start": { @@ -1182,8 +1182,8 @@ "type": "Identifier", "name": "tf", "range": [ - 611, - 613 + 612, + 614 ], "loc": { "start": { @@ -1200,8 +1200,8 @@ "type": "Identifier", "name": "themesPath", "range": [ - 614, - 624 + 615, + 625 ], "loc": { "start": { @@ -1215,8 +1215,8 @@ } }, "range": [ - 611, - 624 + 612, + 625 ], "loc": { "start": { @@ -1234,8 +1234,8 @@ "value": "icn_filter.gif", "raw": "'icn_filter.gif'", "range": [ - 625, - 641 + 626, + 642 ], "loc": { "start": { @@ -1249,8 +1249,8 @@ } }, "range": [ - 611, - 641 + 612, + 642 ], "loc": { "start": { @@ -1264,8 +1264,8 @@ } }, "range": [ - 574, - 641 + 575, + 642 ], "loc": { "start": { @@ -1279,8 +1279,8 @@ } }, "range": [ - 555, - 641 + 556, + 642 ], "loc": { "start": { @@ -1294,8 +1294,8 @@ } }, "range": [ - 555, - 642 + 556, + 643 ], "loc": { "start": { @@ -1312,8 +1312,8 @@ "type": "Line", "value": "filter icon path", "range": [ - 528, - 546 + 529, + 547 ], "loc": { "start": { @@ -1332,8 +1332,8 @@ "type": "Line", "value": "active filter icon path", "range": [ - 651, - 676 + 652, + 677 ], "loc": { "start": { @@ -1359,8 +1359,8 @@ "object": { "type": "ThisExpression", "range": [ - 685, - 689 + 686, + 690 ], "loc": { "start": { @@ -1377,8 +1377,8 @@ "type": "Identifier", "name": "popUpImgFltActive", "range": [ - 690, - 707 + 691, + 708 ], "loc": { "start": { @@ -1392,8 +1392,8 @@ } }, "range": [ - 685, - 707 + 686, + 708 ], "loc": { "start": { @@ -1416,8 +1416,8 @@ "type": "Identifier", "name": "f", "range": [ - 710, - 711 + 711, + 712 ], "loc": { "start": { @@ -1434,8 +1434,8 @@ "type": "Identifier", "name": "popup_filters_image_active", "range": [ - 712, - 738 + 713, + 739 ], "loc": { "start": { @@ -1449,8 +1449,8 @@ } }, "range": [ - 710, - 738 + 711, + 739 ], "loc": { "start": { @@ -1473,8 +1473,8 @@ "type": "Identifier", "name": "tf", "range": [ - 754, - 756 + 755, + 757 ], "loc": { "start": { @@ -1491,8 +1491,8 @@ "type": "Identifier", "name": "themesPath", "range": [ - 757, - 767 + 758, + 768 ], "loc": { "start": { @@ -1506,8 +1506,8 @@ } }, "range": [ - 754, - 767 + 755, + 768 ], "loc": { "start": { @@ -1525,8 +1525,8 @@ "value": "icn_filterActive.gif", "raw": "'icn_filterActive.gif'", "range": [ - 768, - 790 + 769, + 791 ], "loc": { "start": { @@ -1540,8 +1540,8 @@ } }, "range": [ - 754, - 790 + 755, + 791 ], "loc": { "start": { @@ -1555,8 +1555,8 @@ } }, "range": [ - 710, - 790 + 711, + 791 ], "loc": { "start": { @@ -1570,8 +1570,8 @@ } }, "range": [ - 685, - 790 + 686, + 791 ], "loc": { "start": { @@ -1585,8 +1585,8 @@ } }, "range": [ - 685, - 791 + 686, + 792 ], "loc": { "start": { @@ -1603,8 +1603,8 @@ "type": "Line", "value": "active filter icon path", "range": [ - 651, - 676 + 652, + 677 ], "loc": { "start": { @@ -1630,8 +1630,8 @@ "object": { "type": "ThisExpression", "range": [ - 800, - 804 + 801, + 805 ], "loc": { "start": { @@ -1648,8 +1648,8 @@ "type": "Identifier", "name": "popUpImgFltHtml", "range": [ - 805, - 820 + 806, + 821 ], "loc": { "start": { @@ -1663,8 +1663,8 @@ } }, "range": [ - 800, - 820 + 801, + 821 ], "loc": { "start": { @@ -1687,8 +1687,8 @@ "type": "Identifier", "name": "f", "range": [ - 823, - 824 + 824, + 825 ], "loc": { "start": { @@ -1705,8 +1705,8 @@ "type": "Identifier", "name": "popup_filters_image_html", "range": [ - 825, - 849 + 826, + 850 ], "loc": { "start": { @@ -1720,8 +1720,8 @@ } }, "range": [ - 823, - 849 + 824, + 850 ], "loc": { "start": { @@ -1745,8 +1745,8 @@ "value": "\"Column", "raw": "'\" alt=\"Column filter\" />'", "range": [ - 897, - 923 + 898, + 924 ], "loc": { "start": { @@ -1847,8 +1847,8 @@ } }, "range": [ - 865, - 923 + 866, + 924 ], "loc": { "start": { @@ -1862,8 +1862,8 @@ } }, "range": [ - 823, - 923 + 824, + 924 ], "loc": { "start": { @@ -1877,8 +1877,8 @@ } }, "range": [ - 800, - 923 + 801, + 924 ], "loc": { "start": { @@ -1892,8 +1892,8 @@ } }, "range": [ - 800, - 924 + 801, + 925 ], "loc": { "start": { @@ -1910,8 +1910,8 @@ "type": "Line", "value": "defines css class for popup div containing filter", "range": [ - 933, - 984 + 934, + 985 ], "loc": { "start": { @@ -1937,8 +1937,8 @@ "object": { "type": "ThisExpression", "range": [ - 993, - 997 + 994, + 998 ], "loc": { "start": { @@ -1955,8 +1955,8 @@ "type": "Identifier", "name": "popUpDivCssClass", "range": [ - 998, - 1014 + 999, + 1015 ], "loc": { "start": { @@ -1970,8 +1970,8 @@ } }, "range": [ - 993, - 1014 + 994, + 1015 ], "loc": { "start": { @@ -1994,8 +1994,8 @@ "type": "Identifier", "name": "f", "range": [ - 1017, - 1018 + 1018, + 1019 ], "loc": { "start": { @@ -2012,8 +2012,8 @@ "type": "Identifier", "name": "popup_div_css_class", "range": [ - 1019, - 1038 + 1020, + 1039 ], "loc": { "start": { @@ -2027,8 +2027,8 @@ } }, "range": [ - 1017, - 1038 + 1018, + 1039 ], "loc": { "start": { @@ -2046,8 +2046,8 @@ "value": "popUpFilter", "raw": "'popUpFilter'", "range": [ - 1042, - 1055 + 1043, + 1056 ], "loc": { "start": { @@ -2061,8 +2061,8 @@ } }, "range": [ - 1017, - 1055 + 1018, + 1056 ], "loc": { "start": { @@ -2076,8 +2076,8 @@ } }, "range": [ - 993, - 1055 + 994, + 1056 ], "loc": { "start": { @@ -2091,8 +2091,8 @@ } }, "range": [ - 993, - 1056 + 994, + 1057 ], "loc": { "start": { @@ -2109,8 +2109,8 @@ "type": "Line", "value": "defines css class for popup div containing filter", "range": [ - 933, - 984 + 934, + 985 ], "loc": { "start": { @@ -2129,8 +2129,8 @@ "type": "Line", "value": "callback function before popup filtes is opened", "range": [ - 1065, - 1114 + 1066, + 1115 ], "loc": { "start": { @@ -2156,8 +2156,8 @@ "object": { "type": "ThisExpression", "range": [ - 1123, - 1127 + 1124, + 1128 ], "loc": { "start": { @@ -2174,8 +2174,8 @@ "type": "Identifier", "name": "onBeforePopUpOpen", "range": [ - 1128, - 1145 + 1129, + 1146 ], "loc": { "start": { @@ -2189,8 +2189,8 @@ } }, "range": [ - 1123, - 1145 + 1124, + 1146 ], "loc": { "start": { @@ -2214,8 +2214,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1148, - 1153 + 1149, + 1154 ], "loc": { "start": { @@ -2232,8 +2232,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1154, - 1158 + 1155, + 1159 ], "loc": { "start": { @@ -2247,8 +2247,8 @@ } }, "range": [ - 1148, - 1158 + 1149, + 1159 ], "loc": { "start": { @@ -2269,8 +2269,8 @@ "type": "Identifier", "name": "f", "range": [ - 1159, - 1160 + 1160, + 1161 ], "loc": { "start": { @@ -2287,8 +2287,8 @@ "type": "Identifier", "name": "on_before_popup_filter_open", "range": [ - 1161, - 1188 + 1162, + 1189 ], "loc": { "start": { @@ -2302,8 +2302,8 @@ } }, "range": [ - 1159, - 1188 + 1160, + 1189 ], "loc": { "start": { @@ -2318,8 +2318,8 @@ } ], "range": [ - 1148, - 1189 + 1149, + 1190 ], "loc": { "start": { @@ -2339,8 +2339,8 @@ "type": "Identifier", "name": "f", "range": [ - 1204, - 1205 + 1205, + 1206 ], "loc": { "start": { @@ -2357,8 +2357,8 @@ "type": "Identifier", "name": "on_before_popup_filter_open", "range": [ - 1206, - 1233 + 1207, + 1234 ], "loc": { "start": { @@ -2372,8 +2372,8 @@ } }, "range": [ - 1204, - 1233 + 1205, + 1234 ], "loc": { "start": { @@ -2391,8 +2391,8 @@ "value": null, "raw": "null", "range": [ - 1236, - 1240 + 1237, + 1241 ], "loc": { "start": { @@ -2406,8 +2406,8 @@ } }, "range": [ - 1148, - 1240 + 1149, + 1241 ], "loc": { "start": { @@ -2421,8 +2421,8 @@ } }, "range": [ - 1123, - 1240 + 1124, + 1241 ], "loc": { "start": { @@ -2436,8 +2436,8 @@ } }, "range": [ - 1123, - 1241 + 1124, + 1242 ], "loc": { "start": { @@ -2454,8 +2454,8 @@ "type": "Line", "value": "callback function before popup filtes is opened", "range": [ - 1065, - 1114 + 1066, + 1115 ], "loc": { "start": { @@ -2474,8 +2474,8 @@ "type": "Line", "value": "callback function after popup filtes is opened", "range": [ - 1250, - 1298 + 1251, + 1299 ], "loc": { "start": { @@ -2501,8 +2501,8 @@ "object": { "type": "ThisExpression", "range": [ - 1307, - 1311 + 1308, + 1312 ], "loc": { "start": { @@ -2519,8 +2519,8 @@ "type": "Identifier", "name": "onAfterPopUpOpen", "range": [ - 1312, - 1328 + 1313, + 1329 ], "loc": { "start": { @@ -2534,8 +2534,8 @@ } }, "range": [ - 1307, - 1328 + 1308, + 1329 ], "loc": { "start": { @@ -2559,8 +2559,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1331, - 1336 + 1332, + 1337 ], "loc": { "start": { @@ -2577,8 +2577,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1337, - 1341 + 1338, + 1342 ], "loc": { "start": { @@ -2592,8 +2592,8 @@ } }, "range": [ - 1331, - 1341 + 1332, + 1342 ], "loc": { "start": { @@ -2614,8 +2614,8 @@ "type": "Identifier", "name": "f", "range": [ - 1342, - 1343 + 1343, + 1344 ], "loc": { "start": { @@ -2632,8 +2632,8 @@ "type": "Identifier", "name": "on_after_popup_filter_open", "range": [ - 1344, - 1370 + 1345, + 1371 ], "loc": { "start": { @@ -2647,8 +2647,8 @@ } }, "range": [ - 1342, - 1370 + 1343, + 1371 ], "loc": { "start": { @@ -2663,8 +2663,8 @@ } ], "range": [ - 1331, - 1371 + 1332, + 1372 ], "loc": { "start": { @@ -2684,8 +2684,8 @@ "type": "Identifier", "name": "f", "range": [ - 1386, - 1387 + 1387, + 1388 ], "loc": { "start": { @@ -2702,8 +2702,8 @@ "type": "Identifier", "name": "on_after_popup_filter_open", "range": [ - 1388, - 1414 + 1389, + 1415 ], "loc": { "start": { @@ -2717,8 +2717,8 @@ } }, "range": [ - 1386, - 1414 + 1387, + 1415 ], "loc": { "start": { @@ -2736,8 +2736,8 @@ "value": null, "raw": "null", "range": [ - 1417, - 1421 + 1418, + 1422 ], "loc": { "start": { @@ -2751,8 +2751,8 @@ } }, "range": [ - 1331, - 1421 + 1332, + 1422 ], "loc": { "start": { @@ -2766,8 +2766,8 @@ } }, "range": [ - 1307, - 1421 + 1308, + 1422 ], "loc": { "start": { @@ -2781,8 +2781,8 @@ } }, "range": [ - 1307, - 1422 + 1308, + 1423 ], "loc": { "start": { @@ -2799,8 +2799,8 @@ "type": "Line", "value": "callback function after popup filtes is opened", "range": [ - 1250, - 1298 + 1251, + 1299 ], "loc": { "start": { @@ -2819,8 +2819,8 @@ "type": "Line", "value": "callback function before popup filtes is closed", "range": [ - 1431, - 1480 + 1432, + 1481 ], "loc": { "start": { @@ -2846,8 +2846,8 @@ "object": { "type": "ThisExpression", "range": [ - 1489, - 1493 + 1490, + 1494 ], "loc": { "start": { @@ -2864,8 +2864,8 @@ "type": "Identifier", "name": "onBeforePopUpClose", "range": [ - 1494, - 1512 + 1495, + 1513 ], "loc": { "start": { @@ -2879,8 +2879,8 @@ } }, "range": [ - 1489, - 1512 + 1490, + 1513 ], "loc": { "start": { @@ -2904,8 +2904,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1527, - 1532 + 1528, + 1533 ], "loc": { "start": { @@ -2922,8 +2922,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1533, - 1537 + 1534, + 1538 ], "loc": { "start": { @@ -2937,8 +2937,8 @@ } }, "range": [ - 1527, - 1537 + 1528, + 1538 ], "loc": { "start": { @@ -2959,8 +2959,8 @@ "type": "Identifier", "name": "f", "range": [ - 1538, - 1539 + 1539, + 1540 ], "loc": { "start": { @@ -2977,8 +2977,8 @@ "type": "Identifier", "name": "on_before_popup_filter_close", "range": [ - 1540, - 1568 + 1541, + 1569 ], "loc": { "start": { @@ -2992,8 +2992,8 @@ } }, "range": [ - 1538, - 1568 + 1539, + 1569 ], "loc": { "start": { @@ -3008,8 +3008,8 @@ } ], "range": [ - 1527, - 1569 + 1528, + 1570 ], "loc": { "start": { @@ -3029,8 +3029,8 @@ "type": "Identifier", "name": "f", "range": [ - 1584, - 1585 + 1585, + 1586 ], "loc": { "start": { @@ -3047,8 +3047,8 @@ "type": "Identifier", "name": "on_before_popup_filter_close", "range": [ - 1586, - 1614 + 1587, + 1615 ], "loc": { "start": { @@ -3062,8 +3062,8 @@ } }, "range": [ - 1584, - 1614 + 1585, + 1615 ], "loc": { "start": { @@ -3081,8 +3081,8 @@ "value": null, "raw": "null", "range": [ - 1617, - 1621 + 1618, + 1622 ], "loc": { "start": { @@ -3096,8 +3096,8 @@ } }, "range": [ - 1527, - 1621 + 1528, + 1622 ], "loc": { "start": { @@ -3111,8 +3111,8 @@ } }, "range": [ - 1489, - 1621 + 1490, + 1622 ], "loc": { "start": { @@ -3126,8 +3126,8 @@ } }, "range": [ - 1489, - 1622 + 1490, + 1623 ], "loc": { "start": { @@ -3144,8 +3144,8 @@ "type": "Line", "value": "callback function before popup filtes is closed", "range": [ - 1431, - 1480 + 1432, + 1481 ], "loc": { "start": { @@ -3164,8 +3164,8 @@ "type": "Line", "value": "callback function after popup filtes is closed", "range": [ - 1631, - 1679 + 1632, + 1680 ], "loc": { "start": { @@ -3191,8 +3191,8 @@ "object": { "type": "ThisExpression", "range": [ - 1688, - 1692 + 1689, + 1693 ], "loc": { "start": { @@ -3209,8 +3209,8 @@ "type": "Identifier", "name": "onAfterPopUpClose", "range": [ - 1693, - 1710 + 1694, + 1711 ], "loc": { "start": { @@ -3224,8 +3224,8 @@ } }, "range": [ - 1688, - 1710 + 1689, + 1711 ], "loc": { "start": { @@ -3249,8 +3249,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1713, - 1718 + 1714, + 1719 ], "loc": { "start": { @@ -3267,8 +3267,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1719, - 1723 + 1720, + 1724 ], "loc": { "start": { @@ -3282,8 +3282,8 @@ } }, "range": [ - 1713, - 1723 + 1714, + 1724 ], "loc": { "start": { @@ -3304,8 +3304,8 @@ "type": "Identifier", "name": "f", "range": [ - 1724, - 1725 + 1725, + 1726 ], "loc": { "start": { @@ -3322,8 +3322,8 @@ "type": "Identifier", "name": "on_after_popup_filter_close", "range": [ - 1726, - 1753 + 1727, + 1754 ], "loc": { "start": { @@ -3337,8 +3337,8 @@ } }, "range": [ - 1724, - 1753 + 1725, + 1754 ], "loc": { "start": { @@ -3353,8 +3353,8 @@ } ], "range": [ - 1713, - 1754 + 1714, + 1755 ], "loc": { "start": { @@ -3374,8 +3374,8 @@ "type": "Identifier", "name": "f", "range": [ - 1769, - 1770 + 1770, + 1771 ], "loc": { "start": { @@ -3392,8 +3392,8 @@ "type": "Identifier", "name": "on_after_popup_filter_close", "range": [ - 1771, - 1798 + 1772, + 1799 ], "loc": { "start": { @@ -3407,8 +3407,8 @@ } }, "range": [ - 1769, - 1798 + 1770, + 1799 ], "loc": { "start": { @@ -3426,8 +3426,8 @@ "value": null, "raw": "null", "range": [ - 1801, - 1805 + 1802, + 1806 ], "loc": { "start": { @@ -3441,8 +3441,8 @@ } }, "range": [ - 1713, - 1805 + 1714, + 1806 ], "loc": { "start": { @@ -3456,8 +3456,8 @@ } }, "range": [ - 1688, - 1805 + 1689, + 1806 ], "loc": { "start": { @@ -3471,8 +3471,8 @@ } }, "range": [ - 1688, - 1806 + 1689, + 1807 ], "loc": { "start": { @@ -3489,8 +3489,8 @@ "type": "Line", "value": "callback function after popup filtes is closed", "range": [ - 1631, - 1679 + 1632, + 1680 ], "loc": { "start": { @@ -3509,8 +3509,8 @@ "type": "Line", "value": "stores filters spans", "range": [ - 1816, - 1838 + 1817, + 1839 ], "loc": { "start": { @@ -3536,8 +3536,8 @@ "object": { "type": "ThisExpression", "range": [ - 1847, - 1851 + 1848, + 1852 ], "loc": { "start": { @@ -3554,8 +3554,8 @@ "type": "Identifier", "name": "popUpFltSpans", "range": [ - 1852, - 1865 + 1853, + 1866 ], "loc": { "start": { @@ -3569,8 +3569,8 @@ } }, "range": [ - 1847, - 1865 + 1848, + 1866 ], "loc": { "start": { @@ -3587,8 +3587,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1868, - 1870 + 1869, + 1871 ], "loc": { "start": { @@ -3602,8 +3602,8 @@ } }, "range": [ - 1847, - 1870 + 1848, + 1871 ], "loc": { "start": { @@ -3617,8 +3617,8 @@ } }, "range": [ - 1847, - 1871 + 1848, + 1872 ], "loc": { "start": { @@ -3635,8 +3635,8 @@ "type": "Line", "value": "stores filters spans", "range": [ - 1816, - 1838 + 1817, + 1839 ], "loc": { "start": { @@ -3655,8 +3655,8 @@ "type": "Line", "value": "stores filters icons", "range": [ - 1880, - 1902 + 1881, + 1903 ], "loc": { "start": { @@ -3682,8 +3682,8 @@ "object": { "type": "ThisExpression", "range": [ - 1911, - 1915 + 1912, + 1916 ], "loc": { "start": { @@ -3700,8 +3700,8 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 1916, - 1928 + 1917, + 1929 ], "loc": { "start": { @@ -3715,8 +3715,8 @@ } }, "range": [ - 1911, - 1928 + 1912, + 1929 ], "loc": { "start": { @@ -3733,8 +3733,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 1931, - 1933 + 1932, + 1934 ], "loc": { "start": { @@ -3748,8 +3748,8 @@ } }, "range": [ - 1911, - 1933 + 1912, + 1934 ], "loc": { "start": { @@ -3763,8 +3763,8 @@ } }, "range": [ - 1911, - 1934 + 1912, + 1935 ], "loc": { "start": { @@ -3781,8 +3781,8 @@ "type": "Line", "value": "stores filters icons", "range": [ - 1880, - 1902 + 1881, + 1903 ], "loc": { "start": { @@ -3801,8 +3801,8 @@ "type": "Line", "value": "stores filters containers", "range": [ - 1943, - 1970 + 1944, + 1971 ], "loc": { "start": { @@ -3828,8 +3828,8 @@ "object": { "type": "ThisExpression", "range": [ - 1979, - 1983 + 1980, + 1984 ], "loc": { "start": { @@ -3846,8 +3846,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 1984, - 1996 + 1985, + 1997 ], "loc": { "start": { @@ -3861,8 +3861,8 @@ } }, "range": [ - 1979, - 1996 + 1980, + 1997 ], "loc": { "start": { @@ -3884,8 +3884,8 @@ "object": { "type": "ThisExpression", "range": [ - 1999, - 2003 + 2000, + 2004 ], "loc": { "start": { @@ -3902,8 +3902,8 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 2004, - 2020 + 2005, + 2021 ], "loc": { "start": { @@ -3917,8 +3917,8 @@ } }, "range": [ - 1999, - 2020 + 2000, + 2021 ], "loc": { "start": { @@ -3935,8 +3935,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 2024, - 2026 + 2025, + 2027 ], "loc": { "start": { @@ -3950,8 +3950,8 @@ } }, "range": [ - 1999, - 2026 + 2000, + 2027 ], "loc": { "start": { @@ -3965,8 +3965,8 @@ } }, "range": [ - 1979, - 2026 + 1980, + 2027 ], "loc": { "start": { @@ -3980,8 +3980,8 @@ } }, "range": [ - 1979, - 2027 + 1980, + 2028 ], "loc": { "start": { @@ -3998,8 +3998,8 @@ "type": "Line", "value": "stores filters containers", "range": [ - 1943, - 1970 + 1944, + 1971 ], "loc": { "start": { @@ -4025,8 +4025,8 @@ "object": { "type": "ThisExpression", "range": [ - 2036, - 2040 + 2037, + 2041 ], "loc": { "start": { @@ -4043,8 +4043,8 @@ "type": "Identifier", "name": "popUpFltAdjustToContainer", "range": [ - 2041, - 2066 + 2042, + 2067 ], "loc": { "start": { @@ -4058,8 +4058,8 @@ } }, "range": [ - 2036, - 2066 + 2037, + 2067 ], "loc": { "start": { @@ -4077,8 +4077,8 @@ "value": true, "raw": "true", "range": [ - 2069, - 2073 + 2070, + 2074 ], "loc": { "start": { @@ -4092,8 +4092,8 @@ } }, "range": [ - 2036, - 2073 + 2037, + 2074 ], "loc": { "start": { @@ -4107,8 +4107,8 @@ } }, "range": [ - 2036, - 2074 + 2037, + 2075 ], "loc": { "start": { @@ -4125,8 +4125,8 @@ "type": "Line", "value": "id prefix for pop-up filter span", "range": [ - 2084, - 2118 + 2085, + 2119 ], "loc": { "start": { @@ -4152,8 +4152,8 @@ "object": { "type": "ThisExpression", "range": [ - 2127, - 2131 + 2128, + 2132 ], "loc": { "start": { @@ -4170,8 +4170,8 @@ "type": "Identifier", "name": "prfxPopUpSpan", "range": [ - 2132, - 2145 + 2133, + 2146 ], "loc": { "start": { @@ -4185,8 +4185,8 @@ } }, "range": [ - 2127, - 2145 + 2128, + 2146 ], "loc": { "start": { @@ -4204,8 +4204,8 @@ "value": "popUpSpan_", "raw": "'popUpSpan_'", "range": [ - 2148, - 2160 + 2149, + 2161 ], "loc": { "start": { @@ -4219,8 +4219,8 @@ } }, "range": [ - 2127, - 2160 + 2128, + 2161 ], "loc": { "start": { @@ -4234,8 +4234,8 @@ } }, "range": [ - 2127, - 2161 + 2128, + 2162 ], "loc": { "start": { @@ -4252,8 +4252,8 @@ "type": "Line", "value": "id prefix for pop-up filter span", "range": [ - 2084, - 2118 + 2085, + 2119 ], "loc": { "start": { @@ -4272,8 +4272,8 @@ "type": "Line", "value": "id prefix for pop-up div containing filter", "range": [ - 2170, - 2214 + 2171, + 2215 ], "loc": { "start": { @@ -4299,8 +4299,8 @@ "object": { "type": "ThisExpression", "range": [ - 2223, - 2227 + 2224, + 2228 ], "loc": { "start": { @@ -4317,8 +4317,8 @@ "type": "Identifier", "name": "prfxPopUpDiv", "range": [ - 2228, - 2240 + 2229, + 2241 ], "loc": { "start": { @@ -4332,8 +4332,8 @@ } }, "range": [ - 2223, - 2240 + 2224, + 2241 ], "loc": { "start": { @@ -4351,8 +4351,8 @@ "value": "popUpDiv_", "raw": "'popUpDiv_'", "range": [ - 2243, - 2254 + 2244, + 2255 ], "loc": { "start": { @@ -4366,8 +4366,8 @@ } }, "range": [ - 2223, - 2254 + 2224, + 2255 ], "loc": { "start": { @@ -4381,8 +4381,8 @@ } }, "range": [ - 2223, - 2255 + 2224, + 2256 ], "loc": { "start": { @@ -4399,8 +4399,8 @@ "type": "Line", "value": "id prefix for pop-up div containing filter", "range": [ - 2170, - 2214 + 2171, + 2215 ], "loc": { "start": { @@ -4417,8 +4417,8 @@ } ], "range": [ - 316, - 2261 + 317, + 2262 ], "loc": { "start": { @@ -4434,8 +4434,8 @@ "generator": false, "expression": false, "range": [ - 312, - 2261 + 313, + 2262 ], "loc": { "start": { @@ -4451,8 +4451,8 @@ "kind": "constructor", "computed": false, "range": [ - 301, - 2261 + 302, + 2262 ], "loc": { "start": { @@ -4469,8 +4469,8 @@ "type": "Block", "value": "*\n * Pop-up filter component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 207, - 296 + 208, + 297 ], "loc": { "start": { @@ -4492,8 +4492,8 @@ "type": "Identifier", "name": "onClick", "range": [ - 2267, - 2274 + 2268, + 2275 ], "loc": { "start": { @@ -4514,8 +4514,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2275, - 2278 + 2276, + 2279 ], "loc": { "start": { @@ -4541,8 +4541,8 @@ "type": "Identifier", "name": "elm", "range": [ - 2293, - 2296 + 2294, + 2297 ], "loc": { "start": { @@ -4567,8 +4567,8 @@ "type": "Identifier", "name": "Event", "range": [ - 2299, - 2304 + 2300, + 2305 ], "loc": { "start": { @@ -4585,8 +4585,8 @@ "type": "Identifier", "name": "target", "range": [ - 2305, - 2311 + 2306, + 2312 ], "loc": { "start": { @@ -4600,8 +4600,8 @@ } }, "range": [ - 2299, - 2311 + 2300, + 2312 ], "loc": { "start": { @@ -4619,8 +4619,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2312, - 2315 + 2313, + 2316 ], "loc": { "start": { @@ -4635,8 +4635,8 @@ } ], "range": [ - 2299, - 2316 + 2300, + 2317 ], "loc": { "start": { @@ -4653,8 +4653,8 @@ "type": "Identifier", "name": "parentNode", "range": [ - 2317, - 2327 + 2318, + 2328 ], "loc": { "start": { @@ -4668,8 +4668,8 @@ } }, "range": [ - 2299, - 2327 + 2300, + 2328 ], "loc": { "start": { @@ -4683,8 +4683,8 @@ } }, "range": [ - 2293, - 2327 + 2294, + 2328 ], "loc": { "start": { @@ -4703,8 +4703,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2341, - 2349 + 2342, + 2350 ], "loc": { "start": { @@ -4723,8 +4723,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 2352, - 2360 + 2353, + 2361 ], "loc": { "start": { @@ -4747,8 +4747,8 @@ "type": "Identifier", "name": "elm", "range": [ - 2361, - 2364 + 2362, + 2365 ], "loc": { "start": { @@ -4765,8 +4765,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 2365, - 2377 + 2366, + 2378 ], "loc": { "start": { @@ -4780,8 +4780,8 @@ } }, "range": [ - 2361, - 2377 + 2362, + 2378 ], "loc": { "start": { @@ -4800,8 +4800,8 @@ "value": "ci", "raw": "'ci'", "range": [ - 2378, - 2382 + 2379, + 2383 ], "loc": { "start": { @@ -4816,8 +4816,8 @@ } ], "range": [ - 2361, - 2383 + 2362, + 2384 ], "loc": { "start": { @@ -4835,8 +4835,8 @@ "value": 10, "raw": "10", "range": [ - 2385, - 2387 + 2386, + 2388 ], "loc": { "start": { @@ -4851,8 +4851,8 @@ } ], "range": [ - 2352, - 2388 + 2353, + 2389 ], "loc": { "start": { @@ -4866,8 +4866,8 @@ } }, "range": [ - 2341, - 2388 + 2342, + 2389 ], "loc": { "start": { @@ -4883,8 +4883,8 @@ ], "kind": "var", "range": [ - 2289, - 2389 + 2290, + 2390 ], "loc": { "start": { @@ -4907,8 +4907,8 @@ "object": { "type": "ThisExpression", "range": [ - 2399, - 2403 + 2400, + 2404 ], "loc": { "start": { @@ -4925,8 +4925,8 @@ "type": "Identifier", "name": "closeAll", "range": [ - 2404, - 2412 + 2405, + 2413 ], "loc": { "start": { @@ -4940,8 +4940,8 @@ } }, "range": [ - 2399, - 2412 + 2400, + 2413 ], "loc": { "start": { @@ -4959,8 +4959,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2413, - 2421 + 2414, + 2422 ], "loc": { "start": { @@ -4975,8 +4975,8 @@ } ], "range": [ - 2399, - 2422 + 2400, + 2423 ], "loc": { "start": { @@ -4990,8 +4990,8 @@ } }, "range": [ - 2399, - 2423 + 2400, + 2424 ], "loc": { "start": { @@ -5014,8 +5014,8 @@ "object": { "type": "ThisExpression", "range": [ - 2432, - 2436 + 2433, + 2437 ], "loc": { "start": { @@ -5032,8 +5032,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 2437, - 2443 + 2438, + 2444 ], "loc": { "start": { @@ -5047,8 +5047,8 @@ } }, "range": [ - 2432, - 2443 + 2433, + 2444 ], "loc": { "start": { @@ -5066,8 +5066,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2444, - 2452 + 2445, + 2453 ], "loc": { "start": { @@ -5082,8 +5082,8 @@ } ], "range": [ - 2432, - 2453 + 2433, + 2454 ], "loc": { "start": { @@ -5097,8 +5097,8 @@ } }, "range": [ - 2432, - 2454 + 2433, + 2455 ], "loc": { "start": { @@ -5119,8 +5119,8 @@ "object": { "type": "ThisExpression", "range": [ - 2467, - 2471 + 2468, + 2472 ], "loc": { "start": { @@ -5137,8 +5137,8 @@ "type": "Identifier", "name": "popUpFltAdjustToContainer", "range": [ - 2472, - 2497 + 2473, + 2498 ], "loc": { "start": { @@ -5152,8 +5152,8 @@ } }, "range": [ - 2467, - 2497 + 2468, + 2498 ], "loc": { "start": { @@ -5178,8 +5178,8 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 2516, - 2524 + 2517, + 2525 ], "loc": { "start": { @@ -5201,8 +5201,8 @@ "object": { "type": "ThisExpression", "range": [ - 2527, - 2531 + 2528, + 2532 ], "loc": { "start": { @@ -5219,8 +5219,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 2532, - 2544 + 2533, + 2545 ], "loc": { "start": { @@ -5234,8 +5234,8 @@ } }, "range": [ - 2527, - 2544 + 2528, + 2545 ], "loc": { "start": { @@ -5252,8 +5252,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2545, - 2553 + 2546, + 2554 ], "loc": { "start": { @@ -5267,8 +5267,8 @@ } }, "range": [ - 2527, - 2554 + 2528, + 2555 ], "loc": { "start": { @@ -5282,8 +5282,8 @@ } }, "range": [ - 2516, - 2554 + 2517, + 2555 ], "loc": { "start": { @@ -5302,8 +5302,8 @@ "type": "Identifier", "name": "header", "range": [ - 2572, - 2578 + 2573, + 2579 ], "loc": { "start": { @@ -5327,8 +5327,8 @@ "object": { "type": "ThisExpression", "range": [ - 2581, - 2585 + 2582, + 2586 ], "loc": { "start": { @@ -5345,8 +5345,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2586, - 2588 + 2587, + 2589 ], "loc": { "start": { @@ -5360,8 +5360,8 @@ } }, "range": [ - 2581, - 2588 + 2582, + 2589 ], "loc": { "start": { @@ -5378,8 +5378,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 2589, - 2605 + 2590, + 2606 ], "loc": { "start": { @@ -5393,8 +5393,8 @@ } }, "range": [ - 2581, - 2605 + 2582, + 2606 ], "loc": { "start": { @@ -5412,8 +5412,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2606, - 2614 + 2607, + 2615 ], "loc": { "start": { @@ -5428,8 +5428,8 @@ } ], "range": [ - 2581, - 2615 + 2582, + 2616 ], "loc": { "start": { @@ -5443,8 +5443,8 @@ } }, "range": [ - 2572, - 2615 + 2573, + 2616 ], "loc": { "start": { @@ -5463,8 +5463,8 @@ "type": "Identifier", "name": "headerWidth", "range": [ - 2633, - 2644 + 2634, + 2645 ], "loc": { "start": { @@ -5487,8 +5487,8 @@ "type": "Identifier", "name": "header", "range": [ - 2647, - 2653 + 2648, + 2654 ], "loc": { "start": { @@ -5505,8 +5505,8 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 2654, - 2665 + 2655, + 2666 ], "loc": { "start": { @@ -5520,8 +5520,8 @@ } }, "range": [ - 2647, - 2665 + 2648, + 2666 ], "loc": { "start": { @@ -5539,8 +5539,8 @@ "value": 0.95, "raw": "0.95", "range": [ - 2668, - 2672 + 2669, + 2673 ], "loc": { "start": { @@ -5554,8 +5554,8 @@ } }, "range": [ - 2647, - 2672 + 2648, + 2673 ], "loc": { "start": { @@ -5569,8 +5569,8 @@ } }, "range": [ - 2633, - 2672 + 2634, + 2673 ], "loc": { "start": { @@ -5586,8 +5586,8 @@ ], "kind": "var", "range": [ - 2512, - 2673 + 2513, + 2674 ], "loc": { "start": { @@ -5615,8 +5615,8 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 2686, - 2694 + 2687, + 2695 ], "loc": { "start": { @@ -5633,8 +5633,8 @@ "type": "Identifier", "name": "style", "range": [ - 2695, - 2700 + 2696, + 2701 ], "loc": { "start": { @@ -5648,8 +5648,8 @@ } }, "range": [ - 2686, - 2700 + 2687, + 2701 ], "loc": { "start": { @@ -5666,8 +5666,8 @@ "type": "Identifier", "name": "width", "range": [ - 2701, - 2706 + 2702, + 2707 ], "loc": { "start": { @@ -5681,8 +5681,8 @@ } }, "range": [ - 2686, - 2706 + 2687, + 2707 ], "loc": { "start": { @@ -5704,8 +5704,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 2709, - 2717 + 2710, + 2718 ], "loc": { "start": { @@ -5723,8 +5723,8 @@ "type": "Identifier", "name": "headerWidth", "range": [ - 2718, - 2729 + 2719, + 2730 ], "loc": { "start": { @@ -5742,8 +5742,8 @@ "value": 10, "raw": "10", "range": [ - 2731, - 2733 + 2732, + 2734 ], "loc": { "start": { @@ -5758,8 +5758,8 @@ } ], "range": [ - 2709, - 2734 + 2710, + 2735 ], "loc": { "start": { @@ -5777,8 +5777,8 @@ "value": "px", "raw": "'px'", "range": [ - 2737, - 2741 + 2738, + 2742 ], "loc": { "start": { @@ -5792,8 +5792,8 @@ } }, "range": [ - 2709, - 2741 + 2710, + 2742 ], "loc": { "start": { @@ -5807,8 +5807,8 @@ } }, "range": [ - 2686, - 2741 + 2687, + 2742 ], "loc": { "start": { @@ -5822,8 +5822,8 @@ } }, "range": [ - 2686, - 2742 + 2687, + 2743 ], "loc": { "start": { @@ -5838,8 +5838,8 @@ } ], "range": [ - 2498, - 2752 + 2499, + 2753 ], "loc": { "start": { @@ -5854,8 +5854,8 @@ }, "alternate": null, "range": [ - 2464, - 2752 + 2465, + 2753 ], "loc": { "start": { @@ -5879,8 +5879,8 @@ "type": "Identifier", "name": "Event", "range": [ - 2761, - 2766 + 2762, + 2767 ], "loc": { "start": { @@ -5897,8 +5897,8 @@ "type": "Identifier", "name": "cancel", "range": [ - 2767, - 2773 + 2768, + 2774 ], "loc": { "start": { @@ -5912,8 +5912,8 @@ } }, "range": [ - 2761, - 2773 + 2762, + 2774 ], "loc": { "start": { @@ -5931,8 +5931,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2774, - 2777 + 2775, + 2778 ], "loc": { "start": { @@ -5947,8 +5947,8 @@ } ], "range": [ - 2761, - 2778 + 2762, + 2779 ], "loc": { "start": { @@ -5962,8 +5962,8 @@ } }, "range": [ - 2761, - 2779 + 2762, + 2780 ], "loc": { "start": { @@ -5987,8 +5987,8 @@ "type": "Identifier", "name": "Event", "range": [ - 2788, - 2793 + 2789, + 2794 ], "loc": { "start": { @@ -6005,8 +6005,8 @@ "type": "Identifier", "name": "stop", "range": [ - 2794, - 2798 + 2795, + 2799 ], "loc": { "start": { @@ -6020,8 +6020,8 @@ } }, "range": [ - 2788, - 2798 + 2789, + 2799 ], "loc": { "start": { @@ -6039,8 +6039,8 @@ "type": "Identifier", "name": "evt", "range": [ - 2799, - 2802 + 2800, + 2803 ], "loc": { "start": { @@ -6055,8 +6055,8 @@ } ], "range": [ - 2788, - 2803 + 2789, + 2804 ], "loc": { "start": { @@ -6070,8 +6070,8 @@ } }, "range": [ - 2788, - 2804 + 2789, + 2805 ], "loc": { "start": { @@ -6086,8 +6086,8 @@ } ], "range": [ - 2279, - 2810 + 2280, + 2811 ], "loc": { "start": { @@ -6103,8 +6103,8 @@ "generator": false, "expression": false, "range": [ - 2274, - 2810 + 2275, + 2811 ], "loc": { "start": { @@ -6120,8 +6120,8 @@ "kind": "method", "computed": false, "range": [ - 2267, - 2810 + 2268, + 2811 ], "loc": { "start": { @@ -6138,8 +6138,8 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 2816, - 2858 + 2817, + 2859 ], "loc": { "start": { @@ -6161,8 +6161,8 @@ "type": "Identifier", "name": "init", "range": [ - 2863, - 2867 + 2864, + 2868 ], "loc": { "start": { @@ -6190,8 +6190,8 @@ "object": { "type": "ThisExpression", "range": [ - 2882, - 2886 + 2883, + 2887 ], "loc": { "start": { @@ -6208,8 +6208,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2887, - 2898 + 2888, + 2899 ], "loc": { "start": { @@ -6223,8 +6223,8 @@ } }, "range": [ - 2882, - 2898 + 2883, + 2899 ], "loc": { "start": { @@ -6244,8 +6244,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2913, - 2920 + 2914, + 2921 ], "loc": { "start": { @@ -6260,8 +6260,8 @@ } ], "range": [ - 2899, - 2930 + 2900, + 2931 ], "loc": { "start": { @@ -6276,8 +6276,8 @@ }, "alternate": null, "range": [ - 2879, - 2930 + 2880, + 2931 ], "loc": { "start": { @@ -6299,8 +6299,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2944, - 2946 + 2945, + 2947 ], "loc": { "start": { @@ -6319,8 +6319,8 @@ "object": { "type": "ThisExpression", "range": [ - 2949, - 2953 + 2950, + 2954 ], "loc": { "start": { @@ -6337,8 +6337,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2954, - 2956 + 2955, + 2957 ], "loc": { "start": { @@ -6352,8 +6352,8 @@ } }, "range": [ - 2949, - 2956 + 2950, + 2957 ], "loc": { "start": { @@ -6367,8 +6367,8 @@ } }, "range": [ - 2944, - 2956 + 2945, + 2957 ], "loc": { "start": { @@ -6384,8 +6384,8 @@ ], "kind": "var", "range": [ - 2940, - 2957 + 2941, + 2958 ], "loc": { "start": { @@ -6402,8 +6402,8 @@ "type": "Line", "value": " Override headers row index if no grouped headers", "range": [ - 2967, - 3018 + 2968, + 3019 ], "loc": { "start": { @@ -6430,8 +6430,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3030, - 3032 + 3031, + 3033 ], "loc": { "start": { @@ -6448,8 +6448,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 3033, - 3043 + 3034, + 3044 ], "loc": { "start": { @@ -6463,8 +6463,8 @@ } }, "range": [ - 3030, - 3043 + 3031, + 3044 ], "loc": { "start": { @@ -6482,8 +6482,8 @@ "value": 1, "raw": "1", "range": [ - 3047, - 3048 + 3048, + 3049 ], "loc": { "start": { @@ -6497,8 +6497,8 @@ } }, "range": [ - 3030, - 3048 + 3031, + 3049 ], "loc": { "start": { @@ -6526,8 +6526,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3063, - 3065 + 3064, + 3066 ], "loc": { "start": { @@ -6544,8 +6544,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 3066, - 3076 + 3067, + 3077 ], "loc": { "start": { @@ -6559,8 +6559,8 @@ } }, "range": [ - 3063, - 3076 + 3064, + 3077 ], "loc": { "start": { @@ -6578,8 +6578,8 @@ "value": 0, "raw": "0", "range": [ - 3079, - 3080 + 3080, + 3081 ], "loc": { "start": { @@ -6593,8 +6593,8 @@ } }, "range": [ - 3063, - 3080 + 3064, + 3081 ], "loc": { "start": { @@ -6608,8 +6608,8 @@ } }, "range": [ - 3063, - 3081 + 3064, + 3082 ], "loc": { "start": { @@ -6624,8 +6624,8 @@ } ], "range": [ - 3049, - 3091 + 3050, + 3092 ], "loc": { "start": { @@ -6640,8 +6640,8 @@ }, "alternate": null, "range": [ - 3027, - 3091 + 3028, + 3092 ], "loc": { "start": { @@ -6658,8 +6658,8 @@ "type": "Line", "value": " Override headers row index if no grouped headers", "range": [ - 2967, - 3018 + 2968, + 3019 ], "loc": { "start": { @@ -6685,8 +6685,8 @@ "type": "Identifier", "name": "i", "range": [ - 3109, - 3110 + 3110, + 3111 ], "loc": { "start": { @@ -6704,8 +6704,8 @@ "value": 0, "raw": "0", "range": [ - 3111, - 3112 + 3112, + 3113 ], "loc": { "start": { @@ -6719,8 +6719,8 @@ } }, "range": [ - 3109, - 3112 + 3110, + 3113 ], "loc": { "start": { @@ -6736,8 +6736,8 @@ ], "kind": "var", "range": [ - 3105, - 3112 + 3106, + 3113 ], "loc": { "start": { @@ -6757,8 +6757,8 @@ "type": "Identifier", "name": "i", "range": [ - 3114, - 3115 + 3115, + 3116 ], "loc": { "start": { @@ -6778,8 +6778,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3116, - 3118 + 3117, + 3119 ], "loc": { "start": { @@ -6796,8 +6796,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 3119, - 3126 + 3120, + 3127 ], "loc": { "start": { @@ -6811,8 +6811,8 @@ } }, "range": [ - 3116, - 3126 + 3117, + 3127 ], "loc": { "start": { @@ -6826,8 +6826,8 @@ } }, "range": [ - 3114, - 3126 + 3115, + 3127 ], "loc": { "start": { @@ -6847,8 +6847,8 @@ "type": "Identifier", "name": "i", "range": [ - 3128, - 3129 + 3129, + 3130 ], "loc": { "start": { @@ -6863,8 +6863,8 @@ }, "prefix": false, "range": [ - 3128, - 3131 + 3129, + 3132 ], "loc": { "start": { @@ -6894,8 +6894,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3149, - 3151 + 3150, + 3152 ], "loc": { "start": { @@ -6912,8 +6912,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 3152, - 3165 + 3153, + 3166 ], "loc": { "start": { @@ -6927,8 +6927,8 @@ } }, "range": [ - 3149, - 3165 + 3150, + 3166 ], "loc": { "start": { @@ -6946,8 +6946,8 @@ "type": "Identifier", "name": "i", "range": [ - 3166, - 3167 + 3167, + 3168 ], "loc": { "start": { @@ -6962,8 +6962,8 @@ } ], "range": [ - 3149, - 3168 + 3150, + 3169 ], "loc": { "start": { @@ -6980,8 +6980,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 3173, - 3177 + 3174, + 3178 ], "loc": { "start": { @@ -6995,8 +6995,8 @@ } }, "range": [ - 3149, - 3177 + 3150, + 3178 ], "loc": { "start": { @@ -7016,8 +7016,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 3196, - 3205 + 3197, + 3206 ], "loc": { "start": { @@ -7032,8 +7032,8 @@ } ], "range": [ - 3178, - 3219 + 3179, + 3220 ], "loc": { "start": { @@ -7048,8 +7048,8 @@ }, "alternate": null, "range": [ - 3146, - 3219 + 3147, + 3220 ], "loc": { "start": { @@ -7071,8 +7071,8 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3236, - 3245 + 3237, + 3246 ], "loc": { "start": { @@ -7094,8 +7094,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3248, - 3251 + 3249, + 3252 ], "loc": { "start": { @@ -7112,8 +7112,8 @@ "type": "Identifier", "name": "create", "range": [ - 3252, - 3258 + 3253, + 3259 ], "loc": { "start": { @@ -7127,8 +7127,8 @@ } }, "range": [ - 3248, - 3258 + 3249, + 3259 ], "loc": { "start": { @@ -7147,8 +7147,8 @@ "value": "span", "raw": "'span'", "range": [ - 3276, - 3282 + 3277, + 3283 ], "loc": { "start": { @@ -7169,8 +7169,8 @@ "value": "id", "raw": "'id'", "range": [ - 3301, - 3305 + 3302, + 3306 ], "loc": { "start": { @@ -7198,8 +7198,8 @@ "object": { "type": "ThisExpression", "range": [ - 3307, - 3311 + 3308, + 3312 ], "loc": { "start": { @@ -7216,8 +7216,8 @@ "type": "Identifier", "name": "prfxPopUpSpan", "range": [ - 3312, - 3325 + 3313, + 3326 ], "loc": { "start": { @@ -7231,8 +7231,8 @@ } }, "range": [ - 3307, - 3325 + 3308, + 3326 ], "loc": { "start": { @@ -7252,8 +7252,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3326, - 3328 + 3327, + 3329 ], "loc": { "start": { @@ -7270,8 +7270,8 @@ "type": "Identifier", "name": "id", "range": [ - 3329, - 3331 + 3330, + 3332 ], "loc": { "start": { @@ -7285,8 +7285,8 @@ } }, "range": [ - 3326, - 3331 + 3327, + 3332 ], "loc": { "start": { @@ -7300,8 +7300,8 @@ } }, "range": [ - 3307, - 3331 + 3308, + 3332 ], "loc": { "start": { @@ -7319,8 +7319,8 @@ "value": "_", "raw": "'_'", "range": [ - 3332, - 3335 + 3333, + 3336 ], "loc": { "start": { @@ -7334,8 +7334,8 @@ } }, "range": [ - 3307, - 3335 + 3308, + 3336 ], "loc": { "start": { @@ -7352,8 +7352,8 @@ "type": "Identifier", "name": "i", "range": [ - 3336, - 3337 + 3337, + 3338 ], "loc": { "start": { @@ -7367,8 +7367,8 @@ } }, "range": [ - 3307, - 3337 + 3308, + 3338 ], "loc": { "start": { @@ -7383,8 +7383,8 @@ } ], "range": [ - 3300, - 3338 + 3301, + 3339 ], "loc": { "start": { @@ -7405,8 +7405,8 @@ "value": "ci", "raw": "'ci'", "range": [ - 3357, - 3361 + 3358, + 3362 ], "loc": { "start": { @@ -7423,8 +7423,8 @@ "type": "Identifier", "name": "i", "range": [ - 3363, - 3364 + 3364, + 3365 ], "loc": { "start": { @@ -7439,8 +7439,8 @@ } ], "range": [ - 3356, - 3365 + 3357, + 3366 ], "loc": { "start": { @@ -7455,8 +7455,8 @@ } ], "range": [ - 3248, - 3379 + 3249, + 3380 ], "loc": { "start": { @@ -7470,8 +7470,8 @@ } }, "range": [ - 3236, - 3379 + 3237, + 3380 ], "loc": { "start": { @@ -7487,8 +7487,8 @@ ], "kind": "var", "range": [ - 3232, - 3380 + 3233, + 3381 ], "loc": { "start": { @@ -7513,8 +7513,8 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3393, - 3402 + 3394, + 3403 ], "loc": { "start": { @@ -7531,8 +7531,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 3403, - 3412 + 3404, + 3413 ], "loc": { "start": { @@ -7546,8 +7546,8 @@ } }, "range": [ - 3393, - 3412 + 3394, + 3413 ], "loc": { "start": { @@ -7566,8 +7566,8 @@ "object": { "type": "ThisExpression", "range": [ - 3415, - 3419 + 3416, + 3420 ], "loc": { "start": { @@ -7584,8 +7584,8 @@ "type": "Identifier", "name": "popUpImgFltHtml", "range": [ - 3420, - 3435 + 3421, + 3436 ], "loc": { "start": { @@ -7599,8 +7599,8 @@ } }, "range": [ - 3415, - 3435 + 3416, + 3436 ], "loc": { "start": { @@ -7614,8 +7614,8 @@ } }, "range": [ - 3393, - 3435 + 3394, + 3436 ], "loc": { "start": { @@ -7629,8 +7629,8 @@ } }, "range": [ - 3393, - 3436 + 3394, + 3437 ], "loc": { "start": { @@ -7652,8 +7652,8 @@ "type": "Identifier", "name": "header", "range": [ - 3453, - 3459 + 3454, + 3460 ], "loc": { "start": { @@ -7675,8 +7675,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3462, - 3464 + 3463, + 3465 ], "loc": { "start": { @@ -7693,8 +7693,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 3465, - 3481 + 3466, + 3482 ], "loc": { "start": { @@ -7708,8 +7708,8 @@ } }, "range": [ - 3462, - 3481 + 3463, + 3482 ], "loc": { "start": { @@ -7727,8 +7727,8 @@ "type": "Identifier", "name": "i", "range": [ - 3482, - 3483 + 3483, + 3484 ], "loc": { "start": { @@ -7743,8 +7743,8 @@ } ], "range": [ - 3462, - 3484 + 3463, + 3485 ], "loc": { "start": { @@ -7758,8 +7758,8 @@ } }, "range": [ - 3453, - 3484 + 3454, + 3485 ], "loc": { "start": { @@ -7775,8 +7775,8 @@ ], "kind": "var", "range": [ - 3449, - 3485 + 3450, + 3486 ], "loc": { "start": { @@ -7800,8 +7800,8 @@ "type": "Identifier", "name": "header", "range": [ - 3498, - 3504 + 3499, + 3505 ], "loc": { "start": { @@ -7818,8 +7818,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3505, - 3516 + 3506, + 3517 ], "loc": { "start": { @@ -7833,8 +7833,8 @@ } }, "range": [ - 3498, - 3516 + 3499, + 3517 ], "loc": { "start": { @@ -7852,8 +7852,8 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3517, - 3526 + 3518, + 3527 ], "loc": { "start": { @@ -7868,8 +7868,8 @@ } ], "range": [ - 3498, - 3527 + 3499, + 3528 ], "loc": { "start": { @@ -7883,8 +7883,8 @@ } }, "range": [ - 3498, - 3528 + 3499, + 3529 ], "loc": { "start": { @@ -7908,8 +7908,8 @@ "type": "Identifier", "name": "Event", "range": [ - 3541, - 3546 + 3542, + 3547 ], "loc": { "start": { @@ -7926,8 +7926,8 @@ "type": "Identifier", "name": "add", "range": [ - 3547, - 3550 + 3548, + 3551 ], "loc": { "start": { @@ -7941,8 +7941,8 @@ } }, "range": [ - 3541, - 3550 + 3542, + 3551 ], "loc": { "start": { @@ -7960,8 +7960,8 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3551, - 3560 + 3552, + 3561 ], "loc": { "start": { @@ -7979,8 +7979,8 @@ "value": "click", "raw": "'click'", "range": [ - 3562, - 3569 + 3563, + 3570 ], "loc": { "start": { @@ -8001,8 +8001,8 @@ "type": "Identifier", "name": "evt", "range": [ - 3572, - 3575 + 3573, + 3576 ], "loc": { "start": { @@ -8029,8 +8029,8 @@ "object": { "type": "ThisExpression", "range": [ - 3582, - 3586 + 3583, + 3587 ], "loc": { "start": { @@ -8047,8 +8047,8 @@ "type": "Identifier", "name": "onClick", "range": [ - 3587, - 3594 + 3588, + 3595 ], "loc": { "start": { @@ -8062,8 +8062,8 @@ } }, "range": [ - 3582, - 3594 + 3583, + 3595 ], "loc": { "start": { @@ -8081,8 +8081,8 @@ "type": "Identifier", "name": "evt", "range": [ - 3595, - 3598 + 3596, + 3599 ], "loc": { "start": { @@ -8097,8 +8097,8 @@ } ], "range": [ - 3582, - 3599 + 3583, + 3600 ], "loc": { "start": { @@ -8112,8 +8112,8 @@ } }, "range": [ - 3582, - 3600 + 3583, + 3601 ], "loc": { "start": { @@ -8128,8 +8128,8 @@ } ], "range": [ - 3580, - 3602 + 3581, + 3603 ], "loc": { "start": { @@ -8145,8 +8145,8 @@ "generator": false, "expression": false, "range": [ - 3571, - 3602 + 3572, + 3603 ], "loc": { "start": { @@ -8161,8 +8161,8 @@ } ], "range": [ - 3541, - 3603 + 3542, + 3604 ], "loc": { "start": { @@ -8176,8 +8176,8 @@ } }, "range": [ - 3541, - 3604 + 3542, + 3605 ], "loc": { "start": { @@ -8204,8 +8204,8 @@ "object": { "type": "ThisExpression", "range": [ - 3617, - 3621 + 3618, + 3622 ], "loc": { "start": { @@ -8222,8 +8222,8 @@ "type": "Identifier", "name": "popUpFltSpans", "range": [ - 3622, - 3635 + 3623, + 3636 ], "loc": { "start": { @@ -8237,8 +8237,8 @@ } }, "range": [ - 3617, - 3635 + 3618, + 3636 ], "loc": { "start": { @@ -8255,8 +8255,8 @@ "type": "Identifier", "name": "i", "range": [ - 3636, - 3637 + 3637, + 3638 ], "loc": { "start": { @@ -8270,8 +8270,8 @@ } }, "range": [ - 3617, - 3638 + 3618, + 3639 ], "loc": { "start": { @@ -8288,8 +8288,8 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3641, - 3650 + 3642, + 3651 ], "loc": { "start": { @@ -8303,8 +8303,8 @@ } }, "range": [ - 3617, - 3650 + 3618, + 3651 ], "loc": { "start": { @@ -8318,8 +8318,8 @@ } }, "range": [ - 3617, - 3651 + 3618, + 3652 ], "loc": { "start": { @@ -8346,8 +8346,8 @@ "object": { "type": "ThisExpression", "range": [ - 3664, - 3668 + 3665, + 3669 ], "loc": { "start": { @@ -8364,8 +8364,8 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 3669, - 3681 + 3670, + 3682 ], "loc": { "start": { @@ -8379,8 +8379,8 @@ } }, "range": [ - 3664, - 3681 + 3665, + 3682 ], "loc": { "start": { @@ -8397,8 +8397,8 @@ "type": "Identifier", "name": "i", "range": [ - 3682, - 3683 + 3683, + 3684 ], "loc": { "start": { @@ -8412,8 +8412,8 @@ } }, "range": [ - 3664, - 3684 + 3665, + 3685 ], "loc": { "start": { @@ -8433,8 +8433,8 @@ "type": "Identifier", "name": "popUpSpan", "range": [ - 3687, - 3696 + 3688, + 3697 ], "loc": { "start": { @@ -8451,8 +8451,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 3697, - 3707 + 3698, + 3708 ], "loc": { "start": { @@ -8466,8 +8466,8 @@ } }, "range": [ - 3687, - 3707 + 3688, + 3708 ], "loc": { "start": { @@ -8481,8 +8481,8 @@ } }, "range": [ - 3664, - 3707 + 3665, + 3708 ], "loc": { "start": { @@ -8496,8 +8496,8 @@ } }, "range": [ - 3664, - 3708 + 3665, + 3709 ], "loc": { "start": { @@ -8512,8 +8512,8 @@ } ], "range": [ - 3132, - 3718 + 3133, + 3719 ], "loc": { "start": { @@ -8527,8 +8527,8 @@ } }, "range": [ - 3101, - 3718 + 3102, + 3719 ], "loc": { "start": { @@ -8545,8 +8545,8 @@ "type": "Line", "value": " subscribe to events", "range": [ - 3728, - 3750 + 3729, + 3751 ], "loc": { "start": { @@ -8574,8 +8574,8 @@ "object": { "type": "ThisExpression", "range": [ - 3759, - 3763 + 3760, + 3764 ], "loc": { "start": { @@ -8592,8 +8592,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3764, - 3771 + 3765, + 3772 ], "loc": { "start": { @@ -8607,8 +8607,8 @@ } }, "range": [ - 3759, - 3771 + 3760, + 3772 ], "loc": { "start": { @@ -8625,8 +8625,8 @@ "type": "Identifier", "name": "on", "range": [ - 3772, - 3774 + 3773, + 3775 ], "loc": { "start": { @@ -8640,8 +8640,8 @@ } }, "range": [ - 3759, - 3774 + 3760, + 3775 ], "loc": { "start": { @@ -8663,8 +8663,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 3776, - 3794 + 3777, + 3795 ], "loc": { "start": { @@ -8679,8 +8679,8 @@ } ], "range": [ - 3775, - 3795 + 3776, + 3796 ], "loc": { "start": { @@ -8705,8 +8705,8 @@ "object": { "type": "ThisExpression", "range": [ - 3802, - 3806 + 3803, + 3807 ], "loc": { "start": { @@ -8723,8 +8723,8 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 3807, - 3817 + 3808, + 3818 ], "loc": { "start": { @@ -8738,8 +8738,8 @@ } }, "range": [ - 3802, - 3817 + 3803, + 3818 ], "loc": { "start": { @@ -8754,8 +8754,8 @@ }, "arguments": [], "range": [ - 3802, - 3819 + 3803, + 3820 ], "loc": { "start": { @@ -8771,8 +8771,8 @@ "generator": false, "expression": true, "range": [ - 3797, - 3819 + 3798, + 3820 ], "loc": { "start": { @@ -8787,8 +8787,8 @@ } ], "range": [ - 3759, - 3820 + 3760, + 3821 ], "loc": { "start": { @@ -8802,8 +8802,8 @@ } }, "range": [ - 3759, - 3821 + 3760, + 3822 ], "loc": { "start": { @@ -8820,8 +8820,8 @@ "type": "Line", "value": " subscribe to events", "range": [ - 3728, - 3750 + 3729, + 3751 ], "loc": { "start": { @@ -8849,8 +8849,8 @@ "object": { "type": "ThisExpression", "range": [ - 3830, - 3834 + 3831, + 3835 ], "loc": { "start": { @@ -8867,8 +8867,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3835, - 3842 + 3836, + 3843 ], "loc": { "start": { @@ -8882,8 +8882,8 @@ } }, "range": [ - 3830, - 3842 + 3831, + 3843 ], "loc": { "start": { @@ -8900,8 +8900,8 @@ "type": "Identifier", "name": "on", "range": [ - 3843, - 3845 + 3844, + 3846 ], "loc": { "start": { @@ -8915,8 +8915,8 @@ } }, "range": [ - 3830, - 3845 + 3831, + 3846 ], "loc": { "start": { @@ -8938,8 +8938,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 3847, - 3864 + 3848, + 3865 ], "loc": { "start": { @@ -8954,8 +8954,8 @@ } ], "range": [ - 3846, - 3865 + 3847, + 3866 ], "loc": { "start": { @@ -8980,8 +8980,8 @@ "object": { "type": "ThisExpression", "range": [ - 3872, - 3876 + 3873, + 3877 ], "loc": { "start": { @@ -8998,8 +8998,8 @@ "type": "Identifier", "name": "closeAll", "range": [ - 3877, - 3885 + 3878, + 3886 ], "loc": { "start": { @@ -9013,8 +9013,8 @@ } }, "range": [ - 3872, - 3885 + 3873, + 3886 ], "loc": { "start": { @@ -9029,8 +9029,8 @@ }, "arguments": [], "range": [ - 3872, - 3887 + 3873, + 3888 ], "loc": { "start": { @@ -9046,8 +9046,8 @@ "generator": false, "expression": true, "range": [ - 3867, - 3887 + 3868, + 3888 ], "loc": { "start": { @@ -9062,8 +9062,8 @@ } ], "range": [ - 3830, - 3888 + 3831, + 3889 ], "loc": { "start": { @@ -9077,8 +9077,8 @@ } }, "range": [ - 3830, - 3889 + 3831, + 3890 ], "loc": { "start": { @@ -9104,8 +9104,8 @@ "object": { "type": "ThisExpression", "range": [ - 3898, - 3902 + 3899, + 3903 ], "loc": { "start": { @@ -9122,8 +9122,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 3903, - 3910 + 3904, + 3911 ], "loc": { "start": { @@ -9137,8 +9137,8 @@ } }, "range": [ - 3898, - 3910 + 3899, + 3911 ], "loc": { "start": { @@ -9155,8 +9155,8 @@ "type": "Identifier", "name": "on", "range": [ - 3911, - 3913 + 3912, + 3914 ], "loc": { "start": { @@ -9170,8 +9170,8 @@ } }, "range": [ - 3898, - 3913 + 3899, + 3914 ], "loc": { "start": { @@ -9193,8 +9193,8 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 3915, - 3931 + 3916, + 3932 ], "loc": { "start": { @@ -9209,8 +9209,8 @@ } ], "range": [ - 3914, - 3932 + 3915, + 3933 ], "loc": { "start": { @@ -9231,8 +9231,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3947, - 3949 + 3948, + 3950 ], "loc": { "start": { @@ -9249,8 +9249,8 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 3951, - 3960 + 3952, + 3961 ], "loc": { "start": { @@ -9272,8 +9272,8 @@ "object": { "type": "ThisExpression", "range": [ - 3964, - 3968 + 3965, + 3969 ], "loc": { "start": { @@ -9290,8 +9290,8 @@ "type": "Identifier", "name": "buildIcon", "range": [ - 3969, - 3978 + 3970, + 3979 ], "loc": { "start": { @@ -9305,8 +9305,8 @@ } }, "range": [ - 3964, - 3978 + 3965, + 3979 ], "loc": { "start": { @@ -9324,8 +9324,8 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 3979, - 3988 + 3980, + 3989 ], "loc": { "start": { @@ -9343,8 +9343,8 @@ "value": true, "raw": "true", "range": [ - 3990, - 3994 + 3991, + 3995 ], "loc": { "start": { @@ -9359,8 +9359,8 @@ } ], "range": [ - 3964, - 3995 + 3965, + 3996 ], "loc": { "start": { @@ -9376,8 +9376,8 @@ "generator": false, "expression": true, "range": [ - 3946, - 3995 + 3947, + 3996 ], "loc": { "start": { @@ -9392,8 +9392,8 @@ } ], "range": [ - 3898, - 3996 + 3899, + 3997 ], "loc": { "start": { @@ -9407,8 +9407,8 @@ } }, "range": [ - 3898, - 3997 + 3899, + 3998 ], "loc": { "start": { @@ -9434,8 +9434,8 @@ "object": { "type": "ThisExpression", "range": [ - 4006, - 4010 + 4007, + 4011 ], "loc": { "start": { @@ -9452,8 +9452,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4011, - 4018 + 4012, + 4019 ], "loc": { "start": { @@ -9467,8 +9467,8 @@ } }, "range": [ - 4006, - 4018 + 4007, + 4019 ], "loc": { "start": { @@ -9485,8 +9485,8 @@ "type": "Identifier", "name": "on", "range": [ - 4019, - 4021 + 4020, + 4022 ], "loc": { "start": { @@ -9500,8 +9500,8 @@ } }, "range": [ - 4006, - 4021 + 4007, + 4022 ], "loc": { "start": { @@ -9523,8 +9523,8 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 4023, - 4045 + 4024, + 4046 ], "loc": { "start": { @@ -9539,8 +9539,8 @@ } ], "range": [ - 4022, - 4046 + 4023, + 4047 ], "loc": { "start": { @@ -9569,8 +9569,8 @@ "object": { "type": "ThisExpression", "range": [ - 4053, - 4057 + 4054, + 4058 ], "loc": { "start": { @@ -9587,8 +9587,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4058, - 4060 + 4059, + 4061 ], "loc": { "start": { @@ -9602,8 +9602,8 @@ } }, "range": [ - 4053, - 4060 + 4054, + 4061 ], "loc": { "start": { @@ -9620,8 +9620,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 4061, - 4071 + 4062, + 4072 ], "loc": { "start": { @@ -9635,8 +9635,8 @@ } }, "range": [ - 4053, - 4071 + 4054, + 4072 ], "loc": { "start": { @@ -9651,8 +9651,8 @@ }, "prefix": false, "range": [ - 4053, - 4073 + 4054, + 4074 ], "loc": { "start": { @@ -9668,8 +9668,8 @@ "generator": false, "expression": true, "range": [ - 4048, - 4073 + 4049, + 4074 ], "loc": { "start": { @@ -9684,8 +9684,8 @@ } ], "range": [ - 4006, - 4074 + 4007, + 4075 ], "loc": { "start": { @@ -9699,8 +9699,8 @@ } }, "range": [ - 4006, - 4075 + 4007, + 4076 ], "loc": { "start": { @@ -9726,8 +9726,8 @@ "object": { "type": "ThisExpression", "range": [ - 4084, - 4088 + 4085, + 4089 ], "loc": { "start": { @@ -9744,8 +9744,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4089, - 4096 + 4090, + 4097 ], "loc": { "start": { @@ -9759,8 +9759,8 @@ } }, "range": [ - 4084, - 4096 + 4085, + 4097 ], "loc": { "start": { @@ -9777,8 +9777,8 @@ "type": "Identifier", "name": "on", "range": [ - 4097, - 4099 + 4098, + 4100 ], "loc": { "start": { @@ -9792,8 +9792,8 @@ } }, "range": [ - 4084, - 4099 + 4085, + 4100 ], "loc": { "start": { @@ -9815,8 +9815,8 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 4101, - 4121 + 4102, + 4122 ], "loc": { "start": { @@ -9831,8 +9831,8 @@ } ], "range": [ - 4100, - 4122 + 4101, + 4123 ], "loc": { "start": { @@ -9853,8 +9853,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4137, - 4139 + 4138, + 4140 ], "loc": { "start": { @@ -9871,8 +9871,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4141, - 4149 + 4142, + 4150 ], "loc": { "start": { @@ -9894,8 +9894,8 @@ "object": { "type": "ThisExpression", "range": [ - 4153, - 4157 + 4154, + 4158 ], "loc": { "start": { @@ -9912,8 +9912,8 @@ "type": "Identifier", "name": "build", "range": [ - 4158, - 4163 + 4159, + 4164 ], "loc": { "start": { @@ -9927,8 +9927,8 @@ } }, "range": [ - 4153, - 4163 + 4154, + 4164 ], "loc": { "start": { @@ -9946,8 +9946,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4164, - 4172 + 4165, + 4173 ], "loc": { "start": { @@ -9962,8 +9962,8 @@ } ], "range": [ - 4153, - 4173 + 4154, + 4174 ], "loc": { "start": { @@ -9979,8 +9979,8 @@ "generator": false, "expression": true, "range": [ - 4136, - 4173 + 4137, + 4174 ], "loc": { "start": { @@ -9995,8 +9995,8 @@ } ], "range": [ - 4084, - 4174 + 4085, + 4175 ], "loc": { "start": { @@ -10010,8 +10010,8 @@ } }, "range": [ - 4084, - 4175 + 4085, + 4176 ], "loc": { "start": { @@ -10035,8 +10035,8 @@ "object": { "type": "ThisExpression", "range": [ - 4185, - 4189 + 4186, + 4190 ], "loc": { "start": { @@ -10053,8 +10053,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 4190, - 4201 + 4191, + 4202 ], "loc": { "start": { @@ -10068,8 +10068,8 @@ } }, "range": [ - 4185, - 4201 + 4186, + 4202 ], "loc": { "start": { @@ -10087,8 +10087,8 @@ "value": true, "raw": "true", "range": [ - 4204, - 4208 + 4205, + 4209 ], "loc": { "start": { @@ -10102,8 +10102,8 @@ } }, "range": [ - 4185, - 4208 + 4186, + 4209 ], "loc": { "start": { @@ -10117,8 +10117,8 @@ } }, "range": [ - 4185, - 4209 + 4186, + 4210 ], "loc": { "start": { @@ -10133,8 +10133,8 @@ } ], "range": [ - 2869, - 4215 + 2870, + 4216 ], "loc": { "start": { @@ -10150,8 +10150,8 @@ "generator": false, "expression": false, "range": [ - 2867, - 4215 + 2868, + 4216 ], "loc": { "start": { @@ -10167,8 +10167,8 @@ "kind": "method", "computed": false, "range": [ - 2863, - 4215 + 2864, + 4216 ], "loc": { "start": { @@ -10185,8 +10185,8 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 2816, - 2858 + 2817, + 2859 ], "loc": { "start": { @@ -10205,8 +10205,8 @@ "type": "Block", "value": "*\n * Reset previously destroyed feature\n ", "range": [ - 4221, - 4274 + 4222, + 4275 ], "loc": { "start": { @@ -10228,8 +10228,8 @@ "type": "Identifier", "name": "reset", "range": [ - 4279, - 4284 + 4280, + 4285 ], "loc": { "start": { @@ -10259,8 +10259,8 @@ "object": { "type": "ThisExpression", "range": [ - 4296, - 4300 + 4297, + 4301 ], "loc": { "start": { @@ -10277,8 +10277,8 @@ "type": "Identifier", "name": "enable", "range": [ - 4301, - 4307 + 4302, + 4308 ], "loc": { "start": { @@ -10292,8 +10292,8 @@ } }, "range": [ - 4296, - 4307 + 4297, + 4308 ], "loc": { "start": { @@ -10308,8 +10308,8 @@ }, "arguments": [], "range": [ - 4296, - 4309 + 4297, + 4310 ], "loc": { "start": { @@ -10323,8 +10323,8 @@ } }, "range": [ - 4296, - 4310 + 4297, + 4311 ], "loc": { "start": { @@ -10347,8 +10347,8 @@ "object": { "type": "ThisExpression", "range": [ - 4319, - 4323 + 4320, + 4324 ], "loc": { "start": { @@ -10365,8 +10365,8 @@ "type": "Identifier", "name": "init", "range": [ - 4324, - 4328 + 4325, + 4329 ], "loc": { "start": { @@ -10380,8 +10380,8 @@ } }, "range": [ - 4319, - 4328 + 4320, + 4329 ], "loc": { "start": { @@ -10396,8 +10396,8 @@ }, "arguments": [], "range": [ - 4319, - 4330 + 4320, + 4331 ], "loc": { "start": { @@ -10411,8 +10411,8 @@ } }, "range": [ - 4319, - 4331 + 4320, + 4332 ], "loc": { "start": { @@ -10435,8 +10435,8 @@ "object": { "type": "ThisExpression", "range": [ - 4340, - 4344 + 4341, + 4345 ], "loc": { "start": { @@ -10453,8 +10453,8 @@ "type": "Identifier", "name": "buildAll", "range": [ - 4345, - 4353 + 4346, + 4354 ], "loc": { "start": { @@ -10468,8 +10468,8 @@ } }, "range": [ - 4340, - 4353 + 4341, + 4354 ], "loc": { "start": { @@ -10484,8 +10484,8 @@ }, "arguments": [], "range": [ - 4340, - 4355 + 4341, + 4356 ], "loc": { "start": { @@ -10499,8 +10499,8 @@ } }, "range": [ - 4340, - 4356 + 4341, + 4357 ], "loc": { "start": { @@ -10515,8 +10515,8 @@ } ], "range": [ - 4286, - 4362 + 4287, + 4363 ], "loc": { "start": { @@ -10532,8 +10532,8 @@ "generator": false, "expression": false, "range": [ - 4284, - 4362 + 4285, + 4363 ], "loc": { "start": { @@ -10549,8 +10549,8 @@ "kind": "method", "computed": false, "range": [ - 4279, - 4362 + 4280, + 4363 ], "loc": { "start": { @@ -10567,8 +10567,8 @@ "type": "Block", "value": "*\n * Reset previously destroyed feature\n ", "range": [ - 4221, - 4274 + 4222, + 4275 ], "loc": { "start": { @@ -10587,8 +10587,8 @@ "type": "Block", "value": "*\n * Build all pop-up filters elements\n ", "range": [ - 4368, - 4420 + 4369, + 4421 ], "loc": { "start": { @@ -10610,8 +10610,8 @@ "type": "Identifier", "name": "buildAll", "range": [ - 4425, - 4433 + 4426, + 4434 ], "loc": { "start": { @@ -10642,8 +10642,8 @@ "type": "Identifier", "name": "i", "range": [ - 4453, - 4454 + 4454, + 4455 ], "loc": { "start": { @@ -10661,8 +10661,8 @@ "value": 0, "raw": "0", "range": [ - 4455, - 4456 + 4456, + 4457 ], "loc": { "start": { @@ -10676,8 +10676,8 @@ } }, "range": [ - 4453, - 4456 + 4454, + 4457 ], "loc": { "start": { @@ -10693,8 +10693,8 @@ ], "kind": "var", "range": [ - 4449, - 4456 + 4450, + 4457 ], "loc": { "start": { @@ -10714,8 +10714,8 @@ "type": "Identifier", "name": "i", "range": [ - 4458, - 4459 + 4459, + 4460 ], "loc": { "start": { @@ -10737,8 +10737,8 @@ "object": { "type": "ThisExpression", "range": [ - 4460, - 4464 + 4461, + 4465 ], "loc": { "start": { @@ -10755,8 +10755,8 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 4465, - 4481 + 4466, + 4482 ], "loc": { "start": { @@ -10770,8 +10770,8 @@ } }, "range": [ - 4460, - 4481 + 4461, + 4482 ], "loc": { "start": { @@ -10788,8 +10788,8 @@ "type": "Identifier", "name": "length", "range": [ - 4482, - 4488 + 4483, + 4489 ], "loc": { "start": { @@ -10803,8 +10803,8 @@ } }, "range": [ - 4460, - 4488 + 4461, + 4489 ], "loc": { "start": { @@ -10818,8 +10818,8 @@ } }, "range": [ - 4458, - 4488 + 4459, + 4489 ], "loc": { "start": { @@ -10839,8 +10839,8 @@ "type": "Identifier", "name": "i", "range": [ - 4490, - 4491 + 4491, + 4492 ], "loc": { "start": { @@ -10855,8 +10855,8 @@ }, "prefix": false, "range": [ - 4490, - 4493 + 4491, + 4494 ], "loc": { "start": { @@ -10882,8 +10882,8 @@ "object": { "type": "ThisExpression", "range": [ - 4508, - 4512 + 4509, + 4513 ], "loc": { "start": { @@ -10900,8 +10900,8 @@ "type": "Identifier", "name": "build", "range": [ - 4513, - 4518 + 4514, + 4519 ], "loc": { "start": { @@ -10915,8 +10915,8 @@ } }, "range": [ - 4508, - 4518 + 4509, + 4519 ], "loc": { "start": { @@ -10934,8 +10934,8 @@ "type": "Identifier", "name": "i", "range": [ - 4519, - 4520 + 4520, + 4521 ], "loc": { "start": { @@ -10957,8 +10957,8 @@ "object": { "type": "ThisExpression", "range": [ - 4522, - 4526 + 4523, + 4527 ], "loc": { "start": { @@ -10975,8 +10975,8 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 4527, - 4543 + 4528, + 4544 ], "loc": { "start": { @@ -10990,8 +10990,8 @@ } }, "range": [ - 4522, - 4543 + 4523, + 4544 ], "loc": { "start": { @@ -11008,8 +11008,8 @@ "type": "Identifier", "name": "i", "range": [ - 4544, - 4545 + 4545, + 4546 ], "loc": { "start": { @@ -11023,8 +11023,8 @@ } }, "range": [ - 4522, - 4546 + 4523, + 4547 ], "loc": { "start": { @@ -11039,8 +11039,8 @@ } ], "range": [ - 4508, - 4547 + 4509, + 4548 ], "loc": { "start": { @@ -11054,8 +11054,8 @@ } }, "range": [ - 4508, - 4548 + 4509, + 4549 ], "loc": { "start": { @@ -11070,8 +11070,8 @@ } ], "range": [ - 4494, - 4558 + 4495, + 4559 ], "loc": { "start": { @@ -11085,8 +11085,8 @@ } }, "range": [ - 4445, - 4558 + 4446, + 4559 ], "loc": { "start": { @@ -11101,8 +11101,8 @@ } ], "range": [ - 4435, - 4564 + 4436, + 4565 ], "loc": { "start": { @@ -11118,8 +11118,8 @@ "generator": false, "expression": false, "range": [ - 4433, - 4564 + 4434, + 4565 ], "loc": { "start": { @@ -11135,8 +11135,8 @@ "kind": "method", "computed": false, "range": [ - 4425, - 4564 + 4426, + 4565 ], "loc": { "start": { @@ -11153,8 +11153,8 @@ "type": "Block", "value": "*\n * Build all pop-up filters elements\n ", "range": [ - 4368, - 4420 + 4369, + 4421 ], "loc": { "start": { @@ -11173,8 +11173,8 @@ "type": "Block", "value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ", "range": [ - 4570, - 4739 + 4571, + 4740 ], "loc": { "start": { @@ -11196,8 +11196,8 @@ "type": "Identifier", "name": "build", "range": [ - 4744, - 4749 + 4745, + 4750 ], "loc": { "start": { @@ -11218,8 +11218,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4750, - 4758 + 4751, + 4759 ], "loc": { "start": { @@ -11236,8 +11236,8 @@ "type": "Identifier", "name": "div", "range": [ - 4760, - 4763 + 4761, + 4764 ], "loc": { "start": { @@ -11263,8 +11263,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4778, - 4780 + 4779, + 4781 ], "loc": { "start": { @@ -11283,8 +11283,8 @@ "object": { "type": "ThisExpression", "range": [ - 4783, - 4787 + 4784, + 4788 ], "loc": { "start": { @@ -11301,8 +11301,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4788, - 4790 + 4789, + 4791 ], "loc": { "start": { @@ -11316,8 +11316,8 @@ } }, "range": [ - 4783, - 4790 + 4784, + 4791 ], "loc": { "start": { @@ -11331,8 +11331,8 @@ } }, "range": [ - 4778, - 4790 + 4779, + 4791 ], "loc": { "start": { @@ -11348,8 +11348,8 @@ ], "kind": "var", "range": [ - 4774, - 4791 + 4775, + 4792 ], "loc": { "start": { @@ -11371,8 +11371,8 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 4804, - 4812 + 4805, + 4813 ], "loc": { "start": { @@ -11394,8 +11394,8 @@ "type": "Identifier", "name": "div", "range": [ - 4816, - 4819 + 4817, + 4820 ], "loc": { "start": { @@ -11410,8 +11410,8 @@ }, "prefix": true, "range": [ - 4815, - 4819 + 4816, + 4820 ], "loc": { "start": { @@ -11433,8 +11433,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 4834, - 4837 + 4835, + 4838 ], "loc": { "start": { @@ -11451,8 +11451,8 @@ "type": "Identifier", "name": "create", "range": [ - 4838, - 4844 + 4839, + 4845 ], "loc": { "start": { @@ -11466,8 +11466,8 @@ } }, "range": [ - 4834, - 4844 + 4835, + 4845 ], "loc": { "start": { @@ -11486,8 +11486,8 @@ "value": "div", "raw": "'div'", "range": [ - 4845, - 4850 + 4846, + 4851 ], "loc": { "start": { @@ -11508,8 +11508,8 @@ "value": "id", "raw": "'id'", "range": [ - 4853, - 4857 + 4854, + 4858 ], "loc": { "start": { @@ -11537,8 +11537,8 @@ "object": { "type": "ThisExpression", "range": [ - 4859, - 4863 + 4860, + 4864 ], "loc": { "start": { @@ -11555,8 +11555,8 @@ "type": "Identifier", "name": "prfxPopUpDiv", "range": [ - 4864, - 4876 + 4865, + 4877 ], "loc": { "start": { @@ -11570,8 +11570,8 @@ } }, "range": [ - 4859, - 4876 + 4860, + 4877 ], "loc": { "start": { @@ -11591,8 +11591,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4877, - 4879 + 4878, + 4880 ], "loc": { "start": { @@ -11609,8 +11609,8 @@ "type": "Identifier", "name": "id", "range": [ - 4880, - 4882 + 4881, + 4883 ], "loc": { "start": { @@ -11624,8 +11624,8 @@ } }, "range": [ - 4877, - 4882 + 4878, + 4883 ], "loc": { "start": { @@ -11639,8 +11639,8 @@ } }, "range": [ - 4859, - 4882 + 4860, + 4883 ], "loc": { "start": { @@ -11658,8 +11658,8 @@ "value": "_", "raw": "'_'", "range": [ - 4883, - 4886 + 4884, + 4887 ], "loc": { "start": { @@ -11673,8 +11673,8 @@ } }, "range": [ - 4859, - 4886 + 4860, + 4887 ], "loc": { "start": { @@ -11691,8 +11691,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 4887, - 4895 + 4888, + 4896 ], "loc": { "start": { @@ -11706,8 +11706,8 @@ } }, "range": [ - 4859, - 4895 + 4860, + 4896 ], "loc": { "start": { @@ -11722,8 +11722,8 @@ } ], "range": [ - 4852, - 4896 + 4853, + 4897 ], "loc": { "start": { @@ -11738,8 +11738,8 @@ } ], "range": [ - 4834, - 4897 + 4835, + 4898 ], "loc": { "start": { @@ -11756,8 +11756,8 @@ "type": "Identifier", "name": "div", "range": [ - 4912, - 4915 + 4913, + 4916 ], "loc": { "start": { @@ -11771,8 +11771,8 @@ } }, "range": [ - 4815, - 4915 + 4816, + 4916 ], "loc": { "start": { @@ -11786,8 +11786,8 @@ } }, "range": [ - 4804, - 4915 + 4805, + 4916 ], "loc": { "start": { @@ -11803,8 +11803,8 @@ ], "kind": "var", "range": [ - 4800, - 4916 + 4801, + 4917 ], "loc": { "start": { @@ -11829,8 +11829,8 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 4925, - 4933 + 4926, + 4934 ], "loc": { "start": { @@ -11847,8 +11847,8 @@ "type": "Identifier", "name": "className", "range": [ - 4934, - 4943 + 4935, + 4944 ], "loc": { "start": { @@ -11862,8 +11862,8 @@ } }, "range": [ - 4925, - 4943 + 4926, + 4944 ], "loc": { "start": { @@ -11882,8 +11882,8 @@ "object": { "type": "ThisExpression", "range": [ - 4946, - 4950 + 4947, + 4951 ], "loc": { "start": { @@ -11900,8 +11900,8 @@ "type": "Identifier", "name": "popUpDivCssClass", "range": [ - 4951, - 4967 + 4952, + 4968 ], "loc": { "start": { @@ -11915,8 +11915,8 @@ } }, "range": [ - 4946, - 4967 + 4947, + 4968 ], "loc": { "start": { @@ -11930,8 +11930,8 @@ } }, "range": [ - 4925, - 4967 + 4926, + 4968 ], "loc": { "start": { @@ -11945,8 +11945,8 @@ } }, "range": [ - 4925, - 4968 + 4926, + 4969 ], "loc": { "start": { @@ -11973,8 +11973,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4977, - 4979 + 4978, + 4980 ], "loc": { "start": { @@ -11991,8 +11991,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 4980, - 4997 + 4981, + 4998 ], "loc": { "start": { @@ -12006,8 +12006,8 @@ } }, "range": [ - 4977, - 4997 + 4978, + 4998 ], "loc": { "start": { @@ -12024,8 +12024,8 @@ "type": "Identifier", "name": "push", "range": [ - 4998, - 5002 + 4999, + 5003 ], "loc": { "start": { @@ -12039,8 +12039,8 @@ } }, "range": [ - 4977, - 5002 + 4978, + 5003 ], "loc": { "start": { @@ -12061,8 +12061,8 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 5003, - 5011 + 5004, + 5012 ], "loc": { "start": { @@ -12079,8 +12079,8 @@ "type": "Identifier", "name": "id", "range": [ - 5012, - 5014 + 5013, + 5015 ], "loc": { "start": { @@ -12094,8 +12094,8 @@ } }, "range": [ - 5003, - 5014 + 5004, + 5015 ], "loc": { "start": { @@ -12110,8 +12110,8 @@ } ], "range": [ - 4977, - 5015 + 4978, + 5016 ], "loc": { "start": { @@ -12125,8 +12125,8 @@ } }, "range": [ - 4977, - 5016 + 4978, + 5017 ], "loc": { "start": { @@ -12148,8 +12148,8 @@ "type": "Identifier", "name": "header", "range": [ - 5029, - 5035 + 5030, + 5036 ], "loc": { "start": { @@ -12171,8 +12171,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5038, - 5040 + 5039, + 5041 ], "loc": { "start": { @@ -12189,8 +12189,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 5041, - 5057 + 5042, + 5058 ], "loc": { "start": { @@ -12204,8 +12204,8 @@ } }, "range": [ - 5038, - 5057 + 5039, + 5058 ], "loc": { "start": { @@ -12223,8 +12223,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5058, - 5066 + 5059, + 5067 ], "loc": { "start": { @@ -12239,8 +12239,8 @@ } ], "range": [ - 5038, - 5067 + 5039, + 5068 ], "loc": { "start": { @@ -12254,8 +12254,8 @@ } }, "range": [ - 5029, - 5067 + 5030, + 5068 ], "loc": { "start": { @@ -12271,8 +12271,8 @@ ], "kind": "var", "range": [ - 5025, - 5068 + 5026, + 5069 ], "loc": { "start": { @@ -12296,8 +12296,8 @@ "type": "Identifier", "name": "header", "range": [ - 5077, - 5083 + 5078, + 5084 ], "loc": { "start": { @@ -12314,8 +12314,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 5084, - 5096 + 5085, + 5097 ], "loc": { "start": { @@ -12329,8 +12329,8 @@ } }, "range": [ - 5077, - 5096 + 5078, + 5097 ], "loc": { "start": { @@ -12348,8 +12348,8 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 5097, - 5105 + 5098, + 5106 ], "loc": { "start": { @@ -12369,8 +12369,8 @@ "type": "Identifier", "name": "header", "range": [ - 5107, - 5113 + 5108, + 5114 ], "loc": { "start": { @@ -12387,8 +12387,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 5114, - 5124 + 5115, + 5125 ], "loc": { "start": { @@ -12402,8 +12402,8 @@ } }, "range": [ - 5107, - 5124 + 5108, + 5125 ], "loc": { "start": { @@ -12418,8 +12418,8 @@ } ], "range": [ - 5077, - 5125 + 5078, + 5126 ], "loc": { "start": { @@ -12433,8 +12433,8 @@ } }, "range": [ - 5077, - 5126 + 5078, + 5127 ], "loc": { "start": { @@ -12458,8 +12458,8 @@ "type": "Identifier", "name": "Event", "range": [ - 5135, - 5140 + 5136, + 5141 ], "loc": { "start": { @@ -12476,8 +12476,8 @@ "type": "Identifier", "name": "add", "range": [ - 5141, - 5144 + 5142, + 5145 ], "loc": { "start": { @@ -12491,8 +12491,8 @@ } }, "range": [ - 5135, - 5144 + 5136, + 5145 ], "loc": { "start": { @@ -12510,8 +12510,8 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 5145, - 5153 + 5146, + 5154 ], "loc": { "start": { @@ -12529,8 +12529,8 @@ "value": "click", "raw": "'click'", "range": [ - 5155, - 5162 + 5156, + 5163 ], "loc": { "start": { @@ -12551,8 +12551,8 @@ "type": "Identifier", "name": "evt", "range": [ - 5165, - 5168 + 5166, + 5169 ], "loc": { "start": { @@ -12575,8 +12575,8 @@ "type": "Identifier", "name": "Event", "range": [ - 5173, - 5178 + 5174, + 5179 ], "loc": { "start": { @@ -12593,8 +12593,8 @@ "type": "Identifier", "name": "stop", "range": [ - 5179, - 5183 + 5180, + 5184 ], "loc": { "start": { @@ -12608,8 +12608,8 @@ } }, "range": [ - 5173, - 5183 + 5174, + 5184 ], "loc": { "start": { @@ -12627,8 +12627,8 @@ "type": "Identifier", "name": "evt", "range": [ - 5184, - 5187 + 5185, + 5188 ], "loc": { "start": { @@ -12643,8 +12643,8 @@ } ], "range": [ - 5173, - 5188 + 5174, + 5189 ], "loc": { "start": { @@ -12660,8 +12660,8 @@ "generator": false, "expression": true, "range": [ - 5164, - 5188 + 5165, + 5189 ], "loc": { "start": { @@ -12676,8 +12676,8 @@ } ], "range": [ - 5135, - 5189 + 5136, + 5190 ], "loc": { "start": { @@ -12691,8 +12691,8 @@ } }, "range": [ - 5135, - 5190 + 5136, + 5191 ], "loc": { "start": { @@ -12719,8 +12719,8 @@ "object": { "type": "ThisExpression", "range": [ - 5199, - 5203 + 5200, + 5204 ], "loc": { "start": { @@ -12737,8 +12737,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 5204, - 5216 + 5205, + 5217 ], "loc": { "start": { @@ -12752,8 +12752,8 @@ } }, "range": [ - 5199, - 5216 + 5200, + 5217 ], "loc": { "start": { @@ -12770,8 +12770,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5217, - 5225 + 5218, + 5226 ], "loc": { "start": { @@ -12785,8 +12785,8 @@ } }, "range": [ - 5199, - 5226 + 5200, + 5227 ], "loc": { "start": { @@ -12803,8 +12803,8 @@ "type": "Identifier", "name": "popUpDiv", "range": [ - 5229, - 5237 + 5230, + 5238 ], "loc": { "start": { @@ -12818,8 +12818,8 @@ } }, "range": [ - 5199, - 5237 + 5200, + 5238 ], "loc": { "start": { @@ -12833,8 +12833,8 @@ } }, "range": [ - 5199, - 5238 + 5200, + 5239 ], "loc": { "start": { @@ -12849,8 +12849,8 @@ } ], "range": [ - 4764, - 5244 + 4765, + 5245 ], "loc": { "start": { @@ -12866,8 +12866,8 @@ "generator": false, "expression": false, "range": [ - 4749, - 5244 + 4750, + 5245 ], "loc": { "start": { @@ -12883,8 +12883,8 @@ "kind": "method", "computed": false, "range": [ - 4744, - 5244 + 4745, + 5245 ], "loc": { "start": { @@ -12901,8 +12901,8 @@ "type": "Block", "value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ", "range": [ - 4570, - 4739 + 4571, + 4740 ], "loc": { "start": { @@ -12921,8 +12921,8 @@ "type": "Block", "value": "*\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n ", "range": [ - 5250, - 5352 + 5251, + 5353 ], "loc": { "start": { @@ -12944,8 +12944,8 @@ "type": "Identifier", "name": "toggle", "range": [ - 5357, - 5363 + 5358, + 5364 ], "loc": { "start": { @@ -12966,8 +12966,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5364, - 5372 + 5365, + 5373 ], "loc": { "start": { @@ -12993,8 +12993,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5387, - 5389 + 5388, + 5390 ], "loc": { "start": { @@ -13013,8 +13013,8 @@ "object": { "type": "ThisExpression", "range": [ - 5392, - 5396 + 5393, + 5397 ], "loc": { "start": { @@ -13031,8 +13031,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5397, - 5399 + 5398, + 5400 ], "loc": { "start": { @@ -13046,8 +13046,8 @@ } }, "range": [ - 5392, - 5399 + 5393, + 5400 ], "loc": { "start": { @@ -13061,8 +13061,8 @@ } }, "range": [ - 5387, - 5399 + 5388, + 5400 ], "loc": { "start": { @@ -13081,8 +13081,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 5413, - 5424 + 5414, + 5425 ], "loc": { "start": { @@ -13104,8 +13104,8 @@ "object": { "type": "ThisExpression", "range": [ - 5427, - 5431 + 5428, + 5432 ], "loc": { "start": { @@ -13122,8 +13122,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 5432, - 5444 + 5433, + 5445 ], "loc": { "start": { @@ -13137,8 +13137,8 @@ } }, "range": [ - 5427, - 5444 + 5428, + 5445 ], "loc": { "start": { @@ -13155,8 +13155,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5445, - 5453 + 5446, + 5454 ], "loc": { "start": { @@ -13170,8 +13170,8 @@ } }, "range": [ - 5427, - 5454 + 5428, + 5455 ], "loc": { "start": { @@ -13185,8 +13185,8 @@ } }, "range": [ - 5413, - 5454 + 5414, + 5455 ], "loc": { "start": { @@ -13202,8 +13202,8 @@ ], "kind": "var", "range": [ - 5383, - 5455 + 5384, + 5456 ], "loc": { "start": { @@ -13234,8 +13234,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 5468, - 5479 + 5469, + 5480 ], "loc": { "start": { @@ -13252,8 +13252,8 @@ "type": "Identifier", "name": "style", "range": [ - 5480, - 5485 + 5481, + 5486 ], "loc": { "start": { @@ -13267,8 +13267,8 @@ } }, "range": [ - 5468, - 5485 + 5469, + 5486 ], "loc": { "start": { @@ -13285,8 +13285,8 @@ "type": "Identifier", "name": "display", "range": [ - 5486, - 5493 + 5487, + 5494 ], "loc": { "start": { @@ -13300,8 +13300,8 @@ } }, "range": [ - 5468, - 5493 + 5469, + 5494 ], "loc": { "start": { @@ -13318,8 +13318,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 5498, - 5502 + 5499, + 5503 ], "loc": { "start": { @@ -13333,8 +13333,8 @@ } }, "range": [ - 5468, - 5502 + 5469, + 5503 ], "loc": { "start": { @@ -13360,8 +13360,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 5518, - 5529 + 5519, + 5530 ], "loc": { "start": { @@ -13378,8 +13378,8 @@ "type": "Identifier", "name": "style", "range": [ - 5530, - 5535 + 5531, + 5536 ], "loc": { "start": { @@ -13393,8 +13393,8 @@ } }, "range": [ - 5518, - 5535 + 5519, + 5536 ], "loc": { "start": { @@ -13411,8 +13411,8 @@ "type": "Identifier", "name": "display", "range": [ - 5536, - 5543 + 5537, + 5544 ], "loc": { "start": { @@ -13426,8 +13426,8 @@ } }, "range": [ - 5518, - 5543 + 5519, + 5544 ], "loc": { "start": { @@ -13445,8 +13445,8 @@ "value": "", "raw": "''", "range": [ - 5548, - 5550 + 5549, + 5551 ], "loc": { "start": { @@ -13460,8 +13460,8 @@ } }, "range": [ - 5518, - 5550 + 5519, + 5551 ], "loc": { "start": { @@ -13475,8 +13475,8 @@ } }, "range": [ - 5468, - 5550 + 5469, + 5551 ], "loc": { "start": { @@ -13500,8 +13500,8 @@ "object": { "type": "ThisExpression", "range": [ - 5568, - 5572 + 5569, + 5573 ], "loc": { "start": { @@ -13518,8 +13518,8 @@ "type": "Identifier", "name": "onBeforePopUpOpen", "range": [ - 5573, - 5590 + 5574, + 5591 ], "loc": { "start": { @@ -13533,8 +13533,8 @@ } }, "range": [ - 5568, - 5590 + 5569, + 5591 ], "loc": { "start": { @@ -13563,8 +13563,8 @@ "object": { "type": "ThisExpression", "range": [ - 5609, - 5613 + 5610, + 5614 ], "loc": { "start": { @@ -13581,8 +13581,8 @@ "type": "Identifier", "name": "onBeforePopUpOpen", "range": [ - 5614, - 5631 + 5615, + 5632 ], "loc": { "start": { @@ -13596,8 +13596,8 @@ } }, "range": [ - 5609, - 5631 + 5610, + 5632 ], "loc": { "start": { @@ -13614,8 +13614,8 @@ "type": "Identifier", "name": "call", "range": [ - 5632, - 5636 + 5633, + 5637 ], "loc": { "start": { @@ -13629,8 +13629,8 @@ } }, "range": [ - 5609, - 5636 + 5610, + 5637 ], "loc": { "start": { @@ -13649,8 +13649,8 @@ "value": null, "raw": "null", "range": [ - 5658, - 5662 + 5659, + 5663 ], "loc": { "start": { @@ -13666,8 +13666,8 @@ { "type": "ThisExpression", "range": [ - 5664, - 5668 + 5665, + 5669 ], "loc": { "start": { @@ -13689,8 +13689,8 @@ "object": { "type": "ThisExpression", "range": [ - 5670, - 5674 + 5671, + 5675 ], "loc": { "start": { @@ -13707,8 +13707,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 5675, - 5687 + 5676, + 5688 ], "loc": { "start": { @@ -13722,8 +13722,8 @@ } }, "range": [ - 5670, - 5687 + 5671, + 5688 ], "loc": { "start": { @@ -13740,8 +13740,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5688, - 5696 + 5689, + 5697 ], "loc": { "start": { @@ -13755,8 +13755,8 @@ } }, "range": [ - 5670, - 5697 + 5671, + 5698 ], "loc": { "start": { @@ -13773,8 +13773,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5699, - 5707 + 5700, + 5708 ], "loc": { "start": { @@ -13789,8 +13789,8 @@ } ], "range": [ - 5609, - 5708 + 5610, + 5709 ], "loc": { "start": { @@ -13804,8 +13804,8 @@ } }, "range": [ - 5609, - 5709 + 5610, + 5710 ], "loc": { "start": { @@ -13820,8 +13820,8 @@ } ], "range": [ - 5591, - 5723 + 5592, + 5724 ], "loc": { "start": { @@ -13836,8 +13836,8 @@ }, "alternate": null, "range": [ - 5565, - 5723 + 5566, + 5724 ], "loc": { "start": { @@ -13865,8 +13865,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 5736, - 5747 + 5737, + 5748 ], "loc": { "start": { @@ -13883,8 +13883,8 @@ "type": "Identifier", "name": "style", "range": [ - 5748, - 5753 + 5749, + 5754 ], "loc": { "start": { @@ -13898,8 +13898,8 @@ } }, "range": [ - 5736, - 5753 + 5737, + 5754 ], "loc": { "start": { @@ -13916,8 +13916,8 @@ "type": "Identifier", "name": "display", "range": [ - 5754, - 5761 + 5755, + 5762 ], "loc": { "start": { @@ -13931,8 +13931,8 @@ } }, "range": [ - 5736, - 5761 + 5737, + 5762 ], "loc": { "start": { @@ -13950,8 +13950,8 @@ "value": "block", "raw": "'block'", "range": [ - 5764, - 5771 + 5765, + 5772 ], "loc": { "start": { @@ -13965,8 +13965,8 @@ } }, "range": [ - 5736, - 5771 + 5737, + 5772 ], "loc": { "start": { @@ -13980,8 +13980,8 @@ } }, "range": [ - 5736, - 5772 + 5737, + 5773 ], "loc": { "start": { @@ -14008,8 +14008,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5788, - 5790 + 5789, + 5791 ], "loc": { "start": { @@ -14026,8 +14026,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 5791, - 5804 + 5792, + 5805 ], "loc": { "start": { @@ -14041,8 +14041,8 @@ } }, "range": [ - 5788, - 5804 + 5789, + 5805 ], "loc": { "start": { @@ -14060,8 +14060,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5805, - 5813 + 5806, + 5814 ], "loc": { "start": { @@ -14076,8 +14076,8 @@ } ], "range": [ - 5788, - 5814 + 5789, + 5815 ], "loc": { "start": { @@ -14094,8 +14094,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 5819, - 5824 + 5820, + 5825 ], "loc": { "start": { @@ -14109,8 +14109,8 @@ } }, "range": [ - 5788, - 5824 + 5789, + 5825 ], "loc": { "start": { @@ -14135,8 +14135,8 @@ "type": "Identifier", "name": "flt", "range": [ - 5847, - 5850 + 5848, + 5851 ], "loc": { "start": { @@ -14158,8 +14158,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5853, - 5855 + 5854, + 5856 ], "loc": { "start": { @@ -14176,8 +14176,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 5856, - 5872 + 5857, + 5873 ], "loc": { "start": { @@ -14191,8 +14191,8 @@ } }, "range": [ - 5853, - 5872 + 5854, + 5873 ], "loc": { "start": { @@ -14210,8 +14210,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 5873, - 5881 + 5874, + 5882 ], "loc": { "start": { @@ -14226,8 +14226,8 @@ } ], "range": [ - 5853, - 5882 + 5854, + 5883 ], "loc": { "start": { @@ -14241,8 +14241,8 @@ } }, "range": [ - 5847, - 5882 + 5848, + 5883 ], "loc": { "start": { @@ -14258,8 +14258,8 @@ ], "kind": "var", "range": [ - 5843, - 5883 + 5844, + 5884 ], "loc": { "start": { @@ -14278,8 +14278,8 @@ "type": "Identifier", "name": "flt", "range": [ - 5903, - 5906 + 5904, + 5907 ], "loc": { "start": { @@ -14306,8 +14306,8 @@ "type": "Identifier", "name": "flt", "range": [ - 5929, - 5932 + 5930, + 5933 ], "loc": { "start": { @@ -14324,8 +14324,8 @@ "type": "Identifier", "name": "focus", "range": [ - 5933, - 5938 + 5934, + 5939 ], "loc": { "start": { @@ -14339,8 +14339,8 @@ } }, "range": [ - 5929, - 5938 + 5930, + 5939 ], "loc": { "start": { @@ -14355,8 +14355,8 @@ }, "arguments": [], "range": [ - 5929, - 5940 + 5930, + 5941 ], "loc": { "start": { @@ -14370,8 +14370,8 @@ } }, "range": [ - 5929, - 5941 + 5930, + 5942 ], "loc": { "start": { @@ -14386,8 +14386,8 @@ } ], "range": [ - 5907, - 5959 + 5908, + 5960 ], "loc": { "start": { @@ -14402,8 +14402,8 @@ }, "alternate": null, "range": [ - 5900, - 5959 + 5901, + 5960 ], "loc": { "start": { @@ -14418,8 +14418,8 @@ } ], "range": [ - 5825, - 5973 + 5826, + 5974 ], "loc": { "start": { @@ -14434,8 +14434,8 @@ }, "alternate": null, "range": [ - 5785, - 5973 + 5786, + 5974 ], "loc": { "start": { @@ -14456,8 +14456,8 @@ "object": { "type": "ThisExpression", "range": [ - 5989, - 5993 + 5990, + 5994 ], "loc": { "start": { @@ -14474,8 +14474,8 @@ "type": "Identifier", "name": "onAfterPopUpOpen", "range": [ - 5994, - 6010 + 5995, + 6011 ], "loc": { "start": { @@ -14489,8 +14489,8 @@ } }, "range": [ - 5989, - 6010 + 5990, + 6011 ], "loc": { "start": { @@ -14519,8 +14519,8 @@ "object": { "type": "ThisExpression", "range": [ - 6029, - 6033 + 6030, + 6034 ], "loc": { "start": { @@ -14537,8 +14537,8 @@ "type": "Identifier", "name": "onAfterPopUpOpen", "range": [ - 6034, - 6050 + 6035, + 6051 ], "loc": { "start": { @@ -14552,8 +14552,8 @@ } }, "range": [ - 6029, - 6050 + 6030, + 6051 ], "loc": { "start": { @@ -14570,8 +14570,8 @@ "type": "Identifier", "name": "call", "range": [ - 6051, - 6055 + 6052, + 6056 ], "loc": { "start": { @@ -14585,8 +14585,8 @@ } }, "range": [ - 6029, - 6055 + 6030, + 6056 ], "loc": { "start": { @@ -14605,8 +14605,8 @@ "value": null, "raw": "null", "range": [ - 6077, - 6081 + 6078, + 6082 ], "loc": { "start": { @@ -14622,8 +14622,8 @@ { "type": "ThisExpression", "range": [ - 6083, - 6087 + 6084, + 6088 ], "loc": { "start": { @@ -14645,8 +14645,8 @@ "object": { "type": "ThisExpression", "range": [ - 6089, - 6093 + 6090, + 6094 ], "loc": { "start": { @@ -14663,8 +14663,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6094, - 6106 + 6095, + 6107 ], "loc": { "start": { @@ -14678,8 +14678,8 @@ } }, "range": [ - 6089, - 6106 + 6090, + 6107 ], "loc": { "start": { @@ -14696,8 +14696,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6107, - 6115 + 6108, + 6116 ], "loc": { "start": { @@ -14711,8 +14711,8 @@ } }, "range": [ - 6089, - 6116 + 6090, + 6117 ], "loc": { "start": { @@ -14729,8 +14729,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6118, - 6126 + 6119, + 6127 ], "loc": { "start": { @@ -14745,8 +14745,8 @@ } ], "range": [ - 6029, - 6127 + 6030, + 6128 ], "loc": { "start": { @@ -14760,8 +14760,8 @@ } }, "range": [ - 6029, - 6128 + 6030, + 6129 ], "loc": { "start": { @@ -14776,8 +14776,8 @@ } ], "range": [ - 6011, - 6142 + 6012, + 6143 ], "loc": { "start": { @@ -14792,8 +14792,8 @@ }, "alternate": null, "range": [ - 5986, - 6142 + 5987, + 6143 ], "loc": { "start": { @@ -14808,8 +14808,8 @@ } ], "range": [ - 5551, - 6152 + 5552, + 6153 ], "loc": { "start": { @@ -14833,8 +14833,8 @@ "object": { "type": "ThisExpression", "range": [ - 6175, - 6179 + 6176, + 6180 ], "loc": { "start": { @@ -14851,8 +14851,8 @@ "type": "Identifier", "name": "onBeforePopUpClose", "range": [ - 6180, - 6198 + 6181, + 6199 ], "loc": { "start": { @@ -14866,8 +14866,8 @@ } }, "range": [ - 6175, - 6198 + 6176, + 6199 ], "loc": { "start": { @@ -14896,8 +14896,8 @@ "object": { "type": "ThisExpression", "range": [ - 6217, - 6221 + 6218, + 6222 ], "loc": { "start": { @@ -14914,8 +14914,8 @@ "type": "Identifier", "name": "onBeforePopUpClose", "range": [ - 6222, - 6240 + 6223, + 6241 ], "loc": { "start": { @@ -14929,8 +14929,8 @@ } }, "range": [ - 6217, - 6240 + 6218, + 6241 ], "loc": { "start": { @@ -14947,8 +14947,8 @@ "type": "Identifier", "name": "call", "range": [ - 6241, - 6245 + 6242, + 6246 ], "loc": { "start": { @@ -14962,8 +14962,8 @@ } }, "range": [ - 6217, - 6245 + 6218, + 6246 ], "loc": { "start": { @@ -14982,8 +14982,8 @@ "value": null, "raw": "null", "range": [ - 6267, - 6271 + 6268, + 6272 ], "loc": { "start": { @@ -14999,8 +14999,8 @@ { "type": "ThisExpression", "range": [ - 6273, - 6277 + 6274, + 6278 ], "loc": { "start": { @@ -15022,8 +15022,8 @@ "object": { "type": "ThisExpression", "range": [ - 6279, - 6283 + 6280, + 6284 ], "loc": { "start": { @@ -15040,8 +15040,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6284, - 6296 + 6285, + 6297 ], "loc": { "start": { @@ -15055,8 +15055,8 @@ } }, "range": [ - 6279, - 6296 + 6280, + 6297 ], "loc": { "start": { @@ -15073,8 +15073,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6297, - 6305 + 6298, + 6306 ], "loc": { "start": { @@ -15088,8 +15088,8 @@ } }, "range": [ - 6279, - 6306 + 6280, + 6307 ], "loc": { "start": { @@ -15106,8 +15106,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6308, - 6316 + 6309, + 6317 ], "loc": { "start": { @@ -15122,8 +15122,8 @@ } ], "range": [ - 6217, - 6317 + 6218, + 6318 ], "loc": { "start": { @@ -15137,8 +15137,8 @@ } }, "range": [ - 6217, - 6318 + 6218, + 6319 ], "loc": { "start": { @@ -15153,8 +15153,8 @@ } ], "range": [ - 6199, - 6332 + 6200, + 6333 ], "loc": { "start": { @@ -15169,8 +15169,8 @@ }, "alternate": null, "range": [ - 6172, - 6332 + 6173, + 6333 ], "loc": { "start": { @@ -15198,8 +15198,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 6345, - 6356 + 6346, + 6357 ], "loc": { "start": { @@ -15216,8 +15216,8 @@ "type": "Identifier", "name": "style", "range": [ - 6357, - 6362 + 6358, + 6363 ], "loc": { "start": { @@ -15231,8 +15231,8 @@ } }, "range": [ - 6345, - 6362 + 6346, + 6363 ], "loc": { "start": { @@ -15249,8 +15249,8 @@ "type": "Identifier", "name": "display", "range": [ - 6363, - 6370 + 6364, + 6371 ], "loc": { "start": { @@ -15264,8 +15264,8 @@ } }, "range": [ - 6345, - 6370 + 6346, + 6371 ], "loc": { "start": { @@ -15282,8 +15282,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 6373, - 6377 + 6374, + 6378 ], "loc": { "start": { @@ -15297,8 +15297,8 @@ } }, "range": [ - 6345, - 6377 + 6346, + 6378 ], "loc": { "start": { @@ -15312,8 +15312,8 @@ } }, "range": [ - 6345, - 6378 + 6346, + 6379 ], "loc": { "start": { @@ -15334,8 +15334,8 @@ "object": { "type": "ThisExpression", "range": [ - 6394, - 6398 + 6395, + 6399 ], "loc": { "start": { @@ -15352,8 +15352,8 @@ "type": "Identifier", "name": "onAfterPopUpClose", "range": [ - 6399, - 6416 + 6400, + 6417 ], "loc": { "start": { @@ -15367,8 +15367,8 @@ } }, "range": [ - 6394, - 6416 + 6395, + 6417 ], "loc": { "start": { @@ -15397,8 +15397,8 @@ "object": { "type": "ThisExpression", "range": [ - 6435, - 6439 + 6436, + 6440 ], "loc": { "start": { @@ -15415,8 +15415,8 @@ "type": "Identifier", "name": "onAfterPopUpClose", "range": [ - 6440, - 6457 + 6441, + 6458 ], "loc": { "start": { @@ -15430,8 +15430,8 @@ } }, "range": [ - 6435, - 6457 + 6436, + 6458 ], "loc": { "start": { @@ -15448,8 +15448,8 @@ "type": "Identifier", "name": "call", "range": [ - 6458, - 6462 + 6459, + 6463 ], "loc": { "start": { @@ -15463,8 +15463,8 @@ } }, "range": [ - 6435, - 6462 + 6436, + 6463 ], "loc": { "start": { @@ -15483,8 +15483,8 @@ "value": null, "raw": "null", "range": [ - 6484, - 6488 + 6485, + 6489 ], "loc": { "start": { @@ -15500,8 +15500,8 @@ { "type": "ThisExpression", "range": [ - 6490, - 6494 + 6491, + 6495 ], "loc": { "start": { @@ -15523,8 +15523,8 @@ "object": { "type": "ThisExpression", "range": [ - 6496, - 6500 + 6497, + 6501 ], "loc": { "start": { @@ -15541,8 +15541,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6501, - 6513 + 6502, + 6514 ], "loc": { "start": { @@ -15556,8 +15556,8 @@ } }, "range": [ - 6496, - 6513 + 6497, + 6514 ], "loc": { "start": { @@ -15574,8 +15574,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6514, - 6522 + 6515, + 6523 ], "loc": { "start": { @@ -15589,8 +15589,8 @@ } }, "range": [ - 6496, - 6523 + 6497, + 6524 ], "loc": { "start": { @@ -15607,8 +15607,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 6525, - 6533 + 6526, + 6534 ], "loc": { "start": { @@ -15623,8 +15623,8 @@ } ], "range": [ - 6435, - 6534 + 6436, + 6535 ], "loc": { "start": { @@ -15638,8 +15638,8 @@ } }, "range": [ - 6435, - 6535 + 6436, + 6536 ], "loc": { "start": { @@ -15654,8 +15654,8 @@ } ], "range": [ - 6417, - 6549 + 6418, + 6550 ], "loc": { "start": { @@ -15670,8 +15670,8 @@ }, "alternate": null, "range": [ - 6391, - 6549 + 6392, + 6550 ], "loc": { "start": { @@ -15686,8 +15686,8 @@ } ], "range": [ - 6158, - 6559 + 6159, + 6560 ], "loc": { "start": { @@ -15701,8 +15701,8 @@ } }, "range": [ - 5465, - 6559 + 5466, + 6560 ], "loc": { "start": { @@ -15717,8 +15717,8 @@ } ], "range": [ - 5373, - 6565 + 5374, + 6566 ], "loc": { "start": { @@ -15734,8 +15734,8 @@ "generator": false, "expression": false, "range": [ - 5363, - 6565 + 5364, + 6566 ], "loc": { "start": { @@ -15751,8 +15751,8 @@ "kind": "method", "computed": false, "range": [ - 5357, - 6565 + 5358, + 6566 ], "loc": { "start": { @@ -15769,8 +15769,8 @@ "type": "Block", "value": "*\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n ", "range": [ - 5250, - 5352 + 5251, + 5353 ], "loc": { "start": { @@ -15789,8 +15789,8 @@ "type": "Block", "value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ", "range": [ - 6571, - 6719 + 6572, + 6720 ], "loc": { "start": { @@ -15812,8 +15812,8 @@ "type": "Identifier", "name": "closeAll", "range": [ - 6724, - 6732 + 6725, + 6733 ], "loc": { "start": { @@ -15834,8 +15834,8 @@ "type": "Identifier", "name": "exceptIdx", "range": [ - 6733, - 6742 + 6734, + 6743 ], "loc": { "start": { @@ -15863,8 +15863,8 @@ "type": "Identifier", "name": "i", "range": [ - 6761, - 6762 + 6762, + 6763 ], "loc": { "start": { @@ -15882,8 +15882,8 @@ "value": 0, "raw": "0", "range": [ - 6763, - 6764 + 6764, + 6765 ], "loc": { "start": { @@ -15897,8 +15897,8 @@ } }, "range": [ - 6761, - 6764 + 6762, + 6765 ], "loc": { "start": { @@ -15914,8 +15914,8 @@ ], "kind": "var", "range": [ - 6757, - 6764 + 6758, + 6765 ], "loc": { "start": { @@ -15935,8 +15935,8 @@ "type": "Identifier", "name": "i", "range": [ - 6766, - 6767 + 6767, + 6768 ], "loc": { "start": { @@ -15958,8 +15958,8 @@ "object": { "type": "ThisExpression", "range": [ - 6768, - 6772 + 6769, + 6773 ], "loc": { "start": { @@ -15976,8 +15976,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6773, - 6785 + 6774, + 6786 ], "loc": { "start": { @@ -15991,8 +15991,8 @@ } }, "range": [ - 6768, - 6785 + 6769, + 6786 ], "loc": { "start": { @@ -16009,8 +16009,8 @@ "type": "Identifier", "name": "length", "range": [ - 6786, - 6792 + 6787, + 6793 ], "loc": { "start": { @@ -16024,8 +16024,8 @@ } }, "range": [ - 6768, - 6792 + 6769, + 6793 ], "loc": { "start": { @@ -16039,8 +16039,8 @@ } }, "range": [ - 6766, - 6792 + 6767, + 6793 ], "loc": { "start": { @@ -16060,8 +16060,8 @@ "type": "Identifier", "name": "i", "range": [ - 6794, - 6795 + 6795, + 6796 ], "loc": { "start": { @@ -16076,8 +16076,8 @@ }, "prefix": false, "range": [ - 6794, - 6797 + 6795, + 6798 ], "loc": { "start": { @@ -16102,8 +16102,8 @@ "type": "Identifier", "name": "i", "range": [ - 6815, - 6816 + 6816, + 6817 ], "loc": { "start": { @@ -16120,8 +16120,8 @@ "type": "Identifier", "name": "exceptIdx", "range": [ - 6821, - 6830 + 6822, + 6831 ], "loc": { "start": { @@ -16135,8 +16135,8 @@ } }, "range": [ - 6815, - 6830 + 6816, + 6831 ], "loc": { "start": { @@ -16156,8 +16156,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 6849, - 6858 + 6850, + 6859 ], "loc": { "start": { @@ -16172,8 +16172,8 @@ } ], "range": [ - 6831, - 6872 + 6832, + 6873 ], "loc": { "start": { @@ -16188,8 +16188,8 @@ }, "alternate": null, "range": [ - 6812, - 6872 + 6813, + 6873 ], "loc": { "start": { @@ -16211,8 +16211,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 6889, - 6900 + 6890, + 6901 ], "loc": { "start": { @@ -16234,8 +16234,8 @@ "object": { "type": "ThisExpression", "range": [ - 6903, - 6907 + 6904, + 6908 ], "loc": { "start": { @@ -16252,8 +16252,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 6908, - 6920 + 6909, + 6921 ], "loc": { "start": { @@ -16267,8 +16267,8 @@ } }, "range": [ - 6903, - 6920 + 6904, + 6921 ], "loc": { "start": { @@ -16285,8 +16285,8 @@ "type": "Identifier", "name": "i", "range": [ - 6921, - 6922 + 6922, + 6923 ], "loc": { "start": { @@ -16300,8 +16300,8 @@ } }, "range": [ - 6903, - 6923 + 6904, + 6924 ], "loc": { "start": { @@ -16315,8 +16315,8 @@ } }, "range": [ - 6889, - 6923 + 6890, + 6924 ], "loc": { "start": { @@ -16332,8 +16332,8 @@ ], "kind": "var", "range": [ - 6885, - 6924 + 6886, + 6925 ], "loc": { "start": { @@ -16352,8 +16352,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 6940, - 6951 + 6941, + 6952 ], "loc": { "start": { @@ -16384,8 +16384,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 6970, - 6981 + 6971, + 6982 ], "loc": { "start": { @@ -16402,8 +16402,8 @@ "type": "Identifier", "name": "style", "range": [ - 6982, - 6987 + 6983, + 6988 ], "loc": { "start": { @@ -16417,8 +16417,8 @@ } }, "range": [ - 6970, - 6987 + 6971, + 6988 ], "loc": { "start": { @@ -16435,8 +16435,8 @@ "type": "Identifier", "name": "display", "range": [ - 6988, - 6995 + 6989, + 6996 ], "loc": { "start": { @@ -16450,8 +16450,8 @@ } }, "range": [ - 6970, - 6995 + 6971, + 6996 ], "loc": { "start": { @@ -16468,8 +16468,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 6998, - 7002 + 6999, + 7003 ], "loc": { "start": { @@ -16483,8 +16483,8 @@ } }, "range": [ - 6970, - 7002 + 6971, + 7003 ], "loc": { "start": { @@ -16498,8 +16498,8 @@ } }, "range": [ - 6970, - 7003 + 6971, + 7004 ], "loc": { "start": { @@ -16514,8 +16514,8 @@ } ], "range": [ - 6952, - 7017 + 6953, + 7018 ], "loc": { "start": { @@ -16530,8 +16530,8 @@ }, "alternate": null, "range": [ - 6937, - 7017 + 6938, + 7018 ], "loc": { "start": { @@ -16546,8 +16546,8 @@ } ], "range": [ - 6798, - 7027 + 6799, + 7028 ], "loc": { "start": { @@ -16561,8 +16561,8 @@ } }, "range": [ - 6753, - 7027 + 6754, + 7028 ], "loc": { "start": { @@ -16577,8 +16577,8 @@ } ], "range": [ - 6743, - 7033 + 6744, + 7034 ], "loc": { "start": { @@ -16594,8 +16594,8 @@ "generator": false, "expression": false, "range": [ - 6732, - 7033 + 6733, + 7034 ], "loc": { "start": { @@ -16611,8 +16611,8 @@ "kind": "method", "computed": false, "range": [ - 6724, - 7033 + 6725, + 7034 ], "loc": { "start": { @@ -16629,8 +16629,8 @@ "type": "Block", "value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ", "range": [ - 6571, - 6719 + 6572, + 6720 ], "loc": { "start": { @@ -16649,8 +16649,8 @@ "type": "Block", "value": "*\n * Build all the icons representing the pop-up filters\n ", "range": [ - 7039, - 7109 + 7040, + 7110 ], "loc": { "start": { @@ -16672,8 +16672,8 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 7114, - 7124 + 7115, + 7125 ], "loc": { "start": { @@ -16704,8 +16704,8 @@ "type": "Identifier", "name": "i", "range": [ - 7144, - 7145 + 7145, + 7146 ], "loc": { "start": { @@ -16723,8 +16723,8 @@ "value": 0, "raw": "0", "range": [ - 7146, - 7147 + 7147, + 7148 ], "loc": { "start": { @@ -16738,8 +16738,8 @@ } }, "range": [ - 7144, - 7147 + 7145, + 7148 ], "loc": { "start": { @@ -16755,8 +16755,8 @@ ], "kind": "var", "range": [ - 7140, - 7147 + 7141, + 7148 ], "loc": { "start": { @@ -16776,8 +16776,8 @@ "type": "Identifier", "name": "i", "range": [ - 7149, - 7150 + 7150, + 7151 ], "loc": { "start": { @@ -16799,8 +16799,8 @@ "object": { "type": "ThisExpression", "range": [ - 7151, - 7155 + 7152, + 7156 ], "loc": { "start": { @@ -16817,8 +16817,8 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 7156, - 7168 + 7157, + 7169 ], "loc": { "start": { @@ -16832,8 +16832,8 @@ } }, "range": [ - 7151, - 7168 + 7152, + 7169 ], "loc": { "start": { @@ -16850,8 +16850,8 @@ "type": "Identifier", "name": "length", "range": [ - 7169, - 7175 + 7170, + 7176 ], "loc": { "start": { @@ -16865,8 +16865,8 @@ } }, "range": [ - 7151, - 7175 + 7152, + 7176 ], "loc": { "start": { @@ -16880,8 +16880,8 @@ } }, "range": [ - 7149, - 7175 + 7150, + 7176 ], "loc": { "start": { @@ -16901,8 +16901,8 @@ "type": "Identifier", "name": "i", "range": [ - 7177, - 7178 + 7178, + 7179 ], "loc": { "start": { @@ -16917,8 +16917,8 @@ }, "prefix": false, "range": [ - 7177, - 7180 + 7178, + 7181 ], "loc": { "start": { @@ -16944,8 +16944,8 @@ "object": { "type": "ThisExpression", "range": [ - 7195, - 7199 + 7196, + 7200 ], "loc": { "start": { @@ -16962,8 +16962,8 @@ "type": "Identifier", "name": "buildIcon", "range": [ - 7200, - 7209 + 7201, + 7210 ], "loc": { "start": { @@ -16977,8 +16977,8 @@ } }, "range": [ - 7195, - 7209 + 7196, + 7210 ], "loc": { "start": { @@ -16996,8 +16996,8 @@ "type": "Identifier", "name": "i", "range": [ - 7210, - 7211 + 7211, + 7212 ], "loc": { "start": { @@ -17015,8 +17015,8 @@ "value": false, "raw": "false", "range": [ - 7213, - 7218 + 7214, + 7219 ], "loc": { "start": { @@ -17031,8 +17031,8 @@ } ], "range": [ - 7195, - 7219 + 7196, + 7220 ], "loc": { "start": { @@ -17046,8 +17046,8 @@ } }, "range": [ - 7195, - 7220 + 7196, + 7221 ], "loc": { "start": { @@ -17062,8 +17062,8 @@ } ], "range": [ - 7181, - 7230 + 7182, + 7231 ], "loc": { "start": { @@ -17077,8 +17077,8 @@ } }, "range": [ - 7136, - 7230 + 7137, + 7231 ], "loc": { "start": { @@ -17093,8 +17093,8 @@ } ], "range": [ - 7126, - 7236 + 7127, + 7237 ], "loc": { "start": { @@ -17110,8 +17110,8 @@ "generator": false, "expression": false, "range": [ - 7124, - 7236 + 7125, + 7237 ], "loc": { "start": { @@ -17127,8 +17127,8 @@ "kind": "method", "computed": false, "range": [ - 7114, - 7236 + 7115, + 7237 ], "loc": { "start": { @@ -17145,8 +17145,8 @@ "type": "Block", "value": "*\n * Build all the icons representing the pop-up filters\n ", "range": [ - 7039, - 7109 + 7040, + 7110 ], "loc": { "start": { @@ -17165,8 +17165,8 @@ "type": "Block", "value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ", "range": [ - 7242, - 7386 + 7243, + 7387 ], "loc": { "start": { @@ -17188,8 +17188,8 @@ "type": "Identifier", "name": "buildIcon", "range": [ - 7391, - 7400 + 7392, + 7401 ], "loc": { "start": { @@ -17210,8 +17210,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7401, - 7409 + 7402, + 7410 ], "loc": { "start": { @@ -17228,8 +17228,8 @@ "type": "Identifier", "name": "active", "range": [ - 7411, - 7417 + 7412, + 7418 ], "loc": { "start": { @@ -17257,8 +17257,8 @@ "object": { "type": "ThisExpression", "range": [ - 7431, - 7435 + 7432, + 7436 ], "loc": { "start": { @@ -17275,8 +17275,8 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 7436, - 7448 + 7437, + 7449 ], "loc": { "start": { @@ -17290,8 +17290,8 @@ } }, "range": [ - 7431, - 7448 + 7432, + 7449 ], "loc": { "start": { @@ -17308,8 +17308,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7449, - 7457 + 7450, + 7458 ], "loc": { "start": { @@ -17323,8 +17323,8 @@ } }, "range": [ - 7431, - 7458 + 7432, + 7459 ], "loc": { "start": { @@ -17357,8 +17357,8 @@ "object": { "type": "ThisExpression", "range": [ - 7473, - 7477 + 7474, + 7478 ], "loc": { "start": { @@ -17375,8 +17375,8 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 7478, - 7490 + 7479, + 7491 ], "loc": { "start": { @@ -17390,8 +17390,8 @@ } }, "range": [ - 7473, - 7490 + 7474, + 7491 ], "loc": { "start": { @@ -17408,8 +17408,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 7491, - 7499 + 7492, + 7500 ], "loc": { "start": { @@ -17423,8 +17423,8 @@ } }, "range": [ - 7473, - 7500 + 7474, + 7501 ], "loc": { "start": { @@ -17441,8 +17441,8 @@ "type": "Identifier", "name": "src", "range": [ - 7501, - 7504 + 7502, + 7505 ], "loc": { "start": { @@ -17456,8 +17456,8 @@ } }, "range": [ - 7473, - 7504 + 7474, + 7505 ], "loc": { "start": { @@ -17476,8 +17476,8 @@ "type": "Identifier", "name": "active", "range": [ - 7507, - 7513 + 7508, + 7514 ], "loc": { "start": { @@ -17496,8 +17496,8 @@ "object": { "type": "ThisExpression", "range": [ - 7532, - 7536 + 7533, + 7537 ], "loc": { "start": { @@ -17514,8 +17514,8 @@ "type": "Identifier", "name": "popUpImgFltActive", "range": [ - 7537, - 7554 + 7538, + 7555 ], "loc": { "start": { @@ -17529,8 +17529,8 @@ } }, "range": [ - 7532, - 7554 + 7533, + 7555 ], "loc": { "start": { @@ -17549,8 +17549,8 @@ "object": { "type": "ThisExpression", "range": [ - 7557, - 7561 + 7558, + 7562 ], "loc": { "start": { @@ -17567,8 +17567,8 @@ "type": "Identifier", "name": "popUpImgFlt", "range": [ - 7562, - 7573 + 7563, + 7574 ], "loc": { "start": { @@ -17582,8 +17582,8 @@ } }, "range": [ - 7557, - 7573 + 7558, + 7574 ], "loc": { "start": { @@ -17597,8 +17597,8 @@ } }, "range": [ - 7507, - 7573 + 7508, + 7574 ], "loc": { "start": { @@ -17612,8 +17612,8 @@ } }, "range": [ - 7473, - 7573 + 7474, + 7574 ], "loc": { "start": { @@ -17627,8 +17627,8 @@ } }, "range": [ - 7473, - 7574 + 7474, + 7575 ], "loc": { "start": { @@ -17643,8 +17643,8 @@ } ], "range": [ - 7459, - 7584 + 7460, + 7585 ], "loc": { "start": { @@ -17659,8 +17659,8 @@ }, "alternate": null, "range": [ - 7428, - 7584 + 7429, + 7585 ], "loc": { "start": { @@ -17675,8 +17675,8 @@ } ], "range": [ - 7418, - 7590 + 7419, + 7591 ], "loc": { "start": { @@ -17692,8 +17692,8 @@ "generator": false, "expression": false, "range": [ - 7400, - 7590 + 7401, + 7591 ], "loc": { "start": { @@ -17709,8 +17709,8 @@ "kind": "method", "computed": false, "range": [ - 7391, - 7590 + 7392, + 7591 ], "loc": { "start": { @@ -17727,8 +17727,8 @@ "type": "Block", "value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ", "range": [ - 7242, - 7386 + 7243, + 7387 ], "loc": { "start": { @@ -17747,8 +17747,8 @@ "type": "Block", "value": "*\n * Remove pop-up filters\n ", "range": [ - 7596, - 7636 + 7597, + 7637 ], "loc": { "start": { @@ -17770,8 +17770,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 7641, - 7648 + 7642, + 7649 ], "loc": { "start": { @@ -17802,8 +17802,8 @@ "object": { "type": "ThisExpression", "range": [ - 7664, - 7668 + 7665, + 7669 ], "loc": { "start": { @@ -17820,8 +17820,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 7669, - 7680 + 7670, + 7681 ], "loc": { "start": { @@ -17835,8 +17835,8 @@ } }, "range": [ - 7664, - 7680 + 7665, + 7681 ], "loc": { "start": { @@ -17851,8 +17851,8 @@ }, "prefix": true, "range": [ - 7663, - 7680 + 7664, + 7681 ], "loc": { "start": { @@ -17872,8 +17872,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 7695, - 7702 + 7696, + 7703 ], "loc": { "start": { @@ -17888,8 +17888,8 @@ } ], "range": [ - 7681, - 7712 + 7682, + 7713 ], "loc": { "start": { @@ -17904,8 +17904,8 @@ }, "alternate": null, "range": [ - 7660, - 7712 + 7661, + 7713 ], "loc": { "start": { @@ -17929,8 +17929,8 @@ "object": { "type": "ThisExpression", "range": [ - 7722, - 7726 + 7723, + 7727 ], "loc": { "start": { @@ -17947,8 +17947,8 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 7727, - 7743 + 7728, + 7744 ], "loc": { "start": { @@ -17962,8 +17962,8 @@ } }, "range": [ - 7722, - 7743 + 7723, + 7744 ], "loc": { "start": { @@ -17980,8 +17980,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 7746, - 7748 + 7747, + 7749 ], "loc": { "start": { @@ -17995,8 +17995,8 @@ } }, "range": [ - 7722, - 7748 + 7723, + 7749 ], "loc": { "start": { @@ -18010,8 +18010,8 @@ } }, "range": [ - 7722, - 7749 + 7723, + 7750 ], "loc": { "start": { @@ -18035,8 +18035,8 @@ "type": "Identifier", "name": "i", "range": [ - 7766, - 7767 + 7767, + 7768 ], "loc": { "start": { @@ -18054,8 +18054,8 @@ "value": 0, "raw": "0", "range": [ - 7768, - 7769 + 7769, + 7770 ], "loc": { "start": { @@ -18069,8 +18069,8 @@ } }, "range": [ - 7766, - 7769 + 7767, + 7770 ], "loc": { "start": { @@ -18086,8 +18086,8 @@ ], "kind": "var", "range": [ - 7762, - 7769 + 7763, + 7770 ], "loc": { "start": { @@ -18107,8 +18107,8 @@ "type": "Identifier", "name": "i", "range": [ - 7771, - 7772 + 7772, + 7773 ], "loc": { "start": { @@ -18130,8 +18130,8 @@ "object": { "type": "ThisExpression", "range": [ - 7773, - 7777 + 7774, + 7778 ], "loc": { "start": { @@ -18148,8 +18148,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 7778, - 7790 + 7779, + 7791 ], "loc": { "start": { @@ -18163,8 +18163,8 @@ } }, "range": [ - 7773, - 7790 + 7774, + 7791 ], "loc": { "start": { @@ -18181,8 +18181,8 @@ "type": "Identifier", "name": "length", "range": [ - 7791, - 7797 + 7792, + 7798 ], "loc": { "start": { @@ -18196,8 +18196,8 @@ } }, "range": [ - 7773, - 7797 + 7774, + 7798 ], "loc": { "start": { @@ -18211,8 +18211,8 @@ } }, "range": [ - 7771, - 7797 + 7772, + 7798 ], "loc": { "start": { @@ -18232,8 +18232,8 @@ "type": "Identifier", "name": "i", "range": [ - 7799, - 7800 + 7800, + 7801 ], "loc": { "start": { @@ -18248,8 +18248,8 @@ }, "prefix": false, "range": [ - 7799, - 7802 + 7800, + 7803 ], "loc": { "start": { @@ -18274,8 +18274,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 7821, - 7832 + 7822, + 7833 ], "loc": { "start": { @@ -18297,8 +18297,8 @@ "object": { "type": "ThisExpression", "range": [ - 7835, - 7839 + 7836, + 7840 ], "loc": { "start": { @@ -18315,8 +18315,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 7840, - 7852 + 7841, + 7853 ], "loc": { "start": { @@ -18330,8 +18330,8 @@ } }, "range": [ - 7835, - 7852 + 7836, + 7853 ], "loc": { "start": { @@ -18348,8 +18348,8 @@ "type": "Identifier", "name": "i", "range": [ - 7853, - 7854 + 7854, + 7855 ], "loc": { "start": { @@ -18363,8 +18363,8 @@ } }, "range": [ - 7835, - 7855 + 7836, + 7856 ], "loc": { "start": { @@ -18378,8 +18378,8 @@ } }, "range": [ - 7821, - 7855 + 7822, + 7856 ], "loc": { "start": { @@ -18398,8 +18398,8 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 7873, - 7885 + 7874, + 7886 ], "loc": { "start": { @@ -18421,8 +18421,8 @@ "object": { "type": "ThisExpression", "range": [ - 7888, - 7892 + 7889, + 7893 ], "loc": { "start": { @@ -18439,8 +18439,8 @@ "type": "Identifier", "name": "popUpFltSpans", "range": [ - 7893, - 7906 + 7894, + 7907 ], "loc": { "start": { @@ -18454,8 +18454,8 @@ } }, "range": [ - 7888, - 7906 + 7889, + 7907 ], "loc": { "start": { @@ -18472,8 +18472,8 @@ "type": "Identifier", "name": "i", "range": [ - 7907, - 7908 + 7908, + 7909 ], "loc": { "start": { @@ -18487,8 +18487,8 @@ } }, "range": [ - 7888, - 7909 + 7889, + 7910 ], "loc": { "start": { @@ -18502,8 +18502,8 @@ } }, "range": [ - 7873, - 7909 + 7874, + 7910 ], "loc": { "start": { @@ -18522,8 +18522,8 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 7927, - 7938 + 7928, + 7939 ], "loc": { "start": { @@ -18545,8 +18545,8 @@ "object": { "type": "ThisExpression", "range": [ - 7941, - 7945 + 7942, + 7946 ], "loc": { "start": { @@ -18563,8 +18563,8 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 7946, - 7958 + 7947, + 7959 ], "loc": { "start": { @@ -18578,8 +18578,8 @@ } }, "range": [ - 7941, - 7958 + 7942, + 7959 ], "loc": { "start": { @@ -18596,8 +18596,8 @@ "type": "Identifier", "name": "i", "range": [ - 7959, - 7960 + 7960, + 7961 ], "loc": { "start": { @@ -18611,8 +18611,8 @@ } }, "range": [ - 7941, - 7961 + 7942, + 7962 ], "loc": { "start": { @@ -18626,8 +18626,8 @@ } }, "range": [ - 7927, - 7961 + 7928, + 7962 ], "loc": { "start": { @@ -18643,8 +18643,8 @@ ], "kind": "var", "range": [ - 7817, - 7962 + 7818, + 7963 ], "loc": { "start": { @@ -18663,8 +18663,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 7978, - 7989 + 7979, + 7990 ], "loc": { "start": { @@ -18691,8 +18691,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8008, - 8011 + 8009, + 8012 ], "loc": { "start": { @@ -18709,8 +18709,8 @@ "type": "Identifier", "name": "remove", "range": [ - 8012, - 8018 + 8013, + 8019 ], "loc": { "start": { @@ -18724,8 +18724,8 @@ } }, "range": [ - 8008, - 8018 + 8009, + 8019 ], "loc": { "start": { @@ -18743,8 +18743,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8019, - 8030 + 8020, + 8031 ], "loc": { "start": { @@ -18759,8 +18759,8 @@ } ], "range": [ - 8008, - 8031 + 8009, + 8032 ], "loc": { "start": { @@ -18774,8 +18774,8 @@ } }, "range": [ - 8008, - 8032 + 8009, + 8033 ], "loc": { "start": { @@ -18802,8 +18802,8 @@ "object": { "type": "ThisExpression", "range": [ - 8049, - 8053 + 8050, + 8054 ], "loc": { "start": { @@ -18820,8 +18820,8 @@ "type": "Identifier", "name": "popUpFltElmCache", "range": [ - 8054, - 8070 + 8055, + 8071 ], "loc": { "start": { @@ -18835,8 +18835,8 @@ } }, "range": [ - 8049, - 8070 + 8050, + 8071 ], "loc": { "start": { @@ -18853,8 +18853,8 @@ "type": "Identifier", "name": "i", "range": [ - 8071, - 8072 + 8072, + 8073 ], "loc": { "start": { @@ -18868,8 +18868,8 @@ } }, "range": [ - 8049, - 8073 + 8050, + 8074 ], "loc": { "start": { @@ -18886,8 +18886,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8076, - 8087 + 8077, + 8088 ], "loc": { "start": { @@ -18901,8 +18901,8 @@ } }, "range": [ - 8049, - 8087 + 8050, + 8088 ], "loc": { "start": { @@ -18916,8 +18916,8 @@ } }, "range": [ - 8049, - 8088 + 8050, + 8089 ], "loc": { "start": { @@ -18932,8 +18932,8 @@ } ], "range": [ - 7990, - 8102 + 7991, + 8103 ], "loc": { "start": { @@ -18948,8 +18948,8 @@ }, "alternate": null, "range": [ - 7975, - 8102 + 7976, + 8103 ], "loc": { "start": { @@ -18971,8 +18971,8 @@ "type": "Identifier", "name": "popUpFltElm", "range": [ - 8115, - 8126 + 8116, + 8127 ], "loc": { "start": { @@ -18990,8 +18990,8 @@ "value": null, "raw": "null", "range": [ - 8129, - 8133 + 8130, + 8134 ], "loc": { "start": { @@ -19005,8 +19005,8 @@ } }, "range": [ - 8115, - 8133 + 8116, + 8134 ], "loc": { "start": { @@ -19020,8 +19020,8 @@ } }, "range": [ - 8115, - 8134 + 8116, + 8135 ], "loc": { "start": { @@ -19040,8 +19040,8 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 8150, - 8162 + 8151, + 8163 ], "loc": { "start": { @@ -19068,8 +19068,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8181, - 8184 + 8182, + 8185 ], "loc": { "start": { @@ -19086,8 +19086,8 @@ "type": "Identifier", "name": "remove", "range": [ - 8185, - 8191 + 8186, + 8192 ], "loc": { "start": { @@ -19101,8 +19101,8 @@ } }, "range": [ - 8181, - 8191 + 8182, + 8192 ], "loc": { "start": { @@ -19120,8 +19120,8 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 8192, - 8204 + 8193, + 8205 ], "loc": { "start": { @@ -19136,8 +19136,8 @@ } ], "range": [ - 8181, - 8205 + 8182, + 8206 ], "loc": { "start": { @@ -19151,8 +19151,8 @@ } }, "range": [ - 8181, - 8206 + 8182, + 8207 ], "loc": { "start": { @@ -19167,8 +19167,8 @@ } ], "range": [ - 8163, - 8220 + 8164, + 8221 ], "loc": { "start": { @@ -19183,8 +19183,8 @@ }, "alternate": null, "range": [ - 8147, - 8220 + 8148, + 8221 ], "loc": { "start": { @@ -19206,8 +19206,8 @@ "type": "Identifier", "name": "popUpFltSpan", "range": [ - 8233, - 8245 + 8234, + 8246 ], "loc": { "start": { @@ -19225,8 +19225,8 @@ "value": null, "raw": "null", "range": [ - 8248, - 8252 + 8249, + 8253 ], "loc": { "start": { @@ -19240,8 +19240,8 @@ } }, "range": [ - 8233, - 8252 + 8234, + 8253 ], "loc": { "start": { @@ -19255,8 +19255,8 @@ } }, "range": [ - 8233, - 8253 + 8234, + 8254 ], "loc": { "start": { @@ -19275,8 +19275,8 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 8269, - 8280 + 8270, + 8281 ], "loc": { "start": { @@ -19303,8 +19303,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 8299, - 8302 + 8300, + 8303 ], "loc": { "start": { @@ -19321,8 +19321,8 @@ "type": "Identifier", "name": "remove", "range": [ - 8303, - 8309 + 8304, + 8310 ], "loc": { "start": { @@ -19336,8 +19336,8 @@ } }, "range": [ - 8299, - 8309 + 8300, + 8310 ], "loc": { "start": { @@ -19355,8 +19355,8 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 8310, - 8321 + 8311, + 8322 ], "loc": { "start": { @@ -19371,8 +19371,8 @@ } ], "range": [ - 8299, - 8322 + 8300, + 8323 ], "loc": { "start": { @@ -19386,8 +19386,8 @@ } }, "range": [ - 8299, - 8323 + 8300, + 8324 ], "loc": { "start": { @@ -19402,8 +19402,8 @@ } ], "range": [ - 8281, - 8337 + 8282, + 8338 ], "loc": { "start": { @@ -19418,8 +19418,8 @@ }, "alternate": null, "range": [ - 8266, - 8337 + 8267, + 8338 ], "loc": { "start": { @@ -19441,8 +19441,8 @@ "type": "Identifier", "name": "popUpFltImg", "range": [ - 8350, - 8361 + 8351, + 8362 ], "loc": { "start": { @@ -19460,8 +19460,8 @@ "value": null, "raw": "null", "range": [ - 8364, - 8368 + 8365, + 8369 ], "loc": { "start": { @@ -19475,8 +19475,8 @@ } }, "range": [ - 8350, - 8368 + 8351, + 8369 ], "loc": { "start": { @@ -19490,8 +19490,8 @@ } }, "range": [ - 8350, - 8369 + 8351, + 8370 ], "loc": { "start": { @@ -19506,8 +19506,8 @@ } ], "range": [ - 7803, - 8379 + 7804, + 8380 ], "loc": { "start": { @@ -19521,8 +19521,8 @@ } }, "range": [ - 7758, - 8379 + 7759, + 8380 ], "loc": { "start": { @@ -19546,8 +19546,8 @@ "object": { "type": "ThisExpression", "range": [ - 8388, - 8392 + 8389, + 8393 ], "loc": { "start": { @@ -19564,8 +19564,8 @@ "type": "Identifier", "name": "popUpFltElms", "range": [ - 8393, - 8405 + 8394, + 8406 ], "loc": { "start": { @@ -19579,8 +19579,8 @@ } }, "range": [ - 8388, - 8405 + 8389, + 8406 ], "loc": { "start": { @@ -19597,8 +19597,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8408, - 8410 + 8409, + 8411 ], "loc": { "start": { @@ -19612,8 +19612,8 @@ } }, "range": [ - 8388, - 8410 + 8389, + 8411 ], "loc": { "start": { @@ -19627,8 +19627,8 @@ } }, "range": [ - 8388, - 8411 + 8389, + 8412 ], "loc": { "start": { @@ -19652,8 +19652,8 @@ "object": { "type": "ThisExpression", "range": [ - 8420, - 8424 + 8421, + 8425 ], "loc": { "start": { @@ -19670,8 +19670,8 @@ "type": "Identifier", "name": "popUpFltSpans", "range": [ - 8425, - 8438 + 8426, + 8439 ], "loc": { "start": { @@ -19685,8 +19685,8 @@ } }, "range": [ - 8420, - 8438 + 8421, + 8439 ], "loc": { "start": { @@ -19703,8 +19703,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8441, - 8443 + 8442, + 8444 ], "loc": { "start": { @@ -19718,8 +19718,8 @@ } }, "range": [ - 8420, - 8443 + 8421, + 8444 ], "loc": { "start": { @@ -19733,8 +19733,8 @@ } }, "range": [ - 8420, - 8444 + 8421, + 8445 ], "loc": { "start": { @@ -19758,8 +19758,8 @@ "object": { "type": "ThisExpression", "range": [ - 8453, - 8457 + 8454, + 8458 ], "loc": { "start": { @@ -19776,8 +19776,8 @@ "type": "Identifier", "name": "popUpFltImgs", "range": [ - 8458, - 8470 + 8459, + 8471 ], "loc": { "start": { @@ -19791,8 +19791,8 @@ } }, "range": [ - 8453, - 8470 + 8454, + 8471 ], "loc": { "start": { @@ -19809,8 +19809,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8473, - 8475 + 8474, + 8476 ], "loc": { "start": { @@ -19824,8 +19824,8 @@ } }, "range": [ - 8453, - 8475 + 8454, + 8476 ], "loc": { "start": { @@ -19839,8 +19839,8 @@ } }, "range": [ - 8453, - 8476 + 8454, + 8477 ], "loc": { "start": { @@ -19857,8 +19857,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 8486, - 8510 + 8487, + 8511 ], "loc": { "start": { @@ -19886,8 +19886,8 @@ "object": { "type": "ThisExpression", "range": [ - 8519, - 8523 + 8520, + 8524 ], "loc": { "start": { @@ -19904,8 +19904,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 8524, - 8531 + 8525, + 8532 ], "loc": { "start": { @@ -19919,8 +19919,8 @@ } }, "range": [ - 8519, - 8531 + 8520, + 8532 ], "loc": { "start": { @@ -19937,8 +19937,8 @@ "type": "Identifier", "name": "off", "range": [ - 8532, - 8535 + 8533, + 8536 ], "loc": { "start": { @@ -19952,8 +19952,8 @@ } }, "range": [ - 8519, - 8535 + 8520, + 8536 ], "loc": { "start": { @@ -19975,8 +19975,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 8537, - 8555 + 8538, + 8556 ], "loc": { "start": { @@ -19991,8 +19991,8 @@ } ], "range": [ - 8536, - 8556 + 8537, + 8557 ], "loc": { "start": { @@ -20017,8 +20017,8 @@ "object": { "type": "ThisExpression", "range": [ - 8563, - 8567 + 8564, + 8568 ], "loc": { "start": { @@ -20035,8 +20035,8 @@ "type": "Identifier", "name": "buildIcons", "range": [ - 8568, - 8578 + 8569, + 8579 ], "loc": { "start": { @@ -20050,8 +20050,8 @@ } }, "range": [ - 8563, - 8578 + 8564, + 8579 ], "loc": { "start": { @@ -20066,8 +20066,8 @@ }, "arguments": [], "range": [ - 8563, - 8580 + 8564, + 8581 ], "loc": { "start": { @@ -20083,8 +20083,8 @@ "generator": false, "expression": true, "range": [ - 8558, - 8580 + 8559, + 8581 ], "loc": { "start": { @@ -20099,8 +20099,8 @@ } ], "range": [ - 8519, - 8581 + 8520, + 8582 ], "loc": { "start": { @@ -20114,8 +20114,8 @@ } }, "range": [ - 8519, - 8582 + 8520, + 8583 ], "loc": { "start": { @@ -20132,8 +20132,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 8486, - 8510 + 8487, + 8511 ], "loc": { "start": { @@ -20161,8 +20161,8 @@ "object": { "type": "ThisExpression", "range": [ - 8591, - 8595 + 8592, + 8596 ], "loc": { "start": { @@ -20179,8 +20179,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 8596, - 8603 + 8597, + 8604 ], "loc": { "start": { @@ -20194,8 +20194,8 @@ } }, "range": [ - 8591, - 8603 + 8592, + 8604 ], "loc": { "start": { @@ -20212,8 +20212,8 @@ "type": "Identifier", "name": "off", "range": [ - 8604, - 8607 + 8605, + 8608 ], "loc": { "start": { @@ -20227,8 +20227,8 @@ } }, "range": [ - 8591, - 8607 + 8592, + 8608 ], "loc": { "start": { @@ -20250,8 +20250,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 8609, - 8626 + 8610, + 8627 ], "loc": { "start": { @@ -20266,8 +20266,8 @@ } ], "range": [ - 8608, - 8627 + 8609, + 8628 ], "loc": { "start": { @@ -20292,8 +20292,8 @@ "object": { "type": "ThisExpression", "range": [ - 8634, - 8638 + 8635, + 8639 ], "loc": { "start": { @@ -20310,8 +20310,8 @@ "type": "Identifier", "name": "closeAll", "range": [ - 8639, - 8647 + 8640, + 8648 ], "loc": { "start": { @@ -20325,8 +20325,8 @@ } }, "range": [ - 8634, - 8647 + 8635, + 8648 ], "loc": { "start": { @@ -20341,8 +20341,8 @@ }, "arguments": [], "range": [ - 8634, - 8649 + 8635, + 8650 ], "loc": { "start": { @@ -20358,8 +20358,8 @@ "generator": false, "expression": true, "range": [ - 8629, - 8649 + 8630, + 8650 ], "loc": { "start": { @@ -20374,8 +20374,8 @@ } ], "range": [ - 8591, - 8650 + 8592, + 8651 ], "loc": { "start": { @@ -20389,8 +20389,8 @@ } }, "range": [ - 8591, - 8651 + 8592, + 8652 ], "loc": { "start": { @@ -20416,8 +20416,8 @@ "object": { "type": "ThisExpression", "range": [ - 8660, - 8664 + 8661, + 8665 ], "loc": { "start": { @@ -20434,8 +20434,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 8665, - 8672 + 8666, + 8673 ], "loc": { "start": { @@ -20449,8 +20449,8 @@ } }, "range": [ - 8660, - 8672 + 8661, + 8673 ], "loc": { "start": { @@ -20467,8 +20467,8 @@ "type": "Identifier", "name": "off", "range": [ - 8673, - 8676 + 8674, + 8677 ], "loc": { "start": { @@ -20482,8 +20482,8 @@ } }, "range": [ - 8660, - 8676 + 8661, + 8677 ], "loc": { "start": { @@ -20505,8 +20505,8 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 8678, - 8694 + 8679, + 8695 ], "loc": { "start": { @@ -20521,8 +20521,8 @@ } ], "range": [ - 8677, - 8695 + 8678, + 8696 ], "loc": { "start": { @@ -20543,8 +20543,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8710, - 8712 + 8711, + 8713 ], "loc": { "start": { @@ -20561,8 +20561,8 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 8714, - 8723 + 8715, + 8724 ], "loc": { "start": { @@ -20584,8 +20584,8 @@ "object": { "type": "ThisExpression", "range": [ - 8727, - 8731 + 8728, + 8732 ], "loc": { "start": { @@ -20602,8 +20602,8 @@ "type": "Identifier", "name": "buildIcon", "range": [ - 8732, - 8741 + 8733, + 8742 ], "loc": { "start": { @@ -20617,8 +20617,8 @@ } }, "range": [ - 8727, - 8741 + 8728, + 8742 ], "loc": { "start": { @@ -20636,8 +20636,8 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 8742, - 8751 + 8743, + 8752 ], "loc": { "start": { @@ -20655,8 +20655,8 @@ "value": true, "raw": "true", "range": [ - 8753, - 8757 + 8754, + 8758 ], "loc": { "start": { @@ -20671,8 +20671,8 @@ } ], "range": [ - 8727, - 8758 + 8728, + 8759 ], "loc": { "start": { @@ -20688,8 +20688,8 @@ "generator": false, "expression": true, "range": [ - 8709, - 8758 + 8710, + 8759 ], "loc": { "start": { @@ -20704,8 +20704,8 @@ } ], "range": [ - 8660, - 8759 + 8661, + 8760 ], "loc": { "start": { @@ -20719,8 +20719,8 @@ } }, "range": [ - 8660, - 8760 + 8661, + 8761 ], "loc": { "start": { @@ -20746,8 +20746,8 @@ "object": { "type": "ThisExpression", "range": [ - 8769, - 8773 + 8770, + 8774 ], "loc": { "start": { @@ -20764,8 +20764,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 8774, - 8781 + 8775, + 8782 ], "loc": { "start": { @@ -20779,8 +20779,8 @@ } }, "range": [ - 8769, - 8781 + 8770, + 8782 ], "loc": { "start": { @@ -20797,8 +20797,8 @@ "type": "Identifier", "name": "off", "range": [ - 8782, - 8785 + 8783, + 8786 ], "loc": { "start": { @@ -20812,8 +20812,8 @@ } }, "range": [ - 8769, - 8785 + 8770, + 8786 ], "loc": { "start": { @@ -20835,8 +20835,8 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 8787, - 8809 + 8788, + 8810 ], "loc": { "start": { @@ -20851,8 +20851,8 @@ } ], "range": [ - 8786, - 8810 + 8787, + 8811 ], "loc": { "start": { @@ -20881,8 +20881,8 @@ "object": { "type": "ThisExpression", "range": [ - 8817, - 8821 + 8818, + 8822 ], "loc": { "start": { @@ -20899,8 +20899,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8822, - 8824 + 8823, + 8825 ], "loc": { "start": { @@ -20914,8 +20914,8 @@ } }, "range": [ - 8817, - 8824 + 8818, + 8825 ], "loc": { "start": { @@ -20932,8 +20932,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 8825, - 8835 + 8826, + 8836 ], "loc": { "start": { @@ -20947,8 +20947,8 @@ } }, "range": [ - 8817, - 8835 + 8818, + 8836 ], "loc": { "start": { @@ -20963,8 +20963,8 @@ }, "prefix": false, "range": [ - 8817, - 8837 + 8818, + 8838 ], "loc": { "start": { @@ -20980,8 +20980,8 @@ "generator": false, "expression": true, "range": [ - 8812, - 8837 + 8813, + 8838 ], "loc": { "start": { @@ -20996,8 +20996,8 @@ } ], "range": [ - 8769, - 8838 + 8770, + 8839 ], "loc": { "start": { @@ -21011,8 +21011,8 @@ } }, "range": [ - 8769, - 8839 + 8770, + 8840 ], "loc": { "start": { @@ -21038,8 +21038,8 @@ "object": { "type": "ThisExpression", "range": [ - 8848, - 8852 + 8849, + 8853 ], "loc": { "start": { @@ -21056,8 +21056,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 8853, - 8860 + 8854, + 8861 ], "loc": { "start": { @@ -21071,8 +21071,8 @@ } }, "range": [ - 8848, - 8860 + 8849, + 8861 ], "loc": { "start": { @@ -21089,8 +21089,8 @@ "type": "Identifier", "name": "off", "range": [ - 8861, - 8864 + 8862, + 8865 ], "loc": { "start": { @@ -21104,8 +21104,8 @@ } }, "range": [ - 8848, - 8864 + 8849, + 8865 ], "loc": { "start": { @@ -21127,8 +21127,8 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 8866, - 8886 + 8867, + 8887 ], "loc": { "start": { @@ -21143,8 +21143,8 @@ } ], "range": [ - 8865, - 8887 + 8866, + 8888 ], "loc": { "start": { @@ -21165,8 +21165,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8902, - 8904 + 8903, + 8905 ], "loc": { "start": { @@ -21183,8 +21183,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8906, - 8914 + 8907, + 8915 ], "loc": { "start": { @@ -21206,8 +21206,8 @@ "object": { "type": "ThisExpression", "range": [ - 8918, - 8922 + 8919, + 8923 ], "loc": { "start": { @@ -21224,8 +21224,8 @@ "type": "Identifier", "name": "build", "range": [ - 8923, - 8928 + 8924, + 8929 ], "loc": { "start": { @@ -21239,8 +21239,8 @@ } }, "range": [ - 8918, - 8928 + 8919, + 8929 ], "loc": { "start": { @@ -21258,8 +21258,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 8929, - 8937 + 8930, + 8938 ], "loc": { "start": { @@ -21274,8 +21274,8 @@ } ], "range": [ - 8918, - 8938 + 8919, + 8939 ], "loc": { "start": { @@ -21291,8 +21291,8 @@ "generator": false, "expression": true, "range": [ - 8901, - 8938 + 8902, + 8939 ], "loc": { "start": { @@ -21307,8 +21307,8 @@ } ], "range": [ - 8848, - 8939 + 8849, + 8940 ], "loc": { "start": { @@ -21322,8 +21322,8 @@ } }, "range": [ - 8848, - 8940 + 8849, + 8941 ], "loc": { "start": { @@ -21347,8 +21347,8 @@ "object": { "type": "ThisExpression", "range": [ - 8950, - 8954 + 8951, + 8955 ], "loc": { "start": { @@ -21365,8 +21365,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 8955, - 8966 + 8956, + 8967 ], "loc": { "start": { @@ -21380,8 +21380,8 @@ } }, "range": [ - 8950, - 8966 + 8951, + 8967 ], "loc": { "start": { @@ -21399,8 +21399,8 @@ "value": false, "raw": "false", "range": [ - 8969, - 8974 + 8970, + 8975 ], "loc": { "start": { @@ -21414,8 +21414,8 @@ } }, "range": [ - 8950, - 8974 + 8951, + 8975 ], "loc": { "start": { @@ -21429,8 +21429,8 @@ } }, "range": [ - 8950, - 8975 + 8951, + 8976 ], "loc": { "start": { @@ -21445,8 +21445,8 @@ } ], "range": [ - 7650, - 8981 + 7651, + 8982 ], "loc": { "start": { @@ -21462,8 +21462,8 @@ "generator": false, "expression": false, "range": [ - 7648, - 8981 + 7649, + 8982 ], "loc": { "start": { @@ -21479,8 +21479,8 @@ "kind": "method", "computed": false, "range": [ - 7641, - 8981 + 7642, + 8982 ], "loc": { "start": { @@ -21497,8 +21497,8 @@ "type": "Block", "value": "*\n * Remove pop-up filters\n ", "range": [ - 7596, - 7636 + 7597, + 7637 ], "loc": { "start": { @@ -21516,8 +21516,8 @@ } ], "range": [ - 200, - 8984 + 201, + 8985 ], "loc": { "start": { @@ -21531,8 +21531,8 @@ } }, "range": [ - 167, - 8984 + 168, + 8985 ], "loc": { "start": { @@ -21550,8 +21550,8 @@ "specifiers": [], "source": null, "range": [ - 160, - 8984 + 161, + 8985 ], "loc": { "start": { @@ -21568,7 +21568,7 @@ "sourceType": "module", "range": [ 0, - 8984 + 8985 ], "loc": { "start": { @@ -21585,8 +21585,8 @@ "type": "Block", "value": "*\n * Pop-up filter component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 207, - 296 + 208, + 297 ], "loc": { "start": { @@ -21603,8 +21603,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 362, - 385 + 363, + 386 ], "loc": { "start": { @@ -21621,8 +21621,8 @@ "type": "Line", "value": " Enable external filters", "range": [ - 424, - 450 + 425, + 451 ], "loc": { "start": { @@ -21639,8 +21639,8 @@ "type": "Line", "value": "filter icon path", "range": [ - 528, - 546 + 529, + 547 ], "loc": { "start": { @@ -21657,8 +21657,8 @@ "type": "Line", "value": "active filter icon path", "range": [ - 651, - 676 + 652, + 677 ], "loc": { "start": { @@ -21675,8 +21675,8 @@ "type": "Line", "value": "defines css class for popup div containing filter", "range": [ - 933, - 984 + 934, + 985 ], "loc": { "start": { @@ -21693,8 +21693,8 @@ "type": "Line", "value": "callback function before popup filtes is opened", "range": [ - 1065, - 1114 + 1066, + 1115 ], "loc": { "start": { @@ -21711,8 +21711,8 @@ "type": "Line", "value": "callback function after popup filtes is opened", "range": [ - 1250, - 1298 + 1251, + 1299 ], "loc": { "start": { @@ -21729,8 +21729,8 @@ "type": "Line", "value": "callback function before popup filtes is closed", "range": [ - 1431, - 1480 + 1432, + 1481 ], "loc": { "start": { @@ -21747,8 +21747,8 @@ "type": "Line", "value": "callback function after popup filtes is closed", "range": [ - 1631, - 1679 + 1632, + 1680 ], "loc": { "start": { @@ -21765,8 +21765,8 @@ "type": "Line", "value": "stores filters spans", "range": [ - 1816, - 1838 + 1817, + 1839 ], "loc": { "start": { @@ -21783,8 +21783,8 @@ "type": "Line", "value": "stores filters icons", "range": [ - 1880, - 1902 + 1881, + 1903 ], "loc": { "start": { @@ -21801,8 +21801,8 @@ "type": "Line", "value": "stores filters containers", "range": [ - 1943, - 1970 + 1944, + 1971 ], "loc": { "start": { @@ -21819,8 +21819,8 @@ "type": "Line", "value": "id prefix for pop-up filter span", "range": [ - 2084, - 2118 + 2085, + 2119 ], "loc": { "start": { @@ -21837,8 +21837,8 @@ "type": "Line", "value": "id prefix for pop-up div containing filter", "range": [ - 2170, - 2214 + 2171, + 2215 ], "loc": { "start": { @@ -21855,8 +21855,8 @@ "type": "Block", "value": "*\n * Initialize DOM elements\n ", "range": [ - 2816, - 2858 + 2817, + 2859 ], "loc": { "start": { @@ -21873,8 +21873,8 @@ "type": "Line", "value": " Override headers row index if no grouped headers", "range": [ - 2967, - 3018 + 2968, + 3019 ], "loc": { "start": { @@ -21891,8 +21891,8 @@ "type": "Line", "value": " subscribe to events", "range": [ - 3728, - 3750 + 3729, + 3751 ], "loc": { "start": { @@ -21909,8 +21909,8 @@ "type": "Block", "value": "*\n * Reset previously destroyed feature\n ", "range": [ - 4221, - 4274 + 4222, + 4275 ], "loc": { "start": { @@ -21927,8 +21927,8 @@ "type": "Block", "value": "*\n * Build all pop-up filters elements\n ", "range": [ - 4368, - 4420 + 4369, + 4421 ], "loc": { "start": { @@ -21945,8 +21945,8 @@ "type": "Block", "value": "*\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n ", "range": [ - 4570, - 4739 + 4571, + 4740 ], "loc": { "start": { @@ -21963,8 +21963,8 @@ "type": "Block", "value": "*\n * Toogle visibility of specified filter\n * @param {Number} colIndex Column index\n ", "range": [ - 5250, - 5352 + 5251, + 5353 ], "loc": { "start": { @@ -21981,8 +21981,8 @@ "type": "Block", "value": "*\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n ", "range": [ - 6571, - 6719 + 6572, + 6720 ], "loc": { "start": { @@ -21999,8 +21999,8 @@ "type": "Block", "value": "*\n * Build all the icons representing the pop-up filters\n ", "range": [ - 7039, - 7109 + 7040, + 7110 ], "loc": { "start": { @@ -22017,8 +22017,8 @@ "type": "Block", "value": "*\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n ", "range": [ - 7242, - 7386 + 7243, + 7387 ], "loc": { "start": { @@ -22035,8 +22035,8 @@ "type": "Block", "value": "*\n * Remove pop-up filters\n ", "range": [ - 7596, - 7636 + 7597, + 7637 ], "loc": { "start": { @@ -22053,8 +22053,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 8486, - 8510 + 8487, + 8511 ], "loc": { "start": { diff --git a/docs/ast/source/modules/rowsCounter.js.json b/docs/ast/source/modules/rowsCounter.js.json index bbefbb5b..cb63b156 100644 --- a/docs/ast/source/modules/rowsCounter.js.json +++ b/docs/ast/source/modules/rowsCounter.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -116,8 +116,8 @@ } }, "range": [ - 42, - 45 + 43, + 46 ], "loc": { "start": { @@ -136,8 +136,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 51, - 59 + 52, + 60 ], "loc": { "start": { @@ -151,8 +151,8 @@ } }, "range": [ - 35, - 60 + 36, + 61 ], "loc": { "start": { @@ -174,8 +174,8 @@ "type": "Identifier", "name": "Types", "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -189,8 +189,8 @@ } }, "range": [ - 68, - 73 + 69, + 74 ], "loc": { "start": { @@ -209,8 +209,8 @@ "value": "../types", "raw": "'../types'", "range": [ - 79, - 89 + 80, + 90 ], "loc": { "start": { @@ -224,8 +224,8 @@ } }, "range": [ - 61, - 90 + 62, + 91 ], "loc": { "start": { @@ -246,8 +246,8 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 105, - 116 + 106, + 117 ], "loc": { "start": { @@ -264,8 +264,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 125, - 132 + 126, + 133 ], "loc": { "start": { @@ -287,8 +287,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 222, - 233 + 223, + 234 ], "loc": { "start": { @@ -309,8 +309,8 @@ "type": "Identifier", "name": "tf", "range": [ - 234, - 236 + 235, + 237 ], "loc": { "start": { @@ -334,8 +334,8 @@ "callee": { "type": "Super", "range": [ - 247, - 252 + 248, + 253 ], "loc": { "start": { @@ -353,8 +353,8 @@ "type": "Identifier", "name": "tf", "range": [ - 253, - 255 + 254, + 256 ], "loc": { "start": { @@ -372,8 +372,8 @@ "value": "rowsCounter", "raw": "'rowsCounter'", "range": [ - 257, - 270 + 258, + 271 ], "loc": { "start": { @@ -388,8 +388,8 @@ } ], "range": [ - 247, - 271 + 248, + 272 ], "loc": { "start": { @@ -403,8 +403,8 @@ } }, "range": [ - 247, - 272 + 248, + 273 ], "loc": { "start": { @@ -421,8 +421,8 @@ "type": "Line", "value": " TableFilter configuration", "range": [ - 282, - 310 + 283, + 311 ], "loc": { "start": { @@ -446,8 +446,8 @@ "type": "Identifier", "name": "f", "range": [ - 323, - 324 + 324, + 325 ], "loc": { "start": { @@ -466,8 +466,8 @@ "object": { "type": "ThisExpression", "range": [ - 327, - 331 + 328, + 332 ], "loc": { "start": { @@ -484,8 +484,8 @@ "type": "Identifier", "name": "config", "range": [ - 332, - 338 + 333, + 339 ], "loc": { "start": { @@ -499,8 +499,8 @@ } }, "range": [ - 327, - 338 + 328, + 339 ], "loc": { "start": { @@ -514,8 +514,8 @@ } }, "range": [ - 323, - 338 + 324, + 339 ], "loc": { "start": { @@ -531,8 +531,8 @@ ], "kind": "var", "range": [ - 319, - 339 + 320, + 340 ], "loc": { "start": { @@ -549,8 +549,8 @@ "type": "Line", "value": " TableFilter configuration", "range": [ - 282, - 310 + 283, + 311 ], "loc": { "start": { @@ -569,8 +569,8 @@ "type": "Line", "value": "id of custom container element", "range": [ - 349, - 381 + 350, + 382 ], "loc": { "start": { @@ -596,8 +596,8 @@ "object": { "type": "ThisExpression", "range": [ - 390, - 394 + 391, + 395 ], "loc": { "start": { @@ -614,8 +614,8 @@ "type": "Identifier", "name": "rowsCounterTgtId", "range": [ - 395, - 411 + 396, + 412 ], "loc": { "start": { @@ -629,8 +629,8 @@ } }, "range": [ - 390, - 411 + 391, + 412 ], "loc": { "start": { @@ -653,8 +653,8 @@ "type": "Identifier", "name": "f", "range": [ - 414, - 415 + 415, + 416 ], "loc": { "start": { @@ -671,8 +671,8 @@ "type": "Identifier", "name": "rows_counter_target_id", "range": [ - 416, - 438 + 417, + 439 ], "loc": { "start": { @@ -686,8 +686,8 @@ } }, "range": [ - 414, - 438 + 415, + 439 ], "loc": { "start": { @@ -705,8 +705,8 @@ "value": null, "raw": "null", "range": [ - 442, - 446 + 443, + 447 ], "loc": { "start": { @@ -720,8 +720,8 @@ } }, "range": [ - 414, - 446 + 415, + 447 ], "loc": { "start": { @@ -735,8 +735,8 @@ } }, "range": [ - 390, - 446 + 391, + 447 ], "loc": { "start": { @@ -750,8 +750,8 @@ } }, "range": [ - 390, - 447 + 391, + 448 ], "loc": { "start": { @@ -768,8 +768,8 @@ "type": "Line", "value": "id of custom container element", "range": [ - 349, - 381 + 350, + 382 ], "loc": { "start": { @@ -788,8 +788,8 @@ "type": "Line", "value": "element containing tot nb rows", "range": [ - 456, - 488 + 457, + 489 ], "loc": { "start": { @@ -815,8 +815,8 @@ "object": { "type": "ThisExpression", "range": [ - 497, - 501 + 498, + 502 ], "loc": { "start": { @@ -833,8 +833,8 @@ "type": "Identifier", "name": "rowsCounterDiv", "range": [ - 502, - 516 + 503, + 517 ], "loc": { "start": { @@ -848,8 +848,8 @@ } }, "range": [ - 497, - 516 + 498, + 517 ], "loc": { "start": { @@ -867,8 +867,8 @@ "value": null, "raw": "null", "range": [ - 519, - 523 + 520, + 524 ], "loc": { "start": { @@ -882,8 +882,8 @@ } }, "range": [ - 497, - 523 + 498, + 524 ], "loc": { "start": { @@ -897,8 +897,8 @@ } }, "range": [ - 497, - 524 + 498, + 525 ], "loc": { "start": { @@ -915,8 +915,8 @@ "type": "Line", "value": "element containing tot nb rows", "range": [ - 456, - 488 + 457, + 489 ], "loc": { "start": { @@ -935,8 +935,8 @@ "type": "Line", "value": "element containing tot nb rows label", "range": [ - 533, - 571 + 534, + 572 ], "loc": { "start": { @@ -962,8 +962,8 @@ "object": { "type": "ThisExpression", "range": [ - 580, - 584 + 581, + 585 ], "loc": { "start": { @@ -980,8 +980,8 @@ "type": "Identifier", "name": "rowsCounterSpan", "range": [ - 585, - 600 + 586, + 601 ], "loc": { "start": { @@ -995,8 +995,8 @@ } }, "range": [ - 580, - 600 + 581, + 601 ], "loc": { "start": { @@ -1014,8 +1014,8 @@ "value": null, "raw": "null", "range": [ - 603, - 607 + 604, + 608 ], "loc": { "start": { @@ -1029,8 +1029,8 @@ } }, "range": [ - 580, - 607 + 581, + 608 ], "loc": { "start": { @@ -1044,8 +1044,8 @@ } }, "range": [ - 580, - 608 + 581, + 609 ], "loc": { "start": { @@ -1062,8 +1062,8 @@ "type": "Line", "value": "element containing tot nb rows label", "range": [ - 533, - 571 + 534, + 572 ], "loc": { "start": { @@ -1082,8 +1082,8 @@ "type": "Line", "value": "defines rows counter text", "range": [ - 617, - 644 + 618, + 645 ], "loc": { "start": { @@ -1109,8 +1109,8 @@ "object": { "type": "ThisExpression", "range": [ - 653, - 657 + 654, + 658 ], "loc": { "start": { @@ -1127,8 +1127,8 @@ "type": "Identifier", "name": "rowsCounterText", "range": [ - 658, - 673 + 659, + 674 ], "loc": { "start": { @@ -1142,8 +1142,8 @@ } }, "range": [ - 653, - 673 + 654, + 674 ], "loc": { "start": { @@ -1166,8 +1166,8 @@ "type": "Identifier", "name": "f", "range": [ - 676, - 677 + 677, + 678 ], "loc": { "start": { @@ -1184,8 +1184,8 @@ "type": "Identifier", "name": "rows_counter_text", "range": [ - 678, - 695 + 679, + 696 ], "loc": { "start": { @@ -1199,8 +1199,8 @@ } }, "range": [ - 676, - 695 + 677, + 696 ], "loc": { "start": { @@ -1218,8 +1218,8 @@ "value": "Rows: ", "raw": "'Rows: '", "range": [ - 699, - 707 + 700, + 708 ], "loc": { "start": { @@ -1233,8 +1233,8 @@ } }, "range": [ - 676, - 707 + 677, + 708 ], "loc": { "start": { @@ -1248,8 +1248,8 @@ } }, "range": [ - 653, - 707 + 654, + 708 ], "loc": { "start": { @@ -1263,8 +1263,8 @@ } }, "range": [ - 653, - 708 + 654, + 709 ], "loc": { "start": { @@ -1281,8 +1281,8 @@ "type": "Line", "value": "defines rows counter text", "range": [ - 617, - 644 + 618, + 645 ], "loc": { "start": { @@ -1308,8 +1308,8 @@ "object": { "type": "ThisExpression", "range": [ - 717, - 721 + 718, + 722 ], "loc": { "start": { @@ -1326,8 +1326,8 @@ "type": "Identifier", "name": "fromToTextSeparator", "range": [ - 722, - 741 + 723, + 742 ], "loc": { "start": { @@ -1341,8 +1341,8 @@ } }, "range": [ - 717, - 741 + 718, + 742 ], "loc": { "start": { @@ -1365,8 +1365,8 @@ "type": "Identifier", "name": "f", "range": [ - 744, - 745 + 745, + 746 ], "loc": { "start": { @@ -1383,8 +1383,8 @@ "type": "Identifier", "name": "from_to_text_separator", "range": [ - 746, - 768 + 747, + 769 ], "loc": { "start": { @@ -1398,8 +1398,8 @@ } }, "range": [ - 744, - 768 + 745, + 769 ], "loc": { "start": { @@ -1417,8 +1417,8 @@ "value": "-", "raw": "'-'", "range": [ - 772, - 775 + 773, + 776 ], "loc": { "start": { @@ -1432,8 +1432,8 @@ } }, "range": [ - 744, - 775 + 745, + 776 ], "loc": { "start": { @@ -1447,8 +1447,8 @@ } }, "range": [ - 717, - 775 + 718, + 776 ], "loc": { "start": { @@ -1462,8 +1462,8 @@ } }, "range": [ - 717, - 776 + 718, + 777 ], "loc": { "start": { @@ -1487,8 +1487,8 @@ "object": { "type": "ThisExpression", "range": [ - 785, - 789 + 786, + 790 ], "loc": { "start": { @@ -1505,8 +1505,8 @@ "type": "Identifier", "name": "overText", "range": [ - 790, - 798 + 791, + 799 ], "loc": { "start": { @@ -1520,8 +1520,8 @@ } }, "range": [ - 785, - 798 + 786, + 799 ], "loc": { "start": { @@ -1544,8 +1544,8 @@ "type": "Identifier", "name": "f", "range": [ - 801, - 802 + 802, + 803 ], "loc": { "start": { @@ -1562,8 +1562,8 @@ "type": "Identifier", "name": "over_text", "range": [ - 803, - 812 + 804, + 813 ], "loc": { "start": { @@ -1577,8 +1577,8 @@ } }, "range": [ - 801, - 812 + 802, + 813 ], "loc": { "start": { @@ -1596,8 +1596,8 @@ "value": " / ", "raw": "' / '", "range": [ - 816, - 821 + 817, + 822 ], "loc": { "start": { @@ -1611,8 +1611,8 @@ } }, "range": [ - 801, - 821 + 802, + 822 ], "loc": { "start": { @@ -1626,8 +1626,8 @@ } }, "range": [ - 785, - 821 + 786, + 822 ], "loc": { "start": { @@ -1641,8 +1641,8 @@ } }, "range": [ - 785, - 822 + 786, + 823 ], "loc": { "start": { @@ -1659,8 +1659,8 @@ "type": "Line", "value": "defines css class rows counter", "range": [ - 831, - 863 + 832, + 864 ], "loc": { "start": { @@ -1686,8 +1686,8 @@ "object": { "type": "ThisExpression", "range": [ - 872, - 876 + 873, + 877 ], "loc": { "start": { @@ -1704,8 +1704,8 @@ "type": "Identifier", "name": "totRowsCssClass", "range": [ - 877, - 892 + 878, + 893 ], "loc": { "start": { @@ -1719,8 +1719,8 @@ } }, "range": [ - 872, - 892 + 873, + 893 ], "loc": { "start": { @@ -1743,8 +1743,8 @@ "type": "Identifier", "name": "f", "range": [ - 895, - 896 + 896, + 897 ], "loc": { "start": { @@ -1761,8 +1761,8 @@ "type": "Identifier", "name": "tot_rows_css_class", "range": [ - 897, - 915 + 898, + 916 ], "loc": { "start": { @@ -1776,8 +1776,8 @@ } }, "range": [ - 895, - 915 + 896, + 916 ], "loc": { "start": { @@ -1795,8 +1795,8 @@ "value": "tot", "raw": "'tot'", "range": [ - 919, - 924 + 920, + 925 ], "loc": { "start": { @@ -1810,8 +1810,8 @@ } }, "range": [ - 895, - 924 + 896, + 925 ], "loc": { "start": { @@ -1825,8 +1825,8 @@ } }, "range": [ - 872, - 924 + 873, + 925 ], "loc": { "start": { @@ -1840,8 +1840,8 @@ } }, "range": [ - 872, - 925 + 873, + 926 ], "loc": { "start": { @@ -1858,8 +1858,8 @@ "type": "Line", "value": "defines css class rows counter", "range": [ - 831, - 863 + 832, + 864 ], "loc": { "start": { @@ -1878,8 +1878,8 @@ "type": "Line", "value": "rows counter div", "range": [ - 934, - 952 + 935, + 953 ], "loc": { "start": { @@ -1905,8 +1905,8 @@ "object": { "type": "ThisExpression", "range": [ - 961, - 965 + 962, + 966 ], "loc": { "start": { @@ -1923,8 +1923,8 @@ "type": "Identifier", "name": "prfxCounter", "range": [ - 966, - 977 + 967, + 978 ], "loc": { "start": { @@ -1938,8 +1938,8 @@ } }, "range": [ - 961, - 977 + 962, + 978 ], "loc": { "start": { @@ -1957,8 +1957,8 @@ "value": "counter_", "raw": "'counter_'", "range": [ - 980, - 990 + 981, + 991 ], "loc": { "start": { @@ -1972,8 +1972,8 @@ } }, "range": [ - 961, - 990 + 962, + 991 ], "loc": { "start": { @@ -1987,8 +1987,8 @@ } }, "range": [ - 961, - 991 + 962, + 992 ], "loc": { "start": { @@ -2005,8 +2005,8 @@ "type": "Line", "value": "rows counter div", "range": [ - 934, - 952 + 935, + 953 ], "loc": { "start": { @@ -2025,8 +2025,8 @@ "type": "Line", "value": "nb displayed rows label", "range": [ - 1000, - 1025 + 1001, + 1026 ], "loc": { "start": { @@ -2052,8 +2052,8 @@ "object": { "type": "ThisExpression", "range": [ - 1034, - 1038 + 1035, + 1039 ], "loc": { "start": { @@ -2070,8 +2070,8 @@ "type": "Identifier", "name": "prfxTotRows", "range": [ - 1039, - 1050 + 1040, + 1051 ], "loc": { "start": { @@ -2085,8 +2085,8 @@ } }, "range": [ - 1034, - 1050 + 1035, + 1051 ], "loc": { "start": { @@ -2104,8 +2104,8 @@ "value": "totrows_span_", "raw": "'totrows_span_'", "range": [ - 1053, - 1068 + 1054, + 1069 ], "loc": { "start": { @@ -2119,8 +2119,8 @@ } }, "range": [ - 1034, - 1068 + 1035, + 1069 ], "loc": { "start": { @@ -2134,8 +2134,8 @@ } }, "range": [ - 1034, - 1069 + 1035, + 1070 ], "loc": { "start": { @@ -2152,8 +2152,8 @@ "type": "Line", "value": "nb displayed rows label", "range": [ - 1000, - 1025 + 1001, + 1026 ], "loc": { "start": { @@ -2172,8 +2172,8 @@ "type": "Line", "value": "label preceding nb rows label", "range": [ - 1078, - 1109 + 1079, + 1110 ], "loc": { "start": { @@ -2199,8 +2199,8 @@ "object": { "type": "ThisExpression", "range": [ - 1118, - 1122 + 1119, + 1123 ], "loc": { "start": { @@ -2217,8 +2217,8 @@ "type": "Identifier", "name": "prfxTotRowsTxt", "range": [ - 1123, - 1137 + 1124, + 1138 ], "loc": { "start": { @@ -2232,8 +2232,8 @@ } }, "range": [ - 1118, - 1137 + 1119, + 1138 ], "loc": { "start": { @@ -2251,8 +2251,8 @@ "value": "totRowsTextSpan_", "raw": "'totRowsTextSpan_'", "range": [ - 1140, - 1158 + 1141, + 1159 ], "loc": { "start": { @@ -2266,8 +2266,8 @@ } }, "range": [ - 1118, - 1158 + 1119, + 1159 ], "loc": { "start": { @@ -2281,8 +2281,8 @@ } }, "range": [ - 1118, - 1159 + 1119, + 1160 ], "loc": { "start": { @@ -2299,8 +2299,8 @@ "type": "Line", "value": "label preceding nb rows label", "range": [ - 1078, - 1109 + 1079, + 1110 ], "loc": { "start": { @@ -2319,8 +2319,8 @@ "type": "Line", "value": "callback raised before counter is refreshed", "range": [ - 1168, - 1213 + 1169, + 1214 ], "loc": { "start": { @@ -2346,8 +2346,8 @@ "object": { "type": "ThisExpression", "range": [ - 1222, - 1226 + 1223, + 1227 ], "loc": { "start": { @@ -2364,8 +2364,8 @@ "type": "Identifier", "name": "onBeforeRefreshCounter", "range": [ - 1227, - 1249 + 1228, + 1250 ], "loc": { "start": { @@ -2379,8 +2379,8 @@ } }, "range": [ - 1222, - 1249 + 1223, + 1250 ], "loc": { "start": { @@ -2404,8 +2404,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1252, - 1257 + 1253, + 1258 ], "loc": { "start": { @@ -2422,8 +2422,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1258, - 1262 + 1259, + 1263 ], "loc": { "start": { @@ -2437,8 +2437,8 @@ } }, "range": [ - 1252, - 1262 + 1253, + 1263 ], "loc": { "start": { @@ -2459,8 +2459,8 @@ "type": "Identifier", "name": "f", "range": [ - 1263, - 1264 + 1264, + 1265 ], "loc": { "start": { @@ -2477,8 +2477,8 @@ "type": "Identifier", "name": "on_before_refresh_counter", "range": [ - 1265, - 1290 + 1266, + 1291 ], "loc": { "start": { @@ -2492,8 +2492,8 @@ } }, "range": [ - 1263, - 1290 + 1264, + 1291 ], "loc": { "start": { @@ -2508,8 +2508,8 @@ } ], "range": [ - 1252, - 1291 + 1253, + 1292 ], "loc": { "start": { @@ -2529,8 +2529,8 @@ "type": "Identifier", "name": "f", "range": [ - 1306, - 1307 + 1307, + 1308 ], "loc": { "start": { @@ -2547,8 +2547,8 @@ "type": "Identifier", "name": "on_before_refresh_counter", "range": [ - 1308, - 1333 + 1309, + 1334 ], "loc": { "start": { @@ -2562,8 +2562,8 @@ } }, "range": [ - 1306, - 1333 + 1307, + 1334 ], "loc": { "start": { @@ -2581,8 +2581,8 @@ "value": null, "raw": "null", "range": [ - 1336, - 1340 + 1337, + 1341 ], "loc": { "start": { @@ -2596,8 +2596,8 @@ } }, "range": [ - 1252, - 1340 + 1253, + 1341 ], "loc": { "start": { @@ -2611,8 +2611,8 @@ } }, "range": [ - 1222, - 1340 + 1223, + 1341 ], "loc": { "start": { @@ -2626,8 +2626,8 @@ } }, "range": [ - 1222, - 1341 + 1223, + 1342 ], "loc": { "start": { @@ -2644,8 +2644,8 @@ "type": "Line", "value": "callback raised before counter is refreshed", "range": [ - 1168, - 1213 + 1169, + 1214 ], "loc": { "start": { @@ -2664,8 +2664,8 @@ "type": "Line", "value": "callback raised after counter is refreshed", "range": [ - 1350, - 1394 + 1351, + 1395 ], "loc": { "start": { @@ -2691,8 +2691,8 @@ "object": { "type": "ThisExpression", "range": [ - 1403, - 1407 + 1404, + 1408 ], "loc": { "start": { @@ -2709,8 +2709,8 @@ "type": "Identifier", "name": "onAfterRefreshCounter", "range": [ - 1408, - 1429 + 1409, + 1430 ], "loc": { "start": { @@ -2724,8 +2724,8 @@ } }, "range": [ - 1403, - 1429 + 1404, + 1430 ], "loc": { "start": { @@ -2749,8 +2749,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1432, - 1437 + 1433, + 1438 ], "loc": { "start": { @@ -2767,8 +2767,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1438, - 1442 + 1439, + 1443 ], "loc": { "start": { @@ -2782,8 +2782,8 @@ } }, "range": [ - 1432, - 1442 + 1433, + 1443 ], "loc": { "start": { @@ -2804,8 +2804,8 @@ "type": "Identifier", "name": "f", "range": [ - 1443, - 1444 + 1444, + 1445 ], "loc": { "start": { @@ -2822,8 +2822,8 @@ "type": "Identifier", "name": "on_after_refresh_counter", "range": [ - 1445, - 1469 + 1446, + 1470 ], "loc": { "start": { @@ -2837,8 +2837,8 @@ } }, "range": [ - 1443, - 1469 + 1444, + 1470 ], "loc": { "start": { @@ -2853,8 +2853,8 @@ } ], "range": [ - 1432, - 1470 + 1433, + 1471 ], "loc": { "start": { @@ -2874,8 +2874,8 @@ "type": "Identifier", "name": "f", "range": [ - 1485, - 1486 + 1486, + 1487 ], "loc": { "start": { @@ -2892,8 +2892,8 @@ "type": "Identifier", "name": "on_after_refresh_counter", "range": [ - 1487, - 1511 + 1488, + 1512 ], "loc": { "start": { @@ -2907,8 +2907,8 @@ } }, "range": [ - 1485, - 1511 + 1486, + 1512 ], "loc": { "start": { @@ -2926,8 +2926,8 @@ "value": null, "raw": "null", "range": [ - 1514, - 1518 + 1515, + 1519 ], "loc": { "start": { @@ -2941,8 +2941,8 @@ } }, "range": [ - 1432, - 1518 + 1433, + 1519 ], "loc": { "start": { @@ -2956,8 +2956,8 @@ } }, "range": [ - 1403, - 1518 + 1404, + 1519 ], "loc": { "start": { @@ -2971,8 +2971,8 @@ } }, "range": [ - 1403, - 1519 + 1404, + 1520 ], "loc": { "start": { @@ -2989,8 +2989,8 @@ "type": "Line", "value": "callback raised after counter is refreshed", "range": [ - 1350, - 1394 + 1351, + 1395 ], "loc": { "start": { @@ -3007,8 +3007,8 @@ } ], "range": [ - 237, - 1525 + 238, + 1526 ], "loc": { "start": { @@ -3024,8 +3024,8 @@ "generator": false, "expression": false, "range": [ - 233, - 1525 + 234, + 1526 ], "loc": { "start": { @@ -3041,8 +3041,8 @@ "kind": "constructor", "computed": false, "range": [ - 222, - 1525 + 223, + 1526 ], "loc": { "start": { @@ -3059,8 +3059,8 @@ "type": "Block", "value": "*\n * Rows counter\n * @param {Object} tf TableFilter instance\n ", "range": [ - 139, - 217 + 140, + 218 ], "loc": { "start": { @@ -3082,8 +3082,8 @@ "type": "Identifier", "name": "init", "range": [ - 1531, - 1535 + 1532, + 1536 ], "loc": { "start": { @@ -3111,8 +3111,8 @@ "object": { "type": "ThisExpression", "range": [ - 1550, - 1554 + 1551, + 1555 ], "loc": { "start": { @@ -3129,8 +3129,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 1555, - 1566 + 1556, + 1567 ], "loc": { "start": { @@ -3144,8 +3144,8 @@ } }, "range": [ - 1550, - 1566 + 1551, + 1567 ], "loc": { "start": { @@ -3165,8 +3165,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1581, - 1588 + 1582, + 1589 ], "loc": { "start": { @@ -3181,8 +3181,8 @@ } ], "range": [ - 1567, - 1598 + 1568, + 1599 ], "loc": { "start": { @@ -3197,8 +3197,8 @@ }, "alternate": null, "range": [ - 1547, - 1598 + 1548, + 1599 ], "loc": { "start": { @@ -3220,8 +3220,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1612, - 1614 + 1613, + 1615 ], "loc": { "start": { @@ -3240,8 +3240,8 @@ "object": { "type": "ThisExpression", "range": [ - 1617, - 1621 + 1618, + 1622 ], "loc": { "start": { @@ -3258,8 +3258,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1622, - 1624 + 1623, + 1625 ], "loc": { "start": { @@ -3273,8 +3273,8 @@ } }, "range": [ - 1617, - 1624 + 1618, + 1625 ], "loc": { "start": { @@ -3288,8 +3288,8 @@ } }, "range": [ - 1612, - 1624 + 1613, + 1625 ], "loc": { "start": { @@ -3305,8 +3305,8 @@ ], "kind": "var", "range": [ - 1608, - 1625 + 1609, + 1626 ], "loc": { "start": { @@ -3323,8 +3323,8 @@ "type": "Line", "value": "rows counter container", "range": [ - 1635, - 1659 + 1636, + 1660 ], "loc": { "start": { @@ -3348,8 +3348,8 @@ "type": "Identifier", "name": "countDiv", "range": [ - 1672, - 1680 + 1673, + 1681 ], "loc": { "start": { @@ -3371,8 +3371,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1683, - 1686 + 1684, + 1687 ], "loc": { "start": { @@ -3389,8 +3389,8 @@ "type": "Identifier", "name": "create", "range": [ - 1687, - 1693 + 1688, + 1694 ], "loc": { "start": { @@ -3404,8 +3404,8 @@ } }, "range": [ - 1683, - 1693 + 1684, + 1694 ], "loc": { "start": { @@ -3424,8 +3424,8 @@ "value": "div", "raw": "'div'", "range": [ - 1694, - 1699 + 1695, + 1700 ], "loc": { "start": { @@ -3446,8 +3446,8 @@ "value": "id", "raw": "'id'", "range": [ - 1702, - 1706 + 1703, + 1707 ], "loc": { "start": { @@ -3469,8 +3469,8 @@ "object": { "type": "ThisExpression", "range": [ - 1708, - 1712 + 1709, + 1713 ], "loc": { "start": { @@ -3487,8 +3487,8 @@ "type": "Identifier", "name": "prfxCounter", "range": [ - 1713, - 1724 + 1714, + 1725 ], "loc": { "start": { @@ -3502,8 +3502,8 @@ } }, "range": [ - 1708, - 1724 + 1709, + 1725 ], "loc": { "start": { @@ -3523,8 +3523,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1725, - 1727 + 1726, + 1728 ], "loc": { "start": { @@ -3541,8 +3541,8 @@ "type": "Identifier", "name": "id", "range": [ - 1728, - 1730 + 1729, + 1731 ], "loc": { "start": { @@ -3556,8 +3556,8 @@ } }, "range": [ - 1725, - 1730 + 1726, + 1731 ], "loc": { "start": { @@ -3571,8 +3571,8 @@ } }, "range": [ - 1708, - 1730 + 1709, + 1731 ], "loc": { "start": { @@ -3587,8 +3587,8 @@ } ], "range": [ - 1701, - 1731 + 1702, + 1732 ], "loc": { "start": { @@ -3603,8 +3603,8 @@ } ], "range": [ - 1683, - 1732 + 1684, + 1733 ], "loc": { "start": { @@ -3618,8 +3618,8 @@ } }, "range": [ - 1672, - 1732 + 1673, + 1733 ], "loc": { "start": { @@ -3635,8 +3635,8 @@ ], "kind": "var", "range": [ - 1668, - 1733 + 1669, + 1734 ], "loc": { "start": { @@ -3653,8 +3653,8 @@ "type": "Line", "value": "rows counter container", "range": [ - 1635, - 1659 + 1636, + 1660 ], "loc": { "start": { @@ -3681,8 +3681,8 @@ "type": "Identifier", "name": "countDiv", "range": [ - 1742, - 1750 + 1743, + 1751 ], "loc": { "start": { @@ -3699,8 +3699,8 @@ "type": "Identifier", "name": "className", "range": [ - 1751, - 1760 + 1752, + 1761 ], "loc": { "start": { @@ -3714,8 +3714,8 @@ } }, "range": [ - 1742, - 1760 + 1743, + 1761 ], "loc": { "start": { @@ -3734,8 +3734,8 @@ "object": { "type": "ThisExpression", "range": [ - 1763, - 1767 + 1764, + 1768 ], "loc": { "start": { @@ -3752,8 +3752,8 @@ "type": "Identifier", "name": "totRowsCssClass", "range": [ - 1768, - 1783 + 1769, + 1784 ], "loc": { "start": { @@ -3767,8 +3767,8 @@ } }, "range": [ - 1763, - 1783 + 1764, + 1784 ], "loc": { "start": { @@ -3782,8 +3782,8 @@ } }, "range": [ - 1742, - 1783 + 1743, + 1784 ], "loc": { "start": { @@ -3797,8 +3797,8 @@ } }, "range": [ - 1742, - 1784 + 1743, + 1785 ], "loc": { "start": { @@ -3815,8 +3815,8 @@ "type": "Line", "value": "rows counter label", "range": [ - 1793, - 1813 + 1794, + 1814 ], "loc": { "start": { @@ -3840,8 +3840,8 @@ "type": "Identifier", "name": "countSpan", "range": [ - 1826, - 1835 + 1827, + 1836 ], "loc": { "start": { @@ -3863,8 +3863,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1838, - 1841 + 1839, + 1842 ], "loc": { "start": { @@ -3881,8 +3881,8 @@ "type": "Identifier", "name": "create", "range": [ - 1842, - 1848 + 1843, + 1849 ], "loc": { "start": { @@ -3896,8 +3896,8 @@ } }, "range": [ - 1838, - 1848 + 1839, + 1849 ], "loc": { "start": { @@ -3916,8 +3916,8 @@ "value": "span", "raw": "'span'", "range": [ - 1849, - 1855 + 1850, + 1856 ], "loc": { "start": { @@ -3938,8 +3938,8 @@ "value": "id", "raw": "'id'", "range": [ - 1858, - 1862 + 1859, + 1863 ], "loc": { "start": { @@ -3961,8 +3961,8 @@ "object": { "type": "ThisExpression", "range": [ - 1864, - 1868 + 1865, + 1869 ], "loc": { "start": { @@ -3979,8 +3979,8 @@ "type": "Identifier", "name": "prfxTotRows", "range": [ - 1869, - 1880 + 1870, + 1881 ], "loc": { "start": { @@ -3994,8 +3994,8 @@ } }, "range": [ - 1864, - 1880 + 1865, + 1881 ], "loc": { "start": { @@ -4015,8 +4015,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1881, - 1883 + 1882, + 1884 ], "loc": { "start": { @@ -4033,8 +4033,8 @@ "type": "Identifier", "name": "id", "range": [ - 1884, - 1886 + 1885, + 1887 ], "loc": { "start": { @@ -4048,8 +4048,8 @@ } }, "range": [ - 1881, - 1886 + 1882, + 1887 ], "loc": { "start": { @@ -4063,8 +4063,8 @@ } }, "range": [ - 1864, - 1886 + 1865, + 1887 ], "loc": { "start": { @@ -4079,8 +4079,8 @@ } ], "range": [ - 1857, - 1887 + 1858, + 1888 ], "loc": { "start": { @@ -4095,8 +4095,8 @@ } ], "range": [ - 1838, - 1888 + 1839, + 1889 ], "loc": { "start": { @@ -4110,8 +4110,8 @@ } }, "range": [ - 1826, - 1888 + 1827, + 1889 ], "loc": { "start": { @@ -4127,8 +4127,8 @@ ], "kind": "var", "range": [ - 1822, - 1889 + 1823, + 1890 ], "loc": { "start": { @@ -4145,8 +4145,8 @@ "type": "Line", "value": "rows counter label", "range": [ - 1793, - 1813 + 1794, + 1814 ], "loc": { "start": { @@ -4170,8 +4170,8 @@ "type": "Identifier", "name": "countText", "range": [ - 1902, - 1911 + 1903, + 1912 ], "loc": { "start": { @@ -4193,8 +4193,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1914, - 1917 + 1915, + 1918 ], "loc": { "start": { @@ -4211,8 +4211,8 @@ "type": "Identifier", "name": "create", "range": [ - 1918, - 1924 + 1919, + 1925 ], "loc": { "start": { @@ -4226,8 +4226,8 @@ } }, "range": [ - 1914, - 1924 + 1915, + 1925 ], "loc": { "start": { @@ -4246,8 +4246,8 @@ "value": "span", "raw": "'span'", "range": [ - 1925, - 1931 + 1926, + 1932 ], "loc": { "start": { @@ -4268,8 +4268,8 @@ "value": "id", "raw": "'id'", "range": [ - 1934, - 1938 + 1935, + 1939 ], "loc": { "start": { @@ -4291,8 +4291,8 @@ "object": { "type": "ThisExpression", "range": [ - 1940, - 1944 + 1941, + 1945 ], "loc": { "start": { @@ -4309,8 +4309,8 @@ "type": "Identifier", "name": "prfxTotRowsTxt", "range": [ - 1945, - 1959 + 1946, + 1960 ], "loc": { "start": { @@ -4324,8 +4324,8 @@ } }, "range": [ - 1940, - 1959 + 1941, + 1960 ], "loc": { "start": { @@ -4345,8 +4345,8 @@ "type": "Identifier", "name": "tf", "range": [ - 1960, - 1962 + 1961, + 1963 ], "loc": { "start": { @@ -4363,8 +4363,8 @@ "type": "Identifier", "name": "id", "range": [ - 1963, - 1965 + 1964, + 1966 ], "loc": { "start": { @@ -4378,8 +4378,8 @@ } }, "range": [ - 1960, - 1965 + 1961, + 1966 ], "loc": { "start": { @@ -4393,8 +4393,8 @@ } }, "range": [ - 1940, - 1965 + 1941, + 1966 ], "loc": { "start": { @@ -4409,8 +4409,8 @@ } ], "range": [ - 1933, - 1966 + 1934, + 1967 ], "loc": { "start": { @@ -4425,8 +4425,8 @@ } ], "range": [ - 1914, - 1967 + 1915, + 1968 ], "loc": { "start": { @@ -4440,8 +4440,8 @@ } }, "range": [ - 1902, - 1967 + 1903, + 1968 ], "loc": { "start": { @@ -4457,8 +4457,8 @@ ], "kind": "var", "range": [ - 1898, - 1968 + 1899, + 1969 ], "loc": { "start": { @@ -4482,8 +4482,8 @@ "type": "Identifier", "name": "countText", "range": [ - 1977, - 1986 + 1978, + 1987 ], "loc": { "start": { @@ -4500,8 +4500,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 1987, - 1998 + 1988, + 1999 ], "loc": { "start": { @@ -4515,8 +4515,8 @@ } }, "range": [ - 1977, - 1998 + 1978, + 1999 ], "loc": { "start": { @@ -4539,8 +4539,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 1999, - 2002 + 2000, + 2003 ], "loc": { "start": { @@ -4557,8 +4557,8 @@ "type": "Identifier", "name": "text", "range": [ - 2003, - 2007 + 2004, + 2008 ], "loc": { "start": { @@ -4572,8 +4572,8 @@ } }, "range": [ - 1999, - 2007 + 2000, + 2008 ], "loc": { "start": { @@ -4593,8 +4593,8 @@ "object": { "type": "ThisExpression", "range": [ - 2008, - 2012 + 2009, + 2013 ], "loc": { "start": { @@ -4611,8 +4611,8 @@ "type": "Identifier", "name": "rowsCounterText", "range": [ - 2013, - 2028 + 2014, + 2029 ], "loc": { "start": { @@ -4626,8 +4626,8 @@ } }, "range": [ - 2008, - 2028 + 2009, + 2029 ], "loc": { "start": { @@ -4642,8 +4642,8 @@ } ], "range": [ - 1999, - 2029 + 2000, + 2030 ], "loc": { "start": { @@ -4658,8 +4658,8 @@ } ], "range": [ - 1977, - 2030 + 1978, + 2031 ], "loc": { "start": { @@ -4673,8 +4673,8 @@ } }, "range": [ - 1977, - 2031 + 1978, + 2032 ], "loc": { "start": { @@ -4691,8 +4691,8 @@ "type": "Line", "value": " counter is added to defined element", "range": [ - 2041, - 2079 + 2042, + 2080 ], "loc": { "start": { @@ -4718,8 +4718,8 @@ "object": { "type": "ThisExpression", "range": [ - 2092, - 2096 + 2093, + 2097 ], "loc": { "start": { @@ -4736,8 +4736,8 @@ "type": "Identifier", "name": "rowsCounterTgtId", "range": [ - 2097, - 2113 + 2098, + 2114 ], "loc": { "start": { @@ -4751,8 +4751,8 @@ } }, "range": [ - 2092, - 2113 + 2093, + 2114 ], "loc": { "start": { @@ -4767,8 +4767,8 @@ }, "prefix": true, "range": [ - 2091, - 2113 + 2092, + 2114 ], "loc": { "start": { @@ -4795,8 +4795,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2128, - 2130 + 2129, + 2131 ], "loc": { "start": { @@ -4813,8 +4813,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 2131, - 2141 + 2132, + 2142 ], "loc": { "start": { @@ -4828,8 +4828,8 @@ } }, "range": [ - 2128, - 2141 + 2129, + 2142 ], "loc": { "start": { @@ -4844,8 +4844,8 @@ }, "arguments": [], "range": [ - 2128, - 2143 + 2129, + 2144 ], "loc": { "start": { @@ -4859,8 +4859,8 @@ } }, "range": [ - 2128, - 2144 + 2129, + 2145 ], "loc": { "start": { @@ -4875,8 +4875,8 @@ } ], "range": [ - 2114, - 2154 + 2115, + 2155 ], "loc": { "start": { @@ -4891,8 +4891,8 @@ }, "alternate": null, "range": [ - 2088, - 2154 + 2089, + 2155 ], "loc": { "start": { @@ -4909,8 +4909,8 @@ "type": "Line", "value": " counter is added to defined element", "range": [ - 2041, - 2079 + 2042, + 2080 ], "loc": { "start": { @@ -4934,8 +4934,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 2167, - 2175 + 2168, + 2176 ], "loc": { "start": { @@ -4959,8 +4959,8 @@ "object": { "type": "ThisExpression", "range": [ - 2179, - 2183 + 2180, + 2184 ], "loc": { "start": { @@ -4977,8 +4977,8 @@ "type": "Identifier", "name": "rowsCounterTgtId", "range": [ - 2184, - 2200 + 2185, + 2201 ], "loc": { "start": { @@ -4992,8 +4992,8 @@ } }, "range": [ - 2179, - 2200 + 2180, + 2201 ], "loc": { "start": { @@ -5008,8 +5008,8 @@ }, "prefix": true, "range": [ - 2178, - 2200 + 2179, + 2201 ], "loc": { "start": { @@ -5029,8 +5029,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2219, - 2221 + 2220, + 2222 ], "loc": { "start": { @@ -5047,8 +5047,8 @@ "type": "Identifier", "name": "lDiv", "range": [ - 2222, - 2226 + 2223, + 2227 ], "loc": { "start": { @@ -5062,8 +5062,8 @@ } }, "range": [ - 2219, - 2226 + 2220, + 2227 ], "loc": { "start": { @@ -5085,8 +5085,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2229, - 2232 + 2230, + 2233 ], "loc": { "start": { @@ -5103,8 +5103,8 @@ "type": "Identifier", "name": "id", "range": [ - 2233, - 2235 + 2234, + 2236 ], "loc": { "start": { @@ -5118,8 +5118,8 @@ } }, "range": [ - 2229, - 2235 + 2230, + 2236 ], "loc": { "start": { @@ -5139,8 +5139,8 @@ "object": { "type": "ThisExpression", "range": [ - 2237, - 2241 + 2238, + 2242 ], "loc": { "start": { @@ -5157,8 +5157,8 @@ "type": "Identifier", "name": "rowsCounterTgtId", "range": [ - 2242, - 2258 + 2243, + 2259 ], "loc": { "start": { @@ -5172,8 +5172,8 @@ } }, "range": [ - 2237, - 2258 + 2238, + 2259 ], "loc": { "start": { @@ -5188,8 +5188,8 @@ } ], "range": [ - 2229, - 2260 + 2230, + 2261 ], "loc": { "start": { @@ -5203,8 +5203,8 @@ } }, "range": [ - 2178, - 2260 + 2179, + 2261 ], "loc": { "start": { @@ -5218,8 +5218,8 @@ } }, "range": [ - 2167, - 2260 + 2168, + 2261 ], "loc": { "start": { @@ -5235,8 +5235,8 @@ ], "kind": "var", "range": [ - 2163, - 2261 + 2164, + 2262 ], "loc": { "start": { @@ -5253,8 +5253,8 @@ "type": "Line", "value": "default container: 'lDiv'", "range": [ - 2271, - 2298 + 2272, + 2299 ], "loc": { "start": { @@ -5280,8 +5280,8 @@ "object": { "type": "ThisExpression", "range": [ - 2311, - 2315 + 2312, + 2316 ], "loc": { "start": { @@ -5298,8 +5298,8 @@ "type": "Identifier", "name": "rowsCounterTgtId", "range": [ - 2316, - 2332 + 2317, + 2333 ], "loc": { "start": { @@ -5313,8 +5313,8 @@ } }, "range": [ - 2311, - 2332 + 2312, + 2333 ], "loc": { "start": { @@ -5329,8 +5329,8 @@ }, "prefix": true, "range": [ - 2310, - 2332 + 2311, + 2333 ], "loc": { "start": { @@ -5357,8 +5357,8 @@ "type": "Identifier", "name": "countDiv", "range": [ - 2347, - 2355 + 2348, + 2356 ], "loc": { "start": { @@ -5375,8 +5375,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2356, - 2367 + 2357, + 2368 ], "loc": { "start": { @@ -5390,8 +5390,8 @@ } }, "range": [ - 2347, - 2367 + 2348, + 2368 ], "loc": { "start": { @@ -5409,8 +5409,8 @@ "type": "Identifier", "name": "countText", "range": [ - 2368, - 2377 + 2369, + 2378 ], "loc": { "start": { @@ -5425,8 +5425,8 @@ } ], "range": [ - 2347, - 2378 + 2348, + 2379 ], "loc": { "start": { @@ -5440,8 +5440,8 @@ } }, "range": [ - 2347, - 2379 + 2348, + 2380 ], "loc": { "start": { @@ -5465,8 +5465,8 @@ "type": "Identifier", "name": "countDiv", "range": [ - 2392, - 2400 + 2393, + 2401 ], "loc": { "start": { @@ -5483,8 +5483,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2401, - 2412 + 2402, + 2413 ], "loc": { "start": { @@ -5498,8 +5498,8 @@ } }, "range": [ - 2392, - 2412 + 2393, + 2413 ], "loc": { "start": { @@ -5517,8 +5517,8 @@ "type": "Identifier", "name": "countSpan", "range": [ - 2413, - 2422 + 2414, + 2423 ], "loc": { "start": { @@ -5533,8 +5533,8 @@ } ], "range": [ - 2392, - 2423 + 2393, + 2424 ], "loc": { "start": { @@ -5548,8 +5548,8 @@ } }, "range": [ - 2392, - 2424 + 2393, + 2425 ], "loc": { "start": { @@ -5573,8 +5573,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 2437, - 2445 + 2438, + 2446 ], "loc": { "start": { @@ -5591,8 +5591,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2446, - 2457 + 2447, + 2458 ], "loc": { "start": { @@ -5606,8 +5606,8 @@ } }, "range": [ - 2437, - 2457 + 2438, + 2458 ], "loc": { "start": { @@ -5625,8 +5625,8 @@ "type": "Identifier", "name": "countDiv", "range": [ - 2458, - 2466 + 2459, + 2467 ], "loc": { "start": { @@ -5641,8 +5641,8 @@ } ], "range": [ - 2437, - 2467 + 2438, + 2468 ], "loc": { "start": { @@ -5656,8 +5656,8 @@ } }, "range": [ - 2437, - 2468 + 2438, + 2469 ], "loc": { "start": { @@ -5672,8 +5672,8 @@ } ], "range": [ - 2333, - 2478 + 2334, + 2479 ], "loc": { "start": { @@ -5700,8 +5700,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 2565, - 2573 + 2566, + 2574 ], "loc": { "start": { @@ -5718,8 +5718,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2574, - 2585 + 2575, + 2586 ], "loc": { "start": { @@ -5733,8 +5733,8 @@ } }, "range": [ - 2565, - 2585 + 2566, + 2586 ], "loc": { "start": { @@ -5752,8 +5752,8 @@ "type": "Identifier", "name": "countText", "range": [ - 2586, - 2595 + 2587, + 2596 ], "loc": { "start": { @@ -5768,8 +5768,8 @@ } ], "range": [ - 2565, - 2596 + 2566, + 2597 ], "loc": { "start": { @@ -5783,8 +5783,8 @@ } }, "range": [ - 2565, - 2597 + 2566, + 2598 ], "loc": { "start": { @@ -5801,8 +5801,8 @@ "type": "Line", "value": "custom container, no need to append statusDiv", "range": [ - 2505, - 2552 + 2506, + 2553 ], "loc": { "start": { @@ -5828,8 +5828,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 2610, - 2618 + 2611, + 2619 ], "loc": { "start": { @@ -5846,8 +5846,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 2619, - 2630 + 2620, + 2631 ], "loc": { "start": { @@ -5861,8 +5861,8 @@ } }, "range": [ - 2610, - 2630 + 2611, + 2631 ], "loc": { "start": { @@ -5880,8 +5880,8 @@ "type": "Identifier", "name": "countSpan", "range": [ - 2631, - 2640 + 2632, + 2641 ], "loc": { "start": { @@ -5896,8 +5896,8 @@ } ], "range": [ - 2610, - 2641 + 2611, + 2642 ], "loc": { "start": { @@ -5911,8 +5911,8 @@ } }, "range": [ - 2610, - 2642 + 2611, + 2643 ], "loc": { "start": { @@ -5927,8 +5927,8 @@ } ], "range": [ - 2491, - 2652 + 2492, + 2653 ], "loc": { "start": { @@ -5942,8 +5942,8 @@ } }, "range": [ - 2307, - 2652 + 2308, + 2653 ], "loc": { "start": { @@ -5960,8 +5960,8 @@ "type": "Line", "value": "default container: 'lDiv'", "range": [ - 2271, - 2298 + 2272, + 2299 ], "loc": { "start": { @@ -5987,8 +5987,8 @@ "object": { "type": "ThisExpression", "range": [ - 2661, - 2665 + 2662, + 2666 ], "loc": { "start": { @@ -6005,8 +6005,8 @@ "type": "Identifier", "name": "rowsCounterDiv", "range": [ - 2666, - 2680 + 2667, + 2681 ], "loc": { "start": { @@ -6020,8 +6020,8 @@ } }, "range": [ - 2661, - 2680 + 2662, + 2681 ], "loc": { "start": { @@ -6038,8 +6038,8 @@ "type": "Identifier", "name": "countDiv", "range": [ - 2683, - 2691 + 2684, + 2692 ], "loc": { "start": { @@ -6053,8 +6053,8 @@ } }, "range": [ - 2661, - 2691 + 2662, + 2692 ], "loc": { "start": { @@ -6068,8 +6068,8 @@ } }, "range": [ - 2661, - 2692 + 2662, + 2693 ], "loc": { "start": { @@ -6093,8 +6093,8 @@ "object": { "type": "ThisExpression", "range": [ - 2701, - 2705 + 2702, + 2706 ], "loc": { "start": { @@ -6111,8 +6111,8 @@ "type": "Identifier", "name": "rowsCounterSpan", "range": [ - 2706, - 2721 + 2707, + 2722 ], "loc": { "start": { @@ -6126,8 +6126,8 @@ } }, "range": [ - 2701, - 2721 + 2702, + 2722 ], "loc": { "start": { @@ -6144,8 +6144,8 @@ "type": "Identifier", "name": "countSpan", "range": [ - 2724, - 2733 + 2725, + 2734 ], "loc": { "start": { @@ -6159,8 +6159,8 @@ } }, "range": [ - 2701, - 2733 + 2702, + 2734 ], "loc": { "start": { @@ -6174,8 +6174,8 @@ } }, "range": [ - 2701, - 2734 + 2702, + 2735 ], "loc": { "start": { @@ -6192,8 +6192,8 @@ "type": "Line", "value": " subscribe to events", "range": [ - 2744, - 2766 + 2745, + 2767 ], "loc": { "start": { @@ -6221,8 +6221,8 @@ "object": { "type": "ThisExpression", "range": [ - 2775, - 2779 + 2776, + 2780 ], "loc": { "start": { @@ -6239,8 +6239,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2780, - 2787 + 2781, + 2788 ], "loc": { "start": { @@ -6254,8 +6254,8 @@ } }, "range": [ - 2775, - 2787 + 2776, + 2788 ], "loc": { "start": { @@ -6272,8 +6272,8 @@ "type": "Identifier", "name": "on", "range": [ - 2788, - 2790 + 2789, + 2791 ], "loc": { "start": { @@ -6287,8 +6287,8 @@ } }, "range": [ - 2775, - 2790 + 2776, + 2791 ], "loc": { "start": { @@ -6310,8 +6310,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 2792, - 2809 + 2793, + 2810 ], "loc": { "start": { @@ -6329,8 +6329,8 @@ "value": "grouped-by-page", "raw": "'grouped-by-page'", "range": [ - 2811, - 2828 + 2812, + 2829 ], "loc": { "start": { @@ -6345,8 +6345,8 @@ } ], "range": [ - 2791, - 2829 + 2792, + 2830 ], "loc": { "start": { @@ -6371,8 +6371,8 @@ "object": { "type": "ThisExpression", "range": [ - 2848, - 2852 + 2849, + 2853 ], "loc": { "start": { @@ -6389,8 +6389,8 @@ "type": "Identifier", "name": "refresh", "range": [ - 2853, - 2860 + 2854, + 2861 ], "loc": { "start": { @@ -6404,8 +6404,8 @@ } }, "range": [ - 2848, - 2860 + 2849, + 2861 ], "loc": { "start": { @@ -6426,8 +6426,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2861, - 2863 + 2862, + 2864 ], "loc": { "start": { @@ -6444,8 +6444,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 2864, - 2877 + 2865, + 2878 ], "loc": { "start": { @@ -6459,8 +6459,8 @@ } }, "range": [ - 2861, - 2877 + 2862, + 2878 ], "loc": { "start": { @@ -6475,8 +6475,8 @@ } ], "range": [ - 2848, - 2878 + 2849, + 2879 ], "loc": { "start": { @@ -6492,8 +6492,8 @@ "generator": false, "expression": true, "range": [ - 2843, - 2878 + 2844, + 2879 ], "loc": { "start": { @@ -6508,8 +6508,8 @@ } ], "range": [ - 2775, - 2879 + 2776, + 2880 ], "loc": { "start": { @@ -6523,8 +6523,8 @@ } }, "range": [ - 2775, - 2880 + 2776, + 2881 ], "loc": { "start": { @@ -6541,8 +6541,8 @@ "type": "Line", "value": " subscribe to events", "range": [ - 2744, - 2766 + 2745, + 2767 ], "loc": { "start": { @@ -6570,8 +6570,8 @@ "object": { "type": "ThisExpression", "range": [ - 2889, - 2893 + 2890, + 2894 ], "loc": { "start": { @@ -6588,8 +6588,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2894, - 2901 + 2895, + 2902 ], "loc": { "start": { @@ -6603,8 +6603,8 @@ } }, "range": [ - 2889, - 2901 + 2890, + 2902 ], "loc": { "start": { @@ -6621,8 +6621,8 @@ "type": "Identifier", "name": "on", "range": [ - 2902, - 2904 + 2903, + 2905 ], "loc": { "start": { @@ -6636,8 +6636,8 @@ } }, "range": [ - 2889, - 2904 + 2890, + 2905 ], "loc": { "start": { @@ -6659,8 +6659,8 @@ "value": "rows-changed", "raw": "'rows-changed'", "range": [ - 2906, - 2920 + 2907, + 2921 ], "loc": { "start": { @@ -6675,8 +6675,8 @@ } ], "range": [ - 2905, - 2921 + 2906, + 2922 ], "loc": { "start": { @@ -6701,8 +6701,8 @@ "object": { "type": "ThisExpression", "range": [ - 2928, - 2932 + 2929, + 2933 ], "loc": { "start": { @@ -6719,8 +6719,8 @@ "type": "Identifier", "name": "refresh", "range": [ - 2933, - 2940 + 2934, + 2941 ], "loc": { "start": { @@ -6734,8 +6734,8 @@ } }, "range": [ - 2928, - 2940 + 2929, + 2941 ], "loc": { "start": { @@ -6750,8 +6750,8 @@ }, "arguments": [], "range": [ - 2928, - 2942 + 2929, + 2943 ], "loc": { "start": { @@ -6767,8 +6767,8 @@ "generator": false, "expression": true, "range": [ - 2923, - 2942 + 2924, + 2943 ], "loc": { "start": { @@ -6783,8 +6783,8 @@ } ], "range": [ - 2889, - 2943 + 2890, + 2944 ], "loc": { "start": { @@ -6798,8 +6798,8 @@ } }, "range": [ - 2889, - 2944 + 2890, + 2945 ], "loc": { "start": { @@ -6823,8 +6823,8 @@ "object": { "type": "ThisExpression", "range": [ - 2954, - 2958 + 2955, + 2959 ], "loc": { "start": { @@ -6841,8 +6841,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2959, - 2970 + 2960, + 2971 ], "loc": { "start": { @@ -6856,8 +6856,8 @@ } }, "range": [ - 2954, - 2970 + 2955, + 2971 ], "loc": { "start": { @@ -6875,8 +6875,8 @@ "value": true, "raw": "true", "range": [ - 2973, - 2977 + 2974, + 2978 ], "loc": { "start": { @@ -6890,8 +6890,8 @@ } }, "range": [ - 2954, - 2977 + 2955, + 2978 ], "loc": { "start": { @@ -6905,8 +6905,8 @@ } }, "range": [ - 2954, - 2978 + 2955, + 2979 ], "loc": { "start": { @@ -6929,8 +6929,8 @@ "object": { "type": "ThisExpression", "range": [ - 2987, - 2991 + 2988, + 2992 ], "loc": { "start": { @@ -6947,8 +6947,8 @@ "type": "Identifier", "name": "refresh", "range": [ - 2992, - 2999 + 2993, + 3000 ], "loc": { "start": { @@ -6962,8 +6962,8 @@ } }, "range": [ - 2987, - 2999 + 2988, + 3000 ], "loc": { "start": { @@ -6978,8 +6978,8 @@ }, "arguments": [], "range": [ - 2987, - 3001 + 2988, + 3002 ], "loc": { "start": { @@ -6993,8 +6993,8 @@ } }, "range": [ - 2987, - 3002 + 2988, + 3003 ], "loc": { "start": { @@ -7009,8 +7009,8 @@ } ], "range": [ - 1537, - 3008 + 1538, + 3009 ], "loc": { "start": { @@ -7026,8 +7026,8 @@ "generator": false, "expression": false, "range": [ - 1535, - 3008 + 1536, + 3009 ], "loc": { "start": { @@ -7043,8 +7043,8 @@ "kind": "method", "computed": false, "range": [ - 1531, - 3008 + 1532, + 3009 ], "loc": { "start": { @@ -7064,8 +7064,8 @@ "type": "Identifier", "name": "refresh", "range": [ - 3014, - 3021 + 3015, + 3022 ], "loc": { "start": { @@ -7086,8 +7086,8 @@ "type": "Identifier", "name": "p", "range": [ - 3022, - 3023 + 3023, + 3024 ], "loc": { "start": { @@ -7118,8 +7118,8 @@ "object": { "type": "ThisExpression", "range": [ - 3038, - 3042 + 3039, + 3043 ], "loc": { "start": { @@ -7136,8 +7136,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3043, - 3054 + 3044, + 3055 ], "loc": { "start": { @@ -7151,8 +7151,8 @@ } }, "range": [ - 3038, - 3054 + 3039, + 3055 ], "loc": { "start": { @@ -7167,8 +7167,8 @@ }, "prefix": true, "range": [ - 3037, - 3054 + 3038, + 3055 ], "loc": { "start": { @@ -7192,8 +7192,8 @@ "object": { "type": "ThisExpression", "range": [ - 3059, - 3063 + 3060, + 3064 ], "loc": { "start": { @@ -7210,8 +7210,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 3064, - 3073 + 3065, + 3074 ], "loc": { "start": { @@ -7225,8 +7225,8 @@ } }, "range": [ - 3059, - 3073 + 3060, + 3074 ], "loc": { "start": { @@ -7241,8 +7241,8 @@ }, "arguments": [], "range": [ - 3059, - 3075 + 3060, + 3076 ], "loc": { "start": { @@ -7257,8 +7257,8 @@ }, "prefix": true, "range": [ - 3058, - 3075 + 3059, + 3076 ], "loc": { "start": { @@ -7272,8 +7272,8 @@ } }, "range": [ - 3037, - 3075 + 3038, + 3076 ], "loc": { "start": { @@ -7293,8 +7293,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3090, - 3097 + 3091, + 3098 ], "loc": { "start": { @@ -7309,8 +7309,8 @@ } ], "range": [ - 3076, - 3107 + 3077, + 3108 ], "loc": { "start": { @@ -7325,8 +7325,8 @@ }, "alternate": null, "range": [ - 3034, - 3107 + 3035, + 3108 ], "loc": { "start": { @@ -7348,8 +7348,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3121, - 3123 + 3122, + 3124 ], "loc": { "start": { @@ -7368,8 +7368,8 @@ "object": { "type": "ThisExpression", "range": [ - 3126, - 3130 + 3127, + 3131 ], "loc": { "start": { @@ -7386,8 +7386,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3131, - 3133 + 3132, + 3134 ], "loc": { "start": { @@ -7401,8 +7401,8 @@ } }, "range": [ - 3126, - 3133 + 3127, + 3134 ], "loc": { "start": { @@ -7416,8 +7416,8 @@ } }, "range": [ - 3121, - 3133 + 3122, + 3134 ], "loc": { "start": { @@ -7433,8 +7433,8 @@ ], "kind": "var", "range": [ - 3117, - 3134 + 3118, + 3135 ], "loc": { "start": { @@ -7455,8 +7455,8 @@ "object": { "type": "ThisExpression", "range": [ - 3147, - 3151 + 3148, + 3152 ], "loc": { "start": { @@ -7473,8 +7473,8 @@ "type": "Identifier", "name": "onBeforeRefreshCounter", "range": [ - 3152, - 3174 + 3153, + 3175 ], "loc": { "start": { @@ -7488,8 +7488,8 @@ } }, "range": [ - 3147, - 3174 + 3148, + 3175 ], "loc": { "start": { @@ -7518,8 +7518,8 @@ "object": { "type": "ThisExpression", "range": [ - 3189, - 3193 + 3190, + 3194 ], "loc": { "start": { @@ -7536,8 +7536,8 @@ "type": "Identifier", "name": "onBeforeRefreshCounter", "range": [ - 3194, - 3216 + 3195, + 3217 ], "loc": { "start": { @@ -7551,8 +7551,8 @@ } }, "range": [ - 3189, - 3216 + 3190, + 3217 ], "loc": { "start": { @@ -7569,8 +7569,8 @@ "type": "Identifier", "name": "call", "range": [ - 3217, - 3221 + 3218, + 3222 ], "loc": { "start": { @@ -7584,8 +7584,8 @@ } }, "range": [ - 3189, - 3221 + 3190, + 3222 ], "loc": { "start": { @@ -7604,8 +7604,8 @@ "value": null, "raw": "null", "range": [ - 3222, - 3226 + 3223, + 3227 ], "loc": { "start": { @@ -7622,8 +7622,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3228, - 3230 + 3229, + 3231 ], "loc": { "start": { @@ -7642,8 +7642,8 @@ "object": { "type": "ThisExpression", "range": [ - 3232, - 3236 + 3233, + 3237 ], "loc": { "start": { @@ -7660,8 +7660,8 @@ "type": "Identifier", "name": "rowsCounterSpan", "range": [ - 3237, - 3252 + 3238, + 3253 ], "loc": { "start": { @@ -7675,8 +7675,8 @@ } }, "range": [ - 3232, - 3252 + 3233, + 3253 ], "loc": { "start": { @@ -7691,8 +7691,8 @@ } ], "range": [ - 3189, - 3253 + 3190, + 3254 ], "loc": { "start": { @@ -7706,8 +7706,8 @@ } }, "range": [ - 3189, - 3254 + 3190, + 3255 ], "loc": { "start": { @@ -7722,8 +7722,8 @@ } ], "range": [ - 3175, - 3264 + 3176, + 3265 ], "loc": { "start": { @@ -7738,8 +7738,8 @@ }, "alternate": null, "range": [ - 3144, - 3264 + 3145, + 3265 ], "loc": { "start": { @@ -7761,8 +7761,8 @@ "type": "Identifier", "name": "totTxt", "range": [ - 3278, - 3284 + 3279, + 3285 ], "loc": { "start": { @@ -7777,8 +7777,8 @@ }, "init": null, "range": [ - 3278, - 3284 + 3279, + 3285 ], "loc": { "start": { @@ -7794,8 +7794,8 @@ ], "kind": "var", "range": [ - 3274, - 3285 + 3275, + 3286 ], "loc": { "start": { @@ -7820,8 +7820,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3298, - 3300 + 3299, + 3301 ], "loc": { "start": { @@ -7838,8 +7838,8 @@ "type": "Identifier", "name": "paging", "range": [ - 3301, - 3307 + 3302, + 3308 ], "loc": { "start": { @@ -7853,8 +7853,8 @@ } }, "range": [ - 3298, - 3307 + 3299, + 3308 ], "loc": { "start": { @@ -7869,8 +7869,8 @@ }, "prefix": true, "range": [ - 3297, - 3307 + 3298, + 3308 ], "loc": { "start": { @@ -7895,8 +7895,8 @@ "type": "Identifier", "name": "p", "range": [ - 3325, - 3326 + 3326, + 3327 ], "loc": { "start": { @@ -7916,8 +7916,8 @@ "type": "Identifier", "name": "p", "range": [ - 3330, - 3331 + 3331, + 3332 ], "loc": { "start": { @@ -7935,8 +7935,8 @@ "value": "", "raw": "''", "range": [ - 3336, - 3338 + 3337, + 3339 ], "loc": { "start": { @@ -7950,8 +7950,8 @@ } }, "range": [ - 3330, - 3338 + 3331, + 3339 ], "loc": { "start": { @@ -7965,8 +7965,8 @@ } }, "range": [ - 3325, - 3338 + 3326, + 3339 ], "loc": { "start": { @@ -7991,8 +7991,8 @@ "type": "Identifier", "name": "totTxt", "range": [ - 3357, - 3363 + 3358, + 3364 ], "loc": { "start": { @@ -8009,8 +8009,8 @@ "type": "Identifier", "name": "p", "range": [ - 3366, - 3367 + 3367, + 3368 ], "loc": { "start": { @@ -8024,8 +8024,8 @@ } }, "range": [ - 3357, - 3367 + 3358, + 3368 ], "loc": { "start": { @@ -8039,8 +8039,8 @@ } }, "range": [ - 3357, - 3368 + 3358, + 3369 ], "loc": { "start": { @@ -8055,8 +8055,8 @@ } ], "range": [ - 3339, - 3382 + 3340, + 3383 ], "loc": { "start": { @@ -8081,8 +8081,8 @@ "type": "Identifier", "name": "totTxt", "range": [ - 3405, - 3411 + 3406, + 3412 ], "loc": { "start": { @@ -8105,8 +8105,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3414, - 3416 + 3415, + 3417 ], "loc": { "start": { @@ -8123,8 +8123,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 3417, - 3433 + 3418, + 3434 ], "loc": { "start": { @@ -8138,8 +8138,8 @@ } }, "range": [ - 3414, - 3433 + 3415, + 3434 ], "loc": { "start": { @@ -8159,8 +8159,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3436, - 3438 + 3437, + 3439 ], "loc": { "start": { @@ -8177,8 +8177,8 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 3439, - 3451 + 3440, + 3452 ], "loc": { "start": { @@ -8192,8 +8192,8 @@ } }, "range": [ - 3436, - 3451 + 3437, + 3452 ], "loc": { "start": { @@ -8207,8 +8207,8 @@ } }, "range": [ - 3414, - 3451 + 3415, + 3452 ], "loc": { "start": { @@ -8222,8 +8222,8 @@ } }, "range": [ - 3405, - 3451 + 3406, + 3452 ], "loc": { "start": { @@ -8237,8 +8237,8 @@ } }, "range": [ - 3405, - 3452 + 3406, + 3453 ], "loc": { "start": { @@ -8253,8 +8253,8 @@ } ], "range": [ - 3387, - 3466 + 3388, + 3467 ], "loc": { "start": { @@ -8268,8 +8268,8 @@ } }, "range": [ - 3322, - 3466 + 3323, + 3467 ], "loc": { "start": { @@ -8284,8 +8284,8 @@ } ], "range": [ - 3308, - 3476 + 3309, + 3477 ], "loc": { "start": { @@ -8310,8 +8310,8 @@ "type": "Identifier", "name": "paging", "range": [ - 3500, - 3506 + 3501, + 3507 ], "loc": { "start": { @@ -8333,8 +8333,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3509, - 3511 + 3510, + 3512 ], "loc": { "start": { @@ -8351,8 +8351,8 @@ "type": "Identifier", "name": "feature", "range": [ - 3512, - 3519 + 3513, + 3520 ], "loc": { "start": { @@ -8366,8 +8366,8 @@ } }, "range": [ - 3509, - 3519 + 3510, + 3520 ], "loc": { "start": { @@ -8386,8 +8386,8 @@ "value": "paging", "raw": "'paging'", "range": [ - 3520, - 3528 + 3521, + 3529 ], "loc": { "start": { @@ -8402,8 +8402,8 @@ } ], "range": [ - 3509, - 3529 + 3510, + 3530 ], "loc": { "start": { @@ -8417,8 +8417,8 @@ } }, "range": [ - 3500, - 3529 + 3501, + 3530 ], "loc": { "start": { @@ -8434,8 +8434,8 @@ ], "kind": "var", "range": [ - 3496, - 3530 + 3497, + 3531 ], "loc": { "start": { @@ -8454,8 +8454,8 @@ "type": "Identifier", "name": "paging", "range": [ - 3546, - 3552 + 3547, + 3553 ], "loc": { "start": { @@ -8480,8 +8480,8 @@ "type": "Identifier", "name": "paging_start_row", "range": [ - 3610, - 3626 + 3611, + 3627 ], "loc": { "start": { @@ -8503,8 +8503,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 3629, - 3637 + 3630, + 3638 ], "loc": { "start": { @@ -8525,8 +8525,8 @@ "type": "Identifier", "name": "paging", "range": [ - 3638, - 3644 + 3639, + 3645 ], "loc": { "start": { @@ -8543,8 +8543,8 @@ "type": "Identifier", "name": "startPagingRow", "range": [ - 3645, - 3659 + 3646, + 3660 ], "loc": { "start": { @@ -8558,8 +8558,8 @@ } }, "range": [ - 3638, - 3659 + 3639, + 3660 ], "loc": { "start": { @@ -8577,8 +8577,8 @@ "value": 10, "raw": "10", "range": [ - 3661, - 3663 + 3662, + 3664 ], "loc": { "start": { @@ -8593,8 +8593,8 @@ } ], "range": [ - 3629, - 3664 + 3630, + 3665 ], "loc": { "start": { @@ -8619,8 +8619,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3693, - 3695 + 3694, + 3696 ], "loc": { "start": { @@ -8637,8 +8637,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 3696, - 3709 + 3697, + 3710 ], "loc": { "start": { @@ -8652,8 +8652,8 @@ } }, "range": [ - 3693, - 3709 + 3694, + 3710 ], "loc": { "start": { @@ -8671,8 +8671,8 @@ "value": 0, "raw": "0", "range": [ - 3710, - 3711 + 3711, + 3712 ], "loc": { "start": { @@ -8686,8 +8686,8 @@ } }, "range": [ - 3693, - 3711 + 3694, + 3712 ], "loc": { "start": { @@ -8705,8 +8705,8 @@ "value": 1, "raw": "1", "range": [ - 3715, - 3716 + 3716, + 3717 ], "loc": { "start": { @@ -8724,8 +8724,8 @@ "value": 0, "raw": "0", "range": [ - 3719, - 3720 + 3720, + 3721 ], "loc": { "start": { @@ -8739,8 +8739,8 @@ } }, "range": [ - 3692, - 3720 + 3693, + 3721 ], "loc": { "start": { @@ -8754,8 +8754,8 @@ } }, "range": [ - 3629, - 3721 + 3630, + 3722 ], "loc": { "start": { @@ -8769,8 +8769,8 @@ } }, "range": [ - 3610, - 3721 + 3611, + 3722 ], "loc": { "start": { @@ -8786,8 +8786,8 @@ ], "kind": "var", "range": [ - 3606, - 3722 + 3607, + 3723 ], "loc": { "start": { @@ -8804,8 +8804,8 @@ "type": "Line", "value": "paging start row", "range": [ - 3571, - 3589 + 3572, + 3590 ], "loc": { "start": { @@ -8829,8 +8829,8 @@ "type": "Identifier", "name": "paging_end_row", "range": [ - 3743, - 3757 + 3744, + 3758 ], "loc": { "start": { @@ -8858,8 +8858,8 @@ "type": "Identifier", "name": "paging_start_row", "range": [ - 3761, - 3777 + 3762, + 3778 ], "loc": { "start": { @@ -8879,8 +8879,8 @@ "type": "Identifier", "name": "paging", "range": [ - 3778, - 3784 + 3779, + 3785 ], "loc": { "start": { @@ -8897,8 +8897,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 3785, - 3797 + 3786, + 3798 ], "loc": { "start": { @@ -8912,8 +8912,8 @@ } }, "range": [ - 3778, - 3797 + 3779, + 3798 ], "loc": { "start": { @@ -8927,8 +8927,8 @@ } }, "range": [ - 3761, - 3797 + 3762, + 3798 ], "loc": { "start": { @@ -8946,8 +8946,8 @@ "value": 1, "raw": "1", "range": [ - 3799, - 3800 + 3800, + 3801 ], "loc": { "start": { @@ -8961,8 +8961,8 @@ } }, "range": [ - 3760, - 3800 + 3761, + 3801 ], "loc": { "start": { @@ -8982,8 +8982,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3828, - 3830 + 3829, + 3831 ], "loc": { "start": { @@ -9000,8 +9000,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 3831, - 3844 + 3832, + 3845 ], "loc": { "start": { @@ -9015,8 +9015,8 @@ } }, "range": [ - 3828, - 3844 + 3829, + 3845 ], "loc": { "start": { @@ -9030,8 +9030,8 @@ } }, "range": [ - 3760, - 3844 + 3761, + 3845 ], "loc": { "start": { @@ -9054,8 +9054,8 @@ "type": "Identifier", "name": "paging_start_row", "range": [ - 3871, - 3887 + 3872, + 3888 ], "loc": { "start": { @@ -9075,8 +9075,8 @@ "type": "Identifier", "name": "paging", "range": [ - 3888, - 3894 + 3889, + 3895 ], "loc": { "start": { @@ -9093,8 +9093,8 @@ "type": "Identifier", "name": "pagingLength", "range": [ - 3895, - 3907 + 3896, + 3908 ], "loc": { "start": { @@ -9108,8 +9108,8 @@ } }, "range": [ - 3888, - 3907 + 3889, + 3908 ], "loc": { "start": { @@ -9123,8 +9123,8 @@ } }, "range": [ - 3871, - 3907 + 3872, + 3908 ], "loc": { "start": { @@ -9142,8 +9142,8 @@ "value": 1, "raw": "1", "range": [ - 3908, - 3909 + 3909, + 3910 ], "loc": { "start": { @@ -9157,8 +9157,8 @@ } }, "range": [ - 3871, - 3909 + 3872, + 3910 ], "loc": { "start": { @@ -9178,8 +9178,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3936, - 3938 + 3937, + 3939 ], "loc": { "start": { @@ -9196,8 +9196,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 3939, - 3952 + 3940, + 3953 ], "loc": { "start": { @@ -9211,8 +9211,8 @@ } }, "range": [ - 3936, - 3952 + 3937, + 3953 ], "loc": { "start": { @@ -9226,8 +9226,8 @@ } }, "range": [ - 3760, - 3952 + 3761, + 3953 ], "loc": { "start": { @@ -9241,8 +9241,8 @@ } }, "range": [ - 3743, - 3952 + 3744, + 3953 ], "loc": { "start": { @@ -9258,8 +9258,8 @@ ], "kind": "var", "range": [ - 3739, - 3953 + 3740, + 3954 ], "loc": { "start": { @@ -9281,8 +9281,8 @@ "type": "Identifier", "name": "totTxt", "range": [ - 3970, - 3976 + 3971, + 3977 ], "loc": { "start": { @@ -9311,8 +9311,8 @@ "type": "Identifier", "name": "paging_start_row", "range": [ - 3979, - 3995 + 3980, + 3996 ], "loc": { "start": { @@ -9331,8 +9331,8 @@ "object": { "type": "ThisExpression", "range": [ - 3998, - 4002 + 3999, + 4003 ], "loc": { "start": { @@ -9349,8 +9349,8 @@ "type": "Identifier", "name": "fromToTextSeparator", "range": [ - 4003, - 4022 + 4004, + 4023 ], "loc": { "start": { @@ -9364,8 +9364,8 @@ } }, "range": [ - 3998, - 4022 + 3999, + 4023 ], "loc": { "start": { @@ -9379,8 +9379,8 @@ } }, "range": [ - 3979, - 4022 + 3980, + 4023 ], "loc": { "start": { @@ -9397,8 +9397,8 @@ "type": "Identifier", "name": "paging_end_row", "range": [ - 4045, - 4059 + 4046, + 4060 ], "loc": { "start": { @@ -9412,8 +9412,8 @@ } }, "range": [ - 3979, - 4059 + 3980, + 4060 ], "loc": { "start": { @@ -9432,8 +9432,8 @@ "object": { "type": "ThisExpression", "range": [ - 4062, - 4066 + 4063, + 4067 ], "loc": { "start": { @@ -9450,8 +9450,8 @@ "type": "Identifier", "name": "overText", "range": [ - 4067, - 4075 + 4068, + 4076 ], "loc": { "start": { @@ -9465,8 +9465,8 @@ } }, "range": [ - 4062, - 4075 + 4063, + 4076 ], "loc": { "start": { @@ -9480,8 +9480,8 @@ } }, "range": [ - 3979, - 4075 + 3980, + 4076 ], "loc": { "start": { @@ -9501,8 +9501,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4078, - 4080 + 4079, + 4081 ], "loc": { "start": { @@ -9519,8 +9519,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 4081, - 4094 + 4082, + 4095 ], "loc": { "start": { @@ -9534,8 +9534,8 @@ } }, "range": [ - 4078, - 4094 + 4079, + 4095 ], "loc": { "start": { @@ -9549,8 +9549,8 @@ } }, "range": [ - 3979, - 4094 + 3980, + 4095 ], "loc": { "start": { @@ -9564,8 +9564,8 @@ } }, "range": [ - 3970, - 4094 + 3971, + 4095 ], "loc": { "start": { @@ -9579,8 +9579,8 @@ } }, "range": [ - 3970, - 4095 + 3971, + 4096 ], "loc": { "start": { @@ -9595,8 +9595,8 @@ } ], "range": [ - 3553, - 4109 + 3554, + 4110 ], "loc": { "start": { @@ -9611,8 +9611,8 @@ }, "alternate": null, "range": [ - 3543, - 4109 + 3544, + 4110 ], "loc": { "start": { @@ -9627,8 +9627,8 @@ } ], "range": [ - 3482, - 4119 + 3483, + 4120 ], "loc": { "start": { @@ -9642,8 +9642,8 @@ } }, "range": [ - 3294, - 4119 + 3295, + 4120 ], "loc": { "start": { @@ -9670,8 +9670,8 @@ "object": { "type": "ThisExpression", "range": [ - 4129, - 4133 + 4130, + 4134 ], "loc": { "start": { @@ -9688,8 +9688,8 @@ "type": "Identifier", "name": "rowsCounterSpan", "range": [ - 4134, - 4149 + 4135, + 4150 ], "loc": { "start": { @@ -9703,8 +9703,8 @@ } }, "range": [ - 4129, - 4149 + 4130, + 4150 ], "loc": { "start": { @@ -9721,8 +9721,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4150, - 4159 + 4151, + 4160 ], "loc": { "start": { @@ -9736,8 +9736,8 @@ } }, "range": [ - 4129, - 4159 + 4130, + 4160 ], "loc": { "start": { @@ -9754,8 +9754,8 @@ "type": "Identifier", "name": "totTxt", "range": [ - 4162, - 4168 + 4163, + 4169 ], "loc": { "start": { @@ -9769,8 +9769,8 @@ } }, "range": [ - 4129, - 4168 + 4130, + 4169 ], "loc": { "start": { @@ -9784,8 +9784,8 @@ } }, "range": [ - 4129, - 4169 + 4130, + 4170 ], "loc": { "start": { @@ -9806,8 +9806,8 @@ "object": { "type": "ThisExpression", "range": [ - 4181, - 4185 + 4182, + 4186 ], "loc": { "start": { @@ -9824,8 +9824,8 @@ "type": "Identifier", "name": "onAfterRefreshCounter", "range": [ - 4186, - 4207 + 4187, + 4208 ], "loc": { "start": { @@ -9839,8 +9839,8 @@ } }, "range": [ - 4181, - 4207 + 4182, + 4208 ], "loc": { "start": { @@ -9869,8 +9869,8 @@ "object": { "type": "ThisExpression", "range": [ - 4222, - 4226 + 4223, + 4227 ], "loc": { "start": { @@ -9887,8 +9887,8 @@ "type": "Identifier", "name": "onAfterRefreshCounter", "range": [ - 4227, - 4248 + 4228, + 4249 ], "loc": { "start": { @@ -9902,8 +9902,8 @@ } }, "range": [ - 4222, - 4248 + 4223, + 4249 ], "loc": { "start": { @@ -9920,8 +9920,8 @@ "type": "Identifier", "name": "call", "range": [ - 4249, - 4253 + 4250, + 4254 ], "loc": { "start": { @@ -9935,8 +9935,8 @@ } }, "range": [ - 4222, - 4253 + 4223, + 4254 ], "loc": { "start": { @@ -9955,8 +9955,8 @@ "value": null, "raw": "null", "range": [ - 4271, - 4275 + 4272, + 4276 ], "loc": { "start": { @@ -9973,8 +9973,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4277, - 4279 + 4278, + 4280 ], "loc": { "start": { @@ -9993,8 +9993,8 @@ "object": { "type": "ThisExpression", "range": [ - 4281, - 4285 + 4282, + 4286 ], "loc": { "start": { @@ -10011,8 +10011,8 @@ "type": "Identifier", "name": "rowsCounterSpan", "range": [ - 4286, - 4301 + 4287, + 4302 ], "loc": { "start": { @@ -10026,8 +10026,8 @@ } }, "range": [ - 4281, - 4301 + 4282, + 4302 ], "loc": { "start": { @@ -10044,8 +10044,8 @@ "type": "Identifier", "name": "totTxt", "range": [ - 4303, - 4309 + 4304, + 4310 ], "loc": { "start": { @@ -10060,8 +10060,8 @@ } ], "range": [ - 4222, - 4310 + 4223, + 4311 ], "loc": { "start": { @@ -10075,8 +10075,8 @@ } }, "range": [ - 4222, - 4311 + 4223, + 4312 ], "loc": { "start": { @@ -10091,8 +10091,8 @@ } ], "range": [ - 4208, - 4321 + 4209, + 4322 ], "loc": { "start": { @@ -10107,8 +10107,8 @@ }, "alternate": null, "range": [ - 4178, - 4321 + 4179, + 4322 ], "loc": { "start": { @@ -10123,8 +10123,8 @@ } ], "range": [ - 3024, - 4327 + 3025, + 4328 ], "loc": { "start": { @@ -10140,8 +10140,8 @@ "generator": false, "expression": false, "range": [ - 3021, - 4327 + 3022, + 4328 ], "loc": { "start": { @@ -10157,8 +10157,8 @@ "kind": "method", "computed": false, "range": [ - 3014, - 4327 + 3015, + 4328 ], "loc": { "start": { @@ -10178,8 +10178,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 4333, - 4340 + 4334, + 4341 ], "loc": { "start": { @@ -10210,8 +10210,8 @@ "object": { "type": "ThisExpression", "range": [ - 4356, - 4360 + 4357, + 4361 ], "loc": { "start": { @@ -10228,8 +10228,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 4361, - 4372 + 4362, + 4373 ], "loc": { "start": { @@ -10243,8 +10243,8 @@ } }, "range": [ - 4356, - 4372 + 4357, + 4373 ], "loc": { "start": { @@ -10259,8 +10259,8 @@ }, "prefix": true, "range": [ - 4355, - 4372 + 4356, + 4373 ], "loc": { "start": { @@ -10280,8 +10280,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4387, - 4394 + 4388, + 4395 ], "loc": { "start": { @@ -10296,8 +10296,8 @@ } ], "range": [ - 4373, - 4404 + 4374, + 4405 ], "loc": { "start": { @@ -10312,8 +10312,8 @@ }, "alternate": null, "range": [ - 4352, - 4404 + 4353, + 4405 ], "loc": { "start": { @@ -10340,8 +10340,8 @@ "object": { "type": "ThisExpression", "range": [ - 4418, - 4422 + 4419, + 4423 ], "loc": { "start": { @@ -10358,8 +10358,8 @@ "type": "Identifier", "name": "rowsCounterTgtId", "range": [ - 4423, - 4439 + 4424, + 4440 ], "loc": { "start": { @@ -10373,8 +10373,8 @@ } }, "range": [ - 4418, - 4439 + 4419, + 4440 ], "loc": { "start": { @@ -10389,8 +10389,8 @@ }, "prefix": true, "range": [ - 4417, - 4439 + 4418, + 4440 ], "loc": { "start": { @@ -10409,8 +10409,8 @@ "object": { "type": "ThisExpression", "range": [ - 4443, - 4447 + 4444, + 4448 ], "loc": { "start": { @@ -10427,8 +10427,8 @@ "type": "Identifier", "name": "rowsCounterDiv", "range": [ - 4448, - 4462 + 4449, + 4463 ], "loc": { "start": { @@ -10442,8 +10442,8 @@ } }, "range": [ - 4443, - 4462 + 4444, + 4463 ], "loc": { "start": { @@ -10457,8 +10457,8 @@ } }, "range": [ - 4417, - 4462 + 4418, + 4463 ], "loc": { "start": { @@ -10485,8 +10485,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 4477, - 4480 + 4478, + 4481 ], "loc": { "start": { @@ -10503,8 +10503,8 @@ "type": "Identifier", "name": "remove", "range": [ - 4481, - 4487 + 4482, + 4488 ], "loc": { "start": { @@ -10518,8 +10518,8 @@ } }, "range": [ - 4477, - 4487 + 4478, + 4488 ], "loc": { "start": { @@ -10539,8 +10539,8 @@ "object": { "type": "ThisExpression", "range": [ - 4488, - 4492 + 4489, + 4493 ], "loc": { "start": { @@ -10557,8 +10557,8 @@ "type": "Identifier", "name": "rowsCounterDiv", "range": [ - 4493, - 4507 + 4494, + 4508 ], "loc": { "start": { @@ -10572,8 +10572,8 @@ } }, "range": [ - 4488, - 4507 + 4489, + 4508 ], "loc": { "start": { @@ -10588,8 +10588,8 @@ } ], "range": [ - 4477, - 4508 + 4478, + 4509 ], "loc": { "start": { @@ -10603,8 +10603,8 @@ } }, "range": [ - 4477, - 4509 + 4478, + 4510 ], "loc": { "start": { @@ -10619,8 +10619,8 @@ } ], "range": [ - 4463, - 4519 + 4464, + 4520 ], "loc": { "start": { @@ -10653,8 +10653,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 4539, - 4542 + 4540, + 4543 ], "loc": { "start": { @@ -10671,8 +10671,8 @@ "type": "Identifier", "name": "id", "range": [ - 4543, - 4545 + 4544, + 4546 ], "loc": { "start": { @@ -10686,8 +10686,8 @@ } }, "range": [ - 4539, - 4545 + 4540, + 4546 ], "loc": { "start": { @@ -10707,8 +10707,8 @@ "object": { "type": "ThisExpression", "range": [ - 4546, - 4550 + 4547, + 4551 ], "loc": { "start": { @@ -10725,8 +10725,8 @@ "type": "Identifier", "name": "rowsCounterTgtId", "range": [ - 4551, - 4567 + 4552, + 4568 ], "loc": { "start": { @@ -10740,8 +10740,8 @@ } }, "range": [ - 4546, - 4567 + 4547, + 4568 ], "loc": { "start": { @@ -10756,8 +10756,8 @@ } ], "range": [ - 4539, - 4568 + 4540, + 4569 ], "loc": { "start": { @@ -10774,8 +10774,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 4569, - 4578 + 4570, + 4579 ], "loc": { "start": { @@ -10789,8 +10789,8 @@ } }, "range": [ - 4539, - 4578 + 4540, + 4579 ], "loc": { "start": { @@ -10808,8 +10808,8 @@ "value": "", "raw": "''", "range": [ - 4581, - 4583 + 4582, + 4584 ], "loc": { "start": { @@ -10823,8 +10823,8 @@ } }, "range": [ - 4539, - 4583 + 4540, + 4584 ], "loc": { "start": { @@ -10838,8 +10838,8 @@ } }, "range": [ - 4539, - 4584 + 4540, + 4585 ], "loc": { "start": { @@ -10854,8 +10854,8 @@ } ], "range": [ - 4525, - 4594 + 4526, + 4595 ], "loc": { "start": { @@ -10869,8 +10869,8 @@ } }, "range": [ - 4414, - 4594 + 4415, + 4595 ], "loc": { "start": { @@ -10894,8 +10894,8 @@ "object": { "type": "ThisExpression", "range": [ - 4603, - 4607 + 4604, + 4608 ], "loc": { "start": { @@ -10912,8 +10912,8 @@ "type": "Identifier", "name": "rowsCounterSpan", "range": [ - 4608, - 4623 + 4609, + 4624 ], "loc": { "start": { @@ -10927,8 +10927,8 @@ } }, "range": [ - 4603, - 4623 + 4604, + 4624 ], "loc": { "start": { @@ -10946,8 +10946,8 @@ "value": null, "raw": "null", "range": [ - 4626, - 4630 + 4627, + 4631 ], "loc": { "start": { @@ -10961,8 +10961,8 @@ } }, "range": [ - 4603, - 4630 + 4604, + 4631 ], "loc": { "start": { @@ -10976,8 +10976,8 @@ } }, "range": [ - 4603, - 4631 + 4604, + 4632 ], "loc": { "start": { @@ -11001,8 +11001,8 @@ "object": { "type": "ThisExpression", "range": [ - 4640, - 4644 + 4641, + 4645 ], "loc": { "start": { @@ -11019,8 +11019,8 @@ "type": "Identifier", "name": "rowsCounterDiv", "range": [ - 4645, - 4659 + 4646, + 4660 ], "loc": { "start": { @@ -11034,8 +11034,8 @@ } }, "range": [ - 4640, - 4659 + 4641, + 4660 ], "loc": { "start": { @@ -11053,8 +11053,8 @@ "value": null, "raw": "null", "range": [ - 4662, - 4666 + 4663, + 4667 ], "loc": { "start": { @@ -11068,8 +11068,8 @@ } }, "range": [ - 4640, - 4666 + 4641, + 4667 ], "loc": { "start": { @@ -11083,8 +11083,8 @@ } }, "range": [ - 4640, - 4667 + 4641, + 4668 ], "loc": { "start": { @@ -11101,8 +11101,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 4677, - 4701 + 4678, + 4702 ], "loc": { "start": { @@ -11130,8 +11130,8 @@ "object": { "type": "ThisExpression", "range": [ - 4710, - 4714 + 4711, + 4715 ], "loc": { "start": { @@ -11148,8 +11148,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4715, - 4722 + 4716, + 4723 ], "loc": { "start": { @@ -11163,8 +11163,8 @@ } }, "range": [ - 4710, - 4722 + 4711, + 4723 ], "loc": { "start": { @@ -11181,8 +11181,8 @@ "type": "Identifier", "name": "off", "range": [ - 4723, - 4726 + 4724, + 4727 ], "loc": { "start": { @@ -11196,8 +11196,8 @@ } }, "range": [ - 4710, - 4726 + 4711, + 4727 ], "loc": { "start": { @@ -11219,8 +11219,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 4728, - 4745 + 4729, + 4746 ], "loc": { "start": { @@ -11238,8 +11238,8 @@ "value": "grouped-by-page", "raw": "'grouped-by-page'", "range": [ - 4747, - 4764 + 4748, + 4765 ], "loc": { "start": { @@ -11254,8 +11254,8 @@ } ], "range": [ - 4727, - 4765 + 4728, + 4766 ], "loc": { "start": { @@ -11280,8 +11280,8 @@ "object": { "type": "ThisExpression", "range": [ - 4784, - 4788 + 4785, + 4789 ], "loc": { "start": { @@ -11298,8 +11298,8 @@ "type": "Identifier", "name": "refresh", "range": [ - 4789, - 4796 + 4790, + 4797 ], "loc": { "start": { @@ -11313,8 +11313,8 @@ } }, "range": [ - 4784, - 4796 + 4785, + 4797 ], "loc": { "start": { @@ -11335,8 +11335,8 @@ "type": "Identifier", "name": "tf", "range": [ - 4797, - 4799 + 4798, + 4800 ], "loc": { "start": { @@ -11353,8 +11353,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 4800, - 4813 + 4801, + 4814 ], "loc": { "start": { @@ -11368,8 +11368,8 @@ } }, "range": [ - 4797, - 4813 + 4798, + 4814 ], "loc": { "start": { @@ -11384,8 +11384,8 @@ } ], "range": [ - 4784, - 4814 + 4785, + 4815 ], "loc": { "start": { @@ -11401,8 +11401,8 @@ "generator": false, "expression": true, "range": [ - 4779, - 4814 + 4780, + 4815 ], "loc": { "start": { @@ -11417,8 +11417,8 @@ } ], "range": [ - 4710, - 4815 + 4711, + 4816 ], "loc": { "start": { @@ -11432,8 +11432,8 @@ } }, "range": [ - 4710, - 4816 + 4711, + 4817 ], "loc": { "start": { @@ -11450,8 +11450,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 4677, - 4701 + 4678, + 4702 ], "loc": { "start": { @@ -11479,8 +11479,8 @@ "object": { "type": "ThisExpression", "range": [ - 4825, - 4829 + 4826, + 4830 ], "loc": { "start": { @@ -11497,8 +11497,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4830, - 4837 + 4831, + 4838 ], "loc": { "start": { @@ -11512,8 +11512,8 @@ } }, "range": [ - 4825, - 4837 + 4826, + 4838 ], "loc": { "start": { @@ -11530,8 +11530,8 @@ "type": "Identifier", "name": "off", "range": [ - 4838, - 4841 + 4839, + 4842 ], "loc": { "start": { @@ -11545,8 +11545,8 @@ } }, "range": [ - 4825, - 4841 + 4826, + 4842 ], "loc": { "start": { @@ -11568,8 +11568,8 @@ "value": "rows-changed", "raw": "'rows-changed'", "range": [ - 4843, - 4857 + 4844, + 4858 ], "loc": { "start": { @@ -11584,8 +11584,8 @@ } ], "range": [ - 4842, - 4858 + 4843, + 4859 ], "loc": { "start": { @@ -11610,8 +11610,8 @@ "object": { "type": "ThisExpression", "range": [ - 4865, - 4869 + 4866, + 4870 ], "loc": { "start": { @@ -11628,8 +11628,8 @@ "type": "Identifier", "name": "refresh", "range": [ - 4870, - 4877 + 4871, + 4878 ], "loc": { "start": { @@ -11643,8 +11643,8 @@ } }, "range": [ - 4865, - 4877 + 4866, + 4878 ], "loc": { "start": { @@ -11659,8 +11659,8 @@ }, "arguments": [], "range": [ - 4865, - 4879 + 4866, + 4880 ], "loc": { "start": { @@ -11676,8 +11676,8 @@ "generator": false, "expression": true, "range": [ - 4860, - 4879 + 4861, + 4880 ], "loc": { "start": { @@ -11692,8 +11692,8 @@ } ], "range": [ - 4825, - 4880 + 4826, + 4881 ], "loc": { "start": { @@ -11707,8 +11707,8 @@ } }, "range": [ - 4825, - 4881 + 4826, + 4882 ], "loc": { "start": { @@ -11732,8 +11732,8 @@ "object": { "type": "ThisExpression", "range": [ - 4891, - 4895 + 4892, + 4896 ], "loc": { "start": { @@ -11750,8 +11750,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 4896, - 4907 + 4897, + 4908 ], "loc": { "start": { @@ -11765,8 +11765,8 @@ } }, "range": [ - 4891, - 4907 + 4892, + 4908 ], "loc": { "start": { @@ -11784,8 +11784,8 @@ "value": false, "raw": "false", "range": [ - 4910, - 4915 + 4911, + 4916 ], "loc": { "start": { @@ -11799,8 +11799,8 @@ } }, "range": [ - 4891, - 4915 + 4892, + 4916 ], "loc": { "start": { @@ -11814,8 +11814,8 @@ } }, "range": [ - 4891, - 4916 + 4892, + 4917 ], "loc": { "start": { @@ -11830,8 +11830,8 @@ } ], "range": [ - 4342, - 4922 + 4343, + 4923 ], "loc": { "start": { @@ -11847,8 +11847,8 @@ "generator": false, "expression": false, "range": [ - 4340, - 4922 + 4341, + 4923 ], "loc": { "start": { @@ -11864,8 +11864,8 @@ "kind": "method", "computed": false, "range": [ - 4333, - 4922 + 4334, + 4923 ], "loc": { "start": { @@ -11881,8 +11881,8 @@ } ], "range": [ - 132, - 4924 + 133, + 4925 ], "loc": { "start": { @@ -11896,8 +11896,8 @@ } }, "range": [ - 99, - 4924 + 100, + 4925 ], "loc": { "start": { @@ -11915,8 +11915,8 @@ "specifiers": [], "source": null, "range": [ - 92, - 4924 + 93, + 4925 ], "loc": { "start": { @@ -11933,7 +11933,7 @@ "sourceType": "module", "range": [ 0, - 4924 + 4925 ], "loc": { "start": { @@ -11950,8 +11950,8 @@ "type": "Block", "value": "*\n * Rows counter\n * @param {Object} tf TableFilter instance\n ", "range": [ - 139, - 217 + 140, + 218 ], "loc": { "start": { @@ -11968,8 +11968,8 @@ "type": "Line", "value": " TableFilter configuration", "range": [ - 282, - 310 + 283, + 311 ], "loc": { "start": { @@ -11986,8 +11986,8 @@ "type": "Line", "value": "id of custom container element", "range": [ - 349, - 381 + 350, + 382 ], "loc": { "start": { @@ -12004,8 +12004,8 @@ "type": "Line", "value": "element containing tot nb rows", "range": [ - 456, - 488 + 457, + 489 ], "loc": { "start": { @@ -12022,8 +12022,8 @@ "type": "Line", "value": "element containing tot nb rows label", "range": [ - 533, - 571 + 534, + 572 ], "loc": { "start": { @@ -12040,8 +12040,8 @@ "type": "Line", "value": "defines rows counter text", "range": [ - 617, - 644 + 618, + 645 ], "loc": { "start": { @@ -12058,8 +12058,8 @@ "type": "Line", "value": "defines css class rows counter", "range": [ - 831, - 863 + 832, + 864 ], "loc": { "start": { @@ -12076,8 +12076,8 @@ "type": "Line", "value": "rows counter div", "range": [ - 934, - 952 + 935, + 953 ], "loc": { "start": { @@ -12094,8 +12094,8 @@ "type": "Line", "value": "nb displayed rows label", "range": [ - 1000, - 1025 + 1001, + 1026 ], "loc": { "start": { @@ -12112,8 +12112,8 @@ "type": "Line", "value": "label preceding nb rows label", "range": [ - 1078, - 1109 + 1079, + 1110 ], "loc": { "start": { @@ -12130,8 +12130,8 @@ "type": "Line", "value": "callback raised before counter is refreshed", "range": [ - 1168, - 1213 + 1169, + 1214 ], "loc": { "start": { @@ -12148,8 +12148,8 @@ "type": "Line", "value": "callback raised after counter is refreshed", "range": [ - 1350, - 1394 + 1351, + 1395 ], "loc": { "start": { @@ -12166,8 +12166,8 @@ "type": "Line", "value": "rows counter container", "range": [ - 1635, - 1659 + 1636, + 1660 ], "loc": { "start": { @@ -12184,8 +12184,8 @@ "type": "Line", "value": "rows counter label", "range": [ - 1793, - 1813 + 1794, + 1814 ], "loc": { "start": { @@ -12202,8 +12202,8 @@ "type": "Line", "value": " counter is added to defined element", "range": [ - 2041, - 2079 + 2042, + 2080 ], "loc": { "start": { @@ -12220,8 +12220,8 @@ "type": "Line", "value": "default container: 'lDiv'", "range": [ - 2271, - 2298 + 2272, + 2299 ], "loc": { "start": { @@ -12238,8 +12238,8 @@ "type": "Line", "value": "custom container, no need to append statusDiv", "range": [ - 2505, - 2552 + 2506, + 2553 ], "loc": { "start": { @@ -12256,8 +12256,8 @@ "type": "Line", "value": " subscribe to events", "range": [ - 2744, - 2766 + 2745, + 2767 ], "loc": { "start": { @@ -12274,8 +12274,8 @@ "type": "Line", "value": "paging start row", "range": [ - 3571, - 3589 + 3572, + 3590 ], "loc": { "start": { @@ -12292,8 +12292,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 4677, - 4701 + 4678, + 4702 ], "loc": { "start": { diff --git a/docs/ast/source/modules/state.js.json b/docs/ast/source/modules/state.js.json index d2a6d403..89d20049 100644 --- a/docs/ast/source/modules/state.js.json +++ b/docs/ast/source/modules/state.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "Hash", "range": [ - 43, - 47 + 44, + 48 ], "loc": { "start": { @@ -119,8 +119,8 @@ "type": "Identifier", "name": "Hash", "range": [ - 43, - 47 + 44, + 48 ], "loc": { "start": { @@ -134,8 +134,8 @@ } }, "range": [ - 43, - 47 + 44, + 48 ], "loc": { "start": { @@ -154,8 +154,8 @@ "value": "./hash", "raw": "'./hash'", "range": [ - 54, - 62 + 55, + 63 ], "loc": { "start": { @@ -169,8 +169,8 @@ } }, "range": [ - 35, - 63 + 36, + 64 ], "loc": { "start": { @@ -192,8 +192,8 @@ "type": "Identifier", "name": "Storage", "range": [ - 72, - 79 + 73, + 80 ], "loc": { "start": { @@ -210,8 +210,8 @@ "type": "Identifier", "name": "Storage", "range": [ - 72, - 79 + 73, + 80 ], "loc": { "start": { @@ -225,8 +225,8 @@ } }, "range": [ - 72, - 79 + 73, + 80 ], "loc": { "start": { @@ -245,8 +245,8 @@ "value": "./storage", "raw": "'./storage'", "range": [ - 86, - 97 + 87, + 98 ], "loc": { "start": { @@ -260,8 +260,8 @@ } }, "range": [ - 64, - 98 + 65, + 99 ], "loc": { "start": { @@ -283,8 +283,8 @@ "type": "Identifier", "name": "Str", "range": [ - 106, - 109 + 107, + 110 ], "loc": { "start": { @@ -298,8 +298,8 @@ } }, "range": [ - 106, - 109 + 107, + 110 ], "loc": { "start": { @@ -318,8 +318,8 @@ "value": "../string", "raw": "'../string'", "range": [ - 115, - 126 + 116, + 127 ], "loc": { "start": { @@ -333,8 +333,8 @@ } }, "range": [ - 99, - 127 + 100, + 128 ], "loc": { "start": { @@ -356,8 +356,8 @@ "type": "Identifier", "name": "Types", "range": [ - 135, - 140 + 136, + 141 ], "loc": { "start": { @@ -371,8 +371,8 @@ } }, "range": [ - 135, - 140 + 136, + 141 ], "loc": { "start": { @@ -391,8 +391,8 @@ "value": "../types", "raw": "'../types'", "range": [ - 146, - 156 + 147, + 157 ], "loc": { "start": { @@ -406,8 +406,8 @@ } }, "range": [ - 128, - 157 + 129, + 158 ], "loc": { "start": { @@ -424,8 +424,8 @@ "type": "Block", "value": "*\n * Reflects the state of features to be persisted via hash, localStorage or\n * cookie\n *\n * @export\n * @class State\n * @extends {Feature}\n ", "range": [ - 159, - 304 + 160, + 305 ], "loc": { "start": { @@ -448,8 +448,8 @@ "type": "Identifier", "name": "State", "range": [ - 318, - 323 + 319, + 324 ], "loc": { "start": { @@ -466,8 +466,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 332, - 339 + 333, + 340 ], "loc": { "start": { @@ -489,8 +489,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 458, - 469 + 459, + 470 ], "loc": { "start": { @@ -511,8 +511,8 @@ "type": "Identifier", "name": "tf", "range": [ - 470, - 472 + 471, + 473 ], "loc": { "start": { @@ -536,8 +536,8 @@ "callee": { "type": "Super", "range": [ - 484, - 489 + 485, + 490 ], "loc": { "start": { @@ -555,8 +555,8 @@ "type": "Identifier", "name": "tf", "range": [ - 490, - 492 + 491, + 493 ], "loc": { "start": { @@ -574,8 +574,8 @@ "value": "state", "raw": "'state'", "range": [ - 494, - 501 + 495, + 502 ], "loc": { "start": { @@ -590,8 +590,8 @@ } ], "range": [ - 484, - 502 + 485, + 503 ], "loc": { "start": { @@ -605,8 +605,8 @@ } }, "range": [ - 484, - 503 + 485, + 504 ], "loc": { "start": { @@ -628,8 +628,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 517, - 520 + 518, + 521 ], "loc": { "start": { @@ -651,8 +651,8 @@ "object": { "type": "ThisExpression", "range": [ - 523, - 527 + 524, + 528 ], "loc": { "start": { @@ -669,8 +669,8 @@ "type": "Identifier", "name": "config", "range": [ - 528, - 534 + 529, + 535 ], "loc": { "start": { @@ -684,8 +684,8 @@ } }, "range": [ - 523, - 534 + 524, + 535 ], "loc": { "start": { @@ -702,8 +702,8 @@ "type": "Identifier", "name": "state", "range": [ - 535, - 540 + 536, + 541 ], "loc": { "start": { @@ -717,8 +717,8 @@ } }, "range": [ - 523, - 540 + 524, + 541 ], "loc": { "start": { @@ -732,8 +732,8 @@ } }, "range": [ - 517, - 540 + 518, + 541 ], "loc": { "start": { @@ -749,8 +749,8 @@ ], "kind": "let", "range": [ - 513, - 541 + 514, + 542 ], "loc": { "start": { @@ -774,8 +774,8 @@ "object": { "type": "ThisExpression", "range": [ - 551, - 555 + 552, + 556 ], "loc": { "start": { @@ -792,8 +792,8 @@ "type": "Identifier", "name": "enableHash", "range": [ - 556, - 566 + 557, + 567 ], "loc": { "start": { @@ -807,8 +807,8 @@ } }, "range": [ - 551, - 566 + 552, + 567 ], "loc": { "start": { @@ -831,8 +831,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 569, - 572 + 570, + 573 ], "loc": { "start": { @@ -850,8 +850,8 @@ "value": true, "raw": "true", "range": [ - 577, - 581 + 578, + 582 ], "loc": { "start": { @@ -865,8 +865,8 @@ } }, "range": [ - 569, - 581 + 570, + 582 ], "loc": { "start": { @@ -891,8 +891,8 @@ "type": "Identifier", "name": "Types", "range": [ - 598, - 603 + 599, + 604 ], "loc": { "start": { @@ -909,8 +909,8 @@ "type": "Identifier", "name": "isObj", "range": [ - 604, - 609 + 605, + 610 ], "loc": { "start": { @@ -924,8 +924,8 @@ } }, "range": [ - 598, - 609 + 599, + 610 ], "loc": { "start": { @@ -946,8 +946,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 610, - 613 + 611, + 614 ], "loc": { "start": { @@ -964,8 +964,8 @@ "type": "Identifier", "name": "types", "range": [ - 614, - 619 + 615, + 620 ], "loc": { "start": { @@ -979,8 +979,8 @@ } }, "range": [ - 610, - 619 + 611, + 620 ], "loc": { "start": { @@ -995,8 +995,8 @@ } ], "range": [ - 598, - 620 + 599, + 621 ], "loc": { "start": { @@ -1024,8 +1024,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 624, - 627 + 625, + 628 ], "loc": { "start": { @@ -1042,8 +1042,8 @@ "type": "Identifier", "name": "types", "range": [ - 628, - 633 + 629, + 634 ], "loc": { "start": { @@ -1057,8 +1057,8 @@ } }, "range": [ - 624, - 633 + 625, + 634 ], "loc": { "start": { @@ -1075,8 +1075,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 634, - 641 + 635, + 642 ], "loc": { "start": { @@ -1090,8 +1090,8 @@ } }, "range": [ - 624, - 641 + 625, + 642 ], "loc": { "start": { @@ -1110,8 +1110,8 @@ "value": "hash", "raw": "'hash'", "range": [ - 642, - 648 + 643, + 649 ], "loc": { "start": { @@ -1126,8 +1126,8 @@ } ], "range": [ - 624, - 649 + 625, + 650 ], "loc": { "start": { @@ -1148,8 +1148,8 @@ "value": 1, "raw": "1", "range": [ - 655, - 656 + 656, + 657 ], "loc": { "start": { @@ -1164,8 +1164,8 @@ }, "prefix": true, "range": [ - 654, - 656 + 655, + 657 ], "loc": { "start": { @@ -1179,8 +1179,8 @@ } }, "range": [ - 624, - 656 + 625, + 657 ], "loc": { "start": { @@ -1194,8 +1194,8 @@ } }, "range": [ - 598, - 656 + 599, + 657 ], "loc": { "start": { @@ -1209,8 +1209,8 @@ } }, "range": [ - 569, - 657 + 570, + 658 ], "loc": { "start": { @@ -1224,8 +1224,8 @@ } }, "range": [ - 551, - 657 + 552, + 658 ], "loc": { "start": { @@ -1239,8 +1239,8 @@ } }, "range": [ - 551, - 658 + 552, + 659 ], "loc": { "start": { @@ -1264,8 +1264,8 @@ "object": { "type": "ThisExpression", "range": [ - 667, - 671 + 668, + 672 ], "loc": { "start": { @@ -1282,8 +1282,8 @@ "type": "Identifier", "name": "enableLocalStorage", "range": [ - 672, - 690 + 673, + 691 ], "loc": { "start": { @@ -1297,8 +1297,8 @@ } }, "range": [ - 667, - 690 + 668, + 691 ], "loc": { "start": { @@ -1323,8 +1323,8 @@ "type": "Identifier", "name": "Types", "range": [ - 693, - 698 + 694, + 699 ], "loc": { "start": { @@ -1341,8 +1341,8 @@ "type": "Identifier", "name": "isObj", "range": [ - 699, - 704 + 700, + 705 ], "loc": { "start": { @@ -1356,8 +1356,8 @@ } }, "range": [ - 693, - 704 + 694, + 705 ], "loc": { "start": { @@ -1378,8 +1378,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 705, - 708 + 706, + 709 ], "loc": { "start": { @@ -1396,8 +1396,8 @@ "type": "Identifier", "name": "types", "range": [ - 709, - 714 + 710, + 715 ], "loc": { "start": { @@ -1411,8 +1411,8 @@ } }, "range": [ - 705, - 714 + 706, + 715 ], "loc": { "start": { @@ -1427,8 +1427,8 @@ } ], "range": [ - 693, - 715 + 694, + 716 ], "loc": { "start": { @@ -1456,8 +1456,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 731, - 734 + 732, + 735 ], "loc": { "start": { @@ -1474,8 +1474,8 @@ "type": "Identifier", "name": "types", "range": [ - 735, - 740 + 736, + 741 ], "loc": { "start": { @@ -1489,8 +1489,8 @@ } }, "range": [ - 731, - 740 + 732, + 741 ], "loc": { "start": { @@ -1507,8 +1507,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 741, - 748 + 742, + 749 ], "loc": { "start": { @@ -1522,8 +1522,8 @@ } }, "range": [ - 731, - 748 + 732, + 749 ], "loc": { "start": { @@ -1542,8 +1542,8 @@ "value": "local_storage", "raw": "'local_storage'", "range": [ - 749, - 764 + 750, + 765 ], "loc": { "start": { @@ -1558,8 +1558,8 @@ } ], "range": [ - 731, - 765 + 732, + 766 ], "loc": { "start": { @@ -1580,8 +1580,8 @@ "value": 1, "raw": "1", "range": [ - 771, - 772 + 772, + 773 ], "loc": { "start": { @@ -1596,8 +1596,8 @@ }, "prefix": true, "range": [ - 770, - 772 + 771, + 773 ], "loc": { "start": { @@ -1611,8 +1611,8 @@ } }, "range": [ - 731, - 772 + 732, + 773 ], "loc": { "start": { @@ -1626,8 +1626,8 @@ } }, "range": [ - 693, - 772 + 694, + 773 ], "loc": { "start": { @@ -1641,8 +1641,8 @@ } }, "range": [ - 667, - 772 + 668, + 773 ], "loc": { "start": { @@ -1656,8 +1656,8 @@ } }, "range": [ - 667, - 773 + 668, + 774 ], "loc": { "start": { @@ -1681,8 +1681,8 @@ "object": { "type": "ThisExpression", "range": [ - 782, - 786 + 783, + 787 ], "loc": { "start": { @@ -1699,8 +1699,8 @@ "type": "Identifier", "name": "enableCookie", "range": [ - 787, - 799 + 788, + 800 ], "loc": { "start": { @@ -1714,8 +1714,8 @@ } }, "range": [ - 782, - 799 + 783, + 800 ], "loc": { "start": { @@ -1740,8 +1740,8 @@ "type": "Identifier", "name": "Types", "range": [ - 802, - 807 + 803, + 808 ], "loc": { "start": { @@ -1758,8 +1758,8 @@ "type": "Identifier", "name": "isObj", "range": [ - 808, - 813 + 809, + 814 ], "loc": { "start": { @@ -1773,8 +1773,8 @@ } }, "range": [ - 802, - 813 + 803, + 814 ], "loc": { "start": { @@ -1795,8 +1795,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 814, - 817 + 815, + 818 ], "loc": { "start": { @@ -1813,8 +1813,8 @@ "type": "Identifier", "name": "types", "range": [ - 818, - 823 + 819, + 824 ], "loc": { "start": { @@ -1828,8 +1828,8 @@ } }, "range": [ - 814, - 823 + 815, + 824 ], "loc": { "start": { @@ -1844,8 +1844,8 @@ } ], "range": [ - 802, - 824 + 803, + 825 ], "loc": { "start": { @@ -1873,8 +1873,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 840, - 843 + 841, + 844 ], "loc": { "start": { @@ -1891,8 +1891,8 @@ "type": "Identifier", "name": "types", "range": [ - 844, - 849 + 845, + 850 ], "loc": { "start": { @@ -1906,8 +1906,8 @@ } }, "range": [ - 840, - 849 + 841, + 850 ], "loc": { "start": { @@ -1924,8 +1924,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 850, - 857 + 851, + 858 ], "loc": { "start": { @@ -1939,8 +1939,8 @@ } }, "range": [ - 840, - 857 + 841, + 858 ], "loc": { "start": { @@ -1959,8 +1959,8 @@ "value": "cookie", "raw": "'cookie'", "range": [ - 858, - 866 + 859, + 867 ], "loc": { "start": { @@ -1975,8 +1975,8 @@ } ], "range": [ - 840, - 867 + 841, + 868 ], "loc": { "start": { @@ -1997,8 +1997,8 @@ "value": 1, "raw": "1", "range": [ - 873, - 874 + 874, + 875 ], "loc": { "start": { @@ -2013,8 +2013,8 @@ }, "prefix": true, "range": [ - 872, - 874 + 873, + 875 ], "loc": { "start": { @@ -2028,8 +2028,8 @@ } }, "range": [ - 840, - 874 + 841, + 875 ], "loc": { "start": { @@ -2043,8 +2043,8 @@ } }, "range": [ - 802, - 874 + 803, + 875 ], "loc": { "start": { @@ -2058,8 +2058,8 @@ } }, "range": [ - 782, - 874 + 783, + 875 ], "loc": { "start": { @@ -2073,8 +2073,8 @@ } }, "range": [ - 782, - 875 + 783, + 876 ], "loc": { "start": { @@ -2098,8 +2098,8 @@ "object": { "type": "ThisExpression", "range": [ - 884, - 888 + 885, + 889 ], "loc": { "start": { @@ -2116,8 +2116,8 @@ "type": "Identifier", "name": "persistFilters", "range": [ - 889, - 903 + 890, + 904 ], "loc": { "start": { @@ -2131,8 +2131,8 @@ } }, "range": [ - 884, - 903 + 885, + 904 ], "loc": { "start": { @@ -2157,8 +2157,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 906, - 909 + 907, + 910 ], "loc": { "start": { @@ -2175,8 +2175,8 @@ "type": "Identifier", "name": "filters", "range": [ - 910, - 917 + 911, + 918 ], "loc": { "start": { @@ -2190,8 +2190,8 @@ } }, "range": [ - 906, - 917 + 907, + 918 ], "loc": { "start": { @@ -2209,8 +2209,8 @@ "value": false, "raw": "false", "range": [ - 922, - 927 + 923, + 928 ], "loc": { "start": { @@ -2224,8 +2224,8 @@ } }, "range": [ - 906, - 927 + 907, + 928 ], "loc": { "start": { @@ -2243,8 +2243,8 @@ "value": false, "raw": "false", "range": [ - 930, - 935 + 931, + 936 ], "loc": { "start": { @@ -2262,8 +2262,8 @@ "value": true, "raw": "true", "range": [ - 938, - 942 + 939, + 943 ], "loc": { "start": { @@ -2277,8 +2277,8 @@ } }, "range": [ - 906, - 942 + 907, + 943 ], "loc": { "start": { @@ -2292,8 +2292,8 @@ } }, "range": [ - 884, - 942 + 885, + 943 ], "loc": { "start": { @@ -2307,8 +2307,8 @@ } }, "range": [ - 884, - 943 + 885, + 944 ], "loc": { "start": { @@ -2332,8 +2332,8 @@ "object": { "type": "ThisExpression", "range": [ - 952, - 956 + 953, + 957 ], "loc": { "start": { @@ -2350,8 +2350,8 @@ "type": "Identifier", "name": "persistPageNumber", "range": [ - 957, - 974 + 958, + 975 ], "loc": { "start": { @@ -2365,8 +2365,8 @@ } }, "range": [ - 952, - 974 + 953, + 975 ], "loc": { "start": { @@ -2385,8 +2385,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 977, - 984 + 978, + 985 ], "loc": { "start": { @@ -2407,8 +2407,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 985, - 988 + 986, + 989 ], "loc": { "start": { @@ -2425,8 +2425,8 @@ "type": "Identifier", "name": "page_number", "range": [ - 989, - 1000 + 990, + 1001 ], "loc": { "start": { @@ -2440,8 +2440,8 @@ } }, "range": [ - 985, - 1000 + 986, + 1001 ], "loc": { "start": { @@ -2456,8 +2456,8 @@ } ], "range": [ - 977, - 1001 + 978, + 1002 ], "loc": { "start": { @@ -2471,8 +2471,8 @@ } }, "range": [ - 952, - 1001 + 953, + 1002 ], "loc": { "start": { @@ -2486,8 +2486,8 @@ } }, "range": [ - 952, - 1002 + 953, + 1003 ], "loc": { "start": { @@ -2511,8 +2511,8 @@ "object": { "type": "ThisExpression", "range": [ - 1011, - 1015 + 1012, + 1016 ], "loc": { "start": { @@ -2529,8 +2529,8 @@ "type": "Identifier", "name": "persistPageLength", "range": [ - 1016, - 1033 + 1017, + 1034 ], "loc": { "start": { @@ -2544,8 +2544,8 @@ } }, "range": [ - 1011, - 1033 + 1012, + 1034 ], "loc": { "start": { @@ -2564,8 +2564,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 1036, - 1043 + 1037, + 1044 ], "loc": { "start": { @@ -2586,8 +2586,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 1044, - 1047 + 1045, + 1048 ], "loc": { "start": { @@ -2604,8 +2604,8 @@ "type": "Identifier", "name": "page_length", "range": [ - 1048, - 1059 + 1049, + 1060 ], "loc": { "start": { @@ -2619,8 +2619,8 @@ } }, "range": [ - 1044, - 1059 + 1045, + 1060 ], "loc": { "start": { @@ -2635,8 +2635,8 @@ } ], "range": [ - 1036, - 1060 + 1037, + 1061 ], "loc": { "start": { @@ -2650,8 +2650,8 @@ } }, "range": [ - 1011, - 1060 + 1012, + 1061 ], "loc": { "start": { @@ -2665,8 +2665,8 @@ } }, "range": [ - 1011, - 1061 + 1012, + 1062 ], "loc": { "start": { @@ -2690,8 +2690,8 @@ "object": { "type": "ThisExpression", "range": [ - 1070, - 1074 + 1071, + 1075 ], "loc": { "start": { @@ -2708,8 +2708,8 @@ "type": "Identifier", "name": "persistSort", "range": [ - 1075, - 1086 + 1076, + 1087 ], "loc": { "start": { @@ -2723,8 +2723,8 @@ } }, "range": [ - 1070, - 1086 + 1071, + 1087 ], "loc": { "start": { @@ -2743,8 +2743,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 1089, - 1096 + 1090, + 1097 ], "loc": { "start": { @@ -2765,8 +2765,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 1097, - 1100 + 1098, + 1101 ], "loc": { "start": { @@ -2783,8 +2783,8 @@ "type": "Identifier", "name": "sort", "range": [ - 1101, - 1105 + 1102, + 1106 ], "loc": { "start": { @@ -2798,8 +2798,8 @@ } }, "range": [ - 1097, - 1105 + 1098, + 1106 ], "loc": { "start": { @@ -2814,8 +2814,8 @@ } ], "range": [ - 1089, - 1106 + 1090, + 1107 ], "loc": { "start": { @@ -2829,8 +2829,8 @@ } }, "range": [ - 1070, - 1106 + 1071, + 1107 ], "loc": { "start": { @@ -2844,8 +2844,8 @@ } }, "range": [ - 1070, - 1107 + 1071, + 1108 ], "loc": { "start": { @@ -2869,8 +2869,8 @@ "object": { "type": "ThisExpression", "range": [ - 1116, - 1120 + 1117, + 1121 ], "loc": { "start": { @@ -2887,8 +2887,8 @@ "type": "Identifier", "name": "persistColsVisibility", "range": [ - 1121, - 1142 + 1122, + 1143 ], "loc": { "start": { @@ -2902,8 +2902,8 @@ } }, "range": [ - 1116, - 1142 + 1117, + 1143 ], "loc": { "start": { @@ -2922,8 +2922,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 1145, - 1152 + 1146, + 1153 ], "loc": { "start": { @@ -2944,8 +2944,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 1153, - 1156 + 1154, + 1157 ], "loc": { "start": { @@ -2962,8 +2962,8 @@ "type": "Identifier", "name": "columns_visibility", "range": [ - 1157, - 1175 + 1158, + 1176 ], "loc": { "start": { @@ -2977,8 +2977,8 @@ } }, "range": [ - 1153, - 1175 + 1154, + 1176 ], "loc": { "start": { @@ -2993,8 +2993,8 @@ } ], "range": [ - 1145, - 1176 + 1146, + 1177 ], "loc": { "start": { @@ -3008,8 +3008,8 @@ } }, "range": [ - 1116, - 1176 + 1117, + 1177 ], "loc": { "start": { @@ -3023,8 +3023,8 @@ } }, "range": [ - 1116, - 1177 + 1117, + 1178 ], "loc": { "start": { @@ -3048,8 +3048,8 @@ "object": { "type": "ThisExpression", "range": [ - 1186, - 1190 + 1187, + 1191 ], "loc": { "start": { @@ -3066,8 +3066,8 @@ "type": "Identifier", "name": "persistFiltersVisibility", "range": [ - 1191, - 1215 + 1192, + 1216 ], "loc": { "start": { @@ -3081,8 +3081,8 @@ } }, "range": [ - 1186, - 1215 + 1187, + 1216 ], "loc": { "start": { @@ -3101,8 +3101,8 @@ "type": "Identifier", "name": "Boolean", "range": [ - 1218, - 1225 + 1219, + 1226 ], "loc": { "start": { @@ -3123,8 +3123,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 1226, - 1229 + 1227, + 1230 ], "loc": { "start": { @@ -3141,8 +3141,8 @@ "type": "Identifier", "name": "filters_visibility", "range": [ - 1230, - 1248 + 1231, + 1249 ], "loc": { "start": { @@ -3156,8 +3156,8 @@ } }, "range": [ - 1226, - 1248 + 1227, + 1249 ], "loc": { "start": { @@ -3172,8 +3172,8 @@ } ], "range": [ - 1218, - 1249 + 1219, + 1250 ], "loc": { "start": { @@ -3187,8 +3187,8 @@ } }, "range": [ - 1186, - 1249 + 1187, + 1250 ], "loc": { "start": { @@ -3202,8 +3202,8 @@ } }, "range": [ - 1186, - 1250 + 1187, + 1251 ], "loc": { "start": { @@ -3227,8 +3227,8 @@ "object": { "type": "ThisExpression", "range": [ - 1259, - 1263 + 1260, + 1264 ], "loc": { "start": { @@ -3245,8 +3245,8 @@ "type": "Identifier", "name": "cookieDuration", "range": [ - 1264, - 1278 + 1265, + 1279 ], "loc": { "start": { @@ -3260,8 +3260,8 @@ } }, "range": [ - 1259, - 1278 + 1260, + 1279 ], "loc": { "start": { @@ -3285,8 +3285,8 @@ "type": "Identifier", "name": "isNaN", "range": [ - 1282, - 1287 + 1283, + 1288 ], "loc": { "start": { @@ -3307,8 +3307,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 1288, - 1291 + 1289, + 1292 ], "loc": { "start": { @@ -3325,8 +3325,8 @@ "type": "Identifier", "name": "cookie_duration", "range": [ - 1292, - 1307 + 1293, + 1308 ], "loc": { "start": { @@ -3340,8 +3340,8 @@ } }, "range": [ - 1288, - 1307 + 1289, + 1308 ], "loc": { "start": { @@ -3356,8 +3356,8 @@ } ], "range": [ - 1282, - 1308 + 1283, + 1309 ], "loc": { "start": { @@ -3372,8 +3372,8 @@ }, "prefix": true, "range": [ - 1281, - 1308 + 1282, + 1309 ], "loc": { "start": { @@ -3392,8 +3392,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 1323, - 1331 + 1324, + 1332 ], "loc": { "start": { @@ -3414,8 +3414,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 1332, - 1335 + 1333, + 1336 ], "loc": { "start": { @@ -3432,8 +3432,8 @@ "type": "Identifier", "name": "cookie_duration", "range": [ - 1336, - 1351 + 1337, + 1352 ], "loc": { "start": { @@ -3447,8 +3447,8 @@ } }, "range": [ - 1332, - 1351 + 1333, + 1352 ], "loc": { "start": { @@ -3466,8 +3466,8 @@ "value": 10, "raw": "10", "range": [ - 1353, - 1355 + 1354, + 1356 ], "loc": { "start": { @@ -3482,8 +3482,8 @@ } ], "range": [ - 1323, - 1356 + 1324, + 1357 ], "loc": { "start": { @@ -3501,8 +3501,8 @@ "value": 87600, "raw": "87600", "range": [ - 1359, - 1364 + 1360, + 1365 ], "loc": { "start": { @@ -3516,8 +3516,8 @@ } }, "range": [ - 1281, - 1364 + 1282, + 1365 ], "loc": { "start": { @@ -3531,8 +3531,8 @@ } }, "range": [ - 1259, - 1364 + 1260, + 1365 ], "loc": { "start": { @@ -3546,8 +3546,8 @@ } }, "range": [ - 1259, - 1365 + 1260, + 1366 ], "loc": { "start": { @@ -3571,8 +3571,8 @@ "object": { "type": "ThisExpression", "range": [ - 1375, - 1379 + 1376, + 1380 ], "loc": { "start": { @@ -3589,8 +3589,8 @@ "type": "Identifier", "name": "enableStorage", "range": [ - 1380, - 1393 + 1381, + 1394 ], "loc": { "start": { @@ -3604,8 +3604,8 @@ } }, "range": [ - 1375, - 1393 + 1376, + 1394 ], "loc": { "start": { @@ -3627,8 +3627,8 @@ "object": { "type": "ThisExpression", "range": [ - 1396, - 1400 + 1397, + 1401 ], "loc": { "start": { @@ -3645,8 +3645,8 @@ "type": "Identifier", "name": "enableLocalStorage", "range": [ - 1401, - 1419 + 1402, + 1420 ], "loc": { "start": { @@ -3660,8 +3660,8 @@ } }, "range": [ - 1396, - 1419 + 1397, + 1420 ], "loc": { "start": { @@ -3680,8 +3680,8 @@ "object": { "type": "ThisExpression", "range": [ - 1423, - 1427 + 1424, + 1428 ], "loc": { "start": { @@ -3698,8 +3698,8 @@ "type": "Identifier", "name": "enableCookie", "range": [ - 1428, - 1440 + 1429, + 1441 ], "loc": { "start": { @@ -3713,8 +3713,8 @@ } }, "range": [ - 1423, - 1440 + 1424, + 1441 ], "loc": { "start": { @@ -3728,8 +3728,8 @@ } }, "range": [ - 1396, - 1440 + 1397, + 1441 ], "loc": { "start": { @@ -3743,8 +3743,8 @@ } }, "range": [ - 1375, - 1440 + 1376, + 1441 ], "loc": { "start": { @@ -3758,8 +3758,8 @@ } }, "range": [ - 1375, - 1441 + 1376, + 1442 ], "loc": { "start": { @@ -3783,8 +3783,8 @@ "object": { "type": "ThisExpression", "range": [ - 1450, - 1454 + 1451, + 1455 ], "loc": { "start": { @@ -3801,8 +3801,8 @@ "type": "Identifier", "name": "hash", "range": [ - 1455, - 1459 + 1456, + 1460 ], "loc": { "start": { @@ -3816,8 +3816,8 @@ } }, "range": [ - 1450, - 1459 + 1451, + 1460 ], "loc": { "start": { @@ -3835,8 +3835,8 @@ "value": null, "raw": "null", "range": [ - 1462, - 1466 + 1463, + 1467 ], "loc": { "start": { @@ -3850,8 +3850,8 @@ } }, "range": [ - 1450, - 1466 + 1451, + 1467 ], "loc": { "start": { @@ -3865,8 +3865,8 @@ } }, "range": [ - 1450, - 1467 + 1451, + 1468 ], "loc": { "start": { @@ -3890,8 +3890,8 @@ "object": { "type": "ThisExpression", "range": [ - 1476, - 1480 + 1477, + 1481 ], "loc": { "start": { @@ -3908,8 +3908,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 1481, - 1487 + 1482, + 1488 ], "loc": { "start": { @@ -3923,8 +3923,8 @@ } }, "range": [ - 1476, - 1487 + 1477, + 1488 ], "loc": { "start": { @@ -3942,8 +3942,8 @@ "value": null, "raw": "null", "range": [ - 1490, - 1494 + 1491, + 1495 ], "loc": { "start": { @@ -3957,8 +3957,8 @@ } }, "range": [ - 1476, - 1494 + 1477, + 1495 ], "loc": { "start": { @@ -3972,8 +3972,8 @@ } }, "range": [ - 1476, - 1495 + 1477, + 1496 ], "loc": { "start": { @@ -3997,8 +3997,8 @@ "object": { "type": "ThisExpression", "range": [ - 1504, - 1508 + 1505, + 1509 ], "loc": { "start": { @@ -4015,8 +4015,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 1509, - 1519 + 1510, + 1520 ], "loc": { "start": { @@ -4030,8 +4030,8 @@ } }, "range": [ - 1504, - 1519 + 1505, + 1520 ], "loc": { "start": { @@ -4049,8 +4049,8 @@ "value": null, "raw": "null", "range": [ - 1522, - 1526 + 1523, + 1527 ], "loc": { "start": { @@ -4064,8 +4064,8 @@ } }, "range": [ - 1504, - 1526 + 1505, + 1527 ], "loc": { "start": { @@ -4079,8 +4079,8 @@ } }, "range": [ - 1504, - 1527 + 1505, + 1528 ], "loc": { "start": { @@ -4104,8 +4104,8 @@ "object": { "type": "ThisExpression", "range": [ - 1536, - 1540 + 1537, + 1541 ], "loc": { "start": { @@ -4122,8 +4122,8 @@ "type": "Identifier", "name": "sort", "range": [ - 1541, - 1545 + 1542, + 1546 ], "loc": { "start": { @@ -4137,8 +4137,8 @@ } }, "range": [ - 1536, - 1545 + 1537, + 1546 ], "loc": { "start": { @@ -4156,8 +4156,8 @@ "value": null, "raw": "null", "range": [ - 1548, - 1552 + 1549, + 1553 ], "loc": { "start": { @@ -4171,8 +4171,8 @@ } }, "range": [ - 1536, - 1552 + 1537, + 1553 ], "loc": { "start": { @@ -4186,8 +4186,8 @@ } }, "range": [ - 1536, - 1553 + 1537, + 1554 ], "loc": { "start": { @@ -4211,8 +4211,8 @@ "object": { "type": "ThisExpression", "range": [ - 1562, - 1566 + 1563, + 1567 ], "loc": { "start": { @@ -4229,8 +4229,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 1567, - 1577 + 1568, + 1578 ], "loc": { "start": { @@ -4244,8 +4244,8 @@ } }, "range": [ - 1562, - 1577 + 1563, + 1578 ], "loc": { "start": { @@ -4263,8 +4263,8 @@ "value": null, "raw": "null", "range": [ - 1580, - 1584 + 1581, + 1585 ], "loc": { "start": { @@ -4278,8 +4278,8 @@ } }, "range": [ - 1562, - 1584 + 1563, + 1585 ], "loc": { "start": { @@ -4293,8 +4293,8 @@ } }, "range": [ - 1562, - 1585 + 1563, + 1586 ], "loc": { "start": { @@ -4318,8 +4318,8 @@ "object": { "type": "ThisExpression", "range": [ - 1594, - 1598 + 1595, + 1599 ], "loc": { "start": { @@ -4336,8 +4336,8 @@ "type": "Identifier", "name": "filtersVisibility", "range": [ - 1599, - 1616 + 1600, + 1617 ], "loc": { "start": { @@ -4351,8 +4351,8 @@ } }, "range": [ - 1594, - 1616 + 1595, + 1617 ], "loc": { "start": { @@ -4370,8 +4370,8 @@ "value": null, "raw": "null", "range": [ - 1619, - 1623 + 1620, + 1624 ], "loc": { "start": { @@ -4385,8 +4385,8 @@ } }, "range": [ - 1594, - 1623 + 1595, + 1624 ], "loc": { "start": { @@ -4400,8 +4400,8 @@ } }, "range": [ - 1594, - 1624 + 1595, + 1625 ], "loc": { "start": { @@ -4425,8 +4425,8 @@ "object": { "type": "ThisExpression", "range": [ - 1634, - 1638 + 1635, + 1639 ], "loc": { "start": { @@ -4443,8 +4443,8 @@ "type": "Identifier", "name": "state", "range": [ - 1639, - 1644 + 1640, + 1645 ], "loc": { "start": { @@ -4458,8 +4458,8 @@ } }, "range": [ - 1634, - 1644 + 1635, + 1645 ], "loc": { "start": { @@ -4476,8 +4476,8 @@ "type": "ObjectExpression", "properties": [], "range": [ - 1647, - 1649 + 1648, + 1650 ], "loc": { "start": { @@ -4491,8 +4491,8 @@ } }, "range": [ - 1634, - 1649 + 1635, + 1650 ], "loc": { "start": { @@ -4506,8 +4506,8 @@ } }, "range": [ - 1634, - 1650 + 1635, + 1651 ], "loc": { "start": { @@ -4531,8 +4531,8 @@ "object": { "type": "ThisExpression", "range": [ - 1659, - 1663 + 1660, + 1664 ], "loc": { "start": { @@ -4549,8 +4549,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 1664, - 1671 + 1665, + 1672 ], "loc": { "start": { @@ -4564,8 +4564,8 @@ } }, "range": [ - 1659, - 1671 + 1660, + 1672 ], "loc": { "start": { @@ -4583,8 +4583,8 @@ "value": "col_", "raw": "'col_'", "range": [ - 1674, - 1680 + 1675, + 1681 ], "loc": { "start": { @@ -4598,8 +4598,8 @@ } }, "range": [ - 1659, - 1680 + 1660, + 1681 ], "loc": { "start": { @@ -4613,8 +4613,8 @@ } }, "range": [ - 1659, - 1681 + 1660, + 1682 ], "loc": { "start": { @@ -4638,8 +4638,8 @@ "object": { "type": "ThisExpression", "range": [ - 1690, - 1694 + 1691, + 1695 ], "loc": { "start": { @@ -4656,8 +4656,8 @@ "type": "Identifier", "name": "pageNbKey", "range": [ - 1695, - 1704 + 1696, + 1705 ], "loc": { "start": { @@ -4671,8 +4671,8 @@ } }, "range": [ - 1690, - 1704 + 1691, + 1705 ], "loc": { "start": { @@ -4690,8 +4690,8 @@ "value": "page", "raw": "'page'", "range": [ - 1707, - 1713 + 1708, + 1714 ], "loc": { "start": { @@ -4705,8 +4705,8 @@ } }, "range": [ - 1690, - 1713 + 1691, + 1714 ], "loc": { "start": { @@ -4720,8 +4720,8 @@ } }, "range": [ - 1690, - 1714 + 1691, + 1715 ], "loc": { "start": { @@ -4745,8 +4745,8 @@ "object": { "type": "ThisExpression", "range": [ - 1723, - 1727 + 1724, + 1728 ], "loc": { "start": { @@ -4763,8 +4763,8 @@ "type": "Identifier", "name": "pageLengthKey", "range": [ - 1728, - 1741 + 1729, + 1742 ], "loc": { "start": { @@ -4778,8 +4778,8 @@ } }, "range": [ - 1723, - 1741 + 1724, + 1742 ], "loc": { "start": { @@ -4797,8 +4797,8 @@ "value": "page_length", "raw": "'page_length'", "range": [ - 1744, - 1757 + 1745, + 1758 ], "loc": { "start": { @@ -4812,8 +4812,8 @@ } }, "range": [ - 1723, - 1757 + 1724, + 1758 ], "loc": { "start": { @@ -4827,8 +4827,8 @@ } }, "range": [ - 1723, - 1758 + 1724, + 1759 ], "loc": { "start": { @@ -4852,8 +4852,8 @@ "object": { "type": "ThisExpression", "range": [ - 1767, - 1771 + 1768, + 1772 ], "loc": { "start": { @@ -4870,8 +4870,8 @@ "type": "Identifier", "name": "filtersVisKey", "range": [ - 1772, - 1785 + 1773, + 1786 ], "loc": { "start": { @@ -4885,8 +4885,8 @@ } }, "range": [ - 1767, - 1785 + 1768, + 1786 ], "loc": { "start": { @@ -4904,8 +4904,8 @@ "value": "filters_visibility", "raw": "'filters_visibility'", "range": [ - 1788, - 1808 + 1789, + 1809 ], "loc": { "start": { @@ -4919,8 +4919,8 @@ } }, "range": [ - 1767, - 1808 + 1768, + 1809 ], "loc": { "start": { @@ -4934,8 +4934,8 @@ } }, "range": [ - 1767, - 1809 + 1768, + 1810 ], "loc": { "start": { @@ -4950,8 +4950,8 @@ } ], "range": [ - 474, - 1815 + 475, + 1816 ], "loc": { "start": { @@ -4967,8 +4967,8 @@ "generator": false, "expression": false, "range": [ - 469, - 1815 + 470, + 1816 ], "loc": { "start": { @@ -4984,8 +4984,8 @@ "kind": "constructor", "computed": false, "range": [ - 458, - 1815 + 459, + 1816 ], "loc": { "start": { @@ -5002,8 +5002,8 @@ "type": "Block", "value": "*\n * Creates an instance of State\n *\n * @param {TableFilter} tf TableFilter instance\n ", "range": [ - 347, - 453 + 348, + 454 ], "loc": { "start": { @@ -5022,8 +5022,8 @@ "type": "Block", "value": "*\n * Initializes the State object\n ", "range": [ - 1821, - 1868 + 1822, + 1869 ], "loc": { "start": { @@ -5045,8 +5045,8 @@ "type": "Identifier", "name": "init", "range": [ - 1873, - 1877 + 1874, + 1878 ], "loc": { "start": { @@ -5074,8 +5074,8 @@ "object": { "type": "ThisExpression", "range": [ - 1894, - 1898 + 1895, + 1899 ], "loc": { "start": { @@ -5092,8 +5092,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 1899, - 1910 + 1900, + 1911 ], "loc": { "start": { @@ -5107,8 +5107,8 @@ } }, "range": [ - 1894, - 1910 + 1895, + 1911 ], "loc": { "start": { @@ -5128,8 +5128,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 1926, - 1933 + 1927, + 1934 ], "loc": { "start": { @@ -5144,8 +5144,8 @@ } ], "range": [ - 1912, - 1943 + 1913, + 1944 ], "loc": { "start": { @@ -5160,8 +5160,8 @@ }, "alternate": null, "range": [ - 1890, - 1943 + 1891, + 1944 ], "loc": { "start": { @@ -5187,8 +5187,8 @@ "object": { "type": "ThisExpression", "range": [ - 1953, - 1957 + 1954, + 1958 ], "loc": { "start": { @@ -5205,8 +5205,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 1958, - 1965 + 1959, + 1966 ], "loc": { "start": { @@ -5220,8 +5220,8 @@ } }, "range": [ - 1953, - 1965 + 1954, + 1966 ], "loc": { "start": { @@ -5238,8 +5238,8 @@ "type": "Identifier", "name": "on", "range": [ - 1966, - 1968 + 1967, + 1969 ], "loc": { "start": { @@ -5253,8 +5253,8 @@ } }, "range": [ - 1953, - 1968 + 1954, + 1969 ], "loc": { "start": { @@ -5276,8 +5276,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 1970, - 1987 + 1971, + 1988 ], "loc": { "start": { @@ -5292,8 +5292,8 @@ } ], "range": [ - 1969, - 1988 + 1970, + 1989 ], "loc": { "start": { @@ -5318,8 +5318,8 @@ "object": { "type": "ThisExpression", "range": [ - 1996, - 2000 + 1997, + 2001 ], "loc": { "start": { @@ -5336,8 +5336,8 @@ "type": "Identifier", "name": "update", "range": [ - 2001, - 2007 + 2002, + 2008 ], "loc": { "start": { @@ -5351,8 +5351,8 @@ } }, "range": [ - 1996, - 2007 + 1997, + 2008 ], "loc": { "start": { @@ -5367,8 +5367,8 @@ }, "arguments": [], "range": [ - 1996, - 2009 + 1997, + 2010 ], "loc": { "start": { @@ -5384,8 +5384,8 @@ "generator": false, "expression": true, "range": [ - 1990, - 2009 + 1991, + 2010 ], "loc": { "start": { @@ -5400,8 +5400,8 @@ } ], "range": [ - 1953, - 2010 + 1954, + 2011 ], "loc": { "start": { @@ -5415,8 +5415,8 @@ } }, "range": [ - 1953, - 2011 + 1954, + 2012 ], "loc": { "start": { @@ -5442,8 +5442,8 @@ "object": { "type": "ThisExpression", "range": [ - 2020, - 2024 + 2021, + 2025 ], "loc": { "start": { @@ -5460,8 +5460,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2025, - 2032 + 2026, + 2033 ], "loc": { "start": { @@ -5475,8 +5475,8 @@ } }, "range": [ - 2020, - 2032 + 2021, + 2033 ], "loc": { "start": { @@ -5493,8 +5493,8 @@ "type": "Identifier", "name": "on", "range": [ - 2033, - 2035 + 2034, + 2036 ], "loc": { "start": { @@ -5508,8 +5508,8 @@ } }, "range": [ - 2020, - 2035 + 2021, + 2036 ], "loc": { "start": { @@ -5531,8 +5531,8 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 2037, - 2056 + 2038, + 2057 ], "loc": { "start": { @@ -5550,8 +5550,8 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 2058, - 2082 + 2059, + 2083 ], "loc": { "start": { @@ -5566,8 +5566,8 @@ } ], "range": [ - 2036, - 2083 + 2037, + 2084 ], "loc": { "start": { @@ -5588,8 +5588,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2098, - 2100 + 2099, + 2101 ], "loc": { "start": { @@ -5606,8 +5606,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 2102, - 2108 + 2103, + 2109 ], "loc": { "start": { @@ -5629,8 +5629,8 @@ "object": { "type": "ThisExpression", "range": [ - 2113, - 2117 + 2114, + 2118 ], "loc": { "start": { @@ -5647,8 +5647,8 @@ "type": "Identifier", "name": "updatePage", "range": [ - 2118, - 2128 + 2119, + 2129 ], "loc": { "start": { @@ -5662,8 +5662,8 @@ } }, "range": [ - 2113, - 2128 + 2114, + 2129 ], "loc": { "start": { @@ -5681,8 +5681,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 2129, - 2135 + 2130, + 2136 ], "loc": { "start": { @@ -5697,8 +5697,8 @@ } ], "range": [ - 2113, - 2136 + 2114, + 2137 ], "loc": { "start": { @@ -5714,8 +5714,8 @@ "generator": false, "expression": true, "range": [ - 2097, - 2136 + 2098, + 2137 ], "loc": { "start": { @@ -5730,8 +5730,8 @@ } ], "range": [ - 2020, - 2137 + 2021, + 2138 ], "loc": { "start": { @@ -5745,8 +5745,8 @@ } }, "range": [ - 2020, - 2138 + 2021, + 2139 ], "loc": { "start": { @@ -5772,8 +5772,8 @@ "object": { "type": "ThisExpression", "range": [ - 2147, - 2151 + 2148, + 2152 ], "loc": { "start": { @@ -5790,8 +5790,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2152, - 2159 + 2153, + 2160 ], "loc": { "start": { @@ -5805,8 +5805,8 @@ } }, "range": [ - 2147, - 2159 + 2148, + 2160 ], "loc": { "start": { @@ -5823,8 +5823,8 @@ "type": "Identifier", "name": "on", "range": [ - 2160, - 2162 + 2161, + 2163 ], "loc": { "start": { @@ -5838,8 +5838,8 @@ } }, "range": [ - 2147, - 2162 + 2148, + 2163 ], "loc": { "start": { @@ -5861,8 +5861,8 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 2164, - 2190 + 2165, + 2191 ], "loc": { "start": { @@ -5877,8 +5877,8 @@ } ], "range": [ - 2163, - 2191 + 2164, + 2192 ], "loc": { "start": { @@ -5899,8 +5899,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2206, - 2208 + 2207, + 2209 ], "loc": { "start": { @@ -5917,8 +5917,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 2210, - 2220 + 2211, + 2221 ], "loc": { "start": { @@ -5940,8 +5940,8 @@ "object": { "type": "ThisExpression", "range": [ - 2225, - 2229 + 2226, + 2230 ], "loc": { "start": { @@ -5958,8 +5958,8 @@ "type": "Identifier", "name": "updatePageLength", "range": [ - 2230, - 2246 + 2231, + 2247 ], "loc": { "start": { @@ -5973,8 +5973,8 @@ } }, "range": [ - 2225, - 2246 + 2226, + 2247 ], "loc": { "start": { @@ -5992,8 +5992,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 2247, - 2257 + 2248, + 2258 ], "loc": { "start": { @@ -6008,8 +6008,8 @@ } ], "range": [ - 2225, - 2258 + 2226, + 2259 ], "loc": { "start": { @@ -6025,8 +6025,8 @@ "generator": false, "expression": true, "range": [ - 2205, - 2258 + 2206, + 2259 ], "loc": { "start": { @@ -6041,8 +6041,8 @@ } ], "range": [ - 2147, - 2259 + 2148, + 2260 ], "loc": { "start": { @@ -6056,8 +6056,8 @@ } }, "range": [ - 2147, - 2260 + 2148, + 2261 ], "loc": { "start": { @@ -6083,8 +6083,8 @@ "object": { "type": "ThisExpression", "range": [ - 2269, - 2273 + 2270, + 2274 ], "loc": { "start": { @@ -6101,8 +6101,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2274, - 2281 + 2275, + 2282 ], "loc": { "start": { @@ -6116,8 +6116,8 @@ } }, "range": [ - 2269, - 2281 + 2270, + 2282 ], "loc": { "start": { @@ -6134,8 +6134,8 @@ "type": "Identifier", "name": "on", "range": [ - 2282, - 2284 + 2283, + 2285 ], "loc": { "start": { @@ -6149,8 +6149,8 @@ } }, "range": [ - 2269, - 2284 + 2270, + 2285 ], "loc": { "start": { @@ -6172,8 +6172,8 @@ "value": "column-sorted", "raw": "'column-sorted'", "range": [ - 2286, - 2301 + 2287, + 2302 ], "loc": { "start": { @@ -6188,8 +6188,8 @@ } ], "range": [ - 2285, - 2302 + 2286, + 2303 ], "loc": { "start": { @@ -6210,8 +6210,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2317, - 2319 + 2318, + 2320 ], "loc": { "start": { @@ -6228,8 +6228,8 @@ "type": "Identifier", "name": "index", "range": [ - 2321, - 2326 + 2322, + 2327 ], "loc": { "start": { @@ -6246,8 +6246,8 @@ "type": "Identifier", "name": "descending", "range": [ - 2328, - 2338 + 2329, + 2339 ], "loc": { "start": { @@ -6269,8 +6269,8 @@ "object": { "type": "ThisExpression", "range": [ - 2343, - 2347 + 2344, + 2348 ], "loc": { "start": { @@ -6287,8 +6287,8 @@ "type": "Identifier", "name": "updateSort", "range": [ - 2348, - 2358 + 2349, + 2359 ], "loc": { "start": { @@ -6302,8 +6302,8 @@ } }, "range": [ - 2343, - 2358 + 2344, + 2359 ], "loc": { "start": { @@ -6321,8 +6321,8 @@ "type": "Identifier", "name": "index", "range": [ - 2359, - 2364 + 2360, + 2365 ], "loc": { "start": { @@ -6339,8 +6339,8 @@ "type": "Identifier", "name": "descending", "range": [ - 2366, - 2376 + 2367, + 2377 ], "loc": { "start": { @@ -6355,8 +6355,8 @@ } ], "range": [ - 2343, - 2377 + 2344, + 2378 ], "loc": { "start": { @@ -6372,8 +6372,8 @@ "generator": false, "expression": true, "range": [ - 2316, - 2377 + 2317, + 2378 ], "loc": { "start": { @@ -6388,8 +6388,8 @@ } ], "range": [ - 2269, - 2378 + 2270, + 2379 ], "loc": { "start": { @@ -6403,8 +6403,8 @@ } }, "range": [ - 2269, - 2379 + 2270, + 2380 ], "loc": { "start": { @@ -6430,8 +6430,8 @@ "object": { "type": "ThisExpression", "range": [ - 2388, - 2392 + 2389, + 2393 ], "loc": { "start": { @@ -6448,8 +6448,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2393, - 2400 + 2394, + 2401 ], "loc": { "start": { @@ -6463,8 +6463,8 @@ } }, "range": [ - 2388, - 2400 + 2389, + 2401 ], "loc": { "start": { @@ -6481,8 +6481,8 @@ "type": "Identifier", "name": "on", "range": [ - 2401, - 2403 + 2402, + 2404 ], "loc": { "start": { @@ -6496,8 +6496,8 @@ } }, "range": [ - 2388, - 2403 + 2389, + 2404 ], "loc": { "start": { @@ -6519,8 +6519,8 @@ "value": "sort-initialized", "raw": "'sort-initialized'", "range": [ - 2405, - 2423 + 2406, + 2424 ], "loc": { "start": { @@ -6535,8 +6535,8 @@ } ], "range": [ - 2404, - 2424 + 2405, + 2425 ], "loc": { "start": { @@ -6561,8 +6561,8 @@ "object": { "type": "ThisExpression", "range": [ - 2432, - 2436 + 2433, + 2437 ], "loc": { "start": { @@ -6579,8 +6579,8 @@ "type": "Identifier", "name": "_syncSort", "range": [ - 2437, - 2446 + 2438, + 2447 ], "loc": { "start": { @@ -6594,8 +6594,8 @@ } }, "range": [ - 2432, - 2446 + 2433, + 2447 ], "loc": { "start": { @@ -6610,8 +6610,8 @@ }, "arguments": [], "range": [ - 2432, - 2448 + 2433, + 2449 ], "loc": { "start": { @@ -6627,8 +6627,8 @@ "generator": false, "expression": true, "range": [ - 2426, - 2448 + 2427, + 2449 ], "loc": { "start": { @@ -6643,8 +6643,8 @@ } ], "range": [ - 2388, - 2449 + 2389, + 2450 ], "loc": { "start": { @@ -6658,8 +6658,8 @@ } }, "range": [ - 2388, - 2450 + 2389, + 2451 ], "loc": { "start": { @@ -6685,8 +6685,8 @@ "object": { "type": "ThisExpression", "range": [ - 2459, - 2463 + 2460, + 2464 ], "loc": { "start": { @@ -6703,8 +6703,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2464, - 2471 + 2465, + 2472 ], "loc": { "start": { @@ -6718,8 +6718,8 @@ } }, "range": [ - 2459, - 2471 + 2460, + 2472 ], "loc": { "start": { @@ -6736,8 +6736,8 @@ "type": "Identifier", "name": "on", "range": [ - 2472, - 2474 + 2473, + 2475 ], "loc": { "start": { @@ -6751,8 +6751,8 @@ } }, "range": [ - 2459, - 2474 + 2460, + 2475 ], "loc": { "start": { @@ -6774,8 +6774,8 @@ "value": "columns-visibility-initialized", "raw": "'columns-visibility-initialized'", "range": [ - 2476, - 2508 + 2477, + 2509 ], "loc": { "start": { @@ -6790,8 +6790,8 @@ } ], "range": [ - 2475, - 2509 + 2476, + 2510 ], "loc": { "start": { @@ -6816,8 +6816,8 @@ "object": { "type": "ThisExpression", "range": [ - 2529, - 2533 + 2530, + 2534 ], "loc": { "start": { @@ -6834,8 +6834,8 @@ "type": "Identifier", "name": "_syncColsVisibility", "range": [ - 2534, - 2553 + 2535, + 2554 ], "loc": { "start": { @@ -6849,8 +6849,8 @@ } }, "range": [ - 2529, - 2553 + 2530, + 2554 ], "loc": { "start": { @@ -6865,8 +6865,8 @@ }, "arguments": [], "range": [ - 2529, - 2555 + 2530, + 2556 ], "loc": { "start": { @@ -6882,8 +6882,8 @@ "generator": false, "expression": true, "range": [ - 2523, - 2555 + 2524, + 2556 ], "loc": { "start": { @@ -6898,8 +6898,8 @@ } ], "range": [ - 2459, - 2556 + 2460, + 2557 ], "loc": { "start": { @@ -6913,8 +6913,8 @@ } }, "range": [ - 2459, - 2557 + 2460, + 2558 ], "loc": { "start": { @@ -6940,8 +6940,8 @@ "object": { "type": "ThisExpression", "range": [ - 2566, - 2570 + 2567, + 2571 ], "loc": { "start": { @@ -6958,8 +6958,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2571, - 2578 + 2572, + 2579 ], "loc": { "start": { @@ -6973,8 +6973,8 @@ } }, "range": [ - 2566, - 2578 + 2567, + 2579 ], "loc": { "start": { @@ -6991,8 +6991,8 @@ "type": "Identifier", "name": "on", "range": [ - 2579, - 2581 + 2580, + 2582 ], "loc": { "start": { @@ -7006,8 +7006,8 @@ } }, "range": [ - 2566, - 2581 + 2567, + 2582 ], "loc": { "start": { @@ -7029,8 +7029,8 @@ "value": "column-shown", "raw": "'column-shown'", "range": [ - 2583, - 2597 + 2584, + 2598 ], "loc": { "start": { @@ -7048,8 +7048,8 @@ "value": "column-hidden", "raw": "'column-hidden'", "range": [ - 2599, - 2614 + 2600, + 2615 ], "loc": { "start": { @@ -7064,8 +7064,8 @@ } ], "range": [ - 2582, - 2615 + 2583, + 2616 ], "loc": { "start": { @@ -7086,8 +7086,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2618, - 2620 + 2619, + 2621 ], "loc": { "start": { @@ -7104,8 +7104,8 @@ "type": "Identifier", "name": "feature", "range": [ - 2622, - 2629 + 2623, + 2630 ], "loc": { "start": { @@ -7122,8 +7122,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 2643, - 2651 + 2644, + 2652 ], "loc": { "start": { @@ -7140,8 +7140,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 2653, - 2663 + 2654, + 2664 ], "loc": { "start": { @@ -7163,8 +7163,8 @@ "object": { "type": "ThisExpression", "range": [ - 2668, - 2672 + 2669, + 2673 ], "loc": { "start": { @@ -7181,8 +7181,8 @@ "type": "Identifier", "name": "updateColsVisibility", "range": [ - 2673, - 2693 + 2674, + 2694 ], "loc": { "start": { @@ -7196,8 +7196,8 @@ } }, "range": [ - 2668, - 2693 + 2669, + 2694 ], "loc": { "start": { @@ -7215,8 +7215,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 2694, - 2704 + 2695, + 2705 ], "loc": { "start": { @@ -7231,8 +7231,8 @@ } ], "range": [ - 2668, - 2705 + 2669, + 2706 ], "loc": { "start": { @@ -7248,8 +7248,8 @@ "generator": false, "expression": true, "range": [ - 2617, - 2705 + 2618, + 2706 ], "loc": { "start": { @@ -7264,8 +7264,8 @@ } ], "range": [ - 2566, - 2706 + 2567, + 2707 ], "loc": { "start": { @@ -7279,8 +7279,8 @@ } }, "range": [ - 2566, - 2707 + 2567, + 2708 ], "loc": { "start": { @@ -7306,8 +7306,8 @@ "object": { "type": "ThisExpression", "range": [ - 2716, - 2720 + 2717, + 2721 ], "loc": { "start": { @@ -7324,8 +7324,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2721, - 2728 + 2722, + 2729 ], "loc": { "start": { @@ -7339,8 +7339,8 @@ } }, "range": [ - 2716, - 2728 + 2717, + 2729 ], "loc": { "start": { @@ -7357,8 +7357,8 @@ "type": "Identifier", "name": "on", "range": [ - 2729, - 2731 + 2730, + 2732 ], "loc": { "start": { @@ -7372,8 +7372,8 @@ } }, "range": [ - 2716, - 2731 + 2717, + 2732 ], "loc": { "start": { @@ -7395,8 +7395,8 @@ "value": "filters-visibility-initialized", "raw": "'filters-visibility-initialized'", "range": [ - 2733, - 2765 + 2734, + 2766 ], "loc": { "start": { @@ -7411,8 +7411,8 @@ } ], "range": [ - 2732, - 2766 + 2733, + 2767 ], "loc": { "start": { @@ -7437,8 +7437,8 @@ "object": { "type": "ThisExpression", "range": [ - 2786, - 2790 + 2787, + 2791 ], "loc": { "start": { @@ -7455,8 +7455,8 @@ "type": "Identifier", "name": "_syncFiltersVisibility", "range": [ - 2791, - 2813 + 2792, + 2814 ], "loc": { "start": { @@ -7470,8 +7470,8 @@ } }, "range": [ - 2786, - 2813 + 2787, + 2814 ], "loc": { "start": { @@ -7486,8 +7486,8 @@ }, "arguments": [], "range": [ - 2786, - 2815 + 2787, + 2816 ], "loc": { "start": { @@ -7503,8 +7503,8 @@ "generator": false, "expression": true, "range": [ - 2780, - 2815 + 2781, + 2816 ], "loc": { "start": { @@ -7519,8 +7519,8 @@ } ], "range": [ - 2716, - 2816 + 2717, + 2817 ], "loc": { "start": { @@ -7534,8 +7534,8 @@ } }, "range": [ - 2716, - 2817 + 2717, + 2818 ], "loc": { "start": { @@ -7561,8 +7561,8 @@ "object": { "type": "ThisExpression", "range": [ - 2826, - 2830 + 2827, + 2831 ], "loc": { "start": { @@ -7579,8 +7579,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2831, - 2838 + 2832, + 2839 ], "loc": { "start": { @@ -7594,8 +7594,8 @@ } }, "range": [ - 2826, - 2838 + 2827, + 2839 ], "loc": { "start": { @@ -7612,8 +7612,8 @@ "type": "Identifier", "name": "on", "range": [ - 2839, - 2841 + 2840, + 2842 ], "loc": { "start": { @@ -7627,8 +7627,8 @@ } }, "range": [ - 2826, - 2841 + 2827, + 2842 ], "loc": { "start": { @@ -7650,8 +7650,8 @@ "value": "filters-toggled", "raw": "'filters-toggled'", "range": [ - 2843, - 2860 + 2844, + 2861 ], "loc": { "start": { @@ -7666,8 +7666,8 @@ } ], "range": [ - 2842, - 2861 + 2843, + 2862 ], "loc": { "start": { @@ -7688,8 +7688,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2876, - 2878 + 2877, + 2879 ], "loc": { "start": { @@ -7706,8 +7706,8 @@ "type": "Identifier", "name": "extension", "range": [ - 2880, - 2889 + 2881, + 2890 ], "loc": { "start": { @@ -7724,8 +7724,8 @@ "type": "Identifier", "name": "visible", "range": [ - 2891, - 2898 + 2892, + 2899 ], "loc": { "start": { @@ -7747,8 +7747,8 @@ "object": { "type": "ThisExpression", "range": [ - 2903, - 2907 + 2904, + 2908 ], "loc": { "start": { @@ -7765,8 +7765,8 @@ "type": "Identifier", "name": "updateFiltersVisibility", "range": [ - 2908, - 2931 + 2909, + 2932 ], "loc": { "start": { @@ -7780,8 +7780,8 @@ } }, "range": [ - 2903, - 2931 + 2904, + 2932 ], "loc": { "start": { @@ -7799,8 +7799,8 @@ "type": "Identifier", "name": "visible", "range": [ - 2932, - 2939 + 2933, + 2940 ], "loc": { "start": { @@ -7815,8 +7815,8 @@ } ], "range": [ - 2903, - 2940 + 2904, + 2941 ], "loc": { "start": { @@ -7832,8 +7832,8 @@ "generator": false, "expression": true, "range": [ - 2875, - 2940 + 2876, + 2941 ], "loc": { "start": { @@ -7848,8 +7848,8 @@ } ], "range": [ - 2826, - 2941 + 2827, + 2942 ], "loc": { "start": { @@ -7863,8 +7863,8 @@ } }, "range": [ - 2826, - 2942 + 2827, + 2943 ], "loc": { "start": { @@ -7885,8 +7885,8 @@ "object": { "type": "ThisExpression", "range": [ - 2956, - 2960 + 2957, + 2961 ], "loc": { "start": { @@ -7903,8 +7903,8 @@ "type": "Identifier", "name": "enableHash", "range": [ - 2961, - 2971 + 2962, + 2972 ], "loc": { "start": { @@ -7918,8 +7918,8 @@ } }, "range": [ - 2956, - 2971 + 2957, + 2972 ], "loc": { "start": { @@ -7946,8 +7946,8 @@ "object": { "type": "ThisExpression", "range": [ - 2987, - 2991 + 2988, + 2992 ], "loc": { "start": { @@ -7964,8 +7964,8 @@ "type": "Identifier", "name": "hash", "range": [ - 2992, - 2996 + 2993, + 2997 ], "loc": { "start": { @@ -7979,8 +7979,8 @@ } }, "range": [ - 2987, - 2996 + 2988, + 2997 ], "loc": { "start": { @@ -7999,8 +7999,8 @@ "type": "Identifier", "name": "Hash", "range": [ - 3003, - 3007 + 3004, + 3008 ], "loc": { "start": { @@ -8017,8 +8017,8 @@ { "type": "ThisExpression", "range": [ - 3008, - 3012 + 3009, + 3013 ], "loc": { "start": { @@ -8033,8 +8033,8 @@ } ], "range": [ - 2999, - 3013 + 3000, + 3014 ], "loc": { "start": { @@ -8048,8 +8048,8 @@ } }, "range": [ - 2987, - 3013 + 2988, + 3014 ], "loc": { "start": { @@ -8063,8 +8063,8 @@ } }, "range": [ - 2987, - 3014 + 2988, + 3015 ], "loc": { "start": { @@ -8090,8 +8090,8 @@ "object": { "type": "ThisExpression", "range": [ - 3027, - 3031 + 3028, + 3032 ], "loc": { "start": { @@ -8108,8 +8108,8 @@ "type": "Identifier", "name": "hash", "range": [ - 3032, - 3036 + 3033, + 3037 ], "loc": { "start": { @@ -8123,8 +8123,8 @@ } }, "range": [ - 3027, - 3036 + 3028, + 3037 ], "loc": { "start": { @@ -8141,8 +8141,8 @@ "type": "Identifier", "name": "init", "range": [ - 3037, - 3041 + 3038, + 3042 ], "loc": { "start": { @@ -8156,8 +8156,8 @@ } }, "range": [ - 3027, - 3041 + 3028, + 3042 ], "loc": { "start": { @@ -8172,8 +8172,8 @@ }, "arguments": [], "range": [ - 3027, - 3043 + 3028, + 3044 ], "loc": { "start": { @@ -8187,8 +8187,8 @@ } }, "range": [ - 3027, - 3044 + 3028, + 3045 ], "loc": { "start": { @@ -8203,8 +8203,8 @@ } ], "range": [ - 2973, - 3054 + 2974, + 3055 ], "loc": { "start": { @@ -8219,8 +8219,8 @@ }, "alternate": null, "range": [ - 2952, - 3054 + 2953, + 3055 ], "loc": { "start": { @@ -8241,8 +8241,8 @@ "object": { "type": "ThisExpression", "range": [ - 3067, - 3071 + 3068, + 3072 ], "loc": { "start": { @@ -8259,8 +8259,8 @@ "type": "Identifier", "name": "enableStorage", "range": [ - 3072, - 3085 + 3073, + 3086 ], "loc": { "start": { @@ -8274,8 +8274,8 @@ } }, "range": [ - 3067, - 3085 + 3068, + 3086 ], "loc": { "start": { @@ -8302,8 +8302,8 @@ "object": { "type": "ThisExpression", "range": [ - 3101, - 3105 + 3102, + 3106 ], "loc": { "start": { @@ -8320,8 +8320,8 @@ "type": "Identifier", "name": "storage", "range": [ - 3106, - 3113 + 3107, + 3114 ], "loc": { "start": { @@ -8335,8 +8335,8 @@ } }, "range": [ - 3101, - 3113 + 3102, + 3114 ], "loc": { "start": { @@ -8355,8 +8355,8 @@ "type": "Identifier", "name": "Storage", "range": [ - 3120, - 3127 + 3121, + 3128 ], "loc": { "start": { @@ -8373,8 +8373,8 @@ { "type": "ThisExpression", "range": [ - 3128, - 3132 + 3129, + 3133 ], "loc": { "start": { @@ -8389,8 +8389,8 @@ } ], "range": [ - 3116, - 3133 + 3117, + 3134 ], "loc": { "start": { @@ -8404,8 +8404,8 @@ } }, "range": [ - 3101, - 3133 + 3102, + 3134 ], "loc": { "start": { @@ -8419,8 +8419,8 @@ } }, "range": [ - 3101, - 3134 + 3102, + 3135 ], "loc": { "start": { @@ -8446,8 +8446,8 @@ "object": { "type": "ThisExpression", "range": [ - 3147, - 3151 + 3148, + 3152 ], "loc": { "start": { @@ -8464,8 +8464,8 @@ "type": "Identifier", "name": "storage", "range": [ - 3152, - 3159 + 3153, + 3160 ], "loc": { "start": { @@ -8479,8 +8479,8 @@ } }, "range": [ - 3147, - 3159 + 3148, + 3160 ], "loc": { "start": { @@ -8497,8 +8497,8 @@ "type": "Identifier", "name": "init", "range": [ - 3160, - 3164 + 3161, + 3165 ], "loc": { "start": { @@ -8512,8 +8512,8 @@ } }, "range": [ - 3147, - 3164 + 3148, + 3165 ], "loc": { "start": { @@ -8528,8 +8528,8 @@ }, "arguments": [], "range": [ - 3147, - 3166 + 3148, + 3167 ], "loc": { "start": { @@ -8543,8 +8543,8 @@ } }, "range": [ - 3147, - 3167 + 3148, + 3168 ], "loc": { "start": { @@ -8559,8 +8559,8 @@ } ], "range": [ - 3087, - 3177 + 3088, + 3178 ], "loc": { "start": { @@ -8575,8 +8575,8 @@ }, "alternate": null, "range": [ - 3063, - 3177 + 3064, + 3178 ], "loc": { "start": { @@ -8600,8 +8600,8 @@ "object": { "type": "ThisExpression", "range": [ - 3186, - 3190 + 3187, + 3191 ], "loc": { "start": { @@ -8618,8 +8618,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 3191, - 3202 + 3192, + 3203 ], "loc": { "start": { @@ -8633,8 +8633,8 @@ } }, "range": [ - 3186, - 3202 + 3187, + 3203 ], "loc": { "start": { @@ -8652,8 +8652,8 @@ "value": true, "raw": "true", "range": [ - 3205, - 3209 + 3206, + 3210 ], "loc": { "start": { @@ -8667,8 +8667,8 @@ } }, "range": [ - 3186, - 3209 + 3187, + 3210 ], "loc": { "start": { @@ -8682,8 +8682,8 @@ } }, "range": [ - 3186, - 3210 + 3187, + 3211 ], "loc": { "start": { @@ -8698,8 +8698,8 @@ } ], "range": [ - 1880, - 3216 + 1881, + 3217 ], "loc": { "start": { @@ -8715,8 +8715,8 @@ "generator": false, "expression": false, "range": [ - 1877, - 3216 + 1878, + 3217 ], "loc": { "start": { @@ -8732,8 +8732,8 @@ "kind": "method", "computed": false, "range": [ - 1873, - 3216 + 1874, + 3217 ], "loc": { "start": { @@ -8750,8 +8750,8 @@ "type": "Block", "value": "*\n * Initializes the State object\n ", "range": [ - 1821, - 1868 + 1822, + 1869 ], "loc": { "start": { @@ -8770,8 +8770,8 @@ "type": "Block", "value": "*\n * Update state object based on current features state\n ", "range": [ - 3223, - 3293 + 3224, + 3294 ], "loc": { "start": { @@ -8793,8 +8793,8 @@ "type": "Identifier", "name": "update", "range": [ - 3298, - 3304 + 3299, + 3305 ], "loc": { "start": { @@ -8827,8 +8827,8 @@ "object": { "type": "ThisExpression", "range": [ - 3322, - 3326 + 3323, + 3327 ], "loc": { "start": { @@ -8845,8 +8845,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 3327, - 3336 + 3328, + 3337 ], "loc": { "start": { @@ -8860,8 +8860,8 @@ } }, "range": [ - 3322, - 3336 + 3323, + 3337 ], "loc": { "start": { @@ -8876,8 +8876,8 @@ }, "arguments": [], "range": [ - 3322, - 3338 + 3323, + 3339 ], "loc": { "start": { @@ -8892,8 +8892,8 @@ }, "prefix": true, "range": [ - 3321, - 3338 + 3322, + 3339 ], "loc": { "start": { @@ -8913,8 +8913,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3354, - 3361 + 3355, + 3362 ], "loc": { "start": { @@ -8929,8 +8929,8 @@ } ], "range": [ - 3340, - 3371 + 3341, + 3372 ], "loc": { "start": { @@ -8945,8 +8945,8 @@ }, "alternate": null, "range": [ - 3317, - 3371 + 3318, + 3372 ], "loc": { "start": { @@ -8968,8 +8968,8 @@ "type": "Identifier", "name": "state", "range": [ - 3384, - 3389 + 3385, + 3390 ], "loc": { "start": { @@ -8988,8 +8988,8 @@ "object": { "type": "ThisExpression", "range": [ - 3392, - 3396 + 3393, + 3397 ], "loc": { "start": { @@ -9006,8 +9006,8 @@ "type": "Identifier", "name": "state", "range": [ - 3397, - 3402 + 3398, + 3403 ], "loc": { "start": { @@ -9021,8 +9021,8 @@ } }, "range": [ - 3392, - 3402 + 3393, + 3403 ], "loc": { "start": { @@ -9036,8 +9036,8 @@ } }, "range": [ - 3384, - 3402 + 3385, + 3403 ], "loc": { "start": { @@ -9053,8 +9053,8 @@ ], "kind": "let", "range": [ - 3380, - 3403 + 3381, + 3404 ], "loc": { "start": { @@ -9076,8 +9076,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3416, - 3418 + 3417, + 3419 ], "loc": { "start": { @@ -9096,8 +9096,8 @@ "object": { "type": "ThisExpression", "range": [ - 3421, - 3425 + 3422, + 3426 ], "loc": { "start": { @@ -9114,8 +9114,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3426, - 3428 + 3427, + 3429 ], "loc": { "start": { @@ -9129,8 +9129,8 @@ } }, "range": [ - 3421, - 3428 + 3422, + 3429 ], "loc": { "start": { @@ -9144,8 +9144,8 @@ } }, "range": [ - 3416, - 3428 + 3417, + 3429 ], "loc": { "start": { @@ -9161,8 +9161,8 @@ ], "kind": "let", "range": [ - 3412, - 3429 + 3413, + 3430 ], "loc": { "start": { @@ -9183,8 +9183,8 @@ "object": { "type": "ThisExpression", "range": [ - 3443, - 3447 + 3444, + 3448 ], "loc": { "start": { @@ -9201,8 +9201,8 @@ "type": "Identifier", "name": "persistFilters", "range": [ - 3448, - 3462 + 3449, + 3463 ], "loc": { "start": { @@ -9216,8 +9216,8 @@ } }, "range": [ - 3443, - 3462 + 3444, + 3463 ], "loc": { "start": { @@ -9242,8 +9242,8 @@ "type": "Identifier", "name": "filterValues", "range": [ - 3482, - 3494 + 3483, + 3495 ], "loc": { "start": { @@ -9265,8 +9265,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3497, - 3499 + 3498, + 3500 ], "loc": { "start": { @@ -9283,8 +9283,8 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 3500, - 3515 + 3501, + 3516 ], "loc": { "start": { @@ -9298,8 +9298,8 @@ } }, "range": [ - 3497, - 3515 + 3498, + 3516 ], "loc": { "start": { @@ -9314,8 +9314,8 @@ }, "arguments": [], "range": [ - 3497, - 3517 + 3498, + 3518 ], "loc": { "start": { @@ -9329,8 +9329,8 @@ } }, "range": [ - 3482, - 3517 + 3483, + 3518 ], "loc": { "start": { @@ -9346,8 +9346,8 @@ ], "kind": "let", "range": [ - 3478, - 3518 + 3479, + 3519 ], "loc": { "start": { @@ -9371,8 +9371,8 @@ "type": "Identifier", "name": "filterValues", "range": [ - 3532, - 3544 + 3533, + 3545 ], "loc": { "start": { @@ -9389,8 +9389,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 3545, - 3552 + 3546, + 3553 ], "loc": { "start": { @@ -9404,8 +9404,8 @@ } }, "range": [ - 3532, - 3552 + 3533, + 3553 ], "loc": { "start": { @@ -9427,8 +9427,8 @@ "type": "Identifier", "name": "val", "range": [ - 3554, - 3557 + 3555, + 3558 ], "loc": { "start": { @@ -9445,8 +9445,8 @@ "type": "Identifier", "name": "idx", "range": [ - 3559, - 3562 + 3560, + 3563 ], "loc": { "start": { @@ -9472,8 +9472,8 @@ "type": "Identifier", "name": "key", "range": [ - 3589, - 3592 + 3590, + 3593 ], "loc": { "start": { @@ -9497,8 +9497,8 @@ }, "tail": false, "range": [ - 3595, - 3598 + 3596, + 3599 ], "loc": { "start": { @@ -9519,8 +9519,8 @@ }, "tail": false, "range": [ - 3610, - 3613 + 3611, + 3614 ], "loc": { "start": { @@ -9541,8 +9541,8 @@ }, "tail": true, "range": [ - 3616, - 3618 + 3617, + 3619 ], "loc": { "start": { @@ -9563,8 +9563,8 @@ "object": { "type": "ThisExpression", "range": [ - 3598, - 3602 + 3599, + 3603 ], "loc": { "start": { @@ -9581,8 +9581,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 3603, - 3610 + 3604, + 3611 ], "loc": { "start": { @@ -9596,8 +9596,8 @@ } }, "range": [ - 3598, - 3610 + 3599, + 3611 ], "loc": { "start": { @@ -9614,8 +9614,8 @@ "type": "Identifier", "name": "idx", "range": [ - 3613, - 3616 + 3614, + 3617 ], "loc": { "start": { @@ -9630,8 +9630,8 @@ } ], "range": [ - 3595, - 3618 + 3596, + 3619 ], "loc": { "start": { @@ -9645,8 +9645,8 @@ } }, "range": [ - 3589, - 3618 + 3590, + 3619 ], "loc": { "start": { @@ -9662,8 +9662,8 @@ ], "kind": "let", "range": [ - 3585, - 3619 + 3586, + 3620 ], "loc": { "start": { @@ -9690,8 +9690,8 @@ "type": "Identifier", "name": "Types", "range": [ - 3641, - 3646 + 3642, + 3647 ], "loc": { "start": { @@ -9708,8 +9708,8 @@ "type": "Identifier", "name": "isString", "range": [ - 3647, - 3655 + 3648, + 3656 ], "loc": { "start": { @@ -9723,8 +9723,8 @@ } }, "range": [ - 3641, - 3655 + 3642, + 3656 ], "loc": { "start": { @@ -9742,8 +9742,8 @@ "type": "Identifier", "name": "val", "range": [ - 3656, - 3659 + 3657, + 3660 ], "loc": { "start": { @@ -9758,8 +9758,8 @@ } ], "range": [ - 3641, - 3660 + 3642, + 3661 ], "loc": { "start": { @@ -9781,8 +9781,8 @@ "type": "Identifier", "name": "Str", "range": [ - 3664, - 3667 + 3665, + 3668 ], "loc": { "start": { @@ -9799,8 +9799,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 3668, - 3675 + 3669, + 3676 ], "loc": { "start": { @@ -9814,8 +9814,8 @@ } }, "range": [ - 3664, - 3675 + 3665, + 3676 ], "loc": { "start": { @@ -9833,8 +9833,8 @@ "type": "Identifier", "name": "val", "range": [ - 3676, - 3679 + 3677, + 3680 ], "loc": { "start": { @@ -9849,8 +9849,8 @@ } ], "range": [ - 3664, - 3680 + 3665, + 3681 ], "loc": { "start": { @@ -9864,8 +9864,8 @@ } }, "range": [ - 3641, - 3680 + 3642, + 3681 ], "loc": { "start": { @@ -9892,8 +9892,8 @@ "type": "Identifier", "name": "state", "range": [ - 3708, - 3713 + 3709, + 3714 ], "loc": { "start": { @@ -9910,8 +9910,8 @@ "type": "Identifier", "name": "hasOwnProperty", "range": [ - 3714, - 3728 + 3715, + 3729 ], "loc": { "start": { @@ -9925,8 +9925,8 @@ } }, "range": [ - 3708, - 3728 + 3709, + 3729 ], "loc": { "start": { @@ -9944,8 +9944,8 @@ "type": "Identifier", "name": "key", "range": [ - 3729, - 3732 + 3730, + 3733 ], "loc": { "start": { @@ -9960,8 +9960,8 @@ } ], "range": [ - 3708, - 3733 + 3709, + 3734 ], "loc": { "start": { @@ -9992,8 +9992,8 @@ "type": "Identifier", "name": "state", "range": [ - 3761, - 3766 + 3762, + 3767 ], "loc": { "start": { @@ -10010,8 +10010,8 @@ "type": "Identifier", "name": "key", "range": [ - 3767, - 3770 + 3768, + 3771 ], "loc": { "start": { @@ -10025,8 +10025,8 @@ } }, "range": [ - 3761, - 3771 + 3762, + 3772 ], "loc": { "start": { @@ -10043,8 +10043,8 @@ "type": "Identifier", "name": "flt", "range": [ - 3772, - 3775 + 3773, + 3776 ], "loc": { "start": { @@ -10058,8 +10058,8 @@ } }, "range": [ - 3761, - 3775 + 3762, + 3776 ], "loc": { "start": { @@ -10076,8 +10076,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 3778, - 3787 + 3779, + 3788 ], "loc": { "start": { @@ -10091,8 +10091,8 @@ } }, "range": [ - 3761, - 3787 + 3762, + 3788 ], "loc": { "start": { @@ -10106,8 +10106,8 @@ } }, "range": [ - 3761, - 3788 + 3762, + 3789 ], "loc": { "start": { @@ -10122,8 +10122,8 @@ } ], "range": [ - 3735, - 3810 + 3736, + 3811 ], "loc": { "start": { @@ -10138,8 +10138,8 @@ }, "alternate": null, "range": [ - 3704, - 3810 + 3705, + 3811 ], "loc": { "start": { @@ -10154,8 +10154,8 @@ } ], "range": [ - 3682, - 3828 + 3683, + 3829 ], "loc": { "start": { @@ -10183,8 +10183,8 @@ "type": "Identifier", "name": "state", "range": [ - 3856, - 3861 + 3857, + 3862 ], "loc": { "start": { @@ -10201,8 +10201,8 @@ "type": "Identifier", "name": "key", "range": [ - 3862, - 3865 + 3863, + 3866 ], "loc": { "start": { @@ -10216,8 +10216,8 @@ } }, "range": [ - 3856, - 3866 + 3857, + 3867 ], "loc": { "start": { @@ -10240,8 +10240,8 @@ "type": "Identifier", "name": "state", "range": [ - 3869, - 3874 + 3870, + 3875 ], "loc": { "start": { @@ -10258,8 +10258,8 @@ "type": "Identifier", "name": "key", "range": [ - 3875, - 3878 + 3876, + 3879 ], "loc": { "start": { @@ -10273,8 +10273,8 @@ } }, "range": [ - 3869, - 3879 + 3870, + 3880 ], "loc": { "start": { @@ -10291,8 +10291,8 @@ "type": "ObjectExpression", "properties": [], "range": [ - 3883, - 3885 + 3884, + 3886 ], "loc": { "start": { @@ -10306,8 +10306,8 @@ } }, "range": [ - 3869, - 3885 + 3870, + 3886 ], "loc": { "start": { @@ -10321,8 +10321,8 @@ } }, "range": [ - 3856, - 3885 + 3857, + 3886 ], "loc": { "start": { @@ -10336,8 +10336,8 @@ } }, "range": [ - 3856, - 3886 + 3857, + 3887 ], "loc": { "start": { @@ -10365,8 +10365,8 @@ "type": "Identifier", "name": "state", "range": [ - 3907, - 3912 + 3908, + 3913 ], "loc": { "start": { @@ -10383,8 +10383,8 @@ "type": "Identifier", "name": "key", "range": [ - 3913, - 3916 + 3914, + 3917 ], "loc": { "start": { @@ -10398,8 +10398,8 @@ } }, "range": [ - 3907, - 3917 + 3908, + 3918 ], "loc": { "start": { @@ -10416,8 +10416,8 @@ "type": "Identifier", "name": "flt", "range": [ - 3918, - 3921 + 3919, + 3922 ], "loc": { "start": { @@ -10431,8 +10431,8 @@ } }, "range": [ - 3907, - 3921 + 3908, + 3922 ], "loc": { "start": { @@ -10449,8 +10449,8 @@ "type": "Identifier", "name": "val", "range": [ - 3924, - 3927 + 3925, + 3928 ], "loc": { "start": { @@ -10464,8 +10464,8 @@ } }, "range": [ - 3907, - 3927 + 3908, + 3928 ], "loc": { "start": { @@ -10479,8 +10479,8 @@ } }, "range": [ - 3907, - 3928 + 3908, + 3929 ], "loc": { "start": { @@ -10495,8 +10495,8 @@ } ], "range": [ - 3834, - 3946 + 3835, + 3947 ], "loc": { "start": { @@ -10510,8 +10510,8 @@ } }, "range": [ - 3637, - 3946 + 3638, + 3947 ], "loc": { "start": { @@ -10526,8 +10526,8 @@ } ], "range": [ - 3567, - 3960 + 3568, + 3961 ], "loc": { "start": { @@ -10543,8 +10543,8 @@ "generator": false, "expression": false, "range": [ - 3553, - 3960 + 3554, + 3961 ], "loc": { "start": { @@ -10559,8 +10559,8 @@ } ], "range": [ - 3532, - 3961 + 3533, + 3962 ], "loc": { "start": { @@ -10574,8 +10574,8 @@ } }, "range": [ - 3532, - 3962 + 3533, + 3963 ], "loc": { "start": { @@ -10590,8 +10590,8 @@ } ], "range": [ - 3464, - 3972 + 3465, + 3973 ], "loc": { "start": { @@ -10606,8 +10606,8 @@ }, "alternate": null, "range": [ - 3439, - 3972 + 3440, + 3973 ], "loc": { "start": { @@ -10628,8 +10628,8 @@ "object": { "type": "ThisExpression", "range": [ - 3986, - 3990 + 3987, + 3991 ], "loc": { "start": { @@ -10646,8 +10646,8 @@ "type": "Identifier", "name": "persistPageNumber", "range": [ - 3991, - 4008 + 3992, + 4009 ], "loc": { "start": { @@ -10661,8 +10661,8 @@ } }, "range": [ - 3986, - 4008 + 3987, + 4009 ], "loc": { "start": { @@ -10689,8 +10689,8 @@ "type": "Identifier", "name": "Types", "range": [ - 4028, - 4033 + 4029, + 4034 ], "loc": { "start": { @@ -10707,8 +10707,8 @@ "type": "Identifier", "name": "isNull", "range": [ - 4034, - 4040 + 4035, + 4041 ], "loc": { "start": { @@ -10722,8 +10722,8 @@ } }, "range": [ - 4028, - 4040 + 4029, + 4041 ], "loc": { "start": { @@ -10743,8 +10743,8 @@ "object": { "type": "ThisExpression", "range": [ - 4041, - 4045 + 4042, + 4046 ], "loc": { "start": { @@ -10761,8 +10761,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 4046, - 4052 + 4047, + 4053 ], "loc": { "start": { @@ -10776,8 +10776,8 @@ } }, "range": [ - 4041, - 4052 + 4042, + 4053 ], "loc": { "start": { @@ -10792,8 +10792,8 @@ } ], "range": [ - 4028, - 4053 + 4029, + 4054 ], "loc": { "start": { @@ -10821,8 +10821,8 @@ "type": "Identifier", "name": "state", "range": [ - 4073, - 4078 + 4074, + 4079 ], "loc": { "start": { @@ -10841,8 +10841,8 @@ "object": { "type": "ThisExpression", "range": [ - 4079, - 4083 + 4080, + 4084 ], "loc": { "start": { @@ -10859,8 +10859,8 @@ "type": "Identifier", "name": "pageNbKey", "range": [ - 4084, - 4093 + 4085, + 4094 ], "loc": { "start": { @@ -10874,8 +10874,8 @@ } }, "range": [ - 4079, - 4093 + 4080, + 4094 ], "loc": { "start": { @@ -10889,8 +10889,8 @@ } }, "range": [ - 4073, - 4094 + 4074, + 4095 ], "loc": { "start": { @@ -10907,8 +10907,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 4097, - 4106 + 4098, + 4107 ], "loc": { "start": { @@ -10922,8 +10922,8 @@ } }, "range": [ - 4073, - 4106 + 4074, + 4107 ], "loc": { "start": { @@ -10937,8 +10937,8 @@ } }, "range": [ - 4073, - 4107 + 4074, + 4108 ], "loc": { "start": { @@ -10953,8 +10953,8 @@ } ], "range": [ - 4055, - 4121 + 4056, + 4122 ], "loc": { "start": { @@ -10982,8 +10982,8 @@ "type": "Identifier", "name": "state", "range": [ - 4145, - 4150 + 4146, + 4151 ], "loc": { "start": { @@ -11002,8 +11002,8 @@ "object": { "type": "ThisExpression", "range": [ - 4151, - 4155 + 4152, + 4156 ], "loc": { "start": { @@ -11020,8 +11020,8 @@ "type": "Identifier", "name": "pageNbKey", "range": [ - 4156, - 4165 + 4157, + 4166 ], "loc": { "start": { @@ -11035,8 +11035,8 @@ } }, "range": [ - 4151, - 4165 + 4152, + 4166 ], "loc": { "start": { @@ -11050,8 +11050,8 @@ } }, "range": [ - 4145, - 4166 + 4146, + 4167 ], "loc": { "start": { @@ -11070,8 +11070,8 @@ "object": { "type": "ThisExpression", "range": [ - 4169, - 4173 + 4170, + 4174 ], "loc": { "start": { @@ -11088,8 +11088,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 4174, - 4180 + 4175, + 4181 ], "loc": { "start": { @@ -11103,8 +11103,8 @@ } }, "range": [ - 4169, - 4180 + 4170, + 4181 ], "loc": { "start": { @@ -11118,8 +11118,8 @@ } }, "range": [ - 4145, - 4180 + 4146, + 4181 ], "loc": { "start": { @@ -11133,8 +11133,8 @@ } }, "range": [ - 4145, - 4181 + 4146, + 4182 ], "loc": { "start": { @@ -11149,8 +11149,8 @@ } ], "range": [ - 4127, - 4195 + 4128, + 4196 ], "loc": { "start": { @@ -11164,8 +11164,8 @@ } }, "range": [ - 4024, - 4195 + 4025, + 4196 ], "loc": { "start": { @@ -11180,8 +11180,8 @@ } ], "range": [ - 4010, - 4205 + 4011, + 4206 ], "loc": { "start": { @@ -11196,8 +11196,8 @@ }, "alternate": null, "range": [ - 3982, - 4205 + 3983, + 4206 ], "loc": { "start": { @@ -11218,8 +11218,8 @@ "object": { "type": "ThisExpression", "range": [ - 4219, - 4223 + 4220, + 4224 ], "loc": { "start": { @@ -11236,8 +11236,8 @@ "type": "Identifier", "name": "persistPageLength", "range": [ - 4224, - 4241 + 4225, + 4242 ], "loc": { "start": { @@ -11251,8 +11251,8 @@ } }, "range": [ - 4219, - 4241 + 4220, + 4242 ], "loc": { "start": { @@ -11279,8 +11279,8 @@ "type": "Identifier", "name": "Types", "range": [ - 4261, - 4266 + 4262, + 4267 ], "loc": { "start": { @@ -11297,8 +11297,8 @@ "type": "Identifier", "name": "isNull", "range": [ - 4267, - 4273 + 4268, + 4274 ], "loc": { "start": { @@ -11312,8 +11312,8 @@ } }, "range": [ - 4261, - 4273 + 4262, + 4274 ], "loc": { "start": { @@ -11333,8 +11333,8 @@ "object": { "type": "ThisExpression", "range": [ - 4274, - 4278 + 4275, + 4279 ], "loc": { "start": { @@ -11351,8 +11351,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 4279, - 4289 + 4280, + 4290 ], "loc": { "start": { @@ -11366,8 +11366,8 @@ } }, "range": [ - 4274, - 4289 + 4275, + 4290 ], "loc": { "start": { @@ -11382,8 +11382,8 @@ } ], "range": [ - 4261, - 4290 + 4262, + 4291 ], "loc": { "start": { @@ -11411,8 +11411,8 @@ "type": "Identifier", "name": "state", "range": [ - 4310, - 4315 + 4311, + 4316 ], "loc": { "start": { @@ -11431,8 +11431,8 @@ "object": { "type": "ThisExpression", "range": [ - 4316, - 4320 + 4317, + 4321 ], "loc": { "start": { @@ -11449,8 +11449,8 @@ "type": "Identifier", "name": "pageLengthKey", "range": [ - 4321, - 4334 + 4322, + 4335 ], "loc": { "start": { @@ -11464,8 +11464,8 @@ } }, "range": [ - 4316, - 4334 + 4317, + 4335 ], "loc": { "start": { @@ -11479,8 +11479,8 @@ } }, "range": [ - 4310, - 4335 + 4311, + 4336 ], "loc": { "start": { @@ -11497,8 +11497,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 4338, - 4347 + 4339, + 4348 ], "loc": { "start": { @@ -11512,8 +11512,8 @@ } }, "range": [ - 4310, - 4347 + 4311, + 4348 ], "loc": { "start": { @@ -11527,8 +11527,8 @@ } }, "range": [ - 4310, - 4348 + 4311, + 4349 ], "loc": { "start": { @@ -11543,8 +11543,8 @@ } ], "range": [ - 4292, - 4362 + 4293, + 4363 ], "loc": { "start": { @@ -11572,8 +11572,8 @@ "type": "Identifier", "name": "state", "range": [ - 4386, - 4391 + 4387, + 4392 ], "loc": { "start": { @@ -11592,8 +11592,8 @@ "object": { "type": "ThisExpression", "range": [ - 4392, - 4396 + 4393, + 4397 ], "loc": { "start": { @@ -11610,8 +11610,8 @@ "type": "Identifier", "name": "pageLengthKey", "range": [ - 4397, - 4410 + 4398, + 4411 ], "loc": { "start": { @@ -11625,8 +11625,8 @@ } }, "range": [ - 4392, - 4410 + 4393, + 4411 ], "loc": { "start": { @@ -11640,8 +11640,8 @@ } }, "range": [ - 4386, - 4411 + 4387, + 4412 ], "loc": { "start": { @@ -11660,8 +11660,8 @@ "object": { "type": "ThisExpression", "range": [ - 4414, - 4418 + 4415, + 4419 ], "loc": { "start": { @@ -11678,8 +11678,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 4419, - 4429 + 4420, + 4430 ], "loc": { "start": { @@ -11693,8 +11693,8 @@ } }, "range": [ - 4414, - 4429 + 4415, + 4430 ], "loc": { "start": { @@ -11708,8 +11708,8 @@ } }, "range": [ - 4386, - 4429 + 4387, + 4430 ], "loc": { "start": { @@ -11723,8 +11723,8 @@ } }, "range": [ - 4386, - 4430 + 4387, + 4431 ], "loc": { "start": { @@ -11739,8 +11739,8 @@ } ], "range": [ - 4368, - 4444 + 4369, + 4445 ], "loc": { "start": { @@ -11754,8 +11754,8 @@ } }, "range": [ - 4257, - 4444 + 4258, + 4445 ], "loc": { "start": { @@ -11770,8 +11770,8 @@ } ], "range": [ - 4243, - 4454 + 4244, + 4455 ], "loc": { "start": { @@ -11786,8 +11786,8 @@ }, "alternate": null, "range": [ - 4215, - 4454 + 4216, + 4455 ], "loc": { "start": { @@ -11808,8 +11808,8 @@ "object": { "type": "ThisExpression", "range": [ - 4468, - 4472 + 4469, + 4473 ], "loc": { "start": { @@ -11826,8 +11826,8 @@ "type": "Identifier", "name": "persistSort", "range": [ - 4473, - 4484 + 4474, + 4485 ], "loc": { "start": { @@ -11841,8 +11841,8 @@ } }, "range": [ - 4468, - 4484 + 4469, + 4485 ], "loc": { "start": { @@ -11872,8 +11872,8 @@ "type": "Identifier", "name": "Types", "range": [ - 4505, - 4510 + 4506, + 4511 ], "loc": { "start": { @@ -11890,8 +11890,8 @@ "type": "Identifier", "name": "isNull", "range": [ - 4511, - 4517 + 4512, + 4518 ], "loc": { "start": { @@ -11905,8 +11905,8 @@ } }, "range": [ - 4505, - 4517 + 4506, + 4518 ], "loc": { "start": { @@ -11926,8 +11926,8 @@ "object": { "type": "ThisExpression", "range": [ - 4518, - 4522 + 4519, + 4523 ], "loc": { "start": { @@ -11944,8 +11944,8 @@ "type": "Identifier", "name": "sort", "range": [ - 4523, - 4527 + 4524, + 4528 ], "loc": { "start": { @@ -11959,8 +11959,8 @@ } }, "range": [ - 4518, - 4527 + 4519, + 4528 ], "loc": { "start": { @@ -11975,8 +11975,8 @@ } ], "range": [ - 4505, - 4528 + 4506, + 4529 ], "loc": { "start": { @@ -11991,8 +11991,8 @@ }, "prefix": true, "range": [ - 4504, - 4528 + 4505, + 4529 ], "loc": { "start": { @@ -12024,8 +12024,8 @@ "type": "Identifier", "name": "Object", "range": [ - 4599, - 4605 + 4600, + 4606 ], "loc": { "start": { @@ -12042,8 +12042,8 @@ "type": "Identifier", "name": "keys", "range": [ - 4606, - 4610 + 4607, + 4611 ], "loc": { "start": { @@ -12057,8 +12057,8 @@ } }, "range": [ - 4599, - 4610 + 4600, + 4611 ], "loc": { "start": { @@ -12076,8 +12076,8 @@ "type": "Identifier", "name": "state", "range": [ - 4611, - 4616 + 4612, + 4617 ], "loc": { "start": { @@ -12092,8 +12092,8 @@ } ], "range": [ - 4599, - 4617 + 4600, + 4618 ], "loc": { "start": { @@ -12110,8 +12110,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 4618, - 4625 + 4619, + 4626 ], "loc": { "start": { @@ -12125,8 +12125,8 @@ } }, "range": [ - 4599, - 4625 + 4600, + 4626 ], "loc": { "start": { @@ -12148,8 +12148,8 @@ "type": "Identifier", "name": "key", "range": [ - 4627, - 4630 + 4628, + 4631 ], "loc": { "start": { @@ -12183,8 +12183,8 @@ "type": "Identifier", "name": "key", "range": [ - 4661, - 4664 + 4662, + 4665 ], "loc": { "start": { @@ -12201,8 +12201,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 4665, - 4672 + 4666, + 4673 ], "loc": { "start": { @@ -12216,8 +12216,8 @@ } }, "range": [ - 4661, - 4672 + 4662, + 4673 ], "loc": { "start": { @@ -12237,8 +12237,8 @@ "object": { "type": "ThisExpression", "range": [ - 4673, - 4677 + 4674, + 4678 ], "loc": { "start": { @@ -12255,8 +12255,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 4678, - 4685 + 4679, + 4686 ], "loc": { "start": { @@ -12270,8 +12270,8 @@ } }, "range": [ - 4673, - 4685 + 4674, + 4686 ], "loc": { "start": { @@ -12286,8 +12286,8 @@ } ], "range": [ - 4661, - 4686 + 4662, + 4687 ], "loc": { "start": { @@ -12308,8 +12308,8 @@ "value": 1, "raw": "1", "range": [ - 4692, - 4693 + 4693, + 4694 ], "loc": { "start": { @@ -12324,8 +12324,8 @@ }, "prefix": true, "range": [ - 4691, - 4693 + 4692, + 4694 ], "loc": { "start": { @@ -12339,8 +12339,8 @@ } }, "range": [ - 4661, - 4693 + 4662, + 4694 ], "loc": { "start": { @@ -12360,8 +12360,8 @@ "type": "Identifier", "name": "state", "range": [ - 4697, - 4702 + 4698, + 4703 ], "loc": { "start": { @@ -12378,8 +12378,8 @@ "type": "Identifier", "name": "key", "range": [ - 4703, - 4706 + 4704, + 4707 ], "loc": { "start": { @@ -12393,8 +12393,8 @@ } }, "range": [ - 4697, - 4707 + 4698, + 4708 ], "loc": { "start": { @@ -12408,8 +12408,8 @@ } }, "range": [ - 4661, - 4707 + 4662, + 4708 ], "loc": { "start": { @@ -12440,8 +12440,8 @@ "type": "Identifier", "name": "state", "range": [ - 4735, - 4740 + 4736, + 4741 ], "loc": { "start": { @@ -12458,8 +12458,8 @@ "type": "Identifier", "name": "key", "range": [ - 4741, - 4744 + 4742, + 4745 ], "loc": { "start": { @@ -12473,8 +12473,8 @@ } }, "range": [ - 4735, - 4745 + 4736, + 4746 ], "loc": { "start": { @@ -12491,8 +12491,8 @@ "type": "Identifier", "name": "sort", "range": [ - 4746, - 4750 + 4747, + 4751 ], "loc": { "start": { @@ -12506,8 +12506,8 @@ } }, "range": [ - 4735, - 4750 + 4736, + 4751 ], "loc": { "start": { @@ -12524,8 +12524,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 4753, - 4762 + 4754, + 4763 ], "loc": { "start": { @@ -12539,8 +12539,8 @@ } }, "range": [ - 4735, - 4762 + 4736, + 4763 ], "loc": { "start": { @@ -12554,8 +12554,8 @@ } }, "range": [ - 4735, - 4763 + 4736, + 4764 ], "loc": { "start": { @@ -12570,8 +12570,8 @@ } ], "range": [ - 4709, - 4785 + 4710, + 4786 ], "loc": { "start": { @@ -12586,8 +12586,8 @@ }, "alternate": null, "range": [ - 4657, - 4785 + 4658, + 4786 ], "loc": { "start": { @@ -12602,8 +12602,8 @@ } ], "range": [ - 4635, - 4803 + 4636, + 4804 ], "loc": { "start": { @@ -12619,8 +12619,8 @@ "generator": false, "expression": false, "range": [ - 4626, - 4803 + 4627, + 4804 ], "loc": { "start": { @@ -12635,8 +12635,8 @@ } ], "range": [ - 4599, - 4804 + 4600, + 4805 ], "loc": { "start": { @@ -12650,8 +12650,8 @@ } }, "range": [ - 4599, - 4805 + 4600, + 4806 ], "loc": { "start": { @@ -12668,8 +12668,8 @@ "type": "Line", "value": " Remove previuosly sorted column", "range": [ - 4548, - 4582 + 4549, + 4583 ], "loc": { "start": { @@ -12693,8 +12693,8 @@ "type": "Identifier", "name": "key", "range": [ - 4827, - 4830 + 4828, + 4831 ], "loc": { "start": { @@ -12718,8 +12718,8 @@ }, "tail": false, "range": [ - 4833, - 4836 + 4834, + 4837 ], "loc": { "start": { @@ -12740,8 +12740,8 @@ }, "tail": false, "range": [ - 4848, - 4851 + 4849, + 4852 ], "loc": { "start": { @@ -12762,8 +12762,8 @@ }, "tail": true, "range": [ - 4867, - 4869 + 4868, + 4870 ], "loc": { "start": { @@ -12784,8 +12784,8 @@ "object": { "type": "ThisExpression", "range": [ - 4836, - 4840 + 4837, + 4841 ], "loc": { "start": { @@ -12802,8 +12802,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 4841, - 4848 + 4842, + 4849 ], "loc": { "start": { @@ -12817,8 +12817,8 @@ } }, "range": [ - 4836, - 4848 + 4837, + 4849 ], "loc": { "start": { @@ -12840,8 +12840,8 @@ "object": { "type": "ThisExpression", "range": [ - 4851, - 4855 + 4852, + 4856 ], "loc": { "start": { @@ -12858,8 +12858,8 @@ "type": "Identifier", "name": "sort", "range": [ - 4856, - 4860 + 4857, + 4861 ], "loc": { "start": { @@ -12873,8 +12873,8 @@ } }, "range": [ - 4851, - 4860 + 4852, + 4861 ], "loc": { "start": { @@ -12891,8 +12891,8 @@ "type": "Identifier", "name": "column", "range": [ - 4861, - 4867 + 4862, + 4868 ], "loc": { "start": { @@ -12906,8 +12906,8 @@ } }, "range": [ - 4851, - 4867 + 4852, + 4868 ], "loc": { "start": { @@ -12922,8 +12922,8 @@ } ], "range": [ - 4833, - 4869 + 4834, + 4870 ], "loc": { "start": { @@ -12937,8 +12937,8 @@ } }, "range": [ - 4827, - 4869 + 4828, + 4870 ], "loc": { "start": { @@ -12954,8 +12954,8 @@ ], "kind": "let", "range": [ - 4823, - 4870 + 4824, + 4871 ], "loc": { "start": { @@ -12980,8 +12980,8 @@ "type": "Identifier", "name": "state", "range": [ - 4887, - 4892 + 4888, + 4893 ], "loc": { "start": { @@ -12998,8 +12998,8 @@ "type": "Identifier", "name": "key", "range": [ - 4893, - 4896 + 4894, + 4897 ], "loc": { "start": { @@ -13013,8 +13013,8 @@ } }, "range": [ - 4887, - 4897 + 4888, + 4898 ], "loc": { "start": { @@ -13037,8 +13037,8 @@ "type": "Identifier", "name": "state", "range": [ - 4900, - 4905 + 4901, + 4906 ], "loc": { "start": { @@ -13055,8 +13055,8 @@ "type": "Identifier", "name": "key", "range": [ - 4906, - 4909 + 4907, + 4910 ], "loc": { "start": { @@ -13070,8 +13070,8 @@ } }, "range": [ - 4900, - 4910 + 4901, + 4911 ], "loc": { "start": { @@ -13088,8 +13088,8 @@ "type": "ObjectExpression", "properties": [], "range": [ - 4914, - 4916 + 4915, + 4917 ], "loc": { "start": { @@ -13103,8 +13103,8 @@ } }, "range": [ - 4900, - 4916 + 4901, + 4917 ], "loc": { "start": { @@ -13118,8 +13118,8 @@ } }, "range": [ - 4887, - 4916 + 4888, + 4917 ], "loc": { "start": { @@ -13133,8 +13133,8 @@ } }, "range": [ - 4887, - 4917 + 4888, + 4918 ], "loc": { "start": { @@ -13162,8 +13162,8 @@ "type": "Identifier", "name": "state", "range": [ - 4934, - 4939 + 4935, + 4940 ], "loc": { "start": { @@ -13180,8 +13180,8 @@ "type": "Identifier", "name": "key", "range": [ - 4940, - 4943 + 4941, + 4944 ], "loc": { "start": { @@ -13195,8 +13195,8 @@ } }, "range": [ - 4934, - 4944 + 4935, + 4945 ], "loc": { "start": { @@ -13213,8 +13213,8 @@ "type": "Identifier", "name": "sort", "range": [ - 4945, - 4949 + 4946, + 4950 ], "loc": { "start": { @@ -13228,8 +13228,8 @@ } }, "range": [ - 4934, - 4949 + 4935, + 4950 ], "loc": { "start": { @@ -13251,8 +13251,8 @@ "type": "Identifier", "name": "descending", "range": [ - 4954, - 4964 + 4955, + 4965 ], "loc": { "start": { @@ -13274,8 +13274,8 @@ "object": { "type": "ThisExpression", "range": [ - 4966, - 4970 + 4967, + 4971 ], "loc": { "start": { @@ -13292,8 +13292,8 @@ "type": "Identifier", "name": "sort", "range": [ - 4971, - 4975 + 4972, + 4976 ], "loc": { "start": { @@ -13307,8 +13307,8 @@ } }, "range": [ - 4966, - 4975 + 4967, + 4976 ], "loc": { "start": { @@ -13325,8 +13325,8 @@ "type": "Identifier", "name": "descending", "range": [ - 4976, - 4986 + 4977, + 4987 ], "loc": { "start": { @@ -13340,8 +13340,8 @@ } }, "range": [ - 4966, - 4986 + 4967, + 4987 ], "loc": { "start": { @@ -13359,8 +13359,8 @@ "shorthand": false, "computed": false, "range": [ - 4954, - 4986 + 4955, + 4987 ], "loc": { "start": { @@ -13375,8 +13375,8 @@ } ], "range": [ - 4952, - 4988 + 4953, + 4989 ], "loc": { "start": { @@ -13390,8 +13390,8 @@ } }, "range": [ - 4934, - 4988 + 4935, + 4989 ], "loc": { "start": { @@ -13405,8 +13405,8 @@ } }, "range": [ - 4934, - 4989 + 4935, + 4990 ], "loc": { "start": { @@ -13421,8 +13421,8 @@ } ], "range": [ - 4530, - 5003 + 4531, + 5004 ], "loc": { "start": { @@ -13437,8 +13437,8 @@ }, "alternate": null, "range": [ - 4500, - 5003 + 4501, + 5004 ], "loc": { "start": { @@ -13453,8 +13453,8 @@ } ], "range": [ - 4486, - 5013 + 4487, + 5014 ], "loc": { "start": { @@ -13469,8 +13469,8 @@ }, "alternate": null, "range": [ - 4464, - 5013 + 4465, + 5014 ], "loc": { "start": { @@ -13491,8 +13491,8 @@ "object": { "type": "ThisExpression", "range": [ - 5027, - 5031 + 5028, + 5032 ], "loc": { "start": { @@ -13509,8 +13509,8 @@ "type": "Identifier", "name": "persistColsVisibility", "range": [ - 5032, - 5053 + 5033, + 5054 ], "loc": { "start": { @@ -13524,8 +13524,8 @@ } }, "range": [ - 5027, - 5053 + 5028, + 5054 ], "loc": { "start": { @@ -13555,8 +13555,8 @@ "type": "Identifier", "name": "Types", "range": [ - 5074, - 5079 + 5075, + 5080 ], "loc": { "start": { @@ -13573,8 +13573,8 @@ "type": "Identifier", "name": "isNull", "range": [ - 5080, - 5086 + 5081, + 5087 ], "loc": { "start": { @@ -13588,8 +13588,8 @@ } }, "range": [ - 5074, - 5086 + 5075, + 5087 ], "loc": { "start": { @@ -13609,8 +13609,8 @@ "object": { "type": "ThisExpression", "range": [ - 5087, - 5091 + 5088, + 5092 ], "loc": { "start": { @@ -13627,8 +13627,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 5092, - 5102 + 5093, + 5103 ], "loc": { "start": { @@ -13642,8 +13642,8 @@ } }, "range": [ - 5087, - 5102 + 5088, + 5103 ], "loc": { "start": { @@ -13658,8 +13658,8 @@ } ], "range": [ - 5074, - 5103 + 5075, + 5104 ], "loc": { "start": { @@ -13674,8 +13674,8 @@ }, "prefix": true, "range": [ - 5073, - 5103 + 5074, + 5104 ], "loc": { "start": { @@ -13707,8 +13707,8 @@ "type": "Identifier", "name": "Object", "range": [ - 5174, - 5180 + 5175, + 5181 ], "loc": { "start": { @@ -13725,8 +13725,8 @@ "type": "Identifier", "name": "keys", "range": [ - 5181, - 5185 + 5182, + 5186 ], "loc": { "start": { @@ -13740,8 +13740,8 @@ } }, "range": [ - 5174, - 5185 + 5175, + 5186 ], "loc": { "start": { @@ -13759,8 +13759,8 @@ "type": "Identifier", "name": "state", "range": [ - 5186, - 5191 + 5187, + 5192 ], "loc": { "start": { @@ -13775,8 +13775,8 @@ } ], "range": [ - 5174, - 5192 + 5175, + 5193 ], "loc": { "start": { @@ -13793,8 +13793,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 5193, - 5200 + 5194, + 5201 ], "loc": { "start": { @@ -13808,8 +13808,8 @@ } }, "range": [ - 5174, - 5200 + 5175, + 5201 ], "loc": { "start": { @@ -13831,8 +13831,8 @@ "type": "Identifier", "name": "key", "range": [ - 5202, - 5205 + 5203, + 5206 ], "loc": { "start": { @@ -13866,8 +13866,8 @@ "type": "Identifier", "name": "key", "range": [ - 5236, - 5239 + 5237, + 5240 ], "loc": { "start": { @@ -13884,8 +13884,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 5240, - 5247 + 5241, + 5248 ], "loc": { "start": { @@ -13899,8 +13899,8 @@ } }, "range": [ - 5236, - 5247 + 5237, + 5248 ], "loc": { "start": { @@ -13920,8 +13920,8 @@ "object": { "type": "ThisExpression", "range": [ - 5248, - 5252 + 5249, + 5253 ], "loc": { "start": { @@ -13938,8 +13938,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 5253, - 5260 + 5254, + 5261 ], "loc": { "start": { @@ -13953,8 +13953,8 @@ } }, "range": [ - 5248, - 5260 + 5249, + 5261 ], "loc": { "start": { @@ -13969,8 +13969,8 @@ } ], "range": [ - 5236, - 5261 + 5237, + 5262 ], "loc": { "start": { @@ -13991,8 +13991,8 @@ "value": 1, "raw": "1", "range": [ - 5267, - 5268 + 5268, + 5269 ], "loc": { "start": { @@ -14007,8 +14007,8 @@ }, "prefix": true, "range": [ - 5266, - 5268 + 5267, + 5269 ], "loc": { "start": { @@ -14022,8 +14022,8 @@ } }, "range": [ - 5236, - 5268 + 5237, + 5269 ], "loc": { "start": { @@ -14043,8 +14043,8 @@ "type": "Identifier", "name": "state", "range": [ - 5272, - 5277 + 5273, + 5278 ], "loc": { "start": { @@ -14061,8 +14061,8 @@ "type": "Identifier", "name": "key", "range": [ - 5278, - 5281 + 5279, + 5282 ], "loc": { "start": { @@ -14076,8 +14076,8 @@ } }, "range": [ - 5272, - 5282 + 5273, + 5283 ], "loc": { "start": { @@ -14091,8 +14091,8 @@ } }, "range": [ - 5236, - 5282 + 5237, + 5283 ], "loc": { "start": { @@ -14123,8 +14123,8 @@ "type": "Identifier", "name": "state", "range": [ - 5310, - 5315 + 5311, + 5316 ], "loc": { "start": { @@ -14141,8 +14141,8 @@ "type": "Identifier", "name": "key", "range": [ - 5316, - 5319 + 5317, + 5320 ], "loc": { "start": { @@ -14156,8 +14156,8 @@ } }, "range": [ - 5310, - 5320 + 5311, + 5321 ], "loc": { "start": { @@ -14174,8 +14174,8 @@ "type": "Identifier", "name": "hidden", "range": [ - 5321, - 5327 + 5322, + 5328 ], "loc": { "start": { @@ -14189,8 +14189,8 @@ } }, "range": [ - 5310, - 5327 + 5311, + 5328 ], "loc": { "start": { @@ -14207,8 +14207,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 5330, - 5339 + 5331, + 5340 ], "loc": { "start": { @@ -14222,8 +14222,8 @@ } }, "range": [ - 5310, - 5339 + 5311, + 5340 ], "loc": { "start": { @@ -14237,8 +14237,8 @@ } }, "range": [ - 5310, - 5340 + 5311, + 5341 ], "loc": { "start": { @@ -14253,8 +14253,8 @@ } ], "range": [ - 5284, - 5362 + 5285, + 5363 ], "loc": { "start": { @@ -14269,8 +14269,8 @@ }, "alternate": null, "range": [ - 5232, - 5362 + 5233, + 5363 ], "loc": { "start": { @@ -14285,8 +14285,8 @@ } ], "range": [ - 5210, - 5380 + 5211, + 5381 ], "loc": { "start": { @@ -14302,8 +14302,8 @@ "generator": false, "expression": false, "range": [ - 5201, - 5380 + 5202, + 5381 ], "loc": { "start": { @@ -14318,8 +14318,8 @@ } ], "range": [ - 5174, - 5381 + 5175, + 5382 ], "loc": { "start": { @@ -14333,8 +14333,8 @@ } }, "range": [ - 5174, - 5382 + 5175, + 5383 ], "loc": { "start": { @@ -14351,8 +14351,8 @@ "type": "Line", "value": " Clear previuosly hidden columns", "range": [ - 5123, - 5157 + 5124, + 5158 ], "loc": { "start": { @@ -14380,8 +14380,8 @@ "object": { "type": "ThisExpression", "range": [ - 5400, - 5404 + 5401, + 5405 ], "loc": { "start": { @@ -14398,8 +14398,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 5405, - 5415 + 5406, + 5416 ], "loc": { "start": { @@ -14413,8 +14413,8 @@ } }, "range": [ - 5400, - 5415 + 5401, + 5416 ], "loc": { "start": { @@ -14431,8 +14431,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 5416, - 5423 + 5417, + 5424 ], "loc": { "start": { @@ -14446,8 +14446,8 @@ } }, "range": [ - 5400, - 5423 + 5401, + 5424 ], "loc": { "start": { @@ -14469,8 +14469,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 5425, - 5431 + 5426, + 5432 ], "loc": { "start": { @@ -14496,8 +14496,8 @@ "type": "Identifier", "name": "key", "range": [ - 5462, - 5465 + 5463, + 5466 ], "loc": { "start": { @@ -14521,8 +14521,8 @@ }, "tail": false, "range": [ - 5468, - 5471 + 5469, + 5472 ], "loc": { "start": { @@ -14543,8 +14543,8 @@ }, "tail": false, "range": [ - 5483, - 5486 + 5484, + 5487 ], "loc": { "start": { @@ -14565,8 +14565,8 @@ }, "tail": true, "range": [ - 5492, - 5494 + 5493, + 5495 ], "loc": { "start": { @@ -14587,8 +14587,8 @@ "object": { "type": "ThisExpression", "range": [ - 5471, - 5475 + 5472, + 5476 ], "loc": { "start": { @@ -14605,8 +14605,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 5476, - 5483 + 5477, + 5484 ], "loc": { "start": { @@ -14620,8 +14620,8 @@ } }, "range": [ - 5471, - 5483 + 5472, + 5484 ], "loc": { "start": { @@ -14638,8 +14638,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 5486, - 5492 + 5487, + 5493 ], "loc": { "start": { @@ -14654,8 +14654,8 @@ } ], "range": [ - 5468, - 5494 + 5469, + 5495 ], "loc": { "start": { @@ -14669,8 +14669,8 @@ } }, "range": [ - 5462, - 5494 + 5463, + 5495 ], "loc": { "start": { @@ -14686,8 +14686,8 @@ ], "kind": "let", "range": [ - 5458, - 5495 + 5459, + 5496 ], "loc": { "start": { @@ -14712,8 +14712,8 @@ "type": "Identifier", "name": "state", "range": [ - 5516, - 5521 + 5517, + 5522 ], "loc": { "start": { @@ -14730,8 +14730,8 @@ "type": "Identifier", "name": "key", "range": [ - 5522, - 5525 + 5523, + 5526 ], "loc": { "start": { @@ -14745,8 +14745,8 @@ } }, "range": [ - 5516, - 5526 + 5517, + 5527 ], "loc": { "start": { @@ -14769,8 +14769,8 @@ "type": "Identifier", "name": "state", "range": [ - 5529, - 5534 + 5530, + 5535 ], "loc": { "start": { @@ -14787,8 +14787,8 @@ "type": "Identifier", "name": "key", "range": [ - 5535, - 5538 + 5536, + 5539 ], "loc": { "start": { @@ -14802,8 +14802,8 @@ } }, "range": [ - 5529, - 5539 + 5530, + 5540 ], "loc": { "start": { @@ -14820,8 +14820,8 @@ "type": "ObjectExpression", "properties": [], "range": [ - 5543, - 5545 + 5544, + 5546 ], "loc": { "start": { @@ -14835,8 +14835,8 @@ } }, "range": [ - 5529, - 5545 + 5530, + 5546 ], "loc": { "start": { @@ -14850,8 +14850,8 @@ } }, "range": [ - 5516, - 5545 + 5517, + 5546 ], "loc": { "start": { @@ -14865,8 +14865,8 @@ } }, "range": [ - 5516, - 5546 + 5517, + 5547 ], "loc": { "start": { @@ -14894,8 +14894,8 @@ "type": "Identifier", "name": "state", "range": [ - 5567, - 5572 + 5568, + 5573 ], "loc": { "start": { @@ -14912,8 +14912,8 @@ "type": "Identifier", "name": "key", "range": [ - 5573, - 5576 + 5574, + 5577 ], "loc": { "start": { @@ -14927,8 +14927,8 @@ } }, "range": [ - 5567, - 5577 + 5568, + 5578 ], "loc": { "start": { @@ -14945,8 +14945,8 @@ "type": "Identifier", "name": "hidden", "range": [ - 5578, - 5584 + 5579, + 5585 ], "loc": { "start": { @@ -14960,8 +14960,8 @@ } }, "range": [ - 5567, - 5584 + 5568, + 5585 ], "loc": { "start": { @@ -14979,8 +14979,8 @@ "value": true, "raw": "true", "range": [ - 5587, - 5591 + 5588, + 5592 ], "loc": { "start": { @@ -14994,8 +14994,8 @@ } }, "range": [ - 5567, - 5591 + 5568, + 5592 ], "loc": { "start": { @@ -15009,8 +15009,8 @@ } }, "range": [ - 5567, - 5592 + 5568, + 5593 ], "loc": { "start": { @@ -15025,8 +15025,8 @@ } ], "range": [ - 5436, - 5610 + 5437, + 5611 ], "loc": { "start": { @@ -15042,8 +15042,8 @@ "generator": false, "expression": false, "range": [ - 5424, - 5610 + 5425, + 5611 ], "loc": { "start": { @@ -15058,8 +15058,8 @@ } ], "range": [ - 5400, - 5611 + 5401, + 5612 ], "loc": { "start": { @@ -15073,8 +15073,8 @@ } }, "range": [ - 5400, - 5612 + 5401, + 5613 ], "loc": { "start": { @@ -15089,8 +15089,8 @@ } ], "range": [ - 5105, - 5626 + 5106, + 5627 ], "loc": { "start": { @@ -15105,8 +15105,8 @@ }, "alternate": null, "range": [ - 5069, - 5626 + 5070, + 5627 ], "loc": { "start": { @@ -15121,8 +15121,8 @@ } ], "range": [ - 5055, - 5636 + 5056, + 5637 ], "loc": { "start": { @@ -15137,8 +15137,8 @@ }, "alternate": null, "range": [ - 5023, - 5636 + 5024, + 5637 ], "loc": { "start": { @@ -15159,8 +15159,8 @@ "object": { "type": "ThisExpression", "range": [ - 5650, - 5654 + 5651, + 5655 ], "loc": { "start": { @@ -15177,8 +15177,8 @@ "type": "Identifier", "name": "persistFiltersVisibility", "range": [ - 5655, - 5679 + 5656, + 5680 ], "loc": { "start": { @@ -15192,8 +15192,8 @@ } }, "range": [ - 5650, - 5679 + 5651, + 5680 ], "loc": { "start": { @@ -15220,8 +15220,8 @@ "type": "Identifier", "name": "Types", "range": [ - 5699, - 5704 + 5700, + 5705 ], "loc": { "start": { @@ -15238,8 +15238,8 @@ "type": "Identifier", "name": "isNull", "range": [ - 5705, - 5711 + 5706, + 5712 ], "loc": { "start": { @@ -15253,8 +15253,8 @@ } }, "range": [ - 5699, - 5711 + 5700, + 5712 ], "loc": { "start": { @@ -15274,8 +15274,8 @@ "object": { "type": "ThisExpression", "range": [ - 5712, - 5716 + 5713, + 5717 ], "loc": { "start": { @@ -15292,8 +15292,8 @@ "type": "Identifier", "name": "filtersVisibility", "range": [ - 5717, - 5734 + 5718, + 5735 ], "loc": { "start": { @@ -15307,8 +15307,8 @@ } }, "range": [ - 5712, - 5734 + 5713, + 5735 ], "loc": { "start": { @@ -15323,8 +15323,8 @@ } ], "range": [ - 5699, - 5735 + 5700, + 5736 ], "loc": { "start": { @@ -15352,8 +15352,8 @@ "type": "Identifier", "name": "state", "range": [ - 5755, - 5760 + 5756, + 5761 ], "loc": { "start": { @@ -15372,8 +15372,8 @@ "object": { "type": "ThisExpression", "range": [ - 5761, - 5765 + 5762, + 5766 ], "loc": { "start": { @@ -15390,8 +15390,8 @@ "type": "Identifier", "name": "filtersVisKey", "range": [ - 5766, - 5779 + 5767, + 5780 ], "loc": { "start": { @@ -15405,8 +15405,8 @@ } }, "range": [ - 5761, - 5779 + 5762, + 5780 ], "loc": { "start": { @@ -15420,8 +15420,8 @@ } }, "range": [ - 5755, - 5780 + 5756, + 5781 ], "loc": { "start": { @@ -15438,8 +15438,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 5783, - 5792 + 5784, + 5793 ], "loc": { "start": { @@ -15453,8 +15453,8 @@ } }, "range": [ - 5755, - 5792 + 5756, + 5793 ], "loc": { "start": { @@ -15468,8 +15468,8 @@ } }, "range": [ - 5755, - 5793 + 5756, + 5794 ], "loc": { "start": { @@ -15484,8 +15484,8 @@ } ], "range": [ - 5737, - 5807 + 5738, + 5808 ], "loc": { "start": { @@ -15513,8 +15513,8 @@ "type": "Identifier", "name": "state", "range": [ - 5831, - 5836 + 5832, + 5837 ], "loc": { "start": { @@ -15533,8 +15533,8 @@ "object": { "type": "ThisExpression", "range": [ - 5837, - 5841 + 5838, + 5842 ], "loc": { "start": { @@ -15551,8 +15551,8 @@ "type": "Identifier", "name": "filtersVisKey", "range": [ - 5842, - 5855 + 5843, + 5856 ], "loc": { "start": { @@ -15566,8 +15566,8 @@ } }, "range": [ - 5837, - 5855 + 5838, + 5856 ], "loc": { "start": { @@ -15581,8 +15581,8 @@ } }, "range": [ - 5831, - 5856 + 5832, + 5857 ], "loc": { "start": { @@ -15601,8 +15601,8 @@ "object": { "type": "ThisExpression", "range": [ - 5859, - 5863 + 5860, + 5864 ], "loc": { "start": { @@ -15619,8 +15619,8 @@ "type": "Identifier", "name": "filtersVisibility", "range": [ - 5864, - 5881 + 5865, + 5882 ], "loc": { "start": { @@ -15634,8 +15634,8 @@ } }, "range": [ - 5859, - 5881 + 5860, + 5882 ], "loc": { "start": { @@ -15649,8 +15649,8 @@ } }, "range": [ - 5831, - 5881 + 5832, + 5882 ], "loc": { "start": { @@ -15664,8 +15664,8 @@ } }, "range": [ - 5831, - 5882 + 5832, + 5883 ], "loc": { "start": { @@ -15680,8 +15680,8 @@ } ], "range": [ - 5813, - 5896 + 5814, + 5897 ], "loc": { "start": { @@ -15695,8 +15695,8 @@ } }, "range": [ - 5695, - 5896 + 5696, + 5897 ], "loc": { "start": { @@ -15711,8 +15711,8 @@ } ], "range": [ - 5681, - 5906 + 5682, + 5907 ], "loc": { "start": { @@ -15727,8 +15727,8 @@ }, "alternate": null, "range": [ - 5646, - 5906 + 5647, + 5907 ], "loc": { "start": { @@ -15754,8 +15754,8 @@ "object": { "type": "ThisExpression", "range": [ - 5916, - 5920 + 5917, + 5921 ], "loc": { "start": { @@ -15772,8 +15772,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 5921, - 5928 + 5922, + 5929 ], "loc": { "start": { @@ -15787,8 +15787,8 @@ } }, "range": [ - 5916, - 5928 + 5917, + 5929 ], "loc": { "start": { @@ -15805,8 +15805,8 @@ "type": "Identifier", "name": "emit", "range": [ - 5929, - 5933 + 5930, + 5934 ], "loc": { "start": { @@ -15820,8 +15820,8 @@ } }, "range": [ - 5916, - 5933 + 5917, + 5934 ], "loc": { "start": { @@ -15840,8 +15840,8 @@ "value": "state-changed", "raw": "'state-changed'", "range": [ - 5934, - 5949 + 5935, + 5950 ], "loc": { "start": { @@ -15858,8 +15858,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5951, - 5953 + 5952, + 5954 ], "loc": { "start": { @@ -15876,8 +15876,8 @@ "type": "Identifier", "name": "state", "range": [ - 5955, - 5960 + 5956, + 5961 ], "loc": { "start": { @@ -15892,8 +15892,8 @@ } ], "range": [ - 5916, - 5961 + 5917, + 5962 ], "loc": { "start": { @@ -15907,8 +15907,8 @@ } }, "range": [ - 5916, - 5962 + 5917, + 5963 ], "loc": { "start": { @@ -15923,8 +15923,8 @@ } ], "range": [ - 3307, - 5968 + 3308, + 5969 ], "loc": { "start": { @@ -15940,8 +15940,8 @@ "generator": false, "expression": false, "range": [ - 3304, - 5968 + 3305, + 5969 ], "loc": { "start": { @@ -15957,8 +15957,8 @@ "kind": "method", "computed": false, "range": [ - 3298, - 5968 + 3299, + 5969 ], "loc": { "start": { @@ -15975,8 +15975,8 @@ "type": "Block", "value": "*\n * Update state object based on current features state\n ", "range": [ - 3223, - 3293 + 3224, + 3294 ], "loc": { "start": { @@ -15995,8 +15995,8 @@ "type": "Block", "value": "*\n * Refresh page number field on page number changes\n *\n * @param {Number} pageNb Current page number\n ", "range": [ - 5974, - 6098 + 5975, + 6099 ], "loc": { "start": { @@ -16018,8 +16018,8 @@ "type": "Identifier", "name": "updatePage", "range": [ - 6103, - 6113 + 6104, + 6114 ], "loc": { "start": { @@ -16040,8 +16040,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 6114, - 6120 + 6115, + 6121 ], "loc": { "start": { @@ -16069,8 +16069,8 @@ "object": { "type": "ThisExpression", "range": [ - 6132, - 6136 + 6133, + 6137 ], "loc": { "start": { @@ -16087,8 +16087,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 6137, - 6143 + 6138, + 6144 ], "loc": { "start": { @@ -16102,8 +16102,8 @@ } }, "range": [ - 6132, - 6143 + 6133, + 6144 ], "loc": { "start": { @@ -16120,8 +16120,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 6146, - 6152 + 6147, + 6153 ], "loc": { "start": { @@ -16135,8 +16135,8 @@ } }, "range": [ - 6132, - 6152 + 6133, + 6153 ], "loc": { "start": { @@ -16150,8 +16150,8 @@ } }, "range": [ - 6132, - 6153 + 6133, + 6154 ], "loc": { "start": { @@ -16174,8 +16174,8 @@ "object": { "type": "ThisExpression", "range": [ - 6162, - 6166 + 6163, + 6167 ], "loc": { "start": { @@ -16192,8 +16192,8 @@ "type": "Identifier", "name": "update", "range": [ - 6167, - 6173 + 6168, + 6174 ], "loc": { "start": { @@ -16207,8 +16207,8 @@ } }, "range": [ - 6162, - 6173 + 6163, + 6174 ], "loc": { "start": { @@ -16223,8 +16223,8 @@ }, "arguments": [], "range": [ - 6162, - 6175 + 6163, + 6176 ], "loc": { "start": { @@ -16238,8 +16238,8 @@ } }, "range": [ - 6162, - 6176 + 6163, + 6177 ], "loc": { "start": { @@ -16254,8 +16254,8 @@ } ], "range": [ - 6122, - 6182 + 6123, + 6183 ], "loc": { "start": { @@ -16271,8 +16271,8 @@ "generator": false, "expression": false, "range": [ - 6113, - 6182 + 6114, + 6183 ], "loc": { "start": { @@ -16288,8 +16288,8 @@ "kind": "method", "computed": false, "range": [ - 6103, - 6182 + 6104, + 6183 ], "loc": { "start": { @@ -16306,8 +16306,8 @@ "type": "Block", "value": "*\n * Refresh page number field on page number changes\n *\n * @param {Number} pageNb Current page number\n ", "range": [ - 5974, - 6098 + 5975, + 6099 ], "loc": { "start": { @@ -16326,8 +16326,8 @@ "type": "Block", "value": "*\n * Refresh page length field on page length changes\n *\n * @param {Number} pageLength Current page length value\n ", "range": [ - 6188, - 6322 + 6189, + 6323 ], "loc": { "start": { @@ -16349,8 +16349,8 @@ "type": "Identifier", "name": "updatePageLength", "range": [ - 6327, - 6343 + 6328, + 6344 ], "loc": { "start": { @@ -16371,8 +16371,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 6344, - 6354 + 6345, + 6355 ], "loc": { "start": { @@ -16400,8 +16400,8 @@ "object": { "type": "ThisExpression", "range": [ - 6366, - 6370 + 6367, + 6371 ], "loc": { "start": { @@ -16418,8 +16418,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 6371, - 6381 + 6372, + 6382 ], "loc": { "start": { @@ -16433,8 +16433,8 @@ } }, "range": [ - 6366, - 6381 + 6367, + 6382 ], "loc": { "start": { @@ -16451,8 +16451,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 6384, - 6394 + 6385, + 6395 ], "loc": { "start": { @@ -16466,8 +16466,8 @@ } }, "range": [ - 6366, - 6394 + 6367, + 6395 ], "loc": { "start": { @@ -16481,8 +16481,8 @@ } }, "range": [ - 6366, - 6395 + 6367, + 6396 ], "loc": { "start": { @@ -16505,8 +16505,8 @@ "object": { "type": "ThisExpression", "range": [ - 6404, - 6408 + 6405, + 6409 ], "loc": { "start": { @@ -16523,8 +16523,8 @@ "type": "Identifier", "name": "update", "range": [ - 6409, - 6415 + 6410, + 6416 ], "loc": { "start": { @@ -16538,8 +16538,8 @@ } }, "range": [ - 6404, - 6415 + 6405, + 6416 ], "loc": { "start": { @@ -16554,8 +16554,8 @@ }, "arguments": [], "range": [ - 6404, - 6417 + 6405, + 6418 ], "loc": { "start": { @@ -16569,8 +16569,8 @@ } }, "range": [ - 6404, - 6418 + 6405, + 6419 ], "loc": { "start": { @@ -16585,8 +16585,8 @@ } ], "range": [ - 6356, - 6424 + 6357, + 6425 ], "loc": { "start": { @@ -16602,8 +16602,8 @@ "generator": false, "expression": false, "range": [ - 6343, - 6424 + 6344, + 6425 ], "loc": { "start": { @@ -16619,8 +16619,8 @@ "kind": "method", "computed": false, "range": [ - 6327, - 6424 + 6328, + 6425 ], "loc": { "start": { @@ -16637,8 +16637,8 @@ "type": "Block", "value": "*\n * Refresh page length field on page length changes\n *\n * @param {Number} pageLength Current page length value\n ", "range": [ - 6188, - 6322 + 6189, + 6323 ], "loc": { "start": { @@ -16657,8 +16657,8 @@ "type": "Block", "value": "*\n * Refresh column sorting information on sort changes\n *\n * @param index {Number} Column index\n * @param {Boolean} descending Descending manner\n ", "range": [ - 6430, - 6601 + 6431, + 6602 ], "loc": { "start": { @@ -16680,8 +16680,8 @@ "type": "Identifier", "name": "updateSort", "range": [ - 6606, - 6616 + 6607, + 6617 ], "loc": { "start": { @@ -16702,8 +16702,8 @@ "type": "Identifier", "name": "index", "range": [ - 6617, - 6622 + 6618, + 6623 ], "loc": { "start": { @@ -16720,8 +16720,8 @@ "type": "Identifier", "name": "descending", "range": [ - 6624, - 6634 + 6625, + 6635 ], "loc": { "start": { @@ -16749,8 +16749,8 @@ "object": { "type": "ThisExpression", "range": [ - 6646, - 6650 + 6647, + 6651 ], "loc": { "start": { @@ -16767,8 +16767,8 @@ "type": "Identifier", "name": "sort", "range": [ - 6651, - 6655 + 6652, + 6656 ], "loc": { "start": { @@ -16782,8 +16782,8 @@ } }, "range": [ - 6646, - 6655 + 6647, + 6656 ], "loc": { "start": { @@ -16805,8 +16805,8 @@ "type": "Identifier", "name": "column", "range": [ - 6672, - 6678 + 6673, + 6679 ], "loc": { "start": { @@ -16823,8 +16823,8 @@ "type": "Identifier", "name": "index", "range": [ - 6680, - 6685 + 6681, + 6686 ], "loc": { "start": { @@ -16842,8 +16842,8 @@ "shorthand": false, "computed": false, "range": [ - 6672, - 6685 + 6673, + 6686 ], "loc": { "start": { @@ -16862,8 +16862,8 @@ "type": "Identifier", "name": "descending", "range": [ - 6699, - 6709 + 6700, + 6710 ], "loc": { "start": { @@ -16880,8 +16880,8 @@ "type": "Identifier", "name": "descending", "range": [ - 6711, - 6721 + 6712, + 6722 ], "loc": { "start": { @@ -16899,8 +16899,8 @@ "shorthand": false, "computed": false, "range": [ - 6699, - 6721 + 6700, + 6722 ], "loc": { "start": { @@ -16915,8 +16915,8 @@ } ], "range": [ - 6658, - 6731 + 6659, + 6732 ], "loc": { "start": { @@ -16930,8 +16930,8 @@ } }, "range": [ - 6646, - 6731 + 6647, + 6732 ], "loc": { "start": { @@ -16945,8 +16945,8 @@ } }, "range": [ - 6646, - 6732 + 6647, + 6733 ], "loc": { "start": { @@ -16969,8 +16969,8 @@ "object": { "type": "ThisExpression", "range": [ - 6741, - 6745 + 6742, + 6746 ], "loc": { "start": { @@ -16987,8 +16987,8 @@ "type": "Identifier", "name": "update", "range": [ - 6746, - 6752 + 6747, + 6753 ], "loc": { "start": { @@ -17002,8 +17002,8 @@ } }, "range": [ - 6741, - 6752 + 6742, + 6753 ], "loc": { "start": { @@ -17018,8 +17018,8 @@ }, "arguments": [], "range": [ - 6741, - 6754 + 6742, + 6755 ], "loc": { "start": { @@ -17033,8 +17033,8 @@ } }, "range": [ - 6741, - 6755 + 6742, + 6756 ], "loc": { "start": { @@ -17049,8 +17049,8 @@ } ], "range": [ - 6636, - 6761 + 6637, + 6762 ], "loc": { "start": { @@ -17066,8 +17066,8 @@ "generator": false, "expression": false, "range": [ - 6616, - 6761 + 6617, + 6762 ], "loc": { "start": { @@ -17083,8 +17083,8 @@ "kind": "method", "computed": false, "range": [ - 6606, - 6761 + 6607, + 6762 ], "loc": { "start": { @@ -17101,8 +17101,8 @@ "type": "Block", "value": "*\n * Refresh column sorting information on sort changes\n *\n * @param index {Number} Column index\n * @param {Boolean} descending Descending manner\n ", "range": [ - 6430, - 6601 + 6431, + 6602 ], "loc": { "start": { @@ -17121,8 +17121,8 @@ "type": "Block", "value": "*\n * Refresh hidden columns information on columns visibility changes\n *\n * @param {Array} hiddenCols Columns indexes\n ", "range": [ - 6767, - 6906 + 6768, + 6907 ], "loc": { "start": { @@ -17144,8 +17144,8 @@ "type": "Identifier", "name": "updateColsVisibility", "range": [ - 6911, - 6931 + 6912, + 6932 ], "loc": { "start": { @@ -17166,8 +17166,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 6932, - 6942 + 6933, + 6943 ], "loc": { "start": { @@ -17195,8 +17195,8 @@ "object": { "type": "ThisExpression", "range": [ - 6954, - 6958 + 6955, + 6959 ], "loc": { "start": { @@ -17213,8 +17213,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 6959, - 6969 + 6960, + 6970 ], "loc": { "start": { @@ -17228,8 +17228,8 @@ } }, "range": [ - 6954, - 6969 + 6955, + 6970 ], "loc": { "start": { @@ -17246,8 +17246,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 6972, - 6982 + 6973, + 6983 ], "loc": { "start": { @@ -17261,8 +17261,8 @@ } }, "range": [ - 6954, - 6982 + 6955, + 6983 ], "loc": { "start": { @@ -17276,8 +17276,8 @@ } }, "range": [ - 6954, - 6983 + 6955, + 6984 ], "loc": { "start": { @@ -17300,8 +17300,8 @@ "object": { "type": "ThisExpression", "range": [ - 6992, - 6996 + 6993, + 6997 ], "loc": { "start": { @@ -17318,8 +17318,8 @@ "type": "Identifier", "name": "update", "range": [ - 6997, - 7003 + 6998, + 7004 ], "loc": { "start": { @@ -17333,8 +17333,8 @@ } }, "range": [ - 6992, - 7003 + 6993, + 7004 ], "loc": { "start": { @@ -17349,8 +17349,8 @@ }, "arguments": [], "range": [ - 6992, - 7005 + 6993, + 7006 ], "loc": { "start": { @@ -17364,8 +17364,8 @@ } }, "range": [ - 6992, - 7006 + 6993, + 7007 ], "loc": { "start": { @@ -17380,8 +17380,8 @@ } ], "range": [ - 6944, - 7012 + 6945, + 7013 ], "loc": { "start": { @@ -17397,8 +17397,8 @@ "generator": false, "expression": false, "range": [ - 6931, - 7012 + 6932, + 7013 ], "loc": { "start": { @@ -17414,8 +17414,8 @@ "kind": "method", "computed": false, "range": [ - 6911, - 7012 + 6912, + 7013 ], "loc": { "start": { @@ -17432,8 +17432,8 @@ "type": "Block", "value": "*\n * Refresh hidden columns information on columns visibility changes\n *\n * @param {Array} hiddenCols Columns indexes\n ", "range": [ - 6767, - 6906 + 6768, + 6907 ], "loc": { "start": { @@ -17452,8 +17452,8 @@ "type": "Block", "value": "*\n * Refresh filters visibility on filters visibility change\n *\n * @param {Boolean} visible Visibility flad\n ", "range": [ - 7018, - 7147 + 7019, + 7148 ], "loc": { "start": { @@ -17475,8 +17475,8 @@ "type": "Identifier", "name": "updateFiltersVisibility", "range": [ - 7152, - 7175 + 7153, + 7176 ], "loc": { "start": { @@ -17497,8 +17497,8 @@ "type": "Identifier", "name": "visible", "range": [ - 7176, - 7183 + 7177, + 7184 ], "loc": { "start": { @@ -17526,8 +17526,8 @@ "object": { "type": "ThisExpression", "range": [ - 7195, - 7199 + 7196, + 7200 ], "loc": { "start": { @@ -17544,8 +17544,8 @@ "type": "Identifier", "name": "filtersVisibility", "range": [ - 7200, - 7217 + 7201, + 7218 ], "loc": { "start": { @@ -17559,8 +17559,8 @@ } }, "range": [ - 7195, - 7217 + 7196, + 7218 ], "loc": { "start": { @@ -17577,8 +17577,8 @@ "type": "Identifier", "name": "visible", "range": [ - 7220, - 7227 + 7221, + 7228 ], "loc": { "start": { @@ -17592,8 +17592,8 @@ } }, "range": [ - 7195, - 7227 + 7196, + 7228 ], "loc": { "start": { @@ -17607,8 +17607,8 @@ } }, "range": [ - 7195, - 7228 + 7196, + 7229 ], "loc": { "start": { @@ -17631,8 +17631,8 @@ "object": { "type": "ThisExpression", "range": [ - 7237, - 7241 + 7238, + 7242 ], "loc": { "start": { @@ -17649,8 +17649,8 @@ "type": "Identifier", "name": "update", "range": [ - 7242, - 7248 + 7243, + 7249 ], "loc": { "start": { @@ -17664,8 +17664,8 @@ } }, "range": [ - 7237, - 7248 + 7238, + 7249 ], "loc": { "start": { @@ -17680,8 +17680,8 @@ }, "arguments": [], "range": [ - 7237, - 7250 + 7238, + 7251 ], "loc": { "start": { @@ -17695,8 +17695,8 @@ } }, "range": [ - 7237, - 7251 + 7238, + 7252 ], "loc": { "start": { @@ -17711,8 +17711,8 @@ } ], "range": [ - 7185, - 7257 + 7186, + 7258 ], "loc": { "start": { @@ -17728,8 +17728,8 @@ "generator": false, "expression": false, "range": [ - 7175, - 7257 + 7176, + 7258 ], "loc": { "start": { @@ -17745,8 +17745,8 @@ "kind": "method", "computed": false, "range": [ - 7152, - 7257 + 7153, + 7258 ], "loc": { "start": { @@ -17763,8 +17763,8 @@ "type": "Block", "value": "*\n * Refresh filters visibility on filters visibility change\n *\n * @param {Boolean} visible Visibility flad\n ", "range": [ - 7018, - 7147 + 7019, + 7148 ], "loc": { "start": { @@ -17783,8 +17783,8 @@ "type": "Block", "value": "*\n * Override state field\n *\n * @param state State object\n ", "range": [ - 7263, - 7342 + 7264, + 7343 ], "loc": { "start": { @@ -17806,8 +17806,8 @@ "type": "Identifier", "name": "override", "range": [ - 7347, - 7355 + 7348, + 7356 ], "loc": { "start": { @@ -17828,8 +17828,8 @@ "type": "Identifier", "name": "state", "range": [ - 7356, - 7361 + 7357, + 7362 ], "loc": { "start": { @@ -17857,8 +17857,8 @@ "object": { "type": "ThisExpression", "range": [ - 7373, - 7377 + 7374, + 7378 ], "loc": { "start": { @@ -17875,8 +17875,8 @@ "type": "Identifier", "name": "state", "range": [ - 7378, - 7383 + 7379, + 7384 ], "loc": { "start": { @@ -17890,8 +17890,8 @@ } }, "range": [ - 7373, - 7383 + 7374, + 7384 ], "loc": { "start": { @@ -17908,8 +17908,8 @@ "type": "Identifier", "name": "state", "range": [ - 7386, - 7391 + 7387, + 7392 ], "loc": { "start": { @@ -17923,8 +17923,8 @@ } }, "range": [ - 7373, - 7391 + 7374, + 7392 ], "loc": { "start": { @@ -17938,8 +17938,8 @@ } }, "range": [ - 7373, - 7392 + 7374, + 7393 ], "loc": { "start": { @@ -17954,8 +17954,8 @@ } ], "range": [ - 7363, - 7398 + 7364, + 7399 ], "loc": { "start": { @@ -17971,8 +17971,8 @@ "generator": false, "expression": false, "range": [ - 7355, - 7398 + 7356, + 7399 ], "loc": { "start": { @@ -17988,8 +17988,8 @@ "kind": "method", "computed": false, "range": [ - 7347, - 7398 + 7348, + 7399 ], "loc": { "start": { @@ -18006,8 +18006,8 @@ "type": "Block", "value": "*\n * Override state field\n *\n * @param state State object\n ", "range": [ - 7263, - 7342 + 7264, + 7343 ], "loc": { "start": { @@ -18026,8 +18026,8 @@ "type": "Block", "value": "*\n * Sync stored features state\n ", "range": [ - 7404, - 7449 + 7405, + 7450 ], "loc": { "start": { @@ -18049,8 +18049,8 @@ "type": "Identifier", "name": "sync", "range": [ - 7454, - 7458 + 7455, + 7459 ], "loc": { "start": { @@ -18079,8 +18079,8 @@ "type": "Identifier", "name": "state", "range": [ - 7475, - 7480 + 7476, + 7481 ], "loc": { "start": { @@ -18099,8 +18099,8 @@ "object": { "type": "ThisExpression", "range": [ - 7483, - 7487 + 7484, + 7488 ], "loc": { "start": { @@ -18117,8 +18117,8 @@ "type": "Identifier", "name": "state", "range": [ - 7488, - 7493 + 7489, + 7494 ], "loc": { "start": { @@ -18132,8 +18132,8 @@ } }, "range": [ - 7483, - 7493 + 7484, + 7494 ], "loc": { "start": { @@ -18147,8 +18147,8 @@ } }, "range": [ - 7475, - 7493 + 7476, + 7494 ], "loc": { "start": { @@ -18164,8 +18164,8 @@ ], "kind": "let", "range": [ - 7471, - 7494 + 7472, + 7495 ], "loc": { "start": { @@ -18187,8 +18187,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7507, - 7509 + 7508, + 7510 ], "loc": { "start": { @@ -18207,8 +18207,8 @@ "object": { "type": "ThisExpression", "range": [ - 7512, - 7516 + 7513, + 7517 ], "loc": { "start": { @@ -18225,8 +18225,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7517, - 7519 + 7518, + 7520 ], "loc": { "start": { @@ -18240,8 +18240,8 @@ } }, "range": [ - 7512, - 7519 + 7513, + 7520 ], "loc": { "start": { @@ -18255,8 +18255,8 @@ } }, "range": [ - 7507, - 7519 + 7508, + 7520 ], "loc": { "start": { @@ -18272,8 +18272,8 @@ ], "kind": "let", "range": [ - 7503, - 7520 + 7504, + 7521 ], "loc": { "start": { @@ -18296,8 +18296,8 @@ "object": { "type": "ThisExpression", "range": [ - 7530, - 7534 + 7531, + 7535 ], "loc": { "start": { @@ -18314,8 +18314,8 @@ "type": "Identifier", "name": "_syncFilters", "range": [ - 7535, - 7547 + 7536, + 7548 ], "loc": { "start": { @@ -18329,8 +18329,8 @@ } }, "range": [ - 7530, - 7547 + 7531, + 7548 ], "loc": { "start": { @@ -18345,8 +18345,8 @@ }, "arguments": [], "range": [ - 7530, - 7549 + 7531, + 7550 ], "loc": { "start": { @@ -18360,8 +18360,8 @@ } }, "range": [ - 7530, - 7550 + 7531, + 7551 ], "loc": { "start": { @@ -18382,8 +18382,8 @@ "object": { "type": "ThisExpression", "range": [ - 7564, - 7568 + 7565, + 7569 ], "loc": { "start": { @@ -18400,8 +18400,8 @@ "type": "Identifier", "name": "persistPageNumber", "range": [ - 7569, - 7586 + 7570, + 7587 ], "loc": { "start": { @@ -18415,8 +18415,8 @@ } }, "range": [ - 7564, - 7586 + 7565, + 7587 ], "loc": { "start": { @@ -18441,8 +18441,8 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 7606, - 7616 + 7607, + 7617 ], "loc": { "start": { @@ -18462,8 +18462,8 @@ "type": "Identifier", "name": "state", "range": [ - 7619, - 7624 + 7620, + 7625 ], "loc": { "start": { @@ -18482,8 +18482,8 @@ "object": { "type": "ThisExpression", "range": [ - 7625, - 7629 + 7626, + 7630 ], "loc": { "start": { @@ -18500,8 +18500,8 @@ "type": "Identifier", "name": "pageNbKey", "range": [ - 7630, - 7639 + 7631, + 7640 ], "loc": { "start": { @@ -18515,8 +18515,8 @@ } }, "range": [ - 7625, - 7639 + 7626, + 7640 ], "loc": { "start": { @@ -18530,8 +18530,8 @@ } }, "range": [ - 7619, - 7640 + 7620, + 7641 ], "loc": { "start": { @@ -18545,8 +18545,8 @@ } }, "range": [ - 7606, - 7640 + 7607, + 7641 ], "loc": { "start": { @@ -18562,8 +18562,8 @@ ], "kind": "let", "range": [ - 7602, - 7641 + 7603, + 7642 ], "loc": { "start": { @@ -18589,8 +18589,8 @@ "object": { "type": "ThisExpression", "range": [ - 7654, - 7658 + 7655, + 7659 ], "loc": { "start": { @@ -18607,8 +18607,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 7659, - 7666 + 7660, + 7667 ], "loc": { "start": { @@ -18622,8 +18622,8 @@ } }, "range": [ - 7654, - 7666 + 7655, + 7667 ], "loc": { "start": { @@ -18640,8 +18640,8 @@ "type": "Identifier", "name": "emit", "range": [ - 7667, - 7671 + 7668, + 7672 ], "loc": { "start": { @@ -18655,8 +18655,8 @@ } }, "range": [ - 7654, - 7671 + 7655, + 7672 ], "loc": { "start": { @@ -18675,8 +18675,8 @@ "value": "change-page", "raw": "'change-page'", "range": [ - 7672, - 7685 + 7673, + 7686 ], "loc": { "start": { @@ -18693,8 +18693,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7687, - 7689 + 7688, + 7690 ], "loc": { "start": { @@ -18711,8 +18711,8 @@ "type": "Identifier", "name": "pageNumber", "range": [ - 7691, - 7701 + 7692, + 7702 ], "loc": { "start": { @@ -18727,8 +18727,8 @@ } ], "range": [ - 7654, - 7702 + 7655, + 7703 ], "loc": { "start": { @@ -18742,8 +18742,8 @@ } }, "range": [ - 7654, - 7703 + 7655, + 7704 ], "loc": { "start": { @@ -18758,8 +18758,8 @@ } ], "range": [ - 7588, - 7713 + 7589, + 7714 ], "loc": { "start": { @@ -18774,8 +18774,8 @@ }, "alternate": null, "range": [ - 7560, - 7713 + 7561, + 7714 ], "loc": { "start": { @@ -18796,8 +18796,8 @@ "object": { "type": "ThisExpression", "range": [ - 7727, - 7731 + 7728, + 7732 ], "loc": { "start": { @@ -18814,8 +18814,8 @@ "type": "Identifier", "name": "persistPageLength", "range": [ - 7732, - 7749 + 7733, + 7750 ], "loc": { "start": { @@ -18829,8 +18829,8 @@ } }, "range": [ - 7727, - 7749 + 7728, + 7750 ], "loc": { "start": { @@ -18855,8 +18855,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 7769, - 7779 + 7770, + 7780 ], "loc": { "start": { @@ -18876,8 +18876,8 @@ "type": "Identifier", "name": "state", "range": [ - 7782, - 7787 + 7783, + 7788 ], "loc": { "start": { @@ -18896,8 +18896,8 @@ "object": { "type": "ThisExpression", "range": [ - 7788, - 7792 + 7789, + 7793 ], "loc": { "start": { @@ -18914,8 +18914,8 @@ "type": "Identifier", "name": "pageLengthKey", "range": [ - 7793, - 7806 + 7794, + 7807 ], "loc": { "start": { @@ -18929,8 +18929,8 @@ } }, "range": [ - 7788, - 7806 + 7789, + 7807 ], "loc": { "start": { @@ -18944,8 +18944,8 @@ } }, "range": [ - 7782, - 7807 + 7783, + 7808 ], "loc": { "start": { @@ -18959,8 +18959,8 @@ } }, "range": [ - 7769, - 7807 + 7770, + 7808 ], "loc": { "start": { @@ -18976,8 +18976,8 @@ ], "kind": "let", "range": [ - 7765, - 7808 + 7766, + 7809 ], "loc": { "start": { @@ -19003,8 +19003,8 @@ "object": { "type": "ThisExpression", "range": [ - 7821, - 7825 + 7822, + 7826 ], "loc": { "start": { @@ -19021,8 +19021,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 7826, - 7833 + 7827, + 7834 ], "loc": { "start": { @@ -19036,8 +19036,8 @@ } }, "range": [ - 7821, - 7833 + 7822, + 7834 ], "loc": { "start": { @@ -19054,8 +19054,8 @@ "type": "Identifier", "name": "emit", "range": [ - 7834, - 7838 + 7835, + 7839 ], "loc": { "start": { @@ -19069,8 +19069,8 @@ } }, "range": [ - 7821, - 7838 + 7822, + 7839 ], "loc": { "start": { @@ -19089,8 +19089,8 @@ "value": "change-page-results", "raw": "'change-page-results'", "range": [ - 7839, - 7860 + 7840, + 7861 ], "loc": { "start": { @@ -19107,8 +19107,8 @@ "type": "Identifier", "name": "tf", "range": [ - 7862, - 7864 + 7863, + 7865 ], "loc": { "start": { @@ -19125,8 +19125,8 @@ "type": "Identifier", "name": "pageLength", "range": [ - 7866, - 7876 + 7867, + 7877 ], "loc": { "start": { @@ -19141,8 +19141,8 @@ } ], "range": [ - 7821, - 7877 + 7822, + 7878 ], "loc": { "start": { @@ -19156,8 +19156,8 @@ } }, "range": [ - 7821, - 7878 + 7822, + 7879 ], "loc": { "start": { @@ -19172,8 +19172,8 @@ } ], "range": [ - 7751, - 7888 + 7752, + 7889 ], "loc": { "start": { @@ -19188,8 +19188,8 @@ }, "alternate": null, "range": [ - 7723, - 7888 + 7724, + 7889 ], "loc": { "start": { @@ -19212,8 +19212,8 @@ "object": { "type": "ThisExpression", "range": [ - 7898, - 7902 + 7899, + 7903 ], "loc": { "start": { @@ -19230,8 +19230,8 @@ "type": "Identifier", "name": "_syncSort", "range": [ - 7903, - 7912 + 7904, + 7913 ], "loc": { "start": { @@ -19245,8 +19245,8 @@ } }, "range": [ - 7898, - 7912 + 7899, + 7913 ], "loc": { "start": { @@ -19261,8 +19261,8 @@ }, "arguments": [], "range": [ - 7898, - 7914 + 7899, + 7915 ], "loc": { "start": { @@ -19276,8 +19276,8 @@ } }, "range": [ - 7898, - 7915 + 7899, + 7916 ], "loc": { "start": { @@ -19300,8 +19300,8 @@ "object": { "type": "ThisExpression", "range": [ - 7924, - 7928 + 7925, + 7929 ], "loc": { "start": { @@ -19318,8 +19318,8 @@ "type": "Identifier", "name": "_syncColsVisibility", "range": [ - 7929, - 7948 + 7930, + 7949 ], "loc": { "start": { @@ -19333,8 +19333,8 @@ } }, "range": [ - 7924, - 7948 + 7925, + 7949 ], "loc": { "start": { @@ -19349,8 +19349,8 @@ }, "arguments": [], "range": [ - 7924, - 7950 + 7925, + 7951 ], "loc": { "start": { @@ -19364,8 +19364,8 @@ } }, "range": [ - 7924, - 7951 + 7925, + 7952 ], "loc": { "start": { @@ -19388,8 +19388,8 @@ "object": { "type": "ThisExpression", "range": [ - 7960, - 7964 + 7961, + 7965 ], "loc": { "start": { @@ -19406,8 +19406,8 @@ "type": "Identifier", "name": "_syncFiltersVisibility", "range": [ - 7965, - 7987 + 7966, + 7988 ], "loc": { "start": { @@ -19421,8 +19421,8 @@ } }, "range": [ - 7960, - 7987 + 7961, + 7988 ], "loc": { "start": { @@ -19437,8 +19437,8 @@ }, "arguments": [], "range": [ - 7960, - 7989 + 7961, + 7990 ], "loc": { "start": { @@ -19452,8 +19452,8 @@ } }, "range": [ - 7960, - 7990 + 7961, + 7991 ], "loc": { "start": { @@ -19468,8 +19468,8 @@ } ], "range": [ - 7461, - 7996 + 7462, + 7997 ], "loc": { "start": { @@ -19485,8 +19485,8 @@ "generator": false, "expression": false, "range": [ - 7458, - 7996 + 7459, + 7997 ], "loc": { "start": { @@ -19502,8 +19502,8 @@ "kind": "method", "computed": false, "range": [ - 7454, - 7996 + 7455, + 7997 ], "loc": { "start": { @@ -19520,8 +19520,8 @@ "type": "Block", "value": "*\n * Sync stored features state\n ", "range": [ - 7404, - 7449 + 7405, + 7450 ], "loc": { "start": { @@ -19540,8 +19540,8 @@ "type": "Block", "value": "*\n * Override current state with passed one and sync features\n *\n * @param {Object} state State object\n ", "range": [ - 8002, - 8126 + 8003, + 8127 ], "loc": { "start": { @@ -19563,8 +19563,8 @@ "type": "Identifier", "name": "overrideAndSync", "range": [ - 8131, - 8146 + 8132, + 8147 ], "loc": { "start": { @@ -19585,8 +19585,8 @@ "type": "Identifier", "name": "state", "range": [ - 8147, - 8152 + 8148, + 8153 ], "loc": { "start": { @@ -19613,8 +19613,8 @@ "object": { "type": "ThisExpression", "range": [ - 8263, - 8267 + 8264, + 8268 ], "loc": { "start": { @@ -19631,8 +19631,8 @@ "type": "Identifier", "name": "disable", "range": [ - 8268, - 8275 + 8269, + 8276 ], "loc": { "start": { @@ -19646,8 +19646,8 @@ } }, "range": [ - 8263, - 8275 + 8264, + 8276 ], "loc": { "start": { @@ -19662,8 +19662,8 @@ }, "arguments": [], "range": [ - 8263, - 8277 + 8264, + 8278 ], "loc": { "start": { @@ -19677,8 +19677,8 @@ } }, "range": [ - 8263, - 8278 + 8264, + 8279 ], "loc": { "start": { @@ -19695,8 +19695,8 @@ "type": "Line", "value": " To prevent state to react to features changes, state is temporarily", "range": [ - 8164, - 8234 + 8165, + 8235 ], "loc": { "start": { @@ -19713,8 +19713,8 @@ "type": "Line", "value": " disabled", "range": [ - 8243, - 8254 + 8244, + 8255 ], "loc": { "start": { @@ -19733,8 +19733,8 @@ "type": "Line", "value": " State is overriden with passed state object", "range": [ - 8287, - 8333 + 8288, + 8334 ], "loc": { "start": { @@ -19759,8 +19759,8 @@ "object": { "type": "ThisExpression", "range": [ - 8342, - 8346 + 8343, + 8347 ], "loc": { "start": { @@ -19777,8 +19777,8 @@ "type": "Identifier", "name": "override", "range": [ - 8347, - 8355 + 8348, + 8356 ], "loc": { "start": { @@ -19792,8 +19792,8 @@ } }, "range": [ - 8342, - 8355 + 8343, + 8356 ], "loc": { "start": { @@ -19811,8 +19811,8 @@ "type": "Identifier", "name": "state", "range": [ - 8356, - 8361 + 8357, + 8362 ], "loc": { "start": { @@ -19827,8 +19827,8 @@ } ], "range": [ - 8342, - 8362 + 8343, + 8363 ], "loc": { "start": { @@ -19842,8 +19842,8 @@ } }, "range": [ - 8342, - 8363 + 8343, + 8364 ], "loc": { "start": { @@ -19860,8 +19860,8 @@ "type": "Line", "value": " State is overriden with passed state object", "range": [ - 8287, - 8333 + 8288, + 8334 ], "loc": { "start": { @@ -19880,8 +19880,8 @@ "type": "Line", "value": " New hash state is applied to features", "range": [ - 8372, - 8412 + 8373, + 8413 ], "loc": { "start": { @@ -19906,8 +19906,8 @@ "object": { "type": "ThisExpression", "range": [ - 8421, - 8425 + 8422, + 8426 ], "loc": { "start": { @@ -19924,8 +19924,8 @@ "type": "Identifier", "name": "sync", "range": [ - 8426, - 8430 + 8427, + 8431 ], "loc": { "start": { @@ -19939,8 +19939,8 @@ } }, "range": [ - 8421, - 8430 + 8422, + 8431 ], "loc": { "start": { @@ -19955,8 +19955,8 @@ }, "arguments": [], "range": [ - 8421, - 8432 + 8422, + 8433 ], "loc": { "start": { @@ -19970,8 +19970,8 @@ } }, "range": [ - 8421, - 8433 + 8422, + 8434 ], "loc": { "start": { @@ -19988,8 +19988,8 @@ "type": "Line", "value": " New hash state is applied to features", "range": [ - 8372, - 8412 + 8373, + 8413 ], "loc": { "start": { @@ -20008,8 +20008,8 @@ "type": "Line", "value": " State is re-enabled", "range": [ - 8442, - 8464 + 8443, + 8465 ], "loc": { "start": { @@ -20034,8 +20034,8 @@ "object": { "type": "ThisExpression", "range": [ - 8473, - 8477 + 8474, + 8478 ], "loc": { "start": { @@ -20052,8 +20052,8 @@ "type": "Identifier", "name": "enable", "range": [ - 8478, - 8484 + 8479, + 8485 ], "loc": { "start": { @@ -20067,8 +20067,8 @@ } }, "range": [ - 8473, - 8484 + 8474, + 8485 ], "loc": { "start": { @@ -20083,8 +20083,8 @@ }, "arguments": [], "range": [ - 8473, - 8486 + 8474, + 8487 ], "loc": { "start": { @@ -20098,8 +20098,8 @@ } }, "range": [ - 8473, - 8487 + 8474, + 8488 ], "loc": { "start": { @@ -20116,8 +20116,8 @@ "type": "Line", "value": " State is re-enabled", "range": [ - 8442, - 8464 + 8443, + 8465 ], "loc": { "start": { @@ -20134,8 +20134,8 @@ } ], "range": [ - 8154, - 8493 + 8155, + 8494 ], "loc": { "start": { @@ -20151,8 +20151,8 @@ "generator": false, "expression": false, "range": [ - 8146, - 8493 + 8147, + 8494 ], "loc": { "start": { @@ -20168,8 +20168,8 @@ "kind": "method", "computed": false, "range": [ - 8131, - 8493 + 8132, + 8494 ], "loc": { "start": { @@ -20186,8 +20186,8 @@ "type": "Block", "value": "*\n * Override current state with passed one and sync features\n *\n * @param {Object} state State object\n ", "range": [ - 8002, - 8126 + 8003, + 8127 ], "loc": { "start": { @@ -20206,8 +20206,8 @@ "type": "Block", "value": "*\n * Sync filters with stored values and filter table\n *\n * @private\n ", "range": [ - 8499, - 8589 + 8500, + 8590 ], "loc": { "start": { @@ -20229,8 +20229,8 @@ "type": "Identifier", "name": "_syncFilters", "range": [ - 8594, - 8606 + 8595, + 8607 ], "loc": { "start": { @@ -20261,8 +20261,8 @@ "object": { "type": "ThisExpression", "range": [ - 8624, - 8628 + 8625, + 8629 ], "loc": { "start": { @@ -20279,8 +20279,8 @@ "type": "Identifier", "name": "persistFilters", "range": [ - 8629, - 8643 + 8630, + 8644 ], "loc": { "start": { @@ -20294,8 +20294,8 @@ } }, "range": [ - 8624, - 8643 + 8625, + 8644 ], "loc": { "start": { @@ -20310,8 +20310,8 @@ }, "prefix": true, "range": [ - 8623, - 8643 + 8624, + 8644 ], "loc": { "start": { @@ -20331,8 +20331,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 8659, - 8666 + 8660, + 8667 ], "loc": { "start": { @@ -20347,8 +20347,8 @@ } ], "range": [ - 8645, - 8676 + 8646, + 8677 ], "loc": { "start": { @@ -20363,8 +20363,8 @@ }, "alternate": null, "range": [ - 8619, - 8676 + 8620, + 8677 ], "loc": { "start": { @@ -20386,8 +20386,8 @@ "type": "Identifier", "name": "state", "range": [ - 8689, - 8694 + 8690, + 8695 ], "loc": { "start": { @@ -20406,8 +20406,8 @@ "object": { "type": "ThisExpression", "range": [ - 8697, - 8701 + 8698, + 8702 ], "loc": { "start": { @@ -20424,8 +20424,8 @@ "type": "Identifier", "name": "state", "range": [ - 8702, - 8707 + 8703, + 8708 ], "loc": { "start": { @@ -20439,8 +20439,8 @@ } }, "range": [ - 8697, - 8707 + 8698, + 8708 ], "loc": { "start": { @@ -20454,8 +20454,8 @@ } }, "range": [ - 8689, - 8707 + 8690, + 8708 ], "loc": { "start": { @@ -20471,8 +20471,8 @@ ], "kind": "let", "range": [ - 8685, - 8708 + 8686, + 8709 ], "loc": { "start": { @@ -20494,8 +20494,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8721, - 8723 + 8722, + 8724 ], "loc": { "start": { @@ -20514,8 +20514,8 @@ "object": { "type": "ThisExpression", "range": [ - 8726, - 8730 + 8727, + 8731 ], "loc": { "start": { @@ -20532,8 +20532,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8731, - 8733 + 8732, + 8734 ], "loc": { "start": { @@ -20547,8 +20547,8 @@ } }, "range": [ - 8726, - 8733 + 8727, + 8734 ], "loc": { "start": { @@ -20562,8 +20562,8 @@ } }, "range": [ - 8721, - 8733 + 8722, + 8734 ], "loc": { "start": { @@ -20579,8 +20579,8 @@ ], "kind": "let", "range": [ - 8717, - 8734 + 8718, + 8735 ], "loc": { "start": { @@ -20609,8 +20609,8 @@ "type": "Identifier", "name": "Object", "range": [ - 8744, - 8750 + 8745, + 8751 ], "loc": { "start": { @@ -20627,8 +20627,8 @@ "type": "Identifier", "name": "keys", "range": [ - 8751, - 8755 + 8752, + 8756 ], "loc": { "start": { @@ -20642,8 +20642,8 @@ } }, "range": [ - 8744, - 8755 + 8745, + 8756 ], "loc": { "start": { @@ -20661,8 +20661,8 @@ "type": "Identifier", "name": "state", "range": [ - 8756, - 8761 + 8757, + 8762 ], "loc": { "start": { @@ -20677,8 +20677,8 @@ } ], "range": [ - 8744, - 8762 + 8745, + 8763 ], "loc": { "start": { @@ -20695,8 +20695,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 8763, - 8770 + 8764, + 8771 ], "loc": { "start": { @@ -20710,8 +20710,8 @@ } }, "range": [ - 8744, - 8770 + 8745, + 8771 ], "loc": { "start": { @@ -20733,8 +20733,8 @@ "type": "Identifier", "name": "key", "range": [ - 8772, - 8775 + 8773, + 8776 ], "loc": { "start": { @@ -20765,8 +20765,8 @@ "type": "Identifier", "name": "key", "range": [ - 8798, - 8801 + 8799, + 8802 ], "loc": { "start": { @@ -20783,8 +20783,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 8802, - 8809 + 8803, + 8810 ], "loc": { "start": { @@ -20798,8 +20798,8 @@ } }, "range": [ - 8798, - 8809 + 8799, + 8810 ], "loc": { "start": { @@ -20819,8 +20819,8 @@ "object": { "type": "ThisExpression", "range": [ - 8810, - 8814 + 8811, + 8815 ], "loc": { "start": { @@ -20837,8 +20837,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 8815, - 8822 + 8816, + 8823 ], "loc": { "start": { @@ -20852,8 +20852,8 @@ } }, "range": [ - 8810, - 8822 + 8811, + 8823 ], "loc": { "start": { @@ -20868,8 +20868,8 @@ } ], "range": [ - 8798, - 8823 + 8799, + 8824 ], "loc": { "start": { @@ -20890,8 +20890,8 @@ "value": 1, "raw": "1", "range": [ - 8829, - 8830 + 8830, + 8831 ], "loc": { "start": { @@ -20906,8 +20906,8 @@ }, "prefix": true, "range": [ - 8828, - 8830 + 8829, + 8831 ], "loc": { "start": { @@ -20921,8 +20921,8 @@ } }, "range": [ - 8798, - 8830 + 8799, + 8831 ], "loc": { "start": { @@ -20947,8 +20947,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 8854, - 8860 + 8855, + 8861 ], "loc": { "start": { @@ -20967,8 +20967,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 8863, - 8871 + 8864, + 8872 ], "loc": { "start": { @@ -20991,8 +20991,8 @@ "type": "Identifier", "name": "key", "range": [ - 8872, - 8875 + 8873, + 8876 ], "loc": { "start": { @@ -21009,8 +21009,8 @@ "type": "Identifier", "name": "replace", "range": [ - 8876, - 8883 + 8877, + 8884 ], "loc": { "start": { @@ -21024,8 +21024,8 @@ } }, "range": [ - 8872, - 8883 + 8873, + 8884 ], "loc": { "start": { @@ -21045,8 +21045,8 @@ "object": { "type": "ThisExpression", "range": [ - 8884, - 8888 + 8885, + 8889 ], "loc": { "start": { @@ -21063,8 +21063,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 8889, - 8896 + 8890, + 8897 ], "loc": { "start": { @@ -21078,8 +21078,8 @@ } }, "range": [ - 8884, - 8896 + 8885, + 8897 ], "loc": { "start": { @@ -21097,8 +21097,8 @@ "value": "", "raw": "''", "range": [ - 8898, - 8900 + 8899, + 8901 ], "loc": { "start": { @@ -21113,8 +21113,8 @@ } ], "range": [ - 8872, - 8901 + 8873, + 8902 ], "loc": { "start": { @@ -21132,8 +21132,8 @@ "value": 10, "raw": "10", "range": [ - 8903, - 8905 + 8904, + 8906 ], "loc": { "start": { @@ -21148,8 +21148,8 @@ } ], "range": [ - 8863, - 8906 + 8864, + 8907 ], "loc": { "start": { @@ -21163,8 +21163,8 @@ } }, "range": [ - 8854, - 8906 + 8855, + 8907 ], "loc": { "start": { @@ -21180,8 +21180,8 @@ ], "kind": "let", "range": [ - 8850, - 8907 + 8851, + 8908 ], "loc": { "start": { @@ -21203,8 +21203,8 @@ "type": "Identifier", "name": "val", "range": [ - 8928, - 8931 + 8929, + 8932 ], "loc": { "start": { @@ -21227,8 +21227,8 @@ "type": "Identifier", "name": "state", "range": [ - 8934, - 8939 + 8935, + 8940 ], "loc": { "start": { @@ -21245,8 +21245,8 @@ "type": "Identifier", "name": "key", "range": [ - 8940, - 8943 + 8941, + 8944 ], "loc": { "start": { @@ -21260,8 +21260,8 @@ } }, "range": [ - 8934, - 8944 + 8935, + 8945 ], "loc": { "start": { @@ -21278,8 +21278,8 @@ "type": "Identifier", "name": "flt", "range": [ - 8945, - 8948 + 8946, + 8949 ], "loc": { "start": { @@ -21293,8 +21293,8 @@ } }, "range": [ - 8934, - 8948 + 8935, + 8949 ], "loc": { "start": { @@ -21308,8 +21308,8 @@ } }, "range": [ - 8928, - 8948 + 8929, + 8949 ], "loc": { "start": { @@ -21325,8 +21325,8 @@ ], "kind": "let", "range": [ - 8924, - 8949 + 8925, + 8950 ], "loc": { "start": { @@ -21350,8 +21350,8 @@ "type": "Identifier", "name": "tf", "range": [ - 8966, - 8968 + 8967, + 8969 ], "loc": { "start": { @@ -21368,8 +21368,8 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 8969, - 8983 + 8970, + 8984 ], "loc": { "start": { @@ -21383,8 +21383,8 @@ } }, "range": [ - 8966, - 8983 + 8967, + 8984 ], "loc": { "start": { @@ -21402,8 +21402,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 8984, - 8990 + 8985, + 8991 ], "loc": { "start": { @@ -21420,8 +21420,8 @@ "type": "Identifier", "name": "val", "range": [ - 8992, - 8995 + 8993, + 8996 ], "loc": { "start": { @@ -21436,8 +21436,8 @@ } ], "range": [ - 8966, - 8996 + 8967, + 8997 ], "loc": { "start": { @@ -21451,8 +21451,8 @@ } }, "range": [ - 8966, - 8997 + 8967, + 8998 ], "loc": { "start": { @@ -21467,8 +21467,8 @@ } ], "range": [ - 8832, - 9011 + 8833, + 9012 ], "loc": { "start": { @@ -21483,8 +21483,8 @@ }, "alternate": null, "range": [ - 8794, - 9011 + 8795, + 9012 ], "loc": { "start": { @@ -21499,8 +21499,8 @@ } ], "range": [ - 8780, - 9021 + 8781, + 9022 ], "loc": { "start": { @@ -21516,8 +21516,8 @@ "generator": false, "expression": false, "range": [ - 8771, - 9021 + 8772, + 9022 ], "loc": { "start": { @@ -21532,8 +21532,8 @@ } ], "range": [ - 8744, - 9022 + 8745, + 9023 ], "loc": { "start": { @@ -21547,8 +21547,8 @@ } }, "range": [ - 8744, - 9023 + 8745, + 9024 ], "loc": { "start": { @@ -21572,8 +21572,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9033, - 9035 + 9034, + 9036 ], "loc": { "start": { @@ -21590,8 +21590,8 @@ "type": "Identifier", "name": "filter", "range": [ - 9036, - 9042 + 9037, + 9043 ], "loc": { "start": { @@ -21605,8 +21605,8 @@ } }, "range": [ - 9033, - 9042 + 9034, + 9043 ], "loc": { "start": { @@ -21621,8 +21621,8 @@ }, "arguments": [], "range": [ - 9033, - 9044 + 9034, + 9045 ], "loc": { "start": { @@ -21636,8 +21636,8 @@ } }, "range": [ - 9033, - 9045 + 9034, + 9046 ], "loc": { "start": { @@ -21652,8 +21652,8 @@ } ], "range": [ - 8609, - 9051 + 8610, + 9052 ], "loc": { "start": { @@ -21669,8 +21669,8 @@ "generator": false, "expression": false, "range": [ - 8606, - 9051 + 8607, + 9052 ], "loc": { "start": { @@ -21686,8 +21686,8 @@ "kind": "method", "computed": false, "range": [ - 8594, - 9051 + 8595, + 9052 ], "loc": { "start": { @@ -21704,8 +21704,8 @@ "type": "Block", "value": "*\n * Sync filters with stored values and filter table\n *\n * @private\n ", "range": [ - 8499, - 8589 + 8500, + 8590 ], "loc": { "start": { @@ -21724,8 +21724,8 @@ "type": "Block", "value": "*\n * Sync sorted column with stored sorting information and sort table\n *\n * @private\n ", "range": [ - 9057, - 9164 + 9058, + 9165 ], "loc": { "start": { @@ -21747,8 +21747,8 @@ "type": "Identifier", "name": "_syncSort", "range": [ - 9169, - 9178 + 9170, + 9179 ], "loc": { "start": { @@ -21779,8 +21779,8 @@ "object": { "type": "ThisExpression", "range": [ - 9196, - 9200 + 9197, + 9201 ], "loc": { "start": { @@ -21797,8 +21797,8 @@ "type": "Identifier", "name": "persistSort", "range": [ - 9201, - 9212 + 9202, + 9213 ], "loc": { "start": { @@ -21812,8 +21812,8 @@ } }, "range": [ - 9196, - 9212 + 9197, + 9213 ], "loc": { "start": { @@ -21828,8 +21828,8 @@ }, "prefix": true, "range": [ - 9195, - 9212 + 9196, + 9213 ], "loc": { "start": { @@ -21849,8 +21849,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 9228, - 9235 + 9229, + 9236 ], "loc": { "start": { @@ -21865,8 +21865,8 @@ } ], "range": [ - 9214, - 9245 + 9215, + 9246 ], "loc": { "start": { @@ -21881,8 +21881,8 @@ }, "alternate": null, "range": [ - 9191, - 9245 + 9192, + 9246 ], "loc": { "start": { @@ -21904,8 +21904,8 @@ "type": "Identifier", "name": "state", "range": [ - 9258, - 9263 + 9259, + 9264 ], "loc": { "start": { @@ -21924,8 +21924,8 @@ "object": { "type": "ThisExpression", "range": [ - 9266, - 9270 + 9267, + 9271 ], "loc": { "start": { @@ -21942,8 +21942,8 @@ "type": "Identifier", "name": "state", "range": [ - 9271, - 9276 + 9272, + 9277 ], "loc": { "start": { @@ -21957,8 +21957,8 @@ } }, "range": [ - 9266, - 9276 + 9267, + 9277 ], "loc": { "start": { @@ -21972,8 +21972,8 @@ } }, "range": [ - 9258, - 9276 + 9259, + 9277 ], "loc": { "start": { @@ -21989,8 +21989,8 @@ ], "kind": "let", "range": [ - 9254, - 9277 + 9255, + 9278 ], "loc": { "start": { @@ -22012,8 +22012,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9290, - 9292 + 9291, + 9293 ], "loc": { "start": { @@ -22032,8 +22032,8 @@ "object": { "type": "ThisExpression", "range": [ - 9295, - 9299 + 9296, + 9300 ], "loc": { "start": { @@ -22050,8 +22050,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9300, - 9302 + 9301, + 9303 ], "loc": { "start": { @@ -22065,8 +22065,8 @@ } }, "range": [ - 9295, - 9302 + 9296, + 9303 ], "loc": { "start": { @@ -22080,8 +22080,8 @@ } }, "range": [ - 9290, - 9302 + 9291, + 9303 ], "loc": { "start": { @@ -22097,8 +22097,8 @@ ], "kind": "let", "range": [ - 9286, - 9303 + 9287, + 9304 ], "loc": { "start": { @@ -22127,8 +22127,8 @@ "type": "Identifier", "name": "Object", "range": [ - 9313, - 9319 + 9314, + 9320 ], "loc": { "start": { @@ -22145,8 +22145,8 @@ "type": "Identifier", "name": "keys", "range": [ - 9320, - 9324 + 9321, + 9325 ], "loc": { "start": { @@ -22160,8 +22160,8 @@ } }, "range": [ - 9313, - 9324 + 9314, + 9325 ], "loc": { "start": { @@ -22179,8 +22179,8 @@ "type": "Identifier", "name": "state", "range": [ - 9325, - 9330 + 9326, + 9331 ], "loc": { "start": { @@ -22195,8 +22195,8 @@ } ], "range": [ - 9313, - 9331 + 9314, + 9332 ], "loc": { "start": { @@ -22213,8 +22213,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 9332, - 9339 + 9333, + 9340 ], "loc": { "start": { @@ -22228,8 +22228,8 @@ } }, "range": [ - 9313, - 9339 + 9314, + 9340 ], "loc": { "start": { @@ -22251,8 +22251,8 @@ "type": "Identifier", "name": "key", "range": [ - 9341, - 9344 + 9342, + 9345 ], "loc": { "start": { @@ -22283,8 +22283,8 @@ "type": "Identifier", "name": "key", "range": [ - 9367, - 9370 + 9368, + 9371 ], "loc": { "start": { @@ -22301,8 +22301,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 9371, - 9378 + 9372, + 9379 ], "loc": { "start": { @@ -22316,8 +22316,8 @@ } }, "range": [ - 9367, - 9378 + 9368, + 9379 ], "loc": { "start": { @@ -22337,8 +22337,8 @@ "object": { "type": "ThisExpression", "range": [ - 9379, - 9383 + 9380, + 9384 ], "loc": { "start": { @@ -22355,8 +22355,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 9384, - 9391 + 9385, + 9392 ], "loc": { "start": { @@ -22370,8 +22370,8 @@ } }, "range": [ - 9379, - 9391 + 9380, + 9392 ], "loc": { "start": { @@ -22386,8 +22386,8 @@ } ], "range": [ - 9367, - 9392 + 9368, + 9393 ], "loc": { "start": { @@ -22408,8 +22408,8 @@ "value": 1, "raw": "1", "range": [ - 9398, - 9399 + 9399, + 9400 ], "loc": { "start": { @@ -22424,8 +22424,8 @@ }, "prefix": true, "range": [ - 9397, - 9399 + 9398, + 9400 ], "loc": { "start": { @@ -22439,8 +22439,8 @@ } }, "range": [ - 9367, - 9399 + 9368, + 9400 ], "loc": { "start": { @@ -22465,8 +22465,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 9423, - 9429 + 9424, + 9430 ], "loc": { "start": { @@ -22485,8 +22485,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 9432, - 9440 + 9433, + 9441 ], "loc": { "start": { @@ -22509,8 +22509,8 @@ "type": "Identifier", "name": "key", "range": [ - 9441, - 9444 + 9442, + 9445 ], "loc": { "start": { @@ -22527,8 +22527,8 @@ "type": "Identifier", "name": "replace", "range": [ - 9445, - 9452 + 9446, + 9453 ], "loc": { "start": { @@ -22542,8 +22542,8 @@ } }, "range": [ - 9441, - 9452 + 9442, + 9453 ], "loc": { "start": { @@ -22563,8 +22563,8 @@ "object": { "type": "ThisExpression", "range": [ - 9453, - 9457 + 9454, + 9458 ], "loc": { "start": { @@ -22581,8 +22581,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 9458, - 9465 + 9459, + 9466 ], "loc": { "start": { @@ -22596,8 +22596,8 @@ } }, "range": [ - 9453, - 9465 + 9454, + 9466 ], "loc": { "start": { @@ -22615,8 +22615,8 @@ "value": "", "raw": "''", "range": [ - 9467, - 9469 + 9468, + 9470 ], "loc": { "start": { @@ -22631,8 +22631,8 @@ } ], "range": [ - 9441, - 9470 + 9442, + 9471 ], "loc": { "start": { @@ -22650,8 +22650,8 @@ "value": 10, "raw": "10", "range": [ - 9472, - 9474 + 9473, + 9475 ], "loc": { "start": { @@ -22666,8 +22666,8 @@ } ], "range": [ - 9432, - 9475 + 9433, + 9476 ], "loc": { "start": { @@ -22681,8 +22681,8 @@ } }, "range": [ - 9423, - 9475 + 9424, + 9476 ], "loc": { "start": { @@ -22698,8 +22698,8 @@ ], "kind": "let", "range": [ - 9419, - 9476 + 9420, + 9477 ], "loc": { "start": { @@ -22726,8 +22726,8 @@ "type": "Identifier", "name": "Types", "range": [ - 9498, - 9503 + 9499, + 9504 ], "loc": { "start": { @@ -22744,8 +22744,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 9504, - 9511 + 9505, + 9512 ], "loc": { "start": { @@ -22759,8 +22759,8 @@ } }, "range": [ - 9498, - 9511 + 9499, + 9512 ], "loc": { "start": { @@ -22784,8 +22784,8 @@ "type": "Identifier", "name": "state", "range": [ - 9512, - 9517 + 9513, + 9518 ], "loc": { "start": { @@ -22802,8 +22802,8 @@ "type": "Identifier", "name": "key", "range": [ - 9518, - 9521 + 9519, + 9522 ], "loc": { "start": { @@ -22817,8 +22817,8 @@ } }, "range": [ - 9512, - 9522 + 9513, + 9523 ], "loc": { "start": { @@ -22835,8 +22835,8 @@ "type": "Identifier", "name": "sort", "range": [ - 9523, - 9527 + 9524, + 9528 ], "loc": { "start": { @@ -22850,8 +22850,8 @@ } }, "range": [ - 9512, - 9527 + 9513, + 9528 ], "loc": { "start": { @@ -22866,8 +22866,8 @@ } ], "range": [ - 9498, - 9528 + 9499, + 9529 ], "loc": { "start": { @@ -22882,8 +22882,8 @@ }, "prefix": true, "range": [ - 9497, - 9528 + 9498, + 9529 ], "loc": { "start": { @@ -22908,8 +22908,8 @@ "type": "Identifier", "name": "sort", "range": [ - 9556, - 9560 + 9557, + 9561 ], "loc": { "start": { @@ -22932,8 +22932,8 @@ "type": "Identifier", "name": "state", "range": [ - 9563, - 9568 + 9564, + 9569 ], "loc": { "start": { @@ -22950,8 +22950,8 @@ "type": "Identifier", "name": "key", "range": [ - 9569, - 9572 + 9570, + 9573 ], "loc": { "start": { @@ -22965,8 +22965,8 @@ } }, "range": [ - 9563, - 9573 + 9564, + 9574 ], "loc": { "start": { @@ -22983,8 +22983,8 @@ "type": "Identifier", "name": "sort", "range": [ - 9574, - 9578 + 9575, + 9579 ], "loc": { "start": { @@ -22998,8 +22998,8 @@ } }, "range": [ - 9563, - 9578 + 9564, + 9579 ], "loc": { "start": { @@ -23013,8 +23013,8 @@ } }, "range": [ - 9556, - 9578 + 9557, + 9579 ], "loc": { "start": { @@ -23030,8 +23030,8 @@ ], "kind": "let", "range": [ - 9552, - 9579 + 9553, + 9580 ], "loc": { "start": { @@ -23057,8 +23057,8 @@ "object": { "type": "ThisExpression", "range": [ - 9600, - 9604 + 9601, + 9605 ], "loc": { "start": { @@ -23075,8 +23075,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 9605, - 9612 + 9606, + 9613 ], "loc": { "start": { @@ -23090,8 +23090,8 @@ } }, "range": [ - 9600, - 9612 + 9601, + 9613 ], "loc": { "start": { @@ -23108,8 +23108,8 @@ "type": "Identifier", "name": "emit", "range": [ - 9613, - 9617 + 9614, + 9618 ], "loc": { "start": { @@ -23123,8 +23123,8 @@ } }, "range": [ - 9600, - 9617 + 9601, + 9618 ], "loc": { "start": { @@ -23143,8 +23143,8 @@ "value": "sort", "raw": "'sort'", "range": [ - 9618, - 9624 + 9619, + 9625 ], "loc": { "start": { @@ -23161,8 +23161,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9626, - 9628 + 9627, + 9629 ], "loc": { "start": { @@ -23179,8 +23179,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 9630, - 9636 + 9631, + 9637 ], "loc": { "start": { @@ -23200,8 +23200,8 @@ "type": "Identifier", "name": "sort", "range": [ - 9638, - 9642 + 9639, + 9643 ], "loc": { "start": { @@ -23218,8 +23218,8 @@ "type": "Identifier", "name": "descending", "range": [ - 9643, - 9653 + 9644, + 9654 ], "loc": { "start": { @@ -23233,8 +23233,8 @@ } }, "range": [ - 9638, - 9653 + 9639, + 9654 ], "loc": { "start": { @@ -23249,8 +23249,8 @@ } ], "range": [ - 9600, - 9654 + 9601, + 9655 ], "loc": { "start": { @@ -23264,8 +23264,8 @@ } }, "range": [ - 9600, - 9655 + 9601, + 9656 ], "loc": { "start": { @@ -23280,8 +23280,8 @@ } ], "range": [ - 9530, - 9673 + 9531, + 9674 ], "loc": { "start": { @@ -23296,8 +23296,8 @@ }, "alternate": null, "range": [ - 9493, - 9673 + 9494, + 9674 ], "loc": { "start": { @@ -23312,8 +23312,8 @@ } ], "range": [ - 9401, - 9687 + 9402, + 9688 ], "loc": { "start": { @@ -23328,8 +23328,8 @@ }, "alternate": null, "range": [ - 9363, - 9687 + 9364, + 9688 ], "loc": { "start": { @@ -23344,8 +23344,8 @@ } ], "range": [ - 9349, - 9697 + 9350, + 9698 ], "loc": { "start": { @@ -23361,8 +23361,8 @@ "generator": false, "expression": false, "range": [ - 9340, - 9697 + 9341, + 9698 ], "loc": { "start": { @@ -23377,8 +23377,8 @@ } ], "range": [ - 9313, - 9698 + 9314, + 9699 ], "loc": { "start": { @@ -23392,8 +23392,8 @@ } }, "range": [ - 9313, - 9699 + 9314, + 9700 ], "loc": { "start": { @@ -23408,8 +23408,8 @@ } ], "range": [ - 9181, - 9705 + 9182, + 9706 ], "loc": { "start": { @@ -23425,8 +23425,8 @@ "generator": false, "expression": false, "range": [ - 9178, - 9705 + 9179, + 9706 ], "loc": { "start": { @@ -23442,8 +23442,8 @@ "kind": "method", "computed": false, "range": [ - 9169, - 9705 + 9170, + 9706 ], "loc": { "start": { @@ -23460,8 +23460,8 @@ "type": "Block", "value": "*\n * Sync sorted column with stored sorting information and sort table\n *\n * @private\n ", "range": [ - 9057, - 9164 + 9058, + 9165 ], "loc": { "start": { @@ -23480,8 +23480,8 @@ "type": "Block", "value": "*\n * Sync hidden columns with stored information\n *\n * @private\n ", "range": [ - 9711, - 9796 + 9712, + 9797 ], "loc": { "start": { @@ -23503,8 +23503,8 @@ "type": "Identifier", "name": "_syncColsVisibility", "range": [ - 9801, - 9820 + 9802, + 9821 ], "loc": { "start": { @@ -23535,8 +23535,8 @@ "object": { "type": "ThisExpression", "range": [ - 9838, - 9842 + 9839, + 9843 ], "loc": { "start": { @@ -23553,8 +23553,8 @@ "type": "Identifier", "name": "persistColsVisibility", "range": [ - 9843, - 9864 + 9844, + 9865 ], "loc": { "start": { @@ -23568,8 +23568,8 @@ } }, "range": [ - 9838, - 9864 + 9839, + 9865 ], "loc": { "start": { @@ -23584,8 +23584,8 @@ }, "prefix": true, "range": [ - 9837, - 9864 + 9838, + 9865 ], "loc": { "start": { @@ -23605,8 +23605,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 9880, - 9887 + 9881, + 9888 ], "loc": { "start": { @@ -23621,8 +23621,8 @@ } ], "range": [ - 9866, - 9897 + 9867, + 9898 ], "loc": { "start": { @@ -23637,8 +23637,8 @@ }, "alternate": null, "range": [ - 9833, - 9897 + 9834, + 9898 ], "loc": { "start": { @@ -23660,8 +23660,8 @@ "type": "Identifier", "name": "state", "range": [ - 9910, - 9915 + 9911, + 9916 ], "loc": { "start": { @@ -23680,8 +23680,8 @@ "object": { "type": "ThisExpression", "range": [ - 9918, - 9922 + 9919, + 9923 ], "loc": { "start": { @@ -23698,8 +23698,8 @@ "type": "Identifier", "name": "state", "range": [ - 9923, - 9928 + 9924, + 9929 ], "loc": { "start": { @@ -23713,8 +23713,8 @@ } }, "range": [ - 9918, - 9928 + 9919, + 9929 ], "loc": { "start": { @@ -23728,8 +23728,8 @@ } }, "range": [ - 9910, - 9928 + 9911, + 9929 ], "loc": { "start": { @@ -23745,8 +23745,8 @@ ], "kind": "let", "range": [ - 9906, - 9929 + 9907, + 9930 ], "loc": { "start": { @@ -23768,8 +23768,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9942, - 9944 + 9943, + 9945 ], "loc": { "start": { @@ -23788,8 +23788,8 @@ "object": { "type": "ThisExpression", "range": [ - 9947, - 9951 + 9948, + 9952 ], "loc": { "start": { @@ -23806,8 +23806,8 @@ "type": "Identifier", "name": "tf", "range": [ - 9952, - 9954 + 9953, + 9955 ], "loc": { "start": { @@ -23821,8 +23821,8 @@ } }, "range": [ - 9947, - 9954 + 9948, + 9955 ], "loc": { "start": { @@ -23836,8 +23836,8 @@ } }, "range": [ - 9942, - 9954 + 9943, + 9955 ], "loc": { "start": { @@ -23853,8 +23853,8 @@ ], "kind": "let", "range": [ - 9938, - 9955 + 9939, + 9956 ], "loc": { "start": { @@ -23876,8 +23876,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 9968, - 9978 + 9969, + 9979 ], "loc": { "start": { @@ -23894,8 +23894,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 9981, - 9983 + 9982, + 9984 ], "loc": { "start": { @@ -23909,8 +23909,8 @@ } }, "range": [ - 9968, - 9983 + 9969, + 9984 ], "loc": { "start": { @@ -23926,8 +23926,8 @@ ], "kind": "let", "range": [ - 9964, - 9984 + 9965, + 9985 ], "loc": { "start": { @@ -23956,8 +23956,8 @@ "type": "Identifier", "name": "Object", "range": [ - 9994, - 10000 + 9995, + 10001 ], "loc": { "start": { @@ -23974,8 +23974,8 @@ "type": "Identifier", "name": "keys", "range": [ - 10001, - 10005 + 10002, + 10006 ], "loc": { "start": { @@ -23989,8 +23989,8 @@ } }, "range": [ - 9994, - 10005 + 9995, + 10006 ], "loc": { "start": { @@ -24008,8 +24008,8 @@ "type": "Identifier", "name": "state", "range": [ - 10006, - 10011 + 10007, + 10012 ], "loc": { "start": { @@ -24024,8 +24024,8 @@ } ], "range": [ - 9994, - 10012 + 9995, + 10013 ], "loc": { "start": { @@ -24042,8 +24042,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 10013, - 10020 + 10014, + 10021 ], "loc": { "start": { @@ -24057,8 +24057,8 @@ } }, "range": [ - 9994, - 10020 + 9995, + 10021 ], "loc": { "start": { @@ -24080,8 +24080,8 @@ "type": "Identifier", "name": "key", "range": [ - 10022, - 10025 + 10023, + 10026 ], "loc": { "start": { @@ -24112,8 +24112,8 @@ "type": "Identifier", "name": "key", "range": [ - 10048, - 10051 + 10049, + 10052 ], "loc": { "start": { @@ -24130,8 +24130,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 10052, - 10059 + 10053, + 10060 ], "loc": { "start": { @@ -24145,8 +24145,8 @@ } }, "range": [ - 10048, - 10059 + 10049, + 10060 ], "loc": { "start": { @@ -24166,8 +24166,8 @@ "object": { "type": "ThisExpression", "range": [ - 10060, - 10064 + 10061, + 10065 ], "loc": { "start": { @@ -24184,8 +24184,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 10065, - 10072 + 10066, + 10073 ], "loc": { "start": { @@ -24199,8 +24199,8 @@ } }, "range": [ - 10060, - 10072 + 10061, + 10073 ], "loc": { "start": { @@ -24215,8 +24215,8 @@ } ], "range": [ - 10048, - 10073 + 10049, + 10074 ], "loc": { "start": { @@ -24237,8 +24237,8 @@ "value": 1, "raw": "1", "range": [ - 10079, - 10080 + 10080, + 10081 ], "loc": { "start": { @@ -24253,8 +24253,8 @@ }, "prefix": true, "range": [ - 10078, - 10080 + 10079, + 10081 ], "loc": { "start": { @@ -24268,8 +24268,8 @@ } }, "range": [ - 10048, - 10080 + 10049, + 10081 ], "loc": { "start": { @@ -24294,8 +24294,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 10104, - 10110 + 10105, + 10111 ], "loc": { "start": { @@ -24314,8 +24314,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 10113, - 10121 + 10114, + 10122 ], "loc": { "start": { @@ -24338,8 +24338,8 @@ "type": "Identifier", "name": "key", "range": [ - 10122, - 10125 + 10123, + 10126 ], "loc": { "start": { @@ -24356,8 +24356,8 @@ "type": "Identifier", "name": "replace", "range": [ - 10126, - 10133 + 10127, + 10134 ], "loc": { "start": { @@ -24371,8 +24371,8 @@ } }, "range": [ - 10122, - 10133 + 10123, + 10134 ], "loc": { "start": { @@ -24392,8 +24392,8 @@ "object": { "type": "ThisExpression", "range": [ - 10134, - 10138 + 10135, + 10139 ], "loc": { "start": { @@ -24410,8 +24410,8 @@ "type": "Identifier", "name": "prfxCol", "range": [ - 10139, - 10146 + 10140, + 10147 ], "loc": { "start": { @@ -24425,8 +24425,8 @@ } }, "range": [ - 10134, - 10146 + 10135, + 10147 ], "loc": { "start": { @@ -24444,8 +24444,8 @@ "value": "", "raw": "''", "range": [ - 10148, - 10150 + 10149, + 10151 ], "loc": { "start": { @@ -24460,8 +24460,8 @@ } ], "range": [ - 10122, - 10151 + 10123, + 10152 ], "loc": { "start": { @@ -24479,8 +24479,8 @@ "value": 10, "raw": "10", "range": [ - 10153, - 10155 + 10154, + 10156 ], "loc": { "start": { @@ -24495,8 +24495,8 @@ } ], "range": [ - 10113, - 10156 + 10114, + 10157 ], "loc": { "start": { @@ -24510,8 +24510,8 @@ } }, "range": [ - 10104, - 10156 + 10105, + 10157 ], "loc": { "start": { @@ -24527,8 +24527,8 @@ ], "kind": "let", "range": [ - 10100, - 10157 + 10101, + 10158 ], "loc": { "start": { @@ -24555,8 +24555,8 @@ "type": "Identifier", "name": "Types", "range": [ - 10179, - 10184 + 10180, + 10185 ], "loc": { "start": { @@ -24573,8 +24573,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 10185, - 10192 + 10186, + 10193 ], "loc": { "start": { @@ -24588,8 +24588,8 @@ } }, "range": [ - 10179, - 10192 + 10180, + 10193 ], "loc": { "start": { @@ -24613,8 +24613,8 @@ "type": "Identifier", "name": "state", "range": [ - 10193, - 10198 + 10194, + 10199 ], "loc": { "start": { @@ -24631,8 +24631,8 @@ "type": "Identifier", "name": "key", "range": [ - 10199, - 10202 + 10200, + 10203 ], "loc": { "start": { @@ -24646,8 +24646,8 @@ } }, "range": [ - 10193, - 10203 + 10194, + 10204 ], "loc": { "start": { @@ -24664,8 +24664,8 @@ "type": "Identifier", "name": "hidden", "range": [ - 10204, - 10210 + 10205, + 10211 ], "loc": { "start": { @@ -24679,8 +24679,8 @@ } }, "range": [ - 10193, - 10210 + 10194, + 10211 ], "loc": { "start": { @@ -24695,8 +24695,8 @@ } ], "range": [ - 10179, - 10211 + 10180, + 10212 ], "loc": { "start": { @@ -24711,8 +24711,8 @@ }, "prefix": true, "range": [ - 10178, - 10211 + 10179, + 10212 ], "loc": { "start": { @@ -24739,8 +24739,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 10235, - 10245 + 10236, + 10246 ], "loc": { "start": { @@ -24757,8 +24757,8 @@ "type": "Identifier", "name": "push", "range": [ - 10246, - 10250 + 10247, + 10251 ], "loc": { "start": { @@ -24772,8 +24772,8 @@ } }, "range": [ - 10235, - 10250 + 10236, + 10251 ], "loc": { "start": { @@ -24791,8 +24791,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 10251, - 10257 + 10252, + 10258 ], "loc": { "start": { @@ -24807,8 +24807,8 @@ } ], "range": [ - 10235, - 10258 + 10236, + 10259 ], "loc": { "start": { @@ -24822,8 +24822,8 @@ } }, "range": [ - 10235, - 10259 + 10236, + 10260 ], "loc": { "start": { @@ -24838,8 +24838,8 @@ } ], "range": [ - 10213, - 10277 + 10214, + 10278 ], "loc": { "start": { @@ -24854,8 +24854,8 @@ }, "alternate": null, "range": [ - 10174, - 10277 + 10175, + 10278 ], "loc": { "start": { @@ -24870,8 +24870,8 @@ } ], "range": [ - 10082, - 10291 + 10083, + 10292 ], "loc": { "start": { @@ -24886,8 +24886,8 @@ }, "alternate": null, "range": [ - 10044, - 10291 + 10045, + 10292 ], "loc": { "start": { @@ -24902,8 +24902,8 @@ } ], "range": [ - 10030, - 10301 + 10031, + 10302 ], "loc": { "start": { @@ -24919,8 +24919,8 @@ "generator": false, "expression": false, "range": [ - 10021, - 10301 + 10022, + 10302 ], "loc": { "start": { @@ -24935,8 +24935,8 @@ } ], "range": [ - 9994, - 10302 + 9995, + 10303 ], "loc": { "start": { @@ -24950,8 +24950,8 @@ } }, "range": [ - 9994, - 10303 + 9995, + 10304 ], "loc": { "start": { @@ -24975,8 +24975,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 10313, - 10323 + 10314, + 10324 ], "loc": { "start": { @@ -24993,8 +24993,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 10324, - 10331 + 10325, + 10332 ], "loc": { "start": { @@ -25008,8 +25008,8 @@ } }, "range": [ - 10313, - 10331 + 10314, + 10332 ], "loc": { "start": { @@ -25031,8 +25031,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 10333, - 10339 + 10334, + 10340 ], "loc": { "start": { @@ -25062,8 +25062,8 @@ "object": { "type": "ThisExpression", "range": [ - 10358, - 10362 + 10359, + 10363 ], "loc": { "start": { @@ -25080,8 +25080,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 10363, - 10370 + 10364, + 10371 ], "loc": { "start": { @@ -25095,8 +25095,8 @@ } }, "range": [ - 10358, - 10370 + 10359, + 10371 ], "loc": { "start": { @@ -25113,8 +25113,8 @@ "type": "Identifier", "name": "emit", "range": [ - 10371, - 10375 + 10372, + 10376 ], "loc": { "start": { @@ -25128,8 +25128,8 @@ } }, "range": [ - 10358, - 10375 + 10359, + 10376 ], "loc": { "start": { @@ -25148,8 +25148,8 @@ "value": "hide-column", "raw": "'hide-column'", "range": [ - 10376, - 10389 + 10377, + 10390 ], "loc": { "start": { @@ -25166,8 +25166,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10391, - 10393 + 10392, + 10394 ], "loc": { "start": { @@ -25184,8 +25184,8 @@ "type": "Identifier", "name": "colIdx", "range": [ - 10395, - 10401 + 10396, + 10402 ], "loc": { "start": { @@ -25200,8 +25200,8 @@ } ], "range": [ - 10358, - 10402 + 10359, + 10403 ], "loc": { "start": { @@ -25215,8 +25215,8 @@ } }, "range": [ - 10358, - 10403 + 10359, + 10404 ], "loc": { "start": { @@ -25231,8 +25231,8 @@ } ], "range": [ - 10344, - 10413 + 10345, + 10414 ], "loc": { "start": { @@ -25248,8 +25248,8 @@ "generator": false, "expression": false, "range": [ - 10332, - 10413 + 10333, + 10414 ], "loc": { "start": { @@ -25264,8 +25264,8 @@ } ], "range": [ - 10313, - 10414 + 10314, + 10415 ], "loc": { "start": { @@ -25279,8 +25279,8 @@ } }, "range": [ - 10313, - 10415 + 10314, + 10416 ], "loc": { "start": { @@ -25295,8 +25295,8 @@ } ], "range": [ - 9823, - 10421 + 9824, + 10422 ], "loc": { "start": { @@ -25312,8 +25312,8 @@ "generator": false, "expression": false, "range": [ - 9820, - 10421 + 9821, + 10422 ], "loc": { "start": { @@ -25329,8 +25329,8 @@ "kind": "method", "computed": false, "range": [ - 9801, - 10421 + 9802, + 10422 ], "loc": { "start": { @@ -25347,8 +25347,8 @@ "type": "Block", "value": "*\n * Sync hidden columns with stored information\n *\n * @private\n ", "range": [ - 9711, - 9796 + 9712, + 9797 ], "loc": { "start": { @@ -25367,8 +25367,8 @@ "type": "Block", "value": "*\n * Sync filters visibility with stored information\n *\n * @private\n ", "range": [ - 10427, - 10516 + 10428, + 10517 ], "loc": { "start": { @@ -25390,8 +25390,8 @@ "type": "Identifier", "name": "_syncFiltersVisibility", "range": [ - 10521, - 10543 + 10522, + 10544 ], "loc": { "start": { @@ -25422,8 +25422,8 @@ "object": { "type": "ThisExpression", "range": [ - 10561, - 10565 + 10562, + 10566 ], "loc": { "start": { @@ -25440,8 +25440,8 @@ "type": "Identifier", "name": "persistFiltersVisibility", "range": [ - 10566, - 10590 + 10567, + 10591 ], "loc": { "start": { @@ -25455,8 +25455,8 @@ } }, "range": [ - 10561, - 10590 + 10562, + 10591 ], "loc": { "start": { @@ -25471,8 +25471,8 @@ }, "prefix": true, "range": [ - 10560, - 10590 + 10561, + 10591 ], "loc": { "start": { @@ -25492,8 +25492,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 10606, - 10613 + 10607, + 10614 ], "loc": { "start": { @@ -25508,8 +25508,8 @@ } ], "range": [ - 10592, - 10623 + 10593, + 10624 ], "loc": { "start": { @@ -25524,8 +25524,8 @@ }, "alternate": null, "range": [ - 10556, - 10623 + 10557, + 10624 ], "loc": { "start": { @@ -25547,8 +25547,8 @@ "type": "Identifier", "name": "state", "range": [ - 10636, - 10641 + 10637, + 10642 ], "loc": { "start": { @@ -25567,8 +25567,8 @@ "object": { "type": "ThisExpression", "range": [ - 10644, - 10648 + 10645, + 10649 ], "loc": { "start": { @@ -25585,8 +25585,8 @@ "type": "Identifier", "name": "state", "range": [ - 10649, - 10654 + 10650, + 10655 ], "loc": { "start": { @@ -25600,8 +25600,8 @@ } }, "range": [ - 10644, - 10654 + 10645, + 10655 ], "loc": { "start": { @@ -25615,8 +25615,8 @@ } }, "range": [ - 10636, - 10654 + 10637, + 10655 ], "loc": { "start": { @@ -25632,8 +25632,8 @@ ], "kind": "let", "range": [ - 10632, - 10655 + 10633, + 10656 ], "loc": { "start": { @@ -25655,8 +25655,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10668, - 10670 + 10669, + 10671 ], "loc": { "start": { @@ -25675,8 +25675,8 @@ "object": { "type": "ThisExpression", "range": [ - 10673, - 10677 + 10674, + 10678 ], "loc": { "start": { @@ -25693,8 +25693,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10678, - 10680 + 10679, + 10681 ], "loc": { "start": { @@ -25708,8 +25708,8 @@ } }, "range": [ - 10673, - 10680 + 10674, + 10681 ], "loc": { "start": { @@ -25723,8 +25723,8 @@ } }, "range": [ - 10668, - 10680 + 10669, + 10681 ], "loc": { "start": { @@ -25740,8 +25740,8 @@ ], "kind": "let", "range": [ - 10664, - 10681 + 10665, + 10682 ], "loc": { "start": { @@ -25763,8 +25763,8 @@ "type": "Identifier", "name": "filtersVisibility", "range": [ - 10694, - 10711 + 10695, + 10712 ], "loc": { "start": { @@ -25784,8 +25784,8 @@ "type": "Identifier", "name": "state", "range": [ - 10714, - 10719 + 10715, + 10720 ], "loc": { "start": { @@ -25804,8 +25804,8 @@ "object": { "type": "ThisExpression", "range": [ - 10720, - 10724 + 10721, + 10725 ], "loc": { "start": { @@ -25822,8 +25822,8 @@ "type": "Identifier", "name": "filtersVisKey", "range": [ - 10725, - 10738 + 10726, + 10739 ], "loc": { "start": { @@ -25837,8 +25837,8 @@ } }, "range": [ - 10720, - 10738 + 10721, + 10739 ], "loc": { "start": { @@ -25852,8 +25852,8 @@ } }, "range": [ - 10714, - 10739 + 10715, + 10740 ], "loc": { "start": { @@ -25867,8 +25867,8 @@ } }, "range": [ - 10694, - 10739 + 10695, + 10740 ], "loc": { "start": { @@ -25884,8 +25884,8 @@ ], "kind": "let", "range": [ - 10690, - 10740 + 10691, + 10741 ], "loc": { "start": { @@ -25909,8 +25909,8 @@ "object": { "type": "ThisExpression", "range": [ - 10750, - 10754 + 10751, + 10755 ], "loc": { "start": { @@ -25927,8 +25927,8 @@ "type": "Identifier", "name": "filtersVisibility", "range": [ - 10755, - 10772 + 10756, + 10773 ], "loc": { "start": { @@ -25942,8 +25942,8 @@ } }, "range": [ - 10750, - 10772 + 10751, + 10773 ], "loc": { "start": { @@ -25960,8 +25960,8 @@ "type": "Identifier", "name": "filtersVisibility", "range": [ - 10775, - 10792 + 10776, + 10793 ], "loc": { "start": { @@ -25975,8 +25975,8 @@ } }, "range": [ - 10750, - 10792 + 10751, + 10793 ], "loc": { "start": { @@ -25990,8 +25990,8 @@ } }, "range": [ - 10750, - 10793 + 10751, + 10794 ], "loc": { "start": { @@ -26017,8 +26017,8 @@ "object": { "type": "ThisExpression", "range": [ - 10802, - 10806 + 10803, + 10807 ], "loc": { "start": { @@ -26035,8 +26035,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 10807, - 10814 + 10808, + 10815 ], "loc": { "start": { @@ -26050,8 +26050,8 @@ } }, "range": [ - 10802, - 10814 + 10803, + 10815 ], "loc": { "start": { @@ -26068,8 +26068,8 @@ "type": "Identifier", "name": "emit", "range": [ - 10815, - 10819 + 10816, + 10820 ], "loc": { "start": { @@ -26083,8 +26083,8 @@ } }, "range": [ - 10802, - 10819 + 10803, + 10820 ], "loc": { "start": { @@ -26103,8 +26103,8 @@ "value": "show-filters", "raw": "'show-filters'", "range": [ - 10820, - 10834 + 10821, + 10835 ], "loc": { "start": { @@ -26121,8 +26121,8 @@ "type": "Identifier", "name": "tf", "range": [ - 10836, - 10838 + 10837, + 10839 ], "loc": { "start": { @@ -26139,8 +26139,8 @@ "type": "Identifier", "name": "filtersVisibility", "range": [ - 10840, - 10857 + 10841, + 10858 ], "loc": { "start": { @@ -26155,8 +26155,8 @@ } ], "range": [ - 10802, - 10858 + 10803, + 10859 ], "loc": { "start": { @@ -26170,8 +26170,8 @@ } }, "range": [ - 10802, - 10859 + 10803, + 10860 ], "loc": { "start": { @@ -26186,8 +26186,8 @@ } ], "range": [ - 10546, - 10865 + 10547, + 10866 ], "loc": { "start": { @@ -26203,8 +26203,8 @@ "generator": false, "expression": false, "range": [ - 10543, - 10865 + 10544, + 10866 ], "loc": { "start": { @@ -26220,8 +26220,8 @@ "kind": "method", "computed": false, "range": [ - 10521, - 10865 + 10522, + 10866 ], "loc": { "start": { @@ -26238,8 +26238,8 @@ "type": "Block", "value": "*\n * Sync filters visibility with stored information\n *\n * @private\n ", "range": [ - 10427, - 10516 + 10428, + 10517 ], "loc": { "start": { @@ -26258,8 +26258,8 @@ "type": "Block", "value": "*\n * Destroy State instance\n ", "range": [ - 10871, - 10912 + 10872, + 10913 ], "loc": { "start": { @@ -26281,8 +26281,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 10917, - 10924 + 10918, + 10925 ], "loc": { "start": { @@ -26313,8 +26313,8 @@ "object": { "type": "ThisExpression", "range": [ - 10942, - 10946 + 10943, + 10947 ], "loc": { "start": { @@ -26331,8 +26331,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 10947, - 10958 + 10948, + 10959 ], "loc": { "start": { @@ -26346,8 +26346,8 @@ } }, "range": [ - 10942, - 10958 + 10943, + 10959 ], "loc": { "start": { @@ -26362,8 +26362,8 @@ }, "prefix": true, "range": [ - 10941, - 10958 + 10942, + 10959 ], "loc": { "start": { @@ -26383,8 +26383,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 10974, - 10981 + 10975, + 10982 ], "loc": { "start": { @@ -26399,8 +26399,8 @@ } ], "range": [ - 10960, - 10991 + 10961, + 10992 ], "loc": { "start": { @@ -26415,8 +26415,8 @@ }, "alternate": null, "range": [ - 10937, - 10991 + 10938, + 10992 ], "loc": { "start": { @@ -26440,8 +26440,8 @@ "object": { "type": "ThisExpression", "range": [ - 11001, - 11005 + 11002, + 11006 ], "loc": { "start": { @@ -26458,8 +26458,8 @@ "type": "Identifier", "name": "state", "range": [ - 11006, - 11011 + 11007, + 11012 ], "loc": { "start": { @@ -26473,8 +26473,8 @@ } }, "range": [ - 11001, - 11011 + 11002, + 11012 ], "loc": { "start": { @@ -26491,8 +26491,8 @@ "type": "ObjectExpression", "properties": [], "range": [ - 11014, - 11016 + 11015, + 11017 ], "loc": { "start": { @@ -26506,8 +26506,8 @@ } }, "range": [ - 11001, - 11016 + 11002, + 11017 ], "loc": { "start": { @@ -26521,8 +26521,8 @@ } }, "range": [ - 11001, - 11017 + 11002, + 11018 ], "loc": { "start": { @@ -26548,8 +26548,8 @@ "object": { "type": "ThisExpression", "range": [ - 11027, - 11031 + 11028, + 11032 ], "loc": { "start": { @@ -26566,8 +26566,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 11032, - 11039 + 11033, + 11040 ], "loc": { "start": { @@ -26581,8 +26581,8 @@ } }, "range": [ - 11027, - 11039 + 11028, + 11040 ], "loc": { "start": { @@ -26599,8 +26599,8 @@ "type": "Identifier", "name": "off", "range": [ - 11040, - 11043 + 11041, + 11044 ], "loc": { "start": { @@ -26614,8 +26614,8 @@ } }, "range": [ - 11027, - 11043 + 11028, + 11044 ], "loc": { "start": { @@ -26637,8 +26637,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 11045, - 11062 + 11046, + 11063 ], "loc": { "start": { @@ -26653,8 +26653,8 @@ } ], "range": [ - 11044, - 11063 + 11045, + 11064 ], "loc": { "start": { @@ -26679,8 +26679,8 @@ "object": { "type": "ThisExpression", "range": [ - 11071, - 11075 + 11072, + 11076 ], "loc": { "start": { @@ -26697,8 +26697,8 @@ "type": "Identifier", "name": "update", "range": [ - 11076, - 11082 + 11077, + 11083 ], "loc": { "start": { @@ -26712,8 +26712,8 @@ } }, "range": [ - 11071, - 11082 + 11072, + 11083 ], "loc": { "start": { @@ -26728,8 +26728,8 @@ }, "arguments": [], "range": [ - 11071, - 11084 + 11072, + 11085 ], "loc": { "start": { @@ -26745,8 +26745,8 @@ "generator": false, "expression": true, "range": [ - 11065, - 11084 + 11066, + 11085 ], "loc": { "start": { @@ -26761,8 +26761,8 @@ } ], "range": [ - 11027, - 11085 + 11028, + 11086 ], "loc": { "start": { @@ -26776,8 +26776,8 @@ } }, "range": [ - 11027, - 11086 + 11028, + 11087 ], "loc": { "start": { @@ -26803,8 +26803,8 @@ "object": { "type": "ThisExpression", "range": [ - 11095, - 11099 + 11096, + 11100 ], "loc": { "start": { @@ -26821,8 +26821,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 11100, - 11107 + 11101, + 11108 ], "loc": { "start": { @@ -26836,8 +26836,8 @@ } }, "range": [ - 11095, - 11107 + 11096, + 11108 ], "loc": { "start": { @@ -26854,8 +26854,8 @@ "type": "Identifier", "name": "off", "range": [ - 11108, - 11111 + 11109, + 11112 ], "loc": { "start": { @@ -26869,8 +26869,8 @@ } }, "range": [ - 11095, - 11111 + 11096, + 11112 ], "loc": { "start": { @@ -26892,8 +26892,8 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 11113, - 11132 + 11114, + 11133 ], "loc": { "start": { @@ -26911,8 +26911,8 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 11134, - 11158 + 11135, + 11159 ], "loc": { "start": { @@ -26927,8 +26927,8 @@ } ], "range": [ - 11112, - 11159 + 11113, + 11160 ], "loc": { "start": { @@ -26949,8 +26949,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11174, - 11176 + 11175, + 11177 ], "loc": { "start": { @@ -26967,8 +26967,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 11178, - 11184 + 11179, + 11185 ], "loc": { "start": { @@ -26990,8 +26990,8 @@ "object": { "type": "ThisExpression", "range": [ - 11189, - 11193 + 11190, + 11194 ], "loc": { "start": { @@ -27008,8 +27008,8 @@ "type": "Identifier", "name": "updatePage", "range": [ - 11194, - 11204 + 11195, + 11205 ], "loc": { "start": { @@ -27023,8 +27023,8 @@ } }, "range": [ - 11189, - 11204 + 11190, + 11205 ], "loc": { "start": { @@ -27042,8 +27042,8 @@ "type": "Identifier", "name": "pageNb", "range": [ - 11205, - 11211 + 11206, + 11212 ], "loc": { "start": { @@ -27058,8 +27058,8 @@ } ], "range": [ - 11189, - 11212 + 11190, + 11213 ], "loc": { "start": { @@ -27075,8 +27075,8 @@ "generator": false, "expression": true, "range": [ - 11173, - 11212 + 11174, + 11213 ], "loc": { "start": { @@ -27091,8 +27091,8 @@ } ], "range": [ - 11095, - 11213 + 11096, + 11214 ], "loc": { "start": { @@ -27106,8 +27106,8 @@ } }, "range": [ - 11095, - 11214 + 11096, + 11215 ], "loc": { "start": { @@ -27133,8 +27133,8 @@ "object": { "type": "ThisExpression", "range": [ - 11223, - 11227 + 11224, + 11228 ], "loc": { "start": { @@ -27151,8 +27151,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 11228, - 11235 + 11229, + 11236 ], "loc": { "start": { @@ -27166,8 +27166,8 @@ } }, "range": [ - 11223, - 11235 + 11224, + 11236 ], "loc": { "start": { @@ -27184,8 +27184,8 @@ "type": "Identifier", "name": "off", "range": [ - 11236, - 11239 + 11237, + 11240 ], "loc": { "start": { @@ -27199,8 +27199,8 @@ } }, "range": [ - 11223, - 11239 + 11224, + 11240 ], "loc": { "start": { @@ -27222,8 +27222,8 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 11241, - 11267 + 11242, + 11268 ], "loc": { "start": { @@ -27238,8 +27238,8 @@ } ], "range": [ - 11240, - 11268 + 11241, + 11269 ], "loc": { "start": { @@ -27260,8 +27260,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11283, - 11285 + 11284, + 11286 ], "loc": { "start": { @@ -27278,8 +27278,8 @@ "type": "Identifier", "name": "index", "range": [ - 11287, - 11292 + 11288, + 11293 ], "loc": { "start": { @@ -27301,8 +27301,8 @@ "object": { "type": "ThisExpression", "range": [ - 11297, - 11301 + 11298, + 11302 ], "loc": { "start": { @@ -27319,8 +27319,8 @@ "type": "Identifier", "name": "updatePageLength", "range": [ - 11302, - 11318 + 11303, + 11319 ], "loc": { "start": { @@ -27334,8 +27334,8 @@ } }, "range": [ - 11297, - 11318 + 11298, + 11319 ], "loc": { "start": { @@ -27353,8 +27353,8 @@ "type": "Identifier", "name": "index", "range": [ - 11319, - 11324 + 11320, + 11325 ], "loc": { "start": { @@ -27369,8 +27369,8 @@ } ], "range": [ - 11297, - 11325 + 11298, + 11326 ], "loc": { "start": { @@ -27386,8 +27386,8 @@ "generator": false, "expression": true, "range": [ - 11282, - 11325 + 11283, + 11326 ], "loc": { "start": { @@ -27402,8 +27402,8 @@ } ], "range": [ - 11223, - 11326 + 11224, + 11327 ], "loc": { "start": { @@ -27417,8 +27417,8 @@ } }, "range": [ - 11223, - 11327 + 11224, + 11328 ], "loc": { "start": { @@ -27444,8 +27444,8 @@ "object": { "type": "ThisExpression", "range": [ - 11336, - 11340 + 11337, + 11341 ], "loc": { "start": { @@ -27462,8 +27462,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 11341, - 11348 + 11342, + 11349 ], "loc": { "start": { @@ -27477,8 +27477,8 @@ } }, "range": [ - 11336, - 11348 + 11337, + 11349 ], "loc": { "start": { @@ -27495,8 +27495,8 @@ "type": "Identifier", "name": "off", "range": [ - 11349, - 11352 + 11350, + 11353 ], "loc": { "start": { @@ -27510,8 +27510,8 @@ } }, "range": [ - 11336, - 11352 + 11337, + 11353 ], "loc": { "start": { @@ -27533,8 +27533,8 @@ "value": "column-sorted", "raw": "'column-sorted'", "range": [ - 11354, - 11369 + 11355, + 11370 ], "loc": { "start": { @@ -27549,8 +27549,8 @@ } ], "range": [ - 11353, - 11370 + 11354, + 11371 ], "loc": { "start": { @@ -27571,8 +27571,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11385, - 11387 + 11386, + 11388 ], "loc": { "start": { @@ -27589,8 +27589,8 @@ "type": "Identifier", "name": "index", "range": [ - 11389, - 11394 + 11390, + 11395 ], "loc": { "start": { @@ -27607,8 +27607,8 @@ "type": "Identifier", "name": "descending", "range": [ - 11396, - 11406 + 11397, + 11407 ], "loc": { "start": { @@ -27630,8 +27630,8 @@ "object": { "type": "ThisExpression", "range": [ - 11411, - 11415 + 11412, + 11416 ], "loc": { "start": { @@ -27648,8 +27648,8 @@ "type": "Identifier", "name": "updateSort", "range": [ - 11416, - 11426 + 11417, + 11427 ], "loc": { "start": { @@ -27663,8 +27663,8 @@ } }, "range": [ - 11411, - 11426 + 11412, + 11427 ], "loc": { "start": { @@ -27682,8 +27682,8 @@ "type": "Identifier", "name": "index", "range": [ - 11427, - 11432 + 11428, + 11433 ], "loc": { "start": { @@ -27700,8 +27700,8 @@ "type": "Identifier", "name": "descending", "range": [ - 11434, - 11444 + 11435, + 11445 ], "loc": { "start": { @@ -27716,8 +27716,8 @@ } ], "range": [ - 11411, - 11445 + 11412, + 11446 ], "loc": { "start": { @@ -27733,8 +27733,8 @@ "generator": false, "expression": true, "range": [ - 11384, - 11445 + 11385, + 11446 ], "loc": { "start": { @@ -27749,8 +27749,8 @@ } ], "range": [ - 11336, - 11446 + 11337, + 11447 ], "loc": { "start": { @@ -27764,8 +27764,8 @@ } }, "range": [ - 11336, - 11447 + 11337, + 11448 ], "loc": { "start": { @@ -27791,8 +27791,8 @@ "object": { "type": "ThisExpression", "range": [ - 11456, - 11460 + 11457, + 11461 ], "loc": { "start": { @@ -27809,8 +27809,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 11461, - 11468 + 11462, + 11469 ], "loc": { "start": { @@ -27824,8 +27824,8 @@ } }, "range": [ - 11456, - 11468 + 11457, + 11469 ], "loc": { "start": { @@ -27842,8 +27842,8 @@ "type": "Identifier", "name": "off", "range": [ - 11469, - 11472 + 11470, + 11473 ], "loc": { "start": { @@ -27857,8 +27857,8 @@ } }, "range": [ - 11456, - 11472 + 11457, + 11473 ], "loc": { "start": { @@ -27880,8 +27880,8 @@ "value": "sort-initialized", "raw": "'sort-initialized'", "range": [ - 11474, - 11492 + 11475, + 11493 ], "loc": { "start": { @@ -27896,8 +27896,8 @@ } ], "range": [ - 11473, - 11493 + 11474, + 11494 ], "loc": { "start": { @@ -27922,8 +27922,8 @@ "object": { "type": "ThisExpression", "range": [ - 11501, - 11505 + 11502, + 11506 ], "loc": { "start": { @@ -27940,8 +27940,8 @@ "type": "Identifier", "name": "_syncSort", "range": [ - 11506, - 11515 + 11507, + 11516 ], "loc": { "start": { @@ -27955,8 +27955,8 @@ } }, "range": [ - 11501, - 11515 + 11502, + 11516 ], "loc": { "start": { @@ -27971,8 +27971,8 @@ }, "arguments": [], "range": [ - 11501, - 11517 + 11502, + 11518 ], "loc": { "start": { @@ -27988,8 +27988,8 @@ "generator": false, "expression": true, "range": [ - 11495, - 11517 + 11496, + 11518 ], "loc": { "start": { @@ -28004,8 +28004,8 @@ } ], "range": [ - 11456, - 11518 + 11457, + 11519 ], "loc": { "start": { @@ -28019,8 +28019,8 @@ } }, "range": [ - 11456, - 11519 + 11457, + 11520 ], "loc": { "start": { @@ -28046,8 +28046,8 @@ "object": { "type": "ThisExpression", "range": [ - 11528, - 11532 + 11529, + 11533 ], "loc": { "start": { @@ -28064,8 +28064,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 11533, - 11540 + 11534, + 11541 ], "loc": { "start": { @@ -28079,8 +28079,8 @@ } }, "range": [ - 11528, - 11540 + 11529, + 11541 ], "loc": { "start": { @@ -28097,8 +28097,8 @@ "type": "Identifier", "name": "off", "range": [ - 11541, - 11544 + 11542, + 11545 ], "loc": { "start": { @@ -28112,8 +28112,8 @@ } }, "range": [ - 11528, - 11544 + 11529, + 11545 ], "loc": { "start": { @@ -28135,8 +28135,8 @@ "value": "columns-visibility-initialized", "raw": "'columns-visibility-initialized'", "range": [ - 11546, - 11578 + 11547, + 11579 ], "loc": { "start": { @@ -28151,8 +28151,8 @@ } ], "range": [ - 11545, - 11579 + 11546, + 11580 ], "loc": { "start": { @@ -28177,8 +28177,8 @@ "object": { "type": "ThisExpression", "range": [ - 11599, - 11603 + 11600, + 11604 ], "loc": { "start": { @@ -28195,8 +28195,8 @@ "type": "Identifier", "name": "_syncColsVisibility", "range": [ - 11604, - 11623 + 11605, + 11624 ], "loc": { "start": { @@ -28210,8 +28210,8 @@ } }, "range": [ - 11599, - 11623 + 11600, + 11624 ], "loc": { "start": { @@ -28226,8 +28226,8 @@ }, "arguments": [], "range": [ - 11599, - 11625 + 11600, + 11626 ], "loc": { "start": { @@ -28243,8 +28243,8 @@ "generator": false, "expression": true, "range": [ - 11593, - 11625 + 11594, + 11626 ], "loc": { "start": { @@ -28259,8 +28259,8 @@ } ], "range": [ - 11528, - 11626 + 11529, + 11627 ], "loc": { "start": { @@ -28274,8 +28274,8 @@ } }, "range": [ - 11528, - 11627 + 11529, + 11628 ], "loc": { "start": { @@ -28301,8 +28301,8 @@ "object": { "type": "ThisExpression", "range": [ - 11636, - 11640 + 11637, + 11641 ], "loc": { "start": { @@ -28319,8 +28319,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 11641, - 11648 + 11642, + 11649 ], "loc": { "start": { @@ -28334,8 +28334,8 @@ } }, "range": [ - 11636, - 11648 + 11637, + 11649 ], "loc": { "start": { @@ -28352,8 +28352,8 @@ "type": "Identifier", "name": "off", "range": [ - 11649, - 11652 + 11650, + 11653 ], "loc": { "start": { @@ -28367,8 +28367,8 @@ } }, "range": [ - 11636, - 11652 + 11637, + 11653 ], "loc": { "start": { @@ -28390,8 +28390,8 @@ "value": "column-shown", "raw": "'column-shown'", "range": [ - 11654, - 11668 + 11655, + 11669 ], "loc": { "start": { @@ -28409,8 +28409,8 @@ "value": "column-hidden", "raw": "'column-hidden'", "range": [ - 11670, - 11685 + 11671, + 11686 ], "loc": { "start": { @@ -28425,8 +28425,8 @@ } ], "range": [ - 11653, - 11686 + 11654, + 11687 ], "loc": { "start": { @@ -28447,8 +28447,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11689, - 11691 + 11690, + 11692 ], "loc": { "start": { @@ -28465,8 +28465,8 @@ "type": "Identifier", "name": "feature", "range": [ - 11693, - 11700 + 11694, + 11701 ], "loc": { "start": { @@ -28483,8 +28483,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 11714, - 11722 + 11715, + 11723 ], "loc": { "start": { @@ -28501,8 +28501,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 11724, - 11734 + 11725, + 11735 ], "loc": { "start": { @@ -28524,8 +28524,8 @@ "object": { "type": "ThisExpression", "range": [ - 11739, - 11743 + 11740, + 11744 ], "loc": { "start": { @@ -28542,8 +28542,8 @@ "type": "Identifier", "name": "updateColsVisibility", "range": [ - 11744, - 11764 + 11745, + 11765 ], "loc": { "start": { @@ -28557,8 +28557,8 @@ } }, "range": [ - 11739, - 11764 + 11740, + 11765 ], "loc": { "start": { @@ -28576,8 +28576,8 @@ "type": "Identifier", "name": "hiddenCols", "range": [ - 11765, - 11775 + 11766, + 11776 ], "loc": { "start": { @@ -28592,8 +28592,8 @@ } ], "range": [ - 11739, - 11776 + 11740, + 11777 ], "loc": { "start": { @@ -28609,8 +28609,8 @@ "generator": false, "expression": true, "range": [ - 11688, - 11776 + 11689, + 11777 ], "loc": { "start": { @@ -28625,8 +28625,8 @@ } ], "range": [ - 11636, - 11777 + 11637, + 11778 ], "loc": { "start": { @@ -28640,8 +28640,8 @@ } }, "range": [ - 11636, - 11778 + 11637, + 11779 ], "loc": { "start": { @@ -28667,8 +28667,8 @@ "object": { "type": "ThisExpression", "range": [ - 11787, - 11791 + 11788, + 11792 ], "loc": { "start": { @@ -28685,8 +28685,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 11792, - 11799 + 11793, + 11800 ], "loc": { "start": { @@ -28700,8 +28700,8 @@ } }, "range": [ - 11787, - 11799 + 11788, + 11800 ], "loc": { "start": { @@ -28718,8 +28718,8 @@ "type": "Identifier", "name": "off", "range": [ - 11800, - 11803 + 11801, + 11804 ], "loc": { "start": { @@ -28733,8 +28733,8 @@ } }, "range": [ - 11787, - 11803 + 11788, + 11804 ], "loc": { "start": { @@ -28756,8 +28756,8 @@ "value": "filters-visibility-initialized", "raw": "'filters-visibility-initialized'", "range": [ - 11805, - 11837 + 11806, + 11838 ], "loc": { "start": { @@ -28772,8 +28772,8 @@ } ], "range": [ - 11804, - 11838 + 11805, + 11839 ], "loc": { "start": { @@ -28798,8 +28798,8 @@ "object": { "type": "ThisExpression", "range": [ - 11858, - 11862 + 11859, + 11863 ], "loc": { "start": { @@ -28816,8 +28816,8 @@ "type": "Identifier", "name": "_syncFiltersVisibility", "range": [ - 11863, - 11885 + 11864, + 11886 ], "loc": { "start": { @@ -28831,8 +28831,8 @@ } }, "range": [ - 11858, - 11885 + 11859, + 11886 ], "loc": { "start": { @@ -28847,8 +28847,8 @@ }, "arguments": [], "range": [ - 11858, - 11887 + 11859, + 11888 ], "loc": { "start": { @@ -28864,8 +28864,8 @@ "generator": false, "expression": true, "range": [ - 11852, - 11887 + 11853, + 11888 ], "loc": { "start": { @@ -28880,8 +28880,8 @@ } ], "range": [ - 11787, - 11888 + 11788, + 11889 ], "loc": { "start": { @@ -28895,8 +28895,8 @@ } }, "range": [ - 11787, - 11889 + 11788, + 11890 ], "loc": { "start": { @@ -28922,8 +28922,8 @@ "object": { "type": "ThisExpression", "range": [ - 11898, - 11902 + 11899, + 11903 ], "loc": { "start": { @@ -28940,8 +28940,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 11903, - 11910 + 11904, + 11911 ], "loc": { "start": { @@ -28955,8 +28955,8 @@ } }, "range": [ - 11898, - 11910 + 11899, + 11911 ], "loc": { "start": { @@ -28973,8 +28973,8 @@ "type": "Identifier", "name": "off", "range": [ - 11911, - 11914 + 11912, + 11915 ], "loc": { "start": { @@ -28988,8 +28988,8 @@ } }, "range": [ - 11898, - 11914 + 11899, + 11915 ], "loc": { "start": { @@ -29011,8 +29011,8 @@ "value": "filters-toggled", "raw": "'filters-toggled'", "range": [ - 11916, - 11933 + 11917, + 11934 ], "loc": { "start": { @@ -29027,8 +29027,8 @@ } ], "range": [ - 11915, - 11934 + 11916, + 11935 ], "loc": { "start": { @@ -29049,8 +29049,8 @@ "type": "Identifier", "name": "tf", "range": [ - 11949, - 11951 + 11950, + 11952 ], "loc": { "start": { @@ -29067,8 +29067,8 @@ "type": "Identifier", "name": "extension", "range": [ - 11953, - 11962 + 11954, + 11963 ], "loc": { "start": { @@ -29085,8 +29085,8 @@ "type": "Identifier", "name": "visible", "range": [ - 11964, - 11971 + 11965, + 11972 ], "loc": { "start": { @@ -29108,8 +29108,8 @@ "object": { "type": "ThisExpression", "range": [ - 11976, - 11980 + 11977, + 11981 ], "loc": { "start": { @@ -29126,8 +29126,8 @@ "type": "Identifier", "name": "updateFiltersVisibility", "range": [ - 11981, - 12004 + 11982, + 12005 ], "loc": { "start": { @@ -29141,8 +29141,8 @@ } }, "range": [ - 11976, - 12004 + 11977, + 12005 ], "loc": { "start": { @@ -29160,8 +29160,8 @@ "type": "Identifier", "name": "visible", "range": [ - 12005, - 12012 + 12006, + 12013 ], "loc": { "start": { @@ -29176,8 +29176,8 @@ } ], "range": [ - 11976, - 12013 + 11977, + 12014 ], "loc": { "start": { @@ -29193,8 +29193,8 @@ "generator": false, "expression": true, "range": [ - 11948, - 12013 + 11949, + 12014 ], "loc": { "start": { @@ -29209,8 +29209,8 @@ } ], "range": [ - 11898, - 12014 + 11899, + 12015 ], "loc": { "start": { @@ -29224,8 +29224,8 @@ } }, "range": [ - 11898, - 12015 + 11899, + 12016 ], "loc": { "start": { @@ -29246,8 +29246,8 @@ "object": { "type": "ThisExpression", "range": [ - 12029, - 12033 + 12030, + 12034 ], "loc": { "start": { @@ -29264,8 +29264,8 @@ "type": "Identifier", "name": "enableHash", "range": [ - 12034, - 12044 + 12035, + 12045 ], "loc": { "start": { @@ -29279,8 +29279,8 @@ } }, "range": [ - 12029, - 12044 + 12030, + 12045 ], "loc": { "start": { @@ -29309,8 +29309,8 @@ "object": { "type": "ThisExpression", "range": [ - 12060, - 12064 + 12061, + 12065 ], "loc": { "start": { @@ -29327,8 +29327,8 @@ "type": "Identifier", "name": "hash", "range": [ - 12065, - 12069 + 12066, + 12070 ], "loc": { "start": { @@ -29342,8 +29342,8 @@ } }, "range": [ - 12060, - 12069 + 12061, + 12070 ], "loc": { "start": { @@ -29360,8 +29360,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 12070, - 12077 + 12071, + 12078 ], "loc": { "start": { @@ -29375,8 +29375,8 @@ } }, "range": [ - 12060, - 12077 + 12061, + 12078 ], "loc": { "start": { @@ -29391,8 +29391,8 @@ }, "arguments": [], "range": [ - 12060, - 12079 + 12061, + 12080 ], "loc": { "start": { @@ -29406,8 +29406,8 @@ } }, "range": [ - 12060, - 12080 + 12061, + 12081 ], "loc": { "start": { @@ -29431,8 +29431,8 @@ "object": { "type": "ThisExpression", "range": [ - 12093, - 12097 + 12094, + 12098 ], "loc": { "start": { @@ -29449,8 +29449,8 @@ "type": "Identifier", "name": "hash", "range": [ - 12098, - 12102 + 12099, + 12103 ], "loc": { "start": { @@ -29464,8 +29464,8 @@ } }, "range": [ - 12093, - 12102 + 12094, + 12103 ], "loc": { "start": { @@ -29483,8 +29483,8 @@ "value": null, "raw": "null", "range": [ - 12105, - 12109 + 12106, + 12110 ], "loc": { "start": { @@ -29498,8 +29498,8 @@ } }, "range": [ - 12093, - 12109 + 12094, + 12110 ], "loc": { "start": { @@ -29513,8 +29513,8 @@ } }, "range": [ - 12093, - 12110 + 12094, + 12111 ], "loc": { "start": { @@ -29529,8 +29529,8 @@ } ], "range": [ - 12046, - 12120 + 12047, + 12121 ], "loc": { "start": { @@ -29545,8 +29545,8 @@ }, "alternate": null, "range": [ - 12025, - 12120 + 12026, + 12121 ], "loc": { "start": { @@ -29567,8 +29567,8 @@ "object": { "type": "ThisExpression", "range": [ - 12134, - 12138 + 12135, + 12139 ], "loc": { "start": { @@ -29585,8 +29585,8 @@ "type": "Identifier", "name": "enableStorage", "range": [ - 12139, - 12152 + 12140, + 12153 ], "loc": { "start": { @@ -29600,8 +29600,8 @@ } }, "range": [ - 12134, - 12152 + 12135, + 12153 ], "loc": { "start": { @@ -29630,8 +29630,8 @@ "object": { "type": "ThisExpression", "range": [ - 12168, - 12172 + 12169, + 12173 ], "loc": { "start": { @@ -29648,8 +29648,8 @@ "type": "Identifier", "name": "storage", "range": [ - 12173, - 12180 + 12174, + 12181 ], "loc": { "start": { @@ -29663,8 +29663,8 @@ } }, "range": [ - 12168, - 12180 + 12169, + 12181 ], "loc": { "start": { @@ -29681,8 +29681,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 12181, - 12188 + 12182, + 12189 ], "loc": { "start": { @@ -29696,8 +29696,8 @@ } }, "range": [ - 12168, - 12188 + 12169, + 12189 ], "loc": { "start": { @@ -29712,8 +29712,8 @@ }, "arguments": [], "range": [ - 12168, - 12190 + 12169, + 12191 ], "loc": { "start": { @@ -29727,8 +29727,8 @@ } }, "range": [ - 12168, - 12191 + 12169, + 12192 ], "loc": { "start": { @@ -29752,8 +29752,8 @@ "object": { "type": "ThisExpression", "range": [ - 12204, - 12208 + 12205, + 12209 ], "loc": { "start": { @@ -29770,8 +29770,8 @@ "type": "Identifier", "name": "storage", "range": [ - 12209, - 12216 + 12210, + 12217 ], "loc": { "start": { @@ -29785,8 +29785,8 @@ } }, "range": [ - 12204, - 12216 + 12205, + 12217 ], "loc": { "start": { @@ -29804,8 +29804,8 @@ "value": null, "raw": "null", "range": [ - 12219, - 12223 + 12220, + 12224 ], "loc": { "start": { @@ -29819,8 +29819,8 @@ } }, "range": [ - 12204, - 12223 + 12205, + 12224 ], "loc": { "start": { @@ -29834,8 +29834,8 @@ } }, "range": [ - 12204, - 12224 + 12205, + 12225 ], "loc": { "start": { @@ -29850,8 +29850,8 @@ } ], "range": [ - 12154, - 12234 + 12155, + 12235 ], "loc": { "start": { @@ -29866,8 +29866,8 @@ }, "alternate": null, "range": [ - 12130, - 12234 + 12131, + 12235 ], "loc": { "start": { @@ -29891,8 +29891,8 @@ "object": { "type": "ThisExpression", "range": [ - 12244, - 12248 + 12245, + 12249 ], "loc": { "start": { @@ -29909,8 +29909,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 12249, - 12260 + 12250, + 12261 ], "loc": { "start": { @@ -29924,8 +29924,8 @@ } }, "range": [ - 12244, - 12260 + 12245, + 12261 ], "loc": { "start": { @@ -29943,8 +29943,8 @@ "value": false, "raw": "false", "range": [ - 12263, - 12268 + 12264, + 12269 ], "loc": { "start": { @@ -29958,8 +29958,8 @@ } }, "range": [ - 12244, - 12268 + 12245, + 12269 ], "loc": { "start": { @@ -29973,8 +29973,8 @@ } }, "range": [ - 12244, - 12269 + 12245, + 12270 ], "loc": { "start": { @@ -29989,8 +29989,8 @@ } ], "range": [ - 10927, - 12275 + 10928, + 12276 ], "loc": { "start": { @@ -30006,8 +30006,8 @@ "generator": false, "expression": false, "range": [ - 10924, - 12275 + 10925, + 12276 ], "loc": { "start": { @@ -30023,8 +30023,8 @@ "kind": "method", "computed": false, "range": [ - 10917, - 12275 + 10918, + 12276 ], "loc": { "start": { @@ -30041,8 +30041,8 @@ "type": "Block", "value": "*\n * Destroy State instance\n ", "range": [ - 10871, - 10912 + 10872, + 10913 ], "loc": { "start": { @@ -30060,8 +30060,8 @@ } ], "range": [ - 340, - 12277 + 341, + 12278 ], "loc": { "start": { @@ -30075,8 +30075,8 @@ } }, "range": [ - 312, - 12277 + 313, + 12278 ], "loc": { "start": { @@ -30093,8 +30093,8 @@ "type": "Block", "value": "*\n * Reflects the state of features to be persisted via hash, localStorage or\n * cookie\n *\n * @export\n * @class State\n * @extends {Feature}\n ", "range": [ - 159, - 304 + 160, + 305 ], "loc": { "start": { @@ -30113,8 +30113,8 @@ "specifiers": [], "source": null, "range": [ - 305, - 12277 + 306, + 12278 ], "loc": { "start": { @@ -30131,8 +30131,8 @@ "type": "Block", "value": "*\n * Reflects the state of features to be persisted via hash, localStorage or\n * cookie\n *\n * @export\n * @class State\n * @extends {Feature}\n ", "range": [ - 159, - 304 + 160, + 305 ], "loc": { "start": { @@ -30151,7 +30151,7 @@ "sourceType": "module", "range": [ 0, - 12277 + 12278 ], "loc": { "start": { @@ -30168,8 +30168,8 @@ "type": "Block", "value": "*\n * Reflects the state of features to be persisted via hash, localStorage or\n * cookie\n *\n * @export\n * @class State\n * @extends {Feature}\n ", "range": [ - 159, - 304 + 160, + 305 ], "loc": { "start": { @@ -30186,8 +30186,8 @@ "type": "Block", "value": "*\n * Creates an instance of State\n *\n * @param {TableFilter} tf TableFilter instance\n ", "range": [ - 347, - 453 + 348, + 454 ], "loc": { "start": { @@ -30204,8 +30204,8 @@ "type": "Block", "value": "*\n * Initializes the State object\n ", "range": [ - 1821, - 1868 + 1822, + 1869 ], "loc": { "start": { @@ -30222,8 +30222,8 @@ "type": "Block", "value": "*\n * Update state object based on current features state\n ", "range": [ - 3223, - 3293 + 3224, + 3294 ], "loc": { "start": { @@ -30240,8 +30240,8 @@ "type": "Line", "value": " Remove previuosly sorted column", "range": [ - 4548, - 4582 + 4549, + 4583 ], "loc": { "start": { @@ -30258,8 +30258,8 @@ "type": "Line", "value": " Clear previuosly hidden columns", "range": [ - 5123, - 5157 + 5124, + 5158 ], "loc": { "start": { @@ -30276,8 +30276,8 @@ "type": "Block", "value": "*\n * Refresh page number field on page number changes\n *\n * @param {Number} pageNb Current page number\n ", "range": [ - 5974, - 6098 + 5975, + 6099 ], "loc": { "start": { @@ -30294,8 +30294,8 @@ "type": "Block", "value": "*\n * Refresh page length field on page length changes\n *\n * @param {Number} pageLength Current page length value\n ", "range": [ - 6188, - 6322 + 6189, + 6323 ], "loc": { "start": { @@ -30312,8 +30312,8 @@ "type": "Block", "value": "*\n * Refresh column sorting information on sort changes\n *\n * @param index {Number} Column index\n * @param {Boolean} descending Descending manner\n ", "range": [ - 6430, - 6601 + 6431, + 6602 ], "loc": { "start": { @@ -30330,8 +30330,8 @@ "type": "Block", "value": "*\n * Refresh hidden columns information on columns visibility changes\n *\n * @param {Array} hiddenCols Columns indexes\n ", "range": [ - 6767, - 6906 + 6768, + 6907 ], "loc": { "start": { @@ -30348,8 +30348,8 @@ "type": "Block", "value": "*\n * Refresh filters visibility on filters visibility change\n *\n * @param {Boolean} visible Visibility flad\n ", "range": [ - 7018, - 7147 + 7019, + 7148 ], "loc": { "start": { @@ -30366,8 +30366,8 @@ "type": "Block", "value": "*\n * Override state field\n *\n * @param state State object\n ", "range": [ - 7263, - 7342 + 7264, + 7343 ], "loc": { "start": { @@ -30384,8 +30384,8 @@ "type": "Block", "value": "*\n * Sync stored features state\n ", "range": [ - 7404, - 7449 + 7405, + 7450 ], "loc": { "start": { @@ -30402,8 +30402,8 @@ "type": "Block", "value": "*\n * Override current state with passed one and sync features\n *\n * @param {Object} state State object\n ", "range": [ - 8002, - 8126 + 8003, + 8127 ], "loc": { "start": { @@ -30420,8 +30420,8 @@ "type": "Line", "value": " To prevent state to react to features changes, state is temporarily", "range": [ - 8164, - 8234 + 8165, + 8235 ], "loc": { "start": { @@ -30438,8 +30438,8 @@ "type": "Line", "value": " disabled", "range": [ - 8243, - 8254 + 8244, + 8255 ], "loc": { "start": { @@ -30456,8 +30456,8 @@ "type": "Line", "value": " State is overriden with passed state object", "range": [ - 8287, - 8333 + 8288, + 8334 ], "loc": { "start": { @@ -30474,8 +30474,8 @@ "type": "Line", "value": " New hash state is applied to features", "range": [ - 8372, - 8412 + 8373, + 8413 ], "loc": { "start": { @@ -30492,8 +30492,8 @@ "type": "Line", "value": " State is re-enabled", "range": [ - 8442, - 8464 + 8443, + 8465 ], "loc": { "start": { @@ -30510,8 +30510,8 @@ "type": "Block", "value": "*\n * Sync filters with stored values and filter table\n *\n * @private\n ", "range": [ - 8499, - 8589 + 8500, + 8590 ], "loc": { "start": { @@ -30528,8 +30528,8 @@ "type": "Block", "value": "*\n * Sync sorted column with stored sorting information and sort table\n *\n * @private\n ", "range": [ - 9057, - 9164 + 9058, + 9165 ], "loc": { "start": { @@ -30546,8 +30546,8 @@ "type": "Block", "value": "*\n * Sync hidden columns with stored information\n *\n * @private\n ", "range": [ - 9711, - 9796 + 9712, + 9797 ], "loc": { "start": { @@ -30564,8 +30564,8 @@ "type": "Block", "value": "*\n * Sync filters visibility with stored information\n *\n * @private\n ", "range": [ - 10427, - 10516 + 10428, + 10517 ], "loc": { "start": { @@ -30582,8 +30582,8 @@ "type": "Block", "value": "*\n * Destroy State instance\n ", "range": [ - 10871, - 10912 + 10872, + 10913 ], "loc": { "start": { diff --git a/docs/ast/source/modules/statusBar.js.json b/docs/ast/source/modules/statusBar.js.json index 1ad009dd..55625228 100644 --- a/docs/ast/source/modules/statusBar.js.json +++ b/docs/ast/source/modules/statusBar.js.json @@ -60,11 +60,11 @@ ], "source": { "type": "Literal", - "value": "./feature", - "raw": "'./feature'", + "value": "../feature", + "raw": "'../feature'", "range": [ 22, - 33 + 34 ], "loc": { "start": { @@ -73,13 +73,13 @@ }, "end": { "line": 1, - "column": 33 + "column": 34 } } }, "range": [ 0, - 34 + 35 ], "loc": { "start": { @@ -88,7 +88,7 @@ }, "end": { "line": 1, - "column": 34 + "column": 35 } } }, @@ -101,8 +101,8 @@ "type": "Identifier", "name": "root", "range": [ - 43, - 47 + 44, + 48 ], "loc": { "start": { @@ -119,8 +119,8 @@ "type": "Identifier", "name": "root", "range": [ - 43, - 47 + 44, + 48 ], "loc": { "start": { @@ -134,8 +134,8 @@ } }, "range": [ - 43, - 47 + 44, + 48 ], "loc": { "start": { @@ -154,8 +154,8 @@ "value": "../root", "raw": "'../root'", "range": [ - 54, - 63 + 55, + 64 ], "loc": { "start": { @@ -169,8 +169,8 @@ } }, "range": [ - 35, - 64 + 36, + 65 ], "loc": { "start": { @@ -192,8 +192,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 72, - 75 + 73, + 76 ], "loc": { "start": { @@ -207,8 +207,8 @@ } }, "range": [ - 72, - 75 + 73, + 76 ], "loc": { "start": { @@ -227,8 +227,8 @@ "value": "../dom", "raw": "'../dom'", "range": [ - 81, - 89 + 82, + 90 ], "loc": { "start": { @@ -242,8 +242,8 @@ } }, "range": [ - 65, - 90 + 66, + 91 ], "loc": { "start": { @@ -265,8 +265,8 @@ "type": "Identifier", "name": "Types", "range": [ - 98, - 103 + 99, + 104 ], "loc": { "start": { @@ -280,8 +280,8 @@ } }, "range": [ - 98, - 103 + 99, + 104 ], "loc": { "start": { @@ -300,8 +300,8 @@ "value": "../types", "raw": "'../types'", "range": [ - 109, - 119 + 110, + 120 ], "loc": { "start": { @@ -315,8 +315,8 @@ } }, "range": [ - 91, - 120 + 92, + 121 ], "loc": { "start": { @@ -337,8 +337,8 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 135, - 144 + 136, + 145 ], "loc": { "start": { @@ -355,8 +355,8 @@ "type": "Identifier", "name": "Feature", "range": [ - 153, - 160 + 154, + 161 ], "loc": { "start": { @@ -378,8 +378,8 @@ "type": "Identifier", "name": "constructor", "range": [ - 261, - 272 + 262, + 273 ], "loc": { "start": { @@ -400,8 +400,8 @@ "type": "Identifier", "name": "tf", "range": [ - 273, - 275 + 274, + 276 ], "loc": { "start": { @@ -425,8 +425,8 @@ "callee": { "type": "Super", "range": [ - 286, - 291 + 287, + 292 ], "loc": { "start": { @@ -444,8 +444,8 @@ "type": "Identifier", "name": "tf", "range": [ - 292, - 294 + 293, + 295 ], "loc": { "start": { @@ -463,8 +463,8 @@ "value": "statusBar", "raw": "'statusBar'", "range": [ - 296, - 307 + 297, + 308 ], "loc": { "start": { @@ -479,8 +479,8 @@ } ], "range": [ - 286, - 308 + 287, + 309 ], "loc": { "start": { @@ -494,8 +494,8 @@ } }, "range": [ - 286, - 309 + 287, + 310 ], "loc": { "start": { @@ -512,8 +512,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 319, - 342 + 320, + 343 ], "loc": { "start": { @@ -537,8 +537,8 @@ "type": "Identifier", "name": "f", "range": [ - 355, - 356 + 356, + 357 ], "loc": { "start": { @@ -557,8 +557,8 @@ "object": { "type": "ThisExpression", "range": [ - 359, - 363 + 360, + 364 ], "loc": { "start": { @@ -575,8 +575,8 @@ "type": "Identifier", "name": "config", "range": [ - 364, - 370 + 365, + 371 ], "loc": { "start": { @@ -590,8 +590,8 @@ } }, "range": [ - 359, - 370 + 360, + 371 ], "loc": { "start": { @@ -605,8 +605,8 @@ } }, "range": [ - 355, - 370 + 356, + 371 ], "loc": { "start": { @@ -622,8 +622,8 @@ ], "kind": "let", "range": [ - 351, - 371 + 352, + 372 ], "loc": { "start": { @@ -640,8 +640,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 319, - 342 + 320, + 343 ], "loc": { "start": { @@ -660,8 +660,8 @@ "type": "Line", "value": "id of custom container element", "range": [ - 381, - 413 + 382, + 414 ], "loc": { "start": { @@ -687,8 +687,8 @@ "object": { "type": "ThisExpression", "range": [ - 422, - 426 + 423, + 427 ], "loc": { "start": { @@ -705,8 +705,8 @@ "type": "Identifier", "name": "statusBarTgtId", "range": [ - 427, - 441 + 428, + 442 ], "loc": { "start": { @@ -720,8 +720,8 @@ } }, "range": [ - 422, - 441 + 423, + 442 ], "loc": { "start": { @@ -744,8 +744,8 @@ "type": "Identifier", "name": "f", "range": [ - 444, - 445 + 445, + 446 ], "loc": { "start": { @@ -762,8 +762,8 @@ "type": "Identifier", "name": "status_bar_target_id", "range": [ - 446, - 466 + 447, + 467 ], "loc": { "start": { @@ -777,8 +777,8 @@ } }, "range": [ - 444, - 466 + 445, + 467 ], "loc": { "start": { @@ -796,8 +796,8 @@ "value": null, "raw": "null", "range": [ - 470, - 474 + 471, + 475 ], "loc": { "start": { @@ -811,8 +811,8 @@ } }, "range": [ - 444, - 474 + 445, + 475 ], "loc": { "start": { @@ -826,8 +826,8 @@ } }, "range": [ - 422, - 474 + 423, + 475 ], "loc": { "start": { @@ -841,8 +841,8 @@ } }, "range": [ - 422, - 475 + 423, + 476 ], "loc": { "start": { @@ -859,8 +859,8 @@ "type": "Line", "value": "id of custom container element", "range": [ - 381, - 413 + 382, + 414 ], "loc": { "start": { @@ -879,8 +879,8 @@ "type": "Line", "value": "element containing status bar label", "range": [ - 484, - 521 + 485, + 522 ], "loc": { "start": { @@ -906,8 +906,8 @@ "object": { "type": "ThisExpression", "range": [ - 530, - 534 + 531, + 535 ], "loc": { "start": { @@ -924,8 +924,8 @@ "type": "Identifier", "name": "statusBarDiv", "range": [ - 535, - 547 + 536, + 548 ], "loc": { "start": { @@ -939,8 +939,8 @@ } }, "range": [ - 530, - 547 + 531, + 548 ], "loc": { "start": { @@ -958,8 +958,8 @@ "value": null, "raw": "null", "range": [ - 550, - 554 + 551, + 555 ], "loc": { "start": { @@ -973,8 +973,8 @@ } }, "range": [ - 530, - 554 + 531, + 555 ], "loc": { "start": { @@ -988,8 +988,8 @@ } }, "range": [ - 530, - 555 + 531, + 556 ], "loc": { "start": { @@ -1006,8 +1006,8 @@ "type": "Line", "value": "element containing status bar label", "range": [ - 484, - 521 + 485, + 522 ], "loc": { "start": { @@ -1026,8 +1026,8 @@ "type": "Line", "value": "status bar", "range": [ - 564, - 576 + 565, + 577 ], "loc": { "start": { @@ -1053,8 +1053,8 @@ "object": { "type": "ThisExpression", "range": [ - 585, - 589 + 586, + 590 ], "loc": { "start": { @@ -1071,8 +1071,8 @@ "type": "Identifier", "name": "statusBarSpan", "range": [ - 590, - 603 + 591, + 604 ], "loc": { "start": { @@ -1086,8 +1086,8 @@ } }, "range": [ - 585, - 603 + 586, + 604 ], "loc": { "start": { @@ -1105,8 +1105,8 @@ "value": null, "raw": "null", "range": [ - 606, - 610 + 607, + 611 ], "loc": { "start": { @@ -1120,8 +1120,8 @@ } }, "range": [ - 585, - 610 + 586, + 611 ], "loc": { "start": { @@ -1135,8 +1135,8 @@ } }, "range": [ - 585, - 611 + 586, + 612 ], "loc": { "start": { @@ -1153,8 +1153,8 @@ "type": "Line", "value": "status bar", "range": [ - 564, - 576 + 565, + 577 ], "loc": { "start": { @@ -1173,8 +1173,8 @@ "type": "Line", "value": "status bar label", "range": [ - 620, - 638 + 621, + 639 ], "loc": { "start": { @@ -1200,8 +1200,8 @@ "object": { "type": "ThisExpression", "range": [ - 647, - 651 + 648, + 652 ], "loc": { "start": { @@ -1218,8 +1218,8 @@ "type": "Identifier", "name": "statusBarSpanText", "range": [ - 652, - 669 + 653, + 670 ], "loc": { "start": { @@ -1233,8 +1233,8 @@ } }, "range": [ - 647, - 669 + 648, + 670 ], "loc": { "start": { @@ -1252,8 +1252,8 @@ "value": null, "raw": "null", "range": [ - 672, - 676 + 673, + 677 ], "loc": { "start": { @@ -1267,8 +1267,8 @@ } }, "range": [ - 647, - 676 + 648, + 677 ], "loc": { "start": { @@ -1282,8 +1282,8 @@ } }, "range": [ - 647, - 677 + 648, + 678 ], "loc": { "start": { @@ -1300,8 +1300,8 @@ "type": "Line", "value": "status bar label", "range": [ - 620, - 638 + 621, + 639 ], "loc": { "start": { @@ -1320,8 +1320,8 @@ "type": "Line", "value": "defines status bar text", "range": [ - 686, - 711 + 687, + 712 ], "loc": { "start": { @@ -1347,8 +1347,8 @@ "object": { "type": "ThisExpression", "range": [ - 720, - 724 + 721, + 725 ], "loc": { "start": { @@ -1365,8 +1365,8 @@ "type": "Identifier", "name": "statusBarText", "range": [ - 725, - 738 + 726, + 739 ], "loc": { "start": { @@ -1380,8 +1380,8 @@ } }, "range": [ - 720, - 738 + 721, + 739 ], "loc": { "start": { @@ -1404,8 +1404,8 @@ "type": "Identifier", "name": "f", "range": [ - 741, - 742 + 742, + 743 ], "loc": { "start": { @@ -1422,8 +1422,8 @@ "type": "Identifier", "name": "status_bar_text", "range": [ - 743, - 758 + 744, + 759 ], "loc": { "start": { @@ -1437,8 +1437,8 @@ } }, "range": [ - 741, - 758 + 742, + 759 ], "loc": { "start": { @@ -1456,8 +1456,8 @@ "value": "", "raw": "''", "range": [ - 762, - 764 + 763, + 765 ], "loc": { "start": { @@ -1471,8 +1471,8 @@ } }, "range": [ - 741, - 764 + 742, + 765 ], "loc": { "start": { @@ -1486,8 +1486,8 @@ } }, "range": [ - 720, - 764 + 721, + 765 ], "loc": { "start": { @@ -1501,8 +1501,8 @@ } }, "range": [ - 720, - 765 + 721, + 766 ], "loc": { "start": { @@ -1519,8 +1519,8 @@ "type": "Line", "value": "defines status bar text", "range": [ - 686, - 711 + 687, + 712 ], "loc": { "start": { @@ -1539,8 +1539,8 @@ "type": "Line", "value": "defines css class status bar", "range": [ - 774, - 804 + 775, + 805 ], "loc": { "start": { @@ -1566,8 +1566,8 @@ "object": { "type": "ThisExpression", "range": [ - 813, - 817 + 814, + 818 ], "loc": { "start": { @@ -1584,8 +1584,8 @@ "type": "Identifier", "name": "statusBarCssClass", "range": [ - 818, - 835 + 819, + 836 ], "loc": { "start": { @@ -1599,8 +1599,8 @@ } }, "range": [ - 813, - 835 + 814, + 836 ], "loc": { "start": { @@ -1623,8 +1623,8 @@ "type": "Identifier", "name": "f", "range": [ - 838, - 839 + 839, + 840 ], "loc": { "start": { @@ -1641,8 +1641,8 @@ "type": "Identifier", "name": "status_bar_css_class", "range": [ - 840, - 860 + 841, + 861 ], "loc": { "start": { @@ -1656,8 +1656,8 @@ } }, "range": [ - 838, - 860 + 839, + 861 ], "loc": { "start": { @@ -1675,8 +1675,8 @@ "value": "status", "raw": "'status'", "range": [ - 864, - 872 + 865, + 873 ], "loc": { "start": { @@ -1690,8 +1690,8 @@ } }, "range": [ - 838, - 872 + 839, + 873 ], "loc": { "start": { @@ -1705,8 +1705,8 @@ } }, "range": [ - 813, - 872 + 814, + 873 ], "loc": { "start": { @@ -1720,8 +1720,8 @@ } }, "range": [ - 813, - 873 + 814, + 874 ], "loc": { "start": { @@ -1738,8 +1738,8 @@ "type": "Line", "value": "defines css class status bar", "range": [ - 774, - 804 + 775, + 805 ], "loc": { "start": { @@ -1758,8 +1758,8 @@ "type": "Line", "value": "delay for status bar clearing", "range": [ - 882, - 913 + 883, + 914 ], "loc": { "start": { @@ -1785,8 +1785,8 @@ "object": { "type": "ThisExpression", "range": [ - 922, - 926 + 923, + 927 ], "loc": { "start": { @@ -1803,8 +1803,8 @@ "type": "Identifier", "name": "statusBarCloseDelay", "range": [ - 927, - 946 + 928, + 947 ], "loc": { "start": { @@ -1818,8 +1818,8 @@ } }, "range": [ - 922, - 946 + 923, + 947 ], "loc": { "start": { @@ -1837,8 +1837,8 @@ "value": 250, "raw": "250", "range": [ - 949, - 952 + 950, + 953 ], "loc": { "start": { @@ -1852,8 +1852,8 @@ } }, "range": [ - 922, - 952 + 923, + 953 ], "loc": { "start": { @@ -1867,8 +1867,8 @@ } }, "range": [ - 922, - 953 + 923, + 954 ], "loc": { "start": { @@ -1885,8 +1885,8 @@ "type": "Line", "value": "delay for status bar clearing", "range": [ - 882, - 913 + 883, + 914 ], "loc": { "start": { @@ -1905,8 +1905,8 @@ "type": "Line", "value": "calls function before message is displayed", "range": [ - 963, - 1007 + 964, + 1008 ], "loc": { "start": { @@ -1932,8 +1932,8 @@ "object": { "type": "ThisExpression", "range": [ - 1016, - 1020 + 1017, + 1021 ], "loc": { "start": { @@ -1950,8 +1950,8 @@ "type": "Identifier", "name": "onBeforeShowMsg", "range": [ - 1021, - 1036 + 1022, + 1037 ], "loc": { "start": { @@ -1965,8 +1965,8 @@ } }, "range": [ - 1016, - 1036 + 1017, + 1037 ], "loc": { "start": { @@ -1990,8 +1990,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1039, - 1044 + 1040, + 1045 ], "loc": { "start": { @@ -2008,8 +2008,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1045, - 1049 + 1046, + 1050 ], "loc": { "start": { @@ -2023,8 +2023,8 @@ } }, "range": [ - 1039, - 1049 + 1040, + 1050 ], "loc": { "start": { @@ -2045,8 +2045,8 @@ "type": "Identifier", "name": "f", "range": [ - 1050, - 1051 + 1051, + 1052 ], "loc": { "start": { @@ -2063,8 +2063,8 @@ "type": "Identifier", "name": "on_before_show_msg", "range": [ - 1052, - 1070 + 1053, + 1071 ], "loc": { "start": { @@ -2078,8 +2078,8 @@ } }, "range": [ - 1050, - 1070 + 1051, + 1071 ], "loc": { "start": { @@ -2094,8 +2094,8 @@ } ], "range": [ - 1039, - 1071 + 1040, + 1072 ], "loc": { "start": { @@ -2115,8 +2115,8 @@ "type": "Identifier", "name": "f", "range": [ - 1086, - 1087 + 1087, + 1088 ], "loc": { "start": { @@ -2133,8 +2133,8 @@ "type": "Identifier", "name": "on_before_show_msg", "range": [ - 1088, - 1106 + 1089, + 1107 ], "loc": { "start": { @@ -2148,8 +2148,8 @@ } }, "range": [ - 1086, - 1106 + 1087, + 1107 ], "loc": { "start": { @@ -2167,8 +2167,8 @@ "value": null, "raw": "null", "range": [ - 1109, - 1113 + 1110, + 1114 ], "loc": { "start": { @@ -2182,8 +2182,8 @@ } }, "range": [ - 1039, - 1113 + 1040, + 1114 ], "loc": { "start": { @@ -2197,8 +2197,8 @@ } }, "range": [ - 1016, - 1113 + 1017, + 1114 ], "loc": { "start": { @@ -2212,8 +2212,8 @@ } }, "range": [ - 1016, - 1114 + 1017, + 1115 ], "loc": { "start": { @@ -2230,8 +2230,8 @@ "type": "Line", "value": "calls function before message is displayed", "range": [ - 963, - 1007 + 964, + 1008 ], "loc": { "start": { @@ -2250,8 +2250,8 @@ "type": "Line", "value": "calls function after message is displayed", "range": [ - 1123, - 1166 + 1124, + 1167 ], "loc": { "start": { @@ -2277,8 +2277,8 @@ "object": { "type": "ThisExpression", "range": [ - 1175, - 1179 + 1176, + 1180 ], "loc": { "start": { @@ -2295,8 +2295,8 @@ "type": "Identifier", "name": "onAfterShowMsg", "range": [ - 1180, - 1194 + 1181, + 1195 ], "loc": { "start": { @@ -2310,8 +2310,8 @@ } }, "range": [ - 1175, - 1194 + 1176, + 1195 ], "loc": { "start": { @@ -2335,8 +2335,8 @@ "type": "Identifier", "name": "Types", "range": [ - 1197, - 1202 + 1198, + 1203 ], "loc": { "start": { @@ -2353,8 +2353,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 1203, - 1207 + 1204, + 1208 ], "loc": { "start": { @@ -2368,8 +2368,8 @@ } }, "range": [ - 1197, - 1207 + 1198, + 1208 ], "loc": { "start": { @@ -2390,8 +2390,8 @@ "type": "Identifier", "name": "f", "range": [ - 1208, - 1209 + 1209, + 1210 ], "loc": { "start": { @@ -2408,8 +2408,8 @@ "type": "Identifier", "name": "on_after_show_msg", "range": [ - 1210, - 1227 + 1211, + 1228 ], "loc": { "start": { @@ -2423,8 +2423,8 @@ } }, "range": [ - 1208, - 1227 + 1209, + 1228 ], "loc": { "start": { @@ -2439,8 +2439,8 @@ } ], "range": [ - 1197, - 1228 + 1198, + 1229 ], "loc": { "start": { @@ -2460,8 +2460,8 @@ "type": "Identifier", "name": "f", "range": [ - 1243, - 1244 + 1244, + 1245 ], "loc": { "start": { @@ -2478,8 +2478,8 @@ "type": "Identifier", "name": "on_after_show_msg", "range": [ - 1245, - 1262 + 1246, + 1263 ], "loc": { "start": { @@ -2493,8 +2493,8 @@ } }, "range": [ - 1243, - 1262 + 1244, + 1263 ], "loc": { "start": { @@ -2512,8 +2512,8 @@ "value": null, "raw": "null", "range": [ - 1265, - 1269 + 1266, + 1270 ], "loc": { "start": { @@ -2527,8 +2527,8 @@ } }, "range": [ - 1197, - 1269 + 1198, + 1270 ], "loc": { "start": { @@ -2542,8 +2542,8 @@ } }, "range": [ - 1175, - 1269 + 1176, + 1270 ], "loc": { "start": { @@ -2557,8 +2557,8 @@ } }, "range": [ - 1175, - 1270 + 1176, + 1271 ], "loc": { "start": { @@ -2575,8 +2575,8 @@ "type": "Line", "value": "calls function after message is displayed", "range": [ - 1123, - 1166 + 1124, + 1167 ], "loc": { "start": { @@ -2595,8 +2595,8 @@ "type": "Line", "value": "status messages", "range": [ - 1280, - 1297 + 1281, + 1298 ], "loc": { "start": { @@ -2622,8 +2622,8 @@ "object": { "type": "ThisExpression", "range": [ - 1306, - 1310 + 1307, + 1311 ], "loc": { "start": { @@ -2640,8 +2640,8 @@ "type": "Identifier", "name": "msgFilter", "range": [ - 1311, - 1320 + 1312, + 1321 ], "loc": { "start": { @@ -2655,8 +2655,8 @@ } }, "range": [ - 1306, - 1320 + 1307, + 1321 ], "loc": { "start": { @@ -2679,8 +2679,8 @@ "type": "Identifier", "name": "f", "range": [ - 1323, - 1324 + 1324, + 1325 ], "loc": { "start": { @@ -2697,8 +2697,8 @@ "type": "Identifier", "name": "msg_filter", "range": [ - 1325, - 1335 + 1326, + 1336 ], "loc": { "start": { @@ -2712,8 +2712,8 @@ } }, "range": [ - 1323, - 1335 + 1324, + 1336 ], "loc": { "start": { @@ -2731,8 +2731,8 @@ "value": "Filtering data...", "raw": "'Filtering data...'", "range": [ - 1339, - 1358 + 1340, + 1359 ], "loc": { "start": { @@ -2746,8 +2746,8 @@ } }, "range": [ - 1323, - 1358 + 1324, + 1359 ], "loc": { "start": { @@ -2761,8 +2761,8 @@ } }, "range": [ - 1306, - 1358 + 1307, + 1359 ], "loc": { "start": { @@ -2776,8 +2776,8 @@ } }, "range": [ - 1306, - 1359 + 1307, + 1360 ], "loc": { "start": { @@ -2794,8 +2794,8 @@ "type": "Line", "value": "status messages", "range": [ - 1280, - 1297 + 1281, + 1298 ], "loc": { "start": { @@ -2814,8 +2814,8 @@ "type": "Line", "value": "populating drop-downs", "range": [ - 1368, - 1391 + 1369, + 1392 ], "loc": { "start": { @@ -2841,8 +2841,8 @@ "object": { "type": "ThisExpression", "range": [ - 1400, - 1404 + 1401, + 1405 ], "loc": { "start": { @@ -2859,8 +2859,8 @@ "type": "Identifier", "name": "msgPopulate", "range": [ - 1405, - 1416 + 1406, + 1417 ], "loc": { "start": { @@ -2874,8 +2874,8 @@ } }, "range": [ - 1400, - 1416 + 1401, + 1417 ], "loc": { "start": { @@ -2898,8 +2898,8 @@ "type": "Identifier", "name": "f", "range": [ - 1419, - 1420 + 1420, + 1421 ], "loc": { "start": { @@ -2916,8 +2916,8 @@ "type": "Identifier", "name": "msg_populate", "range": [ - 1421, - 1433 + 1422, + 1434 ], "loc": { "start": { @@ -2931,8 +2931,8 @@ } }, "range": [ - 1419, - 1433 + 1420, + 1434 ], "loc": { "start": { @@ -2950,8 +2950,8 @@ "value": "Populating filter...", "raw": "'Populating filter...'", "range": [ - 1437, - 1459 + 1438, + 1460 ], "loc": { "start": { @@ -2965,8 +2965,8 @@ } }, "range": [ - 1419, - 1459 + 1420, + 1460 ], "loc": { "start": { @@ -2980,8 +2980,8 @@ } }, "range": [ - 1400, - 1459 + 1401, + 1460 ], "loc": { "start": { @@ -2995,8 +2995,8 @@ } }, "range": [ - 1400, - 1460 + 1401, + 1461 ], "loc": { "start": { @@ -3013,8 +3013,8 @@ "type": "Line", "value": "populating drop-downs", "range": [ - 1368, - 1391 + 1369, + 1392 ], "loc": { "start": { @@ -3033,8 +3033,8 @@ "type": "Line", "value": "populating drop-downs", "range": [ - 1469, - 1492 + 1470, + 1493 ], "loc": { "start": { @@ -3060,8 +3060,8 @@ "object": { "type": "ThisExpression", "range": [ - 1501, - 1505 + 1502, + 1506 ], "loc": { "start": { @@ -3078,8 +3078,8 @@ "type": "Identifier", "name": "msgPopulateCheckList", "range": [ - 1506, - 1526 + 1507, + 1527 ], "loc": { "start": { @@ -3093,8 +3093,8 @@ } }, "range": [ - 1501, - 1526 + 1502, + 1527 ], "loc": { "start": { @@ -3117,8 +3117,8 @@ "type": "Identifier", "name": "f", "range": [ - 1529, - 1530 + 1530, + 1531 ], "loc": { "start": { @@ -3135,8 +3135,8 @@ "type": "Identifier", "name": "msg_populate_checklist", "range": [ - 1531, - 1553 + 1532, + 1554 ], "loc": { "start": { @@ -3150,8 +3150,8 @@ } }, "range": [ - 1529, - 1553 + 1530, + 1554 ], "loc": { "start": { @@ -3169,8 +3169,8 @@ "value": "Populating list...", "raw": "'Populating list...'", "range": [ - 1569, - 1589 + 1570, + 1590 ], "loc": { "start": { @@ -3184,8 +3184,8 @@ } }, "range": [ - 1529, - 1589 + 1530, + 1590 ], "loc": { "start": { @@ -3199,8 +3199,8 @@ } }, "range": [ - 1501, - 1589 + 1502, + 1590 ], "loc": { "start": { @@ -3214,8 +3214,8 @@ } }, "range": [ - 1501, - 1590 + 1502, + 1591 ], "loc": { "start": { @@ -3232,8 +3232,8 @@ "type": "Line", "value": "populating drop-downs", "range": [ - 1469, - 1492 + 1470, + 1493 ], "loc": { "start": { @@ -3252,8 +3252,8 @@ "type": "Line", "value": "changing paging page", "range": [ - 1599, - 1621 + 1600, + 1622 ], "loc": { "start": { @@ -3279,8 +3279,8 @@ "object": { "type": "ThisExpression", "range": [ - 1630, - 1634 + 1631, + 1635 ], "loc": { "start": { @@ -3297,8 +3297,8 @@ "type": "Identifier", "name": "msgChangePage", "range": [ - 1635, - 1648 + 1636, + 1649 ], "loc": { "start": { @@ -3312,8 +3312,8 @@ } }, "range": [ - 1630, - 1648 + 1631, + 1649 ], "loc": { "start": { @@ -3336,8 +3336,8 @@ "type": "Identifier", "name": "f", "range": [ - 1651, - 1652 + 1652, + 1653 ], "loc": { "start": { @@ -3354,8 +3354,8 @@ "type": "Identifier", "name": "msg_change_page", "range": [ - 1653, - 1668 + 1654, + 1669 ], "loc": { "start": { @@ -3369,8 +3369,8 @@ } }, "range": [ - 1651, - 1668 + 1652, + 1669 ], "loc": { "start": { @@ -3388,8 +3388,8 @@ "value": "Collecting paging data...", "raw": "'Collecting paging data...'", "range": [ - 1672, - 1699 + 1673, + 1700 ], "loc": { "start": { @@ -3403,8 +3403,8 @@ } }, "range": [ - 1651, - 1699 + 1652, + 1700 ], "loc": { "start": { @@ -3418,8 +3418,8 @@ } }, "range": [ - 1630, - 1699 + 1631, + 1700 ], "loc": { "start": { @@ -3433,8 +3433,8 @@ } }, "range": [ - 1630, - 1700 + 1631, + 1701 ], "loc": { "start": { @@ -3451,8 +3451,8 @@ "type": "Line", "value": "changing paging page", "range": [ - 1599, - 1621 + 1600, + 1622 ], "loc": { "start": { @@ -3471,8 +3471,8 @@ "type": "Line", "value": "clearing filters", "range": [ - 1709, - 1727 + 1710, + 1728 ], "loc": { "start": { @@ -3498,8 +3498,8 @@ "object": { "type": "ThisExpression", "range": [ - 1736, - 1740 + 1737, + 1741 ], "loc": { "start": { @@ -3516,8 +3516,8 @@ "type": "Identifier", "name": "msgClear", "range": [ - 1741, - 1749 + 1742, + 1750 ], "loc": { "start": { @@ -3531,8 +3531,8 @@ } }, "range": [ - 1736, - 1749 + 1737, + 1750 ], "loc": { "start": { @@ -3555,8 +3555,8 @@ "type": "Identifier", "name": "f", "range": [ - 1752, - 1753 + 1753, + 1754 ], "loc": { "start": { @@ -3573,8 +3573,8 @@ "type": "Identifier", "name": "msg_clear", "range": [ - 1754, - 1763 + 1755, + 1764 ], "loc": { "start": { @@ -3588,8 +3588,8 @@ } }, "range": [ - 1752, - 1763 + 1753, + 1764 ], "loc": { "start": { @@ -3607,8 +3607,8 @@ "value": "Clearing filters...", "raw": "'Clearing filters...'", "range": [ - 1767, - 1788 + 1768, + 1789 ], "loc": { "start": { @@ -3622,8 +3622,8 @@ } }, "range": [ - 1752, - 1788 + 1753, + 1789 ], "loc": { "start": { @@ -3637,8 +3637,8 @@ } }, "range": [ - 1736, - 1788 + 1737, + 1789 ], "loc": { "start": { @@ -3652,8 +3652,8 @@ } }, "range": [ - 1736, - 1789 + 1737, + 1790 ], "loc": { "start": { @@ -3670,8 +3670,8 @@ "type": "Line", "value": "clearing filters", "range": [ - 1709, - 1727 + 1710, + 1728 ], "loc": { "start": { @@ -3690,8 +3690,8 @@ "type": "Line", "value": "changing nb results/page", "range": [ - 1798, - 1824 + 1799, + 1825 ], "loc": { "start": { @@ -3717,8 +3717,8 @@ "object": { "type": "ThisExpression", "range": [ - 1833, - 1837 + 1834, + 1838 ], "loc": { "start": { @@ -3735,8 +3735,8 @@ "type": "Identifier", "name": "msgChangeResults", "range": [ - 1838, - 1854 + 1839, + 1855 ], "loc": { "start": { @@ -3750,8 +3750,8 @@ } }, "range": [ - 1833, - 1854 + 1834, + 1855 ], "loc": { "start": { @@ -3774,8 +3774,8 @@ "type": "Identifier", "name": "f", "range": [ - 1857, - 1858 + 1858, + 1859 ], "loc": { "start": { @@ -3792,8 +3792,8 @@ "type": "Identifier", "name": "msg_change_results", "range": [ - 1859, - 1877 + 1860, + 1878 ], "loc": { "start": { @@ -3807,8 +3807,8 @@ } }, "range": [ - 1857, - 1877 + 1858, + 1878 ], "loc": { "start": { @@ -3826,8 +3826,8 @@ "value": "Changing results per page...", "raw": "'Changing results per page...'", "range": [ - 1893, - 1923 + 1894, + 1924 ], "loc": { "start": { @@ -3841,8 +3841,8 @@ } }, "range": [ - 1857, - 1923 + 1858, + 1924 ], "loc": { "start": { @@ -3856,8 +3856,8 @@ } }, "range": [ - 1833, - 1923 + 1834, + 1924 ], "loc": { "start": { @@ -3871,8 +3871,8 @@ } }, "range": [ - 1833, - 1924 + 1834, + 1925 ], "loc": { "start": { @@ -3889,8 +3889,8 @@ "type": "Line", "value": "changing nb results/page", "range": [ - 1798, - 1824 + 1799, + 1825 ], "loc": { "start": { @@ -3909,8 +3909,8 @@ "type": "Line", "value": "re-setting page", "range": [ - 1933, - 1950 + 1934, + 1951 ], "loc": { "start": { @@ -3936,8 +3936,8 @@ "object": { "type": "ThisExpression", "range": [ - 1959, - 1963 + 1960, + 1964 ], "loc": { "start": { @@ -3954,8 +3954,8 @@ "type": "Identifier", "name": "msgResetPage", "range": [ - 1964, - 1976 + 1965, + 1977 ], "loc": { "start": { @@ -3969,8 +3969,8 @@ } }, "range": [ - 1959, - 1976 + 1960, + 1977 ], "loc": { "start": { @@ -3993,8 +3993,8 @@ "type": "Identifier", "name": "f", "range": [ - 1979, - 1980 + 1980, + 1981 ], "loc": { "start": { @@ -4011,8 +4011,8 @@ "type": "Identifier", "name": "msg_reset_page", "range": [ - 1981, - 1995 + 1982, + 1996 ], "loc": { "start": { @@ -4026,8 +4026,8 @@ } }, "range": [ - 1979, - 1995 + 1980, + 1996 ], "loc": { "start": { @@ -4045,8 +4045,8 @@ "value": "Re-setting page...", "raw": "'Re-setting page...'", "range": [ - 1999, - 2019 + 2000, + 2020 ], "loc": { "start": { @@ -4060,8 +4060,8 @@ } }, "range": [ - 1979, - 2019 + 1980, + 2020 ], "loc": { "start": { @@ -4075,8 +4075,8 @@ } }, "range": [ - 1959, - 2019 + 1960, + 2020 ], "loc": { "start": { @@ -4090,8 +4090,8 @@ } }, "range": [ - 1959, - 2020 + 1960, + 2021 ], "loc": { "start": { @@ -4108,8 +4108,8 @@ "type": "Line", "value": "re-setting page", "range": [ - 1933, - 1950 + 1934, + 1951 ], "loc": { "start": { @@ -4128,8 +4128,8 @@ "type": "Line", "value": "re-setting page length", "range": [ - 2029, - 2053 + 2030, + 2054 ], "loc": { "start": { @@ -4155,8 +4155,8 @@ "object": { "type": "ThisExpression", "range": [ - 2062, - 2066 + 2063, + 2067 ], "loc": { "start": { @@ -4173,8 +4173,8 @@ "type": "Identifier", "name": "msgResetPageLength", "range": [ - 2067, - 2085 + 2068, + 2086 ], "loc": { "start": { @@ -4188,8 +4188,8 @@ } }, "range": [ - 2062, - 2085 + 2063, + 2086 ], "loc": { "start": { @@ -4212,8 +4212,8 @@ "type": "Identifier", "name": "f", "range": [ - 2088, - 2089 + 2089, + 2090 ], "loc": { "start": { @@ -4230,8 +4230,8 @@ "type": "Identifier", "name": "msg_reset_page_length", "range": [ - 2090, - 2111 + 2091, + 2112 ], "loc": { "start": { @@ -4245,8 +4245,8 @@ } }, "range": [ - 2088, - 2111 + 2089, + 2112 ], "loc": { "start": { @@ -4264,8 +4264,8 @@ "value": "Re-setting page length...", "raw": "'Re-setting page length...'", "range": [ - 2127, - 2154 + 2128, + 2155 ], "loc": { "start": { @@ -4279,8 +4279,8 @@ } }, "range": [ - 2088, - 2154 + 2089, + 2155 ], "loc": { "start": { @@ -4294,8 +4294,8 @@ } }, "range": [ - 2062, - 2154 + 2063, + 2155 ], "loc": { "start": { @@ -4309,8 +4309,8 @@ } }, "range": [ - 2062, - 2155 + 2063, + 2156 ], "loc": { "start": { @@ -4327,8 +4327,8 @@ "type": "Line", "value": "re-setting page length", "range": [ - 2029, - 2053 + 2030, + 2054 ], "loc": { "start": { @@ -4347,8 +4347,8 @@ "type": "Line", "value": "table sorting", "range": [ - 2164, - 2179 + 2165, + 2180 ], "loc": { "start": { @@ -4374,8 +4374,8 @@ "object": { "type": "ThisExpression", "range": [ - 2188, - 2192 + 2189, + 2193 ], "loc": { "start": { @@ -4392,8 +4392,8 @@ "type": "Identifier", "name": "msgSort", "range": [ - 2193, - 2200 + 2194, + 2201 ], "loc": { "start": { @@ -4407,8 +4407,8 @@ } }, "range": [ - 2188, - 2200 + 2189, + 2201 ], "loc": { "start": { @@ -4431,8 +4431,8 @@ "type": "Identifier", "name": "f", "range": [ - 2203, - 2204 + 2204, + 2205 ], "loc": { "start": { @@ -4449,8 +4449,8 @@ "type": "Identifier", "name": "msg_sort", "range": [ - 2205, - 2213 + 2206, + 2214 ], "loc": { "start": { @@ -4464,8 +4464,8 @@ } }, "range": [ - 2203, - 2213 + 2204, + 2214 ], "loc": { "start": { @@ -4483,8 +4483,8 @@ "value": "Sorting data...", "raw": "'Sorting data...'", "range": [ - 2217, - 2234 + 2218, + 2235 ], "loc": { "start": { @@ -4498,8 +4498,8 @@ } }, "range": [ - 2203, - 2234 + 2204, + 2235 ], "loc": { "start": { @@ -4513,8 +4513,8 @@ } }, "range": [ - 2188, - 2234 + 2189, + 2235 ], "loc": { "start": { @@ -4528,8 +4528,8 @@ } }, "range": [ - 2188, - 2235 + 2189, + 2236 ], "loc": { "start": { @@ -4546,8 +4546,8 @@ "type": "Line", "value": "table sorting", "range": [ - 2164, - 2179 + 2165, + 2180 ], "loc": { "start": { @@ -4566,8 +4566,8 @@ "type": "Line", "value": "extensions loading", "range": [ - 2244, - 2264 + 2245, + 2265 ], "loc": { "start": { @@ -4593,8 +4593,8 @@ "object": { "type": "ThisExpression", "range": [ - 2273, - 2277 + 2274, + 2278 ], "loc": { "start": { @@ -4611,8 +4611,8 @@ "type": "Identifier", "name": "msgLoadExtensions", "range": [ - 2278, - 2295 + 2279, + 2296 ], "loc": { "start": { @@ -4626,8 +4626,8 @@ } }, "range": [ - 2273, - 2295 + 2274, + 2296 ], "loc": { "start": { @@ -4650,8 +4650,8 @@ "type": "Identifier", "name": "f", "range": [ - 2298, - 2299 + 2299, + 2300 ], "loc": { "start": { @@ -4668,8 +4668,8 @@ "type": "Identifier", "name": "msg_load_extensions", "range": [ - 2300, - 2319 + 2301, + 2320 ], "loc": { "start": { @@ -4683,8 +4683,8 @@ } }, "range": [ - 2298, - 2319 + 2299, + 2320 ], "loc": { "start": { @@ -4702,8 +4702,8 @@ "value": "Loading extensions...", "raw": "'Loading extensions...'", "range": [ - 2335, - 2358 + 2336, + 2359 ], "loc": { "start": { @@ -4717,8 +4717,8 @@ } }, "range": [ - 2298, - 2358 + 2299, + 2359 ], "loc": { "start": { @@ -4732,8 +4732,8 @@ } }, "range": [ - 2273, - 2358 + 2274, + 2359 ], "loc": { "start": { @@ -4747,8 +4747,8 @@ } }, "range": [ - 2273, - 2359 + 2274, + 2360 ], "loc": { "start": { @@ -4765,8 +4765,8 @@ "type": "Line", "value": "extensions loading", "range": [ - 2244, - 2264 + 2245, + 2265 ], "loc": { "start": { @@ -4785,8 +4785,8 @@ "type": "Line", "value": "themes loading", "range": [ - 2368, - 2384 + 2369, + 2385 ], "loc": { "start": { @@ -4812,8 +4812,8 @@ "object": { "type": "ThisExpression", "range": [ - 2393, - 2397 + 2394, + 2398 ], "loc": { "start": { @@ -4830,8 +4830,8 @@ "type": "Identifier", "name": "msgLoadThemes", "range": [ - 2398, - 2411 + 2399, + 2412 ], "loc": { "start": { @@ -4845,8 +4845,8 @@ } }, "range": [ - 2393, - 2411 + 2394, + 2412 ], "loc": { "start": { @@ -4869,8 +4869,8 @@ "type": "Identifier", "name": "f", "range": [ - 2414, - 2415 + 2415, + 2416 ], "loc": { "start": { @@ -4887,8 +4887,8 @@ "type": "Identifier", "name": "msg_load_themes", "range": [ - 2416, - 2431 + 2417, + 2432 ], "loc": { "start": { @@ -4902,8 +4902,8 @@ } }, "range": [ - 2414, - 2431 + 2415, + 2432 ], "loc": { "start": { @@ -4921,8 +4921,8 @@ "value": "Loading theme(s)...", "raw": "'Loading theme(s)...'", "range": [ - 2435, - 2456 + 2436, + 2457 ], "loc": { "start": { @@ -4936,8 +4936,8 @@ } }, "range": [ - 2414, - 2456 + 2415, + 2457 ], "loc": { "start": { @@ -4951,8 +4951,8 @@ } }, "range": [ - 2393, - 2456 + 2394, + 2457 ], "loc": { "start": { @@ -4966,8 +4966,8 @@ } }, "range": [ - 2393, - 2457 + 2394, + 2458 ], "loc": { "start": { @@ -4984,8 +4984,8 @@ "type": "Line", "value": "themes loading", "range": [ - 2368, - 2384 + 2369, + 2385 ], "loc": { "start": { @@ -5004,8 +5004,8 @@ "type": "Line", "value": " status bar div", "range": [ - 2467, - 2484 + 2468, + 2485 ], "loc": { "start": { @@ -5031,8 +5031,8 @@ "object": { "type": "ThisExpression", "range": [ - 2493, - 2497 + 2494, + 2498 ], "loc": { "start": { @@ -5049,8 +5049,8 @@ "type": "Identifier", "name": "prfxStatus", "range": [ - 2498, - 2508 + 2499, + 2509 ], "loc": { "start": { @@ -5064,8 +5064,8 @@ } }, "range": [ - 2493, - 2508 + 2494, + 2509 ], "loc": { "start": { @@ -5083,8 +5083,8 @@ "value": "status_", "raw": "'status_'", "range": [ - 2511, - 2520 + 2512, + 2521 ], "loc": { "start": { @@ -5098,8 +5098,8 @@ } }, "range": [ - 2493, - 2520 + 2494, + 2521 ], "loc": { "start": { @@ -5113,8 +5113,8 @@ } }, "range": [ - 2493, - 2521 + 2494, + 2522 ], "loc": { "start": { @@ -5131,8 +5131,8 @@ "type": "Line", "value": " status bar div", "range": [ - 2467, - 2484 + 2468, + 2485 ], "loc": { "start": { @@ -5151,8 +5151,8 @@ "type": "Line", "value": " status bar label", "range": [ - 2530, - 2549 + 2531, + 2550 ], "loc": { "start": { @@ -5178,8 +5178,8 @@ "object": { "type": "ThisExpression", "range": [ - 2558, - 2562 + 2559, + 2563 ], "loc": { "start": { @@ -5196,8 +5196,8 @@ "type": "Identifier", "name": "prfxStatusSpan", "range": [ - 2563, - 2577 + 2564, + 2578 ], "loc": { "start": { @@ -5211,8 +5211,8 @@ } }, "range": [ - 2558, - 2577 + 2559, + 2578 ], "loc": { "start": { @@ -5230,8 +5230,8 @@ "value": "statusSpan_", "raw": "'statusSpan_'", "range": [ - 2580, - 2593 + 2581, + 2594 ], "loc": { "start": { @@ -5245,8 +5245,8 @@ } }, "range": [ - 2558, - 2593 + 2559, + 2594 ], "loc": { "start": { @@ -5260,8 +5260,8 @@ } }, "range": [ - 2558, - 2594 + 2559, + 2595 ], "loc": { "start": { @@ -5278,8 +5278,8 @@ "type": "Line", "value": " status bar label", "range": [ - 2530, - 2549 + 2531, + 2550 ], "loc": { "start": { @@ -5298,8 +5298,8 @@ "type": "Line", "value": " text preceding status bar label", "range": [ - 2603, - 2637 + 2604, + 2638 ], "loc": { "start": { @@ -5325,8 +5325,8 @@ "object": { "type": "ThisExpression", "range": [ - 2646, - 2650 + 2647, + 2651 ], "loc": { "start": { @@ -5343,8 +5343,8 @@ "type": "Identifier", "name": "prfxStatusTxt", "range": [ - 2651, - 2664 + 2652, + 2665 ], "loc": { "start": { @@ -5358,8 +5358,8 @@ } }, "range": [ - 2646, - 2664 + 2647, + 2665 ], "loc": { "start": { @@ -5377,8 +5377,8 @@ "value": "statusText_", "raw": "'statusText_'", "range": [ - 2667, - 2680 + 2668, + 2681 ], "loc": { "start": { @@ -5392,8 +5392,8 @@ } }, "range": [ - 2646, - 2680 + 2647, + 2681 ], "loc": { "start": { @@ -5407,8 +5407,8 @@ } }, "range": [ - 2646, - 2681 + 2647, + 2682 ], "loc": { "start": { @@ -5425,8 +5425,8 @@ "type": "Line", "value": " text preceding status bar label", "range": [ - 2603, - 2637 + 2604, + 2638 ], "loc": { "start": { @@ -5443,8 +5443,8 @@ } ], "range": [ - 276, - 2687 + 277, + 2688 ], "loc": { "start": { @@ -5460,8 +5460,8 @@ "generator": false, "expression": false, "range": [ - 272, - 2687 + 273, + 2688 ], "loc": { "start": { @@ -5477,8 +5477,8 @@ "kind": "constructor", "computed": false, "range": [ - 261, - 2687 + 262, + 2688 ], "loc": { "start": { @@ -5495,8 +5495,8 @@ "type": "Block", "value": "*\n * Status bar UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 167, - 256 + 168, + 257 ], "loc": { "start": { @@ -5518,8 +5518,8 @@ "type": "Identifier", "name": "init", "range": [ - 2693, - 2697 + 2694, + 2698 ], "loc": { "start": { @@ -5547,8 +5547,8 @@ "object": { "type": "ThisExpression", "range": [ - 2712, - 2716 + 2713, + 2717 ], "loc": { "start": { @@ -5565,8 +5565,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 2717, - 2728 + 2718, + 2729 ], "loc": { "start": { @@ -5580,8 +5580,8 @@ } }, "range": [ - 2712, - 2728 + 2713, + 2729 ], "loc": { "start": { @@ -5601,8 +5601,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 2743, - 2750 + 2744, + 2751 ], "loc": { "start": { @@ -5617,8 +5617,8 @@ } ], "range": [ - 2729, - 2760 + 2730, + 2761 ], "loc": { "start": { @@ -5633,8 +5633,8 @@ }, "alternate": null, "range": [ - 2709, - 2760 + 2710, + 2761 ], "loc": { "start": { @@ -5656,8 +5656,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2774, - 2776 + 2775, + 2777 ], "loc": { "start": { @@ -5676,8 +5676,8 @@ "object": { "type": "ThisExpression", "range": [ - 2779, - 2783 + 2780, + 2784 ], "loc": { "start": { @@ -5694,8 +5694,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2784, - 2786 + 2785, + 2787 ], "loc": { "start": { @@ -5709,8 +5709,8 @@ } }, "range": [ - 2779, - 2786 + 2780, + 2787 ], "loc": { "start": { @@ -5724,8 +5724,8 @@ } }, "range": [ - 2774, - 2786 + 2775, + 2787 ], "loc": { "start": { @@ -5741,8 +5741,8 @@ ], "kind": "let", "range": [ - 2770, - 2787 + 2771, + 2788 ], "loc": { "start": { @@ -5764,8 +5764,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2800, - 2807 + 2801, + 2808 ], "loc": { "start": { @@ -5784,8 +5784,8 @@ "object": { "type": "ThisExpression", "range": [ - 2810, - 2814 + 2811, + 2815 ], "loc": { "start": { @@ -5802,8 +5802,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 2815, - 2822 + 2816, + 2823 ], "loc": { "start": { @@ -5817,8 +5817,8 @@ } }, "range": [ - 2810, - 2822 + 2811, + 2823 ], "loc": { "start": { @@ -5832,8 +5832,8 @@ } }, "range": [ - 2800, - 2822 + 2801, + 2823 ], "loc": { "start": { @@ -5849,8 +5849,8 @@ ], "kind": "let", "range": [ - 2796, - 2823 + 2797, + 2824 ], "loc": { "start": { @@ -5867,8 +5867,8 @@ "type": "Line", "value": "status bar container", "range": [ - 2833, - 2855 + 2834, + 2856 ], "loc": { "start": { @@ -5892,8 +5892,8 @@ "type": "Identifier", "name": "statusDiv", "range": [ - 2868, - 2877 + 2869, + 2878 ], "loc": { "start": { @@ -5915,8 +5915,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 2880, - 2883 + 2881, + 2884 ], "loc": { "start": { @@ -5933,8 +5933,8 @@ "type": "Identifier", "name": "create", "range": [ - 2884, - 2890 + 2885, + 2891 ], "loc": { "start": { @@ -5948,8 +5948,8 @@ } }, "range": [ - 2880, - 2890 + 2881, + 2891 ], "loc": { "start": { @@ -5968,8 +5968,8 @@ "value": "div", "raw": "'div'", "range": [ - 2891, - 2896 + 2892, + 2897 ], "loc": { "start": { @@ -5990,8 +5990,8 @@ "value": "id", "raw": "'id'", "range": [ - 2899, - 2903 + 2900, + 2904 ], "loc": { "start": { @@ -6013,8 +6013,8 @@ "object": { "type": "ThisExpression", "range": [ - 2905, - 2909 + 2906, + 2910 ], "loc": { "start": { @@ -6031,8 +6031,8 @@ "type": "Identifier", "name": "prfxStatus", "range": [ - 2910, - 2920 + 2911, + 2921 ], "loc": { "start": { @@ -6046,8 +6046,8 @@ } }, "range": [ - 2905, - 2920 + 2906, + 2921 ], "loc": { "start": { @@ -6067,8 +6067,8 @@ "type": "Identifier", "name": "tf", "range": [ - 2921, - 2923 + 2922, + 2924 ], "loc": { "start": { @@ -6085,8 +6085,8 @@ "type": "Identifier", "name": "id", "range": [ - 2924, - 2926 + 2925, + 2927 ], "loc": { "start": { @@ -6100,8 +6100,8 @@ } }, "range": [ - 2921, - 2926 + 2922, + 2927 ], "loc": { "start": { @@ -6115,8 +6115,8 @@ } }, "range": [ - 2905, - 2926 + 2906, + 2927 ], "loc": { "start": { @@ -6131,8 +6131,8 @@ } ], "range": [ - 2898, - 2927 + 2899, + 2928 ], "loc": { "start": { @@ -6147,8 +6147,8 @@ } ], "range": [ - 2880, - 2928 + 2881, + 2929 ], "loc": { "start": { @@ -6162,8 +6162,8 @@ } }, "range": [ - 2868, - 2928 + 2869, + 2929 ], "loc": { "start": { @@ -6179,8 +6179,8 @@ ], "kind": "let", "range": [ - 2864, - 2929 + 2865, + 2930 ], "loc": { "start": { @@ -6197,8 +6197,8 @@ "type": "Line", "value": "status bar container", "range": [ - 2833, - 2855 + 2834, + 2856 ], "loc": { "start": { @@ -6225,8 +6225,8 @@ "type": "Identifier", "name": "statusDiv", "range": [ - 2938, - 2947 + 2939, + 2948 ], "loc": { "start": { @@ -6243,8 +6243,8 @@ "type": "Identifier", "name": "className", "range": [ - 2948, - 2957 + 2949, + 2958 ], "loc": { "start": { @@ -6258,8 +6258,8 @@ } }, "range": [ - 2938, - 2957 + 2939, + 2958 ], "loc": { "start": { @@ -6278,8 +6278,8 @@ "object": { "type": "ThisExpression", "range": [ - 2960, - 2964 + 2961, + 2965 ], "loc": { "start": { @@ -6296,8 +6296,8 @@ "type": "Identifier", "name": "statusBarCssClass", "range": [ - 2965, - 2982 + 2966, + 2983 ], "loc": { "start": { @@ -6311,8 +6311,8 @@ } }, "range": [ - 2960, - 2982 + 2961, + 2983 ], "loc": { "start": { @@ -6326,8 +6326,8 @@ } }, "range": [ - 2938, - 2982 + 2939, + 2983 ], "loc": { "start": { @@ -6341,8 +6341,8 @@ } }, "range": [ - 2938, - 2983 + 2939, + 2984 ], "loc": { "start": { @@ -6359,8 +6359,8 @@ "type": "Line", "value": "status bar label", "range": [ - 2993, - 3011 + 2994, + 3012 ], "loc": { "start": { @@ -6384,8 +6384,8 @@ "type": "Identifier", "name": "statusSpan", "range": [ - 3024, - 3034 + 3025, + 3035 ], "loc": { "start": { @@ -6407,8 +6407,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3037, - 3040 + 3038, + 3041 ], "loc": { "start": { @@ -6425,8 +6425,8 @@ "type": "Identifier", "name": "create", "range": [ - 3041, - 3047 + 3042, + 3048 ], "loc": { "start": { @@ -6440,8 +6440,8 @@ } }, "range": [ - 3037, - 3047 + 3038, + 3048 ], "loc": { "start": { @@ -6460,8 +6460,8 @@ "value": "span", "raw": "'span'", "range": [ - 3048, - 3054 + 3049, + 3055 ], "loc": { "start": { @@ -6482,8 +6482,8 @@ "value": "id", "raw": "'id'", "range": [ - 3057, - 3061 + 3058, + 3062 ], "loc": { "start": { @@ -6505,8 +6505,8 @@ "object": { "type": "ThisExpression", "range": [ - 3063, - 3067 + 3064, + 3068 ], "loc": { "start": { @@ -6523,8 +6523,8 @@ "type": "Identifier", "name": "prfxStatusSpan", "range": [ - 3068, - 3082 + 3069, + 3083 ], "loc": { "start": { @@ -6538,8 +6538,8 @@ } }, "range": [ - 3063, - 3082 + 3064, + 3083 ], "loc": { "start": { @@ -6559,8 +6559,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3083, - 3085 + 3084, + 3086 ], "loc": { "start": { @@ -6577,8 +6577,8 @@ "type": "Identifier", "name": "id", "range": [ - 3086, - 3088 + 3087, + 3089 ], "loc": { "start": { @@ -6592,8 +6592,8 @@ } }, "range": [ - 3083, - 3088 + 3084, + 3089 ], "loc": { "start": { @@ -6607,8 +6607,8 @@ } }, "range": [ - 3063, - 3088 + 3064, + 3089 ], "loc": { "start": { @@ -6623,8 +6623,8 @@ } ], "range": [ - 3056, - 3089 + 3057, + 3090 ], "loc": { "start": { @@ -6639,8 +6639,8 @@ } ], "range": [ - 3037, - 3090 + 3038, + 3091 ], "loc": { "start": { @@ -6654,8 +6654,8 @@ } }, "range": [ - 3024, - 3090 + 3025, + 3091 ], "loc": { "start": { @@ -6671,8 +6671,8 @@ ], "kind": "let", "range": [ - 3020, - 3091 + 3021, + 3092 ], "loc": { "start": { @@ -6689,8 +6689,8 @@ "type": "Line", "value": "status bar label", "range": [ - 2993, - 3011 + 2994, + 3012 ], "loc": { "start": { @@ -6709,8 +6709,8 @@ "type": "Line", "value": "preceding text", "range": [ - 3100, - 3116 + 3101, + 3117 ], "loc": { "start": { @@ -6734,8 +6734,8 @@ "type": "Identifier", "name": "statusSpanText", "range": [ - 3129, - 3143 + 3130, + 3144 ], "loc": { "start": { @@ -6757,8 +6757,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3146, - 3149 + 3147, + 3150 ], "loc": { "start": { @@ -6775,8 +6775,8 @@ "type": "Identifier", "name": "create", "range": [ - 3150, - 3156 + 3151, + 3157 ], "loc": { "start": { @@ -6790,8 +6790,8 @@ } }, "range": [ - 3146, - 3156 + 3147, + 3157 ], "loc": { "start": { @@ -6810,8 +6810,8 @@ "value": "span", "raw": "'span'", "range": [ - 3157, - 3163 + 3158, + 3164 ], "loc": { "start": { @@ -6832,8 +6832,8 @@ "value": "id", "raw": "'id'", "range": [ - 3178, - 3182 + 3179, + 3183 ], "loc": { "start": { @@ -6855,8 +6855,8 @@ "object": { "type": "ThisExpression", "range": [ - 3184, - 3188 + 3185, + 3189 ], "loc": { "start": { @@ -6873,8 +6873,8 @@ "type": "Identifier", "name": "prfxStatusTxt", "range": [ - 3189, - 3202 + 3190, + 3203 ], "loc": { "start": { @@ -6888,8 +6888,8 @@ } }, "range": [ - 3184, - 3202 + 3185, + 3203 ], "loc": { "start": { @@ -6909,8 +6909,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3203, - 3205 + 3204, + 3206 ], "loc": { "start": { @@ -6927,8 +6927,8 @@ "type": "Identifier", "name": "id", "range": [ - 3206, - 3208 + 3207, + 3209 ], "loc": { "start": { @@ -6942,8 +6942,8 @@ } }, "range": [ - 3203, - 3208 + 3204, + 3209 ], "loc": { "start": { @@ -6957,8 +6957,8 @@ } }, "range": [ - 3184, - 3208 + 3185, + 3209 ], "loc": { "start": { @@ -6973,8 +6973,8 @@ } ], "range": [ - 3177, - 3209 + 3178, + 3210 ], "loc": { "start": { @@ -6989,8 +6989,8 @@ } ], "range": [ - 3146, - 3210 + 3147, + 3211 ], "loc": { "start": { @@ -7004,8 +7004,8 @@ } }, "range": [ - 3129, - 3210 + 3130, + 3211 ], "loc": { "start": { @@ -7021,8 +7021,8 @@ ], "kind": "let", "range": [ - 3125, - 3211 + 3126, + 3212 ], "loc": { "start": { @@ -7039,8 +7039,8 @@ "type": "Line", "value": "preceding text", "range": [ - 3100, - 3116 + 3101, + 3117 ], "loc": { "start": { @@ -7066,8 +7066,8 @@ "type": "Identifier", "name": "statusSpanText", "range": [ - 3220, - 3234 + 3221, + 3235 ], "loc": { "start": { @@ -7084,8 +7084,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3235, - 3246 + 3236, + 3247 ], "loc": { "start": { @@ -7099,8 +7099,8 @@ } }, "range": [ - 3220, - 3246 + 3221, + 3247 ], "loc": { "start": { @@ -7123,8 +7123,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3247, - 3250 + 3248, + 3251 ], "loc": { "start": { @@ -7141,8 +7141,8 @@ "type": "Identifier", "name": "text", "range": [ - 3251, - 3255 + 3252, + 3256 ], "loc": { "start": { @@ -7156,8 +7156,8 @@ } }, "range": [ - 3247, - 3255 + 3248, + 3256 ], "loc": { "start": { @@ -7177,8 +7177,8 @@ "object": { "type": "ThisExpression", "range": [ - 3256, - 3260 + 3257, + 3261 ], "loc": { "start": { @@ -7195,8 +7195,8 @@ "type": "Identifier", "name": "statusBarText", "range": [ - 3261, - 3274 + 3262, + 3275 ], "loc": { "start": { @@ -7210,8 +7210,8 @@ } }, "range": [ - 3256, - 3274 + 3257, + 3275 ], "loc": { "start": { @@ -7226,8 +7226,8 @@ } ], "range": [ - 3247, - 3275 + 3248, + 3276 ], "loc": { "start": { @@ -7242,8 +7242,8 @@ } ], "range": [ - 3220, - 3276 + 3221, + 3277 ], "loc": { "start": { @@ -7257,8 +7257,8 @@ } }, "range": [ - 3220, - 3277 + 3221, + 3278 ], "loc": { "start": { @@ -7275,8 +7275,8 @@ "type": "Line", "value": " target element container", "range": [ - 3287, - 3314 + 3288, + 3315 ], "loc": { "start": { @@ -7302,8 +7302,8 @@ "object": { "type": "ThisExpression", "range": [ - 3327, - 3331 + 3328, + 3332 ], "loc": { "start": { @@ -7320,8 +7320,8 @@ "type": "Identifier", "name": "statusBarTgtId", "range": [ - 3332, - 3346 + 3333, + 3347 ], "loc": { "start": { @@ -7335,8 +7335,8 @@ } }, "range": [ - 3327, - 3346 + 3328, + 3347 ], "loc": { "start": { @@ -7351,8 +7351,8 @@ }, "prefix": true, "range": [ - 3326, - 3346 + 3327, + 3347 ], "loc": { "start": { @@ -7379,8 +7379,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3361, - 3363 + 3362, + 3364 ], "loc": { "start": { @@ -7397,8 +7397,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 3364, - 3374 + 3365, + 3375 ], "loc": { "start": { @@ -7412,8 +7412,8 @@ } }, "range": [ - 3361, - 3374 + 3362, + 3375 ], "loc": { "start": { @@ -7428,8 +7428,8 @@ }, "arguments": [], "range": [ - 3361, - 3376 + 3362, + 3377 ], "loc": { "start": { @@ -7443,8 +7443,8 @@ } }, "range": [ - 3361, - 3377 + 3362, + 3378 ], "loc": { "start": { @@ -7459,8 +7459,8 @@ } ], "range": [ - 3347, - 3387 + 3348, + 3388 ], "loc": { "start": { @@ -7475,8 +7475,8 @@ }, "alternate": null, "range": [ - 3323, - 3387 + 3324, + 3388 ], "loc": { "start": { @@ -7493,8 +7493,8 @@ "type": "Line", "value": " target element container", "range": [ - 3287, - 3314 + 3288, + 3315 ], "loc": { "start": { @@ -7518,8 +7518,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3400, - 3408 + 3401, + 3409 ], "loc": { "start": { @@ -7543,8 +7543,8 @@ "object": { "type": "ThisExpression", "range": [ - 3413, - 3417 + 3414, + 3418 ], "loc": { "start": { @@ -7561,8 +7561,8 @@ "type": "Identifier", "name": "statusBarTgtId", "range": [ - 3418, - 3432 + 3419, + 3433 ], "loc": { "start": { @@ -7576,8 +7576,8 @@ } }, "range": [ - 3413, - 3432 + 3414, + 3433 ], "loc": { "start": { @@ -7592,8 +7592,8 @@ }, "prefix": true, "range": [ - 3412, - 3432 + 3413, + 3433 ], "loc": { "start": { @@ -7613,8 +7613,8 @@ "type": "Identifier", "name": "tf", "range": [ - 3452, - 3454 + 3453, + 3455 ], "loc": { "start": { @@ -7631,8 +7631,8 @@ "type": "Identifier", "name": "lDiv", "range": [ - 3455, - 3459 + 3456, + 3460 ], "loc": { "start": { @@ -7646,8 +7646,8 @@ } }, "range": [ - 3452, - 3459 + 3453, + 3460 ], "loc": { "start": { @@ -7669,8 +7669,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 3462, - 3465 + 3463, + 3466 ], "loc": { "start": { @@ -7687,8 +7687,8 @@ "type": "Identifier", "name": "id", "range": [ - 3466, - 3468 + 3467, + 3469 ], "loc": { "start": { @@ -7702,8 +7702,8 @@ } }, "range": [ - 3462, - 3468 + 3463, + 3469 ], "loc": { "start": { @@ -7723,8 +7723,8 @@ "object": { "type": "ThisExpression", "range": [ - 3469, - 3473 + 3470, + 3474 ], "loc": { "start": { @@ -7741,8 +7741,8 @@ "type": "Identifier", "name": "statusBarTgtId", "range": [ - 3474, - 3488 + 3475, + 3489 ], "loc": { "start": { @@ -7756,8 +7756,8 @@ } }, "range": [ - 3469, - 3488 + 3470, + 3489 ], "loc": { "start": { @@ -7772,8 +7772,8 @@ } ], "range": [ - 3462, - 3489 + 3463, + 3490 ], "loc": { "start": { @@ -7787,8 +7787,8 @@ } }, "range": [ - 3411, - 3489 + 3412, + 3490 ], "loc": { "start": { @@ -7802,8 +7802,8 @@ } }, "range": [ - 3400, - 3489 + 3401, + 3490 ], "loc": { "start": { @@ -7819,8 +7819,8 @@ ], "kind": "let", "range": [ - 3396, - 3490 + 3397, + 3491 ], "loc": { "start": { @@ -7837,8 +7837,8 @@ "type": "Line", "value": "default container: 'lDiv'", "range": [ - 3500, - 3527 + 3501, + 3528 ], "loc": { "start": { @@ -7864,8 +7864,8 @@ "object": { "type": "ThisExpression", "range": [ - 3540, - 3544 + 3541, + 3545 ], "loc": { "start": { @@ -7882,8 +7882,8 @@ "type": "Identifier", "name": "statusBarTgtId", "range": [ - 3545, - 3559 + 3546, + 3560 ], "loc": { "start": { @@ -7897,8 +7897,8 @@ } }, "range": [ - 3540, - 3559 + 3541, + 3560 ], "loc": { "start": { @@ -7913,8 +7913,8 @@ }, "prefix": true, "range": [ - 3539, - 3559 + 3540, + 3560 ], "loc": { "start": { @@ -7941,8 +7941,8 @@ "type": "Identifier", "name": "statusDiv", "range": [ - 3574, - 3583 + 3575, + 3584 ], "loc": { "start": { @@ -7959,8 +7959,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3584, - 3595 + 3585, + 3596 ], "loc": { "start": { @@ -7974,8 +7974,8 @@ } }, "range": [ - 3574, - 3595 + 3575, + 3596 ], "loc": { "start": { @@ -7993,8 +7993,8 @@ "type": "Identifier", "name": "statusSpanText", "range": [ - 3596, - 3610 + 3597, + 3611 ], "loc": { "start": { @@ -8009,8 +8009,8 @@ } ], "range": [ - 3574, - 3611 + 3575, + 3612 ], "loc": { "start": { @@ -8024,8 +8024,8 @@ } }, "range": [ - 3574, - 3612 + 3575, + 3613 ], "loc": { "start": { @@ -8049,8 +8049,8 @@ "type": "Identifier", "name": "statusDiv", "range": [ - 3625, - 3634 + 3626, + 3635 ], "loc": { "start": { @@ -8067,8 +8067,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3635, - 3646 + 3636, + 3647 ], "loc": { "start": { @@ -8082,8 +8082,8 @@ } }, "range": [ - 3625, - 3646 + 3626, + 3647 ], "loc": { "start": { @@ -8101,8 +8101,8 @@ "type": "Identifier", "name": "statusSpan", "range": [ - 3647, - 3657 + 3648, + 3658 ], "loc": { "start": { @@ -8117,8 +8117,8 @@ } ], "range": [ - 3625, - 3658 + 3626, + 3659 ], "loc": { "start": { @@ -8132,8 +8132,8 @@ } }, "range": [ - 3625, - 3659 + 3626, + 3660 ], "loc": { "start": { @@ -8157,8 +8157,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3672, - 3680 + 3673, + 3681 ], "loc": { "start": { @@ -8175,8 +8175,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3681, - 3692 + 3682, + 3693 ], "loc": { "start": { @@ -8190,8 +8190,8 @@ } }, "range": [ - 3672, - 3692 + 3673, + 3693 ], "loc": { "start": { @@ -8209,8 +8209,8 @@ "type": "Identifier", "name": "statusDiv", "range": [ - 3693, - 3702 + 3694, + 3703 ], "loc": { "start": { @@ -8225,8 +8225,8 @@ } ], "range": [ - 3672, - 3703 + 3673, + 3704 ], "loc": { "start": { @@ -8240,8 +8240,8 @@ } }, "range": [ - 3672, - 3704 + 3673, + 3705 ], "loc": { "start": { @@ -8256,8 +8256,8 @@ } ], "range": [ - 3560, - 3714 + 3561, + 3715 ], "loc": { "start": { @@ -8284,8 +8284,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3795, - 3803 + 3796, + 3804 ], "loc": { "start": { @@ -8302,8 +8302,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3804, - 3815 + 3805, + 3816 ], "loc": { "start": { @@ -8317,8 +8317,8 @@ } }, "range": [ - 3795, - 3815 + 3796, + 3816 ], "loc": { "start": { @@ -8336,8 +8336,8 @@ "type": "Identifier", "name": "statusSpanText", "range": [ - 3816, - 3830 + 3817, + 3831 ], "loc": { "start": { @@ -8352,8 +8352,8 @@ } ], "range": [ - 3795, - 3831 + 3796, + 3832 ], "loc": { "start": { @@ -8367,8 +8367,8 @@ } }, "range": [ - 3795, - 3832 + 3796, + 3833 ], "loc": { "start": { @@ -8385,8 +8385,8 @@ "type": "Line", "value": " custom container, no need to append statusDiv", "range": [ - 3734, - 3782 + 3735, + 3783 ], "loc": { "start": { @@ -8412,8 +8412,8 @@ "type": "Identifier", "name": "targetEl", "range": [ - 3845, - 3853 + 3846, + 3854 ], "loc": { "start": { @@ -8430,8 +8430,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 3854, - 3865 + 3855, + 3866 ], "loc": { "start": { @@ -8445,8 +8445,8 @@ } }, "range": [ - 3845, - 3865 + 3846, + 3866 ], "loc": { "start": { @@ -8464,8 +8464,8 @@ "type": "Identifier", "name": "statusSpan", "range": [ - 3866, - 3876 + 3867, + 3877 ], "loc": { "start": { @@ -8480,8 +8480,8 @@ } ], "range": [ - 3845, - 3877 + 3846, + 3878 ], "loc": { "start": { @@ -8495,8 +8495,8 @@ } }, "range": [ - 3845, - 3878 + 3846, + 3879 ], "loc": { "start": { @@ -8511,8 +8511,8 @@ } ], "range": [ - 3720, - 3888 + 3721, + 3889 ], "loc": { "start": { @@ -8526,8 +8526,8 @@ } }, "range": [ - 3536, - 3888 + 3537, + 3889 ], "loc": { "start": { @@ -8544,8 +8544,8 @@ "type": "Line", "value": "default container: 'lDiv'", "range": [ - 3500, - 3527 + 3501, + 3528 ], "loc": { "start": { @@ -8571,8 +8571,8 @@ "object": { "type": "ThisExpression", "range": [ - 3898, - 3902 + 3899, + 3903 ], "loc": { "start": { @@ -8589,8 +8589,8 @@ "type": "Identifier", "name": "statusBarDiv", "range": [ - 3903, - 3915 + 3904, + 3916 ], "loc": { "start": { @@ -8604,8 +8604,8 @@ } }, "range": [ - 3898, - 3915 + 3899, + 3916 ], "loc": { "start": { @@ -8622,8 +8622,8 @@ "type": "Identifier", "name": "statusDiv", "range": [ - 3918, - 3927 + 3919, + 3928 ], "loc": { "start": { @@ -8637,8 +8637,8 @@ } }, "range": [ - 3898, - 3927 + 3899, + 3928 ], "loc": { "start": { @@ -8652,8 +8652,8 @@ } }, "range": [ - 3898, - 3928 + 3899, + 3929 ], "loc": { "start": { @@ -8677,8 +8677,8 @@ "object": { "type": "ThisExpression", "range": [ - 3937, - 3941 + 3938, + 3942 ], "loc": { "start": { @@ -8695,8 +8695,8 @@ "type": "Identifier", "name": "statusBarSpan", "range": [ - 3942, - 3955 + 3943, + 3956 ], "loc": { "start": { @@ -8710,8 +8710,8 @@ } }, "range": [ - 3937, - 3955 + 3938, + 3956 ], "loc": { "start": { @@ -8728,8 +8728,8 @@ "type": "Identifier", "name": "statusSpan", "range": [ - 3958, - 3968 + 3959, + 3969 ], "loc": { "start": { @@ -8743,8 +8743,8 @@ } }, "range": [ - 3937, - 3968 + 3938, + 3969 ], "loc": { "start": { @@ -8758,8 +8758,8 @@ } }, "range": [ - 3937, - 3969 + 3938, + 3970 ], "loc": { "start": { @@ -8783,8 +8783,8 @@ "object": { "type": "ThisExpression", "range": [ - 3978, - 3982 + 3979, + 3983 ], "loc": { "start": { @@ -8801,8 +8801,8 @@ "type": "Identifier", "name": "statusBarSpanText", "range": [ - 3983, - 4000 + 3984, + 4001 ], "loc": { "start": { @@ -8816,8 +8816,8 @@ } }, "range": [ - 3978, - 4000 + 3979, + 4001 ], "loc": { "start": { @@ -8834,8 +8834,8 @@ "type": "Identifier", "name": "statusSpanText", "range": [ - 4003, - 4017 + 4004, + 4018 ], "loc": { "start": { @@ -8849,8 +8849,8 @@ } }, "range": [ - 3978, - 4017 + 3979, + 4018 ], "loc": { "start": { @@ -8864,8 +8864,8 @@ } }, "range": [ - 3978, - 4018 + 3979, + 4019 ], "loc": { "start": { @@ -8882,8 +8882,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 4028, - 4050 + 4029, + 4051 ], "loc": { "start": { @@ -8909,8 +8909,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4059, - 4066 + 4060, + 4067 ], "loc": { "start": { @@ -8927,8 +8927,8 @@ "type": "Identifier", "name": "on", "range": [ - 4067, - 4069 + 4068, + 4070 ], "loc": { "start": { @@ -8942,8 +8942,8 @@ } }, "range": [ - 4059, - 4069 + 4060, + 4070 ], "loc": { "start": { @@ -8965,8 +8965,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 4071, - 4089 + 4072, + 4090 ], "loc": { "start": { @@ -8981,8 +8981,8 @@ } ], "range": [ - 4070, - 4090 + 4071, + 4091 ], "loc": { "start": { @@ -9007,8 +9007,8 @@ "object": { "type": "ThisExpression", "range": [ - 4097, - 4101 + 4098, + 4102 ], "loc": { "start": { @@ -9025,8 +9025,8 @@ "type": "Identifier", "name": "message", "range": [ - 4102, - 4109 + 4103, + 4110 ], "loc": { "start": { @@ -9040,8 +9040,8 @@ } }, "range": [ - 4097, - 4109 + 4098, + 4110 ], "loc": { "start": { @@ -9061,8 +9061,8 @@ "object": { "type": "ThisExpression", "range": [ - 4110, - 4114 + 4111, + 4115 ], "loc": { "start": { @@ -9079,8 +9079,8 @@ "type": "Identifier", "name": "msgFilter", "range": [ - 4115, - 4124 + 4116, + 4125 ], "loc": { "start": { @@ -9094,8 +9094,8 @@ } }, "range": [ - 4110, - 4124 + 4111, + 4125 ], "loc": { "start": { @@ -9110,8 +9110,8 @@ } ], "range": [ - 4097, - 4125 + 4098, + 4126 ], "loc": { "start": { @@ -9127,8 +9127,8 @@ "generator": false, "expression": true, "range": [ - 4092, - 4125 + 4093, + 4126 ], "loc": { "start": { @@ -9143,8 +9143,8 @@ } ], "range": [ - 4059, - 4126 + 4060, + 4127 ], "loc": { "start": { @@ -9158,8 +9158,8 @@ } }, "range": [ - 4059, - 4127 + 4060, + 4128 ], "loc": { "start": { @@ -9176,8 +9176,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 4028, - 4050 + 4029, + 4051 ], "loc": { "start": { @@ -9203,8 +9203,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4136, - 4143 + 4137, + 4144 ], "loc": { "start": { @@ -9221,8 +9221,8 @@ "type": "Identifier", "name": "on", "range": [ - 4144, - 4146 + 4145, + 4147 ], "loc": { "start": { @@ -9236,8 +9236,8 @@ } }, "range": [ - 4136, - 4146 + 4137, + 4147 ], "loc": { "start": { @@ -9259,8 +9259,8 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 4148, - 4174 + 4149, + 4175 ], "loc": { "start": { @@ -9275,8 +9275,8 @@ } ], "range": [ - 4147, - 4175 + 4148, + 4176 ], "loc": { "start": { @@ -9301,8 +9301,8 @@ "object": { "type": "ThisExpression", "range": [ - 4194, - 4198 + 4195, + 4199 ], "loc": { "start": { @@ -9319,8 +9319,8 @@ "type": "Identifier", "name": "message", "range": [ - 4199, - 4206 + 4200, + 4207 ], "loc": { "start": { @@ -9334,8 +9334,8 @@ } }, "range": [ - 4194, - 4206 + 4195, + 4207 ], "loc": { "start": { @@ -9355,8 +9355,8 @@ "object": { "type": "ThisExpression", "range": [ - 4207, - 4211 + 4208, + 4212 ], "loc": { "start": { @@ -9373,8 +9373,8 @@ "type": "Identifier", "name": "msgPopulate", "range": [ - 4212, - 4223 + 4213, + 4224 ], "loc": { "start": { @@ -9388,8 +9388,8 @@ } }, "range": [ - 4207, - 4223 + 4208, + 4224 ], "loc": { "start": { @@ -9404,8 +9404,8 @@ } ], "range": [ - 4194, - 4224 + 4195, + 4225 ], "loc": { "start": { @@ -9421,8 +9421,8 @@ "generator": false, "expression": true, "range": [ - 4189, - 4224 + 4190, + 4225 ], "loc": { "start": { @@ -9437,8 +9437,8 @@ } ], "range": [ - 4136, - 4225 + 4137, + 4226 ], "loc": { "start": { @@ -9452,8 +9452,8 @@ } }, "range": [ - 4136, - 4226 + 4137, + 4227 ], "loc": { "start": { @@ -9477,8 +9477,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4235, - 4242 + 4236, + 4243 ], "loc": { "start": { @@ -9495,8 +9495,8 @@ "type": "Identifier", "name": "on", "range": [ - 4243, - 4245 + 4244, + 4246 ], "loc": { "start": { @@ -9510,8 +9510,8 @@ } }, "range": [ - 4235, - 4245 + 4236, + 4246 ], "loc": { "start": { @@ -9533,8 +9533,8 @@ "value": "before-page-change", "raw": "'before-page-change'", "range": [ - 4247, - 4267 + 4248, + 4268 ], "loc": { "start": { @@ -9549,8 +9549,8 @@ } ], "range": [ - 4246, - 4268 + 4247, + 4269 ], "loc": { "start": { @@ -9575,8 +9575,8 @@ "object": { "type": "ThisExpression", "range": [ - 4287, - 4291 + 4288, + 4292 ], "loc": { "start": { @@ -9593,8 +9593,8 @@ "type": "Identifier", "name": "message", "range": [ - 4292, - 4299 + 4293, + 4300 ], "loc": { "start": { @@ -9608,8 +9608,8 @@ } }, "range": [ - 4287, - 4299 + 4288, + 4300 ], "loc": { "start": { @@ -9629,8 +9629,8 @@ "object": { "type": "ThisExpression", "range": [ - 4300, - 4304 + 4301, + 4305 ], "loc": { "start": { @@ -9647,8 +9647,8 @@ "type": "Identifier", "name": "msgChangePage", "range": [ - 4305, - 4318 + 4306, + 4319 ], "loc": { "start": { @@ -9662,8 +9662,8 @@ } }, "range": [ - 4300, - 4318 + 4301, + 4319 ], "loc": { "start": { @@ -9678,8 +9678,8 @@ } ], "range": [ - 4287, - 4319 + 4288, + 4320 ], "loc": { "start": { @@ -9695,8 +9695,8 @@ "generator": false, "expression": true, "range": [ - 4282, - 4319 + 4283, + 4320 ], "loc": { "start": { @@ -9711,8 +9711,8 @@ } ], "range": [ - 4235, - 4320 + 4236, + 4321 ], "loc": { "start": { @@ -9726,8 +9726,8 @@ } }, "range": [ - 4235, - 4321 + 4236, + 4322 ], "loc": { "start": { @@ -9751,8 +9751,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4330, - 4337 + 4331, + 4338 ], "loc": { "start": { @@ -9769,8 +9769,8 @@ "type": "Identifier", "name": "on", "range": [ - 4338, - 4340 + 4339, + 4341 ], "loc": { "start": { @@ -9784,8 +9784,8 @@ } }, "range": [ - 4330, - 4340 + 4331, + 4341 ], "loc": { "start": { @@ -9807,8 +9807,8 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 4342, - 4367 + 4343, + 4368 ], "loc": { "start": { @@ -9823,8 +9823,8 @@ } ], "range": [ - 4341, - 4368 + 4342, + 4369 ], "loc": { "start": { @@ -9849,8 +9849,8 @@ "object": { "type": "ThisExpression", "range": [ - 4387, - 4391 + 4388, + 4392 ], "loc": { "start": { @@ -9867,8 +9867,8 @@ "type": "Identifier", "name": "message", "range": [ - 4392, - 4399 + 4393, + 4400 ], "loc": { "start": { @@ -9882,8 +9882,8 @@ } }, "range": [ - 4387, - 4399 + 4388, + 4400 ], "loc": { "start": { @@ -9903,8 +9903,8 @@ "object": { "type": "ThisExpression", "range": [ - 4400, - 4404 + 4401, + 4405 ], "loc": { "start": { @@ -9921,8 +9921,8 @@ "type": "Identifier", "name": "msgClear", "range": [ - 4405, - 4413 + 4406, + 4414 ], "loc": { "start": { @@ -9936,8 +9936,8 @@ } }, "range": [ - 4400, - 4413 + 4401, + 4414 ], "loc": { "start": { @@ -9952,8 +9952,8 @@ } ], "range": [ - 4387, - 4414 + 4388, + 4415 ], "loc": { "start": { @@ -9969,8 +9969,8 @@ "generator": false, "expression": true, "range": [ - 4370, - 4414 + 4371, + 4415 ], "loc": { "start": { @@ -9985,8 +9985,8 @@ } ], "range": [ - 4330, - 4415 + 4331, + 4416 ], "loc": { "start": { @@ -10000,8 +10000,8 @@ } }, "range": [ - 4330, - 4416 + 4331, + 4417 ], "loc": { "start": { @@ -10025,8 +10025,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4425, - 4432 + 4426, + 4433 ], "loc": { "start": { @@ -10043,8 +10043,8 @@ "type": "Identifier", "name": "on", "range": [ - 4433, - 4435 + 4434, + 4436 ], "loc": { "start": { @@ -10058,8 +10058,8 @@ } }, "range": [ - 4425, - 4435 + 4426, + 4436 ], "loc": { "start": { @@ -10081,8 +10081,8 @@ "value": "before-page-length-change", "raw": "'before-page-length-change'", "range": [ - 4437, - 4464 + 4438, + 4465 ], "loc": { "start": { @@ -10097,8 +10097,8 @@ } ], "range": [ - 4436, - 4465 + 4437, + 4466 ], "loc": { "start": { @@ -10123,8 +10123,8 @@ "object": { "type": "ThisExpression", "range": [ - 4484, - 4488 + 4485, + 4489 ], "loc": { "start": { @@ -10141,8 +10141,8 @@ "type": "Identifier", "name": "message", "range": [ - 4489, - 4496 + 4490, + 4497 ], "loc": { "start": { @@ -10156,8 +10156,8 @@ } }, "range": [ - 4484, - 4496 + 4485, + 4497 ], "loc": { "start": { @@ -10177,8 +10177,8 @@ "object": { "type": "ThisExpression", "range": [ - 4497, - 4501 + 4498, + 4502 ], "loc": { "start": { @@ -10195,8 +10195,8 @@ "type": "Identifier", "name": "msgChangeResults", "range": [ - 4502, - 4518 + 4503, + 4519 ], "loc": { "start": { @@ -10210,8 +10210,8 @@ } }, "range": [ - 4497, - 4518 + 4498, + 4519 ], "loc": { "start": { @@ -10226,8 +10226,8 @@ } ], "range": [ - 4484, - 4519 + 4485, + 4520 ], "loc": { "start": { @@ -10243,8 +10243,8 @@ "generator": false, "expression": true, "range": [ - 4479, - 4519 + 4480, + 4520 ], "loc": { "start": { @@ -10259,8 +10259,8 @@ } ], "range": [ - 4425, - 4520 + 4426, + 4521 ], "loc": { "start": { @@ -10274,8 +10274,8 @@ } }, "range": [ - 4425, - 4521 + 4426, + 4522 ], "loc": { "start": { @@ -10299,8 +10299,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4530, - 4537 + 4531, + 4538 ], "loc": { "start": { @@ -10317,8 +10317,8 @@ "type": "Identifier", "name": "on", "range": [ - 4538, - 4540 + 4539, + 4541 ], "loc": { "start": { @@ -10332,8 +10332,8 @@ } }, "range": [ - 4530, - 4540 + 4531, + 4541 ], "loc": { "start": { @@ -10355,8 +10355,8 @@ "value": "before-reset-page", "raw": "'before-reset-page'", "range": [ - 4542, - 4561 + 4543, + 4562 ], "loc": { "start": { @@ -10371,8 +10371,8 @@ } ], "range": [ - 4541, - 4562 + 4542, + 4563 ], "loc": { "start": { @@ -10397,8 +10397,8 @@ "object": { "type": "ThisExpression", "range": [ - 4569, - 4573 + 4570, + 4574 ], "loc": { "start": { @@ -10415,8 +10415,8 @@ "type": "Identifier", "name": "message", "range": [ - 4574, - 4581 + 4575, + 4582 ], "loc": { "start": { @@ -10430,8 +10430,8 @@ } }, "range": [ - 4569, - 4581 + 4570, + 4582 ], "loc": { "start": { @@ -10451,8 +10451,8 @@ "object": { "type": "ThisExpression", "range": [ - 4582, - 4586 + 4583, + 4587 ], "loc": { "start": { @@ -10469,8 +10469,8 @@ "type": "Identifier", "name": "msgResetPage", "range": [ - 4587, - 4599 + 4588, + 4600 ], "loc": { "start": { @@ -10484,8 +10484,8 @@ } }, "range": [ - 4582, - 4599 + 4583, + 4600 ], "loc": { "start": { @@ -10500,8 +10500,8 @@ } ], "range": [ - 4569, - 4600 + 4570, + 4601 ], "loc": { "start": { @@ -10517,8 +10517,8 @@ "generator": false, "expression": true, "range": [ - 4564, - 4600 + 4565, + 4601 ], "loc": { "start": { @@ -10533,8 +10533,8 @@ } ], "range": [ - 4530, - 4601 + 4531, + 4602 ], "loc": { "start": { @@ -10548,8 +10548,8 @@ } }, "range": [ - 4530, - 4602 + 4531, + 4603 ], "loc": { "start": { @@ -10573,8 +10573,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4611, - 4618 + 4612, + 4619 ], "loc": { "start": { @@ -10591,8 +10591,8 @@ "type": "Identifier", "name": "on", "range": [ - 4619, - 4621 + 4620, + 4622 ], "loc": { "start": { @@ -10606,8 +10606,8 @@ } }, "range": [ - 4611, - 4621 + 4612, + 4622 ], "loc": { "start": { @@ -10629,8 +10629,8 @@ "value": "before-reset-page-length", "raw": "'before-reset-page-length'", "range": [ - 4623, - 4649 + 4624, + 4650 ], "loc": { "start": { @@ -10645,8 +10645,8 @@ } ], "range": [ - 4622, - 4650 + 4623, + 4651 ], "loc": { "start": { @@ -10671,8 +10671,8 @@ "object": { "type": "ThisExpression", "range": [ - 4669, - 4673 + 4670, + 4674 ], "loc": { "start": { @@ -10689,8 +10689,8 @@ "type": "Identifier", "name": "message", "range": [ - 4674, - 4681 + 4675, + 4682 ], "loc": { "start": { @@ -10704,8 +10704,8 @@ } }, "range": [ - 4669, - 4681 + 4670, + 4682 ], "loc": { "start": { @@ -10725,8 +10725,8 @@ "object": { "type": "ThisExpression", "range": [ - 4682, - 4686 + 4683, + 4687 ], "loc": { "start": { @@ -10743,8 +10743,8 @@ "type": "Identifier", "name": "msgResetPageLength", "range": [ - 4687, - 4705 + 4688, + 4706 ], "loc": { "start": { @@ -10758,8 +10758,8 @@ } }, "range": [ - 4682, - 4705 + 4683, + 4706 ], "loc": { "start": { @@ -10774,8 +10774,8 @@ } ], "range": [ - 4669, - 4706 + 4670, + 4707 ], "loc": { "start": { @@ -10791,8 +10791,8 @@ "generator": false, "expression": true, "range": [ - 4664, - 4706 + 4665, + 4707 ], "loc": { "start": { @@ -10807,8 +10807,8 @@ } ], "range": [ - 4611, - 4707 + 4612, + 4708 ], "loc": { "start": { @@ -10822,8 +10822,8 @@ } }, "range": [ - 4611, - 4708 + 4612, + 4709 ], "loc": { "start": { @@ -10847,8 +10847,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4717, - 4724 + 4718, + 4725 ], "loc": { "start": { @@ -10865,8 +10865,8 @@ "type": "Identifier", "name": "on", "range": [ - 4725, - 4727 + 4726, + 4728 ], "loc": { "start": { @@ -10880,8 +10880,8 @@ } }, "range": [ - 4717, - 4727 + 4718, + 4728 ], "loc": { "start": { @@ -10903,8 +10903,8 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 4729, - 4756 + 4730, + 4757 ], "loc": { "start": { @@ -10919,8 +10919,8 @@ } ], "range": [ - 4728, - 4757 + 4729, + 4758 ], "loc": { "start": { @@ -10945,8 +10945,8 @@ "object": { "type": "ThisExpression", "range": [ - 4776, - 4780 + 4777, + 4781 ], "loc": { "start": { @@ -10963,8 +10963,8 @@ "type": "Identifier", "name": "message", "range": [ - 4781, - 4788 + 4782, + 4789 ], "loc": { "start": { @@ -10978,8 +10978,8 @@ } }, "range": [ - 4776, - 4788 + 4777, + 4789 ], "loc": { "start": { @@ -10999,8 +10999,8 @@ "object": { "type": "ThisExpression", "range": [ - 4789, - 4793 + 4790, + 4794 ], "loc": { "start": { @@ -11017,8 +11017,8 @@ "type": "Identifier", "name": "msgLoadExtensions", "range": [ - 4794, - 4811 + 4795, + 4812 ], "loc": { "start": { @@ -11032,8 +11032,8 @@ } }, "range": [ - 4789, - 4811 + 4790, + 4812 ], "loc": { "start": { @@ -11048,8 +11048,8 @@ } ], "range": [ - 4776, - 4812 + 4777, + 4813 ], "loc": { "start": { @@ -11065,8 +11065,8 @@ "generator": false, "expression": true, "range": [ - 4771, - 4812 + 4772, + 4813 ], "loc": { "start": { @@ -11081,8 +11081,8 @@ } ], "range": [ - 4717, - 4813 + 4718, + 4814 ], "loc": { "start": { @@ -11096,8 +11096,8 @@ } }, "range": [ - 4717, - 4814 + 4718, + 4815 ], "loc": { "start": { @@ -11121,8 +11121,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4823, - 4830 + 4824, + 4831 ], "loc": { "start": { @@ -11139,8 +11139,8 @@ "type": "Identifier", "name": "on", "range": [ - 4831, - 4833 + 4832, + 4834 ], "loc": { "start": { @@ -11154,8 +11154,8 @@ } }, "range": [ - 4823, - 4833 + 4824, + 4834 ], "loc": { "start": { @@ -11177,8 +11177,8 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 4835, - 4858 + 4836, + 4859 ], "loc": { "start": { @@ -11193,8 +11193,8 @@ } ], "range": [ - 4834, - 4859 + 4835, + 4860 ], "loc": { "start": { @@ -11219,8 +11219,8 @@ "object": { "type": "ThisExpression", "range": [ - 4878, - 4882 + 4879, + 4883 ], "loc": { "start": { @@ -11237,8 +11237,8 @@ "type": "Identifier", "name": "message", "range": [ - 4883, - 4890 + 4884, + 4891 ], "loc": { "start": { @@ -11252,8 +11252,8 @@ } }, "range": [ - 4878, - 4890 + 4879, + 4891 ], "loc": { "start": { @@ -11273,8 +11273,8 @@ "object": { "type": "ThisExpression", "range": [ - 4891, - 4895 + 4892, + 4896 ], "loc": { "start": { @@ -11291,8 +11291,8 @@ "type": "Identifier", "name": "msgLoadThemes", "range": [ - 4896, - 4909 + 4897, + 4910 ], "loc": { "start": { @@ -11306,8 +11306,8 @@ } }, "range": [ - 4891, - 4909 + 4892, + 4910 ], "loc": { "start": { @@ -11322,8 +11322,8 @@ } ], "range": [ - 4878, - 4910 + 4879, + 4911 ], "loc": { "start": { @@ -11339,8 +11339,8 @@ "generator": false, "expression": true, "range": [ - 4873, - 4910 + 4874, + 4911 ], "loc": { "start": { @@ -11355,8 +11355,8 @@ } ], "range": [ - 4823, - 4911 + 4824, + 4912 ], "loc": { "start": { @@ -11370,8 +11370,8 @@ } }, "range": [ - 4823, - 4912 + 4824, + 4913 ], "loc": { "start": { @@ -11395,8 +11395,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 4922, - 4929 + 4923, + 4930 ], "loc": { "start": { @@ -11413,8 +11413,8 @@ "type": "Identifier", "name": "on", "range": [ - 4930, - 4932 + 4931, + 4933 ], "loc": { "start": { @@ -11428,8 +11428,8 @@ } }, "range": [ - 4922, - 4932 + 4923, + 4933 ], "loc": { "start": { @@ -11451,8 +11451,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 4947, - 4964 + 4948, + 4965 ], "loc": { "start": { @@ -11470,8 +11470,8 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 4978, - 5003 + 4979, + 5004 ], "loc": { "start": { @@ -11489,8 +11489,8 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 5017, - 5036 + 5018, + 5037 ], "loc": { "start": { @@ -11508,8 +11508,8 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 5050, - 5074 + 5051, + 5075 ], "loc": { "start": { @@ -11527,8 +11527,8 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 5088, - 5114 + 5089, + 5115 ], "loc": { "start": { @@ -11546,8 +11546,8 @@ "value": "after-reset-page", "raw": "'after-reset-page'", "range": [ - 5128, - 5146 + 5129, + 5147 ], "loc": { "start": { @@ -11565,8 +11565,8 @@ "value": "after-reset-page-length", "raw": "'after-reset-page-length'", "range": [ - 5160, - 5185 + 5161, + 5186 ], "loc": { "start": { @@ -11584,8 +11584,8 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 5199, - 5225 + 5200, + 5226 ], "loc": { "start": { @@ -11603,8 +11603,8 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 5239, - 5261 + 5240, + 5262 ], "loc": { "start": { @@ -11619,8 +11619,8 @@ } ], "range": [ - 4933, - 5262 + 4934, + 5263 ], "loc": { "start": { @@ -11645,8 +11645,8 @@ "object": { "type": "ThisExpression", "range": [ - 5281, - 5285 + 5282, + 5286 ], "loc": { "start": { @@ -11663,8 +11663,8 @@ "type": "Identifier", "name": "message", "range": [ - 5286, - 5293 + 5287, + 5294 ], "loc": { "start": { @@ -11678,8 +11678,8 @@ } }, "range": [ - 5281, - 5293 + 5282, + 5294 ], "loc": { "start": { @@ -11698,8 +11698,8 @@ "value": "", "raw": "''", "range": [ - 5294, - 5296 + 5295, + 5297 ], "loc": { "start": { @@ -11714,8 +11714,8 @@ } ], "range": [ - 5281, - 5297 + 5282, + 5298 ], "loc": { "start": { @@ -11731,8 +11731,8 @@ "generator": false, "expression": true, "range": [ - 5276, - 5297 + 5277, + 5298 ], "loc": { "start": { @@ -11747,8 +11747,8 @@ } ], "range": [ - 4922, - 5307 + 4923, + 5308 ], "loc": { "start": { @@ -11762,8 +11762,8 @@ } }, "range": [ - 4922, - 5308 + 4923, + 5309 ], "loc": { "start": { @@ -11787,8 +11787,8 @@ "object": { "type": "ThisExpression", "range": [ - 5318, - 5322 + 5319, + 5323 ], "loc": { "start": { @@ -11805,8 +11805,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 5323, - 5334 + 5324, + 5335 ], "loc": { "start": { @@ -11820,8 +11820,8 @@ } }, "range": [ - 5318, - 5334 + 5319, + 5335 ], "loc": { "start": { @@ -11839,8 +11839,8 @@ "value": true, "raw": "true", "range": [ - 5337, - 5341 + 5338, + 5342 ], "loc": { "start": { @@ -11854,8 +11854,8 @@ } }, "range": [ - 5318, - 5341 + 5319, + 5342 ], "loc": { "start": { @@ -11869,8 +11869,8 @@ } }, "range": [ - 5318, - 5342 + 5319, + 5343 ], "loc": { "start": { @@ -11885,8 +11885,8 @@ } ], "range": [ - 2699, - 5348 + 2700, + 5349 ], "loc": { "start": { @@ -11902,8 +11902,8 @@ "generator": false, "expression": false, "range": [ - 2697, - 5348 + 2698, + 5349 ], "loc": { "start": { @@ -11919,8 +11919,8 @@ "kind": "method", "computed": false, "range": [ - 2693, - 5348 + 2694, + 5349 ], "loc": { "start": { @@ -11940,8 +11940,8 @@ "type": "Identifier", "name": "message", "range": [ - 5354, - 5361 + 5355, + 5362 ], "loc": { "start": { @@ -11964,8 +11964,8 @@ "type": "Identifier", "name": "t", "range": [ - 5362, - 5363 + 5363, + 5364 ], "loc": { "start": { @@ -11983,8 +11983,8 @@ "value": "", "raw": "''", "range": [ - 5364, - 5366 + 5365, + 5367 ], "loc": { "start": { @@ -11998,8 +11998,8 @@ } }, "range": [ - 5362, - 5366 + 5363, + 5367 ], "loc": { "start": { @@ -12029,8 +12029,8 @@ "object": { "type": "ThisExpression", "range": [ - 5381, - 5385 + 5382, + 5386 ], "loc": { "start": { @@ -12047,8 +12047,8 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 5386, - 5395 + 5387, + 5396 ], "loc": { "start": { @@ -12062,8 +12062,8 @@ } }, "range": [ - 5381, - 5395 + 5382, + 5396 ], "loc": { "start": { @@ -12078,8 +12078,8 @@ }, "arguments": [], "range": [ - 5381, - 5397 + 5382, + 5398 ], "loc": { "start": { @@ -12094,8 +12094,8 @@ }, "prefix": true, "range": [ - 5380, - 5397 + 5381, + 5398 ], "loc": { "start": { @@ -12115,8 +12115,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5412, - 5419 + 5413, + 5420 ], "loc": { "start": { @@ -12131,8 +12131,8 @@ } ], "range": [ - 5398, - 5429 + 5399, + 5430 ], "loc": { "start": { @@ -12147,8 +12147,8 @@ }, "alternate": null, "range": [ - 5377, - 5429 + 5378, + 5430 ], "loc": { "start": { @@ -12169,8 +12169,8 @@ "object": { "type": "ThisExpression", "range": [ - 5442, - 5446 + 5443, + 5447 ], "loc": { "start": { @@ -12187,8 +12187,8 @@ "type": "Identifier", "name": "onBeforeShowMsg", "range": [ - 5447, - 5462 + 5448, + 5463 ], "loc": { "start": { @@ -12202,8 +12202,8 @@ } }, "range": [ - 5442, - 5462 + 5443, + 5463 ], "loc": { "start": { @@ -12232,8 +12232,8 @@ "object": { "type": "ThisExpression", "range": [ - 5477, - 5481 + 5478, + 5482 ], "loc": { "start": { @@ -12250,8 +12250,8 @@ "type": "Identifier", "name": "onBeforeShowMsg", "range": [ - 5482, - 5497 + 5483, + 5498 ], "loc": { "start": { @@ -12265,8 +12265,8 @@ } }, "range": [ - 5477, - 5497 + 5478, + 5498 ], "loc": { "start": { @@ -12283,8 +12283,8 @@ "type": "Identifier", "name": "call", "range": [ - 5498, - 5502 + 5499, + 5503 ], "loc": { "start": { @@ -12298,8 +12298,8 @@ } }, "range": [ - 5477, - 5502 + 5478, + 5503 ], "loc": { "start": { @@ -12318,8 +12318,8 @@ "value": null, "raw": "null", "range": [ - 5503, - 5507 + 5504, + 5508 ], "loc": { "start": { @@ -12338,8 +12338,8 @@ "object": { "type": "ThisExpression", "range": [ - 5509, - 5513 + 5510, + 5514 ], "loc": { "start": { @@ -12356,8 +12356,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5514, - 5516 + 5515, + 5517 ], "loc": { "start": { @@ -12371,8 +12371,8 @@ } }, "range": [ - 5509, - 5516 + 5510, + 5517 ], "loc": { "start": { @@ -12389,8 +12389,8 @@ "type": "Identifier", "name": "t", "range": [ - 5518, - 5519 + 5519, + 5520 ], "loc": { "start": { @@ -12405,8 +12405,8 @@ } ], "range": [ - 5477, - 5520 + 5478, + 5521 ], "loc": { "start": { @@ -12420,8 +12420,8 @@ } }, "range": [ - 5477, - 5521 + 5478, + 5522 ], "loc": { "start": { @@ -12436,8 +12436,8 @@ } ], "range": [ - 5463, - 5531 + 5464, + 5532 ], "loc": { "start": { @@ -12452,8 +12452,8 @@ }, "alternate": null, "range": [ - 5439, - 5531 + 5440, + 5532 ], "loc": { "start": { @@ -12475,8 +12475,8 @@ "type": "Identifier", "name": "d", "range": [ - 5545, - 5546 + 5546, + 5547 ], "loc": { "start": { @@ -12498,8 +12498,8 @@ "type": "Identifier", "name": "t", "range": [ - 5549, - 5550 + 5550, + 5551 ], "loc": { "start": { @@ -12517,8 +12517,8 @@ "value": "", "raw": "''", "range": [ - 5553, - 5555 + 5554, + 5556 ], "loc": { "start": { @@ -12532,8 +12532,8 @@ } }, "range": [ - 5549, - 5555 + 5550, + 5556 ], "loc": { "start": { @@ -12552,8 +12552,8 @@ "object": { "type": "ThisExpression", "range": [ - 5558, - 5562 + 5559, + 5563 ], "loc": { "start": { @@ -12570,8 +12570,8 @@ "type": "Identifier", "name": "statusBarCloseDelay", "range": [ - 5563, - 5582 + 5564, + 5583 ], "loc": { "start": { @@ -12585,8 +12585,8 @@ } }, "range": [ - 5558, - 5582 + 5559, + 5583 ], "loc": { "start": { @@ -12604,8 +12604,8 @@ "value": 1, "raw": "1", "range": [ - 5585, - 5586 + 5586, + 5587 ], "loc": { "start": { @@ -12619,8 +12619,8 @@ } }, "range": [ - 5549, - 5586 + 5550, + 5587 ], "loc": { "start": { @@ -12634,8 +12634,8 @@ } }, "range": [ - 5545, - 5586 + 5546, + 5587 ], "loc": { "start": { @@ -12651,8 +12651,8 @@ ], "kind": "let", "range": [ - 5541, - 5587 + 5542, + 5588 ], "loc": { "start": { @@ -12676,8 +12676,8 @@ "type": "Identifier", "name": "root", "range": [ - 5596, - 5600 + 5597, + 5601 ], "loc": { "start": { @@ -12694,8 +12694,8 @@ "type": "Identifier", "name": "setTimeout", "range": [ - 5601, - 5611 + 5602, + 5612 ], "loc": { "start": { @@ -12709,8 +12709,8 @@ } }, "range": [ - 5596, - 5611 + 5597, + 5612 ], "loc": { "start": { @@ -12742,8 +12742,8 @@ "object": { "type": "ThisExpression", "range": [ - 5636, - 5640 + 5637, + 5641 ], "loc": { "start": { @@ -12760,8 +12760,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 5641, - 5652 + 5642, + 5653 ], "loc": { "start": { @@ -12775,8 +12775,8 @@ } }, "range": [ - 5636, - 5652 + 5637, + 5653 ], "loc": { "start": { @@ -12791,8 +12791,8 @@ }, "prefix": true, "range": [ - 5635, - 5652 + 5636, + 5653 ], "loc": { "start": { @@ -12812,8 +12812,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5671, - 5678 + 5672, + 5679 ], "loc": { "start": { @@ -12828,8 +12828,8 @@ } ], "range": [ - 5653, - 5692 + 5654, + 5693 ], "loc": { "start": { @@ -12844,8 +12844,8 @@ }, "alternate": null, "range": [ - 5632, - 5692 + 5633, + 5693 ], "loc": { "start": { @@ -12872,8 +12872,8 @@ "object": { "type": "ThisExpression", "range": [ - 5705, - 5709 + 5706, + 5710 ], "loc": { "start": { @@ -12890,8 +12890,8 @@ "type": "Identifier", "name": "statusBarSpan", "range": [ - 5710, - 5723 + 5711, + 5724 ], "loc": { "start": { @@ -12905,8 +12905,8 @@ } }, "range": [ - 5705, - 5723 + 5706, + 5724 ], "loc": { "start": { @@ -12923,8 +12923,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 5724, - 5733 + 5725, + 5734 ], "loc": { "start": { @@ -12938,8 +12938,8 @@ } }, "range": [ - 5705, - 5733 + 5706, + 5734 ], "loc": { "start": { @@ -12956,8 +12956,8 @@ "type": "Identifier", "name": "t", "range": [ - 5736, - 5737 + 5737, + 5738 ], "loc": { "start": { @@ -12971,8 +12971,8 @@ } }, "range": [ - 5705, - 5737 + 5706, + 5738 ], "loc": { "start": { @@ -12986,8 +12986,8 @@ } }, "range": [ - 5705, - 5738 + 5706, + 5739 ], "loc": { "start": { @@ -13008,8 +13008,8 @@ "object": { "type": "ThisExpression", "range": [ - 5754, - 5758 + 5755, + 5759 ], "loc": { "start": { @@ -13026,8 +13026,8 @@ "type": "Identifier", "name": "onAfterShowMsg", "range": [ - 5759, - 5773 + 5760, + 5774 ], "loc": { "start": { @@ -13041,8 +13041,8 @@ } }, "range": [ - 5754, - 5773 + 5755, + 5774 ], "loc": { "start": { @@ -13071,8 +13071,8 @@ "object": { "type": "ThisExpression", "range": [ - 5792, - 5796 + 5793, + 5797 ], "loc": { "start": { @@ -13089,8 +13089,8 @@ "type": "Identifier", "name": "onAfterShowMsg", "range": [ - 5797, - 5811 + 5798, + 5812 ], "loc": { "start": { @@ -13104,8 +13104,8 @@ } }, "range": [ - 5792, - 5811 + 5793, + 5812 ], "loc": { "start": { @@ -13122,8 +13122,8 @@ "type": "Identifier", "name": "call", "range": [ - 5812, - 5816 + 5813, + 5817 ], "loc": { "start": { @@ -13137,8 +13137,8 @@ } }, "range": [ - 5792, - 5816 + 5793, + 5817 ], "loc": { "start": { @@ -13157,8 +13157,8 @@ "value": null, "raw": "null", "range": [ - 5817, - 5821 + 5818, + 5822 ], "loc": { "start": { @@ -13177,8 +13177,8 @@ "object": { "type": "ThisExpression", "range": [ - 5823, - 5827 + 5824, + 5828 ], "loc": { "start": { @@ -13195,8 +13195,8 @@ "type": "Identifier", "name": "tf", "range": [ - 5828, - 5830 + 5829, + 5831 ], "loc": { "start": { @@ -13210,8 +13210,8 @@ } }, "range": [ - 5823, - 5830 + 5824, + 5831 ], "loc": { "start": { @@ -13228,8 +13228,8 @@ "type": "Identifier", "name": "t", "range": [ - 5832, - 5833 + 5833, + 5834 ], "loc": { "start": { @@ -13244,8 +13244,8 @@ } ], "range": [ - 5792, - 5834 + 5793, + 5835 ], "loc": { "start": { @@ -13259,8 +13259,8 @@ } }, "range": [ - 5792, - 5835 + 5793, + 5836 ], "loc": { "start": { @@ -13275,8 +13275,8 @@ } ], "range": [ - 5774, - 5849 + 5775, + 5850 ], "loc": { "start": { @@ -13291,8 +13291,8 @@ }, "alternate": null, "range": [ - 5751, - 5849 + 5752, + 5850 ], "loc": { "start": { @@ -13307,8 +13307,8 @@ } ], "range": [ - 5618, - 5859 + 5619, + 5860 ], "loc": { "start": { @@ -13324,8 +13324,8 @@ "generator": false, "expression": false, "range": [ - 5612, - 5859 + 5613, + 5860 ], "loc": { "start": { @@ -13342,8 +13342,8 @@ "type": "Identifier", "name": "d", "range": [ - 5861, - 5862 + 5862, + 5863 ], "loc": { "start": { @@ -13358,8 +13358,8 @@ } ], "range": [ - 5596, - 5863 + 5597, + 5864 ], "loc": { "start": { @@ -13373,8 +13373,8 @@ } }, "range": [ - 5596, - 5864 + 5597, + 5865 ], "loc": { "start": { @@ -13389,8 +13389,8 @@ } ], "range": [ - 5367, - 5870 + 5368, + 5871 ], "loc": { "start": { @@ -13406,8 +13406,8 @@ "generator": false, "expression": false, "range": [ - 5361, - 5870 + 5362, + 5871 ], "loc": { "start": { @@ -13423,8 +13423,8 @@ "kind": "method", "computed": false, "range": [ - 5354, - 5870 + 5355, + 5871 ], "loc": { "start": { @@ -13444,8 +13444,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 5876, - 5883 + 5877, + 5884 ], "loc": { "start": { @@ -13476,8 +13476,8 @@ "object": { "type": "ThisExpression", "range": [ - 5899, - 5903 + 5900, + 5904 ], "loc": { "start": { @@ -13494,8 +13494,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 5904, - 5915 + 5905, + 5916 ], "loc": { "start": { @@ -13509,8 +13509,8 @@ } }, "range": [ - 5899, - 5915 + 5900, + 5916 ], "loc": { "start": { @@ -13525,8 +13525,8 @@ }, "prefix": true, "range": [ - 5898, - 5915 + 5899, + 5916 ], "loc": { "start": { @@ -13546,8 +13546,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 5930, - 5937 + 5931, + 5938 ], "loc": { "start": { @@ -13562,8 +13562,8 @@ } ], "range": [ - 5916, - 5947 + 5917, + 5948 ], "loc": { "start": { @@ -13578,8 +13578,8 @@ }, "alternate": null, "range": [ - 5895, - 5947 + 5896, + 5948 ], "loc": { "start": { @@ -13601,8 +13601,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 5961, - 5968 + 5962, + 5969 ], "loc": { "start": { @@ -13621,8 +13621,8 @@ "object": { "type": "ThisExpression", "range": [ - 5971, - 5975 + 5972, + 5976 ], "loc": { "start": { @@ -13639,8 +13639,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 5976, - 5983 + 5977, + 5984 ], "loc": { "start": { @@ -13654,8 +13654,8 @@ } }, "range": [ - 5971, - 5983 + 5972, + 5984 ], "loc": { "start": { @@ -13669,8 +13669,8 @@ } }, "range": [ - 5961, - 5983 + 5962, + 5984 ], "loc": { "start": { @@ -13686,8 +13686,8 @@ ], "kind": "let", "range": [ - 5957, - 5984 + 5958, + 5985 ], "loc": { "start": { @@ -13714,8 +13714,8 @@ "object": { "type": "ThisExpression", "range": [ - 5994, - 5998 + 5995, + 5999 ], "loc": { "start": { @@ -13732,8 +13732,8 @@ "type": "Identifier", "name": "statusBarDiv", "range": [ - 5999, - 6011 + 6000, + 6012 ], "loc": { "start": { @@ -13747,8 +13747,8 @@ } }, "range": [ - 5994, - 6011 + 5995, + 6012 ], "loc": { "start": { @@ -13765,8 +13765,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 6012, - 6021 + 6013, + 6022 ], "loc": { "start": { @@ -13780,8 +13780,8 @@ } }, "range": [ - 5994, - 6021 + 5995, + 6022 ], "loc": { "start": { @@ -13799,8 +13799,8 @@ "value": "", "raw": "''", "range": [ - 6024, - 6026 + 6025, + 6027 ], "loc": { "start": { @@ -13814,8 +13814,8 @@ } }, "range": [ - 5994, - 6026 + 5995, + 6027 ], "loc": { "start": { @@ -13829,8 +13829,8 @@ } }, "range": [ - 5994, - 6027 + 5995, + 6028 ], "loc": { "start": { @@ -13854,8 +13854,8 @@ "object": { "type": "ThisExpression", "range": [ - 6040, - 6044 + 6041, + 6045 ], "loc": { "start": { @@ -13872,8 +13872,8 @@ "type": "Identifier", "name": "statusBarTgtId", "range": [ - 6045, - 6059 + 6046, + 6060 ], "loc": { "start": { @@ -13887,8 +13887,8 @@ } }, "range": [ - 6040, - 6059 + 6041, + 6060 ], "loc": { "start": { @@ -13903,8 +13903,8 @@ }, "prefix": true, "range": [ - 6039, - 6059 + 6040, + 6060 ], "loc": { "start": { @@ -13931,8 +13931,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 6074, - 6077 + 6075, + 6078 ], "loc": { "start": { @@ -13949,8 +13949,8 @@ "type": "Identifier", "name": "remove", "range": [ - 6078, - 6084 + 6079, + 6085 ], "loc": { "start": { @@ -13964,8 +13964,8 @@ } }, "range": [ - 6074, - 6084 + 6075, + 6085 ], "loc": { "start": { @@ -13985,8 +13985,8 @@ "object": { "type": "ThisExpression", "range": [ - 6085, - 6089 + 6086, + 6090 ], "loc": { "start": { @@ -14003,8 +14003,8 @@ "type": "Identifier", "name": "statusBarDiv", "range": [ - 6090, - 6102 + 6091, + 6103 ], "loc": { "start": { @@ -14018,8 +14018,8 @@ } }, "range": [ - 6085, - 6102 + 6086, + 6103 ], "loc": { "start": { @@ -14034,8 +14034,8 @@ } ], "range": [ - 6074, - 6103 + 6075, + 6104 ], "loc": { "start": { @@ -14049,8 +14049,8 @@ } }, "range": [ - 6074, - 6104 + 6075, + 6105 ], "loc": { "start": { @@ -14065,8 +14065,8 @@ } ], "range": [ - 6060, - 6114 + 6061, + 6115 ], "loc": { "start": { @@ -14081,8 +14081,8 @@ }, "alternate": null, "range": [ - 6036, - 6114 + 6037, + 6115 ], "loc": { "start": { @@ -14106,8 +14106,8 @@ "object": { "type": "ThisExpression", "range": [ - 6123, - 6127 + 6124, + 6128 ], "loc": { "start": { @@ -14124,8 +14124,8 @@ "type": "Identifier", "name": "statusBarSpan", "range": [ - 6128, - 6141 + 6129, + 6142 ], "loc": { "start": { @@ -14139,8 +14139,8 @@ } }, "range": [ - 6123, - 6141 + 6124, + 6142 ], "loc": { "start": { @@ -14158,8 +14158,8 @@ "value": null, "raw": "null", "range": [ - 6144, - 6148 + 6145, + 6149 ], "loc": { "start": { @@ -14173,8 +14173,8 @@ } }, "range": [ - 6123, - 6148 + 6124, + 6149 ], "loc": { "start": { @@ -14188,8 +14188,8 @@ } }, "range": [ - 6123, - 6149 + 6124, + 6150 ], "loc": { "start": { @@ -14213,8 +14213,8 @@ "object": { "type": "ThisExpression", "range": [ - 6158, - 6162 + 6159, + 6163 ], "loc": { "start": { @@ -14231,8 +14231,8 @@ "type": "Identifier", "name": "statusBarSpanText", "range": [ - 6163, - 6180 + 6164, + 6181 ], "loc": { "start": { @@ -14246,8 +14246,8 @@ } }, "range": [ - 6158, - 6180 + 6159, + 6181 ], "loc": { "start": { @@ -14265,8 +14265,8 @@ "value": null, "raw": "null", "range": [ - 6183, - 6187 + 6184, + 6188 ], "loc": { "start": { @@ -14280,8 +14280,8 @@ } }, "range": [ - 6158, - 6187 + 6159, + 6188 ], "loc": { "start": { @@ -14295,8 +14295,8 @@ } }, "range": [ - 6158, - 6188 + 6159, + 6189 ], "loc": { "start": { @@ -14320,8 +14320,8 @@ "object": { "type": "ThisExpression", "range": [ - 6197, - 6201 + 6198, + 6202 ], "loc": { "start": { @@ -14338,8 +14338,8 @@ "type": "Identifier", "name": "statusBarDiv", "range": [ - 6202, - 6214 + 6203, + 6215 ], "loc": { "start": { @@ -14353,8 +14353,8 @@ } }, "range": [ - 6197, - 6214 + 6198, + 6215 ], "loc": { "start": { @@ -14372,8 +14372,8 @@ "value": null, "raw": "null", "range": [ - 6217, - 6221 + 6218, + 6222 ], "loc": { "start": { @@ -14387,8 +14387,8 @@ } }, "range": [ - 6197, - 6221 + 6198, + 6222 ], "loc": { "start": { @@ -14402,8 +14402,8 @@ } }, "range": [ - 6197, - 6222 + 6198, + 6223 ], "loc": { "start": { @@ -14420,8 +14420,8 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 6232, - 6256 + 6233, + 6257 ], "loc": { "start": { @@ -14447,8 +14447,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6265, - 6272 + 6266, + 6273 ], "loc": { "start": { @@ -14465,8 +14465,8 @@ "type": "Identifier", "name": "off", "range": [ - 6273, - 6276 + 6274, + 6277 ], "loc": { "start": { @@ -14480,8 +14480,8 @@ } }, "range": [ - 6265, - 6276 + 6266, + 6277 ], "loc": { "start": { @@ -14503,8 +14503,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 6278, - 6296 + 6279, + 6297 ], "loc": { "start": { @@ -14519,8 +14519,8 @@ } ], "range": [ - 6277, - 6297 + 6278, + 6298 ], "loc": { "start": { @@ -14545,8 +14545,8 @@ "object": { "type": "ThisExpression", "range": [ - 6304, - 6308 + 6305, + 6309 ], "loc": { "start": { @@ -14563,8 +14563,8 @@ "type": "Identifier", "name": "message", "range": [ - 6309, - 6316 + 6310, + 6317 ], "loc": { "start": { @@ -14578,8 +14578,8 @@ } }, "range": [ - 6304, - 6316 + 6305, + 6317 ], "loc": { "start": { @@ -14599,8 +14599,8 @@ "object": { "type": "ThisExpression", "range": [ - 6317, - 6321 + 6318, + 6322 ], "loc": { "start": { @@ -14617,8 +14617,8 @@ "type": "Identifier", "name": "msgFilter", "range": [ - 6322, - 6331 + 6323, + 6332 ], "loc": { "start": { @@ -14632,8 +14632,8 @@ } }, "range": [ - 6317, - 6331 + 6318, + 6332 ], "loc": { "start": { @@ -14648,8 +14648,8 @@ } ], "range": [ - 6304, - 6332 + 6305, + 6333 ], "loc": { "start": { @@ -14665,8 +14665,8 @@ "generator": false, "expression": true, "range": [ - 6299, - 6332 + 6300, + 6333 ], "loc": { "start": { @@ -14681,8 +14681,8 @@ } ], "range": [ - 6265, - 6333 + 6266, + 6334 ], "loc": { "start": { @@ -14696,8 +14696,8 @@ } }, "range": [ - 6265, - 6334 + 6266, + 6335 ], "loc": { "start": { @@ -14714,8 +14714,8 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 6232, - 6256 + 6233, + 6257 ], "loc": { "start": { @@ -14741,8 +14741,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6343, - 6350 + 6344, + 6351 ], "loc": { "start": { @@ -14759,8 +14759,8 @@ "type": "Identifier", "name": "off", "range": [ - 6351, - 6354 + 6352, + 6355 ], "loc": { "start": { @@ -14774,8 +14774,8 @@ } }, "range": [ - 6343, - 6354 + 6344, + 6355 ], "loc": { "start": { @@ -14797,8 +14797,8 @@ "value": "before-populating-filter", "raw": "'before-populating-filter'", "range": [ - 6356, - 6382 + 6357, + 6383 ], "loc": { "start": { @@ -14813,8 +14813,8 @@ } ], "range": [ - 6355, - 6383 + 6356, + 6384 ], "loc": { "start": { @@ -14839,8 +14839,8 @@ "object": { "type": "ThisExpression", "range": [ - 6402, - 6406 + 6403, + 6407 ], "loc": { "start": { @@ -14857,8 +14857,8 @@ "type": "Identifier", "name": "message", "range": [ - 6407, - 6414 + 6408, + 6415 ], "loc": { "start": { @@ -14872,8 +14872,8 @@ } }, "range": [ - 6402, - 6414 + 6403, + 6415 ], "loc": { "start": { @@ -14893,8 +14893,8 @@ "object": { "type": "ThisExpression", "range": [ - 6415, - 6419 + 6416, + 6420 ], "loc": { "start": { @@ -14911,8 +14911,8 @@ "type": "Identifier", "name": "msgPopulate", "range": [ - 6420, - 6431 + 6421, + 6432 ], "loc": { "start": { @@ -14926,8 +14926,8 @@ } }, "range": [ - 6415, - 6431 + 6416, + 6432 ], "loc": { "start": { @@ -14942,8 +14942,8 @@ } ], "range": [ - 6402, - 6432 + 6403, + 6433 ], "loc": { "start": { @@ -14959,8 +14959,8 @@ "generator": false, "expression": true, "range": [ - 6397, - 6432 + 6398, + 6433 ], "loc": { "start": { @@ -14975,8 +14975,8 @@ } ], "range": [ - 6343, - 6433 + 6344, + 6434 ], "loc": { "start": { @@ -14990,8 +14990,8 @@ } }, "range": [ - 6343, - 6434 + 6344, + 6435 ], "loc": { "start": { @@ -15015,8 +15015,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6443, - 6450 + 6444, + 6451 ], "loc": { "start": { @@ -15033,8 +15033,8 @@ "type": "Identifier", "name": "off", "range": [ - 6451, - 6454 + 6452, + 6455 ], "loc": { "start": { @@ -15048,8 +15048,8 @@ } }, "range": [ - 6443, - 6454 + 6444, + 6455 ], "loc": { "start": { @@ -15071,8 +15071,8 @@ "value": "before-page-change", "raw": "'before-page-change'", "range": [ - 6456, - 6476 + 6457, + 6477 ], "loc": { "start": { @@ -15087,8 +15087,8 @@ } ], "range": [ - 6455, - 6477 + 6456, + 6478 ], "loc": { "start": { @@ -15113,8 +15113,8 @@ "object": { "type": "ThisExpression", "range": [ - 6496, - 6500 + 6497, + 6501 ], "loc": { "start": { @@ -15131,8 +15131,8 @@ "type": "Identifier", "name": "message", "range": [ - 6501, - 6508 + 6502, + 6509 ], "loc": { "start": { @@ -15146,8 +15146,8 @@ } }, "range": [ - 6496, - 6508 + 6497, + 6509 ], "loc": { "start": { @@ -15167,8 +15167,8 @@ "object": { "type": "ThisExpression", "range": [ - 6509, - 6513 + 6510, + 6514 ], "loc": { "start": { @@ -15185,8 +15185,8 @@ "type": "Identifier", "name": "msgChangePage", "range": [ - 6514, - 6527 + 6515, + 6528 ], "loc": { "start": { @@ -15200,8 +15200,8 @@ } }, "range": [ - 6509, - 6527 + 6510, + 6528 ], "loc": { "start": { @@ -15216,8 +15216,8 @@ } ], "range": [ - 6496, - 6528 + 6497, + 6529 ], "loc": { "start": { @@ -15233,8 +15233,8 @@ "generator": false, "expression": true, "range": [ - 6491, - 6528 + 6492, + 6529 ], "loc": { "start": { @@ -15249,8 +15249,8 @@ } ], "range": [ - 6443, - 6529 + 6444, + 6530 ], "loc": { "start": { @@ -15264,8 +15264,8 @@ } }, "range": [ - 6443, - 6530 + 6444, + 6531 ], "loc": { "start": { @@ -15289,8 +15289,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6539, - 6546 + 6540, + 6547 ], "loc": { "start": { @@ -15307,8 +15307,8 @@ "type": "Identifier", "name": "off", "range": [ - 6547, - 6550 + 6548, + 6551 ], "loc": { "start": { @@ -15322,8 +15322,8 @@ } }, "range": [ - 6539, - 6550 + 6540, + 6551 ], "loc": { "start": { @@ -15345,8 +15345,8 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 6552, - 6577 + 6553, + 6578 ], "loc": { "start": { @@ -15361,8 +15361,8 @@ } ], "range": [ - 6551, - 6578 + 6552, + 6579 ], "loc": { "start": { @@ -15387,8 +15387,8 @@ "object": { "type": "ThisExpression", "range": [ - 6597, - 6601 + 6598, + 6602 ], "loc": { "start": { @@ -15405,8 +15405,8 @@ "type": "Identifier", "name": "message", "range": [ - 6602, - 6609 + 6603, + 6610 ], "loc": { "start": { @@ -15420,8 +15420,8 @@ } }, "range": [ - 6597, - 6609 + 6598, + 6610 ], "loc": { "start": { @@ -15441,8 +15441,8 @@ "object": { "type": "ThisExpression", "range": [ - 6610, - 6614 + 6611, + 6615 ], "loc": { "start": { @@ -15459,8 +15459,8 @@ "type": "Identifier", "name": "msgClear", "range": [ - 6615, - 6623 + 6616, + 6624 ], "loc": { "start": { @@ -15474,8 +15474,8 @@ } }, "range": [ - 6610, - 6623 + 6611, + 6624 ], "loc": { "start": { @@ -15490,8 +15490,8 @@ } ], "range": [ - 6597, - 6624 + 6598, + 6625 ], "loc": { "start": { @@ -15507,8 +15507,8 @@ "generator": false, "expression": true, "range": [ - 6592, - 6624 + 6593, + 6625 ], "loc": { "start": { @@ -15523,8 +15523,8 @@ } ], "range": [ - 6539, - 6625 + 6540, + 6626 ], "loc": { "start": { @@ -15538,8 +15538,8 @@ } }, "range": [ - 6539, - 6626 + 6540, + 6627 ], "loc": { "start": { @@ -15563,8 +15563,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6635, - 6642 + 6636, + 6643 ], "loc": { "start": { @@ -15581,8 +15581,8 @@ "type": "Identifier", "name": "off", "range": [ - 6643, - 6646 + 6644, + 6647 ], "loc": { "start": { @@ -15596,8 +15596,8 @@ } }, "range": [ - 6635, - 6646 + 6636, + 6647 ], "loc": { "start": { @@ -15619,8 +15619,8 @@ "value": "before-page-length-change", "raw": "'before-page-length-change'", "range": [ - 6648, - 6675 + 6649, + 6676 ], "loc": { "start": { @@ -15635,8 +15635,8 @@ } ], "range": [ - 6647, - 6676 + 6648, + 6677 ], "loc": { "start": { @@ -15661,8 +15661,8 @@ "object": { "type": "ThisExpression", "range": [ - 6695, - 6699 + 6696, + 6700 ], "loc": { "start": { @@ -15679,8 +15679,8 @@ "type": "Identifier", "name": "message", "range": [ - 6700, - 6707 + 6701, + 6708 ], "loc": { "start": { @@ -15694,8 +15694,8 @@ } }, "range": [ - 6695, - 6707 + 6696, + 6708 ], "loc": { "start": { @@ -15715,8 +15715,8 @@ "object": { "type": "ThisExpression", "range": [ - 6708, - 6712 + 6709, + 6713 ], "loc": { "start": { @@ -15733,8 +15733,8 @@ "type": "Identifier", "name": "msgChangeResults", "range": [ - 6713, - 6729 + 6714, + 6730 ], "loc": { "start": { @@ -15748,8 +15748,8 @@ } }, "range": [ - 6708, - 6729 + 6709, + 6730 ], "loc": { "start": { @@ -15764,8 +15764,8 @@ } ], "range": [ - 6695, - 6730 + 6696, + 6731 ], "loc": { "start": { @@ -15781,8 +15781,8 @@ "generator": false, "expression": true, "range": [ - 6690, - 6730 + 6691, + 6731 ], "loc": { "start": { @@ -15797,8 +15797,8 @@ } ], "range": [ - 6635, - 6731 + 6636, + 6732 ], "loc": { "start": { @@ -15812,8 +15812,8 @@ } }, "range": [ - 6635, - 6732 + 6636, + 6733 ], "loc": { "start": { @@ -15837,8 +15837,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6741, - 6748 + 6742, + 6749 ], "loc": { "start": { @@ -15855,8 +15855,8 @@ "type": "Identifier", "name": "off", "range": [ - 6749, - 6752 + 6750, + 6753 ], "loc": { "start": { @@ -15870,8 +15870,8 @@ } }, "range": [ - 6741, - 6752 + 6742, + 6753 ], "loc": { "start": { @@ -15893,8 +15893,8 @@ "value": "before-reset-page", "raw": "'before-reset-page'", "range": [ - 6754, - 6773 + 6755, + 6774 ], "loc": { "start": { @@ -15909,8 +15909,8 @@ } ], "range": [ - 6753, - 6774 + 6754, + 6775 ], "loc": { "start": { @@ -15935,8 +15935,8 @@ "object": { "type": "ThisExpression", "range": [ - 6793, - 6797 + 6794, + 6798 ], "loc": { "start": { @@ -15953,8 +15953,8 @@ "type": "Identifier", "name": "message", "range": [ - 6798, - 6805 + 6799, + 6806 ], "loc": { "start": { @@ -15968,8 +15968,8 @@ } }, "range": [ - 6793, - 6805 + 6794, + 6806 ], "loc": { "start": { @@ -15989,8 +15989,8 @@ "object": { "type": "ThisExpression", "range": [ - 6806, - 6810 + 6807, + 6811 ], "loc": { "start": { @@ -16007,8 +16007,8 @@ "type": "Identifier", "name": "msgResetPage", "range": [ - 6811, - 6823 + 6812, + 6824 ], "loc": { "start": { @@ -16022,8 +16022,8 @@ } }, "range": [ - 6806, - 6823 + 6807, + 6824 ], "loc": { "start": { @@ -16038,8 +16038,8 @@ } ], "range": [ - 6793, - 6824 + 6794, + 6825 ], "loc": { "start": { @@ -16055,8 +16055,8 @@ "generator": false, "expression": true, "range": [ - 6776, - 6824 + 6777, + 6825 ], "loc": { "start": { @@ -16071,8 +16071,8 @@ } ], "range": [ - 6741, - 6825 + 6742, + 6826 ], "loc": { "start": { @@ -16086,8 +16086,8 @@ } }, "range": [ - 6741, - 6826 + 6742, + 6827 ], "loc": { "start": { @@ -16111,8 +16111,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6835, - 6842 + 6836, + 6843 ], "loc": { "start": { @@ -16129,8 +16129,8 @@ "type": "Identifier", "name": "off", "range": [ - 6843, - 6846 + 6844, + 6847 ], "loc": { "start": { @@ -16144,8 +16144,8 @@ } }, "range": [ - 6835, - 6846 + 6836, + 6847 ], "loc": { "start": { @@ -16167,8 +16167,8 @@ "value": "before-reset-page-length", "raw": "'before-reset-page-length'", "range": [ - 6848, - 6874 + 6849, + 6875 ], "loc": { "start": { @@ -16183,8 +16183,8 @@ } ], "range": [ - 6847, - 6875 + 6848, + 6876 ], "loc": { "start": { @@ -16209,8 +16209,8 @@ "object": { "type": "ThisExpression", "range": [ - 6894, - 6898 + 6895, + 6899 ], "loc": { "start": { @@ -16227,8 +16227,8 @@ "type": "Identifier", "name": "message", "range": [ - 6899, - 6906 + 6900, + 6907 ], "loc": { "start": { @@ -16242,8 +16242,8 @@ } }, "range": [ - 6894, - 6906 + 6895, + 6907 ], "loc": { "start": { @@ -16263,8 +16263,8 @@ "object": { "type": "ThisExpression", "range": [ - 6907, - 6911 + 6908, + 6912 ], "loc": { "start": { @@ -16281,8 +16281,8 @@ "type": "Identifier", "name": "msgResetPageLength", "range": [ - 6912, - 6930 + 6913, + 6931 ], "loc": { "start": { @@ -16296,8 +16296,8 @@ } }, "range": [ - 6907, - 6930 + 6908, + 6931 ], "loc": { "start": { @@ -16312,8 +16312,8 @@ } ], "range": [ - 6894, - 6931 + 6895, + 6932 ], "loc": { "start": { @@ -16329,8 +16329,8 @@ "generator": false, "expression": true, "range": [ - 6889, - 6931 + 6890, + 6932 ], "loc": { "start": { @@ -16345,8 +16345,8 @@ } ], "range": [ - 6835, - 6932 + 6836, + 6933 ], "loc": { "start": { @@ -16360,8 +16360,8 @@ } }, "range": [ - 6835, - 6933 + 6836, + 6934 ], "loc": { "start": { @@ -16385,8 +16385,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 6942, - 6949 + 6943, + 6950 ], "loc": { "start": { @@ -16403,8 +16403,8 @@ "type": "Identifier", "name": "off", "range": [ - 6950, - 6953 + 6951, + 6954 ], "loc": { "start": { @@ -16418,8 +16418,8 @@ } }, "range": [ - 6942, - 6953 + 6943, + 6954 ], "loc": { "start": { @@ -16441,8 +16441,8 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 6955, - 6982 + 6956, + 6983 ], "loc": { "start": { @@ -16457,8 +16457,8 @@ } ], "range": [ - 6954, - 6983 + 6955, + 6984 ], "loc": { "start": { @@ -16483,8 +16483,8 @@ "object": { "type": "ThisExpression", "range": [ - 7002, - 7006 + 7003, + 7007 ], "loc": { "start": { @@ -16501,8 +16501,8 @@ "type": "Identifier", "name": "message", "range": [ - 7007, - 7014 + 7008, + 7015 ], "loc": { "start": { @@ -16516,8 +16516,8 @@ } }, "range": [ - 7002, - 7014 + 7003, + 7015 ], "loc": { "start": { @@ -16537,8 +16537,8 @@ "object": { "type": "ThisExpression", "range": [ - 7015, - 7019 + 7016, + 7020 ], "loc": { "start": { @@ -16555,8 +16555,8 @@ "type": "Identifier", "name": "msgLoadExtensions", "range": [ - 7020, - 7037 + 7021, + 7038 ], "loc": { "start": { @@ -16570,8 +16570,8 @@ } }, "range": [ - 7015, - 7037 + 7016, + 7038 ], "loc": { "start": { @@ -16586,8 +16586,8 @@ } ], "range": [ - 7002, - 7038 + 7003, + 7039 ], "loc": { "start": { @@ -16603,8 +16603,8 @@ "generator": false, "expression": true, "range": [ - 6997, - 7038 + 6998, + 7039 ], "loc": { "start": { @@ -16619,8 +16619,8 @@ } ], "range": [ - 6942, - 7039 + 6943, + 7040 ], "loc": { "start": { @@ -16634,8 +16634,8 @@ } }, "range": [ - 6942, - 7040 + 6943, + 7041 ], "loc": { "start": { @@ -16659,8 +16659,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 7049, - 7056 + 7050, + 7057 ], "loc": { "start": { @@ -16677,8 +16677,8 @@ "type": "Identifier", "name": "off", "range": [ - 7057, - 7060 + 7058, + 7061 ], "loc": { "start": { @@ -16692,8 +16692,8 @@ } }, "range": [ - 7049, - 7060 + 7050, + 7061 ], "loc": { "start": { @@ -16715,8 +16715,8 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 7062, - 7085 + 7063, + 7086 ], "loc": { "start": { @@ -16731,8 +16731,8 @@ } ], "range": [ - 7061, - 7086 + 7062, + 7087 ], "loc": { "start": { @@ -16757,8 +16757,8 @@ "object": { "type": "ThisExpression", "range": [ - 7105, - 7109 + 7106, + 7110 ], "loc": { "start": { @@ -16775,8 +16775,8 @@ "type": "Identifier", "name": "message", "range": [ - 7110, - 7117 + 7111, + 7118 ], "loc": { "start": { @@ -16790,8 +16790,8 @@ } }, "range": [ - 7105, - 7117 + 7106, + 7118 ], "loc": { "start": { @@ -16811,8 +16811,8 @@ "object": { "type": "ThisExpression", "range": [ - 7118, - 7122 + 7119, + 7123 ], "loc": { "start": { @@ -16829,8 +16829,8 @@ "type": "Identifier", "name": "msgLoadThemes", "range": [ - 7123, - 7136 + 7124, + 7137 ], "loc": { "start": { @@ -16844,8 +16844,8 @@ } }, "range": [ - 7118, - 7136 + 7119, + 7137 ], "loc": { "start": { @@ -16860,8 +16860,8 @@ } ], "range": [ - 7105, - 7137 + 7106, + 7138 ], "loc": { "start": { @@ -16877,8 +16877,8 @@ "generator": false, "expression": true, "range": [ - 7100, - 7137 + 7101, + 7138 ], "loc": { "start": { @@ -16893,8 +16893,8 @@ } ], "range": [ - 7049, - 7138 + 7050, + 7139 ], "loc": { "start": { @@ -16908,8 +16908,8 @@ } }, "range": [ - 7049, - 7139 + 7050, + 7140 ], "loc": { "start": { @@ -16933,8 +16933,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 7149, - 7156 + 7150, + 7157 ], "loc": { "start": { @@ -16951,8 +16951,8 @@ "type": "Identifier", "name": "off", "range": [ - 7157, - 7160 + 7158, + 7161 ], "loc": { "start": { @@ -16966,8 +16966,8 @@ } }, "range": [ - 7149, - 7160 + 7150, + 7161 ], "loc": { "start": { @@ -16989,8 +16989,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 7175, - 7192 + 7176, + 7193 ], "loc": { "start": { @@ -17008,8 +17008,8 @@ "value": "after-populating-filter", "raw": "'after-populating-filter'", "range": [ - 7206, - 7231 + 7207, + 7232 ], "loc": { "start": { @@ -17027,8 +17027,8 @@ "value": "after-page-change", "raw": "'after-page-change'", "range": [ - 7245, - 7264 + 7246, + 7265 ], "loc": { "start": { @@ -17046,8 +17046,8 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 7278, - 7302 + 7279, + 7303 ], "loc": { "start": { @@ -17065,8 +17065,8 @@ "value": "after-page-length-change", "raw": "'after-page-length-change'", "range": [ - 7316, - 7342 + 7317, + 7343 ], "loc": { "start": { @@ -17084,8 +17084,8 @@ "value": "after-reset-page", "raw": "'after-reset-page'", "range": [ - 7356, - 7374 + 7357, + 7375 ], "loc": { "start": { @@ -17103,8 +17103,8 @@ "value": "after-reset-page-length", "raw": "'after-reset-page-length'", "range": [ - 7388, - 7413 + 7389, + 7414 ], "loc": { "start": { @@ -17122,8 +17122,8 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 7427, - 7453 + 7428, + 7454 ], "loc": { "start": { @@ -17141,8 +17141,8 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 7467, - 7489 + 7468, + 7490 ], "loc": { "start": { @@ -17157,8 +17157,8 @@ } ], "range": [ - 7161, - 7490 + 7162, + 7491 ], "loc": { "start": { @@ -17183,8 +17183,8 @@ "object": { "type": "ThisExpression", "range": [ - 7509, - 7513 + 7510, + 7514 ], "loc": { "start": { @@ -17201,8 +17201,8 @@ "type": "Identifier", "name": "message", "range": [ - 7514, - 7521 + 7515, + 7522 ], "loc": { "start": { @@ -17216,8 +17216,8 @@ } }, "range": [ - 7509, - 7521 + 7510, + 7522 ], "loc": { "start": { @@ -17236,8 +17236,8 @@ "value": "", "raw": "''", "range": [ - 7522, - 7524 + 7523, + 7525 ], "loc": { "start": { @@ -17252,8 +17252,8 @@ } ], "range": [ - 7509, - 7525 + 7510, + 7526 ], "loc": { "start": { @@ -17269,8 +17269,8 @@ "generator": false, "expression": true, "range": [ - 7504, - 7525 + 7505, + 7526 ], "loc": { "start": { @@ -17285,8 +17285,8 @@ } ], "range": [ - 7149, - 7535 + 7150, + 7536 ], "loc": { "start": { @@ -17300,8 +17300,8 @@ } }, "range": [ - 7149, - 7536 + 7150, + 7537 ], "loc": { "start": { @@ -17325,8 +17325,8 @@ "object": { "type": "ThisExpression", "range": [ - 7546, - 7550 + 7547, + 7551 ], "loc": { "start": { @@ -17343,8 +17343,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 7551, - 7562 + 7552, + 7563 ], "loc": { "start": { @@ -17358,8 +17358,8 @@ } }, "range": [ - 7546, - 7562 + 7547, + 7563 ], "loc": { "start": { @@ -17377,8 +17377,8 @@ "value": false, "raw": "false", "range": [ - 7565, - 7570 + 7566, + 7571 ], "loc": { "start": { @@ -17392,8 +17392,8 @@ } }, "range": [ - 7546, - 7570 + 7547, + 7571 ], "loc": { "start": { @@ -17407,8 +17407,8 @@ } }, "range": [ - 7546, - 7571 + 7547, + 7572 ], "loc": { "start": { @@ -17423,8 +17423,8 @@ } ], "range": [ - 5885, - 7577 + 5886, + 7578 ], "loc": { "start": { @@ -17440,8 +17440,8 @@ "generator": false, "expression": false, "range": [ - 5883, - 7577 + 5884, + 7578 ], "loc": { "start": { @@ -17457,8 +17457,8 @@ "kind": "method", "computed": false, "range": [ - 5876, - 7577 + 5877, + 7578 ], "loc": { "start": { @@ -17474,8 +17474,8 @@ } ], "range": [ - 160, - 7580 + 161, + 7581 ], "loc": { "start": { @@ -17489,8 +17489,8 @@ } }, "range": [ - 129, - 7580 + 130, + 7581 ], "loc": { "start": { @@ -17508,8 +17508,8 @@ "specifiers": [], "source": null, "range": [ - 122, - 7580 + 123, + 7581 ], "loc": { "start": { @@ -17526,7 +17526,7 @@ "sourceType": "module", "range": [ 0, - 7580 + 7581 ], "loc": { "start": { @@ -17543,8 +17543,8 @@ "type": "Block", "value": "*\n * Status bar UI component\n * @param {Object} tf TableFilter instance\n ", "range": [ - 167, - 256 + 168, + 257 ], "loc": { "start": { @@ -17561,8 +17561,8 @@ "type": "Line", "value": " Configuration object", "range": [ - 319, - 342 + 320, + 343 ], "loc": { "start": { @@ -17579,8 +17579,8 @@ "type": "Line", "value": "id of custom container element", "range": [ - 381, - 413 + 382, + 414 ], "loc": { "start": { @@ -17597,8 +17597,8 @@ "type": "Line", "value": "element containing status bar label", "range": [ - 484, - 521 + 485, + 522 ], "loc": { "start": { @@ -17615,8 +17615,8 @@ "type": "Line", "value": "status bar", "range": [ - 564, - 576 + 565, + 577 ], "loc": { "start": { @@ -17633,8 +17633,8 @@ "type": "Line", "value": "status bar label", "range": [ - 620, - 638 + 621, + 639 ], "loc": { "start": { @@ -17651,8 +17651,8 @@ "type": "Line", "value": "defines status bar text", "range": [ - 686, - 711 + 687, + 712 ], "loc": { "start": { @@ -17669,8 +17669,8 @@ "type": "Line", "value": "defines css class status bar", "range": [ - 774, - 804 + 775, + 805 ], "loc": { "start": { @@ -17687,8 +17687,8 @@ "type": "Line", "value": "delay for status bar clearing", "range": [ - 882, - 913 + 883, + 914 ], "loc": { "start": { @@ -17705,8 +17705,8 @@ "type": "Line", "value": "calls function before message is displayed", "range": [ - 963, - 1007 + 964, + 1008 ], "loc": { "start": { @@ -17723,8 +17723,8 @@ "type": "Line", "value": "calls function after message is displayed", "range": [ - 1123, - 1166 + 1124, + 1167 ], "loc": { "start": { @@ -17741,8 +17741,8 @@ "type": "Line", "value": "status messages", "range": [ - 1280, - 1297 + 1281, + 1298 ], "loc": { "start": { @@ -17759,8 +17759,8 @@ "type": "Line", "value": "populating drop-downs", "range": [ - 1368, - 1391 + 1369, + 1392 ], "loc": { "start": { @@ -17777,8 +17777,8 @@ "type": "Line", "value": "populating drop-downs", "range": [ - 1469, - 1492 + 1470, + 1493 ], "loc": { "start": { @@ -17795,8 +17795,8 @@ "type": "Line", "value": "changing paging page", "range": [ - 1599, - 1621 + 1600, + 1622 ], "loc": { "start": { @@ -17813,8 +17813,8 @@ "type": "Line", "value": "clearing filters", "range": [ - 1709, - 1727 + 1710, + 1728 ], "loc": { "start": { @@ -17831,8 +17831,8 @@ "type": "Line", "value": "changing nb results/page", "range": [ - 1798, - 1824 + 1799, + 1825 ], "loc": { "start": { @@ -17849,8 +17849,8 @@ "type": "Line", "value": "re-setting page", "range": [ - 1933, - 1950 + 1934, + 1951 ], "loc": { "start": { @@ -17867,8 +17867,8 @@ "type": "Line", "value": "re-setting page length", "range": [ - 2029, - 2053 + 2030, + 2054 ], "loc": { "start": { @@ -17885,8 +17885,8 @@ "type": "Line", "value": "table sorting", "range": [ - 2164, - 2179 + 2165, + 2180 ], "loc": { "start": { @@ -17903,8 +17903,8 @@ "type": "Line", "value": "extensions loading", "range": [ - 2244, - 2264 + 2245, + 2265 ], "loc": { "start": { @@ -17921,8 +17921,8 @@ "type": "Line", "value": "themes loading", "range": [ - 2368, - 2384 + 2369, + 2385 ], "loc": { "start": { @@ -17939,8 +17939,8 @@ "type": "Line", "value": " status bar div", "range": [ - 2467, - 2484 + 2468, + 2485 ], "loc": { "start": { @@ -17957,8 +17957,8 @@ "type": "Line", "value": " status bar label", "range": [ - 2530, - 2549 + 2531, + 2550 ], "loc": { "start": { @@ -17975,8 +17975,8 @@ "type": "Line", "value": " text preceding status bar label", "range": [ - 2603, - 2637 + 2604, + 2638 ], "loc": { "start": { @@ -17993,8 +17993,8 @@ "type": "Line", "value": "status bar container", "range": [ - 2833, - 2855 + 2834, + 2856 ], "loc": { "start": { @@ -18011,8 +18011,8 @@ "type": "Line", "value": "status bar label", "range": [ - 2993, - 3011 + 2994, + 3012 ], "loc": { "start": { @@ -18029,8 +18029,8 @@ "type": "Line", "value": "preceding text", "range": [ - 3100, - 3116 + 3101, + 3117 ], "loc": { "start": { @@ -18047,8 +18047,8 @@ "type": "Line", "value": " target element container", "range": [ - 3287, - 3314 + 3288, + 3315 ], "loc": { "start": { @@ -18065,8 +18065,8 @@ "type": "Line", "value": "default container: 'lDiv'", "range": [ - 3500, - 3527 + 3501, + 3528 ], "loc": { "start": { @@ -18083,8 +18083,8 @@ "type": "Line", "value": " custom container, no need to append statusDiv", "range": [ - 3734, - 3782 + 3735, + 3783 ], "loc": { "start": { @@ -18101,8 +18101,8 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 4028, - 4050 + 4029, + 4051 ], "loc": { "start": { @@ -18119,8 +18119,8 @@ "type": "Line", "value": " Unsubscribe to events", "range": [ - 6232, - 6256 + 6233, + 6257 ], "loc": { "start": { diff --git a/docs/ast/source/tablefilter.js.json b/docs/ast/source/tablefilter.js.json index fdc111cc..6219316f 100644 --- a/docs/ast/source/tablefilter.js.json +++ b/docs/ast/source/tablefilter.js.json @@ -71166,12 +71166,11 @@ } }, "right": { - "type": "Literal", - "value": null, - "raw": "null", + "type": "Identifier", + "name": "undefined", "range": [ 30317, - 30321 + 30326 ], "loc": { "start": { @@ -71180,13 +71179,13 @@ }, "end": { "line": 865, - "column": 49 + "column": 54 } } }, "range": [ 30288, - 30321 + 30326 ], "loc": { "start": { @@ -71195,13 +71194,13 @@ }, "end": { "line": 865, - "column": 49 + "column": 54 } } }, "range": [ 30288, - 30322 + 30327 ], "loc": { "start": { @@ -71210,14 +71209,14 @@ }, "end": { "line": 865, - "column": 50 + "column": 55 } } } ], "range": [ 30231, - 30336 + 30341 ], "loc": { "start": { @@ -71233,7 +71232,7 @@ "alternate": null, "range": [ 30214, - 30336 + 30341 ], "loc": { "start": { @@ -71249,7 +71248,7 @@ ], "range": [ 30111, - 30346 + 30351 ], "loc": { "start": { @@ -71264,7 +71263,7 @@ }, "range": [ 30062, - 30346 + 30351 ], "loc": { "start": { @@ -71280,7 +71279,7 @@ ], "range": [ 30015, - 30352 + 30357 ], "loc": { "start": { @@ -71297,7 +71296,7 @@ "expression": false, "range": [ 30012, - 30352 + 30357 ], "loc": { "start": { @@ -71314,7 +71313,7 @@ "computed": false, "range": [ 29995, - 30352 + 30357 ], "loc": { "start": { @@ -71351,8 +71350,8 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 30358, - 30424 + 30363, + 30429 ], "loc": { "start": { @@ -71374,8 +71373,8 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 30429, - 30439 + 30434, + 30444 ], "loc": { "start": { @@ -71404,8 +71403,8 @@ "type": "Identifier", "name": "themes", "range": [ - 30456, - 30462 + 30461, + 30467 ], "loc": { "start": { @@ -71424,8 +71423,8 @@ "object": { "type": "ThisExpression", "range": [ - 30465, - 30469 + 30470, + 30474 ], "loc": { "start": { @@ -71442,8 +71441,8 @@ "type": "Identifier", "name": "themes", "range": [ - 30470, - 30476 + 30475, + 30481 ], "loc": { "start": { @@ -71457,8 +71456,8 @@ } }, "range": [ - 30465, - 30476 + 30470, + 30481 ], "loc": { "start": { @@ -71472,8 +71471,8 @@ } }, "range": [ - 30456, - 30476 + 30461, + 30481 ], "loc": { "start": { @@ -71489,8 +71488,8 @@ ], "kind": "let", "range": [ - 30452, - 30477 + 30457, + 30482 ], "loc": { "start": { @@ -71516,8 +71515,8 @@ "object": { "type": "ThisExpression", "range": [ - 30486, - 30490 + 30491, + 30495 ], "loc": { "start": { @@ -71534,8 +71533,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 30491, - 30498 + 30496, + 30503 ], "loc": { "start": { @@ -71549,8 +71548,8 @@ } }, "range": [ - 30486, - 30498 + 30491, + 30503 ], "loc": { "start": { @@ -71567,8 +71566,8 @@ "type": "Identifier", "name": "emit", "range": [ - 30499, - 30503 + 30504, + 30508 ], "loc": { "start": { @@ -71582,8 +71581,8 @@ } }, "range": [ - 30486, - 30503 + 30491, + 30508 ], "loc": { "start": { @@ -71602,8 +71601,8 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 30504, - 30527 + 30509, + 30532 ], "loc": { "start": { @@ -71619,8 +71618,8 @@ { "type": "ThisExpression", "range": [ - 30529, - 30533 + 30534, + 30538 ], "loc": { "start": { @@ -71635,8 +71634,8 @@ } ], "range": [ - 30486, - 30534 + 30491, + 30539 ], "loc": { "start": { @@ -71650,8 +71649,8 @@ } }, "range": [ - 30486, - 30535 + 30491, + 30540 ], "loc": { "start": { @@ -71668,8 +71667,8 @@ "type": "Line", "value": "Default theme config", "range": [ - 30545, - 30567 + 30550, + 30572 ], "loc": { "start": { @@ -71692,8 +71691,8 @@ "object": { "type": "ThisExpression", "range": [ - 30580, - 30584 + 30585, + 30589 ], "loc": { "start": { @@ -71710,8 +71709,8 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 30585, - 30603 + 30590, + 30608 ], "loc": { "start": { @@ -71725,8 +71724,8 @@ } }, "range": [ - 30580, - 30603 + 30585, + 30608 ], "loc": { "start": { @@ -71751,8 +71750,8 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 30623, - 30635 + 30628, + 30640 ], "loc": { "start": { @@ -71774,8 +71773,8 @@ "type": "Identifier", "name": "name", "range": [ - 30640, - 30644 + 30645, + 30649 ], "loc": { "start": { @@ -71793,8 +71792,8 @@ "value": "default", "raw": "'default'", "range": [ - 30646, - 30655 + 30651, + 30660 ], "loc": { "start": { @@ -71812,8 +71811,8 @@ "shorthand": false, "computed": false, "range": [ - 30640, - 30655 + 30645, + 30660 ], "loc": { "start": { @@ -71828,8 +71827,8 @@ } ], "range": [ - 30638, - 30657 + 30643, + 30662 ], "loc": { "start": { @@ -71843,8 +71842,8 @@ } }, "range": [ - 30623, - 30657 + 30628, + 30662 ], "loc": { "start": { @@ -71860,8 +71859,8 @@ ], "kind": "let", "range": [ - 30619, - 30658 + 30624, + 30663 ], "loc": { "start": { @@ -71887,8 +71886,8 @@ "object": { "type": "ThisExpression", "range": [ - 30671, - 30675 + 30676, + 30680 ], "loc": { "start": { @@ -71905,8 +71904,8 @@ "type": "Identifier", "name": "themes", "range": [ - 30676, - 30682 + 30681, + 30687 ], "loc": { "start": { @@ -71920,8 +71919,8 @@ } }, "range": [ - 30671, - 30682 + 30676, + 30687 ], "loc": { "start": { @@ -71938,8 +71937,8 @@ "type": "Identifier", "name": "push", "range": [ - 30683, - 30687 + 30688, + 30692 ], "loc": { "start": { @@ -71953,8 +71952,8 @@ } }, "range": [ - 30671, - 30687 + 30676, + 30692 ], "loc": { "start": { @@ -71972,8 +71971,8 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 30688, - 30700 + 30693, + 30705 ], "loc": { "start": { @@ -71988,8 +71987,8 @@ } ], "range": [ - 30671, - 30701 + 30676, + 30706 ], "loc": { "start": { @@ -72003,8 +72002,8 @@ } }, "range": [ - 30671, - 30702 + 30676, + 30707 ], "loc": { "start": { @@ -72019,8 +72018,8 @@ } ], "range": [ - 30605, - 30712 + 30610, + 30717 ], "loc": { "start": { @@ -72035,8 +72034,8 @@ }, "alternate": null, "range": [ - 30576, - 30712 + 30581, + 30717 ], "loc": { "start": { @@ -72053,8 +72052,8 @@ "type": "Line", "value": "Default theme config", "range": [ - 30545, - 30567 + 30550, + 30572 ], "loc": { "start": { @@ -72080,8 +72079,8 @@ "type": "Identifier", "name": "Types", "range": [ - 30725, - 30730 + 30730, + 30735 ], "loc": { "start": { @@ -72098,8 +72097,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 30731, - 30738 + 30736, + 30743 ], "loc": { "start": { @@ -72113,8 +72112,8 @@ } }, "range": [ - 30725, - 30738 + 30730, + 30743 ], "loc": { "start": { @@ -72132,8 +72131,8 @@ "type": "Identifier", "name": "themes", "range": [ - 30739, - 30745 + 30744, + 30750 ], "loc": { "start": { @@ -72148,8 +72147,8 @@ } ], "range": [ - 30725, - 30746 + 30730, + 30751 ], "loc": { "start": { @@ -72176,8 +72175,8 @@ "type": "Identifier", "name": "i", "range": [ - 30771, - 30772 + 30776, + 30777 ], "loc": { "start": { @@ -72195,8 +72194,8 @@ "value": 0, "raw": "0", "range": [ - 30775, - 30776 + 30780, + 30781 ], "loc": { "start": { @@ -72210,8 +72209,8 @@ } }, "range": [ - 30771, - 30776 + 30776, + 30781 ], "loc": { "start": { @@ -72230,8 +72229,8 @@ "type": "Identifier", "name": "len", "range": [ - 30778, - 30781 + 30783, + 30786 ], "loc": { "start": { @@ -72251,8 +72250,8 @@ "type": "Identifier", "name": "themes", "range": [ - 30784, - 30790 + 30789, + 30795 ], "loc": { "start": { @@ -72269,8 +72268,8 @@ "type": "Identifier", "name": "length", "range": [ - 30791, - 30797 + 30796, + 30802 ], "loc": { "start": { @@ -72284,8 +72283,8 @@ } }, "range": [ - 30784, - 30797 + 30789, + 30802 ], "loc": { "start": { @@ -72299,8 +72298,8 @@ } }, "range": [ - 30778, - 30797 + 30783, + 30802 ], "loc": { "start": { @@ -72316,8 +72315,8 @@ ], "kind": "let", "range": [ - 30767, - 30797 + 30772, + 30802 ], "loc": { "start": { @@ -72337,8 +72336,8 @@ "type": "Identifier", "name": "i", "range": [ - 30799, - 30800 + 30804, + 30805 ], "loc": { "start": { @@ -72355,8 +72354,8 @@ "type": "Identifier", "name": "len", "range": [ - 30803, - 30806 + 30808, + 30811 ], "loc": { "start": { @@ -72370,8 +72369,8 @@ } }, "range": [ - 30799, - 30806 + 30804, + 30811 ], "loc": { "start": { @@ -72391,8 +72390,8 @@ "type": "Identifier", "name": "i", "range": [ - 30808, - 30809 + 30813, + 30814 ], "loc": { "start": { @@ -72407,8 +72406,8 @@ }, "prefix": false, "range": [ - 30808, - 30811 + 30813, + 30816 ], "loc": { "start": { @@ -72433,8 +72432,8 @@ "type": "Identifier", "name": "theme", "range": [ - 30835, - 30840 + 30840, + 30845 ], "loc": { "start": { @@ -72454,8 +72453,8 @@ "type": "Identifier", "name": "themes", "range": [ - 30843, - 30849 + 30848, + 30854 ], "loc": { "start": { @@ -72472,8 +72471,8 @@ "type": "Identifier", "name": "i", "range": [ - 30850, - 30851 + 30855, + 30856 ], "loc": { "start": { @@ -72487,8 +72486,8 @@ } }, "range": [ - 30843, - 30852 + 30848, + 30857 ], "loc": { "start": { @@ -72502,8 +72501,8 @@ } }, "range": [ - 30835, - 30852 + 30840, + 30857 ], "loc": { "start": { @@ -72519,8 +72518,8 @@ ], "kind": "let", "range": [ - 30831, - 30853 + 30836, + 30858 ], "loc": { "start": { @@ -72542,8 +72541,8 @@ "type": "Identifier", "name": "name", "range": [ - 30874, - 30878 + 30879, + 30883 ], "loc": { "start": { @@ -72563,8 +72562,8 @@ "type": "Identifier", "name": "theme", "range": [ - 30881, - 30886 + 30886, + 30891 ], "loc": { "start": { @@ -72581,8 +72580,8 @@ "type": "Identifier", "name": "name", "range": [ - 30887, - 30891 + 30892, + 30896 ], "loc": { "start": { @@ -72596,8 +72595,8 @@ } }, "range": [ - 30881, - 30891 + 30886, + 30896 ], "loc": { "start": { @@ -72611,8 +72610,8 @@ } }, "range": [ - 30874, - 30891 + 30879, + 30896 ], "loc": { "start": { @@ -72628,8 +72627,8 @@ ], "kind": "let", "range": [ - 30870, - 30892 + 30875, + 30897 ], "loc": { "start": { @@ -72651,8 +72650,8 @@ "type": "Identifier", "name": "path", "range": [ - 30913, - 30917 + 30918, + 30922 ], "loc": { "start": { @@ -72672,8 +72671,8 @@ "type": "Identifier", "name": "theme", "range": [ - 30920, - 30925 + 30925, + 30930 ], "loc": { "start": { @@ -72690,8 +72689,8 @@ "type": "Identifier", "name": "path", "range": [ - 30926, - 30930 + 30931, + 30935 ], "loc": { "start": { @@ -72705,8 +72704,8 @@ } }, "range": [ - 30920, - 30930 + 30925, + 30935 ], "loc": { "start": { @@ -72720,8 +72719,8 @@ } }, "range": [ - 30913, - 30930 + 30918, + 30935 ], "loc": { "start": { @@ -72737,8 +72736,8 @@ ], "kind": "let", "range": [ - 30909, - 30931 + 30914, + 30936 ], "loc": { "start": { @@ -72760,8 +72759,8 @@ "type": "Identifier", "name": "styleId", "range": [ - 30952, - 30959 + 30957, + 30964 ], "loc": { "start": { @@ -72783,8 +72782,8 @@ "object": { "type": "ThisExpression", "range": [ - 30962, - 30966 + 30967, + 30971 ], "loc": { "start": { @@ -72801,8 +72800,8 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 30967, - 30973 + 30972, + 30978 ], "loc": { "start": { @@ -72816,8 +72815,8 @@ } }, "range": [ - 30962, - 30973 + 30967, + 30978 ], "loc": { "start": { @@ -72834,8 +72833,8 @@ "type": "Identifier", "name": "name", "range": [ - 30976, - 30980 + 30981, + 30985 ], "loc": { "start": { @@ -72849,8 +72848,8 @@ } }, "range": [ - 30962, - 30980 + 30967, + 30985 ], "loc": { "start": { @@ -72864,8 +72863,8 @@ } }, "range": [ - 30952, - 30980 + 30957, + 30985 ], "loc": { "start": { @@ -72881,8 +72880,8 @@ ], "kind": "let", "range": [ - 30948, - 30981 + 30953, + 30986 ], "loc": { "start": { @@ -72904,8 +72903,8 @@ "type": "Identifier", "name": "name", "range": [ - 31002, - 31006 + 31007, + 31011 ], "loc": { "start": { @@ -72925,8 +72924,8 @@ "type": "Identifier", "name": "path", "range": [ - 31011, - 31015 + 31016, + 31020 ], "loc": { "start": { @@ -72941,8 +72940,8 @@ }, "prefix": true, "range": [ - 31010, - 31015 + 31015, + 31020 ], "loc": { "start": { @@ -72956,8 +72955,8 @@ } }, "range": [ - 31002, - 31015 + 31007, + 31020 ], "loc": { "start": { @@ -72982,8 +72981,8 @@ "type": "Identifier", "name": "path", "range": [ - 31039, - 31043 + 31044, + 31048 ], "loc": { "start": { @@ -73014,8 +73013,8 @@ "object": { "type": "ThisExpression", "range": [ - 31046, - 31050 + 31051, + 31055 ], "loc": { "start": { @@ -73032,8 +73031,8 @@ "type": "Identifier", "name": "themesPath", "range": [ - 31051, - 31061 + 31056, + 31066 ], "loc": { "start": { @@ -73047,8 +73046,8 @@ } }, "range": [ - 31046, - 31061 + 31051, + 31066 ], "loc": { "start": { @@ -73065,8 +73064,8 @@ "type": "Identifier", "name": "name", "range": [ - 31064, - 31068 + 31069, + 31073 ], "loc": { "start": { @@ -73080,8 +73079,8 @@ } }, "range": [ - 31046, - 31068 + 31051, + 31073 ], "loc": { "start": { @@ -73099,8 +73098,8 @@ "value": "/", "raw": "'/'", "range": [ - 31071, - 31074 + 31076, + 31079 ], "loc": { "start": { @@ -73114,8 +73113,8 @@ } }, "range": [ - 31046, - 31074 + 31051, + 31079 ], "loc": { "start": { @@ -73132,8 +73131,8 @@ "type": "Identifier", "name": "name", "range": [ - 31077, - 31081 + 31082, + 31086 ], "loc": { "start": { @@ -73147,8 +73146,8 @@ } }, "range": [ - 31046, - 31081 + 31051, + 31086 ], "loc": { "start": { @@ -73166,8 +73165,8 @@ "value": ".css", "raw": "'.css'", "range": [ - 31084, - 31090 + 31089, + 31095 ], "loc": { "start": { @@ -73181,8 +73180,8 @@ } }, "range": [ - 31046, - 31090 + 31051, + 31095 ], "loc": { "start": { @@ -73196,8 +73195,8 @@ } }, "range": [ - 31039, - 31090 + 31044, + 31095 ], "loc": { "start": { @@ -73211,8 +73210,8 @@ } }, "range": [ - 31039, - 31091 + 31044, + 31096 ], "loc": { "start": { @@ -73227,8 +73226,8 @@ } ], "range": [ - 31017, - 31109 + 31022, + 31114 ], "loc": { "start": { @@ -73253,8 +73252,8 @@ "type": "Identifier", "name": "name", "range": [ - 31136, - 31140 + 31141, + 31145 ], "loc": { "start": { @@ -73269,8 +73268,8 @@ }, "prefix": true, "range": [ - 31135, - 31140 + 31140, + 31145 ], "loc": { "start": { @@ -73290,8 +73289,8 @@ "type": "Identifier", "name": "theme", "range": [ - 31144, - 31149 + 31149, + 31154 ], "loc": { "start": { @@ -73308,8 +73307,8 @@ "type": "Identifier", "name": "path", "range": [ - 31150, - 31154 + 31155, + 31159 ], "loc": { "start": { @@ -73323,8 +73322,8 @@ } }, "range": [ - 31144, - 31154 + 31149, + 31159 ], "loc": { "start": { @@ -73338,8 +73337,8 @@ } }, "range": [ - 31135, - 31154 + 31140, + 31159 ], "loc": { "start": { @@ -73364,8 +73363,8 @@ "type": "Identifier", "name": "name", "range": [ - 31178, - 31182 + 31183, + 31187 ], "loc": { "start": { @@ -73388,8 +73387,8 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 31185, - 31195 + 31190, + 31200 ], "loc": { "start": { @@ -73406,8 +73405,8 @@ "type": "Identifier", "name": "replace", "range": [ - 31196, - 31203 + 31201, + 31208 ], "loc": { "start": { @@ -73421,8 +73420,8 @@ } }, "range": [ - 31185, - 31203 + 31190, + 31208 ], "loc": { "start": { @@ -73441,8 +73440,8 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 31204, - 31209 + 31209, + 31214 ], "loc": { "start": { @@ -73459,8 +73458,8 @@ "type": "Identifier", "name": "i", "range": [ - 31211, - 31212 + 31216, + 31217 ], "loc": { "start": { @@ -73475,8 +73474,8 @@ } ], "range": [ - 31185, - 31213 + 31190, + 31218 ], "loc": { "start": { @@ -73490,8 +73489,8 @@ } }, "range": [ - 31178, - 31213 + 31183, + 31218 ], "loc": { "start": { @@ -73505,8 +73504,8 @@ } }, "range": [ - 31178, - 31214 + 31183, + 31219 ], "loc": { "start": { @@ -73521,8 +73520,8 @@ } ], "range": [ - 31156, - 31232 + 31161, + 31237 ], "loc": { "start": { @@ -73537,8 +73536,8 @@ }, "alternate": null, "range": [ - 31131, - 31232 + 31136, + 31237 ], "loc": { "start": { @@ -73552,8 +73551,8 @@ } }, "range": [ - 30998, - 31232 + 31003, + 31237 ], "loc": { "start": { @@ -73579,8 +73578,8 @@ "object": { "type": "ThisExpression", "range": [ - 31255, - 31259 + 31260, + 31264 ], "loc": { "start": { @@ -73597,8 +73596,8 @@ "type": "Identifier", "name": "isImported", "range": [ - 31260, - 31270 + 31265, + 31275 ], "loc": { "start": { @@ -73612,8 +73611,8 @@ } }, "range": [ - 31255, - 31270 + 31260, + 31275 ], "loc": { "start": { @@ -73631,8 +73630,8 @@ "type": "Identifier", "name": "path", "range": [ - 31271, - 31275 + 31276, + 31280 ], "loc": { "start": { @@ -73650,8 +73649,8 @@ "value": "link", "raw": "'link'", "range": [ - 31277, - 31283 + 31282, + 31288 ], "loc": { "start": { @@ -73666,8 +73665,8 @@ } ], "range": [ - 31255, - 31284 + 31260, + 31289 ], "loc": { "start": { @@ -73682,8 +73681,8 @@ }, "prefix": true, "range": [ - 31254, - 31284 + 31259, + 31289 ], "loc": { "start": { @@ -73709,8 +73708,8 @@ "object": { "type": "ThisExpression", "range": [ - 31308, - 31312 + 31313, + 31317 ], "loc": { "start": { @@ -73727,8 +73726,8 @@ "type": "Identifier", "name": "import", "range": [ - 31313, - 31319 + 31318, + 31324 ], "loc": { "start": { @@ -73742,8 +73741,8 @@ } }, "range": [ - 31308, - 31319 + 31313, + 31324 ], "loc": { "start": { @@ -73761,8 +73760,8 @@ "type": "Identifier", "name": "styleId", "range": [ - 31320, - 31327 + 31325, + 31332 ], "loc": { "start": { @@ -73779,8 +73778,8 @@ "type": "Identifier", "name": "path", "range": [ - 31329, - 31333 + 31334, + 31338 ], "loc": { "start": { @@ -73798,8 +73797,8 @@ "value": null, "raw": "null", "range": [ - 31335, - 31339 + 31340, + 31344 ], "loc": { "start": { @@ -73817,8 +73816,8 @@ "value": "link", "raw": "'link'", "range": [ - 31341, - 31347 + 31346, + 31352 ], "loc": { "start": { @@ -73833,8 +73832,8 @@ } ], "range": [ - 31308, - 31348 + 31313, + 31353 ], "loc": { "start": { @@ -73848,8 +73847,8 @@ } }, "range": [ - 31308, - 31349 + 31313, + 31354 ], "loc": { "start": { @@ -73864,8 +73863,8 @@ } ], "range": [ - 31286, - 31367 + 31291, + 31372 ], "loc": { "start": { @@ -73880,8 +73879,8 @@ }, "alternate": null, "range": [ - 31250, - 31367 + 31255, + 31372 ], "loc": { "start": { @@ -73896,8 +73895,8 @@ } ], "range": [ - 30813, - 31381 + 30818, + 31386 ], "loc": { "start": { @@ -73911,8 +73910,8 @@ } }, "range": [ - 30762, - 31381 + 30767, + 31386 ], "loc": { "start": { @@ -73927,8 +73926,8 @@ } ], "range": [ - 30748, - 31391 + 30753, + 31396 ], "loc": { "start": { @@ -73943,8 +73942,8 @@ }, "alternate": null, "range": [ - 30721, - 31391 + 30726, + 31396 ], "loc": { "start": { @@ -73961,8 +73960,8 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 31401, - 31455 + 31406, + 31460 ], "loc": { "start": { @@ -73979,8 +73978,8 @@ "type": "Line", "value": "Reset button", "range": [ - 31464, - 31478 + 31469, + 31483 ], "loc": { "start": { @@ -74006,8 +74005,8 @@ "object": { "type": "ThisExpression", "range": [ - 31487, - 31491 + 31492, + 31496 ], "loc": { "start": { @@ -74024,8 +74023,8 @@ "type": "Identifier", "name": "btnResetText", "range": [ - 31492, - 31504 + 31497, + 31509 ], "loc": { "start": { @@ -74039,8 +74038,8 @@ } }, "range": [ - 31487, - 31504 + 31492, + 31509 ], "loc": { "start": { @@ -74058,8 +74057,8 @@ "value": null, "raw": "null", "range": [ - 31507, - 31511 + 31512, + 31516 ], "loc": { "start": { @@ -74073,8 +74072,8 @@ } }, "range": [ - 31487, - 31511 + 31492, + 31516 ], "loc": { "start": { @@ -74088,8 +74087,8 @@ } }, "range": [ - 31487, - 31512 + 31492, + 31517 ], "loc": { "start": { @@ -74106,8 +74105,8 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 31401, - 31455 + 31406, + 31460 ], "loc": { "start": { @@ -74124,8 +74123,8 @@ "type": "Line", "value": "Reset button", "range": [ - 31464, - 31478 + 31469, + 31483 ], "loc": { "start": { @@ -74151,8 +74150,8 @@ "object": { "type": "ThisExpression", "range": [ - 31521, - 31525 + 31526, + 31530 ], "loc": { "start": { @@ -74169,8 +74168,8 @@ "type": "Identifier", "name": "btnResetHtml", "range": [ - 31526, - 31538 + 31531, + 31543 ], "loc": { "start": { @@ -74184,8 +74183,8 @@ } }, "range": [ - 31521, - 31538 + 31526, + 31543 ], "loc": { "start": { @@ -74209,8 +74208,8 @@ "value": "", "raw": "'\" title=\"Clear filters\" />'", "range": [ - 31619, - 31647 + 31624, + 31652 ], "loc": { "start": { @@ -74311,8 +74310,8 @@ } }, "range": [ - 31541, - 31647 + 31546, + 31652 ], "loc": { "start": { @@ -74326,8 +74325,8 @@ } }, "range": [ - 31521, - 31647 + 31526, + 31652 ], "loc": { "start": { @@ -74341,8 +74340,8 @@ } }, "range": [ - 31521, - 31648 + 31526, + 31653 ], "loc": { "start": { @@ -74359,8 +74358,8 @@ "type": "Line", "value": "Paging buttons", "range": [ - 31658, - 31674 + 31663, + 31679 ], "loc": { "start": { @@ -74386,8 +74385,8 @@ "object": { "type": "ThisExpression", "range": [ - 31683, - 31687 + 31688, + 31692 ], "loc": { "start": { @@ -74404,8 +74403,8 @@ "type": "Identifier", "name": "btnPrevPageHtml", "range": [ - 31688, - 31703 + 31693, + 31708 ], "loc": { "start": { @@ -74419,8 +74418,8 @@ } }, "range": [ - 31683, - 31703 + 31688, + 31708 ], "loc": { "start": { @@ -74444,8 +74443,8 @@ "value": "", "raw": "' previousPage\" title=\"Previous page\" />'", "range": [ - 31783, - 31824 + 31788, + 31829 ], "loc": { "start": { @@ -74546,8 +74545,8 @@ } }, "range": [ - 31706, - 31824 + 31711, + 31829 ], "loc": { "start": { @@ -74561,8 +74560,8 @@ } }, "range": [ - 31683, - 31824 + 31688, + 31829 ], "loc": { "start": { @@ -74576,8 +74575,8 @@ } }, "range": [ - 31683, - 31825 + 31688, + 31830 ], "loc": { "start": { @@ -74594,8 +74593,8 @@ "type": "Line", "value": "Paging buttons", "range": [ - 31658, - 31674 + 31663, + 31679 ], "loc": { "start": { @@ -74621,8 +74620,8 @@ "object": { "type": "ThisExpression", "range": [ - 31834, - 31838 + 31839, + 31843 ], "loc": { "start": { @@ -74639,8 +74638,8 @@ "type": "Identifier", "name": "btnNextPageHtml", "range": [ - 31839, - 31854 + 31844, + 31859 ], "loc": { "start": { @@ -74654,8 +74653,8 @@ } }, "range": [ - 31834, - 31854 + 31839, + 31859 ], "loc": { "start": { @@ -74679,8 +74678,8 @@ "value": "", "raw": "' nextPage\" title=\"Next page\" />'", "range": [ - 31934, - 31967 + 31939, + 31972 ], "loc": { "start": { @@ -74781,8 +74780,8 @@ } }, "range": [ - 31857, - 31967 + 31862, + 31972 ], "loc": { "start": { @@ -74796,8 +74795,8 @@ } }, "range": [ - 31834, - 31967 + 31839, + 31972 ], "loc": { "start": { @@ -74811,8 +74810,8 @@ } }, "range": [ - 31834, - 31968 + 31839, + 31973 ], "loc": { "start": { @@ -74836,8 +74835,8 @@ "object": { "type": "ThisExpression", "range": [ - 31977, - 31981 + 31982, + 31986 ], "loc": { "start": { @@ -74854,8 +74853,8 @@ "type": "Identifier", "name": "btnFirstPageHtml", "range": [ - 31982, - 31998 + 31987, + 32003 ], "loc": { "start": { @@ -74869,8 +74868,8 @@ } }, "range": [ - 31977, - 31998 + 31982, + 32003 ], "loc": { "start": { @@ -74894,8 +74893,8 @@ "value": "", "raw": "' firstPage\" title=\"First page\" />'", "range": [ - 32078, - 32113 + 32083, + 32118 ], "loc": { "start": { @@ -74996,8 +74995,8 @@ } }, "range": [ - 32001, - 32113 + 32006, + 32118 ], "loc": { "start": { @@ -75011,8 +75010,8 @@ } }, "range": [ - 31977, - 32113 + 31982, + 32118 ], "loc": { "start": { @@ -75026,8 +75025,8 @@ } }, "range": [ - 31977, - 32114 + 31982, + 32119 ], "loc": { "start": { @@ -75051,8 +75050,8 @@ "object": { "type": "ThisExpression", "range": [ - 32123, - 32127 + 32128, + 32132 ], "loc": { "start": { @@ -75069,8 +75068,8 @@ "type": "Identifier", "name": "btnLastPageHtml", "range": [ - 32128, - 32143 + 32133, + 32148 ], "loc": { "start": { @@ -75084,8 +75083,8 @@ } }, "range": [ - 32123, - 32143 + 32128, + 32148 ], "loc": { "start": { @@ -75109,8 +75108,8 @@ "value": "", "raw": "' lastPage\" title=\"Last page\" />'", "range": [ - 32223, - 32256 + 32228, + 32261 ], "loc": { "start": { @@ -75211,8 +75210,8 @@ } }, "range": [ - 32146, - 32256 + 32151, + 32261 ], "loc": { "start": { @@ -75226,8 +75225,8 @@ } }, "range": [ - 32123, - 32256 + 32128, + 32261 ], "loc": { "start": { @@ -75241,8 +75240,8 @@ } }, "range": [ - 32123, - 32257 + 32128, + 32262 ], "loc": { "start": { @@ -75259,8 +75258,8 @@ "type": "Line", "value": "Loader", "range": [ - 32267, - 32275 + 32272, + 32280 ], "loc": { "start": { @@ -75286,8 +75285,8 @@ "object": { "type": "ThisExpression", "range": [ - 32284, - 32288 + 32289, + 32293 ], "loc": { "start": { @@ -75304,8 +75303,8 @@ "type": "Identifier", "name": "loader", "range": [ - 32289, - 32295 + 32294, + 32300 ], "loc": { "start": { @@ -75319,8 +75318,8 @@ } }, "range": [ - 32284, - 32295 + 32289, + 32300 ], "loc": { "start": { @@ -75338,8 +75337,8 @@ "value": true, "raw": "true", "range": [ - 32298, - 32302 + 32303, + 32307 ], "loc": { "start": { @@ -75353,8 +75352,8 @@ } }, "range": [ - 32284, - 32302 + 32289, + 32307 ], "loc": { "start": { @@ -75368,8 +75367,8 @@ } }, "range": [ - 32284, - 32303 + 32289, + 32308 ], "loc": { "start": { @@ -75386,8 +75385,8 @@ "type": "Line", "value": "Loader", "range": [ - 32267, - 32275 + 32272, + 32280 ], "loc": { "start": { @@ -75413,8 +75412,8 @@ "object": { "type": "ThisExpression", "range": [ - 32312, - 32316 + 32317, + 32321 ], "loc": { "start": { @@ -75431,8 +75430,8 @@ "type": "Identifier", "name": "loaderHtml", "range": [ - 32317, - 32327 + 32322, + 32332 ], "loc": { "start": { @@ -75446,8 +75445,8 @@ } }, "range": [ - 32312, - 32327 + 32317, + 32332 ], "loc": { "start": { @@ -75465,8 +75464,8 @@ "value": "
", "raw": "'
'", "range": [ - 32330, - 32365 + 32335, + 32370 ], "loc": { "start": { @@ -75480,8 +75479,8 @@ } }, "range": [ - 32312, - 32365 + 32317, + 32370 ], "loc": { "start": { @@ -75495,8 +75494,8 @@ } }, "range": [ - 32312, - 32366 + 32317, + 32371 ], "loc": { "start": { @@ -75520,8 +75519,8 @@ "object": { "type": "ThisExpression", "range": [ - 32375, - 32379 + 32380, + 32384 ], "loc": { "start": { @@ -75538,8 +75537,8 @@ "type": "Identifier", "name": "loaderText", "range": [ - 32380, - 32390 + 32385, + 32395 ], "loc": { "start": { @@ -75553,8 +75552,8 @@ } }, "range": [ - 32375, - 32390 + 32380, + 32395 ], "loc": { "start": { @@ -75572,8 +75571,8 @@ "value": null, "raw": "null", "range": [ - 32393, - 32397 + 32398, + 32402 ], "loc": { "start": { @@ -75587,8 +75586,8 @@ } }, "range": [ - 32375, - 32397 + 32380, + 32402 ], "loc": { "start": { @@ -75602,8 +75601,8 @@ } }, "range": [ - 32375, - 32398 + 32380, + 32403 ], "loc": { "start": { @@ -75629,8 +75628,8 @@ "object": { "type": "ThisExpression", "range": [ - 32408, - 32412 + 32413, + 32417 ], "loc": { "start": { @@ -75647,8 +75646,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 32413, - 32420 + 32418, + 32425 ], "loc": { "start": { @@ -75662,8 +75661,8 @@ } }, "range": [ - 32408, - 32420 + 32413, + 32425 ], "loc": { "start": { @@ -75680,8 +75679,8 @@ "type": "Identifier", "name": "emit", "range": [ - 32421, - 32425 + 32426, + 32430 ], "loc": { "start": { @@ -75695,8 +75694,8 @@ } }, "range": [ - 32408, - 32425 + 32413, + 32430 ], "loc": { "start": { @@ -75715,8 +75714,8 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 32426, - 32448 + 32431, + 32453 ], "loc": { "start": { @@ -75732,8 +75731,8 @@ { "type": "ThisExpression", "range": [ - 32450, - 32454 + 32455, + 32459 ], "loc": { "start": { @@ -75748,8 +75747,8 @@ } ], "range": [ - 32408, - 32455 + 32413, + 32460 ], "loc": { "start": { @@ -75763,8 +75762,8 @@ } }, "range": [ - 32408, - 32456 + 32413, + 32461 ], "loc": { "start": { @@ -75779,8 +75778,8 @@ } ], "range": [ - 30442, - 32462 + 30447, + 32467 ], "loc": { "start": { @@ -75796,8 +75795,8 @@ "generator": false, "expression": false, "range": [ - 30439, - 32462 + 30444, + 32467 ], "loc": { "start": { @@ -75813,8 +75812,8 @@ "kind": "method", "computed": false, "range": [ - 30429, - 32462 + 30434, + 32467 ], "loc": { "start": { @@ -75831,8 +75830,8 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 30358, - 30424 + 30363, + 30429 ], "loc": { "start": { @@ -75851,8 +75850,8 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 32468, - 32586 + 32473, + 32591 ], "loc": { "start": { @@ -75874,8 +75873,8 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 32591, - 32604 + 32596, + 32609 ], "loc": { "start": { @@ -75898,8 +75897,8 @@ "type": "Identifier", "name": "name", "range": [ - 32605, - 32609 + 32610, + 32614 ], "loc": { "start": { @@ -75917,8 +75916,8 @@ "value": "default", "raw": "'default'", "range": [ - 32612, - 32621 + 32617, + 32626 ], "loc": { "start": { @@ -75932,8 +75931,8 @@ } }, "range": [ - 32605, - 32621 + 32610, + 32626 ], "loc": { "start": { @@ -75961,8 +75960,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 32640, - 32643 + 32645, + 32648 ], "loc": { "start": { @@ -75979,8 +75978,8 @@ "type": "Identifier", "name": "id", "range": [ - 32644, - 32646 + 32649, + 32651 ], "loc": { "start": { @@ -75994,8 +75993,8 @@ } }, "range": [ - 32640, - 32646 + 32645, + 32651 ], "loc": { "start": { @@ -76018,8 +76017,8 @@ "object": { "type": "ThisExpression", "range": [ - 32647, - 32651 + 32652, + 32656 ], "loc": { "start": { @@ -76036,8 +76035,8 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 32652, - 32658 + 32657, + 32663 ], "loc": { "start": { @@ -76051,8 +76050,8 @@ } }, "range": [ - 32647, - 32658 + 32652, + 32663 ], "loc": { "start": { @@ -76069,8 +76068,8 @@ "type": "Identifier", "name": "name", "range": [ - 32661, - 32665 + 32666, + 32670 ], "loc": { "start": { @@ -76084,8 +76083,8 @@ } }, "range": [ - 32647, - 32665 + 32652, + 32670 ], "loc": { "start": { @@ -76100,8 +76099,8 @@ } ], "range": [ - 32640, - 32666 + 32645, + 32671 ], "loc": { "start": { @@ -76115,8 +76114,8 @@ } }, "range": [ - 32633, - 32667 + 32638, + 32672 ], "loc": { "start": { @@ -76131,8 +76130,8 @@ } ], "range": [ - 32623, - 32673 + 32628, + 32678 ], "loc": { "start": { @@ -76148,8 +76147,8 @@ "generator": false, "expression": false, "range": [ - 32604, - 32673 + 32609, + 32678 ], "loc": { "start": { @@ -76165,8 +76164,8 @@ "kind": "method", "computed": false, "range": [ - 32591, - 32673 + 32596, + 32678 ], "loc": { "start": { @@ -76183,8 +76182,8 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 32468, - 32586 + 32473, + 32591 ], "loc": { "start": { @@ -76203,8 +76202,8 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 32679, - 32717 + 32684, + 32722 ], "loc": { "start": { @@ -76226,8 +76225,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 32722, - 32729 + 32727, + 32734 ], "loc": { "start": { @@ -76258,8 +76257,8 @@ "object": { "type": "ThisExpression", "range": [ - 32747, - 32751 + 32752, + 32756 ], "loc": { "start": { @@ -76276,8 +76275,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 32752, - 32760 + 32757, + 32765 ], "loc": { "start": { @@ -76291,8 +76290,8 @@ } }, "range": [ - 32747, - 32760 + 32752, + 32765 ], "loc": { "start": { @@ -76307,8 +76306,8 @@ }, "prefix": true, "range": [ - 32746, - 32760 + 32751, + 32765 ], "loc": { "start": { @@ -76328,8 +76327,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 32776, - 32783 + 32781, + 32788 ], "loc": { "start": { @@ -76344,8 +76343,8 @@ } ], "range": [ - 32762, - 32793 + 32767, + 32798 ], "loc": { "start": { @@ -76360,8 +76359,8 @@ }, "alternate": null, "range": [ - 32742, - 32793 + 32747, + 32798 ], "loc": { "start": { @@ -76383,8 +76382,8 @@ "type": "Identifier", "name": "rows", "range": [ - 32806, - 32810 + 32811, + 32815 ], "loc": { "start": { @@ -76406,8 +76405,8 @@ "object": { "type": "ThisExpression", "range": [ - 32813, - 32817 + 32818, + 32822 ], "loc": { "start": { @@ -76424,8 +76423,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 32818, - 32821 + 32823, + 32826 ], "loc": { "start": { @@ -76439,8 +76438,8 @@ } }, "range": [ - 32813, - 32821 + 32818, + 32826 ], "loc": { "start": { @@ -76457,8 +76456,8 @@ "type": "Identifier", "name": "rows", "range": [ - 32822, - 32826 + 32827, + 32831 ], "loc": { "start": { @@ -76472,8 +76471,8 @@ } }, "range": [ - 32813, - 32826 + 32818, + 32831 ], "loc": { "start": { @@ -76487,8 +76486,8 @@ } }, "range": [ - 32806, - 32826 + 32811, + 32831 ], "loc": { "start": { @@ -76507,8 +76506,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 32840, - 32843 + 32845, + 32848 ], "loc": { "start": { @@ -76527,8 +76526,8 @@ "object": { "type": "ThisExpression", "range": [ - 32846, - 32850 + 32851, + 32855 ], "loc": { "start": { @@ -76545,8 +76544,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 32851, - 32854 + 32856, + 32859 ], "loc": { "start": { @@ -76560,8 +76559,8 @@ } }, "range": [ - 32846, - 32854 + 32851, + 32859 ], "loc": { "start": { @@ -76575,8 +76574,8 @@ } }, "range": [ - 32840, - 32854 + 32845, + 32859 ], "loc": { "start": { @@ -76595,8 +76594,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 32868, - 32875 + 32873, + 32880 ], "loc": { "start": { @@ -76615,8 +76614,8 @@ "object": { "type": "ThisExpression", "range": [ - 32878, - 32882 + 32883, + 32887 ], "loc": { "start": { @@ -76633,8 +76632,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 32883, - 32890 + 32888, + 32895 ], "loc": { "start": { @@ -76648,8 +76647,8 @@ } }, "range": [ - 32878, - 32890 + 32883, + 32895 ], "loc": { "start": { @@ -76663,8 +76662,8 @@ } }, "range": [ - 32868, - 32890 + 32873, + 32895 ], "loc": { "start": { @@ -76680,8 +76679,8 @@ ], "kind": "let", "range": [ - 32802, - 32891 + 32807, + 32896 ], "loc": { "start": { @@ -76705,8 +76704,8 @@ "object": { "type": "ThisExpression", "range": [ - 32905, - 32909 + 32910, + 32914 ], "loc": { "start": { @@ -76723,8 +76722,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 32910, - 32923 + 32915, + 32928 ], "loc": { "start": { @@ -76738,8 +76737,8 @@ } }, "range": [ - 32905, - 32923 + 32910, + 32928 ], "loc": { "start": { @@ -76761,8 +76760,8 @@ "object": { "type": "ThisExpression", "range": [ - 32928, - 32932 + 32933, + 32937 ], "loc": { "start": { @@ -76779,8 +76778,8 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 32933, - 32945 + 32938, + 32950 ], "loc": { "start": { @@ -76794,8 +76793,8 @@ } }, "range": [ - 32928, - 32945 + 32933, + 32950 ], "loc": { "start": { @@ -76810,8 +76809,8 @@ }, "prefix": true, "range": [ - 32927, - 32945 + 32932, + 32950 ], "loc": { "start": { @@ -76825,8 +76824,8 @@ } }, "range": [ - 32905, - 32945 + 32910, + 32950 ], "loc": { "start": { @@ -76852,8 +76851,8 @@ "object": { "type": "ThisExpression", "range": [ - 32961, - 32965 + 32966, + 32970 ], "loc": { "start": { @@ -76870,8 +76869,8 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 32966, - 32984 + 32971, + 32989 ], "loc": { "start": { @@ -76885,8 +76884,8 @@ } }, "range": [ - 32961, - 32984 + 32966, + 32989 ], "loc": { "start": { @@ -76901,8 +76900,8 @@ }, "arguments": [], "range": [ - 32961, - 32986 + 32966, + 32991 ], "loc": { "start": { @@ -76916,8 +76915,8 @@ } }, "range": [ - 32961, - 32987 + 32966, + 32992 ], "loc": { "start": { @@ -76932,8 +76931,8 @@ } ], "range": [ - 32947, - 32997 + 32952, + 33002 ], "loc": { "start": { @@ -76948,8 +76947,8 @@ }, "alternate": null, "range": [ - 32901, - 32997 + 32906, + 33002 ], "loc": { "start": { @@ -76970,8 +76969,8 @@ "object": { "type": "ThisExpression", "range": [ - 33010, - 33014 + 33015, + 33019 ], "loc": { "start": { @@ -76988,8 +76987,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 33015, - 33021 + 33020, + 33026 ], "loc": { "start": { @@ -77003,8 +77002,8 @@ } }, "range": [ - 33010, - 33021 + 33015, + 33026 ], "loc": { "start": { @@ -77030,8 +77029,8 @@ "object": { "type": "ThisExpression", "range": [ - 33037, - 33041 + 33042, + 33046 ], "loc": { "start": { @@ -77048,8 +77047,8 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 33042, - 33055 + 33047, + 33060 ], "loc": { "start": { @@ -77063,8 +77062,8 @@ } }, "range": [ - 33037, - 33055 + 33042, + 33060 ], "loc": { "start": { @@ -77079,8 +77078,8 @@ }, "arguments": [], "range": [ - 33037, - 33057 + 33042, + 33062 ], "loc": { "start": { @@ -77094,8 +77093,8 @@ } }, "range": [ - 33037, - 33058 + 33042, + 33063 ], "loc": { "start": { @@ -77110,8 +77109,8 @@ } ], "range": [ - 33023, - 33068 + 33028, + 33073 ], "loc": { "start": { @@ -77126,8 +77125,8 @@ }, "alternate": null, "range": [ - 33006, - 33068 + 33011, + 33073 ], "loc": { "start": { @@ -77148,8 +77147,8 @@ "object": { "type": "ThisExpression", "range": [ - 33081, - 33085 + 33086, + 33090 ], "loc": { "start": { @@ -77166,8 +77165,8 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 33086, - 33103 + 33091, + 33108 ], "loc": { "start": { @@ -77181,8 +77180,8 @@ } }, "range": [ - 33081, - 33103 + 33086, + 33108 ], "loc": { "start": { @@ -77208,8 +77207,8 @@ "object": { "type": "ThisExpression", "range": [ - 33119, - 33123 + 33124, + 33128 ], "loc": { "start": { @@ -77226,8 +77225,8 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 33124, - 33142 + 33129, + 33147 ], "loc": { "start": { @@ -77241,8 +77240,8 @@ } }, "range": [ - 33119, - 33142 + 33124, + 33147 ], "loc": { "start": { @@ -77257,8 +77256,8 @@ }, "arguments": [], "range": [ - 33119, - 33144 + 33124, + 33149 ], "loc": { "start": { @@ -77272,8 +77271,8 @@ } }, "range": [ - 33119, - 33145 + 33124, + 33150 ], "loc": { "start": { @@ -77297,8 +77296,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 33158, - 33165 + 33163, + 33170 ], "loc": { "start": { @@ -77315,8 +77314,8 @@ "type": "Identifier", "name": "off", "range": [ - 33166, - 33169 + 33171, + 33174 ], "loc": { "start": { @@ -77330,8 +77329,8 @@ } }, "range": [ - 33158, - 33169 + 33163, + 33174 ], "loc": { "start": { @@ -77353,8 +77352,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 33171, - 33189 + 33176, + 33194 ], "loc": { "start": { @@ -77369,8 +77368,8 @@ } ], "range": [ - 33170, - 33190 + 33175, + 33195 ], "loc": { "start": { @@ -77395,8 +77394,8 @@ "object": { "type": "ThisExpression", "range": [ - 33198, - 33202 + 33203, + 33207 ], "loc": { "start": { @@ -77413,8 +77412,8 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 33203, - 33221 + 33208, + 33226 ], "loc": { "start": { @@ -77428,8 +77427,8 @@ } }, "range": [ - 33198, - 33221 + 33203, + 33226 ], "loc": { "start": { @@ -77444,8 +77443,8 @@ }, "arguments": [], "range": [ - 33198, - 33223 + 33203, + 33228 ], "loc": { "start": { @@ -77461,8 +77460,8 @@ "generator": false, "expression": true, "range": [ - 33192, - 33223 + 33197, + 33228 ], "loc": { "start": { @@ -77477,8 +77476,8 @@ } ], "range": [ - 33158, - 33224 + 33163, + 33229 ], "loc": { "start": { @@ -77492,8 +77491,8 @@ } }, "range": [ - 33158, - 33225 + 33163, + 33230 ], "loc": { "start": { @@ -77517,8 +77516,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 33238, - 33245 + 33243, + 33250 ], "loc": { "start": { @@ -77535,8 +77534,8 @@ "type": "Identifier", "name": "off", "range": [ - 33246, - 33249 + 33251, + 33254 ], "loc": { "start": { @@ -77550,8 +77549,8 @@ } }, "range": [ - 33238, - 33249 + 33243, + 33254 ], "loc": { "start": { @@ -77573,8 +77572,8 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 33251, - 33267 + 33256, + 33272 ], "loc": { "start": { @@ -77589,8 +77588,8 @@ } ], "range": [ - 33250, - 33268 + 33255, + 33273 ], "loc": { "start": { @@ -77611,8 +77610,8 @@ "type": "Identifier", "name": "tf", "range": [ - 33287, - 33289 + 33292, + 33294 ], "loc": { "start": { @@ -77629,8 +77628,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 33291, - 33299 + 33296, + 33304 ], "loc": { "start": { @@ -77652,8 +77651,8 @@ "object": { "type": "ThisExpression", "range": [ - 33304, - 33308 + 33309, + 33313 ], "loc": { "start": { @@ -77670,8 +77669,8 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 33309, - 33325 + 33314, + 33330 ], "loc": { "start": { @@ -77685,8 +77684,8 @@ } }, "range": [ - 33304, - 33325 + 33309, + 33330 ], "loc": { "start": { @@ -77704,8 +77703,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 33326, - 33334 + 33331, + 33339 ], "loc": { "start": { @@ -77720,8 +77719,8 @@ } ], "range": [ - 33304, - 33335 + 33309, + 33340 ], "loc": { "start": { @@ -77737,8 +77736,8 @@ "generator": false, "expression": true, "range": [ - 33286, - 33335 + 33291, + 33340 ], "loc": { "start": { @@ -77753,8 +77752,8 @@ } ], "range": [ - 33238, - 33336 + 33243, + 33341 ], "loc": { "start": { @@ -77768,8 +77767,8 @@ } }, "range": [ - 33238, - 33337 + 33243, + 33342 ], "loc": { "start": { @@ -77784,8 +77783,8 @@ } ], "range": [ - 33105, - 33347 + 33110, + 33352 ], "loc": { "start": { @@ -77800,8 +77799,8 @@ }, "alternate": null, "range": [ - 33077, - 33347 + 33082, + 33352 ], "loc": { "start": { @@ -77822,8 +77821,8 @@ "object": { "type": "ThisExpression", "range": [ - 33360, - 33364 + 33365, + 33369 ], "loc": { "start": { @@ -77840,8 +77839,8 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 33365, - 33378 + 33370, + 33383 ], "loc": { "start": { @@ -77855,8 +77854,8 @@ } }, "range": [ - 33360, - 33378 + 33365, + 33383 ], "loc": { "start": { @@ -77882,8 +77881,8 @@ "object": { "type": "ThisExpression", "range": [ - 33394, - 33398 + 33399, + 33403 ], "loc": { "start": { @@ -77900,8 +77899,8 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 33399, - 33416 + 33404, + 33421 ], "loc": { "start": { @@ -77915,8 +77914,8 @@ } }, "range": [ - 33394, - 33416 + 33399, + 33421 ], "loc": { "start": { @@ -77931,8 +77930,8 @@ }, "arguments": [], "range": [ - 33394, - 33418 + 33399, + 33423 ], "loc": { "start": { @@ -77946,8 +77945,8 @@ } }, "range": [ - 33394, - 33419 + 33399, + 33424 ], "loc": { "start": { @@ -77962,8 +77961,8 @@ } ], "range": [ - 33380, - 33429 + 33385, + 33434 ], "loc": { "start": { @@ -77978,8 +77977,8 @@ }, "alternate": null, "range": [ - 33356, - 33429 + 33361, + 33434 ], "loc": { "start": { @@ -78002,8 +78001,8 @@ "object": { "type": "ThisExpression", "range": [ - 33439, - 33443 + 33444, + 33448 ], "loc": { "start": { @@ -78020,8 +78019,8 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 33444, - 33459 + 33449, + 33464 ], "loc": { "start": { @@ -78035,8 +78034,8 @@ } }, "range": [ - 33439, - 33459 + 33444, + 33464 ], "loc": { "start": { @@ -78051,8 +78050,8 @@ }, "arguments": [], "range": [ - 33439, - 33461 + 33444, + 33466 ], "loc": { "start": { @@ -78066,8 +78065,8 @@ } }, "range": [ - 33439, - 33462 + 33444, + 33467 ], "loc": { "start": { @@ -78091,8 +78090,8 @@ "object": { "type": "ThisExpression", "range": [ - 33476, - 33480 + 33481, + 33485 ], "loc": { "start": { @@ -78109,8 +78108,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 33481, - 33488 + 33486, + 33493 ], "loc": { "start": { @@ -78124,8 +78123,8 @@ } }, "range": [ - 33476, - 33488 + 33481, + 33493 ], "loc": { "start": { @@ -78147,8 +78146,8 @@ "object": { "type": "ThisExpression", "range": [ - 33493, - 33497 + 33498, + 33502 ], "loc": { "start": { @@ -78165,8 +78164,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 33498, - 33508 + 33503, + 33513 ], "loc": { "start": { @@ -78180,8 +78179,8 @@ } }, "range": [ - 33493, - 33508 + 33498, + 33513 ], "loc": { "start": { @@ -78196,8 +78195,8 @@ }, "prefix": true, "range": [ - 33492, - 33508 + 33497, + 33513 ], "loc": { "start": { @@ -78211,8 +78210,8 @@ } }, "range": [ - 33476, - 33508 + 33481, + 33513 ], "loc": { "start": { @@ -78239,8 +78238,8 @@ "object": { "type": "ThisExpression", "range": [ - 33524, - 33528 + 33529, + 33533 ], "loc": { "start": { @@ -78257,8 +78256,8 @@ "type": "Identifier", "name": "fltGridEl", "range": [ - 33529, - 33538 + 33534, + 33543 ], "loc": { "start": { @@ -78272,8 +78271,8 @@ } }, "range": [ - 33524, - 33538 + 33529, + 33543 ], "loc": { "start": { @@ -78293,8 +78292,8 @@ "type": "Identifier", "name": "rows", "range": [ - 33541, - 33545 + 33546, + 33550 ], "loc": { "start": { @@ -78313,8 +78312,8 @@ "object": { "type": "ThisExpression", "range": [ - 33546, - 33550 + 33551, + 33555 ], "loc": { "start": { @@ -78331,8 +78330,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 33551, - 33566 + 33556, + 33571 ], "loc": { "start": { @@ -78346,8 +78345,8 @@ } }, "range": [ - 33546, - 33566 + 33551, + 33571 ], "loc": { "start": { @@ -78361,8 +78360,8 @@ } }, "range": [ - 33541, - 33567 + 33546, + 33572 ], "loc": { "start": { @@ -78376,8 +78375,8 @@ } }, "range": [ - 33524, - 33567 + 33529, + 33572 ], "loc": { "start": { @@ -78391,8 +78390,8 @@ } }, "range": [ - 33524, - 33568 + 33529, + 33573 ], "loc": { "start": { @@ -78418,8 +78417,8 @@ "object": { "type": "ThisExpression", "range": [ - 33581, - 33585 + 33586, + 33590 ], "loc": { "start": { @@ -78436,8 +78435,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 33586, - 33589 + 33591, + 33594 ], "loc": { "start": { @@ -78451,8 +78450,8 @@ } }, "range": [ - 33581, - 33589 + 33586, + 33594 ], "loc": { "start": { @@ -78469,8 +78468,8 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 33590, - 33599 + 33595, + 33604 ], "loc": { "start": { @@ -78484,8 +78483,8 @@ } }, "range": [ - 33581, - 33599 + 33586, + 33604 ], "loc": { "start": { @@ -78505,8 +78504,8 @@ "object": { "type": "ThisExpression", "range": [ - 33600, - 33604 + 33605, + 33609 ], "loc": { "start": { @@ -78523,8 +78522,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 33605, - 33620 + 33610, + 33625 ], "loc": { "start": { @@ -78538,8 +78537,8 @@ } }, "range": [ - 33600, - 33620 + 33605, + 33625 ], "loc": { "start": { @@ -78554,8 +78553,8 @@ } ], "range": [ - 33581, - 33621 + 33586, + 33626 ], "loc": { "start": { @@ -78569,8 +78568,8 @@ } }, "range": [ - 33581, - 33622 + 33586, + 33627 ], "loc": { "start": { @@ -78585,8 +78584,8 @@ } ], "range": [ - 33510, - 33632 + 33515, + 33637 ], "loc": { "start": { @@ -78601,8 +78600,8 @@ }, "alternate": null, "range": [ - 33472, - 33632 + 33477, + 33637 ], "loc": { "start": { @@ -78619,8 +78618,8 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 33642, - 33668 + 33647, + 33673 ], "loc": { "start": { @@ -78646,8 +78645,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 33677, - 33684 + 33682, + 33689 ], "loc": { "start": { @@ -78664,8 +78663,8 @@ "type": "Identifier", "name": "emit", "range": [ - 33685, - 33689 + 33690, + 33694 ], "loc": { "start": { @@ -78679,8 +78678,8 @@ } }, "range": [ - 33677, - 33689 + 33682, + 33694 ], "loc": { "start": { @@ -78699,8 +78698,8 @@ "value": "destroy", "raw": "'destroy'", "range": [ - 33690, - 33699 + 33695, + 33704 ], "loc": { "start": { @@ -78716,8 +78715,8 @@ { "type": "ThisExpression", "range": [ - 33701, - 33705 + 33706, + 33710 ], "loc": { "start": { @@ -78732,8 +78731,8 @@ } ], "range": [ - 33677, - 33706 + 33682, + 33711 ], "loc": { "start": { @@ -78747,8 +78746,8 @@ } }, "range": [ - 33677, - 33707 + 33682, + 33712 ], "loc": { "start": { @@ -78765,8 +78764,8 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 33642, - 33668 + 33647, + 33673 ], "loc": { "start": { @@ -78785,8 +78784,8 @@ "type": "Line", "value": " Destroy modules", "range": [ - 33717, - 33735 + 33722, + 33740 ], "loc": { "start": { @@ -78803,8 +78802,8 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 33744, - 33794 + 33749, + 33799 ], "loc": { "start": { @@ -78835,8 +78834,8 @@ "type": "Identifier", "name": "Object", "range": [ - 33803, - 33809 + 33808, + 33814 ], "loc": { "start": { @@ -78853,8 +78852,8 @@ "type": "Identifier", "name": "keys", "range": [ - 33810, - 33814 + 33815, + 33819 ], "loc": { "start": { @@ -78868,8 +78867,8 @@ } }, "range": [ - 33803, - 33814 + 33808, + 33819 ], "loc": { "start": { @@ -78887,8 +78886,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 33815, - 33818 + 33820, + 33823 ], "loc": { "start": { @@ -78903,8 +78902,8 @@ } ], "range": [ - 33803, - 33819 + 33808, + 33824 ], "loc": { "start": { @@ -78921,8 +78920,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 33820, - 33827 + 33825, + 33832 ], "loc": { "start": { @@ -78936,8 +78935,8 @@ } }, "range": [ - 33803, - 33827 + 33808, + 33832 ], "loc": { "start": { @@ -78959,8 +78958,8 @@ "type": "Identifier", "name": "key", "range": [ - 33838, - 33841 + 33843, + 33846 ], "loc": { "start": { @@ -78986,8 +78985,8 @@ "type": "Identifier", "name": "feature", "range": [ - 33861, - 33868 + 33866, + 33873 ], "loc": { "start": { @@ -79007,8 +79006,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 33871, - 33874 + 33876, + 33879 ], "loc": { "start": { @@ -79025,8 +79024,8 @@ "type": "Identifier", "name": "key", "range": [ - 33875, - 33878 + 33880, + 33883 ], "loc": { "start": { @@ -79040,8 +79039,8 @@ } }, "range": [ - 33871, - 33879 + 33876, + 33884 ], "loc": { "start": { @@ -79055,8 +79054,8 @@ } }, "range": [ - 33861, - 33879 + 33866, + 33884 ], "loc": { "start": { @@ -79072,8 +79071,8 @@ ], "kind": "let", "range": [ - 33857, - 33880 + 33862, + 33885 ], "loc": { "start": { @@ -79095,8 +79094,8 @@ "type": "Identifier", "name": "feature", "range": [ - 33897, - 33904 + 33902, + 33909 ], "loc": { "start": { @@ -79118,8 +79117,8 @@ "type": "Identifier", "name": "Types", "range": [ - 33908, - 33913 + 33913, + 33918 ], "loc": { "start": { @@ -79136,8 +79135,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 33914, - 33918 + 33919, + 33923 ], "loc": { "start": { @@ -79151,8 +79150,8 @@ } }, "range": [ - 33908, - 33918 + 33913, + 33923 ], "loc": { "start": { @@ -79173,8 +79172,8 @@ "type": "Identifier", "name": "feature", "range": [ - 33919, - 33926 + 33924, + 33931 ], "loc": { "start": { @@ -79191,8 +79190,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 33927, - 33934 + 33932, + 33939 ], "loc": { "start": { @@ -79206,8 +79205,8 @@ } }, "range": [ - 33919, - 33934 + 33924, + 33939 ], "loc": { "start": { @@ -79222,8 +79221,8 @@ } ], "range": [ - 33908, - 33935 + 33913, + 33940 ], "loc": { "start": { @@ -79237,8 +79236,8 @@ } }, "range": [ - 33897, - 33935 + 33902, + 33940 ], "loc": { "start": { @@ -79265,8 +79264,8 @@ "type": "Identifier", "name": "feature", "range": [ - 33955, - 33962 + 33960, + 33967 ], "loc": { "start": { @@ -79283,8 +79282,8 @@ "type": "Identifier", "name": "destroy", "range": [ - 33963, - 33970 + 33968, + 33975 ], "loc": { "start": { @@ -79298,8 +79297,8 @@ } }, "range": [ - 33955, - 33970 + 33960, + 33975 ], "loc": { "start": { @@ -79314,8 +79313,8 @@ }, "arguments": [], "range": [ - 33955, - 33972 + 33960, + 33977 ], "loc": { "start": { @@ -79329,8 +79328,8 @@ } }, "range": [ - 33955, - 33973 + 33960, + 33978 ], "loc": { "start": { @@ -79345,8 +79344,8 @@ } ], "range": [ - 33937, - 33987 + 33942, + 33992 ], "loc": { "start": { @@ -79361,8 +79360,8 @@ }, "alternate": null, "range": [ - 33893, - 33987 + 33898, + 33992 ], "loc": { "start": { @@ -79377,8 +79376,8 @@ } ], "range": [ - 33843, - 33997 + 33848, + 34002 ], "loc": { "start": { @@ -79394,8 +79393,8 @@ "generator": false, "expression": false, "range": [ - 33828, - 33997 + 33833, + 34002 ], "loc": { "start": { @@ -79410,8 +79409,8 @@ } ], "range": [ - 33803, - 33998 + 33808, + 34003 ], "loc": { "start": { @@ -79425,8 +79424,8 @@ } }, "range": [ - 33803, - 33999 + 33808, + 34004 ], "loc": { "start": { @@ -79443,8 +79442,8 @@ "type": "Line", "value": " Destroy modules", "range": [ - 33717, - 33735 + 33722, + 33740 ], "loc": { "start": { @@ -79461,8 +79460,8 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 33744, - 33794 + 33749, + 33799 ], "loc": { "start": { @@ -79481,8 +79480,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 34009, - 34033 + 34014, + 34038 ], "loc": { "start": { @@ -79505,8 +79504,8 @@ "object": { "type": "ThisExpression", "range": [ - 34046, - 34050 + 34051, + 34055 ], "loc": { "start": { @@ -79523,8 +79522,8 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 34051, - 34065 + 34056, + 34070 ], "loc": { "start": { @@ -79538,8 +79537,8 @@ } }, "range": [ - 34046, - 34065 + 34051, + 34070 ], "loc": { "start": { @@ -79566,8 +79565,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 34081, - 34088 + 34086, + 34093 ], "loc": { "start": { @@ -79584,8 +79583,8 @@ "type": "Identifier", "name": "off", "range": [ - 34089, - 34092 + 34094, + 34097 ], "loc": { "start": { @@ -79599,8 +79598,8 @@ } }, "range": [ - 34081, - 34092 + 34086, + 34097 ], "loc": { "start": { @@ -79622,8 +79621,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 34094, - 34111 + 34099, + 34116 ], "loc": { "start": { @@ -79638,8 +79637,8 @@ } ], "range": [ - 34093, - 34112 + 34098, + 34117 ], "loc": { "start": { @@ -79664,8 +79663,8 @@ "object": { "type": "ThisExpression", "range": [ - 34120, - 34124 + 34125, + 34129 ], "loc": { "start": { @@ -79682,8 +79681,8 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 34125, - 34142 + 34130, + 34147 ], "loc": { "start": { @@ -79697,8 +79696,8 @@ } }, "range": [ - 34120, - 34142 + 34125, + 34147 ], "loc": { "start": { @@ -79713,8 +79712,8 @@ }, "arguments": [], "range": [ - 34120, - 34144 + 34125, + 34149 ], "loc": { "start": { @@ -79730,8 +79729,8 @@ "generator": false, "expression": true, "range": [ - 34114, - 34144 + 34119, + 34149 ], "loc": { "start": { @@ -79746,8 +79745,8 @@ } ], "range": [ - 34081, - 34145 + 34086, + 34150 ], "loc": { "start": { @@ -79761,8 +79760,8 @@ } }, "range": [ - 34081, - 34146 + 34086, + 34151 ], "loc": { "start": { @@ -79777,8 +79776,8 @@ } ], "range": [ - 34067, - 34156 + 34072, + 34161 ], "loc": { "start": { @@ -79793,8 +79792,8 @@ }, "alternate": null, "range": [ - 34042, - 34156 + 34047, + 34161 ], "loc": { "start": { @@ -79811,8 +79810,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 34009, - 34033 + 34014, + 34038 ], "loc": { "start": { @@ -79835,8 +79834,8 @@ "object": { "type": "ThisExpression", "range": [ - 34169, - 34173 + 34174, + 34178 ], "loc": { "start": { @@ -79853,8 +79852,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 34174, - 34187 + 34179, + 34192 ], "loc": { "start": { @@ -79868,8 +79867,8 @@ } }, "range": [ - 34169, - 34187 + 34174, + 34192 ], "loc": { "start": { @@ -79896,8 +79895,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 34203, - 34210 + 34208, + 34215 ], "loc": { "start": { @@ -79914,8 +79913,8 @@ "type": "Identifier", "name": "off", "range": [ - 34211, - 34214 + 34216, + 34219 ], "loc": { "start": { @@ -79929,8 +79928,8 @@ } }, "range": [ - 34203, - 34214 + 34208, + 34219 ], "loc": { "start": { @@ -79952,8 +79951,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 34216, - 34233 + 34221, + 34238 ], "loc": { "start": { @@ -79968,8 +79967,8 @@ } ], "range": [ - 34215, - 34234 + 34220, + 34239 ], "loc": { "start": { @@ -79994,8 +79993,8 @@ "object": { "type": "ThisExpression", "range": [ - 34242, - 34246 + 34247, + 34251 ], "loc": { "start": { @@ -80012,8 +80011,8 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 34247, - 34258 + 34252, + 34263 ], "loc": { "start": { @@ -80027,8 +80026,8 @@ } }, "range": [ - 34242, - 34258 + 34247, + 34263 ], "loc": { "start": { @@ -80043,8 +80042,8 @@ }, "arguments": [], "range": [ - 34242, - 34260 + 34247, + 34265 ], "loc": { "start": { @@ -80060,8 +80059,8 @@ "generator": false, "expression": true, "range": [ - 34236, - 34260 + 34241, + 34265 ], "loc": { "start": { @@ -80076,8 +80075,8 @@ } ], "range": [ - 34203, - 34261 + 34208, + 34266 ], "loc": { "start": { @@ -80091,8 +80090,8 @@ } }, "range": [ - 34203, - 34262 + 34208, + 34267 ], "loc": { "start": { @@ -80107,8 +80106,8 @@ } ], "range": [ - 34189, - 34272 + 34194, + 34277 ], "loc": { "start": { @@ -80123,8 +80122,8 @@ }, "alternate": null, "range": [ - 34165, - 34272 + 34170, + 34277 ], "loc": { "start": { @@ -80150,8 +80149,8 @@ "object": { "type": "ThisExpression", "range": [ - 34281, - 34285 + 34286, + 34290 ], "loc": { "start": { @@ -80168,8 +80167,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 34286, - 34293 + 34291, + 34298 ], "loc": { "start": { @@ -80183,8 +80182,8 @@ } }, "range": [ - 34281, - 34293 + 34286, + 34298 ], "loc": { "start": { @@ -80201,8 +80200,8 @@ "type": "Identifier", "name": "off", "range": [ - 34294, - 34297 + 34299, + 34302 ], "loc": { "start": { @@ -80216,8 +80215,8 @@ } }, "range": [ - 34281, - 34297 + 34286, + 34302 ], "loc": { "start": { @@ -80239,8 +80238,8 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 34299, - 34313 + 34304, + 34318 ], "loc": { "start": { @@ -80255,8 +80254,8 @@ } ], "range": [ - 34298, - 34314 + 34303, + 34319 ], "loc": { "start": { @@ -80277,8 +80276,8 @@ "type": "Identifier", "name": "tf", "range": [ - 34329, - 34331 + 34334, + 34336 ], "loc": { "start": { @@ -80295,8 +80294,8 @@ "type": "Identifier", "name": "filter", "range": [ - 34333, - 34339 + 34338, + 34344 ], "loc": { "start": { @@ -80318,8 +80317,8 @@ "object": { "type": "ThisExpression", "range": [ - 34344, - 34348 + 34349, + 34353 ], "loc": { "start": { @@ -80336,8 +80335,8 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 34349, - 34366 + 34354, + 34371 ], "loc": { "start": { @@ -80351,8 +80350,8 @@ } }, "range": [ - 34344, - 34366 + 34349, + 34371 ], "loc": { "start": { @@ -80373,8 +80372,8 @@ "type": "Identifier", "name": "filter", "range": [ - 34367, - 34373 + 34372, + 34378 ], "loc": { "start": { @@ -80391,8 +80390,8 @@ "type": "Identifier", "name": "id", "range": [ - 34374, - 34376 + 34379, + 34381 ], "loc": { "start": { @@ -80406,8 +80405,8 @@ } }, "range": [ - 34367, - 34376 + 34372, + 34381 ], "loc": { "start": { @@ -80422,8 +80421,8 @@ } ], "range": [ - 34344, - 34377 + 34349, + 34382 ], "loc": { "start": { @@ -80439,8 +80438,8 @@ "generator": false, "expression": true, "range": [ - 34328, - 34377 + 34333, + 34382 ], "loc": { "start": { @@ -80455,8 +80454,8 @@ } ], "range": [ - 34281, - 34378 + 34286, + 34383 ], "loc": { "start": { @@ -80470,8 +80469,8 @@ } }, "range": [ - 34281, - 34379 + 34286, + 34384 ], "loc": { "start": { @@ -80495,8 +80494,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 34389, - 34392 + 34394, + 34397 ], "loc": { "start": { @@ -80513,8 +80512,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 34393, - 34404 + 34398, + 34409 ], "loc": { "start": { @@ -80528,8 +80527,8 @@ } }, "range": [ - 34389, - 34404 + 34394, + 34409 ], "loc": { "start": { @@ -80549,8 +80548,8 @@ "object": { "type": "ThisExpression", "range": [ - 34405, - 34409 + 34410, + 34414 ], "loc": { "start": { @@ -80567,8 +80566,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 34410, - 34413 + 34415, + 34418 ], "loc": { "start": { @@ -80582,8 +80581,8 @@ } }, "range": [ - 34405, - 34413 + 34410, + 34418 ], "loc": { "start": { @@ -80602,8 +80601,8 @@ "object": { "type": "ThisExpression", "range": [ - 34415, - 34419 + 34420, + 34424 ], "loc": { "start": { @@ -80620,8 +80619,8 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 34420, - 34426 + 34425, + 34431 ], "loc": { "start": { @@ -80635,8 +80634,8 @@ } }, "range": [ - 34415, - 34426 + 34420, + 34431 ], "loc": { "start": { @@ -80651,8 +80650,8 @@ } ], "range": [ - 34389, - 34427 + 34394, + 34432 ], "loc": { "start": { @@ -80666,8 +80665,8 @@ } }, "range": [ - 34389, - 34428 + 34394, + 34433 ], "loc": { "start": { @@ -80691,8 +80690,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 34437, - 34440 + 34442, + 34445 ], "loc": { "start": { @@ -80709,8 +80708,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 34441, - 34452 + 34446, + 34457 ], "loc": { "start": { @@ -80724,8 +80723,8 @@ } }, "range": [ - 34437, - 34452 + 34442, + 34457 ], "loc": { "start": { @@ -80745,8 +80744,8 @@ "object": { "type": "ThisExpression", "range": [ - 34453, - 34457 + 34458, + 34462 ], "loc": { "start": { @@ -80763,8 +80762,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 34458, - 34461 + 34463, + 34466 ], "loc": { "start": { @@ -80778,8 +80777,8 @@ } }, "range": [ - 34453, - 34461 + 34458, + 34466 ], "loc": { "start": { @@ -80798,8 +80797,8 @@ "object": { "type": "ThisExpression", "range": [ - 34463, - 34467 + 34468, + 34472 ], "loc": { "start": { @@ -80816,8 +80815,8 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 34468, - 34482 + 34473, + 34487 ], "loc": { "start": { @@ -80831,8 +80830,8 @@ } }, "range": [ - 34463, - 34482 + 34468, + 34487 ], "loc": { "start": { @@ -80847,8 +80846,8 @@ } ], "range": [ - 34437, - 34483 + 34442, + 34488 ], "loc": { "start": { @@ -80862,8 +80861,8 @@ } }, "range": [ - 34437, - 34484 + 34442, + 34489 ], "loc": { "start": { @@ -80887,8 +80886,8 @@ "object": { "type": "ThisExpression", "range": [ - 34494, - 34498 + 34499, + 34503 ], "loc": { "start": { @@ -80905,8 +80904,8 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 34499, - 34511 + 34504, + 34516 ], "loc": { "start": { @@ -80920,8 +80919,8 @@ } }, "range": [ - 34494, - 34511 + 34499, + 34516 ], "loc": { "start": { @@ -80939,8 +80938,8 @@ "value": 0, "raw": "0", "range": [ - 34514, - 34515 + 34519, + 34520 ], "loc": { "start": { @@ -80954,8 +80953,8 @@ } }, "range": [ - 34494, - 34515 + 34499, + 34520 ], "loc": { "start": { @@ -80969,8 +80968,8 @@ } }, "range": [ - 34494, - 34516 + 34499, + 34521 ], "loc": { "start": { @@ -80994,8 +80993,8 @@ "object": { "type": "ThisExpression", "range": [ - 34525, - 34529 + 34530, + 34534 ], "loc": { "start": { @@ -81012,8 +81011,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 34530, - 34544 + 34535, + 34549 ], "loc": { "start": { @@ -81027,8 +81026,8 @@ } }, "range": [ - 34525, - 34544 + 34530, + 34549 ], "loc": { "start": { @@ -81045,8 +81044,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 34547, - 34549 + 34552, + 34554 ], "loc": { "start": { @@ -81060,8 +81059,8 @@ } }, "range": [ - 34525, - 34549 + 34530, + 34554 ], "loc": { "start": { @@ -81075,8 +81074,8 @@ } }, "range": [ - 34525, - 34550 + 34530, + 34555 ], "loc": { "start": { @@ -81100,8 +81099,8 @@ "object": { "type": "ThisExpression", "range": [ - 34559, - 34563 + 34564, + 34568 ], "loc": { "start": { @@ -81118,8 +81117,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 34564, - 34570 + 34569, + 34575 ], "loc": { "start": { @@ -81133,8 +81132,8 @@ } }, "range": [ - 34559, - 34570 + 34564, + 34575 ], "loc": { "start": { @@ -81151,8 +81150,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 34573, - 34575 + 34578, + 34580 ], "loc": { "start": { @@ -81166,8 +81165,8 @@ } }, "range": [ - 34559, - 34575 + 34564, + 34580 ], "loc": { "start": { @@ -81181,8 +81180,8 @@ } }, "range": [ - 34559, - 34576 + 34564, + 34581 ], "loc": { "start": { @@ -81206,8 +81205,8 @@ "object": { "type": "ThisExpression", "range": [ - 34585, - 34589 + 34590, + 34594 ], "loc": { "start": { @@ -81224,8 +81223,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 34590, - 34598 + 34595, + 34603 ], "loc": { "start": { @@ -81239,8 +81238,8 @@ } }, "range": [ - 34585, - 34598 + 34590, + 34603 ], "loc": { "start": { @@ -81258,8 +81257,8 @@ "value": false, "raw": "false", "range": [ - 34601, - 34606 + 34606, + 34611 ], "loc": { "start": { @@ -81273,8 +81272,8 @@ } }, "range": [ - 34585, - 34606 + 34590, + 34611 ], "loc": { "start": { @@ -81288,8 +81287,8 @@ } }, "range": [ - 34585, - 34607 + 34590, + 34612 ], "loc": { "start": { @@ -81313,8 +81312,8 @@ "object": { "type": "ThisExpression", "range": [ - 34616, - 34620 + 34621, + 34625 ], "loc": { "start": { @@ -81331,8 +81330,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 34621, - 34632 + 34626, + 34637 ], "loc": { "start": { @@ -81346,8 +81345,8 @@ } }, "range": [ - 34616, - 34632 + 34621, + 34637 ], "loc": { "start": { @@ -81365,8 +81364,8 @@ "value": false, "raw": "false", "range": [ - 34635, - 34640 + 34640, + 34645 ], "loc": { "start": { @@ -81380,8 +81379,8 @@ } }, "range": [ - 34616, - 34640 + 34621, + 34645 ], "loc": { "start": { @@ -81395,8 +81394,8 @@ } }, "range": [ - 34616, - 34641 + 34621, + 34646 ], "loc": { "start": { @@ -81411,8 +81410,8 @@ } ], "range": [ - 32732, - 34647 + 32737, + 34652 ], "loc": { "start": { @@ -81428,8 +81427,8 @@ "generator": false, "expression": false, "range": [ - 32729, - 34647 + 32734, + 34652 ], "loc": { "start": { @@ -81445,8 +81444,8 @@ "kind": "method", "computed": false, "range": [ - 32722, - 34647 + 32727, + 34652 ], "loc": { "start": { @@ -81463,8 +81462,8 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 32679, - 32717 + 32684, + 32722 ], "loc": { "start": { @@ -81483,8 +81482,8 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 34653, - 34742 + 34658, + 34747 ], "loc": { "start": { @@ -81506,8 +81505,8 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 34747, - 34757 + 34752, + 34762 ], "loc": { "start": { @@ -81535,8 +81534,8 @@ "object": { "type": "ThisExpression", "range": [ - 34774, - 34778 + 34779, + 34783 ], "loc": { "start": { @@ -81553,8 +81552,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 34779, - 34785 + 34784, + 34790 ], "loc": { "start": { @@ -81568,8 +81567,8 @@ } }, "range": [ - 34774, - 34785 + 34779, + 34790 ], "loc": { "start": { @@ -81589,8 +81588,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 34801, - 34808 + 34806, + 34813 ], "loc": { "start": { @@ -81605,8 +81604,8 @@ } ], "range": [ - 34787, - 34818 + 34792, + 34823 ], "loc": { "start": { @@ -81621,8 +81620,8 @@ }, "alternate": null, "range": [ - 34770, - 34818 + 34775, + 34823 ], "loc": { "start": { @@ -81639,8 +81638,8 @@ "type": "Block", "value": "** container div **", "range": [ - 34828, - 34851 + 34833, + 34856 ], "loc": { "start": { @@ -81664,8 +81663,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 34864, - 34870 + 34869, + 34875 ], "loc": { "start": { @@ -81687,8 +81686,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 34873, - 34876 + 34878, + 34881 ], "loc": { "start": { @@ -81705,8 +81704,8 @@ "type": "Identifier", "name": "create", "range": [ - 34877, - 34883 + 34882, + 34888 ], "loc": { "start": { @@ -81720,8 +81719,8 @@ } }, "range": [ - 34873, - 34883 + 34878, + 34888 ], "loc": { "start": { @@ -81740,8 +81739,8 @@ "value": "div", "raw": "'div'", "range": [ - 34884, - 34889 + 34889, + 34894 ], "loc": { "start": { @@ -81762,8 +81761,8 @@ "value": "id", "raw": "'id'", "range": [ - 34892, - 34896 + 34897, + 34901 ], "loc": { "start": { @@ -81785,8 +81784,8 @@ "object": { "type": "ThisExpression", "range": [ - 34898, - 34902 + 34903, + 34907 ], "loc": { "start": { @@ -81803,8 +81802,8 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 34903, - 34913 + 34908, + 34918 ], "loc": { "start": { @@ -81818,8 +81817,8 @@ } }, "range": [ - 34898, - 34913 + 34903, + 34918 ], "loc": { "start": { @@ -81838,8 +81837,8 @@ "object": { "type": "ThisExpression", "range": [ - 34916, - 34920 + 34921, + 34925 ], "loc": { "start": { @@ -81856,8 +81855,8 @@ "type": "Identifier", "name": "id", "range": [ - 34921, - 34923 + 34926, + 34928 ], "loc": { "start": { @@ -81871,8 +81870,8 @@ } }, "range": [ - 34916, - 34923 + 34921, + 34928 ], "loc": { "start": { @@ -81886,8 +81885,8 @@ } }, "range": [ - 34898, - 34923 + 34903, + 34928 ], "loc": { "start": { @@ -81902,8 +81901,8 @@ } ], "range": [ - 34891, - 34924 + 34896, + 34929 ], "loc": { "start": { @@ -81918,8 +81917,8 @@ } ], "range": [ - 34873, - 34925 + 34878, + 34930 ], "loc": { "start": { @@ -81933,8 +81932,8 @@ } }, "range": [ - 34864, - 34925 + 34869, + 34930 ], "loc": { "start": { @@ -81950,8 +81949,8 @@ ], "kind": "let", "range": [ - 34860, - 34926 + 34865, + 34931 ], "loc": { "start": { @@ -81968,8 +81967,8 @@ "type": "Block", "value": "** container div **", "range": [ - 34828, - 34851 + 34833, + 34856 ], "loc": { "start": { @@ -81996,8 +81995,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 34935, - 34941 + 34940, + 34946 ], "loc": { "start": { @@ -82014,8 +82013,8 @@ "type": "Identifier", "name": "className", "range": [ - 34942, - 34951 + 34947, + 34956 ], "loc": { "start": { @@ -82029,8 +82028,8 @@ } }, "range": [ - 34935, - 34951 + 34940, + 34956 ], "loc": { "start": { @@ -82049,8 +82048,8 @@ "object": { "type": "ThisExpression", "range": [ - 34954, - 34958 + 34959, + 34963 ], "loc": { "start": { @@ -82067,8 +82066,8 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 34959, - 34973 + 34964, + 34978 ], "loc": { "start": { @@ -82082,8 +82081,8 @@ } }, "range": [ - 34954, - 34973 + 34959, + 34978 ], "loc": { "start": { @@ -82097,8 +82096,8 @@ } }, "range": [ - 34935, - 34973 + 34940, + 34978 ], "loc": { "start": { @@ -82112,8 +82111,8 @@ } }, "range": [ - 34935, - 34974 + 34940, + 34979 ], "loc": { "start": { @@ -82130,8 +82129,8 @@ "type": "Line", "value": "custom container", "range": [ - 34984, - 35002 + 34989, + 35007 ], "loc": { "start": { @@ -82154,8 +82153,8 @@ "object": { "type": "ThisExpression", "range": [ - 35015, - 35019 + 35020, + 35024 ], "loc": { "start": { @@ -82172,8 +82171,8 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 35020, - 35032 + 35025, + 35037 ], "loc": { "start": { @@ -82187,8 +82186,8 @@ } }, "range": [ - 35015, - 35032 + 35020, + 35037 ], "loc": { "start": { @@ -82220,8 +82219,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 35048, - 35051 + 35053, + 35056 ], "loc": { "start": { @@ -82238,8 +82237,8 @@ "type": "Identifier", "name": "id", "range": [ - 35052, - 35054 + 35057, + 35059 ], "loc": { "start": { @@ -82253,8 +82252,8 @@ } }, "range": [ - 35048, - 35054 + 35053, + 35059 ], "loc": { "start": { @@ -82274,8 +82273,8 @@ "object": { "type": "ThisExpression", "range": [ - 35055, - 35059 + 35060, + 35064 ], "loc": { "start": { @@ -82292,8 +82291,8 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 35060, - 35072 + 35065, + 35077 ], "loc": { "start": { @@ -82307,8 +82306,8 @@ } }, "range": [ - 35055, - 35072 + 35060, + 35077 ], "loc": { "start": { @@ -82323,8 +82322,8 @@ } ], "range": [ - 35048, - 35073 + 35053, + 35078 ], "loc": { "start": { @@ -82341,8 +82340,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35074, - 35085 + 35079, + 35090 ], "loc": { "start": { @@ -82356,8 +82355,8 @@ } }, "range": [ - 35048, - 35085 + 35053, + 35090 ], "loc": { "start": { @@ -82375,8 +82374,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35086, - 35092 + 35091, + 35097 ], "loc": { "start": { @@ -82391,8 +82390,8 @@ } ], "range": [ - 35048, - 35093 + 35053, + 35098 ], "loc": { "start": { @@ -82406,8 +82405,8 @@ } }, "range": [ - 35048, - 35094 + 35053, + 35099 ], "loc": { "start": { @@ -82422,8 +82421,8 @@ } ], "range": [ - 35034, - 35104 + 35039, + 35109 ], "loc": { "start": { @@ -82440,8 +82439,8 @@ "type": "Line", "value": "grid-layout", "range": [ - 35113, - 35126 + 35118, + 35131 ], "loc": { "start": { @@ -82464,8 +82463,8 @@ "object": { "type": "ThisExpression", "range": [ - 35144, - 35148 + 35149, + 35153 ], "loc": { "start": { @@ -82482,8 +82481,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35149, - 35159 + 35154, + 35164 ], "loc": { "start": { @@ -82497,8 +82496,8 @@ } }, "range": [ - 35144, - 35159 + 35149, + 35164 ], "loc": { "start": { @@ -82523,8 +82522,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35179, - 35189 + 35184, + 35194 ], "loc": { "start": { @@ -82546,8 +82545,8 @@ "object": { "type": "ThisExpression", "range": [ - 35192, - 35196 + 35197, + 35201 ], "loc": { "start": { @@ -82564,8 +82563,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 35197, - 35200 + 35202, + 35205 ], "loc": { "start": { @@ -82579,8 +82578,8 @@ } }, "range": [ - 35192, - 35200 + 35197, + 35205 ], "loc": { "start": { @@ -82597,8 +82596,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35201, - 35211 + 35206, + 35216 ], "loc": { "start": { @@ -82612,8 +82611,8 @@ } }, "range": [ - 35192, - 35211 + 35197, + 35216 ], "loc": { "start": { @@ -82627,8 +82626,8 @@ } }, "range": [ - 35179, - 35211 + 35184, + 35216 ], "loc": { "start": { @@ -82644,8 +82643,8 @@ ], "kind": "let", "range": [ - 35175, - 35212 + 35180, + 35217 ], "loc": { "start": { @@ -82672,8 +82671,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35225, - 35235 + 35230, + 35240 ], "loc": { "start": { @@ -82690,8 +82689,8 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 35236, - 35247 + 35241, + 35252 ], "loc": { "start": { @@ -82705,8 +82704,8 @@ } }, "range": [ - 35225, - 35247 + 35230, + 35252 ], "loc": { "start": { @@ -82723,8 +82722,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35248, - 35259 + 35253, + 35264 ], "loc": { "start": { @@ -82738,8 +82737,8 @@ } }, "range": [ - 35225, - 35259 + 35230, + 35264 ], "loc": { "start": { @@ -82757,8 +82756,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35260, - 35266 + 35265, + 35271 ], "loc": { "start": { @@ -82773,8 +82772,8 @@ } ], "range": [ - 35225, - 35267 + 35230, + 35272 ], "loc": { "start": { @@ -82788,8 +82787,8 @@ } }, "range": [ - 35225, - 35268 + 35230, + 35273 ], "loc": { "start": { @@ -82814,8 +82813,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35281, - 35287 + 35286, + 35292 ], "loc": { "start": { @@ -82832,8 +82831,8 @@ "type": "Identifier", "name": "className", "range": [ - 35288, - 35297 + 35293, + 35302 ], "loc": { "start": { @@ -82847,8 +82846,8 @@ } }, "range": [ - 35281, - 35297 + 35286, + 35302 ], "loc": { "start": { @@ -82868,8 +82867,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35300, - 35310 + 35305, + 35315 ], "loc": { "start": { @@ -82886,8 +82885,8 @@ "type": "Identifier", "name": "gridInfDivCssClass", "range": [ - 35311, - 35329 + 35316, + 35334 ], "loc": { "start": { @@ -82901,8 +82900,8 @@ } }, "range": [ - 35300, - 35329 + 35305, + 35334 ], "loc": { "start": { @@ -82916,8 +82915,8 @@ } }, "range": [ - 35281, - 35329 + 35286, + 35334 ], "loc": { "start": { @@ -82931,8 +82930,8 @@ } }, "range": [ - 35281, - 35330 + 35286, + 35335 ], "loc": { "start": { @@ -82947,8 +82946,8 @@ } ], "range": [ - 35161, - 35340 + 35166, + 35345 ], "loc": { "start": { @@ -82965,8 +82964,8 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 35349, - 35389 + 35354, + 35394 ], "loc": { "start": { @@ -82993,8 +82992,8 @@ "type": "Identifier", "name": "cont", "range": [ - 35421, - 35425 + 35426, + 35430 ], "loc": { "start": { @@ -83016,8 +83015,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 35428, - 35431 + 35433, + 35436 ], "loc": { "start": { @@ -83034,8 +83033,8 @@ "type": "Identifier", "name": "create", "range": [ - 35432, - 35438 + 35437, + 35443 ], "loc": { "start": { @@ -83049,8 +83048,8 @@ } }, "range": [ - 35428, - 35438 + 35433, + 35443 ], "loc": { "start": { @@ -83069,8 +83068,8 @@ "value": "caption", "raw": "'caption'", "range": [ - 35439, - 35448 + 35444, + 35453 ], "loc": { "start": { @@ -83085,8 +83084,8 @@ } ], "range": [ - 35428, - 35449 + 35433, + 35454 ], "loc": { "start": { @@ -83100,8 +83099,8 @@ } }, "range": [ - 35421, - 35449 + 35426, + 35454 ], "loc": { "start": { @@ -83117,8 +83116,8 @@ ], "kind": "let", "range": [ - 35417, - 35450 + 35422, + 35455 ], "loc": { "start": { @@ -83142,8 +83141,8 @@ "type": "Identifier", "name": "cont", "range": [ - 35463, - 35467 + 35468, + 35472 ], "loc": { "start": { @@ -83160,8 +83159,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35468, - 35479 + 35473, + 35484 ], "loc": { "start": { @@ -83175,8 +83174,8 @@ } }, "range": [ - 35463, - 35479 + 35468, + 35484 ], "loc": { "start": { @@ -83194,8 +83193,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35480, - 35486 + 35485, + 35491 ], "loc": { "start": { @@ -83210,8 +83209,8 @@ } ], "range": [ - 35463, - 35487 + 35468, + 35492 ], "loc": { "start": { @@ -83225,8 +83224,8 @@ } }, "range": [ - 35463, - 35488 + 35468, + 35493 ], "loc": { "start": { @@ -83252,8 +83251,8 @@ "object": { "type": "ThisExpression", "range": [ - 35501, - 35505 + 35506, + 35510 ], "loc": { "start": { @@ -83270,8 +83269,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 35506, - 35509 + 35511, + 35514 ], "loc": { "start": { @@ -83285,8 +83284,8 @@ } }, "range": [ - 35501, - 35509 + 35506, + 35514 ], "loc": { "start": { @@ -83303,8 +83302,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 35510, - 35522 + 35515, + 35527 ], "loc": { "start": { @@ -83318,8 +83317,8 @@ } }, "range": [ - 35501, - 35522 + 35506, + 35527 ], "loc": { "start": { @@ -83337,8 +83336,8 @@ "type": "Identifier", "name": "cont", "range": [ - 35523, - 35527 + 35528, + 35532 ], "loc": { "start": { @@ -83360,8 +83359,8 @@ "object": { "type": "ThisExpression", "range": [ - 35529, - 35533 + 35534, + 35538 ], "loc": { "start": { @@ -83378,8 +83377,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 35534, - 35537 + 35539, + 35542 ], "loc": { "start": { @@ -83393,8 +83392,8 @@ } }, "range": [ - 35529, - 35537 + 35534, + 35542 ], "loc": { "start": { @@ -83411,8 +83410,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 35538, - 35548 + 35543, + 35553 ], "loc": { "start": { @@ -83426,8 +83425,8 @@ } }, "range": [ - 35529, - 35548 + 35534, + 35553 ], "loc": { "start": { @@ -83442,8 +83441,8 @@ } ], "range": [ - 35501, - 35549 + 35506, + 35554 ], "loc": { "start": { @@ -83457,8 +83456,8 @@ } }, "range": [ - 35501, - 35550 + 35506, + 35555 ], "loc": { "start": { @@ -83473,8 +83472,8 @@ } ], "range": [ - 35403, - 35560 + 35408, + 35565 ], "loc": { "start": { @@ -83491,8 +83490,8 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 35349, - 35389 + 35354, + 35394 ], "loc": { "start": { @@ -83508,8 +83507,8 @@ ] }, "range": [ - 35140, - 35560 + 35145, + 35565 ], "loc": { "start": { @@ -83526,8 +83525,8 @@ "type": "Line", "value": "grid-layout", "range": [ - 35113, - 35126 + 35118, + 35131 ], "loc": { "start": { @@ -83543,8 +83542,8 @@ ] }, "range": [ - 35011, - 35560 + 35016, + 35565 ], "loc": { "start": { @@ -83561,8 +83560,8 @@ "type": "Line", "value": "custom container", "range": [ - 34984, - 35002 + 34989, + 35007 ], "loc": { "start": { @@ -83588,8 +83587,8 @@ "object": { "type": "ThisExpression", "range": [ - 35569, - 35573 + 35574, + 35578 ], "loc": { "start": { @@ -83606,8 +83605,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 35574, - 35580 + 35579, + 35585 ], "loc": { "start": { @@ -83621,8 +83620,8 @@ } }, "range": [ - 35569, - 35580 + 35574, + 35585 ], "loc": { "start": { @@ -83644,8 +83643,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 35583, - 35586 + 35588, + 35591 ], "loc": { "start": { @@ -83662,8 +83661,8 @@ "type": "Identifier", "name": "id", "range": [ - 35587, - 35589 + 35592, + 35594 ], "loc": { "start": { @@ -83677,8 +83676,8 @@ } }, "range": [ - 35583, - 35589 + 35588, + 35594 ], "loc": { "start": { @@ -83701,8 +83700,8 @@ "object": { "type": "ThisExpression", "range": [ - 35590, - 35594 + 35595, + 35599 ], "loc": { "start": { @@ -83719,8 +83718,8 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 35595, - 35605 + 35600, + 35610 ], "loc": { "start": { @@ -83734,8 +83733,8 @@ } }, "range": [ - 35590, - 35605 + 35595, + 35610 ], "loc": { "start": { @@ -83754,8 +83753,8 @@ "object": { "type": "ThisExpression", "range": [ - 35608, - 35612 + 35613, + 35617 ], "loc": { "start": { @@ -83772,8 +83771,8 @@ "type": "Identifier", "name": "id", "range": [ - 35613, - 35615 + 35618, + 35620 ], "loc": { "start": { @@ -83787,8 +83786,8 @@ } }, "range": [ - 35608, - 35615 + 35613, + 35620 ], "loc": { "start": { @@ -83802,8 +83801,8 @@ } }, "range": [ - 35590, - 35615 + 35595, + 35620 ], "loc": { "start": { @@ -83818,8 +83817,8 @@ } ], "range": [ - 35583, - 35616 + 35588, + 35621 ], "loc": { "start": { @@ -83833,8 +83832,8 @@ } }, "range": [ - 35569, - 35616 + 35574, + 35621 ], "loc": { "start": { @@ -83848,8 +83847,8 @@ } }, "range": [ - 35569, - 35617 + 35574, + 35622 ], "loc": { "start": { @@ -83866,8 +83865,8 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 35627, - 35673 + 35632, + 35678 ], "loc": { "start": { @@ -83891,8 +83890,8 @@ "type": "Identifier", "name": "ldiv", "range": [ - 35686, - 35690 + 35691, + 35695 ], "loc": { "start": { @@ -83914,8 +83913,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 35693, - 35696 + 35698, + 35701 ], "loc": { "start": { @@ -83932,8 +83931,8 @@ "type": "Identifier", "name": "create", "range": [ - 35697, - 35703 + 35702, + 35708 ], "loc": { "start": { @@ -83947,8 +83946,8 @@ } }, "range": [ - 35693, - 35703 + 35698, + 35708 ], "loc": { "start": { @@ -83967,8 +83966,8 @@ "value": "div", "raw": "'div'", "range": [ - 35704, - 35709 + 35709, + 35714 ], "loc": { "start": { @@ -83989,8 +83988,8 @@ "value": "id", "raw": "'id'", "range": [ - 35712, - 35716 + 35717, + 35721 ], "loc": { "start": { @@ -84012,8 +84011,8 @@ "object": { "type": "ThisExpression", "range": [ - 35718, - 35722 + 35723, + 35727 ], "loc": { "start": { @@ -84030,8 +84029,8 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 35723, - 35731 + 35728, + 35736 ], "loc": { "start": { @@ -84045,8 +84044,8 @@ } }, "range": [ - 35718, - 35731 + 35723, + 35736 ], "loc": { "start": { @@ -84065,8 +84064,8 @@ "object": { "type": "ThisExpression", "range": [ - 35734, - 35738 + 35739, + 35743 ], "loc": { "start": { @@ -84083,8 +84082,8 @@ "type": "Identifier", "name": "id", "range": [ - 35739, - 35741 + 35744, + 35746 ], "loc": { "start": { @@ -84098,8 +84097,8 @@ } }, "range": [ - 35734, - 35741 + 35739, + 35746 ], "loc": { "start": { @@ -84113,8 +84112,8 @@ } }, "range": [ - 35718, - 35741 + 35723, + 35746 ], "loc": { "start": { @@ -84129,8 +84128,8 @@ } ], "range": [ - 35711, - 35742 + 35716, + 35747 ], "loc": { "start": { @@ -84145,8 +84144,8 @@ } ], "range": [ - 35693, - 35743 + 35698, + 35748 ], "loc": { "start": { @@ -84160,8 +84159,8 @@ } }, "range": [ - 35686, - 35743 + 35691, + 35748 ], "loc": { "start": { @@ -84177,8 +84176,8 @@ ], "kind": "let", "range": [ - 35682, - 35744 + 35687, + 35749 ], "loc": { "start": { @@ -84195,8 +84194,8 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 35627, - 35673 + 35632, + 35678 ], "loc": { "start": { @@ -84223,8 +84222,8 @@ "type": "Identifier", "name": "ldiv", "range": [ - 35753, - 35757 + 35758, + 35762 ], "loc": { "start": { @@ -84241,8 +84240,8 @@ "type": "Identifier", "name": "className", "range": [ - 35758, - 35767 + 35763, + 35772 ], "loc": { "start": { @@ -84256,8 +84255,8 @@ } }, "range": [ - 35753, - 35767 + 35758, + 35772 ], "loc": { "start": { @@ -84276,8 +84275,8 @@ "object": { "type": "ThisExpression", "range": [ - 35770, - 35774 + 35775, + 35779 ], "loc": { "start": { @@ -84294,8 +84293,8 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 35775, - 35787 + 35780, + 35792 ], "loc": { "start": { @@ -84309,8 +84308,8 @@ } }, "range": [ - 35770, - 35787 + 35775, + 35792 ], "loc": { "start": { @@ -84324,8 +84323,8 @@ } }, "range": [ - 35753, - 35787 + 35758, + 35792 ], "loc": { "start": { @@ -84339,8 +84338,8 @@ } }, "range": [ - 35753, - 35788 + 35758, + 35793 ], "loc": { "start": { @@ -84364,8 +84363,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 35797, - 35803 + 35802, + 35808 ], "loc": { "start": { @@ -84382,8 +84381,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 35804, - 35815 + 35809, + 35820 ], "loc": { "start": { @@ -84397,8 +84396,8 @@ } }, "range": [ - 35797, - 35815 + 35802, + 35820 ], "loc": { "start": { @@ -84416,8 +84415,8 @@ "type": "Identifier", "name": "ldiv", "range": [ - 35816, - 35820 + 35821, + 35825 ], "loc": { "start": { @@ -84432,8 +84431,8 @@ } ], "range": [ - 35797, - 35821 + 35802, + 35826 ], "loc": { "start": { @@ -84447,8 +84446,8 @@ } }, "range": [ - 35797, - 35822 + 35802, + 35827 ], "loc": { "start": { @@ -84472,8 +84471,8 @@ "object": { "type": "ThisExpression", "range": [ - 35831, - 35835 + 35836, + 35840 ], "loc": { "start": { @@ -84490,8 +84489,8 @@ "type": "Identifier", "name": "lDiv", "range": [ - 35836, - 35840 + 35841, + 35845 ], "loc": { "start": { @@ -84505,8 +84504,8 @@ } }, "range": [ - 35831, - 35840 + 35836, + 35845 ], "loc": { "start": { @@ -84528,8 +84527,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 35843, - 35846 + 35848, + 35851 ], "loc": { "start": { @@ -84546,8 +84545,8 @@ "type": "Identifier", "name": "id", "range": [ - 35847, - 35849 + 35852, + 35854 ], "loc": { "start": { @@ -84561,8 +84560,8 @@ } }, "range": [ - 35843, - 35849 + 35848, + 35854 ], "loc": { "start": { @@ -84585,8 +84584,8 @@ "object": { "type": "ThisExpression", "range": [ - 35850, - 35854 + 35855, + 35859 ], "loc": { "start": { @@ -84603,8 +84602,8 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 35855, - 35863 + 35860, + 35868 ], "loc": { "start": { @@ -84618,8 +84617,8 @@ } }, "range": [ - 35850, - 35863 + 35855, + 35868 ], "loc": { "start": { @@ -84638,8 +84637,8 @@ "object": { "type": "ThisExpression", "range": [ - 35866, - 35870 + 35871, + 35875 ], "loc": { "start": { @@ -84656,8 +84655,8 @@ "type": "Identifier", "name": "id", "range": [ - 35871, - 35873 + 35876, + 35878 ], "loc": { "start": { @@ -84671,8 +84670,8 @@ } }, "range": [ - 35866, - 35873 + 35871, + 35878 ], "loc": { "start": { @@ -84686,8 +84685,8 @@ } }, "range": [ - 35850, - 35873 + 35855, + 35878 ], "loc": { "start": { @@ -84702,8 +84701,8 @@ } ], "range": [ - 35843, - 35874 + 35848, + 35879 ], "loc": { "start": { @@ -84717,8 +84716,8 @@ } }, "range": [ - 35831, - 35874 + 35836, + 35879 ], "loc": { "start": { @@ -84732,8 +84731,8 @@ } }, "range": [ - 35831, - 35875 + 35836, + 35880 ], "loc": { "start": { @@ -84750,8 +84749,8 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 35885, - 35979 + 35890, + 35984 ], "loc": { "start": { @@ -84775,8 +84774,8 @@ "type": "Identifier", "name": "rdiv", "range": [ - 35992, - 35996 + 35997, + 36001 ], "loc": { "start": { @@ -84798,8 +84797,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 35999, - 36002 + 36004, + 36007 ], "loc": { "start": { @@ -84816,8 +84815,8 @@ "type": "Identifier", "name": "create", "range": [ - 36003, - 36009 + 36008, + 36014 ], "loc": { "start": { @@ -84831,8 +84830,8 @@ } }, "range": [ - 35999, - 36009 + 36004, + 36014 ], "loc": { "start": { @@ -84851,8 +84850,8 @@ "value": "div", "raw": "'div'", "range": [ - 36010, - 36015 + 36015, + 36020 ], "loc": { "start": { @@ -84873,8 +84872,8 @@ "value": "id", "raw": "'id'", "range": [ - 36018, - 36022 + 36023, + 36027 ], "loc": { "start": { @@ -84896,8 +84895,8 @@ "object": { "type": "ThisExpression", "range": [ - 36024, - 36028 + 36029, + 36033 ], "loc": { "start": { @@ -84914,8 +84913,8 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 36029, - 36037 + 36034, + 36042 ], "loc": { "start": { @@ -84929,8 +84928,8 @@ } }, "range": [ - 36024, - 36037 + 36029, + 36042 ], "loc": { "start": { @@ -84949,8 +84948,8 @@ "object": { "type": "ThisExpression", "range": [ - 36040, - 36044 + 36045, + 36049 ], "loc": { "start": { @@ -84967,8 +84966,8 @@ "type": "Identifier", "name": "id", "range": [ - 36045, - 36047 + 36050, + 36052 ], "loc": { "start": { @@ -84982,8 +84981,8 @@ } }, "range": [ - 36040, - 36047 + 36045, + 36052 ], "loc": { "start": { @@ -84997,8 +84996,8 @@ } }, "range": [ - 36024, - 36047 + 36029, + 36052 ], "loc": { "start": { @@ -85013,8 +85012,8 @@ } ], "range": [ - 36017, - 36048 + 36022, + 36053 ], "loc": { "start": { @@ -85029,8 +85028,8 @@ } ], "range": [ - 35999, - 36049 + 36004, + 36054 ], "loc": { "start": { @@ -85044,8 +85043,8 @@ } }, "range": [ - 35992, - 36049 + 35997, + 36054 ], "loc": { "start": { @@ -85061,8 +85060,8 @@ ], "kind": "let", "range": [ - 35988, - 36050 + 35993, + 36055 ], "loc": { "start": { @@ -85079,8 +85078,8 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 35885, - 35979 + 35890, + 35984 ], "loc": { "start": { @@ -85107,8 +85106,8 @@ "type": "Identifier", "name": "rdiv", "range": [ - 36059, - 36063 + 36064, + 36068 ], "loc": { "start": { @@ -85125,8 +85124,8 @@ "type": "Identifier", "name": "className", "range": [ - 36064, - 36073 + 36069, + 36078 ], "loc": { "start": { @@ -85140,8 +85139,8 @@ } }, "range": [ - 36059, - 36073 + 36064, + 36078 ], "loc": { "start": { @@ -85160,8 +85159,8 @@ "object": { "type": "ThisExpression", "range": [ - 36076, - 36080 + 36081, + 36085 ], "loc": { "start": { @@ -85178,8 +85177,8 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 36081, - 36093 + 36086, + 36098 ], "loc": { "start": { @@ -85193,8 +85192,8 @@ } }, "range": [ - 36076, - 36093 + 36081, + 36098 ], "loc": { "start": { @@ -85208,8 +85207,8 @@ } }, "range": [ - 36059, - 36093 + 36064, + 36098 ], "loc": { "start": { @@ -85223,8 +85222,8 @@ } }, "range": [ - 36059, - 36094 + 36064, + 36099 ], "loc": { "start": { @@ -85248,8 +85247,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 36103, - 36109 + 36108, + 36114 ], "loc": { "start": { @@ -85266,8 +85265,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 36110, - 36121 + 36115, + 36126 ], "loc": { "start": { @@ -85281,8 +85280,8 @@ } }, "range": [ - 36103, - 36121 + 36108, + 36126 ], "loc": { "start": { @@ -85300,8 +85299,8 @@ "type": "Identifier", "name": "rdiv", "range": [ - 36122, - 36126 + 36127, + 36131 ], "loc": { "start": { @@ -85316,8 +85315,8 @@ } ], "range": [ - 36103, - 36127 + 36108, + 36132 ], "loc": { "start": { @@ -85331,8 +85330,8 @@ } }, "range": [ - 36103, - 36128 + 36108, + 36133 ], "loc": { "start": { @@ -85356,8 +85355,8 @@ "object": { "type": "ThisExpression", "range": [ - 36137, - 36141 + 36142, + 36146 ], "loc": { "start": { @@ -85374,8 +85373,8 @@ "type": "Identifier", "name": "rDiv", "range": [ - 36142, - 36146 + 36147, + 36151 ], "loc": { "start": { @@ -85389,8 +85388,8 @@ } }, "range": [ - 36137, - 36146 + 36142, + 36151 ], "loc": { "start": { @@ -85412,8 +85411,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36149, - 36152 + 36154, + 36157 ], "loc": { "start": { @@ -85430,8 +85429,8 @@ "type": "Identifier", "name": "id", "range": [ - 36153, - 36155 + 36158, + 36160 ], "loc": { "start": { @@ -85445,8 +85444,8 @@ } }, "range": [ - 36149, - 36155 + 36154, + 36160 ], "loc": { "start": { @@ -85469,8 +85468,8 @@ "object": { "type": "ThisExpression", "range": [ - 36156, - 36160 + 36161, + 36165 ], "loc": { "start": { @@ -85487,8 +85486,8 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 36161, - 36169 + 36166, + 36174 ], "loc": { "start": { @@ -85502,8 +85501,8 @@ } }, "range": [ - 36156, - 36169 + 36161, + 36174 ], "loc": { "start": { @@ -85522,8 +85521,8 @@ "object": { "type": "ThisExpression", "range": [ - 36172, - 36176 + 36177, + 36181 ], "loc": { "start": { @@ -85540,8 +85539,8 @@ "type": "Identifier", "name": "id", "range": [ - 36177, - 36179 + 36182, + 36184 ], "loc": { "start": { @@ -85555,8 +85554,8 @@ } }, "range": [ - 36172, - 36179 + 36177, + 36184 ], "loc": { "start": { @@ -85570,8 +85569,8 @@ } }, "range": [ - 36156, - 36179 + 36161, + 36184 ], "loc": { "start": { @@ -85586,8 +85585,8 @@ } ], "range": [ - 36149, - 36180 + 36154, + 36185 ], "loc": { "start": { @@ -85601,8 +85600,8 @@ } }, "range": [ - 36137, - 36180 + 36142, + 36185 ], "loc": { "start": { @@ -85616,8 +85615,8 @@ } }, "range": [ - 36137, - 36181 + 36142, + 36186 ], "loc": { "start": { @@ -85634,8 +85633,8 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 36191, - 36235 + 36196, + 36240 ], "loc": { "start": { @@ -85659,8 +85658,8 @@ "type": "Identifier", "name": "mdiv", "range": [ - 36248, - 36252 + 36253, + 36257 ], "loc": { "start": { @@ -85682,8 +85681,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36255, - 36258 + 36260, + 36263 ], "loc": { "start": { @@ -85700,8 +85699,8 @@ "type": "Identifier", "name": "create", "range": [ - 36259, - 36265 + 36264, + 36270 ], "loc": { "start": { @@ -85715,8 +85714,8 @@ } }, "range": [ - 36255, - 36265 + 36260, + 36270 ], "loc": { "start": { @@ -85735,8 +85734,8 @@ "value": "div", "raw": "'div'", "range": [ - 36266, - 36271 + 36271, + 36276 ], "loc": { "start": { @@ -85757,8 +85756,8 @@ "value": "id", "raw": "'id'", "range": [ - 36274, - 36278 + 36279, + 36283 ], "loc": { "start": { @@ -85780,8 +85779,8 @@ "object": { "type": "ThisExpression", "range": [ - 36280, - 36284 + 36285, + 36289 ], "loc": { "start": { @@ -85798,8 +85797,8 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 36285, - 36293 + 36290, + 36298 ], "loc": { "start": { @@ -85813,8 +85812,8 @@ } }, "range": [ - 36280, - 36293 + 36285, + 36298 ], "loc": { "start": { @@ -85833,8 +85832,8 @@ "object": { "type": "ThisExpression", "range": [ - 36296, - 36300 + 36301, + 36305 ], "loc": { "start": { @@ -85851,8 +85850,8 @@ "type": "Identifier", "name": "id", "range": [ - 36301, - 36303 + 36306, + 36308 ], "loc": { "start": { @@ -85866,8 +85865,8 @@ } }, "range": [ - 36296, - 36303 + 36301, + 36308 ], "loc": { "start": { @@ -85881,8 +85880,8 @@ } }, "range": [ - 36280, - 36303 + 36285, + 36308 ], "loc": { "start": { @@ -85897,8 +85896,8 @@ } ], "range": [ - 36273, - 36304 + 36278, + 36309 ], "loc": { "start": { @@ -85913,8 +85912,8 @@ } ], "range": [ - 36255, - 36305 + 36260, + 36310 ], "loc": { "start": { @@ -85928,8 +85927,8 @@ } }, "range": [ - 36248, - 36305 + 36253, + 36310 ], "loc": { "start": { @@ -85945,8 +85944,8 @@ ], "kind": "let", "range": [ - 36244, - 36306 + 36249, + 36311 ], "loc": { "start": { @@ -85963,8 +85962,8 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 36191, - 36235 + 36196, + 36240 ], "loc": { "start": { @@ -85991,8 +85990,8 @@ "type": "Identifier", "name": "mdiv", "range": [ - 36315, - 36319 + 36320, + 36324 ], "loc": { "start": { @@ -86009,8 +86008,8 @@ "type": "Identifier", "name": "className", "range": [ - 36320, - 36329 + 36325, + 36334 ], "loc": { "start": { @@ -86024,8 +86023,8 @@ } }, "range": [ - 36315, - 36329 + 36320, + 36334 ], "loc": { "start": { @@ -86044,8 +86043,8 @@ "object": { "type": "ThisExpression", "range": [ - 36332, - 36336 + 36337, + 36341 ], "loc": { "start": { @@ -86062,8 +86061,8 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 36337, - 36349 + 36342, + 36354 ], "loc": { "start": { @@ -86077,8 +86076,8 @@ } }, "range": [ - 36332, - 36349 + 36337, + 36354 ], "loc": { "start": { @@ -86092,8 +86091,8 @@ } }, "range": [ - 36315, - 36349 + 36320, + 36354 ], "loc": { "start": { @@ -86107,8 +86106,8 @@ } }, "range": [ - 36315, - 36350 + 36320, + 36355 ], "loc": { "start": { @@ -86132,8 +86131,8 @@ "type": "Identifier", "name": "infdiv", "range": [ - 36359, - 36365 + 36364, + 36370 ], "loc": { "start": { @@ -86150,8 +86149,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 36366, - 36377 + 36371, + 36382 ], "loc": { "start": { @@ -86165,8 +86164,8 @@ } }, "range": [ - 36359, - 36377 + 36364, + 36382 ], "loc": { "start": { @@ -86184,8 +86183,8 @@ "type": "Identifier", "name": "mdiv", "range": [ - 36378, - 36382 + 36383, + 36387 ], "loc": { "start": { @@ -86200,8 +86199,8 @@ } ], "range": [ - 36359, - 36383 + 36364, + 36388 ], "loc": { "start": { @@ -86215,8 +86214,8 @@ } }, "range": [ - 36359, - 36384 + 36364, + 36389 ], "loc": { "start": { @@ -86240,8 +86239,8 @@ "object": { "type": "ThisExpression", "range": [ - 36393, - 36397 + 36398, + 36402 ], "loc": { "start": { @@ -86258,8 +86257,8 @@ "type": "Identifier", "name": "mDiv", "range": [ - 36398, - 36402 + 36403, + 36407 ], "loc": { "start": { @@ -86273,8 +86272,8 @@ } }, "range": [ - 36393, - 36402 + 36398, + 36407 ], "loc": { "start": { @@ -86296,8 +86295,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36405, - 36408 + 36410, + 36413 ], "loc": { "start": { @@ -86314,8 +86313,8 @@ "type": "Identifier", "name": "id", "range": [ - 36409, - 36411 + 36414, + 36416 ], "loc": { "start": { @@ -86329,8 +86328,8 @@ } }, "range": [ - 36405, - 36411 + 36410, + 36416 ], "loc": { "start": { @@ -86353,8 +86352,8 @@ "object": { "type": "ThisExpression", "range": [ - 36412, - 36416 + 36417, + 36421 ], "loc": { "start": { @@ -86371,8 +86370,8 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 36417, - 36425 + 36422, + 36430 ], "loc": { "start": { @@ -86386,8 +86385,8 @@ } }, "range": [ - 36412, - 36425 + 36417, + 36430 ], "loc": { "start": { @@ -86406,8 +86405,8 @@ "object": { "type": "ThisExpression", "range": [ - 36428, - 36432 + 36433, + 36437 ], "loc": { "start": { @@ -86424,8 +86423,8 @@ "type": "Identifier", "name": "id", "range": [ - 36433, - 36435 + 36438, + 36440 ], "loc": { "start": { @@ -86439,8 +86438,8 @@ } }, "range": [ - 36428, - 36435 + 36433, + 36440 ], "loc": { "start": { @@ -86454,8 +86453,8 @@ } }, "range": [ - 36412, - 36435 + 36417, + 36440 ], "loc": { "start": { @@ -86470,8 +86469,8 @@ } ], "range": [ - 36405, - 36436 + 36410, + 36441 ], "loc": { "start": { @@ -86485,8 +86484,8 @@ } }, "range": [ - 36393, - 36436 + 36398, + 36441 ], "loc": { "start": { @@ -86500,8 +86499,8 @@ } }, "range": [ - 36393, - 36437 + 36398, + 36442 ], "loc": { "start": { @@ -86518,8 +86517,8 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 36447, - 36492 + 36452, + 36497 ], "loc": { "start": { @@ -86545,8 +86544,8 @@ "type": "Identifier", "name": "Types", "range": [ - 36505, - 36510 + 36510, + 36515 ], "loc": { "start": { @@ -86563,8 +86562,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 36511, - 36518 + 36516, + 36523 ], "loc": { "start": { @@ -86578,8 +86577,8 @@ } }, "range": [ - 36505, - 36518 + 36510, + 36523 ], "loc": { "start": { @@ -86599,8 +86598,8 @@ "object": { "type": "ThisExpression", "range": [ - 36519, - 36523 + 36524, + 36528 ], "loc": { "start": { @@ -86617,8 +86616,8 @@ "type": "Identifier", "name": "help", "range": [ - 36524, - 36528 + 36529, + 36533 ], "loc": { "start": { @@ -86632,8 +86631,8 @@ } }, "range": [ - 36519, - 36528 + 36524, + 36533 ], "loc": { "start": { @@ -86648,8 +86647,8 @@ } ], "range": [ - 36505, - 36529 + 36510, + 36534 ], "loc": { "start": { @@ -86682,8 +86681,8 @@ "object": { "type": "ThisExpression", "range": [ - 36673, - 36677 + 36678, + 36682 ], "loc": { "start": { @@ -86700,8 +86699,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 36678, - 36681 + 36683, + 36686 ], "loc": { "start": { @@ -86715,8 +86714,8 @@ } }, "range": [ - 36673, - 36681 + 36678, + 36686 ], "loc": { "start": { @@ -86733,8 +86732,8 @@ "type": "Identifier", "name": "help", "range": [ - 36682, - 36686 + 36687, + 36691 ], "loc": { "start": { @@ -86748,8 +86747,8 @@ } }, "range": [ - 36673, - 36686 + 36678, + 36691 ], "loc": { "start": { @@ -86766,8 +86765,8 @@ "type": "Identifier", "name": "enabled", "range": [ - 36687, - 36694 + 36692, + 36699 ], "loc": { "start": { @@ -86781,8 +86780,8 @@ } }, "range": [ - 36673, - 36694 + 36678, + 36699 ], "loc": { "start": { @@ -86800,8 +86799,8 @@ "value": true, "raw": "true", "range": [ - 36697, - 36701 + 36702, + 36706 ], "loc": { "start": { @@ -86815,8 +86814,8 @@ } }, "range": [ - 36673, - 36701 + 36678, + 36706 ], "loc": { "start": { @@ -86830,8 +86829,8 @@ } }, "range": [ - 36673, - 36702 + 36678, + 36707 ], "loc": { "start": { @@ -86848,8 +86847,8 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 36545, - 36607 + 36550, + 36612 ], "loc": { "start": { @@ -86866,8 +86865,8 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 36620, - 36660 + 36625, + 36665 ], "loc": { "start": { @@ -86895,8 +86894,8 @@ "object": { "type": "ThisExpression", "range": [ - 36715, - 36719 + 36720, + 36724 ], "loc": { "start": { @@ -86913,8 +86912,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 36720, - 36727 + 36725, + 36732 ], "loc": { "start": { @@ -86928,8 +86927,8 @@ } }, "range": [ - 36715, - 36727 + 36720, + 36732 ], "loc": { "start": { @@ -86946,8 +86945,8 @@ "type": "Identifier", "name": "emit", "range": [ - 36728, - 36732 + 36733, + 36737 ], "loc": { "start": { @@ -86961,8 +86960,8 @@ } }, "range": [ - 36715, - 36732 + 36720, + 36737 ], "loc": { "start": { @@ -86981,8 +86980,8 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 36733, - 36744 + 36738, + 36749 ], "loc": { "start": { @@ -86998,8 +86997,8 @@ { "type": "ThisExpression", "range": [ - 36746, - 36750 + 36751, + 36755 ], "loc": { "start": { @@ -87014,8 +87013,8 @@ } ], "range": [ - 36715, - 36751 + 36720, + 36756 ], "loc": { "start": { @@ -87029,8 +87028,8 @@ } }, "range": [ - 36715, - 36752 + 36720, + 36757 ], "loc": { "start": { @@ -87045,8 +87044,8 @@ } ], "range": [ - 36531, - 36762 + 36536, + 36767 ], "loc": { "start": { @@ -87061,8 +87060,8 @@ }, "alternate": null, "range": [ - 36501, - 36762 + 36506, + 36767 ], "loc": { "start": { @@ -87079,8 +87078,8 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 36447, - 36492 + 36452, + 36497 ], "loc": { "start": { @@ -87097,8 +87096,8 @@ } ], "range": [ - 34760, - 36768 + 34765, + 36773 ], "loc": { "start": { @@ -87114,8 +87113,8 @@ "generator": false, "expression": false, "range": [ - 34757, - 36768 + 34762, + 36773 ], "loc": { "start": { @@ -87131,8 +87130,8 @@ "kind": "method", "computed": false, "range": [ - 34747, - 36768 + 34752, + 36773 ], "loc": { "start": { @@ -87149,8 +87148,8 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 34653, - 34742 + 34658, + 34747 ], "loc": { "start": { @@ -87169,8 +87168,8 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 36774, - 36825 + 36779, + 36830 ], "loc": { "start": { @@ -87192,8 +87191,8 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 36830, - 36843 + 36835, + 36848 ], "loc": { "start": { @@ -87224,8 +87223,8 @@ "object": { "type": "ThisExpression", "range": [ - 36861, - 36865 + 36866, + 36870 ], "loc": { "start": { @@ -87242,8 +87241,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 36866, - 36872 + 36871, + 36877 ], "loc": { "start": { @@ -87257,8 +87256,8 @@ } }, "range": [ - 36861, - 36872 + 36866, + 36877 ], "loc": { "start": { @@ -87273,8 +87272,8 @@ }, "prefix": true, "range": [ - 36860, - 36872 + 36865, + 36877 ], "loc": { "start": { @@ -87294,8 +87293,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 36888, - 36895 + 36893, + 36900 ], "loc": { "start": { @@ -87310,8 +87309,8 @@ } ], "range": [ - 36874, - 36905 + 36879, + 36910 ], "loc": { "start": { @@ -87326,8 +87325,8 @@ }, "alternate": null, "range": [ - 36856, - 36905 + 36861, + 36910 ], "loc": { "start": { @@ -87351,8 +87350,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 36914, - 36917 + 36919, + 36922 ], "loc": { "start": { @@ -87369,8 +87368,8 @@ "type": "Identifier", "name": "remove", "range": [ - 36918, - 36924 + 36923, + 36929 ], "loc": { "start": { @@ -87384,8 +87383,8 @@ } }, "range": [ - 36914, - 36924 + 36919, + 36929 ], "loc": { "start": { @@ -87405,8 +87404,8 @@ "object": { "type": "ThisExpression", "range": [ - 36925, - 36929 + 36930, + 36934 ], "loc": { "start": { @@ -87423,8 +87422,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 36930, - 36936 + 36935, + 36941 ], "loc": { "start": { @@ -87438,8 +87437,8 @@ } }, "range": [ - 36925, - 36936 + 36930, + 36941 ], "loc": { "start": { @@ -87454,8 +87453,8 @@ } ], "range": [ - 36914, - 36937 + 36919, + 36942 ], "loc": { "start": { @@ -87469,8 +87468,8 @@ } }, "range": [ - 36914, - 36938 + 36919, + 36943 ], "loc": { "start": { @@ -87494,8 +87493,8 @@ "object": { "type": "ThisExpression", "range": [ - 36947, - 36951 + 36952, + 36956 ], "loc": { "start": { @@ -87512,8 +87511,8 @@ "type": "Identifier", "name": "infDiv", "range": [ - 36952, - 36958 + 36957, + 36963 ], "loc": { "start": { @@ -87527,8 +87526,8 @@ } }, "range": [ - 36947, - 36958 + 36952, + 36963 ], "loc": { "start": { @@ -87546,8 +87545,8 @@ "value": null, "raw": "null", "range": [ - 36961, - 36965 + 36966, + 36970 ], "loc": { "start": { @@ -87561,8 +87560,8 @@ } }, "range": [ - 36947, - 36965 + 36952, + 36970 ], "loc": { "start": { @@ -87576,8 +87575,8 @@ } }, "range": [ - 36947, - 36966 + 36952, + 36971 ], "loc": { "start": { @@ -87599,8 +87598,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 36980, - 36983 + 36985, + 36988 ], "loc": { "start": { @@ -87619,8 +87618,8 @@ "object": { "type": "ThisExpression", "range": [ - 36986, - 36990 + 36991, + 36995 ], "loc": { "start": { @@ -87637,8 +87636,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 36991, - 36994 + 36996, + 36999 ], "loc": { "start": { @@ -87652,8 +87651,8 @@ } }, "range": [ - 36986, - 36994 + 36991, + 36999 ], "loc": { "start": { @@ -87667,8 +87666,8 @@ } }, "range": [ - 36980, - 36994 + 36985, + 36999 ], "loc": { "start": { @@ -87684,8 +87683,8 @@ ], "kind": "let", "range": [ - 36976, - 36995 + 36981, + 37000 ], "loc": { "start": { @@ -87707,8 +87706,8 @@ "type": "Identifier", "name": "captions", "range": [ - 37008, - 37016 + 37013, + 37021 ], "loc": { "start": { @@ -87730,8 +87729,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 37019, - 37022 + 37024, + 37027 ], "loc": { "start": { @@ -87748,8 +87747,8 @@ "type": "Identifier", "name": "tag", "range": [ - 37023, - 37026 + 37028, + 37031 ], "loc": { "start": { @@ -87763,8 +87762,8 @@ } }, "range": [ - 37019, - 37026 + 37024, + 37031 ], "loc": { "start": { @@ -87782,8 +87781,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 37027, - 37030 + 37032, + 37035 ], "loc": { "start": { @@ -87801,8 +87800,8 @@ "value": "caption", "raw": "'caption'", "range": [ - 37032, - 37041 + 37037, + 37046 ], "loc": { "start": { @@ -87817,8 +87816,8 @@ } ], "range": [ - 37019, - 37042 + 37024, + 37047 ], "loc": { "start": { @@ -87832,8 +87831,8 @@ } }, "range": [ - 37008, - 37042 + 37013, + 37047 ], "loc": { "start": { @@ -87849,8 +87848,8 @@ ], "kind": "let", "range": [ - 37004, - 37043 + 37009, + 37048 ], "loc": { "start": { @@ -87875,8 +87874,8 @@ "type": "Identifier", "name": "captions", "range": [ - 37056, - 37064 + 37061, + 37069 ], "loc": { "start": { @@ -87893,8 +87892,8 @@ "type": "Identifier", "name": "length", "range": [ - 37065, - 37071 + 37070, + 37076 ], "loc": { "start": { @@ -87908,8 +87907,8 @@ } }, "range": [ - 37056, - 37071 + 37061, + 37076 ], "loc": { "start": { @@ -87927,8 +87926,8 @@ "value": 0, "raw": "0", "range": [ - 37074, - 37075 + 37079, + 37080 ], "loc": { "start": { @@ -87942,8 +87941,8 @@ } }, "range": [ - 37056, - 37075 + 37061, + 37080 ], "loc": { "start": { @@ -87973,8 +87972,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 37091, - 37093 + 37096, + 37098 ], "loc": { "start": { @@ -87991,8 +87990,8 @@ "type": "Identifier", "name": "forEach", "range": [ - 37094, - 37101 + 37099, + 37106 ], "loc": { "start": { @@ -88006,8 +88005,8 @@ } }, "range": [ - 37091, - 37101 + 37096, + 37106 ], "loc": { "start": { @@ -88024,8 +88023,8 @@ "type": "Identifier", "name": "call", "range": [ - 37102, - 37106 + 37107, + 37111 ], "loc": { "start": { @@ -88039,8 +88038,8 @@ } }, "range": [ - 37091, - 37106 + 37096, + 37111 ], "loc": { "start": { @@ -88058,8 +88057,8 @@ "type": "Identifier", "name": "captions", "range": [ - 37107, - 37115 + 37112, + 37120 ], "loc": { "start": { @@ -88080,8 +88079,8 @@ "type": "Identifier", "name": "elm", "range": [ - 37118, - 37121 + 37123, + 37126 ], "loc": { "start": { @@ -88104,8 +88103,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 37126, - 37129 + 37131, + 37134 ], "loc": { "start": { @@ -88122,8 +88121,8 @@ "type": "Identifier", "name": "removeChild", "range": [ - 37130, - 37141 + 37135, + 37146 ], "loc": { "start": { @@ -88137,8 +88136,8 @@ } }, "range": [ - 37126, - 37141 + 37131, + 37146 ], "loc": { "start": { @@ -88156,8 +88155,8 @@ "type": "Identifier", "name": "elm", "range": [ - 37142, - 37145 + 37147, + 37150 ], "loc": { "start": { @@ -88172,8 +88171,8 @@ } ], "range": [ - 37126, - 37146 + 37131, + 37151 ], "loc": { "start": { @@ -88189,8 +88188,8 @@ "generator": false, "expression": true, "range": [ - 37117, - 37146 + 37122, + 37151 ], "loc": { "start": { @@ -88205,8 +88204,8 @@ } ], "range": [ - 37091, - 37147 + 37096, + 37152 ], "loc": { "start": { @@ -88220,8 +88219,8 @@ } }, "range": [ - 37091, - 37148 + 37096, + 37153 ], "loc": { "start": { @@ -88236,8 +88235,8 @@ } ], "range": [ - 37077, - 37158 + 37082, + 37163 ], "loc": { "start": { @@ -88252,8 +88251,8 @@ }, "alternate": null, "range": [ - 37052, - 37158 + 37057, + 37163 ], "loc": { "start": { @@ -88268,8 +88267,8 @@ } ], "range": [ - 36846, - 37164 + 36851, + 37169 ], "loc": { "start": { @@ -88285,8 +88284,8 @@ "generator": false, "expression": false, "range": [ - 36843, - 37164 + 36848, + 37169 ], "loc": { "start": { @@ -88302,8 +88301,8 @@ "kind": "method", "computed": false, "range": [ - 36830, - 37164 + 36835, + 37169 ], "loc": { "start": { @@ -88320,8 +88319,8 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 36774, - 36825 + 36779, + 36830 ], "loc": { "start": { @@ -88340,8 +88339,8 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 37170, - 37227 + 37175, + 37232 ], "loc": { "start": { @@ -88363,8 +88362,8 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 37232, - 37250 + 37237, + 37255 ], "loc": { "start": { @@ -88395,8 +88394,8 @@ "object": { "type": "ThisExpression", "range": [ - 37268, - 37272 + 37273, + 37277 ], "loc": { "start": { @@ -88413,8 +88412,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 37273, - 37286 + 37278, + 37291 ], "loc": { "start": { @@ -88428,8 +88427,8 @@ } }, "range": [ - 37268, - 37286 + 37273, + 37291 ], "loc": { "start": { @@ -88444,8 +88443,8 @@ }, "prefix": true, "range": [ - 37267, - 37286 + 37272, + 37291 ], "loc": { "start": { @@ -88465,8 +88464,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 37302, - 37309 + 37307, + 37314 ], "loc": { "start": { @@ -88481,8 +88480,8 @@ } ], "range": [ - 37288, - 37319 + 37293, + 37324 ], "loc": { "start": { @@ -88497,8 +88496,8 @@ }, "alternate": null, "range": [ - 37263, - 37319 + 37268, + 37324 ], "loc": { "start": { @@ -88520,8 +88519,8 @@ "type": "Identifier", "name": "ids", "range": [ - 37332, - 37335 + 37337, + 37340 ], "loc": { "start": { @@ -88540,8 +88539,8 @@ "object": { "type": "ThisExpression", "range": [ - 37338, - 37342 + 37343, + 37347 ], "loc": { "start": { @@ -88558,8 +88557,8 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 37343, - 37360 + 37348, + 37365 ], "loc": { "start": { @@ -88573,8 +88572,8 @@ } }, "range": [ - 37338, - 37360 + 37343, + 37365 ], "loc": { "start": { @@ -88588,8 +88587,8 @@ } }, "range": [ - 37332, - 37360 + 37337, + 37365 ], "loc": { "start": { @@ -88608,8 +88607,8 @@ "type": "Identifier", "name": "len", "range": [ - 37374, - 37377 + 37379, + 37382 ], "loc": { "start": { @@ -88629,8 +88628,8 @@ "type": "Identifier", "name": "ids", "range": [ - 37380, - 37383 + 37385, + 37388 ], "loc": { "start": { @@ -88647,8 +88646,8 @@ "type": "Identifier", "name": "length", "range": [ - 37384, - 37390 + 37389, + 37395 ], "loc": { "start": { @@ -88662,8 +88661,8 @@ } }, "range": [ - 37380, - 37390 + 37385, + 37395 ], "loc": { "start": { @@ -88677,8 +88676,8 @@ } }, "range": [ - 37374, - 37390 + 37379, + 37395 ], "loc": { "start": { @@ -88694,8 +88693,8 @@ ], "kind": "let", "range": [ - 37328, - 37391 + 37333, + 37396 ], "loc": { "start": { @@ -88719,8 +88718,8 @@ "type": "Identifier", "name": "ct", "range": [ - 37409, - 37411 + 37414, + 37416 ], "loc": { "start": { @@ -88738,8 +88737,8 @@ "value": 0, "raw": "0", "range": [ - 37414, - 37415 + 37419, + 37420 ], "loc": { "start": { @@ -88753,8 +88752,8 @@ } }, "range": [ - 37409, - 37415 + 37414, + 37420 ], "loc": { "start": { @@ -88770,8 +88769,8 @@ ], "kind": "let", "range": [ - 37405, - 37415 + 37410, + 37420 ], "loc": { "start": { @@ -88791,8 +88790,8 @@ "type": "Identifier", "name": "ct", "range": [ - 37417, - 37419 + 37422, + 37424 ], "loc": { "start": { @@ -88809,8 +88808,8 @@ "type": "Identifier", "name": "len", "range": [ - 37422, - 37425 + 37427, + 37430 ], "loc": { "start": { @@ -88824,8 +88823,8 @@ } }, "range": [ - 37417, - 37425 + 37422, + 37430 ], "loc": { "start": { @@ -88845,8 +88844,8 @@ "type": "Identifier", "name": "ct", "range": [ - 37427, - 37429 + 37432, + 37434 ], "loc": { "start": { @@ -88861,8 +88860,8 @@ }, "prefix": false, "range": [ - 37427, - 37431 + 37432, + 37436 ], "loc": { "start": { @@ -88887,8 +88886,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37451, - 37467 + 37456, + 37472 ], "loc": { "start": { @@ -88908,8 +88907,8 @@ "type": "Identifier", "name": "ids", "range": [ - 37470, - 37473 + 37475, + 37478 ], "loc": { "start": { @@ -88926,8 +88925,8 @@ "type": "Identifier", "name": "ct", "range": [ - 37474, - 37476 + 37479, + 37481 ], "loc": { "start": { @@ -88941,8 +88940,8 @@ } }, "range": [ - 37470, - 37477 + 37475, + 37482 ], "loc": { "start": { @@ -88956,8 +88955,8 @@ } }, "range": [ - 37451, - 37477 + 37456, + 37482 ], "loc": { "start": { @@ -88976,8 +88975,8 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 37495, - 37506 + 37500, + 37511 ], "loc": { "start": { @@ -88999,8 +88998,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 37509, - 37512 + 37514, + 37517 ], "loc": { "start": { @@ -89017,8 +89016,8 @@ "type": "Identifier", "name": "id", "range": [ - 37513, - 37515 + 37518, + 37520 ], "loc": { "start": { @@ -89032,8 +89031,8 @@ } }, "range": [ - 37509, - 37515 + 37514, + 37520 ], "loc": { "start": { @@ -89051,8 +89050,8 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37516, - 37532 + 37521, + 37537 ], "loc": { "start": { @@ -89067,8 +89066,8 @@ } ], "range": [ - 37509, - 37533 + 37514, + 37538 ], "loc": { "start": { @@ -89082,8 +89081,8 @@ } }, "range": [ - 37495, - 37533 + 37500, + 37538 ], "loc": { "start": { @@ -89099,8 +89098,8 @@ ], "kind": "let", "range": [ - 37447, - 37534 + 37452, + 37539 ], "loc": { "start": { @@ -89119,8 +89118,8 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 37551, - 37562 + 37556, + 37567 ], "loc": { "start": { @@ -89148,8 +89147,8 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 37582, - 37593 + 37587, + 37598 ], "loc": { "start": { @@ -89166,8 +89165,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 37594, - 37603 + 37599, + 37608 ], "loc": { "start": { @@ -89181,8 +89180,8 @@ } }, "range": [ - 37582, - 37603 + 37587, + 37608 ], "loc": { "start": { @@ -89200,8 +89199,8 @@ "value": "", "raw": "''", "range": [ - 37606, - 37608 + 37611, + 37613 ], "loc": { "start": { @@ -89215,8 +89214,8 @@ } }, "range": [ - 37582, - 37608 + 37587, + 37613 ], "loc": { "start": { @@ -89230,8 +89229,8 @@ } }, "range": [ - 37582, - 37609 + 37587, + 37614 ], "loc": { "start": { @@ -89246,8 +89245,8 @@ } ], "range": [ - 37564, - 37623 + 37569, + 37628 ], "loc": { "start": { @@ -89262,8 +89261,8 @@ }, "alternate": null, "range": [ - 37547, - 37623 + 37552, + 37628 ], "loc": { "start": { @@ -89278,8 +89277,8 @@ } ], "range": [ - 37433, - 37633 + 37438, + 37638 ], "loc": { "start": { @@ -89293,8 +89292,8 @@ } }, "range": [ - 37400, - 37633 + 37405, + 37638 ], "loc": { "start": { @@ -89309,8 +89308,8 @@ } ], "range": [ - 37253, - 37639 + 37258, + 37644 ], "loc": { "start": { @@ -89326,8 +89325,8 @@ "generator": false, "expression": false, "range": [ - 37250, - 37639 + 37255, + 37644 ], "loc": { "start": { @@ -89343,8 +89342,8 @@ "kind": "method", "computed": false, "range": [ - 37232, - 37639 + 37237, + 37644 ], "loc": { "start": { @@ -89361,8 +89360,8 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 37170, - 37227 + 37175, + 37232 ], "loc": { "start": { @@ -89381,8 +89380,8 @@ "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": [ - 37645, - 37799 + 37650, + 37804 ], "loc": { "start": { @@ -89404,8 +89403,8 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 37804, - 37819 + 37809, + 37824 ], "loc": { "start": { @@ -89426,8 +89425,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37820, - 37828 + 37825, + 37833 ], "loc": { "start": { @@ -89455,8 +89454,8 @@ "object": { "type": "ThisExpression", "range": [ - 37847, - 37851 + 37852, + 37856 ], "loc": { "start": { @@ -89473,8 +89472,8 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 37852, - 37868 + 37857, + 37873 ], "loc": { "start": { @@ -89488,8 +89487,8 @@ } }, "range": [ - 37847, - 37868 + 37852, + 37873 ], "loc": { "start": { @@ -89519,8 +89518,8 @@ "object": { "type": "ThisExpression", "range": [ - 37884, - 37888 + 37889, + 37893 ], "loc": { "start": { @@ -89537,8 +89536,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 37889, - 37902 + 37894, + 37907 ], "loc": { "start": { @@ -89552,8 +89551,8 @@ } }, "range": [ - 37884, - 37902 + 37889, + 37907 ], "loc": { "start": { @@ -89570,8 +89569,8 @@ "type": "Identifier", "name": "cols", "range": [ - 37903, - 37907 + 37908, + 37912 ], "loc": { "start": { @@ -89585,8 +89584,8 @@ } }, "range": [ - 37884, - 37907 + 37889, + 37912 ], "loc": { "start": { @@ -89603,8 +89602,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 37908, - 37915 + 37913, + 37920 ], "loc": { "start": { @@ -89618,8 +89617,8 @@ } }, "range": [ - 37884, - 37915 + 37889, + 37920 ], "loc": { "start": { @@ -89637,8 +89636,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37916, - 37924 + 37921, + 37929 ], "loc": { "start": { @@ -89653,8 +89652,8 @@ } ], "range": [ - 37884, - 37925 + 37889, + 37930 ], "loc": { "start": { @@ -89675,8 +89674,8 @@ "value": 1, "raw": "1", "range": [ - 37930, - 37931 + 37935, + 37936 ], "loc": { "start": { @@ -89691,8 +89690,8 @@ }, "prefix": true, "range": [ - 37929, - 37931 + 37934, + 37936 ], "loc": { "start": { @@ -89706,8 +89705,8 @@ } }, "range": [ - 37884, - 37931 + 37889, + 37936 ], "loc": { "start": { @@ -89721,8 +89720,8 @@ } }, "range": [ - 37847, - 37931 + 37852, + 37936 ], "loc": { "start": { @@ -89736,8 +89735,8 @@ } }, "range": [ - 37840, - 37932 + 37845, + 37937 ], "loc": { "start": { @@ -89752,8 +89751,8 @@ } ], "range": [ - 37830, - 37938 + 37835, + 37943 ], "loc": { "start": { @@ -89769,8 +89768,8 @@ "generator": false, "expression": false, "range": [ - 37819, - 37938 + 37824, + 37943 ], "loc": { "start": { @@ -89786,8 +89785,8 @@ "kind": "method", "computed": false, "range": [ - 37804, - 37938 + 37809, + 37943 ], "loc": { "start": { @@ -89804,8 +89803,8 @@ "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": [ - 37645, - 37799 + 37650, + 37804 ], "loc": { "start": { @@ -89824,8 +89823,8 @@ "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": [ - 37944, - 38140 + 37949, + 38145 ], "loc": { "start": { @@ -89847,8 +89846,8 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 38145, - 38161 + 38150, + 38166 ], "loc": { "start": { @@ -89869,8 +89868,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38162, - 38170 + 38167, + 38175 ], "loc": { "start": { @@ -89901,8 +89900,8 @@ "type": "Identifier", "name": "Types", "range": [ - 38186, - 38191 + 38191, + 38196 ], "loc": { "start": { @@ -89919,8 +89918,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 38192, - 38199 + 38197, + 38204 ], "loc": { "start": { @@ -89934,8 +89933,8 @@ } }, "range": [ - 38186, - 38199 + 38191, + 38204 ], "loc": { "start": { @@ -89953,8 +89952,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38200, - 38208 + 38205, + 38213 ], "loc": { "start": { @@ -89969,8 +89968,8 @@ } ], "range": [ - 38186, - 38209 + 38191, + 38214 ], "loc": { "start": { @@ -89994,8 +89993,8 @@ "object": { "type": "ThisExpression", "range": [ - 38214, - 38218 + 38219, + 38223 ], "loc": { "start": { @@ -90012,8 +90011,8 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 38219, - 38234 + 38224, + 38239 ], "loc": { "start": { @@ -90027,8 +90026,8 @@ } }, "range": [ - 38214, - 38234 + 38219, + 38239 ], "loc": { "start": { @@ -90046,8 +90045,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38235, - 38243 + 38240, + 38248 ], "loc": { "start": { @@ -90062,8 +90061,8 @@ } ], "range": [ - 38214, - 38244 + 38219, + 38249 ], "loc": { "start": { @@ -90078,8 +90077,8 @@ }, "prefix": true, "range": [ - 38213, - 38244 + 38218, + 38249 ], "loc": { "start": { @@ -90093,8 +90092,8 @@ } }, "range": [ - 38186, - 38244 + 38191, + 38249 ], "loc": { "start": { @@ -90114,8 +90113,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 38260, - 38267 + 38265, + 38272 ], "loc": { "start": { @@ -90130,8 +90129,8 @@ } ], "range": [ - 38246, - 38277 + 38251, + 38282 ], "loc": { "start": { @@ -90146,8 +90145,8 @@ }, "alternate": null, "range": [ - 38182, - 38277 + 38187, + 38282 ], "loc": { "start": { @@ -90169,8 +90168,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38291, - 38304 + 38296, + 38309 ], "loc": { "start": { @@ -90189,8 +90188,8 @@ "object": { "type": "ThisExpression", "range": [ - 38307, - 38311 + 38312, + 38316 ], "loc": { "start": { @@ -90207,8 +90206,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38312, - 38325 + 38317, + 38330 ], "loc": { "start": { @@ -90222,8 +90221,8 @@ } }, "range": [ - 38307, - 38325 + 38312, + 38330 ], "loc": { "start": { @@ -90237,8 +90236,8 @@ } }, "range": [ - 38291, - 38325 + 38296, + 38330 ], "loc": { "start": { @@ -90254,8 +90253,8 @@ ], "kind": "let", "range": [ - 38287, - 38326 + 38292, + 38331 ], "loc": { "start": { @@ -90277,8 +90276,8 @@ "type": "Identifier", "name": "cols", "range": [ - 38339, - 38343 + 38344, + 38348 ], "loc": { "start": { @@ -90298,8 +90297,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38346, - 38359 + 38351, + 38364 ], "loc": { "start": { @@ -90316,8 +90315,8 @@ "type": "Identifier", "name": "cols", "range": [ - 38360, - 38364 + 38365, + 38369 ], "loc": { "start": { @@ -90331,8 +90330,8 @@ } }, "range": [ - 38346, - 38364 + 38351, + 38369 ], "loc": { "start": { @@ -90346,8 +90345,8 @@ } }, "range": [ - 38339, - 38364 + 38344, + 38369 ], "loc": { "start": { @@ -90363,8 +90362,8 @@ ], "kind": "let", "range": [ - 38335, - 38365 + 38340, + 38370 ], "loc": { "start": { @@ -90386,8 +90385,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38378, - 38384 + 38383, + 38389 ], "loc": { "start": { @@ -90404,8 +90403,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 38387, - 38389 + 38392, + 38394 ], "loc": { "start": { @@ -90419,8 +90418,8 @@ } }, "range": [ - 38378, - 38389 + 38383, + 38394 ], "loc": { "start": { @@ -90439,8 +90438,8 @@ "type": "Identifier", "name": "optArray", "range": [ - 38391, - 38399 + 38396, + 38404 ], "loc": { "start": { @@ -90457,8 +90456,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 38402, - 38404 + 38407, + 38409 ], "loc": { "start": { @@ -90472,8 +90471,8 @@ } }, "range": [ - 38391, - 38404 + 38396, + 38409 ], "loc": { "start": { @@ -90489,8 +90488,8 @@ ], "kind": "let", "range": [ - 38374, - 38405 + 38379, + 38410 ], "loc": { "start": { @@ -90512,8 +90511,8 @@ "type": "Identifier", "name": "index", "range": [ - 38418, - 38423 + 38423, + 38428 ], "loc": { "start": { @@ -90535,8 +90534,8 @@ "type": "Identifier", "name": "cols", "range": [ - 38426, - 38430 + 38431, + 38435 ], "loc": { "start": { @@ -90553,8 +90552,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 38431, - 38438 + 38436, + 38443 ], "loc": { "start": { @@ -90568,8 +90567,8 @@ } }, "range": [ - 38426, - 38438 + 38431, + 38443 ], "loc": { "start": { @@ -90587,8 +90586,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38439, - 38447 + 38444, + 38452 ], "loc": { "start": { @@ -90603,8 +90602,8 @@ } ], "range": [ - 38426, - 38448 + 38431, + 38453 ], "loc": { "start": { @@ -90618,8 +90617,8 @@ } }, "range": [ - 38418, - 38448 + 38423, + 38453 ], "loc": { "start": { @@ -90635,8 +90634,8 @@ ], "kind": "let", "range": [ - 38414, - 38449 + 38419, + 38454 ], "loc": { "start": { @@ -90658,8 +90657,8 @@ "type": "Identifier", "name": "slcValues", "range": [ - 38462, - 38471 + 38467, + 38476 ], "loc": { "start": { @@ -90682,8 +90681,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38474, - 38487 + 38479, + 38492 ], "loc": { "start": { @@ -90700,8 +90699,8 @@ "type": "Identifier", "name": "values", "range": [ - 38488, - 38494 + 38493, + 38499 ], "loc": { "start": { @@ -90715,8 +90714,8 @@ } }, "range": [ - 38474, - 38494 + 38479, + 38499 ], "loc": { "start": { @@ -90733,8 +90732,8 @@ "type": "Identifier", "name": "index", "range": [ - 38495, - 38500 + 38500, + 38505 ], "loc": { "start": { @@ -90748,8 +90747,8 @@ } }, "range": [ - 38474, - 38501 + 38479, + 38506 ], "loc": { "start": { @@ -90763,8 +90762,8 @@ } }, "range": [ - 38462, - 38501 + 38467, + 38506 ], "loc": { "start": { @@ -90780,8 +90779,8 @@ ], "kind": "let", "range": [ - 38458, - 38502 + 38463, + 38507 ], "loc": { "start": { @@ -90803,8 +90802,8 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 38515, - 38523 + 38520, + 38528 ], "loc": { "start": { @@ -90827,8 +90826,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38526, - 38539 + 38531, + 38544 ], "loc": { "start": { @@ -90845,8 +90844,8 @@ "type": "Identifier", "name": "texts", "range": [ - 38540, - 38545 + 38545, + 38550 ], "loc": { "start": { @@ -90860,8 +90859,8 @@ } }, "range": [ - 38526, - 38545 + 38531, + 38550 ], "loc": { "start": { @@ -90878,8 +90877,8 @@ "type": "Identifier", "name": "index", "range": [ - 38546, - 38551 + 38551, + 38556 ], "loc": { "start": { @@ -90893,8 +90892,8 @@ } }, "range": [ - 38526, - 38552 + 38531, + 38557 ], "loc": { "start": { @@ -90908,8 +90907,8 @@ } }, "range": [ - 38515, - 38552 + 38520, + 38557 ], "loc": { "start": { @@ -90925,8 +90924,8 @@ ], "kind": "let", "range": [ - 38511, - 38553 + 38516, + 38558 ], "loc": { "start": { @@ -90948,8 +90947,8 @@ "type": "Identifier", "name": "slcSort", "range": [ - 38566, - 38573 + 38571, + 38578 ], "loc": { "start": { @@ -90972,8 +90971,8 @@ "type": "Identifier", "name": "customOptions", "range": [ - 38576, - 38589 + 38581, + 38594 ], "loc": { "start": { @@ -90990,8 +90989,8 @@ "type": "Identifier", "name": "sorts", "range": [ - 38590, - 38595 + 38595, + 38600 ], "loc": { "start": { @@ -91005,8 +91004,8 @@ } }, "range": [ - 38576, - 38595 + 38581, + 38600 ], "loc": { "start": { @@ -91023,8 +91022,8 @@ "type": "Identifier", "name": "index", "range": [ - 38596, - 38601 + 38601, + 38606 ], "loc": { "start": { @@ -91038,8 +91037,8 @@ } }, "range": [ - 38576, - 38602 + 38581, + 38607 ], "loc": { "start": { @@ -91053,8 +91052,8 @@ } }, "range": [ - 38566, - 38602 + 38571, + 38607 ], "loc": { "start": { @@ -91070,8 +91069,8 @@ ], "kind": "let", "range": [ - 38562, - 38603 + 38567, + 38608 ], "loc": { "start": { @@ -91095,8 +91094,8 @@ "type": "Identifier", "name": "r", "range": [ - 38622, - 38623 + 38627, + 38628 ], "loc": { "start": { @@ -91114,8 +91113,8 @@ "value": 0, "raw": "0", "range": [ - 38626, - 38627 + 38631, + 38632 ], "loc": { "start": { @@ -91129,8 +91128,8 @@ } }, "range": [ - 38622, - 38627 + 38627, + 38632 ], "loc": { "start": { @@ -91149,8 +91148,8 @@ "type": "Identifier", "name": "len", "range": [ - 38629, - 38632 + 38634, + 38637 ], "loc": { "start": { @@ -91170,8 +91169,8 @@ "type": "Identifier", "name": "slcValues", "range": [ - 38635, - 38644 + 38640, + 38649 ], "loc": { "start": { @@ -91188,8 +91187,8 @@ "type": "Identifier", "name": "length", "range": [ - 38645, - 38651 + 38650, + 38656 ], "loc": { "start": { @@ -91203,8 +91202,8 @@ } }, "range": [ - 38635, - 38651 + 38640, + 38656 ], "loc": { "start": { @@ -91218,8 +91217,8 @@ } }, "range": [ - 38629, - 38651 + 38634, + 38656 ], "loc": { "start": { @@ -91235,8 +91234,8 @@ ], "kind": "let", "range": [ - 38618, - 38651 + 38623, + 38656 ], "loc": { "start": { @@ -91256,8 +91255,8 @@ "type": "Identifier", "name": "r", "range": [ - 38653, - 38654 + 38658, + 38659 ], "loc": { "start": { @@ -91274,8 +91273,8 @@ "type": "Identifier", "name": "len", "range": [ - 38657, - 38660 + 38662, + 38665 ], "loc": { "start": { @@ -91289,8 +91288,8 @@ } }, "range": [ - 38653, - 38660 + 38658, + 38665 ], "loc": { "start": { @@ -91310,8 +91309,8 @@ "type": "Identifier", "name": "r", "range": [ - 38662, - 38663 + 38667, + 38668 ], "loc": { "start": { @@ -91326,8 +91325,8 @@ }, "prefix": false, "range": [ - 38662, - 38665 + 38667, + 38670 ], "loc": { "start": { @@ -91354,8 +91353,8 @@ "type": "Identifier", "name": "optArray", "range": [ - 38681, - 38689 + 38686, + 38694 ], "loc": { "start": { @@ -91372,8 +91371,8 @@ "type": "Identifier", "name": "push", "range": [ - 38690, - 38694 + 38695, + 38699 ], "loc": { "start": { @@ -91387,8 +91386,8 @@ } }, "range": [ - 38681, - 38694 + 38686, + 38699 ], "loc": { "start": { @@ -91409,8 +91408,8 @@ "type": "Identifier", "name": "slcValues", "range": [ - 38695, - 38704 + 38700, + 38709 ], "loc": { "start": { @@ -91427,8 +91426,8 @@ "type": "Identifier", "name": "r", "range": [ - 38705, - 38706 + 38710, + 38711 ], "loc": { "start": { @@ -91442,8 +91441,8 @@ } }, "range": [ - 38695, - 38707 + 38700, + 38712 ], "loc": { "start": { @@ -91458,8 +91457,8 @@ } ], "range": [ - 38681, - 38708 + 38686, + 38713 ], "loc": { "start": { @@ -91473,8 +91472,8 @@ } }, "range": [ - 38681, - 38709 + 38686, + 38714 ], "loc": { "start": { @@ -91496,8 +91495,8 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 38726, - 38734 + 38731, + 38739 ], "loc": { "start": { @@ -91514,8 +91513,8 @@ "type": "Identifier", "name": "r", "range": [ - 38735, - 38736 + 38740, + 38741 ], "loc": { "start": { @@ -91529,8 +91528,8 @@ } }, "range": [ - 38726, - 38737 + 38731, + 38742 ], "loc": { "start": { @@ -91557,8 +91556,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38757, - 38763 + 38762, + 38768 ], "loc": { "start": { @@ -91575,8 +91574,8 @@ "type": "Identifier", "name": "push", "range": [ - 38764, - 38768 + 38769, + 38773 ], "loc": { "start": { @@ -91590,8 +91589,8 @@ } }, "range": [ - 38757, - 38768 + 38762, + 38773 ], "loc": { "start": { @@ -91612,8 +91611,8 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 38769, - 38777 + 38774, + 38782 ], "loc": { "start": { @@ -91630,8 +91629,8 @@ "type": "Identifier", "name": "r", "range": [ - 38778, - 38779 + 38783, + 38784 ], "loc": { "start": { @@ -91645,8 +91644,8 @@ } }, "range": [ - 38769, - 38780 + 38774, + 38785 ], "loc": { "start": { @@ -91661,8 +91660,8 @@ } ], "range": [ - 38757, - 38781 + 38762, + 38786 ], "loc": { "start": { @@ -91676,8 +91675,8 @@ } }, "range": [ - 38757, - 38782 + 38762, + 38787 ], "loc": { "start": { @@ -91692,8 +91691,8 @@ } ], "range": [ - 38739, - 38796 + 38744, + 38801 ], "loc": { "start": { @@ -91720,8 +91719,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38820, - 38826 + 38825, + 38831 ], "loc": { "start": { @@ -91738,8 +91737,8 @@ "type": "Identifier", "name": "push", "range": [ - 38827, - 38831 + 38832, + 38836 ], "loc": { "start": { @@ -91753,8 +91752,8 @@ } }, "range": [ - 38820, - 38831 + 38825, + 38836 ], "loc": { "start": { @@ -91775,8 +91774,8 @@ "type": "Identifier", "name": "slcValues", "range": [ - 38832, - 38841 + 38837, + 38846 ], "loc": { "start": { @@ -91793,8 +91792,8 @@ "type": "Identifier", "name": "r", "range": [ - 38842, - 38843 + 38847, + 38848 ], "loc": { "start": { @@ -91808,8 +91807,8 @@ } }, "range": [ - 38832, - 38844 + 38837, + 38849 ], "loc": { "start": { @@ -91824,8 +91823,8 @@ } ], "range": [ - 38820, - 38845 + 38825, + 38850 ], "loc": { "start": { @@ -91839,8 +91838,8 @@ } }, "range": [ - 38820, - 38846 + 38825, + 38851 ], "loc": { "start": { @@ -91855,8 +91854,8 @@ } ], "range": [ - 38802, - 38860 + 38807, + 38865 ], "loc": { "start": { @@ -91870,8 +91869,8 @@ } }, "range": [ - 38722, - 38860 + 38727, + 38865 ], "loc": { "start": { @@ -91886,8 +91885,8 @@ } ], "range": [ - 38667, - 38870 + 38672, + 38875 ], "loc": { "start": { @@ -91901,8 +91900,8 @@ } }, "range": [ - 38613, - 38870 + 38618, + 38875 ], "loc": { "start": { @@ -91921,8 +91920,8 @@ "type": "Identifier", "name": "slcSort", "range": [ - 38883, - 38890 + 38888, + 38895 ], "loc": { "start": { @@ -91949,8 +91948,8 @@ "type": "Identifier", "name": "optArray", "range": [ - 38906, - 38914 + 38911, + 38919 ], "loc": { "start": { @@ -91967,8 +91966,8 @@ "type": "Identifier", "name": "sort", "range": [ - 38915, - 38919 + 38920, + 38924 ], "loc": { "start": { @@ -91982,8 +91981,8 @@ } }, "range": [ - 38906, - 38919 + 38911, + 38924 ], "loc": { "start": { @@ -91998,8 +91997,8 @@ }, "arguments": [], "range": [ - 38906, - 38921 + 38911, + 38926 ], "loc": { "start": { @@ -92013,8 +92012,8 @@ } }, "range": [ - 38906, - 38922 + 38911, + 38927 ], "loc": { "start": { @@ -92038,8 +92037,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38935, - 38941 + 38940, + 38946 ], "loc": { "start": { @@ -92056,8 +92055,8 @@ "type": "Identifier", "name": "sort", "range": [ - 38942, - 38946 + 38947, + 38951 ], "loc": { "start": { @@ -92071,8 +92070,8 @@ } }, "range": [ - 38935, - 38946 + 38940, + 38951 ], "loc": { "start": { @@ -92087,8 +92086,8 @@ }, "arguments": [], "range": [ - 38935, - 38948 + 38940, + 38953 ], "loc": { "start": { @@ -92102,8 +92101,8 @@ } }, "range": [ - 38935, - 38949 + 38940, + 38954 ], "loc": { "start": { @@ -92118,8 +92117,8 @@ } ], "range": [ - 38892, - 38959 + 38897, + 38964 ], "loc": { "start": { @@ -92134,8 +92133,8 @@ }, "alternate": null, "range": [ - 38879, - 38959 + 38884, + 38964 ], "loc": { "start": { @@ -92157,8 +92156,8 @@ "type": "Identifier", "name": "optArray", "range": [ - 38976, - 38984 + 38981, + 38989 ], "loc": { "start": { @@ -92175,8 +92174,8 @@ "type": "Identifier", "name": "optTxt", "range": [ - 38986, - 38992 + 38991, + 38997 ], "loc": { "start": { @@ -92191,8 +92190,8 @@ } ], "range": [ - 38975, - 38993 + 38980, + 38998 ], "loc": { "start": { @@ -92206,8 +92205,8 @@ } }, "range": [ - 38968, - 38994 + 38973, + 38999 ], "loc": { "start": { @@ -92222,8 +92221,8 @@ } ], "range": [ - 38172, - 39000 + 38177, + 39005 ], "loc": { "start": { @@ -92239,8 +92238,8 @@ "generator": false, "expression": false, "range": [ - 38161, - 39000 + 38166, + 39005 ], "loc": { "start": { @@ -92256,8 +92255,8 @@ "kind": "method", "computed": false, "range": [ - 38145, - 39000 + 38150, + 39005 ], "loc": { "start": { @@ -92274,8 +92273,8 @@ "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": [ - 37944, - 38140 + 37949, + 38145 ], "loc": { "start": { @@ -92294,8 +92293,8 @@ "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": [ - 39006, - 39243 + 39011, + 39248 ], "loc": { "start": { @@ -92317,8 +92316,8 @@ "type": "Identifier", "name": "filter", "range": [ - 39248, - 39254 + 39253, + 39259 ], "loc": { "start": { @@ -92352,8 +92351,8 @@ "object": { "type": "ThisExpression", "range": [ - 39272, - 39276 + 39277, + 39281 ], "loc": { "start": { @@ -92370,8 +92369,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 39277, - 39284 + 39282, + 39289 ], "loc": { "start": { @@ -92385,8 +92384,8 @@ } }, "range": [ - 39272, - 39284 + 39277, + 39289 ], "loc": { "start": { @@ -92401,8 +92400,8 @@ }, "prefix": true, "range": [ - 39271, - 39284 + 39276, + 39289 ], "loc": { "start": { @@ -92424,8 +92423,8 @@ "object": { "type": "ThisExpression", "range": [ - 39289, - 39293 + 39294, + 39298 ], "loc": { "start": { @@ -92442,8 +92441,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 39294, - 39302 + 39299, + 39307 ], "loc": { "start": { @@ -92457,8 +92456,8 @@ } }, "range": [ - 39289, - 39302 + 39294, + 39307 ], "loc": { "start": { @@ -92473,8 +92472,8 @@ }, "prefix": true, "range": [ - 39288, - 39302 + 39293, + 39307 ], "loc": { "start": { @@ -92488,8 +92487,8 @@ } }, "range": [ - 39271, - 39302 + 39276, + 39307 ], "loc": { "start": { @@ -92509,8 +92508,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 39318, - 39325 + 39323, + 39330 ], "loc": { "start": { @@ -92525,8 +92524,8 @@ } ], "range": [ - 39304, - 39335 + 39309, + 39340 ], "loc": { "start": { @@ -92541,8 +92540,8 @@ }, "alternate": null, "range": [ - 39267, - 39335 + 39272, + 39340 ], "loc": { "start": { @@ -92559,8 +92558,8 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 39344, - 39370 + 39349, + 39375 ], "loc": { "start": { @@ -92583,8 +92582,8 @@ "object": { "type": "ThisExpression", "range": [ - 39383, - 39387 + 39388, + 39392 ], "loc": { "start": { @@ -92601,8 +92600,8 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 39388, - 39402 + 39393, + 39407 ], "loc": { "start": { @@ -92616,8 +92615,8 @@ } }, "range": [ - 39383, - 39402 + 39388, + 39407 ], "loc": { "start": { @@ -92646,8 +92645,8 @@ "object": { "type": "ThisExpression", "range": [ - 39418, - 39422 + 39423, + 39427 ], "loc": { "start": { @@ -92664,8 +92663,8 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 39423, - 39437 + 39428, + 39442 ], "loc": { "start": { @@ -92679,8 +92678,8 @@ } }, "range": [ - 39418, - 39437 + 39423, + 39442 ], "loc": { "start": { @@ -92697,8 +92696,8 @@ "type": "Identifier", "name": "call", "range": [ - 39438, - 39442 + 39443, + 39447 ], "loc": { "start": { @@ -92712,8 +92711,8 @@ } }, "range": [ - 39418, - 39442 + 39423, + 39447 ], "loc": { "start": { @@ -92732,8 +92731,8 @@ "value": null, "raw": "null", "range": [ - 39443, - 39447 + 39448, + 39452 ], "loc": { "start": { @@ -92749,8 +92748,8 @@ { "type": "ThisExpression", "range": [ - 39449, - 39453 + 39454, + 39458 ], "loc": { "start": { @@ -92765,8 +92764,8 @@ } ], "range": [ - 39418, - 39454 + 39423, + 39459 ], "loc": { "start": { @@ -92780,8 +92779,8 @@ } }, "range": [ - 39418, - 39455 + 39423, + 39460 ], "loc": { "start": { @@ -92796,8 +92795,8 @@ } ], "range": [ - 39404, - 39465 + 39409, + 39470 ], "loc": { "start": { @@ -92812,8 +92811,8 @@ }, "alternate": null, "range": [ - 39379, - 39465 + 39384, + 39470 ], "loc": { "start": { @@ -92830,8 +92829,8 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 39344, - 39370 + 39349, + 39375 ], "loc": { "start": { @@ -92859,8 +92858,8 @@ "object": { "type": "ThisExpression", "range": [ - 39474, - 39478 + 39479, + 39483 ], "loc": { "start": { @@ -92877,8 +92876,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 39479, - 39486 + 39484, + 39491 ], "loc": { "start": { @@ -92892,8 +92891,8 @@ } }, "range": [ - 39474, - 39486 + 39479, + 39491 ], "loc": { "start": { @@ -92910,8 +92909,8 @@ "type": "Identifier", "name": "emit", "range": [ - 39487, - 39491 + 39492, + 39496 ], "loc": { "start": { @@ -92925,8 +92924,8 @@ } }, "range": [ - 39474, - 39491 + 39479, + 39496 ], "loc": { "start": { @@ -92945,8 +92944,8 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 39492, - 39510 + 39497, + 39515 ], "loc": { "start": { @@ -92962,8 +92961,8 @@ { "type": "ThisExpression", "range": [ - 39512, - 39516 + 39517, + 39521 ], "loc": { "start": { @@ -92978,8 +92977,8 @@ } ], "range": [ - 39474, - 39517 + 39479, + 39522 ], "loc": { "start": { @@ -92993,8 +92992,8 @@ } }, "range": [ - 39474, - 39518 + 39479, + 39523 ], "loc": { "start": { @@ -93016,8 +93015,8 @@ "type": "Identifier", "name": "row", "range": [ - 39532, - 39535 + 39537, + 39540 ], "loc": { "start": { @@ -93039,8 +93038,8 @@ "object": { "type": "ThisExpression", "range": [ - 39538, - 39542 + 39543, + 39547 ], "loc": { "start": { @@ -93057,8 +93056,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 39543, - 39546 + 39548, + 39551 ], "loc": { "start": { @@ -93072,8 +93071,8 @@ } }, "range": [ - 39538, - 39546 + 39543, + 39551 ], "loc": { "start": { @@ -93090,8 +93089,8 @@ "type": "Identifier", "name": "rows", "range": [ - 39547, - 39551 + 39552, + 39556 ], "loc": { "start": { @@ -93105,8 +93104,8 @@ } }, "range": [ - 39538, - 39551 + 39543, + 39556 ], "loc": { "start": { @@ -93120,8 +93119,8 @@ } }, "range": [ - 39532, - 39551 + 39537, + 39556 ], "loc": { "start": { @@ -93140,8 +93139,8 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 39565, - 39575 + 39570, + 39580 ], "loc": { "start": { @@ -93159,8 +93158,8 @@ "value": 0, "raw": "0", "range": [ - 39578, - 39579 + 39583, + 39584 ], "loc": { "start": { @@ -93174,8 +93173,8 @@ } }, "range": [ - 39565, - 39579 + 39570, + 39584 ], "loc": { "start": { @@ -93191,8 +93190,8 @@ ], "kind": "let", "range": [ - 39528, - 39580 + 39533, + 39585 ], "loc": { "start": { @@ -93216,8 +93215,8 @@ "object": { "type": "ThisExpression", "range": [ - 39590, - 39594 + 39595, + 39599 ], "loc": { "start": { @@ -93234,8 +93233,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 39595, - 39609 + 39600, + 39614 ], "loc": { "start": { @@ -93249,8 +93248,8 @@ } }, "range": [ - 39590, - 39609 + 39595, + 39614 ], "loc": { "start": { @@ -93267,8 +93266,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 39612, - 39614 + 39617, + 39619 ], "loc": { "start": { @@ -93282,8 +93281,8 @@ } }, "range": [ - 39590, - 39614 + 39595, + 39619 ], "loc": { "start": { @@ -93297,8 +93296,8 @@ } }, "range": [ - 39590, - 39615 + 39595, + 39620 ], "loc": { "start": { @@ -93315,8 +93314,8 @@ "type": "Line", "value": " search args re-init", "range": [ - 39624, - 39646 + 39629, + 39651 ], "loc": { "start": { @@ -93340,8 +93339,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 39659, - 39669 + 39664, + 39674 ], "loc": { "start": { @@ -93362,8 +93361,8 @@ "object": { "type": "ThisExpression", "range": [ - 39672, - 39676 + 39677, + 39681 ], "loc": { "start": { @@ -93380,8 +93379,8 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 39677, - 39692 + 39682, + 39697 ], "loc": { "start": { @@ -93395,8 +93394,8 @@ } }, "range": [ - 39672, - 39692 + 39677, + 39697 ], "loc": { "start": { @@ -93411,8 +93410,8 @@ }, "arguments": [], "range": [ - 39672, - 39694 + 39677, + 39699 ], "loc": { "start": { @@ -93426,8 +93425,8 @@ } }, "range": [ - 39659, - 39694 + 39664, + 39699 ], "loc": { "start": { @@ -93443,8 +93442,8 @@ ], "kind": "let", "range": [ - 39655, - 39695 + 39660, + 39700 ], "loc": { "start": { @@ -93461,8 +93460,8 @@ "type": "Line", "value": " search args re-init", "range": [ - 39624, - 39646 + 39629, + 39651 ], "loc": { "start": { @@ -93486,8 +93485,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 39709, - 39720 + 39714, + 39725 ], "loc": { "start": { @@ -93502,8 +93501,8 @@ }, "init": null, "range": [ - 39709, - 39720 + 39714, + 39725 ], "loc": { "start": { @@ -93519,8 +93518,8 @@ ], "kind": "let", "range": [ - 39705, - 39721 + 39710, + 39726 ], "loc": { "start": { @@ -93542,8 +93541,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 39734, - 39742 + 39739, + 39747 ], "loc": { "start": { @@ -93558,8 +93557,8 @@ }, "init": null, "range": [ - 39734, - 39742 + 39739, + 39747 ], "loc": { "start": { @@ -93575,8 +93574,8 @@ ], "kind": "let", "range": [ - 39730, - 39743 + 39735, + 39748 ], "loc": { "start": { @@ -93598,8 +93597,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 39756, - 39761 + 39761, + 39766 ], "loc": { "start": { @@ -93618,8 +93617,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39768, - 39774 + 39773, + 39779 ], "loc": { "start": { @@ -93639,8 +93638,8 @@ "object": { "type": "ThisExpression", "range": [ - 39775, - 39779 + 39780, + 39784 ], "loc": { "start": { @@ -93657,8 +93656,8 @@ "type": "Identifier", "name": "leOperator", "range": [ - 39780, - 39790 + 39785, + 39795 ], "loc": { "start": { @@ -93672,8 +93671,8 @@ } }, "range": [ - 39775, - 39790 + 39780, + 39795 ], "loc": { "start": { @@ -93688,8 +93687,8 @@ } ], "range": [ - 39764, - 39791 + 39769, + 39796 ], "loc": { "start": { @@ -93703,8 +93702,8 @@ } }, "range": [ - 39756, - 39791 + 39761, + 39796 ], "loc": { "start": { @@ -93723,8 +93722,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 39805, - 39810 + 39810, + 39815 ], "loc": { "start": { @@ -93743,8 +93742,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39817, - 39823 + 39822, + 39828 ], "loc": { "start": { @@ -93764,8 +93763,8 @@ "object": { "type": "ThisExpression", "range": [ - 39824, - 39828 + 39829, + 39833 ], "loc": { "start": { @@ -93782,8 +93781,8 @@ "type": "Identifier", "name": "geOperator", "range": [ - 39829, - 39839 + 39834, + 39844 ], "loc": { "start": { @@ -93797,8 +93796,8 @@ } }, "range": [ - 39824, - 39839 + 39829, + 39844 ], "loc": { "start": { @@ -93813,8 +93812,8 @@ } ], "range": [ - 39813, - 39840 + 39818, + 39845 ], "loc": { "start": { @@ -93828,8 +93827,8 @@ } }, "range": [ - 39805, - 39840 + 39810, + 39845 ], "loc": { "start": { @@ -93848,8 +93847,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 39854, - 39858 + 39859, + 39863 ], "loc": { "start": { @@ -93868,8 +93867,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39865, - 39871 + 39870, + 39876 ], "loc": { "start": { @@ -93889,8 +93888,8 @@ "object": { "type": "ThisExpression", "range": [ - 39872, - 39876 + 39877, + 39881 ], "loc": { "start": { @@ -93907,8 +93906,8 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 39877, - 39887 + 39882, + 39892 ], "loc": { "start": { @@ -93922,8 +93921,8 @@ } }, "range": [ - 39872, - 39887 + 39877, + 39892 ], "loc": { "start": { @@ -93938,8 +93937,8 @@ } ], "range": [ - 39861, - 39888 + 39866, + 39893 ], "loc": { "start": { @@ -93953,8 +93952,8 @@ } }, "range": [ - 39854, - 39888 + 39859, + 39893 ], "loc": { "start": { @@ -93973,8 +93972,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 39902, - 39906 + 39907, + 39911 ], "loc": { "start": { @@ -93993,8 +93992,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39913, - 39919 + 39918, + 39924 ], "loc": { "start": { @@ -94014,8 +94013,8 @@ "object": { "type": "ThisExpression", "range": [ - 39920, - 39924 + 39925, + 39929 ], "loc": { "start": { @@ -94032,8 +94031,8 @@ "type": "Identifier", "name": "grOperator", "range": [ - 39925, - 39935 + 39930, + 39940 ], "loc": { "start": { @@ -94047,8 +94046,8 @@ } }, "range": [ - 39920, - 39935 + 39925, + 39940 ], "loc": { "start": { @@ -94063,8 +94062,8 @@ } ], "range": [ - 39909, - 39936 + 39914, + 39941 ], "loc": { "start": { @@ -94078,8 +94077,8 @@ } }, "range": [ - 39902, - 39936 + 39907, + 39941 ], "loc": { "start": { @@ -94098,8 +94097,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 39950, - 39954 + 39955, + 39959 ], "loc": { "start": { @@ -94118,8 +94117,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 39961, - 39967 + 39966, + 39972 ], "loc": { "start": { @@ -94139,8 +94138,8 @@ "object": { "type": "ThisExpression", "range": [ - 39968, - 39972 + 39973, + 39977 ], "loc": { "start": { @@ -94157,8 +94156,8 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 39973, - 39983 + 39978, + 39988 ], "loc": { "start": { @@ -94172,8 +94171,8 @@ } }, "range": [ - 39968, - 39983 + 39973, + 39988 ], "loc": { "start": { @@ -94188,8 +94187,8 @@ } ], "range": [ - 39957, - 39984 + 39962, + 39989 ], "loc": { "start": { @@ -94203,8 +94202,8 @@ } }, "range": [ - 39950, - 39984 + 39955, + 39989 ], "loc": { "start": { @@ -94223,8 +94222,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 39998, - 40003 + 40003, + 40008 ], "loc": { "start": { @@ -94243,8 +94242,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40010, - 40016 + 40015, + 40021 ], "loc": { "start": { @@ -94267,8 +94266,8 @@ "type": "Identifier", "name": "Str", "range": [ - 40017, - 40020 + 40022, + 40025 ], "loc": { "start": { @@ -94285,8 +94284,8 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 40021, - 40027 + 40026, + 40032 ], "loc": { "start": { @@ -94300,8 +94299,8 @@ } }, "range": [ - 40017, - 40027 + 40022, + 40032 ], "loc": { "start": { @@ -94321,8 +94320,8 @@ "object": { "type": "ThisExpression", "range": [ - 40028, - 40032 + 40033, + 40037 ], "loc": { "start": { @@ -94339,8 +94338,8 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 40033, - 40043 + 40038, + 40048 ], "loc": { "start": { @@ -94354,8 +94353,8 @@ } }, "range": [ - 40028, - 40043 + 40033, + 40048 ], "loc": { "start": { @@ -94370,8 +94369,8 @@ } ], "range": [ - 40017, - 40044 + 40022, + 40049 ], "loc": { "start": { @@ -94386,8 +94385,8 @@ } ], "range": [ - 40006, - 40045 + 40011, + 40050 ], "loc": { "start": { @@ -94401,8 +94400,8 @@ } }, "range": [ - 39998, - 40045 + 40003, + 40050 ], "loc": { "start": { @@ -94421,8 +94420,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 40059, - 40064 + 40064, + 40069 ], "loc": { "start": { @@ -94441,8 +94440,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40071, - 40077 + 40076, + 40082 ], "loc": { "start": { @@ -94462,8 +94461,8 @@ "object": { "type": "ThisExpression", "range": [ - 40078, - 40082 + 40083, + 40087 ], "loc": { "start": { @@ -94480,8 +94479,8 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 40083, - 40093 + 40088, + 40098 ], "loc": { "start": { @@ -94495,8 +94494,8 @@ } }, "range": [ - 40078, - 40093 + 40083, + 40098 ], "loc": { "start": { @@ -94511,8 +94510,8 @@ } ], "range": [ - 40067, - 40094 + 40072, + 40099 ], "loc": { "start": { @@ -94526,8 +94525,8 @@ } }, "range": [ - 40059, - 40094 + 40064, + 40099 ], "loc": { "start": { @@ -94546,8 +94545,8 @@ "type": "Identifier", "name": "re_st", "range": [ - 40108, - 40113 + 40113, + 40118 ], "loc": { "start": { @@ -94566,8 +94565,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40120, - 40126 + 40125, + 40131 ], "loc": { "start": { @@ -94587,8 +94586,8 @@ "object": { "type": "ThisExpression", "range": [ - 40127, - 40131 + 40132, + 40136 ], "loc": { "start": { @@ -94605,8 +94604,8 @@ "type": "Identifier", "name": "stOperator", "range": [ - 40132, - 40142 + 40137, + 40147 ], "loc": { "start": { @@ -94620,8 +94619,8 @@ } }, "range": [ - 40127, - 40142 + 40132, + 40147 ], "loc": { "start": { @@ -94636,8 +94635,8 @@ } ], "range": [ - 40116, - 40143 + 40121, + 40148 ], "loc": { "start": { @@ -94651,8 +94650,8 @@ } }, "range": [ - 40108, - 40143 + 40113, + 40148 ], "loc": { "start": { @@ -94671,8 +94670,8 @@ "type": "Identifier", "name": "re_en", "range": [ - 40157, - 40162 + 40162, + 40167 ], "loc": { "start": { @@ -94691,8 +94690,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40169, - 40175 + 40174, + 40180 ], "loc": { "start": { @@ -94712,8 +94711,8 @@ "object": { "type": "ThisExpression", "range": [ - 40176, - 40180 + 40181, + 40185 ], "loc": { "start": { @@ -94730,8 +94729,8 @@ "type": "Identifier", "name": "enOperator", "range": [ - 40181, - 40191 + 40186, + 40196 ], "loc": { "start": { @@ -94745,8 +94744,8 @@ } }, "range": [ - 40176, - 40191 + 40181, + 40196 ], "loc": { "start": { @@ -94761,8 +94760,8 @@ } ], "range": [ - 40165, - 40192 + 40170, + 40197 ], "loc": { "start": { @@ -94776,8 +94775,8 @@ } }, "range": [ - 40157, - 40192 + 40162, + 40197 ], "loc": { "start": { @@ -94796,8 +94795,8 @@ "type": "Identifier", "name": "re_em", "range": [ - 40306, - 40311 + 40311, + 40316 ], "loc": { "start": { @@ -94816,8 +94815,8 @@ "object": { "type": "ThisExpression", "range": [ - 40314, - 40318 + 40319, + 40323 ], "loc": { "start": { @@ -94834,8 +94833,8 @@ "type": "Identifier", "name": "emOperator", "range": [ - 40319, - 40329 + 40324, + 40334 ], "loc": { "start": { @@ -94849,8 +94848,8 @@ } }, "range": [ - 40314, - 40329 + 40319, + 40334 ], "loc": { "start": { @@ -94864,8 +94863,8 @@ } }, "range": [ - 40306, - 40329 + 40311, + 40334 ], "loc": { "start": { @@ -94882,8 +94881,8 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 40206, - 40245 + 40211, + 40250 ], "loc": { "start": { @@ -94900,8 +94899,8 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 40258, - 40293 + 40263, + 40298 ], "loc": { "start": { @@ -94922,8 +94921,8 @@ "type": "Identifier", "name": "re_nm", "range": [ - 40343, - 40348 + 40348, + 40353 ], "loc": { "start": { @@ -94942,8 +94941,8 @@ "object": { "type": "ThisExpression", "range": [ - 40351, - 40355 + 40356, + 40360 ], "loc": { "start": { @@ -94960,8 +94959,8 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 40356, - 40366 + 40361, + 40371 ], "loc": { "start": { @@ -94975,8 +94974,8 @@ } }, "range": [ - 40351, - 40366 + 40356, + 40371 ], "loc": { "start": { @@ -94990,8 +94989,8 @@ } }, "range": [ - 40343, - 40366 + 40348, + 40371 ], "loc": { "start": { @@ -95010,8 +95009,8 @@ "type": "Identifier", "name": "re_re", "range": [ - 40380, - 40385 + 40385, + 40390 ], "loc": { "start": { @@ -95030,8 +95029,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 40392, - 40398 + 40397, + 40403 ], "loc": { "start": { @@ -95054,8 +95053,8 @@ "type": "Identifier", "name": "Str", "range": [ - 40399, - 40402 + 40404, + 40407 ], "loc": { "start": { @@ -95072,8 +95071,8 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 40403, - 40409 + 40408, + 40414 ], "loc": { "start": { @@ -95087,8 +95086,8 @@ } }, "range": [ - 40399, - 40409 + 40404, + 40414 ], "loc": { "start": { @@ -95108,8 +95107,8 @@ "object": { "type": "ThisExpression", "range": [ - 40410, - 40414 + 40415, + 40419 ], "loc": { "start": { @@ -95126,8 +95125,8 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 40415, - 40426 + 40420, + 40431 ], "loc": { "start": { @@ -95141,8 +95140,8 @@ } }, "range": [ - 40410, - 40426 + 40415, + 40431 ], "loc": { "start": { @@ -95157,8 +95156,8 @@ } ], "range": [ - 40399, - 40427 + 40404, + 40432 ], "loc": { "start": { @@ -95173,8 +95172,8 @@ } ], "range": [ - 40388, - 40428 + 40393, + 40433 ], "loc": { "start": { @@ -95188,8 +95187,8 @@ } }, "range": [ - 40380, - 40428 + 40385, + 40433 ], "loc": { "start": { @@ -95205,8 +95204,8 @@ ], "kind": "let", "range": [ - 39752, - 40429 + 39757, + 40434 ], "loc": { "start": { @@ -95223,8 +95222,8 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 40439, - 40461 + 40444, + 40466 ], "loc": { "start": { @@ -95245,8 +95244,8 @@ "type": "Identifier", "name": "highlight", "range": [ - 40479, - 40488 + 40484, + 40493 ], "loc": { "start": { @@ -95264,8 +95263,8 @@ "type": "Identifier", "name": "str", "range": [ - 40489, - 40492 + 40494, + 40497 ], "loc": { "start": { @@ -95282,8 +95281,8 @@ "type": "Identifier", "name": "ok", "range": [ - 40494, - 40496 + 40499, + 40501 ], "loc": { "start": { @@ -95300,8 +95299,8 @@ "type": "Identifier", "name": "cell", "range": [ - 40498, - 40502 + 40503, + 40507 ], "loc": { "start": { @@ -95329,8 +95328,8 @@ "object": { "type": "ThisExpression", "range": [ - 40561, - 40565 + 40566, + 40570 ], "loc": { "start": { @@ -95347,8 +95346,8 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 40566, - 40583 + 40571, + 40588 ], "loc": { "start": { @@ -95362,8 +95361,8 @@ } }, "range": [ - 40561, - 40583 + 40566, + 40588 ], "loc": { "start": { @@ -95380,8 +95379,8 @@ "type": "Identifier", "name": "ok", "range": [ - 40587, - 40589 + 40592, + 40594 ], "loc": { "start": { @@ -95395,8 +95394,8 @@ } }, "range": [ - 40561, - 40589 + 40566, + 40594 ], "loc": { "start": { @@ -95421,8 +95420,8 @@ "type": "Identifier", "name": "str", "range": [ - 40609, - 40612 + 40614, + 40617 ], "loc": { "start": { @@ -95444,8 +95443,8 @@ "type": "Identifier", "name": "str", "range": [ - 40615, - 40618 + 40620, + 40623 ], "loc": { "start": { @@ -95462,8 +95461,8 @@ "type": "Identifier", "name": "replace", "range": [ - 40619, - 40626 + 40624, + 40631 ], "loc": { "start": { @@ -95477,8 +95476,8 @@ } }, "range": [ - 40615, - 40626 + 40620, + 40631 ], "loc": { "start": { @@ -95496,8 +95495,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 40627, - 40632 + 40632, + 40637 ], "loc": { "start": { @@ -95515,8 +95514,8 @@ "value": "", "raw": "''", "range": [ - 40634, - 40636 + 40639, + 40641 ], "loc": { "start": { @@ -95531,8 +95530,8 @@ } ], "range": [ - 40615, - 40637 + 40620, + 40642 ], "loc": { "start": { @@ -95546,8 +95545,8 @@ } }, "range": [ - 40609, - 40637 + 40614, + 40642 ], "loc": { "start": { @@ -95561,8 +95560,8 @@ } }, "range": [ - 40609, - 40638 + 40614, + 40643 ], "loc": { "start": { @@ -95584,8 +95583,8 @@ "type": "Identifier", "name": "str", "range": [ - 40655, - 40658 + 40660, + 40663 ], "loc": { "start": { @@ -95607,8 +95606,8 @@ "type": "Identifier", "name": "str", "range": [ - 40661, - 40664 + 40666, + 40669 ], "loc": { "start": { @@ -95625,8 +95624,8 @@ "type": "Identifier", "name": "replace", "range": [ - 40665, - 40672 + 40670, + 40677 ], "loc": { "start": { @@ -95640,8 +95639,8 @@ } }, "range": [ - 40661, - 40672 + 40666, + 40677 ], "loc": { "start": { @@ -95659,8 +95658,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 40673, - 40678 + 40678, + 40683 ], "loc": { "start": { @@ -95678,8 +95677,8 @@ "value": "", "raw": "''", "range": [ - 40680, - 40682 + 40685, + 40687 ], "loc": { "start": { @@ -95694,8 +95693,8 @@ } ], "range": [ - 40661, - 40683 + 40666, + 40688 ], "loc": { "start": { @@ -95709,8 +95708,8 @@ } }, "range": [ - 40655, - 40683 + 40660, + 40688 ], "loc": { "start": { @@ -95724,8 +95723,8 @@ } }, "range": [ - 40655, - 40684 + 40660, + 40689 ], "loc": { "start": { @@ -95747,8 +95746,8 @@ "type": "Identifier", "name": "str", "range": [ - 40701, - 40704 + 40706, + 40709 ], "loc": { "start": { @@ -95770,8 +95769,8 @@ "type": "Identifier", "name": "str", "range": [ - 40707, - 40710 + 40712, + 40715 ], "loc": { "start": { @@ -95788,8 +95787,8 @@ "type": "Identifier", "name": "replace", "range": [ - 40711, - 40718 + 40716, + 40723 ], "loc": { "start": { @@ -95803,8 +95802,8 @@ } }, "range": [ - 40707, - 40718 + 40712, + 40723 ], "loc": { "start": { @@ -95822,8 +95821,8 @@ "type": "Identifier", "name": "re_st", "range": [ - 40719, - 40724 + 40724, + 40729 ], "loc": { "start": { @@ -95841,8 +95840,8 @@ "value": "", "raw": "''", "range": [ - 40726, - 40728 + 40731, + 40733 ], "loc": { "start": { @@ -95857,8 +95856,8 @@ } ], "range": [ - 40707, - 40729 + 40712, + 40734 ], "loc": { "start": { @@ -95872,8 +95871,8 @@ } }, "range": [ - 40701, - 40729 + 40706, + 40734 ], "loc": { "start": { @@ -95887,8 +95886,8 @@ } }, "range": [ - 40701, - 40730 + 40706, + 40735 ], "loc": { "start": { @@ -95910,8 +95909,8 @@ "type": "Identifier", "name": "str", "range": [ - 40747, - 40750 + 40752, + 40755 ], "loc": { "start": { @@ -95933,8 +95932,8 @@ "type": "Identifier", "name": "str", "range": [ - 40753, - 40756 + 40758, + 40761 ], "loc": { "start": { @@ -95951,8 +95950,8 @@ "type": "Identifier", "name": "replace", "range": [ - 40757, - 40764 + 40762, + 40769 ], "loc": { "start": { @@ -95966,8 +95965,8 @@ } }, "range": [ - 40753, - 40764 + 40758, + 40769 ], "loc": { "start": { @@ -95985,8 +95984,8 @@ "type": "Identifier", "name": "re_en", "range": [ - 40765, - 40770 + 40770, + 40775 ], "loc": { "start": { @@ -96004,8 +96003,8 @@ "value": "", "raw": "''", "range": [ - 40772, - 40774 + 40777, + 40779 ], "loc": { "start": { @@ -96020,8 +96019,8 @@ } ], "range": [ - 40753, - 40775 + 40758, + 40780 ], "loc": { "start": { @@ -96035,8 +96034,8 @@ } }, "range": [ - 40747, - 40775 + 40752, + 40780 ], "loc": { "start": { @@ -96050,8 +96049,8 @@ } }, "range": [ - 40747, - 40776 + 40752, + 40781 ], "loc": { "start": { @@ -96073,8 +96072,8 @@ "type": "Identifier", "name": "w", "range": [ - 40797, - 40798 + 40802, + 40803 ], "loc": { "start": { @@ -96091,8 +96090,8 @@ "type": "Identifier", "name": "str", "range": [ - 40801, - 40804 + 40806, + 40809 ], "loc": { "start": { @@ -96106,8 +96105,8 @@ } }, "range": [ - 40797, - 40804 + 40802, + 40809 ], "loc": { "start": { @@ -96123,8 +96122,8 @@ ], "kind": "let", "range": [ - 40793, - 40805 + 40798, + 40810 ], "loc": { "start": { @@ -96160,8 +96159,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 40826, - 40831 + 40831, + 40836 ], "loc": { "start": { @@ -96178,8 +96177,8 @@ "type": "Identifier", "name": "test", "range": [ - 40832, - 40836 + 40837, + 40841 ], "loc": { "start": { @@ -96193,8 +96192,8 @@ } }, "range": [ - 40826, - 40836 + 40831, + 40841 ], "loc": { "start": { @@ -96212,8 +96211,8 @@ "type": "Identifier", "name": "str", "range": [ - 40837, - 40840 + 40842, + 40845 ], "loc": { "start": { @@ -96228,8 +96227,8 @@ } ], "range": [ - 40826, - 40841 + 40831, + 40846 ], "loc": { "start": { @@ -96251,8 +96250,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 40845, - 40850 + 40850, + 40855 ], "loc": { "start": { @@ -96269,8 +96268,8 @@ "type": "Identifier", "name": "test", "range": [ - 40851, - 40855 + 40856, + 40860 ], "loc": { "start": { @@ -96284,8 +96283,8 @@ } }, "range": [ - 40845, - 40855 + 40850, + 40860 ], "loc": { "start": { @@ -96303,8 +96302,8 @@ "type": "Identifier", "name": "str", "range": [ - 40856, - 40859 + 40861, + 40864 ], "loc": { "start": { @@ -96319,8 +96318,8 @@ } ], "range": [ - 40845, - 40860 + 40850, + 40865 ], "loc": { "start": { @@ -96334,8 +96333,8 @@ } }, "range": [ - 40826, - 40860 + 40831, + 40865 ], "loc": { "start": { @@ -96357,8 +96356,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 40864, - 40868 + 40869, + 40873 ], "loc": { "start": { @@ -96375,8 +96374,8 @@ "type": "Identifier", "name": "test", "range": [ - 40869, - 40873 + 40874, + 40878 ], "loc": { "start": { @@ -96390,8 +96389,8 @@ } }, "range": [ - 40864, - 40873 + 40869, + 40878 ], "loc": { "start": { @@ -96409,8 +96408,8 @@ "type": "Identifier", "name": "str", "range": [ - 40874, - 40877 + 40879, + 40882 ], "loc": { "start": { @@ -96425,8 +96424,8 @@ } ], "range": [ - 40864, - 40878 + 40869, + 40883 ], "loc": { "start": { @@ -96440,8 +96439,8 @@ } }, "range": [ - 40826, - 40878 + 40831, + 40883 ], "loc": { "start": { @@ -96463,8 +96462,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 40902, - 40906 + 40907, + 40911 ], "loc": { "start": { @@ -96481,8 +96480,8 @@ "type": "Identifier", "name": "test", "range": [ - 40907, - 40911 + 40912, + 40916 ], "loc": { "start": { @@ -96496,8 +96495,8 @@ } }, "range": [ - 40902, - 40911 + 40907, + 40916 ], "loc": { "start": { @@ -96515,8 +96514,8 @@ "type": "Identifier", "name": "str", "range": [ - 40912, - 40915 + 40917, + 40920 ], "loc": { "start": { @@ -96531,8 +96530,8 @@ } ], "range": [ - 40902, - 40916 + 40907, + 40921 ], "loc": { "start": { @@ -96546,8 +96545,8 @@ } }, "range": [ - 40826, - 40916 + 40831, + 40921 ], "loc": { "start": { @@ -96569,8 +96568,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 40920, - 40924 + 40925, + 40929 ], "loc": { "start": { @@ -96587,8 +96586,8 @@ "type": "Identifier", "name": "test", "range": [ - 40925, - 40929 + 40930, + 40934 ], "loc": { "start": { @@ -96602,8 +96601,8 @@ } }, "range": [ - 40920, - 40929 + 40925, + 40934 ], "loc": { "start": { @@ -96621,8 +96620,8 @@ "type": "Identifier", "name": "str", "range": [ - 40930, - 40933 + 40935, + 40938 ], "loc": { "start": { @@ -96637,8 +96636,8 @@ } ], "range": [ - 40920, - 40934 + 40925, + 40939 ], "loc": { "start": { @@ -96652,8 +96651,8 @@ } }, "range": [ - 40826, - 40934 + 40831, + 40939 ], "loc": { "start": { @@ -96678,8 +96677,8 @@ "type": "Identifier", "name": "w", "range": [ - 40958, - 40959 + 40963, + 40964 ], "loc": { "start": { @@ -96701,8 +96700,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 40962, - 40965 + 40967, + 40970 ], "loc": { "start": { @@ -96719,8 +96718,8 @@ "type": "Identifier", "name": "getText", "range": [ - 40966, - 40973 + 40971, + 40978 ], "loc": { "start": { @@ -96734,8 +96733,8 @@ } }, "range": [ - 40962, - 40973 + 40967, + 40978 ], "loc": { "start": { @@ -96753,8 +96752,8 @@ "type": "Identifier", "name": "cell", "range": [ - 40974, - 40978 + 40979, + 40983 ], "loc": { "start": { @@ -96769,8 +96768,8 @@ } ], "range": [ - 40962, - 40979 + 40967, + 40984 ], "loc": { "start": { @@ -96784,8 +96783,8 @@ } }, "range": [ - 40958, - 40979 + 40963, + 40984 ], "loc": { "start": { @@ -96799,8 +96798,8 @@ } }, "range": [ - 40958, - 40980 + 40963, + 40985 ], "loc": { "start": { @@ -96815,8 +96814,8 @@ } ], "range": [ - 40936, - 40998 + 40941, + 41003 ], "loc": { "start": { @@ -96831,8 +96830,8 @@ }, "alternate": null, "range": [ - 40822, - 40998 + 40827, + 41003 ], "loc": { "start": { @@ -96854,8 +96853,8 @@ "type": "Identifier", "name": "w", "range": [ - 41019, - 41020 + 41024, + 41025 ], "loc": { "start": { @@ -96873,8 +96872,8 @@ "value": "", "raw": "''", "range": [ - 41025, - 41027 + 41030, + 41032 ], "loc": { "start": { @@ -96888,8 +96887,8 @@ } }, "range": [ - 41019, - 41027 + 41024, + 41032 ], "loc": { "start": { @@ -96918,8 +96917,8 @@ "object": { "type": "ThisExpression", "range": [ - 41051, - 41055 + 41056, + 41060 ], "loc": { "start": { @@ -96936,8 +96935,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 41056, - 41063 + 41061, + 41068 ], "loc": { "start": { @@ -96951,8 +96950,8 @@ } }, "range": [ - 41051, - 41063 + 41056, + 41068 ], "loc": { "start": { @@ -96969,8 +96968,8 @@ "type": "Identifier", "name": "emit", "range": [ - 41064, - 41068 + 41069, + 41073 ], "loc": { "start": { @@ -96984,8 +96983,8 @@ } }, "range": [ - 41051, - 41068 + 41056, + 41073 ], "loc": { "start": { @@ -97004,8 +97003,8 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 41069, - 41088 + 41074, + 41093 ], "loc": { "start": { @@ -97021,8 +97020,8 @@ { "type": "ThisExpression", "range": [ - 41090, - 41094 + 41095, + 41099 ], "loc": { "start": { @@ -97039,8 +97038,8 @@ "type": "Identifier", "name": "cell", "range": [ - 41096, - 41100 + 41101, + 41105 ], "loc": { "start": { @@ -97057,8 +97056,8 @@ "type": "Identifier", "name": "w", "range": [ - 41102, - 41103 + 41107, + 41108 ], "loc": { "start": { @@ -97073,8 +97072,8 @@ } ], "range": [ - 41051, - 41104 + 41056, + 41109 ], "loc": { "start": { @@ -97088,8 +97087,8 @@ } }, "range": [ - 41051, - 41105 + 41056, + 41110 ], "loc": { "start": { @@ -97104,8 +97103,8 @@ } ], "range": [ - 41029, - 41123 + 41034, + 41128 ], "loc": { "start": { @@ -97120,8 +97119,8 @@ }, "alternate": null, "range": [ - 41015, - 41123 + 41020, + 41128 ], "loc": { "start": { @@ -97136,8 +97135,8 @@ } ], "range": [ - 40591, - 41137 + 40596, + 41142 ], "loc": { "start": { @@ -97152,8 +97151,8 @@ }, "alternate": null, "range": [ - 40557, - 41137 + 40562, + 41142 ], "loc": { "start": { @@ -97170,8 +97169,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 40518, - 40544 + 40523, + 40549 ], "loc": { "start": { @@ -97188,8 +97187,8 @@ } ], "range": [ - 40504, - 41147 + 40509, + 41152 ], "loc": { "start": { @@ -97205,8 +97204,8 @@ "generator": false, "expression": false, "range": [ - 40470, - 41147 + 40475, + 41152 ], "loc": { "start": { @@ -97223,8 +97222,8 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 40439, - 40461 + 40444, + 40466 ], "loc": { "start": { @@ -97243,8 +97242,8 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 41157, - 41199 + 41162, + 41204 ], "loc": { "start": { @@ -97265,8 +97264,8 @@ "type": "Identifier", "name": "hasArg", "range": [ - 41217, - 41223 + 41222, + 41228 ], "loc": { "start": { @@ -97284,8 +97283,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41224, - 41226 + 41229, + 41231 ], "loc": { "start": { @@ -97302,8 +97301,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 41228, - 41236 + 41233, + 41241 ], "loc": { "start": { @@ -97320,8 +97319,8 @@ "type": "Identifier", "name": "j", "range": [ - 41238, - 41239 + 41243, + 41244 ], "loc": { "start": { @@ -97347,8 +97346,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41255, - 41257 + 41260, + 41262 ], "loc": { "start": { @@ -97370,8 +97369,8 @@ "type": "Identifier", "name": "Str", "range": [ - 41260, - 41263 + 41265, + 41268 ], "loc": { "start": { @@ -97388,8 +97387,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 41264, - 41273 + 41269, + 41278 ], "loc": { "start": { @@ -97403,8 +97402,8 @@ } }, "range": [ - 41260, - 41273 + 41265, + 41278 ], "loc": { "start": { @@ -97422,8 +97421,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41274, - 41276 + 41279, + 41281 ], "loc": { "start": { @@ -97442,8 +97441,8 @@ "object": { "type": "ThisExpression", "range": [ - 41278, - 41282 + 41283, + 41287 ], "loc": { "start": { @@ -97460,8 +97459,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 41283, - 41296 + 41288, + 41301 ], "loc": { "start": { @@ -97475,8 +97474,8 @@ } }, "range": [ - 41278, - 41296 + 41283, + 41301 ], "loc": { "start": { @@ -97491,8 +97490,8 @@ } ], "range": [ - 41260, - 41297 + 41265, + 41302 ], "loc": { "start": { @@ -97506,8 +97505,8 @@ } }, "range": [ - 41255, - 41297 + 41260, + 41302 ], "loc": { "start": { @@ -97521,8 +97520,8 @@ } }, "range": [ - 41255, - 41298 + 41260, + 41303 ], "loc": { "start": { @@ -97544,8 +97543,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 41316, - 41325 + 41321, + 41330 ], "loc": { "start": { @@ -97560,8 +97559,8 @@ }, "init": null, "range": [ - 41316, - 41325 + 41321, + 41330 ], "loc": { "start": { @@ -97580,8 +97579,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 41343, - 41357 + 41348, + 41362 ], "loc": { "start": { @@ -97601,8 +97600,8 @@ "type": "Identifier", "name": "Helpers", "range": [ - 41360, - 41367 + 41365, + 41372 ], "loc": { "start": { @@ -97619,8 +97618,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 41368, - 41382 + 41373, + 41387 ], "loc": { "start": { @@ -97634,8 +97633,8 @@ } }, "range": [ - 41360, - 41382 + 41365, + 41387 ], "loc": { "start": { @@ -97649,8 +97648,8 @@ } }, "range": [ - 41343, - 41382 + 41348, + 41387 ], "loc": { "start": { @@ -97666,8 +97665,8 @@ ], "kind": "let", "range": [ - 41312, - 41383 + 41317, + 41388 ], "loc": { "start": { @@ -97689,8 +97688,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 41400, - 41406 + 41405, + 41411 ], "loc": { "start": { @@ -97711,8 +97710,8 @@ "object": { "type": "ThisExpression", "range": [ - 41409, - 41413 + 41414, + 41418 ], "loc": { "start": { @@ -97729,8 +97728,8 @@ "type": "Identifier", "name": "hasColDateType", "range": [ - 41414, - 41428 + 41419, + 41433 ], "loc": { "start": { @@ -97744,8 +97743,8 @@ } }, "range": [ - 41409, - 41428 + 41414, + 41433 ], "loc": { "start": { @@ -97767,8 +97766,8 @@ "object": { "type": "ThisExpression", "range": [ - 41447, - 41451 + 41452, + 41456 ], "loc": { "start": { @@ -97785,8 +97784,8 @@ "type": "Identifier", "name": "colDateType", "range": [ - 41452, - 41463 + 41457, + 41468 ], "loc": { "start": { @@ -97800,8 +97799,8 @@ } }, "range": [ - 41447, - 41463 + 41452, + 41468 ], "loc": { "start": { @@ -97818,8 +97817,8 @@ "type": "Identifier", "name": "j", "range": [ - 41464, - 41465 + 41469, + 41470 ], "loc": { "start": { @@ -97833,8 +97832,8 @@ } }, "range": [ - 41447, - 41466 + 41452, + 41471 ], "loc": { "start": { @@ -97853,8 +97852,8 @@ "object": { "type": "ThisExpression", "range": [ - 41469, - 41473 + 41474, + 41478 ], "loc": { "start": { @@ -97871,8 +97870,8 @@ "type": "Identifier", "name": "defaultDateType", "range": [ - 41474, - 41489 + 41479, + 41494 ], "loc": { "start": { @@ -97886,8 +97885,8 @@ } }, "range": [ - 41469, - 41489 + 41474, + 41494 ], "loc": { "start": { @@ -97901,8 +97900,8 @@ } }, "range": [ - 41409, - 41489 + 41414, + 41494 ], "loc": { "start": { @@ -97916,8 +97915,8 @@ } }, "range": [ - 41400, - 41489 + 41405, + 41494 ], "loc": { "start": { @@ -97933,8 +97932,8 @@ ], "kind": "let", "range": [ - 41396, - 41490 + 41401, + 41495 ], "loc": { "start": { @@ -97951,8 +97950,8 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 41504, - 41531 + 41509, + 41536 ], "loc": { "start": { @@ -97976,8 +97975,8 @@ "type": "Identifier", "name": "hasLO", "range": [ - 41548, - 41553 + 41553, + 41558 ], "loc": { "start": { @@ -97999,8 +97998,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 41556, - 41560 + 41561, + 41565 ], "loc": { "start": { @@ -98017,8 +98016,8 @@ "type": "Identifier", "name": "test", "range": [ - 41561, - 41565 + 41566, + 41570 ], "loc": { "start": { @@ -98032,8 +98031,8 @@ } }, "range": [ - 41556, - 41565 + 41561, + 41570 ], "loc": { "start": { @@ -98051,8 +98050,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41566, - 41568 + 41571, + 41573 ], "loc": { "start": { @@ -98067,8 +98066,8 @@ } ], "range": [ - 41556, - 41569 + 41561, + 41574 ], "loc": { "start": { @@ -98082,8 +98081,8 @@ } }, "range": [ - 41548, - 41569 + 41553, + 41574 ], "loc": { "start": { @@ -98102,8 +98101,8 @@ "type": "Identifier", "name": "hasLE", "range": [ - 41587, - 41592 + 41592, + 41597 ], "loc": { "start": { @@ -98125,8 +98124,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 41595, - 41600 + 41600, + 41605 ], "loc": { "start": { @@ -98143,8 +98142,8 @@ "type": "Identifier", "name": "test", "range": [ - 41601, - 41605 + 41606, + 41610 ], "loc": { "start": { @@ -98158,8 +98157,8 @@ } }, "range": [ - 41595, - 41605 + 41600, + 41610 ], "loc": { "start": { @@ -98177,8 +98176,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41606, - 41608 + 41611, + 41613 ], "loc": { "start": { @@ -98193,8 +98192,8 @@ } ], "range": [ - 41595, - 41609 + 41600, + 41614 ], "loc": { "start": { @@ -98208,8 +98207,8 @@ } }, "range": [ - 41587, - 41609 + 41592, + 41614 ], "loc": { "start": { @@ -98228,8 +98227,8 @@ "type": "Identifier", "name": "hasGR", "range": [ - 41627, - 41632 + 41632, + 41637 ], "loc": { "start": { @@ -98251,8 +98250,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 41635, - 41639 + 41640, + 41644 ], "loc": { "start": { @@ -98269,8 +98268,8 @@ "type": "Identifier", "name": "test", "range": [ - 41640, - 41644 + 41645, + 41649 ], "loc": { "start": { @@ -98284,8 +98283,8 @@ } }, "range": [ - 41635, - 41644 + 41640, + 41649 ], "loc": { "start": { @@ -98303,8 +98302,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41645, - 41647 + 41650, + 41652 ], "loc": { "start": { @@ -98319,8 +98318,8 @@ } ], "range": [ - 41635, - 41648 + 41640, + 41653 ], "loc": { "start": { @@ -98334,8 +98333,8 @@ } }, "range": [ - 41627, - 41648 + 41632, + 41653 ], "loc": { "start": { @@ -98354,8 +98353,8 @@ "type": "Identifier", "name": "hasGE", "range": [ - 41666, - 41671 + 41671, + 41676 ], "loc": { "start": { @@ -98377,8 +98376,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 41674, - 41679 + 41679, + 41684 ], "loc": { "start": { @@ -98395,8 +98394,8 @@ "type": "Identifier", "name": "test", "range": [ - 41680, - 41684 + 41685, + 41689 ], "loc": { "start": { @@ -98410,8 +98409,8 @@ } }, "range": [ - 41674, - 41684 + 41679, + 41689 ], "loc": { "start": { @@ -98429,8 +98428,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41685, - 41687 + 41690, + 41692 ], "loc": { "start": { @@ -98445,8 +98444,8 @@ } ], "range": [ - 41674, - 41688 + 41679, + 41693 ], "loc": { "start": { @@ -98460,8 +98459,8 @@ } }, "range": [ - 41666, - 41688 + 41671, + 41693 ], "loc": { "start": { @@ -98480,8 +98479,8 @@ "type": "Identifier", "name": "hasDF", "range": [ - 41706, - 41711 + 41711, + 41716 ], "loc": { "start": { @@ -98503,8 +98502,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 41714, - 41718 + 41719, + 41723 ], "loc": { "start": { @@ -98521,8 +98520,8 @@ "type": "Identifier", "name": "test", "range": [ - 41719, - 41723 + 41724, + 41728 ], "loc": { "start": { @@ -98536,8 +98535,8 @@ } }, "range": [ - 41714, - 41723 + 41719, + 41728 ], "loc": { "start": { @@ -98555,8 +98554,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41724, - 41726 + 41729, + 41731 ], "loc": { "start": { @@ -98571,8 +98570,8 @@ } ], "range": [ - 41714, - 41727 + 41719, + 41732 ], "loc": { "start": { @@ -98586,8 +98585,8 @@ } }, "range": [ - 41706, - 41727 + 41711, + 41732 ], "loc": { "start": { @@ -98606,8 +98605,8 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 41745, - 41750 + 41750, + 41755 ], "loc": { "start": { @@ -98629,8 +98628,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 41753, - 41758 + 41758, + 41763 ], "loc": { "start": { @@ -98647,8 +98646,8 @@ "type": "Identifier", "name": "test", "range": [ - 41759, - 41763 + 41764, + 41768 ], "loc": { "start": { @@ -98662,8 +98661,8 @@ } }, "range": [ - 41753, - 41763 + 41758, + 41768 ], "loc": { "start": { @@ -98681,8 +98680,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41764, - 41766 + 41769, + 41771 ], "loc": { "start": { @@ -98697,8 +98696,8 @@ } ], "range": [ - 41753, - 41767 + 41758, + 41772 ], "loc": { "start": { @@ -98712,8 +98711,8 @@ } }, "range": [ - 41745, - 41767 + 41750, + 41772 ], "loc": { "start": { @@ -98732,8 +98731,8 @@ "type": "Identifier", "name": "hasLK", "range": [ - 41785, - 41790 + 41790, + 41795 ], "loc": { "start": { @@ -98755,8 +98754,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 41793, - 41798 + 41798, + 41803 ], "loc": { "start": { @@ -98773,8 +98772,8 @@ "type": "Identifier", "name": "test", "range": [ - 41799, - 41803 + 41804, + 41808 ], "loc": { "start": { @@ -98788,8 +98787,8 @@ } }, "range": [ - 41793, - 41803 + 41798, + 41808 ], "loc": { "start": { @@ -98807,8 +98806,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41804, - 41806 + 41809, + 41811 ], "loc": { "start": { @@ -98823,8 +98822,8 @@ } ], "range": [ - 41793, - 41807 + 41798, + 41812 ], "loc": { "start": { @@ -98838,8 +98837,8 @@ } }, "range": [ - 41785, - 41807 + 41790, + 41812 ], "loc": { "start": { @@ -98858,8 +98857,8 @@ "type": "Identifier", "name": "hasST", "range": [ - 41868, - 41873 + 41873, + 41878 ], "loc": { "start": { @@ -98881,8 +98880,8 @@ "type": "Identifier", "name": "re_st", "range": [ - 41876, - 41881 + 41881, + 41886 ], "loc": { "start": { @@ -98899,8 +98898,8 @@ "type": "Identifier", "name": "test", "range": [ - 41882, - 41886 + 41887, + 41891 ], "loc": { "start": { @@ -98914,8 +98913,8 @@ } }, "range": [ - 41876, - 41886 + 41881, + 41891 ], "loc": { "start": { @@ -98933,8 +98932,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41887, - 41889 + 41892, + 41894 ], "loc": { "start": { @@ -98949,8 +98948,8 @@ } ], "range": [ - 41876, - 41890 + 41881, + 41895 ], "loc": { "start": { @@ -98964,8 +98963,8 @@ } }, "range": [ - 41868, - 41890 + 41873, + 41895 ], "loc": { "start": { @@ -98982,8 +98981,8 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 41825, - 41851 + 41830, + 41856 ], "loc": { "start": { @@ -99004,8 +99003,8 @@ "type": "Identifier", "name": "hasEN", "range": [ - 41908, - 41913 + 41913, + 41918 ], "loc": { "start": { @@ -99027,8 +99026,8 @@ "type": "Identifier", "name": "re_en", "range": [ - 41916, - 41921 + 41921, + 41926 ], "loc": { "start": { @@ -99045,8 +99044,8 @@ "type": "Identifier", "name": "test", "range": [ - 41922, - 41926 + 41927, + 41931 ], "loc": { "start": { @@ -99060,8 +99059,8 @@ } }, "range": [ - 41916, - 41926 + 41921, + 41931 ], "loc": { "start": { @@ -99079,8 +99078,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41927, - 41929 + 41932, + 41934 ], "loc": { "start": { @@ -99095,8 +99094,8 @@ } ], "range": [ - 41916, - 41930 + 41921, + 41935 ], "loc": { "start": { @@ -99110,8 +99109,8 @@ } }, "range": [ - 41908, - 41930 + 41913, + 41935 ], "loc": { "start": { @@ -99130,8 +99129,8 @@ "type": "Identifier", "name": "hasEM", "range": [ - 41948, - 41953 + 41953, + 41958 ], "loc": { "start": { @@ -99151,8 +99150,8 @@ "type": "Identifier", "name": "re_em", "range": [ - 41957, - 41962 + 41962, + 41967 ], "loc": { "start": { @@ -99169,8 +99168,8 @@ "type": "Identifier", "name": "sA", "range": [ - 41967, - 41969 + 41972, + 41974 ], "loc": { "start": { @@ -99184,8 +99183,8 @@ } }, "range": [ - 41957, - 41969 + 41962, + 41974 ], "loc": { "start": { @@ -99199,8 +99198,8 @@ } }, "range": [ - 41948, - 41970 + 41953, + 41975 ], "loc": { "start": { @@ -99219,8 +99218,8 @@ "type": "Identifier", "name": "hasNM", "range": [ - 41988, - 41993 + 41993, + 41998 ], "loc": { "start": { @@ -99240,8 +99239,8 @@ "type": "Identifier", "name": "re_nm", "range": [ - 41997, - 42002 + 42002, + 42007 ], "loc": { "start": { @@ -99258,8 +99257,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42007, - 42009 + 42012, + 42014 ], "loc": { "start": { @@ -99273,8 +99272,8 @@ } }, "range": [ - 41997, - 42009 + 42002, + 42014 ], "loc": { "start": { @@ -99288,8 +99287,8 @@ } }, "range": [ - 41988, - 42010 + 41993, + 42015 ], "loc": { "start": { @@ -99308,8 +99307,8 @@ "type": "Identifier", "name": "hasRE", "range": [ - 42028, - 42033 + 42033, + 42038 ], "loc": { "start": { @@ -99331,8 +99330,8 @@ "type": "Identifier", "name": "re_re", "range": [ - 42036, - 42041 + 42041, + 42046 ], "loc": { "start": { @@ -99349,8 +99348,8 @@ "type": "Identifier", "name": "test", "range": [ - 42042, - 42046 + 42047, + 42051 ], "loc": { "start": { @@ -99364,8 +99363,8 @@ } }, "range": [ - 42036, - 42046 + 42041, + 42051 ], "loc": { "start": { @@ -99383,8 +99382,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42047, - 42049 + 42052, + 42054 ], "loc": { "start": { @@ -99399,8 +99398,8 @@ } ], "range": [ - 42036, - 42050 + 42041, + 42055 ], "loc": { "start": { @@ -99414,8 +99413,8 @@ } }, "range": [ - 42028, - 42050 + 42033, + 42055 ], "loc": { "start": { @@ -99431,8 +99430,8 @@ ], "kind": "let", "range": [ - 41544, - 42051 + 41549, + 42056 ], "loc": { "start": { @@ -99449,8 +99448,8 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 41504, - 41531 + 41509, + 41536 ], "loc": { "start": { @@ -99469,8 +99468,8 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 42065, - 42089 + 42070, + 42094 ], "loc": { "start": { @@ -99494,8 +99493,8 @@ "type": "Identifier", "name": "isLDate", "range": [ - 42106, - 42113 + 42111, + 42118 ], "loc": { "start": { @@ -99515,8 +99514,8 @@ "type": "Identifier", "name": "hasLO", "range": [ - 42116, - 42121 + 42121, + 42126 ], "loc": { "start": { @@ -99538,8 +99537,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42141, - 42151 + 42146, + 42156 ], "loc": { "start": { @@ -99556,8 +99555,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42152, - 42159 + 42157, + 42164 ], "loc": { "start": { @@ -99571,8 +99570,8 @@ } }, "range": [ - 42141, - 42159 + 42146, + 42164 ], "loc": { "start": { @@ -99595,8 +99594,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42160, - 42162 + 42165, + 42167 ], "loc": { "start": { @@ -99613,8 +99612,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42163, - 42170 + 42168, + 42175 ], "loc": { "start": { @@ -99628,8 +99627,8 @@ } }, "range": [ - 42160, - 42170 + 42165, + 42175 ], "loc": { "start": { @@ -99647,8 +99646,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 42171, - 42175 + 42176, + 42180 ], "loc": { "start": { @@ -99666,8 +99665,8 @@ "value": "", "raw": "''", "range": [ - 42177, - 42179 + 42182, + 42184 ], "loc": { "start": { @@ -99682,8 +99681,8 @@ } ], "range": [ - 42160, - 42180 + 42165, + 42185 ], "loc": { "start": { @@ -99700,8 +99699,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42182, - 42188 + 42187, + 42193 ], "loc": { "start": { @@ -99716,8 +99715,8 @@ } ], "range": [ - 42141, - 42189 + 42146, + 42194 ], "loc": { "start": { @@ -99731,8 +99730,8 @@ } }, "range": [ - 42116, - 42189 + 42121, + 42194 ], "loc": { "start": { @@ -99746,8 +99745,8 @@ } }, "range": [ - 42106, - 42189 + 42111, + 42194 ], "loc": { "start": { @@ -99763,8 +99762,8 @@ ], "kind": "let", "range": [ - 42102, - 42190 + 42107, + 42195 ], "loc": { "start": { @@ -99781,8 +99780,8 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 42065, - 42089 + 42070, + 42094 ], "loc": { "start": { @@ -99806,8 +99805,8 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 42207, - 42215 + 42212, + 42220 ], "loc": { "start": { @@ -99827,8 +99826,8 @@ "type": "Identifier", "name": "hasLE", "range": [ - 42218, - 42223 + 42223, + 42228 ], "loc": { "start": { @@ -99850,8 +99849,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42243, - 42253 + 42248, + 42258 ], "loc": { "start": { @@ -99868,8 +99867,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42254, - 42261 + 42259, + 42266 ], "loc": { "start": { @@ -99883,8 +99882,8 @@ } }, "range": [ - 42243, - 42261 + 42248, + 42266 ], "loc": { "start": { @@ -99907,8 +99906,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42262, - 42264 + 42267, + 42269 ], "loc": { "start": { @@ -99925,8 +99924,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42265, - 42272 + 42270, + 42277 ], "loc": { "start": { @@ -99940,8 +99939,8 @@ } }, "range": [ - 42262, - 42272 + 42267, + 42277 ], "loc": { "start": { @@ -99959,8 +99958,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 42273, - 42278 + 42278, + 42283 ], "loc": { "start": { @@ -99978,8 +99977,8 @@ "value": "", "raw": "''", "range": [ - 42280, - 42282 + 42285, + 42287 ], "loc": { "start": { @@ -99994,8 +99993,8 @@ } ], "range": [ - 42262, - 42283 + 42267, + 42288 ], "loc": { "start": { @@ -100012,8 +100011,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42285, - 42291 + 42290, + 42296 ], "loc": { "start": { @@ -100028,8 +100027,8 @@ } ], "range": [ - 42243, - 42292 + 42248, + 42297 ], "loc": { "start": { @@ -100043,8 +100042,8 @@ } }, "range": [ - 42218, - 42292 + 42223, + 42297 ], "loc": { "start": { @@ -100058,8 +100057,8 @@ } }, "range": [ - 42207, - 42292 + 42212, + 42297 ], "loc": { "start": { @@ -100075,8 +100074,8 @@ ], "kind": "let", "range": [ - 42203, - 42293 + 42208, + 42298 ], "loc": { "start": { @@ -100098,8 +100097,8 @@ "type": "Identifier", "name": "isGDate", "range": [ - 42310, - 42317 + 42315, + 42322 ], "loc": { "start": { @@ -100119,8 +100118,8 @@ "type": "Identifier", "name": "hasGR", "range": [ - 42320, - 42325 + 42325, + 42330 ], "loc": { "start": { @@ -100142,8 +100141,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42345, - 42355 + 42350, + 42360 ], "loc": { "start": { @@ -100160,8 +100159,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42356, - 42363 + 42361, + 42368 ], "loc": { "start": { @@ -100175,8 +100174,8 @@ } }, "range": [ - 42345, - 42363 + 42350, + 42368 ], "loc": { "start": { @@ -100199,8 +100198,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42364, - 42366 + 42369, + 42371 ], "loc": { "start": { @@ -100217,8 +100216,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42367, - 42374 + 42372, + 42379 ], "loc": { "start": { @@ -100232,8 +100231,8 @@ } }, "range": [ - 42364, - 42374 + 42369, + 42379 ], "loc": { "start": { @@ -100251,8 +100250,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 42375, - 42379 + 42380, + 42384 ], "loc": { "start": { @@ -100270,8 +100269,8 @@ "value": "", "raw": "''", "range": [ - 42381, - 42383 + 42386, + 42388 ], "loc": { "start": { @@ -100286,8 +100285,8 @@ } ], "range": [ - 42364, - 42384 + 42369, + 42389 ], "loc": { "start": { @@ -100304,8 +100303,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42386, - 42392 + 42391, + 42397 ], "loc": { "start": { @@ -100320,8 +100319,8 @@ } ], "range": [ - 42345, - 42393 + 42350, + 42398 ], "loc": { "start": { @@ -100335,8 +100334,8 @@ } }, "range": [ - 42320, - 42393 + 42325, + 42398 ], "loc": { "start": { @@ -100350,8 +100349,8 @@ } }, "range": [ - 42310, - 42393 + 42315, + 42398 ], "loc": { "start": { @@ -100367,8 +100366,8 @@ ], "kind": "let", "range": [ - 42306, - 42394 + 42311, + 42399 ], "loc": { "start": { @@ -100390,8 +100389,8 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 42411, - 42419 + 42416, + 42424 ], "loc": { "start": { @@ -100411,8 +100410,8 @@ "type": "Identifier", "name": "hasGE", "range": [ - 42422, - 42427 + 42427, + 42432 ], "loc": { "start": { @@ -100434,8 +100433,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42447, - 42457 + 42452, + 42462 ], "loc": { "start": { @@ -100452,8 +100451,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42458, - 42465 + 42463, + 42470 ], "loc": { "start": { @@ -100467,8 +100466,8 @@ } }, "range": [ - 42447, - 42465 + 42452, + 42470 ], "loc": { "start": { @@ -100491,8 +100490,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42466, - 42468 + 42471, + 42473 ], "loc": { "start": { @@ -100509,8 +100508,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42469, - 42476 + 42474, + 42481 ], "loc": { "start": { @@ -100524,8 +100523,8 @@ } }, "range": [ - 42466, - 42476 + 42471, + 42481 ], "loc": { "start": { @@ -100543,8 +100542,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 42477, - 42482 + 42482, + 42487 ], "loc": { "start": { @@ -100562,8 +100561,8 @@ "value": "", "raw": "''", "range": [ - 42484, - 42486 + 42489, + 42491 ], "loc": { "start": { @@ -100578,8 +100577,8 @@ } ], "range": [ - 42466, - 42487 + 42471, + 42492 ], "loc": { "start": { @@ -100596,8 +100595,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42489, - 42495 + 42494, + 42500 ], "loc": { "start": { @@ -100612,8 +100611,8 @@ } ], "range": [ - 42447, - 42496 + 42452, + 42501 ], "loc": { "start": { @@ -100627,8 +100626,8 @@ } }, "range": [ - 42422, - 42496 + 42427, + 42501 ], "loc": { "start": { @@ -100642,8 +100641,8 @@ } }, "range": [ - 42411, - 42496 + 42416, + 42501 ], "loc": { "start": { @@ -100659,8 +100658,8 @@ ], "kind": "let", "range": [ - 42407, - 42497 + 42412, + 42502 ], "loc": { "start": { @@ -100682,8 +100681,8 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 42514, - 42522 + 42519, + 42527 ], "loc": { "start": { @@ -100703,8 +100702,8 @@ "type": "Identifier", "name": "hasDF", "range": [ - 42525, - 42530 + 42530, + 42535 ], "loc": { "start": { @@ -100726,8 +100725,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42550, - 42560 + 42555, + 42565 ], "loc": { "start": { @@ -100744,8 +100743,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42561, - 42568 + 42566, + 42573 ], "loc": { "start": { @@ -100759,8 +100758,8 @@ } }, "range": [ - 42550, - 42568 + 42555, + 42573 ], "loc": { "start": { @@ -100783,8 +100782,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42569, - 42571 + 42574, + 42576 ], "loc": { "start": { @@ -100801,8 +100800,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42572, - 42579 + 42577, + 42584 ], "loc": { "start": { @@ -100816,8 +100815,8 @@ } }, "range": [ - 42569, - 42579 + 42574, + 42584 ], "loc": { "start": { @@ -100835,8 +100834,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 42580, - 42584 + 42585, + 42589 ], "loc": { "start": { @@ -100854,8 +100853,8 @@ "value": "", "raw": "''", "range": [ - 42586, - 42588 + 42591, + 42593 ], "loc": { "start": { @@ -100870,8 +100869,8 @@ } ], "range": [ - 42569, - 42589 + 42574, + 42594 ], "loc": { "start": { @@ -100888,8 +100887,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42591, - 42597 + 42596, + 42602 ], "loc": { "start": { @@ -100904,8 +100903,8 @@ } ], "range": [ - 42550, - 42598 + 42555, + 42603 ], "loc": { "start": { @@ -100919,8 +100918,8 @@ } }, "range": [ - 42525, - 42598 + 42530, + 42603 ], "loc": { "start": { @@ -100934,8 +100933,8 @@ } }, "range": [ - 42514, - 42598 + 42519, + 42603 ], "loc": { "start": { @@ -100951,8 +100950,8 @@ ], "kind": "let", "range": [ - 42510, - 42599 + 42515, + 42604 ], "loc": { "start": { @@ -100974,8 +100973,8 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 42616, - 42624 + 42621, + 42629 ], "loc": { "start": { @@ -100995,8 +100994,8 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 42627, - 42632 + 42632, + 42637 ], "loc": { "start": { @@ -101018,8 +101017,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42652, - 42662 + 42657, + 42667 ], "loc": { "start": { @@ -101036,8 +101035,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42663, - 42670 + 42668, + 42675 ], "loc": { "start": { @@ -101051,8 +101050,8 @@ } }, "range": [ - 42652, - 42670 + 42657, + 42675 ], "loc": { "start": { @@ -101075,8 +101074,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42671, - 42673 + 42676, + 42678 ], "loc": { "start": { @@ -101093,8 +101092,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42674, - 42681 + 42679, + 42686 ], "loc": { "start": { @@ -101108,8 +101107,8 @@ } }, "range": [ - 42671, - 42681 + 42676, + 42686 ], "loc": { "start": { @@ -101127,8 +101126,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 42682, - 42687 + 42687, + 42692 ], "loc": { "start": { @@ -101146,8 +101145,8 @@ "value": "", "raw": "''", "range": [ - 42689, - 42691 + 42694, + 42696 ], "loc": { "start": { @@ -101162,8 +101161,8 @@ } ], "range": [ - 42671, - 42692 + 42676, + 42697 ], "loc": { "start": { @@ -101180,8 +101179,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42694, - 42700 + 42699, + 42705 ], "loc": { "start": { @@ -101196,8 +101195,8 @@ } ], "range": [ - 42652, - 42701 + 42657, + 42706 ], "loc": { "start": { @@ -101211,8 +101210,8 @@ } }, "range": [ - 42627, - 42701 + 42632, + 42706 ], "loc": { "start": { @@ -101226,8 +101225,8 @@ } }, "range": [ - 42616, - 42701 + 42621, + 42706 ], "loc": { "start": { @@ -101243,8 +101242,8 @@ ], "kind": "let", "range": [ - 42612, - 42702 + 42617, + 42707 ], "loc": { "start": { @@ -101266,8 +101265,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 42720, - 42724 + 42725, + 42729 ], "loc": { "start": { @@ -101282,8 +101281,8 @@ }, "init": null, "range": [ - 42720, - 42724 + 42725, + 42729 ], "loc": { "start": { @@ -101302,8 +101301,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 42726, - 42730 + 42731, + 42735 ], "loc": { "start": { @@ -101318,8 +101317,8 @@ }, "init": null, "range": [ - 42726, - 42730 + 42731, + 42735 ], "loc": { "start": { @@ -101335,8 +101334,8 @@ ], "kind": "let", "range": [ - 42716, - 42731 + 42721, + 42736 ], "loc": { "start": { @@ -101353,8 +101352,8 @@ "type": "Line", "value": "dates", "range": [ - 42744, - 42751 + 42749, + 42756 ], "loc": { "start": { @@ -101380,8 +101379,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42768, - 42778 + 42773, + 42783 ], "loc": { "start": { @@ -101398,8 +101397,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 42779, - 42786 + 42784, + 42791 ], "loc": { "start": { @@ -101413,8 +101412,8 @@ } }, "range": [ - 42768, - 42786 + 42773, + 42791 ], "loc": { "start": { @@ -101432,8 +101431,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 42787, - 42795 + 42792, + 42800 ], "loc": { "start": { @@ -101450,8 +101449,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42797, - 42803 + 42802, + 42808 ], "loc": { "start": { @@ -101466,8 +101465,8 @@ } ], "range": [ - 42768, - 42804 + 42773, + 42809 ], "loc": { "start": { @@ -101492,8 +101491,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 42824, - 42828 + 42829, + 42833 ], "loc": { "start": { @@ -101515,8 +101514,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42831, - 42841 + 42836, + 42846 ], "loc": { "start": { @@ -101533,8 +101532,8 @@ "type": "Identifier", "name": "format", "range": [ - 42842, - 42848 + 42847, + 42853 ], "loc": { "start": { @@ -101548,8 +101547,8 @@ } }, "range": [ - 42831, - 42848 + 42836, + 42853 ], "loc": { "start": { @@ -101567,8 +101566,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 42849, - 42857 + 42854, + 42862 ], "loc": { "start": { @@ -101585,8 +101584,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42859, - 42865 + 42864, + 42870 ], "loc": { "start": { @@ -101601,8 +101600,8 @@ } ], "range": [ - 42831, - 42866 + 42836, + 42871 ], "loc": { "start": { @@ -101616,8 +101615,8 @@ } }, "range": [ - 42824, - 42866 + 42829, + 42871 ], "loc": { "start": { @@ -101631,8 +101630,8 @@ } }, "range": [ - 42824, - 42867 + 42829, + 42872 ], "loc": { "start": { @@ -101649,8 +101648,8 @@ "type": "Line", "value": " lower date", "range": [ - 42884, - 42897 + 42889, + 42902 ], "loc": { "start": { @@ -101671,8 +101670,8 @@ "type": "Identifier", "name": "isLDate", "range": [ - 42918, - 42925 + 42923, + 42930 ], "loc": { "start": { @@ -101697,8 +101696,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 42949, - 42953 + 42954, + 42958 ], "loc": { "start": { @@ -101720,8 +101719,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 42956, - 42966 + 42961, + 42971 ], "loc": { "start": { @@ -101738,8 +101737,8 @@ "type": "Identifier", "name": "format", "range": [ - 42967, - 42973 + 42972, + 42978 ], "loc": { "start": { @@ -101753,8 +101752,8 @@ } }, "range": [ - 42956, - 42973 + 42961, + 42978 ], "loc": { "start": { @@ -101777,8 +101776,8 @@ "type": "Identifier", "name": "sA", "range": [ - 42974, - 42976 + 42979, + 42981 ], "loc": { "start": { @@ -101795,8 +101794,8 @@ "type": "Identifier", "name": "replace", "range": [ - 42977, - 42984 + 42982, + 42989 ], "loc": { "start": { @@ -101810,8 +101809,8 @@ } }, "range": [ - 42974, - 42984 + 42979, + 42989 ], "loc": { "start": { @@ -101829,8 +101828,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 42985, - 42989 + 42990, + 42994 ], "loc": { "start": { @@ -101848,8 +101847,8 @@ "value": "", "raw": "''", "range": [ - 42991, - 42993 + 42996, + 42998 ], "loc": { "start": { @@ -101864,8 +101863,8 @@ } ], "range": [ - 42974, - 42994 + 42979, + 42999 ], "loc": { "start": { @@ -101882,8 +101881,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 42996, - 43002 + 43001, + 43007 ], "loc": { "start": { @@ -101898,8 +101897,8 @@ } ], "range": [ - 42956, - 43003 + 42961, + 43008 ], "loc": { "start": { @@ -101913,8 +101912,8 @@ } }, "range": [ - 42949, - 43003 + 42954, + 43008 ], "loc": { "start": { @@ -101928,8 +101927,8 @@ } }, "range": [ - 42949, - 43004 + 42954, + 43009 ], "loc": { "start": { @@ -101951,8 +101950,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 43025, - 43034 + 43030, + 43039 ], "loc": { "start": { @@ -101972,8 +101971,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 43037, - 43041 + 43042, + 43046 ], "loc": { "start": { @@ -101990,8 +101989,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43044, - 43048 + 43049, + 43053 ], "loc": { "start": { @@ -102005,8 +102004,8 @@ } }, "range": [ - 43037, - 43048 + 43042, + 43053 ], "loc": { "start": { @@ -102020,8 +102019,8 @@ } }, "range": [ - 43025, - 43048 + 43030, + 43053 ], "loc": { "start": { @@ -102035,8 +102034,8 @@ } }, "range": [ - 43025, - 43049 + 43030, + 43054 ], "loc": { "start": { @@ -102051,8 +102050,8 @@ } ], "range": [ - 42927, - 43067 + 42932, + 43072 ], "loc": { "start": { @@ -102069,8 +102068,8 @@ "type": "Line", "value": " lower equal date", "range": [ - 43084, - 43103 + 43089, + 43108 ], "loc": { "start": { @@ -102091,8 +102090,8 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 43129, - 43137 + 43134, + 43142 ], "loc": { "start": { @@ -102117,8 +102116,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43161, - 43165 + 43166, + 43170 ], "loc": { "start": { @@ -102140,8 +102139,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43168, - 43178 + 43173, + 43183 ], "loc": { "start": { @@ -102158,8 +102157,8 @@ "type": "Identifier", "name": "format", "range": [ - 43179, - 43185 + 43184, + 43190 ], "loc": { "start": { @@ -102173,8 +102172,8 @@ } }, "range": [ - 43168, - 43185 + 43173, + 43190 ], "loc": { "start": { @@ -102197,8 +102196,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43186, - 43188 + 43191, + 43193 ], "loc": { "start": { @@ -102215,8 +102214,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43189, - 43196 + 43194, + 43201 ], "loc": { "start": { @@ -102230,8 +102229,8 @@ } }, "range": [ - 43186, - 43196 + 43191, + 43201 ], "loc": { "start": { @@ -102249,8 +102248,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 43197, - 43202 + 43202, + 43207 ], "loc": { "start": { @@ -102268,8 +102267,8 @@ "value": "", "raw": "''", "range": [ - 43204, - 43206 + 43209, + 43211 ], "loc": { "start": { @@ -102284,8 +102283,8 @@ } ], "range": [ - 43186, - 43207 + 43191, + 43212 ], "loc": { "start": { @@ -102302,8 +102301,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43209, - 43215 + 43214, + 43220 ], "loc": { "start": { @@ -102318,8 +102317,8 @@ } ], "range": [ - 43168, - 43216 + 43173, + 43221 ], "loc": { "start": { @@ -102333,8 +102332,8 @@ } }, "range": [ - 43161, - 43216 + 43166, + 43221 ], "loc": { "start": { @@ -102348,8 +102347,8 @@ } }, "range": [ - 43161, - 43217 + 43166, + 43222 ], "loc": { "start": { @@ -102371,8 +102370,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 43238, - 43247 + 43243, + 43252 ], "loc": { "start": { @@ -102392,8 +102391,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 43250, - 43254 + 43255, + 43259 ], "loc": { "start": { @@ -102410,8 +102409,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43258, - 43262 + 43263, + 43267 ], "loc": { "start": { @@ -102425,8 +102424,8 @@ } }, "range": [ - 43250, - 43262 + 43255, + 43267 ], "loc": { "start": { @@ -102440,8 +102439,8 @@ } }, "range": [ - 43238, - 43262 + 43243, + 43267 ], "loc": { "start": { @@ -102455,8 +102454,8 @@ } }, "range": [ - 43238, - 43263 + 43243, + 43268 ], "loc": { "start": { @@ -102471,8 +102470,8 @@ } ], "range": [ - 43139, - 43281 + 43144, + 43286 ], "loc": { "start": { @@ -102489,8 +102488,8 @@ "type": "Line", "value": " greater equal date", "range": [ - 43298, - 43319 + 43303, + 43324 ], "loc": { "start": { @@ -102511,8 +102510,8 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 43345, - 43353 + 43350, + 43358 ], "loc": { "start": { @@ -102537,8 +102536,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43377, - 43381 + 43382, + 43386 ], "loc": { "start": { @@ -102560,8 +102559,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43384, - 43394 + 43389, + 43399 ], "loc": { "start": { @@ -102578,8 +102577,8 @@ "type": "Identifier", "name": "format", "range": [ - 43395, - 43401 + 43400, + 43406 ], "loc": { "start": { @@ -102593,8 +102592,8 @@ } }, "range": [ - 43384, - 43401 + 43389, + 43406 ], "loc": { "start": { @@ -102617,8 +102616,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43402, - 43404 + 43407, + 43409 ], "loc": { "start": { @@ -102635,8 +102634,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43405, - 43412 + 43410, + 43417 ], "loc": { "start": { @@ -102650,8 +102649,8 @@ } }, "range": [ - 43402, - 43412 + 43407, + 43417 ], "loc": { "start": { @@ -102669,8 +102668,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 43413, - 43418 + 43418, + 43423 ], "loc": { "start": { @@ -102688,8 +102687,8 @@ "value": "", "raw": "''", "range": [ - 43420, - 43422 + 43425, + 43427 ], "loc": { "start": { @@ -102704,8 +102703,8 @@ } ], "range": [ - 43402, - 43423 + 43407, + 43428 ], "loc": { "start": { @@ -102722,8 +102721,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43425, - 43431 + 43430, + 43436 ], "loc": { "start": { @@ -102738,8 +102737,8 @@ } ], "range": [ - 43384, - 43432 + 43389, + 43437 ], "loc": { "start": { @@ -102753,8 +102752,8 @@ } }, "range": [ - 43377, - 43432 + 43382, + 43437 ], "loc": { "start": { @@ -102768,8 +102767,8 @@ } }, "range": [ - 43377, - 43433 + 43382, + 43438 ], "loc": { "start": { @@ -102791,8 +102790,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 43454, - 43463 + 43459, + 43468 ], "loc": { "start": { @@ -102812,8 +102811,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 43466, - 43470 + 43471, + 43475 ], "loc": { "start": { @@ -102830,8 +102829,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43474, - 43478 + 43479, + 43483 ], "loc": { "start": { @@ -102845,8 +102844,8 @@ } }, "range": [ - 43466, - 43478 + 43471, + 43483 ], "loc": { "start": { @@ -102860,8 +102859,8 @@ } }, "range": [ - 43454, - 43478 + 43459, + 43483 ], "loc": { "start": { @@ -102875,8 +102874,8 @@ } }, "range": [ - 43454, - 43479 + 43459, + 43484 ], "loc": { "start": { @@ -102891,8 +102890,8 @@ } ], "range": [ - 43355, - 43497 + 43360, + 43502 ], "loc": { "start": { @@ -102909,8 +102908,8 @@ "type": "Line", "value": " greater date", "range": [ - 43514, - 43529 + 43519, + 43534 ], "loc": { "start": { @@ -102931,8 +102930,8 @@ "type": "Identifier", "name": "isGDate", "range": [ - 43555, - 43562 + 43560, + 43567 ], "loc": { "start": { @@ -102957,8 +102956,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43586, - 43590 + 43591, + 43595 ], "loc": { "start": { @@ -102980,8 +102979,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43593, - 43603 + 43598, + 43608 ], "loc": { "start": { @@ -102998,8 +102997,8 @@ "type": "Identifier", "name": "format", "range": [ - 43604, - 43610 + 43609, + 43615 ], "loc": { "start": { @@ -103013,8 +103012,8 @@ } }, "range": [ - 43593, - 43610 + 43598, + 43615 ], "loc": { "start": { @@ -103037,8 +103036,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43611, - 43613 + 43616, + 43618 ], "loc": { "start": { @@ -103055,8 +103054,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43614, - 43621 + 43619, + 43626 ], "loc": { "start": { @@ -103070,8 +103069,8 @@ } }, "range": [ - 43611, - 43621 + 43616, + 43626 ], "loc": { "start": { @@ -103089,8 +103088,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 43622, - 43626 + 43627, + 43631 ], "loc": { "start": { @@ -103108,8 +103107,8 @@ "value": "", "raw": "''", "range": [ - 43628, - 43630 + 43633, + 43635 ], "loc": { "start": { @@ -103124,8 +103123,8 @@ } ], "range": [ - 43611, - 43631 + 43616, + 43636 ], "loc": { "start": { @@ -103142,8 +103141,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43633, - 43639 + 43638, + 43644 ], "loc": { "start": { @@ -103158,8 +103157,8 @@ } ], "range": [ - 43593, - 43640 + 43598, + 43645 ], "loc": { "start": { @@ -103173,8 +103172,8 @@ } }, "range": [ - 43586, - 43640 + 43591, + 43645 ], "loc": { "start": { @@ -103188,8 +103187,8 @@ } }, "range": [ - 43586, - 43641 + 43591, + 43646 ], "loc": { "start": { @@ -103211,8 +103210,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 43662, - 43671 + 43667, + 43676 ], "loc": { "start": { @@ -103232,8 +103231,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 43674, - 43678 + 43679, + 43683 ], "loc": { "start": { @@ -103250,8 +103249,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43681, - 43685 + 43686, + 43690 ], "loc": { "start": { @@ -103265,8 +103264,8 @@ } }, "range": [ - 43674, - 43685 + 43679, + 43690 ], "loc": { "start": { @@ -103280,8 +103279,8 @@ } }, "range": [ - 43662, - 43685 + 43667, + 43690 ], "loc": { "start": { @@ -103295,8 +103294,8 @@ } }, "range": [ - 43662, - 43686 + 43667, + 43691 ], "loc": { "start": { @@ -103311,8 +103310,8 @@ } ], "range": [ - 43564, - 43704 + 43569, + 43709 ], "loc": { "start": { @@ -103329,8 +103328,8 @@ "type": "Line", "value": " different date", "range": [ - 43721, - 43738 + 43726, + 43743 ], "loc": { "start": { @@ -103351,8 +103350,8 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 43764, - 43772 + 43769, + 43777 ], "loc": { "start": { @@ -103377,8 +103376,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43796, - 43800 + 43801, + 43805 ], "loc": { "start": { @@ -103400,8 +103399,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 43803, - 43813 + 43808, + 43818 ], "loc": { "start": { @@ -103418,8 +103417,8 @@ "type": "Identifier", "name": "format", "range": [ - 43814, - 43820 + 43819, + 43825 ], "loc": { "start": { @@ -103433,8 +103432,8 @@ } }, "range": [ - 43803, - 43820 + 43808, + 43825 ], "loc": { "start": { @@ -103457,8 +103456,8 @@ "type": "Identifier", "name": "sA", "range": [ - 43821, - 43823 + 43826, + 43828 ], "loc": { "start": { @@ -103475,8 +103474,8 @@ "type": "Identifier", "name": "replace", "range": [ - 43824, - 43831 + 43829, + 43836 ], "loc": { "start": { @@ -103490,8 +103489,8 @@ } }, "range": [ - 43821, - 43831 + 43826, + 43836 ], "loc": { "start": { @@ -103509,8 +103508,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 43832, - 43836 + 43837, + 43841 ], "loc": { "start": { @@ -103528,8 +103527,8 @@ "value": "", "raw": "''", "range": [ - 43838, - 43840 + 43843, + 43845 ], "loc": { "start": { @@ -103544,8 +103543,8 @@ } ], "range": [ - 43821, - 43841 + 43826, + 43846 ], "loc": { "start": { @@ -103562,8 +103561,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 43843, - 43849 + 43848, + 43854 ], "loc": { "start": { @@ -103578,8 +103577,8 @@ } ], "range": [ - 43803, - 43850 + 43808, + 43855 ], "loc": { "start": { @@ -103593,8 +103592,8 @@ } }, "range": [ - 43796, - 43850 + 43801, + 43855 ], "loc": { "start": { @@ -103608,8 +103607,8 @@ } }, "range": [ - 43796, - 43851 + 43801, + 43856 ], "loc": { "start": { @@ -103631,8 +103630,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 43872, - 43881 + 43877, + 43886 ], "loc": { "start": { @@ -103657,8 +103656,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 43884, - 43888 + 43889, + 43893 ], "loc": { "start": { @@ -103675,8 +103674,8 @@ "type": "Identifier", "name": "toString", "range": [ - 43889, - 43897 + 43894, + 43902 ], "loc": { "start": { @@ -103690,8 +103689,8 @@ } }, "range": [ - 43884, - 43897 + 43889, + 43902 ], "loc": { "start": { @@ -103706,8 +103705,8 @@ }, "arguments": [], "range": [ - 43884, - 43899 + 43889, + 43904 ], "loc": { "start": { @@ -103729,8 +103728,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 43903, - 43907 + 43908, + 43912 ], "loc": { "start": { @@ -103747,8 +103746,8 @@ "type": "Identifier", "name": "toString", "range": [ - 43908, - 43916 + 43913, + 43921 ], "loc": { "start": { @@ -103762,8 +103761,8 @@ } }, "range": [ - 43903, - 43916 + 43908, + 43921 ], "loc": { "start": { @@ -103778,8 +103777,8 @@ }, "arguments": [], "range": [ - 43903, - 43918 + 43908, + 43923 ], "loc": { "start": { @@ -103793,8 +103792,8 @@ } }, "range": [ - 43884, - 43918 + 43889, + 43923 ], "loc": { "start": { @@ -103808,8 +103807,8 @@ } }, "range": [ - 43872, - 43918 + 43877, + 43923 ], "loc": { "start": { @@ -103823,8 +103822,8 @@ } }, "range": [ - 43872, - 43919 + 43877, + 43924 ], "loc": { "start": { @@ -103839,8 +103838,8 @@ } ], "range": [ - 43774, - 43937 + 43779, + 43942 ], "loc": { "start": { @@ -103857,8 +103856,8 @@ "type": "Line", "value": " equal date", "range": [ - 43954, - 43967 + 43959, + 43972 ], "loc": { "start": { @@ -103879,8 +103878,8 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 43993, - 44001 + 43998, + 44006 ], "loc": { "start": { @@ -103905,8 +103904,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44025, - 44029 + 44030, + 44034 ], "loc": { "start": { @@ -103928,8 +103927,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44032, - 44042 + 44037, + 44047 ], "loc": { "start": { @@ -103946,8 +103945,8 @@ "type": "Identifier", "name": "format", "range": [ - 44043, - 44049 + 44048, + 44054 ], "loc": { "start": { @@ -103961,8 +103960,8 @@ } }, "range": [ - 44032, - 44049 + 44037, + 44054 ], "loc": { "start": { @@ -103985,8 +103984,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44050, - 44052 + 44055, + 44057 ], "loc": { "start": { @@ -104003,8 +104002,8 @@ "type": "Identifier", "name": "replace", "range": [ - 44053, - 44060 + 44058, + 44065 ], "loc": { "start": { @@ -104018,8 +104017,8 @@ } }, "range": [ - 44050, - 44060 + 44055, + 44065 ], "loc": { "start": { @@ -104037,8 +104036,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 44061, - 44066 + 44066, + 44071 ], "loc": { "start": { @@ -104056,8 +104055,8 @@ "value": "", "raw": "''", "range": [ - 44068, - 44070 + 44073, + 44075 ], "loc": { "start": { @@ -104072,8 +104071,8 @@ } ], "range": [ - 44050, - 44071 + 44055, + 44076 ], "loc": { "start": { @@ -104090,8 +104089,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 44073, - 44079 + 44078, + 44084 ], "loc": { "start": { @@ -104106,8 +104105,8 @@ } ], "range": [ - 44032, - 44080 + 44037, + 44085 ], "loc": { "start": { @@ -104121,8 +104120,8 @@ } }, "range": [ - 44025, - 44080 + 44030, + 44085 ], "loc": { "start": { @@ -104136,8 +104135,8 @@ } }, "range": [ - 44025, - 44081 + 44030, + 44086 ], "loc": { "start": { @@ -104159,8 +104158,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44102, - 44111 + 44107, + 44116 ], "loc": { "start": { @@ -104185,8 +104184,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 44114, - 44118 + 44119, + 44123 ], "loc": { "start": { @@ -104203,8 +104202,8 @@ "type": "Identifier", "name": "toString", "range": [ - 44119, - 44127 + 44124, + 44132 ], "loc": { "start": { @@ -104218,8 +104217,8 @@ } }, "range": [ - 44114, - 44127 + 44119, + 44132 ], "loc": { "start": { @@ -104234,8 +104233,8 @@ }, "arguments": [], "range": [ - 44114, - 44129 + 44119, + 44134 ], "loc": { "start": { @@ -104257,8 +104256,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44133, - 44137 + 44138, + 44142 ], "loc": { "start": { @@ -104275,8 +104274,8 @@ "type": "Identifier", "name": "toString", "range": [ - 44138, - 44146 + 44143, + 44151 ], "loc": { "start": { @@ -104290,8 +104289,8 @@ } }, "range": [ - 44133, - 44146 + 44138, + 44151 ], "loc": { "start": { @@ -104306,8 +104305,8 @@ }, "arguments": [], "range": [ - 44133, - 44148 + 44138, + 44153 ], "loc": { "start": { @@ -104321,8 +104320,8 @@ } }, "range": [ - 44114, - 44148 + 44119, + 44153 ], "loc": { "start": { @@ -104336,8 +104335,8 @@ } }, "range": [ - 44102, - 44148 + 44107, + 44153 ], "loc": { "start": { @@ -104351,8 +104350,8 @@ } }, "range": [ - 44102, - 44149 + 44107, + 44154 ], "loc": { "start": { @@ -104367,8 +104366,8 @@ } ], "range": [ - 44003, - 44167 + 44008, + 44172 ], "loc": { "start": { @@ -104385,8 +104384,8 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 44184, - 44245 + 44189, + 44250 ], "loc": { "start": { @@ -104412,8 +104411,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 44271, - 44276 + 44276, + 44281 ], "loc": { "start": { @@ -104430,8 +104429,8 @@ "type": "Identifier", "name": "test", "range": [ - 44277, - 44281 + 44282, + 44286 ], "loc": { "start": { @@ -104445,8 +104444,8 @@ } }, "range": [ - 44271, - 44281 + 44276, + 44286 ], "loc": { "start": { @@ -104464,8 +104463,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44282, - 44284 + 44287, + 44289 ], "loc": { "start": { @@ -104480,8 +104479,8 @@ } ], "range": [ - 44271, - 44285 + 44276, + 44290 ], "loc": { "start": { @@ -104506,8 +104505,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44321, - 44330 + 44326, + 44335 ], "loc": { "start": { @@ -104529,8 +104528,8 @@ "type": "Identifier", "name": "Str", "range": [ - 44333, - 44336 + 44338, + 44341 ], "loc": { "start": { @@ -104547,8 +104546,8 @@ "type": "Identifier", "name": "contains", "range": [ - 44337, - 44345 + 44342, + 44350 ], "loc": { "start": { @@ -104562,8 +104561,8 @@ } }, "range": [ - 44333, - 44345 + 44338, + 44350 ], "loc": { "start": { @@ -104586,8 +104585,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44346, - 44348 + 44351, + 44353 ], "loc": { "start": { @@ -104604,8 +104603,8 @@ "type": "Identifier", "name": "replace", "range": [ - 44349, - 44356 + 44354, + 44361 ], "loc": { "start": { @@ -104619,8 +104618,8 @@ } }, "range": [ - 44346, - 44356 + 44351, + 44361 ], "loc": { "start": { @@ -104638,8 +104637,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 44357, - 44362 + 44362, + 44367 ], "loc": { "start": { @@ -104657,8 +104656,8 @@ "value": "", "raw": "''", "range": [ - 44364, - 44366 + 44369, + 44371 ], "loc": { "start": { @@ -104673,8 +104672,8 @@ } ], "range": [ - 44346, - 44367 + 44351, + 44372 ], "loc": { "start": { @@ -104691,8 +104690,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 44369, - 44377 + 44374, + 44382 ], "loc": { "start": { @@ -104710,8 +104709,8 @@ "value": false, "raw": "false", "range": [ - 44403, - 44408 + 44408, + 44413 ], "loc": { "start": { @@ -104730,8 +104729,8 @@ "object": { "type": "ThisExpression", "range": [ - 44410, - 44414 + 44415, + 44419 ], "loc": { "start": { @@ -104748,8 +104747,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 44415, - 44428 + 44420, + 44433 ], "loc": { "start": { @@ -104763,8 +104762,8 @@ } }, "range": [ - 44410, - 44428 + 44415, + 44433 ], "loc": { "start": { @@ -104779,8 +104778,8 @@ } ], "range": [ - 44333, - 44429 + 44338, + 44434 ], "loc": { "start": { @@ -104794,8 +104793,8 @@ } }, "range": [ - 44321, - 44429 + 44326, + 44434 ], "loc": { "start": { @@ -104809,8 +104808,8 @@ } }, "range": [ - 44321, - 44430 + 44326, + 44435 ], "loc": { "start": { @@ -104827,8 +104826,8 @@ "type": "Line", "value": " like date", "range": [ - 44288, - 44300 + 44293, + 44305 ], "loc": { "start": { @@ -104845,8 +104844,8 @@ } ], "range": [ - 44287, - 44448 + 44292, + 44453 ], "loc": { "start": { @@ -104870,8 +104869,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44474, - 44484 + 44479, + 44489 ], "loc": { "start": { @@ -104888,8 +104887,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 44485, - 44492 + 44490, + 44497 ], "loc": { "start": { @@ -104903,8 +104902,8 @@ } }, "range": [ - 44474, - 44492 + 44479, + 44497 ], "loc": { "start": { @@ -104922,8 +104921,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44493, - 44495 + 44498, + 44500 ], "loc": { "start": { @@ -104940,8 +104939,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 44497, - 44503 + 44502, + 44508 ], "loc": { "start": { @@ -104956,8 +104955,8 @@ } ], "range": [ - 44474, - 44504 + 44479, + 44509 ], "loc": { "start": { @@ -104982,8 +104981,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44528, - 44532 + 44533, + 44537 ], "loc": { "start": { @@ -105005,8 +105004,8 @@ "type": "Identifier", "name": "DateHelper", "range": [ - 44535, - 44545 + 44540, + 44550 ], "loc": { "start": { @@ -105023,8 +105022,8 @@ "type": "Identifier", "name": "format", "range": [ - 44546, - 44552 + 44551, + 44557 ], "loc": { "start": { @@ -105038,8 +105037,8 @@ } }, "range": [ - 44535, - 44552 + 44540, + 44557 ], "loc": { "start": { @@ -105057,8 +105056,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44553, - 44555 + 44558, + 44560 ], "loc": { "start": { @@ -105075,8 +105074,8 @@ "type": "Identifier", "name": "dtType", "range": [ - 44557, - 44563 + 44562, + 44568 ], "loc": { "start": { @@ -105091,8 +105090,8 @@ } ], "range": [ - 44535, - 44564 + 44540, + 44569 ], "loc": { "start": { @@ -105106,8 +105105,8 @@ } }, "range": [ - 44528, - 44564 + 44533, + 44569 ], "loc": { "start": { @@ -105121,8 +105120,8 @@ } }, "range": [ - 44528, - 44565 + 44533, + 44570 ], "loc": { "start": { @@ -105144,8 +105143,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44586, - 44595 + 44591, + 44600 ], "loc": { "start": { @@ -105170,8 +105169,8 @@ "type": "Identifier", "name": "dte1", "range": [ - 44598, - 44602 + 44603, + 44607 ], "loc": { "start": { @@ -105188,8 +105187,8 @@ "type": "Identifier", "name": "toString", "range": [ - 44603, - 44611 + 44608, + 44616 ], "loc": { "start": { @@ -105203,8 +105202,8 @@ } }, "range": [ - 44598, - 44611 + 44603, + 44616 ], "loc": { "start": { @@ -105219,8 +105218,8 @@ }, "arguments": [], "range": [ - 44598, - 44613 + 44603, + 44618 ], "loc": { "start": { @@ -105242,8 +105241,8 @@ "type": "Identifier", "name": "dte2", "range": [ - 44618, - 44622 + 44623, + 44627 ], "loc": { "start": { @@ -105260,8 +105259,8 @@ "type": "Identifier", "name": "toString", "range": [ - 44623, - 44631 + 44628, + 44636 ], "loc": { "start": { @@ -105275,8 +105274,8 @@ } }, "range": [ - 44618, - 44631 + 44623, + 44636 ], "loc": { "start": { @@ -105291,8 +105290,8 @@ }, "arguments": [], "range": [ - 44618, - 44633 + 44623, + 44638 ], "loc": { "start": { @@ -105306,8 +105305,8 @@ } }, "range": [ - 44598, - 44633 + 44603, + 44638 ], "loc": { "start": { @@ -105321,8 +105320,8 @@ } }, "range": [ - 44586, - 44633 + 44591, + 44638 ], "loc": { "start": { @@ -105336,8 +105335,8 @@ } }, "range": [ - 44586, - 44634 + 44591, + 44639 ], "loc": { "start": { @@ -105352,8 +105351,8 @@ } ], "range": [ - 44506, - 44652 + 44511, + 44657 ], "loc": { "start": { @@ -105370,8 +105369,8 @@ "type": "Line", "value": "empty", "range": [ - 44669, - 44676 + 44674, + 44681 ], "loc": { "start": { @@ -105392,8 +105391,8 @@ "type": "Identifier", "name": "hasEM", "range": [ - 44702, - 44707 + 44707, + 44712 ], "loc": { "start": { @@ -105418,8 +105417,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44731, - 44740 + 44736, + 44745 ], "loc": { "start": { @@ -105441,8 +105440,8 @@ "type": "Identifier", "name": "Str", "range": [ - 44743, - 44746 + 44748, + 44751 ], "loc": { "start": { @@ -105459,8 +105458,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 44747, - 44754 + 44752, + 44759 ], "loc": { "start": { @@ -105474,8 +105473,8 @@ } }, "range": [ - 44743, - 44754 + 44748, + 44759 ], "loc": { "start": { @@ -105493,8 +105492,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 44755, - 44763 + 44760, + 44768 ], "loc": { "start": { @@ -105509,8 +105508,8 @@ } ], "range": [ - 44743, - 44764 + 44748, + 44769 ], "loc": { "start": { @@ -105524,8 +105523,8 @@ } }, "range": [ - 44731, - 44764 + 44736, + 44769 ], "loc": { "start": { @@ -105539,8 +105538,8 @@ } }, "range": [ - 44731, - 44765 + 44736, + 44770 ], "loc": { "start": { @@ -105555,8 +105554,8 @@ } ], "range": [ - 44709, - 44783 + 44714, + 44788 ], "loc": { "start": { @@ -105573,8 +105572,8 @@ "type": "Line", "value": "non-empty", "range": [ - 44800, - 44811 + 44805, + 44816 ], "loc": { "start": { @@ -105595,8 +105594,8 @@ "type": "Identifier", "name": "hasNM", "range": [ - 44837, - 44842 + 44842, + 44847 ], "loc": { "start": { @@ -105621,8 +105620,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44866, - 44875 + 44871, + 44880 ], "loc": { "start": { @@ -105647,8 +105646,8 @@ "type": "Identifier", "name": "Str", "range": [ - 44879, - 44882 + 44884, + 44887 ], "loc": { "start": { @@ -105665,8 +105664,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 44883, - 44890 + 44888, + 44895 ], "loc": { "start": { @@ -105680,8 +105679,8 @@ } }, "range": [ - 44879, - 44890 + 44884, + 44895 ], "loc": { "start": { @@ -105699,8 +105698,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 44891, - 44899 + 44896, + 44904 ], "loc": { "start": { @@ -105715,8 +105714,8 @@ } ], "range": [ - 44879, - 44900 + 44884, + 44905 ], "loc": { "start": { @@ -105731,8 +105730,8 @@ }, "prefix": true, "range": [ - 44878, - 44900 + 44883, + 44905 ], "loc": { "start": { @@ -105746,8 +105745,8 @@ } }, "range": [ - 44866, - 44900 + 44871, + 44905 ], "loc": { "start": { @@ -105761,8 +105760,8 @@ } }, "range": [ - 44866, - 44901 + 44871, + 44906 ], "loc": { "start": { @@ -105777,8 +105776,8 @@ } ], "range": [ - 44844, - 44919 + 44849, + 44924 ], "loc": { "start": { @@ -105803,8 +105802,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 44947, - 44956 + 44952, + 44961 ], "loc": { "start": { @@ -105826,8 +105825,8 @@ "type": "Identifier", "name": "Str", "range": [ - 44959, - 44962 + 44964, + 44967 ], "loc": { "start": { @@ -105844,8 +105843,8 @@ "type": "Identifier", "name": "contains", "range": [ - 44963, - 44971 + 44968, + 44976 ], "loc": { "start": { @@ -105859,8 +105858,8 @@ } }, "range": [ - 44959, - 44971 + 44964, + 44976 ], "loc": { "start": { @@ -105878,8 +105877,8 @@ "type": "Identifier", "name": "sA", "range": [ - 44972, - 44974 + 44977, + 44979 ], "loc": { "start": { @@ -105896,8 +105895,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 44976, - 44984 + 44981, + 44989 ], "loc": { "start": { @@ -105918,8 +105917,8 @@ "object": { "type": "ThisExpression", "range": [ - 44986, - 44990 + 44991, + 44995 ], "loc": { "start": { @@ -105936,8 +105935,8 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 44991, - 45003 + 44996, + 45008 ], "loc": { "start": { @@ -105951,8 +105950,8 @@ } }, "range": [ - 44986, - 45003 + 44991, + 45008 ], "loc": { "start": { @@ -105970,8 +105969,8 @@ "type": "Identifier", "name": "j", "range": [ - 45004, - 45005 + 45009, + 45010 ], "loc": { "start": { @@ -105986,8 +105985,8 @@ } ], "range": [ - 44986, - 45006 + 44991, + 45011 ], "loc": { "start": { @@ -106006,8 +106005,8 @@ "object": { "type": "ThisExpression", "range": [ - 45032, - 45036 + 45037, + 45041 ], "loc": { "start": { @@ -106024,8 +106023,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 45037, - 45050 + 45042, + 45055 ], "loc": { "start": { @@ -106039,8 +106038,8 @@ } }, "range": [ - 45032, - 45050 + 45037, + 45055 ], "loc": { "start": { @@ -106055,8 +106054,8 @@ } ], "range": [ - 44959, - 45051 + 44964, + 45056 ], "loc": { "start": { @@ -106070,8 +106069,8 @@ } }, "range": [ - 44947, - 45051 + 44952, + 45056 ], "loc": { "start": { @@ -106085,8 +106084,8 @@ } }, "range": [ - 44947, - 45052 + 44952, + 45057 ], "loc": { "start": { @@ -106101,8 +106100,8 @@ } ], "range": [ - 44925, - 45070 + 44930, + 45075 ], "loc": { "start": { @@ -106116,8 +106115,8 @@ } }, "range": [ - 44833, - 45070 + 44838, + 45075 ], "loc": { "start": { @@ -106134,8 +106133,8 @@ "type": "Line", "value": "non-empty", "range": [ - 44800, - 44811 + 44805, + 44816 ], "loc": { "start": { @@ -106151,8 +106150,8 @@ ] }, "range": [ - 44698, - 45070 + 44703, + 45075 ], "loc": { "start": { @@ -106169,8 +106168,8 @@ "type": "Line", "value": "empty", "range": [ - 44669, - 44676 + 44674, + 44681 ], "loc": { "start": { @@ -106186,8 +106185,8 @@ ] }, "range": [ - 44470, - 45070 + 44475, + 45075 ], "loc": { "start": { @@ -106201,8 +106200,8 @@ } }, "range": [ - 44267, - 45070 + 44272, + 45075 ], "loc": { "start": { @@ -106219,8 +106218,8 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 44184, - 44245 + 44189, + 44250 ], "loc": { "start": { @@ -106236,8 +106235,8 @@ ] }, "range": [ - 43989, - 45070 + 43994, + 45075 ], "loc": { "start": { @@ -106254,8 +106253,8 @@ "type": "Line", "value": " equal date", "range": [ - 43954, - 43967 + 43959, + 43972 ], "loc": { "start": { @@ -106271,8 +106270,8 @@ ] }, "range": [ - 43760, - 45070 + 43765, + 45075 ], "loc": { "start": { @@ -106289,8 +106288,8 @@ "type": "Line", "value": " different date", "range": [ - 43721, - 43738 + 43726, + 43743 ], "loc": { "start": { @@ -106306,8 +106305,8 @@ ] }, "range": [ - 43551, - 45070 + 43556, + 45075 ], "loc": { "start": { @@ -106324,8 +106323,8 @@ "type": "Line", "value": " greater date", "range": [ - 43514, - 43529 + 43519, + 43534 ], "loc": { "start": { @@ -106341,8 +106340,8 @@ ] }, "range": [ - 43341, - 45070 + 43346, + 45075 ], "loc": { "start": { @@ -106359,8 +106358,8 @@ "type": "Line", "value": " greater equal date", "range": [ - 43298, - 43319 + 43303, + 43324 ], "loc": { "start": { @@ -106376,8 +106375,8 @@ ] }, "range": [ - 43125, - 45070 + 43130, + 45075 ], "loc": { "start": { @@ -106394,8 +106393,8 @@ "type": "Line", "value": " lower equal date", "range": [ - 43084, - 43103 + 43089, + 43108 ], "loc": { "start": { @@ -106411,8 +106410,8 @@ ] }, "range": [ - 42914, - 45070 + 42919, + 45075 ], "loc": { "start": { @@ -106429,8 +106428,8 @@ "type": "Line", "value": " lower date", "range": [ - 42884, - 42897 + 42889, + 42902 ], "loc": { "start": { @@ -106447,8 +106446,8 @@ } ], "range": [ - 42806, - 45084 + 42811, + 45089 ], "loc": { "start": { @@ -106475,8 +106474,8 @@ "object": { "type": "ThisExpression", "range": [ - 45177, - 45181 + 45182, + 45186 ], "loc": { "start": { @@ -106493,8 +106492,8 @@ "type": "Identifier", "name": "hasColNbFormat", "range": [ - 45182, - 45196 + 45187, + 45201 ], "loc": { "start": { @@ -106508,8 +106507,8 @@ } }, "range": [ - 45177, - 45196 + 45182, + 45201 ], "loc": { "start": { @@ -106531,8 +106530,8 @@ "object": { "type": "ThisExpression", "range": [ - 45200, - 45204 + 45205, + 45209 ], "loc": { "start": { @@ -106549,8 +106548,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 45205, - 45216 + 45210, + 45221 ], "loc": { "start": { @@ -106564,8 +106563,8 @@ } }, "range": [ - 45200, - 45216 + 45205, + 45221 ], "loc": { "start": { @@ -106582,8 +106581,8 @@ "type": "Identifier", "name": "j", "range": [ - 45217, - 45218 + 45222, + 45223 ], "loc": { "start": { @@ -106597,8 +106596,8 @@ } }, "range": [ - 45200, - 45219 + 45205, + 45224 ], "loc": { "start": { @@ -106612,8 +106611,8 @@ } }, "range": [ - 45177, - 45219 + 45182, + 45224 ], "loc": { "start": { @@ -106638,8 +106637,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45243, - 45254 + 45248, + 45259 ], "loc": { "start": { @@ -106658,8 +106657,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45257, - 45271 + 45262, + 45276 ], "loc": { "start": { @@ -106677,8 +106676,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 45272, - 45280 + 45277, + 45285 ], "loc": { "start": { @@ -106700,8 +106699,8 @@ "object": { "type": "ThisExpression", "range": [ - 45282, - 45286 + 45287, + 45291 ], "loc": { "start": { @@ -106718,8 +106717,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 45287, - 45298 + 45292, + 45303 ], "loc": { "start": { @@ -106733,8 +106732,8 @@ } }, "range": [ - 45282, - 45298 + 45287, + 45303 ], "loc": { "start": { @@ -106751,8 +106750,8 @@ "type": "Identifier", "name": "j", "range": [ - 45299, - 45300 + 45304, + 45305 ], "loc": { "start": { @@ -106766,8 +106765,8 @@ } }, "range": [ - 45282, - 45301 + 45287, + 45306 ], "loc": { "start": { @@ -106782,8 +106781,8 @@ } ], "range": [ - 45257, - 45302 + 45262, + 45307 ], "loc": { "start": { @@ -106797,8 +106796,8 @@ } }, "range": [ - 45243, - 45302 + 45248, + 45307 ], "loc": { "start": { @@ -106812,8 +106811,8 @@ } }, "range": [ - 45243, - 45303 + 45248, + 45308 ], "loc": { "start": { @@ -106835,8 +106834,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45324, - 45332 + 45329, + 45337 ], "loc": { "start": { @@ -106858,8 +106857,8 @@ "object": { "type": "ThisExpression", "range": [ - 45335, - 45339 + 45340, + 45344 ], "loc": { "start": { @@ -106876,8 +106875,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 45340, - 45351 + 45345, + 45356 ], "loc": { "start": { @@ -106891,8 +106890,8 @@ } }, "range": [ - 45335, - 45351 + 45340, + 45356 ], "loc": { "start": { @@ -106909,8 +106908,8 @@ "type": "Identifier", "name": "j", "range": [ - 45352, - 45353 + 45357, + 45358 ], "loc": { "start": { @@ -106924,8 +106923,8 @@ } }, "range": [ - 45335, - 45354 + 45340, + 45359 ], "loc": { "start": { @@ -106939,8 +106938,8 @@ } }, "range": [ - 45324, - 45354 + 45329, + 45359 ], "loc": { "start": { @@ -106954,8 +106953,8 @@ } }, "range": [ - 45324, - 45355 + 45329, + 45360 ], "loc": { "start": { @@ -106970,8 +106969,8 @@ } ], "range": [ - 45221, - 45373 + 45226, + 45378 ], "loc": { "start": { @@ -107001,8 +107000,8 @@ "object": { "type": "ThisExpression", "range": [ - 45405, - 45409 + 45410, + 45414 ], "loc": { "start": { @@ -107019,8 +107018,8 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 45410, - 45428 + 45415, + 45433 ], "loc": { "start": { @@ -107034,8 +107033,8 @@ } }, "range": [ - 45405, - 45428 + 45410, + 45433 ], "loc": { "start": { @@ -107053,8 +107052,8 @@ "value": ",", "raw": "','", "range": [ - 45433, - 45436 + 45438, + 45441 ], "loc": { "start": { @@ -107068,8 +107067,8 @@ } }, "range": [ - 45405, - 45436 + 45410, + 45441 ], "loc": { "start": { @@ -107091,8 +107090,8 @@ "object": { "type": "ThisExpression", "range": [ - 45464, - 45468 + 45469, + 45473 ], "loc": { "start": { @@ -107109,8 +107108,8 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 45469, - 45485 + 45474, + 45490 ], "loc": { "start": { @@ -107124,8 +107123,8 @@ } }, "range": [ - 45464, - 45485 + 45469, + 45490 ], "loc": { "start": { @@ -107143,8 +107142,8 @@ "value": ".", "raw": "'.'", "range": [ - 45490, - 45493 + 45495, + 45498 ], "loc": { "start": { @@ -107158,8 +107157,8 @@ } }, "range": [ - 45464, - 45493 + 45469, + 45498 ], "loc": { "start": { @@ -107173,8 +107172,8 @@ } }, "range": [ - 45405, - 45493 + 45410, + 45498 ], "loc": { "start": { @@ -107199,8 +107198,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45521, - 45532 + 45526, + 45537 ], "loc": { "start": { @@ -107219,8 +107218,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45535, - 45549 + 45540, + 45554 ], "loc": { "start": { @@ -107238,8 +107237,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 45550, - 45558 + 45555, + 45563 ], "loc": { "start": { @@ -107257,8 +107256,8 @@ "value": "us", "raw": "'us'", "range": [ - 45560, - 45564 + 45565, + 45569 ], "loc": { "start": { @@ -107273,8 +107272,8 @@ } ], "range": [ - 45535, - 45565 + 45540, + 45570 ], "loc": { "start": { @@ -107288,8 +107287,8 @@ } }, "range": [ - 45521, - 45565 + 45526, + 45570 ], "loc": { "start": { @@ -107303,8 +107302,8 @@ } }, "range": [ - 45521, - 45566 + 45526, + 45571 ], "loc": { "start": { @@ -107326,8 +107325,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45591, - 45599 + 45596, + 45604 ], "loc": { "start": { @@ -107345,8 +107344,8 @@ "value": "us", "raw": "'us'", "range": [ - 45602, - 45606 + 45607, + 45611 ], "loc": { "start": { @@ -107360,8 +107359,8 @@ } }, "range": [ - 45591, - 45606 + 45596, + 45611 ], "loc": { "start": { @@ -107375,8 +107374,8 @@ } }, "range": [ - 45591, - 45607 + 45596, + 45612 ], "loc": { "start": { @@ -107391,8 +107390,8 @@ } ], "range": [ - 45495, - 45629 + 45500, + 45634 ], "loc": { "start": { @@ -107417,8 +107416,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45661, - 45672 + 45666, + 45677 ], "loc": { "start": { @@ -107437,8 +107436,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 45675, - 45689 + 45680, + 45694 ], "loc": { "start": { @@ -107456,8 +107455,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 45690, - 45698 + 45695, + 45703 ], "loc": { "start": { @@ -107475,8 +107474,8 @@ "value": "eu", "raw": "'eu'", "range": [ - 45700, - 45704 + 45705, + 45709 ], "loc": { "start": { @@ -107491,8 +107490,8 @@ } ], "range": [ - 45675, - 45705 + 45680, + 45710 ], "loc": { "start": { @@ -107506,8 +107505,8 @@ } }, "range": [ - 45661, - 45705 + 45666, + 45710 ], "loc": { "start": { @@ -107521,8 +107520,8 @@ } }, "range": [ - 45661, - 45706 + 45666, + 45711 ], "loc": { "start": { @@ -107544,8 +107543,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 45731, - 45739 + 45736, + 45744 ], "loc": { "start": { @@ -107563,8 +107562,8 @@ "value": "eu", "raw": "'eu'", "range": [ - 45742, - 45746 + 45747, + 45751 ], "loc": { "start": { @@ -107578,8 +107577,8 @@ } }, "range": [ - 45731, - 45746 + 45736, + 45751 ], "loc": { "start": { @@ -107593,8 +107592,8 @@ } }, "range": [ - 45731, - 45747 + 45736, + 45752 ], "loc": { "start": { @@ -107609,8 +107608,8 @@ } ], "range": [ - 45635, - 45769 + 45640, + 45774 ], "loc": { "start": { @@ -107624,8 +107623,8 @@ } }, "range": [ - 45401, - 45769 + 45406, + 45774 ], "loc": { "start": { @@ -107640,8 +107639,8 @@ } ], "range": [ - 45379, - 45787 + 45384, + 45792 ], "loc": { "start": { @@ -107655,8 +107654,8 @@ } }, "range": [ - 45173, - 45787 + 45178, + 45792 ], "loc": { "start": { @@ -107673,8 +107672,8 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 45121, - 45156 + 45126, + 45161 ], "loc": { "start": { @@ -107693,8 +107692,8 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 45805, - 45867 + 45810, + 45872 ], "loc": { "start": { @@ -107711,8 +107710,8 @@ "type": "Line", "value": " rgx:)", "range": [ - 45884, - 45892 + 45889, + 45897 ], "loc": { "start": { @@ -107729,8 +107728,8 @@ "type": "Line", "value": " lower equal", "range": [ - 45909, - 45923 + 45914, + 45928 ], "loc": { "start": { @@ -107751,8 +107750,8 @@ "type": "Identifier", "name": "hasLE", "range": [ - 45944, - 45949 + 45949, + 45954 ], "loc": { "start": { @@ -107777,8 +107776,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 45973, - 45982 + 45978, + 45987 ], "loc": { "start": { @@ -107798,8 +107797,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 45985, - 45996 + 45990, + 46001 ], "loc": { "start": { @@ -107818,8 +107817,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46000, - 46014 + 46005, + 46019 ], "loc": { "start": { @@ -107842,8 +107841,8 @@ "type": "Identifier", "name": "sA", "range": [ - 46040, - 46042 + 46045, + 46047 ], "loc": { "start": { @@ -107860,8 +107859,8 @@ "type": "Identifier", "name": "replace", "range": [ - 46043, - 46050 + 46048, + 46055 ], "loc": { "start": { @@ -107875,8 +107874,8 @@ } }, "range": [ - 46040, - 46050 + 46045, + 46055 ], "loc": { "start": { @@ -107894,8 +107893,8 @@ "type": "Identifier", "name": "re_le", "range": [ - 46051, - 46056 + 46056, + 46061 ], "loc": { "start": { @@ -107913,8 +107912,8 @@ "value": "", "raw": "''", "range": [ - 46058, - 46060 + 46063, + 46065 ], "loc": { "start": { @@ -107929,8 +107928,8 @@ } ], "range": [ - 46040, - 46061 + 46045, + 46066 ], "loc": { "start": { @@ -107947,8 +107946,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46063, - 46071 + 46068, + 46076 ], "loc": { "start": { @@ -107963,8 +107962,8 @@ } ], "range": [ - 46000, - 46072 + 46005, + 46077 ], "loc": { "start": { @@ -107978,8 +107977,8 @@ } }, "range": [ - 45985, - 46072 + 45990, + 46077 ], "loc": { "start": { @@ -107993,8 +107992,8 @@ } }, "range": [ - 45973, - 46072 + 45978, + 46077 ], "loc": { "start": { @@ -108008,8 +108007,8 @@ } }, "range": [ - 45973, - 46073 + 45978, + 46078 ], "loc": { "start": { @@ -108024,8 +108023,8 @@ } ], "range": [ - 45951, - 46091 + 45956, + 46096 ], "loc": { "start": { @@ -108042,8 +108041,8 @@ "type": "Line", "value": "greater equal", "range": [ - 46108, - 46123 + 46113, + 46128 ], "loc": { "start": { @@ -108064,8 +108063,8 @@ "type": "Identifier", "name": "hasGE", "range": [ - 46149, - 46154 + 46154, + 46159 ], "loc": { "start": { @@ -108090,8 +108089,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 46178, - 46187 + 46183, + 46192 ], "loc": { "start": { @@ -108111,8 +108110,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46190, - 46201 + 46195, + 46206 ], "loc": { "start": { @@ -108131,8 +108130,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46205, - 46219 + 46210, + 46224 ], "loc": { "start": { @@ -108155,8 +108154,8 @@ "type": "Identifier", "name": "sA", "range": [ - 46245, - 46247 + 46250, + 46252 ], "loc": { "start": { @@ -108173,8 +108172,8 @@ "type": "Identifier", "name": "replace", "range": [ - 46248, - 46255 + 46253, + 46260 ], "loc": { "start": { @@ -108188,8 +108187,8 @@ } }, "range": [ - 46245, - 46255 + 46250, + 46260 ], "loc": { "start": { @@ -108207,8 +108206,8 @@ "type": "Identifier", "name": "re_ge", "range": [ - 46256, - 46261 + 46261, + 46266 ], "loc": { "start": { @@ -108226,8 +108225,8 @@ "value": "", "raw": "''", "range": [ - 46263, - 46265 + 46268, + 46270 ], "loc": { "start": { @@ -108242,8 +108241,8 @@ } ], "range": [ - 46245, - 46266 + 46250, + 46271 ], "loc": { "start": { @@ -108260,8 +108259,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46268, - 46276 + 46273, + 46281 ], "loc": { "start": { @@ -108276,8 +108275,8 @@ } ], "range": [ - 46205, - 46277 + 46210, + 46282 ], "loc": { "start": { @@ -108291,8 +108290,8 @@ } }, "range": [ - 46190, - 46277 + 46195, + 46282 ], "loc": { "start": { @@ -108306,8 +108305,8 @@ } }, "range": [ - 46178, - 46277 + 46183, + 46282 ], "loc": { "start": { @@ -108321,8 +108320,8 @@ } }, "range": [ - 46178, - 46278 + 46183, + 46283 ], "loc": { "start": { @@ -108337,8 +108336,8 @@ } ], "range": [ - 46156, - 46296 + 46161, + 46301 ], "loc": { "start": { @@ -108355,8 +108354,8 @@ "type": "Line", "value": "lower", "range": [ - 46313, - 46320 + 46318, + 46325 ], "loc": { "start": { @@ -108377,8 +108376,8 @@ "type": "Identifier", "name": "hasLO", "range": [ - 46346, - 46351 + 46351, + 46356 ], "loc": { "start": { @@ -108403,8 +108402,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 46375, - 46384 + 46380, + 46389 ], "loc": { "start": { @@ -108424,8 +108423,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46387, - 46398 + 46392, + 46403 ], "loc": { "start": { @@ -108444,8 +108443,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46401, - 46415 + 46406, + 46420 ], "loc": { "start": { @@ -108468,8 +108467,8 @@ "type": "Identifier", "name": "sA", "range": [ - 46441, - 46443 + 46446, + 46448 ], "loc": { "start": { @@ -108486,8 +108485,8 @@ "type": "Identifier", "name": "replace", "range": [ - 46444, - 46451 + 46449, + 46456 ], "loc": { "start": { @@ -108501,8 +108500,8 @@ } }, "range": [ - 46441, - 46451 + 46446, + 46456 ], "loc": { "start": { @@ -108520,8 +108519,8 @@ "type": "Identifier", "name": "re_l", "range": [ - 46452, - 46456 + 46457, + 46461 ], "loc": { "start": { @@ -108539,8 +108538,8 @@ "value": "", "raw": "''", "range": [ - 46458, - 46460 + 46463, + 46465 ], "loc": { "start": { @@ -108555,8 +108554,8 @@ } ], "range": [ - 46441, - 46461 + 46446, + 46466 ], "loc": { "start": { @@ -108573,8 +108572,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46463, - 46471 + 46468, + 46476 ], "loc": { "start": { @@ -108589,8 +108588,8 @@ } ], "range": [ - 46401, - 46472 + 46406, + 46477 ], "loc": { "start": { @@ -108604,8 +108603,8 @@ } }, "range": [ - 46387, - 46472 + 46392, + 46477 ], "loc": { "start": { @@ -108619,8 +108618,8 @@ } }, "range": [ - 46375, - 46472 + 46380, + 46477 ], "loc": { "start": { @@ -108634,8 +108633,8 @@ } }, "range": [ - 46375, - 46473 + 46380, + 46478 ], "loc": { "start": { @@ -108650,8 +108649,8 @@ } ], "range": [ - 46353, - 46491 + 46358, + 46496 ], "loc": { "start": { @@ -108668,8 +108667,8 @@ "type": "Line", "value": "greater", "range": [ - 46508, - 46517 + 46513, + 46522 ], "loc": { "start": { @@ -108690,8 +108689,8 @@ "type": "Identifier", "name": "hasGR", "range": [ - 46543, - 46548 + 46548, + 46553 ], "loc": { "start": { @@ -108716,8 +108715,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 46572, - 46581 + 46577, + 46586 ], "loc": { "start": { @@ -108737,8 +108736,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 46584, - 46595 + 46589, + 46600 ], "loc": { "start": { @@ -108757,8 +108756,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 46598, - 46612 + 46603, + 46617 ], "loc": { "start": { @@ -108781,8 +108780,8 @@ "type": "Identifier", "name": "sA", "range": [ - 46638, - 46640 + 46643, + 46645 ], "loc": { "start": { @@ -108799,8 +108798,8 @@ "type": "Identifier", "name": "replace", "range": [ - 46641, - 46648 + 46646, + 46653 ], "loc": { "start": { @@ -108814,8 +108813,8 @@ } }, "range": [ - 46638, - 46648 + 46643, + 46653 ], "loc": { "start": { @@ -108833,8 +108832,8 @@ "type": "Identifier", "name": "re_g", "range": [ - 46649, - 46653 + 46654, + 46658 ], "loc": { "start": { @@ -108852,8 +108851,8 @@ "value": "", "raw": "''", "range": [ - 46655, - 46657 + 46660, + 46662 ], "loc": { "start": { @@ -108868,8 +108867,8 @@ } ], "range": [ - 46638, - 46658 + 46643, + 46663 ], "loc": { "start": { @@ -108886,8 +108885,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 46660, - 46668 + 46665, + 46673 ], "loc": { "start": { @@ -108902,8 +108901,8 @@ } ], "range": [ - 46598, - 46669 + 46603, + 46674 ], "loc": { "start": { @@ -108917,8 +108916,8 @@ } }, "range": [ - 46584, - 46669 + 46589, + 46674 ], "loc": { "start": { @@ -108932,8 +108931,8 @@ } }, "range": [ - 46572, - 46669 + 46577, + 46674 ], "loc": { "start": { @@ -108947,8 +108946,8 @@ } }, "range": [ - 46572, - 46670 + 46577, + 46675 ], "loc": { "start": { @@ -108963,8 +108962,8 @@ } ], "range": [ - 46550, - 46688 + 46555, + 46693 ], "loc": { "start": { @@ -108981,8 +108980,8 @@ "type": "Line", "value": "different", "range": [ - 46705, - 46716 + 46710, + 46721 ], "loc": { "start": { @@ -109003,8 +109002,8 @@ "type": "Identifier", "name": "hasDF", "range": [ - 46742, - 46747 + 46747, + 46752 ], "loc": { "start": { @@ -109029,8 +109028,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 46771, - 46780 + 46776, + 46785 ], "loc": { "start": { @@ -109054,8 +109053,8 @@ "type": "Identifier", "name": "Str", "range": [ - 46783, - 46786 + 46788, + 46791 ], "loc": { "start": { @@ -109072,8 +109071,8 @@ "type": "Identifier", "name": "contains", "range": [ - 46787, - 46795 + 46792, + 46800 ], "loc": { "start": { @@ -109087,8 +109086,8 @@ } }, "range": [ - 46783, - 46795 + 46788, + 46800 ], "loc": { "start": { @@ -109111,8 +109110,8 @@ "type": "Identifier", "name": "sA", "range": [ - 46796, - 46798 + 46801, + 46803 ], "loc": { "start": { @@ -109129,8 +109128,8 @@ "type": "Identifier", "name": "replace", "range": [ - 46799, - 46806 + 46804, + 46811 ], "loc": { "start": { @@ -109144,8 +109143,8 @@ } }, "range": [ - 46796, - 46806 + 46801, + 46811 ], "loc": { "start": { @@ -109163,8 +109162,8 @@ "type": "Identifier", "name": "re_d", "range": [ - 46807, - 46811 + 46812, + 46816 ], "loc": { "start": { @@ -109182,8 +109181,8 @@ "value": "", "raw": "''", "range": [ - 46813, - 46815 + 46818, + 46820 ], "loc": { "start": { @@ -109198,8 +109197,8 @@ } ], "range": [ - 46796, - 46816 + 46801, + 46821 ], "loc": { "start": { @@ -109216,8 +109215,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 46818, - 46826 + 46823, + 46831 ], "loc": { "start": { @@ -109235,8 +109234,8 @@ "value": false, "raw": "false", "range": [ - 46852, - 46857 + 46857, + 46862 ], "loc": { "start": { @@ -109255,8 +109254,8 @@ "object": { "type": "ThisExpression", "range": [ - 46859, - 46863 + 46864, + 46868 ], "loc": { "start": { @@ -109273,8 +109272,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 46864, - 46877 + 46869, + 46882 ], "loc": { "start": { @@ -109288,8 +109287,8 @@ } }, "range": [ - 46859, - 46877 + 46864, + 46882 ], "loc": { "start": { @@ -109304,8 +109303,8 @@ } ], "range": [ - 46783, - 46878 + 46788, + 46883 ], "loc": { "start": { @@ -109323,8 +109322,8 @@ "value": false, "raw": "false", "range": [ - 46881, - 46886 + 46886, + 46891 ], "loc": { "start": { @@ -109342,8 +109341,8 @@ "value": true, "raw": "true", "range": [ - 46889, - 46893 + 46894, + 46898 ], "loc": { "start": { @@ -109357,8 +109356,8 @@ } }, "range": [ - 46783, - 46893 + 46788, + 46898 ], "loc": { "start": { @@ -109372,8 +109371,8 @@ } }, "range": [ - 46771, - 46893 + 46776, + 46898 ], "loc": { "start": { @@ -109387,8 +109386,8 @@ } }, "range": [ - 46771, - 46894 + 46776, + 46899 ], "loc": { "start": { @@ -109403,8 +109402,8 @@ } ], "range": [ - 46749, - 46912 + 46754, + 46917 ], "loc": { "start": { @@ -109421,8 +109420,8 @@ "type": "Line", "value": "like", "range": [ - 46929, - 46935 + 46934, + 46940 ], "loc": { "start": { @@ -109443,8 +109442,8 @@ "type": "Identifier", "name": "hasLK", "range": [ - 46961, - 46966 + 46966, + 46971 ], "loc": { "start": { @@ -109469,8 +109468,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 46990, - 46999 + 46995, + 47004 ], "loc": { "start": { @@ -109492,8 +109491,8 @@ "type": "Identifier", "name": "Str", "range": [ - 47002, - 47005 + 47007, + 47010 ], "loc": { "start": { @@ -109510,8 +109509,8 @@ "type": "Identifier", "name": "contains", "range": [ - 47006, - 47014 + 47011, + 47019 ], "loc": { "start": { @@ -109525,8 +109524,8 @@ } }, "range": [ - 47002, - 47014 + 47007, + 47019 ], "loc": { "start": { @@ -109549,8 +109548,8 @@ "type": "Identifier", "name": "sA", "range": [ - 47015, - 47017 + 47020, + 47022 ], "loc": { "start": { @@ -109567,8 +109566,8 @@ "type": "Identifier", "name": "replace", "range": [ - 47018, - 47025 + 47023, + 47030 ], "loc": { "start": { @@ -109582,8 +109581,8 @@ } }, "range": [ - 47015, - 47025 + 47020, + 47030 ], "loc": { "start": { @@ -109601,8 +109600,8 @@ "type": "Identifier", "name": "re_lk", "range": [ - 47026, - 47031 + 47031, + 47036 ], "loc": { "start": { @@ -109620,8 +109619,8 @@ "value": "", "raw": "''", "range": [ - 47033, - 47035 + 47038, + 47040 ], "loc": { "start": { @@ -109636,8 +109635,8 @@ } ], "range": [ - 47015, - 47036 + 47020, + 47041 ], "loc": { "start": { @@ -109654,8 +109653,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47038, - 47046 + 47043, + 47051 ], "loc": { "start": { @@ -109673,8 +109672,8 @@ "value": false, "raw": "false", "range": [ - 47072, - 47077 + 47077, + 47082 ], "loc": { "start": { @@ -109693,8 +109692,8 @@ "object": { "type": "ThisExpression", "range": [ - 47079, - 47083 + 47084, + 47088 ], "loc": { "start": { @@ -109711,8 +109710,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 47084, - 47097 + 47089, + 47102 ], "loc": { "start": { @@ -109726,8 +109725,8 @@ } }, "range": [ - 47079, - 47097 + 47084, + 47102 ], "loc": { "start": { @@ -109742,8 +109741,8 @@ } ], "range": [ - 47002, - 47098 + 47007, + 47103 ], "loc": { "start": { @@ -109757,8 +109756,8 @@ } }, "range": [ - 46990, - 47098 + 46995, + 47103 ], "loc": { "start": { @@ -109772,8 +109771,8 @@ } }, "range": [ - 46990, - 47099 + 46995, + 47104 ], "loc": { "start": { @@ -109788,8 +109787,8 @@ } ], "range": [ - 46968, - 47117 + 46973, + 47122 ], "loc": { "start": { @@ -109806,8 +109805,8 @@ "type": "Line", "value": "equal", "range": [ - 47134, - 47141 + 47139, + 47146 ], "loc": { "start": { @@ -109828,8 +109827,8 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 47167, - 47172 + 47172, + 47177 ], "loc": { "start": { @@ -109854,8 +109853,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 47196, - 47205 + 47201, + 47210 ], "loc": { "start": { @@ -109877,8 +109876,8 @@ "type": "Identifier", "name": "Str", "range": [ - 47208, - 47211 + 47213, + 47216 ], "loc": { "start": { @@ -109895,8 +109894,8 @@ "type": "Identifier", "name": "contains", "range": [ - 47212, - 47220 + 47217, + 47225 ], "loc": { "start": { @@ -109910,8 +109909,8 @@ } }, "range": [ - 47208, - 47220 + 47213, + 47225 ], "loc": { "start": { @@ -109934,8 +109933,8 @@ "type": "Identifier", "name": "sA", "range": [ - 47221, - 47223 + 47226, + 47228 ], "loc": { "start": { @@ -109952,8 +109951,8 @@ "type": "Identifier", "name": "replace", "range": [ - 47224, - 47231 + 47229, + 47236 ], "loc": { "start": { @@ -109967,8 +109966,8 @@ } }, "range": [ - 47221, - 47231 + 47226, + 47236 ], "loc": { "start": { @@ -109986,8 +109985,8 @@ "type": "Identifier", "name": "re_eq", "range": [ - 47232, - 47237 + 47237, + 47242 ], "loc": { "start": { @@ -110005,8 +110004,8 @@ "value": "", "raw": "''", "range": [ - 47239, - 47241 + 47244, + 47246 ], "loc": { "start": { @@ -110021,8 +110020,8 @@ } ], "range": [ - 47221, - 47242 + 47226, + 47247 ], "loc": { "start": { @@ -110039,8 +110038,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47244, - 47252 + 47249, + 47257 ], "loc": { "start": { @@ -110058,8 +110057,8 @@ "value": true, "raw": "true", "range": [ - 47278, - 47282 + 47283, + 47287 ], "loc": { "start": { @@ -110078,8 +110077,8 @@ "object": { "type": "ThisExpression", "range": [ - 47284, - 47288 + 47289, + 47293 ], "loc": { "start": { @@ -110096,8 +110095,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 47289, - 47302 + 47294, + 47307 ], "loc": { "start": { @@ -110111,8 +110110,8 @@ } }, "range": [ - 47284, - 47302 + 47289, + 47307 ], "loc": { "start": { @@ -110127,8 +110126,8 @@ } ], "range": [ - 47208, - 47303 + 47213, + 47308 ], "loc": { "start": { @@ -110142,8 +110141,8 @@ } }, "range": [ - 47196, - 47303 + 47201, + 47308 ], "loc": { "start": { @@ -110157,8 +110156,8 @@ } }, "range": [ - 47196, - 47304 + 47201, + 47309 ], "loc": { "start": { @@ -110173,8 +110172,8 @@ } ], "range": [ - 47174, - 47322 + 47179, + 47327 ], "loc": { "start": { @@ -110191,8 +110190,8 @@ "type": "Line", "value": "starts with", "range": [ - 47339, - 47352 + 47344, + 47357 ], "loc": { "start": { @@ -110213,8 +110212,8 @@ "type": "Identifier", "name": "hasST", "range": [ - 47378, - 47383 + 47383, + 47388 ], "loc": { "start": { @@ -110239,8 +110238,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 47407, - 47416 + 47412, + 47421 ], "loc": { "start": { @@ -110267,8 +110266,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47419, - 47427 + 47424, + 47432 ], "loc": { "start": { @@ -110285,8 +110284,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 47428, - 47435 + 47433, + 47440 ], "loc": { "start": { @@ -110300,8 +110299,8 @@ } }, "range": [ - 47419, - 47435 + 47424, + 47440 ], "loc": { "start": { @@ -110324,8 +110323,8 @@ "type": "Identifier", "name": "sA", "range": [ - 47436, - 47438 + 47441, + 47443 ], "loc": { "start": { @@ -110342,8 +110341,8 @@ "type": "Identifier", "name": "replace", "range": [ - 47439, - 47446 + 47444, + 47451 ], "loc": { "start": { @@ -110357,8 +110356,8 @@ } }, "range": [ - 47436, - 47446 + 47441, + 47451 ], "loc": { "start": { @@ -110376,8 +110375,8 @@ "type": "Identifier", "name": "re_st", "range": [ - 47447, - 47452 + 47452, + 47457 ], "loc": { "start": { @@ -110395,8 +110394,8 @@ "value": "", "raw": "''", "range": [ - 47454, - 47456 + 47459, + 47461 ], "loc": { "start": { @@ -110411,8 +110410,8 @@ } ], "range": [ - 47436, - 47457 + 47441, + 47462 ], "loc": { "start": { @@ -110427,8 +110426,8 @@ } ], "range": [ - 47419, - 47458 + 47424, + 47463 ], "loc": { "start": { @@ -110446,8 +110445,8 @@ "value": 0, "raw": "0", "range": [ - 47463, - 47464 + 47468, + 47469 ], "loc": { "start": { @@ -110461,8 +110460,8 @@ } }, "range": [ - 47419, - 47464 + 47424, + 47469 ], "loc": { "start": { @@ -110480,8 +110479,8 @@ "value": true, "raw": "true", "range": [ - 47491, - 47495 + 47496, + 47500 ], "loc": { "start": { @@ -110499,8 +110498,8 @@ "value": false, "raw": "false", "range": [ - 47498, - 47503 + 47503, + 47508 ], "loc": { "start": { @@ -110514,8 +110513,8 @@ } }, "range": [ - 47419, - 47503 + 47424, + 47508 ], "loc": { "start": { @@ -110529,8 +110528,8 @@ } }, "range": [ - 47407, - 47503 + 47412, + 47508 ], "loc": { "start": { @@ -110544,8 +110543,8 @@ } }, "range": [ - 47407, - 47504 + 47412, + 47509 ], "loc": { "start": { @@ -110560,8 +110559,8 @@ } ], "range": [ - 47385, - 47522 + 47390, + 47527 ], "loc": { "start": { @@ -110578,8 +110577,8 @@ "type": "Line", "value": "ends with", "range": [ - 47539, - 47550 + 47544, + 47555 ], "loc": { "start": { @@ -110600,8 +110599,8 @@ "type": "Identifier", "name": "hasEN", "range": [ - 47576, - 47581 + 47581, + 47586 ], "loc": { "start": { @@ -110626,8 +110625,8 @@ "type": "Identifier", "name": "searchArg", "range": [ - 47609, - 47618 + 47614, + 47623 ], "loc": { "start": { @@ -110649,8 +110648,8 @@ "type": "Identifier", "name": "sA", "range": [ - 47621, - 47623 + 47626, + 47628 ], "loc": { "start": { @@ -110667,8 +110666,8 @@ "type": "Identifier", "name": "replace", "range": [ - 47624, - 47631 + 47629, + 47636 ], "loc": { "start": { @@ -110682,8 +110681,8 @@ } }, "range": [ - 47621, - 47631 + 47626, + 47636 ], "loc": { "start": { @@ -110701,8 +110700,8 @@ "type": "Identifier", "name": "re_en", "range": [ - 47632, - 47637 + 47637, + 47642 ], "loc": { "start": { @@ -110720,8 +110719,8 @@ "value": "", "raw": "''", "range": [ - 47639, - 47641 + 47644, + 47646 ], "loc": { "start": { @@ -110736,8 +110735,8 @@ } ], "range": [ - 47621, - 47642 + 47626, + 47647 ], "loc": { "start": { @@ -110751,8 +110750,8 @@ } }, "range": [ - 47609, - 47642 + 47614, + 47647 ], "loc": { "start": { @@ -110768,8 +110767,8 @@ ], "kind": "let", "range": [ - 47605, - 47643 + 47610, + 47648 ], "loc": { "start": { @@ -110791,8 +110790,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 47664, - 47673 + 47669, + 47678 ], "loc": { "start": { @@ -110822,8 +110821,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47700, - 47708 + 47705, + 47713 ], "loc": { "start": { @@ -110840,8 +110839,8 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 47709, - 47720 + 47714, + 47725 ], "loc": { "start": { @@ -110855,8 +110854,8 @@ } }, "range": [ - 47700, - 47720 + 47705, + 47725 ], "loc": { "start": { @@ -110874,8 +110873,8 @@ "type": "Identifier", "name": "searchArg", "range": [ - 47721, - 47730 + 47726, + 47735 ], "loc": { "start": { @@ -110898,8 +110897,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47732, - 47740 + 47737, + 47745 ], "loc": { "start": { @@ -110916,8 +110915,8 @@ "type": "Identifier", "name": "length", "range": [ - 47741, - 47747 + 47746, + 47752 ], "loc": { "start": { @@ -110931,8 +110930,8 @@ } }, "range": [ - 47732, - 47747 + 47737, + 47752 ], "loc": { "start": { @@ -110950,8 +110949,8 @@ "value": 1, "raw": "1", "range": [ - 47750, - 47751 + 47755, + 47756 ], "loc": { "start": { @@ -110965,8 +110964,8 @@ } }, "range": [ - 47732, - 47751 + 47737, + 47756 ], "loc": { "start": { @@ -110981,8 +110980,8 @@ } ], "range": [ - 47700, - 47752 + 47705, + 47757 ], "loc": { "start": { @@ -111008,8 +111007,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47786, - 47794 + 47791, + 47799 ], "loc": { "start": { @@ -111026,8 +111025,8 @@ "type": "Identifier", "name": "length", "range": [ - 47795, - 47801 + 47800, + 47806 ], "loc": { "start": { @@ -111041,8 +111040,8 @@ } }, "range": [ - 47786, - 47801 + 47791, + 47806 ], "loc": { "start": { @@ -111060,8 +111059,8 @@ "value": 1, "raw": "1", "range": [ - 47804, - 47805 + 47809, + 47810 ], "loc": { "start": { @@ -111075,8 +111074,8 @@ } }, "range": [ - 47786, - 47805 + 47791, + 47810 ], "loc": { "start": { @@ -111099,8 +111098,8 @@ "type": "Identifier", "name": "searchArg", "range": [ - 47810, - 47819 + 47815, + 47824 ], "loc": { "start": { @@ -111117,8 +111116,8 @@ "type": "Identifier", "name": "length", "range": [ - 47820, - 47826 + 47825, + 47831 ], "loc": { "start": { @@ -111132,8 +111131,8 @@ } }, "range": [ - 47810, - 47826 + 47815, + 47831 ], "loc": { "start": { @@ -111151,8 +111150,8 @@ "value": 1, "raw": "1", "range": [ - 47829, - 47830 + 47834, + 47835 ], "loc": { "start": { @@ -111166,8 +111165,8 @@ } }, "range": [ - 47810, - 47830 + 47815, + 47835 ], "loc": { "start": { @@ -111181,8 +111180,8 @@ } }, "range": [ - 47785, - 47831 + 47790, + 47836 ], "loc": { "start": { @@ -111196,8 +111195,8 @@ } }, "range": [ - 47700, - 47831 + 47705, + 47836 ], "loc": { "start": { @@ -111222,8 +111221,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47863, - 47871 + 47868, + 47876 ], "loc": { "start": { @@ -111240,8 +111239,8 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 47872, - 47883 + 47877, + 47888 ], "loc": { "start": { @@ -111255,8 +111254,8 @@ } }, "range": [ - 47863, - 47883 + 47868, + 47888 ], "loc": { "start": { @@ -111274,8 +111273,8 @@ "type": "Identifier", "name": "searchArg", "range": [ - 47884, - 47893 + 47889, + 47898 ], "loc": { "start": { @@ -111298,8 +111297,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 47895, - 47903 + 47900, + 47908 ], "loc": { "start": { @@ -111316,8 +111315,8 @@ "type": "Identifier", "name": "length", "range": [ - 47904, - 47910 + 47909, + 47915 ], "loc": { "start": { @@ -111331,8 +111330,8 @@ } }, "range": [ - 47895, - 47910 + 47900, + 47915 ], "loc": { "start": { @@ -111350,8 +111349,8 @@ "value": 1, "raw": "1", "range": [ - 47913, - 47914 + 47918, + 47919 ], "loc": { "start": { @@ -111365,8 +111364,8 @@ } }, "range": [ - 47895, - 47914 + 47900, + 47919 ], "loc": { "start": { @@ -111381,8 +111380,8 @@ } ], "range": [ - 47863, - 47915 + 47868, + 47920 ], "loc": { "start": { @@ -111403,8 +111402,8 @@ "value": 1, "raw": "1", "range": [ - 47947, - 47948 + 47952, + 47953 ], "loc": { "start": { @@ -111419,8 +111418,8 @@ }, "prefix": true, "range": [ - 47946, - 47948 + 47951, + 47953 ], "loc": { "start": { @@ -111434,8 +111433,8 @@ } }, "range": [ - 47863, - 47948 + 47868, + 47953 ], "loc": { "start": { @@ -111449,8 +111448,8 @@ } }, "range": [ - 47700, - 47948 + 47705, + 47953 ], "loc": { "start": { @@ -111468,8 +111467,8 @@ "value": true, "raw": "true", "range": [ - 47951, - 47955 + 47956, + 47960 ], "loc": { "start": { @@ -111487,8 +111486,8 @@ "value": false, "raw": "false", "range": [ - 47958, - 47963 + 47963, + 47968 ], "loc": { "start": { @@ -111502,8 +111501,8 @@ } }, "range": [ - 47700, - 47963 + 47705, + 47968 ], "loc": { "start": { @@ -111517,8 +111516,8 @@ } }, "range": [ - 47664, - 47963 + 47669, + 47968 ], "loc": { "start": { @@ -111532,8 +111531,8 @@ } }, "range": [ - 47664, - 47964 + 47669, + 47969 ], "loc": { "start": { @@ -111548,8 +111547,8 @@ } ], "range": [ - 47583, - 47982 + 47588, + 47987 ], "loc": { "start": { @@ -111566,8 +111565,8 @@ "type": "Line", "value": "empty", "range": [ - 47999, - 48006 + 48004, + 48011 ], "loc": { "start": { @@ -111588,8 +111587,8 @@ "type": "Identifier", "name": "hasEM", "range": [ - 48032, - 48037 + 48037, + 48042 ], "loc": { "start": { @@ -111614,8 +111613,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 48061, - 48070 + 48066, + 48075 ], "loc": { "start": { @@ -111637,8 +111636,8 @@ "type": "Identifier", "name": "Str", "range": [ - 48073, - 48076 + 48078, + 48081 ], "loc": { "start": { @@ -111655,8 +111654,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 48077, - 48084 + 48082, + 48089 ], "loc": { "start": { @@ -111670,8 +111669,8 @@ } }, "range": [ - 48073, - 48084 + 48078, + 48089 ], "loc": { "start": { @@ -111689,8 +111688,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48085, - 48093 + 48090, + 48098 ], "loc": { "start": { @@ -111705,8 +111704,8 @@ } ], "range": [ - 48073, - 48094 + 48078, + 48099 ], "loc": { "start": { @@ -111720,8 +111719,8 @@ } }, "range": [ - 48061, - 48094 + 48066, + 48099 ], "loc": { "start": { @@ -111735,8 +111734,8 @@ } }, "range": [ - 48061, - 48095 + 48066, + 48100 ], "loc": { "start": { @@ -111751,8 +111750,8 @@ } ], "range": [ - 48039, - 48113 + 48044, + 48118 ], "loc": { "start": { @@ -111769,8 +111768,8 @@ "type": "Line", "value": "non-empty", "range": [ - 48130, - 48141 + 48135, + 48146 ], "loc": { "start": { @@ -111791,8 +111790,8 @@ "type": "Identifier", "name": "hasNM", "range": [ - 48167, - 48172 + 48172, + 48177 ], "loc": { "start": { @@ -111817,8 +111816,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 48196, - 48205 + 48201, + 48210 ], "loc": { "start": { @@ -111843,8 +111842,8 @@ "type": "Identifier", "name": "Str", "range": [ - 48209, - 48212 + 48214, + 48217 ], "loc": { "start": { @@ -111861,8 +111860,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 48213, - 48220 + 48218, + 48225 ], "loc": { "start": { @@ -111876,8 +111875,8 @@ } }, "range": [ - 48209, - 48220 + 48214, + 48225 ], "loc": { "start": { @@ -111895,8 +111894,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48221, - 48229 + 48226, + 48234 ], "loc": { "start": { @@ -111911,8 +111910,8 @@ } ], "range": [ - 48209, - 48230 + 48214, + 48235 ], "loc": { "start": { @@ -111927,8 +111926,8 @@ }, "prefix": true, "range": [ - 48208, - 48230 + 48213, + 48235 ], "loc": { "start": { @@ -111942,8 +111941,8 @@ } }, "range": [ - 48196, - 48230 + 48201, + 48235 ], "loc": { "start": { @@ -111957,8 +111956,8 @@ } }, "range": [ - 48196, - 48231 + 48201, + 48236 ], "loc": { "start": { @@ -111973,8 +111972,8 @@ } ], "range": [ - 48174, - 48249 + 48179, + 48254 ], "loc": { "start": { @@ -111991,8 +111990,8 @@ "type": "Line", "value": "regexp", "range": [ - 48266, - 48274 + 48271, + 48279 ], "loc": { "start": { @@ -112013,8 +112012,8 @@ "type": "Identifier", "name": "hasRE", "range": [ - 48300, - 48305 + 48305, + 48310 ], "loc": { "start": { @@ -112044,8 +112043,8 @@ "type": "Identifier", "name": "srchArg", "range": [ - 48465, - 48472 + 48470, + 48477 ], "loc": { "start": { @@ -112067,8 +112066,8 @@ "type": "Identifier", "name": "sA", "range": [ - 48475, - 48477 + 48480, + 48482 ], "loc": { "start": { @@ -112085,8 +112084,8 @@ "type": "Identifier", "name": "replace", "range": [ - 48478, - 48485 + 48483, + 48490 ], "loc": { "start": { @@ -112100,8 +112099,8 @@ } }, "range": [ - 48475, - 48485 + 48480, + 48490 ], "loc": { "start": { @@ -112119,8 +112118,8 @@ "type": "Identifier", "name": "re_re", "range": [ - 48486, - 48491 + 48491, + 48496 ], "loc": { "start": { @@ -112138,8 +112137,8 @@ "value": "", "raw": "''", "range": [ - 48493, - 48495 + 48498, + 48500 ], "loc": { "start": { @@ -112154,8 +112153,8 @@ } ], "range": [ - 48475, - 48496 + 48480, + 48501 ], "loc": { "start": { @@ -112169,8 +112168,8 @@ } }, "range": [ - 48465, - 48496 + 48470, + 48501 ], "loc": { "start": { @@ -112186,8 +112185,8 @@ ], "kind": "let", "range": [ - 48461, - 48497 + 48466, + 48502 ], "loc": { "start": { @@ -112204,8 +112203,8 @@ "type": "Line", "value": "operator is removed", "range": [ - 48415, - 48436 + 48420, + 48441 ], "loc": { "start": { @@ -112229,8 +112228,8 @@ "type": "Identifier", "name": "rgx", "range": [ - 48526, - 48529 + 48531, + 48534 ], "loc": { "start": { @@ -112249,8 +112248,8 @@ "type": "Identifier", "name": "RegExp", "range": [ - 48536, - 48542 + 48541, + 48547 ], "loc": { "start": { @@ -112268,8 +112267,8 @@ "type": "Identifier", "name": "srchArg", "range": [ - 48543, - 48550 + 48548, + 48555 ], "loc": { "start": { @@ -112284,8 +112283,8 @@ } ], "range": [ - 48532, - 48551 + 48537, + 48556 ], "loc": { "start": { @@ -112299,8 +112298,8 @@ } }, "range": [ - 48526, - 48551 + 48531, + 48556 ], "loc": { "start": { @@ -112316,8 +112315,8 @@ ], "kind": "let", "range": [ - 48522, - 48552 + 48527, + 48557 ], "loc": { "start": { @@ -112339,8 +112338,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 48577, - 48586 + 48582, + 48591 ], "loc": { "start": { @@ -112362,8 +112361,8 @@ "type": "Identifier", "name": "rgx", "range": [ - 48589, - 48592 + 48594, + 48597 ], "loc": { "start": { @@ -112380,8 +112379,8 @@ "type": "Identifier", "name": "test", "range": [ - 48593, - 48597 + 48598, + 48602 ], "loc": { "start": { @@ -112395,8 +112394,8 @@ } }, "range": [ - 48589, - 48597 + 48594, + 48602 ], "loc": { "start": { @@ -112414,8 +112413,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 48598, - 48606 + 48603, + 48611 ], "loc": { "start": { @@ -112430,8 +112429,8 @@ } ], "range": [ - 48589, - 48607 + 48594, + 48612 ], "loc": { "start": { @@ -112445,8 +112444,8 @@ } }, "range": [ - 48577, - 48607 + 48582, + 48612 ], "loc": { "start": { @@ -112460,8 +112459,8 @@ } }, "range": [ - 48577, - 48608 + 48582, + 48613 ], "loc": { "start": { @@ -112476,8 +112475,8 @@ } ], "range": [ - 48389, - 48630 + 48394, + 48635 ], "loc": { "start": { @@ -112496,8 +112495,8 @@ "type": "Identifier", "name": "ex", "range": [ - 48638, - 48640 + 48643, + 48645 ], "loc": { "start": { @@ -112522,8 +112521,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 48668, - 48677 + 48673, + 48682 ], "loc": { "start": { @@ -112541,8 +112540,8 @@ "value": false, "raw": "false", "range": [ - 48680, - 48685 + 48685, + 48690 ], "loc": { "start": { @@ -112556,8 +112555,8 @@ } }, "range": [ - 48668, - 48685 + 48673, + 48690 ], "loc": { "start": { @@ -112571,8 +112570,8 @@ } }, "range": [ - 48668, - 48686 + 48673, + 48691 ], "loc": { "start": { @@ -112587,8 +112586,8 @@ } ], "range": [ - 48642, - 48708 + 48647, + 48713 ], "loc": { "start": { @@ -112602,8 +112601,8 @@ } }, "range": [ - 48631, - 48708 + 48636, + 48713 ], "loc": { "start": { @@ -112618,8 +112617,8 @@ }, "finalizer": null, "range": [ - 48385, - 48708 + 48390, + 48713 ], "loc": { "start": { @@ -112636,8 +112635,8 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 48329, - 48364 + 48334, + 48369 ], "loc": { "start": { @@ -112654,8 +112653,8 @@ } ], "range": [ - 48307, - 48726 + 48312, + 48731 ], "loc": { "start": { @@ -112680,8 +112679,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 48910, - 48921 + 48915, + 48926 ], "loc": { "start": { @@ -112703,8 +112702,8 @@ "object": { "type": "ThisExpression", "range": [ - 48926, - 48930 + 48931, + 48935 ], "loc": { "start": { @@ -112721,8 +112720,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 48931, - 48946 + 48936, + 48951 ], "loc": { "start": { @@ -112736,8 +112735,8 @@ } }, "range": [ - 48926, - 48946 + 48931, + 48951 ], "loc": { "start": { @@ -112752,8 +112751,8 @@ }, "prefix": true, "range": [ - 48925, - 48946 + 48930, + 48951 ], "loc": { "start": { @@ -112767,8 +112766,8 @@ } }, "range": [ - 48910, - 48946 + 48915, + 48951 ], "loc": { "start": { @@ -112793,8 +112792,8 @@ "type": "Identifier", "name": "sA", "range": [ - 48974, - 48976 + 48979, + 48981 ], "loc": { "start": { @@ -112813,8 +112812,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 48979, - 48993 + 48984, + 48998 ], "loc": { "start": { @@ -112832,8 +112831,8 @@ "type": "Identifier", "name": "sA", "range": [ - 48994, - 48996 + 48999, + 49001 ], "loc": { "start": { @@ -112850,8 +112849,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 48998, - 49006 + 49003, + 49011 ], "loc": { "start": { @@ -112866,8 +112865,8 @@ } ], "range": [ - 48979, - 49007 + 48984, + 49012 ], "loc": { "start": { @@ -112881,8 +112880,8 @@ } }, "range": [ - 48974, - 49007 + 48979, + 49012 ], "loc": { "start": { @@ -112896,8 +112895,8 @@ } }, "range": [ - 48974, - 49008 + 48979, + 49013 ], "loc": { "start": { @@ -112919,8 +112918,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 49033, - 49042 + 49038, + 49047 ], "loc": { "start": { @@ -112943,8 +112942,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 49045, - 49056 + 49050, + 49061 ], "loc": { "start": { @@ -112961,8 +112960,8 @@ "type": "Identifier", "name": "sA", "range": [ - 49061, - 49063 + 49066, + 49068 ], "loc": { "start": { @@ -112976,8 +112975,8 @@ } }, "range": [ - 49045, - 49063 + 49050, + 49068 ], "loc": { "start": { @@ -112999,8 +112998,8 @@ "type": "Identifier", "name": "Str", "range": [ - 49095, - 49098 + 49100, + 49103 ], "loc": { "start": { @@ -113017,8 +113016,8 @@ "type": "Identifier", "name": "contains", "range": [ - 49099, - 49107 + 49104, + 49112 ], "loc": { "start": { @@ -113032,8 +113031,8 @@ } }, "range": [ - 49095, - 49107 + 49100, + 49112 ], "loc": { "start": { @@ -113056,8 +113055,8 @@ "type": "Identifier", "name": "sA", "range": [ - 49108, - 49110 + 49113, + 49115 ], "loc": { "start": { @@ -113074,8 +113073,8 @@ "type": "Identifier", "name": "toString", "range": [ - 49111, - 49119 + 49116, + 49124 ], "loc": { "start": { @@ -113089,8 +113088,8 @@ } }, "range": [ - 49108, - 49119 + 49113, + 49124 ], "loc": { "start": { @@ -113105,8 +113104,8 @@ }, "arguments": [], "range": [ - 49108, - 49121 + 49113, + 49126 ], "loc": { "start": { @@ -113128,8 +113127,8 @@ "type": "Identifier", "name": "numCellData", "range": [ - 49123, - 49134 + 49128, + 49139 ], "loc": { "start": { @@ -113146,8 +113145,8 @@ "type": "Identifier", "name": "toString", "range": [ - 49135, - 49143 + 49140, + 49148 ], "loc": { "start": { @@ -113161,8 +113160,8 @@ } }, "range": [ - 49123, - 49143 + 49128, + 49148 ], "loc": { "start": { @@ -113177,8 +113176,8 @@ }, "arguments": [], "range": [ - 49123, - 49145 + 49128, + 49150 ], "loc": { "start": { @@ -113199,8 +113198,8 @@ "object": { "type": "ThisExpression", "range": [ - 49179, - 49183 + 49184, + 49188 ], "loc": { "start": { @@ -113217,8 +113216,8 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 49184, - 49196 + 49189, + 49201 ], "loc": { "start": { @@ -113232,8 +113231,8 @@ } }, "range": [ - 49179, - 49196 + 49184, + 49201 ], "loc": { "start": { @@ -113251,8 +113250,8 @@ "type": "Identifier", "name": "j", "range": [ - 49197, - 49198 + 49202, + 49203 ], "loc": { "start": { @@ -113267,8 +113266,8 @@ } ], "range": [ - 49179, - 49199 + 49184, + 49204 ], "loc": { "start": { @@ -113287,8 +113286,8 @@ "object": { "type": "ThisExpression", "range": [ - 49201, - 49205 + 49206, + 49210 ], "loc": { "start": { @@ -113305,8 +113304,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 49206, - 49219 + 49211, + 49224 ], "loc": { "start": { @@ -113320,8 +113319,8 @@ } }, "range": [ - 49201, - 49219 + 49206, + 49224 ], "loc": { "start": { @@ -113336,8 +113335,8 @@ } ], "range": [ - 49095, - 49220 + 49100, + 49225 ], "loc": { "start": { @@ -113351,8 +113350,8 @@ } }, "range": [ - 49045, - 49220 + 49050, + 49225 ], "loc": { "start": { @@ -113366,8 +113365,8 @@ } }, "range": [ - 49033, - 49220 + 49038, + 49225 ], "loc": { "start": { @@ -113381,8 +113380,8 @@ } }, "range": [ - 49033, - 49221 + 49038, + 49226 ], "loc": { "start": { @@ -113397,8 +113396,8 @@ } ], "range": [ - 48948, - 49243 + 48953, + 49248 ], "loc": { "start": { @@ -113423,8 +113422,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 49353, - 49362 + 49358, + 49367 ], "loc": { "start": { @@ -113446,8 +113445,8 @@ "type": "Identifier", "name": "Str", "range": [ - 49365, - 49368 + 49370, + 49373 ], "loc": { "start": { @@ -113464,8 +113463,8 @@ "type": "Identifier", "name": "contains", "range": [ - 49369, - 49377 + 49374, + 49382 ], "loc": { "start": { @@ -113479,8 +113478,8 @@ } }, "range": [ - 49365, - 49377 + 49370, + 49382 ], "loc": { "start": { @@ -113498,8 +113497,8 @@ "type": "Identifier", "name": "sA", "range": [ - 49378, - 49380 + 49383, + 49385 ], "loc": { "start": { @@ -113516,8 +113515,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 49382, - 49390 + 49387, + 49395 ], "loc": { "start": { @@ -113538,8 +113537,8 @@ "object": { "type": "ThisExpression", "range": [ - 49420, - 49424 + 49425, + 49429 ], "loc": { "start": { @@ -113556,8 +113555,8 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 49425, - 49437 + 49430, + 49442 ], "loc": { "start": { @@ -113571,8 +113570,8 @@ } }, "range": [ - 49420, - 49437 + 49425, + 49442 ], "loc": { "start": { @@ -113590,8 +113589,8 @@ "type": "Identifier", "name": "j", "range": [ - 49438, - 49439 + 49443, + 49444 ], "loc": { "start": { @@ -113606,8 +113605,8 @@ } ], "range": [ - 49420, - 49440 + 49425, + 49445 ], "loc": { "start": { @@ -113626,8 +113625,8 @@ "object": { "type": "ThisExpression", "range": [ - 49442, - 49446 + 49447, + 49451 ], "loc": { "start": { @@ -113644,8 +113643,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 49447, - 49460 + 49452, + 49465 ], "loc": { "start": { @@ -113659,8 +113658,8 @@ } }, "range": [ - 49442, - 49460 + 49447, + 49465 ], "loc": { "start": { @@ -113675,8 +113674,8 @@ } ], "range": [ - 49365, - 49461 + 49370, + 49466 ], "loc": { "start": { @@ -113690,8 +113689,8 @@ } }, "range": [ - 49353, - 49461 + 49358, + 49466 ], "loc": { "start": { @@ -113705,8 +113704,8 @@ } }, "range": [ - 49353, - 49462 + 49358, + 49467 ], "loc": { "start": { @@ -113723,8 +113722,8 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 49275, - 49328 + 49280, + 49333 ], "loc": { "start": { @@ -113741,8 +113740,8 @@ } ], "range": [ - 49249, - 49484 + 49254, + 49489 ], "loc": { "start": { @@ -113756,8 +113755,8 @@ } }, "range": [ - 48906, - 49484 + 48911, + 49489 ], "loc": { "start": { @@ -113774,8 +113773,8 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 48754, - 48813 + 48759, + 48818 ], "loc": { "start": { @@ -113792,8 +113791,8 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 48834, - 48885 + 48839, + 48890 ], "loc": { "start": { @@ -113810,8 +113809,8 @@ } ], "range": [ - 48732, - 49502 + 48737, + 49507 ], "loc": { "start": { @@ -113825,8 +113824,8 @@ } }, "range": [ - 48296, - 49502 + 48301, + 49507 ], "loc": { "start": { @@ -113843,8 +113842,8 @@ "type": "Line", "value": "regexp", "range": [ - 48266, - 48274 + 48271, + 48279 ], "loc": { "start": { @@ -113860,8 +113859,8 @@ ] }, "range": [ - 48163, - 49502 + 48168, + 49507 ], "loc": { "start": { @@ -113878,8 +113877,8 @@ "type": "Line", "value": "non-empty", "range": [ - 48130, - 48141 + 48135, + 48146 ], "loc": { "start": { @@ -113895,8 +113894,8 @@ ] }, "range": [ - 48028, - 49502 + 48033, + 49507 ], "loc": { "start": { @@ -113913,8 +113912,8 @@ "type": "Line", "value": "empty", "range": [ - 47999, - 48006 + 48004, + 48011 ], "loc": { "start": { @@ -113930,8 +113929,8 @@ ] }, "range": [ - 47572, - 49502 + 47577, + 49507 ], "loc": { "start": { @@ -113948,8 +113947,8 @@ "type": "Line", "value": "ends with", "range": [ - 47539, - 47550 + 47544, + 47555 ], "loc": { "start": { @@ -113965,8 +113964,8 @@ ] }, "range": [ - 47374, - 49502 + 47379, + 49507 ], "loc": { "start": { @@ -113983,8 +113982,8 @@ "type": "Line", "value": "starts with", "range": [ - 47339, - 47352 + 47344, + 47357 ], "loc": { "start": { @@ -114000,8 +113999,8 @@ ] }, "range": [ - 47163, - 49502 + 47168, + 49507 ], "loc": { "start": { @@ -114018,8 +114017,8 @@ "type": "Line", "value": "equal", "range": [ - 47134, - 47141 + 47139, + 47146 ], "loc": { "start": { @@ -114035,8 +114034,8 @@ ] }, "range": [ - 46957, - 49502 + 46962, + 49507 ], "loc": { "start": { @@ -114053,8 +114052,8 @@ "type": "Line", "value": "like", "range": [ - 46929, - 46935 + 46934, + 46940 ], "loc": { "start": { @@ -114070,8 +114069,8 @@ ] }, "range": [ - 46738, - 49502 + 46743, + 49507 ], "loc": { "start": { @@ -114088,8 +114087,8 @@ "type": "Line", "value": "different", "range": [ - 46705, - 46716 + 46710, + 46721 ], "loc": { "start": { @@ -114105,8 +114104,8 @@ ] }, "range": [ - 46539, - 49502 + 46544, + 49507 ], "loc": { "start": { @@ -114123,8 +114122,8 @@ "type": "Line", "value": "greater", "range": [ - 46508, - 46517 + 46513, + 46522 ], "loc": { "start": { @@ -114140,8 +114139,8 @@ ] }, "range": [ - 46342, - 49502 + 46347, + 49507 ], "loc": { "start": { @@ -114158,8 +114157,8 @@ "type": "Line", "value": "lower", "range": [ - 46313, - 46320 + 46318, + 46325 ], "loc": { "start": { @@ -114175,8 +114174,8 @@ ] }, "range": [ - 46145, - 49502 + 46150, + 49507 ], "loc": { "start": { @@ -114193,8 +114192,8 @@ "type": "Line", "value": "greater equal", "range": [ - 46108, - 46123 + 46113, + 46128 ], "loc": { "start": { @@ -114210,8 +114209,8 @@ ] }, "range": [ - 45940, - 49502 + 45945, + 49507 ], "loc": { "start": { @@ -114228,8 +114227,8 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 45805, - 45867 + 45810, + 45872 ], "loc": { "start": { @@ -114246,8 +114245,8 @@ "type": "Line", "value": " rgx:)", "range": [ - 45884, - 45892 + 45889, + 45897 ], "loc": { "start": { @@ -114264,8 +114263,8 @@ "type": "Line", "value": " lower equal", "range": [ - 45909, - 45923 + 45914, + 45928 ], "loc": { "start": { @@ -114282,8 +114281,8 @@ } ], "range": [ - 45103, - 49517 + 45108, + 49522 ], "loc": { "start": { @@ -114297,8 +114296,8 @@ } }, "range": [ - 42764, - 49517 + 42769, + 49522 ], "loc": { "start": { @@ -114315,8 +114314,8 @@ "type": "Line", "value": "dates", "range": [ - 42744, - 42751 + 42749, + 42756 ], "loc": { "start": { @@ -114335,8 +114334,8 @@ "type": "Line", "value": "else", "range": [ - 49517, - 49523 + 49522, + 49528 ], "loc": { "start": { @@ -114357,8 +114356,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 49543, - 49552 + 49548, + 49557 ], "loc": { "start": { @@ -114372,8 +114371,8 @@ } }, "range": [ - 49536, - 49553 + 49541, + 49558 ], "loc": { "start": { @@ -114390,8 +114389,8 @@ "type": "Line", "value": "else", "range": [ - 49517, - 49523 + 49522, + 49528 ], "loc": { "start": { @@ -114408,8 +114407,8 @@ } ], "range": [ - 41241, - 49563 + 41246, + 49568 ], "loc": { "start": { @@ -114425,8 +114424,8 @@ "generator": false, "expression": false, "range": [ - 41208, - 49563 + 41213, + 49568 ], "loc": { "start": { @@ -114443,8 +114442,8 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 41157, - 41199 + 41162, + 41204 ], "loc": { "start": { @@ -114463,8 +114462,8 @@ "type": "Line", "value": "fn", "range": [ - 49563, - 49567 + 49568, + 49572 ], "loc": { "start": { @@ -114490,8 +114489,8 @@ "type": "Identifier", "name": "k", "range": [ - 49586, - 49587 + 49591, + 49592 ], "loc": { "start": { @@ -114510,8 +114509,8 @@ "object": { "type": "ThisExpression", "range": [ - 49590, - 49594 + 49595, + 49599 ], "loc": { "start": { @@ -114528,8 +114527,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 49595, - 49601 + 49600, + 49606 ], "loc": { "start": { @@ -114543,8 +114542,8 @@ } }, "range": [ - 49590, - 49601 + 49595, + 49606 ], "loc": { "start": { @@ -114558,8 +114557,8 @@ } }, "range": [ - 49586, - 49601 + 49591, + 49606 ], "loc": { "start": { @@ -114575,8 +114574,8 @@ ], "kind": "let", "range": [ - 49582, - 49601 + 49587, + 49606 ], "loc": { "start": { @@ -114596,8 +114595,8 @@ "type": "Identifier", "name": "k", "range": [ - 49603, - 49604 + 49608, + 49609 ], "loc": { "start": { @@ -114616,8 +114615,8 @@ "object": { "type": "ThisExpression", "range": [ - 49607, - 49611 + 49612, + 49616 ], "loc": { "start": { @@ -114634,8 +114633,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 49612, - 49618 + 49617, + 49623 ], "loc": { "start": { @@ -114649,8 +114648,8 @@ } }, "range": [ - 49607, - 49618 + 49612, + 49623 ], "loc": { "start": { @@ -114664,8 +114663,8 @@ } }, "range": [ - 49603, - 49618 + 49608, + 49623 ], "loc": { "start": { @@ -114685,8 +114684,8 @@ "type": "Identifier", "name": "k", "range": [ - 49620, - 49621 + 49625, + 49626 ], "loc": { "start": { @@ -114701,8 +114700,8 @@ }, "prefix": false, "range": [ - 49620, - 49623 + 49625, + 49628 ], "loc": { "start": { @@ -114736,8 +114735,8 @@ "type": "Identifier", "name": "row", "range": [ - 49692, - 49695 + 49697, + 49700 ], "loc": { "start": { @@ -114754,8 +114753,8 @@ "type": "Identifier", "name": "k", "range": [ - 49696, - 49697 + 49701, + 49702 ], "loc": { "start": { @@ -114769,8 +114768,8 @@ } }, "range": [ - 49692, - 49698 + 49697, + 49703 ], "loc": { "start": { @@ -114787,8 +114786,8 @@ "type": "Identifier", "name": "style", "range": [ - 49699, - 49704 + 49704, + 49709 ], "loc": { "start": { @@ -114802,8 +114801,8 @@ } }, "range": [ - 49692, - 49704 + 49697, + 49709 ], "loc": { "start": { @@ -114820,8 +114819,8 @@ "type": "Identifier", "name": "display", "range": [ - 49705, - 49712 + 49710, + 49717 ], "loc": { "start": { @@ -114835,8 +114834,8 @@ } }, "range": [ - 49692, - 49712 + 49697, + 49717 ], "loc": { "start": { @@ -114854,8 +114853,8 @@ "value": "", "raw": "''", "range": [ - 49715, - 49717 + 49720, + 49722 ], "loc": { "start": { @@ -114869,8 +114868,8 @@ } }, "range": [ - 49692, - 49717 + 49697, + 49722 ], "loc": { "start": { @@ -114884,8 +114883,8 @@ } }, "range": [ - 49692, - 49718 + 49697, + 49723 ], "loc": { "start": { @@ -114902,8 +114901,8 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 49639, - 49679 + 49644, + 49684 ], "loc": { "start": { @@ -114927,8 +114926,8 @@ "type": "Identifier", "name": "cells", "range": [ - 49736, - 49741 + 49741, + 49746 ], "loc": { "start": { @@ -114951,8 +114950,8 @@ "type": "Identifier", "name": "row", "range": [ - 49744, - 49747 + 49749, + 49752 ], "loc": { "start": { @@ -114969,8 +114968,8 @@ "type": "Identifier", "name": "k", "range": [ - 49748, - 49749 + 49753, + 49754 ], "loc": { "start": { @@ -114984,8 +114983,8 @@ } }, "range": [ - 49744, - 49750 + 49749, + 49755 ], "loc": { "start": { @@ -115002,8 +115001,8 @@ "type": "Identifier", "name": "cells", "range": [ - 49751, - 49756 + 49756, + 49761 ], "loc": { "start": { @@ -115017,8 +115016,8 @@ } }, "range": [ - 49744, - 49756 + 49749, + 49761 ], "loc": { "start": { @@ -115032,8 +115031,8 @@ } }, "range": [ - 49736, - 49756 + 49741, + 49761 ], "loc": { "start": { @@ -115052,8 +115051,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49774, - 49781 + 49779, + 49786 ], "loc": { "start": { @@ -115073,8 +115072,8 @@ "type": "Identifier", "name": "cells", "range": [ - 49784, - 49789 + 49789, + 49794 ], "loc": { "start": { @@ -115091,8 +115090,8 @@ "type": "Identifier", "name": "length", "range": [ - 49790, - 49796 + 49795, + 49801 ], "loc": { "start": { @@ -115106,8 +115105,8 @@ } }, "range": [ - 49784, - 49796 + 49789, + 49801 ], "loc": { "start": { @@ -115121,8 +115120,8 @@ } }, "range": [ - 49774, - 49796 + 49779, + 49801 ], "loc": { "start": { @@ -115138,8 +115137,8 @@ ], "kind": "let", "range": [ - 49732, - 49797 + 49737, + 49802 ], "loc": { "start": { @@ -115156,8 +115155,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 49811, - 49844 + 49816, + 49849 ], "loc": { "start": { @@ -115181,8 +115180,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49861, - 49868 + 49866, + 49873 ], "loc": { "start": { @@ -115201,8 +115200,8 @@ "object": { "type": "ThisExpression", "range": [ - 49873, - 49877 + 49878, + 49882 ], "loc": { "start": { @@ -115219,8 +115218,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 49878, - 49885 + 49883, + 49890 ], "loc": { "start": { @@ -115234,8 +115233,8 @@ } }, "range": [ - 49873, - 49885 + 49878, + 49890 ], "loc": { "start": { @@ -115249,8 +115248,8 @@ } }, "range": [ - 49861, - 49885 + 49866, + 49890 ], "loc": { "start": { @@ -115270,8 +115269,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 49905, - 49914 + 49910, + 49919 ], "loc": { "start": { @@ -115286,8 +115285,8 @@ } ], "range": [ - 49887, - 49928 + 49892, + 49933 ], "loc": { "start": { @@ -115302,8 +115301,8 @@ }, "alternate": null, "range": [ - 49857, - 49928 + 49862, + 49933 ], "loc": { "start": { @@ -115320,8 +115319,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 49811, - 49844 + 49816, + 49849 ], "loc": { "start": { @@ -115345,8 +115344,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 49946, - 49955 + 49951, + 49960 ], "loc": { "start": { @@ -115363,8 +115362,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 49958, - 49960 + 49963, + 49965 ], "loc": { "start": { @@ -115378,8 +115377,8 @@ } }, "range": [ - 49946, - 49960 + 49951, + 49965 ], "loc": { "start": { @@ -115398,8 +115397,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 49978, - 49988 + 49983, + 49993 ], "loc": { "start": { @@ -115417,8 +115416,8 @@ "value": true, "raw": "true", "range": [ - 49991, - 49995 + 49996, + 50000 ], "loc": { "start": { @@ -115432,8 +115431,8 @@ } }, "range": [ - 49978, - 49995 + 49983, + 50000 ], "loc": { "start": { @@ -115452,8 +115451,8 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 50061, - 50078 + 50066, + 50083 ], "loc": { "start": { @@ -115471,8 +115470,8 @@ "value": false, "raw": "false", "range": [ - 50081, - 50086 + 50086, + 50091 ], "loc": { "start": { @@ -115486,8 +115485,8 @@ } }, "range": [ - 50061, - 50086 + 50066, + 50091 ], "loc": { "start": { @@ -115504,8 +115503,8 @@ "type": "Line", "value": "only for single filter search", "range": [ - 50013, - 50044 + 50018, + 50049 ], "loc": { "start": { @@ -115523,8 +115522,8 @@ ], "kind": "let", "range": [ - 49942, - 50087 + 49947, + 50092 ], "loc": { "start": { @@ -115541,8 +115540,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 50101, - 50133 + 50106, + 50138 ], "loc": { "start": { @@ -115568,8 +115567,8 @@ "type": "Identifier", "name": "j", "range": [ - 50155, - 50156 + 50160, + 50161 ], "loc": { "start": { @@ -115587,8 +115586,8 @@ "value": 0, "raw": "0", "range": [ - 50159, - 50160 + 50164, + 50165 ], "loc": { "start": { @@ -115602,8 +115601,8 @@ } }, "range": [ - 50155, - 50160 + 50160, + 50165 ], "loc": { "start": { @@ -115619,8 +115618,8 @@ ], "kind": "let", "range": [ - 50151, - 50160 + 50156, + 50165 ], "loc": { "start": { @@ -115640,8 +115639,8 @@ "type": "Identifier", "name": "j", "range": [ - 50162, - 50163 + 50167, + 50168 ], "loc": { "start": { @@ -115658,8 +115657,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 50166, - 50173 + 50171, + 50178 ], "loc": { "start": { @@ -115673,8 +115672,8 @@ } }, "range": [ - 50162, - 50173 + 50167, + 50178 ], "loc": { "start": { @@ -115694,8 +115693,8 @@ "type": "Identifier", "name": "j", "range": [ - 50175, - 50176 + 50180, + 50181 ], "loc": { "start": { @@ -115710,8 +115709,8 @@ }, "prefix": false, "range": [ - 50175, - 50178 + 50180, + 50183 ], "loc": { "start": { @@ -115736,8 +115735,8 @@ "type": "Identifier", "name": "sA", "range": [ - 50237, - 50239 + 50242, + 50244 ], "loc": { "start": { @@ -115757,8 +115756,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 50242, - 50252 + 50247, + 50257 ], "loc": { "start": { @@ -115779,8 +115778,8 @@ "object": { "type": "ThisExpression", "range": [ - 50253, - 50257 + 50258, + 50262 ], "loc": { "start": { @@ -115797,8 +115796,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 50258, - 50273 + 50263, + 50278 ], "loc": { "start": { @@ -115812,8 +115811,8 @@ } }, "range": [ - 50253, - 50273 + 50258, + 50278 ], "loc": { "start": { @@ -115831,8 +115830,8 @@ "value": 0, "raw": "0", "range": [ - 50276, - 50277 + 50281, + 50282 ], "loc": { "start": { @@ -115849,8 +115848,8 @@ "type": "Identifier", "name": "j", "range": [ - 50280, - 50281 + 50285, + 50286 ], "loc": { "start": { @@ -115864,8 +115863,8 @@ } }, "range": [ - 50253, - 50281 + 50258, + 50286 ], "loc": { "start": { @@ -115879,8 +115878,8 @@ } }, "range": [ - 50242, - 50282 + 50247, + 50287 ], "loc": { "start": { @@ -115894,8 +115893,8 @@ } }, "range": [ - 50237, - 50282 + 50242, + 50287 ], "loc": { "start": { @@ -115911,8 +115910,8 @@ ], "kind": "let", "range": [ - 50233, - 50283 + 50238, + 50288 ], "loc": { "start": { @@ -115929,8 +115928,8 @@ "type": "Line", "value": "searched keyword", "range": [ - 50198, - 50216 + 50203, + 50221 ], "loc": { "start": { @@ -115954,8 +115953,8 @@ "type": "Identifier", "name": "sA", "range": [ - 50305, - 50307 + 50310, + 50312 ], "loc": { "start": { @@ -115973,8 +115972,8 @@ "value": "", "raw": "''", "range": [ - 50312, - 50314 + 50317, + 50319 ], "loc": { "start": { @@ -115988,8 +115987,8 @@ } }, "range": [ - 50305, - 50314 + 50310, + 50319 ], "loc": { "start": { @@ -116009,8 +116008,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 50338, - 50347 + 50343, + 50352 ], "loc": { "start": { @@ -116025,8 +116024,8 @@ } ], "range": [ - 50316, - 50365 + 50321, + 50370 ], "loc": { "start": { @@ -116041,8 +116040,8 @@ }, "alternate": null, "range": [ - 50301, - 50365 + 50306, + 50370 ], "loc": { "start": { @@ -116064,8 +116063,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 50387, - 50395 + 50392, + 50400 ], "loc": { "start": { @@ -116087,8 +116086,8 @@ "type": "Identifier", "name": "Str", "range": [ - 50398, - 50401 + 50403, + 50406 ], "loc": { "start": { @@ -116105,8 +116104,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 50402, - 50411 + 50407, + 50416 ], "loc": { "start": { @@ -116120,8 +116119,8 @@ } }, "range": [ - 50398, - 50411 + 50403, + 50416 ], "loc": { "start": { @@ -116143,8 +116142,8 @@ "object": { "type": "ThisExpression", "range": [ - 50412, - 50416 + 50417, + 50421 ], "loc": { "start": { @@ -116161,8 +116160,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 50417, - 50428 + 50422, + 50433 ], "loc": { "start": { @@ -116176,8 +116175,8 @@ } }, "range": [ - 50412, - 50428 + 50417, + 50433 ], "loc": { "start": { @@ -116198,8 +116197,8 @@ "type": "Identifier", "name": "cells", "range": [ - 50429, - 50434 + 50434, + 50439 ], "loc": { "start": { @@ -116216,8 +116215,8 @@ "type": "Identifier", "name": "j", "range": [ - 50435, - 50436 + 50440, + 50441 ], "loc": { "start": { @@ -116231,8 +116230,8 @@ } }, "range": [ - 50429, - 50437 + 50434, + 50442 ], "loc": { "start": { @@ -116247,8 +116246,8 @@ } ], "range": [ - 50412, - 50438 + 50417, + 50443 ], "loc": { "start": { @@ -116267,8 +116266,8 @@ "object": { "type": "ThisExpression", "range": [ - 50460, - 50464 + 50465, + 50469 ], "loc": { "start": { @@ -116285,8 +116284,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 50465, - 50478 + 50470, + 50483 ], "loc": { "start": { @@ -116300,8 +116299,8 @@ } }, "range": [ - 50460, - 50478 + 50465, + 50483 ], "loc": { "start": { @@ -116316,8 +116315,8 @@ } ], "range": [ - 50398, - 50479 + 50403, + 50484 ], "loc": { "start": { @@ -116331,8 +116330,8 @@ } }, "range": [ - 50387, - 50479 + 50392, + 50484 ], "loc": { "start": { @@ -116348,8 +116347,8 @@ ], "kind": "let", "range": [ - 50383, - 50480 + 50388, + 50485 ], "loc": { "start": { @@ -116366,8 +116365,8 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 50498, - 50537 + 50503, + 50542 ], "loc": { "start": { @@ -116391,8 +116390,8 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 50558, - 50567 + 50563, + 50572 ], "loc": { "start": { @@ -116419,8 +116418,8 @@ "type": "Identifier", "name": "sA", "range": [ - 50570, - 50572 + 50575, + 50577 ], "loc": { "start": { @@ -116437,8 +116436,8 @@ "type": "Identifier", "name": "toString", "range": [ - 50573, - 50581 + 50578, + 50586 ], "loc": { "start": { @@ -116452,8 +116451,8 @@ } }, "range": [ - 50570, - 50581 + 50575, + 50586 ], "loc": { "start": { @@ -116468,8 +116467,8 @@ }, "arguments": [], "range": [ - 50570, - 50583 + 50575, + 50588 ], "loc": { "start": { @@ -116486,8 +116485,8 @@ "type": "Identifier", "name": "split", "range": [ - 50584, - 50589 + 50589, + 50594 ], "loc": { "start": { @@ -116501,8 +116500,8 @@ } }, "range": [ - 50570, - 50589 + 50575, + 50594 ], "loc": { "start": { @@ -116522,8 +116521,8 @@ "object": { "type": "ThisExpression", "range": [ - 50590, - 50594 + 50595, + 50599 ], "loc": { "start": { @@ -116540,8 +116539,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 50595, - 50605 + 50600, + 50610 ], "loc": { "start": { @@ -116555,8 +116554,8 @@ } }, "range": [ - 50590, - 50605 + 50595, + 50610 ], "loc": { "start": { @@ -116571,8 +116570,8 @@ } ], "range": [ - 50570, - 50606 + 50575, + 50611 ], "loc": { "start": { @@ -116586,8 +116585,8 @@ } }, "range": [ - 50558, - 50606 + 50563, + 50611 ], "loc": { "start": { @@ -116606,8 +116605,8 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50687, - 50699 + 50692, + 50704 ], "loc": { "start": { @@ -116630,8 +116629,8 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 50702, - 50711 + 50707, + 50716 ], "loc": { "start": { @@ -116648,8 +116647,8 @@ "type": "Identifier", "name": "length", "range": [ - 50712, - 50718 + 50717, + 50723 ], "loc": { "start": { @@ -116663,8 +116662,8 @@ } }, "range": [ - 50702, - 50718 + 50707, + 50723 ], "loc": { "start": { @@ -116682,8 +116681,8 @@ "value": 1, "raw": "1", "range": [ - 50721, - 50722 + 50726, + 50727 ], "loc": { "start": { @@ -116697,8 +116696,8 @@ } }, "range": [ - 50702, - 50722 + 50707, + 50727 ], "loc": { "start": { @@ -116712,8 +116711,8 @@ } }, "range": [ - 50687, - 50722 + 50692, + 50727 ], "loc": { "start": { @@ -116730,8 +116729,8 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 50628, - 50666 + 50633, + 50671 ], "loc": { "start": { @@ -116752,8 +116751,8 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 50804, - 50814 + 50809, + 50819 ], "loc": { "start": { @@ -116780,8 +116779,8 @@ "type": "Identifier", "name": "sA", "range": [ - 50817, - 50819 + 50822, + 50824 ], "loc": { "start": { @@ -116798,8 +116797,8 @@ "type": "Identifier", "name": "toString", "range": [ - 50820, - 50828 + 50825, + 50833 ], "loc": { "start": { @@ -116813,8 +116812,8 @@ } }, "range": [ - 50817, - 50828 + 50822, + 50833 ], "loc": { "start": { @@ -116829,8 +116828,8 @@ }, "arguments": [], "range": [ - 50817, - 50830 + 50822, + 50835 ], "loc": { "start": { @@ -116847,8 +116846,8 @@ "type": "Identifier", "name": "split", "range": [ - 50831, - 50836 + 50836, + 50841 ], "loc": { "start": { @@ -116862,8 +116861,8 @@ } }, "range": [ - 50817, - 50836 + 50822, + 50841 ], "loc": { "start": { @@ -116883,8 +116882,8 @@ "object": { "type": "ThisExpression", "range": [ - 50837, - 50841 + 50842, + 50846 ], "loc": { "start": { @@ -116901,8 +116900,8 @@ "type": "Identifier", "name": "anOperator", "range": [ - 50842, - 50852 + 50847, + 50857 ], "loc": { "start": { @@ -116916,8 +116915,8 @@ } }, "range": [ - 50837, - 50852 + 50842, + 50857 ], "loc": { "start": { @@ -116932,8 +116931,8 @@ } ], "range": [ - 50817, - 50853 + 50822, + 50858 ], "loc": { "start": { @@ -116947,8 +116946,8 @@ } }, "range": [ - 50804, - 50853 + 50809, + 50858 ], "loc": { "start": { @@ -116965,8 +116964,8 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 50744, - 50783 + 50749, + 50788 ], "loc": { "start": { @@ -116987,8 +116986,8 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 50934, - 50947 + 50939, + 50952 ], "loc": { "start": { @@ -117011,8 +117010,8 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 50950, - 50960 + 50955, + 50965 ], "loc": { "start": { @@ -117029,8 +117028,8 @@ "type": "Identifier", "name": "length", "range": [ - 50961, - 50967 + 50966, + 50972 ], "loc": { "start": { @@ -117044,8 +117043,8 @@ } }, "range": [ - 50950, - 50967 + 50955, + 50972 ], "loc": { "start": { @@ -117063,8 +117062,8 @@ "value": 1, "raw": "1", "range": [ - 50970, - 50971 + 50975, + 50976 ], "loc": { "start": { @@ -117078,8 +117077,8 @@ } }, "range": [ - 50950, - 50971 + 50955, + 50976 ], "loc": { "start": { @@ -117093,8 +117092,8 @@ } }, "range": [ - 50934, - 50971 + 50939, + 50976 ], "loc": { "start": { @@ -117111,8 +117110,8 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 50875, - 50913 + 50880, + 50918 ], "loc": { "start": { @@ -117130,8 +117129,8 @@ ], "kind": "let", "range": [ - 50554, - 50972 + 50559, + 50977 ], "loc": { "start": { @@ -117148,8 +117147,8 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 50498, - 50537 + 50503, + 50542 ], "loc": { "start": { @@ -117168,8 +117167,8 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50990, - 51023 + 50995, + 51028 ], "loc": { "start": { @@ -117201,8 +117200,8 @@ "type": "Identifier", "name": "Types", "range": [ - 51044, - 51049 + 51049, + 51054 ], "loc": { "start": { @@ -117219,8 +117218,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 51050, - 51057 + 51055, + 51062 ], "loc": { "start": { @@ -117234,8 +117233,8 @@ } }, "range": [ - 51044, - 51057 + 51049, + 51062 ], "loc": { "start": { @@ -117253,8 +117252,8 @@ "type": "Identifier", "name": "sA", "range": [ - 51058, - 51060 + 51063, + 51065 ], "loc": { "start": { @@ -117269,8 +117268,8 @@ } ], "range": [ - 51044, - 51061 + 51049, + 51066 ], "loc": { "start": { @@ -117287,8 +117286,8 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51065, - 51077 + 51070, + 51082 ], "loc": { "start": { @@ -117302,8 +117301,8 @@ } }, "range": [ - 51044, - 51077 + 51049, + 51082 ], "loc": { "start": { @@ -117320,8 +117319,8 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 51081, - 51094 + 51086, + 51099 ], "loc": { "start": { @@ -117335,8 +117334,8 @@ } }, "range": [ - 51044, - 51094 + 51049, + 51099 ], "loc": { "start": { @@ -117361,8 +117360,8 @@ "type": "Identifier", "name": "cS", "range": [ - 51122, - 51124 + 51127, + 51129 ], "loc": { "start": { @@ -117377,8 +117376,8 @@ }, "init": null, "range": [ - 51122, - 51124 + 51127, + 51129 ], "loc": { "start": { @@ -117397,8 +117396,8 @@ "type": "Identifier", "name": "s", "range": [ - 51150, - 51151 + 51155, + 51156 ], "loc": { "start": { @@ -117413,8 +117412,8 @@ }, "init": null, "range": [ - 51150, - 51151 + 51155, + 51156 ], "loc": { "start": { @@ -117433,8 +117432,8 @@ "type": "Identifier", "name": "occur", "range": [ - 51177, - 51182 + 51182, + 51187 ], "loc": { "start": { @@ -117452,8 +117451,8 @@ "value": false, "raw": "false", "range": [ - 51185, - 51190 + 51190, + 51195 ], "loc": { "start": { @@ -117467,8 +117466,8 @@ } }, "range": [ - 51177, - 51190 + 51182, + 51195 ], "loc": { "start": { @@ -117484,8 +117483,8 @@ ], "kind": "let", "range": [ - 51118, - 51191 + 51123, + 51196 ], "loc": { "start": { @@ -117509,8 +117508,8 @@ "type": "Identifier", "name": "Types", "range": [ - 51216, - 51221 + 51221, + 51226 ], "loc": { "start": { @@ -117527,8 +117526,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 51222, - 51229 + 51227, + 51234 ], "loc": { "start": { @@ -117542,8 +117541,8 @@ } }, "range": [ - 51216, - 51229 + 51221, + 51234 ], "loc": { "start": { @@ -117561,8 +117560,8 @@ "type": "Identifier", "name": "sA", "range": [ - 51230, - 51232 + 51235, + 51237 ], "loc": { "start": { @@ -117577,8 +117576,8 @@ } ], "range": [ - 51216, - 51233 + 51221, + 51238 ], "loc": { "start": { @@ -117603,8 +117602,8 @@ "type": "Identifier", "name": "s", "range": [ - 51261, - 51262 + 51266, + 51267 ], "loc": { "start": { @@ -117621,8 +117620,8 @@ "type": "Identifier", "name": "sA", "range": [ - 51265, - 51267 + 51270, + 51272 ], "loc": { "start": { @@ -117636,8 +117635,8 @@ } }, "range": [ - 51261, - 51267 + 51266, + 51272 ], "loc": { "start": { @@ -117651,8 +117650,8 @@ } }, "range": [ - 51261, - 51268 + 51266, + 51273 ], "loc": { "start": { @@ -117667,8 +117666,8 @@ } ], "range": [ - 51235, - 51290 + 51240, + 51295 ], "loc": { "start": { @@ -117693,8 +117692,8 @@ "type": "Identifier", "name": "s", "range": [ - 51322, - 51323 + 51327, + 51328 ], "loc": { "start": { @@ -117713,8 +117712,8 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51326, - 51338 + 51331, + 51343 ], "loc": { "start": { @@ -117731,8 +117730,8 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 51341, - 51350 + 51346, + 51355 ], "loc": { "start": { @@ -117749,8 +117748,8 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 51353, - 51363 + 51358, + 51368 ], "loc": { "start": { @@ -117764,8 +117763,8 @@ } }, "range": [ - 51326, - 51363 + 51331, + 51368 ], "loc": { "start": { @@ -117779,8 +117778,8 @@ } }, "range": [ - 51322, - 51363 + 51327, + 51368 ], "loc": { "start": { @@ -117794,8 +117793,8 @@ } }, "range": [ - 51322, - 51364 + 51327, + 51369 ], "loc": { "start": { @@ -117810,8 +117809,8 @@ } ], "range": [ - 51296, - 51386 + 51301, + 51391 ], "loc": { "start": { @@ -117825,8 +117824,8 @@ } }, "range": [ - 51212, - 51386 + 51217, + 51391 ], "loc": { "start": { @@ -117843,8 +117842,8 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 51407, - 51457 + 51412, + 51462 ], "loc": { "start": { @@ -117870,8 +117869,8 @@ "type": "Identifier", "name": "w", "range": [ - 51487, - 51488 + 51492, + 51493 ], "loc": { "start": { @@ -117889,8 +117888,8 @@ "value": 0, "raw": "0", "range": [ - 51491, - 51492 + 51496, + 51497 ], "loc": { "start": { @@ -117904,8 +117903,8 @@ } }, "range": [ - 51487, - 51492 + 51492, + 51497 ], "loc": { "start": { @@ -117924,8 +117923,8 @@ "type": "Identifier", "name": "len", "range": [ - 51494, - 51497 + 51499, + 51502 ], "loc": { "start": { @@ -117945,8 +117944,8 @@ "type": "Identifier", "name": "s", "range": [ - 51500, - 51501 + 51505, + 51506 ], "loc": { "start": { @@ -117963,8 +117962,8 @@ "type": "Identifier", "name": "length", "range": [ - 51502, - 51508 + 51507, + 51513 ], "loc": { "start": { @@ -117978,8 +117977,8 @@ } }, "range": [ - 51500, - 51508 + 51505, + 51513 ], "loc": { "start": { @@ -117993,8 +117992,8 @@ } }, "range": [ - 51494, - 51508 + 51499, + 51513 ], "loc": { "start": { @@ -118010,8 +118009,8 @@ ], "kind": "let", "range": [ - 51483, - 51508 + 51488, + 51513 ], "loc": { "start": { @@ -118031,8 +118030,8 @@ "type": "Identifier", "name": "w", "range": [ - 51510, - 51511 + 51515, + 51516 ], "loc": { "start": { @@ -118049,8 +118048,8 @@ "type": "Identifier", "name": "len", "range": [ - 51514, - 51517 + 51519, + 51522 ], "loc": { "start": { @@ -118064,8 +118063,8 @@ } }, "range": [ - 51510, - 51517 + 51515, + 51522 ], "loc": { "start": { @@ -118085,8 +118084,8 @@ "type": "Identifier", "name": "w", "range": [ - 51519, - 51520 + 51524, + 51525 ], "loc": { "start": { @@ -118101,8 +118100,8 @@ }, "prefix": false, "range": [ - 51519, - 51522 + 51524, + 51527 ], "loc": { "start": { @@ -118127,8 +118126,8 @@ "type": "Identifier", "name": "cS", "range": [ - 51550, - 51552 + 51555, + 51557 ], "loc": { "start": { @@ -118150,8 +118149,8 @@ "type": "Identifier", "name": "Str", "range": [ - 51555, - 51558 + 51560, + 51563 ], "loc": { "start": { @@ -118168,8 +118167,8 @@ "type": "Identifier", "name": "trim", "range": [ - 51559, - 51563 + 51564, + 51568 ], "loc": { "start": { @@ -118183,8 +118182,8 @@ } }, "range": [ - 51555, - 51563 + 51560, + 51568 ], "loc": { "start": { @@ -118205,8 +118204,8 @@ "type": "Identifier", "name": "s", "range": [ - 51564, - 51565 + 51569, + 51570 ], "loc": { "start": { @@ -118223,8 +118222,8 @@ "type": "Identifier", "name": "w", "range": [ - 51566, - 51567 + 51571, + 51572 ], "loc": { "start": { @@ -118238,8 +118237,8 @@ } }, "range": [ - 51564, - 51568 + 51569, + 51573 ], "loc": { "start": { @@ -118254,8 +118253,8 @@ } ], "range": [ - 51555, - 51569 + 51560, + 51574 ], "loc": { "start": { @@ -118269,8 +118268,8 @@ } }, "range": [ - 51550, - 51569 + 51555, + 51574 ], "loc": { "start": { @@ -118284,8 +118283,8 @@ } }, "range": [ - 51550, - 51570 + 51555, + 51575 ], "loc": { "start": { @@ -118307,8 +118306,8 @@ "type": "Identifier", "name": "occur", "range": [ - 51595, - 51600 + 51600, + 51605 ], "loc": { "start": { @@ -118330,8 +118329,8 @@ "type": "Identifier", "name": "hasArg", "range": [ - 51603, - 51609 + 51608, + 51614 ], "loc": { "start": { @@ -118348,8 +118347,8 @@ "type": "Identifier", "name": "call", "range": [ - 51610, - 51614 + 51615, + 51619 ], "loc": { "start": { @@ -118363,8 +118362,8 @@ } }, "range": [ - 51603, - 51614 + 51608, + 51619 ], "loc": { "start": { @@ -118381,8 +118380,8 @@ { "type": "ThisExpression", "range": [ - 51615, - 51619 + 51620, + 51624 ], "loc": { "start": { @@ -118399,8 +118398,8 @@ "type": "Identifier", "name": "cS", "range": [ - 51621, - 51623 + 51626, + 51628 ], "loc": { "start": { @@ -118417,8 +118416,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 51625, - 51633 + 51630, + 51638 ], "loc": { "start": { @@ -118435,8 +118434,8 @@ "type": "Identifier", "name": "j", "range": [ - 51635, - 51636 + 51640, + 51641 ], "loc": { "start": { @@ -118451,8 +118450,8 @@ } ], "range": [ - 51603, - 51637 + 51608, + 51642 ], "loc": { "start": { @@ -118466,8 +118465,8 @@ } }, "range": [ - 51595, - 51637 + 51600, + 51642 ], "loc": { "start": { @@ -118481,8 +118480,8 @@ } }, "range": [ - 51595, - 51638 + 51600, + 51643 ], "loc": { "start": { @@ -118506,8 +118505,8 @@ "type": "Identifier", "name": "highlight", "range": [ - 51663, - 51672 + 51668, + 51677 ], "loc": { "start": { @@ -118524,8 +118523,8 @@ "type": "Identifier", "name": "call", "range": [ - 51673, - 51677 + 51678, + 51682 ], "loc": { "start": { @@ -118539,8 +118538,8 @@ } }, "range": [ - 51663, - 51677 + 51668, + 51682 ], "loc": { "start": { @@ -118557,8 +118556,8 @@ { "type": "ThisExpression", "range": [ - 51678, - 51682 + 51683, + 51687 ], "loc": { "start": { @@ -118575,8 +118574,8 @@ "type": "Identifier", "name": "cS", "range": [ - 51684, - 51686 + 51689, + 51691 ], "loc": { "start": { @@ -118593,8 +118592,8 @@ "type": "Identifier", "name": "occur", "range": [ - 51688, - 51693 + 51693, + 51698 ], "loc": { "start": { @@ -118614,8 +118613,8 @@ "type": "Identifier", "name": "cells", "range": [ - 51695, - 51700 + 51700, + 51705 ], "loc": { "start": { @@ -118632,8 +118631,8 @@ "type": "Identifier", "name": "j", "range": [ - 51701, - 51702 + 51706, + 51707 ], "loc": { "start": { @@ -118647,8 +118646,8 @@ } }, "range": [ - 51695, - 51703 + 51700, + 51708 ], "loc": { "start": { @@ -118663,8 +118662,8 @@ } ], "range": [ - 51663, - 51704 + 51668, + 51709 ], "loc": { "start": { @@ -118678,8 +118677,8 @@ } }, "range": [ - 51663, - 51705 + 51668, + 51710 ], "loc": { "start": { @@ -118704,8 +118703,8 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51735, - 51747 + 51740, + 51752 ], "loc": { "start": { @@ -118722,8 +118721,8 @@ "type": "Identifier", "name": "occur", "range": [ - 51751, - 51756 + 51756, + 51761 ], "loc": { "start": { @@ -118737,8 +118736,8 @@ } }, "range": [ - 51735, - 51756 + 51740, + 51761 ], "loc": { "start": { @@ -118758,8 +118757,8 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 51790, - 51803 + 51795, + 51808 ], "loc": { "start": { @@ -118779,8 +118778,8 @@ "type": "Identifier", "name": "occur", "range": [ - 51808, - 51813 + 51813, + 51818 ], "loc": { "start": { @@ -118795,8 +118794,8 @@ }, "prefix": true, "range": [ - 51807, - 51813 + 51812, + 51818 ], "loc": { "start": { @@ -118810,8 +118809,8 @@ } }, "range": [ - 51790, - 51813 + 51795, + 51818 ], "loc": { "start": { @@ -118825,8 +118824,8 @@ } }, "range": [ - 51734, - 51814 + 51739, + 51819 ], "loc": { "start": { @@ -118846,8 +118845,8 @@ "type": "BreakStatement", "label": null, "range": [ - 51846, - 51852 + 51851, + 51857 ], "loc": { "start": { @@ -118862,8 +118861,8 @@ } ], "range": [ - 51816, - 51878 + 51821, + 51883 ], "loc": { "start": { @@ -118878,8 +118877,8 @@ }, "alternate": null, "range": [ - 51730, - 51878 + 51735, + 51883 ], "loc": { "start": { @@ -118906,8 +118905,8 @@ "type": "Identifier", "name": "Types", "range": [ - 51907, - 51912 + 51912, + 51917 ], "loc": { "start": { @@ -118924,8 +118923,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 51913, - 51920 + 51918, + 51925 ], "loc": { "start": { @@ -118939,8 +118938,8 @@ } }, "range": [ - 51907, - 51920 + 51912, + 51925 ], "loc": { "start": { @@ -118958,8 +118957,8 @@ "type": "Identifier", "name": "sA", "range": [ - 51921, - 51923 + 51926, + 51928 ], "loc": { "start": { @@ -118974,8 +118973,8 @@ } ], "range": [ - 51907, - 51924 + 51912, + 51929 ], "loc": { "start": { @@ -118992,8 +118991,8 @@ "type": "Identifier", "name": "occur", "range": [ - 51928, - 51933 + 51933, + 51938 ], "loc": { "start": { @@ -119007,8 +119006,8 @@ } }, "range": [ - 51907, - 51933 + 51912, + 51938 ], "loc": { "start": { @@ -119028,8 +119027,8 @@ "type": "BreakStatement", "label": null, "range": [ - 51965, - 51971 + 51970, + 51976 ], "loc": { "start": { @@ -119044,8 +119043,8 @@ } ], "range": [ - 51935, - 51997 + 51940, + 52002 ], "loc": { "start": { @@ -119060,8 +119059,8 @@ }, "alternate": null, "range": [ - 51903, - 51997 + 51908, + 52002 ], "loc": { "start": { @@ -119076,8 +119075,8 @@ } ], "range": [ - 51524, - 52019 + 51529, + 52024 ], "loc": { "start": { @@ -119091,8 +119090,8 @@ } }, "range": [ - 51478, - 52019 + 51483, + 52024 ], "loc": { "start": { @@ -119109,8 +119108,8 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 51407, - 51457 + 51412, + 51462 ], "loc": { "start": { @@ -119137,8 +119136,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52040, - 52049 + 52045, + 52054 ], "loc": { "start": { @@ -119155,8 +119154,8 @@ "type": "Identifier", "name": "j", "range": [ - 52050, - 52051 + 52055, + 52056 ], "loc": { "start": { @@ -119170,8 +119169,8 @@ } }, "range": [ - 52040, - 52052 + 52045, + 52057 ], "loc": { "start": { @@ -119188,8 +119187,8 @@ "type": "Identifier", "name": "occur", "range": [ - 52055, - 52060 + 52060, + 52065 ], "loc": { "start": { @@ -119203,8 +119202,8 @@ } }, "range": [ - 52040, - 52060 + 52045, + 52065 ], "loc": { "start": { @@ -119218,8 +119217,8 @@ } }, "range": [ - 52040, - 52061 + 52045, + 52066 ], "loc": { "start": { @@ -119234,8 +119233,8 @@ } ], "range": [ - 51096, - 52080 + 51101, + 52085 ], "loc": { "start": { @@ -119252,8 +119251,8 @@ "type": "Line", "value": "single search parameter", "range": [ - 52097, - 52122 + 52102, + 52127 ], "loc": { "start": { @@ -119283,8 +119282,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52166, - 52175 + 52171, + 52180 ], "loc": { "start": { @@ -119301,8 +119300,8 @@ "type": "Identifier", "name": "j", "range": [ - 52176, - 52177 + 52181, + 52182 ], "loc": { "start": { @@ -119316,8 +119315,8 @@ } }, "range": [ - 52166, - 52178 + 52171, + 52183 ], "loc": { "start": { @@ -119339,8 +119338,8 @@ "type": "Identifier", "name": "hasArg", "range": [ - 52181, - 52187 + 52186, + 52192 ], "loc": { "start": { @@ -119357,8 +119356,8 @@ "type": "Identifier", "name": "call", "range": [ - 52188, - 52192 + 52193, + 52197 ], "loc": { "start": { @@ -119372,8 +119371,8 @@ } }, "range": [ - 52181, - 52192 + 52186, + 52197 ], "loc": { "start": { @@ -119390,8 +119389,8 @@ { "type": "ThisExpression", "range": [ - 52193, - 52197 + 52198, + 52202 ], "loc": { "start": { @@ -119413,8 +119412,8 @@ "type": "Identifier", "name": "Str", "range": [ - 52199, - 52202 + 52204, + 52207 ], "loc": { "start": { @@ -119431,8 +119430,8 @@ "type": "Identifier", "name": "trim", "range": [ - 52203, - 52207 + 52208, + 52212 ], "loc": { "start": { @@ -119446,8 +119445,8 @@ } }, "range": [ - 52199, - 52207 + 52204, + 52212 ], "loc": { "start": { @@ -119465,8 +119464,8 @@ "type": "Identifier", "name": "sA", "range": [ - 52208, - 52210 + 52213, + 52215 ], "loc": { "start": { @@ -119481,8 +119480,8 @@ } ], "range": [ - 52199, - 52211 + 52204, + 52216 ], "loc": { "start": { @@ -119499,8 +119498,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 52213, - 52221 + 52218, + 52226 ], "loc": { "start": { @@ -119517,8 +119516,8 @@ "type": "Identifier", "name": "j", "range": [ - 52223, - 52224 + 52228, + 52229 ], "loc": { "start": { @@ -119533,8 +119532,8 @@ } ], "range": [ - 52181, - 52225 + 52186, + 52230 ], "loc": { "start": { @@ -119548,8 +119547,8 @@ } }, "range": [ - 52166, - 52225 + 52171, + 52230 ], "loc": { "start": { @@ -119563,8 +119562,8 @@ } }, "range": [ - 52166, - 52226 + 52171, + 52231 ], "loc": { "start": { @@ -119588,8 +119587,8 @@ "type": "Identifier", "name": "highlight", "range": [ - 52247, - 52256 + 52252, + 52261 ], "loc": { "start": { @@ -119606,8 +119605,8 @@ "type": "Identifier", "name": "call", "range": [ - 52257, - 52261 + 52262, + 52266 ], "loc": { "start": { @@ -119621,8 +119620,8 @@ } }, "range": [ - 52247, - 52261 + 52252, + 52266 ], "loc": { "start": { @@ -119639,8 +119638,8 @@ { "type": "ThisExpression", "range": [ - 52262, - 52266 + 52267, + 52271 ], "loc": { "start": { @@ -119657,8 +119656,8 @@ "type": "Identifier", "name": "sA", "range": [ - 52268, - 52270 + 52273, + 52275 ], "loc": { "start": { @@ -119678,8 +119677,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52272, - 52281 + 52277, + 52286 ], "loc": { "start": { @@ -119696,8 +119695,8 @@ "type": "Identifier", "name": "j", "range": [ - 52282, - 52283 + 52287, + 52288 ], "loc": { "start": { @@ -119711,8 +119710,8 @@ } }, "range": [ - 52272, - 52284 + 52277, + 52289 ], "loc": { "start": { @@ -119732,8 +119731,8 @@ "type": "Identifier", "name": "cells", "range": [ - 52286, - 52291 + 52291, + 52296 ], "loc": { "start": { @@ -119750,8 +119749,8 @@ "type": "Identifier", "name": "j", "range": [ - 52292, - 52293 + 52297, + 52298 ], "loc": { "start": { @@ -119765,8 +119764,8 @@ } }, "range": [ - 52286, - 52294 + 52291, + 52299 ], "loc": { "start": { @@ -119781,8 +119780,8 @@ } ], "range": [ - 52247, - 52295 + 52252, + 52300 ], "loc": { "start": { @@ -119796,8 +119795,8 @@ } }, "range": [ - 52247, - 52296 + 52252, + 52301 ], "loc": { "start": { @@ -119812,8 +119811,8 @@ } ], "range": [ - 52144, - 52314 + 52149, + 52319 ], "loc": { "start": { @@ -119830,8 +119829,8 @@ "type": "Line", "value": "single search parameter", "range": [ - 52097, - 52122 + 52102, + 52127 ], "loc": { "start": { @@ -119847,8 +119846,8 @@ ] }, "range": [ - 51040, - 52314 + 51045, + 52319 ], "loc": { "start": { @@ -119865,8 +119864,8 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50990, - 51023 + 50995, + 51028 ], "loc": { "start": { @@ -119885,8 +119884,8 @@ "type": "Line", "value": "else single param", "range": [ - 52314, - 52333 + 52319, + 52338 ], "loc": { "start": { @@ -119913,8 +119912,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52356, - 52365 + 52361, + 52370 ], "loc": { "start": { @@ -119931,8 +119930,8 @@ "type": "Identifier", "name": "j", "range": [ - 52366, - 52367 + 52371, + 52372 ], "loc": { "start": { @@ -119946,8 +119945,8 @@ } }, "range": [ - 52356, - 52368 + 52361, + 52373 ], "loc": { "start": { @@ -119962,8 +119961,8 @@ }, "prefix": true, "range": [ - 52355, - 52368 + 52360, + 52373 ], "loc": { "start": { @@ -119988,8 +119987,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52392, - 52402 + 52397, + 52407 ], "loc": { "start": { @@ -120007,8 +120006,8 @@ "value": false, "raw": "false", "range": [ - 52405, - 52410 + 52410, + 52415 ], "loc": { "start": { @@ -120022,8 +120021,8 @@ } }, "range": [ - 52392, - 52410 + 52397, + 52415 ], "loc": { "start": { @@ -120037,8 +120036,8 @@ } }, "range": [ - 52392, - 52411 + 52397, + 52416 ], "loc": { "start": { @@ -120053,8 +120052,8 @@ } ], "range": [ - 52370, - 52429 + 52375, + 52434 ], "loc": { "start": { @@ -120069,8 +120068,8 @@ }, "alternate": null, "range": [ - 52351, - 52429 + 52356, + 52434 ], "loc": { "start": { @@ -120087,8 +120086,8 @@ "type": "Line", "value": "else single param", "range": [ - 52314, - 52333 + 52319, + 52338 ], "loc": { "start": { @@ -120114,8 +120113,8 @@ "object": { "type": "ThisExpression", "range": [ - 52450, - 52454 + 52455, + 52459 ], "loc": { "start": { @@ -120132,8 +120131,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 52455, - 52470 + 52460, + 52475 ], "loc": { "start": { @@ -120147,8 +120146,8 @@ } }, "range": [ - 52450, - 52470 + 52455, + 52475 ], "loc": { "start": { @@ -120168,8 +120167,8 @@ "type": "Identifier", "name": "occurence", "range": [ - 52474, - 52483 + 52479, + 52488 ], "loc": { "start": { @@ -120186,8 +120185,8 @@ "type": "Identifier", "name": "j", "range": [ - 52484, - 52485 + 52489, + 52490 ], "loc": { "start": { @@ -120201,8 +120200,8 @@ } }, "range": [ - 52474, - 52486 + 52479, + 52491 ], "loc": { "start": { @@ -120216,8 +120215,8 @@ } }, "range": [ - 52450, - 52486 + 52455, + 52491 ], "loc": { "start": { @@ -120242,8 +120241,8 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 52510, - 52527 + 52515, + 52532 ], "loc": { "start": { @@ -120261,8 +120260,8 @@ "value": true, "raw": "true", "range": [ - 52530, - 52534 + 52535, + 52539 ], "loc": { "start": { @@ -120276,8 +120275,8 @@ } }, "range": [ - 52510, - 52534 + 52515, + 52539 ], "loc": { "start": { @@ -120291,8 +120290,8 @@ } }, "range": [ - 52510, - 52535 + 52515, + 52540 ], "loc": { "start": { @@ -120307,8 +120306,8 @@ } ], "range": [ - 52488, - 52553 + 52493, + 52558 ], "loc": { "start": { @@ -120323,8 +120322,8 @@ }, "alternate": null, "range": [ - 52446, - 52553 + 52451, + 52558 ], "loc": { "start": { @@ -120350,8 +120349,8 @@ "object": { "type": "ThisExpression", "range": [ - 52571, - 52575 + 52576, + 52580 ], "loc": { "start": { @@ -120368,8 +120367,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 52576, - 52583 + 52581, + 52588 ], "loc": { "start": { @@ -120383,8 +120382,8 @@ } }, "range": [ - 52571, - 52583 + 52576, + 52588 ], "loc": { "start": { @@ -120401,8 +120400,8 @@ "type": "Identifier", "name": "emit", "range": [ - 52584, - 52588 + 52589, + 52593 ], "loc": { "start": { @@ -120416,8 +120415,8 @@ } }, "range": [ - 52571, - 52588 + 52576, + 52593 ], "loc": { "start": { @@ -120436,8 +120435,8 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 52589, - 52605 + 52594, + 52610 ], "loc": { "start": { @@ -120453,8 +120452,8 @@ { "type": "ThisExpression", "range": [ - 52607, - 52611 + 52612, + 52616 ], "loc": { "start": { @@ -120471,8 +120470,8 @@ "type": "Identifier", "name": "j", "range": [ - 52613, - 52614 + 52618, + 52619 ], "loc": { "start": { @@ -120492,8 +120491,8 @@ "type": "Identifier", "name": "cells", "range": [ - 52616, - 52621 + 52621, + 52626 ], "loc": { "start": { @@ -120510,8 +120509,8 @@ "type": "Identifier", "name": "j", "range": [ - 52622, - 52623 + 52627, + 52628 ], "loc": { "start": { @@ -120525,8 +120524,8 @@ } }, "range": [ - 52616, - 52624 + 52621, + 52629 ], "loc": { "start": { @@ -120541,8 +120540,8 @@ } ], "range": [ - 52571, - 52625 + 52576, + 52630 ], "loc": { "start": { @@ -120556,8 +120555,8 @@ } }, "range": [ - 52571, - 52626 + 52576, + 52631 ], "loc": { "start": { @@ -120572,8 +120571,8 @@ } ], "range": [ - 50180, - 52640 + 50185, + 52645 ], "loc": { "start": { @@ -120587,8 +120586,8 @@ } }, "range": [ - 50146, - 52640 + 50151, + 52645 ], "loc": { "start": { @@ -120605,8 +120604,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 50101, - 50133 + 50106, + 50138 ], "loc": { "start": { @@ -120625,8 +120624,8 @@ "type": "Line", "value": "for j", "range": [ - 52640, - 52647 + 52645, + 52652 ], "loc": { "start": { @@ -120652,8 +120651,8 @@ "object": { "type": "ThisExpression", "range": [ - 52665, - 52669 + 52670, + 52674 ], "loc": { "start": { @@ -120670,8 +120669,8 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 52670, - 52685 + 52675, + 52690 ], "loc": { "start": { @@ -120685,8 +120684,8 @@ } }, "range": [ - 52665, - 52685 + 52670, + 52690 ], "loc": { "start": { @@ -120703,8 +120702,8 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 52689, - 52706 + 52694, + 52711 ], "loc": { "start": { @@ -120718,8 +120717,8 @@ } }, "range": [ - 52665, - 52706 + 52670, + 52711 ], "loc": { "start": { @@ -120744,8 +120743,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52726, - 52736 + 52731, + 52741 ], "loc": { "start": { @@ -120763,8 +120762,8 @@ "value": true, "raw": "true", "range": [ - 52739, - 52743 + 52744, + 52748 ], "loc": { "start": { @@ -120778,8 +120777,8 @@ } }, "range": [ - 52726, - 52743 + 52731, + 52748 ], "loc": { "start": { @@ -120793,8 +120792,8 @@ } }, "range": [ - 52726, - 52744 + 52731, + 52749 ], "loc": { "start": { @@ -120809,8 +120808,8 @@ } ], "range": [ - 52708, - 52758 + 52713, + 52763 ], "loc": { "start": { @@ -120825,8 +120824,8 @@ }, "alternate": null, "range": [ - 52661, - 52758 + 52666, + 52763 ], "loc": { "start": { @@ -120843,8 +120842,8 @@ "type": "Line", "value": "for j", "range": [ - 52640, - 52647 + 52645, + 52652 ], "loc": { "start": { @@ -120868,8 +120867,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52777, - 52787 + 52782, + 52792 ], "loc": { "start": { @@ -120884,8 +120883,8 @@ }, "prefix": true, "range": [ - 52776, - 52787 + 52781, + 52792 ], "loc": { "start": { @@ -120911,8 +120910,8 @@ "object": { "type": "ThisExpression", "range": [ - 52807, - 52811 + 52812, + 52816 ], "loc": { "start": { @@ -120929,8 +120928,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 52812, - 52823 + 52817, + 52828 ], "loc": { "start": { @@ -120944,8 +120943,8 @@ } }, "range": [ - 52807, - 52823 + 52812, + 52828 ], "loc": { "start": { @@ -120963,8 +120962,8 @@ "type": "Identifier", "name": "k", "range": [ - 52824, - 52825 + 52829, + 52830 ], "loc": { "start": { @@ -120982,8 +120981,8 @@ "value": false, "raw": "false", "range": [ - 52827, - 52832 + 52832, + 52837 ], "loc": { "start": { @@ -120998,8 +120997,8 @@ } ], "range": [ - 52807, - 52833 + 52812, + 52838 ], "loc": { "start": { @@ -121013,8 +121012,8 @@ } }, "range": [ - 52807, - 52834 + 52812, + 52839 ], "loc": { "start": { @@ -121036,8 +121035,8 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 52851, - 52861 + 52856, + 52866 ], "loc": { "start": { @@ -121052,8 +121051,8 @@ }, "prefix": false, "range": [ - 52851, - 52863 + 52856, + 52868 ], "loc": { "start": { @@ -121067,8 +121066,8 @@ } }, "range": [ - 52851, - 52864 + 52856, + 52869 ], "loc": { "start": { @@ -121083,8 +121082,8 @@ } ], "range": [ - 52789, - 52878 + 52794, + 52883 ], "loc": { "start": { @@ -121110,8 +121109,8 @@ "object": { "type": "ThisExpression", "range": [ - 52902, - 52906 + 52907, + 52911 ], "loc": { "start": { @@ -121128,8 +121127,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 52907, - 52918 + 52912, + 52923 ], "loc": { "start": { @@ -121143,8 +121142,8 @@ } }, "range": [ - 52902, - 52918 + 52907, + 52923 ], "loc": { "start": { @@ -121162,8 +121161,8 @@ "type": "Identifier", "name": "k", "range": [ - 52919, - 52920 + 52924, + 52925 ], "loc": { "start": { @@ -121181,8 +121180,8 @@ "value": true, "raw": "true", "range": [ - 52922, - 52926 + 52927, + 52931 ], "loc": { "start": { @@ -121197,8 +121196,8 @@ } ], "range": [ - 52902, - 52927 + 52907, + 52932 ], "loc": { "start": { @@ -121212,8 +121211,8 @@ } }, "range": [ - 52902, - 52928 + 52907, + 52933 ], "loc": { "start": { @@ -121228,8 +121227,8 @@ } ], "range": [ - 52884, - 52942 + 52889, + 52947 ], "loc": { "start": { @@ -121243,8 +121242,8 @@ } }, "range": [ - 52772, - 52942 + 52777, + 52947 ], "loc": { "start": { @@ -121270,8 +121269,8 @@ "object": { "type": "ThisExpression", "range": [ - 52956, - 52960 + 52961, + 52965 ], "loc": { "start": { @@ -121288,8 +121287,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 52961, - 52968 + 52966, + 52973 ], "loc": { "start": { @@ -121303,8 +121302,8 @@ } }, "range": [ - 52956, - 52968 + 52961, + 52973 ], "loc": { "start": { @@ -121321,8 +121320,8 @@ "type": "Identifier", "name": "emit", "range": [ - 52969, - 52973 + 52974, + 52978 ], "loc": { "start": { @@ -121336,8 +121335,8 @@ } }, "range": [ - 52956, - 52973 + 52961, + 52978 ], "loc": { "start": { @@ -121356,8 +121355,8 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 52974, - 52989 + 52979, + 52994 ], "loc": { "start": { @@ -121373,8 +121372,8 @@ { "type": "ThisExpression", "range": [ - 52991, - 52995 + 52996, + 53000 ], "loc": { "start": { @@ -121391,8 +121390,8 @@ "type": "Identifier", "name": "k", "range": [ - 52997, - 52998 + 53002, + 53003 ], "loc": { "start": { @@ -121414,8 +121413,8 @@ "object": { "type": "ThisExpression", "range": [ - 53016, - 53020 + 53021, + 53025 ], "loc": { "start": { @@ -121432,8 +121431,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 53021, - 53035 + 53026, + 53040 ], "loc": { "start": { @@ -121447,8 +121446,8 @@ } }, "range": [ - 53016, - 53035 + 53021, + 53040 ], "loc": { "start": { @@ -121465,8 +121464,8 @@ "type": "Identifier", "name": "length", "range": [ - 53036, - 53042 + 53041, + 53047 ], "loc": { "start": { @@ -121480,8 +121479,8 @@ } }, "range": [ - 53016, - 53042 + 53021, + 53047 ], "loc": { "start": { @@ -121498,8 +121497,8 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 53044, - 53054 + 53049, + 53059 ], "loc": { "start": { @@ -121514,8 +121513,8 @@ } ], "range": [ - 52956, - 53055 + 52961, + 53060 ], "loc": { "start": { @@ -121529,8 +121528,8 @@ } }, "range": [ - 52956, - 53056 + 52961, + 53061 ], "loc": { "start": { @@ -121545,8 +121544,8 @@ } ], "range": [ - 49625, - 53066 + 49630, + 53071 ], "loc": { "start": { @@ -121560,8 +121559,8 @@ } }, "range": [ - 49577, - 53066 + 49582, + 53071 ], "loc": { "start": { @@ -121578,8 +121577,8 @@ "type": "Line", "value": "fn", "range": [ - 49563, - 49567 + 49568, + 49572 ], "loc": { "start": { @@ -121598,8 +121597,8 @@ "type": "Line", "value": " for k", "range": [ - 53066, - 53074 + 53071, + 53079 ], "loc": { "start": { @@ -121625,8 +121624,8 @@ "object": { "type": "ThisExpression", "range": [ - 53084, - 53088 + 53089, + 53093 ], "loc": { "start": { @@ -121643,8 +121642,8 @@ "type": "Identifier", "name": "nbVisibleRows", "range": [ - 53089, - 53102 + 53094, + 53107 ], "loc": { "start": { @@ -121658,8 +121657,8 @@ } }, "range": [ - 53084, - 53102 + 53089, + 53107 ], "loc": { "start": { @@ -121681,8 +121680,8 @@ "object": { "type": "ThisExpression", "range": [ - 53105, - 53109 + 53110, + 53114 ], "loc": { "start": { @@ -121699,8 +121698,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 53110, - 53124 + 53115, + 53129 ], "loc": { "start": { @@ -121714,8 +121713,8 @@ } }, "range": [ - 53105, - 53124 + 53110, + 53129 ], "loc": { "start": { @@ -121732,8 +121731,8 @@ "type": "Identifier", "name": "length", "range": [ - 53125, - 53131 + 53130, + 53136 ], "loc": { "start": { @@ -121747,8 +121746,8 @@ } }, "range": [ - 53105, - 53131 + 53110, + 53136 ], "loc": { "start": { @@ -121762,8 +121761,8 @@ } }, "range": [ - 53084, - 53131 + 53089, + 53136 ], "loc": { "start": { @@ -121777,8 +121776,8 @@ } }, "range": [ - 53084, - 53132 + 53089, + 53137 ], "loc": { "start": { @@ -121795,8 +121794,8 @@ "type": "Line", "value": " for k", "range": [ - 53066, - 53074 + 53071, + 53079 ], "loc": { "start": { @@ -121822,8 +121821,8 @@ "object": { "type": "ThisExpression", "range": [ - 53141, - 53145 + 53146, + 53150 ], "loc": { "start": { @@ -121840,8 +121839,8 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 53146, - 53158 + 53151, + 53163 ], "loc": { "start": { @@ -121855,8 +121854,8 @@ } }, "range": [ - 53141, - 53158 + 53146, + 53163 ], "loc": { "start": { @@ -121873,8 +121872,8 @@ "type": "Identifier", "name": "hiddenrows", "range": [ - 53161, - 53171 + 53166, + 53176 ], "loc": { "start": { @@ -121888,8 +121887,8 @@ } }, "range": [ - 53141, - 53171 + 53146, + 53176 ], "loc": { "start": { @@ -121903,8 +121902,8 @@ } }, "range": [ - 53141, - 53172 + 53146, + 53177 ], "loc": { "start": { @@ -121921,8 +121920,8 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 53182, - 53214 + 53187, + 53219 ], "loc": { "start": { @@ -121945,8 +121944,8 @@ "object": { "type": "ThisExpression", "range": [ - 53227, - 53231 + 53232, + 53236 ], "loc": { "start": { @@ -121963,8 +121962,8 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 53232, - 53245 + 53237, + 53250 ], "loc": { "start": { @@ -121978,8 +121977,8 @@ } }, "range": [ - 53227, - 53245 + 53232, + 53250 ], "loc": { "start": { @@ -122008,8 +122007,8 @@ "object": { "type": "ThisExpression", "range": [ - 53261, - 53265 + 53266, + 53270 ], "loc": { "start": { @@ -122026,8 +122025,8 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 53266, - 53279 + 53271, + 53284 ], "loc": { "start": { @@ -122041,8 +122040,8 @@ } }, "range": [ - 53261, - 53279 + 53266, + 53284 ], "loc": { "start": { @@ -122059,8 +122058,8 @@ "type": "Identifier", "name": "call", "range": [ - 53280, - 53284 + 53285, + 53289 ], "loc": { "start": { @@ -122074,8 +122073,8 @@ } }, "range": [ - 53261, - 53284 + 53266, + 53289 ], "loc": { "start": { @@ -122094,8 +122093,8 @@ "value": null, "raw": "null", "range": [ - 53285, - 53289 + 53290, + 53294 ], "loc": { "start": { @@ -122111,8 +122110,8 @@ { "type": "ThisExpression", "range": [ - 53291, - 53295 + 53296, + 53300 ], "loc": { "start": { @@ -122127,8 +122126,8 @@ } ], "range": [ - 53261, - 53296 + 53266, + 53301 ], "loc": { "start": { @@ -122142,8 +122141,8 @@ } }, "range": [ - 53261, - 53297 + 53266, + 53302 ], "loc": { "start": { @@ -122158,8 +122157,8 @@ } ], "range": [ - 53247, - 53307 + 53252, + 53312 ], "loc": { "start": { @@ -122174,8 +122173,8 @@ }, "alternate": null, "range": [ - 53223, - 53307 + 53228, + 53312 ], "loc": { "start": { @@ -122192,8 +122191,8 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 53182, - 53214 + 53187, + 53219 ], "loc": { "start": { @@ -122221,8 +122220,8 @@ "object": { "type": "ThisExpression", "range": [ - 53317, - 53321 + 53322, + 53326 ], "loc": { "start": { @@ -122239,8 +122238,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 53322, - 53329 + 53327, + 53334 ], "loc": { "start": { @@ -122254,8 +122253,8 @@ } }, "range": [ - 53317, - 53329 + 53322, + 53334 ], "loc": { "start": { @@ -122272,8 +122271,8 @@ "type": "Identifier", "name": "emit", "range": [ - 53330, - 53334 + 53335, + 53339 ], "loc": { "start": { @@ -122287,8 +122286,8 @@ } }, "range": [ - 53317, - 53334 + 53322, + 53339 ], "loc": { "start": { @@ -122307,8 +122306,8 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 53335, - 53352 + 53340, + 53357 ], "loc": { "start": { @@ -122324,8 +122323,8 @@ { "type": "ThisExpression", "range": [ - 53354, - 53358 + 53359, + 53363 ], "loc": { "start": { @@ -122342,8 +122341,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 53360, - 53370 + 53365, + 53375 ], "loc": { "start": { @@ -122358,8 +122357,8 @@ } ], "range": [ - 53317, - 53371 + 53322, + 53376 ], "loc": { "start": { @@ -122373,8 +122372,8 @@ } }, "range": [ - 53317, - 53372 + 53322, + 53377 ], "loc": { "start": { @@ -122389,8 +122388,8 @@ } ], "range": [ - 39257, - 53378 + 39262, + 53383 ], "loc": { "start": { @@ -122406,8 +122405,8 @@ "generator": false, "expression": false, "range": [ - 39254, - 53378 + 39259, + 53383 ], "loc": { "start": { @@ -122423,8 +122422,8 @@ "kind": "method", "computed": false, "range": [ - 39248, - 53378 + 39253, + 53383 ], "loc": { "start": { @@ -122441,8 +122440,8 @@ "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": [ - 39006, - 39243 + 39011, + 39248 ], "loc": { "start": { @@ -122461,8 +122460,8 @@ "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": [ - 53384, - 53768 + 53389, + 53773 ], "loc": { "start": { @@ -122484,8 +122483,8 @@ "type": "Identifier", "name": "getColValues", "range": [ - 53773, - 53785 + 53778, + 53790 ], "loc": { "start": { @@ -122506,8 +122505,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 53786, - 53794 + 53791, + 53799 ], "loc": { "start": { @@ -122526,8 +122525,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 53796, - 53810 + 53801, + 53815 ], "loc": { "start": { @@ -122545,8 +122544,8 @@ "value": false, "raw": "false", "range": [ - 53813, - 53818 + 53818, + 53823 ], "loc": { "start": { @@ -122560,8 +122559,8 @@ } }, "range": [ - 53796, - 53818 + 53801, + 53823 ], "loc": { "start": { @@ -122580,8 +122579,8 @@ "type": "Identifier", "name": "num", "range": [ - 53820, - 53823 + 53825, + 53828 ], "loc": { "start": { @@ -122599,8 +122598,8 @@ "value": false, "raw": "false", "range": [ - 53826, - 53831 + 53831, + 53836 ], "loc": { "start": { @@ -122614,8 +122613,8 @@ } }, "range": [ - 53820, - 53831 + 53825, + 53836 ], "loc": { "start": { @@ -122634,8 +122633,8 @@ "type": "Identifier", "name": "exclude", "range": [ - 53833, - 53840 + 53838, + 53845 ], "loc": { "start": { @@ -122652,8 +122651,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 53843, - 53845 + 53848, + 53850 ], "loc": { "start": { @@ -122667,8 +122666,8 @@ } }, "range": [ - 53833, - 53845 + 53838, + 53850 ], "loc": { "start": { @@ -122696,8 +122695,8 @@ "object": { "type": "ThisExpression", "range": [ - 53862, - 53866 + 53867, + 53871 ], "loc": { "start": { @@ -122714,8 +122713,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 53867, - 53874 + 53872, + 53879 ], "loc": { "start": { @@ -122729,8 +122728,8 @@ } }, "range": [ - 53862, - 53874 + 53867, + 53879 ], "loc": { "start": { @@ -122745,8 +122744,8 @@ }, "prefix": true, "range": [ - 53861, - 53874 + 53866, + 53879 ], "loc": { "start": { @@ -122766,8 +122765,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 53890, - 53897 + 53895, + 53902 ], "loc": { "start": { @@ -122782,8 +122781,8 @@ } ], "range": [ - 53876, - 53907 + 53881, + 53912 ], "loc": { "start": { @@ -122798,8 +122797,8 @@ }, "alternate": null, "range": [ - 53857, - 53907 + 53862, + 53912 ], "loc": { "start": { @@ -122821,8 +122820,8 @@ "type": "Identifier", "name": "row", "range": [ - 53920, - 53923 + 53925, + 53928 ], "loc": { "start": { @@ -122844,8 +122843,8 @@ "object": { "type": "ThisExpression", "range": [ - 53926, - 53930 + 53931, + 53935 ], "loc": { "start": { @@ -122862,8 +122861,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 53931, - 53934 + 53936, + 53939 ], "loc": { "start": { @@ -122877,8 +122876,8 @@ } }, "range": [ - 53926, - 53934 + 53931, + 53939 ], "loc": { "start": { @@ -122895,8 +122894,8 @@ "type": "Identifier", "name": "rows", "range": [ - 53935, - 53939 + 53940, + 53944 ], "loc": { "start": { @@ -122910,8 +122909,8 @@ } }, "range": [ - 53926, - 53939 + 53931, + 53944 ], "loc": { "start": { @@ -122925,8 +122924,8 @@ } }, "range": [ - 53920, - 53939 + 53925, + 53944 ], "loc": { "start": { @@ -122945,8 +122944,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 53953, - 53962 + 53958, + 53967 ], "loc": { "start": { @@ -122963,8 +122962,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 53965, - 53967 + 53970, + 53972 ], "loc": { "start": { @@ -122978,8 +122977,8 @@ } }, "range": [ - 53953, - 53967 + 53958, + 53972 ], "loc": { "start": { @@ -122995,8 +122994,8 @@ ], "kind": "let", "range": [ - 53916, - 53968 + 53921, + 53973 ], "loc": { "start": { @@ -123015,8 +123014,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 53982, - 53996 + 53987, + 54001 ], "loc": { "start": { @@ -123043,8 +123042,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 54012, - 54021 + 54017, + 54026 ], "loc": { "start": { @@ -123061,8 +123060,8 @@ "type": "Identifier", "name": "push", "range": [ - 54022, - 54026 + 54027, + 54031 ], "loc": { "start": { @@ -123076,8 +123075,8 @@ } }, "range": [ - 54012, - 54026 + 54017, + 54031 ], "loc": { "start": { @@ -123102,8 +123101,8 @@ "object": { "type": "ThisExpression", "range": [ - 54027, - 54031 + 54032, + 54036 ], "loc": { "start": { @@ -123120,8 +123119,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 54032, - 54046 + 54037, + 54051 ], "loc": { "start": { @@ -123135,8 +123134,8 @@ } }, "range": [ - 54027, - 54046 + 54032, + 54051 ], "loc": { "start": { @@ -123151,8 +123150,8 @@ }, "arguments": [], "range": [ - 54027, - 54048 + 54032, + 54053 ], "loc": { "start": { @@ -123169,8 +123168,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 54049, - 54057 + 54054, + 54062 ], "loc": { "start": { @@ -123184,8 +123183,8 @@ } }, "range": [ - 54027, - 54058 + 54032, + 54063 ], "loc": { "start": { @@ -123200,8 +123199,8 @@ } ], "range": [ - 54012, - 54059 + 54017, + 54064 ], "loc": { "start": { @@ -123215,8 +123214,8 @@ } }, "range": [ - 54012, - 54060 + 54017, + 54065 ], "loc": { "start": { @@ -123231,8 +123230,8 @@ } ], "range": [ - 53998, - 54070 + 54003, + 54075 ], "loc": { "start": { @@ -123247,8 +123246,8 @@ }, "alternate": null, "range": [ - 53978, - 54070 + 53983, + 54075 ], "loc": { "start": { @@ -123272,8 +123271,8 @@ "type": "Identifier", "name": "i", "range": [ - 54089, - 54090 + 54094, + 54095 ], "loc": { "start": { @@ -123292,8 +123291,8 @@ "object": { "type": "ThisExpression", "range": [ - 54093, - 54097 + 54098, + 54102 ], "loc": { "start": { @@ -123310,8 +123309,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 54098, - 54104 + 54103, + 54109 ], "loc": { "start": { @@ -123325,8 +123324,8 @@ } }, "range": [ - 54093, - 54104 + 54098, + 54109 ], "loc": { "start": { @@ -123340,8 +123339,8 @@ } }, "range": [ - 54089, - 54104 + 54094, + 54109 ], "loc": { "start": { @@ -123357,8 +123356,8 @@ ], "kind": "let", "range": [ - 54085, - 54104 + 54090, + 54109 ], "loc": { "start": { @@ -123378,8 +123377,8 @@ "type": "Identifier", "name": "i", "range": [ - 54106, - 54107 + 54111, + 54112 ], "loc": { "start": { @@ -123398,8 +123397,8 @@ "object": { "type": "ThisExpression", "range": [ - 54110, - 54114 + 54115, + 54119 ], "loc": { "start": { @@ -123416,8 +123415,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 54115, - 54121 + 54120, + 54126 ], "loc": { "start": { @@ -123431,8 +123430,8 @@ } }, "range": [ - 54110, - 54121 + 54115, + 54126 ], "loc": { "start": { @@ -123446,8 +123445,8 @@ } }, "range": [ - 54106, - 54121 + 54111, + 54126 ], "loc": { "start": { @@ -123467,8 +123466,8 @@ "type": "Identifier", "name": "i", "range": [ - 54123, - 54124 + 54128, + 54129 ], "loc": { "start": { @@ -123483,8 +123482,8 @@ }, "prefix": false, "range": [ - 54123, - 54126 + 54128, + 54131 ], "loc": { "start": { @@ -123509,8 +123508,8 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 54146, - 54158 + 54151, + 54163 ], "loc": { "start": { @@ -123528,8 +123527,8 @@ "value": false, "raw": "false", "range": [ - 54161, - 54166 + 54166, + 54171 ], "loc": { "start": { @@ -123543,8 +123542,8 @@ } }, "range": [ - 54146, - 54166 + 54151, + 54171 ], "loc": { "start": { @@ -123560,8 +123559,8 @@ ], "kind": "let", "range": [ - 54142, - 54167 + 54147, + 54172 ], "loc": { "start": { @@ -123578,8 +123577,8 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 54180, - 54235 + 54185, + 54240 ], "loc": { "start": { @@ -123606,8 +123605,8 @@ "type": "Identifier", "name": "exclude", "range": [ - 54252, - 54259 + 54257, + 54264 ], "loc": { "start": { @@ -123624,8 +123623,8 @@ "type": "Identifier", "name": "length", "range": [ - 54260, - 54266 + 54265, + 54271 ], "loc": { "start": { @@ -123639,8 +123638,8 @@ } }, "range": [ - 54252, - 54266 + 54257, + 54271 ], "loc": { "start": { @@ -123658,8 +123657,8 @@ "value": 0, "raw": "0", "range": [ - 54269, - 54270 + 54274, + 54275 ], "loc": { "start": { @@ -123673,8 +123672,8 @@ } }, "range": [ - 54252, - 54270 + 54257, + 54275 ], "loc": { "start": { @@ -123699,8 +123698,8 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 54290, - 54302 + 54295, + 54307 ], "loc": { "start": { @@ -123725,8 +123724,8 @@ "type": "Identifier", "name": "exclude", "range": [ - 54305, - 54312 + 54310, + 54317 ], "loc": { "start": { @@ -123743,8 +123742,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 54313, - 54320 + 54318, + 54325 ], "loc": { "start": { @@ -123758,8 +123757,8 @@ } }, "range": [ - 54305, - 54320 + 54310, + 54325 ], "loc": { "start": { @@ -123777,8 +123776,8 @@ "type": "Identifier", "name": "i", "range": [ - 54321, - 54322 + 54326, + 54327 ], "loc": { "start": { @@ -123793,8 +123792,8 @@ } ], "range": [ - 54305, - 54323 + 54310, + 54328 ], "loc": { "start": { @@ -123815,8 +123814,8 @@ "value": 1, "raw": "1", "range": [ - 54328, - 54329 + 54333, + 54334 ], "loc": { "start": { @@ -123831,8 +123830,8 @@ }, "prefix": true, "range": [ - 54327, - 54329 + 54332, + 54334 ], "loc": { "start": { @@ -123846,8 +123845,8 @@ } }, "range": [ - 54305, - 54329 + 54310, + 54334 ], "loc": { "start": { @@ -123861,8 +123860,8 @@ } }, "range": [ - 54290, - 54329 + 54295, + 54334 ], "loc": { "start": { @@ -123876,8 +123875,8 @@ } }, "range": [ - 54290, - 54330 + 54295, + 54335 ], "loc": { "start": { @@ -123892,8 +123891,8 @@ } ], "range": [ - 54272, - 54344 + 54277, + 54349 ], "loc": { "start": { @@ -123908,8 +123907,8 @@ }, "alternate": null, "range": [ - 54248, - 54344 + 54253, + 54349 ], "loc": { "start": { @@ -123926,8 +123925,8 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 54180, - 54235 + 54185, + 54240 ], "loc": { "start": { @@ -123951,8 +123950,8 @@ "type": "Identifier", "name": "cell", "range": [ - 54361, - 54365 + 54366, + 54370 ], "loc": { "start": { @@ -123975,8 +123974,8 @@ "type": "Identifier", "name": "row", "range": [ - 54368, - 54371 + 54373, + 54376 ], "loc": { "start": { @@ -123993,8 +123992,8 @@ "type": "Identifier", "name": "i", "range": [ - 54372, - 54373 + 54377, + 54378 ], "loc": { "start": { @@ -124008,8 +124007,8 @@ } }, "range": [ - 54368, - 54374 + 54373, + 54379 ], "loc": { "start": { @@ -124026,8 +124025,8 @@ "type": "Identifier", "name": "cells", "range": [ - 54375, - 54380 + 54380, + 54385 ], "loc": { "start": { @@ -124041,8 +124040,8 @@ } }, "range": [ - 54368, - 54380 + 54373, + 54385 ], "loc": { "start": { @@ -124056,8 +124055,8 @@ } }, "range": [ - 54361, - 54380 + 54366, + 54385 ], "loc": { "start": { @@ -124076,8 +124075,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 54398, - 54405 + 54403, + 54410 ], "loc": { "start": { @@ -124097,8 +124096,8 @@ "type": "Identifier", "name": "cell", "range": [ - 54408, - 54412 + 54413, + 54417 ], "loc": { "start": { @@ -124115,8 +124114,8 @@ "type": "Identifier", "name": "length", "range": [ - 54413, - 54419 + 54418, + 54424 ], "loc": { "start": { @@ -124130,8 +124129,8 @@ } }, "range": [ - 54408, - 54419 + 54413, + 54424 ], "loc": { "start": { @@ -124145,8 +124144,8 @@ } }, "range": [ - 54398, - 54419 + 54403, + 54424 ], "loc": { "start": { @@ -124162,8 +124161,8 @@ ], "kind": "let", "range": [ - 54357, - 54420 + 54362, + 54425 ], "loc": { "start": { @@ -124180,8 +124179,8 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 54434, - 54487 + 54439, + 54492 ], "loc": { "start": { @@ -124208,8 +124207,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 54504, - 54511 + 54509, + 54516 ], "loc": { "start": { @@ -124228,8 +124227,8 @@ "object": { "type": "ThisExpression", "range": [ - 54516, - 54520 + 54521, + 54525 ], "loc": { "start": { @@ -124246,8 +124245,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 54521, - 54528 + 54526, + 54533 ], "loc": { "start": { @@ -124261,8 +124260,8 @@ } }, "range": [ - 54516, - 54528 + 54521, + 54533 ], "loc": { "start": { @@ -124276,8 +124275,8 @@ } }, "range": [ - 54504, - 54528 + 54509, + 54533 ], "loc": { "start": { @@ -124297,8 +124296,8 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 54533, - 54545 + 54538, + 54550 ], "loc": { "start": { @@ -124313,8 +124312,8 @@ }, "prefix": true, "range": [ - 54532, - 54545 + 54537, + 54550 ], "loc": { "start": { @@ -124328,8 +124327,8 @@ } }, "range": [ - 54504, - 54545 + 54509, + 54550 ], "loc": { "start": { @@ -124356,8 +124355,8 @@ "type": "Identifier", "name": "j", "range": [ - 54623, - 54624 + 54628, + 54629 ], "loc": { "start": { @@ -124375,8 +124374,8 @@ "value": 0, "raw": "0", "range": [ - 54627, - 54628 + 54632, + 54633 ], "loc": { "start": { @@ -124390,8 +124389,8 @@ } }, "range": [ - 54623, - 54628 + 54628, + 54633 ], "loc": { "start": { @@ -124407,8 +124406,8 @@ ], "kind": "let", "range": [ - 54619, - 54628 + 54624, + 54633 ], "loc": { "start": { @@ -124428,8 +124427,8 @@ "type": "Identifier", "name": "j", "range": [ - 54630, - 54631 + 54635, + 54636 ], "loc": { "start": { @@ -124446,8 +124445,8 @@ "type": "Identifier", "name": "nchilds", "range": [ - 54634, - 54641 + 54639, + 54646 ], "loc": { "start": { @@ -124461,8 +124460,8 @@ } }, "range": [ - 54630, - 54641 + 54635, + 54646 ], "loc": { "start": { @@ -124482,8 +124481,8 @@ "type": "Identifier", "name": "j", "range": [ - 54643, - 54644 + 54648, + 54649 ], "loc": { "start": { @@ -124498,8 +124497,8 @@ }, "prefix": false, "range": [ - 54643, - 54646 + 54648, + 54651 ], "loc": { "start": { @@ -124527,8 +124526,8 @@ "type": "Identifier", "name": "j", "range": [ - 54674, - 54675 + 54679, + 54680 ], "loc": { "start": { @@ -124545,8 +124544,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 54679, - 54687 + 54684, + 54692 ], "loc": { "start": { @@ -124560,8 +124559,8 @@ } }, "range": [ - 54674, - 54687 + 54679, + 54692 ], "loc": { "start": { @@ -124590,8 +124589,8 @@ "type": "Identifier", "name": "row", "range": [ - 54691, - 54694 + 54696, + 54699 ], "loc": { "start": { @@ -124608,8 +124607,8 @@ "type": "Identifier", "name": "i", "range": [ - 54695, - 54696 + 54700, + 54701 ], "loc": { "start": { @@ -124623,8 +124622,8 @@ } }, "range": [ - 54691, - 54697 + 54696, + 54702 ], "loc": { "start": { @@ -124641,8 +124640,8 @@ "type": "Identifier", "name": "style", "range": [ - 54698, - 54703 + 54703, + 54708 ], "loc": { "start": { @@ -124656,8 +124655,8 @@ } }, "range": [ - 54691, - 54703 + 54696, + 54708 ], "loc": { "start": { @@ -124674,8 +124673,8 @@ "type": "Identifier", "name": "display", "range": [ - 54704, - 54711 + 54709, + 54716 ], "loc": { "start": { @@ -124689,8 +124688,8 @@ } }, "range": [ - 54691, - 54711 + 54696, + 54716 ], "loc": { "start": { @@ -124708,8 +124707,8 @@ "value": "", "raw": "''", "range": [ - 54716, - 54718 + 54721, + 54723 ], "loc": { "start": { @@ -124723,8 +124722,8 @@ } }, "range": [ - 54691, - 54718 + 54696, + 54723 ], "loc": { "start": { @@ -124738,8 +124737,8 @@ } }, "range": [ - 54674, - 54718 + 54679, + 54723 ], "loc": { "start": { @@ -124759,8 +124758,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 54746, - 54755 + 54751, + 54760 ], "loc": { "start": { @@ -124775,8 +124774,8 @@ } ], "range": [ - 54720, - 54777 + 54725, + 54782 ], "loc": { "start": { @@ -124791,8 +124790,8 @@ }, "alternate": null, "range": [ - 54670, - 54777 + 54675, + 54782 ], "loc": { "start": { @@ -124814,8 +124813,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 54802, - 54810 + 54807, + 54815 ], "loc": { "start": { @@ -124836,8 +124835,8 @@ "object": { "type": "ThisExpression", "range": [ - 54813, - 54817 + 54818, + 54822 ], "loc": { "start": { @@ -124854,8 +124853,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 54818, - 54829 + 54823, + 54834 ], "loc": { "start": { @@ -124869,8 +124868,8 @@ } }, "range": [ - 54813, - 54829 + 54818, + 54834 ], "loc": { "start": { @@ -124891,8 +124890,8 @@ "type": "Identifier", "name": "cell", "range": [ - 54830, - 54834 + 54835, + 54839 ], "loc": { "start": { @@ -124909,8 +124908,8 @@ "type": "Identifier", "name": "j", "range": [ - 54835, - 54836 + 54840, + 54841 ], "loc": { "start": { @@ -124924,8 +124923,8 @@ } }, "range": [ - 54830, - 54837 + 54835, + 54842 ], "loc": { "start": { @@ -124940,8 +124939,8 @@ } ], "range": [ - 54813, - 54838 + 54818, + 54843 ], "loc": { "start": { @@ -124955,8 +124954,8 @@ } }, "range": [ - 54802, - 54838 + 54807, + 54843 ], "loc": { "start": { @@ -124975,8 +124974,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 54864, - 54872 + 54869, + 54877 ], "loc": { "start": { @@ -124997,8 +124996,8 @@ "object": { "type": "ThisExpression", "range": [ - 54875, - 54879 + 54880, + 54884 ], "loc": { "start": { @@ -125015,8 +125014,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 54880, - 54891 + 54885, + 54896 ], "loc": { "start": { @@ -125030,8 +125029,8 @@ } }, "range": [ - 54875, - 54891 + 54880, + 54896 ], "loc": { "start": { @@ -125053,8 +125052,8 @@ "object": { "type": "ThisExpression", "range": [ - 54922, - 54926 + 54927, + 54931 ], "loc": { "start": { @@ -125071,8 +125070,8 @@ "type": "Identifier", "name": "colNbFormat", "range": [ - 54927, - 54938 + 54932, + 54943 ], "loc": { "start": { @@ -125086,8 +125085,8 @@ } }, "range": [ - 54922, - 54938 + 54927, + 54943 ], "loc": { "start": { @@ -125104,8 +125103,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 54939, - 54947 + 54944, + 54952 ], "loc": { "start": { @@ -125119,8 +125118,8 @@ } }, "range": [ - 54922, - 54948 + 54927, + 54953 ], "loc": { "start": { @@ -125138,8 +125137,8 @@ "value": null, "raw": "null", "range": [ - 54951, - 54955 + 54956, + 54960 ], "loc": { "start": { @@ -125153,8 +125152,8 @@ } }, "range": [ - 54875, - 54955 + 54880, + 54960 ], "loc": { "start": { @@ -125168,8 +125167,8 @@ } }, "range": [ - 54864, - 54955 + 54869, + 54960 ], "loc": { "start": { @@ -125188,8 +125187,8 @@ "type": "Identifier", "name": "data", "range": [ - 54981, - 54985 + 54986, + 54990 ], "loc": { "start": { @@ -125208,8 +125207,8 @@ "type": "Identifier", "name": "num", "range": [ - 54988, - 54991 + 54993, + 54996 ], "loc": { "start": { @@ -125231,8 +125230,8 @@ "type": "Identifier", "name": "Helpers", "range": [ - 55022, - 55029 + 55027, + 55034 ], "loc": { "start": { @@ -125249,8 +125248,8 @@ "type": "Identifier", "name": "removeNbFormat", "range": [ - 55030, - 55044 + 55035, + 55049 ], "loc": { "start": { @@ -125264,8 +125263,8 @@ } }, "range": [ - 55022, - 55044 + 55027, + 55049 ], "loc": { "start": { @@ -125283,8 +125282,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 55045, - 55053 + 55050, + 55058 ], "loc": { "start": { @@ -125301,8 +125300,8 @@ "type": "Identifier", "name": "nbFormat", "range": [ - 55055, - 55063 + 55060, + 55068 ], "loc": { "start": { @@ -125317,8 +125316,8 @@ } ], "range": [ - 55022, - 55064 + 55027, + 55069 ], "loc": { "start": { @@ -125335,8 +125334,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 55095, - 55103 + 55100, + 55108 ], "loc": { "start": { @@ -125350,8 +125349,8 @@ } }, "range": [ - 54988, - 55103 + 54993, + 55108 ], "loc": { "start": { @@ -125365,8 +125364,8 @@ } }, "range": [ - 54981, - 55103 + 54986, + 55108 ], "loc": { "start": { @@ -125382,8 +125381,8 @@ ], "kind": "let", "range": [ - 54798, - 55104 + 54803, + 55109 ], "loc": { "start": { @@ -125407,8 +125406,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 55125, - 55134 + 55130, + 55139 ], "loc": { "start": { @@ -125425,8 +125424,8 @@ "type": "Identifier", "name": "push", "range": [ - 55135, - 55139 + 55140, + 55144 ], "loc": { "start": { @@ -125440,8 +125439,8 @@ } }, "range": [ - 55125, - 55139 + 55130, + 55144 ], "loc": { "start": { @@ -125459,8 +125458,8 @@ "type": "Identifier", "name": "data", "range": [ - 55140, - 55144 + 55145, + 55149 ], "loc": { "start": { @@ -125475,8 +125474,8 @@ } ], "range": [ - 55125, - 55145 + 55130, + 55150 ], "loc": { "start": { @@ -125490,8 +125489,8 @@ } }, "range": [ - 55125, - 55146 + 55130, + 55151 ], "loc": { "start": { @@ -125506,8 +125505,8 @@ } ], "range": [ - 54648, - 55164 + 54653, + 55169 ], "loc": { "start": { @@ -125521,8 +125520,8 @@ } }, "range": [ - 54614, - 55164 + 54619, + 55169 ], "loc": { "start": { @@ -125539,8 +125538,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 54565, - 54597 + 54570, + 54602 ], "loc": { "start": { @@ -125557,8 +125556,8 @@ } ], "range": [ - 54547, - 55178 + 54552, + 55183 ], "loc": { "start": { @@ -125573,8 +125572,8 @@ }, "alternate": null, "range": [ - 54500, - 55178 + 54505, + 55183 ], "loc": { "start": { @@ -125591,8 +125590,8 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 54434, - 54487 + 54439, + 54492 ], "loc": { "start": { @@ -125609,8 +125608,8 @@ } ], "range": [ - 54128, - 55188 + 54133, + 55193 ], "loc": { "start": { @@ -125624,8 +125623,8 @@ } }, "range": [ - 54080, - 55188 + 54085, + 55193 ], "loc": { "start": { @@ -125644,8 +125643,8 @@ "type": "Identifier", "name": "colValues", "range": [ - 55204, - 55213 + 55209, + 55218 ], "loc": { "start": { @@ -125659,8 +125658,8 @@ } }, "range": [ - 55197, - 55214 + 55202, + 55219 ], "loc": { "start": { @@ -125675,8 +125674,8 @@ } ], "range": [ - 53847, - 55220 + 53852, + 55225 ], "loc": { "start": { @@ -125692,8 +125691,8 @@ "generator": false, "expression": false, "range": [ - 53785, - 55220 + 53790, + 55225 ], "loc": { "start": { @@ -125709,8 +125708,8 @@ "kind": "method", "computed": false, "range": [ - 53773, - 55220 + 53778, + 55225 ], "loc": { "start": { @@ -125727,8 +125726,8 @@ "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": [ - 53384, - 53768 + 53389, + 53773 ], "loc": { "start": { @@ -125747,8 +125746,8 @@ "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": [ - 55226, - 55378 + 55231, + 55383 ], "loc": { "start": { @@ -125770,8 +125769,8 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 55383, - 55397 + 55388, + 55402 ], "loc": { "start": { @@ -125792,8 +125791,8 @@ "type": "Identifier", "name": "index", "range": [ - 55398, - 55403 + 55403, + 55408 ], "loc": { "start": { @@ -125821,8 +125820,8 @@ "object": { "type": "ThisExpression", "range": [ - 55420, - 55424 + 55425, + 55429 ], "loc": { "start": { @@ -125839,8 +125838,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 55425, - 55432 + 55430, + 55437 ], "loc": { "start": { @@ -125854,8 +125853,8 @@ } }, "range": [ - 55420, - 55432 + 55425, + 55437 ], "loc": { "start": { @@ -125870,8 +125869,8 @@ }, "prefix": true, "range": [ - 55419, - 55432 + 55424, + 55437 ], "loc": { "start": { @@ -125891,8 +125890,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 55448, - 55455 + 55453, + 55460 ], "loc": { "start": { @@ -125907,8 +125906,8 @@ } ], "range": [ - 55434, - 55465 + 55439, + 55470 ], "loc": { "start": { @@ -125923,8 +125922,8 @@ }, "alternate": null, "range": [ - 55415, - 55465 + 55420, + 55470 ], "loc": { "start": { @@ -125946,8 +125945,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55478, - 55486 + 55483, + 55491 ], "loc": { "start": { @@ -125965,8 +125964,8 @@ "value": "", "raw": "''", "range": [ - 55489, - 55491 + 55494, + 55496 ], "loc": { "start": { @@ -125980,8 +125979,8 @@ } }, "range": [ - 55478, - 55491 + 55483, + 55496 ], "loc": { "start": { @@ -125997,8 +125996,8 @@ ], "kind": "let", "range": [ - 55474, - 55492 + 55479, + 55497 ], "loc": { "start": { @@ -126020,8 +126019,8 @@ "type": "Identifier", "name": "flt", "range": [ - 55505, - 55508 + 55510, + 55513 ], "loc": { "start": { @@ -126042,8 +126041,8 @@ "object": { "type": "ThisExpression", "range": [ - 55511, - 55515 + 55516, + 55520 ], "loc": { "start": { @@ -126060,8 +126059,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 55516, - 55532 + 55521, + 55537 ], "loc": { "start": { @@ -126075,8 +126074,8 @@ } }, "range": [ - 55511, - 55532 + 55516, + 55537 ], "loc": { "start": { @@ -126094,8 +126093,8 @@ "type": "Identifier", "name": "index", "range": [ - 55533, - 55538 + 55538, + 55543 ], "loc": { "start": { @@ -126110,8 +126109,8 @@ } ], "range": [ - 55511, - 55539 + 55516, + 55544 ], "loc": { "start": { @@ -126125,8 +126124,8 @@ } }, "range": [ - 55505, - 55539 + 55510, + 55544 ], "loc": { "start": { @@ -126142,8 +126141,8 @@ ], "kind": "let", "range": [ - 55501, - 55540 + 55506, + 55545 ], "loc": { "start": { @@ -126165,8 +126164,8 @@ "type": "Identifier", "name": "flt", "range": [ - 55554, - 55557 + 55559, + 55562 ], "loc": { "start": { @@ -126181,8 +126180,8 @@ }, "prefix": true, "range": [ - 55553, - 55557 + 55558, + 55562 ], "loc": { "start": { @@ -126204,8 +126203,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55580, - 55588 + 55585, + 55593 ], "loc": { "start": { @@ -126219,8 +126218,8 @@ } }, "range": [ - 55573, - 55589 + 55578, + 55594 ], "loc": { "start": { @@ -126235,8 +126234,8 @@ } ], "range": [ - 55559, - 55599 + 55564, + 55604 ], "loc": { "start": { @@ -126251,8 +126250,8 @@ }, "alternate": null, "range": [ - 55549, - 55599 + 55554, + 55604 ], "loc": { "start": { @@ -126274,8 +126273,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55613, - 55623 + 55618, + 55628 ], "loc": { "start": { @@ -126296,8 +126295,8 @@ "object": { "type": "ThisExpression", "range": [ - 55626, - 55630 + 55631, + 55635 ], "loc": { "start": { @@ -126314,8 +126313,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 55631, - 55644 + 55636, + 55649 ], "loc": { "start": { @@ -126329,8 +126328,8 @@ } }, "range": [ - 55626, - 55644 + 55631, + 55649 ], "loc": { "start": { @@ -126348,8 +126347,8 @@ "type": "Identifier", "name": "index", "range": [ - 55645, - 55650 + 55650, + 55655 ], "loc": { "start": { @@ -126364,8 +126363,8 @@ } ], "range": [ - 55626, - 55651 + 55631, + 55656 ], "loc": { "start": { @@ -126379,8 +126378,8 @@ } }, "range": [ - 55613, - 55651 + 55618, + 55656 ], "loc": { "start": { @@ -126396,8 +126395,8 @@ ], "kind": "let", "range": [ - 55609, - 55652 + 55614, + 55657 ], "loc": { "start": { @@ -126422,8 +126421,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55665, - 55675 + 55670, + 55680 ], "loc": { "start": { @@ -126440,8 +126439,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 55680, - 55688 + 55685, + 55693 ], "loc": { "start": { @@ -126455,8 +126454,8 @@ } }, "range": [ - 55665, - 55688 + 55670, + 55693 ], "loc": { "start": { @@ -126476,8 +126475,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55692, - 55702 + 55697, + 55707 ], "loc": { "start": { @@ -126494,8 +126493,8 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 55707, - 55716 + 55712, + 55721 ], "loc": { "start": { @@ -126509,8 +126508,8 @@ } }, "range": [ - 55692, - 55716 + 55697, + 55721 ], "loc": { "start": { @@ -126524,8 +126523,8 @@ } }, "range": [ - 55665, - 55716 + 55670, + 55721 ], "loc": { "start": { @@ -126550,8 +126549,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55732, - 55740 + 55737, + 55745 ], "loc": { "start": { @@ -126571,8 +126570,8 @@ "type": "Identifier", "name": "flt", "range": [ - 55743, - 55746 + 55748, + 55751 ], "loc": { "start": { @@ -126589,8 +126588,8 @@ "type": "Identifier", "name": "value", "range": [ - 55747, - 55752 + 55752, + 55757 ], "loc": { "start": { @@ -126604,8 +126603,8 @@ } }, "range": [ - 55743, - 55752 + 55748, + 55757 ], "loc": { "start": { @@ -126619,8 +126618,8 @@ } }, "range": [ - 55732, - 55752 + 55737, + 55757 ], "loc": { "start": { @@ -126634,8 +126633,8 @@ } }, "range": [ - 55732, - 55753 + 55737, + 55758 ], "loc": { "start": { @@ -126650,8 +126649,8 @@ } ], "range": [ - 55718, - 55763 + 55723, + 55768 ], "loc": { "start": { @@ -126668,8 +126667,8 @@ "type": "Line", "value": "mutiple select", "range": [ - 55772, - 55788 + 55777, + 55793 ], "loc": { "start": { @@ -126693,8 +126692,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55806, - 55816 + 55811, + 55821 ], "loc": { "start": { @@ -126711,8 +126710,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 55821, - 55829 + 55826, + 55834 ], "loc": { "start": { @@ -126726,8 +126725,8 @@ } }, "range": [ - 55806, - 55829 + 55811, + 55834 ], "loc": { "start": { @@ -126752,8 +126751,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55845, - 55853 + 55850, + 55858 ], "loc": { "start": { @@ -126779,8 +126778,8 @@ "object": { "type": "ThisExpression", "range": [ - 55856, - 55860 + 55861, + 55865 ], "loc": { "start": { @@ -126797,8 +126796,8 @@ "type": "Identifier", "name": "feature", "range": [ - 55861, - 55868 + 55866, + 55873 ], "loc": { "start": { @@ -126812,8 +126811,8 @@ } }, "range": [ - 55856, - 55868 + 55861, + 55873 ], "loc": { "start": { @@ -126832,8 +126831,8 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 55869, - 55879 + 55874, + 55884 ], "loc": { "start": { @@ -126848,8 +126847,8 @@ } ], "range": [ - 55856, - 55880 + 55861, + 55885 ], "loc": { "start": { @@ -126866,8 +126865,8 @@ "type": "Identifier", "name": "getValues", "range": [ - 55881, - 55890 + 55886, + 55895 ], "loc": { "start": { @@ -126881,8 +126880,8 @@ } }, "range": [ - 55856, - 55890 + 55861, + 55895 ], "loc": { "start": { @@ -126900,8 +126899,8 @@ "type": "Identifier", "name": "index", "range": [ - 55891, - 55896 + 55896, + 55901 ], "loc": { "start": { @@ -126916,8 +126915,8 @@ } ], "range": [ - 55856, - 55897 + 55861, + 55902 ], "loc": { "start": { @@ -126931,8 +126930,8 @@ } }, "range": [ - 55845, - 55897 + 55850, + 55902 ], "loc": { "start": { @@ -126946,8 +126945,8 @@ } }, "range": [ - 55845, - 55898 + 55850, + 55903 ], "loc": { "start": { @@ -126962,8 +126961,8 @@ } ], "range": [ - 55831, - 55908 + 55836, + 55913 ], "loc": { "start": { @@ -126980,8 +126979,8 @@ "type": "Line", "value": "checklist", "range": [ - 55917, - 55928 + 55922, + 55933 ], "loc": { "start": { @@ -127005,8 +127004,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 55946, - 55956 + 55951, + 55961 ], "loc": { "start": { @@ -127023,8 +127022,8 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 55961, - 55970 + 55966, + 55975 ], "loc": { "start": { @@ -127038,8 +127037,8 @@ } }, "range": [ - 55946, - 55970 + 55951, + 55975 ], "loc": { "start": { @@ -127064,8 +127063,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 55986, - 55994 + 55991, + 55999 ], "loc": { "start": { @@ -127091,8 +127090,8 @@ "object": { "type": "ThisExpression", "range": [ - 55997, - 56001 + 56002, + 56006 ], "loc": { "start": { @@ -127109,8 +127108,8 @@ "type": "Identifier", "name": "feature", "range": [ - 56002, - 56009 + 56007, + 56014 ], "loc": { "start": { @@ -127124,8 +127123,8 @@ } }, "range": [ - 55997, - 56009 + 56002, + 56014 ], "loc": { "start": { @@ -127144,8 +127143,8 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 56010, - 56021 + 56015, + 56026 ], "loc": { "start": { @@ -127160,8 +127159,8 @@ } ], "range": [ - 55997, - 56022 + 56002, + 56027 ], "loc": { "start": { @@ -127178,8 +127177,8 @@ "type": "Identifier", "name": "getValues", "range": [ - 56023, - 56032 + 56028, + 56037 ], "loc": { "start": { @@ -127193,8 +127192,8 @@ } }, "range": [ - 55997, - 56032 + 56002, + 56037 ], "loc": { "start": { @@ -127212,8 +127211,8 @@ "type": "Identifier", "name": "index", "range": [ - 56033, - 56038 + 56038, + 56043 ], "loc": { "start": { @@ -127228,8 +127227,8 @@ } ], "range": [ - 55997, - 56039 + 56002, + 56044 ], "loc": { "start": { @@ -127243,8 +127242,8 @@ } }, "range": [ - 55986, - 56039 + 55991, + 56044 ], "loc": { "start": { @@ -127258,8 +127257,8 @@ } }, "range": [ - 55986, - 56040 + 55991, + 56045 ], "loc": { "start": { @@ -127274,8 +127273,8 @@ } ], "range": [ - 55972, - 56050 + 55977, + 56055 ], "loc": { "start": { @@ -127290,8 +127289,8 @@ }, "alternate": null, "range": [ - 55942, - 56050 + 55947, + 56055 ], "loc": { "start": { @@ -127308,8 +127307,8 @@ "type": "Line", "value": "checklist", "range": [ - 55917, - 55928 + 55922, + 55933 ], "loc": { "start": { @@ -127325,8 +127324,8 @@ ] }, "range": [ - 55802, - 56050 + 55807, + 56055 ], "loc": { "start": { @@ -127343,8 +127342,8 @@ "type": "Line", "value": "mutiple select", "range": [ - 55772, - 55788 + 55777, + 55793 ], "loc": { "start": { @@ -127360,8 +127359,8 @@ ] }, "range": [ - 55661, - 56050 + 55666, + 56055 ], "loc": { "start": { @@ -127378,8 +127377,8 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 56059, - 56127 + 56064, + 56132 ], "loc": { "start": { @@ -127396,8 +127395,8 @@ "type": "Line", "value": "empty string", "range": [ - 56136, - 56150 + 56141, + 56155 ], "loc": { "start": { @@ -127429,8 +127428,8 @@ "type": "Identifier", "name": "Types", "range": [ - 56163, - 56168 + 56168, + 56173 ], "loc": { "start": { @@ -127447,8 +127446,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 56169, - 56176 + 56174, + 56181 ], "loc": { "start": { @@ -127462,8 +127461,8 @@ } }, "range": [ - 56163, - 56176 + 56168, + 56181 ], "loc": { "start": { @@ -127481,8 +127480,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56177, - 56185 + 56182, + 56190 ], "loc": { "start": { @@ -127497,8 +127496,8 @@ } ], "range": [ - 56163, - 56186 + 56168, + 56191 ], "loc": { "start": { @@ -127521,8 +127520,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56190, - 56198 + 56195, + 56203 ], "loc": { "start": { @@ -127539,8 +127538,8 @@ "type": "Identifier", "name": "length", "range": [ - 56199, - 56205 + 56204, + 56210 ], "loc": { "start": { @@ -127554,8 +127553,8 @@ } }, "range": [ - 56190, - 56205 + 56195, + 56210 ], "loc": { "start": { @@ -127573,8 +127572,8 @@ "value": 0, "raw": "0", "range": [ - 56210, - 56211 + 56215, + 56216 ], "loc": { "start": { @@ -127588,8 +127587,8 @@ } }, "range": [ - 56190, - 56211 + 56195, + 56216 ], "loc": { "start": { @@ -127603,8 +127602,8 @@ } }, "range": [ - 56163, - 56211 + 56168, + 56216 ], "loc": { "start": { @@ -127630,8 +127629,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56228, - 56236 + 56233, + 56241 ], "loc": { "start": { @@ -127648,8 +127647,8 @@ "type": "Identifier", "name": "length", "range": [ - 56237, - 56243 + 56242, + 56248 ], "loc": { "start": { @@ -127663,8 +127662,8 @@ } }, "range": [ - 56228, - 56243 + 56233, + 56248 ], "loc": { "start": { @@ -127682,8 +127681,8 @@ "value": 1, "raw": "1", "range": [ - 56248, - 56249 + 56253, + 56254 ], "loc": { "start": { @@ -127697,8 +127696,8 @@ } }, "range": [ - 56228, - 56249 + 56233, + 56254 ], "loc": { "start": { @@ -127721,8 +127720,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56253, - 56261 + 56258, + 56266 ], "loc": { "start": { @@ -127740,8 +127739,8 @@ "value": 0, "raw": "0", "range": [ - 56262, - 56263 + 56267, + 56268 ], "loc": { "start": { @@ -127755,8 +127754,8 @@ } }, "range": [ - 56253, - 56264 + 56258, + 56269 ], "loc": { "start": { @@ -127774,8 +127773,8 @@ "value": "", "raw": "''", "range": [ - 56269, - 56271 + 56274, + 56276 ], "loc": { "start": { @@ -127789,8 +127788,8 @@ } }, "range": [ - 56253, - 56271 + 56258, + 56276 ], "loc": { "start": { @@ -127804,8 +127803,8 @@ } }, "range": [ - 56228, - 56271 + 56233, + 56276 ], "loc": { "start": { @@ -127819,8 +127818,8 @@ } }, "range": [ - 56163, - 56272 + 56168, + 56277 ], "loc": { "start": { @@ -127845,8 +127844,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56288, - 56296 + 56293, + 56301 ], "loc": { "start": { @@ -127864,8 +127863,8 @@ "value": "", "raw": "''", "range": [ - 56299, - 56301 + 56304, + 56306 ], "loc": { "start": { @@ -127879,8 +127878,8 @@ } }, "range": [ - 56288, - 56301 + 56293, + 56306 ], "loc": { "start": { @@ -127894,8 +127893,8 @@ } }, "range": [ - 56288, - 56302 + 56293, + 56307 ], "loc": { "start": { @@ -127910,8 +127909,8 @@ } ], "range": [ - 56274, - 56312 + 56279, + 56317 ], "loc": { "start": { @@ -127926,8 +127925,8 @@ }, "alternate": null, "range": [ - 56159, - 56312 + 56164, + 56317 ], "loc": { "start": { @@ -127944,8 +127943,8 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 56059, - 56127 + 56064, + 56132 ], "loc": { "start": { @@ -127962,8 +127961,8 @@ "type": "Line", "value": "empty string", "range": [ - 56136, - 56150 + 56141, + 56155 ], "loc": { "start": { @@ -127984,8 +127983,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56329, - 56337 + 56334, + 56342 ], "loc": { "start": { @@ -127999,8 +127998,8 @@ } }, "range": [ - 56322, - 56338 + 56327, + 56343 ], "loc": { "start": { @@ -128015,8 +128014,8 @@ } ], "range": [ - 55405, - 56344 + 55410, + 56349 ], "loc": { "start": { @@ -128032,8 +128031,8 @@ "generator": false, "expression": false, "range": [ - 55397, - 56344 + 55402, + 56349 ], "loc": { "start": { @@ -128049,8 +128048,8 @@ "kind": "method", "computed": false, "range": [ - 55383, - 56344 + 55388, + 56349 ], "loc": { "start": { @@ -128067,8 +128066,8 @@ "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": [ - 55226, - 55378 + 55231, + 55383 ], "loc": { "start": { @@ -128087,8 +128086,8 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 56350, - 56442 + 56355, + 56447 ], "loc": { "start": { @@ -128110,8 +128109,8 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 56447, - 56462 + 56452, + 56467 ], "loc": { "start": { @@ -128142,8 +128141,8 @@ "object": { "type": "ThisExpression", "range": [ - 56480, - 56484 + 56485, + 56489 ], "loc": { "start": { @@ -128160,8 +128159,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 56485, - 56492 + 56490, + 56497 ], "loc": { "start": { @@ -128175,8 +128174,8 @@ } }, "range": [ - 56480, - 56492 + 56485, + 56497 ], "loc": { "start": { @@ -128191,8 +128190,8 @@ }, "prefix": true, "range": [ - 56479, - 56492 + 56484, + 56497 ], "loc": { "start": { @@ -128212,8 +128211,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 56508, - 56515 + 56513, + 56520 ], "loc": { "start": { @@ -128228,8 +128227,8 @@ } ], "range": [ - 56494, - 56525 + 56499, + 56530 ], "loc": { "start": { @@ -128244,8 +128243,8 @@ }, "alternate": null, "range": [ - 56475, - 56525 + 56480, + 56530 ], "loc": { "start": { @@ -128267,8 +128266,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 56538, - 56548 + 56543, + 56553 ], "loc": { "start": { @@ -128285,8 +128284,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 56551, - 56553 + 56556, + 56558 ], "loc": { "start": { @@ -128300,8 +128299,8 @@ } }, "range": [ - 56538, - 56553 + 56543, + 56558 ], "loc": { "start": { @@ -128317,8 +128316,8 @@ ], "kind": "let", "range": [ - 56534, - 56554 + 56539, + 56559 ], "loc": { "start": { @@ -128342,8 +128341,8 @@ "type": "Identifier", "name": "i", "range": [ - 56572, - 56573 + 56577, + 56578 ], "loc": { "start": { @@ -128361,8 +128360,8 @@ "value": 0, "raw": "0", "range": [ - 56576, - 56577 + 56581, + 56582 ], "loc": { "start": { @@ -128376,8 +128375,8 @@ } }, "range": [ - 56572, - 56577 + 56577, + 56582 ], "loc": { "start": { @@ -128396,8 +128395,8 @@ "type": "Identifier", "name": "len", "range": [ - 56579, - 56582 + 56584, + 56587 ], "loc": { "start": { @@ -128419,8 +128418,8 @@ "object": { "type": "ThisExpression", "range": [ - 56585, - 56589 + 56590, + 56594 ], "loc": { "start": { @@ -128437,8 +128436,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 56590, - 56596 + 56595, + 56601 ], "loc": { "start": { @@ -128452,8 +128451,8 @@ } }, "range": [ - 56585, - 56596 + 56590, + 56601 ], "loc": { "start": { @@ -128470,8 +128469,8 @@ "type": "Identifier", "name": "length", "range": [ - 56597, - 56603 + 56602, + 56608 ], "loc": { "start": { @@ -128485,8 +128484,8 @@ } }, "range": [ - 56585, - 56603 + 56590, + 56608 ], "loc": { "start": { @@ -128500,8 +128499,8 @@ } }, "range": [ - 56579, - 56603 + 56584, + 56608 ], "loc": { "start": { @@ -128517,8 +128516,8 @@ ], "kind": "let", "range": [ - 56568, - 56603 + 56573, + 56608 ], "loc": { "start": { @@ -128538,8 +128537,8 @@ "type": "Identifier", "name": "i", "range": [ - 56605, - 56606 + 56610, + 56611 ], "loc": { "start": { @@ -128556,8 +128555,8 @@ "type": "Identifier", "name": "len", "range": [ - 56609, - 56612 + 56614, + 56617 ], "loc": { "start": { @@ -128571,8 +128570,8 @@ } }, "range": [ - 56605, - 56612 + 56610, + 56617 ], "loc": { "start": { @@ -128592,8 +128591,8 @@ "type": "Identifier", "name": "i", "range": [ - 56614, - 56615 + 56619, + 56620 ], "loc": { "start": { @@ -128608,8 +128607,8 @@ }, "prefix": false, "range": [ - 56614, - 56617 + 56619, + 56622 ], "loc": { "start": { @@ -128634,8 +128633,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56637, - 56645 + 56642, + 56650 ], "loc": { "start": { @@ -128656,8 +128655,8 @@ "object": { "type": "ThisExpression", "range": [ - 56648, - 56652 + 56653, + 56657 ], "loc": { "start": { @@ -128674,8 +128673,8 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 56653, - 56667 + 56658, + 56672 ], "loc": { "start": { @@ -128689,8 +128688,8 @@ } }, "range": [ - 56648, - 56667 + 56653, + 56672 ], "loc": { "start": { @@ -128708,8 +128707,8 @@ "type": "Identifier", "name": "i", "range": [ - 56668, - 56669 + 56673, + 56674 ], "loc": { "start": { @@ -128724,8 +128723,8 @@ } ], "range": [ - 56648, - 56670 + 56653, + 56675 ], "loc": { "start": { @@ -128739,8 +128738,8 @@ } }, "range": [ - 56637, - 56670 + 56642, + 56675 ], "loc": { "start": { @@ -128756,8 +128755,8 @@ ], "kind": "let", "range": [ - 56633, - 56671 + 56638, + 56676 ], "loc": { "start": { @@ -128781,8 +128780,8 @@ "type": "Identifier", "name": "Types", "range": [ - 56688, - 56693 + 56693, + 56698 ], "loc": { "start": { @@ -128799,8 +128798,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 56694, - 56701 + 56699, + 56706 ], "loc": { "start": { @@ -128814,8 +128813,8 @@ } }, "range": [ - 56688, - 56701 + 56693, + 56706 ], "loc": { "start": { @@ -128833,8 +128832,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56702, - 56710 + 56707, + 56715 ], "loc": { "start": { @@ -128849,8 +128848,8 @@ } ], "range": [ - 56688, - 56711 + 56693, + 56716 ], "loc": { "start": { @@ -128877,8 +128876,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 56731, - 56741 + 56736, + 56746 ], "loc": { "start": { @@ -128895,8 +128894,8 @@ "type": "Identifier", "name": "push", "range": [ - 56742, - 56746 + 56747, + 56751 ], "loc": { "start": { @@ -128910,8 +128909,8 @@ } }, "range": [ - 56731, - 56746 + 56736, + 56751 ], "loc": { "start": { @@ -128929,8 +128928,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56747, - 56755 + 56752, + 56760 ], "loc": { "start": { @@ -128945,8 +128944,8 @@ } ], "range": [ - 56731, - 56756 + 56736, + 56761 ], "loc": { "start": { @@ -128960,8 +128959,8 @@ } }, "range": [ - 56731, - 56757 + 56736, + 56762 ], "loc": { "start": { @@ -128976,8 +128975,8 @@ } ], "range": [ - 56713, - 56771 + 56718, + 56776 ], "loc": { "start": { @@ -129004,8 +129003,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 56795, - 56805 + 56800, + 56810 ], "loc": { "start": { @@ -129022,8 +129021,8 @@ "type": "Identifier", "name": "push", "range": [ - 56806, - 56810 + 56811, + 56815 ], "loc": { "start": { @@ -129037,8 +129036,8 @@ } }, "range": [ - 56795, - 56810 + 56800, + 56815 ], "loc": { "start": { @@ -129061,8 +129060,8 @@ "type": "Identifier", "name": "Str", "range": [ - 56811, - 56814 + 56816, + 56819 ], "loc": { "start": { @@ -129079,8 +129078,8 @@ "type": "Identifier", "name": "trim", "range": [ - 56815, - 56819 + 56820, + 56824 ], "loc": { "start": { @@ -129094,8 +129093,8 @@ } }, "range": [ - 56811, - 56819 + 56816, + 56824 ], "loc": { "start": { @@ -129113,8 +129112,8 @@ "type": "Identifier", "name": "fltValue", "range": [ - 56820, - 56828 + 56825, + 56833 ], "loc": { "start": { @@ -129129,8 +129128,8 @@ } ], "range": [ - 56811, - 56829 + 56816, + 56834 ], "loc": { "start": { @@ -129145,8 +129144,8 @@ } ], "range": [ - 56795, - 56830 + 56800, + 56835 ], "loc": { "start": { @@ -129160,8 +129159,8 @@ } }, "range": [ - 56795, - 56831 + 56800, + 56836 ], "loc": { "start": { @@ -129176,8 +129175,8 @@ } ], "range": [ - 56777, - 56845 + 56782, + 56850 ], "loc": { "start": { @@ -129191,8 +129190,8 @@ } }, "range": [ - 56684, - 56845 + 56689, + 56850 ], "loc": { "start": { @@ -129207,8 +129206,8 @@ } ], "range": [ - 56619, - 56855 + 56624, + 56860 ], "loc": { "start": { @@ -129222,8 +129221,8 @@ } }, "range": [ - 56563, - 56855 + 56568, + 56860 ], "loc": { "start": { @@ -129242,8 +129241,8 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 56871, - 56881 + 56876, + 56886 ], "loc": { "start": { @@ -129257,8 +129256,8 @@ } }, "range": [ - 56864, - 56882 + 56869, + 56887 ], "loc": { "start": { @@ -129273,8 +129272,8 @@ } ], "range": [ - 56465, - 56888 + 56470, + 56893 ], "loc": { "start": { @@ -129290,8 +129289,8 @@ "generator": false, "expression": false, "range": [ - 56462, - 56888 + 56467, + 56893 ], "loc": { "start": { @@ -129307,8 +129306,8 @@ "kind": "method", "computed": false, "range": [ - 56447, - 56888 + 56452, + 56893 ], "loc": { "start": { @@ -129325,8 +129324,8 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 56350, - 56442 + 56355, + 56447 ], "loc": { "start": { @@ -129345,8 +129344,8 @@ "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": [ - 56894, - 57057 + 56899, + 57062 ], "loc": { "start": { @@ -129368,8 +129367,8 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 57062, - 57073 + 57067, + 57078 ], "loc": { "start": { @@ -129390,8 +129389,8 @@ "type": "Identifier", "name": "index", "range": [ - 57074, - 57079 + 57079, + 57084 ], "loc": { "start": { @@ -129419,8 +129418,8 @@ "object": { "type": "ThisExpression", "range": [ - 57096, - 57100 + 57101, + 57105 ], "loc": { "start": { @@ -129437,8 +129436,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 57101, - 57108 + 57106, + 57113 ], "loc": { "start": { @@ -129452,8 +129451,8 @@ } }, "range": [ - 57096, - 57108 + 57101, + 57113 ], "loc": { "start": { @@ -129468,8 +129467,8 @@ }, "prefix": true, "range": [ - 57095, - 57108 + 57100, + 57113 ], "loc": { "start": { @@ -129489,8 +129488,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 57124, - 57131 + 57129, + 57136 ], "loc": { "start": { @@ -129505,8 +129504,8 @@ } ], "range": [ - 57110, - 57141 + 57115, + 57146 ], "loc": { "start": { @@ -129521,8 +129520,8 @@ }, "alternate": null, "range": [ - 57091, - 57141 + 57096, + 57146 ], "loc": { "start": { @@ -129546,8 +129545,8 @@ "object": { "type": "ThisExpression", "range": [ - 57157, - 57161 + 57162, + 57166 ], "loc": { "start": { @@ -129564,8 +129563,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 57162, - 57168 + 57167, + 57173 ], "loc": { "start": { @@ -129579,8 +129578,8 @@ } }, "range": [ - 57157, - 57168 + 57162, + 57173 ], "loc": { "start": { @@ -129597,8 +129596,8 @@ "type": "Identifier", "name": "index", "range": [ - 57169, - 57174 + 57174, + 57179 ], "loc": { "start": { @@ -129612,8 +129611,8 @@ } }, "range": [ - 57157, - 57175 + 57162, + 57180 ], "loc": { "start": { @@ -129627,8 +129626,8 @@ } }, "range": [ - 57150, - 57176 + 57155, + 57181 ], "loc": { "start": { @@ -129643,8 +129642,8 @@ } ], "range": [ - 57081, - 57182 + 57086, + 57187 ], "loc": { "start": { @@ -129660,8 +129659,8 @@ "generator": false, "expression": false, "range": [ - 57073, - 57182 + 57078, + 57187 ], "loc": { "start": { @@ -129677,8 +129676,8 @@ "kind": "method", "computed": false, "range": [ - 57062, - 57182 + 57067, + 57187 ], "loc": { "start": { @@ -129695,8 +129694,8 @@ "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": [ - 56894, - 57057 + 56899, + 57062 ], "loc": { "start": { @@ -129715,8 +129714,8 @@ "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": [ - 57188, - 57589 + 57193, + 57594 ], "loc": { "start": { @@ -129738,8 +129737,8 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 57594, - 57610 + 57599, + 57615 ], "loc": { "start": { @@ -129760,8 +129759,8 @@ "type": "Identifier", "name": "type", "range": [ - 57611, - 57615 + 57616, + 57620 ], "loc": { "start": { @@ -129778,8 +129777,8 @@ "type": "Identifier", "name": "bool", "range": [ - 57617, - 57621 + 57622, + 57626 ], "loc": { "start": { @@ -129807,8 +129806,8 @@ "object": { "type": "ThisExpression", "range": [ - 57638, - 57642 + 57643, + 57647 ], "loc": { "start": { @@ -129825,8 +129824,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 57643, - 57650 + 57648, + 57655 ], "loc": { "start": { @@ -129840,8 +129839,8 @@ } }, "range": [ - 57638, - 57650 + 57643, + 57655 ], "loc": { "start": { @@ -129856,8 +129855,8 @@ }, "prefix": true, "range": [ - 57637, - 57650 + 57642, + 57655 ], "loc": { "start": { @@ -129877,8 +129876,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 57666, - 57673 + 57671, + 57678 ], "loc": { "start": { @@ -129893,8 +129892,8 @@ } ], "range": [ - 57652, - 57683 + 57657, + 57688 ], "loc": { "start": { @@ -129909,8 +129908,8 @@ }, "alternate": null, "range": [ - 57633, - 57683 + 57638, + 57688 ], "loc": { "start": { @@ -129932,8 +129931,8 @@ "type": "Identifier", "name": "arr", "range": [ - 57696, - 57699 + 57701, + 57704 ], "loc": { "start": { @@ -129950,8 +129949,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 57702, - 57704 + 57707, + 57709 ], "loc": { "start": { @@ -129965,8 +129964,8 @@ } }, "range": [ - 57696, - 57704 + 57701, + 57709 ], "loc": { "start": { @@ -129982,8 +129981,8 @@ ], "kind": "let", "range": [ - 57692, - 57705 + 57697, + 57710 ], "loc": { "start": { @@ -130007,8 +130006,8 @@ "type": "Identifier", "name": "i", "range": [ - 57723, - 57724 + 57728, + 57729 ], "loc": { "start": { @@ -130026,8 +130025,8 @@ "value": 0, "raw": "0", "range": [ - 57727, - 57728 + 57732, + 57733 ], "loc": { "start": { @@ -130041,8 +130040,8 @@ } }, "range": [ - 57723, - 57728 + 57728, + 57733 ], "loc": { "start": { @@ -130061,8 +130060,8 @@ "type": "Identifier", "name": "len", "range": [ - 57730, - 57733 + 57735, + 57738 ], "loc": { "start": { @@ -130084,8 +130083,8 @@ "object": { "type": "ThisExpression", "range": [ - 57736, - 57740 + 57741, + 57745 ], "loc": { "start": { @@ -130102,8 +130101,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 57741, - 57747 + 57746, + 57752 ], "loc": { "start": { @@ -130117,8 +130116,8 @@ } }, "range": [ - 57736, - 57747 + 57741, + 57752 ], "loc": { "start": { @@ -130135,8 +130134,8 @@ "type": "Identifier", "name": "length", "range": [ - 57748, - 57754 + 57753, + 57759 ], "loc": { "start": { @@ -130150,8 +130149,8 @@ } }, "range": [ - 57736, - 57754 + 57741, + 57759 ], "loc": { "start": { @@ -130165,8 +130164,8 @@ } }, "range": [ - 57730, - 57754 + 57735, + 57759 ], "loc": { "start": { @@ -130182,8 +130181,8 @@ ], "kind": "let", "range": [ - 57719, - 57754 + 57724, + 57759 ], "loc": { "start": { @@ -130203,8 +130202,8 @@ "type": "Identifier", "name": "i", "range": [ - 57756, - 57757 + 57761, + 57762 ], "loc": { "start": { @@ -130221,8 +130220,8 @@ "type": "Identifier", "name": "len", "range": [ - 57760, - 57763 + 57765, + 57768 ], "loc": { "start": { @@ -130236,8 +130235,8 @@ } }, "range": [ - 57756, - 57763 + 57761, + 57768 ], "loc": { "start": { @@ -130257,8 +130256,8 @@ "type": "Identifier", "name": "i", "range": [ - 57765, - 57766 + 57770, + 57771 ], "loc": { "start": { @@ -130273,8 +130272,8 @@ }, "prefix": false, "range": [ - 57765, - 57768 + 57770, + 57773 ], "loc": { "start": { @@ -130299,8 +130298,8 @@ "type": "Identifier", "name": "fltType", "range": [ - 57788, - 57795 + 57793, + 57800 ], "loc": { "start": { @@ -130321,8 +130320,8 @@ "object": { "type": "ThisExpression", "range": [ - 57798, - 57802 + 57803, + 57807 ], "loc": { "start": { @@ -130339,8 +130338,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 57803, - 57816 + 57808, + 57821 ], "loc": { "start": { @@ -130354,8 +130353,8 @@ } }, "range": [ - 57798, - 57816 + 57803, + 57821 ], "loc": { "start": { @@ -130373,8 +130372,8 @@ "type": "Identifier", "name": "i", "range": [ - 57817, - 57818 + 57822, + 57823 ], "loc": { "start": { @@ -130389,8 +130388,8 @@ } ], "range": [ - 57798, - 57819 + 57803, + 57824 ], "loc": { "start": { @@ -130404,8 +130403,8 @@ } }, "range": [ - 57788, - 57819 + 57793, + 57824 ], "loc": { "start": { @@ -130421,8 +130420,8 @@ ], "kind": "let", "range": [ - 57784, - 57820 + 57789, + 57825 ], "loc": { "start": { @@ -130444,8 +130443,8 @@ "type": "Identifier", "name": "fltType", "range": [ - 57837, - 57844 + 57842, + 57849 ], "loc": { "start": { @@ -130467,8 +130466,8 @@ "type": "Identifier", "name": "Str", "range": [ - 57849, - 57852 + 57854, + 57857 ], "loc": { "start": { @@ -130485,8 +130484,8 @@ "type": "Identifier", "name": "lower", "range": [ - 57853, - 57858 + 57858, + 57863 ], "loc": { "start": { @@ -130500,8 +130499,8 @@ } }, "range": [ - 57849, - 57858 + 57854, + 57863 ], "loc": { "start": { @@ -130519,8 +130518,8 @@ "type": "Identifier", "name": "type", "range": [ - 57859, - 57863 + 57864, + 57868 ], "loc": { "start": { @@ -130535,8 +130534,8 @@ } ], "range": [ - 57849, - 57864 + 57854, + 57869 ], "loc": { "start": { @@ -130550,8 +130549,8 @@ } }, "range": [ - 57837, - 57864 + 57842, + 57869 ], "loc": { "start": { @@ -130576,8 +130575,8 @@ "type": "Identifier", "name": "a", "range": [ - 57888, - 57889 + 57893, + 57894 ], "loc": { "start": { @@ -130596,8 +130595,8 @@ "type": "Identifier", "name": "bool", "range": [ - 57892, - 57896 + 57897, + 57901 ], "loc": { "start": { @@ -130614,8 +130613,8 @@ "type": "Identifier", "name": "i", "range": [ - 57899, - 57900 + 57904, + 57905 ], "loc": { "start": { @@ -130637,8 +130636,8 @@ "object": { "type": "ThisExpression", "range": [ - 57903, - 57907 + 57908, + 57912 ], "loc": { "start": { @@ -130655,8 +130654,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 57908, - 57914 + 57913, + 57919 ], "loc": { "start": { @@ -130670,8 +130669,8 @@ } }, "range": [ - 57903, - 57914 + 57908, + 57919 ], "loc": { "start": { @@ -130688,8 +130687,8 @@ "type": "Identifier", "name": "i", "range": [ - 57915, - 57916 + 57920, + 57921 ], "loc": { "start": { @@ -130703,8 +130702,8 @@ } }, "range": [ - 57903, - 57917 + 57908, + 57922 ], "loc": { "start": { @@ -130718,8 +130717,8 @@ } }, "range": [ - 57892, - 57917 + 57897, + 57922 ], "loc": { "start": { @@ -130733,8 +130732,8 @@ } }, "range": [ - 57888, - 57917 + 57893, + 57922 ], "loc": { "start": { @@ -130750,8 +130749,8 @@ ], "kind": "let", "range": [ - 57884, - 57918 + 57889, + 57923 ], "loc": { "start": { @@ -130775,8 +130774,8 @@ "type": "Identifier", "name": "arr", "range": [ - 57935, - 57938 + 57940, + 57943 ], "loc": { "start": { @@ -130793,8 +130792,8 @@ "type": "Identifier", "name": "push", "range": [ - 57939, - 57943 + 57944, + 57948 ], "loc": { "start": { @@ -130808,8 +130807,8 @@ } }, "range": [ - 57935, - 57943 + 57940, + 57948 ], "loc": { "start": { @@ -130827,8 +130826,8 @@ "type": "Identifier", "name": "a", "range": [ - 57944, - 57945 + 57949, + 57950 ], "loc": { "start": { @@ -130843,8 +130842,8 @@ } ], "range": [ - 57935, - 57946 + 57940, + 57951 ], "loc": { "start": { @@ -130858,8 +130857,8 @@ } }, "range": [ - 57935, - 57947 + 57940, + 57952 ], "loc": { "start": { @@ -130874,8 +130873,8 @@ } ], "range": [ - 57866, - 57961 + 57871, + 57966 ], "loc": { "start": { @@ -130890,8 +130889,8 @@ }, "alternate": null, "range": [ - 57833, - 57961 + 57838, + 57966 ], "loc": { "start": { @@ -130906,8 +130905,8 @@ } ], "range": [ - 57770, - 57971 + 57775, + 57976 ], "loc": { "start": { @@ -130921,8 +130920,8 @@ } }, "range": [ - 57714, - 57971 + 57719, + 57976 ], "loc": { "start": { @@ -130941,8 +130940,8 @@ "type": "Identifier", "name": "arr", "range": [ - 57987, - 57990 + 57992, + 57995 ], "loc": { "start": { @@ -130956,8 +130955,8 @@ } }, "range": [ - 57980, - 57991 + 57985, + 57996 ], "loc": { "start": { @@ -130972,8 +130971,8 @@ } ], "range": [ - 57623, - 57997 + 57628, + 58002 ], "loc": { "start": { @@ -130989,8 +130988,8 @@ "generator": false, "expression": false, "range": [ - 57610, - 57997 + 57615, + 58002 ], "loc": { "start": { @@ -131006,8 +131005,8 @@ "kind": "method", "computed": false, "range": [ - 57594, - 57997 + 57599, + 58002 ], "loc": { "start": { @@ -131024,8 +131023,8 @@ "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": [ - 57188, - 57589 + 57193, + 57594 ], "loc": { "start": { @@ -131044,8 +131043,8 @@ "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": [ - 58003, - 58149 + 58008, + 58154 ], "loc": { "start": { @@ -131067,8 +131066,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 58154, - 58170 + 58159, + 58175 ], "loc": { "start": { @@ -131089,8 +131088,8 @@ "type": "Identifier", "name": "index", "range": [ - 58171, - 58176 + 58176, + 58181 ], "loc": { "start": { @@ -131116,8 +131115,8 @@ "type": "Identifier", "name": "fltId", "range": [ - 58192, - 58197 + 58197, + 58202 ], "loc": { "start": { @@ -131139,8 +131138,8 @@ "object": { "type": "ThisExpression", "range": [ - 58200, - 58204 + 58205, + 58209 ], "loc": { "start": { @@ -131157,8 +131156,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 58205, - 58211 + 58210, + 58216 ], "loc": { "start": { @@ -131172,8 +131171,8 @@ } }, "range": [ - 58200, - 58211 + 58205, + 58216 ], "loc": { "start": { @@ -131190,8 +131189,8 @@ "type": "Identifier", "name": "index", "range": [ - 58212, - 58217 + 58217, + 58222 ], "loc": { "start": { @@ -131205,8 +131204,8 @@ } }, "range": [ - 58200, - 58218 + 58205, + 58223 ], "loc": { "start": { @@ -131220,8 +131219,8 @@ } }, "range": [ - 58192, - 58218 + 58197, + 58223 ], "loc": { "start": { @@ -131237,8 +131236,8 @@ ], "kind": "let", "range": [ - 58188, - 58219 + 58193, + 58224 ], "loc": { "start": { @@ -131262,8 +131261,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 58235, - 58238 + 58240, + 58243 ], "loc": { "start": { @@ -131280,8 +131279,8 @@ "type": "Identifier", "name": "id", "range": [ - 58239, - 58241 + 58244, + 58246 ], "loc": { "start": { @@ -131295,8 +131294,8 @@ } }, "range": [ - 58235, - 58241 + 58240, + 58246 ], "loc": { "start": { @@ -131314,8 +131313,8 @@ "type": "Identifier", "name": "fltId", "range": [ - 58242, - 58247 + 58247, + 58252 ], "loc": { "start": { @@ -131330,8 +131329,8 @@ } ], "range": [ - 58235, - 58248 + 58240, + 58253 ], "loc": { "start": { @@ -131345,8 +131344,8 @@ } }, "range": [ - 58228, - 58249 + 58233, + 58254 ], "loc": { "start": { @@ -131361,8 +131360,8 @@ } ], "range": [ - 58178, - 58255 + 58183, + 58260 ], "loc": { "start": { @@ -131378,8 +131377,8 @@ "generator": false, "expression": false, "range": [ - 58170, - 58255 + 58175, + 58260 ], "loc": { "start": { @@ -131395,8 +131394,8 @@ "kind": "method", "computed": false, "range": [ - 58154, - 58255 + 58159, + 58260 ], "loc": { "start": { @@ -131413,8 +131412,8 @@ "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": [ - 58003, - 58149 + 58008, + 58154 ], "loc": { "start": { @@ -131433,8 +131432,8 @@ "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": [ - 58261, - 58427 + 58266, + 58432 ], "loc": { "start": { @@ -131456,8 +131455,8 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 58432, - 58442 + 58437, + 58447 ], "loc": { "start": { @@ -131480,8 +131479,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 58443, - 58451 + 58448, + 58456 ], "loc": { "start": { @@ -131499,8 +131498,8 @@ "value": 0, "raw": "0", "range": [ - 58454, - 58455 + 58459, + 58460 ], "loc": { "start": { @@ -131514,8 +131513,8 @@ } }, "range": [ - 58443, - 58455 + 58448, + 58460 ], "loc": { "start": { @@ -131541,8 +131540,8 @@ "type": "Identifier", "name": "tr", "range": [ - 58471, - 58473 + 58476, + 58478 ], "loc": { "start": { @@ -131567,8 +131566,8 @@ "object": { "type": "ThisExpression", "range": [ - 58476, - 58480 + 58481, + 58485 ], "loc": { "start": { @@ -131585,8 +131584,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 58481, - 58484 + 58486, + 58489 ], "loc": { "start": { @@ -131600,8 +131599,8 @@ } }, "range": [ - 58476, - 58484 + 58481, + 58489 ], "loc": { "start": { @@ -131618,8 +131617,8 @@ "type": "Identifier", "name": "rows", "range": [ - 58485, - 58489 + 58490, + 58494 ], "loc": { "start": { @@ -131633,8 +131632,8 @@ } }, "range": [ - 58476, - 58489 + 58481, + 58494 ], "loc": { "start": { @@ -131651,8 +131650,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 58490, - 58498 + 58495, + 58503 ], "loc": { "start": { @@ -131666,8 +131665,8 @@ } }, "range": [ - 58476, - 58499 + 58481, + 58504 ], "loc": { "start": { @@ -131681,8 +131680,8 @@ } }, "range": [ - 58471, - 58499 + 58476, + 58504 ], "loc": { "start": { @@ -131698,8 +131697,8 @@ ], "kind": "let", "range": [ - 58467, - 58500 + 58472, + 58505 ], "loc": { "start": { @@ -131724,8 +131723,8 @@ "type": "Identifier", "name": "tr", "range": [ - 58516, - 58518 + 58521, + 58523 ], "loc": { "start": { @@ -131742,8 +131741,8 @@ "type": "Identifier", "name": "cells", "range": [ - 58519, - 58524 + 58524, + 58529 ], "loc": { "start": { @@ -131757,8 +131756,8 @@ } }, "range": [ - 58516, - 58524 + 58521, + 58529 ], "loc": { "start": { @@ -131775,8 +131774,8 @@ "type": "Identifier", "name": "length", "range": [ - 58525, - 58531 + 58530, + 58536 ], "loc": { "start": { @@ -131790,8 +131789,8 @@ } }, "range": [ - 58516, - 58531 + 58521, + 58536 ], "loc": { "start": { @@ -131805,8 +131804,8 @@ } }, "range": [ - 58509, - 58532 + 58514, + 58537 ], "loc": { "start": { @@ -131821,8 +131820,8 @@ } ], "range": [ - 58457, - 58538 + 58462, + 58543 ], "loc": { "start": { @@ -131838,8 +131837,8 @@ "generator": false, "expression": false, "range": [ - 58442, - 58538 + 58447, + 58543 ], "loc": { "start": { @@ -131855,8 +131854,8 @@ "kind": "method", "computed": false, "range": [ - 58432, - 58538 + 58437, + 58543 ], "loc": { "start": { @@ -131873,8 +131872,8 @@ "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": [ - 58261, - 58427 + 58266, + 58432 ], "loc": { "start": { @@ -131893,8 +131892,8 @@ "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": [ - 58544, - 58775 + 58549, + 58780 ], "loc": { "start": { @@ -131916,8 +131915,8 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 58780, - 58789 + 58785, + 58794 ], "loc": { "start": { @@ -131938,8 +131937,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 58790, - 58804 + 58795, + 58809 ], "loc": { "start": { @@ -131965,8 +131964,8 @@ "type": "Identifier", "name": "s", "range": [ - 58820, - 58821 + 58825, + 58826 ], "loc": { "start": { @@ -131990,8 +131989,8 @@ "type": "Identifier", "name": "Types", "range": [ - 58824, - 58829 + 58829, + 58834 ], "loc": { "start": { @@ -132008,8 +132007,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 58830, - 58837 + 58835, + 58842 ], "loc": { "start": { @@ -132023,8 +132022,8 @@ } }, "range": [ - 58824, - 58837 + 58829, + 58842 ], "loc": { "start": { @@ -132044,8 +132043,8 @@ "object": { "type": "ThisExpression", "range": [ - 58838, - 58842 + 58843, + 58847 ], "loc": { "start": { @@ -132062,8 +132061,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 58843, - 58849 + 58848, + 58854 ], "loc": { "start": { @@ -132077,8 +132076,8 @@ } }, "range": [ - 58838, - 58849 + 58843, + 58854 ], "loc": { "start": { @@ -132093,8 +132092,8 @@ } ], "range": [ - 58824, - 58850 + 58829, + 58855 ], "loc": { "start": { @@ -132112,8 +132111,8 @@ "value": 0, "raw": "0", "range": [ - 58853, - 58854 + 58858, + 58859 ], "loc": { "start": { @@ -132132,8 +132131,8 @@ "object": { "type": "ThisExpression", "range": [ - 58857, - 58861 + 58862, + 58866 ], "loc": { "start": { @@ -132150,8 +132149,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 58862, - 58868 + 58867, + 58873 ], "loc": { "start": { @@ -132165,8 +132164,8 @@ } }, "range": [ - 58857, - 58868 + 58862, + 58873 ], "loc": { "start": { @@ -132180,8 +132179,8 @@ } }, "range": [ - 58824, - 58868 + 58829, + 58873 ], "loc": { "start": { @@ -132195,8 +132194,8 @@ } }, "range": [ - 58820, - 58868 + 58825, + 58873 ], "loc": { "start": { @@ -132215,8 +132214,8 @@ "type": "Identifier", "name": "ntrs", "range": [ - 58882, - 58886 + 58887, + 58891 ], "loc": { "start": { @@ -132241,8 +132240,8 @@ "object": { "type": "ThisExpression", "range": [ - 58889, - 58893 + 58894, + 58898 ], "loc": { "start": { @@ -132259,8 +132258,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 58894, - 58897 + 58899, + 58902 ], "loc": { "start": { @@ -132274,8 +132273,8 @@ } }, "range": [ - 58889, - 58897 + 58894, + 58902 ], "loc": { "start": { @@ -132292,8 +132291,8 @@ "type": "Identifier", "name": "rows", "range": [ - 58898, - 58902 + 58903, + 58907 ], "loc": { "start": { @@ -132307,8 +132306,8 @@ } }, "range": [ - 58889, - 58902 + 58894, + 58907 ], "loc": { "start": { @@ -132325,8 +132324,8 @@ "type": "Identifier", "name": "length", "range": [ - 58903, - 58909 + 58908, + 58914 ], "loc": { "start": { @@ -132340,8 +132339,8 @@ } }, "range": [ - 58889, - 58909 + 58894, + 58914 ], "loc": { "start": { @@ -132355,8 +132354,8 @@ } }, "range": [ - 58882, - 58909 + 58887, + 58914 ], "loc": { "start": { @@ -132372,8 +132371,8 @@ ], "kind": "let", "range": [ - 58816, - 58910 + 58821, + 58915 ], "loc": { "start": { @@ -132392,8 +132391,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 58923, - 58937 + 58928, + 58942 ], "loc": { "start": { @@ -132418,8 +132417,8 @@ "type": "Identifier", "name": "s", "range": [ - 58941, - 58942 + 58946, + 58947 ], "loc": { "start": { @@ -132437,8 +132436,8 @@ "value": 0, "raw": "0", "range": [ - 58945, - 58946 + 58950, + 58951 ], "loc": { "start": { @@ -132452,8 +132451,8 @@ } }, "range": [ - 58941, - 58946 + 58946, + 58951 ], "loc": { "start": { @@ -132467,8 +132466,8 @@ } }, "range": [ - 58941, - 58947 + 58946, + 58952 ], "loc": { "start": { @@ -132483,8 +132482,8 @@ } ], "range": [ - 58939, - 58949 + 58944, + 58954 ], "loc": { "start": { @@ -132499,8 +132498,8 @@ }, "alternate": null, "range": [ - 58919, - 58949 + 58924, + 58954 ], "loc": { "start": { @@ -132521,8 +132520,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 58965, - 58973 + 58970, + 58978 ], "loc": { "start": { @@ -132543,8 +132542,8 @@ "type": "Identifier", "name": "ntrs", "range": [ - 58974, - 58978 + 58979, + 58983 ], "loc": { "start": { @@ -132561,8 +132560,8 @@ "type": "Identifier", "name": "s", "range": [ - 58981, - 58982 + 58986, + 58987 ], "loc": { "start": { @@ -132576,8 +132575,8 @@ } }, "range": [ - 58974, - 58982 + 58979, + 58987 ], "loc": { "start": { @@ -132595,8 +132594,8 @@ "value": 10, "raw": "10", "range": [ - 58984, - 58986 + 58989, + 58991 ], "loc": { "start": { @@ -132611,8 +132610,8 @@ } ], "range": [ - 58965, - 58987 + 58970, + 58992 ], "loc": { "start": { @@ -132626,8 +132625,8 @@ } }, "range": [ - 58958, - 58988 + 58963, + 58993 ], "loc": { "start": { @@ -132642,8 +132641,8 @@ } ], "range": [ - 58806, - 58994 + 58811, + 58999 ], "loc": { "start": { @@ -132659,8 +132658,8 @@ "generator": false, "expression": false, "range": [ - 58789, - 58994 + 58794, + 58999 ], "loc": { "start": { @@ -132676,8 +132675,8 @@ "kind": "method", "computed": false, "range": [ - 58780, - 58994 + 58785, + 58999 ], "loc": { "start": { @@ -132694,8 +132693,8 @@ "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": [ - 58544, - 58775 + 58549, + 58780 ], "loc": { "start": { @@ -132714,8 +132713,8 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 59000, - 59125 + 59005, + 59130 ], "loc": { "start": { @@ -132737,8 +132736,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 59130, - 59141 + 59135, + 59146 ], "loc": { "start": { @@ -132759,8 +132758,8 @@ "type": "Identifier", "name": "cell", "range": [ - 59142, - 59146 + 59147, + 59151 ], "loc": { "start": { @@ -132786,8 +132785,8 @@ "type": "Identifier", "name": "idx", "range": [ - 59162, - 59165 + 59167, + 59170 ], "loc": { "start": { @@ -132807,8 +132806,8 @@ "type": "Identifier", "name": "cell", "range": [ - 59168, - 59172 + 59173, + 59177 ], "loc": { "start": { @@ -132825,8 +132824,8 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 59173, - 59182 + 59178, + 59187 ], "loc": { "start": { @@ -132840,8 +132839,8 @@ } }, "range": [ - 59168, - 59182 + 59173, + 59187 ], "loc": { "start": { @@ -132855,8 +132854,8 @@ } }, "range": [ - 59162, - 59182 + 59167, + 59187 ], "loc": { "start": { @@ -132872,8 +132871,8 @@ ], "kind": "let", "range": [ - 59158, - 59183 + 59163, + 59188 ], "loc": { "start": { @@ -132890,8 +132889,8 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 59192, - 59227 + 59197, + 59232 ], "loc": { "start": { @@ -132917,8 +132916,8 @@ "object": { "type": "ThisExpression", "range": [ - 59240, - 59244 + 59245, + 59249 ], "loc": { "start": { @@ -132935,8 +132934,8 @@ "type": "Identifier", "name": "customCellData", "range": [ - 59245, - 59259 + 59250, + 59264 ], "loc": { "start": { @@ -132950,8 +132949,8 @@ } }, "range": [ - 59240, - 59259 + 59245, + 59264 ], "loc": { "start": { @@ -132978,8 +132977,8 @@ "object": { "type": "ThisExpression", "range": [ - 59263, - 59267 + 59268, + 59272 ], "loc": { "start": { @@ -132996,8 +132995,8 @@ "type": "Identifier", "name": "customCellDataCols", "range": [ - 59268, - 59286 + 59273, + 59291 ], "loc": { "start": { @@ -133011,8 +133010,8 @@ } }, "range": [ - 59263, - 59286 + 59268, + 59291 ], "loc": { "start": { @@ -133029,8 +133028,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 59287, - 59294 + 59292, + 59299 ], "loc": { "start": { @@ -133044,8 +133043,8 @@ } }, "range": [ - 59263, - 59294 + 59268, + 59299 ], "loc": { "start": { @@ -133063,8 +133062,8 @@ "type": "Identifier", "name": "idx", "range": [ - 59295, - 59298 + 59300, + 59303 ], "loc": { "start": { @@ -133079,8 +133078,8 @@ } ], "range": [ - 59263, - 59299 + 59268, + 59304 ], "loc": { "start": { @@ -133101,8 +133100,8 @@ "value": 1, "raw": "1", "range": [ - 59304, - 59305 + 59309, + 59310 ], "loc": { "start": { @@ -133117,8 +133116,8 @@ }, "prefix": true, "range": [ - 59303, - 59305 + 59308, + 59310 ], "loc": { "start": { @@ -133132,8 +133131,8 @@ } }, "range": [ - 59263, - 59305 + 59268, + 59310 ], "loc": { "start": { @@ -133147,8 +133146,8 @@ } }, "range": [ - 59240, - 59305 + 59245, + 59310 ], "loc": { "start": { @@ -133177,8 +133176,8 @@ "object": { "type": "ThisExpression", "range": [ - 59328, - 59332 + 59333, + 59337 ], "loc": { "start": { @@ -133195,8 +133194,8 @@ "type": "Identifier", "name": "customCellData", "range": [ - 59333, - 59347 + 59338, + 59352 ], "loc": { "start": { @@ -133210,8 +133209,8 @@ } }, "range": [ - 59328, - 59347 + 59333, + 59352 ], "loc": { "start": { @@ -133228,8 +133227,8 @@ "type": "Identifier", "name": "call", "range": [ - 59348, - 59352 + 59353, + 59357 ], "loc": { "start": { @@ -133243,8 +133242,8 @@ } }, "range": [ - 59328, - 59352 + 59333, + 59357 ], "loc": { "start": { @@ -133263,8 +133262,8 @@ "value": null, "raw": "null", "range": [ - 59353, - 59357 + 59358, + 59362 ], "loc": { "start": { @@ -133280,8 +133279,8 @@ { "type": "ThisExpression", "range": [ - 59359, - 59363 + 59364, + 59368 ], "loc": { "start": { @@ -133298,8 +133297,8 @@ "type": "Identifier", "name": "cell", "range": [ - 59365, - 59369 + 59370, + 59374 ], "loc": { "start": { @@ -133316,8 +133315,8 @@ "type": "Identifier", "name": "idx", "range": [ - 59371, - 59374 + 59376, + 59379 ], "loc": { "start": { @@ -133332,8 +133331,8 @@ } ], "range": [ - 59328, - 59375 + 59333, + 59380 ], "loc": { "start": { @@ -133347,8 +133346,8 @@ } }, "range": [ - 59321, - 59376 + 59326, + 59381 ], "loc": { "start": { @@ -133363,8 +133362,8 @@ } ], "range": [ - 59307, - 59386 + 59312, + 59391 ], "loc": { "start": { @@ -133391,8 +133390,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 59413, - 59416 + 59418, + 59421 ], "loc": { "start": { @@ -133409,8 +133408,8 @@ "type": "Identifier", "name": "getText", "range": [ - 59417, - 59424 + 59422, + 59429 ], "loc": { "start": { @@ -133424,8 +133423,8 @@ } }, "range": [ - 59413, - 59424 + 59418, + 59429 ], "loc": { "start": { @@ -133443,8 +133442,8 @@ "type": "Identifier", "name": "cell", "range": [ - 59425, - 59429 + 59430, + 59434 ], "loc": { "start": { @@ -133459,8 +133458,8 @@ } ], "range": [ - 59413, - 59430 + 59418, + 59435 ], "loc": { "start": { @@ -133474,8 +133473,8 @@ } }, "range": [ - 59406, - 59431 + 59411, + 59436 ], "loc": { "start": { @@ -133490,8 +133489,8 @@ } ], "range": [ - 59392, - 59441 + 59397, + 59446 ], "loc": { "start": { @@ -133505,8 +133504,8 @@ } }, "range": [ - 59236, - 59441 + 59241, + 59446 ], "loc": { "start": { @@ -133523,8 +133522,8 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 59192, - 59227 + 59197, + 59232 ], "loc": { "start": { @@ -133541,8 +133540,8 @@ } ], "range": [ - 59148, - 59447 + 59153, + 59452 ], "loc": { "start": { @@ -133558,8 +133557,8 @@ "generator": false, "expression": false, "range": [ - 59141, - 59447 + 59146, + 59452 ], "loc": { "start": { @@ -133575,8 +133574,8 @@ "kind": "method", "computed": false, "range": [ - 59130, - 59447 + 59135, + 59452 ], "loc": { "start": { @@ -133593,8 +133592,8 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 59000, - 59125 + 59005, + 59130 ], "loc": { "start": { @@ -133613,8 +133612,8 @@ "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": [ - 59453, - 59857 + 59458, + 59862 ], "loc": { "start": { @@ -133636,8 +133635,8 @@ "type": "Identifier", "name": "getTableData", "range": [ - 59862, - 59874 + 59867, + 59879 ], "loc": { "start": { @@ -133660,8 +133659,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 59875, - 59889 + 59880, + 59894 ], "loc": { "start": { @@ -133679,8 +133678,8 @@ "value": false, "raw": "false", "range": [ - 59892, - 59897 + 59897, + 59902 ], "loc": { "start": { @@ -133694,8 +133693,8 @@ } }, "range": [ - 59875, - 59897 + 59880, + 59902 ], "loc": { "start": { @@ -133714,8 +133713,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 59899, - 59916 + 59904, + 59921 ], "loc": { "start": { @@ -133733,8 +133732,8 @@ "value": false, "raw": "false", "range": [ - 59919, - 59924 + 59924, + 59929 ], "loc": { "start": { @@ -133748,8 +133747,8 @@ } }, "range": [ - 59899, - 59924 + 59904, + 59929 ], "loc": { "start": { @@ -133775,8 +133774,8 @@ "type": "Identifier", "name": "rows", "range": [ - 59940, - 59944 + 59945, + 59949 ], "loc": { "start": { @@ -133798,8 +133797,8 @@ "object": { "type": "ThisExpression", "range": [ - 59947, - 59951 + 59952, + 59956 ], "loc": { "start": { @@ -133816,8 +133815,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 59952, - 59955 + 59957, + 59960 ], "loc": { "start": { @@ -133831,8 +133830,8 @@ } }, "range": [ - 59947, - 59955 + 59952, + 59960 ], "loc": { "start": { @@ -133849,8 +133848,8 @@ "type": "Identifier", "name": "rows", "range": [ - 59956, - 59960 + 59961, + 59965 ], "loc": { "start": { @@ -133864,8 +133863,8 @@ } }, "range": [ - 59947, - 59960 + 59952, + 59965 ], "loc": { "start": { @@ -133879,8 +133878,8 @@ } }, "range": [ - 59940, - 59960 + 59945, + 59965 ], "loc": { "start": { @@ -133896,8 +133895,8 @@ ], "kind": "let", "range": [ - 59936, - 59961 + 59941, + 59966 ], "loc": { "start": { @@ -133919,8 +133918,8 @@ "type": "Identifier", "name": "tblData", "range": [ - 59974, - 59981 + 59979, + 59986 ], "loc": { "start": { @@ -133937,8 +133936,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 59984, - 59986 + 59989, + 59991 ], "loc": { "start": { @@ -133952,8 +133951,8 @@ } }, "range": [ - 59974, - 59986 + 59979, + 59991 ], "loc": { "start": { @@ -133969,8 +133968,8 @@ ], "kind": "let", "range": [ - 59970, - 59987 + 59975, + 59992 ], "loc": { "start": { @@ -133989,8 +133988,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 60000, - 60014 + 60005, + 60019 ], "loc": { "start": { @@ -134015,8 +134014,8 @@ "type": "Identifier", "name": "headers", "range": [ - 60034, - 60041 + 60039, + 60046 ], "loc": { "start": { @@ -134037,8 +134036,8 @@ "object": { "type": "ThisExpression", "range": [ - 60044, - 60048 + 60049, + 60053 ], "loc": { "start": { @@ -134055,8 +134054,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 60049, - 60063 + 60054, + 60068 ], "loc": { "start": { @@ -134070,8 +134069,8 @@ } }, "range": [ - 60044, - 60063 + 60049, + 60068 ], "loc": { "start": { @@ -134089,8 +134088,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 60064, - 60081 + 60069, + 60086 ], "loc": { "start": { @@ -134105,8 +134104,8 @@ } ], "range": [ - 60044, - 60082 + 60049, + 60087 ], "loc": { "start": { @@ -134120,8 +134119,8 @@ } }, "range": [ - 60034, - 60082 + 60039, + 60087 ], "loc": { "start": { @@ -134137,8 +134136,8 @@ ], "kind": "let", "range": [ - 60030, - 60083 + 60035, + 60088 ], "loc": { "start": { @@ -134162,8 +134161,8 @@ "type": "Identifier", "name": "tblData", "range": [ - 60096, - 60103 + 60101, + 60108 ], "loc": { "start": { @@ -134180,8 +134179,8 @@ "type": "Identifier", "name": "push", "range": [ - 60104, - 60108 + 60109, + 60113 ], "loc": { "start": { @@ -134195,8 +134194,8 @@ } }, "range": [ - 60096, - 60108 + 60101, + 60113 ], "loc": { "start": { @@ -134221,8 +134220,8 @@ "object": { "type": "ThisExpression", "range": [ - 60110, - 60114 + 60115, + 60119 ], "loc": { "start": { @@ -134239,8 +134238,8 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 60115, - 60133 + 60120, + 60138 ], "loc": { "start": { @@ -134254,8 +134253,8 @@ } }, "range": [ - 60110, - 60133 + 60115, + 60138 ], "loc": { "start": { @@ -134270,8 +134269,8 @@ }, "arguments": [], "range": [ - 60110, - 60135 + 60115, + 60140 ], "loc": { "start": { @@ -134288,8 +134287,8 @@ "type": "Identifier", "name": "headers", "range": [ - 60137, - 60144 + 60142, + 60149 ], "loc": { "start": { @@ -134304,8 +134303,8 @@ } ], "range": [ - 60109, - 60145 + 60114, + 60150 ], "loc": { "start": { @@ -134320,8 +134319,8 @@ } ], "range": [ - 60096, - 60146 + 60101, + 60151 ], "loc": { "start": { @@ -134335,8 +134334,8 @@ } }, "range": [ - 60096, - 60147 + 60101, + 60152 ], "loc": { "start": { @@ -134351,8 +134350,8 @@ } ], "range": [ - 60016, - 60157 + 60021, + 60162 ], "loc": { "start": { @@ -134367,8 +134366,8 @@ }, "alternate": null, "range": [ - 59996, - 60157 + 60001, + 60162 ], "loc": { "start": { @@ -134392,8 +134391,8 @@ "type": "Identifier", "name": "k", "range": [ - 60175, - 60176 + 60180, + 60181 ], "loc": { "start": { @@ -134412,8 +134411,8 @@ "object": { "type": "ThisExpression", "range": [ - 60179, - 60183 + 60184, + 60188 ], "loc": { "start": { @@ -134430,8 +134429,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 60184, - 60190 + 60189, + 60195 ], "loc": { "start": { @@ -134445,8 +134444,8 @@ } }, "range": [ - 60179, - 60190 + 60184, + 60195 ], "loc": { "start": { @@ -134460,8 +134459,8 @@ } }, "range": [ - 60175, - 60190 + 60180, + 60195 ], "loc": { "start": { @@ -134477,8 +134476,8 @@ ], "kind": "let", "range": [ - 60171, - 60190 + 60176, + 60195 ], "loc": { "start": { @@ -134498,8 +134497,8 @@ "type": "Identifier", "name": "k", "range": [ - 60192, - 60193 + 60197, + 60198 ], "loc": { "start": { @@ -134518,8 +134517,8 @@ "object": { "type": "ThisExpression", "range": [ - 60196, - 60200 + 60201, + 60205 ], "loc": { "start": { @@ -134536,8 +134535,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 60201, - 60207 + 60206, + 60212 ], "loc": { "start": { @@ -134551,8 +134550,8 @@ } }, "range": [ - 60196, - 60207 + 60201, + 60212 ], "loc": { "start": { @@ -134566,8 +134565,8 @@ } }, "range": [ - 60192, - 60207 + 60197, + 60212 ], "loc": { "start": { @@ -134587,8 +134586,8 @@ "type": "Identifier", "name": "k", "range": [ - 60209, - 60210 + 60214, + 60215 ], "loc": { "start": { @@ -134603,8 +134602,8 @@ }, "prefix": false, "range": [ - 60209, - 60212 + 60214, + 60217 ], "loc": { "start": { @@ -134629,8 +134628,8 @@ "type": "Identifier", "name": "rowData", "range": [ - 60232, - 60239 + 60237, + 60244 ], "loc": { "start": { @@ -134650,8 +134649,8 @@ "type": "Identifier", "name": "k", "range": [ - 60243, - 60244 + 60248, + 60249 ], "loc": { "start": { @@ -134668,8 +134667,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 60246, - 60248 + 60251, + 60253 ], "loc": { "start": { @@ -134684,8 +134683,8 @@ } ], "range": [ - 60242, - 60249 + 60247, + 60254 ], "loc": { "start": { @@ -134699,8 +134698,8 @@ } }, "range": [ - 60232, - 60249 + 60237, + 60254 ], "loc": { "start": { @@ -134716,8 +134715,8 @@ ], "kind": "let", "range": [ - 60228, - 60250 + 60233, + 60255 ], "loc": { "start": { @@ -134739,8 +134738,8 @@ "type": "Identifier", "name": "cells", "range": [ - 60267, - 60272 + 60272, + 60277 ], "loc": { "start": { @@ -134763,8 +134762,8 @@ "type": "Identifier", "name": "rows", "range": [ - 60275, - 60279 + 60280, + 60284 ], "loc": { "start": { @@ -134781,8 +134780,8 @@ "type": "Identifier", "name": "k", "range": [ - 60280, - 60281 + 60285, + 60286 ], "loc": { "start": { @@ -134796,8 +134795,8 @@ } }, "range": [ - 60275, - 60282 + 60280, + 60287 ], "loc": { "start": { @@ -134814,8 +134813,8 @@ "type": "Identifier", "name": "cells", "range": [ - 60283, - 60288 + 60288, + 60293 ], "loc": { "start": { @@ -134829,8 +134828,8 @@ } }, "range": [ - 60275, - 60288 + 60280, + 60293 ], "loc": { "start": { @@ -134844,8 +134843,8 @@ } }, "range": [ - 60267, - 60288 + 60272, + 60293 ], "loc": { "start": { @@ -134861,8 +134860,8 @@ ], "kind": "let", "range": [ - 60263, - 60289 + 60268, + 60294 ], "loc": { "start": { @@ -134886,8 +134885,8 @@ "type": "Identifier", "name": "j", "range": [ - 60311, - 60312 + 60316, + 60317 ], "loc": { "start": { @@ -134905,8 +134904,8 @@ "value": 0, "raw": "0", "range": [ - 60315, - 60316 + 60320, + 60321 ], "loc": { "start": { @@ -134920,8 +134919,8 @@ } }, "range": [ - 60311, - 60316 + 60316, + 60321 ], "loc": { "start": { @@ -134940,8 +134939,8 @@ "type": "Identifier", "name": "len", "range": [ - 60318, - 60321 + 60323, + 60326 ], "loc": { "start": { @@ -134961,8 +134960,8 @@ "type": "Identifier", "name": "cells", "range": [ - 60324, - 60329 + 60329, + 60334 ], "loc": { "start": { @@ -134979,8 +134978,8 @@ "type": "Identifier", "name": "length", "range": [ - 60330, - 60336 + 60335, + 60341 ], "loc": { "start": { @@ -134994,8 +134993,8 @@ } }, "range": [ - 60324, - 60336 + 60329, + 60341 ], "loc": { "start": { @@ -135009,8 +135008,8 @@ } }, "range": [ - 60318, - 60336 + 60323, + 60341 ], "loc": { "start": { @@ -135026,8 +135025,8 @@ ], "kind": "let", "range": [ - 60307, - 60336 + 60312, + 60341 ], "loc": { "start": { @@ -135047,8 +135046,8 @@ "type": "Identifier", "name": "j", "range": [ - 60338, - 60339 + 60343, + 60344 ], "loc": { "start": { @@ -135065,8 +135064,8 @@ "type": "Identifier", "name": "len", "range": [ - 60342, - 60345 + 60347, + 60350 ], "loc": { "start": { @@ -135080,8 +135079,8 @@ } }, "range": [ - 60338, - 60345 + 60343, + 60350 ], "loc": { "start": { @@ -135101,8 +135100,8 @@ "type": "Identifier", "name": "j", "range": [ - 60347, - 60348 + 60352, + 60353 ], "loc": { "start": { @@ -135117,8 +135116,8 @@ }, "prefix": false, "range": [ - 60347, - 60350 + 60352, + 60355 ], "loc": { "start": { @@ -135143,8 +135142,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 60374, - 60391 + 60379, + 60396 ], "loc": { "start": { @@ -135165,8 +135164,8 @@ "object": { "type": "ThisExpression", "range": [ - 60395, - 60399 + 60400, + 60404 ], "loc": { "start": { @@ -135183,8 +135182,8 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 60400, - 60412 + 60405, + 60417 ], "loc": { "start": { @@ -135198,8 +135197,8 @@ } }, "range": [ - 60395, - 60412 + 60400, + 60417 ], "loc": { "start": { @@ -135218,8 +135217,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 60413, - 60429 + 60418, + 60434 ], "loc": { "start": { @@ -135234,8 +135233,8 @@ } ], "range": [ - 60395, - 60430 + 60400, + 60435 ], "loc": { "start": { @@ -135249,8 +135248,8 @@ } }, "range": [ - 60374, - 60430 + 60379, + 60435 ], "loc": { "start": { @@ -135281,8 +135280,8 @@ "object": { "type": "ThisExpression", "range": [ - 60458, - 60462 + 60463, + 60467 ], "loc": { "start": { @@ -135299,8 +135298,8 @@ "type": "Identifier", "name": "extension", "range": [ - 60463, - 60472 + 60468, + 60477 ], "loc": { "start": { @@ -135314,8 +135313,8 @@ } }, "range": [ - 60458, - 60472 + 60463, + 60477 ], "loc": { "start": { @@ -135334,8 +135333,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 60473, - 60489 + 60478, + 60494 ], "loc": { "start": { @@ -135350,8 +135349,8 @@ } ], "range": [ - 60458, - 60490 + 60463, + 60495 ], "loc": { "start": { @@ -135368,8 +135367,8 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 60491, - 60502 + 60496, + 60507 ], "loc": { "start": { @@ -135383,8 +135382,8 @@ } }, "range": [ - 60458, - 60502 + 60463, + 60507 ], "loc": { "start": { @@ -135402,8 +135401,8 @@ "type": "Identifier", "name": "j", "range": [ - 60503, - 60504 + 60508, + 60509 ], "loc": { "start": { @@ -135418,8 +135417,8 @@ } ], "range": [ - 60458, - 60505 + 60463, + 60510 ], "loc": { "start": { @@ -135439,8 +135438,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 60533, - 60542 + 60538, + 60547 ], "loc": { "start": { @@ -135455,8 +135454,8 @@ } ], "range": [ - 60507, - 60564 + 60512, + 60569 ], "loc": { "start": { @@ -135471,8 +135470,8 @@ }, "alternate": null, "range": [ - 60454, - 60564 + 60459, + 60569 ], "loc": { "start": { @@ -135487,8 +135486,8 @@ } ], "range": [ - 60432, - 60582 + 60437, + 60587 ], "loc": { "start": { @@ -135503,8 +135502,8 @@ }, "alternate": null, "range": [ - 60370, - 60582 + 60375, + 60587 ], "loc": { "start": { @@ -135526,8 +135525,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 60603, - 60611 + 60608, + 60616 ], "loc": { "start": { @@ -135548,8 +135547,8 @@ "object": { "type": "ThisExpression", "range": [ - 60614, - 60618 + 60619, + 60623 ], "loc": { "start": { @@ -135566,8 +135565,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 60619, - 60630 + 60624, + 60635 ], "loc": { "start": { @@ -135581,8 +135580,8 @@ } }, "range": [ - 60614, - 60630 + 60619, + 60635 ], "loc": { "start": { @@ -135603,8 +135602,8 @@ "type": "Identifier", "name": "cells", "range": [ - 60631, - 60636 + 60636, + 60641 ], "loc": { "start": { @@ -135621,8 +135620,8 @@ "type": "Identifier", "name": "j", "range": [ - 60637, - 60638 + 60642, + 60643 ], "loc": { "start": { @@ -135636,8 +135635,8 @@ } }, "range": [ - 60631, - 60639 + 60636, + 60644 ], "loc": { "start": { @@ -135652,8 +135651,8 @@ } ], "range": [ - 60614, - 60640 + 60619, + 60645 ], "loc": { "start": { @@ -135667,8 +135666,8 @@ } }, "range": [ - 60603, - 60640 + 60608, + 60645 ], "loc": { "start": { @@ -135684,8 +135683,8 @@ ], "kind": "let", "range": [ - 60599, - 60641 + 60604, + 60646 ], "loc": { "start": { @@ -135712,8 +135711,8 @@ "type": "Identifier", "name": "rowData", "range": [ - 60658, - 60665 + 60663, + 60670 ], "loc": { "start": { @@ -135731,8 +135730,8 @@ "value": 1, "raw": "1", "range": [ - 60666, - 60667 + 60671, + 60672 ], "loc": { "start": { @@ -135746,8 +135745,8 @@ } }, "range": [ - 60658, - 60668 + 60663, + 60673 ], "loc": { "start": { @@ -135764,8 +135763,8 @@ "type": "Identifier", "name": "push", "range": [ - 60669, - 60673 + 60674, + 60678 ], "loc": { "start": { @@ -135779,8 +135778,8 @@ } }, "range": [ - 60658, - 60673 + 60663, + 60678 ], "loc": { "start": { @@ -135798,8 +135797,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 60674, - 60682 + 60679, + 60687 ], "loc": { "start": { @@ -135814,8 +135813,8 @@ } ], "range": [ - 60658, - 60683 + 60663, + 60688 ], "loc": { "start": { @@ -135829,8 +135828,8 @@ } }, "range": [ - 60658, - 60684 + 60663, + 60689 ], "loc": { "start": { @@ -135845,8 +135844,8 @@ } ], "range": [ - 60352, - 60698 + 60357, + 60703 ], "loc": { "start": { @@ -135860,8 +135859,8 @@ } }, "range": [ - 60302, - 60698 + 60307, + 60703 ], "loc": { "start": { @@ -135885,8 +135884,8 @@ "type": "Identifier", "name": "tblData", "range": [ - 60711, - 60718 + 60716, + 60723 ], "loc": { "start": { @@ -135903,8 +135902,8 @@ "type": "Identifier", "name": "push", "range": [ - 60719, - 60723 + 60724, + 60728 ], "loc": { "start": { @@ -135918,8 +135917,8 @@ } }, "range": [ - 60711, - 60723 + 60716, + 60728 ], "loc": { "start": { @@ -135937,8 +135936,8 @@ "type": "Identifier", "name": "rowData", "range": [ - 60724, - 60731 + 60729, + 60736 ], "loc": { "start": { @@ -135953,8 +135952,8 @@ } ], "range": [ - 60711, - 60732 + 60716, + 60737 ], "loc": { "start": { @@ -135968,8 +135967,8 @@ } }, "range": [ - 60711, - 60733 + 60716, + 60738 ], "loc": { "start": { @@ -135984,8 +135983,8 @@ } ], "range": [ - 60214, - 60743 + 60219, + 60748 ], "loc": { "start": { @@ -135999,8 +135998,8 @@ } }, "range": [ - 60166, - 60743 + 60171, + 60748 ], "loc": { "start": { @@ -136019,8 +136018,8 @@ "type": "Identifier", "name": "tblData", "range": [ - 60759, - 60766 + 60764, + 60771 ], "loc": { "start": { @@ -136034,8 +136033,8 @@ } }, "range": [ - 60752, - 60767 + 60757, + 60772 ], "loc": { "start": { @@ -136050,8 +136049,8 @@ } ], "range": [ - 59926, - 60773 + 59931, + 60778 ], "loc": { "start": { @@ -136067,8 +136066,8 @@ "generator": false, "expression": false, "range": [ - 59874, - 60773 + 59879, + 60778 ], "loc": { "start": { @@ -136084,8 +136083,8 @@ "kind": "method", "computed": false, "range": [ - 59862, - 60773 + 59867, + 60778 ], "loc": { "start": { @@ -136102,8 +136101,8 @@ "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": [ - 59453, - 59857 + 59458, + 59862 ], "loc": { "start": { @@ -136122,8 +136121,8 @@ "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": [ - 60779, - 61186 + 60784, + 61191 ], "loc": { "start": { @@ -136145,8 +136144,8 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 61191, - 61206 + 61196, + 61211 ], "loc": { "start": { @@ -136169,8 +136168,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61207, - 61221 + 61212, + 61226 ], "loc": { "start": { @@ -136188,8 +136187,8 @@ "value": false, "raw": "false", "range": [ - 61224, - 61229 + 61229, + 61234 ], "loc": { "start": { @@ -136203,8 +136202,8 @@ } }, "range": [ - 61207, - 61229 + 61212, + 61234 ], "loc": { "start": { @@ -136223,8 +136222,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 61231, - 61248 + 61236, + 61253 ], "loc": { "start": { @@ -136242,8 +136241,8 @@ "value": false, "raw": "false", "range": [ - 61251, - 61256 + 61256, + 61261 ], "loc": { "start": { @@ -136257,8 +136256,8 @@ } }, "range": [ - 61231, - 61256 + 61236, + 61261 ], "loc": { "start": { @@ -136286,8 +136285,8 @@ "object": { "type": "ThisExpression", "range": [ - 61273, - 61277 + 61278, + 61282 ], "loc": { "start": { @@ -136304,8 +136303,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 61278, - 61292 + 61283, + 61297 ], "loc": { "start": { @@ -136319,8 +136318,8 @@ } }, "range": [ - 61273, - 61292 + 61278, + 61297 ], "loc": { "start": { @@ -136335,8 +136334,8 @@ }, "prefix": true, "range": [ - 61272, - 61292 + 61277, + 61297 ], "loc": { "start": { @@ -136358,8 +136357,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61315, - 61317 + 61320, + 61322 ], "loc": { "start": { @@ -136373,8 +136372,8 @@ } }, "range": [ - 61308, - 61318 + 61313, + 61323 ], "loc": { "start": { @@ -136389,8 +136388,8 @@ } ], "range": [ - 61294, - 61328 + 61299, + 61333 ], "loc": { "start": { @@ -136405,8 +136404,8 @@ }, "alternate": null, "range": [ - 61268, - 61328 + 61273, + 61333 ], "loc": { "start": { @@ -136428,8 +136427,8 @@ "type": "Identifier", "name": "rows", "range": [ - 61341, - 61345 + 61346, + 61350 ], "loc": { "start": { @@ -136451,8 +136450,8 @@ "object": { "type": "ThisExpression", "range": [ - 61348, - 61352 + 61353, + 61357 ], "loc": { "start": { @@ -136469,8 +136468,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 61353, - 61356 + 61358, + 61361 ], "loc": { "start": { @@ -136484,8 +136483,8 @@ } }, "range": [ - 61348, - 61356 + 61353, + 61361 ], "loc": { "start": { @@ -136502,8 +136501,8 @@ "type": "Identifier", "name": "rows", "range": [ - 61357, - 61361 + 61362, + 61366 ], "loc": { "start": { @@ -136517,8 +136516,8 @@ } }, "range": [ - 61348, - 61361 + 61353, + 61366 ], "loc": { "start": { @@ -136532,8 +136531,8 @@ } }, "range": [ - 61341, - 61361 + 61346, + 61366 ], "loc": { "start": { @@ -136552,8 +136551,8 @@ "type": "Identifier", "name": "filteredData", "range": [ - 61375, - 61387 + 61380, + 61392 ], "loc": { "start": { @@ -136570,8 +136569,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61390, - 61392 + 61395, + 61397 ], "loc": { "start": { @@ -136585,8 +136584,8 @@ } }, "range": [ - 61375, - 61392 + 61380, + 61397 ], "loc": { "start": { @@ -136602,8 +136601,8 @@ ], "kind": "let", "range": [ - 61337, - 61393 + 61342, + 61398 ], "loc": { "start": { @@ -136622,8 +136621,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61406, - 61420 + 61411, + 61425 ], "loc": { "start": { @@ -136648,8 +136647,8 @@ "type": "Identifier", "name": "headers", "range": [ - 61440, - 61447 + 61445, + 61452 ], "loc": { "start": { @@ -136670,8 +136669,8 @@ "object": { "type": "ThisExpression", "range": [ - 61450, - 61454 + 61455, + 61459 ], "loc": { "start": { @@ -136688,8 +136687,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 61455, - 61469 + 61460, + 61474 ], "loc": { "start": { @@ -136703,8 +136702,8 @@ } }, "range": [ - 61450, - 61469 + 61455, + 61474 ], "loc": { "start": { @@ -136722,8 +136721,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 61470, - 61487 + 61475, + 61492 ], "loc": { "start": { @@ -136738,8 +136737,8 @@ } ], "range": [ - 61450, - 61488 + 61455, + 61493 ], "loc": { "start": { @@ -136753,8 +136752,8 @@ } }, "range": [ - 61440, - 61488 + 61445, + 61493 ], "loc": { "start": { @@ -136770,8 +136769,8 @@ ], "kind": "let", "range": [ - 61436, - 61489 + 61441, + 61494 ], "loc": { "start": { @@ -136795,8 +136794,8 @@ "type": "Identifier", "name": "filteredData", "range": [ - 61502, - 61514 + 61507, + 61519 ], "loc": { "start": { @@ -136813,8 +136812,8 @@ "type": "Identifier", "name": "push", "range": [ - 61515, - 61519 + 61520, + 61524 ], "loc": { "start": { @@ -136828,8 +136827,8 @@ } }, "range": [ - 61502, - 61519 + 61507, + 61524 ], "loc": { "start": { @@ -136854,8 +136853,8 @@ "object": { "type": "ThisExpression", "range": [ - 61521, - 61525 + 61526, + 61530 ], "loc": { "start": { @@ -136872,8 +136871,8 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 61526, - 61544 + 61531, + 61549 ], "loc": { "start": { @@ -136887,8 +136886,8 @@ } }, "range": [ - 61521, - 61544 + 61526, + 61549 ], "loc": { "start": { @@ -136903,8 +136902,8 @@ }, "arguments": [], "range": [ - 61521, - 61546 + 61526, + 61551 ], "loc": { "start": { @@ -136921,8 +136920,8 @@ "type": "Identifier", "name": "headers", "range": [ - 61548, - 61555 + 61553, + 61560 ], "loc": { "start": { @@ -136937,8 +136936,8 @@ } ], "range": [ - 61520, - 61556 + 61525, + 61561 ], "loc": { "start": { @@ -136953,8 +136952,8 @@ } ], "range": [ - 61502, - 61557 + 61507, + 61562 ], "loc": { "start": { @@ -136968,8 +136967,8 @@ } }, "range": [ - 61502, - 61558 + 61507, + 61563 ], "loc": { "start": { @@ -136984,8 +136983,8 @@ } ], "range": [ - 61422, - 61568 + 61427, + 61573 ], "loc": { "start": { @@ -137000,8 +136999,8 @@ }, "alternate": null, "range": [ - 61402, - 61568 + 61407, + 61573 ], "loc": { "start": { @@ -137023,8 +137022,8 @@ "type": "Identifier", "name": "validRows", "range": [ - 61582, - 61591 + 61587, + 61596 ], "loc": { "start": { @@ -137045,8 +137044,8 @@ "object": { "type": "ThisExpression", "range": [ - 61594, - 61598 + 61599, + 61603 ], "loc": { "start": { @@ -137063,8 +137062,8 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 61599, - 61611 + 61604, + 61616 ], "loc": { "start": { @@ -137078,8 +137077,8 @@ } }, "range": [ - 61594, - 61611 + 61599, + 61616 ], "loc": { "start": { @@ -137098,8 +137097,8 @@ "value": true, "raw": "true", "range": [ - 61612, - 61616 + 61617, + 61621 ], "loc": { "start": { @@ -137114,8 +137113,8 @@ } ], "range": [ - 61594, - 61617 + 61599, + 61622 ], "loc": { "start": { @@ -137129,8 +137128,8 @@ } }, "range": [ - 61582, - 61617 + 61587, + 61622 ], "loc": { "start": { @@ -137146,8 +137145,8 @@ ], "kind": "let", "range": [ - 61578, - 61618 + 61583, + 61623 ], "loc": { "start": { @@ -137171,8 +137170,8 @@ "type": "Identifier", "name": "i", "range": [ - 61636, - 61637 + 61641, + 61642 ], "loc": { "start": { @@ -137190,8 +137189,8 @@ "value": 0, "raw": "0", "range": [ - 61640, - 61641 + 61645, + 61646 ], "loc": { "start": { @@ -137205,8 +137204,8 @@ } }, "range": [ - 61636, - 61641 + 61641, + 61646 ], "loc": { "start": { @@ -137222,8 +137221,8 @@ ], "kind": "let", "range": [ - 61632, - 61641 + 61637, + 61646 ], "loc": { "start": { @@ -137243,8 +137242,8 @@ "type": "Identifier", "name": "i", "range": [ - 61643, - 61644 + 61648, + 61649 ], "loc": { "start": { @@ -137264,8 +137263,8 @@ "type": "Identifier", "name": "validRows", "range": [ - 61647, - 61656 + 61652, + 61661 ], "loc": { "start": { @@ -137282,8 +137281,8 @@ "type": "Identifier", "name": "length", "range": [ - 61657, - 61663 + 61662, + 61668 ], "loc": { "start": { @@ -137297,8 +137296,8 @@ } }, "range": [ - 61647, - 61663 + 61652, + 61668 ], "loc": { "start": { @@ -137312,8 +137311,8 @@ } }, "range": [ - 61643, - 61663 + 61648, + 61668 ], "loc": { "start": { @@ -137333,8 +137332,8 @@ "type": "Identifier", "name": "i", "range": [ - 61665, - 61666 + 61670, + 61671 ], "loc": { "start": { @@ -137349,8 +137348,8 @@ }, "prefix": false, "range": [ - 61665, - 61668 + 61670, + 61673 ], "loc": { "start": { @@ -137375,8 +137374,8 @@ "type": "Identifier", "name": "rData", "range": [ - 61688, - 61693 + 61693, + 61698 ], "loc": { "start": { @@ -137401,8 +137400,8 @@ "object": { "type": "ThisExpression", "range": [ - 61697, - 61701 + 61702, + 61706 ], "loc": { "start": { @@ -137419,8 +137418,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 61702, - 61716 + 61707, + 61721 ], "loc": { "start": { @@ -137434,8 +137433,8 @@ } }, "range": [ - 61697, - 61716 + 61702, + 61721 ], "loc": { "start": { @@ -137452,8 +137451,8 @@ "type": "Identifier", "name": "i", "range": [ - 61717, - 61718 + 61722, + 61723 ], "loc": { "start": { @@ -137467,8 +137466,8 @@ } }, "range": [ - 61697, - 61719 + 61702, + 61724 ], "loc": { "start": { @@ -137485,8 +137484,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61721, - 61723 + 61726, + 61728 ], "loc": { "start": { @@ -137501,8 +137500,8 @@ } ], "range": [ - 61696, - 61724 + 61701, + 61729 ], "loc": { "start": { @@ -137516,8 +137515,8 @@ } }, "range": [ - 61688, - 61724 + 61693, + 61729 ], "loc": { "start": { @@ -137536,8 +137535,8 @@ "type": "Identifier", "name": "cells", "range": [ - 61742, - 61747 + 61747, + 61752 ], "loc": { "start": { @@ -137560,8 +137559,8 @@ "type": "Identifier", "name": "rows", "range": [ - 61750, - 61754 + 61755, + 61759 ], "loc": { "start": { @@ -137583,8 +137582,8 @@ "object": { "type": "ThisExpression", "range": [ - 61755, - 61759 + 61760, + 61764 ], "loc": { "start": { @@ -137601,8 +137600,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 61760, - 61774 + 61765, + 61779 ], "loc": { "start": { @@ -137616,8 +137615,8 @@ } }, "range": [ - 61755, - 61774 + 61760, + 61779 ], "loc": { "start": { @@ -137634,8 +137633,8 @@ "type": "Identifier", "name": "i", "range": [ - 61775, - 61776 + 61780, + 61781 ], "loc": { "start": { @@ -137649,8 +137648,8 @@ } }, "range": [ - 61755, - 61777 + 61760, + 61782 ], "loc": { "start": { @@ -137664,8 +137663,8 @@ } }, "range": [ - 61750, - 61778 + 61755, + 61783 ], "loc": { "start": { @@ -137682,8 +137681,8 @@ "type": "Identifier", "name": "cells", "range": [ - 61779, - 61784 + 61784, + 61789 ], "loc": { "start": { @@ -137697,8 +137696,8 @@ } }, "range": [ - 61750, - 61784 + 61755, + 61789 ], "loc": { "start": { @@ -137712,8 +137711,8 @@ } }, "range": [ - 61742, - 61784 + 61747, + 61789 ], "loc": { "start": { @@ -137729,8 +137728,8 @@ ], "kind": "let", "range": [ - 61684, - 61785 + 61689, + 61790 ], "loc": { "start": { @@ -137754,8 +137753,8 @@ "type": "Identifier", "name": "k", "range": [ - 61807, - 61808 + 61812, + 61813 ], "loc": { "start": { @@ -137773,8 +137772,8 @@ "value": 0, "raw": "0", "range": [ - 61811, - 61812 + 61816, + 61817 ], "loc": { "start": { @@ -137788,8 +137787,8 @@ } }, "range": [ - 61807, - 61812 + 61812, + 61817 ], "loc": { "start": { @@ -137805,8 +137804,8 @@ ], "kind": "let", "range": [ - 61803, - 61812 + 61808, + 61817 ], "loc": { "start": { @@ -137826,8 +137825,8 @@ "type": "Identifier", "name": "k", "range": [ - 61814, - 61815 + 61819, + 61820 ], "loc": { "start": { @@ -137847,8 +137846,8 @@ "type": "Identifier", "name": "cells", "range": [ - 61818, - 61823 + 61823, + 61828 ], "loc": { "start": { @@ -137865,8 +137864,8 @@ "type": "Identifier", "name": "length", "range": [ - 61824, - 61830 + 61829, + 61835 ], "loc": { "start": { @@ -137880,8 +137879,8 @@ } }, "range": [ - 61818, - 61830 + 61823, + 61835 ], "loc": { "start": { @@ -137895,8 +137894,8 @@ } }, "range": [ - 61814, - 61830 + 61819, + 61835 ], "loc": { "start": { @@ -137916,8 +137915,8 @@ "type": "Identifier", "name": "k", "range": [ - 61832, - 61833 + 61837, + 61838 ], "loc": { "start": { @@ -137932,8 +137931,8 @@ }, "prefix": false, "range": [ - 61832, - 61835 + 61837, + 61840 ], "loc": { "start": { @@ -137958,8 +137957,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 61859, - 61876 + 61864, + 61881 ], "loc": { "start": { @@ -137980,8 +137979,8 @@ "object": { "type": "ThisExpression", "range": [ - 61880, - 61884 + 61885, + 61889 ], "loc": { "start": { @@ -137998,8 +137997,8 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 61885, - 61897 + 61890, + 61902 ], "loc": { "start": { @@ -138013,8 +138012,8 @@ } }, "range": [ - 61880, - 61897 + 61885, + 61902 ], "loc": { "start": { @@ -138033,8 +138032,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 61898, - 61914 + 61903, + 61919 ], "loc": { "start": { @@ -138049,8 +138048,8 @@ } ], "range": [ - 61880, - 61915 + 61885, + 61920 ], "loc": { "start": { @@ -138064,8 +138063,8 @@ } }, "range": [ - 61859, - 61915 + 61864, + 61920 ], "loc": { "start": { @@ -138096,8 +138095,8 @@ "object": { "type": "ThisExpression", "range": [ - 61943, - 61947 + 61948, + 61952 ], "loc": { "start": { @@ -138114,8 +138113,8 @@ "type": "Identifier", "name": "extension", "range": [ - 61948, - 61957 + 61953, + 61962 ], "loc": { "start": { @@ -138129,8 +138128,8 @@ } }, "range": [ - 61943, - 61957 + 61948, + 61962 ], "loc": { "start": { @@ -138149,8 +138148,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 61958, - 61974 + 61963, + 61979 ], "loc": { "start": { @@ -138165,8 +138164,8 @@ } ], "range": [ - 61943, - 61975 + 61948, + 61980 ], "loc": { "start": { @@ -138183,8 +138182,8 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 61976, - 61987 + 61981, + 61992 ], "loc": { "start": { @@ -138198,8 +138197,8 @@ } }, "range": [ - 61943, - 61987 + 61948, + 61992 ], "loc": { "start": { @@ -138217,8 +138216,8 @@ "type": "Identifier", "name": "k", "range": [ - 61988, - 61989 + 61993, + 61994 ], "loc": { "start": { @@ -138233,8 +138232,8 @@ } ], "range": [ - 61943, - 61990 + 61948, + 61995 ], "loc": { "start": { @@ -138254,8 +138253,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 62018, - 62027 + 62023, + 62032 ], "loc": { "start": { @@ -138270,8 +138269,8 @@ } ], "range": [ - 61992, - 62049 + 61997, + 62054 ], "loc": { "start": { @@ -138286,8 +138285,8 @@ }, "alternate": null, "range": [ - 61939, - 62049 + 61944, + 62054 ], "loc": { "start": { @@ -138302,8 +138301,8 @@ } ], "range": [ - 61917, - 62067 + 61922, + 62072 ], "loc": { "start": { @@ -138318,8 +138317,8 @@ }, "alternate": null, "range": [ - 61855, - 62067 + 61860, + 62072 ], "loc": { "start": { @@ -138341,8 +138340,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 62088, - 62096 + 62093, + 62101 ], "loc": { "start": { @@ -138363,8 +138362,8 @@ "object": { "type": "ThisExpression", "range": [ - 62099, - 62103 + 62104, + 62108 ], "loc": { "start": { @@ -138381,8 +138380,8 @@ "type": "Identifier", "name": "getCellData", "range": [ - 62104, - 62115 + 62109, + 62120 ], "loc": { "start": { @@ -138396,8 +138395,8 @@ } }, "range": [ - 62099, - 62115 + 62104, + 62120 ], "loc": { "start": { @@ -138418,8 +138417,8 @@ "type": "Identifier", "name": "cells", "range": [ - 62116, - 62121 + 62121, + 62126 ], "loc": { "start": { @@ -138436,8 +138435,8 @@ "type": "Identifier", "name": "k", "range": [ - 62122, - 62123 + 62127, + 62128 ], "loc": { "start": { @@ -138451,8 +138450,8 @@ } }, "range": [ - 62116, - 62124 + 62121, + 62129 ], "loc": { "start": { @@ -138467,8 +138466,8 @@ } ], "range": [ - 62099, - 62125 + 62104, + 62130 ], "loc": { "start": { @@ -138482,8 +138481,8 @@ } }, "range": [ - 62088, - 62125 + 62093, + 62130 ], "loc": { "start": { @@ -138499,8 +138498,8 @@ ], "kind": "let", "range": [ - 62084, - 62126 + 62089, + 62131 ], "loc": { "start": { @@ -138527,8 +138526,8 @@ "type": "Identifier", "name": "rData", "range": [ - 62143, - 62148 + 62148, + 62153 ], "loc": { "start": { @@ -138546,8 +138545,8 @@ "value": 1, "raw": "1", "range": [ - 62149, - 62150 + 62154, + 62155 ], "loc": { "start": { @@ -138561,8 +138560,8 @@ } }, "range": [ - 62143, - 62151 + 62148, + 62156 ], "loc": { "start": { @@ -138579,8 +138578,8 @@ "type": "Identifier", "name": "push", "range": [ - 62152, - 62156 + 62157, + 62161 ], "loc": { "start": { @@ -138594,8 +138593,8 @@ } }, "range": [ - 62143, - 62156 + 62148, + 62161 ], "loc": { "start": { @@ -138613,8 +138612,8 @@ "type": "Identifier", "name": "cellData", "range": [ - 62157, - 62165 + 62162, + 62170 ], "loc": { "start": { @@ -138629,8 +138628,8 @@ } ], "range": [ - 62143, - 62166 + 62148, + 62171 ], "loc": { "start": { @@ -138644,8 +138643,8 @@ } }, "range": [ - 62143, - 62167 + 62148, + 62172 ], "loc": { "start": { @@ -138660,8 +138659,8 @@ } ], "range": [ - 61837, - 62181 + 61842, + 62186 ], "loc": { "start": { @@ -138675,8 +138674,8 @@ } }, "range": [ - 61798, - 62181 + 61803, + 62186 ], "loc": { "start": { @@ -138700,8 +138699,8 @@ "type": "Identifier", "name": "filteredData", "range": [ - 62194, - 62206 + 62199, + 62211 ], "loc": { "start": { @@ -138718,8 +138717,8 @@ "type": "Identifier", "name": "push", "range": [ - 62207, - 62211 + 62212, + 62216 ], "loc": { "start": { @@ -138733,8 +138732,8 @@ } }, "range": [ - 62194, - 62211 + 62199, + 62216 ], "loc": { "start": { @@ -138752,8 +138751,8 @@ "type": "Identifier", "name": "rData", "range": [ - 62212, - 62217 + 62217, + 62222 ], "loc": { "start": { @@ -138768,8 +138767,8 @@ } ], "range": [ - 62194, - 62218 + 62199, + 62223 ], "loc": { "start": { @@ -138783,8 +138782,8 @@ } }, "range": [ - 62194, - 62219 + 62199, + 62224 ], "loc": { "start": { @@ -138799,8 +138798,8 @@ } ], "range": [ - 61670, - 62229 + 61675, + 62234 ], "loc": { "start": { @@ -138814,8 +138813,8 @@ } }, "range": [ - 61627, - 62229 + 61632, + 62234 ], "loc": { "start": { @@ -138834,8 +138833,8 @@ "type": "Identifier", "name": "filteredData", "range": [ - 62245, - 62257 + 62250, + 62262 ], "loc": { "start": { @@ -138849,8 +138848,8 @@ } }, "range": [ - 62238, - 62258 + 62243, + 62263 ], "loc": { "start": { @@ -138865,8 +138864,8 @@ } ], "range": [ - 61258, - 62264 + 61263, + 62269 ], "loc": { "start": { @@ -138882,8 +138881,8 @@ "generator": false, "expression": false, "range": [ - 61206, - 62264 + 61211, + 62269 ], "loc": { "start": { @@ -138899,8 +138898,8 @@ "kind": "method", "computed": false, "range": [ - 61191, - 62264 + 61196, + 62269 ], "loc": { "start": { @@ -138917,8 +138916,8 @@ "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": [ - 60779, - 61186 + 60784, + 61191 ], "loc": { "start": { @@ -138937,8 +138936,8 @@ "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": [ - 62270, - 62601 + 62275, + 62606 ], "loc": { "start": { @@ -138960,8 +138959,8 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 62606, - 62624 + 62611, + 62629 ], "loc": { "start": { @@ -138982,8 +138981,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62625, - 62633 + 62630, + 62638 ], "loc": { "start": { @@ -139002,8 +139001,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62635, - 62649 + 62640, + 62654 ], "loc": { "start": { @@ -139021,8 +139020,8 @@ "value": false, "raw": "false", "range": [ - 62652, - 62657 + 62657, + 62662 ], "loc": { "start": { @@ -139036,8 +139035,8 @@ } }, "range": [ - 62635, - 62657 + 62640, + 62662 ], "loc": { "start": { @@ -139065,8 +139064,8 @@ "type": "Identifier", "name": "Types", "range": [ - 62673, - 62678 + 62678, + 62683 ], "loc": { "start": { @@ -139083,8 +139082,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 62679, - 62686 + 62684, + 62691 ], "loc": { "start": { @@ -139098,8 +139097,8 @@ } }, "range": [ - 62673, - 62686 + 62678, + 62691 ], "loc": { "start": { @@ -139117,8 +139116,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62687, - 62695 + 62692, + 62700 ], "loc": { "start": { @@ -139133,8 +139132,8 @@ } ], "range": [ - 62673, - 62696 + 62678, + 62701 ], "loc": { "start": { @@ -139156,8 +139155,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62719, - 62721 + 62724, + 62726 ], "loc": { "start": { @@ -139171,8 +139170,8 @@ } }, "range": [ - 62712, - 62722 + 62717, + 62727 ], "loc": { "start": { @@ -139187,8 +139186,8 @@ } ], "range": [ - 62698, - 62732 + 62703, + 62737 ], "loc": { "start": { @@ -139203,8 +139202,8 @@ }, "alternate": null, "range": [ - 62669, - 62732 + 62674, + 62737 ], "loc": { "start": { @@ -139226,8 +139225,8 @@ "type": "Identifier", "name": "data", "range": [ - 62745, - 62749 + 62750, + 62754 ], "loc": { "start": { @@ -139248,8 +139247,8 @@ "object": { "type": "ThisExpression", "range": [ - 62752, - 62756 + 62757, + 62761 ], "loc": { "start": { @@ -139266,8 +139265,8 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 62757, - 62772 + 62762, + 62777 ], "loc": { "start": { @@ -139281,8 +139280,8 @@ } }, "range": [ - 62752, - 62772 + 62757, + 62777 ], "loc": { "start": { @@ -139297,8 +139296,8 @@ }, "arguments": [], "range": [ - 62752, - 62774 + 62757, + 62779 ], "loc": { "start": { @@ -139312,8 +139311,8 @@ } }, "range": [ - 62745, - 62774 + 62750, + 62779 ], "loc": { "start": { @@ -139332,8 +139331,8 @@ "type": "Identifier", "name": "colData", "range": [ - 62788, - 62795 + 62793, + 62800 ], "loc": { "start": { @@ -139350,8 +139349,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62798, - 62800 + 62803, + 62805 ], "loc": { "start": { @@ -139365,8 +139364,8 @@ } }, "range": [ - 62788, - 62800 + 62793, + 62805 ], "loc": { "start": { @@ -139382,8 +139381,8 @@ ], "kind": "let", "range": [ - 62741, - 62801 + 62746, + 62806 ], "loc": { "start": { @@ -139402,8 +139401,8 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62814, - 62828 + 62819, + 62833 ], "loc": { "start": { @@ -139430,8 +139429,8 @@ "type": "Identifier", "name": "colData", "range": [ - 62844, - 62851 + 62849, + 62856 ], "loc": { "start": { @@ -139448,8 +139447,8 @@ "type": "Identifier", "name": "push", "range": [ - 62852, - 62856 + 62857, + 62861 ], "loc": { "start": { @@ -139463,8 +139462,8 @@ } }, "range": [ - 62844, - 62856 + 62849, + 62861 ], "loc": { "start": { @@ -139489,8 +139488,8 @@ "object": { "type": "ThisExpression", "range": [ - 62857, - 62861 + 62862, + 62866 ], "loc": { "start": { @@ -139507,8 +139506,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 62862, - 62876 + 62867, + 62881 ], "loc": { "start": { @@ -139522,8 +139521,8 @@ } }, "range": [ - 62857, - 62876 + 62862, + 62881 ], "loc": { "start": { @@ -139538,8 +139537,8 @@ }, "arguments": [], "range": [ - 62857, - 62878 + 62862, + 62883 ], "loc": { "start": { @@ -139556,8 +139555,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62879, - 62887 + 62884, + 62892 ], "loc": { "start": { @@ -139571,8 +139570,8 @@ } }, "range": [ - 62857, - 62888 + 62862, + 62893 ], "loc": { "start": { @@ -139587,8 +139586,8 @@ } ], "range": [ - 62844, - 62889 + 62849, + 62894 ], "loc": { "start": { @@ -139602,8 +139601,8 @@ } }, "range": [ - 62844, - 62890 + 62849, + 62895 ], "loc": { "start": { @@ -139618,8 +139617,8 @@ } ], "range": [ - 62830, - 62900 + 62835, + 62905 ], "loc": { "start": { @@ -139634,8 +139633,8 @@ }, "alternate": null, "range": [ - 62810, - 62900 + 62815, + 62905 ], "loc": { "start": { @@ -139659,8 +139658,8 @@ "type": "Identifier", "name": "i", "range": [ - 62918, - 62919 + 62923, + 62924 ], "loc": { "start": { @@ -139678,8 +139677,8 @@ "value": 0, "raw": "0", "range": [ - 62922, - 62923 + 62927, + 62928 ], "loc": { "start": { @@ -139693,8 +139692,8 @@ } }, "range": [ - 62918, - 62923 + 62923, + 62928 ], "loc": { "start": { @@ -139713,8 +139712,8 @@ "type": "Identifier", "name": "len", "range": [ - 62925, - 62928 + 62930, + 62933 ], "loc": { "start": { @@ -139734,8 +139733,8 @@ "type": "Identifier", "name": "data", "range": [ - 62931, - 62935 + 62936, + 62940 ], "loc": { "start": { @@ -139752,8 +139751,8 @@ "type": "Identifier", "name": "length", "range": [ - 62936, - 62942 + 62941, + 62947 ], "loc": { "start": { @@ -139767,8 +139766,8 @@ } }, "range": [ - 62931, - 62942 + 62936, + 62947 ], "loc": { "start": { @@ -139782,8 +139781,8 @@ } }, "range": [ - 62925, - 62942 + 62930, + 62947 ], "loc": { "start": { @@ -139799,8 +139798,8 @@ ], "kind": "let", "range": [ - 62914, - 62942 + 62919, + 62947 ], "loc": { "start": { @@ -139820,8 +139819,8 @@ "type": "Identifier", "name": "i", "range": [ - 62944, - 62945 + 62949, + 62950 ], "loc": { "start": { @@ -139838,8 +139837,8 @@ "type": "Identifier", "name": "len", "range": [ - 62948, - 62951 + 62953, + 62956 ], "loc": { "start": { @@ -139853,8 +139852,8 @@ } }, "range": [ - 62944, - 62951 + 62949, + 62956 ], "loc": { "start": { @@ -139874,8 +139873,8 @@ "type": "Identifier", "name": "i", "range": [ - 62953, - 62954 + 62958, + 62959 ], "loc": { "start": { @@ -139890,8 +139889,8 @@ }, "prefix": false, "range": [ - 62953, - 62956 + 62958, + 62961 ], "loc": { "start": { @@ -139916,8 +139915,8 @@ "type": "Identifier", "name": "r", "range": [ - 62976, - 62977 + 62981, + 62982 ], "loc": { "start": { @@ -139937,8 +139936,8 @@ "type": "Identifier", "name": "data", "range": [ - 62980, - 62984 + 62985, + 62989 ], "loc": { "start": { @@ -139955,8 +139954,8 @@ "type": "Identifier", "name": "i", "range": [ - 62985, - 62986 + 62990, + 62991 ], "loc": { "start": { @@ -139970,8 +139969,8 @@ } }, "range": [ - 62980, - 62987 + 62985, + 62992 ], "loc": { "start": { @@ -139985,8 +139984,8 @@ } }, "range": [ - 62976, - 62987 + 62981, + 62992 ], "loc": { "start": { @@ -140005,8 +140004,8 @@ "type": "Identifier", "name": "d", "range": [ - 63050, - 63051 + 63055, + 63056 ], "loc": { "start": { @@ -140026,8 +140025,8 @@ "type": "Identifier", "name": "r", "range": [ - 63054, - 63055 + 63059, + 63060 ], "loc": { "start": { @@ -140045,8 +140044,8 @@ "value": 1, "raw": "1", "range": [ - 63056, - 63057 + 63061, + 63062 ], "loc": { "start": { @@ -140060,8 +140059,8 @@ } }, "range": [ - 63054, - 63058 + 63059, + 63063 ], "loc": { "start": { @@ -140075,8 +140074,8 @@ } }, "range": [ - 63050, - 63058 + 63055, + 63063 ], "loc": { "start": { @@ -140093,8 +140092,8 @@ "type": "Line", "value": "cols values of current row", "range": [ - 63005, - 63033 + 63010, + 63038 ], "loc": { "start": { @@ -140115,8 +140114,8 @@ "type": "Identifier", "name": "c", "range": [ - 63118, - 63119 + 63123, + 63124 ], "loc": { "start": { @@ -140136,8 +140135,8 @@ "type": "Identifier", "name": "d", "range": [ - 63122, - 63123 + 63127, + 63128 ], "loc": { "start": { @@ -140154,8 +140153,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63124, - 63132 + 63129, + 63137 ], "loc": { "start": { @@ -140169,8 +140168,8 @@ } }, "range": [ - 63122, - 63133 + 63127, + 63138 ], "loc": { "start": { @@ -140184,8 +140183,8 @@ } }, "range": [ - 63118, - 63133 + 63123, + 63138 ], "loc": { "start": { @@ -140202,8 +140201,8 @@ "type": "Line", "value": "data of searched column", "range": [ - 63076, - 63101 + 63081, + 63106 ], "loc": { "start": { @@ -140221,8 +140220,8 @@ ], "kind": "let", "range": [ - 62972, - 63134 + 62977, + 63139 ], "loc": { "start": { @@ -140246,8 +140245,8 @@ "type": "Identifier", "name": "colData", "range": [ - 63147, - 63154 + 63152, + 63159 ], "loc": { "start": { @@ -140264,8 +140263,8 @@ "type": "Identifier", "name": "push", "range": [ - 63155, - 63159 + 63160, + 63164 ], "loc": { "start": { @@ -140279,8 +140278,8 @@ } }, "range": [ - 63147, - 63159 + 63152, + 63164 ], "loc": { "start": { @@ -140298,8 +140297,8 @@ "type": "Identifier", "name": "c", "range": [ - 63160, - 63161 + 63165, + 63166 ], "loc": { "start": { @@ -140314,8 +140313,8 @@ } ], "range": [ - 63147, - 63162 + 63152, + 63167 ], "loc": { "start": { @@ -140329,8 +140328,8 @@ } }, "range": [ - 63147, - 63163 + 63152, + 63168 ], "loc": { "start": { @@ -140345,8 +140344,8 @@ } ], "range": [ - 62958, - 63173 + 62963, + 63178 ], "loc": { "start": { @@ -140360,8 +140359,8 @@ } }, "range": [ - 62909, - 63173 + 62914, + 63178 ], "loc": { "start": { @@ -140380,8 +140379,8 @@ "type": "Identifier", "name": "colData", "range": [ - 63189, - 63196 + 63194, + 63201 ], "loc": { "start": { @@ -140395,8 +140394,8 @@ } }, "range": [ - 63182, - 63197 + 63187, + 63202 ], "loc": { "start": { @@ -140411,8 +140410,8 @@ } ], "range": [ - 62659, - 63203 + 62664, + 63208 ], "loc": { "start": { @@ -140428,8 +140427,8 @@ "generator": false, "expression": false, "range": [ - 62624, - 63203 + 62629, + 63208 ], "loc": { "start": { @@ -140445,8 +140444,8 @@ "kind": "method", "computed": false, "range": [ - 62606, - 63203 + 62611, + 63208 ], "loc": { "start": { @@ -140463,8 +140462,8 @@ "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": [ - 62270, - 62601 + 62275, + 62606 ], "loc": { "start": { @@ -140483,8 +140482,8 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {RowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 63209, - 63362 + 63214, + 63367 ], "loc": { "start": { @@ -140506,8 +140505,8 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 63367, - 63380 + 63372, + 63385 ], "loc": { "start": { @@ -140528,8 +140527,8 @@ "type": "Identifier", "name": "row", "range": [ - 63381, - 63384 + 63386, + 63389 ], "loc": { "start": { @@ -140560,8 +140559,8 @@ "type": "Identifier", "name": "Types", "range": [ - 63401, - 63406 + 63406, + 63411 ], "loc": { "start": { @@ -140578,8 +140577,8 @@ "type": "Identifier", "name": "isObj", "range": [ - 63407, - 63412 + 63412, + 63417 ], "loc": { "start": { @@ -140593,8 +140592,8 @@ } }, "range": [ - 63401, - 63412 + 63406, + 63417 ], "loc": { "start": { @@ -140612,8 +140611,8 @@ "type": "Identifier", "name": "row", "range": [ - 63413, - 63416 + 63418, + 63421 ], "loc": { "start": { @@ -140628,8 +140627,8 @@ } ], "range": [ - 63401, - 63417 + 63406, + 63422 ], "loc": { "start": { @@ -140644,8 +140643,8 @@ }, "prefix": true, "range": [ - 63400, - 63417 + 63405, + 63422 ], "loc": { "start": { @@ -140668,8 +140667,8 @@ "value": null, "raw": "null", "range": [ - 63440, - 63444 + 63445, + 63449 ], "loc": { "start": { @@ -140683,8 +140682,8 @@ } }, "range": [ - 63433, - 63445 + 63438, + 63450 ], "loc": { "start": { @@ -140699,8 +140698,8 @@ } ], "range": [ - 63419, - 63455 + 63424, + 63460 ], "loc": { "start": { @@ -140715,8 +140714,8 @@ }, "alternate": null, "range": [ - 63396, - 63455 + 63401, + 63460 ], "loc": { "start": { @@ -140741,8 +140740,8 @@ "type": "Identifier", "name": "row", "range": [ - 63471, - 63474 + 63476, + 63479 ], "loc": { "start": { @@ -140759,8 +140758,8 @@ "type": "Identifier", "name": "style", "range": [ - 63475, - 63480 + 63480, + 63485 ], "loc": { "start": { @@ -140774,8 +140773,8 @@ } }, "range": [ - 63471, - 63480 + 63476, + 63485 ], "loc": { "start": { @@ -140792,8 +140791,8 @@ "type": "Identifier", "name": "display", "range": [ - 63481, - 63488 + 63486, + 63493 ], "loc": { "start": { @@ -140807,8 +140806,8 @@ } }, "range": [ - 63471, - 63488 + 63476, + 63493 ], "loc": { "start": { @@ -140822,8 +140821,8 @@ } }, "range": [ - 63464, - 63489 + 63469, + 63494 ], "loc": { "start": { @@ -140838,8 +140837,8 @@ } ], "range": [ - 63386, - 63495 + 63391, + 63500 ], "loc": { "start": { @@ -140855,8 +140854,8 @@ "generator": false, "expression": false, "range": [ - 63380, - 63495 + 63385, + 63500 ], "loc": { "start": { @@ -140872,8 +140871,8 @@ "kind": "method", "computed": false, "range": [ - 63367, - 63495 + 63372, + 63500 ], "loc": { "start": { @@ -140890,8 +140889,8 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {RowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 63209, - 63362 + 63214, + 63367 ], "loc": { "start": { @@ -140910,8 +140909,8 @@ "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": [ - 63501, - 63674 + 63506, + 63679 ], "loc": { "start": { @@ -140933,8 +140932,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 63679, - 63690 + 63684, + 63695 ], "loc": { "start": { @@ -140955,8 +140954,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 63691, - 63699 + 63696, + 63704 ], "loc": { "start": { @@ -140973,8 +140972,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 63701, - 63708 + 63706, + 63713 ], "loc": { "start": { @@ -141000,8 +140999,8 @@ "type": "Identifier", "name": "row", "range": [ - 63724, - 63727 + 63729, + 63732 ], "loc": { "start": { @@ -141026,8 +141025,8 @@ "object": { "type": "ThisExpression", "range": [ - 63730, - 63734 + 63735, + 63739 ], "loc": { "start": { @@ -141044,8 +141043,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 63735, - 63738 + 63740, + 63743 ], "loc": { "start": { @@ -141059,8 +141058,8 @@ } }, "range": [ - 63730, - 63738 + 63735, + 63743 ], "loc": { "start": { @@ -141077,8 +141076,8 @@ "type": "Identifier", "name": "rows", "range": [ - 63739, - 63743 + 63744, + 63748 ], "loc": { "start": { @@ -141092,8 +141091,8 @@ } }, "range": [ - 63730, - 63743 + 63735, + 63748 ], "loc": { "start": { @@ -141110,8 +141109,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 63744, - 63752 + 63749, + 63757 ], "loc": { "start": { @@ -141125,8 +141124,8 @@ } }, "range": [ - 63730, - 63753 + 63735, + 63758 ], "loc": { "start": { @@ -141140,8 +141139,8 @@ } }, "range": [ - 63724, - 63753 + 63729, + 63758 ], "loc": { "start": { @@ -141157,8 +141156,8 @@ ], "kind": "let", "range": [ - 63720, - 63754 + 63725, + 63759 ], "loc": { "start": { @@ -141183,8 +141182,8 @@ "type": "Identifier", "name": "row", "range": [ - 63768, - 63771 + 63773, + 63776 ], "loc": { "start": { @@ -141199,8 +141198,8 @@ }, "prefix": true, "range": [ - 63767, - 63771 + 63772, + 63776 ], "loc": { "start": { @@ -141223,8 +141222,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 63782, - 63789 + 63787, + 63794 ], "loc": { "start": { @@ -141239,8 +141238,8 @@ }, "prefix": true, "range": [ - 63775, - 63789 + 63780, + 63794 ], "loc": { "start": { @@ -141258,8 +141257,8 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 63794, - 63803 + 63799, + 63808 ], "loc": { "start": { @@ -141273,8 +141272,8 @@ } }, "range": [ - 63775, - 63803 + 63780, + 63808 ], "loc": { "start": { @@ -141288,8 +141287,8 @@ } }, "range": [ - 63767, - 63803 + 63772, + 63808 ], "loc": { "start": { @@ -141309,8 +141308,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 63819, - 63826 + 63824, + 63831 ], "loc": { "start": { @@ -141325,8 +141324,8 @@ } ], "range": [ - 63805, - 63836 + 63810, + 63841 ], "loc": { "start": { @@ -141341,8 +141340,8 @@ }, "alternate": null, "range": [ - 63763, - 63836 + 63768, + 63841 ], "loc": { "start": { @@ -141359,8 +141358,8 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 63846, - 63878 + 63851, + 63883 ], "loc": { "start": { @@ -141386,8 +141385,8 @@ "object": { "type": "ThisExpression", "range": [ - 63891, - 63895 + 63896, + 63900 ], "loc": { "start": { @@ -141404,8 +141403,8 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 63896, - 63910 + 63901, + 63915 ], "loc": { "start": { @@ -141419,8 +141418,8 @@ } }, "range": [ - 63891, - 63910 + 63896, + 63915 ], "loc": { "start": { @@ -141447,8 +141446,8 @@ "object": { "type": "ThisExpression", "range": [ - 63914, - 63918 + 63919, + 63923 ], "loc": { "start": { @@ -141465,8 +141464,8 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 63919, - 63930 + 63924, + 63935 ], "loc": { "start": { @@ -141480,8 +141479,8 @@ } }, "range": [ - 63914, - 63930 + 63919, + 63935 ], "loc": { "start": { @@ -141498,8 +141497,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 63931, - 63938 + 63936, + 63943 ], "loc": { "start": { @@ -141513,8 +141512,8 @@ } }, "range": [ - 63914, - 63938 + 63919, + 63943 ], "loc": { "start": { @@ -141532,8 +141531,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 63939, - 63947 + 63944, + 63952 ], "loc": { "start": { @@ -141548,8 +141547,8 @@ } ], "range": [ - 63914, - 63948 + 63919, + 63953 ], "loc": { "start": { @@ -141570,8 +141569,8 @@ "value": 1, "raw": "1", "range": [ - 63954, - 63955 + 63959, + 63960 ], "loc": { "start": { @@ -141586,8 +141585,8 @@ }, "prefix": true, "range": [ - 63953, - 63955 + 63958, + 63960 ], "loc": { "start": { @@ -141601,8 +141600,8 @@ } }, "range": [ - 63914, - 63955 + 63919, + 63960 ], "loc": { "start": { @@ -141616,8 +141615,8 @@ } }, "range": [ - 63891, - 63955 + 63896, + 63960 ], "loc": { "start": { @@ -141642,8 +141641,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 63971, - 63978 + 63976, + 63983 ], "loc": { "start": { @@ -141661,8 +141660,8 @@ "value": true, "raw": "true", "range": [ - 63981, - 63985 + 63986, + 63990 ], "loc": { "start": { @@ -141676,8 +141675,8 @@ } }, "range": [ - 63971, - 63985 + 63976, + 63990 ], "loc": { "start": { @@ -141691,8 +141690,8 @@ } }, "range": [ - 63971, - 63986 + 63976, + 63991 ], "loc": { "start": { @@ -141707,8 +141706,8 @@ } ], "range": [ - 63957, - 63996 + 63962, + 64001 ], "loc": { "start": { @@ -141723,8 +141722,8 @@ }, "alternate": null, "range": [ - 63887, - 63996 + 63892, + 64001 ], "loc": { "start": { @@ -141741,8 +141740,8 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 63846, - 63878 + 63851, + 63883 ], "loc": { "start": { @@ -141766,8 +141765,8 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 64010, - 64021 + 64015, + 64026 ], "loc": { "start": { @@ -141786,8 +141785,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 64024, - 64031 + 64029, + 64036 ], "loc": { "start": { @@ -141805,8 +141804,8 @@ "value": "", "raw": "''", "range": [ - 64034, - 64036 + 64039, + 64041 ], "loc": { "start": { @@ -141823,8 +141822,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 64039, - 64043 + 64044, + 64048 ], "loc": { "start": { @@ -141838,8 +141837,8 @@ } }, "range": [ - 64024, - 64043 + 64029, + 64048 ], "loc": { "start": { @@ -141853,8 +141852,8 @@ } }, "range": [ - 64010, - 64043 + 64015, + 64048 ], "loc": { "start": { @@ -141873,8 +141872,8 @@ "type": "Identifier", "name": "validFlag", "range": [ - 64057, - 64066 + 64062, + 64071 ], "loc": { "start": { @@ -141893,8 +141892,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 64069, - 64076 + 64074, + 64081 ], "loc": { "start": { @@ -141912,8 +141911,8 @@ "value": "true", "raw": "'true'", "range": [ - 64079, - 64085 + 64084, + 64090 ], "loc": { "start": { @@ -141931,8 +141930,8 @@ "value": "false", "raw": "'false'", "range": [ - 64088, - 64095 + 64093, + 64100 ], "loc": { "start": { @@ -141946,8 +141945,8 @@ } }, "range": [ - 64069, - 64095 + 64074, + 64100 ], "loc": { "start": { @@ -141961,8 +141960,8 @@ } }, "range": [ - 64057, - 64095 + 64062, + 64100 ], "loc": { "start": { @@ -141978,8 +141977,8 @@ ], "kind": "let", "range": [ - 64006, - 64096 + 64011, + 64101 ], "loc": { "start": { @@ -142007,8 +142006,8 @@ "type": "Identifier", "name": "row", "range": [ - 64105, - 64108 + 64110, + 64113 ], "loc": { "start": { @@ -142025,8 +142024,8 @@ "type": "Identifier", "name": "style", "range": [ - 64109, - 64114 + 64114, + 64119 ], "loc": { "start": { @@ -142040,8 +142039,8 @@ } }, "range": [ - 64105, - 64114 + 64110, + 64119 ], "loc": { "start": { @@ -142058,8 +142057,8 @@ "type": "Identifier", "name": "display", "range": [ - 64115, - 64122 + 64120, + 64127 ], "loc": { "start": { @@ -142073,8 +142072,8 @@ } }, "range": [ - 64105, - 64122 + 64110, + 64127 ], "loc": { "start": { @@ -142091,8 +142090,8 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 64125, - 64136 + 64130, + 64141 ], "loc": { "start": { @@ -142106,8 +142105,8 @@ } }, "range": [ - 64105, - 64136 + 64110, + 64141 ], "loc": { "start": { @@ -142121,8 +142120,8 @@ } }, "range": [ - 64105, - 64137 + 64110, + 64142 ], "loc": { "start": { @@ -142143,8 +142142,8 @@ "object": { "type": "ThisExpression", "range": [ - 64151, - 64155 + 64156, + 64160 ], "loc": { "start": { @@ -142161,8 +142160,8 @@ "type": "Identifier", "name": "paging", "range": [ - 64156, - 64162 + 64161, + 64167 ], "loc": { "start": { @@ -142176,8 +142175,8 @@ } }, "range": [ - 64151, - 64162 + 64156, + 64167 ], "loc": { "start": { @@ -142204,8 +142203,8 @@ "type": "Identifier", "name": "row", "range": [ - 64178, - 64181 + 64183, + 64186 ], "loc": { "start": { @@ -142222,8 +142221,8 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 64182, - 64194 + 64187, + 64199 ], "loc": { "start": { @@ -142237,8 +142236,8 @@ } }, "range": [ - 64178, - 64194 + 64183, + 64199 ], "loc": { "start": { @@ -142257,8 +142256,8 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 64195, - 64205 + 64200, + 64210 ], "loc": { "start": { @@ -142275,8 +142274,8 @@ "type": "Identifier", "name": "validFlag", "range": [ - 64207, - 64216 + 64212, + 64221 ], "loc": { "start": { @@ -142291,8 +142290,8 @@ } ], "range": [ - 64178, - 64217 + 64183, + 64222 ], "loc": { "start": { @@ -142306,8 +142305,8 @@ } }, "range": [ - 64178, - 64218 + 64183, + 64223 ], "loc": { "start": { @@ -142322,8 +142321,8 @@ } ], "range": [ - 64164, - 64228 + 64169, + 64233 ], "loc": { "start": { @@ -142338,8 +142337,8 @@ }, "alternate": null, "range": [ - 64147, - 64228 + 64152, + 64233 ], "loc": { "start": { @@ -142358,8 +142357,8 @@ "type": "Identifier", "name": "isValid", "range": [ - 64242, - 64249 + 64247, + 64254 ], "loc": { "start": { @@ -142391,8 +142390,8 @@ "object": { "type": "ThisExpression", "range": [ - 64269, - 64273 + 64274, + 64278 ], "loc": { "start": { @@ -142409,8 +142408,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 64274, - 64288 + 64279, + 64293 ], "loc": { "start": { @@ -142424,8 +142423,8 @@ } }, "range": [ - 64269, - 64288 + 64274, + 64293 ], "loc": { "start": { @@ -142442,8 +142441,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 64289, - 64296 + 64294, + 64301 ], "loc": { "start": { @@ -142457,8 +142456,8 @@ } }, "range": [ - 64269, - 64296 + 64274, + 64301 ], "loc": { "start": { @@ -142476,8 +142475,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64297, - 64305 + 64302, + 64310 ], "loc": { "start": { @@ -142492,8 +142491,8 @@ } ], "range": [ - 64269, - 64306 + 64274, + 64311 ], "loc": { "start": { @@ -142514,8 +142513,8 @@ "value": 1, "raw": "1", "range": [ - 64312, - 64313 + 64317, + 64318 ], "loc": { "start": { @@ -142530,8 +142529,8 @@ }, "prefix": true, "range": [ - 64311, - 64313 + 64316, + 64318 ], "loc": { "start": { @@ -142545,8 +142544,8 @@ } }, "range": [ - 64269, - 64313 + 64274, + 64318 ], "loc": { "start": { @@ -142575,8 +142574,8 @@ "object": { "type": "ThisExpression", "range": [ - 64333, - 64337 + 64338, + 64342 ], "loc": { "start": { @@ -142593,8 +142592,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 64338, - 64352 + 64343, + 64357 ], "loc": { "start": { @@ -142608,8 +142607,8 @@ } }, "range": [ - 64333, - 64352 + 64338, + 64357 ], "loc": { "start": { @@ -142626,8 +142625,8 @@ "type": "Identifier", "name": "push", "range": [ - 64353, - 64357 + 64358, + 64362 ], "loc": { "start": { @@ -142641,8 +142640,8 @@ } }, "range": [ - 64333, - 64357 + 64338, + 64362 ], "loc": { "start": { @@ -142660,8 +142659,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64358, - 64366 + 64363, + 64371 ], "loc": { "start": { @@ -142676,8 +142675,8 @@ } ], "range": [ - 64333, - 64367 + 64338, + 64372 ], "loc": { "start": { @@ -142691,8 +142690,8 @@ } }, "range": [ - 64333, - 64368 + 64338, + 64373 ], "loc": { "start": { @@ -142707,8 +142706,8 @@ } ], "range": [ - 64315, - 64382 + 64320, + 64387 ], "loc": { "start": { @@ -142723,8 +142722,8 @@ }, "alternate": null, "range": [ - 64265, - 64382 + 64270, + 64387 ], "loc": { "start": { @@ -142745,8 +142744,8 @@ "object": { "type": "ThisExpression", "range": [ - 64400, - 64404 + 64405, + 64409 ], "loc": { "start": { @@ -142763,8 +142762,8 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 64405, - 64419 + 64410, + 64424 ], "loc": { "start": { @@ -142778,8 +142777,8 @@ } }, "range": [ - 64400, - 64419 + 64405, + 64424 ], "loc": { "start": { @@ -142808,8 +142807,8 @@ "object": { "type": "ThisExpression", "range": [ - 64439, - 64443 + 64444, + 64448 ], "loc": { "start": { @@ -142826,8 +142825,8 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 64444, - 64458 + 64449, + 64463 ], "loc": { "start": { @@ -142841,8 +142840,8 @@ } }, "range": [ - 64439, - 64458 + 64444, + 64463 ], "loc": { "start": { @@ -142859,8 +142858,8 @@ "type": "Identifier", "name": "call", "range": [ - 64459, - 64463 + 64464, + 64468 ], "loc": { "start": { @@ -142874,8 +142873,8 @@ } }, "range": [ - 64439, - 64463 + 64444, + 64468 ], "loc": { "start": { @@ -142894,8 +142893,8 @@ "value": null, "raw": "null", "range": [ - 64464, - 64468 + 64469, + 64473 ], "loc": { "start": { @@ -142911,8 +142910,8 @@ { "type": "ThisExpression", "range": [ - 64470, - 64474 + 64475, + 64479 ], "loc": { "start": { @@ -142929,8 +142928,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64476, - 64484 + 64481, + 64489 ], "loc": { "start": { @@ -142945,8 +142944,8 @@ } ], "range": [ - 64439, - 64485 + 64444, + 64490 ], "loc": { "start": { @@ -142960,8 +142959,8 @@ } }, "range": [ - 64439, - 64486 + 64444, + 64491 ], "loc": { "start": { @@ -142976,8 +142975,8 @@ } ], "range": [ - 64421, - 64500 + 64426, + 64505 ], "loc": { "start": { @@ -142992,8 +142991,8 @@ }, "alternate": null, "range": [ - 64396, - 64500 + 64401, + 64505 ], "loc": { "start": { @@ -143019,8 +143018,8 @@ "object": { "type": "ThisExpression", "range": [ - 64514, - 64518 + 64519, + 64523 ], "loc": { "start": { @@ -143037,8 +143036,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 64519, - 64526 + 64524, + 64531 ], "loc": { "start": { @@ -143052,8 +143051,8 @@ } }, "range": [ - 64514, - 64526 + 64519, + 64531 ], "loc": { "start": { @@ -143070,8 +143069,8 @@ "type": "Identifier", "name": "emit", "range": [ - 64527, - 64531 + 64532, + 64536 ], "loc": { "start": { @@ -143085,8 +143084,8 @@ } }, "range": [ - 64514, - 64531 + 64519, + 64536 ], "loc": { "start": { @@ -143105,8 +143104,8 @@ "value": "row-validated", "raw": "'row-validated'", "range": [ - 64532, - 64547 + 64537, + 64552 ], "loc": { "start": { @@ -143122,8 +143121,8 @@ { "type": "ThisExpression", "range": [ - 64549, - 64553 + 64554, + 64558 ], "loc": { "start": { @@ -143140,8 +143139,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 64555, - 64563 + 64560, + 64568 ], "loc": { "start": { @@ -143156,8 +143155,8 @@ } ], "range": [ - 64514, - 64564 + 64519, + 64569 ], "loc": { "start": { @@ -143171,8 +143170,8 @@ } }, "range": [ - 64514, - 64565 + 64519, + 64570 ], "loc": { "start": { @@ -143187,8 +143186,8 @@ } ], "range": [ - 64251, - 64575 + 64256, + 64580 ], "loc": { "start": { @@ -143203,8 +143202,8 @@ }, "alternate": null, "range": [ - 64238, - 64575 + 64243, + 64580 ], "loc": { "start": { @@ -143219,8 +143218,8 @@ } ], "range": [ - 63710, - 64581 + 63715, + 64586 ], "loc": { "start": { @@ -143236,8 +143235,8 @@ "generator": false, "expression": false, "range": [ - 63690, - 64581 + 63695, + 64586 ], "loc": { "start": { @@ -143253,8 +143252,8 @@ "kind": "method", "computed": false, "range": [ - 63679, - 64581 + 63684, + 64586 ], "loc": { "start": { @@ -143271,8 +143270,8 @@ "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": [ - 63501, - 63674 + 63506, + 63679 ], "loc": { "start": { @@ -143291,8 +143290,8 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 64587, - 64634 + 64592, + 64639 ], "loc": { "start": { @@ -143314,8 +143313,8 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 64639, - 64654 + 64644, + 64659 ], "loc": { "start": { @@ -143346,8 +143345,8 @@ "object": { "type": "ThisExpression", "range": [ - 64672, - 64676 + 64677, + 64681 ], "loc": { "start": { @@ -143364,8 +143363,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 64677, - 64685 + 64682, + 64690 ], "loc": { "start": { @@ -143379,8 +143378,8 @@ } }, "range": [ - 64672, - 64685 + 64677, + 64690 ], "loc": { "start": { @@ -143395,8 +143394,8 @@ }, "prefix": true, "range": [ - 64671, - 64685 + 64676, + 64690 ], "loc": { "start": { @@ -143416,8 +143415,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 64701, - 64708 + 64706, + 64713 ], "loc": { "start": { @@ -143432,8 +143431,8 @@ } ], "range": [ - 64687, - 64718 + 64692, + 64723 ], "loc": { "start": { @@ -143448,8 +143447,8 @@ }, "alternate": null, "range": [ - 64667, - 64718 + 64672, + 64723 ], "loc": { "start": { @@ -143473,8 +143472,8 @@ "object": { "type": "ThisExpression", "range": [ - 64727, - 64731 + 64732, + 64736 ], "loc": { "start": { @@ -143491,8 +143490,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 64732, - 64746 + 64737, + 64751 ], "loc": { "start": { @@ -143506,8 +143505,8 @@ } }, "range": [ - 64727, - 64746 + 64732, + 64751 ], "loc": { "start": { @@ -143524,8 +143523,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 64749, - 64751 + 64754, + 64756 ], "loc": { "start": { @@ -143539,8 +143538,8 @@ } }, "range": [ - 64727, - 64751 + 64732, + 64756 ], "loc": { "start": { @@ -143554,8 +143553,8 @@ } }, "range": [ - 64727, - 64752 + 64732, + 64757 ], "loc": { "start": { @@ -143579,8 +143578,8 @@ "type": "Identifier", "name": "k", "range": [ - 64770, - 64771 + 64775, + 64776 ], "loc": { "start": { @@ -143599,8 +143598,8 @@ "object": { "type": "ThisExpression", "range": [ - 64774, - 64778 + 64779, + 64783 ], "loc": { "start": { @@ -143617,8 +143616,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 64779, - 64785 + 64784, + 64790 ], "loc": { "start": { @@ -143632,8 +143631,8 @@ } }, "range": [ - 64774, - 64785 + 64779, + 64790 ], "loc": { "start": { @@ -143647,8 +143646,8 @@ } }, "range": [ - 64770, - 64785 + 64775, + 64790 ], "loc": { "start": { @@ -143664,8 +143663,8 @@ ], "kind": "let", "range": [ - 64766, - 64785 + 64771, + 64790 ], "loc": { "start": { @@ -143685,8 +143684,8 @@ "type": "Identifier", "name": "k", "range": [ - 64787, - 64788 + 64792, + 64793 ], "loc": { "start": { @@ -143705,8 +143704,8 @@ "object": { "type": "ThisExpression", "range": [ - 64791, - 64795 + 64796, + 64800 ], "loc": { "start": { @@ -143723,8 +143722,8 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 64796, - 64812 + 64801, + 64817 ], "loc": { "start": { @@ -143738,8 +143737,8 @@ } }, "range": [ - 64791, - 64812 + 64796, + 64817 ], "loc": { "start": { @@ -143753,8 +143752,8 @@ } }, "range": [ - 64787, - 64812 + 64792, + 64817 ], "loc": { "start": { @@ -143774,8 +143773,8 @@ "type": "Identifier", "name": "k", "range": [ - 64814, - 64815 + 64819, + 64820 ], "loc": { "start": { @@ -143790,8 +143789,8 @@ }, "prefix": false, "range": [ - 64814, - 64817 + 64819, + 64822 ], "loc": { "start": { @@ -143817,8 +143816,8 @@ "object": { "type": "ThisExpression", "range": [ - 64833, - 64837 + 64838, + 64842 ], "loc": { "start": { @@ -143835,8 +143834,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 64838, - 64849 + 64843, + 64854 ], "loc": { "start": { @@ -143850,8 +143849,8 @@ } }, "range": [ - 64833, - 64849 + 64838, + 64854 ], "loc": { "start": { @@ -143869,8 +143868,8 @@ "type": "Identifier", "name": "k", "range": [ - 64850, - 64851 + 64855, + 64856 ], "loc": { "start": { @@ -143888,8 +143887,8 @@ "value": true, "raw": "true", "range": [ - 64853, - 64857 + 64858, + 64862 ], "loc": { "start": { @@ -143904,8 +143903,8 @@ } ], "range": [ - 64833, - 64858 + 64838, + 64863 ], "loc": { "start": { @@ -143919,8 +143918,8 @@ } }, "range": [ - 64833, - 64859 + 64838, + 64864 ], "loc": { "start": { @@ -143935,8 +143934,8 @@ } ], "range": [ - 64819, - 64869 + 64824, + 64874 ], "loc": { "start": { @@ -143950,8 +143949,8 @@ } }, "range": [ - 64761, - 64869 + 64766, + 64874 ], "loc": { "start": { @@ -143966,8 +143965,8 @@ } ], "range": [ - 64657, - 64875 + 64662, + 64880 ], "loc": { "start": { @@ -143983,8 +143982,8 @@ "generator": false, "expression": false, "range": [ - 64654, - 64875 + 64659, + 64880 ], "loc": { "start": { @@ -144000,8 +143999,8 @@ "kind": "method", "computed": false, "range": [ - 64639, - 64875 + 64644, + 64880 ], "loc": { "start": { @@ -144018,8 +144017,8 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 64587, - 64634 + 64592, + 64639 ], "loc": { "start": { @@ -144038,8 +144037,8 @@ "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": [ - 64881, - 65043 + 64886, + 65048 ], "loc": { "start": { @@ -144061,8 +144060,8 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 65048, - 65062 + 65053, + 65067 ], "loc": { "start": { @@ -144083,8 +144082,8 @@ "type": "Identifier", "name": "index", "range": [ - 65063, - 65068 + 65068, + 65073 ], "loc": { "start": { @@ -144103,8 +144102,8 @@ "type": "Identifier", "name": "query", "range": [ - 65070, - 65075 + 65075, + 65080 ], "loc": { "start": { @@ -144122,8 +144121,8 @@ "value": "", "raw": "''", "range": [ - 65078, - 65080 + 65083, + 65085 ], "loc": { "start": { @@ -144137,8 +144136,8 @@ } }, "range": [ - 65070, - 65080 + 65075, + 65085 ], "loc": { "start": { @@ -144166,8 +144165,8 @@ "object": { "type": "ThisExpression", "range": [ - 65097, - 65101 + 65102, + 65106 ], "loc": { "start": { @@ -144184,8 +144183,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65102, - 65109 + 65107, + 65114 ], "loc": { "start": { @@ -144199,8 +144198,8 @@ } }, "range": [ - 65097, - 65109 + 65102, + 65114 ], "loc": { "start": { @@ -144215,8 +144214,8 @@ }, "prefix": true, "range": [ - 65096, - 65109 + 65101, + 65114 ], "loc": { "start": { @@ -144236,8 +144235,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65125, - 65132 + 65130, + 65137 ], "loc": { "start": { @@ -144252,8 +144251,8 @@ } ], "range": [ - 65111, - 65142 + 65116, + 65147 ], "loc": { "start": { @@ -144268,8 +144267,8 @@ }, "alternate": null, "range": [ - 65092, - 65142 + 65097, + 65147 ], "loc": { "start": { @@ -144291,8 +144290,8 @@ "type": "Identifier", "name": "slc", "range": [ - 65155, - 65158 + 65160, + 65163 ], "loc": { "start": { @@ -144313,8 +144312,8 @@ "object": { "type": "ThisExpression", "range": [ - 65161, - 65165 + 65166, + 65170 ], "loc": { "start": { @@ -144331,8 +144330,8 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 65166, - 65182 + 65171, + 65187 ], "loc": { "start": { @@ -144346,8 +144345,8 @@ } }, "range": [ - 65161, - 65182 + 65166, + 65187 ], "loc": { "start": { @@ -144365,8 +144364,8 @@ "type": "Identifier", "name": "index", "range": [ - 65183, - 65188 + 65188, + 65193 ], "loc": { "start": { @@ -144381,8 +144380,8 @@ } ], "range": [ - 65161, - 65189 + 65166, + 65194 ], "loc": { "start": { @@ -144396,8 +144395,8 @@ } }, "range": [ - 65155, - 65189 + 65160, + 65194 ], "loc": { "start": { @@ -144416,8 +144415,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65203, - 65213 + 65208, + 65218 ], "loc": { "start": { @@ -144438,8 +144437,8 @@ "object": { "type": "ThisExpression", "range": [ - 65216, - 65220 + 65221, + 65225 ], "loc": { "start": { @@ -144456,8 +144455,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 65221, - 65234 + 65226, + 65239 ], "loc": { "start": { @@ -144471,8 +144470,8 @@ } }, "range": [ - 65216, - 65234 + 65221, + 65239 ], "loc": { "start": { @@ -144490,8 +144489,8 @@ "type": "Identifier", "name": "index", "range": [ - 65235, - 65240 + 65240, + 65245 ], "loc": { "start": { @@ -144506,8 +144505,8 @@ } ], "range": [ - 65216, - 65241 + 65221, + 65246 ], "loc": { "start": { @@ -144521,8 +144520,8 @@ } }, "range": [ - 65203, - 65241 + 65208, + 65246 ], "loc": { "start": { @@ -144538,8 +144537,8 @@ ], "kind": "let", "range": [ - 65151, - 65242 + 65156, + 65247 ], "loc": { "start": { @@ -144564,8 +144563,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65256, - 65266 + 65261, + 65271 ], "loc": { "start": { @@ -144582,8 +144581,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 65271, - 65279 + 65276, + 65284 ], "loc": { "start": { @@ -144597,8 +144596,8 @@ } }, "range": [ - 65256, - 65279 + 65261, + 65284 ], "loc": { "start": { @@ -144618,8 +144617,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65283, - 65293 + 65288, + 65298 ], "loc": { "start": { @@ -144636,8 +144635,8 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 65298, - 65307 + 65303, + 65312 ], "loc": { "start": { @@ -144651,8 +144650,8 @@ } }, "range": [ - 65283, - 65307 + 65288, + 65312 ], "loc": { "start": { @@ -144666,8 +144665,8 @@ } }, "range": [ - 65256, - 65307 + 65261, + 65312 ], "loc": { "start": { @@ -144694,8 +144693,8 @@ "object": { "type": "ThisExpression", "range": [ - 65327, - 65331 + 65332, + 65336 ], "loc": { "start": { @@ -144712,8 +144711,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 65332, - 65347 + 65337, + 65352 ], "loc": { "start": { @@ -144727,8 +144726,8 @@ } }, "range": [ - 65327, - 65347 + 65332, + 65352 ], "loc": { "start": { @@ -144750,8 +144749,8 @@ "object": { "type": "ThisExpression", "range": [ - 65352, - 65356 + 65357, + 65361 ], "loc": { "start": { @@ -144768,8 +144767,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 65357, - 65368 + 65362, + 65373 ], "loc": { "start": { @@ -144783,8 +144782,8 @@ } }, "range": [ - 65352, - 65368 + 65357, + 65373 ], "loc": { "start": { @@ -144799,8 +144798,8 @@ }, "prefix": true, "range": [ - 65351, - 65368 + 65356, + 65373 ], "loc": { "start": { @@ -144814,8 +144813,8 @@ } }, "range": [ - 65327, - 65368 + 65332, + 65373 ], "loc": { "start": { @@ -144844,8 +144843,8 @@ "object": { "type": "ThisExpression", "range": [ - 65388, - 65392 + 65393, + 65397 ], "loc": { "start": { @@ -144862,8 +144861,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 65393, - 65400 + 65398, + 65405 ], "loc": { "start": { @@ -144877,8 +144876,8 @@ } }, "range": [ - 65388, - 65400 + 65393, + 65405 ], "loc": { "start": { @@ -144895,8 +144894,8 @@ "type": "Identifier", "name": "emit", "range": [ - 65401, - 65405 + 65406, + 65410 ], "loc": { "start": { @@ -144910,8 +144909,8 @@ } }, "range": [ - 65388, - 65405 + 65393, + 65410 ], "loc": { "start": { @@ -144930,8 +144929,8 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 65406, - 65427 + 65411, + 65432 ], "loc": { "start": { @@ -144947,8 +144946,8 @@ { "type": "ThisExpression", "range": [ - 65429, - 65433 + 65434, + 65438 ], "loc": { "start": { @@ -144965,8 +144964,8 @@ "type": "Identifier", "name": "index", "range": [ - 65435, - 65440 + 65440, + 65445 ], "loc": { "start": { @@ -144985,8 +144984,8 @@ "object": { "type": "ThisExpression", "range": [ - 65462, - 65466 + 65467, + 65471 ], "loc": { "start": { @@ -145003,8 +145002,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 65467, - 65480 + 65472, + 65485 ], "loc": { "start": { @@ -145018,8 +145017,8 @@ } }, "range": [ - 65462, - 65480 + 65467, + 65485 ], "loc": { "start": { @@ -145038,8 +145037,8 @@ "object": { "type": "ThisExpression", "range": [ - 65482, - 65486 + 65487, + 65491 ], "loc": { "start": { @@ -145056,8 +145055,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 65487, - 65500 + 65492, + 65505 ], "loc": { "start": { @@ -145071,8 +145070,8 @@ } }, "range": [ - 65482, - 65500 + 65487, + 65505 ], "loc": { "start": { @@ -145087,8 +145086,8 @@ } ], "range": [ - 65388, - 65501 + 65393, + 65506 ], "loc": { "start": { @@ -145102,8 +145101,8 @@ } }, "range": [ - 65388, - 65502 + 65393, + 65507 ], "loc": { "start": { @@ -145118,8 +145117,8 @@ } ], "range": [ - 65370, - 65516 + 65375, + 65521 ], "loc": { "start": { @@ -145134,8 +145133,8 @@ }, "alternate": null, "range": [ - 65323, - 65516 + 65328, + 65521 ], "loc": { "start": { @@ -145160,8 +145159,8 @@ "type": "Identifier", "name": "slc", "range": [ - 65529, - 65532 + 65534, + 65537 ], "loc": { "start": { @@ -145178,8 +145177,8 @@ "type": "Identifier", "name": "value", "range": [ - 65533, - 65538 + 65538, + 65543 ], "loc": { "start": { @@ -145193,8 +145192,8 @@ } }, "range": [ - 65529, - 65538 + 65534, + 65543 ], "loc": { "start": { @@ -145211,8 +145210,8 @@ "type": "Identifier", "name": "query", "range": [ - 65541, - 65546 + 65546, + 65551 ], "loc": { "start": { @@ -145226,8 +145225,8 @@ } }, "range": [ - 65529, - 65546 + 65534, + 65551 ], "loc": { "start": { @@ -145241,8 +145240,8 @@ } }, "range": [ - 65529, - 65547 + 65534, + 65552 ], "loc": { "start": { @@ -145257,8 +145256,8 @@ } ], "range": [ - 65309, - 65557 + 65314, + 65562 ], "loc": { "start": { @@ -145275,8 +145274,8 @@ "type": "Line", "value": "multiple selects", "range": [ - 65566, - 65584 + 65571, + 65589 ], "loc": { "start": { @@ -145300,8 +145299,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 65602, - 65612 + 65607, + 65617 ], "loc": { "start": { @@ -145318,8 +145317,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 65617, - 65625 + 65622, + 65630 ], "loc": { "start": { @@ -145333,8 +145332,8 @@ } }, "range": [ - 65602, - 65625 + 65607, + 65630 ], "loc": { "start": { @@ -145359,8 +145358,8 @@ "type": "Identifier", "name": "values", "range": [ - 65645, - 65651 + 65650, + 65656 ], "loc": { "start": { @@ -145384,8 +145383,8 @@ "type": "Identifier", "name": "Types", "range": [ - 65654, - 65659 + 65659, + 65664 ], "loc": { "start": { @@ -145402,8 +145401,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 65660, - 65667 + 65665, + 65672 ], "loc": { "start": { @@ -145417,8 +145416,8 @@ } }, "range": [ - 65654, - 65667 + 65659, + 65672 ], "loc": { "start": { @@ -145436,8 +145435,8 @@ "type": "Identifier", "name": "query", "range": [ - 65668, - 65673 + 65673, + 65678 ], "loc": { "start": { @@ -145452,8 +145451,8 @@ } ], "range": [ - 65654, - 65674 + 65659, + 65679 ], "loc": { "start": { @@ -145470,8 +145469,8 @@ "type": "Identifier", "name": "query", "range": [ - 65677, - 65682 + 65682, + 65687 ], "loc": { "start": { @@ -145493,8 +145492,8 @@ "type": "Identifier", "name": "query", "range": [ - 65701, - 65706 + 65706, + 65711 ], "loc": { "start": { @@ -145511,8 +145510,8 @@ "type": "Identifier", "name": "split", "range": [ - 65707, - 65712 + 65712, + 65717 ], "loc": { "start": { @@ -145526,8 +145525,8 @@ } }, "range": [ - 65701, - 65712 + 65706, + 65717 ], "loc": { "start": { @@ -145552,8 +145551,8 @@ "value": " ", "raw": "' '", "range": [ - 65713, - 65716 + 65718, + 65721 ], "loc": { "start": { @@ -145572,8 +145571,8 @@ "object": { "type": "ThisExpression", "range": [ - 65719, - 65723 + 65724, + 65728 ], "loc": { "start": { @@ -145590,8 +145589,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 65724, - 65734 + 65729, + 65739 ], "loc": { "start": { @@ -145605,8 +145604,8 @@ } }, "range": [ - 65719, - 65734 + 65724, + 65739 ], "loc": { "start": { @@ -145620,8 +145619,8 @@ } }, "range": [ - 65713, - 65734 + 65718, + 65739 ], "loc": { "start": { @@ -145639,8 +145638,8 @@ "value": " ", "raw": "' '", "range": [ - 65737, - 65740 + 65742, + 65745 ], "loc": { "start": { @@ -145654,8 +145653,8 @@ } }, "range": [ - 65713, - 65740 + 65718, + 65745 ], "loc": { "start": { @@ -145670,8 +145669,8 @@ } ], "range": [ - 65701, - 65741 + 65706, + 65746 ], "loc": { "start": { @@ -145685,8 +145684,8 @@ } }, "range": [ - 65654, - 65741 + 65659, + 65746 ], "loc": { "start": { @@ -145700,8 +145699,8 @@ } }, "range": [ - 65645, - 65741 + 65650, + 65746 ], "loc": { "start": { @@ -145717,8 +145716,8 @@ ], "kind": "let", "range": [ - 65641, - 65742 + 65646, + 65747 ], "loc": { "start": { @@ -145742,8 +145741,8 @@ "object": { "type": "ThisExpression", "range": [ - 65760, - 65764 + 65765, + 65769 ], "loc": { "start": { @@ -145760,8 +145759,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 65765, - 65780 + 65770, + 65785 ], "loc": { "start": { @@ -145775,8 +145774,8 @@ } }, "range": [ - 65760, - 65780 + 65765, + 65785 ], "loc": { "start": { @@ -145798,8 +145797,8 @@ "object": { "type": "ThisExpression", "range": [ - 65785, - 65789 + 65790, + 65794 ], "loc": { "start": { @@ -145816,8 +145815,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 65790, - 65801 + 65795, + 65806 ], "loc": { "start": { @@ -145831,8 +145830,8 @@ } }, "range": [ - 65785, - 65801 + 65790, + 65806 ], "loc": { "start": { @@ -145847,8 +145846,8 @@ }, "prefix": true, "range": [ - 65784, - 65801 + 65789, + 65806 ], "loc": { "start": { @@ -145862,8 +145861,8 @@ } }, "range": [ - 65760, - 65801 + 65765, + 65806 ], "loc": { "start": { @@ -145892,8 +145891,8 @@ "object": { "type": "ThisExpression", "range": [ - 65821, - 65825 + 65826, + 65830 ], "loc": { "start": { @@ -145910,8 +145909,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 65826, - 65833 + 65831, + 65838 ], "loc": { "start": { @@ -145925,8 +145924,8 @@ } }, "range": [ - 65821, - 65833 + 65826, + 65838 ], "loc": { "start": { @@ -145943,8 +145942,8 @@ "type": "Identifier", "name": "emit", "range": [ - 65834, - 65838 + 65839, + 65843 ], "loc": { "start": { @@ -145958,8 +145957,8 @@ } }, "range": [ - 65821, - 65838 + 65826, + 65843 ], "loc": { "start": { @@ -145978,8 +145977,8 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 65839, - 65860 + 65844, + 65865 ], "loc": { "start": { @@ -145995,8 +145994,8 @@ { "type": "ThisExpression", "range": [ - 65862, - 65866 + 65867, + 65871 ], "loc": { "start": { @@ -146013,8 +146012,8 @@ "type": "Identifier", "name": "index", "range": [ - 65868, - 65873 + 65873, + 65878 ], "loc": { "start": { @@ -146033,8 +146032,8 @@ "object": { "type": "ThisExpression", "range": [ - 65895, - 65899 + 65900, + 65904 ], "loc": { "start": { @@ -146051,8 +146050,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 65900, - 65913 + 65905, + 65918 ], "loc": { "start": { @@ -146066,8 +146065,8 @@ } }, "range": [ - 65895, - 65913 + 65900, + 65918 ], "loc": { "start": { @@ -146086,8 +146085,8 @@ "object": { "type": "ThisExpression", "range": [ - 65915, - 65919 + 65920, + 65924 ], "loc": { "start": { @@ -146104,8 +146103,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 65920, - 65933 + 65925, + 65938 ], "loc": { "start": { @@ -146119,8 +146118,8 @@ } }, "range": [ - 65915, - 65933 + 65920, + 65938 ], "loc": { "start": { @@ -146135,8 +146134,8 @@ } ], "range": [ - 65821, - 65934 + 65826, + 65939 ], "loc": { "start": { @@ -146150,8 +146149,8 @@ } }, "range": [ - 65821, - 65935 + 65826, + 65940 ], "loc": { "start": { @@ -146166,8 +146165,8 @@ } ], "range": [ - 65803, - 65949 + 65808, + 65954 ], "loc": { "start": { @@ -146182,8 +146181,8 @@ }, "alternate": null, "range": [ - 65756, - 65949 + 65761, + 65954 ], "loc": { "start": { @@ -146209,8 +146208,8 @@ "object": { "type": "ThisExpression", "range": [ - 65963, - 65967 + 65968, + 65972 ], "loc": { "start": { @@ -146227,8 +146226,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 65968, - 65975 + 65973, + 65980 ], "loc": { "start": { @@ -146242,8 +146241,8 @@ } }, "range": [ - 65963, - 65975 + 65968, + 65980 ], "loc": { "start": { @@ -146260,8 +146259,8 @@ "type": "Identifier", "name": "emit", "range": [ - 65976, - 65980 + 65981, + 65985 ], "loc": { "start": { @@ -146275,8 +146274,8 @@ } }, "range": [ - 65963, - 65980 + 65968, + 65985 ], "loc": { "start": { @@ -146295,8 +146294,8 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 65981, - 65997 + 65986, + 66002 ], "loc": { "start": { @@ -146312,8 +146311,8 @@ { "type": "ThisExpression", "range": [ - 65999, - 66003 + 66004, + 66008 ], "loc": { "start": { @@ -146330,8 +146329,8 @@ "type": "Identifier", "name": "index", "range": [ - 66005, - 66010 + 66010, + 66015 ], "loc": { "start": { @@ -146348,8 +146347,8 @@ "type": "Identifier", "name": "values", "range": [ - 66012, - 66018 + 66017, + 66023 ], "loc": { "start": { @@ -146364,8 +146363,8 @@ } ], "range": [ - 65963, - 66019 + 65968, + 66024 ], "loc": { "start": { @@ -146379,8 +146378,8 @@ } }, "range": [ - 65963, - 66020 + 65968, + 66025 ], "loc": { "start": { @@ -146395,8 +146394,8 @@ } ], "range": [ - 65627, - 66030 + 65632, + 66035 ], "loc": { "start": { @@ -146413,8 +146412,8 @@ "type": "Line", "value": "checklist", "range": [ - 66039, - 66050 + 66044, + 66055 ], "loc": { "start": { @@ -146438,8 +146437,8 @@ "type": "Identifier", "name": "fltColType", "range": [ - 66068, - 66078 + 66073, + 66083 ], "loc": { "start": { @@ -146456,8 +146455,8 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 66083, - 66092 + 66088, + 66097 ], "loc": { "start": { @@ -146471,8 +146470,8 @@ } }, "range": [ - 66068, - 66092 + 66073, + 66097 ], "loc": { "start": { @@ -146497,8 +146496,8 @@ "type": "Identifier", "name": "values", "range": [ - 66112, - 66118 + 66117, + 66123 ], "loc": { "start": { @@ -146515,8 +146514,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 66121, - 66123 + 66126, + 66128 ], "loc": { "start": { @@ -146530,8 +146529,8 @@ } }, "range": [ - 66112, - 66123 + 66117, + 66128 ], "loc": { "start": { @@ -146547,8 +146546,8 @@ ], "kind": "let", "range": [ - 66108, - 66124 + 66113, + 66129 ], "loc": { "start": { @@ -146572,8 +146571,8 @@ "object": { "type": "ThisExpression", "range": [ - 66141, - 66145 + 66146, + 66150 ], "loc": { "start": { @@ -146590,8 +146589,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 66146, - 66161 + 66151, + 66166 ], "loc": { "start": { @@ -146605,8 +146604,8 @@ } }, "range": [ - 66141, - 66161 + 66146, + 66166 ], "loc": { "start": { @@ -146628,8 +146627,8 @@ "object": { "type": "ThisExpression", "range": [ - 66166, - 66170 + 66171, + 66175 ], "loc": { "start": { @@ -146646,8 +146645,8 @@ "type": "Identifier", "name": "initialized", "range": [ - 66171, - 66182 + 66176, + 66187 ], "loc": { "start": { @@ -146661,8 +146660,8 @@ } }, "range": [ - 66166, - 66182 + 66171, + 66187 ], "loc": { "start": { @@ -146677,8 +146676,8 @@ }, "prefix": true, "range": [ - 66165, - 66182 + 66170, + 66187 ], "loc": { "start": { @@ -146692,8 +146691,8 @@ } }, "range": [ - 66141, - 66182 + 66146, + 66187 ], "loc": { "start": { @@ -146722,8 +146721,8 @@ "object": { "type": "ThisExpression", "range": [ - 66202, - 66206 + 66207, + 66211 ], "loc": { "start": { @@ -146740,8 +146739,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 66207, - 66214 + 66212, + 66219 ], "loc": { "start": { @@ -146755,8 +146754,8 @@ } }, "range": [ - 66202, - 66214 + 66207, + 66219 ], "loc": { "start": { @@ -146773,8 +146772,8 @@ "type": "Identifier", "name": "emit", "range": [ - 66215, - 66219 + 66220, + 66224 ], "loc": { "start": { @@ -146788,8 +146787,8 @@ } }, "range": [ - 66202, - 66219 + 66207, + 66224 ], "loc": { "start": { @@ -146808,8 +146807,8 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 66220, - 66244 + 66225, + 66249 ], "loc": { "start": { @@ -146825,8 +146824,8 @@ { "type": "ThisExpression", "range": [ - 66246, - 66250 + 66251, + 66255 ], "loc": { "start": { @@ -146843,8 +146842,8 @@ "type": "Identifier", "name": "index", "range": [ - 66252, - 66257 + 66257, + 66262 ], "loc": { "start": { @@ -146863,8 +146862,8 @@ "object": { "type": "ThisExpression", "range": [ - 66279, - 66283 + 66284, + 66288 ], "loc": { "start": { @@ -146881,8 +146880,8 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 66284, - 66297 + 66289, + 66302 ], "loc": { "start": { @@ -146896,8 +146895,8 @@ } }, "range": [ - 66279, - 66297 + 66284, + 66302 ], "loc": { "start": { @@ -146912,8 +146911,8 @@ } ], "range": [ - 66202, - 66298 + 66207, + 66303 ], "loc": { "start": { @@ -146927,8 +146926,8 @@ } }, "range": [ - 66202, - 66299 + 66207, + 66304 ], "loc": { "start": { @@ -146943,8 +146942,8 @@ } ], "range": [ - 66184, - 66313 + 66189, + 66318 ], "loc": { "start": { @@ -146959,8 +146958,8 @@ }, "alternate": null, "range": [ - 66137, - 66313 + 66142, + 66318 ], "loc": { "start": { @@ -146984,8 +146983,8 @@ "type": "Identifier", "name": "Types", "range": [ - 66330, - 66335 + 66335, + 66340 ], "loc": { "start": { @@ -147002,8 +147001,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 66336, - 66343 + 66341, + 66348 ], "loc": { "start": { @@ -147017,8 +147016,8 @@ } }, "range": [ - 66330, - 66343 + 66335, + 66348 ], "loc": { "start": { @@ -147036,8 +147035,8 @@ "type": "Identifier", "name": "query", "range": [ - 66344, - 66349 + 66349, + 66354 ], "loc": { "start": { @@ -147052,8 +147051,8 @@ } ], "range": [ - 66330, - 66350 + 66335, + 66355 ], "loc": { "start": { @@ -147078,8 +147077,8 @@ "type": "Identifier", "name": "values", "range": [ - 66370, - 66376 + 66375, + 66381 ], "loc": { "start": { @@ -147096,8 +147095,8 @@ "type": "Identifier", "name": "query", "range": [ - 66379, - 66384 + 66384, + 66389 ], "loc": { "start": { @@ -147111,8 +147110,8 @@ } }, "range": [ - 66370, - 66384 + 66375, + 66389 ], "loc": { "start": { @@ -147126,8 +147125,8 @@ } }, "range": [ - 66370, - 66385 + 66375, + 66390 ], "loc": { "start": { @@ -147142,8 +147141,8 @@ } ], "range": [ - 66352, - 66399 + 66357, + 66404 ], "loc": { "start": { @@ -147168,8 +147167,8 @@ "type": "Identifier", "name": "query", "range": [ - 66423, - 66428 + 66428, + 66433 ], "loc": { "start": { @@ -147191,8 +147190,8 @@ "type": "Identifier", "name": "Str", "range": [ - 66431, - 66434 + 66436, + 66439 ], "loc": { "start": { @@ -147209,8 +147208,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 66435, - 66444 + 66440, + 66449 ], "loc": { "start": { @@ -147224,8 +147223,8 @@ } }, "range": [ - 66431, - 66444 + 66436, + 66449 ], "loc": { "start": { @@ -147243,8 +147242,8 @@ "type": "Identifier", "name": "query", "range": [ - 66445, - 66450 + 66450, + 66455 ], "loc": { "start": { @@ -147263,8 +147262,8 @@ "object": { "type": "ThisExpression", "range": [ - 66452, - 66456 + 66457, + 66461 ], "loc": { "start": { @@ -147281,8 +147280,8 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 66457, - 66470 + 66462, + 66475 ], "loc": { "start": { @@ -147296,8 +147295,8 @@ } }, "range": [ - 66452, - 66470 + 66457, + 66475 ], "loc": { "start": { @@ -147312,8 +147311,8 @@ } ], "range": [ - 66431, - 66471 + 66436, + 66476 ], "loc": { "start": { @@ -147327,8 +147326,8 @@ } }, "range": [ - 66423, - 66471 + 66428, + 66476 ], "loc": { "start": { @@ -147342,8 +147341,8 @@ } }, "range": [ - 66423, - 66472 + 66428, + 66477 ], "loc": { "start": { @@ -147365,8 +147364,8 @@ "type": "Identifier", "name": "values", "range": [ - 66489, - 66495 + 66494, + 66500 ], "loc": { "start": { @@ -147388,8 +147387,8 @@ "type": "Identifier", "name": "query", "range": [ - 66498, - 66503 + 66503, + 66508 ], "loc": { "start": { @@ -147406,8 +147405,8 @@ "type": "Identifier", "name": "split", "range": [ - 66504, - 66509 + 66509, + 66514 ], "loc": { "start": { @@ -147421,8 +147420,8 @@ } }, "range": [ - 66498, - 66509 + 66503, + 66514 ], "loc": { "start": { @@ -147447,8 +147446,8 @@ "value": " ", "raw": "' '", "range": [ - 66510, - 66513 + 66515, + 66518 ], "loc": { "start": { @@ -147467,8 +147466,8 @@ "object": { "type": "ThisExpression", "range": [ - 66516, - 66520 + 66521, + 66525 ], "loc": { "start": { @@ -147485,8 +147484,8 @@ "type": "Identifier", "name": "orOperator", "range": [ - 66521, - 66531 + 66526, + 66536 ], "loc": { "start": { @@ -147500,8 +147499,8 @@ } }, "range": [ - 66516, - 66531 + 66521, + 66536 ], "loc": { "start": { @@ -147515,8 +147514,8 @@ } }, "range": [ - 66510, - 66531 + 66515, + 66536 ], "loc": { "start": { @@ -147534,8 +147533,8 @@ "value": " ", "raw": "' '", "range": [ - 66534, - 66537 + 66539, + 66542 ], "loc": { "start": { @@ -147549,8 +147548,8 @@ } }, "range": [ - 66510, - 66537 + 66515, + 66542 ], "loc": { "start": { @@ -147565,8 +147564,8 @@ } ], "range": [ - 66498, - 66538 + 66503, + 66543 ], "loc": { "start": { @@ -147580,8 +147579,8 @@ } }, "range": [ - 66489, - 66538 + 66494, + 66543 ], "loc": { "start": { @@ -147595,8 +147594,8 @@ } }, "range": [ - 66489, - 66539 + 66494, + 66544 ], "loc": { "start": { @@ -147611,8 +147610,8 @@ } ], "range": [ - 66405, - 66553 + 66410, + 66558 ], "loc": { "start": { @@ -147626,8 +147625,8 @@ } }, "range": [ - 66326, - 66553 + 66331, + 66558 ], "loc": { "start": { @@ -147653,8 +147652,8 @@ "object": { "type": "ThisExpression", "range": [ - 66567, - 66571 + 66572, + 66576 ], "loc": { "start": { @@ -147671,8 +147670,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 66572, - 66579 + 66577, + 66584 ], "loc": { "start": { @@ -147686,8 +147685,8 @@ } }, "range": [ - 66567, - 66579 + 66572, + 66584 ], "loc": { "start": { @@ -147704,8 +147703,8 @@ "type": "Identifier", "name": "emit", "range": [ - 66580, - 66584 + 66585, + 66589 ], "loc": { "start": { @@ -147719,8 +147718,8 @@ } }, "range": [ - 66567, - 66584 + 66572, + 66589 ], "loc": { "start": { @@ -147739,8 +147738,8 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 66585, - 66611 + 66590, + 66616 ], "loc": { "start": { @@ -147756,8 +147755,8 @@ { "type": "ThisExpression", "range": [ - 66613, - 66617 + 66618, + 66622 ], "loc": { "start": { @@ -147774,8 +147773,8 @@ "type": "Identifier", "name": "index", "range": [ - 66619, - 66624 + 66624, + 66629 ], "loc": { "start": { @@ -147792,8 +147791,8 @@ "type": "Identifier", "name": "values", "range": [ - 66626, - 66632 + 66631, + 66637 ], "loc": { "start": { @@ -147808,8 +147807,8 @@ } ], "range": [ - 66567, - 66633 + 66572, + 66638 ], "loc": { "start": { @@ -147823,8 +147822,8 @@ } }, "range": [ - 66567, - 66634 + 66572, + 66639 ], "loc": { "start": { @@ -147839,8 +147838,8 @@ } ], "range": [ - 66094, - 66644 + 66099, + 66649 ], "loc": { "start": { @@ -147855,8 +147854,8 @@ }, "alternate": null, "range": [ - 66064, - 66644 + 66069, + 66649 ], "loc": { "start": { @@ -147873,8 +147872,8 @@ "type": "Line", "value": "checklist", "range": [ - 66039, - 66050 + 66044, + 66055 ], "loc": { "start": { @@ -147890,8 +147889,8 @@ ] }, "range": [ - 65598, - 66644 + 65603, + 66649 ], "loc": { "start": { @@ -147908,8 +147907,8 @@ "type": "Line", "value": "multiple selects", "range": [ - 65566, - 65584 + 65571, + 65589 ], "loc": { "start": { @@ -147925,8 +147924,8 @@ ] }, "range": [ - 65252, - 66644 + 65257, + 66649 ], "loc": { "start": { @@ -147941,8 +147940,8 @@ } ], "range": [ - 65082, - 66650 + 65087, + 66655 ], "loc": { "start": { @@ -147958,8 +147957,8 @@ "generator": false, "expression": false, "range": [ - 65062, - 66650 + 65067, + 66655 ], "loc": { "start": { @@ -147975,8 +147974,8 @@ "kind": "method", "computed": false, "range": [ - 65048, - 66650 + 65053, + 66655 ], "loc": { "start": { @@ -147993,8 +147992,8 @@ "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": [ - 64881, - 65043 + 64886, + 65048 ], "loc": { "start": { @@ -148013,8 +148012,8 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 66656, - 66760 + 66661, + 66765 ], "loc": { "start": { @@ -148036,8 +148035,8 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 66765, - 66777 + 66770, + 66782 ], "loc": { "start": { @@ -148058,8 +148057,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 66778, - 66781 + 66783, + 66786 ], "loc": { "start": { @@ -148087,8 +148086,8 @@ "object": { "type": "ThisExpression", "range": [ - 66798, - 66802 + 66803, + 66807 ], "loc": { "start": { @@ -148105,8 +148104,8 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 66803, - 66815 + 66808, + 66820 ], "loc": { "start": { @@ -148120,8 +148119,8 @@ } }, "range": [ - 66798, - 66815 + 66803, + 66820 ], "loc": { "start": { @@ -148136,8 +148135,8 @@ }, "prefix": true, "range": [ - 66797, - 66815 + 66802, + 66820 ], "loc": { "start": { @@ -148157,8 +148156,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 66831, - 66838 + 66836, + 66843 ], "loc": { "start": { @@ -148173,8 +148172,8 @@ } ], "range": [ - 66817, - 66848 + 66822, + 66853 ], "loc": { "start": { @@ -148189,8 +148188,8 @@ }, "alternate": null, "range": [ - 66793, - 66848 + 66798, + 66853 ], "loc": { "start": { @@ -148212,8 +148211,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 66857, - 66860 + 66862, + 66865 ], "loc": { "start": { @@ -148233,8 +148232,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 66863, - 66866 + 66868, + 66871 ], "loc": { "start": { @@ -148253,8 +148252,8 @@ "object": { "type": "ThisExpression", "range": [ - 66870, - 66874 + 66875, + 66879 ], "loc": { "start": { @@ -148271,8 +148270,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 66875, - 66878 + 66880, + 66883 ], "loc": { "start": { @@ -148286,8 +148285,8 @@ } }, "range": [ - 66870, - 66878 + 66875, + 66883 ], "loc": { "start": { @@ -148301,8 +148300,8 @@ } }, "range": [ - 66863, - 66878 + 66868, + 66883 ], "loc": { "start": { @@ -148316,8 +148315,8 @@ } }, "range": [ - 66857, - 66878 + 66862, + 66883 ], "loc": { "start": { @@ -148331,8 +148330,8 @@ } }, "range": [ - 66857, - 66879 + 66862, + 66884 ], "loc": { "start": { @@ -148356,8 +148355,8 @@ "type": "Identifier", "name": "setWidths", "range": [ - 66889, - 66898 + 66894, + 66903 ], "loc": { "start": { @@ -148374,8 +148373,8 @@ "type": "Identifier", "name": "call", "range": [ - 66899, - 66903 + 66904, + 66908 ], "loc": { "start": { @@ -148389,8 +148388,8 @@ } }, "range": [ - 66889, - 66903 + 66894, + 66908 ], "loc": { "start": { @@ -148407,8 +148406,8 @@ { "type": "ThisExpression", "range": [ - 66904, - 66908 + 66909, + 66913 ], "loc": { "start": { @@ -148423,8 +148422,8 @@ } ], "range": [ - 66889, - 66909 + 66894, + 66914 ], "loc": { "start": { @@ -148438,8 +148437,8 @@ } }, "range": [ - 66889, - 66910 + 66894, + 66915 ], "loc": { "start": { @@ -148458,8 +148457,8 @@ "type": "Identifier", "name": "setWidths", "range": [ - 66929, - 66938 + 66934, + 66943 ], "loc": { "start": { @@ -148485,8 +148484,8 @@ "type": "Identifier", "name": "nbCols", "range": [ - 66959, - 66965 + 66964, + 66970 ], "loc": { "start": { @@ -148505,8 +148504,8 @@ "object": { "type": "ThisExpression", "range": [ - 66968, - 66972 + 66973, + 66977 ], "loc": { "start": { @@ -148523,8 +148522,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 66973, - 66980 + 66978, + 66985 ], "loc": { "start": { @@ -148538,8 +148537,8 @@ } }, "range": [ - 66968, - 66980 + 66973, + 66985 ], "loc": { "start": { @@ -148553,8 +148552,8 @@ } }, "range": [ - 66959, - 66980 + 66964, + 66985 ], "loc": { "start": { @@ -148570,8 +148569,8 @@ ], "kind": "let", "range": [ - 66955, - 66981 + 66960, + 66986 ], "loc": { "start": { @@ -148593,8 +148592,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 66998, - 67007 + 67003, + 67012 ], "loc": { "start": { @@ -148613,8 +148612,8 @@ "object": { "type": "ThisExpression", "range": [ - 67010, - 67014 + 67015, + 67019 ], "loc": { "start": { @@ -148631,8 +148630,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 67015, - 67024 + 67020, + 67029 ], "loc": { "start": { @@ -148646,8 +148645,8 @@ } }, "range": [ - 67010, - 67024 + 67015, + 67029 ], "loc": { "start": { @@ -148661,8 +148660,8 @@ } }, "range": [ - 66998, - 67024 + 67003, + 67029 ], "loc": { "start": { @@ -148678,8 +148677,8 @@ ], "kind": "let", "range": [ - 66994, - 67025 + 66999, + 67030 ], "loc": { "start": { @@ -148701,8 +148700,8 @@ "type": "Identifier", "name": "colTags", "range": [ - 67042, - 67049 + 67047, + 67054 ], "loc": { "start": { @@ -148724,8 +148723,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 67052, - 67055 + 67057, + 67060 ], "loc": { "start": { @@ -148742,8 +148741,8 @@ "type": "Identifier", "name": "tag", "range": [ - 67056, - 67059 + 67061, + 67064 ], "loc": { "start": { @@ -148757,8 +148756,8 @@ } }, "range": [ - 67052, - 67059 + 67057, + 67064 ], "loc": { "start": { @@ -148776,8 +148775,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 67060, - 67063 + 67065, + 67068 ], "loc": { "start": { @@ -148795,8 +148794,8 @@ "value": "col", "raw": "'col'", "range": [ - 67065, - 67070 + 67070, + 67075 ], "loc": { "start": { @@ -148811,8 +148810,8 @@ } ], "range": [ - 67052, - 67071 + 67057, + 67076 ], "loc": { "start": { @@ -148826,8 +148825,8 @@ } }, "range": [ - 67042, - 67071 + 67047, + 67076 ], "loc": { "start": { @@ -148843,8 +148842,8 @@ ], "kind": "let", "range": [ - 67038, - 67072 + 67043, + 67077 ], "loc": { "start": { @@ -148866,8 +148865,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 67089, - 67101 + 67094, + 67106 ], "loc": { "start": { @@ -148890,8 +148889,8 @@ "type": "Identifier", "name": "colTags", "range": [ - 67104, - 67111 + 67109, + 67116 ], "loc": { "start": { @@ -148908,8 +148907,8 @@ "type": "Identifier", "name": "length", "range": [ - 67112, - 67118 + 67117, + 67123 ], "loc": { "start": { @@ -148923,8 +148922,8 @@ } }, "range": [ - 67104, - 67118 + 67109, + 67123 ], "loc": { "start": { @@ -148942,8 +148941,8 @@ "value": 0, "raw": "0", "range": [ - 67121, - 67122 + 67126, + 67127 ], "loc": { "start": { @@ -148957,8 +148956,8 @@ } }, "range": [ - 67104, - 67122 + 67109, + 67127 ], "loc": { "start": { @@ -148972,8 +148971,8 @@ } }, "range": [ - 67089, - 67122 + 67094, + 67127 ], "loc": { "start": { @@ -148989,8 +148988,8 @@ ], "kind": "let", "range": [ - 67085, - 67123 + 67090, + 67128 ], "loc": { "start": { @@ -149012,8 +149011,8 @@ "type": "Identifier", "name": "frag", "range": [ - 67140, - 67144 + 67145, + 67149 ], "loc": { "start": { @@ -149035,8 +149034,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 67148, - 67160 + 67153, + 67165 ], "loc": { "start": { @@ -149051,8 +149050,8 @@ }, "prefix": true, "range": [ - 67147, - 67160 + 67152, + 67165 ], "loc": { "start": { @@ -149074,8 +149073,8 @@ "type": "Identifier", "name": "doc", "range": [ - 67163, - 67166 + 67168, + 67171 ], "loc": { "start": { @@ -149092,8 +149091,8 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 67167, - 67189 + 67172, + 67194 ], "loc": { "start": { @@ -149107,8 +149106,8 @@ } }, "range": [ - 67163, - 67189 + 67168, + 67194 ], "loc": { "start": { @@ -149123,8 +149122,8 @@ }, "arguments": [], "range": [ - 67163, - 67191 + 67168, + 67196 ], "loc": { "start": { @@ -149142,8 +149141,8 @@ "value": null, "raw": "null", "range": [ - 67194, - 67198 + 67199, + 67203 ], "loc": { "start": { @@ -149157,8 +149156,8 @@ } }, "range": [ - 67147, - 67198 + 67152, + 67203 ], "loc": { "start": { @@ -149172,8 +149171,8 @@ } }, "range": [ - 67140, - 67198 + 67145, + 67203 ], "loc": { "start": { @@ -149189,8 +149188,8 @@ ], "kind": "let", "range": [ - 67136, - 67199 + 67141, + 67204 ], "loc": { "start": { @@ -149214,8 +149213,8 @@ "type": "Identifier", "name": "k", "range": [ - 67221, - 67222 + 67226, + 67227 ], "loc": { "start": { @@ -149233,8 +149232,8 @@ "value": 0, "raw": "0", "range": [ - 67225, - 67226 + 67230, + 67231 ], "loc": { "start": { @@ -149248,8 +149247,8 @@ } }, "range": [ - 67221, - 67226 + 67226, + 67231 ], "loc": { "start": { @@ -149265,8 +149264,8 @@ ], "kind": "let", "range": [ - 67217, - 67226 + 67222, + 67231 ], "loc": { "start": { @@ -149286,8 +149285,8 @@ "type": "Identifier", "name": "k", "range": [ - 67228, - 67229 + 67233, + 67234 ], "loc": { "start": { @@ -149304,8 +149303,8 @@ "type": "Identifier", "name": "nbCols", "range": [ - 67232, - 67238 + 67237, + 67243 ], "loc": { "start": { @@ -149319,8 +149318,8 @@ } }, "range": [ - 67228, - 67238 + 67233, + 67243 ], "loc": { "start": { @@ -149340,8 +149339,8 @@ "type": "Identifier", "name": "k", "range": [ - 67240, - 67241 + 67245, + 67246 ], "loc": { "start": { @@ -149356,8 +149355,8 @@ }, "prefix": false, "range": [ - 67240, - 67243 + 67245, + 67248 ], "loc": { "start": { @@ -149382,8 +149381,8 @@ "type": "Identifier", "name": "col", "range": [ - 67267, - 67270 + 67272, + 67275 ], "loc": { "start": { @@ -149398,8 +149397,8 @@ }, "init": null, "range": [ - 67267, - 67270 + 67272, + 67275 ], "loc": { "start": { @@ -149415,8 +149414,8 @@ ], "kind": "let", "range": [ - 67263, - 67271 + 67268, + 67276 ], "loc": { "start": { @@ -149435,8 +149434,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 67292, - 67304 + 67297, + 67309 ], "loc": { "start": { @@ -149461,8 +149460,8 @@ "type": "Identifier", "name": "col", "range": [ - 67328, - 67331 + 67333, + 67336 ], "loc": { "start": { @@ -149482,8 +149481,8 @@ "type": "Identifier", "name": "colTags", "range": [ - 67334, - 67341 + 67339, + 67346 ], "loc": { "start": { @@ -149500,8 +149499,8 @@ "type": "Identifier", "name": "k", "range": [ - 67342, - 67343 + 67347, + 67348 ], "loc": { "start": { @@ -149515,8 +149514,8 @@ } }, "range": [ - 67334, - 67344 + 67339, + 67349 ], "loc": { "start": { @@ -149530,8 +149529,8 @@ } }, "range": [ - 67328, - 67344 + 67333, + 67349 ], "loc": { "start": { @@ -149545,8 +149544,8 @@ } }, "range": [ - 67328, - 67345 + 67333, + 67350 ], "loc": { "start": { @@ -149561,8 +149560,8 @@ } ], "range": [ - 67306, - 67363 + 67311, + 67368 ], "loc": { "start": { @@ -149587,8 +149586,8 @@ "type": "Identifier", "name": "col", "range": [ - 67391, - 67394 + 67396, + 67399 ], "loc": { "start": { @@ -149610,8 +149609,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 67397, - 67400 + 67402, + 67405 ], "loc": { "start": { @@ -149628,8 +149627,8 @@ "type": "Identifier", "name": "create", "range": [ - 67401, - 67407 + 67406, + 67412 ], "loc": { "start": { @@ -149643,8 +149642,8 @@ } }, "range": [ - 67397, - 67407 + 67402, + 67412 ], "loc": { "start": { @@ -149663,8 +149662,8 @@ "value": "col", "raw": "'col'", "range": [ - 67408, - 67413 + 67413, + 67418 ], "loc": { "start": { @@ -149685,8 +149684,8 @@ "value": "id", "raw": "'id'", "range": [ - 67416, - 67420 + 67421, + 67425 ], "loc": { "start": { @@ -149711,8 +149710,8 @@ "object": { "type": "ThisExpression", "range": [ - 67422, - 67426 + 67427, + 67431 ], "loc": { "start": { @@ -149729,8 +149728,8 @@ "type": "Identifier", "name": "id", "range": [ - 67427, - 67429 + 67432, + 67434 ], "loc": { "start": { @@ -149744,8 +149743,8 @@ } }, "range": [ - 67422, - 67429 + 67427, + 67434 ], "loc": { "start": { @@ -149763,8 +149762,8 @@ "value": "_col_", "raw": "'_col_'", "range": [ - 67432, - 67439 + 67437, + 67444 ], "loc": { "start": { @@ -149778,8 +149777,8 @@ } }, "range": [ - 67422, - 67439 + 67427, + 67444 ], "loc": { "start": { @@ -149796,8 +149795,8 @@ "type": "Identifier", "name": "k", "range": [ - 67442, - 67443 + 67447, + 67448 ], "loc": { "start": { @@ -149811,8 +149810,8 @@ } }, "range": [ - 67422, - 67443 + 67427, + 67448 ], "loc": { "start": { @@ -149827,8 +149826,8 @@ } ], "range": [ - 67415, - 67444 + 67420, + 67449 ], "loc": { "start": { @@ -149843,8 +149842,8 @@ } ], "range": [ - 67397, - 67445 + 67402, + 67450 ], "loc": { "start": { @@ -149858,8 +149857,8 @@ } }, "range": [ - 67391, - 67445 + 67396, + 67450 ], "loc": { "start": { @@ -149873,8 +149872,8 @@ } }, "range": [ - 67391, - 67446 + 67396, + 67451 ], "loc": { "start": { @@ -149898,8 +149897,8 @@ "type": "Identifier", "name": "frag", "range": [ - 67467, - 67471 + 67472, + 67476 ], "loc": { "start": { @@ -149916,8 +149915,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 67472, - 67483 + 67477, + 67488 ], "loc": { "start": { @@ -149931,8 +149930,8 @@ } }, "range": [ - 67467, - 67483 + 67472, + 67488 ], "loc": { "start": { @@ -149950,8 +149949,8 @@ "type": "Identifier", "name": "col", "range": [ - 67484, - 67487 + 67489, + 67492 ], "loc": { "start": { @@ -149966,8 +149965,8 @@ } ], "range": [ - 67467, - 67488 + 67472, + 67493 ], "loc": { "start": { @@ -149981,8 +149980,8 @@ } }, "range": [ - 67467, - 67489 + 67472, + 67494 ], "loc": { "start": { @@ -149997,8 +149996,8 @@ } ], "range": [ - 67369, - 67507 + 67374, + 67512 ], "loc": { "start": { @@ -150012,8 +150011,8 @@ } }, "range": [ - 67288, - 67507 + 67293, + 67512 ], "loc": { "start": { @@ -150041,8 +150040,8 @@ "type": "Identifier", "name": "col", "range": [ - 67524, - 67527 + 67529, + 67532 ], "loc": { "start": { @@ -150059,8 +150058,8 @@ "type": "Identifier", "name": "style", "range": [ - 67528, - 67533 + 67533, + 67538 ], "loc": { "start": { @@ -150074,8 +150073,8 @@ } }, "range": [ - 67524, - 67533 + 67529, + 67538 ], "loc": { "start": { @@ -150092,8 +150091,8 @@ "type": "Identifier", "name": "width", "range": [ - 67534, - 67539 + 67539, + 67544 ], "loc": { "start": { @@ -150107,8 +150106,8 @@ } }, "range": [ - 67524, - 67539 + 67529, + 67544 ], "loc": { "start": { @@ -150128,8 +150127,8 @@ "type": "Identifier", "name": "colWidths", "range": [ - 67542, - 67551 + 67547, + 67556 ], "loc": { "start": { @@ -150146,8 +150145,8 @@ "type": "Identifier", "name": "k", "range": [ - 67552, - 67553 + 67557, + 67558 ], "loc": { "start": { @@ -150161,8 +150160,8 @@ } }, "range": [ - 67542, - 67554 + 67547, + 67559 ], "loc": { "start": { @@ -150176,8 +150175,8 @@ } }, "range": [ - 67524, - 67554 + 67529, + 67559 ], "loc": { "start": { @@ -150191,8 +150190,8 @@ } }, "range": [ - 67524, - 67555 + 67529, + 67560 ], "loc": { "start": { @@ -150207,8 +150206,8 @@ } ], "range": [ - 67245, - 67569 + 67250, + 67574 ], "loc": { "start": { @@ -150222,8 +150221,8 @@ } }, "range": [ - 67212, - 67569 + 67217, + 67574 ], "loc": { "start": { @@ -150245,8 +150244,8 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 67587, - 67599 + 67592, + 67604 ], "loc": { "start": { @@ -150261,8 +150260,8 @@ }, "prefix": true, "range": [ - 67586, - 67599 + 67591, + 67604 ], "loc": { "start": { @@ -150289,8 +150288,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 67619, - 67622 + 67624, + 67627 ], "loc": { "start": { @@ -150307,8 +150306,8 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 67623, - 67635 + 67628, + 67640 ], "loc": { "start": { @@ -150322,8 +150321,8 @@ } }, "range": [ - 67619, - 67635 + 67624, + 67640 ], "loc": { "start": { @@ -150341,8 +150340,8 @@ "type": "Identifier", "name": "frag", "range": [ - 67636, - 67640 + 67641, + 67645 ], "loc": { "start": { @@ -150362,8 +150361,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 67642, - 67645 + 67647, + 67650 ], "loc": { "start": { @@ -150380,8 +150379,8 @@ "type": "Identifier", "name": "firstChild", "range": [ - 67646, - 67656 + 67651, + 67661 ], "loc": { "start": { @@ -150395,8 +150394,8 @@ } }, "range": [ - 67642, - 67656 + 67647, + 67661 ], "loc": { "start": { @@ -150411,8 +150410,8 @@ } ], "range": [ - 67619, - 67657 + 67624, + 67662 ], "loc": { "start": { @@ -150426,8 +150425,8 @@ } }, "range": [ - 67619, - 67658 + 67624, + 67663 ], "loc": { "start": { @@ -150442,8 +150441,8 @@ } ], "range": [ - 67601, - 67672 + 67606, + 67677 ], "loc": { "start": { @@ -150458,8 +150457,8 @@ }, "alternate": null, "range": [ - 67582, - 67672 + 67587, + 67677 ], "loc": { "start": { @@ -150474,8 +150473,8 @@ } ], "range": [ - 66941, - 67682 + 66946, + 67687 ], "loc": { "start": { @@ -150491,8 +150490,8 @@ "generator": false, "expression": false, "range": [ - 66920, - 67682 + 66925, + 67687 ], "loc": { "start": { @@ -150507,8 +150506,8 @@ } ], "range": [ - 66783, - 67688 + 66788, + 67693 ], "loc": { "start": { @@ -150524,8 +150523,8 @@ "generator": false, "expression": false, "range": [ - 66777, - 67688 + 66782, + 67693 ], "loc": { "start": { @@ -150541,8 +150540,8 @@ "kind": "method", "computed": false, "range": [ - 66765, - 67688 + 66770, + 67693 ], "loc": { "start": { @@ -150559,8 +150558,8 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 66656, - 66760 + 66661, + 66765 ], "loc": { "start": { @@ -150579,8 +150578,8 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 67694, - 67746 + 67699, + 67751 ], "loc": { "start": { @@ -150602,8 +150601,8 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 67751, - 67768 + 67756, + 67773 ], "loc": { "start": { @@ -150634,8 +150633,8 @@ "object": { "type": "ThisExpression", "range": [ - 67786, - 67790 + 67791, + 67795 ], "loc": { "start": { @@ -150652,8 +150651,8 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 67791, - 67805 + 67796, + 67810 ], "loc": { "start": { @@ -150667,8 +150666,8 @@ } }, "range": [ - 67786, - 67805 + 67791, + 67810 ], "loc": { "start": { @@ -150683,8 +150682,8 @@ }, "prefix": true, "range": [ - 67785, - 67805 + 67790, + 67810 ], "loc": { "start": { @@ -150704,8 +150703,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 67821, - 67828 + 67826, + 67833 ], "loc": { "start": { @@ -150720,8 +150719,8 @@ } ], "range": [ - 67807, - 67838 + 67812, + 67843 ], "loc": { "start": { @@ -150736,8 +150735,8 @@ }, "alternate": null, "range": [ - 67781, - 67838 + 67786, + 67843 ], "loc": { "start": { @@ -150761,8 +150760,8 @@ "type": "Identifier", "name": "i", "range": [ - 67856, - 67857 + 67861, + 67862 ], "loc": { "start": { @@ -150780,8 +150779,8 @@ "value": 0, "raw": "0", "range": [ - 67860, - 67861 + 67865, + 67866 ], "loc": { "start": { @@ -150795,8 +150794,8 @@ } }, "range": [ - 67856, - 67861 + 67861, + 67866 ], "loc": { "start": { @@ -150815,8 +150814,8 @@ "type": "Identifier", "name": "len", "range": [ - 67863, - 67866 + 67868, + 67871 ], "loc": { "start": { @@ -150838,8 +150837,8 @@ "object": { "type": "ThisExpression", "range": [ - 67869, - 67873 + 67874, + 67878 ], "loc": { "start": { @@ -150856,8 +150855,8 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 67874, - 67885 + 67879, + 67890 ], "loc": { "start": { @@ -150871,8 +150870,8 @@ } }, "range": [ - 67869, - 67885 + 67874, + 67890 ], "loc": { "start": { @@ -150889,8 +150888,8 @@ "type": "Identifier", "name": "length", "range": [ - 67886, - 67892 + 67891, + 67897 ], "loc": { "start": { @@ -150904,8 +150903,8 @@ } }, "range": [ - 67869, - 67892 + 67874, + 67897 ], "loc": { "start": { @@ -150919,8 +150918,8 @@ } }, "range": [ - 67863, - 67892 + 67868, + 67897 ], "loc": { "start": { @@ -150936,8 +150935,8 @@ ], "kind": "let", "range": [ - 67852, - 67892 + 67857, + 67897 ], "loc": { "start": { @@ -150957,8 +150956,8 @@ "type": "Identifier", "name": "i", "range": [ - 67894, - 67895 + 67899, + 67900 ], "loc": { "start": { @@ -150975,8 +150974,8 @@ "type": "Identifier", "name": "len", "range": [ - 67898, - 67901 + 67903, + 67906 ], "loc": { "start": { @@ -150990,8 +150989,8 @@ } }, "range": [ - 67894, - 67901 + 67899, + 67906 ], "loc": { "start": { @@ -151011,8 +151010,8 @@ "type": "Identifier", "name": "i", "range": [ - 67903, - 67904 + 67908, + 67909 ], "loc": { "start": { @@ -151027,8 +151026,8 @@ }, "prefix": false, "range": [ - 67903, - 67906 + 67908, + 67911 ], "loc": { "start": { @@ -151053,8 +151052,8 @@ "type": "Identifier", "name": "row", "range": [ - 67926, - 67929 + 67931, + 67934 ], "loc": { "start": { @@ -151076,8 +151075,8 @@ "object": { "type": "ThisExpression", "range": [ - 67932, - 67936 + 67937, + 67941 ], "loc": { "start": { @@ -151094,8 +151093,8 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 67937, - 67948 + 67942, + 67953 ], "loc": { "start": { @@ -151109,8 +151108,8 @@ } }, "range": [ - 67932, - 67948 + 67937, + 67953 ], "loc": { "start": { @@ -151127,8 +151126,8 @@ "type": "Identifier", "name": "i", "range": [ - 67949, - 67950 + 67954, + 67955 ], "loc": { "start": { @@ -151142,8 +151141,8 @@ } }, "range": [ - 67932, - 67951 + 67937, + 67956 ], "loc": { "start": { @@ -151157,8 +151156,8 @@ } }, "range": [ - 67926, - 67951 + 67931, + 67956 ], "loc": { "start": { @@ -151174,8 +151173,8 @@ ], "kind": "let", "range": [ - 67922, - 67952 + 67927, + 67957 ], "loc": { "start": { @@ -151192,8 +151191,8 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 67965, - 67994 + 67970, + 67999 ], "loc": { "start": { @@ -151217,8 +151216,8 @@ "type": "Identifier", "name": "row", "range": [ - 68011, - 68014 + 68016, + 68019 ], "loc": { "start": { @@ -151237,8 +151236,8 @@ "object": { "type": "ThisExpression", "range": [ - 68018, - 68022 + 68023, + 68027 ], "loc": { "start": { @@ -151255,8 +151254,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 68023, - 68029 + 68028, + 68034 ], "loc": { "start": { @@ -151270,8 +151269,8 @@ } }, "range": [ - 68018, - 68029 + 68023, + 68034 ], "loc": { "start": { @@ -151285,8 +151284,8 @@ } }, "range": [ - 68011, - 68029 + 68016, + 68034 ], "loc": { "start": { @@ -151312,8 +151311,8 @@ "object": { "type": "ThisExpression", "range": [ - 68049, - 68053 + 68054, + 68058 ], "loc": { "start": { @@ -151330,8 +151329,8 @@ "type": "Identifier", "name": "validateRow", "range": [ - 68054, - 68065 + 68059, + 68070 ], "loc": { "start": { @@ -151345,8 +151344,8 @@ } }, "range": [ - 68049, - 68065 + 68054, + 68070 ], "loc": { "start": { @@ -151364,8 +151363,8 @@ "type": "Identifier", "name": "row", "range": [ - 68066, - 68069 + 68071, + 68074 ], "loc": { "start": { @@ -151383,8 +151382,8 @@ "value": true, "raw": "true", "range": [ - 68071, - 68075 + 68076, + 68080 ], "loc": { "start": { @@ -151399,8 +151398,8 @@ } ], "range": [ - 68049, - 68076 + 68054, + 68081 ], "loc": { "start": { @@ -151414,8 +151413,8 @@ } }, "range": [ - 68049, - 68077 + 68054, + 68082 ], "loc": { "start": { @@ -151430,8 +151429,8 @@ } ], "range": [ - 68031, - 68091 + 68036, + 68096 ], "loc": { "start": { @@ -151446,8 +151445,8 @@ }, "alternate": null, "range": [ - 68007, - 68091 + 68012, + 68096 ], "loc": { "start": { @@ -151464,8 +151463,8 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 67965, - 67994 + 67970, + 67999 ], "loc": { "start": { @@ -151482,8 +151481,8 @@ } ], "range": [ - 67908, - 68101 + 67913, + 68106 ], "loc": { "start": { @@ -151497,8 +151496,8 @@ } }, "range": [ - 67847, - 68101 + 67852, + 68106 ], "loc": { "start": { @@ -151513,8 +151512,8 @@ } ], "range": [ - 67771, - 68107 + 67776, + 68112 ], "loc": { "start": { @@ -151530,8 +151529,8 @@ "generator": false, "expression": false, "range": [ - 67768, - 68107 + 67773, + 68112 ], "loc": { "start": { @@ -151547,8 +151546,8 @@ "kind": "method", "computed": false, "range": [ - 67751, - 68107 + 67756, + 68112 ], "loc": { "start": { @@ -151565,8 +151564,8 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 67694, - 67746 + 67699, + 67751 ], "loc": { "start": { @@ -151585,8 +151584,8 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 68113, - 68161 + 68118, + 68166 ], "loc": { "start": { @@ -151608,8 +151607,8 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 68166, - 68178 + 68171, + 68183 ], "loc": { "start": { @@ -151640,8 +151639,8 @@ "object": { "type": "ThisExpression", "range": [ - 68196, - 68200 + 68201, + 68205 ], "loc": { "start": { @@ -151658,8 +151657,8 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 68201, - 68208 + 68206, + 68213 ], "loc": { "start": { @@ -151673,8 +151672,8 @@ } }, "range": [ - 68196, - 68208 + 68201, + 68213 ], "loc": { "start": { @@ -151689,8 +151688,8 @@ }, "prefix": true, "range": [ - 68195, - 68208 + 68200, + 68213 ], "loc": { "start": { @@ -151710,8 +151709,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 68224, - 68231 + 68229, + 68236 ], "loc": { "start": { @@ -151726,8 +151725,8 @@ } ], "range": [ - 68210, - 68241 + 68215, + 68246 ], "loc": { "start": { @@ -151742,8 +151741,8 @@ }, "alternate": null, "range": [ - 68191, - 68241 + 68196, + 68246 ], "loc": { "start": { @@ -151769,8 +151768,8 @@ "object": { "type": "ThisExpression", "range": [ - 68251, - 68255 + 68256, + 68260 ], "loc": { "start": { @@ -151787,8 +151786,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 68256, - 68263 + 68261, + 68268 ], "loc": { "start": { @@ -151802,8 +151801,8 @@ } }, "range": [ - 68251, - 68263 + 68256, + 68268 ], "loc": { "start": { @@ -151820,8 +151819,8 @@ "type": "Identifier", "name": "emit", "range": [ - 68264, - 68268 + 68269, + 68273 ], "loc": { "start": { @@ -151835,8 +151834,8 @@ } }, "range": [ - 68251, - 68268 + 68256, + 68273 ], "loc": { "start": { @@ -151855,8 +151854,8 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 68269, - 68294 + 68274, + 68299 ], "loc": { "start": { @@ -151872,8 +151871,8 @@ { "type": "ThisExpression", "range": [ - 68296, - 68300 + 68301, + 68305 ], "loc": { "start": { @@ -151888,8 +151887,8 @@ } ], "range": [ - 68251, - 68301 + 68256, + 68306 ], "loc": { "start": { @@ -151903,8 +151902,8 @@ } }, "range": [ - 68251, - 68302 + 68256, + 68307 ], "loc": { "start": { @@ -151925,8 +151924,8 @@ "object": { "type": "ThisExpression", "range": [ - 68316, - 68320 + 68321, + 68325 ], "loc": { "start": { @@ -151943,8 +151942,8 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 68321, - 68334 + 68326, + 68339 ], "loc": { "start": { @@ -151958,8 +151957,8 @@ } }, "range": [ - 68316, - 68334 + 68321, + 68339 ], "loc": { "start": { @@ -151988,8 +151987,8 @@ "object": { "type": "ThisExpression", "range": [ - 68350, - 68354 + 68355, + 68359 ], "loc": { "start": { @@ -152006,8 +152005,8 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 68355, - 68368 + 68360, + 68373 ], "loc": { "start": { @@ -152021,8 +152020,8 @@ } }, "range": [ - 68350, - 68368 + 68355, + 68373 ], "loc": { "start": { @@ -152039,8 +152038,8 @@ "type": "Identifier", "name": "call", "range": [ - 68369, - 68373 + 68374, + 68378 ], "loc": { "start": { @@ -152054,8 +152053,8 @@ } }, "range": [ - 68350, - 68373 + 68355, + 68378 ], "loc": { "start": { @@ -152074,8 +152073,8 @@ "value": null, "raw": "null", "range": [ - 68374, - 68378 + 68379, + 68383 ], "loc": { "start": { @@ -152091,8 +152090,8 @@ { "type": "ThisExpression", "range": [ - 68380, - 68384 + 68385, + 68389 ], "loc": { "start": { @@ -152113,8 +152112,8 @@ "object": { "type": "ThisExpression", "range": [ - 68386, - 68390 + 68391, + 68395 ], "loc": { "start": { @@ -152131,8 +152130,8 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 68391, - 68406 + 68396, + 68411 ], "loc": { "start": { @@ -152146,8 +152145,8 @@ } }, "range": [ - 68386, - 68406 + 68391, + 68411 ], "loc": { "start": { @@ -152162,8 +152161,8 @@ }, "arguments": [], "range": [ - 68386, - 68408 + 68391, + 68413 ], "loc": { "start": { @@ -152178,8 +152177,8 @@ } ], "range": [ - 68350, - 68409 + 68355, + 68414 ], "loc": { "start": { @@ -152193,8 +152192,8 @@ } }, "range": [ - 68350, - 68410 + 68355, + 68415 ], "loc": { "start": { @@ -152209,8 +152208,8 @@ } ], "range": [ - 68336, - 68420 + 68341, + 68425 ], "loc": { "start": { @@ -152225,8 +152224,8 @@ }, "alternate": null, "range": [ - 68312, - 68420 + 68317, + 68425 ], "loc": { "start": { @@ -152250,8 +152249,8 @@ "type": "Identifier", "name": "i", "range": [ - 68438, - 68439 + 68443, + 68444 ], "loc": { "start": { @@ -152269,8 +152268,8 @@ "value": 0, "raw": "0", "range": [ - 68442, - 68443 + 68447, + 68448 ], "loc": { "start": { @@ -152284,8 +152283,8 @@ } }, "range": [ - 68438, - 68443 + 68443, + 68448 ], "loc": { "start": { @@ -152304,8 +152303,8 @@ "type": "Identifier", "name": "len", "range": [ - 68445, - 68448 + 68450, + 68453 ], "loc": { "start": { @@ -152327,8 +152326,8 @@ "object": { "type": "ThisExpression", "range": [ - 68451, - 68455 + 68456, + 68460 ], "loc": { "start": { @@ -152345,8 +152344,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 68456, - 68462 + 68461, + 68467 ], "loc": { "start": { @@ -152360,8 +152359,8 @@ } }, "range": [ - 68451, - 68462 + 68456, + 68467 ], "loc": { "start": { @@ -152378,8 +152377,8 @@ "type": "Identifier", "name": "length", "range": [ - 68463, - 68469 + 68468, + 68474 ], "loc": { "start": { @@ -152393,8 +152392,8 @@ } }, "range": [ - 68451, - 68469 + 68456, + 68474 ], "loc": { "start": { @@ -152408,8 +152407,8 @@ } }, "range": [ - 68445, - 68469 + 68450, + 68474 ], "loc": { "start": { @@ -152425,8 +152424,8 @@ ], "kind": "let", "range": [ - 68434, - 68469 + 68439, + 68474 ], "loc": { "start": { @@ -152446,8 +152445,8 @@ "type": "Identifier", "name": "i", "range": [ - 68471, - 68472 + 68476, + 68477 ], "loc": { "start": { @@ -152464,8 +152463,8 @@ "type": "Identifier", "name": "len", "range": [ - 68475, - 68478 + 68480, + 68483 ], "loc": { "start": { @@ -152479,8 +152478,8 @@ } }, "range": [ - 68471, - 68478 + 68476, + 68483 ], "loc": { "start": { @@ -152500,8 +152499,8 @@ "type": "Identifier", "name": "i", "range": [ - 68480, - 68481 + 68485, + 68486 ], "loc": { "start": { @@ -152516,8 +152515,8 @@ }, "prefix": false, "range": [ - 68480, - 68483 + 68485, + 68488 ], "loc": { "start": { @@ -152543,8 +152542,8 @@ "object": { "type": "ThisExpression", "range": [ - 68499, - 68503 + 68504, + 68508 ], "loc": { "start": { @@ -152561,8 +152560,8 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 68504, - 68518 + 68509, + 68523 ], "loc": { "start": { @@ -152576,8 +152575,8 @@ } }, "range": [ - 68499, - 68518 + 68504, + 68523 ], "loc": { "start": { @@ -152595,8 +152594,8 @@ "type": "Identifier", "name": "i", "range": [ - 68519, - 68520 + 68524, + 68525 ], "loc": { "start": { @@ -152614,8 +152613,8 @@ "value": "", "raw": "''", "range": [ - 68522, - 68524 + 68527, + 68529 ], "loc": { "start": { @@ -152630,8 +152629,8 @@ } ], "range": [ - 68499, - 68525 + 68504, + 68530 ], "loc": { "start": { @@ -152645,8 +152644,8 @@ } }, "range": [ - 68499, - 68526 + 68504, + 68531 ], "loc": { "start": { @@ -152661,8 +152660,8 @@ } ], "range": [ - 68485, - 68536 + 68490, + 68541 ], "loc": { "start": { @@ -152676,8 +152675,8 @@ } }, "range": [ - 68429, - 68536 + 68434, + 68541 ], "loc": { "start": { @@ -152700,8 +152699,8 @@ "object": { "type": "ThisExpression", "range": [ - 68546, - 68550 + 68551, + 68555 ], "loc": { "start": { @@ -152718,8 +152717,8 @@ "type": "Identifier", "name": "filter", "range": [ - 68551, - 68557 + 68556, + 68562 ], "loc": { "start": { @@ -152733,8 +152732,8 @@ } }, "range": [ - 68546, - 68557 + 68551, + 68562 ], "loc": { "start": { @@ -152749,8 +152748,8 @@ }, "arguments": [], "range": [ - 68546, - 68559 + 68551, + 68564 ], "loc": { "start": { @@ -152764,8 +152763,8 @@ } }, "range": [ - 68546, - 68560 + 68551, + 68565 ], "loc": { "start": { @@ -152786,8 +152785,8 @@ "object": { "type": "ThisExpression", "range": [ - 68574, - 68578 + 68579, + 68583 ], "loc": { "start": { @@ -152804,8 +152803,8 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 68579, - 68591 + 68584, + 68596 ], "loc": { "start": { @@ -152819,8 +152818,8 @@ } }, "range": [ - 68574, - 68591 + 68579, + 68596 ], "loc": { "start": { @@ -152849,8 +152848,8 @@ "object": { "type": "ThisExpression", "range": [ - 68607, - 68611 + 68612, + 68616 ], "loc": { "start": { @@ -152867,8 +152866,8 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 68612, - 68624 + 68617, + 68629 ], "loc": { "start": { @@ -152882,8 +152881,8 @@ } }, "range": [ - 68607, - 68624 + 68612, + 68629 ], "loc": { "start": { @@ -152900,8 +152899,8 @@ "type": "Identifier", "name": "call", "range": [ - 68625, - 68629 + 68630, + 68634 ], "loc": { "start": { @@ -152915,8 +152914,8 @@ } }, "range": [ - 68607, - 68629 + 68612, + 68634 ], "loc": { "start": { @@ -152935,8 +152934,8 @@ "value": null, "raw": "null", "range": [ - 68630, - 68634 + 68635, + 68639 ], "loc": { "start": { @@ -152952,8 +152951,8 @@ { "type": "ThisExpression", "range": [ - 68636, - 68640 + 68641, + 68645 ], "loc": { "start": { @@ -152968,8 +152967,8 @@ } ], "range": [ - 68607, - 68641 + 68612, + 68646 ], "loc": { "start": { @@ -152983,8 +152982,8 @@ } }, "range": [ - 68607, - 68642 + 68612, + 68647 ], "loc": { "start": { @@ -152999,8 +152998,8 @@ } ], "range": [ - 68593, - 68652 + 68598, + 68657 ], "loc": { "start": { @@ -153015,8 +153014,8 @@ }, "alternate": null, "range": [ - 68570, - 68652 + 68575, + 68657 ], "loc": { "start": { @@ -153042,8 +153041,8 @@ "object": { "type": "ThisExpression", "range": [ - 68661, - 68665 + 68666, + 68670 ], "loc": { "start": { @@ -153060,8 +153059,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 68666, - 68673 + 68671, + 68678 ], "loc": { "start": { @@ -153075,8 +153074,8 @@ } }, "range": [ - 68661, - 68673 + 68666, + 68678 ], "loc": { "start": { @@ -153093,8 +153092,8 @@ "type": "Identifier", "name": "emit", "range": [ - 68674, - 68678 + 68679, + 68683 ], "loc": { "start": { @@ -153108,8 +153107,8 @@ } }, "range": [ - 68661, - 68678 + 68666, + 68683 ], "loc": { "start": { @@ -153128,8 +153127,8 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 68679, - 68703 + 68684, + 68708 ], "loc": { "start": { @@ -153145,8 +153144,8 @@ { "type": "ThisExpression", "range": [ - 68705, - 68709 + 68710, + 68714 ], "loc": { "start": { @@ -153161,8 +153160,8 @@ } ], "range": [ - 68661, - 68710 + 68666, + 68715 ], "loc": { "start": { @@ -153176,8 +153175,8 @@ } }, "range": [ - 68661, - 68711 + 68666, + 68716 ], "loc": { "start": { @@ -153192,8 +153191,8 @@ } ], "range": [ - 68181, - 68717 + 68186, + 68722 ], "loc": { "start": { @@ -153209,8 +153208,8 @@ "generator": false, "expression": false, "range": [ - 68178, - 68717 + 68183, + 68722 ], "loc": { "start": { @@ -153226,8 +153225,8 @@ "kind": "method", "computed": false, "range": [ - 68166, - 68717 + 68171, + 68722 ], "loc": { "start": { @@ -153244,8 +153243,8 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 68113, - 68161 + 68118, + 68166 ], "loc": { "start": { @@ -153264,8 +153263,8 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 68723, - 68801 + 68728, + 68806 ], "loc": { "start": { @@ -153287,8 +153286,8 @@ "type": "Identifier", "name": "clearActiveColumns", "range": [ - 68806, - 68824 + 68811, + 68829 ], "loc": { "start": { @@ -153319,8 +153318,8 @@ "type": "Identifier", "name": "i", "range": [ - 68846, - 68847 + 68851, + 68852 ], "loc": { "start": { @@ -153338,8 +153337,8 @@ "value": 0, "raw": "0", "range": [ - 68850, - 68851 + 68855, + 68856 ], "loc": { "start": { @@ -153353,8 +153352,8 @@ } }, "range": [ - 68846, - 68851 + 68851, + 68856 ], "loc": { "start": { @@ -153373,8 +153372,8 @@ "type": "Identifier", "name": "len", "range": [ - 68853, - 68856 + 68858, + 68861 ], "loc": { "start": { @@ -153395,8 +153394,8 @@ "object": { "type": "ThisExpression", "range": [ - 68859, - 68863 + 68864, + 68868 ], "loc": { "start": { @@ -153413,8 +153412,8 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 68864, - 68874 + 68869, + 68879 ], "loc": { "start": { @@ -153428,8 +153427,8 @@ } }, "range": [ - 68859, - 68874 + 68864, + 68879 ], "loc": { "start": { @@ -153449,8 +153448,8 @@ "object": { "type": "ThisExpression", "range": [ - 68875, - 68879 + 68880, + 68884 ], "loc": { "start": { @@ -153467,8 +153466,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 68880, - 68890 + 68885, + 68895 ], "loc": { "start": { @@ -153482,8 +153481,8 @@ } }, "range": [ - 68875, - 68890 + 68880, + 68895 ], "loc": { "start": { @@ -153498,8 +153497,8 @@ } ], "range": [ - 68859, - 68891 + 68864, + 68896 ], "loc": { "start": { @@ -153513,8 +153512,8 @@ } }, "range": [ - 68853, - 68891 + 68858, + 68896 ], "loc": { "start": { @@ -153530,8 +153529,8 @@ ], "kind": "let", "range": [ - 68842, - 68891 + 68847, + 68896 ], "loc": { "start": { @@ -153551,8 +153550,8 @@ "type": "Identifier", "name": "i", "range": [ - 68893, - 68894 + 68898, + 68899 ], "loc": { "start": { @@ -153569,8 +153568,8 @@ "type": "Identifier", "name": "len", "range": [ - 68897, - 68900 + 68902, + 68905 ], "loc": { "start": { @@ -153584,8 +153583,8 @@ } }, "range": [ - 68893, - 68900 + 68898, + 68905 ], "loc": { "start": { @@ -153605,8 +153604,8 @@ "type": "Identifier", "name": "i", "range": [ - 68902, - 68903 + 68907, + 68908 ], "loc": { "start": { @@ -153621,8 +153620,8 @@ }, "prefix": false, "range": [ - 68902, - 68905 + 68907, + 68910 ], "loc": { "start": { @@ -153649,8 +153648,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 68921, - 68924 + 68926, + 68929 ], "loc": { "start": { @@ -153667,8 +153666,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 68925, - 68936 + 68930, + 68941 ], "loc": { "start": { @@ -153682,8 +153681,8 @@ } }, "range": [ - 68921, - 68936 + 68926, + 68941 ], "loc": { "start": { @@ -153705,8 +153704,8 @@ "object": { "type": "ThisExpression", "range": [ - 68954, - 68958 + 68959, + 68963 ], "loc": { "start": { @@ -153723,8 +153722,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 68959, - 68975 + 68964, + 68980 ], "loc": { "start": { @@ -153738,8 +153737,8 @@ } }, "range": [ - 68954, - 68975 + 68959, + 68980 ], "loc": { "start": { @@ -153757,8 +153756,8 @@ "type": "Identifier", "name": "i", "range": [ - 68976, - 68977 + 68981, + 68982 ], "loc": { "start": { @@ -153773,8 +153772,8 @@ } ], "range": [ - 68954, - 68978 + 68959, + 68983 ], "loc": { "start": { @@ -153793,8 +153792,8 @@ "object": { "type": "ThisExpression", "range": [ - 68980, - 68984 + 68985, + 68989 ], "loc": { "start": { @@ -153811,8 +153810,8 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 68985, - 69006 + 68990, + 69011 ], "loc": { "start": { @@ -153826,8 +153825,8 @@ } }, "range": [ - 68980, - 69006 + 68985, + 69011 ], "loc": { "start": { @@ -153842,8 +153841,8 @@ } ], "range": [ - 68921, - 69007 + 68926, + 69012 ], "loc": { "start": { @@ -153857,8 +153856,8 @@ } }, "range": [ - 68921, - 69008 + 68926, + 69013 ], "loc": { "start": { @@ -153873,8 +153872,8 @@ } ], "range": [ - 68907, - 69018 + 68912, + 69023 ], "loc": { "start": { @@ -153888,8 +153887,8 @@ } }, "range": [ - 68837, - 69018 + 68842, + 69023 ], "loc": { "start": { @@ -153904,8 +153903,8 @@ } ], "range": [ - 68827, - 69024 + 68832, + 69029 ], "loc": { "start": { @@ -153921,8 +153920,8 @@ "generator": false, "expression": false, "range": [ - 68824, - 69024 + 68829, + 69029 ], "loc": { "start": { @@ -153938,8 +153937,8 @@ "kind": "method", "computed": false, "range": [ - 68806, - 69024 + 68811, + 69029 ], "loc": { "start": { @@ -153956,8 +153955,8 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 68723, - 68801 + 68728, + 68806 ], "loc": { "start": { @@ -153976,8 +153975,8 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 69030, - 69125 + 69035, + 69130 ], "loc": { "start": { @@ -153999,8 +153998,8 @@ "type": "Identifier", "name": "markActiveColumn", "range": [ - 69130, - 69146 + 69135, + 69151 ], "loc": { "start": { @@ -154021,8 +154020,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69147, - 69155 + 69152, + 69160 ], "loc": { "start": { @@ -154048,8 +154047,8 @@ "type": "Identifier", "name": "header", "range": [ - 69171, - 69177 + 69176, + 69182 ], "loc": { "start": { @@ -154070,8 +154069,8 @@ "object": { "type": "ThisExpression", "range": [ - 69180, - 69184 + 69185, + 69189 ], "loc": { "start": { @@ -154088,8 +154087,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 69185, - 69201 + 69190, + 69206 ], "loc": { "start": { @@ -154103,8 +154102,8 @@ } }, "range": [ - 69180, - 69201 + 69185, + 69206 ], "loc": { "start": { @@ -154122,8 +154121,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69202, - 69210 + 69207, + 69215 ], "loc": { "start": { @@ -154138,8 +154137,8 @@ } ], "range": [ - 69180, - 69211 + 69185, + 69216 ], "loc": { "start": { @@ -154153,8 +154152,8 @@ } }, "range": [ - 69171, - 69211 + 69176, + 69216 ], "loc": { "start": { @@ -154170,8 +154169,8 @@ ], "kind": "let", "range": [ - 69167, - 69212 + 69172, + 69217 ], "loc": { "start": { @@ -154195,8 +154194,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 69225, - 69228 + 69230, + 69233 ], "loc": { "start": { @@ -154213,8 +154212,8 @@ "type": "Identifier", "name": "hasClass", "range": [ - 69229, - 69237 + 69234, + 69242 ], "loc": { "start": { @@ -154228,8 +154227,8 @@ } }, "range": [ - 69225, - 69237 + 69230, + 69242 ], "loc": { "start": { @@ -154247,8 +154246,8 @@ "type": "Identifier", "name": "header", "range": [ - 69238, - 69244 + 69243, + 69249 ], "loc": { "start": { @@ -154267,8 +154266,8 @@ "object": { "type": "ThisExpression", "range": [ - 69246, - 69250 + 69251, + 69255 ], "loc": { "start": { @@ -154285,8 +154284,8 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 69251, - 69272 + 69256, + 69277 ], "loc": { "start": { @@ -154300,8 +154299,8 @@ } }, "range": [ - 69246, - 69272 + 69251, + 69277 ], "loc": { "start": { @@ -154316,8 +154315,8 @@ } ], "range": [ - 69225, - 69273 + 69230, + 69278 ], "loc": { "start": { @@ -154337,8 +154336,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 69289, - 69296 + 69294, + 69301 ], "loc": { "start": { @@ -154353,8 +154352,8 @@ } ], "range": [ - 69275, - 69306 + 69280, + 69311 ], "loc": { "start": { @@ -154369,8 +154368,8 @@ }, "alternate": null, "range": [ - 69221, - 69306 + 69226, + 69311 ], "loc": { "start": { @@ -154391,8 +154390,8 @@ "object": { "type": "ThisExpression", "range": [ - 69319, - 69323 + 69324, + 69328 ], "loc": { "start": { @@ -154409,8 +154408,8 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 69324, - 69344 + 69329, + 69349 ], "loc": { "start": { @@ -154424,8 +154423,8 @@ } }, "range": [ - 69319, - 69344 + 69324, + 69349 ], "loc": { "start": { @@ -154454,8 +154453,8 @@ "object": { "type": "ThisExpression", "range": [ - 69360, - 69364 + 69365, + 69369 ], "loc": { "start": { @@ -154472,8 +154471,8 @@ "type": "Identifier", "name": "onBeforeActiveColumn", "range": [ - 69365, - 69385 + 69370, + 69390 ], "loc": { "start": { @@ -154487,8 +154486,8 @@ } }, "range": [ - 69360, - 69385 + 69365, + 69390 ], "loc": { "start": { @@ -154505,8 +154504,8 @@ "type": "Identifier", "name": "call", "range": [ - 69386, - 69390 + 69391, + 69395 ], "loc": { "start": { @@ -154520,8 +154519,8 @@ } }, "range": [ - 69360, - 69390 + 69365, + 69395 ], "loc": { "start": { @@ -154540,8 +154539,8 @@ "value": null, "raw": "null", "range": [ - 69391, - 69395 + 69396, + 69400 ], "loc": { "start": { @@ -154557,8 +154556,8 @@ { "type": "ThisExpression", "range": [ - 69397, - 69401 + 69402, + 69406 ], "loc": { "start": { @@ -154575,8 +154574,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69403, - 69411 + 69408, + 69416 ], "loc": { "start": { @@ -154591,8 +154590,8 @@ } ], "range": [ - 69360, - 69412 + 69365, + 69417 ], "loc": { "start": { @@ -154606,8 +154605,8 @@ } }, "range": [ - 69360, - 69413 + 69365, + 69418 ], "loc": { "start": { @@ -154622,8 +154621,8 @@ } ], "range": [ - 69346, - 69423 + 69351, + 69428 ], "loc": { "start": { @@ -154638,8 +154637,8 @@ }, "alternate": null, "range": [ - 69315, - 69423 + 69320, + 69428 ], "loc": { "start": { @@ -154663,8 +154662,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 69432, - 69435 + 69437, + 69440 ], "loc": { "start": { @@ -154681,8 +154680,8 @@ "type": "Identifier", "name": "addClass", "range": [ - 69436, - 69444 + 69441, + 69449 ], "loc": { "start": { @@ -154696,8 +154695,8 @@ } }, "range": [ - 69432, - 69444 + 69437, + 69449 ], "loc": { "start": { @@ -154715,8 +154714,8 @@ "type": "Identifier", "name": "header", "range": [ - 69445, - 69451 + 69450, + 69456 ], "loc": { "start": { @@ -154735,8 +154734,8 @@ "object": { "type": "ThisExpression", "range": [ - 69453, - 69457 + 69458, + 69462 ], "loc": { "start": { @@ -154753,8 +154752,8 @@ "type": "Identifier", "name": "activeColumnsCssClass", "range": [ - 69458, - 69479 + 69463, + 69484 ], "loc": { "start": { @@ -154768,8 +154767,8 @@ } }, "range": [ - 69453, - 69479 + 69458, + 69484 ], "loc": { "start": { @@ -154784,8 +154783,8 @@ } ], "range": [ - 69432, - 69480 + 69437, + 69485 ], "loc": { "start": { @@ -154799,8 +154798,8 @@ } }, "range": [ - 69432, - 69481 + 69437, + 69486 ], "loc": { "start": { @@ -154821,8 +154820,8 @@ "object": { "type": "ThisExpression", "range": [ - 69494, - 69498 + 69499, + 69503 ], "loc": { "start": { @@ -154839,8 +154838,8 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 69499, - 69518 + 69504, + 69523 ], "loc": { "start": { @@ -154854,8 +154853,8 @@ } }, "range": [ - 69494, - 69518 + 69499, + 69523 ], "loc": { "start": { @@ -154884,8 +154883,8 @@ "object": { "type": "ThisExpression", "range": [ - 69534, - 69538 + 69539, + 69543 ], "loc": { "start": { @@ -154902,8 +154901,8 @@ "type": "Identifier", "name": "onAfterActiveColumn", "range": [ - 69539, - 69558 + 69544, + 69563 ], "loc": { "start": { @@ -154917,8 +154916,8 @@ } }, "range": [ - 69534, - 69558 + 69539, + 69563 ], "loc": { "start": { @@ -154935,8 +154934,8 @@ "type": "Identifier", "name": "call", "range": [ - 69559, - 69563 + 69564, + 69568 ], "loc": { "start": { @@ -154950,8 +154949,8 @@ } }, "range": [ - 69534, - 69563 + 69539, + 69568 ], "loc": { "start": { @@ -154970,8 +154969,8 @@ "value": null, "raw": "null", "range": [ - 69564, - 69568 + 69569, + 69573 ], "loc": { "start": { @@ -154987,8 +154986,8 @@ { "type": "ThisExpression", "range": [ - 69570, - 69574 + 69575, + 69579 ], "loc": { "start": { @@ -155005,8 +155004,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69576, - 69584 + 69581, + 69589 ], "loc": { "start": { @@ -155021,8 +155020,8 @@ } ], "range": [ - 69534, - 69585 + 69539, + 69590 ], "loc": { "start": { @@ -155036,8 +155035,8 @@ } }, "range": [ - 69534, - 69586 + 69539, + 69591 ], "loc": { "start": { @@ -155052,8 +155051,8 @@ } ], "range": [ - 69520, - 69596 + 69525, + 69601 ], "loc": { "start": { @@ -155068,8 +155067,8 @@ }, "alternate": null, "range": [ - 69490, - 69596 + 69495, + 69601 ], "loc": { "start": { @@ -155084,8 +155083,8 @@ } ], "range": [ - 69157, - 69602 + 69162, + 69607 ], "loc": { "start": { @@ -155101,8 +155100,8 @@ "generator": false, "expression": false, "range": [ - 69146, - 69602 + 69151, + 69607 ], "loc": { "start": { @@ -155118,8 +155117,8 @@ "kind": "method", "computed": false, "range": [ - 69130, - 69602 + 69135, + 69607 ], "loc": { "start": { @@ -155136,8 +155135,8 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 69030, - 69125 + 69035, + 69130 ], "loc": { "start": { @@ -155156,8 +155155,8 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 69608, - 69694 + 69613, + 69699 ], "loc": { "start": { @@ -155179,8 +155178,8 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 69699, - 69716 + 69704, + 69721 ], "loc": { "start": { @@ -155208,8 +155207,8 @@ "object": { "type": "ThisExpression", "range": [ - 69736, - 69740 + 69741, + 69745 ], "loc": { "start": { @@ -155226,8 +155225,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 69741, - 69755 + 69746, + 69760 ], "loc": { "start": { @@ -155241,8 +155240,8 @@ } }, "range": [ - 69736, - 69755 + 69741, + 69760 ], "loc": { "start": { @@ -155256,8 +155255,8 @@ } }, "range": [ - 69729, - 69756 + 69734, + 69761 ], "loc": { "start": { @@ -155272,8 +155271,8 @@ } ], "range": [ - 69719, - 69762 + 69724, + 69767 ], "loc": { "start": { @@ -155289,8 +155288,8 @@ "generator": false, "expression": false, "range": [ - 69716, - 69762 + 69721, + 69767 ], "loc": { "start": { @@ -155306,8 +155305,8 @@ "kind": "method", "computed": false, "range": [ - 69699, - 69762 + 69704, + 69767 ], "loc": { "start": { @@ -155324,8 +155323,8 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 69608, - 69694 + 69613, + 69699 ], "loc": { "start": { @@ -155344,8 +155343,8 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 69768, - 69869 + 69773, + 69874 ], "loc": { "start": { @@ -155367,8 +155366,8 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 69874, - 69891 + 69879, + 69896 ], "loc": { "start": { @@ -155389,8 +155388,8 @@ "type": "Identifier", "name": "filterId", "range": [ - 69892, - 69900 + 69897, + 69905 ], "loc": { "start": { @@ -155418,8 +155417,8 @@ "object": { "type": "ThisExpression", "range": [ - 69912, - 69916 + 69917, + 69921 ], "loc": { "start": { @@ -155436,8 +155435,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 69917, - 69931 + 69922, + 69936 ], "loc": { "start": { @@ -155451,8 +155450,8 @@ } }, "range": [ - 69912, - 69931 + 69917, + 69936 ], "loc": { "start": { @@ -155469,8 +155468,8 @@ "type": "Identifier", "name": "filterId", "range": [ - 69934, - 69942 + 69939, + 69947 ], "loc": { "start": { @@ -155484,8 +155483,8 @@ } }, "range": [ - 69912, - 69942 + 69917, + 69947 ], "loc": { "start": { @@ -155499,8 +155498,8 @@ } }, "range": [ - 69912, - 69943 + 69917, + 69948 ], "loc": { "start": { @@ -155515,8 +155514,8 @@ } ], "range": [ - 69902, - 69949 + 69907, + 69954 ], "loc": { "start": { @@ -155532,8 +155531,8 @@ "generator": false, "expression": false, "range": [ - 69891, - 69949 + 69896, + 69954 ], "loc": { "start": { @@ -155549,8 +155548,8 @@ "kind": "method", "computed": false, "range": [ - 69874, - 69949 + 69879, + 69954 ], "loc": { "start": { @@ -155567,8 +155566,8 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 69768, - 69869 + 69773, + 69874 ], "loc": { "start": { @@ -155587,8 +155586,8 @@ "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": [ - 69955, - 70104 + 69960, + 70109 ], "loc": { "start": { @@ -155610,8 +155609,8 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 70109, - 70135 + 70114, + 70140 ], "loc": { "start": { @@ -155634,8 +155633,8 @@ "type": "Identifier", "name": "filterId", "range": [ - 70136, - 70144 + 70141, + 70149 ], "loc": { "start": { @@ -155653,8 +155652,8 @@ "value": "", "raw": "''", "range": [ - 70147, - 70149 + 70152, + 70154 ], "loc": { "start": { @@ -155668,8 +155667,8 @@ } }, "range": [ - 70136, - 70149 + 70141, + 70154 ], "loc": { "start": { @@ -155695,8 +155694,8 @@ "type": "Identifier", "name": "idx", "range": [ - 70165, - 70168 + 70170, + 70173 ], "loc": { "start": { @@ -155721,8 +155720,8 @@ "type": "Identifier", "name": "filterId", "range": [ - 70171, - 70179 + 70176, + 70184 ], "loc": { "start": { @@ -155739,8 +155738,8 @@ "type": "Identifier", "name": "split", "range": [ - 70180, - 70185 + 70185, + 70190 ], "loc": { "start": { @@ -155754,8 +155753,8 @@ } }, "range": [ - 70171, - 70185 + 70176, + 70190 ], "loc": { "start": { @@ -155774,8 +155773,8 @@ "value": "_", "raw": "'_'", "range": [ - 70186, - 70189 + 70191, + 70194 ], "loc": { "start": { @@ -155790,8 +155789,8 @@ } ], "range": [ - 70171, - 70190 + 70176, + 70195 ], "loc": { "start": { @@ -155809,8 +155808,8 @@ "value": 0, "raw": "0", "range": [ - 70191, - 70192 + 70196, + 70197 ], "loc": { "start": { @@ -155824,8 +155823,8 @@ } }, "range": [ - 70171, - 70193 + 70176, + 70198 ], "loc": { "start": { @@ -155839,8 +155838,8 @@ } }, "range": [ - 70165, - 70193 + 70170, + 70198 ], "loc": { "start": { @@ -155856,8 +155855,8 @@ ], "kind": "let", "range": [ - 70161, - 70194 + 70166, + 70199 ], "loc": { "start": { @@ -155879,8 +155878,8 @@ "type": "Identifier", "name": "idx", "range": [ - 70203, - 70206 + 70208, + 70211 ], "loc": { "start": { @@ -155905,8 +155904,8 @@ "type": "Identifier", "name": "idx", "range": [ - 70209, - 70212 + 70214, + 70217 ], "loc": { "start": { @@ -155923,8 +155922,8 @@ "type": "Identifier", "name": "split", "range": [ - 70213, - 70218 + 70218, + 70223 ], "loc": { "start": { @@ -155938,8 +155937,8 @@ } }, "range": [ - 70209, - 70218 + 70214, + 70223 ], "loc": { "start": { @@ -155959,8 +155958,8 @@ "object": { "type": "ThisExpression", "range": [ - 70219, - 70223 + 70224, + 70228 ], "loc": { "start": { @@ -155977,8 +155976,8 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 70224, - 70231 + 70229, + 70236 ], "loc": { "start": { @@ -155992,8 +155991,8 @@ } }, "range": [ - 70219, - 70231 + 70224, + 70236 ], "loc": { "start": { @@ -156008,8 +156007,8 @@ } ], "range": [ - 70209, - 70232 + 70214, + 70237 ], "loc": { "start": { @@ -156027,8 +156026,8 @@ "value": 1, "raw": "1", "range": [ - 70233, - 70234 + 70238, + 70239 ], "loc": { "start": { @@ -156042,8 +156041,8 @@ } }, "range": [ - 70209, - 70235 + 70214, + 70240 ], "loc": { "start": { @@ -156057,8 +156056,8 @@ } }, "range": [ - 70203, - 70235 + 70208, + 70240 ], "loc": { "start": { @@ -156072,8 +156071,8 @@ } }, "range": [ - 70203, - 70236 + 70208, + 70241 ], "loc": { "start": { @@ -156094,8 +156093,8 @@ "type": "Identifier", "name": "parseInt", "range": [ - 70252, - 70260 + 70257, + 70265 ], "loc": { "start": { @@ -156113,8 +156112,8 @@ "type": "Identifier", "name": "idx", "range": [ - 70261, - 70264 + 70266, + 70269 ], "loc": { "start": { @@ -156132,8 +156131,8 @@ "value": 10, "raw": "10", "range": [ - 70266, - 70268 + 70271, + 70273 ], "loc": { "start": { @@ -156148,8 +156147,8 @@ } ], "range": [ - 70252, - 70269 + 70257, + 70274 ], "loc": { "start": { @@ -156163,8 +156162,8 @@ } }, "range": [ - 70245, - 70270 + 70250, + 70275 ], "loc": { "start": { @@ -156179,8 +156178,8 @@ } ], "range": [ - 70151, - 70276 + 70156, + 70281 ], "loc": { "start": { @@ -156196,8 +156195,8 @@ "generator": false, "expression": false, "range": [ - 70135, - 70276 + 70140, + 70281 ], "loc": { "start": { @@ -156213,8 +156212,8 @@ "kind": "method", "computed": false, "range": [ - 70109, - 70276 + 70114, + 70281 ], "loc": { "start": { @@ -156231,8 +156230,8 @@ "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": [ - 69955, - 70104 + 69960, + 70109 ], "loc": { "start": { @@ -156251,8 +156250,8 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 70282, - 70379 + 70287, + 70384 ], "loc": { "start": { @@ -156274,8 +156273,8 @@ "type": "Identifier", "name": "activateFilter", "range": [ - 70384, - 70398 + 70389, + 70403 ], "loc": { "start": { @@ -156296,8 +156295,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70399, - 70407 + 70404, + 70412 ], "loc": { "start": { @@ -156325,8 +156324,8 @@ "type": "Identifier", "name": "Types", "range": [ - 70423, - 70428 + 70428, + 70433 ], "loc": { "start": { @@ -156343,8 +156342,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 70429, - 70436 + 70434, + 70441 ], "loc": { "start": { @@ -156358,8 +156357,8 @@ } }, "range": [ - 70423, - 70436 + 70428, + 70441 ], "loc": { "start": { @@ -156377,8 +156376,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70437, - 70445 + 70442, + 70450 ], "loc": { "start": { @@ -156393,8 +156392,8 @@ } ], "range": [ - 70423, - 70446 + 70428, + 70451 ], "loc": { "start": { @@ -156414,8 +156413,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 70462, - 70469 + 70467, + 70474 ], "loc": { "start": { @@ -156430,8 +156429,8 @@ } ], "range": [ - 70448, - 70479 + 70453, + 70484 ], "loc": { "start": { @@ -156446,8 +156445,8 @@ }, "alternate": null, "range": [ - 70419, - 70479 + 70424, + 70484 ], "loc": { "start": { @@ -156470,8 +156469,8 @@ "object": { "type": "ThisExpression", "range": [ - 70488, - 70492 + 70493, + 70497 ], "loc": { "start": { @@ -156488,8 +156487,8 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 70493, - 70510 + 70498, + 70515 ], "loc": { "start": { @@ -156503,8 +156502,8 @@ } }, "range": [ - 70488, - 70510 + 70493, + 70515 ], "loc": { "start": { @@ -156526,8 +156525,8 @@ "object": { "type": "ThisExpression", "range": [ - 70511, - 70515 + 70516, + 70520 ], "loc": { "start": { @@ -156544,8 +156543,8 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 70516, - 70527 + 70521, + 70532 ], "loc": { "start": { @@ -156559,8 +156558,8 @@ } }, "range": [ - 70511, - 70527 + 70516, + 70532 ], "loc": { "start": { @@ -156578,8 +156577,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 70528, - 70536 + 70533, + 70541 ], "loc": { "start": { @@ -156594,8 +156593,8 @@ } ], "range": [ - 70511, - 70537 + 70516, + 70542 ], "loc": { "start": { @@ -156610,8 +156609,8 @@ } ], "range": [ - 70488, - 70538 + 70493, + 70543 ], "loc": { "start": { @@ -156625,8 +156624,8 @@ } }, "range": [ - 70488, - 70539 + 70493, + 70544 ], "loc": { "start": { @@ -156641,8 +156640,8 @@ } ], "range": [ - 70409, - 70545 + 70414, + 70550 ], "loc": { "start": { @@ -156658,8 +156657,8 @@ "generator": false, "expression": false, "range": [ - 70398, - 70545 + 70403, + 70550 ], "loc": { "start": { @@ -156675,8 +156674,8 @@ "kind": "method", "computed": false, "range": [ - 70384, - 70545 + 70389, + 70550 ], "loc": { "start": { @@ -156693,8 +156692,8 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 70282, - 70379 + 70287, + 70384 ], "loc": { "start": { @@ -156713,8 +156712,8 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 70551, - 70656 + 70556, + 70661 ], "loc": { "start": { @@ -156736,8 +156735,8 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 70661, - 70672 + 70666, + 70677 ], "loc": { "start": { @@ -156771,8 +156770,8 @@ "object": { "type": "ThisExpression", "range": [ - 70690, - 70694 + 70695, + 70699 ], "loc": { "start": { @@ -156789,8 +156788,8 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 70695, - 70708 + 70700, + 70713 ], "loc": { "start": { @@ -156804,8 +156803,8 @@ } }, "range": [ - 70690, - 70708 + 70695, + 70713 ], "loc": { "start": { @@ -156820,8 +156819,8 @@ }, "prefix": true, "range": [ - 70689, - 70708 + 70694, + 70713 ], "loc": { "start": { @@ -156843,8 +156842,8 @@ "object": { "type": "ThisExpression", "range": [ - 70713, - 70717 + 70718, + 70722 ], "loc": { "start": { @@ -156861,8 +156860,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 70718, - 70732 + 70723, + 70737 ], "loc": { "start": { @@ -156876,8 +156875,8 @@ } }, "range": [ - 70713, - 70732 + 70718, + 70737 ], "loc": { "start": { @@ -156892,8 +156891,8 @@ }, "prefix": true, "range": [ - 70712, - 70732 + 70717, + 70737 ], "loc": { "start": { @@ -156907,8 +156906,8 @@ } }, "range": [ - 70689, - 70732 + 70694, + 70737 ], "loc": { "start": { @@ -156928,8 +156927,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 70748, - 70755 + 70753, + 70760 ], "loc": { "start": { @@ -156944,8 +156943,8 @@ } ], "range": [ - 70734, - 70765 + 70739, + 70770 ], "loc": { "start": { @@ -156960,8 +156959,8 @@ }, "alternate": null, "range": [ - 70685, - 70765 + 70690, + 70770 ], "loc": { "start": { @@ -156983,8 +156982,8 @@ "type": "Identifier", "name": "slcA1", "range": [ - 70778, - 70783 + 70783, + 70788 ], "loc": { "start": { @@ -157005,8 +157004,8 @@ "object": { "type": "ThisExpression", "range": [ - 70786, - 70790 + 70791, + 70795 ], "loc": { "start": { @@ -157023,8 +157022,8 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 70791, - 70807 + 70796, + 70812 ], "loc": { "start": { @@ -157038,8 +157037,8 @@ } }, "range": [ - 70786, - 70807 + 70791, + 70812 ], "loc": { "start": { @@ -157057,8 +157056,8 @@ "type": "Identifier", "name": "SELECT", "range": [ - 70808, - 70814 + 70813, + 70819 ], "loc": { "start": { @@ -157076,8 +157075,8 @@ "value": true, "raw": "true", "range": [ - 70816, - 70820 + 70821, + 70825 ], "loc": { "start": { @@ -157092,8 +157091,8 @@ } ], "range": [ - 70786, - 70821 + 70791, + 70826 ], "loc": { "start": { @@ -157107,8 +157106,8 @@ } }, "range": [ - 70778, - 70821 + 70783, + 70826 ], "loc": { "start": { @@ -157127,8 +157126,8 @@ "type": "Identifier", "name": "slcA2", "range": [ - 70835, - 70840 + 70840, + 70845 ], "loc": { "start": { @@ -157149,8 +157148,8 @@ "object": { "type": "ThisExpression", "range": [ - 70843, - 70847 + 70848, + 70852 ], "loc": { "start": { @@ -157167,8 +157166,8 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 70848, - 70864 + 70853, + 70869 ], "loc": { "start": { @@ -157182,8 +157181,8 @@ } }, "range": [ - 70843, - 70864 + 70848, + 70869 ], "loc": { "start": { @@ -157201,8 +157200,8 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 70865, - 70873 + 70870, + 70878 ], "loc": { "start": { @@ -157220,8 +157219,8 @@ "value": true, "raw": "true", "range": [ - 70875, - 70879 + 70880, + 70884 ], "loc": { "start": { @@ -157236,8 +157235,8 @@ } ], "range": [ - 70843, - 70880 + 70848, + 70885 ], "loc": { "start": { @@ -157251,8 +157250,8 @@ } }, "range": [ - 70835, - 70880 + 70840, + 70885 ], "loc": { "start": { @@ -157271,8 +157270,8 @@ "type": "Identifier", "name": "slcA3", "range": [ - 70894, - 70899 + 70899, + 70904 ], "loc": { "start": { @@ -157293,8 +157292,8 @@ "object": { "type": "ThisExpression", "range": [ - 70902, - 70906 + 70907, + 70911 ], "loc": { "start": { @@ -157311,8 +157310,8 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 70907, - 70923 + 70912, + 70928 ], "loc": { "start": { @@ -157326,8 +157325,8 @@ } }, "range": [ - 70902, - 70923 + 70907, + 70928 ], "loc": { "start": { @@ -157345,8 +157344,8 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 70924, - 70933 + 70929, + 70938 ], "loc": { "start": { @@ -157364,8 +157363,8 @@ "value": true, "raw": "true", "range": [ - 70935, - 70939 + 70940, + 70944 ], "loc": { "start": { @@ -157380,8 +157379,8 @@ } ], "range": [ - 70902, - 70940 + 70907, + 70945 ], "loc": { "start": { @@ -157395,8 +157394,8 @@ } }, "range": [ - 70894, - 70940 + 70899, + 70945 ], "loc": { "start": { @@ -157415,8 +157414,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70954, - 70962 + 70959, + 70967 ], "loc": { "start": { @@ -157438,8 +157437,8 @@ "type": "Identifier", "name": "slcA1", "range": [ - 70965, - 70970 + 70970, + 70975 ], "loc": { "start": { @@ -157456,8 +157455,8 @@ "type": "Identifier", "name": "concat", "range": [ - 70971, - 70977 + 70976, + 70982 ], "loc": { "start": { @@ -157471,8 +157470,8 @@ } }, "range": [ - 70965, - 70977 + 70970, + 70982 ], "loc": { "start": { @@ -157490,8 +157489,8 @@ "type": "Identifier", "name": "slcA2", "range": [ - 70978, - 70983 + 70983, + 70988 ], "loc": { "start": { @@ -157506,8 +157505,8 @@ } ], "range": [ - 70965, - 70984 + 70970, + 70989 ], "loc": { "start": { @@ -157521,8 +157520,8 @@ } }, "range": [ - 70954, - 70984 + 70959, + 70989 ], "loc": { "start": { @@ -157538,8 +157537,8 @@ ], "kind": "let", "range": [ - 70774, - 70985 + 70779, + 70990 ], "loc": { "start": { @@ -157561,8 +157560,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 70994, - 71002 + 70999, + 71007 ], "loc": { "start": { @@ -157584,8 +157583,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71005, - 71013 + 71010, + 71018 ], "loc": { "start": { @@ -157602,8 +157601,8 @@ "type": "Identifier", "name": "concat", "range": [ - 71014, - 71020 + 71019, + 71025 ], "loc": { "start": { @@ -157617,8 +157616,8 @@ } }, "range": [ - 71005, - 71020 + 71010, + 71025 ], "loc": { "start": { @@ -157636,8 +157635,8 @@ "type": "Identifier", "name": "slcA3", "range": [ - 71021, - 71026 + 71026, + 71031 ], "loc": { "start": { @@ -157652,8 +157651,8 @@ } ], "range": [ - 71005, - 71027 + 71010, + 71032 ], "loc": { "start": { @@ -157667,8 +157666,8 @@ } }, "range": [ - 70994, - 71027 + 70999, + 71032 ], "loc": { "start": { @@ -157682,8 +157681,8 @@ } }, "range": [ - 70994, - 71028 + 70999, + 71033 ], "loc": { "start": { @@ -157705,8 +157704,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 71042, - 71051 + 71047, + 71056 ], "loc": { "start": { @@ -157727,8 +157726,8 @@ "object": { "type": "ThisExpression", "range": [ - 71054, - 71058 + 71059, + 71063 ], "loc": { "start": { @@ -157745,8 +157744,8 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 71059, - 71085 + 71064, + 71090 ], "loc": { "start": { @@ -157760,8 +157759,8 @@ } }, "range": [ - 71054, - 71085 + 71059, + 71090 ], "loc": { "start": { @@ -157781,8 +157780,8 @@ "object": { "type": "ThisExpression", "range": [ - 71086, - 71090 + 71091, + 71095 ], "loc": { "start": { @@ -157799,8 +157798,8 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 71091, - 71105 + 71096, + 71110 ], "loc": { "start": { @@ -157814,8 +157813,8 @@ } }, "range": [ - 71086, - 71105 + 71091, + 71110 ], "loc": { "start": { @@ -157830,8 +157829,8 @@ } ], "range": [ - 71054, - 71106 + 71059, + 71111 ], "loc": { "start": { @@ -157845,8 +157844,8 @@ } }, "range": [ - 71042, - 71106 + 71047, + 71111 ], "loc": { "start": { @@ -157862,8 +157861,8 @@ ], "kind": "let", "range": [ - 71038, - 71107 + 71043, + 71112 ], "loc": { "start": { @@ -157887,8 +157886,8 @@ "type": "Identifier", "name": "i", "range": [ - 71126, - 71127 + 71131, + 71132 ], "loc": { "start": { @@ -157906,8 +157905,8 @@ "value": 0, "raw": "0", "range": [ - 71130, - 71131 + 71135, + 71136 ], "loc": { "start": { @@ -157921,8 +157920,8 @@ } }, "range": [ - 71126, - 71131 + 71131, + 71136 ], "loc": { "start": { @@ -157941,8 +157940,8 @@ "type": "Identifier", "name": "len", "range": [ - 71133, - 71136 + 71138, + 71141 ], "loc": { "start": { @@ -157962,8 +157961,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71139, - 71147 + 71144, + 71152 ], "loc": { "start": { @@ -157980,8 +157979,8 @@ "type": "Identifier", "name": "length", "range": [ - 71148, - 71154 + 71153, + 71159 ], "loc": { "start": { @@ -157995,8 +157994,8 @@ } }, "range": [ - 71139, - 71154 + 71144, + 71159 ], "loc": { "start": { @@ -158010,8 +158009,8 @@ } }, "range": [ - 71133, - 71154 + 71138, + 71159 ], "loc": { "start": { @@ -158027,8 +158026,8 @@ ], "kind": "let", "range": [ - 71122, - 71154 + 71127, + 71159 ], "loc": { "start": { @@ -158048,8 +158047,8 @@ "type": "Identifier", "name": "i", "range": [ - 71156, - 71157 + 71161, + 71162 ], "loc": { "start": { @@ -158066,8 +158065,8 @@ "type": "Identifier", "name": "len", "range": [ - 71160, - 71163 + 71165, + 71168 ], "loc": { "start": { @@ -158081,8 +158080,8 @@ } }, "range": [ - 71156, - 71163 + 71161, + 71168 ], "loc": { "start": { @@ -158102,8 +158101,8 @@ "type": "Identifier", "name": "i", "range": [ - 71165, - 71166 + 71170, + 71171 ], "loc": { "start": { @@ -158118,8 +158117,8 @@ }, "prefix": false, "range": [ - 71165, - 71168 + 71170, + 71173 ], "loc": { "start": { @@ -158144,8 +158143,8 @@ "type": "Identifier", "name": "curSlc", "range": [ - 71188, - 71194 + 71193, + 71199 ], "loc": { "start": { @@ -158167,8 +158166,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 71197, - 71200 + 71202, + 71205 ], "loc": { "start": { @@ -158185,8 +158184,8 @@ "type": "Identifier", "name": "id", "range": [ - 71201, - 71203 + 71206, + 71208 ], "loc": { "start": { @@ -158200,8 +158199,8 @@ } }, "range": [ - 71197, - 71203 + 71202, + 71208 ], "loc": { "start": { @@ -158224,8 +158223,8 @@ "object": { "type": "ThisExpression", "range": [ - 71204, - 71208 + 71209, + 71213 ], "loc": { "start": { @@ -158242,8 +158241,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 71209, - 71215 + 71214, + 71220 ], "loc": { "start": { @@ -158257,8 +158256,8 @@ } }, "range": [ - 71204, - 71215 + 71209, + 71220 ], "loc": { "start": { @@ -158278,8 +158277,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71216, - 71224 + 71221, + 71229 ], "loc": { "start": { @@ -158296,8 +158295,8 @@ "type": "Identifier", "name": "i", "range": [ - 71225, - 71226 + 71230, + 71231 ], "loc": { "start": { @@ -158311,8 +158310,8 @@ } }, "range": [ - 71216, - 71227 + 71221, + 71232 ], "loc": { "start": { @@ -158326,8 +158325,8 @@ } }, "range": [ - 71204, - 71228 + 71209, + 71233 ], "loc": { "start": { @@ -158342,8 +158341,8 @@ } ], "range": [ - 71197, - 71229 + 71202, + 71234 ], "loc": { "start": { @@ -158357,8 +158356,8 @@ } }, "range": [ - 71188, - 71229 + 71193, + 71234 ], "loc": { "start": { @@ -158374,8 +158373,8 @@ ], "kind": "let", "range": [ - 71184, - 71230 + 71189, + 71235 ], "loc": { "start": { @@ -158397,8 +158396,8 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 71247, - 71263 + 71252, + 71268 ], "loc": { "start": { @@ -158419,8 +158418,8 @@ "object": { "type": "ThisExpression", "range": [ - 71266, - 71270 + 71271, + 71275 ], "loc": { "start": { @@ -158437,8 +158436,8 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 71271, - 71285 + 71276, + 71290 ], "loc": { "start": { @@ -158452,8 +158451,8 @@ } }, "range": [ - 71266, - 71285 + 71271, + 71290 ], "loc": { "start": { @@ -158474,8 +158473,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71286, - 71294 + 71291, + 71299 ], "loc": { "start": { @@ -158492,8 +158491,8 @@ "type": "Identifier", "name": "i", "range": [ - 71295, - 71296 + 71300, + 71301 ], "loc": { "start": { @@ -158507,8 +158506,8 @@ } }, "range": [ - 71286, - 71297 + 71291, + 71302 ], "loc": { "start": { @@ -158523,8 +158522,8 @@ } ], "range": [ - 71266, - 71298 + 71271, + 71303 ], "loc": { "start": { @@ -158538,8 +158537,8 @@ } }, "range": [ - 71247, - 71298 + 71252, + 71303 ], "loc": { "start": { @@ -158555,8 +158554,8 @@ ], "kind": "let", "range": [ - 71243, - 71299 + 71248, + 71304 ], "loc": { "start": { @@ -158573,8 +158572,8 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 71313, - 71356 + 71318, + 71361 ], "loc": { "start": { @@ -158591,8 +158590,8 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 71369, - 71408 + 71374, + 71413 ], "loc": { "start": { @@ -158625,8 +158624,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 71425, - 71434 + 71430, + 71439 ], "loc": { "start": { @@ -158646,8 +158645,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71439, - 71447 + 71444, + 71452 ], "loc": { "start": { @@ -158664,8 +158663,8 @@ "type": "Identifier", "name": "i", "range": [ - 71448, - 71449 + 71453, + 71454 ], "loc": { "start": { @@ -158679,8 +158678,8 @@ } }, "range": [ - 71439, - 71450 + 71444, + 71455 ], "loc": { "start": { @@ -158694,8 +158693,8 @@ } }, "range": [ - 71425, - 71450 + 71430, + 71455 ], "loc": { "start": { @@ -158720,8 +158719,8 @@ "object": { "type": "ThisExpression", "range": [ - 71471, - 71475 + 71476, + 71480 ], "loc": { "start": { @@ -158738,8 +158737,8 @@ "type": "Identifier", "name": "paging", "range": [ - 71476, - 71482 + 71481, + 71487 ], "loc": { "start": { @@ -158753,8 +158752,8 @@ } }, "range": [ - 71471, - 71482 + 71476, + 71487 ], "loc": { "start": { @@ -158779,8 +158778,8 @@ "type": "Identifier", "name": "slcA1", "range": [ - 71486, - 71491 + 71491, + 71496 ], "loc": { "start": { @@ -158797,8 +158796,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 71492, - 71499 + 71497, + 71504 ], "loc": { "start": { @@ -158812,8 +158811,8 @@ } }, "range": [ - 71486, - 71499 + 71491, + 71504 ], "loc": { "start": { @@ -158834,8 +158833,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71500, - 71508 + 71505, + 71513 ], "loc": { "start": { @@ -158852,8 +158851,8 @@ "type": "Identifier", "name": "i", "range": [ - 71509, - 71510 + 71514, + 71515 ], "loc": { "start": { @@ -158867,8 +158866,8 @@ } }, "range": [ - 71500, - 71511 + 71505, + 71516 ], "loc": { "start": { @@ -158883,8 +158882,8 @@ } ], "range": [ - 71486, - 71512 + 71491, + 71517 ], "loc": { "start": { @@ -158905,8 +158904,8 @@ "value": 1, "raw": "1", "range": [ - 71517, - 71518 + 71522, + 71523 ], "loc": { "start": { @@ -158921,8 +158920,8 @@ }, "prefix": true, "range": [ - 71516, - 71518 + 71521, + 71523 ], "loc": { "start": { @@ -158936,8 +158935,8 @@ } }, "range": [ - 71486, - 71518 + 71491, + 71523 ], "loc": { "start": { @@ -158951,8 +158950,8 @@ } }, "range": [ - 71471, - 71518 + 71476, + 71523 ], "loc": { "start": { @@ -158972,8 +158971,8 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 71542, - 71551 + 71547, + 71556 ], "loc": { "start": { @@ -158993,8 +158992,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71556, - 71564 + 71561, + 71569 ], "loc": { "start": { @@ -159011,8 +159010,8 @@ "type": "Identifier", "name": "i", "range": [ - 71565, - 71566 + 71570, + 71571 ], "loc": { "start": { @@ -159026,8 +159025,8 @@ } }, "range": [ - 71556, - 71567 + 71561, + 71572 ], "loc": { "start": { @@ -159041,8 +159040,8 @@ } }, "range": [ - 71542, - 71567 + 71547, + 71572 ], "loc": { "start": { @@ -159056,8 +159055,8 @@ } }, "range": [ - 71471, - 71567 + 71476, + 71572 ], "loc": { "start": { @@ -159071,8 +159070,8 @@ } }, "range": [ - 71425, - 71568 + 71430, + 71573 ], "loc": { "start": { @@ -159097,8 +159096,8 @@ "object": { "type": "ThisExpression", "range": [ - 71590, - 71594 + 71595, + 71599 ], "loc": { "start": { @@ -159115,8 +159114,8 @@ "type": "Identifier", "name": "paging", "range": [ - 71595, - 71601 + 71600, + 71606 ], "loc": { "start": { @@ -159130,8 +159129,8 @@ } }, "range": [ - 71590, - 71601 + 71595, + 71606 ], "loc": { "start": { @@ -159146,8 +159145,8 @@ }, "prefix": true, "range": [ - 71589, - 71601 + 71594, + 71606 ], "loc": { "start": { @@ -159175,8 +159174,8 @@ "type": "Identifier", "name": "slcA3", "range": [ - 71606, - 71611 + 71611, + 71616 ], "loc": { "start": { @@ -159193,8 +159192,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 71612, - 71619 + 71617, + 71624 ], "loc": { "start": { @@ -159208,8 +159207,8 @@ } }, "range": [ - 71606, - 71619 + 71611, + 71624 ], "loc": { "start": { @@ -159230,8 +159229,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71620, - 71628 + 71625, + 71633 ], "loc": { "start": { @@ -159248,8 +159247,8 @@ "type": "Identifier", "name": "i", "range": [ - 71629, - 71630 + 71634, + 71635 ], "loc": { "start": { @@ -159263,8 +159262,8 @@ } }, "range": [ - 71620, - 71631 + 71625, + 71636 ], "loc": { "start": { @@ -159279,8 +159278,8 @@ } ], "range": [ - 71606, - 71632 + 71611, + 71637 ], "loc": { "start": { @@ -159301,8 +159300,8 @@ "value": 1, "raw": "1", "range": [ - 71637, - 71638 + 71642, + 71643 ], "loc": { "start": { @@ -159317,8 +159316,8 @@ }, "prefix": true, "range": [ - 71636, - 71638 + 71641, + 71643 ], "loc": { "start": { @@ -159332,8 +159331,8 @@ } }, "range": [ - 71606, - 71638 + 71611, + 71643 ], "loc": { "start": { @@ -159358,8 +159357,8 @@ "type": "Identifier", "name": "slcA2", "range": [ - 71662, - 71667 + 71667, + 71672 ], "loc": { "start": { @@ -159376,8 +159375,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 71668, - 71675 + 71673, + 71680 ], "loc": { "start": { @@ -159391,8 +159390,8 @@ } }, "range": [ - 71662, - 71675 + 71667, + 71680 ], "loc": { "start": { @@ -159413,8 +159412,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 71676, - 71684 + 71681, + 71689 ], "loc": { "start": { @@ -159431,8 +159430,8 @@ "type": "Identifier", "name": "i", "range": [ - 71685, - 71686 + 71690, + 71691 ], "loc": { "start": { @@ -159446,8 +159445,8 @@ } }, "range": [ - 71676, - 71687 + 71681, + 71692 ], "loc": { "start": { @@ -159462,8 +159461,8 @@ } ], "range": [ - 71662, - 71688 + 71667, + 71693 ], "loc": { "start": { @@ -159484,8 +159483,8 @@ "value": 1, "raw": "1", "range": [ - 71693, - 71694 + 71698, + 71699 ], "loc": { "start": { @@ -159500,8 +159499,8 @@ }, "prefix": true, "range": [ - 71692, - 71694 + 71697, + 71699 ], "loc": { "start": { @@ -159515,8 +159514,8 @@ } }, "range": [ - 71662, - 71694 + 71667, + 71699 ], "loc": { "start": { @@ -159530,8 +159529,8 @@ } }, "range": [ - 71606, - 71694 + 71611, + 71699 ], "loc": { "start": { @@ -159545,8 +159544,8 @@ } }, "range": [ - 71589, - 71695 + 71594, + 71700 ], "loc": { "start": { @@ -159560,8 +159559,8 @@ } }, "range": [ - 71425, - 71696 + 71430, + 71701 ], "loc": { "start": { @@ -159581,8 +159580,8 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 71716, - 71732 + 71721, + 71737 ], "loc": { "start": { @@ -159601,8 +159600,8 @@ "object": { "type": "ThisExpression", "range": [ - 71737, - 71741 + 71742, + 71746 ], "loc": { "start": { @@ -159619,8 +159618,8 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 71742, - 71756 + 71747, + 71761 ], "loc": { "start": { @@ -159634,8 +159633,8 @@ } }, "range": [ - 71737, - 71756 + 71742, + 71761 ], "loc": { "start": { @@ -159649,8 +159648,8 @@ } }, "range": [ - 71716, - 71756 + 71721, + 71761 ], "loc": { "start": { @@ -159664,8 +159663,8 @@ } }, "range": [ - 71425, - 71756 + 71430, + 71761 ], "loc": { "start": { @@ -159689,8 +159688,8 @@ "object": { "type": "ThisExpression", "range": [ - 71831, - 71835 + 71836, + 71840 ], "loc": { "start": { @@ -159707,8 +159706,8 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 71836, - 71851 + 71841, + 71856 ], "loc": { "start": { @@ -159722,8 +159721,8 @@ } }, "range": [ - 71831, - 71851 + 71836, + 71856 ], "loc": { "start": { @@ -159748,8 +159747,8 @@ "type": "Identifier", "name": "opt0", "range": [ - 71879, - 71883 + 71884, + 71888 ], "loc": { "start": { @@ -159771,8 +159770,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 71886, - 71889 + 71891, + 71894 ], "loc": { "start": { @@ -159789,8 +159788,8 @@ "type": "Identifier", "name": "createOpt", "range": [ - 71890, - 71899 + 71895, + 71904 ], "loc": { "start": { @@ -159804,8 +159803,8 @@ } }, "range": [ - 71886, - 71899 + 71891, + 71904 ], "loc": { "start": { @@ -159825,8 +159824,8 @@ "object": { "type": "ThisExpression", "range": [ - 71900, - 71904 + 71905, + 71909 ], "loc": { "start": { @@ -159843,8 +159842,8 @@ "type": "Identifier", "name": "displayAllText", "range": [ - 71905, - 71919 + 71910, + 71924 ], "loc": { "start": { @@ -159858,8 +159857,8 @@ } }, "range": [ - 71900, - 71919 + 71905, + 71924 ], "loc": { "start": { @@ -159877,8 +159876,8 @@ "value": "", "raw": "''", "range": [ - 71921, - 71923 + 71926, + 71928 ], "loc": { "start": { @@ -159893,8 +159892,8 @@ } ], "range": [ - 71886, - 71924 + 71891, + 71929 ], "loc": { "start": { @@ -159908,8 +159907,8 @@ } }, "range": [ - 71879, - 71924 + 71884, + 71929 ], "loc": { "start": { @@ -159925,8 +159924,8 @@ ], "kind": "let", "range": [ - 71875, - 71925 + 71880, + 71930 ], "loc": { "start": { @@ -159951,8 +159950,8 @@ "type": "Identifier", "name": "curSlc", "range": [ - 71946, - 71952 + 71951, + 71957 ], "loc": { "start": { @@ -159969,8 +159968,8 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 71953, - 71962 + 71958, + 71967 ], "loc": { "start": { @@ -159984,8 +159983,8 @@ } }, "range": [ - 71946, - 71962 + 71951, + 71967 ], "loc": { "start": { @@ -160003,8 +160002,8 @@ "value": "", "raw": "''", "range": [ - 71965, - 71967 + 71970, + 71972 ], "loc": { "start": { @@ -160018,8 +160017,8 @@ } }, "range": [ - 71946, - 71967 + 71951, + 71972 ], "loc": { "start": { @@ -160033,8 +160032,8 @@ } }, "range": [ - 71946, - 71968 + 71951, + 71973 ], "loc": { "start": { @@ -160058,8 +160057,8 @@ "type": "Identifier", "name": "curSlc", "range": [ - 71989, - 71995 + 71994, + 72000 ], "loc": { "start": { @@ -160076,8 +160075,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 71996, - 72007 + 72001, + 72012 ], "loc": { "start": { @@ -160091,8 +160090,8 @@ } }, "range": [ - 71989, - 72007 + 71994, + 72012 ], "loc": { "start": { @@ -160110,8 +160109,8 @@ "type": "Identifier", "name": "opt0", "range": [ - 72008, - 72012 + 72013, + 72017 ], "loc": { "start": { @@ -160126,8 +160125,8 @@ } ], "range": [ - 71989, - 72013 + 71994, + 72018 ], "loc": { "start": { @@ -160141,8 +160140,8 @@ } }, "range": [ - 71989, - 72014 + 71994, + 72019 ], "loc": { "start": { @@ -160157,8 +160156,8 @@ } ], "range": [ - 71853, - 72032 + 71858, + 72037 ], "loc": { "start": { @@ -160173,8 +160172,8 @@ }, "alternate": null, "range": [ - 71827, - 72032 + 71832, + 72037 ], "loc": { "start": { @@ -160191,8 +160190,8 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 71777, - 71810 + 71782, + 71815 ], "loc": { "start": { @@ -160221,8 +160220,8 @@ "type": "Identifier", "name": "slcA3", "range": [ - 72054, - 72059 + 72059, + 72064 ], "loc": { "start": { @@ -160239,8 +160238,8 @@ "type": "Identifier", "name": "indexOf", "range": [ - 72060, - 72067 + 72065, + 72072 ], "loc": { "start": { @@ -160254,8 +160253,8 @@ } }, "range": [ - 72054, - 72067 + 72059, + 72072 ], "loc": { "start": { @@ -160276,8 +160275,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72068, - 72076 + 72073, + 72081 ], "loc": { "start": { @@ -160294,8 +160293,8 @@ "type": "Identifier", "name": "i", "range": [ - 72077, - 72078 + 72082, + 72083 ], "loc": { "start": { @@ -160309,8 +160308,8 @@ } }, "range": [ - 72068, - 72079 + 72073, + 72084 ], "loc": { "start": { @@ -160325,8 +160324,8 @@ } ], "range": [ - 72054, - 72080 + 72059, + 72085 ], "loc": { "start": { @@ -160347,8 +160346,8 @@ "value": 1, "raw": "1", "range": [ - 72085, - 72086 + 72090, + 72091 ], "loc": { "start": { @@ -160363,8 +160362,8 @@ }, "prefix": true, "range": [ - 72084, - 72086 + 72089, + 72091 ], "loc": { "start": { @@ -160378,8 +160377,8 @@ } }, "range": [ - 72054, - 72086 + 72059, + 72091 ], "loc": { "start": { @@ -160408,8 +160407,8 @@ "object": { "type": "ThisExpression", "range": [ - 72110, - 72114 + 72115, + 72119 ], "loc": { "start": { @@ -160426,8 +160425,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 72115, - 72122 + 72120, + 72127 ], "loc": { "start": { @@ -160441,8 +160440,8 @@ } }, "range": [ - 72110, - 72122 + 72115, + 72127 ], "loc": { "start": { @@ -160459,8 +160458,8 @@ "type": "Identifier", "name": "emit", "range": [ - 72123, - 72127 + 72128, + 72132 ], "loc": { "start": { @@ -160474,8 +160473,8 @@ } }, "range": [ - 72110, - 72127 + 72115, + 72132 ], "loc": { "start": { @@ -160494,8 +160493,8 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 72128, - 72152 + 72133, + 72157 ], "loc": { "start": { @@ -160511,8 +160510,8 @@ { "type": "ThisExpression", "range": [ - 72154, - 72158 + 72159, + 72163 ], "loc": { "start": { @@ -160532,8 +160531,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72184, - 72192 + 72189, + 72197 ], "loc": { "start": { @@ -160550,8 +160549,8 @@ "type": "Identifier", "name": "i", "range": [ - 72193, - 72194 + 72198, + 72199 ], "loc": { "start": { @@ -160565,8 +160564,8 @@ } }, "range": [ - 72184, - 72195 + 72189, + 72200 ], "loc": { "start": { @@ -160581,8 +160580,8 @@ } ], "range": [ - 72110, - 72196 + 72115, + 72201 ], "loc": { "start": { @@ -160596,8 +160595,8 @@ } }, "range": [ - 72110, - 72197 + 72115, + 72202 ], "loc": { "start": { @@ -160612,8 +160611,8 @@ } ], "range": [ - 72088, - 72215 + 72093, + 72220 ], "loc": { "start": { @@ -160642,8 +160641,8 @@ "object": { "type": "ThisExpression", "range": [ - 72243, - 72247 + 72248, + 72252 ], "loc": { "start": { @@ -160660,8 +160659,8 @@ "type": "Identifier", "name": "emitter", "range": [ - 72248, - 72255 + 72253, + 72260 ], "loc": { "start": { @@ -160675,8 +160674,8 @@ } }, "range": [ - 72243, - 72255 + 72248, + 72260 ], "loc": { "start": { @@ -160693,8 +160692,8 @@ "type": "Identifier", "name": "emit", "range": [ - 72256, - 72260 + 72261, + 72265 ], "loc": { "start": { @@ -160708,8 +160707,8 @@ } }, "range": [ - 72243, - 72260 + 72248, + 72265 ], "loc": { "start": { @@ -160728,8 +160727,8 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 72261, - 72282 + 72266, + 72287 ], "loc": { "start": { @@ -160745,8 +160744,8 @@ { "type": "ThisExpression", "range": [ - 72284, - 72288 + 72289, + 72293 ], "loc": { "start": { @@ -160766,8 +160765,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72290, - 72298 + 72295, + 72303 ], "loc": { "start": { @@ -160784,8 +160783,8 @@ "type": "Identifier", "name": "i", "range": [ - 72299, - 72300 + 72304, + 72305 ], "loc": { "start": { @@ -160799,8 +160798,8 @@ } }, "range": [ - 72290, - 72301 + 72295, + 72306 ], "loc": { "start": { @@ -160818,8 +160817,8 @@ "value": true, "raw": "true", "range": [ - 72327, - 72331 + 72332, + 72336 ], "loc": { "start": { @@ -160834,8 +160833,8 @@ } ], "range": [ - 72243, - 72332 + 72248, + 72337 ], "loc": { "start": { @@ -160849,8 +160848,8 @@ } }, "range": [ - 72243, - 72333 + 72248, + 72338 ], "loc": { "start": { @@ -160865,8 +160864,8 @@ } ], "range": [ - 72221, - 72351 + 72226, + 72356 ], "loc": { "start": { @@ -160880,8 +160879,8 @@ } }, "range": [ - 72050, - 72351 + 72055, + 72356 ], "loc": { "start": { @@ -160904,8 +160903,8 @@ "object": { "type": "ThisExpression", "range": [ - 72369, - 72373 + 72374, + 72378 ], "loc": { "start": { @@ -160922,8 +160921,8 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 72374, - 72388 + 72379, + 72393 ], "loc": { "start": { @@ -160937,8 +160936,8 @@ } }, "range": [ - 72369, - 72388 + 72374, + 72393 ], "loc": { "start": { @@ -160959,8 +160958,8 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 72389, - 72397 + 72394, + 72402 ], "loc": { "start": { @@ -160977,8 +160976,8 @@ "type": "Identifier", "name": "i", "range": [ - 72398, - 72399 + 72403, + 72404 ], "loc": { "start": { @@ -160992,8 +160991,8 @@ } }, "range": [ - 72389, - 72400 + 72394, + 72405 ], "loc": { "start": { @@ -161010,8 +161009,8 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 72402, - 72418 + 72407, + 72423 ], "loc": { "start": { @@ -161026,8 +161025,8 @@ } ], "range": [ - 72369, - 72419 + 72374, + 72424 ], "loc": { "start": { @@ -161041,8 +161040,8 @@ } }, "range": [ - 72369, - 72420 + 72374, + 72425 ], "loc": { "start": { @@ -161057,8 +161056,8 @@ } ], "range": [ - 71758, - 72434 + 71763, + 72439 ], "loc": { "start": { @@ -161073,8 +161072,8 @@ }, "alternate": null, "range": [ - 71421, - 72434 + 71426, + 72439 ], "loc": { "start": { @@ -161091,8 +161090,8 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 71313, - 71356 + 71318, + 71361 ], "loc": { "start": { @@ -161109,8 +161108,8 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 71369, - 71408 + 71374, + 71413 ], "loc": { "start": { @@ -161127,8 +161126,8 @@ } ], "range": [ - 71170, - 72444 + 71175, + 72449 ], "loc": { "start": { @@ -161142,8 +161141,8 @@ } }, "range": [ - 71117, - 72444 + 71122, + 72449 ], "loc": { "start": { @@ -161158,8 +161157,8 @@ } ], "range": [ - 70675, - 72450 + 70680, + 72455 ], "loc": { "start": { @@ -161175,8 +161174,8 @@ "generator": false, "expression": false, "range": [ - 70672, - 72450 + 70677, + 72455 ], "loc": { "start": { @@ -161192,8 +161191,8 @@ "kind": "method", "computed": false, "range": [ - 70661, - 72450 + 70666, + 72455 ], "loc": { "start": { @@ -161210,8 +161209,8 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 70551, - 70656 + 70556, + 70661 ], "loc": { "start": { @@ -161230,8 +161229,8 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 72456, - 72634 + 72461, + 72639 ], "loc": { "start": { @@ -161253,8 +161252,8 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 72639, - 72651 + 72644, + 72656 ], "loc": { "start": { @@ -161275,8 +161274,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72652, - 72660 + 72657, + 72665 ], "loc": { "start": { @@ -161302,8 +161301,8 @@ "type": "Identifier", "name": "fltType", "range": [ - 72676, - 72683 + 72681, + 72688 ], "loc": { "start": { @@ -161324,8 +161323,8 @@ "object": { "type": "ThisExpression", "range": [ - 72686, - 72690 + 72691, + 72695 ], "loc": { "start": { @@ -161342,8 +161341,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 72691, - 72704 + 72696, + 72709 ], "loc": { "start": { @@ -161357,8 +161356,8 @@ } }, "range": [ - 72686, - 72704 + 72691, + 72709 ], "loc": { "start": { @@ -161376,8 +161375,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72705, - 72713 + 72710, + 72718 ], "loc": { "start": { @@ -161392,8 +161391,8 @@ } ], "range": [ - 72686, - 72714 + 72691, + 72719 ], "loc": { "start": { @@ -161407,8 +161406,8 @@ } }, "range": [ - 72676, - 72714 + 72681, + 72719 ], "loc": { "start": { @@ -161424,8 +161423,8 @@ ], "kind": "let", "range": [ - 72672, - 72715 + 72677, + 72720 ], "loc": { "start": { @@ -161455,8 +161454,8 @@ "object": { "type": "ThisExpression", "range": [ - 72731, - 72735 + 72736, + 72740 ], "loc": { "start": { @@ -161473,8 +161472,8 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 72736, - 72751 + 72741, + 72756 ], "loc": { "start": { @@ -161488,8 +161487,8 @@ } }, "range": [ - 72731, - 72751 + 72736, + 72756 ], "loc": { "start": { @@ -161506,8 +161505,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 72752, - 72760 + 72757, + 72765 ], "loc": { "start": { @@ -161521,8 +161520,8 @@ } }, "range": [ - 72731, - 72761 + 72736, + 72766 ], "loc": { "start": { @@ -161541,8 +161540,8 @@ "object": { "type": "ThisExpression", "range": [ - 72765, - 72769 + 72770, + 72774 ], "loc": { "start": { @@ -161559,8 +161558,8 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 72770, - 72780 + 72775, + 72785 ], "loc": { "start": { @@ -161574,8 +161573,8 @@ } }, "range": [ - 72765, - 72780 + 72770, + 72785 ], "loc": { "start": { @@ -161589,8 +161588,8 @@ } }, "range": [ - 72731, - 72780 + 72736, + 72785 ], "loc": { "start": { @@ -161610,8 +161609,8 @@ "type": "Identifier", "name": "fltType", "range": [ - 72796, - 72803 + 72801, + 72808 ], "loc": { "start": { @@ -161628,8 +161627,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 72808, - 72813 + 72813, + 72818 ], "loc": { "start": { @@ -161643,8 +161642,8 @@ } }, "range": [ - 72796, - 72813 + 72801, + 72818 ], "loc": { "start": { @@ -161658,8 +161657,8 @@ } }, "range": [ - 72731, - 72813 + 72736, + 72818 ], "loc": { "start": { @@ -161673,8 +161672,8 @@ } }, "range": [ - 72724, - 72814 + 72729, + 72819 ], "loc": { "start": { @@ -161689,8 +161688,8 @@ } ], "range": [ - 72662, - 72820 + 72667, + 72825 ], "loc": { "start": { @@ -161706,8 +161705,8 @@ "generator": false, "expression": false, "range": [ - 72651, - 72820 + 72656, + 72825 ], "loc": { "start": { @@ -161723,8 +161722,8 @@ "kind": "method", "computed": false, "range": [ - 72639, - 72820 + 72644, + 72825 ], "loc": { "start": { @@ -161741,8 +161740,8 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 72456, - 72634 + 72461, + 72639 ], "loc": { "start": { @@ -161761,8 +161760,8 @@ "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": [ - 72826, - 73045 + 72831, + 73050 ], "loc": { "start": { @@ -161784,8 +161783,8 @@ "type": "Identifier", "name": "isImported", "range": [ - 73050, - 73060 + 73055, + 73065 ], "loc": { "start": { @@ -161806,8 +161805,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 73061, - 73069 + 73066, + 73074 ], "loc": { "start": { @@ -161824,8 +161823,8 @@ "type": "Identifier", "name": "type", "range": [ - 73071, - 73075 + 73076, + 73080 ], "loc": { "start": { @@ -161851,8 +161850,8 @@ "type": "Identifier", "name": "imported", "range": [ - 73091, - 73099 + 73096, + 73104 ], "loc": { "start": { @@ -161870,8 +161869,8 @@ "value": false, "raw": "false", "range": [ - 73102, - 73107 + 73107, + 73112 ], "loc": { "start": { @@ -161885,8 +161884,8 @@ } }, "range": [ - 73091, - 73107 + 73096, + 73112 ], "loc": { "start": { @@ -161905,8 +161904,8 @@ "type": "Identifier", "name": "importType", "range": [ - 73121, - 73131 + 73126, + 73136 ], "loc": { "start": { @@ -161928,8 +161927,8 @@ "type": "Identifier", "name": "type", "range": [ - 73135, - 73139 + 73140, + 73144 ], "loc": { "start": { @@ -161944,8 +161943,8 @@ }, "prefix": true, "range": [ - 73134, - 73139 + 73139, + 73144 ], "loc": { "start": { @@ -161963,8 +161962,8 @@ "value": "script", "raw": "'script'", "range": [ - 73142, - 73150 + 73147, + 73155 ], "loc": { "start": { @@ -161981,8 +161980,8 @@ "type": "Identifier", "name": "type", "range": [ - 73153, - 73157 + 73158, + 73162 ], "loc": { "start": { @@ -161996,8 +161995,8 @@ } }, "range": [ - 73134, - 73157 + 73139, + 73162 ], "loc": { "start": { @@ -162011,8 +162010,8 @@ } }, "range": [ - 73121, - 73157 + 73126, + 73162 ], "loc": { "start": { @@ -162031,8 +162030,8 @@ "type": "Identifier", "name": "attr", "range": [ - 73171, - 73175 + 73176, + 73180 ], "loc": { "start": { @@ -162054,8 +162053,8 @@ "type": "Identifier", "name": "importType", "range": [ - 73178, - 73188 + 73183, + 73193 ], "loc": { "start": { @@ -162073,8 +162072,8 @@ "value": "script", "raw": "'script'", "range": [ - 73192, - 73200 + 73197, + 73205 ], "loc": { "start": { @@ -162088,8 +162087,8 @@ } }, "range": [ - 73178, - 73200 + 73183, + 73205 ], "loc": { "start": { @@ -162107,8 +162106,8 @@ "value": "src", "raw": "'src'", "range": [ - 73203, - 73208 + 73208, + 73213 ], "loc": { "start": { @@ -162126,8 +162125,8 @@ "value": "href", "raw": "'href'", "range": [ - 73211, - 73217 + 73216, + 73222 ], "loc": { "start": { @@ -162141,8 +162140,8 @@ } }, "range": [ - 73178, - 73217 + 73183, + 73222 ], "loc": { "start": { @@ -162156,8 +162155,8 @@ } }, "range": [ - 73171, - 73217 + 73176, + 73222 ], "loc": { "start": { @@ -162176,8 +162175,8 @@ "type": "Identifier", "name": "files", "range": [ - 73231, - 73236 + 73236, + 73241 ], "loc": { "start": { @@ -162199,8 +162198,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 73239, - 73242 + 73244, + 73247 ], "loc": { "start": { @@ -162217,8 +162216,8 @@ "type": "Identifier", "name": "tag", "range": [ - 73243, - 73246 + 73248, + 73251 ], "loc": { "start": { @@ -162232,8 +162231,8 @@ } }, "range": [ - 73239, - 73246 + 73244, + 73251 ], "loc": { "start": { @@ -162251,8 +162250,8 @@ "type": "Identifier", "name": "doc", "range": [ - 73247, - 73250 + 73252, + 73255 ], "loc": { "start": { @@ -162269,8 +162268,8 @@ "type": "Identifier", "name": "importType", "range": [ - 73252, - 73262 + 73257, + 73267 ], "loc": { "start": { @@ -162285,8 +162284,8 @@ } ], "range": [ - 73239, - 73263 + 73244, + 73268 ], "loc": { "start": { @@ -162300,8 +162299,8 @@ } }, "range": [ - 73231, - 73263 + 73236, + 73268 ], "loc": { "start": { @@ -162317,8 +162316,8 @@ ], "kind": "let", "range": [ - 73087, - 73264 + 73092, + 73269 ], "loc": { "start": { @@ -162342,8 +162341,8 @@ "type": "Identifier", "name": "i", "range": [ - 73282, - 73283 + 73287, + 73288 ], "loc": { "start": { @@ -162361,8 +162360,8 @@ "value": 0, "raw": "0", "range": [ - 73286, - 73287 + 73291, + 73292 ], "loc": { "start": { @@ -162376,8 +162375,8 @@ } }, "range": [ - 73282, - 73287 + 73287, + 73292 ], "loc": { "start": { @@ -162396,8 +162395,8 @@ "type": "Identifier", "name": "len", "range": [ - 73289, - 73292 + 73294, + 73297 ], "loc": { "start": { @@ -162417,8 +162416,8 @@ "type": "Identifier", "name": "files", "range": [ - 73295, - 73300 + 73300, + 73305 ], "loc": { "start": { @@ -162435,8 +162434,8 @@ "type": "Identifier", "name": "length", "range": [ - 73301, - 73307 + 73306, + 73312 ], "loc": { "start": { @@ -162450,8 +162449,8 @@ } }, "range": [ - 73295, - 73307 + 73300, + 73312 ], "loc": { "start": { @@ -162465,8 +162464,8 @@ } }, "range": [ - 73289, - 73307 + 73294, + 73312 ], "loc": { "start": { @@ -162482,8 +162481,8 @@ ], "kind": "let", "range": [ - 73278, - 73307 + 73283, + 73312 ], "loc": { "start": { @@ -162503,8 +162502,8 @@ "type": "Identifier", "name": "i", "range": [ - 73309, - 73310 + 73314, + 73315 ], "loc": { "start": { @@ -162521,8 +162520,8 @@ "type": "Identifier", "name": "len", "range": [ - 73313, - 73316 + 73318, + 73321 ], "loc": { "start": { @@ -162536,8 +162535,8 @@ } }, "range": [ - 73309, - 73316 + 73314, + 73321 ], "loc": { "start": { @@ -162557,8 +162556,8 @@ "type": "Identifier", "name": "i", "range": [ - 73318, - 73319 + 73323, + 73324 ], "loc": { "start": { @@ -162573,8 +162572,8 @@ }, "prefix": false, "range": [ - 73318, - 73321 + 73323, + 73326 ], "loc": { "start": { @@ -162605,8 +162604,8 @@ "type": "Identifier", "name": "files", "range": [ - 73341, - 73346 + 73346, + 73351 ], "loc": { "start": { @@ -162623,8 +162622,8 @@ "type": "Identifier", "name": "i", "range": [ - 73347, - 73348 + 73352, + 73353 ], "loc": { "start": { @@ -162638,8 +162637,8 @@ } }, "range": [ - 73341, - 73349 + 73346, + 73354 ], "loc": { "start": { @@ -162656,8 +162655,8 @@ "type": "Identifier", "name": "attr", "range": [ - 73350, - 73354 + 73355, + 73359 ], "loc": { "start": { @@ -162671,8 +162670,8 @@ } }, "range": [ - 73341, - 73355 + 73346, + 73360 ], "loc": { "start": { @@ -162689,8 +162688,8 @@ "type": "Identifier", "name": "undefined", "range": [ - 73360, - 73369 + 73365, + 73374 ], "loc": { "start": { @@ -162704,8 +162703,8 @@ } }, "range": [ - 73341, - 73369 + 73346, + 73374 ], "loc": { "start": { @@ -162725,8 +162724,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 73389, - 73398 + 73394, + 73403 ], "loc": { "start": { @@ -162741,8 +162740,8 @@ } ], "range": [ - 73371, - 73412 + 73376, + 73417 ], "loc": { "start": { @@ -162757,8 +162756,8 @@ }, "alternate": null, "range": [ - 73337, - 73412 + 73342, + 73417 ], "loc": { "start": { @@ -162788,8 +162787,8 @@ "type": "Identifier", "name": "files", "range": [ - 73429, - 73434 + 73434, + 73439 ], "loc": { "start": { @@ -162806,8 +162805,8 @@ "type": "Identifier", "name": "i", "range": [ - 73435, - 73436 + 73440, + 73441 ], "loc": { "start": { @@ -162821,8 +162820,8 @@ } }, "range": [ - 73429, - 73437 + 73434, + 73442 ], "loc": { "start": { @@ -162839,8 +162838,8 @@ "type": "Identifier", "name": "attr", "range": [ - 73438, - 73442 + 73443, + 73447 ], "loc": { "start": { @@ -162854,8 +162853,8 @@ } }, "range": [ - 73429, - 73443 + 73434, + 73448 ], "loc": { "start": { @@ -162872,8 +162871,8 @@ "type": "Identifier", "name": "match", "range": [ - 73444, - 73449 + 73449, + 73454 ], "loc": { "start": { @@ -162887,8 +162886,8 @@ } }, "range": [ - 73429, - 73449 + 73434, + 73454 ], "loc": { "start": { @@ -162906,8 +162905,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 73450, - 73458 + 73455, + 73463 ], "loc": { "start": { @@ -162922,8 +162921,8 @@ } ], "range": [ - 73429, - 73459 + 73434, + 73464 ], "loc": { "start": { @@ -162948,8 +162947,8 @@ "type": "Identifier", "name": "imported", "range": [ - 73479, - 73487 + 73484, + 73492 ], "loc": { "start": { @@ -162967,8 +162966,8 @@ "value": true, "raw": "true", "range": [ - 73490, - 73494 + 73495, + 73499 ], "loc": { "start": { @@ -162982,8 +162981,8 @@ } }, "range": [ - 73479, - 73494 + 73484, + 73499 ], "loc": { "start": { @@ -162997,8 +162996,8 @@ } }, "range": [ - 73479, - 73495 + 73484, + 73500 ], "loc": { "start": { @@ -163015,8 +163014,8 @@ "type": "BreakStatement", "label": null, "range": [ - 73512, - 73518 + 73517, + 73523 ], "loc": { "start": { @@ -163031,8 +163030,8 @@ } ], "range": [ - 73461, - 73532 + 73466, + 73537 ], "loc": { "start": { @@ -163047,8 +163046,8 @@ }, "alternate": null, "range": [ - 73425, - 73532 + 73430, + 73537 ], "loc": { "start": { @@ -163063,8 +163062,8 @@ } ], "range": [ - 73323, - 73542 + 73328, + 73547 ], "loc": { "start": { @@ -163078,8 +163077,8 @@ } }, "range": [ - 73273, - 73542 + 73278, + 73547 ], "loc": { "start": { @@ -163098,8 +163097,8 @@ "type": "Identifier", "name": "imported", "range": [ - 73558, - 73566 + 73563, + 73571 ], "loc": { "start": { @@ -163113,8 +163112,8 @@ } }, "range": [ - 73551, - 73567 + 73556, + 73572 ], "loc": { "start": { @@ -163129,8 +163128,8 @@ } ], "range": [ - 73077, - 73573 + 73082, + 73578 ], "loc": { "start": { @@ -163146,8 +163145,8 @@ "generator": false, "expression": false, "range": [ - 73060, - 73573 + 73065, + 73578 ], "loc": { "start": { @@ -163163,8 +163162,8 @@ "kind": "method", "computed": false, "range": [ - 73050, - 73573 + 73055, + 73578 ], "loc": { "start": { @@ -163181,8 +163180,8 @@ "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": [ - 72826, - 73045 + 72831, + 73050 ], "loc": { "start": { @@ -163201,8 +163200,8 @@ "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": [ - 73579, - 73838 + 73584, + 73843 ], "loc": { "start": { @@ -163224,8 +163223,8 @@ "type": "Identifier", "name": "import", "range": [ - 73843, - 73849 + 73848, + 73854 ], "loc": { "start": { @@ -163246,8 +163245,8 @@ "type": "Identifier", "name": "fileId", "range": [ - 73850, - 73856 + 73855, + 73861 ], "loc": { "start": { @@ -163264,8 +163263,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 73858, - 73866 + 73863, + 73871 ], "loc": { "start": { @@ -163282,8 +163281,8 @@ "type": "Identifier", "name": "callback", "range": [ - 73868, - 73876 + 73873, + 73881 ], "loc": { "start": { @@ -163300,8 +163299,8 @@ "type": "Identifier", "name": "type", "range": [ - 73878, - 73882 + 73883, + 73887 ], "loc": { "start": { @@ -163327,8 +163326,8 @@ "type": "Identifier", "name": "ftype", "range": [ - 73898, - 73903 + 73903, + 73908 ], "loc": { "start": { @@ -163350,8 +163349,8 @@ "type": "Identifier", "name": "type", "range": [ - 73907, - 73911 + 73912, + 73916 ], "loc": { "start": { @@ -163366,8 +163365,8 @@ }, "prefix": true, "range": [ - 73906, - 73911 + 73911, + 73916 ], "loc": { "start": { @@ -163385,8 +163384,8 @@ "value": "script", "raw": "'script'", "range": [ - 73914, - 73922 + 73919, + 73927 ], "loc": { "start": { @@ -163403,8 +163402,8 @@ "type": "Identifier", "name": "type", "range": [ - 73925, - 73929 + 73930, + 73934 ], "loc": { "start": { @@ -163418,8 +163417,8 @@ } }, "range": [ - 73906, - 73929 + 73911, + 73934 ], "loc": { "start": { @@ -163433,8 +163432,8 @@ } }, "range": [ - 73898, - 73929 + 73903, + 73934 ], "loc": { "start": { @@ -163453,8 +163452,8 @@ "type": "Identifier", "name": "imported", "range": [ - 73943, - 73951 + 73948, + 73956 ], "loc": { "start": { @@ -163475,8 +163474,8 @@ "object": { "type": "ThisExpression", "range": [ - 73954, - 73958 + 73959, + 73963 ], "loc": { "start": { @@ -163493,8 +163492,8 @@ "type": "Identifier", "name": "isImported", "range": [ - 73959, - 73969 + 73964, + 73974 ], "loc": { "start": { @@ -163508,8 +163507,8 @@ } }, "range": [ - 73954, - 73969 + 73959, + 73974 ], "loc": { "start": { @@ -163527,8 +163526,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 73970, - 73978 + 73975, + 73983 ], "loc": { "start": { @@ -163545,8 +163544,8 @@ "type": "Identifier", "name": "ftype", "range": [ - 73980, - 73985 + 73985, + 73990 ], "loc": { "start": { @@ -163561,8 +163560,8 @@ } ], "range": [ - 73954, - 73986 + 73959, + 73991 ], "loc": { "start": { @@ -163576,8 +163575,8 @@ } }, "range": [ - 73943, - 73986 + 73948, + 73991 ], "loc": { "start": { @@ -163593,8 +163592,8 @@ ], "kind": "let", "range": [ - 73894, - 73987 + 73899, + 73992 ], "loc": { "start": { @@ -163613,8 +163612,8 @@ "type": "Identifier", "name": "imported", "range": [ - 74000, - 74008 + 74005, + 74013 ], "loc": { "start": { @@ -163634,8 +163633,8 @@ "type": "ReturnStatement", "argument": null, "range": [ - 74024, - 74031 + 74029, + 74036 ], "loc": { "start": { @@ -163650,8 +163649,8 @@ } ], "range": [ - 74010, - 74041 + 74015, + 74046 ], "loc": { "start": { @@ -163666,8 +163665,8 @@ }, "alternate": null, "range": [ - 73996, - 74041 + 74001, + 74046 ], "loc": { "start": { @@ -163689,8 +163688,8 @@ "type": "Identifier", "name": "o", "range": [ - 74054, - 74055 + 74059, + 74060 ], "loc": { "start": { @@ -163706,8 +163705,8 @@ "init": { "type": "ThisExpression", "range": [ - 74058, - 74062 + 74063, + 74067 ], "loc": { "start": { @@ -163721,8 +163720,8 @@ } }, "range": [ - 74054, - 74062 + 74059, + 74067 ], "loc": { "start": { @@ -163741,8 +163740,8 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 74076, - 74084 + 74081, + 74089 ], "loc": { "start": { @@ -163760,8 +163759,8 @@ "value": false, "raw": "false", "range": [ - 74087, - 74092 + 74092, + 74097 ], "loc": { "start": { @@ -163775,8 +163774,8 @@ } }, "range": [ - 74076, - 74092 + 74081, + 74097 ], "loc": { "start": { @@ -163795,8 +163794,8 @@ "type": "Identifier", "name": "file", "range": [ - 74106, - 74110 + 74111, + 74115 ], "loc": { "start": { @@ -163811,8 +163810,8 @@ }, "init": null, "range": [ - 74106, - 74110 + 74111, + 74115 ], "loc": { "start": { @@ -163831,8 +163830,8 @@ "type": "Identifier", "name": "head", "range": [ - 74124, - 74128 + 74129, + 74133 ], "loc": { "start": { @@ -163857,8 +163856,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 74131, - 74134 + 74136, + 74139 ], "loc": { "start": { @@ -163875,8 +163874,8 @@ "type": "Identifier", "name": "tag", "range": [ - 74135, - 74138 + 74140, + 74143 ], "loc": { "start": { @@ -163890,8 +163889,8 @@ } }, "range": [ - 74131, - 74138 + 74136, + 74143 ], "loc": { "start": { @@ -163909,8 +163908,8 @@ "type": "Identifier", "name": "doc", "range": [ - 74139, - 74142 + 74144, + 74147 ], "loc": { "start": { @@ -163928,8 +163927,8 @@ "value": "head", "raw": "'head'", "range": [ - 74144, - 74150 + 74149, + 74155 ], "loc": { "start": { @@ -163944,8 +163943,8 @@ } ], "range": [ - 74131, - 74151 + 74136, + 74156 ], "loc": { "start": { @@ -163963,8 +163962,8 @@ "value": 0, "raw": "0", "range": [ - 74152, - 74153 + 74157, + 74158 ], "loc": { "start": { @@ -163978,8 +163977,8 @@ } }, "range": [ - 74131, - 74154 + 74136, + 74159 ], "loc": { "start": { @@ -163993,8 +163992,8 @@ } }, "range": [ - 74124, - 74154 + 74129, + 74159 ], "loc": { "start": { @@ -164010,8 +164009,8 @@ ], "kind": "let", "range": [ - 74050, - 74155 + 74055, + 74160 ], "loc": { "start": { @@ -164038,8 +164037,8 @@ "type": "Identifier", "name": "Str", "range": [ - 74169, - 74172 + 74174, + 74177 ], "loc": { "start": { @@ -164056,8 +164055,8 @@ "type": "Identifier", "name": "lower", "range": [ - 74173, - 74178 + 74178, + 74183 ], "loc": { "start": { @@ -164071,8 +164070,8 @@ } }, "range": [ - 74169, - 74178 + 74174, + 74183 ], "loc": { "start": { @@ -164090,8 +164089,8 @@ "type": "Identifier", "name": "ftype", "range": [ - 74179, - 74184 + 74184, + 74189 ], "loc": { "start": { @@ -164106,8 +164105,8 @@ } ], "range": [ - 74169, - 74185 + 74174, + 74190 ], "loc": { "start": { @@ -164125,8 +164124,8 @@ "value": "link", "raw": "'link'", "range": [ - 74190, - 74196 + 74195, + 74201 ], "loc": { "start": { @@ -164140,8 +164139,8 @@ } }, "range": [ - 74169, - 74196 + 74174, + 74201 ], "loc": { "start": { @@ -164166,8 +164165,8 @@ "type": "Identifier", "name": "file", "range": [ - 74212, - 74216 + 74217, + 74221 ], "loc": { "start": { @@ -164189,8 +164188,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 74219, - 74222 + 74224, + 74227 ], "loc": { "start": { @@ -164207,8 +164206,8 @@ "type": "Identifier", "name": "create", "range": [ - 74223, - 74229 + 74228, + 74234 ], "loc": { "start": { @@ -164222,8 +164221,8 @@ } }, "range": [ - 74219, - 74229 + 74224, + 74234 ], "loc": { "start": { @@ -164242,8 +164241,8 @@ "value": "link", "raw": "'link'", "range": [ - 74230, - 74236 + 74235, + 74241 ], "loc": { "start": { @@ -164264,8 +164263,8 @@ "value": "id", "raw": "'id'", "range": [ - 74255, - 74259 + 74260, + 74264 ], "loc": { "start": { @@ -164282,8 +164281,8 @@ "type": "Identifier", "name": "fileId", "range": [ - 74261, - 74267 + 74266, + 74272 ], "loc": { "start": { @@ -164298,8 +164297,8 @@ } ], "range": [ - 74254, - 74268 + 74259, + 74273 ], "loc": { "start": { @@ -164320,8 +164319,8 @@ "value": "type", "raw": "'type'", "range": [ - 74271, - 74277 + 74276, + 74282 ], "loc": { "start": { @@ -164339,8 +164338,8 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 74279, - 74289 + 74284, + 74294 ], "loc": { "start": { @@ -164355,8 +164354,8 @@ } ], "range": [ - 74270, - 74290 + 74275, + 74295 ], "loc": { "start": { @@ -164377,8 +164376,8 @@ "value": "rel", "raw": "'rel'", "range": [ - 74309, - 74314 + 74314, + 74319 ], "loc": { "start": { @@ -164396,8 +164395,8 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 74316, - 74328 + 74321, + 74333 ], "loc": { "start": { @@ -164412,8 +164411,8 @@ } ], "range": [ - 74308, - 74329 + 74313, + 74334 ], "loc": { "start": { @@ -164434,8 +164433,8 @@ "value": "href", "raw": "'href'", "range": [ - 74332, - 74338 + 74337, + 74343 ], "loc": { "start": { @@ -164452,8 +164451,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 74340, - 74348 + 74345, + 74353 ], "loc": { "start": { @@ -164468,8 +164467,8 @@ } ], "range": [ - 74331, - 74349 + 74336, + 74354 ], "loc": { "start": { @@ -164484,8 +164483,8 @@ } ], "range": [ - 74219, - 74363 + 74224, + 74368 ], "loc": { "start": { @@ -164499,8 +164498,8 @@ } }, "range": [ - 74212, - 74363 + 74217, + 74368 ], "loc": { "start": { @@ -164514,8 +164513,8 @@ } }, "range": [ - 74212, - 74364 + 74217, + 74369 ], "loc": { "start": { @@ -164530,8 +164529,8 @@ } ], "range": [ - 74198, - 74374 + 74203, + 74379 ], "loc": { "start": { @@ -164556,8 +164555,8 @@ "type": "Identifier", "name": "file", "range": [ - 74394, - 74398 + 74399, + 74403 ], "loc": { "start": { @@ -164579,8 +164578,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 74401, - 74404 + 74406, + 74409 ], "loc": { "start": { @@ -164597,8 +164596,8 @@ "type": "Identifier", "name": "create", "range": [ - 74405, - 74411 + 74410, + 74416 ], "loc": { "start": { @@ -164612,8 +164611,8 @@ } }, "range": [ - 74401, - 74411 + 74406, + 74416 ], "loc": { "start": { @@ -164632,8 +164631,8 @@ "value": "script", "raw": "'script'", "range": [ - 74412, - 74420 + 74417, + 74425 ], "loc": { "start": { @@ -164654,8 +164653,8 @@ "value": "id", "raw": "'id'", "range": [ - 74439, - 74443 + 74444, + 74448 ], "loc": { "start": { @@ -164672,8 +164671,8 @@ "type": "Identifier", "name": "fileId", "range": [ - 74445, - 74451 + 74450, + 74456 ], "loc": { "start": { @@ -164688,8 +164687,8 @@ } ], "range": [ - 74438, - 74452 + 74443, + 74457 ], "loc": { "start": { @@ -164710,8 +164709,8 @@ "value": "type", "raw": "'type'", "range": [ - 74471, - 74477 + 74476, + 74482 ], "loc": { "start": { @@ -164729,8 +164728,8 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 74479, - 74496 + 74484, + 74501 ], "loc": { "start": { @@ -164745,8 +164744,8 @@ } ], "range": [ - 74470, - 74497 + 74475, + 74502 ], "loc": { "start": { @@ -164767,8 +164766,8 @@ "value": "src", "raw": "'src'", "range": [ - 74500, - 74505 + 74505, + 74510 ], "loc": { "start": { @@ -164785,8 +164784,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 74507, - 74515 + 74512, + 74520 ], "loc": { "start": { @@ -164801,8 +164800,8 @@ } ], "range": [ - 74499, - 74516 + 74504, + 74521 ], "loc": { "start": { @@ -164817,8 +164816,8 @@ } ], "range": [ - 74401, - 74530 + 74406, + 74535 ], "loc": { "start": { @@ -164832,8 +164831,8 @@ } }, "range": [ - 74394, - 74530 + 74399, + 74535 ], "loc": { "start": { @@ -164847,8 +164846,8 @@ } }, "range": [ - 74394, - 74531 + 74399, + 74536 ], "loc": { "start": { @@ -164863,8 +164862,8 @@ } ], "range": [ - 74380, - 74541 + 74385, + 74546 ], "loc": { "start": { @@ -164878,8 +164877,8 @@ } }, "range": [ - 74165, - 74541 + 74170, + 74546 ], "loc": { "start": { @@ -164896,8 +164895,8 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 74551, - 74623 + 74556, + 74628 ], "loc": { "start": { @@ -164924,8 +164923,8 @@ "type": "Identifier", "name": "file", "range": [ - 74632, - 74636 + 74637, + 74641 ], "loc": { "start": { @@ -164942,8 +164941,8 @@ "type": "Identifier", "name": "onload", "range": [ - 74637, - 74643 + 74642, + 74648 ], "loc": { "start": { @@ -164957,8 +164956,8 @@ } }, "range": [ - 74632, - 74643 + 74637, + 74648 ], "loc": { "start": { @@ -164981,8 +164980,8 @@ "type": "Identifier", "name": "file", "range": [ - 74646, - 74650 + 74651, + 74655 ], "loc": { "start": { @@ -164999,8 +164998,8 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 74651, - 74669 + 74656, + 74674 ], "loc": { "start": { @@ -165014,8 +165013,8 @@ } }, "range": [ - 74646, - 74669 + 74651, + 74674 ], "loc": { "start": { @@ -165047,8 +165046,8 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 74703, - 74711 + 74708, + 74716 ], "loc": { "start": { @@ -165063,8 +165062,8 @@ }, "prefix": true, "range": [ - 74702, - 74711 + 74707, + 74716 ], "loc": { "start": { @@ -165092,8 +165091,8 @@ "object": { "type": "ThisExpression", "range": [ - 74733, - 74737 + 74738, + 74742 ], "loc": { "start": { @@ -165110,8 +165109,8 @@ "type": "Identifier", "name": "readyState", "range": [ - 74738, - 74748 + 74743, + 74753 ], "loc": { "start": { @@ -165125,8 +165124,8 @@ } }, "range": [ - 74733, - 74748 + 74738, + 74753 ], "loc": { "start": { @@ -165141,8 +165140,8 @@ }, "prefix": true, "range": [ - 74732, - 74748 + 74737, + 74753 ], "loc": { "start": { @@ -165164,8 +165163,8 @@ "object": { "type": "ThisExpression", "range": [ - 74752, - 74756 + 74757, + 74761 ], "loc": { "start": { @@ -165182,8 +165181,8 @@ "type": "Identifier", "name": "readyState", "range": [ - 74757, - 74767 + 74762, + 74772 ], "loc": { "start": { @@ -165197,8 +165196,8 @@ } }, "range": [ - 74752, - 74767 + 74757, + 74772 ], "loc": { "start": { @@ -165216,8 +165215,8 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 74772, - 74780 + 74777, + 74785 ], "loc": { "start": { @@ -165231,8 +165230,8 @@ } }, "range": [ - 74752, - 74780 + 74757, + 74785 ], "loc": { "start": { @@ -165246,8 +165245,8 @@ } }, "range": [ - 74732, - 74780 + 74737, + 74785 ], "loc": { "start": { @@ -165269,8 +165268,8 @@ "object": { "type": "ThisExpression", "range": [ - 74804, - 74808 + 74809, + 74813 ], "loc": { "start": { @@ -165287,8 +165286,8 @@ "type": "Identifier", "name": "readyState", "range": [ - 74809, - 74819 + 74814, + 74824 ], "loc": { "start": { @@ -165302,8 +165301,8 @@ } }, "range": [ - 74804, - 74819 + 74809, + 74824 ], "loc": { "start": { @@ -165321,8 +165320,8 @@ "value": "complete", "raw": "'complete'", "range": [ - 74824, - 74834 + 74829, + 74839 ], "loc": { "start": { @@ -165336,8 +165335,8 @@ } }, "range": [ - 74804, - 74834 + 74809, + 74839 ], "loc": { "start": { @@ -165351,8 +165350,8 @@ } }, "range": [ - 74732, - 74834 + 74737, + 74839 ], "loc": { "start": { @@ -165366,8 +165365,8 @@ } }, "range": [ - 74702, - 74835 + 74707, + 74840 ], "loc": { "start": { @@ -165392,8 +165391,8 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 74855, - 74863 + 74860, + 74868 ], "loc": { "start": { @@ -165411,8 +165410,8 @@ "value": true, "raw": "true", "range": [ - 74866, - 74870 + 74871, + 74875 ], "loc": { "start": { @@ -165426,8 +165425,8 @@ } }, "range": [ - 74855, - 74870 + 74860, + 74875 ], "loc": { "start": { @@ -165441,8 +165440,8 @@ } }, "range": [ - 74855, - 74871 + 74860, + 74876 ], "loc": { "start": { @@ -165467,8 +165466,8 @@ "type": "Identifier", "name": "callback", "range": [ - 74899, - 74907 + 74904, + 74912 ], "loc": { "start": { @@ -165483,8 +165482,8 @@ }, "prefix": true, "range": [ - 74892, - 74907 + 74897, + 74912 ], "loc": { "start": { @@ -165502,8 +165501,8 @@ "value": "function", "raw": "'function'", "range": [ - 74912, - 74922 + 74917, + 74927 ], "loc": { "start": { @@ -165517,8 +165516,8 @@ } }, "range": [ - 74892, - 74922 + 74897, + 74927 ], "loc": { "start": { @@ -165545,8 +165544,8 @@ "type": "Identifier", "name": "callback", "range": [ - 74946, - 74954 + 74951, + 74959 ], "loc": { "start": { @@ -165563,8 +165562,8 @@ "type": "Identifier", "name": "call", "range": [ - 74955, - 74959 + 74960, + 74964 ], "loc": { "start": { @@ -165578,8 +165577,8 @@ } }, "range": [ - 74946, - 74959 + 74951, + 74964 ], "loc": { "start": { @@ -165598,8 +165597,8 @@ "value": null, "raw": "null", "range": [ - 74960, - 74964 + 74965, + 74969 ], "loc": { "start": { @@ -165616,8 +165615,8 @@ "type": "Identifier", "name": "o", "range": [ - 74966, - 74967 + 74971, + 74972 ], "loc": { "start": { @@ -165632,8 +165631,8 @@ } ], "range": [ - 74946, - 74968 + 74951, + 74973 ], "loc": { "start": { @@ -165647,8 +165646,8 @@ } }, "range": [ - 74946, - 74969 + 74951, + 74974 ], "loc": { "start": { @@ -165663,8 +165662,8 @@ } ], "range": [ - 74924, - 74987 + 74929, + 74992 ], "loc": { "start": { @@ -165679,8 +165678,8 @@ }, "alternate": null, "range": [ - 74888, - 74987 + 74893, + 74992 ], "loc": { "start": { @@ -165695,8 +165694,8 @@ } ], "range": [ - 74837, - 75001 + 74842, + 75006 ], "loc": { "start": { @@ -165711,8 +165710,8 @@ }, "alternate": null, "range": [ - 74698, - 75001 + 74703, + 75006 ], "loc": { "start": { @@ -165727,8 +165726,8 @@ } ], "range": [ - 74684, - 75011 + 74689, + 75016 ], "loc": { "start": { @@ -165744,8 +165743,8 @@ "generator": false, "expression": false, "range": [ - 74672, - 75011 + 74677, + 75016 ], "loc": { "start": { @@ -165759,8 +165758,8 @@ } }, "range": [ - 74646, - 75011 + 74651, + 75016 ], "loc": { "start": { @@ -165774,8 +165773,8 @@ } }, "range": [ - 74632, - 75011 + 74637, + 75016 ], "loc": { "start": { @@ -165789,8 +165788,8 @@ } }, "range": [ - 74632, - 75012 + 74637, + 75017 ], "loc": { "start": { @@ -165807,8 +165806,8 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 74551, - 74623 + 74556, + 74628 ], "loc": { "start": { @@ -165835,8 +165834,8 @@ "type": "Identifier", "name": "file", "range": [ - 75021, - 75025 + 75026, + 75030 ], "loc": { "start": { @@ -165853,8 +165852,8 @@ "type": "Identifier", "name": "onerror", "range": [ - 75026, - 75033 + 75031, + 75038 ], "loc": { "start": { @@ -165868,8 +165867,8 @@ } }, "range": [ - 75021, - 75033 + 75026, + 75038 ], "loc": { "start": { @@ -165897,8 +165896,8 @@ "type": "Identifier", "name": "Error", "range": [ - 75072, - 75077 + 75077, + 75082 ], "loc": { "start": { @@ -165920,8 +165919,8 @@ "value": "TableFilter could not load: ", "raw": "'TableFilter could not load: '", "range": [ - 75078, - 75108 + 75083, + 75113 ], "loc": { "start": { @@ -165938,8 +165937,8 @@ "type": "Identifier", "name": "filePath", "range": [ - 75111, - 75119 + 75116, + 75124 ], "loc": { "start": { @@ -165953,8 +165952,8 @@ } }, "range": [ - 75078, - 75119 + 75083, + 75124 ], "loc": { "start": { @@ -165969,8 +165968,8 @@ } ], "range": [ - 75068, - 75120 + 75073, + 75125 ], "loc": { "start": { @@ -165984,8 +165983,8 @@ } }, "range": [ - 75062, - 75121 + 75067, + 75126 ], "loc": { "start": { @@ -166000,8 +165999,8 @@ } ], "range": [ - 75048, - 75131 + 75053, + 75136 ], "loc": { "start": { @@ -166017,8 +166016,8 @@ "generator": false, "expression": false, "range": [ - 75036, - 75131 + 75041, + 75136 ], "loc": { "start": { @@ -166032,8 +166031,8 @@ } }, "range": [ - 75021, - 75131 + 75026, + 75136 ], "loc": { "start": { @@ -166047,8 +166046,8 @@ } }, "range": [ - 75021, - 75132 + 75026, + 75137 ], "loc": { "start": { @@ -166072,8 +166071,8 @@ "type": "Identifier", "name": "head", "range": [ - 75141, - 75145 + 75146, + 75150 ], "loc": { "start": { @@ -166090,8 +166089,8 @@ "type": "Identifier", "name": "appendChild", "range": [ - 75146, - 75157 + 75151, + 75162 ], "loc": { "start": { @@ -166105,8 +166104,8 @@ } }, "range": [ - 75141, - 75157 + 75146, + 75162 ], "loc": { "start": { @@ -166124,8 +166123,8 @@ "type": "Identifier", "name": "file", "range": [ - 75158, - 75162 + 75163, + 75167 ], "loc": { "start": { @@ -166140,8 +166139,8 @@ } ], "range": [ - 75141, - 75163 + 75146, + 75168 ], "loc": { "start": { @@ -166155,8 +166154,8 @@ } }, "range": [ - 75141, - 75164 + 75146, + 75169 ], "loc": { "start": { @@ -166171,8 +166170,8 @@ } ], "range": [ - 73884, - 75170 + 73889, + 75175 ], "loc": { "start": { @@ -166188,8 +166187,8 @@ "generator": false, "expression": false, "range": [ - 73849, - 75170 + 73854, + 75175 ], "loc": { "start": { @@ -166205,8 +166204,8 @@ "kind": "method", "computed": false, "range": [ - 73843, - 75170 + 73848, + 75175 ], "loc": { "start": { @@ -166223,8 +166222,8 @@ "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": [ - 73579, - 73838 + 73584, + 73843 ], "loc": { "start": { @@ -166243,8 +166242,8 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 75176, - 75251 + 75181, + 75256 ], "loc": { "start": { @@ -166266,8 +166265,8 @@ "type": "Identifier", "name": "hasGrid", "range": [ - 75256, - 75263 + 75261, + 75268 ], "loc": { "start": { @@ -166295,8 +166294,8 @@ "object": { "type": "ThisExpression", "range": [ - 75283, - 75287 + 75288, + 75292 ], "loc": { "start": { @@ -166313,8 +166312,8 @@ "type": "Identifier", "name": "_hasGrid", "range": [ - 75288, - 75296 + 75293, + 75301 ], "loc": { "start": { @@ -166328,8 +166327,8 @@ } }, "range": [ - 75283, - 75296 + 75288, + 75301 ], "loc": { "start": { @@ -166343,8 +166342,8 @@ } }, "range": [ - 75276, - 75297 + 75281, + 75302 ], "loc": { "start": { @@ -166359,8 +166358,8 @@ } ], "range": [ - 75266, - 75303 + 75271, + 75308 ], "loc": { "start": { @@ -166376,8 +166375,8 @@ "generator": false, "expression": false, "range": [ - 75263, - 75303 + 75268, + 75308 ], "loc": { "start": { @@ -166393,8 +166392,8 @@ "kind": "method", "computed": false, "range": [ - 75256, - 75303 + 75261, + 75308 ], "loc": { "start": { @@ -166411,8 +166410,8 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 75176, - 75251 + 75181, + 75256 ], "loc": { "start": { @@ -166431,8 +166430,8 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 75309, - 75388 + 75314, + 75393 ], "loc": { "start": { @@ -166454,8 +166453,8 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 75393, - 75405 + 75398, + 75410 ], "loc": { "start": { @@ -166486,8 +166485,8 @@ "object": { "type": "ThisExpression", "range": [ - 75425, - 75429 + 75430, + 75434 ], "loc": { "start": { @@ -166504,8 +166503,8 @@ "type": "Identifier", "name": "fltIds", "range": [ - 75430, - 75436 + 75435, + 75441 ], "loc": { "start": { @@ -166519,8 +166518,8 @@ } }, "range": [ - 75425, - 75436 + 75430, + 75441 ], "loc": { "start": { @@ -166537,8 +166536,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 75440, - 75442 + 75445, + 75447 ], "loc": { "start": { @@ -166552,8 +166551,8 @@ } }, "range": [ - 75425, - 75442 + 75430, + 75447 ], "loc": { "start": { @@ -166567,8 +166566,8 @@ } }, "range": [ - 75418, - 75443 + 75423, + 75448 ], "loc": { "start": { @@ -166583,8 +166582,8 @@ } ], "range": [ - 75408, - 75449 + 75413, + 75454 ], "loc": { "start": { @@ -166600,8 +166599,8 @@ "generator": false, "expression": false, "range": [ - 75405, - 75449 + 75410, + 75454 ], "loc": { "start": { @@ -166617,8 +166616,8 @@ "kind": "method", "computed": false, "range": [ - 75393, - 75449 + 75398, + 75454 ], "loc": { "start": { @@ -166635,8 +166634,8 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 75309, - 75388 + 75314, + 75393 ], "loc": { "start": { @@ -166655,8 +166654,8 @@ "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": [ - 75455, - 75631 + 75460, + 75636 ], "loc": { "start": { @@ -166678,8 +166677,8 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 75636, - 75648 + 75641, + 75653 ], "loc": { "start": { @@ -166700,8 +166699,8 @@ "type": "Identifier", "name": "reCalc", "range": [ - 75649, - 75655 + 75654, + 75660 ], "loc": { "start": { @@ -166727,8 +166726,8 @@ "type": "Identifier", "name": "reCalc", "range": [ - 75672, - 75678 + 75677, + 75683 ], "loc": { "start": { @@ -166743,8 +166742,8 @@ }, "prefix": true, "range": [ - 75671, - 75678 + 75676, + 75683 ], "loc": { "start": { @@ -166768,8 +166767,8 @@ "object": { "type": "ThisExpression", "range": [ - 75701, - 75705 + 75706, + 75710 ], "loc": { "start": { @@ -166786,8 +166785,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 75706, - 75720 + 75711, + 75725 ], "loc": { "start": { @@ -166801,8 +166800,8 @@ } }, "range": [ - 75701, - 75720 + 75706, + 75725 ], "loc": { "start": { @@ -166816,8 +166815,8 @@ } }, "range": [ - 75694, - 75721 + 75699, + 75726 ], "loc": { "start": { @@ -166832,8 +166831,8 @@ } ], "range": [ - 75680, - 75731 + 75685, + 75736 ], "loc": { "start": { @@ -166848,8 +166847,8 @@ }, "alternate": null, "range": [ - 75667, - 75731 + 75672, + 75736 ], "loc": { "start": { @@ -166873,8 +166872,8 @@ "object": { "type": "ThisExpression", "range": [ - 75741, - 75745 + 75746, + 75750 ], "loc": { "start": { @@ -166891,8 +166890,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 75746, - 75760 + 75751, + 75765 ], "loc": { "start": { @@ -166906,8 +166905,8 @@ } }, "range": [ - 75741, - 75760 + 75746, + 75765 ], "loc": { "start": { @@ -166924,8 +166923,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 75763, - 75765 + 75768, + 75770 ], "loc": { "start": { @@ -166939,8 +166938,8 @@ } }, "range": [ - 75741, - 75765 + 75746, + 75770 ], "loc": { "start": { @@ -166954,8 +166953,8 @@ } }, "range": [ - 75741, - 75766 + 75746, + 75771 ], "loc": { "start": { @@ -166979,8 +166978,8 @@ "type": "Identifier", "name": "k", "range": [ - 75784, - 75785 + 75789, + 75790 ], "loc": { "start": { @@ -166999,8 +166998,8 @@ "object": { "type": "ThisExpression", "range": [ - 75788, - 75792 + 75793, + 75797 ], "loc": { "start": { @@ -167017,8 +167016,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 75793, - 75799 + 75798, + 75804 ], "loc": { "start": { @@ -167032,8 +167031,8 @@ } }, "range": [ - 75788, - 75799 + 75793, + 75804 ], "loc": { "start": { @@ -167047,8 +167046,8 @@ } }, "range": [ - 75784, - 75799 + 75789, + 75804 ], "loc": { "start": { @@ -167064,8 +167063,8 @@ ], "kind": "let", "range": [ - 75780, - 75799 + 75785, + 75804 ], "loc": { "start": { @@ -167085,8 +167084,8 @@ "type": "Identifier", "name": "k", "range": [ - 75801, - 75802 + 75806, + 75807 ], "loc": { "start": { @@ -167107,8 +167106,8 @@ "object": { "type": "ThisExpression", "range": [ - 75805, - 75809 + 75810, + 75814 ], "loc": { "start": { @@ -167125,8 +167124,8 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 75810, - 75819 + 75815, + 75824 ], "loc": { "start": { @@ -167140,8 +167139,8 @@ } }, "range": [ - 75805, - 75819 + 75810, + 75824 ], "loc": { "start": { @@ -167160,8 +167159,8 @@ "value": true, "raw": "true", "range": [ - 75820, - 75824 + 75825, + 75829 ], "loc": { "start": { @@ -167176,8 +167175,8 @@ } ], "range": [ - 75805, - 75825 + 75810, + 75830 ], "loc": { "start": { @@ -167191,8 +167190,8 @@ } }, "range": [ - 75801, - 75825 + 75806, + 75830 ], "loc": { "start": { @@ -167212,8 +167211,8 @@ "type": "Identifier", "name": "k", "range": [ - 75827, - 75828 + 75832, + 75833 ], "loc": { "start": { @@ -167228,8 +167227,8 @@ }, "prefix": false, "range": [ - 75827, - 75830 + 75832, + 75835 ], "loc": { "start": { @@ -167254,8 +167253,8 @@ "type": "Identifier", "name": "r", "range": [ - 75850, - 75851 + 75855, + 75856 ], "loc": { "start": { @@ -167280,8 +167279,8 @@ "object": { "type": "ThisExpression", "range": [ - 75854, - 75858 + 75859, + 75863 ], "loc": { "start": { @@ -167298,8 +167297,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 75859, - 75862 + 75864, + 75867 ], "loc": { "start": { @@ -167313,8 +167312,8 @@ } }, "range": [ - 75854, - 75862 + 75859, + 75867 ], "loc": { "start": { @@ -167331,8 +167330,8 @@ "type": "Identifier", "name": "rows", "range": [ - 75863, - 75867 + 75868, + 75872 ], "loc": { "start": { @@ -167346,8 +167345,8 @@ } }, "range": [ - 75854, - 75867 + 75859, + 75872 ], "loc": { "start": { @@ -167364,8 +167363,8 @@ "type": "Identifier", "name": "k", "range": [ - 75868, - 75869 + 75873, + 75874 ], "loc": { "start": { @@ -167379,8 +167378,8 @@ } }, "range": [ - 75854, - 75870 + 75859, + 75875 ], "loc": { "start": { @@ -167394,8 +167393,8 @@ } }, "range": [ - 75850, - 75870 + 75855, + 75875 ], "loc": { "start": { @@ -167411,8 +167410,8 @@ ], "kind": "let", "range": [ - 75846, - 75871 + 75851, + 75876 ], "loc": { "start": { @@ -167436,8 +167435,8 @@ "object": { "type": "ThisExpression", "range": [ - 75889, - 75893 + 75894, + 75898 ], "loc": { "start": { @@ -167454,8 +167453,8 @@ "type": "Identifier", "name": "paging", "range": [ - 75894, - 75900 + 75899, + 75905 ], "loc": { "start": { @@ -167469,8 +167468,8 @@ } }, "range": [ - 75889, - 75900 + 75894, + 75905 ], "loc": { "start": { @@ -167485,8 +167484,8 @@ }, "prefix": true, "range": [ - 75888, - 75900 + 75893, + 75905 ], "loc": { "start": { @@ -167515,8 +167514,8 @@ "object": { "type": "ThisExpression", "range": [ - 75924, - 75928 + 75929, + 75933 ], "loc": { "start": { @@ -167533,8 +167532,8 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 75929, - 75942 + 75934, + 75947 ], "loc": { "start": { @@ -167548,8 +167547,8 @@ } }, "range": [ - 75924, - 75942 + 75929, + 75947 ], "loc": { "start": { @@ -167567,8 +167566,8 @@ "type": "Identifier", "name": "r", "range": [ - 75943, - 75944 + 75948, + 75949 ], "loc": { "start": { @@ -167583,8 +167582,8 @@ } ], "range": [ - 75924, - 75945 + 75929, + 75950 ], "loc": { "start": { @@ -167601,8 +167600,8 @@ "type": "Identifier", "name": "NONE", "range": [ - 75950, - 75954 + 75955, + 75959 ], "loc": { "start": { @@ -167616,8 +167615,8 @@ } }, "range": [ - 75924, - 75954 + 75929, + 75959 ], "loc": { "start": { @@ -167646,8 +167645,8 @@ "object": { "type": "ThisExpression", "range": [ - 75978, - 75982 + 75983, + 75987 ], "loc": { "start": { @@ -167664,8 +167663,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 75983, - 75997 + 75988, + 76002 ], "loc": { "start": { @@ -167679,8 +167678,8 @@ } }, "range": [ - 75978, - 75997 + 75983, + 76002 ], "loc": { "start": { @@ -167697,8 +167696,8 @@ "type": "Identifier", "name": "push", "range": [ - 75998, - 76002 + 76003, + 76007 ], "loc": { "start": { @@ -167712,8 +167711,8 @@ } }, "range": [ - 75978, - 76002 + 75983, + 76007 ], "loc": { "start": { @@ -167734,8 +167733,8 @@ "type": "Identifier", "name": "r", "range": [ - 76003, - 76004 + 76008, + 76009 ], "loc": { "start": { @@ -167752,8 +167751,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 76005, - 76013 + 76010, + 76018 ], "loc": { "start": { @@ -167767,8 +167766,8 @@ } }, "range": [ - 76003, - 76013 + 76008, + 76018 ], "loc": { "start": { @@ -167783,8 +167782,8 @@ } ], "range": [ - 75978, - 76014 + 75983, + 76019 ], "loc": { "start": { @@ -167798,8 +167797,8 @@ } }, "range": [ - 75978, - 76015 + 75983, + 76020 ], "loc": { "start": { @@ -167814,8 +167813,8 @@ } ], "range": [ - 75956, - 76033 + 75961, + 76038 ], "loc": { "start": { @@ -167830,8 +167829,8 @@ }, "alternate": null, "range": [ - 75920, - 76033 + 75925, + 76038 ], "loc": { "start": { @@ -167846,8 +167845,8 @@ } ], "range": [ - 75902, - 76047 + 75907, + 76052 ], "loc": { "start": { @@ -167880,8 +167879,8 @@ "type": "Identifier", "name": "r", "range": [ - 76075, - 76076 + 76080, + 76081 ], "loc": { "start": { @@ -167898,8 +167897,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 76077, - 76089 + 76082, + 76094 ], "loc": { "start": { @@ -167913,8 +167912,8 @@ } }, "range": [ - 76075, - 76089 + 76080, + 76094 ], "loc": { "start": { @@ -167933,8 +167932,8 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 76090, - 76100 + 76095, + 76105 ], "loc": { "start": { @@ -167949,8 +167948,8 @@ } ], "range": [ - 76075, - 76101 + 76080, + 76106 ], "loc": { "start": { @@ -167968,8 +167967,8 @@ "value": "true", "raw": "'true'", "range": [ - 76106, - 76112 + 76111, + 76117 ], "loc": { "start": { @@ -167983,8 +167982,8 @@ } }, "range": [ - 76075, - 76112 + 76080, + 76117 ], "loc": { "start": { @@ -168009,8 +168008,8 @@ "type": "Identifier", "name": "r", "range": [ - 76136, - 76137 + 76141, + 76142 ], "loc": { "start": { @@ -168027,8 +168026,8 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 76138, - 76150 + 76143, + 76155 ], "loc": { "start": { @@ -168042,8 +168041,8 @@ } }, "range": [ - 76136, - 76150 + 76141, + 76155 ], "loc": { "start": { @@ -168062,8 +168061,8 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 76151, - 76161 + 76156, + 76166 ], "loc": { "start": { @@ -168078,8 +168077,8 @@ } ], "range": [ - 76136, - 76162 + 76141, + 76167 ], "loc": { "start": { @@ -168097,8 +168096,8 @@ "value": null, "raw": "null", "range": [ - 76167, - 76171 + 76172, + 76176 ], "loc": { "start": { @@ -168112,8 +168111,8 @@ } }, "range": [ - 76136, - 76171 + 76141, + 76176 ], "loc": { "start": { @@ -168127,8 +168126,8 @@ } }, "range": [ - 76075, - 76171 + 76080, + 76176 ], "loc": { "start": { @@ -168157,8 +168156,8 @@ "object": { "type": "ThisExpression", "range": [ - 76195, - 76199 + 76200, + 76204 ], "loc": { "start": { @@ -168175,8 +168174,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76200, - 76214 + 76205, + 76219 ], "loc": { "start": { @@ -168190,8 +168189,8 @@ } }, "range": [ - 76195, - 76214 + 76200, + 76219 ], "loc": { "start": { @@ -168208,8 +168207,8 @@ "type": "Identifier", "name": "push", "range": [ - 76215, - 76219 + 76220, + 76224 ], "loc": { "start": { @@ -168223,8 +168222,8 @@ } }, "range": [ - 76195, - 76219 + 76200, + 76224 ], "loc": { "start": { @@ -168245,8 +168244,8 @@ "type": "Identifier", "name": "r", "range": [ - 76220, - 76221 + 76225, + 76226 ], "loc": { "start": { @@ -168263,8 +168262,8 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 76222, - 76230 + 76227, + 76235 ], "loc": { "start": { @@ -168278,8 +168277,8 @@ } }, "range": [ - 76220, - 76230 + 76225, + 76235 ], "loc": { "start": { @@ -168294,8 +168293,8 @@ } ], "range": [ - 76195, - 76231 + 76200, + 76236 ], "loc": { "start": { @@ -168309,8 +168308,8 @@ } }, "range": [ - 76195, - 76232 + 76200, + 76237 ], "loc": { "start": { @@ -168325,8 +168324,8 @@ } ], "range": [ - 76173, - 76250 + 76178, + 76255 ], "loc": { "start": { @@ -168341,8 +168340,8 @@ }, "alternate": null, "range": [ - 76071, - 76250 + 76076, + 76255 ], "loc": { "start": { @@ -168357,8 +168356,8 @@ } ], "range": [ - 76053, - 76264 + 76058, + 76269 ], "loc": { "start": { @@ -168372,8 +168371,8 @@ } }, "range": [ - 75884, - 76264 + 75889, + 76269 ], "loc": { "start": { @@ -168388,8 +168387,8 @@ } ], "range": [ - 75832, - 76274 + 75837, + 76279 ], "loc": { "start": { @@ -168403,8 +168402,8 @@ } }, "range": [ - 75775, - 76274 + 75780, + 76279 ], "loc": { "start": { @@ -168425,8 +168424,8 @@ "object": { "type": "ThisExpression", "range": [ - 76290, - 76294 + 76295, + 76299 ], "loc": { "start": { @@ -168443,8 +168442,8 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 76295, - 76309 + 76300, + 76314 ], "loc": { "start": { @@ -168458,8 +168457,8 @@ } }, "range": [ - 76290, - 76309 + 76295, + 76314 ], "loc": { "start": { @@ -168473,8 +168472,8 @@ } }, "range": [ - 76283, - 76310 + 76288, + 76315 ], "loc": { "start": { @@ -168489,8 +168488,8 @@ } ], "range": [ - 75657, - 76316 + 75662, + 76321 ], "loc": { "start": { @@ -168506,8 +168505,8 @@ "generator": false, "expression": false, "range": [ - 75648, - 76316 + 75653, + 76321 ], "loc": { "start": { @@ -168523,8 +168522,8 @@ "kind": "method", "computed": false, "range": [ - 75636, - 76316 + 75641, + 76321 ], "loc": { "start": { @@ -168541,8 +168540,8 @@ "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": [ - 75455, - 75631 + 75460, + 75636 ], "loc": { "start": { @@ -168561,8 +168560,8 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 76322, - 76412 + 76327, + 76417 ], "loc": { "start": { @@ -168584,8 +168583,8 @@ "type": "Identifier", "name": "getFiltersRowIndex", "range": [ - 76417, - 76435 + 76422, + 76440 ], "loc": { "start": { @@ -168613,8 +168612,8 @@ "object": { "type": "ThisExpression", "range": [ - 76455, - 76459 + 76460, + 76464 ], "loc": { "start": { @@ -168631,8 +168630,8 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 76460, - 76475 + 76465, + 76480 ], "loc": { "start": { @@ -168646,8 +168645,8 @@ } }, "range": [ - 76455, - 76475 + 76460, + 76480 ], "loc": { "start": { @@ -168661,8 +168660,8 @@ } }, "range": [ - 76448, - 76476 + 76453, + 76481 ], "loc": { "start": { @@ -168677,8 +168676,8 @@ } ], "range": [ - 76438, - 76482 + 76443, + 76487 ], "loc": { "start": { @@ -168694,8 +168693,8 @@ "generator": false, "expression": false, "range": [ - 76435, - 76482 + 76440, + 76487 ], "loc": { "start": { @@ -168711,8 +168710,8 @@ "kind": "method", "computed": false, "range": [ - 76417, - 76482 + 76422, + 76487 ], "loc": { "start": { @@ -168729,8 +168728,8 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 76322, - 76412 + 76327, + 76417 ], "loc": { "start": { @@ -168749,8 +168748,8 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 76488, - 76563 + 76493, + 76568 ], "loc": { "start": { @@ -168772,8 +168771,8 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 76568, - 76586 + 76573, + 76591 ], "loc": { "start": { @@ -168801,8 +168800,8 @@ "object": { "type": "ThisExpression", "range": [ - 76606, - 76610 + 76611, + 76615 ], "loc": { "start": { @@ -168819,8 +168818,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 76611, - 76621 + 76616, + 76626 ], "loc": { "start": { @@ -168834,8 +168833,8 @@ } }, "range": [ - 76606, - 76621 + 76611, + 76626 ], "loc": { "start": { @@ -168849,8 +168848,8 @@ } }, "range": [ - 76599, - 76622 + 76604, + 76627 ], "loc": { "start": { @@ -168865,8 +168864,8 @@ } ], "range": [ - 76589, - 76628 + 76594, + 76633 ], "loc": { "start": { @@ -168882,8 +168881,8 @@ "generator": false, "expression": false, "range": [ - 76586, - 76628 + 76591, + 76633 ], "loc": { "start": { @@ -168899,8 +168898,8 @@ "kind": "method", "computed": false, "range": [ - 76568, - 76628 + 76573, + 76633 ], "loc": { "start": { @@ -168917,8 +168916,8 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 76488, - 76563 + 76493, + 76568 ], "loc": { "start": { @@ -168937,8 +168936,8 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 76634, - 76761 + 76639, + 76766 ], "loc": { "start": { @@ -168960,8 +168959,8 @@ "type": "Identifier", "name": "getStartRowIndex", "range": [ - 76766, - 76782 + 76771, + 76787 ], "loc": { "start": { @@ -168989,8 +168988,8 @@ "object": { "type": "ThisExpression", "range": [ - 76802, - 76806 + 76807, + 76811 ], "loc": { "start": { @@ -169007,8 +169006,8 @@ "type": "Identifier", "name": "refRow", "range": [ - 76807, - 76813 + 76812, + 76818 ], "loc": { "start": { @@ -169022,8 +169021,8 @@ } }, "range": [ - 76802, - 76813 + 76807, + 76818 ], "loc": { "start": { @@ -169037,8 +169036,8 @@ } }, "range": [ - 76795, - 76814 + 76800, + 76819 ], "loc": { "start": { @@ -169053,8 +169052,8 @@ } ], "range": [ - 76785, - 76820 + 76790, + 76825 ], "loc": { "start": { @@ -169070,8 +169069,8 @@ "generator": false, "expression": false, "range": [ - 76782, - 76820 + 76787, + 76825 ], "loc": { "start": { @@ -169087,8 +169086,8 @@ "kind": "method", "computed": false, "range": [ - 76766, - 76820 + 76771, + 76825 ], "loc": { "start": { @@ -169105,8 +169104,8 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 76634, - 76761 + 76639, + 76766 ], "loc": { "start": { @@ -169125,8 +169124,8 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 76826, - 76898 + 76831, + 76903 ], "loc": { "start": { @@ -169148,8 +169147,8 @@ "type": "Identifier", "name": "getLastRowIndex", "range": [ - 76903, - 76918 + 76908, + 76923 ], "loc": { "start": { @@ -169180,8 +169179,8 @@ "object": { "type": "ThisExpression", "range": [ - 76939, - 76943 + 76944, + 76948 ], "loc": { "start": { @@ -169198,8 +169197,8 @@ "type": "Identifier", "name": "nbRows", "range": [ - 76944, - 76950 + 76949, + 76955 ], "loc": { "start": { @@ -169213,8 +169212,8 @@ } }, "range": [ - 76939, - 76950 + 76944, + 76955 ], "loc": { "start": { @@ -169232,8 +169231,8 @@ "value": 1, "raw": "1", "range": [ - 76953, - 76954 + 76958, + 76959 ], "loc": { "start": { @@ -169247,8 +169246,8 @@ } }, "range": [ - 76939, - 76954 + 76944, + 76959 ], "loc": { "start": { @@ -169262,8 +169261,8 @@ } }, "range": [ - 76931, - 76956 + 76936, + 76961 ], "loc": { "start": { @@ -169278,8 +169277,8 @@ } ], "range": [ - 76921, - 76962 + 76926, + 76967 ], "loc": { "start": { @@ -169295,8 +169294,8 @@ "generator": false, "expression": false, "range": [ - 76918, - 76962 + 76923, + 76967 ], "loc": { "start": { @@ -169312,8 +169311,8 @@ "kind": "method", "computed": false, "range": [ - 76903, - 76962 + 76908, + 76967 ], "loc": { "start": { @@ -169330,8 +169329,8 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 76826, - 76898 + 76831, + 76903 ], "loc": { "start": { @@ -169350,8 +169349,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": [ - 76968, - 77109 + 76973, + 77114 ], "loc": { "start": { @@ -169373,8 +169372,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 77114, - 77130 + 77119, + 77135 ], "loc": { "start": { @@ -169395,8 +169394,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77131, - 77139 + 77136, + 77144 ], "loc": { "start": { @@ -169422,8 +169421,8 @@ "type": "Identifier", "name": "table", "range": [ - 77155, - 77160 + 77160, + 77165 ], "loc": { "start": { @@ -169444,8 +169443,8 @@ "object": { "type": "ThisExpression", "range": [ - 77163, - 77167 + 77168, + 77172 ], "loc": { "start": { @@ -169462,8 +169461,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 77168, - 77178 + 77173, + 77183 ], "loc": { "start": { @@ -169477,8 +169476,8 @@ } }, "range": [ - 77163, - 77178 + 77168, + 77183 ], "loc": { "start": { @@ -169503,8 +169502,8 @@ "object": { "type": "ThisExpression", "range": [ - 77181, - 77185 + 77186, + 77190 ], "loc": { "start": { @@ -169521,8 +169520,8 @@ "type": "Identifier", "name": "Mod", "range": [ - 77186, - 77189 + 77191, + 77194 ], "loc": { "start": { @@ -169536,8 +169535,8 @@ } }, "range": [ - 77181, - 77189 + 77186, + 77194 ], "loc": { "start": { @@ -169554,8 +169553,8 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 77190, - 77200 + 77195, + 77205 ], "loc": { "start": { @@ -169569,8 +169568,8 @@ } }, "range": [ - 77181, - 77200 + 77186, + 77205 ], "loc": { "start": { @@ -169587,8 +169586,8 @@ "type": "Identifier", "name": "headTbl", "range": [ - 77201, - 77208 + 77206, + 77213 ], "loc": { "start": { @@ -169602,8 +169601,8 @@ } }, "range": [ - 77181, - 77208 + 77186, + 77213 ], "loc": { "start": { @@ -169622,8 +169621,8 @@ "object": { "type": "ThisExpression", "range": [ - 77211, - 77215 + 77216, + 77220 ], "loc": { "start": { @@ -169640,8 +169639,8 @@ "type": "Identifier", "name": "tbl", "range": [ - 77216, - 77219 + 77221, + 77224 ], "loc": { "start": { @@ -169655,8 +169654,8 @@ } }, "range": [ - 77211, - 77219 + 77216, + 77224 ], "loc": { "start": { @@ -169670,8 +169669,8 @@ } }, "range": [ - 77163, - 77219 + 77168, + 77224 ], "loc": { "start": { @@ -169685,8 +169684,8 @@ } }, "range": [ - 77155, - 77219 + 77160, + 77224 ], "loc": { "start": { @@ -169702,8 +169701,8 @@ ], "kind": "let", "range": [ - 77151, - 77220 + 77156, + 77225 ], "loc": { "start": { @@ -169725,8 +169724,8 @@ "type": "Identifier", "name": "tHead", "range": [ - 77233, - 77238 + 77238, + 77243 ], "loc": { "start": { @@ -169748,8 +169747,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 77241, - 77244 + 77246, + 77249 ], "loc": { "start": { @@ -169766,8 +169765,8 @@ "type": "Identifier", "name": "tag", "range": [ - 77245, - 77248 + 77250, + 77253 ], "loc": { "start": { @@ -169781,8 +169780,8 @@ } }, "range": [ - 77241, - 77248 + 77246, + 77253 ], "loc": { "start": { @@ -169800,8 +169799,8 @@ "type": "Identifier", "name": "table", "range": [ - 77249, - 77254 + 77254, + 77259 ], "loc": { "start": { @@ -169819,8 +169818,8 @@ "value": "thead", "raw": "'thead'", "range": [ - 77256, - 77263 + 77261, + 77268 ], "loc": { "start": { @@ -169835,8 +169834,8 @@ } ], "range": [ - 77241, - 77264 + 77246, + 77269 ], "loc": { "start": { @@ -169850,8 +169849,8 @@ } }, "range": [ - 77233, - 77264 + 77238, + 77269 ], "loc": { "start": { @@ -169867,8 +169866,8 @@ ], "kind": "let", "range": [ - 77229, - 77265 + 77234, + 77270 ], "loc": { "start": { @@ -169890,8 +169889,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77278, - 77288 + 77283, + 77293 ], "loc": { "start": { @@ -169910,8 +169909,8 @@ "object": { "type": "ThisExpression", "range": [ - 77291, - 77295 + 77296, + 77300 ], "loc": { "start": { @@ -169928,8 +169927,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77296, - 77306 + 77301, + 77311 ], "loc": { "start": { @@ -169943,8 +169942,8 @@ } }, "range": [ - 77291, - 77306 + 77296, + 77311 ], "loc": { "start": { @@ -169958,8 +169957,8 @@ } }, "range": [ - 77278, - 77306 + 77283, + 77311 ], "loc": { "start": { @@ -169975,8 +169974,8 @@ ], "kind": "let", "range": [ - 77274, - 77307 + 77279, + 77312 ], "loc": { "start": { @@ -169998,8 +169997,8 @@ "type": "Identifier", "name": "header", "range": [ - 77320, - 77326 + 77325, + 77331 ], "loc": { "start": { @@ -170014,8 +170013,8 @@ }, "init": null, "range": [ - 77320, - 77326 + 77325, + 77331 ], "loc": { "start": { @@ -170031,8 +170030,8 @@ ], "kind": "let", "range": [ - 77316, - 77327 + 77321, + 77332 ], "loc": { "start": { @@ -170056,8 +170055,8 @@ "type": "Identifier", "name": "i", "range": [ - 77345, - 77346 + 77350, + 77351 ], "loc": { "start": { @@ -170075,8 +170074,8 @@ "value": 0, "raw": "0", "range": [ - 77349, - 77350 + 77354, + 77355 ], "loc": { "start": { @@ -170090,8 +170089,8 @@ } }, "range": [ - 77345, - 77350 + 77350, + 77355 ], "loc": { "start": { @@ -170107,8 +170106,8 @@ ], "kind": "let", "range": [ - 77341, - 77350 + 77346, + 77355 ], "loc": { "start": { @@ -170128,8 +170127,8 @@ "type": "Identifier", "name": "i", "range": [ - 77352, - 77353 + 77357, + 77358 ], "loc": { "start": { @@ -170148,8 +170147,8 @@ "object": { "type": "ThisExpression", "range": [ - 77356, - 77360 + 77361, + 77365 ], "loc": { "start": { @@ -170166,8 +170165,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 77361, - 77368 + 77366, + 77373 ], "loc": { "start": { @@ -170181,8 +170180,8 @@ } }, "range": [ - 77356, - 77368 + 77361, + 77373 ], "loc": { "start": { @@ -170196,8 +170195,8 @@ } }, "range": [ - 77352, - 77368 + 77357, + 77373 ], "loc": { "start": { @@ -170217,8 +170216,8 @@ "type": "Identifier", "name": "i", "range": [ - 77370, - 77371 + 77375, + 77376 ], "loc": { "start": { @@ -170233,8 +170232,8 @@ }, "prefix": false, "range": [ - 77370, - 77373 + 77375, + 77378 ], "loc": { "start": { @@ -170259,8 +170258,8 @@ "type": "Identifier", "name": "i", "range": [ - 77393, - 77394 + 77398, + 77399 ], "loc": { "start": { @@ -170277,8 +170276,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77399, - 77407 + 77404, + 77412 ], "loc": { "start": { @@ -170292,8 +170291,8 @@ } }, "range": [ - 77393, - 77407 + 77398, + 77412 ], "loc": { "start": { @@ -170313,8 +170312,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 77427, - 77436 + 77432, + 77441 ], "loc": { "start": { @@ -170329,8 +170328,8 @@ } ], "range": [ - 77409, - 77450 + 77414, + 77455 ], "loc": { "start": { @@ -170345,8 +170344,8 @@ }, "alternate": null, "range": [ - 77389, - 77450 + 77394, + 77455 ], "loc": { "start": { @@ -170371,8 +170370,8 @@ "type": "Identifier", "name": "tHead", "range": [ - 77467, - 77472 + 77472, + 77477 ], "loc": { "start": { @@ -170389,8 +170388,8 @@ "type": "Identifier", "name": "length", "range": [ - 77473, - 77479 + 77478, + 77484 ], "loc": { "start": { @@ -170404,8 +170403,8 @@ } }, "range": [ - 77467, - 77479 + 77472, + 77484 ], "loc": { "start": { @@ -170423,8 +170422,8 @@ "value": 0, "raw": "0", "range": [ - 77484, - 77485 + 77489, + 77490 ], "loc": { "start": { @@ -170438,8 +170437,8 @@ } }, "range": [ - 77467, - 77485 + 77472, + 77490 ], "loc": { "start": { @@ -170464,8 +170463,8 @@ "type": "Identifier", "name": "header", "range": [ - 77505, - 77511 + 77510, + 77516 ], "loc": { "start": { @@ -170494,8 +170493,8 @@ "type": "Identifier", "name": "table", "range": [ - 77514, - 77519 + 77519, + 77524 ], "loc": { "start": { @@ -170512,8 +170511,8 @@ "type": "Identifier", "name": "rows", "range": [ - 77520, - 77524 + 77525, + 77529 ], "loc": { "start": { @@ -170527,8 +170526,8 @@ } }, "range": [ - 77514, - 77524 + 77519, + 77529 ], "loc": { "start": { @@ -170545,8 +170544,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77525, - 77535 + 77530, + 77540 ], "loc": { "start": { @@ -170560,8 +170559,8 @@ } }, "range": [ - 77514, - 77536 + 77519, + 77541 ], "loc": { "start": { @@ -170578,8 +170577,8 @@ "type": "Identifier", "name": "cells", "range": [ - 77537, - 77542 + 77542, + 77547 ], "loc": { "start": { @@ -170593,8 +170592,8 @@ } }, "range": [ - 77514, - 77542 + 77519, + 77547 ], "loc": { "start": { @@ -170611,8 +170610,8 @@ "type": "Identifier", "name": "i", "range": [ - 77543, - 77544 + 77548, + 77549 ], "loc": { "start": { @@ -170626,8 +170625,8 @@ } }, "range": [ - 77514, - 77545 + 77519, + 77550 ], "loc": { "start": { @@ -170641,8 +170640,8 @@ } }, "range": [ - 77505, - 77545 + 77510, + 77550 ], "loc": { "start": { @@ -170656,8 +170655,8 @@ } }, "range": [ - 77505, - 77546 + 77510, + 77551 ], "loc": { "start": { @@ -170672,8 +170671,8 @@ } ], "range": [ - 77487, - 77560 + 77492, + 77565 ], "loc": { "start": { @@ -170688,8 +170687,8 @@ }, "alternate": null, "range": [ - 77463, - 77560 + 77468, + 77565 ], "loc": { "start": { @@ -170714,8 +170713,8 @@ "type": "Identifier", "name": "tHead", "range": [ - 77577, - 77582 + 77582, + 77587 ], "loc": { "start": { @@ -170732,8 +170731,8 @@ "type": "Identifier", "name": "length", "range": [ - 77583, - 77589 + 77588, + 77594 ], "loc": { "start": { @@ -170747,8 +170746,8 @@ } }, "range": [ - 77577, - 77589 + 77582, + 77594 ], "loc": { "start": { @@ -170766,8 +170765,8 @@ "value": 1, "raw": "1", "range": [ - 77594, - 77595 + 77599, + 77600 ], "loc": { "start": { @@ -170781,8 +170780,8 @@ } }, "range": [ - 77577, - 77595 + 77582, + 77600 ], "loc": { "start": { @@ -170807,8 +170806,8 @@ "type": "Identifier", "name": "header", "range": [ - 77615, - 77621 + 77620, + 77626 ], "loc": { "start": { @@ -170840,8 +170839,8 @@ "type": "Identifier", "name": "tHead", "range": [ - 77624, - 77629 + 77629, + 77634 ], "loc": { "start": { @@ -170859,8 +170858,8 @@ "value": 0, "raw": "0", "range": [ - 77630, - 77631 + 77635, + 77636 ], "loc": { "start": { @@ -170874,8 +170873,8 @@ } }, "range": [ - 77624, - 77632 + 77629, + 77637 ], "loc": { "start": { @@ -170892,8 +170891,8 @@ "type": "Identifier", "name": "rows", "range": [ - 77633, - 77637 + 77638, + 77642 ], "loc": { "start": { @@ -170907,8 +170906,8 @@ } }, "range": [ - 77624, - 77637 + 77629, + 77642 ], "loc": { "start": { @@ -170925,8 +170924,8 @@ "type": "Identifier", "name": "headersRow", "range": [ - 77638, - 77648 + 77643, + 77653 ], "loc": { "start": { @@ -170940,8 +170939,8 @@ } }, "range": [ - 77624, - 77649 + 77629, + 77654 ], "loc": { "start": { @@ -170958,8 +170957,8 @@ "type": "Identifier", "name": "cells", "range": [ - 77650, - 77655 + 77655, + 77660 ], "loc": { "start": { @@ -170973,8 +170972,8 @@ } }, "range": [ - 77624, - 77655 + 77629, + 77660 ], "loc": { "start": { @@ -170991,8 +170990,8 @@ "type": "Identifier", "name": "i", "range": [ - 77656, - 77657 + 77661, + 77662 ], "loc": { "start": { @@ -171006,8 +171005,8 @@ } }, "range": [ - 77624, - 77658 + 77629, + 77663 ], "loc": { "start": { @@ -171021,8 +171020,8 @@ } }, "range": [ - 77615, - 77658 + 77620, + 77663 ], "loc": { "start": { @@ -171036,8 +171035,8 @@ } }, "range": [ - 77615, - 77659 + 77620, + 77664 ], "loc": { "start": { @@ -171052,8 +171051,8 @@ } ], "range": [ - 77597, - 77673 + 77602, + 77678 ], "loc": { "start": { @@ -171068,8 +171067,8 @@ }, "alternate": null, "range": [ - 77573, - 77673 + 77578, + 77678 ], "loc": { "start": { @@ -171086,8 +171085,8 @@ "type": "BreakStatement", "label": null, "range": [ - 77686, - 77692 + 77691, + 77697 ], "loc": { "start": { @@ -171102,8 +171101,8 @@ } ], "range": [ - 77375, - 77702 + 77380, + 77707 ], "loc": { "start": { @@ -171117,8 +171116,8 @@ } }, "range": [ - 77336, - 77702 + 77341, + 77707 ], "loc": { "start": { @@ -171137,8 +171136,8 @@ "type": "Identifier", "name": "header", "range": [ - 77718, - 77724 + 77723, + 77729 ], "loc": { "start": { @@ -171152,8 +171151,8 @@ } }, "range": [ - 77711, - 77725 + 77716, + 77730 ], "loc": { "start": { @@ -171168,8 +171167,8 @@ } ], "range": [ - 77141, - 77731 + 77146, + 77736 ], "loc": { "start": { @@ -171185,8 +171184,8 @@ "generator": false, "expression": false, "range": [ - 77130, - 77731 + 77135, + 77736 ], "loc": { "start": { @@ -171202,8 +171201,8 @@ "kind": "method", "computed": false, "range": [ - 77114, - 77731 + 77119, + 77736 ], "loc": { "start": { @@ -171220,8 +171219,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": [ - 76968, - 77109 + 76973, + 77114 ], "loc": { "start": { @@ -171240,8 +171239,8 @@ "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": [ - 77737, - 77910 + 77742, + 77915 ], "loc": { "start": { @@ -171263,8 +171262,8 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 77915, - 77929 + 77920, + 77934 ], "loc": { "start": { @@ -171287,8 +171286,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 77930, - 77947 + 77935, + 77952 ], "loc": { "start": { @@ -171306,8 +171305,8 @@ "value": false, "raw": "false", "range": [ - 77950, - 77955 + 77955, + 77960 ], "loc": { "start": { @@ -171321,8 +171320,8 @@ } }, "range": [ - 77930, - 77955 + 77935, + 77960 ], "loc": { "start": { @@ -171348,8 +171347,8 @@ "type": "Identifier", "name": "headers", "range": [ - 77971, - 77978 + 77976, + 77983 ], "loc": { "start": { @@ -171366,8 +171365,8 @@ "type": "ArrayExpression", "elements": [], "range": [ - 77981, - 77983 + 77986, + 77988 ], "loc": { "start": { @@ -171381,8 +171380,8 @@ } }, "range": [ - 77971, - 77983 + 77976, + 77988 ], "loc": { "start": { @@ -171398,8 +171397,8 @@ ], "kind": "let", "range": [ - 77967, - 77984 + 77972, + 77989 ], "loc": { "start": { @@ -171423,8 +171422,8 @@ "type": "Identifier", "name": "j", "range": [ - 78002, - 78003 + 78007, + 78008 ], "loc": { "start": { @@ -171442,8 +171441,8 @@ "value": 0, "raw": "0", "range": [ - 78006, - 78007 + 78011, + 78012 ], "loc": { "start": { @@ -171457,8 +171456,8 @@ } }, "range": [ - 78002, - 78007 + 78007, + 78012 ], "loc": { "start": { @@ -171474,8 +171473,8 @@ ], "kind": "let", "range": [ - 77998, - 78007 + 78003, + 78012 ], "loc": { "start": { @@ -171495,8 +171494,8 @@ "type": "Identifier", "name": "j", "range": [ - 78009, - 78010 + 78014, + 78015 ], "loc": { "start": { @@ -171515,8 +171514,8 @@ "object": { "type": "ThisExpression", "range": [ - 78013, - 78017 + 78018, + 78022 ], "loc": { "start": { @@ -171533,8 +171532,8 @@ "type": "Identifier", "name": "nbCells", "range": [ - 78018, - 78025 + 78023, + 78030 ], "loc": { "start": { @@ -171548,8 +171547,8 @@ } }, "range": [ - 78013, - 78025 + 78018, + 78030 ], "loc": { "start": { @@ -171563,8 +171562,8 @@ } }, "range": [ - 78009, - 78025 + 78014, + 78030 ], "loc": { "start": { @@ -171584,8 +171583,8 @@ "type": "Identifier", "name": "j", "range": [ - 78027, - 78028 + 78032, + 78033 ], "loc": { "start": { @@ -171600,8 +171599,8 @@ }, "prefix": false, "range": [ - 78027, - 78030 + 78032, + 78035 ], "loc": { "start": { @@ -171626,8 +171625,8 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 78050, - 78067 + 78055, + 78072 ], "loc": { "start": { @@ -171648,8 +171647,8 @@ "object": { "type": "ThisExpression", "range": [ - 78071, - 78075 + 78076, + 78080 ], "loc": { "start": { @@ -171666,8 +171665,8 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 78076, - 78088 + 78081, + 78093 ], "loc": { "start": { @@ -171681,8 +171680,8 @@ } }, "range": [ - 78071, - 78088 + 78076, + 78093 ], "loc": { "start": { @@ -171701,8 +171700,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 78089, - 78105 + 78094, + 78110 ], "loc": { "start": { @@ -171717,8 +171716,8 @@ } ], "range": [ - 78071, - 78106 + 78076, + 78111 ], "loc": { "start": { @@ -171732,8 +171731,8 @@ } }, "range": [ - 78050, - 78106 + 78055, + 78111 ], "loc": { "start": { @@ -171764,8 +171763,8 @@ "object": { "type": "ThisExpression", "range": [ - 78130, - 78134 + 78135, + 78139 ], "loc": { "start": { @@ -171782,8 +171781,8 @@ "type": "Identifier", "name": "extension", "range": [ - 78135, - 78144 + 78140, + 78149 ], "loc": { "start": { @@ -171797,8 +171796,8 @@ } }, "range": [ - 78130, - 78144 + 78135, + 78149 ], "loc": { "start": { @@ -171817,8 +171816,8 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 78145, - 78161 + 78150, + 78166 ], "loc": { "start": { @@ -171833,8 +171832,8 @@ } ], "range": [ - 78130, - 78162 + 78135, + 78167 ], "loc": { "start": { @@ -171851,8 +171850,8 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 78163, - 78174 + 78168, + 78179 ], "loc": { "start": { @@ -171866,8 +171865,8 @@ } }, "range": [ - 78130, - 78174 + 78135, + 78179 ], "loc": { "start": { @@ -171885,8 +171884,8 @@ "type": "Identifier", "name": "j", "range": [ - 78175, - 78176 + 78180, + 78181 ], "loc": { "start": { @@ -171901,8 +171900,8 @@ } ], "range": [ - 78130, - 78177 + 78135, + 78182 ], "loc": { "start": { @@ -171922,8 +171921,8 @@ "type": "ContinueStatement", "label": null, "range": [ - 78201, - 78210 + 78206, + 78215 ], "loc": { "start": { @@ -171938,8 +171937,8 @@ } ], "range": [ - 78179, - 78228 + 78184, + 78233 ], "loc": { "start": { @@ -171954,8 +171953,8 @@ }, "alternate": null, "range": [ - 78126, - 78228 + 78131, + 78233 ], "loc": { "start": { @@ -171970,8 +171969,8 @@ } ], "range": [ - 78108, - 78242 + 78113, + 78247 ], "loc": { "start": { @@ -171986,8 +171985,8 @@ }, "alternate": null, "range": [ - 78046, - 78242 + 78051, + 78247 ], "loc": { "start": { @@ -172009,8 +172008,8 @@ "type": "Identifier", "name": "header", "range": [ - 78259, - 78265 + 78264, + 78270 ], "loc": { "start": { @@ -172031,8 +172030,8 @@ "object": { "type": "ThisExpression", "range": [ - 78268, - 78272 + 78273, + 78277 ], "loc": { "start": { @@ -172049,8 +172048,8 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 78273, - 78289 + 78278, + 78294 ], "loc": { "start": { @@ -172064,8 +172063,8 @@ } }, "range": [ - 78268, - 78289 + 78273, + 78294 ], "loc": { "start": { @@ -172083,8 +172082,8 @@ "type": "Identifier", "name": "j", "range": [ - 78290, - 78291 + 78295, + 78296 ], "loc": { "start": { @@ -172099,8 +172098,8 @@ } ], "range": [ - 78268, - 78292 + 78273, + 78297 ], "loc": { "start": { @@ -172114,8 +172113,8 @@ } }, "range": [ - 78259, - 78292 + 78264, + 78297 ], "loc": { "start": { @@ -172131,8 +172130,8 @@ ], "kind": "let", "range": [ - 78255, - 78293 + 78260, + 78298 ], "loc": { "start": { @@ -172154,8 +172153,8 @@ "type": "Identifier", "name": "headerText", "range": [ - 78310, - 78320 + 78315, + 78325 ], "loc": { "start": { @@ -172177,8 +172176,8 @@ "type": "Identifier", "name": "Dom", "range": [ - 78323, - 78326 + 78328, + 78331 ], "loc": { "start": { @@ -172195,8 +172194,8 @@ "type": "Identifier", "name": "getFirstTextNode", "range": [ - 78327, - 78343 + 78332, + 78348 ], "loc": { "start": { @@ -172210,8 +172209,8 @@ } }, "range": [ - 78323, - 78343 + 78328, + 78348 ], "loc": { "start": { @@ -172229,8 +172228,8 @@ "type": "Identifier", "name": "header", "range": [ - 78344, - 78350 + 78349, + 78355 ], "loc": { "start": { @@ -172245,8 +172244,8 @@ } ], "range": [ - 78323, - 78351 + 78328, + 78356 ], "loc": { "start": { @@ -172260,8 +172259,8 @@ } }, "range": [ - 78310, - 78351 + 78315, + 78356 ], "loc": { "start": { @@ -172277,8 +172276,8 @@ ], "kind": "let", "range": [ - 78306, - 78352 + 78311, + 78357 ], "loc": { "start": { @@ -172302,8 +172301,8 @@ "type": "Identifier", "name": "headers", "range": [ - 78365, - 78372 + 78370, + 78377 ], "loc": { "start": { @@ -172320,8 +172319,8 @@ "type": "Identifier", "name": "push", "range": [ - 78373, - 78377 + 78378, + 78382 ], "loc": { "start": { @@ -172335,8 +172334,8 @@ } }, "range": [ - 78365, - 78377 + 78370, + 78382 ], "loc": { "start": { @@ -172354,8 +172353,8 @@ "type": "Identifier", "name": "headerText", "range": [ - 78378, - 78388 + 78383, + 78393 ], "loc": { "start": { @@ -172370,8 +172369,8 @@ } ], "range": [ - 78365, - 78389 + 78370, + 78394 ], "loc": { "start": { @@ -172385,8 +172384,8 @@ } }, "range": [ - 78365, - 78390 + 78370, + 78395 ], "loc": { "start": { @@ -172401,8 +172400,8 @@ } ], "range": [ - 78032, - 78400 + 78037, + 78405 ], "loc": { "start": { @@ -172416,8 +172415,8 @@ } }, "range": [ - 77993, - 78400 + 77998, + 78405 ], "loc": { "start": { @@ -172436,8 +172435,8 @@ "type": "Identifier", "name": "headers", "range": [ - 78416, - 78423 + 78421, + 78428 ], "loc": { "start": { @@ -172451,8 +172450,8 @@ } }, "range": [ - 78409, - 78424 + 78414, + 78429 ], "loc": { "start": { @@ -172467,8 +172466,8 @@ } ], "range": [ - 77957, - 78430 + 77962, + 78435 ], "loc": { "start": { @@ -172484,8 +172483,8 @@ "generator": false, "expression": false, "range": [ - 77929, - 78430 + 77934, + 78435 ], "loc": { "start": { @@ -172501,8 +172500,8 @@ "kind": "method", "computed": false, "range": [ - 77915, - 78430 + 77920, + 78435 ], "loc": { "start": { @@ -172519,8 +172518,8 @@ "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": [ - 77737, - 77910 + 77742, + 77915 ], "loc": { "start": { @@ -172539,8 +172538,8 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 78436, - 78572 + 78441, + 78577 ], "loc": { "start": { @@ -172562,8 +172561,8 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 78577, - 78590 + 78582, + 78595 ], "loc": { "start": { @@ -172584,8 +172583,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78591, - 78599 + 78596, + 78604 ], "loc": { "start": { @@ -172611,8 +172610,8 @@ "type": "Identifier", "name": "colType", "range": [ - 78615, - 78622 + 78620, + 78627 ], "loc": { "start": { @@ -172634,8 +172633,8 @@ "object": { "type": "ThisExpression", "range": [ - 78625, - 78629 + 78630, + 78634 ], "loc": { "start": { @@ -172652,8 +172651,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 78630, - 78633 + 78635, + 78638 ], "loc": { "start": { @@ -172667,8 +172666,8 @@ } }, "range": [ - 78625, - 78633 + 78630, + 78638 ], "loc": { "start": { @@ -172689,8 +172688,8 @@ "value": "col_", "raw": "'col_'", "range": [ - 78634, - 78640 + 78639, + 78645 ], "loc": { "start": { @@ -172707,8 +172706,8 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78643, - 78651 + 78648, + 78656 ], "loc": { "start": { @@ -172722,8 +172721,8 @@ } }, "range": [ - 78634, - 78651 + 78639, + 78656 ], "loc": { "start": { @@ -172737,8 +172736,8 @@ } }, "range": [ - 78625, - 78652 + 78630, + 78657 ], "loc": { "start": { @@ -172752,8 +172751,8 @@ } }, "range": [ - 78615, - 78652 + 78620, + 78657 ], "loc": { "start": { @@ -172769,8 +172768,8 @@ ], "kind": "let", "range": [ - 78611, - 78653 + 78616, + 78658 ], "loc": { "start": { @@ -172794,8 +172793,8 @@ "type": "Identifier", "name": "colType", "range": [ - 78670, - 78677 + 78675, + 78682 ], "loc": { "start": { @@ -172810,8 +172809,8 @@ }, "prefix": true, "range": [ - 78669, - 78677 + 78674, + 78682 ], "loc": { "start": { @@ -172828,8 +172827,8 @@ "type": "Identifier", "name": "INPUT", "range": [ - 78680, - 78685 + 78685, + 78690 ], "loc": { "start": { @@ -172851,8 +172850,8 @@ "type": "Identifier", "name": "Str", "range": [ - 78688, - 78691 + 78693, + 78696 ], "loc": { "start": { @@ -172869,8 +172868,8 @@ "type": "Identifier", "name": "lower", "range": [ - 78692, - 78697 + 78697, + 78702 ], "loc": { "start": { @@ -172884,8 +172883,8 @@ } }, "range": [ - 78688, - 78697 + 78693, + 78702 ], "loc": { "start": { @@ -172903,8 +172902,8 @@ "type": "Identifier", "name": "colType", "range": [ - 78698, - 78705 + 78703, + 78710 ], "loc": { "start": { @@ -172919,8 +172918,8 @@ } ], "range": [ - 78688, - 78706 + 78693, + 78711 ], "loc": { "start": { @@ -172934,8 +172933,8 @@ } }, "range": [ - 78669, - 78706 + 78674, + 78711 ], "loc": { "start": { @@ -172949,8 +172948,8 @@ } }, "range": [ - 78662, - 78707 + 78667, + 78712 ], "loc": { "start": { @@ -172965,8 +172964,8 @@ } ], "range": [ - 78601, - 78713 + 78606, + 78718 ], "loc": { "start": { @@ -172982,8 +172981,8 @@ "generator": false, "expression": false, "range": [ - 78590, - 78713 + 78595, + 78718 ], "loc": { "start": { @@ -172999,8 +172998,8 @@ "kind": "method", "computed": false, "range": [ - 78577, - 78713 + 78582, + 78718 ], "loc": { "start": { @@ -173017,8 +173016,8 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 78436, - 78572 + 78441, + 78577 ], "loc": { "start": { @@ -173037,8 +173036,8 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 78719, - 78801 + 78724, + 78806 ], "loc": { "start": { @@ -173060,8 +173059,8 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 78806, - 78825 + 78811, + 78830 ], "loc": { "start": { @@ -173091,8 +173090,8 @@ "object": { "type": "ThisExpression", "range": [ - 78845, - 78849 + 78850, + 78854 ], "loc": { "start": { @@ -173109,8 +173108,8 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 78850, - 78859 + 78855, + 78864 ], "loc": { "start": { @@ -173124,8 +173123,8 @@ } }, "range": [ - 78845, - 78859 + 78850, + 78864 ], "loc": { "start": { @@ -173144,8 +173143,8 @@ "value": false, "raw": "false", "range": [ - 78860, - 78865 + 78865, + 78870 ], "loc": { "start": { @@ -173160,8 +173159,8 @@ } ], "range": [ - 78845, - 78866 + 78850, + 78871 ], "loc": { "start": { @@ -173175,8 +173174,8 @@ } }, "range": [ - 78838, - 78867 + 78843, + 78872 ], "loc": { "start": { @@ -173191,8 +173190,8 @@ } ], "range": [ - 78828, - 78873 + 78833, + 78878 ], "loc": { "start": { @@ -173208,8 +173207,8 @@ "generator": false, "expression": false, "range": [ - 78825, - 78873 + 78830, + 78878 ], "loc": { "start": { @@ -173225,8 +173224,8 @@ "kind": "method", "computed": false, "range": [ - 78806, - 78873 + 78811, + 78878 ], "loc": { "start": { @@ -173243,8 +173242,8 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 78719, - 78801 + 78724, + 78806 ], "loc": { "start": { @@ -173263,8 +173262,8 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 78879, - 78967 + 78884, + 78972 ], "loc": { "start": { @@ -173286,8 +173285,8 @@ "type": "Identifier", "name": "config", "range": [ - 78972, - 78978 + 78977, + 78983 ], "loc": { "start": { @@ -173315,8 +173314,8 @@ "object": { "type": "ThisExpression", "range": [ - 78998, - 79002 + 79003, + 79007 ], "loc": { "start": { @@ -173333,8 +173332,8 @@ "type": "Identifier", "name": "cfg", "range": [ - 79003, - 79006 + 79008, + 79011 ], "loc": { "start": { @@ -173348,8 +173347,8 @@ } }, "range": [ - 78998, - 79006 + 79003, + 79011 ], "loc": { "start": { @@ -173363,8 +173362,8 @@ } }, "range": [ - 78991, - 79007 + 78996, + 79012 ], "loc": { "start": { @@ -173379,8 +173378,8 @@ } ], "range": [ - 78981, - 79013 + 78986, + 79018 ], "loc": { "start": { @@ -173396,8 +173395,8 @@ "generator": false, "expression": false, "range": [ - 78978, - 79013 + 78983, + 79018 ], "loc": { "start": { @@ -173413,8 +173412,8 @@ "kind": "method", "computed": false, "range": [ - 78972, - 79013 + 78977, + 79018 ], "loc": { "start": { @@ -173431,8 +173430,8 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 78879, - 78967 + 78884, + 78972 ], "loc": { "start": { @@ -173451,7 +173450,7 @@ ], "range": [ 1126, - 79015 + 79020 ], "loc": { "start": { @@ -173466,7 +173465,7 @@ }, "range": [ 1108, - 79015 + 79020 ], "loc": { "start": { @@ -173485,7 +173484,7 @@ "source": null, "range": [ 1101, - 79015 + 79020 ], "loc": { "start": { @@ -173502,7 +173501,7 @@ "sourceType": "module", "range": [ 0, - 79015 + 79020 ], "loc": { "start": { @@ -176471,8 +176470,8 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 30358, - 30424 + 30363, + 30429 ], "loc": { "start": { @@ -176489,8 +176488,8 @@ "type": "Line", "value": "Default theme config", "range": [ - 30545, - 30567 + 30550, + 30572 ], "loc": { "start": { @@ -176507,8 +176506,8 @@ "type": "Line", "value": "Some elements need to be overriden for default theme", "range": [ - 31401, - 31455 + 31406, + 31460 ], "loc": { "start": { @@ -176525,8 +176524,8 @@ "type": "Line", "value": "Reset button", "range": [ - 31464, - 31478 + 31469, + 31483 ], "loc": { "start": { @@ -176543,8 +176542,8 @@ "type": "Line", "value": "Paging buttons", "range": [ - 31658, - 31674 + 31663, + 31679 ], "loc": { "start": { @@ -176561,8 +176560,8 @@ "type": "Line", "value": "Loader", "range": [ - 32267, - 32275 + 32272, + 32280 ], "loc": { "start": { @@ -176579,8 +176578,8 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 32468, - 32586 + 32473, + 32591 ], "loc": { "start": { @@ -176597,8 +176596,8 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 32679, - 32717 + 32684, + 32722 ], "loc": { "start": { @@ -176615,8 +176614,8 @@ "type": "Line", "value": " broadcast destroy event", "range": [ - 33642, - 33668 + 33647, + 33673 ], "loc": { "start": { @@ -176633,8 +176632,8 @@ "type": "Line", "value": " Destroy modules", "range": [ - 33717, - 33735 + 33722, + 33740 ], "loc": { "start": { @@ -176651,8 +176650,8 @@ "type": "Line", "value": " TODO: subcribe modules to destroy event instead", "range": [ - 33744, - 33794 + 33749, + 33799 ], "loc": { "start": { @@ -176669,8 +176668,8 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 34009, - 34033 + 34014, + 34038 ], "loc": { "start": { @@ -176687,8 +176686,8 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 34653, - 34742 + 34658, + 34747 ], "loc": { "start": { @@ -176705,8 +176704,8 @@ "type": "Block", "value": "** container div **", "range": [ - 34828, - 34851 + 34833, + 34856 ], "loc": { "start": { @@ -176723,8 +176722,8 @@ "type": "Line", "value": "custom container", "range": [ - 34984, - 35002 + 34989, + 35007 ], "loc": { "start": { @@ -176741,8 +176740,8 @@ "type": "Line", "value": "grid-layout", "range": [ - 35113, - 35126 + 35118, + 35131 ], "loc": { "start": { @@ -176759,8 +176758,8 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 35349, - 35389 + 35354, + 35394 ], "loc": { "start": { @@ -176777,8 +176776,8 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 35627, - 35673 + 35632, + 35678 ], "loc": { "start": { @@ -176795,8 +176794,8 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 35885, - 35979 + 35890, + 35984 ], "loc": { "start": { @@ -176813,8 +176812,8 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 36191, - 36235 + 36196, + 36240 ], "loc": { "start": { @@ -176831,8 +176830,8 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 36447, - 36492 + 36452, + 36497 ], "loc": { "start": { @@ -176849,8 +176848,8 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 36545, - 36607 + 36550, + 36612 ], "loc": { "start": { @@ -176867,8 +176866,8 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 36620, - 36660 + 36625, + 36665 ], "loc": { "start": { @@ -176885,8 +176884,8 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 36774, - 36825 + 36779, + 36830 ], "loc": { "start": { @@ -176903,8 +176902,8 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 37170, - 37227 + 37175, + 37232 ], "loc": { "start": { @@ -176921,8 +176920,8 @@ "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": [ - 37645, - 37799 + 37650, + 37804 ], "loc": { "start": { @@ -176939,8 +176938,8 @@ "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": [ - 37944, - 38140 + 37949, + 38145 ], "loc": { "start": { @@ -176957,8 +176956,8 @@ "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": [ - 39006, - 39243 + 39011, + 39248 ], "loc": { "start": { @@ -176975,8 +176974,8 @@ "type": "Line", "value": "invoke onbefore callback", "range": [ - 39344, - 39370 + 39349, + 39375 ], "loc": { "start": { @@ -176993,8 +176992,8 @@ "type": "Line", "value": " search args re-init", "range": [ - 39624, - 39646 + 39629, + 39651 ], "loc": { "start": { @@ -177011,8 +177010,8 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 40206, - 40245 + 40211, + 40250 ], "loc": { "start": { @@ -177029,8 +177028,8 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 40258, - 40293 + 40263, + 40298 ], "loc": { "start": { @@ -177047,8 +177046,8 @@ "type": "Line", "value": "keyword highlighting", "range": [ - 40439, - 40461 + 40444, + 40466 ], "loc": { "start": { @@ -177065,8 +177064,8 @@ "type": "Block", "value": "jshint validthis:true ", "range": [ - 40518, - 40544 + 40523, + 40549 ], "loc": { "start": { @@ -177083,8 +177082,8 @@ "type": "Line", "value": "looks for search argument in current row", "range": [ - 41157, - 41199 + 41162, + 41204 ], "loc": { "start": { @@ -177101,8 +177100,8 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 41504, - 41531 + 41509, + 41536 ], "loc": { "start": { @@ -177119,8 +177118,8 @@ "type": "Line", "value": " hasAN = re_an.test(sA),", "range": [ - 41825, - 41851 + 41830, + 41856 ], "loc": { "start": { @@ -177137,8 +177136,8 @@ "type": "Line", "value": "Search arg dates tests", "range": [ - 42065, - 42089 + 42070, + 42094 ], "loc": { "start": { @@ -177155,8 +177154,8 @@ "type": "Line", "value": "dates", "range": [ - 42744, - 42751 + 42749, + 42756 ], "loc": { "start": { @@ -177173,8 +177172,8 @@ "type": "Line", "value": " lower date", "range": [ - 42884, - 42897 + 42889, + 42902 ], "loc": { "start": { @@ -177191,8 +177190,8 @@ "type": "Line", "value": " lower equal date", "range": [ - 43084, - 43103 + 43089, + 43108 ], "loc": { "start": { @@ -177209,8 +177208,8 @@ "type": "Line", "value": " greater equal date", "range": [ - 43298, - 43319 + 43303, + 43324 ], "loc": { "start": { @@ -177227,8 +177226,8 @@ "type": "Line", "value": " greater date", "range": [ - 43514, - 43529 + 43519, + 43534 ], "loc": { "start": { @@ -177245,8 +177244,8 @@ "type": "Line", "value": " different date", "range": [ - 43721, - 43738 + 43726, + 43743 ], "loc": { "start": { @@ -177263,8 +177262,8 @@ "type": "Line", "value": " equal date", "range": [ - 43954, - 43967 + 43959, + 43972 ], "loc": { "start": { @@ -177281,8 +177280,8 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 44184, - 44245 + 44189, + 44250 ], "loc": { "start": { @@ -177299,8 +177298,8 @@ "type": "Line", "value": " like date", "range": [ - 44288, - 44300 + 44293, + 44305 ], "loc": { "start": { @@ -177317,8 +177316,8 @@ "type": "Line", "value": "empty", "range": [ - 44669, - 44676 + 44674, + 44681 ], "loc": { "start": { @@ -177335,8 +177334,8 @@ "type": "Line", "value": "non-empty", "range": [ - 44800, - 44811 + 44805, + 44816 ], "loc": { "start": { @@ -177353,8 +177352,8 @@ "type": "Line", "value": "first numbers need to be formated", "range": [ - 45121, - 45156 + 45126, + 45161 ], "loc": { "start": { @@ -177371,8 +177370,8 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 45805, - 45867 + 45810, + 45872 ], "loc": { "start": { @@ -177389,8 +177388,8 @@ "type": "Line", "value": " rgx:)", "range": [ - 45884, - 45892 + 45889, + 45897 ], "loc": { "start": { @@ -177407,8 +177406,8 @@ "type": "Line", "value": " lower equal", "range": [ - 45909, - 45923 + 45914, + 45928 ], "loc": { "start": { @@ -177425,8 +177424,8 @@ "type": "Line", "value": "greater equal", "range": [ - 46108, - 46123 + 46113, + 46128 ], "loc": { "start": { @@ -177443,8 +177442,8 @@ "type": "Line", "value": "lower", "range": [ - 46313, - 46320 + 46318, + 46325 ], "loc": { "start": { @@ -177461,8 +177460,8 @@ "type": "Line", "value": "greater", "range": [ - 46508, - 46517 + 46513, + 46522 ], "loc": { "start": { @@ -177479,8 +177478,8 @@ "type": "Line", "value": "different", "range": [ - 46705, - 46716 + 46710, + 46721 ], "loc": { "start": { @@ -177497,8 +177496,8 @@ "type": "Line", "value": "like", "range": [ - 46929, - 46935 + 46934, + 46940 ], "loc": { "start": { @@ -177515,8 +177514,8 @@ "type": "Line", "value": "equal", "range": [ - 47134, - 47141 + 47139, + 47146 ], "loc": { "start": { @@ -177533,8 +177532,8 @@ "type": "Line", "value": "starts with", "range": [ - 47339, - 47352 + 47344, + 47357 ], "loc": { "start": { @@ -177551,8 +177550,8 @@ "type": "Line", "value": "ends with", "range": [ - 47539, - 47550 + 47544, + 47555 ], "loc": { "start": { @@ -177569,8 +177568,8 @@ "type": "Line", "value": "empty", "range": [ - 47999, - 48006 + 48004, + 48011 ], "loc": { "start": { @@ -177587,8 +177586,8 @@ "type": "Line", "value": "non-empty", "range": [ - 48130, - 48141 + 48135, + 48146 ], "loc": { "start": { @@ -177605,8 +177604,8 @@ "type": "Line", "value": "regexp", "range": [ - 48266, - 48274 + 48271, + 48279 ], "loc": { "start": { @@ -177623,8 +177622,8 @@ "type": "Line", "value": "in case regexp fires an exception", "range": [ - 48329, - 48364 + 48334, + 48369 ], "loc": { "start": { @@ -177641,8 +177640,8 @@ "type": "Line", "value": "operator is removed", "range": [ - 48415, - 48436 + 48420, + 48441 ], "loc": { "start": { @@ -177659,8 +177658,8 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 48754, - 48813 + 48759, + 48818 ], "loc": { "start": { @@ -177677,8 +177676,8 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 48834, - 48885 + 48839, + 48890 ], "loc": { "start": { @@ -177695,8 +177694,8 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 49275, - 49328 + 49280, + 49333 ], "loc": { "start": { @@ -177713,8 +177712,8 @@ "type": "Line", "value": "else", "range": [ - 49517, - 49523 + 49522, + 49528 ], "loc": { "start": { @@ -177731,8 +177730,8 @@ "type": "Line", "value": "fn", "range": [ - 49563, - 49567 + 49568, + 49572 ], "loc": { "start": { @@ -177749,8 +177748,8 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 49639, - 49679 + 49644, + 49684 ], "loc": { "start": { @@ -177767,8 +177766,8 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 49811, - 49844 + 49816, + 49849 ], "loc": { "start": { @@ -177785,8 +177784,8 @@ "type": "Line", "value": "only for single filter search", "range": [ - 50013, - 50044 + 50018, + 50049 ], "loc": { "start": { @@ -177803,8 +177802,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 50101, - 50133 + 50106, + 50138 ], "loc": { "start": { @@ -177821,8 +177820,8 @@ "type": "Line", "value": "searched keyword", "range": [ - 50198, - 50216 + 50203, + 50221 ], "loc": { "start": { @@ -177839,8 +177838,8 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 50498, - 50537 + 50503, + 50542 ], "loc": { "start": { @@ -177857,8 +177856,8 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 50628, - 50666 + 50633, + 50671 ], "loc": { "start": { @@ -177875,8 +177874,8 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 50744, - 50783 + 50749, + 50788 ], "loc": { "start": { @@ -177893,8 +177892,8 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 50875, - 50913 + 50880, + 50918 ], "loc": { "start": { @@ -177911,8 +177910,8 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50990, - 51023 + 50995, + 51028 ], "loc": { "start": { @@ -177929,8 +177928,8 @@ "type": "Line", "value": " TODO: improve clarity/readability of this block", "range": [ - 51407, - 51457 + 51412, + 51462 ], "loc": { "start": { @@ -177947,8 +177946,8 @@ "type": "Line", "value": "single search parameter", "range": [ - 52097, - 52122 + 52102, + 52127 ], "loc": { "start": { @@ -177965,8 +177964,8 @@ "type": "Line", "value": "else single param", "range": [ - 52314, - 52333 + 52319, + 52338 ], "loc": { "start": { @@ -177983,8 +177982,8 @@ "type": "Line", "value": "for j", "range": [ - 52640, - 52647 + 52645, + 52652 ], "loc": { "start": { @@ -178001,8 +178000,8 @@ "type": "Line", "value": " for k", "range": [ - 53066, - 53074 + 53071, + 53079 ], "loc": { "start": { @@ -178019,8 +178018,8 @@ "type": "Line", "value": "invokes onafterfilter callback", "range": [ - 53182, - 53214 + 53187, + 53219 ], "loc": { "start": { @@ -178037,8 +178036,8 @@ "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": [ - 53384, - 53768 + 53389, + 53773 ], "loc": { "start": { @@ -178055,8 +178054,8 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 54180, - 54235 + 54185, + 54240 ], "loc": { "start": { @@ -178073,8 +178072,8 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 54434, - 54487 + 54439, + 54492 ], "loc": { "start": { @@ -178091,8 +178090,8 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 54565, - 54597 + 54570, + 54602 ], "loc": { "start": { @@ -178109,8 +178108,8 @@ "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": [ - 55226, - 55378 + 55231, + 55383 ], "loc": { "start": { @@ -178127,8 +178126,8 @@ "type": "Line", "value": "mutiple select", "range": [ - 55772, - 55788 + 55777, + 55793 ], "loc": { "start": { @@ -178145,8 +178144,8 @@ "type": "Line", "value": "checklist", "range": [ - 55917, - 55928 + 55922, + 55933 ], "loc": { "start": { @@ -178163,8 +178162,8 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 56059, - 56127 + 56064, + 56132 ], "loc": { "start": { @@ -178181,8 +178180,8 @@ "type": "Line", "value": "empty string", "range": [ - 56136, - 56150 + 56141, + 56155 ], "loc": { "start": { @@ -178199,8 +178198,8 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 56350, - 56442 + 56355, + 56447 ], "loc": { "start": { @@ -178217,8 +178216,8 @@ "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": [ - 56894, - 57057 + 56899, + 57062 ], "loc": { "start": { @@ -178235,8 +178234,8 @@ "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": [ - 57188, - 57589 + 57193, + 57594 ], "loc": { "start": { @@ -178253,8 +178252,8 @@ "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": [ - 58003, - 58149 + 58008, + 58154 ], "loc": { "start": { @@ -178271,8 +178270,8 @@ "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": [ - 58261, - 58427 + 58266, + 58432 ], "loc": { "start": { @@ -178289,8 +178288,8 @@ "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": [ - 58544, - 58775 + 58549, + 58780 ], "loc": { "start": { @@ -178307,8 +178306,8 @@ "type": "Block", "value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ", "range": [ - 59000, - 59125 + 59005, + 59130 ], "loc": { "start": { @@ -178325,8 +178324,8 @@ "type": "Line", "value": "Check for customCellData callback", "range": [ - 59192, - 59227 + 59197, + 59232 ], "loc": { "start": { @@ -178343,8 +178342,8 @@ "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": [ - 59453, - 59857 + 59458, + 59862 ], "loc": { "start": { @@ -178361,8 +178360,8 @@ "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": [ - 60779, - 61186 + 60784, + 61191 ], "loc": { "start": { @@ -178379,8 +178378,8 @@ "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": [ - 62270, - 62601 + 62275, + 62606 ], "loc": { "start": { @@ -178397,8 +178396,8 @@ "type": "Line", "value": "cols values of current row", "range": [ - 63005, - 63033 + 63010, + 63038 ], "loc": { "start": { @@ -178415,8 +178414,8 @@ "type": "Line", "value": "data of searched column", "range": [ - 63076, - 63101 + 63081, + 63106 ], "loc": { "start": { @@ -178433,8 +178432,8 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {RowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 63209, - 63362 + 63214, + 63367 ], "loc": { "start": { @@ -178451,8 +178450,8 @@ "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": [ - 63501, - 63674 + 63506, + 63679 ], "loc": { "start": { @@ -178469,8 +178468,8 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 63846, - 63878 + 63851, + 63883 ], "loc": { "start": { @@ -178487,8 +178486,8 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 64587, - 64634 + 64592, + 64639 ], "loc": { "start": { @@ -178505,8 +178504,8 @@ "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": [ - 64881, - 65043 + 64886, + 65048 ], "loc": { "start": { @@ -178523,8 +178522,8 @@ "type": "Line", "value": "multiple selects", "range": [ - 65566, - 65584 + 65571, + 65589 ], "loc": { "start": { @@ -178541,8 +178540,8 @@ "type": "Line", "value": "checklist", "range": [ - 66039, - 66050 + 66044, + 66055 ], "loc": { "start": { @@ -178559,8 +178558,8 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 66656, - 66760 + 66661, + 66765 ], "loc": { "start": { @@ -178577,8 +178576,8 @@ "type": "Block", "value": "*\n * Makes defined rows always visible\n ", "range": [ - 67694, - 67746 + 67699, + 67751 ], "loc": { "start": { @@ -178595,8 +178594,8 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 67965, - 67994 + 67970, + 67999 ], "loc": { "start": { @@ -178613,8 +178612,8 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 68113, - 68161 + 68118, + 68166 ], "loc": { "start": { @@ -178631,8 +178630,8 @@ "type": "Block", "value": "*\n * Clears filtered columns visual indicator (background color)\n ", "range": [ - 68723, - 68801 + 68728, + 68806 ], "loc": { "start": { @@ -178649,8 +178648,8 @@ "type": "Block", "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", "range": [ - 69030, - 69125 + 69035, + 69130 ], "loc": { "start": { @@ -178667,8 +178666,8 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", "range": [ - 69608, - 69694 + 69613, + 69699 ], "loc": { "start": { @@ -178685,8 +178684,8 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 69768, - 69869 + 69773, + 69874 ], "loc": { "start": { @@ -178703,8 +178702,8 @@ "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": [ - 69955, - 70104 + 69960, + 70109 ], "loc": { "start": { @@ -178721,8 +178720,8 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 70282, - 70379 + 70287, + 70384 ], "loc": { "start": { @@ -178739,8 +178738,8 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 70551, - 70656 + 70556, + 70661 ], "loc": { "start": { @@ -178757,8 +178756,8 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 71313, - 71356 + 71318, + 71361 ], "loc": { "start": { @@ -178775,8 +178774,8 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 71369, - 71408 + 71374, + 71413 ], "loc": { "start": { @@ -178793,8 +178792,8 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 71777, - 71810 + 71782, + 71815 ], "loc": { "start": { @@ -178811,8 +178810,8 @@ "type": "Block", "value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ", "range": [ - 72456, - 72634 + 72461, + 72639 ], "loc": { "start": { @@ -178829,8 +178828,8 @@ "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": [ - 72826, - 73045 + 72831, + 73050 ], "loc": { "start": { @@ -178847,8 +178846,8 @@ "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": [ - 73579, - 73838 + 73584, + 73843 ], "loc": { "start": { @@ -178865,8 +178864,8 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 74551, - 74623 + 74556, + 74628 ], "loc": { "start": { @@ -178883,8 +178882,8 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 75176, - 75251 + 75181, + 75256 ], "loc": { "start": { @@ -178901,8 +178900,8 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ", "range": [ - 75309, - 75388 + 75314, + 75393 ], "loc": { "start": { @@ -178919,8 +178918,8 @@ "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": [ - 75455, - 75631 + 75460, + 75636 ], "loc": { "start": { @@ -178937,8 +178936,8 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 76322, - 76412 + 76327, + 76417 ], "loc": { "start": { @@ -178955,8 +178954,8 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 76488, - 76563 + 76493, + 76568 ], "loc": { "start": { @@ -178973,8 +178972,8 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 76634, - 76761 + 76639, + 76766 ], "loc": { "start": { @@ -178991,8 +178990,8 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 76826, - 76898 + 76831, + 76903 ], "loc": { "start": { @@ -179009,8 +179008,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": [ - 76968, - 77109 + 76973, + 77114 ], "loc": { "start": { @@ -179027,8 +179026,8 @@ "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": [ - 77737, - 77910 + 77742, + 77915 ], "loc": { "start": { @@ -179045,8 +179044,8 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 78436, - 78572 + 78441, + 78577 ], "loc": { "start": { @@ -179063,8 +179062,8 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 78719, - 78801 + 78724, + 78806 ], "loc": { "start": { @@ -179081,8 +179080,8 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 78879, - 78967 + 78884, + 78972 ], "loc": { "start": { diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index 30ad68d0..c66df7e6 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@ - Emitter | tablefilter v0.2.24 API Document + Emitter | tablefilter v0.2.25 API Document @@ -33,6 +33,7 @@