{ "type": "Program", "body": [ { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "Dom", "range": [ 7, 10 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 10 } } }, "range": [ 7, 10 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 10 } } } ], "source": { "type": "Literal", "value": "../../dom", "raw": "'../../dom'", "range": [ 16, 27 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 27 } } }, "range": [ 0, 28 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 28 } } }, { "type": "ImportDeclaration", "specifiers": [ { "type": "ImportDefaultSpecifier", "local": { "type": "Identifier", "name": "Arr", "range": [ 37, 40 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 10 } } }, "range": [ 37, 40 ], "loc": { "start": { "line": 2, "column": 7 }, "end": { "line": 2, "column": 10 } } } ], "source": { "type": "Literal", "value": "../../array", "raw": "'../../array'", "range": [ 46, 59 ], "loc": { "start": { "line": 2, "column": 16 }, "end": { "line": 2, "column": 29 } } }, "range": [ 30, 60 ], "loc": { "start": { "line": 2, "column": 0 }, "end": { "line": 2, "column": 30 } } }, { "type": "ExportDefaultDeclaration", "declaration": { "type": "ClassDeclaration", "id": { "type": "Identifier", "name": "AdapterEzEditTable", "range": [ 85, 103 ], "loc": { "start": { "line": 4, "column": 21 }, "end": { "line": 4, "column": 39 } } }, "superClass": null, "body": { "type": "ClassBody", "body": [ { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "constructor", "range": [ 400, 411 ], "loc": { "start": { "line": 12, "column": 4 }, "end": { "line": 12, "column": 15 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "tf", "range": [ 412, 414 ], "loc": { "start": { "line": 12, "column": 16 }, "end": { "line": 12, "column": 18 } } }, { "type": "Identifier", "name": "cfg", "range": [ 416, 419 ], "loc": { "start": { "line": 12, "column": 20 }, "end": { "line": 12, "column": 23 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 462, 466 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 12 } } }, "property": { "type": "Identifier", "name": "initialized", "range": [ 467, 478 ], "loc": { "start": { "line": 14, "column": 13 }, "end": { "line": 14, "column": 24 } } }, "range": [ 462, 478 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 24 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 481, 486 ], "loc": { "start": { "line": 14, "column": 27 }, "end": { "line": 14, "column": 32 } } }, "range": [ 462, 486 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 32 } } }, "range": [ 462, 487 ], "loc": { "start": { "line": 14, "column": 8 }, "end": { "line": 14, "column": 33 } }, "leadingComments": [ { "type": "Line", "value": " ezEditTable config", "range": [ 431, 452 ], "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 29 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 497, 501 ], "loc": { "start": { "line": 15, "column": 8 }, "end": { "line": 15, "column": 12 } } }, "property": { "type": "Identifier", "name": "desc", "range": [ 502, 506 ], "loc": { "start": { "line": 15, "column": 13 }, "end": { "line": 15, "column": 17 } } }, "range": [ 497, 506 ], "loc": { "start": { "line": 15, "column": 8 }, "end": { "line": 15, "column": 17 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 509, 512 ], "loc": { "start": { "line": 15, "column": 20 }, "end": { "line": 15, "column": 23 } } }, "property": { "type": "Identifier", "name": "description", "range": [ 513, 524 ], "loc": { "start": { "line": 15, "column": 24 }, "end": { "line": 15, "column": 35 } } }, "range": [ 509, 524 ], "loc": { "start": { "line": 15, "column": 20 }, "end": { "line": 15, "column": 35 } } }, "right": { "type": "Literal", "value": "ezEditTable adapter", "raw": "'ezEditTable adapter'", "range": [ 528, 549 ], "loc": { "start": { "line": 15, "column": 39 }, "end": { "line": 15, "column": 60 } } }, "range": [ 509, 549 ], "loc": { "start": { "line": 15, "column": 20 }, "end": { "line": 15, "column": 60 } } }, "range": [ 497, 549 ], "loc": { "start": { "line": 15, "column": 8 }, "end": { "line": 15, "column": 60 } } }, "range": [ 497, 550 ], "loc": { "start": { "line": 15, "column": 8 }, "end": { "line": 15, "column": 61 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 560, 564 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 12 } } }, "property": { "type": "Identifier", "name": "filename", "range": [ 565, 573 ], "loc": { "start": { "line": 16, "column": 13 }, "end": { "line": 16, "column": 21 } } }, "range": [ 560, 573 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 21 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 576, 579 ], "loc": { "start": { "line": 16, "column": 24 }, "end": { "line": 16, "column": 27 } } }, "property": { "type": "Identifier", "name": "filename", "range": [ 580, 588 ], "loc": { "start": { "line": 16, "column": 28 }, "end": { "line": 16, "column": 36 } } }, "range": [ 576, 588 ], "loc": { "start": { "line": 16, "column": 24 }, "end": { "line": 16, "column": 36 } } }, "right": { "type": "Literal", "value": "ezEditTable.js", "raw": "'ezEditTable.js'", "range": [ 592, 608 ], "loc": { "start": { "line": 16, "column": 40 }, "end": { "line": 16, "column": 56 } } }, "range": [ 576, 608 ], "loc": { "start": { "line": 16, "column": 24 }, "end": { "line": 16, "column": 56 } } }, "range": [ 560, 608 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 56 } } }, "range": [ 560, 609 ], "loc": { "start": { "line": 16, "column": 8 }, "end": { "line": 16, "column": 57 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 619, 623 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 12 } } }, "property": { "type": "Identifier", "name": "vendorPath", "range": [ 624, 634 ], "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 23 } } }, "range": [ 619, 634 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 23 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 637, 640 ], "loc": { "start": { "line": 17, "column": 26 }, "end": { "line": 17, "column": 29 } } }, "property": { "type": "Identifier", "name": "vendor_path", "range": [ 641, 652 ], "loc": { "start": { "line": 17, "column": 30 }, "end": { "line": 17, "column": 41 } } }, "range": [ 637, 652 ], "loc": { "start": { "line": 17, "column": 26 }, "end": { "line": 17, "column": 41 } } }, "range": [ 619, 652 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 41 } } }, "range": [ 619, 653 ], "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 42 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 663, 667 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 12 } } }, "property": { "type": "Identifier", "name": "loadStylesheet", "range": [ 668, 682 ], "loc": { "start": { "line": 18, "column": 13 }, "end": { "line": 18, "column": 27 } } }, "range": [ 663, 682 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 27 } } }, "right": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "Boolean", "range": [ 685, 692 ], "loc": { "start": { "line": 18, "column": 30 }, "end": { "line": 18, "column": 37 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 693, 696 ], "loc": { "start": { "line": 18, "column": 38 }, "end": { "line": 18, "column": 41 } } }, "property": { "type": "Identifier", "name": "load_stylesheet", "range": [ 697, 712 ], "loc": { "start": { "line": 18, "column": 42 }, "end": { "line": 18, "column": 57 } } }, "range": [ 693, 712 ], "loc": { "start": { "line": 18, "column": 38 }, "end": { "line": 18, "column": 57 } } } ], "range": [ 685, 713 ], "loc": { "start": { "line": 18, "column": 30 }, "end": { "line": 18, "column": 58 } } }, "range": [ 663, 713 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 58 } } }, "range": [ 663, 714 ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 18, "column": 59 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 724, 728 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 12 } } }, "property": { "type": "Identifier", "name": "stylesheet", "range": [ 729, 739 ], "loc": { "start": { "line": 19, "column": 13 }, "end": { "line": 19, "column": 23 } } }, "range": [ 724, 739 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 23 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 742, 745 ], "loc": { "start": { "line": 19, "column": 26 }, "end": { "line": 19, "column": 29 } } }, "property": { "type": "Identifier", "name": "stylesheet", "range": [ 746, 756 ], "loc": { "start": { "line": 19, "column": 30 }, "end": { "line": 19, "column": 40 } } }, "range": [ 742, 756 ], "loc": { "start": { "line": 19, "column": 26 }, "end": { "line": 19, "column": 40 } } }, "right": { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 760, 764 ], "loc": { "start": { "line": 19, "column": 44 }, "end": { "line": 19, "column": 48 } } }, "property": { "type": "Identifier", "name": "vendorPath", "range": [ 765, 775 ], "loc": { "start": { "line": 19, "column": 49 }, "end": { "line": 19, "column": 59 } } }, "range": [ 760, 775 ], "loc": { "start": { "line": 19, "column": 44 }, "end": { "line": 19, "column": 59 } } }, "right": { "type": "Literal", "value": "ezEditTable.css", "raw": "'ezEditTable.css'", "range": [ 778, 795 ], "loc": { "start": { "line": 19, "column": 62 }, "end": { "line": 19, "column": 79 } } }, "range": [ 760, 795 ], "loc": { "start": { "line": 19, "column": 44 }, "end": { "line": 19, "column": 79 } } }, "range": [ 742, 795 ], "loc": { "start": { "line": 19, "column": 26 }, "end": { "line": 19, "column": 79 } } }, "range": [ 724, 795 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 79 } } }, "range": [ 724, 796 ], "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 80 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 806, 810 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 12 } } }, "property": { "type": "Identifier", "name": "stylesheetName", "range": [ 811, 825 ], "loc": { "start": { "line": 20, "column": 13 }, "end": { "line": 20, "column": 27 } } }, "range": [ 806, 825 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 27 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 828, 831 ], "loc": { "start": { "line": 20, "column": 30 }, "end": { "line": 20, "column": 33 } } }, "property": { "type": "Identifier", "name": "stylesheet_name", "range": [ 832, 847 ], "loc": { "start": { "line": 20, "column": 34 }, "end": { "line": 20, "column": 49 } } }, "range": [ 828, 847 ], "loc": { "start": { "line": 20, "column": 30 }, "end": { "line": 20, "column": 49 } } }, "right": { "type": "Literal", "value": "ezEditTableCss", "raw": "'ezEditTableCss'", "range": [ 851, 867 ], "loc": { "start": { "line": 20, "column": 53 }, "end": { "line": 20, "column": 69 } } }, "range": [ 828, 867 ], "loc": { "start": { "line": 20, "column": 30 }, "end": { "line": 20, "column": 69 } } }, "range": [ 806, 867 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 69 } } }, "range": [ 806, 868 ], "loc": { "start": { "line": 20, "column": 8 }, "end": { "line": 20, "column": 70 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 878, 882 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 12 } } }, "property": { "type": "Identifier", "name": "err", "range": [ 883, 886 ], "loc": { "start": { "line": 21, "column": 13 }, "end": { "line": 21, "column": 16 } } }, "range": [ 878, 886 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "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": [ 889, 946 ], "loc": { "start": { "line": 21, "column": 19 }, "end": { "line": 21, "column": 76 } } }, "right": { "type": "Literal", "value": "dependency not found.", "raw": "'dependency not found.'", "range": [ 962, 985 ], "loc": { "start": { "line": 22, "column": 12 }, "end": { "line": 22, "column": 35 } } }, "range": [ 889, 985 ], "loc": { "start": { "line": 21, "column": 19 }, "end": { "line": 22, "column": 35 } } }, "range": [ 878, 985 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 22, "column": 35 } } }, "range": [ 878, 986 ], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 22, "column": 36 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 998, 1002 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 12 } } }, "property": { "type": "Identifier", "name": "_ezEditTable", "range": [ 1003, 1015 ], "loc": { "start": { "line": 24, "column": 13 }, "end": { "line": 24, "column": 25 } } }, "range": [ 998, 1015 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 25 } } }, "right": { "type": "Literal", "value": null, "raw": "null", "range": [ 1018, 1022 ], "loc": { "start": { "line": 24, "column": 28 }, "end": { "line": 24, "column": 32 } } }, "range": [ 998, 1022 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 32 } } }, "range": [ 998, 1023 ], "loc": { "start": { "line": 24, "column": 8 }, "end": { "line": 24, "column": 33 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1033, 1037 ], "loc": { "start": { "line": 25, "column": 8 }, "end": { "line": 25, "column": 12 } } }, "property": { "type": "Identifier", "name": "cfg", "range": [ 1038, 1041 ], "loc": { "start": { "line": 25, "column": 13 }, "end": { "line": 25, "column": 16 } } }, "range": [ 1033, 1041 ], "loc": { "start": { "line": 25, "column": 8 }, "end": { "line": 25, "column": 16 } } }, "right": { "type": "Identifier", "name": "cfg", "range": [ 1044, 1047 ], "loc": { "start": { "line": 25, "column": 19 }, "end": { "line": 25, "column": 22 } } }, "range": [ 1033, 1047 ], "loc": { "start": { "line": 25, "column": 8 }, "end": { "line": 25, "column": 22 } } }, "range": [ 1033, 1048 ], "loc": { "start": { "line": 25, "column": 8 }, "end": { "line": 25, "column": 23 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1058, 1062 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 12 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 1063, 1065 ], "loc": { "start": { "line": 26, "column": 13 }, "end": { "line": 26, "column": 15 } } }, "range": [ 1058, 1065 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 15 } } }, "right": { "type": "Identifier", "name": "tf", "range": [ 1068, 1070 ], "loc": { "start": { "line": 26, "column": 18 }, "end": { "line": 26, "column": 20 } } }, "range": [ 1058, 1070 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 20 } } }, "range": [ 1058, 1071 ], "loc": { "start": { "line": 26, "column": 8 }, "end": { "line": 26, "column": 21 } } } ], "range": [ 420, 1078 ], "loc": { "start": { "line": 12, "column": 24 }, "end": { "line": 27, "column": 5 } } }, "generator": false, "expression": false, "range": [ 411, 1078 ], "loc": { "start": { "line": 12, "column": 15 }, "end": { "line": 27, "column": 5 } } }, "kind": "constructor", "computed": false, "range": [ 400, 1078 ], "loc": { "start": { "line": 12, "column": 4 }, "end": { "line": 27, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Adapter module for ezEditTable, an external library providing advanced\r\n * grid features (selection and edition):\r\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\r\n *\r\n * @param {Object} tf TableFilter instance\r\n ", "range": [ 111, 394 ], "loc": { "start": { "line": 5, "column": 4 }, "end": { "line": 11, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Conditionally load ezEditTable library and set advanced grid\r\n * @return {[type]} [description]\r\n ", "range": [ 1086, 1206 ], "loc": { "start": { "line": 29, "column": 4 }, "end": { "line": 32, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "init", "range": [ 1212, 1216 ], "loc": { "start": { "line": 33, "column": 4 }, "end": { "line": 33, "column": 8 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 1233, 1235 ], "loc": { "start": { "line": 34, "column": 12 }, "end": { "line": 34, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1238, 1242 ], "loc": { "start": { "line": 34, "column": 17 }, "end": { "line": 34, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 1243, 1245 ], "loc": { "start": { "line": 34, "column": 22 }, "end": { "line": 34, "column": 24 } } }, "range": [ 1238, 1245 ], "loc": { "start": { "line": 34, "column": 17 }, "end": { "line": 34, "column": 24 } } }, "range": [ 1233, 1245 ], "loc": { "start": { "line": 34, "column": 12 }, "end": { "line": 34, "column": 24 } } } ], "kind": "var", "range": [ 1229, 1246 ], "loc": { "start": { "line": 34, "column": 8 }, "end": { "line": 34, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "window", "range": [ 1259, 1265 ], "loc": { "start": { "line": 35, "column": 11 }, "end": { "line": 35, "column": 17 } } }, "property": { "type": "Identifier", "name": "EditTable", "range": [ 1266, 1275 ], "loc": { "start": { "line": 35, "column": 18 }, "end": { "line": 35, "column": 27 } } }, "range": [ 1259, 1275 ], "loc": { "start": { "line": 35, "column": 11 }, "end": { "line": 35, "column": 27 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1291, 1295 ], "loc": { "start": { "line": 36, "column": 12 }, "end": { "line": 36, "column": 16 } } }, "property": { "type": "Identifier", "name": "_setAdvancedGrid", "range": [ 1296, 1312 ], "loc": { "start": { "line": 36, "column": 17 }, "end": { "line": 36, "column": 33 } } }, "range": [ 1291, 1312 ], "loc": { "start": { "line": 36, "column": 12 }, "end": { "line": 36, "column": 33 } } }, "arguments": [], "range": [ 1291, 1314 ], "loc": { "start": { "line": 36, "column": 12 }, "end": { "line": 36, "column": 35 } } }, "range": [ 1291, 1315 ], "loc": { "start": { "line": 36, "column": 12 }, "end": { "line": 36, "column": 36 } } } ], "range": [ 1276, 1326 ], "loc": { "start": { "line": 35, "column": 28 }, "end": { "line": 37, "column": 9 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "path", "range": [ 1351, 1355 ], "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 38, "column": 20 } } }, "init": { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1358, 1362 ], "loc": { "start": { "line": 38, "column": 23 }, "end": { "line": 38, "column": 27 } } }, "property": { "type": "Identifier", "name": "vendorPath", "range": [ 1363, 1373 ], "loc": { "start": { "line": 38, "column": 28 }, "end": { "line": 38, "column": 38 } } }, "range": [ 1358, 1373 ], "loc": { "start": { "line": 38, "column": 23 }, "end": { "line": 38, "column": 38 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1376, 1380 ], "loc": { "start": { "line": 38, "column": 41 }, "end": { "line": 38, "column": 45 } } }, "property": { "type": "Identifier", "name": "filename", "range": [ 1381, 1389 ], "loc": { "start": { "line": 38, "column": 46 }, "end": { "line": 38, "column": 54 } } }, "range": [ 1376, 1389 ], "loc": { "start": { "line": 38, "column": 41 }, "end": { "line": 38, "column": 54 } } }, "range": [ 1358, 1389 ], "loc": { "start": { "line": 38, "column": 23 }, "end": { "line": 38, "column": 54 } } }, "range": [ 1351, 1389 ], "loc": { "start": { "line": 38, "column": 16 }, "end": { "line": 38, "column": 54 } } } ], "kind": "var", "range": [ 1347, 1390 ], "loc": { "start": { "line": 38, "column": 12 }, "end": { "line": 38, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 1404, 1406 ], "loc": { "start": { "line": 39, "column": 12 }, "end": { "line": 39, "column": 14 } } }, "property": { "type": "Identifier", "name": "import", "range": [ 1407, 1413 ], "loc": { "start": { "line": 39, "column": 15 }, "end": { "line": 39, "column": 21 } } }, "range": [ 1404, 1413 ], "loc": { "start": { "line": 39, "column": 12 }, "end": { "line": 39, "column": 21 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1414, 1418 ], "loc": { "start": { "line": 39, "column": 22 }, "end": { "line": 39, "column": 26 } } }, "property": { "type": "Identifier", "name": "filename", "range": [ 1419, 1427 ], "loc": { "start": { "line": 39, "column": 27 }, "end": { "line": 39, "column": 35 } } }, "range": [ 1414, 1427 ], "loc": { "start": { "line": 39, "column": 22 }, "end": { "line": 39, "column": 35 } } }, { "type": "Identifier", "name": "path", "range": [ 1429, 1433 ], "loc": { "start": { "line": 39, "column": 37 }, "end": { "line": 39, "column": 41 } } }, { "type": "ArrowFunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1442, 1446 ], "loc": { "start": { "line": 39, "column": 50 }, "end": { "line": 39, "column": 54 } } }, "property": { "type": "Identifier", "name": "_setAdvancedGrid", "range": [ 1447, 1463 ], "loc": { "start": { "line": 39, "column": 55 }, "end": { "line": 39, "column": 71 } } }, "range": [ 1442, 1463 ], "loc": { "start": { "line": 39, "column": 50 }, "end": { "line": 39, "column": 71 } } }, "arguments": [], "range": [ 1442, 1465 ], "loc": { "start": { "line": 39, "column": 50 }, "end": { "line": 39, "column": 73 } } }, "range": [ 1442, 1466 ], "loc": { "start": { "line": 39, "column": 50 }, "end": { "line": 39, "column": 74 } } } ], "range": [ 1440, 1468 ], "loc": { "start": { "line": 39, "column": 48 }, "end": { "line": 39, "column": 76 } } }, "generator": false, "expression": false, "range": [ 1435, 1468 ], "loc": { "start": { "line": 39, "column": 43 }, "end": { "line": 39, "column": 76 } } } ], "range": [ 1404, 1469 ], "loc": { "start": { "line": 39, "column": 12 }, "end": { "line": 39, "column": 77 } } }, "range": [ 1404, 1470 ], "loc": { "start": { "line": 39, "column": 12 }, "end": { "line": 39, "column": 78 } } } ], "range": [ 1332, 1481 ], "loc": { "start": { "line": 37, "column": 15 }, "end": { "line": 40, "column": 9 } } }, "range": [ 1256, 1481 ], "loc": { "start": { "line": 35, "column": 8 }, "end": { "line": 40, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1494, 1498 ], "loc": { "start": { "line": 41, "column": 11 }, "end": { "line": 41, "column": 15 } } }, "property": { "type": "Identifier", "name": "loadStylesheet", "range": [ 1499, 1513 ], "loc": { "start": { "line": 41, "column": 16 }, "end": { "line": 41, "column": 30 } } }, "range": [ 1494, 1513 ], "loc": { "start": { "line": 41, "column": 11 }, "end": { "line": 41, "column": 30 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 1518, 1520 ], "loc": { "start": { "line": 41, "column": 35 }, "end": { "line": 41, "column": 37 } } }, "property": { "type": "Identifier", "name": "isImported", "range": [ 1521, 1531 ], "loc": { "start": { "line": 41, "column": 38 }, "end": { "line": 41, "column": 48 } } }, "range": [ 1518, 1531 ], "loc": { "start": { "line": 41, "column": 35 }, "end": { "line": 41, "column": 48 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1532, 1536 ], "loc": { "start": { "line": 41, "column": 49 }, "end": { "line": 41, "column": 53 } } }, "property": { "type": "Identifier", "name": "stylesheet", "range": [ 1537, 1547 ], "loc": { "start": { "line": 41, "column": 54 }, "end": { "line": 41, "column": 64 } } }, "range": [ 1532, 1547 ], "loc": { "start": { "line": 41, "column": 49 }, "end": { "line": 41, "column": 64 } } }, { "type": "Literal", "value": "link", "raw": "'link'", "range": [ 1549, 1555 ], "loc": { "start": { "line": 41, "column": 66 }, "end": { "line": 41, "column": 72 } } } ], "range": [ 1518, 1556 ], "loc": { "start": { "line": 41, "column": 35 }, "end": { "line": 41, "column": 73 } } }, "prefix": true, "range": [ 1517, 1556 ], "loc": { "start": { "line": 41, "column": 34 }, "end": { "line": 41, "column": 73 } } }, "range": [ 1494, 1556 ], "loc": { "start": { "line": 41, "column": 11 }, "end": { "line": 41, "column": 73 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 1572, 1574 ], "loc": { "start": { "line": 42, "column": 12 }, "end": { "line": 42, "column": 14 } } }, "property": { "type": "Identifier", "name": "import", "range": [ 1575, 1581 ], "loc": { "start": { "line": 42, "column": 15 }, "end": { "line": 42, "column": 21 } } }, "range": [ 1572, 1581 ], "loc": { "start": { "line": 42, "column": 12 }, "end": { "line": 42, "column": 21 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1582, 1586 ], "loc": { "start": { "line": 42, "column": 22 }, "end": { "line": 42, "column": 26 } } }, "property": { "type": "Identifier", "name": "stylesheetName", "range": [ 1587, 1601 ], "loc": { "start": { "line": 42, "column": 27 }, "end": { "line": 42, "column": 41 } } }, "range": [ 1582, 1601 ], "loc": { "start": { "line": 42, "column": 22 }, "end": { "line": 42, "column": 41 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1603, 1607 ], "loc": { "start": { "line": 42, "column": 43 }, "end": { "line": 42, "column": 47 } } }, "property": { "type": "Identifier", "name": "stylesheet", "range": [ 1608, 1618 ], "loc": { "start": { "line": 42, "column": 48 }, "end": { "line": 42, "column": 58 } } }, "range": [ 1603, 1618 ], "loc": { "start": { "line": 42, "column": 43 }, "end": { "line": 42, "column": 58 } } }, { "type": "Literal", "value": null, "raw": "null", "range": [ 1620, 1624 ], "loc": { "start": { "line": 42, "column": 60 }, "end": { "line": 42, "column": 64 } } }, { "type": "Literal", "value": "link", "raw": "'link'", "range": [ 1626, 1632 ], "loc": { "start": { "line": 42, "column": 66 }, "end": { "line": 42, "column": 72 } } } ], "range": [ 1572, 1633 ], "loc": { "start": { "line": 42, "column": 12 }, "end": { "line": 42, "column": 73 } } }, "range": [ 1572, 1634 ], "loc": { "start": { "line": 42, "column": 12 }, "end": { "line": 42, "column": 74 } } } ], "range": [ 1557, 1645 ], "loc": { "start": { "line": 41, "column": 74 }, "end": { "line": 43, "column": 9 } } }, "alternate": null, "range": [ 1491, 1645 ], "loc": { "start": { "line": 41, "column": 8 }, "end": { "line": 43, "column": 9 } } } ], "range": [ 1218, 1652 ], "loc": { "start": { "line": 33, "column": 10 }, "end": { "line": 44, "column": 5 } } }, "generator": false, "expression": false, "range": [ 1216, 1652 ], "loc": { "start": { "line": 33, "column": 8 }, "end": { "line": 44, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 1212, 1652 ], "loc": { "start": { "line": 33, "column": 4 }, "end": { "line": 44, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Conditionally load ezEditTable library and set advanced grid\r\n * @return {[type]} [description]\r\n ", "range": [ 1086, 1206 ], "loc": { "start": { "line": 29, "column": 4 }, "end": { "line": 32, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Instantiate ezEditTable component for advanced grid features\r\n ", "range": [ 1660, 1741 ], "loc": { "start": { "line": 46, "column": 4 }, "end": { "line": 48, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "_setAdvancedGrid", "range": [ 1747, 1763 ], "loc": { "start": { "line": 49, "column": 4 }, "end": { "line": 49, "column": 20 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "tf", "range": [ 1780, 1782 ], "loc": { "start": { "line": 50, "column": 12 }, "end": { "line": 50, "column": 14 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1785, 1789 ], "loc": { "start": { "line": 50, "column": 17 }, "end": { "line": 50, "column": 21 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 1790, 1792 ], "loc": { "start": { "line": 50, "column": 22 }, "end": { "line": 50, "column": 24 } } }, "range": [ 1785, 1792 ], "loc": { "start": { "line": 50, "column": 17 }, "end": { "line": 50, "column": 24 } } }, "range": [ 1780, 1792 ], "loc": { "start": { "line": 50, "column": 12 }, "end": { "line": 50, "column": 24 } } } ], "kind": "var", "range": [ 1776, 1793 ], "loc": { "start": { "line": 50, "column": 8 }, "end": { "line": 50, "column": 25 } }, "trailingComments": [ { "type": "Line", "value": "start row for EditTable constructor needs to be calculated", "range": [ 1805, 1865 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 68 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "startRow", "range": [ 1879, 1887 ], "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 20 } } }, "init": null, "range": [ 1879, 1887 ], "loc": { "start": { "line": 53, "column": 12 }, "end": { "line": 53, "column": 20 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "cfg", "range": [ 1902, 1905 ], "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 15 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 1908, 1912 ], "loc": { "start": { "line": 54, "column": 18 }, "end": { "line": 54, "column": 22 } } }, "property": { "type": "Identifier", "name": "cfg", "range": [ 1913, 1916 ], "loc": { "start": { "line": 54, "column": 23 }, "end": { "line": 54, "column": 26 } } }, "range": [ 1908, 1916 ], "loc": { "start": { "line": 54, "column": 18 }, "end": { "line": 54, "column": 26 } } }, "range": [ 1902, 1916 ], "loc": { "start": { "line": 54, "column": 12 }, "end": { "line": 54, "column": 26 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "thead", "range": [ 1931, 1936 ], "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 17 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Dom", "range": [ 1939, 1942 ], "loc": { "start": { "line": 55, "column": 20 }, "end": { "line": 55, "column": 23 } } }, "property": { "type": "Identifier", "name": "tag", "range": [ 1943, 1946 ], "loc": { "start": { "line": 55, "column": 24 }, "end": { "line": 55, "column": 27 } } }, "range": [ 1939, 1946 ], "loc": { "start": { "line": 55, "column": 20 }, "end": { "line": 55, "column": 27 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 1947, 1949 ], "loc": { "start": { "line": 55, "column": 28 }, "end": { "line": 55, "column": 30 } } }, "property": { "type": "Identifier", "name": "tbl", "range": [ 1950, 1953 ], "loc": { "start": { "line": 55, "column": 31 }, "end": { "line": 55, "column": 34 } } }, "range": [ 1947, 1953 ], "loc": { "start": { "line": 55, "column": 28 }, "end": { "line": 55, "column": 34 } } }, { "type": "Literal", "value": "thead", "raw": "'thead'", "range": [ 1955, 1962 ], "loc": { "start": { "line": 55, "column": 36 }, "end": { "line": 55, "column": 43 } } } ], "range": [ 1939, 1963 ], "loc": { "start": { "line": 55, "column": 20 }, "end": { "line": 55, "column": 44 } } }, "range": [ 1931, 1963 ], "loc": { "start": { "line": 55, "column": 12 }, "end": { "line": 55, "column": 44 } } } ], "kind": "var", "range": [ 1875, 1964 ], "loc": { "start": { "line": 53, "column": 8 }, "end": { "line": 55, "column": 45 } }, "leadingComments": [ { "type": "Line", "value": "start row for EditTable constructor needs to be calculated", "range": [ 1805, 1865 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 68 } } } ], "trailingComments": [ { "type": "Line", "value": "if thead exists and startRow not specified, startRow is calculated", "range": [ 1976, 2044 ], "loc": { "start": { "line": 57, "column": 8 }, "end": { "line": 57, "column": 76 } } }, { "type": "Line", "value": "automatically by EditTable", "range": [ 2054, 2082 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 36 } } } ] }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": ">", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "thead", "range": [ 2095, 2100 ], "loc": { "start": { "line": 59, "column": 11 }, "end": { "line": 59, "column": 16 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 2101, 2107 ], "loc": { "start": { "line": 59, "column": 17 }, "end": { "line": 59, "column": 23 } } }, "range": [ 2095, 2107 ], "loc": { "start": { "line": 59, "column": 11 }, "end": { "line": 59, "column": 23 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 2110, 2111 ], "loc": { "start": { "line": 59, "column": 26 }, "end": { "line": 59, "column": 27 } } }, "range": [ 2095, 2111 ], "loc": { "start": { "line": 59, "column": 11 }, "end": { "line": 59, "column": 27 } } }, "right": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2116, 2119 ], "loc": { "start": { "line": 59, "column": 32 }, "end": { "line": 59, "column": 35 } } }, "property": { "type": "Identifier", "name": "startRow", "range": [ 2120, 2128 ], "loc": { "start": { "line": 59, "column": 36 }, "end": { "line": 59, "column": 44 } } }, "range": [ 2116, 2128 ], "loc": { "start": { "line": 59, "column": 32 }, "end": { "line": 59, "column": 44 } } }, "prefix": true, "range": [ 2115, 2128 ], "loc": { "start": { "line": 59, "column": 31 }, "end": { "line": 59, "column": 44 } } }, "range": [ 2095, 2128 ], "loc": { "start": { "line": 59, "column": 11 }, "end": { "line": 59, "column": 44 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "startRow", "range": [ 2144, 2152 ], "loc": { "start": { "line": 60, "column": 12 }, "end": { "line": 60, "column": 20 } } }, "right": { "type": "Identifier", "name": "undefined", "range": [ 2155, 2164 ], "loc": { "start": { "line": 60, "column": 23 }, "end": { "line": 60, "column": 32 } } }, "range": [ 2144, 2164 ], "loc": { "start": { "line": 60, "column": 12 }, "end": { "line": 60, "column": 32 } } }, "range": [ 2144, 2165 ], "loc": { "start": { "line": 60, "column": 12 }, "end": { "line": 60, "column": 33 } } } ], "range": [ 2129, 2176 ], "loc": { "start": { "line": 59, "column": 45 }, "end": { "line": 61, "column": 9 } }, "trailingComments": [ { "type": "Line", "value": "otherwise startRow config property if any or TableFilter refRow", "range": [ 2186, 2251 ], "loc": { "start": { "line": 62, "column": 8 }, "end": { "line": 62, "column": 73 } } } ] }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "startRow", "range": [ 2280, 2288 ], "loc": { "start": { "line": 64, "column": 12 }, "end": { "line": 64, "column": 20 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2291, 2294 ], "loc": { "start": { "line": 64, "column": 23 }, "end": { "line": 64, "column": 26 } } }, "property": { "type": "Identifier", "name": "startRow", "range": [ 2295, 2303 ], "loc": { "start": { "line": 64, "column": 27 }, "end": { "line": 64, "column": 35 } } }, "range": [ 2291, 2303 ], "loc": { "start": { "line": 64, "column": 23 }, "end": { "line": 64, "column": 35 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2307, 2309 ], "loc": { "start": { "line": 64, "column": 39 }, "end": { "line": 64, "column": 41 } } }, "property": { "type": "Identifier", "name": "refRow", "range": [ 2310, 2316 ], "loc": { "start": { "line": 64, "column": 42 }, "end": { "line": 64, "column": 48 } } }, "range": [ 2307, 2316 ], "loc": { "start": { "line": 64, "column": 39 }, "end": { "line": 64, "column": 48 } } }, "range": [ 2291, 2316 ], "loc": { "start": { "line": 64, "column": 23 }, "end": { "line": 64, "column": 48 } } }, "range": [ 2280, 2316 ], "loc": { "start": { "line": 64, "column": 12 }, "end": { "line": 64, "column": 48 } } }, "range": [ 2280, 2317 ], "loc": { "start": { "line": 64, "column": 12 }, "end": { "line": 64, "column": 49 } } } ], "range": [ 2265, 2328 ], "loc": { "start": { "line": 63, "column": 12 }, "end": { "line": 65, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "otherwise startRow config property if any or TableFilter refRow", "range": [ 2186, 2251 ], "loc": { "start": { "line": 62, "column": 8 }, "end": { "line": 62, "column": 73 } } } ] }, "range": [ 2092, 2328 ], "loc": { "start": { "line": 59, "column": 8 }, "end": { "line": 65, "column": 9 } }, "leadingComments": [ { "type": "Line", "value": "if thead exists and startRow not specified, startRow is calculated", "range": [ 1976, 2044 ], "loc": { "start": { "line": 57, "column": 8 }, "end": { "line": 57, "column": 76 } } }, { "type": "Line", "value": "automatically by EditTable", "range": [ 2054, 2082 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 36 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2340, 2343 ], "loc": { "start": { "line": 67, "column": 8 }, "end": { "line": 67, "column": 11 } } }, "property": { "type": "Identifier", "name": "base_path", "range": [ 2344, 2353 ], "loc": { "start": { "line": 67, "column": 12 }, "end": { "line": 67, "column": 21 } } }, "range": [ 2340, 2353 ], "loc": { "start": { "line": 67, "column": 8 }, "end": { "line": 67, "column": 21 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2356, 2359 ], "loc": { "start": { "line": 67, "column": 24 }, "end": { "line": 67, "column": 27 } } }, "property": { "type": "Identifier", "name": "base_path", "range": [ 2360, 2369 ], "loc": { "start": { "line": 67, "column": 28 }, "end": { "line": 67, "column": 37 } } }, "range": [ 2356, 2369 ], "loc": { "start": { "line": 67, "column": 24 }, "end": { "line": 67, "column": 37 } } }, "right": { "type": "BinaryExpression", "operator": "+", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 2374, 2376 ], "loc": { "start": { "line": 67, "column": 42 }, "end": { "line": 67, "column": 44 } } }, "property": { "type": "Identifier", "name": "basePath", "range": [ 2377, 2385 ], "loc": { "start": { "line": 67, "column": 45 }, "end": { "line": 67, "column": 53 } } }, "range": [ 2374, 2385 ], "loc": { "start": { "line": 67, "column": 42 }, "end": { "line": 67, "column": 53 } } }, "right": { "type": "Literal", "value": "ezEditTable/", "raw": "'ezEditTable/'", "range": [ 2388, 2402 ], "loc": { "start": { "line": 67, "column": 56 }, "end": { "line": 67, "column": 70 } } }, "range": [ 2374, 2402 ], "loc": { "start": { "line": 67, "column": 42 }, "end": { "line": 67, "column": 70 } } }, "range": [ 2356, 2402 ], "loc": { "start": { "line": 67, "column": 24 }, "end": { "line": 67, "column": 70 } } }, "range": [ 2340, 2402 ], "loc": { "start": { "line": 67, "column": 8 }, "end": { "line": 67, "column": 70 } } }, "range": [ 2340, 2403 ], "loc": { "start": { "line": 67, "column": 8 }, "end": { "line": 67, "column": 71 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "editable", "range": [ 2417, 2425 ], "loc": { "start": { "line": 68, "column": 12 }, "end": { "line": 68, "column": 20 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2428, 2431 ], "loc": { "start": { "line": 68, "column": 23 }, "end": { "line": 68, "column": 26 } } }, "property": { "type": "Identifier", "name": "editable", "range": [ 2432, 2440 ], "loc": { "start": { "line": 68, "column": 27 }, "end": { "line": 68, "column": 35 } } }, "range": [ 2428, 2440 ], "loc": { "start": { "line": 68, "column": 23 }, "end": { "line": 68, "column": 35 } } }, "range": [ 2417, 2440 ], "loc": { "start": { "line": 68, "column": 12 }, "end": { "line": 68, "column": 35 } } } ], "kind": "var", "range": [ 2413, 2441 ], "loc": { "start": { "line": 68, "column": 8 }, "end": { "line": 68, "column": 36 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "selectable", "range": [ 2455, 2465 ], "loc": { "start": { "line": 69, "column": 12 }, "end": { "line": 69, "column": 22 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2468, 2471 ], "loc": { "start": { "line": 69, "column": 25 }, "end": { "line": 69, "column": 28 } } }, "property": { "type": "Identifier", "name": "selection", "range": [ 2472, 2481 ], "loc": { "start": { "line": 69, "column": 29 }, "end": { "line": 69, "column": 38 } } }, "range": [ 2468, 2481 ], "loc": { "start": { "line": 69, "column": 25 }, "end": { "line": 69, "column": 38 } } }, "range": [ 2455, 2481 ], "loc": { "start": { "line": 69, "column": 12 }, "end": { "line": 69, "column": 38 } } } ], "kind": "var", "range": [ 2451, 2482 ], "loc": { "start": { "line": 69, "column": 8 }, "end": { "line": 69, "column": 39 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "selectable", "range": [ 2497, 2507 ], "loc": { "start": { "line": 71, "column": 11 }, "end": { "line": 71, "column": 21 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2523, 2526 ], "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 15 } } }, "property": { "type": "Identifier", "name": "default_selection", "range": [ 2527, 2544 ], "loc": { "start": { "line": 72, "column": 16 }, "end": { "line": 72, "column": 33 } } }, "range": [ 2523, 2544 ], "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 33 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2547, 2550 ], "loc": { "start": { "line": 72, "column": 36 }, "end": { "line": 72, "column": 39 } } }, "property": { "type": "Identifier", "name": "default_selection", "range": [ 2551, 2568 ], "loc": { "start": { "line": 72, "column": 40 }, "end": { "line": 72, "column": 57 } } }, "range": [ 2547, 2568 ], "loc": { "start": { "line": 72, "column": 36 }, "end": { "line": 72, "column": 57 } } }, "right": { "type": "Literal", "value": "row", "raw": "'row'", "range": [ 2572, 2577 ], "loc": { "start": { "line": 72, "column": 61 }, "end": { "line": 72, "column": 66 } } }, "range": [ 2547, 2577 ], "loc": { "start": { "line": 72, "column": 36 }, "end": { "line": 72, "column": 66 } } }, "range": [ 2523, 2577 ], "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 66 } } }, "range": [ 2523, 2578 ], "loc": { "start": { "line": 72, "column": 12 }, "end": { "line": 72, "column": 67 } } } ], "range": [ 2508, 2589 ], "loc": { "start": { "line": 71, "column": 22 }, "end": { "line": 73, "column": 9 } } }, "alternate": null, "range": [ 2494, 2589 ], "loc": { "start": { "line": 71, "column": 8 }, "end": { "line": 73, "column": 9 } }, "trailingComments": [ { "type": "Line", "value": "CSS Styles", "range": [ 2599, 2611 ], "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 20 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2621, 2624 ], "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 11 } } }, "property": { "type": "Identifier", "name": "active_cell_css", "range": [ 2625, 2640 ], "loc": { "start": { "line": 75, "column": 12 }, "end": { "line": 75, "column": 27 } } }, "range": [ 2621, 2640 ], "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 27 } } }, "right": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 2643, 2646 ], "loc": { "start": { "line": 75, "column": 30 }, "end": { "line": 75, "column": 33 } } }, "property": { "type": "Identifier", "name": "active_cell_css", "range": [ 2647, 2662 ], "loc": { "start": { "line": 75, "column": 34 }, "end": { "line": 75, "column": 49 } } }, "range": [ 2643, 2662 ], "loc": { "start": { "line": 75, "column": 30 }, "end": { "line": 75, "column": 49 } } }, "right": { "type": "Literal", "value": "ezETSelectedCell", "raw": "'ezETSelectedCell'", "range": [ 2666, 2684 ], "loc": { "start": { "line": 75, "column": 53 }, "end": { "line": 75, "column": 71 } } }, "range": [ 2643, 2684 ], "loc": { "start": { "line": 75, "column": 30 }, "end": { "line": 75, "column": 71 } } }, "range": [ 2621, 2684 ], "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 71 } } }, "range": [ 2621, 2685 ], "loc": { "start": { "line": 75, "column": 8 }, "end": { "line": 75, "column": 72 } }, "leadingComments": [ { "type": "Line", "value": "CSS Styles", "range": [ 2599, 2611 ], "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 20 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_lastValidRowIndex", "range": [ 2701, 2719 ], "loc": { "start": { "line": 77, "column": 12 }, "end": { "line": 77, "column": 30 } } }, "init": { "type": "Literal", "value": 0, "raw": "0", "range": [ 2722, 2723 ], "loc": { "start": { "line": 77, "column": 33 }, "end": { "line": 77, "column": 34 } } }, "range": [ 2701, 2723 ], "loc": { "start": { "line": 77, "column": 12 }, "end": { "line": 77, "column": 34 } } } ], "kind": "var", "range": [ 2697, 2724 ], "loc": { "start": { "line": 77, "column": 8 }, "end": { "line": 77, "column": 35 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "_lastRowIndex", "range": [ 2738, 2751 ], "loc": { "start": { "line": 78, "column": 12 }, "end": { "line": 78, "column": 25 } } }, "init": { "type": "Literal", "value": 0, "raw": "0", "range": [ 2754, 2755 ], "loc": { "start": { "line": 78, "column": 28 }, "end": { "line": 78, "column": 29 } } }, "range": [ 2738, 2755 ], "loc": { "start": { "line": 78, "column": 12 }, "end": { "line": 78, "column": 29 } } } ], "kind": "var", "range": [ 2734, 2756 ], "loc": { "start": { "line": 78, "column": 8 }, "end": { "line": 78, "column": 30 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "selectable", "range": [ 2771, 2781 ], "loc": { "start": { "line": 80, "column": 11 }, "end": { "line": 80, "column": 21 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "onAfterSelection", "range": [ 2917, 2933 ], "loc": { "start": { "line": 83, "column": 16 }, "end": { "line": 83, "column": 32 } } }, "init": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "et", "range": [ 2945, 2947 ], "loc": { "start": { "line": 83, "column": 44 }, "end": { "line": 83, "column": 46 } } }, { "type": "Identifier", "name": "selectedElm", "range": [ 2949, 2960 ], "loc": { "start": { "line": 83, "column": 48 }, "end": { "line": 83, "column": 59 } } }, { "type": "Identifier", "name": "e", "range": [ 2962, 2963 ], "loc": { "start": { "line": 83, "column": 61 }, "end": { "line": 83, "column": 62 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slc", "range": [ 2987, 2990 ], "loc": { "start": { "line": 84, "column": 20 }, "end": { "line": 84, "column": 23 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 2993, 2995 ], "loc": { "start": { "line": 84, "column": 26 }, "end": { "line": 84, "column": 28 } } }, "property": { "type": "Identifier", "name": "Selection", "range": [ 2996, 3005 ], "loc": { "start": { "line": 84, "column": 29 }, "end": { "line": 84, "column": 38 } } }, "range": [ 2993, 3005 ], "loc": { "start": { "line": 84, "column": 26 }, "end": { "line": 84, "column": 38 } } }, "range": [ 2987, 3005 ], "loc": { "start": { "line": 84, "column": 20 }, "end": { "line": 84, "column": 38 } } } ], "kind": "var", "range": [ 2983, 3006 ], "loc": { "start": { "line": 84, "column": 16 }, "end": { "line": 84, "column": 39 } }, "trailingComments": [ { "type": "Line", "value": "Next valid filtered row needs to be selected", "range": [ 3024, 3070 ], "loc": { "start": { "line": 85, "column": 16 }, "end": { "line": 85, "column": 62 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "doSelect", "range": [ 3092, 3100 ], "loc": { "start": { "line": 86, "column": 20 }, "end": { "line": 86, "column": 28 } } }, "init": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "nextRowIndex", "range": [ 3112, 3124 ], "loc": { "start": { "line": 86, "column": 40 }, "end": { "line": 86, "column": 52 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 3151, 3153 ], "loc": { "start": { "line": 87, "column": 23 }, "end": { "line": 87, "column": 25 } } }, "property": { "type": "Identifier", "name": "defaultSelection", "range": [ 3154, 3170 ], "loc": { "start": { "line": 87, "column": 26 }, "end": { "line": 87, "column": 42 } } }, "range": [ 3151, 3170 ], "loc": { "start": { "line": 87, "column": 23 }, "end": { "line": 87, "column": 42 } } }, "right": { "type": "Literal", "value": "row", "raw": "'row'", "range": [ 3175, 3180 ], "loc": { "start": { "line": 87, "column": 47 }, "end": { "line": 87, "column": 52 } } }, "range": [ 3151, 3180 ], "loc": { "start": { "line": 87, "column": 23 }, "end": { "line": 87, "column": 52 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slc", "range": [ 3208, 3211 ], "loc": { "start": { "line": 88, "column": 24 }, "end": { "line": 88, "column": 27 } } }, "property": { "type": "Identifier", "name": "SelectRowByIndex", "range": [ 3212, 3228 ], "loc": { "start": { "line": 88, "column": 28 }, "end": { "line": 88, "column": 44 } } }, "range": [ 3208, 3228 ], "loc": { "start": { "line": 88, "column": 24 }, "end": { "line": 88, "column": 44 } } }, "arguments": [ { "type": "Identifier", "name": "nextRowIndex", "range": [ 3229, 3241 ], "loc": { "start": { "line": 88, "column": 45 }, "end": { "line": 88, "column": 57 } } } ], "range": [ 3208, 3242 ], "loc": { "start": { "line": 88, "column": 24 }, "end": { "line": 88, "column": 58 } } }, "range": [ 3208, 3243 ], "loc": { "start": { "line": 88, "column": 24 }, "end": { "line": 88, "column": 59 } } } ], "range": [ 3181, 3266 ], "loc": { "start": { "line": 87, "column": 53 }, "end": { "line": 89, "column": 21 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 3299, 3301 ], "loc": { "start": { "line": 90, "column": 24 }, "end": { "line": 90, "column": 26 } } }, "property": { "type": "Identifier", "name": "ClearSelections", "range": [ 3302, 3317 ], "loc": { "start": { "line": 90, "column": 27 }, "end": { "line": 90, "column": 42 } } }, "range": [ 3299, 3317 ], "loc": { "start": { "line": 90, "column": 24 }, "end": { "line": 90, "column": 42 } } }, "arguments": [], "range": [ 3299, 3319 ], "loc": { "start": { "line": 90, "column": 24 }, "end": { "line": 90, "column": 44 } } }, "range": [ 3299, 3320 ], "loc": { "start": { "line": 90, "column": 24 }, "end": { "line": 90, "column": 45 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "cellIndex", "range": [ 3350, 3359 ], "loc": { "start": { "line": 91, "column": 28 }, "end": { "line": 91, "column": 37 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "selectedElm", "range": [ 3362, 3373 ], "loc": { "start": { "line": 91, "column": 40 }, "end": { "line": 91, "column": 51 } } }, "property": { "type": "Identifier", "name": "cellIndex", "range": [ 3374, 3383 ], "loc": { "start": { "line": 91, "column": 52 }, "end": { "line": 91, "column": 61 } } }, "range": [ 3362, 3383 ], "loc": { "start": { "line": 91, "column": 40 }, "end": { "line": 91, "column": 61 } } }, "range": [ 3350, 3383 ], "loc": { "start": { "line": 91, "column": 28 }, "end": { "line": 91, "column": 61 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "row", "range": [ 3414, 3417 ], "loc": { "start": { "line": 92, "column": 28 }, "end": { "line": 92, "column": 31 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3420, 3422 ], "loc": { "start": { "line": 92, "column": 34 }, "end": { "line": 92, "column": 36 } } }, "property": { "type": "Identifier", "name": "tbl", "range": [ 3423, 3426 ], "loc": { "start": { "line": 92, "column": 37 }, "end": { "line": 92, "column": 40 } } }, "range": [ 3420, 3426 ], "loc": { "start": { "line": 92, "column": 34 }, "end": { "line": 92, "column": 40 } } }, "property": { "type": "Identifier", "name": "rows", "range": [ 3427, 3431 ], "loc": { "start": { "line": 92, "column": 41 }, "end": { "line": 92, "column": 45 } } }, "range": [ 3420, 3431 ], "loc": { "start": { "line": 92, "column": 34 }, "end": { "line": 92, "column": 45 } } }, "property": { "type": "Identifier", "name": "nextRowIndex", "range": [ 3432, 3444 ], "loc": { "start": { "line": 92, "column": 46 }, "end": { "line": 92, "column": 58 } } }, "range": [ 3420, 3445 ], "loc": { "start": { "line": 92, "column": 34 }, "end": { "line": 92, "column": 59 } } }, "range": [ 3414, 3445 ], "loc": { "start": { "line": 92, "column": 28 }, "end": { "line": 92, "column": 59 } } } ], "kind": "var", "range": [ 3346, 3446 ], "loc": { "start": { "line": 91, "column": 24 }, "end": { "line": 92, "column": 60 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 3475, 3477 ], "loc": { "start": { "line": 93, "column": 27 }, "end": { "line": 93, "column": 29 } } }, "property": { "type": "Identifier", "name": "defaultSelection", "range": [ 3478, 3494 ], "loc": { "start": { "line": 93, "column": 30 }, "end": { "line": 93, "column": 46 } } }, "range": [ 3475, 3494 ], "loc": { "start": { "line": 93, "column": 27 }, "end": { "line": 93, "column": 46 } } }, "right": { "type": "Literal", "value": "both", "raw": "'both'", "range": [ 3499, 3505 ], "loc": { "start": { "line": 93, "column": 51 }, "end": { "line": 93, "column": 57 } } }, "range": [ 3475, 3505 ], "loc": { "start": { "line": 93, "column": 27 }, "end": { "line": 93, "column": 57 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slc", "range": [ 3537, 3540 ], "loc": { "start": { "line": 94, "column": 28 }, "end": { "line": 94, "column": 31 } } }, "property": { "type": "Identifier", "name": "SelectRowByIndex", "range": [ 3541, 3557 ], "loc": { "start": { "line": 94, "column": 32 }, "end": { "line": 94, "column": 48 } } }, "range": [ 3537, 3557 ], "loc": { "start": { "line": 94, "column": 28 }, "end": { "line": 94, "column": 48 } } }, "arguments": [ { "type": "Identifier", "name": "nextRowIndex", "range": [ 3558, 3570 ], "loc": { "start": { "line": 94, "column": 49 }, "end": { "line": 94, "column": 61 } } } ], "range": [ 3537, 3571 ], "loc": { "start": { "line": 94, "column": 28 }, "end": { "line": 94, "column": 62 } } }, "range": [ 3537, 3572 ], "loc": { "start": { "line": 94, "column": 28 }, "end": { "line": 94, "column": 63 } } } ], "range": [ 3506, 3599 ], "loc": { "start": { "line": 93, "column": 58 }, "end": { "line": 95, "column": 25 } } }, "alternate": null, "range": [ 3472, 3599 ], "loc": { "start": { "line": 93, "column": 24 }, "end": { "line": 95, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "row", "range": [ 3628, 3631 ], "loc": { "start": { "line": 96, "column": 27 }, "end": { "line": 96, "column": 30 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slc", "range": [ 3663, 3666 ], "loc": { "start": { "line": 97, "column": 28 }, "end": { "line": 97, "column": 31 } } }, "property": { "type": "Identifier", "name": "SelectCell", "range": [ 3667, 3677 ], "loc": { "start": { "line": 97, "column": 32 }, "end": { "line": 97, "column": 42 } } }, "range": [ 3663, 3677 ], "loc": { "start": { "line": 97, "column": 28 }, "end": { "line": 97, "column": 42 } } }, "arguments": [ { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 3678, 3681 ], "loc": { "start": { "line": 97, "column": 43 }, "end": { "line": 97, "column": 46 } } }, "property": { "type": "Identifier", "name": "cells", "range": [ 3682, 3687 ], "loc": { "start": { "line": 97, "column": 47 }, "end": { "line": 97, "column": 52 } } }, "range": [ 3678, 3687 ], "loc": { "start": { "line": 97, "column": 43 }, "end": { "line": 97, "column": 52 } } }, "property": { "type": "Identifier", "name": "cellIndex", "range": [ 3688, 3697 ], "loc": { "start": { "line": 97, "column": 53 }, "end": { "line": 97, "column": 62 } } }, "range": [ 3678, 3698 ], "loc": { "start": { "line": 97, "column": 43 }, "end": { "line": 97, "column": 63 } } } ], "range": [ 3663, 3699 ], "loc": { "start": { "line": 97, "column": 28 }, "end": { "line": 97, "column": 64 } } }, "range": [ 3663, 3700 ], "loc": { "start": { "line": 97, "column": 28 }, "end": { "line": 97, "column": 65 } } } ], "range": [ 3632, 3727 ], "loc": { "start": { "line": 96, "column": 31 }, "end": { "line": 98, "column": 25 } } }, "alternate": null, "range": [ 3625, 3727 ], "loc": { "start": { "line": 96, "column": 24 }, "end": { "line": 98, "column": 25 } } } ], "range": [ 3272, 3750 ], "loc": { "start": { "line": 89, "column": 27 }, "end": { "line": 99, "column": 21 } } }, "range": [ 3148, 3750 ], "loc": { "start": { "line": 87, "column": 20 }, "end": { "line": 99, "column": 21 } }, "trailingComments": [ { "type": "Line", "value": "Table is filtered", "range": [ 3772, 3791 ], "loc": { "start": { "line": 100, "column": 20 }, "end": { "line": 100, "column": 39 } } } ] }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3816, 3818 ], "loc": { "start": { "line": 101, "column": 23 }, "end": { "line": 101, "column": 25 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 3819, 3833 ], "loc": { "start": { "line": 101, "column": 26 }, "end": { "line": 101, "column": 40 } } }, "range": [ 3816, 3833 ], "loc": { "start": { "line": 101, "column": 23 }, "end": { "line": 101, "column": 40 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 3834, 3840 ], "loc": { "start": { "line": 101, "column": 41 }, "end": { "line": 101, "column": 47 } } }, "range": [ 3816, 3840 ], "loc": { "start": { "line": 101, "column": 23 }, "end": { "line": 101, "column": 47 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3845, 3847 ], "loc": { "start": { "line": 101, "column": 52 }, "end": { "line": 101, "column": 54 } } }, "property": { "type": "Identifier", "name": "getRowsNb", "range": [ 3848, 3857 ], "loc": { "start": { "line": 101, "column": 55 }, "end": { "line": 101, "column": 64 } } }, "range": [ 3845, 3857 ], "loc": { "start": { "line": 101, "column": 52 }, "end": { "line": 101, "column": 64 } } }, "arguments": [], "range": [ 3845, 3859 ], "loc": { "start": { "line": 101, "column": 52 }, "end": { "line": 101, "column": 66 } } }, "range": [ 3816, 3859 ], "loc": { "start": { "line": 101, "column": 23 }, "end": { "line": 101, "column": 66 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "r", "range": [ 3891, 3892 ], "loc": { "start": { "line": 102, "column": 28 }, "end": { "line": 102, "column": 29 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 3895, 3897 ], "loc": { "start": { "line": 102, "column": 32 }, "end": { "line": 102, "column": 34 } } }, "property": { "type": "Identifier", "name": "tbl", "range": [ 3898, 3901 ], "loc": { "start": { "line": 102, "column": 35 }, "end": { "line": 102, "column": 38 } } }, "range": [ 3895, 3901 ], "loc": { "start": { "line": 102, "column": 32 }, "end": { "line": 102, "column": 38 } } }, "property": { "type": "Identifier", "name": "rows", "range": [ 3902, 3906 ], "loc": { "start": { "line": 102, "column": 39 }, "end": { "line": 102, "column": 43 } } }, "range": [ 3895, 3906 ], "loc": { "start": { "line": 102, "column": 32 }, "end": { "line": 102, "column": 43 } } }, "property": { "type": "Identifier", "name": "nextRowIndex", "range": [ 3907, 3919 ], "loc": { "start": { "line": 102, "column": 44 }, "end": { "line": 102, "column": 56 } } }, "range": [ 3895, 3920 ], "loc": { "start": { "line": 102, "column": 32 }, "end": { "line": 102, "column": 57 } } }, "range": [ 3891, 3920 ], "loc": { "start": { "line": 102, "column": 28 }, "end": { "line": 102, "column": 57 } } } ], "kind": "var", "range": [ 3887, 3921 ], "loc": { "start": { "line": 102, "column": 24 }, "end": { "line": 102, "column": 58 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "r", "range": [ 3950, 3951 ], "loc": { "start": { "line": 103, "column": 27 }, "end": { "line": 103, "column": 28 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "r", "range": [ 3983, 3984 ], "loc": { "start": { "line": 104, "column": 28 }, "end": { "line": 104, "column": 29 } } }, "property": { "type": "Identifier", "name": "scrollIntoView", "range": [ 3985, 3999 ], "loc": { "start": { "line": 104, "column": 30 }, "end": { "line": 104, "column": 44 } } }, "range": [ 3983, 3999 ], "loc": { "start": { "line": 104, "column": 28 }, "end": { "line": 104, "column": 44 } } }, "arguments": [ { "type": "Literal", "value": false, "raw": "false", "range": [ 4000, 4005 ], "loc": { "start": { "line": 104, "column": 45 }, "end": { "line": 104, "column": 50 } } } ], "range": [ 3983, 4006 ], "loc": { "start": { "line": 104, "column": 28 }, "end": { "line": 104, "column": 51 } } }, "range": [ 3983, 4007 ], "loc": { "start": { "line": 104, "column": 28 }, "end": { "line": 104, "column": 52 } } } ], "range": [ 3952, 4034 ], "loc": { "start": { "line": 103, "column": 29 }, "end": { "line": 105, "column": 25 } } }, "alternate": null, "range": [ 3947, 4034 ], "loc": { "start": { "line": 103, "column": 24 }, "end": { "line": 105, "column": 25 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "cell", "range": [ 4063, 4067 ], "loc": { "start": { "line": 106, "column": 27 }, "end": { "line": 106, "column": 31 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cell", "range": [ 4102, 4106 ], "loc": { "start": { "line": 107, "column": 31 }, "end": { "line": 107, "column": 35 } } }, "property": { "type": "Identifier", "name": "cellIndex", "range": [ 4107, 4116 ], "loc": { "start": { "line": 107, "column": 36 }, "end": { "line": 107, "column": 45 } } }, "range": [ 4102, 4116 ], "loc": { "start": { "line": 107, "column": 31 }, "end": { "line": 107, "column": 45 } } }, "right": { "type": "BinaryExpression", "operator": "-", "left": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4122, 4124 ], "loc": { "start": { "line": 107, "column": 51 }, "end": { "line": 107, "column": 53 } } }, "property": { "type": "Identifier", "name": "getCellsNb", "range": [ 4125, 4135 ], "loc": { "start": { "line": 107, "column": 54 }, "end": { "line": 107, "column": 64 } } }, "range": [ 4122, 4135 ], "loc": { "start": { "line": 107, "column": 51 }, "end": { "line": 107, "column": 64 } } }, "arguments": [], "range": [ 4122, 4137 ], "loc": { "start": { "line": 107, "column": 51 }, "end": { "line": 107, "column": 66 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 4138, 4139 ], "loc": { "start": { "line": 107, "column": 67 }, "end": { "line": 107, "column": 68 } } }, "range": [ 4122, 4139 ], "loc": { "start": { "line": 107, "column": 51 }, "end": { "line": 107, "column": 68 } } }, "range": [ 4102, 4140 ], "loc": { "start": { "line": 107, "column": 31 }, "end": { "line": 107, "column": 69 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4177, 4179 ], "loc": { "start": { "line": 108, "column": 32 }, "end": { "line": 108, "column": 34 } } }, "property": { "type": "Identifier", "name": "gridLayout", "range": [ 4180, 4190 ], "loc": { "start": { "line": 108, "column": 35 }, "end": { "line": 108, "column": 45 } } }, "range": [ 4177, 4190 ], "loc": { "start": { "line": 108, "column": 32 }, "end": { "line": 108, "column": 45 } } }, "range": [ 4102, 4190 ], "loc": { "start": { "line": 107, "column": 31 }, "end": { "line": 108, "column": 45 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4226, 4228 ], "loc": { "start": { "line": 109, "column": 32 }, "end": { "line": 109, "column": 34 } } }, "property": { "type": "Identifier", "name": "tblCont", "range": [ 4229, 4236 ], "loc": { "start": { "line": 109, "column": 35 }, "end": { "line": 109, "column": 42 } } }, "range": [ 4226, 4236 ], "loc": { "start": { "line": 109, "column": 32 }, "end": { "line": 109, "column": 42 } } }, "property": { "type": "Identifier", "name": "scrollLeft", "range": [ 4237, 4247 ], "loc": { "start": { "line": 109, "column": 43 }, "end": { "line": 109, "column": 53 } } }, "range": [ 4226, 4247 ], "loc": { "start": { "line": 109, "column": 32 }, "end": { "line": 109, "column": 53 } } }, "right": { "type": "Literal", "value": 100000000, "raw": "100000000", "range": [ 4250, 4259 ], "loc": { "start": { "line": 109, "column": 56 }, "end": { "line": 109, "column": 65 } } }, "range": [ 4226, 4259 ], "loc": { "start": { "line": 109, "column": 32 }, "end": { "line": 109, "column": 65 } } }, "range": [ 4226, 4260 ], "loc": { "start": { "line": 109, "column": 32 }, "end": { "line": 109, "column": 66 } } } ], "range": [ 4191, 4291 ], "loc": { "start": { "line": 108, "column": 46 }, "end": { "line": 110, "column": 29 } } }, "alternate": { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cell", "range": [ 4329, 4333 ], "loc": { "start": { "line": 111, "column": 36 }, "end": { "line": 111, "column": 40 } } }, "property": { "type": "Identifier", "name": "cellIndex", "range": [ 4334, 4343 ], "loc": { "start": { "line": 111, "column": 41 }, "end": { "line": 111, "column": 50 } } }, "range": [ 4329, 4343 ], "loc": { "start": { "line": 111, "column": 36 }, "end": { "line": 111, "column": 50 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 4346, 4347 ], "loc": { "start": { "line": 111, "column": 53 }, "end": { "line": 111, "column": 54 } } }, "range": [ 4329, 4347 ], "loc": { "start": { "line": 111, "column": 36 }, "end": { "line": 111, "column": 54 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4351, 4353 ], "loc": { "start": { "line": 111, "column": 58 }, "end": { "line": 111, "column": 60 } } }, "property": { "type": "Identifier", "name": "gridLayout", "range": [ 4354, 4364 ], "loc": { "start": { "line": 111, "column": 61 }, "end": { "line": 111, "column": 71 } } }, "range": [ 4351, 4364 ], "loc": { "start": { "line": 111, "column": 58 }, "end": { "line": 111, "column": 71 } } }, "range": [ 4329, 4364 ], "loc": { "start": { "line": 111, "column": 36 }, "end": { "line": 111, "column": 71 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4400, 4402 ], "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 34 } } }, "property": { "type": "Identifier", "name": "tblCont", "range": [ 4403, 4410 ], "loc": { "start": { "line": 112, "column": 35 }, "end": { "line": 112, "column": 42 } } }, "range": [ 4400, 4410 ], "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 42 } } }, "property": { "type": "Identifier", "name": "scrollLeft", "range": [ 4411, 4421 ], "loc": { "start": { "line": 112, "column": 43 }, "end": { "line": 112, "column": 53 } } }, "range": [ 4400, 4421 ], "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 53 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 4424, 4425 ], "loc": { "start": { "line": 112, "column": 56 }, "end": { "line": 112, "column": 57 } } }, "range": [ 4400, 4425 ], "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 57 } } }, "range": [ 4400, 4426 ], "loc": { "start": { "line": 112, "column": 32 }, "end": { "line": 112, "column": 58 } } } ], "range": [ 4365, 4457 ], "loc": { "start": { "line": 111, "column": 72 }, "end": { "line": 113, "column": 29 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cell", "range": [ 4498, 4502 ], "loc": { "start": { "line": 114, "column": 32 }, "end": { "line": 114, "column": 36 } } }, "property": { "type": "Identifier", "name": "scrollIntoView", "range": [ 4503, 4517 ], "loc": { "start": { "line": 114, "column": 37 }, "end": { "line": 114, "column": 51 } } }, "range": [ 4498, 4517 ], "loc": { "start": { "line": 114, "column": 32 }, "end": { "line": 114, "column": 51 } } }, "arguments": [ { "type": "Literal", "value": false, "raw": "false", "range": [ 4518, 4523 ], "loc": { "start": { "line": 114, "column": 52 }, "end": { "line": 114, "column": 57 } } } ], "range": [ 4498, 4524 ], "loc": { "start": { "line": 114, "column": 32 }, "end": { "line": 114, "column": 58 } } }, "range": [ 4498, 4525 ], "loc": { "start": { "line": 114, "column": 32 }, "end": { "line": 114, "column": 59 } } } ], "range": [ 4463, 4556 ], "loc": { "start": { "line": 113, "column": 35 }, "end": { "line": 115, "column": 29 } } }, "range": [ 4326, 4556 ], "loc": { "start": { "line": 111, "column": 33 }, "end": { "line": 115, "column": 29 } } }, "range": [ 4099, 4556 ], "loc": { "start": { "line": 107, "column": 28 }, "end": { "line": 115, "column": 29 } } } ], "range": [ 4068, 4583 ], "loc": { "start": { "line": 106, "column": 32 }, "end": { "line": 116, "column": 25 } } }, "alternate": null, "range": [ 4060, 4583 ], "loc": { "start": { "line": 106, "column": 24 }, "end": { "line": 116, "column": 25 } } } ], "range": [ 3860, 4606 ], "loc": { "start": { "line": 101, "column": 67 }, "end": { "line": 117, "column": 21 } } }, "alternate": null, "range": [ 3813, 4606 ], "loc": { "start": { "line": 101, "column": 20 }, "end": { "line": 117, "column": 21 } }, "leadingComments": [ { "type": "Line", "value": "Table is filtered", "range": [ 3772, 3791 ], "loc": { "start": { "line": 100, "column": 20 }, "end": { "line": 100, "column": 39 } } } ] } ], "range": [ 3125, 4625 ], "loc": { "start": { "line": 86, "column": 53 }, "end": { "line": 118, "column": 17 } } }, "generator": false, "expression": false, "range": [ 3103, 4625 ], "loc": { "start": { "line": 86, "column": 31 }, "end": { "line": 118, "column": 17 } } }, "range": [ 3092, 4625 ], "loc": { "start": { "line": 86, "column": 20 }, "end": { "line": 118, "column": 17 } } } ], "kind": "var", "range": [ 3088, 4626 ], "loc": { "start": { "line": 86, "column": 16 }, "end": { "line": 118, "column": 18 } }, "leadingComments": [ { "type": "Line", "value": "Next valid filtered row needs to be selected", "range": [ 3024, 3070 ], "loc": { "start": { "line": 85, "column": 16 }, "end": { "line": 85, "column": 62 } } } ], "trailingComments": [ { "type": "Line", "value": "table is not filtered", "range": [ 4646, 4669 ], "loc": { "start": { "line": 120, "column": 16 }, "end": { "line": 120, "column": 39 } } } ] }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4691, 4693 ], "loc": { "start": { "line": 121, "column": 20 }, "end": { "line": 121, "column": 22 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 4694, 4708 ], "loc": { "start": { "line": 121, "column": 23 }, "end": { "line": 121, "column": 37 } } }, "range": [ 4691, 4708 ], "loc": { "start": { "line": 121, "column": 20 }, "end": { "line": 121, "column": 37 } } }, "prefix": true, "range": [ 4690, 4708 ], "loc": { "start": { "line": 121, "column": 19 }, "end": { "line": 121, "column": 37 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": null, "range": [ 4732, 4739 ], "loc": { "start": { "line": 122, "column": 20 }, "end": { "line": 122, "column": 27 } } } ], "range": [ 4709, 4758 ], "loc": { "start": { "line": 121, "column": 38 }, "end": { "line": 123, "column": 17 } } }, "alternate": null, "range": [ 4687, 4758 ], "loc": { "start": { "line": 121, "column": 16 }, "end": { "line": 123, "column": 17 } }, "leadingComments": [ { "type": "Line", "value": "table is not filtered", "range": [ 4646, 4669 ], "loc": { "start": { "line": 120, "column": 16 }, "end": { "line": 120, "column": 39 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "validIndexes", "range": [ 4780, 4792 ], "loc": { "start": { "line": 124, "column": 20 }, "end": { "line": 124, "column": 32 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 4795, 4797 ], "loc": { "start": { "line": 124, "column": 35 }, "end": { "line": 124, "column": 37 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 4798, 4812 ], "loc": { "start": { "line": 124, "column": 38 }, "end": { "line": 124, "column": 52 } } }, "range": [ 4795, 4812 ], "loc": { "start": { "line": 124, "column": 35 }, "end": { "line": 124, "column": 52 } } }, "range": [ 4780, 4812 ], "loc": { "start": { "line": 124, "column": 20 }, "end": { "line": 124, "column": 52 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "validIdxLen", "range": [ 4835, 4846 ], "loc": { "start": { "line": 125, "column": 20 }, "end": { "line": 125, "column": 31 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 4849, 4861 ], "loc": { "start": { "line": 125, "column": 34 }, "end": { "line": 125, "column": 46 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 4862, 4868 ], "loc": { "start": { "line": 125, "column": 47 }, "end": { "line": 125, "column": 53 } } }, "range": [ 4849, 4868 ], "loc": { "start": { "line": 125, "column": 34 }, "end": { "line": 125, "column": 53 } } }, "range": [ 4835, 4868 ], "loc": { "start": { "line": 125, "column": 20 }, "end": { "line": 125, "column": 53 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "row", "range": [ 4891, 4894 ], "loc": { "start": { "line": 126, "column": 20 }, "end": { "line": 126, "column": 23 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 4897, 4899 ], "loc": { "start": { "line": 126, "column": 26 }, "end": { "line": 126, "column": 28 } } }, "property": { "type": "Identifier", "name": "defaultSelection", "range": [ 4900, 4916 ], "loc": { "start": { "line": 126, "column": 29 }, "end": { "line": 126, "column": 45 } } }, "range": [ 4897, 4916 ], "loc": { "start": { "line": 126, "column": 26 }, "end": { "line": 126, "column": 45 } } }, "right": { "type": "Literal", "value": "row", "raw": "'row'", "range": [ 4921, 4926 ], "loc": { "start": { "line": 126, "column": 50 }, "end": { "line": 126, "column": 55 } } }, "range": [ 4897, 4926 ], "loc": { "start": { "line": 126, "column": 26 }, "end": { "line": 126, "column": 55 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "selectedElm", "range": [ 4954, 4965 ], "loc": { "start": { "line": 127, "column": 24 }, "end": { "line": 127, "column": 35 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 4966, 4976 ], "loc": { "start": { "line": 127, "column": 36 }, "end": { "line": 127, "column": 46 } } }, "range": [ 4954, 4976 ], "loc": { "start": { "line": 127, "column": 24 }, "end": { "line": 127, "column": 46 } } }, "alternate": { "type": "Identifier", "name": "selectedElm", "range": [ 4979, 4990 ], "loc": { "start": { "line": 127, "column": 49 }, "end": { "line": 127, "column": 60 } } }, "range": [ 4897, 4990 ], "loc": { "start": { "line": 126, "column": 26 }, "end": { "line": 127, "column": 60 } } }, "range": [ 4891, 4990 ], "loc": { "start": { "line": 126, "column": 20 }, "end": { "line": 127, "column": 60 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "cell", "range": [ 5082, 5086 ], "loc": { "start": { "line": 129, "column": 20 }, "end": { "line": 129, "column": 24 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "selectedElm", "range": [ 5089, 5100 ], "loc": { "start": { "line": 129, "column": 27 }, "end": { "line": 129, "column": 38 } } }, "property": { "type": "Identifier", "name": "nodeName", "range": [ 5101, 5109 ], "loc": { "start": { "line": 129, "column": 39 }, "end": { "line": 129, "column": 47 } } }, "range": [ 5089, 5109 ], "loc": { "start": { "line": 129, "column": 27 }, "end": { "line": 129, "column": 47 } } }, "right": { "type": "Literal", "value": "TD", "raw": "'TD'", "range": [ 5112, 5116 ], "loc": { "start": { "line": 129, "column": 50 }, "end": { "line": 129, "column": 54 } } }, "range": [ 5089, 5116 ], "loc": { "start": { "line": 129, "column": 27 }, "end": { "line": 129, "column": 54 } } }, "consequent": { "type": "Identifier", "name": "selectedElm", "range": [ 5119, 5130 ], "loc": { "start": { "line": 129, "column": 57 }, "end": { "line": 129, "column": 68 } } }, "alternate": { "type": "Literal", "value": null, "raw": "null", "range": [ 5133, 5137 ], "loc": { "start": { "line": 129, "column": 71 }, "end": { "line": 129, "column": 75 } } }, "range": [ 5089, 5137 ], "loc": { "start": { "line": 129, "column": 27 }, "end": { "line": 129, "column": 75 } } }, "range": [ 5082, 5137 ], "loc": { "start": { "line": 129, "column": 20 }, "end": { "line": 129, "column": 75 } }, "leadingComments": [ { "type": "Line", "value": "cell for default_selection = 'both' or 'cell'", "range": [ 5013, 5060 ], "loc": { "start": { "line": 128, "column": 20 }, "end": { "line": 128, "column": 67 } } } ] }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "keyCode", "range": [ 5160, 5167 ], "loc": { "start": { "line": 130, "column": 20 }, "end": { "line": 130, "column": 27 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "Identifier", "name": "e", "range": [ 5170, 5171 ], "loc": { "start": { "line": 130, "column": 30 }, "end": { "line": 130, "column": 31 } } }, "right": { "type": "Identifier", "name": "undefined", "range": [ 5176, 5185 ], "loc": { "start": { "line": 130, "column": 36 }, "end": { "line": 130, "column": 45 } } }, "range": [ 5170, 5185 ], "loc": { "start": { "line": 130, "column": 30 }, "end": { "line": 130, "column": 45 } } }, "consequent": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 5188, 5190 ], "loc": { "start": { "line": 130, "column": 48 }, "end": { "line": 130, "column": 50 } } }, "property": { "type": "Identifier", "name": "Event", "range": [ 5191, 5196 ], "loc": { "start": { "line": 130, "column": 51 }, "end": { "line": 130, "column": 56 } } }, "range": [ 5188, 5196 ], "loc": { "start": { "line": 130, "column": 48 }, "end": { "line": 130, "column": 56 } } }, "property": { "type": "Identifier", "name": "GetKey", "range": [ 5197, 5203 ], "loc": { "start": { "line": 130, "column": 57 }, "end": { "line": 130, "column": 63 } } }, "range": [ 5188, 5203 ], "loc": { "start": { "line": 130, "column": 48 }, "end": { "line": 130, "column": 63 } } }, "arguments": [ { "type": "Identifier", "name": "e", "range": [ 5204, 5205 ], "loc": { "start": { "line": 130, "column": 64 }, "end": { "line": 130, "column": 65 } } } ], "range": [ 5188, 5206 ], "loc": { "start": { "line": 130, "column": 48 }, "end": { "line": 130, "column": 66 } } }, "alternate": { "type": "Literal", "value": 0, "raw": "0", "range": [ 5209, 5210 ], "loc": { "start": { "line": 130, "column": 69 }, "end": { "line": 130, "column": 70 } } }, "range": [ 5170, 5210 ], "loc": { "start": { "line": 130, "column": 30 }, "end": { "line": 130, "column": 70 } } }, "range": [ 5160, 5210 ], "loc": { "start": { "line": 130, "column": 20 }, "end": { "line": 130, "column": 70 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "isRowValid", "range": [ 5233, 5243 ], "loc": { "start": { "line": 131, "column": 20 }, "end": { "line": 131, "column": 30 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 5246, 5249 ], "loc": { "start": { "line": 131, "column": 33 }, "end": { "line": 131, "column": 36 } } }, "property": { "type": "Identifier", "name": "has", "range": [ 5250, 5253 ], "loc": { "start": { "line": 131, "column": 37 }, "end": { "line": 131, "column": 40 } } }, "range": [ 5246, 5253 ], "loc": { "start": { "line": 131, "column": 33 }, "end": { "line": 131, "column": 40 } } }, "arguments": [ { "type": "Identifier", "name": "validIndexes", "range": [ 5254, 5266 ], "loc": { "start": { "line": 131, "column": 41 }, "end": { "line": 131, "column": 53 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 5268, 5271 ], "loc": { "start": { "line": 131, "column": 55 }, "end": { "line": 131, "column": 58 } } }, "property": { "type": "Identifier", "name": "rowIndex", "range": [ 5272, 5280 ], "loc": { "start": { "line": 131, "column": 59 }, "end": { "line": 131, "column": 67 } } }, "range": [ 5268, 5280 ], "loc": { "start": { "line": 131, "column": 55 }, "end": { "line": 131, "column": 67 } } } ], "range": [ 5246, 5281 ], "loc": { "start": { "line": 131, "column": 33 }, "end": { "line": 131, "column": 68 } } }, "range": [ 5233, 5281 ], "loc": { "start": { "line": 131, "column": 20 }, "end": { "line": 131, "column": 68 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "nextRowIndex", "range": [ 5304, 5316 ], "loc": { "start": { "line": 132, "column": 20 }, "end": { "line": 132, "column": 32 } } }, "init": null, "range": [ 5304, 5316 ], "loc": { "start": { "line": 132, "column": 20 }, "end": { "line": 132, "column": 32 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "d", "range": [ 5379, 5380 ], "loc": { "start": { "line": 134, "column": 20 }, "end": { "line": 134, "column": 21 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "LogicalExpression", "operator": "||", "left": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "keyCode", "range": [ 5384, 5391 ], "loc": { "start": { "line": 134, "column": 25 }, "end": { "line": 134, "column": 32 } } }, "right": { "type": "Literal", "value": 34, "raw": "34", "range": [ 5396, 5398 ], "loc": { "start": { "line": 134, "column": 37 }, "end": { "line": 134, "column": 39 } } }, "range": [ 5384, 5398 ], "loc": { "start": { "line": 134, "column": 25 }, "end": { "line": 134, "column": 39 } } }, "right": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "keyCode", "range": [ 5402, 5409 ], "loc": { "start": { "line": 134, "column": 43 }, "end": { "line": 134, "column": 50 } } }, "right": { "type": "Literal", "value": 33, "raw": "33", "range": [ 5414, 5416 ], "loc": { "start": { "line": 134, "column": 55 }, "end": { "line": 134, "column": 57 } } }, "range": [ 5402, 5416 ], "loc": { "start": { "line": 134, "column": 43 }, "end": { "line": 134, "column": 57 } } }, "range": [ 5384, 5416 ], "loc": { "start": { "line": 134, "column": 25 }, "end": { "line": 134, "column": 57 } } }, "consequent": { "type": "LogicalExpression", "operator": "||", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 5445, 5447 ], "loc": { "start": { "line": 135, "column": 25 }, "end": { "line": 135, "column": 27 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 5448, 5455 ], "loc": { "start": { "line": 135, "column": 28 }, "end": { "line": 135, "column": 35 } } }, "range": [ 5445, 5455 ], "loc": { "start": { "line": 135, "column": 25 }, "end": { "line": 135, "column": 35 } } }, "arguments": [ { "type": "Literal", "value": "paging", "raw": "'paging'", "range": [ 5456, 5464 ], "loc": { "start": { "line": 135, "column": 36 }, "end": { "line": 135, "column": 44 } } } ], "range": [ 5445, 5465 ], "loc": { "start": { "line": 135, "column": 25 }, "end": { "line": 135, "column": 45 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 5466, 5478 ], "loc": { "start": { "line": 135, "column": 46 }, "end": { "line": 135, "column": 58 } } }, "range": [ 5445, 5478 ], "loc": { "start": { "line": 135, "column": 25 }, "end": { "line": 135, "column": 58 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 5511, 5513 ], "loc": { "start": { "line": 136, "column": 28 }, "end": { "line": 136, "column": 30 } } }, "property": { "type": "Identifier", "name": "nbRowsPerPage", "range": [ 5514, 5527 ], "loc": { "start": { "line": 136, "column": 31 }, "end": { "line": 136, "column": 44 } } }, "range": [ 5511, 5527 ], "loc": { "start": { "line": 136, "column": 28 }, "end": { "line": 136, "column": 44 } } }, "range": [ 5445, 5527 ], "loc": { "start": { "line": 135, "column": 25 }, "end": { "line": 136, "column": 44 } } }, "alternate": { "type": "Literal", "value": 1, "raw": "1", "range": [ 5531, 5532 ], "loc": { "start": { "line": 136, "column": 48 }, "end": { "line": 136, "column": 49 } } }, "range": [ 5384, 5532 ], "loc": { "start": { "line": 134, "column": 25 }, "end": { "line": 136, "column": 49 } } }, "range": [ 5379, 5533 ], "loc": { "start": { "line": 134, "column": 20 }, "end": { "line": 136, "column": 50 } }, "leadingComments": [ { "type": "Line", "value": "pgup/pgdown keys", "range": [ 5339, 5357 ], "loc": { "start": { "line": 133, "column": 20 }, "end": { "line": 133, "column": 38 } } } ] } ], "kind": "var", "range": [ 4776, 5534 ], "loc": { "start": { "line": 124, "column": 16 }, "end": { "line": 136, "column": 51 } }, "trailingComments": [ { "type": "Line", "value": "If next row is not valid, next valid filtered row needs to be", "range": [ 5554, 5617 ], "loc": { "start": { "line": 138, "column": 16 }, "end": { "line": 138, "column": 79 } } }, { "type": "Line", "value": "calculated", "range": [ 5635, 5647 ], "loc": { "start": { "line": 139, "column": 16 }, "end": { "line": 139, "column": 28 } } } ] }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "Identifier", "name": "isRowValid", "range": [ 5669, 5679 ], "loc": { "start": { "line": 140, "column": 20 }, "end": { "line": 140, "column": 30 } } }, "prefix": true, "range": [ 5668, 5679 ], "loc": { "start": { "line": 140, "column": 19 }, "end": { "line": 140, "column": 30 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": ">", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 5757, 5760 ], "loc": { "start": { "line": 142, "column": 23 }, "end": { "line": 142, "column": 26 } } }, "property": { "type": "Identifier", "name": "rowIndex", "range": [ 5761, 5769 ], "loc": { "start": { "line": 142, "column": 27 }, "end": { "line": 142, "column": 35 } } }, "range": [ 5757, 5769 ], "loc": { "start": { "line": 142, "column": 23 }, "end": { "line": 142, "column": 35 } } }, "right": { "type": "Identifier", "name": "_lastRowIndex", "range": [ 5770, 5783 ], "loc": { "start": { "line": 142, "column": 36 }, "end": { "line": 142, "column": 49 } } }, "range": [ 5757, 5783 ], "loc": { "start": { "line": 142, "column": 23 }, "end": { "line": 142, "column": 49 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": ">=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 5850, 5853 ], "loc": { "start": { "line": 144, "column": 27 }, "end": { "line": 144, "column": 30 } } }, "property": { "type": "Identifier", "name": "rowIndex", "range": [ 5854, 5862 ], "loc": { "start": { "line": 144, "column": 31 }, "end": { "line": 144, "column": 39 } } }, "range": [ 5850, 5862 ], "loc": { "start": { "line": 144, "column": 27 }, "end": { "line": 144, "column": 39 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 5866, 5878 ], "loc": { "start": { "line": 144, "column": 43 }, "end": { "line": 144, "column": 55 } } }, "property": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "validIdxLen", "range": [ 5879, 5890 ], "loc": { "start": { "line": 144, "column": 56 }, "end": { "line": 144, "column": 67 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 5891, 5892 ], "loc": { "start": { "line": 144, "column": 68 }, "end": { "line": 144, "column": 69 } } }, "range": [ 5879, 5892 ], "loc": { "start": { "line": 144, "column": 56 }, "end": { "line": 144, "column": 69 } } }, "range": [ 5866, 5893 ], "loc": { "start": { "line": 144, "column": 43 }, "end": { "line": 144, "column": 70 } } }, "range": [ 5850, 5893 ], "loc": { "start": { "line": 144, "column": 27 }, "end": { "line": 144, "column": 70 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "nextRowIndex", "range": [ 5925, 5937 ], "loc": { "start": { "line": 145, "column": 28 }, "end": { "line": 145, "column": 40 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 5940, 5952 ], "loc": { "start": { "line": 145, "column": 43 }, "end": { "line": 145, "column": 55 } } }, "property": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "validIdxLen", "range": [ 5953, 5964 ], "loc": { "start": { "line": 145, "column": 56 }, "end": { "line": 145, "column": 67 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 5965, 5966 ], "loc": { "start": { "line": 145, "column": 68 }, "end": { "line": 145, "column": 69 } } }, "range": [ 5953, 5966 ], "loc": { "start": { "line": 145, "column": 56 }, "end": { "line": 145, "column": 69 } } }, "range": [ 5940, 5967 ], "loc": { "start": { "line": 145, "column": 43 }, "end": { "line": 145, "column": 70 } } }, "range": [ 5925, 5967 ], "loc": { "start": { "line": 145, "column": 28 }, "end": { "line": 145, "column": 70 } } }, "range": [ 5925, 5968 ], "loc": { "start": { "line": 145, "column": 28 }, "end": { "line": 145, "column": 71 } } } ], "range": [ 5894, 5995 ], "loc": { "start": { "line": 144, "column": 71 }, "end": { "line": 146, "column": 25 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "calcRowIndex", "range": [ 6036, 6048 ], "loc": { "start": { "line": 147, "column": 32 }, "end": { "line": 147, "column": 44 } } }, "init": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "_lastValidRowIndex", "range": [ 6052, 6070 ], "loc": { "start": { "line": 147, "column": 48 }, "end": { "line": 147, "column": 66 } } }, "right": { "type": "Identifier", "name": "d", "range": [ 6073, 6074 ], "loc": { "start": { "line": 147, "column": 69 }, "end": { "line": 147, "column": 70 } } }, "range": [ 6052, 6074 ], "loc": { "start": { "line": 147, "column": 48 }, "end": { "line": 147, "column": 70 } } }, "range": [ 6036, 6075 ], "loc": { "start": { "line": 147, "column": 32 }, "end": { "line": 147, "column": 71 } } } ], "kind": "var", "range": [ 6032, 6076 ], "loc": { "start": { "line": 147, "column": 28 }, "end": { "line": 147, "column": 72 } } }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": ">", "left": { "type": "Identifier", "name": "calcRowIndex", "range": [ 6109, 6121 ], "loc": { "start": { "line": 148, "column": 31 }, "end": { "line": 148, "column": 43 } } }, "right": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "validIdxLen", "range": [ 6125, 6136 ], "loc": { "start": { "line": 148, "column": 47 }, "end": { "line": 148, "column": 58 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 6137, 6138 ], "loc": { "start": { "line": 148, "column": 59 }, "end": { "line": 148, "column": 60 } } }, "range": [ 6125, 6138 ], "loc": { "start": { "line": 148, "column": 47 }, "end": { "line": 148, "column": 60 } } }, "range": [ 6109, 6139 ], "loc": { "start": { "line": 148, "column": 31 }, "end": { "line": 148, "column": 61 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "nextRowIndex", "range": [ 6175, 6187 ], "loc": { "start": { "line": 149, "column": 32 }, "end": { "line": 149, "column": 44 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 6190, 6202 ], "loc": { "start": { "line": 149, "column": 47 }, "end": { "line": 149, "column": 59 } } }, "property": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "validIdxLen", "range": [ 6203, 6214 ], "loc": { "start": { "line": 149, "column": 60 }, "end": { "line": 149, "column": 71 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 6215, 6216 ], "loc": { "start": { "line": 149, "column": 72 }, "end": { "line": 149, "column": 73 } } }, "range": [ 6203, 6216 ], "loc": { "start": { "line": 149, "column": 60 }, "end": { "line": 149, "column": 73 } } }, "range": [ 6190, 6217 ], "loc": { "start": { "line": 149, "column": 47 }, "end": { "line": 149, "column": 74 } } }, "range": [ 6175, 6217 ], "loc": { "start": { "line": 149, "column": 32 }, "end": { "line": 149, "column": 74 } } }, "range": [ 6175, 6218 ], "loc": { "start": { "line": 149, "column": 32 }, "end": { "line": 149, "column": 75 } } } ], "range": [ 6140, 6249 ], "loc": { "start": { "line": 148, "column": 62 }, "end": { "line": 150, "column": 29 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "nextRowIndex", "range": [ 6290, 6302 ], "loc": { "start": { "line": 151, "column": 32 }, "end": { "line": 151, "column": 44 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 6305, 6317 ], "loc": { "start": { "line": 151, "column": 47 }, "end": { "line": 151, "column": 59 } } }, "property": { "type": "Identifier", "name": "calcRowIndex", "range": [ 6318, 6330 ], "loc": { "start": { "line": 151, "column": 60 }, "end": { "line": 151, "column": 72 } } }, "range": [ 6305, 6331 ], "loc": { "start": { "line": 151, "column": 47 }, "end": { "line": 151, "column": 73 } } }, "range": [ 6290, 6331 ], "loc": { "start": { "line": 151, "column": 32 }, "end": { "line": 151, "column": 73 } } }, "range": [ 6290, 6332 ], "loc": { "start": { "line": 151, "column": 32 }, "end": { "line": 151, "column": 74 } } } ], "range": [ 6255, 6363 ], "loc": { "start": { "line": 150, "column": 35 }, "end": { "line": 152, "column": 29 } } }, "range": [ 6106, 6363 ], "loc": { "start": { "line": 148, "column": 28 }, "end": { "line": 152, "column": 29 } } } ], "range": [ 6001, 6390 ], "loc": { "start": { "line": 146, "column": 31 }, "end": { "line": 153, "column": 25 } } }, "range": [ 5847, 6390 ], "loc": { "start": { "line": 144, "column": 24 }, "end": { "line": 153, "column": 25 } }, "leadingComments": [ { "type": "Line", "value": "last row", "range": [ 5811, 5821 ], "loc": { "start": { "line": 143, "column": 24 }, "end": { "line": 143, "column": 34 } } } ] } ], "range": [ 5784, 6413 ], "loc": { "start": { "line": 142, "column": 50 }, "end": { "line": 154, "column": 21 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "<=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 6485, 6488 ], "loc": { "start": { "line": 156, "column": 27 }, "end": { "line": 156, "column": 30 } } }, "property": { "type": "Identifier", "name": "rowIndex", "range": [ 6489, 6497 ], "loc": { "start": { "line": 156, "column": 31 }, "end": { "line": 156, "column": 39 } } }, "range": [ 6485, 6497 ], "loc": { "start": { "line": 156, "column": 27 }, "end": { "line": 156, "column": 39 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 6501, 6513 ], "loc": { "start": { "line": 156, "column": 43 }, "end": { "line": 156, "column": 55 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 6514, 6515 ], "loc": { "start": { "line": 156, "column": 56 }, "end": { "line": 156, "column": 57 } } }, "range": [ 6501, 6516 ], "loc": { "start": { "line": 156, "column": 43 }, "end": { "line": 156, "column": 58 } } }, "range": [ 6485, 6516 ], "loc": { "start": { "line": 156, "column": 27 }, "end": { "line": 156, "column": 58 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "nextRowIndex", "range": [ 6548, 6560 ], "loc": { "start": { "line": 157, "column": 28 }, "end": { "line": 157, "column": 40 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 6563, 6575 ], "loc": { "start": { "line": 157, "column": 43 }, "end": { "line": 157, "column": 55 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 6576, 6577 ], "loc": { "start": { "line": 157, "column": 56 }, "end": { "line": 157, "column": 57 } } }, "range": [ 6563, 6578 ], "loc": { "start": { "line": 157, "column": 43 }, "end": { "line": 157, "column": 58 } } }, "range": [ 6548, 6578 ], "loc": { "start": { "line": 157, "column": 28 }, "end": { "line": 157, "column": 58 } } }, "range": [ 6548, 6579 ], "loc": { "start": { "line": 157, "column": 28 }, "end": { "line": 157, "column": 59 } } } ], "range": [ 6517, 6606 ], "loc": { "start": { "line": 156, "column": 59 }, "end": { "line": 158, "column": 25 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "v", "range": [ 6647, 6648 ], "loc": { "start": { "line": 159, "column": 32 }, "end": { "line": 159, "column": 33 } } }, "init": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 6651, 6663 ], "loc": { "start": { "line": 159, "column": 36 }, "end": { "line": 159, "column": 48 } } }, "property": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "_lastValidRowIndex", "range": [ 6664, 6682 ], "loc": { "start": { "line": 159, "column": 49 }, "end": { "line": 159, "column": 67 } } }, "right": { "type": "Identifier", "name": "d", "range": [ 6685, 6686 ], "loc": { "start": { "line": 159, "column": 70 }, "end": { "line": 159, "column": 71 } } }, "range": [ 6664, 6686 ], "loc": { "start": { "line": 159, "column": 49 }, "end": { "line": 159, "column": 71 } } }, "range": [ 6651, 6687 ], "loc": { "start": { "line": 159, "column": 36 }, "end": { "line": 159, "column": 72 } } }, "range": [ 6647, 6687 ], "loc": { "start": { "line": 159, "column": 32 }, "end": { "line": 159, "column": 72 } } } ], "kind": "var", "range": [ 6643, 6688 ], "loc": { "start": { "line": 159, "column": 28 }, "end": { "line": 159, "column": 73 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "nextRowIndex", "range": [ 6718, 6730 ], "loc": { "start": { "line": 160, "column": 28 }, "end": { "line": 160, "column": 40 } } }, "right": { "type": "ConditionalExpression", "test": { "type": "Identifier", "name": "v", "range": [ 6733, 6734 ], "loc": { "start": { "line": 160, "column": 43 }, "end": { "line": 160, "column": 44 } } }, "consequent": { "type": "Identifier", "name": "v", "range": [ 6737, 6738 ], "loc": { "start": { "line": 160, "column": 47 }, "end": { "line": 160, "column": 48 } } }, "alternate": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 6741, 6753 ], "loc": { "start": { "line": 160, "column": 51 }, "end": { "line": 160, "column": 63 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 6754, 6755 ], "loc": { "start": { "line": 160, "column": 64 }, "end": { "line": 160, "column": 65 } } }, "range": [ 6741, 6756 ], "loc": { "start": { "line": 160, "column": 51 }, "end": { "line": 160, "column": 66 } } }, "range": [ 6733, 6756 ], "loc": { "start": { "line": 160, "column": 43 }, "end": { "line": 160, "column": 66 } } }, "range": [ 6718, 6756 ], "loc": { "start": { "line": 160, "column": 28 }, "end": { "line": 160, "column": 66 } } }, "range": [ 6718, 6757 ], "loc": { "start": { "line": 160, "column": 28 }, "end": { "line": 160, "column": 67 } } } ], "range": [ 6612, 6784 ], "loc": { "start": { "line": 158, "column": 31 }, "end": { "line": 161, "column": 25 } } }, "range": [ 6482, 6784 ], "loc": { "start": { "line": 156, "column": 24 }, "end": { "line": 161, "column": 25 } }, "leadingComments": [ { "type": "Line", "value": "first row", "range": [ 6445, 6456 ], "loc": { "start": { "line": 155, "column": 24 }, "end": { "line": 155, "column": 35 } } } ] } ], "range": [ 6418, 6807 ], "loc": { "start": { "line": 154, "column": 26 }, "end": { "line": 162, "column": 21 } } }, "range": [ 5754, 6807 ], "loc": { "start": { "line": 142, "column": 20 }, "end": { "line": 162, "column": 21 } }, "leadingComments": [ { "type": "Line", "value": "Selection direction up/down", "range": [ 5703, 5732 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 49 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "_lastRowIndex", "range": [ 6829, 6842 ], "loc": { "start": { "line": 163, "column": 20 }, "end": { "line": 163, "column": 33 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 6845, 6848 ], "loc": { "start": { "line": 163, "column": 36 }, "end": { "line": 163, "column": 39 } } }, "property": { "type": "Identifier", "name": "rowIndex", "range": [ 6849, 6857 ], "loc": { "start": { "line": 163, "column": 40 }, "end": { "line": 163, "column": 48 } } }, "range": [ 6845, 6857 ], "loc": { "start": { "line": 163, "column": 36 }, "end": { "line": 163, "column": 48 } } }, "range": [ 6829, 6857 ], "loc": { "start": { "line": 163, "column": 20 }, "end": { "line": 163, "column": 48 } } }, "range": [ 6829, 6858 ], "loc": { "start": { "line": 163, "column": 20 }, "end": { "line": 163, "column": 49 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "doSelect", "range": [ 6880, 6888 ], "loc": { "start": { "line": 164, "column": 20 }, "end": { "line": 164, "column": 28 } } }, "arguments": [ { "type": "Identifier", "name": "nextRowIndex", "range": [ 6889, 6901 ], "loc": { "start": { "line": 164, "column": 29 }, "end": { "line": 164, "column": 41 } } } ], "range": [ 6880, 6902 ], "loc": { "start": { "line": 164, "column": 20 }, "end": { "line": 164, "column": 42 } } }, "range": [ 6880, 6903 ], "loc": { "start": { "line": 164, "column": 20 }, "end": { "line": 164, "column": 43 } } } ], "range": [ 5680, 6922 ], "loc": { "start": { "line": 140, "column": 31 }, "end": { "line": 165, "column": 17 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "Identifier", "name": "keyCode", "range": [ 7067, 7074 ], "loc": { "start": { "line": 168, "column": 23 }, "end": { "line": 168, "column": 30 } } }, "right": { "type": "Literal", "value": 34, "raw": "34", "range": [ 7077, 7079 ], "loc": { "start": { "line": 168, "column": 33 }, "end": { "line": 168, "column": 35 } } }, "range": [ 7067, 7079 ], "loc": { "start": { "line": 168, "column": 23 }, "end": { "line": 168, "column": 35 } } }, "right": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "Identifier", "name": "keyCode", "range": [ 7083, 7090 ], "loc": { "start": { "line": 168, "column": 39 }, "end": { "line": 168, "column": 46 } } }, "right": { "type": "Literal", "value": 33, "raw": "33", "range": [ 7093, 7095 ], "loc": { "start": { "line": 168, "column": 49 }, "end": { "line": 168, "column": 51 } } }, "range": [ 7083, 7095 ], "loc": { "start": { "line": 168, "column": 39 }, "end": { "line": 168, "column": 51 } } }, "range": [ 7067, 7095 ], "loc": { "start": { "line": 168, "column": 23 }, "end": { "line": 168, "column": 51 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "_lastValidRowIndex", "range": [ 7123, 7141 ], "loc": { "start": { "line": 169, "column": 24 }, "end": { "line": 169, "column": 42 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 7144, 7147 ], "loc": { "start": { "line": 169, "column": 45 }, "end": { "line": 169, "column": 48 } } }, "property": { "type": "Identifier", "name": "indexByValue", "range": [ 7148, 7160 ], "loc": { "start": { "line": 169, "column": 49 }, "end": { "line": 169, "column": 61 } } }, "range": [ 7144, 7160 ], "loc": { "start": { "line": 169, "column": 45 }, "end": { "line": 169, "column": 61 } } }, "arguments": [ { "type": "Identifier", "name": "validIndexes", "range": [ 7161, 7173 ], "loc": { "start": { "line": 169, "column": 62 }, "end": { "line": 169, "column": 74 } } }, { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 7204, 7207 ], "loc": { "start": { "line": 170, "column": 28 }, "end": { "line": 170, "column": 31 } } }, "property": { "type": "Identifier", "name": "rowIndex", "range": [ 7208, 7216 ], "loc": { "start": { "line": 170, "column": 32 }, "end": { "line": 170, "column": 40 } } }, "range": [ 7204, 7216 ], "loc": { "start": { "line": 170, "column": 28 }, "end": { "line": 170, "column": 40 } } } ], "range": [ 7144, 7217 ], "loc": { "start": { "line": 169, "column": 45 }, "end": { "line": 170, "column": 41 } } }, "range": [ 7123, 7217 ], "loc": { "start": { "line": 169, "column": 24 }, "end": { "line": 170, "column": 41 } } }, "range": [ 7123, 7218 ], "loc": { "start": { "line": 169, "column": 24 }, "end": { "line": 170, "column": 42 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "_lastRowIndex", "range": [ 7244, 7257 ], "loc": { "start": { "line": 171, "column": 24 }, "end": { "line": 171, "column": 37 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 7260, 7263 ], "loc": { "start": { "line": 171, "column": 40 }, "end": { "line": 171, "column": 43 } } }, "property": { "type": "Identifier", "name": "rowIndex", "range": [ 7264, 7272 ], "loc": { "start": { "line": 171, "column": 44 }, "end": { "line": 171, "column": 52 } } }, "range": [ 7260, 7272 ], "loc": { "start": { "line": 171, "column": 40 }, "end": { "line": 171, "column": 52 } } }, "range": [ 7244, 7272 ], "loc": { "start": { "line": 171, "column": 24 }, "end": { "line": 171, "column": 52 } } }, "range": [ 7244, 7273 ], "loc": { "start": { "line": 171, "column": 24 }, "end": { "line": 171, "column": 53 } } } ], "range": [ 7096, 7296 ], "loc": { "start": { "line": 168, "column": 52 }, "end": { "line": 172, "column": 21 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "keyCode", "range": [ 7332, 7339 ], "loc": { "start": { "line": 173, "column": 27 }, "end": { "line": 173, "column": 34 } } }, "right": { "type": "Literal", "value": 34, "raw": "34", "range": [ 7344, 7346 ], "loc": { "start": { "line": 173, "column": 39 }, "end": { "line": 173, "column": 41 } } }, "range": [ 7332, 7346 ], "loc": { "start": { "line": 173, "column": 27 }, "end": { "line": 173, "column": 41 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "<=", "left": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "_lastValidRowIndex", "range": [ 7431, 7449 ], "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 50 } } }, "right": { "type": "Identifier", "name": "d", "range": [ 7452, 7453 ], "loc": { "start": { "line": 175, "column": 53 }, "end": { "line": 175, "column": 54 } } }, "range": [ 7431, 7453 ], "loc": { "start": { "line": 175, "column": 32 }, "end": { "line": 175, "column": 54 } } }, "right": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "validIdxLen", "range": [ 7459, 7470 ], "loc": { "start": { "line": 175, "column": 60 }, "end": { "line": 175, "column": 71 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 7471, 7472 ], "loc": { "start": { "line": 175, "column": 72 }, "end": { "line": 175, "column": 73 } } }, "range": [ 7459, 7472 ], "loc": { "start": { "line": 175, "column": 60 }, "end": { "line": 175, "column": 73 } } }, "range": [ 7430, 7473 ], "loc": { "start": { "line": 175, "column": 31 }, "end": { "line": 175, "column": 74 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "nextRowIndex", "range": [ 7509, 7521 ], "loc": { "start": { "line": 176, "column": 32 }, "end": { "line": 176, "column": 44 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 7524, 7536 ], "loc": { "start": { "line": 176, "column": 47 }, "end": { "line": 176, "column": 59 } } }, "property": { "type": "BinaryExpression", "operator": "+", "left": { "type": "Identifier", "name": "_lastValidRowIndex", "range": [ 7571, 7589 ], "loc": { "start": { "line": 177, "column": 32 }, "end": { "line": 177, "column": 50 } } }, "right": { "type": "Identifier", "name": "d", "range": [ 7592, 7593 ], "loc": { "start": { "line": 177, "column": 53 }, "end": { "line": 177, "column": 54 } } }, "range": [ 7571, 7593 ], "loc": { "start": { "line": 177, "column": 32 }, "end": { "line": 177, "column": 54 } } }, "range": [ 7524, 7594 ], "loc": { "start": { "line": 176, "column": 47 }, "end": { "line": 177, "column": 55 } } }, "range": [ 7509, 7594 ], "loc": { "start": { "line": 176, "column": 32 }, "end": { "line": 177, "column": 55 } } }, "range": [ 7509, 7595 ], "loc": { "start": { "line": 176, "column": 32 }, "end": { "line": 177, "column": 56 } } } ], "range": [ 7474, 7626 ], "loc": { "start": { "line": 175, "column": 75 }, "end": { "line": 178, "column": 29 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "nextRowIndex", "range": [ 7667, 7679 ], "loc": { "start": { "line": 179, "column": 32 }, "end": { "line": 179, "column": 44 } } }, "right": { "type": "ArrayExpression", "elements": [ { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "validIdxLen", "range": [ 7683, 7694 ], "loc": { "start": { "line": 179, "column": 48 }, "end": { "line": 179, "column": 59 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 7695, 7696 ], "loc": { "start": { "line": 179, "column": 60 }, "end": { "line": 179, "column": 61 } } }, "range": [ 7683, 7696 ], "loc": { "start": { "line": 179, "column": 48 }, "end": { "line": 179, "column": 61 } } } ], "range": [ 7682, 7697 ], "loc": { "start": { "line": 179, "column": 47 }, "end": { "line": 179, "column": 62 } } }, "range": [ 7667, 7697 ], "loc": { "start": { "line": 179, "column": 32 }, "end": { "line": 179, "column": 62 } } }, "range": [ 7667, 7698 ], "loc": { "start": { "line": 179, "column": 32 }, "end": { "line": 179, "column": 63 } } } ], "range": [ 7632, 7729 ], "loc": { "start": { "line": 178, "column": 35 }, "end": { "line": 180, "column": 29 } } }, "range": [ 7427, 7729 ], "loc": { "start": { "line": 175, "column": 28 }, "end": { "line": 180, "column": 29 } }, "leadingComments": [ { "type": "Line", "value": "pgdown", "range": [ 7349, 7357 ], "loc": { "start": { "line": 173, "column": 44 }, "end": { "line": 173, "column": 52 } } }, { "type": "Line", "value": "last row", "range": [ 7387, 7397 ], "loc": { "start": { "line": 174, "column": 28 }, "end": { "line": 174, "column": 38 } } } ] } ], "range": [ 7347, 7756 ], "loc": { "start": { "line": 173, "column": 42 }, "end": { "line": 181, "column": 25 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "<=", "left": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "_lastValidRowIndex", "range": [ 7845, 7863 ], "loc": { "start": { "line": 183, "column": 32 }, "end": { "line": 183, "column": 50 } } }, "right": { "type": "Identifier", "name": "d", "range": [ 7866, 7867 ], "loc": { "start": { "line": 183, "column": 53 }, "end": { "line": 183, "column": 54 } } }, "range": [ 7845, 7867 ], "loc": { "start": { "line": 183, "column": 32 }, "end": { "line": 183, "column": 54 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 7872, 7884 ], "loc": { "start": { "line": 183, "column": 59 }, "end": { "line": 183, "column": 71 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 7885, 7886 ], "loc": { "start": { "line": 183, "column": 72 }, "end": { "line": 183, "column": 73 } } }, "range": [ 7872, 7887 ], "loc": { "start": { "line": 183, "column": 59 }, "end": { "line": 183, "column": 74 } } }, "range": [ 7844, 7887 ], "loc": { "start": { "line": 183, "column": 31 }, "end": { "line": 183, "column": 74 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "nextRowIndex", "range": [ 7923, 7935 ], "loc": { "start": { "line": 184, "column": 32 }, "end": { "line": 184, "column": 44 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 7938, 7950 ], "loc": { "start": { "line": 184, "column": 47 }, "end": { "line": 184, "column": 59 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 7951, 7952 ], "loc": { "start": { "line": 184, "column": 60 }, "end": { "line": 184, "column": 61 } } }, "range": [ 7938, 7953 ], "loc": { "start": { "line": 184, "column": 47 }, "end": { "line": 184, "column": 62 } } }, "range": [ 7923, 7953 ], "loc": { "start": { "line": 184, "column": 32 }, "end": { "line": 184, "column": 62 } } }, "range": [ 7923, 7954 ], "loc": { "start": { "line": 184, "column": 32 }, "end": { "line": 184, "column": 63 } } } ], "range": [ 7888, 7985 ], "loc": { "start": { "line": 183, "column": 75 }, "end": { "line": 185, "column": 29 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "nextRowIndex", "range": [ 8026, 8038 ], "loc": { "start": { "line": 186, "column": 32 }, "end": { "line": 186, "column": 44 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 8041, 8053 ], "loc": { "start": { "line": 186, "column": 47 }, "end": { "line": 186, "column": 59 } } }, "property": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "_lastValidRowIndex", "range": [ 8092, 8110 ], "loc": { "start": { "line": 187, "column": 36 }, "end": { "line": 187, "column": 54 } } }, "right": { "type": "Identifier", "name": "d", "range": [ 8113, 8114 ], "loc": { "start": { "line": 187, "column": 57 }, "end": { "line": 187, "column": 58 } } }, "range": [ 8092, 8114 ], "loc": { "start": { "line": 187, "column": 36 }, "end": { "line": 187, "column": 58 } } }, "range": [ 8041, 8115 ], "loc": { "start": { "line": 186, "column": 47 }, "end": { "line": 187, "column": 59 } } }, "range": [ 8026, 8115 ], "loc": { "start": { "line": 186, "column": 32 }, "end": { "line": 187, "column": 59 } } }, "range": [ 8026, 8116 ], "loc": { "start": { "line": 186, "column": 32 }, "end": { "line": 187, "column": 60 } } } ], "range": [ 7991, 8147 ], "loc": { "start": { "line": 185, "column": 35 }, "end": { "line": 188, "column": 29 } } }, "range": [ 7841, 8147 ], "loc": { "start": { "line": 183, "column": 28 }, "end": { "line": 188, "column": 29 } }, "leadingComments": [ { "type": "Line", "value": "pgup", "range": [ 7764, 7770 ], "loc": { "start": { "line": 181, "column": 33 }, "end": { "line": 181, "column": 39 } } }, { "type": "Line", "value": "first row", "range": [ 7800, 7811 ], "loc": { "start": { "line": 182, "column": 28 }, "end": { "line": 182, "column": 39 } } } ] } ], "range": [ 7762, 8174 ], "loc": { "start": { "line": 181, "column": 31 }, "end": { "line": 189, "column": 25 } } }, "range": [ 7329, 8174 ], "loc": { "start": { "line": 173, "column": 24 }, "end": { "line": 189, "column": 25 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "_lastRowIndex", "range": [ 8200, 8213 ], "loc": { "start": { "line": 190, "column": 24 }, "end": { "line": 190, "column": 37 } } }, "right": { "type": "Identifier", "name": "nextRowIndex", "range": [ 8216, 8228 ], "loc": { "start": { "line": 190, "column": 40 }, "end": { "line": 190, "column": 52 } } }, "range": [ 8200, 8228 ], "loc": { "start": { "line": 190, "column": 24 }, "end": { "line": 190, "column": 52 } } }, "range": [ 8200, 8229 ], "loc": { "start": { "line": 190, "column": 24 }, "end": { "line": 190, "column": 53 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "_lastValidRowIndex", "range": [ 8255, 8273 ], "loc": { "start": { "line": 191, "column": 24 }, "end": { "line": 191, "column": 42 } } }, "right": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "Arr", "range": [ 8276, 8279 ], "loc": { "start": { "line": 191, "column": 45 }, "end": { "line": 191, "column": 48 } } }, "property": { "type": "Identifier", "name": "indexByValue", "range": [ 8280, 8292 ], "loc": { "start": { "line": 191, "column": 49 }, "end": { "line": 191, "column": 61 } } }, "range": [ 8276, 8292 ], "loc": { "start": { "line": 191, "column": 45 }, "end": { "line": 191, "column": 61 } } }, "arguments": [ { "type": "Identifier", "name": "validIndexes", "range": [ 8293, 8305 ], "loc": { "start": { "line": 191, "column": 62 }, "end": { "line": 191, "column": 74 } } }, { "type": "Identifier", "name": "nextRowIndex", "range": [ 8336, 8348 ], "loc": { "start": { "line": 192, "column": 28 }, "end": { "line": 192, "column": 40 } } } ], "range": [ 8276, 8349 ], "loc": { "start": { "line": 191, "column": 45 }, "end": { "line": 192, "column": 41 } } }, "range": [ 8255, 8349 ], "loc": { "start": { "line": 191, "column": 24 }, "end": { "line": 192, "column": 41 } } }, "range": [ 8255, 8350 ], "loc": { "start": { "line": 191, "column": 24 }, "end": { "line": 192, "column": 42 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "doSelect", "range": [ 8376, 8384 ], "loc": { "start": { "line": 193, "column": 24 }, "end": { "line": 193, "column": 32 } } }, "arguments": [ { "type": "Identifier", "name": "nextRowIndex", "range": [ 8385, 8397 ], "loc": { "start": { "line": 193, "column": 33 }, "end": { "line": 193, "column": 45 } } } ], "range": [ 8376, 8398 ], "loc": { "start": { "line": 193, "column": 24 }, "end": { "line": 193, "column": 46 } } }, "range": [ 8376, 8399 ], "loc": { "start": { "line": 193, "column": 24 }, "end": { "line": 193, "column": 47 } } } ], "range": [ 7302, 8422 ], "loc": { "start": { "line": 172, "column": 27 }, "end": { "line": 194, "column": 21 } } }, "range": [ 7064, 8422 ], "loc": { "start": { "line": 168, "column": 20 }, "end": { "line": 194, "column": 21 } }, "leadingComments": [ { "type": "Line", "value": "If filtered row is valid, special calculation for", "range": [ 6951, 7002 ], "loc": { "start": { "line": 166, "column": 20 }, "end": { "line": 166, "column": 71 } } }, { "type": "Line", "value": "pgup/pgdown keys", "range": [ 7024, 7042 ], "loc": { "start": { "line": 167, "column": 20 }, "end": { "line": 167, "column": 38 } } } ] } ], "range": [ 6928, 8441 ], "loc": { "start": { "line": 165, "column": 23 }, "end": { "line": 195, "column": 17 } } }, "range": [ 5665, 8441 ], "loc": { "start": { "line": 140, "column": 16 }, "end": { "line": 195, "column": 17 } }, "leadingComments": [ { "type": "Line", "value": "If next row is not valid, next valid filtered row needs to be", "range": [ 5554, 5617 ], "loc": { "start": { "line": 138, "column": 16 }, "end": { "line": 138, "column": 79 } } }, { "type": "Line", "value": "calculated", "range": [ 5635, 5647 ], "loc": { "start": { "line": 139, "column": 16 }, "end": { "line": 139, "column": 28 } } } ] } ], "range": [ 2964, 8456 ], "loc": { "start": { "line": 83, "column": 63 }, "end": { "line": 196, "column": 13 } } }, "generator": false, "expression": false, "range": [ 2936, 8456 ], "loc": { "start": { "line": 83, "column": 35 }, "end": { "line": 196, "column": 13 } } }, "range": [ 2917, 8456 ], "loc": { "start": { "line": 83, "column": 16 }, "end": { "line": 196, "column": 13 } } } ], "kind": "var", "range": [ 2913, 8457 ], "loc": { "start": { "line": 83, "column": 12 }, "end": { "line": 196, "column": 14 } }, "leadingComments": [ { "type": "Line", "value": "Row navigation needs to be calculated according to TableFilter's", "range": [ 2797, 2863 ], "loc": { "start": { "line": 81, "column": 12 }, "end": { "line": 81, "column": 78 } } }, { "type": "Line", "value": "validRowsIndex array", "range": [ 2877, 2899 ], "loc": { "start": { "line": 82, "column": 12 }, "end": { "line": 82, "column": 34 } } } ], "trailingComments": [ { "type": "Line", "value": "Page navigation has to be enforced whenever selected row is out of", "range": [ 8473, 8541 ], "loc": { "start": { "line": 198, "column": 12 }, "end": { "line": 198, "column": 80 } } }, { "type": "Line", "value": "the current page range", "range": [ 8555, 8579 ], "loc": { "start": { "line": 199, "column": 12 }, "end": { "line": 199, "column": 36 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "onBeforeSelection", "range": [ 8597, 8614 ], "loc": { "start": { "line": 200, "column": 16 }, "end": { "line": 200, "column": 33 } } }, "init": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "et", "range": [ 8626, 8628 ], "loc": { "start": { "line": 200, "column": 45 }, "end": { "line": 200, "column": 47 } } }, { "type": "Identifier", "name": "selectedElm", "range": [ 8630, 8641 ], "loc": { "start": { "line": 200, "column": 49 }, "end": { "line": 200, "column": 60 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "row", "range": [ 8665, 8668 ], "loc": { "start": { "line": 201, "column": 20 }, "end": { "line": 201, "column": 23 } } }, "init": { "type": "ConditionalExpression", "test": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 8671, 8673 ], "loc": { "start": { "line": 201, "column": 26 }, "end": { "line": 201, "column": 28 } } }, "property": { "type": "Identifier", "name": "defaultSelection", "range": [ 8674, 8690 ], "loc": { "start": { "line": 201, "column": 29 }, "end": { "line": 201, "column": 45 } } }, "range": [ 8671, 8690 ], "loc": { "start": { "line": 201, "column": 26 }, "end": { "line": 201, "column": 45 } } }, "right": { "type": "Literal", "value": "row", "raw": "'row'", "range": [ 8695, 8700 ], "loc": { "start": { "line": 201, "column": 50 }, "end": { "line": 201, "column": 55 } } }, "range": [ 8671, 8700 ], "loc": { "start": { "line": 201, "column": 26 }, "end": { "line": 201, "column": 55 } } }, "consequent": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "selectedElm", "range": [ 8724, 8735 ], "loc": { "start": { "line": 202, "column": 20 }, "end": { "line": 202, "column": 31 } } }, "property": { "type": "Identifier", "name": "parentNode", "range": [ 8736, 8746 ], "loc": { "start": { "line": 202, "column": 32 }, "end": { "line": 202, "column": 42 } } }, "range": [ 8724, 8746 ], "loc": { "start": { "line": 202, "column": 20 }, "end": { "line": 202, "column": 42 } } }, "alternate": { "type": "Identifier", "name": "selectedElm", "range": [ 8749, 8760 ], "loc": { "start": { "line": 202, "column": 45 }, "end": { "line": 202, "column": 56 } } }, "range": [ 8671, 8760 ], "loc": { "start": { "line": 201, "column": 26 }, "end": { "line": 202, "column": 56 } } }, "range": [ 8665, 8760 ], "loc": { "start": { "line": 201, "column": 20 }, "end": { "line": 202, "column": 56 } } } ], "kind": "var", "range": [ 8661, 8761 ], "loc": { "start": { "line": 201, "column": 16 }, "end": { "line": 202, "column": 57 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8782, 8784 ], "loc": { "start": { "line": 203, "column": 19 }, "end": { "line": 203, "column": 21 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 8785, 8791 ], "loc": { "start": { "line": 203, "column": 22 }, "end": { "line": 203, "column": 28 } } }, "range": [ 8782, 8791 ], "loc": { "start": { "line": 203, "column": 19 }, "end": { "line": 203, "column": 28 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": ">", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8818, 8820 ], "loc": { "start": { "line": 204, "column": 23 }, "end": { "line": 204, "column": 25 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 8821, 8828 ], "loc": { "start": { "line": 204, "column": 26 }, "end": { "line": 204, "column": 33 } } }, "range": [ 8818, 8828 ], "loc": { "start": { "line": 204, "column": 23 }, "end": { "line": 204, "column": 33 } } }, "arguments": [ { "type": "Literal", "value": "paging", "raw": "'paging'", "range": [ 8829, 8837 ], "loc": { "start": { "line": 204, "column": 34 }, "end": { "line": 204, "column": 42 } } } ], "range": [ 8818, 8838 ], "loc": { "start": { "line": 204, "column": 23 }, "end": { "line": 204, "column": 43 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 8839, 8846 ], "loc": { "start": { "line": 204, "column": 44 }, "end": { "line": 204, "column": 51 } } }, "range": [ 8818, 8846 ], "loc": { "start": { "line": 204, "column": 23 }, "end": { "line": 204, "column": 51 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 8849, 8850 ], "loc": { "start": { "line": 204, "column": 54 }, "end": { "line": 204, "column": 55 } } }, "range": [ 8818, 8850 ], "loc": { "start": { "line": 204, "column": 23 }, "end": { "line": 204, "column": 55 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "paging", "range": [ 8882, 8888 ], "loc": { "start": { "line": 205, "column": 28 }, "end": { "line": 205, "column": 34 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 8891, 8893 ], "loc": { "start": { "line": 205, "column": 37 }, "end": { "line": 205, "column": 39 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 8894, 8901 ], "loc": { "start": { "line": 205, "column": 40 }, "end": { "line": 205, "column": 47 } } }, "range": [ 8891, 8901 ], "loc": { "start": { "line": 205, "column": 37 }, "end": { "line": 205, "column": 47 } } }, "arguments": [ { "type": "Literal", "value": "paging", "raw": "'paging'", "range": [ 8902, 8910 ], "loc": { "start": { "line": 205, "column": 48 }, "end": { "line": 205, "column": 56 } } } ], "range": [ 8891, 8911 ], "loc": { "start": { "line": 205, "column": 37 }, "end": { "line": 205, "column": 57 } } }, "range": [ 8882, 8911 ], "loc": { "start": { "line": 205, "column": 28 }, "end": { "line": 205, "column": 57 } } } ], "kind": "var", "range": [ 8878, 8912 ], "loc": { "start": { "line": 205, "column": 24 }, "end": { "line": 205, "column": 58 } }, "trailingComments": [ { "type": "Line", "value": "page length is re-assigned in case it has changed", "range": [ 8938, 8989 ], "loc": { "start": { "line": 206, "column": 24 }, "end": { "line": 206, "column": 75 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 9015, 9017 ], "loc": { "start": { "line": 207, "column": 24 }, "end": { "line": 207, "column": 26 } } }, "property": { "type": "Identifier", "name": "nbRowsPerPage", "range": [ 9018, 9031 ], "loc": { "start": { "line": 207, "column": 27 }, "end": { "line": 207, "column": 40 } } }, "range": [ 9015, 9031 ], "loc": { "start": { "line": 207, "column": 24 }, "end": { "line": 207, "column": 40 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 9034, 9040 ], "loc": { "start": { "line": 207, "column": 43 }, "end": { "line": 207, "column": 49 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 9041, 9053 ], "loc": { "start": { "line": 207, "column": 50 }, "end": { "line": 207, "column": 62 } } }, "range": [ 9034, 9053 ], "loc": { "start": { "line": 207, "column": 43 }, "end": { "line": 207, "column": 62 } } }, "range": [ 9015, 9053 ], "loc": { "start": { "line": 207, "column": 24 }, "end": { "line": 207, "column": 62 } } }, "range": [ 9015, 9054 ], "loc": { "start": { "line": 207, "column": 24 }, "end": { "line": 207, "column": 63 } }, "leadingComments": [ { "type": "Line", "value": "page length is re-assigned in case it has changed", "range": [ 8938, 8989 ], "loc": { "start": { "line": 206, "column": 24 }, "end": { "line": 206, "column": 75 } } } ] }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "validIndexes", "range": [ 9084, 9096 ], "loc": { "start": { "line": 208, "column": 28 }, "end": { "line": 208, "column": 40 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 9099, 9101 ], "loc": { "start": { "line": 208, "column": 43 }, "end": { "line": 208, "column": 45 } } }, "property": { "type": "Identifier", "name": "validRowsIndex", "range": [ 9102, 9116 ], "loc": { "start": { "line": 208, "column": 46 }, "end": { "line": 208, "column": 60 } } }, "range": [ 9099, 9116 ], "loc": { "start": { "line": 208, "column": 43 }, "end": { "line": 208, "column": 60 } } }, "range": [ 9084, 9116 ], "loc": { "start": { "line": 208, "column": 28 }, "end": { "line": 208, "column": 60 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "validIdxLen", "range": [ 9147, 9158 ], "loc": { "start": { "line": 209, "column": 28 }, "end": { "line": 209, "column": 39 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 9161, 9173 ], "loc": { "start": { "line": 209, "column": 42 }, "end": { "line": 209, "column": 54 } } }, "property": { "type": "Identifier", "name": "length", "range": [ 9174, 9180 ], "loc": { "start": { "line": 209, "column": 55 }, "end": { "line": 209, "column": 61 } } }, "range": [ 9161, 9180 ], "loc": { "start": { "line": 209, "column": 42 }, "end": { "line": 209, "column": 61 } } }, "range": [ 9147, 9180 ], "loc": { "start": { "line": 209, "column": 28 }, "end": { "line": 209, "column": 61 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "pagingEndRow", "range": [ 9211, 9223 ], "loc": { "start": { "line": 210, "column": 28 }, "end": { "line": 210, "column": 40 } } }, "init": { "type": "BinaryExpression", "operator": "+", "left": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 9226, 9234 ], "loc": { "start": { "line": 210, "column": 43 }, "end": { "line": 210, "column": 51 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 9235, 9241 ], "loc": { "start": { "line": 210, "column": 52 }, "end": { "line": 210, "column": 58 } } }, "property": { "type": "Identifier", "name": "startPagingRow", "range": [ 9242, 9256 ], "loc": { "start": { "line": 210, "column": 59 }, "end": { "line": 210, "column": 73 } } }, "range": [ 9235, 9256 ], "loc": { "start": { "line": 210, "column": 52 }, "end": { "line": 210, "column": 73 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 9258, 9260 ], "loc": { "start": { "line": 210, "column": 75 }, "end": { "line": 210, "column": 77 } } } ], "range": [ 9226, 9261 ], "loc": { "start": { "line": 210, "column": 43 }, "end": { "line": 210, "column": 78 } } }, "right": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "parseInt", "range": [ 9297, 9305 ], "loc": { "start": { "line": 211, "column": 32 }, "end": { "line": 211, "column": 40 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 9306, 9312 ], "loc": { "start": { "line": 211, "column": 41 }, "end": { "line": 211, "column": 47 } } }, "property": { "type": "Identifier", "name": "pagingLength", "range": [ 9313, 9325 ], "loc": { "start": { "line": 211, "column": 48 }, "end": { "line": 211, "column": 60 } } }, "range": [ 9306, 9325 ], "loc": { "start": { "line": 211, "column": 41 }, "end": { "line": 211, "column": 60 } } }, { "type": "Literal", "value": 10, "raw": "10", "range": [ 9327, 9329 ], "loc": { "start": { "line": 211, "column": 62 }, "end": { "line": 211, "column": 64 } } } ], "range": [ 9297, 9330 ], "loc": { "start": { "line": 211, "column": 32 }, "end": { "line": 211, "column": 65 } } }, "range": [ 9226, 9330 ], "loc": { "start": { "line": 210, "column": 43 }, "end": { "line": 211, "column": 65 } } }, "range": [ 9211, 9330 ], "loc": { "start": { "line": 210, "column": 28 }, "end": { "line": 211, "column": 65 } } } ], "kind": "var", "range": [ 9080, 9331 ], "loc": { "start": { "line": 208, "column": 24 }, "end": { "line": 211, "column": 66 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "rowIndex", "range": [ 9361, 9369 ], "loc": { "start": { "line": 212, "column": 28 }, "end": { "line": 212, "column": 36 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 9372, 9375 ], "loc": { "start": { "line": 212, "column": 39 }, "end": { "line": 212, "column": 42 } } }, "property": { "type": "Identifier", "name": "rowIndex", "range": [ 9376, 9384 ], "loc": { "start": { "line": 212, "column": 43 }, "end": { "line": 212, "column": 51 } } }, "range": [ 9372, 9384 ], "loc": { "start": { "line": 212, "column": 39 }, "end": { "line": 212, "column": 51 } } }, "range": [ 9361, 9384 ], "loc": { "start": { "line": 212, "column": 28 }, "end": { "line": 212, "column": 51 } } } ], "kind": "var", "range": [ 9357, 9385 ], "loc": { "start": { "line": 212, "column": 24 }, "end": { "line": 212, "column": 52 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "===", "left": { "type": "Identifier", "name": "rowIndex", "range": [ 9417, 9425 ], "loc": { "start": { "line": 214, "column": 28 }, "end": { "line": 214, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 9430, 9442 ], "loc": { "start": { "line": 214, "column": 41 }, "end": { "line": 214, "column": 53 } } }, "property": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "validIdxLen", "range": [ 9443, 9454 ], "loc": { "start": { "line": 214, "column": 54 }, "end": { "line": 214, "column": 65 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 9455, 9456 ], "loc": { "start": { "line": 214, "column": 66 }, "end": { "line": 214, "column": 67 } } }, "range": [ 9443, 9456 ], "loc": { "start": { "line": 214, "column": 54 }, "end": { "line": 214, "column": 67 } } }, "range": [ 9430, 9457 ], "loc": { "start": { "line": 214, "column": 41 }, "end": { "line": 214, "column": 68 } } }, "range": [ 9417, 9457 ], "loc": { "start": { "line": 214, "column": 28 }, "end": { "line": 214, "column": 68 } } }, "right": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 9491, 9497 ], "loc": { "start": { "line": 215, "column": 28 }, "end": { "line": 215, "column": 34 } } }, "property": { "type": "Identifier", "name": "currentPageNb", "range": [ 9498, 9511 ], "loc": { "start": { "line": 215, "column": 35 }, "end": { "line": 215, "column": 48 } } }, "range": [ 9491, 9511 ], "loc": { "start": { "line": 215, "column": 28 }, "end": { "line": 215, "column": 48 } } }, "right": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 9514, 9520 ], "loc": { "start": { "line": 215, "column": 51 }, "end": { "line": 215, "column": 57 } } }, "property": { "type": "Identifier", "name": "nbPages", "range": [ 9521, 9528 ], "loc": { "start": { "line": 215, "column": 58 }, "end": { "line": 215, "column": 65 } } }, "range": [ 9514, 9528 ], "loc": { "start": { "line": 215, "column": 51 }, "end": { "line": 215, "column": 65 } } }, "range": [ 9491, 9528 ], "loc": { "start": { "line": 215, "column": 28 }, "end": { "line": 215, "column": 65 } } }, "range": [ 9416, 9528 ], "loc": { "start": { "line": 214, "column": 27 }, "end": { "line": 215, "column": 65 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 9560, 9566 ], "loc": { "start": { "line": 216, "column": 28 }, "end": { "line": 216, "column": 34 } } }, "property": { "type": "Identifier", "name": "setPage", "range": [ 9567, 9574 ], "loc": { "start": { "line": 216, "column": 35 }, "end": { "line": 216, "column": 42 } } }, "range": [ 9560, 9574 ], "loc": { "start": { "line": 216, "column": 28 }, "end": { "line": 216, "column": 42 } } }, "arguments": [ { "type": "Literal", "value": "last", "raw": "'last'", "range": [ 9575, 9581 ], "loc": { "start": { "line": 216, "column": 43 }, "end": { "line": 216, "column": 49 } } } ], "range": [ 9560, 9582 ], "loc": { "start": { "line": 216, "column": 28 }, "end": { "line": 216, "column": 50 } } }, "range": [ 9560, 9583 ], "loc": { "start": { "line": 216, "column": 28 }, "end": { "line": 216, "column": 51 } } } ], "range": [ 9529, 9610 ], "loc": { "start": { "line": 215, "column": 66 }, "end": { "line": 217, "column": 25 } } }, "alternate": { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "==", "left": { "type": "Identifier", "name": "rowIndex", "range": [ 9645, 9653 ], "loc": { "start": { "line": 218, "column": 33 }, "end": { "line": 218, "column": 41 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 9657, 9669 ], "loc": { "start": { "line": 218, "column": 45 }, "end": { "line": 218, "column": 57 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 9670, 9671 ], "loc": { "start": { "line": 218, "column": 58 }, "end": { "line": 218, "column": 59 } } }, "range": [ 9657, 9672 ], "loc": { "start": { "line": 218, "column": 45 }, "end": { "line": 218, "column": 60 } } }, "range": [ 9645, 9672 ], "loc": { "start": { "line": 218, "column": 33 }, "end": { "line": 218, "column": 60 } } }, "right": { "type": "BinaryExpression", "operator": "!==", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 9706, 9712 ], "loc": { "start": { "line": 219, "column": 28 }, "end": { "line": 219, "column": 34 } } }, "property": { "type": "Identifier", "name": "currentPageNb", "range": [ 9713, 9726 ], "loc": { "start": { "line": 219, "column": 35 }, "end": { "line": 219, "column": 48 } } }, "range": [ 9706, 9726 ], "loc": { "start": { "line": 219, "column": 28 }, "end": { "line": 219, "column": 48 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 9729, 9730 ], "loc": { "start": { "line": 219, "column": 51 }, "end": { "line": 219, "column": 52 } } }, "range": [ 9706, 9730 ], "loc": { "start": { "line": 219, "column": 28 }, "end": { "line": 219, "column": 52 } } }, "range": [ 9644, 9730 ], "loc": { "start": { "line": 218, "column": 32 }, "end": { "line": 219, "column": 52 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 9762, 9768 ], "loc": { "start": { "line": 220, "column": 28 }, "end": { "line": 220, "column": 34 } } }, "property": { "type": "Identifier", "name": "setPage", "range": [ 9769, 9776 ], "loc": { "start": { "line": 220, "column": 35 }, "end": { "line": 220, "column": 42 } } }, "range": [ 9762, 9776 ], "loc": { "start": { "line": 220, "column": 28 }, "end": { "line": 220, "column": 42 } } }, "arguments": [ { "type": "Literal", "value": "first", "raw": "'first'", "range": [ 9777, 9784 ], "loc": { "start": { "line": 220, "column": 43 }, "end": { "line": 220, "column": 50 } } } ], "range": [ 9762, 9785 ], "loc": { "start": { "line": 220, "column": 28 }, "end": { "line": 220, "column": 51 } } }, "range": [ 9762, 9786 ], "loc": { "start": { "line": 220, "column": 28 }, "end": { "line": 220, "column": 52 } } } ], "range": [ 9731, 9813 ], "loc": { "start": { "line": 219, "column": 53 }, "end": { "line": 221, "column": 25 } } }, "alternate": { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": ">", "left": { "type": "Identifier", "name": "rowIndex", "range": [ 9847, 9855 ], "loc": { "start": { "line": 222, "column": 32 }, "end": { "line": 222, "column": 40 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 9858, 9870 ], "loc": { "start": { "line": 222, "column": 43 }, "end": { "line": 222, "column": 55 } } }, "property": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "pagingEndRow", "range": [ 9871, 9883 ], "loc": { "start": { "line": 222, "column": 56 }, "end": { "line": 222, "column": 68 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 9884, 9885 ], "loc": { "start": { "line": 222, "column": 69 }, "end": { "line": 222, "column": 70 } } }, "range": [ 9871, 9885 ], "loc": { "start": { "line": 222, "column": 56 }, "end": { "line": 222, "column": 70 } } }, "range": [ 9858, 9886 ], "loc": { "start": { "line": 222, "column": 43 }, "end": { "line": 222, "column": 71 } } }, "range": [ 9847, 9886 ], "loc": { "start": { "line": 222, "column": 32 }, "end": { "line": 222, "column": 71 } } }, "right": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "rowIndex", "range": [ 9919, 9927 ], "loc": { "start": { "line": 223, "column": 28 }, "end": { "line": 223, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 9930, 9942 ], "loc": { "start": { "line": 223, "column": 39 }, "end": { "line": 223, "column": 51 } } }, "property": { "type": "BinaryExpression", "operator": "-", "left": { "type": "Identifier", "name": "validIdxLen", "range": [ 9943, 9954 ], "loc": { "start": { "line": 223, "column": 52 }, "end": { "line": 223, "column": 63 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 9955, 9956 ], "loc": { "start": { "line": 223, "column": 64 }, "end": { "line": 223, "column": 65 } } }, "range": [ 9943, 9956 ], "loc": { "start": { "line": 223, "column": 52 }, "end": { "line": 223, "column": 65 } } }, "range": [ 9930, 9957 ], "loc": { "start": { "line": 223, "column": 39 }, "end": { "line": 223, "column": 66 } } }, "range": [ 9919, 9957 ], "loc": { "start": { "line": 223, "column": 28 }, "end": { "line": 223, "column": 66 } } }, "range": [ 9847, 9957 ], "loc": { "start": { "line": 222, "column": 32 }, "end": { "line": 223, "column": 66 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 9989, 9995 ], "loc": { "start": { "line": 224, "column": 28 }, "end": { "line": 224, "column": 34 } } }, "property": { "type": "Identifier", "name": "setPage", "range": [ 9996, 10003 ], "loc": { "start": { "line": 224, "column": 35 }, "end": { "line": 224, "column": 42 } } }, "range": [ 9989, 10003 ], "loc": { "start": { "line": 224, "column": 28 }, "end": { "line": 224, "column": 42 } } }, "arguments": [ { "type": "Literal", "value": "next", "raw": "'next'", "range": [ 10004, 10010 ], "loc": { "start": { "line": 224, "column": 43 }, "end": { "line": 224, "column": 49 } } } ], "range": [ 9989, 10011 ], "loc": { "start": { "line": 224, "column": 28 }, "end": { "line": 224, "column": 50 } } }, "range": [ 9989, 10012 ], "loc": { "start": { "line": 224, "column": 28 }, "end": { "line": 224, "column": 51 } } } ], "range": [ 9958, 10039 ], "loc": { "start": { "line": 223, "column": 67 }, "end": { "line": 225, "column": 25 } } }, "alternate": { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "BinaryExpression", "operator": "<", "left": { "type": "Identifier", "name": "rowIndex", "range": [ 10103, 10111 ], "loc": { "start": { "line": 227, "column": 28 }, "end": { "line": 227, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 10114, 10126 ], "loc": { "start": { "line": 227, "column": 39 }, "end": { "line": 227, "column": 51 } } }, "property": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 10127, 10133 ], "loc": { "start": { "line": 227, "column": 52 }, "end": { "line": 227, "column": 58 } } }, "property": { "type": "Identifier", "name": "startPagingRow", "range": [ 10134, 10148 ], "loc": { "start": { "line": 227, "column": 59 }, "end": { "line": 227, "column": 73 } } }, "range": [ 10127, 10148 ], "loc": { "start": { "line": 227, "column": 52 }, "end": { "line": 227, "column": 73 } } }, "range": [ 10114, 10149 ], "loc": { "start": { "line": 227, "column": 39 }, "end": { "line": 227, "column": 74 } } }, "range": [ 10103, 10149 ], "loc": { "start": { "line": 227, "column": 28 }, "end": { "line": 227, "column": 74 } } }, "right": { "type": "BinaryExpression", "operator": ">", "left": { "type": "Identifier", "name": "rowIndex", "range": [ 10182, 10190 ], "loc": { "start": { "line": 228, "column": 28 }, "end": { "line": 228, "column": 36 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "validIndexes", "range": [ 10193, 10205 ], "loc": { "start": { "line": 228, "column": 39 }, "end": { "line": 228, "column": 51 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 10206, 10207 ], "loc": { "start": { "line": 228, "column": 52 }, "end": { "line": 228, "column": 53 } } }, "range": [ 10193, 10208 ], "loc": { "start": { "line": 228, "column": 39 }, "end": { "line": 228, "column": 54 } } }, "range": [ 10182, 10208 ], "loc": { "start": { "line": 228, "column": 28 }, "end": { "line": 228, "column": 54 } } }, "range": [ 10103, 10208 ], "loc": { "start": { "line": 227, "column": 28 }, "end": { "line": 228, "column": 54 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 10240, 10246 ], "loc": { "start": { "line": 229, "column": 28 }, "end": { "line": 229, "column": 34 } } }, "property": { "type": "Identifier", "name": "setPage", "range": [ 10247, 10254 ], "loc": { "start": { "line": 229, "column": 35 }, "end": { "line": 229, "column": 42 } } }, "range": [ 10240, 10254 ], "loc": { "start": { "line": 229, "column": 28 }, "end": { "line": 229, "column": 42 } } }, "arguments": [ { "type": "Literal", "value": "previous", "raw": "'previous'", "range": [ 10255, 10265 ], "loc": { "start": { "line": 229, "column": 43 }, "end": { "line": 229, "column": 53 } } } ], "range": [ 10240, 10266 ], "loc": { "start": { "line": 229, "column": 28 }, "end": { "line": 229, "column": 54 } } }, "range": [ 10240, 10267 ], "loc": { "start": { "line": 229, "column": 28 }, "end": { "line": 229, "column": 55 } } } ], "range": [ 10209, 10294 ], "loc": { "start": { "line": 228, "column": 55 }, "end": { "line": 230, "column": 25 } } }, "alternate": null, "range": [ 10070, 10294 ], "loc": { "start": { "line": 226, "column": 29 }, "end": { "line": 230, "column": 25 } } }, "range": [ 9844, 10294 ], "loc": { "start": { "line": 222, "column": 29 }, "end": { "line": 230, "column": 25 } } }, "range": [ 9641, 10294 ], "loc": { "start": { "line": 218, "column": 29 }, "end": { "line": 230, "column": 25 } } }, "range": [ 9413, 10294 ], "loc": { "start": { "line": 214, "column": 24 }, "end": { "line": 230, "column": 25 } } } ], "range": [ 8851, 10317 ], "loc": { "start": { "line": 204, "column": 56 }, "end": { "line": 231, "column": 21 } } }, "alternate": null, "range": [ 8815, 10317 ], "loc": { "start": { "line": 204, "column": 20 }, "end": { "line": 231, "column": 21 } } } ], "range": [ 8792, 10336 ], "loc": { "start": { "line": 203, "column": 29 }, "end": { "line": 232, "column": 17 } } }, "alternate": null, "range": [ 8779, 10336 ], "loc": { "start": { "line": 203, "column": 16 }, "end": { "line": 232, "column": 17 } } } ], "range": [ 8642, 10351 ], "loc": { "start": { "line": 200, "column": 61 }, "end": { "line": 233, "column": 13 } } }, "generator": false, "expression": false, "range": [ 8617, 10351 ], "loc": { "start": { "line": 200, "column": 36 }, "end": { "line": 233, "column": 13 } } }, "range": [ 8597, 10351 ], "loc": { "start": { "line": 200, "column": 16 }, "end": { "line": 233, "column": 13 } } } ], "kind": "var", "range": [ 8593, 10352 ], "loc": { "start": { "line": 200, "column": 12 }, "end": { "line": 233, "column": 14 } }, "leadingComments": [ { "type": "Line", "value": "Page navigation has to be enforced whenever selected row is out of", "range": [ 8473, 8541 ], "loc": { "start": { "line": 198, "column": 12 }, "end": { "line": 198, "column": 80 } } }, { "type": "Line", "value": "the current page range", "range": [ 8555, 8579 ], "loc": { "start": { "line": 199, "column": 12 }, "end": { "line": 199, "column": 36 } } } ], "trailingComments": [ { "type": "Line", "value": "Selected row needs to be visible when paging is activated", "range": [ 10368, 10427 ], "loc": { "start": { "line": 235, "column": 12 }, "end": { "line": 235, "column": 71 } } } ] }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10444, 10446 ], "loc": { "start": { "line": 236, "column": 15 }, "end": { "line": 236, "column": 17 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 10447, 10453 ], "loc": { "start": { "line": 236, "column": 18 }, "end": { "line": 236, "column": 24 } } }, "range": [ 10444, 10453 ], "loc": { "start": { "line": 236, "column": 15 }, "end": { "line": 236, "column": 24 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 10473, 10475 ], "loc": { "start": { "line": 237, "column": 16 }, "end": { "line": 237, "column": 18 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 10476, 10483 ], "loc": { "start": { "line": 237, "column": 19 }, "end": { "line": 237, "column": 26 } } }, "range": [ 10473, 10483 ], "loc": { "start": { "line": 237, "column": 16 }, "end": { "line": 237, "column": 26 } } }, "arguments": [ { "type": "Literal", "value": "paging", "raw": "'paging'", "range": [ 10484, 10492 ], "loc": { "start": { "line": 237, "column": 27 }, "end": { "line": 237, "column": 35 } } } ], "range": [ 10473, 10493 ], "loc": { "start": { "line": 237, "column": 16 }, "end": { "line": 237, "column": 36 } } }, "property": { "type": "Identifier", "name": "onAfterChangePage", "range": [ 10494, 10511 ], "loc": { "start": { "line": 237, "column": 37 }, "end": { "line": 237, "column": 54 } } }, "range": [ 10473, 10511 ], "loc": { "start": { "line": 237, "column": 16 }, "end": { "line": 237, "column": 54 } } }, "right": { "type": "FunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "paging", "range": [ 10523, 10529 ], "loc": { "start": { "line": 237, "column": 66 }, "end": { "line": 237, "column": 72 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "advGrid", "range": [ 10557, 10564 ], "loc": { "start": { "line": 238, "column": 24 }, "end": { "line": 238, "column": 31 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "paging", "range": [ 10567, 10573 ], "loc": { "start": { "line": 238, "column": 34 }, "end": { "line": 238, "column": 40 } } }, "property": { "type": "Identifier", "name": "tf", "range": [ 10574, 10576 ], "loc": { "start": { "line": 238, "column": 41 }, "end": { "line": 238, "column": 43 } } }, "range": [ 10567, 10576 ], "loc": { "start": { "line": 238, "column": 34 }, "end": { "line": 238, "column": 43 } } }, "property": { "type": "Identifier", "name": "extension", "range": [ 10577, 10586 ], "loc": { "start": { "line": 238, "column": 44 }, "end": { "line": 238, "column": 53 } } }, "range": [ 10567, 10586 ], "loc": { "start": { "line": 238, "column": 34 }, "end": { "line": 238, "column": 53 } } }, "arguments": [ { "type": "Literal", "value": "advancedGrid", "raw": "'advancedGrid'", "range": [ 10587, 10601 ], "loc": { "start": { "line": 238, "column": 54 }, "end": { "line": 238, "column": 68 } } } ], "range": [ 10567, 10602 ], "loc": { "start": { "line": 238, "column": 34 }, "end": { "line": 238, "column": 69 } } }, "range": [ 10557, 10602 ], "loc": { "start": { "line": 238, "column": 24 }, "end": { "line": 238, "column": 69 } } } ], "kind": "var", "range": [ 10553, 10603 ], "loc": { "start": { "line": 238, "column": 20 }, "end": { "line": 238, "column": 70 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "et", "range": [ 10629, 10631 ], "loc": { "start": { "line": 239, "column": 24 }, "end": { "line": 239, "column": 26 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "advGrid", "range": [ 10634, 10641 ], "loc": { "start": { "line": 239, "column": 29 }, "end": { "line": 239, "column": 36 } } }, "property": { "type": "Identifier", "name": "_ezEditTable", "range": [ 10642, 10654 ], "loc": { "start": { "line": 239, "column": 37 }, "end": { "line": 239, "column": 49 } } }, "range": [ 10634, 10654 ], "loc": { "start": { "line": 239, "column": 29 }, "end": { "line": 239, "column": 49 } } }, "range": [ 10629, 10654 ], "loc": { "start": { "line": 239, "column": 24 }, "end": { "line": 239, "column": 49 } } } ], "kind": "var", "range": [ 10625, 10655 ], "loc": { "start": { "line": 239, "column": 20 }, "end": { "line": 239, "column": 50 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "slc", "range": [ 10681, 10684 ], "loc": { "start": { "line": 240, "column": 24 }, "end": { "line": 240, "column": 27 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "et", "range": [ 10687, 10689 ], "loc": { "start": { "line": 240, "column": 30 }, "end": { "line": 240, "column": 32 } } }, "property": { "type": "Identifier", "name": "Selection", "range": [ 10690, 10699 ], "loc": { "start": { "line": 240, "column": 33 }, "end": { "line": 240, "column": 42 } } }, "range": [ 10687, 10699 ], "loc": { "start": { "line": 240, "column": 30 }, "end": { "line": 240, "column": 42 } } }, "range": [ 10681, 10699 ], "loc": { "start": { "line": 240, "column": 24 }, "end": { "line": 240, "column": 42 } } } ], "kind": "var", "range": [ 10677, 10700 ], "loc": { "start": { "line": 240, "column": 20 }, "end": { "line": 240, "column": 43 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "row", "range": [ 10726, 10729 ], "loc": { "start": { "line": 241, "column": 24 }, "end": { "line": 241, "column": 27 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slc", "range": [ 10732, 10735 ], "loc": { "start": { "line": 241, "column": 30 }, "end": { "line": 241, "column": 33 } } }, "property": { "type": "Identifier", "name": "GetActiveRow", "range": [ 10736, 10748 ], "loc": { "start": { "line": 241, "column": 34 }, "end": { "line": 241, "column": 46 } } }, "range": [ 10732, 10748 ], "loc": { "start": { "line": 241, "column": 30 }, "end": { "line": 241, "column": 46 } } }, "arguments": [], "range": [ 10732, 10750 ], "loc": { "start": { "line": 241, "column": 30 }, "end": { "line": 241, "column": 48 } } }, "range": [ 10726, 10750 ], "loc": { "start": { "line": 241, "column": 24 }, "end": { "line": 241, "column": 48 } } } ], "kind": "var", "range": [ 10722, 10751 ], "loc": { "start": { "line": 241, "column": 20 }, "end": { "line": 241, "column": 49 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "row", "range": [ 10776, 10779 ], "loc": { "start": { "line": 242, "column": 23 }, "end": { "line": 242, "column": 26 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "row", "range": [ 10807, 10810 ], "loc": { "start": { "line": 243, "column": 24 }, "end": { "line": 243, "column": 27 } } }, "property": { "type": "Identifier", "name": "scrollIntoView", "range": [ 10811, 10825 ], "loc": { "start": { "line": 243, "column": 28 }, "end": { "line": 243, "column": 42 } } }, "range": [ 10807, 10825 ], "loc": { "start": { "line": 243, "column": 24 }, "end": { "line": 243, "column": 42 } } }, "arguments": [ { "type": "Literal", "value": false, "raw": "false", "range": [ 10826, 10831 ], "loc": { "start": { "line": 243, "column": 43 }, "end": { "line": 243, "column": 48 } } } ], "range": [ 10807, 10832 ], "loc": { "start": { "line": 243, "column": 24 }, "end": { "line": 243, "column": 49 } } }, "range": [ 10807, 10833 ], "loc": { "start": { "line": 243, "column": 24 }, "end": { "line": 243, "column": 50 } } } ], "range": [ 10780, 10856 ], "loc": { "start": { "line": 242, "column": 27 }, "end": { "line": 244, "column": 21 } } }, "alternate": null, "range": [ 10773, 10856 ], "loc": { "start": { "line": 242, "column": 20 }, "end": { "line": 244, "column": 21 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "cell", "range": [ 10882, 10886 ], "loc": { "start": { "line": 245, "column": 24 }, "end": { "line": 245, "column": 28 } } }, "init": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "slc", "range": [ 10889, 10892 ], "loc": { "start": { "line": 245, "column": 31 }, "end": { "line": 245, "column": 34 } } }, "property": { "type": "Identifier", "name": "GetActiveCell", "range": [ 10893, 10906 ], "loc": { "start": { "line": 245, "column": 35 }, "end": { "line": 245, "column": 48 } } }, "range": [ 10889, 10906 ], "loc": { "start": { "line": 245, "column": 31 }, "end": { "line": 245, "column": 48 } } }, "arguments": [], "range": [ 10889, 10908 ], "loc": { "start": { "line": 245, "column": 31 }, "end": { "line": 245, "column": 50 } } }, "range": [ 10882, 10908 ], "loc": { "start": { "line": 245, "column": 24 }, "end": { "line": 245, "column": 50 } } } ], "kind": "var", "range": [ 10878, 10909 ], "loc": { "start": { "line": 245, "column": 20 }, "end": { "line": 245, "column": 51 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "cell", "range": [ 10934, 10938 ], "loc": { "start": { "line": 246, "column": 23 }, "end": { "line": 246, "column": 27 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cell", "range": [ 10966, 10970 ], "loc": { "start": { "line": 247, "column": 24 }, "end": { "line": 247, "column": 28 } } }, "property": { "type": "Identifier", "name": "scrollIntoView", "range": [ 10971, 10985 ], "loc": { "start": { "line": 247, "column": 29 }, "end": { "line": 247, "column": 43 } } }, "range": [ 10966, 10985 ], "loc": { "start": { "line": 247, "column": 24 }, "end": { "line": 247, "column": 43 } } }, "arguments": [ { "type": "Literal", "value": false, "raw": "false", "range": [ 10986, 10991 ], "loc": { "start": { "line": 247, "column": 44 }, "end": { "line": 247, "column": 49 } } } ], "range": [ 10966, 10992 ], "loc": { "start": { "line": 247, "column": 24 }, "end": { "line": 247, "column": 50 } } }, "range": [ 10966, 10993 ], "loc": { "start": { "line": 247, "column": 24 }, "end": { "line": 247, "column": 51 } } } ], "range": [ 10939, 11016 ], "loc": { "start": { "line": 246, "column": 28 }, "end": { "line": 248, "column": 21 } } }, "alternate": null, "range": [ 10931, 11016 ], "loc": { "start": { "line": 246, "column": 20 }, "end": { "line": 248, "column": 21 } } } ], "range": [ 10530, 11035 ], "loc": { "start": { "line": 237, "column": 73 }, "end": { "line": 249, "column": 17 } } }, "generator": false, "expression": false, "range": [ 10514, 11035 ], "loc": { "start": { "line": 237, "column": 57 }, "end": { "line": 249, "column": 17 } } }, "range": [ 10473, 11035 ], "loc": { "start": { "line": 237, "column": 16 }, "end": { "line": 249, "column": 17 } } }, "range": [ 10473, 11036 ], "loc": { "start": { "line": 237, "column": 16 }, "end": { "line": 249, "column": 18 } } } ], "range": [ 10454, 11051 ], "loc": { "start": { "line": 236, "column": 25 }, "end": { "line": 250, "column": 13 } } }, "alternate": null, "range": [ 10441, 11051 ], "loc": { "start": { "line": 236, "column": 12 }, "end": { "line": 250, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": "Selected row needs to be visible when paging is activated", "range": [ 10368, 10427 ], "loc": { "start": { "line": 235, "column": 12 }, "end": { "line": 235, "column": 71 } } } ], "trailingComments": [ { "type": "Line", "value": "Rows navigation when rows are filtered is performed with the", "range": [ 11067, 11129 ], "loc": { "start": { "line": 252, "column": 12 }, "end": { "line": 252, "column": 74 } } }, { "type": "Line", "value": "EditTable row selection callback events", "range": [ 11143, 11184 ], "loc": { "start": { "line": 253, "column": 12 }, "end": { "line": 253, "column": 53 } } } ] }, { "type": "IfStatement", "test": { "type": "BinaryExpression", "operator": "===", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 11201, 11204 ], "loc": { "start": { "line": 254, "column": 15 }, "end": { "line": 254, "column": 18 } } }, "property": { "type": "Identifier", "name": "default_selection", "range": [ 11205, 11222 ], "loc": { "start": { "line": 254, "column": 19 }, "end": { "line": 254, "column": 36 } } }, "range": [ 11201, 11222 ], "loc": { "start": { "line": 254, "column": 15 }, "end": { "line": 254, "column": 36 } } }, "right": { "type": "Literal", "value": "row", "raw": "'row'", "range": [ 11225, 11230 ], "loc": { "start": { "line": 254, "column": 39 }, "end": { "line": 254, "column": 44 } } }, "range": [ 11201, 11230 ], "loc": { "start": { "line": 254, "column": 15 }, "end": { "line": 254, "column": 44 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "fnB", "range": [ 11254, 11257 ], "loc": { "start": { "line": 255, "column": 20 }, "end": { "line": 255, "column": 23 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 11260, 11263 ], "loc": { "start": { "line": 255, "column": 26 }, "end": { "line": 255, "column": 29 } } }, "property": { "type": "Identifier", "name": "on_before_selected_row", "range": [ 11264, 11286 ], "loc": { "start": { "line": 255, "column": 30 }, "end": { "line": 255, "column": 52 } } }, "range": [ 11260, 11286 ], "loc": { "start": { "line": 255, "column": 26 }, "end": { "line": 255, "column": 52 } } }, "range": [ 11254, 11286 ], "loc": { "start": { "line": 255, "column": 20 }, "end": { "line": 255, "column": 52 } } } ], "kind": "var", "range": [ 11250, 11287 ], "loc": { "start": { "line": 255, "column": 16 }, "end": { "line": 255, "column": 53 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 11305, 11308 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 256, "column": 19 } } }, "property": { "type": "Identifier", "name": "on_before_selected_row", "range": [ 11309, 11331 ], "loc": { "start": { "line": 256, "column": 20 }, "end": { "line": 256, "column": 42 } } }, "range": [ 11305, 11331 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 256, "column": 42 } } }, "right": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "onBeforeSelection", "range": [ 11367, 11384 ], "loc": { "start": { "line": 257, "column": 20 }, "end": { "line": 257, "column": 37 } } }, "arguments": [ { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11385, 11394 ], "loc": { "start": { "line": 257, "column": 38 }, "end": { "line": 257, "column": 47 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 11395, 11396 ], "loc": { "start": { "line": 257, "column": 48 }, "end": { "line": 257, "column": 49 } } }, "range": [ 11385, 11397 ], "loc": { "start": { "line": 257, "column": 38 }, "end": { "line": 257, "column": 50 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11399, 11408 ], "loc": { "start": { "line": 257, "column": 52 }, "end": { "line": 257, "column": 61 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 11409, 11410 ], "loc": { "start": { "line": 257, "column": 62 }, "end": { "line": 257, "column": 63 } } }, "range": [ 11399, 11411 ], "loc": { "start": { "line": 257, "column": 52 }, "end": { "line": 257, "column": 64 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11413, 11422 ], "loc": { "start": { "line": 257, "column": 66 }, "end": { "line": 257, "column": 75 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 11423, 11424 ], "loc": { "start": { "line": 257, "column": 76 }, "end": { "line": 257, "column": 77 } } }, "range": [ 11413, 11425 ], "loc": { "start": { "line": 257, "column": 66 }, "end": { "line": 257, "column": 78 } } } ], "range": [ 11367, 11426 ], "loc": { "start": { "line": 257, "column": 20 }, "end": { "line": 257, "column": 79 } } }, "range": [ 11367, 11427 ], "loc": { "start": { "line": 257, "column": 20 }, "end": { "line": 257, "column": 80 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "fnB", "range": [ 11452, 11455 ], "loc": { "start": { "line": 258, "column": 23 }, "end": { "line": 258, "column": 26 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fnB", "range": [ 11483, 11486 ], "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 27 } } }, "property": { "type": "Identifier", "name": "call", "range": [ 11487, 11491 ], "loc": { "start": { "line": 259, "column": 28 }, "end": { "line": 259, "column": 32 } } }, "range": [ 11483, 11491 ], "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 259, "column": 32 } } }, "arguments": [ { "type": "Literal", "value": null, "raw": "null", "range": [ 11522, 11526 ], "loc": { "start": { "line": 260, "column": 28 }, "end": { "line": 260, "column": 32 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11528, 11537 ], "loc": { "start": { "line": 260, "column": 34 }, "end": { "line": 260, "column": 43 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 11538, 11539 ], "loc": { "start": { "line": 260, "column": 44 }, "end": { "line": 260, "column": 45 } } }, "range": [ 11528, 11540 ], "loc": { "start": { "line": 260, "column": 34 }, "end": { "line": 260, "column": 46 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11542, 11551 ], "loc": { "start": { "line": 260, "column": 48 }, "end": { "line": 260, "column": 57 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 11552, 11553 ], "loc": { "start": { "line": 260, "column": 58 }, "end": { "line": 260, "column": 59 } } }, "range": [ 11542, 11554 ], "loc": { "start": { "line": 260, "column": 48 }, "end": { "line": 260, "column": 60 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11556, 11565 ], "loc": { "start": { "line": 260, "column": 62 }, "end": { "line": 260, "column": 71 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 11566, 11567 ], "loc": { "start": { "line": 260, "column": 72 }, "end": { "line": 260, "column": 73 } } }, "range": [ 11556, 11568 ], "loc": { "start": { "line": 260, "column": 62 }, "end": { "line": 260, "column": 74 } } } ], "range": [ 11483, 11569 ], "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 260, "column": 75 } } }, "range": [ 11483, 11570 ], "loc": { "start": { "line": 259, "column": 24 }, "end": { "line": 260, "column": 76 } } } ], "range": [ 11456, 11593 ], "loc": { "start": { "line": 258, "column": 27 }, "end": { "line": 261, "column": 21 } } }, "alternate": null, "range": [ 11449, 11593 ], "loc": { "start": { "line": 258, "column": 20 }, "end": { "line": 261, "column": 21 } } } ], "range": [ 11344, 11612 ], "loc": { "start": { "line": 256, "column": 55 }, "end": { "line": 262, "column": 17 } } }, "generator": false, "expression": false, "range": [ 11334, 11612 ], "loc": { "start": { "line": 256, "column": 45 }, "end": { "line": 262, "column": 17 } } }, "range": [ 11305, 11612 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 262, "column": 17 } } }, "range": [ 11305, 11613 ], "loc": { "start": { "line": 256, "column": 16 }, "end": { "line": 262, "column": 18 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "fnA", "range": [ 11635, 11638 ], "loc": { "start": { "line": 263, "column": 20 }, "end": { "line": 263, "column": 23 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 11641, 11644 ], "loc": { "start": { "line": 263, "column": 26 }, "end": { "line": 263, "column": 29 } } }, "property": { "type": "Identifier", "name": "on_after_selected_row", "range": [ 11645, 11666 ], "loc": { "start": { "line": 263, "column": 30 }, "end": { "line": 263, "column": 51 } } }, "range": [ 11641, 11666 ], "loc": { "start": { "line": 263, "column": 26 }, "end": { "line": 263, "column": 51 } } }, "range": [ 11635, 11666 ], "loc": { "start": { "line": 263, "column": 20 }, "end": { "line": 263, "column": 51 } } } ], "kind": "var", "range": [ 11631, 11667 ], "loc": { "start": { "line": 263, "column": 16 }, "end": { "line": 263, "column": 52 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 11685, 11688 ], "loc": { "start": { "line": 264, "column": 16 }, "end": { "line": 264, "column": 19 } } }, "property": { "type": "Identifier", "name": "on_after_selected_row", "range": [ 11689, 11710 ], "loc": { "start": { "line": 264, "column": 20 }, "end": { "line": 264, "column": 41 } } }, "range": [ 11685, 11710 ], "loc": { "start": { "line": 264, "column": 16 }, "end": { "line": 264, "column": 41 } } }, "right": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "onAfterSelection", "range": [ 11746, 11762 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 265, "column": 36 } } }, "arguments": [ { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11763, 11772 ], "loc": { "start": { "line": 265, "column": 37 }, "end": { "line": 265, "column": 46 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 11773, 11774 ], "loc": { "start": { "line": 265, "column": 47 }, "end": { "line": 265, "column": 48 } } }, "range": [ 11763, 11775 ], "loc": { "start": { "line": 265, "column": 37 }, "end": { "line": 265, "column": 49 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11777, 11786 ], "loc": { "start": { "line": 265, "column": 51 }, "end": { "line": 265, "column": 60 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 11787, 11788 ], "loc": { "start": { "line": 265, "column": 61 }, "end": { "line": 265, "column": 62 } } }, "range": [ 11777, 11789 ], "loc": { "start": { "line": 265, "column": 51 }, "end": { "line": 265, "column": 63 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11791, 11800 ], "loc": { "start": { "line": 265, "column": 65 }, "end": { "line": 265, "column": 74 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 11801, 11802 ], "loc": { "start": { "line": 265, "column": 75 }, "end": { "line": 265, "column": 76 } } }, "range": [ 11791, 11803 ], "loc": { "start": { "line": 265, "column": 65 }, "end": { "line": 265, "column": 77 } } } ], "range": [ 11746, 11804 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 265, "column": 78 } } }, "range": [ 11746, 11805 ], "loc": { "start": { "line": 265, "column": 20 }, "end": { "line": 265, "column": 79 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "fnA", "range": [ 11830, 11833 ], "loc": { "start": { "line": 266, "column": 23 }, "end": { "line": 266, "column": 26 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fnA", "range": [ 11861, 11864 ], "loc": { "start": { "line": 267, "column": 24 }, "end": { "line": 267, "column": 27 } } }, "property": { "type": "Identifier", "name": "call", "range": [ 11865, 11869 ], "loc": { "start": { "line": 267, "column": 28 }, "end": { "line": 267, "column": 32 } } }, "range": [ 11861, 11869 ], "loc": { "start": { "line": 267, "column": 24 }, "end": { "line": 267, "column": 32 } } }, "arguments": [ { "type": "Literal", "value": null, "raw": "null", "range": [ 11900, 11904 ], "loc": { "start": { "line": 268, "column": 28 }, "end": { "line": 268, "column": 32 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11906, 11915 ], "loc": { "start": { "line": 268, "column": 34 }, "end": { "line": 268, "column": 43 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 11916, 11917 ], "loc": { "start": { "line": 268, "column": 44 }, "end": { "line": 268, "column": 45 } } }, "range": [ 11906, 11918 ], "loc": { "start": { "line": 268, "column": 34 }, "end": { "line": 268, "column": 46 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11920, 11929 ], "loc": { "start": { "line": 268, "column": 48 }, "end": { "line": 268, "column": 57 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 11930, 11931 ], "loc": { "start": { "line": 268, "column": 58 }, "end": { "line": 268, "column": 59 } } }, "range": [ 11920, 11932 ], "loc": { "start": { "line": 268, "column": 48 }, "end": { "line": 268, "column": 60 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 11934, 11943 ], "loc": { "start": { "line": 268, "column": 62 }, "end": { "line": 268, "column": 71 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 11944, 11945 ], "loc": { "start": { "line": 268, "column": 72 }, "end": { "line": 268, "column": 73 } } }, "range": [ 11934, 11946 ], "loc": { "start": { "line": 268, "column": 62 }, "end": { "line": 268, "column": 74 } } } ], "range": [ 11861, 11947 ], "loc": { "start": { "line": 267, "column": 24 }, "end": { "line": 268, "column": 75 } } }, "range": [ 11861, 11948 ], "loc": { "start": { "line": 267, "column": 24 }, "end": { "line": 268, "column": 76 } } } ], "range": [ 11834, 11971 ], "loc": { "start": { "line": 266, "column": 27 }, "end": { "line": 269, "column": 21 } } }, "alternate": null, "range": [ 11827, 11971 ], "loc": { "start": { "line": 266, "column": 20 }, "end": { "line": 269, "column": 21 } } } ], "range": [ 11723, 11990 ], "loc": { "start": { "line": 264, "column": 54 }, "end": { "line": 270, "column": 17 } } }, "generator": false, "expression": false, "range": [ 11713, 11990 ], "loc": { "start": { "line": 264, "column": 44 }, "end": { "line": 270, "column": 17 } } }, "range": [ 11685, 11990 ], "loc": { "start": { "line": 264, "column": 16 }, "end": { "line": 270, "column": 17 } } }, "range": [ 11685, 11991 ], "loc": { "start": { "line": 264, "column": 16 }, "end": { "line": 270, "column": 18 } } } ], "range": [ 11231, 12006 ], "loc": { "start": { "line": 254, "column": 45 }, "end": { "line": 271, "column": 13 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "fnD", "range": [ 12035, 12038 ], "loc": { "start": { "line": 272, "column": 20 }, "end": { "line": 272, "column": 23 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 12041, 12044 ], "loc": { "start": { "line": 272, "column": 26 }, "end": { "line": 272, "column": 29 } } }, "property": { "type": "Identifier", "name": "on_before_selected_cell", "range": [ 12045, 12068 ], "loc": { "start": { "line": 272, "column": 30 }, "end": { "line": 272, "column": 53 } } }, "range": [ 12041, 12068 ], "loc": { "start": { "line": 272, "column": 26 }, "end": { "line": 272, "column": 53 } } }, "range": [ 12035, 12068 ], "loc": { "start": { "line": 272, "column": 20 }, "end": { "line": 272, "column": 53 } } } ], "kind": "var", "range": [ 12031, 12069 ], "loc": { "start": { "line": 272, "column": 16 }, "end": { "line": 272, "column": 54 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 12087, 12090 ], "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 273, "column": 19 } } }, "property": { "type": "Identifier", "name": "on_before_selected_cell", "range": [ 12091, 12114 ], "loc": { "start": { "line": 273, "column": 20 }, "end": { "line": 273, "column": 43 } } }, "range": [ 12087, 12114 ], "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 273, "column": 43 } } }, "right": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "onBeforeSelection", "range": [ 12150, 12167 ], "loc": { "start": { "line": 274, "column": 20 }, "end": { "line": 274, "column": 37 } } }, "arguments": [ { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12168, 12177 ], "loc": { "start": { "line": 274, "column": 38 }, "end": { "line": 274, "column": 47 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 12178, 12179 ], "loc": { "start": { "line": 274, "column": 48 }, "end": { "line": 274, "column": 49 } } }, "range": [ 12168, 12180 ], "loc": { "start": { "line": 274, "column": 38 }, "end": { "line": 274, "column": 50 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12182, 12191 ], "loc": { "start": { "line": 274, "column": 52 }, "end": { "line": 274, "column": 61 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 12192, 12193 ], "loc": { "start": { "line": 274, "column": 62 }, "end": { "line": 274, "column": 63 } } }, "range": [ 12182, 12194 ], "loc": { "start": { "line": 274, "column": 52 }, "end": { "line": 274, "column": 64 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12196, 12205 ], "loc": { "start": { "line": 274, "column": 66 }, "end": { "line": 274, "column": 75 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 12206, 12207 ], "loc": { "start": { "line": 274, "column": 76 }, "end": { "line": 274, "column": 77 } } }, "range": [ 12196, 12208 ], "loc": { "start": { "line": 274, "column": 66 }, "end": { "line": 274, "column": 78 } } } ], "range": [ 12150, 12209 ], "loc": { "start": { "line": 274, "column": 20 }, "end": { "line": 274, "column": 79 } } }, "range": [ 12150, 12210 ], "loc": { "start": { "line": 274, "column": 20 }, "end": { "line": 274, "column": 80 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "fnD", "range": [ 12235, 12238 ], "loc": { "start": { "line": 275, "column": 23 }, "end": { "line": 275, "column": 26 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fnD", "range": [ 12266, 12269 ], "loc": { "start": { "line": 276, "column": 24 }, "end": { "line": 276, "column": 27 } } }, "property": { "type": "Identifier", "name": "call", "range": [ 12270, 12274 ], "loc": { "start": { "line": 276, "column": 28 }, "end": { "line": 276, "column": 32 } } }, "range": [ 12266, 12274 ], "loc": { "start": { "line": 276, "column": 24 }, "end": { "line": 276, "column": 32 } } }, "arguments": [ { "type": "Literal", "value": null, "raw": "null", "range": [ 12305, 12309 ], "loc": { "start": { "line": 277, "column": 28 }, "end": { "line": 277, "column": 32 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12311, 12320 ], "loc": { "start": { "line": 277, "column": 34 }, "end": { "line": 277, "column": 43 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 12321, 12322 ], "loc": { "start": { "line": 277, "column": 44 }, "end": { "line": 277, "column": 45 } } }, "range": [ 12311, 12323 ], "loc": { "start": { "line": 277, "column": 34 }, "end": { "line": 277, "column": 46 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12325, 12334 ], "loc": { "start": { "line": 277, "column": 48 }, "end": { "line": 277, "column": 57 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 12335, 12336 ], "loc": { "start": { "line": 277, "column": 58 }, "end": { "line": 277, "column": 59 } } }, "range": [ 12325, 12337 ], "loc": { "start": { "line": 277, "column": 48 }, "end": { "line": 277, "column": 60 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12339, 12348 ], "loc": { "start": { "line": 277, "column": 62 }, "end": { "line": 277, "column": 71 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 12349, 12350 ], "loc": { "start": { "line": 277, "column": 72 }, "end": { "line": 277, "column": 73 } } }, "range": [ 12339, 12351 ], "loc": { "start": { "line": 277, "column": 62 }, "end": { "line": 277, "column": 74 } } } ], "range": [ 12266, 12352 ], "loc": { "start": { "line": 276, "column": 24 }, "end": { "line": 277, "column": 75 } } }, "range": [ 12266, 12353 ], "loc": { "start": { "line": 276, "column": 24 }, "end": { "line": 277, "column": 76 } } } ], "range": [ 12239, 12376 ], "loc": { "start": { "line": 275, "column": 27 }, "end": { "line": 278, "column": 21 } } }, "alternate": null, "range": [ 12232, 12376 ], "loc": { "start": { "line": 275, "column": 20 }, "end": { "line": 278, "column": 21 } } } ], "range": [ 12127, 12395 ], "loc": { "start": { "line": 273, "column": 56 }, "end": { "line": 279, "column": 17 } } }, "generator": false, "expression": false, "range": [ 12117, 12395 ], "loc": { "start": { "line": 273, "column": 46 }, "end": { "line": 279, "column": 17 } } }, "range": [ 12087, 12395 ], "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 279, "column": 17 } } }, "range": [ 12087, 12396 ], "loc": { "start": { "line": 273, "column": 16 }, "end": { "line": 279, "column": 18 } } }, { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "fnC", "range": [ 12418, 12421 ], "loc": { "start": { "line": 280, "column": 20 }, "end": { "line": 280, "column": 23 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 12424, 12427 ], "loc": { "start": { "line": 280, "column": 26 }, "end": { "line": 280, "column": 29 } } }, "property": { "type": "Identifier", "name": "on_after_selected_cell", "range": [ 12428, 12450 ], "loc": { "start": { "line": 280, "column": 30 }, "end": { "line": 280, "column": 52 } } }, "range": [ 12424, 12450 ], "loc": { "start": { "line": 280, "column": 26 }, "end": { "line": 280, "column": 52 } } }, "range": [ 12418, 12450 ], "loc": { "start": { "line": 280, "column": 20 }, "end": { "line": 280, "column": 52 } } } ], "kind": "var", "range": [ 12414, 12451 ], "loc": { "start": { "line": 280, "column": 16 }, "end": { "line": 280, "column": 53 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 12469, 12472 ], "loc": { "start": { "line": 281, "column": 16 }, "end": { "line": 281, "column": 19 } } }, "property": { "type": "Identifier", "name": "on_after_selected_cell", "range": [ 12473, 12495 ], "loc": { "start": { "line": 281, "column": 20 }, "end": { "line": 281, "column": 42 } } }, "range": [ 12469, 12495 ], "loc": { "start": { "line": 281, "column": 16 }, "end": { "line": 281, "column": 42 } } }, "right": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "onAfterSelection", "range": [ 12531, 12547 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 36 } } }, "arguments": [ { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12548, 12557 ], "loc": { "start": { "line": 282, "column": 37 }, "end": { "line": 282, "column": 46 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 12558, 12559 ], "loc": { "start": { "line": 282, "column": 47 }, "end": { "line": 282, "column": 48 } } }, "range": [ 12548, 12560 ], "loc": { "start": { "line": 282, "column": 37 }, "end": { "line": 282, "column": 49 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12562, 12571 ], "loc": { "start": { "line": 282, "column": 51 }, "end": { "line": 282, "column": 60 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 12572, 12573 ], "loc": { "start": { "line": 282, "column": 61 }, "end": { "line": 282, "column": 62 } } }, "range": [ 12562, 12574 ], "loc": { "start": { "line": 282, "column": 51 }, "end": { "line": 282, "column": 63 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12576, 12585 ], "loc": { "start": { "line": 282, "column": 65 }, "end": { "line": 282, "column": 74 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 12586, 12587 ], "loc": { "start": { "line": 282, "column": 75 }, "end": { "line": 282, "column": 76 } } }, "range": [ 12576, 12588 ], "loc": { "start": { "line": 282, "column": 65 }, "end": { "line": 282, "column": 77 } } } ], "range": [ 12531, 12589 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 78 } } }, "range": [ 12531, 12590 ], "loc": { "start": { "line": 282, "column": 20 }, "end": { "line": 282, "column": 79 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "fnC", "range": [ 12615, 12618 ], "loc": { "start": { "line": 283, "column": 23 }, "end": { "line": 283, "column": 26 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fnC", "range": [ 12646, 12649 ], "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 27 } } }, "property": { "type": "Identifier", "name": "call", "range": [ 12650, 12654 ], "loc": { "start": { "line": 284, "column": 28 }, "end": { "line": 284, "column": 32 } } }, "range": [ 12646, 12654 ], "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 284, "column": 32 } } }, "arguments": [ { "type": "Literal", "value": null, "raw": "null", "range": [ 12685, 12689 ], "loc": { "start": { "line": 285, "column": 28 }, "end": { "line": 285, "column": 32 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12691, 12700 ], "loc": { "start": { "line": 285, "column": 34 }, "end": { "line": 285, "column": 43 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 12701, 12702 ], "loc": { "start": { "line": 285, "column": 44 }, "end": { "line": 285, "column": 45 } } }, "range": [ 12691, 12703 ], "loc": { "start": { "line": 285, "column": 34 }, "end": { "line": 285, "column": 46 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12705, 12714 ], "loc": { "start": { "line": 285, "column": 48 }, "end": { "line": 285, "column": 57 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 12715, 12716 ], "loc": { "start": { "line": 285, "column": 58 }, "end": { "line": 285, "column": 59 } } }, "range": [ 12705, 12717 ], "loc": { "start": { "line": 285, "column": 48 }, "end": { "line": 285, "column": 60 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 12719, 12728 ], "loc": { "start": { "line": 285, "column": 62 }, "end": { "line": 285, "column": 71 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 12729, 12730 ], "loc": { "start": { "line": 285, "column": 72 }, "end": { "line": 285, "column": 73 } } }, "range": [ 12719, 12731 ], "loc": { "start": { "line": 285, "column": 62 }, "end": { "line": 285, "column": 74 } } } ], "range": [ 12646, 12732 ], "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 285, "column": 75 } } }, "range": [ 12646, 12733 ], "loc": { "start": { "line": 284, "column": 24 }, "end": { "line": 285, "column": 76 } } } ], "range": [ 12619, 12756 ], "loc": { "start": { "line": 283, "column": 27 }, "end": { "line": 286, "column": 21 } } }, "alternate": null, "range": [ 12612, 12756 ], "loc": { "start": { "line": 283, "column": 20 }, "end": { "line": 286, "column": 21 } } } ], "range": [ 12508, 12775 ], "loc": { "start": { "line": 281, "column": 55 }, "end": { "line": 287, "column": 17 } } }, "generator": false, "expression": false, "range": [ 12498, 12775 ], "loc": { "start": { "line": 281, "column": 45 }, "end": { "line": 287, "column": 17 } } }, "range": [ 12469, 12775 ], "loc": { "start": { "line": 281, "column": 16 }, "end": { "line": 287, "column": 17 } } }, "range": [ 12469, 12776 ], "loc": { "start": { "line": 281, "column": 16 }, "end": { "line": 287, "column": 18 } } } ], "range": [ 12012, 12791 ], "loc": { "start": { "line": 271, "column": 19 }, "end": { "line": 288, "column": 13 } } }, "range": [ 11198, 12791 ], "loc": { "start": { "line": 254, "column": 12 }, "end": { "line": 288, "column": 13 } }, "leadingComments": [ { "type": "Line", "value": "Rows navigation when rows are filtered is performed with the", "range": [ 11067, 11129 ], "loc": { "start": { "line": 252, "column": 12 }, "end": { "line": 252, "column": 74 } } }, { "type": "Line", "value": "EditTable row selection callback events", "range": [ 11143, 11184 ], "loc": { "start": { "line": 253, "column": 12 }, "end": { "line": 253, "column": 53 } } } ] } ], "range": [ 2782, 12802 ], "loc": { "start": { "line": 80, "column": 22 }, "end": { "line": 289, "column": 9 } } }, "alternate": null, "range": [ 2768, 12802 ], "loc": { "start": { "line": 80, "column": 8 }, "end": { "line": 289, "column": 9 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "editable", "range": [ 12815, 12823 ], "loc": { "start": { "line": 290, "column": 11 }, "end": { "line": 290, "column": 19 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "fnE", "range": [ 12922, 12925 ], "loc": { "start": { "line": 292, "column": 16 }, "end": { "line": 292, "column": 19 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 12928, 12931 ], "loc": { "start": { "line": 292, "column": 22 }, "end": { "line": 292, "column": 25 } } }, "property": { "type": "Identifier", "name": "on_added_dom_row", "range": [ 12932, 12948 ], "loc": { "start": { "line": 292, "column": 26 }, "end": { "line": 292, "column": 42 } } }, "range": [ 12928, 12948 ], "loc": { "start": { "line": 292, "column": 22 }, "end": { "line": 292, "column": 42 } } }, "range": [ 12922, 12948 ], "loc": { "start": { "line": 292, "column": 16 }, "end": { "line": 292, "column": 42 } } } ], "kind": "var", "range": [ 12918, 12949 ], "loc": { "start": { "line": 292, "column": 12 }, "end": { "line": 292, "column": 43 } }, "leadingComments": [ { "type": "Line", "value": "Added or removed rows, TF rows number needs to be re-calculated", "range": [ 12839, 12904 ], "loc": { "start": { "line": 291, "column": 12 }, "end": { "line": 291, "column": 77 } } } ] }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 12963, 12966 ], "loc": { "start": { "line": 293, "column": 12 }, "end": { "line": 293, "column": 15 } } }, "property": { "type": "Identifier", "name": "on_added_dom_row", "range": [ 12967, 12983 ], "loc": { "start": { "line": 293, "column": 16 }, "end": { "line": 293, "column": 32 } } }, "range": [ 12963, 12983 ], "loc": { "start": { "line": 293, "column": 12 }, "end": { "line": 293, "column": 32 } } }, "right": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13015, 13017 ], "loc": { "start": { "line": 294, "column": 16 }, "end": { "line": 294, "column": 18 } } }, "property": { "type": "Identifier", "name": "nbFilterableRows", "range": [ 13018, 13034 ], "loc": { "start": { "line": 294, "column": 19 }, "end": { "line": 294, "column": 35 } } }, "range": [ 13015, 13034 ], "loc": { "start": { "line": 294, "column": 16 }, "end": { "line": 294, "column": 35 } } }, "prefix": false, "range": [ 13015, 13036 ], "loc": { "start": { "line": 294, "column": 16 }, "end": { "line": 294, "column": 37 } } }, "range": [ 13015, 13037 ], "loc": { "start": { "line": 294, "column": 16 }, "end": { "line": 294, "column": 38 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13059, 13061 ], "loc": { "start": { "line": 295, "column": 20 }, "end": { "line": 295, "column": 22 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 13062, 13068 ], "loc": { "start": { "line": 295, "column": 23 }, "end": { "line": 295, "column": 29 } } }, "range": [ 13059, 13068 ], "loc": { "start": { "line": 295, "column": 20 }, "end": { "line": 295, "column": 29 } } }, "prefix": true, "range": [ 13058, 13068 ], "loc": { "start": { "line": 295, "column": 19 }, "end": { "line": 295, "column": 29 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13092, 13094 ], "loc": { "start": { "line": 296, "column": 20 }, "end": { "line": 296, "column": 22 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 13095, 13102 ], "loc": { "start": { "line": 296, "column": 23 }, "end": { "line": 296, "column": 30 } } }, "range": [ 13092, 13102 ], "loc": { "start": { "line": 296, "column": 20 }, "end": { "line": 296, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "rowsCounter", "raw": "'rowsCounter'", "range": [ 13103, 13116 ], "loc": { "start": { "line": 296, "column": 31 }, "end": { "line": 296, "column": 44 } } } ], "range": [ 13092, 13117 ], "loc": { "start": { "line": 296, "column": 20 }, "end": { "line": 296, "column": 45 } } }, "property": { "type": "Identifier", "name": "refresh", "range": [ 13118, 13125 ], "loc": { "start": { "line": 296, "column": 46 }, "end": { "line": 296, "column": 53 } } }, "range": [ 13092, 13125 ], "loc": { "start": { "line": 296, "column": 20 }, "end": { "line": 296, "column": 53 } } }, "arguments": [], "range": [ 13092, 13127 ], "loc": { "start": { "line": 296, "column": 20 }, "end": { "line": 296, "column": 55 } } }, "range": [ 13092, 13128 ], "loc": { "start": { "line": 296, "column": 20 }, "end": { "line": 296, "column": 56 } } } ], "range": [ 13069, 13147 ], "loc": { "start": { "line": 295, "column": 30 }, "end": { "line": 297, "column": 17 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13176, 13178 ], "loc": { "start": { "line": 298, "column": 20 }, "end": { "line": 298, "column": 22 } } }, "property": { "type": "Identifier", "name": "nbRows", "range": [ 13179, 13185 ], "loc": { "start": { "line": 298, "column": 23 }, "end": { "line": 298, "column": 29 } } }, "range": [ 13176, 13185 ], "loc": { "start": { "line": 298, "column": 20 }, "end": { "line": 298, "column": 29 } } }, "prefix": false, "range": [ 13176, 13187 ], "loc": { "start": { "line": 298, "column": 20 }, "end": { "line": 298, "column": 31 } } }, "range": [ 13176, 13188 ], "loc": { "start": { "line": 298, "column": 20 }, "end": { "line": 298, "column": 32 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13210, 13212 ], "loc": { "start": { "line": 299, "column": 20 }, "end": { "line": 299, "column": 22 } } }, "property": { "type": "Identifier", "name": "nbVisibleRows", "range": [ 13213, 13226 ], "loc": { "start": { "line": 299, "column": 23 }, "end": { "line": 299, "column": 36 } } }, "range": [ 13210, 13226 ], "loc": { "start": { "line": 299, "column": 20 }, "end": { "line": 299, "column": 36 } } }, "prefix": false, "range": [ 13210, 13228 ], "loc": { "start": { "line": 299, "column": 20 }, "end": { "line": 299, "column": 38 } } }, "range": [ 13210, 13229 ], "loc": { "start": { "line": 299, "column": 20 }, "end": { "line": 299, "column": 39 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13251, 13253 ], "loc": { "start": { "line": 300, "column": 20 }, "end": { "line": 300, "column": 22 } } }, "property": { "type": "Identifier", "name": "nbFilterableRows", "range": [ 13254, 13270 ], "loc": { "start": { "line": 300, "column": 23 }, "end": { "line": 300, "column": 39 } } }, "range": [ 13251, 13270 ], "loc": { "start": { "line": 300, "column": 20 }, "end": { "line": 300, "column": 39 } } }, "prefix": false, "range": [ 13251, 13272 ], "loc": { "start": { "line": 300, "column": 20 }, "end": { "line": 300, "column": 41 } } }, "range": [ 13251, 13273 ], "loc": { "start": { "line": 300, "column": 20 }, "end": { "line": 300, "column": 42 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13295, 13297 ], "loc": { "start": { "line": 301, "column": 20 }, "end": { "line": 301, "column": 22 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 13298, 13304 ], "loc": { "start": { "line": 301, "column": 23 }, "end": { "line": 301, "column": 29 } } }, "range": [ 13295, 13304 ], "loc": { "start": { "line": 301, "column": 20 }, "end": { "line": 301, "column": 29 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 13305, 13310 ], "loc": { "start": { "line": 301, "column": 30 }, "end": { "line": 301, "column": 35 } } }, "range": [ 13295, 13310 ], "loc": { "start": { "line": 301, "column": 20 }, "end": { "line": 301, "column": 35 } } }, "range": [ 13295, 13311 ], "loc": { "start": { "line": 301, "column": 20 }, "end": { "line": 301, "column": 36 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13333, 13335 ], "loc": { "start": { "line": 302, "column": 20 }, "end": { "line": 302, "column": 22 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 13336, 13343 ], "loc": { "start": { "line": 302, "column": 23 }, "end": { "line": 302, "column": 30 } } }, "range": [ 13333, 13343 ], "loc": { "start": { "line": 302, "column": 20 }, "end": { "line": 302, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "paging", "raw": "'paging'", "range": [ 13344, 13352 ], "loc": { "start": { "line": 302, "column": 31 }, "end": { "line": 302, "column": 39 } } } ], "range": [ 13333, 13353 ], "loc": { "start": { "line": 302, "column": 20 }, "end": { "line": 302, "column": 40 } } }, "property": { "type": "Identifier", "name": "destroy", "range": [ 13354, 13361 ], "loc": { "start": { "line": 302, "column": 41 }, "end": { "line": 302, "column": 48 } } }, "range": [ 13333, 13361 ], "loc": { "start": { "line": 302, "column": 20 }, "end": { "line": 302, "column": 48 } } }, "arguments": [], "range": [ 13333, 13363 ], "loc": { "start": { "line": 302, "column": 20 }, "end": { "line": 302, "column": 50 } } }, "range": [ 13333, 13364 ], "loc": { "start": { "line": 302, "column": 20 }, "end": { "line": 302, "column": 51 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13386, 13388 ], "loc": { "start": { "line": 303, "column": 20 }, "end": { "line": 303, "column": 22 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 13389, 13396 ], "loc": { "start": { "line": 303, "column": 23 }, "end": { "line": 303, "column": 30 } } }, "range": [ 13386, 13396 ], "loc": { "start": { "line": 303, "column": 20 }, "end": { "line": 303, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "paging", "raw": "'paging'", "range": [ 13397, 13405 ], "loc": { "start": { "line": 303, "column": 31 }, "end": { "line": 303, "column": 39 } } } ], "range": [ 13386, 13406 ], "loc": { "start": { "line": 303, "column": 20 }, "end": { "line": 303, "column": 40 } } }, "property": { "type": "Identifier", "name": "reset", "range": [ 13407, 13412 ], "loc": { "start": { "line": 303, "column": 41 }, "end": { "line": 303, "column": 46 } } }, "range": [ 13386, 13412 ], "loc": { "start": { "line": 303, "column": 20 }, "end": { "line": 303, "column": 46 } } }, "arguments": [], "range": [ 13386, 13414 ], "loc": { "start": { "line": 303, "column": 20 }, "end": { "line": 303, "column": 48 } } }, "range": [ 13386, 13415 ], "loc": { "start": { "line": 303, "column": 20 }, "end": { "line": 303, "column": 49 } } } ], "range": [ 13153, 13434 ], "loc": { "start": { "line": 297, "column": 23 }, "end": { "line": 304, "column": 17 } } }, "range": [ 13055, 13434 ], "loc": { "start": { "line": 295, "column": 16 }, "end": { "line": 304, "column": 17 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13455, 13457 ], "loc": { "start": { "line": 305, "column": 19 }, "end": { "line": 305, "column": 21 } } }, "property": { "type": "Identifier", "name": "alternateBgs", "range": [ 13458, 13470 ], "loc": { "start": { "line": 305, "column": 22 }, "end": { "line": 305, "column": 34 } } }, "range": [ 13455, 13470 ], "loc": { "start": { "line": 305, "column": 19 }, "end": { "line": 305, "column": 34 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13494, 13496 ], "loc": { "start": { "line": 306, "column": 20 }, "end": { "line": 306, "column": 22 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 13497, 13504 ], "loc": { "start": { "line": 306, "column": 23 }, "end": { "line": 306, "column": 30 } } }, "range": [ 13494, 13504 ], "loc": { "start": { "line": 306, "column": 20 }, "end": { "line": 306, "column": 30 } } }, "arguments": [ { "type": "Literal", "value": "alternateRows", "raw": "'alternateRows'", "range": [ 13505, 13520 ], "loc": { "start": { "line": 306, "column": 31 }, "end": { "line": 306, "column": 46 } } } ], "range": [ 13494, 13521 ], "loc": { "start": { "line": 306, "column": 20 }, "end": { "line": 306, "column": 47 } } }, "property": { "type": "Identifier", "name": "init", "range": [ 13522, 13526 ], "loc": { "start": { "line": 306, "column": 48 }, "end": { "line": 306, "column": 52 } } }, "range": [ 13494, 13526 ], "loc": { "start": { "line": 306, "column": 20 }, "end": { "line": 306, "column": 52 } } }, "arguments": [], "range": [ 13494, 13528 ], "loc": { "start": { "line": 306, "column": 20 }, "end": { "line": 306, "column": 54 } } }, "range": [ 13494, 13529 ], "loc": { "start": { "line": 306, "column": 20 }, "end": { "line": 306, "column": 55 } } } ], "range": [ 13471, 13548 ], "loc": { "start": { "line": 305, "column": 35 }, "end": { "line": 307, "column": 17 } } }, "alternate": null, "range": [ 13452, 13548 ], "loc": { "start": { "line": 305, "column": 16 }, "end": { "line": 307, "column": 17 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "fnE", "range": [ 13569, 13572 ], "loc": { "start": { "line": 308, "column": 19 }, "end": { "line": 308, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fnE", "range": [ 13596, 13599 ], "loc": { "start": { "line": 309, "column": 20 }, "end": { "line": 309, "column": 23 } } }, "property": { "type": "Identifier", "name": "call", "range": [ 13600, 13604 ], "loc": { "start": { "line": 309, "column": 24 }, "end": { "line": 309, "column": 28 } } }, "range": [ 13596, 13604 ], "loc": { "start": { "line": 309, "column": 20 }, "end": { "line": 309, "column": 28 } } }, "arguments": [ { "type": "Literal", "value": null, "raw": "null", "range": [ 13605, 13609 ], "loc": { "start": { "line": 309, "column": 29 }, "end": { "line": 309, "column": 33 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 13611, 13620 ], "loc": { "start": { "line": 309, "column": 35 }, "end": { "line": 309, "column": 44 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 13621, 13622 ], "loc": { "start": { "line": 309, "column": 45 }, "end": { "line": 309, "column": 46 } } }, "range": [ 13611, 13623 ], "loc": { "start": { "line": 309, "column": 35 }, "end": { "line": 309, "column": 47 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 13625, 13634 ], "loc": { "start": { "line": 309, "column": 49 }, "end": { "line": 309, "column": 58 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 13635, 13636 ], "loc": { "start": { "line": 309, "column": 59 }, "end": { "line": 309, "column": 60 } } }, "range": [ 13625, 13637 ], "loc": { "start": { "line": 309, "column": 49 }, "end": { "line": 309, "column": 61 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 13639, 13648 ], "loc": { "start": { "line": 309, "column": 63 }, "end": { "line": 309, "column": 72 } } }, "property": { "type": "Literal", "value": 2, "raw": "2", "range": [ 13649, 13650 ], "loc": { "start": { "line": 309, "column": 73 }, "end": { "line": 309, "column": 74 } } }, "range": [ 13639, 13651 ], "loc": { "start": { "line": 309, "column": 63 }, "end": { "line": 309, "column": 75 } } } ], "range": [ 13596, 13652 ], "loc": { "start": { "line": 309, "column": 20 }, "end": { "line": 309, "column": 76 } } }, "range": [ 13596, 13653 ], "loc": { "start": { "line": 309, "column": 20 }, "end": { "line": 309, "column": 77 } } } ], "range": [ 13573, 13672 ], "loc": { "start": { "line": 308, "column": 23 }, "end": { "line": 310, "column": 17 } } }, "alternate": null, "range": [ 13566, 13672 ], "loc": { "start": { "line": 308, "column": 16 }, "end": { "line": 310, "column": 17 } } } ], "range": [ 12996, 13687 ], "loc": { "start": { "line": 293, "column": 45 }, "end": { "line": 311, "column": 13 } } }, "generator": false, "expression": false, "range": [ 12986, 13687 ], "loc": { "start": { "line": 293, "column": 35 }, "end": { "line": 311, "column": 13 } } }, "range": [ 12963, 13687 ], "loc": { "start": { "line": 293, "column": 12 }, "end": { "line": 311, "column": 13 } } }, "range": [ 12963, 13688 ], "loc": { "start": { "line": 293, "column": 12 }, "end": { "line": 311, "column": 14 } } }, { "type": "IfStatement", "test": { "type": "LogicalExpression", "operator": "&&", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 13705, 13708 ], "loc": { "start": { "line": 312, "column": 15 }, "end": { "line": 312, "column": 18 } } }, "property": { "type": "Identifier", "name": "actions", "range": [ 13709, 13716 ], "loc": { "start": { "line": 312, "column": 19 }, "end": { "line": 312, "column": 26 } } }, "range": [ 13705, 13716 ], "loc": { "start": { "line": 312, "column": 15 }, "end": { "line": 312, "column": 26 } } }, "right": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 13720, 13723 ], "loc": { "start": { "line": 312, "column": 30 }, "end": { "line": 312, "column": 33 } } }, "property": { "type": "Identifier", "name": "actions", "range": [ 13724, 13731 ], "loc": { "start": { "line": 312, "column": 34 }, "end": { "line": 312, "column": 41 } } }, "range": [ 13720, 13731 ], "loc": { "start": { "line": 312, "column": 30 }, "end": { "line": 312, "column": 41 } } }, "property": { "type": "Literal", "value": "delete", "raw": "'delete'", "range": [ 13732, 13740 ], "loc": { "start": { "line": 312, "column": 42 }, "end": { "line": 312, "column": 50 } } }, "range": [ 13720, 13741 ], "loc": { "start": { "line": 312, "column": 30 }, "end": { "line": 312, "column": 51 } } }, "range": [ 13705, 13741 ], "loc": { "start": { "line": 312, "column": 15 }, "end": { "line": 312, "column": 51 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "fnF", "range": [ 13765, 13768 ], "loc": { "start": { "line": 313, "column": 20 }, "end": { "line": 313, "column": 23 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 13771, 13774 ], "loc": { "start": { "line": 313, "column": 26 }, "end": { "line": 313, "column": 29 } } }, "property": { "type": "Identifier", "name": "actions", "range": [ 13775, 13782 ], "loc": { "start": { "line": 313, "column": 30 }, "end": { "line": 313, "column": 37 } } }, "range": [ 13771, 13782 ], "loc": { "start": { "line": 313, "column": 26 }, "end": { "line": 313, "column": 37 } } }, "property": { "type": "Literal", "value": "delete", "raw": "'delete'", "range": [ 13783, 13791 ], "loc": { "start": { "line": 313, "column": 38 }, "end": { "line": 313, "column": 46 } } }, "range": [ 13771, 13792 ], "loc": { "start": { "line": 313, "column": 26 }, "end": { "line": 313, "column": 47 } } }, "property": { "type": "Identifier", "name": "on_after_submit", "range": [ 13793, 13808 ], "loc": { "start": { "line": 313, "column": 48 }, "end": { "line": 313, "column": 63 } } }, "range": [ 13771, 13808 ], "loc": { "start": { "line": 313, "column": 26 }, "end": { "line": 313, "column": 63 } } }, "range": [ 13765, 13808 ], "loc": { "start": { "line": 313, "column": 20 }, "end": { "line": 313, "column": 63 } } } ], "kind": "var", "range": [ 13761, 13809 ], "loc": { "start": { "line": 313, "column": 16 }, "end": { "line": 313, "column": 64 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": true, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "cfg", "range": [ 13827, 13830 ], "loc": { "start": { "line": 314, "column": 16 }, "end": { "line": 314, "column": 19 } } }, "property": { "type": "Identifier", "name": "actions", "range": [ 13831, 13838 ], "loc": { "start": { "line": 314, "column": 20 }, "end": { "line": 314, "column": 27 } } }, "range": [ 13827, 13838 ], "loc": { "start": { "line": 314, "column": 16 }, "end": { "line": 314, "column": 27 } } }, "property": { "type": "Literal", "value": "delete", "raw": "'delete'", "range": [ 13839, 13847 ], "loc": { "start": { "line": 314, "column": 28 }, "end": { "line": 314, "column": 36 } } }, "range": [ 13827, 13848 ], "loc": { "start": { "line": 314, "column": 16 }, "end": { "line": 314, "column": 37 } } }, "property": { "type": "Identifier", "name": "on_after_submit", "range": [ 13849, 13864 ], "loc": { "start": { "line": 314, "column": 38 }, "end": { "line": 314, "column": 53 } } }, "range": [ 13827, 13864 ], "loc": { "start": { "line": 314, "column": 16 }, "end": { "line": 314, "column": 53 } } }, "right": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "--", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13900, 13902 ], "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 22 } } }, "property": { "type": "Identifier", "name": "nbFilterableRows", "range": [ 13903, 13919 ], "loc": { "start": { "line": 315, "column": 23 }, "end": { "line": 315, "column": 39 } } }, "range": [ 13900, 13919 ], "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 39 } } }, "prefix": false, "range": [ 13900, 13921 ], "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 41 } } }, "range": [ 13900, 13922 ], "loc": { "start": { "line": 315, "column": 20 }, "end": { "line": 315, "column": 42 } } }, { "type": "IfStatement", "test": { "type": "UnaryExpression", "operator": "!", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13948, 13950 ], "loc": { "start": { "line": 316, "column": 24 }, "end": { "line": 316, "column": 26 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 13951, 13957 ], "loc": { "start": { "line": 316, "column": 27 }, "end": { "line": 316, "column": 33 } } }, "range": [ 13948, 13957 ], "loc": { "start": { "line": 316, "column": 24 }, "end": { "line": 316, "column": 33 } } }, "prefix": true, "range": [ 13947, 13957 ], "loc": { "start": { "line": 316, "column": 23 }, "end": { "line": 316, "column": 33 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 13985, 13987 ], "loc": { "start": { "line": 317, "column": 24 }, "end": { "line": 317, "column": 26 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 13988, 13995 ], "loc": { "start": { "line": 317, "column": 27 }, "end": { "line": 317, "column": 34 } } }, "range": [ 13985, 13995 ], "loc": { "start": { "line": 317, "column": 24 }, "end": { "line": 317, "column": 34 } } }, "arguments": [ { "type": "Literal", "value": "rowsCounter", "raw": "'rowsCounter'", "range": [ 13996, 14009 ], "loc": { "start": { "line": 317, "column": 35 }, "end": { "line": 317, "column": 48 } } } ], "range": [ 13985, 14010 ], "loc": { "start": { "line": 317, "column": 24 }, "end": { "line": 317, "column": 49 } } }, "property": { "type": "Identifier", "name": "refresh", "range": [ 14011, 14018 ], "loc": { "start": { "line": 317, "column": 50 }, "end": { "line": 317, "column": 57 } } }, "range": [ 13985, 14018 ], "loc": { "start": { "line": 317, "column": 24 }, "end": { "line": 317, "column": 57 } } }, "arguments": [], "range": [ 13985, 14020 ], "loc": { "start": { "line": 317, "column": 24 }, "end": { "line": 317, "column": 59 } } }, "range": [ 13985, 14021 ], "loc": { "start": { "line": 317, "column": 24 }, "end": { "line": 317, "column": 60 } } } ], "range": [ 13958, 14044 ], "loc": { "start": { "line": 316, "column": 34 }, "end": { "line": 318, "column": 21 } } }, "alternate": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "--", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14077, 14079 ], "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 26 } } }, "property": { "type": "Identifier", "name": "nbRows", "range": [ 14080, 14086 ], "loc": { "start": { "line": 319, "column": 27 }, "end": { "line": 319, "column": 33 } } }, "range": [ 14077, 14086 ], "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 33 } } }, "prefix": false, "range": [ 14077, 14088 ], "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 35 } } }, "range": [ 14077, 14089 ], "loc": { "start": { "line": 319, "column": 24 }, "end": { "line": 319, "column": 36 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "--", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14115, 14117 ], "loc": { "start": { "line": 320, "column": 24 }, "end": { "line": 320, "column": 26 } } }, "property": { "type": "Identifier", "name": "nbVisibleRows", "range": [ 14118, 14131 ], "loc": { "start": { "line": 320, "column": 27 }, "end": { "line": 320, "column": 40 } } }, "range": [ 14115, 14131 ], "loc": { "start": { "line": 320, "column": 24 }, "end": { "line": 320, "column": 40 } } }, "prefix": false, "range": [ 14115, 14133 ], "loc": { "start": { "line": 320, "column": 24 }, "end": { "line": 320, "column": 42 } } }, "range": [ 14115, 14134 ], "loc": { "start": { "line": 320, "column": 24 }, "end": { "line": 320, "column": 43 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "--", "argument": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14160, 14162 ], "loc": { "start": { "line": 321, "column": 24 }, "end": { "line": 321, "column": 26 } } }, "property": { "type": "Identifier", "name": "nbFilterableRows", "range": [ 14163, 14179 ], "loc": { "start": { "line": 321, "column": 27 }, "end": { "line": 321, "column": 43 } } }, "range": [ 14160, 14179 ], "loc": { "start": { "line": 321, "column": 24 }, "end": { "line": 321, "column": 43 } } }, "prefix": false, "range": [ 14160, 14181 ], "loc": { "start": { "line": 321, "column": 24 }, "end": { "line": 321, "column": 45 } } }, "range": [ 14160, 14182 ], "loc": { "start": { "line": 321, "column": 24 }, "end": { "line": 321, "column": 46 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14208, 14210 ], "loc": { "start": { "line": 322, "column": 24 }, "end": { "line": 322, "column": 26 } } }, "property": { "type": "Identifier", "name": "paging", "range": [ 14211, 14217 ], "loc": { "start": { "line": 322, "column": 27 }, "end": { "line": 322, "column": 33 } } }, "range": [ 14208, 14217 ], "loc": { "start": { "line": 322, "column": 24 }, "end": { "line": 322, "column": 33 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 14218, 14223 ], "loc": { "start": { "line": 322, "column": 34 }, "end": { "line": 322, "column": 39 } } }, "range": [ 14208, 14223 ], "loc": { "start": { "line": 322, "column": 24 }, "end": { "line": 322, "column": 39 } } }, "range": [ 14208, 14224 ], "loc": { "start": { "line": 322, "column": 24 }, "end": { "line": 322, "column": 40 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14250, 14252 ], "loc": { "start": { "line": 323, "column": 24 }, "end": { "line": 323, "column": 26 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 14253, 14260 ], "loc": { "start": { "line": 323, "column": 27 }, "end": { "line": 323, "column": 34 } } }, "range": [ 14250, 14260 ], "loc": { "start": { "line": 323, "column": 24 }, "end": { "line": 323, "column": 34 } } }, "arguments": [ { "type": "Literal", "value": "paging", "raw": "'paging'", "range": [ 14261, 14269 ], "loc": { "start": { "line": 323, "column": 35 }, "end": { "line": 323, "column": 43 } } } ], "range": [ 14250, 14270 ], "loc": { "start": { "line": 323, "column": 24 }, "end": { "line": 323, "column": 44 } } }, "property": { "type": "Identifier", "name": "destroy", "range": [ 14271, 14278 ], "loc": { "start": { "line": 323, "column": 45 }, "end": { "line": 323, "column": 52 } } }, "range": [ 14250, 14278 ], "loc": { "start": { "line": 323, "column": 24 }, "end": { "line": 323, "column": 52 } } }, "arguments": [], "range": [ 14250, 14280 ], "loc": { "start": { "line": 323, "column": 24 }, "end": { "line": 323, "column": 54 } } }, "range": [ 14250, 14281 ], "loc": { "start": { "line": 323, "column": 24 }, "end": { "line": 323, "column": 55 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14307, 14309 ], "loc": { "start": { "line": 324, "column": 24 }, "end": { "line": 324, "column": 26 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 14310, 14317 ], "loc": { "start": { "line": 324, "column": 27 }, "end": { "line": 324, "column": 34 } } }, "range": [ 14307, 14317 ], "loc": { "start": { "line": 324, "column": 24 }, "end": { "line": 324, "column": 34 } } }, "arguments": [ { "type": "Literal", "value": "paging", "raw": "'paging'", "range": [ 14318, 14326 ], "loc": { "start": { "line": 324, "column": 35 }, "end": { "line": 324, "column": 43 } } } ], "range": [ 14307, 14327 ], "loc": { "start": { "line": 324, "column": 24 }, "end": { "line": 324, "column": 44 } } }, "property": { "type": "Identifier", "name": "reset", "range": [ 14328, 14333 ], "loc": { "start": { "line": 324, "column": 45 }, "end": { "line": 324, "column": 50 } } }, "range": [ 14307, 14333 ], "loc": { "start": { "line": 324, "column": 24 }, "end": { "line": 324, "column": 50 } } }, "arguments": [ { "type": "Literal", "value": false, "raw": "false", "range": [ 14334, 14339 ], "loc": { "start": { "line": 324, "column": 51 }, "end": { "line": 324, "column": 56 } } } ], "range": [ 14307, 14340 ], "loc": { "start": { "line": 324, "column": 24 }, "end": { "line": 324, "column": 57 } } }, "range": [ 14307, 14341 ], "loc": { "start": { "line": 324, "column": 24 }, "end": { "line": 324, "column": 58 } } } ], "range": [ 14050, 14364 ], "loc": { "start": { "line": 318, "column": 27 }, "end": { "line": 325, "column": 21 } } }, "range": [ 13944, 14364 ], "loc": { "start": { "line": 316, "column": 20 }, "end": { "line": 325, "column": 21 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14389, 14391 ], "loc": { "start": { "line": 326, "column": 23 }, "end": { "line": 326, "column": 25 } } }, "property": { "type": "Identifier", "name": "alternateBgs", "range": [ 14392, 14404 ], "loc": { "start": { "line": 326, "column": 26 }, "end": { "line": 326, "column": 38 } } }, "range": [ 14389, 14404 ], "loc": { "start": { "line": 326, "column": 23 }, "end": { "line": 326, "column": 38 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14432, 14434 ], "loc": { "start": { "line": 327, "column": 24 }, "end": { "line": 327, "column": 26 } } }, "property": { "type": "Identifier", "name": "feature", "range": [ 14435, 14442 ], "loc": { "start": { "line": 327, "column": 27 }, "end": { "line": 327, "column": 34 } } }, "range": [ 14432, 14442 ], "loc": { "start": { "line": 327, "column": 24 }, "end": { "line": 327, "column": 34 } } }, "arguments": [ { "type": "Literal", "value": "alternateRows", "raw": "'alternateRows'", "range": [ 14443, 14458 ], "loc": { "start": { "line": 327, "column": 35 }, "end": { "line": 327, "column": 50 } } } ], "range": [ 14432, 14459 ], "loc": { "start": { "line": 327, "column": 24 }, "end": { "line": 327, "column": 51 } } }, "property": { "type": "Identifier", "name": "init", "range": [ 14460, 14464 ], "loc": { "start": { "line": 327, "column": 52 }, "end": { "line": 327, "column": 56 } } }, "range": [ 14432, 14464 ], "loc": { "start": { "line": 327, "column": 24 }, "end": { "line": 327, "column": 56 } } }, "arguments": [], "range": [ 14432, 14466 ], "loc": { "start": { "line": 327, "column": 24 }, "end": { "line": 327, "column": 58 } } }, "range": [ 14432, 14467 ], "loc": { "start": { "line": 327, "column": 24 }, "end": { "line": 327, "column": 59 } } } ], "range": [ 14405, 14490 ], "loc": { "start": { "line": 326, "column": 39 }, "end": { "line": 328, "column": 21 } } }, "alternate": null, "range": [ 14386, 14490 ], "loc": { "start": { "line": 326, "column": 20 }, "end": { "line": 328, "column": 21 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "fnF", "range": [ 14515, 14518 ], "loc": { "start": { "line": 329, "column": 23 }, "end": { "line": 329, "column": 26 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "fnF", "range": [ 14546, 14549 ], "loc": { "start": { "line": 330, "column": 24 }, "end": { "line": 330, "column": 27 } } }, "property": { "type": "Identifier", "name": "call", "range": [ 14550, 14554 ], "loc": { "start": { "line": 330, "column": 28 }, "end": { "line": 330, "column": 32 } } }, "range": [ 14546, 14554 ], "loc": { "start": { "line": 330, "column": 24 }, "end": { "line": 330, "column": 32 } } }, "arguments": [ { "type": "Literal", "value": null, "raw": "null", "range": [ 14555, 14559 ], "loc": { "start": { "line": 330, "column": 33 }, "end": { "line": 330, "column": 37 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 14561, 14570 ], "loc": { "start": { "line": 330, "column": 39 }, "end": { "line": 330, "column": 48 } } }, "property": { "type": "Literal", "value": 0, "raw": "0", "range": [ 14571, 14572 ], "loc": { "start": { "line": 330, "column": 49 }, "end": { "line": 330, "column": 50 } } }, "range": [ 14561, 14573 ], "loc": { "start": { "line": 330, "column": 39 }, "end": { "line": 330, "column": 51 } } }, { "type": "MemberExpression", "computed": true, "object": { "type": "Identifier", "name": "arguments", "range": [ 14575, 14584 ], "loc": { "start": { "line": 330, "column": 53 }, "end": { "line": 330, "column": 62 } } }, "property": { "type": "Literal", "value": 1, "raw": "1", "range": [ 14585, 14586 ], "loc": { "start": { "line": 330, "column": 63 }, "end": { "line": 330, "column": 64 } } }, "range": [ 14575, 14587 ], "loc": { "start": { "line": 330, "column": 53 }, "end": { "line": 330, "column": 65 } } } ], "range": [ 14546, 14588 ], "loc": { "start": { "line": 330, "column": 24 }, "end": { "line": 330, "column": 66 } } }, "range": [ 14546, 14589 ], "loc": { "start": { "line": 330, "column": 24 }, "end": { "line": 330, "column": 67 } } } ], "range": [ 14519, 14612 ], "loc": { "start": { "line": 329, "column": 27 }, "end": { "line": 331, "column": 21 } } }, "alternate": null, "range": [ 14512, 14612 ], "loc": { "start": { "line": 329, "column": 20 }, "end": { "line": 331, "column": 21 } } } ], "range": [ 13877, 14631 ], "loc": { "start": { "line": 314, "column": 66 }, "end": { "line": 332, "column": 17 } } }, "generator": false, "expression": false, "range": [ 13867, 14631 ], "loc": { "start": { "line": 314, "column": 56 }, "end": { "line": 332, "column": 17 } } }, "range": [ 13827, 14631 ], "loc": { "start": { "line": 314, "column": 16 }, "end": { "line": 332, "column": 17 } } }, "range": [ 13827, 14632 ], "loc": { "start": { "line": 314, "column": 16 }, "end": { "line": 332, "column": 18 } } } ], "range": [ 13742, 14647 ], "loc": { "start": { "line": 312, "column": 52 }, "end": { "line": 333, "column": 13 } } }, "alternate": null, "range": [ 13702, 14647 ], "loc": { "start": { "line": 312, "column": 12 }, "end": { "line": 333, "column": 13 } } } ], "range": [ 12824, 14658 ], "loc": { "start": { "line": 290, "column": 20 }, "end": { "line": 334, "column": 9 } } }, "alternate": null, "range": [ 12812, 14658 ], "loc": { "start": { "line": 290, "column": 8 }, "end": { "line": 334, "column": 9 } } }, { "type": "TryStatement", "block": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14688, 14692 ], "loc": { "start": { "line": 337, "column": 12 }, "end": { "line": 337, "column": 16 } } }, "property": { "type": "Identifier", "name": "_ezEditTable", "range": [ 14693, 14705 ], "loc": { "start": { "line": 337, "column": 17 }, "end": { "line": 337, "column": 29 } } }, "range": [ 14688, 14705 ], "loc": { "start": { "line": 337, "column": 12 }, "end": { "line": 337, "column": 29 } } }, "right": { "type": "NewExpression", "callee": { "type": "Identifier", "name": "EditTable", "range": [ 14712, 14721 ], "loc": { "start": { "line": 337, "column": 36 }, "end": { "line": 337, "column": 45 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "tf", "range": [ 14722, 14724 ], "loc": { "start": { "line": 337, "column": 46 }, "end": { "line": 337, "column": 48 } } }, "property": { "type": "Identifier", "name": "id", "range": [ 14725, 14727 ], "loc": { "start": { "line": 337, "column": 49 }, "end": { "line": 337, "column": 51 } } }, "range": [ 14722, 14727 ], "loc": { "start": { "line": 337, "column": 46 }, "end": { "line": 337, "column": 51 } } }, { "type": "Identifier", "name": "cfg", "range": [ 14729, 14732 ], "loc": { "start": { "line": 337, "column": 53 }, "end": { "line": 337, "column": 56 } } }, { "type": "Identifier", "name": "startRow", "range": [ 14734, 14742 ], "loc": { "start": { "line": 337, "column": 58 }, "end": { "line": 337, "column": 66 } } } ], "range": [ 14708, 14743 ], "loc": { "start": { "line": 337, "column": 32 }, "end": { "line": 337, "column": 67 } } }, "range": [ 14688, 14743 ], "loc": { "start": { "line": 337, "column": 12 }, "end": { "line": 337, "column": 67 } } }, "range": [ 14688, 14744 ], "loc": { "start": { "line": 337, "column": 12 }, "end": { "line": 337, "column": 68 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14758, 14762 ], "loc": { "start": { "line": 338, "column": 12 }, "end": { "line": 338, "column": 16 } } }, "property": { "type": "Identifier", "name": "_ezEditTable", "range": [ 14763, 14775 ], "loc": { "start": { "line": 338, "column": 17 }, "end": { "line": 338, "column": 29 } } }, "range": [ 14758, 14775 ], "loc": { "start": { "line": 338, "column": 12 }, "end": { "line": 338, "column": 29 } } }, "property": { "type": "Identifier", "name": "Init", "range": [ 14776, 14780 ], "loc": { "start": { "line": 338, "column": 30 }, "end": { "line": 338, "column": 34 } } }, "range": [ 14758, 14780 ], "loc": { "start": { "line": 338, "column": 12 }, "end": { "line": 338, "column": 34 } } }, "arguments": [], "range": [ 14758, 14782 ], "loc": { "start": { "line": 338, "column": 12 }, "end": { "line": 338, "column": 36 } } }, "range": [ 14758, 14783 ], "loc": { "start": { "line": 338, "column": 12 }, "end": { "line": 338, "column": 37 } } } ], "range": [ 14673, 14794 ], "loc": { "start": { "line": 336, "column": 11 }, "end": { "line": 339, "column": 9 } } }, "handler": { "type": "CatchClause", "param": { "type": "Identifier", "name": "e", "range": [ 14801, 14802 ], "loc": { "start": { "line": 339, "column": 16 }, "end": { "line": 339, "column": 17 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "ThrowStatement", "argument": { "type": "NewExpression", "callee": { "type": "Identifier", "name": "Error", "range": [ 14816, 14821 ], "loc": { "start": { "line": 339, "column": 31 }, "end": { "line": 339, "column": 36 } } }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14822, 14826 ], "loc": { "start": { "line": 339, "column": 37 }, "end": { "line": 339, "column": 41 } } }, "property": { "type": "Identifier", "name": "err", "range": [ 14827, 14830 ], "loc": { "start": { "line": 339, "column": 42 }, "end": { "line": 339, "column": 45 } } }, "range": [ 14822, 14830 ], "loc": { "start": { "line": 339, "column": 37 }, "end": { "line": 339, "column": 45 } } } ], "range": [ 14812, 14831 ], "loc": { "start": { "line": 339, "column": 27 }, "end": { "line": 339, "column": 46 } } }, "range": [ 14806, 14832 ], "loc": { "start": { "line": 339, "column": 21 }, "end": { "line": 339, "column": 47 } } } ], "range": [ 14804, 14834 ], "loc": { "start": { "line": 339, "column": 19 }, "end": { "line": 339, "column": 49 } } }, "range": [ 14795, 14834 ], "loc": { "start": { "line": 339, "column": 10 }, "end": { "line": 339, "column": 49 } } }, "finalizer": null, "range": [ 14670, 14834 ], "loc": { "start": { "line": 336, "column": 8 }, "end": { "line": 339, "column": 49 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14846, 14850 ], "loc": { "start": { "line": 341, "column": 8 }, "end": { "line": 341, "column": 12 } } }, "property": { "type": "Identifier", "name": "initialized", "range": [ 14851, 14862 ], "loc": { "start": { "line": 341, "column": 13 }, "end": { "line": 341, "column": 24 } } }, "range": [ 14846, 14862 ], "loc": { "start": { "line": 341, "column": 8 }, "end": { "line": 341, "column": 24 } } }, "right": { "type": "Literal", "value": true, "raw": "true", "range": [ 14865, 14869 ], "loc": { "start": { "line": 341, "column": 27 }, "end": { "line": 341, "column": 31 } } }, "range": [ 14846, 14869 ], "loc": { "start": { "line": 341, "column": 8 }, "end": { "line": 341, "column": 31 } } }, "range": [ 14846, 14870 ], "loc": { "start": { "line": 341, "column": 8 }, "end": { "line": 341, "column": 32 } } } ], "range": [ 1765, 14877 ], "loc": { "start": { "line": 49, "column": 22 }, "end": { "line": 342, "column": 5 } } }, "generator": false, "expression": false, "range": [ 1763, 14877 ], "loc": { "start": { "line": 49, "column": 20 }, "end": { "line": 342, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 1747, 14877 ], "loc": { "start": { "line": 49, "column": 4 }, "end": { "line": 342, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Instantiate ezEditTable component for advanced grid features\r\n ", "range": [ 1660, 1741 ], "loc": { "start": { "line": 46, "column": 4 }, "end": { "line": 48, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Reset advanced grid when previously removed\r\n ", "range": [ 14885, 14949 ], "loc": { "start": { "line": 344, "column": 4 }, "end": { "line": 346, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "reset", "range": [ 14955, 14960 ], "loc": { "start": { "line": 347, "column": 4 }, "end": { "line": 347, "column": 9 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "ezEditTable", "range": [ 14977, 14988 ], "loc": { "start": { "line": 348, "column": 12 }, "end": { "line": 348, "column": 23 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 14991, 14995 ], "loc": { "start": { "line": 348, "column": 26 }, "end": { "line": 348, "column": 30 } } }, "property": { "type": "Identifier", "name": "_ezEditTable", "range": [ 14996, 15008 ], "loc": { "start": { "line": 348, "column": 31 }, "end": { "line": 348, "column": 43 } } }, "range": [ 14991, 15008 ], "loc": { "start": { "line": 348, "column": 26 }, "end": { "line": 348, "column": 43 } } }, "range": [ 14977, 15008 ], "loc": { "start": { "line": 348, "column": 12 }, "end": { "line": 348, "column": 43 } } } ], "kind": "var", "range": [ 14973, 15009 ], "loc": { "start": { "line": 348, "column": 8 }, "end": { "line": 348, "column": 44 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "ezEditTable", "range": [ 15022, 15033 ], "loc": { "start": { "line": 349, "column": 11 }, "end": { "line": 349, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15052, 15056 ], "loc": { "start": { "line": 350, "column": 15 }, "end": { "line": 350, "column": 19 } } }, "property": { "type": "Identifier", "name": "cfg", "range": [ 15057, 15060 ], "loc": { "start": { "line": 350, "column": 20 }, "end": { "line": 350, "column": 23 } } }, "range": [ 15052, 15060 ], "loc": { "start": { "line": 350, "column": 15 }, "end": { "line": 350, "column": 23 } } }, "property": { "type": "Identifier", "name": "selection", "range": [ 15061, 15070 ], "loc": { "start": { "line": 350, "column": 24 }, "end": { "line": 350, "column": 33 } } }, "range": [ 15052, 15070 ], "loc": { "start": { "line": 350, "column": 15 }, "end": { "line": 350, "column": 33 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ezEditTable", "range": [ 15090, 15101 ], "loc": { "start": { "line": 351, "column": 16 }, "end": { "line": 351, "column": 27 } } }, "property": { "type": "Identifier", "name": "Selection", "range": [ 15102, 15111 ], "loc": { "start": { "line": 351, "column": 28 }, "end": { "line": 351, "column": 37 } } }, "range": [ 15090, 15111 ], "loc": { "start": { "line": 351, "column": 16 }, "end": { "line": 351, "column": 37 } } }, "property": { "type": "Identifier", "name": "Set", "range": [ 15112, 15115 ], "loc": { "start": { "line": 351, "column": 38 }, "end": { "line": 351, "column": 41 } } }, "range": [ 15090, 15115 ], "loc": { "start": { "line": 351, "column": 16 }, "end": { "line": 351, "column": 41 } } }, "arguments": [], "range": [ 15090, 15117 ], "loc": { "start": { "line": 351, "column": 16 }, "end": { "line": 351, "column": 43 } } }, "range": [ 15090, 15118 ], "loc": { "start": { "line": 351, "column": 16 }, "end": { "line": 351, "column": 44 } } } ], "range": [ 15071, 15133 ], "loc": { "start": { "line": 350, "column": 34 }, "end": { "line": 352, "column": 13 } } }, "alternate": null, "range": [ 15049, 15133 ], "loc": { "start": { "line": 350, "column": 12 }, "end": { "line": 352, "column": 13 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15150, 15154 ], "loc": { "start": { "line": 353, "column": 15 }, "end": { "line": 353, "column": 19 } } }, "property": { "type": "Identifier", "name": "cfg", "range": [ 15155, 15158 ], "loc": { "start": { "line": 353, "column": 20 }, "end": { "line": 353, "column": 23 } } }, "range": [ 15150, 15158 ], "loc": { "start": { "line": 353, "column": 15 }, "end": { "line": 353, "column": 23 } } }, "property": { "type": "Identifier", "name": "editable", "range": [ 15159, 15167 ], "loc": { "start": { "line": 353, "column": 24 }, "end": { "line": 353, "column": 32 } } }, "range": [ 15150, 15167 ], "loc": { "start": { "line": 353, "column": 15 }, "end": { "line": 353, "column": 32 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ezEditTable", "range": [ 15187, 15198 ], "loc": { "start": { "line": 354, "column": 16 }, "end": { "line": 354, "column": 27 } } }, "property": { "type": "Identifier", "name": "Editable", "range": [ 15199, 15207 ], "loc": { "start": { "line": 354, "column": 28 }, "end": { "line": 354, "column": 36 } } }, "range": [ 15187, 15207 ], "loc": { "start": { "line": 354, "column": 16 }, "end": { "line": 354, "column": 36 } } }, "property": { "type": "Identifier", "name": "Set", "range": [ 15208, 15211 ], "loc": { "start": { "line": 354, "column": 37 }, "end": { "line": 354, "column": 40 } } }, "range": [ 15187, 15211 ], "loc": { "start": { "line": 354, "column": 16 }, "end": { "line": 354, "column": 40 } } }, "arguments": [], "range": [ 15187, 15213 ], "loc": { "start": { "line": 354, "column": 16 }, "end": { "line": 354, "column": 42 } } }, "range": [ 15187, 15214 ], "loc": { "start": { "line": 354, "column": 16 }, "end": { "line": 354, "column": 43 } } } ], "range": [ 15168, 15229 ], "loc": { "start": { "line": 353, "column": 33 }, "end": { "line": 355, "column": 13 } } }, "alternate": null, "range": [ 15147, 15229 ], "loc": { "start": { "line": 353, "column": 12 }, "end": { "line": 355, "column": 13 } } } ], "range": [ 15034, 15240 ], "loc": { "start": { "line": 349, "column": 23 }, "end": { "line": 356, "column": 9 } } }, "alternate": null, "range": [ 15019, 15240 ], "loc": { "start": { "line": 349, "column": 8 }, "end": { "line": 356, "column": 9 } } } ], "range": [ 14962, 15247 ], "loc": { "start": { "line": 347, "column": 11 }, "end": { "line": 357, "column": 5 } } }, "generator": false, "expression": false, "range": [ 14960, 15247 ], "loc": { "start": { "line": 347, "column": 9 }, "end": { "line": 357, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 14955, 15247 ], "loc": { "start": { "line": 347, "column": 4 }, "end": { "line": 357, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Reset advanced grid when previously removed\r\n ", "range": [ 14885, 14949 ], "loc": { "start": { "line": 344, "column": 4 }, "end": { "line": 346, "column": 7 } } } ], "trailingComments": [ { "type": "Block", "value": "*\r\n * Remove advanced grid\r\n ", "range": [ 15255, 15296 ], "loc": { "start": { "line": 359, "column": 4 }, "end": { "line": 361, "column": 7 } } } ], "static": false }, { "type": "MethodDefinition", "key": { "type": "Identifier", "name": "destroy", "range": [ 15302, 15309 ], "loc": { "start": { "line": 362, "column": 4 }, "end": { "line": 362, "column": 11 } } }, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "ezEditTable", "range": [ 15326, 15337 ], "loc": { "start": { "line": 363, "column": 12 }, "end": { "line": 363, "column": 23 } } }, "init": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15340, 15344 ], "loc": { "start": { "line": 363, "column": 26 }, "end": { "line": 363, "column": 30 } } }, "property": { "type": "Identifier", "name": "_ezEditTable", "range": [ 15345, 15357 ], "loc": { "start": { "line": 363, "column": 31 }, "end": { "line": 363, "column": 43 } } }, "range": [ 15340, 15357 ], "loc": { "start": { "line": 363, "column": 26 }, "end": { "line": 363, "column": 43 } } }, "range": [ 15326, 15357 ], "loc": { "start": { "line": 363, "column": 12 }, "end": { "line": 363, "column": 43 } } } ], "kind": "var", "range": [ 15322, 15358 ], "loc": { "start": { "line": 363, "column": 8 }, "end": { "line": 363, "column": 44 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "ezEditTable", "range": [ 15371, 15382 ], "loc": { "start": { "line": 364, "column": 11 }, "end": { "line": 364, "column": 22 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15401, 15405 ], "loc": { "start": { "line": 365, "column": 15 }, "end": { "line": 365, "column": 19 } } }, "property": { "type": "Identifier", "name": "cfg", "range": [ 15406, 15409 ], "loc": { "start": { "line": 365, "column": 20 }, "end": { "line": 365, "column": 23 } } }, "range": [ 15401, 15409 ], "loc": { "start": { "line": 365, "column": 15 }, "end": { "line": 365, "column": 23 } } }, "property": { "type": "Identifier", "name": "selection", "range": [ 15410, 15419 ], "loc": { "start": { "line": 365, "column": 24 }, "end": { "line": 365, "column": 33 } } }, "range": [ 15401, 15419 ], "loc": { "start": { "line": 365, "column": 15 }, "end": { "line": 365, "column": 33 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ezEditTable", "range": [ 15439, 15450 ], "loc": { "start": { "line": 366, "column": 16 }, "end": { "line": 366, "column": 27 } } }, "property": { "type": "Identifier", "name": "Selection", "range": [ 15451, 15460 ], "loc": { "start": { "line": 366, "column": 28 }, "end": { "line": 366, "column": 37 } } }, "range": [ 15439, 15460 ], "loc": { "start": { "line": 366, "column": 16 }, "end": { "line": 366, "column": 37 } } }, "property": { "type": "Identifier", "name": "ClearSelections", "range": [ 15461, 15476 ], "loc": { "start": { "line": 366, "column": 38 }, "end": { "line": 366, "column": 53 } } }, "range": [ 15439, 15476 ], "loc": { "start": { "line": 366, "column": 16 }, "end": { "line": 366, "column": 53 } } }, "arguments": [], "range": [ 15439, 15478 ], "loc": { "start": { "line": 366, "column": 16 }, "end": { "line": 366, "column": 55 } } }, "range": [ 15439, 15479 ], "loc": { "start": { "line": 366, "column": 16 }, "end": { "line": 366, "column": 56 } } }, { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ezEditTable", "range": [ 15497, 15508 ], "loc": { "start": { "line": 367, "column": 16 }, "end": { "line": 367, "column": 27 } } }, "property": { "type": "Identifier", "name": "Selection", "range": [ 15509, 15518 ], "loc": { "start": { "line": 367, "column": 28 }, "end": { "line": 367, "column": 37 } } }, "range": [ 15497, 15518 ], "loc": { "start": { "line": 367, "column": 16 }, "end": { "line": 367, "column": 37 } } }, "property": { "type": "Identifier", "name": "Remove", "range": [ 15519, 15525 ], "loc": { "start": { "line": 367, "column": 38 }, "end": { "line": 367, "column": 44 } } }, "range": [ 15497, 15525 ], "loc": { "start": { "line": 367, "column": 16 }, "end": { "line": 367, "column": 44 } } }, "arguments": [], "range": [ 15497, 15527 ], "loc": { "start": { "line": 367, "column": 16 }, "end": { "line": 367, "column": 46 } } }, "range": [ 15497, 15528 ], "loc": { "start": { "line": 367, "column": 16 }, "end": { "line": 367, "column": 47 } } } ], "range": [ 15420, 15543 ], "loc": { "start": { "line": 365, "column": 34 }, "end": { "line": 368, "column": 13 } } }, "alternate": null, "range": [ 15398, 15543 ], "loc": { "start": { "line": 365, "column": 12 }, "end": { "line": 368, "column": 13 } } }, { "type": "IfStatement", "test": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15560, 15564 ], "loc": { "start": { "line": 369, "column": 15 }, "end": { "line": 369, "column": 19 } } }, "property": { "type": "Identifier", "name": "cfg", "range": [ 15565, 15568 ], "loc": { "start": { "line": 369, "column": 20 }, "end": { "line": 369, "column": 23 } } }, "range": [ 15560, 15568 ], "loc": { "start": { "line": 369, "column": 15 }, "end": { "line": 369, "column": 23 } } }, "property": { "type": "Identifier", "name": "editable", "range": [ 15569, 15577 ], "loc": { "start": { "line": 369, "column": 24 }, "end": { "line": 369, "column": 32 } } }, "range": [ 15560, 15577 ], "loc": { "start": { "line": 369, "column": 15 }, "end": { "line": 369, "column": 32 } } }, "consequent": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "MemberExpression", "computed": false, "object": { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "ezEditTable", "range": [ 15597, 15608 ], "loc": { "start": { "line": 370, "column": 16 }, "end": { "line": 370, "column": 27 } } }, "property": { "type": "Identifier", "name": "Editable", "range": [ 15609, 15617 ], "loc": { "start": { "line": 370, "column": 28 }, "end": { "line": 370, "column": 36 } } }, "range": [ 15597, 15617 ], "loc": { "start": { "line": 370, "column": 16 }, "end": { "line": 370, "column": 36 } } }, "property": { "type": "Identifier", "name": "Remove", "range": [ 15618, 15624 ], "loc": { "start": { "line": 370, "column": 37 }, "end": { "line": 370, "column": 43 } } }, "range": [ 15597, 15624 ], "loc": { "start": { "line": 370, "column": 16 }, "end": { "line": 370, "column": 43 } } }, "arguments": [], "range": [ 15597, 15626 ], "loc": { "start": { "line": 370, "column": 16 }, "end": { "line": 370, "column": 45 } } }, "range": [ 15597, 15627 ], "loc": { "start": { "line": 370, "column": 16 }, "end": { "line": 370, "column": 46 } } } ], "range": [ 15578, 15642 ], "loc": { "start": { "line": 369, "column": 33 }, "end": { "line": 371, "column": 13 } } }, "alternate": null, "range": [ 15557, 15642 ], "loc": { "start": { "line": 369, "column": 12 }, "end": { "line": 371, "column": 13 } } } ], "range": [ 15383, 15653 ], "loc": { "start": { "line": 364, "column": 23 }, "end": { "line": 372, "column": 9 } } }, "alternate": null, "range": [ 15368, 15653 ], "loc": { "start": { "line": 364, "column": 8 }, "end": { "line": 372, "column": 9 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "MemberExpression", "computed": false, "object": { "type": "ThisExpression", "range": [ 15663, 15667 ], "loc": { "start": { "line": 373, "column": 8 }, "end": { "line": 373, "column": 12 } } }, "property": { "type": "Identifier", "name": "initialized", "range": [ 15668, 15679 ], "loc": { "start": { "line": 373, "column": 13 }, "end": { "line": 373, "column": 24 } } }, "range": [ 15663, 15679 ], "loc": { "start": { "line": 373, "column": 8 }, "end": { "line": 373, "column": 24 } } }, "right": { "type": "Literal", "value": false, "raw": "false", "range": [ 15682, 15687 ], "loc": { "start": { "line": 373, "column": 27 }, "end": { "line": 373, "column": 32 } } }, "range": [ 15663, 15687 ], "loc": { "start": { "line": 373, "column": 8 }, "end": { "line": 373, "column": 32 } } }, "range": [ 15663, 15688 ], "loc": { "start": { "line": 373, "column": 8 }, "end": { "line": 373, "column": 33 } } } ], "range": [ 15311, 15695 ], "loc": { "start": { "line": 362, "column": 13 }, "end": { "line": 374, "column": 5 } } }, "generator": false, "expression": false, "range": [ 15309, 15695 ], "loc": { "start": { "line": 362, "column": 11 }, "end": { "line": 374, "column": 5 } } }, "kind": "method", "computed": false, "range": [ 15302, 15695 ], "loc": { "start": { "line": 362, "column": 4 }, "end": { "line": 374, "column": 5 } }, "leadingComments": [ { "type": "Block", "value": "*\r\n * Remove advanced grid\r\n ", "range": [ 15255, 15296 ], "loc": { "start": { "line": 359, "column": 4 }, "end": { "line": 361, "column": 7 } } } ], "static": false } ], "range": [ 104, 15698 ], "loc": { "start": { "line": 4, "column": 40 }, "end": { "line": 375, "column": 1 } } }, "range": [ 79, 15698 ], "loc": { "start": { "line": 4, "column": 15 }, "end": { "line": 375, "column": 1 } }, "leadingComments": [], "trailingComments": [] }, "range": [ 64, 15698 ], "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 375, "column": 1 } } } ], "sourceType": "module", "range": [ 0, 15698 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 375, "column": 1 } }, "comments": [ { "type": "Block", "value": "*\r\n * Adapter module for ezEditTable, an external library providing advanced\r\n * grid features (selection and edition):\r\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\r\n *\r\n * @param {Object} tf TableFilter instance\r\n ", "range": [ 111, 394 ], "loc": { "start": { "line": 5, "column": 4 }, "end": { "line": 11, "column": 7 } } }, { "type": "Line", "value": " ezEditTable config", "range": [ 431, 452 ], "loc": { "start": { "line": 13, "column": 8 }, "end": { "line": 13, "column": 29 } } }, { "type": "Block", "value": "*\r\n * Conditionally load ezEditTable library and set advanced grid\r\n * @return {[type]} [description]\r\n ", "range": [ 1086, 1206 ], "loc": { "start": { "line": 29, "column": 4 }, "end": { "line": 32, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Instantiate ezEditTable component for advanced grid features\r\n ", "range": [ 1660, 1741 ], "loc": { "start": { "line": 46, "column": 4 }, "end": { "line": 48, "column": 7 } } }, { "type": "Line", "value": "start row for EditTable constructor needs to be calculated", "range": [ 1805, 1865 ], "loc": { "start": { "line": 52, "column": 8 }, "end": { "line": 52, "column": 68 } } }, { "type": "Line", "value": "if thead exists and startRow not specified, startRow is calculated", "range": [ 1976, 2044 ], "loc": { "start": { "line": 57, "column": 8 }, "end": { "line": 57, "column": 76 } } }, { "type": "Line", "value": "automatically by EditTable", "range": [ 2054, 2082 ], "loc": { "start": { "line": 58, "column": 8 }, "end": { "line": 58, "column": 36 } } }, { "type": "Line", "value": "otherwise startRow config property if any or TableFilter refRow", "range": [ 2186, 2251 ], "loc": { "start": { "line": 62, "column": 8 }, "end": { "line": 62, "column": 73 } } }, { "type": "Line", "value": "CSS Styles", "range": [ 2599, 2611 ], "loc": { "start": { "line": 74, "column": 8 }, "end": { "line": 74, "column": 20 } } }, { "type": "Line", "value": "Row navigation needs to be calculated according to TableFilter's", "range": [ 2797, 2863 ], "loc": { "start": { "line": 81, "column": 12 }, "end": { "line": 81, "column": 78 } } }, { "type": "Line", "value": "validRowsIndex array", "range": [ 2877, 2899 ], "loc": { "start": { "line": 82, "column": 12 }, "end": { "line": 82, "column": 34 } } }, { "type": "Line", "value": "Next valid filtered row needs to be selected", "range": [ 3024, 3070 ], "loc": { "start": { "line": 85, "column": 16 }, "end": { "line": 85, "column": 62 } } }, { "type": "Line", "value": "Table is filtered", "range": [ 3772, 3791 ], "loc": { "start": { "line": 100, "column": 20 }, "end": { "line": 100, "column": 39 } } }, { "type": "Line", "value": "table is not filtered", "range": [ 4646, 4669 ], "loc": { "start": { "line": 120, "column": 16 }, "end": { "line": 120, "column": 39 } } }, { "type": "Line", "value": "cell for default_selection = 'both' or 'cell'", "range": [ 5013, 5060 ], "loc": { "start": { "line": 128, "column": 20 }, "end": { "line": 128, "column": 67 } } }, { "type": "Line", "value": "pgup/pgdown keys", "range": [ 5339, 5357 ], "loc": { "start": { "line": 133, "column": 20 }, "end": { "line": 133, "column": 38 } } }, { "type": "Line", "value": "If next row is not valid, next valid filtered row needs to be", "range": [ 5554, 5617 ], "loc": { "start": { "line": 138, "column": 16 }, "end": { "line": 138, "column": 79 } } }, { "type": "Line", "value": "calculated", "range": [ 5635, 5647 ], "loc": { "start": { "line": 139, "column": 16 }, "end": { "line": 139, "column": 28 } } }, { "type": "Line", "value": "Selection direction up/down", "range": [ 5703, 5732 ], "loc": { "start": { "line": 141, "column": 20 }, "end": { "line": 141, "column": 49 } } }, { "type": "Line", "value": "last row", "range": [ 5811, 5821 ], "loc": { "start": { "line": 143, "column": 24 }, "end": { "line": 143, "column": 34 } } }, { "type": "Line", "value": "first row", "range": [ 6445, 6456 ], "loc": { "start": { "line": 155, "column": 24 }, "end": { "line": 155, "column": 35 } } }, { "type": "Line", "value": "If filtered row is valid, special calculation for", "range": [ 6951, 7002 ], "loc": { "start": { "line": 166, "column": 20 }, "end": { "line": 166, "column": 71 } } }, { "type": "Line", "value": "pgup/pgdown keys", "range": [ 7024, 7042 ], "loc": { "start": { "line": 167, "column": 20 }, "end": { "line": 167, "column": 38 } } }, { "type": "Line", "value": "pgdown", "range": [ 7349, 7357 ], "loc": { "start": { "line": 173, "column": 44 }, "end": { "line": 173, "column": 52 } } }, { "type": "Line", "value": "last row", "range": [ 7387, 7397 ], "loc": { "start": { "line": 174, "column": 28 }, "end": { "line": 174, "column": 38 } } }, { "type": "Line", "value": "pgup", "range": [ 7764, 7770 ], "loc": { "start": { "line": 181, "column": 33 }, "end": { "line": 181, "column": 39 } } }, { "type": "Line", "value": "first row", "range": [ 7800, 7811 ], "loc": { "start": { "line": 182, "column": 28 }, "end": { "line": 182, "column": 39 } } }, { "type": "Line", "value": "Page navigation has to be enforced whenever selected row is out of", "range": [ 8473, 8541 ], "loc": { "start": { "line": 198, "column": 12 }, "end": { "line": 198, "column": 80 } } }, { "type": "Line", "value": "the current page range", "range": [ 8555, 8579 ], "loc": { "start": { "line": 199, "column": 12 }, "end": { "line": 199, "column": 36 } } }, { "type": "Line", "value": "page length is re-assigned in case it has changed", "range": [ 8938, 8989 ], "loc": { "start": { "line": 206, "column": 24 }, "end": { "line": 206, "column": 75 } } }, { "type": "Line", "value": "Selected row needs to be visible when paging is activated", "range": [ 10368, 10427 ], "loc": { "start": { "line": 235, "column": 12 }, "end": { "line": 235, "column": 71 } } }, { "type": "Line", "value": "Rows navigation when rows are filtered is performed with the", "range": [ 11067, 11129 ], "loc": { "start": { "line": 252, "column": 12 }, "end": { "line": 252, "column": 74 } } }, { "type": "Line", "value": "EditTable row selection callback events", "range": [ 11143, 11184 ], "loc": { "start": { "line": 253, "column": 12 }, "end": { "line": 253, "column": 53 } } }, { "type": "Line", "value": "Added or removed rows, TF rows number needs to be re-calculated", "range": [ 12839, 12904 ], "loc": { "start": { "line": 291, "column": 12 }, "end": { "line": 291, "column": 77 } } }, { "type": "Block", "value": "*\r\n * Reset advanced grid when previously removed\r\n ", "range": [ 14885, 14949 ], "loc": { "start": { "line": 344, "column": 4 }, "end": { "line": 346, "column": 7 } } }, { "type": "Block", "value": "*\r\n * Remove advanced grid\r\n ", "range": [ 15255, 15296 ], "loc": { "start": { "line": 359, "column": 4 }, "end": { "line": 361, "column": 7 } } } ] }