1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 06:22:34 +02:00
TableFilter/doc/ast/source/src/modules/gridLayout.js.json
2015-08-02 18:27:59 +10:00

32527 lines
1.3 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,
24
],
"loc": {
"start": {
"line": 1,
"column": 16
},
"end": {
"line": 1,
"column": 24
}
}
},
"range": [
0,
25
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 25
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"local": {
"type": "Identifier",
"name": "Types",
"range": [
34,
39
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
}
},
"range": [
34,
39
],
"loc": {
"start": {
"line": 2,
"column": 7
},
"end": {
"line": 2,
"column": 12
}
}
}
],
"source": {
"type": "Literal",
"value": "../types",
"raw": "'../types'",
"range": [
45,
55
],
"loc": {
"start": {
"line": 2,
"column": 18
},
"end": {
"line": 2,
"column": 28
}
}
},
"range": [
27,
56
],
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 29
}
}
},
{
"type": "ImportDeclaration",
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"local": {
"type": "Identifier",
"name": "Event",
"range": [
65,
70
],
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 12
}
}
},
"range": [
65,
70
],
"loc": {
"start": {
"line": 3,
"column": 7
},
"end": {
"line": 3,
"column": 12
}
}
}
],
"source": {
"type": "Literal",
"value": "../event",
"raw": "'../event'",
"range": [
76,
86
],
"loc": {
"start": {
"line": 3,
"column": 18
},
"end": {
"line": 3,
"column": 28
}
}
},
"range": [
58,
87
],
"loc": {
"start": {
"line": 3,
"column": 0
},
"end": {
"line": 3,
"column": 29
}
}
},
{
"type": "ExportNamedDeclaration",
"declaration": {
"type": "ClassDeclaration",
"id": {
"type": "Identifier",
"name": "GridLayout",
"range": [
104,
114
],
"loc": {
"start": {
"line": 5,
"column": 13
},
"end": {
"line": 5,
"column": 23
}
}
},
"superClass": null,
"body": {
"type": "ClassBody",
"body": [
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "constructor",
"range": [
235,
246
],
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 15
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "tf",
"range": [
247,
249
],
"loc": {
"start": {
"line": 11,
"column": 16
},
"end": {
"line": 11,
"column": 18
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "f",
"range": [
266,
267
],
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 13
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
270,
272
],
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "config",
"range": [
273,
279
],
"loc": {
"start": {
"line": 12,
"column": 19
},
"end": {
"line": 12,
"column": 25
}
}
},
"range": [
270,
279
],
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 25
}
}
},
"arguments": [],
"range": [
270,
281
],
"loc": {
"start": {
"line": 12,
"column": 16
},
"end": {
"line": 12,
"column": 27
}
}
},
"range": [
266,
281
],
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 27
}
}
}
],
"kind": "var",
"range": [
262,
282
],
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 28
}
},
"trailingComments": [
{
"type": "Line",
"value": "defines grid width",
"range": [
294,
314
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 28
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
324,
328
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
329,
338
],
"loc": {
"start": {
"line": 15,
"column": 13
},
"end": {
"line": 15,
"column": 22
}
}
},
"range": [
324,
338
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 22
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
341,
342
],
"loc": {
"start": {
"line": 15,
"column": 25
},
"end": {
"line": 15,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "grid_width",
"range": [
343,
353
],
"loc": {
"start": {
"line": 15,
"column": 27
},
"end": {
"line": 15,
"column": 37
}
}
},
"range": [
341,
353
],
"loc": {
"start": {
"line": 15,
"column": 25
},
"end": {
"line": 15,
"column": 37
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
357,
361
],
"loc": {
"start": {
"line": 15,
"column": 41
},
"end": {
"line": 15,
"column": 45
}
}
},
"range": [
341,
361
],
"loc": {
"start": {
"line": 15,
"column": 25
},
"end": {
"line": 15,
"column": 45
}
}
},
"range": [
324,
361
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 45
}
}
},
"range": [
324,
362
],
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 46
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines grid width",
"range": [
294,
314
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 28
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines grid height",
"range": [
372,
393
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 29
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
403,
407
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeight",
"range": [
408,
418
],
"loc": {
"start": {
"line": 17,
"column": 13
},
"end": {
"line": 17,
"column": 23
}
}
},
"range": [
403,
418
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 23
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
421,
422
],
"loc": {
"start": {
"line": 17,
"column": 26
},
"end": {
"line": 17,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "grid_height",
"range": [
423,
434
],
"loc": {
"start": {
"line": 17,
"column": 28
},
"end": {
"line": 17,
"column": 39
}
}
},
"range": [
421,
434
],
"loc": {
"start": {
"line": 17,
"column": 26
},
"end": {
"line": 17,
"column": 39
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
438,
442
],
"loc": {
"start": {
"line": 17,
"column": 43
},
"end": {
"line": 17,
"column": 47
}
}
},
"range": [
421,
442
],
"loc": {
"start": {
"line": 17,
"column": 26
},
"end": {
"line": 17,
"column": 47
}
}
},
"range": [
403,
442
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 47
}
}
},
"range": [
403,
443
],
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 48
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines grid height",
"range": [
372,
393
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 29
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for main container",
"range": [
453,
491
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 46
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
501,
505
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridMainContCssClass",
"range": [
506,
526
],
"loc": {
"start": {
"line": 19,
"column": 13
},
"end": {
"line": 19,
"column": 33
}
}
},
"range": [
501,
526
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 33
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
529,
530
],
"loc": {
"start": {
"line": 19,
"column": 36
},
"end": {
"line": 19,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "grid_cont_css_class",
"range": [
531,
550
],
"loc": {
"start": {
"line": 19,
"column": 38
},
"end": {
"line": 19,
"column": 57
}
}
},
"range": [
529,
550
],
"loc": {
"start": {
"line": 19,
"column": 36
},
"end": {
"line": 19,
"column": 57
}
}
},
"right": {
"type": "Literal",
"value": "grd_Cont",
"raw": "'grd_Cont'",
"range": [
554,
564
],
"loc": {
"start": {
"line": 19,
"column": 61
},
"end": {
"line": 19,
"column": 71
}
}
},
"range": [
529,
564
],
"loc": {
"start": {
"line": 19,
"column": 36
},
"end": {
"line": 19,
"column": 71
}
}
},
"range": [
501,
564
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 71
}
}
},
"range": [
501,
565
],
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 72
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for main container",
"range": [
453,
491
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 46
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for div containing table",
"range": [
575,
619
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 52
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
629,
633
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridContCssClass",
"range": [
634,
650
],
"loc": {
"start": {
"line": 21,
"column": 13
},
"end": {
"line": 21,
"column": 29
}
}
},
"range": [
629,
650
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 29
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
653,
654
],
"loc": {
"start": {
"line": 21,
"column": 32
},
"end": {
"line": 21,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "grid_tbl_cont_css_class",
"range": [
655,
678
],
"loc": {
"start": {
"line": 21,
"column": 34
},
"end": {
"line": 21,
"column": 57
}
}
},
"range": [
653,
678
],
"loc": {
"start": {
"line": 21,
"column": 32
},
"end": {
"line": 21,
"column": 57
}
}
},
"right": {
"type": "Literal",
"value": "grd_tblCont",
"raw": "'grd_tblCont'",
"range": [
682,
695
],
"loc": {
"start": {
"line": 21,
"column": 61
},
"end": {
"line": 21,
"column": 74
}
}
},
"range": [
653,
695
],
"loc": {
"start": {
"line": 21,
"column": 32
},
"end": {
"line": 21,
"column": 74
}
}
},
"range": [
629,
695
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 74
}
}
},
"range": [
629,
696
],
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 75
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for div containing table",
"range": [
575,
619
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 52
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for div containing headers' table",
"range": [
706,
759
],
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 61
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
769,
773
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeadContCssClass",
"range": [
774,
794
],
"loc": {
"start": {
"line": 23,
"column": 13
},
"end": {
"line": 23,
"column": 33
}
}
},
"range": [
769,
794
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 33
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
797,
798
],
"loc": {
"start": {
"line": 23,
"column": 36
},
"end": {
"line": 23,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "grid_tblHead_cont_css_class",
"range": [
799,
826
],
"loc": {
"start": {
"line": 23,
"column": 38
},
"end": {
"line": 23,
"column": 65
}
}
},
"range": [
797,
826
],
"loc": {
"start": {
"line": 23,
"column": 36
},
"end": {
"line": 23,
"column": 65
}
}
},
"right": {
"type": "Literal",
"value": "grd_headTblCont",
"raw": "'grd_headTblCont'",
"range": [
843,
860
],
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 29
}
}
},
"range": [
797,
860
],
"loc": {
"start": {
"line": 23,
"column": 36
},
"end": {
"line": 24,
"column": 29
}
}
},
"range": [
769,
860
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 24,
"column": 29
}
}
},
"range": [
769,
861
],
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 24,
"column": 30
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for div containing headers' table",
"range": [
706,
759
],
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 61
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines css class for div containing rows counter, paging etc.",
"range": [
871,
935
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 72
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
945,
949
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridInfDivCssClass",
"range": [
950,
968
],
"loc": {
"start": {
"line": 26,
"column": 13
},
"end": {
"line": 26,
"column": 31
}
}
},
"range": [
945,
968
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 31
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
971,
972
],
"loc": {
"start": {
"line": 26,
"column": 34
},
"end": {
"line": 26,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "grid_inf_grid_css_class",
"range": [
973,
996
],
"loc": {
"start": {
"line": 26,
"column": 36
},
"end": {
"line": 26,
"column": 59
}
}
},
"range": [
971,
996
],
"loc": {
"start": {
"line": 26,
"column": 34
},
"end": {
"line": 26,
"column": 59
}
}
},
"right": {
"type": "Literal",
"value": "grd_inf",
"raw": "'grd_inf'",
"range": [
1000,
1009
],
"loc": {
"start": {
"line": 26,
"column": 63
},
"end": {
"line": 26,
"column": 72
}
}
},
"range": [
971,
1009
],
"loc": {
"start": {
"line": 26,
"column": 34
},
"end": {
"line": 26,
"column": 72
}
}
},
"range": [
945,
1009
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 72
}
}
},
"range": [
945,
1010
],
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 73
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines css class for div containing rows counter, paging etc.",
"range": [
871,
935
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 72
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "defines which row contains column headers",
"range": [
1020,
1063
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 51
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1073,
1077
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeadRowIndex",
"range": [
1078,
1094
],
"loc": {
"start": {
"line": 28,
"column": 13
},
"end": {
"line": 28,
"column": 29
}
}
},
"range": [
1073,
1094
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 29
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1097,
1098
],
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "grid_headers_row_index",
"range": [
1099,
1121
],
"loc": {
"start": {
"line": 28,
"column": 34
},
"end": {
"line": 28,
"column": 56
}
}
},
"range": [
1097,
1121
],
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 56
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
1125,
1126
],
"loc": {
"start": {
"line": 28,
"column": 60
},
"end": {
"line": 28,
"column": 61
}
}
},
"range": [
1097,
1126
],
"loc": {
"start": {
"line": 28,
"column": 32
},
"end": {
"line": 28,
"column": 61
}
}
},
"range": [
1073,
1126
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 61
}
}
},
"range": [
1073,
1127
],
"loc": {
"start": {
"line": 28,
"column": 8
},
"end": {
"line": 28,
"column": 62
}
},
"leadingComments": [
{
"type": "Line",
"value": "defines which row contains column headers",
"range": [
1020,
1063
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 51
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "array of headers row indexes to be placed in header table",
"range": [
1137,
1196
],
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 67
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1206,
1210
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeadRows",
"range": [
1211,
1223
],
"loc": {
"start": {
"line": 30,
"column": 13
},
"end": {
"line": 30,
"column": 25
}
}
},
"range": [
1206,
1223
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 25
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1226,
1227
],
"loc": {
"start": {
"line": 30,
"column": 28
},
"end": {
"line": 30,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "grid_headers_rows",
"range": [
1228,
1245
],
"loc": {
"start": {
"line": 30,
"column": 30
},
"end": {
"line": 30,
"column": 47
}
}
},
"range": [
1226,
1245
],
"loc": {
"start": {
"line": 30,
"column": 28
},
"end": {
"line": 30,
"column": 47
}
}
},
"right": {
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
1250,
1251
],
"loc": {
"start": {
"line": 30,
"column": 52
},
"end": {
"line": 30,
"column": 53
}
}
}
],
"range": [
1249,
1252
],
"loc": {
"start": {
"line": 30,
"column": 51
},
"end": {
"line": 30,
"column": 54
}
}
},
"range": [
1226,
1252
],
"loc": {
"start": {
"line": 30,
"column": 28
},
"end": {
"line": 30,
"column": 54
}
}
},
"range": [
1206,
1252
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 54
}
}
},
"range": [
1206,
1253
],
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 55
}
},
"leadingComments": [
{
"type": "Line",
"value": "array of headers row indexes to be placed in header table",
"range": [
1137,
1196
],
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 67
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "generate filters in table headers",
"range": [
1263,
1298
],
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 43
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1308,
1312
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridEnableFilters",
"range": [
1313,
1330
],
"loc": {
"start": {
"line": 32,
"column": 13
},
"end": {
"line": 32,
"column": 30
}
}
},
"range": [
1308,
1330
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 30
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1333,
1334
],
"loc": {
"start": {
"line": 32,
"column": 33
},
"end": {
"line": 32,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "grid_enable_default_filters",
"range": [
1335,
1362
],
"loc": {
"start": {
"line": 32,
"column": 35
},
"end": {
"line": 32,
"column": 62
}
}
},
"range": [
1333,
1362
],
"loc": {
"start": {
"line": 32,
"column": 33
},
"end": {
"line": 32,
"column": 62
}
}
},
"right": {
"type": "Identifier",
"name": "undefined",
"range": [
1365,
1374
],
"loc": {
"start": {
"line": 32,
"column": 65
},
"end": {
"line": 32,
"column": 74
}
}
},
"range": [
1333,
1374
],
"loc": {
"start": {
"line": 32,
"column": 33
},
"end": {
"line": 32,
"column": 74
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1390,
1391
],
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "grid_enable_default_filters",
"range": [
1392,
1419
],
"loc": {
"start": {
"line": 33,
"column": 14
},
"end": {
"line": 33,
"column": 41
}
}
},
"range": [
1390,
1419
],
"loc": {
"start": {
"line": 33,
"column": 12
},
"end": {
"line": 33,
"column": 41
}
}
},
"alternate": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
1422,
1426
],
"loc": {
"start": {
"line": 33,
"column": 44
},
"end": {
"line": 33,
"column": 48
}
}
},
"range": [
1333,
1426
],
"loc": {
"start": {
"line": 32,
"column": 33
},
"end": {
"line": 33,
"column": 48
}
}
},
"range": [
1308,
1426
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 33,
"column": 48
}
}
},
"range": [
1308,
1427
],
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 33,
"column": 49
}
},
"leadingComments": [
{
"type": "Line",
"value": "generate filters in table headers",
"range": [
1263,
1298
],
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 43
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "default col width",
"range": [
1437,
1456
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 27
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1466,
1470
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridDefaultColWidth",
"range": [
1471,
1490
],
"loc": {
"start": {
"line": 35,
"column": 13
},
"end": {
"line": 35,
"column": 32
}
}
},
"range": [
1466,
1490
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 32
}
}
},
"right": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
1493,
1494
],
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "grid_default_col_width",
"range": [
1495,
1517
],
"loc": {
"start": {
"line": 35,
"column": 37
},
"end": {
"line": 35,
"column": 59
}
}
},
"range": [
1493,
1517
],
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 59
}
}
},
"right": {
"type": "Literal",
"value": "100px",
"raw": "'100px'",
"range": [
1521,
1528
],
"loc": {
"start": {
"line": 35,
"column": 63
},
"end": {
"line": 35,
"column": 70
}
}
},
"range": [
1493,
1528
],
"loc": {
"start": {
"line": 35,
"column": 35
},
"end": {
"line": 35,
"column": 70
}
}
},
"range": [
1466,
1528
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 70
}
}
},
"range": [
1466,
1529
],
"loc": {
"start": {
"line": 35,
"column": 8
},
"end": {
"line": 35,
"column": 71
}
},
"leadingComments": [
{
"type": "Line",
"value": "default col width",
"range": [
1437,
1456
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 27
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "enables/disables columns resizer",
"range": [
1539,
1573
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 42
}
}
},
{
"type": "Line",
"value": " this.gridEnableColResizer = f.grid_enable_cols_resizer!==undefined ?",
"range": [
1583,
1654
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 79
}
}
},
{
"type": "Line",
"value": " f.grid_enable_cols_resizer : false;",
"range": [
1664,
1706
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 50
}
}
},
{
"type": "Line",
"value": " //defines col resizer script path",
"range": [
1716,
1752
],
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 44
}
}
},
{
"type": "Line",
"value": " this.gridColResizerPath = f.grid_cont_col_resizer_path ||",
"range": [
1762,
1822
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 68
}
}
},
{
"type": "Line",
"value": " this.basePath+'TFExt_ColsResizer/TFExt_ColsResizer.js';",
"range": [
1832,
1894
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 70
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
1906,
1910
],
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "gridColElms",
"range": [
1911,
1922
],
"loc": {
"start": {
"line": 43,
"column": 13
},
"end": {
"line": 43,
"column": 24
}
}
},
"range": [
1906,
1922
],
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 24
}
}
},
"right": {
"type": "ArrayExpression",
"elements": [],
"range": [
1925,
1927
],
"loc": {
"start": {
"line": 43,
"column": 27
},
"end": {
"line": 43,
"column": 29
}
}
},
"range": [
1906,
1927
],
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 29
}
}
},
"range": [
1906,
1928
],
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 30
}
},
"leadingComments": [
{
"type": "Line",
"value": "enables/disables columns resizer",
"range": [
1539,
1573
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 42
}
}
},
{
"type": "Line",
"value": " this.gridEnableColResizer = f.grid_enable_cols_resizer!==undefined ?",
"range": [
1583,
1654
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 79
}
}
},
{
"type": "Line",
"value": " f.grid_enable_cols_resizer : false;",
"range": [
1664,
1706
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 50
}
}
},
{
"type": "Line",
"value": " //defines col resizer script path",
"range": [
1716,
1752
],
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 44
}
}
},
{
"type": "Line",
"value": " this.gridColResizerPath = f.grid_cont_col_resizer_path ||",
"range": [
1762,
1822
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 68
}
}
},
{
"type": "Line",
"value": " this.basePath+'TFExt_ColsResizer/TFExt_ColsResizer.js';",
"range": [
1832,
1894
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 70
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "div containing grid elements if grid_layout true",
"range": [
1940,
1990
],
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 58
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2000,
2004
],
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfxMainTblCont",
"range": [
2005,
2020
],
"loc": {
"start": {
"line": 46,
"column": 13
},
"end": {
"line": 46,
"column": 28
}
}
},
"range": [
2000,
2020
],
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 28
}
}
},
"right": {
"type": "Literal",
"value": "gridCont_",
"raw": "'gridCont_'",
"range": [
2023,
2034
],
"loc": {
"start": {
"line": 46,
"column": 31
},
"end": {
"line": 46,
"column": 42
}
}
},
"range": [
2000,
2034
],
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 42
}
}
},
"range": [
2000,
2035
],
"loc": {
"start": {
"line": 46,
"column": 8
},
"end": {
"line": 46,
"column": 43
}
},
"leadingComments": [
{
"type": "Line",
"value": "div containing grid elements if grid_layout true",
"range": [
1940,
1990
],
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 58
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "div containing table if grid_layout true",
"range": [
2045,
2087
],
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 50
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2097,
2101
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfxTblCont",
"range": [
2102,
2113
],
"loc": {
"start": {
"line": 48,
"column": 13
},
"end": {
"line": 48,
"column": 24
}
}
},
"range": [
2097,
2113
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": "tblCont_",
"raw": "'tblCont_'",
"range": [
2116,
2126
],
"loc": {
"start": {
"line": 48,
"column": 27
},
"end": {
"line": 48,
"column": 37
}
}
},
"range": [
2097,
2126
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 37
}
}
},
"range": [
2097,
2127
],
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 38
}
},
"leadingComments": [
{
"type": "Line",
"value": "div containing table if grid_layout true",
"range": [
2045,
2087
],
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 50
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "div containing headers table if grid_layout true",
"range": [
2137,
2187
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 58
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2197,
2201
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfxHeadTblCont",
"range": [
2202,
2217
],
"loc": {
"start": {
"line": 50,
"column": 13
},
"end": {
"line": 50,
"column": 28
}
}
},
"range": [
2197,
2217
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 28
}
}
},
"right": {
"type": "Literal",
"value": "tblHeadCont_",
"raw": "'tblHeadCont_'",
"range": [
2220,
2234
],
"loc": {
"start": {
"line": 50,
"column": 31
},
"end": {
"line": 50,
"column": 45
}
}
},
"range": [
2197,
2234
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 45
}
}
},
"range": [
2197,
2235
],
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 46
}
},
"leadingComments": [
{
"type": "Line",
"value": "div containing headers table if grid_layout true",
"range": [
2137,
2187
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 58
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "headers' table if grid_layout true",
"range": [
2245,
2281
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 44
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2291,
2295
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfxHeadTbl",
"range": [
2296,
2307
],
"loc": {
"start": {
"line": 52,
"column": 13
},
"end": {
"line": 52,
"column": 24
}
}
},
"range": [
2291,
2307
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": "tblHead_",
"raw": "'tblHead_'",
"range": [
2310,
2320
],
"loc": {
"start": {
"line": 52,
"column": 27
},
"end": {
"line": 52,
"column": 37
}
}
},
"range": [
2291,
2320
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 37
}
}
},
"range": [
2291,
2321
],
"loc": {
"start": {
"line": 52,
"column": 8
},
"end": {
"line": 52,
"column": 38
}
},
"leadingComments": [
{
"type": "Line",
"value": "headers' table if grid_layout true",
"range": [
2245,
2281
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 44
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "id of td containing the filter if grid_layout true",
"range": [
2331,
2383
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 60
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2393,
2397
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfxGridFltTd",
"range": [
2398,
2411
],
"loc": {
"start": {
"line": 54,
"column": 13
},
"end": {
"line": 54,
"column": 26
}
}
},
"range": [
2393,
2411
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 26
}
}
},
"right": {
"type": "Literal",
"value": "_td_",
"raw": "'_td_'",
"range": [
2414,
2420
],
"loc": {
"start": {
"line": 54,
"column": 29
},
"end": {
"line": 54,
"column": 35
}
}
},
"range": [
2393,
2420
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 35
}
}
},
"range": [
2393,
2421
],
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 36
}
},
"leadingComments": [
{
"type": "Line",
"value": "id of td containing the filter if grid_layout true",
"range": [
2331,
2383
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 60
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "id of th containing column header if grid_layout true",
"range": [
2431,
2486
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 63
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2496,
2500
],
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "prfxGridTh",
"range": [
2501,
2511
],
"loc": {
"start": {
"line": 56,
"column": 13
},
"end": {
"line": 56,
"column": 23
}
}
},
"range": [
2496,
2511
],
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 23
}
}
},
"right": {
"type": "Literal",
"value": "tblHeadTh_",
"raw": "'tblHeadTh_'",
"range": [
2514,
2526
],
"loc": {
"start": {
"line": 56,
"column": 26
},
"end": {
"line": 56,
"column": 38
}
}
},
"range": [
2496,
2526
],
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 38
}
}
},
"range": [
2496,
2527
],
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 39
}
},
"leadingComments": [
{
"type": "Line",
"value": "id of th containing column header if grid_layout true",
"range": [
2431,
2486
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 63
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2539,
2543
],
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
2544,
2546
],
"loc": {
"start": {
"line": 58,
"column": 13
},
"end": {
"line": 58,
"column": 15
}
}
},
"range": [
2539,
2546
],
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 15
}
}
},
"right": {
"type": "Identifier",
"name": "tf",
"range": [
2549,
2551
],
"loc": {
"start": {
"line": 58,
"column": 18
},
"end": {
"line": 58,
"column": 20
}
}
},
"range": [
2539,
2551
],
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 20
}
}
},
"range": [
2539,
2552
],
"loc": {
"start": {
"line": 58,
"column": 8
},
"end": {
"line": 58,
"column": 21
}
}
}
],
"range": [
251,
2559
],
"loc": {
"start": {
"line": 11,
"column": 20
},
"end": {
"line": 59,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
246,
2559
],
"loc": {
"start": {
"line": 11,
"column": 15
},
"end": {
"line": 59,
"column": 5
}
}
},
"kind": "constructor",
"computed": false,
"range": [
235,
2559
],
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 59,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Grid layout, table with fixed headers\r\n * @param {Object} tf TableFilter instance\r\n ",
"range": [
123,
229
],
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 10,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Generates a grid with fixed headers\r\n ",
"range": [
2567,
2623
],
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 63,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "init",
"range": [
2629,
2633
],
"loc": {
"start": {
"line": 64,
"column": 4
},
"end": {
"line": 64,
"column": 8
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tf",
"range": [
2650,
2652
],
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
2655,
2659
],
"loc": {
"start": {
"line": 65,
"column": 17
},
"end": {
"line": 65,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
2660,
2662
],
"loc": {
"start": {
"line": 65,
"column": 22
},
"end": {
"line": 65,
"column": 24
}
}
},
"range": [
2655,
2662
],
"loc": {
"start": {
"line": 65,
"column": 17
},
"end": {
"line": 65,
"column": 24
}
}
},
"range": [
2650,
2662
],
"loc": {
"start": {
"line": 65,
"column": 12
},
"end": {
"line": 65,
"column": 24
}
}
}
],
"kind": "var",
"range": [
2646,
2663
],
"loc": {
"start": {
"line": 65,
"column": 8
},
"end": {
"line": 65,
"column": 25
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "f",
"range": [
2677,
2678
],
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 13
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2681,
2683
],
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "config",
"range": [
2684,
2690
],
"loc": {
"start": {
"line": 66,
"column": 19
},
"end": {
"line": 66,
"column": 25
}
}
},
"range": [
2681,
2690
],
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 25
}
}
},
"arguments": [],
"range": [
2681,
2692
],
"loc": {
"start": {
"line": 66,
"column": 16
},
"end": {
"line": 66,
"column": 27
}
}
},
"range": [
2677,
2692
],
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 27
}
}
}
],
"kind": "var",
"range": [
2673,
2693
],
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 28
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tbl",
"range": [
2707,
2710
],
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 15
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2713,
2715
],
"loc": {
"start": {
"line": 67,
"column": 18
},
"end": {
"line": 67,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
2716,
2719
],
"loc": {
"start": {
"line": 67,
"column": 21
},
"end": {
"line": 67,
"column": 24
}
}
},
"range": [
2713,
2719
],
"loc": {
"start": {
"line": 67,
"column": 18
},
"end": {
"line": 67,
"column": 24
}
}
},
"range": [
2707,
2719
],
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 24
}
}
}
],
"kind": "var",
"range": [
2703,
2720
],
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2736,
2738
],
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "gridLayout",
"range": [
2739,
2749
],
"loc": {
"start": {
"line": 69,
"column": 15
},
"end": {
"line": 69,
"column": 25
}
}
},
"range": [
2736,
2749
],
"loc": {
"start": {
"line": 69,
"column": 12
},
"end": {
"line": 69,
"column": 25
}
}
},
"prefix": true,
"range": [
2735,
2749
],
"loc": {
"start": {
"line": 69,
"column": 11
},
"end": {
"line": 69,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
2765,
2772
],
"loc": {
"start": {
"line": 70,
"column": 12
},
"end": {
"line": 70,
"column": 19
}
}
}
],
"range": [
2750,
2783
],
"loc": {
"start": {
"line": 69,
"column": 26
},
"end": {
"line": 71,
"column": 9
}
}
},
"alternate": null,
"range": [
2732,
2783
],
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 71,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2795,
2797
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 10
}
}
},
"property": {
"type": "Identifier",
"name": "isExternalFlt",
"range": [
2798,
2811
],
"loc": {
"start": {
"line": 73,
"column": 11
},
"end": {
"line": 73,
"column": 24
}
}
},
"range": [
2795,
2811
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
2814,
2818
],
"loc": {
"start": {
"line": 73,
"column": 27
},
"end": {
"line": 73,
"column": 31
}
}
},
"range": [
2795,
2818
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 31
}
}
},
"range": [
2795,
2819
],
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 32
}
},
"trailingComments": [
{
"type": "Line",
"value": " default width of 100px if column widths not set",
"range": [
2831,
2881
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 58
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2895,
2897
],
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "hasColWidths",
"range": [
2898,
2910
],
"loc": {
"start": {
"line": 76,
"column": 15
},
"end": {
"line": 76,
"column": 27
}
}
},
"range": [
2895,
2910
],
"loc": {
"start": {
"line": 76,
"column": 12
},
"end": {
"line": 76,
"column": 27
}
}
},
"prefix": true,
"range": [
2894,
2910
],
"loc": {
"start": {
"line": 76,
"column": 11
},
"end": {
"line": 76,
"column": 27
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2926,
2928
],
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "colWidths",
"range": [
2929,
2938
],
"loc": {
"start": {
"line": 77,
"column": 15
},
"end": {
"line": 77,
"column": 24
}
}
},
"range": [
2926,
2938
],
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 24
}
}
},
"right": {
"type": "ArrayExpression",
"elements": [],
"range": [
2941,
2943
],
"loc": {
"start": {
"line": 77,
"column": 27
},
"end": {
"line": 77,
"column": 29
}
}
},
"range": [
2926,
2943
],
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 29
}
}
},
"range": [
2926,
2944
],
"loc": {
"start": {
"line": 77,
"column": 12
},
"end": {
"line": 77,
"column": 30
}
}
},
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "k",
"range": [
2966,
2967
],
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 21
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
2968,
2969
],
"loc": {
"start": {
"line": 78,
"column": 22
},
"end": {
"line": 78,
"column": 23
}
}
},
"range": [
2966,
2969
],
"loc": {
"start": {
"line": 78,
"column": 20
},
"end": {
"line": 78,
"column": 23
}
}
}
],
"kind": "var",
"range": [
2962,
2969
],
"loc": {
"start": {
"line": 78,
"column": 16
},
"end": {
"line": 78,
"column": 23
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "k",
"range": [
2971,
2972
],
"loc": {
"start": {
"line": 78,
"column": 25
},
"end": {
"line": 78,
"column": 26
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
2973,
2975
],
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "nbCells",
"range": [
2976,
2983
],
"loc": {
"start": {
"line": 78,
"column": 30
},
"end": {
"line": 78,
"column": 37
}
}
},
"range": [
2973,
2983
],
"loc": {
"start": {
"line": 78,
"column": 27
},
"end": {
"line": 78,
"column": 37
}
}
},
"range": [
2971,
2983
],
"loc": {
"start": {
"line": 78,
"column": 25
},
"end": {
"line": 78,
"column": 37
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "k",
"range": [
2985,
2986
],
"loc": {
"start": {
"line": 78,
"column": 39
},
"end": {
"line": 78,
"column": 40
}
}
},
"prefix": false,
"range": [
2985,
2988
],
"loc": {
"start": {
"line": 78,
"column": 39
},
"end": {
"line": 78,
"column": 42
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "colW",
"range": [
3012,
3016
],
"loc": {
"start": {
"line": 79,
"column": 20
},
"end": {
"line": 79,
"column": 24
}
}
},
"init": null,
"range": [
3012,
3016
],
"loc": {
"start": {
"line": 79,
"column": 20
},
"end": {
"line": 79,
"column": 24
}
}
},
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cell",
"range": [
3039,
3043
],
"loc": {
"start": {
"line": 80,
"column": 20
},
"end": {
"line": 80,
"column": 24
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
3046,
3049
],
"loc": {
"start": {
"line": 80,
"column": 27
},
"end": {
"line": 80,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "rows",
"range": [
3050,
3054
],
"loc": {
"start": {
"line": 80,
"column": 31
},
"end": {
"line": 80,
"column": 35
}
}
},
"range": [
3046,
3054
],
"loc": {
"start": {
"line": 80,
"column": 27
},
"end": {
"line": 80,
"column": 35
}
}
},
"property": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3055,
3059
],
"loc": {
"start": {
"line": 80,
"column": 36
},
"end": {
"line": 80,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeadRowIndex",
"range": [
3060,
3076
],
"loc": {
"start": {
"line": 80,
"column": 41
},
"end": {
"line": 80,
"column": 57
}
}
},
"range": [
3055,
3076
],
"loc": {
"start": {
"line": 80,
"column": 36
},
"end": {
"line": 80,
"column": 57
}
}
},
"range": [
3046,
3077
],
"loc": {
"start": {
"line": 80,
"column": 27
},
"end": {
"line": 80,
"column": 58
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
3078,
3083
],
"loc": {
"start": {
"line": 80,
"column": 59
},
"end": {
"line": 80,
"column": 64
}
}
},
"range": [
3046,
3083
],
"loc": {
"start": {
"line": 80,
"column": 27
},
"end": {
"line": 80,
"column": 64
}
}
},
"property": {
"type": "Identifier",
"name": "k",
"range": [
3084,
3085
],
"loc": {
"start": {
"line": 80,
"column": 65
},
"end": {
"line": 80,
"column": 66
}
}
},
"range": [
3046,
3086
],
"loc": {
"start": {
"line": 80,
"column": 27
},
"end": {
"line": 80,
"column": 67
}
}
},
"range": [
3039,
3086
],
"loc": {
"start": {
"line": 80,
"column": 20
},
"end": {
"line": 80,
"column": 67
}
}
}
],
"kind": "var",
"range": [
3008,
3087
],
"loc": {
"start": {
"line": 79,
"column": 16
},
"end": {
"line": 80,
"column": 68
}
}
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cell",
"range": [
3108,
3112
],
"loc": {
"start": {
"line": 81,
"column": 19
},
"end": {
"line": 81,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
3113,
3118
],
"loc": {
"start": {
"line": 81,
"column": 24
},
"end": {
"line": 81,
"column": 29
}
}
},
"range": [
3108,
3118
],
"loc": {
"start": {
"line": 81,
"column": 19
},
"end": {
"line": 81,
"column": 29
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
3123,
3125
],
"loc": {
"start": {
"line": 81,
"column": 34
},
"end": {
"line": 81,
"column": 36
}
}
},
"range": [
3108,
3125
],
"loc": {
"start": {
"line": 81,
"column": 19
},
"end": {
"line": 81,
"column": 36
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "colW",
"range": [
3149,
3153
],
"loc": {
"start": {
"line": 82,
"column": 20
},
"end": {
"line": 82,
"column": 24
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cell",
"range": [
3156,
3160
],
"loc": {
"start": {
"line": 82,
"column": 27
},
"end": {
"line": 82,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
3161,
3166
],
"loc": {
"start": {
"line": 82,
"column": 32
},
"end": {
"line": 82,
"column": 37
}
}
},
"range": [
3156,
3166
],
"loc": {
"start": {
"line": 82,
"column": 27
},
"end": {
"line": 82,
"column": 37
}
}
},
"range": [
3149,
3166
],
"loc": {
"start": {
"line": 82,
"column": 20
},
"end": {
"line": 82,
"column": 37
}
}
},
"range": [
3149,
3167
],
"loc": {
"start": {
"line": 82,
"column": 20
},
"end": {
"line": 82,
"column": 38
}
}
}
],
"range": [
3126,
3186
],
"loc": {
"start": {
"line": 81,
"column": 37
},
"end": {
"line": 83,
"column": 17
}
}
},
"alternate": {
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cell",
"range": [
3195,
3199
],
"loc": {
"start": {
"line": 83,
"column": 26
},
"end": {
"line": 83,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
3200,
3205
],
"loc": {
"start": {
"line": 83,
"column": 31
},
"end": {
"line": 83,
"column": 36
}
}
},
"range": [
3195,
3205
],
"loc": {
"start": {
"line": 83,
"column": 26
},
"end": {
"line": 83,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
3206,
3211
],
"loc": {
"start": {
"line": 83,
"column": 37
},
"end": {
"line": 83,
"column": 42
}
}
},
"range": [
3195,
3211
],
"loc": {
"start": {
"line": 83,
"column": 26
},
"end": {
"line": 83,
"column": 42
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
3216,
3218
],
"loc": {
"start": {
"line": 83,
"column": 47
},
"end": {
"line": 83,
"column": 49
}
}
},
"range": [
3195,
3218
],
"loc": {
"start": {
"line": 83,
"column": 26
},
"end": {
"line": 83,
"column": 49
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "colW",
"range": [
3242,
3246
],
"loc": {
"start": {
"line": 84,
"column": 20
},
"end": {
"line": 84,
"column": 24
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "parseInt",
"range": [
3249,
3257
],
"loc": {
"start": {
"line": 84,
"column": 27
},
"end": {
"line": 84,
"column": 35
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "cell",
"range": [
3258,
3262
],
"loc": {
"start": {
"line": 84,
"column": 36
},
"end": {
"line": 84,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
3263,
3268
],
"loc": {
"start": {
"line": 84,
"column": 41
},
"end": {
"line": 84,
"column": 46
}
}
},
"range": [
3258,
3268
],
"loc": {
"start": {
"line": 84,
"column": 36
},
"end": {
"line": 84,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
3269,
3274
],
"loc": {
"start": {
"line": 84,
"column": 47
},
"end": {
"line": 84,
"column": 52
}
}
},
"range": [
3258,
3274
],
"loc": {
"start": {
"line": 84,
"column": 36
},
"end": {
"line": 84,
"column": 52
}
}
},
{
"type": "Literal",
"value": 10,
"raw": "10",
"range": [
3276,
3278
],
"loc": {
"start": {
"line": 84,
"column": 54
},
"end": {
"line": 84,
"column": 56
}
}
}
],
"range": [
3249,
3279
],
"loc": {
"start": {
"line": 84,
"column": 27
},
"end": {
"line": 84,
"column": 57
}
}
},
"range": [
3242,
3279
],
"loc": {
"start": {
"line": 84,
"column": 20
},
"end": {
"line": 84,
"column": 57
}
}
},
"range": [
3242,
3280
],
"loc": {
"start": {
"line": 84,
"column": 20
},
"end": {
"line": 84,
"column": 58
}
}
}
],
"range": [
3219,
3299
],
"loc": {
"start": {
"line": 83,
"column": 50
},
"end": {
"line": 85,
"column": 17
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "colW",
"range": [
3328,
3332
],
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 86,
"column": 24
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3335,
3339
],
"loc": {
"start": {
"line": 86,
"column": 27
},
"end": {
"line": 86,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "gridDefaultColWidth",
"range": [
3340,
3359
],
"loc": {
"start": {
"line": 86,
"column": 32
},
"end": {
"line": 86,
"column": 51
}
}
},
"range": [
3335,
3359
],
"loc": {
"start": {
"line": 86,
"column": 27
},
"end": {
"line": 86,
"column": 51
}
}
},
"range": [
3328,
3359
],
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 86,
"column": 51
}
}
},
"range": [
3328,
3360
],
"loc": {
"start": {
"line": 86,
"column": 20
},
"end": {
"line": 86,
"column": 52
}
}
}
],
"range": [
3305,
3379
],
"loc": {
"start": {
"line": 85,
"column": 23
},
"end": {
"line": 87,
"column": 17
}
}
},
"range": [
3192,
3379
],
"loc": {
"start": {
"line": 83,
"column": 23
},
"end": {
"line": 87,
"column": 17
}
}
},
"range": [
3105,
3379
],
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 87,
"column": 17
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
3397,
3399
],
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "colWidths",
"range": [
3400,
3409
],
"loc": {
"start": {
"line": 88,
"column": 19
},
"end": {
"line": 88,
"column": 28
}
}
},
"range": [
3397,
3409
],
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "k",
"range": [
3410,
3411
],
"loc": {
"start": {
"line": 88,
"column": 29
},
"end": {
"line": 88,
"column": 30
}
}
},
"range": [
3397,
3412
],
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 31
}
}
},
"right": {
"type": "Identifier",
"name": "colW",
"range": [
3415,
3419
],
"loc": {
"start": {
"line": 88,
"column": 34
},
"end": {
"line": 88,
"column": 38
}
}
},
"range": [
3397,
3419
],
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 38
}
}
},
"range": [
3397,
3420
],
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 39
}
}
}
],
"range": [
2989,
3435
],
"loc": {
"start": {
"line": 78,
"column": 43
},
"end": {
"line": 89,
"column": 13
}
}
},
"range": [
2958,
3435
],
"loc": {
"start": {
"line": 78,
"column": 12
},
"end": {
"line": 89,
"column": 13
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
3449,
3451
],
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "hasColWidths",
"range": [
3452,
3464
],
"loc": {
"start": {
"line": 90,
"column": 15
},
"end": {
"line": 90,
"column": 27
}
}
},
"range": [
3449,
3464
],
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 27
}
}
},
"right": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
3467,
3471
],
"loc": {
"start": {
"line": 90,
"column": 30
},
"end": {
"line": 90,
"column": 34
}
}
},
"range": [
3449,
3471
],
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 34
}
}
},
"range": [
3449,
3472
],
"loc": {
"start": {
"line": 90,
"column": 12
},
"end": {
"line": 90,
"column": 35
}
}
}
],
"range": [
2911,
3483
],
"loc": {
"start": {
"line": 76,
"column": 28
},
"end": {
"line": 91,
"column": 9
}
}
},
"alternate": null,
"range": [
2891,
3483
],
"loc": {
"start": {
"line": 76,
"column": 8
},
"end": {
"line": 91,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": " default width of 100px if column widths not set",
"range": [
2831,
2881
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 58
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
3493,
3495
],
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 10
}
}
},
"property": {
"type": "Identifier",
"name": "setColWidths",
"range": [
3496,
3508
],
"loc": {
"start": {
"line": 92,
"column": 11
},
"end": {
"line": 92,
"column": 23
}
}
},
"range": [
3493,
3508
],
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 23
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3509,
3513
],
"loc": {
"start": {
"line": 92,
"column": 24
},
"end": {
"line": 92,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeadRowIndex",
"range": [
3514,
3530
],
"loc": {
"start": {
"line": 92,
"column": 29
},
"end": {
"line": 92,
"column": 45
}
}
},
"range": [
3509,
3530
],
"loc": {
"start": {
"line": 92,
"column": 24
},
"end": {
"line": 92,
"column": 45
}
}
}
],
"range": [
3493,
3531
],
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 46
}
}
},
"range": [
3493,
3532
],
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 47
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tblW",
"range": [
3548,
3552
],
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 16
}
}
},
"init": null,
"range": [
3548,
3552
],
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 16
}
}
}
],
"kind": "var",
"range": [
3544,
3553
],
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 17
}
},
"trailingComments": [
{
"type": "Line",
"value": "initial table width",
"range": [
3553,
3574
],
"loc": {
"start": {
"line": 94,
"column": 17
},
"end": {
"line": 94,
"column": 38
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
3587,
3590
],
"loc": {
"start": {
"line": 95,
"column": 11
},
"end": {
"line": 95,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
3591,
3596
],
"loc": {
"start": {
"line": 95,
"column": 15
},
"end": {
"line": 95,
"column": 20
}
}
},
"range": [
3587,
3596
],
"loc": {
"start": {
"line": 95,
"column": 11
},
"end": {
"line": 95,
"column": 20
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
3601,
3603
],
"loc": {
"start": {
"line": 95,
"column": 25
},
"end": {
"line": 95,
"column": 27
}
}
},
"range": [
3587,
3603
],
"loc": {
"start": {
"line": 95,
"column": 11
},
"end": {
"line": 95,
"column": 27
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "tblW",
"range": [
3619,
3623
],
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 16
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
3626,
3629
],
"loc": {
"start": {
"line": 96,
"column": 19
},
"end": {
"line": 96,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
3630,
3635
],
"loc": {
"start": {
"line": 96,
"column": 23
},
"end": {
"line": 96,
"column": 28
}
}
},
"range": [
3626,
3635
],
"loc": {
"start": {
"line": 96,
"column": 19
},
"end": {
"line": 96,
"column": 28
}
}
},
"range": [
3619,
3635
],
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 28
}
}
},
"range": [
3619,
3636
],
"loc": {
"start": {
"line": 96,
"column": 12
},
"end": {
"line": 96,
"column": 29
}
}
}
],
"range": [
3604,
3647
],
"loc": {
"start": {
"line": 95,
"column": 28
},
"end": {
"line": 97,
"column": 9
}
}
},
"alternate": {
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
3665,
3668
],
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
3669,
3674
],
"loc": {
"start": {
"line": 98,
"column": 20
},
"end": {
"line": 98,
"column": 25
}
}
},
"range": [
3665,
3674
],
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
3675,
3680
],
"loc": {
"start": {
"line": 98,
"column": 26
},
"end": {
"line": 98,
"column": 31
}
}
},
"range": [
3665,
3680
],
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 31
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
3685,
3687
],
"loc": {
"start": {
"line": 98,
"column": 36
},
"end": {
"line": 98,
"column": 38
}
}
},
"range": [
3665,
3687
],
"loc": {
"start": {
"line": 98,
"column": 16
},
"end": {
"line": 98,
"column": 38
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "tblW",
"range": [
3703,
3707
],
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 16
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "parseInt",
"range": [
3710,
3718
],
"loc": {
"start": {
"line": 99,
"column": 19
},
"end": {
"line": 99,
"column": 27
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
3719,
3722
],
"loc": {
"start": {
"line": 99,
"column": 28
},
"end": {
"line": 99,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
3723,
3728
],
"loc": {
"start": {
"line": 99,
"column": 32
},
"end": {
"line": 99,
"column": 37
}
}
},
"range": [
3719,
3728
],
"loc": {
"start": {
"line": 99,
"column": 28
},
"end": {
"line": 99,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
3729,
3734
],
"loc": {
"start": {
"line": 99,
"column": 38
},
"end": {
"line": 99,
"column": 43
}
}
},
"range": [
3719,
3734
],
"loc": {
"start": {
"line": 99,
"column": 28
},
"end": {
"line": 99,
"column": 43
}
}
},
{
"type": "Literal",
"value": 10,
"raw": "10",
"range": [
3736,
3738
],
"loc": {
"start": {
"line": 99,
"column": 45
},
"end": {
"line": 99,
"column": 47
}
}
}
],
"range": [
3710,
3739
],
"loc": {
"start": {
"line": 99,
"column": 19
},
"end": {
"line": 99,
"column": 48
}
}
},
"range": [
3703,
3739
],
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 48
}
}
},
"range": [
3703,
3740
],
"loc": {
"start": {
"line": 99,
"column": 12
},
"end": {
"line": 99,
"column": 49
}
}
}
],
"range": [
3688,
3751
],
"loc": {
"start": {
"line": 98,
"column": 39
},
"end": {
"line": 100,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "tblW",
"range": [
3772,
3776
],
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 16
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
3779,
3782
],
"loc": {
"start": {
"line": 101,
"column": 19
},
"end": {
"line": 101,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "clientWidth",
"range": [
3783,
3794
],
"loc": {
"start": {
"line": 101,
"column": 23
},
"end": {
"line": 101,
"column": 34
}
}
},
"range": [
3779,
3794
],
"loc": {
"start": {
"line": 101,
"column": 19
},
"end": {
"line": 101,
"column": 34
}
}
},
"range": [
3772,
3794
],
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 34
}
}
},
"range": [
3772,
3795
],
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 35
}
}
}
],
"range": [
3757,
3806
],
"loc": {
"start": {
"line": 100,
"column": 15
},
"end": {
"line": 102,
"column": 9
}
}
},
"range": [
3662,
3806
],
"loc": {
"start": {
"line": 98,
"column": 13
},
"end": {
"line": 102,
"column": 9
}
}
},
"range": [
3584,
3806
],
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 102,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": "initial table width",
"range": [
3553,
3574
],
"loc": {
"start": {
"line": 94,
"column": 17
},
"end": {
"line": 94,
"column": 38
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "Main container: it will contain all the elements",
"range": [
3818,
3868
],
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 58
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3878,
3882
],
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
3883,
3894
],
"loc": {
"start": {
"line": 105,
"column": 13
},
"end": {
"line": 105,
"column": 24
}
}
},
"range": [
3878,
3894
],
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 105,
"column": 24
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
3897,
3900
],
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 105,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
3901,
3907
],
"loc": {
"start": {
"line": 105,
"column": 31
},
"end": {
"line": 105,
"column": 37
}
}
},
"range": [
3897,
3907
],
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 105,
"column": 37
}
}
},
"arguments": [
{
"type": "Literal",
"value": "div",
"raw": "'div'",
"range": [
3908,
3913
],
"loc": {
"start": {
"line": 105,
"column": 38
},
"end": {
"line": 105,
"column": 43
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
3929,
3933
],
"loc": {
"start": {
"line": 106,
"column": 13
},
"end": {
"line": 106,
"column": 17
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3935,
3939
],
"loc": {
"start": {
"line": 106,
"column": 19
},
"end": {
"line": 106,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "prfxMainTblCont",
"range": [
3940,
3955
],
"loc": {
"start": {
"line": 106,
"column": 24
},
"end": {
"line": 106,
"column": 39
}
}
},
"range": [
3935,
3955
],
"loc": {
"start": {
"line": 106,
"column": 19
},
"end": {
"line": 106,
"column": 39
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
3958,
3960
],
"loc": {
"start": {
"line": 106,
"column": 42
},
"end": {
"line": 106,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
3961,
3963
],
"loc": {
"start": {
"line": 106,
"column": 45
},
"end": {
"line": 106,
"column": 47
}
}
},
"range": [
3958,
3963
],
"loc": {
"start": {
"line": 106,
"column": 42
},
"end": {
"line": 106,
"column": 47
}
}
},
"range": [
3935,
3963
],
"loc": {
"start": {
"line": 106,
"column": 19
},
"end": {
"line": 106,
"column": 47
}
}
}
],
"range": [
3928,
3964
],
"loc": {
"start": {
"line": 106,
"column": 12
},
"end": {
"line": 106,
"column": 48
}
}
}
],
"range": [
3897,
3965
],
"loc": {
"start": {
"line": 105,
"column": 27
},
"end": {
"line": 106,
"column": 49
}
}
},
"range": [
3878,
3965
],
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 106,
"column": 49
}
}
},
"range": [
3878,
3966
],
"loc": {
"start": {
"line": 105,
"column": 8
},
"end": {
"line": 106,
"column": 50
}
},
"leadingComments": [
{
"type": "Line",
"value": "Main container: it will contain all the elements",
"range": [
3818,
3868
],
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 58
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
3976,
3980
],
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
3981,
3992
],
"loc": {
"start": {
"line": 107,
"column": 13
},
"end": {
"line": 107,
"column": 24
}
}
},
"range": [
3976,
3992
],
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
3993,
4002
],
"loc": {
"start": {
"line": 107,
"column": 25
},
"end": {
"line": 107,
"column": 34
}
}
},
"range": [
3976,
4002
],
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 34
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4005,
4009
],
"loc": {
"start": {
"line": 107,
"column": 37
},
"end": {
"line": 107,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "gridMainContCssClass",
"range": [
4010,
4030
],
"loc": {
"start": {
"line": 107,
"column": 42
},
"end": {
"line": 107,
"column": 62
}
}
},
"range": [
4005,
4030
],
"loc": {
"start": {
"line": 107,
"column": 37
},
"end": {
"line": 107,
"column": 62
}
}
},
"range": [
3976,
4030
],
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 62
}
}
},
"range": [
3976,
4031
],
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 63
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4044,
4048
],
"loc": {
"start": {
"line": 108,
"column": 11
},
"end": {
"line": 108,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
4049,
4058
],
"loc": {
"start": {
"line": 108,
"column": 16
},
"end": {
"line": 108,
"column": 25
}
}
},
"range": [
4044,
4058
],
"loc": {
"start": {
"line": 108,
"column": 11
},
"end": {
"line": 108,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4074,
4078
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
4079,
4090
],
"loc": {
"start": {
"line": 109,
"column": 17
},
"end": {
"line": 109,
"column": 28
}
}
},
"range": [
4074,
4090
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
4091,
4096
],
"loc": {
"start": {
"line": 109,
"column": 29
},
"end": {
"line": 109,
"column": 34
}
}
},
"range": [
4074,
4096
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
4097,
4102
],
"loc": {
"start": {
"line": 109,
"column": 35
},
"end": {
"line": 109,
"column": 40
}
}
},
"range": [
4074,
4102
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 40
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4105,
4109
],
"loc": {
"start": {
"line": 109,
"column": 43
},
"end": {
"line": 109,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
4110,
4119
],
"loc": {
"start": {
"line": 109,
"column": 48
},
"end": {
"line": 109,
"column": 57
}
}
},
"range": [
4105,
4119
],
"loc": {
"start": {
"line": 109,
"column": 43
},
"end": {
"line": 109,
"column": 57
}
}
},
"range": [
4074,
4119
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 57
}
}
},
"range": [
4074,
4120
],
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 58
}
}
}
],
"range": [
4059,
4131
],
"loc": {
"start": {
"line": 108,
"column": 26
},
"end": {
"line": 110,
"column": 9
}
}
},
"alternate": null,
"range": [
4041,
4131
],
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 110,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
4141,
4144
],
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 11
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
4145,
4155
],
"loc": {
"start": {
"line": 111,
"column": 12
},
"end": {
"line": 111,
"column": 22
}
}
},
"range": [
4141,
4155
],
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "insertBefore",
"range": [
4156,
4168
],
"loc": {
"start": {
"line": 111,
"column": 23
},
"end": {
"line": 111,
"column": 35
}
}
},
"range": [
4141,
4168
],
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 35
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4169,
4173
],
"loc": {
"start": {
"line": 111,
"column": 36
},
"end": {
"line": 111,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
4174,
4185
],
"loc": {
"start": {
"line": 111,
"column": 41
},
"end": {
"line": 111,
"column": 52
}
}
},
"range": [
4169,
4185
],
"loc": {
"start": {
"line": 111,
"column": 36
},
"end": {
"line": 111,
"column": 52
}
}
},
{
"type": "Identifier",
"name": "tbl",
"range": [
4187,
4190
],
"loc": {
"start": {
"line": 111,
"column": 54
},
"end": {
"line": 111,
"column": 57
}
}
}
],
"range": [
4141,
4191
],
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 58
}
}
},
"range": [
4141,
4192
],
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 59
}
},
"trailingComments": [
{
"type": "Line",
"value": "Table container: div wrapping content table",
"range": [
4204,
4249
],
"loc": {
"start": {
"line": 113,
"column": 8
},
"end": {
"line": 113,
"column": 53
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4259,
4263
],
"loc": {
"start": {
"line": 114,
"column": 8
},
"end": {
"line": 114,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
4264,
4271
],
"loc": {
"start": {
"line": 114,
"column": 13
},
"end": {
"line": 114,
"column": 20
}
}
},
"range": [
4259,
4271
],
"loc": {
"start": {
"line": 114,
"column": 8
},
"end": {
"line": 114,
"column": 20
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
4274,
4277
],
"loc": {
"start": {
"line": 114,
"column": 23
},
"end": {
"line": 114,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
4278,
4284
],
"loc": {
"start": {
"line": 114,
"column": 27
},
"end": {
"line": 114,
"column": 33
}
}
},
"range": [
4274,
4284
],
"loc": {
"start": {
"line": 114,
"column": 23
},
"end": {
"line": 114,
"column": 33
}
}
},
"arguments": [
{
"type": "Literal",
"value": "div",
"raw": "'div'",
"range": [
4285,
4290
],
"loc": {
"start": {
"line": 114,
"column": 34
},
"end": {
"line": 114,
"column": 39
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
4292,
4296
],
"loc": {
"start": {
"line": 114,
"column": 41
},
"end": {
"line": 114,
"column": 45
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4298,
4302
],
"loc": {
"start": {
"line": 114,
"column": 47
},
"end": {
"line": 114,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "prfxTblCont",
"range": [
4303,
4314
],
"loc": {
"start": {
"line": 114,
"column": 52
},
"end": {
"line": 114,
"column": 63
}
}
},
"range": [
4298,
4314
],
"loc": {
"start": {
"line": 114,
"column": 47
},
"end": {
"line": 114,
"column": 63
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
4317,
4319
],
"loc": {
"start": {
"line": 114,
"column": 66
},
"end": {
"line": 114,
"column": 68
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
4320,
4322
],
"loc": {
"start": {
"line": 114,
"column": 69
},
"end": {
"line": 114,
"column": 71
}
}
},
"range": [
4317,
4322
],
"loc": {
"start": {
"line": 114,
"column": 66
},
"end": {
"line": 114,
"column": 71
}
}
},
"range": [
4298,
4322
],
"loc": {
"start": {
"line": 114,
"column": 47
},
"end": {
"line": 114,
"column": 71
}
}
}
],
"range": [
4291,
4323
],
"loc": {
"start": {
"line": 114,
"column": 40
},
"end": {
"line": 114,
"column": 72
}
}
}
],
"range": [
4274,
4324
],
"loc": {
"start": {
"line": 114,
"column": 23
},
"end": {
"line": 114,
"column": 73
}
}
},
"range": [
4259,
4324
],
"loc": {
"start": {
"line": 114,
"column": 8
},
"end": {
"line": 114,
"column": 73
}
}
},
"range": [
4259,
4325
],
"loc": {
"start": {
"line": 114,
"column": 8
},
"end": {
"line": 114,
"column": 74
}
},
"leadingComments": [
{
"type": "Line",
"value": "Table container: div wrapping content table",
"range": [
4204,
4249
],
"loc": {
"start": {
"line": 113,
"column": 8
},
"end": {
"line": 113,
"column": 53
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4335,
4339
],
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
4340,
4347
],
"loc": {
"start": {
"line": 115,
"column": 13
},
"end": {
"line": 115,
"column": 20
}
}
},
"range": [
4335,
4347
],
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
4348,
4357
],
"loc": {
"start": {
"line": 115,
"column": 21
},
"end": {
"line": 115,
"column": 30
}
}
},
"range": [
4335,
4357
],
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"column": 30
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4360,
4364
],
"loc": {
"start": {
"line": 115,
"column": 33
},
"end": {
"line": 115,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "gridContCssClass",
"range": [
4365,
4381
],
"loc": {
"start": {
"line": 115,
"column": 38
},
"end": {
"line": 115,
"column": 54
}
}
},
"range": [
4360,
4381
],
"loc": {
"start": {
"line": 115,
"column": 33
},
"end": {
"line": 115,
"column": 54
}
}
},
"range": [
4335,
4381
],
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"column": 54
}
}
},
"range": [
4335,
4382
],
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"column": 55
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4395,
4399
],
"loc": {
"start": {
"line": 116,
"column": 11
},
"end": {
"line": 116,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
4400,
4409
],
"loc": {
"start": {
"line": 116,
"column": 16
},
"end": {
"line": 116,
"column": 25
}
}
},
"range": [
4395,
4409
],
"loc": {
"start": {
"line": 116,
"column": 11
},
"end": {
"line": 116,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "!=",
"left": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4428,
4432
],
"loc": {
"start": {
"line": 117,
"column": 15
},
"end": {
"line": 117,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
4433,
4442
],
"loc": {
"start": {
"line": 117,
"column": 20
},
"end": {
"line": 117,
"column": 29
}
}
},
"range": [
4428,
4442
],
"loc": {
"start": {
"line": 117,
"column": 15
},
"end": {
"line": 117,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "indexOf",
"range": [
4443,
4450
],
"loc": {
"start": {
"line": 117,
"column": 30
},
"end": {
"line": 117,
"column": 37
}
}
},
"range": [
4428,
4450
],
"loc": {
"start": {
"line": 117,
"column": 15
},
"end": {
"line": 117,
"column": 37
}
}
},
"arguments": [
{
"type": "Literal",
"value": "%",
"raw": "'%'",
"range": [
4451,
4454
],
"loc": {
"start": {
"line": 117,
"column": 38
},
"end": {
"line": 117,
"column": 41
}
}
}
],
"range": [
4428,
4455
],
"loc": {
"start": {
"line": 117,
"column": 15
},
"end": {
"line": 117,
"column": 42
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "-",
"argument": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
4460,
4461
],
"loc": {
"start": {
"line": 117,
"column": 47
},
"end": {
"line": 117,
"column": 48
}
}
},
"prefix": true,
"range": [
4459,
4461
],
"loc": {
"start": {
"line": 117,
"column": 46
},
"end": {
"line": 117,
"column": 48
}
}
},
"range": [
4428,
4461
],
"loc": {
"start": {
"line": 117,
"column": 15
},
"end": {
"line": 117,
"column": 48
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "console",
"range": [
4481,
4488
],
"loc": {
"start": {
"line": 118,
"column": 16
},
"end": {
"line": 118,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "log",
"range": [
4489,
4492
],
"loc": {
"start": {
"line": 118,
"column": 24
},
"end": {
"line": 118,
"column": 27
}
}
},
"range": [
4481,
4492
],
"loc": {
"start": {
"line": 118,
"column": 16
},
"end": {
"line": 118,
"column": 27
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4493,
4497
],
"loc": {
"start": {
"line": 118,
"column": 28
},
"end": {
"line": 118,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
4498,
4507
],
"loc": {
"start": {
"line": 118,
"column": 33
},
"end": {
"line": 118,
"column": 42
}
}
},
"range": [
4493,
4507
],
"loc": {
"start": {
"line": 118,
"column": 28
},
"end": {
"line": 118,
"column": 42
}
}
}
],
"range": [
4481,
4508
],
"loc": {
"start": {
"line": 118,
"column": 16
},
"end": {
"line": 118,
"column": 43
}
}
},
"range": [
4481,
4509
],
"loc": {
"start": {
"line": 118,
"column": 16
},
"end": {
"line": 118,
"column": 44
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4527,
4531
],
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
4532,
4539
],
"loc": {
"start": {
"line": 119,
"column": 21
},
"end": {
"line": 119,
"column": 28
}
}
},
"range": [
4527,
4539
],
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
4540,
4545
],
"loc": {
"start": {
"line": 119,
"column": 29
},
"end": {
"line": 119,
"column": 34
}
}
},
"range": [
4527,
4545
],
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
4546,
4551
],
"loc": {
"start": {
"line": 119,
"column": 35
},
"end": {
"line": 119,
"column": 40
}
}
},
"range": [
4527,
4551
],
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 40
}
}
},
"right": {
"type": "Literal",
"value": "100%",
"raw": "'100%'",
"range": [
4554,
4560
],
"loc": {
"start": {
"line": 119,
"column": 43
},
"end": {
"line": 119,
"column": 49
}
}
},
"range": [
4527,
4560
],
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 49
}
}
},
"range": [
4527,
4561
],
"loc": {
"start": {
"line": 119,
"column": 16
},
"end": {
"line": 119,
"column": 50
}
}
}
],
"range": [
4462,
4576
],
"loc": {
"start": {
"line": 117,
"column": 49
},
"end": {
"line": 120,
"column": 13
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4601,
4605
],
"loc": {
"start": {
"line": 121,
"column": 16
},
"end": {
"line": 121,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
4606,
4613
],
"loc": {
"start": {
"line": 121,
"column": 21
},
"end": {
"line": 121,
"column": 28
}
}
},
"range": [
4601,
4613
],
"loc": {
"start": {
"line": 121,
"column": 16
},
"end": {
"line": 121,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
4614,
4619
],
"loc": {
"start": {
"line": 121,
"column": 29
},
"end": {
"line": 121,
"column": 34
}
}
},
"range": [
4601,
4619
],
"loc": {
"start": {
"line": 121,
"column": 16
},
"end": {
"line": 121,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
4620,
4625
],
"loc": {
"start": {
"line": 121,
"column": 35
},
"end": {
"line": 121,
"column": 40
}
}
},
"range": [
4601,
4625
],
"loc": {
"start": {
"line": 121,
"column": 16
},
"end": {
"line": 121,
"column": 40
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4628,
4632
],
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
4633,
4642
],
"loc": {
"start": {
"line": 121,
"column": 48
},
"end": {
"line": 121,
"column": 57
}
}
},
"range": [
4628,
4642
],
"loc": {
"start": {
"line": 121,
"column": 43
},
"end": {
"line": 121,
"column": 57
}
}
},
"range": [
4601,
4642
],
"loc": {
"start": {
"line": 121,
"column": 16
},
"end": {
"line": 121,
"column": 57
}
}
},
"range": [
4601,
4643
],
"loc": {
"start": {
"line": 121,
"column": 16
},
"end": {
"line": 121,
"column": 58
}
}
}
],
"range": [
4582,
4658
],
"loc": {
"start": {
"line": 120,
"column": 19
},
"end": {
"line": 122,
"column": 13
}
}
},
"range": [
4425,
4658
],
"loc": {
"start": {
"line": 117,
"column": 12
},
"end": {
"line": 122,
"column": 13
}
}
}
],
"range": [
4410,
4669
],
"loc": {
"start": {
"line": 116,
"column": 26
},
"end": {
"line": 123,
"column": 9
}
}
},
"alternate": null,
"range": [
4392,
4669
],
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 123,
"column": 9
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4682,
4686
],
"loc": {
"start": {
"line": 124,
"column": 11
},
"end": {
"line": 124,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeight",
"range": [
4687,
4697
],
"loc": {
"start": {
"line": 124,
"column": 16
},
"end": {
"line": 124,
"column": 26
}
}
},
"range": [
4682,
4697
],
"loc": {
"start": {
"line": 124,
"column": 11
},
"end": {
"line": 124,
"column": 26
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4713,
4717
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
4718,
4725
],
"loc": {
"start": {
"line": 125,
"column": 17
},
"end": {
"line": 125,
"column": 24
}
}
},
"range": [
4713,
4725
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
4726,
4731
],
"loc": {
"start": {
"line": 125,
"column": 25
},
"end": {
"line": 125,
"column": 30
}
}
},
"range": [
4713,
4731
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "height",
"range": [
4732,
4738
],
"loc": {
"start": {
"line": 125,
"column": 31
},
"end": {
"line": 125,
"column": 37
}
}
},
"range": [
4713,
4738
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 37
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4741,
4745
],
"loc": {
"start": {
"line": 125,
"column": 40
},
"end": {
"line": 125,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeight",
"range": [
4746,
4756
],
"loc": {
"start": {
"line": 125,
"column": 45
},
"end": {
"line": 125,
"column": 55
}
}
},
"range": [
4741,
4756
],
"loc": {
"start": {
"line": 125,
"column": 40
},
"end": {
"line": 125,
"column": 55
}
}
},
"range": [
4713,
4756
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 55
}
}
},
"range": [
4713,
4757
],
"loc": {
"start": {
"line": 125,
"column": 12
},
"end": {
"line": 125,
"column": 56
}
}
}
],
"range": [
4698,
4768
],
"loc": {
"start": {
"line": 124,
"column": 27
},
"end": {
"line": 126,
"column": 9
}
}
},
"alternate": null,
"range": [
4679,
4768
],
"loc": {
"start": {
"line": 124,
"column": 8
},
"end": {
"line": 126,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
4778,
4781
],
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 11
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
4782,
4792
],
"loc": {
"start": {
"line": 127,
"column": 12
},
"end": {
"line": 127,
"column": 22
}
}
},
"range": [
4778,
4792
],
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "insertBefore",
"range": [
4793,
4805
],
"loc": {
"start": {
"line": 127,
"column": 23
},
"end": {
"line": 127,
"column": 35
}
}
},
"range": [
4778,
4805
],
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 35
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4806,
4810
],
"loc": {
"start": {
"line": 127,
"column": 36
},
"end": {
"line": 127,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
4811,
4818
],
"loc": {
"start": {
"line": 127,
"column": 41
},
"end": {
"line": 127,
"column": 48
}
}
},
"range": [
4806,
4818
],
"loc": {
"start": {
"line": 127,
"column": 36
},
"end": {
"line": 127,
"column": 48
}
}
},
{
"type": "Identifier",
"name": "tbl",
"range": [
4820,
4823
],
"loc": {
"start": {
"line": 127,
"column": 50
},
"end": {
"line": 127,
"column": 53
}
}
}
],
"range": [
4778,
4824
],
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 54
}
}
},
"range": [
4778,
4825
],
"loc": {
"start": {
"line": 127,
"column": 8
},
"end": {
"line": 127,
"column": 55
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "t",
"range": [
4839,
4840
],
"loc": {
"start": {
"line": 128,
"column": 12
},
"end": {
"line": 128,
"column": 13
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
4843,
4846
],
"loc": {
"start": {
"line": 128,
"column": 16
},
"end": {
"line": 128,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
4847,
4857
],
"loc": {
"start": {
"line": 128,
"column": 20
},
"end": {
"line": 128,
"column": 30
}
}
},
"range": [
4843,
4857
],
"loc": {
"start": {
"line": 128,
"column": 16
},
"end": {
"line": 128,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
4858,
4869
],
"loc": {
"start": {
"line": 128,
"column": 31
},
"end": {
"line": 128,
"column": 42
}
}
},
"range": [
4843,
4869
],
"loc": {
"start": {
"line": 128,
"column": 16
},
"end": {
"line": 128,
"column": 42
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "tbl",
"range": [
4870,
4873
],
"loc": {
"start": {
"line": 128,
"column": 43
},
"end": {
"line": 128,
"column": 46
}
}
}
],
"range": [
4843,
4874
],
"loc": {
"start": {
"line": 128,
"column": 16
},
"end": {
"line": 128,
"column": 47
}
}
},
"range": [
4839,
4874
],
"loc": {
"start": {
"line": 128,
"column": 12
},
"end": {
"line": 128,
"column": 47
}
}
}
],
"kind": "var",
"range": [
4835,
4875
],
"loc": {
"start": {
"line": 128,
"column": 8
},
"end": {
"line": 128,
"column": 48
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
4885,
4889
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
4890,
4897
],
"loc": {
"start": {
"line": 129,
"column": 13
},
"end": {
"line": 129,
"column": 20
}
}
},
"range": [
4885,
4897
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
4898,
4909
],
"loc": {
"start": {
"line": 129,
"column": 21
},
"end": {
"line": 129,
"column": 32
}
}
},
"range": [
4885,
4909
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 32
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "t",
"range": [
4910,
4911
],
"loc": {
"start": {
"line": 129,
"column": 33
},
"end": {
"line": 129,
"column": 34
}
}
}
],
"range": [
4885,
4912
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 35
}
}
},
"range": [
4885,
4913
],
"loc": {
"start": {
"line": 129,
"column": 8
},
"end": {
"line": 129,
"column": 36
}
},
"trailingComments": [
{
"type": "Line",
"value": "In case table width is expressed in %",
"range": [
4925,
4964
],
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 47
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
4977,
4980
],
"loc": {
"start": {
"line": 132,
"column": 11
},
"end": {
"line": 132,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
4981,
4986
],
"loc": {
"start": {
"line": 132,
"column": 15
},
"end": {
"line": 132,
"column": 20
}
}
},
"range": [
4977,
4986
],
"loc": {
"start": {
"line": 132,
"column": 11
},
"end": {
"line": 132,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
4987,
4992
],
"loc": {
"start": {
"line": 132,
"column": 21
},
"end": {
"line": 132,
"column": 26
}
}
},
"range": [
4977,
4992
],
"loc": {
"start": {
"line": 132,
"column": 11
},
"end": {
"line": 132,
"column": 26
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
4997,
4999
],
"loc": {
"start": {
"line": 132,
"column": 31
},
"end": {
"line": 132,
"column": 33
}
}
},
"range": [
4977,
4999
],
"loc": {
"start": {
"line": 132,
"column": 11
},
"end": {
"line": 132,
"column": 33
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
5015,
5018
],
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
5019,
5024
],
"loc": {
"start": {
"line": 133,
"column": 16
},
"end": {
"line": 133,
"column": 21
}
}
},
"range": [
5015,
5024
],
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
5025,
5030
],
"loc": {
"start": {
"line": 133,
"column": 22
},
"end": {
"line": 133,
"column": 27
}
}
},
"range": [
5015,
5030
],
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 133,
"column": 27
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
5034,
5036
],
"loc": {
"start": {
"line": 133,
"column": 31
},
"end": {
"line": 133,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "_containsStr",
"range": [
5037,
5049
],
"loc": {
"start": {
"line": 133,
"column": 34
},
"end": {
"line": 133,
"column": 46
}
}
},
"range": [
5034,
5049
],
"loc": {
"start": {
"line": 133,
"column": 31
},
"end": {
"line": 133,
"column": 46
}
}
},
"arguments": [
{
"type": "Literal",
"value": "%",
"raw": "'%'",
"range": [
5050,
5053
],
"loc": {
"start": {
"line": 133,
"column": 47
},
"end": {
"line": 133,
"column": 50
}
}
},
{
"type": "Identifier",
"name": "tblW",
"range": [
5055,
5059
],
"loc": {
"start": {
"line": 133,
"column": 52
},
"end": {
"line": 133,
"column": 56
}
}
}
],
"range": [
5034,
5060
],
"loc": {
"start": {
"line": 133,
"column": 31
},
"end": {
"line": 133,
"column": 57
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
5080,
5083
],
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 134,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "clientWidth",
"range": [
5084,
5095
],
"loc": {
"start": {
"line": 134,
"column": 20
},
"end": {
"line": 134,
"column": 31
}
}
},
"range": [
5080,
5095
],
"loc": {
"start": {
"line": 134,
"column": 16
},
"end": {
"line": 134,
"column": 31
}
}
},
"alternate": {
"type": "Identifier",
"name": "tblW",
"range": [
5098,
5102
],
"loc": {
"start": {
"line": 134,
"column": 34
},
"end": {
"line": 134,
"column": 38
}
}
},
"range": [
5034,
5102
],
"loc": {
"start": {
"line": 133,
"column": 31
},
"end": {
"line": 134,
"column": 38
}
}
},
"right": {
"type": "Literal",
"value": "px",
"raw": "'px'",
"range": [
5106,
5110
],
"loc": {
"start": {
"line": 134,
"column": 42
},
"end": {
"line": 134,
"column": 46
}
}
},
"range": [
5033,
5110
],
"loc": {
"start": {
"line": 133,
"column": 30
},
"end": {
"line": 134,
"column": 46
}
}
},
"range": [
5015,
5110
],
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 134,
"column": 46
}
}
},
"range": [
5015,
5111
],
"loc": {
"start": {
"line": 133,
"column": 12
},
"end": {
"line": 134,
"column": 47
}
}
}
],
"range": [
5000,
5122
],
"loc": {
"start": {
"line": 132,
"column": 34
},
"end": {
"line": 135,
"column": 9
}
}
},
"alternate": null,
"range": [
4974,
5122
],
"loc": {
"start": {
"line": 132,
"column": 8
},
"end": {
"line": 135,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": "In case table width is expressed in %",
"range": [
4925,
4964
],
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 47
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "d",
"range": [
5138,
5139
],
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 13
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5142,
5146
],
"loc": {
"start": {
"line": 137,
"column": 16
},
"end": {
"line": 137,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
5147,
5154
],
"loc": {
"start": {
"line": 137,
"column": 21
},
"end": {
"line": 137,
"column": 28
}
}
},
"range": [
5142,
5154
],
"loc": {
"start": {
"line": 137,
"column": 16
},
"end": {
"line": 137,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
5155,
5165
],
"loc": {
"start": {
"line": 137,
"column": 29
},
"end": {
"line": 137,
"column": 39
}
}
},
"range": [
5142,
5165
],
"loc": {
"start": {
"line": 137,
"column": 16
},
"end": {
"line": 137,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
5166,
5177
],
"loc": {
"start": {
"line": 137,
"column": 40
},
"end": {
"line": 137,
"column": 51
}
}
},
"range": [
5142,
5177
],
"loc": {
"start": {
"line": 137,
"column": 16
},
"end": {
"line": 137,
"column": 51
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5178,
5182
],
"loc": {
"start": {
"line": 137,
"column": 52
},
"end": {
"line": 137,
"column": 56
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
5183,
5190
],
"loc": {
"start": {
"line": 137,
"column": 57
},
"end": {
"line": 137,
"column": 64
}
}
},
"range": [
5178,
5190
],
"loc": {
"start": {
"line": 137,
"column": 52
},
"end": {
"line": 137,
"column": 64
}
}
}
],
"range": [
5142,
5191
],
"loc": {
"start": {
"line": 137,
"column": 16
},
"end": {
"line": 137,
"column": 65
}
}
},
"range": [
5138,
5191
],
"loc": {
"start": {
"line": 137,
"column": 12
},
"end": {
"line": 137,
"column": 65
}
}
}
],
"kind": "var",
"range": [
5134,
5192
],
"loc": {
"start": {
"line": 137,
"column": 8
},
"end": {
"line": 137,
"column": 66
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5202,
5206
],
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
5207,
5218
],
"loc": {
"start": {
"line": 138,
"column": 13
},
"end": {
"line": 138,
"column": 24
}
}
},
"range": [
5202,
5218
],
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
5219,
5230
],
"loc": {
"start": {
"line": 138,
"column": 25
},
"end": {
"line": 138,
"column": 36
}
}
},
"range": [
5202,
5230
],
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 36
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "d",
"range": [
5231,
5232
],
"loc": {
"start": {
"line": 138,
"column": 37
},
"end": {
"line": 138,
"column": 38
}
}
}
],
"range": [
5202,
5233
],
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 39
}
}
},
"range": [
5202,
5234
],
"loc": {
"start": {
"line": 138,
"column": 8
},
"end": {
"line": 138,
"column": 40
}
},
"trailingComments": [
{
"type": "Line",
"value": "Headers table container: div wrapping headers table",
"range": [
5246,
5299
],
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 61
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5309,
5313
],
"loc": {
"start": {
"line": 141,
"column": 8
},
"end": {
"line": 141,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTblCont",
"range": [
5314,
5325
],
"loc": {
"start": {
"line": 141,
"column": 13
},
"end": {
"line": 141,
"column": 24
}
}
},
"range": [
5309,
5325
],
"loc": {
"start": {
"line": 141,
"column": 8
},
"end": {
"line": 141,
"column": 24
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
5328,
5331
],
"loc": {
"start": {
"line": 141,
"column": 27
},
"end": {
"line": 141,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
5332,
5338
],
"loc": {
"start": {
"line": 141,
"column": 31
},
"end": {
"line": 141,
"column": 37
}
}
},
"range": [
5328,
5338
],
"loc": {
"start": {
"line": 141,
"column": 27
},
"end": {
"line": 141,
"column": 37
}
}
},
"arguments": [
{
"type": "Literal",
"value": "div",
"raw": "'div'",
"range": [
5353,
5358
],
"loc": {
"start": {
"line": 142,
"column": 12
},
"end": {
"line": 142,
"column": 17
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
5360,
5364
],
"loc": {
"start": {
"line": 142,
"column": 19
},
"end": {
"line": 142,
"column": 23
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5366,
5370
],
"loc": {
"start": {
"line": 142,
"column": 25
},
"end": {
"line": 142,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "prfxHeadTblCont",
"range": [
5371,
5386
],
"loc": {
"start": {
"line": 142,
"column": 30
},
"end": {
"line": 142,
"column": 45
}
}
},
"range": [
5366,
5386
],
"loc": {
"start": {
"line": 142,
"column": 25
},
"end": {
"line": 142,
"column": 45
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
5389,
5391
],
"loc": {
"start": {
"line": 142,
"column": 48
},
"end": {
"line": 142,
"column": 50
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
5392,
5394
],
"loc": {
"start": {
"line": 142,
"column": 51
},
"end": {
"line": 142,
"column": 53
}
}
},
"range": [
5389,
5394
],
"loc": {
"start": {
"line": 142,
"column": 48
},
"end": {
"line": 142,
"column": 53
}
}
},
"range": [
5366,
5394
],
"loc": {
"start": {
"line": 142,
"column": 25
},
"end": {
"line": 142,
"column": 53
}
}
}
],
"range": [
5359,
5395
],
"loc": {
"start": {
"line": 142,
"column": 18
},
"end": {
"line": 142,
"column": 54
}
}
}
],
"range": [
5328,
5396
],
"loc": {
"start": {
"line": 141,
"column": 27
},
"end": {
"line": 142,
"column": 55
}
}
},
"range": [
5309,
5396
],
"loc": {
"start": {
"line": 141,
"column": 8
},
"end": {
"line": 142,
"column": 55
}
}
},
"range": [
5309,
5397
],
"loc": {
"start": {
"line": 141,
"column": 8
},
"end": {
"line": 142,
"column": 56
}
},
"leadingComments": [
{
"type": "Line",
"value": "Headers table container: div wrapping headers table",
"range": [
5246,
5299
],
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 61
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5407,
5411
],
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 143,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTblCont",
"range": [
5412,
5423
],
"loc": {
"start": {
"line": 143,
"column": 13
},
"end": {
"line": 143,
"column": 24
}
}
},
"range": [
5407,
5423
],
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 143,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "className",
"range": [
5424,
5433
],
"loc": {
"start": {
"line": 143,
"column": 25
},
"end": {
"line": 143,
"column": 34
}
}
},
"range": [
5407,
5433
],
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 143,
"column": 34
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5436,
5440
],
"loc": {
"start": {
"line": 143,
"column": 37
},
"end": {
"line": 143,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeadContCssClass",
"range": [
5441,
5461
],
"loc": {
"start": {
"line": 143,
"column": 42
},
"end": {
"line": 143,
"column": 62
}
}
},
"range": [
5436,
5461
],
"loc": {
"start": {
"line": 143,
"column": 37
},
"end": {
"line": 143,
"column": 62
}
}
},
"range": [
5407,
5461
],
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 143,
"column": 62
}
}
},
"range": [
5407,
5462
],
"loc": {
"start": {
"line": 143,
"column": 8
},
"end": {
"line": 143,
"column": 63
}
}
},
{
"type": "IfStatement",
"test": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5475,
5479
],
"loc": {
"start": {
"line": 144,
"column": 11
},
"end": {
"line": 144,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
5480,
5489
],
"loc": {
"start": {
"line": 144,
"column": 16
},
"end": {
"line": 144,
"column": 25
}
}
},
"range": [
5475,
5489
],
"loc": {
"start": {
"line": 144,
"column": 11
},
"end": {
"line": 144,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "!=",
"left": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5508,
5512
],
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
5513,
5522
],
"loc": {
"start": {
"line": 145,
"column": 20
},
"end": {
"line": 145,
"column": 29
}
}
},
"range": [
5508,
5522
],
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "indexOf",
"range": [
5523,
5530
],
"loc": {
"start": {
"line": 145,
"column": 30
},
"end": {
"line": 145,
"column": 37
}
}
},
"range": [
5508,
5530
],
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 37
}
}
},
"arguments": [
{
"type": "Literal",
"value": "%",
"raw": "'%'",
"range": [
5531,
5534
],
"loc": {
"start": {
"line": 145,
"column": 38
},
"end": {
"line": 145,
"column": 41
}
}
}
],
"range": [
5508,
5535
],
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 42
}
}
},
"right": {
"type": "UnaryExpression",
"operator": "-",
"argument": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
5540,
5541
],
"loc": {
"start": {
"line": 145,
"column": 47
},
"end": {
"line": 145,
"column": 48
}
}
},
"prefix": true,
"range": [
5539,
5541
],
"loc": {
"start": {
"line": 145,
"column": 46
},
"end": {
"line": 145,
"column": 48
}
}
},
"range": [
5508,
5541
],
"loc": {
"start": {
"line": 145,
"column": 15
},
"end": {
"line": 145,
"column": 48
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "console",
"range": [
5561,
5568
],
"loc": {
"start": {
"line": 146,
"column": 16
},
"end": {
"line": 146,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "log",
"range": [
5569,
5572
],
"loc": {
"start": {
"line": 146,
"column": 24
},
"end": {
"line": 146,
"column": 27
}
}
},
"range": [
5561,
5572
],
"loc": {
"start": {
"line": 146,
"column": 16
},
"end": {
"line": 146,
"column": 27
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5573,
5577
],
"loc": {
"start": {
"line": 146,
"column": 28
},
"end": {
"line": 146,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
5578,
5587
],
"loc": {
"start": {
"line": 146,
"column": 33
},
"end": {
"line": 146,
"column": 42
}
}
},
"range": [
5573,
5587
],
"loc": {
"start": {
"line": 146,
"column": 28
},
"end": {
"line": 146,
"column": 42
}
}
}
],
"range": [
5561,
5588
],
"loc": {
"start": {
"line": 146,
"column": 16
},
"end": {
"line": 146,
"column": 43
}
}
},
"range": [
5561,
5589
],
"loc": {
"start": {
"line": 146,
"column": 16
},
"end": {
"line": 146,
"column": 44
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5607,
5611
],
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "headTblCont",
"range": [
5612,
5623
],
"loc": {
"start": {
"line": 147,
"column": 21
},
"end": {
"line": 147,
"column": 32
}
}
},
"range": [
5607,
5623
],
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
5624,
5629
],
"loc": {
"start": {
"line": 147,
"column": 33
},
"end": {
"line": 147,
"column": 38
}
}
},
"range": [
5607,
5629
],
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
5630,
5635
],
"loc": {
"start": {
"line": 147,
"column": 39
},
"end": {
"line": 147,
"column": 44
}
}
},
"range": [
5607,
5635
],
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 44
}
}
},
"right": {
"type": "Literal",
"value": "100%",
"raw": "'100%'",
"range": [
5638,
5644
],
"loc": {
"start": {
"line": 147,
"column": 47
},
"end": {
"line": 147,
"column": 53
}
}
},
"range": [
5607,
5644
],
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 53
}
}
},
"range": [
5607,
5645
],
"loc": {
"start": {
"line": 147,
"column": 16
},
"end": {
"line": 147,
"column": 54
}
}
}
],
"range": [
5542,
5660
],
"loc": {
"start": {
"line": 145,
"column": 49
},
"end": {
"line": 148,
"column": 13
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5685,
5689
],
"loc": {
"start": {
"line": 149,
"column": 16
},
"end": {
"line": 149,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "headTblCont",
"range": [
5690,
5701
],
"loc": {
"start": {
"line": 149,
"column": 21
},
"end": {
"line": 149,
"column": 32
}
}
},
"range": [
5685,
5701
],
"loc": {
"start": {
"line": 149,
"column": 16
},
"end": {
"line": 149,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
5702,
5707
],
"loc": {
"start": {
"line": 149,
"column": 33
},
"end": {
"line": 149,
"column": 38
}
}
},
"range": [
5685,
5707
],
"loc": {
"start": {
"line": 149,
"column": 16
},
"end": {
"line": 149,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
5708,
5713
],
"loc": {
"start": {
"line": 149,
"column": 39
},
"end": {
"line": 149,
"column": 44
}
}
},
"range": [
5685,
5713
],
"loc": {
"start": {
"line": 149,
"column": 16
},
"end": {
"line": 149,
"column": 44
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5716,
5720
],
"loc": {
"start": {
"line": 149,
"column": 47
},
"end": {
"line": 149,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "gridWidth",
"range": [
5721,
5730
],
"loc": {
"start": {
"line": 149,
"column": 52
},
"end": {
"line": 149,
"column": 61
}
}
},
"range": [
5716,
5730
],
"loc": {
"start": {
"line": 149,
"column": 47
},
"end": {
"line": 149,
"column": 61
}
}
},
"range": [
5685,
5730
],
"loc": {
"start": {
"line": 149,
"column": 16
},
"end": {
"line": 149,
"column": 61
}
}
},
"range": [
5685,
5731
],
"loc": {
"start": {
"line": 149,
"column": 16
},
"end": {
"line": 149,
"column": 62
}
}
}
],
"range": [
5666,
5746
],
"loc": {
"start": {
"line": 148,
"column": 19
},
"end": {
"line": 150,
"column": 13
}
}
},
"range": [
5505,
5746
],
"loc": {
"start": {
"line": 145,
"column": 12
},
"end": {
"line": 150,
"column": 13
}
}
}
],
"range": [
5490,
5757
],
"loc": {
"start": {
"line": 144,
"column": 26
},
"end": {
"line": 151,
"column": 9
}
}
},
"alternate": null,
"range": [
5472,
5757
],
"loc": {
"start": {
"line": 144,
"column": 8
},
"end": {
"line": 151,
"column": 9
}
},
"trailingComments": [
{
"type": "Line",
"value": "Headers table",
"range": [
5769,
5784
],
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 23
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5794,
5798
],
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
5799,
5806
],
"loc": {
"start": {
"line": 154,
"column": 13
},
"end": {
"line": 154,
"column": 20
}
}
},
"range": [
5794,
5806
],
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 20
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
5809,
5812
],
"loc": {
"start": {
"line": 154,
"column": 23
},
"end": {
"line": 154,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
5813,
5819
],
"loc": {
"start": {
"line": 154,
"column": 27
},
"end": {
"line": 154,
"column": 33
}
}
},
"range": [
5809,
5819
],
"loc": {
"start": {
"line": 154,
"column": 23
},
"end": {
"line": 154,
"column": 33
}
}
},
"arguments": [
{
"type": "Literal",
"value": "table",
"raw": "'table'",
"range": [
5820,
5827
],
"loc": {
"start": {
"line": 154,
"column": 34
},
"end": {
"line": 154,
"column": 41
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
5830,
5834
],
"loc": {
"start": {
"line": 154,
"column": 44
},
"end": {
"line": 154,
"column": 48
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
5836,
5840
],
"loc": {
"start": {
"line": 154,
"column": 50
},
"end": {
"line": 154,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "prfxHeadTbl",
"range": [
5841,
5852
],
"loc": {
"start": {
"line": 154,
"column": 55
},
"end": {
"line": 154,
"column": 66
}
}
},
"range": [
5836,
5852
],
"loc": {
"start": {
"line": 154,
"column": 50
},
"end": {
"line": 154,
"column": 66
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
5855,
5857
],
"loc": {
"start": {
"line": 154,
"column": 69
},
"end": {
"line": 154,
"column": 71
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
5858,
5860
],
"loc": {
"start": {
"line": 154,
"column": 72
},
"end": {
"line": 154,
"column": 74
}
}
},
"range": [
5855,
5860
],
"loc": {
"start": {
"line": 154,
"column": 69
},
"end": {
"line": 154,
"column": 74
}
}
},
"range": [
5836,
5860
],
"loc": {
"start": {
"line": 154,
"column": 50
},
"end": {
"line": 154,
"column": 74
}
}
}
],
"range": [
5829,
5861
],
"loc": {
"start": {
"line": 154,
"column": 43
},
"end": {
"line": 154,
"column": 75
}
}
}
],
"range": [
5809,
5862
],
"loc": {
"start": {
"line": 154,
"column": 23
},
"end": {
"line": 154,
"column": 76
}
}
},
"range": [
5794,
5862
],
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 76
}
}
},
"range": [
5794,
5863
],
"loc": {
"start": {
"line": 154,
"column": 8
},
"end": {
"line": 154,
"column": 77
}
},
"leadingComments": [
{
"type": "Line",
"value": "Headers table",
"range": [
5769,
5784
],
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 23
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tH",
"range": [
5877,
5879
],
"loc": {
"start": {
"line": 155,
"column": 12
},
"end": {
"line": 155,
"column": 14
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
5882,
5885
],
"loc": {
"start": {
"line": 155,
"column": 17
},
"end": {
"line": 155,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
5886,
5892
],
"loc": {
"start": {
"line": 155,
"column": 21
},
"end": {
"line": 155,
"column": 27
}
}
},
"range": [
5882,
5892
],
"loc": {
"start": {
"line": 155,
"column": 17
},
"end": {
"line": 155,
"column": 27
}
}
},
"arguments": [
{
"type": "Literal",
"value": "tHead",
"raw": "'tHead'",
"range": [
5893,
5900
],
"loc": {
"start": {
"line": 155,
"column": 28
},
"end": {
"line": 155,
"column": 35
}
}
}
],
"range": [
5882,
5901
],
"loc": {
"start": {
"line": 155,
"column": 17
},
"end": {
"line": 155,
"column": 36
}
}
},
"range": [
5877,
5901
],
"loc": {
"start": {
"line": 155,
"column": 12
},
"end": {
"line": 155,
"column": 36
}
}
}
],
"kind": "var",
"range": [
5873,
5902
],
"loc": {
"start": {
"line": 155,
"column": 8
},
"end": {
"line": 155,
"column": 37
}
},
"trailingComments": [
{
"type": "Line",
"value": "IE<7 needs it",
"range": [
5903,
5918
],
"loc": {
"start": {
"line": 155,
"column": 38
},
"end": {
"line": 155,
"column": 53
}
}
},
{
"type": "Line",
"value": "1st row should be headers row, ids are added if not set",
"range": [
5930,
5987
],
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 65
}
}
},
{
"type": "Line",
"value": "Those ids are used by the sort feature",
"range": [
5997,
6037
],
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 158,
"column": 48
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "hRow",
"range": [
6051,
6055
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 16
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
6058,
6061
],
"loc": {
"start": {
"line": 159,
"column": 19
},
"end": {
"line": 159,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "rows",
"range": [
6062,
6066
],
"loc": {
"start": {
"line": 159,
"column": 23
},
"end": {
"line": 159,
"column": 27
}
}
},
"range": [
6058,
6066
],
"loc": {
"start": {
"line": 159,
"column": 19
},
"end": {
"line": 159,
"column": 27
}
}
},
"property": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6067,
6071
],
"loc": {
"start": {
"line": 159,
"column": 28
},
"end": {
"line": 159,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeadRowIndex",
"range": [
6072,
6088
],
"loc": {
"start": {
"line": 159,
"column": 33
},
"end": {
"line": 159,
"column": 49
}
}
},
"range": [
6067,
6088
],
"loc": {
"start": {
"line": 159,
"column": 28
},
"end": {
"line": 159,
"column": 49
}
}
},
"range": [
6058,
6089
],
"loc": {
"start": {
"line": 159,
"column": 19
},
"end": {
"line": 159,
"column": 50
}
}
},
"range": [
6051,
6089
],
"loc": {
"start": {
"line": 159,
"column": 12
},
"end": {
"line": 159,
"column": 50
}
}
}
],
"kind": "var",
"range": [
6047,
6090
],
"loc": {
"start": {
"line": 159,
"column": 8
},
"end": {
"line": 159,
"column": 51
}
},
"leadingComments": [
{
"type": "Line",
"value": "IE<7 needs it",
"range": [
5903,
5918
],
"loc": {
"start": {
"line": 155,
"column": 38
},
"end": {
"line": 155,
"column": 53
}
}
},
{
"type": "Line",
"value": "1st row should be headers row, ids are added if not set",
"range": [
5930,
5987
],
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 65
}
}
},
{
"type": "Line",
"value": "Those ids are used by the sort feature",
"range": [
5997,
6037
],
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 158,
"column": 48
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "sortTriggers",
"range": [
6104,
6116
],
"loc": {
"start": {
"line": 160,
"column": 12
},
"end": {
"line": 160,
"column": 24
}
}
},
"init": {
"type": "ArrayExpression",
"elements": [],
"range": [
6119,
6121
],
"loc": {
"start": {
"line": 160,
"column": 27
},
"end": {
"line": 160,
"column": 29
}
}
},
"range": [
6104,
6121
],
"loc": {
"start": {
"line": 160,
"column": 12
},
"end": {
"line": 160,
"column": 29
}
}
}
],
"kind": "var",
"range": [
6100,
6122
],
"loc": {
"start": {
"line": 160,
"column": 8
},
"end": {
"line": 160,
"column": 30
}
}
},
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "n",
"range": [
6140,
6141
],
"loc": {
"start": {
"line": 161,
"column": 16
},
"end": {
"line": 161,
"column": 17
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
6142,
6143
],
"loc": {
"start": {
"line": 161,
"column": 18
},
"end": {
"line": 161,
"column": 19
}
}
},
"range": [
6140,
6143
],
"loc": {
"start": {
"line": 161,
"column": 16
},
"end": {
"line": 161,
"column": 19
}
}
}
],
"kind": "var",
"range": [
6136,
6143
],
"loc": {
"start": {
"line": 161,
"column": 12
},
"end": {
"line": 161,
"column": 19
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "n",
"range": [
6145,
6146
],
"loc": {
"start": {
"line": 161,
"column": 21
},
"end": {
"line": 161,
"column": 22
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
6147,
6149
],
"loc": {
"start": {
"line": 161,
"column": 23
},
"end": {
"line": 161,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "nbCells",
"range": [
6150,
6157
],
"loc": {
"start": {
"line": 161,
"column": 26
},
"end": {
"line": 161,
"column": 33
}
}
},
"range": [
6147,
6157
],
"loc": {
"start": {
"line": 161,
"column": 23
},
"end": {
"line": 161,
"column": 33
}
}
},
"range": [
6145,
6157
],
"loc": {
"start": {
"line": 161,
"column": 21
},
"end": {
"line": 161,
"column": 33
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "n",
"range": [
6159,
6160
],
"loc": {
"start": {
"line": 161,
"column": 35
},
"end": {
"line": 161,
"column": 36
}
}
},
"prefix": false,
"range": [
6159,
6162
],
"loc": {
"start": {
"line": 161,
"column": 35
},
"end": {
"line": 161,
"column": 38
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "c",
"range": [
6182,
6183
],
"loc": {
"start": {
"line": 162,
"column": 16
},
"end": {
"line": 162,
"column": 17
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "hRow",
"range": [
6186,
6190
],
"loc": {
"start": {
"line": 162,
"column": 20
},
"end": {
"line": 162,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
6191,
6196
],
"loc": {
"start": {
"line": 162,
"column": 25
},
"end": {
"line": 162,
"column": 30
}
}
},
"range": [
6186,
6196
],
"loc": {
"start": {
"line": 162,
"column": 20
},
"end": {
"line": 162,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "n",
"range": [
6197,
6198
],
"loc": {
"start": {
"line": 162,
"column": 31
},
"end": {
"line": 162,
"column": 32
}
}
},
"range": [
6186,
6199
],
"loc": {
"start": {
"line": 162,
"column": 20
},
"end": {
"line": 162,
"column": 33
}
}
},
"range": [
6182,
6199
],
"loc": {
"start": {
"line": 162,
"column": 16
},
"end": {
"line": 162,
"column": 33
}
}
}
],
"kind": "var",
"range": [
6178,
6200
],
"loc": {
"start": {
"line": 162,
"column": 12
},
"end": {
"line": 162,
"column": 34
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "thId",
"range": [
6218,
6222
],
"loc": {
"start": {
"line": 163,
"column": 16
},
"end": {
"line": 163,
"column": 20
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "c",
"range": [
6225,
6226
],
"loc": {
"start": {
"line": 163,
"column": 23
},
"end": {
"line": 163,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "getAttribute",
"range": [
6227,
6239
],
"loc": {
"start": {
"line": 163,
"column": 25
},
"end": {
"line": 163,
"column": 37
}
}
},
"range": [
6225,
6239
],
"loc": {
"start": {
"line": 163,
"column": 23
},
"end": {
"line": 163,
"column": 37
}
}
},
"arguments": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
6240,
6244
],
"loc": {
"start": {
"line": 163,
"column": 38
},
"end": {
"line": 163,
"column": 42
}
}
}
],
"range": [
6225,
6245
],
"loc": {
"start": {
"line": 163,
"column": 23
},
"end": {
"line": 163,
"column": 43
}
}
},
"range": [
6218,
6245
],
"loc": {
"start": {
"line": 163,
"column": 16
},
"end": {
"line": 163,
"column": 43
}
}
}
],
"kind": "var",
"range": [
6214,
6246
],
"loc": {
"start": {
"line": 163,
"column": 12
},
"end": {
"line": 163,
"column": 44
}
}
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Identifier",
"name": "thId",
"range": [
6264,
6268
],
"loc": {
"start": {
"line": 164,
"column": 16
},
"end": {
"line": 164,
"column": 20
}
}
},
"prefix": true,
"range": [
6263,
6268
],
"loc": {
"start": {
"line": 164,
"column": 15
},
"end": {
"line": 164,
"column": 20
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "Identifier",
"name": "thId",
"range": [
6272,
6276
],
"loc": {
"start": {
"line": 164,
"column": 24
},
"end": {
"line": 164,
"column": 28
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
6279,
6281
],
"loc": {
"start": {
"line": 164,
"column": 31
},
"end": {
"line": 164,
"column": 33
}
}
},
"range": [
6272,
6281
],
"loc": {
"start": {
"line": 164,
"column": 24
},
"end": {
"line": 164,
"column": 33
}
}
},
"range": [
6263,
6281
],
"loc": {
"start": {
"line": 164,
"column": 15
},
"end": {
"line": 164,
"column": 33
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "thId",
"range": [
6301,
6305
],
"loc": {
"start": {
"line": 165,
"column": 16
},
"end": {
"line": 165,
"column": 20
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6308,
6312
],
"loc": {
"start": {
"line": 165,
"column": 23
},
"end": {
"line": 165,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "prfxGridTh",
"range": [
6313,
6323
],
"loc": {
"start": {
"line": 165,
"column": 28
},
"end": {
"line": 165,
"column": 38
}
}
},
"range": [
6308,
6323
],
"loc": {
"start": {
"line": 165,
"column": 23
},
"end": {
"line": 165,
"column": 38
}
}
},
"right": {
"type": "Identifier",
"name": "n",
"range": [
6324,
6325
],
"loc": {
"start": {
"line": 165,
"column": 39
},
"end": {
"line": 165,
"column": 40
}
}
},
"range": [
6308,
6325
],
"loc": {
"start": {
"line": 165,
"column": 23
},
"end": {
"line": 165,
"column": 40
}
}
},
"right": {
"type": "Literal",
"value": "_",
"raw": "'_'",
"range": [
6326,
6329
],
"loc": {
"start": {
"line": 165,
"column": 41
},
"end": {
"line": 165,
"column": 44
}
}
},
"range": [
6308,
6329
],
"loc": {
"start": {
"line": 165,
"column": 23
},
"end": {
"line": 165,
"column": 44
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
6330,
6332
],
"loc": {
"start": {
"line": 165,
"column": 45
},
"end": {
"line": 165,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
6333,
6335
],
"loc": {
"start": {
"line": 165,
"column": 48
},
"end": {
"line": 165,
"column": 50
}
}
},
"range": [
6330,
6335
],
"loc": {
"start": {
"line": 165,
"column": 45
},
"end": {
"line": 165,
"column": 50
}
}
},
"range": [
6308,
6335
],
"loc": {
"start": {
"line": 165,
"column": 23
},
"end": {
"line": 165,
"column": 50
}
}
},
"range": [
6301,
6335
],
"loc": {
"start": {
"line": 165,
"column": 16
},
"end": {
"line": 165,
"column": 50
}
}
},
"range": [
6301,
6336
],
"loc": {
"start": {
"line": 165,
"column": 16
},
"end": {
"line": 165,
"column": 51
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "c",
"range": [
6354,
6355
],
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "setAttribute",
"range": [
6356,
6368
],
"loc": {
"start": {
"line": 166,
"column": 18
},
"end": {
"line": 166,
"column": 30
}
}
},
"range": [
6354,
6368
],
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 30
}
}
},
"arguments": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
6369,
6373
],
"loc": {
"start": {
"line": 166,
"column": 31
},
"end": {
"line": 166,
"column": 35
}
}
},
{
"type": "Identifier",
"name": "thId",
"range": [
6375,
6379
],
"loc": {
"start": {
"line": 166,
"column": 37
},
"end": {
"line": 166,
"column": 41
}
}
}
],
"range": [
6354,
6380
],
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 42
}
}
},
"range": [
6354,
6381
],
"loc": {
"start": {
"line": 166,
"column": 16
},
"end": {
"line": 166,
"column": 43
}
}
}
],
"range": [
6282,
6396
],
"loc": {
"start": {
"line": 164,
"column": 34
},
"end": {
"line": 167,
"column": 13
}
}
},
"alternate": null,
"range": [
6260,
6396
],
"loc": {
"start": {
"line": 164,
"column": 12
},
"end": {
"line": 167,
"column": 13
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "sortTriggers",
"range": [
6410,
6422
],
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "push",
"range": [
6423,
6427
],
"loc": {
"start": {
"line": 168,
"column": 25
},
"end": {
"line": 168,
"column": 29
}
}
},
"range": [
6410,
6427
],
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 29
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "thId",
"range": [
6428,
6432
],
"loc": {
"start": {
"line": 168,
"column": 30
},
"end": {
"line": 168,
"column": 34
}
}
}
],
"range": [
6410,
6433
],
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 35
}
}
},
"range": [
6410,
6434
],
"loc": {
"start": {
"line": 168,
"column": 12
},
"end": {
"line": 168,
"column": 36
}
}
}
],
"range": [
6163,
6445
],
"loc": {
"start": {
"line": 161,
"column": 39
},
"end": {
"line": 169,
"column": 9
}
}
},
"range": [
6132,
6445
],
"loc": {
"start": {
"line": 161,
"column": 8
},
"end": {
"line": 169,
"column": 9
}
},
"trailingComments": [
{
"type": "Line",
"value": "Filters row is created",
"range": [
6457,
6481
],
"loc": {
"start": {
"line": 171,
"column": 8
},
"end": {
"line": 171,
"column": 32
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "filtersRow",
"range": [
6495,
6505
],
"loc": {
"start": {
"line": 172,
"column": 12
},
"end": {
"line": 172,
"column": 22
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
6508,
6511
],
"loc": {
"start": {
"line": 172,
"column": 25
},
"end": {
"line": 172,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
6512,
6518
],
"loc": {
"start": {
"line": 172,
"column": 29
},
"end": {
"line": 172,
"column": 35
}
}
},
"range": [
6508,
6518
],
"loc": {
"start": {
"line": 172,
"column": 25
},
"end": {
"line": 172,
"column": 35
}
}
},
"arguments": [
{
"type": "Literal",
"value": "tr",
"raw": "'tr'",
"range": [
6519,
6523
],
"loc": {
"start": {
"line": 172,
"column": 36
},
"end": {
"line": 172,
"column": 40
}
}
}
],
"range": [
6508,
6524
],
"loc": {
"start": {
"line": 172,
"column": 25
},
"end": {
"line": 172,
"column": 41
}
}
},
"range": [
6495,
6524
],
"loc": {
"start": {
"line": 172,
"column": 12
},
"end": {
"line": 172,
"column": 41
}
}
}
],
"kind": "var",
"range": [
6491,
6525
],
"loc": {
"start": {
"line": 172,
"column": 8
},
"end": {
"line": 172,
"column": 42
}
},
"leadingComments": [
{
"type": "Line",
"value": "Filters row is created",
"range": [
6457,
6481
],
"loc": {
"start": {
"line": 171,
"column": 8
},
"end": {
"line": 171,
"column": 32
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6538,
6542
],
"loc": {
"start": {
"line": 173,
"column": 11
},
"end": {
"line": 173,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "gridEnableFilters",
"range": [
6543,
6560
],
"loc": {
"start": {
"line": 173,
"column": 16
},
"end": {
"line": 173,
"column": 33
}
}
},
"range": [
6538,
6560
],
"loc": {
"start": {
"line": 173,
"column": 11
},
"end": {
"line": 173,
"column": 33
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
6564,
6566
],
"loc": {
"start": {
"line": 173,
"column": 37
},
"end": {
"line": 173,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "fltGrid",
"range": [
6567,
6574
],
"loc": {
"start": {
"line": 173,
"column": 40
},
"end": {
"line": 173,
"column": 47
}
}
},
"range": [
6564,
6574
],
"loc": {
"start": {
"line": 173,
"column": 37
},
"end": {
"line": 173,
"column": 47
}
}
},
"range": [
6538,
6574
],
"loc": {
"start": {
"line": 173,
"column": 11
},
"end": {
"line": 173,
"column": 47
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
6590,
6592
],
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "externalFltTgtIds",
"range": [
6593,
6610
],
"loc": {
"start": {
"line": 174,
"column": 15
},
"end": {
"line": 174,
"column": 32
}
}
},
"range": [
6590,
6610
],
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 32
}
}
},
"right": {
"type": "ArrayExpression",
"elements": [],
"range": [
6613,
6615
],
"loc": {
"start": {
"line": 174,
"column": 35
},
"end": {
"line": 174,
"column": 37
}
}
},
"range": [
6590,
6615
],
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 37
}
}
},
"range": [
6590,
6616
],
"loc": {
"start": {
"line": 174,
"column": 12
},
"end": {
"line": 174,
"column": 38
}
}
},
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "j",
"range": [
6638,
6639
],
"loc": {
"start": {
"line": 175,
"column": 20
},
"end": {
"line": 175,
"column": 21
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
6640,
6641
],
"loc": {
"start": {
"line": 175,
"column": 22
},
"end": {
"line": 175,
"column": 23
}
}
},
"range": [
6638,
6641
],
"loc": {
"start": {
"line": 175,
"column": 20
},
"end": {
"line": 175,
"column": 23
}
}
}
],
"kind": "var",
"range": [
6634,
6641
],
"loc": {
"start": {
"line": 175,
"column": 16
},
"end": {
"line": 175,
"column": 23
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "j",
"range": [
6643,
6644
],
"loc": {
"start": {
"line": 175,
"column": 25
},
"end": {
"line": 175,
"column": 26
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
6645,
6647
],
"loc": {
"start": {
"line": 175,
"column": 27
},
"end": {
"line": 175,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "nbCells",
"range": [
6648,
6655
],
"loc": {
"start": {
"line": 175,
"column": 30
},
"end": {
"line": 175,
"column": 37
}
}
},
"range": [
6645,
6655
],
"loc": {
"start": {
"line": 175,
"column": 27
},
"end": {
"line": 175,
"column": 37
}
}
},
"range": [
6643,
6655
],
"loc": {
"start": {
"line": 175,
"column": 25
},
"end": {
"line": 175,
"column": 37
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "j",
"range": [
6657,
6658
],
"loc": {
"start": {
"line": 175,
"column": 39
},
"end": {
"line": 175,
"column": 40
}
}
},
"prefix": false,
"range": [
6657,
6660
],
"loc": {
"start": {
"line": 175,
"column": 39
},
"end": {
"line": 175,
"column": 42
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "fltTdId",
"range": [
6684,
6691
],
"loc": {
"start": {
"line": 176,
"column": 20
},
"end": {
"line": 176,
"column": 27
}
}
},
"init": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
6694,
6696
],
"loc": {
"start": {
"line": 176,
"column": 30
},
"end": {
"line": 176,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "prfxFlt",
"range": [
6697,
6704
],
"loc": {
"start": {
"line": 176,
"column": 33
},
"end": {
"line": 176,
"column": 40
}
}
},
"range": [
6694,
6704
],
"loc": {
"start": {
"line": 176,
"column": 30
},
"end": {
"line": 176,
"column": 40
}
}
},
"right": {
"type": "Identifier",
"name": "j",
"range": [
6705,
6706
],
"loc": {
"start": {
"line": 176,
"column": 41
},
"end": {
"line": 176,
"column": 42
}
}
},
"range": [
6694,
6706
],
"loc": {
"start": {
"line": 176,
"column": 30
},
"end": {
"line": 176,
"column": 42
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
6708,
6712
],
"loc": {
"start": {
"line": 176,
"column": 44
},
"end": {
"line": 176,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"name": "prfxGridFltTd",
"range": [
6713,
6726
],
"loc": {
"start": {
"line": 176,
"column": 49
},
"end": {
"line": 176,
"column": 62
}
}
},
"range": [
6708,
6726
],
"loc": {
"start": {
"line": 176,
"column": 44
},
"end": {
"line": 176,
"column": 62
}
}
},
"range": [
6694,
6726
],
"loc": {
"start": {
"line": 176,
"column": 30
},
"end": {
"line": 176,
"column": 62
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
6728,
6730
],
"loc": {
"start": {
"line": 176,
"column": 64
},
"end": {
"line": 176,
"column": 66
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
6731,
6733
],
"loc": {
"start": {
"line": 176,
"column": 67
},
"end": {
"line": 176,
"column": 69
}
}
},
"range": [
6728,
6733
],
"loc": {
"start": {
"line": 176,
"column": 64
},
"end": {
"line": 176,
"column": 69
}
}
},
"range": [
6694,
6733
],
"loc": {
"start": {
"line": 176,
"column": 30
},
"end": {
"line": 176,
"column": 69
}
}
},
"range": [
6684,
6733
],
"loc": {
"start": {
"line": 176,
"column": 20
},
"end": {
"line": 176,
"column": 69
}
}
}
],
"kind": "var",
"range": [
6680,
6734
],
"loc": {
"start": {
"line": 176,
"column": 16
},
"end": {
"line": 176,
"column": 70
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cl",
"range": [
6756,
6758
],
"loc": {
"start": {
"line": 177,
"column": 20
},
"end": {
"line": 177,
"column": 22
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
6761,
6764
],
"loc": {
"start": {
"line": 177,
"column": 25
},
"end": {
"line": 177,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
6765,
6771
],
"loc": {
"start": {
"line": 177,
"column": 29
},
"end": {
"line": 177,
"column": 35
}
}
},
"range": [
6761,
6771
],
"loc": {
"start": {
"line": 177,
"column": 25
},
"end": {
"line": 177,
"column": 35
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
6772,
6774
],
"loc": {
"start": {
"line": 177,
"column": 36
},
"end": {
"line": 177,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "fltCellTag",
"range": [
6775,
6785
],
"loc": {
"start": {
"line": 177,
"column": 39
},
"end": {
"line": 177,
"column": 49
}
}
},
"range": [
6772,
6785
],
"loc": {
"start": {
"line": 177,
"column": 36
},
"end": {
"line": 177,
"column": 49
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
6788,
6792
],
"loc": {
"start": {
"line": 177,
"column": 52
},
"end": {
"line": 177,
"column": 56
}
}
},
{
"type": "Identifier",
"name": "fltTdId",
"range": [
6794,
6801
],
"loc": {
"start": {
"line": 177,
"column": 58
},
"end": {
"line": 177,
"column": 65
}
}
}
],
"range": [
6787,
6802
],
"loc": {
"start": {
"line": 177,
"column": 51
},
"end": {
"line": 177,
"column": 66
}
}
}
],
"range": [
6761,
6803
],
"loc": {
"start": {
"line": 177,
"column": 25
},
"end": {
"line": 177,
"column": 67
}
}
},
"range": [
6756,
6803
],
"loc": {
"start": {
"line": 177,
"column": 20
},
"end": {
"line": 177,
"column": 67
}
}
}
],
"kind": "var",
"range": [
6752,
6804
],
"loc": {
"start": {
"line": 177,
"column": 16
},
"end": {
"line": 177,
"column": 68
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "filtersRow",
"range": [
6822,
6832
],
"loc": {
"start": {
"line": 178,
"column": 16
},
"end": {
"line": 178,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
6833,
6844
],
"loc": {
"start": {
"line": 178,
"column": 27
},
"end": {
"line": 178,
"column": 38
}
}
},
"range": [
6822,
6844
],
"loc": {
"start": {
"line": 178,
"column": 16
},
"end": {
"line": 178,
"column": 38
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "cl",
"range": [
6845,
6847
],
"loc": {
"start": {
"line": 178,
"column": 39
},
"end": {
"line": 178,
"column": 41
}
}
}
],
"range": [
6822,
6848
],
"loc": {
"start": {
"line": 178,
"column": 16
},
"end": {
"line": 178,
"column": 42
}
}
},
"range": [
6822,
6849
],
"loc": {
"start": {
"line": 178,
"column": 16
},
"end": {
"line": 178,
"column": 43
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
6867,
6869
],
"loc": {
"start": {
"line": 179,
"column": 16
},
"end": {
"line": 179,
"column": 18
}
}
},
"property": {
"type": "Identifier",
"name": "externalFltTgtIds",
"range": [
6870,
6887
],
"loc": {
"start": {
"line": 179,
"column": 19
},
"end": {
"line": 179,
"column": 36
}
}
},
"range": [
6867,
6887
],
"loc": {
"start": {
"line": 179,
"column": 16
},
"end": {
"line": 179,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "j",
"range": [
6888,
6889
],
"loc": {
"start": {
"line": 179,
"column": 37
},
"end": {
"line": 179,
"column": 38
}
}
},
"range": [
6867,
6890
],
"loc": {
"start": {
"line": 179,
"column": 16
},
"end": {
"line": 179,
"column": 39
}
}
},
"right": {
"type": "Identifier",
"name": "fltTdId",
"range": [
6893,
6900
],
"loc": {
"start": {
"line": 179,
"column": 42
},
"end": {
"line": 179,
"column": 49
}
}
},
"range": [
6867,
6900
],
"loc": {
"start": {
"line": 179,
"column": 16
},
"end": {
"line": 179,
"column": 49
}
}
},
"range": [
6867,
6901
],
"loc": {
"start": {
"line": 179,
"column": 16
},
"end": {
"line": 179,
"column": 50
}
}
}
],
"range": [
6661,
6916
],
"loc": {
"start": {
"line": 175,
"column": 43
},
"end": {
"line": 180,
"column": 13
}
}
},
"range": [
6630,
6916
],
"loc": {
"start": {
"line": 175,
"column": 12
},
"end": {
"line": 180,
"column": 13
}
}
}
],
"range": [
6575,
6927
],
"loc": {
"start": {
"line": 173,
"column": 48
},
"end": {
"line": 181,
"column": 9
}
}
},
"alternate": null,
"range": [
6535,
6927
],
"loc": {
"start": {
"line": 173,
"column": 8
},
"end": {
"line": 181,
"column": 9
}
},
"trailingComments": [
{
"type": "Line",
"value": "Headers row are moved from content table to headers table",
"range": [
6937,
6996
],
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 182,
"column": 67
}
}
}
]
},
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "i",
"range": [
7014,
7015
],
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 17
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
7016,
7017
],
"loc": {
"start": {
"line": 183,
"column": 18
},
"end": {
"line": 183,
"column": 19
}
}
},
"range": [
7014,
7017
],
"loc": {
"start": {
"line": 183,
"column": 16
},
"end": {
"line": 183,
"column": 19
}
}
}
],
"kind": "var",
"range": [
7010,
7017
],
"loc": {
"start": {
"line": 183,
"column": 12
},
"end": {
"line": 183,
"column": 19
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "i",
"range": [
7019,
7020
],
"loc": {
"start": {
"line": 183,
"column": 21
},
"end": {
"line": 183,
"column": 22
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7021,
7025
],
"loc": {
"start": {
"line": 183,
"column": 23
},
"end": {
"line": 183,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeadRows",
"range": [
7026,
7038
],
"loc": {
"start": {
"line": 183,
"column": 28
},
"end": {
"line": 183,
"column": 40
}
}
},
"range": [
7021,
7038
],
"loc": {
"start": {
"line": 183,
"column": 23
},
"end": {
"line": 183,
"column": 40
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
7039,
7045
],
"loc": {
"start": {
"line": 183,
"column": 41
},
"end": {
"line": 183,
"column": 47
}
}
},
"range": [
7021,
7045
],
"loc": {
"start": {
"line": 183,
"column": 23
},
"end": {
"line": 183,
"column": 47
}
}
},
"range": [
7019,
7045
],
"loc": {
"start": {
"line": 183,
"column": 21
},
"end": {
"line": 183,
"column": 47
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "i",
"range": [
7047,
7048
],
"loc": {
"start": {
"line": 183,
"column": 49
},
"end": {
"line": 183,
"column": 50
}
}
},
"prefix": false,
"range": [
7047,
7050
],
"loc": {
"start": {
"line": 183,
"column": 49
},
"end": {
"line": 183,
"column": 52
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "headRow",
"range": [
7070,
7077
],
"loc": {
"start": {
"line": 184,
"column": 16
},
"end": {
"line": 184,
"column": 23
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
7080,
7083
],
"loc": {
"start": {
"line": 184,
"column": 26
},
"end": {
"line": 184,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "rows",
"range": [
7084,
7088
],
"loc": {
"start": {
"line": 184,
"column": 30
},
"end": {
"line": 184,
"column": 34
}
}
},
"range": [
7080,
7088
],
"loc": {
"start": {
"line": 184,
"column": 26
},
"end": {
"line": 184,
"column": 34
}
}
},
"property": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7089,
7093
],
"loc": {
"start": {
"line": 184,
"column": 35
},
"end": {
"line": 184,
"column": 39
}
}
},
"property": {
"type": "Identifier",
"name": "gridHeadRows",
"range": [
7094,
7106
],
"loc": {
"start": {
"line": 184,
"column": 40
},
"end": {
"line": 184,
"column": 52
}
}
},
"range": [
7089,
7106
],
"loc": {
"start": {
"line": 184,
"column": 35
},
"end": {
"line": 184,
"column": 52
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
7107,
7108
],
"loc": {
"start": {
"line": 184,
"column": 53
},
"end": {
"line": 184,
"column": 54
}
}
},
"range": [
7089,
7109
],
"loc": {
"start": {
"line": 184,
"column": 35
},
"end": {
"line": 184,
"column": 55
}
}
},
"range": [
7080,
7110
],
"loc": {
"start": {
"line": 184,
"column": 26
},
"end": {
"line": 184,
"column": 56
}
}
},
"range": [
7070,
7110
],
"loc": {
"start": {
"line": 184,
"column": 16
},
"end": {
"line": 184,
"column": 56
}
}
}
],
"kind": "var",
"range": [
7066,
7111
],
"loc": {
"start": {
"line": 184,
"column": 12
},
"end": {
"line": 184,
"column": 57
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tH",
"range": [
7125,
7127
],
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
7128,
7139
],
"loc": {
"start": {
"line": 185,
"column": 15
},
"end": {
"line": 185,
"column": 26
}
}
},
"range": [
7125,
7139
],
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 26
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "headRow",
"range": [
7140,
7147
],
"loc": {
"start": {
"line": 185,
"column": 27
},
"end": {
"line": 185,
"column": 34
}
}
}
],
"range": [
7125,
7148
],
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 35
}
}
},
"range": [
7125,
7149
],
"loc": {
"start": {
"line": 185,
"column": 12
},
"end": {
"line": 185,
"column": 36
}
}
}
],
"range": [
7051,
7160
],
"loc": {
"start": {
"line": 183,
"column": 53
},
"end": {
"line": 186,
"column": 9
}
}
},
"range": [
7006,
7160
],
"loc": {
"start": {
"line": 183,
"column": 8
},
"end": {
"line": 186,
"column": 9
}
},
"leadingComments": [
{
"type": "Line",
"value": "Headers row are moved from content table to headers table",
"range": [
6937,
6996
],
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 182,
"column": 67
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7170,
7174
],
"loc": {
"start": {
"line": 187,
"column": 8
},
"end": {
"line": 187,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
7175,
7182
],
"loc": {
"start": {
"line": 187,
"column": 13
},
"end": {
"line": 187,
"column": 20
}
}
},
"range": [
7170,
7182
],
"loc": {
"start": {
"line": 187,
"column": 8
},
"end": {
"line": 187,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
7183,
7194
],
"loc": {
"start": {
"line": 187,
"column": 21
},
"end": {
"line": 187,
"column": 32
}
}
},
"range": [
7170,
7194
],
"loc": {
"start": {
"line": 187,
"column": 8
},
"end": {
"line": 187,
"column": 32
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "tH",
"range": [
7195,
7197
],
"loc": {
"start": {
"line": 187,
"column": 33
},
"end": {
"line": 187,
"column": 35
}
}
}
],
"range": [
7170,
7198
],
"loc": {
"start": {
"line": 187,
"column": 8
},
"end": {
"line": 187,
"column": 36
}
}
},
"range": [
7170,
7199
],
"loc": {
"start": {
"line": 187,
"column": 8
},
"end": {
"line": 187,
"column": 37
}
}
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
7212,
7214
],
"loc": {
"start": {
"line": 188,
"column": 11
},
"end": {
"line": 188,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "filtersRowIndex",
"range": [
7215,
7230
],
"loc": {
"start": {
"line": 188,
"column": 14
},
"end": {
"line": 188,
"column": 29
}
}
},
"range": [
7212,
7230
],
"loc": {
"start": {
"line": 188,
"column": 11
},
"end": {
"line": 188,
"column": 29
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
7235,
7236
],
"loc": {
"start": {
"line": 188,
"column": 34
},
"end": {
"line": 188,
"column": 35
}
}
},
"range": [
7212,
7236
],
"loc": {
"start": {
"line": 188,
"column": 11
},
"end": {
"line": 188,
"column": 35
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tH",
"range": [
7252,
7254
],
"loc": {
"start": {
"line": 189,
"column": 12
},
"end": {
"line": 189,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "insertBefore",
"range": [
7255,
7267
],
"loc": {
"start": {
"line": 189,
"column": 15
},
"end": {
"line": 189,
"column": 27
}
}
},
"range": [
7252,
7267
],
"loc": {
"start": {
"line": 189,
"column": 12
},
"end": {
"line": 189,
"column": 27
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "filtersRow",
"range": [
7268,
7278
],
"loc": {
"start": {
"line": 189,
"column": 28
},
"end": {
"line": 189,
"column": 38
}
}
},
{
"type": "Identifier",
"name": "hRow",
"range": [
7279,
7283
],
"loc": {
"start": {
"line": 189,
"column": 39
},
"end": {
"line": 189,
"column": 43
}
}
}
],
"range": [
7252,
7284
],
"loc": {
"start": {
"line": 189,
"column": 12
},
"end": {
"line": 189,
"column": 44
}
}
},
"range": [
7252,
7285
],
"loc": {
"start": {
"line": 189,
"column": 12
},
"end": {
"line": 189,
"column": 45
}
}
}
],
"range": [
7237,
7296
],
"loc": {
"start": {
"line": 188,
"column": 36
},
"end": {
"line": 190,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tH",
"range": [
7317,
7319
],
"loc": {
"start": {
"line": 191,
"column": 12
},
"end": {
"line": 191,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
7320,
7331
],
"loc": {
"start": {
"line": 191,
"column": 15
},
"end": {
"line": 191,
"column": 26
}
}
},
"range": [
7317,
7331
],
"loc": {
"start": {
"line": 191,
"column": 12
},
"end": {
"line": 191,
"column": 26
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "filtersRow",
"range": [
7332,
7342
],
"loc": {
"start": {
"line": 191,
"column": 27
},
"end": {
"line": 191,
"column": 37
}
}
}
],
"range": [
7317,
7343
],
"loc": {
"start": {
"line": 191,
"column": 12
},
"end": {
"line": 191,
"column": 38
}
}
},
"range": [
7317,
7344
],
"loc": {
"start": {
"line": 191,
"column": 12
},
"end": {
"line": 191,
"column": 39
}
}
}
],
"range": [
7302,
7355
],
"loc": {
"start": {
"line": 190,
"column": 15
},
"end": {
"line": 192,
"column": 9
}
}
},
"range": [
7209,
7355
],
"loc": {
"start": {
"line": 188,
"column": 8
},
"end": {
"line": 192,
"column": 9
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7367,
7371
],
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTblCont",
"range": [
7372,
7383
],
"loc": {
"start": {
"line": 194,
"column": 13
},
"end": {
"line": 194,
"column": 24
}
}
},
"range": [
7367,
7383
],
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "appendChild",
"range": [
7384,
7395
],
"loc": {
"start": {
"line": 194,
"column": 25
},
"end": {
"line": 194,
"column": 36
}
}
},
"range": [
7367,
7395
],
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 36
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7396,
7400
],
"loc": {
"start": {
"line": 194,
"column": 37
},
"end": {
"line": 194,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
7401,
7408
],
"loc": {
"start": {
"line": 194,
"column": 42
},
"end": {
"line": 194,
"column": 49
}
}
},
"range": [
7396,
7408
],
"loc": {
"start": {
"line": 194,
"column": 37
},
"end": {
"line": 194,
"column": 49
}
}
}
],
"range": [
7367,
7409
],
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 50
}
}
},
"range": [
7367,
7410
],
"loc": {
"start": {
"line": 194,
"column": 8
},
"end": {
"line": 194,
"column": 51
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7420,
7424
],
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
7425,
7432
],
"loc": {
"start": {
"line": 195,
"column": 13
},
"end": {
"line": 195,
"column": 20
}
}
},
"range": [
7420,
7432
],
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
7433,
7443
],
"loc": {
"start": {
"line": 195,
"column": 21
},
"end": {
"line": 195,
"column": 31
}
}
},
"range": [
7420,
7443
],
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "insertBefore",
"range": [
7444,
7456
],
"loc": {
"start": {
"line": 195,
"column": 32
},
"end": {
"line": 195,
"column": 44
}
}
},
"range": [
7420,
7456
],
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 44
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7457,
7461
],
"loc": {
"start": {
"line": 195,
"column": 45
},
"end": {
"line": 195,
"column": 49
}
}
},
"property": {
"type": "Identifier",
"name": "headTblCont",
"range": [
7462,
7473
],
"loc": {
"start": {
"line": 195,
"column": 50
},
"end": {
"line": 195,
"column": 61
}
}
},
"range": [
7457,
7473
],
"loc": {
"start": {
"line": 195,
"column": 45
},
"end": {
"line": 195,
"column": 61
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7475,
7479
],
"loc": {
"start": {
"line": 195,
"column": 63
},
"end": {
"line": 195,
"column": 67
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
7480,
7487
],
"loc": {
"start": {
"line": 195,
"column": 68
},
"end": {
"line": 195,
"column": 75
}
}
},
"range": [
7475,
7487
],
"loc": {
"start": {
"line": 195,
"column": 63
},
"end": {
"line": 195,
"column": 75
}
}
}
],
"range": [
7420,
7488
],
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 76
}
}
},
"range": [
7420,
7489
],
"loc": {
"start": {
"line": 195,
"column": 8
},
"end": {
"line": 195,
"column": 77
}
},
"trailingComments": [
{
"type": "Line",
"value": "THead needs to be removed in content table for sort feature",
"range": [
7501,
7562
],
"loc": {
"start": {
"line": 197,
"column": 8
},
"end": {
"line": 197,
"column": 69
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "thead",
"range": [
7576,
7581
],
"loc": {
"start": {
"line": 198,
"column": 12
},
"end": {
"line": 198,
"column": 17
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
7584,
7587
],
"loc": {
"start": {
"line": 198,
"column": 20
},
"end": {
"line": 198,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "tag",
"range": [
7588,
7591
],
"loc": {
"start": {
"line": 198,
"column": 24
},
"end": {
"line": 198,
"column": 27
}
}
},
"range": [
7584,
7591
],
"loc": {
"start": {
"line": 198,
"column": 20
},
"end": {
"line": 198,
"column": 27
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "tbl",
"range": [
7592,
7595
],
"loc": {
"start": {
"line": 198,
"column": 28
},
"end": {
"line": 198,
"column": 31
}
}
},
{
"type": "Literal",
"value": "thead",
"raw": "'thead'",
"range": [
7597,
7604
],
"loc": {
"start": {
"line": 198,
"column": 33
},
"end": {
"line": 198,
"column": 40
}
}
}
],
"range": [
7584,
7605
],
"loc": {
"start": {
"line": 198,
"column": 20
},
"end": {
"line": 198,
"column": 41
}
}
},
"range": [
7576,
7605
],
"loc": {
"start": {
"line": 198,
"column": 12
},
"end": {
"line": 198,
"column": 41
}
}
}
],
"kind": "var",
"range": [
7572,
7606
],
"loc": {
"start": {
"line": 198,
"column": 8
},
"end": {
"line": 198,
"column": 42
}
},
"leadingComments": [
{
"type": "Line",
"value": "THead needs to be removed in content table for sort feature",
"range": [
7501,
7562
],
"loc": {
"start": {
"line": 197,
"column": 8
},
"end": {
"line": 197,
"column": 69
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": ">",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "thead",
"range": [
7619,
7624
],
"loc": {
"start": {
"line": 199,
"column": 11
},
"end": {
"line": 199,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
7625,
7631
],
"loc": {
"start": {
"line": 199,
"column": 17
},
"end": {
"line": 199,
"column": 23
}
}
},
"range": [
7619,
7631
],
"loc": {
"start": {
"line": 199,
"column": 11
},
"end": {
"line": 199,
"column": 23
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
7632,
7633
],
"loc": {
"start": {
"line": 199,
"column": 24
},
"end": {
"line": 199,
"column": 25
}
}
},
"range": [
7619,
7633
],
"loc": {
"start": {
"line": 199,
"column": 11
},
"end": {
"line": 199,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
7649,
7652
],
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
7653,
7664
],
"loc": {
"start": {
"line": 200,
"column": 16
},
"end": {
"line": 200,
"column": 27
}
}
},
"range": [
7649,
7664
],
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 27
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "thead",
"range": [
7665,
7670
],
"loc": {
"start": {
"line": 200,
"column": 28
},
"end": {
"line": 200,
"column": 33
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
7671,
7672
],
"loc": {
"start": {
"line": 200,
"column": 34
},
"end": {
"line": 200,
"column": 35
}
}
},
"range": [
7665,
7673
],
"loc": {
"start": {
"line": 200,
"column": 28
},
"end": {
"line": 200,
"column": 36
}
}
}
],
"range": [
7649,
7674
],
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 37
}
}
},
"range": [
7649,
7675
],
"loc": {
"start": {
"line": 200,
"column": 12
},
"end": {
"line": 200,
"column": 38
}
}
}
],
"range": [
7634,
7686
],
"loc": {
"start": {
"line": 199,
"column": 26
},
"end": {
"line": 201,
"column": 9
}
}
},
"alternate": null,
"range": [
7616,
7686
],
"loc": {
"start": {
"line": 199,
"column": 8
},
"end": {
"line": 201,
"column": 9
}
},
"trailingComments": [
{
"type": "Line",
"value": "Headers table style",
"range": [
7698,
7719
],
"loc": {
"start": {
"line": 203,
"column": 8
},
"end": {
"line": 203,
"column": 29
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7729,
7733
],
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
7734,
7741
],
"loc": {
"start": {
"line": 204,
"column": 13
},
"end": {
"line": 204,
"column": 20
}
}
},
"range": [
7729,
7741
],
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
7742,
7747
],
"loc": {
"start": {
"line": 204,
"column": 21
},
"end": {
"line": 204,
"column": 26
}
}
},
"range": [
7729,
7747
],
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "tableLayout",
"range": [
7748,
7759
],
"loc": {
"start": {
"line": 204,
"column": 27
},
"end": {
"line": 204,
"column": 38
}
}
},
"range": [
7729,
7759
],
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 38
}
}
},
"right": {
"type": "Literal",
"value": "fixed",
"raw": "'fixed'",
"range": [
7762,
7769
],
"loc": {
"start": {
"line": 204,
"column": 41
},
"end": {
"line": 204,
"column": 48
}
}
},
"range": [
7729,
7769
],
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 48
}
}
},
"range": [
7729,
7770
],
"loc": {
"start": {
"line": 204,
"column": 8
},
"end": {
"line": 204,
"column": 49
}
},
"leadingComments": [
{
"type": "Line",
"value": "Headers table style",
"range": [
7698,
7719
],
"loc": {
"start": {
"line": 203,
"column": 8
},
"end": {
"line": 203,
"column": 29
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
7780,
7783
],
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 205,
"column": 11
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
7784,
7789
],
"loc": {
"start": {
"line": 205,
"column": 12
},
"end": {
"line": 205,
"column": 17
}
}
},
"range": [
7780,
7789
],
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 205,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "tableLayout",
"range": [
7790,
7801
],
"loc": {
"start": {
"line": 205,
"column": 18
},
"end": {
"line": 205,
"column": 29
}
}
},
"range": [
7780,
7801
],
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 205,
"column": 29
}
}
},
"right": {
"type": "Literal",
"value": "fixed",
"raw": "'fixed'",
"range": [
7804,
7811
],
"loc": {
"start": {
"line": 205,
"column": 32
},
"end": {
"line": 205,
"column": 39
}
}
},
"range": [
7780,
7811
],
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 205,
"column": 39
}
}
},
"range": [
7780,
7812
],
"loc": {
"start": {
"line": 205,
"column": 8
},
"end": {
"line": 205,
"column": 40
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7822,
7826
],
"loc": {
"start": {
"line": 206,
"column": 8
},
"end": {
"line": 206,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
7827,
7834
],
"loc": {
"start": {
"line": 206,
"column": 13
},
"end": {
"line": 206,
"column": 20
}
}
},
"range": [
7822,
7834
],
"loc": {
"start": {
"line": 206,
"column": 8
},
"end": {
"line": 206,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "cellPadding",
"range": [
7835,
7846
],
"loc": {
"start": {
"line": 206,
"column": 21
},
"end": {
"line": 206,
"column": 32
}
}
},
"range": [
7822,
7846
],
"loc": {
"start": {
"line": 206,
"column": 8
},
"end": {
"line": 206,
"column": 32
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
7849,
7852
],
"loc": {
"start": {
"line": 206,
"column": 35
},
"end": {
"line": 206,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "cellPadding",
"range": [
7853,
7864
],
"loc": {
"start": {
"line": 206,
"column": 39
},
"end": {
"line": 206,
"column": 50
}
}
},
"range": [
7849,
7864
],
"loc": {
"start": {
"line": 206,
"column": 35
},
"end": {
"line": 206,
"column": 50
}
}
},
"range": [
7822,
7864
],
"loc": {
"start": {
"line": 206,
"column": 8
},
"end": {
"line": 206,
"column": 50
}
}
},
"range": [
7822,
7865
],
"loc": {
"start": {
"line": 206,
"column": 8
},
"end": {
"line": 206,
"column": 51
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
7875,
7879
],
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
7880,
7887
],
"loc": {
"start": {
"line": 207,
"column": 13
},
"end": {
"line": 207,
"column": 20
}
}
},
"range": [
7875,
7887
],
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "cellSpacing",
"range": [
7888,
7899
],
"loc": {
"start": {
"line": 207,
"column": 21
},
"end": {
"line": 207,
"column": 32
}
}
},
"range": [
7875,
7899
],
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 32
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
7902,
7905
],
"loc": {
"start": {
"line": 207,
"column": 35
},
"end": {
"line": 207,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "cellSpacing",
"range": [
7906,
7917
],
"loc": {
"start": {
"line": 207,
"column": 39
},
"end": {
"line": 207,
"column": 50
}
}
},
"range": [
7902,
7917
],
"loc": {
"start": {
"line": 207,
"column": 35
},
"end": {
"line": 207,
"column": 50
}
}
},
"range": [
7875,
7917
],
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 50
}
}
},
"range": [
7875,
7918
],
"loc": {
"start": {
"line": 207,
"column": 8
},
"end": {
"line": 207,
"column": 51
}
},
"trailingComments": [
{
"type": "Line",
"value": " this.headTbl.style.width = tbl.style.width;",
"range": [
7928,
7974
],
"loc": {
"start": {
"line": 208,
"column": 8
},
"end": {
"line": 208,
"column": 54
}
}
},
{
"type": "Line",
"value": "content table without headers needs col widths to be reset",
"range": [
7986,
8046
],
"loc": {
"start": {
"line": 210,
"column": 8
},
"end": {
"line": 210,
"column": 68
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
8056,
8058
],
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 10
}
}
},
"property": {
"type": "Identifier",
"name": "setColWidths",
"range": [
8059,
8071
],
"loc": {
"start": {
"line": 211,
"column": 11
},
"end": {
"line": 211,
"column": 23
}
}
},
"range": [
8056,
8071
],
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 23
}
}
},
"arguments": [
{
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
8072,
8073
],
"loc": {
"start": {
"line": 211,
"column": 24
},
"end": {
"line": 211,
"column": 25
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8075,
8079
],
"loc": {
"start": {
"line": 211,
"column": 27
},
"end": {
"line": 211,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
8080,
8087
],
"loc": {
"start": {
"line": 211,
"column": 32
},
"end": {
"line": 211,
"column": 39
}
}
},
"range": [
8075,
8087
],
"loc": {
"start": {
"line": 211,
"column": 27
},
"end": {
"line": 211,
"column": 39
}
}
}
],
"range": [
8056,
8088
],
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 40
}
}
},
"range": [
8056,
8089
],
"loc": {
"start": {
"line": 211,
"column": 8
},
"end": {
"line": 211,
"column": 41
}
},
"leadingComments": [
{
"type": "Line",
"value": " this.headTbl.style.width = tbl.style.width;",
"range": [
7928,
7974
],
"loc": {
"start": {
"line": 208,
"column": 8
},
"end": {
"line": 208,
"column": 54
}
}
},
{
"type": "Line",
"value": "content table without headers needs col widths to be reset",
"range": [
7986,
8046
],
"loc": {
"start": {
"line": 210,
"column": 8
},
"end": {
"line": 210,
"column": 68
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "Headers container width",
"range": [
8101,
8126
],
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 33
}
}
},
{
"type": "Line",
"value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';",
"range": [
8136,
8200
],
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 72
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
8212,
8215
],
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 11
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
8216,
8221
],
"loc": {
"start": {
"line": 216,
"column": 12
},
"end": {
"line": 216,
"column": 17
}
}
},
"range": [
8212,
8221
],
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
8222,
8227
],
"loc": {
"start": {
"line": 216,
"column": 18
},
"end": {
"line": 216,
"column": 23
}
}
},
"range": [
8212,
8227
],
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 23
}
}
},
"right": {
"type": "Literal",
"value": "",
"raw": "''",
"range": [
8230,
8232
],
"loc": {
"start": {
"line": 216,
"column": 26
},
"end": {
"line": 216,
"column": 28
}
}
},
"range": [
8212,
8232
],
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 28
}
}
},
"range": [
8212,
8233
],
"loc": {
"start": {
"line": 216,
"column": 8
},
"end": {
"line": 216,
"column": 29
}
},
"leadingComments": [
{
"type": "Line",
"value": "Headers container width",
"range": [
8101,
8126
],
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 33
}
}
},
{
"type": "Line",
"value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';",
"range": [
8136,
8200
],
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 72
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "",
"range": [
8243,
8245
],
"loc": {
"start": {
"line": 217,
"column": 8
},
"end": {
"line": 217,
"column": 10
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8255,
8259
],
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
8260,
8267
],
"loc": {
"start": {
"line": 218,
"column": 13
},
"end": {
"line": 218,
"column": 20
}
}
},
"range": [
8255,
8267
],
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
8268,
8273
],
"loc": {
"start": {
"line": 218,
"column": 21
},
"end": {
"line": 218,
"column": 26
}
}
},
"range": [
8255,
8273
],
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
8274,
8279
],
"loc": {
"start": {
"line": 218,
"column": 27
},
"end": {
"line": 218,
"column": 32
}
}
},
"range": [
8255,
8279
],
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 32
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
8282,
8285
],
"loc": {
"start": {
"line": 218,
"column": 35
},
"end": {
"line": 218,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "clientWidth",
"range": [
8286,
8297
],
"loc": {
"start": {
"line": 218,
"column": 39
},
"end": {
"line": 218,
"column": 50
}
}
},
"range": [
8282,
8297
],
"loc": {
"start": {
"line": 218,
"column": 35
},
"end": {
"line": 218,
"column": 50
}
}
},
"right": {
"type": "Literal",
"value": "px",
"raw": "'px'",
"range": [
8300,
8304
],
"loc": {
"start": {
"line": 218,
"column": 53
},
"end": {
"line": 218,
"column": 57
}
}
},
"range": [
8282,
8304
],
"loc": {
"start": {
"line": 218,
"column": 35
},
"end": {
"line": 218,
"column": 57
}
}
},
"range": [
8255,
8304
],
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 57
}
}
},
"range": [
8255,
8305
],
"loc": {
"start": {
"line": 218,
"column": 8
},
"end": {
"line": 218,
"column": 58
}
},
"leadingComments": [
{
"type": "Line",
"value": "",
"range": [
8243,
8245
],
"loc": {
"start": {
"line": 217,
"column": 8
},
"end": {
"line": 217,
"column": 10
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "",
"range": [
8315,
8317
],
"loc": {
"start": {
"line": 219,
"column": 8
},
"end": {
"line": 219,
"column": 10
}
}
},
{
"type": "Line",
"value": "scroll synchronisation",
"range": [
8329,
8353
],
"loc": {
"start": {
"line": 221,
"column": 8
},
"end": {
"line": 221,
"column": 32
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
8363,
8368
],
"loc": {
"start": {
"line": 222,
"column": 8
},
"end": {
"line": 222,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "add",
"range": [
8369,
8372
],
"loc": {
"start": {
"line": 222,
"column": 14
},
"end": {
"line": 222,
"column": 17
}
}
},
"range": [
8363,
8372
],
"loc": {
"start": {
"line": 222,
"column": 8
},
"end": {
"line": 222,
"column": 17
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8373,
8377
],
"loc": {
"start": {
"line": 222,
"column": 18
},
"end": {
"line": 222,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
8378,
8385
],
"loc": {
"start": {
"line": 222,
"column": 23
},
"end": {
"line": 222,
"column": 30
}
}
},
"range": [
8373,
8385
],
"loc": {
"start": {
"line": 222,
"column": 18
},
"end": {
"line": 222,
"column": 30
}
}
},
{
"type": "Literal",
"value": "scroll",
"raw": "'scroll'",
"range": [
8387,
8395
],
"loc": {
"start": {
"line": 222,
"column": 32
},
"end": {
"line": 222,
"column": 40
}
}
},
{
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "evt",
"range": [
8398,
8401
],
"loc": {
"start": {
"line": 222,
"column": 43
},
"end": {
"line": 222,
"column": 46
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "elm",
"range": [
8424,
8427
],
"loc": {
"start": {
"line": 223,
"column": 16
},
"end": {
"line": 223,
"column": 19
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Event",
"range": [
8430,
8435
],
"loc": {
"start": {
"line": 223,
"column": 22
},
"end": {
"line": 223,
"column": 27
}
}
},
"property": {
"type": "Identifier",
"name": "target",
"range": [
8436,
8442
],
"loc": {
"start": {
"line": 223,
"column": 28
},
"end": {
"line": 223,
"column": 34
}
}
},
"range": [
8430,
8442
],
"loc": {
"start": {
"line": 223,
"column": 22
},
"end": {
"line": 223,
"column": 34
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "evt",
"range": [
8443,
8446
],
"loc": {
"start": {
"line": 223,
"column": 35
},
"end": {
"line": 223,
"column": 38
}
}
}
],
"range": [
8430,
8447
],
"loc": {
"start": {
"line": 223,
"column": 22
},
"end": {
"line": 223,
"column": 39
}
}
},
"range": [
8424,
8447
],
"loc": {
"start": {
"line": 223,
"column": 16
},
"end": {
"line": 223,
"column": 39
}
}
}
],
"kind": "var",
"range": [
8420,
8448
],
"loc": {
"start": {
"line": 223,
"column": 12
},
"end": {
"line": 223,
"column": 40
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "scrollLeft",
"range": [
8466,
8476
],
"loc": {
"start": {
"line": 224,
"column": 16
},
"end": {
"line": 224,
"column": 26
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "elm",
"range": [
8479,
8482
],
"loc": {
"start": {
"line": 224,
"column": 29
},
"end": {
"line": 224,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "scrollLeft",
"range": [
8483,
8493
],
"loc": {
"start": {
"line": 224,
"column": 33
},
"end": {
"line": 224,
"column": 43
}
}
},
"range": [
8479,
8493
],
"loc": {
"start": {
"line": 224,
"column": 29
},
"end": {
"line": 224,
"column": 43
}
}
},
"range": [
8466,
8493
],
"loc": {
"start": {
"line": 224,
"column": 16
},
"end": {
"line": 224,
"column": 43
}
}
}
],
"kind": "var",
"range": [
8462,
8494
],
"loc": {
"start": {
"line": 224,
"column": 12
},
"end": {
"line": 224,
"column": 44
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
8508,
8512
],
"loc": {
"start": {
"line": 225,
"column": 12
},
"end": {
"line": 225,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "headTblCont",
"range": [
8513,
8524
],
"loc": {
"start": {
"line": 225,
"column": 17
},
"end": {
"line": 225,
"column": 28
}
}
},
"range": [
8508,
8524
],
"loc": {
"start": {
"line": 225,
"column": 12
},
"end": {
"line": 225,
"column": 28
}
}
},
"property": {
"type": "Identifier",
"name": "scrollLeft",
"range": [
8525,
8535
],
"loc": {
"start": {
"line": 225,
"column": 29
},
"end": {
"line": 225,
"column": 39
}
}
},
"range": [
8508,
8535
],
"loc": {
"start": {
"line": 225,
"column": 12
},
"end": {
"line": 225,
"column": 39
}
}
},
"right": {
"type": "Identifier",
"name": "scrollLeft",
"range": [
8538,
8548
],
"loc": {
"start": {
"line": 225,
"column": 42
},
"end": {
"line": 225,
"column": 52
}
}
},
"range": [
8508,
8548
],
"loc": {
"start": {
"line": 225,
"column": 12
},
"end": {
"line": 225,
"column": 52
}
}
},
"range": [
8508,
8549
],
"loc": {
"start": {
"line": 225,
"column": 12
},
"end": {
"line": 225,
"column": 53
}
},
"trailingComments": [
{
"type": "Line",
"value": "New pointerX calc taking into account scrollLeft",
"range": [
8563,
8613
],
"loc": {
"start": {
"line": 226,
"column": 12
},
"end": {
"line": 226,
"column": 62
}
}
},
{
"type": "Line",
"value": " if(!o.isPointerXOverwritten){",
"range": [
8627,
8659
],
"loc": {
"start": {
"line": 227,
"column": 12
},
"end": {
"line": 227,
"column": 44
}
}
},
{
"type": "Line",
"value": " try{",
"range": [
8673,
8684
],
"loc": {
"start": {
"line": 228,
"column": 12
},
"end": {
"line": 228,
"column": 23
}
}
},
{
"type": "Line",
"value": " o.Evt.pointerX = function(evt){",
"range": [
8698,
8740
],
"loc": {
"start": {
"line": 229,
"column": 12
},
"end": {
"line": 229,
"column": 54
}
}
},
{
"type": "Line",
"value": " var e = evt || global.event;",
"range": [
8754,
8797
],
"loc": {
"start": {
"line": 230,
"column": 12
},
"end": {
"line": 230,
"column": 55
}
}
},
{
"type": "Line",
"value": " var bdScrollLeft = tf_StandardBody().scrollLeft +",
"range": [
8811,
8875
],
"loc": {
"start": {
"line": 231,
"column": 12
},
"end": {
"line": 231,
"column": 76
}
}
},
{
"type": "Line",
"value": " scrollLeft;",
"range": [
8889,
8919
],
"loc": {
"start": {
"line": 232,
"column": 12
},
"end": {
"line": 232,
"column": 42
}
}
},
{
"type": "Line",
"value": " return (e.pageX + scrollLeft) ||",
"range": [
8933,
8980
],
"loc": {
"start": {
"line": 233,
"column": 12
},
"end": {
"line": 233,
"column": 59
}
}
},
{
"type": "Line",
"value": " (e.clientX + bdScrollLeft);",
"range": [
8994,
9040
],
"loc": {
"start": {
"line": 234,
"column": 12
},
"end": {
"line": 234,
"column": 58
}
}
},
{
"type": "Line",
"value": " };",
"range": [
9054,
9067
],
"loc": {
"start": {
"line": 235,
"column": 12
},
"end": {
"line": 235,
"column": 25
}
}
},
{
"type": "Line",
"value": " o.isPointerXOverwritten = true;",
"range": [
9081,
9123
],
"loc": {
"start": {
"line": 236,
"column": 12
},
"end": {
"line": 236,
"column": 54
}
}
},
{
"type": "Line",
"value": " } catch(err) {",
"range": [
9137,
9158
],
"loc": {
"start": {
"line": 237,
"column": 12
},
"end": {
"line": 237,
"column": 33
}
}
},
{
"type": "Line",
"value": " o.isPointerXOverwritten = false;",
"range": [
9172,
9215
],
"loc": {
"start": {
"line": 238,
"column": 12
},
"end": {
"line": 238,
"column": 55
}
}
},
{
"type": "Line",
"value": " }",
"range": [
9229,
9237
],
"loc": {
"start": {
"line": 239,
"column": 12
},
"end": {
"line": 239,
"column": 20
}
}
},
{
"type": "Line",
"value": " }",
"range": [
9251,
9255
],
"loc": {
"start": {
"line": 240,
"column": 12
},
"end": {
"line": 240,
"column": 16
}
}
}
]
}
],
"range": [
8405,
9266
],
"loc": {
"start": {
"line": 222,
"column": 50
},
"end": {
"line": 241,
"column": 9
}
}
},
"generator": false,
"expression": false,
"range": [
8397,
9266
],
"loc": {
"start": {
"line": 222,
"column": 42
},
"end": {
"line": 241,
"column": 9
}
}
}
],
"range": [
8363,
9267
],
"loc": {
"start": {
"line": 222,
"column": 8
},
"end": {
"line": 241,
"column": 10
}
}
},
"range": [
8363,
9268
],
"loc": {
"start": {
"line": 222,
"column": 8
},
"end": {
"line": 241,
"column": 11
}
},
"leadingComments": [
{
"type": "Line",
"value": "",
"range": [
8315,
8317
],
"loc": {
"start": {
"line": 219,
"column": 8
},
"end": {
"line": 219,
"column": 10
}
}
},
{
"type": "Line",
"value": "scroll synchronisation",
"range": [
8329,
8353
],
"loc": {
"start": {
"line": 221,
"column": 8
},
"end": {
"line": 221,
"column": 32
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "Configure sort extension if any",
"range": [
9280,
9313
],
"loc": {
"start": {
"line": 243,
"column": 8
},
"end": {
"line": 243,
"column": 41
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "sort",
"range": [
9327,
9331
],
"loc": {
"start": {
"line": 244,
"column": 12
},
"end": {
"line": 244,
"column": 16
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
9335,
9336
],
"loc": {
"start": {
"line": 244,
"column": 20
},
"end": {
"line": 244,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "extensions",
"range": [
9337,
9347
],
"loc": {
"start": {
"line": 244,
"column": 22
},
"end": {
"line": 244,
"column": 32
}
}
},
"range": [
9335,
9347
],
"loc": {
"start": {
"line": 244,
"column": 20
},
"end": {
"line": 244,
"column": 32
}
}
},
"right": {
"type": "ArrayExpression",
"elements": [],
"range": [
9351,
9353
],
"loc": {
"start": {
"line": 244,
"column": 36
},
"end": {
"line": 244,
"column": 38
}
}
},
"range": [
9335,
9353
],
"loc": {
"start": {
"line": 244,
"column": 20
},
"end": {
"line": 244,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "filter",
"range": [
9355,
9361
],
"loc": {
"start": {
"line": 244,
"column": 40
},
"end": {
"line": 244,
"column": 46
}
}
},
"range": [
9334,
9361
],
"loc": {
"start": {
"line": 244,
"column": 19
},
"end": {
"line": 244,
"column": 46
}
}
},
"arguments": [
{
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "itm",
"range": [
9371,
9374
],
"loc": {
"start": {
"line": 244,
"column": 56
},
"end": {
"line": 244,
"column": 59
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "itm",
"range": [
9397,
9400
],
"loc": {
"start": {
"line": 245,
"column": 19
},
"end": {
"line": 245,
"column": 22
}
}
},
"property": {
"type": "Identifier",
"name": "name",
"range": [
9401,
9405
],
"loc": {
"start": {
"line": 245,
"column": 23
},
"end": {
"line": 245,
"column": 27
}
}
},
"range": [
9397,
9405
],
"loc": {
"start": {
"line": 245,
"column": 19
},
"end": {
"line": 245,
"column": 27
}
}
},
"right": {
"type": "Literal",
"value": "sort",
"raw": "'sort'",
"range": [
9410,
9416
],
"loc": {
"start": {
"line": 245,
"column": 32
},
"end": {
"line": 245,
"column": 38
}
}
},
"range": [
9397,
9416
],
"loc": {
"start": {
"line": 245,
"column": 19
},
"end": {
"line": 245,
"column": 38
}
}
},
"range": [
9390,
9417
],
"loc": {
"start": {
"line": 245,
"column": 12
},
"end": {
"line": 245,
"column": 39
}
}
}
],
"range": [
9375,
9428
],
"loc": {
"start": {
"line": 244,
"column": 60
},
"end": {
"line": 246,
"column": 9
}
}
},
"generator": false,
"expression": false,
"range": [
9362,
9428
],
"loc": {
"start": {
"line": 244,
"column": 47
},
"end": {
"line": 246,
"column": 9
}
}
}
],
"range": [
9334,
9429
],
"loc": {
"start": {
"line": 244,
"column": 19
},
"end": {
"line": 246,
"column": 10
}
}
},
"range": [
9327,
9429
],
"loc": {
"start": {
"line": 244,
"column": 12
},
"end": {
"line": 246,
"column": 10
}
}
}
],
"kind": "var",
"range": [
9323,
9430
],
"loc": {
"start": {
"line": 244,
"column": 8
},
"end": {
"line": 246,
"column": 11
}
},
"leadingComments": [
{
"type": "Line",
"value": "New pointerX calc taking into account scrollLeft",
"range": [
8563,
8613
],
"loc": {
"start": {
"line": 226,
"column": 12
},
"end": {
"line": 226,
"column": 62
}
}
},
{
"type": "Line",
"value": " if(!o.isPointerXOverwritten){",
"range": [
8627,
8659
],
"loc": {
"start": {
"line": 227,
"column": 12
},
"end": {
"line": 227,
"column": 44
}
}
},
{
"type": "Line",
"value": " try{",
"range": [
8673,
8684
],
"loc": {
"start": {
"line": 228,
"column": 12
},
"end": {
"line": 228,
"column": 23
}
}
},
{
"type": "Line",
"value": " o.Evt.pointerX = function(evt){",
"range": [
8698,
8740
],
"loc": {
"start": {
"line": 229,
"column": 12
},
"end": {
"line": 229,
"column": 54
}
}
},
{
"type": "Line",
"value": " var e = evt || global.event;",
"range": [
8754,
8797
],
"loc": {
"start": {
"line": 230,
"column": 12
},
"end": {
"line": 230,
"column": 55
}
}
},
{
"type": "Line",
"value": " var bdScrollLeft = tf_StandardBody().scrollLeft +",
"range": [
8811,
8875
],
"loc": {
"start": {
"line": 231,
"column": 12
},
"end": {
"line": 231,
"column": 76
}
}
},
{
"type": "Line",
"value": " scrollLeft;",
"range": [
8889,
8919
],
"loc": {
"start": {
"line": 232,
"column": 12
},
"end": {
"line": 232,
"column": 42
}
}
},
{
"type": "Line",
"value": " return (e.pageX + scrollLeft) ||",
"range": [
8933,
8980
],
"loc": {
"start": {
"line": 233,
"column": 12
},
"end": {
"line": 233,
"column": 59
}
}
},
{
"type": "Line",
"value": " (e.clientX + bdScrollLeft);",
"range": [
8994,
9040
],
"loc": {
"start": {
"line": 234,
"column": 12
},
"end": {
"line": 234,
"column": 58
}
}
},
{
"type": "Line",
"value": " };",
"range": [
9054,
9067
],
"loc": {
"start": {
"line": 235,
"column": 12
},
"end": {
"line": 235,
"column": 25
}
}
},
{
"type": "Line",
"value": " o.isPointerXOverwritten = true;",
"range": [
9081,
9123
],
"loc": {
"start": {
"line": 236,
"column": 12
},
"end": {
"line": 236,
"column": 54
}
}
},
{
"type": "Line",
"value": " } catch(err) {",
"range": [
9137,
9158
],
"loc": {
"start": {
"line": 237,
"column": 12
},
"end": {
"line": 237,
"column": 33
}
}
},
{
"type": "Line",
"value": " o.isPointerXOverwritten = false;",
"range": [
9172,
9215
],
"loc": {
"start": {
"line": 238,
"column": 12
},
"end": {
"line": 238,
"column": 55
}
}
},
{
"type": "Line",
"value": " }",
"range": [
9229,
9237
],
"loc": {
"start": {
"line": 239,
"column": 12
},
"end": {
"line": 239,
"column": 20
}
}
},
{
"type": "Line",
"value": " }",
"range": [
9251,
9255
],
"loc": {
"start": {
"line": 240,
"column": 12
},
"end": {
"line": 240,
"column": 16
}
}
},
{
"type": "Line",
"value": "Configure sort extension if any",
"range": [
9280,
9313
],
"loc": {
"start": {
"line": 243,
"column": 8
},
"end": {
"line": 243,
"column": 41
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "===",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "sort",
"range": [
9443,
9447
],
"loc": {
"start": {
"line": 247,
"column": 11
},
"end": {
"line": 247,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
9448,
9454
],
"loc": {
"start": {
"line": 247,
"column": 16
},
"end": {
"line": 247,
"column": 22
}
}
},
"range": [
9443,
9454
],
"loc": {
"start": {
"line": 247,
"column": 11
},
"end": {
"line": 247,
"column": 22
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
9459,
9460
],
"loc": {
"start": {
"line": 247,
"column": 27
},
"end": {
"line": 247,
"column": 28
}
}
},
"range": [
9443,
9460
],
"loc": {
"start": {
"line": 247,
"column": 11
},
"end": {
"line": 247,
"column": 28
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "sort",
"range": [
9476,
9480
],
"loc": {
"start": {
"line": 248,
"column": 12
},
"end": {
"line": 248,
"column": 16
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
9481,
9482
],
"loc": {
"start": {
"line": 248,
"column": 17
},
"end": {
"line": 248,
"column": 18
}
}
},
"range": [
9476,
9483
],
"loc": {
"start": {
"line": 248,
"column": 12
},
"end": {
"line": 248,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "async_sort",
"range": [
9484,
9494
],
"loc": {
"start": {
"line": 248,
"column": 20
},
"end": {
"line": 248,
"column": 30
}
}
},
"range": [
9476,
9494
],
"loc": {
"start": {
"line": 248,
"column": 12
},
"end": {
"line": 248,
"column": 30
}
}
},
"right": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
9497,
9501
],
"loc": {
"start": {
"line": 248,
"column": 33
},
"end": {
"line": 248,
"column": 37
}
}
},
"range": [
9476,
9501
],
"loc": {
"start": {
"line": 248,
"column": 12
},
"end": {
"line": 248,
"column": 37
}
}
},
"range": [
9476,
9502
],
"loc": {
"start": {
"line": 248,
"column": 12
},
"end": {
"line": 248,
"column": 38
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "sort",
"range": [
9516,
9520
],
"loc": {
"start": {
"line": 249,
"column": 12
},
"end": {
"line": 249,
"column": 16
}
}
},
"property": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
9521,
9522
],
"loc": {
"start": {
"line": 249,
"column": 17
},
"end": {
"line": 249,
"column": 18
}
}
},
"range": [
9516,
9523
],
"loc": {
"start": {
"line": 249,
"column": 12
},
"end": {
"line": 249,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "trigger_ids",
"range": [
9524,
9535
],
"loc": {
"start": {
"line": 249,
"column": 20
},
"end": {
"line": 249,
"column": 31
}
}
},
"range": [
9516,
9535
],
"loc": {
"start": {
"line": 249,
"column": 12
},
"end": {
"line": 249,
"column": 31
}
}
},
"right": {
"type": "Identifier",
"name": "sortTriggers",
"range": [
9538,
9550
],
"loc": {
"start": {
"line": 249,
"column": 34
},
"end": {
"line": 249,
"column": 46
}
}
},
"range": [
9516,
9550
],
"loc": {
"start": {
"line": 249,
"column": 12
},
"end": {
"line": 249,
"column": 46
}
}
},
"range": [
9516,
9551
],
"loc": {
"start": {
"line": 249,
"column": 12
},
"end": {
"line": 249,
"column": 47
}
}
}
],
"range": [
9461,
9562
],
"loc": {
"start": {
"line": 247,
"column": 29
},
"end": {
"line": 250,
"column": 9
}
}
},
"alternate": null,
"range": [
9440,
9562
],
"loc": {
"start": {
"line": 247,
"column": 8
},
"end": {
"line": 250,
"column": 9
}
},
"trailingComments": [
{
"type": "Line",
"value": " if(this.gridEnableColResizer){",
"range": [
9574,
9607
],
"loc": {
"start": {
"line": 252,
"column": 8
},
"end": {
"line": 252,
"column": 41
}
}
},
{
"type": "Line",
"value": " if(!tf.hasExtensions){",
"range": [
9617,
9646
],
"loc": {
"start": {
"line": 253,
"column": 8
},
"end": {
"line": 253,
"column": 37
}
}
},
{
"type": "Line",
"value": " tf.extensions = {",
"range": [
9656,
9684
],
"loc": {
"start": {
"line": 254,
"column": 8
},
"end": {
"line": 254,
"column": 36
}
}
},
{
"type": "Line",
"value": " name:['ColumnsResizer_'+tf.id],",
"range": [
9694,
9740
],
"loc": {
"start": {
"line": 255,
"column": 8
},
"end": {
"line": 255,
"column": 54
}
}
},
{
"type": "Line",
"value": " src:[this.gridColResizerPath],",
"range": [
9750,
9795
],
"loc": {
"start": {
"line": 256,
"column": 8
},
"end": {
"line": 256,
"column": 53
}
}
},
{
"type": "Line",
"value": " description:['Columns Resizing'],",
"range": [
9805,
9853
],
"loc": {
"start": {
"line": 257,
"column": 8
},
"end": {
"line": 257,
"column": 56
}
}
},
{
"type": "Line",
"value": " initialize:[function(o){",
"range": [
9863,
9902
],
"loc": {
"start": {
"line": 258,
"column": 8
},
"end": {
"line": 258,
"column": 47
}
}
},
{
"type": "Line",
"value": " o.SetColsResizer('ColumnsResizer_'+o.id);}]",
"range": [
9912,
9974
],
"loc": {
"start": {
"line": 259,
"column": 8
},
"end": {
"line": 259,
"column": 70
}
}
},
{
"type": "Line",
"value": " };",
"range": [
9984,
9997
],
"loc": {
"start": {
"line": 260,
"column": 8
},
"end": {
"line": 260,
"column": 21
}
}
},
{
"type": "Line",
"value": " tf.hasExtensions = true;",
"range": [
10007,
10042
],
"loc": {
"start": {
"line": 261,
"column": 8
},
"end": {
"line": 261,
"column": 43
}
}
},
{
"type": "Line",
"value": " } else {",
"range": [
10052,
10067
],
"loc": {
"start": {
"line": 262,
"column": 8
},
"end": {
"line": 262,
"column": 23
}
}
},
{
"type": "Line",
"value": " if(!tf._containsStr(",
"range": [
10077,
10108
],
"loc": {
"start": {
"line": 263,
"column": 8
},
"end": {
"line": 263,
"column": 39
}
}
},
{
"type": "Line",
"value": " 'colsresizer',",
"range": [
10118,
10147
],
"loc": {
"start": {
"line": 264,
"column": 8
},
"end": {
"line": 264,
"column": 37
}
}
},
{
"type": "Line",
"value": " Str.lower(tf.extensions.src.toString())) ){",
"range": [
10157,
10215
],
"loc": {
"start": {
"line": 265,
"column": 8
},
"end": {
"line": 265,
"column": 66
}
}
},
{
"type": "Line",
"value": " tf.extensions.name.push('ColumnsResizer_'+tf.id);",
"range": [
10225,
10289
],
"loc": {
"start": {
"line": 266,
"column": 8
},
"end": {
"line": 266,
"column": 72
}
}
},
{
"type": "Line",
"value": " tf.extensions.src.push(tf.gridColResizerPath);",
"range": [
10299,
10360
],
"loc": {
"start": {
"line": 267,
"column": 8
},
"end": {
"line": 267,
"column": 69
}
}
},
{
"type": "Line",
"value": " tf.extensions.description.push('Columns Resizing');",
"range": [
10370,
10436
],
"loc": {
"start": {
"line": 268,
"column": 8
},
"end": {
"line": 268,
"column": 74
}
}
},
{
"type": "Line",
"value": " tf.extensions.initialize.push(function(o){",
"range": [
10446,
10503
],
"loc": {
"start": {
"line": 269,
"column": 8
},
"end": {
"line": 269,
"column": 65
}
}
},
{
"type": "Line",
"value": " o.SetColsResizer('ColumnsResizer_'+o.id);});",
"range": [
10513,
10576
],
"loc": {
"start": {
"line": 270,
"column": 8
},
"end": {
"line": 270,
"column": 71
}
}
},
{
"type": "Line",
"value": " }",
"range": [
10586,
10598
],
"loc": {
"start": {
"line": 271,
"column": 8
},
"end": {
"line": 271,
"column": 20
}
}
},
{
"type": "Line",
"value": " }",
"range": [
10608,
10616
],
"loc": {
"start": {
"line": 272,
"column": 8
},
"end": {
"line": 272,
"column": 16
}
}
},
{
"type": "Line",
"value": " }",
"range": [
10626,
10630
],
"loc": {
"start": {
"line": 273,
"column": 8
},
"end": {
"line": 273,
"column": 12
}
}
},
{
"type": "Line",
"value": "Default columns resizer properties for grid layout",
"range": [
10642,
10694
],
"loc": {
"start": {
"line": 275,
"column": 8
},
"end": {
"line": 275,
"column": 60
}
}
},
{
"type": "Line",
"value": " f.col_resizer_cols_headers_table = this.headTbl.getAttribute('id');",
"range": [
10704,
10774
],
"loc": {
"start": {
"line": 276,
"column": 8
},
"end": {
"line": 276,
"column": 78
}
}
},
{
"type": "Line",
"value": " f.col_resizer_cols_headers_index = this.gridHeadRowIndex;",
"range": [
10784,
10844
],
"loc": {
"start": {
"line": 277,
"column": 8
},
"end": {
"line": 277,
"column": 68
}
}
},
{
"type": "Line",
"value": " f.col_resizer_width_adjustment = 0;",
"range": [
10854,
10892
],
"loc": {
"start": {
"line": 278,
"column": 8
},
"end": {
"line": 278,
"column": 46
}
}
},
{
"type": "Line",
"value": " f.col_enable_text_ellipsis = false;",
"range": [
10902,
10940
],
"loc": {
"start": {
"line": 279,
"column": 8
},
"end": {
"line": 279,
"column": 46
}
}
},
{
"type": "Line",
"value": "Cols generation for all browsers excepted IE<=7",
"range": [
10952,
11001
],
"loc": {
"start": {
"line": 281,
"column": 8
},
"end": {
"line": 281,
"column": 57
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11011,
11015
],
"loc": {
"start": {
"line": 282,
"column": 8
},
"end": {
"line": 282,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblHasColTag",
"range": [
11016,
11028
],
"loc": {
"start": {
"line": 282,
"column": 13
},
"end": {
"line": 282,
"column": 25
}
}
},
"range": [
11011,
11028
],
"loc": {
"start": {
"line": 282,
"column": 8
},
"end": {
"line": 282,
"column": 25
}
}
},
"right": {
"type": "ConditionalExpression",
"test": {
"type": "BinaryExpression",
"operator": ">",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
11031,
11034
],
"loc": {
"start": {
"line": 282,
"column": 28
},
"end": {
"line": 282,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "tag",
"range": [
11035,
11038
],
"loc": {
"start": {
"line": 282,
"column": 32
},
"end": {
"line": 282,
"column": 35
}
}
},
"range": [
11031,
11038
],
"loc": {
"start": {
"line": 282,
"column": 28
},
"end": {
"line": 282,
"column": 35
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "tbl",
"range": [
11039,
11042
],
"loc": {
"start": {
"line": 282,
"column": 36
},
"end": {
"line": 282,
"column": 39
}
}
},
{
"type": "Literal",
"value": "col",
"raw": "'col'",
"range": [
11044,
11049
],
"loc": {
"start": {
"line": 282,
"column": 41
},
"end": {
"line": 282,
"column": 46
}
}
}
],
"range": [
11031,
11050
],
"loc": {
"start": {
"line": 282,
"column": 28
},
"end": {
"line": 282,
"column": 47
}
}
},
"property": {
"type": "Identifier",
"name": "length",
"range": [
11051,
11057
],
"loc": {
"start": {
"line": 282,
"column": 48
},
"end": {
"line": 282,
"column": 54
}
}
},
"range": [
11031,
11057
],
"loc": {
"start": {
"line": 282,
"column": 28
},
"end": {
"line": 282,
"column": 54
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
11060,
11061
],
"loc": {
"start": {
"line": 282,
"column": 57
},
"end": {
"line": 282,
"column": 58
}
}
},
"range": [
11031,
11061
],
"loc": {
"start": {
"line": 282,
"column": 28
},
"end": {
"line": 282,
"column": 58
}
}
},
"consequent": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
11064,
11068
],
"loc": {
"start": {
"line": 282,
"column": 61
},
"end": {
"line": 282,
"column": 65
}
}
},
"alternate": {
"type": "Literal",
"value": false,
"raw": "false",
"range": [
11071,
11076
],
"loc": {
"start": {
"line": 282,
"column": 68
},
"end": {
"line": 282,
"column": 73
}
}
},
"range": [
11031,
11076
],
"loc": {
"start": {
"line": 282,
"column": 28
},
"end": {
"line": 282,
"column": 73
}
}
},
"range": [
11011,
11076
],
"loc": {
"start": {
"line": 282,
"column": 8
},
"end": {
"line": 282,
"column": 73
}
}
},
"range": [
11011,
11077
],
"loc": {
"start": {
"line": 282,
"column": 8
},
"end": {
"line": 282,
"column": 74
}
},
"leadingComments": [
{
"type": "Line",
"value": " if(this.gridEnableColResizer){",
"range": [
9574,
9607
],
"loc": {
"start": {
"line": 252,
"column": 8
},
"end": {
"line": 252,
"column": 41
}
}
},
{
"type": "Line",
"value": " if(!tf.hasExtensions){",
"range": [
9617,
9646
],
"loc": {
"start": {
"line": 253,
"column": 8
},
"end": {
"line": 253,
"column": 37
}
}
},
{
"type": "Line",
"value": " tf.extensions = {",
"range": [
9656,
9684
],
"loc": {
"start": {
"line": 254,
"column": 8
},
"end": {
"line": 254,
"column": 36
}
}
},
{
"type": "Line",
"value": " name:['ColumnsResizer_'+tf.id],",
"range": [
9694,
9740
],
"loc": {
"start": {
"line": 255,
"column": 8
},
"end": {
"line": 255,
"column": 54
}
}
},
{
"type": "Line",
"value": " src:[this.gridColResizerPath],",
"range": [
9750,
9795
],
"loc": {
"start": {
"line": 256,
"column": 8
},
"end": {
"line": 256,
"column": 53
}
}
},
{
"type": "Line",
"value": " description:['Columns Resizing'],",
"range": [
9805,
9853
],
"loc": {
"start": {
"line": 257,
"column": 8
},
"end": {
"line": 257,
"column": 56
}
}
},
{
"type": "Line",
"value": " initialize:[function(o){",
"range": [
9863,
9902
],
"loc": {
"start": {
"line": 258,
"column": 8
},
"end": {
"line": 258,
"column": 47
}
}
},
{
"type": "Line",
"value": " o.SetColsResizer('ColumnsResizer_'+o.id);}]",
"range": [
9912,
9974
],
"loc": {
"start": {
"line": 259,
"column": 8
},
"end": {
"line": 259,
"column": 70
}
}
},
{
"type": "Line",
"value": " };",
"range": [
9984,
9997
],
"loc": {
"start": {
"line": 260,
"column": 8
},
"end": {
"line": 260,
"column": 21
}
}
},
{
"type": "Line",
"value": " tf.hasExtensions = true;",
"range": [
10007,
10042
],
"loc": {
"start": {
"line": 261,
"column": 8
},
"end": {
"line": 261,
"column": 43
}
}
},
{
"type": "Line",
"value": " } else {",
"range": [
10052,
10067
],
"loc": {
"start": {
"line": 262,
"column": 8
},
"end": {
"line": 262,
"column": 23
}
}
},
{
"type": "Line",
"value": " if(!tf._containsStr(",
"range": [
10077,
10108
],
"loc": {
"start": {
"line": 263,
"column": 8
},
"end": {
"line": 263,
"column": 39
}
}
},
{
"type": "Line",
"value": " 'colsresizer',",
"range": [
10118,
10147
],
"loc": {
"start": {
"line": 264,
"column": 8
},
"end": {
"line": 264,
"column": 37
}
}
},
{
"type": "Line",
"value": " Str.lower(tf.extensions.src.toString())) ){",
"range": [
10157,
10215
],
"loc": {
"start": {
"line": 265,
"column": 8
},
"end": {
"line": 265,
"column": 66
}
}
},
{
"type": "Line",
"value": " tf.extensions.name.push('ColumnsResizer_'+tf.id);",
"range": [
10225,
10289
],
"loc": {
"start": {
"line": 266,
"column": 8
},
"end": {
"line": 266,
"column": 72
}
}
},
{
"type": "Line",
"value": " tf.extensions.src.push(tf.gridColResizerPath);",
"range": [
10299,
10360
],
"loc": {
"start": {
"line": 267,
"column": 8
},
"end": {
"line": 267,
"column": 69
}
}
},
{
"type": "Line",
"value": " tf.extensions.description.push('Columns Resizing');",
"range": [
10370,
10436
],
"loc": {
"start": {
"line": 268,
"column": 8
},
"end": {
"line": 268,
"column": 74
}
}
},
{
"type": "Line",
"value": " tf.extensions.initialize.push(function(o){",
"range": [
10446,
10503
],
"loc": {
"start": {
"line": 269,
"column": 8
},
"end": {
"line": 269,
"column": 65
}
}
},
{
"type": "Line",
"value": " o.SetColsResizer('ColumnsResizer_'+o.id);});",
"range": [
10513,
10576
],
"loc": {
"start": {
"line": 270,
"column": 8
},
"end": {
"line": 270,
"column": 71
}
}
},
{
"type": "Line",
"value": " }",
"range": [
10586,
10598
],
"loc": {
"start": {
"line": 271,
"column": 8
},
"end": {
"line": 271,
"column": 20
}
}
},
{
"type": "Line",
"value": " }",
"range": [
10608,
10616
],
"loc": {
"start": {
"line": 272,
"column": 8
},
"end": {
"line": 272,
"column": 16
}
}
},
{
"type": "Line",
"value": " }",
"range": [
10626,
10630
],
"loc": {
"start": {
"line": 273,
"column": 8
},
"end": {
"line": 273,
"column": 12
}
}
},
{
"type": "Line",
"value": "Default columns resizer properties for grid layout",
"range": [
10642,
10694
],
"loc": {
"start": {
"line": 275,
"column": 8
},
"end": {
"line": 275,
"column": 60
}
}
},
{
"type": "Line",
"value": " f.col_resizer_cols_headers_table = this.headTbl.getAttribute('id');",
"range": [
10704,
10774
],
"loc": {
"start": {
"line": 276,
"column": 8
},
"end": {
"line": 276,
"column": 78
}
}
},
{
"type": "Line",
"value": " f.col_resizer_cols_headers_index = this.gridHeadRowIndex;",
"range": [
10784,
10844
],
"loc": {
"start": {
"line": 277,
"column": 8
},
"end": {
"line": 277,
"column": 68
}
}
},
{
"type": "Line",
"value": " f.col_resizer_width_adjustment = 0;",
"range": [
10854,
10892
],
"loc": {
"start": {
"line": 278,
"column": 8
},
"end": {
"line": 278,
"column": 46
}
}
},
{
"type": "Line",
"value": " f.col_enable_text_ellipsis = false;",
"range": [
10902,
10940
],
"loc": {
"start": {
"line": 279,
"column": 8
},
"end": {
"line": 279,
"column": 46
}
}
},
{
"type": "Line",
"value": "Cols generation for all browsers excepted IE<=7",
"range": [
10952,
11001
],
"loc": {
"start": {
"line": 281,
"column": 8
},
"end": {
"line": 281,
"column": 57
}
}
}
],
"trailingComments": [
{
"type": "Line",
"value": "Col elements are enough to keep column widths after sorting and",
"range": [
11089,
11154
],
"loc": {
"start": {
"line": 284,
"column": 8
},
"end": {
"line": 284,
"column": 73
}
}
},
{
"type": "Line",
"value": "filtering",
"range": [
11164,
11175
],
"loc": {
"start": {
"line": 285,
"column": 8
},
"end": {
"line": 285,
"column": 19
}
}
}
]
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "createColTags",
"range": [
11189,
11202
],
"loc": {
"start": {
"line": 286,
"column": 12
},
"end": {
"line": 286,
"column": 25
}
}
},
"init": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "k",
"range": [
11238,
11239
],
"loc": {
"start": {
"line": 287,
"column": 20
},
"end": {
"line": 287,
"column": 21
}
}
},
"init": {
"type": "BinaryExpression",
"operator": "-",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
11241,
11243
],
"loc": {
"start": {
"line": 287,
"column": 23
},
"end": {
"line": 287,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "nbCells",
"range": [
11244,
11251
],
"loc": {
"start": {
"line": 287,
"column": 26
},
"end": {
"line": 287,
"column": 33
}
}
},
"range": [
11241,
11251
],
"loc": {
"start": {
"line": 287,
"column": 23
},
"end": {
"line": 287,
"column": 33
}
}
},
"right": {
"type": "Literal",
"value": 1,
"raw": "1",
"range": [
11252,
11253
],
"loc": {
"start": {
"line": 287,
"column": 34
},
"end": {
"line": 287,
"column": 35
}
}
},
"range": [
11241,
11253
],
"loc": {
"start": {
"line": 287,
"column": 23
},
"end": {
"line": 287,
"column": 35
}
}
},
"range": [
11238,
11254
],
"loc": {
"start": {
"line": 287,
"column": 20
},
"end": {
"line": 287,
"column": 36
}
}
}
],
"kind": "var",
"range": [
11234,
11254
],
"loc": {
"start": {
"line": 287,
"column": 16
},
"end": {
"line": 287,
"column": 36
}
}
},
"test": {
"type": "BinaryExpression",
"operator": ">=",
"left": {
"type": "Identifier",
"name": "k",
"range": [
11256,
11257
],
"loc": {
"start": {
"line": 287,
"column": 38
},
"end": {
"line": 287,
"column": 39
}
}
},
"right": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
11259,
11260
],
"loc": {
"start": {
"line": 287,
"column": 41
},
"end": {
"line": 287,
"column": 42
}
}
},
"range": [
11256,
11260
],
"loc": {
"start": {
"line": 287,
"column": 38
},
"end": {
"line": 287,
"column": 42
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "--",
"argument": {
"type": "Identifier",
"name": "k",
"range": [
11262,
11263
],
"loc": {
"start": {
"line": 287,
"column": 44
},
"end": {
"line": 287,
"column": 45
}
}
},
"prefix": false,
"range": [
11262,
11265
],
"loc": {
"start": {
"line": 287,
"column": 44
},
"end": {
"line": 287,
"column": 47
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "col",
"range": [
11289,
11292
],
"loc": {
"start": {
"line": 288,
"column": 20
},
"end": {
"line": 288,
"column": 23
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
11295,
11298
],
"loc": {
"start": {
"line": 288,
"column": 26
},
"end": {
"line": 288,
"column": 29
}
}
},
"property": {
"type": "Identifier",
"name": "create",
"range": [
11299,
11305
],
"loc": {
"start": {
"line": 288,
"column": 30
},
"end": {
"line": 288,
"column": 36
}
}
},
"range": [
11295,
11305
],
"loc": {
"start": {
"line": 288,
"column": 26
},
"end": {
"line": 288,
"column": 36
}
}
},
"arguments": [
{
"type": "Literal",
"value": "col",
"raw": "'col'",
"range": [
11306,
11311
],
"loc": {
"start": {
"line": 288,
"column": 37
},
"end": {
"line": 288,
"column": 42
}
}
},
{
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
11314,
11318
],
"loc": {
"start": {
"line": 288,
"column": 45
},
"end": {
"line": 288,
"column": 49
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
11320,
11322
],
"loc": {
"start": {
"line": 288,
"column": 51
},
"end": {
"line": 288,
"column": 53
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
11323,
11325
],
"loc": {
"start": {
"line": 288,
"column": 54
},
"end": {
"line": 288,
"column": 56
}
}
},
"range": [
11320,
11325
],
"loc": {
"start": {
"line": 288,
"column": 51
},
"end": {
"line": 288,
"column": 56
}
}
},
"right": {
"type": "Literal",
"value": "_col_",
"raw": "'_col_'",
"range": [
11326,
11333
],
"loc": {
"start": {
"line": 288,
"column": 57
},
"end": {
"line": 288,
"column": 64
}
}
},
"range": [
11320,
11333
],
"loc": {
"start": {
"line": 288,
"column": 51
},
"end": {
"line": 288,
"column": 64
}
}
},
"right": {
"type": "Identifier",
"name": "k",
"range": [
11334,
11335
],
"loc": {
"start": {
"line": 288,
"column": 65
},
"end": {
"line": 288,
"column": 66
}
}
},
"range": [
11320,
11335
],
"loc": {
"start": {
"line": 288,
"column": 51
},
"end": {
"line": 288,
"column": 66
}
}
}
],
"range": [
11313,
11336
],
"loc": {
"start": {
"line": 288,
"column": 44
},
"end": {
"line": 288,
"column": 67
}
}
}
],
"range": [
11295,
11337
],
"loc": {
"start": {
"line": 288,
"column": 26
},
"end": {
"line": 288,
"column": 68
}
}
},
"range": [
11289,
11337
],
"loc": {
"start": {
"line": 288,
"column": 20
},
"end": {
"line": 288,
"column": 68
}
}
}
],
"kind": "var",
"range": [
11285,
11338
],
"loc": {
"start": {
"line": 288,
"column": 16
},
"end": {
"line": 288,
"column": 69
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
11356,
11359
],
"loc": {
"start": {
"line": 289,
"column": 16
},
"end": {
"line": 289,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "insertBefore",
"range": [
11360,
11372
],
"loc": {
"start": {
"line": 289,
"column": 20
},
"end": {
"line": 289,
"column": 32
}
}
},
"range": [
11356,
11372
],
"loc": {
"start": {
"line": 289,
"column": 16
},
"end": {
"line": 289,
"column": 32
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "col",
"range": [
11373,
11376
],
"loc": {
"start": {
"line": 289,
"column": 33
},
"end": {
"line": 289,
"column": 36
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
11378,
11381
],
"loc": {
"start": {
"line": 289,
"column": 38
},
"end": {
"line": 289,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "firstChild",
"range": [
11382,
11392
],
"loc": {
"start": {
"line": 289,
"column": 42
},
"end": {
"line": 289,
"column": 52
}
}
},
"range": [
11378,
11392
],
"loc": {
"start": {
"line": 289,
"column": 38
},
"end": {
"line": 289,
"column": 52
}
}
}
],
"range": [
11356,
11393
],
"loc": {
"start": {
"line": 289,
"column": 16
},
"end": {
"line": 289,
"column": 53
}
}
},
"range": [
11356,
11394
],
"loc": {
"start": {
"line": 289,
"column": 16
},
"end": {
"line": 289,
"column": 54
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "col",
"range": [
11412,
11415
],
"loc": {
"start": {
"line": 290,
"column": 16
},
"end": {
"line": 290,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
11416,
11421
],
"loc": {
"start": {
"line": 290,
"column": 20
},
"end": {
"line": 290,
"column": 25
}
}
},
"range": [
11412,
11421
],
"loc": {
"start": {
"line": 290,
"column": 16
},
"end": {
"line": 290,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
11422,
11427
],
"loc": {
"start": {
"line": 290,
"column": 26
},
"end": {
"line": 290,
"column": 31
}
}
},
"range": [
11412,
11427
],
"loc": {
"start": {
"line": 290,
"column": 16
},
"end": {
"line": 290,
"column": 31
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
11430,
11432
],
"loc": {
"start": {
"line": 290,
"column": 34
},
"end": {
"line": 290,
"column": 36
}
}
},
"property": {
"type": "Identifier",
"name": "colWidths",
"range": [
11433,
11442
],
"loc": {
"start": {
"line": 290,
"column": 37
},
"end": {
"line": 290,
"column": 46
}
}
},
"range": [
11430,
11442
],
"loc": {
"start": {
"line": 290,
"column": 34
},
"end": {
"line": 290,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "k",
"range": [
11443,
11444
],
"loc": {
"start": {
"line": 290,
"column": 47
},
"end": {
"line": 290,
"column": 48
}
}
},
"range": [
11430,
11445
],
"loc": {
"start": {
"line": 290,
"column": 34
},
"end": {
"line": 290,
"column": 49
}
}
},
"range": [
11412,
11445
],
"loc": {
"start": {
"line": 290,
"column": 16
},
"end": {
"line": 290,
"column": 49
}
}
},
"range": [
11412,
11446
],
"loc": {
"start": {
"line": 290,
"column": 16
},
"end": {
"line": 290,
"column": 50
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11464,
11468
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "gridColElms",
"range": [
11469,
11480
],
"loc": {
"start": {
"line": 291,
"column": 21
},
"end": {
"line": 291,
"column": 32
}
}
},
"range": [
11464,
11480
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "k",
"range": [
11481,
11482
],
"loc": {
"start": {
"line": 291,
"column": 33
},
"end": {
"line": 291,
"column": 34
}
}
},
"range": [
11464,
11483
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 35
}
}
},
"right": {
"type": "Identifier",
"name": "col",
"range": [
11486,
11489
],
"loc": {
"start": {
"line": 291,
"column": 38
},
"end": {
"line": 291,
"column": 41
}
}
},
"range": [
11464,
11489
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 41
}
}
},
"range": [
11464,
11490
],
"loc": {
"start": {
"line": 291,
"column": 16
},
"end": {
"line": 291,
"column": 42
}
}
}
],
"range": [
11266,
11505
],
"loc": {
"start": {
"line": 287,
"column": 48
},
"end": {
"line": 292,
"column": 13
}
}
},
"range": [
11230,
11505
],
"loc": {
"start": {
"line": 287,
"column": 12
},
"end": {
"line": 292,
"column": 13
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11519,
11523
],
"loc": {
"start": {
"line": 293,
"column": 12
},
"end": {
"line": 293,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "tblHasColTag",
"range": [
11524,
11536
],
"loc": {
"start": {
"line": 293,
"column": 17
},
"end": {
"line": 293,
"column": 29
}
}
},
"range": [
11519,
11536
],
"loc": {
"start": {
"line": 293,
"column": 12
},
"end": {
"line": 293,
"column": 29
}
}
},
"right": {
"type": "Literal",
"value": true,
"raw": "true",
"range": [
11539,
11543
],
"loc": {
"start": {
"line": 293,
"column": 32
},
"end": {
"line": 293,
"column": 36
}
}
},
"range": [
11519,
11543
],
"loc": {
"start": {
"line": 293,
"column": 12
},
"end": {
"line": 293,
"column": 36
}
}
},
"range": [
11519,
11544
],
"loc": {
"start": {
"line": 293,
"column": 12
},
"end": {
"line": 293,
"column": 37
}
}
}
],
"range": [
11215,
11555
],
"loc": {
"start": {
"line": 286,
"column": 38
},
"end": {
"line": 294,
"column": 9
}
}
},
"generator": false,
"expression": false,
"range": [
11205,
11555
],
"loc": {
"start": {
"line": 286,
"column": 28
},
"end": {
"line": 294,
"column": 9
}
}
},
"range": [
11189,
11555
],
"loc": {
"start": {
"line": 286,
"column": 12
},
"end": {
"line": 294,
"column": 9
}
}
}
],
"kind": "var",
"range": [
11185,
11556
],
"loc": {
"start": {
"line": 286,
"column": 8
},
"end": {
"line": 294,
"column": 10
}
},
"leadingComments": [
{
"type": "Line",
"value": "Col elements are enough to keep column widths after sorting and",
"range": [
11089,
11154
],
"loc": {
"start": {
"line": 284,
"column": 8
},
"end": {
"line": 284,
"column": 73
}
}
},
{
"type": "Line",
"value": "filtering",
"range": [
11164,
11175
],
"loc": {
"start": {
"line": 285,
"column": 8
},
"end": {
"line": 285,
"column": 19
}
}
}
]
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11572,
11576
],
"loc": {
"start": {
"line": 296,
"column": 12
},
"end": {
"line": 296,
"column": 16
}
}
},
"property": {
"type": "Identifier",
"name": "tblHasColTag",
"range": [
11577,
11589
],
"loc": {
"start": {
"line": 296,
"column": 17
},
"end": {
"line": 296,
"column": 29
}
}
},
"range": [
11572,
11589
],
"loc": {
"start": {
"line": 296,
"column": 12
},
"end": {
"line": 296,
"column": 29
}
}
},
"prefix": true,
"range": [
11571,
11589
],
"loc": {
"start": {
"line": 296,
"column": 11
},
"end": {
"line": 296,
"column": 29
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "createColTags",
"range": [
11605,
11618
],
"loc": {
"start": {
"line": 297,
"column": 12
},
"end": {
"line": 297,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
11619,
11623
],
"loc": {
"start": {
"line": 297,
"column": 26
},
"end": {
"line": 297,
"column": 30
}
}
},
"range": [
11605,
11623
],
"loc": {
"start": {
"line": 297,
"column": 12
},
"end": {
"line": 297,
"column": 30
}
}
},
"arguments": [
{
"type": "ThisExpression",
"range": [
11624,
11628
],
"loc": {
"start": {
"line": 297,
"column": 31
},
"end": {
"line": 297,
"column": 35
}
}
}
],
"range": [
11605,
11629
],
"loc": {
"start": {
"line": 297,
"column": 12
},
"end": {
"line": 297,
"column": 36
}
}
},
"range": [
11605,
11630
],
"loc": {
"start": {
"line": 297,
"column": 12
},
"end": {
"line": 297,
"column": 37
}
}
}
],
"range": [
11590,
11641
],
"loc": {
"start": {
"line": 296,
"column": 30
},
"end": {
"line": 298,
"column": 9
}
}
},
"alternate": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "cols",
"range": [
11666,
11670
],
"loc": {
"start": {
"line": 299,
"column": 16
},
"end": {
"line": 299,
"column": 20
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
11673,
11676
],
"loc": {
"start": {
"line": 299,
"column": 23
},
"end": {
"line": 299,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "tag",
"range": [
11677,
11680
],
"loc": {
"start": {
"line": 299,
"column": 27
},
"end": {
"line": 299,
"column": 30
}
}
},
"range": [
11673,
11680
],
"loc": {
"start": {
"line": 299,
"column": 23
},
"end": {
"line": 299,
"column": 30
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "tbl",
"range": [
11681,
11684
],
"loc": {
"start": {
"line": 299,
"column": 31
},
"end": {
"line": 299,
"column": 34
}
}
},
{
"type": "Literal",
"value": "col",
"raw": "'col'",
"range": [
11686,
11691
],
"loc": {
"start": {
"line": 299,
"column": 36
},
"end": {
"line": 299,
"column": 41
}
}
}
],
"range": [
11673,
11692
],
"loc": {
"start": {
"line": 299,
"column": 23
},
"end": {
"line": 299,
"column": 42
}
}
},
"range": [
11666,
11692
],
"loc": {
"start": {
"line": 299,
"column": 16
},
"end": {
"line": 299,
"column": 42
}
}
}
],
"kind": "var",
"range": [
11662,
11693
],
"loc": {
"start": {
"line": 299,
"column": 12
},
"end": {
"line": 299,
"column": 43
}
}
},
{
"type": "ForStatement",
"init": {
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "ii",
"range": [
11715,
11717
],
"loc": {
"start": {
"line": 300,
"column": 20
},
"end": {
"line": 300,
"column": 22
}
}
},
"init": {
"type": "Literal",
"value": 0,
"raw": "0",
"range": [
11718,
11719
],
"loc": {
"start": {
"line": 300,
"column": 23
},
"end": {
"line": 300,
"column": 24
}
}
},
"range": [
11715,
11719
],
"loc": {
"start": {
"line": 300,
"column": 20
},
"end": {
"line": 300,
"column": 24
}
}
}
],
"kind": "var",
"range": [
11711,
11719
],
"loc": {
"start": {
"line": 300,
"column": 16
},
"end": {
"line": 300,
"column": 24
}
}
},
"test": {
"type": "BinaryExpression",
"operator": "<",
"left": {
"type": "Identifier",
"name": "ii",
"range": [
11721,
11723
],
"loc": {
"start": {
"line": 300,
"column": 26
},
"end": {
"line": 300,
"column": 28
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
11724,
11726
],
"loc": {
"start": {
"line": 300,
"column": 29
},
"end": {
"line": 300,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "nbCells",
"range": [
11727,
11734
],
"loc": {
"start": {
"line": 300,
"column": 32
},
"end": {
"line": 300,
"column": 39
}
}
},
"range": [
11724,
11734
],
"loc": {
"start": {
"line": 300,
"column": 29
},
"end": {
"line": 300,
"column": 39
}
}
},
"range": [
11721,
11734
],
"loc": {
"start": {
"line": 300,
"column": 26
},
"end": {
"line": 300,
"column": 39
}
}
},
"update": {
"type": "UpdateExpression",
"operator": "++",
"argument": {
"type": "Identifier",
"name": "ii",
"range": [
11736,
11738
],
"loc": {
"start": {
"line": 300,
"column": 41
},
"end": {
"line": 300,
"column": 43
}
}
},
"prefix": false,
"range": [
11736,
11740
],
"loc": {
"start": {
"line": 300,
"column": 41
},
"end": {
"line": 300,
"column": 45
}
}
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "cols",
"range": [
11760,
11764
],
"loc": {
"start": {
"line": 301,
"column": 16
},
"end": {
"line": 301,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "ii",
"range": [
11765,
11767
],
"loc": {
"start": {
"line": 301,
"column": 21
},
"end": {
"line": 301,
"column": 23
}
}
},
"range": [
11760,
11768
],
"loc": {
"start": {
"line": 301,
"column": 16
},
"end": {
"line": 301,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "setAttribute",
"range": [
11769,
11781
],
"loc": {
"start": {
"line": 301,
"column": 25
},
"end": {
"line": 301,
"column": 37
}
}
},
"range": [
11760,
11781
],
"loc": {
"start": {
"line": 301,
"column": 16
},
"end": {
"line": 301,
"column": 37
}
}
},
"arguments": [
{
"type": "Literal",
"value": "id",
"raw": "'id'",
"range": [
11782,
11786
],
"loc": {
"start": {
"line": 301,
"column": 38
},
"end": {
"line": 301,
"column": 42
}
}
},
{
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
11788,
11790
],
"loc": {
"start": {
"line": 301,
"column": 44
},
"end": {
"line": 301,
"column": 46
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
11791,
11793
],
"loc": {
"start": {
"line": 301,
"column": 47
},
"end": {
"line": 301,
"column": 49
}
}
},
"range": [
11788,
11793
],
"loc": {
"start": {
"line": 301,
"column": 44
},
"end": {
"line": 301,
"column": 49
}
}
},
"right": {
"type": "Literal",
"value": "_col_",
"raw": "'_col_'",
"range": [
11794,
11801
],
"loc": {
"start": {
"line": 301,
"column": 50
},
"end": {
"line": 301,
"column": 57
}
}
},
"range": [
11788,
11801
],
"loc": {
"start": {
"line": 301,
"column": 44
},
"end": {
"line": 301,
"column": 57
}
}
},
"right": {
"type": "Identifier",
"name": "ii",
"range": [
11802,
11804
],
"loc": {
"start": {
"line": 301,
"column": 58
},
"end": {
"line": 301,
"column": 60
}
}
},
"range": [
11788,
11804
],
"loc": {
"start": {
"line": 301,
"column": 44
},
"end": {
"line": 301,
"column": 60
}
}
}
],
"range": [
11760,
11805
],
"loc": {
"start": {
"line": 301,
"column": 16
},
"end": {
"line": 301,
"column": 61
}
}
},
"range": [
11760,
11806
],
"loc": {
"start": {
"line": 301,
"column": 16
},
"end": {
"line": 301,
"column": 62
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "cols",
"range": [
11824,
11828
],
"loc": {
"start": {
"line": 302,
"column": 16
},
"end": {
"line": 302,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "ii",
"range": [
11829,
11831
],
"loc": {
"start": {
"line": 302,
"column": 21
},
"end": {
"line": 302,
"column": 23
}
}
},
"range": [
11824,
11832
],
"loc": {
"start": {
"line": 302,
"column": 16
},
"end": {
"line": 302,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
11833,
11838
],
"loc": {
"start": {
"line": 302,
"column": 25
},
"end": {
"line": 302,
"column": 30
}
}
},
"range": [
11824,
11838
],
"loc": {
"start": {
"line": 302,
"column": 16
},
"end": {
"line": 302,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
11839,
11844
],
"loc": {
"start": {
"line": 302,
"column": 31
},
"end": {
"line": 302,
"column": 36
}
}
},
"range": [
11824,
11844
],
"loc": {
"start": {
"line": 302,
"column": 16
},
"end": {
"line": 302,
"column": 36
}
}
},
"right": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
11847,
11849
],
"loc": {
"start": {
"line": 302,
"column": 39
},
"end": {
"line": 302,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "colWidths",
"range": [
11850,
11859
],
"loc": {
"start": {
"line": 302,
"column": 42
},
"end": {
"line": 302,
"column": 51
}
}
},
"range": [
11847,
11859
],
"loc": {
"start": {
"line": 302,
"column": 39
},
"end": {
"line": 302,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "ii",
"range": [
11860,
11862
],
"loc": {
"start": {
"line": 302,
"column": 52
},
"end": {
"line": 302,
"column": 54
}
}
},
"range": [
11847,
11863
],
"loc": {
"start": {
"line": 302,
"column": 39
},
"end": {
"line": 302,
"column": 55
}
}
},
"range": [
11824,
11863
],
"loc": {
"start": {
"line": 302,
"column": 16
},
"end": {
"line": 302,
"column": 55
}
}
},
"range": [
11824,
11864
],
"loc": {
"start": {
"line": 302,
"column": 16
},
"end": {
"line": 302,
"column": 56
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
11882,
11886
],
"loc": {
"start": {
"line": 303,
"column": 16
},
"end": {
"line": 303,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "gridColElms",
"range": [
11887,
11898
],
"loc": {
"start": {
"line": 303,
"column": 21
},
"end": {
"line": 303,
"column": 32
}
}
},
"range": [
11882,
11898
],
"loc": {
"start": {
"line": 303,
"column": 16
},
"end": {
"line": 303,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "push",
"range": [
11899,
11903
],
"loc": {
"start": {
"line": 303,
"column": 33
},
"end": {
"line": 303,
"column": 37
}
}
},
"range": [
11882,
11903
],
"loc": {
"start": {
"line": 303,
"column": 16
},
"end": {
"line": 303,
"column": 37
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "cols",
"range": [
11904,
11908
],
"loc": {
"start": {
"line": 303,
"column": 38
},
"end": {
"line": 303,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "ii",
"range": [
11909,
11911
],
"loc": {
"start": {
"line": 303,
"column": 43
},
"end": {
"line": 303,
"column": 45
}
}
},
"range": [
11904,
11912
],
"loc": {
"start": {
"line": 303,
"column": 38
},
"end": {
"line": 303,
"column": 46
}
}
}
],
"range": [
11882,
11913
],
"loc": {
"start": {
"line": 303,
"column": 16
},
"end": {
"line": 303,
"column": 47
}
}
},
"range": [
11882,
11914
],
"loc": {
"start": {
"line": 303,
"column": 16
},
"end": {
"line": 303,
"column": 48
}
}
}
],
"range": [
11741,
11929
],
"loc": {
"start": {
"line": 300,
"column": 46
},
"end": {
"line": 304,
"column": 13
}
}
},
"range": [
11707,
11929
],
"loc": {
"start": {
"line": 300,
"column": 12
},
"end": {
"line": 304,
"column": 13
}
}
}
],
"range": [
11647,
11940
],
"loc": {
"start": {
"line": 298,
"column": 15
},
"end": {
"line": 305,
"column": 9
}
}
},
"range": [
11568,
11940
],
"loc": {
"start": {
"line": 296,
"column": 8
},
"end": {
"line": 305,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "afterColResizedFn",
"range": [
11956,
11973
],
"loc": {
"start": {
"line": 307,
"column": 12
},
"end": {
"line": 307,
"column": 29
}
}
},
"init": {
"type": "ConditionalExpression",
"test": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Types",
"range": [
11976,
11981
],
"loc": {
"start": {
"line": 307,
"column": 32
},
"end": {
"line": 307,
"column": 37
}
}
},
"property": {
"type": "Identifier",
"name": "isFn",
"range": [
11982,
11986
],
"loc": {
"start": {
"line": 307,
"column": 38
},
"end": {
"line": 307,
"column": 42
}
}
},
"range": [
11976,
11986
],
"loc": {
"start": {
"line": 307,
"column": 32
},
"end": {
"line": 307,
"column": 42
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
11987,
11988
],
"loc": {
"start": {
"line": 307,
"column": 43
},
"end": {
"line": 307,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_col_resized",
"range": [
11989,
12009
],
"loc": {
"start": {
"line": 307,
"column": 45
},
"end": {
"line": 307,
"column": 65
}
}
},
"range": [
11987,
12009
],
"loc": {
"start": {
"line": 307,
"column": 43
},
"end": {
"line": 307,
"column": 65
}
}
}
],
"range": [
11976,
12010
],
"loc": {
"start": {
"line": 307,
"column": 32
},
"end": {
"line": 307,
"column": 66
}
}
},
"consequent": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
12026,
12027
],
"loc": {
"start": {
"line": 308,
"column": 12
},
"end": {
"line": 308,
"column": 13
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_col_resized",
"range": [
12028,
12048
],
"loc": {
"start": {
"line": 308,
"column": 14
},
"end": {
"line": 308,
"column": 34
}
}
},
"range": [
12026,
12048
],
"loc": {
"start": {
"line": 308,
"column": 12
},
"end": {
"line": 308,
"column": 34
}
}
},
"alternate": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
12051,
12055
],
"loc": {
"start": {
"line": 308,
"column": 37
},
"end": {
"line": 308,
"column": 41
}
}
},
"range": [
11976,
12055
],
"loc": {
"start": {
"line": 307,
"column": 32
},
"end": {
"line": 308,
"column": 41
}
}
},
"range": [
11956,
12055
],
"loc": {
"start": {
"line": 307,
"column": 12
},
"end": {
"line": 308,
"column": 41
}
}
}
],
"kind": "var",
"range": [
11952,
12056
],
"loc": {
"start": {
"line": 307,
"column": 8
},
"end": {
"line": 308,
"column": 42
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "f",
"range": [
12066,
12067
],
"loc": {
"start": {
"line": 309,
"column": 8
},
"end": {
"line": 309,
"column": 9
}
}
},
"property": {
"type": "Identifier",
"name": "on_after_col_resized",
"range": [
12068,
12088
],
"loc": {
"start": {
"line": 309,
"column": 10
},
"end": {
"line": 309,
"column": 30
}
}
},
"range": [
12066,
12088
],
"loc": {
"start": {
"line": 309,
"column": 8
},
"end": {
"line": 309,
"column": 30
}
}
},
"right": {
"type": "FunctionExpression",
"id": null,
"params": [
{
"type": "Identifier",
"name": "o",
"range": [
12100,
12101
],
"loc": {
"start": {
"line": 309,
"column": 42
},
"end": {
"line": 309,
"column": 43
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
12103,
12111
],
"loc": {
"start": {
"line": 309,
"column": 45
},
"end": {
"line": 309,
"column": 53
}
}
}
],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Identifier",
"name": "colIndex",
"range": [
12131,
12139
],
"loc": {
"start": {
"line": 310,
"column": 16
},
"end": {
"line": 310,
"column": 24
}
}
},
"prefix": true,
"range": [
12130,
12139
],
"loc": {
"start": {
"line": 310,
"column": 15
},
"end": {
"line": 310,
"column": 24
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
12159,
12166
],
"loc": {
"start": {
"line": 311,
"column": 16
},
"end": {
"line": 311,
"column": 23
}
}
}
],
"range": [
12140,
12181
],
"loc": {
"start": {
"line": 310,
"column": 25
},
"end": {
"line": 312,
"column": 13
}
}
},
"alternate": null,
"range": [
12127,
12181
],
"loc": {
"start": {
"line": 310,
"column": 12
},
"end": {
"line": 312,
"column": 13
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "w",
"range": [
12199,
12200
],
"loc": {
"start": {
"line": 313,
"column": 16
},
"end": {
"line": 313,
"column": 17
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "o",
"range": [
12203,
12204
],
"loc": {
"start": {
"line": 313,
"column": 20
},
"end": {
"line": 313,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "crWColsRow",
"range": [
12205,
12215
],
"loc": {
"start": {
"line": 313,
"column": 22
},
"end": {
"line": 313,
"column": 32
}
}
},
"range": [
12203,
12215
],
"loc": {
"start": {
"line": 313,
"column": 20
},
"end": {
"line": 313,
"column": 32
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
12216,
12221
],
"loc": {
"start": {
"line": 313,
"column": 33
},
"end": {
"line": 313,
"column": 38
}
}
},
"range": [
12203,
12221
],
"loc": {
"start": {
"line": 313,
"column": 20
},
"end": {
"line": 313,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "colIndex",
"range": [
12222,
12230
],
"loc": {
"start": {
"line": 313,
"column": 39
},
"end": {
"line": 313,
"column": 47
}
}
},
"range": [
12203,
12231
],
"loc": {
"start": {
"line": 313,
"column": 20
},
"end": {
"line": 313,
"column": 48
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
12232,
12237
],
"loc": {
"start": {
"line": 313,
"column": 49
},
"end": {
"line": 313,
"column": 54
}
}
},
"range": [
12203,
12237
],
"loc": {
"start": {
"line": 313,
"column": 20
},
"end": {
"line": 313,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
12238,
12243
],
"loc": {
"start": {
"line": 313,
"column": 55
},
"end": {
"line": 313,
"column": 60
}
}
},
"range": [
12203,
12243
],
"loc": {
"start": {
"line": 313,
"column": 20
},
"end": {
"line": 313,
"column": 60
}
}
},
"range": [
12199,
12243
],
"loc": {
"start": {
"line": 313,
"column": 16
},
"end": {
"line": 313,
"column": 60
}
}
}
],
"kind": "var",
"range": [
12195,
12244
],
"loc": {
"start": {
"line": 313,
"column": 12
},
"end": {
"line": 313,
"column": 61
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "col",
"range": [
12262,
12265
],
"loc": {
"start": {
"line": 314,
"column": 16
},
"end": {
"line": 314,
"column": 19
}
}
},
"init": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "o",
"range": [
12268,
12269
],
"loc": {
"start": {
"line": 314,
"column": 22
},
"end": {
"line": 314,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "gridColElms",
"range": [
12270,
12281
],
"loc": {
"start": {
"line": 314,
"column": 24
},
"end": {
"line": 314,
"column": 35
}
}
},
"range": [
12268,
12281
],
"loc": {
"start": {
"line": 314,
"column": 22
},
"end": {
"line": 314,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "colIndex",
"range": [
12282,
12290
],
"loc": {
"start": {
"line": 314,
"column": 36
},
"end": {
"line": 314,
"column": 44
}
}
},
"range": [
12268,
12291
],
"loc": {
"start": {
"line": 314,
"column": 22
},
"end": {
"line": 314,
"column": 45
}
}
},
"range": [
12262,
12291
],
"loc": {
"start": {
"line": 314,
"column": 16
},
"end": {
"line": 314,
"column": 45
}
}
}
],
"kind": "var",
"range": [
12258,
12292
],
"loc": {
"start": {
"line": 314,
"column": 12
},
"end": {
"line": 314,
"column": 46
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "col",
"range": [
12306,
12309
],
"loc": {
"start": {
"line": 315,
"column": 12
},
"end": {
"line": 315,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
12310,
12315
],
"loc": {
"start": {
"line": 315,
"column": 16
},
"end": {
"line": 315,
"column": 21
}
}
},
"range": [
12306,
12315
],
"loc": {
"start": {
"line": 315,
"column": 12
},
"end": {
"line": 315,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
12316,
12321
],
"loc": {
"start": {
"line": 315,
"column": 22
},
"end": {
"line": 315,
"column": 27
}
}
},
"range": [
12306,
12321
],
"loc": {
"start": {
"line": 315,
"column": 12
},
"end": {
"line": 315,
"column": 27
}
}
},
"right": {
"type": "Identifier",
"name": "w",
"range": [
12324,
12325
],
"loc": {
"start": {
"line": 315,
"column": 30
},
"end": {
"line": 315,
"column": 31
}
}
},
"range": [
12306,
12325
],
"loc": {
"start": {
"line": 315,
"column": 12
},
"end": {
"line": 315,
"column": 31
}
}
},
"range": [
12306,
12326
],
"loc": {
"start": {
"line": 315,
"column": 12
},
"end": {
"line": 315,
"column": 32
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "thCW",
"range": [
12346,
12350
],
"loc": {
"start": {
"line": 317,
"column": 16
},
"end": {
"line": 317,
"column": 20
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "o",
"range": [
12353,
12354
],
"loc": {
"start": {
"line": 317,
"column": 23
},
"end": {
"line": 317,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "crWColsRow",
"range": [
12355,
12365
],
"loc": {
"start": {
"line": 317,
"column": 25
},
"end": {
"line": 317,
"column": 35
}
}
},
"range": [
12353,
12365
],
"loc": {
"start": {
"line": 317,
"column": 23
},
"end": {
"line": 317,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
12366,
12371
],
"loc": {
"start": {
"line": 317,
"column": 36
},
"end": {
"line": 317,
"column": 41
}
}
},
"range": [
12353,
12371
],
"loc": {
"start": {
"line": 317,
"column": 23
},
"end": {
"line": 317,
"column": 41
}
}
},
"property": {
"type": "Identifier",
"name": "colIndex",
"range": [
12372,
12380
],
"loc": {
"start": {
"line": 317,
"column": 42
},
"end": {
"line": 317,
"column": 50
}
}
},
"range": [
12353,
12381
],
"loc": {
"start": {
"line": 317,
"column": 23
},
"end": {
"line": 317,
"column": 51
}
}
},
"property": {
"type": "Identifier",
"name": "clientWidth",
"range": [
12382,
12393
],
"loc": {
"start": {
"line": 317,
"column": 52
},
"end": {
"line": 317,
"column": 63
}
}
},
"range": [
12353,
12393
],
"loc": {
"start": {
"line": 317,
"column": 23
},
"end": {
"line": 317,
"column": 63
}
}
},
"range": [
12346,
12393
],
"loc": {
"start": {
"line": 317,
"column": 16
},
"end": {
"line": 317,
"column": 63
}
}
}
],
"kind": "var",
"range": [
12342,
12394
],
"loc": {
"start": {
"line": 317,
"column": 12
},
"end": {
"line": 317,
"column": 64
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tdCW",
"range": [
12412,
12416
],
"loc": {
"start": {
"line": 318,
"column": 16
},
"end": {
"line": 318,
"column": 20
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "o",
"range": [
12419,
12420
],
"loc": {
"start": {
"line": 318,
"column": 23
},
"end": {
"line": 318,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "crWRowDataTbl",
"range": [
12421,
12434
],
"loc": {
"start": {
"line": 318,
"column": 25
},
"end": {
"line": 318,
"column": 38
}
}
},
"range": [
12419,
12434
],
"loc": {
"start": {
"line": 318,
"column": 23
},
"end": {
"line": 318,
"column": 38
}
}
},
"property": {
"type": "Identifier",
"name": "cells",
"range": [
12435,
12440
],
"loc": {
"start": {
"line": 318,
"column": 39
},
"end": {
"line": 318,
"column": 44
}
}
},
"range": [
12419,
12440
],
"loc": {
"start": {
"line": 318,
"column": 23
},
"end": {
"line": 318,
"column": 44
}
}
},
"property": {
"type": "Identifier",
"name": "colIndex",
"range": [
12441,
12449
],
"loc": {
"start": {
"line": 318,
"column": 45
},
"end": {
"line": 318,
"column": 53
}
}
},
"range": [
12419,
12450
],
"loc": {
"start": {
"line": 318,
"column": 23
},
"end": {
"line": 318,
"column": 54
}
}
},
"property": {
"type": "Identifier",
"name": "clientWidth",
"range": [
12451,
12462
],
"loc": {
"start": {
"line": 318,
"column": 55
},
"end": {
"line": 318,
"column": 66
}
}
},
"range": [
12419,
12462
],
"loc": {
"start": {
"line": 318,
"column": 23
},
"end": {
"line": 318,
"column": 66
}
}
},
"range": [
12412,
12462
],
"loc": {
"start": {
"line": 318,
"column": 16
},
"end": {
"line": 318,
"column": 66
}
}
}
],
"kind": "var",
"range": [
12408,
12463
],
"loc": {
"start": {
"line": 318,
"column": 12
},
"end": {
"line": 318,
"column": 67
}
}
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "!=",
"left": {
"type": "Identifier",
"name": "thCW",
"range": [
12482,
12486
],
"loc": {
"start": {
"line": 320,
"column": 15
},
"end": {
"line": 320,
"column": 19
}
}
},
"right": {
"type": "Identifier",
"name": "tdCW",
"range": [
12490,
12494
],
"loc": {
"start": {
"line": 320,
"column": 23
},
"end": {
"line": 320,
"column": 27
}
}
},
"range": [
12482,
12494
],
"loc": {
"start": {
"line": 320,
"column": 15
},
"end": {
"line": 320,
"column": 27
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "o",
"range": [
12514,
12515
],
"loc": {
"start": {
"line": 321,
"column": 16
},
"end": {
"line": 321,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
12516,
12523
],
"loc": {
"start": {
"line": 321,
"column": 18
},
"end": {
"line": 321,
"column": 25
}
}
},
"range": [
12514,
12523
],
"loc": {
"start": {
"line": 321,
"column": 16
},
"end": {
"line": 321,
"column": 25
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
12524,
12529
],
"loc": {
"start": {
"line": 321,
"column": 26
},
"end": {
"line": 321,
"column": 31
}
}
},
"range": [
12514,
12529
],
"loc": {
"start": {
"line": 321,
"column": 16
},
"end": {
"line": 321,
"column": 31
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
12530,
12535
],
"loc": {
"start": {
"line": 321,
"column": 32
},
"end": {
"line": 321,
"column": 37
}
}
},
"range": [
12514,
12535
],
"loc": {
"start": {
"line": 321,
"column": 16
},
"end": {
"line": 321,
"column": 37
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
12538,
12541
],
"loc": {
"start": {
"line": 321,
"column": 40
},
"end": {
"line": 321,
"column": 43
}
}
},
"property": {
"type": "Identifier",
"name": "clientWidth",
"range": [
12542,
12553
],
"loc": {
"start": {
"line": 321,
"column": 44
},
"end": {
"line": 321,
"column": 55
}
}
},
"range": [
12538,
12553
],
"loc": {
"start": {
"line": 321,
"column": 40
},
"end": {
"line": 321,
"column": 55
}
}
},
"right": {
"type": "Literal",
"value": "px",
"raw": "'px'",
"range": [
12554,
12558
],
"loc": {
"start": {
"line": 321,
"column": 56
},
"end": {
"line": 321,
"column": 60
}
}
},
"range": [
12538,
12558
],
"loc": {
"start": {
"line": 321,
"column": 40
},
"end": {
"line": 321,
"column": 60
}
}
},
"range": [
12514,
12558
],
"loc": {
"start": {
"line": 321,
"column": 16
},
"end": {
"line": 321,
"column": 60
}
}
},
"range": [
12514,
12559
],
"loc": {
"start": {
"line": 321,
"column": 16
},
"end": {
"line": 321,
"column": 61
}
}
}
],
"range": [
12495,
12574
],
"loc": {
"start": {
"line": 320,
"column": 28
},
"end": {
"line": 322,
"column": 13
}
}
},
"alternate": null,
"range": [
12479,
12574
],
"loc": {
"start": {
"line": 320,
"column": 12
},
"end": {
"line": 322,
"column": 13
}
}
},
{
"type": "IfStatement",
"test": {
"type": "Identifier",
"name": "afterColResizedFn",
"range": [
12593,
12610
],
"loc": {
"start": {
"line": 324,
"column": 15
},
"end": {
"line": 324,
"column": 32
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "afterColResizedFn",
"range": [
12630,
12647
],
"loc": {
"start": {
"line": 325,
"column": 16
},
"end": {
"line": 325,
"column": 33
}
}
},
"property": {
"type": "Identifier",
"name": "call",
"range": [
12648,
12652
],
"loc": {
"start": {
"line": 325,
"column": 34
},
"end": {
"line": 325,
"column": 38
}
}
},
"range": [
12630,
12652
],
"loc": {
"start": {
"line": 325,
"column": 16
},
"end": {
"line": 325,
"column": 38
}
}
},
"arguments": [
{
"type": "Literal",
"value": null,
"raw": "null",
"range": [
12653,
12657
],
"loc": {
"start": {
"line": 325,
"column": 39
},
"end": {
"line": 325,
"column": 43
}
}
},
{
"type": "Identifier",
"name": "o",
"range": [
12658,
12659
],
"loc": {
"start": {
"line": 325,
"column": 44
},
"end": {
"line": 325,
"column": 45
}
}
},
{
"type": "Identifier",
"name": "colIndex",
"range": [
12660,
12668
],
"loc": {
"start": {
"line": 325,
"column": 46
},
"end": {
"line": 325,
"column": 54
}
}
}
],
"range": [
12630,
12669
],
"loc": {
"start": {
"line": 325,
"column": 16
},
"end": {
"line": 325,
"column": 55
}
}
},
"range": [
12630,
12670
],
"loc": {
"start": {
"line": 325,
"column": 16
},
"end": {
"line": 325,
"column": 56
}
}
}
],
"range": [
12611,
12685
],
"loc": {
"start": {
"line": 324,
"column": 33
},
"end": {
"line": 326,
"column": 13
}
}
},
"alternate": null,
"range": [
12590,
12685
],
"loc": {
"start": {
"line": 324,
"column": 12
},
"end": {
"line": 326,
"column": 13
}
}
}
],
"range": [
12112,
12696
],
"loc": {
"start": {
"line": 309,
"column": 54
},
"end": {
"line": 327,
"column": 9
}
}
},
"generator": false,
"expression": false,
"range": [
12091,
12696
],
"loc": {
"start": {
"line": 309,
"column": 33
},
"end": {
"line": 327,
"column": 9
}
}
},
"range": [
12066,
12696
],
"loc": {
"start": {
"line": 309,
"column": 8
},
"end": {
"line": 327,
"column": 9
}
}
},
"range": [
12066,
12697
],
"loc": {
"start": {
"line": 309,
"column": 8
},
"end": {
"line": 327,
"column": 10
}
}
},
{
"type": "IfStatement",
"test": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
12712,
12715
],
"loc": {
"start": {
"line": 329,
"column": 11
},
"end": {
"line": 329,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "clientWidth",
"range": [
12716,
12727
],
"loc": {
"start": {
"line": 329,
"column": 15
},
"end": {
"line": 329,
"column": 26
}
}
},
"range": [
12712,
12727
],
"loc": {
"start": {
"line": 329,
"column": 11
},
"end": {
"line": 329,
"column": 26
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12732,
12736
],
"loc": {
"start": {
"line": 329,
"column": 31
},
"end": {
"line": 329,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
12737,
12744
],
"loc": {
"start": {
"line": 329,
"column": 36
},
"end": {
"line": 329,
"column": 43
}
}
},
"range": [
12732,
12744
],
"loc": {
"start": {
"line": 329,
"column": 31
},
"end": {
"line": 329,
"column": 43
}
}
},
"property": {
"type": "Identifier",
"name": "clientWidth",
"range": [
12745,
12756
],
"loc": {
"start": {
"line": 329,
"column": 44
},
"end": {
"line": 329,
"column": 55
}
}
},
"range": [
12732,
12756
],
"loc": {
"start": {
"line": 329,
"column": 31
},
"end": {
"line": 329,
"column": 55
}
}
},
"range": [
12712,
12756
],
"loc": {
"start": {
"line": 329,
"column": 11
},
"end": {
"line": 329,
"column": 55
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
12772,
12775
],
"loc": {
"start": {
"line": 330,
"column": 12
},
"end": {
"line": 330,
"column": 15
}
}
},
"property": {
"type": "Identifier",
"name": "style",
"range": [
12776,
12781
],
"loc": {
"start": {
"line": 330,
"column": 16
},
"end": {
"line": 330,
"column": 21
}
}
},
"range": [
12772,
12781
],
"loc": {
"start": {
"line": 330,
"column": 12
},
"end": {
"line": 330,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "width",
"range": [
12782,
12787
],
"loc": {
"start": {
"line": 330,
"column": 22
},
"end": {
"line": 330,
"column": 27
}
}
},
"range": [
12772,
12787
],
"loc": {
"start": {
"line": 330,
"column": 12
},
"end": {
"line": 330,
"column": 27
}
}
},
"right": {
"type": "BinaryExpression",
"operator": "+",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12790,
12794
],
"loc": {
"start": {
"line": 330,
"column": 30
},
"end": {
"line": 330,
"column": 34
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
12795,
12802
],
"loc": {
"start": {
"line": 330,
"column": 35
},
"end": {
"line": 330,
"column": 42
}
}
},
"range": [
12790,
12802
],
"loc": {
"start": {
"line": 330,
"column": 30
},
"end": {
"line": 330,
"column": 42
}
}
},
"property": {
"type": "Identifier",
"name": "clientWidth",
"range": [
12803,
12814
],
"loc": {
"start": {
"line": 330,
"column": 43
},
"end": {
"line": 330,
"column": 54
}
}
},
"range": [
12790,
12814
],
"loc": {
"start": {
"line": 330,
"column": 30
},
"end": {
"line": 330,
"column": 54
}
}
},
"right": {
"type": "Literal",
"value": "px",
"raw": "'px'",
"range": [
12815,
12819
],
"loc": {
"start": {
"line": 330,
"column": 55
},
"end": {
"line": 330,
"column": 59
}
}
},
"range": [
12790,
12819
],
"loc": {
"start": {
"line": 330,
"column": 30
},
"end": {
"line": 330,
"column": 59
}
}
},
"range": [
12772,
12819
],
"loc": {
"start": {
"line": 330,
"column": 12
},
"end": {
"line": 330,
"column": 59
}
}
},
"range": [
12772,
12820
],
"loc": {
"start": {
"line": 330,
"column": 12
},
"end": {
"line": 330,
"column": 60
}
}
}
],
"range": [
12757,
12831
],
"loc": {
"start": {
"line": 329,
"column": 56
},
"end": {
"line": 331,
"column": 9
}
}
},
"alternate": null,
"range": [
12709,
12831
],
"loc": {
"start": {
"line": 329,
"column": 8
},
"end": {
"line": 331,
"column": 9
}
}
}
],
"range": [
2635,
12838
],
"loc": {
"start": {
"line": 64,
"column": 10
},
"end": {
"line": 332,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
2633,
12838
],
"loc": {
"start": {
"line": 64,
"column": 8
},
"end": {
"line": 332,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
2629,
12838
],
"loc": {
"start": {
"line": 64,
"column": 4
},
"end": {
"line": 332,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Generates a grid with fixed headers\r\n ",
"range": [
2567,
2623
],
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 63,
"column": 7
}
}
}
],
"trailingComments": [
{
"type": "Block",
"value": "*\r\n * Removes the grid layout\r\n ",
"range": [
12846,
12890
],
"loc": {
"start": {
"line": 334,
"column": 4
},
"end": {
"line": 336,
"column": 7
}
}
}
],
"static": false
},
{
"type": "MethodDefinition",
"key": {
"type": "Identifier",
"name": "destroy",
"range": [
12896,
12903
],
"loc": {
"start": {
"line": 337,
"column": 4
},
"end": {
"line": 337,
"column": 11
}
}
},
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tf",
"range": [
12920,
12922
],
"loc": {
"start": {
"line": 338,
"column": 12
},
"end": {
"line": 338,
"column": 14
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
12925,
12929
],
"loc": {
"start": {
"line": 338,
"column": 17
},
"end": {
"line": 338,
"column": 21
}
}
},
"property": {
"type": "Identifier",
"name": "tf",
"range": [
12930,
12932
],
"loc": {
"start": {
"line": 338,
"column": 22
},
"end": {
"line": 338,
"column": 24
}
}
},
"range": [
12925,
12932
],
"loc": {
"start": {
"line": 338,
"column": 17
},
"end": {
"line": 338,
"column": 24
}
}
},
"range": [
12920,
12932
],
"loc": {
"start": {
"line": 338,
"column": 12
},
"end": {
"line": 338,
"column": 24
}
}
}
],
"kind": "var",
"range": [
12916,
12933
],
"loc": {
"start": {
"line": 338,
"column": 8
},
"end": {
"line": 338,
"column": 25
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "tbl",
"range": [
12947,
12950
],
"loc": {
"start": {
"line": 339,
"column": 12
},
"end": {
"line": 339,
"column": 15
}
}
},
"init": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
12953,
12955
],
"loc": {
"start": {
"line": 339,
"column": 18
},
"end": {
"line": 339,
"column": 20
}
}
},
"property": {
"type": "Identifier",
"name": "tbl",
"range": [
12956,
12959
],
"loc": {
"start": {
"line": 339,
"column": 21
},
"end": {
"line": 339,
"column": 24
}
}
},
"range": [
12953,
12959
],
"loc": {
"start": {
"line": 339,
"column": 18
},
"end": {
"line": 339,
"column": 24
}
}
},
"range": [
12947,
12959
],
"loc": {
"start": {
"line": 339,
"column": 12
},
"end": {
"line": 339,
"column": 24
}
}
}
],
"kind": "var",
"range": [
12943,
12960
],
"loc": {
"start": {
"line": 339,
"column": 8
},
"end": {
"line": 339,
"column": 25
}
}
},
{
"type": "IfStatement",
"test": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
12976,
12978
],
"loc": {
"start": {
"line": 341,
"column": 12
},
"end": {
"line": 341,
"column": 14
}
}
},
"property": {
"type": "Identifier",
"name": "gridLayout",
"range": [
12979,
12989
],
"loc": {
"start": {
"line": 341,
"column": 15
},
"end": {
"line": 341,
"column": 25
}
}
},
"range": [
12976,
12989
],
"loc": {
"start": {
"line": 341,
"column": 12
},
"end": {
"line": 341,
"column": 25
}
}
},
"prefix": true,
"range": [
12975,
12989
],
"loc": {
"start": {
"line": 341,
"column": 11
},
"end": {
"line": 341,
"column": 25
}
}
},
"consequent": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": null,
"range": [
13005,
13012
],
"loc": {
"start": {
"line": 342,
"column": 12
},
"end": {
"line": 342,
"column": 19
}
}
}
],
"range": [
12990,
13023
],
"loc": {
"start": {
"line": 341,
"column": 26
},
"end": {
"line": 343,
"column": 9
}
}
},
"alternate": null,
"range": [
12972,
13023
],
"loc": {
"start": {
"line": 341,
"column": 8
},
"end": {
"line": 343,
"column": 9
}
}
},
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "t",
"range": [
13037,
13038
],
"loc": {
"start": {
"line": 344,
"column": 12
},
"end": {
"line": 344,
"column": 13
}
}
},
"init": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
13041,
13044
],
"loc": {
"start": {
"line": 344,
"column": 16
},
"end": {
"line": 344,
"column": 19
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
13045,
13055
],
"loc": {
"start": {
"line": 344,
"column": 20
},
"end": {
"line": 344,
"column": 30
}
}
},
"range": [
13041,
13055
],
"loc": {
"start": {
"line": 344,
"column": 16
},
"end": {
"line": 344,
"column": 30
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
13056,
13067
],
"loc": {
"start": {
"line": 344,
"column": 31
},
"end": {
"line": 344,
"column": 42
}
}
},
"range": [
13041,
13067
],
"loc": {
"start": {
"line": 344,
"column": 16
},
"end": {
"line": 344,
"column": 42
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "tbl",
"range": [
13068,
13071
],
"loc": {
"start": {
"line": 344,
"column": 43
},
"end": {
"line": 344,
"column": 46
}
}
}
],
"range": [
13041,
13072
],
"loc": {
"start": {
"line": 344,
"column": 16
},
"end": {
"line": 344,
"column": 47
}
}
},
"range": [
13037,
13072
],
"loc": {
"start": {
"line": 344,
"column": 12
},
"end": {
"line": 344,
"column": 47
}
}
}
],
"kind": "var",
"range": [
13033,
13073
],
"loc": {
"start": {
"line": 344,
"column": 8
},
"end": {
"line": 344,
"column": 48
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13083,
13087
],
"loc": {
"start": {
"line": 345,
"column": 8
},
"end": {
"line": 345,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
13088,
13099
],
"loc": {
"start": {
"line": 345,
"column": 13
},
"end": {
"line": 345,
"column": 24
}
}
},
"range": [
13083,
13099
],
"loc": {
"start": {
"line": 345,
"column": 8
},
"end": {
"line": 345,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
13100,
13110
],
"loc": {
"start": {
"line": 345,
"column": 25
},
"end": {
"line": 345,
"column": 35
}
}
},
"range": [
13083,
13110
],
"loc": {
"start": {
"line": 345,
"column": 8
},
"end": {
"line": 345,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "insertBefore",
"range": [
13111,
13123
],
"loc": {
"start": {
"line": 345,
"column": 36
},
"end": {
"line": 345,
"column": 48
}
}
},
"range": [
13083,
13123
],
"loc": {
"start": {
"line": 345,
"column": 8
},
"end": {
"line": 345,
"column": 48
}
}
},
"arguments": [
{
"type": "Identifier",
"name": "t",
"range": [
13124,
13125
],
"loc": {
"start": {
"line": 345,
"column": 49
},
"end": {
"line": 345,
"column": 50
}
}
},
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13127,
13131
],
"loc": {
"start": {
"line": 345,
"column": 52
},
"end": {
"line": 345,
"column": 56
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
13132,
13143
],
"loc": {
"start": {
"line": 345,
"column": 57
},
"end": {
"line": 345,
"column": 68
}
}
},
"range": [
13127,
13143
],
"loc": {
"start": {
"line": 345,
"column": 52
},
"end": {
"line": 345,
"column": 68
}
}
}
],
"range": [
13083,
13144
],
"loc": {
"start": {
"line": 345,
"column": 8
},
"end": {
"line": 345,
"column": 69
}
}
},
"range": [
13083,
13145
],
"loc": {
"start": {
"line": 345,
"column": 8
},
"end": {
"line": 345,
"column": 70
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13155,
13159
],
"loc": {
"start": {
"line": 346,
"column": 8
},
"end": {
"line": 346,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
13160,
13171
],
"loc": {
"start": {
"line": 346,
"column": 13
},
"end": {
"line": 346,
"column": 24
}
}
},
"range": [
13155,
13171
],
"loc": {
"start": {
"line": 346,
"column": 8
},
"end": {
"line": 346,
"column": 24
}
}
},
"property": {
"type": "Identifier",
"name": "parentNode",
"range": [
13172,
13182
],
"loc": {
"start": {
"line": 346,
"column": 25
},
"end": {
"line": 346,
"column": 35
}
}
},
"range": [
13155,
13182
],
"loc": {
"start": {
"line": 346,
"column": 8
},
"end": {
"line": 346,
"column": 35
}
}
},
"property": {
"type": "Identifier",
"name": "removeChild",
"range": [
13183,
13194
],
"loc": {
"start": {
"line": 346,
"column": 36
},
"end": {
"line": 346,
"column": 47
}
}
},
"range": [
13155,
13194
],
"loc": {
"start": {
"line": 346,
"column": 8
},
"end": {
"line": 346,
"column": 47
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13195,
13199
],
"loc": {
"start": {
"line": 346,
"column": 48
},
"end": {
"line": 346,
"column": 52
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
13200,
13211
],
"loc": {
"start": {
"line": 346,
"column": 53
},
"end": {
"line": 346,
"column": 64
}
}
},
"range": [
13195,
13211
],
"loc": {
"start": {
"line": 346,
"column": 48
},
"end": {
"line": 346,
"column": 64
}
}
}
],
"range": [
13155,
13212
],
"loc": {
"start": {
"line": 346,
"column": 8
},
"end": {
"line": 346,
"column": 65
}
}
},
"range": [
13155,
13213
],
"loc": {
"start": {
"line": 346,
"column": 8
},
"end": {
"line": 346,
"column": 66
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13225,
13229
],
"loc": {
"start": {
"line": 348,
"column": 8
},
"end": {
"line": 348,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblMainCont",
"range": [
13230,
13241
],
"loc": {
"start": {
"line": 348,
"column": 13
},
"end": {
"line": 348,
"column": 24
}
}
},
"range": [
13225,
13241
],
"loc": {
"start": {
"line": 348,
"column": 8
},
"end": {
"line": 348,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
13244,
13248
],
"loc": {
"start": {
"line": 348,
"column": 27
},
"end": {
"line": 348,
"column": 31
}
}
},
"range": [
13225,
13248
],
"loc": {
"start": {
"line": 348,
"column": 8
},
"end": {
"line": 348,
"column": 31
}
}
},
"range": [
13225,
13249
],
"loc": {
"start": {
"line": 348,
"column": 8
},
"end": {
"line": 348,
"column": 32
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13259,
13263
],
"loc": {
"start": {
"line": 349,
"column": 8
},
"end": {
"line": 349,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTblCont",
"range": [
13264,
13275
],
"loc": {
"start": {
"line": 349,
"column": 13
},
"end": {
"line": 349,
"column": 24
}
}
},
"range": [
13259,
13275
],
"loc": {
"start": {
"line": 349,
"column": 8
},
"end": {
"line": 349,
"column": 24
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
13278,
13282
],
"loc": {
"start": {
"line": 349,
"column": 27
},
"end": {
"line": 349,
"column": 31
}
}
},
"range": [
13259,
13282
],
"loc": {
"start": {
"line": 349,
"column": 8
},
"end": {
"line": 349,
"column": 31
}
}
},
"range": [
13259,
13283
],
"loc": {
"start": {
"line": 349,
"column": 8
},
"end": {
"line": 349,
"column": 32
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13293,
13297
],
"loc": {
"start": {
"line": 350,
"column": 8
},
"end": {
"line": 350,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "headTbl",
"range": [
13298,
13305
],
"loc": {
"start": {
"line": 350,
"column": 13
},
"end": {
"line": 350,
"column": 20
}
}
},
"range": [
13293,
13305
],
"loc": {
"start": {
"line": 350,
"column": 8
},
"end": {
"line": 350,
"column": 20
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
13308,
13312
],
"loc": {
"start": {
"line": 350,
"column": 23
},
"end": {
"line": 350,
"column": 27
}
}
},
"range": [
13293,
13312
],
"loc": {
"start": {
"line": 350,
"column": 8
},
"end": {
"line": 350,
"column": 27
}
}
},
"range": [
13293,
13313
],
"loc": {
"start": {
"line": 350,
"column": 8
},
"end": {
"line": 350,
"column": 28
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "ThisExpression",
"range": [
13323,
13327
],
"loc": {
"start": {
"line": 351,
"column": 8
},
"end": {
"line": 351,
"column": 12
}
}
},
"property": {
"type": "Identifier",
"name": "tblCont",
"range": [
13328,
13335
],
"loc": {
"start": {
"line": 351,
"column": 13
},
"end": {
"line": 351,
"column": 20
}
}
},
"range": [
13323,
13335
],
"loc": {
"start": {
"line": 351,
"column": 8
},
"end": {
"line": 351,
"column": 20
}
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null",
"range": [
13338,
13342
],
"loc": {
"start": {
"line": 351,
"column": 23
},
"end": {
"line": 351,
"column": 27
}
}
},
"range": [
13323,
13342
],
"loc": {
"start": {
"line": 351,
"column": 8
},
"end": {
"line": 351,
"column": 27
}
}
},
"range": [
13323,
13343
],
"loc": {
"start": {
"line": 351,
"column": 8
},
"end": {
"line": 351,
"column": 28
}
}
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tbl",
"range": [
13355,
13358
],
"loc": {
"start": {
"line": 353,
"column": 8
},
"end": {
"line": 353,
"column": 11
}
}
},
"property": {
"type": "Identifier",
"name": "outerHTML",
"range": [
13359,
13368
],
"loc": {
"start": {
"line": 353,
"column": 12
},
"end": {
"line": 353,
"column": 21
}
}
},
"range": [
13355,
13368
],
"loc": {
"start": {
"line": 353,
"column": 8
},
"end": {
"line": 353,
"column": 21
}
}
},
"right": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
13371,
13373
],
"loc": {
"start": {
"line": 353,
"column": 24
},
"end": {
"line": 353,
"column": 26
}
}
},
"property": {
"type": "Identifier",
"name": "sourceTblHtml",
"range": [
13374,
13387
],
"loc": {
"start": {
"line": 353,
"column": 27
},
"end": {
"line": 353,
"column": 40
}
}
},
"range": [
13371,
13387
],
"loc": {
"start": {
"line": 353,
"column": 24
},
"end": {
"line": 353,
"column": 40
}
}
},
"range": [
13355,
13387
],
"loc": {
"start": {
"line": 353,
"column": 8
},
"end": {
"line": 353,
"column": 40
}
}
},
"range": [
13355,
13388
],
"loc": {
"start": {
"line": 353,
"column": 8
},
"end": {
"line": 353,
"column": 41
}
},
"trailingComments": [
{
"type": "Line",
"value": "needed to keep reference of table element",
"range": [
13398,
13441
],
"loc": {
"start": {
"line": 354,
"column": 8
},
"end": {
"line": 354,
"column": 51
}
}
}
]
},
{
"type": "ExpressionStatement",
"expression": {
"type": "AssignmentExpression",
"operator": "=",
"left": {
"type": "Identifier",
"name": "tbl",
"range": [
13451,
13454
],
"loc": {
"start": {
"line": 355,
"column": 8
},
"end": {
"line": 355,
"column": 11
}
}
},
"right": {
"type": "CallExpression",
"callee": {
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "Dom",
"range": [
13457,
13460
],
"loc": {
"start": {
"line": 355,
"column": 14
},
"end": {
"line": 355,
"column": 17
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
13461,
13463
],
"loc": {
"start": {
"line": 355,
"column": 18
},
"end": {
"line": 355,
"column": 20
}
}
},
"range": [
13457,
13463
],
"loc": {
"start": {
"line": 355,
"column": 14
},
"end": {
"line": 355,
"column": 20
}
}
},
"arguments": [
{
"type": "MemberExpression",
"computed": false,
"object": {
"type": "Identifier",
"name": "tf",
"range": [
13464,
13466
],
"loc": {
"start": {
"line": 355,
"column": 21
},
"end": {
"line": 355,
"column": 23
}
}
},
"property": {
"type": "Identifier",
"name": "id",
"range": [
13467,
13469
],
"loc": {
"start": {
"line": 355,
"column": 24
},
"end": {
"line": 355,
"column": 26
}
}
},
"range": [
13464,
13469
],
"loc": {
"start": {
"line": 355,
"column": 21
},
"end": {
"line": 355,
"column": 26
}
}
}
],
"range": [
13457,
13470
],
"loc": {
"start": {
"line": 355,
"column": 14
},
"end": {
"line": 355,
"column": 27
}
}
},
"range": [
13451,
13470
],
"loc": {
"start": {
"line": 355,
"column": 8
},
"end": {
"line": 355,
"column": 27
}
}
},
"range": [
13451,
13471
],
"loc": {
"start": {
"line": 355,
"column": 8
},
"end": {
"line": 355,
"column": 28
}
},
"leadingComments": [
{
"type": "Line",
"value": "needed to keep reference of table element",
"range": [
13398,
13441
],
"loc": {
"start": {
"line": 354,
"column": 8
},
"end": {
"line": 354,
"column": 51
}
}
}
]
}
],
"range": [
12905,
13478
],
"loc": {
"start": {
"line": 337,
"column": 13
},
"end": {
"line": 356,
"column": 5
}
}
},
"generator": false,
"expression": false,
"range": [
12903,
13478
],
"loc": {
"start": {
"line": 337,
"column": 11
},
"end": {
"line": 356,
"column": 5
}
}
},
"kind": "method",
"computed": false,
"range": [
12896,
13478
],
"loc": {
"start": {
"line": 337,
"column": 4
},
"end": {
"line": 356,
"column": 5
}
},
"leadingComments": [
{
"type": "Block",
"value": "*\r\n * Removes the grid layout\r\n ",
"range": [
12846,
12890
],
"loc": {
"start": {
"line": 334,
"column": 4
},
"end": {
"line": 336,
"column": 7
}
}
}
],
"static": false
}
],
"range": [
114,
13481
],
"loc": {
"start": {
"line": 5,
"column": 23
},
"end": {
"line": 357,
"column": 1
}
}
},
"range": [
98,
13481
],
"loc": {
"start": {
"line": 5,
"column": 7
},
"end": {
"line": 357,
"column": 1
}
},
"leadingComments": [],
"trailingComments": []
},
"specifiers": [],
"source": null,
"range": [
91,
13481
],
"loc": {
"start": {
"line": 5,
"column": 0
},
"end": {
"line": 357,
"column": 1
}
}
}
],
"sourceType": "module",
"range": [
0,
13481
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 357,
"column": 1
}
},
"comments": [
{
"type": "Block",
"value": "*\r\n * Grid layout, table with fixed headers\r\n * @param {Object} tf TableFilter instance\r\n ",
"range": [
123,
229
],
"loc": {
"start": {
"line": 7,
"column": 4
},
"end": {
"line": 10,
"column": 7
}
}
},
{
"type": "Line",
"value": "defines grid width",
"range": [
294,
314
],
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 28
}
}
},
{
"type": "Line",
"value": "defines grid height",
"range": [
372,
393
],
"loc": {
"start": {
"line": 16,
"column": 8
},
"end": {
"line": 16,
"column": 29
}
}
},
{
"type": "Line",
"value": "defines css class for main container",
"range": [
453,
491
],
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 46
}
}
},
{
"type": "Line",
"value": "defines css class for div containing table",
"range": [
575,
619
],
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 52
}
}
},
{
"type": "Line",
"value": "defines css class for div containing headers' table",
"range": [
706,
759
],
"loc": {
"start": {
"line": 22,
"column": 8
},
"end": {
"line": 22,
"column": 61
}
}
},
{
"type": "Line",
"value": "defines css class for div containing rows counter, paging etc.",
"range": [
871,
935
],
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 72
}
}
},
{
"type": "Line",
"value": "defines which row contains column headers",
"range": [
1020,
1063
],
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 51
}
}
},
{
"type": "Line",
"value": "array of headers row indexes to be placed in header table",
"range": [
1137,
1196
],
"loc": {
"start": {
"line": 29,
"column": 8
},
"end": {
"line": 29,
"column": 67
}
}
},
{
"type": "Line",
"value": "generate filters in table headers",
"range": [
1263,
1298
],
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 43
}
}
},
{
"type": "Line",
"value": "default col width",
"range": [
1437,
1456
],
"loc": {
"start": {
"line": 34,
"column": 8
},
"end": {
"line": 34,
"column": 27
}
}
},
{
"type": "Line",
"value": "enables/disables columns resizer",
"range": [
1539,
1573
],
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 42
}
}
},
{
"type": "Line",
"value": " this.gridEnableColResizer = f.grid_enable_cols_resizer!==undefined ?",
"range": [
1583,
1654
],
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 79
}
}
},
{
"type": "Line",
"value": " f.grid_enable_cols_resizer : false;",
"range": [
1664,
1706
],
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 50
}
}
},
{
"type": "Line",
"value": " //defines col resizer script path",
"range": [
1716,
1752
],
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 44
}
}
},
{
"type": "Line",
"value": " this.gridColResizerPath = f.grid_cont_col_resizer_path ||",
"range": [
1762,
1822
],
"loc": {
"start": {
"line": 40,
"column": 8
},
"end": {
"line": 40,
"column": 68
}
}
},
{
"type": "Line",
"value": " this.basePath+'TFExt_ColsResizer/TFExt_ColsResizer.js';",
"range": [
1832,
1894
],
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 70
}
}
},
{
"type": "Line",
"value": "div containing grid elements if grid_layout true",
"range": [
1940,
1990
],
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 58
}
}
},
{
"type": "Line",
"value": "div containing table if grid_layout true",
"range": [
2045,
2087
],
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 50
}
}
},
{
"type": "Line",
"value": "div containing headers table if grid_layout true",
"range": [
2137,
2187
],
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 58
}
}
},
{
"type": "Line",
"value": "headers' table if grid_layout true",
"range": [
2245,
2281
],
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 44
}
}
},
{
"type": "Line",
"value": "id of td containing the filter if grid_layout true",
"range": [
2331,
2383
],
"loc": {
"start": {
"line": 53,
"column": 8
},
"end": {
"line": 53,
"column": 60
}
}
},
{
"type": "Line",
"value": "id of th containing column header if grid_layout true",
"range": [
2431,
2486
],
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 63
}
}
},
{
"type": "Block",
"value": "*\r\n * Generates a grid with fixed headers\r\n ",
"range": [
2567,
2623
],
"loc": {
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 63,
"column": 7
}
}
},
{
"type": "Line",
"value": " default width of 100px if column widths not set",
"range": [
2831,
2881
],
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 58
}
}
},
{
"type": "Line",
"value": "initial table width",
"range": [
3553,
3574
],
"loc": {
"start": {
"line": 94,
"column": 17
},
"end": {
"line": 94,
"column": 38
}
}
},
{
"type": "Line",
"value": "Main container: it will contain all the elements",
"range": [
3818,
3868
],
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 58
}
}
},
{
"type": "Line",
"value": "Table container: div wrapping content table",
"range": [
4204,
4249
],
"loc": {
"start": {
"line": 113,
"column": 8
},
"end": {
"line": 113,
"column": 53
}
}
},
{
"type": "Line",
"value": "In case table width is expressed in %",
"range": [
4925,
4964
],
"loc": {
"start": {
"line": 131,
"column": 8
},
"end": {
"line": 131,
"column": 47
}
}
},
{
"type": "Line",
"value": "Headers table container: div wrapping headers table",
"range": [
5246,
5299
],
"loc": {
"start": {
"line": 140,
"column": 8
},
"end": {
"line": 140,
"column": 61
}
}
},
{
"type": "Line",
"value": "Headers table",
"range": [
5769,
5784
],
"loc": {
"start": {
"line": 153,
"column": 8
},
"end": {
"line": 153,
"column": 23
}
}
},
{
"type": "Line",
"value": "IE<7 needs it",
"range": [
5903,
5918
],
"loc": {
"start": {
"line": 155,
"column": 38
},
"end": {
"line": 155,
"column": 53
}
}
},
{
"type": "Line",
"value": "1st row should be headers row, ids are added if not set",
"range": [
5930,
5987
],
"loc": {
"start": {
"line": 157,
"column": 8
},
"end": {
"line": 157,
"column": 65
}
}
},
{
"type": "Line",
"value": "Those ids are used by the sort feature",
"range": [
5997,
6037
],
"loc": {
"start": {
"line": 158,
"column": 8
},
"end": {
"line": 158,
"column": 48
}
}
},
{
"type": "Line",
"value": "Filters row is created",
"range": [
6457,
6481
],
"loc": {
"start": {
"line": 171,
"column": 8
},
"end": {
"line": 171,
"column": 32
}
}
},
{
"type": "Line",
"value": "Headers row are moved from content table to headers table",
"range": [
6937,
6996
],
"loc": {
"start": {
"line": 182,
"column": 8
},
"end": {
"line": 182,
"column": 67
}
}
},
{
"type": "Line",
"value": "THead needs to be removed in content table for sort feature",
"range": [
7501,
7562
],
"loc": {
"start": {
"line": 197,
"column": 8
},
"end": {
"line": 197,
"column": 69
}
}
},
{
"type": "Line",
"value": "Headers table style",
"range": [
7698,
7719
],
"loc": {
"start": {
"line": 203,
"column": 8
},
"end": {
"line": 203,
"column": 29
}
}
},
{
"type": "Line",
"value": " this.headTbl.style.width = tbl.style.width;",
"range": [
7928,
7974
],
"loc": {
"start": {
"line": 208,
"column": 8
},
"end": {
"line": 208,
"column": 54
}
}
},
{
"type": "Line",
"value": "content table without headers needs col widths to be reset",
"range": [
7986,
8046
],
"loc": {
"start": {
"line": 210,
"column": 8
},
"end": {
"line": 210,
"column": 68
}
}
},
{
"type": "Line",
"value": "Headers container width",
"range": [
8101,
8126
],
"loc": {
"start": {
"line": 213,
"column": 8
},
"end": {
"line": 213,
"column": 33
}
}
},
{
"type": "Line",
"value": " this.headTblCont.style.width = this.tblCont.clientWidth+'px';",
"range": [
8136,
8200
],
"loc": {
"start": {
"line": 214,
"column": 8
},
"end": {
"line": 214,
"column": 72
}
}
},
{
"type": "Line",
"value": "",
"range": [
8243,
8245
],
"loc": {
"start": {
"line": 217,
"column": 8
},
"end": {
"line": 217,
"column": 10
}
}
},
{
"type": "Line",
"value": "",
"range": [
8315,
8317
],
"loc": {
"start": {
"line": 219,
"column": 8
},
"end": {
"line": 219,
"column": 10
}
}
},
{
"type": "Line",
"value": "scroll synchronisation",
"range": [
8329,
8353
],
"loc": {
"start": {
"line": 221,
"column": 8
},
"end": {
"line": 221,
"column": 32
}
}
},
{
"type": "Line",
"value": "New pointerX calc taking into account scrollLeft",
"range": [
8563,
8613
],
"loc": {
"start": {
"line": 226,
"column": 12
},
"end": {
"line": 226,
"column": 62
}
}
},
{
"type": "Line",
"value": " if(!o.isPointerXOverwritten){",
"range": [
8627,
8659
],
"loc": {
"start": {
"line": 227,
"column": 12
},
"end": {
"line": 227,
"column": 44
}
}
},
{
"type": "Line",
"value": " try{",
"range": [
8673,
8684
],
"loc": {
"start": {
"line": 228,
"column": 12
},
"end": {
"line": 228,
"column": 23
}
}
},
{
"type": "Line",
"value": " o.Evt.pointerX = function(evt){",
"range": [
8698,
8740
],
"loc": {
"start": {
"line": 229,
"column": 12
},
"end": {
"line": 229,
"column": 54
}
}
},
{
"type": "Line",
"value": " var e = evt || global.event;",
"range": [
8754,
8797
],
"loc": {
"start": {
"line": 230,
"column": 12
},
"end": {
"line": 230,
"column": 55
}
}
},
{
"type": "Line",
"value": " var bdScrollLeft = tf_StandardBody().scrollLeft +",
"range": [
8811,
8875
],
"loc": {
"start": {
"line": 231,
"column": 12
},
"end": {
"line": 231,
"column": 76
}
}
},
{
"type": "Line",
"value": " scrollLeft;",
"range": [
8889,
8919
],
"loc": {
"start": {
"line": 232,
"column": 12
},
"end": {
"line": 232,
"column": 42
}
}
},
{
"type": "Line",
"value": " return (e.pageX + scrollLeft) ||",
"range": [
8933,
8980
],
"loc": {
"start": {
"line": 233,
"column": 12
},
"end": {
"line": 233,
"column": 59
}
}
},
{
"type": "Line",
"value": " (e.clientX + bdScrollLeft);",
"range": [
8994,
9040
],
"loc": {
"start": {
"line": 234,
"column": 12
},
"end": {
"line": 234,
"column": 58
}
}
},
{
"type": "Line",
"value": " };",
"range": [
9054,
9067
],
"loc": {
"start": {
"line": 235,
"column": 12
},
"end": {
"line": 235,
"column": 25
}
}
},
{
"type": "Line",
"value": " o.isPointerXOverwritten = true;",
"range": [
9081,
9123
],
"loc": {
"start": {
"line": 236,
"column": 12
},
"end": {
"line": 236,
"column": 54
}
}
},
{
"type": "Line",
"value": " } catch(err) {",
"range": [
9137,
9158
],
"loc": {
"start": {
"line": 237,
"column": 12
},
"end": {
"line": 237,
"column": 33
}
}
},
{
"type": "Line",
"value": " o.isPointerXOverwritten = false;",
"range": [
9172,
9215
],
"loc": {
"start": {
"line": 238,
"column": 12
},
"end": {
"line": 238,
"column": 55
}
}
},
{
"type": "Line",
"value": " }",
"range": [
9229,
9237
],
"loc": {
"start": {
"line": 239,
"column": 12
},
"end": {
"line": 239,
"column": 20
}
}
},
{
"type": "Line",
"value": " }",
"range": [
9251,
9255
],
"loc": {
"start": {
"line": 240,
"column": 12
},
"end": {
"line": 240,
"column": 16
}
}
},
{
"type": "Line",
"value": "Configure sort extension if any",
"range": [
9280,
9313
],
"loc": {
"start": {
"line": 243,
"column": 8
},
"end": {
"line": 243,
"column": 41
}
}
},
{
"type": "Line",
"value": " if(this.gridEnableColResizer){",
"range": [
9574,
9607
],
"loc": {
"start": {
"line": 252,
"column": 8
},
"end": {
"line": 252,
"column": 41
}
}
},
{
"type": "Line",
"value": " if(!tf.hasExtensions){",
"range": [
9617,
9646
],
"loc": {
"start": {
"line": 253,
"column": 8
},
"end": {
"line": 253,
"column": 37
}
}
},
{
"type": "Line",
"value": " tf.extensions = {",
"range": [
9656,
9684
],
"loc": {
"start": {
"line": 254,
"column": 8
},
"end": {
"line": 254,
"column": 36
}
}
},
{
"type": "Line",
"value": " name:['ColumnsResizer_'+tf.id],",
"range": [
9694,
9740
],
"loc": {
"start": {
"line": 255,
"column": 8
},
"end": {
"line": 255,
"column": 54
}
}
},
{
"type": "Line",
"value": " src:[this.gridColResizerPath],",
"range": [
9750,
9795
],
"loc": {
"start": {
"line": 256,
"column": 8
},
"end": {
"line": 256,
"column": 53
}
}
},
{
"type": "Line",
"value": " description:['Columns Resizing'],",
"range": [
9805,
9853
],
"loc": {
"start": {
"line": 257,
"column": 8
},
"end": {
"line": 257,
"column": 56
}
}
},
{
"type": "Line",
"value": " initialize:[function(o){",
"range": [
9863,
9902
],
"loc": {
"start": {
"line": 258,
"column": 8
},
"end": {
"line": 258,
"column": 47
}
}
},
{
"type": "Line",
"value": " o.SetColsResizer('ColumnsResizer_'+o.id);}]",
"range": [
9912,
9974
],
"loc": {
"start": {
"line": 259,
"column": 8
},
"end": {
"line": 259,
"column": 70
}
}
},
{
"type": "Line",
"value": " };",
"range": [
9984,
9997
],
"loc": {
"start": {
"line": 260,
"column": 8
},
"end": {
"line": 260,
"column": 21
}
}
},
{
"type": "Line",
"value": " tf.hasExtensions = true;",
"range": [
10007,
10042
],
"loc": {
"start": {
"line": 261,
"column": 8
},
"end": {
"line": 261,
"column": 43
}
}
},
{
"type": "Line",
"value": " } else {",
"range": [
10052,
10067
],
"loc": {
"start": {
"line": 262,
"column": 8
},
"end": {
"line": 262,
"column": 23
}
}
},
{
"type": "Line",
"value": " if(!tf._containsStr(",
"range": [
10077,
10108
],
"loc": {
"start": {
"line": 263,
"column": 8
},
"end": {
"line": 263,
"column": 39
}
}
},
{
"type": "Line",
"value": " 'colsresizer',",
"range": [
10118,
10147
],
"loc": {
"start": {
"line": 264,
"column": 8
},
"end": {
"line": 264,
"column": 37
}
}
},
{
"type": "Line",
"value": " Str.lower(tf.extensions.src.toString())) ){",
"range": [
10157,
10215
],
"loc": {
"start": {
"line": 265,
"column": 8
},
"end": {
"line": 265,
"column": 66
}
}
},
{
"type": "Line",
"value": " tf.extensions.name.push('ColumnsResizer_'+tf.id);",
"range": [
10225,
10289
],
"loc": {
"start": {
"line": 266,
"column": 8
},
"end": {
"line": 266,
"column": 72
}
}
},
{
"type": "Line",
"value": " tf.extensions.src.push(tf.gridColResizerPath);",
"range": [
10299,
10360
],
"loc": {
"start": {
"line": 267,
"column": 8
},
"end": {
"line": 267,
"column": 69
}
}
},
{
"type": "Line",
"value": " tf.extensions.description.push('Columns Resizing');",
"range": [
10370,
10436
],
"loc": {
"start": {
"line": 268,
"column": 8
},
"end": {
"line": 268,
"column": 74
}
}
},
{
"type": "Line",
"value": " tf.extensions.initialize.push(function(o){",
"range": [
10446,
10503
],
"loc": {
"start": {
"line": 269,
"column": 8
},
"end": {
"line": 269,
"column": 65
}
}
},
{
"type": "Line",
"value": " o.SetColsResizer('ColumnsResizer_'+o.id);});",
"range": [
10513,
10576
],
"loc": {
"start": {
"line": 270,
"column": 8
},
"end": {
"line": 270,
"column": 71
}
}
},
{
"type": "Line",
"value": " }",
"range": [
10586,
10598
],
"loc": {
"start": {
"line": 271,
"column": 8
},
"end": {
"line": 271,
"column": 20
}
}
},
{
"type": "Line",
"value": " }",
"range": [
10608,
10616
],
"loc": {
"start": {
"line": 272,
"column": 8
},
"end": {
"line": 272,
"column": 16
}
}
},
{
"type": "Line",
"value": " }",
"range": [
10626,
10630
],
"loc": {
"start": {
"line": 273,
"column": 8
},
"end": {
"line": 273,
"column": 12
}
}
},
{
"type": "Line",
"value": "Default columns resizer properties for grid layout",
"range": [
10642,
10694
],
"loc": {
"start": {
"line": 275,
"column": 8
},
"end": {
"line": 275,
"column": 60
}
}
},
{
"type": "Line",
"value": " f.col_resizer_cols_headers_table = this.headTbl.getAttribute('id');",
"range": [
10704,
10774
],
"loc": {
"start": {
"line": 276,
"column": 8
},
"end": {
"line": 276,
"column": 78
}
}
},
{
"type": "Line",
"value": " f.col_resizer_cols_headers_index = this.gridHeadRowIndex;",
"range": [
10784,
10844
],
"loc": {
"start": {
"line": 277,
"column": 8
},
"end": {
"line": 277,
"column": 68
}
}
},
{
"type": "Line",
"value": " f.col_resizer_width_adjustment = 0;",
"range": [
10854,
10892
],
"loc": {
"start": {
"line": 278,
"column": 8
},
"end": {
"line": 278,
"column": 46
}
}
},
{
"type": "Line",
"value": " f.col_enable_text_ellipsis = false;",
"range": [
10902,
10940
],
"loc": {
"start": {
"line": 279,
"column": 8
},
"end": {
"line": 279,
"column": 46
}
}
},
{
"type": "Line",
"value": "Cols generation for all browsers excepted IE<=7",
"range": [
10952,
11001
],
"loc": {
"start": {
"line": 281,
"column": 8
},
"end": {
"line": 281,
"column": 57
}
}
},
{
"type": "Line",
"value": "Col elements are enough to keep column widths after sorting and",
"range": [
11089,
11154
],
"loc": {
"start": {
"line": 284,
"column": 8
},
"end": {
"line": 284,
"column": 73
}
}
},
{
"type": "Line",
"value": "filtering",
"range": [
11164,
11175
],
"loc": {
"start": {
"line": 285,
"column": 8
},
"end": {
"line": 285,
"column": 19
}
}
},
{
"type": "Block",
"value": "*\r\n * Removes the grid layout\r\n ",
"range": [
12846,
12890
],
"loc": {
"start": {
"line": 334,
"column": 4
},
"end": {
"line": 336,
"column": 7
}
}
},
{
"type": "Line",
"value": "needed to keep reference of table element",
"range": [
13398,
13441
],
"loc": {
"start": {
"line": 354,
"column": 8
},
"end": {
"line": 354,
"column": 51
}
}
}
]
}