1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-29 03:52:36 +02:00
TableFilter/doc/ast/source/src/extensions/advancedGrid/adapterEzEditTable.js.json
2015-08-05 07:31:12 +00:00

29671 lines
1.6 MiB

{
"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": [
36,
39
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 10
}
}
},
"range": [
36,
39
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 10
}
}
}
],
"source": {
"type": "Literal",
"value": "../../array",
"raw": "'../../array'",
"range": [
45,
58
],
"loc": {
"start": {
"line": 2,
"column": 16
},
"end": {
"line": 2,
"column": 29
}
}
},
"range": [
29,
59
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 30
}
}
},
{
"type": "ExportDefaultDeclaration",
"declaration": {
"type": "ClassDeclaration",
"id": {
"type": "Identifier",
"name": "AdapterEzEditTable",
"range": [
82,
100
],
"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": [
389,
400
],
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 12,
"column": 15
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "tf",
"range": [
401,
403
],
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 18
}
}
},
{
"type": "Identifier",
"name": "cfg",
"range": [
405,
408
],
"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": [
449,
453
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
454,
465
],
"loc": {
"start": {
"line": 14,
"column": 13
},
"end": {
"line": 14,
"column": 24
}
}
},
"range": [
449,
465
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
468,
473
],
"loc": {
"start": {
"line": 14,
"column": 27
},
"end": {
"line": 14,
"column": 32
}
}
},
"range": [
449,
473
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 32
}
}
},
"range": [
449,
474
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 33
}
},
"leadingComments": [
{
"type": "Line",
"value": " ezEditTable config",
"range": [
419,
440
],
"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": [
483,
487
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "desc",
"range": [
488,
492
],
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 17
}
}
},
"range": [
483,
492
],
"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": [
495,
498
],
"loc": {
"start": {
"line": 15,
"column": 20
},
"end": {
"line": 15,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "description",
"range": [
499,
510
],
"loc": {
"start": {
"line": 15,
"column": 24
},
"end": {
"line": 15,
"column": 35
}
}
},
"range": [
495,
510
],
"loc": {
"start": {
"line": 15,
"column": 20
},
"end": {
"line": 15,
"column": 35
}
}
},
"right": {
"type": "Literal",
"value": "ezEditTable adapter",
"raw": "'ezEditTable adapter'",
"range": [
514,
535
],
"loc": {
"start": {
"line": 15,
"column": 39
},
"end": {
"line": 15,
"column": 60
}
}
},
"range": [
495,
535
],
"loc": {
"start": {
"line": 15,
"column": 20
},
"end": {
"line": 15,
"column": 60
}
}
},
"range": [
483,
535
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 60
}
}
},
"range": [
483,
536
],
"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": [
545,
549
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "filename",
"range": [
550,
558
],
"loc": {
"start": {
"line": 16,
"column": 13
},
"end": {
"line": 16,
"column": 21
}
}
},
"range": [
545,
558
],
"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": [
561,
564
],
"loc": {
"start": {
"line": 16,
"column": 24
},
"end": {
"line": 16,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "filename",
"range": [
565,
573
],
"loc": {
"start": {
"line": 16,
"column": 28
},
"end": {
"line": 16,
"column": 36
}
}
},
"range": [
561,
573
],
"loc": {
"start": {
"line": 16,
"column": 24
},
"end": {
"line": 16,
"column": 36
}
}
},
"right": {
"type": "Literal",
"value": "ezEditTable.js",
"raw": "'ezEditTable.js'",
"range": [
577,
593
],
"loc": {
"start": {
"line": 16,
"column": 40
},
"end": {
"line": 16,
"column": 56
}
}
},
"range": [
561,
593
],
"loc": {
"start": {
"line": 16,
"column": 24
},
"end": {
"line": 16,
"column": 56
}
}
},
"range": [
545,
593
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 56
}
}
},
"range": [
545,
594
],
"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": [
603,
607
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "vendorPath",
"range": [
608,
618
],
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 23
}
}
},
"range": [
603,
618
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 23
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
621,
624
],
"loc": {
"start": {
"line": 17,
"column": 26
},
"end": {
"line": 17,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "vendor_path",
"range": [
625,
636
],
"loc": {
"start": {
"line": 17,
"column": 30
},
"end": {
"line": 17,
"column": 41
}
}
},
"range": [
621,
636
],
"loc": {
"start": {
"line": 17,
"column": 26
},
"end": {
"line": 17,
"column": 41
}
}
},
"range": [
603,
636
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 41
}
}
},
"range": [
603,
637
],
"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": [
646,
650
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "loadStylesheet",
"range": [
651,
665
],
"loc": {
"start": {
"line": 18,
"column": 13
},
"end": {
"line": 18,
"column": 27
}
}
},
"range": [
646,
665
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 27
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "Boolean",
"range": [
668,
675
],
"loc": {
"start": {
"line": 18,
"column": 30
},
"end": {
"line": 18,
"column": 37
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
676,
679
],
"loc": {
"start": {
"line": 18,
"column": 38
},
"end": {
"line": 18,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "load_stylesheet",
"range": [
680,
695
],
"loc": {
"start": {
"line": 18,
"column": 42
},
"end": {
"line": 18,
"column": 57
}
}
},
"range": [
676,
695
],
"loc": {
"start": {
"line": 18,
"column": 38
},
"end": {
"line": 18,
"column": 57
}
}
}
],
"range": [
668,
696
],
"loc": {
"start": {
"line": 18,
"column": 30
},
"end": {
"line": 18,
"column": 58
}
}
},
"range": [
646,
696
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 58
}
}
},
"range": [
646,
697
],
"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": [
706,
710
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
711,
721
],
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 23
}
}
},
"range": [
706,
721
],
"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": [
724,
727
],
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
728,
738
],
"loc": {
"start": {
"line": 19,
"column": 30
},
"end": {
"line": 19,
"column": 40
}
}
},
"range": [
724,
738
],
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 40
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
742,
746
],
"loc": {
"start": {
"line": 19,
"column": 44
},
"end": {
"line": 19,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"name": "vendorPath",
"range": [
747,
757
],
"loc": {
"start": {
"line": 19,
"column": 49
},
"end": {
"line": 19,
"column": 59
}
}
},
"range": [
742,
757
],
"loc": {
"start": {
"line": 19,
"column": 44
},
"end": {
"line": 19,
"column": 59
}
}
},
"right": {
"type": "Literal",
"value": "ezEditTable.css",
"raw": "'ezEditTable.css'",
"range": [
760,
777
],
"loc": {
"start": {
"line": 19,
"column": 62
},
"end": {
"line": 19,
"column": 79
}
}
},
"range": [
742,
777
],
"loc": {
"start": {
"line": 19,
"column": 44
},
"end": {
"line": 19,
"column": 79
}
}
},
"range": [
724,
777
],
"loc": {
"start": {
"line": 19,
"column": 26
},
"end": {
"line": 19,
"column": 79
}
}
},
"range": [
706,
777
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 79
}
}
},
"range": [
706,
778
],
"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": [
787,
791
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheetName",
"range": [
792,
806
],
"loc": {
"start": {
"line": 20,
"column": 13
},
"end": {
"line": 20,
"column": 27
}
}
},
"range": [
787,
806
],
"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": [
809,
812
],
"loc": {
"start": {
"line": 20,
"column": 30
},
"end": {
"line": 20,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet_name",
"range": [
813,
828
],
"loc": {
"start": {
"line": 20,
"column": 34
},
"end": {
"line": 20,
"column": 49
}
}
},
"range": [
809,
828
],
"loc": {
"start": {
"line": 20,
"column": 30
},
"end": {
"line": 20,
"column": 49
}
}
},
"right": {
"type": "Literal",
"value": "ezEditTableCss",
"raw": "'ezEditTableCss'",
"range": [
832,
848
],
"loc": {
"start": {
"line": 20,
"column": 53
},
"end": {
"line": 20,
"column": 69
}
}
},
"range": [
809,
848
],
"loc": {
"start": {
"line": 20,
"column": 30
},
"end": {
"line": 20,
"column": 69
}
}
},
"range": [
787,
848
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 69
}
}
},
"range": [
787,
849
],
"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": [
858,
862
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "err",
"range": [
863,
866
],
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 16
}
}
},
"range": [
858,
866
],
"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": [
869,
926
],
"loc": {
"start": {
"line": 21,
"column": 19
},
"end": {
"line": 21,
"column": 76
}
}
},
"right": {
"type": "Literal",
"value": "dependency not found.",
"raw": "'dependency not found.'",
"range": [
941,
964
],
"loc": {
"start": {
"line": 22,
"column": 12
},
"end": {
"line": 22,
"column": 35
}
}
},
"range": [
869,
964
],
"loc": {
"start": {
"line": 21,
"column": 19
},
"end": {
"line": 22,
"column": 35
}
}
},
"range": [
858,
964
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 22,
"column": 35
}
}
},
"range": [
858,
965
],
"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": [
975,
979
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "_ezEditTable",
"range": [
980,
992
],
"loc": {
"start": {
"line": 24,
"column": 13
},
"end": {
"line": 24,
"column": 25
}
}
},
"range": [
975,
992
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 25
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
995,
999
],
"loc": {
"start": {
"line": 24,
"column": 28
},
"end": {
"line": 24,
"column": 32
}
}
},
"range": [
975,
999
],
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 32
}
}
},
"range": [
975,
1000
],
"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": [
1009,
1013
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "cfg",
"range": [
1014,
1017
],
"loc": {
"start": {
"line": 25,
"column": 13
},
"end": {
"line": 25,
"column": 16
}
}
},
"range": [
1009,
1017
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 16
}
}
},
"right": {
"type": "Identifier",
"name": "cfg",
"range": [
1020,
1023
],
"loc": {
"start": {
"line": 25,
"column": 19
},
"end": {
"line": 25,
"column": 22
}
}
},
"range": [
1009,
1023
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 22
}
}
},
"range": [
1009,
1024
],
"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": [
1033,
1037
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
1038,
1040
],
"loc": {
"start": {
"line": 26,
"column": 13
},
"end": {
"line": 26,
"column": 15
}
}
},
"range": [
1033,
1040
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 15
}
}
},
"right": {
"type": "Identifier",
"name": "tf",
"range": [
1043,
1045
],
"loc": {
"start": {
"line": 26,
"column": 18
},
"end": {
"line": 26,
"column": 20
}
}
},
"range": [
1033,
1045
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 20
}
}
},
"range": [
1033,
1046
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 21
}
}
}
],
"range": [
409,
1052
],
"loc": {
"start": {
"line": 12,
"column": 24
},
"end": {
"line": 27,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
400,
1052
],
"loc": {
"start": {
"line": 12,
"column": 15
},
"end": {
"line": 27,
"column": 5
}
}
},
"kind": "constructor",
"computed": false,
"range": [
389,
1052
],
"loc": {
"start": {
"line": 12,
"column": 4
},
"end": {
"line": 27,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n *\n * @param {Object} tf TableFilter instance\n ",
"range": [
107,
384
],
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n ",
"range": [
1058,
1175
],
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 32,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "init",
"range": [
1180,
1184
],
"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": [
1200,
1202
],
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1205,
1209
],
"loc": {
"start": {
"line": 34,
"column": 17
},
"end": {
"line": 34,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
1210,
1212
],
"loc": {
"start": {
"line": 34,
"column": 22
},
"end": {
"line": 34,
"column": 24
}
}
},
"range": [
1205,
1212
],
"loc": {
"start": {
"line": 34,
"column": 17
},
"end": {
"line": 34,
"column": 24
}
}
},
"range": [
1200,
1212
],
"loc": {
"start": {
"line": 34,
"column": 12
},
"end": {
"line": 34,
"column": 24
}
}
}
],
"kind": "var",
"range": [
1196,
1213
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "window",
"range": [
1225,
1231
],
"loc": {
"start": {
"line": 35,
"column": 11
},
"end": {
"line": 35,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "EditTable",
"range": [
1232,
1241
],
"loc": {
"start": {
"line": 35,
"column": 18
},
"end": {
"line": 35,
"column": 27
}
}
},
"range": [
1225,
1241
],
"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": [
1256,
1260
],
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "_setAdvancedGrid",
"range": [
1261,
1277
],
"loc": {
"start": {
"line": 36,
"column": 17
},
"end": {
"line": 36,
"column": 33
}
}
},
"range": [
1256,
1277
],
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 33
}
}
},
"arguments": [],
"range": [
1256,
1279
],
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 35
}
}
},
"range": [
1256,
1280
],
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 36
}
}
}
],
"range": [
1242,
1290
],
"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": [
1314,
1318
],
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 20
}
}
},
"init": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1321,
1325
],
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "vendorPath",
"range": [
1326,
1336
],
"loc": {
"start": {
"line": 38,
"column": 28
},
"end": {
"line": 38,
"column": 38
}
}
},
"range": [
1321,
1336
],
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 38
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1339,
1343
],
"loc": {
"start": {
"line": 38,
"column": 41
},
"end": {
"line": 38,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"name": "filename",
"range": [
1344,
1352
],
"loc": {
"start": {
"line": 38,
"column": 46
},
"end": {
"line": 38,
"column": 54
}
}
},
"range": [
1339,
1352
],
"loc": {
"start": {
"line": 38,
"column": 41
},
"end": {
"line": 38,
"column": 54
}
}
},
"range": [
1321,
1352
],
"loc": {
"start": {
"line": 38,
"column": 23
},
"end": {
"line": 38,
"column": 54
}
}
},
"range": [
1314,
1352
],
"loc": {
"start": {
"line": 38,
"column": 16
},
"end": {
"line": 38,
"column": 54
}
}
}
],
"kind": "var",
"range": [
1310,
1353
],
"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": [
1366,
1368
],
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "import",
"range": [
1369,
1375
],
"loc": {
"start": {
"line": 39,
"column": 15
},
"end": {
"line": 39,
"column": 21
}
}
},
"range": [
1366,
1375
],
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 21
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1376,
1380
],
"loc": {
"start": {
"line": 39,
"column": 22
},
"end": {
"line": 39,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "filename",
"range": [
1381,
1389
],
"loc": {
"start": {
"line": 39,
"column": 27
},
"end": {
"line": 39,
"column": 35
}
}
},
"range": [
1376,
1389
],
"loc": {
"start": {
"line": 39,
"column": 22
},
"end": {
"line": 39,
"column": 35
}
}
},
{
"type": "Identifier",
"name": "path",
"range": [
1391,
1395
],
"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": [
1404,
1408
],
"loc": {
"start": {
"line": 39,
"column": 50
},
"end": {
"line": 39,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "_setAdvancedGrid",
"range": [
1409,
1425
],
"loc": {
"start": {
"line": 39,
"column": 55
},
"end": {
"line": 39,
"column": 71
}
}
},
"range": [
1404,
1425
],
"loc": {
"start": {
"line": 39,
"column": 50
},
"end": {
"line": 39,
"column": 71
}
}
},
"arguments": [],
"range": [
1404,
1427
],
"loc": {
"start": {
"line": 39,
"column": 50
},
"end": {
"line": 39,
"column": 73
}
}
},
"range": [
1404,
1428
],
"loc": {
"start": {
"line": 39,
"column": 50
},
"end": {
"line": 39,
"column": 74
}
}
}
],
"range": [
1402,
1430
],
"loc": {
"start": {
"line": 39,
"column": 48
},
"end": {
"line": 39,
"column": 76
}
}
},
"generator": false,
"expression": false,
"range": [
1397,
1430
],
"loc": {
"start": {
"line": 39,
"column": 43
},
"end": {
"line": 39,
"column": 76
}
}
}
],
"range": [
1366,
1431
],
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 77
}
}
},
"range": [
1366,
1432
],
"loc": {
"start": {
"line": 39,
"column": 12
},
"end": {
"line": 39,
"column": 78
}
}
}
],
"range": [
1296,
1442
],
"loc": {
"start": {
"line": 37,
"column": 15
},
"end": {
"line": 40,
"column": 9
}
}
},
"range": [
1222,
1442
],
"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": [
1454,
1458
],
"loc": {
"start": {
"line": 41,
"column": 11
},
"end": {
"line": 41,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "loadStylesheet",
"range": [
1459,
1473
],
"loc": {
"start": {
"line": 41,
"column": 16
},
"end": {
"line": 41,
"column": 30
}
}
},
"range": [
1454,
1473
],
"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": [
1478,
1480
],
"loc": {
"start": {
"line": 41,
"column": 35
},
"end": {
"line": 41,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "isImported",
"range": [
1481,
1491
],
"loc": {
"start": {
"line": 41,
"column": 38
},
"end": {
"line": 41,
"column": 48
}
}
},
"range": [
1478,
1491
],
"loc": {
"start": {
"line": 41,
"column": 35
},
"end": {
"line": 41,
"column": 48
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1492,
1496
],
"loc": {
"start": {
"line": 41,
"column": 49
},
"end": {
"line": 41,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
1497,
1507
],
"loc": {
"start": {
"line": 41,
"column": 54
},
"end": {
"line": 41,
"column": 64
}
}
},
"range": [
1492,
1507
],
"loc": {
"start": {
"line": 41,
"column": 49
},
"end": {
"line": 41,
"column": 64
}
}
},
{
"type": "Literal",
"value": "link",
"raw": "'link'",
"range": [
1509,
1515
],
"loc": {
"start": {
"line": 41,
"column": 66
},
"end": {
"line": 41,
"column": 72
}
}
}
],
"range": [
1478,
1516
],
"loc": {
"start": {
"line": 41,
"column": 35
},
"end": {
"line": 41,
"column": 73
}
}
},
"prefix": true,
"range": [
1477,
1516
],
"loc": {
"start": {
"line": 41,
"column": 34
},
"end": {
"line": 41,
"column": 73
}
}
},
"range": [
1454,
1516
],
"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": [
1531,
1533
],
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "import",
"range": [
1534,
1540
],
"loc": {
"start": {
"line": 42,
"column": 15
},
"end": {
"line": 42,
"column": 21
}
}
},
"range": [
1531,
1540
],
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 21
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1541,
1545
],
"loc": {
"start": {
"line": 42,
"column": 22
},
"end": {
"line": 42,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheetName",
"range": [
1546,
1560
],
"loc": {
"start": {
"line": 42,
"column": 27
},
"end": {
"line": 42,
"column": 41
}
}
},
"range": [
1541,
1560
],
"loc": {
"start": {
"line": 42,
"column": 22
},
"end": {
"line": 42,
"column": 41
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1562,
1566
],
"loc": {
"start": {
"line": 42,
"column": 43
},
"end": {
"line": 42,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "stylesheet",
"range": [
1567,
1577
],
"loc": {
"start": {
"line": 42,
"column": 48
},
"end": {
"line": 42,
"column": 58
}
}
},
"range": [
1562,
1577
],
"loc": {
"start": {
"line": 42,
"column": 43
},
"end": {
"line": 42,
"column": 58
}
}
},
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
1579,
1583
],
"loc": {
"start": {
"line": 42,
"column": 60
},
"end": {
"line": 42,
"column": 64
}
}
},
{
"type": "Literal",
"value": "link",
"raw": "'link'",
"range": [
1585,
1591
],
"loc": {
"start": {
"line": 42,
"column": 66
},
"end": {
"line": 42,
"column": 72
}
}
}
],
"range": [
1531,
1592
],
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 73
}
}
},
"range": [
1531,
1593
],
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 74
}
}
}
],
"range": [
1517,
1603
],
"loc": {
"start": {
"line": 41,
"column": 74
},
"end": {
"line": 43,
"column": 9
}
}
},
"alternate": null,
"range": [
1451,
1603
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 43,
"column": 9
}
}
}
],
"range": [
1186,
1609
],
"loc": {
"start": {
"line": 33,
"column": 10
},
"end": {
"line": 44,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
1184,
1609
],
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 44,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
1180,
1609
],
"loc": {
"start": {
"line": 33,
"column": 4
},
"end": {
"line": 44,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n ",
"range": [
1058,
1175
],
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 32,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\n * Instantiate ezEditTable component for advanced grid features\n ",
"range": [
1615,
1694
],
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 48,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "_setAdvancedGrid",
"range": [
1699,
1715
],
"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": [
1731,
1733
],
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 50,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1736,
1740
],
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
1741,
1743
],
"loc": {
"start": {
"line": 50,
"column": 22
},
"end": {
"line": 50,
"column": 24
}
}
},
"range": [
1736,
1743
],
"loc": {
"start": {
"line": 50,
"column": 17
},
"end": {
"line": 50,
"column": 24
}
}
},
"range": [
1731,
1743
],
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 50,
"column": 24
}
}
}
],
"kind": "var",
"range": [
1727,
1744
],
"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": [
1754,
1814
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 68
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "startRow",
"range": [
1827,
1835
],
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 20
}
}
},
"init": null,
"range": [
1827,
1835
],
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 20
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cfg",
"range": [
1849,
1852
],
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 15
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1855,
1859
],
"loc": {
"start": {
"line": 54,
"column": 18
},
"end": {
"line": 54,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "cfg",
"range": [
1860,
1863
],
"loc": {
"start": {
"line": 54,
"column": 23
},
"end": {
"line": 54,
"column": 26
}
}
},
"range": [
1855,
1863
],
"loc": {
"start": {
"line": 54,
"column": 18
},
"end": {
"line": 54,
"column": 26
}
}
},
"range": [
1849,
1863
],
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 26
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "thead",
"range": [
1877,
1882
],
"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": [
1885,
1888
],
"loc": {
"start": {
"line": 55,
"column": 20
},
"end": {
"line": 55,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "tag",
"range": [
1889,
1892
],
"loc": {
"start": {
"line": 55,
"column": 24
},
"end": {
"line": 55,
"column": 27
}
}
},
"range": [
1885,
1892
],
"loc": {
"start": {
"line": 55,
"column": 20
},
"end": {
"line": 55,
"column": 27
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
1893,
1895
],
"loc": {
"start": {
"line": 55,
"column": 28
},
"end": {
"line": 55,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
1896,
1899
],
"loc": {
"start": {
"line": 55,
"column": 31
},
"end": {
"line": 55,
"column": 34
}
}
},
"range": [
1893,
1899
],
"loc": {
"start": {
"line": 55,
"column": 28
},
"end": {
"line": 55,
"column": 34
}
}
},
{
"type": "Literal",
"value": "thead",
"raw": "'thead'",
"range": [
1901,
1908
],
"loc": {
"start": {
"line": 55,
"column": 36
},
"end": {
"line": 55,
"column": 43
}
}
}
],
"range": [
1885,
1909
],
"loc": {
"start": {
"line": 55,
"column": 20
},
"end": {
"line": 55,
"column": 44
}
}
},
"range": [
1877,
1909
],
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 44
}
}
}
],
"kind": "var",
"range": [
1823,
1910
],
"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": [
1754,
1814
],
"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": [
1920,
1988
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 76
}
}
},
{
"type": "Line",
"value": "automatically by EditTable",
"range": [
1997,
2025
],
"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": [
2037,
2042
],
"loc": {
"start": {
"line": 59,
"column": 11
},
"end": {
"line": 59,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
2043,
2049
],
"loc": {
"start": {
"line": 59,
"column": 17
},
"end": {
"line": 59,
"column": 23
}
}
},
"range": [
2037,
2049
],
"loc": {
"start": {
"line": 59,
"column": 11
},
"end": {
"line": 59,
"column": 23
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
2052,
2053
],
"loc": {
"start": {
"line": 59,
"column": 26
},
"end": {
"line": 59,
"column": 27
}
}
},
"range": [
2037,
2053
],
"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": [
2058,
2061
],
"loc": {
"start": {
"line": 59,
"column": 32
},
"end": {
"line": 59,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "startRow",
"range": [
2062,
2070
],
"loc": {
"start": {
"line": 59,
"column": 36
},
"end": {
"line": 59,
"column": 44
}
}
},
"range": [
2058,
2070
],
"loc": {
"start": {
"line": 59,
"column": 32
},
"end": {
"line": 59,
"column": 44
}
}
},
"prefix": true,
"range": [
2057,
2070
],
"loc": {
"start": {
"line": 59,
"column": 31
},
"end": {
"line": 59,
"column": 44
}
}
},
"range": [
2037,
2070
],
"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": [
2085,
2093
],
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 20
}
}
},
"right": {
"type": "Identifier",
"name": "undefined",
"range": [
2096,
2105
],
"loc": {
"start": {
"line": 60,
"column": 23
},
"end": {
"line": 60,
"column": 32
}
}
},
"range": [
2085,
2105
],
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 32
}
}
},
"range": [
2085,
2106
],
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 33
}
}
}
],
"range": [
2071,
2116
],
"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": [
2125,
2190
],
"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": [
2217,
2225
],
"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": [
2228,
2231
],
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "startRow",
"range": [
2232,
2240
],
"loc": {
"start": {
"line": 64,
"column": 27
},
"end": {
"line": 64,
"column": 35
}
}
},
"range": [
2228,
2240
],
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 35
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2244,
2246
],
"loc": {
"start": {
"line": 64,
"column": 39
},
"end": {
"line": 64,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "refRow",
"range": [
2247,
2253
],
"loc": {
"start": {
"line": 64,
"column": 42
},
"end": {
"line": 64,
"column": 48
}
}
},
"range": [
2244,
2253
],
"loc": {
"start": {
"line": 64,
"column": 39
},
"end": {
"line": 64,
"column": 48
}
}
},
"range": [
2228,
2253
],
"loc": {
"start": {
"line": 64,
"column": 23
},
"end": {
"line": 64,
"column": 48
}
}
},
"range": [
2217,
2253
],
"loc": {
"start": {
"line": 64,
"column": 12
},
"end": {
"line": 64,
"column": 48
}
}
},
"range": [
2217,
2254
],
"loc": {
"start": {
"line": 64,
"column": 12
},
"end": {
"line": 64,
"column": 49
}
}
}
],
"range": [
2203,
2264
],
"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": [
2125,
2190
],
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 73
}
}
}
]
},
"range": [
2034,
2264
],
"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": [
1920,
1988
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 76
}
}
},
{
"type": "Line",
"value": "automatically by EditTable",
"range": [
1997,
2025
],
"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": [
2274,
2277
],
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 11
}
}
},
"property": {
"type": "Identifier",
"name": "base_path",
"range": [
2278,
2287
],
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 21
}
}
},
"range": [
2274,
2287
],
"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": [
2290,
2293
],
"loc": {
"start": {
"line": 67,
"column": 24
},
"end": {
"line": 67,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "base_path",
"range": [
2294,
2303
],
"loc": {
"start": {
"line": 67,
"column": 28
},
"end": {
"line": 67,
"column": 37
}
}
},
"range": [
2290,
2303
],
"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": [
2308,
2310
],
"loc": {
"start": {
"line": 67,
"column": 42
},
"end": {
"line": 67,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "basePath",
"range": [
2311,
2319
],
"loc": {
"start": {
"line": 67,
"column": 45
},
"end": {
"line": 67,
"column": 53
}
}
},
"range": [
2308,
2319
],
"loc": {
"start": {
"line": 67,
"column": 42
},
"end": {
"line": 67,
"column": 53
}
}
},
"right": {
"type": "Literal",
"value": "ezEditTable/",
"raw": "'ezEditTable/'",
"range": [
2322,
2336
],
"loc": {
"start": {
"line": 67,
"column": 56
},
"end": {
"line": 67,
"column": 70
}
}
},
"range": [
2308,
2336
],
"loc": {
"start": {
"line": 67,
"column": 42
},
"end": {
"line": 67,
"column": 70
}
}
},
"range": [
2290,
2336
],
"loc": {
"start": {
"line": 67,
"column": 24
},
"end": {
"line": 67,
"column": 70
}
}
},
"range": [
2274,
2336
],
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 70
}
}
},
"range": [
2274,
2337
],
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 71
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "editable",
"range": [
2350,
2358
],
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 20
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
2361,
2364
],
"loc": {
"start": {
"line": 68,
"column": 23
},
"end": {
"line": 68,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "editable",
"range": [
2365,
2373
],
"loc": {
"start": {
"line": 68,
"column": 27
},
"end": {
"line": 68,
"column": 35
}
}
},
"range": [
2361,
2373
],
"loc": {
"start": {
"line": 68,
"column": 23
},
"end": {
"line": 68,
"column": 35
}
}
},
"range": [
2350,
2373
],
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 35
}
}
}
],
"kind": "var",
"range": [
2346,
2374
],
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 36
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "selectable",
"range": [
2387,
2397
],
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 22
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
2400,
2403
],
"loc": {
"start": {
"line": 69,
"column": 25
},
"end": {
"line": 69,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "selection",
"range": [
2404,
2413
],
"loc": {
"start": {
"line": 69,
"column": 29
},
"end": {
"line": 69,
"column": 38
}
}
},
"range": [
2400,
2413
],
"loc": {
"start": {
"line": 69,
"column": 25
},
"end": {
"line": 69,
"column": 38
}
}
},
"range": [
2387,
2413
],
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 38
}
}
}
],
"kind": "var",
"range": [
2383,
2414
],
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 39
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "selectable",
"range": [
2427,
2437
],
"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": [
2452,
2455
],
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "default_selection",
"range": [
2456,
2473
],
"loc": {
"start": {
"line": 72,
"column": 16
},
"end": {
"line": 72,
"column": 33
}
}
},
"range": [
2452,
2473
],
"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": [
2476,
2479
],
"loc": {
"start": {
"line": 72,
"column": 36
},
"end": {
"line": 72,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "default_selection",
"range": [
2480,
2497
],
"loc": {
"start": {
"line": 72,
"column": 40
},
"end": {
"line": 72,
"column": 57
}
}
},
"range": [
2476,
2497
],
"loc": {
"start": {
"line": 72,
"column": 36
},
"end": {
"line": 72,
"column": 57
}
}
},
"right": {
"type": "Literal",
"value": "row",
"raw": "'row'",
"range": [
2501,
2506
],
"loc": {
"start": {
"line": 72,
"column": 61
},
"end": {
"line": 72,
"column": 66
}
}
},
"range": [
2476,
2506
],
"loc": {
"start": {
"line": 72,
"column": 36
},
"end": {
"line": 72,
"column": 66
}
}
},
"range": [
2452,
2506
],
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 66
}
}
},
"range": [
2452,
2507
],
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 67
}
}
}
],
"range": [
2438,
2517
],
"loc": {
"start": {
"line": 71,
"column": 22
},
"end": {
"line": 73,
"column": 9
}
}
},
"alternate": null,
"range": [
2424,
2517
],
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 73,
"column": 9
}
},
"trailingComments": [
{
"type": "Line",
"value": "CSS Styles",
"range": [
2526,
2538
],
"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": [
2547,
2550
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 11
}
}
},
"property": {
"type": "Identifier",
"name": "active_cell_css",
"range": [
2551,
2566
],
"loc": {
"start": {
"line": 75,
"column": 12
},
"end": {
"line": 75,
"column": 27
}
}
},
"range": [
2547,
2566
],
"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": [
2569,
2572
],
"loc": {
"start": {
"line": 75,
"column": 30
},
"end": {
"line": 75,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "active_cell_css",
"range": [
2573,
2588
],
"loc": {
"start": {
"line": 75,
"column": 34
},
"end": {
"line": 75,
"column": 49
}
}
},
"range": [
2569,
2588
],
"loc": {
"start": {
"line": 75,
"column": 30
},
"end": {
"line": 75,
"column": 49
}
}
},
"right": {
"type": "Literal",
"value": "ezETSelectedCell",
"raw": "'ezETSelectedCell'",
"range": [
2592,
2610
],
"loc": {
"start": {
"line": 75,
"column": 53
},
"end": {
"line": 75,
"column": 71
}
}
},
"range": [
2569,
2610
],
"loc": {
"start": {
"line": 75,
"column": 30
},
"end": {
"line": 75,
"column": 71
}
}
},
"range": [
2547,
2610
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 71
}
}
},
"range": [
2547,
2611
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 72
}
},
"leadingComments": [
{
"type": "Line",
"value": "CSS Styles",
"range": [
2526,
2538
],
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 20
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_lastValidRowIndex",
"range": [
2625,
2643
],
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 30
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
2646,
2647
],
"loc": {
"start": {
"line": 77,
"column": 33
},
"end": {
"line": 77,
"column": 34
}
}
},
"range": [
2625,
2647
],
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 34
}
}
}
],
"kind": "var",
"range": [
2621,
2648
],
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 35
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "_lastRowIndex",
"range": [
2661,
2674
],
"loc": {
"start": {
"line": 78,
"column": 12
},
"end": {
"line": 78,
"column": 25
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
2677,
2678
],
"loc": {
"start": {
"line": 78,
"column": 28
},
"end": {
"line": 78,
"column": 29
}
}
},
"range": [
2661,
2678
],
"loc": {
"start": {
"line": 78,
"column": 12
},
"end": {
"line": 78,
"column": 29
}
}
}
],
"kind": "var",
"range": [
2657,
2679
],
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 30
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "selectable",
"range": [
2692,
2702
],
"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": [
2835,
2851
],
"loc": {
"start": {
"line": 83,
"column": 16
},
"end": {
"line": 83,
"column": 32
}
}
},
"init": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "et",
"range": [
2863,
2865
],
"loc": {
"start": {
"line": 83,
"column": 44
},
"end": {
"line": 83,
"column": 46
}
}
},
{
"type": "Identifier",
"name": "selectedElm",
"range": [
2867,
2878
],
"loc": {
"start": {
"line": 83,
"column": 48
},
"end": {
"line": 83,
"column": 59
}
}
},
{
"type": "Identifier",
"name": "e",
"range": [
2880,
2881
],
"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": [
2904,
2907
],
"loc": {
"start": {
"line": 84,
"column": 20
},
"end": {
"line": 84,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "et",
"range": [
2910,
2912
],
"loc": {
"start": {
"line": 84,
"column": 26
},
"end": {
"line": 84,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "Selection",
"range": [
2913,
2922
],
"loc": {
"start": {
"line": 84,
"column": 29
},
"end": {
"line": 84,
"column": 38
}
}
},
"range": [
2910,
2922
],
"loc": {
"start": {
"line": 84,
"column": 26
},
"end": {
"line": 84,
"column": 38
}
}
},
"range": [
2904,
2922
],
"loc": {
"start": {
"line": 84,
"column": 20
},
"end": {
"line": 84,
"column": 38
}
}
}
],
"kind": "var",
"range": [
2900,
2923
],
"loc": {
"start": {
"line": 84,
"column": 16
},
"end": {
"line": 84,
"column": 39
}
},
"trailingComments": [
{
"type": "Line",
"value": "Next valid filtered row needs to be selected",
"range": [
2940,
2986
],
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 62
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "doSelect",
"range": [
3007,
3015
],
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 86,
"column": 28
}
}
},
"init": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "nextRowIndex",
"range": [
3027,
3039
],
"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": [
3065,
3067
],
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "defaultSelection",
"range": [
3068,
3084
],
"loc": {
"start": {
"line": 87,
"column": 26
},
"end": {
"line": 87,
"column": 42
}
}
},
"range": [
3065,
3084
],
"loc": {
"start": {
"line": 87,
"column": 23
},
"end": {
"line": 87,
"column": 42
}
}
},
"right": {
"type": "Literal",
"value": "row",
"raw": "'row'",
"range": [
3089,
3094
],
"loc": {
"start": {
"line": 87,
"column": 47
},
"end": {
"line": 87,
"column": 52
}
}
},
"range": [
3065,
3094
],
"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": [
3121,
3124
],
"loc": {
"start": {
"line": 88,
"column": 24
},
"end": {
"line": 88,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "SelectRowByIndex",
"range": [
3125,
3141
],
"loc": {
"start": {
"line": 88,
"column": 28
},
"end": {
"line": 88,
"column": 44
}
}
},
"range": [
3121,
3141
],
"loc": {
"start": {
"line": 88,
"column": 24
},
"end": {
"line": 88,
"column": 44
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "nextRowIndex",
"range": [
3142,
3154
],
"loc": {
"start": {
"line": 88,
"column": 45
},
"end": {
"line": 88,
"column": 57
}
}
}
],
"range": [
3121,
3155
],
"loc": {
"start": {
"line": 88,
"column": 24
},
"end": {
"line": 88,
"column": 58
}
}
},
"range": [
3121,
3156
],
"loc": {
"start": {
"line": 88,
"column": 24
},
"end": {
"line": 88,
"column": 59
}
}
}
],
"range": [
3095,
3178
],
"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": [
3210,
3212
],
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "ClearSelections",
"range": [
3213,
3228
],
"loc": {
"start": {
"line": 90,
"column": 27
},
"end": {
"line": 90,
"column": 42
}
}
},
"range": [
3210,
3228
],
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 42
}
}
},
"arguments": [],
"range": [
3210,
3230
],
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 44
}
}
},
"range": [
3210,
3231
],
"loc": {
"start": {
"line": 90,
"column": 24
},
"end": {
"line": 90,
"column": 45
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cellIndex",
"range": [
3260,
3269
],
"loc": {
"start": {
"line": 91,
"column": 28
},
"end": {
"line": 91,
"column": 37
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "selectedElm",
"range": [
3272,
3283
],
"loc": {
"start": {
"line": 91,
"column": 40
},
"end": {
"line": 91,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "cellIndex",
"range": [
3284,
3293
],
"loc": {
"start": {
"line": 91,
"column": 52
},
"end": {
"line": 91,
"column": 61
}
}
},
"range": [
3272,
3293
],
"loc": {
"start": {
"line": 91,
"column": 40
},
"end": {
"line": 91,
"column": 61
}
}
},
"range": [
3260,
3293
],
"loc": {
"start": {
"line": 91,
"column": 28
},
"end": {
"line": 91,
"column": 61
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "row",
"range": [
3323,
3326
],
"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": [
3329,
3331
],
"loc": {
"start": {
"line": 92,
"column": 34
},
"end": {
"line": 92,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
3332,
3335
],
"loc": {
"start": {
"line": 92,
"column": 37
},
"end": {
"line": 92,
"column": 40
}
}
},
"range": [
3329,
3335
],
"loc": {
"start": {
"line": 92,
"column": 34
},
"end": {
"line": 92,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "rows",
"range": [
3336,
3340
],
"loc": {
"start": {
"line": 92,
"column": 41
},
"end": {
"line": 92,
"column": 45
}
}
},
"range": [
3329,
3340
],
"loc": {
"start": {
"line": 92,
"column": 34
},
"end": {
"line": 92,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"name": "nextRowIndex",
"range": [
3341,
3353
],
"loc": {
"start": {
"line": 92,
"column": 46
},
"end": {
"line": 92,
"column": 58
}
}
},
"range": [
3329,
3354
],
"loc": {
"start": {
"line": 92,
"column": 34
},
"end": {
"line": 92,
"column": 59
}
}
},
"range": [
3323,
3354
],
"loc": {
"start": {
"line": 92,
"column": 28
},
"end": {
"line": 92,
"column": 59
}
}
}
],
"kind": "var",
"range": [
3256,
3355
],
"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": [
3383,
3385
],
"loc": {
"start": {
"line": 93,
"column": 27
},
"end": {
"line": 93,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "defaultSelection",
"range": [
3386,
3402
],
"loc": {
"start": {
"line": 93,
"column": 30
},
"end": {
"line": 93,
"column": 46
}
}
},
"range": [
3383,
3402
],
"loc": {
"start": {
"line": 93,
"column": 27
},
"end": {
"line": 93,
"column": 46
}
}
},
"right": {
"type": "Literal",
"value": "both",
"raw": "'both'",
"range": [
3407,
3413
],
"loc": {
"start": {
"line": 93,
"column": 51
},
"end": {
"line": 93,
"column": 57
}
}
},
"range": [
3383,
3413
],
"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": [
3444,
3447
],
"loc": {
"start": {
"line": 94,
"column": 28
},
"end": {
"line": 94,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "SelectRowByIndex",
"range": [
3448,
3464
],
"loc": {
"start": {
"line": 94,
"column": 32
},
"end": {
"line": 94,
"column": 48
}
}
},
"range": [
3444,
3464
],
"loc": {
"start": {
"line": 94,
"column": 28
},
"end": {
"line": 94,
"column": 48
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "nextRowIndex",
"range": [
3465,
3477
],
"loc": {
"start": {
"line": 94,
"column": 49
},
"end": {
"line": 94,
"column": 61
}
}
}
],
"range": [
3444,
3478
],
"loc": {
"start": {
"line": 94,
"column": 28
},
"end": {
"line": 94,
"column": 62
}
}
},
"range": [
3444,
3479
],
"loc": {
"start": {
"line": 94,
"column": 28
},
"end": {
"line": 94,
"column": 63
}
}
}
],
"range": [
3414,
3505
],
"loc": {
"start": {
"line": 93,
"column": 58
},
"end": {
"line": 95,
"column": 25
}
}
},
"alternate": null,
"range": [
3380,
3505
],
"loc": {
"start": {
"line": 93,
"column": 24
},
"end": {
"line": 95,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "row",
"range": [
3533,
3536
],
"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": [
3567,
3570
],
"loc": {
"start": {
"line": 97,
"column": 28
},
"end": {
"line": 97,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "SelectCell",
"range": [
3571,
3581
],
"loc": {
"start": {
"line": 97,
"column": 32
},
"end": {
"line": 97,
"column": 42
}
}
},
"range": [
3567,
3581
],
"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": [
3582,
3585
],
"loc": {
"start": {
"line": 97,
"column": 43
},
"end": {
"line": 97,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
3586,
3591
],
"loc": {
"start": {
"line": 97,
"column": 47
},
"end": {
"line": 97,
"column": 52
}
}
},
"range": [
3582,
3591
],
"loc": {
"start": {
"line": 97,
"column": 43
},
"end": {
"line": 97,
"column": 52
}
}
},
"property": {
"type": "Identifier",
"name": "cellIndex",
"range": [
3592,
3601
],
"loc": {
"start": {
"line": 97,
"column": 53
},
"end": {
"line": 97,
"column": 62
}
}
},
"range": [
3582,
3602
],
"loc": {
"start": {
"line": 97,
"column": 43
},
"end": {
"line": 97,
"column": 63
}
}
}
],
"range": [
3567,
3603
],
"loc": {
"start": {
"line": 97,
"column": 28
},
"end": {
"line": 97,
"column": 64
}
}
},
"range": [
3567,
3604
],
"loc": {
"start": {
"line": 97,
"column": 28
},
"end": {
"line": 97,
"column": 65
}
}
}
],
"range": [
3537,
3630
],
"loc": {
"start": {
"line": 96,
"column": 31
},
"end": {
"line": 98,
"column": 25
}
}
},
"alternate": null,
"range": [
3530,
3630
],
"loc": {
"start": {
"line": 96,
"column": 24
},
"end": {
"line": 98,
"column": 25
}
}
}
],
"range": [
3184,
3652
],
"loc": {
"start": {
"line": 89,
"column": 27
},
"end": {
"line": 99,
"column": 21
}
}
},
"range": [
3062,
3652
],
"loc": {
"start": {
"line": 87,
"column": 20
},
"end": {
"line": 99,
"column": 21
}
},
"trailingComments": [
{
"type": "Line",
"value": "Table is filtered",
"range": [
3673,
3692
],
"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": [
3716,
3718
],
"loc": {
"start": {
"line": 101,
"column": 23
},
"end": {
"line": 101,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "validRowsIndex",
"range": [
3719,
3733
],
"loc": {
"start": {
"line": 101,
"column": 26
},
"end": {
"line": 101,
"column": 40
}
}
},
"range": [
3716,
3733
],
"loc": {
"start": {
"line": 101,
"column": 23
},
"end": {
"line": 101,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
3734,
3740
],
"loc": {
"start": {
"line": 101,
"column": 41
},
"end": {
"line": 101,
"column": 47
}
}
},
"range": [
3716,
3740
],
"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": [
3745,
3747
],
"loc": {
"start": {
"line": 101,
"column": 52
},
"end": {
"line": 101,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "getRowsNb",
"range": [
3748,
3757
],
"loc": {
"start": {
"line": 101,
"column": 55
},
"end": {
"line": 101,
"column": 64
}
}
},
"range": [
3745,
3757
],
"loc": {
"start": {
"line": 101,
"column": 52
},
"end": {
"line": 101,
"column": 64
}
}
},
"arguments": [],
"range": [
3745,
3759
],
"loc": {
"start": {
"line": 101,
"column": 52
},
"end": {
"line": 101,
"column": 66
}
}
},
"range": [
3716,
3759
],
"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": [
3790,
3791
],
"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": [
3794,
3796
],
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 102,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
3797,
3800
],
"loc": {
"start": {
"line": 102,
"column": 35
},
"end": {
"line": 102,
"column": 38
}
}
},
"range": [
3794,
3800
],
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 102,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "rows",
"range": [
3801,
3805
],
"loc": {
"start": {
"line": 102,
"column": 39
},
"end": {
"line": 102,
"column": 43
}
}
},
"range": [
3794,
3805
],
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 102,
"column": 43
}
}
},
"property": {
"type": "Identifier",
"name": "nextRowIndex",
"range": [
3806,
3818
],
"loc": {
"start": {
"line": 102,
"column": 44
},
"end": {
"line": 102,
"column": 56
}
}
},
"range": [
3794,
3819
],
"loc": {
"start": {
"line": 102,
"column": 32
},
"end": {
"line": 102,
"column": 57
}
}
},
"range": [
3790,
3819
],
"loc": {
"start": {
"line": 102,
"column": 28
},
"end": {
"line": 102,
"column": 57
}
}
}
],
"kind": "var",
"range": [
3786,
3820
],
"loc": {
"start": {
"line": 102,
"column": 24
},
"end": {
"line": 102,
"column": 58
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "r",
"range": [
3848,
3849
],
"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": [
3880,
3881
],
"loc": {
"start": {
"line": 104,
"column": 28
},
"end": {
"line": 104,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "scrollIntoView",
"range": [
3882,
3896
],
"loc": {
"start": {
"line": 104,
"column": 30
},
"end": {
"line": 104,
"column": 44
}
}
},
"range": [
3880,
3896
],
"loc": {
"start": {
"line": 104,
"column": 28
},
"end": {
"line": 104,
"column": 44
}
}
},
"arguments": [
{
"type": "Literal",
"value": false,
"raw": "false",
"range": [
3897,
3902
],
"loc": {
"start": {
"line": 104,
"column": 45
},
"end": {
"line": 104,
"column": 50
}
}
}
],
"range": [
3880,
3903
],
"loc": {
"start": {
"line": 104,
"column": 28
},
"end": {
"line": 104,
"column": 51
}
}
},
"range": [
3880,
3904
],
"loc": {
"start": {
"line": 104,
"column": 28
},
"end": {
"line": 104,
"column": 52
}
}
}
],
"range": [
3850,
3930
],
"loc": {
"start": {
"line": 103,
"column": 29
},
"end": {
"line": 105,
"column": 25
}
}
},
"alternate": null,
"range": [
3845,
3930
],
"loc": {
"start": {
"line": 103,
"column": 24
},
"end": {
"line": 105,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "cell",
"range": [
3958,
3962
],
"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": [
3996,
4000
],
"loc": {
"start": {
"line": 107,
"column": 31
},
"end": {
"line": 107,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "cellIndex",
"range": [
4001,
4010
],
"loc": {
"start": {
"line": 107,
"column": 36
},
"end": {
"line": 107,
"column": 45
}
}
},
"range": [
3996,
4010
],
"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": [
4016,
4018
],
"loc": {
"start": {
"line": 107,
"column": 51
},
"end": {
"line": 107,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "getCellsNb",
"range": [
4019,
4029
],
"loc": {
"start": {
"line": 107,
"column": 54
},
"end": {
"line": 107,
"column": 64
}
}
},
"range": [
4016,
4029
],
"loc": {
"start": {
"line": 107,
"column": 51
},
"end": {
"line": 107,
"column": 64
}
}
},
"arguments": [],
"range": [
4016,
4031
],
"loc": {
"start": {
"line": 107,
"column": 51
},
"end": {
"line": 107,
"column": 66
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
4032,
4033
],
"loc": {
"start": {
"line": 107,
"column": 67
},
"end": {
"line": 107,
"column": 68
}
}
},
"range": [
4016,
4033
],
"loc": {
"start": {
"line": 107,
"column": 51
},
"end": {
"line": 107,
"column": 68
}
}
},
"range": [
3996,
4034
],
"loc": {
"start": {
"line": 107,
"column": 31
},
"end": {
"line": 107,
"column": 69
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
4070,
4072
],
"loc": {
"start": {
"line": 108,
"column": 32
},
"end": {
"line": 108,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "gridLayout",
"range": [
4073,
4083
],
"loc": {
"start": {
"line": 108,
"column": 35
},
"end": {
"line": 108,
"column": 45
}
}
},
"range": [
4070,
4083
],
"loc": {
"start": {
"line": 108,
"column": 32
},
"end": {
"line": 108,
"column": 45
}
}
},
"range": [
3996,
4083
],
"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": [
4118,
4120
],
"loc": {
"start": {
"line": 109,
"column": 32
},
"end": {
"line": 109,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
4121,
4128
],
"loc": {
"start": {
"line": 109,
"column": 35
},
"end": {
"line": 109,
"column": 42
}
}
},
"range": [
4118,
4128
],
"loc": {
"start": {
"line": 109,
"column": 32
},
"end": {
"line": 109,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "scrollLeft",
"range": [
4129,
4139
],
"loc": {
"start": {
"line": 109,
"column": 43
},
"end": {
"line": 109,
"column": 53
}
}
},
"range": [
4118,
4139
],
"loc": {
"start": {
"line": 109,
"column": 32
},
"end": {
"line": 109,
"column": 53
}
}
},
"right": {
"type": "Literal",
"value": 100000000,
"raw": "100000000",
"range": [
4142,
4151
],
"loc": {
"start": {
"line": 109,
"column": 56
},
"end": {
"line": 109,
"column": 65
}
}
},
"range": [
4118,
4151
],
"loc": {
"start": {
"line": 109,
"column": 32
},
"end": {
"line": 109,
"column": 65
}
}
},
"range": [
4118,
4152
],
"loc": {
"start": {
"line": 109,
"column": 32
},
"end": {
"line": 109,
"column": 66
}
}
}
],
"range": [
4084,
4182
],
"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": [
4219,
4223
],
"loc": {
"start": {
"line": 111,
"column": 36
},
"end": {
"line": 111,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "cellIndex",
"range": [
4224,
4233
],
"loc": {
"start": {
"line": 111,
"column": 41
},
"end": {
"line": 111,
"column": 50
}
}
},
"range": [
4219,
4233
],
"loc": {
"start": {
"line": 111,
"column": 36
},
"end": {
"line": 111,
"column": 50
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
4236,
4237
],
"loc": {
"start": {
"line": 111,
"column": 53
},
"end": {
"line": 111,
"column": 54
}
}
},
"range": [
4219,
4237
],
"loc": {
"start": {
"line": 111,
"column": 36
},
"end": {
"line": 111,
"column": 54
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
4241,
4243
],
"loc": {
"start": {
"line": 111,
"column": 58
},
"end": {
"line": 111,
"column": 60
}
}
},
"property": {
"type": "Identifier",
"name": "gridLayout",
"range": [
4244,
4254
],
"loc": {
"start": {
"line": 111,
"column": 61
},
"end": {
"line": 111,
"column": 71
}
}
},
"range": [
4241,
4254
],
"loc": {
"start": {
"line": 111,
"column": 58
},
"end": {
"line": 111,
"column": 71
}
}
},
"range": [
4219,
4254
],
"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": [
4289,
4291
],
"loc": {
"start": {
"line": 112,
"column": 32
},
"end": {
"line": 112,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
4292,
4299
],
"loc": {
"start": {
"line": 112,
"column": 35
},
"end": {
"line": 112,
"column": 42
}
}
},
"range": [
4289,
4299
],
"loc": {
"start": {
"line": 112,
"column": 32
},
"end": {
"line": 112,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "scrollLeft",
"range": [
4300,
4310
],
"loc": {
"start": {
"line": 112,
"column": 43
},
"end": {
"line": 112,
"column": 53
}
}
},
"range": [
4289,
4310
],
"loc": {
"start": {
"line": 112,
"column": 32
},
"end": {
"line": 112,
"column": 53
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
4313,
4314
],
"loc": {
"start": {
"line": 112,
"column": 56
},
"end": {
"line": 112,
"column": 57
}
}
},
"range": [
4289,
4314
],
"loc": {
"start": {
"line": 112,
"column": 32
},
"end": {
"line": 112,
"column": 57
}
}
},
"range": [
4289,
4315
],
"loc": {
"start": {
"line": 112,
"column": 32
},
"end": {
"line": 112,
"column": 58
}
}
}
],
"range": [
4255,
4345
],
"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": [
4385,
4389
],
"loc": {
"start": {
"line": 114,
"column": 32
},
"end": {
"line": 114,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "scrollIntoView",
"range": [
4390,
4404
],
"loc": {
"start": {
"line": 114,
"column": 37
},
"end": {
"line": 114,
"column": 51
}
}
},
"range": [
4385,
4404
],
"loc": {
"start": {
"line": 114,
"column": 32
},
"end": {
"line": 114,
"column": 51
}
}
},
"arguments": [
{
"type": "Literal",
"value": false,
"raw": "false",
"range": [
4405,
4410
],
"loc": {
"start": {
"line": 114,
"column": 52
},
"end": {
"line": 114,
"column": 57
}
}
}
],
"range": [
4385,
4411
],
"loc": {
"start": {
"line": 114,
"column": 32
},
"end": {
"line": 114,
"column": 58
}
}
},
"range": [
4385,
4412
],
"loc": {
"start": {
"line": 114,
"column": 32
},
"end": {
"line": 114,
"column": 59
}
}
}
],
"range": [
4351,
4442
],
"loc": {
"start": {
"line": 113,
"column": 35
},
"end": {
"line": 115,
"column": 29
}
}
},
"range": [
4216,
4442
],
"loc": {
"start": {
"line": 111,
"column": 33
},
"end": {
"line": 115,
"column": 29
}
}
},
"range": [
3993,
4442
],
"loc": {
"start": {
"line": 107,
"column": 28
},
"end": {
"line": 115,
"column": 29
}
}
}
],
"range": [
3963,
4468
],
"loc": {
"start": {
"line": 106,
"column": 32
},
"end": {
"line": 116,
"column": 25
}
}
},
"alternate": null,
"range": [
3955,
4468
],
"loc": {
"start": {
"line": 106,
"column": 24
},
"end": {
"line": 116,
"column": 25
}
}
}
],
"range": [
3760,
4490
],
"loc": {
"start": {
"line": 101,
"column": 67
},
"end": {
"line": 117,
"column": 21
}
}
},
"alternate": null,
"range": [
3713,
4490
],
"loc": {
"start": {
"line": 101,
"column": 20
},
"end": {
"line": 117,
"column": 21
}
},
"leadingComments": [
{
"type": "Line",
"value": "Table is filtered",
"range": [
3673,
3692
],
"loc": {
"start": {
"line": 100,
"column": 20
},
"end": {
"line": 100,
"column": 39
}
}
}
]
}
],
"range": [
3040,
4508
],
"loc": {
"start": {
"line": 86,
"column": 53
},
"end": {
"line": 118,
"column": 17
}
}
},
"generator": false,
"expression": false,
"range": [
3018,
4508
],
"loc": {
"start": {
"line": 86,
"column": 31
},
"end": {
"line": 118,
"column": 17
}
}
},
"range": [
3007,
4508
],
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 118,
"column": 17
}
}
}
],
"kind": "var",
"range": [
3003,
4509
],
"loc": {
"start": {
"line": 86,
"column": 16
},
"end": {
"line": 118,
"column": 18
}
},
"leadingComments": [
{
"type": "Line",
"value": "Next valid filtered row needs to be selected",
"range": [
2940,
2986
],
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 62
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "table is not filtered",
"range": [
4527,
4550
],
"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": [
4571,
4573
],
"loc": {
"start": {
"line": 121,
"column": 20
},
"end": {
"line": 121,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "validRowsIndex",
"range": [
4574,
4588
],
"loc": {
"start": {
"line": 121,
"column": 23
},
"end": {
"line": 121,
"column": 37
}
}
},
"range": [
4571,
4588
],
"loc": {
"start": {
"line": 121,
"column": 20
},
"end": {
"line": 121,
"column": 37
}
}
},
"prefix": true,
"range": [
4570,
4588
],
"loc": {
"start": {
"line": 121,
"column": 19
},
"end": {
"line": 121,
"column": 37
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
4611,
4618
],
"loc": {
"start": {
"line": 122,
"column": 20
},
"end": {
"line": 122,
"column": 27
}
}
}
],
"range": [
4589,
4636
],
"loc": {
"start": {
"line": 121,
"column": 38
},
"end": {
"line": 123,
"column": 17
}
}
},
"alternate": null,
"range": [
4567,
4636
],
"loc": {
"start": {
"line": 121,
"column": 16
},
"end": {
"line": 123,
"column": 17
}
},
"leadingComments": [
{
"type": "Line",
"value": "table is not filtered",
"range": [
4527,
4550
],
"loc": {
"start": {
"line": 120,
"column": 16
},
"end": {
"line": 120,
"column": 39
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "validIndexes",
"range": [
4657,
4669
],
"loc": {
"start": {
"line": 124,
"column": 20
},
"end": {
"line": 124,
"column": 32
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
4672,
4674
],
"loc": {
"start": {
"line": 124,
"column": 35
},
"end": {
"line": 124,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "validRowsIndex",
"range": [
4675,
4689
],
"loc": {
"start": {
"line": 124,
"column": 38
},
"end": {
"line": 124,
"column": 52
}
}
},
"range": [
4672,
4689
],
"loc": {
"start": {
"line": 124,
"column": 35
},
"end": {
"line": 124,
"column": 52
}
}
},
"range": [
4657,
4689
],
"loc": {
"start": {
"line": 124,
"column": 20
},
"end": {
"line": 124,
"column": 52
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
4711,
4722
],
"loc": {
"start": {
"line": 125,
"column": 20
},
"end": {
"line": 125,
"column": 31
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
4725,
4737
],
"loc": {
"start": {
"line": 125,
"column": 34
},
"end": {
"line": 125,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
4738,
4744
],
"loc": {
"start": {
"line": 125,
"column": 47
},
"end": {
"line": 125,
"column": 53
}
}
},
"range": [
4725,
4744
],
"loc": {
"start": {
"line": 125,
"column": 34
},
"end": {
"line": 125,
"column": 53
}
}
},
"range": [
4711,
4744
],
"loc": {
"start": {
"line": 125,
"column": 20
},
"end": {
"line": 125,
"column": 53
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "row",
"range": [
4766,
4769
],
"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": [
4772,
4774
],
"loc": {
"start": {
"line": 126,
"column": 26
},
"end": {
"line": 126,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "defaultSelection",
"range": [
4775,
4791
],
"loc": {
"start": {
"line": 126,
"column": 29
},
"end": {
"line": 126,
"column": 45
}
}
},
"range": [
4772,
4791
],
"loc": {
"start": {
"line": 126,
"column": 26
},
"end": {
"line": 126,
"column": 45
}
}
},
"right": {
"type": "Literal",
"value": "row",
"raw": "'row'",
"range": [
4796,
4801
],
"loc": {
"start": {
"line": 126,
"column": 50
},
"end": {
"line": 126,
"column": 55
}
}
},
"range": [
4772,
4801
],
"loc": {
"start": {
"line": 126,
"column": 26
},
"end": {
"line": 126,
"column": 55
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "selectedElm",
"range": [
4828,
4839
],
"loc": {
"start": {
"line": 127,
"column": 24
},
"end": {
"line": 127,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
4840,
4850
],
"loc": {
"start": {
"line": 127,
"column": 36
},
"end": {
"line": 127,
"column": 46
}
}
},
"range": [
4828,
4850
],
"loc": {
"start": {
"line": 127,
"column": 24
},
"end": {
"line": 127,
"column": 46
}
}
},
"alternate": {
"type": "Identifier",
"name": "selectedElm",
"range": [
4853,
4864
],
"loc": {
"start": {
"line": 127,
"column": 49
},
"end": {
"line": 127,
"column": 60
}
}
},
"range": [
4772,
4864
],
"loc": {
"start": {
"line": 126,
"column": 26
},
"end": {
"line": 127,
"column": 60
}
}
},
"range": [
4766,
4864
],
"loc": {
"start": {
"line": 126,
"column": 20
},
"end": {
"line": 127,
"column": 60
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cell",
"range": [
4954,
4958
],
"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": [
4961,
4972
],
"loc": {
"start": {
"line": 129,
"column": 27
},
"end": {
"line": 129,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "nodeName",
"range": [
4973,
4981
],
"loc": {
"start": {
"line": 129,
"column": 39
},
"end": {
"line": 129,
"column": 47
}
}
},
"range": [
4961,
4981
],
"loc": {
"start": {
"line": 129,
"column": 27
},
"end": {
"line": 129,
"column": 47
}
}
},
"right": {
"type": "Literal",
"value": "TD",
"raw": "'TD'",
"range": [
4984,
4988
],
"loc": {
"start": {
"line": 129,
"column": 50
},
"end": {
"line": 129,
"column": 54
}
}
},
"range": [
4961,
4988
],
"loc": {
"start": {
"line": 129,
"column": 27
},
"end": {
"line": 129,
"column": 54
}
}
},
"consequent": {
"type": "Identifier",
"name": "selectedElm",
"range": [
4991,
5002
],
"loc": {
"start": {
"line": 129,
"column": 57
},
"end": {
"line": 129,
"column": 68
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
5005,
5009
],
"loc": {
"start": {
"line": 129,
"column": 71
},
"end": {
"line": 129,
"column": 75
}
}
},
"range": [
4961,
5009
],
"loc": {
"start": {
"line": 129,
"column": 27
},
"end": {
"line": 129,
"column": 75
}
}
},
"range": [
4954,
5009
],
"loc": {
"start": {
"line": 129,
"column": 20
},
"end": {
"line": 129,
"column": 75
}
},
"leadingComments": [
{
"type": "Line",
"value": "cell for default_selection = 'both' or 'cell'",
"range": [
4886,
4933
],
"loc": {
"start": {
"line": 128,
"column": 20
},
"end": {
"line": 128,
"column": 67
}
}
}
]
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "keyCode",
"range": [
5031,
5038
],
"loc": {
"start": {
"line": 130,
"column": 20
},
"end": {
"line": 130,
"column": 27
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "Identifier",
"name": "e",
"range": [
5041,
5042
],
"loc": {
"start": {
"line": 130,
"column": 30
},
"end": {
"line": 130,
"column": 31
}
}
},
"right": {
"type": "Identifier",
"name": "undefined",
"range": [
5047,
5056
],
"loc": {
"start": {
"line": 130,
"column": 36
},
"end": {
"line": 130,
"column": 45
}
}
},
"range": [
5041,
5056
],
"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": [
5059,
5061
],
"loc": {
"start": {
"line": 130,
"column": 48
},
"end": {
"line": 130,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"name": "Event",
"range": [
5062,
5067
],
"loc": {
"start": {
"line": 130,
"column": 51
},
"end": {
"line": 130,
"column": 56
}
}
},
"range": [
5059,
5067
],
"loc": {
"start": {
"line": 130,
"column": 48
},
"end": {
"line": 130,
"column": 56
}
}
},
"property": {
"type": "Identifier",
"name": "GetKey",
"range": [
5068,
5074
],
"loc": {
"start": {
"line": 130,
"column": 57
},
"end": {
"line": 130,
"column": 63
}
}
},
"range": [
5059,
5074
],
"loc": {
"start": {
"line": 130,
"column": 48
},
"end": {
"line": 130,
"column": 63
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "e",
"range": [
5075,
5076
],
"loc": {
"start": {
"line": 130,
"column": 64
},
"end": {
"line": 130,
"column": 65
}
}
}
],
"range": [
5059,
5077
],
"loc": {
"start": {
"line": 130,
"column": 48
},
"end": {
"line": 130,
"column": 66
}
}
},
"alternate": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
5080,
5081
],
"loc": {
"start": {
"line": 130,
"column": 69
},
"end": {
"line": 130,
"column": 70
}
}
},
"range": [
5041,
5081
],
"loc": {
"start": {
"line": 130,
"column": 30
},
"end": {
"line": 130,
"column": 70
}
}
},
"range": [
5031,
5081
],
"loc": {
"start": {
"line": 130,
"column": 20
},
"end": {
"line": 130,
"column": 70
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "isRowValid",
"range": [
5103,
5113
],
"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": [
5116,
5119
],
"loc": {
"start": {
"line": 131,
"column": 33
},
"end": {
"line": 131,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "has",
"range": [
5120,
5123
],
"loc": {
"start": {
"line": 131,
"column": 37
},
"end": {
"line": 131,
"column": 40
}
}
},
"range": [
5116,
5123
],
"loc": {
"start": {
"line": 131,
"column": 33
},
"end": {
"line": 131,
"column": 40
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "validIndexes",
"range": [
5124,
5136
],
"loc": {
"start": {
"line": 131,
"column": 41
},
"end": {
"line": 131,
"column": 53
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "row",
"range": [
5138,
5141
],
"loc": {
"start": {
"line": 131,
"column": 55
},
"end": {
"line": 131,
"column": 58
}
}
},
"property": {
"type": "Identifier",
"name": "rowIndex",
"range": [
5142,
5150
],
"loc": {
"start": {
"line": 131,
"column": 59
},
"end": {
"line": 131,
"column": 67
}
}
},
"range": [
5138,
5150
],
"loc": {
"start": {
"line": 131,
"column": 55
},
"end": {
"line": 131,
"column": 67
}
}
}
],
"range": [
5116,
5151
],
"loc": {
"start": {
"line": 131,
"column": 33
},
"end": {
"line": 131,
"column": 68
}
}
},
"range": [
5103,
5151
],
"loc": {
"start": {
"line": 131,
"column": 20
},
"end": {
"line": 131,
"column": 68
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "nextRowIndex",
"range": [
5173,
5185
],
"loc": {
"start": {
"line": 132,
"column": 20
},
"end": {
"line": 132,
"column": 32
}
}
},
"init": null,
"range": [
5173,
5185
],
"loc": {
"start": {
"line": 132,
"column": 20
},
"end": {
"line": 132,
"column": 32
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "d",
"range": [
5246,
5247
],
"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": [
5251,
5258
],
"loc": {
"start": {
"line": 134,
"column": 25
},
"end": {
"line": 134,
"column": 32
}
}
},
"right": {
"type": "Literal",
"value": 34,
"raw": "34",
"range": [
5263,
5265
],
"loc": {
"start": {
"line": 134,
"column": 37
},
"end": {
"line": 134,
"column": 39
}
}
},
"range": [
5251,
5265
],
"loc": {
"start": {
"line": 134,
"column": 25
},
"end": {
"line": 134,
"column": 39
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "keyCode",
"range": [
5269,
5276
],
"loc": {
"start": {
"line": 134,
"column": 43
},
"end": {
"line": 134,
"column": 50
}
}
},
"right": {
"type": "Literal",
"value": 33,
"raw": "33",
"range": [
5281,
5283
],
"loc": {
"start": {
"line": 134,
"column": 55
},
"end": {
"line": 134,
"column": 57
}
}
},
"range": [
5269,
5283
],
"loc": {
"start": {
"line": 134,
"column": 43
},
"end": {
"line": 134,
"column": 57
}
}
},
"range": [
5251,
5283
],
"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": [
5311,
5313
],
"loc": {
"start": {
"line": 135,
"column": 25
},
"end": {
"line": 135,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
5314,
5321
],
"loc": {
"start": {
"line": 135,
"column": 28
},
"end": {
"line": 135,
"column": 35
}
}
},
"range": [
5311,
5321
],
"loc": {
"start": {
"line": 135,
"column": 25
},
"end": {
"line": 135,
"column": 35
}
}
},
"arguments": [
{
"type": "Literal",
"value": "paging",
"raw": "'paging'",
"range": [
5322,
5330
],
"loc": {
"start": {
"line": 135,
"column": 36
},
"end": {
"line": 135,
"column": 44
}
}
}
],
"range": [
5311,
5331
],
"loc": {
"start": {
"line": 135,
"column": 25
},
"end": {
"line": 135,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"name": "pagingLength",
"range": [
5332,
5344
],
"loc": {
"start": {
"line": 135,
"column": 46
},
"end": {
"line": 135,
"column": 58
}
}
},
"range": [
5311,
5344
],
"loc": {
"start": {
"line": 135,
"column": 25
},
"end": {
"line": 135,
"column": 58
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "et",
"range": [
5376,
5378
],
"loc": {
"start": {
"line": 136,
"column": 28
},
"end": {
"line": 136,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "nbRowsPerPage",
"range": [
5379,
5392
],
"loc": {
"start": {
"line": 136,
"column": 31
},
"end": {
"line": 136,
"column": 44
}
}
},
"range": [
5376,
5392
],
"loc": {
"start": {
"line": 136,
"column": 28
},
"end": {
"line": 136,
"column": 44
}
}
},
"range": [
5311,
5392
],
"loc": {
"start": {
"line": 135,
"column": 25
},
"end": {
"line": 136,
"column": 44
}
}
},
"alternate": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
5396,
5397
],
"loc": {
"start": {
"line": 136,
"column": 48
},
"end": {
"line": 136,
"column": 49
}
}
},
"range": [
5251,
5397
],
"loc": {
"start": {
"line": 134,
"column": 25
},
"end": {
"line": 136,
"column": 49
}
}
},
"range": [
5246,
5398
],
"loc": {
"start": {
"line": 134,
"column": 20
},
"end": {
"line": 136,
"column": 50
}
},
"leadingComments": [
{
"type": "Line",
"value": "pgup/pgdown keys",
"range": [
5207,
5225
],
"loc": {
"start": {
"line": 133,
"column": 20
},
"end": {
"line": 133,
"column": 38
}
}
}
]
}
],
"kind": "var",
"range": [
4653,
5399
],
"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": [
5417,
5480
],
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 79
}
}
},
{
"type": "Line",
"value": "calculated",
"range": [
5497,
5509
],
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 28
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Identifier",
"name": "isRowValid",
"range": [
5530,
5540
],
"loc": {
"start": {
"line": 140,
"column": 20
},
"end": {
"line": 140,
"column": 30
}
}
},
"prefix": true,
"range": [
5529,
5540
],
"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": [
5616,
5619
],
"loc": {
"start": {
"line": 142,
"column": 23
},
"end": {
"line": 142,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "rowIndex",
"range": [
5620,
5628
],
"loc": {
"start": {
"line": 142,
"column": 27
},
"end": {
"line": 142,
"column": 35
}
}
},
"range": [
5616,
5628
],
"loc": {
"start": {
"line": 142,
"column": 23
},
"end": {
"line": 142,
"column": 35
}
}
},
"right": {
"type": "Identifier",
"name": "_lastRowIndex",
"range": [
5629,
5642
],
"loc": {
"start": {
"line": 142,
"column": 36
},
"end": {
"line": 142,
"column": 49
}
}
},
"range": [
5616,
5642
],
"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": [
5707,
5710
],
"loc": {
"start": {
"line": 144,
"column": 27
},
"end": {
"line": 144,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "rowIndex",
"range": [
5711,
5719
],
"loc": {
"start": {
"line": 144,
"column": 31
},
"end": {
"line": 144,
"column": 39
}
}
},
"range": [
5707,
5719
],
"loc": {
"start": {
"line": 144,
"column": 27
},
"end": {
"line": 144,
"column": 39
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
5723,
5735
],
"loc": {
"start": {
"line": 144,
"column": 43
},
"end": {
"line": 144,
"column": 55
}
}
},
"property": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
5736,
5747
],
"loc": {
"start": {
"line": 144,
"column": 56
},
"end": {
"line": 144,
"column": 67
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
5748,
5749
],
"loc": {
"start": {
"line": 144,
"column": 68
},
"end": {
"line": 144,
"column": 69
}
}
},
"range": [
5736,
5749
],
"loc": {
"start": {
"line": 144,
"column": 56
},
"end": {
"line": 144,
"column": 69
}
}
},
"range": [
5723,
5750
],
"loc": {
"start": {
"line": 144,
"column": 43
},
"end": {
"line": 144,
"column": 70
}
}
},
"range": [
5707,
5750
],
"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": [
5781,
5793
],
"loc": {
"start": {
"line": 145,
"column": 28
},
"end": {
"line": 145,
"column": 40
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
5796,
5808
],
"loc": {
"start": {
"line": 145,
"column": 43
},
"end": {
"line": 145,
"column": 55
}
}
},
"property": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
5809,
5820
],
"loc": {
"start": {
"line": 145,
"column": 56
},
"end": {
"line": 145,
"column": 67
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
5821,
5822
],
"loc": {
"start": {
"line": 145,
"column": 68
},
"end": {
"line": 145,
"column": 69
}
}
},
"range": [
5809,
5822
],
"loc": {
"start": {
"line": 145,
"column": 56
},
"end": {
"line": 145,
"column": 69
}
}
},
"range": [
5796,
5823
],
"loc": {
"start": {
"line": 145,
"column": 43
},
"end": {
"line": 145,
"column": 70
}
}
},
"range": [
5781,
5823
],
"loc": {
"start": {
"line": 145,
"column": 28
},
"end": {
"line": 145,
"column": 70
}
}
},
"range": [
5781,
5824
],
"loc": {
"start": {
"line": 145,
"column": 28
},
"end": {
"line": 145,
"column": 71
}
}
}
],
"range": [
5751,
5850
],
"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": [
5890,
5902
],
"loc": {
"start": {
"line": 147,
"column": 32
},
"end": {
"line": 147,
"column": 44
}
}
},
"init": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Identifier",
"name": "_lastValidRowIndex",
"range": [
5906,
5924
],
"loc": {
"start": {
"line": 147,
"column": 48
},
"end": {
"line": 147,
"column": 66
}
}
},
"right": {
"type": "Identifier",
"name": "d",
"range": [
5927,
5928
],
"loc": {
"start": {
"line": 147,
"column": 69
},
"end": {
"line": 147,
"column": 70
}
}
},
"range": [
5906,
5928
],
"loc": {
"start": {
"line": 147,
"column": 48
},
"end": {
"line": 147,
"column": 70
}
}
},
"range": [
5890,
5929
],
"loc": {
"start": {
"line": 147,
"column": 32
},
"end": {
"line": 147,
"column": 71
}
}
}
],
"kind": "var",
"range": [
5886,
5930
],
"loc": {
"start": {
"line": 147,
"column": 28
},
"end": {
"line": 147,
"column": 72
}
}
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": ">",
"left": {
"type": "Identifier",
"name": "calcRowIndex",
"range": [
5962,
5974
],
"loc": {
"start": {
"line": 148,
"column": 31
},
"end": {
"line": 148,
"column": 43
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
5978,
5989
],
"loc": {
"start": {
"line": 148,
"column": 47
},
"end": {
"line": 148,
"column": 58
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
5990,
5991
],
"loc": {
"start": {
"line": 148,
"column": 59
},
"end": {
"line": 148,
"column": 60
}
}
},
"range": [
5978,
5991
],
"loc": {
"start": {
"line": 148,
"column": 47
},
"end": {
"line": 148,
"column": 60
}
}
},
"range": [
5962,
5992
],
"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": [
6027,
6039
],
"loc": {
"start": {
"line": 149,
"column": 32
},
"end": {
"line": 149,
"column": 44
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
6042,
6054
],
"loc": {
"start": {
"line": 149,
"column": 47
},
"end": {
"line": 149,
"column": 59
}
}
},
"property": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
6055,
6066
],
"loc": {
"start": {
"line": 149,
"column": 60
},
"end": {
"line": 149,
"column": 71
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
6067,
6068
],
"loc": {
"start": {
"line": 149,
"column": 72
},
"end": {
"line": 149,
"column": 73
}
}
},
"range": [
6055,
6068
],
"loc": {
"start": {
"line": 149,
"column": 60
},
"end": {
"line": 149,
"column": 73
}
}
},
"range": [
6042,
6069
],
"loc": {
"start": {
"line": 149,
"column": 47
},
"end": {
"line": 149,
"column": 74
}
}
},
"range": [
6027,
6069
],
"loc": {
"start": {
"line": 149,
"column": 32
},
"end": {
"line": 149,
"column": 74
}
}
},
"range": [
6027,
6070
],
"loc": {
"start": {
"line": 149,
"column": 32
},
"end": {
"line": 149,
"column": 75
}
}
}
],
"range": [
5993,
6100
],
"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": [
6140,
6152
],
"loc": {
"start": {
"line": 151,
"column": 32
},
"end": {
"line": 151,
"column": 44
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
6155,
6167
],
"loc": {
"start": {
"line": 151,
"column": 47
},
"end": {
"line": 151,
"column": 59
}
}
},
"property": {
"type": "Identifier",
"name": "calcRowIndex",
"range": [
6168,
6180
],
"loc": {
"start": {
"line": 151,
"column": 60
},
"end": {
"line": 151,
"column": 72
}
}
},
"range": [
6155,
6181
],
"loc": {
"start": {
"line": 151,
"column": 47
},
"end": {
"line": 151,
"column": 73
}
}
},
"range": [
6140,
6181
],
"loc": {
"start": {
"line": 151,
"column": 32
},
"end": {
"line": 151,
"column": 73
}
}
},
"range": [
6140,
6182
],
"loc": {
"start": {
"line": 151,
"column": 32
},
"end": {
"line": 151,
"column": 74
}
}
}
],
"range": [
6106,
6212
],
"loc": {
"start": {
"line": 150,
"column": 35
},
"end": {
"line": 152,
"column": 29
}
}
},
"range": [
5959,
6212
],
"loc": {
"start": {
"line": 148,
"column": 28
},
"end": {
"line": 152,
"column": 29
}
}
}
],
"range": [
5856,
6238
],
"loc": {
"start": {
"line": 146,
"column": 31
},
"end": {
"line": 153,
"column": 25
}
}
},
"range": [
5704,
6238
],
"loc": {
"start": {
"line": 144,
"column": 24
},
"end": {
"line": 153,
"column": 25
}
},
"leadingComments": [
{
"type": "Line",
"value": "last row",
"range": [
5669,
5679
],
"loc": {
"start": {
"line": 143,
"column": 24
},
"end": {
"line": 143,
"column": 34
}
}
}
]
}
],
"range": [
5643,
6260
],
"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": [
6330,
6333
],
"loc": {
"start": {
"line": 156,
"column": 27
},
"end": {
"line": 156,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "rowIndex",
"range": [
6334,
6342
],
"loc": {
"start": {
"line": 156,
"column": 31
},
"end": {
"line": 156,
"column": 39
}
}
},
"range": [
6330,
6342
],
"loc": {
"start": {
"line": 156,
"column": 27
},
"end": {
"line": 156,
"column": 39
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
6346,
6358
],
"loc": {
"start": {
"line": 156,
"column": 43
},
"end": {
"line": 156,
"column": 55
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
6359,
6360
],
"loc": {
"start": {
"line": 156,
"column": 56
},
"end": {
"line": 156,
"column": 57
}
}
},
"range": [
6346,
6361
],
"loc": {
"start": {
"line": 156,
"column": 43
},
"end": {
"line": 156,
"column": 58
}
}
},
"range": [
6330,
6361
],
"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": [
6392,
6404
],
"loc": {
"start": {
"line": 157,
"column": 28
},
"end": {
"line": 157,
"column": 40
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
6407,
6419
],
"loc": {
"start": {
"line": 157,
"column": 43
},
"end": {
"line": 157,
"column": 55
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
6420,
6421
],
"loc": {
"start": {
"line": 157,
"column": 56
},
"end": {
"line": 157,
"column": 57
}
}
},
"range": [
6407,
6422
],
"loc": {
"start": {
"line": 157,
"column": 43
},
"end": {
"line": 157,
"column": 58
}
}
},
"range": [
6392,
6422
],
"loc": {
"start": {
"line": 157,
"column": 28
},
"end": {
"line": 157,
"column": 58
}
}
},
"range": [
6392,
6423
],
"loc": {
"start": {
"line": 157,
"column": 28
},
"end": {
"line": 157,
"column": 59
}
}
}
],
"range": [
6362,
6449
],
"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": [
6489,
6490
],
"loc": {
"start": {
"line": 159,
"column": 32
},
"end": {
"line": 159,
"column": 33
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
6493,
6505
],
"loc": {
"start": {
"line": 159,
"column": 36
},
"end": {
"line": 159,
"column": 48
}
}
},
"property": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "_lastValidRowIndex",
"range": [
6506,
6524
],
"loc": {
"start": {
"line": 159,
"column": 49
},
"end": {
"line": 159,
"column": 67
}
}
},
"right": {
"type": "Identifier",
"name": "d",
"range": [
6527,
6528
],
"loc": {
"start": {
"line": 159,
"column": 70
},
"end": {
"line": 159,
"column": 71
}
}
},
"range": [
6506,
6528
],
"loc": {
"start": {
"line": 159,
"column": 49
},
"end": {
"line": 159,
"column": 71
}
}
},
"range": [
6493,
6529
],
"loc": {
"start": {
"line": 159,
"column": 36
},
"end": {
"line": 159,
"column": 72
}
}
},
"range": [
6489,
6529
],
"loc": {
"start": {
"line": 159,
"column": 32
},
"end": {
"line": 159,
"column": 72
}
}
}
],
"kind": "var",
"range": [
6485,
6530
],
"loc": {
"start": {
"line": 159,
"column": 28
},
"end": {
"line": 159,
"column": 73
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "nextRowIndex",
"range": [
6559,
6571
],
"loc": {
"start": {
"line": 160,
"column": 28
},
"end": {
"line": 160,
"column": 40
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "Identifier",
"name": "v",
"range": [
6574,
6575
],
"loc": {
"start": {
"line": 160,
"column": 43
},
"end": {
"line": 160,
"column": 44
}
}
},
"consequent": {
"type": "Identifier",
"name": "v",
"range": [
6578,
6579
],
"loc": {
"start": {
"line": 160,
"column": 47
},
"end": {
"line": 160,
"column": 48
}
}
},
"alternate": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
6582,
6594
],
"loc": {
"start": {
"line": 160,
"column": 51
},
"end": {
"line": 160,
"column": 63
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
6595,
6596
],
"loc": {
"start": {
"line": 160,
"column": 64
},
"end": {
"line": 160,
"column": 65
}
}
},
"range": [
6582,
6597
],
"loc": {
"start": {
"line": 160,
"column": 51
},
"end": {
"line": 160,
"column": 66
}
}
},
"range": [
6574,
6597
],
"loc": {
"start": {
"line": 160,
"column": 43
},
"end": {
"line": 160,
"column": 66
}
}
},
"range": [
6559,
6597
],
"loc": {
"start": {
"line": 160,
"column": 28
},
"end": {
"line": 160,
"column": 66
}
}
},
"range": [
6559,
6598
],
"loc": {
"start": {
"line": 160,
"column": 28
},
"end": {
"line": 160,
"column": 67
}
}
}
],
"range": [
6455,
6624
],
"loc": {
"start": {
"line": 158,
"column": 31
},
"end": {
"line": 161,
"column": 25
}
}
},
"range": [
6327,
6624
],
"loc": {
"start": {
"line": 156,
"column": 24
},
"end": {
"line": 161,
"column": 25
}
},
"leadingComments": [
{
"type": "Line",
"value": "first row",
"range": [
6291,
6302
],
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 35
}
}
}
]
}
],
"range": [
6265,
6646
],
"loc": {
"start": {
"line": 154,
"column": 26
},
"end": {
"line": 162,
"column": 21
}
}
},
"range": [
5613,
6646
],
"loc": {
"start": {
"line": 142,
"column": 20
},
"end": {
"line": 162,
"column": 21
}
},
"leadingComments": [
{
"type": "Line",
"value": "Selection direction up/down",
"range": [
5563,
5592
],
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 49
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "_lastRowIndex",
"range": [
6667,
6680
],
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 163,
"column": 33
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "row",
"range": [
6683,
6686
],
"loc": {
"start": {
"line": 163,
"column": 36
},
"end": {
"line": 163,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "rowIndex",
"range": [
6687,
6695
],
"loc": {
"start": {
"line": 163,
"column": 40
},
"end": {
"line": 163,
"column": 48
}
}
},
"range": [
6683,
6695
],
"loc": {
"start": {
"line": 163,
"column": 36
},
"end": {
"line": 163,
"column": 48
}
}
},
"range": [
6667,
6695
],
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 163,
"column": 48
}
}
},
"range": [
6667,
6696
],
"loc": {
"start": {
"line": 163,
"column": 20
},
"end": {
"line": 163,
"column": 49
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "doSelect",
"range": [
6717,
6725
],
"loc": {
"start": {
"line": 164,
"column": 20
},
"end": {
"line": 164,
"column": 28
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "nextRowIndex",
"range": [
6726,
6738
],
"loc": {
"start": {
"line": 164,
"column": 29
},
"end": {
"line": 164,
"column": 41
}
}
}
],
"range": [
6717,
6739
],
"loc": {
"start": {
"line": 164,
"column": 20
},
"end": {
"line": 164,
"column": 42
}
}
},
"range": [
6717,
6740
],
"loc": {
"start": {
"line": 164,
"column": 20
},
"end": {
"line": 164,
"column": 43
}
}
}
],
"range": [
5541,
6758
],
"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": [
6900,
6907
],
"loc": {
"start": {
"line": 168,
"column": 23
},
"end": {
"line": 168,
"column": 30
}
}
},
"right": {
"type": "Literal",
"value": 34,
"raw": "34",
"range": [
6910,
6912
],
"loc": {
"start": {
"line": 168,
"column": 33
},
"end": {
"line": 168,
"column": 35
}
}
},
"range": [
6900,
6912
],
"loc": {
"start": {
"line": 168,
"column": 23
},
"end": {
"line": 168,
"column": 35
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "Identifier",
"name": "keyCode",
"range": [
6916,
6923
],
"loc": {
"start": {
"line": 168,
"column": 39
},
"end": {
"line": 168,
"column": 46
}
}
},
"right": {
"type": "Literal",
"value": 33,
"raw": "33",
"range": [
6926,
6928
],
"loc": {
"start": {
"line": 168,
"column": 49
},
"end": {
"line": 168,
"column": 51
}
}
},
"range": [
6916,
6928
],
"loc": {
"start": {
"line": 168,
"column": 39
},
"end": {
"line": 168,
"column": 51
}
}
},
"range": [
6900,
6928
],
"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": [
6955,
6973
],
"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": [
6976,
6979
],
"loc": {
"start": {
"line": 169,
"column": 45
},
"end": {
"line": 169,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"name": "indexByValue",
"range": [
6980,
6992
],
"loc": {
"start": {
"line": 169,
"column": 49
},
"end": {
"line": 169,
"column": 61
}
}
},
"range": [
6976,
6992
],
"loc": {
"start": {
"line": 169,
"column": 45
},
"end": {
"line": 169,
"column": 61
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "validIndexes",
"range": [
6993,
7005
],
"loc": {
"start": {
"line": 169,
"column": 62
},
"end": {
"line": 169,
"column": 74
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "row",
"range": [
7035,
7038
],
"loc": {
"start": {
"line": 170,
"column": 28
},
"end": {
"line": 170,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "rowIndex",
"range": [
7039,
7047
],
"loc": {
"start": {
"line": 170,
"column": 32
},
"end": {
"line": 170,
"column": 40
}
}
},
"range": [
7035,
7047
],
"loc": {
"start": {
"line": 170,
"column": 28
},
"end": {
"line": 170,
"column": 40
}
}
}
],
"range": [
6976,
7048
],
"loc": {
"start": {
"line": 169,
"column": 45
},
"end": {
"line": 170,
"column": 41
}
}
},
"range": [
6955,
7048
],
"loc": {
"start": {
"line": 169,
"column": 24
},
"end": {
"line": 170,
"column": 41
}
}
},
"range": [
6955,
7049
],
"loc": {
"start": {
"line": 169,
"column": 24
},
"end": {
"line": 170,
"column": 42
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "_lastRowIndex",
"range": [
7074,
7087
],
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 37
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "row",
"range": [
7090,
7093
],
"loc": {
"start": {
"line": 171,
"column": 40
},
"end": {
"line": 171,
"column": 43
}
}
},
"property": {
"type": "Identifier",
"name": "rowIndex",
"range": [
7094,
7102
],
"loc": {
"start": {
"line": 171,
"column": 44
},
"end": {
"line": 171,
"column": 52
}
}
},
"range": [
7090,
7102
],
"loc": {
"start": {
"line": 171,
"column": 40
},
"end": {
"line": 171,
"column": 52
}
}
},
"range": [
7074,
7102
],
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 52
}
}
},
"range": [
7074,
7103
],
"loc": {
"start": {
"line": 171,
"column": 24
},
"end": {
"line": 171,
"column": 53
}
}
}
],
"range": [
6929,
7125
],
"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": [
7160,
7167
],
"loc": {
"start": {
"line": 173,
"column": 27
},
"end": {
"line": 173,
"column": 34
}
}
},
"right": {
"type": "Literal",
"value": 34,
"raw": "34",
"range": [
7172,
7174
],
"loc": {
"start": {
"line": 173,
"column": 39
},
"end": {
"line": 173,
"column": 41
}
}
},
"range": [
7160,
7174
],
"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": [
7257,
7275
],
"loc": {
"start": {
"line": 175,
"column": 32
},
"end": {
"line": 175,
"column": 50
}
}
},
"right": {
"type": "Identifier",
"name": "d",
"range": [
7278,
7279
],
"loc": {
"start": {
"line": 175,
"column": 53
},
"end": {
"line": 175,
"column": 54
}
}
},
"range": [
7257,
7279
],
"loc": {
"start": {
"line": 175,
"column": 32
},
"end": {
"line": 175,
"column": 54
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
7285,
7296
],
"loc": {
"start": {
"line": 175,
"column": 60
},
"end": {
"line": 175,
"column": 71
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
7297,
7298
],
"loc": {
"start": {
"line": 175,
"column": 72
},
"end": {
"line": 175,
"column": 73
}
}
},
"range": [
7285,
7298
],
"loc": {
"start": {
"line": 175,
"column": 60
},
"end": {
"line": 175,
"column": 73
}
}
},
"range": [
7256,
7299
],
"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": [
7334,
7346
],
"loc": {
"start": {
"line": 176,
"column": 32
},
"end": {
"line": 176,
"column": 44
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
7349,
7361
],
"loc": {
"start": {
"line": 176,
"column": 47
},
"end": {
"line": 176,
"column": 59
}
}
},
"property": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "Identifier",
"name": "_lastValidRowIndex",
"range": [
7395,
7413
],
"loc": {
"start": {
"line": 177,
"column": 32
},
"end": {
"line": 177,
"column": 50
}
}
},
"right": {
"type": "Identifier",
"name": "d",
"range": [
7416,
7417
],
"loc": {
"start": {
"line": 177,
"column": 53
},
"end": {
"line": 177,
"column": 54
}
}
},
"range": [
7395,
7417
],
"loc": {
"start": {
"line": 177,
"column": 32
},
"end": {
"line": 177,
"column": 54
}
}
},
"range": [
7349,
7418
],
"loc": {
"start": {
"line": 176,
"column": 47
},
"end": {
"line": 177,
"column": 55
}
}
},
"range": [
7334,
7418
],
"loc": {
"start": {
"line": 176,
"column": 32
},
"end": {
"line": 177,
"column": 55
}
}
},
"range": [
7334,
7419
],
"loc": {
"start": {
"line": 176,
"column": 32
},
"end": {
"line": 177,
"column": 56
}
}
}
],
"range": [
7300,
7449
],
"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": [
7489,
7501
],
"loc": {
"start": {
"line": 179,
"column": 32
},
"end": {
"line": 179,
"column": 44
}
}
},
"right": {
"type": "ArrayExpression",
"elements": [
{
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
7505,
7516
],
"loc": {
"start": {
"line": 179,
"column": 48
},
"end": {
"line": 179,
"column": 59
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
7517,
7518
],
"loc": {
"start": {
"line": 179,
"column": 60
},
"end": {
"line": 179,
"column": 61
}
}
},
"range": [
7505,
7518
],
"loc": {
"start": {
"line": 179,
"column": 48
},
"end": {
"line": 179,
"column": 61
}
}
}
],
"range": [
7504,
7519
],
"loc": {
"start": {
"line": 179,
"column": 47
},
"end": {
"line": 179,
"column": 62
}
}
},
"range": [
7489,
7519
],
"loc": {
"start": {
"line": 179,
"column": 32
},
"end": {
"line": 179,
"column": 62
}
}
},
"range": [
7489,
7520
],
"loc": {
"start": {
"line": 179,
"column": 32
},
"end": {
"line": 179,
"column": 63
}
}
}
],
"range": [
7455,
7550
],
"loc": {
"start": {
"line": 178,
"column": 35
},
"end": {
"line": 180,
"column": 29
}
}
},
"range": [
7253,
7550
],
"loc": {
"start": {
"line": 175,
"column": 28
},
"end": {
"line": 180,
"column": 29
}
},
"leadingComments": [
{
"type": "Line",
"value": "pgdown",
"range": [
7177,
7185
],
"loc": {
"start": {
"line": 173,
"column": 44
},
"end": {
"line": 173,
"column": 52
}
}
},
{
"type": "Line",
"value": "last row",
"range": [
7214,
7224
],
"loc": {
"start": {
"line": 174,
"column": 28
},
"end": {
"line": 174,
"column": 38
}
}
}
]
}
],
"range": [
7175,
7576
],
"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": [
7663,
7681
],
"loc": {
"start": {
"line": 183,
"column": 32
},
"end": {
"line": 183,
"column": 50
}
}
},
"right": {
"type": "Identifier",
"name": "d",
"range": [
7684,
7685
],
"loc": {
"start": {
"line": 183,
"column": 53
},
"end": {
"line": 183,
"column": 54
}
}
},
"range": [
7663,
7685
],
"loc": {
"start": {
"line": 183,
"column": 32
},
"end": {
"line": 183,
"column": 54
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
7690,
7702
],
"loc": {
"start": {
"line": 183,
"column": 59
},
"end": {
"line": 183,
"column": 71
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
7703,
7704
],
"loc": {
"start": {
"line": 183,
"column": 72
},
"end": {
"line": 183,
"column": 73
}
}
},
"range": [
7690,
7705
],
"loc": {
"start": {
"line": 183,
"column": 59
},
"end": {
"line": 183,
"column": 74
}
}
},
"range": [
7662,
7705
],
"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": [
7740,
7752
],
"loc": {
"start": {
"line": 184,
"column": 32
},
"end": {
"line": 184,
"column": 44
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
7755,
7767
],
"loc": {
"start": {
"line": 184,
"column": 47
},
"end": {
"line": 184,
"column": 59
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
7768,
7769
],
"loc": {
"start": {
"line": 184,
"column": 60
},
"end": {
"line": 184,
"column": 61
}
}
},
"range": [
7755,
7770
],
"loc": {
"start": {
"line": 184,
"column": 47
},
"end": {
"line": 184,
"column": 62
}
}
},
"range": [
7740,
7770
],
"loc": {
"start": {
"line": 184,
"column": 32
},
"end": {
"line": 184,
"column": 62
}
}
},
"range": [
7740,
7771
],
"loc": {
"start": {
"line": 184,
"column": 32
},
"end": {
"line": 184,
"column": 63
}
}
}
],
"range": [
7706,
7801
],
"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": [
7841,
7853
],
"loc": {
"start": {
"line": 186,
"column": 32
},
"end": {
"line": 186,
"column": 44
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
7856,
7868
],
"loc": {
"start": {
"line": 186,
"column": 47
},
"end": {
"line": 186,
"column": 59
}
}
},
"property": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "_lastValidRowIndex",
"range": [
7906,
7924
],
"loc": {
"start": {
"line": 187,
"column": 36
},
"end": {
"line": 187,
"column": 54
}
}
},
"right": {
"type": "Identifier",
"name": "d",
"range": [
7927,
7928
],
"loc": {
"start": {
"line": 187,
"column": 57
},
"end": {
"line": 187,
"column": 58
}
}
},
"range": [
7906,
7928
],
"loc": {
"start": {
"line": 187,
"column": 36
},
"end": {
"line": 187,
"column": 58
}
}
},
"range": [
7856,
7929
],
"loc": {
"start": {
"line": 186,
"column": 47
},
"end": {
"line": 187,
"column": 59
}
}
},
"range": [
7841,
7929
],
"loc": {
"start": {
"line": 186,
"column": 32
},
"end": {
"line": 187,
"column": 59
}
}
},
"range": [
7841,
7930
],
"loc": {
"start": {
"line": 186,
"column": 32
},
"end": {
"line": 187,
"column": 60
}
}
}
],
"range": [
7807,
7960
],
"loc": {
"start": {
"line": 185,
"column": 35
},
"end": {
"line": 188,
"column": 29
}
}
},
"range": [
7659,
7960
],
"loc": {
"start": {
"line": 183,
"column": 28
},
"end": {
"line": 188,
"column": 29
}
},
"leadingComments": [
{
"type": "Line",
"value": "pgup",
"range": [
7584,
7590
],
"loc": {
"start": {
"line": 181,
"column": 33
},
"end": {
"line": 181,
"column": 39
}
}
},
{
"type": "Line",
"value": "first row",
"range": [
7619,
7630
],
"loc": {
"start": {
"line": 182,
"column": 28
},
"end": {
"line": 182,
"column": 39
}
}
}
]
}
],
"range": [
7582,
7986
],
"loc": {
"start": {
"line": 181,
"column": 31
},
"end": {
"line": 189,
"column": 25
}
}
},
"range": [
7157,
7986
],
"loc": {
"start": {
"line": 173,
"column": 24
},
"end": {
"line": 189,
"column": 25
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "_lastRowIndex",
"range": [
8011,
8024
],
"loc": {
"start": {
"line": 190,
"column": 24
},
"end": {
"line": 190,
"column": 37
}
}
},
"right": {
"type": "Identifier",
"name": "nextRowIndex",
"range": [
8027,
8039
],
"loc": {
"start": {
"line": 190,
"column": 40
},
"end": {
"line": 190,
"column": 52
}
}
},
"range": [
8011,
8039
],
"loc": {
"start": {
"line": 190,
"column": 24
},
"end": {
"line": 190,
"column": 52
}
}
},
"range": [
8011,
8040
],
"loc": {
"start": {
"line": 190,
"column": 24
},
"end": {
"line": 190,
"column": 53
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "_lastValidRowIndex",
"range": [
8065,
8083
],
"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": [
8086,
8089
],
"loc": {
"start": {
"line": 191,
"column": 45
},
"end": {
"line": 191,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"name": "indexByValue",
"range": [
8090,
8102
],
"loc": {
"start": {
"line": 191,
"column": 49
},
"end": {
"line": 191,
"column": 61
}
}
},
"range": [
8086,
8102
],
"loc": {
"start": {
"line": 191,
"column": 45
},
"end": {
"line": 191,
"column": 61
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "validIndexes",
"range": [
8103,
8115
],
"loc": {
"start": {
"line": 191,
"column": 62
},
"end": {
"line": 191,
"column": 74
}
}
},
{
"type": "Identifier",
"name": "nextRowIndex",
"range": [
8145,
8157
],
"loc": {
"start": {
"line": 192,
"column": 28
},
"end": {
"line": 192,
"column": 40
}
}
}
],
"range": [
8086,
8158
],
"loc": {
"start": {
"line": 191,
"column": 45
},
"end": {
"line": 192,
"column": 41
}
}
},
"range": [
8065,
8158
],
"loc": {
"start": {
"line": 191,
"column": 24
},
"end": {
"line": 192,
"column": 41
}
}
},
"range": [
8065,
8159
],
"loc": {
"start": {
"line": 191,
"column": 24
},
"end": {
"line": 192,
"column": 42
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "doSelect",
"range": [
8184,
8192
],
"loc": {
"start": {
"line": 193,
"column": 24
},
"end": {
"line": 193,
"column": 32
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "nextRowIndex",
"range": [
8193,
8205
],
"loc": {
"start": {
"line": 193,
"column": 33
},
"end": {
"line": 193,
"column": 45
}
}
}
],
"range": [
8184,
8206
],
"loc": {
"start": {
"line": 193,
"column": 24
},
"end": {
"line": 193,
"column": 46
}
}
},
"range": [
8184,
8207
],
"loc": {
"start": {
"line": 193,
"column": 24
},
"end": {
"line": 193,
"column": 47
}
}
}
],
"range": [
7131,
8229
],
"loc": {
"start": {
"line": 172,
"column": 27
},
"end": {
"line": 194,
"column": 21
}
}
},
"range": [
6897,
8229
],
"loc": {
"start": {
"line": 168,
"column": 20
},
"end": {
"line": 194,
"column": 21
}
},
"leadingComments": [
{
"type": "Line",
"value": "If filtered row is valid, special calculation for",
"range": [
6786,
6837
],
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 71
}
}
},
{
"type": "Line",
"value": "pgup/pgdown keys",
"range": [
6858,
6876
],
"loc": {
"start": {
"line": 167,
"column": 20
},
"end": {
"line": 167,
"column": 38
}
}
}
]
}
],
"range": [
6764,
8247
],
"loc": {
"start": {
"line": 165,
"column": 23
},
"end": {
"line": 195,
"column": 17
}
}
},
"range": [
5526,
8247
],
"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": [
5417,
5480
],
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 79
}
}
},
{
"type": "Line",
"value": "calculated",
"range": [
5497,
5509
],
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 28
}
}
}
]
}
],
"range": [
2882,
8261
],
"loc": {
"start": {
"line": 83,
"column": 63
},
"end": {
"line": 196,
"column": 13
}
}
},
"generator": false,
"expression": false,
"range": [
2854,
8261
],
"loc": {
"start": {
"line": 83,
"column": 35
},
"end": {
"line": 196,
"column": 13
}
}
},
"range": [
2835,
8261
],
"loc": {
"start": {
"line": 83,
"column": 16
},
"end": {
"line": 196,
"column": 13
}
}
}
],
"kind": "var",
"range": [
2831,
8262
],
"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": [
2717,
2783
],
"loc": {
"start": {
"line": 81,
"column": 12
},
"end": {
"line": 81,
"column": 78
}
}
},
{
"type": "Line",
"value": "validRowsIndex array",
"range": [
2796,
2818
],
"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": [
8276,
8344
],
"loc": {
"start": {
"line": 198,
"column": 12
},
"end": {
"line": 198,
"column": 80
}
}
},
{
"type": "Line",
"value": "the current page range",
"range": [
8357,
8381
],
"loc": {
"start": {
"line": 199,
"column": 12
},
"end": {
"line": 199,
"column": 36
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "onBeforeSelection",
"range": [
8398,
8415
],
"loc": {
"start": {
"line": 200,
"column": 16
},
"end": {
"line": 200,
"column": 33
}
}
},
"init": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "et",
"range": [
8427,
8429
],
"loc": {
"start": {
"line": 200,
"column": 45
},
"end": {
"line": 200,
"column": 47
}
}
},
{
"type": "Identifier",
"name": "selectedElm",
"range": [
8431,
8442
],
"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": [
8465,
8468
],
"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": [
8471,
8473
],
"loc": {
"start": {
"line": 201,
"column": 26
},
"end": {
"line": 201,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "defaultSelection",
"range": [
8474,
8490
],
"loc": {
"start": {
"line": 201,
"column": 29
},
"end": {
"line": 201,
"column": 45
}
}
},
"range": [
8471,
8490
],
"loc": {
"start": {
"line": 201,
"column": 26
},
"end": {
"line": 201,
"column": 45
}
}
},
"right": {
"type": "Literal",
"value": "row",
"raw": "'row'",
"range": [
8495,
8500
],
"loc": {
"start": {
"line": 201,
"column": 50
},
"end": {
"line": 201,
"column": 55
}
}
},
"range": [
8471,
8500
],
"loc": {
"start": {
"line": 201,
"column": 26
},
"end": {
"line": 201,
"column": 55
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "selectedElm",
"range": [
8523,
8534
],
"loc": {
"start": {
"line": 202,
"column": 20
},
"end": {
"line": 202,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
8535,
8545
],
"loc": {
"start": {
"line": 202,
"column": 32
},
"end": {
"line": 202,
"column": 42
}
}
},
"range": [
8523,
8545
],
"loc": {
"start": {
"line": 202,
"column": 20
},
"end": {
"line": 202,
"column": 42
}
}
},
"alternate": {
"type": "Identifier",
"name": "selectedElm",
"range": [
8548,
8559
],
"loc": {
"start": {
"line": 202,
"column": 45
},
"end": {
"line": 202,
"column": 56
}
}
},
"range": [
8471,
8559
],
"loc": {
"start": {
"line": 201,
"column": 26
},
"end": {
"line": 202,
"column": 56
}
}
},
"range": [
8465,
8559
],
"loc": {
"start": {
"line": 201,
"column": 20
},
"end": {
"line": 202,
"column": 56
}
}
}
],
"kind": "var",
"range": [
8461,
8560
],
"loc": {
"start": {
"line": 201,
"column": 16
},
"end": {
"line": 202,
"column": 57
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
8580,
8582
],
"loc": {
"start": {
"line": 203,
"column": 19
},
"end": {
"line": 203,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "paging",
"range": [
8583,
8589
],
"loc": {
"start": {
"line": 203,
"column": 22
},
"end": {
"line": 203,
"column": 28
}
}
},
"range": [
8580,
8589
],
"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": [
8615,
8617
],
"loc": {
"start": {
"line": 204,
"column": 23
},
"end": {
"line": 204,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
8618,
8625
],
"loc": {
"start": {
"line": 204,
"column": 26
},
"end": {
"line": 204,
"column": 33
}
}
},
"range": [
8615,
8625
],
"loc": {
"start": {
"line": 204,
"column": 23
},
"end": {
"line": 204,
"column": 33
}
}
},
"arguments": [
{
"type": "Literal",
"value": "paging",
"raw": "'paging'",
"range": [
8626,
8634
],
"loc": {
"start": {
"line": 204,
"column": 34
},
"end": {
"line": 204,
"column": 42
}
}
}
],
"range": [
8615,
8635
],
"loc": {
"start": {
"line": 204,
"column": 23
},
"end": {
"line": 204,
"column": 43
}
}
},
"property": {
"type": "Identifier",
"name": "nbPages",
"range": [
8636,
8643
],
"loc": {
"start": {
"line": 204,
"column": 44
},
"end": {
"line": 204,
"column": 51
}
}
},
"range": [
8615,
8643
],
"loc": {
"start": {
"line": 204,
"column": 23
},
"end": {
"line": 204,
"column": 51
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
8646,
8647
],
"loc": {
"start": {
"line": 204,
"column": 54
},
"end": {
"line": 204,
"column": 55
}
}
},
"range": [
8615,
8647
],
"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": [
8678,
8684
],
"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": [
8687,
8689
],
"loc": {
"start": {
"line": 205,
"column": 37
},
"end": {
"line": 205,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
8690,
8697
],
"loc": {
"start": {
"line": 205,
"column": 40
},
"end": {
"line": 205,
"column": 47
}
}
},
"range": [
8687,
8697
],
"loc": {
"start": {
"line": 205,
"column": 37
},
"end": {
"line": 205,
"column": 47
}
}
},
"arguments": [
{
"type": "Literal",
"value": "paging",
"raw": "'paging'",
"range": [
8698,
8706
],
"loc": {
"start": {
"line": 205,
"column": 48
},
"end": {
"line": 205,
"column": 56
}
}
}
],
"range": [
8687,
8707
],
"loc": {
"start": {
"line": 205,
"column": 37
},
"end": {
"line": 205,
"column": 57
}
}
},
"range": [
8678,
8707
],
"loc": {
"start": {
"line": 205,
"column": 28
},
"end": {
"line": 205,
"column": 57
}
}
}
],
"kind": "var",
"range": [
8674,
8708
],
"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": [
8733,
8784
],
"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": [
8809,
8811
],
"loc": {
"start": {
"line": 207,
"column": 24
},
"end": {
"line": 207,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "nbRowsPerPage",
"range": [
8812,
8825
],
"loc": {
"start": {
"line": 207,
"column": 27
},
"end": {
"line": 207,
"column": 40
}
}
},
"range": [
8809,
8825
],
"loc": {
"start": {
"line": 207,
"column": 24
},
"end": {
"line": 207,
"column": 40
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "paging",
"range": [
8828,
8834
],
"loc": {
"start": {
"line": 207,
"column": 43
},
"end": {
"line": 207,
"column": 49
}
}
},
"property": {
"type": "Identifier",
"name": "pagingLength",
"range": [
8835,
8847
],
"loc": {
"start": {
"line": 207,
"column": 50
},
"end": {
"line": 207,
"column": 62
}
}
},
"range": [
8828,
8847
],
"loc": {
"start": {
"line": 207,
"column": 43
},
"end": {
"line": 207,
"column": 62
}
}
},
"range": [
8809,
8847
],
"loc": {
"start": {
"line": 207,
"column": 24
},
"end": {
"line": 207,
"column": 62
}
}
},
"range": [
8809,
8848
],
"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": [
8733,
8784
],
"loc": {
"start": {
"line": 206,
"column": 24
},
"end": {
"line": 206,
"column": 75
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "validIndexes",
"range": [
8877,
8889
],
"loc": {
"start": {
"line": 208,
"column": 28
},
"end": {
"line": 208,
"column": 40
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
8892,
8894
],
"loc": {
"start": {
"line": 208,
"column": 43
},
"end": {
"line": 208,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"name": "validRowsIndex",
"range": [
8895,
8909
],
"loc": {
"start": {
"line": 208,
"column": 46
},
"end": {
"line": 208,
"column": 60
}
}
},
"range": [
8892,
8909
],
"loc": {
"start": {
"line": 208,
"column": 43
},
"end": {
"line": 208,
"column": 60
}
}
},
"range": [
8877,
8909
],
"loc": {
"start": {
"line": 208,
"column": 28
},
"end": {
"line": 208,
"column": 60
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
8939,
8950
],
"loc": {
"start": {
"line": 209,
"column": 28
},
"end": {
"line": 209,
"column": 39
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
8953,
8965
],
"loc": {
"start": {
"line": 209,
"column": 42
},
"end": {
"line": 209,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
8966,
8972
],
"loc": {
"start": {
"line": 209,
"column": 55
},
"end": {
"line": 209,
"column": 61
}
}
},
"range": [
8953,
8972
],
"loc": {
"start": {
"line": 209,
"column": 42
},
"end": {
"line": 209,
"column": 61
}
}
},
"range": [
8939,
8972
],
"loc": {
"start": {
"line": 209,
"column": 28
},
"end": {
"line": 209,
"column": 61
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "pagingEndRow",
"range": [
9002,
9014
],
"loc": {
"start": {
"line": 210,
"column": 28
},
"end": {
"line": 210,
"column": 40
}
}
},
"init": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "parseInt",
"range": [
9017,
9025
],
"loc": {
"start": {
"line": 210,
"column": 43
},
"end": {
"line": 210,
"column": 51
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "paging",
"range": [
9026,
9032
],
"loc": {
"start": {
"line": 210,
"column": 52
},
"end": {
"line": 210,
"column": 58
}
}
},
"property": {
"type": "Identifier",
"name": "startPagingRow",
"range": [
9033,
9047
],
"loc": {
"start": {
"line": 210,
"column": 59
},
"end": {
"line": 210,
"column": 73
}
}
},
"range": [
9026,
9047
],
"loc": {
"start": {
"line": 210,
"column": 52
},
"end": {
"line": 210,
"column": 73
}
}
},
{
"type": "Literal",
"value": 10,
"raw": "10",
"range": [
9049,
9051
],
"loc": {
"start": {
"line": 210,
"column": 75
},
"end": {
"line": 210,
"column": 77
}
}
}
],
"range": [
9017,
9052
],
"loc": {
"start": {
"line": 210,
"column": 43
},
"end": {
"line": 210,
"column": 78
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "parseInt",
"range": [
9087,
9095
],
"loc": {
"start": {
"line": 211,
"column": 32
},
"end": {
"line": 211,
"column": 40
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "paging",
"range": [
9096,
9102
],
"loc": {
"start": {
"line": 211,
"column": 41
},
"end": {
"line": 211,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "pagingLength",
"range": [
9103,
9115
],
"loc": {
"start": {
"line": 211,
"column": 48
},
"end": {
"line": 211,
"column": 60
}
}
},
"range": [
9096,
9115
],
"loc": {
"start": {
"line": 211,
"column": 41
},
"end": {
"line": 211,
"column": 60
}
}
},
{
"type": "Literal",
"value": 10,
"raw": "10",
"range": [
9117,
9119
],
"loc": {
"start": {
"line": 211,
"column": 62
},
"end": {
"line": 211,
"column": 64
}
}
}
],
"range": [
9087,
9120
],
"loc": {
"start": {
"line": 211,
"column": 32
},
"end": {
"line": 211,
"column": 65
}
}
},
"range": [
9017,
9120
],
"loc": {
"start": {
"line": 210,
"column": 43
},
"end": {
"line": 211,
"column": 65
}
}
},
"range": [
9002,
9120
],
"loc": {
"start": {
"line": 210,
"column": 28
},
"end": {
"line": 211,
"column": 65
}
}
}
],
"kind": "var",
"range": [
8873,
9121
],
"loc": {
"start": {
"line": 208,
"column": 24
},
"end": {
"line": 211,
"column": 66
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "rowIndex",
"range": [
9150,
9158
],
"loc": {
"start": {
"line": 212,
"column": 28
},
"end": {
"line": 212,
"column": 36
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "row",
"range": [
9161,
9164
],
"loc": {
"start": {
"line": 212,
"column": 39
},
"end": {
"line": 212,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "rowIndex",
"range": [
9165,
9173
],
"loc": {
"start": {
"line": 212,
"column": 43
},
"end": {
"line": 212,
"column": 51
}
}
},
"range": [
9161,
9173
],
"loc": {
"start": {
"line": 212,
"column": 39
},
"end": {
"line": 212,
"column": 51
}
}
},
"range": [
9150,
9173
],
"loc": {
"start": {
"line": 212,
"column": 28
},
"end": {
"line": 212,
"column": 51
}
}
}
],
"kind": "var",
"range": [
9146,
9174
],
"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": [
9204,
9212
],
"loc": {
"start": {
"line": 214,
"column": 28
},
"end": {
"line": 214,
"column": 36
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
9217,
9229
],
"loc": {
"start": {
"line": 214,
"column": 41
},
"end": {
"line": 214,
"column": 53
}
}
},
"property": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
9230,
9241
],
"loc": {
"start": {
"line": 214,
"column": 54
},
"end": {
"line": 214,
"column": 65
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
9242,
9243
],
"loc": {
"start": {
"line": 214,
"column": 66
},
"end": {
"line": 214,
"column": 67
}
}
},
"range": [
9230,
9243
],
"loc": {
"start": {
"line": 214,
"column": 54
},
"end": {
"line": 214,
"column": 67
}
}
},
"range": [
9217,
9244
],
"loc": {
"start": {
"line": 214,
"column": 41
},
"end": {
"line": 214,
"column": 68
}
}
},
"range": [
9204,
9244
],
"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": [
9277,
9283
],
"loc": {
"start": {
"line": 215,
"column": 28
},
"end": {
"line": 215,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "currentPageNb",
"range": [
9284,
9297
],
"loc": {
"start": {
"line": 215,
"column": 35
},
"end": {
"line": 215,
"column": 48
}
}
},
"range": [
9277,
9297
],
"loc": {
"start": {
"line": 215,
"column": 28
},
"end": {
"line": 215,
"column": 48
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "paging",
"range": [
9300,
9306
],
"loc": {
"start": {
"line": 215,
"column": 51
},
"end": {
"line": 215,
"column": 57
}
}
},
"property": {
"type": "Identifier",
"name": "nbPages",
"range": [
9307,
9314
],
"loc": {
"start": {
"line": 215,
"column": 58
},
"end": {
"line": 215,
"column": 65
}
}
},
"range": [
9300,
9314
],
"loc": {
"start": {
"line": 215,
"column": 51
},
"end": {
"line": 215,
"column": 65
}
}
},
"range": [
9277,
9314
],
"loc": {
"start": {
"line": 215,
"column": 28
},
"end": {
"line": 215,
"column": 65
}
}
},
"range": [
9203,
9314
],
"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": [
9345,
9351
],
"loc": {
"start": {
"line": 216,
"column": 28
},
"end": {
"line": 216,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "setPage",
"range": [
9352,
9359
],
"loc": {
"start": {
"line": 216,
"column": 35
},
"end": {
"line": 216,
"column": 42
}
}
},
"range": [
9345,
9359
],
"loc": {
"start": {
"line": 216,
"column": 28
},
"end": {
"line": 216,
"column": 42
}
}
},
"arguments": [
{
"type": "Literal",
"value": "last",
"raw": "'last'",
"range": [
9360,
9366
],
"loc": {
"start": {
"line": 216,
"column": 43
},
"end": {
"line": 216,
"column": 49
}
}
}
],
"range": [
9345,
9367
],
"loc": {
"start": {
"line": 216,
"column": 28
},
"end": {
"line": 216,
"column": 50
}
}
},
"range": [
9345,
9368
],
"loc": {
"start": {
"line": 216,
"column": 28
},
"end": {
"line": 216,
"column": 51
}
}
}
],
"range": [
9315,
9394
],
"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": [
9428,
9436
],
"loc": {
"start": {
"line": 218,
"column": 33
},
"end": {
"line": 218,
"column": 41
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
9440,
9452
],
"loc": {
"start": {
"line": 218,
"column": 45
},
"end": {
"line": 218,
"column": 57
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
9453,
9454
],
"loc": {
"start": {
"line": 218,
"column": 58
},
"end": {
"line": 218,
"column": 59
}
}
},
"range": [
9440,
9455
],
"loc": {
"start": {
"line": 218,
"column": 45
},
"end": {
"line": 218,
"column": 60
}
}
},
"range": [
9428,
9455
],
"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": [
9488,
9494
],
"loc": {
"start": {
"line": 219,
"column": 28
},
"end": {
"line": 219,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "currentPageNb",
"range": [
9495,
9508
],
"loc": {
"start": {
"line": 219,
"column": 35
},
"end": {
"line": 219,
"column": 48
}
}
},
"range": [
9488,
9508
],
"loc": {
"start": {
"line": 219,
"column": 28
},
"end": {
"line": 219,
"column": 48
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
9511,
9512
],
"loc": {
"start": {
"line": 219,
"column": 51
},
"end": {
"line": 219,
"column": 52
}
}
},
"range": [
9488,
9512
],
"loc": {
"start": {
"line": 219,
"column": 28
},
"end": {
"line": 219,
"column": 52
}
}
},
"range": [
9427,
9512
],
"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": [
9543,
9549
],
"loc": {
"start": {
"line": 220,
"column": 28
},
"end": {
"line": 220,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "setPage",
"range": [
9550,
9557
],
"loc": {
"start": {
"line": 220,
"column": 35
},
"end": {
"line": 220,
"column": 42
}
}
},
"range": [
9543,
9557
],
"loc": {
"start": {
"line": 220,
"column": 28
},
"end": {
"line": 220,
"column": 42
}
}
},
"arguments": [
{
"type": "Literal",
"value": "first",
"raw": "'first'",
"range": [
9558,
9565
],
"loc": {
"start": {
"line": 220,
"column": 43
},
"end": {
"line": 220,
"column": 50
}
}
}
],
"range": [
9543,
9566
],
"loc": {
"start": {
"line": 220,
"column": 28
},
"end": {
"line": 220,
"column": 51
}
}
},
"range": [
9543,
9567
],
"loc": {
"start": {
"line": 220,
"column": 28
},
"end": {
"line": 220,
"column": 52
}
}
}
],
"range": [
9513,
9593
],
"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": [
9626,
9634
],
"loc": {
"start": {
"line": 222,
"column": 32
},
"end": {
"line": 222,
"column": 40
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
9637,
9649
],
"loc": {
"start": {
"line": 222,
"column": 43
},
"end": {
"line": 222,
"column": 55
}
}
},
"property": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "pagingEndRow",
"range": [
9650,
9662
],
"loc": {
"start": {
"line": 222,
"column": 56
},
"end": {
"line": 222,
"column": 68
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
9663,
9664
],
"loc": {
"start": {
"line": 222,
"column": 69
},
"end": {
"line": 222,
"column": 70
}
}
},
"range": [
9650,
9664
],
"loc": {
"start": {
"line": 222,
"column": 56
},
"end": {
"line": 222,
"column": 70
}
}
},
"range": [
9637,
9665
],
"loc": {
"start": {
"line": 222,
"column": 43
},
"end": {
"line": 222,
"column": 71
}
}
},
"range": [
9626,
9665
],
"loc": {
"start": {
"line": 222,
"column": 32
},
"end": {
"line": 222,
"column": 71
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "rowIndex",
"range": [
9697,
9705
],
"loc": {
"start": {
"line": 223,
"column": 28
},
"end": {
"line": 223,
"column": 36
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
9708,
9720
],
"loc": {
"start": {
"line": 223,
"column": 39
},
"end": {
"line": 223,
"column": 51
}
}
},
"property": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "Identifier",
"name": "validIdxLen",
"range": [
9721,
9732
],
"loc": {
"start": {
"line": 223,
"column": 52
},
"end": {
"line": 223,
"column": 63
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
9733,
9734
],
"loc": {
"start": {
"line": 223,
"column": 64
},
"end": {
"line": 223,
"column": 65
}
}
},
"range": [
9721,
9734
],
"loc": {
"start": {
"line": 223,
"column": 52
},
"end": {
"line": 223,
"column": 65
}
}
},
"range": [
9708,
9735
],
"loc": {
"start": {
"line": 223,
"column": 39
},
"end": {
"line": 223,
"column": 66
}
}
},
"range": [
9697,
9735
],
"loc": {
"start": {
"line": 223,
"column": 28
},
"end": {
"line": 223,
"column": 66
}
}
},
"range": [
9626,
9735
],
"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": [
9766,
9772
],
"loc": {
"start": {
"line": 224,
"column": 28
},
"end": {
"line": 224,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "setPage",
"range": [
9773,
9780
],
"loc": {
"start": {
"line": 224,
"column": 35
},
"end": {
"line": 224,
"column": 42
}
}
},
"range": [
9766,
9780
],
"loc": {
"start": {
"line": 224,
"column": 28
},
"end": {
"line": 224,
"column": 42
}
}
},
"arguments": [
{
"type": "Literal",
"value": "next",
"raw": "'next'",
"range": [
9781,
9787
],
"loc": {
"start": {
"line": 224,
"column": 43
},
"end": {
"line": 224,
"column": 49
}
}
}
],
"range": [
9766,
9788
],
"loc": {
"start": {
"line": 224,
"column": 28
},
"end": {
"line": 224,
"column": 50
}
}
},
"range": [
9766,
9789
],
"loc": {
"start": {
"line": 224,
"column": 28
},
"end": {
"line": 224,
"column": 51
}
}
}
],
"range": [
9736,
9815
],
"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": [
9877,
9885
],
"loc": {
"start": {
"line": 227,
"column": 28
},
"end": {
"line": 227,
"column": 36
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
9888,
9900
],
"loc": {
"start": {
"line": 227,
"column": 39
},
"end": {
"line": 227,
"column": 51
}
}
},
"property": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "paging",
"range": [
9901,
9907
],
"loc": {
"start": {
"line": 227,
"column": 52
},
"end": {
"line": 227,
"column": 58
}
}
},
"property": {
"type": "Identifier",
"name": "startPagingRow",
"range": [
9908,
9922
],
"loc": {
"start": {
"line": 227,
"column": 59
},
"end": {
"line": 227,
"column": 73
}
}
},
"range": [
9901,
9922
],
"loc": {
"start": {
"line": 227,
"column": 52
},
"end": {
"line": 227,
"column": 73
}
}
},
"range": [
9888,
9923
],
"loc": {
"start": {
"line": 227,
"column": 39
},
"end": {
"line": 227,
"column": 74
}
}
},
"range": [
9877,
9923
],
"loc": {
"start": {
"line": 227,
"column": 28
},
"end": {
"line": 227,
"column": 74
}
}
},
"right": {
"type": "BinaryExpression",
"operator": ">",
"left": {
"type": "Identifier",
"name": "rowIndex",
"range": [
9955,
9963
],
"loc": {
"start": {
"line": 228,
"column": 28
},
"end": {
"line": 228,
"column": 36
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "validIndexes",
"range": [
9966,
9978
],
"loc": {
"start": {
"line": 228,
"column": 39
},
"end": {
"line": 228,
"column": 51
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
9979,
9980
],
"loc": {
"start": {
"line": 228,
"column": 52
},
"end": {
"line": 228,
"column": 53
}
}
},
"range": [
9966,
9981
],
"loc": {
"start": {
"line": 228,
"column": 39
},
"end": {
"line": 228,
"column": 54
}
}
},
"range": [
9955,
9981
],
"loc": {
"start": {
"line": 228,
"column": 28
},
"end": {
"line": 228,
"column": 54
}
}
},
"range": [
9877,
9981
],
"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": [
10012,
10018
],
"loc": {
"start": {
"line": 229,
"column": 28
},
"end": {
"line": 229,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "setPage",
"range": [
10019,
10026
],
"loc": {
"start": {
"line": 229,
"column": 35
},
"end": {
"line": 229,
"column": 42
}
}
},
"range": [
10012,
10026
],
"loc": {
"start": {
"line": 229,
"column": 28
},
"end": {
"line": 229,
"column": 42
}
}
},
"arguments": [
{
"type": "Literal",
"value": "previous",
"raw": "'previous'",
"range": [
10027,
10037
],
"loc": {
"start": {
"line": 229,
"column": 43
},
"end": {
"line": 229,
"column": 53
}
}
}
],
"range": [
10012,
10038
],
"loc": {
"start": {
"line": 229,
"column": 28
},
"end": {
"line": 229,
"column": 54
}
}
},
"range": [
10012,
10039
],
"loc": {
"start": {
"line": 229,
"column": 28
},
"end": {
"line": 229,
"column": 55
}
}
}
],
"range": [
9982,
10065
],
"loc": {
"start": {
"line": 228,
"column": 55
},
"end": {
"line": 230,
"column": 25
}
}
},
"alternate": null,
"range": [
9845,
10065
],
"loc": {
"start": {
"line": 226,
"column": 29
},
"end": {
"line": 230,
"column": 25
}
}
},
"range": [
9623,
10065
],
"loc": {
"start": {
"line": 222,
"column": 29
},
"end": {
"line": 230,
"column": 25
}
}
},
"range": [
9424,
10065
],
"loc": {
"start": {
"line": 218,
"column": 29
},
"end": {
"line": 230,
"column": 25
}
}
},
"range": [
9200,
10065
],
"loc": {
"start": {
"line": 214,
"column": 24
},
"end": {
"line": 230,
"column": 25
}
}
}
],
"range": [
8648,
10087
],
"loc": {
"start": {
"line": 204,
"column": 56
},
"end": {
"line": 231,
"column": 21
}
}
},
"alternate": null,
"range": [
8612,
10087
],
"loc": {
"start": {
"line": 204,
"column": 20
},
"end": {
"line": 231,
"column": 21
}
}
}
],
"range": [
8590,
10105
],
"loc": {
"start": {
"line": 203,
"column": 29
},
"end": {
"line": 232,
"column": 17
}
}
},
"alternate": null,
"range": [
8577,
10105
],
"loc": {
"start": {
"line": 203,
"column": 16
},
"end": {
"line": 232,
"column": 17
}
}
}
],
"range": [
8443,
10119
],
"loc": {
"start": {
"line": 200,
"column": 61
},
"end": {
"line": 233,
"column": 13
}
}
},
"generator": false,
"expression": false,
"range": [
8418,
10119
],
"loc": {
"start": {
"line": 200,
"column": 36
},
"end": {
"line": 233,
"column": 13
}
}
},
"range": [
8398,
10119
],
"loc": {
"start": {
"line": 200,
"column": 16
},
"end": {
"line": 233,
"column": 13
}
}
}
],
"kind": "var",
"range": [
8394,
10120
],
"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": [
8276,
8344
],
"loc": {
"start": {
"line": 198,
"column": 12
},
"end": {
"line": 198,
"column": 80
}
}
},
{
"type": "Line",
"value": "the current page range",
"range": [
8357,
8381
],
"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": [
10134,
10193
],
"loc": {
"start": {
"line": 235,
"column": 12
},
"end": {
"line": 235,
"column": 71
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
10209,
10211
],
"loc": {
"start": {
"line": 236,
"column": 15
},
"end": {
"line": 236,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "paging",
"range": [
10212,
10218
],
"loc": {
"start": {
"line": 236,
"column": 18
},
"end": {
"line": 236,
"column": 24
}
}
},
"range": [
10209,
10218
],
"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": [
10237,
10239
],
"loc": {
"start": {
"line": 237,
"column": 16
},
"end": {
"line": 237,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
10240,
10247
],
"loc": {
"start": {
"line": 237,
"column": 19
},
"end": {
"line": 237,
"column": 26
}
}
},
"range": [
10237,
10247
],
"loc": {
"start": {
"line": 237,
"column": 16
},
"end": {
"line": 237,
"column": 26
}
}
},
"arguments": [
{
"type": "Literal",
"value": "paging",
"raw": "'paging'",
"range": [
10248,
10256
],
"loc": {
"start": {
"line": 237,
"column": 27
},
"end": {
"line": 237,
"column": 35
}
}
}
],
"range": [
10237,
10257
],
"loc": {
"start": {
"line": 237,
"column": 16
},
"end": {
"line": 237,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "onAfterChangePage",
"range": [
10258,
10275
],
"loc": {
"start": {
"line": 237,
"column": 37
},
"end": {
"line": 237,
"column": 54
}
}
},
"range": [
10237,
10275
],
"loc": {
"start": {
"line": 237,
"column": 16
},
"end": {
"line": 237,
"column": 54
}
}
},
"right": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "paging",
"range": [
10287,
10293
],
"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": [
10320,
10327
],
"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": [
10330,
10336
],
"loc": {
"start": {
"line": 238,
"column": 34
},
"end": {
"line": 238,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
10337,
10339
],
"loc": {
"start": {
"line": 238,
"column": 41
},
"end": {
"line": 238,
"column": 43
}
}
},
"range": [
10330,
10339
],
"loc": {
"start": {
"line": 238,
"column": 34
},
"end": {
"line": 238,
"column": 43
}
}
},
"property": {
"type": "Identifier",
"name": "extension",
"range": [
10340,
10349
],
"loc": {
"start": {
"line": 238,
"column": 44
},
"end": {
"line": 238,
"column": 53
}
}
},
"range": [
10330,
10349
],
"loc": {
"start": {
"line": 238,
"column": 34
},
"end": {
"line": 238,
"column": 53
}
}
},
"arguments": [
{
"type": "Literal",
"value": "advancedGrid",
"raw": "'advancedGrid'",
"range": [
10350,
10364
],
"loc": {
"start": {
"line": 238,
"column": 54
},
"end": {
"line": 238,
"column": 68
}
}
}
],
"range": [
10330,
10365
],
"loc": {
"start": {
"line": 238,
"column": 34
},
"end": {
"line": 238,
"column": 69
}
}
},
"range": [
10320,
10365
],
"loc": {
"start": {
"line": 238,
"column": 24
},
"end": {
"line": 238,
"column": 69
}
}
}
],
"kind": "var",
"range": [
10316,
10366
],
"loc": {
"start": {
"line": 238,
"column": 20
},
"end": {
"line": 238,
"column": 70
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "et",
"range": [
10391,
10393
],
"loc": {
"start": {
"line": 239,
"column": 24
},
"end": {
"line": 239,
"column": 26
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "advGrid",
"range": [
10396,
10403
],
"loc": {
"start": {
"line": 239,
"column": 29
},
"end": {
"line": 239,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "_ezEditTable",
"range": [
10404,
10416
],
"loc": {
"start": {
"line": 239,
"column": 37
},
"end": {
"line": 239,
"column": 49
}
}
},
"range": [
10396,
10416
],
"loc": {
"start": {
"line": 239,
"column": 29
},
"end": {
"line": 239,
"column": 49
}
}
},
"range": [
10391,
10416
],
"loc": {
"start": {
"line": 239,
"column": 24
},
"end": {
"line": 239,
"column": 49
}
}
}
],
"kind": "var",
"range": [
10387,
10417
],
"loc": {
"start": {
"line": 239,
"column": 20
},
"end": {
"line": 239,
"column": 50
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "slc",
"range": [
10442,
10445
],
"loc": {
"start": {
"line": 240,
"column": 24
},
"end": {
"line": 240,
"column": 27
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "et",
"range": [
10448,
10450
],
"loc": {
"start": {
"line": 240,
"column": 30
},
"end": {
"line": 240,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "Selection",
"range": [
10451,
10460
],
"loc": {
"start": {
"line": 240,
"column": 33
},
"end": {
"line": 240,
"column": 42
}
}
},
"range": [
10448,
10460
],
"loc": {
"start": {
"line": 240,
"column": 30
},
"end": {
"line": 240,
"column": 42
}
}
},
"range": [
10442,
10460
],
"loc": {
"start": {
"line": 240,
"column": 24
},
"end": {
"line": 240,
"column": 42
}
}
}
],
"kind": "var",
"range": [
10438,
10461
],
"loc": {
"start": {
"line": 240,
"column": 20
},
"end": {
"line": 240,
"column": 43
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "row",
"range": [
10486,
10489
],
"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": [
10492,
10495
],
"loc": {
"start": {
"line": 241,
"column": 30
},
"end": {
"line": 241,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "GetActiveRow",
"range": [
10496,
10508
],
"loc": {
"start": {
"line": 241,
"column": 34
},
"end": {
"line": 241,
"column": 46
}
}
},
"range": [
10492,
10508
],
"loc": {
"start": {
"line": 241,
"column": 30
},
"end": {
"line": 241,
"column": 46
}
}
},
"arguments": [],
"range": [
10492,
10510
],
"loc": {
"start": {
"line": 241,
"column": 30
},
"end": {
"line": 241,
"column": 48
}
}
},
"range": [
10486,
10510
],
"loc": {
"start": {
"line": 241,
"column": 24
},
"end": {
"line": 241,
"column": 48
}
}
}
],
"kind": "var",
"range": [
10482,
10511
],
"loc": {
"start": {
"line": 241,
"column": 20
},
"end": {
"line": 241,
"column": 49
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "row",
"range": [
10535,
10538
],
"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": [
10565,
10568
],
"loc": {
"start": {
"line": 243,
"column": 24
},
"end": {
"line": 243,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "scrollIntoView",
"range": [
10569,
10583
],
"loc": {
"start": {
"line": 243,
"column": 28
},
"end": {
"line": 243,
"column": 42
}
}
},
"range": [
10565,
10583
],
"loc": {
"start": {
"line": 243,
"column": 24
},
"end": {
"line": 243,
"column": 42
}
}
},
"arguments": [
{
"type": "Literal",
"value": false,
"raw": "false",
"range": [
10584,
10589
],
"loc": {
"start": {
"line": 243,
"column": 43
},
"end": {
"line": 243,
"column": 48
}
}
}
],
"range": [
10565,
10590
],
"loc": {
"start": {
"line": 243,
"column": 24
},
"end": {
"line": 243,
"column": 49
}
}
},
"range": [
10565,
10591
],
"loc": {
"start": {
"line": 243,
"column": 24
},
"end": {
"line": 243,
"column": 50
}
}
}
],
"range": [
10539,
10613
],
"loc": {
"start": {
"line": 242,
"column": 27
},
"end": {
"line": 244,
"column": 21
}
}
},
"alternate": null,
"range": [
10532,
10613
],
"loc": {
"start": {
"line": 242,
"column": 20
},
"end": {
"line": 244,
"column": 21
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cell",
"range": [
10638,
10642
],
"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": [
10645,
10648
],
"loc": {
"start": {
"line": 245,
"column": 31
},
"end": {
"line": 245,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "GetActiveCell",
"range": [
10649,
10662
],
"loc": {
"start": {
"line": 245,
"column": 35
},
"end": {
"line": 245,
"column": 48
}
}
},
"range": [
10645,
10662
],
"loc": {
"start": {
"line": 245,
"column": 31
},
"end": {
"line": 245,
"column": 48
}
}
},
"arguments": [],
"range": [
10645,
10664
],
"loc": {
"start": {
"line": 245,
"column": 31
},
"end": {
"line": 245,
"column": 50
}
}
},
"range": [
10638,
10664
],
"loc": {
"start": {
"line": 245,
"column": 24
},
"end": {
"line": 245,
"column": 50
}
}
}
],
"kind": "var",
"range": [
10634,
10665
],
"loc": {
"start": {
"line": 245,
"column": 20
},
"end": {
"line": 245,
"column": 51
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "cell",
"range": [
10689,
10693
],
"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": [
10720,
10724
],
"loc": {
"start": {
"line": 247,
"column": 24
},
"end": {
"line": 247,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "scrollIntoView",
"range": [
10725,
10739
],
"loc": {
"start": {
"line": 247,
"column": 29
},
"end": {
"line": 247,
"column": 43
}
}
},
"range": [
10720,
10739
],
"loc": {
"start": {
"line": 247,
"column": 24
},
"end": {
"line": 247,
"column": 43
}
}
},
"arguments": [
{
"type": "Literal",
"value": false,
"raw": "false",
"range": [
10740,
10745
],
"loc": {
"start": {
"line": 247,
"column": 44
},
"end": {
"line": 247,
"column": 49
}
}
}
],
"range": [
10720,
10746
],
"loc": {
"start": {
"line": 247,
"column": 24
},
"end": {
"line": 247,
"column": 50
}
}
},
"range": [
10720,
10747
],
"loc": {
"start": {
"line": 247,
"column": 24
},
"end": {
"line": 247,
"column": 51
}
}
}
],
"range": [
10694,
10769
],
"loc": {
"start": {
"line": 246,
"column": 28
},
"end": {
"line": 248,
"column": 21
}
}
},
"alternate": null,
"range": [
10686,
10769
],
"loc": {
"start": {
"line": 246,
"column": 20
},
"end": {
"line": 248,
"column": 21
}
}
}
],
"range": [
10294,
10787
],
"loc": {
"start": {
"line": 237,
"column": 73
},
"end": {
"line": 249,
"column": 17
}
}
},
"generator": false,
"expression": false,
"range": [
10278,
10787
],
"loc": {
"start": {
"line": 237,
"column": 57
},
"end": {
"line": 249,
"column": 17
}
}
},
"range": [
10237,
10787
],
"loc": {
"start": {
"line": 237,
"column": 16
},
"end": {
"line": 249,
"column": 17
}
}
},
"range": [
10237,
10788
],
"loc": {
"start": {
"line": 237,
"column": 16
},
"end": {
"line": 249,
"column": 18
}
}
}
],
"range": [
10219,
10802
],
"loc": {
"start": {
"line": 236,
"column": 25
},
"end": {
"line": 250,
"column": 13
}
}
},
"alternate": null,
"range": [
10206,
10802
],
"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": [
10134,
10193
],
"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": [
10816,
10878
],
"loc": {
"start": {
"line": 252,
"column": 12
},
"end": {
"line": 252,
"column": 74
}
}
},
{
"type": "Line",
"value": "EditTable row selection callback events",
"range": [
10891,
10932
],
"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": [
10948,
10951
],
"loc": {
"start": {
"line": 254,
"column": 15
},
"end": {
"line": 254,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "default_selection",
"range": [
10952,
10969
],
"loc": {
"start": {
"line": 254,
"column": 19
},
"end": {
"line": 254,
"column": 36
}
}
},
"range": [
10948,
10969
],
"loc": {
"start": {
"line": 254,
"column": 15
},
"end": {
"line": 254,
"column": 36
}
}
},
"right": {
"type": "Literal",
"value": "row",
"raw": "'row'",
"range": [
10972,
10977
],
"loc": {
"start": {
"line": 254,
"column": 39
},
"end": {
"line": 254,
"column": 44
}
}
},
"range": [
10948,
10977
],
"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": [
11000,
11003
],
"loc": {
"start": {
"line": 255,
"column": 20
},
"end": {
"line": 255,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
11006,
11009
],
"loc": {
"start": {
"line": 255,
"column": 26
},
"end": {
"line": 255,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_selected_row",
"range": [
11010,
11032
],
"loc": {
"start": {
"line": 255,
"column": 30
},
"end": {
"line": 255,
"column": 52
}
}
},
"range": [
11006,
11032
],
"loc": {
"start": {
"line": 255,
"column": 26
},
"end": {
"line": 255,
"column": 52
}
}
},
"range": [
11000,
11032
],
"loc": {
"start": {
"line": 255,
"column": 20
},
"end": {
"line": 255,
"column": 52
}
}
}
],
"kind": "var",
"range": [
10996,
11033
],
"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": [
11050,
11053
],
"loc": {
"start": {
"line": 256,
"column": 16
},
"end": {
"line": 256,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_selected_row",
"range": [
11054,
11076
],
"loc": {
"start": {
"line": 256,
"column": 20
},
"end": {
"line": 256,
"column": 42
}
}
},
"range": [
11050,
11076
],
"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": [
11111,
11128
],
"loc": {
"start": {
"line": 257,
"column": 20
},
"end": {
"line": 257,
"column": 37
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11129,
11138
],
"loc": {
"start": {
"line": 257,
"column": 38
},
"end": {
"line": 257,
"column": 47
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
11139,
11140
],
"loc": {
"start": {
"line": 257,
"column": 48
},
"end": {
"line": 257,
"column": 49
}
}
},
"range": [
11129,
11141
],
"loc": {
"start": {
"line": 257,
"column": 38
},
"end": {
"line": 257,
"column": 50
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11143,
11152
],
"loc": {
"start": {
"line": 257,
"column": 52
},
"end": {
"line": 257,
"column": 61
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
11153,
11154
],
"loc": {
"start": {
"line": 257,
"column": 62
},
"end": {
"line": 257,
"column": 63
}
}
},
"range": [
11143,
11155
],
"loc": {
"start": {
"line": 257,
"column": 52
},
"end": {
"line": 257,
"column": 64
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11157,
11166
],
"loc": {
"start": {
"line": 257,
"column": 66
},
"end": {
"line": 257,
"column": 75
}
}
},
"property": {
"type": "Literal",
"value": 2,
"raw": "2",
"range": [
11167,
11168
],
"loc": {
"start": {
"line": 257,
"column": 76
},
"end": {
"line": 257,
"column": 77
}
}
},
"range": [
11157,
11169
],
"loc": {
"start": {
"line": 257,
"column": 66
},
"end": {
"line": 257,
"column": 78
}
}
}
],
"range": [
11111,
11170
],
"loc": {
"start": {
"line": 257,
"column": 20
},
"end": {
"line": 257,
"column": 79
}
}
},
"range": [
11111,
11171
],
"loc": {
"start": {
"line": 257,
"column": 20
},
"end": {
"line": 257,
"column": 80
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "fnB",
"range": [
11195,
11198
],
"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": [
11225,
11228
],
"loc": {
"start": {
"line": 259,
"column": 24
},
"end": {
"line": 259,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
11229,
11233
],
"loc": {
"start": {
"line": 259,
"column": 28
},
"end": {
"line": 259,
"column": 32
}
}
},
"range": [
11225,
11233
],
"loc": {
"start": {
"line": 259,
"column": 24
},
"end": {
"line": 259,
"column": 32
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
11263,
11267
],
"loc": {
"start": {
"line": 260,
"column": 28
},
"end": {
"line": 260,
"column": 32
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11269,
11278
],
"loc": {
"start": {
"line": 260,
"column": 34
},
"end": {
"line": 260,
"column": 43
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
11279,
11280
],
"loc": {
"start": {
"line": 260,
"column": 44
},
"end": {
"line": 260,
"column": 45
}
}
},
"range": [
11269,
11281
],
"loc": {
"start": {
"line": 260,
"column": 34
},
"end": {
"line": 260,
"column": 46
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11283,
11292
],
"loc": {
"start": {
"line": 260,
"column": 48
},
"end": {
"line": 260,
"column": 57
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
11293,
11294
],
"loc": {
"start": {
"line": 260,
"column": 58
},
"end": {
"line": 260,
"column": 59
}
}
},
"range": [
11283,
11295
],
"loc": {
"start": {
"line": 260,
"column": 48
},
"end": {
"line": 260,
"column": 60
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11297,
11306
],
"loc": {
"start": {
"line": 260,
"column": 62
},
"end": {
"line": 260,
"column": 71
}
}
},
"property": {
"type": "Literal",
"value": 2,
"raw": "2",
"range": [
11307,
11308
],
"loc": {
"start": {
"line": 260,
"column": 72
},
"end": {
"line": 260,
"column": 73
}
}
},
"range": [
11297,
11309
],
"loc": {
"start": {
"line": 260,
"column": 62
},
"end": {
"line": 260,
"column": 74
}
}
}
],
"range": [
11225,
11310
],
"loc": {
"start": {
"line": 259,
"column": 24
},
"end": {
"line": 260,
"column": 75
}
}
},
"range": [
11225,
11311
],
"loc": {
"start": {
"line": 259,
"column": 24
},
"end": {
"line": 260,
"column": 76
}
}
}
],
"range": [
11199,
11333
],
"loc": {
"start": {
"line": 258,
"column": 27
},
"end": {
"line": 261,
"column": 21
}
}
},
"alternate": null,
"range": [
11192,
11333
],
"loc": {
"start": {
"line": 258,
"column": 20
},
"end": {
"line": 261,
"column": 21
}
}
}
],
"range": [
11089,
11351
],
"loc": {
"start": {
"line": 256,
"column": 55
},
"end": {
"line": 262,
"column": 17
}
}
},
"generator": false,
"expression": false,
"range": [
11079,
11351
],
"loc": {
"start": {
"line": 256,
"column": 45
},
"end": {
"line": 262,
"column": 17
}
}
},
"range": [
11050,
11351
],
"loc": {
"start": {
"line": 256,
"column": 16
},
"end": {
"line": 262,
"column": 17
}
}
},
"range": [
11050,
11352
],
"loc": {
"start": {
"line": 256,
"column": 16
},
"end": {
"line": 262,
"column": 18
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "fnA",
"range": [
11373,
11376
],
"loc": {
"start": {
"line": 263,
"column": 20
},
"end": {
"line": 263,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
11379,
11382
],
"loc": {
"start": {
"line": 263,
"column": 26
},
"end": {
"line": 263,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_selected_row",
"range": [
11383,
11404
],
"loc": {
"start": {
"line": 263,
"column": 30
},
"end": {
"line": 263,
"column": 51
}
}
},
"range": [
11379,
11404
],
"loc": {
"start": {
"line": 263,
"column": 26
},
"end": {
"line": 263,
"column": 51
}
}
},
"range": [
11373,
11404
],
"loc": {
"start": {
"line": 263,
"column": 20
},
"end": {
"line": 263,
"column": 51
}
}
}
],
"kind": "var",
"range": [
11369,
11405
],
"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": [
11422,
11425
],
"loc": {
"start": {
"line": 264,
"column": 16
},
"end": {
"line": 264,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_selected_row",
"range": [
11426,
11447
],
"loc": {
"start": {
"line": 264,
"column": 20
},
"end": {
"line": 264,
"column": 41
}
}
},
"range": [
11422,
11447
],
"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": [
11482,
11498
],
"loc": {
"start": {
"line": 265,
"column": 20
},
"end": {
"line": 265,
"column": 36
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11499,
11508
],
"loc": {
"start": {
"line": 265,
"column": 37
},
"end": {
"line": 265,
"column": 46
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
11509,
11510
],
"loc": {
"start": {
"line": 265,
"column": 47
},
"end": {
"line": 265,
"column": 48
}
}
},
"range": [
11499,
11511
],
"loc": {
"start": {
"line": 265,
"column": 37
},
"end": {
"line": 265,
"column": 49
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11513,
11522
],
"loc": {
"start": {
"line": 265,
"column": 51
},
"end": {
"line": 265,
"column": 60
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
11523,
11524
],
"loc": {
"start": {
"line": 265,
"column": 61
},
"end": {
"line": 265,
"column": 62
}
}
},
"range": [
11513,
11525
],
"loc": {
"start": {
"line": 265,
"column": 51
},
"end": {
"line": 265,
"column": 63
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11527,
11536
],
"loc": {
"start": {
"line": 265,
"column": 65
},
"end": {
"line": 265,
"column": 74
}
}
},
"property": {
"type": "Literal",
"value": 2,
"raw": "2",
"range": [
11537,
11538
],
"loc": {
"start": {
"line": 265,
"column": 75
},
"end": {
"line": 265,
"column": 76
}
}
},
"range": [
11527,
11539
],
"loc": {
"start": {
"line": 265,
"column": 65
},
"end": {
"line": 265,
"column": 77
}
}
}
],
"range": [
11482,
11540
],
"loc": {
"start": {
"line": 265,
"column": 20
},
"end": {
"line": 265,
"column": 78
}
}
},
"range": [
11482,
11541
],
"loc": {
"start": {
"line": 265,
"column": 20
},
"end": {
"line": 265,
"column": 79
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "fnA",
"range": [
11565,
11568
],
"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": [
11595,
11598
],
"loc": {
"start": {
"line": 267,
"column": 24
},
"end": {
"line": 267,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
11599,
11603
],
"loc": {
"start": {
"line": 267,
"column": 28
},
"end": {
"line": 267,
"column": 32
}
}
},
"range": [
11595,
11603
],
"loc": {
"start": {
"line": 267,
"column": 24
},
"end": {
"line": 267,
"column": 32
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
11633,
11637
],
"loc": {
"start": {
"line": 268,
"column": 28
},
"end": {
"line": 268,
"column": 32
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11639,
11648
],
"loc": {
"start": {
"line": 268,
"column": 34
},
"end": {
"line": 268,
"column": 43
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
11649,
11650
],
"loc": {
"start": {
"line": 268,
"column": 44
},
"end": {
"line": 268,
"column": 45
}
}
},
"range": [
11639,
11651
],
"loc": {
"start": {
"line": 268,
"column": 34
},
"end": {
"line": 268,
"column": 46
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11653,
11662
],
"loc": {
"start": {
"line": 268,
"column": 48
},
"end": {
"line": 268,
"column": 57
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
11663,
11664
],
"loc": {
"start": {
"line": 268,
"column": 58
},
"end": {
"line": 268,
"column": 59
}
}
},
"range": [
11653,
11665
],
"loc": {
"start": {
"line": 268,
"column": 48
},
"end": {
"line": 268,
"column": 60
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11667,
11676
],
"loc": {
"start": {
"line": 268,
"column": 62
},
"end": {
"line": 268,
"column": 71
}
}
},
"property": {
"type": "Literal",
"value": 2,
"raw": "2",
"range": [
11677,
11678
],
"loc": {
"start": {
"line": 268,
"column": 72
},
"end": {
"line": 268,
"column": 73
}
}
},
"range": [
11667,
11679
],
"loc": {
"start": {
"line": 268,
"column": 62
},
"end": {
"line": 268,
"column": 74
}
}
}
],
"range": [
11595,
11680
],
"loc": {
"start": {
"line": 267,
"column": 24
},
"end": {
"line": 268,
"column": 75
}
}
},
"range": [
11595,
11681
],
"loc": {
"start": {
"line": 267,
"column": 24
},
"end": {
"line": 268,
"column": 76
}
}
}
],
"range": [
11569,
11703
],
"loc": {
"start": {
"line": 266,
"column": 27
},
"end": {
"line": 269,
"column": 21
}
}
},
"alternate": null,
"range": [
11562,
11703
],
"loc": {
"start": {
"line": 266,
"column": 20
},
"end": {
"line": 269,
"column": 21
}
}
}
],
"range": [
11460,
11721
],
"loc": {
"start": {
"line": 264,
"column": 54
},
"end": {
"line": 270,
"column": 17
}
}
},
"generator": false,
"expression": false,
"range": [
11450,
11721
],
"loc": {
"start": {
"line": 264,
"column": 44
},
"end": {
"line": 270,
"column": 17
}
}
},
"range": [
11422,
11721
],
"loc": {
"start": {
"line": 264,
"column": 16
},
"end": {
"line": 270,
"column": 17
}
}
},
"range": [
11422,
11722
],
"loc": {
"start": {
"line": 264,
"column": 16
},
"end": {
"line": 270,
"column": 18
}
}
}
],
"range": [
10978,
11736
],
"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": [
11764,
11767
],
"loc": {
"start": {
"line": 272,
"column": 20
},
"end": {
"line": 272,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
11770,
11773
],
"loc": {
"start": {
"line": 272,
"column": 26
},
"end": {
"line": 272,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_selected_cell",
"range": [
11774,
11797
],
"loc": {
"start": {
"line": 272,
"column": 30
},
"end": {
"line": 272,
"column": 53
}
}
},
"range": [
11770,
11797
],
"loc": {
"start": {
"line": 272,
"column": 26
},
"end": {
"line": 272,
"column": 53
}
}
},
"range": [
11764,
11797
],
"loc": {
"start": {
"line": 272,
"column": 20
},
"end": {
"line": 272,
"column": 53
}
}
}
],
"kind": "var",
"range": [
11760,
11798
],
"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": [
11815,
11818
],
"loc": {
"start": {
"line": 273,
"column": 16
},
"end": {
"line": 273,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "on_before_selected_cell",
"range": [
11819,
11842
],
"loc": {
"start": {
"line": 273,
"column": 20
},
"end": {
"line": 273,
"column": 43
}
}
},
"range": [
11815,
11842
],
"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": [
11877,
11894
],
"loc": {
"start": {
"line": 274,
"column": 20
},
"end": {
"line": 274,
"column": 37
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11895,
11904
],
"loc": {
"start": {
"line": 274,
"column": 38
},
"end": {
"line": 274,
"column": 47
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
11905,
11906
],
"loc": {
"start": {
"line": 274,
"column": 48
},
"end": {
"line": 274,
"column": 49
}
}
},
"range": [
11895,
11907
],
"loc": {
"start": {
"line": 274,
"column": 38
},
"end": {
"line": 274,
"column": 50
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11909,
11918
],
"loc": {
"start": {
"line": 274,
"column": 52
},
"end": {
"line": 274,
"column": 61
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
11919,
11920
],
"loc": {
"start": {
"line": 274,
"column": 62
},
"end": {
"line": 274,
"column": 63
}
}
},
"range": [
11909,
11921
],
"loc": {
"start": {
"line": 274,
"column": 52
},
"end": {
"line": 274,
"column": 64
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
11923,
11932
],
"loc": {
"start": {
"line": 274,
"column": 66
},
"end": {
"line": 274,
"column": 75
}
}
},
"property": {
"type": "Literal",
"value": 2,
"raw": "2",
"range": [
11933,
11934
],
"loc": {
"start": {
"line": 274,
"column": 76
},
"end": {
"line": 274,
"column": 77
}
}
},
"range": [
11923,
11935
],
"loc": {
"start": {
"line": 274,
"column": 66
},
"end": {
"line": 274,
"column": 78
}
}
}
],
"range": [
11877,
11936
],
"loc": {
"start": {
"line": 274,
"column": 20
},
"end": {
"line": 274,
"column": 79
}
}
},
"range": [
11877,
11937
],
"loc": {
"start": {
"line": 274,
"column": 20
},
"end": {
"line": 274,
"column": 80
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "fnD",
"range": [
11961,
11964
],
"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": [
11991,
11994
],
"loc": {
"start": {
"line": 276,
"column": 24
},
"end": {
"line": 276,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
11995,
11999
],
"loc": {
"start": {
"line": 276,
"column": 28
},
"end": {
"line": 276,
"column": 32
}
}
},
"range": [
11991,
11999
],
"loc": {
"start": {
"line": 276,
"column": 24
},
"end": {
"line": 276,
"column": 32
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
12029,
12033
],
"loc": {
"start": {
"line": 277,
"column": 28
},
"end": {
"line": 277,
"column": 32
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
12035,
12044
],
"loc": {
"start": {
"line": 277,
"column": 34
},
"end": {
"line": 277,
"column": 43
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
12045,
12046
],
"loc": {
"start": {
"line": 277,
"column": 44
},
"end": {
"line": 277,
"column": 45
}
}
},
"range": [
12035,
12047
],
"loc": {
"start": {
"line": 277,
"column": 34
},
"end": {
"line": 277,
"column": 46
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
12049,
12058
],
"loc": {
"start": {
"line": 277,
"column": 48
},
"end": {
"line": 277,
"column": 57
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
12059,
12060
],
"loc": {
"start": {
"line": 277,
"column": 58
},
"end": {
"line": 277,
"column": 59
}
}
},
"range": [
12049,
12061
],
"loc": {
"start": {
"line": 277,
"column": 48
},
"end": {
"line": 277,
"column": 60
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
12063,
12072
],
"loc": {
"start": {
"line": 277,
"column": 62
},
"end": {
"line": 277,
"column": 71
}
}
},
"property": {
"type": "Literal",
"value": 2,
"raw": "2",
"range": [
12073,
12074
],
"loc": {
"start": {
"line": 277,
"column": 72
},
"end": {
"line": 277,
"column": 73
}
}
},
"range": [
12063,
12075
],
"loc": {
"start": {
"line": 277,
"column": 62
},
"end": {
"line": 277,
"column": 74
}
}
}
],
"range": [
11991,
12076
],
"loc": {
"start": {
"line": 276,
"column": 24
},
"end": {
"line": 277,
"column": 75
}
}
},
"range": [
11991,
12077
],
"loc": {
"start": {
"line": 276,
"column": 24
},
"end": {
"line": 277,
"column": 76
}
}
}
],
"range": [
11965,
12099
],
"loc": {
"start": {
"line": 275,
"column": 27
},
"end": {
"line": 278,
"column": 21
}
}
},
"alternate": null,
"range": [
11958,
12099
],
"loc": {
"start": {
"line": 275,
"column": 20
},
"end": {
"line": 278,
"column": 21
}
}
}
],
"range": [
11855,
12117
],
"loc": {
"start": {
"line": 273,
"column": 56
},
"end": {
"line": 279,
"column": 17
}
}
},
"generator": false,
"expression": false,
"range": [
11845,
12117
],
"loc": {
"start": {
"line": 273,
"column": 46
},
"end": {
"line": 279,
"column": 17
}
}
},
"range": [
11815,
12117
],
"loc": {
"start": {
"line": 273,
"column": 16
},
"end": {
"line": 279,
"column": 17
}
}
},
"range": [
11815,
12118
],
"loc": {
"start": {
"line": 273,
"column": 16
},
"end": {
"line": 279,
"column": 18
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "fnC",
"range": [
12139,
12142
],
"loc": {
"start": {
"line": 280,
"column": 20
},
"end": {
"line": 280,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
12145,
12148
],
"loc": {
"start": {
"line": 280,
"column": 26
},
"end": {
"line": 280,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_selected_cell",
"range": [
12149,
12171
],
"loc": {
"start": {
"line": 280,
"column": 30
},
"end": {
"line": 280,
"column": 52
}
}
},
"range": [
12145,
12171
],
"loc": {
"start": {
"line": 280,
"column": 26
},
"end": {
"line": 280,
"column": 52
}
}
},
"range": [
12139,
12171
],
"loc": {
"start": {
"line": 280,
"column": 20
},
"end": {
"line": 280,
"column": 52
}
}
}
],
"kind": "var",
"range": [
12135,
12172
],
"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": [
12189,
12192
],
"loc": {
"start": {
"line": 281,
"column": 16
},
"end": {
"line": 281,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_selected_cell",
"range": [
12193,
12215
],
"loc": {
"start": {
"line": 281,
"column": 20
},
"end": {
"line": 281,
"column": 42
}
}
},
"range": [
12189,
12215
],
"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": [
12250,
12266
],
"loc": {
"start": {
"line": 282,
"column": 20
},
"end": {
"line": 282,
"column": 36
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
12267,
12276
],
"loc": {
"start": {
"line": 282,
"column": 37
},
"end": {
"line": 282,
"column": 46
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
12277,
12278
],
"loc": {
"start": {
"line": 282,
"column": 47
},
"end": {
"line": 282,
"column": 48
}
}
},
"range": [
12267,
12279
],
"loc": {
"start": {
"line": 282,
"column": 37
},
"end": {
"line": 282,
"column": 49
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
12281,
12290
],
"loc": {
"start": {
"line": 282,
"column": 51
},
"end": {
"line": 282,
"column": 60
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
12291,
12292
],
"loc": {
"start": {
"line": 282,
"column": 61
},
"end": {
"line": 282,
"column": 62
}
}
},
"range": [
12281,
12293
],
"loc": {
"start": {
"line": 282,
"column": 51
},
"end": {
"line": 282,
"column": 63
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
12295,
12304
],
"loc": {
"start": {
"line": 282,
"column": 65
},
"end": {
"line": 282,
"column": 74
}
}
},
"property": {
"type": "Literal",
"value": 2,
"raw": "2",
"range": [
12305,
12306
],
"loc": {
"start": {
"line": 282,
"column": 75
},
"end": {
"line": 282,
"column": 76
}
}
},
"range": [
12295,
12307
],
"loc": {
"start": {
"line": 282,
"column": 65
},
"end": {
"line": 282,
"column": 77
}
}
}
],
"range": [
12250,
12308
],
"loc": {
"start": {
"line": 282,
"column": 20
},
"end": {
"line": 282,
"column": 78
}
}
},
"range": [
12250,
12309
],
"loc": {
"start": {
"line": 282,
"column": 20
},
"end": {
"line": 282,
"column": 79
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "fnC",
"range": [
12333,
12336
],
"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": [
12363,
12366
],
"loc": {
"start": {
"line": 284,
"column": 24
},
"end": {
"line": 284,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
12367,
12371
],
"loc": {
"start": {
"line": 284,
"column": 28
},
"end": {
"line": 284,
"column": 32
}
}
},
"range": [
12363,
12371
],
"loc": {
"start": {
"line": 284,
"column": 24
},
"end": {
"line": 284,
"column": 32
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
12401,
12405
],
"loc": {
"start": {
"line": 285,
"column": 28
},
"end": {
"line": 285,
"column": 32
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
12407,
12416
],
"loc": {
"start": {
"line": 285,
"column": 34
},
"end": {
"line": 285,
"column": 43
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
12417,
12418
],
"loc": {
"start": {
"line": 285,
"column": 44
},
"end": {
"line": 285,
"column": 45
}
}
},
"range": [
12407,
12419
],
"loc": {
"start": {
"line": 285,
"column": 34
},
"end": {
"line": 285,
"column": 46
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
12421,
12430
],
"loc": {
"start": {
"line": 285,
"column": 48
},
"end": {
"line": 285,
"column": 57
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
12431,
12432
],
"loc": {
"start": {
"line": 285,
"column": 58
},
"end": {
"line": 285,
"column": 59
}
}
},
"range": [
12421,
12433
],
"loc": {
"start": {
"line": 285,
"column": 48
},
"end": {
"line": 285,
"column": 60
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
12435,
12444
],
"loc": {
"start": {
"line": 285,
"column": 62
},
"end": {
"line": 285,
"column": 71
}
}
},
"property": {
"type": "Literal",
"value": 2,
"raw": "2",
"range": [
12445,
12446
],
"loc": {
"start": {
"line": 285,
"column": 72
},
"end": {
"line": 285,
"column": 73
}
}
},
"range": [
12435,
12447
],
"loc": {
"start": {
"line": 285,
"column": 62
},
"end": {
"line": 285,
"column": 74
}
}
}
],
"range": [
12363,
12448
],
"loc": {
"start": {
"line": 284,
"column": 24
},
"end": {
"line": 285,
"column": 75
}
}
},
"range": [
12363,
12449
],
"loc": {
"start": {
"line": 284,
"column": 24
},
"end": {
"line": 285,
"column": 76
}
}
}
],
"range": [
12337,
12471
],
"loc": {
"start": {
"line": 283,
"column": 27
},
"end": {
"line": 286,
"column": 21
}
}
},
"alternate": null,
"range": [
12330,
12471
],
"loc": {
"start": {
"line": 283,
"column": 20
},
"end": {
"line": 286,
"column": 21
}
}
}
],
"range": [
12228,
12489
],
"loc": {
"start": {
"line": 281,
"column": 55
},
"end": {
"line": 287,
"column": 17
}
}
},
"generator": false,
"expression": false,
"range": [
12218,
12489
],
"loc": {
"start": {
"line": 281,
"column": 45
},
"end": {
"line": 287,
"column": 17
}
}
},
"range": [
12189,
12489
],
"loc": {
"start": {
"line": 281,
"column": 16
},
"end": {
"line": 287,
"column": 17
}
}
},
"range": [
12189,
12490
],
"loc": {
"start": {
"line": 281,
"column": 16
},
"end": {
"line": 287,
"column": 18
}
}
}
],
"range": [
11742,
12504
],
"loc": {
"start": {
"line": 271,
"column": 19
},
"end": {
"line": 288,
"column": 13
}
}
},
"range": [
10945,
12504
],
"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": [
10816,
10878
],
"loc": {
"start": {
"line": 252,
"column": 12
},
"end": {
"line": 252,
"column": 74
}
}
},
{
"type": "Line",
"value": "EditTable row selection callback events",
"range": [
10891,
10932
],
"loc": {
"start": {
"line": 253,
"column": 12
},
"end": {
"line": 253,
"column": 53
}
}
}
]
}
],
"range": [
2703,
12514
],
"loc": {
"start": {
"line": 80,
"column": 22
},
"end": {
"line": 289,
"column": 9
}
}
},
"alternate": null,
"range": [
2689,
12514
],
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 289,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "editable",
"range": [
12526,
12534
],
"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": [
12631,
12634
],
"loc": {
"start": {
"line": 292,
"column": 16
},
"end": {
"line": 292,
"column": 19
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cfg",
"range": [
12637,
12640
],
"loc": {
"start": {
"line": 292,
"column": 22
},
"end": {
"line": 292,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "on_added_dom_row",
"range": [
12641,
12657
],
"loc": {
"start": {
"line": 292,
"column": 26
},
"end": {
"line": 292,
"column": 42
}
}
},
"range": [
12637,
12657
],
"loc": {
"start": {
"line": 292,
"column": 22
},
"end": {
"line": 292,
"column": 42
}
}
},
"range": [
12631,
12657
],
"loc": {
"start": {
"line": 292,
"column": 16
},
"end": {
"line": 292,
"column": 42
}
}
}
],
"kind": "var",
"range": [
12627,
12658
],
"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": [
12549,
12614
],
"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": [
12671,
12674
],
"loc": {
"start": {
"line": 293,
"column": 12
},
"end": {
"line": 293,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "on_added_dom_row",
"range": [
12675,
12691
],
"loc": {
"start": {
"line": 293,
"column": 16
},
"end": {
"line": 293,
"column": 32
}
}
},
"range": [
12671,
12691
],
"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": [
12722,
12724
],
"loc": {
"start": {
"line": 294,
"column": 16
},
"end": {
"line": 294,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "nbFilterableRows",
"range": [
12725,
12741
],
"loc": {
"start": {
"line": 294,
"column": 19
},
"end": {
"line": 294,
"column": 35
}
}
},
"range": [
12722,
12741
],
"loc": {
"start": {
"line": 294,
"column": 16
},
"end": {
"line": 294,
"column": 35
}
}
},
"prefix": false,
"range": [
12722,
12743
],
"loc": {
"start": {
"line": 294,
"column": 16
},
"end": {
"line": 294,
"column": 37
}
}
},
"range": [
12722,
12744
],
"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": [
12765,
12767
],
"loc": {
"start": {
"line": 295,
"column": 20
},
"end": {
"line": 295,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "paging",
"range": [
12768,
12774
],
"loc": {
"start": {
"line": 295,
"column": 23
},
"end": {
"line": 295,
"column": 29
}
}
},
"range": [
12765,
12774
],
"loc": {
"start": {
"line": 295,
"column": 20
},
"end": {
"line": 295,
"column": 29
}
}
},
"prefix": true,
"range": [
12764,
12774
],
"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": [
12797,
12799
],
"loc": {
"start": {
"line": 296,
"column": 20
},
"end": {
"line": 296,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
12800,
12807
],
"loc": {
"start": {
"line": 296,
"column": 23
},
"end": {
"line": 296,
"column": 30
}
}
},
"range": [
12797,
12807
],
"loc": {
"start": {
"line": 296,
"column": 20
},
"end": {
"line": 296,
"column": 30
}
}
},
"arguments": [
{
"type": "Literal",
"value": "rowsCounter",
"raw": "'rowsCounter'",
"range": [
12808,
12821
],
"loc": {
"start": {
"line": 296,
"column": 31
},
"end": {
"line": 296,
"column": 44
}
}
}
],
"range": [
12797,
12822
],
"loc": {
"start": {
"line": 296,
"column": 20
},
"end": {
"line": 296,
"column": 45
}
}
},
"property": {
"type": "Identifier",
"name": "refresh",
"range": [
12823,
12830
],
"loc": {
"start": {
"line": 296,
"column": 46
},
"end": {
"line": 296,
"column": 53
}
}
},
"range": [
12797,
12830
],
"loc": {
"start": {
"line": 296,
"column": 20
},
"end": {
"line": 296,
"column": 53
}
}
},
"arguments": [],
"range": [
12797,
12832
],
"loc": {
"start": {
"line": 296,
"column": 20
},
"end": {
"line": 296,
"column": 55
}
}
},
"range": [
12797,
12833
],
"loc": {
"start": {
"line": 296,
"column": 20
},
"end": {
"line": 296,
"column": 56
}
}
}
],
"range": [
12775,
12851
],
"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": [
12879,
12881
],
"loc": {
"start": {
"line": 298,
"column": 20
},
"end": {
"line": 298,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "nbRows",
"range": [
12882,
12888
],
"loc": {
"start": {
"line": 298,
"column": 23
},
"end": {
"line": 298,
"column": 29
}
}
},
"range": [
12879,
12888
],
"loc": {
"start": {
"line": 298,
"column": 20
},
"end": {
"line": 298,
"column": 29
}
}
},
"prefix": false,
"range": [
12879,
12890
],
"loc": {
"start": {
"line": 298,
"column": 20
},
"end": {
"line": 298,
"column": 31
}
}
},
"range": [
12879,
12891
],
"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": [
12912,
12914
],
"loc": {
"start": {
"line": 299,
"column": 20
},
"end": {
"line": 299,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "nbVisibleRows",
"range": [
12915,
12928
],
"loc": {
"start": {
"line": 299,
"column": 23
},
"end": {
"line": 299,
"column": 36
}
}
},
"range": [
12912,
12928
],
"loc": {
"start": {
"line": 299,
"column": 20
},
"end": {
"line": 299,
"column": 36
}
}
},
"prefix": false,
"range": [
12912,
12930
],
"loc": {
"start": {
"line": 299,
"column": 20
},
"end": {
"line": 299,
"column": 38
}
}
},
"range": [
12912,
12931
],
"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": [
12952,
12954
],
"loc": {
"start": {
"line": 300,
"column": 20
},
"end": {
"line": 300,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "nbFilterableRows",
"range": [
12955,
12971
],
"loc": {
"start": {
"line": 300,
"column": 23
},
"end": {
"line": 300,
"column": 39
}
}
},
"range": [
12952,
12971
],
"loc": {
"start": {
"line": 300,
"column": 20
},
"end": {
"line": 300,
"column": 39
}
}
},
"prefix": false,
"range": [
12952,
12973
],
"loc": {
"start": {
"line": 300,
"column": 20
},
"end": {
"line": 300,
"column": 41
}
}
},
"range": [
12952,
12974
],
"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": [
12995,
12997
],
"loc": {
"start": {
"line": 301,
"column": 20
},
"end": {
"line": 301,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "paging",
"range": [
12998,
13004
],
"loc": {
"start": {
"line": 301,
"column": 23
},
"end": {
"line": 301,
"column": 29
}
}
},
"range": [
12995,
13004
],
"loc": {
"start": {
"line": 301,
"column": 20
},
"end": {
"line": 301,
"column": 29
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
13005,
13010
],
"loc": {
"start": {
"line": 301,
"column": 30
},
"end": {
"line": 301,
"column": 35
}
}
},
"range": [
12995,
13010
],
"loc": {
"start": {
"line": 301,
"column": 20
},
"end": {
"line": 301,
"column": 35
}
}
},
"range": [
12995,
13011
],
"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": [
13032,
13034
],
"loc": {
"start": {
"line": 302,
"column": 20
},
"end": {
"line": 302,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
13035,
13042
],
"loc": {
"start": {
"line": 302,
"column": 23
},
"end": {
"line": 302,
"column": 30
}
}
},
"range": [
13032,
13042
],
"loc": {
"start": {
"line": 302,
"column": 20
},
"end": {
"line": 302,
"column": 30
}
}
},
"arguments": [
{
"type": "Literal",
"value": "paging",
"raw": "'paging'",
"range": [
13043,
13051
],
"loc": {
"start": {
"line": 302,
"column": 31
},
"end": {
"line": 302,
"column": 39
}
}
}
],
"range": [
13032,
13052
],
"loc": {
"start": {
"line": 302,
"column": 20
},
"end": {
"line": 302,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "destroy",
"range": [
13053,
13060
],
"loc": {
"start": {
"line": 302,
"column": 41
},
"end": {
"line": 302,
"column": 48
}
}
},
"range": [
13032,
13060
],
"loc": {
"start": {
"line": 302,
"column": 20
},
"end": {
"line": 302,
"column": 48
}
}
},
"arguments": [],
"range": [
13032,
13062
],
"loc": {
"start": {
"line": 302,
"column": 20
},
"end": {
"line": 302,
"column": 50
}
}
},
"range": [
13032,
13063
],
"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": [
13084,
13086
],
"loc": {
"start": {
"line": 303,
"column": 20
},
"end": {
"line": 303,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
13087,
13094
],
"loc": {
"start": {
"line": 303,
"column": 23
},
"end": {
"line": 303,
"column": 30
}
}
},
"range": [
13084,
13094
],
"loc": {
"start": {
"line": 303,
"column": 20
},
"end": {
"line": 303,
"column": 30
}
}
},
"arguments": [
{
"type": "Literal",
"value": "paging",
"raw": "'paging'",
"range": [
13095,
13103
],
"loc": {
"start": {
"line": 303,
"column": 31
},
"end": {
"line": 303,
"column": 39
}
}
}
],
"range": [
13084,
13104
],
"loc": {
"start": {
"line": 303,
"column": 20
},
"end": {
"line": 303,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "reset",
"range": [
13105,
13110
],
"loc": {
"start": {
"line": 303,
"column": 41
},
"end": {
"line": 303,
"column": 46
}
}
},
"range": [
13084,
13110
],
"loc": {
"start": {
"line": 303,
"column": 20
},
"end": {
"line": 303,
"column": 46
}
}
},
"arguments": [],
"range": [
13084,
13112
],
"loc": {
"start": {
"line": 303,
"column": 20
},
"end": {
"line": 303,
"column": 48
}
}
},
"range": [
13084,
13113
],
"loc": {
"start": {
"line": 303,
"column": 20
},
"end": {
"line": 303,
"column": 49
}
}
}
],
"range": [
12857,
13131
],
"loc": {
"start": {
"line": 297,
"column": 23
},
"end": {
"line": 304,
"column": 17
}
}
},
"range": [
12761,
13131
],
"loc": {
"start": {
"line": 295,
"column": 16
},
"end": {
"line": 304,
"column": 17
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
13151,
13153
],
"loc": {
"start": {
"line": 305,
"column": 19
},
"end": {
"line": 305,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "alternateBgs",
"range": [
13154,
13166
],
"loc": {
"start": {
"line": 305,
"column": 22
},
"end": {
"line": 305,
"column": 34
}
}
},
"range": [
13151,
13166
],
"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": [
13189,
13191
],
"loc": {
"start": {
"line": 306,
"column": 20
},
"end": {
"line": 306,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
13192,
13199
],
"loc": {
"start": {
"line": 306,
"column": 23
},
"end": {
"line": 306,
"column": 30
}
}
},
"range": [
13189,
13199
],
"loc": {
"start": {
"line": 306,
"column": 20
},
"end": {
"line": 306,
"column": 30
}
}
},
"arguments": [
{
"type": "Literal",
"value": "alternateRows",
"raw": "'alternateRows'",
"range": [
13200,
13215
],
"loc": {
"start": {
"line": 306,
"column": 31
},
"end": {
"line": 306,
"column": 46
}
}
}
],
"range": [
13189,
13216
],
"loc": {
"start": {
"line": 306,
"column": 20
},
"end": {
"line": 306,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "init",
"range": [
13217,
13221
],
"loc": {
"start": {
"line": 306,
"column": 48
},
"end": {
"line": 306,
"column": 52
}
}
},
"range": [
13189,
13221
],
"loc": {
"start": {
"line": 306,
"column": 20
},
"end": {
"line": 306,
"column": 52
}
}
},
"arguments": [],
"range": [
13189,
13223
],
"loc": {
"start": {
"line": 306,
"column": 20
},
"end": {
"line": 306,
"column": 54
}
}
},
"range": [
13189,
13224
],
"loc": {
"start": {
"line": 306,
"column": 20
},
"end": {
"line": 306,
"column": 55
}
}
}
],
"range": [
13167,
13242
],
"loc": {
"start": {
"line": 305,
"column": 35
},
"end": {
"line": 307,
"column": 17
}
}
},
"alternate": null,
"range": [
13148,
13242
],
"loc": {
"start": {
"line": 305,
"column": 16
},
"end": {
"line": 307,
"column": 17
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "fnE",
"range": [
13262,
13265
],
"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": [
13288,
13291
],
"loc": {
"start": {
"line": 309,
"column": 20
},
"end": {
"line": 309,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
13292,
13296
],
"loc": {
"start": {
"line": 309,
"column": 24
},
"end": {
"line": 309,
"column": 28
}
}
},
"range": [
13288,
13296
],
"loc": {
"start": {
"line": 309,
"column": 20
},
"end": {
"line": 309,
"column": 28
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
13297,
13301
],
"loc": {
"start": {
"line": 309,
"column": 29
},
"end": {
"line": 309,
"column": 33
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
13303,
13312
],
"loc": {
"start": {
"line": 309,
"column": 35
},
"end": {
"line": 309,
"column": 44
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
13313,
13314
],
"loc": {
"start": {
"line": 309,
"column": 45
},
"end": {
"line": 309,
"column": 46
}
}
},
"range": [
13303,
13315
],
"loc": {
"start": {
"line": 309,
"column": 35
},
"end": {
"line": 309,
"column": 47
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
13317,
13326
],
"loc": {
"start": {
"line": 309,
"column": 49
},
"end": {
"line": 309,
"column": 58
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
13327,
13328
],
"loc": {
"start": {
"line": 309,
"column": 59
},
"end": {
"line": 309,
"column": 60
}
}
},
"range": [
13317,
13329
],
"loc": {
"start": {
"line": 309,
"column": 49
},
"end": {
"line": 309,
"column": 61
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
13331,
13340
],
"loc": {
"start": {
"line": 309,
"column": 63
},
"end": {
"line": 309,
"column": 72
}
}
},
"property": {
"type": "Literal",
"value": 2,
"raw": "2",
"range": [
13341,
13342
],
"loc": {
"start": {
"line": 309,
"column": 73
},
"end": {
"line": 309,
"column": 74
}
}
},
"range": [
13331,
13343
],
"loc": {
"start": {
"line": 309,
"column": 63
},
"end": {
"line": 309,
"column": 75
}
}
}
],
"range": [
13288,
13344
],
"loc": {
"start": {
"line": 309,
"column": 20
},
"end": {
"line": 309,
"column": 76
}
}
},
"range": [
13288,
13345
],
"loc": {
"start": {
"line": 309,
"column": 20
},
"end": {
"line": 309,
"column": 77
}
}
}
],
"range": [
13266,
13363
],
"loc": {
"start": {
"line": 308,
"column": 23
},
"end": {
"line": 310,
"column": 17
}
}
},
"alternate": null,
"range": [
13259,
13363
],
"loc": {
"start": {
"line": 308,
"column": 16
},
"end": {
"line": 310,
"column": 17
}
}
}
],
"range": [
12704,
13377
],
"loc": {
"start": {
"line": 293,
"column": 45
},
"end": {
"line": 311,
"column": 13
}
}
},
"generator": false,
"expression": false,
"range": [
12694,
13377
],
"loc": {
"start": {
"line": 293,
"column": 35
},
"end": {
"line": 311,
"column": 13
}
}
},
"range": [
12671,
13377
],
"loc": {
"start": {
"line": 293,
"column": 12
},
"end": {
"line": 311,
"column": 13
}
}
},
"range": [
12671,
13378
],
"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": [
13394,
13397
],
"loc": {
"start": {
"line": 312,
"column": 15
},
"end": {
"line": 312,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "actions",
"range": [
13398,
13405
],
"loc": {
"start": {
"line": 312,
"column": 19
},
"end": {
"line": 312,
"column": 26
}
}
},
"range": [
13394,
13405
],
"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": [
13409,
13412
],
"loc": {
"start": {
"line": 312,
"column": 30
},
"end": {
"line": 312,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "actions",
"range": [
13413,
13420
],
"loc": {
"start": {
"line": 312,
"column": 34
},
"end": {
"line": 312,
"column": 41
}
}
},
"range": [
13409,
13420
],
"loc": {
"start": {
"line": 312,
"column": 30
},
"end": {
"line": 312,
"column": 41
}
}
},
"property": {
"type": "Literal",
"value": "delete",
"raw": "'delete'",
"range": [
13421,
13429
],
"loc": {
"start": {
"line": 312,
"column": 42
},
"end": {
"line": 312,
"column": 50
}
}
},
"range": [
13409,
13430
],
"loc": {
"start": {
"line": 312,
"column": 30
},
"end": {
"line": 312,
"column": 51
}
}
},
"range": [
13394,
13430
],
"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": [
13453,
13456
],
"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": [
13459,
13462
],
"loc": {
"start": {
"line": 313,
"column": 26
},
"end": {
"line": 313,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "actions",
"range": [
13463,
13470
],
"loc": {
"start": {
"line": 313,
"column": 30
},
"end": {
"line": 313,
"column": 37
}
}
},
"range": [
13459,
13470
],
"loc": {
"start": {
"line": 313,
"column": 26
},
"end": {
"line": 313,
"column": 37
}
}
},
"property": {
"type": "Literal",
"value": "delete",
"raw": "'delete'",
"range": [
13471,
13479
],
"loc": {
"start": {
"line": 313,
"column": 38
},
"end": {
"line": 313,
"column": 46
}
}
},
"range": [
13459,
13480
],
"loc": {
"start": {
"line": 313,
"column": 26
},
"end": {
"line": 313,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_submit",
"range": [
13481,
13496
],
"loc": {
"start": {
"line": 313,
"column": 48
},
"end": {
"line": 313,
"column": 63
}
}
},
"range": [
13459,
13496
],
"loc": {
"start": {
"line": 313,
"column": 26
},
"end": {
"line": 313,
"column": 63
}
}
},
"range": [
13453,
13496
],
"loc": {
"start": {
"line": 313,
"column": 20
},
"end": {
"line": 313,
"column": 63
}
}
}
],
"kind": "var",
"range": [
13449,
13497
],
"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": [
13514,
13517
],
"loc": {
"start": {
"line": 314,
"column": 16
},
"end": {
"line": 314,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "actions",
"range": [
13518,
13525
],
"loc": {
"start": {
"line": 314,
"column": 20
},
"end": {
"line": 314,
"column": 27
}
}
},
"range": [
13514,
13525
],
"loc": {
"start": {
"line": 314,
"column": 16
},
"end": {
"line": 314,
"column": 27
}
}
},
"property": {
"type": "Literal",
"value": "delete",
"raw": "'delete'",
"range": [
13526,
13534
],
"loc": {
"start": {
"line": 314,
"column": 28
},
"end": {
"line": 314,
"column": 36
}
}
},
"range": [
13514,
13535
],
"loc": {
"start": {
"line": 314,
"column": 16
},
"end": {
"line": 314,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_submit",
"range": [
13536,
13551
],
"loc": {
"start": {
"line": 314,
"column": 38
},
"end": {
"line": 314,
"column": 53
}
}
},
"range": [
13514,
13551
],
"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": [
13586,
13588
],
"loc": {
"start": {
"line": 315,
"column": 20
},
"end": {
"line": 315,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "nbFilterableRows",
"range": [
13589,
13605
],
"loc": {
"start": {
"line": 315,
"column": 23
},
"end": {
"line": 315,
"column": 39
}
}
},
"range": [
13586,
13605
],
"loc": {
"start": {
"line": 315,
"column": 20
},
"end": {
"line": 315,
"column": 39
}
}
},
"prefix": false,
"range": [
13586,
13607
],
"loc": {
"start": {
"line": 315,
"column": 20
},
"end": {
"line": 315,
"column": 41
}
}
},
"range": [
13586,
13608
],
"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": [
13633,
13635
],
"loc": {
"start": {
"line": 316,
"column": 24
},
"end": {
"line": 316,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "paging",
"range": [
13636,
13642
],
"loc": {
"start": {
"line": 316,
"column": 27
},
"end": {
"line": 316,
"column": 33
}
}
},
"range": [
13633,
13642
],
"loc": {
"start": {
"line": 316,
"column": 24
},
"end": {
"line": 316,
"column": 33
}
}
},
"prefix": true,
"range": [
13632,
13642
],
"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": [
13669,
13671
],
"loc": {
"start": {
"line": 317,
"column": 24
},
"end": {
"line": 317,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
13672,
13679
],
"loc": {
"start": {
"line": 317,
"column": 27
},
"end": {
"line": 317,
"column": 34
}
}
},
"range": [
13669,
13679
],
"loc": {
"start": {
"line": 317,
"column": 24
},
"end": {
"line": 317,
"column": 34
}
}
},
"arguments": [
{
"type": "Literal",
"value": "rowsCounter",
"raw": "'rowsCounter'",
"range": [
13680,
13693
],
"loc": {
"start": {
"line": 317,
"column": 35
},
"end": {
"line": 317,
"column": 48
}
}
}
],
"range": [
13669,
13694
],
"loc": {
"start": {
"line": 317,
"column": 24
},
"end": {
"line": 317,
"column": 49
}
}
},
"property": {
"type": "Identifier",
"name": "refresh",
"range": [
13695,
13702
],
"loc": {
"start": {
"line": 317,
"column": 50
},
"end": {
"line": 317,
"column": 57
}
}
},
"range": [
13669,
13702
],
"loc": {
"start": {
"line": 317,
"column": 24
},
"end": {
"line": 317,
"column": 57
}
}
},
"arguments": [],
"range": [
13669,
13704
],
"loc": {
"start": {
"line": 317,
"column": 24
},
"end": {
"line": 317,
"column": 59
}
}
},
"range": [
13669,
13705
],
"loc": {
"start": {
"line": 317,
"column": 24
},
"end": {
"line": 317,
"column": 60
}
}
}
],
"range": [
13643,
13727
],
"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": [
13759,
13761
],
"loc": {
"start": {
"line": 319,
"column": 24
},
"end": {
"line": 319,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "nbRows",
"range": [
13762,
13768
],
"loc": {
"start": {
"line": 319,
"column": 27
},
"end": {
"line": 319,
"column": 33
}
}
},
"range": [
13759,
13768
],
"loc": {
"start": {
"line": 319,
"column": 24
},
"end": {
"line": 319,
"column": 33
}
}
},
"prefix": false,
"range": [
13759,
13770
],
"loc": {
"start": {
"line": 319,
"column": 24
},
"end": {
"line": 319,
"column": 35
}
}
},
"range": [
13759,
13771
],
"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": [
13796,
13798
],
"loc": {
"start": {
"line": 320,
"column": 24
},
"end": {
"line": 320,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "nbVisibleRows",
"range": [
13799,
13812
],
"loc": {
"start": {
"line": 320,
"column": 27
},
"end": {
"line": 320,
"column": 40
}
}
},
"range": [
13796,
13812
],
"loc": {
"start": {
"line": 320,
"column": 24
},
"end": {
"line": 320,
"column": 40
}
}
},
"prefix": false,
"range": [
13796,
13814
],
"loc": {
"start": {
"line": 320,
"column": 24
},
"end": {
"line": 320,
"column": 42
}
}
},
"range": [
13796,
13815
],
"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": [
13840,
13842
],
"loc": {
"start": {
"line": 321,
"column": 24
},
"end": {
"line": 321,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "nbFilterableRows",
"range": [
13843,
13859
],
"loc": {
"start": {
"line": 321,
"column": 27
},
"end": {
"line": 321,
"column": 43
}
}
},
"range": [
13840,
13859
],
"loc": {
"start": {
"line": 321,
"column": 24
},
"end": {
"line": 321,
"column": 43
}
}
},
"prefix": false,
"range": [
13840,
13861
],
"loc": {
"start": {
"line": 321,
"column": 24
},
"end": {
"line": 321,
"column": 45
}
}
},
"range": [
13840,
13862
],
"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": [
13887,
13889
],
"loc": {
"start": {
"line": 322,
"column": 24
},
"end": {
"line": 322,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "paging",
"range": [
13890,
13896
],
"loc": {
"start": {
"line": 322,
"column": 27
},
"end": {
"line": 322,
"column": 33
}
}
},
"range": [
13887,
13896
],
"loc": {
"start": {
"line": 322,
"column": 24
},
"end": {
"line": 322,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
13897,
13902
],
"loc": {
"start": {
"line": 322,
"column": 34
},
"end": {
"line": 322,
"column": 39
}
}
},
"range": [
13887,
13902
],
"loc": {
"start": {
"line": 322,
"column": 24
},
"end": {
"line": 322,
"column": 39
}
}
},
"range": [
13887,
13903
],
"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": [
13928,
13930
],
"loc": {
"start": {
"line": 323,
"column": 24
},
"end": {
"line": 323,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
13931,
13938
],
"loc": {
"start": {
"line": 323,
"column": 27
},
"end": {
"line": 323,
"column": 34
}
}
},
"range": [
13928,
13938
],
"loc": {
"start": {
"line": 323,
"column": 24
},
"end": {
"line": 323,
"column": 34
}
}
},
"arguments": [
{
"type": "Literal",
"value": "paging",
"raw": "'paging'",
"range": [
13939,
13947
],
"loc": {
"start": {
"line": 323,
"column": 35
},
"end": {
"line": 323,
"column": 43
}
}
}
],
"range": [
13928,
13948
],
"loc": {
"start": {
"line": 323,
"column": 24
},
"end": {
"line": 323,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "destroy",
"range": [
13949,
13956
],
"loc": {
"start": {
"line": 323,
"column": 45
},
"end": {
"line": 323,
"column": 52
}
}
},
"range": [
13928,
13956
],
"loc": {
"start": {
"line": 323,
"column": 24
},
"end": {
"line": 323,
"column": 52
}
}
},
"arguments": [],
"range": [
13928,
13958
],
"loc": {
"start": {
"line": 323,
"column": 24
},
"end": {
"line": 323,
"column": 54
}
}
},
"range": [
13928,
13959
],
"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": [
13984,
13986
],
"loc": {
"start": {
"line": 324,
"column": 24
},
"end": {
"line": 324,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
13987,
13994
],
"loc": {
"start": {
"line": 324,
"column": 27
},
"end": {
"line": 324,
"column": 34
}
}
},
"range": [
13984,
13994
],
"loc": {
"start": {
"line": 324,
"column": 24
},
"end": {
"line": 324,
"column": 34
}
}
},
"arguments": [
{
"type": "Literal",
"value": "paging",
"raw": "'paging'",
"range": [
13995,
14003
],
"loc": {
"start": {
"line": 324,
"column": 35
},
"end": {
"line": 324,
"column": 43
}
}
}
],
"range": [
13984,
14004
],
"loc": {
"start": {
"line": 324,
"column": 24
},
"end": {
"line": 324,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "reset",
"range": [
14005,
14010
],
"loc": {
"start": {
"line": 324,
"column": 45
},
"end": {
"line": 324,
"column": 50
}
}
},
"range": [
13984,
14010
],
"loc": {
"start": {
"line": 324,
"column": 24
},
"end": {
"line": 324,
"column": 50
}
}
},
"arguments": [
{
"type": "Literal",
"value": false,
"raw": "false",
"range": [
14011,
14016
],
"loc": {
"start": {
"line": 324,
"column": 51
},
"end": {
"line": 324,
"column": 56
}
}
}
],
"range": [
13984,
14017
],
"loc": {
"start": {
"line": 324,
"column": 24
},
"end": {
"line": 324,
"column": 57
}
}
},
"range": [
13984,
14018
],
"loc": {
"start": {
"line": 324,
"column": 24
},
"end": {
"line": 324,
"column": 58
}
}
}
],
"range": [
13733,
14040
],
"loc": {
"start": {
"line": 318,
"column": 27
},
"end": {
"line": 325,
"column": 21
}
}
},
"range": [
13629,
14040
],
"loc": {
"start": {
"line": 316,
"column": 20
},
"end": {
"line": 325,
"column": 21
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
14064,
14066
],
"loc": {
"start": {
"line": 326,
"column": 23
},
"end": {
"line": 326,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "alternateBgs",
"range": [
14067,
14079
],
"loc": {
"start": {
"line": 326,
"column": 26
},
"end": {
"line": 326,
"column": 38
}
}
},
"range": [
14064,
14079
],
"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": [
14106,
14108
],
"loc": {
"start": {
"line": 327,
"column": 24
},
"end": {
"line": 327,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "feature",
"range": [
14109,
14116
],
"loc": {
"start": {
"line": 327,
"column": 27
},
"end": {
"line": 327,
"column": 34
}
}
},
"range": [
14106,
14116
],
"loc": {
"start": {
"line": 327,
"column": 24
},
"end": {
"line": 327,
"column": 34
}
}
},
"arguments": [
{
"type": "Literal",
"value": "alternateRows",
"raw": "'alternateRows'",
"range": [
14117,
14132
],
"loc": {
"start": {
"line": 327,
"column": 35
},
"end": {
"line": 327,
"column": 50
}
}
}
],
"range": [
14106,
14133
],
"loc": {
"start": {
"line": 327,
"column": 24
},
"end": {
"line": 327,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "init",
"range": [
14134,
14138
],
"loc": {
"start": {
"line": 327,
"column": 52
},
"end": {
"line": 327,
"column": 56
}
}
},
"range": [
14106,
14138
],
"loc": {
"start": {
"line": 327,
"column": 24
},
"end": {
"line": 327,
"column": 56
}
}
},
"arguments": [],
"range": [
14106,
14140
],
"loc": {
"start": {
"line": 327,
"column": 24
},
"end": {
"line": 327,
"column": 58
}
}
},
"range": [
14106,
14141
],
"loc": {
"start": {
"line": 327,
"column": 24
},
"end": {
"line": 327,
"column": 59
}
}
}
],
"range": [
14080,
14163
],
"loc": {
"start": {
"line": 326,
"column": 39
},
"end": {
"line": 328,
"column": 21
}
}
},
"alternate": null,
"range": [
14061,
14163
],
"loc": {
"start": {
"line": 326,
"column": 20
},
"end": {
"line": 328,
"column": 21
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "fnF",
"range": [
14187,
14190
],
"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": [
14217,
14220
],
"loc": {
"start": {
"line": 330,
"column": 24
},
"end": {
"line": 330,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
14221,
14225
],
"loc": {
"start": {
"line": 330,
"column": 28
},
"end": {
"line": 330,
"column": 32
}
}
},
"range": [
14217,
14225
],
"loc": {
"start": {
"line": 330,
"column": 24
},
"end": {
"line": 330,
"column": 32
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
14226,
14230
],
"loc": {
"start": {
"line": 330,
"column": 33
},
"end": {
"line": 330,
"column": 37
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
14232,
14241
],
"loc": {
"start": {
"line": 330,
"column": 39
},
"end": {
"line": 330,
"column": 48
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
14242,
14243
],
"loc": {
"start": {
"line": 330,
"column": 49
},
"end": {
"line": 330,
"column": 50
}
}
},
"range": [
14232,
14244
],
"loc": {
"start": {
"line": 330,
"column": 39
},
"end": {
"line": 330,
"column": 51
}
}
},
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "arguments",
"range": [
14246,
14255
],
"loc": {
"start": {
"line": 330,
"column": 53
},
"end": {
"line": 330,
"column": 62
}
}
},
"property": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
14256,
14257
],
"loc": {
"start": {
"line": 330,
"column": 63
},
"end": {
"line": 330,
"column": 64
}
}
},
"range": [
14246,
14258
],
"loc": {
"start": {
"line": 330,
"column": 53
},
"end": {
"line": 330,
"column": 65
}
}
}
],
"range": [
14217,
14259
],
"loc": {
"start": {
"line": 330,
"column": 24
},
"end": {
"line": 330,
"column": 66
}
}
},
"range": [
14217,
14260
],
"loc": {
"start": {
"line": 330,
"column": 24
},
"end": {
"line": 330,
"column": 67
}
}
}
],
"range": [
14191,
14282
],
"loc": {
"start": {
"line": 329,
"column": 27
},
"end": {
"line": 331,
"column": 21
}
}
},
"alternate": null,
"range": [
14184,
14282
],
"loc": {
"start": {
"line": 329,
"column": 20
},
"end": {
"line": 331,
"column": 21
}
}
}
],
"range": [
13564,
14300
],
"loc": {
"start": {
"line": 314,
"column": 66
},
"end": {
"line": 332,
"column": 17
}
}
},
"generator": false,
"expression": false,
"range": [
13554,
14300
],
"loc": {
"start": {
"line": 314,
"column": 56
},
"end": {
"line": 332,
"column": 17
}
}
},
"range": [
13514,
14300
],
"loc": {
"start": {
"line": 314,
"column": 16
},
"end": {
"line": 332,
"column": 17
}
}
},
"range": [
13514,
14301
],
"loc": {
"start": {
"line": 314,
"column": 16
},
"end": {
"line": 332,
"column": 18
}
}
}
],
"range": [
13431,
14315
],
"loc": {
"start": {
"line": 312,
"column": 52
},
"end": {
"line": 333,
"column": 13
}
}
},
"alternate": null,
"range": [
13391,
14315
],
"loc": {
"start": {
"line": 312,
"column": 12
},
"end": {
"line": 333,
"column": 13
}
}
}
],
"range": [
12535,
14325
],
"loc": {
"start": {
"line": 290,
"column": 20
},
"end": {
"line": 334,
"column": 9
}
}
},
"alternate": null,
"range": [
12523,
14325
],
"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": [
14352,
14356
],
"loc": {
"start": {
"line": 337,
"column": 12
},
"end": {
"line": 337,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "_ezEditTable",
"range": [
14357,
14369
],
"loc": {
"start": {
"line": 337,
"column": 17
},
"end": {
"line": 337,
"column": 29
}
}
},
"range": [
14352,
14369
],
"loc": {
"start": {
"line": 337,
"column": 12
},
"end": {
"line": 337,
"column": 29
}
}
},
"right": {
"type": "NewExpression",
"callee": {
"type": "Identifier",
"name": "EditTable",
"range": [
14376,
14385
],
"loc": {
"start": {
"line": 337,
"column": 36
},
"end": {
"line": 337,
"column": 45
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
14386,
14388
],
"loc": {
"start": {
"line": 337,
"column": 46
},
"end": {
"line": 337,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
14389,
14391
],
"loc": {
"start": {
"line": 337,
"column": 49
},
"end": {
"line": 337,
"column": 51
}
}
},
"range": [
14386,
14391
],
"loc": {
"start": {
"line": 337,
"column": 46
},
"end": {
"line": 337,
"column": 51
}
}
},
{
"type": "Identifier",
"name": "cfg",
"range": [
14393,
14396
],
"loc": {
"start": {
"line": 337,
"column": 53
},
"end": {
"line": 337,
"column": 56
}
}
},
{
"type": "Identifier",
"name": "startRow",
"range": [
14398,
14406
],
"loc": {
"start": {
"line": 337,
"column": 58
},
"end": {
"line": 337,
"column": 66
}
}
}
],
"range": [
14372,
14407
],
"loc": {
"start": {
"line": 337,
"column": 32
},
"end": {
"line": 337,
"column": 67
}
}
},
"range": [
14352,
14407
],
"loc": {
"start": {
"line": 337,
"column": 12
},
"end": {
"line": 337,
"column": 67
}
}
},
"range": [
14352,
14408
],
"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": [
14421,
14425
],
"loc": {
"start": {
"line": 338,
"column": 12
},
"end": {
"line": 338,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "_ezEditTable",
"range": [
14426,
14438
],
"loc": {
"start": {
"line": 338,
"column": 17
},
"end": {
"line": 338,
"column": 29
}
}
},
"range": [
14421,
14438
],
"loc": {
"start": {
"line": 338,
"column": 12
},
"end": {
"line": 338,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "Init",
"range": [
14439,
14443
],
"loc": {
"start": {
"line": 338,
"column": 30
},
"end": {
"line": 338,
"column": 34
}
}
},
"range": [
14421,
14443
],
"loc": {
"start": {
"line": 338,
"column": 12
},
"end": {
"line": 338,
"column": 34
}
}
},
"arguments": [],
"range": [
14421,
14445
],
"loc": {
"start": {
"line": 338,
"column": 12
},
"end": {
"line": 338,
"column": 36
}
}
},
"range": [
14421,
14446
],
"loc": {
"start": {
"line": 338,
"column": 12
},
"end": {
"line": 338,
"column": 37
}
}
}
],
"range": [
14338,
14456
],
"loc": {
"start": {
"line": 336,
"column": 11
},
"end": {
"line": 339,
"column": 9
}
}
},
"handler": {
"type": "CatchClause",
"param": {
"type": "Identifier",
"name": "e",
"range": [
14463,
14464
],
"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": [
14478,
14483
],
"loc": {
"start": {
"line": 339,
"column": 31
},
"end": {
"line": 339,
"column": 36
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
14484,
14488
],
"loc": {
"start": {
"line": 339,
"column": 37
},
"end": {
"line": 339,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "err",
"range": [
14489,
14492
],
"loc": {
"start": {
"line": 339,
"column": 42
},
"end": {
"line": 339,
"column": 45
}
}
},
"range": [
14484,
14492
],
"loc": {
"start": {
"line": 339,
"column": 37
},
"end": {
"line": 339,
"column": 45
}
}
}
],
"range": [
14474,
14493
],
"loc": {
"start": {
"line": 339,
"column": 27
},
"end": {
"line": 339,
"column": 46
}
}
},
"range": [
14468,
14494
],
"loc": {
"start": {
"line": 339,
"column": 21
},
"end": {
"line": 339,
"column": 47
}
}
}
],
"range": [
14466,
14496
],
"loc": {
"start": {
"line": 339,
"column": 19
},
"end": {
"line": 339,
"column": 49
}
}
},
"range": [
14457,
14496
],
"loc": {
"start": {
"line": 339,
"column": 10
},
"end": {
"line": 339,
"column": 49
}
}
},
"finalizer": null,
"range": [
14335,
14496
],
"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": [
14506,
14510
],
"loc": {
"start": {
"line": 341,
"column": 8
},
"end": {
"line": 341,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
14511,
14522
],
"loc": {
"start": {
"line": 341,
"column": 13
},
"end": {
"line": 341,
"column": 24
}
}
},
"range": [
14506,
14522
],
"loc": {
"start": {
"line": 341,
"column": 8
},
"end": {
"line": 341,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
14525,
14529
],
"loc": {
"start": {
"line": 341,
"column": 27
},
"end": {
"line": 341,
"column": 31
}
}
},
"range": [
14506,
14529
],
"loc": {
"start": {
"line": 341,
"column": 8
},
"end": {
"line": 341,
"column": 31
}
}
},
"range": [
14506,
14530
],
"loc": {
"start": {
"line": 341,
"column": 8
},
"end": {
"line": 341,
"column": 32
}
}
}
],
"range": [
1717,
14536
],
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 342,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
1715,
14536
],
"loc": {
"start": {
"line": 49,
"column": 20
},
"end": {
"line": 342,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
1699,
14536
],
"loc": {
"start": {
"line": 49,
"column": 4
},
"end": {
"line": 342,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\n * Instantiate ezEditTable component for advanced grid features\n ",
"range": [
1615,
1694
],
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 48,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\n * Reset advanced grid when previously removed\n ",
"range": [
14542,
14604
],
"loc": {
"start": {
"line": 344,
"column": 4
},
"end": {
"line": 346,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "reset",
"range": [
14609,
14614
],
"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": [
14630,
14641
],
"loc": {
"start": {
"line": 348,
"column": 12
},
"end": {
"line": 348,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
14644,
14648
],
"loc": {
"start": {
"line": 348,
"column": 26
},
"end": {
"line": 348,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "_ezEditTable",
"range": [
14649,
14661
],
"loc": {
"start": {
"line": 348,
"column": 31
},
"end": {
"line": 348,
"column": 43
}
}
},
"range": [
14644,
14661
],
"loc": {
"start": {
"line": 348,
"column": 26
},
"end": {
"line": 348,
"column": 43
}
}
},
"range": [
14630,
14661
],
"loc": {
"start": {
"line": 348,
"column": 12
},
"end": {
"line": 348,
"column": 43
}
}
}
],
"kind": "var",
"range": [
14626,
14662
],
"loc": {
"start": {
"line": 348,
"column": 8
},
"end": {
"line": 348,
"column": 44
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "ezEditTable",
"range": [
14674,
14685
],
"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": [
14703,
14707
],
"loc": {
"start": {
"line": 350,
"column": 15
},
"end": {
"line": 350,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "cfg",
"range": [
14708,
14711
],
"loc": {
"start": {
"line": 350,
"column": 20
},
"end": {
"line": 350,
"column": 23
}
}
},
"range": [
14703,
14711
],
"loc": {
"start": {
"line": 350,
"column": 15
},
"end": {
"line": 350,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "selection",
"range": [
14712,
14721
],
"loc": {
"start": {
"line": 350,
"column": 24
},
"end": {
"line": 350,
"column": 33
}
}
},
"range": [
14703,
14721
],
"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": [
14740,
14751
],
"loc": {
"start": {
"line": 351,
"column": 16
},
"end": {
"line": 351,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "Selection",
"range": [
14752,
14761
],
"loc": {
"start": {
"line": 351,
"column": 28
},
"end": {
"line": 351,
"column": 37
}
}
},
"range": [
14740,
14761
],
"loc": {
"start": {
"line": 351,
"column": 16
},
"end": {
"line": 351,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "Set",
"range": [
14762,
14765
],
"loc": {
"start": {
"line": 351,
"column": 38
},
"end": {
"line": 351,
"column": 41
}
}
},
"range": [
14740,
14765
],
"loc": {
"start": {
"line": 351,
"column": 16
},
"end": {
"line": 351,
"column": 41
}
}
},
"arguments": [],
"range": [
14740,
14767
],
"loc": {
"start": {
"line": 351,
"column": 16
},
"end": {
"line": 351,
"column": 43
}
}
},
"range": [
14740,
14768
],
"loc": {
"start": {
"line": 351,
"column": 16
},
"end": {
"line": 351,
"column": 44
}
}
}
],
"range": [
14722,
14782
],
"loc": {
"start": {
"line": 350,
"column": 34
},
"end": {
"line": 352,
"column": 13
}
}
},
"alternate": null,
"range": [
14700,
14782
],
"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": [
14798,
14802
],
"loc": {
"start": {
"line": 353,
"column": 15
},
"end": {
"line": 353,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "cfg",
"range": [
14803,
14806
],
"loc": {
"start": {
"line": 353,
"column": 20
},
"end": {
"line": 353,
"column": 23
}
}
},
"range": [
14798,
14806
],
"loc": {
"start": {
"line": 353,
"column": 15
},
"end": {
"line": 353,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "editable",
"range": [
14807,
14815
],
"loc": {
"start": {
"line": 353,
"column": 24
},
"end": {
"line": 353,
"column": 32
}
}
},
"range": [
14798,
14815
],
"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": [
14834,
14845
],
"loc": {
"start": {
"line": 354,
"column": 16
},
"end": {
"line": 354,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "Editable",
"range": [
14846,
14854
],
"loc": {
"start": {
"line": 354,
"column": 28
},
"end": {
"line": 354,
"column": 36
}
}
},
"range": [
14834,
14854
],
"loc": {
"start": {
"line": 354,
"column": 16
},
"end": {
"line": 354,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "Set",
"range": [
14855,
14858
],
"loc": {
"start": {
"line": 354,
"column": 37
},
"end": {
"line": 354,
"column": 40
}
}
},
"range": [
14834,
14858
],
"loc": {
"start": {
"line": 354,
"column": 16
},
"end": {
"line": 354,
"column": 40
}
}
},
"arguments": [],
"range": [
14834,
14860
],
"loc": {
"start": {
"line": 354,
"column": 16
},
"end": {
"line": 354,
"column": 42
}
}
},
"range": [
14834,
14861
],
"loc": {
"start": {
"line": 354,
"column": 16
},
"end": {
"line": 354,
"column": 43
}
}
}
],
"range": [
14816,
14875
],
"loc": {
"start": {
"line": 353,
"column": 33
},
"end": {
"line": 355,
"column": 13
}
}
},
"alternate": null,
"range": [
14795,
14875
],
"loc": {
"start": {
"line": 353,
"column": 12
},
"end": {
"line": 355,
"column": 13
}
}
}
],
"range": [
14686,
14885
],
"loc": {
"start": {
"line": 349,
"column": 23
},
"end": {
"line": 356,
"column": 9
}
}
},
"alternate": null,
"range": [
14671,
14885
],
"loc": {
"start": {
"line": 349,
"column": 8
},
"end": {
"line": 356,
"column": 9
}
}
}
],
"range": [
14616,
14891
],
"loc": {
"start": {
"line": 347,
"column": 11
},
"end": {
"line": 357,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
14614,
14891
],
"loc": {
"start": {
"line": 347,
"column": 9
},
"end": {
"line": 357,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
14609,
14891
],
"loc": {
"start": {
"line": 347,
"column": 4
},
"end": {
"line": 357,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\n * Reset advanced grid when previously removed\n ",
"range": [
14542,
14604
],
"loc": {
"start": {
"line": 344,
"column": 4
},
"end": {
"line": 346,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\n * Remove advanced grid\n ",
"range": [
14897,
14936
],
"loc": {
"start": {
"line": 359,
"column": 4
},
"end": {
"line": 361,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "destroy",
"range": [
14941,
14948
],
"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": [
14964,
14975
],
"loc": {
"start": {
"line": 363,
"column": 12
},
"end": {
"line": 363,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
14978,
14982
],
"loc": {
"start": {
"line": 363,
"column": 26
},
"end": {
"line": 363,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "_ezEditTable",
"range": [
14983,
14995
],
"loc": {
"start": {
"line": 363,
"column": 31
},
"end": {
"line": 363,
"column": 43
}
}
},
"range": [
14978,
14995
],
"loc": {
"start": {
"line": 363,
"column": 26
},
"end": {
"line": 363,
"column": 43
}
}
},
"range": [
14964,
14995
],
"loc": {
"start": {
"line": 363,
"column": 12
},
"end": {
"line": 363,
"column": 43
}
}
}
],
"kind": "var",
"range": [
14960,
14996
],
"loc": {
"start": {
"line": 363,
"column": 8
},
"end": {
"line": 363,
"column": 44
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "ezEditTable",
"range": [
15008,
15019
],
"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": [
15037,
15041
],
"loc": {
"start": {
"line": 365,
"column": 15
},
"end": {
"line": 365,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "cfg",
"range": [
15042,
15045
],
"loc": {
"start": {
"line": 365,
"column": 20
},
"end": {
"line": 365,
"column": 23
}
}
},
"range": [
15037,
15045
],
"loc": {
"start": {
"line": 365,
"column": 15
},
"end": {
"line": 365,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "selection",
"range": [
15046,
15055
],
"loc": {
"start": {
"line": 365,
"column": 24
},
"end": {
"line": 365,
"column": 33
}
}
},
"range": [
15037,
15055
],
"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": [
15074,
15085
],
"loc": {
"start": {
"line": 366,
"column": 16
},
"end": {
"line": 366,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "Selection",
"range": [
15086,
15095
],
"loc": {
"start": {
"line": 366,
"column": 28
},
"end": {
"line": 366,
"column": 37
}
}
},
"range": [
15074,
15095
],
"loc": {
"start": {
"line": 366,
"column": 16
},
"end": {
"line": 366,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "ClearSelections",
"range": [
15096,
15111
],
"loc": {
"start": {
"line": 366,
"column": 38
},
"end": {
"line": 366,
"column": 53
}
}
},
"range": [
15074,
15111
],
"loc": {
"start": {
"line": 366,
"column": 16
},
"end": {
"line": 366,
"column": 53
}
}
},
"arguments": [],
"range": [
15074,
15113
],
"loc": {
"start": {
"line": 366,
"column": 16
},
"end": {
"line": 366,
"column": 55
}
}
},
"range": [
15074,
15114
],
"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": [
15131,
15142
],
"loc": {
"start": {
"line": 367,
"column": 16
},
"end": {
"line": 367,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "Selection",
"range": [
15143,
15152
],
"loc": {
"start": {
"line": 367,
"column": 28
},
"end": {
"line": 367,
"column": 37
}
}
},
"range": [
15131,
15152
],
"loc": {
"start": {
"line": 367,
"column": 16
},
"end": {
"line": 367,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "Remove",
"range": [
15153,
15159
],
"loc": {
"start": {
"line": 367,
"column": 38
},
"end": {
"line": 367,
"column": 44
}
}
},
"range": [
15131,
15159
],
"loc": {
"start": {
"line": 367,
"column": 16
},
"end": {
"line": 367,
"column": 44
}
}
},
"arguments": [],
"range": [
15131,
15161
],
"loc": {
"start": {
"line": 367,
"column": 16
},
"end": {
"line": 367,
"column": 46
}
}
},
"range": [
15131,
15162
],
"loc": {
"start": {
"line": 367,
"column": 16
},
"end": {
"line": 367,
"column": 47
}
}
}
],
"range": [
15056,
15176
],
"loc": {
"start": {
"line": 365,
"column": 34
},
"end": {
"line": 368,
"column": 13
}
}
},
"alternate": null,
"range": [
15034,
15176
],
"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": [
15192,
15196
],
"loc": {
"start": {
"line": 369,
"column": 15
},
"end": {
"line": 369,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "cfg",
"range": [
15197,
15200
],
"loc": {
"start": {
"line": 369,
"column": 20
},
"end": {
"line": 369,
"column": 23
}
}
},
"range": [
15192,
15200
],
"loc": {
"start": {
"line": 369,
"column": 15
},
"end": {
"line": 369,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "editable",
"range": [
15201,
15209
],
"loc": {
"start": {
"line": 369,
"column": 24
},
"end": {
"line": 369,
"column": 32
}
}
},
"range": [
15192,
15209
],
"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": [
15228,
15239
],
"loc": {
"start": {
"line": 370,
"column": 16
},
"end": {
"line": 370,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "Editable",
"range": [
15240,
15248
],
"loc": {
"start": {
"line": 370,
"column": 28
},
"end": {
"line": 370,
"column": 36
}
}
},
"range": [
15228,
15248
],
"loc": {
"start": {
"line": 370,
"column": 16
},
"end": {
"line": 370,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "Remove",
"range": [
15249,
15255
],
"loc": {
"start": {
"line": 370,
"column": 37
},
"end": {
"line": 370,
"column": 43
}
}
},
"range": [
15228,
15255
],
"loc": {
"start": {
"line": 370,
"column": 16
},
"end": {
"line": 370,
"column": 43
}
}
},
"arguments": [],
"range": [
15228,
15257
],
"loc": {
"start": {
"line": 370,
"column": 16
},
"end": {
"line": 370,
"column": 45
}
}
},
"range": [
15228,
15258
],
"loc": {
"start": {
"line": 370,
"column": 16
},
"end": {
"line": 370,
"column": 46
}
}
}
],
"range": [
15210,
15272
],
"loc": {
"start": {
"line": 369,
"column": 33
},
"end": {
"line": 371,
"column": 13
}
}
},
"alternate": null,
"range": [
15189,
15272
],
"loc": {
"start": {
"line": 369,
"column": 12
},
"end": {
"line": 371,
"column": 13
}
}
}
],
"range": [
15020,
15282
],
"loc": {
"start": {
"line": 364,
"column": 23
},
"end": {
"line": 372,
"column": 9
}
}
},
"alternate": null,
"range": [
15005,
15282
],
"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": [
15291,
15295
],
"loc": {
"start": {
"line": 373,
"column": 8
},
"end": {
"line": 373,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "initialized",
"range": [
15296,
15307
],
"loc": {
"start": {
"line": 373,
"column": 13
},
"end": {
"line": 373,
"column": 24
}
}
},
"range": [
15291,
15307
],
"loc": {
"start": {
"line": 373,
"column": 8
},
"end": {
"line": 373,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
15310,
15315
],
"loc": {
"start": {
"line": 373,
"column": 27
},
"end": {
"line": 373,
"column": 32
}
}
},
"range": [
15291,
15315
],
"loc": {
"start": {
"line": 373,
"column": 8
},
"end": {
"line": 373,
"column": 32
}
}
},
"range": [
15291,
15316
],
"loc": {
"start": {
"line": 373,
"column": 8
},
"end": {
"line": 373,
"column": 33
}
}
}
],
"range": [
14950,
15322
],
"loc": {
"start": {
"line": 362,
"column": 13
},
"end": {
"line": 374,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
14948,
15322
],
"loc": {
"start": {
"line": 362,
"column": 11
},
"end": {
"line": 374,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
14941,
15322
],
"loc": {
"start": {
"line": 362,
"column": 4
},
"end": {
"line": 374,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\n * Remove advanced grid\n ",
"range": [
14897,
14936
],
"loc": {
"start": {
"line": 359,
"column": 4
},
"end": {
"line": 361,
"column": 7
}
}
}
],
"static": false
}
],
"range": [
101,
15324
],
"loc": {
"start": {
"line": 4,
"column": 40
},
"end": {
"line": 375,
"column": 1
}
}
},
"range": [
76,
15324
],
"loc": {
"start": {
"line": 4,
"column": 15
},
"end": {
"line": 375,
"column": 1
}
},
"leadingComments": [],
"trailingComments": []
},
"range": [
61,
15324
],
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 375,
"column": 1
}
}
}
],
"sourceType": "module",
"range": [
0,
15324
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 375,
"column": 1
}
},
"comments": [
{
"type": "Block",
"value": "*\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n *\n * @param {Object} tf TableFilter instance\n ",
"range": [
107,
384
],
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 11,
"column": 7
}
}
},
{
"type": "Line",
"value": " ezEditTable config",
"range": [
419,
440
],
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 29
}
}
},
{
"type": "Block",
"value": "*\n * Conditionally load ezEditTable library and set advanced grid\n * @return {[type]} [description]\n ",
"range": [
1058,
1175
],
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 32,
"column": 7
}
}
},
{
"type": "Block",
"value": "*\n * Instantiate ezEditTable component for advanced grid features\n ",
"range": [
1615,
1694
],
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 48,
"column": 7
}
}
},
{
"type": "Line",
"value": "start row for EditTable constructor needs to be calculated",
"range": [
1754,
1814
],
"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": [
1920,
1988
],
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 76
}
}
},
{
"type": "Line",
"value": "automatically by EditTable",
"range": [
1997,
2025
],
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 36
}
}
},
{
"type": "Line",
"value": "otherwise startRow config property if any or TableFilter refRow",
"range": [
2125,
2190
],
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 73
}
}
},
{
"type": "Line",
"value": "CSS Styles",
"range": [
2526,
2538
],
"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": [
2717,
2783
],
"loc": {
"start": {
"line": 81,
"column": 12
},
"end": {
"line": 81,
"column": 78
}
}
},
{
"type": "Line",
"value": "validRowsIndex array",
"range": [
2796,
2818
],
"loc": {
"start": {
"line": 82,
"column": 12
},
"end": {
"line": 82,
"column": 34
}
}
},
{
"type": "Line",
"value": "Next valid filtered row needs to be selected",
"range": [
2940,
2986
],
"loc": {
"start": {
"line": 85,
"column": 16
},
"end": {
"line": 85,
"column": 62
}
}
},
{
"type": "Line",
"value": "Table is filtered",
"range": [
3673,
3692
],
"loc": {
"start": {
"line": 100,
"column": 20
},
"end": {
"line": 100,
"column": 39
}
}
},
{
"type": "Line",
"value": "table is not filtered",
"range": [
4527,
4550
],
"loc": {
"start": {
"line": 120,
"column": 16
},
"end": {
"line": 120,
"column": 39
}
}
},
{
"type": "Line",
"value": "cell for default_selection = 'both' or 'cell'",
"range": [
4886,
4933
],
"loc": {
"start": {
"line": 128,
"column": 20
},
"end": {
"line": 128,
"column": 67
}
}
},
{
"type": "Line",
"value": "pgup/pgdown keys",
"range": [
5207,
5225
],
"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": [
5417,
5480
],
"loc": {
"start": {
"line": 138,
"column": 16
},
"end": {
"line": 138,
"column": 79
}
}
},
{
"type": "Line",
"value": "calculated",
"range": [
5497,
5509
],
"loc": {
"start": {
"line": 139,
"column": 16
},
"end": {
"line": 139,
"column": 28
}
}
},
{
"type": "Line",
"value": "Selection direction up/down",
"range": [
5563,
5592
],
"loc": {
"start": {
"line": 141,
"column": 20
},
"end": {
"line": 141,
"column": 49
}
}
},
{
"type": "Line",
"value": "last row",
"range": [
5669,
5679
],
"loc": {
"start": {
"line": 143,
"column": 24
},
"end": {
"line": 143,
"column": 34
}
}
},
{
"type": "Line",
"value": "first row",
"range": [
6291,
6302
],
"loc": {
"start": {
"line": 155,
"column": 24
},
"end": {
"line": 155,
"column": 35
}
}
},
{
"type": "Line",
"value": "If filtered row is valid, special calculation for",
"range": [
6786,
6837
],
"loc": {
"start": {
"line": 166,
"column": 20
},
"end": {
"line": 166,
"column": 71
}
}
},
{
"type": "Line",
"value": "pgup/pgdown keys",
"range": [
6858,
6876
],
"loc": {
"start": {
"line": 167,
"column": 20
},
"end": {
"line": 167,
"column": 38
}
}
},
{
"type": "Line",
"value": "pgdown",
"range": [
7177,
7185
],
"loc": {
"start": {
"line": 173,
"column": 44
},
"end": {
"line": 173,
"column": 52
}
}
},
{
"type": "Line",
"value": "last row",
"range": [
7214,
7224
],
"loc": {
"start": {
"line": 174,
"column": 28
},
"end": {
"line": 174,
"column": 38
}
}
},
{
"type": "Line",
"value": "pgup",
"range": [
7584,
7590
],
"loc": {
"start": {
"line": 181,
"column": 33
},
"end": {
"line": 181,
"column": 39
}
}
},
{
"type": "Line",
"value": "first row",
"range": [
7619,
7630
],
"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": [
8276,
8344
],
"loc": {
"start": {
"line": 198,
"column": 12
},
"end": {
"line": 198,
"column": 80
}
}
},
{
"type": "Line",
"value": "the current page range",
"range": [
8357,
8381
],
"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": [
8733,
8784
],
"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": [
10134,
10193
],
"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": [
10816,
10878
],
"loc": {
"start": {
"line": 252,
"column": 12
},
"end": {
"line": 252,
"column": 74
}
}
},
{
"type": "Line",
"value": "EditTable row selection callback events",
"range": [
10891,
10932
],
"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": [
12549,
12614
],
"loc": {
"start": {
"line": 291,
"column": 12
},
"end": {
"line": 291,
"column": 77
}
}
},
{
"type": "Block",
"value": "*\n * Reset advanced grid when previously removed\n ",
"range": [
14542,
14604
],
"loc": {
"start": {
"line": 344,
"column": 4
},
"end": {
"line": 346,
"column": 7
}
}
},
{
"type": "Block",
"value": "*\n * Remove advanced grid\n ",
"range": [
14897,
14936
],
"loc": {
"start": {
"line": 359,
"column": 4
},
"end": {
"line": 361,
"column": 7
}
}
}
]
}